diff --git a/README.md b/README.md index b29e7fbe..e145f950 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ This will install a cron to run daily and pull lists from https://blocklist.de t Script is pretty self explanatory it prepares IPTables persistence, and the cron tab. Simply run as root and it will do the work for you. 2.0 has been rewritten with help from some research to use IPset and far more tables and lists resourced. Please do not run this more than once per day, per server. +It also pulls lists from wizcraft which may or may not work for everyone. But this is fine, as it's only a small portion of the list. Seems to only effect VPS for me. Tested on Ubuntu 14.04LTS alon@ganon.me https://alonganon.info \ No newline at end of file diff --git a/blacklist b/blacklist index 7a102262..226f18e4 100644 --- a/blacklist +++ b/blacklist @@ -9,7 +9,6 @@ BLACKLISTS=( "http://check.torproject.org/cgi-bin/TorBulkExitList.py?ip=1.1.1.1" # TOR Exit Nodes "http://www.maxmind.com/en/anonymous_proxies" # MaxMind GeoIP Anonymous Proxies "http://danger.rulez.sk/projects/bruteforceblocker/blist.php" # BruteForceBlocker IP List -#"http://rules.emergingthreats.net/blockrules/rbn-ips.txt" # Emerging Threats - Russian Business Networks List "http://www.spamhaus.org/drop/drop.lasso" # Spamhaus Don't Route Or Peer List (DROP) "http://cinsscore.com/list/ci-badguys.txt" # C.I. Army Malicious IP List "http://www.openbl.org/lists/base.txt" # OpenBL.org 30 day List @@ -21,6 +20,8 @@ do curl "$i" > $IP_TMP grep -Po '(?:\d{1,3}\.){3}\d{1,3}(?:/\d{1,2})?' $IP_TMP >> $IP_BLACKLIST_TMP done + +# This part may not work for everyone, it seems wizcraft doesn't allow all VPS wget access, but I am looking into it for i in `echo $list`; do # Download wget --quiet http://www.wizcrafts.net/$i-iptables-blocklist.html