Skip to content

Commit

Permalink
Add feed CDN DNS records
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Aug 1, 2024
1 parent 2d897c6 commit 994f91a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dns/publicfeeds.net-hosted_zone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -527,3 +527,7 @@ Resources:
# Night Value
- { Type: A, Name: !Sub "pf1389ngtv.${Domain}", AliasTarget: { DNSName: "d251wvhsuq1xa7.cloudfront.net.", HostedZoneId: Z2FDTNDATAQYW2 } }
- { Type: AAAA, Name: !Sub "pf1389ngtv.${Domain}", AliasTarget: { DNSName: "d251wvhsuq1xa7.cloudfront.net.", HostedZoneId: Z2FDTNDATAQYW2 } }

# Mortified
- { Type: A, Name: !Sub "pf0490mort.${Domain}", AliasTarget: { DNSName: "d19kb9k6rw11wx.cloudfront.net.", HostedZoneId: Z2FDTNDATAQYW2 } }
- { Type: AAAA, Name: !Sub "pf0490mort.${Domain}", AliasTarget: { DNSName: "d19kb9k6rw11wx.cloudfront.net.", HostedZoneId: Z2FDTNDATAQYW2 } }

0 comments on commit 994f91a

Please sign in to comment.