DNSCrypt: A tool for securing communications between a client and a DNS resolver
1–10 of 31 posts
Re: DNSCrypt: A tool for securing communications between a client and a DNS resolver
#2That said, I'll probably give DNSCrypt a try again in the coming months. YMMV
Re: DNSCrypt: A tool for securing communications between a client and a DNS resolver
#3Re: DNSCrypt: A tool for securing communications between a client and a DNS resolver
#4And for the same reason I don't want to use my ISP's DNS. I did a quick websearch for public DNS servers that give honest results without requiring an account, but did not see any mention of encryption compatible with this.
Re: DNSCrypt: A tool for securing communications between a client and a DNS resolver
#5Re: DNSCrypt: A tool for securing communications between a client and a DNS resolver
#6Re: DNSCrypt: A tool for securing communications between a client and a DNS resolver
#7It would be nice to have encrypted DNS, but it is pointless if the server is untrustworthy. This defaults to Open DNS, a commercial service that gives false results (replacing NXDOMAIN) unless the user signs up giving personal info! And for the same reason I don't want to use my ISP's DNS. I did a quick websearch for public DNS servers that give honest results without requiring an account, but did not see any mention…
You are free to modify the code for the clients to point to your own server, setup your own server using the proxy code provided, or configure your authoritative DNS servers to talk securely to OpenDNS and protect the entire chain using DNSCurve (which DNSCrypt is based on).
Re: DNSCrypt: A tool for securing communications between a client and a DNS resolver
#8This isn't any better than using Google's DNS, your ISP's or OpenDNS directly. All your requests eventually go through a central location where they can be logged. Better to install your own caching dns server so they at least can't do traffic analysis on your repeat requests.
There's also nothing to stop you from using a caching DNS server with DNScrypt (in fact, they give you instructions to do so).
Re: DNSCrypt: A tool for securing communications between a client and a DNS resolver
#9This isn't any better than using Google's DNS, your ISP's or OpenDNS directly. All your requests eventually go through a central location where they can be logged. Better to install your own caching dns server so they at least can't do traffic analysis on your repeat requests.
Without OpenDNS'es work, your cute little caching DNS server at home is still subject to the same interception as queries flowing to your ISPs DNS cache.
So what if they optionally replace some NXDOMAIN queries so they can make a little bit of money? If they didn't have a business model that was up front, you'd claim they were obviously funded by the government.
We as a community need to not be so hard on commercial companies that are actually trying to protect us. Some of them are ran by genuine geeks like us and trying to help out.
Re: DNSCrypt: A tool for securing communications between a client and a DNS resolver
#10This isn't any better than using Google's DNS, your ISP's or OpenDNS directly. All your requests eventually go through a central location where they can be logged. Better to install your own caching dns server so they at least can't do traffic analysis on your repeat requests.
OpenDNS has open sourced technology that allows you to secure DNS against eavesdropping, something no other technology will let you do at the DNS level (DNSSEC only does security, not privacy). They are also a major backer of DNSCrypt which provides transport security between recursive and authoritative servers. Without OpenDNS'es work, your cute little caching DNS server at home is still subject to the same intercep…