fix: make turn.pub.solar CNAME record, fixing IPv6
All checks were successful
Flake checks / Check (pull_request) Successful in 9m47s

This commit is contained in:
teutat3s 2024-01-25 20:23:14 +01:00
parent 3ab82b814c
commit 766a2770d8
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

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"