6 lines
150 B
Plaintext
6 lines
150 B
Plaintext
# Add this chain
|
|
:sshguard - [0:0]
|
|
|
|
# Make this the first input chain rule
|
|
-A INPUT -m multiport -p tcp --destination-ports 21,22,110,143 -j sshguard
|