diff options
Diffstat (limited to '')
-rw-r--r-- | doc/arm/server.grammar.xml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/doc/arm/server.grammar.xml b/doc/arm/server.grammar.xml new file mode 100644 index 0000000..7dfefda --- /dev/null +++ b/doc/arm/server.grammar.xml @@ -0,0 +1,45 @@ +<!-- + - Copyright (C) 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/. + - + - See the COPYRIGHT file distributed with this work for additional + - information regarding copyright ownership. +--> + +<!-- 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> |