From acfaca8faa66f19b5f0f1c6f618fd36b20dc20f9 Mon Sep 17 00:00:00 2001 From: SX Spy Agent <90962949+SX-9@users.noreply.github.com> Date: Fri, 1 Jul 2022 09:30:13 +0700 Subject: [PATCH 1/3] Create mail.sx9.json --- domains/mail.sx9.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mail.sx9.json diff --git a/domains/mail.sx9.json b/domains/mail.sx9.json new file mode 100644 index 000000000..11ef83bd1 --- /dev/null +++ b/domains/mail.sx9.json @@ -0,0 +1,12 @@ +{ + "description": "SX's Email", + "owner": { + "discord": "SX-Spy-Agent#1377", + "email": "sx-91@outlook.com", + "username": "SX-9" + }, + "records": { + "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} From df7566ad5ea9764f4684a6b2837f5614817d8b94 Mon Sep 17 00:00:00 2001 From: SX Spy Agent <90962949+SX-9@users.noreply.github.com> Date: Fri, 1 Jul 2022 09:39:41 +0700 Subject: [PATCH 2/3] Update mail.sx9.json --- domains/mail.sx9.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/mail.sx9.json b/domains/mail.sx9.json index 11ef83bd1..8128a9c86 100644 --- a/domains/mail.sx9.json +++ b/domains/mail.sx9.json @@ -1,5 +1,6 @@ { "description": "SX's Email", + "repo": "https://sx9.is-a.dev", "owner": { "discord": "SX-Spy-Agent#1377", "email": "sx-91@outlook.com", From 87f5253ba3bc1700285aed0154f99c666c430c2b Mon Sep 17 00:00:00 2001 From: SX Spy Agent <90962949+SX-9@users.noreply.github.com> Date: Fri, 1 Jul 2022 10:56:02 +0700 Subject: [PATCH 3/3] Update mail.sx9.json --- domains/mail.sx9.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mail.sx9.json b/domains/mail.sx9.json index 8128a9c86..18e887738 100644 --- a/domains/mail.sx9.json +++ b/domains/mail.sx9.json @@ -6,7 +6,7 @@ "email": "sx-91@outlook.com", "username": "SX-9" }, - "records": { + "record": { "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" ], "TXT": "v=spf1 include:spf.improvmx.com ~all" }