Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 991 Bytes

torguard.md

File metadata and controls

43 lines (32 loc) · 991 Bytes

Torguard

TLDR

💁 To use with Wireguard, see the custom provider Wireguard section.

For OpenVPN:

docker run -it --rm --cap-add=NET_ADMIN -e VPN_SERVICE_PROVIDER=torguard \
-e OPENVPN_USER=abc -e OPENVPN_PASSWORD=abc \
-e SERVER_COUNTRIES=Netherlands qmcgaw/gluetun
version: "3"
services:
  gluetun:
    image: qmcgaw/gluetun
    cap_add:
      - NET_ADMIN
    environment:
      - VPN_SERVICE_PROVIDER=torguard
      - OPENVPN_USER=abc
      - OPENVPN_PASSWORD=abc
      - SERVER_COUNTRIES=Netherlands

Required environment variables

  • VPN_SERVICE_PROVIDER=torguard
  • OPENVPN_USER
  • OPENVPN_PASSWORD

Optional environment variables

  • SERVER_COUNTRIES: Comma separated list of countries
  • SERVER_CITIES: Comma separated list of cities
  • SERVER_HOSTNAMES: Comma separated list of server hostnames

Servers

To see a list of servers available, list the VPN servers with Gluetun.