Added DNS servers

This commit is contained in:
Francisco Augusto 2014-05-08 18:58:17 +02:00
parent 243ef8d85e
commit 9dc3144bf7
1 changed files with 9 additions and 0 deletions

View File

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