DNS over TLS Support and Implementation

In regards to encrypted DNS in general, it's only a good idea if the system does it. It's possible for Chrome to run its own UDP DNS resolver, but I would expect that Google would like it if they could make DoH out of the browser and bypass any system, network, or other attempts to hijack their requests to stop tracking using NXDOMAIN. They would probably spin it as "why would anybody want to impersonate us if they weren't attacking the user?" It's a double edged sword to let them hide their requests in with the system if both use DoH (you could just block it if the system used DoT (different port, different protocol) or normal DNS). You'd need a per-process firewall rule or something.

DoH in apps is a "trust no one" approach... including the user.
 
I went out for a walk and realized DoH is terrible because you can't even block per process, because you'd be blocking normal HTTPS. I'm with Vixie on this, it's a terrible idea. For people who say "oh dissidents need it" well ask them how well the MITM is working in Kazakhstan. If we all standardize on DoT, then you can just use the social pressure of removing all legacy methods which will make blocking DoT impossible to "have internet."
 
DNS over TLS = DoT is different from DoH = DNS over HTTPS. The latter is done by the browser, bypassing any settings in the system, while the first is an extension to the system’s DNS. The concerns are about DoH.
How am I supposed to configure my firewall for that? Bad idea.
 
How am I supposed to configure my firewall for that? Bad idea.
Three things of your comment remain unclear, so I got more questions than answers:
  1. Why is your comment stroked through?
  2. For what do you want to configure your Firewall, DoT or DoH?
  3. What is a bad idea, DoT, DoH, or configuring the Firewall?
 
What I meant was, if my browser used HTTPS to ask for DNS, I would not be able to tell DNS traffic from HTTPS traffic in my firewall. But then I decided that this comment was not a good idea and I stroke it through.
 
Back
Top