7 ms·
Pi-Hole/NextDNS also blocks adds in most apps. I used NextDNS (which has a limit on the free tier), and recently switched to pihole running on my home server. I
by xeonoex 6y ago
Pi-Hole/NextDNS also blocks adds in most apps. I used NextDNS (which has a limit on the free tier), and recently switched to pihole running on my home server. I also use ZeroTier to connect to my server directly even when I am not on my local network to still use it as the DNS server. Works great.
- StavrosK 6y agoI paid them, $20/yr is quite good and I can add my parents' house, my in-laws' house, etc on the same plan and manage them all centrally.
- rndomsrmn 6y agoYou can get even better coverage with the NoTracking lists (dnsmasq/unbound or dnscrypt-proxy) https://github.com/notracking/hosts-blocklists https://github.com/notracking/hosts-blocklists They focus not only on tracking but also malware prevention, where possible via dns filtering. Pi-Hole still does not properly support wildcard filtering, only via regex but that is not really efficient (requires tons of resources).