From 90013da26621e2bb1b526555a4865639bfe1c0ca Mon Sep 17 00:00:00 2001 From: Angela Caldas <86853033+sucodelarangela@users.noreply.github.com> Date: Fri, 25 Apr 2025 07:58:41 -0300 Subject: [PATCH 1/7] fix: add ns for netlify subdomain --- domains/angela-caldas.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/angela-caldas.json b/domains/angela-caldas.json index d79ca3646..25f741902 100644 --- a/domains/angela-caldas.json +++ b/domains/angela-caldas.json @@ -4,6 +4,6 @@ "email": "aes.caldas@gmail.com" }, "records": { - "URL": "https://angelacaldas.netlify.app/" + "A": ["75.2.60.5"] } -} +} \ No newline at end of file From f4de77bd87522af69e73203bd56192c2d7989a3d Mon Sep 17 00:00:00 2001 From: TheTommylong Date: Sat, 26 Apr 2025 13:45:20 +0000 Subject: [PATCH 2/7] netlify uses cnames now --- domains/thetommylong.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/thetommylong.json b/domains/thetommylong.json index 58cf0d557..49292fc38 100644 --- a/domains/thetommylong.json +++ b/domains/thetommylong.json @@ -5,6 +5,6 @@ "discord": "thetommylong" }, "records": { - "A": ["75.2.60.5"] + "CNAME": "cool-sorbet-8aff60.netlify.app" } } From 778e21df9b4224fdc6857b6f3da1a6777ab167ee Mon Sep 17 00:00:00 2001 From: Stefano Del Prete Date: Sat, 26 Apr 2025 16:25:41 +0200 Subject: [PATCH 3/7] Update stefdp.json --- domains/stefdp.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/domains/stefdp.json b/domains/stefdp.json index fcaf25162..346160efb 100644 --- a/domains/stefdp.json +++ b/domains/stefdp.json @@ -4,6 +4,12 @@ "discord": "694986201739952229" }, "records": { - "URL": "https://stefdp.com" + "URL": "https://stefdp.com", + "MX": [ + "mail.stefdp.com" + ], + "TXT": [ + "v=spf1 mx ~all" + ] } } From c70a5a7c7fcdfce20ddf666f34cbf561e9892355 Mon Sep 17 00:00:00 2001 From: Stefano Del Prete Date: Sat, 26 Apr 2025 16:28:00 +0200 Subject: [PATCH 4/7] Create autodiscover.stefdp.json --- domains/autodiscover.stefdp.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/autodiscover.stefdp.json diff --git a/domains/autodiscover.stefdp.json b/domains/autodiscover.stefdp.json new file mode 100644 index 000000000..2bcaa7999 --- /dev/null +++ b/domains/autodiscover.stefdp.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Stef-00012", + "discord": "694986201739952229" + }, + "records": { + "CNAME": "mail.stefdp.com" + } +} From 5cc9a1b678a90b8785d33f434c520fee0fbaddb7 Mon Sep 17 00:00:00 2001 From: Stefano Del Prete Date: Sat, 26 Apr 2025 16:31:12 +0200 Subject: [PATCH 5/7] Create _autodiscover._tcp.stefdp.json --- domains/_autodiscover._tcp.stefdp.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 domains/_autodiscover._tcp.stefdp.json diff --git a/domains/_autodiscover._tcp.stefdp.json b/domains/_autodiscover._tcp.stefdp.json new file mode 100644 index 000000000..12c5d424f --- /dev/null +++ b/domains/_autodiscover._tcp.stefdp.json @@ -0,0 +1,16 @@ +{ + "owner": { + "username": "Stef-00012", + "discord": "694986201739952229" + }, + "records": { + "SRV": [ + { + "priority": 0, + "weight": 65535, + "port": 443, + "target": "mail.stefdp.com" + } + ] + } +} From e7d6f15a72c8619fc2b72a999c7fc71474f30f5f Mon Sep 17 00:00:00 2001 From: Stefano Del Prete Date: Sat, 26 Apr 2025 16:31:49 +0200 Subject: [PATCH 6/7] Create autoconfig.stefdp.json --- domains/autoconfig.stefdp.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/autoconfig.stefdp.json diff --git a/domains/autoconfig.stefdp.json b/domains/autoconfig.stefdp.json new file mode 100644 index 000000000..2bcaa7999 --- /dev/null +++ b/domains/autoconfig.stefdp.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Stef-00012", + "discord": "694986201739952229" + }, + "records": { + "CNAME": "mail.stefdp.com" + } +} From 33d583f10eb27af0c0d865ea50fb509ecc00b3dd Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 26 Apr 2025 22:35:27 +0800 Subject: [PATCH 7/7] Delete domains/00001.json --- domains/00001.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/00001.json diff --git a/domains/00001.json b/domains/00001.json deleted file mode 100644 index eaf369328..000000000 --- a/domains/00001.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "SatyamV7.is-a.dev", - "repo": "https://github.com/SatyamV7/SatyamV7.github.io", - "owner": { - "username": "SatyamV7", - "email": "satyamverma46@outlook.com" - }, - "records": { - "CNAME": "satyamv7.github.io" - } -}