]> git.ekhem.eu.org Git - server.git/commitdiff
[fail2ban] Extend bans to 1 day.
authorJakub Czajka <jakub@ekhem.eu.org>
Sun, 25 Sep 2022 21:09:56 +0000 (23:09 +0200)
committerJakub Czajka <jakub@ekhem.eu.org>
Wed, 27 Sep 2023 21:59:10 +0000 (23:59 +0200)
fail2ban/jail.local

index d19e1720f5582c61a84bd987df85f52ecaec03a8..8aca5ca5ab56257a4388b0d72d6cb0100f107834 100644 (file)
@@ -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.