From db6aa259e892fc9d5de92473ec9a22558768f7b8 Mon Sep 17 00:00:00 2001 From: Otho Date: Wed, 18 Jan 2023 00:24:35 -0500 Subject: [PATCH] Updated DNS. --- dns.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }