From b70cd17bc95e70e0747f3deb8549171aa4d2b75d Mon Sep 17 00:00:00 2001 From: teutat3s Date: Fri, 27 Oct 2023 23:47:45 +0200 Subject: [PATCH] feat: enable maintenance page for mastodon --- terraform/lev-1/dns.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {