Add missing supported providers

This commit is contained in:
Christoph Müllner 2020-04-16 14:20:07 +02:00 committed by GitHub
parent 6f9d1878c1
commit cb48411e8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
If `-e OPENVPN_CONFIG=` is used with the custom provider the .ovpn config and variable must match as described above.