From 9f177062c7173ad085357394a29da6ab5b860bb8 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 1 Oct 2021 18:34:44 +0300 Subject: feat(ops/dns): add static.tvl.{fyi|su} This hostname can be used for hosting static assets with aggressive caching for everything, or potentially CDNing stuff if we ever have large things here. Change-Id: I10afdad5eb08125d8d09108e9e099f5573362fe5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3663 Reviewed-by: sterni Tested-by: BuildkiteCI --- ops/dns/tvl.fyi.zone | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ops/dns/tvl.fyi.zone') diff --git a/ops/dns/tvl.fyi.zone b/ops/dns/tvl.fyi.zone index d18dc6027500..d1961c6a7a82 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. 18 21600 3600 259200 300 +tvl.fyi. 21600 IN SOA ns-cloud-b1.googledomains.com. cloud-dns-hostmaster.google.com. 20 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. @@ -34,5 +34,6 @@ cs.tvl.fyi. 21600 IN CNAME whitby.tvl.fyi. deploys.tvl.fyi. 21600 IN CNAME whitby.tvl.fyi. images.tvl.fyi. 21600 IN CNAME whitby.tvl.fyi. login.tvl.fyi. 21600 IN CNAME whitby.tvl.fyi. +static.tvl.fyi. 21600 IN CNAME whitby.tvl.fyi. status.tvl.fyi. 21600 IN CNAME whitby.tvl.fyi. todo.tvl.fyi. 21600 IN CNAME whitby.tvl.fyi. -- cgit 1.4.1