]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update pdns/dnsdistdist/docs/upgrade_guide.rst 8760/head
authorRemi Gacogne <rgacogne+github@valombre.net>
Wed, 12 Feb 2020 09:09:04 +0000 (10:09 +0100)
committerGitHub <noreply@github.com>
Wed, 12 Feb 2020 09:09:04 +0000 (10:09 +0100)
Co-Authored-By: Otto Moerbeek <otto.moerbeek@open-xchange.com>
pdns/dnsdistdist/docs/upgrade_guide.rst

index 42dc45fa0ce5f383df2a3410a5fb9595c541fb28..d7349f724974506bf37044792df8b89a8179cc81 100644 (file)
@@ -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