mirror of
https://github.com/qdm12/gluetun.git
synced 2026-08-14 08:13:02 +02:00
Rename WIREGUARD_PORT to WIREGUARD_ENDPOINT_PORT
@@ -35,7 +35,7 @@ The common Wireguard variables are described below.
|
|||||||
| Variable | Default | Choices | Description |
|
| Variable | Default | Choices | Description |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
| `WIREGUARD_PRESHARED_KEY` | | 32 bytes key in base64 format | Optional Wireguard pre-shared key |
|
| `WIREGUARD_PRESHARED_KEY` | | 32 bytes key in base64 format | Optional Wireguard pre-shared key |
|
||||||
| `WIREGUARD_PORT` | | `1` to `65535` | Optional Wireguard custom server endpoint port |
|
| `WIREGUARD_ENDPOINT_PORT` | | `1` to `65535` | Optional Wireguard custom server endpoint port |
|
||||||
| `WIREGUARD_INTERFACE` | `wg0` | Any interface name | Specify a custom network interface name to use |
|
| `WIREGUARD_INTERFACE` | `wg0` | Any interface name | Specify a custom network interface name to use |
|
||||||
|
|
||||||
## VPN service providers
|
## VPN service providers
|
||||||
@@ -55,7 +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 |
|
| `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_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_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 |
|
| `WIREGUARD_ENDPOINT_PORT` | | Any port between `1` and `65535` | Wireguard server endpoint port to use |
|
||||||
|
|
||||||
💡 [Mullvad IPv6 Wiki page](Mullvad)
|
💡 [Mullvad IPv6 Wiki page](Mullvad)
|
||||||
|
|
||||||
@@ -106,7 +106,7 @@ You need to have your Openvpn private key file accessible to Gluetun, see [Clien
|
|||||||
| `SERVER_HOSTNAME` | | Comma separated list of [Ivpn hostnames](Ivpn-Servers) | VPN server hostname |
|
| `SERVER_HOSTNAME` | | Comma separated list of [Ivpn hostnames](Ivpn-Servers) | VPN server hostname |
|
||||||
| 🏁 `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_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_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` | | `2049`, `2050`, `53`, `30587`, `41893`, `48574`, `58237` | Wireguard server endpoint port to use |
|
| `WIREGUARD_ENDPOINT_PORT` | | `2049`, `2050`, `53`, `30587`, `41893`, `48574`, `58237` | Wireguard server endpoint port to use |
|
||||||
|
|
||||||
### NordVPN
|
### NordVPN
|
||||||
|
|
||||||
@@ -246,7 +246,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 |
|
| `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_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_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 |
|
| `WIREGUARD_ENDPOINT_PORT` | | `53`, `80`, `123`, `443`, `1194`, `65142` | Wireguard server endpoint port to use |
|
||||||
|
|
||||||
## DNS over TLS
|
## DNS over TLS
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user