From 521631cfcc3ab14be02c95ed3a29835670cfcfc0 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 27 Sep 2010 13:10:48 +0000 Subject: [PATCH] default ignoreip to ignore entire loopback zone (/8): see http://bugs.debian.org/598200 git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@765 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- config/jail.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/jail.conf b/config/jail.conf index 41a56ffd..81a736d0 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -13,7 +13,7 @@ # "ignoreip" can be an IP address, a CIDR mask or a DNS host. Fail2ban will not # ban a host which matches an address in this list. Several addresses can be # defined using space separator. -ignoreip = 127.0.0.1 +ignoreip = 127.0.0.1/8 # "bantime" is the number of seconds that a host is banned. bantime = 600