bittorrent-relay
Advanced tools
Comparing version 5.0.9 to 6.0.0
@@ -24,3 +24,4 @@ #!/usr/bin/env node | ||
'tracker-host', | ||
'host' | ||
'host', | ||
'hashes' | ||
], | ||
@@ -40,3 +41,4 @@ default: { | ||
'auth': null, | ||
'dir': path.join(process.cwd(), 'dir') | ||
'dir': path.join(process.cwd(), 'dir'), | ||
'hashes': 'a94a8fe5ccb19ba61c4c0873d391e987982fbbd3' | ||
} | ||
@@ -43,0 +45,0 @@ }) |
{ | ||
"name": "bittorrent-relay", | ||
"description": "Uses the mainline dht to relay requests to other trackers in a swarm", | ||
"version": "5.0.9", | ||
"version": "6.0.0", | ||
"bin": { | ||
@@ -6,0 +6,0 @@ "bittorrent-relay": "./bin/cmd.js" |
95928
2610