docker:arr:gluetun:dns_over_tls_not_working
Differences
This shows you the differences between two versions of the page.
docker:arr:gluetun:dns_over_tls_not_working [2025/07/14 07:28] – created peter | docker:arr:gluetun:dns_over_tls_not_working [2025/07/14 07:36] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Docker - Arr - Gluetun - DNS over TLS not working? [dns] using plaintext DNS at address 1.1.1.1 ====== | ||
- | |||
- | ====== What is the problem? ====== | ||
- | |||
- | <code bash> | ||
- | docker logs gluetun | ||
- | </ | ||
- | |||
- | returns: | ||
- | |||
- | <code | ||
- | ... | ||
- | [dns] using plaintext DNS at address 1.1.1.1 | ||
- | ... | ||
- | </ | ||
- | |||
- | |||
- | When using the DOT functionality, | ||
- | |||
- | * 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/dns_over_tls_not_working.1752478084.txt.gz · Last modified: 2025/07/14 07:28 by peter