diff --git a/domains/_dmarc.yxz.json b/domains/_dmarc.yxz.json new file mode 100644 index 000000000..c7fdac868 --- /dev/null +++ b/domains/_dmarc.yxz.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "yz9551", + "email": "", + "discord": "yz9551" + }, + "record": { + "TXT": [ + "v=DMARC1; p=reject; pct=100; rua=mailto:dmarc-reports@yxz.is-a.dev; ruf=mailto:forensic-reports@yxz.is-a.dev; adkim=r; aspf=r" + ] + } +} diff --git a/domains/yxz.json b/domains/yxz.json index 2db983060..577c2865e 100644 --- a/domains/yxz.json +++ b/domains/yxz.json @@ -8,6 +8,9 @@ "record": { "MX": [ "tourmaline.uksouth.cloudapp.azure.com" + ], + "TXT": [ + "v=spf1 mx -all" ] } }