diff options
Diffstat (limited to 'modules/rfc7706.rst')
-rw-r--r-- | modules/rfc7706.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/rfc7706.rst b/modules/rfc7706.rst new file mode 100644 index 0000000..aa9b62e --- /dev/null +++ b/modules/rfc7706.rst @@ -0,0 +1,12 @@ +.. SPDX-License-Identifier: GPL-3.0-or-later + +Root on loopback (RFC 7706) +--------------------------- +Knot Resolver developers think that literal implementation of :rfc:`7706` +("Decreasing Access Time to Root Servers by Running One on Loopback") +is a bad idea so it is not implemented in the form envisioned by the RFC. + +You can get the very similar effect without its downsides by combining +:ref:`mod-prefill` and :ref:`mod-serve_stale` modules with Aggressive Use +of DNSSEC-Validated Cache (:rfc:`8198`) behavior which is enabled +automatically together with DNSSEC validation. |