bittorrent-relay
Advanced tools
Comparing version 9.0.2 to 9.0.3
@@ -43,3 +43,3 @@ #!/usr/bin/env node | ||
'dir': path.join(process.cwd(), 'data'), | ||
'hashes': 'a94a8fe5ccb19ba61c4c0873d391e987982fbbd3', | ||
'hashes': '', | ||
'key': null, | ||
@@ -91,2 +91,7 @@ 'index': null, | ||
if(!argv['hashes']){ | ||
console.error('must have at least 1 hash') | ||
process.exit(undefined) | ||
} | ||
const server = new Server({ | ||
@@ -93,0 +98,0 @@ announceTimer: argv['announce-timer'], |
{ | ||
"name": "bittorrent-relay", | ||
"description": "Uses the mainline dht to relay requests to other trackers in a swarm", | ||
"version": "9.0.2", | ||
"version": "9.0.3", | ||
"bin": { | ||
@@ -6,0 +6,0 @@ "bittorrent-relay": "./bin/cmd.js" |
94511
2472