dns w5isp

This commit is contained in:
Graham McIntire 2025-07-03 10:43:48 -05:00
parent 154f11bae8
commit 8e6d434386
No known key found for this signature in database

View file

@ -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"