4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-06-17 11:46:07 +00:00

Stick with tcp://localhost:9001 as default for now

This commit is contained in:
Neil Alexander
2018-07-07 12:16:55 +01:00
parent 1692bd98fd
commit 36c89da848
6 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ package defaults
func GetDefaults() platformDefaultParameters {
return platformDefaultParameters{
// Admin
DefaultAdminListen: "unix:///var/run/yggdrasil.sock",
DefaultAdminListen: "tcp://localhost:9001",
// TUN/TAP
MaximumIfMTU: 32767,