Default listen.host to IPv6 addresses (#204)
This commit is contained in:
parent
c0b856e611
commit
a12ff140a3
|
@ -30,7 +30,7 @@ func newConfig() *config {
|
||||||
Hosts: []string{},
|
Hosts: []string{},
|
||||||
},
|
},
|
||||||
Listen: configListen{
|
Listen: configListen{
|
||||||
Host: "0.0.0.0",
|
Host: "[::]",
|
||||||
Port: 4242,
|
Port: 4242,
|
||||||
Batch: 64,
|
Batch: 64,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue