matrix: Point DNS to nachtigall
All checks were successful
Flake checks / Check (pull_request) Successful in 15m47s

This commit is contained in:
Akshay Mankar 2023-11-19 18:21:45 +01:00
parent 8a2d946206
commit ccbfb211fd
Signed by: axeman
GPG key ID: CA08F3AB62369B89

View file

@ -74,8 +74,8 @@ resource "namecheap_domain_records" "pub-solar" {
}
record {
hostname = "chat"
type = "A"
address = "85.88.23.162"
type = "CNAME"
address = "nachtigall.pub.solar."
ttl = 60
}
record {
@ -130,8 +130,8 @@ resource "namecheap_domain_records" "pub-solar" {
}
record {
hostname = "matrix"
type = "A"
address = "85.88.23.162"
type = "CNAME"
address = "nachtigall.pub.solar."
ttl = 60
}
record {
@ -186,22 +186,6 @@ resource "namecheap_domain_records" "pub-solar" {
type = "CNAME"
address = "nachtigall.pub.solar."
}
record {
hostname = "chat.test"
type = "CNAME"
address = "nachtigall.pub.solar."
}
record {
hostname = "test"
type = "CNAME"
address = "nachtigall.pub.solar."
}
record {
hostname = "turn.test"
type = "CNAME"
address = "nachtigall.pub.solar."
ttl = "300"
}
# SRV records can only be changed via NameCheap Web UI
# add comment
}