]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Document that DoH paths are now exact matches.
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 11 Feb 2020 15:40:11 +0000 (16:40 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 11 Feb 2020 15:40:11 +0000 (16:40 +0100)
pdns/dnsdistdist/docs/upgrade_guide.rst

index 4de4298cfb40aa3e2df15dc65ad0cf47edd1c259..f6ca3dc3e349297427b9d9fdeaccab3c95f1f361 100644 (file)
@@ -1,6 +1,12 @@
 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.
+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``.
+
 1.3.x to 1.4.0
 --------------