feat(vpn): document tag-based VPN access control, declarative clients, and destination policy options

This commit is contained in:
2026-03-30 17:24:17 +00:00
parent f685ce9928
commit a8d52a4709
5 changed files with 103 additions and 31 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-03-30 - 11.19.0 - feat(vpn)
document tag-based VPN access control, declarative clients, and destination policy options
- Adds documentation for restricting VPN-protected routes with allowedServerDefinedClientTags.
- Documents pre-defined VPN clients in configuration via vpnConfig.clients.
- Describes destinationPolicy behavior for forceTarget, allow, and block traffic handling.
- Updates interface docs to reflect serverDefinedClientTags and revised VPN server status fields.
## 2026-03-30 - 11.18.0 - feat(vpn-ui)
add format selection for VPN client config exports