diff --git a/README.md b/README.md index 9250354..549d64c 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ * [Password Management](https://github.com/mikeroyal/Self-Hosting-Guide#password-management) * [LDAP(Lightweight Directory Access Protocol)](#ldap) * [Log Management](#log-management) + * [DNS](#dns) * [Network Tools](https://github.com/mikeroyal/Self-Hosting-Guide#network-tools) * [Monitoring](https://github.com/mikeroyal/Self-Hosting-Guide#monitoring) * [Dashboards](#Dashboards) @@ -1092,6 +1093,30 @@ Minio's test-server called "play" is already configured in the default client, y [Octopussy](https://www.octopussy.pm) - Log Management Solution (Visualize/Alert/Report). +### DNS + +[Back to The Top](#table-of-contents) + +[Duckdns](https://duckdns.org/) - A free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn't require reactivation or forum posts to maintain its existence. + +[dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html) - A lightweight service providing DNS, DHCP and TFTP services to small-scale networks. + +[Bind](https://www.isc.org/downloads/bind/) - The most widely used name server software. + +[djbdns](http://cr.yp.to/djbdns.html) - A collection of DNS applications, including tinydns. + +[Designate](https://wiki.openstack.org/wiki/Designate) - DNS REST API that support several DNS servers as its backend. + +[Knot](https://www.knot-dns.cz/) - High performance authoritative-only DNS server. + +[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. + +[Yadifa](http://yadifa.eu/) - Lightweight authoritative Name Server with DNSSEC capabilities powering the .eu top-level domain. + ### Network Tools [Back to the Top](#table-of-contents)