]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc: update upgrading guide
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 11 Nov 2020 09:56:41 +0000 (10:56 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 11 Nov 2020 10:51:45 +0000 (11:51 +0100)
doc/upgrading.rst

index 4f238e085677625f270088b6ec40449bfa5ccebb..db5b011dd7cd777089a03ed592ce4cdf7d0e9ee3 100644 (file)
@@ -21,9 +21,6 @@ newer versions when they are released.
 * Going forward DNS-over-HTTP (DoH) will be supported only over HTTP/2 with TLS.
   This limitation allows us to provide a new :ref:`more reliable and scalable implementation
   of DoH <dns-over-https>` (``kind='doh2'``).
-* DoH over HTTP/1 and unencrypted transports is still available in
-  :ref:`legacy http module <mod-http-doh>` (``kind='doh'``).
-  This module will not receive receive any more bugfixes and will be eventually removed.
 * Command line option ``--forks`` (``-f``) `is deprecated and will be eventually removed
   <https://gitlab.nic.cz/knot/knot-resolver/-/issues/631>`_.
   Preferred way to manage :ref:`systemd-multiple-instances` is to use a process manager,
@@ -39,6 +36,9 @@ newer versions when they are released.
 Users
 -----
 
+* DoH over HTTP/1 and unencrypted transports is still available in
+  :ref:`legacy http module <mod-http-doh>` (``kind='doh'``).
+  This module will not receive receive any more bugfixes and will be eventually removed.
 * Users of :ref:`control-sockets` API need to terminate each command sent to resolver with newline
   character (ASCII ``\n``). Correct usage: ``cache.stats()\n``.
   Newline terminated commands are accepted by all resolver versions >= 1.0.0.