mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
BF: need to anchor the start to avoid another repeat of DoS injection like Apache
This commit is contained in:
parent
f2fa4d53a8
commit
fd9f9f16e0
1 changed files with 1 additions and 1 deletions
|
|
@ -12,6 +12,6 @@
|
|||
# Log format is: "L%d-%m-%Y %H:%M:%S %z %N.%p %E %U %C:%c %R:%r %O %I %h %T"
|
||||
# Values: TEXT
|
||||
#
|
||||
failregex = \s[+-][0-9]{4} \S+ 0000[1-9] \S+ <HOST>:[0-9]+ [0-9.]+:[0-9]+ [0-9]+ .*$
|
||||
failregex = ^\s[+-][0-9]{4} \S+ 0000[1-9] \S+ <HOST>:[0-9]+ [0-9.]+:[0-9]+ [0-9]+ .*$
|
||||
|
||||
ignoreregex =
|
||||
|
|
|
|||
Loading…
Reference in a new issue