blob: c6ff2f037012a59043b5666d617e044fe4277b8c (
plain)
1
2
3
4
5
6
7
|
a = "ssh"
b = "ftp"
c = "ssh ftp"
d = "ssh ftp ssh ftp"
e = "ssh ftp ftp test ssh ftp"
pass in proto tcp from any to any port = ssh flags S/SA keep state
pass in proto tcp from any to any port = ftp flags S/SA keep state
|