update doc: network IP/mask overrides

This commit is contained in:
eugene 2024-04-12 12:03:42 -04:00
parent fdea51210e
commit 06b94a6c2a
No known key found for this signature in database

View File

@ -2,7 +2,7 @@
## v0.4.27
FEATURE: New `VPN` share mode. Use `sudo zrok share private --backend-mode vpn` on the _VPN server_ host, then `sudo zrok access private <token>` on _VPN client_ machine. It also works with share reservations `zrok reserve private --backend-mode vpn`
FEATURE: New `VPN` share mode. Use `sudo zrok share private --backend-mode vpn` on the _VPN server_ host, then `sudo zrok access private <token>` on _VPN client_ machine. It also works with share reservations `zrok reserve private --backend-mode vpn`. Use `<target>` parameter to override default VPN network settings `zrok share private -b vpn 192.168.255.42/24` -- server IP is `192.168.255.42` and VPN netmask will be `192.168.255.0/24`. Client IPs are assigned automatically from netmask range.
CHANGE: Update to OpenZiti SDK (`github.com/openziti/sdk-golang`) at `v0.23.10`.