diff --git a/terraform/lev-1/dns.tf b/terraform/lev-1/dns.tf index 7045471..6ca0b5f 100644 --- a/terraform/lev-1/dns.tf +++ b/terraform/lev-1/dns.tf @@ -120,8 +120,8 @@ resource "namecheap_domain_records" "pub-solar" { } record { hostname = "mastodon" - type = "A" - address = "85.88.23.161" + type = "CNAME" + address = "flora-6.pub.solar" ttl = 60 } record {