]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
WHATSNEW: document dns forwarder change
authorUri Simchoni <uri@samba.org>
Thu, 16 Sep 2021 07:11:46 +0000 (10:11 +0300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 28 Sep 2021 09:44:35 +0000 (09:44 +0000)
Signed-off-by: Uri Simchoni <uri@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
WHATSNEW.txt

index b585e2e20a138d2052b048dc23332d641ac22584..73cbe8d03922bd0211966203c9b33a72eaacdd42 100644 (file)
@@ -29,6 +29,14 @@ certmonger paired with cepces to monitor the host certificate templates.
 Certificates are installed in /var/lib/samba/certs and private keys are
 installed in /var/lib/samba/private/certs.
 
+Ability to add ports to dns forwarder addresses in internal DNS backend
+-----------------------------------------------------------------------
+
+The internal DNS server of Samba forwards queries non-AD zones to one or more
+configured forwarders. Up until now it has been assumed that these forwarders
+listen on port 53. Starting with this version it is possible to configure the
+port using host:port notation. See smb.conf for more details. Existing setups
+are not affected, as the default port is 53.
 
 REMOVED FEATURES
 ================
@@ -50,6 +58,7 @@ smb.conf changes
   Parameter Name                          Description     Default
   --------------                          -----------     -------
   kernel share modes                      New default     No
+  dns forwarder                           Changed
 
 
 KNOWN ISSUES