From cb48411e8c9db2d019ada276fd6cb6961f0844af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20M=C3=BCllner?= <33160506+chrismuellner@users.noreply.github.com> Date: Thu, 16 Apr 2020 14:20:07 +0200 Subject: [PATCH] Add missing supported providers --- docs/supported-providers.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/supported-providers.md b/docs/supported-providers.md index 9d61d44a6..fc5734b78 100755 --- a/docs/supported-providers.md +++ b/docs/supported-providers.md @@ -9,6 +9,7 @@ This is a list of providers that are bundled within the image. Feel free to crea | Cryptostorm | `CRYPTOSTORM` | | Cypherpunk | `CYPHERPUNK` | | elastictunnel.com | `ELASTICTUNNEL` | +| ExpressVPN | `EXPRESSVPN` | | FastestVPN | `FASTESTVPN` | | FreeVPN | `FREEVPN` | | FrootVPN | `FROOT` | @@ -25,6 +26,7 @@ This is a list of providers that are bundled within the image. Feel free to crea | IVPN | `IVPN` | | Mullvad | `MULLVAD` | | NordVPN | `NORDVPN` | +| OctaneVPN | `OCTANEVPN` | | OVPN | `OVPN` | | Perfect Privacy | `PERFECTPRIVACY` | | Private Internet Access | `PIA` | @@ -44,15 +46,15 @@ This is a list of providers that are bundled within the image. Feel free to crea | TorGuard | `TORGUARD` | | Trust.Zone | `TRUSTZONE` | | TunnelBear | `TUNNELBEAR` | -| Windscribe | `WINDSCRIBE` | | VPNArea.com | `VPNAREA` | -| VPN.AC | `VPNAC` | -| VPN.ht | `VPNHT` | | VPNBook.com | `VPNBOOK` | | VPNFacile | `VPNFACILE` | | VPNTunnel | `VPNTUNNEL` | -| VyprVpn | `VYPRVPN` | | VPNUnlimited | `VPNUNLIMITED` | +| VPN.AC | `VPNAC` | +| VPN.ht | `VPNHT` | +| VyprVpn | `VYPRVPN` | +| Windscribe | `WINDSCRIBE` | | ZoogVPN | `ZOOGVPN` | ## Adding new providers @@ -92,4 +94,4 @@ Additionally the .ovpn config should include the full path on the docker contain `ca /etc/openvpn/custom/ca.crt` If `-e OPENVPN_CONFIG=` variable has been omitted from the `docker run` command the .ovpn config file must be named default.ovpn. -If `-e OPENVPN_CONFIG=` is used with the custom provider the .ovpn config and variable must match as described above. \ No newline at end of file +If `-e OPENVPN_CONFIG=` is used with the custom provider the .ovpn config and variable must match as described above.