Skip to content

Commit

Permalink
Add .dovetail.prx.org records
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Oct 13, 2023
1 parent d7c7668 commit c03dfa5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions dns/prx.org-hosted_zone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit c03dfa5

Please sign in to comment.