From: Remi Gacogne Date: Fri, 1 Mar 2024 15:34:57 +0000 (+0100) Subject: dnsdist: Fix HTTP/1 -> HTTP/2 mistake in the upgrade notes X-Git-Tag: dnsdist-1.10.0-alpha0~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13848%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Fix HTTP/1 -> HTTP/2 mistake in the upgrade notes Reported by Martin Frausing (many thanks!). --- diff --git a/pdns/dnsdistdist/docs/upgrade_guide.rst b/pdns/dnsdistdist/docs/upgrade_guide.rst index b48887bae6..c4fb3ba763 100644 --- a/pdns/dnsdistdist/docs/upgrade_guide.rst +++ b/pdns/dnsdistdist/docs/upgrade_guide.rst @@ -9,7 +9,7 @@ but is now deprecated, disabled by default (see ``--with-h2o`` to enable it back (see https://github.com/h2o/h2o/issues/3230). See the ``library`` parameter on the :func:`addDOHLocal` directive for more information on how to select the library used when dnsdist is built with support for both ``h2o`` and ``nghttp2``. The default is now ``nghttp2`` whenever possible. Note that ``nghttp2`` only supports HTTP/2, and not HTTP/1, while ``h2o`` supported both. This is not an issue for actual DNS over HTTPS clients that -support HTTP/2, but might be one in setups running dnsdist behind a reverse-proxy that does not support HTTP/1. See :doc:`guides/dns-over-https` for some work-around. +support HTTP/2, but might be one in setups running dnsdist behind a reverse-proxy that does not support HTTP/2. See :doc:`guides/dns-over-https` for some work-around. SNMP support is no longer enabled by default during ``configure``, requiring ``--with-net-snmp`` to be built.