]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
document how to make kresd listen on public ports in this configuration.
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 20 Oct 2017 14:48:59 +0000 (10:48 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 20 Oct 2017 14:48:59 +0000 (10:48 -0400)
systemd/README.md

index daa414da28ba5fc04b17a13b40c6b6d8e1504cd2..0f35cbe386299d5c6a932c1b32bbe9d340d7b449 100644 (file)
@@ -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