From a3b242d6dd051c9d90cb9b8911eed40532655256 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 31 Jul 2012 14:05:42 -0400 Subject: [PATCH] BF: inline comments must use ; not # -- recidive jail --- config/jail.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/jail.conf b/config/jail.conf index fa527757..ff0287a2 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -303,6 +303,6 @@ filter = recidive logpath = /var/log/fail2ban.log action = iptables-allports[name=recidive] sendmail-whois-lines[name=recidive, logpath=/var/log/fail2ban.log] -bantime = 604800 # 1 week -findtime = 86400 # 1 day +bantime = 604800 ; 1 week +findtime = 86400 ; 1 day maxretry = 5