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 { record {
hostname = "turn" hostname = "turn"
type = "A" type = "CNAME"
address = "138.201.80.102" address = "nachtigall.pub.solar."
} }
record { record {
hostname = "grafana" hostname = "grafana"