mirror of https://github.com/fail2ban/fail2ban
MRG: recidive-protocol-all
commit
13223c33f5
|
@ -16,6 +16,7 @@ ver. 0.8.12 (2013/12/XX) - things-can-only-get-better
|
||||||
- allow for ",milliseconds" in the custom date format of proftpd.log
|
- allow for ",milliseconds" in the custom date format of proftpd.log
|
||||||
- allow for ", referer ..." in apache-* filter for apache error logs.
|
- allow for ", referer ..." in apache-* filter for apache error logs.
|
||||||
- allow for spaces at the beginning of kernel messages. Closes gh-448
|
- allow for spaces at the beginning of kernel messages. Closes gh-448
|
||||||
|
- recidive jail to block all protocols. Closes gh-440. Thanks Ioan Indreias
|
||||||
|
|
||||||
- New Features:
|
- New Features:
|
||||||
|
|
||||||
|
|
1
THANKS
1
THANKS
|
@ -35,6 +35,7 @@ Guillaume Delvit
|
||||||
Hanno 'Rince' Wagner
|
Hanno 'Rince' Wagner
|
||||||
Iain Lea
|
Iain Lea
|
||||||
Jacques Lav!gnotte
|
Jacques Lav!gnotte
|
||||||
|
Ioan Indreias
|
||||||
Jonathan Kamens
|
Jonathan Kamens
|
||||||
Jonathan Lanning
|
Jonathan Lanning
|
||||||
Jonathan Underwood
|
Jonathan Underwood
|
||||||
|
|
|
@ -408,7 +408,7 @@ maxretry = 5
|
||||||
enabled = false
|
enabled = false
|
||||||
filter = recidive
|
filter = recidive
|
||||||
logpath = /var/log/fail2ban.log
|
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]
|
sendmail-whois-lines[name=recidive, logpath=/var/log/fail2ban.log]
|
||||||
bantime = 604800 ; 1 week
|
bantime = 604800 ; 1 week
|
||||||
findtime = 86400 ; 1 day
|
findtime = 86400 ; 1 day
|
||||||
|
|
Loading…
Reference in New Issue