Custom Plaintext address being ignored #494
Answered
by
kingofhteseas
kingofhteseas
asked this question in
Q&A
-
When setting the DNS_PLAINTEXT_ADDRESS to a different address than 1.1.1.1 it does not pick up the change and still shows 1.1.1.1. Using Docker Compose. Doesn't matter if DOT is off or on. version: "3.7"
services:
gluetun:
image: qmcgaw/gluetun
container_name: gluetun
cap_add:
- NET_ADMIN
network_mode: bridge
ports:
- 2202:2202/tcp # ubooquityConsole
- 2203:2203/tcp # ubooquityAdmin
# command:
volumes:
- /docker/gluetun:/gluetun
environment:
- FIREWALL_OUTBOUND_SUBNETS=192.168.1.0/24
- OPENVPN_USER=<redacted>
- OPENVPN_PASSWORD=<redacted>
- VPNSP=private internet access
- DOT=off
- DNA_PLAINTEXT_ADDRESS=194.242.2.2
- TZ=America/New_York
restart: always |
Beta Was this translation helpful? Give feedback.
Answered by
kingofhteseas
Jun 19, 2021
Replies: 1 comment 6 replies
Answer selected by
kingofhteseas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
im dumb