Set default ttl to one hour

We did this for opendev.org's zonefile a while back and I mistakenly
assumed it had been done for other zones. Lets keep them in sync as a
longer TTL is kinder to servers and clients.

Change-Id: Idbcfa1cfc7f8567832788c62f1d82051bf5dc595
This commit is contained in:
Clark Boylan 2023-04-12 10:48:12 -07:00
parent f1bd01bd3a
commit 0a11a71415
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
; -*- mode: zone -*-
$ORIGIN zuul-ci.org.
$TTL 5m
$TTL 1h
@ IN SOA adns1.opendev.org. hostmaster.openstack.org. (
1680805183 ; serial number unixtime
1681321629 ; serial number unixtime
1h ; refresh (secondary checks for updates)
10m ; retry (secondary retries failed axfr)
10d ; expire (secondary ends serving old data)

View File

@ -1,8 +1,8 @@
; -*- mode: zone -*-
$ORIGIN zuulci.org.
$TTL 5m
$TTL 1h
@ IN SOA adns1.opendev.org. hostmaster.openstack.org. (
1680805183 ; serial number unixtime
1681321629 ; serial number unixtime
1h ; refresh (secondary checks for updates)
10m ; retry (secondary retries failed axfr)
10d ; expire (secondary ends serving old data)