Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
ecc1defd
Commit
ecc1defd
authored
Nov 28, 2000
by
Michael Graff
Browse files
add documentation for additional-from-{auth,cache} -- comments welcome
parent
5c90fb23
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/arm/Bv9ARM-book.xml
View file @
ecc1defd
...
...
@@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
<!-- File: $Id: Bv9ARM-book.xml,v 1.5
0
2000/11/2
7
18:
06:02 gson
Exp $ -->
<!-- File: $Id: Bv9ARM-book.xml,v 1.5
1
2000/11/2
8
18:
35:08 explorer
Exp $ -->
<book>
...
...
@@ -2506,6 +2506,8 @@ lookups performed on behalf of clients by a caching name server.</para></entry>
<optional>
min-retry-time
<replaceable>
number
</replaceable>
;
</optional>
<optional>
max-retry-time
<replaceable>
number
</replaceable>
;
</optional>
<optional>
port
<replaceable>
ip_port
</replaceable>
;
</optional>
<optional>
additional-from-auth
<replaceable>
yes_or_no
</replaceable>
;
</optional>
<optional>
additional-from-cache
<replaceable>
yes_or_no
</replaceable>
;
</optional>
};
</programlisting>
</sect2>
...
...
@@ -2797,6 +2799,35 @@ refresh and retry times to the specified values.
</entry>
</row>
<row
rowsep =
"0"
>
<entry
colname =
"1"
>
<para><command>
additional-from-auth
</command></para>
<para><command>
additional-from-cache
</command></para>
</entry>
<entry
colname =
"2"
><para>
These options control the server's behavior when answering queries
which have additional data, or when following CNAME and DNAME
chains to provide additional data.
</para><para>
With both of these options set to "yes" (the default) and a
query is being answered from authoratitive data (a zone
configured ito the server) the additional data section of the
reply will be filled in using data from other authoratitive zones
and from the cache. In some situations this is undesired, such
as when secondaries may be added and modified by others, and when
there is concern over the correctness of the cache. Also, avoiding
the search for this additional data will speed up server operations
at the possible expense of additional queries to resolve what would
otherwise be provided in the additional section.
</para><para>
For example, if a query asks for an MX record for host foo.example.com,
and the record found is "MX 10 mail.example.net", normally the address
records (A, A6, and AAAA) will be provided as well, if known. These
options disable this behavior.
</para>
</entry>
</row>
</tbody>
</tgroup></informaltable></sect3>
<sect3><title>
Forwarding
</title>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment