Tweaks to configuration

This commit is contained in:
Neil Alexander 2024-11-22 09:47:33 +00:00
parent b98f98318f
commit 2454970e4d
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 5 additions and 4 deletions

View file

@ -8,7 +8,7 @@ package config
func getDefaults() platformDefaultParameters {
return platformDefaultParameters{
// Admin
DefaultAdminListen: "unix:///var/run/yggdrasil.sock",
DefaultAdminListen: "tcp://localhost:9001",
// Configuration (used for yggdrasilctl)
DefaultConfigFile: "/etc/yggdrasil.conf",
@ -17,6 +17,7 @@ func getDefaults() platformDefaultParameters {
DefaultMulticastInterfaces: []MulticastInterfaceConfig{
{Regex: "en.*", Beacon: true, Listen: true},
{Regex: "bridge.*", Beacon: true, Listen: true},
{Regex: "awdl0", Beacon: false, Listen: false},
},
// TUN