updated spf record

This commit is contained in:
Niels Kunis 2023-07-16 17:58:18 +02:00
parent 6382a97aae
commit fdc78d39b8

View file

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