mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-06-17 11:46:07 +00:00
Multicast passwords
This commit is contained in:
@ -61,6 +61,7 @@ type MulticastInterfaceConfig struct {
|
||||
Listen bool
|
||||
Port uint16
|
||||
Priority uint64 // really uint8, but gobind won't export it
|
||||
Password string
|
||||
}
|
||||
|
||||
// Generates default configuration and returns a pointer to the resulting
|
||||
|
Reference in New Issue
Block a user