We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3671e72 commit b1b09a3Copy full SHA for b1b09a3
carthage_base/templates/named.conf.options.mako
@@ -8,7 +8,9 @@ options {
8
dnssec-validation auto;
9
10
listen-on-v6 { any; };
11
- allow-query { any; };
+ %if "allow_query" in instance.named_options:
12
+ ${local_conf.addr_list(named_options, "allow_query")}\
13
+ %endif
14
${local_conf.addr_list(named_options, 'allow_recursion')}\
15
%if "forwarders" in instance.named_options:
16
${local_conf.addr_list(named_options, 'forwarders')}\
0 commit comments