mirror of https://github.com/fail2ban/fail2ban
add ip6-loopback to default ignoreip statement
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…
Reference in New Issue