Revert short @ record TTLs
This is cleanup for the previous change. We should only land it once we are happy with the new server serving things. Change-Id: I794c96f8590a844764311049899cf4b4be49f845
This commit is contained in:
parent
c98b81258e
commit
f1bd01bd3a
@ -2,15 +2,15 @@
|
||||
$ORIGIN zuul-ci.org.
|
||||
$TTL 5m
|
||||
@ IN SOA adns1.opendev.org. hostmaster.openstack.org. (
|
||||
1680805031 ; serial number unixtime
|
||||
1680805183 ; serial number unixtime
|
||||
1h ; refresh (secondary checks for updates)
|
||||
10m ; retry (secondary retries failed axfr)
|
||||
10d ; expire (secondary ends serving old data)
|
||||
5m ) ; min ttl (cache time for failed lookups)
|
||||
@ IN NS ns1.opendev.org.
|
||||
@ IN NS ns2.opendev.org.
|
||||
@ 300 IN A 104.130.253.131
|
||||
@ 300 IN AAAA 2001:4800:7818:103:be76:4eff:fe01:f37d
|
||||
@ IN A 104.130.253.131
|
||||
@ IN AAAA 2001:4800:7818:103:be76:4eff:fe01:f37d
|
||||
@ IN TXT google-site-verification=qV9PGeBrEuWddnzR_BtHoTnG9xrUbgW5CB16Q1iFyRw
|
||||
ns1 IN A 23.253.236.219
|
||||
ns1 IN AAAA 2001:4800:7817:103:be76:4eff:fe04:3fc7
|
||||
|
@ -2,15 +2,15 @@
|
||||
$ORIGIN zuulci.org.
|
||||
$TTL 5m
|
||||
@ IN SOA adns1.opendev.org. hostmaster.openstack.org. (
|
||||
1680805031 ; serial number unixtime
|
||||
1680805183 ; serial number unixtime
|
||||
1h ; refresh (secondary checks for updates)
|
||||
10m ; retry (secondary retries failed axfr)
|
||||
10d ; expire (secondary ends serving old data)
|
||||
5m ) ; min ttl (cache time for failed lookups)
|
||||
@ IN NS ns1.opendev.org.
|
||||
@ IN NS ns2.opendev.org.
|
||||
@ 300 IN A 104.130.253.131
|
||||
@ 300 IN AAAA 2001:4800:7818:103:be76:4eff:fe01:f37d
|
||||
@ IN A 104.130.253.131
|
||||
@ IN AAAA 2001:4800:7818:103:be76:4eff:fe01:f37d
|
||||
www IN CNAME static.opendev.org.
|
||||
_acme-challenge IN CNAME acme.opendev.org.
|
||||
_acme-challenge.www IN CNAME acme.opendev.org.
|
||||
|
Loading…
x
Reference in New Issue
Block a user