mirror of https://github.com/fail2ban/fail2ban
BF: specify full action for recidive jail since it needs allport action
parent
235267b7ac
commit
d969aef8f8
|
@ -392,6 +392,8 @@ logpath = /var/log/asterisk/messages
|
|||
enabled = false
|
||||
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
|
||||
maxretry = 5
|
||||
|
|
Loading…
Reference in New Issue