TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Do you run your own DNS servers?

2 pointsby oliverjudge12 months ago
Recently moved all of my domains away from Google to Porkbun. I know their DNS is probably rock solid, I was just wondering if anyone rolled their own DNS and what your stack was?

8 comments

nobody999912 months ago
I roll my own and have done so since the late 1990s.<p>It&#x27;s bind[0] on GNU&#x2F;Linux, which has served me well.<p>I also use a local recursive resolver rather than my ISP&#x2F;Google&#x2F;Cloudflare&#x2F;etc., which works nicely and isn&#x27;t beholden to anyone but the root servers[1]<p>[0] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;BIND" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;BIND</a><p>[1] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Root_name_server" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Root_name_server</a><p>Edit: Fixed reference numbering.
pwg12 months ago
Yes, been doing so since I bought my personal domain circa 1999.<p>Stack: named - on Slackware (various versions over the years as the computer was upgraded).
plagiat0r12 months ago
Of course I run my DNS servers, actually I run powerdns and my custom pipe backend with very advanced geodns capabilities, aliases, load balancing, health checks, etc.<p>This is private backend, not open source.<p>It cost me four virtual machines, approximately $6&#x2F;month each vm, but it is well worth it. And a bit of development time for the backend, but it runs for years, stable.
kpandit12 months ago
Mail-In-a-Box (MIAB)[1] comes with a built in nameserver. I think you may use it as a standalone DNS even for the domain names whose email is not managed by MIAB. Not sure about any benefit of doing it this way though.<p>[1] <a href="https:&#x2F;&#x2F;mailinabox.email" rel="nofollow">https:&#x2F;&#x2F;mailinabox.email</a>
incomingpain12 months ago
Yes, commercial dns hardware in hot standby. 10gbit links 1 hop from tier 1 routing. In 2 rather quality datacenters.<p>honestly, long gone are the days of the network solutions monopoly and shitty service. If I had the power I would move everything to a registrar to host. Alas, out of my control.
viraptor12 months ago
No, it&#x27;s the last thing I would care about self-hosting. I don&#x27;t see any benefit over configuring some DNS service with terraform.
dith3r12 months ago
I&#x27;ve used PowerDNS at some point with MySQL backend. Rock stable with easy to replicate data.
snagglemouth12 months ago
No, but I&#x27;m curious what would motivate you to consider it?