Update raafey.json

Added MX and SPF records
This commit is contained in:
Raafey Raza
2024-07-06 13:11:23 +05:00
committed by GitHub
parent aab986aad3
commit dd2a1f0518
+8 -2
View File
@@ -3,8 +3,14 @@
"username": "RaafeyRaza",
"email": "raafeyraza1@gmail.com"
},
"record": {
"A": ["69.197.135.202"]
"A": ["69.197.135.202"],
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": [
"v=spf1 include:spf.improvmx.com ~all"
]
}
}