mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-12 02:01:00 +01:00
[devscripts/buildserver] Listen on all interfaces
This commit is contained in:
parent
681b923b5c
commit
56bd028a0f
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user