mirror of https://github.com/fail2ban/fail2ban
TST: include blank ignorecommand in jail.conf to indicate default value and to raise test coverage
parent
6fa4e48f88
commit
ddac79c15c
|
@ -35,6 +35,7 @@ ignoreip = 127.0.0.1/8
|
||||||
# and return true if the IP is to be ignored. False otherwise.
|
# and return true if the IP is to be ignored. False otherwise.
|
||||||
#
|
#
|
||||||
# ignorecommand = /path/to/command <ip>
|
# ignorecommand = /path/to/command <ip>
|
||||||
|
ignorecommand =
|
||||||
|
|
||||||
# "bantime" is the number of seconds that a host is banned.
|
# "bantime" is the number of seconds that a host is banned.
|
||||||
bantime = 600
|
bantime = 600
|
||||||
|
|
Loading…
Reference in New Issue