From a2c6621151925dc8446a0c9e359382c137409439 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 2 May 2013 03:10:17 +0200 Subject: [PATCH] Increase default maxretry to 5 --- root/etc/e-smith/templates/etc/fail2ban/jail.conf/15MaxRetries | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/e-smith/templates/etc/fail2ban/jail.conf/15MaxRetries b/root/etc/e-smith/templates/etc/fail2ban/jail.conf/15MaxRetries index cfe387b..6194601 100644 --- a/root/etc/e-smith/templates/etc/fail2ban/jail.conf/15MaxRetries +++ b/root/etc/e-smith/templates/etc/fail2ban/jail.conf/15MaxRetries @@ -1,5 +1,5 @@ { -my $maxretry = $fail2ban{'MaxRetry'} || '3'; +my $maxretry = $fail2ban{'MaxRetry'} || '5'; $OUT .= "maxretry = $maxretry";