So they would like you to please use their own DNS servers... no thanks, I'll just keep using my own, on-premise, private DNS infrastructure at home. Private infrastructure for the win.
AdGuard DNS: A Privacy-Oriented DNS Server
91–100 of 111 posts
Re: AdGuard DNS: A Privacy-Oriented DNS Server
#92I never liked the idea of using DNS services for filtering web content. For one, it seems like the wrong tool for the job. Filtered content can simply switch to identifying content by IP address instead of DNS, correct? Or change DNS constantly. And for two, of course there are concerns with handing someone your DNS queries in return for filtering...
Re: AdGuard DNS: A Privacy-Oriented DNS Server
#93Misleading claim: any external DNS server is not private. Your requests are directed to a third-party. I suspect data-mining you is how they pay their server bills. The correct technical solution for privacy is running your own DNS server locally.
> The correct technical solution for privacy is running your own DNS server locally. The ISP can still see requests the local DNS server sends to the Internet
As mentioned in some other replies here, you can use vanilla DNScrypt [0] or cloudflared [1], or Pi-Hole with either one enabled, etc.
[0] https://dnscrypt.info/implementations/ [1] https://developers.cloudflare.com/1.1.1.1/dns-over-https/clo...
Re: AdGuard DNS: A Privacy-Oriented DNS Server
#94It does not just protects your privacy, but improves your bandwidth too.
Troy Hunt wrote about it a couple of months ago: https://www.troyhunt.com/mmm-pi-hole/
Re: AdGuard DNS: A Privacy-Oriented DNS Server
#95Another great solution is Pihole: https://pi-hole.net/ It does not just protects your privacy, but improves your bandwidth too. Troy Hunt wrote about it a couple of months ago: https://www.troyhunt.com/mmm-pi-hole/
Re: AdGuard DNS: A Privacy-Oriented DNS Server
#96Earlier quoted context omitted.
If your goal is to get rid of ads, why would you use _anything_ made by an ad company?
Because some don't mind the text-based ads, but do mind the 10mb+ animated flashing overlay ads with audio that make the internet unusable.
Re: AdGuard DNS: A Privacy-Oriented DNS Server
#97I’ve been using Pi-Hole on my home network and it’s amazing. Routinely 18-20%% of DNS requests are blocked. When my wife goes out onto another network she says she is shocked at how ugly her web browsing becomes (ads on nytimes, huffpo, etc). I highly recommend it. Am using it with cloudfare’s encrypted DNS just as one more middle finger to my ISP.
Re: AdGuard DNS: A Privacy-Oriented DNS Server
#98Earlier quoted context omitted.
If your goal is to get rid of ads, why would you use _anything_ made by an ad company?
OP was actually somewhat inaccurate when he said "Google's". Intra is actually by Jigsaw, a separate Alphabet subsidiary. The difference is significant as Alphabet companies, though closely tied to Google (e.g. Jigsaw's website is a Google subdomain), are run independently. Perhaps more important is that the project is also open source: https://github.com/Jigsaw-Code/intra
Re: AdGuard DNS: A Privacy-Oriented DNS Server
#99There's lots of "privacy" improving DNS servers, but none of them mention trying to remove unintentional DNS queries. It turns out lots of things will resolve anything that looks vaguely like a hostname to see if, in fact, they are a hostname. eg, "untitled.pdf". These queries get passed to your ISP, and then on towards the root name servers. So if you run a large nameserver, you quickly find that most of your DNS qu…
Re: AdGuard DNS: A Privacy-Oriented DNS Server
#100Pi hole (free) is good for this kind of thing if you are at home https://pi-hole.net/ I found that pihole did too much so wrote my own. I dont think it has any users, except in my house but it seems to work https://github.com/time4tea-net/py-hole/blob/master/README.m...
But does it work on outside home and on 4G?
I also keep nginx to avoid pinging Apple or Google for checking if internet works (captive.apple.com, http://connectivitycheck.gstatic.com/generate_204 are re-routed to my own server).
Finally it is incredibly simple to use nginx to serve DNS-over-TLS from your own machine (so from my dnscypt-proxy) for using on Android Pie. Works on mobile as well. [3]
[1] https://strongswan.org/ [2] https://github.com/jedisct1/dnscrypt-proxy [3] https://github.com/jedisct1/dnscrypt-proxy/wiki/Connecting-t...