diff options
author | Vladimír Čunát <vladimir.cunat@nic.cz> | 2022-06-16 10:12:22 +0200 |
---|---|---|
committer | Vladimír Čunát <vladimir.cunat@nic.cz> | 2022-06-27 10:00:11 +0200 |
commit | f90d998d86d6fb4654de2e903c13933dcb7af682 (patch) | |
tree | 210099bfaf559d94920f887bcb0150d18390de4b /modules | |
parent | Merge !1316: nit: daemon/http: remove dead code (diff) | |
download | knot-resolver-f90d998d86d6fb4654de2e903c13933dcb7af682.tar.xz knot-resolver-f90d998d86d6fb4654de2e903c13933dcb7af682.zip |
modules/priming: don't warn against unloading it
I can't see sufficient motivation here. The cache will be slightly
less ready, but it's not often that you need to contact a root server.
Most importantly, kresd must work well anyway, even with empty cache.
Also, the compiled-in address set of root servers should be quite
accurate - the NS set has never changed, and the last address change
was five years ago with just one of 26 records changing.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/priming/README.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/priming/README.rst b/modules/priming/README.rst index eb2e7d62..b74bad43 100644 --- a/modules/priming/README.rst +++ b/modules/priming/README.rst @@ -14,6 +14,5 @@ the resolver software. Unlike other DNS resolvers, Knot Resolver caches result of priming query on disk and keeps the data between restarts until TTL expires. -This module is enabled by default and it is not recommended to disable it. -For debugging purposes you may disable the module by appending +This module is enabled by default; you may disable it by adding ``modules.unload('priming')`` to your configuration. |