Update batman.json with new owner and records

This commit is contained in:
ALAN S 2026-02-05 15:18:56 +05:30 committed by GitHub
commit ebc4e880ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
domains/batman.json Normal file
View file

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