fix: remove delegated routing again
This commit is contained in:
parent
483ac62f96
commit
2b3b6dd0f3
|
@ -62,11 +62,9 @@ export function libp2pConfig(
|
||||||
streamMuxers: [yamux(), mplex()],
|
streamMuxers: [yamux(), mplex()],
|
||||||
peerDiscovery: [bootstrap(bootstrapConfig)],
|
peerDiscovery: [bootstrap(bootstrapConfig)],
|
||||||
contentRouters: [
|
contentRouters: [
|
||||||
delegatedContentRouting(client),
|
|
||||||
ipniContentRouting("https://cid.contact"),
|
ipniContentRouting("https://cid.contact"),
|
||||||
reframeContentRouting("https://cid.contact/reframe"),
|
reframeContentRouting("https://cid.contact/reframe"),
|
||||||
],
|
],
|
||||||
peerRouters: [delegatedPeerRouting(client)],
|
|
||||||
services: {
|
services: {
|
||||||
identify: identifyService(),
|
identify: identifyService(),
|
||||||
autoNAT: autoNATService(),
|
autoNAT: autoNATService(),
|
||||||
|
|
Loading…
Reference in New Issue