From 5d744af5aa94bb03092f4543e366f2dade31eb46 Mon Sep 17 00:00:00 2001 From: Priyansh Prajapat Date: Wed, 3 Jan 2024 18:51:07 +0530 Subject: [PATCH] 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" + } +}