From 6e6435617521cddcb0365d000464991bf1f764eb Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Mon, 28 Feb 2022 09:56:30 +0100 Subject: [PATCH] - Fix for #633: updated fix with new text. --- doc/Changelog | 1 + doc/unbound.conf.5.in | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Changelog b/doc/Changelog index b497aac3b..fa0afc95c 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,5 +1,6 @@ 28 February 2022: Wouter - Fix #633: Document unix domain socket support for unbound-control. + - Fix for #633: updated fix with new text. 25 February 2022: Wouter - Fix to detect that no IPv6 support means that IPv6 addresses are diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in index 9310b77b5..1899ae6f3 100644 --- a/doc/unbound.conf.5.in +++ b/doc/unbound.conf.5.in @@ -1793,9 +1793,8 @@ Use 0.0.0.0 and ::0 to listen to all interfaces. If you change this and permissions have been dropped, you must restart the server for the change to take effect. .IP -If you set it to an absolute path, a local socket is used. The local socket +If you set it to an absolute path, a unix domain socket is used. This socket does not use the certificates and keys, so those files need not be present. -This uses a unix domain socket for communication with the server. To restrict access, Unbound sets permissions on the file to the user and group that is configured, the access bits are set to allow the group members to access the control socket file. Put users that need to access the socket -- 2.47.3