fix(server): register preloaded WireGuard clients as peers on server startup

This commit is contained in:
2026-03-31 03:35:54 +00:00
parent c3f180e264
commit 20ef92599b
3 changed files with 30 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-31 - 1.16.4 - fix(server)
register preloaded WireGuard clients as peers on server startup
- Adds configured clients from the runtime registry to the WireGuard listener when the server starts.
- Ensures clients loaded from config can complete WireGuard handshakes without requiring separate peer registration.
- Logs a warning if automatic peer registration fails for an individual client.
## 2026-03-31 - 1.16.3 - fix(rust-nat)
defer TCP bridge startup until handshake completion and buffer partial NAT socket writes