dns: add stream.pub.solar for owncast instance

pull/9/head
teutat3s 2023-05-13 16:55:50 +02:00
parent e266d528f3
commit 012b25e5d4
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@ resource "namecheap_domain_records" "pub-solar" {
type = "CNAME"
address = "flora-6.svc.e5756d08-36fd-424b-f8bc-acdb92ca7b82.lev-1.greenbaum.zone."
}
record {
hostname = "stream"
type = "CNAME"
address = "flora-6.svc.e5756d08-36fd-424b-f8bc-acdb92ca7b82.lev-1.greenbaum.zone."
}
record {
hostname = "list"
type = "A"