Automatic hints
---------------
PowerDNS can automatically fill in ``ipv4hint`` and ``ipv6hint`` parameters in SVCB records based on A and AAAA records already present in the zone.
-This can be enabled by setting :ref:`setting-svc-autohint` to 'yes'.
+This can be enabled by setting :ref:`setting-svc-autohints` to 'yes'.
Consider the following zone content::
When autohints exist but are disabled
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-When :ref:`setting-svc-autohint` is not enabled, the parameter is dropped when its value is ``auto``.
+When :ref:`setting-svc-autohints` is not enabled, the parameter is dropped when its value is ``auto``.
equivalent to ``show *``.
list-zones [primary,secondary,native]
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Show a list of zones, optionally filter on the type of zones to
show.
Changed defaults
~~~~~~~~~~~~~~~~
-- The default value of the ``consistent-backends`` option has been changed from ``no`` to ``yes``.
-- The default value of the ``max-nsec3-iterations`` option has been changed from ``500`` to ``100``.
-- The default value of the ``timeout`` option for :ref:`ifportup` and :ref:`ifurlup` functions has been changed from ``1`` to ``2`` seconds.
+- The default value of the :ref:`setting-consistent-backends` option has been changed from ``no`` to ``yes``.
+- The default value of the :ref:`setting-max-nsec3-iterations` option has been changed from ``500`` to ``100``.
+- The default value of the ``timeout`` parameter for :func:`ifportup` and :func:`ifurlup` functions has been changed from ``1`` to ``2`` seconds.
4.3.x to 4.4.0
--------------