mirror of
https://github.com/DefinedNet/mobile_nebula.git
synced 2025-02-12 06:55:27 +00:00
Default listen.host to IPv6 addresses (#204)
This commit is contained in:
parent
c0b856e611
commit
a12ff140a3
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ func newConfig() *config {
|
|||
Hosts: []string{},
|
||||
},
|
||||
Listen: configListen{
|
||||
Host: "0.0.0.0",
|
||||
Host: "[::]",
|
||||
Port: 4242,
|
||||
Batch: 64,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue