1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-21 03:02:09 +00:00

moved the comments around so it looked nicer on my other computer

This commit is contained in:
ChiefGyk 2016-06-29 12:34:17 -04:00
parent 324f5666f2
commit 162f580e68

View File

@ -3,14 +3,22 @@ IP_TMP=/tmp/ip.tmp
IP_BLACKLIST=/etc/ip-blacklist.conf IP_BLACKLIST=/etc/ip-blacklist.conf
IP_BLACKLIST_TMP=/tmp/ip-blacklist.tmp IP_BLACKLIST_TMP=/tmp/ip-blacklist.tmp
BLACKLISTS=( BLACKLISTS=(
"http://www.projecthoneypot.org/list_of_ips.php?t=d&rss=1" # Project Honey Pot Directory of Dictionary Attacker IPs # Project Honey Pot Directory of Dictionary Attacker IPs
"http://check.torproject.org/cgi-bin/TorBulkExitList.py?ip=1.1.1.1" # TOR Exit Nodes "http://www.projecthoneypot.org/list_of_ips.php?t=d&rss=1"
"http://danger.rulez.sk/projects/bruteforceblocker/blist.php" # BruteForceBlocker IP List # TOR Exit Nodes
"http://www.spamhaus.org/drop/drop.lasso" # Spamhaus Don't Route Or Peer List (DROP) "http://check.torproject.org/cgi-bin/TorBulkExitList.py?ip=1.1.1.1"
"http://cinsscore.com/list/ci-badguys.txt" # C.I. Army Malicious IP List # BruteForceBlocker
"http://www.openbl.org/lists/base.txt" # OpenBL.org 30 day List "http://danger.rulez.sk/projects/bruteforceblocker/blist.php"
"http://www.autoshun.org/files/shunlist.csv" # Autoshun Shun List # Spamhaus
"http://lists.blocklist.de/lists/all.txt" # blocklist.de attackers "http://www.spamhaus.org/drop/drop.lasso"
# C.I. Army
"http://cinsscore.com/list/ci-badguys.txt"
# OpenBL.org
"http://www.openbl.org/lists/base.txt"
#Autoshun
"http://www.autoshun.org/files/shunlist.csv"
#Blocklist.de
"http://lists.blocklist.de/lists/all.txt"
) )
for i in "${BLACKLISTS[@]}" for i in "${BLACKLISTS[@]}"
do do