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

Updated to head and seeing this issue. ``` 2024-06-28T06:13:19.059699-04:00 puck nsd[28550]: nsd: ./src/generic/parser.h:473: maybe_take: Assertion `token->code == RIGHT_PAREN' failed. 2024-06-28T06:13:21.071231-04:00 puck systemd-coredump[28553]: Process 28550 (nsd: main) of user 116 dumped...

This came from an e-mail to the nsd-users list. If a CNAME is followed and it reaches a domain which as an allow-query list and the querier is blocked (because...

xfrd.c:#L2472 is where this message is logged. I believe the intention is to log only on the last because of the if statement: `zone->latest_xfr->msg_seq_nr == 0` however there is no...

First part: Client side TLS-auth (client is authenticating to server). [client's authentication of the server is fine] commit 10eca881c6b27d62d95d0eee97f67bb08a0a632c When request-xfr is setup on secondary with tls-auth and client-cert/client-key defined,...

OS: FreeBSD 13.x, nsd just upgraded from 4.9.1 to 4.10.0 nsd.conf: ``` [...] zonesdir: /usr/local/etc/nsd pattern: name: master_zones_local zonefile: "master/zones/%z/%s.cf" notify: 10.x.x.x sec_key_server_cdnx_home provide-xfr: 10.x.x.x sec_key_server_cdnx_home outgoing-interface: 10.x.x.x zone: name:...

👋 trying to build the latest release, but run into some build issue. The error log is as below: error build log ``` In file included from ./src/haswell/parser.c:12: ./src/haswell/simd.h:88:21: error:...

hi nsd folks, There is a place where nsd is used for verification. (Because of ixfr related issues it is on 4.9.1-1 now running on debian 12, compiled a package...

nsd.conf(5) specifies: ``` client-cert: If you want to use mutual TLS authentication, this is where the client certificates can be configured that NSD uses to connect to the upstream server...

A minor issue was kindly reported for the `Makefile`. Invoking `make clean all cutest install` in nsd fails in the `clean` target, because all the targets are passed to simdzone...