5
0
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:
Ryan Westlund 2020-09-27 08:22:49 -04:00 committed by GitHub
parent 33e3679458
commit fcb6f5ca36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ func GetDefaults() platformDefaultParameters {
DefaultAdminListen: "unix:///var/run/yggdrasil.sock", DefaultAdminListen: "unix:///var/run/yggdrasil.sock",
// Configuration (used for yggdrasilctl) // Configuration (used for yggdrasilctl)
DefaultConfigFile: "/etc/yggdrasil.conf", DefaultConfigFile: "/usr/local/etc/yggdrasil.conf",
// Multicast interfaces // Multicast interfaces
DefaultMulticastInterfaces: []string{ DefaultMulticastInterfaces: []string{