Comparing version 6.16.5 to 6.17.0
@@ -17,5 +17,5 @@ const crypto = require('hypercore-crypto') | ||
exports.BOOTSTRAP_NODES = [ | ||
{ host: 'node1.hyperdht.org', port: 49737 }, | ||
{ host: 'node2.hyperdht.org', port: 49737 }, | ||
{ host: 'node3.hyperdht.org', port: 49737 } | ||
'88.99.3.86@node1.hyperdht.org:49737', | ||
'142.93.90.113@node2.hyperdht.org:49737', | ||
'138.68.147.8@node3.hyperdht.org:49737' | ||
] | ||
@@ -22,0 +22,0 @@ |
{ | ||
"name": "hyperdht", | ||
"version": "6.16.5", | ||
"version": "6.17.0", | ||
"description": "The DHT powering Hyperswarm", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
"debugging-stream": "^2.0.0", | ||
"dht-rpc": "^6.11.3", | ||
"dht-rpc": "^6.14.0", | ||
"hypercore-crypto": "^3.3.0", | ||
@@ -35,0 +35,0 @@ "hypercore-id-encoding": "^1.2.0", |
@@ -72,3 +72,4 @@ # hyperdht | ||
// Optionally overwrite the default bootstrap servers, just need to be an array of any known dht node(s) | ||
// Defaults to ['node1.hyperdht.org:49737', 'node2.hyperdht.org:49737', 'node3.hyperdht.org:49737'] | ||
// Defaults to ['88.99.3.86@node1.hyperdht.org:49737', '142.93.90.113@node2.hyperdht.org:49737', '138.68.147.8@node3.hyperdht.org:49737'] | ||
// Supports suggested-IP to avoid DNS calls: [suggested-IP@]<host>:<port> | ||
bootstrap: ['host:port'], | ||
@@ -75,0 +76,0 @@ keyPair, // set the default key pair to use for server.listen and connect |
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
142675
329
Updateddht-rpc@^6.14.0