- Improved VPN peer IP detection (added WireGuard and Tailscale support)
- Fixed memory leak in CLI version string
- Refactored network detection for better reliability
- Added comprehensive test script
- Rewrite from Go to Rust
- VPN gateway detection via sysctl, netstat, scutil, and ifconfig fallbacks
- allow only UDP for DHCP (removed TCP option since is not used)
- Prevent out all IPV6 traffic
block out quick inet6 all
- New option
-localallows local network traffic, thanks @kabouzeid - Added the network mask when printing the current IP addresses