update template fail2ban
This commit is contained in:
parent
9c346f553c
commit
54739d5dc1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue