feat(ops/dns): Add images.tvl.* record
This record is intended to serve Nixery. Change-Id: I575dedac18c98f9f4bd5e459babe79e850361651 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3343 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
59195e76fa
commit
aad636c8ae
2 changed files with 4 additions and 2 deletions
|
@ -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. 15 21600 3600 259200 300
|
||||
tvl.fyi. 21600 IN SOA ns-cloud-b1.googledomains.com. cloud-dns-hostmaster.google.com. 18 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.
|
||||
|
@ -32,6 +32,7 @@ cl.tvl.fyi. 21600 IN CNAME whitby.tvl.fyi.
|
|||
code.tvl.fyi. 21600 IN CNAME whitby.tvl.fyi.
|
||||
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.
|
||||
status.tvl.fyi. 21600 IN CNAME whitby.tvl.fyi.
|
||||
todo.tvl.fyi. 21600 IN CNAME whitby.tvl.fyi.
|
||||
|
|
|
@ -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. 27 21600 3600 259200 300
|
||||
tvl.su. 21600 IN SOA ns-cloud-b1.googledomains.com. cloud-dns-hostmaster.google.com. 30 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.
|
||||
|
@ -30,6 +30,7 @@ cs.tvl.su. 21600 IN CNAME whitby.tvl.su.
|
|||
login.tvl.su. 21600 IN CNAME whitby.tvl.su.
|
||||
status.tvl.su. 21600 IN CNAME whitby.tvl.su.
|
||||
todo.tvl.su. 21600 IN CNAME whitby.tvl.su.
|
||||
images.tvl.su. 21600 IN CNAME whitby.tvl.su.
|
||||
|
||||
;; Google Workspaces domain verification
|
||||
tvl.su. 21600 IN TXT "google-site-verification=3ksTBzFK3lZlzD3ddBfpaHs9qasfAiYBmvbW2T_ejH4"
|
||||
|
|
Loading…
Reference in a new issue