updated spf record
This commit is contained in:
parent
6382a97aae
commit
fdc78d39b8
1 changed files with 8 additions and 0 deletions
|
@ -29,6 +29,14 @@ resource "powerdns_record" "mail_geokunis2_nl_a" {
|
|||
ttl = 60
|
||||
}
|
||||
|
||||
resource "powerdns_record" "spf_geokunis2_nl_txt" {
|
||||
zone = powerdns_zone.geokunis2_nl.name
|
||||
name = "geokunis2.nl."
|
||||
type = "TXT"
|
||||
records = ["\"v=spf1 a:smtp.tweak.nl ip4:84.245.14.149 ip4:82.197.196.177 ~all\""]
|
||||
ttl = 60
|
||||
}
|
||||
|
||||
resource "powerdns_record" "geokunis2_nl_aaaa" {
|
||||
zone = powerdns_zone.geokunis2_nl.name
|
||||
name = "geokunis2.nl."
|
||||
|
|
Reference in a new issue