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.