Skip to content

Commit be5afa5

Browse files
Unavailable IP List removed (hestiacp#1828)
* Unavailable IP List removed * Update blacklist.sh for current installs Co-authored-by: Jaap Marcus <9754650+jaapmarcus@users.noreply.github.com>
1 parent c07369d commit be5afa5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

install/deb/firewall/ipset/blacklist.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ 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
1211
"https://www.spamhaus.org/drop/drop.lasso" # Spamhaus Don't Route Or Peer List (DROP)
1312
"https://cinsscore.com/list/ci-badguys.txt" # C.I. Army Malicious IP List
1413
"https://lists.blocklist.de/lists/all.txt" # blocklist.de attackers

install/upgrade/versions/1.4.0.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ if [ -d "$HESTIA/web/images/webapps/" ]; then
178178
rm -rf $HESTIA/web/src/app/WebApp/Installers/Joomla
179179
fi
180180

181+
if [ -f "$HESTIA/data/firewall/ipset/blacklist.sh" ]; then
182+
sed -i '/BruteForceBlocker/d' $HESTIA/data/firewall/ipset/blacklist.sh
183+
fi
181184

182185
##### COMMANDS FOR V1.5.X
183186

0 commit comments

Comments
 (0)