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

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