From c03dfa56b2d074c11d991e4af57a22dbf119c0cc Mon Sep 17 00:00:00 2001 From: Chris Kalafarski Date: Fri, 13 Oct 2023 16:32:08 -0400 Subject: [PATCH] Add .dovetail.prx.org records --- dns/prx.org-hosted_zone.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dns/prx.org-hosted_zone.yml b/dns/prx.org-hosted_zone.yml index e3f53341c..3b006de5c 100644 --- a/dns/prx.org-hosted_zone.yml +++ b/dns/prx.org-hosted_zone.yml @@ -459,6 +459,12 @@ Resources: - id.prx.tech. TTL: "300" Type: CNAME + # inventory.dovetail.prx.org + - Name: !Sub inventory.dovetail.${Domain} + ResourceRecords: + - inventory.dovetail.prx.tech. + TTL: "300" + Type: CNAME # loadingdock.prx.org - Name: !Sub loadingdock.${Domain} ResourceRecords: @@ -471,6 +477,12 @@ Resources: - metrics.prx.tech. TTL: "900" Type: CNAME + # metrics.dovetail.prx.org + - Name: !Sub metrics.dovetail.${Domain} + ResourceRecords: + - metrics.dovetail.prx.tech. + TTL: "900" + Type: CNAME # networks.prx.org - Name: !Sub networks.${Domain} ResourceRecords: @@ -483,6 +495,12 @@ Resources: - play.prx.tech. TTL: "900" Type: CNAME + # podcasts.dovetail.prx.org + - Name: !Sub podcasts.dovetail.${Domain} + ResourceRecords: + - podcasts.dovetail.prx.tech. + TTL: "900" + Type: CNAME # publish.prx.org - Name: !Sub publish.${Domain} ResourceRecords: