diff options
Diffstat (limited to 'roles')
-rw-r--r-- | roles/fail2ban/files/jail.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/fail2ban/files/jail.local b/roles/fail2ban/files/jail.local index a4a4d43..c25dde5 100644 --- a/roles/fail2ban/files/jail.local +++ b/roles/fail2ban/files/jail.local @@ -1,5 +1,5 @@ [DEFAULT] -ignoreip = 127.0.0.1/8 ::1 123.123.123.123 192.168.1.0/24 10.0.0.0/8 +ignoreip = 127.0.0.1/8 ::1 192.168.1.0/24 10.0.0.0/8 bantime = 24h maxretry = 3 findtime = 2h |