mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-05-13 14:36:43 +00:00
Merge 9c38c51755 into adfffe5267
This commit is contained in:
commit
ad23a11f86
2 changed files with 19 additions and 0 deletions
14
config/filter.d/ispconfig-auth.conf
Normal file
14
config/filter.d/ispconfig-auth.conf
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Fail2Ban configuration file for Ispconfig 3 http://www.ispconfig.org/
|
||||
# In case you have changed the ispconfig port put the new one in the action apart from 80,443.
|
||||
#
|
||||
|
||||
[Definition]
|
||||
|
||||
failregex = Failed login for user .* from <HOST>
|
||||
|
||||
ignoreregex =
|
||||
|
||||
# DEV NOTES:
|
||||
# Logfile to monitor: /var/log/ispconfig/auth.log
|
||||
# Tested and working on 3.0.5.4p8
|
||||
# Author: Alexander Sklepas
|
||||
|
|
@ -850,6 +850,11 @@ logpath = /var/log/stunnel4/stunnel.log
|
|||
port = 5222
|
||||
logpath = /var/log/ejabberd/ejabberd.log
|
||||
|
||||
[ispconfig-auth]
|
||||
|
||||
port = 80,443,8080
|
||||
logpath = /var/log/ispconfig/auth.log
|
||||
|
||||
|
||||
[counter-strike]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue