]> 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/7873 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>
Fri, 31 Oct 2025 14:11:38 +0000 (15:11 +0100)
doc/user/config-local-data.rst

index b801d67379a85e5a01520000ebc0284f4f31dffc..00d03f4406a9273dc69dd20e8cac5aeefb4ba05d 100644 (file)
@@ -120,10 +120,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
 
@@ -133,6 +133,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