From: Tinderbox User Date: Thu, 12 Nov 2015 01:04:13 +0000 (+0000) Subject: regen master X-Git-Tag: v9.11.0a1~324^2~4 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=d7a61cfbe56ebfa1682e949e48b4d08840234d8f;p=thirdparty%2Fbind9.git regen master --- diff --git a/doc/arm/Bv9ARM.ch06.html b/doc/arm/Bv9ARM.ch06.html index 26f29d3c100..fadf6711864 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 {  address_match_list  }
-                keys { key_list }; ]
+                [ keys { key_list } ]
+                [ read-only yes_or_no ] ; ]
    [ inet ...; ]
    [ unix path perm number owner number group number
-     keys { key_list }; ]
+                [ keys { key_list } ]
+                [ read-only yes_or_no ] ; ]
    [ unix ...; ]
 };
 
@@ -1047,6 +1049,16 @@ See Remote Name Daemon Control application in the section called “Administrative Tools”) for information about configuring keys in rndc.

+

+ 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 abc6e705257..81e3bbf0a79 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. +

  • diff --git a/doc/arm/notes.html b/doc/arm/notes.html index 492bc2cd8b1..b319a358d62 100644 --- a/doc/arm/notes.html +++ b/doc/arm/notes.html @@ -446,6 +446,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. +