2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

regenerated

This commit is contained in:
Andreas Gustafsson
2001-11-05 22:24:39 +00:00
parent 06278dd28a
commit 20d0c8c5bb

View File

@@ -70,8 +70,9 @@ options {
lame-ttl <integer>; lame-ttl <integer>;
max-ncache-ttl <integer>; max-ncache-ttl <integer>;
max-cache-ttl <integer>; max-cache-ttl <integer>;
transfer-format <string>; transfer-format ( many-answers | one-answer );
max-cache-size <size_no_default>; max-cache-size <size_no_default>;
max-adb-size <size_no_default>;
check-names <string> <string>; // not implemented check-names <string> <string>; // not implemented
cache-file <quoted_string>; cache-file <quoted_string>;
allow-query { <address_match_element>; ... }; allow-query { <address_match_element>; ... };
@@ -109,7 +110,7 @@ controls {
acl <string> { <address_match_element>; ... }; acl <string> { <address_match_element>; ... };
logging { logging {
channel { channel <string> {
file <logfile>; file <logfile>;
syslog <optional_facility>; syslog <optional_facility>;
null; null;
@@ -126,7 +127,7 @@ view <string> <optional_class> {
match-clients { <address_match_element>; ... }; match-clients { <address_match_element>; ... };
match-destinations { <address_match_element>; ... }; match-destinations { <address_match_element>; ... };
match-recursive-only <boolean>; match-recursive-only <boolean>;
key { key <string> {
algorithm <string>; algorithm <string>;
secret <string>; secret <string>;
}; };
@@ -209,8 +210,9 @@ view <string> <optional_class> {
lame-ttl <integer>; lame-ttl <integer>;
max-ncache-ttl <integer>; max-ncache-ttl <integer>;
max-cache-ttl <integer>; max-cache-ttl <integer>;
transfer-format <string>; transfer-format ( many-answers | one-answer );
max-cache-size <size_no_default>; max-cache-size <size_no_default>;
max-adb-size <size_no_default>;
check-names <string> <string>; // not implemented check-names <string> <string>; // not implemented
cache-file <quoted_string>; cache-file <quoted_string>;
allow-query { <address_match_element>; ... }; allow-query { <address_match_element>; ... };
@@ -247,7 +249,7 @@ lwres {
ndots <integer>; ndots <integer>;
}; };
key { key <string> {
algorithm <string>; algorithm <string>;
secret <string>; secret <string>;
}; };