From af6cca02e8350a7f31dd97e208d86d854b3807b5 Mon Sep 17 00:00:00 2001 From: hxhieu Date: Thu, 4 Apr 2024 08:25:57 +1300 Subject: [PATCH 01/21] 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/21] 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/21] 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/21] 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/21] 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/21] 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/21] 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/21] 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 45ffd66a87f62a3803c543530159d316d938158b Mon Sep 17 00:00:00 2001 From: Banik Date: Fri, 5 Apr 2024 11:50:28 +0530 Subject: [PATCH 09/21] [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 10/21] 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 11/21] 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 12/21] [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 13/21] 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 14/21] 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 15/21] 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 16/21] 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 17/21] 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 18/21] 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 19/21] 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 20/21] 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 21/21] 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" ] } }