diff --git a/terraform/dns.tf b/terraform/dns.tf index 60226c09..5fb7c0a1 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"