diff --git a/domain.tf b/domain.tf index aa7c8b1..da0c802 100644 --- a/domain.tf +++ b/domain.tf @@ -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" + } }