The NLnet Labs Name Server Daemon (NSD) is an authoritative, RFC compliant DNS nameserver.
570
stars
4,408
commits
C
primary language
Sep 10, 2026
updated
The NLnet Labs Name Server Daemon (NSD) is an authoritative DNS name server. It has been developed for operations in environments where speed, reliability, stability and security are of high importance. If you have any feedback, we would love to hear from you. Don’t hesitate to create an issue on Github or post a message on our community forum. You can learn more about NSD by reading our documentation.
Make sure you have the following installed:
When building from Git, the configure script and simdzone
sources are missing, use the following commands to get started (note that the
configure script and sources are included in release tarballs and do not
need to be generated/downloaded):
$ git submodule update --init
$ autoreconf -fi
autoreconfshould install the required auxiliary files (e.g.config.subandconfig.guess). Older versions ofautoreconfmay not do so, try runninglibtoolize -fi -cfirst in that case.
Compile and install using:
$ ./configure && make && make install
The configuration options for NSD are described in the man pages, which are
installed (use man nsd.conf) and are available on the NSD
documentation page.
An example configuration file is located in nsd.conf.sample.
(top 30 of 47)
C
80.6%
Shell
4.7%
M4
4.0%
Python
3.2%
Roff
3.0%
Makefile
1.8%
Yacc
1.5%
The NLnet Labs Name Server Daemon (NSD) is an authoritative, RFC compliant DNS nameserver.
570
stars
4,408
commits
C
primary language
Sep 10, 2026
updated
The NLnet Labs Name Server Daemon (NSD) is an authoritative DNS name server. It has been developed for operations in environments where speed, reliability, stability and security are of high importance. If you have any feedback, we would love to hear from you. Don’t hesitate to create an issue on Github or post a message on our community forum. You can learn more about NSD by reading our documentation.
Make sure you have the following installed:
When building from Git, the configure script and simdzone
sources are missing, use the following commands to get started (note that the
configure script and sources are included in release tarballs and do not
need to be generated/downloaded):
$ git submodule update --init
$ autoreconf -fi
autoreconfshould install the required auxiliary files (e.g.config.subandconfig.guess). Older versions ofautoreconfmay not do so, try runninglibtoolize -fi -cfirst in that case.
Compile and install using:
$ ./configure && make && make install
The configuration options for NSD are described in the man pages, which are
installed (use man nsd.conf) and are available on the NSD
documentation page.
An example configuration file is located in nsd.conf.sample.
(top 30 of 47)
C
80.6%
Shell
4.7%
M4
4.0%
Python
3.2%
Roff
3.0%
Makefile
1.8%
Yacc
1.5%