-
Setup: A domain from DuckDNS, a certificate without OCSP Must-Staple, Windows 11, Preferred DNS: my IP (Is there a way to omit this as I could have dynamic DNS?), DNS over HTTPS: On (Manual template), Template: https://something.duckdns.org:3000/dns-query Problem: I can visit the URL from browsers and the page loads ("dnscrypt-proxy local DoH server"). But My guess: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I set my URL in Chrome's custom Secure DNS field, and it just works. |
Beta Was this translation helpful? Give feedback.
I set my URL in Chrome's custom Secure DNS field, and it just works.
Now I think
nslookup
andResolve-DnsName
are timing out because they aren't using DoH at all (I'm not listening on port 53 unencrypted, and the blocking is TCP RST rather than timeout).It seems Chrome's "With current provider" setting just have a hard coded list of URLs to match, instead of getting it from Windows. (Though my source is outdated)
I'm not sure of the point of toggling off "Fallback to plaintext" in Windows settings, if none of the utilities or browser in Windows actually use the system's DoH... But, mark this as answered until someone has more insight.