Skip to content

Commit

Permalink
terraform/cloudflare: unproxy portal
Browse files Browse the repository at this point in the history
See of 2.2.1 (j) of <https://www.cloudflare.com/terms>.
  • Loading branch information
linyinfeng committed Dec 17, 2024
1 parent a83b7b0 commit a45a266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/cloudflare.tf
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ resource "cloudflare_record" "zip_prebuilt_wildcard" {

locals {
service_cname_mappings = {
portal = { on = "hkg0", proxy = true }
atuin = { on = "hkg0", proxy = true }
cache-overlay = { on = "hkg0", proxy = true }
nuc-proxy = { on = "hkg0", proxy = true }
Expand All @@ -123,6 +122,7 @@ locals {
static = { on = "mtl0", proxy = true }
http-test = { on = "mtl0", proxy = true }
sicp-staging = { on = "mtl0", proxy = true }
portal = { on = "hkg0", proxy = false }
minio = { on = "mtl0", proxy = false }
prebuilt-zip = { on = "mtl0", proxy = false }
"shanghai.derp" = { on = "shg0", proxy = false }
Expand Down

0 comments on commit a45a266

Please sign in to comment.