PDA

View Full Version : NSD : great replacement for bind



agnivo007
04-20-2007, 06:29 AM
NSD (http://www.nlnetlabs.nl/nsd/) works with BIND's zonefiles and has a very small memory footprint and usage. So, a great app for VPSs...can DA use this for it's VPS edition ?

nobaloney
04-24-2007, 12:23 PM
Does it work with /etc/named.conf as well as with the zone files? If so, it may be a drop-in replacement. You could try it on a test server :) .

Jeff

agnivo007
04-25-2007, 08:24 PM
http://en.wikipedia.org/wiki/NSD

http://wiki.vpslink.com/index.php?title=Using_NSD_instead_of_BIND_to_reduce_memory_and_serve_dns_faster

nobaloney
04-27-2007, 11:09 AM
Neither of these say whether zonec can read standard named.conf files including their includes. That would be pretty important for me and a lot of other people.

For example, we have the following include lines in one of our named.conf files:

include "/etc/named/manual.named.conf";
include "/etc/named/proxydomains.named.conf";
include "/etc/named/reverse.named.conf";
Jeff