DNS over HTTPS is a protocol for secure name lookups.
Questions tagged [dns-over-https]
18 questions
0
votes
1 answer
DNS query not specified or too small
I'm trying to make a python script to test if a server can answer in DNS-over-HTTPS.
So, I read this article and try to make the same request but in python :
import…

Warok
- 383
- 1
- 7
- 20
0
votes
0 answers
Why don't Google and CloudFlare DNS-over-HTTPS support returning the DS RRSIG for DNSSEC?
Every other field required to perform DNSSEC validation is returned by these APIs, and the API protocol formats from Google and CloudFlare are exactly the same, yet both of them specifically omit the DS RRSIG field.
Why is this the case? I figure…

Paul Shapiro
- 882
- 8
- 15
0
votes
1 answer
Unable to make dns-over-https with cloudflare and python requests
I'm trying to write a quick script that could do dns lookups using the new 1.1.1.1 DNS over HTTPS public DNS server from CloudFlare.
Looking at their docs here https://developers.cloudflare.com/1.1.1.1/dns-over-https/json-format/ I'm not sure what…

mr4kino
- 411
- 4
- 15