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 {
|
record {
|
||||||
hostname = "chat"
|
hostname = "chat"
|
||||||
type = "A"
|
type = "CNAME"
|
||||||
address = "85.88.23.162"
|
address = "nachtigall.pub.solar."
|
||||||
ttl = 60
|
ttl = 60
|
||||||
}
|
}
|
||||||
record {
|
record {
|
||||||
|
@ -130,8 +130,8 @@ resource "namecheap_domain_records" "pub-solar" {
|
||||||
}
|
}
|
||||||
record {
|
record {
|
||||||
hostname = "matrix"
|
hostname = "matrix"
|
||||||
type = "A"
|
type = "CNAME"
|
||||||
address = "85.88.23.162"
|
address = "nachtigall.pub.solar."
|
||||||
ttl = 60
|
ttl = 60
|
||||||
}
|
}
|
||||||
record {
|
record {
|
||||||
|
@ -186,22 +186,6 @@ resource "namecheap_domain_records" "pub-solar" {
|
||||||
type = "CNAME"
|
type = "CNAME"
|
||||||
address = "nachtigall.pub.solar."
|
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
|
# SRV records can only be changed via NameCheap Web UI
|
||||||
# add comment
|
# add comment
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue