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] 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 }