Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
3 |
- |
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 |
# DEV Notes:
|
|
|
13 |
# http://www.3proxy.ru/howtoe.asp#ERRORS indicates that 01-09 are
|
|
|
14 |
# all authentication problems (%E field)
|
|
|
15 |
# Log format is: "L%d-%m-%Y %H:%M:%S %z %N.%p %E %U %C:%c %R:%r %O %I %h %T"
|
|
|
16 |
#
|
|
|
17 |
# Requested by ykimon in https://github.com/fail2ban/fail2ban/issues/246
|
|
|
18 |
# Author: Daniel Black
|