←back to thread

220 points speckx | 1 comments | | HN request time: 0.203s | 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. bullen ◴[] No.45148030[source]
I coded my own with dns4j. It's 10 rows of code for only providing my own domains.

The trouble starts when you want to provide ALL domains I guess. I wonder what database would be best for that; just MySQL with int to name table?

The trouble with DNS is that you need a fixed external IP that has port 53 open.

Not easy to get at home cheaply.