ENH: Added use_dns option

This commit is contained in:
Lee Clemens 2012-01-09 20:05:35 -05:00
parent 6d6b734ea5
commit 0bdab4c2d7

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