doc (#30): Add comment for when not to use SERVER_COUNTRIES in vpn

This commit is contained in:
Navratan Lal Gupta 2024-01-07 19:19:11 +05:30
parent 5fe86b2fa1
commit 058a190e2e
No known key found for this signature in database

View File

@ -16,7 +16,7 @@ services:
- OPENVPN_PASSWORD=${OPENVPN_PASSWORD:-""} - OPENVPN_PASSWORD=${OPENVPN_PASSWORD:-""}
## For list of server countries, visit https://raw.githubusercontent.com/qdm12/gluetun/master/internal/storage/servers.json ## For list of server countries, visit https://raw.githubusercontent.com/qdm12/gluetun/master/internal/storage/servers.json
## When VPN_SERVICE_PROVIDER is custom. Comment the below line
- SERVER_COUNTRIES=${SERVER_COUNTRIES:-Switzerland} - SERVER_COUNTRIES=${SERVER_COUNTRIES:-Switzerland}
# - FREE_ONLY=on # Valid with protonvpn only. Value willbe set "on" if using free subscription provided by protonvpn # - FREE_ONLY=on # Valid with protonvpn only. Value willbe set "on" if using free subscription provided by protonvpn