Container Images
- GHCR:
ghcr.io/fosrl/newt@sha256:60c78391e3b5cb8a260490fb26b8b7329ed5448077629da89a564af80d3a9fad - Docker Hub:
docker.io/fosrl/newt@sha256:60c78391e3b5cb8a260490fb26b8b7329ed5448077629da89a564af80d3a9fad
Tag:1.14.0
What's Changed
- Add server side sync message to detect lost command control websocket messages
- Add
--native-mainmode to create a native Wireguard interface on the host instead of netstack - Add using upstream remote subnets with remote nodes for site-to-cloud backhaul connectivity
- Add support for all cli/env args in the config json file
- Fix config file location to be under newt on Windows
- Fix restart command when running as windows service
- Fix dead/half-open control websocket (read deadline + protocol ping) by @DanivosYoun in #387
- Refactor code into module
New Contributors
- @DanivosYoun made their first contribution in #387
Full Changelog: 1.13.0...1.14.0