mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
BF: inline comments must use ; not # -- recidive jail
This commit is contained in:
parent
99c0caa9cc
commit
a3b242d6dd
1 changed files with 2 additions and 2 deletions
|
|
@ -303,6 +303,6 @@ filter = recidive
|
|||
logpath = /var/log/fail2ban.log
|
||||
action = iptables-allports[name=recidive]
|
||||
sendmail-whois-lines[name=recidive, logpath=/var/log/fail2ban.log]
|
||||
bantime = 604800 # 1 week
|
||||
findtime = 86400 # 1 day
|
||||
bantime = 604800 ; 1 week
|
||||
findtime = 86400 ; 1 day
|
||||
maxretry = 5
|
||||
|
|
|
|||
Loading…
Reference in a new issue