mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Don't match end of line for fcgi
This commit is contained in:
parent
8e1010b07a
commit
3b3a9676af
2 changed files with 2 additions and 2 deletions
|
|
@ -3,5 +3,5 @@
|
|||
|
||||
[Definition]
|
||||
|
||||
failregex = Lost password request from IP: '<HOST>'$
|
||||
failregex = Lost password request from IP: '<HOST>'
|
||||
ignoreregex =
|
||||
|
|
|
|||
|
|
@ -3,5 +3,5 @@
|
|||
|
||||
[Definition]
|
||||
|
||||
failregex = Password authentication failed for '\S+' from IP: '<HOST>'$
|
||||
failregex = Password authentication failed for '\S+' from IP: '<HOST>'
|
||||
ignoreregex =
|
||||
|
|
|
|||
Loading…
Reference in a new issue