fix: make turn.pub.solar CNAME record, fixing IPv6 #101
|
@ -77,8 +77,8 @@ resource "namecheap_domain_records" "pub-solar" {
|
|||
}
|
||||
record {
|
||||
hostname = "turn"
|
||||
type = "A"
|
||||
address = "138.201.80.102"
|
||||
type = "CNAME"
|
||||
address = "nachtigall.pub.solar."
|
||||
}
|
||||
record {
|
||||
hostname = "grafana"
|
||||
|
|
Loading…
Reference in a new issue