]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: fix two doc examples missing a colon 14138/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 6 May 2024 09:21:39 +0000 (11:21 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 6 May 2024 09:21:39 +0000 (11:21 +0200)
fixes #14119

pdns/recursordist/settings/docs-new-preamble-in.rst
pdns/recursordist/settings/table.py

index a99eb572420e1958e214421f50d5359fd4c7ce9f..9783ca50c7b34fa69e7733ff3a96595678d994bb 100644 (file)
@@ -161,7 +161,7 @@ An example of a ``forward_zones`` entry, which consists of a sequence of forward
     forwarders:
       - 127.0.0.1
       - 127.0.0.1:5353
-      - '[::1]53'
+      - '[::1]:53'
   - zone: example2.com
     forwarders:
       - '::1'
index da34538168242f3c0b2492b041c215e9e47406b3..bb0973ca413827c384cc59cf3397b57bb1e57d37 100644 (file)
@@ -1107,7 +1107,7 @@ The DNSSEC notes from :ref:`setting-forward-zones` apply here as well.
     forwarders:
     - 127.0.0.1
     - 127.0.0.1:5353
-    - '[::1]53'
+    - '[::1]:53'
   - zone: example2.com
     forwarders:
     - ::1