mirror of https://github.com/fail2ban/fail2ban
parent
53b39162a1
commit
e825e977cc
|
@ -42,6 +42,7 @@ ver. 0.9.4 (2015/XX/XXX) - wanna-be-released
|
||||||
(Thanks Pablo Rodriguez Fernandez)
|
(Thanks Pablo Rodriguez Fernandez)
|
||||||
* Enhance filter against atacker's Googlebot PTR fake records
|
* Enhance filter against atacker's Googlebot PTR fake records
|
||||||
(gh-1226)
|
(gh-1226)
|
||||||
|
* Nginx log paths extended (prefixed with "*" wildcard) (gh-1237)
|
||||||
|
|
||||||
ver. 0.9.3 (2015/08/01) - lets-all-stay-friends
|
ver. 0.9.3 (2015/08/01) - lets-all-stay-friends
|
||||||
----------
|
----------
|
||||||
|
|
|
@ -24,9 +24,9 @@ auditd_log = /var/log/audit/audit.log
|
||||||
|
|
||||||
exim_main_log = /var/log/exim/mainlog
|
exim_main_log = /var/log/exim/mainlog
|
||||||
|
|
||||||
nginx_error_log = /var/log/nginx/error.log
|
nginx_error_log = /var/log/nginx/*error.log
|
||||||
|
|
||||||
nginx_access_log = /var/log/nginx/access.log
|
nginx_access_log = /var/log/nginx/*access.log
|
||||||
|
|
||||||
|
|
||||||
lighttpd_error_log = /var/log/lighttpd/error.log
|
lighttpd_error_log = /var/log/lighttpd/error.log
|
||||||
|
|
Loading…
Reference in New Issue