mirror of
https://github.com/qdm12/gluetun.git
synced 2026-08-14 16:22:58 +02:00
WIREGUARD_PORT for Mullvad and Windscribe
@@ -55,6 +55,7 @@ The common Wireguard variables are described below.
|
||||
| `OWNED` | `no` | `yes` or `no` | If the VPN server is owned by Mullvad. Note that `no` includes all servers |
|
||||
| 🏁 `WIREGUARD_PRIVATE_KEY` | | 32 bytes key in base64 format | Wireguard private key, only required if `VPN_TYPE=wireguard`. Note this is usually specific by user and the same for all servers. |
|
||||
| 🏁 `WIREGUARD_ADDRESS` | | IP network in the format `xx.xx.xx.xx/xx` | Wireguard interface address, only required if `VPN_TYPE=wireguard`. Note this is usually specific by user and the same for all servers. |
|
||||
| `WIREGUARD_PORT` | | Any port between `1` and `65535` | Wireguard server endpoint port to use |
|
||||
|
||||
💡 [Mullvad IPv6 Wiki page](Mullvad)
|
||||
|
||||
@@ -232,6 +233,7 @@ You need to have your Openvpn private key file accessible to Gluetun, see [Clien
|
||||
| `PORT` | | One from the [this list of ports](https://windscribe.com/getconfig/openvpn) | Custom VPN port to use |
|
||||
| 🏁 `WIREGUARD_PRIVATE_KEY` | | 32 bytes key in base64 format | Wireguard private key, only required if `VPN_TYPE=wireguard`. Note this is usually specific by user and the same for all servers. |
|
||||
| 🏁 `WIREGUARD_ADDRESS` | | IP network in the format `xx.xx.xx.xx/xx` | Wireguard interface address, only required if `VPN_TYPE=wireguard`. Note this is usually specific by user and the same for all servers. |
|
||||
| `WIREGUARD_PORT` | | `53`, `80`, `123`, `443`, `1194`, `65142` | Wireguard server endpoint port to use |
|
||||
|
||||
## DNS over TLS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user