Add paste02 to DNS

This is a new Noble replacement server for the paste service. For this
reason we also drop the TTL on the paste.o.o CNAME to 300 seconds to
speed up the upcoming transition to the new server.

Change-Id: Icb2789445fed07f77b3e9ec87bd38184aeeaca39
This commit is contained in:
Clark Boylan 2025-01-13 08:54:22 -08:00
parent 5597b52659
commit 324b27ddac

View File

@ -2,7 +2,7 @@
$ORIGIN opendev.org.
$TTL 1h
@ IN SOA adns02.opendev.org. hostmaster.opendev.org. (
1728479983 ; serial number unixtime
1736786946 ; serial number unixtime
1h ; refresh (secondary checks for updates)
10m ; retry (secondary retries failed axfr)
10d ; expire (secondary ends serving old data)
@ -694,8 +694,19 @@ paste01 IN SSHFP 3 1 fc588bc9379aaf6e623f537a98f903d1baa2b3ac
paste01 IN SSHFP 3 2 54a4caef86f28b6d87ef8e1a20fc3f6b03f2431ac0759387cbea29962e73de16
paste01 IN SSHFP 4 1 9e95b3d2e5952d435436132f34a675309f33cf88
paste01 IN SSHFP 4 2 d947fd4b592f3ca67c318cc2606c5f6daccb99899f57aa656295edc51153f69b
paste IN CNAME paste01
_acme-challenge.paste01 IN CNAME acme.opendev.org.
paste02 IN A 104.239.142.62
paste02 IN AAAA 2001:4800:7818:104:be76:4eff:fe04:4037
paste02 IN SSHFP 1 1 e5afe24d5eb30dce9bf1f2a05d75597748f4c753
paste02 IN SSHFP 1 2 e2ab0a56d7b67a0c6c6ceec9e1b5d6090ef7a6d454f4c902efa071f6e57e9679
paste02 IN SSHFP 3 1 fe3999eb34774f8aa4abb4e6d3e7ecbfb6f92ab3
paste02 IN SSHFP 3 2 ecf690f7eabacc9ae534ca3041c744a2b35165fa1f49698fb9ff3971d2b9f829
paste02 IN SSHFP 4 1 10b0e84b9cc28a364093928ee9445b17ccfb2071
paste02 IN SSHFP 4 2 290b4fead2fe2b61335bc0d5926a719bc49be466685307f7cfcaf5145ccbc57e
_acme-challenge.paste02 IN CNAME acme.opendev.org.
paste 300 IN CNAME paste01
_acme-challenge.paste IN CNAME acme.opendev.org.
ptg IN CNAME eavesdrop01