hotfix(dns): DNS_UPSTREAM_RESOLVERS defaults to empty if DNS_UPSTREAM_PLAIN_ADDRESSES is not empty

This commit is contained in:
Quentin McGaw
2026-03-16 12:55:19 +00:00
parent 2438fc2c3a
commit 9a5995fa72
2 changed files with 12 additions and 8 deletions
+2 -1
View File
@@ -224,7 +224,8 @@ ENV VPN_SERVICE_PROVIDER=pia \
HEALTH_RESTART_VPN=on \
# DNS
DNS_UPSTREAM_RESOLVER_TYPE=DoT \
DNS_UPSTREAM_RESOLVERS=cloudflare \
# Note: DNS_UPSTREAM_RESOLVERS defaults to cloudflare in code if DNS_UPSTREAM_PLAIN_ADDRESSES is empty
DNS_UPSTREAM_RESOLVERS= \
DNS_BLOCK_IPS= \
DNS_BLOCK_IP_PREFIXES= \
DNS_CACHING=on \