<div dir="ltr">Figured I&#39;d pass this along. I found a really simple DNS server that is great for home network use -- rainbow-dns[1]. No need to play with BIND or PowerDNS or whatever other huge this-is-for-big-networks DNS server you&#39;d normally use. It works really well with a service manager like `runit`.<div><br></div><div>Records are a simple JSON document:</div><div><br></div><div>```</div><div>{</div><div>  &quot;records&quot;: [</div><div>    { &quot;name&quot;: &quot;foobar&quot;, &quot;A&quot;: [{&quot;address&quot;: &quot;10.0.0.1&quot;}] },</div><div>    { &quot;name&quot;: &quot;barfoo&quot;, &quot;CNAME&quot;: [{&quot;data&quot;: &quot;foobar&quot;}] },<br></div><div>  ]</div><div>}</div><div>```</div><div><br><div><br></div><div>[1] -- <a href="https://www.npmjs.com/package/rainbow-dns">https://www.npmjs.com/package/rainbow-dns</a><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>James Sumners<br><a href="http://james.sumners.info/" target="_blank">http://james.sumners.info/</a> (technical profile)</div><div><a href="http://jrfom.com/" target="_blank">http://jrfom.com/</a> (personal site)</div><div><a href="http://haplo.bandcamp.com/" target="_blank">http://haplo.bandcamp.com/</a> (band page)</div></div></div></div></div>
</div></div></div>