mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
2 new jails: xinetd-fail, apache-overflows added to jails.conf
This commit is contained in:
parent
5d6d07508d
commit
a88fd271c4
1 changed files with 17 additions and 0 deletions
17
debian/jail.conf
vendored
17
debian/jail.conf
vendored
|
|
@ -109,6 +109,15 @@ port = anyport
|
|||
logpath = /var/log/auth.log
|
||||
maxretry = 6
|
||||
|
||||
[xinetd-fail]
|
||||
|
||||
enabled = false
|
||||
filter = xinetd-fail
|
||||
port = all
|
||||
banaction = iptables-multiport-log
|
||||
logpath = /var/log/daemon.log
|
||||
maxretry = 2
|
||||
|
||||
|
||||
[ssh-ddos]
|
||||
|
||||
|
|
@ -148,6 +157,14 @@ filter = apache-noscript
|
|||
logpath = /var/log/apache*/*error.log
|
||||
maxretry = 6
|
||||
|
||||
[apache-overflows]
|
||||
|
||||
enabled = false
|
||||
port = http,https
|
||||
filter = apache-overflows
|
||||
logpath = /var/log/apache*/*error.log
|
||||
maxretry = 2
|
||||
|
||||
#
|
||||
# FTP servers
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue