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
Sebastian Schrader
Kea
Commits
fb33c8d3
Commit
fb33c8d3
authored
Nov 20, 2011
by
JINMEI Tatuya
Browse files
[1371] updated the man page about recently added configurations
parent
4f02b452
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/xfrout/b10-xfrout.xml
View file @
fb33c8d3
...
...
@@ -97,6 +97,31 @@
defines the maximum number of outgoing zone transfers
that can run concurrently. The default is 10.
</para>
<para>
<varname>
tsig_key_ring
</varname>
A list of TSIG keys (each of which is in the form of
name:base64-key[:algorithm]) used for access control on transfer
requests.
The default is an empty list.
</para>
<para>
<varname>
transfer_acl
</varname>
A list of ACL elements that apply to all transfer requests by
default (unless overridden in zone_config). See the BIND 10
guide for configuration examples.
The default is an element that allows any transfer requests.
</para>
<para>
<varname>
zone_config
</varname>
A list of JSON objects (i.e. maps) that define per zone
configuration concerning
<command>
b10-xfrout
</command>
.
The supported names of each object are "origin" (the origin
name of the zone), "class" (the RR class of the zone, optional,
default to "IN"), and "acl_element" (ACL only applicable to
transfer requests for that zone).
See the BIND 10 guide for configuration examples.
The default is an empty list, that is, no zone specific configuration.
</para>
<para>
<varname>
log_name
</varname>
<!-- TODO -->
...
...
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