From 96d50ceabd476d615c51f8c0f620f1c6c42ce959 Mon Sep 17 00:00:00 2001 From: Saiful Abidin <55196633+saifulabidin@users.noreply.github.com> Date: Thu, 24 Apr 2025 04:19:08 +0000 Subject: [PATCH 1/4] Add sabidzpro.is-a.dev subdomain --- domains/_vercel.sabidzpro.json | 11 +++++++++++ domains/sabidzpro.json | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 domains/_vercel.sabidzpro.json create mode 100644 domains/sabidzpro.json diff --git a/domains/_vercel.sabidzpro.json b/domains/_vercel.sabidzpro.json new file mode 100644 index 000000000..2e35a177f --- /dev/null +++ b/domains/_vercel.sabidzpro.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio saya yang di-deploy di Vercel", + "repo": "https://github.com/saifulabidin/saifulabidin.github.io", + "owner": { + "username": "saifulabidin", + "email": "syaiful.osd@yahoo.com" + }, + "records": { + "TXT":"vc-domain-verify=sabidzpro.is-a.dev,d94791005dd8e24e874c" + } + } \ No newline at end of file diff --git a/domains/sabidzpro.json b/domains/sabidzpro.json new file mode 100644 index 000000000..a8fd3a7d2 --- /dev/null +++ b/domains/sabidzpro.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio saya yang di-deploy di Vercel", + "repo": "https://github.com/saifulabidin/saifulabidin.github.io", + "owner": { + "username": "saifulabidin", + "email": "syaiful.osd@yahoo.com" + }, + "records": { + "CNAME":"sabidzpro.vercel.app" + } + } \ No newline at end of file From dc8f94dced8f5e677c1dfd6e7e592881f22a0b59 Mon Sep 17 00:00:00 2001 From: Saiful Abidin <55196633+saifulabidin@users.noreply.github.com> Date: Thu, 24 Apr 2025 05:07:47 +0000 Subject: [PATCH 2/4] Update sabidzpro.json with ForwardEmail config --- domains/sabidzpro.json | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/domains/sabidzpro.json b/domains/sabidzpro.json index a8fd3a7d2..561c8a40b 100644 --- a/domains/sabidzpro.json +++ b/domains/sabidzpro.json @@ -1,11 +1,24 @@ { - "description": "Portfolio saya yang di-deploy di Vercel", - "repo": "https://github.com/saifulabidin/saifulabidin.github.io", - "owner": { - "username": "saifulabidin", - "email": "syaiful.osd@yahoo.com" - }, - "records": { - "CNAME":"sabidzpro.vercel.app" - } - } \ No newline at end of file + "description": "Portfolio saya yang di-deploy di Vercel", + "repo": "https://github.com/saifulabidin/saifulabidin.github.io", + "owner": { + "username": "saifulabidin", + "email": "syaiful.osd@yahoo.com" + }, + "records": { + "CNAME": "sabidzpro.vercel.app", + "MX": [ + { + "priority": 10, + "host": "mx1.forwardemail.net" + }, + { + "priority": 10, + "host": "mx2.forwardemail.net" + } + ], + "TXT": [ + "forward-email=syaiful.osd@yahoo.com" + ] + } +} From d4915919c99c3a8902e9f061e614c66dfc586fef Mon Sep 17 00:00:00 2001 From: Saiful Abidin <55196633+saifulabidin@users.noreply.github.com> Date: Thu, 24 Apr 2025 09:10:56 +0000 Subject: [PATCH 3/4] Mark sabidzpro.json as proxied to allow CNAME with MX/TXT --- domains/sabidzpro.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/sabidzpro.json b/domains/sabidzpro.json index 561c8a40b..b5d2cf1b3 100644 --- a/domains/sabidzpro.json +++ b/domains/sabidzpro.json @@ -5,6 +5,7 @@ "username": "saifulabidin", "email": "syaiful.osd@yahoo.com" }, + "proxied": true, "records": { "CNAME": "sabidzpro.vercel.app", "MX": [ From 3961974315c07f82b5dc41b0f7a943472413409a Mon Sep 17 00:00:00 2001 From: Saiful Abidin <55196633+saifulabidin@users.noreply.github.com> Date: Thu, 24 Apr 2025 09:27:55 +0000 Subject: [PATCH 4/4] Remove MX and TXT records from sabidzpro.json, keep only CNAME --- domains/sabidzpro.json | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/domains/sabidzpro.json b/domains/sabidzpro.json index b5d2cf1b3..8adcbbd4f 100644 --- a/domains/sabidzpro.json +++ b/domains/sabidzpro.json @@ -7,19 +7,6 @@ }, "proxied": true, "records": { - "CNAME": "sabidzpro.vercel.app", - "MX": [ - { - "priority": 10, - "host": "mx1.forwardemail.net" - }, - { - "priority": 10, - "host": "mx2.forwardemail.net" - } - ], - "TXT": [ - "forward-email=syaiful.osd@yahoo.com" - ] + "CNAME": "sabidzpro.vercel.app" } -} +} \ No newline at end of file