mirror of https://github.com/fail2ban/fail2ban
DOC: credits
parent
4787777cee
commit
16d63434ef
|
@ -15,6 +15,8 @@ ver. 0.8.10 (2013/XX/XXX) - NOT-YET-RELEASED
|
||||||
* action.d/{route,shorewall}.conf - blocktype must be defined
|
* action.d/{route,shorewall}.conf - blocktype must be defined
|
||||||
within [Init]. Closes gh-232
|
within [Init]. Closes gh-232
|
||||||
- New Features
|
- New Features
|
||||||
|
Daniel Black and ykimon
|
||||||
|
* filter.d/3proxy filter added
|
||||||
- Enhancements
|
- Enhancements
|
||||||
Yaroslav Halchenko
|
Yaroslav Halchenko
|
||||||
* jail.conf -- assure all jails have actions and remove unused
|
* jail.conf -- assure all jails have actions and remove unused
|
||||||
|
|
1
THANKS
1
THANKS
|
@ -48,5 +48,6 @@ Tyler
|
||||||
Vaclav Misek
|
Vaclav Misek
|
||||||
Vincent Deffontaines
|
Vincent Deffontaines
|
||||||
Yaroslav Halchenko
|
Yaroslav Halchenko
|
||||||
|
ykimon
|
||||||
Yehuda Katz
|
Yehuda Katz
|
||||||
zugeschmiert
|
zugeschmiert
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
# Fail2Ban configuration file
|
||||||
|
#
|
||||||
|
# Author: Daniel Black
|
||||||
|
#
|
||||||
|
# Requested by ykimon in https://github.com/fail2ban/fail2ban/issues/246
|
||||||
|
#
|
||||||
|
|
||||||
|
[Definition]
|
||||||
|
|
||||||
|
# Option: failregex
|
||||||
|
# Notes.: http://www.3proxy.ru/howtoe.asp#ERRORS that 1-9 are all authentication problems
|
||||||
|
# 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+\s0000[1-9]\s\S+\s<HOST>:[0-9]+\S+[0-9]+\s[0-9]+\s.*$
|
||||||
|
|
||||||
|
ignoreregex =
|
|
@ -401,4 +401,10 @@ action = pf
|
||||||
logpath = /var/log/sshd.log
|
logpath = /var/log/sshd.log
|
||||||
maxretry=5
|
maxretry=5
|
||||||
|
|
||||||
|
[3proxy]
|
||||||
|
|
||||||
|
enabled = false
|
||||||
|
filter = 3proxy
|
||||||
|
action = iptables-multiport[name=3proxy, port=318, protocol=tcp]
|
||||||
|
logpath = /var/log/3proxy.log
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
11-06-2013 02:09:40 +0300 PROXY.3128 00004 - 1.2.3.4:28783 0.0.0.0:0 0 0 0 GET http://www.yandex.ua/?ncrnd=2169807731 HTTP/1.1
|
||||||
|
11-06-2013 02:09:43 +0300 PROXY.3128 00005 ewr 1.2.3.4:28788 0.0.0.0:0 0 0 0 GET http://www.yandex.ua/?ncrnd=2169807731 HTTP/1.1
|
Loading…
Reference in New Issue