add froxlor-auth filter and jail

pull/1058/head
Joern Muehlencord 10 years ago
parent 964cdb5d9b
commit 4296d1a9a9

@ -13,6 +13,8 @@ ver. 0.9.3 (2015/XX/XXX) - wanna-be-released
* Fix fail2ban-regex not parsing journalmatch correctly from filter config
- New Features:
- New filters:
- froxlor-auth Thanks Joern Muehlencord
- Enhancements:

@ -408,6 +408,13 @@ port = 10000
logpath = %(syslog_authpriv)s
[froxlor-auth]
port = http,https
logpath = %(syslog_authpriv)s
#
# HTTP Proxy servers
#

@ -1,5 +1,5 @@
# failJSON: { "time": "2015-06-21T00:56:27", "match": true , "host": "1.2.3.4" }
# failJSON: { "time": "2005-05-21T00:56:27", "match": true , "host": "1.2.3.4" }
May 21 00:56:27 jomu Froxlor: [Login Action 1.2.3.4] Unknown user 'user' tried to login.
# failJSON: { "time": "2015-06-21T00:57:38", "match": true , "host": "1.2.3.4" }
May 21 00:57:38 jomu Froxlor: [Login Action 83.87.126.64] User 'admin' tried to login with wrong password.
# failJSON: { "time": "2005-05-21T00:57:38", "match": true , "host": "1.2.3.4" }
May 21 00:57:38 jomu Froxlor: [Login Action 1.2.3.4] User 'admin' tried to login with wrong password.

Loading…
Cancel
Save