From 21ce42dc67543a013fa4fb16aedcdc0db8e128db Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 14 Apr 2025 09:10:10 -0700 Subject: [PATCH] Reduce the review.o.o record TTL The review.opendev.org CNAME record's TTL is being reduced to 300 seconds in preparation for the move to the new review03 server. It should be safe to land this at any time. Users will just make more frequent DNS queries for this record. Change-Id: I9fae1f0bf98516856c614e27745d7a018332f459 --- zones/opendev.org/zone.db | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zones/opendev.org/zone.db b/zones/opendev.org/zone.db index cb10458..cecbd4a 100644 --- a/zones/opendev.org/zone.db +++ b/zones/opendev.org/zone.db @@ -2,7 +2,7 @@ $ORIGIN opendev.org. $TTL 1h @ IN SOA adns02.opendev.org. hostmaster.opendev.org. ( - 1744143031 ; serial number unixtime + 1744646971 ; serial number unixtime 1h ; refresh (secondary checks for updates) 10m ; retry (secondary retries failed axfr) 10d ; expire (secondary ends serving old data) @@ -678,7 +678,7 @@ _acme-challenge.ptgbot IN CNAME acme.opendev.org. ; Note that review servers do not have SSHFP records as they run ; multiple ssh services with different keys (host ssh and gerrit ssh). ; SSHFP has no way to express what port the keys relate to. -review IN CNAME review02 +review 300 IN CNAME review02 _acme-challenge.review IN CNAME acme.opendev.org. review02 IN A 199.204.45.33