Migrate dmarc to clownflare
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tobias Manske 2024-01-05 13:07:13 +01:00
parent a529c06182
commit 355426a345
Signed by: tobias
GPG Key ID: 9164B527694A0709
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ module "dns-tobiasmanske-de" {
{ type = "CNAME", name = "key1._domainkey", value = "key1._domainkey.webhosting.systems" },
{ type = "CNAME", name = "key2._domainkey", value = "key2._domainkey.webhosting.systems" },
{ type = "TXT", name = "@", value = "v=spf1 mx include:_spf.webhosting.systems -all" },
{ type = "TXT", name = "_dmarc", value = "v=DMARC1; p=quarantine;pct=100;rua=mailto:postmaster+dmarc@tobiasmanske.de;" },
{ type = "TXT", name = "_dmarc", value = "v=DMARC1; p=quarantine;pct=100;rua=mailto:a8cb8d2f04b844aba221263b17e7c0ed@dmarc-reports.cloudflare.net;" },
]
}