feat: enable maintenance page for mastodon
This commit is contained in:
parent
5316212877
commit
b70cd17bc9
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue