Switch lists to resolve to the new Mailman server

With the import work complete, repoint DNS to the new server so that
deliveries will resume normally.

Change-Id: Iad42f7b5a0a898b24ee5e21b3d42a1613f50855d
This commit is contained in:
Jeremy Stanley 2022-12-05 17:16:11 +00:00
parent 866228372f
commit 2aa353082d
1 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
$ORIGIN zuul-ci.org.
$TTL 5m
@ IN SOA adns1.opendev.org. hostmaster.openstack.org. (
1670257751 ; serial number unixtime
1670257752 ; serial number unixtime
1h ; refresh (secondary checks for updates)
10m ; retry (secondary retries failed axfr)
10d ; expire (secondary ends serving old data)
@ -16,8 +16,9 @@ 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
lists 300 IN A 199.204.45.33
lists 300 IN AAAA 2604:e100:1:0:f816:3eff:fe52:22de
; We use address records for lists01.opendev.org here instead of a CNAME
lists 300 IN A 162.209.78.70
lists 300 IN AAAA 2001:4800:7813:516:be76:4eff:fe04:5423
_acme-challenge.lists IN CNAME acme.opendev.org.
www IN A 23.253.245.150
www IN AAAA 2001:4800:7818:101:be76:4eff:fe04:7c28