Theme 1 – Performance and latency concerns
Users frequently reported that Quad9 (and similar public resolvers) can be slower or produce timeouts compared to other options.
- “I tried Quad9 at our business for a while, about a year. I ended up moving to something else due to latency.” – annoyingnoob
- “When I run a mix of CF and Quad9 resolvers, Quad9 was consistently slower in response times when measured.” – winstonwinston
- “Quad9 DNS sometimes returns a CDN node with obviously slower response and higher delay, so I have rarely used it since then.” – Linserin
Theme 2 – Privacy, security, and trust considerations
Many commenters weighed the privacy benefits of encrypted DNS against the risks of centralised logging or filtering.
- “Sending every single query to a centralized third party is hard to square with 'high privacy'. I prefer to run my own local recursive resolver.” – greyface-
- “Unless there’s a local resolver for every single one of your clients, aren’t the DNS requests sent in plaintext to the upstream of your local resolver?” – ebb_earl_co
- “quad9 is recommended by Privacy Guides” – Cider9986 (highlighting its privacy reputation)
- “by default 9.9.9.9 have 'protection' and for your safety will lie and return NXDOMAIN … for some dangerous domains” – Habgdnv (note of filtering/blocking)
Theme 3 – Trade‑offs between local resolvers and third‑party services
Discussion centred on when it makes sense to run your own resolver versus relying on a public service, touching on caching, TTLs, and operational simplicity.
- “Used to be fine. I stopped doing it when average TTL dropped to 300 seconds and it takes far too long for my local recursor to get the answer >100 ms, when 3rd party resolver delivers in <10 ms.” – winstonwinston
- “I run two local DNSes, one recursive and one forwarding… The forwarding one uses few services, like 1.1.1.1, 8.8.8.8, 9.9.9.9, etc.” – Habgdnv
- “It can, it depends on the systems and user patterns. Example: if an end user is going to the same site over and over, those DNS responses are probably cached locally on the device…” – esseph (explaining why latency may not matter in practice).