From 5d744af5aa94bb03092f4543e366f2dade31eb46 Mon Sep 17 00:00:00 2001 From: Priyansh Prajapat Date: Wed, 3 Jan 2024 18:51:07 +0530 Subject: [PATCH 1/2] Register spicy subdomain --- domains/spicy.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 domains/spicy.json diff --git a/domains/spicy.json b/domains/spicy.json new file mode 100644 index 000000000..60487950d --- /dev/null +++ b/domains/spicy.json @@ -0,0 +1,19 @@ +{ + "owner": { + "username": "oyepriyansh", + "email": "oyepriyansh@hotmail.com" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} From c76c6c1ffde443fc584161ebf4a92434ce2559b3 Mon Sep 17 00:00:00 2001 From: Priyansh Prajapat Date: Wed, 3 Jan 2024 19:39:50 +0530 Subject: [PATCH 2/2] Verify subdomain for org --- domains/_github-challenge-SpicyDevs-org.spicy.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-challenge-SpicyDevs-org.spicy.json diff --git a/domains/_github-challenge-SpicyDevs-org.spicy.json b/domains/_github-challenge-SpicyDevs-org.spicy.json new file mode 100644 index 000000000..e6af619d0 --- /dev/null +++ b/domains/_github-challenge-SpicyDevs-org.spicy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "oyepriyansh", + "email": "oyepriyansh@hotmail.com" + }, + "record": { + "TXT": "0e84f14f3a" + } +}