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:
parent
2d51e5d0ab
commit
c02be38f07
@ -29,6 +29,12 @@ BLACKLISTS=(
|
|||||||
"https://zeustracker.abuse.ch/blocklist.php?download=ipblocklist"
|
"https://zeustracker.abuse.ch/blocklist.php?download=ipblocklist"
|
||||||
# malc0de IP blacklist
|
# malc0de IP blacklist
|
||||||
"http://malc0de.com/bl/IP_Blacklist.txt"
|
"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[@]}"
|
for i in "${BLACKLISTS[@]}"
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user