Releases: jamesmcm/vopono
Releases · jamesmcm/vopono
vopono 0.8.5
Changelog:
- Increased OpenVPN log file buffer size to prevent splitting of messages when waiting to initialise connection - issue #102
vopono 0.8.4
vopono 0.8.3
Changelog:
- Fixed issue where OpenFortiVPN vopono namespaces would be dropped even when still in use by other applications.
- Updated sysinfo crate
vopono 0.8.2
Changelog:
- Fixed case where NAT firewall rules where undone even if other vopono namespaces were using them - #91
vopono 0.8.1
Changelog:
- Fixed edge case where NetworkManager is installed but config directory is missing - see #85
vopono 0.8.0
Changelog:
- Fixed issue where root's XDG_CONFIG settings would take precedence over sudo user - see #83
- Added OpenFortiVPN support with route and DNS handling
- Added more debug info to many command executions and file I/O
vopono 0.7.1
Changelog:
- Added
VOPONO_NS
temporary environment variable available to PostUp and PreDown scripts. - Added DNS argument in config file too, so it can be set persistently.
vopono 0.7.0
Changelog:
- Added ability to choose P2P or Tor networks when generating ProtonVPN OpenVPN configuration files, see PR #73 - thanks to @CaninoDev
- Added ability to provide paths to PostUp and PreDown scripts/executables to be run just after a network namespace is created, or just before it is destroyed. See issue #71 and PR #74
- Modified server prefix search so it will also match if the exact filename prefix is given (e.g. specifying
usa-us22
for Mullvad to choose a specific US city server)
The addition of the PreDown settings mean this is incompatible with current lockfiles (e.g. running namespaces), so the version has been bumped and you should kill any running vopono namespaces before upgrading.
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