From 9950ed56da420cccdaa2d20bd45e744c5082cca9 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 20 Nov 2014 23:47:12 +0800 Subject: change default port to 8000 --- bin/cmd.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/cmd.js b/bin/cmd.js index d973f88..a8835b4 100755 --- a/bin/cmd.js +++ b/bin/cmd.js @@ -47,7 +47,7 @@ var argv = minimist(process.argv.slice(2), { 'version' ], default: { - port: 9000 + port: 8000 } }) @@ -89,7 +89,7 @@ if (argv.help || !torrentId) { -o, --out [path] set download destination [default: /tmp/webtorrent] -l, --list list files in torrent (with indexes) -i, --index [index] stream a particular file from torrent (by index) - -p, --port [number] change the http port [default: 9000] + -p, --port [number] change the http port [default: 8000] -b, --blocklist [path] load blocklist file/http url -t, --subtitles [file] load subtitles file -q, --quiet don't show UI on stdout -- cgit v1.2.3