diff --git a/testnet.js b/testnet.js index 04b98d7..4855ec7 100644 --- a/testnet.js +++ b/testnet.js @@ -53,7 +53,7 @@ class Testnet { const node = new DHT({ ephemeral: true, bootstrap: this.bootstrap, - host: '127.0.0.1', + // host: '127.0.0.1', (causes a test to fail, prop just cause it wants to use lan) ...opts })