Files
vpndock/.env.example

17 lines
903 B
Plaintext
Raw Permalink Normal View History

# Copy to .env and fill in your details:
# cp .env.example .env
# ── PureVPN credentials ───────────────────────────────────────────────────────
PUREVPN_USER=your@email.com
PUREVPN_PASS=yourpassword
# ── Location pool (comma-separated, no spaces around commas) ─────────────────
# Each vpn-node picks randomly from this list and rotates on reconnect.
# Supports full country names or 2-letter codes — both work with purevpn-cli.
# Leave blank to use vpn-node/servers.txt instead.
#
PUREVPN_LOCATIONS=United States,United Kingdom,Germany,Netherlands,France,Canada,Australia,Singapore,Japan,Switzerland
# ── SOCKS5 listen port on the host (browser points here) ─────────────────────
SOCKS5_PORT=1080