Updated DNS.

This commit is contained in:
Otho 2023-01-18 00:24:35 -05:00
parent 352e25b719
commit db6aa259e8
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

4
dns.tf
View File

@ -20,7 +20,7 @@ provider "namecheap" {}
variable "host-rproxy" { variable "host-rproxy" {
type = string type = string
default = "rprxy-0.saline.o4data.net." default = "rprxy.saline.o4data.net."
} }
resource "namecheap_domain_records" "othonotes" { resource "namecheap_domain_records" "othonotes" {
@ -46,7 +46,7 @@ resource "namecheap_domain_records" "othostash" {
type = "CNAME" type = "CNAME"
} }
record { record {
hostname = "filemanager" hostname = "browse"
address = var.host-rproxy address = var.host-rproxy
type = "CNAME" type = "CNAME"
} }