mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
ENH: Added use_dns option
This commit is contained in:
parent
6d6b734ea5
commit
0bdab4c2d7
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ class JailReader(ConfigReader):
|
|||
def getOptions(self):
|
||||
opts = [["bool", "enabled", "false"],
|
||||
["string", "logpath", "/var/log/messages"],
|
||||
["string", "use_dns", "warn"],
|
||||
["string", "backend", "auto"],
|
||||
["int", "maxretry", 3],
|
||||
["int", "findtime", 600],
|
||||
|
|
|
|||
Loading…
Reference in a new issue