mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 06:05:06 +03:00
Set default conf file on FreeBSD to /usr/local/etc/yggdrasil.conf (#717)
This commit is contained in:
parent
33e3679458
commit
fcb6f5ca36
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue