mirror of https://github.com/fail2ban/fail2ban
- Made the named-refused regex a bit less restrictive in order to match logs with "view". Thanks to Stephen Gildea.
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@730 a942ae1a-1317-0410-a47c-b1dcaea8d605_tent/ipv6_via_aInfo
parent
3155bc8f03
commit
55fd21ec4b
|
@ -37,6 +37,8 @@ ver. 0.8.4 (2008/??/??) - stable
|
|||
#514163.
|
||||
- Use timetuple instead of utctimetuple for ISO 8601. Maybe
|
||||
not a 100% correct fix but seems to work. Tracker #2500276.
|
||||
- Made the named-refused regex a bit less restrictive in
|
||||
order to match logs with "view". Thanks to Stephen Gildea.
|
||||
|
||||
ver. 0.8.3 (2008/07/17) - stable
|
||||
----------
|
||||
|
|
|
@ -26,7 +26,7 @@ __line_prefix=(?:\s\S+ %(__daemon_combs_re)s\s+)?
|
|||
# Notes.: regex to match the password failures messages in the logfile.
|
||||
# Values: TEXT
|
||||
#
|
||||
failregex = %(__line_prefix)sclient <HOST>#\S+: query(?: \(cache\))? '.*' denied\s*$
|
||||
failregex = %(__line_prefix)sclient <HOST>#.+: query(?: \(cache\))? '.*' denied\s*$
|
||||
|
||||
# Option: ignoreregex
|
||||
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
||||
|
|
Loading…
Reference in New Issue