From: Remi Gacogne Date: Wed, 12 Feb 2020 09:09:04 +0000 (+0100) Subject: Update pdns/dnsdistdist/docs/upgrade_guide.rst X-Git-Tag: auth-4.3.0-beta2~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10e7726064b17815df0b895e5920e44555903301;p=thirdparty%2Fpdns.git Update pdns/dnsdistdist/docs/upgrade_guide.rst Co-Authored-By: Otto Moerbeek --- diff --git a/pdns/dnsdistdist/docs/upgrade_guide.rst b/pdns/dnsdistdist/docs/upgrade_guide.rst index 42dc45fa0c..d7349f7249 100644 --- a/pdns/dnsdistdist/docs/upgrade_guide.rst +++ b/pdns/dnsdistdist/docs/upgrade_guide.rst @@ -4,7 +4,7 @@ Upgrade Guide 1.4.0 to 1.5.x -------------- -DOH endpoints specified in the fourth parameter of :func:`addDOHLocal` are now specified as exact URLs instead of sub-paths. +DOH endpoints specified in the fourth parameter of :func:`addDOHLocal` are now specified as exact URLs instead of path prefixes``` For example, ``addDOHLocal('2001:db8:1:f00::1', '/etc/ssl/certs/example.com.pem', '/etc/ssl/private/example.com.key', { "/dns-query" })`` will now only accept queries for ``/dns-query`` and no longer for ``/dns-query/foo/bar``. The systemd service-file that is installed no longer uses the ``root`` user to start. It uses the user and group set with the ``--with-service-user`` and ``--with-service-group`` switches during