From 88d80ac4225a8ee01631e56e68566538122e4ff9 Mon Sep 17 00:00:00 2001 From: James McMurray Date: Sat, 16 Oct 2021 23:46:54 +0200 Subject: [PATCH 1/2] Version bump --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d0f8a3f..56e4164 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "vopono" description = "Launch applications via VPN tunnels using temporary network namespaces" -version = "0.8.5" +version = "0.8.6" authors = ["James McMurray "] edition = "2018" license = "GPL-3.0-or-later" @@ -20,10 +20,10 @@ pretty_env_logger = "0.4" clap = "2" which = "4" users = "0.11" -nix = "0.22" +nix = "0.23" serde = {version = "1", features = ["derive", "std"]} csv = "1" -dialoguer ="0.8" +dialoguer ="0.9" regex = "1" ron = "0.6" walkdir = "2" @@ -37,8 +37,8 @@ reqwest = {default-features = false, version = "0.11", features = ["blocking", " sysinfo = "0.20" base64 = "0.13" x25519-dalek = "1" -strum = "0.21" -strum_macros = "0.21" +strum = "0.22" +strum_macros = "0.22" zip = "0.5" maplit = "1" webbrowser = "0.5" From 78442510a4ace920652887e912bf473b3982398b Mon Sep 17 00:00:00 2001 From: James McMurray Date: Sat, 16 Oct 2021 23:51:09 +0200 Subject: [PATCH 2/2] update readme --- README.md | 3 ++- USERGUIDE.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 754630a..267a247 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ as normal. vopono includes built-in killswitches for both Wireguard and OpenVPN. Currently Mullvad, AzireVPN, MozillaVPN, TigerVPN, ProtonVPN, iVPN, -NordVPN, and PrivateInternetAccess are supported directly, with custom +NordVPN, HMA (HideMyAss) and PrivateInternetAccess are supported directly, with custom configuration files also supported with the `--custom` argument. For custom connections the OpenConnect and OpenFortiVPN protocols are @@ -33,6 +33,7 @@ lynx all running through different VPN connections: | ProtonVPN | ✅ | ❌ | | MozillaVPN | ❌ | ✅ | | NordVPN | ✅ | ❌ | +| HMA (HideMyAss) | ✅ | ❌ | ## Usage diff --git a/USERGUIDE.md b/USERGUIDE.md index 397560f..535c9e6 100644 --- a/USERGUIDE.md +++ b/USERGUIDE.md @@ -121,7 +121,7 @@ The sync process will save your credentials to a file in the config directory of the provider, so it can be passed to OpenVPN. If it is missing you will be prompted for your credentials. -For PrivateInternetAccess and AzireVPN these should be the same as your account +For PrivateInternetAccess, HMA (HideMyAss) and AzireVPN these should be the same as your account credentials. For TigerVPN you can view your OpenVPN credentials [online on the "geeks" dashboard](https://www.tigervpn.com/dashboard/geeks).