mirror of https://github.com/fail2ban/fail2ban
- Removed 192.168.0.0/16 from ignoreip
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@232 a942ae1a-1317-0410-a47c-b1dcaea8d6050.6
parent
1044b82e12
commit
3e86a8204b
|
@ -23,6 +23,8 @@ ver. 0.6.? (200?/??/??) - ???
|
||||||
Thanks to Mark Edgington
|
Thanks to Mark Edgington
|
||||||
- Added patch #1382936 (Default formatted syslog logging).
|
- Added patch #1382936 (Default formatted syslog logging).
|
||||||
Thanks to Patrick Börjesson
|
Thanks to Patrick Börjesson
|
||||||
|
- Removed 192.168.0.0/16 from ignoreip. Attacks could also
|
||||||
|
come from the local network.
|
||||||
|
|
||||||
ver. 0.6.0 (2005/11/20) - stable
|
ver. 0.6.0 (2005/11/20) - stable
|
||||||
----------
|
----------
|
||||||
|
|
|
@ -58,9 +58,9 @@ findtime = 600
|
||||||
# Notes.: space separated list of IP's to be ignored by fail2ban.
|
# Notes.: space separated list of IP's to be ignored by fail2ban.
|
||||||
# You can use CIDR mask in order to specify a range.
|
# You can use CIDR mask in order to specify a range.
|
||||||
# Example: ignoreip = 192.168.0.1/24 123.45.235.65
|
# 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
|
# Option: cmdstart
|
||||||
# Notes.: command executed once at the start of Fail2Ban
|
# Notes.: command executed once at the start of Fail2Ban
|
||||||
|
|
Loading…
Reference in New Issue