Skip to content

Commit

Permalink
terraform/do/dns: xq-api uses omniproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Oct 23, 2023
1 parent f4ffe2b commit 2f528b9
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 @@ -366,13 +366,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 2f528b9

Please sign in to comment.