feat: enable maintenance page for mastodon

pull/17/head
teutat3s 2023-10-27 23:47:45 +02:00
parent 5316212877
commit b70cd17bc9
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
1 changed files with 2 additions and 2 deletions

View File

@ -120,8 +120,8 @@ resource "namecheap_domain_records" "pub-solar" {
} }
record { record {
hostname = "mastodon" hostname = "mastodon"
type = "A" type = "CNAME"
address = "85.88.23.161" address = "flora-6.pub.solar"
ttl = 60 ttl = 60
} }
record { record {