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 {
|
||||
hostname = "turn"
|
||||
type = "A"
|
||||
address = "138.201.80.102"
|
||||
type = "CNAME"
|
||||
address = "nachtigall.pub.solar."
|
||||
}
|
||||
record {
|
||||
hostname = "grafana"
|
||||
|
|
Loading…
Reference in a new issue