From f6ed29b45a78243b5e413679d754cd8aac31910c Mon Sep 17 00:00:00 2001 From: Kush Dhingra <132370004+Kush-Dhingra@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:53:09 +0530 Subject: [PATCH 1/4] Create kush.json --- domains/kush.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/kush.json diff --git a/domains/kush.json b/domains/kush.json new file mode 100644 index 000000000..e9a075b96 --- /dev/null +++ b/domains/kush.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Kush-Dhingra", + "email": "kushdhingra3112@gmail.com", + "discord": "1035869217796403220", + }, + "records": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } + } From 26d89c7dec0b698f71fe7f22a286cb1be4be1397 Mon Sep 17 00:00:00 2001 From: CuteDog5695 Date: Wed, 30 Oct 2024 14:23:43 +0200 Subject: [PATCH 2/4] This might have been the problem --- domains/kush.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/kush.json b/domains/kush.json index e9a075b96..ddb4719cd 100644 --- a/domains/kush.json +++ b/domains/kush.json @@ -6,6 +6,6 @@ }, "records": { "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] } } From 77c177a8bf06ab8216f570aae9f427e308c8b947 Mon Sep 17 00:00:00 2001 From: CuteDog5695 Date: Wed, 30 Oct 2024 14:24:34 +0200 Subject: [PATCH 3/4] Yikes... --- domains/kush.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/kush.json b/domains/kush.json index ddb4719cd..45de64d11 100644 --- a/domains/kush.json +++ b/domains/kush.json @@ -2,7 +2,7 @@ "owner": { "username": "Kush-Dhingra", "email": "kushdhingra3112@gmail.com", - "discord": "1035869217796403220", + "discord": "1035869217796403220" }, "records": { "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], From 61807b0df3356f3241494f057f9963cd3cab04a7 Mon Sep 17 00:00:00 2001 From: CuteDog5695 Date: Wed, 30 Oct 2024 14:27:25 +0200 Subject: [PATCH 4/4] Update domains/kush.json Co-authored-by: William Harrison <87287585+wdhdev@users.noreply.github.com> --- domains/kush.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/kush.json b/domains/kush.json index 45de64d11..4f25d3f4b 100644 --- a/domains/kush.json +++ b/domains/kush.json @@ -4,7 +4,7 @@ "email": "kushdhingra3112@gmail.com", "discord": "1035869217796403220" }, - "records": { + "record": { "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": ["v=spf1 include:spf.improvmx.com ~all"] }