flora-6: init list.pub.solar mail DNS records #2

Merged
b12f merged 4 commits from dns/add-list-mail-records into main 2023-02-24 19:49:05 +00:00
Showing only changes of commit 9ee9345192 - Show all commits

View file

@ -110,6 +110,11 @@ resource "namecheap_domain_records" "pub-solar" {
type = "TXT"
address = "v=DMARC1; p=reject;"
}
record {
hostname = "_dmarc.list"
type = "TXT"
address = "v=DMARC1; p=reject;"
}
record {
hostname = "@"
type = "MX"