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: I862b55d1bbed314d6be9fe77ca9a5444ca6455e9
This commit is contained in:
Ian Wienand 2023-04-18 16:56:03 +10:00
parent afa9ab9e9a
commit ab172a760d
No known key found for this signature in database
2 changed files with 4 additions and 8 deletions

View File

@ -1,14 +1,12 @@
; -*- mode: zone -*-
$ORIGIN acme.opendev.org.
$TTL 5m
@ IN SOA adns1.opendev.org. hostmaster.opendev.org. (
1681972493 ; serial number unixtime
@ IN SOA adns02.opendev.org. hostmaster.opendev.org. (
1681972675 ; 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.

View File

@ -1,14 +1,12 @@
; -*- mode: zone -*-
$ORIGIN opendev.org.
$TTL 1h
@ IN SOA adns1.opendev.org. hostmaster.opendev.org. (
1682046284 ; serial number unixtime
@ IN SOA adns02.opendev.org. hostmaster.opendev.org. (
1682046325 ; 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