mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 06:35: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,8 +13,8 @@ func GetDefaults() platformDefaultParameters {
|
|||
DefaultConfigFile: "/etc/yggdrasil.conf",
|
||||
|
||||
// Multicast interfaces
|
||||
DefaultMulticastInterfaces: []string{
|
||||
".*",
|
||||
DefaultMulticastInterfaces: []MulticastInterfaceConfig{
|
||||
{Regex: ".*", Incoming: true, Outgoing: true},
|
||||
},
|
||||
|
||||
// TUN/TAP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue