mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
multicast configuration changes
This commit is contained in:
parent
4701f941a9
commit
de853fed10
9 changed files with 49 additions and 40 deletions
|
@ -14,8 +14,8 @@ func GetDefaults() platformDefaultParameters {
|
|||
|
||||
// Multicast interfaces
|
||||
DefaultMulticastInterfaces: []MulticastInterfaceConfig{
|
||||
{Regex: "en.*", Incoming: true, Outgoing: true},
|
||||
{Regex: "bridge.*", Incoming: true, Outgoing: true},
|
||||
{Regex: "en.*", Beacon: true, Listen: true},
|
||||
{Regex: "bridge.*", Beacon: true, Listen: true},
|
||||
},
|
||||
|
||||
// TUN/TAP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue