From e5ae4a00c5ca8e020994c959a4bef7941d6cc0a6 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 13 May 2024 09:53:19 +0200 Subject: [PATCH] auth docs, clarify that dnsupdate-require-tsig is new in 5.0 --- docs/dnsupdate.rst | 2 ++ docs/settings.rst | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.47.2