mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-27 21:55:07 +03:00
Multicast passwords
This commit is contained in:
parent
45b773eade
commit
2a21241738
7 changed files with 62 additions and 39 deletions
|
@ -88,6 +88,7 @@ func (m *Yggdrasil) StartJSON(configjson []byte) error {
|
|||
Listen: intf.Listen,
|
||||
Port: intf.Port,
|
||||
Priority: uint8(intf.Priority),
|
||||
Password: intf.Password,
|
||||
})
|
||||
}
|
||||
m.multicast, err = multicast.New(m.core, m.logger, options...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue