2013-06-11 13:56:09 +00:00
|
|
|
# Fail2Ban configuration file
|
|
|
|
#
|
|
|
|
# Author: Daniel Black
|
|
|
|
#
|
|
|
|
# Requested by ykimon in https://github.com/fail2ban/fail2ban/issues/246
|
|
|
|
#
|
|
|
|
|
|
|
|
[Definition]
|
|
|
|
|
|
|
|
# Option: failregex
|
2013-06-11 22:30:59 +00:00
|
|
|
# Notes.: http://www.3proxy.ru/howtoe.asp#ERRORS that 1-9 are all authentication problems (%E field)
|
2013-06-11 13:56:09 +00:00
|
|
|
# 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
|
|
|
|
#
|
2013-06-11 22:48:30 +00:00
|
|
|
failregex = ^\s[+-][0-9]{4} \S+ 0000[1-9] \S+ <HOST>:[0-9]+ [0-9.]+:[0-9]+ [0-9]+ .*$
|
2013-06-11 13:56:09 +00:00
|
|
|
|
|
|
|
ignoreregex =
|