diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-10-15T15·03+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-10-15T15·03+0200 |
commit | e3ec0a1f0e5c21e575e5d385e7f611c5f198655f (patch) | |
tree | 4cf2bdafc670f386c3a8b3f63df33009eb334fec /dns/kontemplate-works | |
parent | 4f13a9d30bb5c4e5caa69c91d0f11de249894c5e (diff) |
feat(dns): Add kontemplate.works
Diffstat (limited to 'dns/kontemplate-works')
-rw-r--r-- | dns/kontemplate-works | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dns/kontemplate-works b/dns/kontemplate-works new file mode 100644 index 000000000000..537d5856dd87 --- /dev/null +++ b/dns/kontemplate-works @@ -0,0 +1,11 @@ +;; Do not delete these +kontemplate.works. 21600 IN NS ns-cloud-d1.googledomains.com. +kontemplate.works. 21600 IN NS ns-cloud-d2.googledomains.com. +kontemplate.works. 21600 IN NS ns-cloud-d3.googledomains.com. +kontemplate.works. 21600 IN NS ns-cloud-d4.googledomains.com. +kontemplate.works. 21600 IN SOA ns-cloud-d1.googledomains.com. cloud-dns-hostmaster.google.com. 1 21600 3600 259200 300 + +;; Github site setup (temporary) +kontemplate.works. 60 IN A 192.30.252.153 +kontemplate.works. 60 IN A 192.30.252.154 +www.kontemplate.works. 60 IN CNAME tazjin.github.io. |