Some mentioned trust,for me support for dns ovet https is much more important since I'd be using it over a VPN anyways. And for those thst dont,NAT and inability to correlate DNS lookups with actual (especially encrypted) traffic makes privacy a less significant concern for me.
AdGuard DNS: A Privacy-Oriented DNS Server
31–40 of 111 posts
Re: AdGuard DNS: A Privacy-Oriented DNS Server
#32For anyone running on Android 9 (edit) or later, navigate to
Settings -> WiFi and Internet -> Private DNS
Select Private DNS provider hostname
Add dns.adguard.org (DNS over TLS)
Click save.
Visit https://googleads.g.doubleclick.net/ and you should see browser's 'Server not found' instead of Google's (disable existing ad-blockers or they might jump in and block the URL anyway)
---
For anyone on Android 4.0 or later, consider using Google's Intra [0] to use adguard DNS over HTTPS, if you prefer it over cloudflare's or google's.
Install Intra.
Open the app, click on Settings.
Choose customer URL and paste: https://dns.adguard.com/dns-query
Be sure to 'lock the app' to prevent it from being killed in the background.
Re: AdGuard DNS: A Privacy-Oriented DNS Server
#33I’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.
Encrypted SNI is a thing on the horizon that'll let us give the dual middle finger to our ISPs. As far as I know, it is not here now though.
Re: AdGuard DNS: A Privacy-Oriented DNS Server
#34The instructions to use adguard DNS on their website doesn't contain how to use adguard DNS over TLS with Android. For anyone running on Android 9 (edit) or later, navigate to Settings -> WiFi and Internet -> Private DNS Select Private DNS provider hostname Add dns.adguard.org (DNS over TLS) Click save. Visit https://googleads.g.doubleclick.net/ and you should see browser's 'Server not found' instead of Google's (dis…
Re: AdGuard DNS: A Privacy-Oriented DNS Server
#35Great idea, but how is this monetized or supported? What are they doing with the data?
That's not to say the cost is zero, but with with multiple caching layers (O/S, browser, router, etc), and serving same results for everyone, server costs are not very high.
Re: AdGuard DNS: A Privacy-Oriented DNS Server
#36The instructions to use adguard DNS on their website doesn't contain how to use adguard DNS over TLS with Android. For anyone running on Android 9 (edit) or later, navigate to Settings -> WiFi and Internet -> Private DNS Select Private DNS provider hostname Add dns.adguard.org (DNS over TLS) Click save. Visit https://googleads.g.doubleclick.net/ and you should see browser's 'Server not found' instead of Google's (dis…
This was introduced in Pie (Android 9), so it's most likely not working with Oreo (Android 8).
Re: AdGuard DNS: A Privacy-Oriented DNS Server
#37Pi 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?
Disclosure. I work at ba.net
Re: AdGuard DNS: A Privacy-Oriented DNS Server
#38On one hand, it looks pretty cool and convenient. On the other, using a DNS server requires a lot of trust. Giving some unknown company the ability to trivially man-in-the-middle your connection or sell your browsing history is pretty scary. The fact that their code is open source helps a bit, but there's no way to tell whether the code running on their servers is the same as on github. I'll stick with my pihole/host…
Re: AdGuard DNS: A Privacy-Oriented DNS Server
#39Great idea, but how is this monetized or supported? What are they doing with the data?
It doesn't cost that much to run a DNS server, even with DoH/DoT. You can easily serve a few million users with a milisecond latency off a cheap instance with 2GB instance. That's not to say the cost is zero, but with with multiple caching layers (O/S, browser, router, etc), and serving same results for everyone, server costs are not very high.
Re: AdGuard DNS: A Privacy-Oriented DNS Server
#40The correct technical solution for privacy is running your own DNS server locally.