1
0
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:
Juan Batiz-Benet
2014-11-20 09:15:48 -08:00
parent f99117bcd2
commit a1dcbbad80

View File

@ -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",