Skip to content
/ nsd Public
forked from NLnetLabs/nsd

The NLnet Labs Name Server Daemon (NSD) is an authoritative, RFC compliant DNS nameserver.

License

Notifications You must be signed in to change notification settings

k0ekk0ek/nsd

This branch is 235 commits behind NLnetLabs/nsd:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jeroen Koekkoekk0ekk0ek
Jeroen Koekkoek
and
Aug 15, 2024
5255d04 · Aug 15, 2024
Aug 2, 2024
Feb 23, 2023
Jul 16, 2024
Jun 17, 2024
Aug 15, 2024
Aug 2, 2024
Aug 15, 2024
Sep 29, 2023
Jul 15, 2024
Apr 19, 2024
Feb 7, 2014
Jul 22, 2024
Aug 2, 2024
Jul 5, 2022
Jan 16, 2024
Apr 25, 2023
Feb 23, 2023
Jun 24, 2024
Feb 23, 2023
Jan 16, 2020
Feb 23, 2023
Apr 19, 2024
Apr 19, 2024
Aug 15, 2024
Aug 15, 2024
Aug 1, 2024
Jul 8, 2024
Nov 1, 2023
Jan 30, 2024
Jan 30, 2024
Aug 2, 2024
Aug 2, 2024
Apr 19, 2024
Apr 19, 2024
Apr 25, 2023
Feb 23, 2023
Jan 20, 2003
Nov 20, 2023
Oct 27, 2014
Jul 30, 2021
Mar 22, 2011
Apr 19, 2024
Nov 1, 2023
Nov 1, 2023
Feb 23, 2023
Jan 1, 2022
Feb 7, 2014
Apr 24, 2024
Jun 14, 2022
Jun 14, 2022
Jun 12, 2008
Sep 22, 2021
Dec 19, 2023
Oct 11, 2017
Apr 19, 2024
Dec 22, 2020
Aug 15, 2024
Jul 31, 2024
Apr 19, 2024
Feb 5, 2022
Feb 16, 2024
Jun 17, 2024
Mar 27, 2024
Aug 15, 2024
Jun 23, 2024
Aug 15, 2024
Aug 15, 2024
Jun 23, 2024
Nov 1, 2023
Nov 1, 2023
Aug 15, 2024
Aug 15, 2024
Dec 9, 2019
Feb 23, 2023
Jun 14, 2022
Feb 23, 2023
Jul 19, 2024
Jun 24, 2024
Sep 3, 2021
Aug 29, 2017
Jan 19, 2017
Feb 23, 2023
Jul 15, 2024
Feb 23, 2023
Feb 5, 2020
Feb 23, 2023
Aug 15, 2024
Aug 15, 2024
Apr 25, 2023
Jan 1, 2022
Jul 18, 2024
Jun 9, 2021
Jun 26, 2018
Jul 30, 2021
Feb 23, 2023
Dec 9, 2019
Feb 23, 2023
Mar 2, 2022
Nov 1, 2023
Jul 25, 2024
Apr 19, 2024
May 30, 2023
Feb 23, 2023
Nov 1, 2023
Apr 19, 2024
Jan 10, 2024
Dec 8, 2023
Oct 25, 2016
Apr 9, 2024
Dec 6, 2017
Jun 23, 2024
Apr 9, 2024
Aug 15, 2024
Jan 4, 2024
Apr 19, 2024
Apr 19, 2024

Repository files navigation

NSD

GitHub Build Status Coverity Scan Status Packaging status CII Best Practices Mastodon Follow

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 the NSD mailing list. You can learn more about NSD by reading our documentation.

Building

Make sure you have the following installed:

  • C toolchain (the set of tools to compile C such as a compiler, linker, and assembler)
  • OpenSSL, with its include files (usually these are included in the "dev" version of the library)
  • libevent, with its include files (usually these are included in the "dev" version of the library)
  • flex
  • bison

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

autoreconf should install the required auxiliary files (e.g. config.sub and config.guess). Older versions of autoreconf may not do so, try running libtoolize -fi -c first in that case.

Compile and install using:

$ ./configure && make && make install

NSD configuration

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.

About

The NLnet Labs Name Server Daemon (NSD) is an authoritative, RFC compliant DNS nameserver.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 79.5%
  • Shell 5.0%
  • M4 4.2%
  • Python 3.6%
  • Roff 3.1%
  • Makefile 1.8%
  • Other 2.8%