From 2814b1cc4ce889a4457f46be9cfc6bd7b9720bb6 Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Thu, 2 Sep 2021 16:12:22 +0300 Subject: [PATCH] [#2011] documentation fixes --- ChangeLog | 5 ++--- doc/sphinx/arm/ddns.rst | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7f6805d446..a42db2d4a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,7 @@ -1933. [func] fdupont +1941. [func] fdupont Per DNS server TSIG keys are now supported in the DHCP-DDNS (aka D2) server configuration. A new callout point 'select_key' - gives access to the selected TSIG key before DNS update - sending. + gives access to the selected TSIG key before sending DNS updates. (Gitlab #2011) Kea 1.9.11 (development) released on Aug 30, 2021 diff --git a/doc/sphinx/arm/ddns.rst b/doc/sphinx/arm/ddns.rst index a9e29ad2f7..afefb6d29e 100644 --- a/doc/sphinx/arm/ddns.rst +++ b/doc/sphinx/arm/ddns.rst @@ -685,7 +685,7 @@ service is running at "172.88.99.10", then set it as follows: Per DNS server TSIG keys ~~~~~~~~~~~~~~~~~~~~~~~~ -Since Kea version 1.9.11 a TSIG key can be specified in a DNS server +Since Kea version 2.0.0 a TSIG key can be specified in a DNS server configuration. The priority rule is: - if a not empty key name is specified in a DNS server entry this TSIG @@ -698,7 +698,7 @@ configuration. The priority rule is: - if empty or no key name is specified in a DNS server entry and its parent domain entry, no TSIG will protect DNS updates sent to this server. -Fon instance in this configuration: +For instance in this configuration: :: -- 2.47.2