浏览代码

[devscripts/buildserver] Listen on all interfaces

Sergey M․ 9 年之前
父节点
当前提交
56bd028a0f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      devscripts/buildserver.py

+ 1 - 1
devscripts/buildserver.py

@@ -216,7 +216,7 @@ def main(args=None):
                         action='store_const', dest='action', const='service',
                         action='store_const', dest='action', const='service',
                         help='Run as a Windows service')
                         help='Run as a Windows service')
     parser.add_argument('-b', '--bind', metavar='<host:port>',
     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)')
                         help='Bind to host:port (default %default)')
     options = parser.parse_args(args=args)
     options = parser.parse_args(args=args)