mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-30 01:52:26 +08:00
init: note about addrs
This commit is contained in:
@ -177,7 +177,8 @@ func initConfig(configFilename string, dspathOverride string, nBitsForKeypair in
|
|||||||
|
|
||||||
conf := &config.Config{
|
conf := &config.Config{
|
||||||
|
|
||||||
// setup the node addresses.
|
// setup the node's default addresses.
|
||||||
|
// Note: two swarm listen addrs, one tcp, one utp.
|
||||||
Addresses: config.Addresses{
|
Addresses: config.Addresses{
|
||||||
Swarm: []string{
|
Swarm: []string{
|
||||||
"/ip4/0.0.0.0/tcp/4001",
|
"/ip4/0.0.0.0/tcp/4001",
|
||||||
|
Reference in New Issue
Block a user