←back to thread

220 points speckx | 1 comments | | HN request time: 0.204s | source
Show context
thedanbob ◴[] No.45143600[source]
I set up authoritative nameservers at home using unbound, which appears to be considerably easier than configuring BIND, but I still can't say that I fully understand it. DNS (and networking in general) is a bit of a dark art.
replies(8): >>45144024 #>>45144179 #>>45144184 #>>45144578 #>>45144619 #>>45145306 #>>45146196 #>>45148030 #
1. bigstrat2003 ◴[] No.45146196[source]
DNS really is pretty easy. The problem is that Bind zone files are an absolutely godawful interface which makes it seem 10x harder than it actually is. I'm not too upset about it (because it's free software and I figure I can't complain too much), but compare to other DNS solutions and it's night and day how easy they are. For example, running a Windows DNS server (while not something you'd do at home) is dead simple because Microsoft has polished up the user experience. I'm sure some more polished alternatives exist for Linux too, I'm just not familiar enough with what's out there to point to one as an example.