What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Bell home internet users with Asus routers - does DoT work for you?

That won't last. Blocking DoH is just as trivial as blocking DoT. It's been on my ToDo list for over a year now (as part of DNS Director's blocking of outside DNS servers), and got sidelined by the large amount of work involved in the 3006 merge. An ISP who wants to block DoT can just as easily also block DoH.

As for adding DoH support, as I said, stubby/getdns does NOT support it, and their development seem to be dead at this point, so it's not going to happen anytime soon. The one alternative I found had a ton of external dependencies making it too much work and wasted flash space for it to be worth my time.

First off - in case folks missed my earlier comment - I'm not in favor of DoH...

Get the HTTPS DNS Proxy - code exists here...


This uses DNSMasq, not unbound/stubby that is needed for DoT

Then the firewall rule for DNS intercept and redirect all DNS traffic back to the router/gateway...

To your point, this adds another layer of complexity around the DNS resolver implementation on AsusWRT, so there are bounds...
 
There's also the Browser issue - Chrome uses DoH by default, and it leverages their cloud - so to blackhole that, one would have to block their entire IP range...

Or use a policy on the browser itself...

To disable DoH on Chrome:

  1. Open the Google Chrome browser.
  2. Go to the Security settings. Complete these steps:
    1. In the address bar, enter <span data-testid="SyntaxHighlighter">chrome://settings/security/</span>.
    2. In the Advanced section, disable Use Secure DNS.
 
Get the HTTPS DNS Proxy - code exists here...
That's the alternative I mentionned. Has multiple dependencies. Needs c-ares, libev, nghttp2 (and I stopped looking at that point, so these might also have dependencies of their own).
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top