Skip to content

Commit

Permalink
rec: fix forward zones example in YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
omoerbeek committed Jan 27, 2025
1 parent 8eb5da7 commit a4536e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdns/recursordist/settings/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@
.. code-block:: yaml
recursor:
forward-zones:
forward_zones:
- zone: example.org
forwarders:
- 203.0.113.210
Expand All @@ -1087,7 +1087,7 @@
.. code-block:: yaml
recursor:
forward-zones:
forward_zones:
- zone: example.org
forwarders:
- 203.0.113.210:5300
Expand Down

0 comments on commit a4536e0

Please sign in to comment.