update template fail2ban

This commit is contained in:
Ruben Blanco 2024-02-14 14:25:03 +01:00
parent 9c346f553c
commit 54739d5dc1
1 changed files with 3 additions and 3 deletions

View File

@ -35,9 +35,9 @@ before = paths-debian.conf
#
# ignorecommand =
bantime = {{ bantime }}
findtime = {{ findtime }}
maxretry = {{ maxretry }}
bantime = {{ bantime | default('604800')}}
findtime = {{ findtime | default('604800')}}
maxretry = {{ maxretry | default('4')}}
maxmatches = %(maxretry)s
backend = auto
usedns = warn