From 3a7e3449c87cb43f6c614ba25430ba2fa3f8eca3 Mon Sep 17 00:00:00 2001 From: Lumix Date: Thu, 18 Jul 2024 19:41:59 +0200 Subject: [PATCH 01/29] Create _discord.lumix.is-a.dev --- domains/_discord.lumix.is-a.dev | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.lumix.is-a.dev diff --git a/domains/_discord.lumix.is-a.dev b/domains/_discord.lumix.is-a.dev new file mode 100644 index 000000000..83962b4e7 --- /dev/null +++ b/domains/_discord.lumix.is-a.dev @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "o-lumix", + "email": "bylumixxx@gmail.com" + }, + "record": { + "TXT": "dh=bbcffd54d5f1b8489e6641a569f55d5e82a7a32f" + } +} From 57e846bd61b6e69230406727bda4f2dec4bcac6c Mon Sep 17 00:00:00 2001 From: Patin Muangjan Date: Fri, 19 Jul 2024 21:55:45 +0700 Subject: [PATCH 02/29] Create patin.json --- domains/patin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/patin.json diff --git a/domains/patin.json b/domains/patin.json new file mode 100644 index 000000000..4a5e7d8e0 --- /dev/null +++ b/domains/patin.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "pythonmcpi", + "email": "user3456@insomnia247.nl", + "discord": "patin_osu" + }, + "record": { + "A": "5.78.24.5" + } +} From 1c076be692f0c38c397ca8bdaafdc9396b488019 Mon Sep 17 00:00:00 2001 From: Patin Muangjan Date: Fri, 19 Jul 2024 21:56:15 +0700 Subject: [PATCH 03/29] Update patin.json --- domains/patin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/patin.json b/domains/patin.json index 4a5e7d8e0..7ff594423 100644 --- a/domains/patin.json +++ b/domains/patin.json @@ -1,7 +1,7 @@ { "owner": { - "username": "pythonmcpi", - "email": "user3456@insomnia247.nl", + "username": "patin_osu", + "email": "patinopsu@gmail.com", "discord": "patin_osu" }, "record": { From da6f15a0c165fc8989dce4bb193d6c9b806fc4da Mon Sep 17 00:00:00 2001 From: Patin Muangjan Date: Fri, 19 Jul 2024 23:28:18 +0700 Subject: [PATCH 04/29] Update domains/patin.json Co-authored-by: CuteDog5695 --- domains/patin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/patin.json b/domains/patin.json index 7ff594423..3e04759c5 100644 --- a/domains/patin.json +++ b/domains/patin.json @@ -5,6 +5,6 @@ "discord": "patin_osu" }, "record": { - "A": "5.78.24.5" + "A": ["5.78.24.5"] } } From 8f890fe16446ef6f8c34e9e19a05b0e360568934 Mon Sep 17 00:00:00 2001 From: andrewstech Date: Fri, 19 Jul 2024 19:30:15 +0100 Subject: [PATCH 05/29] Register privacy.is-a.dev --- domains/privacy.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/privacy.json diff --git a/domains/privacy.json b/domains/privacy.json new file mode 100644 index 000000000..20f52a228 --- /dev/null +++ b/domains/privacy.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "andrewstech", + "email": "", + "discord": "598245488977903688" + }, + + "record": { + "A": ["217.174.245.249"] + } + } + \ No newline at end of file From cebcba43b4152c02833819d9dfb66b3287a260cd Mon Sep 17 00:00:00 2001 From: vamtic <93308982+vamtic@users.noreply.github.com> Date: Fri, 19 Jul 2024 23:08:30 +0200 Subject: [PATCH 06/29] Update vamtic.json --- domains/vamtic.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/domains/vamtic.json b/domains/vamtic.json index 86f869730..402e7e700 100644 --- a/domains/vamtic.json +++ b/domains/vamtic.json @@ -4,7 +4,11 @@ "email": "vamtic@yahoo.com" }, "record": { - "A": ["89.106.200.1"] - + "A": "89.106.200.1" + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 225c08dca89e8eb3c9ac358af8bb1f3084458f83 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 20 Jul 2024 08:40:42 +0800 Subject: [PATCH 07/29] Create owl.json --- domains/owl.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/owl.json diff --git a/domains/owl.json b/domains/owl.json new file mode 100644 index 000000000..93c971558 --- /dev/null +++ b/domains/owl.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "is-a-dev", + "email": "" + }. + "records": { + "CNAME": "coolify.wdh.gg" + } +} From 8664ee409622f74d7497d43269b5d82de39c7a51 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 20 Jul 2024 08:41:46 +0800 Subject: [PATCH 08/29] Update owl.json --- domains/owl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/owl.json b/domains/owl.json index 93c971558..7a1b96e67 100644 --- a/domains/owl.json +++ b/domains/owl.json @@ -2,7 +2,7 @@ "owner": { "username": "is-a-dev", "email": "" - }. + }, "records": { "CNAME": "coolify.wdh.gg" } From 8241fcb9d73a29884e34b071186723f13d9bb236 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 20 Jul 2024 08:42:29 +0800 Subject: [PATCH 09/29] Update owl.json --- domains/owl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/owl.json b/domains/owl.json index 7a1b96e67..4c315ab46 100644 --- a/domains/owl.json +++ b/domains/owl.json @@ -3,7 +3,7 @@ "username": "is-a-dev", "email": "" }, - "records": { + "record": { "CNAME": "coolify.wdh.gg" } } From 58a4d1404d80682f8741d854d36f584669b01bf2 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 20 Jul 2024 08:45:04 +0800 Subject: [PATCH 10/29] Update privacy.json --- domains/privacy.json | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/domains/privacy.json b/domains/privacy.json index 20f52a228..6f3b6f9c6 100644 --- a/domains/privacy.json +++ b/domains/privacy.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "andrewstech", - "email": "", - "discord": "598245488977903688" - }, - - "record": { - "A": ["217.174.245.249"] - } + "owner": { + "username": "is-a-dev", + "email": "" + }, + "record": { + "URL": "https://owl.is-a.dev" } - \ No newline at end of file +} From eb2b6492e1bffab7126d7546825529c86d95c118 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 20 Jul 2024 08:56:48 +0800 Subject: [PATCH 11/29] Create _gh-is-a-dev-o.maintainers.json --- domains/_gh-is-a-dev-o.maintainers.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_gh-is-a-dev-o.maintainers.json diff --git a/domains/_gh-is-a-dev-o.maintainers.json b/domains/_gh-is-a-dev-o.maintainers.json new file mode 100644 index 000000000..e381c3c8c --- /dev/null +++ b/domains/_gh-is-a-dev-o.maintainers.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "is-a-dev", + "email": "" + }, + + "record": { + "TXT": "7b45eb688b" + } +} From 98f6d63d788e7bf8f207ae9e2777164038dfc352 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 20 Jul 2024 08:59:33 +0800 Subject: [PATCH 12/29] who tf approved a local ip with a port --- domains/imide.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/domains/imide.json b/domains/imide.json index 757b0ec25..9bc78a0e2 100644 --- a/domains/imide.json +++ b/domains/imide.json @@ -5,9 +5,6 @@ "discord": "555915168932954112" }, "record": { - "A": [ - "172.18.0.9:4321" - ], "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" From 3d76c35dbf0d2f2d702eecf4971fbe111a584404 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Sat, 20 Jul 2024 08:06:33 +0700 Subject: [PATCH 13/29] Update vamtic.json --- domains/vamtic.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/vamtic.json b/domains/vamtic.json index 402e7e700..8523b9687 100644 --- a/domains/vamtic.json +++ b/domains/vamtic.json @@ -4,7 +4,7 @@ "email": "vamtic@yahoo.com" }, "record": { - "A": "89.106.200.1" + "A": "89.106.200.1", "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" From de4d41a9e8386830e1f2b5d32ddb01e0ae7da4c0 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Sat, 20 Jul 2024 08:07:23 +0700 Subject: [PATCH 14/29] A records should be list of IPs --- domains/vamtic.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/vamtic.json b/domains/vamtic.json index 8523b9687..73b537fff 100644 --- a/domains/vamtic.json +++ b/domains/vamtic.json @@ -4,7 +4,7 @@ "email": "vamtic@yahoo.com" }, "record": { - "A": "89.106.200.1", + "A": ["89.106.200.1"], "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" From 70f0a26779f08edcba6d68ccfc16dc62933f8f31 Mon Sep 17 00:00:00 2001 From: creeperxie Date: Sat, 20 Jul 2024 14:52:38 +0800 Subject: [PATCH 15/29] chore: add openmalus.is-a.dev domain --- domains/openmalus.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/openmalus.json diff --git a/domains/openmalus.json b/domains/openmalus.json new file mode 100644 index 000000000..17080a9e7 --- /dev/null +++ b/domains/openmalus.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "openmalus", + "email": "openmalus@proton.me" + }, + "record": { + "A": ["47.99.50.139"] + } +} \ No newline at end of file From 55c1be137d721486d237f9ba1c871b009daa2865 Mon Sep 17 00:00:00 2001 From: mesflit <84642884+mesflit@users.noreply.github.com> Date: Sat, 20 Jul 2024 15:27:06 +0300 Subject: [PATCH 16/29] Create mesflit.json --- domains/mesflit.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/mesflit.json diff --git a/domains/mesflit.json b/domains/mesflit.json new file mode 100644 index 000000000..5e7448b43 --- /dev/null +++ b/domains/mesflit.json @@ -0,0 +1 @@ +{ "owner": { "username": "mesflit", "email": "benomerfaruk11@gmail.com" }, "record": { "URL": "https://mesflit.github.io/" } } From 8060a13adc3f7d321a100399ec5adb7629ed84be Mon Sep 17 00:00:00 2001 From: CuteDog5695 <155187692+cutedog5695-2@users.noreply.github.com> Date: Sat, 20 Jul 2024 16:32:33 +0300 Subject: [PATCH 17/29] Rename _github-pages-challenge-rushi0n.rushi0n.json to _github-pages-challenge-rushi0n.rushi.json --- ...0n.rushi0n.json => _github-pages-challenge-rushi0n.rushi.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-rushi0n.rushi0n.json => _github-pages-challenge-rushi0n.rushi.json} (100%) diff --git a/domains/_github-pages-challenge-rushi0n.rushi0n.json b/domains/_github-pages-challenge-rushi0n.rushi.json similarity index 100% rename from domains/_github-pages-challenge-rushi0n.rushi0n.json rename to domains/_github-pages-challenge-rushi0n.rushi.json From c2cd1caec2bef36492d571ca9bc998265fbf2c52 Mon Sep 17 00:00:00 2001 From: rushi0n <140871804+rushi0n@users.noreply.github.com> Date: Sat, 20 Jul 2024 19:10:02 +0530 Subject: [PATCH 18/29] Update and rename _github-pages-challenge-rushi0n.rushi0n.json to _github-pages-challenge-rushi0n.rushi.json fixed the domain name --- ....rushi0n.json => _github-pages-challenge-rushi0n.rushi.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{_github-pages-challenge-rushi0n.rushi0n.json => _github-pages-challenge-rushi0n.rushi.json} (70%) diff --git a/domains/_github-pages-challenge-rushi0n.rushi0n.json b/domains/_github-pages-challenge-rushi0n.rushi.json similarity index 70% rename from domains/_github-pages-challenge-rushi0n.rushi0n.json rename to domains/_github-pages-challenge-rushi0n.rushi.json index 9cd29565e..fd62108ce 100644 --- a/domains/_github-pages-challenge-rushi0n.rushi0n.json +++ b/domains/_github-pages-challenge-rushi0n.rushi.json @@ -4,6 +4,6 @@ "email": "rushikushare99@gmail.com" }, "record": { - "TXT": "00dfbfc4747e1d0ed48c04fbdc72a4" + "TXT": "cfaabf5e62265f5c2f811c0b22efae" } } From a3a13936e6671c2ec5303a1eb2edeb0f79804430 Mon Sep 17 00:00:00 2001 From: Lumix Date: Sat, 20 Jul 2024 15:56:05 +0200 Subject: [PATCH 19/29] Rename _discord.lumix.is-a.dev to _discord.lumix.json --- domains/{_discord.lumix.is-a.dev => _discord.lumix.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_discord.lumix.is-a.dev => _discord.lumix.json} (100%) diff --git a/domains/_discord.lumix.is-a.dev b/domains/_discord.lumix.json similarity index 100% rename from domains/_discord.lumix.is-a.dev rename to domains/_discord.lumix.json From d6c3e819270954ca30e7283bb22d75661247fdc5 Mon Sep 17 00:00:00 2001 From: vamtic <93308982+vamtic@users.noreply.github.com> Date: Sat, 20 Jul 2024 15:56:53 +0200 Subject: [PATCH 20/29] Create pixelhu.vamtic.json --- domains/pixelhu.vamtic.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/pixelhu.vamtic.json diff --git a/domains/pixelhu.vamtic.json b/domains/pixelhu.vamtic.json new file mode 100644 index 000000000..8586c1b19 --- /dev/null +++ b/domains/pixelhu.vamtic.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vamtic", + "email": "vamtic@yahoo.com" + }, + "record": { + "A": ["35.239.22.204"] + } +} From da574f4a1a5de730aacf8406d8a76de7695ce236 Mon Sep 17 00:00:00 2001 From: vamtic <93308982+vamtic@users.noreply.github.com> Date: Sat, 20 Jul 2024 16:46:44 +0200 Subject: [PATCH 21/29] Delete domains/pixelhu.vamtic.json --- domains/pixelhu.vamtic.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/pixelhu.vamtic.json diff --git a/domains/pixelhu.vamtic.json b/domains/pixelhu.vamtic.json deleted file mode 100644 index 8586c1b19..000000000 --- a/domains/pixelhu.vamtic.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vamtic", - "email": "vamtic@yahoo.com" - }, - "record": { - "A": ["35.239.22.204"] - } -} From 728771539e86cb50107050c81a9c53afb21e8006 Mon Sep 17 00:00:00 2001 From: trueuser <83166512+istrueuser@users.noreply.github.com> Date: Sat, 20 Jul 2024 22:21:20 +0700 Subject: [PATCH 22/29] Update trueuser.json --- domains/trueuser.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/trueuser.json b/domains/trueuser.json index 738526030..d86ce7b16 100644 --- a/domains/trueuser.json +++ b/domains/trueuser.json @@ -4,6 +4,11 @@ "email": "thisistrueemail@gmail.com" }, "record": { - "A": ["69.30.249.53"] + "A": ["69.30.249.53"], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 6400331d247117a23a732e79ba44feb5fffaab67 Mon Sep 17 00:00:00 2001 From: Mwa <120023154+Totallynotmwa@users.noreply.github.com> Date: Sat, 20 Jul 2024 18:22:21 +0300 Subject: [PATCH 23/29] Update mwa.json --- domains/mwa.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/mwa.json b/domains/mwa.json index 9450b1906..6d4b973ce 100644 --- a/domains/mwa.json +++ b/domains/mwa.json @@ -1,9 +1,10 @@ { "owner": { "username": "Totallynotmwa", - "email": "totallynot@mwa.lol" + "email": "hshdhddzjsjs@gmail.com" + "discord": "totallynotmwa" }, "record": { - "URL": "https://mwa.lol" + "CNAME": "https://totallynotmwa.github.io/My-portfolio-website/" } } From dd8bbd4a1e340b9b5b4fd756705532ea8b58d82e Mon Sep 17 00:00:00 2001 From: Mwa <120023154+Totallynotmwa@users.noreply.github.com> Date: Sat, 20 Jul 2024 18:28:06 +0300 Subject: [PATCH 24/29] Create _discord.mwa.is-a.dev --- domains/_discord.mwa.is-a.dev | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_discord.mwa.is-a.dev diff --git a/domains/_discord.mwa.is-a.dev b/domains/_discord.mwa.is-a.dev new file mode 100644 index 000000000..4771fe293 --- /dev/null +++ b/domains/_discord.mwa.is-a.dev @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "totallynotmwa", + "email": "hshdhddzjsjs@gmail.com" + "discord": "totallynotmwa" + }, + "record": { + "TXT": "dh=7d4809eb409755939787cbc69a2de54a863b32d8" + } +} From 833275b17a22d5b8b5f2d7e74194c3bc7e0066ea Mon Sep 17 00:00:00 2001 From: Mwa <120023154+Totallynotmwa@users.noreply.github.com> Date: Sat, 20 Jul 2024 18:31:20 +0300 Subject: [PATCH 25/29] Rename _discord.mwa.is-a.dev to _discord.mwa.json --- domains/{_discord.mwa.is-a.dev => _discord.mwa.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_discord.mwa.is-a.dev => _discord.mwa.json} (100%) diff --git a/domains/_discord.mwa.is-a.dev b/domains/_discord.mwa.json similarity index 100% rename from domains/_discord.mwa.is-a.dev rename to domains/_discord.mwa.json From 044f11e2e79de3bcb1efcd11c458299f4fa4ab93 Mon Sep 17 00:00:00 2001 From: Mwa <120023154+Totallynotmwa@users.noreply.github.com> Date: Sat, 20 Jul 2024 18:31:42 +0300 Subject: [PATCH 26/29] Update domains/mwa.json Co-authored-by: CuteDog5695 --- domains/mwa.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mwa.json b/domains/mwa.json index 6d4b973ce..750f73225 100644 --- a/domains/mwa.json +++ b/domains/mwa.json @@ -5,6 +5,6 @@ "discord": "totallynotmwa" }, "record": { - "CNAME": "https://totallynotmwa.github.io/My-portfolio-website/" + "CNAME": "totallynotmwa.github.io" } } From fab77e18a12f6e32f4e992568a4e6a8a3ac7f596 Mon Sep 17 00:00:00 2001 From: Mwa <120023154+Totallynotmwa@users.noreply.github.com> Date: Sat, 20 Jul 2024 18:33:37 +0300 Subject: [PATCH 27/29] Update domains/mwa.json Co-authored-by: CuteDog5695 --- domains/mwa.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mwa.json b/domains/mwa.json index 750f73225..6f9e056fb 100644 --- a/domains/mwa.json +++ b/domains/mwa.json @@ -1,7 +1,7 @@ { "owner": { "username": "Totallynotmwa", - "email": "hshdhddzjsjs@gmail.com" + "email": "", "discord": "totallynotmwa" }, "record": { From a95ba00b7695e1e123e95a462bedf4dc8d7e93b3 Mon Sep 17 00:00:00 2001 From: Mwa <120023154+Totallynotmwa@users.noreply.github.com> Date: Sat, 20 Jul 2024 18:34:17 +0300 Subject: [PATCH 28/29] Update domains/_discord.mwa.json Co-authored-by: CuteDog5695 --- domains/_discord.mwa.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_discord.mwa.json b/domains/_discord.mwa.json index 4771fe293..bb21e3b42 100644 --- a/domains/_discord.mwa.json +++ b/domains/_discord.mwa.json @@ -1,7 +1,7 @@ { "owner": { "username": "totallynotmwa", - "email": "hshdhddzjsjs@gmail.com" + "email": "", "discord": "totallynotmwa" }, "record": { From fde093a01631c82cb58f45d89ce37349721f0fa7 Mon Sep 17 00:00:00 2001 From: uto <165283768+utoshu@users.noreply.github.com> Date: Sat, 20 Jul 2024 20:43:49 +0200 Subject: [PATCH 29/29] Register uto.is-a.dev --- domains/uto.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/uto.json diff --git a/domains/uto.json b/domains/uto.json new file mode 100644 index 000000000..48e5b27c4 --- /dev/null +++ b/domains/uto.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "utoshu", + "email": "", + "discord": "537265937200709672" + }, + + "record": { + "CNAME": "uto.pages.dev" + } + } + \ No newline at end of file