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

Added MaxMind, StopForumSpam, and GreenSnow to the list of ipset filters

This commit is contained in:
ChiefGyk 2016-07-02 18:24:45 -04:00
parent 2d51e5d0ab
commit c02be38f07

View File

@ -29,6 +29,12 @@ BLACKLISTS=(
"https://zeustracker.abuse.ch/blocklist.php?download=ipblocklist"
# malc0de IP blacklist
"http://malc0de.com/bl/IP_Blacklist.txt"
# MaxMind GeoIP Anonymous Proxies
"https://www.maxmind.com/en/proxy-detection-sample-list"
# StopForumSpam
"https://www.stopforumspam.com/downloads/toxic_ip_cidr.txt"
# GreenSnow
"http://blocklist.greensnow.co/greensnow.txt"
)
for i in "${BLACKLISTS[@]}"
do