From: Jakub Czajka Date: Sun, 25 Sep 2022 21:09:56 +0000 (+0200) Subject: [fail2ban] Extend bans to 1 day. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=df5d2ad7f143ed2e15df76df7cba0e9494e8d599;p=server.git [fail2ban] Extend bans to 1 day. --- diff --git a/fail2ban/jail.local b/fail2ban/jail.local index d19e172..8aca5ca 100644 --- a/fail2ban/jail.local +++ b/fail2ban/jail.local @@ -104,7 +104,7 @@ syslog_daemon = /var/log/daemon.log ignorecommand = # "bantime" is the number of seconds that a host is banned. -bantime = 10m +bantime = 1d # A host is banned if it has generated "maxretry" during the last "findtime" # seconds.