mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 22:55:06 +03:00
Refactor node setup, config, defaults
This commit is contained in:
parent
559e31c502
commit
8be919abba
13 changed files with 395 additions and 331 deletions
|
@ -14,9 +14,7 @@ func GetDefaults() platformDefaultParameters {
|
|||
DefaultConfigFile: "/usr/local/etc/yggdrasil.conf",
|
||||
|
||||
// Multicast interfaces
|
||||
DefaultMulticastInterfaces: []MulticastInterfaceConfig{
|
||||
{Regex: ".*", Beacon: true, Listen: true},
|
||||
},
|
||||
DefaultMulticastInterfaces: []string{".*"},
|
||||
|
||||
// TUN/TAP
|
||||
MaximumIfMTU: 32767,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue