Skip to content

Commit

Permalink
Drop the NS delegation for th.ooni.org
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Apr 11, 2024
1 parent d2124e9 commit 4abdf10
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tf/environments/prod/dns_records.tf
Original file line number Diff line number Diff line change
Expand Up @@ -366,14 +366,6 @@ resource "aws_route53_record" "test-lists-test-ooni-org-_CNAME_" {
zone_id = local.dns_root_zone_ooni_org
}

resource "aws_route53_record" "th-ooni-org-_NS_" {
name = "th.ooni.org"
records = ["ns1.digitalocean.com"]
ttl = "300"
type = "NS"
zone_id = local.dns_root_zone_ooni_org
}

resource "aws_route53_record" "umami-ooni-org-_CNAME_" {
name = "umami.ooni.org"
records = ["xhgyj5se.up.railway.app"]
Expand Down

0 comments on commit 4abdf10

Please sign in to comment.