mirror of https://github.com/fail2ban/fail2ban
Merge branch 'enh/recidive-allports' of https://github.com/yarikoptic/fail2ban
* 'enh/recidive-allports' of https://github.com/yarikoptic/fail2ban: use iptables-allports for recidive Conflicts: ChangeLogpull/929/head
commit
65980a70fc
|
@ -26,6 +26,9 @@ ver. 0.9.2 (2014/XX/XXX) - wanna-be-released
|
||||||
* filter.d/postfix-sasl.conf - failregex is now case insensitive
|
* filter.d/postfix-sasl.conf - failregex is now case insensitive
|
||||||
* filters.d/postfix.conf - add 'Client host rejected error message' failregex
|
* filters.d/postfix.conf - add 'Client host rejected error message' failregex
|
||||||
* fail2ban/__init__.py - add strptime thread safety hack-around
|
* fail2ban/__init__.py - add strptime thread safety hack-around
|
||||||
|
* recidive uses iptables-allports banaction by default now.
|
||||||
|
Avoids problems with iptables versions not understanding 'all' for
|
||||||
|
protocols and ports
|
||||||
|
|
||||||
- New Features:
|
- New Features:
|
||||||
- New filter:
|
- New filter:
|
||||||
|
|
|
@ -663,8 +663,7 @@ maxretry = 5
|
||||||
[recidive]
|
[recidive]
|
||||||
|
|
||||||
logpath = /var/log/fail2ban.log
|
logpath = /var/log/fail2ban.log
|
||||||
port = all
|
banaction = iptables-allports
|
||||||
protocol = all
|
|
||||||
bantime = 604800 ; 1 week
|
bantime = 604800 ; 1 week
|
||||||
findtime = 86400 ; 1 day
|
findtime = 86400 ; 1 day
|
||||||
maxretry = 5
|
maxretry = 5
|
||||||
|
|
Loading…
Reference in New Issue