Skip to content

Commit

Permalink
Add Bluesky DNS record
Browse files Browse the repository at this point in the history
  • Loading branch information
kabilar authored Jan 14, 2025
1 parent 25bfa80 commit a208dbb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions terraform/domain.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,11 @@ resource "aws_route53_record" "email-spf" {
ttl = "300"
records = ["v=spf1 include:spf.improvmx.com ~all"]
}

resource "aws_route53_record" "bluesky" {
zone_id = aws_route53_zone.dandi.zone_id
name = "_atproto"
type = "TXT"
ttl = "300"
records = ["did=did:plc:5tjxaioq3ynbbynnarq5dziq"]
}

0 comments on commit a208dbb

Please sign in to comment.