whenever8186,

I also started on pihole, but switched to Blocky because Blocky is way more DevOps friendly (I run this stuff on microk8s on a Pi cluster).

Then I just ditched it altogether and now use NextDNS. Well worth paying the small fee for. But you obviously don’t get the same DIY satisfaction out of it.

Kaldo,
Kaldo avatar

Tbh I just run pihole as a background service on my PC since I can't easily access router to change DNS for the whole network anyway. It never seemed that much work, what devops issues were you running into with it and Blocky to justify paying a service for it?

whenever8186,

My main issue with PiHole was that the container wouldn’t work on later versions of Ubuntu for some reason (if I remember correctly, anything later than 18.04). I never did figure it out. The other reason was since I was running it in Kubernetes, the whole point is to have multiple replicas running for redundancy, but PiHole’s UI is coupled with its backend DNS service so if you have 3 PiHole instances running, you had 3 GUI instances as well. You could load balance the DNS requests (I used MetalLB), but visiting the UI was pointless. Also, the config was very scripty and not really container friendly - I mean it worked but it wasn’t designed as a cloud native application. No fault of its own but it didn’t really suit the way I like to do things.

Enter Blocky, which doesn’t have a UI and has a very simple YAML config that is easily mounted to a container. It scaled much easier, used way less resources and was just simpler to manage. It was really exactly what I was looking for.

However, ultimately running the DNS service for my house out of a Pi cluster wasn’t really my best idea. It has to work 100% of the time, and I would have frequent outages. We are a family of 5, so imagine lots of ‘Dad! The TV’s not working!!’ and stuff like that every time. This thing was a pet project, and I didn’t have it set up as a ‘production’ service, which is what it really should be. Sometimes the metallb pods would fall over, or the kubernetes TLS certificates would expire for the cluster, etc. I didn’t have proper monitoring and alerting setup, etc. I just couldn’t be bothered putting the effort into it that it required.

NextDNS does exactly the same thing, with probably even better controls, is more reliable, has great logging and costs bugger all.

EDIT: meant to add, I used it for more than just adblocking, but also for parental controls. NextDNS is great for that as well.

knoland,

But NextDNS is closed source isn't it? Personally I wouldn't trust proprietary software with my entire DNS request history.

whenever8186,

Well it’s a service I’m paying for, so yes a bit of trust is required. Their privacy policy looks decent as well. As it stands, I trust them more with it than I would my ISP, Google or Microsoft.

You can choose what region to log to (I chose Switzerland) and you can also configure the retention period.

nextdns.io/privacy

outcide,
outcide avatar

Two instances of AdGuardHome ... though tempted to switch to the new Gravity.

agneev,

Tried all three over the years… I have to say AdGuard Home due to how feature-rich it is. Currently have two instances running, one at home the other for remote usage. AGH is better than the other two at nearly everything.

jayemecee,

Lots of love for Adguard home, I’m inclined to go for that. Thanks all

wheels,

This might not be a factor you care about, but Adguard is developed in Russia.

agneev,

Even if that were true, it would not matter since the source code is open and you can take a look at it to put this phobia of yours to rest.

Also FYI, AdGuard is based in Cyprus.

wheels,

It’s not just about trusting the code (which anyway isn’t a small task to review it, and all future PRs, and run your own builds from reviewed code) but also there are some people who will avoid Russian developed stuff at the moment for moral reasons, you know, because of the whole Ukraine thing.

ComMcNeil,

Which I don't find reasonable tbh, at least for open source stuff. You are not actively supporting the Russian government, and a lot of Russians also don't support the war. But to each their own.

MonitorZero,

I’ve been using adgaurd home from the official truenas apps. Running for about 3 or 4 months. It’s doing it’s job but it’s no silver bullet. Also added a good few custom lists.

MonitorZero,

I’ve been using adgaurd home from the official truenas apps. Running for about 3 or 4 months. It’s doing it’s job but it’s no silver bullet. Also added a good few custom lists.

darganon,

As a counterpoint I’ve had pihole running in various configurations for 7 or 8 years and the only problem I’ve had was a log file got too big or something. Works great.

agneev,

With AdGuard Home you don’t even need to have log files, there’s built in options to store it in-memory.

notaseraf,

+1 to AdguardHome. Set it up on a Synology NAS via docker following some written guides found online. Been rock solid for years.

GustavoM,
@GustavoM@lemmy.world avatar

In a nutshell, Blocky is “Adguard but open souce” while being more “technofancy”.

node815,
@node815@lemmy.world avatar

Started on PiHole a long time ago, went to AdGuardhome, then have moved over to Technitium DNS (technitium.com/dns/). That might be another option to investigate, it allows Ad blocking as well as a lot more than AdGuardhome and Pihole.

agneev,

Last I tried Technitium, it took over 100ms to resolve domain names that take 1ms otherwise.

JoeKrogan,
@JoeKrogan@lemmy.world avatar

I use AGH myself, it runs great and stays out of the way. I have not tried pihole so can’t speak on it

haych,

I started on PiHole, but when I found AdGuard Home I tried it and it’s so much better. My group chat that self hosts ended up swapping too.

The interface is so much cleaner and easier to use, anecdotally it’s so much more reliable. And have more features built in from the get go.

Plus you can edit it without having to refresh Gravity like in PiHole. Nothing major but it saves me a few seconds of time.

Andi, (edited )
@Andi@feddit.uk avatar

Used Pihole for years. Gave AdGaurd Home a try and never looked back.

Every few months you’ll have to fiddle with your Pihole config as an upgrade breaks it. Unbound is a whole separate beast. Refreshing the lists seem to take a lot of processing. You need a second instance, just because.

AdGaurd Home just works. DNS over HTTPS and DoH for your upstream all built in. Upstream can be fail over or fastest response. Upgrades work in browser in a matter of seconds. And to date, has never fallen over (on the exact same hardware and OS as my Piholes).

AdGaurd Home’s service blocking, and Safe Search enforcement is a useful add on for kids devices too.

You should really run 2 instances anyway, for fail over, so why not run one of each and decide for yourself which you prefer?

Bristlerock,
Bristlerock avatar

This is what I did, too. Used Pi-Hole for a year or so, and it required regular tinkering and repairing. Planned to test AGH for a short time in Docker container on a Pi4B, and it's been running that way for 2 years without any issues.

Easier to administer, more functionality and rock solid. I've never looked back.

mbwall,

Every few months you’ll have to fiddle with your Pihole config as an upgrade breaks it. Unbound is a whole separate beast. Refreshing the lists seem to take a lot of processing. You need a second instance, just because.

What are you talking about. None of that is true.

Andi,
@Andi@feddit.uk avatar

Well, congrats to you. But as I said - on the same hardware, AGH runs so much smoother and more reliably. Maybe piHole is more reliable now - but back when I was using it, upgrades would kill configs, you’d have to reinstall – it was a common thing every few months. Forgot to mention, AGH also runs on BSD, which means you can run it on your Opsense / pFsense box too if you run one.

Asterix78,

Heey iam using pihole for a few years now i realy like that it works good with no problems so far. Even have unbound pared wirh it and for tunneling home i use wireguard never tried adguard or blocky

jayemecee,

I’ve read about unbound but not knowledgeable enough to understand what it does. Could you king of eli5 it to me? Also, is wireguard better than openvpn?

d_k_bo,

AFAIK, instead of forwarding your DNS requests to an upstream DNS provider (eg. 1.1.1.1), it resolves the domain step by step. First, it asks the root nameserver “where's org.?”, the returned server is asked “where's example.org.?”, the returned server is asked “where's www.example.org.?” and so on until you get your target IP.

See also https://en.wikipedia.org/wiki/Domain_Name_System#Address_resolution_mechanism

Edit: there is also a good explaination on https://docs.pi-hole.net/guides/dns/unbound/#what-does-this-guide-provide

Lichtblitz,

Wireguard is very lightweight and it just works. No overly complex setup, tools, matching protocols, algorithms, versions, etc. It just works and it’s simple UDP traffic. It’s the first self hosted VPN that I actually love and that works on all my machines, mobiles, VMs with just a config file to fine tune what should go over the line.

Asterix78,

This is the reason indeed its lightweight and installation and connecting other clients was easy with the qr code

whynotzoidberg,

Another vote for PiHole.

Also, thanks for turning me on to Unbound. Which Pi are you running those services on and how’s the performance?

shatteredsteel,
shatteredsteel avatar

No the one you asked, but I'm running pihole on a lenovo M93 (fedora server) with 8Gb of ram. No kill like overkill, I guess.

The only time any of the cpu cores pops above 1% is when I'm updating the config, and at the moment it is hovering at 293 MB of RAM used according to the free command.

whynotzoidberg,

Ha — no kill like overkill. Indeed! Thanks for sharing!

I’m currently running pihole on a Pi 3B. It’s been solid for about a year on that hardware.

I’m going to do a little digging on the compute needed per WireGuard connection. Cheers!

Asterix78,

Iam running it a raspberry 3b its doing fine we are with 3 ppl in house so there are not that many request

  • All
  • Subscribed
  • Moderated
  • Favorites
  • selfhosted@lemmy.world
  • slotface
  • kavyap
  • thenastyranch
  • everett
  • tacticalgear
  • rosin
  • Durango
  • DreamBathrooms
  • mdbf
  • magazineikmin
  • InstantRegret
  • Youngstown
  • khanakhh
  • ethstaker
  • JUstTest
  • ngwrru68w68
  • cisconetworking
  • modclub
  • tester
  • osvaldo12
  • cubers
  • GTA5RPClips
  • normalnudes
  • Leos
  • provamag3
  • anitta
  • megavids
  • lostlight
  • All magazines