mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
docs(config): mention routing.delegate.ipfs.io
This commit is contained in:
parent
2d98b4f229
commit
9c6094e651
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user