Skip to content

Commit 69bf7c0

Browse files
author
Spencer Rak
committed
Support forwarders option
1 parent 7219f70 commit 69bf7c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

carthage_base/templates/named.conf.options.mako

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ options {
88
dnssec-validation auto;
99

1010
listen-on-v6 { any; };
11+
allow-query { any; };
1112
${local_conf.addr_list(named_options, 'allow_recursion')}\
13+
%if "forwarders" in instance.named_options:
14+
${local_conf.addr_list(named_options, 'forwarders')}\
15+
%endif
1216
};
13-

0 commit comments

Comments
 (0)