From cf1358779799fb76dd99fa18b2aac4c12ca98c1f Mon Sep 17 00:00:00 2001 From: Joud j Date: Tue, 14 Jul 2026 14:26:08 +0400 Subject: [PATCH 1/3] fix json again... --- domains/joddabod.json | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/domains/joddabod.json b/domains/joddabod.json index 5d0a242eade..1e299d7d7c3 100644 --- a/domains/joddabod.json +++ b/domains/joddabod.json @@ -3,13 +3,27 @@ "username": "joddabodscripts", "email": "joddabod5@gmail.com" }, - "proxied": true, + "proxied": false, "records": { - "CNAME": "joddabodscripts.github.io", + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "CNAME": { + "www": "joddabodscripts.github.io" + }, + "TXT": [ + { + "host": "_github-pages-challenge-JoddabodScripts.joddabod.is-a.dev", + "value": "49d72a213bf6572e6766ff949b659a" + } + ], "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "SPF": "v=spf1 include:spf.improvmx.com ~all" } } From c17ee2a12a9073dc4dffed0356cb80697922012e Mon Sep 17 00:00:00 2001 From: Joud j Date: Tue, 14 Jul 2026 14:41:52 +0400 Subject: [PATCH 2/3] fix json again... --- domains/joddabod.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/domains/joddabod.json b/domains/joddabod.json index 1e299d7d7c3..4342901c4b6 100644 --- a/domains/joddabod.json +++ b/domains/joddabod.json @@ -15,15 +15,12 @@ "www": "joddabodscripts.github.io" }, "TXT": [ - { - "host": "_github-pages-challenge-JoddabodScripts.joddabod.is-a.dev", - "value": "49d72a213bf6572e6766ff949b659a" - } + "_github-pages-challenge-JoddabodScripts.joddabod.is-a.dev=49d72a213bf6572e6766ff949b659a", + "v=spf1 include:spf.improvmx.com ~all" ], "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" - ], - "SPF": "v=spf1 include:spf.improvmx.com ~all" + ] } } From 2b37850eefb1eb2b65c9d8cd1edc70ab6ba4e5df Mon Sep 17 00:00:00 2001 From: Joud j Date: Tue, 14 Jul 2026 14:43:53 +0400 Subject: [PATCH 3/3] fix json again... --- domains/joddabod.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/domains/joddabod.json b/domains/joddabod.json index 4342901c4b6..6086fb5f996 100644 --- a/domains/joddabod.json +++ b/domains/joddabod.json @@ -11,9 +11,6 @@ "185.199.110.153", "185.199.111.153" ], - "CNAME": { - "www": "joddabodscripts.github.io" - }, "TXT": [ "_github-pages-challenge-JoddabodScripts.joddabod.is-a.dev=49d72a213bf6572e6766ff949b659a", "v=spf1 include:spf.improvmx.com ~all"