From df5d2ad7f143ed2e15df76df7cba0e9494e8d599 Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sun, 25 Sep 2022 23:09:56 +0200 Subject: [PATCH] [fail2ban] Extend bans to 1 day. --- fail2ban/jail.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5