From 38be6c13f76e893cf47636257071b440dec0c5b2 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Sun, 7 Sep 2025 17:32:13 +0200 Subject: initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/coredns/files/Corefile | 6 ++++++ bundles/coredns/files/zones/gzr.im | 21 +++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 bundles/coredns/files/Corefile create mode 100644 bundles/coredns/files/zones/gzr.im (limited to 'bundles/coredns') 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. -- cgit 1.4.1