From: Aleš Mrázek Date: Mon, 3 Jul 2023 15:23:26 +0000 (+0200) Subject: docs: config: yaml for cache prefill X-Git-Tag: v6.0.2~16^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=529589af6117dbdead15478e8a84c6a826583ec7;p=thirdparty%2Fknot-resolver.git docs: config: yaml for cache prefill --- diff --git a/doc/config-cache-prefill.rst b/doc/config-cache-prefill.rst new file mode 100644 index 000000000..d8a867844 --- /dev/null +++ b/doc/config-cache-prefill.rst @@ -0,0 +1,50 @@ +.. SPDX-License-Identifier: GPL-3.0-or-later + +.. _config-cache-prefill: + +Cache prefilling +================ + +This provides ability to periodically prefill the DNS cache by importing root zone data obtained over HTTPS. + +Intended users of this module are big resolver operators which will benefit from decreased latencies and smaller amount of traffic towards DNS root servers. + + +.. option:: cache/prefill: + .. option:: origin: + + Name of the zone, only root zone import is supported at the moment. + + .. option:: url: + + URL of a file in :rfc:`1035` zone file format. + + .. option:: refresh-interval: