ncdns icon indicating copy to clipboard operation
ncdns copied to clipboard

Listen on more socket types

Open JeremyRand opened this issue 2 years ago • 0 comments

Currently, ncdns listens on a DNS over UDP socket and a DNS over TCP socket (grep that file for "tcp" and "udp"). It would be helpful to support more socket types, such as:

  • DNS over TLS
  • DNS over DTLS
  • DNS over QUIC
  • DNS over HTTP(S)
  • DNS over Unix domain socket
  • DNS over Windows named pipe
  • DNSCurve

JeremyRand avatar Apr 19 '22 05:04 JeremyRand