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 80 nsd issues
Sort by recently updated
recently updated
newest added

Currently, all four manpages contain @date@ and or @version@, see the output of `grep -E '@(date|version)' *.8{,.in}`. This shouldn't be there in the first place: a date is a part...

As noted by @janstary on the nsd-users mailing list, the documentation is slightly outdated. The obvious fix is to automate the process.

The issue is that updating the database from transfers and other tasks that change the database (such as adding zones or changing patterns) are processed in so called task list....

It would be nice if nsd-control zonestatus would report on failed primaries and also the error code (EDE code if available) with which they failed. Especially if all primaries failed...

Hi. I wanted to build nsd 4.10.0rc1 for Debian experimental, to get better testing before the release. I got the build errors below that didn't happen for 4.9.1. Are these...

If I change one of my zones, I can reload it using `systemctl reload nsd`. This makes use of systemd's [ExecReload](https://www.freedesktop.org/software/systemd/man/latest/systemd.service.html#ExecReload=), which can be overridden but typically just sends `SIGHUP`...

enhancement

Alternatively, create a `dname_make` that takes a stack-based buffer to create a `dname` we can pass to the current `domain_table_insert`. The reason for this is simplified and possibly faster zone...

enhancement