feat: add additional test DNS entries, switch stream

to nachtigall
This commit is contained in:
teutat3s 2023-10-29 12:38:00 +01:00 committed by b12f
parent 73f9d84b31
commit 0cc3926aac
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

View file

@ -14,7 +14,6 @@ resource "namecheap_domain_records" "pub-solar" {
hostname = "auth"
type = "CNAME"
address = "nachtigall.pub.solar"
ttl = 60
}
record {
hostname = "ci"
@ -26,19 +25,16 @@ resource "namecheap_domain_records" "pub-solar" {
hostname = "git"
type = "CNAME"
address = "nachtigall.pub.solar"
ttl = 60
}
record {
hostname = "stream"
type = "A"
address = "80.71.153.210"
ttl = 60
type = "CNAME"
address = "nachtigall.pub.solar"
}
record {
hostname = "list"
type = "A"
address = "80.71.153.210"
ttl = 60
type = "CNAME"
address = "nachtigall.pub.solar"
}
record {
hostname = "obs-portal"
@ -116,13 +112,11 @@ resource "namecheap_domain_records" "pub-solar" {
hostname = "files"
type = "CNAME"
address = "nachtigall.pub.solar"
ttl = 60
}
record {
hostname = "mastodon"
type = "CNAME"
address = "nachtigall.pub.solar"
ttl = 60
}
record {
hostname = "matrix"
@ -134,7 +128,6 @@ resource "namecheap_domain_records" "pub-solar" {
hostname = "www"
type = "CNAME"
address = "nachtigall.pub.solar"
ttl = 60
}
record {
hostname = "@"
@ -171,13 +164,11 @@ resource "namecheap_domain_records" "pub-solar" {
record {
hostname = "nachtigall"
type = "A"
ttl = 60
address = "138.201.80.102"
}
record {
hostname = "nachtigall"
type = "AAAA"
ttl = 60
address = "2a01:4f8:172:1c25::1"
}
record {
@ -185,6 +176,16 @@ 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"
}
# SRV records can only be changed via NameCheap Web UI
# add comment
}