docs(config): mention routing.delegate.ipfs.io
Marcin Rataj committed
Aug 11, 2022 at 23:28 UTC
9c6094e651bd30a11ee7a501bf9aa7eb5cc34deb
1 file changed
+2
-2
docs/config.md
+2
-2
@@ -1348,7 +1348,7 @@ Reframe:
1348
- `Endpoint` (mandatory): URL that will be used to connect to a specified router.
1349
- `Priority` (optional): Priority is used when making a routing request. Small numbers represent more important routers. The default priority is 100000.
1350
1351
-**Example:**
1351
+**Examples:**
1352
1353
To add router provided by _Store the Index_ team at [cid.contact](https://cid.contact):
1354
@@ -1361,7 +1361,7 @@ $ ipfs config Routing.Routers.CidContact --json '{
1361
}'
1362
```
1363
1364
-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.
1364
+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`.
1365
1366
Default: `{}` (use the safe implicit defaults)
1367