From d43a25deae22a48726209291ea814a0180cdabc7 Mon Sep 17 00:00:00 2001 From: yxz Date: Sun, 1 Dec 2024 22:00:18 +0000 Subject: [PATCH] Update yxz.json --- domains/_dmarc.yxz.json | 12 ++++++++++++ domains/yxz.json | 3 +++ 2 files changed, 15 insertions(+) create mode 100644 domains/_dmarc.yxz.json 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" ] } }