Merge pull request #22328 from saifulabidin/main

Add Discord verification & Update sabidzpro.json to include ImprovMX MX and TXT records
This commit is contained in:
DIBSTER
2025-04-25 21:57:35 -04:00
committed by GitHub
2 changed files with 18 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "saifulabidin",
"email": "syaiful.osd@yahoo.com"
},
"records": {
"TXT": "a25a4d7cffc472b9402e6544f5f79f84c001e563"
}
}
+9 -2
View File
@@ -7,6 +7,13 @@
},
"proxied": true,
"records": {
"CNAME": "sabidzpro.vercel.app"
"CNAME": "sabidzpro.vercel.app",
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": [
"v=spf1 include:spf.improvmx.com ~all"
]
}
}
}