Merge pull request 'Enable maintenance page for mastodon' (#17) from mastodon-maintenance-redirect into main
Reviewed-on: pub-solar/infra#17 Reviewed-by: b12f <hello@benjaminbaedorf.eu>
This commit is contained in:
commit
0d039dcf06
|
@ -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