From f97b395cc5db0d272397f1f46b20e5b6baa2ba45 Mon Sep 17 00:00:00 2001 From: thevighneshpawar <112792276+thevighneshpawar@users.noreply.github.com> Date: Wed, 23 Apr 2025 15:51:50 +0530 Subject: [PATCH 1/4] Create vighnesh.json --- domains/vighnesh.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 domains/vighnesh.json diff --git a/domains/vighnesh.json b/domains/vighnesh.json new file mode 100644 index 000000000..f7d09788f --- /dev/null +++ b/domains/vighnesh.json @@ -0,0 +1,24 @@ +{ + "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" + } + ] + } + } +} From 0e4098fa344bfb5279fdbdf8665c7bc4e53198eb Mon Sep 17 00:00:00 2001 From: thevighneshpawar <112792276+thevighneshpawar@users.noreply.github.com> Date: Wed, 23 Apr 2025 16:01:50 +0530 Subject: [PATCH 2/4] Update vighnesh.json --- domains/vighnesh.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/domains/vighnesh.json b/domains/vighnesh.json index f7d09788f..af0119c8b 100644 --- a/domains/vighnesh.json +++ b/domains/vighnesh.json @@ -20,5 +20,9 @@ } ] } + }, + "owner": { + "name": "Vighnesh Pawar", + "email": "vighneshpawar004@gmail.com", } } 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 3/4] 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 } From ec546c95245b173b9fb5e115e50f3e529398de94 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 23 Apr 2025 20:46:48 +0800 Subject: [PATCH 4/4] Update vighnesh.json --- domains/vighnesh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/vighnesh.json b/domains/vighnesh.json index 1322bdec7..f084dca62 100644 --- a/domains/vighnesh.json +++ b/domains/vighnesh.json @@ -1,6 +1,6 @@ { "owner": { - "name": "thevighneshpawar", + "username": "thevighneshpawar", "email": "vighneshpawar004@gmail.com" }, "records": {