mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-11-16 09:24:51 +00:00
Add multicast interfaces to platform-specific defaults (this makes it easier to avoid bringing AWDL up by default on macOS as an example, or over L2 VPNs when not expected)
This commit is contained in:
@@ -12,6 +12,12 @@ func GetDefaults() platformDefaultParameters {
|
||||
// Configuration (used for yggdrasilctl)
|
||||
DefaultConfigFile: "/etc/yggdrasil.conf",
|
||||
|
||||
// Multicast interfaces
|
||||
DefaultMulticastInterfaces: []string{
|
||||
"en*",
|
||||
"bridge*",
|
||||
},
|
||||
|
||||
// TUN/TAP
|
||||
MaximumIfMTU: 65535,
|
||||
DefaultIfMTU: 65535,
|
||||
|
||||
Reference in New Issue
Block a user