Earlier quoted context omitted.
I recently spent a bunch of time comparing NextDNS vs PiHole. The reality is their features-sets are pretty close, but I eventually settled on NextDNS and here were some of my takeaways: NextDNS Pros: * Can use NextDNS on any network (thanks to their apps or just regular DNS-over-HTTP/TLS). * (Could get similar functionality on PiHole with a remote hosted PiHole + VPN, but much more complex to setup) * NextDNS allows…
Another PiHole pro is that it can work for every device in your house (if you set it up that way).
Maza – Like Pi-hole but local and using your operating system
71–80 of 138 posts
Re: Maza – Like Pi-hole but local and using your operating system
#72Who is this for, what's the point? If you're using a computer on which installing this software is an alternative, you can install a web browser with an ad blocker, which performs much better than DNS based filters. If you're not using such a computer, Pi-Hole proves DNS filtering and this software doesn't. What's the use-case between these two that isn't already covered?
Just for the sake of argument - to block trackers that are built into other software, eg. chat clients and some such.
Re: Maza – Like Pi-hole but local and using your operating system
#73Not sure why the readme tries to obscure that.
Re: Maza – Like Pi-hole but local and using your operating system
#74These are layers of protection from undesired content (ads, malware, porn, etc.). If one fails, hopefully the next layer will provide desired protection.
I have kids approaching teen years. There is no magic bullet, and we still monitor and limit their screen time.
How would you improve this setup? Just curious.
Re: Maza – Like Pi-hole but local and using your operating system
#75I use pihole for my entire home network as primary DNS and opendns for secondary (long time user of opendns, since before Cisco bought it). I also have VPN setup for remote access (esp. for mobile). I use ublock origin at the browser level. These are layers of protection from undesired content (ads, malware, porn, etc.). If one fails, hopefully the next layer will provide desired protection. I have kids approaching t…
Re: Maza – Like Pi-hole but local and using your operating system
#76The point of Pi-Hole is that you can't hack it that easily compared to software installed on your local computer.
Re: Maza – Like Pi-hole but local and using your operating system
#77Earlier quoted context omitted.
I've been a user since it was first mentioned on HN and the major issue at the moment is the performance. I often have to turn it off to get sites to resolve at all, otherwise chrome hangs indefinitely. Having said that it's free (beta) right now so that's a statement of fact and by no means a complaint
I saw someone mention NextDNS on HN about 2 months and decided to try it. The only issue's I've had is: 1. Epic Game Store was blocked - not an issue now as I uninstalled it and bought Borderlands 3 on steam. Now EGS is blocked again. 2. Adverts display in Google now that I don't have an ad-block, but it prevents me clicking them so I'm not fussed. 3. raygun.io is blocked - not sure why as it doesn't track any inform…
Re: Maza – Like Pi-hole but local and using your operating system
#78Earlier quoted context omitted.
I saw someone mention NextDNS on HN about 2 months and decided to try it. The only issue's I've had is: 1. Epic Game Store was blocked - not an issue now as I uninstalled it and bought Borderlands 3 on steam. Now EGS is blocked again. 2. Adverts display in Google now that I don't have an ad-block, but it prevents me clicking them so I'm not fussed. 3. raygun.io is blocked - not sure why as it doesn't track any inform…
You can solve issue #3 by whitelisting that hostname in the NextDNS dashboard.
Re: Maza – Like Pi-hole but local and using your operating system
#79Oh, this is a wrapper for running dnsmasq. It's lighter weight than pihole but less user firendly. Not sure why the readme tries to obscure that. https://github.com/tanrax/maza-ad-blocking/blob/master/maza
I don't think it does, dnsmasq is optional. It does configure dnsmasq regardless, but that configuration only applies if you install and enable dnsmasq. As far as I can see, the script does none of that nor does it change /etc/resolv.conf. The readme is very clear about needing dnsmasq for wildcard blocking.
The script also modifies the host file which will apply regardless.
Re: Maza – Like Pi-hole but local and using your operating system
#80I have a docker-compose.yml locally with: dnsmasq -> pihole -> stubby The first dnsmasq is for local .test domains for dev. Works well for when i'm not on one of my networks.