Releases: jedisct1/dsvpn
Releases · jedisct1/dsvpn
0.1.5
- Now available in Homebrew - install with brew install dsvpn
- Install target now automatically creates the
sbindirectory if needed - Added Zig build support
- Replaced deprecated -Ofast with standard optimization flags
- Improved documentation
No major changes, since dsvpn remains secure and rock solid.
0.1.4
- Linux: non-local packets for the local VPN IP address are now ignored.
- If a new client tries to connect while a session is already established, the new session will only replace the current one if it comes from the same IP address.
- If
CFLAGSis empty, supported compilation flags are now automatically detected. - Improved help message.
- If
NO_DEFAULT_ROUTEShas been defined, default routes will not be installed.