@cryptotaxi247 / kubo / commits / 0f174ca0f

Default config: listen on IPv6 for the swarm address

Baptiste Jonglez committed Apr 14, 2015 at 14:26 UTC 0f174ca0fbe1f135411baf45395ce7336a3f7dc9
1 file changed +1
repo/config/init.go
+1
@@ -39,6 +39,7 @@ func Init(out io.Writer, nBitsForKeypair int) (*Config, error) {
39 Swarm: []string{
40 "/ip4/0.0.0.0/tcp/4001",
41 // "/ip4/0.0.0.0/udp/4002/utp", // disabled for now.
42 + "/ip6/::/tcp/4001",
43 },
44 API: "/ip4/127.0.0.1/tcp/5001",
45 Gateway: "/ip4/127.0.0.1/tcp/8080",