forked from pub-solar/infra
matrix: Point DNS to nachtigall
This commit is contained in:
parent
8a2d946206
commit
ccbfb211fd
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue