git-svn-id: file:///svn/unbound/trunk@836 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2008-01-10 13:40:12 +00:00
parent 1a4d24816b
commit 1e4dc049eb
2 changed files with 7 additions and 4 deletions

View file

@ -2,6 +2,7 @@
- typo in example.conf. - typo in example.conf.
- made using ldns-src that is included the package more portable - made using ldns-src that is included the package more portable
by linking with .lo instead of .o files in the ldns package. by linking with .lo instead of .o files in the ldns package.
- nicer do-ip6: yes/no documentation.
9 January 2008: Wouter 9 January 2008: Wouter
- fixup openssl RAND problem, when the system is not configured to - fixup openssl RAND problem, when the system is not configured to

View 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 is 10 kb, which gives maximum storage for a couple score zones, depending on
the lame zone name lengths. the lame zone name lengths.
.It \fBdo-ip4:\fR <yes or no> .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> .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> .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> .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> .It \fBaccess-control:\fR <IP netblock> <action>
The netblock is given as an IP4 or IP6 address with /size appended for a 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. classless network block. The action can be deny, refuse or allow.