]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
move define-tags before access-control-tag in example config
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 6 Jun 2016 08:53:18 +0000 (08:53 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 6 Jun 2016 08:53:18 +0000 (08:53 +0000)
git-svn-id: file:///svn/unbound/trunk@3757 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/example.conf.in

index 085845c2084ef994db57eb65dd29524ef5690a3f..82ce0d75dbb543530df3ab762b1c5a5ca541ba4c 100644 (file)
@@ -162,6 +162,10 @@ server:
 
        # the maximum number of hosts that are cached (roundtrip, EDNS, lame).
        # infra-cache-numhosts: 10000
+       
+       # define a number of tags here, use with local-zone, access-control.
+       # repeat the define-tag statement to add additional tags.
+       # define-tag: "tag1 tag2 tag3"
 
        # Enable IPv4, "yes" or "no".
        # do-ip4: yes
@@ -489,10 +493,6 @@ server:
        # plain value in bytes or you can append k, m or G. default is "1Mb".
        # neg-cache-size: 1m
 
-       # define a number of tags here, you can use them to tag localzones.
-       # repeat the define-tag statement to add additional tags.
-       # define-tag: "tag1 tag2 tag3"
-
        # By default, for a number of zones a small default 'nothing here'
        # reply is built-in.  Query traffic is thus blocked.  If you
        # wish to serve such zone you can unblock them by uncommenting one