Set default maxretry to 4

tags/0.0.1
Daniel Berteaud 11 years ago
parent 2bc85614b1
commit 5f6c3d7174
  1. 2
      root/etc/e-smith/templates/etc/fail2ban/jail.conf/15MaxRetries

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

Loading…
Cancel
Save