
These have been replaced with the Jammy refresh servers. This should be done after the registry is udpated to point to the new servers. Change-Id: I3d10f8d0fb43ffa91efaa91107d3bbde93d642fa
30 lines
1.2 KiB
Plaintext
30 lines
1.2 KiB
Plaintext
; -*- mode: zone -*-
|
|
$ORIGIN zuul-ci.org.
|
|
$TTL 1h
|
|
@ IN SOA adns02.opendev.org. hostmaster.openstack.org. (
|
|
1681972085 ; serial number unixtime
|
|
1h ; refresh (secondary checks for updates)
|
|
10m ; retry (secondary retries failed axfr)
|
|
10d ; expire (secondary ends serving old data)
|
|
5m ) ; min ttl (cache time for failed lookups)
|
|
@ IN NS ns03.opendev.org.
|
|
@ IN NS ns04.opendev.org.
|
|
@ IN A 104.130.253.131
|
|
@ IN AAAA 2001:4800:7818:103:be76:4eff:fe01:f37d
|
|
@ IN TXT google-site-verification=qV9PGeBrEuWddnzR_BtHoTnG9xrUbgW5CB16Q1iFyRw
|
|
ns1 IN A 23.253.236.219
|
|
ns1 IN AAAA 2001:4800:7817:103:be76:4eff:fe04:3fc7
|
|
ns2 IN A 162.253.55.139
|
|
ns2 IN AAAA 2604:e100:1:0:f816:3eff:fe53:ee69
|
|
; We use address records for lists01.opendev.org here instead of a CNAME
|
|
lists IN A 162.209.78.70
|
|
lists IN AAAA 2001:4800:7813:516:be76:4eff:fe04:5423
|
|
_acme-challenge.lists IN CNAME acme.opendev.org.
|
|
www IN CNAME static.opendev.org.
|
|
git IN CNAME static.opendev.org.
|
|
registry IN CNAME static.opendev.org.
|
|
_acme-challenge IN CNAME acme.opendev.org.
|
|
_acme-challenge.www IN CNAME acme.opendev.org.
|
|
_acme-challenge.git IN CNAME acme.opendev.org.
|
|
_acme-challenge.registry IN CNAME acme.opendev.org.
|