aboutsummaryrefslogtreecommitdiffstats
path: root/roles/dns/templates/zones/1314233.xyz.zone.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/dns/templates/zones/1314233.xyz.zone.j2')
-rw-r--r--roles/dns/templates/zones/1314233.xyz.zone.j221
1 files changed, 21 insertions, 0 deletions
diff --git a/roles/dns/templates/zones/1314233.xyz.zone.j2 b/roles/dns/templates/zones/1314233.xyz.zone.j2
new file mode 100644
index 0000000..ede92da
--- /dev/null
+++ b/roles/dns/templates/zones/1314233.xyz.zone.j2
@@ -0,0 +1,21 @@
+$ORIGIN 1314233.xyz.
+$TTL 1h
+
+@ IN SOA ns.1314233.xyz. admin.1314233.xyz. (
+ 2018022120 ; serial number
+ 1d ; refresh
+ 2h ; retry
+ 4w ; expire
+ 1h ; minimum TTL
+ )
+
+@ IN NS ns2.afraid.org.
+
+@ IN A {{ network.ipv4.address }}
+@ IN AAAA {{ network.ipv6.address }}
+
+www IN CNAME www.233233.xyz.
+g IN CNAME g.233233.xyz.
+zw IN CNAME zw.233233.xyz.
+
+; vim: set ft=bindzone :