diff --git a/dns.tf b/dns.tf index b04ce22..dd7ec3e 100644 --- a/dns.tf +++ b/dns.tf @@ -20,7 +20,7 @@ provider "namecheap" {} variable "host-rproxy" { type = string - default = "rprxy-0.saline.o4data.net." + default = "rprxy.saline.o4data.net." } resource "namecheap_domain_records" "othonotes" { @@ -46,7 +46,7 @@ resource "namecheap_domain_records" "othostash" { type = "CNAME" } record { - hostname = "filemanager" + hostname = "browse" address = var.host-rproxy type = "CNAME" }