From b537a3445a85a12e1f7d52147eeb6c145ada6cf4 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 29 Sep 2018 17:09:12 -0600 Subject: [PATCH] Updated f2b program defaults --- etc/fail2ban/fail2ban.local | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/fail2ban/fail2ban.local b/etc/fail2ban/fail2ban.local index bef86a8..9140d0f 100644 --- a/etc/fail2ban/fail2ban.local +++ b/etc/fail2ban/fail2ban.local @@ -1,7 +1,7 @@ [Definition] ####### -### This file overrides the default settings found in /etc/fail2ban.conf +### This file overrides the default settings in /etc/fail2ban/fail2ban.conf ### Customizations should be written here so that updates do NOT overwrite them! ####### @@ -12,6 +12,6 @@ loglevel = INFO logtarget = /var/log/fail2ban.log ### Amount of time (in seconds) before HISTORY of bans are cleared. (NOTE: NOT -### active bans! This is a record of previous) +### active bans! This is a record of previous bans.) ## Default: 86400 (1 day), Suggest: 604800 (7 days) dbpurgeage = 604800