From 826e24f718a997230418473aa0d20f9901c3317b Mon Sep 17 00:00:00 2001 From: Niemiets Date: Tue, 18 Jul 2023 22:35:54 +0200 Subject: [PATCH 01/73] feat(domain): niemiets.is-a.dev --- domains/niemiets.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/domains/niemiets.json b/domains/niemiets.json index fc95b5dc5..10be9db3b 100644 --- a/domains/niemiets.json +++ b/domains/niemiets.json @@ -1,11 +1,10 @@ { - "owner": { - "username": "Niemiets", - "email": "niemiec123123123@gmail.com", - "discord": "397074265708691456" - }, - - "record": { - "CNAME": "175c065b-9338-44cf-a6ed-4cc521f9ec5c.id.repl.co" + "owner": { + "username": "Niemiets", + "email": "niemiec123123123@gmail.com" + }, + "record": { + "URL": "https://www.niemiets.repl.co/" + } } -} + \ No newline at end of file From af1741b3bef72d22395b6cbbb844a118ce970324 Mon Sep 17 00:00:00 2001 From: Choiril Fikri <92452939+Cfhoiril@users.noreply.github.com> Date: Fri, 11 Aug 2023 18:50:12 +0700 Subject: [PATCH 02/73] Register Github Page Challenge for iamchoiiril.is-a.dev --- ...ub-pages-challenge-Cfhoiril.iamchoiiril.is-a.dev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Cfhoiril.iamchoiiril.is-a.dev.json diff --git a/domains/_github-pages-challenge-Cfhoiril.iamchoiiril.is-a.dev.json b/domains/_github-pages-challenge-Cfhoiril.iamchoiiril.is-a.dev.json new file mode 100644 index 000000000..2afae3dd5 --- /dev/null +++ b/domains/_github-pages-challenge-Cfhoiril.iamchoiiril.is-a.dev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Cfhoiril", + "email": "iamchoirilfk@gmail.com" + }, + "record": { + "TXT": "b49cf4e1ed7ceb56aa290ae78378a9" + } +} From 41f582498afdcb9229b65b57bb05907f442e0e20 Mon Sep 17 00:00:00 2001 From: ShevonKuan <331749486@qq.com> Date: Fri, 11 Aug 2023 23:50:06 +0800 Subject: [PATCH 03/73] feat(domain): shevon.is-a.dev --- domains/shevon.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/shevon.json diff --git a/domains/shevon.json b/domains/shevon.json new file mode 100644 index 000000000..fe76605ba --- /dev/null +++ b/domains/shevon.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ShevonKuan", + "email": "331749486@qq.com" + }, + "record": { + "URL": "http://datagrids.dev" + } +} From 9fd95bff8c14e7c60d32fd7473026edc5ce4b709 Mon Sep 17 00:00:00 2001 From: Niemiets Date: Wed, 16 Aug 2023 10:55:24 +0200 Subject: [PATCH 04/73] feat(domain): niemiets.is-a.dev --- domains/niemiets.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/domains/niemiets.json b/domains/niemiets.json index 10be9db3b..fbcb5f600 100644 --- a/domains/niemiets.json +++ b/domains/niemiets.json @@ -1,10 +1,11 @@ { "owner": { - "username": "Niemiets", - "email": "niemiec123123123@gmail.com" + "username": "Niemiets", + "email": "niemiec123123123@gmail.com" }, "record": { - "URL": "https://www.niemiets.repl.co/" + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": "hosts.is-a.dev" } - } - \ No newline at end of file + } \ No newline at end of file From 1be471706ce782d65491aff922912d856a7f4da3 Mon Sep 17 00:00:00 2001 From: gopaljigaur Date: Fri, 18 Aug 2023 15:01:44 +0200 Subject: [PATCH 05/73] feat(domain): gopalji.is-a.dev --- domains/gopalji.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/gopalji.json diff --git a/domains/gopalji.json b/domains/gopalji.json new file mode 100644 index 000000000..98bb74c05 --- /dev/null +++ b/domains/gopalji.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "gopaljigaur", + "email": "contact@gopalji.me" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": "hosts.is-a.dev" + } +} \ No newline at end of file From 987c5126331139d3c04afda77af8457b88ef8fe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=A8Shevon=E3=83=BBKuan=E2=9C=A8?= <49824574+ShevonKuan@users.noreply.github.com> Date: Fri, 18 Aug 2023 21:27:44 +0800 Subject: [PATCH 06/73] Update shevon.json --- domains/shevon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shevon.json b/domains/shevon.json index fe76605ba..b3b8d6b3a 100644 --- a/domains/shevon.json +++ b/domains/shevon.json @@ -4,6 +4,6 @@ "email": "331749486@qq.com" }, "record": { - "URL": "http://datagrids.dev" + "A": "47.243.44.66" } } From 6a7ceac7cfd2dc58c7f6fa40ee2d98f1ee137c87 Mon Sep 17 00:00:00 2001 From: Eevee-Gaming Date: Fri, 18 Aug 2023 15:40:29 +0200 Subject: [PATCH 07/73] feat(domain): eevee.is-a.dev --- domains/eevee.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/eevee.json diff --git a/domains/eevee.json b/domains/eevee.json new file mode 100644 index 000000000..a8b644af0 --- /dev/null +++ b/domains/eevee.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Eevee-Gaming", + "email": "nonothug59@gmail.com" + }, + "record": { + "URL": "https://eeveegaming.cf" + } +} From 4fd2d625193b736a0a855bad1b6e1a53f9e8db1b Mon Sep 17 00:00:00 2001 From: circularsprojects Date: Sat, 19 Aug 2023 00:28:28 +1000 Subject: [PATCH 08/73] feat(domain): circular.is-a.dev --- domains/circular.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/circular.json diff --git a/domains/circular.json b/domains/circular.json new file mode 100644 index 000000000..9572a40c7 --- /dev/null +++ b/domains/circular.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "circularsprojects", + "email": "levi97646@gmail.com" + }, + "record": { + "URL": "https://circularsprojects.com" + } +} From e59700ad3d89373b71f8628b0b2e102a3a8b0ab1 Mon Sep 17 00:00:00 2001 From: TheRafal Date: Fri, 18 Aug 2023 17:45:58 +0200 Subject: [PATCH 09/73] feat(domain): rafal.is-a.dev --- domains/rafal.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rafal.json diff --git a/domains/rafal.json b/domains/rafal.json new file mode 100644 index 000000000..951e7480c --- /dev/null +++ b/domains/rafal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "TheRafal", + "email": "therafal@proton.me" + }, + "record": { + "A": ["178.159.197.126"] + } +} From faa18e8f25ade56ef67f38156e807d604cbbba8d Mon Sep 17 00:00:00 2001 From: gigwanoobstudios Date: Fri, 18 Aug 2023 22:47:56 -0700 Subject: [PATCH 10/73] feat(domain): gigwanoob.is-a.dev --- domains/gigwanoob.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/domains/gigwanoob.json b/domains/gigwanoob.json index 22c7a69e0..b6021e569 100644 --- a/domains/gigwanoob.json +++ b/domains/gigwanoob.json @@ -1,11 +1,11 @@ { - "owner": { - "username": "gigwanoobstudios", - "email": "tplink3116@gmail.com", - "discord": "820962361787285534" - }, - - "record": { - "CNAME": "gigwanoobstudios.github.io" - } -} + "owner": { + "username": "gigwanoobstudios", + "email": "tplink3116@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": "hosts.is-a.dev" + } + } \ No newline at end of file From 0b8dfae63e88dd0ebee11a29097d4d5d2774fc4c Mon Sep 17 00:00:00 2001 From: Cfhoiril Date: Sun, 20 Aug 2023 23:57:49 +0700 Subject: [PATCH 11/73] feat(domain): _github-pages-challenge-cfhoiril.iamchoiiril.is-a.dev --- .../_github-pages-challenge-cfhoiril.iamchoiiril.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-cfhoiril.iamchoiiril.json diff --git a/domains/_github-pages-challenge-cfhoiril.iamchoiiril.json b/domains/_github-pages-challenge-cfhoiril.iamchoiiril.json new file mode 100644 index 000000000..5d89dfc4b --- /dev/null +++ b/domains/_github-pages-challenge-cfhoiril.iamchoiiril.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Cfhoiril", + "email": "iamchoirilfk@gmail.com" + }, + "record": { + "TXT": "9b283f49dbeb511d5060e9f26a83b4" + } +} From e068b562940b72b343da07a38781df4ee76d2951 Mon Sep 17 00:00:00 2001 From: ThinLiquid Date: Mon, 21 Aug 2023 03:31:58 +0100 Subject: [PATCH 12/73] Update flow-os.liquid.json --- domains/flow-os.liquid.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/flow-os.liquid.json b/domains/flow-os.liquid.json index d88826b20..d453d7e44 100644 --- a/domains/flow-os.liquid.json +++ b/domains/flow-os.liquid.json @@ -1,9 +1,9 @@ { "owner": { "username": "ThinLiquid", - "email": "thinliquid@proton.me" + "email": "thnlqd@gmail.com" }, "record": { - "CNAME": "fathomless-chickadee-7xj6ixiuhgknzzityvtiq6q4.herokudns.com" + "A": "155.248.212.141" } } From 26c3d245b7e24bda5ccfb8e8f06b181cd97817fd Mon Sep 17 00:00:00 2001 From: circularsprojects <50017673+circularsprojects@users.noreply.github.com> Date: Mon, 21 Aug 2023 12:43:54 +1000 Subject: [PATCH 13/73] Update circular.json --- domains/circular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/circular.json b/domains/circular.json index 9572a40c7..fdeaf3eaa 100644 --- a/domains/circular.json +++ b/domains/circular.json @@ -4,6 +4,6 @@ "email": "levi97646@gmail.com" }, "record": { - "URL": "https://circularsprojects.com" + "URL": "https://circulars.dev" } } From 8ec0ae78a33f0d85fb029ca8865fa34569a0ac36 Mon Sep 17 00:00:00 2001 From: Zepvil Date: Mon, 21 Aug 2023 15:36:27 +1200 Subject: [PATCH 14/73] feat(domain): zepvil.is-a.dev --- domains/zepvil.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/zepvil.json diff --git a/domains/zepvil.json b/domains/zepvil.json new file mode 100644 index 000000000..08cbfca6e --- /dev/null +++ b/domains/zepvil.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Zepvil", + "email": "thezepvil@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 3a4796400ab4c7a7f1d3e8631923f2aeee34085a Mon Sep 17 00:00:00 2001 From: gigwanoobstudios Date: Mon, 21 Aug 2023 03:38:44 -0700 Subject: [PATCH 15/73] feat(domain): mostafizurrahman.is-a.dev --- domains/mostafizurrahman.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mostafizurrahman.json diff --git a/domains/mostafizurrahman.json b/domains/mostafizurrahman.json new file mode 100644 index 000000000..339a082ba --- /dev/null +++ b/domains/mostafizurrahman.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "gigwanoobstudios", + "email": "tplink3116@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 1d65cdc65acde3ef782dfd0bfaae53abe7a63860 Mon Sep 17 00:00:00 2001 From: notabhixhek Date: Mon, 21 Aug 2023 19:58:14 +0530 Subject: [PATCH 16/73] feat(domain): avikek.is-a.dev --- domains/avikek.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/avikek.json diff --git a/domains/avikek.json b/domains/avikek.json new file mode 100644 index 000000000..6ea85b620 --- /dev/null +++ b/domains/avikek.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "notabhixhek", + "email": "abhishek.fodikar29@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From fe25e5a6e5f9548bd9c1ab61e31274f7620d6e02 Mon Sep 17 00:00:00 2001 From: cabingory Date: Mon, 21 Aug 2023 21:04:13 +0100 Subject: [PATCH 17/73] feat(domain): blinx.is-a.dev --- domains/blinx.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/domains/blinx.json b/domains/blinx.json index 0a12e69cd..61da34aab 100644 --- a/domains/blinx.json +++ b/domains/blinx.json @@ -4,8 +4,6 @@ "email": "blinxduh@gmail.com" }, "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": "hosts.is-a.dev" + "CNAME": ""[{"type":"TXT","value":"v=spf1 a mx ip4:217.174.245.249 ~all","allowMultiple":true},{"type":"MX","value":"hosts.is-a.dev","allowMultiple":true},{"type":"CNAME","allowMultiple":false,"value":"_discord.blinx.is-a.dev."}]"" } -} \ No newline at end of file +} From d5c904ed0fdb2f5ef044f258eb88d799d1b2006d Mon Sep 17 00:00:00 2001 From: TheMaster223 Date: Mon, 21 Aug 2023 16:06:36 -0400 Subject: [PATCH 18/73] feat(domain): master.is-a.dev --- domains/master.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/master.json diff --git a/domains/master.json b/domains/master.json new file mode 100644 index 000000000..6c05eaf9c --- /dev/null +++ b/domains/master.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "TheMaster223", + "email": "masteriscool223@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From a116a2987107f8dfb68c7c309dade5c161775ae3 Mon Sep 17 00:00:00 2001 From: Krishnabohra Date: Wed, 23 Aug 2023 17:20:43 +0530 Subject: [PATCH 19/73] feat(domain): krishna.is-a.dev --- domains/krishna.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/krishna.json diff --git a/domains/krishna.json b/domains/krishna.json new file mode 100644 index 000000000..ebb74a7af --- /dev/null +++ b/domains/krishna.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Krishnabohra", + "email": "Krishnabohra2013@gmail.com", + "discord": "328135638358687746" + }, + + "record": { + "URL": "https://krishnabohra.github.io/krishna_bohra/" + } +} From 3b73369e0f5c34aed122b3dff9ab81f4b9a59fc3 Mon Sep 17 00:00:00 2001 From: l3qua Date: Wed, 23 Aug 2023 19:29:55 +0700 Subject: [PATCH 20/73] feat(domain): auq3l.is-a.dev --- domains/auq3l.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/auq3l.json diff --git a/domains/auq3l.json b/domains/auq3l.json new file mode 100644 index 000000000..680fcc53d --- /dev/null +++ b/domains/auq3l.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "l3qua", + "email": "lequangthanh260211@gmail.com" + }, + "record": { + "URL": "l3qua.github.io" + } +} From 3070133dde50ce97cc0d7cacdf65e8352e198394 Mon Sep 17 00:00:00 2001 From: LacyXosu Date: Wed, 23 Aug 2023 17:00:55 +0200 Subject: [PATCH 21/73] feat(domain): lacyx.is-a.dev --- domains/lacyx.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/lacyx.json diff --git a/domains/lacyx.json b/domains/lacyx.json new file mode 100644 index 000000000..0cdd45522 --- /dev/null +++ b/domains/lacyx.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "LacyXosu", + "email": "nozoska@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 4297588c7ef0593edc536e686f92af1ee2ab0d3a Mon Sep 17 00:00:00 2001 From: Sadishru Date: Wed, 23 Aug 2023 20:31:44 +0530 Subject: [PATCH 22/73] feat(domain): sadiz.is-a.dev --- domains/sadiz.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/sadiz.json diff --git a/domains/sadiz.json b/domains/sadiz.json new file mode 100644 index 000000000..9943a93fa --- /dev/null +++ b/domains/sadiz.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Sadishru", + "email": "hellosadish@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 9db5dc34e886c6f2356e7d6e04e97015393119a4 Mon Sep 17 00:00:00 2001 From: ppg00 <133581531+ppg00@users.noreply.github.com> Date: Wed, 23 Aug 2023 16:38:43 +0100 Subject: [PATCH 23/73] Create mohammed.json --- domains/mohammed.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mohammed.json diff --git a/domains/mohammed.json b/domains/mohammed.json new file mode 100644 index 000000000..0e16b4ba3 --- /dev/null +++ b/domains/mohammed.json @@ -0,0 +1,12 @@ +{ + "description": "for my personal website ^_^", + "repo": "https://github.com/ppg00/ppg00.github.io", + "owner": { + "username": "ppg00", + "email": "ppqg00@gmail.com", + "twitter": "qqg00" + }, + "record": { + "CNAME": "ppg00.github.io" + } +} From 140ac90640d8f05983be55964c119982a262e1db Mon Sep 17 00:00:00 2001 From: ppg00 <133581531+ppg00@users.noreply.github.com> Date: Wed, 23 Aug 2023 16:45:03 +0100 Subject: [PATCH 24/73] Update mohammed.json --- domains/mohammed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mohammed.json b/domains/mohammed.json index 0e16b4ba3..0eb8bf46b 100644 --- a/domains/mohammed.json +++ b/domains/mohammed.json @@ -7,6 +7,6 @@ "twitter": "qqg00" }, "record": { - "CNAME": "ppg00.github.io" + "CNAME": "ppg00.github.io." } } From 556c7fe04707e2a04a22be3f0b9003b982eeabad Mon Sep 17 00:00:00 2001 From: ppg00 <133581531+ppg00@users.noreply.github.com> Date: Wed, 23 Aug 2023 16:54:59 +0100 Subject: [PATCH 25/73] Create ppg00.json --- domains/ppg00.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ppg00.json diff --git a/domains/ppg00.json b/domains/ppg00.json new file mode 100644 index 000000000..0eb8bf46b --- /dev/null +++ b/domains/ppg00.json @@ -0,0 +1,12 @@ +{ + "description": "for my personal website ^_^", + "repo": "https://github.com/ppg00/ppg00.github.io", + "owner": { + "username": "ppg00", + "email": "ppqg00@gmail.com", + "twitter": "qqg00" + }, + "record": { + "CNAME": "ppg00.github.io." + } +} From 1fc87bafea9b18408eab1a393b2efa3e81d4f692 Mon Sep 17 00:00:00 2001 From: alkadhumi Date: Wed, 23 Aug 2023 19:36:13 +0300 Subject: [PATCH 26/73] feat(domain): alkadhumi.is-a.dev --- domains/alkadhumi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/alkadhumi.json diff --git a/domains/alkadhumi.json b/domains/alkadhumi.json new file mode 100644 index 000000000..a075eca1e --- /dev/null +++ b/domains/alkadhumi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alkadhumi", + "email": "alihassan7722@gmail.com" + }, + "record": { + "URL": "https://alkadhumi.github.io" + } +} From 0b9f8664e670471dddf1824220f86b2d1c9ea7c1 Mon Sep 17 00:00:00 2001 From: mohandaklii Date: Wed, 23 Aug 2023 19:51:28 +0200 Subject: [PATCH 27/73] feat(domain): mohand.is-a.dev --- domains/mohand.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mohand.json diff --git a/domains/mohand.json b/domains/mohand.json new file mode 100644 index 000000000..68156f035 --- /dev/null +++ b/domains/mohand.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "mohandaklii", + "email": "mohandakliamara09@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From de0dc3f9a4ccd238c728e9c7e0c050ef31369863 Mon Sep 17 00:00:00 2001 From: Rayr <25773909+Rayrsn@users.noreply.github.com> Date: Wed, 23 Aug 2023 21:49:29 +0300 Subject: [PATCH 28/73] Create 01.json --- domains/01.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/01.json diff --git a/domains/01.json b/domains/01.json new file mode 100644 index 000000000..ee687a7ca --- /dev/null +++ b/domains/01.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rayrsn", + "email": "rayrsn@proton.me" + }, + "record": { + "URL": "https://rayr.link" + } +} From 45efa4b91243e70f197f312cde24aeac674975ff Mon Sep 17 00:00:00 2001 From: vividcolorss <68936a@gmail.com> Date: Wed, 23 Aug 2023 17:13:38 -0500 Subject: [PATCH 29/73] feat(domain): xorisx.is-a.dev --- domains/xorisx.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/xorisx.json diff --git a/domains/xorisx.json b/domains/xorisx.json new file mode 100644 index 000000000..48a745462 --- /dev/null +++ b/domains/xorisx.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "vividcolorss", + "email": "68936a@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 618ccaa527ca5e7ad70ff1aa7437572da751c2cb Mon Sep 17 00:00:00 2001 From: mcshept Date: Thu, 24 Aug 2023 06:11:08 +0200 Subject: [PATCH 30/73] feat(domain): shept.is-a.dev --- domains/shept.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shept.json b/domains/shept.json index 4fa024640..92a8ea792 100644 --- a/domains/shept.json +++ b/domains/shept.json @@ -4,6 +4,6 @@ "email": "maxiheinrich007@yahoo.com" }, "record": { - "MX": ["mx1.improvmx.com"] + "CNAME": ""[{"type":"MX","value":"mx1.improvmx.com;mx2.improvmx.com","allowMultiple":true},{"type":"CNAME","allowMultiple":false,"value":"mcshept.github.io"}]"" } } From f277a1c174dd9a9b8fbc29634601b1b26cd34ec0 Mon Sep 17 00:00:00 2001 From: mcshept <76730499+mcshept@users.noreply.github.com> Date: Thu, 24 Aug 2023 06:37:18 +0200 Subject: [PATCH 31/73] Update shept.json --- domains/shept.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/shept.json b/domains/shept.json index 92a8ea792..be27dee24 100644 --- a/domains/shept.json +++ b/domains/shept.json @@ -4,6 +4,8 @@ "email": "maxiheinrich007@yahoo.com" }, "record": { - "CNAME": ""[{"type":"MX","value":"mx1.improvmx.com;mx2.improvmx.com","allowMultiple":true},{"type":"CNAME","allowMultiple":false,"value":"mcshept.github.io"}]"" + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all", + "CNAME": "mcshept.github.io" } } From 3ef68573bf1313b48e741bc5c035252ced2c8a6c Mon Sep 17 00:00:00 2001 From: mcshept <76730499+mcshept@users.noreply.github.com> Date: Thu, 24 Aug 2023 06:40:31 +0200 Subject: [PATCH 32/73] Update shept.json --- domains/shept.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/shept.json b/domains/shept.json index be27dee24..92a8ea792 100644 --- a/domains/shept.json +++ b/domains/shept.json @@ -4,8 +4,6 @@ "email": "maxiheinrich007@yahoo.com" }, "record": { - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all", - "CNAME": "mcshept.github.io" + "CNAME": ""[{"type":"MX","value":"mx1.improvmx.com;mx2.improvmx.com","allowMultiple":true},{"type":"CNAME","allowMultiple":false,"value":"mcshept.github.io"}]"" } } From 54d02d7b2fa9825e1e3e5d5cb87cdec6dedc1ca0 Mon Sep 17 00:00:00 2001 From: mcshept <76730499+mcshept@users.noreply.github.com> Date: Thu, 24 Aug 2023 06:44:53 +0200 Subject: [PATCH 33/73] Update shept.json --- domains/shept.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/shept.json b/domains/shept.json index 92a8ea792..e87223e0b 100644 --- a/domains/shept.json +++ b/domains/shept.json @@ -4,6 +4,11 @@ "email": "maxiheinrich007@yahoo.com" }, "record": { - "CNAME": ""[{"type":"MX","value":"mx1.improvmx.com;mx2.improvmx.com","allowMultiple":true},{"type":"CNAME","allowMultiple":false,"value":"mcshept.github.io"}]"" + "CNAME": "mcshept.github.io", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From ba8327b424b4a43b7b1a9dd48d1d49df2069d30f Mon Sep 17 00:00:00 2001 From: atuell Date: Thu, 24 Aug 2023 09:14:15 +0300 Subject: [PATCH 34/73] feat(domain): atuel.is-a.dev --- domains/atuel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/atuel.json b/domains/atuel.json index d9b30fe6d..e97c22b04 100644 --- a/domains/atuel.json +++ b/domains/atuel.json @@ -4,6 +4,6 @@ "email": "stanasqwe@gmail.com" }, "record": { - "CNAME": "atuell.github.io" + "CNAME": ""[{"type":"CNAME","value":"atuell.github.io","allowMultiple":false}]"" } } From eb7c8021eb047f5030e2071d5885ea199dd65030 Mon Sep 17 00:00:00 2001 From: atuell Date: Thu, 24 Aug 2023 09:14:27 +0300 Subject: [PATCH 35/73] feat(domain): atuel.is-a.dev --- domains/atuel.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/atuel.json b/domains/atuel.json index e97c22b04..5251ae8c8 100644 --- a/domains/atuel.json +++ b/domains/atuel.json @@ -4,6 +4,8 @@ "email": "stanasqwe@gmail.com" }, "record": { - "CNAME": ""[{"type":"CNAME","value":"atuell.github.io","allowMultiple":false}]"" + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } -} +} \ No newline at end of file From 0434fff955c790e30c62ac1483b15d7350e94753 Mon Sep 17 00:00:00 2001 From: mcshept <76730499+mcshept@users.noreply.github.com> Date: Thu, 24 Aug 2023 12:04:33 +0200 Subject: [PATCH 36/73] Update shept.json --- domains/shept.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/shept.json b/domains/shept.json index e87223e0b..179abe5fb 100644 --- a/domains/shept.json +++ b/domains/shept.json @@ -4,7 +4,12 @@ "email": "maxiheinrich007@yahoo.com" }, "record": { - "CNAME": "mcshept.github.io", + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" From bf6821ee671c3daea346ec0c1935cc8a692a6d1a Mon Sep 17 00:00:00 2001 From: RizmyAbdulla Date: Thu, 24 Aug 2023 15:37:47 +0530 Subject: [PATCH 37/73] feat(domain): ra.is-a.dev --- domains/ra.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ra.json diff --git a/domains/ra.json b/domains/ra.json new file mode 100644 index 000000000..2148b17d0 --- /dev/null +++ b/domains/ra.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "RizmyAbdulla", + "email": "rizmyabdulla@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 7c6fc3080a79832c18e30938c803ab131b3c861c Mon Sep 17 00:00:00 2001 From: RizmyAbdulla Date: Thu, 24 Aug 2023 15:43:26 +0530 Subject: [PATCH 38/73] feat(domain): rizmyabdulla.is-a.dev --- domains/rizmyabdulla.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rizmyabdulla.json diff --git a/domains/rizmyabdulla.json b/domains/rizmyabdulla.json new file mode 100644 index 000000000..9ff309e79 --- /dev/null +++ b/domains/rizmyabdulla.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "RizmyAbdulla", + "email": "rizmyabdulla@gmail.com" + }, + "record": { + "TXT": "b6d714cf37078550331f0bf5beddb5" + } +} From 0b7d9be254582de089f17c14cd49350c80aca68d Mon Sep 17 00:00:00 2001 From: Rizmy Abdulla Date: Thu, 24 Aug 2023 18:16:49 +0530 Subject: [PATCH 39/73] Update rizmyabdulla.json --- domains/rizmyabdulla.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/domains/rizmyabdulla.json b/domains/rizmyabdulla.json index 9ff309e79..a027cb9fa 100644 --- a/domains/rizmyabdulla.json +++ b/domains/rizmyabdulla.json @@ -1,9 +1,12 @@ { + "description": "Welcome to my creative haven! Explore a collection of my finest works that blend passion, innovation, and artistry. From captivating visual designs to thought-provoking written pieces, this portfolio domain showcases my journey as a versatile creator. Join me in celebrating the beauty of imagination and the power of expression", + "repo": "https://github.com/rizmyabdulla/rizmyabdulla", "owner": { - "username": "RizmyAbdulla", - "email": "rizmyabdulla@gmail.com" + "username": "rizmyabdulla", + "email": "rizmyabdulla@gmail.com", + "twitter": "_rizmyabdulla" }, "record": { - "TXT": "b6d714cf37078550331f0bf5beddb5" + "CNAME": "rizmyabdulla.github.io" } -} +} From 97d344a65354880d58468a18cfe126d5869b43d6 Mon Sep 17 00:00:00 2001 From: stanasxd Date: Thu, 24 Aug 2023 16:08:55 +0300 Subject: [PATCH 40/73] feat(domain): stanasx.is-a.dev --- domains/stanasx.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/stanasx.json diff --git a/domains/stanasx.json b/domains/stanasx.json new file mode 100644 index 000000000..d4ea86ae2 --- /dev/null +++ b/domains/stanasx.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "stanasxd", + "email": "stanasarts@gmail.com" + }, + "record": { + "CNAME": "stanasxd.github.io" + } +} From 506a1e079fd943142af2619ef19b31311d59cbdc Mon Sep 17 00:00:00 2001 From: unchaineddev Date: Thu, 24 Aug 2023 19:48:51 +0530 Subject: [PATCH 41/73] feat(domain): unchained.is-a.dev --- domains/unchained.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/unchained.json diff --git a/domains/unchained.json b/domains/unchained.json new file mode 100644 index 000000000..6b9f7870b --- /dev/null +++ b/domains/unchained.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "unchaineddev", + "email": "yusuf_in@outlook.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 5eb758abe3f11b4ec38bf9d3c1da61f2427673aa Mon Sep 17 00:00:00 2001 From: J0J0HA Date: Thu, 24 Aug 2023 19:11:54 +0200 Subject: [PATCH 42/73] feat(domain): jojojux.is-a.dev --- domains/jojojux.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jojojux.json diff --git a/domains/jojojux.json b/domains/jojojux.json new file mode 100644 index 000000000..e6723f44b --- /dev/null +++ b/domains/jojojux.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "J0J0HA", + "email": "info@jojojux.de" + }, + "record": { + "URL": "jojojux.de" + } +} From 1763aa4139086c7bf3d0b1bdf9bfe458d24d93f2 Mon Sep 17 00:00:00 2001 From: yashwardhan333666 Date: Thu, 24 Aug 2023 23:24:47 +0530 Subject: [PATCH 43/73] feat(domain): yashwardhan.is-a.dev --- domains/yashwardhan.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/yashwardhan.json diff --git a/domains/yashwardhan.json b/domains/yashwardhan.json new file mode 100644 index 000000000..ee445f4c1 --- /dev/null +++ b/domains/yashwardhan.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "yashwardhan333666", + "email": "yashwardhan333666@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 8ddfabb8fa9240e515eac352ad39f0f21b896c93 Mon Sep 17 00:00:00 2001 From: Dev8H24 Date: Thu, 24 Aug 2023 20:57:10 +0100 Subject: [PATCH 44/73] feat(domain): devgd.is-a.dev --- domains/devgd.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/devgd.json diff --git a/domains/devgd.json b/domains/devgd.json new file mode 100644 index 000000000..0e409ca14 --- /dev/null +++ b/domains/devgd.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Dev8H24", + "email": "devsteamgaming91@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 3be0604c3d97f53988d9ede79306203d5716d74b Mon Sep 17 00:00:00 2001 From: !omne <123329306+notomne@users.noreply.github.com> Date: Thu, 24 Aug 2023 14:46:20 -0700 Subject: [PATCH 45/73] use tabs --- domains/omne.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/domains/omne.json b/domains/omne.json index 5e19086cc..e26863c7b 100644 --- a/domains/omne.json +++ b/domains/omne.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "notomne", - "email": "charmquark314@proton.me" - }, - "record": { - "A": ["54.245.108.240"] - } + "owner": { + "username": "notomne", + "email": "charmquark314@proton.me" + }, + "record": { + "A": ["54.245.108.240"] + } } From c7e471cc9a6d1e4027f6aae01f5d016af63ee895 Mon Sep 17 00:00:00 2001 From: !omne <123329306+notomne@users.noreply.github.com> Date: Thu, 24 Aug 2023 14:47:02 -0700 Subject: [PATCH 46/73] first time using own server, yay! --- domains/omne.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/omne.json b/domains/omne.json index e26863c7b..d47950056 100644 --- a/domains/omne.json +++ b/domains/omne.json @@ -4,6 +4,6 @@ "email": "charmquark314@proton.me" }, "record": { - "A": ["54.245.108.240"] + "A": ["44.240.31.54"] } } From 22bb388ed2332f0f6b9ffbc0be18ca17b2c76443 Mon Sep 17 00:00:00 2001 From: ProxyJohnny Date: Fri, 25 Aug 2023 03:52:06 +0530 Subject: [PATCH 47/73] feat(domain): proxyjohnny.is-a.dev --- domains/proxyjohnny.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/proxyjohnny.json diff --git a/domains/proxyjohnny.json b/domains/proxyjohnny.json new file mode 100644 index 000000000..ab31877db --- /dev/null +++ b/domains/proxyjohnny.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ProxyJohnny", + "email": "johnnydx7@gmail.com" + }, + "record": { + "CNAME": "proxyjohnny.pages.dev" + } +} From 7bc96b94f2eccb3a7aa430908ff10c09e3b225ab Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 25 Aug 2023 08:11:45 +0800 Subject: [PATCH 48/73] Update gopalji.json --- domains/gopalji.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/gopalji.json b/domains/gopalji.json index 98bb74c05..8fc8f6aef 100644 --- a/domains/gopalji.json +++ b/domains/gopalji.json @@ -6,6 +6,6 @@ "record": { "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": "hosts.is-a.dev" + "MX": ["hosts.is-a.dev"] } -} \ No newline at end of file +} From 0ffa4842da5dd14ecfdec90df5a03657669071fd Mon Sep 17 00:00:00 2001 From: Suki <93142236+SukiPlayz@users.noreply.github.com> Date: Fri, 25 Aug 2023 07:09:37 +0530 Subject: [PATCH 49/73] Delete jokes.suki.json --- domains/jokes.suki.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/jokes.suki.json diff --git a/domains/jokes.suki.json b/domains/jokes.suki.json deleted file mode 100644 index 872c12d29..000000000 --- a/domains/jokes.suki.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "SukiPlayz", - "email": "suki@suki.is-a.dev" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file From 63f6e3ee2c967300ad607178e5637462c2a70f8e Mon Sep 17 00:00:00 2001 From: Suki <93142236+SukiPlayz@users.noreply.github.com> Date: Fri, 25 Aug 2023 07:16:20 +0530 Subject: [PATCH 50/73] Delete quotes.suki.json --- domains/quotes.suki.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/quotes.suki.json diff --git a/domains/quotes.suki.json b/domains/quotes.suki.json deleted file mode 100644 index 872c12d29..000000000 --- a/domains/quotes.suki.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "SukiPlayz", - "email": "suki@suki.is-a.dev" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file From 6f705a44598315d8e6ebf3d9872487a37b0f031a Mon Sep 17 00:00:00 2001 From: Suki <93142236+SukiPlayz@users.noreply.github.com> Date: Fri, 25 Aug 2023 07:16:50 +0530 Subject: [PATCH 51/73] Delete passgen.suki.json --- domains/passgen.suki.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/passgen.suki.json diff --git a/domains/passgen.suki.json b/domains/passgen.suki.json deleted file mode 100644 index 872c12d29..000000000 --- a/domains/passgen.suki.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "SukiPlayz", - "email": "suki@suki.is-a.dev" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file From 3a3480c9a71474e0d735687dca57e96686c53f2d Mon Sep 17 00:00:00 2001 From: Suki Date: Fri, 25 Aug 2023 07:26:39 +0530 Subject: [PATCH 52/73] Update suki.json --- domains/suki.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/suki.json b/domains/suki.json index 2ffb5d342..4b23ebb34 100644 --- a/domains/suki.json +++ b/domains/suki.json @@ -1,7 +1,7 @@ { "owner": { "username": "SukiPlayz", - "email": "suki@suki.is-a.dev" + "email": "sukimayoo@outlook.com" }, "record": { "A": ["217.174.245.249"], From cc095d9c02222a53c2284cf626fc34be1efc1dc3 Mon Sep 17 00:00:00 2001 From: Suki Date: Fri, 25 Aug 2023 07:27:52 +0530 Subject: [PATCH 53/73] Update bday-list.suki.json --- domains/bday-list.suki.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/bday-list.suki.json b/domains/bday-list.suki.json index 7d957804d..fa791d761 100644 --- a/domains/bday-list.suki.json +++ b/domains/bday-list.suki.json @@ -1,7 +1,7 @@ { "owner": { "username": "SukiPlayz", - "email": "suki@suki.is-a.dev" + "email": "sukimayoo@outlook.com" }, "record": { "CNAME": "65f74b16-32c4-4c9b-b6ae-8fd70c262487.id.repl.co" From efd2fa96ed42dd596c9c311f5c6de76726677754 Mon Sep 17 00:00:00 2001 From: drenxhyliqi Date: Fri, 25 Aug 2023 04:02:11 +0200 Subject: [PATCH 54/73] feat(domain): drenxhyliqi.is-a.dev --- domains/drenxhyliqi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/drenxhyliqi.json diff --git a/domains/drenxhyliqi.json b/domains/drenxhyliqi.json new file mode 100644 index 000000000..cf1076cd1 --- /dev/null +++ b/domains/drenxhyliqi.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "drenxhyliqi", + "email": "drenxhyliqi3@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From e0bcaf28fb0981797a15db2250c981ecb32acd2a Mon Sep 17 00:00:00 2001 From: Suki Date: Fri, 25 Aug 2023 08:12:22 +0530 Subject: [PATCH 55/73] Create quotes.suki.json --- domains/quotes.suki.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/quotes.suki.json diff --git a/domains/quotes.suki.json b/domains/quotes.suki.json new file mode 100644 index 000000000..467f02d63 --- /dev/null +++ b/domains/quotes.suki.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "SukiPlayz", + "email": "sukimayoo@outlook.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} From fba77fc9d0b9bbdcdf29691ca999d05de36cd83f Mon Sep 17 00:00:00 2001 From: Suki Date: Fri, 25 Aug 2023 08:12:45 +0530 Subject: [PATCH 56/73] Create jokes.suki.json --- domains/jokes.suki.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jokes.suki.json diff --git a/domains/jokes.suki.json b/domains/jokes.suki.json new file mode 100644 index 000000000..467f02d63 --- /dev/null +++ b/domains/jokes.suki.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "SukiPlayz", + "email": "sukimayoo@outlook.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} From ef92a242e911d7f48358c3ab17e1f23a2ba537cf Mon Sep 17 00:00:00 2001 From: Suki Date: Fri, 25 Aug 2023 08:13:13 +0530 Subject: [PATCH 57/73] Create passgen.suki.json --- domains/passgen.suki.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/passgen.suki.json diff --git a/domains/passgen.suki.json b/domains/passgen.suki.json new file mode 100644 index 000000000..467f02d63 --- /dev/null +++ b/domains/passgen.suki.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "SukiPlayz", + "email": "sukimayoo@outlook.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} From f8abed6f6cebe5fd4c2a3de6e9390aa479ed3490 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 25 Aug 2023 11:50:42 +0800 Subject: [PATCH 58/73] Discard changes to domains/_github-pages-challenge-Cfhoiril.iamchoiiril.is-a.dev.json --- ...ub-pages-challenge-Cfhoiril.iamchoiiril.is-a.dev.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_github-pages-challenge-Cfhoiril.iamchoiiril.is-a.dev.json diff --git a/domains/_github-pages-challenge-Cfhoiril.iamchoiiril.is-a.dev.json b/domains/_github-pages-challenge-Cfhoiril.iamchoiiril.is-a.dev.json deleted file mode 100644 index 2afae3dd5..000000000 --- a/domains/_github-pages-challenge-Cfhoiril.iamchoiiril.is-a.dev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Cfhoiril", - "email": "iamchoirilfk@gmail.com" - }, - "record": { - "TXT": "b49cf4e1ed7ceb56aa290ae78378a9" - } -} From 56b20cc28a6f041eb38b50e2e9f490dd67381d43 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 25 Aug 2023 11:53:09 +0800 Subject: [PATCH 59/73] Update shevon.json --- domains/shevon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shevon.json b/domains/shevon.json index b3b8d6b3a..bd1ab4b05 100644 --- a/domains/shevon.json +++ b/domains/shevon.json @@ -4,6 +4,6 @@ "email": "331749486@qq.com" }, "record": { - "A": "47.243.44.66" + "A": ["47.243.44.66"] } } From f603e71c7c8478489d710b446fc0b0dc28fd9f3e Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 25 Aug 2023 12:19:51 +0800 Subject: [PATCH 60/73] Update gigwanoob.json --- domains/gigwanoob.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/gigwanoob.json b/domains/gigwanoob.json index b6021e569..8fe91ef50 100644 --- a/domains/gigwanoob.json +++ b/domains/gigwanoob.json @@ -6,6 +6,6 @@ "record": { "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": "hosts.is-a.dev" + "MX": ["hosts.is-a.dev"] } - } \ No newline at end of file + } From f935e0e243373e8f1d47c5289764fdccd04f330b Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 25 Aug 2023 12:34:18 +0800 Subject: [PATCH 61/73] Update krishna.json --- domains/krishna.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/krishna.json b/domains/krishna.json index ebb74a7af..0e3a89e67 100644 --- a/domains/krishna.json +++ b/domains/krishna.json @@ -6,6 +6,6 @@ }, "record": { - "URL": "https://krishnabohra.github.io/krishna_bohra/" + "CNAME": "krishnabohra.github.io" } } From 55d410a61bde429795158a007746e0ce876588fb Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 25 Aug 2023 12:35:11 +0800 Subject: [PATCH 62/73] Update auq3l.json --- domains/auq3l.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/auq3l.json b/domains/auq3l.json index 680fcc53d..b7acb8b83 100644 --- a/domains/auq3l.json +++ b/domains/auq3l.json @@ -4,6 +4,6 @@ "email": "lequangthanh260211@gmail.com" }, "record": { - "URL": "l3qua.github.io" + "CNAME": "l3qua.github.io" } } From 89af0251469aec725a4969ee01d5286f1f7f5a13 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 25 Aug 2023 12:36:30 +0800 Subject: [PATCH 63/73] Apply suggestions from code review --- domains/mohammed.json | 2 +- domains/ppg00.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/mohammed.json b/domains/mohammed.json index 0eb8bf46b..0e16b4ba3 100644 --- a/domains/mohammed.json +++ b/domains/mohammed.json @@ -7,6 +7,6 @@ "twitter": "qqg00" }, "record": { - "CNAME": "ppg00.github.io." + "CNAME": "ppg00.github.io" } } diff --git a/domains/ppg00.json b/domains/ppg00.json index 0eb8bf46b..0e16b4ba3 100644 --- a/domains/ppg00.json +++ b/domains/ppg00.json @@ -7,6 +7,6 @@ "twitter": "qqg00" }, "record": { - "CNAME": "ppg00.github.io." + "CNAME": "ppg00.github.io" } } From da993149a3c1e1c531b889fc5dfe19f357a94090 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 25 Aug 2023 12:54:45 +0800 Subject: [PATCH 64/73] Update jojojux.json --- domains/jojojux.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jojojux.json b/domains/jojojux.json index e6723f44b..3a3e7ebca 100644 --- a/domains/jojojux.json +++ b/domains/jojojux.json @@ -4,6 +4,6 @@ "email": "info@jojojux.de" }, "record": { - "URL": "jojojux.de" + "URL": "https://jojojux.de" } } From da26d4a904f0b2b4dfb899e20baa774f1ff93f08 Mon Sep 17 00:00:00 2001 From: M4ss1ck <4ndyraul@gmail.com> Date: Fri, 25 Aug 2023 00:56:06 -0400 Subject: [PATCH 65/73] feat(domain): massick.is-a.dev --- domains/massick.json | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/domains/massick.json b/domains/massick.json index a3d7c1c44..45de7e2c5 100644 --- a/domains/massick.json +++ b/domains/massick.json @@ -1,11 +1,9 @@ { - "owner": { - "username": "M4ss1ck", - "email": "4ndyraul@gmail.com", - "twitter": "M4ss1ck" - }, - "repo": "https://github.com/M4ss1ck/massick-portfolio", - "record": { - "URL": "https://massick.gatsbyjs.io/" - } + "owner": { + "username": "M4ss1ck", + "email": "4ndyraul@gmail.com" + }, + "record": { + "URL": ""[{"type":"URL","value":"https://massick.netlify.app","allowMultiple":false}]"" + } } From 3d87e9e5d17ce24d24b04e8ceaf634066b7bab40 Mon Sep 17 00:00:00 2001 From: M4ss1ck <4ndyraul@gmail.com> Date: Fri, 25 Aug 2023 00:56:56 -0400 Subject: [PATCH 66/73] feat(domain): massick.is-a.dev From fc48cfab512a8ce0673112dee558ba0a8aadb305 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 25 Aug 2023 15:06:59 +0800 Subject: [PATCH 67/73] Update niemiets.json --- domains/niemiets.json | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/domains/niemiets.json b/domains/niemiets.json index 3e782c1e6..d235aac44 100644 --- a/domains/niemiets.json +++ b/domains/niemiets.json @@ -1,14 +1,11 @@ { - - "owner": { - "username": "Niemiets", - "email": "niemiec123123123@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": "hosts.is-a.dev" - } + "owner": { + "username": "Niemiets", + "email": "niemiec123123123@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": ["hosts.is-a.dev"] + } } - - From c8db18eeedbe9f69ec34ef52bc8f094778bb8754 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 25 Aug 2023 15:09:36 +0800 Subject: [PATCH 68/73] Update flow-os.liquid.json --- domains/flow-os.liquid.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/flow-os.liquid.json b/domains/flow-os.liquid.json index d453d7e44..b4e7a00e1 100644 --- a/domains/flow-os.liquid.json +++ b/domains/flow-os.liquid.json @@ -4,6 +4,6 @@ "email": "thnlqd@gmail.com" }, "record": { - "A": "155.248.212.141" + "A": ["155.248.212.141"] } } From 509f929cd89b8d9e49677f87834df2ab6c852c90 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 25 Aug 2023 15:12:06 +0800 Subject: [PATCH 69/73] Update massick.json --- domains/massick.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/massick.json b/domains/massick.json index 45de7e2c5..c11336a71 100644 --- a/domains/massick.json +++ b/domains/massick.json @@ -4,6 +4,6 @@ "email": "4ndyraul@gmail.com" }, "record": { - "URL": ""[{"type":"URL","value":"https://massick.netlify.app","allowMultiple":false}]"" + "URL": "https://massick.netlify.app" } } From 1d17d8d3decb4b10d69d88897b0f3db45011cda3 Mon Sep 17 00:00:00 2001 From: mini_exploit <61931266+miniexploit@users.noreply.github.com> Date: Fri, 25 Aug 2023 14:13:17 +0700 Subject: [PATCH 70/73] Update miniexploit.json --- domains/miniexploit.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/miniexploit.json b/domains/miniexploit.json index ab6e9500d..6875e1b2d 100644 --- a/domains/miniexploit.json +++ b/domains/miniexploit.json @@ -4,8 +4,8 @@ "email": "miniexploitttt@gmail.com" }, "record": { - "A": ["217.174.245.249"], + "A": ["192.168.1.11"], "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "TXT": "v=spf1 a mx ip4:192.168.1.11 ~all" } -} \ No newline at end of file +} From d0213e15ba734ad8f9426f898154e1bb71b4380f Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 25 Aug 2023 15:14:34 +0800 Subject: [PATCH 71/73] Update blinx.json --- domains/blinx.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/blinx.json b/domains/blinx.json index 61da34aab..76a343980 100644 --- a/domains/blinx.json +++ b/domains/blinx.json @@ -4,6 +4,8 @@ "email": "blinxduh@gmail.com" }, "record": { - "CNAME": ""[{"type":"TXT","value":"v=spf1 a mx ip4:217.174.245.249 ~all","allowMultiple":true},{"type":"MX","value":"hosts.is-a.dev","allowMultiple":true},{"type":"CNAME","allowMultiple":false,"value":"_discord.blinx.is-a.dev."}]"" + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": ["hosts.is-a.dev"] } } From d682c3ed55a3a612d139dfaa7179249ae03bbb82 Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Fri, 25 Aug 2023 15:18:53 +0800 Subject: [PATCH 72/73] fix: mx should be array --- domains/andrewstech.json | 2 +- domains/blinx.json | 2 +- domains/ericpessoa.json | 2 +- domains/fasdaa.json | 2 +- domains/genevera.json | 2 +- domains/git-hoe.json | 2 +- domains/hosting-test.json | 2 +- domains/is-a-dev-testing.json | 2 +- domains/junior.json | 2 +- domains/kime.json | 2 +- domains/kryclopz.json | 2 +- domains/nxyoo.json | 2 +- domains/ringoxd.json | 2 +- domains/royalahmed.json | 2 +- domains/sami.json | 2 +- domains/sreevikram.json | 2 +- domains/suki.json | 2 +- domains/test373.json | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/domains/andrewstech.json b/domains/andrewstech.json index b6a6a112f..e8ed4da28 100644 --- a/domains/andrewstech.json +++ b/domains/andrewstech.json @@ -6,6 +6,6 @@ "record": { "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": "hosts.is-a.dev" + "MX": ["hosts.is-a.dev"] } } diff --git a/domains/blinx.json b/domains/blinx.json index 0a12e69cd..7faf19174 100644 --- a/domains/blinx.json +++ b/domains/blinx.json @@ -6,6 +6,6 @@ "record": { "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": "hosts.is-a.dev" + "MX": ["hosts.is-a.dev"] } } \ No newline at end of file diff --git a/domains/ericpessoa.json b/domains/ericpessoa.json index 0e599d0a5..8fc334f68 100644 --- a/domains/ericpessoa.json +++ b/domains/ericpessoa.json @@ -6,6 +6,6 @@ "record": { "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": "hosts.is-a.dev" + "MX": ["hosts.is-a.dev"] } } diff --git a/domains/fasdaa.json b/domains/fasdaa.json index 8b4d91399..7004eafa8 100644 --- a/domains/fasdaa.json +++ b/domains/fasdaa.json @@ -6,6 +6,6 @@ "record": { "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": "hosts.is-a.dev" + "MX": ["hosts.is-a.dev"] } } \ No newline at end of file diff --git a/domains/genevera.json b/domains/genevera.json index ea65bda9a..35805d653 100644 --- a/domains/genevera.json +++ b/domains/genevera.json @@ -6,6 +6,6 @@ "record": { "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": "hosts.is-a.dev" + "MX": ["hosts.is-a.dev"] } } \ No newline at end of file diff --git a/domains/git-hoe.json b/domains/git-hoe.json index 04d94fec4..5ebd4b3d1 100644 --- a/domains/git-hoe.json +++ b/domains/git-hoe.json @@ -6,6 +6,6 @@ "record": { "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": "hosts.is-a.dev" + "MX": ["hosts.is-a.dev"] } } \ No newline at end of file diff --git a/domains/hosting-test.json b/domains/hosting-test.json index e2a1cd34f..4f6c3f917 100644 --- a/domains/hosting-test.json +++ b/domains/hosting-test.json @@ -6,6 +6,6 @@ "record": { "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": "hosts.is-a.dev" + "MX": ["hosts.is-a.dev"] } } \ No newline at end of file diff --git a/domains/is-a-dev-testing.json b/domains/is-a-dev-testing.json index e2a1cd34f..4f6c3f917 100644 --- a/domains/is-a-dev-testing.json +++ b/domains/is-a-dev-testing.json @@ -6,6 +6,6 @@ "record": { "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": "hosts.is-a.dev" + "MX": ["hosts.is-a.dev"] } } \ No newline at end of file diff --git a/domains/junior.json b/domains/junior.json index 5d947b544..ac014dd71 100644 --- a/domains/junior.json +++ b/domains/junior.json @@ -6,6 +6,6 @@ "record": { "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": "hosts.is-a.dev" + "MX": ["hosts.is-a.dev"] } } \ No newline at end of file diff --git a/domains/kime.json b/domains/kime.json index 169f51d21..a59158a93 100644 --- a/domains/kime.json +++ b/domains/kime.json @@ -6,6 +6,6 @@ "record": { "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": "hosts.is-a.dev" + "MX": ["hosts.is-a.dev"] } } diff --git a/domains/kryclopz.json b/domains/kryclopz.json index b3c366c73..43c418f05 100644 --- a/domains/kryclopz.json +++ b/domains/kryclopz.json @@ -6,6 +6,6 @@ "record": { "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": "hosts.is-a.dev" + "MX": ["hosts.is-a.dev"] } } \ No newline at end of file diff --git a/domains/nxyoo.json b/domains/nxyoo.json index b4c442275..c7c4552fd 100644 --- a/domains/nxyoo.json +++ b/domains/nxyoo.json @@ -6,6 +6,6 @@ "record": { "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": "hosts.is-a.dev" + "MX": ["hosts.is-a.dev"] } } \ No newline at end of file diff --git a/domains/ringoxd.json b/domains/ringoxd.json index 778e67fb6..89b26aaae 100644 --- a/domains/ringoxd.json +++ b/domains/ringoxd.json @@ -6,6 +6,6 @@ "record": { "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": "hosts.is-a.dev" + "MX": ["hosts.is-a.dev"] } } \ No newline at end of file diff --git a/domains/royalahmed.json b/domains/royalahmed.json index af29887b3..b006ea4f7 100644 --- a/domains/royalahmed.json +++ b/domains/royalahmed.json @@ -6,6 +6,6 @@ "record": { "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": "hosts.is-a.dev" + "MX": ["hosts.is-a.dev"] } } \ No newline at end of file diff --git a/domains/sami.json b/domains/sami.json index 8e69b2271..f7bcef69b 100644 --- a/domains/sami.json +++ b/domains/sami.json @@ -6,6 +6,6 @@ "record": { "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": "hosts.is-a.dev" + "MX": ["hosts.is-a.dev"] } } \ No newline at end of file diff --git a/domains/sreevikram.json b/domains/sreevikram.json index b7a4a8c4d..241355d9d 100644 --- a/domains/sreevikram.json +++ b/domains/sreevikram.json @@ -7,6 +7,6 @@ "record": { "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": "hosts.is-a.dev" + "MX": ["hosts.is-a.dev"] } } \ No newline at end of file diff --git a/domains/suki.json b/domains/suki.json index 4b23ebb34..de508eb4e 100644 --- a/domains/suki.json +++ b/domains/suki.json @@ -6,6 +6,6 @@ "record": { "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": "hosts.is-a.dev" + "MX": ["hosts.is-a.dev"] } } diff --git a/domains/test373.json b/domains/test373.json index 987fc9a09..a8dbaa99a 100644 --- a/domains/test373.json +++ b/domains/test373.json @@ -6,6 +6,6 @@ "record": { "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": "hosts.is-a.dev" + "MX": ["hosts.is-a.dev"] } } \ No newline at end of file From f7be6cf8b28e8d46663b1fcf9911c78a8f9b3eff Mon Sep 17 00:00:00 2001 From: mini_exploit <61931266+miniexploit@users.noreply.github.com> Date: Fri, 25 Aug 2023 14:41:12 +0700 Subject: [PATCH 73/73] Update miniexploit.json --- domains/miniexploit.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/miniexploit.json b/domains/miniexploit.json index 6875e1b2d..f22688d71 100644 --- a/domains/miniexploit.json +++ b/domains/miniexploit.json @@ -4,8 +4,8 @@ "email": "miniexploitttt@gmail.com" }, "record": { - "A": ["192.168.1.11"], + "A": ["14.232.197.17"], "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:192.168.1.11 ~all" + "TXT": "v=spf1 a mx ip4:14.232.197.17 ~all" } }