From d623b627df39ea13ae11e53556c7965abebc8847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20Quang=20Huy?= <126834721+KhongPhaiHoangQuangHuy@users.noreply.github.com> Date: Thu, 11 Jul 2024 07:11:45 +0700 Subject: [PATCH 01/33] Register slainbot.is-a.dev --- domains/slainbot.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/slainbot.json diff --git a/domains/slainbot.json b/domains/slainbot.json new file mode 100644 index 000000000..2f726c1c1 --- /dev/null +++ b/domains/slainbot.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "KhongPhaiHoangQuangHuy", + "email": "khongphaihoangquanghuy@gmail.com", + "discord": "181064730075463680" + }, + + "record": { + "CNAME": "https://khongphaihoangquanghuy.github.io/dashboard-slain-bot/" + } + } + \ No newline at end of file From ff74c5152c4446000b378ad0473853d720a63677 Mon Sep 17 00:00:00 2001 From: 0v90 Date: Thu, 11 Jul 2024 14:32:57 +0400 Subject: [PATCH 02/33] Create 0v90.json --- domains/0v90.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/0v90.json diff --git a/domains/0v90.json b/domains/0v90.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/0v90.json @@ -0,0 +1 @@ + From c32d309f98bcaacb7c4f59ca2615b1826b9fe81d Mon Sep 17 00:00:00 2001 From: 0v90 Date: Thu, 11 Jul 2024 14:50:50 +0400 Subject: [PATCH 03/33] Update 0v90.json --- domains/0v90.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/0v90.json b/domains/0v90.json index 8b1378917..09d9441f1 100644 --- a/domains/0v90.json +++ b/domains/0v90.json @@ -1 +1,6 @@ - +{ + "owner": { + "username": "0v90", + "email": "0x0jx@proton.me" + } +} From 4ec16b144840574f7c6c090e500c68d0e5cbbd4f Mon Sep 17 00:00:00 2001 From: 0v90 Date: Thu, 11 Jul 2024 15:02:10 +0400 Subject: [PATCH 04/33] Update 0v90.json --- domains/0v90.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/domains/0v90.json b/domains/0v90.json index 09d9441f1..3d82b3592 100644 --- a/domains/0v90.json +++ b/domains/0v90.json @@ -4,3 +4,12 @@ "email": "0x0jx@proton.me" } } + + +{ + "record": { + "A": [ + "http://35.200.171.190/" + ] + } +} From 14a10c85a804cd153b9d82f8ddec6e932ec59cb8 Mon Sep 17 00:00:00 2001 From: 0v90 Date: Thu, 11 Jul 2024 15:06:57 +0400 Subject: [PATCH 05/33] Update 0v90.json --- domains/0v90.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/0v90.json b/domains/0v90.json index 3d82b3592..91e58f2e9 100644 --- a/domains/0v90.json +++ b/domains/0v90.json @@ -9,7 +9,9 @@ { "record": { "A": [ - "http://35.200.171.190/" + "35.200.171.190", + "35.240.84.96", + "34.132.146.171" ] } } From b9977f8efda3970d8ff97ade0b38bd1fa110f8e3 Mon Sep 17 00:00:00 2001 From: 0v90 Date: Thu, 11 Jul 2024 15:21:46 +0400 Subject: [PATCH 06/33] Update 0v90.json --- domains/0v90.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/domains/0v90.json b/domains/0v90.json index 91e58f2e9..92475d895 100644 --- a/domains/0v90.json +++ b/domains/0v90.json @@ -2,11 +2,8 @@ "owner": { "username": "0v90", "email": "0x0jx@proton.me" - } -} - - -{ + }, + { "record": { "A": [ "35.200.171.190", @@ -15,3 +12,6 @@ ] } } +} + + From 59ead1c1f9c2461f7405f6348f9369f11d996ab2 Mon Sep 17 00:00:00 2001 From: 0v90 Date: Thu, 11 Jul 2024 15:30:45 +0400 Subject: [PATCH 07/33] Update 0v90.json --- domains/0v90.json | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/domains/0v90.json b/domains/0v90.json index 92475d895..bbf5df127 100644 --- a/domains/0v90.json +++ b/domains/0v90.json @@ -1,17 +1,13 @@ { - "owner": { - "username": "0v90", - "email": "0x0jx@proton.me" - }, - { - "record": { - "A": [ - "35.200.171.190", - "35.240.84.96", - "34.132.146.171" - ] - } + "owner": { + "username": "0v90", + "email": "0x0jx@proton.me" + }, + "record": { + "A": [ + "35.200.171.190", + "35.240.84.96", + "34.132.146.171" + ] + } } -} - - From 8ae15a205afc4db3ffc5463e4e9c545674b5fcb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20Quang=20Huy?= <126834721+KhongPhaiHoangQuangHuy@users.noreply.github.com> Date: Fri, 12 Jul 2024 07:38:22 +0700 Subject: [PATCH 08/33] Update slainbot.json --- domains/slainbot.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/slainbot.json b/domains/slainbot.json index 2f726c1c1..c6a64f107 100644 --- a/domains/slainbot.json +++ b/domains/slainbot.json @@ -6,7 +6,7 @@ }, "record": { - "CNAME": "https://khongphaihoangquanghuy.github.io/dashboard-slain-bot/" + "CNAME": "https://khongphaihoangquanghuy.github.io" } } - \ No newline at end of file + From 4ef581af41a80629911e27eb4f7890dde59cbe5a Mon Sep 17 00:00:00 2001 From: EducatedSuddenBucket Date: Fri, 12 Jul 2024 17:33:27 +0530 Subject: [PATCH 09/33] Create random.json --- domains/random.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/random.json diff --git a/domains/random.json b/domains/random.json new file mode 100644 index 000000000..b14fc31dc --- /dev/null +++ b/domains/random.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "EducatedSuddenBucket", + "email": "educatedsuddenbucket@gmail.com" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] + } +} From 7edceecae16a9ed212ba552b311879cae8f50a74 Mon Sep 17 00:00:00 2001 From: EldzeyTheDev <64653775+elefantapan@users.noreply.github.com> Date: Fri, 12 Jul 2024 14:45:41 +0200 Subject: [PATCH 10/33] Register eldzey.is-a.dev --- domains/eldzey.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/eldzey.json diff --git a/domains/eldzey.json b/domains/eldzey.json new file mode 100644 index 000000000..c00dcba9e --- /dev/null +++ b/domains/eldzey.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "elefantapan", + "email": "64653775+elefantapan@users.noreply.github.com", + "discord": "697408753288478742" + }, + + "record": { + "CNAME": "elefantapan.github.io" + } + } + \ No newline at end of file From 675bd02cc6d2280b061b0df36d98223d54ffc72d Mon Sep 17 00:00:00 2001 From: EldzeyTheDev <64653775+elefantapan@users.noreply.github.com> Date: Fri, 12 Jul 2024 15:01:17 +0200 Subject: [PATCH 11/33] Update eldzey.json --- domains/eldzey.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/eldzey.json b/domains/eldzey.json index c00dcba9e..28916e817 100644 --- a/domains/eldzey.json +++ b/domains/eldzey.json @@ -1,7 +1,7 @@ { "owner": { "username": "elefantapan", - "email": "64653775+elefantapan@users.noreply.github.com", + "email": "alxalien@proton.me", "discord": "697408753288478742" }, @@ -9,4 +9,4 @@ "CNAME": "elefantapan.github.io" } } - \ No newline at end of file + From 62aaab25cb13197d27782ce293c0e4b491b6816b Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Fri, 12 Jul 2024 20:21:40 +0700 Subject: [PATCH 12/33] Update too-obvious-that.maskduck.json --- domains/too-obvious-that.maskduck.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/too-obvious-that.maskduck.json b/domains/too-obvious-that.maskduck.json index 0167e281f..5d40e63eb 100644 --- a/domains/too-obvious-that.maskduck.json +++ b/domains/too-obvious-that.maskduck.json @@ -2,10 +2,9 @@ "owner": { "username": "MaskDuck", "email": "", - "discord": "MaskDuck#1337", + "discord": "maskduck", "twitter": "MaskDuck1", "reddit": "u/maskduck", - "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586." }, "record": { "MX": [ From bd46b1241bdf81d7ebb8e2de52a086696931bef7 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Fri, 12 Jul 2024 20:22:57 +0700 Subject: [PATCH 13/33] Update too-obvious-that.maskduck.json --- domains/too-obvious-that.maskduck.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/too-obvious-that.maskduck.json b/domains/too-obvious-that.maskduck.json index 5d40e63eb..78c5f9e3b 100644 --- a/domains/too-obvious-that.maskduck.json +++ b/domains/too-obvious-that.maskduck.json @@ -4,7 +4,7 @@ "email": "", "discord": "maskduck", "twitter": "MaskDuck1", - "reddit": "u/maskduck", + "reddit": "u/maskduck" }, "record": { "MX": [ From 320310b5f1626ba07cbe657124cf121ef1724aab Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Fri, 12 Jul 2024 20:26:50 +0700 Subject: [PATCH 14/33] Create maskduck.json --- maskduck.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 maskduck.json diff --git a/maskduck.json b/maskduck.json new file mode 100644 index 000000000..3e7f939fd --- /dev/null +++ b/maskduck.json @@ -0,0 +1 @@ +{"owner":{"username":"maskduck","email":"","discord":"_ngiu.a"},"description":"h","record":{"CNAME":"maskduck.github.io"}} From 2369375caedd5d939abd7818838a70790503c898 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Fri, 12 Jul 2024 20:27:19 +0700 Subject: [PATCH 15/33] Rename maskduck.json to domains/maskduck.json --- maskduck.json => domains/maskduck.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename maskduck.json => domains/maskduck.json (100%) diff --git a/maskduck.json b/domains/maskduck.json similarity index 100% rename from maskduck.json rename to domains/maskduck.json From 53b723d090abee4fc9fa8ee8f626b0a9ec912545 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Fri, 12 Jul 2024 20:27:50 +0700 Subject: [PATCH 16/33] Update maskduck.json --- domains/maskduck.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/maskduck.json b/domains/maskduck.json index 3e7f939fd..5207b5d18 100644 --- a/domains/maskduck.json +++ b/domains/maskduck.json @@ -1 +1 @@ -{"owner":{"username":"maskduck","email":"","discord":"_ngiu.a"},"description":"h","record":{"CNAME":"maskduck.github.io"}} +{"owner":{"username":"maskduck","email":"","discord":"_ngiu.a_"},"description":"h","record":{"CNAME":"maskduck.github.io"}} From f39a8f7216a9a821208ed24399b1e796f6c603ed Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 12 Jul 2024 21:36:24 +0800 Subject: [PATCH 17/33] Update maskduck.json --- domains/maskduck.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/domains/maskduck.json b/domains/maskduck.json index 5207b5d18..81573292a 100644 --- a/domains/maskduck.json +++ b/domains/maskduck.json @@ -1 +1,10 @@ -{"owner":{"username":"maskduck","email":"","discord":"_ngiu.a_"},"description":"h","record":{"CNAME":"maskduck.github.io"}} +{ + "owner": { + "username": "maskduck", + "email": "", + "discord": "_ngiu.a_" + }, + "record": { + "CNAME": "maskduck.github.io" + } +} From dd454f7069dda1145589870a645e071b8a567ac9 Mon Sep 17 00:00:00 2001 From: Dwigoric Date: Fri, 12 Jul 2024 21:42:31 +0800 Subject: [PATCH 18/33] remove email --- domains/dwigoric.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/dwigoric.json b/domains/dwigoric.json index 62200e2ca..10add55da 100644 --- a/domains/dwigoric.json +++ b/domains/dwigoric.json @@ -1,7 +1,7 @@ { "owner": { "username": "Dwigoric", - "email": "dwigoric@pm.me" + "email": "" }, "record": { "CNAME": "dwigoric.pages.dev" From f6e0142332c54d432a4e8a011382fb09188ba947 Mon Sep 17 00:00:00 2001 From: onlive Date: Fri, 12 Jul 2024 18:44:22 +0500 Subject: [PATCH 19/33] removing email due to spam messages --- domains/onlive.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/onlive.json b/domains/onlive.json index 7472e75e2..6c3c7dd8f 100644 --- a/domains/onlive.json +++ b/domains/onlive.json @@ -1,7 +1,8 @@ { "owner": { "username": "onlive1337", - "email": "tabdulov2006@gmail.com" + "email": "", + "discord": "onlive" }, "record": { "CNAME": "onlive1337.github.io" From fc52d90f0b55c1ab3865677c3094aeadac89004b Mon Sep 17 00:00:00 2001 From: 0v90 Date: Fri, 12 Jul 2024 17:44:37 +0400 Subject: [PATCH 20/33] Updating "Owner" --- domains/0v90.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/0v90.json b/domains/0v90.json index bbf5df127..904621a71 100644 --- a/domains/0v90.json +++ b/domains/0v90.json @@ -1,7 +1,8 @@ { "owner": { "username": "0v90", - "email": "0x0jx@proton.me" + "email": "", + "Discord": "0v90" }, "record": { "A": [ From a3dab1272187b5480fffe23de6d38c164c88f97d Mon Sep 17 00:00:00 2001 From: Dwigoric Date: Fri, 12 Jul 2024 21:50:05 +0800 Subject: [PATCH 21/33] Remove email --- domains/joshua.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/joshua.json b/domains/joshua.json index 1f14f6bd5..2df21630b 100644 --- a/domains/joshua.json +++ b/domains/joshua.json @@ -1,7 +1,7 @@ { "owner": { "username": "Dwigoric", - "email": "dwigoric@pm.me", + "email": "", "discord": "295391820744228867" }, From a01cefbd752abe69e322ea2f9e96f044593db9bd Mon Sep 17 00:00:00 2001 From: Dwigoric Date: Fri, 12 Jul 2024 21:50:29 +0800 Subject: [PATCH 22/33] Add Discord ID for contact --- domains/dwigoric.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/dwigoric.json b/domains/dwigoric.json index 10add55da..9dc355fcd 100644 --- a/domains/dwigoric.json +++ b/domains/dwigoric.json @@ -1,7 +1,8 @@ { "owner": { "username": "Dwigoric", - "email": "" + "email": "", + "discord": "295391820744228867" }, "record": { "CNAME": "dwigoric.pages.dev" From d583c47f71e69936c9f08565175c9cfd04c16689 Mon Sep 17 00:00:00 2001 From: ARVIN3108 ID <70049331+ARVIN3108@users.noreply.github.com> Date: Fri, 12 Jul 2024 21:11:23 +0700 Subject: [PATCH 23/33] Emptying email and add alternate contacts --- domains/arvindt.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/arvindt.json b/domains/arvindt.json index 4671d8424..c8d7df23c 100644 --- a/domains/arvindt.json +++ b/domains/arvindt.json @@ -3,10 +3,12 @@ "repo": "https://github.com/ARVIN3108/arvin3108.github.io", "owner": { "username": "ARVIN3108", - "email": "31arvin08@gmail.com", + "email": "", + "discord": "arvin3108.id", + "instagram": "arvin_d.t", "twitter": "ARVIN3108_ID" }, "record": { "CNAME": "arvin3108.github.io" } -} \ No newline at end of file +} From 4e4620c75d549081a521de58e8d729f1e928cccd Mon Sep 17 00:00:00 2001 From: axviii3 <76608488+axviii3@users.noreply.github.com> Date: Fri, 12 Jul 2024 20:09:47 +0530 Subject: [PATCH 24/33] Update axviii3.json --- domains/axviii3.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/domains/axviii3.json b/domains/axviii3.json index 3376603e0..c2087f7a8 100644 --- a/domains/axviii3.json +++ b/domains/axviii3.json @@ -1,7 +1,8 @@ { "owner": { "username": "AXVIII3", - "email": "anirbanrc2286@gmail.com" + "email": "", + "discord": "axviii3" }, "record": { "A": [ @@ -9,11 +10,6 @@ "185.199.109.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 cd8d57914b711766b619bfe288262a79eb3cf77b Mon Sep 17 00:00:00 2001 From: shockbs <77534483+shockbs@users.noreply.github.com> Date: Fri, 12 Jul 2024 22:48:29 +0800 Subject: [PATCH 25/33] Create docs.shockbs.json --- domains/docs.shockbs.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/docs.shockbs.json diff --git a/domains/docs.shockbs.json b/domains/docs.shockbs.json new file mode 100644 index 000000000..ec1085c14 --- /dev/null +++ b/domains/docs.shockbs.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "shockbs", + "email": "apipherng@gmail.com" + }, + "record": { + "CNAME": "documentationggffddjussdddgghhirrdssh6dd.onrender.com" + } +} From 57f4ebcad3f32f83c171d08ee0ca531ce59e2b62 Mon Sep 17 00:00:00 2001 From: Satr14 Date: Fri, 12 Jul 2024 22:02:06 +0700 Subject: [PATCH 26/33] email go bye bye --- domains/satr14.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/satr14.json b/domains/satr14.json index aaf344bcb..09b6cc8ea 100644 --- a/domains/satr14.json +++ b/domains/satr14.json @@ -1,7 +1,7 @@ { "owner": { "username": "SX-9", - "email": "satriakrach@gmail.com", + "email": "", "discord": "882595027132493864" }, From cc78d8a3a911103dd81d90d8f9faf639f9a7119a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20Quang=20Huy?= <126834721+KhongPhaiHoangQuangHuy@users.noreply.github.com> Date: Fri, 12 Jul 2024 23:14:15 +0700 Subject: [PATCH 27/33] Update domains/slainbot.json Co-authored-by: CuteDog5695 --- domains/slainbot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/slainbot.json b/domains/slainbot.json index c6a64f107..7f38c4b79 100644 --- a/domains/slainbot.json +++ b/domains/slainbot.json @@ -6,7 +6,7 @@ }, "record": { - "CNAME": "https://khongphaihoangquanghuy.github.io" + "CNAME": "khongphaihoangquanghuy.github.io" } } From 830b58aaa7207b6831a3b19778a7e96c1c5bd745 Mon Sep 17 00:00:00 2001 From: Smalorek <154844322+Smalorek@users.noreply.github.com> Date: Fri, 12 Jul 2024 20:11:30 +0200 Subject: [PATCH 28/33] Update smutex.json --- domains/smutex.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/smutex.json b/domains/smutex.json index 806fa5697..4ee10bb87 100644 --- a/domains/smutex.json +++ b/domains/smutex.json @@ -1,7 +1,7 @@ { "owner": { "username": "Smalorek", - "email": "Smalorek@proton.me", + "email": "", "discord": "286178186645995522" }, From ce497c87879ccbc8f3b28e9ba14054d5b5dc5587 Mon Sep 17 00:00:00 2001 From: YouFoundAlpha <86548581+YouFoundAlpha@users.noreply.github.com> Date: Fri, 12 Jul 2024 21:38:09 +0300 Subject: [PATCH 29/33] Email removed --- domains/_discord.alpha.json | 2 +- domains/_discord.yfa.json | 2 +- domains/_github-challenge-yfadev-org.alpha.json | 2 +- domains/_github-challenge-yfadev-org.yfa.json | 2 +- domains/_github-challenge-yfadev-org.yfadev.json | 2 +- domains/_github-pages-challenge-YouFoundAlpha.alpha.json | 2 +- domains/alpha.json | 2 +- domains/yfa.json | 2 +- domains/youfoundalpha.json | 2 +- domains/youfoundalpha.youfoundalpha.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/domains/_discord.alpha.json b/domains/_discord.alpha.json index 698855d3a..16f82ef6a 100644 --- a/domains/_discord.alpha.json +++ b/domains/_discord.alpha.json @@ -1,7 +1,7 @@ { "owner": { "username": "YouFoundAlpha", - "email": "YouFoundAlpha@alpha.is-a.dev", + "email": "", "Discord": "661121998830960651", "GitHub": "YouFoundAlpha", "GitLab": "YouFoundAlpha", diff --git a/domains/_discord.yfa.json b/domains/_discord.yfa.json index 285ed7222..ae38ea033 100644 --- a/domains/_discord.yfa.json +++ b/domains/_discord.yfa.json @@ -1,7 +1,7 @@ { "owner": { "username": "YouFoundAlpha", - "email": "YouFoundAlpha@alpha.is-a.dev", + "email": "", "Discord": "661121998830960651", "GitHub": "YouFoundAlpha", "GitLab": "YouFoundAlpha", diff --git a/domains/_github-challenge-yfadev-org.alpha.json b/domains/_github-challenge-yfadev-org.alpha.json index 7bc3ebc2a..9267c8d18 100644 --- a/domains/_github-challenge-yfadev-org.alpha.json +++ b/domains/_github-challenge-yfadev-org.alpha.json @@ -1,7 +1,7 @@ { "owner": { "username": "YouFoundAlpha", - "email": "YouFoundAlpha@alpha.is-a.dev", + "email": "", "Discord": "661121998830960651", "GitHub": "YouFoundAlpha", "GitLab": "YouFoundAlpha", diff --git a/domains/_github-challenge-yfadev-org.yfa.json b/domains/_github-challenge-yfadev-org.yfa.json index 8b0a8847e..42ef5a3b9 100644 --- a/domains/_github-challenge-yfadev-org.yfa.json +++ b/domains/_github-challenge-yfadev-org.yfa.json @@ -1,7 +1,7 @@ { "owner": { "username": "YouFoundAlpha", - "email": "YouFoundAlpha@alpha.is-a.dev", + "email": "", "Discord": "661121998830960651", "GitHub": "YouFoundAlpha", "GitLab": "YouFoundAlpha", diff --git a/domains/_github-challenge-yfadev-org.yfadev.json b/domains/_github-challenge-yfadev-org.yfadev.json index 87323bdb1..4f6102623 100644 --- a/domains/_github-challenge-yfadev-org.yfadev.json +++ b/domains/_github-challenge-yfadev-org.yfadev.json @@ -1,7 +1,7 @@ { "owner": { "username": "YouFoundAlpha", - "email": "YouFoundAlpha@alpha.is-a.dev", + "email": "", "Discord": "661121998830960651", "GitHub": "YouFoundAlpha", "GitLab": "YouFoundAlpha", diff --git a/domains/_github-pages-challenge-YouFoundAlpha.alpha.json b/domains/_github-pages-challenge-YouFoundAlpha.alpha.json index 60653de87..e0787ddbd 100644 --- a/domains/_github-pages-challenge-YouFoundAlpha.alpha.json +++ b/domains/_github-pages-challenge-YouFoundAlpha.alpha.json @@ -1,7 +1,7 @@ { "owner": { "username": "YouFoundAlpha", - "email": "YouFoundAlpha@alpha.is-a.dev", + "email": "", "Discord": "661121998830960651", "GitHub": "YouFoundAlpha", "GitLab": "YouFoundAlpha", diff --git a/domains/alpha.json b/domains/alpha.json index 79e611c03..bda1d70b5 100644 --- a/domains/alpha.json +++ b/domains/alpha.json @@ -1,7 +1,7 @@ { "owner": { "username": "YouFoundAlpha", - "email": "YouFoundAlpha@alpha.is-a.dev", + "email": "", "Discord": "661121998830960651", "GitHub": "YouFoundAlpha", "GitLab": "YouFoundAlpha", diff --git a/domains/yfa.json b/domains/yfa.json index f696bb18a..f20a18071 100644 --- a/domains/yfa.json +++ b/domains/yfa.json @@ -1,7 +1,7 @@ { "owner": { "username": "YouFoundAlpha", - "email": "YouFoundAlpha@alpha.is-a.dev", + "email": "", "Discord": "661121998830960651", "GitHub": "YouFoundAlpha", "GitLab": "YouFoundAlpha", diff --git a/domains/youfoundalpha.json b/domains/youfoundalpha.json index 0f68a6b01..58d260e74 100644 --- a/domains/youfoundalpha.json +++ b/domains/youfoundalpha.json @@ -1,7 +1,7 @@ { "owner": { "username": "YouFoundAlpha", - "email": "YouFoundAlpha@alpha.is-a.dev", + "email": "", "Discord": "661121998830960651", "GitHub": "YouFoundAlpha", "GitLab": "YouFoundAlpha", diff --git a/domains/youfoundalpha.youfoundalpha.json b/domains/youfoundalpha.youfoundalpha.json index 6aa31860f..2274c3b36 100644 --- a/domains/youfoundalpha.youfoundalpha.json +++ b/domains/youfoundalpha.youfoundalpha.json @@ -1,7 +1,7 @@ { "owner": { "username": "YouFoundAlpha", - "email": "YouFoundAlpha@alpha.is-a.dev", + "email": "", "Discord": "661121998830960651", "GitHub": "YouFoundAlpha", "GitLab": "YouFoundAlpha", From c67a751794ece7d43cfabc46abc7d7e1f44369bc Mon Sep 17 00:00:00 2001 From: Abdul Ahad Date: Sat, 13 Jul 2024 00:45:26 +0530 Subject: [PATCH 30/33] abdul --- domains/abdul.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/abdul.json diff --git a/domains/abdul.json b/domains/abdul.json new file mode 100644 index 000000000..71b6bf706 --- /dev/null +++ b/domains/abdul.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "AhadWeb3", + "email": "ahad4387@gmail.com" + }, + "description": "portofolio website.", + "record": { + "URL": "https://abdul-ahad-portfolio.webflow.io" + } + } \ No newline at end of file From 452ce7d9f829ae637b92e156ee53d7f113976d93 Mon Sep 17 00:00:00 2001 From: Okan Akdemir <88800684+okan12300@users.noreply.github.com> Date: Fri, 12 Jul 2024 23:45:26 +0300 Subject: [PATCH 31/33] Create okan12300.json --- domains/okan12300.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/okan12300.json diff --git a/domains/okan12300.json b/domains/okan12300.json new file mode 100644 index 000000000..162c0639c --- /dev/null +++ b/domains/okan12300.json @@ -0,0 +1,11 @@ +{ + "description": "Just learning to be a software developer", + "repo": "https://github.com/okan12300", + "owner": { + "username": "okan12300", + "email": "okanakd89@outlook.com" + }, + "record": { + "URL": "https://okan12300.notion.site/Okan-Akdemir-3a0f4d51dd6f4213985e9eb22c2554c9" + } +} From 790364fc580f6a8b8e26156832df210c6bf7a0b2 Mon Sep 17 00:00:00 2001 From: vamtic <93308982+vamtic@users.noreply.github.com> Date: Sat, 13 Jul 2024 01:44:11 +0200 Subject: [PATCH 32/33] Update vamtic.json --- domains/vamtic.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/vamtic.json b/domains/vamtic.json index af569ab2a..bacc6f6fa 100644 --- a/domains/vamtic.json +++ b/domains/vamtic.json @@ -4,6 +4,6 @@ "email": "vamtic@yahoo.com" }, "record": { - "URL": "http://golden-similarly-hippo.ngrok-free.app" + "URL": "https://cynical-platypus-4850.dataplicity.io" } -} \ No newline at end of file +} From eccb55b5abd7024172ad9d636a8283cf7a4be748 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 13 Jul 2024 11:06:13 +0800 Subject: [PATCH 33/33] Delete domains/_discord.william.json --- domains/_discord.william.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/_discord.william.json diff --git a/domains/_discord.william.json b/domains/_discord.william.json deleted file mode 100644 index 60ef6600e..000000000 --- a/domains/_discord.william.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "wdhdev", - "email": "william@williamharrison.dev" - }, - - "record": { - "TXT": "dh=4e444050c7f0e742327d027ebdf50a39f1203acd" - } -}