From: Peter van Dijk Date: Mon, 13 May 2024 07:53:19 +0000 (+0200) Subject: auth docs, clarify that dnsupdate-require-tsig is new in 5.0 X-Git-Tag: rec-5.1.0-alpha1~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F14157%2Fhead;p=thirdparty%2Fpdns.git auth docs, clarify that dnsupdate-require-tsig is new in 5.0 --- diff --git a/docs/dnsupdate.rst b/docs/dnsupdate.rst index a24e691a76..6088ed5168 100644 --- a/docs/dnsupdate.rst +++ b/docs/dnsupdate.rst @@ -49,6 +49,8 @@ from either address range. ``dnsupdate-require-tsig`` ~~~~~~~~~~~~~~~~~~~~~~~~~~ +.. versionadded:: 5.0.0 + A setting to require DNS updates to be signed by a valid TSIG signature. The default is no, which means zones without TSIG keys can be updated by unauthenticated agents operating from an allowed address range. diff --git a/docs/settings.rst b/docs/settings.rst index 597603e87c..2684ec40d5 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -657,7 +657,9 @@ Enable/Disable DNS update (RFC2136) support. See :doc:`dnsupdate` for more. .. _setting-dnsupdate-require-tsig: ``dnsupdate-require-tsig`` -------------- +-------------------------- + +.. versionadded:: 5.0.0 - Boolean - Default: no