You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: doc/config.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,16 @@ Contains information about various listener addresses to be used by this node.
23
23
24
24
Default: `/ip4/127.0.0.1/tcp/5002`
25
25
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
+
26
36
-`Gateway`
27
37
A gateway is exposed by the IPFS daemon, which allows an easy way to access content from IPFS, using an IPFS path.
0 commit comments