about summary refs log tree commit diff
path: root/bundles/coredns/files
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2025-09-07 17:32:13 +0200
committerRobert Günzler <r@gnzler.io>2025-09-07 17:42:42 +0200
commit38be6c13f76e893cf47636257071b440dec0c5b2 (patch)
treef7ded3235a7e3362cbd1ed3d91523968fe0faf90 /bundles/coredns/files
initial commit
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/coredns/files')
-rw-r--r--bundles/coredns/files/Corefile6
-rw-r--r--bundles/coredns/files/zones/gzr.im21
2 files changed, 27 insertions, 0 deletions
diff --git a/bundles/coredns/files/Corefile b/bundles/coredns/files/Corefile
new file mode 100644
index 0000000..5e4ec4c
--- /dev/null
+++ b/bundles/coredns/files/Corefile
@@ -0,0 +1,6 @@
+.:65353 {
+	file zones/gzr.im gzr.im
+	log
+	errors
+	#forward . 9.9.9.9:53
+}
diff --git a/bundles/coredns/files/zones/gzr.im b/bundles/coredns/files/zones/gzr.im
new file mode 100644
index 0000000..eeb5a37
--- /dev/null
+++ b/bundles/coredns/files/zones/gzr.im
@@ -0,0 +1,21 @@
+$ORIGIN gzr.im.
+@	3600 IN	SOA sns.dns.icann.org. noc.dns.icann.org. (
+				2017042745 ; serial
+				7200       ; refresh (2 hours)
+				3600       ; retry (1 hour)
+				1209600    ; expire (2 weeks)
+				3600       ; minimum (1 hour)
+				)
+
+	3600 IN NS a.iana-servers.net.
+	3600 IN NS b.iana-servers.net.
+
+;; A records
+iz.ts.gzr.im.	IN A	100.82.12.64    ; inazuma
+sk.ts.gzr.im.	IN A	100.116.153.10  ; shimakaze
+
+;; CNAME records - inazuma
+rss.gzr.im.	IN CNAME	iz.ts.gzr.im.
+
+;; CNAME records - shimakaze
+tv.gzr.im.	IN CNAME	sk.ts.gzr.im.