fix: remove delegated routing again
This commit is contained in:
parent
483ac62f96
commit
2b3b6dd0f3
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue