Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
3e7aa395
Commit
3e7aa395
authored
Dec 06, 2012
by
Evan Hunt
Browse files
[master] minor doc fix
parent
abff0f46
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/arm/dlz.xml
View file @
3e7aa395
...
...
@@ -75,24 +75,24 @@
set to
<literal>
yes
</literal>
will be queried to find out if
they contain an answer for the query name; the best available
answer will be returned to the client.
</para>
<para>
The
<option>
search
</option>
option in the above example can be
omitted, because
<literal>
yes
</literal>
is the default value.
</para>
<para>
If
<option>
search
</option>
is set to
<literal>
no
</literal>
, then
this DLZ module is
<emphasis>
not
</emphasis>
searched for the best
match when a query is received. Instead, zones in this DLZ must be
separately specified in a zone statement. This allows you to
configure a zone normally using standard zone option semantics,
but specify a different database back-end for storage of the
zone's data. For example, to implement NXDOMAIN redirection using
a DLZ module for back-end storage of redirection rules:
</para>
<screen>
</para>
<para>
The
<option>
search
</option>
option in the above example can be
omitted, because
<literal>
yes
</literal>
is the default value.
</para>
<para>
If
<option>
search
</option>
is set to
<literal>
no
</literal>
, then
this DLZ module is
<emphasis>
not
</emphasis>
searched for the best
match when a query is received. Instead, zones in this DLZ must be
separately specified in a zone statement. This allows you to
configure a zone normally using standard zone option semantics,
but specify a different database back-end for storage of the
zone's data. For example, to implement NXDOMAIN redirection using
a DLZ module for back-end storage of redirection rules:
</para>
<screen>
dlz other {
database "dlopen driver.so
<
args
>
";
database "dlopen driver.so
<
option>
args
</option
>
";
search no;
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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