Releases: jamesmcm/vopono
Releases · jamesmcm/vopono
vopono 0.10.0
Changelog:
- Fixes for firewall rules when using OpenVPN thanks to @ak-1 - see PR #167 and issues #162 + #163
- Separation of library code into vopono_core crate - still need to separate dialoguer and clap dependencies.
- Added armv5 binaries to release workflow - see issue #166
Note for the .deb files - armhf is armv7 and armel is armv5
vopono 0.9.2
vopono 0.9.1
Changelog:
- Updated dependencies
- Added warning when there are multiple active network interfaces (issue #149 )
- Sets 644 permissions for netns configs explicitly ( issue #156 )
- Added Jackett example to user guide
- Added
$VOPONO_HOST_IP
and$VOPONO_NS_IP
env vars - thanks @d4h0 - PRs #154 + #155 - Fixed debug logging of OpenVPN output - thanks @d4h0 - PR #151
vopono 0.9.0
Changelog:
- Fixed nsswitch.conf DNS issues when using systemd-resolved. See issue #89 and PR #144 - thanks @niki-on-github
- Added --open-hosts argument to allow direct connections from the network namespace to certain hosts - see PR #144 , thanks @niki-on-github
- Added --hosts argument to write hosts entries in the network namespace, useful for local hosting. See PR #144 , thanks @niki-on-github
- Updated to Rust edition 2021 and updated dependencies
vopono 0.8.11
Changelog:
- Improved Wireguard config file parsing - PR #133 - thanks to @vulpyne
- Custom VPN provider file specified in vopono config file now works correctly - PR #135 - thanks to @vulpyne
- Wireguard config file should now work when DNS key is missing - PR #136 and discussion in #135
- Switch to clap v3 over structopt for parsing command-line arguments - PR #136 - should be fully back-compatible but please create issues for any problems found
vopono 0.8.10
Changelog:
- Added support for AirVPN (OpenVPN only) - see PR #121 thanks to @niki-on-github - Note that API key is required for
vopono sync
, see USERGUIDE.md for details. - Added
-A <path>
argument for specifying sudo askpass program path withvopono -A <askpass_program_path> exec ...
- see PR #122 thanks to @niki-on-github
vopono 0.8.9
Changelog:
- Switch custom provider network namespace and veth link names to use the hash of the config filename (instead of the first characters), so they will be distinct for config files with the same prefix. See issue #115
- Add work-around for when
$HOME
is set for root - see issue #116 - Allow network interface to be overridden even when provided network interface is not in
UP
state - see issue #120 - Update
sysinfo
dependency