diff --git a/domains/dishery.json b/domains/dishery.json index 1d0022c46..d4f17e492 100644 --- a/domains/dishery.json +++ b/domains/dishery.json @@ -1,12 +1,18 @@ { - "owner": { - "username": "legofanlovessayori", - "email": "", - "discord": "805708874178625546" - }, - - "record": { - "TXT": "protonmail-verification=4673bc02c41c5ac6445e15835074759576e78e3d" - } - } - \ No newline at end of file + "owner": { + "username": "legofanlovessayori", + "email": "", + "discord": "805708874178625546" + }, + "record": { + "TXT": [ + "protonmail-verification=4673bc02c41c5ac6445e15835074759576e78e3d", + "v=spf1 include:_spf.protonmail.ch ~all", + "v=DMARC1; p=quarantine" + ], + "MX": [ + "mail.protonmail.ch", + "mailsec.protonmail.ch" + ] + } +}