dns: use new SPF record for greenbaum MX
This commit is contained in:
parent
9ee9345192
commit
132ceeecb0
|
@ -98,7 +98,7 @@ resource "namecheap_domain_records" "pub-solar" {
|
|||
record {
|
||||
hostname = "@"
|
||||
type = "TXT"
|
||||
address = "v=spf1 a:mx2.greenbaum.cloud ?all"
|
||||
address = "v=spf1 include:spf.greenbaum.cloud ~all"
|
||||
}
|
||||
record {
|
||||
hostname = "list"
|
||||
|
|
Loading…
Reference in a new issue