From 1862b40891d11e31f2f85e43d0e058dd315fbf17 Mon Sep 17 00:00:00 2001 From: Otho Ulrich Date: Wed, 18 Jan 2023 00:39:08 -0500 Subject: [PATCH] Update rproxy target. --- dns.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns.tf b/dns.tf index f4b9d0a..ae2e7e9 100644 --- a/dns.tf +++ b/dns.tf @@ -25,7 +25,7 @@ variable "apex-domain" { variable "host-rproxy" { type = string - default = "rprxy-0.saline.o4data.net." + default = "rprxy.saline.o4data.net." } variable "protonmail-domainkey-id" {