WeVPN documentation

Quentin McGaw (desktop)
2021-08-26 19:19:21 -04:00
parent dd95fa2fb1
commit 50da64833e
2 changed files with 21 additions and 1 deletions
+7
@@ -0,0 +1,7 @@
![Visitors count](https://visitor-badge.laobi.icu/badge?page_id=gluetun.servers.wevpn)
The list of servers for WeVPN is shown below:
| City | Hostname |
| --- | --- |
| Los Angeles | `losangeles.wevpn.com` |
+14 -1
@@ -6,7 +6,7 @@
| Variable | Default | Choices | Description | | 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 | | `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 | | `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) 💡 [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 ### Windscribe
| Variable | Default | Choices | Description | | Variable | Default | Choices | Description |