blob: 39cb27a210fa0bbbc38f5f9290d61662b188b8d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
anchor "foo" all
anchor "bar" all
anchor "bar" all
anchor "foo" inet all
anchor "foo" inet6 all
anchor "foo" inet all
anchor "foo" proto tcp all
anchor "foo" inet proto tcp from 10.1.2.3 port = 25 to 10.2.3.4 port = 22
anchor "foobar" inet6 proto udp from ::1 port = 1 to ::1 port = 2
anchor "filteropt" out proto tcp from any to any port = 22 user = 0
anchor "filteropt" in proto tcp from any to (self) port = 22 group = 27
anchor "filteropt" out inet proto icmp all icmp-type echoreq
|