mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-25 00:59:37 -05:00
- Fix for #633: updated fix with new text.
This commit is contained in:
parent
e11cf2d964
commit
6e64356175
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
28 February 2022: Wouter
|
28 February 2022: Wouter
|
||||||
- Fix #633: Document unix domain socket support for unbound-control.
|
- Fix #633: Document unix domain socket support for unbound-control.
|
||||||
|
- Fix for #633: updated fix with new text.
|
||||||
|
|
||||||
25 February 2022: Wouter
|
25 February 2022: Wouter
|
||||||
- Fix to detect that no IPv6 support means that IPv6 addresses are
|
- Fix to detect that no IPv6 support means that IPv6 addresses are
|
||||||
|
|
|
||||||
|
|
@ -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
|
If you change this and permissions have been dropped, you must restart
|
||||||
the server for the change to take effect.
|
the server for the change to take effect.
|
||||||
.IP
|
.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.
|
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
|
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
|
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
|
to access the control socket file. Put users that need to access the socket
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue