diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3970a803f..d64517868 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,12 +1,15 @@ - +## Requirements +Unless explicitly specified otherwise by a **maintainer** or in the requirement description, your domain must pass **ALL** the indicated requirements above. -### Requirements -- [x] You're not using Vercel or Netlify. -- [x] You have completed your website, there's no type of placeholder at the website. *This requirement is optional if you are registering a domain for emails.* -- [x] The website is reachable. -- [x] The CNAME record doesn't contain `https://` or `/`. -- [x] There is sufficient information at the `owner` field. - - *You should have your email presented. If you don't want to share email, you can leave email an empty string (`""`) and add any other social such as Discord/Twitter/etc.* +Please note that we reserve the rights not to accept any domain at our own discretion. -### Link to Website - +- [ ] The file is in the `domains` folder and is in the JSON format. +- [ ] You have completed your website. +- [ ] The website is reachable. +- [ ] You're not using Vercel or Netlify. +- [ ] The CNAME record doesn't contain `https://` or `/`. +- [ ] There is sufficient information at the `owner` field. + + +## Website Link/Preview + diff --git a/domains/aaamineee.json b/domains/aaamineee.json new file mode 100644 index 000000000..245743c7f --- /dev/null +++ b/domains/aaamineee.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "aaaminee", + "email": "amineoumellouk@yahoo.com" + }, + "record": { + "URL": "https://aaaminee.github.io/" + } + } + \ No newline at end of file diff --git a/domains/adib.json b/domains/adib.json new file mode 100644 index 000000000..679472d0b --- /dev/null +++ b/domains/adib.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Adib23704", + "email": "adib23704@gmail.com" + }, + "record": { + "CNAME": "adib23704.tk" + } + } + diff --git a/domains/adityapcgaming.json b/domains/adityapcgaming.json new file mode 100644 index 000000000..1fa0cceaa --- /dev/null +++ b/domains/adityapcgaming.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Clyders", + "email": "adityapcgaming1@gmail.com" + }, + "record": { + "CNAME": "8a7f7c6e-2287-4f07-a605-5ca7824b3f38.id.repl.co" + } + } + \ No newline at end of file diff --git a/domains/adrien.json b/domains/adrien.json new file mode 100644 index 000000000..2261e5f11 --- /dev/null +++ b/domains/adrien.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Adri11334", + "email": "adrien.vermersch@epitech.eu", + "discord": "Дdяi1#7501" + }, + "record": { + "A": [ + "116.203.127.206" + ] + } +} \ No newline at end of file diff --git a/domains/aggelos-007.json b/domains/aggelos-007.json deleted file mode 100644 index 75e1b3194..000000000 --- a/domains/aggelos-007.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "aggelos-007", - "email": "aggeloss007@gmail.com" - }, - "record": { - "CNAME": "72ea0bf6-bb1e-4fe3-82f2-a3e0b5d75a0b.id.repl.co" - } -} diff --git a/domains/aknb.json b/domains/aknb.json index 3c4f71268..95b8d9504 100644 --- a/domains/aknb.json +++ b/domains/aknb.json @@ -1,4 +1,3 @@ - { "owner": { "username": "Abdulazizkhan-K-N-B", @@ -7,5 +6,4 @@ "record": { "CNAME": "abdulazizkhan-k-n-b.github.io" } - } - \ No newline at end of file + } \ No newline at end of file diff --git a/domains/albert.json b/domains/albert.json new file mode 100644 index 000000000..3f584c139 --- /dev/null +++ b/domains/albert.json @@ -0,0 +1,12 @@ +{ + "description": "Albert's Portfolio Website", + "repo": "https://github.com/albert1033/albert-portfolio", + "owner": { + "username": "albert1033", + "email": "vuongdingtuong.an@gmail.com", + "twitter": "albert_26_10" + }, + "record": { + "CNAME": "albert1033.github.io" + } +} diff --git a/domains/albinpraveen.json b/domains/albinpraveen.json index 7757c7e91..a31dd375a 100644 --- a/domains/albinpraveen.json +++ b/domains/albinpraveen.json @@ -5,7 +5,7 @@ "email": "albinpraveen135790@gmail.com" }, "record": { - "URL": "https://albinpraveen.vercel.app" + "CNAME": "albinpraveen.github.io" } } diff --git a/domains/alexandre.json b/domains/alexandre.json new file mode 100644 index 000000000..71ee04aab --- /dev/null +++ b/domains/alexandre.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "ARCIKE", + "email": "alexarcike@gmail.com" + }, + "record": { + "URL": "https://portfolio.alexandre-dev.gq" + } + } + diff --git a/domains/altude.json b/domains/altude.json new file mode 100644 index 000000000..df417acc7 --- /dev/null +++ b/domains/altude.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "altude", + "email": "altude@skiff.com" + }, + "record": { + "CNAME": "altude.pages.dev" + } + } + diff --git a/domains/antton.json b/domains/antton.json new file mode 100644 index 000000000..132df5101 --- /dev/null +++ b/domains/antton.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "antton-dev", + "email": "antton.chevrier@etik.com" + }, + "record": { + "CNAME": "antton-dev.github.io" + } + } + \ No newline at end of file diff --git a/domains/anttondev.json b/domains/anttondev.json new file mode 100644 index 000000000..3f8cd350e --- /dev/null +++ b/domains/anttondev.json @@ -0,0 +1,11 @@ +{ + "description": "Anttondev's portfolio", + "repo": "https://github.com/antton-dev/portfolio-challenge", + "owner": { + "username": "antton-dev", + "email": "antton.chevrier@etik.com" + }, + "record": { + "CNAME": "antton-dev.github.io" + } +} diff --git a/domains/api.badboy.json b/domains/api.badboy.json index 6adb23e2e..8959ed1ef 100644 --- a/domains/api.badboy.json +++ b/domains/api.badboy.json @@ -5,6 +5,6 @@ "email": "contact@semant.is-a.dev" }, "record": { - "CNAME": "d583fe02-d653-4af3-a8fc-1645f6857a8c.id.repl.co" + "CNAME": "7f6fe19a-4ab2-4971-974f-c5a8bbf1243f.id.repl.co" } } diff --git a/domains/api.semant.json b/domains/api.semant.json index c2dcdf97a..20061db43 100644 --- a/domains/api.semant.json +++ b/domains/api.semant.json @@ -6,6 +6,6 @@ "discord": "445073800850046977" }, "record": { - "CNAME": "d583fe02-d653-4af3-a8fc-1645f6857a8c.id.repl.co" + "CNAME": "7f6fe19a-4ab2-4971-974f-c5a8bbf1243f.id.repl.co" } } diff --git a/domains/aqua.json b/domains/aqua.json index 652ca21fa..926adf2ee 100644 --- a/domains/aqua.json +++ b/domains/aqua.json @@ -6,7 +6,7 @@ }, "record": { - "URL": "https://aquaquokka.github.io/AquaQuokka/" + "URL": "https://aquaquokka.github.io/" } } diff --git a/domains/aslipatov.json b/domains/aslipatov.json new file mode 100644 index 000000000..3b9f8104b --- /dev/null +++ b/domains/aslipatov.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "LipatovAlexander", + "email": "lipatov.work@bk.ru" + }, + "record": { + "CNAME": "lipatovalexander.github.io" + } + } + \ No newline at end of file diff --git a/domains/ausy.json b/domains/ausy.json index 7735c6a1d..234f14ec7 100644 --- a/domains/ausy.json +++ b/domains/ausy.json @@ -6,6 +6,6 @@ "email": "austindfenne@gmail.com" }, "record": { - "CNAME": "FenneAustin.github.io" + "CNAME": "fenneaustin.github.io" } } diff --git a/domains/autodiscover.william.json b/domains/autodiscover.william.json new file mode 100644 index 000000000..c2073adcd --- /dev/null +++ b/domains/autodiscover.william.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "WilliamDavidHarrison", + "email": "admin@william.is-a.dev" + }, + + "record": { + "CNAME": "autodiscover.outlook.com" + } +} diff --git a/domains/azumi.aqua.json b/domains/azumi.aqua.json deleted file mode 100644 index 9c77c1463..000000000 --- a/domains/azumi.aqua.json +++ /dev/null @@ -1,12 +0,0 @@ - - { - "owner": { - "username": "AquaQuokka", - "email": "aquaquokka@outlook.com" - }, - - "record": { - "URL": "https://azumi-development.github.io/" - } - } - diff --git a/domains/bardia.json b/domains/bardia.json new file mode 100644 index 000000000..a435952f6 --- /dev/null +++ b/domains/bardia.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "abardia", + "email": "a.bardia@yahoo.de" + }, + "record": { + "CNAME": "abardia.github.io" + } + } + diff --git a/domains/blackdx.json b/domains/blackdx.json new file mode 100644 index 000000000..a521dcc92 --- /dev/null +++ b/domains/blackdx.json @@ -0,0 +1,12 @@ +{ + "description": "Use is for a little portfolio", + "repo": "https://github.com/blackdx/homepage", + "owner": { + "username": "blackdx", + "email": "blackdxnet@gmail.com", + "twitter": "BlackDX10" + }, + "record": { + "CNAME": "blackdx.github.io" + } +} diff --git a/domains/brandon-hoffman.json b/domains/brandon-hoffman.json index e1b550bbe..cb63e2792 100644 --- a/domains/brandon-hoffman.json +++ b/domains/brandon-hoffman.json @@ -7,6 +7,6 @@ }, "record": { - "URL": "https://branhoff.github.io/personal-profile-website/" + "CNAME": "branhoff.github.io" } } \ No newline at end of file diff --git a/domains/callumjt.json b/domains/callumjt.json new file mode 100644 index 000000000..8d829e84b --- /dev/null +++ b/domains/callumjt.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "callumjt", + "email": "cjblack2009@icloud.com" + }, + "record": { + "CNAME": "callumjt.github.io" + } + } + \ No newline at end of file diff --git a/domains/cartyoo.json b/domains/cartyoo.json new file mode 100644 index 000000000..f0cacee85 --- /dev/null +++ b/domains/cartyoo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Cartyoo", + "email": "cartyoogaming@gmail.com" + }, + "record": { + "CNAME": "cartyoo.github.io" + } +} diff --git a/domains/catr3kd.json b/domains/catr3kd.json new file mode 100644 index 000000000..22df1722b --- /dev/null +++ b/domains/catr3kd.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "CatR3kd", + "email": "oliverlivesay@gmail.com" + }, + "record": { + "URL": "https://catr3kd.repl.co" + } + } + \ No newline at end of file diff --git a/domains/catto.json b/domains/catto.json new file mode 100644 index 000000000..d8510f82b --- /dev/null +++ b/domains/catto.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "HF1016", + "email": "harrowfung1016@gmail.com" + }, + "record": { + "A": ["140.238.66.154"] + } + } + diff --git a/domains/ccnicebruh.json b/domains/ccnicebruh.json new file mode 100644 index 000000000..905eb844c --- /dev/null +++ b/domains/ccnicebruh.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "CcNicebruh", + "email": "tangkeehee2002@gmail.com" + }, + "record": { + "URL": "https://solo.to/ccnicebruh" + } + } + \ No newline at end of file diff --git a/domains/chaotic.json b/domains/chaotic.json new file mode 100644 index 000000000..03c60a625 --- /dev/null +++ b/domains/chaotic.json @@ -0,0 +1,12 @@ + + { + "repo":"https://github.com/ChaoticChaosTheGreat/chaoticchaosthegreat.github.io", + "owner": { + "username": "ChaoticChaosTheGreat", + "email": "ryan.ryanabraham@gmail.com" + }, + "record": { + "CNAME": "chaoticchaosthegreat.github.io" + } + } + diff --git a/domains/crystal.json b/domains/crystal.json index b86f1a32a..2585ce61a 100644 --- a/domains/crystal.json +++ b/domains/crystal.json @@ -4,9 +4,16 @@ "owner": { "username": "crystalbajgai", "email": "crystalnplol@gmail.com", - "twitter": "@CrystalNPYT" + "twitter": "@Crissy0__0" }, - "record": { - "CNAME": "crystalbajgai.github.io" - } -} + "record": { + "A": [ + "135.148.226.33" + ], + "MX": [ + "ns1.crystalcloud.xyz", + "ns2.crystalcloud.xyz" + ], + "TXT": "v=spf1 a mx ip4:135.148.226.33 ~all" + } +} diff --git a/domains/crystaluptime.json b/domains/crystaluptime.json new file mode 100644 index 000000000..5cc86627f --- /dev/null +++ b/domains/crystaluptime.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "CRYSTAL-HQ", + "email": "info.crystal.hq@gmail.com" + }, + "record": { + "URL": "https://uptime-kuma.crystaluptime.repl.co/" + } + } + diff --git a/domains/danialajamil.json b/domains/danialajamil.json new file mode 100644 index 000000000..02de0710d --- /dev/null +++ b/domains/danialajamil.json @@ -0,0 +1,11 @@ +{ + "description": "danialajamil.is-a.dev", + "repo": "https://github.com/KawakazeRin/my-portfolio-site", + "owner": { + "username": "KawakazeRin", + "email": "satyamverma46@outlook.com" + }, + "record": { + "CNAME": "kawakazerin.github.io" + } +} diff --git a/domains/denis.json b/domains/denis.json new file mode 100644 index 000000000..9bca53383 --- /dev/null +++ b/domains/denis.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "DenLes", + "email": "denislessard91@gmail.com" + }, + "record": { + "CNAME": "denles.github.io" + } + } + diff --git a/domains/dheirya.json b/domains/dheirya.json index f86848c55..42984aa03 100644 --- a/domains/dheirya.json +++ b/domains/dheirya.json @@ -4,7 +4,7 @@ "owner": { "username": "Dheirya", "email": "mail@socialrumbles.com", - "twitter": "fellow_doge" + "twitter": "DheiryaTyagi" }, "record": { "CNAME": "dheirya.pages.dev" diff --git a/domains/dhruvil.json b/domains/dhruvil.json index 3f03f6c74..bf71f8922 100644 --- a/domains/dhruvil.json +++ b/domains/dhruvil.json @@ -6,6 +6,16 @@ "email": "dhruvil1808@gmail.com" }, "record": { - "CNAME": "DhruvilMoradiya.github.io" + "A": [ + "185.199.108.153", + "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" } } diff --git a/domains/discord.badboy.json b/domains/discord.badboy.json deleted file mode 100644 index b3e3a3c4a..000000000 --- a/domains/discord.badboy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "repo": "https://github.com/Bad-Boy-Codes/Discord-Projects", - "description": "Discord Webhook and Interface Viewer.", - "owner": { - "username": "bad-boy-codes", - "email": "contact@mail.badboy.is-a.dev" - }, - "record": { - "CNAME": "bad-boy-codes.github.io" - } -} diff --git a/domains/discordbots.semant.json b/domains/discordbots.semant.json new file mode 100644 index 000000000..44903aa15 --- /dev/null +++ b/domains/discordbots.semant.json @@ -0,0 +1,10 @@ +{ + "description": "Discord bot dashboard", + "owner": { + "username": "s3mant", + "email": "contact@semant.is-a.dev" + }, + "record": { + "CNAME": "b0f6dfb1-f219-4a6b-8505-eccaa29200ea.id.repl.co" + } +} diff --git a/domains/docs.json b/domains/docs.json index 6bc7fd236..219271022 100644 --- a/domains/docs.json +++ b/domains/docs.json @@ -1,11 +1,11 @@ { - "description": "Documentation website for is-a-dev/register", - "repo": "is-a-dev/docs", + "description": "Documentation website for is-a.dev", + "repo": "https://github.com/is-a-dev/docs", "owner": { "username": "@is-a-dev/maintainers", - "email": "mahir@molai.dev" + "email": "phenax5@gmail.com" }, "record": { - "URL": "https://is-a.dev/docs" + "URL": "https://www.is-a.dev/docs" } } diff --git a/domains/eletrixtalkapp.json b/domains/eletrixtalkapp.json new file mode 100644 index 000000000..a1c27e13e --- /dev/null +++ b/domains/eletrixtalkapp.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "boomerangBS", + "email": "boomerang1803@gmail.com" + }, + "record": { + "CNAME": "8de1bbe8-ffbb-4e58-a688-bb332d498d06.id.repl.co" + } + } + \ No newline at end of file diff --git a/domains/emtyfay.json b/domains/emtyfay.json new file mode 100644 index 000000000..ae67d1a1a --- /dev/null +++ b/domains/emtyfay.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Emtyffx", + "email": "emtyfay4433@gmail.com" + }, + "record": { + "CNAME": "myblog-production.up.railway.app" + } + } + diff --git a/domains/fartplayer69.json b/domains/fartplayer69.json new file mode 100644 index 000000000..fe3fc4ccb --- /dev/null +++ b/domains/fartplayer69.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "diyar2137237243", + "email": "diyarpc6@gmail.com" + }, + "record": { + "CNAME": "diyar2137237243.github.io" + } +} diff --git a/domains/fh.sx9.json b/domains/fh.sx9.json index f064a8dd7..15a15a512 100644 --- a/domains/fh.sx9.json +++ b/domains/fh.sx9.json @@ -2,11 +2,10 @@ { "owner": { "username": "SX-9", - "email": "hello@mail.sx9.is-a.dev", - "note": "below is not my ip" + "email": "hello@mail.sx9.is-a.dev" }, "record": { - "A": ["164.132.74.251"] + "CNAME": "wdhdns.com" } } diff --git a/domains/gala.json b/domains/gala.json index 2e32197b1..14bd00965 100644 --- a/domains/gala.json +++ b/domains/gala.json @@ -6,7 +6,7 @@ }, "record": { - "CNAME": "stilllearning.tech" + "URL": "https://stilllearning.tech/" } } - \ No newline at end of file + diff --git a/domains/gavinw.json b/domains/gavinw.json new file mode 100644 index 000000000..11207fc14 --- /dev/null +++ b/domains/gavinw.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/gavinwhite314/gavinwhite.net", + "owner": { + "username": "gavinwhite314", + "email": "gavinwhite314@gmail.com" + }, + "record": { + "URL": "https://www.gavinwhite.net" + } +} diff --git a/domains/gggedr.json b/domains/gggedr.json new file mode 100644 index 000000000..152601d07 --- /dev/null +++ b/domains/gggedr.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Vladimir-Urik", + "email": "gggedr@protonmail.com" + }, + "record": { + "URL": "https://gggedr.lol/" + } + } + \ No newline at end of file diff --git a/domains/gornostay25.json b/domains/gornostay25.json index 48cc451dc..dcbb0eb21 100644 --- a/domains/gornostay25.json +++ b/domains/gornostay25.json @@ -5,10 +5,8 @@ }, "record":{ "A":[ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" + "172.66.46.227", + "172.66.45.29" ], "TXT":"v=spf1 include:spf.improvmx.com ~all", "MX":[ diff --git a/domains/hatkidchan.json b/domains/hatkidchan.json index 245c3a866..a6a62872d 100644 --- a/domains/hatkidchan.json +++ b/domains/hatkidchan.json @@ -1,5 +1,5 @@ { - "description": "Static personal page of hatkidchan (hkc) (thx Mia)", + "description": "kc personal website", "owner": { "username": "hatkidchan", "email": "hatkidchan@gmail.com", @@ -7,7 +7,6 @@ "discord": "hkc#0517" }, "record": { - "A": ["216.128.176.102"], - "TXT": "aHR0cHM6Ly9oYXRraWRjaGFuLmlzLWEuZGV2L21lb3ctMGUwYWZkOWYtMzdlOC00ODc4LWJmYWYtOGE2MjAyYTI5ODFl" + "A": ["5.181.108.112"] } } diff --git a/domains/hyro.json b/domains/hyro.json index 60a40db83..5b99b094b 100644 --- a/domains/hyro.json +++ b/domains/hyro.json @@ -6,6 +6,6 @@ "email": "generalkubo@gmail.com" }, "record": { - "CNAME": "hyro.pages.dev" + "URL": "https://xhyrom.vercel.app" } } diff --git a/domains/i10.json b/domains/i10.json new file mode 100644 index 000000000..a33e7d507 --- /dev/null +++ b/domains/i10.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "JavaScythe", + "email": "slashmod6@gmail.com" + }, + "record": { + "A": ["34.110.138.177"] + } + } + \ No newline at end of file diff --git a/domains/insta.badboy.json b/domains/insta.badboy.json deleted file mode 100644 index 5655344b9..000000000 --- a/domains/insta.badboy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "repo": "https://github.com/Bad-Boy-Codes/Instagram-Projects", - "description": "Instagram profile viewer.", - "owner": { - "username": "bad-boy-codes", - "email": "contact@mail.badboy.is-a.dev" - }, - "record": { - "CNAME": "bad-boy-codes.github.io" - } -} diff --git a/domains/inxlo.json b/domains/inxlo.json new file mode 100644 index 000000000..57ee10b8b --- /dev/null +++ b/domains/inxlo.json @@ -0,0 +1,11 @@ +{ + "description": "inxlo.is-a.dev", + "repo": "https://github.com/xlenco/xlenco.github.io", + "owner": { + "username": "xlenco", + "email": "xlenco@hotmail.com" + }, + "record": { + "CNAME": "xlenco.github.io" + } +} diff --git a/domains/jagan.json b/domains/jagan.json new file mode 100644 index 000000000..44905c7c9 --- /dev/null +++ b/domains/jagan.json @@ -0,0 +1,11 @@ +{ + "description": "My Personal Website.", + "repo": "https://github.com/MR-JAGANMOHAN/MR-JAGANMOHAN.github.io", + "owner": { + "username": "MR-JAGANMOHAN", + "email": "jaganpenke124@gmail.com" + }, + "record": { + "CNAME": "mr-jaganmohan.github.io" + } +} diff --git a/domains/juikulkarni.json b/domains/juikulkarni.json new file mode 100644 index 000000000..de2f812b4 --- /dev/null +++ b/domains/juikulkarni.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Website", + "repo": "https://github.com/jkulkarni01/jkulkarni01.github.io", + "owner": { + "username": "jkulkarni01", + "email": "jui01kulkarni@gmail.com" + + }, + "record": { + "CNAME": "jkulkarni01.github.io" + } +} diff --git a/domains/madhurya.json b/domains/madhurya.json new file mode 100644 index 000000000..bc629c205 --- /dev/null +++ b/domains/madhurya.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "madhuryadutta", + "email": "www.madhuryadutta2016@gmail.com" + }, + "record": { + "CNAME": "madhuryadutta.github.io" + } + } + \ No newline at end of file diff --git a/domains/maintainers.json b/domains/maintainers.json new file mode 100644 index 000000000..5e78b36e6 --- /dev/null +++ b/domains/maintainers.json @@ -0,0 +1,15 @@ + + { + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev.technicalservices@beadman-network.com" + }, + "record": { + "MX": [ + "mx1.forwardemail.net", + "mx2.forwardemail.net" + ], + "TXT": "forward-email=isdevmail.beadman-network.com" + } + } + diff --git a/domains/malo.json b/domains/malo.json new file mode 100644 index 000000000..d43e34969 --- /dev/null +++ b/domains/malo.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "MaloDaHood", + "email": "malomr2002@gmail.com" + }, + "record": { + "A": ["54.37.225.204"] + } + } + \ No newline at end of file diff --git a/domains/manu.json b/domains/manu.json new file mode 100644 index 000000000..bf4903496 --- /dev/null +++ b/domains/manu.json @@ -0,0 +1,11 @@ +{ + "description": "manu.is-a.dev", + "repo": "https://github.com/manuthecoder/personal-website", + "owner": { + "username": "manuthecoder", + "email": "manusvathgurudath@gmail.com" + }, + "record": { + "CNAME": "personal-website-2nk.pages.dev" + } +} diff --git a/domains/marco.json b/domains/marco.json new file mode 100644 index 000000000..15fa39230 --- /dev/null +++ b/domains/marco.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "marcomafessolli", + "email": "marcomafessolli@gmail.com" + }, + "record": { + "URL": "https://github.com/marcomafessolli" + } + } + \ No newline at end of file diff --git a/domains/matt3o0.json b/domains/matt3o0.json new file mode 100644 index 000000000..b411c684b --- /dev/null +++ b/domains/matt3o0.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "duvbolone", + "email": "duvbolone@gmail.com" + }, + "record": { + "URL": "https://github.com/duvbolone/website" + } + } + diff --git a/domains/mdk.json b/domains/mdk.json new file mode 100644 index 000000000..c2f2afba9 --- /dev/null +++ b/domains/mdk.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "MaskDuck", + "email": "it-is@too-obvious-that.maskduck.is-a.dev" + }, + "record": { + "CNAME": "edge.redirect.pizza" + } + } + \ No newline at end of file diff --git a/domains/melainegerard.json b/domains/melainegerard.json new file mode 100644 index 000000000..2c8ed8c7e --- /dev/null +++ b/domains/melainegerard.json @@ -0,0 +1,14 @@ + + { + "description": "Redirect to my personal website", + "repo": "https://github.com/MelaineGerard", + "owner": { + "username": "MelaineGerard", + "email": "pro@melaine-gerard.fr", + "discord": "SkitDev#2556" + }, + "record": { + "URL": "https://melaine-gerard.fr" + } + } + diff --git a/domains/michioxd.json b/domains/michioxd.json new file mode 100644 index 000000000..b32747af7 --- /dev/null +++ b/domains/michioxd.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "michioxd", + "email": "michio.haiyaku@gmail.com" + }, + "record": { + "CNAME": "michioxd.github.io" + } + } + diff --git a/domains/midlaj.json b/domains/midlaj.json new file mode 100644 index 000000000..04e863ac5 --- /dev/null +++ b/domains/midlaj.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "whoismidlaj", + "email": "midlaj@tuta.io" + }, + "record": { + "CNAME": "whoismidlaj.github.io" + } + } + \ No newline at end of file diff --git a/domains/miraclecherrypie.json b/domains/miraclecherrypie.json index ed7bb0057..a1956938d 100644 --- a/domains/miraclecherrypie.json +++ b/domains/miraclecherrypie.json @@ -6,6 +6,6 @@ "email": "christianpandapotans@gmail.com" }, "record": { - "CNAME": "miraclecherrypie.github.io" + "CNAME": "miraclecherrypie.up.railway.app" } } diff --git a/domains/mitch.json b/domains/mitch.json new file mode 100644 index 000000000..1a9f92ab6 --- /dev/null +++ b/domains/mitch.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "liao02x", + "email": "liao02x@gmail.com" + }, + "record": { + "CNAME": "114032.xyz" + } + } + \ No newline at end of file diff --git a/domains/mqry.json b/domains/mqry.json new file mode 100644 index 000000000..b8a17cb08 --- /dev/null +++ b/domains/mqry.json @@ -0,0 +1,14 @@ +{ + "description": "a showcase of what i do", + "repo": "https://github.com/mqry/mqry.github.io", + "owner": { + "username": "mqry", + "email": "mayjane27refuerzo@gmail.com", + "twitter": "maqryjqne" + }, + "record": { + "CNAME": "mqry.github.io" + } +} + + diff --git a/domains/nitr7gen.json b/domains/nitr7gen.json deleted file mode 100644 index 03dfcf394..000000000 --- a/domains/nitr7gen.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "nitr7gen", - "email": "nitr7gen@proton.me" - }, - "record": { - "CNAME": "nitr7gen.pages.dev" - }, - "description": "website for about me , blog & project showcase", - "repo": "https://github.com/nitr7gen/DevFolio/" -} diff --git a/domains/noraa.json b/domains/noraa.json new file mode 100644 index 000000000..676cad557 --- /dev/null +++ b/domains/noraa.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Noraa08", + "email": "antoteje2004@gmail.com" + }, + "record": { + "CNAME": "595a8166-a27b-43e4-848e-da1ce6bcd3f6.id.repl.co" + } + } + diff --git a/domains/notify-api.json b/domains/notify-api.json index d173b2ae5..ca237bb02 100644 --- a/domains/notify-api.json +++ b/domains/notify-api.json @@ -6,7 +6,7 @@ "email": "andrew@win11react.com" }, "record": { - "A": ["204.44.81.53"] + "CNAME": "dns.beadman-network.com" } } diff --git a/domains/null.json b/domains/null.json new file mode 100644 index 000000000..c7f851aee --- /dev/null +++ b/domains/null.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Sudo-null7", + "email": "philippeparr38@gmail.com" + }, + "record": { + "CNAME": "null.is-a-dev.tk" + } + } + \ No newline at end of file diff --git a/domains/phamvandien.json b/domains/phamvandien.json new file mode 100644 index 000000000..25523490e --- /dev/null +++ b/domains/phamvandien.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "D-Jukie", + "email": "phamvandienofficial@gmail.com" + }, + "record": { + "CNAME": "a6b7d456-4a75-42ba-b316-2b5b50199973.id.repl.co" + } + } + \ No newline at end of file diff --git a/domains/pin.sx9.json b/domains/pin.sx9.json new file mode 100644 index 000000000..de9853f60 --- /dev/null +++ b/domains/pin.sx9.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "SX-9", + "email": "hello@mail.sx9.is-a.dev" + }, + "record": { + "CNAME": "wdhdns.com" + } + } + \ No newline at end of file diff --git a/domains/pingoda.json b/domains/pingoda.json new file mode 100644 index 000000000..ad9cbb10a --- /dev/null +++ b/domains/pingoda.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Portfolio for Pingoda", + "repo": "https://github.com/Pingoda/pingoda.github.io", + "owner": { + "username": "Pingoda", + "email": "francescoclem915@gmail.com", + "twitter": "Pingoda_" + }, + "record": { + "CNAME": "pinogda.github.io" + } +} diff --git a/domains/polars.json b/domains/polars.json new file mode 100644 index 000000000..01ecf5950 --- /dev/null +++ b/domains/polars.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "pol-ars", + "email": "tariqsaedbusiness@outlook.com" + }, + "record": { + "CNAME": "pol-ars.github.io" + } + } + \ No newline at end of file diff --git a/domains/pr0k41.json b/domains/pr0k41.json new file mode 100644 index 000000000..ee01146be --- /dev/null +++ b/domains/pr0k41.json @@ -0,0 +1,11 @@ +{ + "description": "Prokai's Website", + "repo": "https://github.com/pr0k41/pr0k41.github.io", + "owner": { + "username": "pr0k41", + "email": "pr0k41@proton.me" + }, + "record": { + "CNAME": "pr0k41.github.io" + } +} diff --git a/domains/practical.json b/domains/practical.json new file mode 100644 index 000000000..6f1139e38 --- /dev/null +++ b/domains/practical.json @@ -0,0 +1,13 @@ + + { + "description": "A website to show my portfolio.", + "repo": "https://github.com/practicaldev101/practicaldev101.github.io", + "owner": { + "username": "practicaldev101", + "email": "carlosospinomonsalve@gmail.com" + }, + "record": { + "CNAME": "practicaldev101.github.io" + } + } + diff --git a/domains/prokai.json b/domains/prokai.json index db81f3f49..f70941538 100644 --- a/domains/prokai.json +++ b/domains/prokai.json @@ -1,11 +1,11 @@ { - "description": "Prokai's Website", - "repo": "https://github.com/pr0k41/pr0k41.github.io", + "description": "Iakorp's Website", + "repo": "https://github.com/14k0rp/14k0rp.github.io", "owner": { - "username": "pr0k41", - "email": "prokai321@gmail.com" + "username": "14k0rp", + "email": "iakorp@protonmail.com" }, "record": { - "CNAME": "pr0k41.github.io" + "CNAME": "14k0rp.github.io" } } diff --git a/domains/pupbrained.json b/domains/pupbrained.json new file mode 100644 index 000000000..f5711d612 --- /dev/null +++ b/domains/pupbrained.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "pupbrained", + "email": "mars@pupbrained.xyz" + }, + "record": { + "CNAME": "pupbrained.xyz" + } + } + \ No newline at end of file diff --git a/domains/qhungg289.json b/domains/qhungg289.json new file mode 100644 index 000000000..8ce92a95d --- /dev/null +++ b/domains/qhungg289.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "qhungg289", + "email": "qhungg289@proton.me" + }, + "repo": "https://github.com/qhungg289/qhungg289.github.io", + "record": { + "CNAME": "qhungg289.github.io" + } +} diff --git a/domains/raadsel.json b/domains/raadsel.json index bffcbf9b5..39e917cfb 100644 --- a/domains/raadsel.json +++ b/domains/raadsel.json @@ -1,12 +1,12 @@ { "description": "Personal website of Raadsel", - "repo": "https://github.com/Raadsl/Personal-Website-PW", + "repo": "https://github.com/Raadsl/New-Personal-site", "owner": { "username": "Raadsl", "email": "jorik.loos@gmail.com", "discord": "Raadsel#9398" }, "record": { - "CNAME": "5895b253-7316-4557-b4fb-f3a24165a4ae.id.repl.co" + "CNAME": "6925d98d-2d57-403e-8fe7-7d76686df9b4.id.repl.co" } } diff --git a/domains/register.json b/domains/register.json index 553a5a1cd..c5569bf41 100644 --- a/domains/register.json +++ b/domains/register.json @@ -5,6 +5,6 @@ }, "record": { - "A": ["64.190.90.238"] + "CNAME": "dns.beadman-network.com" } } diff --git a/domains/robsd.json b/domains/robsd.json new file mode 100644 index 000000000..332cbbae0 --- /dev/null +++ b/domains/robsd.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "robsd", + "email": "rob@robertd.co.uk" + }, + "record": { + "CNAME": "robsd.pages.dev" + } +} diff --git a/domains/sahilchoudhary.json b/domains/sahilchoudhary.json new file mode 100644 index 000000000..44a439b12 --- /dev/null +++ b/domains/sahilchoudhary.json @@ -0,0 +1,12 @@ +{ + "description": "A portfolio website to display my various achievements", + "repo": "https://github.com/iosahil/iosahil.github.io", + "owner": { + "username": "iosahil", + "email": "sahil844101@gmail.com", + "instagram": "io.sahil" + }, + "record": { + "CNAME": "iosahil.github.io" + } +} diff --git a/domains/saizuo.json b/domains/saizuo.json index 649a91388..f4b67bb26 100644 --- a/domains/saizuo.json +++ b/domains/saizuo.json @@ -1,12 +1,12 @@ - - { - "owner": { - "username": "Saizuo", - "email": "vikasj@noerror.studio" - }, - - "record": { - "URL": "https://saizuo.me" - } - } - +{ + "description": "Saizuo's Portfolio Website", + "repo": "https://github.com/saizuo/saizuo.github.io", + "owner": { + "username": "Saizuo", + "email": "jhaakash177@gmail.com", + "twitter": "SaizyWaizy" + }, + "record": { + "CNAME": "Saizuo.github.io" + } +} diff --git a/domains/satoshi.json b/domains/satoshi.json new file mode 100644 index 000000000..a725c5ec4 --- /dev/null +++ b/domains/satoshi.json @@ -0,0 +1,12 @@ + + { + "repo": "https://github.com/marcossatoshi/marcossatoshi.github.io", + "owner": { + "username": "marcossatoshi", + "email": "marcos.satoshi@gmail.com" + }, + "record": { + "CNAME": "marcossatoshi.github.io" + } + } + diff --git a/domains/saurabh.json b/domains/saurabh.json new file mode 100644 index 000000000..45d769d47 --- /dev/null +++ b/domains/saurabh.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "sohrubh", + "email": "saurabhyadav5931@gmail.com" + }, + "record": { + "CNAME": "sohrubh.github.io" + } + } + \ No newline at end of file diff --git a/domains/script-server.json b/domains/script-server.json new file mode 100644 index 000000000..78ba189aa --- /dev/null +++ b/domains/script-server.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "gengyj16", + "email": "819514379m@gmail.com" + }, + "record": { + "CNAME": "a7cce212-0dd4-4961-881e-3bebf2d1ce31.id.repl.co" + } + } + \ No newline at end of file diff --git a/domains/smoke-etecsa.yoelvd.json b/domains/smoke-etecsa.yoelvd.json new file mode 100644 index 000000000..6de5e862d --- /dev/null +++ b/domains/smoke-etecsa.yoelvd.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "yoelvd", + "email": "magodeoz.virtual@gmail.com" + }, + "record": { + "CNAME": "srv40118-206152.vps.etecsa.cu" + } + } + diff --git a/domains/snox.json b/domains/snox.json new file mode 100644 index 000000000..c6205c53d --- /dev/null +++ b/domains/snox.json @@ -0,0 +1,12 @@ +{ + "description": "snox.cf", + "repo": "https://snox.cf/", + "owner": { + "username": "SimplySnox", + "email": "hello@snox.cf", + "discord": "Snox#6973" + }, + "record": { + "CNAME": "snox.cf" + } +} diff --git a/domains/spectra.json b/domains/spectra.json new file mode 100644 index 000000000..97a01646d --- /dev/null +++ b/domains/spectra.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "SpectraTheFox", + "email": "spectra@spectrathefox.xyz" + }, + "record": { + "URL": "https://spectrathefox.xyz" + } + } + diff --git a/domains/subhadeepzilong.json b/domains/subhadeepzilong.json new file mode 100644 index 000000000..83a174e70 --- /dev/null +++ b/domains/subhadeepzilong.json @@ -0,0 +1,13 @@ +{ + "description": "SubhadeepZilong's personal developer website", + "repo": "https://github.com/SubhadeepZilong/subhadeepzilong.github.io", + "owner": { + "username": "SubhadeepZilong", + "email": "subhadeepchakraborty555@gmail.com", + "twitter": "subhadeepzilong" + }, + "record": { + "CNAME": "subhadeepzilong.github.io" + } + } + \ No newline at end of file diff --git a/domains/tal7aouy.json b/domains/tal7aouy.json new file mode 100644 index 000000000..781b45475 --- /dev/null +++ b/domains/tal7aouy.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "tal7aouy", + "email": "tal7aouy.dev@gmail.com" + }, + "record": { + "URL": "https://tal7aouy.netlify.app" + } + } + diff --git a/domains/theresonance.json b/domains/theresonance.json new file mode 100644 index 000000000..1fbb2f1b3 --- /dev/null +++ b/domains/theresonance.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Maia313", + "email": "medeea@rocketmail.com" + }, + "record": { + "CNAME": "theresonance.com" + } + } + diff --git a/domains/timotheelefebvre.json b/domains/timotheelefebvre.json new file mode 100644 index 000000000..5a26e08be --- /dev/null +++ b/domains/timotheelefebvre.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "zkimi", + "email": "timothee.lefebvre@edu.esiee.fr" + }, + "record": { + "URL": "https://timotheelefebvre.fr" + } + } + diff --git a/domains/tnt.json b/domains/tnt.json new file mode 100644 index 000000000..0c38606a4 --- /dev/null +++ b/domains/tnt.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "TurquoiseTNT", + "email": "turquoisetntmultimedia@gmail.com" + }, + "record": { + "CNAME": "turquoisetnt.github.io" + } + } + diff --git a/domains/tushar.json b/domains/tushar.json new file mode 100644 index 000000000..d07cc8eb5 --- /dev/null +++ b/domains/tushar.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "tusharvikky", + "email": "tusharvikky@gmail.com" + }, + "record": { + "URL": "https://blog.tushardeo.com" + } + } + \ No newline at end of file diff --git a/domains/tushardeo.json b/domains/tushardeo.json new file mode 100644 index 000000000..d07cc8eb5 --- /dev/null +++ b/domains/tushardeo.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "tusharvikky", + "email": "tusharvikky@gmail.com" + }, + "record": { + "URL": "https://blog.tushardeo.com" + } + } + \ No newline at end of file diff --git a/domains/vercte.json b/domains/vercte.json new file mode 100644 index 000000000..a82033348 --- /dev/null +++ b/domains/vercte.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "lopste", + "email": "lopstedener@gmail.com" + }, + "record": { + "URL": "https://vercte.net" + } + } + diff --git a/domains/william.json b/domains/william.json index c1f4996da..d0c6dcb3a 100644 --- a/domains/william.json +++ b/domains/william.json @@ -1,10 +1,14 @@ { "owner": { "username": "WilliamDavidHarrison", - "email": "william@williamharrison.dev" + "email": "admin@william.is-a.dev" }, "record": { - "CNAME": "wdhdns.com" + "A": ["149.28.74.255"], + + "MX": ["william-isa-dev02e.mail.protection.outlook.com"], + + "TXT": "v=spf1 include:spf.protection.outlook.com -all" } } diff --git a/domains/xevion.json b/domains/xevion.json new file mode 100644 index 000000000..b05f6e222 --- /dev/null +++ b/domains/xevion.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Xevion", + "email": "xevion@xevion.dev" + }, + "record": { + "URL": "https://xevion.dev/?utm_source=is-a-dev" + } + } + diff --git a/domains/yxlr.json b/domains/yxlr.json new file mode 100644 index 000000000..dfec816bd --- /dev/null +++ b/domains/yxlr.json @@ -0,0 +1,9 @@ + { + "owner": { + "username": "yxlr123", + "email": "dbh2858304517@gmail.com" + }, + "record": { + "CNAME": "yxlr123.github.io" + } + } diff --git a/domains/z4xi.json b/domains/z4xi.json new file mode 100644 index 000000000..47fb38099 --- /dev/null +++ b/domains/z4xi.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "z4xi", + "email": "z4xi@shitposting.expert" + }, + "record": { + "URL": "https://velvety-granita-c85dd5.netlify.app/" + } + } +