5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-10 05:10:26 +00:00

Default to /var/run/yggdrasil.sock for admin on darwin/macOS

This commit is contained in:
Neil Alexander 2018-12-10 00:31:31 +00:00
parent 74a904d04c
commit bbe2f56b74
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

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