Skip to content

Commit

Permalink
Add Pretalx DNS alias (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee authored Feb 14, 2024
1 parent 84d0dd4 commit 9d8e240
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,13 @@ resource "aws_route53_record" "mailu-test-dmarc" {
"v=DMARC1; p=reject; rua=mailto:[email protected]; ruf=mailto:[email protected]; adkim=s; aspf=s"
]
}

resource "aws_route53_record" "pretalx" {
zone_id = "Z0173878287JIU5M4KB8R"
name = "pretalx.seagl.org"
type = "CNAME"
ttl = "300"
records = [
"dokku.seagl.org"
]
}

0 comments on commit 9d8e240

Please sign in to comment.