diff options
author | Vincent Ambo <mail@tazj.in> | 2021-05-03T22·45+0200 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-05-03T22·55+0000 |
commit | 5b45eae276a377d4acdaa64a39d54f72b74e3328 (patch) | |
tree | 35ca6f6f972a849a5c7bb8c85653af36d80d4370 /ops/dns/tvl.su.zone | |
parent | 8c0776485e81cdf1db8627c9484c8594e18678ab (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>
Diffstat (limited to 'ops/dns/tvl.su.zone')
-rw-r--r-- | ops/dns/tvl.su.zone | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ops/dns/tvl.su.zone b/ops/dns/tvl.su.zone index 3f1fc7577e5f..f19d0d191a8e 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. |