mirror of
https://github.com/yggdrasil-network/yggdrasil-go
synced 2024-11-10 07:20:39 +03:00
Fix expressions
This commit is contained in:
parent
17175b49f2
commit
9a7d350884
@ -14,8 +14,8 @@ func GetDefaults() platformDefaultParameters {
|
|||||||
|
|
||||||
// Multicast interfaces
|
// Multicast interfaces
|
||||||
DefaultMulticastInterfaces: []string{
|
DefaultMulticastInterfaces: []string{
|
||||||
"en*",
|
"en.*",
|
||||||
"bridge*",
|
"bridge.*",
|
||||||
},
|
},
|
||||||
|
|
||||||
// TUN/TAP
|
// TUN/TAP
|
||||||
|
@ -14,10 +14,7 @@ func GetDefaults() platformDefaultParameters {
|
|||||||
|
|
||||||
// Multicast interfaces
|
// Multicast interfaces
|
||||||
DefaultMulticastInterfaces: []string{
|
DefaultMulticastInterfaces: []string{
|
||||||
"en*",
|
".*",
|
||||||
"eth*",
|
|
||||||
"wlan*",
|
|
||||||
"br*",
|
|
||||||
},
|
},
|
||||||
|
|
||||||
// TUN/TAP
|
// TUN/TAP
|
||||||
|
Loading…
Reference in New Issue
Block a user