Skip to content

Commit 9c6094e

Browse files
committed
docs(config): mention routing.delegate.ipfs.io
1 parent 2d98b4f commit 9c6094e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@ Reframe:
13481348
- `Endpoint` (mandatory): URL that will be used to connect to a specified router.
13491349
- `Priority` (optional): Priority is used when making a routing request. Small numbers represent more important routers. The default priority is 100000.
13501350

1351-
**Example:**
1351+
**Examples:**
13521352

13531353
To add router provided by _Store the Index_ team at [cid.contact](https://cid.contact):
13541354

@@ -1361,7 +1361,7 @@ $ ipfs config Routing.Routers.CidContact --json '{
13611361
}'
13621362
```
13631363

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`.
13651365

13661366
Default: `{}` (use the safe implicit defaults)
13671367

0 commit comments

Comments
 (0)