etwist/twconfig.py
branchstable
changeset 6817 1959d97ebf2e
parent 6012 d56fd78006cd
child 6829 43d70b3fdcb5
--- a/etwist/twconfig.py	Thu Jan 13 12:49:44 2011 +0100
+++ b/etwist/twconfig.py	Thu Jan 13 13:38:49 2011 +0100
@@ -45,6 +45,12 @@
           'help': 'http server port number (default to 8080)',
           'group': 'web', 'level': 0,
           }),
+        ('interface',
+         {'type' : 'string',
+          'default': "",
+          'help': 'http server address on which to listen (default to everywhere)',
+          'group': 'web', 'level': 0,
+          }),
         ('max-post-length',
          {'type' : 'bytes',
           'default': '100MB',