diff --git a/doc/arm/Bv9ARM.ch06.html b/doc/arm/Bv9ARM.ch06.html index 26f29d3c10..fadf671186 100644 --- a/doc/arm/Bv9ARM.ch06.html +++ b/doc/arm/Bv9ARM.ch06.html @@ -983,10 +983,12 @@
controls { [ inet ( ip_addr | * ) [ port ip_port ] allow {@@ -1047,6 +1049,16 @@ See Remote Name Daemon Control application in the section called “Administrative Tools”) for information about configuring keys in rndc. +address_match_list} - keys {key_list}; ] + [ keys {key_list} ] + [ read-onlyyes_or_no] ; ] [ inet ...; ] [ unixpathpermnumberownernumbergroupnumber- keys {key_list}; ] + [ keys {key_list} ] + [ read-onlyyes_or_no] ; ] [ unix ...; ] };
+ If the read-only clause is enabled, the + control channel is limited to the following set of read-only + commands: nta -dump, + null, status, + showzone, testgen, and + zonestatus. By default, + read-only is not enabled and the control + channel allows read-write access. +
If no controls statement is present,
named will set up a default
diff --git a/doc/arm/Bv9ARM.ch09.html b/doc/arm/Bv9ARM.ch09.html
index abc6e70525..81e3bbf0a7 100644
--- a/doc/arm/Bv9ARM.ch09.html
+++ b/doc/arm/Bv9ARM.ch09.html
@@ -485,6 +485,12 @@
results in larger responses, but reduces CPU consumption and
may improve throughput. The default is yes.
+ A "read-only" clause is now available for non-destructive + control channel access. In such cases, a restricted set of + rndc commands are allowed for querying information from named. + By default, control channel access is read-write. +
yes.
++ A "read-only" clause is now available for non-destructive + control channel access. In such cases, a restricted set of + rndc commands are allowed for querying information from named. + By default, control channel access is read-write. +