]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Apply suggestions from code review 15128/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 7 Feb 2025 13:48:04 +0000 (14:48 +0100)
committerGitHub <noreply@github.com>
Fri, 7 Feb 2025 13:48:04 +0000 (14:48 +0100)
Co-authored-by: Remi Gacogne <github@coredump.fr>
pdns/recursordist/settings/docs-new-preamble-in.rst
pdns/recursordist/settings/table.py

index db3a01069885ab37dc1cac4bbb9bf6bf57af3f7b..0220b5de17dcdc18e6600108fe16c30b8804bf34 100644 (file)
@@ -181,7 +181,7 @@ An example of a ``forward_zones_file`` contents, which consists of a sequence of
 
 .. note::
 
-  The ``recurse`` field is relevant only in a ``Foward Zone`` clause in a forwarding file.
+  The ``recurse`` field is relevant only in a ``Forward Zone`` clause in a forwarding file.
   It has a fixed value in the context of :ref:`setting-yaml-recursor.forward_zones` and :ref:`setting-yaml-recursor.forward_zones_recurse`.
 
 Starting with version 5.1.0, names can be used if
index 8a4b912eb76f438aad8f4558fc46178786827594..3c2a5a82ab87ac3238d1fa0f6e293bef92381c1f 100644 (file)
@@ -1106,7 +1106,7 @@ To forward to a recursive resolver use :ref:`setting-yaml-recursor.forward_zones
 .. warning::
   When using DNSSEC validation (which is default), forwards to non-delegated (e.g. internal) zones that have a DNSSEC signed parent zone will validate as ``Bogus``.
   To prevent this, add a Negative Trust Anchor (NTA) for this zone in the :ref:`setting-lua-config-file` with :func:`addNTA`.
-  If this forwarded zone is signed, instead of adding NTA, add the DS record to the :ref:`setting-lua-config-file` using :fun:adTA`.
+  If this forwarded zone is signed, instead of adding NTA, add the DS record to the :ref:`setting-lua-config-file` using :func:`addTA`.
   See the :doc:`dnssec` information.
   When using trust anchors listed in a YAML settings file, use the :ref:`setting-yaml-dnssec.trustanchors` and :ref:`setting-yaml-dnssec.negative_trustanchors` clauses.