Remove old nameservers
These have been replaced with the Jammy refresh servers. This should be done after the registry is udpated to point to the new servers. Change-Id: Iedd2c0c1d595ccbf7eafcf4c9ce743114ee0117b
This commit is contained in:
parent
47b24489c2
commit
4266e676ee
@ -1,14 +1,12 @@
|
|||||||
; -*- mode: zone -*-
|
; -*- mode: zone -*-
|
||||||
$ORIGIN gating.dev.
|
$ORIGIN gating.dev.
|
||||||
$TTL 1h
|
$TTL 1h
|
||||||
@ IN SOA adns1.opendev.org. hostmaster.opendev.org. (
|
@ IN SOA adns02.opendev.org. hostmaster.opendev.org. (
|
||||||
1681971764 ; serial number unixtime
|
1681971790 ; serial number unixtime
|
||||||
1h ; refresh (secondary checks for updates)
|
1h ; refresh (secondary checks for updates)
|
||||||
10m ; retry (secondary retries failed axfr)
|
10m ; retry (secondary retries failed axfr)
|
||||||
10d ; expire (secondary ends serving old data)
|
10d ; expire (secondary ends serving old data)
|
||||||
5m ) ; min ttl (cache time for failed lookups)
|
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 ns03.opendev.org.
|
||||||
@ IN NS ns04.opendev.org.
|
@ IN NS ns04.opendev.org.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user