mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-08-12 09:17:07 +02:00
Add missing supported providers
This commit is contained in:
parent
6f9d1878c1
commit
cb48411e8c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user