diff --git a/domains/dzdevelopers.json b/domains/dzdevelopers.json new file mode 100644 index 000000000..1ec791d46 --- /dev/null +++ b/domains/dzdevelopers.json @@ -0,0 +1,26 @@ +{ + "owner": { + "username": "DZDevelopers", + "email": "djoudiaymen0@gmail.com" + }, + "record": { + "MX": [ + { + "target": "mx.zoho.com", + "priority": 10 + }, + { + "target": "mx2.zoho.com", + "priority": 20 + }, + { + "target": "mx3.zoho.com", + "priority": 50 + } + ], + "TXT": [ + "zoho-verification=zb51189051.zmverify.zoho.com", + "v=spf1 include:zoho.com ~all" + ] + } +}