summaryrefslogtreecommitdiff
path: root/roles/nameservers/templates/named.conf.local.primary.j2
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-08-01 03:04:07 -0400
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-08-01 03:04:07 -0400
commit4eb2e6990db54cb99b0fc738b3624ce75be09415 (patch)
treeadacaf914b801c55e16ac182ef03d750c9731e2b /roles/nameservers/templates/named.conf.local.primary.j2
parenta2599ee56244940885bf2f85d9f6f4ddb7dcecd2 (diff)
downloadoldinfra-4eb2e6990db54cb99b0fc738b3624ce75be09415.tar.gz
oldinfra-4eb2e6990db54cb99b0fc738b3624ce75be09415.zip
ARCHIVEHEADmain
Diffstat (limited to 'roles/nameservers/templates/named.conf.local.primary.j2')
-rw-r--r--roles/nameservers/templates/named.conf.local.primary.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/nameservers/templates/named.conf.local.primary.j2 b/roles/nameservers/templates/named.conf.local.primary.j2
index 18a0532..2756490 100644
--- a/roles/nameservers/templates/named.conf.local.primary.j2
+++ b/roles/nameservers/templates/named.conf.local.primary.j2
@@ -2,6 +2,6 @@
zone "{{ zone.zone }}" {
type master;
file "/etc/bind/zones/db.{{ zone.zone }}";
- allow-transfer { {{ dns_replica_ip }}; };
+# allow-transfer { {{ dns_replica_ip }}; };
};
{% endfor %}