Releases: jamesmcm/vopono
Releases · jamesmcm/vopono
vopono 0.6.10
Changelog:
- Fixed logging issue for closing namespace, see #65
- Added vopono configuration file for saving default options in
~/.config/vopono/config.toml
see the user guide for details.
vopono 0.6.8
Changelog:
- Fixed issue with iptables rules not working with Wireguard configurations, thanks to @dani-jozsef for the issue #66 and PR #67
- Fixed issue with DNS flag override not being used for Wireguard connections, thanks to @dani-jozsef for issue #68 , fixed in PR #69
- Added info message when vopono terminates the network namespace (so it is clear if a process is somehow spawned outside of it)
- Updated README issues, mainly for
gnome-terminal
issue - see #65
vopono 0.6.7
Changelog:
- Fixed NordVPN config generation, see issue #62 and PR #63 - thanks @jeff-hughes for the quick fix.
vopono 0.6.6
Changelog:
- Added NordVPN OpenVPN configuration generation support, see Pull Request #61 - thanks to @jeff-hughes
vopono 0.6.5
Changelog:
- Added explicit firewall exception for veth tunnel (to handle ufw, etc.), see issue #60
- Temporarily disabled OpenSUSE and Fedora builds due to issues with build images
- Updated dialoguer dependency
vopono 0.6.4
Changelog:
- Fixed issue #56 of vopono config files being world-readable
vopono 0.6.3
Changelog:
- Improved SIGINT / ctrl+C handling, thanks to @meldafert
vopono 0.6.2
Changelog:
- Fixed non-local connections to TCP proxy when forwarding ports from network namespace to host
vopono 0.6.1
Changelog:
- Changed PulseAudio server string parsing failure from hard error to warning
vopono 0.6.0
Changelog:
- Added PulseAudio support from container to host