Add A(AAA) records for (www.)opendev.org

Serve opendev.org and www.opendev.org from files.openstack.org.

Change-Id: Ifbdb3a0c8e3b8695cf401751baf5d13c0dbf8f33
This commit is contained in:
James E. Blair 2018-11-29 10:23:17 -08:00
parent 35aaa5dcff
commit 424a7a0460
1 changed files with 5 additions and 1 deletions

View File

@ -2,16 +2,20 @@
$ORIGIN opendev.org.
$TTL 5m
@ IN SOA adns1.opendev.org. hostmaster.opendev.org. (
1540318817 ; serial number unixtime
1543515793 ; 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 A 23.253.125.17
@ IN AAAA 2001:4800:7817:103:be76:4eff:fe04:e3e3
adns1 IN A 104.239.146.24
adns1 IN AAAA 2001:4800:7819:104:be76:4eff:fe04:43d0
ns1 IN A 104.239.140.165
ns1 IN AAAA 2001:4800:7819:104:be76:4eff:fe04:38f0
ns2 IN A 162.253.55.16
ns2 IN AAAA 2604:e100:1:0:f816:3eff:fe2c:7447
www IN A 23.253.125.17
www IN AAAA 2001:4800:7817:103:be76:4eff:fe04:e3e3