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

Hi! I am using NSD as secondary. While debugging XFRs. from logs it is not possible to find out what kind of XFR was performed: - IXFR? - IXFR with...

There's still some warnings to fix and of course more tests to run. I only did very minor testing yet for NSD integration, but it's a good time to start...

If patterns are used in zones from the zone.list and those patterns are removed from the config and a nsd-control reconfig or repattern is done, a dangling reference remains with...

Implement version 2 of Catalog zones as specified in: [draft-ietf-dnsop-dns-catalog-zones](https://datatracker.ietf.org/doc/draft-ietf-dnsop-dns-catalog-zones/) - [x] #248 - [x] #249

Hi. Long chains of XFR servers can lead to a situation where a zone's expiry is extended well beyond what's in the SOA record. We have recently had this situation...

enhancement

I'm testing the catalog zones branch https://github.com/NLnetLabs/nsd/pull/294 I've been running it on smaller name servers and it works apart from earlier reported issue https://github.com/NLnetLabs/nsd/issues/288. A new thing I've discovered is...

The release for NSD 4.5 mentions new config file options `create-ixfr` and `store-ixfr` https://github.com/NLnetLabs/nsd/releases/tag/NSD_4_5_0_REL Neither of these options is documented in the current version of the nsd.conf manpage. https://github.com/NLnetLabs/nsd-manual/blob/main/source/manpages/nsd.conf.rst

List of test cases useful for verification of the work done on catalog zones (#261). * When different labels hold the same PTR value (i.e., point to the same member...

If present, and the non-underscore versions don't exist, define to b64_pton and b64_ntop. These functions are usually defined in resolv.h, which nsd does not include, so use the prototype in...

What are your thoughts on adding docker support? Both Unbound and NSD would be great to have as officially maintained docker images and some of your other projects already have...