feat(server): add configurable client endpoint and allowed IPs for generated VPN configs

This commit is contained in:
2026-03-30 17:55:27 +00:00
parent cfa91fd419
commit a1b62f6b62
4 changed files with 62 additions and 13 deletions

View File

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