blob: 595a06a479f107e444a827f5547929a1fb0ac13a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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 21
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
}
|