]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release notes for GL #2472
authorMichal Nowak <mnowak@isc.org>
Mon, 8 Mar 2021 12:44:22 +0000 (13:44 +0100)
committerMichal Nowak <mnowak@isc.org>
Thu, 18 Mar 2021 14:55:10 +0000 (15:55 +0100)
doc/notes/notes-current.rst

index b1a549f8691b0401adaca28e1c1072b1433974c4..8754f0457cba932b1ba64c15098002ae9b2e63f0 100644 (file)
@@ -40,7 +40,16 @@ Removed Features
 Feature Changes
 ~~~~~~~~~~~~~~~
 
-- None.
+- To prevent users from inadvertently configuring unencrypted
+  DNS-over-HTTPS (DoH) in BIND 9, ``listen-on`` and ``listen-on-v6``
+  statements using the ``http`` parameter must now also specify the
+  ``tls`` parameter. ``tls none`` can be used to explicitly allow
+  unencrypted HTTP connections. [GL #2472]
+
+- ``http default`` can now be specified in ``listen-on`` and
+  ``listen-on-v6`` statements to use the default HTTP endpoint of
+  ``/dns-query``. It is no longer necessary to include an ``http``
+  statement in ``named.conf`` unless overriding this value. [GL #2472]
 
 Bug Fixes
 ~~~~~~~~~