# 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 block drop log quick from any to # http://rules.emergingthreats.net/blockrules/compromised-ips.txt table persist file "@PREFIX@/etc/@NAME@/compromised-ips.txt" block drop log quick from to any block drop log quick from any to # dshield.org block list table persist file "@PREFIX@/etc/@NAME@/dshield_block_ip.txt" block drop log quick from to any block drop log quick from any to