1
0
Fork 1
mirror of https://github.com/DefinedNet/mobile_nebula.git synced 2025-07-07 22:50:02 +00:00

Default listen.host to IPv6 addresses ()

This commit is contained in:
John Maguire 2024-12-10 15:11:42 -05:00 committed by GitHub
parent c0b856e611
commit a12ff140a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
}, },