Refactor configuration struct comments and update default multicast interface settings

This commit is contained in:
Andy Oknen 2025-07-29 18:50:47 +00:00
parent de40a2c1ad
commit d741657948
8 changed files with 57 additions and 19 deletions

View file

@ -15,7 +15,14 @@ func getDefaults() platformDefaultParameters {
// Multicast interfaces
DefaultMulticastInterfaces: []MulticastInterfaceConfig{
{Regex: ".*", Beacon: true, Listen: true},
{
Regex: ".*",
Beacon: true,
Listen: true,
Port: 0, // 0 means random port
Priority: 0, // 0 is highest priority
Password: "", // empty means no password required
},
},
// TUN