From: Michal Nowak Date: Mon, 8 Mar 2021 12:44:22 +0000 (+0100) Subject: Add release notes for GL #2472 X-Git-Tag: v9.17.12~38^2~3^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6ca82b2c4423a36b057fe3a6aa78bd62414cbd3;p=thirdparty%2Fbind9.git Add release notes for GL #2472 --- diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index b1a549f8691..8754f0457cb 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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 ~~~~~~~~~