diff --git a/domains/rishi.json b/domains/rishi.json new file mode 100644 index 000000000..de5a92578 --- /dev/null +++ b/domains/rishi.json @@ -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" + ] + } +}