From ee7d91580e10f5e50b8a55706b4debc428f91b8b Mon Sep 17 00:00:00 2001 From: "ThereisAbdullah (AbdullahCXD)" Date: Thu, 23 Jan 2025 14:27:30 +0300 Subject: [PATCH 1/5] Add files via upload --- domains/abdullahcxd.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/abdullahcxd.json diff --git a/domains/abdullahcxd.json b/domains/abdullahcxd.json new file mode 100644 index 000000000..535ac31f0 --- /dev/null +++ b/domains/abdullahcxd.json @@ -0,0 +1,11 @@ +{ + "description": "Describe the use of this subdomain", + "repo": "https://github.com/abdullahcxd/abdullahcxd.github.io", + "owner": { + "username": "abdullahcxd", + "email": "sabdullahcxd@gmail.com" + }, + "record": { + "CNAME": "abdullahcxd.github.io" + } +} \ No newline at end of file From d37b5f7e6c905ae5dee8933992a7b1326a4b7305 Mon Sep 17 00:00:00 2001 From: "ThereisAbdullah (AbdullahCXD)" Date: Thu, 23 Jan 2025 14:32:45 +0300 Subject: [PATCH 2/5] Update abdullahcxd.json --- domains/abdullahcxd.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/abdullahcxd.json b/domains/abdullahcxd.json index 535ac31f0..1943cb176 100644 --- a/domains/abdullahcxd.json +++ b/domains/abdullahcxd.json @@ -3,7 +3,8 @@ "repo": "https://github.com/abdullahcxd/abdullahcxd.github.io", "owner": { "username": "abdullahcxd", - "email": "sabdullahcxd@gmail.com" + "email": "sabdullahcxd@gmail.com", + "discord": "sabdullahcxd" }, "record": { "CNAME": "abdullahcxd.github.io" From 9f1063d3c8f6078f444413e1fd4caf0476bdb9f9 Mon Sep 17 00:00:00 2001 From: "ThereisAbdullah (AbdullahCXD)" Date: Thu, 23 Jan 2025 14:38:28 +0300 Subject: [PATCH 3/5] Updated abdullahcxd.json --- domains/abdullahcxd.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/abdullahcxd.json b/domains/abdullahcxd.json index 1943cb176..ba8f1e7e4 100644 --- a/domains/abdullahcxd.json +++ b/domains/abdullahcxd.json @@ -7,6 +7,8 @@ "discord": "sabdullahcxd" }, "record": { - "CNAME": "abdullahcxd.github.io" + "CNAME": "abdullahcxd.github.io", + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] } } \ No newline at end of file From cdef0efea44846c271322f7f2817475dd2addf5e Mon Sep 17 00:00:00 2001 From: "ThereisAbdullah (AbdullahCXD)" Date: Thu, 23 Jan 2025 14:50:19 +0300 Subject: [PATCH 4/5] Added description --- domains/abdullahcxd.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/abdullahcxd.json b/domains/abdullahcxd.json index ba8f1e7e4..3481fdb20 100644 --- a/domains/abdullahcxd.json +++ b/domains/abdullahcxd.json @@ -1,5 +1,5 @@ { - "description": "Describe the use of this subdomain", + "description": "Portfolio use", "repo": "https://github.com/abdullahcxd/abdullahcxd.github.io", "owner": { "username": "abdullahcxd", From d29080839e8b06259d13a8b0164226bc9065f90e Mon Sep 17 00:00:00 2001 From: "ThereisAbdullah (AbdullahCXD)" Date: Thu, 23 Jan 2025 19:01:24 +0300 Subject: [PATCH 5/5] Replaced CNAME with A records --- domains/abdullahcxd.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/abdullahcxd.json b/domains/abdullahcxd.json index 3481fdb20..61de2e6c9 100644 --- a/domains/abdullahcxd.json +++ b/domains/abdullahcxd.json @@ -7,7 +7,12 @@ "discord": "sabdullahcxd" }, "record": { - "CNAME": "abdullahcxd.github.io", + "A": [ + "185.199.109.153", + "185.199.110.153", + "185.199.108.153", + "185.199.111.153" + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": ["v=spf1 include:spf.improvmx.com ~all"] }