A simple name serve for node using redis.
- Implement all of the common functionality that is in use today
- Live update of the domains properties
The following record types are supported
- A (ipv4)
- AAAA (ipv6)
- CNAME (aliases)
- SOA (start of authority)
- MX (mail server records)
- TXT (arbitrary text entries)
- SRV (service discovery)
- Fallback to popular name server (Google, OpenDNS, etc)
- $ npm install
- $ node server.js
- Expose nice programmatic API for interacting with domains