From 8e6d4343863f635694189cd0a83446ac57c0deee Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Thu, 3 Jul 2025 10:43:48 -0500 Subject: [PATCH] dns w5isp --- terraform/dns_w5isp.tf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/terraform/dns_w5isp.tf b/terraform/dns_w5isp.tf index 817120e..688f752 100644 --- a/terraform/dns_w5isp.tf +++ b/terraform/dns_w5isp.tf @@ -80,6 +80,22 @@ resource "dnsimple_zone_record" "w5isp_mx2" { ttl = 36000 } +resource "dnsimple_zone_record" "w5isp_txt" { + zone_name = "w5isp.com" + name = "" + value = "v=spf1 include:_spf.protonmail.ch ~all" + type = "TXT" + ttl = 36000 +} + +resource "dnsimple_zone_record" "w5isp_txt2" { + zone_name = "w5isp.com" + name = "" + value = "protonmail-verification=be3f91ded714b341c2276128270127cb59aa6760" + type = "TXT" + ttl = 36000 +} + resource "dnsimple_zone_record" "w5isp_g" { zone_name = "w5isp.com" name = "g"