aboutsummaryrefslogtreecommitdiff
path: root/etc/npf.conf
blob: 70729b09f9e77732fdca7f6e446a46f9eafe785d (plain)
1
2
3
4
5
6
7
8
9
10
group default {
	block in all
	pass stateful on lo0 all
	pass stateful out all
	pass stateful in proto icmp all
	pass stateful in from any to any port 22
	pass stateful in from any to any port 80
	pass stateful in from any to any port 443
	pass stateful in from any to any port 64738
}