Set default maxretry to 3

tags/0.0.1
Daniel Berteaud 11 years ago
parent 17dd080c5d
commit 096e5264d3
  1. 2
      root/etc/e-smith/templates/etc/fail2ban/jail.conf/15MaxRetries

@ -1,5 +1,5 @@
{
our $maxretry = $fail2ban{'MaxRetry'} || '4';
our $maxretry = $fail2ban{'MaxRetry'} || '3';
$OUT .= "maxretry = $maxretry";

Loading…
Cancel
Save