ENH: Added use_dns option

pull/27/head
Lee Clemens 2012-01-09 20:05:35 -05:00
parent 9538553bc5
commit d23d495547
1 changed files with 1 additions and 0 deletions

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