From cf88fa54ca3b017051f7b05fcc3c7d5fcf7a1f4f Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 1 Feb 2018 08:35:51 -0800 Subject: [PATCH] Add records for web site Add records pointing to files02.openstack.org for zuul-ci.org and www.zuul-ci.org. We could make the www records a CNAME, but we can't do so for the zone itself, because CNAME can't be used with other record types and the zone must also carry SOA and NS records. Change-Id: Ia7d2257876e636042b12f9f87c82772fbdb3abc3 --- zones/zuul-ci.org/zone.db | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zones/zuul-ci.org/zone.db b/zones/zuul-ci.org/zone.db index 4abae34..3149b22 100644 --- a/zones/zuul-ci.org/zone.db +++ b/zones/zuul-ci.org/zone.db @@ -2,16 +2,20 @@ $ORIGIN zuul-ci.org. $TTL 5m @ IN SOA adns1.openstack.org. hostmaster.openstack.org. ( - 1515959169 ; serial number unixtime + 1517502941 ; 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 A 23.253.125.17 +@ IN AAAA 2001:4800:7817:103:be76:4eff:fe04:e3e3 ns1 IN A 23.253.236.219 ns1 IN AAAA 2001:4800:7817:103:be76:4eff:fe04:3fc7 ns2 IN A 162.253.55.139 ns2 IN AAAA 2604:e100:1:0:f816:3eff:fe53:ee69 lists IN A 50.56.173.222 lists IN AAAA 2001:4800:780e:510:3bc3:d7f6:ff04:b736 +www IN A 23.253.125.17 +www IN AAAA 2001:4800:7817:103:be76:4eff:fe04:e3e3