diff --git a/domains/_dmarc.json b/domains/_dmarc.json new file mode 100644 index 000000000..952f8072d --- /dev/null +++ b/domains/_dmarc.json @@ -0,0 +1,10 @@ +{ + "description": "Enables DMARC policy", + "owner": { + "username": "phenax", + "email": "phenax5@gmail.com" + }, + "record": { + "TXT": "v=DMARC1; p=quarantine; sp=quarantine; rf=afrf; pct=100; ri=86400" + } +}