]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc forwarding: minor clarification
authorVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 14 Jan 2020 14:57:13 +0000 (15:57 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 15 Jan 2020 09:38:20 +0000 (10:38 +0100)
doc/config-network-forwarding.rst

index 9a11175f27ee19c8aaffc84e125e36b259f00886..0768310fd3ea51a73cd16e56c1fef0af6ca65b79 100644 (file)
@@ -1,7 +1,7 @@
 Forwarding
 ----------
 
-*Forwarding* configuration instructs resolver to forward cache-miss queries from clients to manually specified DNS resolvers *(upstream servers)*. In other words the *forwarding* mode does exact opposite of the default *recursive* mode because resolver in *recursive* mode automatically selects which servers to ask.
+*Forwarding* configuration instructs resolver to forward cache-miss queries from clients to manually specified DNS resolvers *(upstream servers)*. In other words the *forwarding* mode does exact opposite of the default *recursive* mode because resolver in *recursive* mode automatically selects which servers to ask.
 
 Main use-cases are:
 
@@ -12,7 +12,7 @@ Main use-cases are:
 Forwarding implementation in Knot Resolver has following properties:
 
   - Answers from *upstream* servers are cached.
-  - Answers from *upstream* servers are locally DNSSEC-validated.
+  - Answers from *upstream* servers are locally DNSSEC-validated, unless ``policy.STUB`` is used.
   - Resolver automatically selects which IP address from given set of IP addresses will be used (based on performance characteristics).
   - Forwarding can use either unencrypted DNS protocol, or :ref:`tls-forwarding`.