Commit 0f174ca0 authored by Baptiste Jonglez's avatar Baptiste Jonglez

Default config: listen on IPv6 for the swarm address

parent e225e9f2
......@@ -39,6 +39,7 @@ func Init(out io.Writer, nBitsForKeypair int) (*Config, error) {
Swarm: []string{
"/ip4/0.0.0.0/tcp/4001",
// "/ip4/0.0.0.0/udp/4002/utp", // disabled for now.
"/ip6/::/tcp/4001",
},
API: "/ip4/127.0.0.1/tcp/5001",
Gateway: "/ip4/127.0.0.1/tcp/8080",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment