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` |
|
| Cryptostorm | `CRYPTOSTORM` |
|
||||||
| Cypherpunk | `CYPHERPUNK` |
|
| Cypherpunk | `CYPHERPUNK` |
|
||||||
| elastictunnel.com | `ELASTICTUNNEL` |
|
| elastictunnel.com | `ELASTICTUNNEL` |
|
||||||
|
| ExpressVPN | `EXPRESSVPN` |
|
||||||
| FastestVPN | `FASTESTVPN` |
|
| FastestVPN | `FASTESTVPN` |
|
||||||
| FreeVPN | `FREEVPN` |
|
| FreeVPN | `FREEVPN` |
|
||||||
| FrootVPN | `FROOT` |
|
| FrootVPN | `FROOT` |
|
||||||
@ -25,6 +26,7 @@ This is a list of providers that are bundled within the image. Feel free to crea
|
|||||||
| IVPN | `IVPN` |
|
| IVPN | `IVPN` |
|
||||||
| Mullvad | `MULLVAD` |
|
| Mullvad | `MULLVAD` |
|
||||||
| NordVPN | `NORDVPN` |
|
| NordVPN | `NORDVPN` |
|
||||||
|
| OctaneVPN | `OCTANEVPN` |
|
||||||
| OVPN | `OVPN` |
|
| OVPN | `OVPN` |
|
||||||
| Perfect Privacy | `PERFECTPRIVACY` |
|
| Perfect Privacy | `PERFECTPRIVACY` |
|
||||||
| Private Internet Access | `PIA` |
|
| 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` |
|
| TorGuard | `TORGUARD` |
|
||||||
| Trust.Zone | `TRUSTZONE` |
|
| Trust.Zone | `TRUSTZONE` |
|
||||||
| TunnelBear | `TUNNELBEAR` |
|
| TunnelBear | `TUNNELBEAR` |
|
||||||
| Windscribe | `WINDSCRIBE` |
|
|
||||||
| VPNArea.com | `VPNAREA` |
|
| VPNArea.com | `VPNAREA` |
|
||||||
| VPN.AC | `VPNAC` |
|
|
||||||
| VPN.ht | `VPNHT` |
|
|
||||||
| VPNBook.com | `VPNBOOK` |
|
| VPNBook.com | `VPNBOOK` |
|
||||||
| VPNFacile | `VPNFACILE` |
|
| VPNFacile | `VPNFACILE` |
|
||||||
| VPNTunnel | `VPNTUNNEL` |
|
| VPNTunnel | `VPNTUNNEL` |
|
||||||
| VyprVpn | `VYPRVPN` |
|
|
||||||
| VPNUnlimited | `VPNUNLIMITED` |
|
| VPNUnlimited | `VPNUNLIMITED` |
|
||||||
|
| VPN.AC | `VPNAC` |
|
||||||
|
| VPN.ht | `VPNHT` |
|
||||||
|
| VyprVpn | `VYPRVPN` |
|
||||||
|
| Windscribe | `WINDSCRIBE` |
|
||||||
| ZoogVPN | `ZOOGVPN` |
|
| ZoogVPN | `ZOOGVPN` |
|
||||||
|
|
||||||
## Adding new providers
|
## 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`
|
`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=` 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