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
Kea
Commits
8b805bcd
Commit
8b805bcd
authored
Dec 15, 2012
by
JINMEI Tatuya
Browse files
[2380] adjusted bind10-guide so it matches the new b10-loadzone
parent
935c9185
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/guide/bind10-guide.xml
View file @
8b805bcd
...
...
@@ -449,7 +449,8 @@ var/
<listitem>
<para>
Load desired zone file(s), for example:
<screen>
$
<userinput>
b10-loadzone
<replaceable>
your.zone.example.org
</replaceable></userinput></screen>
<screen>
$
<userinput>
b10-loadzone
<replaceable>
-c '{"database_file": "/usr/local/var/bind10/zone.sqlite3"}'
</replaceable>
<replaceable>
your.zone.example.org
</replaceable>
<replaceable>
your.zone.file
</replaceable></userinput></screen>
</para>
</listitem>
...
...
@@ -2636,19 +2637,10 @@ can use various data source backends.
</para>
<para>
The
<option>
-o
</option>
argument may be used to define the
default origin for loaded zone file records.
</para>
<note>
<para>
In the current release, only the SQLite3 back
end is used by
<command>
b10-loadzone
</command>
.
By default, it stores the zone data in
<filename>
/usr/local/var/bind10-devel/zone.sqlite3
</filename>
unless the
<option>
-d
</option>
switch is used to set the
database filename.
Multiple zones are stored in a single SQLite3 zone database.
</para>
</note>
...
...
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