mirror of https://github.com/fail2ban/fail2ban
ENH: Added use_dns option
parent
9538553bc5
commit
d23d495547
|
@ -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 New Issue