James E. Blair af76a03b40 Add initial zone file
This adds a zone file with an SOA which should be enough for
our nameservers to start serving it.

Change-Id: Ib48c29f2ae1921546f3d2a10b646ddec21d5b19c
2021-06-28 12:38:21 -07:00

12 lines
433 B
Plaintext

; -*- mode: zone -*-
$ORIGIN gating.dev.
$TTL 5m
@ IN SOA adns1.opendev.org. hostmaster.opendev.org. (
1624909038 ; 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.