From 49358e20a5b4e27cde67d6ad62ffabf8b8484268 Mon Sep 17 00:00:00 2001 From: Adwaith Shan <89580585+Adwaith-Shan-Pk@users.noreply.github.com> Date: Tue, 24 Dec 2024 00:33:56 +0530 Subject: [PATCH 1/3] Update shan.json --- domains/shan.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/shan.json b/domains/shan.json index e39234069..1cfd7446a 100644 --- a/domains/shan.json +++ b/domains/shan.json @@ -8,6 +8,7 @@ }, "record": { "A": ["45.90.12.31"], + [37.114.46.37], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } From e444969a992bbba223b1b4f5b51257b75c0bf1d1 Mon Sep 17 00:00:00 2001 From: Adwaith Shan <89580585+Adwaith-Shan-Pk@users.noreply.github.com> Date: Tue, 24 Dec 2024 00:34:12 +0530 Subject: [PATCH 2/3] Update shan.json --- domains/shan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shan.json b/domains/shan.json index 1cfd7446a..9a21ba6a0 100644 --- a/domains/shan.json +++ b/domains/shan.json @@ -8,7 +8,7 @@ }, "record": { "A": ["45.90.12.31"], - [37.114.46.37], + ["37.114.46.37"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } From e6066f1464ea2b22f97befd0a66ace4c99becec8 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:21:24 -0500 Subject: [PATCH 3/3] chore: formatting and fix --- domains/shan.json | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/domains/shan.json b/domains/shan.json index 9a21ba6a0..7d003ab99 100644 --- a/domains/shan.json +++ b/domains/shan.json @@ -1,15 +1,20 @@ { - "description": "My Personal Website ", - "repo": "https://github.com/Adwaith-Shan-Pk/Adwaith-Shan-Pk.github.io", - "owner": { - "username": "Adwaith-Shan-Pk", - "email": "mail@adwaithshan.rf.gd", - "twitter": "lordlinux69" - }, - "record": { - "A": ["45.90.12.31"], - ["37.114.46.37"], - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } + "description": "My Personal Website ", + "repo": "https://github.com/Adwaith-Shan-Pk/Adwaith-Shan-Pk.github.io", + "owner": { + "username": "Adwaith-Shan-Pk", + "email": "mail@adwaithshan.rf.gd", + "twitter": "lordlinux69" + }, + "record": { + "A": [ + "45.90.12.31", + "37.114.46.37" + ], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } }