|
|
|
Ask HN: Do you run your own DNS servers?
|
|
2 points
by oliverjudge
761 days 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? |
|
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.