# Define tables and drop rules for open source IP blocks # Reload with: # pfctl -a blockips -T load -f @PREFIX@/etc/@NAME@/blockips.conf # Emerging Threats Open Source, http://rules.emergingthreats.net/fwrules/ # http://rules.emergingthreats.net/fwrules/emerging-Block-IPs.txt table persist file "@PREFIX@/etc/@NAME@/emerging-Block-IPs.txt" block drop log quick from to any # http://rules.emergingthreats.net/blockrules/compromised-ips.txt table persist file "@PREFIX@/etc/@NAME@/compromised-ips.txt" block drop log quick from to any # THIS RULESET HAS BEEN OBSOLETED!! # http://rules.emergingthreats.net/blockrules/rbn-ips.txt #table persist file "@PREFIX@/etc/@NAME@/rbn-ips.txt" #block drop log quick from to any # http://rules.emergingthreats.net/blockrules/rbn-malvertisers-ips.txt #table persist file "@PREFIX@/etc/@NAME@/rbn-malvertisers-ips.txt" #block drop log quick from to any # dshield.org block list table persist file "@PREFIX@/etc/@NAME@/dshield_block_ip.txt" block drop log quick from to any