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/9] 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/9] 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/9] 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/9] 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/9] 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/9] 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 3da66b79e2773b4877bcd64e5c6db64cefe78a1a Mon Sep 17 00:00:00 2001 From: L Lawliet Date: Mon, 10 Jun 2024 05:03:47 +0530 Subject: [PATCH 7/9] Update l6174.json --- domains/l6174.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/l6174.json b/domains/l6174.json index 0bef49c24..e1256c1b4 100644 --- a/domains/l6174.json +++ b/domains/l6174.json @@ -7,8 +7,8 @@ }, "record": { "A": [ + "185.199.108.153", "185.199.109.153", - "185.199.111.153", "185.199.110.153", "185.199.111.153" ], From 9d4c7bc08f99f4dbd9bf17bd5d4167093abf8548 Mon Sep 17 00:00:00 2001 From: L Lawliet Date: Mon, 10 Jun 2024 05:04:41 +0530 Subject: [PATCH 8/9] Create _github-pages-challenge-l6174.l6174.json --- domains/_github-pages-challenge-l6174.l6174.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-l6174.l6174.json diff --git a/domains/_github-pages-challenge-l6174.l6174.json b/domains/_github-pages-challenge-l6174.l6174.json new file mode 100644 index 000000000..9ba3d81a3 --- /dev/null +++ b/domains/_github-pages-challenge-l6174.l6174.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "l6174", + "email": "l6174@proton.me" + }, + "record": { + "TXT": "239afcf7406892899a65a396dc024f" + } +} 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 9/9] 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" } }