diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-08-01 03:04:07 -0400 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-08-01 03:04:07 -0400 |
commit | 4eb2e6990db54cb99b0fc738b3624ce75be09415 (patch) | |
tree | adacaf914b801c55e16ac182ef03d750c9731e2b /roles/nameservers/templates/db.simponic.xyz.j2 | |
parent | a2599ee56244940885bf2f85d9f6f4ddb7dcecd2 (diff) | |
download | oldinfra-main.tar.gz oldinfra-main.zip |
Diffstat (limited to 'roles/nameservers/templates/db.simponic.xyz.j2')
-rw-r--r-- | roles/nameservers/templates/db.simponic.xyz.j2 | 4 |
1 files changed, 2 insertions, 2 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 |