Skip to content

How-to use ProtonVPN DNS server #2798

Answered by ilGimmy
ilGimmy asked this question in Q&A
Discussion options

You must be logged in to vote

Okay, I was definitely missing a point. The DNS is specified in the wireguard configuration download from ProtonVPN.
So I can just set it in gluetun configuration.

To recap:

  1. download the configuration file from ProtonVPN
  2. from this file, mark PrivateKey and DNS address
  3. copy them to gluetun configuration file
---
services:
  gluetun:
    image: qmcgaw/gluetun
    container_name: gluetun
    cap_add:
      - NET_ADMIN
    devices:
      - /dev/net/tun:/dev/net/tun
    ports:
      - 8888:8888/tcp # HTTP proxy
      - 8388:8388/tcp # Shadowsocks
      - 8388:8388/udp # Shadowsocks
      # - "add any port you want to open"
    volumes:
      - ./gluetun:/gluetun
    environment:
      # See …

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ilGimmy
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants