blob: b4fc631423e72039a7a9a67ca322b308c9ab9631 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# basic anchor test
anchor on tun1000000 {
anchor foo out {
pass proto tcp to port 1234
anchor proto tcp to port 2413 user root label "foo" {
block
pass from 127.0.0.1
}
}
pass in proto tcp to port 1234
}
|