From a742cfb6379d59edefb8b396ad04df9f15f3fdda Mon Sep 17 00:00:00 2001 From: Affan Orakzai Date: Sat, 1 Feb 2025 15:26:53 +0500 Subject: [PATCH 1/5] Create affan.json --- domains/affan.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/affan.json diff --git a/domains/affan.json b/domains/affan.json new file mode 100644 index 000000000..affd01549 --- /dev/null +++ b/domains/affan.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "orkkz", + "email": "affanorakzai19@gmail.com" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} From 023284c6c8a3e94f59293bce690645e2e403c912 Mon Sep 17 00:00:00 2001 From: Affan Orakzai Date: Sat, 1 Feb 2025 15:28:22 +0500 Subject: [PATCH 2/5] Update affan.json --- domains/affan.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/affan.json b/domains/affan.json index affd01549..77de3ca58 100644 --- a/domains/affan.json +++ b/domains/affan.json @@ -5,6 +5,7 @@ }, "record": { "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "TXT": "v=spf1 include:spf.improvmx.com ~all", + "CNAME": "affanorakzai.us.kg" } } From 33eeb65c52f535f40912b8a293ca4477eff58e99 Mon Sep 17 00:00:00 2001 From: Affan Orakzai Date: Tue, 4 Feb 2025 00:49:18 +0500 Subject: [PATCH 3/5] Update affan.json --- domains/affan.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/domains/affan.json b/domains/affan.json index 77de3ca58..bc5e12872 100644 --- a/domains/affan.json +++ b/domains/affan.json @@ -4,8 +4,6 @@ "email": "affanorakzai19@gmail.com" }, "record": { - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all", "CNAME": "affanorakzai.us.kg" } } From 99c82a7bd438d919e363226031529889eff76e49 Mon Sep 17 00:00:00 2001 From: webcubed <77589042+webcubed@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:43:09 -0500 Subject: [PATCH 4/5] change from github pages to cloudflare pages --- domains/webcubed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/webcubed.json b/domains/webcubed.json index 80535f977..990b1e397 100644 --- a/domains/webcubed.json +++ b/domains/webcubed.json @@ -4,6 +4,6 @@ "email": "lainathannlaiv2@gmail.com" }, "record": { - "CNAME": "webcubed.github.io" + "CNAME": "webcubed.pages.dev" } } From f940e91b24ced78aaa1f9e9fece8900db877f0a2 Mon Sep 17 00:00:00 2001 From: webcubed <77589042+webcubed@users.noreply.github.com> Date: Tue, 4 Feb 2025 07:01:07 -0500 Subject: [PATCH 5/5] make proxied --- domains/webcubed.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/webcubed.json b/domains/webcubed.json index 990b1e397..775b9a884 100644 --- a/domains/webcubed.json +++ b/domains/webcubed.json @@ -5,5 +5,6 @@ }, "record": { "CNAME": "webcubed.pages.dev" - } + }, + "proxied": true }