<div dir="ltr">Figured I'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'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> "records": [</div><div> { "name": "foobar", "A": [{"address": "10.0.0.1"}] },</div><div> { "name": "barfoo", "CNAME": [{"data": "foobar"}] },<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>