2013-10-30 13:02:59 +00:00
|
|
|
# Fail2Ban filter for 3proxy
|
2013-06-11 13:56:09 +00:00
|
|
|
#
|
|
|
|
#
|
|
|
|
|
|
|
|
[Definition]
|
|
|
|
|
2013-10-30 13:02:59 +00:00
|
|
|
|
2013-06-13 00:23:14 +00:00
|
|
|
failregex = ^\s[+-]\d{4} \S+ \d{3}0[1-9] \S+ <HOST>:\d+ [\d.]+:\d+ \d+ \d+ \d+\s
|
2013-06-11 13:56:09 +00:00
|
|
|
|
|
|
|
ignoreregex =
|
2013-10-30 13:02:59 +00:00
|
|
|
|
|
|
|
# DEV Notes:
|
|
|
|
# http://www.3proxy.ru/howtoe.asp#ERRORS indicates that 01-09 are
|
|
|
|
# all authentication problems (%E field)
|
|
|
|
# Log format is: "L%d-%m-%Y %H:%M:%S %z %N.%p %E %U %C:%c %R:%r %O %I %h %T"
|
|
|
|
#
|
|
|
|
# Requested by ykimon in https://github.com/fail2ban/fail2ban/issues/246
|
|
|
|
# Author: Daniel Black
|