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"