mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Added a warning for the recidive jail
This commit is contained in:
parent
617094fad5
commit
42dd05210a
1 changed files with 4 additions and 0 deletions
|
|
@ -265,6 +265,10 @@ logpath = /var/log/named/security.log
|
|||
ignoreip = 168.192.0.1
|
||||
|
||||
# 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]
|
||||
|
||||
enabled = false
|
||||
|
|
|
|||
Loading…
Reference in a new issue