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>
main
b12f 2023-10-27 23:51:53 +02:00
commit 0d039dcf06
Signed by: pub.solar gitea
GPG Key ID: F0332B04B7054873
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 {