wireguard_tunnel 1.0.0
wireguard_tunnel: ^1.0.0 copied to clipboard
A fully OS-agnostic Dart package to easily establish and manage local WireGuard VPN tunnels using the native OS CLI, with seamless auto-installation and privilege escalation on Windows, macOS, and Linux.
1.0.0 #
- Initial stable release.
- Fully OS-agnostic WireGuard tunneling support for Windows, macOS, and Linux.
- Added
autoDownloadsupport to seamlessly install the WireGuard binary in the background. - Added
silentflag for headless execution without GUI permission prompts. - Config parser implementation.