Add MicroDNS

This commit is contained in:
Faraz Fallahi 2016-09-01 11:09:27 -05:00 committed by GitHub
parent 76272f8ce5
commit 08eb1c2eb9

View file

@ -287,6 +287,7 @@
* [Designate](https://wiki.openstack.org/wiki/Designate) - DNS REST API that support several DNS servers as its backend.
* [dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html) - A lightweight service providing DNS, DHCP and TFTP services to small-scale networks.
* [Knot](https://www.knot-dns.cz/) - High performance authoritative-only DNS server.
* [MicroDNS](https://github.com/fffaraz/microdns) - A tiny dockerized DNS server in Go that always returns the same IP for any query sent to it.
* [NSD](http://www.nlnetlabs.nl/projects/nsd/) - Authoritative only, high performance, simple name server.
* [PowerDNS](https://www.powerdns.com/) - DNS server with a variety of data storage back-ends and load balancing features.
* [Unbound](http://unbound.net/) - Validating, recursive, and caching DNS resolver.