forked from pub-solar/infra
fix: update collabora dns to nachtigall
This commit is contained in:
parent
c718eff9d6
commit
7a3b9a8cef
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue