From 1509ffb056867d92ec6767cc6d1c4c3f9489b770 Mon Sep 17 00:00:00 2001 From: RishixD4511 <122672252+RishixD4511@users.noreply.github.com> Date: Sun, 4 May 2025 16:51:34 +0530 Subject: [PATCH] Create rishi.json --- domains/rishi.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 domains/rishi.json 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" + ] + } +}