From: Daniel Kahn Gillmor Date: Fri, 20 Oct 2017 14:48:59 +0000 (-0400) Subject: document how to make kresd listen on public ports in this configuration. X-Git-Tag: v1.99.1-alpha~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fd8a89c6a4d80698fbd96ae24b95609d476d50b;p=thirdparty%2Fknot-resolver.git document how to make kresd listen on public ports in this configuration. --- diff --git a/systemd/README.md b/systemd/README.md index daa414da2..0f35cbe38 100644 --- a/systemd/README.md +++ b/systemd/README.md @@ -26,3 +26,16 @@ When run in this configuration: If you have a useful systemd generator for multiple concurrent processes, please contribute it upstream! + +Administrators who wish to make kresd listen on a public network +interface can use: + + systemctl edit kresd.socket + +to add an override file that indicates where they want it to listen. +For example: + + # /etc/systemd/system/kresd.socket.d/override.conf + [Socket] + ListenDatagram=192.0.2.115:53 + ListenStream=192.0.2.115:53