fix: remove delegated routing again

This commit is contained in:
Derrick Hammer 2023-10-18 13:48:13 -04:00
parent 483ac62f96
commit 2b3b6dd0f3
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 2 deletions

View File

@ -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(),