blob: 935b2bc077f3ca6983b80a798aaf83f48e787043 (
plain)
1
2
3
4
5
|
myports = "5555 6666"
moreports = "5555 6666 7777"
pass in proto tcp from any to any port = 5555 flags S/SA
pass in proto tcp from any to any port = 6666 flags S/SA
pass in proto tcp from any to any port = 7777 flags S/SA
|