add ip6-loopback to default ignoreip statement

pull/1414/head
Alexander Koeppe 9 years ago committed by sebres
parent d125f882d4
commit db9f3f738f

@ -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. <ip>,
# and return true if the IP is to be ignored. False otherwise.

Loading…
Cancel
Save