dns: add trinkgenossin, delite, blue-shell

This commit is contained in:
teutat3s 2024-08-24 02:58:37 +02:00
parent 99308bfe24
commit 49c21fe740
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -59,6 +59,36 @@ resource "namecheap_domain_records" "pub-solar" {
type = "A"
address = "49.13.236.167"
}
record {
hostname = "trinkgenossin"
type = "A"
address = "85.215.152.22"
}
record {
hostname = "trinkgenossin"
type = "AAAA"
address = "2a01:239:35d:f500::1"
}
record {
hostname = "delite"
type = "A"
address = "5.255.119.132"
}
record {
hostname = "delite"
type = "AAAA"
address = "2a04:52c0:124:9d8c::2"
}
record {
hostname = "blue-shell"
type = "A"
address = "194.13.83.205"
}
record {
hostname = "blue-shell"
type = "AAAA"
address = "2a03:4000:43:24e::1"
}
record {
hostname = "auth"
type = "CNAME"