mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-02-15 03:11:50 +00:00
Default to /var/run/yggdrasil.sock for admin on darwin/macOS
This commit is contained in:
parent
74a904d04c
commit
bbe2f56b74
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue