
This adds a zone file with an SOA which should be enough for our nameservers to start serving it. Change-Id: Ib48c29f2ae1921546f3d2a10b646ddec21d5b19c
12 lines
433 B
Plaintext
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.
|