@cryptotaxi247 / kubo / commits / f4ff4f76d

docs(config): mention routing v1 spec

Marcin Rataj committed Feb 6, 2024 at 18:35 UTC f4ff4f76dd0d54b7a9da1fa1ac64b163ea3d3a18
1 file changed +4 -2
docs/config.md
+4 -2
@@ -1549,10 +1549,12 @@ To force a specific Amino DHT-only mode, client or server, set `Routing.Type` to
1549 unless you're sure your node is reachable from the public network.
1550
1551 When `Routing.Type` is set to `auto` or `autoclient` your node will accelerate some types of routing
1552 -by leveraging HTTP endpoints compatible with [IPIP-337](https://github.com/ipfs/specs/pull/337)
1553 -in addition to the IPFS DHT.
1552 +by leveraging HTTP endpoints compatible with [Delegated Routing V1 HTTP API](https://specs.ipfs.tech/routing/http-routing-v1/)
1553 +introduced in [IPIP-337](https://github.com/ipfs/specs/pull/337)
1554 +in addition to the Amino DHT.
1555 By default, an instance of [IPNI](https://github.com/ipni/specs/blob/main/IPNI.md#readme)
1556 at https://cid.contact is used.
1557 +
1558 Alternative routing rules can be configured in `Routing.Routers` after setting `Routing.Type` to `custom`.
1559
1560 Default: `auto` (DHT + IPNI)