mirror of https://github.com/fail2ban/fail2ban
jail.conf: comment only (time abbr format), no function changes
closes gh-3522pull/3527/head
parent
8e97474586
commit
66e195b0f3
|
@ -97,7 +97,9 @@ before = paths-debian.conf
|
||||||
# ignorecommand = /path/to/command <ip>
|
# ignorecommand = /path/to/command <ip>
|
||||||
ignorecommand =
|
ignorecommand =
|
||||||
|
|
||||||
# "bantime" is the number of seconds that a host is banned.
|
# "bantime" is the amount of time that a host is banned, integer in seconds or
|
||||||
|
# time abbreviation format (m - minutes, h - hours, d - days, w - weeks, mo - months, y - years).
|
||||||
|
# This is to consider as an initial time if bantime.increment gets enabled.
|
||||||
bantime = 10m
|
bantime = 10m
|
||||||
|
|
||||||
# A host is banned if it has generated "maxretry" during the last "findtime"
|
# A host is banned if it has generated "maxretry" during the last "findtime"
|
||||||
|
|
Loading…
Reference in New Issue