Add peers from mDNS adverts, add separate config option

This commit is contained in:
Neil Alexander 2020-05-09 21:34:15 +01:00
parent 8d00461cf8
commit 7453c1cc06
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
11 changed files with 111 additions and 55 deletions

View file

@ -17,6 +17,10 @@ func GetDefaults() platformDefaultParameters {
"en.*",
"bridge.*",
},
DefaultMulticastDNSInterfaces: []string{
"en.*",
"bridge.*",
},
// TUN/TAP
MaximumIfMTU: 65535,