]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Take suggestion from Miod 16949/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 5 Mar 2026 12:54:20 +0000 (13:54 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Mar 2026 12:54:20 +0000 (13:54 +0100)
Co-authored-by: Miod Vallat <miod.vallat@powerdns.com>
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
pdns/recursordist/docs/lua-config/rpz.rst

index ed3380d10c3731cb251e829cda37871a26459b23..3d2434afb82c43867b7f4ff49ed305ec68f0a2b2 100644 (file)
@@ -57,7 +57,7 @@ To do the same when loading from a primary:
 
    rpzPrimary("192.0.2.4", "policy.rpz", {tags={"tag1"}, defpol=Policy.Custom, defcontent="badserver.example.com"})
 
-To instead drop all queries matching a rule, while transferred from a primary.
+To instead drop all queries matching a rule, while transferred from a primary:
 
 .. code-block:: Lua