fix: update collabora dns to nachtigall

This commit is contained in:
Benjamin Bädorf 2023-10-29 18:29:34 +01:00 committed by b12f
parent c718eff9d6
commit 7a3b9a8cef
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

View file

@ -62,8 +62,8 @@ resource "namecheap_domain_records" "pub-solar" {
}
record {
hostname = "collabora"
type = "A"
address = "80.71.153.210"
type = "CNAME"
address = "nachtigall.pub.solar."
ttl = 60
}
record {