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):
|
def getOptions(self):
|
||||||
opts = [["bool", "enabled", "false"],
|
opts = [["bool", "enabled", "false"],
|
||||||
["string", "logpath", "/var/log/messages"],
|
["string", "logpath", "/var/log/messages"],
|
||||||
|
["string", "use_dns", "warn"],
|
||||||
["string", "backend", "auto"],
|
["string", "backend", "auto"],
|
||||||
["int", "maxretry", 3],
|
["int", "maxretry", 3],
|
||||||
["int", "findtime", 600],
|
["int", "findtime", 600],
|
||||||
|
|
Loading…
Reference in New Issue