diff --git a/src/utils.js b/src/utils.js index 435f3cc..cbb48fe 100644 --- a/src/utils.js +++ b/src/utils.js @@ -16,7 +16,7 @@ exports.getMultiaddr = (sockPath, port) => isWindows : ma(`/unix${path.resolve(os.tmpdir(), sockPath)}`) exports.DEFAULT_CONFIG = { - secio: true, - noise: false, + secio: false, + noise: true, dht: false }