mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-09 16:22:55 -05:00
- Fix #633: Document unix domain socket support for unbound-control.
This commit is contained in:
parent
c084c27b39
commit
e11cf2d964
2 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
28 February 2022: Wouter
|
||||
- Fix #633: Document unix domain socket support for unbound-control.
|
||||
|
||||
25 February 2022: Wouter
|
||||
- Fix to detect that no IPv6 support means that IPv6 addresses are
|
||||
useless for delegation point lookups.
|
||||
|
|
|
|||
|
|
@ -1795,6 +1795,7 @@ 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
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue