Enable maintenance page for mastodon #17

Merged
b12f merged 1 commits from mastodon-maintenance-redirect into main 2023-10-27 21:51:54 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -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 {