Move ns records to opendev
We're ready to replace the nameservers now. Change-Id: I13756d8e9585d7ec0c50c6d553ab95470dbda6bd
This commit is contained in:
parent
5eb555370e
commit
4f4361cdb8
@ -1,14 +1,14 @@
|
||||
; -*- mode: zone -*-
|
||||
$ORIGIN zuul-ci.org.
|
||||
$TTL 5m
|
||||
@ IN SOA adns1.openstack.org. hostmaster.openstack.org. (
|
||||
1522167762 ; serial number unixtime
|
||||
@ IN SOA adns1.opendev.org. hostmaster.openstack.org. (
|
||||
1546635320 ; 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.zuul-ci.org.
|
||||
@ IN NS ns2.zuul-ci.org.
|
||||
@ IN NS ns1.opendev.org.
|
||||
@ IN NS ns2.opendev.org.
|
||||
@ IN A 23.253.125.17
|
||||
@ IN AAAA 2001:4800:7817:103:be76:4eff:fe04:e3e3
|
||||
ns1 IN A 23.253.236.219
|
||||
|
@ -1,14 +1,14 @@
|
||||
; -*- mode: zone -*-
|
||||
$ORIGIN zuulci.org.
|
||||
$TTL 5m
|
||||
@ IN SOA adns1.openstack.org. hostmaster.openstack.org. (
|
||||
1526407318 ; serial number unixtime
|
||||
@ IN SOA adns1.opendev.org. hostmaster.openstack.org. (
|
||||
1546635334 ; 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.zuul-ci.org.
|
||||
@ IN NS ns2.zuul-ci.org.
|
||||
@ IN NS ns1.opendev.org.
|
||||
@ IN NS ns2.opendev.org.
|
||||
@ IN A 23.253.125.17
|
||||
@ IN AAAA 2001:4800:7817:103:be76:4eff:fe04:e3e3
|
||||
www IN A 23.253.125.17
|
||||
|
Loading…
x
Reference in New Issue
Block a user