xref: /freebsd/contrib/blocklist/etc/npf.conf (revision 3494f7c0)
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