From 34292a3a0869b145729416c832b24bc9dbe8bbd4 Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Mon, 20 Sep 2021 14:29:23 +0200 Subject: [PATCH] explicitly set no bootstraps for bootstraps --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 58d1232..c1e9c9b 100644 --- a/index.js +++ b/index.js @@ -63,7 +63,7 @@ class DHT extends EventEmitter { } static bootstrapper (bind, opts) { - return new this({ bind, firewalled: false, ...opts }) + return new this({ bind, firewalled: false, bootstrap: [], ...opts }) } get id () {