ENH: Added use_dns option

This commit is contained in:
Lee Clemens 2012-01-09 20:05:35 -05:00
parent 9538553bc5
commit d23d495547

View file

@ -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],