From 31cf4e971dd374b230885b45efeeaf7d9f7be2fc Mon Sep 17 00:00:00 2001 From: Narasima Pandiyan <35830653+NarasimaPandiyan@users.noreply.github.com> Date: Sat, 18 Jan 2025 14:21:40 +0530 Subject: [PATCH 1/7] Create _atproto.narasima.json --- domains/_atproto.narasima.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_atproto.narasima.json diff --git a/domains/_atproto.narasima.json b/domains/_atproto.narasima.json new file mode 100644 index 000000000..d59d2c77f --- /dev/null +++ b/domains/_atproto.narasima.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "NarasimaPandiyan", + "email": "cs42059@gmail.com", + "discord": "gamingdoodle" + }, + "record": { + "TXT": "did=did:plc:u5uxl7mjlywolajtgso2ouoe" + } +} From efced19bb64f9fe6422cc8edb7199f284977e565 Mon Sep 17 00:00:00 2001 From: Narasima Pandiyan <35830653+NarasimaPandiyan@users.noreply.github.com> Date: Sun, 19 Jan 2025 02:16:54 +0530 Subject: [PATCH 2/7] Create _discord.narasima.json --- domains/_discord.narasima.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.narasima.json diff --git a/domains/_discord.narasima.json b/domains/_discord.narasima.json new file mode 100644 index 000000000..640a59c94 --- /dev/null +++ b/domains/_discord.narasima.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NarasimaPandiyan", + "email": "cs42059@gmail.com" + }, + "record": { + "TXT": "dh=d54feeb331611626de2134ef368bdcf7691cbbb3" + } +} From eee4647a18b352b8773040e9b39cad53aaa9926d Mon Sep 17 00:00:00 2001 From: Narasima Pandiyan <35830653+NarasimaPandiyan@users.noreply.github.com> Date: Sun, 19 Jan 2025 02:36:32 +0530 Subject: [PATCH 3/7] Update narasima.json --- domains/narasima.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/domains/narasima.json b/domains/narasima.json index 29eb301d3..4bb103a3d 100644 --- a/domains/narasima.json +++ b/domains/narasima.json @@ -6,5 +6,7 @@ }, "record": { "CNAME": "NarasimaPandiyan.github.io" + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From e011c55ae435e3c044735b6cef79008933df1b11 Mon Sep 17 00:00:00 2001 From: Narasima Pandiyan <35830653+NarasimaPandiyan@users.noreply.github.com> Date: Sun, 19 Jan 2025 02:41:38 +0530 Subject: [PATCH 4/7] Create blog.narasima.json --- domains/blog.narasima.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/blog.narasima.json diff --git a/domains/blog.narasima.json b/domains/blog.narasima.json new file mode 100644 index 000000000..24e1e3aeb --- /dev/null +++ b/domains/blog.narasima.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NarasimaPandiyan", + "email": "cs42059@gmail.com" + }, + "record": { + "CNAME": "hashnode.network" + } +} From 731357f7e2010b27915c32ab691872ef3a259cd4 Mon Sep 17 00:00:00 2001 From: Narasima Pandiyan <35830653+NarasimaPandiyan@users.noreply.github.com> Date: Sun, 19 Jan 2025 02:44:38 +0530 Subject: [PATCH 5/7] Create _vercel.narasima.json --- domains/_vercel.narasima.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.narasima.json diff --git a/domains/_vercel.narasima.json b/domains/_vercel.narasima.json new file mode 100644 index 000000000..849ac39ca --- /dev/null +++ b/domains/_vercel.narasima.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NarasimaPandiyan", + "email": "cs42059@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=blog.narasima.is-a.dev,f77f79e5650f4790387a" + } +} From 24e8774285755607a81d6ef567038af68bcfbe1d Mon Sep 17 00:00:00 2001 From: Narasima Pandiyan <35830653+NarasimaPandiyan@users.noreply.github.com> Date: Sun, 19 Jan 2025 02:57:16 +0530 Subject: [PATCH 6/7] Update narasima.json --- domains/narasima.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/narasima.json b/domains/narasima.json index 4bb103a3d..4c0d001ca 100644 --- a/domains/narasima.json +++ b/domains/narasima.json @@ -5,7 +5,7 @@ "discord": "gamingdoodle" }, "record": { - "CNAME": "NarasimaPandiyan.github.io" + "CNAME": "NarasimaPandiyan.github.io", "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } From 9c91f057c4a4950b77dd470da9397fdfdefa2544 Mon Sep 17 00:00:00 2001 From: Narasima Pandiyan <35830653+NarasimaPandiyan@users.noreply.github.com> Date: Sun, 19 Jan 2025 04:07:25 +0530 Subject: [PATCH 7/7] Update narasima.json Is this right way for the github pages? --- domains/narasima.json | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/domains/narasima.json b/domains/narasima.json index 4c0d001ca..179c581b3 100644 --- a/domains/narasima.json +++ b/domains/narasima.json @@ -1,12 +1,23 @@ -{ - "owner": { - "username": "NarasimaPandiyan", - "email": "cs42059@gmail.com", - "discord": "gamingdoodle" - }, - "record": { - "CNAME": "NarasimaPandiyan.github.io", - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } + { + "owner": { + "username": "NarasimaPandiyan", + "email": "cs42059@gmail.com", + "discord": "gamingdoodle" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": [ + "v=spf1 include:spf.improvmx.com ~all" + ] + } } +