
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
18 lines
713 B
Plaintext
18 lines
713 B
Plaintext
; -*- mode: zone -*-
|
|
$ORIGIN gating.dev.
|
|
$TTL 1h
|
|
@ IN SOA adns1.opendev.org. hostmaster.opendev.org. (
|
|
1681321629 ; 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.
|
|
|
|
@ 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.
|