From 1e4dc049eb9a0c36930bbebeb1b4e78691e9c6a5 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 10 Jan 2008 13:40:12 +0000 Subject: [PATCH] doc fix. git-svn-id: file:///svn/unbound/trunk@836 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 1 + doc/unbound.conf.5 | 10 ++++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/Changelog b/doc/Changelog index a0b93b1ac..f2c438470 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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 diff --git a/doc/unbound.conf.5 b/doc/unbound.conf.5 index daf0d2391..037a18924 100644 --- a/doc/unbound.conf.5 +++ b/doc/unbound.conf.5 @@ -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 -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 -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 -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 -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 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. -- 2.47.2