From 66f4074142c6e9a64218d1e48d374f71275ab6f1 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 11 Feb 2020 16:40:11 +0100 Subject: [PATCH] dnsdist: Document that DoH paths are now exact matches. --- pdns/dnsdistdist/docs/upgrade_guide.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pdns/dnsdistdist/docs/upgrade_guide.rst b/pdns/dnsdistdist/docs/upgrade_guide.rst index 4de4298cfb..f6ca3dc3e3 100644 --- a/pdns/dnsdistdist/docs/upgrade_guide.rst +++ b/pdns/dnsdistdist/docs/upgrade_guide.rst @@ -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 -------------- -- 2.47.3