From: Otto Moerbeek Date: Mon, 27 Jan 2025 09:30:40 +0000 (+0100) Subject: rec: fix forward zones example in YAML X-Git-Tag: dnsdist-2.0.0-alpha1~138^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F15088%2Fhead;p=thirdparty%2Fpdns.git rec: fix forward zones example in YAML Fixes #15077 --- diff --git a/pdns/recursordist/settings/table.py b/pdns/recursordist/settings/table.py index a6f3269b50..d289666918 100644 --- a/pdns/recursordist/settings/table.py +++ b/pdns/recursordist/settings/table.py @@ -1074,7 +1074,7 @@ Queries for zones listed here will be forwarded to the IP address listed. i.e. .. code-block:: yaml recursor: - forward-zones: + forward_zones: - zone: example.org forwarders: - 203.0.113.210 @@ -1087,7 +1087,7 @@ Multiple IP addresses can be specified and port numbers other than 53 can be con .. code-block:: yaml recursor: - forward-zones: + forward_zones: - zone: example.org forwarders: - 203.0.113.210:5300