Remove unnecessary MX and TXT records from JSON

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

View file

@ -1,16 +1,9 @@
{ {
"owner": { "owner": {
"username": "shadowe1ite", "username": "shadowe1ite"
}, },
"records": { "records": {
"CNAME": "shadowe1ite.github.io", "CNAME": "shadowe1ite.github.io"
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": [
"v=spf1 include:spf.improvmx.com ~all"
]
}, },
"proxied": true "proxied": true
} }