Skip to content

Commit

Permalink
Add Feeder assets DNS records
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Oct 6, 2023
1 parent af1ae94 commit 010206f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions dns/prx.org-hosted_zone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,17 @@ Resources:
HostedZoneId: Z2FDTNDATAQYW2 # Global CloudFront hosted zone ID
Name: !Sub assets2.${Domain}
Type: AAAA
# assets.feeder.prx.org
- AliasTarget:
DNSName: d33ymdtl70x4dy.cloudfront.net
HostedZoneId: Z2FDTNDATAQYW2 # Global CloudFront hosted zone ID
Name: !Sub assets.feeder.${Domain}
Type: A
- AliasTarget:
DNSName: d33ymdtl70x4dy.cloudfront.net
HostedZoneId: Z2FDTNDATAQYW2 # Global CloudFront hosted zone ID
Name: !Sub assets.feeder.${Domain}
Type: AAAA
# augury.prx.org
- Name: !Sub augury.${Domain}
ResourceRecords:
Expand Down Expand Up @@ -685,6 +696,12 @@ Resources:
Comment: AWS ACM validation records for prx-legacy in us-east-1
HostedZoneId: !Ref HostedZone
RecordSets:
# assets.feeder.prx.org
- Name: !Sub _b4dfcd47358bf506da3c3800733d4338.assets.feeder.${Domain}
ResourceRecords:
- _02342742bb7e9fe0c48977cb0dde2529.jdyyptrhmw.acm-validations.aws.
TTL: "3600"
Type: CNAME
# play.prx.org
- Name: !Sub _8d09676a833865f3cf06c51a75ead3e6.play.${Domain}
ResourceRecords:
Expand Down

0 comments on commit 010206f

Please sign in to comment.