From ffa6be58054214adef6bc3d2363ef7f0ddccfa29 Mon Sep 17 00:00:00 2001 From: Ashish Agarwal Date: Fri, 5 Apr 2024 11:17:27 +0530 Subject: [PATCH 1/3] Update ashishagarwal.json --- domains/ashishagarwal.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/domains/ashishagarwal.json b/domains/ashishagarwal.json index b4da7c090..1202de3eb 100644 --- a/domains/ashishagarwal.json +++ b/domains/ashishagarwal.json @@ -4,6 +4,19 @@ "email": "code.with.aasheesh@gmail.com" }, "record": { - "CNAME": "ashishagarwal2023.github.io" + "CNAME": "ashishagarwal2023.github.io", + "A": [ + "185.199.109.153", + "185.199.111.153", + "185.199.110.153", + "185.199.111.153" + ], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": [ + "v=spf1 include:spf.improvmx.com ~all" + ] } } From 7139a9fcc4612c4f7da1eee1aea23a80e0867d70 Mon Sep 17 00:00:00 2001 From: Ashish Agarwal Date: Fri, 5 Apr 2024 11:44:25 +0530 Subject: [PATCH 2/3] Update and rename ashishagarwal.json to ashishagr.json --- domains/{ashishagarwal.json => ashishagr.json} | 1 - 1 file changed, 1 deletion(-) rename domains/{ashishagarwal.json => ashishagr.json} (89%) diff --git a/domains/ashishagarwal.json b/domains/ashishagr.json similarity index 89% rename from domains/ashishagarwal.json rename to domains/ashishagr.json index 1202de3eb..3941c66c6 100644 --- a/domains/ashishagarwal.json +++ b/domains/ashishagr.json @@ -4,7 +4,6 @@ "email": "code.with.aasheesh@gmail.com" }, "record": { - "CNAME": "ashishagarwal2023.github.io", "A": [ "185.199.109.153", "185.199.111.153", From 388a97264713df92940e8e869842546c0d56b55c Mon Sep 17 00:00:00 2001 From: Ashish Agarwal Date: Fri, 5 Apr 2024 11:49:24 +0530 Subject: [PATCH 3/3] Update and rename ashishagarwal2023.json to ashishagarwal.json --- domains/ashishagarwal.json | 11 +++++++++++ domains/ashishagarwal2023.json | 22 ---------------------- 2 files changed, 11 insertions(+), 22 deletions(-) create mode 100644 domains/ashishagarwal.json delete mode 100644 domains/ashishagarwal2023.json diff --git a/domains/ashishagarwal.json b/domains/ashishagarwal.json new file mode 100644 index 000000000..300dbfa88 --- /dev/null +++ b/domains/ashishagarwal.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ashishagarwal2023", + "email": "code.with.aasheesh@gmail.com" + }, + + "record": { + "CNAME": "ashishagarwal2023.github.io" + + } +} diff --git a/domains/ashishagarwal2023.json b/domains/ashishagarwal2023.json deleted file mode 100644 index 5f9e5b526..000000000 --- a/domains/ashishagarwal2023.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "owner": { - "username": "ashishagarwal2023", - "email": "code.with.aasheesh@gmail.com" - }, - - "record": { - "A": [ - "185.199.109.153", - "185.199.111.153", - "185.199.110.153", - "185.199.111.153" - ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": [ - "v=spf1 include:spf.improvmx.com ~all" - ] - } -}