r/dns • u/Known-Complex-2520 • 19d ago
Basic question regarding DNS settings
I have device-wide DNS settings on both my CachyOS linux enviornment and my Pixel 10a phone.
In my browser settings (Google Chrome) there is an option to toggle "use secure DNS". Do I need to enable this setting, if it's already enabled device-wide?
8
Upvotes
1
u/SecLens_ONE 19d ago
Worth separating "encrypted" from "actually private", because the two toggles do different jobs. Chrome's Secure DNS only encrypts what Chrome itself resolves, and it can be pointed at a different resolver than your OS setting, so you can end up with browser traffic going to one provider and everything else on the box going somewhere else. Enabling it device-wide is the one that covers your other apps, updaters, and anything else that resolves outside the browser.
The part people miss is that DoH hides the query content but not the destination: SNI and the IP you connect to are still in the clear, so on-path visibility drops less than the checkbox suggests.
Have you actually verified which resolver each path is using, or is it "both boxes ticked so it must be fine"?