]> git.ipfire.org Git - thirdparty/pdns.git/commit
Auth webserver Unix socket support
authorGeorg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Mon, 10 Mar 2025 01:10:59 +0000 (02:10 +0100)
committerGeorg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Mon, 17 Mar 2025 12:10:01 +0000 (13:10 +0100)
commite68b43133238fd74c8a20043f488ebbbe97247a8
tree91a9e1f21807e53810b9661c7745108b6a1377c5
parent60d691947723eba0d55f0e22c0c161888507c721
Auth webserver Unix socket support

This introduces support for binding to a Unix instead of a TCP/IP
socket, which is useful in applications where binding to a TCP/IP socket
is not desired due to security and/or performance considerations or
constraints of the surrounding system. Closes #8677.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
docs/http-api/index.rst
docs/settings.rst
pdns/auth-main.cc
pdns/iputils.hh
pdns/logger.cc
pdns/logger.hh
pdns/sstuff.hh
pdns/webserver.cc
pdns/webserver.hh