Update ironwood dependency (temporary replace)

This commit is contained in:
Neil Alexander 2024-02-08 10:29:23 +00:00
parent bfdcf0762f
commit 2bc2b77ed9
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
6 changed files with 8 additions and 3 deletions

View file

@ -97,6 +97,7 @@ func (m *Yggdrasil) StartJSON(configjson []byte) error {
Listen: intf.Listen,
Port: intf.Port,
Priority: uint8(intf.Priority),
Cost: uint8(intf.Cost),
Password: intf.Password,
})
}