fix: update collabora dns to nachtigall

This commit is contained in:
Benjamin Bädorf 2023-10-29 18:29:34 +01:00
parent 4f73709cae
commit 77dfcc5b4d
No known key found for this signature in database
GPG key ID: 1B7BF5B77A521346

View file

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