@cryptotaxi247 / kubo / commits / bcab64d42

docs(config): add link to someguy router

Marcin Rataj committed Jul 21, 2022 at 17:41 UTC bcab64d42dd6cd0919afbc5a10f9b508bee16307
1 file changed +2
docs/config.md
+2
@@ -1355,6 +1355,8 @@ $ ipfs config Routing.Routers.CidContact --json '{
1355 }'
1356 ```
1357
1358 +Anyone can create and run their own Reframe endpoint, and experiment with custom routing logic. See [`someguy`](https://github.com/aschmahmann/someguy) example, which proxies requests to BOTH the IPFS Public DHT AND an Indexer node.
1359 +
1360 Default: `{}` (use the safe implicit defaults)
1361
1362 Type: `object[string->string]`