From 7d7f6853db9361ba367d95754f405c8d62b07da3 Mon Sep 17 00:00:00 2001 From: onix <112401813+xzonix@users.noreply.github.com> Date: Thu, 30 May 2024 15:03:22 -0300 Subject: [PATCH 1/7] Create mail.fran.json --- domains/mail.fran.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/mail.fran.json diff --git a/domains/mail.fran.json b/domains/mail.fran.json new file mode 100644 index 000000000..30a5c5e6e --- /dev/null +++ b/domains/mail.fran.json @@ -0,0 +1,8 @@ +"MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} From 2798cebcb7416da52dd70579e5b097cf4d218d97 Mon Sep 17 00:00:00 2001 From: onix <112401813+xzonix@users.noreply.github.com> Date: Thu, 30 May 2024 15:48:21 -0300 Subject: [PATCH 2/7] Update mail.fran.json --- domains/mail.fran.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/mail.fran.json b/domains/mail.fran.json index 30a5c5e6e..88368beb8 100644 --- a/domains/mail.fran.json +++ b/domains/mail.fran.json @@ -2,7 +2,6 @@ "mx1.improvmx.com", "mx2.improvmx.com" ] - ], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 2bddb9d3be0a90f33bdcaa442dbe91a8f5207170 Mon Sep 17 00:00:00 2001 From: onix <112401813+xzonix@users.noreply.github.com> Date: Thu, 30 May 2024 15:51:23 -0300 Subject: [PATCH 3/7] Update mail.fran.json --- domains/mail.fran.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/mail.fran.json b/domains/mail.fran.json index 88368beb8..91f7df5fd 100644 --- a/domains/mail.fran.json +++ b/domains/mail.fran.json @@ -1,4 +1,5 @@ -"MX": [ +{ + "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" ] From 851214779d6e154fb5690016b53ec060470ae20b Mon Sep 17 00:00:00 2001 From: onix <112401813+xzonix@users.noreply.github.com> Date: Thu, 30 May 2024 15:53:48 -0300 Subject: [PATCH 4/7] Update mail.fran.json --- domains/mail.fran.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/domains/mail.fran.json b/domains/mail.fran.json index 91f7df5fd..c37256231 100644 --- a/domains/mail.fran.json +++ b/domains/mail.fran.json @@ -1,4 +1,8 @@ { + "owner": { + "username": "xzonix", + "email": "imahalojigi@gmail.com" + }, "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" From 501b8cb23798c543f9a98f13466cb30b1844dacf Mon Sep 17 00:00:00 2001 From: onix <112401813+xzonix@users.noreply.github.com> Date: Sun, 9 Jun 2024 16:09:07 -0300 Subject: [PATCH 5/7] Create go.fran.json --- domains/go.fran.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/go.fran.json diff --git a/domains/go.fran.json b/domains/go.fran.json new file mode 100644 index 000000000..0030019a6 --- /dev/null +++ b/domains/go.fran.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "xzonix", + "email": "imahalojigi@gmail.com" + }, + "record": { + "TXT": "cname.short.io" + } +} From 75c2ca25ea1465bafb54e68bfde5b1466918f3a3 Mon Sep 17 00:00:00 2001 From: onix <112401813+xzonix@users.noreply.github.com> Date: Sun, 9 Jun 2024 16:15:07 -0300 Subject: [PATCH 6/7] Update mail.fran.json --- domains/mail.fran.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/domains/mail.fran.json b/domains/mail.fran.json index c37256231..c056746e2 100644 --- a/domains/mail.fran.json +++ b/domains/mail.fran.json @@ -1,12 +1,11 @@ { - "owner": { - "username": "xzonix", - "email": "imahalojigi@gmail.com" - }, - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ] + "description": "subdomain for mails", + "owner": { + "username": "xzonix", + "email": "imahalojigi@gmail.com" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 51d14e0b52344f9cc126505ccb6826b8d3b94dba Mon Sep 17 00:00:00 2001 From: onix <112401813+xzonix@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:30:06 -0300 Subject: [PATCH 7/7] Update go.fran.json --- domains/go.fran.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/go.fran.json b/domains/go.fran.json index 0030019a6..fe3f73f7e 100644 --- a/domains/go.fran.json +++ b/domains/go.fran.json @@ -4,6 +4,6 @@ "email": "imahalojigi@gmail.com" }, "record": { - "TXT": "cname.short.io" + "CNAME": "cname.short.io" } }