]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Document in unbound.conf manpage that configuration clauses can be repeated in...
authorGeorge Thessalonikefs <george@nlnetlabs.nl>
Thu, 6 Feb 2020 13:39:58 +0000 (14:39 +0100)
committerGeorge Thessalonikefs <george@nlnetlabs.nl>
Thu, 6 Feb 2020 13:39:58 +0000 (14:39 +0100)
doc/Changelog
doc/unbound.conf.5.in

index 81abf17f96c82b6bea24ae77c0a807aab11f6ccf..6b6a0ebad1e250b71627fa7b81ba0751389632e0 100644 (file)
@@ -2,6 +2,8 @@
        - Fix num_reply_states and num_detached_states counting with
          serve_expired_callback.
        - Cleaner code in mesh_serve_expired_lookup.
+       - Document in unbound.conf manpage that configuration clauses can be
+         repeated in the configuration file.
 
 6 February 2020: Wouter
        - Fix num_reply_addr counting in mesh and tcp drop due to size
index ebc2028821edd61b5bd31a4b039a3cb7500d09bc..38c2d29842e827c1b4428d8b4ef2641ee4fe860e 100644 (file)
@@ -63,8 +63,10 @@ server:
        access\-control: 2001:DB8::/64 allow
 .fi
 .SH "FILE FORMAT"
-There must be whitespace between keywords. Attribute keywords end with a colon ':'.
-An attribute is followed by its containing attributes, or a value.
+There must be whitespace between keywords.  Attribute keywords end with a
+colon ':'.  An attribute is followed by a value, or its containing attributes
+in which case it is refered to as a clause.  Clauses can be repeated throughout
+the file (or included files) to group attributes under the same clause.
 .P
 Files can be included using the
 .B include: