From 4573c8a955759f879e7a19d987c79ff8d29f9bfa Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Sat, 11 Jun 2022 21:51:33 -0400 Subject: [PATCH] ProtonVPN: remove references to `SERVER_NAME` --- Setup/Providers/ProtonVPN.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Setup/Providers/ProtonVPN.md b/Setup/Providers/ProtonVPN.md index e09b9d8..837fe72 100644 --- a/Setup/Providers/ProtonVPN.md +++ b/Setup/Providers/ProtonVPN.md @@ -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