ProtonVPN: remove references to SERVER_NAME

Quentin McGaw
2022-06-11 21:51:33 -04:00
parent 1841b20447
commit 4573c8a955
+2 -3
@@ -31,7 +31,6 @@ services:
- `SERVER_COUNTRIES`: Comma separated list of [countries](#Servers)
- `SERVER_REGIONS`: Comma separated list of [regions](#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)
- `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
@@ -41,9 +40,9 @@ services:
## 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