blob: 0cd1e47468076c78534eb553a918acfc0cf9683d (
plain)
1
2
3
4
5
|
pass in all
pass in from any to any
pass in proto tcp from any port <= 1024 to any
pass in proto tcp from any to any port = 25
pass in proto tcp from 10.0.0.0/8 port > 1024 to ! 10.1.2.3 port != 22
|