NLnetLabs / nsd

The NLnet Labs Name Server Daemon (NSD) is an authoritative, RFC compliant DNS nameserver.
https://nlnetlabs.nl/nsd
BSD 3-Clause "New" or "Revised" License
444 stars 101 forks source link

Allow unencrypted local operation of nsd-control #267

Closed k0ekk0ek closed 1 year ago

k0ekk0ek commented 1 year ago

As outlined in #266, nsd-control supports unix-domain sockets. However, nsd-control does not allow unencrypted (non-TLS) operation even though it would be a valid use case.

wcawijngaards commented 1 year ago

The commit prints an error if a user tries to setup TLS based operation for nsd-control, when NSD is compiled without OpenSSL. It prints the error NSD was compiled without SSL.. Unix-domain socket operation is allowed.