From c0ed0a948fd574208a44b2cfb5f944cf45efca29 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Mon, 1 Jan 2024 20:23:23 -0500 Subject: first dns setup checkpoint --- roles/nameservers/templates/db.rainrainra.in.j2 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 roles/nameservers/templates/db.rainrainra.in.j2 (limited to 'roles/nameservers/templates/db.rainrainra.in.j2') diff --git a/roles/nameservers/templates/db.rainrainra.in.j2 b/roles/nameservers/templates/db.rainrainra.in.j2 new file mode 100644 index 0000000..38a522e --- /dev/null +++ b/roles/nameservers/templates/db.rainrainra.in.j2 @@ -0,0 +1,16 @@ +$TTL 604800 +@ IN SOA {{ dns_primary_hostname }}.simponic.xyz. admin.simponic.xyz. ( + 5 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; + +; Name servers +rainrainra.in. IN NS {{ dns_primary_hostname }}.simponic.xyz. +rainrainra.in. IN NS {{ dns_replica_hostname }}.simponic.xyz. + +; Other A records +@ IN A 129.123.76.14 +www IN A 129.123.76.14 -- cgit v1.2.3-70-g09d2