mirror of
https://github.com/qdm12/gluetun.git
synced 2026-08-14 16:22:58 +02:00
WeVPN documentation
@@ -0,0 +1,7 @@
|
||||

|
||||
|
||||
The list of servers for WeVPN is shown below:
|
||||
|
||||
| City | Hostname |
|
||||
| --- | --- |
|
||||
| Los Angeles | `losangeles.wevpn.com` |
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
| Variable | Default | Choices | Description |
|
||||
| --- | --- | --- | --- |
|
||||
| 🏁 `VPNSP` | `private internet access` | `cyberghost`, `fastestvpn`, `hidemyass`, `ivpn`, `mullvad`, `nordvpn`, `privado`, `private internet access`, `privatevpn`, `protonvpn`, `purevpn`, `surfshark`, `torguard`, `"vpn unlimited"`, `vyprvpn`, `windscribe` | VPN Service Provider. 💁 Note this is more restricted if you use Wireguard |
|
||||
| 🏁 `VPNSP` | `private internet access` | `cyberghost`, `fastestvpn`, `hidemyass`, `ivpn`, `mullvad`, `nordvpn`, `privado`, `private internet access`, `privatevpn`, `protonvpn`, `purevpn`, `surfshark`, `torguard`, `"vpn unlimited"`, `vyprvpn`, `wevpn`, `windscribe` | VPN Service Provider. 💁 Note this is more restricted if you use Wireguard |
|
||||
| `VPN_TYPE` | `openvpn` | `openvpn` or `wireguard` | VPN type to connect to the VPN server |
|
||||
| `PUBLICIP_FILE` | `/tmp/gluetun/ip` | Any filepath | Filepath to store the public IP address assigned |
|
||||
|
||||
@@ -221,6 +221,19 @@ You need to have your Openvpn private key file accessible to Gluetun, see [Clien
|
||||
|
||||
💡 [VPN port forwarding](Port-forwarding#VyprVPN)
|
||||
|
||||
### WeVPN
|
||||
|
||||
| Variable | Default | Choices | Description |
|
||||
| --- | --- | --- | --- |
|
||||
| 🏁 `OPENVPN_USER` | | | Your username |
|
||||
| 🏁 `OPENVPN_PASSWORD` | | | Your password |
|
||||
| 🏁 | | | **See additional setup steps below** |
|
||||
| `CITY` | | Comma separated list of [WeVPN cities](WeVPN-Servers) | VPN server city(ies) |
|
||||
| `SERVER_HOSTNAME` | | Comma separated list of [server hostnames](WeVPN-Servers) | Server hostname(s) |
|
||||
| `PORT` | | For `tcp`: `53`, `1195`, `1199`, `2018`; for `udp`: `80`, `1194`, `1198` | Custom VPN port to use |
|
||||
|
||||
You need to have your Openvpn private key file accessible to Gluetun, see [Client key](Client-key).
|
||||
|
||||
### Windscribe
|
||||
|
||||
| Variable | Default | Choices | Description |
|
||||
|
||||
Reference in New Issue
Block a user