bittorrent-relay
Advanced tools
Comparing version 13.0.0 to 13.0.1
{ | ||
"name": "bittorrent-relay", | ||
"description": "Uses the mainline dht to relay requests to other trackers in a swarm", | ||
"version": "13.0.0", | ||
"version": "13.0.1", | ||
"bin": { | ||
@@ -6,0 +6,0 @@ "bittorrent-relay": "./bin/cmd.js" |
@@ -81,5 +81,5 @@ import Debug from 'debug' | ||
this.ws = null | ||
if(!opts.domain){ | ||
throw new Error('must have a domain') | ||
} | ||
// if(!opts.domain){ | ||
// throw new Error('must have a domain') | ||
// } | ||
this.domain = opts.domain | ||
@@ -86,0 +86,0 @@ this.timer.inactive = this.timer.inactive || 1 * 60 * 1000 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
102563