]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/blacklist/etc/npf.conf
Import NetBSD's blacklist source from vendor tree
[FreeBSD/FreeBSD.git] / contrib / blacklist / etc / npf.conf
1 # Transparent firewall example for blacklistd
2
3 $ext_if = "bnx0"
4
5 set bpf.jit on;
6 alg "icmp"
7
8 group "external" on $ext_if {
9         ruleset "blacklistd"
10         pass final all
11 }
12
13 group default {
14         pass final all
15 }