From 3b70ccdf31f75993e8a4ac6926babac8e0f73da6 Mon Sep 17 00:00:00 2001 From: Jaroslav Klech Date: Nov 13 2022 03:45:02 +0000 Subject: Describes updates for BIND9 --- diff --git a/modules/release-notes/pages/sysadmin/Networking.adoc b/modules/release-notes/pages/sysadmin/Networking.adoc index 960a425..17657f1 100644 --- a/modules/release-notes/pages/sysadmin/Networking.adoc +++ b/modules/release-notes/pages/sysadmin/Networking.adoc @@ -3,3 +3,21 @@ include::{partialsdir}/entities.adoc[] [[networking]] = Networking + + +== BIND 9 + +Berkeley Internet Name Domain (BIND) software suite was updated to version 9.18.x. This version brings the following notable changes, for example: + +* Support for DNS over TLS and DNS over HTTPS servers. Both authoritative and resolver modes. +* Re-work of internal connection handling using the `libuv` library. +* Remote Name Daemon Control (RNDC) channel does not support Unix sockets. +* Support for incoming and outgoing DNS zone transfer over TLS. +* Domain Information Groper (dig) utility can send queries using DNS over TLS and DNS over HTTPS. + +[NOTE] +==== +The `bind-dyndb-ldap` dynamic LDAP back-end was upgraded to version 11.10 to support support BIND 9.18. The back-end will be built together with the `bind` package. +==== + +You can see the full list of changes in the https://bind9.readthedocs.io/en/v9_18_4/notes.html#notes-for-bind-9-18-0[upstream release notes]. \ No newline at end of file