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:
teutat3s 2024-01-27 10:42:48 +00:00
commit 0ac447f6f5
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

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"