From 9dc3144bf7a69f60e78dfd5a48e31b42346c9c62 Mon Sep 17 00:00:00 2001 From: Francisco Augusto Date: Thu, 8 May 2014 18:58:17 +0200 Subject: [PATCH] Added DNS servers --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d622a25..97f59ac 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ A curated list of amazingly awesome sysadmin open source resources inspired by [ * [CMDB](#cmdb) * [Continuous integration](#continuous-integration) * [DevOps Tools](#devops-tools) +* [DNS](#dns) * [Hosting](#hosting) * [IMAP/POP3](#imappop3) * [LDAP](#ldap) @@ -71,6 +72,14 @@ A curated list of amazingly awesome sysadmin open source resources inspired by [ * [RANCID](http://www.shrubbery.net/rancid/) - Monitors network device's configurarion and maintain history of changes. * [rConfig](http://www.rconfig.com/) - Another network device configuration management tool. +### DNS +*DNS servers.* + +* [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. +* [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. + ### Hosting *Web hosting control panels*