diff options
Diffstat (limited to 'bundles/coredns/files/zones/gzr.im')
| -rw-r--r-- | bundles/coredns/files/zones/gzr.im | 21 |
1 files changed, 21 insertions, 0 deletions
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. |