mirror of https://github.com/fail2ban/fail2ban
debian: default ignoreip to ignore entire loopback zone (/8): see http://bugs.debian.org/598200
parent
baf8cc7eb5
commit
35e43cf650
|
@ -18,7 +18,7 @@
|
|||
[DEFAULT]
|
||||
|
||||
# "ignoreip" can be an IP address, a CIDR mask or a DNS host
|
||||
ignoreip = 127.0.0.1
|
||||
ignoreip = 127.0.0.1/8
|
||||
bantime = 600
|
||||
maxretry = 3
|
||||
|
||||
|
|
Loading…
Reference in New Issue