From ae05ac37179f8fff72f24e9544f12b29b5031897 Mon Sep 17 00:00:00 2001 From: james-otten Date: Tue, 10 Sep 2024 22:14:45 -0400 Subject: [PATCH] Point wiki.nycmesh.net (currently unused) to future on-prem wiki location (current wiki2) --- sld/records.nycmesh.net.tf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sld/records.nycmesh.net.tf b/sld/records.nycmesh.net.tf index 3406be4..a963777 100644 --- a/sld/records.nycmesh.net.tf +++ b/sld/records.nycmesh.net.tf @@ -15,12 +15,11 @@ resource "namedotcom_record" "record_www_983538" { } # Future subdomain for the wiki -# Offline as of 9/2/24 resource "namedotcom_record" "record_wiki_1031824" { domain_name = "nycmesh.net" host = "wiki" - record_type = "A" - answer = "104.131.97.63" + record_type = "CNAME" + answer = "db.mesh.nycmesh.net" } # SPF (email)