Live data from Hacker News

Ask HN: Do you run your own DNS servers?

news.ycombinator.com

1–9 of 9 posts

Re: Ask HN: Do you run your own DNS servers?

#5
Yes, commercial dns hardware in hot standby. 10gbit links 1 hop from tier 1 routing. In 2 rather quality datacenters.

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.

Re: Ask HN: Do you run your own DNS servers?

#8
I roll my own and have done so since the late 1990s.

It's bind[0] on GNU/Linux, which has served me well.

I also use a local recursive resolver rather than my ISP/Google/Cloudflare/etc., which works nicely and isn't beholden to anyone but the root servers[1]

[0] https://en.wikipedia.org/wiki/BIND

[1] https://en.wikipedia.org/wiki/Root_name_server

Edit: Fixed reference numbering.

Re: Ask HN: Do you run your own DNS servers?

#9
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.

This is private backend, not open source.

It cost me four virtual machines, approximately $6/month each vm, but it is well worth it. And a bit of development time for the backend, but it runs for years, stable.