DNS over HTTPS
github.com
DNS over HTTPS
1–10 of 195 posts
Re: DNS over HTTPS
#2Re: DNS over HTTPS
#3I understand the privacy and security aspects. But I am wondering - how can DNS over HTTPS be more performant in the case of curl commands? A browser could probably persist the connection to the resolver and issue several requests together, but with a single curl command surely there's the overhead of initiating the first DNS resolve, the HTTPS connection, the second DNS resolve. There must be some delay compared to regular DNS.
Side note - I just learned that performant is not a recognized word (https://english.stackexchange.com/questions/38945/what-is-wr...)
Re: DNS over HTTPS
#4Re: DNS over HTTPS
#5Isn’t this a chicken vs egg problem?
Edit: Looks like it’s changed and it’s now a url, so you’re right it is a bit chicken and egg
Re: DNS over HTTPS
#6Re: DNS over HTTPS
#7> for privacy, performance and security. I understand the privacy and security aspects. But I am wondering - how can DNS over HTTPS be more performant in the case of curl commands? A browser could probably persist the connection to the resolver and issue several requests together, but with a single curl command surely there's the overhead of initiating the first DNS resolve, the HTTPS connection, the second DNS resol…
I don't personally use the word since there are many alternatives, but its use is now definitely widespread and consistently understood. There's really no argument against the fact that it has entered the English lexicon.
Re: DNS over HTTPS
#8Isn’t this a chicken vs egg problem?
Re: DNS over HTTPS
#9> for privacy, performance and security. I understand the privacy and security aspects. But I am wondering - how can DNS over HTTPS be more performant in the case of curl commands? A browser could probably persist the connection to the resolver and issue several requests together, but with a single curl command surely there's the overhead of initiating the first DNS resolve, the HTTPS connection, the second DNS resol…