feat: move cloud dns to nachtigall

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

View file

@ -80,8 +80,8 @@ resource "namecheap_domain_records" "pub-solar" {
}
record {
hostname = "cloud"
type = "A"
address = "80.71.153.133"
type = "CNAME"
address = "nachtigall.pub.solar."
ttl = 60
}
record {