Questions tagged [doh]
8 questions
7
votes
3 answers
How to verify that you're using DNS over HTTPS (DoH) with Quad9 / other non Cloudflare DNS providers
I'm using pihole with an upstream DNS server of Quad9 DoH. The upstream DNS and the pihole are configured with docker via a docker-compose.yml file, with the upstream DoH server using the cloudflared service.
version: "3.5"
networks:
…
SneakyShrike
- 197
7
votes
0 answers
Exclude domain from DNS-over-HTTPS (DoH) in Edge or Chrome
I run a local BIND DNS server for my own development work. I like the idea of DoH in my browsers, but it is interfering with my use of BIND - instead of getting pages from my local development server, I get domain squatting pages.
Firefox has a…
John Rix
- 271
4
votes
0 answers
Encrypted client hello enabled in Firefox but Cloudflare website doesn't detect
I'm using Firefox Beta 103 (tried with stable and nightly too), enabled Cloudflare DNS over HTTPS in settings:
then enabled these:
network.dns.echconfig.enabled
and
network.dns.http3_echconfig.enabled
in about:config
but when visiting this…
user1670677
1
vote
1 answer
Is DNS-over-HTTPS(DOH) depended on at least one regular DNS query via UDP port 53 to function?
Context
Operating systems (Windows, MacOS, Linux, iOS, Android), but also browsers (Firefox, Brave, Edge, etc.) have ways to use DOH.
DNS-over-HTTPS works by the system talking to an endpoint like 'https://cloudflare-dns.com/dns-query'.
Let's say…
A71
- 560
1
vote
2 answers
Enable Encryption for DoH on Win11 22H2
I using this script in order to automatically enabling DoH on all my network interfaces; but when I check the configuration on Settings app I see that the IP addresses are setted but they are setted as "Not encrypted", so I've to manually set them…
alessio89g
- 101
1
vote
1 answer
DoH setup using dnscrypt-proxy
So for a while now I've been using dnscrypt-proxy to setup DoH using cloudflare's 1.1.1.1. But recently, I've been noticing that instead of using Cloudflare's DNS it reverts back to my ISP's DNS server.
Going to https://1.1.1.1/help/ says that I am…
doodad
- 11
1
vote
1 answer
Intermittent Firefox DNS-over-HTTPS failure
Background & Configuration
I have enabled DNS-over-HTTPS (DoH) in Firefox, in order to hand a stream of sites I access over to Cloudflare and thence directly to government agencies in one convenient place. This is hidden away in Preferences, General…
0
votes
0 answers
Why is windows 11 sending conventional DNS requests after enabling DNS-over-Https?
I enabled DOH on my Wi-Fi. It works. But using Wireshark, I still see explicit DNS requests and see the DNS server refusing the requests.
Why is this happening, and what's the meaning of DOH to protect privacy if Windows keeps sending conventional…
dspjm
- 468