Point gating.dev at the new static02 server
We've launched a new jammy static server to take over from static01. This updates DNS to point at it. Using CNAMEs where we can and A/AAAA elsewhere. Note I haven't bothered to do a shorter TTL dance with this domain because this domain is used a lot less and risk is low. Depends-On: https://review.opendev.org/c/opendev/zone-opendev.org/+/879780 Change-Id: I3057adb5d430fb398ba01b9a2951f9f4bcee7b2a
This commit is contained in:
parent
444e3d28a2
commit
ba7f73f743
@ -2,7 +2,7 @@
|
||||
$ORIGIN gating.dev.
|
||||
$TTL 5m
|
||||
@ IN SOA adns1.opendev.org. hostmaster.opendev.org. (
|
||||
1628224540 ; serial number unixtime
|
||||
1680805396 ; serial number unixtime
|
||||
1h ; refresh (secondary checks for updates)
|
||||
10m ; retry (secondary retries failed axfr)
|
||||
10d ; expire (secondary ends serving old data)
|
||||
@ -10,9 +10,8 @@ $TTL 5m
|
||||
@ IN NS ns1.opendev.org.
|
||||
@ IN NS ns2.opendev.org.
|
||||
|
||||
@ IN A 23.253.245.150
|
||||
@ IN AAAA 2001:4800:7818:101:be76:4eff:fe04:7c28
|
||||
www IN A 23.253.245.150
|
||||
www IN AAAA 2001:4800:7818:101:be76:4eff:fe04:7c28
|
||||
@ IN A 104.130.253.131
|
||||
@ IN AAAA 2001:4800:7818:103:be76:4eff:fe01:f37d
|
||||
www IN CNAME static.opendev.org.
|
||||
_acme-challenge IN CNAME acme.opendev.org.
|
||||
_acme-challenge.www IN CNAME acme.opendev.org.
|
||||
|
Loading…
x
Reference in New Issue
Block a user