From e62e7802b56e7b4438968449bb6210d65b582f84 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 22 Apr 2025 10:32:00 -0700 Subject: [PATCH] Set review.opendev.org TTL back to default of 1 hour This TTL was reduced to 5 minutes to make the server switch happen more quickly. Now that the servers have switched and it seems unlikely we will need to rollback lets reset the DNS record TTL to the default of an hour. Change-Id: I6964a79c9cdd97aca27eed51150c7ee6abebe58e --- 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 9eb0d00..9aaa9a8 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. ( - 1744911189 ; serial number unixtime + 1745343097 ; 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 300 IN CNAME review03 +review IN CNAME review03 _acme-challenge.review IN CNAME acme.opendev.org. review02 IN A 199.204.45.33