mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 06:35:07 +03:00
Stick with tcp://localhost:9001 as default for now
This commit is contained in:
parent
1692bd98fd
commit
36c89da848
6 changed files with 6 additions and 6 deletions
|
@ -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: 9000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue