dns w5isp
This commit is contained in:
parent
154f11bae8
commit
8e6d434386
1 changed files with 16 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue