Add Jammy refresh NS records
Add the Jammy refresh nameservers to the NS records. This should be done before updating the registry records. Change-Id: Ie55a519175f28eedc91e7e9236faf9791abb6793
This commit is contained in:
parent
80bf281c55
commit
afa9ab9e9a
@ -2,13 +2,15 @@
|
||||
$ORIGIN acme.opendev.org.
|
||||
$TTL 5m
|
||||
@ IN SOA adns1.opendev.org. hostmaster.opendev.org. (
|
||||
1551825627 ; serial number unixtime
|
||||
1681972493 ; 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 NS ns03.opendev.org.
|
||||
@ IN NS ns04.opendev.org.
|
||||
|
||||
; NOTE THIS DOMAIN IS UNMANAGED AND IS MAINTAINED BY
|
||||
; LETSENCRYPT ANSIBLE. THIS IS ONLY A TEMPLATE.
|
||||
|
@ -2,13 +2,15 @@
|
||||
$ORIGIN opendev.org.
|
||||
$TTL 1h
|
||||
@ IN SOA adns1.opendev.org. hostmaster.opendev.org. (
|
||||
1681923256 ; serial number unixtime
|
||||
1682046284 ; 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 NS ns03.opendev.org.
|
||||
@ IN NS ns04.opendev.org.
|
||||
@ IN A 38.108.68.66
|
||||
@ IN AAAA 2604:e100:3:0:f816:3eff:fea7:28c6
|
||||
@ IN SSHFP 1 1 09f6a01d2175742b257c6b98b7c72c44c4040683
|
||||
|
Loading…
x
Reference in New Issue
Block a user