chore(ops/dns): Reduce Nixery TTLs to 1 minute temporarily
We'll need to do a DNS switchover, likely with a short amount of downtime due to TLS provisioning. It would be possible to avoid this by provisioning a cert manually pre-hoc through the DNS challenge and then configuring whitby to use that, however I simply don't have time for that right now and the Google Cloud Project for Nixery is going away in O(days) for $reasons. Change-Id: I88dface5aaacec5acfa525ae117462f8ad296d92 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3382 Tested-by: BuildkiteCI Reviewed-by: kn <klemens@posteo.de>
This commit is contained in:
parent
5627c67bed
commit
b033871638
1 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
;; Google Cloud DNS zone for nixery.dev
|
||||
nixery.dev. 21600 IN SOA ns-cloud-b1.googledomains.com. cloud-dns-hostmaster.google.com. 2 21600 3600 259200 300
|
||||
nixery.dev. 21600 IN SOA ns-cloud-b1.googledomains.com. cloud-dns-hostmaster.google.com. 3 21600 3600 259200 300
|
||||
nixery.dev. 21600 IN NS ns-cloud-b1.googledomains.com.
|
||||
nixery.dev. 21600 IN NS ns-cloud-b2.googledomains.com.
|
||||
nixery.dev. 21600 IN NS ns-cloud-b3.googledomains.com.
|
||||
|
@ -8,14 +8,14 @@ nixery.dev. 21600 IN NS ns-cloud-b4.googledomains.com.
|
|||
;; Records for current Google App Engine setup
|
||||
nixery.dev. 300 IN TXT "google-site-verification=VbkD1AYRVYQ3R-FbGCbt9pBOfiIsW4-l0KLfJHEzN4A"
|
||||
|
||||
nixery.dev. 300 IN A 216.239.32.21
|
||||
nixery.dev. 300 IN A 216.239.34.21
|
||||
nixery.dev. 300 IN A 216.239.36.21
|
||||
nixery.dev. 300 IN A 216.239.38.21
|
||||
nixery.dev. 60 IN A 216.239.32.21
|
||||
nixery.dev. 60 IN A 216.239.34.21
|
||||
nixery.dev. 60 IN A 216.239.36.21
|
||||
nixery.dev. 60 IN A 216.239.38.21
|
||||
|
||||
nixery.dev. 300 IN AAAA 2001:4860:4802:32::15
|
||||
nixery.dev. 300 IN AAAA 2001:4860:4802:34::15
|
||||
nixery.dev. 300 IN AAAA 2001:4860:4802:36::15
|
||||
nixery.dev. 300 IN AAAA 2001:4860:4802:38::15
|
||||
nixery.dev. 60 IN AAAA 2001:4860:4802:32::15
|
||||
nixery.dev. 60 IN AAAA 2001:4860:4802:34::15
|
||||
nixery.dev. 60 IN AAAA 2001:4860:4802:36::15
|
||||
nixery.dev. 60 IN AAAA 2001:4860:4802:38::15
|
||||
|
||||
www.nixery.dev. 300 IN CNAME ghs.googlehosted.com.
|
||||
www.nixery.dev. 60 IN CNAME ghs.googlehosted.com.
|
||||
|
|
Loading…
Reference in a new issue