Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# Fail2Ban filter for 3proxy
2
#
3
#
4
 
5
[Definition]
6
 
7
 
8
failregex = ^\s[+-]\d{4} \S+ \d{3}0[1-9] \S+ <HOST>:\d+ [\d.]+:\d+ \d+ \d+ \d+\s
9
 
10
ignoreregex =
11
 
12
datepattern = {^LN-BEG}
13
 
14
# DEV Notes:
15
# http://www.3proxy.ru/howtoe.asp#ERRORS indicates that 01-09 are
16
# all authentication problems (%E field)
17
# Log format is: "L%d-%m-%Y %H:%M:%S %z %N.%p %E %U %C:%c %R:%r %O %I %h %T"
18
#
19
# Requested by ykimon in https://github.com/fail2ban/fail2ban/issues/246
20
# Author: Daniel Black