diff --git a/Servers/WeVPN Servers.md b/Servers/WeVPN Servers.md new file mode 100644 index 0000000..8f420d8 --- /dev/null +++ b/Servers/WeVPN Servers.md @@ -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` | diff --git a/Setup/Environment variables.md b/Setup/Environment variables.md index 7dd0968..01404ba 100644 --- a/Setup/Environment variables.md +++ b/Setup/Environment variables.md @@ -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 |