From 2f6522605ba4c6d44a7aac5a7a94d15ffbd9b48c Mon Sep 17 00:00:00 2001 From: OnionDev Date: Tue, 28 Feb 2023 18:16:24 +0530 Subject: [PATCH 1/2] Create oniondev.json --- domains/oniondev.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/oniondev.json diff --git a/domains/oniondev.json b/domains/oniondev.json new file mode 100644 index 000000000..5c99f6c7d --- /dev/null +++ b/domains/oniondev.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "OnionDev1885", + "email": "", + "discord": "OnionDev#1885" + }, + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] + } +} From fae2126e4b373405a302323855905f14585ba448 Mon Sep 17 00:00:00 2001 From: OnionDev Date: Tue, 28 Feb 2023 18:18:03 +0530 Subject: [PATCH 2/2] Update oniondev.json --- domains/oniondev.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/oniondev.json b/domains/oniondev.json index 5c99f6c7d..0309de764 100644 --- a/domains/oniondev.json +++ b/domains/oniondev.json @@ -8,6 +8,8 @@ "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" - ] + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all", + "URL": "https://trgop.gq" } }