Skip to content

Commit

Permalink
Merge pull request #1076 from zorun/fix-listen-ipv6
Browse files Browse the repository at this point in the history
Default config: listen on IPv6 for the swarm address
  • Loading branch information
jbenet committed Aug 15, 2015
2 parents da75e92 + 0f174ca commit 7789077
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repo/config/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7789077

Please sign in to comment.