whitelist the whole 127.0.0.0/8 mask

tags/0.0.1
Daniel Berteaud 12 years ago
parent 1848a6a869
commit 3efe85e03e
  1. 2
      root/etc/e-smith/templates/etc/fail2ban/jail.conf/05IgnoreIP

@ -4,7 +4,7 @@ use esmith::NetworksDB;
my $n = esmith::NetworksDB->open_ro() ||
die "Couldn't open networks DB\n";
my @ip = ("127.0.0.1");
my @ip = ("127.0.0.0/8");
# Add hosts which can access the server-manager to the whitelist
push @ip, $_ foreach (split /[,;]/, (${'httpd-admin'}{'ValidFrom'} || ''));

Loading…
Cancel
Save