forked from pub-solar/infra
feat: move cloud dns to nachtigall
This commit is contained in:
parent
bafa56ea57
commit
c718eff9d6
|
@ -80,8 +80,8 @@ resource "namecheap_domain_records" "pub-solar" {
|
||||||
}
|
}
|
||||||
record {
|
record {
|
||||||
hostname = "cloud"
|
hostname = "cloud"
|
||||||
type = "A"
|
type = "CNAME"
|
||||||
address = "80.71.153.133"
|
address = "nachtigall.pub.solar."
|
||||||
ttl = 60
|
ttl = 60
|
||||||
}
|
}
|
||||||
record {
|
record {
|
||||||
|
|
Loading…
Reference in a new issue