mirror of https://github.com/fail2ban/fail2ban
BF: need to anchor the start to avoid another repeat of DoS injection like Apache
parent
f2fa4d53a8
commit
fd9f9f16e0
|
@ -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 New Issue