From b622bb29dfae5b6ca62bb12236a514a56866cf67 Mon Sep 17 00:00:00 2001 From: = <=> Date: Fri, 20 Dec 2024 00:58:24 -0500 Subject: [PATCH] matrix dns --- terraform/cloudflare/variables.auto.tfvars | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/terraform/cloudflare/variables.auto.tfvars b/terraform/cloudflare/variables.auto.tfvars index 3b5796e..4e137c4 100644 --- a/terraform/cloudflare/variables.auto.tfvars +++ b/terraform/cloudflare/variables.auto.tfvars @@ -16,12 +16,13 @@ dns_records = [ { name = "code", type = "CNAME", content = "wan.balsillie.house", ttl = 60 }, { name = "im", type = "CNAME", content = "wan.balsillie.house", ttl = 60 }, { name = "imap", type = "CNAME", content = "wan.balsillie.house", ttl = 60 }, - { name = "matrix-auth", type = "A", content = "5.161.254.39", ttl = 60 }, - { name = "matrix-client", type = "A", content = "5.161.254.39", ttl = 60 }, - { name = "matrix-federation", type = "A", content = "5.161.254.39", ttl = 60 }, + { name = "matrix", type = "CNAME", content = "wan.balsillie.house", ttl = 60 }, + { name = "matrix-auth", type = "CNAME", content = "wan.balsillie.house", ttl = 60 }, + { name = "matrix-federation", type = "CNAME", content = "wan.balsillie.house", ttl = 60 }, { name = "mta-sts", type = "CNAME", content = "wan.balsillie.house", ttl = 60 }, { name = "notify", type = "CNAME", content = "wan.balsillie.house", ttl = 60 }, { name = "office", type = "CNAME", content = "wan.balsillie.house", ttl = 60 }, + { name = "openpgpkey", type = "CNAME", content = "wan.balsillie.house", ttl = 60 }, { name = "smtp", type = "CNAME", content = "wan.balsillie.house", ttl = 60 }, { name = "social", type = "CNAME", content = "wan.balsillie.house", ttl = 60 } ]