]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- un-document localzone tags. release-1.5.9rc1
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 2 Jun 2016 12:13:30 +0000 (12:13 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 2 Jun 2016 12:13:30 +0000 (12:13 +0000)
git-svn-id: file:///svn/unbound/trunk@3747 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/example.conf.in

index 5676473e6f22e7684f19ed1368d69e7529e792ee..76ba1e661ec6d760954263d9a987c88605be81a7 100644 (file)
@@ -2,6 +2,7 @@
        - Fix libubound for edns optlist feature.
        - Fix distinction between free and CRYPTO_free in dsa and ecdsa alloc.
        - Fix #752: retry resource temporarily unavailable on control pipe.
+       - un-document localzone tags.
 
 31 May 2016: Wouter
        - Fix windows service to be created run with limited rights, as a
index 179008f45d9ed72c1c8ccae11f4f359a1110c93b..2edfcd10ea08e3975dce94b7afb907cdcea22e2f 100644 (file)
@@ -484,10 +484,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
@@ -580,9 +576,6 @@ server:
        # you need to do the reverse notation yourself.
        # local-data-ptr: "192.0.2.3 www.example.com"
 
-       # tag a localzone with a list of tag names (in "" with spaces between)
-       # local-zone-tag: "example.com" "tag2 tag3"
-
        # service clients over SSL (on the TCP sockets), with plain DNS inside
        # the SSL stream.  Give the certificate to use and private key.
        # default is "" (disabled).  requires restart to take effect.