[devscripts/buildserver] Listen on all interfaces
authorSergey M․ <dstftw@gmail.com>
Sun, 29 May 2016 17:21:18 +0000 (00:21 +0700)
committerSergey M․ <dstftw@gmail.com>
Sun, 29 May 2016 17:21:18 +0000 (00:21 +0700)
devscripts/buildserver.py

index 2bd12da5018cbd5ab164a51c94b394de5d8e452c..f7979c43e26e1e90dfbb5115090213a01b6c9e50 100644 (file)
@@ -216,7 +216,7 @@ def main(args=None):
                         action='store_const', dest='action', const='service',
                         help='Run as a Windows service')
     parser.add_argument('-b', '--bind', metavar='<host:port>',
                         action='store_const', dest='action', const='service',
                         help='Run as a Windows service')
     parser.add_argument('-b', '--bind', metavar='<host:port>',
-                        action='store', default='localhost:8142',
+                        action='store', default='0.0.0.0:8142',
                         help='Bind to host:port (default %default)')
     options = parser.parse_args(args=args)
 
                         help='Bind to host:port (default %default)')
     options = parser.parse_args(args=args)