ENH: Added use_dns option

pull/27/head
Lee Clemens 2012-01-09 20:05:35 -05:00
parent 6d6b734ea5
commit 0bdab4c2d7
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],