From df3f12c03582c05d366b970598a569d6385ea417 Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Sat, 27 Apr 2024 22:41:36 +0200 Subject: [PATCH] update obs-portal dns target --- terraform/dns.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/dns.tf b/terraform/dns.tf index 60226c0..5fb7c0a 100644 --- a/terraform/dns.tf +++ b/terraform/dns.tf @@ -36,8 +36,8 @@ resource "namecheap_domain_records" "pub-solar" { } record { hostname = "obs-portal" - type = "A" - address = "80.71.153.210" + type = "CNAME" + address = "nachtigall.pub.solar." } record { hostname = "vpn"