From bfda172503d32577e91de585176300a1f3b3c935 Mon Sep 17 00:00:00 2001 From: Saiful Abidin <55196633+saifulabidin@users.noreply.github.com> Date: Fri, 25 Apr 2025 15:04:39 +0000 Subject: [PATCH 1/2] Update sabidzpro.json to include ImprovMX MX and TXT records for email configuration --- domains/sabidzpro.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/domains/sabidzpro.json b/domains/sabidzpro.json index 8adcbbd4f..816e43c07 100644 --- a/domains/sabidzpro.json +++ b/domains/sabidzpro.json @@ -7,6 +7,13 @@ }, "proxied": true, "records": { - "CNAME": "sabidzpro.vercel.app" + "CNAME": "sabidzpro.vercel.app", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": [ + "v=spf1 include:spf.improvmx.com ~all" + ] } -} \ No newline at end of file +} From 965a61b31e5ef910d3172e658ea697bb990d0984 Mon Sep 17 00:00:00 2001 From: Saiful Abidin <55196633+saifulabidin@users.noreply.github.com> Date: Fri, 25 Apr 2025 15:08:04 +0000 Subject: [PATCH 2/2] Add Discord verification TXT record for sabidzpro subdomain --- domains/_discord.sabidzpro.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.sabidzpro.json diff --git a/domains/_discord.sabidzpro.json b/domains/_discord.sabidzpro.json new file mode 100644 index 000000000..21cde4195 --- /dev/null +++ b/domains/_discord.sabidzpro.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "saifulabidin", + "email": "syaiful.osd@yahoo.com" + }, + "records": { + "TXT": "a25a4d7cffc472b9402e6544f5f79f84c001e563" + } +}