From: Wouter Wijngaards Date: Mon, 6 Jun 2016 08:53:18 +0000 (+0000) Subject: move define-tags before access-control-tag in example config X-Git-Tag: release-1.5.10~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44889af074cbe6fe411bd00f4290705fa26e7e21;p=thirdparty%2Funbound.git move define-tags before access-control-tag in example config git-svn-id: file:///svn/unbound/trunk@3757 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/example.conf.in b/doc/example.conf.in index 085845c20..82ce0d75d 100644 --- a/doc/example.conf.in +++ b/doc/example.conf.in @@ -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