fix(vpn): configure SmartVPN client exports with explicit server endpoint and split-tunnel allowed IPs

This commit is contained in:
2026-03-30 18:14:51 +00:00
parent 61d856f371
commit bc2ed808f9
7 changed files with 55 additions and 45 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-03-30 - 11.19.1 - fix(vpn)
configure SmartVPN client exports with explicit server endpoint and split-tunnel allowed IPs
- Pass the configured WireGuard server endpoint directly to SmartVPN instead of rewriting generated client configs in dcrouter.
- Set client allowed IPs to the VPN subnet so generated WireGuard configs default to split-tunnel routing.
- Update documentation to reflect SmartVPN startup, dashboard/API coverage, and the new split-tunnel behavior.
- Bump @push.rocks/smartvpn from 1.14.0 to 1.16.1 to support the updated VPN configuration flow.
## 2026-03-30 - 11.19.0 - feat(vpn)
document tag-based VPN access control, declarative clients, and destination policy options