Skip to content

Commit a8988eb

Browse files
committed
Revert back the changes of hestiacp#1828
1 parent 4d6b74e commit a8988eb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

install/deb/firewall/ipset/blacklist.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ BLACKLISTS=(
88
"https://www.projecthoneypot.org/list_of_ips.php?t=d&rss=1" # Project Honey Pot Directory of Dictionary Attacker IPs
99
"https://check.torproject.org/cgi-bin/TorBulkExitList.py?ip=1.1.1.1" # TOR Exit Nodes
1010
"https://www.maxmind.com/en/high-risk-ip-sample-list" # MaxMind GeoIP Anonymous Proxies
11+
"http://danger.rulez.sk/projects/bruteforceblocker/blist.php" # BruteForceBlocker IP List
1112
"https://www.spamhaus.org/drop/drop.lasso" # Spamhaus Don't Route Or Peer List (DROP)
1213
"https://cinsscore.com/list/ci-badguys.txt" # C.I. Army Malicious IP List
1314
"https://lists.blocklist.de/lists/all.txt" # blocklist.de attackers

install/upgrade/versions/1.4.0.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,6 @@ if [ -f "/etc/clamav/clamd.conf" ]; then
187187
$HESTIA/bin/v-add-user-notification admin 'ClamAV config has been overwritten' 'Warning: If you have manualy changed /etc/clamav/clamd.conf and any changes you made will be lost an backup has been created in the /root/hst_backups folder with the original config. If you have not changed the config file you can ignore this message'
188188
fi
189189

190-
if [ -f "$HESTIA/data/firewall/ipset/blacklist.sh" ]; then
191-
sed -i '/BruteForceBlocker/d' $HESTIA/data/firewall/ipset/blacklist.sh
192-
fi
193-
194190
##### COMMANDS FOR V1.5.X
195191

196192
# Back up default package and install latest version

0 commit comments

Comments
 (0)