docker:arr:gluetun:troubleshooting:dns_over_tls_not_working
Table of Contents
Docker - Arr - Gluetun - Troubleshooting - DNS over TLS not working? [dns] using plaintext DNS at address 1.1.1.1
What is the problem?
docker logs gluetun
returns:
... [dns] using plaintext DNS at address 1.1.1.1 ...
When using the DOT functionality, the logs say [dns] using plaintext DNS at address 1.1.1.1.
- Is this just a misleading log statement?
- Is it failing to use DNS over TLS and falling back to plaintext?
Solution
Despite the fallback DNS message, from the container it could not resolve that address, but explicitly setting
DNS_ADDRESS=1.1.1.1 DOT=off
Fixed my issue.
docker/arr/gluetun/troubleshooting/dns_over_tls_not_working.txt · Last modified: 2025/07/14 07:37 by peter