]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc: DoH without TLS or over HTTP 1 is deprecated
authorPetr Špaček <petr.spacek@nic.cz>
Mon, 7 Sep 2020 07:14:51 +0000 (09:14 +0200)
committerPetr Špaček <petr.spacek@nic.cz>
Mon, 7 Sep 2020 14:53:28 +0000 (16:53 +0200)
doc/upgrading.rst

index f00435accd2f2ce07816d13b8fac75e95577fa68..e243bf9128b22c95beef114530050ef19bf7baba 100644 (file)
@@ -29,7 +29,9 @@ Users
   the human readable output. For example API call ``tojson(cache.stats())\n`` will return JSON string
   with ``cache.stats()`` results represented as dictionary.
   Function ``tojson()`` is available in all resolver versions >= 1.0.0.
-
+* DoH served with http module :ref:`DNS-over-HTTP (DoH) <mod-http-doh>` will be marked as legacy
+  and won't receive any more bugfixes. A more reliable and scalable DoH module will be available
+  instead. The new DoH module will only support HTTP/2 over TLS.
 
 5.0 to 5.1
 ==========