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
This commit is contained in:
parent
26ca53827b
commit
e62e7802b5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user