mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-22 09:30:28 +00:00
Set default conf file on FreeBSD to /usr/local/etc/yggdrasil.conf (#717)
This commit is contained in:
parent
33e3679458
commit
fcb6f5ca36
@ -10,7 +10,7 @@ func GetDefaults() platformDefaultParameters {
|
||||
DefaultAdminListen: "unix:///var/run/yggdrasil.sock",
|
||||
|
||||
// Configuration (used for yggdrasilctl)
|
||||
DefaultConfigFile: "/etc/yggdrasil.conf",
|
||||
DefaultConfigFile: "/usr/local/etc/yggdrasil.conf",
|
||||
|
||||
// Multicast interfaces
|
||||
DefaultMulticastInterfaces: []string{
|
||||
|
Loading…
Reference in New Issue
Block a user