From d658d2071bafe9a33bf45cd45f426620d453e3dc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20Mr=C3=A1zek?= Date: Tue, 24 Jun 2025 15:57:43 +0200 Subject: [PATCH] doc/user/config-local-data.rst: hide 'dry-run' option config for RPZ --- doc/user/config-local-data.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 2.47.2