]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc/manager-client: slight clarifications
authorOto Šťáva <oto.stava@nic.cz>
Mon, 18 Sep 2023 07:35:20 +0000 (09:35 +0200)
committerOto Šťáva <oto.stava@nic.cz>
Mon, 25 Sep 2023 10:58:17 +0000 (12:58 +0200)
doc/manager-api.rst
doc/manager-client.rst

index 0001824d253e0e06e2d4496a14a37709d0506dcd..7992d86a7cde7ce37d39ce57540f3fe2a1f0e51f 100644 (file)
@@ -11,7 +11,7 @@ Management HTTP API
 ===================
 
 You can use HTTP API to dynamically change configuration of already running Knot Resolver.
-By default the API is configured as UNIX domain socket ``manager.sock`` located in the resolver's rundir (typically ``/run/knot-resolver/``).
+By default the API is configured as UNIX domain socket located in the resolver's rundir ``/var/run/knot-resolver/manager.sock``.
 This socket is used by ``kresctl`` utility in default.
 
 The API setting can be changed only in ``/etc/knot-resolver/config.yaml`` configuration file:
index ddb1f695bb610780f412aae5bfea576f36d8e9d7..bb6597df5387228fdc603499aad4deb46ea29903 100644 (file)
@@ -30,9 +30,9 @@ the :option:`--config <-c <config>, --config <config>>` or
 :option:`--socket <-s <socket>, --socket <socket>>` option to tell
 ``kresctl`` where to look for the API.
 
-If the ``management`` key is not present in the configuration file, ``kresctl``
-attempts to connect to the ``/var/run/knot-resolver/manager.sock`` Unix-domain
-socket, which is the Manager's default communication channel.
+If the :ref:`management <manager-api>` key is not present in the configuration file,
+``kresctl`` attempts to connect to the ``/var/run/knot-resolver/manager.sock``
+Unix-domain socket, which is the Manager's default communication channel.
 
 By default, ``kresctl`` tries to find the correct communication channel in
 ``/etc/knot-resolver/config.yaml``, or, if present, the file specified by the