From ebc4e880ee24846780c3bd30d87f22174415422f Mon Sep 17 00:00:00 2001 From: ALAN S <54718375+shadowe1ite@users.noreply.github.com> Date: Thu, 5 Feb 2026 15:18:56 +0530 Subject: [PATCH 1/3] Update batman.json with new owner and records --- domains/batman.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 domains/batman.json diff --git a/domains/batman.json b/domains/batman.json new file mode 100644 index 0000000..3a9482f --- /dev/null +++ b/domains/batman.json @@ -0,0 +1,16 @@ +{ + "owner": { + "username": "shadowe1ite", + }, + "records": { + "CNAME": "shadowe1ite.github.io", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": [ + "v=spf1 include:spf.improvmx.com ~all" + ] + }, + "proxied": true +} From 52e8e7408a8e0b47eafd4ea35c04534df2954864 Mon Sep 17 00:00:00 2001 From: ALAN S <54718375+shadowe1ite@users.noreply.github.com> Date: Thu, 5 Feb 2026 18:47:29 +0530 Subject: [PATCH 2/3] Remove unnecessary MX and TXT records from JSON --- domains/batman.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/domains/batman.json b/domains/batman.json index 3a9482f..cfc076c 100644 --- a/domains/batman.json +++ b/domains/batman.json @@ -1,16 +1,9 @@ { "owner": { - "username": "shadowe1ite", + "username": "shadowe1ite" }, "records": { - "CNAME": "shadowe1ite.github.io", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": [ - "v=spf1 include:spf.improvmx.com ~all" - ] + "CNAME": "shadowe1ite.github.io" }, "proxied": true } From 9cc727c967e0d73d63b28682a958e11fc1fde176 Mon Sep 17 00:00:00 2001 From: ALAN S <54718375+shadowe1ite@users.noreply.github.com> Date: Thu, 5 Feb 2026 19:11:48 +0530 Subject: [PATCH 3/3] Change JSON structure from records to record --- domains/batman.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/batman.json b/domains/batman.json index cfc076c..6fbad78 100644 --- a/domains/batman.json +++ b/domains/batman.json @@ -2,7 +2,7 @@ "owner": { "username": "shadowe1ite" }, - "records": { + "record": { "CNAME": "shadowe1ite.github.io" }, "proxied": true