Changelog:
- Fixed regression issue #174 instantly closing applications dependent on stdin control such as bash (due to earlier change in OpenConnect input handling)
- Fixed open_hosts usage with killswitch - thanks @niki-on-github #170
- Adjusted name generation for network namespace and device to be less likely to conflict - thanks @ak-1 #177
- Fixed cleaning of "dead" network namespaces with PIDs still running #175
- Added aarch64 / armv8 binary and deb file to Github action build #169
- Refactored UI code (clap and dialoguer) out of vopono_core - #172 + #173 , PR: #171
- Added
--allow-host-access
flag to allow accessing ports on the localhost (usually via the IP address10.200.1.1
) - #159 - Added
--custom-netns-name
to override the network namespace name generation, as part of issue #131 - Moved OpenVPN logfiles to
~/.config/vopono/logs/
to fix #152
Main PR: #178
Note for the .deb files - armhf is armv7, armel is armv5 and arm64 is aarch64 / armv8