fix vpn.neuralplatform.ai: replace A record with proxied CNAME through Cloudflare tunnel
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# ── neuralplatform.ai DNS ─────────────────────────────────────────────────────
|
||||
# Infrastructure and platform service subdomains.
|
||||
# All route through the legion Cloudflare tunnel to Traefik unless noted.
|
||||
|
||||
# vpn.neuralplatform.ai — Headscale coordination server (Tailscale control plane)
|
||||
resource "cloudflare_record" "np_vpn" {
|
||||
zone_id = local.zone_neuralplatform_ai
|
||||
name = "vpn"
|
||||
type = "CNAME"
|
||||
content = "${var.cloudflare_tunnel_id}.cfargotunnel.com"
|
||||
proxied = true
|
||||
ttl = 1
|
||||
}
|
||||
Reference in New Issue
Block a user