From 6d000736097a4242c72dea5ffa95326ff8095a4b Mon Sep 17 00:00:00 2001 From: krondor Date: Thu, 26 Jun 2014 18:31:43 -0400 Subject: [PATCH] Added dnsmasq to DNS Section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 958f54e..fb32ddc 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [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. +* [dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html) - A lightweight service providing DNS, DHCP and TFTP services to small-scale networks. * [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.