fix: make turn.pub.solar CNAME record, fixing IPv6 #101

Merged
teutat3s merged 1 commit from fix/turn-dns into main 2024-01-27 10:42:48 +00:00

View file

@ -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"