]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs: Document version svc-autohints was added in
authorKim Alvefur <zash@zash.se>
Mon, 7 Feb 2022 12:08:28 +0000 (13:08 +0100)
committerKim Alvefur <zash@zash.se>
Mon, 7 Feb 2022 12:14:37 +0000 (13:14 +0100)
Good to know this before trying it on 4.4.x

docs/guides/svcb.rst
docs/settings.rst

index 27179cc09e1447fa203d77002dfb7db3a829f6a7..8c5c2d4a23667e8c8839bac144ce4c813a521a05 100644 (file)
@@ -11,6 +11,9 @@ 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-autohints` to 'yes'.
 
+.. versionadded:: 4.5.0
+  The ``svc-autohints`` setting was added in 4.5.0
+
 Consider the following zone content::
 
   example.org      IN HTTPS 0 www.example.org
index 454e452c8cb7eaf86ea6039ae71e83a376ab595c..0d60fd706a75121b7d82c8679f247ce7d12f7be2 100644 (file)
@@ -1660,6 +1660,8 @@ Turn on supermaster support. See :ref:`supermaster-operation`.
 - Boolean
 - Default: no
 
+.. versionadded:: 4.5.0
+
 Whether or not to enable IPv4 and IPv6 :ref:`autohints <svc-autohints>`.
 
 .. _setting-tcp-control-address: