Skip to content

Commit

Permalink
Merge pull request #108 from jamesmcm/v086
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
jamesmcm authored Oct 16, 2021
2 parents 226af5e + 7844251 commit fff84a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <jamesmcm03@gmail.com>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand All @@ -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"
Expand All @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -33,6 +33,7 @@ lynx all running through different VPN connections:
| ProtonVPN |||
| MozillaVPN |||
| NordVPN |||
| HMA (HideMyAss) |||

## Usage

Expand Down
2 changes: 1 addition & 1 deletion USERGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit fff84a6

Please sign in to comment.