]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Fix spelling error in module-prefill description
authorPeter Keresztes Schmidt <carbenium@outlook.com>
Thu, 5 Mar 2020 15:11:56 +0000 (16:11 +0100)
committerPeter Keresztes Schmidt <peterke@sos.ethz.ch>
Thu, 5 Mar 2020 17:36:26 +0000 (18:36 +0100)
modules/prefill/README.rst

index 920cf734e5fe6ab6bd83361f4bfdd5f8281139f7..6b7c2af05eb094d88f7409de0334a362a85e105f 100644 (file)
@@ -5,9 +5,9 @@
 Cache prefilling
 ================
 
-This module provides ability to periodically prefill DNS cache by importing root zone data obtained over HTTPS.
+This module 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 servets.
+Intended users of this module are big resolver operators which will benefit from decreased latencies and smaller amount of traffic towards DNS root servers.
 
 Example configuration is:
 
@@ -22,9 +22,9 @@ Example configuration is:
               }
         })
 
-This configuration downloads zone file from URL `https://www.internic.net/domain/root.zone` and imports it into cache every 86400 seconds (1 day). The HTTPS connection is authenticated using CA certificate from file `/etc/pki/tls/certs/ca-bundle.crt` and signed zone content is validated using DNSSEC.
+This configuration downloads the zone file from URL `https://www.internic.net/domain/root.zone` and imports it into the cache every 86400 seconds (1 day). The HTTPS connection is authenticated using a CA certificate from file `/etc/pki/tls/certs/ca-bundle.crt` and signed zone content is validated using DNSSEC.
 
-Root zone to import must be signed using DNSSEC and the resolver must have valid DNSSEC configuration.
+The root zone to be imported must be signed using DNSSEC and the resolver must have a valid DNSSEC configuration.
 
 .. csv-table::
  :header: "Parameter", "Description"