Create rishi.json

This commit is contained in:
RishixD4511
2025-05-04 16:51:34 +05:30
committed by GitHub
parent 394a2a4d0c
commit 1509ffb056
+16
View File
@@ -0,0 +1,16 @@
{
"description": "Email forwarding for Rishi's personal subdomain",
"owner": {
"username": "RishixD4511",
"email": "rishixd95@gmail.com"
},
"record": {
"MX": [
{ "priority": 10, "value": "mx1.forwardemail.net" },
{ "priority": 10, "value": "mx2.forwardemail.net" }
],
"TXT": [
"forward-email=NTMwMzc4Zjg2N2Y2MGE0NS01N2VjOTQyNDcwMDg2NWM5NDA3Mzg3ODkyNWZmNzIwNWQxZjRmOGYyNjk4Yjg4MjY4ZjQ0N2Y5NGE0NzUwNmE3"
]
}
}