Skip to content

Commit

Permalink
terraform/do/dns: xq-api uses omniproxy
Browse files Browse the repository at this point in the history
Closes: #175 [via git-merge-pr]
  • Loading branch information
classabbyamp authored and the-maldridge committed Oct 23, 2023
1 parent 0777f94 commit d843d76
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions terraform/do/dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -359,13 +359,6 @@ resource "digitalocean_record" "xmirror" {
value = "void-linux.github.io."
}

resource "digitalocean_record" "xqapi" {
domain = digitalocean_domain.voidlinux_org.name
type = "CNAME"
name = "xq-api"
value = "a-hel-fi.m.${digitalocean_domain.voidlinux_org.name}."
}

################################################################
# Mirrors #
# #
Expand Down

0 comments on commit d843d76

Please sign in to comment.