summaryrefslogtreecommitdiff
path: root/roles/nameservers/templates/db.rileyandlizzy.wedding.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/nameservers/templates/db.rileyandlizzy.wedding.j2')
-rw-r--r--roles/nameservers/templates/db.rileyandlizzy.wedding.j216
1 files changed, 16 insertions, 0 deletions
diff --git a/roles/nameservers/templates/db.rileyandlizzy.wedding.j2 b/roles/nameservers/templates/db.rileyandlizzy.wedding.j2
new file mode 100644
index 0000000..e000923
--- /dev/null
+++ b/roles/nameservers/templates/db.rileyandlizzy.wedding.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
+rileyandlizzy.wedding. IN NS {{ dns_primary_hostname }}.simponic.xyz.
+rileyandlizzy.wedding. IN NS {{ dns_replica_hostname }}.simponic.xyz.
+
+; Other A records
+@ IN A 129.123.76.14
+www IN A 129.123.76.14