From b886a6a7ffe7f7779b50735dbe6ff6ac2ae2752d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Mon, 6 May 2024 14:25:51 +0200 Subject: [PATCH] doc: misc minor fixes --- doc/user/config-local-data.rst | 1 + doc/user/config-overview.rst | 3 ++- doc/user/gettingstarted-config.rst | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/user/config-local-data.rst b/doc/user/config-local-data.rst index c11d8b360..ee89547da 100644 --- a/doc/user/config-local-data.rst +++ b/doc/user/config-local-data.rst @@ -83,6 +83,7 @@ It provides various input formats described in following subsections. they won't work exactly as in real zones on authoritative servers. For example, wildcards won't get expanded and DNAMEs won't cause occlusion. + .. _config-local-data-rpz: Response Policy Zones (RPZ) --------------------------- diff --git a/doc/user/config-overview.rst b/doc/user/config-overview.rst index a047c60f3..5f5edc732 100644 --- a/doc/user/config-overview.rst +++ b/doc/user/config-overview.rst @@ -25,7 +25,8 @@ You can use :ref:`kresctl validate ` to check your configuration .. warning:: - Some validation steps are however dynamic (for example resolving of interface names) and can not be premodeled for validation and even completed without running the resolver. + Validation can't fully guarantee successful startup. + Some conditions are checked at runtime, such as the resolution of interface names. .. tip:: diff --git a/doc/user/gettingstarted-config.rst b/doc/user/gettingstarted-config.rst index d9f94ea7a..262e2e05c 100644 --- a/doc/user/gettingstarted-config.rst +++ b/doc/user/gettingstarted-config.rst @@ -164,7 +164,8 @@ Mandatory domain blocking ^^^^^^^^^^^^^^^^^^^^^^^^^ Some jurisdictions mandate blocking access to certain domains. -This can be achieved using by using :option:`rules >`. +This can be achieved e.g. by using :option:`rules >`. +(Or you might use a :ref:`RPZ file `, as many resolver implementations accept that format.) .. code-block:: yaml -- 2.47.2