this post was submitted on 28 Oct 2023
119 points (96.1% liked)

Privacy

31624 readers
867 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

I use Pi-Hole and works great. I've heard about AdGuard and seems the same thing as PiHole, but you have to install an app/extension. Everyone in this community recommend NextDNS. Whats the difference between them?

top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 19 points 11 months ago (2 children)

All kind of achieve the same thing, but in different ways.

Pi-Hole is the completely free way of doing ad and tracker blocking at the DNS level. Free as in free beer and free as in free speech.

AdGuard is free as in free beer but not as in free speech.

Both solutions mentioned above have to be self-hosted.

NextDNS is a managed service for which you have to pay a (very small) monthly fee for. The advantage is that - once setup - it pretty much just works (exception being custom updates to filter lists, but that applies to the other two as well). What's cool about that is that it's reachable from outside your local network, so you can use it on your phone or whatever even when you're not at home (they offer apps and profiles for easy setup). You can expose your Pi-Hole/AdGuard DNS to the outside world, but this has some caveats and probably higher latency/worse availability.

Opinions differ when it comes to privacy, but I'd say they (NextDNS) are trustworthy/not selling your data as this doesn't seem to be their business model. Obviously, with Pi-Hole you don't have to trust anyone (except the code authors unless you study the code yourself), so when in doubt Pi-Hole wins in this regard.

Be careful when setting up either of these as the default DNS service in your home network, especially when other users are in your network, as the default configuration of either of these will break some websites, services and apps to stop working and you (the admin) would have to handle the errors your users are getting by adding exceptions and/or different filters. The good news is that there are more conservative filter settings available that will still block most ads and trackers while being way less likely to break anything.

[–] [email protected] 7 points 11 months ago (2 children)

Eli5 free as in free beer and free as in free speech?

[–] [email protected] 8 points 11 months ago

Free beer is freeware, but it can be closed source.

Free speech is freeware that's also open source with a permissive license, so you can create an opinionated version of it.

[–] [email protected] 1 points 11 months ago

Free as in beer - Free in the sense of costing no money.

Free as in speech - Free in the sense of having no restrictions; libre.

[–] [email protected] 4 points 11 months ago (1 children)

AdGuard is free as in free beer but not as in free speech.

I think in the context of this discussion, they are talking about AdGuard Home, which is GPL. So it's also free as in free speech.

[–] [email protected] 1 points 11 months ago (1 children)

Oh you're right. Didn't even realize AdGuard was GPL in its "Home" version.

[–] [email protected] 1 points 11 months ago

Yeah, it's essentially completely different software. Their naming scheme makes it even more confusing.

[–] [email protected] 18 points 11 months ago* (last edited 11 months ago) (1 children)

Pihole is most popular among self holsters. It has nice GUI, it’s capable and its solid. It’s basic in sense of DNS features. You need to use config files to customize from terminal and even then it’s limited.

Adguard in my experience has more advanced blocking features. DNS also allows you little more flexibility like wildcard records. You can have separate config for different clients (like guest/kids network blocking)

NextDNS is SaaS only. It has most advanced blocking features but free account only gets you limited queries monthly. You can choose to keep your logs on specific servers or not to keep at all… from privacy perspective it’s arguably worse because you have to trust another company but it’s a good middle ground. Self hosted still needs upstream DNS but it could be tunneled through VPN which would anonymize traffic. NextDNS is upstream dns and it can’t distinguish internal network source.

I would throw zenarmor to the mix https://www.zenarmor.com/. Paid home license costs 10$/month and allows 3 different profiles. It is more advanced as it sniffs all network packets and not only DNS. It’s not replacing dns. It has great reports/dashboards.

For best DNS capabilities I would recommend technitium https://technitium.com/dns/. It’s free. You have gui, dns blocking and full DNS capability with some advanced plugins. It’s not as fancy for dashboards like pihole or Adguard.

You would use combination of solutions and nextDNS could be your upstream if you don’t mind paying them. If privacy is your thing you want to have more generic upstream that everyone uses like quad9.

[–] [email protected] 3 points 11 months ago (2 children)

Wait, you tunnel queries to your upstream DNS through a VPN? Nice.

I'll try to take a look at Blocky when I have the time

[–] [email protected] 3 points 11 months ago* (last edited 11 months ago) (1 children)

Wait, you tunnel queries to your upstream DNS through a VPN?

I use Tailscale to do this and it works quite well. I also use it to keep my pihole always reachable from my devices so I can continue to use it as my DNS server even when my phone is on cell data, etc.

I run a secondary Pihole on an AWS host that is also linked by tailscale as a fallback

[–] [email protected] 2 points 11 months ago

Thanks, this is a great idea.

[–] [email protected] 2 points 11 months ago* (last edited 11 months ago) (1 children)

Yes! I have a split DNS setup with technitium using advanced forwarding plugin. You can set different upstream based on client IP or subnet. So this way you can send to vpn DNS to prevent leaking.

Also you can have multiple piholes (poor mans setup) and have each configured filtering for dedicated VLAN. For instance be more strict for guest kids and less on adults net. Adguard can do that without having to have many instances but then Adguard can’t forward traffic based on origin IP. You can make any kind of logic and send different clients to different upstreams. As far as I know only BIND provides this functionality through views but it’s more complicated setup and no lovely GUI. You can always send all traffic through tunnel but then some results may be not ideal if you will be detected to be in different country and content will be served in other language. I think results will vary based on VPN endpoint. You don’t need to tunnel through vpn if you use DNS over https. It’s completely invisible to the ISP. VPN is more of a use case if you want to be consistent with your exit IP and DNS queries.

[–] [email protected] 2 points 11 months ago

I was planning to use UnBound as my recursive resolver with Blocky behind it. As for filtering by IP, multiple instances with some simple Network ACLs should do the trick. Thanks for the idea.

The problem with UnBound is that it doesn't use TLS whilst connecting and communicating to root servers and the like. TBH your idea of using a VPN seems excellent with my use-case, and if I rotate my VPN server every now and then my ISP along with other trackers might just be lost trying to find and correlate my DNS queries to my identity. Thanks again, I need to think more about this.

[–] [email protected] 15 points 11 months ago (3 children)

I use Pi-Hole and works great. I’ve heard about AdGuard and seems the same thing as PiHole

Only if you're talking about AdGuard Home, then yes. When you talk about AdGuard you usually just mean the adblocker app which is something completely different.

I used all three of them. While AdGuard Home has some nice features that Pi-hole doesn't, it in my experience has much more problems and has been unstable on some updates. So since you prefer stability for your DNS server I'd recommend Pi-hole over AdGuard Home.
NextDNS doesn't need to be self-hosted because it's a service on the internet. The disadvantage is that you are offered a list of blocklists from which you can choose but unlike Pi-hole or AdGuard Home you cannot add more lists. But they offer many lists so that's not a big problem. If you need more than 300k queries a month you need to pay for their service. But since NextDNS is a service on the internet it means that you can use it on all of your devices no matter where you are.

[–] [email protected] 5 points 11 months ago (1 children)

Strange we've had differing experiences. I've only been using Adguard for a couple of months, but the reason I left Pihol was because of its instability! Or at least, the database would constantly get chowned elsewhere when running in docker so I couldn't whitelist any domains.

Adguard's been 100% stable so far for me.

[–] [email protected] 4 points 11 months ago (1 children)

As long as it works fine for you I'm glad. :)
If you're interested here are my three bad experiences with AGH:

  • The "use AdGuard browsing security web service" option made all DNS queries so slow after a week to the point where nothing was resolved anymore. (That was 2 years ago, maybe fixed now)
  • They removed some library with an update which caused a panic when booting AGH so it wouldn't start anymore. That library was needed to use the DoH encryption of one of my upstream DNS servers. I had to remove that one from my config.
  • The next update didn't fix this issue but added another one: A few hours of running this version ( I don't remember the version number) the AGH service suddenly crashed. I started it again but 5 minutes later it would crash again. That was the point where I stopped using AGH because it didn't feel reliable anymore and updates only made it worse.
[–] [email protected] 1 points 11 months ago

Fair enough!

It's just worked out of the box for me - and TIL it actually existed two years ago, I hadn't heard of it until about six months ago.

But yes - it's great to have choices and pihole deserves some extra credit for blazing the trail in this area.

[–] [email protected] 4 points 11 months ago

I currently selfhost AdGuard Home and it works very efficiently. I added custom lists plus personal filters, and as a plus, I exposed the DoT on the web, so I can use the device I "authorized" no matter where I am. Big plus for me

[–] [email protected] 3 points 11 months ago* (last edited 11 months ago) (2 children)

~~You are incorrect. You can add custom lists to NextDNS~~

Edit: I am so sorry. Apparently I was completely misremembering my setup.

The official docs contradict me directly.

[–] [email protected] 2 points 11 months ago (1 children)

I too was under the impression that you couldn't add custom lists to NextDNS. Last time I researched this everything I found said you couldn't as well. I know you can build your deny list but that can be time consuming. I do it, but would love to be able to pull block lists that are already compiled. Can you share more info on how to add custom lists to NextDNS? Thanks!

[–] [email protected] 2 points 11 months ago (1 children)

My memory is shit. I was wrong. I've updated my post.

[–] [email protected] 2 points 11 months ago (1 children)

Ahh no worries mate! I do it all the time! 😅

I have been intending to explore other options outside of NextDNS because I want custom block lists. Just means the plan remains the same! Thanks for the update!

[–] [email protected] 1 points 11 months ago

A droplet running pihole on digital ocean work?

[–] [email protected] 1 points 11 months ago (1 children)

Really? How do I do that? I'd love to add the Neo Dev Host List to NextDNS.

[–] [email protected] 2 points 11 months ago

I was dumb and wrong.

[–] [email protected] 5 points 11 months ago (1 children)

NextDNS seems cool but it looks like it is for-profit and proprietary software, which is a deal breaker for me. Even if their "free" tier were good for me, for now, the price and my privacy would always be subject to the whims of a company who is going to be trying to get money from me. Fuck that.

[–] [email protected] 2 points 11 months ago (1 children)

I am honestly surprised to see it recommended here on Lemmy. When I first heard of it, I went to their website to see what it's all about. I assumed it would be another self hosted DNS service, not a paid proprietary cloud service.

[–] [email protected] 1 points 11 months ago

I wondered if it is astroturfing.

[–] [email protected] 4 points 11 months ago

Just to clarify, you don't need to install an app or extension to use AdGuard, you can just use its dns servers. I use their own dns for my phone, so that it works everywhere, but I use my self hosted AdGuard instance at home.

I haven't needed to change anything in the filters yet, but by self hosting, I've got the option if it's ever needed.

[–] [email protected] 0 points 11 months ago
[–] [email protected] -2 points 11 months ago (2 children)

safing.io block kernel-level DNS, so no one is bypassing DNS and more stuff... and it is free and open source... I don't understand why people even talks about Pi-Hole unless it's for your smart-tv, which then makes sense, but your phone or laptop will not work once you get out of your home network, and your PC programs can bypass it easily.

[–] [email protected] 2 points 11 months ago (1 children)

Ah, Portmaster. I tried to use this about three times over the past years but I find it extremely complicated and unituitive. Might be just me, though.

I can see the appeal of blocking stuff on network level with Adguard/Pihole (though I've never succeeded implementing them into my home network), so you just have to install it once and not on every device but you're argument that it doesn't work on the road is obvie true.

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago)

Well I just have 3 devices, PC where I use Portmaster (and I am still learning to configure it all but I also enjoy blocking many shit), on phone I don't do anything to even bother to have an ad blocker (Fennec has ad block plugin already and OS is /e/ so no google anyway) and on my laptop... of course, I have Portmaster too. My SmartTV neither have ads, I do screencast or I use my own media server to watch stuff.
Pi-Hole requires you to run a RPi 24/7, which is energy usage. If I wanted to block it via DHCP, I would use my OpenWrt router that is designed for this.
https://github.com/openwrt/packages/blob/master/net/adblock/files/README.md

[–] [email protected] 2 points 11 months ago (8 children)

Maybe because that's just a firewall that can be installed on Windows, Debian/Ubuntu and Fedora. What about your mobile devices? This is where Pi-hole, AGH, NextDNS etc. win.

[–] [email protected] 0 points 11 months ago (1 children)

that’s just a firewall

A firewall that block DNS bypass on kernel-level, remember this.

[–] [email protected] 2 points 11 months ago (1 children)

Read the whole sentence. That "just" belongs to the fact that it's only available on a few selected OSes and none of them are for mobile devices.

[–] [email protected] -1 points 11 months ago (1 children)

Few OSes? It's just missing the macOS (and is still free and open source)... and for phones I use https://doc.e.foundation/support-topics/advanced_privacy (free and open source, you can enable Tor network to hide your traces completely) ... Any app on your phone can use their own DNS to bypass. You need custom ROM that forces a filter.

NextDNS isn't a Firewall, so what I am saying is superior to your solution, right? Are you even paying for NextDNS?

[–] [email protected] 1 points 11 months ago (1 children)

It's possible I'm misunderstanding something, I am admittedly a layman when it comes to much of this. That being said, I believe NextDNS is marketed as a DNS level firewall. I do use Postmaster, but for the secure DNS I use a profile on NextDNS so I can implement granular control over what is being blocked on my PCs.

Idk what mobile device you are using, but I know on Android you can use NextDNS by updating your "Private DNS" in the Android settings. If you set it to a NextDNS profile it eliminates the need to install an app, and allows NextDNS to block ads and trackers even while not at home and utilizing your mobile data (or any other network you might need to connect to). Can also be implemented in conjunction with a VPN (if that is something the user is trying to implement based on their threat model) because it is built into the system settings rather than an app using a VPN-esque connection as a sinkhole for trackers. There is also a setting that allows you to prevent bypass if activated. I use that on our router.

Hope this helps! If I am wrong, please feel free to educate me. Always happy to learn more. 🍻

[–] [email protected] 2 points 11 months ago (1 children)

Yeah, what you said is all good, but I was telling them that in my case, I have my SmartPhone OS built-in tools to manage those filters, VPN (It is just Tor network) plus some fake GPS location. Again, all that built-in my OS... and I could even use the NextDNS as I could use any other DNS more private. Read this and you will see what I mean: https://doc.e.foundation/support-topics/advanced_privacy

Then they started to yell at me saying NextDNS rocks 😭, which I neither know it at all because I never used it, I was just saying from the start that the Pi-Hole (or OPNsense) makes no sense because it's like running two machines for something that your own PC already can do... and I like to turn off all my devices when I go to sleep. I might be too paranoid, but I don't want to be hacked at night and leak all my data or have a crypto-mining bot (I don't know what kind of attack I could suffer) while I am sleeping... So when I am out of home or sleeping, I want all off. Unless my server at my cloud provider... hahaha 🤓

[–] [email protected] 1 points 11 months ago (1 children)

Gotcha! My bad, I clearly misinterpreted the discussion. Thank you for the clarification!

Your setup sounds pretty legit. as far as "too paranoid", I don't think that's a factor as long as the effort required to maintain your system is something you're comfortable with upkeeping and you don't feel these concerns are getting in the way of your mental well-being. I do more than work probably most of the people I know, but that's because I like to tinker and this is sort of a hobby for me. My family and partner think it's extreme, but I feel it's good to know how to implement different procedures, countermeasures, and security levels. Do I need them all? Definitely not. But there was a situation at work the other day where I was able to consult on remediation because I have exposed myself to a wide array of different tools and methodologies that most people I work with don't care to bother with. All of that to say, " do you, boo!" Follow your info tech/cyber sec bliss.

NextDNS is cool but it also doesn't sound necessary for your use case. My primary use for it was because of the limitations of my stock OS when it comes to features like built-in firewalls. Then since I was already using it on my mobile, I just decided to experiment with wrapping it into things like Postmaster and my router to control things like smart TVs.

My goal with my next mobile is a custom ROM where I can implement a setup similar to yours. That day can't come soon enough! 😂

[–] [email protected] 2 points 11 months ago

About my phone... I got a Fairphone because I want something robust that doesn't break easily, I don't need curved screens or fancy cameras. And the /e/ OS Project gives "official" support to Fairphone 2 so even if Fairphone stopped supporting the Fairphone 2 OS (official stock image) I still get updates from /e/ project which sounds like I can keep my phone for many more years. So I bought this phone specially for the custom ROM support, and installing my custom ROM was as easy as installing a new app on my system... (download binaries and flash it via ADB which I am already used to)

load more comments (7 replies)