Skip to content

Commit

Permalink
docs(config): mention routing.delegate.ipfs.io
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Aug 18, 2022
1 parent 2d98b4f commit 9c6094e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand All @@ -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)

Expand Down

0 comments on commit 9c6094e

Please sign in to comment.