Merge pull request #202 from mikeroyal/mikeroyal-patch-172

Added DNS section.
This commit is contained in:
Michael Royal 2023-03-23 01:15:54 -07:00 committed by GitHub
commit f5191e6eb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)