Skip to content

Commit

Permalink
Add DNS record
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Mar 1, 2024
1 parent 9736e5a commit 19b6e0e
Showing 1 changed file with 24 additions and 13 deletions.
37 changes: 24 additions & 13 deletions dns/radiotopia.fm-hosted_zone.yml
Expand Up @@ -48,6 +48,30 @@ Resources:
- '"google-site-verification=D9WbAXu3ah7RWYrmBegvsOP6TX32PLP8iS9B84FjMCY"'
TTL: "300"
Type: TXT
Web:
Type: AWS::Route53::RecordSetGroup
Properties:
Comment: Web
HostedZoneId: !Ref HostedZone
RecordSets:
- Name: !Ref Domain
ResourceRecords:
- "198.185.159.144"
- "198.185.159.145"
- "198.49.23.144"
- "198.49.23.145"
TTL: "3600"
Type: A
- Name: !Sub www.${Domain}
ResourceRecords:
- ext-cust.squarespace.com.
TTL: "3600"
Type: CNAME
- Name: !Sub bts2024.${Domain}
ResourceRecords:
- "104.18.233.229"
TTL: "120"
Type: A
Email:
Type: AWS::Route53::RecordSetGroup
Properties:
Expand Down Expand Up @@ -240,19 +264,6 @@ Resources:
Comment: Squarespace
HostedZoneId: !Ref HostedZone
RecordSets:
- Name: !Ref Domain
ResourceRecords:
- "198.185.159.144"
- "198.185.159.145"
- "198.49.23.144"
- "198.49.23.145"
TTL: "3600"
Type: A
- Name: !Sub www.${Domain}
ResourceRecords:
- ext-cust.squarespace.com.
TTL: "3600"
Type: CNAME
- Name: !Sub 8k7w47c5y878fddxzmfk.${Domain}
ResourceRecords:
- verify.squarespace.com.
Expand Down

0 comments on commit 19b6e0e

Please sign in to comment.