Added filemanager and websites hosts to stash domain.

This commit is contained in:
Otho 2022-12-31 00:28:14 -05:00
parent 28d9491dcd
commit 9591efd680
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

View File

@ -46,4 +46,14 @@ resource "namecheap_domain_records" "othostash" {
hostname = "www"
type = "CNAME"
}
record {
address = "rprxy-0.saline.o4data.net"
hostname = "websites"
type = "CNAME"
}
record {
address = "rprxy-0.saline.o4data.net"
hostname = "filemanager"
type = "CNAME"
}
}