From c2cb69d63637a4d918956abeb27e0159edceb538 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 23 Apr 2025 20:43:33 +0800 Subject: [PATCH] Update vighnesh.json --- domains/vighnesh.json | 43 ++++++++++++++++++------------------------- 1 file changed, 18 insertions(+), 25 deletions(-) diff --git a/domains/vighnesh.json b/domains/vighnesh.json index af0119c8b..1322bdec7 100644 --- a/domains/vighnesh.json +++ b/domains/vighnesh.json @@ -1,28 +1,21 @@ { - "domain": { - "name": "vighnesh", - "type": "cname", - "value": "thevighneshpawar.github.io", - "records": { - "MX": [ - { - "priority": 10, - "server": "mx1.improvmx.com" - }, - { - "priority": 20, - "server": "mx2.improvmx.com" - } - ], - "TXT": [ - { - "value": "v=spf1 include:spf.improvmx.com ~all" - } - ] - } - }, "owner": { - "name": "Vighnesh Pawar", - "email": "vighneshpawar004@gmail.com", - } + "name": "thevighneshpawar", + "email": "vighneshpawar004@gmail.com" + }, + "records": { + "CNAME": "thevighneshpawar.github.io", + "MX": [ + { + "priority": 10, + "target": "mx1.improvmx.com" + }, + { + "priority": 20, + "target": "mx2.improvmx.com" + } + ], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + }, + "proxied": true }