]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc: rfc7706 polish
authorPetr Špaček <petr.spacek@nic.cz>
Wed, 8 Jan 2020 11:43:28 +0000 (12:43 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 15 Jan 2020 09:38:19 +0000 (10:38 +0100)
modules/rfc7706.rst

index d66fd82ebab299539c1881ee8e3083a7838133db..d94865e2c01af1e868e7907cc5cfc57ee530a4a1 100644 (file)
@@ -1,3 +1,10 @@
 Root on loopback (RFC 7706)
 ---------------------------
-Knot Resolver developers decided that pure implementation of :rfc:`7706` 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:`prefill <mod-prefill>` and :ref:`serve_stale <mod-serve_stale>` modules with Aggressive Use of DNSSEC-Validated Cache (:rfc:`8198`) behavior which is enabled automatically together with DNSSEC validation.
+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.