Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit a85580c

Browse files
committed
chore: add delegates
1 parent 4435871 commit a85580c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/config.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ Contains information about various listener addresses to be used by this node.
2323

2424
Default: `/ip4/127.0.0.1/tcp/5002`
2525

26+
- `Delegates`
27+
Delegate peers are used to find peers and retrieve content from the network on your behalf.
28+
29+
Array of [Multiaddr](https://github.com/multiformats/multiaddr/) describing which addresses to use as delegate nodes, in order to create a delegate routers.
30+
31+
Default:
32+
```json
33+
[]
34+
```
35+
2636
- `Gateway`
2737
A gateway is exposed by the IPFS daemon, which allows an easy way to access content from IPFS, using an IPFS path.
2838

0 commit comments

Comments
 (0)