diff options
author | Uri Simchoni <uri@samba.org> | 2021-09-16 10:11:46 +0300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2021-09-28 09:44:35 +0000 |
commit | c26fcef50d09d3d70c646f3151dda265d4b0eb92 (patch) | |
tree | f754ae7d70beb004b0e3a2a17fc3143ab7774d2c | |
parent | 2a098030977d7720436b7850fa731557eeb70bc2 (diff) | |
download | samba-c26fcef50d09d3d70c646f3151dda265d4b0eb92.tar.gz |
WHATSNEW: document dns forwarder change
Signed-off-by: Uri Simchoni <uri@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
-rw-r--r-- | WHATSNEW.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index b585e2e20a1..73cbe8d0392 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -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 |