forked from pub-solar/infra
Merge pull request 'fix: make turn.pub.solar CNAME record, fixing IPv6' (#101) from fix/turn-dns into main
Reviewed-on: pub-solar/infra#101 Reviewed-by: hensoko <hensoko@noreply.git.pub.solar>
This commit is contained in:
commit
0ac447f6f5
|
@ -77,8 +77,8 @@ resource "namecheap_domain_records" "pub-solar" {
|
||||||
}
|
}
|
||||||
record {
|
record {
|
||||||
hostname = "turn"
|
hostname = "turn"
|
||||||
type = "A"
|
type = "CNAME"
|
||||||
address = "138.201.80.102"
|
address = "nachtigall.pub.solar."
|
||||||
}
|
}
|
||||||
record {
|
record {
|
||||||
hostname = "grafana"
|
hostname = "grafana"
|
||||||
|
|
Loading…
Reference in a new issue