From 9c6094e651bd30a11ee7a501bf9aa7eb5cc34deb Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Thu, 11 Aug 2022 23:28:46 +0200 Subject: [PATCH] docs(config): mention routing.delegate.ipfs.io --- docs/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.md b/docs/config.md index 404debd1c..1c6885b99 100644 --- a/docs/config.md +++ b/docs/config.md @@ -1348,7 +1348,7 @@ Reframe: - `Endpoint` (mandatory): URL that will be used to connect to a specified router. - `Priority` (optional): Priority is used when making a routing request. Small numbers represent more important routers. The default priority is 100000. -**Example:** +**Examples:** To add router provided by _Store the Index_ team at [cid.contact](https://cid.contact): @@ -1361,7 +1361,7 @@ $ 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. +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. Protocol Labs provides a public instance at `https://routing.delegate.ipfs.io/reframe`. Default: `{}` (use the safe implicit defaults)