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: I8dfc4e805082694e9dc8370f47eb2c18ef1f7886
This commit is contained in:
Jeremy Stanley 2022-12-05 17:02:08 +00:00
parent 121f6ec0d1
commit 45565a3045
1 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
$ORIGIN opendev.org.
$TTL 1h
@ IN SOA adns1.opendev.org. hostmaster.opendev.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)
@ -299,8 +299,9 @@ _acme-challenge.keycloak01 IN CNAME acme.opendev.org.
keycloak IN CNAME keycloak01
_acme-challenge.keycloak IN CNAME acme.opendev.org.
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 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.
lists01 IN A 162.209.78.70