From 7a5d5ab2d8afed4b7abb9fa3175154523e7fb4dd Mon Sep 17 00:00:00 2001 From: Aymen Dev Date: Fri, 11 Apr 2025 18:06:27 +0100 Subject: [PATCH] Update dzdevelopers.json --- domains/dzdevelopers.json | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/domains/dzdevelopers.json b/domains/dzdevelopers.json index faf65cdd7..396162b7e 100644 --- a/domains/dzdevelopers.json +++ b/domains/dzdevelopers.json @@ -1,18 +1,25 @@ { - "owner": { - "username": "DZDevelopers", - "email": "djoudiaymen0@gmail.com" - }, + "owner": { + "username": "DZDevelopers" + }, "record": { "MX": [ - "10 mx.zoho.com.", - "20 mx2.zoho.com.", - "50 mx3.zoho.com." + { + "target": "mx.zoho.com.", + "priority": 10 + }, + { + "target": "mx2.zoho.com.", + "priority": 20 + }, + { + "target": "mx3.zoho.com.", + "priority": 50 + } ], "TXT": [ - "v=spf1 include:zoho.com ~all", - "zoho-verification=zb51189051.zmverify.zoho.com" + "zoho-verification=zb51189051.zmverify.zoho.com", + "v=spf1 include:zoho.com ~all" ] } } -