fix(wireguard): sync runtime peer management with client registration and derive the correct server public key from the WireGuard private key

This commit is contained in:
2026-03-31 02:11:29 +00:00
parent 42949b1233
commit 6e4cafe3c5
4 changed files with 152 additions and 15 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartvpn',
version: '1.16.1',
version: '1.16.2',
description: 'A VPN solution with TypeScript control plane and Rust data plane daemon'
}