From: Otto Moerbeek Date: Mon, 6 May 2024 09:21:39 +0000 (+0200) Subject: rec: fix two doc examples missing a colon X-Git-Tag: rec-5.1.0-alpha1~20^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F14138%2Fhead;p=thirdparty%2Fpdns.git rec: fix two doc examples missing a colon fixes #14119 --- diff --git a/pdns/recursordist/settings/docs-new-preamble-in.rst b/pdns/recursordist/settings/docs-new-preamble-in.rst index a99eb57242..9783ca50c7 100644 --- a/pdns/recursordist/settings/docs-new-preamble-in.rst +++ b/pdns/recursordist/settings/docs-new-preamble-in.rst @@ -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' diff --git a/pdns/recursordist/settings/table.py b/pdns/recursordist/settings/table.py index da34538168..bb0973ca41 100644 --- a/pdns/recursordist/settings/table.py +++ b/pdns/recursordist/settings/table.py @@ -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