mirror of https://github.com/fail2ban/fail2ban
ENH: recidive jail to block all protocols. Closes #440
parent
2c63b1fe93
commit
dab2ddb9da
|
@ -14,6 +14,7 @@ ver. 0.8.12 (2013/12/XX) - things-can-only-get-better
|
|||
|
||||
- Fixes:
|
||||
- allow for ",milliseconds" in the custom date format of proftpd.log
|
||||
- recidive jail to block all protocols. Closes gh-440
|
||||
|
||||
- New Features:
|
||||
|
||||
|
|
|
@ -408,7 +408,7 @@ maxretry = 5
|
|||
enabled = false
|
||||
filter = recidive
|
||||
logpath = /var/log/fail2ban.log
|
||||
action = iptables-allports[name=recidive]
|
||||
action = iptables-allports[name=recidive,protocol=all]
|
||||
sendmail-whois-lines[name=recidive, logpath=/var/log/fail2ban.log]
|
||||
bantime = 604800 ; 1 week
|
||||
findtime = 86400 ; 1 day
|
||||
|
|
Loading…
Reference in New Issue