From 766a2770d8e8e8ff81df2775bf85804902973c8f Mon Sep 17 00:00:00 2001 From: teutat3s Date: Thu, 25 Jan 2024 20:23:14 +0100 Subject: [PATCH] fix: make turn.pub.solar CNAME record, fixing IPv6 --- terraform/dns.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/dns.tf b/terraform/dns.tf index 12530ad..fee6794 100644 --- a/terraform/dns.tf +++ b/terraform/dns.tf @@ -77,8 +77,8 @@ resource "namecheap_domain_records" "pub-solar" { } record { hostname = "turn" - type = "A" - address = "138.201.80.102" + type = "CNAME" + address = "nachtigall.pub.solar." } record { hostname = "grafana"