mirror of https://github.com/fail2ban/fail2ban
Added a warning for the recidive jail
parent
617094fad5
commit
42dd05210a
|
@ -265,6 +265,10 @@ logpath = /var/log/named/security.log
|
||||||
ignoreip = 168.192.0.1
|
ignoreip = 168.192.0.1
|
||||||
|
|
||||||
# Jail for more extended banning of persistent abusers
|
# Jail for more extended banning of persistent abusers
|
||||||
|
# !!! WARNING !!!
|
||||||
|
# Make sure that your loglevel specified in fail2ban.conf/.local
|
||||||
|
# is not at DEBUG level -- which might then cause fail2ban to fall into
|
||||||
|
# an infinite loop constantly feeding itself with non-informative lines
|
||||||
[recidive]
|
[recidive]
|
||||||
|
|
||||||
enabled = false
|
enabled = false
|
||||||
|
|
Loading…
Reference in New Issue