Specified firewall rules to apply to iptables and ip6tables
This commit is contained in:
parent
8ae9d858b3
commit
fcd9582f47
5
sshguard/firewall.rules
Normal file
5
sshguard/firewall.rules
Normal file
@ -0,0 +1,5 @@
|
||||
# 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
|
Loading…
x
Reference in New Issue
Block a user