BIND 10 master, updated. 6499662b418e31ef897f541ebafa340b1049c5aa [master] clarify the zones and filetype configuration
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed May 16 20:53:52 UTC 2012
The branch, master has been updated
via 6499662b418e31ef897f541ebafa340b1049c5aa (commit)
from ad069fe61cb441326b08e0f5bb1e84ae47bbeb7d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6499662b418e31ef897f541ebafa340b1049c5aa
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Wed May 16 15:53:33 2012 -0500
[master] clarify the zones and filetype configuration
Based on diff from jinmei.
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/b10-auth.xml | 21 ++++++++++++++-------
1 files changed, 14 insertions(+), 7 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/b10-auth.xml b/src/bin/auth/b10-auth.xml
index 7f3a492..a6010d1 100644
--- a/src/bin/auth/b10-auth.xml
+++ b/src/bin/auth/b10-auth.xml
@@ -20,7 +20,7 @@
<refentry>
<refentryinfo>
- <date>March 28, 2012</date>
+ <date>May 16, 2012</date>
</refentryinfo>
<refmeta>
@@ -125,14 +125,21 @@
(it defaults to <quote>IN</quote>);
and
<varname>zones</varname> to define the
- <varname>file</varname> path name and the
- <varname>origin</varname> (default domain).
-
- By default, this is empty.
+ <varname>file</varname> path name,
+ <varname>origin</varname> (default domain), and optional
+ <varname>filetype</varname>.
+ By default, <varname>zones</varname> is empty.
+ For the in-memory data source (i.e., the <varname>type</varname>
+ is <quote>memory</quote>), the optional <varname>filetype</varname>
+ configuration item for <varname>zones</varname> can be
+ specified so the in-memory zone data can be built from another
+ data source that is based on a database backend (in practice
+ with current implementation, it would be an SQLite3 database
+ file for the SQLite3 data source).
+ See the <citetitle>BIND 10 Guide</citetitle> for configuration
+ details.
<note><simpara>
- In this development version, currently this is only used for the
- memory data source.
Only the IN class is supported at this time.
By default, the memory data source is disabled.
Also, currently the zone file must be canonical such as
More information about the bind10-changes
mailing list