Specified firewall rules to apply to iptables and ip6tables

This commit is contained in:
Marcel Stangenberger 2025-03-30 10:43:24 +00:00
parent 8ae9d858b3
commit fcd9582f47

5
sshguard/firewall.rules Normal file
View 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