From 3512d0bcff59f6e1750bc1f951dce1cfd4c14619 Mon Sep 17 00:00:00 2001 From: Chriscent Pingol Date: Tue, 29 Apr 2025 16:51:34 +0800 Subject: [PATCH 1/6] Create send.chriscent.json Resend.com DNS Record 1 --- send.chriscent.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 send.chriscent.json diff --git a/send.chriscent.json b/send.chriscent.json new file mode 100644 index 000000000..60228ba6a --- /dev/null +++ b/send.chriscent.json @@ -0,0 +1,12 @@ +{ + "description": "A practice portfolio for web design challenges.", + "repo": "https://github.com/KishonShrill/website-portfolio", + "owner": { + "username": "KishonShrill", + "email": "crystalbluew@gmail.com" + }, + "records": { + "MX": ["feedback-smtp.ap-northeast-1.amazonses.com"], + "TXT": ["v=spf1 include:amazonses.com ~all"] + } +} From 309bf08dd0c9b772a6ca349295daee98ff20b623 Mon Sep 17 00:00:00 2001 From: Chriscent Pingol Date: Tue, 29 Apr 2025 16:53:30 +0800 Subject: [PATCH 2/6] Create resend._domainkey.chriscent.json Resend.com DNS Record 2 --- resend._domainkey.chriscent.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 resend._domainkey.chriscent.json diff --git a/resend._domainkey.chriscent.json b/resend._domainkey.chriscent.json new file mode 100644 index 000000000..4f1b264fb --- /dev/null +++ b/resend._domainkey.chriscent.json @@ -0,0 +1,11 @@ +{ + "description": "A practice portfolio for web design challenges.", + "repo": "https://github.com/KishonShrill/website-portfolio", + "owner": { + "username": "KishonShrill", + "email": "crystalbluew@gmail.com" + }, + "records": { + "TXT": "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCW1LmGmFmWHIrqCNHRJWTzhfnneXexwpKIm+PZoSXv7kAcnoBKQghLAMRrq9gxVJe6TBZzf/2pR+9XVwfzQU2aN/Gri6xaFub6bSG8yFLgG2rEvM+K/NCNohrOsN5pq6cpL5fSIT4Hkd4RdU7OjSirzeuEZ+hV9QOr65KD0rjhhQIDAQAB" + } +} From d6079b4aea14668fa146ca7054f01fa9e08b2fe7 Mon Sep 17 00:00:00 2001 From: Chriscent Pingol Date: Tue, 29 Apr 2025 16:55:50 +0800 Subject: [PATCH 3/6] Create _dmarc.chriscent.json Resend.com DNS Record 3 Final --- _dmarc.chriscent.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _dmarc.chriscent.json diff --git a/_dmarc.chriscent.json b/_dmarc.chriscent.json new file mode 100644 index 000000000..48915c003 --- /dev/null +++ b/_dmarc.chriscent.json @@ -0,0 +1,11 @@ +{ + "description": "A practice portfolio for web design challenges.", + "repo": "https://github.com/KishonShrill/website-portfolio", + "owner": { + "username": "KishonShrill", + "email": "crystalbluew@gmail.com" + }, + "records": { + "TXT": "v=DMARC1; p=none;" + } +} From e1295cc47a712569555ae7514b607fb920839484 Mon Sep 17 00:00:00 2001 From: Chriscent Pingol Date: Tue, 29 Apr 2025 16:59:37 +0800 Subject: [PATCH 4/6] Rename send.chriscent.json to domains/send.chriscent.json Correcting placement mistake --- send.chriscent.json => domains/send.chriscent.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename send.chriscent.json => domains/send.chriscent.json (100%) diff --git a/send.chriscent.json b/domains/send.chriscent.json similarity index 100% rename from send.chriscent.json rename to domains/send.chriscent.json From a9c9b28ac9caae2e420c9ff2e6e45be11f7c2230 Mon Sep 17 00:00:00 2001 From: Chriscent Pingol Date: Tue, 29 Apr 2025 17:00:21 +0800 Subject: [PATCH 5/6] Rename _dmarc.chriscent.json to domains/_dmarc.chriscent.json Correcting placement mistake --- _dmarc.chriscent.json => domains/_dmarc.chriscent.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename _dmarc.chriscent.json => domains/_dmarc.chriscent.json (100%) diff --git a/_dmarc.chriscent.json b/domains/_dmarc.chriscent.json similarity index 100% rename from _dmarc.chriscent.json rename to domains/_dmarc.chriscent.json From f52b9f4f26c6a83f960759c5832adfb7517e9648 Mon Sep 17 00:00:00 2001 From: Chriscent Pingol Date: Tue, 29 Apr 2025 17:00:54 +0800 Subject: [PATCH 6/6] Rename resend._domainkey.chriscent.json to domains/resend._domainkey.chriscent.json Correcting placement mistake --- .../resend._domainkey.chriscent.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename resend._domainkey.chriscent.json => domains/resend._domainkey.chriscent.json (100%) diff --git a/resend._domainkey.chriscent.json b/domains/resend._domainkey.chriscent.json similarity index 100% rename from resend._domainkey.chriscent.json rename to domains/resend._domainkey.chriscent.json