summaryrefslogtreecommitdiff
path: root/roles/nameservers/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/nameservers/templates')
-rw-r--r--roles/nameservers/templates/db.simponic.xyz.j24
-rw-r--r--roles/nameservers/templates/named.conf.local.primary.j22
2 files changed, 3 insertions, 3 deletions
diff --git a/roles/nameservers/templates/db.simponic.xyz.j2 b/roles/nameservers/templates/db.simponic.xyz.j2
index 7494f83..7b8d44b 100644
--- a/roles/nameservers/templates/db.simponic.xyz.j2
+++ b/roles/nameservers/templates/db.simponic.xyz.j2
@@ -9,11 +9,11 @@ $TTL 604800
; Name servers
simponic.xyz. IN NS {{ dns_primary_hostname }}.simponic.xyz.
-simponic.xyz. IN NS {{ dns_replica_hostname }}.simponic.xyz.
+; simponic.xyz. IN NS {{ dns_replica_hostname }}.simponic.xyz.
;; A Records
{{ dns_primary_hostname }} IN A {{ dns_primary_ip }}
-{{ dns_replica_hostname }} IN A {{ dns_replica_ip }}
+; {{ dns_replica_hostname }} IN A {{ dns_replica_ip }}
johan.simponic.xyz. 1 IN A 23.95.20.192
osaka.simponic.xyz. 1 IN A 129.123.76.14
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 %}