Restore the default TTL to lists

Now that we're comfortable we don't need to make any further urgent
changes, clean up the temporary TTL override.

Change-Id: I490fc7b2937d08de982074a70009fa1b8cae2d8a
This commit is contained in:
Jeremy Stanley 2022-12-05 17:03:49 +00:00
parent 45565a3045
commit 7a98ceeba5
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
$ORIGIN opendev.org. $ORIGIN opendev.org.
$TTL 1h $TTL 1h
@ IN SOA adns1.opendev.org. hostmaster.opendev.org. ( @ IN SOA adns1.opendev.org. hostmaster.opendev.org. (
1670257752 ; serial number unixtime 1670257753 ; serial number unixtime
1h ; refresh (secondary checks for updates) 1h ; refresh (secondary checks for updates)
10m ; retry (secondary retries failed axfr) 10m ; retry (secondary retries failed axfr)
10d ; expire (secondary ends serving old data) 10d ; expire (secondary ends serving old data)
@ -300,8 +300,8 @@ keycloak IN CNAME keycloak01
_acme-challenge.keycloak IN CNAME acme.opendev.org. _acme-challenge.keycloak IN CNAME acme.opendev.org.
; We use address records for lists01 here instead of a CNAME ; We use address records for lists01 here instead of a CNAME
lists 300 IN A 162.209.78.70 lists IN A 162.209.78.70
lists 300 IN AAAA 2001:4800:7813:516:be76:4eff:fe04:5423 lists IN AAAA 2001:4800:7813:516:be76:4eff:fe04:5423
_acme-challenge.lists IN CNAME acme.opendev.org. _acme-challenge.lists IN CNAME acme.opendev.org.
lists01 IN A 162.209.78.70 lists01 IN A 162.209.78.70