Skip to content

Commit

Permalink
fix(dns/theworld.org): comment out projects A/AAAA records
Browse files Browse the repository at this point in the history
  • Loading branch information
rpeterman-gp committed Aug 15, 2024
1 parent fdf7fef commit 6db4d60
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions dns/theworld.org-hosted-zone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,17 +154,17 @@ Resources:
Name: !Sub api.${Domain}

# Projects
- ResourceRecords:
- "23.185.0.4"
TTL: "3600"
Type: A
Name: !Sub projects.${Domain}
- ResourceRecords:
- 2620:12a:8000::4
- 2620:12a:8001::4
TTL: "3600"
Type: AAAA
Name: !Sub projects.${Domain}
# - ResourceRecords:
# - "23.185.0.4"
# TTL: "3600"
# Type: A
# Name: !Sub projects.${Domain}
# - ResourceRecords:
# - 2620:12a:8000::4
# - 2620:12a:8001::4
# TTL: "3600"
# Type: AAAA
# Name: !Sub projects.${Domain}

Search:
Type: AWS::Route53::RecordSetGroup
Expand Down

0 comments on commit 6db4d60

Please sign in to comment.