nsd icon indicating copy to clipboard operation
nsd copied to clipboard

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

Results 71 nsd issues
Sort by recently updated
recently updated
newest added

Is there any way to increase the default TCP_BACKLOG option of nsd from 256 to higher values without recompiling and setting the value higher in AC_DEFINE_UNQUOTED([TCP_BACKLOG], [256]? It would be...

This PR implements initial support for building NSD as a container. - The image is based on `debian:stable`. - Directories for configuration and zones inspired by our `knot` friends. This...

After [message in nsd-users](https://lists.nlnetlabs.nl/pipermail/nsd-users/2022-June/003117.html). Support `IP_PKTINFO` socket option so that messages originate from the right address, which is useful for multi-homed servers. Unbound supports this feature through the `interface-automatic` configuration...

enhancement

Hello, I noticed that nsd for Fedora and EL8 is stuck at version 4.3, and for EL9 + derivatives (AlmaLinux, Rocky, etc) the nsd package has been removed or maybe...

Hi, we are running working nsd setup on version 4.3.8. however when i enable chroot the nsd daemon fails to start. once i disable chroot the daemons comes up with...

Our NSD servers are configured as secondary for `75.139.in-addr.arpa`. At one point its serial was 2021122001. Then the operator messed up, and lowered the serial to 2021102901. As expected, NSD...

enhancement

Listening on both UDP and TCP is likely unwanted behavior when support for XDP lands. Allow the user to configure listening on UDP, TCP or both per ip-address option in...

[Linux VRFs](https://www.kernel.org/doc/html/latest/networking/vrf.html) allow having multiple routing tables and binding sockets to one of these individually. This is similar to `SO_SETFIB` on FreeBSD which is already implemented in nsd. In order...

Hi @wcawijngaards I'm experimenting the same issue in a similar configuration scenario described in the issue https://github.com/NLnetLabs/nsd/issues/97 (dnsdist 1.7.0 in front of nsd 4.2.4 epel package). When I try to...

When NSD loads a zone from disk, and the zone has records such as DS or ZONEMD, where the hash is malformed, NSD appears to silently load the zone, including...