mirror of
https://github.com/qdm12/gluetun.git
synced 2026-08-14 08:13:02 +02:00
ProtonVPN: remove references to SERVER_NAME
@@ -31,7 +31,6 @@ services:
|
|||||||
- `SERVER_COUNTRIES`: Comma separated list of [countries](#Servers)
|
- `SERVER_COUNTRIES`: Comma separated list of [countries](#Servers)
|
||||||
- `SERVER_REGIONS`: Comma separated list of [regions](#Servers)
|
- `SERVER_REGIONS`: Comma separated list of [regions](#Servers)
|
||||||
- `SERVER_CITIES`: Comma separated list of [cities](#Servers)
|
- `SERVER_CITIES`: Comma separated list of [cities](#Servers)
|
||||||
- `SERVER_NAMES`: Comma separated list of [server names](#Servers)
|
|
||||||
- `SERVER_HOSTNAMES`: Comma separated list of [server hostnames](#Servers)
|
- `SERVER_HOSTNAMES`: Comma separated list of [server hostnames](#Servers)
|
||||||
- `FREE_ONLY`: Filter only free tier servers by setting it to `on`. It defaults to `off`.
|
- `FREE_ONLY`: Filter only free tier servers by setting it to `on`. It defaults to `off`.
|
||||||
- `VPN_ENDPOINT_PORT`: Custom OpenVPN server endpoint port to use
|
- `VPN_ENDPOINT_PORT`: Custom OpenVPN server endpoint port to use
|
||||||
@@ -41,9 +40,9 @@ services:
|
|||||||
|
|
||||||
## Multi hop regions
|
## Multi hop regions
|
||||||
|
|
||||||
Simply set the `SERVER_NAMES` or `SERVER_HOSTNAMES` environment variable to a hostname corresponding to a multi hop region (see [Servers](#Servers)).
|
Simply set the `SERVER_HOSTNAMES` environment variable to a hostname corresponding to a multi hop region (see [Servers](#Servers)).
|
||||||
|
|
||||||
For example setting `SERVER_NAMES=CH-US#1` or setting `SERVER_HOSTNAMES=ch-us-01a.protonvpn.com` would set a multi hop with entry in Switzerland and exit in the US.
|
For example setting `SERVER_HOSTNAMES=ch-us-01a.protonvpn.com` would set a multi hop with entry in Switzerland and exit in the US.
|
||||||
|
|
||||||
## Servers
|
## Servers
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user