aboutsummaryrefslogtreecommitdiff
path: root/etc/npf.conf
blob: b1c33f2738f02f867c05b42c58f83de30f20508d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Transparent firewall example for blocklistd

$ext_if = "bnx0"

set bpf.jit on;
alg "icmp"

group "external" on $ext_if {
	ruleset "blocklistd"
	pass final all
}

group default {
	pass final all
}