From 73c27566fa96c9c614bae860299c2fa8799da867 Mon Sep 17 00:00:00 2001 From: FWEEaaaa1 <143734146+FWEEaaaa1@users.noreply.github.com> Date: Mon, 27 Oct 2025 15:57:57 +0000 Subject: [PATCH 1/3] update job.json to include mx records. --- domains/job.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/domains/job.json b/domains/job.json index fe3e70bbe2b..afa3c957fec 100644 --- a/domains/job.json +++ b/domains/job.json @@ -5,5 +5,8 @@ }, "records": { "A": ["128.204.223.115"] + "MX": [ + { "target": "mail9.serv00.com", "priority": 10 } +] } } From f7f15d0a43e5974db646bf0f8248dcf5fc5406de Mon Sep 17 00:00:00 2001 From: FWEEaaaa1 <143734146+FWEEaaaa1@users.noreply.github.com> Date: Mon, 27 Oct 2025 16:12:18 +0000 Subject: [PATCH 2/3] update a bit --- domains/job.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/job.json b/domains/job.json index afa3c957fec..67954efd3ab 100644 --- a/domains/job.json +++ b/domains/job.json @@ -4,9 +4,10 @@ "email": "gorgonfweman@outlook.com" }, "records": { - "A": ["128.204.223.115"] + "A": ["128.204.223.115"], "MX": [ { "target": "mail9.serv00.com", "priority": 10 } -] +], + "TXT": "v=spf1 mx a include:mail9.serv00.com -all" } } From 63f722c1ebb767e5a2c162a9d40aaf2ef4e01701 Mon Sep 17 00:00:00 2001 From: Darshit Hedpara <22654104+darshithedpara@users.noreply.github.com> Date: Mon, 27 Oct 2025 23:59:02 +0530 Subject: [PATCH 3/3] Update CNAME record in darshit.json --- domains/darshit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/darshit.json b/domains/darshit.json index 2a9237b96f6..e44ca175c3e 100644 --- a/domains/darshit.json +++ b/domains/darshit.json @@ -4,6 +4,6 @@ "email": "darshithedpara@gmail.com" }, "records": { - "CNAME": "personal-intro.pages.dev" + "CNAME": "darshit.pages.dev" } }