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:
parent
45565a3045
commit
7a98ceeba5
@ -2,7 +2,7 @@
|
||||
$ORIGIN opendev.org.
|
||||
$TTL 1h
|
||||
@ IN SOA adns1.opendev.org. hostmaster.opendev.org. (
|
||||
1670257752 ; serial number unixtime
|
||||
1670257753 ; serial number unixtime
|
||||
1h ; refresh (secondary checks for updates)
|
||||
10m ; retry (secondary retries failed axfr)
|
||||
10d ; expire (secondary ends serving old data)
|
||||
@ -300,8 +300,8 @@ keycloak IN CNAME keycloak01
|
||||
_acme-challenge.keycloak IN CNAME acme.opendev.org.
|
||||
|
||||
; 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
|
||||
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.
|
||||
|
||||
lists01 IN A 162.209.78.70
|
||||
|
Loading…
x
Reference in New Issue
Block a user