From 3b8078d0e1aa77ade9e3bf96dd782b33b9f4cfa4 Mon Sep 17 00:00:00 2001 From: Alexander Koeppe Date: Mon, 14 Mar 2016 23:42:06 +0100 Subject: [PATCH] add ip6-loopback to default ignoreip statement --- config/jail.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/jail.conf b/config/jail.conf index cea9a06e..42083a64 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -47,7 +47,7 @@ before = paths-debian.conf # "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 (and/or comma) separator. -ignoreip = 127.0.0.1/8 +ignoreip = 127.0.0.1/8 ::1 # External command that will take an tagged arguments to ignore, e.g. , # and return true if the IP is to be ignored. False otherwise.