xref: /freebsd/contrib/blocklist/etc/npf.conf (revision 7d0873ebb83b19ba1e8a89e679470d885efe12e3)
1# Transparent firewall example for blacklistd
2
3$ext_if = "bnx0"
4
5set bpf.jit on;
6alg "icmp"
7
8group "external" on $ext_if {
9	ruleset "blacklistd"
10	pass final all
11}
12
13group default {
14	pass final all
15}
16