]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc/upgrading: document removal of -k and -K
authorTomas Krizek <tomas.krizek@nic.cz>
Tue, 19 Mar 2019 13:27:05 +0000 (14:27 +0100)
committerPetr Špaček <petr.spacek@nic.cz>
Thu, 4 Apr 2019 12:18:58 +0000 (14:18 +0200)
NEWS
doc/upgrading.rst

diff --git a/NEWS b/NEWS
index 66dfce29b36115be4b50d0111672ef9a68e580f7..f6a02544163c83d90ea354c1f1f035a1f33f98a0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ Incompatible changes
   https://knot-resolver.readthedocs.io/en/v4.0.0/upgrading.html#upgrade-from-3-to-4
 - configuration: trust_anchors aliases .file, .config() and .negative were removed (!788)
 - configuration: trust_anchors.keyfile_default is no longer accessible (!788)
+- daemon: -k/--keyfile and -K/--keyfile-ro options were removed
 - meson build system is now used for builds (!771)
 - build with embedded LMBD is no longer supported
 - default modules dir location has changed
index f38c1e4a080be13e0b1998bf81d5e48a1311a40a..013d41c0f696f4abb520c1eab1679fce30fc99df 100644 (file)
@@ -15,6 +15,8 @@ Users
 
 * DNSSEC validation is now turned on by default. If you need to disable it, see
   :ref:`dnssec-config`.
+* ``-k/--keyfile`` and ``-K/--keyfile-ro`` daemon options were removed. If needed,
+  use ``trust_anchors.add_file()`` in configuration file instead.
 * In case you are using your own custom modules, move them to the new module
   location. The exact location depends on your distribution. Generally, modules previously
   in ``/usr/lib/kdns_modules`` should be moved to ``/usr/lib/knot-resolver/kres_modules``.