From 4f166bdaa1f34b67d8aca7ee2054b8b072e226a3 Mon Sep 17 00:00:00 2001 From: Marc Gruita Date: Mon, 23 May 2022 17:20:06 +0300 Subject: [PATCH 01/74] Create marc.json --- domains/marc.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/marc.json diff --git a/domains/marc.json b/domains/marc.json new file mode 100644 index 000000000..297fe957c --- /dev/null +++ b/domains/marc.json @@ -0,0 +1,11 @@ +{ + "description": "Marc Gruita is a Developer!", + "repo": "https://github.com/marcgr9", + "owner": { + "username": "marcgr9", + "email": "marc@gruita.ro" + }, + "record": { + "URL": "https://gruita.ro" + } +} From 2522515784f42504d6bcb13649a830e0c96d7136 Mon Sep 17 00:00:00 2001 From: linbuxiao Date: Tue, 24 May 2022 14:06:40 +0800 Subject: [PATCH 02/74] feat: linbuxiao.json --- docs/hosted-at/github-pages.md | 8 ++++---- domains/linbuxiao.json | 11 +++++++++++ 2 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 domains/linbuxiao.json diff --git a/docs/hosted-at/github-pages.md b/docs/hosted-at/github-pages.md index 7806c0639..cf7962014 100644 --- a/docs/hosted-at/github-pages.md +++ b/docs/hosted-at/github-pages.md @@ -10,11 +10,11 @@ Create a json file inside the `domains` directory (`domains/.json`) w ```json { "description": "Add some description", - "repo": "https://github.com/github-username/github-username.github.io", + "repo": "https://github.com//.github.io", "owner": { - "username": "github-username", - "email": "any@email", - "twitter": "your-twitter-username" + "username": "", + "email": "", + "twitter": "" }, "record": { "CNAME": ".github.io" diff --git a/domains/linbuxiao.json b/domains/linbuxiao.json new file mode 100644 index 000000000..f81d95155 --- /dev/null +++ b/domains/linbuxiao.json @@ -0,0 +1,11 @@ +{ + "description": "Lin's Blog", + "repo": "https://github.com/linbuxiao/linbuxiao.github.io", + "owner": { + "username": "linbuxiao", + "email": "linbuxiao@gmail.com" + }, + "record": { + "CNAME": "linbuxiao.github.io" + } +} \ No newline at end of file From 4a19c6efd5ab8c10865519a814726aee20948865 Mon Sep 17 00:00:00 2001 From: Connor Date: Tue, 24 May 2022 16:11:23 +0200 Subject: [PATCH 03/74] Create aleks.json --- domains/aleks.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/aleks.json diff --git a/domains/aleks.json b/domains/aleks.json new file mode 100644 index 000000000..59e858533 --- /dev/null +++ b/domains/aleks.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ConnorDoesDev", + "email": "connor@cstudios.gay", + "discord": "Connor!#0800", + }, + "description": "this is-a.dev page is for a friend of mine, he didn't want to make a github account lol. we're currently working on the site, just wanted to make sure.", + "record": { + "CNAME": "connordoesdev.github.io" + } +} From 4c0895bdddadeab34c8ce6888fa2c3a9112b1c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20V=C3=A1squez?= Date: Wed, 25 May 2022 09:09:41 -0400 Subject: [PATCH 04/74] Create llanero.json --- domains/llanero.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/llanero.json diff --git a/domains/llanero.json b/domains/llanero.json new file mode 100644 index 000000000..d20bedd35 --- /dev/null +++ b/domains/llanero.json @@ -0,0 +1,12 @@ +{ + "description": "Robert Blog", + "repo": "https://github.com/robert-ds/robert-ds.github.io", + "owner": { + "username": "robert-ds", + "email": "vasquez.robert.andres@gmail.com", + "twitter": "@robertandres14" + }, + "record": { + "CNAME": "robert-ds.github.io" + } +} From 192f97536d08ea5fb6248a1ac82243f429b10e1d Mon Sep 17 00:00:00 2001 From: Jamie <36536439+JamieIsGeek@users.noreply.github.com> Date: Wed, 25 May 2022 17:57:34 +0100 Subject: [PATCH 05/74] Create jamieisgeek.json --- domains/jamieisgeek.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/jamieisgeek.json diff --git a/domains/jamieisgeek.json b/domains/jamieisgeek.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/jamieisgeek.json @@ -0,0 +1 @@ + From 62401db93f562913d5c6a699d8cad775cc48f82e Mon Sep 17 00:00:00 2001 From: Jamie <36536439+JamieIsGeek@users.noreply.github.com> Date: Wed, 25 May 2022 18:00:03 +0100 Subject: [PATCH 06/74] Update jamieisgeek.json --- domains/jamieisgeek.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/domains/jamieisgeek.json b/domains/jamieisgeek.json index 8b1378917..1d2d0aa2e 100644 --- a/domains/jamieisgeek.json +++ b/domains/jamieisgeek.json @@ -1 +1,11 @@ - +{ + "description": "jamieisgeek.is-a.dev.", + "repo": "https://github.com/jamieisgeek", + "owner": { + "username": "jamieisgeek", + "email": "jamieisgeek@gmail.com" + }, + "record": { + "URL": "https://jamieisgeek.jamiecodes.repl.co/" + } +} From 8cf32a9e769be1176d106c69e4c166ff45c0b27a Mon Sep 17 00:00:00 2001 From: InfiniteCod3 <91837651+InfiniteCod3@users.noreply.github.com> Date: Wed, 25 May 2022 21:54:49 +0200 Subject: [PATCH 07/74] Update infinitecode.json --- domains/infinitecode.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/infinitecode.json b/domains/infinitecode.json index c33f88ec6..d93c007d8 100644 --- a/domains/infinitecode.json +++ b/domains/infinitecode.json @@ -2,9 +2,9 @@ "description": "Infinite's personal portfolio!", "owner": { "username": "InfiniteCode", - "email": "foxyss@pm.me" + "email": "infinitecode@infiniteco.de" }, "record": { - "A": ["130.61.72.125"] + "URL": "https://infiniteco.de" } } From 85e5f7c626db958b7156899b8b8a2ce5a6cb9f2b Mon Sep 17 00:00:00 2001 From: Aspect404_ <90273544+Aspect-404@users.noreply.github.com> Date: Wed, 25 May 2022 16:35:10 -0400 Subject: [PATCH 08/74] Create aspect404.json --- domains/aspect404.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/aspect404.json diff --git a/domains/aspect404.json b/domains/aspect404.json new file mode 100644 index 000000000..948864725 --- /dev/null +++ b/domains/aspect404.json @@ -0,0 +1,12 @@ +{ + "description": "Aspect404_'s Website", + "owner": { + "username": "Aspect-404", + "email": "newaspectdevelopment@gmail.com", + "discord": "807361766572818484", + "twitter": "Aspect404_" + }, + "record": { + "CNAME": "e070f94f-3589-4c49-ac40-baa97dea6ccd.id.repl.co" + } +} From 6df6c8b31ea702bf0e735439564d6e739cb1fedd Mon Sep 17 00:00:00 2001 From: Nisarga Adhikary Date: Thu, 26 May 2022 20:51:19 +0530 Subject: [PATCH 09/74] Create nisarga.json --- domains/nisarga.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/nisarga.json diff --git a/domains/nisarga.json b/domains/nisarga.json new file mode 100644 index 000000000..390b4825d --- /dev/null +++ b/domains/nisarga.json @@ -0,0 +1,12 @@ +{ + "description": "Nisarga", + "repo": "https://github.com/nisarga-developer/nisarga-developer.github.io", + "owner": { + "username": "nisarga-developer", + "email": "adhikarynisarga17@gmail.com", + "twitter": "adhikarynisarga" + }, + "record": { + "CNAME": "https://nisarga-developer.github.io" + } +} From eaf1506ce266845def96fef2af00985f5bab92b4 Mon Sep 17 00:00:00 2001 From: Shrimadhav U K Date: Fri, 27 May 2022 10:31:43 +0530 Subject: [PATCH 10/74] Create SpEcHiDe.json --- domains/SpEcHiDe.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/SpEcHiDe.json diff --git a/domains/SpEcHiDe.json b/domains/SpEcHiDe.json new file mode 100644 index 000000000..fb206cfd4 --- /dev/null +++ b/domains/SpEcHiDe.json @@ -0,0 +1,13 @@ +{ + "description": "My personal site", + "repo": "https://github.com/SpEcHiDe/SpEcHiDe.github.io", + "owner": { + "username": "SpEcHiDe", + "email": "", + "twitter": "SpEcHiDe" + }, + "record": { + "CNAME": "SpEcHiDe.github.io" + } +} + From 05efc1448d7ce640122d0cab9474fce3424c76bf Mon Sep 17 00:00:00 2001 From: Fayas Noushad <76828314+FayasNoushad@users.noreply.github.com> Date: Fri, 27 May 2022 10:39:56 +0530 Subject: [PATCH 11/74] Create fayasnoushad.json --- domains/fayasnoushad.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/fayasnoushad.json diff --git a/domains/fayasnoushad.json b/domains/fayasnoushad.json new file mode 100644 index 000000000..5aae04145 --- /dev/null +++ b/domains/fayasnoushad.json @@ -0,0 +1,12 @@ +{ + "description": "My personal site", + "repo": "https://github.com/FayasNoushad/fayasnoushad.github.io", + "owner": { + "username": "FayasNoushad", + "email": "", + "twitter": "FayasNoushad" + }, + "record": { + "CNAME": "FayasNoushad.github.io" + } +} From cd1f4f217eb2d40ca60379ed2b38c00627cc651b Mon Sep 17 00:00:00 2001 From: Stark Programmer <88478059+StarkBotsIndustries@users.noreply.github.com> Date: Fri, 27 May 2022 20:47:26 +0530 Subject: [PATCH 12/74] Create stark.json --- domains/stark.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/stark.json diff --git a/domains/stark.json b/domains/stark.json new file mode 100644 index 000000000..d4be6c236 --- /dev/null +++ b/domains/stark.json @@ -0,0 +1,11 @@ +{ + "description": "Projects by Stark Programmer", + "owner": { + "username": "StarkBotsIndustries", + "email": "starkbotsindustries@gmail.com", + "telegram": "StarkProgrammer" + }, + "record": { + "CNAME": "StarkBotsIndustries.github.io" + } +} From 630ed98977dc96beb2d90a268ca9eb390e6dcc16 Mon Sep 17 00:00:00 2001 From: Stark Programmer <88478059+StarkBotsIndustries@users.noreply.github.com> Date: Fri, 27 May 2022 21:02:53 +0530 Subject: [PATCH 13/74] Add missing repo --- domains/stark.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/stark.json b/domains/stark.json index d4be6c236..cc53bc7f5 100644 --- a/domains/stark.json +++ b/domains/stark.json @@ -1,5 +1,6 @@ { "description": "Projects by Stark Programmer", + "repo": "https://github.com/StarkBotsIndustries/starkbotsindustries.github.io", "owner": { "username": "StarkBotsIndustries", "email": "starkbotsindustries@gmail.com", From fa1dff1fa51599a7902b7cc7b13d1f41ff87de63 Mon Sep 17 00:00:00 2001 From: rxyhn Date: Fri, 27 May 2022 22:57:18 +0700 Subject: [PATCH 14/74] feat: rxyhn.json --- domains/rxyhn.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/rxyhn.json diff --git a/domains/rxyhn.json b/domains/rxyhn.json new file mode 100644 index 000000000..9cd4a91bc --- /dev/null +++ b/domains/rxyhn.json @@ -0,0 +1,12 @@ +{ + "description": "Rxyhn's Personal Site", + "repo": "https://github.com/rxyhn/rxyhn.github.io", + "owner": { + "username": "rxyhn", + "email": "rayhankafipratama333@gmail.com", + "discord": "rxyhn#1154" + }, + "record": { + "CNAME": "rxyhn.github.io" + } +} From ce068b39b1e92595e9194fe69877af56b74cf572 Mon Sep 17 00:00:00 2001 From: Abku <68020586+abkux@users.noreply.github.com> Date: Fri, 27 May 2022 22:12:28 +0530 Subject: [PATCH 15/74] Create emofy.json --- domains/emofy.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/emofy.json diff --git a/domains/emofy.json b/domains/emofy.json new file mode 100644 index 000000000..3307b3411 --- /dev/null +++ b/domains/emofy.json @@ -0,0 +1,10 @@ +{ + "description": "emofy website", + "owner": { + "username": "abkux", + "email": "abku@abku.xyz" + }, + "record": { + "CNAME": "abkux.github.io" + } +} From a0e4235a87605476847c30f56c91f9cc8dff348b Mon Sep 17 00:00:00 2001 From: mahirmolai27 <69717367+mahirmolai27@users.noreply.github.com> Date: Fri, 27 May 2022 23:13:31 +0500 Subject: [PATCH 16/74] Update register.json --- domains/register.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/register.json b/domains/register.json index 0e331e9ae..652ecebea 100644 --- a/domains/register.json +++ b/domains/register.json @@ -6,6 +6,6 @@ "email": "mahir@molai.dev" }, "record": { - "URL": "http://www.is-a.dev" + "CNAME": "is-a-dev-registration.pages.dev" } } From 7ad8f826e42edcc49de7c9a7a2ace174720aea7c Mon Sep 17 00:00:00 2001 From: Sumanjay Date: Sat, 28 May 2022 00:20:00 +0530 Subject: [PATCH 17/74] Create sumanjay.json --- domains/sumanjay.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/sumanjay.json diff --git a/domains/sumanjay.json b/domains/sumanjay.json new file mode 100644 index 000000000..215a04f69 --- /dev/null +++ b/domains/sumanjay.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/cyberboysumanjay/cyberboysumanjay.github.io", + "owner": { + "username": "cyberboysumanjay", + "email": "sumanjay@duck.com" + }, + "record": { + "CNAME": "cyberboysumanjay.github.io" + } +} From 2936035fa348afbba9050a4dbaf88fe4c4ad73f2 Mon Sep 17 00:00:00 2001 From: notAperson535 <95918679+notAperson535@users.noreply.github.com> Date: Fri, 27 May 2022 15:59:11 -0400 Subject: [PATCH 18/74] Create calculator.notaperson535.json --- domains/calculator.notaperson535.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/calculator.notaperson535.json diff --git a/domains/calculator.notaperson535.json b/domains/calculator.notaperson535.json new file mode 100644 index 000000000..6ac8d89c9 --- /dev/null +++ b/domains/calculator.notaperson535.json @@ -0,0 +1,11 @@ +{ + "description": "My modern calculator", + "repo": "https://github.com/notAperson535/moderncalculator", + "owner": { + "username": "notAperson535", + "email": "notAperson939@gmail.com" + }, + "record": { + "CNAME": "notAperson535.github.io" + } +} From 9df282b7304f3b85ffbab16ba3a615dba83092dc Mon Sep 17 00:00:00 2001 From: Dheirya Tyagi <69175561+Dheirya@users.noreply.github.com> Date: Fri, 27 May 2022 19:35:25 -0400 Subject: [PATCH 19/74] Create dheirya.json --- domains/dheirya.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/dheirya.json diff --git a/domains/dheirya.json b/domains/dheirya.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/dheirya.json @@ -0,0 +1 @@ + From 4e892a6c1460f7460c1eb1605f2b0cd431930a13 Mon Sep 17 00:00:00 2001 From: Dheirya Tyagi <69175561+Dheirya@users.noreply.github.com> Date: Fri, 27 May 2022 19:45:16 -0400 Subject: [PATCH 20/74] Update dheirya.json --- domains/dheirya.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/domains/dheirya.json b/domains/dheirya.json index 8b1378917..f86848c55 100644 --- a/domains/dheirya.json +++ b/domains/dheirya.json @@ -1 +1,12 @@ - +{ + "description": "An awesome portfolio site for Dheirya Tyagi", + "repo": "https://github.com/Dheirya/dheiryaweb", + "owner": { + "username": "Dheirya", + "email": "mail@socialrumbles.com", + "twitter": "fellow_doge" + }, + "record": { + "CNAME": "dheirya.pages.dev" + } +} From 53ad1cb62f6723a18a07c9bd5fcf1c368a447fc2 Mon Sep 17 00:00:00 2001 From: Nisarga Adhikary Date: Sat, 28 May 2022 06:54:02 +0530 Subject: [PATCH 21/74] Fix CNAME --- domains/nisarga.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nisarga.json b/domains/nisarga.json index 390b4825d..8bfe90e67 100644 --- a/domains/nisarga.json +++ b/domains/nisarga.json @@ -7,6 +7,6 @@ "twitter": "adhikarynisarga" }, "record": { - "CNAME": "https://nisarga-developer.github.io" + "CNAME": "nisarga-developer.github.io" } } From f2c03e59fb3e971cc94e6b2cc5e2eaedef9e6b7c Mon Sep 17 00:00:00 2001 From: samuel Date: Sat, 28 May 2022 10:14:13 +0700 Subject: [PATCH 22/74] Create samuelnihbos.json --- domains/samuelnihbos.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/samuelnihbos.json diff --git a/domains/samuelnihbos.json b/domains/samuelnihbos.json new file mode 100644 index 000000000..462780986 --- /dev/null +++ b/domains/samuelnihbos.json @@ -0,0 +1,12 @@ +{ + "description": "samuelnihbos.is-a.dev", + "repo": "https://github.com/samuelnihbos/samuelnihbos.github.io", + "owner": { + "username": "samuelnihbos", + "email": "samuelnihbos@gnuweeb.org", + "twitter": "Samueeeeel6" + }, + "record": { + "CNAME": "samuelnihbos.github.io" + } +} From a13fc469bf4987bcf52425e05d3fd69e305aa4d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81=C3=91=C3=91=C3=8DH=C3=8CL=C3=85T=C3=98R=20SP=C3=84R?= =?UTF-8?q?K?= <75305464+annihilatorrrr@users.noreply.github.com> Date: Sat, 28 May 2022 11:50:09 +0530 Subject: [PATCH 23/74] Create annihilatorrrr.json --- domains/annihilatorrrr.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/annihilatorrrr.json diff --git a/domains/annihilatorrrr.json b/domains/annihilatorrrr.json new file mode 100644 index 000000000..600f87a54 --- /dev/null +++ b/domains/annihilatorrrr.json @@ -0,0 +1,12 @@ +{ + "repo": "https://github.com/annihilatorrrr/annihilatorrrr.github.io", + "description": "My personal website.", + "owner": { + "username": "annihilatorrrr", + "email": "annihilatorspark@gmail.com", + "telegram": "annihilatorrrr" + }, + "record": { + "CNAME": "annihilatorrrr.github.io" + } +} From 5e9cf31b1bfcc4fb3d04816ecc94c68b1c248da3 Mon Sep 17 00:00:00 2001 From: ituir <79328695+ituir@users.noreply.github.com> Date: Sat, 28 May 2022 11:42:37 +0200 Subject: [PATCH 24/74] updated the ip --- domains/tiuri.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tiuri.json b/domains/tiuri.json index fdfe8f7ae..06af7ddaf 100644 --- a/domains/tiuri.json +++ b/domains/tiuri.json @@ -7,6 +7,6 @@ }, "record": { "A": [ - "100.99.120.60" + "138.201.76.10" ]} } From 4833493eeeabe06eeb9cc884d62ef29cc0e5ea67 Mon Sep 17 00:00:00 2001 From: Mahir Molai Date: Sat, 28 May 2022 14:51:06 +0500 Subject: [PATCH 25/74] Rename emofy.json to emofy.abku.json --- domains/{emofy.json => emofy.abku.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{emofy.json => emofy.abku.json} (100%) diff --git a/domains/emofy.json b/domains/emofy.abku.json similarity index 100% rename from domains/emofy.json rename to domains/emofy.abku.json From 755c291855689e7d42eb037229b772da49bd6c6c Mon Sep 17 00:00:00 2001 From: KunalSingh19 <73868343+KunalSingh19@users.noreply.github.com> Date: Sat, 28 May 2022 19:54:29 +0530 Subject: [PATCH 26/74] Update kunal.json --- domains/kunal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/kunal.json b/domains/kunal.json index 86a991ac8..2c2392463 100644 --- a/domains/kunal.json +++ b/domains/kunal.json @@ -7,6 +7,6 @@ }, "description": "I'll probably put some project pages on kunal.is-a.dev.", "record": { - "CNAME": "hashnode.network" + "CNAME": "next-cms-ghost-production.up.railway.app" } } From 6d43cb30c01272ef3b15aa6a6e2aa8825a6d327d Mon Sep 17 00:00:00 2001 From: Raid <51675128+ImRaid@users.noreply.github.com> Date: Sat, 28 May 2022 19:39:06 +0300 Subject: [PATCH 27/74] Create yuk1ch.json --- domains/yuk1ch.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/yuk1ch.json diff --git a/domains/yuk1ch.json b/domains/yuk1ch.json new file mode 100644 index 000000000..bd6c6fab9 --- /dev/null +++ b/domains/yuk1ch.json @@ -0,0 +1,10 @@ +{ + "owner": { + "email": "antonijorincak@gmail.com", + "discord":"! Yuk1ch#7484", + "telegram": "@Yuk1ch" + }, + "record": { + "CNAME": "d1d16500-13c2-4fc8-a658-87d258da2316.id.repl.co" + } +} From aa7cc883823952118f825fbc66f6a2c04576f42e Mon Sep 17 00:00:00 2001 From: changbobbyliu <104700965+changbobbyliu@users.noreply.github.com> Date: Sat, 28 May 2022 09:43:14 -0700 Subject: [PATCH 28/74] Create changliu.json --- domains/changliu.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/changliu.json diff --git a/domains/changliu.json b/domains/changliu.json new file mode 100644 index 000000000..c99df1f24 --- /dev/null +++ b/domains/changliu.json @@ -0,0 +1,12 @@ +{ + "description": "Chang Liu's Personal Website", + "repo": "https://github.com/changbobbyliu/changbobbyliu.github.io", + "owner": { + "username": "changbobbyliu", + "email": "changbobbyliu@gmail.com", + "twitter": "changisadev" + }, + "record": { + "CNAME": "changbobbyliu.github.io" + } +} From 891d58db68408c0d6a9a6e22e224432213abfbef Mon Sep 17 00:00:00 2001 From: changbobbyliu <104700965+changbobbyliu@users.noreply.github.com> Date: Sat, 28 May 2022 09:46:01 -0700 Subject: [PATCH 29/74] Update changliu.json --- domains/changliu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/changliu.json b/domains/changliu.json index c99df1f24..2114b6e95 100644 --- a/domains/changliu.json +++ b/domains/changliu.json @@ -4,7 +4,7 @@ "owner": { "username": "changbobbyliu", "email": "changbobbyliu@gmail.com", - "twitter": "changisadev" + "twitter": "changliuisadev" }, "record": { "CNAME": "changbobbyliu.github.io" From c32ae7c5cb603feb31c4bf1faa79730f2b6f66fb Mon Sep 17 00:00:00 2001 From: Raid <51675128+ImRaid@users.noreply.github.com> Date: Sat, 28 May 2022 20:02:08 +0300 Subject: [PATCH 30/74] Update yuk1ch.json --- domains/yuk1ch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/yuk1ch.json b/domains/yuk1ch.json index bd6c6fab9..5580679de 100644 --- a/domains/yuk1ch.json +++ b/domains/yuk1ch.json @@ -1,6 +1,7 @@ { "owner": { - "email": "antonijorincak@gmail.com", + "username": "ImRaid", + "email": "itsraidlol@gmail.com", "discord":"! Yuk1ch#7484", "telegram": "@Yuk1ch" }, From 4d7291070ca209e8298deb5caa1af17bd4ed61fc Mon Sep 17 00:00:00 2001 From: Vaibhav Dhiman Date: Sat, 28 May 2022 23:31:43 +0530 Subject: [PATCH 31/74] Added ball.mousemoosz.json --- domains/ball.mousemoosz.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/ball.mousemoosz.json diff --git a/domains/ball.mousemoosz.json b/domains/ball.mousemoosz.json new file mode 100644 index 000000000..4c312f247 --- /dev/null +++ b/domains/ball.mousemoosz.json @@ -0,0 +1,10 @@ +{ + "description": "The documentation website for Ball discord bot.", + "owner": { + "username": "MouseMoosz", + "email": "mousemoosz@protonmail.com" + }, + "record": { + "CNAME": "mousemoosz.github.io." + } +} From 9245645d9826fa7113852e8561f0c225627c553a Mon Sep 17 00:00:00 2001 From: Hackermon <60828015+hackermondev@users.noreply.github.com> Date: Sat, 28 May 2022 14:06:46 -0400 Subject: [PATCH 32/74] Update ball.mousemoosz.json --- domains/ball.mousemoosz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ball.mousemoosz.json b/domains/ball.mousemoosz.json index 4c312f247..48cbc4a07 100644 --- a/domains/ball.mousemoosz.json +++ b/domains/ball.mousemoosz.json @@ -5,6 +5,6 @@ "email": "mousemoosz@protonmail.com" }, "record": { - "CNAME": "mousemoosz.github.io." + "CNAME": "mousemoosz.github.io" } } From 2478f6f417edb249434a91e214a82133643f16ee Mon Sep 17 00:00:00 2001 From: Eric Thomas Date: Sat, 28 May 2022 18:00:21 -0230 Subject: [PATCH 33/74] Create ericthomas.json --- domains/ericthomas.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ericthomas.json diff --git a/domains/ericthomas.json b/domains/ericthomas.json new file mode 100644 index 000000000..655a0aa7b --- /dev/null +++ b/domains/ericthomas.json @@ -0,0 +1,11 @@ +{ + "description": "Eric Thomas' Portfolio", + "repo": "https://github.com/ericthomasca", + "owner": { + "username": "ericthomasca", + "email": "eric@ericthomas.ca" + }, + "record": { + "URL": "https://ericthomas.ca" + } +} From 560a31b0ec957edc7388e9cefb5f068d2720602f Mon Sep 17 00:00:00 2001 From: ItzArman09 <100463136+ItzArman09@users.noreply.github.com> Date: Sun, 29 May 2022 09:24:34 +0530 Subject: [PATCH 34/74] Update ratler.json --- domains/ratler.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/ratler.json b/domains/ratler.json index 34d69272e..af775cb3c 100644 --- a/domains/ratler.json +++ b/domains/ratler.json @@ -5,6 +5,11 @@ "email": "contact@mail.arman.is-a.dev" }, "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 5d1e02d630ff0c9becf777717ed425865cc0f731 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Sun, 29 May 2022 11:27:42 +0700 Subject: [PATCH 35/74] fuck comma --- domains/aleks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/aleks.json b/domains/aleks.json index 59e858533..9ee4c832c 100644 --- a/domains/aleks.json +++ b/domains/aleks.json @@ -2,7 +2,7 @@ "owner": { "username": "ConnorDoesDev", "email": "connor@cstudios.gay", - "discord": "Connor!#0800", + "discord": "Connor!#0800" }, "description": "this is-a.dev page is for a friend of mine, he didn't want to make a github account lol. we're currently working on the site, just wanted to make sure.", "record": { From cd7136376d74c4ab33d69493047a775b73a8b89b Mon Sep 17 00:00:00 2001 From: Reed Jones Date: Sun, 29 May 2022 18:29:17 -0700 Subject: [PATCH 36/74] Update reed.json trying to fix broken link, changed CNAME to URL --- domains/reed.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/domains/reed.json b/domains/reed.json index eaeb89b1f..4af0861ca 100644 --- a/domains/reed.json +++ b/domains/reed.json @@ -1,10 +1,12 @@ { - "repo": "https://github.com/reed-jones", + "repo": "https://github.com/reed-jones/reedjones.com", + "description": "Reeds personal developer site", "owner": { "username": "reed-jones", - "email": "reedjones@reedjones.com" + "email": "reedjones@reedjones.com", + "twitter": "rj0nz" }, "record": { - "CNAME": "reedjones.com" + "URL": "https://www.reedjones.com" } } From ad5578f17b5f6382b24ffd53e9692fe9cf87a6df Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Mon, 30 May 2022 09:31:07 +0700 Subject: [PATCH 37/74] Rename spechid.json to spechide.json --- domains/{SpEcHiDe.json => spechide.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{SpEcHiDe.json => spechide.json} (100%) diff --git a/domains/SpEcHiDe.json b/domains/spechide.json similarity index 100% rename from domains/SpEcHiDe.json rename to domains/spechide.json From a1daa277664f5ee06ebac960129caae6ea639ab3 Mon Sep 17 00:00:00 2001 From: Edge <69719569+omxpro@users.noreply.github.com> Date: Mon, 30 May 2022 08:30:09 +0530 Subject: [PATCH 38/74] Mail and proxy and rename --- domains/{omxpro.json => om.json} | 7 +++++++ 1 file changed, 7 insertions(+) rename domains/{omxpro.json => om.json} (64%) diff --git a/domains/omxpro.json b/domains/om.json similarity index 64% rename from domains/omxpro.json rename to domains/om.json index 7d0d3f16c..8e7f3fd7d 100644 --- a/domains/omxpro.json +++ b/domains/om.json @@ -9,4 +9,11 @@ "record": { "CNAME": "omxpro.github.io" } + "record": { + "A": ["198.27.83.178"], + "A": ["192.95.42.74"], + "A": ["15.235.140.225"] + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } } From 750260fd921c40318265411f93ef458299500489 Mon Sep 17 00:00:00 2001 From: Edge <69719569+omxpro@users.noreply.github.com> Date: Mon, 30 May 2022 08:35:34 +0530 Subject: [PATCH 39/74] Forgot , --- domains/om.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/om.json b/domains/om.json index 8e7f3fd7d..25407b30e 100644 --- a/domains/om.json +++ b/domains/om.json @@ -12,7 +12,7 @@ "record": { "A": ["198.27.83.178"], "A": ["192.95.42.74"], - "A": ["15.235.140.225"] + "A": ["15.235.140.225"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } From 6a5f333afba063cc1893ce207842d304bd621b59 Mon Sep 17 00:00:00 2001 From: Edge <69719569+omxpro@users.noreply.github.com> Date: Mon, 30 May 2022 08:39:25 +0530 Subject: [PATCH 40/74] Forgot about cname --- domains/om.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/om.json b/domains/om.json index 25407b30e..5dd3403d0 100644 --- a/domains/om.json +++ b/domains/om.json @@ -7,9 +7,7 @@ "twitter": "DaRealOmxpro" }, "record": { - "CNAME": "omxpro.github.io" - } - "record": { + "CNAME": "omxpro.github.io", "A": ["198.27.83.178"], "A": ["192.95.42.74"], "A": ["15.235.140.225"], From ec1845d57c71f2e1cb5f5552842c4d24ba2c82c4 Mon Sep 17 00:00:00 2001 From: Edge <69719569+omxpro@users.noreply.github.com> Date: Mon, 30 May 2022 08:59:12 +0530 Subject: [PATCH 41/74] TXT record for Yandex mail --- domains/om.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/om.json b/domains/om.json index 5dd3403d0..915e8fe64 100644 --- a/domains/om.json +++ b/domains/om.json @@ -13,5 +13,6 @@ "A": ["15.235.140.225"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" + "TXT": "yandex-verification: 5c26bdc12aad3b52" } } From 3759e047e885f0acedc1bbecc79a449dcad1b15c Mon Sep 17 00:00:00 2001 From: Edge <69719569+omxpro@users.noreply.github.com> Date: Mon, 30 May 2022 08:59:56 +0530 Subject: [PATCH 42/74] Forgot , --- domains/om.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/om.json b/domains/om.json index 915e8fe64..7230e9438 100644 --- a/domains/om.json +++ b/domains/om.json @@ -12,7 +12,7 @@ "A": ["192.95.42.74"], "A": ["15.235.140.225"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "TXT": "v=spf1 include:spf.improvmx.com ~all", "TXT": "yandex-verification: 5c26bdc12aad3b52" } } From 7d69edddc1ae202023b1d5a026599091f8c3884b Mon Sep 17 00:00:00 2001 From: Edge <69719569+omxpro@users.noreply.github.com> Date: Mon, 30 May 2022 10:38:18 +0530 Subject: [PATCH 43/74] Update om.json Removed cname --- domains/om.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/om.json b/domains/om.json index 7230e9438..88eefca93 100644 --- a/domains/om.json +++ b/domains/om.json @@ -7,7 +7,6 @@ "twitter": "DaRealOmxpro" }, "record": { - "CNAME": "omxpro.github.io", "A": ["198.27.83.178"], "A": ["192.95.42.74"], "A": ["15.235.140.225"], From aff785f810f2f87be8650df374b754ea1b514035 Mon Sep 17 00:00:00 2001 From: Edge <69719569+omxpro@users.noreply.github.com> Date: Mon, 30 May 2022 13:51:01 +0530 Subject: [PATCH 44/74] Update om.json --- domains/om.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/om.json b/domains/om.json index 88eefca93..075a3d09f 100644 --- a/domains/om.json +++ b/domains/om.json @@ -12,6 +12,5 @@ "A": ["15.235.140.225"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all", - "TXT": "yandex-verification: 5c26bdc12aad3b52" } } From 88ca29601ab0040e9a5a1ab4229474fc93bae508 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Mon, 30 May 2022 15:57:43 +0700 Subject: [PATCH 45/74] Create re.maskduck.json --- domains/re.maskduck.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/re.maskduck.json diff --git a/domains/re.maskduck.json b/domains/re.maskduck.json new file mode 100644 index 000000000..0293788d8 --- /dev/null +++ b/domains/re.maskduck.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MaskDuck", + "email": "maskduckuwu@gmail.com" + }, + "record": { + "CNAME": "a.redirect.pizza" + } +} From c4950a4d2c3d8657145085ea6e6589db89bf2701 Mon Sep 17 00:00:00 2001 From: Anony <73958752+anonyindian@users.noreply.github.com> Date: Mon, 30 May 2022 15:03:58 +0530 Subject: [PATCH 46/74] Create veer.json --- domains/veer.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/veer.json diff --git a/domains/veer.json b/domains/veer.json new file mode 100644 index 000000000..cf1986de8 --- /dev/null +++ b/domains/veer.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "TheVeerRana", + "email": "hello@veer.codes" + }, + "record": { + "CNAME": "veer.codes" + } +} From a2b0c7fe07bd5edda2bbb56a12a6c7460b778c25 Mon Sep 17 00:00:00 2001 From: Jayant Hegde Kageri Date: Mon, 30 May 2022 15:15:07 +0530 Subject: [PATCH 47/74] Create jayantkageri.json --- domains/jayantkageri.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jayantkageri.json diff --git a/domains/jayantkageri.json b/domains/jayantkageri.json new file mode 100644 index 000000000..87c4d753e --- /dev/null +++ b/domains/jayantkageri.json @@ -0,0 +1,11 @@ +{ + "description": "Nothing is easy in life when you aren't interested.", + "repo": "https://github.com/jayantkageri/Website", + "owner": { + "username": "jayantkageri", + "email": "jayantkageri@gmail.com" + }, + "record": { + "URL": "https://www.jayantkageri.in" + } +} From d19d8861e49bd3d6d70ba9222fbcd9f5e473736c Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Mon, 30 May 2022 17:36:02 +0700 Subject: [PATCH 48/74] Update re.maskduck.json --- domains/re.maskduck.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/re.maskduck.json b/domains/re.maskduck.json index 0293788d8..3ecc87b03 100644 --- a/domains/re.maskduck.json +++ b/domains/re.maskduck.json @@ -4,6 +4,6 @@ "email": "maskduckuwu@gmail.com" }, "record": { - "CNAME": "a.redirect.pizza" + "CNAME": "edge.redirect.pizza" } } From 1cda82c7f3eb0cb96decba9cdd85b8073f853ce0 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Mon, 30 May 2022 17:36:23 +0700 Subject: [PATCH 49/74] fix --- domains/git.maskduck.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/git.maskduck.json b/domains/git.maskduck.json index 422bc24fc..f93d4f10e 100644 --- a/domains/git.maskduck.json +++ b/domains/git.maskduck.json @@ -6,6 +6,6 @@ "discord": "MaskDuck#7325" }, "record": { - "CNAME": "a.redirect.pizza" + "CNAME": "edge.redirect.pizza" } } From e8095f0f968aa7f2f6aed3b60ba2709fcee032e7 Mon Sep 17 00:00:00 2001 From: Amjad Date: Mon, 30 May 2022 17:06:09 +0200 Subject: [PATCH 50/74] change to github pages --- domains/amjad.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/amjad.json b/domains/amjad.json index 09cc7290f..b17b0a877 100644 --- a/domains/amjad.json +++ b/domains/amjad.json @@ -1,10 +1,11 @@ { + "repo": "https://github.com/amjad-ah/amjad-ah.github.io", "owner": { "username": "amjad-ah", "email": "amjad_ah_@hotmail.com", "tiwtter": "amjad_ah_" }, "record": { - "CNAME": "hashnode.network" + "CNAME": "amjad-ah.github.io" } } From 355c9f9e4e6e110ac62fa2fa6ab6bb3a1008fe68 Mon Sep 17 00:00:00 2001 From: Abhijith N T Date: Tue, 31 May 2022 12:50:45 +0530 Subject: [PATCH 51/74] abhint --- domains/abhint.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/abhint.json diff --git a/domains/abhint.json b/domains/abhint.json new file mode 100644 index 000000000..0c95561e2 --- /dev/null +++ b/domains/abhint.json @@ -0,0 +1,11 @@ +{ + "description": "Personal portfolio written in HTML and JS", + "repo": "https://abhint.github.io/", + "owner": { + "username": "abhint", + "email": "" + }, + "record": { + "CNAME": "abhint.github.io" + } +} From b8c9f75cde1c3553bf479240610cd402f777fcb2 Mon Sep 17 00:00:00 2001 From: Florian Heysen Date: Tue, 31 May 2022 14:32:20 +0200 Subject: [PATCH 52/74] add florian domain --- domains/florian.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/florian.json diff --git a/domains/florian.json b/domains/florian.json new file mode 100644 index 000000000..716f41d08 --- /dev/null +++ b/domains/florian.json @@ -0,0 +1,12 @@ +{ + "description": "Hey! I'm Florian", + "repo": "https://github.com/florianheysen/heysen.fr", + "owner": { + "username": "florianheysen", + "email": "", + "twitter": "florianheysen" + }, + "record": { + "CNAME": "https://personal-nine-eosin.vercel.app/" + } +} From b7c9781d45d2d1ad4e083f14c415db3e68511379 Mon Sep 17 00:00:00 2001 From: Abhijith N T Date: Tue, 31 May 2022 18:30:45 +0530 Subject: [PATCH 53/74] Update abhint.json --- domains/abhint.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/abhint.json b/domains/abhint.json index 0c95561e2..fc73a0c29 100644 --- a/domains/abhint.json +++ b/domains/abhint.json @@ -1,9 +1,9 @@ { "description": "Personal portfolio written in HTML and JS", - "repo": "https://abhint.github.io/", + "repo": "https://github.com/abhint/abhint.github.io", "owner": { "username": "abhint", - "email": "" + "email": "https://twitter.com/abhint6" }, "record": { "CNAME": "abhint.github.io" From 6e25328b86b6505d142cabaf4557422f0597347f Mon Sep 17 00:00:00 2001 From: Amy Date: Wed, 1 Jun 2022 00:52:33 +0100 Subject: [PATCH 54/74] Create amy.json --- domains/amy.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/amy.json diff --git a/domains/amy.json b/domains/amy.json new file mode 100644 index 000000000..6595fd5c6 --- /dev/null +++ b/domains/amy.json @@ -0,0 +1,11 @@ +{ + "description": "Amy's is-a-dev domain", + "repo": "https://github.com/nullishamy/nullishamy.github.io", + "owner": { + "username": "nullishamy", + "email": "amycodes@null.net", + }, + "record": { + "CNAME": "nullishamy.github.io" + } +} From 94423e6334e5f3a8c38b7a3aca45a9ec80173bd3 Mon Sep 17 00:00:00 2001 From: Idlidev Date: Wed, 1 Jun 2022 12:43:34 +0530 Subject: [PATCH 55/74] [add] domains/rv178.json --- domains/rv178.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/rv178.json diff --git a/domains/rv178.json b/domains/rv178.json new file mode 100644 index 000000000..c7edba71f --- /dev/null +++ b/domains/rv178.json @@ -0,0 +1,12 @@ +{ + "description": "is-a.dev subdomain for my portfolio", + "repo": "https://github.com/rv178/website", + "owner": { + "username": "rv178", + "email": "idliyout@gmail.com", + "twitter": "your-twitter-username" + }, + "record": { + "CNAME": "rv178.github.io" + } +} From 2c54cb1a6eb4411ad43b90e8fce8b2129bfb55ed Mon Sep 17 00:00:00 2001 From: Florian Heysen Date: Wed, 1 Jun 2022 10:36:40 +0200 Subject: [PATCH 56/74] edit CNAME --- domains/florian.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/florian.json b/domains/florian.json index 716f41d08..0f8d3ab37 100644 --- a/domains/florian.json +++ b/domains/florian.json @@ -3,10 +3,10 @@ "repo": "https://github.com/florianheysen/heysen.fr", "owner": { "username": "florianheysen", - "email": "", + "email": "florian.heysen@gmail.com", "twitter": "florianheysen" }, "record": { - "CNAME": "https://personal-nine-eosin.vercel.app/" + "CNAME": "heysen.fr" } } From 63a39568d617c354107052fa02fb47d03f0e8073 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Wed, 1 Jun 2022 17:28:53 +0700 Subject: [PATCH 57/74] Update rv178.json --- domains/rv178.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/rv178.json b/domains/rv178.json index c7edba71f..cd0208a33 100644 --- a/domains/rv178.json +++ b/domains/rv178.json @@ -3,8 +3,7 @@ "repo": "https://github.com/rv178/website", "owner": { "username": "rv178", - "email": "idliyout@gmail.com", - "twitter": "your-twitter-username" + "email": "idliyout@gmail.com" }, "record": { "CNAME": "rv178.github.io" From 017d99b825c09970a70f0acfd978fd6f457abc34 Mon Sep 17 00:00:00 2001 From: Abhijith N T Date: Wed, 1 Jun 2022 18:43:27 +0530 Subject: [PATCH 58/74] twitter --- domains/abhint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/abhint.json b/domains/abhint.json index fc73a0c29..5275bd669 100644 --- a/domains/abhint.json +++ b/domains/abhint.json @@ -3,7 +3,7 @@ "repo": "https://github.com/abhint/abhint.github.io", "owner": { "username": "abhint", - "email": "https://twitter.com/abhint6" + "twitter": "https://twitter.com/abhint6" }, "record": { "CNAME": "abhint.github.io" From ceb81353d7d5e8731710463769f60860cdb7397e Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Wed, 1 Jun 2022 21:56:41 +0700 Subject: [PATCH 59/74] fix sowocial --- domains/abhint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/abhint.json b/domains/abhint.json index 5275bd669..55ad69052 100644 --- a/domains/abhint.json +++ b/domains/abhint.json @@ -3,7 +3,8 @@ "repo": "https://github.com/abhint/abhint.github.io", "owner": { "username": "abhint", - "twitter": "https://twitter.com/abhint6" + "email": "". + "twitter": "abhint6" }, "record": { "CNAME": "abhint.github.io" From e7ca768663635f809fedcefc3ff3231d8a48bded Mon Sep 17 00:00:00 2001 From: Abhijith N T Date: Wed, 1 Jun 2022 20:31:50 +0530 Subject: [PATCH 60/74] email --- domains/abhint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/abhint.json b/domains/abhint.json index 55ad69052..d9e6cc780 100644 --- a/domains/abhint.json +++ b/domains/abhint.json @@ -3,7 +3,7 @@ "repo": "https://github.com/abhint/abhint.github.io", "owner": { "username": "abhint", - "email": "". + "email": "notifyabhijith@gmail.com", "twitter": "abhint6" }, "record": { From 17dfda7a503cbadef521f21b8b53b7b07baba7d2 Mon Sep 17 00:00:00 2001 From: Amy Date: Wed, 1 Jun 2022 21:03:05 +0100 Subject: [PATCH 61/74] amy.json - fix JSON format --- domains/amy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/amy.json b/domains/amy.json index 6595fd5c6..8d5d0b02e 100644 --- a/domains/amy.json +++ b/domains/amy.json @@ -3,7 +3,7 @@ "repo": "https://github.com/nullishamy/nullishamy.github.io", "owner": { "username": "nullishamy", - "email": "amycodes@null.net", + "email": "amycodes@null.net" }, "record": { "CNAME": "nullishamy.github.io" From 3e383bb4c81563db796861328a1a7ed058e9403e Mon Sep 17 00:00:00 2001 From: Zeptar <99463015+Zeptar1069@users.noreply.github.com> Date: Thu, 2 Jun 2022 15:44:58 +1200 Subject: [PATCH 62/74] Update zeptar.json --- domains/zeptar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/zeptar.json b/domains/zeptar.json index 17273ed77..3fa995229 100644 --- a/domains/zeptar.json +++ b/domains/zeptar.json @@ -8,6 +8,6 @@ "note": "My Discord ID is 893211748767768606" }, "record": { - "CNAME": "zeptar1069.github.io" + "CNAME": "zeptar1069githubio.zeptar.repl.co" } } From 473bcc6e7d4cede54870188947b54981035b6116 Mon Sep 17 00:00:00 2001 From: KunalSingh19 <73868343+KunalSingh19@users.noreply.github.com> Date: Thu, 2 Jun 2022 10:34:35 +0530 Subject: [PATCH 63/74] changing my cname --- domains/kunal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/kunal.json b/domains/kunal.json index 2c2392463..338b74b09 100644 --- a/domains/kunal.json +++ b/domains/kunal.json @@ -7,6 +7,6 @@ }, "description": "I'll probably put some project pages on kunal.is-a.dev.", "record": { - "CNAME": "next-cms-ghost-production.up.railway.app" + "CNAME": "kunalsingh19.github.io" } } From 12db5851d93d9561fa65f0668eac9af9bab54274 Mon Sep 17 00:00:00 2001 From: ItzArman09 <100463136+ItzArman09@users.noreply.github.com> Date: Thu, 2 Jun 2022 17:00:04 +0530 Subject: [PATCH 64/74] Update arman.json --- domains/arman.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/arman.json b/domains/arman.json index 3c8e38ce1..618155de2 100644 --- a/domains/arman.json +++ b/domains/arman.json @@ -6,6 +6,6 @@ "email": "contact@mail.arman.is-a.dev" }, "record": { - "CNAME": "itzarman09.github.io" + "A": ["89.106.200.1"] } } From 090ab195c5dc07fe4fbaa1446cd2d3b4af41a4cf Mon Sep 17 00:00:00 2001 From: Dunkan <70066170+dcdunkan@users.noreply.github.com> Date: Thu, 2 Jun 2022 20:15:08 +0530 Subject: [PATCH 65/74] Create dunkan.json --- domains/dunkan.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/dunkan.json diff --git a/domains/dunkan.json b/domains/dunkan.json new file mode 100644 index 000000000..d33c932a2 --- /dev/null +++ b/domains/dunkan.json @@ -0,0 +1,11 @@ +{ + "description": "Dunkan", + "owner": { + "username": "dcdunkan", + "email": "", + "twitter": "dcdunkan" + }, + "record": { + "URL": "https://github.com/dcdunkan" + } +} From 215d30fe1c3fc874732667eb8e137147f14c2a0f Mon Sep 17 00:00:00 2001 From: HighError <46526245+HighError@users.noreply.github.com> Date: Thu, 2 Jun 2022 17:49:23 +0300 Subject: [PATCH 66/74] Create higherror.json --- domains/higherror.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/higherror.json diff --git a/domains/higherror.json b/domains/higherror.json new file mode 100644 index 000000000..c24104cd4 --- /dev/null +++ b/domains/higherror.json @@ -0,0 +1,12 @@ +{ + "description": "HighError Portfolio", + "repo": "https://github.com/higherror/higherror.github.io", + "owner": { + "username": "higherror", + "email": "hierrorua@gmail.com", + "twitter": "higherrorua" + }, + "record": { + "CNAME": "higherror.github.io" + } +} From 25a2e0b7c584a13550919dadd31240b7326b78eb Mon Sep 17 00:00:00 2001 From: TeknoSenpai <74503731+TeknoSenpai@users.noreply.github.com> Date: Thu, 2 Jun 2022 17:44:25 +0200 Subject: [PATCH 67/74] Update tekno.json --- domains/tekno.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/tekno.json b/domains/tekno.json index 751a22734..63a41fcfc 100644 --- a/domains/tekno.json +++ b/domains/tekno.json @@ -1,5 +1,5 @@ { - "description": "Custom domain for my personal github pages site", + "description": "Custom domain for my personal site", "repo": "https://github.com/TeknoSenpai/teknosenpai.github.io", "owner": { "username": "TeknoSenpai", @@ -7,6 +7,8 @@ "twitter": "@TeknoSenpai" }, "record": { - "CNAME": "teknosenpai.github.io" + "A": [ + "173.212.245.116" + ] } } From 046b4f579ce636ce2fa5bdaaa59b0ce1b00674be Mon Sep 17 00:00:00 2001 From: Alpha <86548581+YouFoundAlpha@users.noreply.github.com> Date: Thu, 2 Jun 2022 19:00:39 +0300 Subject: [PATCH 68/74] Create wolveslair.alpha.json --- domains/wolveslair.alpha.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/wolveslair.alpha.json diff --git a/domains/wolveslair.alpha.json b/domains/wolveslair.alpha.json new file mode 100644 index 000000000..4b30b3a35 --- /dev/null +++ b/domains/wolveslair.alpha.json @@ -0,0 +1,12 @@ +{ + + "repo": "https://github.com/WolvesLair/wolveslair.github.io", + "owner": { + "username": "WolvesLair", + "email": "wolves.lsir@alpha.is-a.dev", + "twitter": "wolveslairdis" + }, + "record": { + "CNAME": "wolveslair.github.io" + } +} From 0c2f5c3772330e7a2fb971f8c8dae86d32cd68df Mon Sep 17 00:00:00 2001 From: Frankie <26461046+frankie-tech@users.noreply.github.com> Date: Thu, 2 Jun 2022 12:06:27 -0400 Subject: [PATCH 69/74] Releases frankie.is-a.dev for someone else to use :) --- domains/frankie.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/frankie.json diff --git a/domains/frankie.json b/domains/frankie.json deleted file mode 100644 index 069e74a14..000000000 --- a/domains/frankie.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Now that's a spicy 404 page!", - "repo": "https://github.com/frankie-tech/frankie-tech.github.io", - "owner": { - "username": "frankie-tech", - "email": "", - "twitter": "this_frankie" - }, - "record": { - "CNAME": "frankie-tech.github.io" - } -} From 071e40466a7bd517546045d7623dece8be0e045f Mon Sep 17 00:00:00 2001 From: JinsoRaj Date: Thu, 2 Jun 2022 22:07:36 +0530 Subject: [PATCH 70/74] Create jinso.json --- domains/jinso.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/jinso.json diff --git a/domains/jinso.json b/domains/jinso.json new file mode 100644 index 000000000..460b9f660 --- /dev/null +++ b/domains/jinso.json @@ -0,0 +1,12 @@ +{ + "description": "Jinso Raj", + "repo": "https://github.com/jinsoraj", + "owner": { + "username": "jinsoraj", + "email": "jinsoraj2000@gmail.com", + "twitter": "@jinsoraj" + }, + "record": { + "CNAME": "jinsoraj.eu.org" + } + } \ No newline at end of file From 5e4e09b9208b7d3a0f5f710ace740faac6767c14 Mon Sep 17 00:00:00 2001 From: Hackermon <60828015+hackermondev@users.noreply.github.com> Date: Thu, 2 Jun 2022 16:30:57 -0400 Subject: [PATCH 71/74] Update om.json --- domains/om.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/om.json b/domains/om.json index 075a3d09f..329c4adaf 100644 --- a/domains/om.json +++ b/domains/om.json @@ -11,6 +11,6 @@ "A": ["192.95.42.74"], "A": ["15.235.140.225"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all", + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From d5b45f07e6320599825e801dc81b1f07520a1d96 Mon Sep 17 00:00:00 2001 From: Thommy shelby <64680120+prbhanu@users.noreply.github.com> Date: Fri, 3 Jun 2022 09:57:14 +0530 Subject: [PATCH 72/74] Create thomas-shelby.json --- domains/thomas-shelby.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/thomas-shelby.json diff --git a/domains/thomas-shelby.json b/domains/thomas-shelby.json new file mode 100644 index 000000000..39fd833c7 --- /dev/null +++ b/domains/thomas-shelby.json @@ -0,0 +1,12 @@ +{ + "description": "Portfolio", + "repo": "https://github.com//.github.io", + "owner": { + "username": "prbhanu", + "email": "prbhanu1718@gmil.com", + "twitter": "@prreddy05413731" + }, + "record": { + "CNAME": "prbhanu.github.io" + } +} From 4822912349036f7b94942e6bf5533bb069fe1bd0 Mon Sep 17 00:00:00 2001 From: Thommy shelby <64680120+prbhanu@users.noreply.github.com> Date: Fri, 3 Jun 2022 18:34:16 +0530 Subject: [PATCH 73/74] Update thomas-shelby.json --- domains/thomas-shelby.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/thomas-shelby.json b/domains/thomas-shelby.json index 39fd833c7..5bb711897 100644 --- a/domains/thomas-shelby.json +++ b/domains/thomas-shelby.json @@ -1,6 +1,6 @@ { "description": "Portfolio", - "repo": "https://github.com//.github.io", + "repo": "https://github.com/prbhanu/tommy-shelby", "owner": { "username": "prbhanu", "email": "prbhanu1718@gmil.com", From bc35e1e8f981f425bfeb5ab13296fe1eae4a1b39 Mon Sep 17 00:00:00 2001 From: Thommy shelby <64680120+prbhanu@users.noreply.github.com> Date: Fri, 3 Jun 2022 20:01:53 +0530 Subject: [PATCH 74/74] Update thomas-shelby.json --- domains/thomas-shelby.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/thomas-shelby.json b/domains/thomas-shelby.json index 5bb711897..7e57baaff 100644 --- a/domains/thomas-shelby.json +++ b/domains/thomas-shelby.json @@ -1,6 +1,6 @@ { "description": "Portfolio", - "repo": "https://github.com/prbhanu/tommy-shelby", + "repo": "https://github.com/prbhanu/prbhanu.github.io", "owner": { "username": "prbhanu", "email": "prbhanu1718@gmil.com",