allow-query, allow-query-cache,
+allow-transfer,
blackhole all
-use address match lists this. Similarly, the listen-on option will cause
-the server to not accept queries on any of the machine's addresses
-which do not match the list. all use address match lists.
+Similarly, the listen-on option will cause the server to not accept
+queries on any of the machine's addresses which do not match the
+list.
Because of the first-match aspect of the algorithm, an element
that defines a subset of another element in the list should come
@@ -768,7 +772,7 @@ CLASS="sect2"
>
options allow-query statement. If
-not specified, the default is to allow queries from all hosts.
statement.
+allow-query-cache may also be specified and will
+overrides access to the cache.
+If not specified, the default is to allow queries from all hosts.
allow-query-cache
Specifies which hosts are allowed to get answers
+from the cache. If not set allow-query applies.
+
The recommended way to set query access to the cache is now via
+allow-query-cache rather than allow-query.
+Inheritance from allow-query has been retained for
+backwards compatability.
+
Note: If allow-query-cache is set at the options
+level and not set in the view it will still override a
+allow-query set at the view level.
+