[ale] Simple DNS server for home network
James Sumners
james.sumners at gmail.com
Mon Oct 5 14:01:47 EDT 2015
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`.
Records are a simple JSON document:
```
{
"records": [
{ "name": "foobar", "A": [{"address": "10.0.0.1"}] },
{ "name": "barfoo", "CNAME": [{"data": "foobar"}] },
]
}
```
[1] -- https://www.npmjs.com/package/rainbow-dns
--
James Sumners
http://james.sumners.info/ (technical profile)
http://jrfom.com/ (personal site)
http://haplo.bandcamp.com/ (band page)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.ale.org/pipermail/ale/attachments/20151005/a751bc09/attachment.html>
More information about the Ale
mailing list