From 27c45e9d1c9dcf3a90e1d2196b5782e93dd5b9a1 Mon Sep 17 00:00:00 2001 From: Zerow <105360899+DevZerow@users.noreply.github.com> Date: Fri, 9 Jun 2023 06:12:03 -0700 Subject: [PATCH] feat(domain): add `_dmarc.zerow.is-a.dev` --- domains/_dmarc.zerow.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_dmarc.zerow.json diff --git a/domains/_dmarc.zerow.json b/domains/_dmarc.zerow.json new file mode 100644 index 000000000..c01530c50 --- /dev/null +++ b/domains/_dmarc.zerow.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "DevZerow", + "email": "zerow.pro@protonmail.com" + }, + + "record": { + "TXT": "v=dmarc1; adkim=s; aspf=s; p=quarantine" + } +}