mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
update SPF record: replace protonmail with poste.io mail server
PESO-77 - replace include:_spf.protonmail.ch with ip4:167.235.134.154 and ip6:2a01:4f8:1c1e:9c53::1 (nuremberg-a / mail.pez.sh) - tighten from ~all (softfail) to -all (hardfail)
This commit is contained in:
parent
03ce524730
commit
eb18c1603c
1 changed files with 1 additions and 1 deletions
|
|
@ -432,7 +432,7 @@ resource "cloudflare_dns_record" "root-txt-spf" {
|
|||
zone_id = cloudflare_zone.pez-sh.id
|
||||
name = "@"
|
||||
type = "TXT"
|
||||
content = "v=spf1 include:_spf.protonmail.ch ~all"
|
||||
content = "v=spf1 ip4:167.235.134.154 ip6:2a01:4f8:1c1e:9c53::1 -all"
|
||||
ttl = 1
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue