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

While having little knowledge on GeoDNS and Anycast, is there support for both these options in nsd?

Users are seeing better performance/concurrency when verifiers use (A|I)XFRs for zone validation. This is due to the fact that the verify process keeps writing to a single verifier until it's...

enhancement

Setup: NSD 4.6 (compiled with --disable-radix-tree and --enable-packed). ``` server: # the database to use # database: "/dns/nsd/nsd.db" database: "" # Number of NSD servers to fork. server-count: 1 #...

Not the fix because problem became worse (see Issue #229), but it is a first step. TODO: create a tpkg test and work from there making a proper fix.

It would be nice if NSD can write the zonefile to disk on daemon shutdown. Maybe, to keep existing behavior, make this an option: zonefiles-write-onshutdown: [no|yes] (eventually with default=no to...