From af6cca02e8350a7f31dd97e208d86d854b3807b5 Mon Sep 17 00:00:00 2001 From: hxhieu Date: Thu, 4 Apr 2024 08:25:57 +1300 Subject: [PATCH 01/28] feat(domain): sonarqube.is-a.dev --- domains/sonarqube.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sonarqube.json diff --git a/domains/sonarqube.json b/domains/sonarqube.json new file mode 100644 index 000000000..b19f19ada --- /dev/null +++ b/domains/sonarqube.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hxhieu", + "email": "hugh.hoang@gmail.com" + }, + "record": { + "A": ["20.53.134.188"] + } +} From 2aa977942d6d24fa3fd0559e5edb6a2f543fd38c Mon Sep 17 00:00:00 2001 From: Wumpus <66653764+Wumpus2000@users.noreply.github.com> Date: Wed, 3 Apr 2024 23:34:57 -0600 Subject: [PATCH 02/28] wumpus.json edited --- domains/wumpus.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/domains/wumpus.json b/domains/wumpus.json index 517da8617..43f9e5ded 100644 --- a/domains/wumpus.json +++ b/domains/wumpus.json @@ -1,11 +1,10 @@ { - "description": "Portfolio website for Wumpus", - "repo": "https://github.com/wumpus2000/wumpus2000.github.io", "owner": { - "username": "wumpus2000", + "username": "Wumpus2000", "email": "wumpusing@gmail.com" }, + "record": { "CNAME": "wumpus2000.github.io" } -} +} \ No newline at end of file From 8246dcfe0bb87e1904d1e90b4896f9faf5494b6b Mon Sep 17 00:00:00 2001 From: lemux-one Date: Thu, 4 Apr 2024 10:04:26 -0400 Subject: [PATCH 03/28] feat(domain): luislemus.is-a.dev --- domains/luislemus.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/luislemus.json diff --git a/domains/luislemus.json b/domains/luislemus.json new file mode 100644 index 000000000..37449d48a --- /dev/null +++ b/domains/luislemus.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lemux-one", + "email": "lemux.one@gmail.com" + }, + "record": { + "CNAME": "lemux-one.github.io" + } +} From 39ebddf960aa94af6a7309b3251d8fd8306ab59d Mon Sep 17 00:00:00 2001 From: haruki-py Date: Thu, 4 Apr 2024 20:58:44 +0530 Subject: [PATCH 04/28] feat(domain): haru.ki.is-a.dev --- domains/haru.ki.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/haru.ki.json diff --git a/domains/haru.ki.json b/domains/haru.ki.json new file mode 100644 index 000000000..8499a7f72 --- /dev/null +++ b/domains/haru.ki.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "haruki-py", + "email": "aanandkrishna344@gmail.com" + }, + "record": { + "A": ["198.15.119.80"] + } +} From 2f9c8f55f5e5821ad6432f7956e44e96600fc6cf Mon Sep 17 00:00:00 2001 From: kqcl Date: Thu, 4 Apr 2024 21:06:14 +0200 Subject: [PATCH 05/28] feat(domain): nom.is-a.dev --- domains/nom.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nom.json diff --git a/domains/nom.json b/domains/nom.json new file mode 100644 index 000000000..e94fa4570 --- /dev/null +++ b/domains/nom.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "kqcl", + "email": "jscharein.js@gmail.com" + }, + "record": { + "A": ["185.234.69.13"] + } +} From 94bd77b8fa512944c7f83f9f6d91bb6c0196cbab Mon Sep 17 00:00:00 2001 From: hxhieu Date: Fri, 5 Apr 2024 08:23:20 +1300 Subject: [PATCH 06/28] feat(domain): avengers-sonarqube.is-a.dev --- domains/avengers-sonarqube.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/avengers-sonarqube.json diff --git a/domains/avengers-sonarqube.json b/domains/avengers-sonarqube.json new file mode 100644 index 000000000..aca7595a7 --- /dev/null +++ b/domains/avengers-sonarqube.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hxhieu", + "email": "hugh.hoang@gmail.com" + }, + "record": { + "CNAME": "sonaqube.jollyocean-513cc86d.australiaeast.azurecontainerapps.io" + } +} From 0f6a0c3eb7479d969d5d3934a7f78ad9af6cd331 Mon Sep 17 00:00:00 2001 From: Hugh Hoang Date: Fri, 5 Apr 2024 08:28:40 +1300 Subject: [PATCH 07/28] chore: remove A Record --- domains/sonarqube.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/sonarqube.json diff --git a/domains/sonarqube.json b/domains/sonarqube.json deleted file mode 100644 index b19f19ada..000000000 --- a/domains/sonarqube.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hxhieu", - "email": "hugh.hoang@gmail.com" - }, - "record": { - "A": ["20.53.134.188"] - } -} From 9c5c641f5dc967988f8341b79b9c4383fd7c2179 Mon Sep 17 00:00:00 2001 From: AcronicalYT Date: Thu, 4 Apr 2024 22:06:56 +0100 Subject: [PATCH 08/28] feat(domain): acronical.is-a.dev --- domains/acronical.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/acronical.json diff --git a/domains/acronical.json b/domains/acronical.json new file mode 100644 index 000000000..c719b90c6 --- /dev/null +++ b/domains/acronical.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AcronicalYT", + "email": "ace36501@hotmail.com" + }, + "record": { + "CNAME": "acronical.pages.dev" + } +} From ffa6be58054214adef6bc3d2363ef7f0ddccfa29 Mon Sep 17 00:00:00 2001 From: Ashish Agarwal Date: Fri, 5 Apr 2024 11:17:27 +0530 Subject: [PATCH 09/28] Update ashishagarwal.json --- domains/ashishagarwal.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/domains/ashishagarwal.json b/domains/ashishagarwal.json index b4da7c090..1202de3eb 100644 --- a/domains/ashishagarwal.json +++ b/domains/ashishagarwal.json @@ -4,6 +4,19 @@ "email": "code.with.aasheesh@gmail.com" }, "record": { - "CNAME": "ashishagarwal2023.github.io" + "CNAME": "ashishagarwal2023.github.io", + "A": [ + "185.199.109.153", + "185.199.111.153", + "185.199.110.153", + "185.199.111.153" + ], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": [ + "v=spf1 include:spf.improvmx.com ~all" + ] } } From 7139a9fcc4612c4f7da1eee1aea23a80e0867d70 Mon Sep 17 00:00:00 2001 From: Ashish Agarwal Date: Fri, 5 Apr 2024 11:44:25 +0530 Subject: [PATCH 10/28] Update and rename ashishagarwal.json to ashishagr.json --- domains/{ashishagarwal.json => ashishagr.json} | 1 - 1 file changed, 1 deletion(-) rename domains/{ashishagarwal.json => ashishagr.json} (89%) diff --git a/domains/ashishagarwal.json b/domains/ashishagr.json similarity index 89% rename from domains/ashishagarwal.json rename to domains/ashishagr.json index 1202de3eb..3941c66c6 100644 --- a/domains/ashishagarwal.json +++ b/domains/ashishagr.json @@ -4,7 +4,6 @@ "email": "code.with.aasheesh@gmail.com" }, "record": { - "CNAME": "ashishagarwal2023.github.io", "A": [ "185.199.109.153", "185.199.111.153", From 388a97264713df92940e8e869842546c0d56b55c Mon Sep 17 00:00:00 2001 From: Ashish Agarwal Date: Fri, 5 Apr 2024 11:49:24 +0530 Subject: [PATCH 11/28] Update and rename ashishagarwal2023.json to ashishagarwal.json --- domains/ashishagarwal.json | 11 +++++++++++ domains/ashishagarwal2023.json | 22 ---------------------- 2 files changed, 11 insertions(+), 22 deletions(-) create mode 100644 domains/ashishagarwal.json delete mode 100644 domains/ashishagarwal2023.json diff --git a/domains/ashishagarwal.json b/domains/ashishagarwal.json new file mode 100644 index 000000000..300dbfa88 --- /dev/null +++ b/domains/ashishagarwal.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ashishagarwal2023", + "email": "code.with.aasheesh@gmail.com" + }, + + "record": { + "CNAME": "ashishagarwal2023.github.io" + + } +} diff --git a/domains/ashishagarwal2023.json b/domains/ashishagarwal2023.json deleted file mode 100644 index 5f9e5b526..000000000 --- a/domains/ashishagarwal2023.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "owner": { - "username": "ashishagarwal2023", - "email": "code.with.aasheesh@gmail.com" - }, - - "record": { - "A": [ - "185.199.109.153", - "185.199.111.153", - "185.199.110.153", - "185.199.111.153" - ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": [ - "v=spf1 include:spf.improvmx.com ~all" - ] - } -} From 45ffd66a87f62a3803c543530159d316d938158b Mon Sep 17 00:00:00 2001 From: Banik Date: Fri, 5 Apr 2024 11:50:28 +0530 Subject: [PATCH 12/28] [NEW] subdomain register --- domains/banik.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 domains/banik.json diff --git a/domains/banik.json b/domains/banik.json new file mode 100644 index 000000000..adde05299 --- /dev/null +++ b/domains/banik.json @@ -0,0 +1,15 @@ +{ + "owner": { + "username": "Chiradeep-Banik", + "email": "chiradeep13@gmail.com" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.111.153", + "185.199.110.153", + "185.199.109.153" + ], + "CNAME": "chiradeep-banik.github.io" + } +} From bc645fc55cc40bcc93a87dd43c1a6467b51cb33b Mon Sep 17 00:00:00 2001 From: KennySB-dev Date: Fri, 5 Apr 2024 08:20:00 +0100 Subject: [PATCH 13/28] feat(domain): imgs.kenny.is-a.dev --- domains/imgs.kenny.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/imgs.kenny.json diff --git a/domains/imgs.kenny.json b/domains/imgs.kenny.json new file mode 100644 index 000000000..a04d29a7d --- /dev/null +++ b/domains/imgs.kenny.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "KennySB-dev", + "email": "kennybugeja@gmail.com" + }, + "record": { + "A": ["69.30.249.53"] + } +} From ced4ca3bb892a33a4e95865d2cfdc534af2ccc0f Mon Sep 17 00:00:00 2001 From: mrvasil <107036801+mrvasil@users.noreply.github.com> Date: Fri, 5 Apr 2024 10:20:13 +0300 Subject: [PATCH 14/28] Create mrvasil.json --- domains/mrvasil.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mrvasil.json diff --git a/domains/mrvasil.json b/domains/mrvasil.json new file mode 100644 index 000000000..4949e570a --- /dev/null +++ b/domains/mrvasil.json @@ -0,0 +1,12 @@ +{ + "description": "mrvasil's domain", + "owner": { + "username": "mrvasil", + "email": "adminich@urrr.ru" + }, + "record": { + "A": [ + "90.156.216.174" + ] + } +} From 75245f23dd4e8d96e38c33aece4906379f7b1f00 Mon Sep 17 00:00:00 2001 From: Banik Date: Fri, 5 Apr 2024 14:08:07 +0530 Subject: [PATCH 15/28] [REMOVED] A records --- domains/banik.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/domains/banik.json b/domains/banik.json index adde05299..6d44f9b9b 100644 --- a/domains/banik.json +++ b/domains/banik.json @@ -4,12 +4,6 @@ "email": "chiradeep13@gmail.com" }, "record": { - "A": [ - "185.199.108.153", - "185.199.111.153", - "185.199.110.153", - "185.199.109.153" - ], "CNAME": "chiradeep-banik.github.io" } } From dc747f226eee9f745b30088a9781a4b9f0b12e7d Mon Sep 17 00:00:00 2001 From: Sypher Date: Fri, 5 Apr 2024 11:31:21 +0200 Subject: [PATCH 16/28] Register sypherhosting.is-a.dev --- domains/sypherhosting.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/sypherhosting.json diff --git a/domains/sypherhosting.json b/domains/sypherhosting.json new file mode 100644 index 000000000..50d1958d1 --- /dev/null +++ b/domains/sypherhosting.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "sypherplug", + "email": "cjolivier001@gmail.com", + "discord": "1199399698667159562" + }, + + "record": { + "A": ["69.30.249.53"] + } + } + \ No newline at end of file From 796e4f5115cdd4927e203b917e1d714b2074683d Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 5 Apr 2024 20:27:51 +0800 Subject: [PATCH 17/28] Delete domains/haru.ki.json --- domains/haru.ki.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/haru.ki.json diff --git a/domains/haru.ki.json b/domains/haru.ki.json deleted file mode 100644 index 8499a7f72..000000000 --- a/domains/haru.ki.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "haruki-py", - "email": "aanandkrishna344@gmail.com" - }, - "record": { - "A": ["198.15.119.80"] - } -} From 8a0cae8809c65478052f5f88a384d4d60de464eb Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 5 Apr 2024 20:28:40 +0800 Subject: [PATCH 18/28] Delete domains/harukipy.json --- domains/harukipy.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/harukipy.json diff --git a/domains/harukipy.json b/domains/harukipy.json deleted file mode 100644 index 10160ad57..000000000 --- a/domains/harukipy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "haruki-py", - "email": "aanandkrishna344@gmail.com" - }, - "record": { - "A": ["37.114.37.132"] - } -} From 2d17e94486e9b042dcce3a091da0c80b861abf95 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 5 Apr 2024 20:29:21 +0800 Subject: [PATCH 19/28] Delete domains/sypherhosting.json --- domains/sypherhosting.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/sypherhosting.json diff --git a/domains/sypherhosting.json b/domains/sypherhosting.json deleted file mode 100644 index 50d1958d1..000000000 --- a/domains/sypherhosting.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "sypherplug", - "email": "cjolivier001@gmail.com", - "discord": "1199399698667159562" - }, - - "record": { - "A": ["69.30.249.53"] - } - } - \ No newline at end of file From c504273b3dc597257758a230caec5bff0ca57988 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 5 Apr 2024 20:37:58 +0800 Subject: [PATCH 20/28] Delete domains/ki.json --- domains/ki.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/ki.json diff --git a/domains/ki.json b/domains/ki.json deleted file mode 100644 index 4527785a3..000000000 --- a/domains/ki.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Anandkrishna34", - "email": "aanandkrishna344@gmail.com" - }, - "record": { - "A": ["37.114.37.132"] - } -} From 0259f965730ca590cea97e5319554c04990972d8 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 5 Apr 2024 20:45:26 +0800 Subject: [PATCH 21/28] Delete domains/cdn.haru.ki.json --- domains/cdn.haru.ki.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/cdn.haru.ki.json diff --git a/domains/cdn.haru.ki.json b/domains/cdn.haru.ki.json deleted file mode 100644 index 6c272e999..000000000 --- a/domains/cdn.haru.ki.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Anandkrishna34", - "email": "aanandkrishna344@gmail.com" - }, - "record": { - "A": ["69.30.249.53"] - } -} From 67372ab1ace9a3d76ee0eb8e5a082d7b8a8bd18a Mon Sep 17 00:00:00 2001 From: Almaz Date: Fri, 5 Apr 2024 16:12:11 +0300 Subject: [PATCH 22/28] Update almaz.json --- domains/almaz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/almaz.json b/domains/almaz.json index 443f8ca9f..9989735ad 100644 --- a/domains/almaz.json +++ b/domains/almaz.json @@ -4,7 +4,7 @@ "email": "almazgamer228@gmail.com" }, "record": { - "A": ["109.71.252.37"], + "A": ["45.134.39.14"], "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" From 065d9e26a37c22a92adb24b560bbcadefbe95829 Mon Sep 17 00:00:00 2001 From: Almaz Date: Fri, 5 Apr 2024 16:12:32 +0300 Subject: [PATCH 23/28] Update ss.almaz.json --- domains/ss.almaz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ss.almaz.json b/domains/ss.almaz.json index d89d09125..2e0a21bfa 100644 --- a/domains/ss.almaz.json +++ b/domains/ss.almaz.json @@ -6,7 +6,7 @@ }, "record": { "A": [ - "109.71.252.37" + "45.134.39.14" ] } } From b724fc62af1c8c1dfe886cbcafa6ebbe2daba7b3 Mon Sep 17 00:00:00 2001 From: Almaz Date: Fri, 5 Apr 2024 16:12:44 +0300 Subject: [PATCH 24/28] Update dashboard.almaz.json --- domains/dashboard.almaz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/dashboard.almaz.json b/domains/dashboard.almaz.json index 1e5a8cc91..b85c8b7c3 100644 --- a/domains/dashboard.almaz.json +++ b/domains/dashboard.almaz.json @@ -7,7 +7,7 @@ }, "record": { "A": [ - "109.71.252.37" + "45.134.39.14" ] } } From 72d1584117ffdbe6d4e29380828a8289d7279b8f Mon Sep 17 00:00:00 2001 From: Ashish Agarwal Date: Fri, 5 Apr 2024 20:03:20 +0530 Subject: [PATCH 25/28] Create _discord.ashishagarwal.json --- domains/_discord.ashishagarwal.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.ashishagarwal.json diff --git a/domains/_discord.ashishagarwal.json b/domains/_discord.ashishagarwal.json new file mode 100644 index 000000000..35bda62e5 --- /dev/null +++ b/domains/_discord.ashishagarwal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ashishagarwal2023", + "email": "code.with.aasheesh@gmail.com" + }, + "record": { + "TXT": "dh=d5e203382ac94458c0d7d26b4864676898e72ea0" + } +} From 63c6f995e4b4911b6d7e6cc9be0f0a87855858ef Mon Sep 17 00:00:00 2001 From: Kenny <75525014+KennySB-dev@users.noreply.github.com> Date: Fri, 5 Apr 2024 16:15:39 +0100 Subject: [PATCH 26/28] Update and rename imgs.kenny.json to img.kenny.json --- domains/{imgs.kenny.json => img.kenny.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{imgs.kenny.json => img.kenny.json} (75%) diff --git a/domains/imgs.kenny.json b/domains/img.kenny.json similarity index 75% rename from domains/imgs.kenny.json rename to domains/img.kenny.json index a04d29a7d..a26ffd618 100644 --- a/domains/imgs.kenny.json +++ b/domains/img.kenny.json @@ -4,6 +4,6 @@ "email": "kennybugeja@gmail.com" }, "record": { - "A": ["69.30.249.53"] + "CNAME": "ikenny.only-fans.club" } } From 91c243a9e947160294536c674c935fb1d53f0db4 Mon Sep 17 00:00:00 2001 From: denboy0123 <81873582+denboy0123@users.noreply.github.com> Date: Sat, 6 Apr 2024 08:36:05 +0300 Subject: [PATCH 27/28] Update juqwtf.json Update ip --- domains/juqwtf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/juqwtf.json b/domains/juqwtf.json index c9dda8443..83f000b13 100644 --- a/domains/juqwtf.json +++ b/domains/juqwtf.json @@ -4,6 +4,6 @@ "email": "pochtaproverka01@gmail.com" }, "record": { - "A": ["193.233.252.12"] + "A": ["93.185.157.142"] } } From ecd66692d861fad73e17ebd540a099d188b2db41 Mon Sep 17 00:00:00 2001 From: Swastik Date: Sat, 6 Apr 2024 16:44:23 +0530 Subject: [PATCH 28/28] domains: add swastik --- domains/swastik.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/swastik.json diff --git a/domains/swastik.json b/domains/swastik.json new file mode 100644 index 000000000..b4608d90f --- /dev/null +++ b/domains/swastik.json @@ -0,0 +1,12 @@ +{ + "description": "About Swastik Baranwal", + "repo": "https://github.com/delta456/delta456.github.io", + "owner": { + "username": "delta456", + "email": "swstkbaranwal@gmail.com", + "twitter": "delta2315" + }, + "record": { + "CNAME": "delta456.github.io" + } +}