]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
config docs: add examples to mode()
authorVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 24 Mar 2017 10:42:30 +0000 (11:42 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 27 Mar 2017 08:28:46 +0000 (10:28 +0200)
Improved by comments from Petr.

daemon/README.rst

index aa8990179a7a82d9fb97acd9d1617b2d97a7cc2f..604c1d6043c362a920696959e25320068fcf66fa 100644 (file)
@@ -393,11 +393,16 @@ Environment
    by DNSSEC, some of the strict checking actions are counter-productive.
 
    .. csv-table::
-    :header: "Action", "Modes"
+    :header: "Glue type", "Modes when it is accepted",   "Example glue [#example_glue]_"
 
-    "Use mandatory glue", "strict, normal, permissive"
-    "Use in-bailiwick glue", "normal, permissive"
-    "Use any glue records", "permissive"
+    "mandatory glue",     "strict, normal, permissive",  "ns1.example.org"
+    "in-bailiwick glue",  "normal, permissive",          "ns1.example2.org"
+    "any glue records",   "permissive",                  "ns1.example3.net"
+
+   .. [#example_glue] The examples show glue records acceptable from servers
+        authoritative for `org` zone when delegating to `example.org` zone.
+        Unacceptable or missing glue records trigger resolution of names listed
+        in NS records before following respective delegation.
 
 .. function:: reorder_RR([true | false])