From 2b3b6dd0f396875b030a9dd81cad52cac3ac284f Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 18 Oct 2023 13:48:13 -0400 Subject: [PATCH] fix: remove delegated routing again --- src/config.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/config.ts b/src/config.ts index 0fc45d1..14edcf9 100644 --- a/src/config.ts +++ b/src/config.ts @@ -62,11 +62,9 @@ export function libp2pConfig( streamMuxers: [yamux(), mplex()], peerDiscovery: [bootstrap(bootstrapConfig)], contentRouters: [ - delegatedContentRouting(client), ipniContentRouting("https://cid.contact"), reframeContentRouting("https://cid.contact/reframe"), ], - peerRouters: [delegatedPeerRouting(client)], services: { identify: identifyService(), autoNAT: autoNATService(),