feat: move cloud dns to nachtigall

This commit is contained in:
Benjamin Bädorf 2023-10-29 17:21:57 +01:00 committed by b12f
parent bafa56ea57
commit c718eff9d6
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

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 {