mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-13 15:53:52 -05:00
42 lines
2.8 KiB
XML
42 lines
2.8 KiB
XML
<!--
|
|
- Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
|
|
-
|
|
- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
-->
|
|
|
|
<!-- Generated by doc/misc/docbook-options.pl -->
|
|
|
|
<programlisting>
|
|
<command>server</command> <replaceable>netprefix</replaceable> {
|
|
<command>bogus</command> <replaceable>boolean</replaceable>;
|
|
<command>edns</command> <replaceable>boolean</replaceable>;
|
|
<command>edns-udp-size</command> <replaceable>integer</replaceable>;
|
|
<command>edns-version</command> <replaceable>integer</replaceable>;
|
|
<command>keys</command> <replaceable>server_key</replaceable>;
|
|
<command>max-udp-size</command> <replaceable>integer</replaceable>;
|
|
<command>notify-source</command> ( <replaceable>ipv4_address</replaceable> | * ) [ port ( <replaceable>integer</replaceable> | * ) ] [
|
|
<command>dscp</command> <replaceable>integer</replaceable> ];
|
|
<command>notify-source-v6</command> ( <replaceable>ipv6_address</replaceable> | * ) [ port ( <replaceable>integer</replaceable> | * ) ]
|
|
[ dscp <replaceable>integer</replaceable> ];
|
|
<command>provide-ixfr</command> <replaceable>boolean</replaceable>;
|
|
<command>query-source</command> ( ( [ address ] ( <replaceable>ipv4_address</replaceable> | * ) [ port (
|
|
<replaceable>integer</replaceable> | * ) ] ) | ( [ [ address ] ( <replaceable>ipv4_address</replaceable> | * ) ]
|
|
<command>port</command> ( <replaceable>integer</replaceable> | * ) ) ) [ dscp <replaceable>integer</replaceable> ];
|
|
<command>query-source-v6</command> ( ( [ address ] ( <replaceable>ipv6_address</replaceable> | * ) [ port (
|
|
<replaceable>integer</replaceable> | * ) ] ) | ( [ [ address ] ( <replaceable>ipv6_address</replaceable> | * ) ]
|
|
<command>port</command> ( <replaceable>integer</replaceable> | * ) ) ) [ dscp <replaceable>integer</replaceable> ];
|
|
<command>request-expire</command> <replaceable>boolean</replaceable>;
|
|
<command>request-ixfr</command> <replaceable>boolean</replaceable>;
|
|
<command>request-nsid</command> <replaceable>boolean</replaceable>;
|
|
<command>send-cookie</command> <replaceable>boolean</replaceable>;
|
|
<command>tcp-only</command> <replaceable>boolean</replaceable>;
|
|
<command>transfer-format</command> ( many-answers | one-answer );
|
|
<command>transfer-source</command> ( <replaceable>ipv4_address</replaceable> | * ) [ port ( <replaceable>integer</replaceable> | * ) ] [
|
|
<command>dscp</command> <replaceable>integer</replaceable> ];
|
|
<command>transfer-source-v6</command> ( <replaceable>ipv6_address</replaceable> | * ) [ port ( <replaceable>integer</replaceable> | * )
|
|
] [ dscp <replaceable>integer</replaceable> ];
|
|
<command>transfers</command> <replaceable>integer</replaceable>;
|
|
};
|
|
</programlisting>
|