From b033871638f09dfb24e67b04b6e8e02d2b964cb4 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 24 Aug 2021 14:03:42 +0300 Subject: [PATCH] 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 --- ops/dns/nixery.dev.zone | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ops/dns/nixery.dev.zone b/ops/dns/nixery.dev.zone index 2ef8e638e..ca1c156a5 100644 --- a/ops/dns/nixery.dev.zone +++ b/ops/dns/nixery.dev.zone @@ -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.