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: I1ccec6900537c6c4243816dcd96b5fb9427f6bb5
This commit is contained in:
parent
842ab4b335
commit
47b24489c2
@ -2,13 +2,15 @@
|
||||
$ORIGIN gating.dev.
|
||||
$TTL 1h
|
||||
@ IN SOA adns1.opendev.org. hostmaster.opendev.org. (
|
||||
1681321629 ; serial number unixtime
|
||||
1681971764 ; 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 ns1.opendev.org.
|
||||
@ IN NS ns2.opendev.org.
|
||||
@ IN NS ns03.opendev.org.
|
||||
@ IN NS ns04.opendev.org.
|
||||
|
||||
@ IN A 104.130.253.131
|
||||
@ IN AAAA 2001:4800:7818:103:be76:4eff:fe01:f37d
|
||||
|
Loading…
Reference in New Issue
Block a user