Production config for matrix #72

Merged
teutat3s merged 9 commits from feat/matrix-prod into main 2023-11-28 12:58:54 +00:00
Showing only changes of commit ccbfb211fd - Show all commits

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
}