blob: 50a0371e9f5fdd043a1f0ab2a3c39923767f5e1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
foo = "ssh, ftp"
bar = "other thing"
inside = "10.0.0.0/8"
block drop in inet proto udp from 10.0.0.0/8 port = 7 to 12.34.56.78 port = 6667
block drop in inet proto udp from 10.0.0.0/8 port = 7 to 12.34.56.78 port = 16
block drop in inet proto udp from 10.0.0.0/8 port = 22 to 12.34.56.78 port = 6667
block drop in inet proto udp from 10.0.0.0/8 port = 22 to 12.34.56.78 port = 16
block drop in inet proto udp from 10.0.0.0/8 port = 21 to 12.34.56.78 port = 6667
block drop in inet proto udp from 10.0.0.0/8 port = 21 to 12.34.56.78 port = 16
block drop in inet proto udp from 10.0.0.0/8 port = 113 to 12.34.56.78 port = 6667
block drop in inet proto udp from 10.0.0.0/8 port = 113 to 12.34.56.78 port = 16
|