Earlier quoted context omitted.
I wish iOS also supported private DNS natively. Seems like it would be right up Apple's street.
what is private DNS?
Maza – Like Pi-hole but local and using your operating system
11–20 of 138 posts
Re: Maza – Like Pi-hole but local and using your operating system
#12I've been using adguard's dns to block ads on my phone* because pi-hole isn't an option for me at the moment. Also set it on a colleague's phone and he's thanked me severally for it. * (dns.adguard.com private DNS in network settings on android pie)
Similar to that I've been using NextDNS - in addition to the adblock you also get custom whitelist/blacklist, analytics... and also supports DNS-over-TLS (works well with Android's Private DNS feature) and DNS-over-Https See: https://nextdns.io/
Re: Maza – Like Pi-hole but local and using your operating system
#13the one reason i use pihole is to block ads network-wide. this kinda defeats that purpose.
yes, but you have pihole for that... this is if you don't need or want to issue a network wide block
Re: Maza – Like Pi-hole but local and using your operating system
#14Re: Maza – Like Pi-hole but local and using your operating system
#15On Windows, a large hosts file may lead to noticeably slower name resolution performance. Maybe it's less of a problem on Linux/macOS...?
It's over 1.4mb.
And after any edit to the host file, it'd take minutes before I could browse. (Hard drive)
When I switched to SSD, the delay dropped to less than a minute.
For domains I already visited, cached, there were no perceptible resolution delays.
Re: Maza – Like Pi-hole but local and using your operating system
#16On Windows, a large hosts file may lead to noticeably slower name resolution performance. Maybe it's less of a problem on Linux/macOS...?
This took me ages to find the cause of, I had to use a lot of highly-escalated debuggers and such to figure out what the "system" process was trying to do that was costing so much time. Once I cleared out the hosts file, the problem was resolved.
Re: Maza – Like Pi-hole but local and using your operating system
#17Earlier quoted context omitted.
yes, but you have pihole for that... this is if you don't need or want to issue a network wide block
i couldn't think of an use case for this? can you explain what would you use this for? if you already have pihole?
Re: Maza – Like Pi-hole but local and using your operating system
#18Re: Maza – Like Pi-hole but local and using your operating system
#19Earlier quoted context omitted.
Similar to that I've been using NextDNS - in addition to the adblock you also get custom whitelist/blacklist, analytics... and also supports DNS-over-TLS (works well with Android's Private DNS feature) and DNS-over-Https See: https://nextdns.io/
What can the analytics tell me?
Re: Maza – Like Pi-hole but local and using your operating system
#20Earlier quoted context omitted.
I wish iOS also supported private DNS natively. Seems like it would be right up Apple's street.
what is private DNS?
DoT is very easy to self host if you already run something like a pihole (using nginx to proxy a tcpstream + having it wrap a TLS connection around it) and can be exposed to the internet because it can work over TCP (thus reducing the DDoS risk factor significantly).
In Android there's a setting to enable it in the network settings. The default will be "off", if you pick "on" you'll probably be using Google's DNS servers, if you pick "hostname" you can pick a different server.