Update ironwood dependency (temporary replace)

This commit is contained in:
Neil Alexander
2024-02-08 10:29:23 +00:00
parent bfdcf0762f
commit 2bc2b77ed9
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,
})
}