projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
681b923
)
[devscripts/buildserver] Listen on all interfaces
author
Sergey M․
<dstftw@gmail.com>
Sun, 29 May 2016 17:21:18 +0000
(
00:21
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 29 May 2016 17:21:18 +0000
(
00:21
+0700)
devscripts/buildserver.py
patch
|
blob
|
history
diff --git
a/devscripts/buildserver.py
b/devscripts/buildserver.py
index 2bd12da5018cbd5ab164a51c94b394de5d8e452c..f7979c43e26e1e90dfbb5115090213a01b6c9e50 100644
(file)
--- a/
devscripts/buildserver.py
+++ b/
devscripts/buildserver.py
@@
-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', default='
localhost
:8142',
+ action='store', default='
0.0.0.0
:8142',
help='Bind to host:port (default %default)')
options = parser.parse_args(args=args)