Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2014-08-17 14:25:07 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-08-17 14:25:07 +0400
commit9a029d1466b2e070dc002a8de0317d8b1ce32a9e (patch)
treeb796ceabe320812e9a76789969ee85e3fb7df499 /bin
parent94407dea2450360608585ac7aa9aa7552fbd35b9 (diff)
support --blocklist option
cc @fisch0920
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cmd.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cmd.js b/bin/cmd.js
index 27ceda5..282b946 100755
--- a/bin/cmd.js
+++ b/bin/cmd.js
@@ -139,7 +139,7 @@ function getRuntime () {
var client = new WebTorrent({
list: argv.list,
- blocklist: argv.blocklist, // TODO: handle this option in bittorrent-client
+ blocklist: argv.blocklist,
port: argv.port
})
.on('error', errorAndExit)