Add sshguard configurations.

This commit is contained in:
Darren 'Tadgy' Austin 2023-11-05 15:56:54 +00:00
commit 63cadafd54
16 changed files with 126 additions and 2 deletions

2
etc/iptables/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/empty.rules
/simple_firewall.rules

View file

@ -0,0 +1,8 @@
# Generated by ip6tables-save v1.8.9 on Sun Nov 5 15:51:09 2023
*filter
:INPUT ACCEPT [83:26918]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [76:25629]
-A INPUT -m set --match-set sshguard6 src -j DROP
COMMIT
# Completed on Sun Nov 5 15:51:09 2023

View file

@ -0,0 +1,8 @@
# Generated by iptables-save v1.8.9 on Sun Nov 5 15:50:23 2023
*filter
:INPUT ACCEPT [774:1137642]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [819:263679]
-A INPUT -m set --match-set sshguard4 src -j DROP
COMMIT
# Completed on Sun Nov 5 15:50:23 2023