Files
vpndock/.env.example
Malin 505da89144 feat: initial vpndock stack
HAProxy SOCKS5 entry point + scalable purevpn-cli/microsocks exit nodes.
Supports up to 10 simultaneous connections (PureVPN limit), random location
selection from a predefined pool, and automatic reconnect to an unused
location on server-side drop.
2026-03-11 09:45:42 +01:00

17 lines
903 B
Plaintext

# 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