mirror of https://github.com/fail2ban/fail2ban
minor - removed default private networks from safe list
parent
7d9c08bc22
commit
a0dfb0f9e6
|
@ -74,9 +74,9 @@ findtime = 600
|
|||
# Notes.: space separated list of IP's to be ignored by fail2ban.
|
||||
# You can use CIDR mask in order to specify a range.
|
||||
# Example: ignoreip = 192.168.0.1/24 123.45.235.65
|
||||
# Values: IP Default: 192.168.0.0/16
|
||||
# Values: IP Default:
|
||||
#
|
||||
ignoreip = 192.168.0.0/16
|
||||
ignoreip =
|
||||
|
||||
|
||||
# Option: cmdstart
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
fail2ban (0.6.0-3) unstable; urgency=low
|
||||
|
||||
* ignoreip is now empty by default (closes: #347766)
|
||||
|
||||
-- Yaroslav Halchenko <debian@onerussian.com> Thu, 12 Jan 2006 18:32:14 -0500
|
||||
|
||||
fail2ban (0.6.0-2) unstable; urgency=low
|
||||
|
||||
* fail2ban path is inserted first in the list to avoid a conflict with
|
||||
|
|
Loading…
Reference in New Issue