9c361ef2e5
Revert recursion/cache back to "trusted" Also restrict zone transfers to "trusted" Change-Id: I172eb8c5e0f9cca1d977878b87c3d0467c33a8a7
10 lines
539 B
Diff
10 lines
539 B
Diff
diff --git a/src/provisioningserver/templates/dns/named.conf.options.inside.maas.template b/src/provisioningserver/templates/dns/named.conf.options.inside.maas.template
|
|
index d76fcfa9a..0cca0fe8d 100644
|
|
--- a/src/provisioningserver/templates/dns/named.conf.options.inside.maas.template
|
|
+++ b/src/provisioningserver/templates/dns/named.conf.options.inside.maas.template
|
|
@@ -18,3 +18,4 @@ allow-recursion { trusted; };
|
|
{{if not upstream_allow_query_cache}}
|
|
allow-query-cache { trusted; };
|
|
{{endif}}
|
|
+allow-transfer { trusted; };
|