]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc/user/config-local-data.rst: hide 'dry-run' option config for RPZ docs-declarative-83lpo4/deployments/7066 declarative-config-stabilization 1672/head
authorAleš Mrázek <ales.mrazek@nic.cz>
Tue, 24 Jun 2025 13:57:43 +0000 (15:57 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Tue, 24 Jun 2025 13:57:43 +0000 (15:57 +0200)
doc/user/config-local-data.rst

index b655b0144e9a9b2c87a815c27126cdbe4bec4447..8bcc9ed466becf3345ea3920d475d4007c339479 100644 (file)
@@ -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: <boolean, false by default>
+      .. hide this for now
+         .. option:: dry-run: <boolean, false by default>
 
-         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