From 1c6ccdf6ec64f9cd86f671f35d31359a9a440f95 Mon Sep 17 00:00:00 2001 From: Youssef Fathy <32334265+0xzer0x@users.noreply.github.com> Date: Thu, 13 Jun 2024 06:13:48 +0300 Subject: [PATCH 1/2] register: add mail.0xzer0x.json --- domains/mail.0xzer0x.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 domains/mail.0xzer0x.json diff --git a/domains/mail.0xzer0x.json b/domains/mail.0xzer0x.json new file mode 100644 index 000000000..8b4dccf09 --- /dev/null +++ b/domains/mail.0xzer0x.json @@ -0,0 +1,16 @@ +{ + "owner": { + "username": "0xzer0x", + "email": "youssefessamasu@gmail.com" + }, + "record": { + "MX": [ + "mx1.forwardemail.net", + "mx2.forwardemail.net" + ], + "TXT": [ + "forward-email=youssefessamasu@gmail.com", + "v=spf1 a include:spf.forwardemail.net include:_spf.google.com -all" + ] + } +} From c1f2139e9285cf03151c0361b809b7d3ec80167d Mon Sep 17 00:00:00 2001 From: Youssef Fathy <32334265+0xzer0x@users.noreply.github.com> Date: Thu, 13 Jun 2024 06:15:20 +0300 Subject: [PATCH 2/2] fix: rename mail.0xzer0x.json to 0xzer0x.json --- domains/{mail.0xzer0x.json => 0xzer0x.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{mail.0xzer0x.json => 0xzer0x.json} (100%) diff --git a/domains/mail.0xzer0x.json b/domains/0xzer0x.json similarity index 100% rename from domains/mail.0xzer0x.json rename to domains/0xzer0x.json