slave.zoneopt.xml revision 93ca8abdf86dfe69d40c0bc5389151e0672780af
1N/A<!--
1N/A - Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
1N/A -
1N/A - This Source Code Form is subject to the terms of the Mozilla Public
1N/A - License, v. 2.0. If a copy of the MPL was not distributed with this
1N/A - file, You can obtain one at http://mozilla.org/MPL/2.0/.
1N/A-->
1N/A
1N/A<!-- Generated by doc/misc/docbook-zoneopt.pl -->
1N/A<programlisting>
1N/A<command>zone</command> <replaceable>string</replaceable> [ <replaceable>class</replaceable> ] {
1N/A <command>type</command> ( slave | secondary );
1N/A <command>allow-notify</command> { <replaceable>address_match_element</replaceable>; ... };
1N/A <command>allow-query</command> { <replaceable>address_match_element</replaceable>; ... };
1N/A <command>allow-query-on</command> { <replaceable>address_match_element</replaceable>; ... };
1N/A <command>allow-transfer</command> { <replaceable>address_match_element</replaceable>; ... };
1N/A <command>allow-update-forwarding</command> { <replaceable>address_match_element</replaceable>; ... };
1N/A <command>also-notify</command> [ port <replaceable>integer</replaceable> ] [ dscp <replaceable>integer</replaceable> ] { ( <replaceable>masters</replaceable> | <replaceable>ipv4_address</replaceable> [ port <replaceable>integer</replaceable> ] | <replaceable>ipv6_address</replaceable> [ port <replaceable>integer</replaceable> ] ) [ key <replaceable>string</replaceable> ]; ... };
1N/A <command>alt-transfer-source</command> ( <replaceable>ipv4_address</replaceable> | * ) [ port ( <replaceable>integer</replaceable> | * ) ] [ dscp <replaceable>integer</replaceable> ];
1N/A <command>alt-transfer-source-v6</command> ( <replaceable>ipv6_address</replaceable> | * ) [ port ( <replaceable>integer</replaceable> | * ) ] [ dscp <replaceable>integer</replaceable> ];
1N/A <command>auto-dnssec</command> ( allow | maintain | off );
1N/A <command>check-names</command> ( fail | warn | ignore );
1N/A <command>database</command> <replaceable>string</replaceable>;
1N/A <command>dialup</command> ( notify | notify-passive | passive | refresh | <replaceable>boolean</replaceable> );
1N/A <command>dlz</command> <replaceable>string</replaceable>;
1N/A <command>dnssec-dnskey-kskonly</command> <replaceable>boolean</replaceable>;
1N/A <command>dnssec-loadkeys-interval</command> <replaceable>integer</replaceable>;
1N/A <command>dnssec-update-mode</command> ( maintain | no-resign );
1N/A <command>file</command> <replaceable>quoted_string</replaceable>;
1N/A <command>forward</command> ( first | only );
1N/A <command>forwarders</command> [ port <replaceable>integer</replaceable> ] [ dscp <replaceable>integer</replaceable> ] { ( <replaceable>ipv4_address</replaceable> | <replaceable>ipv6_address</replaceable> ) [ port <replaceable>integer</replaceable> ] [ dscp <replaceable>integer</replaceable> ]; ... };
1N/A <command>inline-signing</command> <replaceable>boolean</replaceable>;
1N/A <command>ixfr-from-differences</command> <replaceable>boolean</replaceable>;
1N/A <command>journal</command> <replaceable>quoted_string</replaceable>;
1N/A <command>key-directory</command> <replaceable>quoted_string</replaceable>;
1N/A <command>masterfile-format</command> ( map | raw | text );
1N/A <command>masterfile-style</command> ( full | relative );
1N/A <command>masters</command> [ port <replaceable>integer</replaceable> ] [ dscp <replaceable>integer</replaceable> ] { ( <replaceable>masters</replaceable> | <replaceable>ipv4_address</replaceable> [ port <replaceable>integer</replaceable> ] | <replaceable>ipv6_address</replaceable> [ port <replaceable>integer</replaceable> ] ) [ key <replaceable>string</replaceable> ]; ... };
1N/A <command>max-journal-size</command> ( unlimited | <replaceable>sizeval</replaceable> );
1N/A <command>max-records</command> <replaceable>integer</replaceable>;
1N/A <command>max-refresh-time</command> <replaceable>integer</replaceable>;
1N/A <command>max-retry-time</command> <replaceable>integer</replaceable>;
1N/A <command>max-transfer-idle-in</command> <replaceable>integer</replaceable>;
1N/A <command>max-transfer-idle-out</command> <replaceable>integer</replaceable>;
1N/A <command>max-transfer-time-in</command> <replaceable>integer</replaceable>;
1N/A <command>max-transfer-time-out</command> <replaceable>integer</replaceable>;
1N/A <command>min-refresh-time</command> <replaceable>integer</replaceable>;
1N/A <command>min-retry-time</command> <replaceable>integer</replaceable>;
1N/A <command>multi-master</command> <replaceable>boolean</replaceable>;
1N/A <command>notify</command> ( explicit | master-only | <replaceable>boolean</replaceable> );
1N/A <command>notify-delay</command> <replaceable>integer</replaceable>;
1N/A <command>notify-source</command> ( <replaceable>ipv4_address</replaceable> | * ) [ port ( <replaceable>integer</replaceable> | * ) ] [ dscp <replaceable>integer</replaceable> ];
1N/A <command>notify-source-v6</command> ( <replaceable>ipv6_address</replaceable> | * ) [ port ( <replaceable>integer</replaceable> | * ) ] [ dscp <replaceable>integer</replaceable> ];
1N/A <command>notify-to-soa</command> <replaceable>boolean</replaceable>;
1N/A <command>request-expire</command> <replaceable>boolean</replaceable>;
1N/A <command>request-ixfr</command> <replaceable>boolean</replaceable>;
1N/A <command>sig-signing-nodes</command> <replaceable>integer</replaceable>;
1N/A <command>sig-signing-signatures</command> <replaceable>integer</replaceable>;
1N/A <command>sig-signing-type</command> <replaceable>integer</replaceable>;
1N/A <command>sig-validity-interval</command> <replaceable>integer</replaceable> [ <replaceable>integer</replaceable> ];
1N/A <command>transfer-source</command> ( <replaceable>ipv4_address</replaceable> | * ) [ port ( <replaceable>integer</replaceable> | * ) ] [ dscp <replaceable>integer</replaceable> ];
1N/A <command>transfer-source-v6</command> ( <replaceable>ipv6_address</replaceable> | * ) [ port ( <replaceable>integer</replaceable> | * ) ] [ dscp <replaceable>integer</replaceable> ];
1N/A <command>try-tcp-refresh</command> <replaceable>boolean</replaceable>;
1N/A <command>update-check-ksk</command> <replaceable>boolean</replaceable>;
1N/A <command>use-alt-transfer-source</command> <replaceable>boolean</replaceable>;
1N/A <command>zero-no-soa-ttl</command> <replaceable>boolean</replaceable>;
1N/A <command>zone-statistics</command> ( full | terse | none | <replaceable>boolean</replaceable> );
1N/A};
1N/A</programlisting>
1N/A