1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 18:13:54 +08:00

adding detail on Announce

Clarifying that the Announce array is only used when non-empty
and will override the default inferred announce addresses.

License: MIT
Signed-off-by: John Reed <john@re2d.xyz>
This commit is contained in:
John Reed
2017-11-20 09:48:19 -06:00
committed by GitHub
parent 8391abb06b
commit 42a0c14f2a

View File

@ -43,7 +43,7 @@ Default:
```
- `Announce`
Array of swarm addresses to announce to the network.
If non-empty, this array specifies the swarm addresses to announce to the network. If empty, the daemon will announce inferred swarm addresses.
Default: `[]`