Set default ttl to one hour

I thought we had done this to all the zones after updating opendev.org
but we didn't. Update the default ttl for gating.dev to one hour as this
is kinder to clients and servers.

Change-Id: I7a728acd5fb538156ee0235c705e266ff5d91328
This commit is contained in:
Clark Boylan 2023-04-12 10:49:39 -07:00
parent ba7f73f743
commit 842ab4b335

View File

@ -1,8 +1,8 @@
; -*- mode: zone -*-
$ORIGIN gating.dev.
$TTL 5m
$TTL 1h
@ IN SOA adns1.opendev.org. hostmaster.opendev.org. (
1680805396 ; 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)