]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
doc fix.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 10 Jan 2008 13:40:12 +0000 (13:40 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 10 Jan 2008 13:40:12 +0000 (13:40 +0000)
git-svn-id: file:///svn/unbound/trunk@836 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/unbound.conf.5

index a0b93b1ac441da1901a5e70fbf0ab88ba4303826..f2c438470b47be61e8495d11c0108f3202ccb341 100644 (file)
@@ -2,6 +2,7 @@
        - typo in example.conf.
        - made using ldns-src that is included the package more portable
          by linking with .lo instead of .o files in the ldns package.
+       - nicer do-ip6: yes/no documentation.
 
 9 January 2008: Wouter
        - fixup openssl RAND problem, when the system is not configured to
index daf0d23913fcb64b9c9b712b79e95bcb6ec146e3..037a189246a6bad6d05dfddf7aa31d46cb394f0f 100644 (file)
@@ -154,13 +154,15 @@ Number of bytes that the lameness cache per host is allowed to use. Default
 is 10 kb, which gives maximum storage for a couple score zones, depending on 
 the lame zone name lengths.
 .It \fBdo-ip4:\fR <yes or no>
-Enable or disable whether ip4 queries are answered. Default is yes.
+Enable or disable whether ip4 queries are answered or issued. Default is yes.
 .It \fBdo-ip6:\fR <yes or no>
-Enable or disable whether ip6 queries are answered. Default is yes.
+Enable or disable whether ip6 queries are answered or issued. Default is yes.
+If disabled, queries are not answered on IPv6, and queries are not sent on
+IPv6 to the internet nameservers.
 .It \fBdo-udp:\fR <yes or no>
-Enable or disable whether UDP queries are answered. Default is yes.
+Enable or disable whether UDP queries are answered or issued. Default is yes.
 .It \fBdo-tcp:\fR <yes or no>
-Enable or disable whether TCP queries are answered. Default is yes.
+Enable or disable whether TCP queries are answered or issued. Default is yes.
 .It \fBaccess-control:\fR <IP netblock> <action>
 The netblock is given as an IP4 or IP6 address with /size appended for a 
 classless network block. The action can be deny, refuse or allow.