From: Aleš Mrázek Date: Tue, 24 Jun 2025 13:57:43 +0000 (+0200) Subject: doc/user/config-local-data.rst: hide 'dry-run' option config for RPZ X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fmerge-requests%2F1672%2Fhead;p=thirdparty%2Fknot-resolver.git doc/user/config-local-data.rst: hide 'dry-run' option config for RPZ --- diff --git a/doc/user/config-local-data.rst b/doc/user/config-local-data.rst index b655b0144..8bcc9ed46 100644 --- a/doc/user/config-local-data.rst +++ b/doc/user/config-local-data.rst @@ -110,10 +110,10 @@ It provides various input formats described in following subsections. [rules ] => local data applied, user: ::1, name: foo.bar.93.100.in-addr.arpa. - .. hide this for now - .. option:: dry-run: + .. hide this for now + .. option:: dry-run: - Do not apply these rules. You want to combine this with ``log``. + Do not apply these rules. You want to combine this with ``log``. .. code-block:: yaml @@ -123,6 +123,8 @@ It provides various input formats described in following subsections. tags: [ adult ] # security blocklist applied for everyone - file: /tmp/security.rpz + + .. hide this for now # log these but do not block them - file: /tmp/suspicious.rpz dry-run: true