mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
ENH: join both failregex for lighttpd-auth into a single one
they are close in meaning should provide a slight run-time performance benefit
This commit is contained in:
parent
cc5d410004
commit
282724a7f9
1 changed files with 1 additions and 2 deletions
|
|
@ -9,8 +9,7 @@
|
|||
# Notes.: regex to match wrong passwords as notified by lighttpd's auth Module
|
||||
# Values: TEXT
|
||||
#
|
||||
failregex = .*http_auth.*password doesn\'t match.*IP: <HOST>\s*$
|
||||
.*http_auth.*wrong password.*IP: <HOST>\s*$
|
||||
failregex = .*http_auth.*(password doesn\'t match|wrong password).*IP: <HOST>\s*$
|
||||
|
||||
# Option: ignoreregex
|
||||
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
||||
|
|
|
|||
Loading…
Reference in a new issue