Temporarily lower the address TTLs for lists

Maintenance is coming up in a few hours, during which lists will
have its DNS records changed at least a couple of times, so lower
the TTL on those in advance in order to facilitate faster global
updates.

Change-Id: I3befc7c09e76dd46af80aa6bb4b996d877eb6e3f
This commit is contained in:
Jeremy Stanley 2022-12-05 17:10:29 +00:00
parent b2b654ee4a
commit 347100bbda
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
$ORIGIN zuul-ci.org.
$TTL 5m
@ IN SOA adns1.opendev.org. hostmaster.openstack.org. (
1642691509 ; serial number unixtime
1670257750 ; 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,8 @@ 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 IN A 50.56.173.222
lists IN AAAA 2001:4800:780e:510:3bc3:d7f6:ff04:b736
lists 300 IN A 50.56.173.222
lists 300 IN AAAA 2001:4800:780e:510:3bc3:d7f6:ff04:b736
_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