From 50e9429079748df47ce3b5213434fb615ce8ba1f Mon Sep 17 00:00:00 2001 From: Michael Royal <45159366+mikeroyal@users.noreply.github.com> Date: Sun, 19 Mar 2023 01:17:09 -0700 Subject: [PATCH] Added DNS section. --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index 18ad1de..d8e8e2d 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,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) @@ -1071,6 +1072,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)