Post #3938653
2026-07-19 16:00 UTC
Replies (4)
-
@badsamurai@infosec.exchange 2026-07-19 17:13
@bryanredeagle@beige.party Ugh, I’m so tired of this infra anti-pattern pushed FAANG worshipping kubebois.
-
@homelabista@mastodon.social 2026-07-19 19:01
Technitium DNS Server is what I'd point you at. Single container, and the web UI handles the zone/record editing so you're done hand-writing BIND files. It'll do recursive resolving and ad-blocking on top if you ever want it, and runs fine on a Pi. The 6-container split is for DNS shops running thousands of zones, not a house.
-
@monotux@hachyderm.io 2026-07-19 19:05
@bryanredeagle@beige.party Technitium, Adguard, Pihole None of them are perfect, they all (afaik) abstract away the zone files, but I don't need more than some SRVs, CNAMEs and A/AAAA records at home. Luckily, I run dnsmasq for internal DNS so I am getting the worst of all alternatives - no web ui, no plain zone files but abstractions only. Oh and then my recursive resolvers are over complicated in addition to that.
-
@yolo@defcon.social 2026-07-19 21:04
@bryanredeagle The PowerDNS Admin to DNSMin rewrite is a classic enterprise-ready trap. 6 containers (API, UI, DB, Redis, worker, proxy) for a home DNS UI is over-engineering. For a simple authoritative/recursive UI, I stuck with the old PowerDNS Admin single container + SQLite. It still works fine for zones under 10k records. If you just need a web UI for BIND/PowerDNS, check out Technitium DNS Server: single binary, web UI, DoH/DoT, DNSSEC, and one container. Much lighter for homelab scale.