fix(vpn-manager): persist WireGuard private keys for valid client exports and QR codes

This commit is contained in:
2026-03-31 00:08:54 +00:00
parent 6efd986406
commit ab4310b775
4 changed files with 29 additions and 6 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-31 - 11.20.1 - fix(vpn-manager)
persist WireGuard private keys for valid client exports and QR codes
- Store each client's WireGuard private key when creating and rotating keys.
- Inject the stored private key into exported WireGuard configs so generated configs are complete and scannable.
## 2026-03-30 - 11.20.0 - feat(vpn-ui)
add QR code export for WireGuard client configurations