From bcab64d42dd6cd0919afbc5a10f9b508bee16307 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Thu, 21 Jul 2022 17:41:39 +0200 Subject: [PATCH] docs(config): add link to someguy router --- docs/config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/config.md b/docs/config.md index 5878e92b4..37bbf45b1 100644 --- a/docs/config.md +++ b/docs/config.md @@ -1355,6 +1355,8 @@ $ ipfs config Routing.Routers.CidContact --json '{ }' ``` +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. + Default: `{}` (use the safe implicit defaults) Type: `object[string->string]`