]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: fix forward zones example in YAML 15088/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 27 Jan 2025 09:30:40 +0000 (10:30 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 27 Jan 2025 09:30:40 +0000 (10:30 +0100)
Fixes #15077

pdns/recursordist/settings/table.py

index a6f3269b5094d494fcd89d15789fefa6600a13a6..d289666918e11336e4c3a0ca0f17a497d0e61d01 100644 (file)
@@ -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