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