mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
change multicast config format
This commit is contained in:
parent
2a7a53b6b6
commit
2874ce1327
9 changed files with 68 additions and 47 deletions
|
@ -13,9 +13,9 @@ func GetDefaults() platformDefaultParameters {
|
|||
DefaultConfigFile: "/etc/yggdrasil.conf",
|
||||
|
||||
// Multicast interfaces
|
||||
DefaultMulticastInterfaces: []string{
|
||||
"en.*",
|
||||
"bridge.*",
|
||||
DefaultMulticastInterfaces: []MulticastInterfaceConfig{
|
||||
{Regex: "en.*", Incoming: true, Outgoing: true},
|
||||
{Regex: "bridge.*", Incoming: true, Outgoing: true},
|
||||
},
|
||||
|
||||
// TUN/TAP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue