diff options
Diffstat (limited to 'contrib/bind9/doc/misc/options')
-rw-r--r-- | contrib/bind9/doc/misc/options | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/contrib/bind9/doc/misc/options b/contrib/bind9/doc/misc/options index 3fd74e9..51d2506 100644 --- a/contrib/bind9/doc/misc/options +++ b/contrib/bind9/doc/misc/options @@ -196,10 +196,11 @@ options { request-nsid <boolean>; reserved-sockets <integer>; resolver-query-timeout <integer>; - response-policy { - zone <string> [ policy ( given | disabled | passthru | - no-op | nxdomain | nodata | cname <domain> ) ]; - }; + response-policy { zone <quoted_string> [ policy ( given | disabled + | passthru | no-op | nxdomain | nodata | cname <quoted_string> + ) ] [ recursive-only <boolean> ] [ max-policy-ttl <integer> ]; + ... } [ recursive-only <boolean> ] [ break-dnssec <boolean> ] [ + max-policy-ttl <integer> ]; rfc2308-type1 <boolean>; // not yet implemented root-delegation-only [ exclude { <quoted_string>; ... } ]; rrset-order { [ class <string> ] [ type <string> ] [ name @@ -400,10 +401,11 @@ view <string> <optional_class> { request-ixfr <boolean>; request-nsid <boolean>; resolver-query-timeout <integer>; - response-policy { - zone <string> [ policy ( given | disabled | passthru | - no-op | nxdomain | nodata | cname <domain> ) ]; - }; + response-policy { zone <quoted_string> [ policy ( given | disabled + | passthru | no-op | nxdomain | nodata | cname <quoted_string> + ) ] [ recursive-only <boolean> ] [ max-policy-ttl <integer> ]; + ... } [ recursive-only <boolean> ] [ break-dnssec <boolean> ] [ + max-policy-ttl <integer> ]; rfc2308-type1 <boolean>; // not yet implemented root-delegation-only [ exclude { <quoted_string>; ... } ]; rrset-order { [ class <string> ] [ type <string> ] [ name |