about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-05-03T22·45+0200
committertazjin <mail@tazj.in>2021-05-03T22·55+0000
commit5b45eae276a377d4acdaa64a39d54f72b74e3328 (patch)
tree35ca6f6f972a849a5c7bb8c85653af36d80d4370
parent8c0776485e81cdf1db8627c9484c8594e18678ab (diff)
feat(ops/dns): Add hostnames for atward (at.*, atward.*) r/2561
The shorter one is going to be more convenient when we get
go-link (or, well, at-link) support.

Change-Id: Ic24adcdad679b893c40c87731add818660259dac
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3091
Tested-by: BuildkiteCI
Reviewed-by: isomer <isomer@tvl.fyi>
-rw-r--r--ops/dns/tvl.fyi.zone4
-rw-r--r--ops/dns/tvl.su.zone4
2 files changed, 6 insertions, 2 deletions
diff --git a/ops/dns/tvl.fyi.zone b/ops/dns/tvl.fyi.zone
index 20781ed674..35eb7a7ae2 100644
--- a/ops/dns/tvl.fyi.zone
+++ b/ops/dns/tvl.fyi.zone
@@ -2,7 +2,7 @@
 ;;
 ;; This zone is hosted in the project 'tvl-fyi', and registered via
 ;; Google Domains.
-tvl.fyi. 21600 IN SOA ns-cloud-b1.googledomains.com. cloud-dns-hostmaster.google.com. 11 21600 3600 259200 300
+tvl.fyi. 21600 IN SOA ns-cloud-b1.googledomains.com. cloud-dns-hostmaster.google.com. 15 21600 3600 259200 300
 tvl.fyi. 21600 IN NS ns-cloud-b1.googledomains.com.
 tvl.fyi. 21600 IN NS ns-cloud-b2.googledomains.com.
 tvl.fyi. 21600 IN NS ns-cloud-b3.googledomains.com.
@@ -24,6 +24,8 @@ whitby.tvl.fyi. 21600 IN A 49.12.129.211
 whitby.tvl.fyi. 21600 IN AAAA 2a01:4f8:242:5b21:0:feed:edef:beef
 
 ;; TVL services
+at.tvl.fyi.     21600 IN CNAME whitby.tvl.fyi.
+atward.tvl.fyi. 21600 IN CNAME whitby.tvl.fyi.
 b.tvl.fyi.      21600 IN CNAME whitby.tvl.fyi.
 cache.tvl.fyi.  21600 IN CNAME whitby.tvl.fyi.
 cl.tvl.fyi.     21600 IN CNAME whitby.tvl.fyi.
diff --git a/ops/dns/tvl.su.zone b/ops/dns/tvl.su.zone
index 3f1fc7577e..f19d0d191a 100644
--- a/ops/dns/tvl.su.zone
+++ b/ops/dns/tvl.su.zone
@@ -5,7 +5,7 @@
 ;;
 ;; This zone is mostly identical to tvl.fyi and will eventually become
 ;; the primary zone.
-tvl.su. 21600 IN SOA ns-cloud-b1.googledomains.com. cloud-dns-hostmaster.google.com. 24 21600 3600 259200 300
+tvl.su. 21600 IN SOA ns-cloud-b1.googledomains.com. cloud-dns-hostmaster.google.com. 27 21600 3600 259200 300
 tvl.su. 21600 IN NS ns-cloud-b1.googledomains.com.
 tvl.su. 21600 IN NS ns-cloud-b2.googledomains.com.
 tvl.su. 21600 IN NS ns-cloud-b3.googledomains.com.
@@ -20,6 +20,8 @@ whitby.tvl.su. 21600 IN A 49.12.129.211
 whitby.tvl.su. 21600 IN AAAA 2a01:4f8:242:5b21:0:feed:edef:beef
 
 ;; TVL services
+at.tvl.su.     21600 IN CNAME whitby.tvl.su.
+atward.tvl.su. 21600 IN CNAME whitby.tvl.su.
 b.tvl.su.      21600 IN CNAME whitby.tvl.su.
 cache.tvl.su.  21600 IN CNAME whitby.tvl.su.
 cl.tvl.su.     21600 IN CNAME whitby.tvl.su.