diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 93f878a31..3970a803f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,14 +1,12 @@ -To make our job easier, please spend time to review your application before submitting. + - -#### Add a x between [] if you meet that requirement example `[x]` -- [ ] You're not using Vercel or Netlify. -- [ ] You have completed your website, there's no type of placeholder at the website. **This requirement can be raised if the domain you're registering is for emails** - - Link to website: -- [ ] The website is reachable. -- [ ] The CNAME record doesn't contain any slash. -- [ ] There's enough 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. - - #### Feel free to join our discord server for more updates or any help related to the service :D - https://discord.gg/PZCGHz4RhQ - +### 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.* + +### Link to Website + diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index 89c9b8144..4c68ceaa2 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -10,15 +10,17 @@ jobs: name: instructions runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: Comment - if: github.event.action == 'closed' && github.event.pull_request.merged == true - uses: actions/github-script@v3 - with: - github-token: ${{secrets.GITHUB_TOKEN}} - script: | - const { hasLabel } = require(`${process.env.GITHUB_WORKSPACE}/scripts/action-utils.js`); - const { instructions } = require(`${process.env.GITHUB_WORKSPACE}/scripts/reply.js`); - if (hasLabel(context, 'domain')) - console.log('Domain'); - await instructions(context, github); + - run: curl https://notify-api.is-a.dev/pr/merged/${{ github.event.pull_request.number }} + if: github.event.action == 'closed' && github.event.pull_request.merged == true +# - uses: actions/checkout@v2 +# - name: Comment +# if: github.event.action == 'closed' && github.event.pull_request.merged == true +# uses: actions/github-script@v3 +# with: +# github-token: ${{secrets.GITHUB_TOKEN}} +# script: | +# const { hasLabel } = require(`${process.env.GITHUB_WORKSPACE}/scripts/action-utils.js`); +# const { instructions } = require(`${process.env.GITHUB_WORKSPACE}/scripts/reply.js`); +# if (hasLabel(context, 'domain')) +# console.log('Domain'); +# await instructions(context, github); diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 4427f98c7..24ffbfc00 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -1,13 +1,13 @@ -name: Label +name: Pull Request Labeler on: schedule: - - cron: "0 * * * *" - + - cron: '*/10 * * * *' jobs: - label: + labeler: runs-on: ubuntu-latest steps: - - name: Labelling pull request - uses: actions/labeler@main - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" + - uses: docker://docker.io/ilyam8/periodic-pr-labeler:v0.1.1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_REPOSITORY: ${{ github.repository }} + LABEL_MAPPINGS_FILE: .github/labeler.yml diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f86a846fb..786060ccc 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -15,7 +15,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 30 days-before-close: 20 - stale-issue-message: 'This issue has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it' + stale-issue-message: 'This issue has been marked as stale due to inactivity and will be closed. Comment anything on this issue to prevent it' stale-pr-message: 'This pull request has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it' exempt-issue-labels: 'no-stale' exempt-pr-labels: 'no-stale' diff --git a/API.md b/API.md deleted file mode 100644 index c819ef1cb..000000000 --- a/API.md +++ /dev/null @@ -1 +0,0 @@ -Moved to [docs](https://docs.is-a.dev) diff --git a/README.md b/README.md index 2b1851165..06b23cf7c 100644 --- a/README.md +++ b/README.md @@ -1,52 +1,50 @@ -![is-a-dev banner](./media/banner.png) +

+ is-a-dev Banner +

-
+

+ Domains + Open Pull Requests + Open Issues +

-**is-a-dev** is a service that allows developers to get a sweet-looking `.is-a.dev` domain for their personal websites. +

is-a.dev

-

Discord

+

is-a-dev is a service that allows developers to get a sweet-looking ".is-a.dev" domain for their personal websites.

+

+ Discord Server +

-## How do I register? -* [Fork](https://github.com/is-a-dev/register/fork) this repository. -* Add a new `domains/your-domain-name.json` file directory to register `your-domain-name.is-a.dev`. -* [Read the docs](https://docs.is-a.dev). -* The PR will be reviewed and merged. -* After merging, the changes will take effect within a day! -* That's it! Done! Now go show off your cool `.is-a.dev` domain! +## Registration +Try out our new fast and easy subdomain registration service [here](https://register.is-a.dev)! +Or via the CI: +```bash +npm install @is-a-dev/cli -g +is-a-dev create +``` -## Donations -This project is a free and open source service for developers and will stay that way. +**Manual Registration**: +- [Fork](https://github.com/is-a-dev/register/fork) this repository. +- Add a new file called `your-domain-name.json` in the `domains` folder to register `your-domain-name.is-a.dev`. +- [Read the documentation](https://is-a.dev/docs). +- Your pull request will be reviewed and merged. *Make sure to keep an eye on it incase we need you to make any changes!* +- After the pull request is merged, please allow up to 24 hours for the changes to propagate. +- Enjoy your new `.is-a.dev` domain! -Please consider donating to help me keep this running forever! +## Status +You can check the uptime of our services on our [status dashboard](https://stats.uptimerobot.com/zY4XKIRVzw). -Also, consider starring this repo! +[![Uptime Robot - DNS](https://img.shields.io/uptimerobot/ratio/m787472645-ec25e3920c7af893a7c66f19?label=uptime%20-%20dns&style=for-the-badge)](https://stats.uptimerobot.com/zY4XKIRVzw/787472645) +[![Uptime Robot - Redirect](https://img.shields.io/uptimerobot/ratio/m787472617-240f4d61a5439a87becb2cf9?label=uptime%20-%20redirections&style=for-the-badge)](https://stats.uptimerobot.com/zY4XKIRVzw/787472617) -Buy Me A Coffee -Liberapay recurring donation button +### Similar Services +If you want to find services similar to is-a.dev, take a look on [free-for.dev](https://free-for.dev/#/?id=domain). +### Donate +If you like this project, please consider donating so we can keep this project running forever! - - -## Similar services -You should also checkout - -* [js.org](https://github.com/js-org/js.org/tree/master) (**NOTE**: `js.org` is specifically for JS focused project) -* [is-a-good.dev](https://github.com/is-a-good-dev/Register) -* [cluster.ws & wip.la](https://github.com/Olivr/free-domain) - - - -## Uptime - -[![Uptime Robot ratio dns(30 days)](https://img.shields.io/uptimerobot/ratio/m787472645-ec25e3920c7af893a7c66f19?label=uptime%20-%20dns&style=for-the-badge)](https://stats.uptimerobot.com/zY4XKIRVzw) -[![Uptime Robot ratio redirect(30 days)](https://img.shields.io/uptimerobot/ratio/m787472617-240f4d61a5439a87becb2cf9?label=uptime%20-%20redirections&style=for-the-badge)](https://stats.uptimerobot.com/zY4XKIRVzw) - -You can check the uptime of the service via [our status dashboard](https://stats.uptimerobot.com/zY4XKIRVzw). - - - - -## License -This project is under the [GPL-3.0](./LICENSE) license. +Buy Me a Coffee +Liberapay diff --git a/domains/00001.json b/domains/00001.json new file mode 100644 index 000000000..9aef9da6d --- /dev/null +++ b/domains/00001.json @@ -0,0 +1,11 @@ +{ + "description": "SatyamV7.is-a.dev", + "repo": "https://github.com/SatyamV7/SatyamV7.github.io", + "owner": { + "username": "SatyamV7", + "email": "satyamverma46@outlook.com" + }, + "record": { + "CNAME": "SatyamV7.github.io" + } +} diff --git a/domains/0xsurya.json b/domains/0xsurya.json new file mode 100644 index 000000000..f12c9f802 --- /dev/null +++ b/domains/0xsurya.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "0xSuryax", + "email": "surya98613@gmail.com" + }, + "record": { + "A": ["38.242.141.34"] + } + } + \ No newline at end of file diff --git a/domains/0xviel.json b/domains/0xviel.json new file mode 100644 index 000000000..32f519919 --- /dev/null +++ b/domains/0xviel.json @@ -0,0 +1,12 @@ +{ + "description": "0xviel github page", + "repo": "https://github.com/nobuyaki/nobuyaki.github.io", + "owner": { + "username": "nobuyaki", + "email": "contact@0xviel.my.id", + "discord": "445073800850046977" + }, + "record": { + "CNAME": "nobuyaki.github.io" + } +} diff --git a/domains/18o4.json b/domains/18o4.json new file mode 100644 index 000000000..5e20f0c1a --- /dev/null +++ b/domains/18o4.json @@ -0,0 +1,13 @@ +{ + "description": "redirects to my website", + "repo": "https://github.com/18o4/18o4.github.io", + "owner": { + "username": "18o4", + "email": "", + "discord": "18O4#4350", + "discordUserID": "279894305630453760" + }, + "record": { + "URL": "https://18o4.tk" + } +} diff --git a/domains/1rogman.json b/domains/1rogman.json new file mode 100644 index 000000000..693de4e20 --- /dev/null +++ b/domains/1rogman.json @@ -0,0 +1,11 @@ +{ + "description": "Applying for an is-a.dev domain on behalf of my friend so he can use one.", + "repo": "https://github.com/EndingPencil/EndingPencil.github.io", + "owner": { + "username": "EndingPencil", + "email": "watsonsohil@gmail.com" + }, + "record": { + "CNAME": "EndingPencil.github.io" + } +} diff --git a/domains/4k5h4y.json b/domains/4k5h4y.json new file mode 100644 index 000000000..c553aff26 --- /dev/null +++ b/domains/4k5h4y.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "Akshay-Arjun", + "email": "akshayvollala779@gmail.com" + }, + + "record": { + "URL": "https://akshay-arjun.github.io/Akshay-Arjun/" + } + } + diff --git a/domains/600.json b/domains/600.json new file mode 100644 index 000000000..a8d626411 --- /dev/null +++ b/domains/600.json @@ -0,0 +1,10 @@ +{ + "repo":"https://github.com/5rq/5rq.github.io", + "owner":{ + "username":"5rq", + "email":"600@fbi.ac" + }, + "record":{ + "CNAME":"5rq.github.io" + } +} diff --git a/domains/6502.json b/domains/6502.json new file mode 100644 index 000000000..8843bd54d --- /dev/null +++ b/domains/6502.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio website for 6502", + "repo": "https://github.com/nobody5050/nobody5050.github.io", + "owner": { + "username": "Nobody5050", + "email": "levibelland@gmail.com" + }, + "record": { + "CNAME": "nobody5050.github.io" + } +} diff --git a/domains/@.json b/domains/@.json index c5ab89f8f..36cd14e7b 100644 --- a/domains/@.json +++ b/domains/@.json @@ -6,7 +6,6 @@ "email": "phenax5@gmail.com" }, "record": { - "URL": "http://www.is-a.dev", - "TXT": "google-site-verification=D3irdQ7pd-lyVSPbjEJEAWILcploozBksfNWNuqKd9U" + "URL": "http://www.is-a.dev" } } diff --git a/domains/_github-pages-challenge-andrewstech.api-docs.json b/domains/_github-pages-challenge-andrewstech.api-docs.json new file mode 100644 index 000000000..5ee487a99 --- /dev/null +++ b/domains/_github-pages-challenge-andrewstech.api-docs.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev@win11react.com" + }, + + "record": { + "TXT": "1da68d46a844dc520679ed5171da1b" + } + } + diff --git a/domains/_github-pages-challenge-andrewstech.privacy.json b/domains/_github-pages-challenge-andrewstech.privacy.json new file mode 100644 index 000000000..6f9498ece --- /dev/null +++ b/domains/_github-pages-challenge-andrewstech.privacy.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "is-a-dev-bot", + "email": "null" + }, + "record": { + "TXT": "f4099fcae5cf0ea04f853bc649c5b1" + } + } + \ No newline at end of file diff --git a/domains/_github-pages-challenge-ayvacs.ave.json b/domains/_github-pages-challenge-ayvacs.ave.json new file mode 100644 index 000000000..07951a5d8 --- /dev/null +++ b/domains/_github-pages-challenge-ayvacs.ave.json @@ -0,0 +1,11 @@ +{ + "description": "Personal site for github@ayvacs (GH Pages verification)", + "repo": "https://github.com/ayvacs/ayvacs.github.io", + "owner": { + "username": "ayvacs", + "email": "ayvacs@proton.me" + }, + "record": { + "TXT": "5a1e6c3195a98bf63ceba5a88f4be2" + } +} \ No newline at end of file diff --git a/domains/_github-pages-challenge-jy1263.ayanamy.json b/domains/_github-pages-challenge-jy1263.ayanamy.json new file mode 100644 index 000000000..155f5b2b2 --- /dev/null +++ b/domains/_github-pages-challenge-jy1263.ayanamy.json @@ -0,0 +1,12 @@ +{ + "description": "AyanAmy's About Page - Verification", + "repo": "https://github.com/jy1263/jy1263.github.io", + "owner": { + "username": "jy1263", + "email": "", + "twitter": "jy126orjy126" + }, + "record": { + "TXT": "250303a2dde21ac34ad10792da01fa" + } +} diff --git a/domains/_github-pages-challenge-opaayush.aayush.json b/domains/_github-pages-challenge-opaayush.aayush.json new file mode 100644 index 000000000..1f573c3b7 --- /dev/null +++ b/domains/_github-pages-challenge-opaayush.aayush.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "OpAayush", + "email": "aayushmagrawal@gmail.com" + }, + "record": { + "TXT": "d609a47482f885a41a61549fbad3ee" + } +} diff --git a/domains/_github-pages-challenge-priyanshprajapat.monu.json b/domains/_github-pages-challenge-priyanshprajapat.monu.json new file mode 100644 index 000000000..bc92aa104 --- /dev/null +++ b/domains/_github-pages-challenge-priyanshprajapat.monu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "priyanshprajapat", + "email": "priy@nsh.is-a.dev" + }, + "record": { + "TXT": "a65192c96ebe888e8f9b09822aa059" + } +} diff --git a/domains/_github-pages-challenge-priyanshprajapat.priyansh.json b/domains/_github-pages-challenge-priyanshprajapat.priyansh.json new file mode 100644 index 000000000..f5c94e99f --- /dev/null +++ b/domains/_github-pages-challenge-priyanshprajapat.priyansh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "priyanshprajapat", + "email": "priy@nsh.is-a.dev" + }, + "record": { + "TXT": "9344cea7b5e595f0feaf87f729a26a" + } +} diff --git a/domains/_github-pages-challenge-s3mant.semant.json b/domains/_github-pages-challenge-s3mant.semant.json new file mode 100644 index 000000000..6a6fbd21b --- /dev/null +++ b/domains/_github-pages-challenge-s3mant.semant.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "S3mant", + "email": "contact@semant.is-a.dev" + }, + "record": { + "TXT":"137038fe5e46e3f5a6859e5985b8fd" + } +} diff --git a/domains/aargh.json b/domains/aargh.json new file mode 100644 index 000000000..a1eef442d --- /dev/null +++ b/domains/aargh.json @@ -0,0 +1,11 @@ +{ + "description": "aargh.is-a.dev", + "repo": "https://github.com/FloatingComet62/floatingcomet62.github.io", + "owner": { + "username": "FloatingComet62", + "email": "shubh2007rai@gmail.com" + }, + "record": { + "CNAME": "floatingcomet62.github.io" + } +} diff --git a/domains/aayush.json b/domains/aayush.json index dd0905db8..ac503c299 100644 --- a/domains/aayush.json +++ b/domains/aayush.json @@ -1,9 +1,10 @@ { "owner": { - "username": "Aayush-Rajagopalan", - "email": "aayush.rajagopalan77@gmail.com" + "username": "OpAayush", + "email": "aayushmagrawal@gmail.com", + "discord": "Aayu5h#1737" }, "record": { - "CNAME": "byteserver.tech" + "CNAME": "opaayush.pages.dev" } } diff --git a/domains/abdul.json b/domains/abdul.json new file mode 100644 index 000000000..6d64abb4f --- /dev/null +++ b/domains/abdul.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Abdul1810", + "email": "abdulking8010@gmail.com", + "discord": "Abdul ♥#5464" + }, + "record": { + "CNAME": "rahman.works" + } +} diff --git a/domains/abdulrahman.json b/domains/abdulrahman.json index 68a0af4b5..87bf2a14f 100644 --- a/domains/abdulrahman.json +++ b/domains/abdulrahman.json @@ -1,11 +1,11 @@ { - "description": "A personal website for my career.", - "repo": "https://github.com/abdulrahman1s/my-website", + "description": "Personal site to showcase my future works.", + "repo": "https://github.com/abdulrahman1s/abdulrahman1s.github.io", "owner": { "username": "abdulrahman1s", - "email": "abdulrahman.8alah@gmail.com" + "email": "mail@abdulrahman.dev" }, "record": { - "URL": "https://themaestro.site" + "URL": "https://abdulrahman.dev" } } diff --git a/domains/abelblue.json b/domains/abelblue.json new file mode 100644 index 000000000..fb79c4cc0 --- /dev/null +++ b/domains/abelblue.json @@ -0,0 +1,12 @@ +{ + "description": "Abel Mitiku's website", + "repo": "https://github.com/abel-blue/abelblue.dev", + "owner": { + "username": "abel-blue", + "email": "abelmgetnet@gmail.com" + }, + "record": { + "CNAME": "abel-blue.github.io" + } + } + \ No newline at end of file diff --git a/domains/abhay7.json b/domains/abhay7.json deleted file mode 100644 index 5c618f37e..000000000 --- a/domains/abhay7.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "description": "Abhay's portfolio site", - "repo": "https://github.com/EpicGamer007/portfolio-site", - "owner": { - "username": "EpicGamer007", - "email": "", - "discord": "EpicGamer007#5702" - }, - "record": { - "URL": "https://abhay.runs-on.tech", - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], - "TXT": "forward-email=contact:forwardemail.nwyxt@aleeas.com,from:forwardemail.nwyxt@aleeas.com" - } -} diff --git a/domains/abhisekp.json b/domains/abhisekp.json new file mode 100644 index 000000000..3fab010d3 --- /dev/null +++ b/domains/abhisekp.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "abhisekp", + "email": "abhisekp@engineer.com", + "twitter": "abhisek", + "discord": "abhisekp#3680", + "description": "About Abhisek Pattnaik", + "repo": "https://github.com/abhisekp/abhisekp" + }, + "record": { + "URL": "https://abhisekp.com" + } +} diff --git a/domains/abhishekkumar.json b/domains/abhishekkumar.json new file mode 100644 index 000000000..81ca81759 --- /dev/null +++ b/domains/abhishekkumar.json @@ -0,0 +1,11 @@ +{ + "description": "Abhishek's personal developer website", + "repo": "https://github.com/Abhishek-569", + "owner": { + "username": "Abhishek-569", + "email": "akabhishek4444@gmail.com" + }, + "record": { + "URL": "https://akabhishek4444.wixsite.com/abhishek-kumar" + } +} diff --git a/domains/abysmal.json b/domains/abysmal.json index dd0a9fb1d..0f09f0d66 100644 --- a/domains/abysmal.json +++ b/domains/abysmal.json @@ -1,12 +1,10 @@ { "description": "My personal website", - "repo": "https://github.com/abysmal26/abysmal26.github.io", "owner": { "username": "abysmal26", - "email": "abysmal26@tuta.io", - "twitter": "abysmal26" + "email": "abysmal@disroot.org" }, "record": { - "CNAME": "abysmal26.github.io" + "URL": "https://abysmal.eu.org" } } diff --git a/domains/ace.json b/domains/ace.json new file mode 100644 index 000000000..933f8cc2f --- /dev/null +++ b/domains/ace.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "diamond-gold", + "email": "diamond-gold-ace@outlook.com" + }, + + "record": { + "URL": "https://github.com/diamond-gold" + } + } + diff --git a/domains/acey.json b/domains/acey.json new file mode 100644 index 000000000..43405681e --- /dev/null +++ b/domains/acey.json @@ -0,0 +1,15 @@ +{ + "repo": "https://github.com/AceyDoCodes", + "description": "Email ;-;", + "owner": { + "username": "AceyDoCodes", + "email": "aceygoesboom@gmail.com" + }, + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/acgaming.json b/domains/acgaming.json new file mode 100644 index 000000000..0b54207eb --- /dev/null +++ b/domains/acgaming.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "ACGaming1508", + "email": "acgamer861@gmail.com" + }, + "repo": "https://github.com/ACGaming1508/ACGaming1508.github.io", + "record": { + "CNAME": "acgaming1508.github.io" + } +} diff --git a/domains/achim.json b/domains/achim.json new file mode 100644 index 000000000..9baa79b91 --- /dev/null +++ b/domains/achim.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "nohli", + "email": "", + "twitter": "joachi_" + }, + "record": { + "CNAME":"achim.io" + } +} diff --git a/domains/achintya.json b/domains/achintya.json new file mode 100644 index 000000000..667339c0b --- /dev/null +++ b/domains/achintya.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ajachintya", + "email": "ajachintyajaiswal@gmail.com" + }, + "record": { + "URL": "https://portfolio-app-production.up.railway.app" + } +} diff --git a/domains/adhi.json b/domains/adhi.json new file mode 100644 index 000000000..784886c28 --- /dev/null +++ b/domains/adhi.json @@ -0,0 +1,12 @@ +{ + "description": "Adhi", + "repo": "https://github.com/adhithyakrishna/adhithyakrishna.github.io", + "owner": { + "username": "Adhi", + "email": "akrishna.cse21@gmail.com" + }, + "record": { + "CNAME": "adhithyakrishna.github.io" + } + } + \ No newline at end of file diff --git a/domains/adi.json b/domains/adi.json new file mode 100644 index 000000000..5b629d332 --- /dev/null +++ b/domains/adi.json @@ -0,0 +1,11 @@ +{ + "description": "Adrian is a dev", + "repo": "https://github.com/stryfe200fps/adrian", + "owner": { + "username": "stryfe200fps", + "email": "fsdainsleif@gmail.com" + }, + "record": { + "CNAME": "stryfe200fps.github.io" + } +} diff --git a/domains/aditya.json b/domains/aditya.json index 729982cb7..05720c444 100644 --- a/domains/aditya.json +++ b/domains/aditya.json @@ -1,12 +1,12 @@ { "description": "My Personal Landing Page!", - "repo": "https://github.com/icancodebeauty/aditya", + "repo": "https://github.com/adityaasyadav/aditya", "owner": { - "username": "icancodebeauty", - "email": "aditya@mail.aditya.is-a.dev", - "twitter": "@CodeWithAadi" + "username": "adityaasyadav", + "email": "ishqaddy@gmail.com", + "twitter": "@adityaasyadav" }, "record": { - "CNAME": "icancodebeauty.github.io" + "CNAME": "adityaasyadav.github.io" } } diff --git a/domains/adolar0042.json b/domains/adolar0042.json new file mode 100644 index 000000000..c3c75d935 --- /dev/null +++ b/domains/adolar0042.json @@ -0,0 +1,12 @@ + + { + "description": "personal website", + "repo": "https://github.com/adolar0042/adolar0042.github.io", + "owner": { + "username": "Adolar0042", + "email": "adolar0042@gmail.com" + }, + "record": { + "CNAME": "adolar0042.github.io" + } +} diff --git a/domains/adriichu.json b/domains/adriichu.json new file mode 100644 index 000000000..2119a1940 --- /dev/null +++ b/domains/adriichu.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Adriichu", + "email": "adriichu@proton.me", + "twitter": "Adriichuu", + "discord": "Aaron#0069" + }, + + "record": { + "CNAME": "aaron-web.pages.dev" + } + } diff --git a/domains/ahmedashraf.json b/domains/ahmedashraf.json new file mode 100644 index 000000000..382661f1f --- /dev/null +++ b/domains/ahmedashraf.json @@ -0,0 +1,11 @@ +{ + "description": "My Portfolio", + "repo": "https://github.com/AhmedrAshraf/ahmedrashraf", + "owner": { + "username": "ahmedrashraf", + "email": "ahmedr.0331@gmail.com" + }, + "record": { + "CNAME": "ahmedrashraf.github.io" + } +} diff --git a/domains/aiko.json b/domains/aiko.json new file mode 100644 index 000000000..76095a0e0 --- /dev/null +++ b/domains/aiko.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "AikoNee", + "email": "shenzie1131@gmail.com" + }, + + "record": { + "CNAME": "aiko.pages.dev" + } + } + \ No newline at end of file diff --git a/domains/aizawakiyaworu.json b/domains/aizawakiyaworu.json new file mode 100644 index 000000000..75ae335b7 --- /dev/null +++ b/domains/aizawakiyaworu.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "mhmdysf", + "email": "muhammadyusuf1325@smp.belajar.id" + }, + "record": { + "URL": "https://linktr.ee/aizawakiyaworu" + } + } + diff --git a/domains/ak.json b/domains/ak.json new file mode 100644 index 000000000..9eb611b67 --- /dev/null +++ b/domains/ak.json @@ -0,0 +1,13 @@ +{ + "description": "AK's Dev Website", + "repo": "https://github.com/AKGaming0001", + "owner": { + "username": "AKGaming0001", + "email": "", + "twitter": "NotAKGaming", + "discord": "AKGaming#7664" + }, + "record": { + "CNAME": "akgaming0001.github.io" + } +} diff --git a/domains/akemi.json b/domains/akemi.json deleted file mode 100644 index 15cf69948..000000000 --- a/domains/akemi.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "My personal website goes here", - "repo": "https://github.com/ItzCuteAkemi/itzcuteakemi.github.io", - "owner": { - "username": "ItzCuteAkemi", - "email": "christianpandapotans@gmail.com", - "twitter": "@ItzCuteAkemi" - }, - "record": { - "CNAME": "itzcuteakemi.github.io" - } -} diff --git a/domains/akio.json b/domains/akio.json new file mode 100644 index 000000000..c13c12cc0 --- /dev/null +++ b/domains/akio.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "YoruAkio", + "email": "null" + }, + "record": { + "TXT": "vc-domain-verify=akio.is-a.dev,c991805a0f4ecf2a1ded" + } + } + \ No newline at end of file diff --git a/domains/aknbs-vpn.json b/domains/aknbs-vpn.json new file mode 100644 index 000000000..1b522bbe3 --- /dev/null +++ b/domains/aknbs-vpn.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Abdulazizkhan-K-N-B", + "email": "abdulazizkhan.k.n.b@gmail.com" + }, + "record": { + "A": ["47.242.127.210"] + } + } + \ No newline at end of file diff --git a/domains/akshayan.json b/domains/akshayan.json new file mode 100644 index 000000000..e487935fc --- /dev/null +++ b/domains/akshayan.json @@ -0,0 +1,11 @@ +{ + "description": "Akshayan's Profile", + "repo": "https://github.com/akshayans/akshayans.github.io", + "owner": { + "username": "akshayans", + "email": "akshayan@afhstudio.ml" + }, + "record": { + "CNAME": "akshayans.github.io" + } +} diff --git a/domains/albin.json b/domains/albin.json new file mode 100644 index 000000000..7243302c7 --- /dev/null +++ b/domains/albin.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "ALBINPRAVEEN", + "email": "albinpraveen135790@gmail.com" + }, + "record": { + "URL": "https://albinpraveen.vercel.app" + } + } + \ No newline at end of file diff --git a/domains/albinpraveen.json b/domains/albinpraveen.json new file mode 100644 index 000000000..7757c7e91 --- /dev/null +++ b/domains/albinpraveen.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "ALBINPRAVEEN", + "email": "albinpraveen135790@gmail.com" + }, + "record": { + "URL": "https://albinpraveen.vercel.app" + } + } + diff --git a/domains/alexander-david.json b/domains/alexander-david.json deleted file mode 100644 index 22ea47b19..000000000 --- a/domains/alexander-david.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Alexander David's portofolio-personal website", - "owner": { - "username": "alexzerozeroone", - "email": "alexander-david-dev@yandex.com" - }, - "record": { - "URL": "https://www.alexzerozeroone.ga" - } -} diff --git a/domains/alexey.json b/domains/alexey.json new file mode 100644 index 000000000..bb3509cf7 --- /dev/null +++ b/domains/alexey.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "charmingdisorder", + "email": "null" + }, + "record": { + "CNAME": "charmingdisorder.github.io" + } + } + \ No newline at end of file diff --git a/domains/alexis.json b/domains/alexis.json new file mode 100644 index 000000000..3b2172db3 --- /dev/null +++ b/domains/alexis.json @@ -0,0 +1,12 @@ +{ + "description": "Personnal website of", + "repo": "https://github.com/alexis-elaxis/alexis-elaxis.github.io", + "owner": { + "username": "alexis-elaxis", + "email": "contact@alexiis.fr", + "twitter": "un_nalexis" + }, + "record": { + "CNAME": "alexis-elaxis.github.io" + } +} diff --git a/domains/alexmercerind.json b/domains/alexmercerind.json new file mode 100644 index 000000000..58812cc82 --- /dev/null +++ b/domains/alexmercerind.json @@ -0,0 +1,13 @@ +{ + "description": "A redirect to my actual personal website on GitHub Pages", + "repo": "https://github.com/alexmercerind/alexmercerind.github.io", + "owner": { + "username": "alexmercerind", + "email": "alexmercerind@gmail.com", + "twitter": "alexmercerind", + "discord": "alexmercerind#3898" + }, + "record": { + "CNAME": "alexmercerind.github.io" + } +} diff --git a/domains/alexsquibbs.json b/domains/alexsquibbs.json new file mode 100644 index 000000000..f60c3b1ca --- /dev/null +++ b/domains/alexsquibbs.json @@ -0,0 +1,13 @@ +{ + "description": "alexsquibbs.is-a.dev --> alexsquibbs.com", + "record": { + "URL": "https://alexsquibbs.com" + }, + "repo": "https://github.com/alexsquibbs", + "owner": { + "discord": "alex squibbs#7777", + "email": "alexsquibbs.is-a.dev@alexsquibbs.com", + "twitter": "alexsquibbs", + "username": "alexsquibbs" + } +} diff --git a/domains/alfred.json b/domains/alfred.json new file mode 100644 index 000000000..221c4e5c8 --- /dev/null +++ b/domains/alfred.json @@ -0,0 +1,11 @@ +{ + "description": "MkDocs website for alfred-discord-bot", + "repo": "https://github.com/AlfredDiscordBot/AlfredDiscordBot.github.io", + "owner": { + "username": "AlfredDiscordBot", + "email": "alvinallen333@gmail.com" + }, + "record": { + "CNAME": "AlfredDiscordBot.github.io" + } +} diff --git a/domains/alimd.json b/domains/alimd.json new file mode 100644 index 000000000..a8f47d554 --- /dev/null +++ b/domains/alimd.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "AliMD", + "email": "ali@mihandoost.com" + }, + + "record": { + "CNAME": "alimd.github.io" + } + } + \ No newline at end of file diff --git a/domains/alireza.json b/domains/alireza.json new file mode 100644 index 000000000..5b9e70bd4 --- /dev/null +++ b/domains/alireza.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "faghani", + "email": "", + "twitter": "alireza_faghani" + }, + "record": { + "CNAME": "hashnode.network" + } +} diff --git a/domains/alisabry.json b/domains/alisabry.json new file mode 100644 index 000000000..7889c32cf --- /dev/null +++ b/domains/alisabry.json @@ -0,0 +1,10 @@ + { + "owner": { + "username": "ali-sabry", + "email": "alisabry.official@gmail.com" + }, + + "record": { + "URL": "https://alisabry.netlify.app" + } + } diff --git a/domains/allen.json b/domains/allen.json new file mode 100644 index 000000000..2d8ed18ad --- /dev/null +++ b/domains/allen.json @@ -0,0 +1,12 @@ +{ + "description": "A full-stack developer.", + "repo": "https://github.com/xiaofuyesnew", + "owner": { + "username": "xiaofuyesnew", + "email": "xiaofuyesnew@qq.com", + "twitter": "xiaofuyesnew" + }, + "record": { + "URL": "https://github.com/xiaofuyesnew" + } +} diff --git a/domains/almightynan.json b/domains/almightynan.json new file mode 100644 index 000000000..7c3c92865 --- /dev/null +++ b/domains/almightynan.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/almightynan", + "owner": { + "username": "almightynan", + "email": "almightynan@gmail.com" + }, + "record": { + "CNAME": "almightynandev-production.up.railway.app" + } +} diff --git a/domains/alokik.json b/domains/alokik.json new file mode 100644 index 000000000..caef09cb4 --- /dev/null +++ b/domains/alokik.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "OpAayush", + "email": "aayushmagrawal@gmail.com" + }, + "record": { + "CNAME": "alokik-here.github.io" + } + } diff --git a/domains/alraakib.json b/domains/alraakib.json new file mode 100644 index 000000000..e8df4e8c5 --- /dev/null +++ b/domains/alraakib.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "alraakib", + "email": "alraakib@gmail.com" + }, + "record": { + "CNAME": "portrkb.netlify.app" + } + } + \ No newline at end of file diff --git a/domains/am.json b/domains/am.json new file mode 100644 index 000000000..464a354f4 --- /dev/null +++ b/domains/am.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sa-mustafa", + "email": "s.a.mustafa@yandex.com" + }, + "record": { + "CNAME": "dev.imagesmith.io" + } +} diff --git a/domains/amarjeet.json b/domains/amarjeet.json index b8a105680..c2d8bdb11 100644 --- a/domains/amarjeet.json +++ b/domains/amarjeet.json @@ -1,9 +1,9 @@ { "owner": { - "username": "amarjeetmalpotra", + "username": "amalpotra", "email": "amarjeetmalpotra@outlook.com" }, "record": { - "CNAME": "amarjeetmalpotra.github.io" + "CNAME": "amalpotra.github.io" } } diff --git a/domains/amine-brahmi.json b/domains/amine-brahmi.json new file mode 100644 index 000000000..61f388199 --- /dev/null +++ b/domains/amine-brahmi.json @@ -0,0 +1,11 @@ +{ + "description": "My tech blog", + "owner": { + "username": "thou-mayest", + "email": "", + "twitter": "Dr_whoami_" + }, + "record": { + "CNAME": "thou-mayest.github.io" + } +} diff --git a/domains/amiyo.json b/domains/amiyo.json new file mode 100644 index 000000000..c551b7e87 --- /dev/null +++ b/domains/amiyo.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "DevAmiyo", + "email": "devamiyosp@gmail.com", + "repo": "https://github.com/DevAmiyo", + "discord": "Amiyo#7978", + "twitter": "AmiyoTweets" + }, + "record": { + "URL": "https://github.amiyo.tk" + } +} diff --git a/domains/amjad.json b/domains/amjad.json index b17b0a877..e6014a143 100644 --- a/domains/amjad.json +++ b/domains/amjad.json @@ -1,11 +1,11 @@ { - "repo": "https://github.com/amjad-ah/amjad-ah.github.io", + "repo": "https://github.com/amjadAH/amjadAH.github.io", "owner": { - "username": "amjad-ah", + "username": "amjadAH", "email": "amjad_ah_@hotmail.com", "tiwtter": "amjad_ah_" }, "record": { - "CNAME": "amjad-ah.github.io" + "CNAME": "amjadAH.github.io" } } diff --git a/domains/amr.elrefaie.json b/domains/amr.elrefaie.json new file mode 100644 index 000000000..48f116646 --- /dev/null +++ b/domains/amr.elrefaie.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "amour86", + "email": "amour86@gmail.com" + }, + + "record": { + "A": ["35.154.162.29"] + } + } + diff --git a/domains/anamay.json b/domains/anamay.json new file mode 100644 index 000000000..95bc7390a --- /dev/null +++ b/domains/anamay.json @@ -0,0 +1,11 @@ +{ + "description": "Anamay's .is-a.dev domain", + "repo": "https://github.com/anamaykashiv/anamaykashiv.github.io", + "owner": { + "username": "anamaykashiv", + "email": "kashiv.anamay002@gmail.com" + }, + "record": { + "CNAME": "anamaykashiv.github.io" + } + } diff --git a/domains/anandyeole.json b/domains/anandyeole.json new file mode 100644 index 000000000..dfef22de1 --- /dev/null +++ b/domains/anandyeole.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/anandyeole/anandyeole.github.io", + "owner": { + "username": "anandyeole", + "email": "anandyeole@duck.com" + }, + "record": { + "CNAME": "anandyeole.github.io" + } +} diff --git a/domains/anas.json b/domains/anas.json new file mode 100644 index 000000000..96a8ab4e9 --- /dev/null +++ b/domains/anas.json @@ -0,0 +1,11 @@ +{ + "description": "Anasov Github Portfolio", + "repo": "https://github.com/ItzAnasov/ItzAnasov.github.io", + "owner": { + "username": "ItzAnasov", + "email": "anasybal@mail.ru" + }, + "record": { + "CNAME": "itzanasov.github.io" + } +} diff --git a/domains/andremor.json b/domains/andremor.json new file mode 100644 index 000000000..3bf00c31f --- /dev/null +++ b/domains/andremor.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "AndreMor8", + "email": "me@andremor.dev" + }, + "record": { + "URL": "https://andremor.dev" + } + } + \ No newline at end of file diff --git a/domains/andriy.json b/domains/andriy.json new file mode 100644 index 000000000..32c8605f8 --- /dev/null +++ b/domains/andriy.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "andriyandriyan", + "email": "andriy.andriyan1@gmail.com" + }, + "record": { + "CNAME": "andriy.pages.dev" + } + } + diff --git a/domains/andronasef.json b/domains/andronasef.json new file mode 100644 index 000000000..5c039220e --- /dev/null +++ b/domains/andronasef.json @@ -0,0 +1,12 @@ +{ + "description": "My Portfolio", + "repo": "https://github.com/andronasef/andronasef.github.io", + "owner": { + "username": "andronasef", + "email": "andronasef@gmail.com", + "twitter": "andronasef" + }, + "record": { + "CNAME": "andronasef.github.io" + } +} diff --git a/domains/angelwuff.json b/domains/angelwuff.json new file mode 100644 index 000000000..f697f47f9 --- /dev/null +++ b/domains/angelwuff.json @@ -0,0 +1,12 @@ +{ + "description": "Angel Wuffy", + "repo": "https://github.com/Angelix1/Angelix1.github.io", + "owner": { + "username": "Angelix1", + "email": "", + "twitter": "AngelTheWolfy" + }, + "record": { + "CNAME": "Angelix1.github.io" + } +} diff --git a/domains/anger.json b/domains/anger.json new file mode 100644 index 000000000..2f5e54211 --- /dev/null +++ b/domains/anger.json @@ -0,0 +1,13 @@ +{ + "description": "Will be used to show my page showing stuff about me", + "repo": "https://github.com/angerminecraftyt/aboutme", + "owner": { + "username": "AngerminecraftYT", + "email": "", + "discord": "AngerMinecraftYT#3051" + }, + "record": { + "CNAME": "angerminecraftyt.github.io" + } +} + diff --git a/domains/aniruddh.json b/domains/aniruddh.json new file mode 100644 index 000000000..f6ee3c923 --- /dev/null +++ b/domains/aniruddh.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "aniruddhnishad", + "email": "mr.aniruddhnishad@gmail.com" + }, + "record": { + "A": [ + "23.94.14.190", + "193.36.237.98" + ] + } +} diff --git a/domains/anish.json b/domains/anish.json new file mode 100644 index 000000000..8b26bd598 --- /dev/null +++ b/domains/anish.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "anish-mandal", + "email": "anishmandalme1234@outlook.com", + "twitter": "anishsay" + }, + "description": "This website is for my personal portfolio.", + "repo": "https://github.com/anish-mandal/anish-mandal.github.io", + "record": { + "CNAME": "anish-mandal.github.io" + } +} diff --git a/domains/ankit.json b/domains/ankit.json new file mode 100644 index 000000000..4a6c6fe38 --- /dev/null +++ b/domains/ankit.json @@ -0,0 +1,11 @@ +{ + "description": "Will be using this subdomain for personal portfolio", + "repo": "https://github.com/ankitjain-1/ankitjain-1.github.io", + "owner": { + "username": "ankitjain-1", + "email": "akjain6067.aj@gmail.com" + }, + "record": { + "CNAME": "ankitjain-1.github.io" + } +} \ No newline at end of file diff --git a/domains/anthony2be.json b/domains/anthony2be.json index c1dfcedf8..aa83523a4 100644 --- a/domains/anthony2be.json +++ b/domains/anthony2be.json @@ -1,12 +1,12 @@ { "description": "Personal website", - "repo": "https://github.com/Anthony2be/Anthony2be.github.io", + "repo": "github.com/Anthony2be/fresh-blog", "owner": { "username": "Anthony2be", "email": "adubovitsky1234@gmail.com", "discord": "anthony2be#1900" }, "record": { - "CNAME": "anthony2be.github.io" + "CNAME": "anthony2be-blog.deno.dev" } } diff --git a/domains/antogamer.json b/domains/antogamer.json index dea3bf368..273726cc2 100644 --- a/domains/antogamer.json +++ b/domains/antogamer.json @@ -4,6 +4,6 @@ "email": "antonio.antogamer@gmail.com" }, "record": { - "A": ["213.133.110.62"] + "A": ["141.148.238.95"] } } diff --git a/domains/anuj.json b/domains/anuj.json new file mode 100644 index 000000000..5a143337f --- /dev/null +++ b/domains/anuj.json @@ -0,0 +1,12 @@ + +{ + "description": "Anuj' Welcome to my portfolio", + "repo": "https://anujmutha.github.io/Portfolio/", + "owner": { + "username": "AnujMutha", + "email": "mutha.am16@gmail.com" + }, + "record": { + "CNAME": "anujmutha.github.io" + } +} diff --git a/domains/api-docs.json b/domains/api-docs.json new file mode 100644 index 000000000..11db6aeea --- /dev/null +++ b/domains/api-docs.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev@win11react.com" + }, + + "record": { + "CNAME": "andrewstech.github.io" + } + } + \ No newline at end of file diff --git a/domains/api-kyouka.json b/domains/api-kyouka.json new file mode 100644 index 000000000..bbe4a625e --- /dev/null +++ b/domains/api-kyouka.json @@ -0,0 +1,11 @@ +{ + "description": "APIKEY KYOUKA | SHIORI BOT", + "repo": "https://github.com/Yuri-Neko", + "owner": { + "username": "Yuri-Neko", + "email": "apikeykyouka@gmail.com" + }, + "record": { + "CNAME": "kyouka-apis.herokuapp.com" + } +} diff --git a/domains/api.badboy.json b/domains/api.badboy.json index 4f07ae142..6adb23e2e 100644 --- a/domains/api.badboy.json +++ b/domains/api.badboy.json @@ -1,10 +1,8 @@ { - "description": "Suzumi Api", + "description": "Semant Api", "owner": { - "username": "bad-boy-codes", - "email": "contact@mail.badboy.is-a.dev", - "discord": "445073800850046977", - "twitter": "BadBoyGoesBrr" + "username": "s3mant", + "email": "contact@semant.is-a.dev" }, "record": { "CNAME": "d583fe02-d653-4af3-a8fc-1645f6857a8c.id.repl.co" diff --git a/domains/api.semant.json b/domains/api.semant.json new file mode 100644 index 000000000..20061db43 --- /dev/null +++ b/domains/api.semant.json @@ -0,0 +1,11 @@ +{ + "description": "Semant Api", + "owner": { + "username": "s3mant", + "email": "contact@semant.is-a.dev", + "discord": "445073800850046977" + }, + "record": { + "CNAME": "7f6fe19a-4ab2-4971-974f-c5a8bbf1243f.id.repl.co" + } +} diff --git a/domains/apigeon.json b/domains/apigeon.json new file mode 100644 index 000000000..10708a13f --- /dev/null +++ b/domains/apigeon.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "mepuntojr1", + "email": "eepuntojr@gmail.com" + }, + "record": { + "CNAME": "sites.bootstrapstudio.io" + } + } + \ No newline at end of file diff --git a/domains/applesfruit.json b/domains/applesfruit.json new file mode 100644 index 000000000..807e8b314 --- /dev/null +++ b/domains/applesfruit.json @@ -0,0 +1,12 @@ +{ + "description": "Personal portfolio page with my recent and past projects, experiences, and more.", + "repo": "https://github.com/applesfruit/applesfruit.github.io", + "owner": { + "username": "applesfruit", + "email": "arya.kshipra@gmail.com", + "discord": "fruits#1845" + }, + "record": { + "CNAME": "applesfruit.github.io" + } +} diff --git a/domains/aqsakhan.json b/domains/aqsakhan.json new file mode 100644 index 000000000..d45248c0e --- /dev/null +++ b/domains/aqsakhan.json @@ -0,0 +1,12 @@ +{ + "description": "personal portfolio", + "repo": "https://github.com/aqsakhan/v1.github.io", + "owner": { + "username": "aqsakhan", + "email": "aqsa250bpl@outlook.com", + "twitter": "aqsa_khan32" + }, + "record": { + "CNAME": "v1-7tp.pages.dev" + } +} diff --git a/domains/aqua.json b/domains/aqua.json new file mode 100644 index 000000000..652ca21fa --- /dev/null +++ b/domains/aqua.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "AquaQuokka", + "email": "aquaquokka@outlook.com" + }, + + "record": { + "URL": "https://aquaquokka.github.io/AquaQuokka/" + } + } + diff --git a/domains/aqua22.json b/domains/aqua22.json deleted file mode 100644 index c28c3b744..000000000 --- a/domains/aqua22.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Domain for my github page", - "repo": "https://github.com/aqua22/aqua22.github.io", - "owner": { - "username": "Aqua22", - "email": "hello@aqua22.hu", - "twitter": "aqua22of" - }, - "record": { - "CNAME": "aqua22.github.io" - } -} diff --git a/domains/arafatrahaman.json b/domains/arafatrahaman.json new file mode 100644 index 000000000..ba74f1746 --- /dev/null +++ b/domains/arafatrahaman.json @@ -0,0 +1,11 @@ +{ + "description": "A personal portfolio website", + "repo": "https://github.com/Hieser21/hieser21.github.io", + "owner": { + "username": "Hieser21", + "email": "rarafat883@gmail.com" + }, + "record": { + "CNAME": "arafatrahaman.up.railway.app" + } + } diff --git a/domains/aramos.json b/domains/aramos.json new file mode 100644 index 000000000..66b453d05 --- /dev/null +++ b/domains/aramos.json @@ -0,0 +1,11 @@ +{ + "description": "The awesome portfolio site for Alejandro Ramos", + "repo": "https://github.com/Al327/al327.github.io", + "owner": { + "username": "al327", + "email": "ramosgalejandro3f@gmail.com" + }, + "record": { + "CNAME": "al327.github.io" + } +} diff --git a/domains/archelaus.json b/domains/archelaus.json new file mode 100644 index 000000000..39e9f2e0c --- /dev/null +++ b/domains/archelaus.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio", + "repo": "https://github.com/archelaus/archelaus.github.io", + "owner": { + "username": "archelaus", + "email": "aa.18cs02@thdcihet.ac.in" + }, + "record": { + "CNAME": "archelaus.github.io" + } +} diff --git a/domains/ari.json b/domains/ari.json index 68f02077d..dd8e98c8a 100644 --- a/domains/ari.json +++ b/domains/ari.json @@ -6,6 +6,6 @@ "email": "rayhanadev@protonmail.com" }, "record": { - "URL": "http://furret.codes" + "CNAME": "edge.redirect.pizza" } } diff --git a/domains/ariez.json b/domains/ariez.json new file mode 100644 index 000000000..43f83461f --- /dev/null +++ b/domains/ariez.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "AriezzYT", + "email": "ttkeaton@outlook.com" + }, + + "record": { + "CNAME": "ariezzyt.github.io" + } + } + diff --git a/domains/arijit.json b/domains/arijit.json new file mode 100644 index 000000000..9e230ca1d --- /dev/null +++ b/domains/arijit.json @@ -0,0 +1,23 @@ +{ + + "description": "Site of Arijit", + + "repo": "https://github.com/ArijitTheDev/arijitthedev.github.io", + + "owner": { + + "username": "ArijitTheDev", + + "email": "itsarijitdebnath@gmail.com", + + "twitter": "NotArijit" + + }, + + "record": { + + "CNAME": "arijitthedev.github.io" + + } + +} diff --git a/domains/arman.json b/domains/arman.json index 618155de2..307beeb12 100644 --- a/domains/arman.json +++ b/domains/arman.json @@ -6,6 +6,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" } } diff --git a/domains/arnav.json b/domains/arnav.json new file mode 100644 index 000000000..7aced6f20 --- /dev/null +++ b/domains/arnav.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "arnav-kr", + "email": "arnav-kumar@outlook.com" + }, + + "record": { + "CNAME": "arnav-kr.github.io" + } + } + diff --git a/domains/arsdorint.json b/domains/arsdorint.json new file mode 100644 index 000000000..e393a2ead --- /dev/null +++ b/domains/arsdorint.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "nambp2003", + "email": "e0851451@u.nus.edu" + }, + "record": { + "CNAME": "hashnode.network" + } + } + diff --git a/domains/arunava.json b/domains/arunava.json new file mode 100644 index 000000000..a04036d79 --- /dev/null +++ b/domains/arunava.json @@ -0,0 +1,11 @@ +{ + "description": "is-a.dev subdomain for my portfolio", + "repo": "https://github.com/its-ag/arunava.tech", + "owner": { + "username": "its-ag", + "email": "itsag0024@gmail.com" + }, + "record": { + "CNAME": "its-ag.github.io" + } +} diff --git a/domains/aryamaan.json b/domains/aryamaan.json new file mode 100644 index 000000000..f88e58678 --- /dev/null +++ b/domains/aryamaan.json @@ -0,0 +1,20 @@ + { + "owner": { + "username": "HalalJadeja", + "email": "9236.stkabirdio@gmail.com" + }, + "record": { + "A": [ + "185.199.110.153", + "185.199.108.153", + "185.199.111.153", + "185.199.109.153" + ], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } + } + diff --git a/domains/ashwa.json b/domains/ashwa.json new file mode 100644 index 000000000..da0927317 --- /dev/null +++ b/domains/ashwa.json @@ -0,0 +1,13 @@ + + { + "description": "A personal website, for ash.", + "repo": "https://github.com/NatBLida68/NatBLida68.github.io", + "owner": { + "username": "NatBLida68", + "email": "aswajith.jithu888@gmail.com" + }, + "record": { + "CNAME": "natblida68.github.io" + } + } + diff --git a/domains/asp.json b/domains/asp.json new file mode 100644 index 000000000..643ba0d9f --- /dev/null +++ b/domains/asp.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "aspekts", + "email": "marcus.kamuntu@gmail.com" + }, + "record": { + "CNAME": "29e1a02d-9848-4f80-845e-74cb27d553b3.id.repl.co" + } + } + \ No newline at end of file diff --git a/domains/austinleath.json b/domains/austinleath.json new file mode 100644 index 000000000..4017338b4 --- /dev/null +++ b/domains/austinleath.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "AustinLeath", + "email": "austinleath18@gmail.com" + }, + + "record": { + "A": ["153.33.92.51"] + } + } + \ No newline at end of file diff --git a/domains/ausy.json b/domains/ausy.json new file mode 100644 index 000000000..7735c6a1d --- /dev/null +++ b/domains/ausy.json @@ -0,0 +1,11 @@ +{ + "description": "austinfenne.is-a.dev", + "repo": "https://https://github.com/FenneAustin/FenneAustin.github.io", + "owner": { + "username": "FenneAustin", + "email": "austindfenne@gmail.com" + }, + "record": { + "CNAME": "FenneAustin.github.io" + } +} diff --git a/domains/authorises.json b/domains/authorises.json new file mode 100644 index 000000000..3396108d2 --- /dev/null +++ b/domains/authorises.json @@ -0,0 +1,11 @@ +{ + "description": "Personal portfolio", + "repo": "https://github.com/Authorises/authorises.github.io", + "owner": { + "username": "authorises", + "email": "authorises_alt@outlook.com" + }, + "record": { + "CNAME": "authorises.github.io" + } +} diff --git a/domains/avarnex.json b/domains/avarnex.json new file mode 100644 index 000000000..9b1df1344 --- /dev/null +++ b/domains/avarnex.json @@ -0,0 +1,11 @@ +{ + "description": "avarnex' personal website", + "repo": "https://github.com/avarnex/avarnex.github.io", + "owner": { + "username": "avarnex", + "email": "avarnex@paranoid.email" + }, + "record": { + "CNAME": "avarnex.github.io" + } +} diff --git a/domains/ave.json b/domains/ave.json index f7afb1d3c..c240dd564 100644 --- a/domains/ave.json +++ b/domains/ave.json @@ -3,10 +3,9 @@ "repo": "https://github.com/ayvacs/ayvacs.github.io", "owner": { "username": "ayvacs", - "email": "ayvacs@protonmail.com", - "twitter": "ayvacs_" + "email": "ayvacs@proton.me" }, "record": { "CNAME": "ayvacs.github.io" } -} +} \ No newline at end of file diff --git a/domains/avon.json b/domains/avon.json new file mode 100644 index 000000000..f6246e3a8 --- /dev/null +++ b/domains/avon.json @@ -0,0 +1,10 @@ +{ + "owner":{ + "username": "avonryle", + "discord": "avonryle#3155", + "email": "avonryle@cloudteam.me" + }, + "record": { + "CNAME": "b496390d-18ef-4629-990f-a6bb296f35d6.id.repl.co" + } +} diff --git a/domains/ax.json b/domains/ax.json new file mode 100644 index 000000000..4fb9067e6 --- /dev/null +++ b/domains/ax.json @@ -0,0 +1,11 @@ +{ + "description": "Ax's Portfolio", + "repo": "https://github.com/ax-a-dev", + "owner": { + "username": "ax-a-dev", + "email": "ax_a_dev#3122" + }, + "record": { + "URL":"https://axdev.vercel.app" + } +} diff --git a/domains/axd.json b/domains/axd.json new file mode 100644 index 000000000..eb11f6a16 --- /dev/null +++ b/domains/axd.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alexdhg", + "email": "me@alexdhg.com" + }, + "record": { + "URL": "https://alexdhg.com" + } +} diff --git a/domains/axin.json b/domains/axin.json new file mode 100644 index 000000000..a3e510531 --- /dev/null +++ b/domains/axin.json @@ -0,0 +1,12 @@ +{ + "description": "Personal website", + "repo": "https://github.com/axindev/axindev.github.io", + "owner": { + "username": "axindev", + "email": "", + "discord": "axin!#9073" + }, + "record": { + "CNAME": "axindev.github.io" + } +} diff --git a/domains/axolotlextnd.json b/domains/axolotlextnd.json new file mode 100644 index 000000000..4516c7886 --- /dev/null +++ b/domains/axolotlextnd.json @@ -0,0 +1,12 @@ +{ + "description": "My personal portofolio", + "repo": "https://github.com/axolotlextnd/axolotlextnd.github.io", + "owner": { + "username": "axolotlextnd", + "email": "", + "discord": "Sandira#0781" + }, + "record": { + "CNAME": "axolotlextnd.github.io" + } +} diff --git a/domains/ayanamy.json b/domains/ayanamy.json index 4fbe8679c..44fe32ed3 100644 --- a/domains/ayanamy.json +++ b/domains/ayanamy.json @@ -7,6 +7,6 @@ "twitter": "jy126orjy126" }, "record": { - "CNAME": "jy1263.github.io" + "URL": "https://jy1263.github.io" } } diff --git a/domains/ayush.json b/domains/ayush.json new file mode 100644 index 000000000..54169c393 --- /dev/null +++ b/domains/ayush.json @@ -0,0 +1,12 @@ +{ + "description": "My Website", + "repo": "https://github.com/Itzayushzz/Itzayushzz.github.io", + "owner": { + "username": "Itzayushzz", + "email": "", + "discord": "Ayush_Ezz#6057" + }, + "record": { + "CNAME": "itzayushzz.github.io" + } +} diff --git a/domains/ayushshivaji.json b/domains/ayushshivaji.json new file mode 100644 index 000000000..f3c9a0645 --- /dev/null +++ b/domains/ayushshivaji.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "ayushclashroyale", + "email": "ayushclashroyale@gmail.com" + }, + + "record": { + "CNAME": "ayushclashroyale.github.io" + } + } + \ No newline at end of file diff --git a/domains/azumi.aqua.json b/domains/azumi.aqua.json new file mode 100644 index 000000000..9c77c1463 --- /dev/null +++ b/domains/azumi.aqua.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "AquaQuokka", + "email": "aquaquokka@outlook.com" + }, + + "record": { + "URL": "https://azumi-development.github.io/" + } + } + diff --git a/domains/bachwumpus.json b/domains/bachwumpus.json new file mode 100644 index 000000000..3c831d929 --- /dev/null +++ b/domains/bachwumpus.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "BachLe2000", + "email": "tinh200974@gmail.com" + }, + "record": { + "CNAME": "web.frawgnu.tk" + } + } + \ No newline at end of file diff --git a/domains/bad.boy.json b/domains/bad.boy.json index 3a42caf58..6e61ebeb3 100644 --- a/domains/bad.boy.json +++ b/domains/bad.boy.json @@ -5,6 +5,6 @@ "email": "contact@mail.badboy.is-a.dev" }, "record": { - "URL": "https://badboy.is-a.dev" + "CNAME": "edge.redirect.pizza" } } diff --git a/domains/badboy.json b/domains/badboy.json index 1a6bea1a4..6cdec5f69 100644 --- a/domains/badboy.json +++ b/domains/badboy.json @@ -1,13 +1,10 @@ { - "description": "Bad Boy's Website", + "description": "Bad Boy/Semant 's Website", "owner": { - "username": "bad-boy-codes", - "email": "contact@mail.badboy.is-a.dev", - "discord": "445073800850046977", - "note": "My Discord ID is 445073800850046977.", - "twitter": "BadBoyGoesBrr" + "username": "s3mant", + "email": "contact@semant.is-a.dev" }, "record": { - "CNAME": "4baf80cb-7f87-4d2c-8e40-938f4045acfd.id.repl.co" + "CNAME": "2755c31d-6389-4f53-8fd7-b83f99037ffd.id.repl.co" } } diff --git a/domains/baijiu.yec.json b/domains/baijiu.yec.json new file mode 100644 index 000000000..02420e017 --- /dev/null +++ b/domains/baijiu.yec.json @@ -0,0 +1,11 @@ +{ + "description": "baijiu.yec", + "repo": "https://github.com/twentwo/baijiu.yec", + "owner": { + "username": "twentwo", + "email": "joneyee22@qq.com" + }, + "record": { + "URL": "https://twentwo.github.io/baijiu.yec" + } +} diff --git a/domains/bartoszm77.json b/domains/bartoszm77.json new file mode 100644 index 000000000..e42611544 --- /dev/null +++ b/domains/bartoszm77.json @@ -0,0 +1,12 @@ +{ + "description": "bartoszm77.is-a.dev", + "repo": "https://github.com/b2rt0szm77/b2rt0szm77.github.io", + "owner": { + "username": "bartoszm77", + "email": "", + "discord": "bartoszm77#3458" + }, + "record": { + "CNAME": "b2rt0szm77.github.io" + } +} diff --git a/domains/bast.json b/domains/bast.json new file mode 100644 index 000000000..302ae95f6 --- /dev/null +++ b/domains/bast.json @@ -0,0 +1,10 @@ +{ + "description": "Bast's Programming Blog", + "owner": { + "username": "bast0006", + "email": "bast@bast-development.com" + }, + "record": { + "URL": "https://bast-development.com" + } +} diff --git a/domains/baumistlustig.json b/domains/baumistlustig.json new file mode 100644 index 000000000..5aa7e3a45 --- /dev/null +++ b/domains/baumistlustig.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "baumistlustig", + "email": "johannes.hoellwerth@protonmail.com" + }, + + "record": { + "URL": "https://baumistlustig.eu" + } +} diff --git a/domains/bear.json b/domains/bear.json index b66b74ec9..9109f56fe 100644 --- a/domains/bear.json +++ b/domains/bear.json @@ -1,9 +1,10 @@ { "description": "Bear's Portfolio Website", - "repo": "https://github.com/bearts/PortFolio", - "owner": { - "username": "bearts", - "email": "bearjs@protonmail.com" + "repo": "https://github.com/bearts/bearts.github.io", + "owner": { + "username": "bearts", + "email": "anujparihar@yahoo.com", + "twitter": "anujpflash" }, "record": { "CNAME": "bearts.github.io" diff --git a/domains/beboq.json b/domains/beboq.json new file mode 100644 index 000000000..2b5b5482c --- /dev/null +++ b/domains/beboq.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "iibeboQ", + "email": "qqqbeboo@yahoo.com" + }, + + "record": { + "CNAME": "2e0e98d2-b08c-4ced-aa5a-47d06b3a7ef0.id.repl.co" + } + } + \ No newline at end of file diff --git a/domains/bedanth.json b/domains/bedanth.json index 7e63dfaa8..e63d09d00 100644 --- a/domains/bedanth.json +++ b/domains/bedanth.json @@ -6,6 +6,6 @@ "email": "mohanesh.h2003@gmail.com" }, "record": { - "CNAME": "bedantH.github.io" + "CNAME": "bedanth-github-io.pages.dev" } } diff --git a/domains/bento64.json b/domains/bento64.json new file mode 100644 index 000000000..6a2a57b03 --- /dev/null +++ b/domains/bento64.json @@ -0,0 +1,13 @@ + + { + "description": "I need a great looking (sub)domain for my website", + "repo": "https://github.com/bento64/bento64.github.io", + "owner": { + "username": "bento64", + "email": "bento64@disroot.org" + }, + "record": { + "CNAME": "bento64.github.io" + } + } + diff --git a/domains/beta.auth.json b/domains/beta.auth.json new file mode 100644 index 000000000..e8bb2b5cd --- /dev/null +++ b/domains/beta.auth.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "andrewstech", + "email": "andrew@win11react.com" + }, + "record": { + "A": ["199.36.158.100"] + } + } + \ No newline at end of file diff --git a/domains/beta.json b/domains/beta.json new file mode 100644 index 000000000..d88dc13cb --- /dev/null +++ b/domains/beta.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "andrewstech", + "email": "andrew@win11react.com" + }, + "record": { + "URL": "https://register.is-a.dev/" + } + } + diff --git a/domains/bhavishya.json b/domains/bhavishya.json new file mode 100644 index 000000000..9ddb9f3b1 --- /dev/null +++ b/domains/bhavishya.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "BH00TXD", + "email": "ghost25112006@gmail.com" + }, + + "record": { + "A": ["164.132.74.251"] + } + } + \ No newline at end of file diff --git a/domains/bimal.json b/domains/bimal.json new file mode 100644 index 000000000..9f69d553d --- /dev/null +++ b/domains/bimal.json @@ -0,0 +1,12 @@ +{ + "description": "My personal website goes here", + "repo": "https://github.com/bimal-inc/bimal-inc.github.io", + "owner": { + "username": "bimal-inc", + "email": "bimalyadavemail7@gmail.com", + "twitter": "@bimalinc" + }, + "record": { + "CNAME": "bimal-inc.github.io" + } +} diff --git a/domains/blaine.json b/domains/blaine.json index 45be88b49..eff049886 100644 --- a/domains/blaine.json +++ b/domains/blaine.json @@ -6,6 +6,6 @@ "email": "rishi1998@gmail.com" }, "record": { - "CNAME": "blakeinstein.github.io" + "URL": "https://blaine.vip" } } diff --git a/domains/blog.om.json b/domains/blog.om.json deleted file mode 100644 index 9e51d693c..000000000 --- a/domains/blog.om.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Blog - a simple blog site/dairy for Om! I hope to see you again.", - "repo": "https://github.com/omxpro/blog-cf", - "owner": { - "username": "omxpro", - "email": "omsenjalia@gmail.com", - "twitter": "DaRealOmxpro" - }, - "record": { - "CNAME": "blog-cf-bu7.pages.dev" - } -} diff --git a/domains/blog.samihatasnim.json b/domains/blog.samihatasnim.json deleted file mode 100644 index 9eb910b79..000000000 --- a/domains/blog.samihatasnim.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "description": "Samiha Tasnim's blog.", - "repo": "https://github.com/samihaTasnim/website", - "owner": { - "username": "samihaTasnim", - "discord": "sam.#7750", - "email": "samxtasnim@gmail.com", - "twitter": "@SamihaTasnimm" - }, - "record": { - "CNAME": "hashnode.network" - } -} diff --git a/domains/blog.terra.json b/domains/blog.terra.json new file mode 100644 index 000000000..ca6370219 --- /dev/null +++ b/domains/blog.terra.json @@ -0,0 +1,12 @@ +{ + "description": "Blog - a simple blog site/dairy for TerraPlayz! I hope to see you again.", + "repo": "https://github.com/terraplayz/blog-cf", + "owner": { + "username": "terraplayz", + "email": "github@om.is-a.dev", + "twitter": "DaRealOmxpro" + }, + "record": { + "CNAME": "blog-cf-bu7.pages.dev" + } +} diff --git a/domains/blox.json b/domains/blox.json index ff4b9f06d..19df95c45 100644 --- a/domains/blox.json +++ b/domains/blox.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "soudblox", - "email": "nick8x@gmail.com" - }, - "record": { - "CNAME": "bloxsite.up.railway.app" - } -} + "owner": { + "username": "soudblox", + "email": "nick8x@gmail.com" + }, + "record": { + "CNAME": "soudblox.github.io" + } +} diff --git a/domains/blueberry.json b/domains/blueberry.json new file mode 100644 index 000000000..cbffb1225 --- /dev/null +++ b/domains/blueberry.json @@ -0,0 +1,11 @@ +{ + "description": "My personal website", + "repo": "https://github.com/NgVGB/NgVGB.github.io", + "owner": { + "username": "NgVGB", + "email": "dangnguyen101191@gmail.com" + }, + "record": { + "CNAME": "NgVGB.github.io" + } +} diff --git a/domains/bluesky01st.json b/domains/bluesky01st.json new file mode 100644 index 000000000..92a139e07 --- /dev/null +++ b/domains/bluesky01st.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "BlueSky01st", + "email": "mincraft206127@outlook.com" + }, + "record": { + "CNAME": "blog.bluesky01st.eu.org" + } +} diff --git a/domains/boris1993.json b/domains/boris1993.json new file mode 100644 index 000000000..1df9959bc --- /dev/null +++ b/domains/boris1993.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "boris1993", + "email": "boris1993@live.cn" + }, + "description": "boris1993.is-a.dev", + "record": { + "CNAME": "boris1993.github.io" + } +} diff --git a/domains/box.json b/domains/box.json new file mode 100644 index 000000000..384db423c --- /dev/null +++ b/domains/box.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "Default-Box", + "email": "thedefaultbox@gmail.com" + }, + + "record": { + "CNAME": "my-website-production-1d23.up.railway.app" + } + } + diff --git a/domains/brandon-hoffman.json b/domains/brandon-hoffman.json new file mode 100644 index 000000000..cb63e2792 --- /dev/null +++ b/domains/brandon-hoffman.json @@ -0,0 +1,12 @@ +{ + "description": "Brandon Hoffman's website", + "owner": { + "username": "branhoff", + "email": "", + "linkedin": "https://www.linkedin.com/in/branhoff/" + + }, + "record": { + "CNAME": "branhoff.github.io" + } + } \ No newline at end of file diff --git a/domains/brawley.json b/domains/brawley.json index 6feea0f0a..6b0af71e8 100644 --- a/domains/brawley.json +++ b/domains/brawley.json @@ -5,6 +5,6 @@ "email": "tojoeleeofficial@gmail.com" }, "record": { - "CNAME": "brawlie.github.io" + "URL": "https://brawley.js.org" } } diff --git a/domains/brokiem.json b/domains/brokiem.json new file mode 100644 index 000000000..2c54ca794 --- /dev/null +++ b/domains/brokiem.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "brokiem", + "email": "milyhqvideo@gmail.com" + }, + + "record": { + "CNAME": "brokiem.github.io" + } + } + \ No newline at end of file diff --git a/domains/bruno.json b/domains/bruno.json index 0b787423f..9c305fe0b 100644 --- a/domains/bruno.json +++ b/domains/bruno.json @@ -2,7 +2,7 @@ "description": "Bruno Henrique Paiva's personal website", "owner": { "username": "brunohpaiva", - "email": "bruno@sigane.com.br" + "email": "me@bruno.codes" }, "record": { "URL": "https://bruno.codes" diff --git a/domains/cal.json b/domains/cal.json new file mode 100644 index 000000000..6c270a0e8 --- /dev/null +++ b/domains/cal.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Recal", + "email": "recalibratedgh@gmail.com" + }, + "record": { + "URL": "https://github.com/recal" + } + } + diff --git a/domains/canaris.json b/domains/canaris.json new file mode 100644 index 000000000..01d0c8843 --- /dev/null +++ b/domains/canaris.json @@ -0,0 +1,11 @@ +{ + "description": "My Personal Website.", + "repo": "https://github.com/DET171/det171.github.io", + "owner": { + "username": "Canaris", + "email": "mrgeek484@gmail.com" + }, + "record": { + "CNAME": "canaris.pages.dev" + } +} diff --git a/domains/cc.json b/domains/cc.json new file mode 100644 index 000000000..532b22dd8 --- /dev/null +++ b/domains/cc.json @@ -0,0 +1,12 @@ +{ + "description": "A subdomain for iamcc.github.io", + "repo": "https://github.com/iamcc/iamcc.github.io", + "owner": { + "username": "iamcc", + "email": "sic.hcq@gmail.com", + "twitter": "arm_cc" + }, + "record": { + "CNAME": "iamcc.github.io" + } +} diff --git a/domains/ccrp.json b/domains/ccrp.json new file mode 100644 index 000000000..d074b16e4 --- /dev/null +++ b/domains/ccrp.json @@ -0,0 +1,11 @@ +{ + "description": "CCRP FiveM", + "repo": "https://craiccity.ccrp.repl.co/", + "owner": { + "username": "PatrickDevelopr", + "email": "patrickdev21@gmail.com" + }, + "record": { + "CNAME": "572ca600-be84-4a76-8cf9-986690eaf03b.id.repl.co" + } +} diff --git a/domains/cdn.aayush.json b/domains/cdn.aayush.json new file mode 100644 index 000000000..6dc28a351 --- /dev/null +++ b/domains/cdn.aayush.json @@ -0,0 +1,11 @@ +{ + "description": "CDN for Aayu5h", + "repo": "https://github.com/OpAayush/cdn", + "owner": { + "username": "OpAayush", + "email": "aayush.agrawalm@gmail.com" + }, + "record": { + "CNAME": "opaayush.github.io" + } +} diff --git a/domains/cdn.badboy.json b/domains/cdn.badboy.json index eeed68a07..171a0fcb1 100644 --- a/domains/cdn.badboy.json +++ b/domains/cdn.badboy.json @@ -6,6 +6,6 @@ "email": "contact@mail.badboy.is-a.dev" }, "record": { - "CNAME": "bad-boy-codes.github.io" + "CNAME": "89b424b5-8e2d-4678-93a9-b793cdf6fceb.id.repl.co" } } diff --git a/domains/cdn.nziie.json b/domains/cdn.nziie.json new file mode 100644 index 000000000..c8f3a22bc --- /dev/null +++ b/domains/cdn.nziie.json @@ -0,0 +1,13 @@ +{ + "description": "Nziie's cdn images", + "repo": "https://github.com/Nzii3/website", + "owner": { + "username": "Nzii3", + "email": "exeyst@gmail.com" + }, + "record": { + "A": [ + "104.196.232.237" + ] + } +} diff --git a/domains/cdn.semant.json b/domains/cdn.semant.json new file mode 100644 index 000000000..e1e74c232 --- /dev/null +++ b/domains/cdn.semant.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/SemantCodes/cdn", + "description": "My static database", + "owner": { + "username" : "SemantCodes", + "email": "contact@semant.is-a.dev" + }, + "record": { + "CNAME": "89b424b5-8e2d-4678-93a9-b793cdf6fceb.id.repl.co" + } +} diff --git a/domains/cfp.json b/domains/cfp.json new file mode 100644 index 000000000..b4947c1a0 --- /dev/null +++ b/domains/cfp.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "cfpwastaken", + "email": "", + "discord": "cfp#7174" + }, + "record": { + "CNAME": "cfp.gotdns.ch" + } +} \ No newline at end of file diff --git a/domains/charlz.json b/domains/charlz.json new file mode 100644 index 000000000..9e1af4569 --- /dev/null +++ b/domains/charlz.json @@ -0,0 +1,10 @@ +{ + "description": "Charlz's is-a.dev domain", + "owner": { + "username": "TofuBoy05", + "email": "charlzfelipe02@gmail.com" + }, + "record": { + "CNAME": "tofuboy05.github.io" + } +} diff --git a/domains/charlzyx.json b/domains/charlzyx.json new file mode 100644 index 000000000..675813b47 --- /dev/null +++ b/domains/charlzyx.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "charlzyx", + "email": "charlzyx@qq.com" + }, + + "record": { + "A": ["172.21.32.1"] + } + } + diff --git a/domains/checkmate-os.sx9.json b/domains/checkmate-os.sx9.json new file mode 100644 index 000000000..0efaa1984 --- /dev/null +++ b/domains/checkmate-os.sx9.json @@ -0,0 +1,13 @@ +{ + "description": "CheckMateOS", + "repo": "https://sx-9.github.io/sx-web-os", + "owner": { + "username": "SX-9", + "twitter": "SX_Discord", + "discord": "SX-Spy-Agent#1377", + "email": "sx-91@outlook.com" + }, + "record": { + "CNAME": "sx-9.github.io" + } +} diff --git a/domains/chenpeng.json b/domains/chenpeng.json new file mode 100644 index 000000000..9e533ff90 --- /dev/null +++ b/domains/chenpeng.json @@ -0,0 +1,13 @@ +{ + "description": "Patrick Chen's develop site", + "repo": "https://github.com/ChpShy/ChpShy.github.io.git", + "owner": { + "username": "chenpeng", + "email": "cp786156072@gmail.com", + "twitter": "chepy2019", + "discord": "Patrick Chen#9900" + }, + "record": { + "URL": "https://chpshy.github.io/" + } +} diff --git a/domains/chloe.json b/domains/chloe.json index caaae9058..6070857fa 100644 --- a/domains/chloe.json +++ b/domains/chloe.json @@ -1,12 +1,12 @@ { "description": "Chloe's is-a-dev domain", - "repo": "https://github.com/chlomne/chlomne.github.io", + "repo": "https://github.com/chloeashlyn", "owner": { - "username": "chlomne", + "username": "chloeashlyn", "email": "", - "discord": "Saphixa#7272" + "discord": "chloeashlyn#7272" }, "record": { - "CNAME": "chlomne.github.io" + "URL": "https://chloeashlyn.vercel.app" } -} \ No newline at end of file +} diff --git a/domains/cisco.json b/domains/cisco.json new file mode 100644 index 000000000..bca5b7fcd --- /dev/null +++ b/domains/cisco.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "franpessoa", + "email": "frandevacc@gmail.com" + }, + "record": { + "CNAME": "frandevacc.bearblog.dev" + } +} diff --git a/domains/ckateptb.json b/domains/ckateptb.json new file mode 100644 index 000000000..0faae3ec3 --- /dev/null +++ b/domains/ckateptb.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "CKATEPTb", + "email": "taksis@ex.ua" + }, + + "record": { + "A": ["65.108.238.23"] + } + } + \ No newline at end of file diff --git a/domains/cli.json b/domains/cli.json new file mode 100644 index 000000000..f3a21a510 --- /dev/null +++ b/domains/cli.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "is-a-dev-bot", + "email": "null" + }, + "record": { + "CNAME": "andrewstech.github.io" + } + } + \ No newline at end of file diff --git a/domains/cloud.json b/domains/cloud.json new file mode 100644 index 000000000..e46e0cb7e --- /dev/null +++ b/domains/cloud.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "adarsh-goel", + "email": "adarsh.goel05@gmail.com" + }, + "record": { + "CNAME": "91afb326-7cc2-4a86-bc00-49da7755a6b4.id.repl.co" + } + } + \ No newline at end of file diff --git a/domains/code.sx9.json b/domains/code.sx9.json new file mode 100644 index 000000000..b4cdb297a --- /dev/null +++ b/domains/code.sx9.json @@ -0,0 +1,12 @@ +{ + "description": "SX's VS Code On The Web", + "owner": { + "username": "SX-9", + "twitter": "SX_Discord", + "discord": "SX-Spy-Agent#1377", + "email": "sx-91@outlook.com" + }, +"record": { + "CNAME": "code-sx9.up.railway.app" + } +} diff --git a/domains/codewhiteweb.json b/domains/codewhiteweb.json new file mode 100644 index 000000000..ace90f3e8 --- /dev/null +++ b/domains/codewhiteweb.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "CodeWhiteWeb", + "email": "web.codewhite@gmail.com", + "twitter": "CodeWhiteWeb1", + "instagram": "CodeWhiteWeb" + }, + "record": { + "URL": "https://codewhiteweb.cf" + } +} diff --git a/domains/colourfullyy.json b/domains/colourfullyy.json deleted file mode 100644 index ca5e1893a..000000000 --- a/domains/colourfullyy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "colourfullyy's developer website", - "repo": "https://github.com/colourfullyy/colourfullyy.github.io", - "owner": { - "username": "colourfullyy", - "email": "phiblu900@gmail.com" - }, - "record": { - "CNAME": "colourfullyy.github.io" - } -} diff --git a/domains/community.nziie.json b/domains/community.nziie.json new file mode 100644 index 000000000..5cd1f660f --- /dev/null +++ b/domains/community.nziie.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Nzii3", + "email": "exeyst@gmail.com" + }, + "record": { + "CNAME": "nziiecommunity.freeflarum.com" + } + } + \ No newline at end of file diff --git a/domains/connor.json b/domains/connor.json index de4f05aa2..2fb2b310e 100644 --- a/domains/connor.json +++ b/domains/connor.json @@ -1,11 +1,11 @@ { - "description": "A website to show off my projects and or just blogs, etc etc.", - "repo": "https://github.com/ZeroTwoDevs/connor.github.io", + "description": "Personal portfolio.", + "repo": "https://github.com/ConnorDoesDev/connordoesdev.github.io", "owner": { - "username": "Connor", - "email": "halil_ismail@yahoo.com" + "username": "ConnorDoesDev", + "email": "connor@cstudios.gay" }, "record": { - "CNAME": "connordevs.github.io" + "CNAME": "connordoesdev.github.io" } } diff --git a/domains/conorsheehan1.json b/domains/conorsheehan1.json new file mode 100644 index 000000000..531453482 --- /dev/null +++ b/domains/conorsheehan1.json @@ -0,0 +1,11 @@ +{ + "description": "ConorSheehan1's personal website and blog", + "repo": "https://github.com/ConorSheehan1/ConorSheehan1.github.io", + "owner": { + "username": "ConorSheehan1", + "email": "conor.sheehan.dev@gmail.com" + }, + "record": { + "CNAME": "conorsheehan1.github.io" + } +} diff --git a/domains/cosmos.json b/domains/cosmos.json new file mode 100644 index 000000000..306d6cfe8 --- /dev/null +++ b/domains/cosmos.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "iscosmos", + "email": "iscosmos@outlook.com" + }, + + "record": { + "URL": "https://iscosmos.github.io/" + } + } + diff --git a/domains/creaperhunter.json b/domains/creaperhunter.json new file mode 100644 index 000000000..fcb2ebfb9 --- /dev/null +++ b/domains/creaperhunter.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Creaperhunter", + "email": "creaperhunter531@gmail.com", + "discord": "Creaperhunter#7718" + }, + "record": { + "CNAME": "personal-page-3ps.pages.dev" + } +} diff --git a/domains/creature.json b/domains/creature.json new file mode 100644 index 000000000..3d4f5fdc2 --- /dev/null +++ b/domains/creature.json @@ -0,0 +1,12 @@ +{ + "description": "This subdomain is for personal purpose only!", + "repo": "https://github.com/pranay5464/pranay5463.github.io", + "owner": { + "username": "pranay5463", + "email": "pranay7091@gmail.com", + "twitter": "dark_elite_98" + }, + "record": { + "CNAME": "pranay5463.github.io" + } +} diff --git a/domains/creve.json b/domains/creve.json new file mode 100644 index 000000000..9b06405fc --- /dev/null +++ b/domains/creve.json @@ -0,0 +1,11 @@ +{ + "description": "My site ig", + "owner": { + "username": "Creveoolus", + "email": "", + "discord": "Creve#0727" + }, + "record": { + "CNAME": "shielded-turnip-jvcv0g342r3gnbht5wr9tpio.herokudns.com" + } +} diff --git a/domains/cucusise.json b/domains/cucusise.json new file mode 100644 index 000000000..9d55e8185 --- /dev/null +++ b/domains/cucusise.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Cucusise", + "email": "cucusise@gmail.com" + }, + "record": { + "CNAME": "cucusise.github.io" + } + } + \ No newline at end of file diff --git a/domains/cuzimbisonratte.json b/domains/cuzimbisonratte.json new file mode 100644 index 000000000..618cadb03 --- /dev/null +++ b/domains/cuzimbisonratte.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "CuzImBisonratte", + "email": "cuzimbisonratte@gmail.com" + }, + + "record": { + "CNAME": "cuzimbisonratte.github.io" + } + } + diff --git a/domains/cyan.json b/domains/cyan.json new file mode 100644 index 000000000..ecc119879 --- /dev/null +++ b/domains/cyan.json @@ -0,0 +1,11 @@ +{ + "description": "Just a personal website", + "repo": "https://github.com/cyanraze/cyanraze", + "owner": { + "username": "cyanraze", + "email": "239@duck.com" + }, + "record": { + "CNAME": "cyanraze.github.io" + } +} diff --git a/domains/cyanic76.json b/domains/cyanic76.json index aa82ba169..4582efbfe 100644 --- a/domains/cyanic76.json +++ b/domains/cyanic76.json @@ -1,11 +1,11 @@ { - "description": "Cyanic's website (link to cyanic.tk)", - "repo": "https://github.com/Cyanic76/Cyanic76", + "description": "Cyanic's website (link to cyanic.me)", + "repo": "https://codeberg.org/Cyanic76/pages", "owner": { "username": "Cyanic76", - "email": "git@cyanic.tk" + "email": "git@cyanic.me" }, "record": { - "URL": "https://cyanic.tk" + "URL": "https://cyanic.me" } } diff --git a/domains/cycno.json b/domains/cycno.json new file mode 100644 index 000000000..ff6543c4f --- /dev/null +++ b/domains/cycno.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "CYCNO", + "email": "daniyalchunna2@gmail.com" + }, + "record": { + "CNAME": "cycno.github.io" + } + } + \ No newline at end of file diff --git a/domains/daanschenkel.json b/domains/daanschenkel.json new file mode 100644 index 000000000..b8368a96e --- /dev/null +++ b/domains/daanschenkel.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "daanschenkel", + "email": "daan@daanschenkel.nl" + }, + + "record": { + "URL": "https://daanschenkel.nl" + } + } + \ No newline at end of file diff --git a/domains/dangdat.json b/domains/dangdat.json new file mode 100644 index 000000000..625501406 --- /dev/null +++ b/domains/dangdat.json @@ -0,0 +1,11 @@ +{ + "description": "This website is a link to my personal portfolio", + "repo": "https://github.com/aurorakid/taotap", + "owner": { + "username": "aurorakid", + "email": "nguyendangdat412@gmail.com" + }, + "record": { + "CNAME": "aurorakid.github.io" + } +} diff --git a/domains/daniel4-dev.json b/domains/daniel4-dev.json index cde7863e7..2ac3e26c2 100644 --- a/domains/daniel4-dev.json +++ b/domains/daniel4-dev.json @@ -5,8 +5,6 @@ "email": "llama552621@gmail.com" }, "record": { - "A": [ - "52.54.56.45" - ] + "CNAME": "b1a7de73-3e69-432d-91b8-cedb341d848b.id.repl.co" } } diff --git a/domains/danielclarke.json b/domains/danielclarke.json new file mode 100644 index 000000000..3e860a22f --- /dev/null +++ b/domains/danielclarke.json @@ -0,0 +1,11 @@ +{ + "description": "Daniel Clarke's website", + "repo": "https://github.com/DanielWilliamClarke/Cujo", + "owner": { + "username": "DanielWilliamClarke", + "email": "clarkit@gmail.com" + }, + "record": { + "URL": "https://danielclarke.tech" + } +} \ No newline at end of file diff --git a/domains/dannydandan.json b/domains/dannydandan.json new file mode 100644 index 000000000..a3160cdee --- /dev/null +++ b/domains/dannydandan.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "daanschenkel", + "email": "daan@daanschenkel.nl" + }, + "record": { + "URL": "https://daanschenkel.nl" + } + } + diff --git a/domains/dano.json b/domains/dano.json new file mode 100644 index 000000000..5a8e0e933 --- /dev/null +++ b/domains/dano.json @@ -0,0 +1,12 @@ +{ + "description": "Dano's resume", + "repo": "https://github.com/dano-syrus/dano-syrus.github.io", + "owner": { + "username": "dano-syrus", + "email": "danosyrus@tuta.io", + "discord": "dano#6811" + }, + "record": { + "CNAME": "dano-syrus.github.io" + } +} diff --git a/domains/dany.json b/domains/dany.json new file mode 100644 index 000000000..e7f067d6f --- /dev/null +++ b/domains/dany.json @@ -0,0 +1,11 @@ +{ + "description": "A blog where I document code.", + "owner": { + "username": "DanyTPG", + "email": "", + "discord": "DanyTPG#5025" + }, + "record": { + "CNAME": "docs-cz1.pages.dev" + } +} diff --git a/domains/dark.json b/domains/dark.json new file mode 100644 index 000000000..50bf0e7ee --- /dev/null +++ b/domains/dark.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "BruhDark", + "email": "fedefunes90@gmail.com" + }, + "record": { + "CNAME": "bruhdark.github.io" + } + } + \ No newline at end of file diff --git a/domains/darkdevil.json b/domains/darkdevil.json new file mode 100644 index 000000000..9faf4830a --- /dev/null +++ b/domains/darkdevil.json @@ -0,0 +1,23 @@ +{ + "description": "darkdevil.is-a.dev", + "repo": "https://github.com/LRxDarkDevil/Personal-web", + "owner": { + "username": "LRxDarkDevil", + "email": "tahaadnanawan@gmail.com", + "discord": "LRxDark Dare Devil#0001" + }, + "record": { + "A": [ + "185.199.109.153", + "185.199.110.153", + "185.199.111.153", + "185.199.108.153" + ], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + + } +} diff --git a/domains/dashboard.json b/domains/dashboard.json new file mode 100644 index 000000000..0f287178e --- /dev/null +++ b/domains/dashboard.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "@is-a-dev/maintainers", + "email": "phenax5@gmail.com" + }, + + "record": { + "URL": "https://register.is-a.dev" + } +} diff --git a/domains/dasshark.json b/domains/dasshark.json new file mode 100644 index 000000000..8d62ca37b --- /dev/null +++ b/domains/dasshark.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "DasSharkk", + "email": "affenheld@gmx.de" + }, + + "record": { + "URL": "https://dasshark.me" + } + } + diff --git a/domains/daxnime.json b/domains/daxnime.json new file mode 100644 index 000000000..94fa3aab5 --- /dev/null +++ b/domains/daxnime.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "Covarun", + "email": "covs538@gmail.com" + }, + + "record": { + "CNAME": "95e56ee3-15f3-468a-9715-14e3d4879a09.id.repl.co" + } + } + diff --git a/domains/daxoron.json b/domains/daxoron.json new file mode 100644 index 000000000..908e699c0 --- /dev/null +++ b/domains/daxoron.json @@ -0,0 +1,11 @@ +{ + "description": "daxoron' personal developer website", + "repo": "https://github.com/daxoron/daxoron.github.io", + "owner": { + "username": "daxoron", + "email": "daxoron.dev@gmail.com" + }, + "record": { + "CNAME": "daxoron.github.io" + } +} diff --git a/domains/daysling.json b/domains/daysling.json new file mode 100644 index 000000000..e88467da9 --- /dev/null +++ b/domains/daysling.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "NightSling", + "email": "pangenisushant20@gmail.com" + }, + + "record": { + "CNAME": "daysling.xyz" + } + } + \ No newline at end of file diff --git a/domains/debajyoti.json b/domains/debajyoti.json new file mode 100644 index 000000000..f45a9e8d4 --- /dev/null +++ b/domains/debajyoti.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "Debajyoti1", + "email": "debajyotidutta.50@gmail.com" + }, + + "record": { + "CNAME": "debajyoti.cf" + } + } + diff --git a/domains/debargha.json b/domains/debargha.json new file mode 100644 index 000000000..c6c9af50a --- /dev/null +++ b/domains/debargha.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "DebarghaXD", + "email": "somachattaraj77@gmail.com" + }, + + "record": { + "CNAME": "debargha.pages.dev" + } + } + diff --git a/domains/debasishdutta.json b/domains/debasishdutta.json new file mode 100644 index 000000000..e39517521 --- /dev/null +++ b/domains/debasishdutta.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "debasish-dutta", + "email": "ddmasterdon@gmail.com" + }, + "record": { + "CNAME": "debasish-dutta.github.io" + } + } + \ No newline at end of file diff --git a/domains/dehteam3.json b/domains/dehteam3.json new file mode 100644 index 000000000..74931407b --- /dev/null +++ b/domains/dehteam3.json @@ -0,0 +1,12 @@ + +{ + "description": "Hi, I am Thomas Aka dehteam3, I like coding, playing games", + "repo": "https://github.com/dehteam3/dehteam3.github.io", + "owner": { + "username": "dehteam3", + "email": "thomasemad2008@gmail.com" + }, + "record": { + "CNAME": "dehteam3.github.io" + } +} diff --git a/domains/delta.json b/domains/delta.json new file mode 100644 index 000000000..62ee70d4d --- /dev/null +++ b/domains/delta.json @@ -0,0 +1,12 @@ +{ + "description": "Delta's personal website using Github Pages", + "repo": "https://github.com/protogendelta/protogendelta.github.io", + "owner": { + "username": "ProtogenDelta", + "email": "", + "twitter": "TheDeltaProto" + }, + "record": { + "CNAME": "protogendelta.github.io" + } +} diff --git a/domains/denix.json b/domains/denix.json new file mode 100644 index 000000000..30fc59357 --- /dev/null +++ b/domains/denix.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "denixsucks", + "email": "dnz.odr@gmail.com", + "twitter": "denixsucks", + "discord": "denix#9748" + }, + "record": { + "CNAME": "denixsucks.github.io" + } +} diff --git a/domains/deniz.json b/domains/deniz.json new file mode 100644 index 000000000..7833eb574 --- /dev/null +++ b/domains/deniz.json @@ -0,0 +1,14 @@ +{ + "description": "This domain is used by Deniz Tunç / creeperkafasi as a personal portfolio", + "repo": "https://github.com/creeperkafasi/creeperkafasi.github.io", + "owner": { + "username": "creeperkafasi", + "email": "", + "twitter": "_creeperkafasi_", + "discord": "creeperkafasipw#1861", + "note": "I don't use twitter that much, you may have a better chance to contact me through discord" + }, + "record": { + "CNAME": "creeperkafasi.github.io" + } +} diff --git a/domains/deoxy.json b/domains/deoxy.json new file mode 100644 index 000000000..ee3d7c750 --- /dev/null +++ b/domains/deoxy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "D3oxy", + "email": "deoxy@deoxy.tech" + }, + "record": { + "CNAME": "new.deoxy.tech" + } +} diff --git a/domains/destcom.json b/domains/destcom.json new file mode 100644 index 000000000..917578dd3 --- /dev/null +++ b/domains/destcom.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "destroycom", + "email": "", + "twitter": "@ADSantoine" + }, + "description": "DestCom Portfolio", + "repo": "https://github.com/DestroyCom", + "record": { + "A": ["193.123.34.154"] + } +} diff --git a/domains/dev-support.json b/domains/dev-support.json new file mode 100644 index 000000000..78555c103 --- /dev/null +++ b/domains/dev-support.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev@win11react.com" + }, + + "record": { + "A": ["150.230.127.12"] + } + } + diff --git a/domains/devanmed.json b/domains/devanmed.json new file mode 100644 index 000000000..c6a2cd1c1 --- /dev/null +++ b/domains/devanmed.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "devan2051", + "email": "", + "discord": "EvilPixel#5161" + }, + "record": { + "URL": "https://sites.google.com/view/devanmed/home" + } +} diff --git a/domains/devcomp.json b/domains/devcomp.json index 84ec2861b..53f875fe9 100644 --- a/domains/devcomp.json +++ b/domains/devcomp.json @@ -3,9 +3,9 @@ "repo": "https://github.com/CompeyDev", "owner": { "username": "CompeyDev", - "email": "hi@devcomp.tk" + "email": "hi@devcomp.xyz" }, "record": { - "URL": "https://landing.devcomp.xyz" + "URL": "https://p.devcomp.xyz" } } diff --git a/domains/devdk.json b/domains/devdk.json new file mode 100644 index 000000000..eeac8cc5b --- /dev/null +++ b/domains/devdk.json @@ -0,0 +1,11 @@ +{ + "description": "Personal page of DevDK", + "owner": { + "username": "DeveloperDmitryKolyadin", + "email": "", + "twitter": "_DevDK" + }, + "record": { + "CNAME": "DeveloperDmitryKolyadin.github.io" + } +} \ No newline at end of file diff --git a/domains/devin.json b/domains/devin.json new file mode 100644 index 000000000..4586c4292 --- /dev/null +++ b/domains/devin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "athuldevin", + "email": "athuldevin@gmail.com" + }, + "record": { + "A": ["140.238.255.16"] + } +} diff --git a/domains/dex.json b/domains/dex.json new file mode 100644 index 000000000..c7c840fe4 --- /dev/null +++ b/domains/dex.json @@ -0,0 +1,12 @@ +{ + "description": "Portfolio", + "repo": "https://github.com/thegeekdex", + "owner": { + "username": "thegeekdex", + "email": "", + "discord": "Dexter#6993" + }, + "record": { + "A": ["43.205.87.144"] + } +} diff --git a/domains/dharmx.json b/domains/dharmx.json new file mode 100644 index 000000000..5f163dbc1 --- /dev/null +++ b/domains/dharmx.json @@ -0,0 +1,12 @@ +{ + "description": "Porfolio and Blog", + "repo": "https://github.com/dharmx/dharmx.github.io", + "owner": { + "username": "dharmx", + "email": "dharmx.dev@gmail.com", + "discord": "dharmx#2556" + }, + "record": { + "CNAME": "dharmx.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/dhinesh.json b/domains/dhinesh.json new file mode 100644 index 000000000..1e961e3b6 --- /dev/null +++ b/domains/dhinesh.json @@ -0,0 +1,11 @@ +{ + "description": "Dhinesh's portfolio website", + "repo": "https://github.com/mdhinesh/mdhinesh.github.io", + "owner": { + "username": "mdhinesh", + "email": "mdhinesh3103@gmail.com" + }, + "record": { + "CNAME": "mdhinesh.github.io" + } + } diff --git a/domains/dhruva.json b/domains/dhruva.json index 77169214b..aa4f7c960 100644 --- a/domains/dhruva.json +++ b/domains/dhruva.json @@ -6,6 +6,6 @@ "email": "dhruvas17068@gmail.com" }, "record": { - "CNAME": "dhruva.up.railway.app" + "URL": "https://dhruvas.vercel.app" } } diff --git a/domains/dhruvil.json b/domains/dhruvil.json new file mode 100644 index 000000000..3f03f6c74 --- /dev/null +++ b/domains/dhruvil.json @@ -0,0 +1,11 @@ +{ + "description": "For portfolio", + "repo": "https://github.com/DhruvilMoradiya/DhruvilMoradiya.github.io", + "owner": { + "username": "DhruvilMoradiya", + "email": "dhruvil1808@gmail.com" + }, + "record": { + "CNAME": "DhruvilMoradiya.github.io" + } +} diff --git a/domains/dhyan99.json b/domains/dhyan99.json new file mode 100644 index 000000000..ef79f6c7b --- /dev/null +++ b/domains/dhyan99.json @@ -0,0 +1,13 @@ + + { + "repo": "https://github.com/d99-1/d99-1.github.io", + "owner": { + "username": "D99-1", + "email": "dhyantanna@gmail.com" + }, + + "record": { + "CNAME": "d99-1.github.io" + } + } + diff --git a/domains/dib.json b/domains/dib.json index 1854fa38a..b6056f768 100644 --- a/domains/dib.json +++ b/domains/dib.json @@ -7,7 +7,6 @@ "twitter": "DEV_DIBSTER" }, "record": { - "A": ["192.95.42.74"], - "TXT": "zoho-verification=zb87142129.zmverify.zoho.eu" + "A": ["192.95.42.66"] } } diff --git a/domains/dibster.json b/domains/dibster.json index 46d8cc8e8..c6a285efd 100644 --- a/domains/dibster.json +++ b/domains/dibster.json @@ -3,11 +3,11 @@ "repo": "https://github.com/DIBSTERYT", "owner": { "username": "DIBSTERYT", - "email": "contact@dibster.ml", + "email": "hello@dibster-is-a.engineer", "twitter": "DEV_DIBSTER" }, "record": { - "A": ["192.95.42.74"], + "A": ["192.95.42.66"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/didimukhtar.json b/domains/didimukhtar.json new file mode 100644 index 000000000..7a8e2711f --- /dev/null +++ b/domains/didimukhtar.json @@ -0,0 +1,13 @@ +{ + "description": "The awesome portfolio site for Al-Mukhtar Jamilat Ladidi" + , + "repo": "https://github.com/didimukhtar/didimukhtar.github.io" + , + "owner": { + "username": "didimukhtar", + "email": "jamilatmukhtar2014@gmail.com" + }, + "record": { + "CNAME": "didimukhtar.github.io" + } +} diff --git a/domains/didntpot.json b/domains/didntpot.json new file mode 100644 index 000000000..7b5a516cf --- /dev/null +++ b/domains/didntpot.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "xDidntPot", + "email": "didntpot@protonmail.com" + }, + "record": { + "URL": "https://github.com/xdidntpot" + } + } + \ No newline at end of file diff --git a/domains/dimszyxx.json b/domains/dimszyxx.json deleted file mode 100644 index d99dca764..000000000 --- a/domains/dimszyxx.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Dimszyxx Website", - "owner": { - "username": "nobuyaki", - "email": "dimas2214sa@gmail.com", - "discord": "445073800850046977" - }, - "record": { - "CNAME": "6fe0555b-c207-4d0a-bd14-7ba43c32fcff.id.repl.co" - } -} diff --git a/domains/docs.json b/domains/docs.json index a622eac6a..219271022 100644 --- a/domains/docs.json +++ b/domains/docs.json @@ -1,11 +1,11 @@ { - "description": "Documentation website for is-a-dev/register", - "repo": "MouseMoosz/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": { - "CNAME": "mousemoosz.github.io" + "URL": "https://www.is-a.dev/docs" } } diff --git a/domains/dom.json b/domains/dom.json new file mode 100644 index 000000000..a213fd9bc --- /dev/null +++ b/domains/dom.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "DominicFilice", + "email": "dominic@filiceenterprises.com" + }, + "record": { + "URL": "https://dsc.gg/minecraftanarchy" + } + } + diff --git a/domains/domin.json b/domains/domin.json index 4efeab4f7..f78621af8 100644 --- a/domains/domin.json +++ b/domains/domin.json @@ -10,4 +10,4 @@ "164.132.74.251" ] } -} \ No newline at end of file +} diff --git a/domains/dominic.json b/domains/dominic.json new file mode 100644 index 000000000..086a31b3c --- /dev/null +++ b/domains/dominic.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "mrhappyma", + "email": "dominic@userexe.me" + }, + "record": { + "URL": "https://userexe.me" + } + } + \ No newline at end of file diff --git a/domains/donate.gornostay25.json b/domains/donate.gornostay25.json new file mode 100644 index 000000000..2b66adcd3 --- /dev/null +++ b/domains/donate.gornostay25.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "gornostay25", + "email": "me@gornostay25.is-a.dev" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] + } +} diff --git a/domains/donut.json b/domains/donut.json new file mode 100644 index 000000000..80b359a5d --- /dev/null +++ b/domains/donut.json @@ -0,0 +1,12 @@ +{ + "description": "Welcome to donut2008's website!", + "repo": "https://github.com/donut2008/donut2008.github.io", + "owner": { + "username": "donut2008", + "email": "", + "discord": "donut#6852" + }, + "record": { + "CNAME": "donut2008.github.io" + } +} diff --git a/domains/drago.json b/domains/drago.json deleted file mode 100644 index 04e3f5f90..000000000 --- a/domains/drago.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal Website", - "repo": "https://github.com/Drago-Dev24/Drago-Dev24.github.io", - "owner": { - "username": "Drago-Dev24", - "email": "blueldrago@gmail.com" - }, - "record": { - "CNAME": "drago-dev24.github.io" - } -} diff --git a/domains/eax.json b/domains/eax.json index e3af4cf06..b2136ce0c 100644 --- a/domains/eax.json +++ b/domains/eax.json @@ -1,11 +1,11 @@ { "description": "is-a.dev website of eaxly", - "repo": "https://github.com/eaxly/eaxly.github.io", + "repo": "https://codeberg.org/eax/website", "owner": { "username": "eaxly", "email": "extinctaxolotl@protonmail.com" }, "record": { - "CNAME": "eaxly.github.io" + "URL": "https://site.eax.li" } } diff --git a/domains/edward.json b/domains/edward.json new file mode 100644 index 000000000..3412f1872 --- /dev/null +++ b/domains/edward.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "EdwardTheLegend", + "email": "edward@edwardtlowe.com" + }, + + "record": { + "CNAME": "edwardthelegend.github.io" + } + } + \ No newline at end of file diff --git a/domains/eesa.json b/domains/eesa.json new file mode 100644 index 000000000..446fad849 --- /dev/null +++ b/domains/eesa.json @@ -0,0 +1,11 @@ +{ + "description": "Making a .is-a.dev domain as an alt url for my site.", + "repo": "https://github.com/eesazahed/eesa.zahed.ca", + "owner": { + "username": "eesazahed", + "email": "eszhd1@gmail.com" + }, + "record": { + "CNAME": "eesa.zahed.ca" + } +} diff --git a/domains/ekinvarli.json b/domains/ekinvarli.json new file mode 100644 index 000000000..9099f8213 --- /dev/null +++ b/domains/ekinvarli.json @@ -0,0 +1,12 @@ +{ + "description": "ekinvarli.is-a.dev", + "repo": "https://github.com/eknvarli/eknvarli.github.io", + "owner": { + "username": "eknvarli", + "email": "ekinnos@tutanota.com", + "twitter": "eknvarli" + }, + "record": { + "CNAME": "eknvarli.github.io" + } +} diff --git a/domains/elbkr.json b/domains/elbkr.json new file mode 100644 index 000000000..21bd783d0 --- /dev/null +++ b/domains/elbkr.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "elbkr", + "email": "zaakoukiayman@gmail.com", + "twitter": "elbkrrr" + }, + "record": { + "CNAME": "elbkr.github.io" + } + } diff --git a/domains/eletrixtalk.json b/domains/eletrixtalk.json new file mode 100644 index 000000000..16b8e897b --- /dev/null +++ b/domains/eletrixtalk.json @@ -0,0 +1,12 @@ +{ + "description": "Chat with login system", + "repo": "https://github.com/boomerangBS/Chat-alpha", + "owner": { + "username": "BoomerangBS", + "email": "", + "discord": "boomerangBS#4708" + }, + "record": { + "CNAME": "a1fc013d-7b16-4f1c-8baa-96357e70b6fd.id.repl.co" + } +} diff --git a/domains/elrefaie.json b/domains/elrefaie.json new file mode 100644 index 000000000..6354aa03c --- /dev/null +++ b/domains/elrefaie.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "amour86", + "email": "amour86@gmail.com" + }, + + "record": { + "A": ["35.154.162.29"] + } + } + \ No newline at end of file diff --git a/domains/elvis.json b/domains/elvis.json new file mode 100644 index 000000000..df123e2ca --- /dev/null +++ b/domains/elvis.json @@ -0,0 +1,11 @@ +{ + "description": "Elvis's website", + "owner": { + "username": "ElvisUpUp", + "email": "elvis4study@gmail.com" + }, + "record": { + "URL": "https://github.com/ElvisUpUp" + } + } + \ No newline at end of file diff --git a/domains/email.json b/domains/email.json new file mode 100644 index 000000000..73b8f2583 --- /dev/null +++ b/domains/email.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev@win11react.com" + }, + + "record": { + "A": ["204.44.81.190"] + } + } + diff --git a/domains/emily.json b/domains/emily.json new file mode 100644 index 000000000..481480df0 --- /dev/null +++ b/domains/emily.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "EmilyLove26", + "email": "EmilyLove@writeme.com", + "discord": "Emily Love#1251", + "note": "Koji Redirect" + }, + "description": "Redirects to my Koji Profile: https://koji.to/EmilyLove", + "record": { + "CNAME": "cnames.withkoji.com" + } +} diff --git a/domains/emma.json b/domains/emma.json deleted file mode 100644 index c562bedd1..000000000 --- a/domains/emma.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Emmaffle's Site - memorable redirect", - "repo": "https://github.com/wafflecoffee/waffle.coffee", - "owner": { - "username": "wafflecoffee", - "email": "emma@waffle.coffee" - }, - "record": { - "CNAME": "waffle.coffee" - } -} diff --git a/domains/emofy.abku.json b/domains/emofy.abku.json deleted file mode 100644 index 3307b3411..000000000 --- a/domains/emofy.abku.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "emofy website", - "owner": { - "username": "abkux", - "email": "abku@abku.xyz" - }, - "record": { - "CNAME": "abkux.github.io" - } -} diff --git a/domains/erdwpe.json b/domains/erdwpe.json new file mode 100644 index 000000000..de6c0492c --- /dev/null +++ b/domains/erdwpe.json @@ -0,0 +1,12 @@ +{ + "description": "erdwpe website", + "repo": "https://github.com/erdwpe/erdwpe.github.io", + "owner": { + "username": "erdwpe", + "email": "erdwpe@gmail.com", + "twitter": "erlanggadwip6" + }, + "record": { + "CNAME": "erdwpe.github.io" + } +} diff --git a/domains/ermal.json b/domains/ermal.json new file mode 100644 index 000000000..4dfe7daac --- /dev/null +++ b/domains/ermal.json @@ -0,0 +1,21 @@ +{ + "description": "Applying for an is-a.dev domain on behalf of my friend so he can use one.", + "repo": "https://github.com/ErmalHasani/ErmalHasani.github.io", + "owner": { + "username": "ErmalHasani", + "email": "ermalhasani15@gmail.com" + }, + "record": { + "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/ethan.json b/domains/ethan.json new file mode 100644 index 000000000..ff47b39fc --- /dev/null +++ b/domains/ethan.json @@ -0,0 +1,10 @@ +{ + "owner":{ + "username": "Darkcoder402", + "email": "ethanrodrigues25@gmail.com", + "twitter": "EthanRo97737635" + }, + "record":{ + "CNAME":"ethan-is-a-dev.tk" + } +} diff --git a/domains/eva.json b/domains/eva.json new file mode 100644 index 000000000..b7ac01666 --- /dev/null +++ b/domains/eva.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mowatermelon", + "email": "neefoxmo@gmail.com" + }, + "record": { + "URL": "https://t.iiwhy.cn/" + } + } \ No newline at end of file diff --git a/domains/evils.json b/domains/evils.json new file mode 100644 index 000000000..c58083374 --- /dev/null +++ b/domains/evils.json @@ -0,0 +1,11 @@ +{ + "description": "Portofolio", + "repo": "https://github.com/evils7/evils7.github.io", + "owner": { + "username": "evils7", + "email": "info@evils.gay" + }, + "record": { + "CNAME": "evilssite.glitch.me" + } +} diff --git a/domains/example.json b/domains/example.json new file mode 100644 index 000000000..6ed30b9fb --- /dev/null +++ b/domains/example.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "MaskDuck", + "email": "", + "discord": "MaskDuck#7325" + }, + "description": "This domain serve no purpose and is intended for documentation purpose.", + "record": { + "URL": "https://is-a.dev" + } +} + diff --git a/domains/faisal.json b/domains/faisal.json new file mode 100644 index 000000000..200413336 --- /dev/null +++ b/domains/faisal.json @@ -0,0 +1,12 @@ +{ + "description": "Faisal Portfolio Website", + "repo": "https://github.com/faisal-fida/faisal-fida.github.io", + "owner": { + "username": "faisal-fida", + "email": "arainfaisal826@gmail.com", + "twitter": "faisalfida_4" + }, + "record": { + "CNAME": "faisal-fida.github.io" + } +} diff --git a/domains/fallen.json b/domains/fallen.json index e6de3786b..1be0aa1b4 100644 --- a/domains/fallen.json +++ b/domains/fallen.json @@ -1,12 +1,12 @@ { - "description": "GitHub Profile redirect.", - "repo": "https://github.com/TheFallenSpirit/TheFallenSpirit", + "description": "Website Redirect", + "repo": "https://github.com/ThingsOfFallen/Website", "owner": { "username": "TheFallenSpirit", "email": "thefallenspirit@outlook.com", "twitter": "@FallenCodes" }, "record": { - "URL": "https://github.com/TheFallenSpirit" + "URL": "https://fallenspirit.dev" } } diff --git a/domains/farjanul.json b/domains/farjanul.json new file mode 100644 index 000000000..30eb42403 --- /dev/null +++ b/domains/farjanul.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "farjanul", + "email": "farjanul10@gmail.com" + }, + + "record": { + "CNAME": "farjanul.github.io" + } + } + diff --git a/domains/farvessafiyudeen.json b/domains/farvessafiyudeen.json new file mode 100644 index 000000000..286ecbe2a --- /dev/null +++ b/domains/farvessafiyudeen.json @@ -0,0 +1,11 @@ +{ + "description": "this is my personal portfolio website", + "repo": "https://github.com/Farves-dev", + "owner": { + "username": "Farves-dev", + "email": "farvessafiyudeen@gmail.com" + }, + "record": { + "URL": "https://farsa.netlify.app" + } +} diff --git a/domains/felixalguzman.json b/domains/felixalguzman.json new file mode 100644 index 000000000..081da55bc --- /dev/null +++ b/domains/felixalguzman.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "felixalguzman", + "email": "code@felixalguzman.msk.do" + }, + + "record": { + "URL": "https://github.com/felixalguzman" + } + } + \ No newline at end of file diff --git a/domains/fengkch.json b/domains/fengkch.json new file mode 100644 index 000000000..5304c5a2d --- /dev/null +++ b/domains/fengkch.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "sohokay", + "email": "kaichangfeng@gmail.com" + }, + + "record": { + "URL": "https://github.com/sohokay" + } + } + diff --git a/domains/fh.sx9.json b/domains/fh.sx9.json new file mode 100644 index 000000000..f064a8dd7 --- /dev/null +++ b/domains/fh.sx9.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "SX-9", + "email": "hello@mail.sx9.is-a.dev", + "note": "below is not my ip" + }, + "record": { + "A": ["164.132.74.251"] + } + } + diff --git a/domains/fietu.json b/domains/fietu.json new file mode 100644 index 000000000..ba2520d3b --- /dev/null +++ b/domains/fietu.json @@ -0,0 +1,11 @@ +{ + "description": "Fietu Website", + "repo": "https://github.com/elfietulais", + "owner": { + "username": "El Fietulais", + "email": "pancongusanos@gmail.com" + }, + "record": { + "CNAME": "host.servers.andremor.dev" + } + } diff --git a/domains/florin.json b/domains/florin.json new file mode 100644 index 000000000..34849b871 --- /dev/null +++ b/domains/florin.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "flc995", + "email": "flc995@gmail.com" + }, + "record": { + "CNAME": "flc995.github.io" + } + } + diff --git a/domains/flyingcheese41.json b/domains/flyingcheese41.json new file mode 100644 index 000000000..5f74e441d --- /dev/null +++ b/domains/flyingcheese41.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "FlyingCheese41", + "email": "FlyingCheese43@gmail.com" + }, + "record": { + "CNAME": "FlyingCheese41.github.io" + } + } diff --git a/domains/fox.json b/domains/fox.json new file mode 100644 index 000000000..9baec1bde --- /dev/null +++ b/domains/fox.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "fox-tech0", + "email": "red@team-ruben.tk" + }, + + "record": { + "CNAME": "fox-tech0.github.io" + } + } + \ No newline at end of file diff --git a/domains/frost2k5.json b/domains/frost2k5.json new file mode 100644 index 000000000..f07b37e69 --- /dev/null +++ b/domains/frost2k5.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "FrosT2k5", + "email": "androygaming@protonmail.com" + }, + "record": { + "CNAME": "frost2k5.github.io" + } +} diff --git a/domains/frostx.json b/domains/frostx.json new file mode 100644 index 000000000..996568557 --- /dev/null +++ b/domains/frostx.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "frostx-official", + "email": "denialfrostiks589@gmail.com", + "discord": "Frost X#6215", + "note": "Type in discord, i wont answer in email probably lol" + }, + "description": "Making portfolio here lol.", + "record": { + "CNAME": "frostx-official.github.io" + } +} diff --git a/domains/fuccsoc.json b/domains/fuccsoc.json new file mode 100644 index 000000000..450629f09 --- /dev/null +++ b/domains/fuccsoc.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "fuccsoc", + "email": "me@fuccsoc.com" + }, + + "record": { + "URL": "https://fuccsoc.com" + } + } + diff --git a/domains/furkancetinkaya.json b/domains/furkancetinkaya.json new file mode 100644 index 000000000..c0acfb817 --- /dev/null +++ b/domains/furkancetinkaya.json @@ -0,0 +1,12 @@ +{ + "description": "my portfolio site", + "repo": "https://github.com/honeybadger4768/furkancetinkaya", + "owner": { + "username": "honeybadger4768", + "email": "furkancetinkaya0746@gmail.com", + "twitter": "honeybutdev" + }, + "record": { + "CNAME": "furkancetinkaya-me.pages.dev" + } +} diff --git a/domains/furti.json b/domains/furti.json new file mode 100644 index 000000000..e30b31622 --- /dev/null +++ b/domains/furti.json @@ -0,0 +1,12 @@ +{ + "description": "furti's personal website", + "repo": "https://github.com/furtidev/furtidev.github.io", + "owner": { + "username": "furtidev", + "email": "furtidev@proton.me", + "twitter": "furtidev" + }, + "record": { + "CNAME": "furtidev.github.io" + } +} diff --git a/domains/furycraft.json b/domains/furycraft.json new file mode 100644 index 000000000..613343c05 --- /dev/null +++ b/domains/furycraft.json @@ -0,0 +1,13 @@ +{ + "description": "Used as portfolio and to promote my work", + "repo": "https://github.com/FuryCraft/furycraft.github.io", + "owner": { + "username": "FuryCraft", + "email": "pro.furycraft@outlook.fr", + "twitter": "furycraft_", + "discord": "Fury_Craft#9831" + }, + "record": { + "CNAME": "furycraft.github.io" + } +} diff --git a/domains/gabimaciel.json b/domains/gabimaciel.json new file mode 100644 index 000000000..3d80ee451 --- /dev/null +++ b/domains/gabimaciel.json @@ -0,0 +1,18 @@ +{ + "description": "Gabi's webpage", + "repo": "https://github.com/gabriel-maciel", + "owner": { + "username": "gabriel-maciel", + "email": "gabrielmaciel@duck.com" + }, + "record": { + "A": [ + "147.182.139.182" + ], + "MX": [ + "ns1.digitalocean.com", + "ns2.digitalocean.com", + "ns3.digitalocean.com" + ] + } + } diff --git a/domains/gaetan.json b/domains/gaetan.json new file mode 100644 index 000000000..4f026dfc8 --- /dev/null +++ b/domains/gaetan.json @@ -0,0 +1,10 @@ +{ + "description": "My own is-a-dev adress, redirecting to my website.", + "owner": { + "username": "ghrlt", + "email": "gaetan@ghr.lt" + }, + "record": { + "URL": "https://ghr.lt" + } +} diff --git a/domains/gala.json b/domains/gala.json new file mode 100644 index 000000000..2e32197b1 --- /dev/null +++ b/domains/gala.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "p0lygun", + "email": "solankivibhakar82@gmail.com" + }, + + "record": { + "CNAME": "stilllearning.tech" + } + } + \ No newline at end of file diff --git a/domains/galacyber.json b/domains/galacyber.json new file mode 100644 index 000000000..2f969f27b --- /dev/null +++ b/domains/galacyber.json @@ -0,0 +1,12 @@ +{ + "description": "My personal portofolio", + "repo": "https://github.com/MGalaCyber/mgalacyber.github.io", + "owner": { + "username": "MGalaCyber", + "email": "", + "discord": "GalaXd#9165" + }, + "record": { + "CNAME": "mgalacyber.github.io" + } +} diff --git a/domains/gamersindo.json b/domains/gamersindo.json new file mode 100644 index 000000000..62cc3414c --- /dev/null +++ b/domains/gamersindo.json @@ -0,0 +1,10 @@ +{ + "description": "Personal portofolio", + "owner": { + "username": "gamersindo1223", + "email": "mrgamers11223@gmail.com" + }, + "record": { + "CNAME": "my-portofolio-ek3.pages.dev" + } +} diff --git a/domains/gamew.json b/domains/gamew.json new file mode 100644 index 000000000..f49242527 --- /dev/null +++ b/domains/gamew.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "Faris0520", + "email": "faris.6dsdiaf@gmail.com" + }, + + "record": { + "CNAME": "9cd7facc-4323-4816-a7df-1e254a393fb7.id.repl.co" + } + } + \ No newline at end of file diff --git a/domains/garlic-os.json b/domains/garlic-os.json new file mode 100644 index 000000000..b8ad22f5d --- /dev/null +++ b/domains/garlic-os.json @@ -0,0 +1,11 @@ +{ + "description": "garlicOS®'s is-a.dev domain", + "repo": "https://github.com/garlic-os/garlic-os.github.io", + "owner": { + "username": "garlic-os", + "email": "sisdfk@gmail.com" + }, + "record": { + "CNAME": "garlic-os.github.io" + } +} diff --git a/domains/gauravkulkarni.json b/domains/gauravkulkarni.json new file mode 100644 index 000000000..8f9de0d37 --- /dev/null +++ b/domains/gauravkulkarni.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "gkulk007", + "email": "gaurav.kulkarni@mescoeorg.onmicrosoft.com" + }, + + "record": { + "CNAME": "gkulk007.github.io" + } + } + diff --git a/domains/gavin.json b/domains/gavin.json new file mode 100644 index 000000000..319390e24 --- /dev/null +++ b/domains/gavin.json @@ -0,0 +1,13 @@ +{ + "description": "Gavin Ferdinand Chee's Personal Portfolio", + "repo": "https://github.com/GavinFerdinandChee/GavinFerdinandChee.github.io", + "owner": { + "username": "GavinFerdinandChee", + "email": "gavin.ferdinand@proton.me", + "email_work": "chee.gavin@gmail.com", + "discord": "gavin#5968" + }, + "record": { + "CNAME": "GavinFerdinandChee.github.io" + } +} diff --git a/domains/georgee.json b/domains/georgee.json new file mode 100644 index 000000000..174a78729 --- /dev/null +++ b/domains/georgee.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Georgee1337", + + "email": "contact@georgexv.ru" + }, + "record": { + "URL": "https://georgexv.ru/" + } +} \ No newline at end of file diff --git a/domains/giovanni.json b/domains/giovanni.json new file mode 100644 index 000000000..619598703 --- /dev/null +++ b/domains/giovanni.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "ItachiSan", + "email": "giovannisantini93@yahoo.it", + "twitter": "santini__gio", + "discord": "ItachiSan#2408" + }, + "description": "is-a.dev subdomain for my personal blog", + "repo": "https://github.com/ItachiSan/itachisan.github.io", + "record": { + "CNAME": "itachisan.github.io" + } +} diff --git a/domains/gizmora2.json b/domains/gizmora2.json new file mode 100644 index 000000000..49b5f88b2 --- /dev/null +++ b/domains/gizmora2.json @@ -0,0 +1,12 @@ +{ + "description": "Personal developer profile/blog", + "repo": "https://github.com/GizmoRA2/me", + "owner": { + "username": "GizmoRA2", + "email": "gizmora2@gmail.com" + }, + "record": { + "A": ["125.236.202.192"], + "MX": ["mx.nwh.nz"] + } +} diff --git a/domains/gizzy.json b/domains/gizzy.json new file mode 100644 index 000000000..d38ee02f2 --- /dev/null +++ b/domains/gizzy.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "NeroGizmoUwU", + "email": "minecraftcoolglibchannel@gmail.com" + }, + + "record": { + "CNAME": "nero-pi.duckdns.org" + } + } + \ No newline at end of file diff --git a/domains/gizzygizmo.json b/domains/gizzygizmo.json new file mode 100644 index 000000000..124bc1894 --- /dev/null +++ b/domains/gizzygizmo.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "NeroGizmoUwU", + "email": "minecraftcoolglibchannel@gmail.com" + }, + "record": { + "CNAME": "nero-pi.duckdns.org" + } + } + diff --git a/domains/glncy.json b/domains/glncy.json new file mode 100644 index 000000000..967068076 --- /dev/null +++ b/domains/glncy.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "glncy", + "email": "glency.a.tirao@gmail.com" + }, + + "record": { + "CNAME": "glncy.github.io" + } + } + \ No newline at end of file diff --git a/domains/godwin.json b/domains/godwin.json new file mode 100644 index 000000000..abf90fd6b --- /dev/null +++ b/domains/godwin.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "gpproton", + "email": "me@godwin.dev" + }, + + "record": { + "CNAME": "godwin.dev" + } + } + \ No newline at end of file diff --git a/domains/gornostay25.json b/domains/gornostay25.json index 4de2d7fc3..48cc451dc 100644 --- a/domains/gornostay25.json +++ b/domains/gornostay25.json @@ -1,9 +1,19 @@ { - "owner": { - "username": "gornostay25", - "email": "volodia.palamar25+github@gmail.com" - }, - "record": { - "CNAME": "gornostay25.github.io" - } + "owner":{ + "username":"gornostay25", + "email":"me@gornostay25.is-a.dev" + }, + "record":{ + "A":[ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "TXT":"v=spf1 include:spf.improvmx.com ~all", + "MX":[ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] + } } diff --git a/domains/gstudiosx.json b/domains/gstudiosx.json new file mode 100644 index 000000000..41898195c --- /dev/null +++ b/domains/gstudiosx.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "GStudiosX2", + "email": "ramazanogutlu0@gmail.com" + }, + "record": { + "URL": "https://discord.gg/dV2M2HsH3F" + } + } + diff --git a/domains/guilherme.json b/domains/guilherme.json new file mode 100644 index 000000000..62eab6181 --- /dev/null +++ b/domains/guilherme.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "iiMaxxi", + "email": "iimaxxiguilham@gmail.com" + }, + + "record": { + "URL": "https://eu.dzxdev.repl.co/" + } + } + \ No newline at end of file diff --git a/domains/gxlpes.json b/domains/gxlpes.json new file mode 100644 index 000000000..bdd53a9e8 --- /dev/null +++ b/domains/gxlpes.json @@ -0,0 +1,12 @@ +{ + "description": "Website portfolio", + "repo": "https://github.com/gxlpes/gxlpes.github.io", + "owner": { + "username": "gxlpes", + "email": "guilhermxlopes@gmail.com" + + }, + "record": { + "CNAME": "gxlpes.github.io" + } +} diff --git a/domains/hafidu.json b/domains/hafidu.json new file mode 100644 index 000000000..ffd37649d --- /dev/null +++ b/domains/hafidu.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "hafidu", + "email": "mochammad.hafidu@gmail.com" + }, + + "record": { + "CNAME": "hafidu.github.io" + } + } + \ No newline at end of file diff --git a/domains/hamza.json b/domains/hamza.json new file mode 100644 index 000000000..930529215 --- /dev/null +++ b/domains/hamza.json @@ -0,0 +1,11 @@ +{ + "description": "Hamza's website", + "owner": { + "username": "hamza8bit", + "email": "hamzabyte@gmail.com" + }, + "record": { + "CNAME": "hamza8bit.github.io" + + } +} diff --git a/domains/harish.json b/domains/harish.json new file mode 100644 index 000000000..b26ab72f9 --- /dev/null +++ b/domains/harish.json @@ -0,0 +1,11 @@ +{ + "owner": { + "email": "harishbb168@gmail.com", + "username": "harish" + }, + "description": "My portfolio website", + "repo": "https://github.com/HarishB167/hs-app", + "record": { + "CNAME": "hsapp.onrender.com" + } +} diff --git a/domains/harjakrepp.json b/domains/harjakrepp.json new file mode 100644 index 000000000..16076dfcc --- /dev/null +++ b/domains/harjakrepp.json @@ -0,0 +1,13 @@ +{ + "description": "My personal portofolio", + "repo": "https://github.com/harjakrepp/harjakrepp.github.io", + "owner": { + "username": "Harjakrepp", + "email": "", + "discord": "harjacraft#2385", + "twitter": "@harjakrepp" + }, + "record": { + "CNAME": "harjakrepp.github.io" + } +} diff --git a/domains/haru.json b/domains/haru.json new file mode 100644 index 000000000..e33bd097e --- /dev/null +++ b/domains/haru.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "harudev21", + "email": "mizuto.discord@gmail.com" + }, + "record": { + "URL": "https://harudev.vercel.app" + } + } + \ No newline at end of file diff --git a/domains/hatkidchan.json b/domains/hatkidchan.json index 5e4de90c4..245c3a866 100644 --- a/domains/hatkidchan.json +++ b/domains/hatkidchan.json @@ -1,11 +1,13 @@ { - "description": "Personal webpage of hkc, as well as some bots webhook url and probably some APIs", + "description": "Static personal page of hatkidchan (hkc) (thx Mia)", "owner": { "username": "hatkidchan", "email": "hatkidchan@gmail.com", - "twitter": "hatkidchan" + "twitter": "hatkidchan", + "discord": "hkc#0517" }, "record": { - "A": ["51.15.69.42"] + "A": ["216.128.176.102"], + "TXT": "aHR0cHM6Ly9oYXRraWRjaGFuLmlzLWEuZGV2L21lb3ctMGUwYWZkOWYtMzdlOC00ODc4LWJmYWYtOGE2MjAyYTI5ODFl" } } diff --git a/domains/hay.json b/domains/hay.json index 68f02077d..472aaa77d 100644 --- a/domains/hay.json +++ b/domains/hay.json @@ -1,11 +1,11 @@ { "description": "RayhanADev's Website!", - "repo": "https://github.com/rayhanadev/Personal-Website", + "repo": "https://github.com/rayhanadev/Personal-Website-v3", "owner": { "username": "rayhanadev", "email": "rayhanadev@protonmail.com" }, "record": { - "URL": "http://furret.codes" + "CNAME": "edge.redirect.pizza" } } diff --git a/domains/haykaody.json b/domains/haykaody.json new file mode 100644 index 000000000..060a77b5a --- /dev/null +++ b/domains/haykaody.json @@ -0,0 +1,12 @@ + +{ + "description": "Haykaody Portfolio Website", + "repo": "https://github.com/neoryans/haykaody", + "owner": { + "username": "neoryans", + "email": "ryansneo@gmail.com" + }, + "record": { + "CNAME": "neoryans.github.io" + } +} diff --git a/domains/hecterbonha.json b/domains/hecterbonha.json new file mode 100644 index 000000000..4430df0be --- /dev/null +++ b/domains/hecterbonha.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "hecterbonha", + "email": "untungsoandryanto@gmail.com" + }, + + "record": { + "CNAME": "hecterbonha.github.io" + } + } + \ No newline at end of file diff --git a/domains/herckun.json b/domains/herckun.json new file mode 100644 index 000000000..2ecdecf32 --- /dev/null +++ b/domains/herckun.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "herckun", + "email": "", + "twitter": "herckun", + "discord": "herckun#2055" + }, + "description" : "Personal portfolio website", + "record": { + "URL": "https://herckun.xyz" + } +} diff --git a/domains/hextris.json b/domains/hextris.json new file mode 100644 index 000000000..41587ba36 --- /dev/null +++ b/domains/hextris.json @@ -0,0 +1,11 @@ +{ + "description": "hextris.is-a.dev", + "repo": "https://github.com/NRZT567/nrzt567.github.io", + "owner": { + "username": "nrzt", + "email": "nrzt5678@gmail.com" + }, + "record": { + "CNAME": "nrzt567.github.io" + } +} diff --git a/domains/hieudmg.json b/domains/hieudmg.json new file mode 100644 index 000000000..179bf7469 --- /dev/null +++ b/domains/hieudmg.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "hieudmg", + "email": "hieudmg@gmail.com" + }, + "record": { + "CNAME": "hieudmg.pages.dev" + } +} + \ No newline at end of file diff --git a/domains/hiro.json b/domains/hiro.json new file mode 100644 index 000000000..d83e04528 --- /dev/null +++ b/domains/hiro.json @@ -0,0 +1,12 @@ +{ + "description": "Personal website for now", + "repo": "https://github.com/XxHiroTTVxX", + "owner": { + "username": "XxHiroTTVxX", + "email": "xxhirottvxx@gmail.com", + "twitter": "" + }, + "record": { + "CNAME": "incognito-20-production-9fe2.up.railway.app" + } +} diff --git a/domains/hrushal.json b/domains/hrushal.json new file mode 100644 index 000000000..e5c0c4c88 --- /dev/null +++ b/domains/hrushal.json @@ -0,0 +1,12 @@ +{ + "description": "Hrushal's Portfolio Website", + "repo": "https://github.com/Hrushal-Nikhare/HrushalNikhare-v2", + "owner": { + "username": "Hrushal-Nikhare", + "email": "Hrushalnikhare@gmail.com", + "discord": "Another_Random_Eevee#7237" + }, + "record": { + "CNAME": "hrushal.ml" + } +} diff --git a/domains/hsgamer.json b/domains/hsgamer.json new file mode 100644 index 000000000..5a749b8d2 --- /dev/null +++ b/domains/hsgamer.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "HSGamer", + "email": "huynhqtienvtag@gmail.com" + }, + + "record": { + "CNAME": "hsgamer.github.io" + } + } + \ No newline at end of file diff --git a/domains/hu-kaixiang.json b/domains/hu-kaixiang.json new file mode 100644 index 000000000..3ad085a46 --- /dev/null +++ b/domains/hu-kaixiang.json @@ -0,0 +1,11 @@ +{ + "description": "Hu Kaixiang's Personal Site", + "repo": "https://github.com/Maxhu787/g4o2-website", + "owner": { + "username": "Maxhu787", + "email": "maxhu787@gmail.com" + }, + "record": { + "CNAME": "maxhu787.github.io" + } +} diff --git a/domains/huby.json b/domains/huby.json new file mode 100644 index 000000000..7d2d0bd03 --- /dev/null +++ b/domains/huby.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "OpAayush", + "email": "aayushmagrawal@gmail.com", + "discord": "Aayu5h#1737" + }, + "record": { + "CNAME": "7cfe5323-1a5d-4086-9226-3475a4e3cf5a.id.repl.co" + } +} diff --git a/domains/hung-contact.json b/domains/hung-contact.json new file mode 100644 index 000000000..3e0aa785d --- /dev/null +++ b/domains/hung-contact.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hunghg255", + "email": "giahunghust@gmail.com" + }, + "record": { + "URL": "https://hunghg-contact.vercel.app/" + } +} diff --git a/domains/hung.json b/domains/hung.json new file mode 100644 index 000000000..ed7a54f25 --- /dev/null +++ b/domains/hung.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hunghg255", + "email": "giahunghust@gmail.com" + }, + "record": { + "URL": "https://hunghg-portfolio.vercel.app/" + } +} diff --git a/domains/hunter.json b/domains/hunter.json new file mode 100644 index 000000000..bc3207138 --- /dev/null +++ b/domains/hunter.json @@ -0,0 +1,11 @@ +{ + "description": "Hunter Website", + "repo": "https://github.com/itshunterr", + "owner": { + "username": "Itshunterr", + "email": "itshunterr@protonmail.com" + }, + "record": { + "A": ["185.199.108.153"] + } + } diff --git a/domains/huntroid.json b/domains/huntroid.json new file mode 100644 index 000000000..8cda8412c --- /dev/null +++ b/domains/huntroid.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "hunterz-killer", + "email": "srimath8@gmail.com" + }, + "record": { + "A": ["185.199.108.153"] + } + } + \ No newline at end of file diff --git a/domains/huseyin.json b/domains/huseyin.json new file mode 100644 index 000000000..c5ba12225 --- /dev/null +++ b/domains/huseyin.json @@ -0,0 +1,11 @@ +{ + "description": "Hüseyin Çınars personal web site", + "repo": "https://github.com/Huseyin-Cinar/huseyin.dev", + "owner": { + "username": "Huseyin-Cinar", + "email": "gslicocuk8080@gmail.com" + }, + "record": { + "CNAME": "Huseyin-Cinar.github.io" + } +} diff --git a/domains/huyen.json b/domains/huyen.json new file mode 100644 index 000000000..470b117cd --- /dev/null +++ b/domains/huyen.json @@ -0,0 +1,12 @@ +{ + "description": "Huyền's website", + "repo": "https://github.com/huyenit200x/huyenit200x.github.io", + "owner": { + "username": "huyenit200x", + "email": "huyenit200x@gmail.com", + "twitter": "huyenit200x" + }, + "record": { + "CNAME": "huyenit200x.github.io" + } +} diff --git a/domains/hyperhacker.json b/domains/hyperhacker.json new file mode 100644 index 000000000..72953d538 --- /dev/null +++ b/domains/hyperhacker.json @@ -0,0 +1,12 @@ +{ + "description": "Portfolio website for HyperGithubForm", + "repo": "https://replit.com/@HyperHacker/HyperHacker", + "owner": { + "username": "HyperGithubForm", + "email": "", + "discord": "HyperHacker#3433" + }, + "record": { + "CNAME": "988a5d1f-c278-44ca-9b99-34f9995ed9ba.id.repl.co" + } +} diff --git a/domains/hzyusuf.json b/domains/hzyusuf.json new file mode 100644 index 000000000..7a44577bf --- /dev/null +++ b/domains/hzyusuf.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "yufuss", + "email": "yusufgocer40@hotmail.com" + }, + + "record": { + "CNAME": "glitch.edgeapp.net" + } + } + \ No newline at end of file diff --git a/domains/iansalazar.json b/domains/iansalazar.json index f23e98bd7..3ba25c281 100644 --- a/domains/iansalazar.json +++ b/domains/iansalazar.json @@ -1,11 +1,11 @@ { - "description": "Ian Salazar's portfolio website", - "repo": "https://github.com/dertrockx/freelance-frontend-app", - "owner": { - "username": "dertrockx", - "email": "iansalazar67@gmail.com" - }, - "record": { - "CNAME": "freelance-frontend-app-production.up.railway.app" - } + "description": "Ian Salazar's portfolio website", + "repo": "https://github.com/dertrockx/freelance-frontend-app", + "owner": { + "username": "iisalazar", + "email": "iansalazar67@gmail.com" + }, + "record": { + "CNAME": "freelance-frontend-app-production.up.railway.app" + } } diff --git a/domains/imekachi.json b/domains/imekachi.json new file mode 100644 index 000000000..9935a546c --- /dev/null +++ b/domains/imekachi.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "imekachi", + "email": "imekachi@gmail.com" + }, + + "record": { + "CNAME": "hashnode.network" + } + } + \ No newline at end of file diff --git a/domains/imlasiya.json b/domains/imlasiya.json new file mode 100644 index 000000000..81660029e --- /dev/null +++ b/domains/imlasiya.json @@ -0,0 +1,12 @@ +{ + "description": "My Personal Portfolio", + "repo": "https://github.com/ImLasiya/ImLasiya.github.io", + "owner": { + "username": "ImLasiya", + "email": "shsherlocksl@gmail.com", + "twitter": "ImLasiya" + }, + "record": { + "CNAME": "imlasiya.github.io" + } +} diff --git a/domains/imlasiyah.json b/domains/imlasiyah.json new file mode 100644 index 000000000..33cf98779 --- /dev/null +++ b/domains/imlasiyah.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "ImLasiya", + "email": "senash@darktsysl.onmicrosoft.com" + }, + + "record": { + "CNAME": "imlasiya.github.io" + } + } + \ No newline at end of file diff --git a/domains/incbom.json b/domains/incbom.json new file mode 100644 index 000000000..969dfd365 --- /dev/null +++ b/domains/incbom.json @@ -0,0 +1,12 @@ +{ + "description": "Incbom's Portfolo", + "repo": "https://github.com/incbomdev/incbomdev.github.io", + "owner": { + "username": "IncbomDev", + "email": "incbomyt@gmail.com", + "twitter": "IncbomYT" + }, + "record": { + "CNAME": "incbomdev.github.io" + } +} diff --git a/domains/infinity.json b/domains/infinity.json new file mode 100644 index 000000000..382c28774 --- /dev/null +++ b/domains/infinity.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Infinitybeond1", + "email": "Infinitybeond1@protonmail.com" + }, + "record": { + "CNAME": "1de2d007-3905-40b1-b64f-d166b367a43d.id.repl.co" + } + } + diff --git a/domains/instantnoodles.json b/domains/instantnoodles.json new file mode 100644 index 000000000..bd9b9c820 --- /dev/null +++ b/domains/instantnoodles.json @@ -0,0 +1,12 @@ +{ + "description": "info@instantnoodles.is-a.dev", + "repo": "https://github.com/NoodlesDev1/InstantNoodles-portfolio", + "owner": { + "username": "NoodlesDev1", + "email": "info@InstantNoodles.is-a.dev" + }, + "record": { + "A": ["172.66.47.94", "172.66.44.162"], + "MX": ["mx1.improvmx.com","mx2.improvmx.com"] + } +} diff --git a/domains/intergrav.json b/domains/intergrav.json new file mode 100644 index 000000000..a89da8115 --- /dev/null +++ b/domains/intergrav.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "intergrav", + "email": "devinkid1@gmail.com" + }, + + "record": { + "CNAME": "intergrav.github.io" + } + } + diff --git a/domains/isaiahday.json b/domains/isaiahday.json new file mode 100644 index 000000000..f56aa699d --- /dev/null +++ b/domains/isaiahday.json @@ -0,0 +1,12 @@ +{ + "description": "Isaiah08-D's personal website.", + "repo": "https://github.com/Isaiah08-D/isaiah08-d.github.io", + "owner": { + "username": "Isaiah08-D", + "email": "isaiahgrisha@gmail.com", + "discord": "isaiah08#6008" + }, + "record": { + "CNAME": "isaiah08-d.github.io" + } +} diff --git a/domains/ishh.json b/domains/ishh.json new file mode 100644 index 000000000..91fa6accb --- /dev/null +++ b/domains/ishh.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "AdityaOP2008", + "discord": "844843800874582048", + "email": "bw.dev@yahoo.com" + }, + "record": { + "CNAME": "570860f7-84fb-4ecd-8aee-015227be243d.id.repl.co" + } +} diff --git a/domains/its-pablo.json b/domains/its-pablo.json deleted file mode 100644 index e755d4111..000000000 --- a/domains/its-pablo.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "email": "itspablo@null.net", - "username": "its-pablo", - "discord": "pablo g#4477" - }, - "description": "its-pablo's official website :)", - "repo": "github.com/its-pablo/its-pablo.github.io", - "record": { - "CNAME": "its-pablo.github.io" - } -} diff --git a/domains/itsnicecraft.json b/domains/itsnicecraft.json new file mode 100644 index 000000000..e7ef48594 --- /dev/null +++ b/domains/itsnicecraft.json @@ -0,0 +1,12 @@ +{ + "description": "Personal website", + "repo": "https://github.com/itsnicecraft/itsnicecraft.github.io", + "owner": { + "username": "itsnicecraft", + "email": "", + "twitter": "itsnicecraft" + }, + "record": { + "CNAME": "itsnicecraft.github.io" + } +} \ No newline at end of file diff --git a/domains/itsvick.json b/domains/itsvick.json new file mode 100644 index 000000000..19d93aef5 --- /dev/null +++ b/domains/itsvick.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "itsvick", + "email": "vivek_kasture@techjoomla.com" + }, + + "record": { + "CNAME": "itsvick.github.io" + } + } + \ No newline at end of file diff --git a/domains/itzliam.json b/domains/itzliam.json new file mode 100644 index 000000000..e0a48e650 --- /dev/null +++ b/domains/itzliam.json @@ -0,0 +1,9 @@ +{ +"owner": { +"username": "liamgaming23", +"email": "liamstickman123@gmail.com" +}, +"record": { +"CNAME": "liamgaming23.github.io" +} +} diff --git a/domains/ivan.json b/domains/ivan.json new file mode 100644 index 000000000..db731c0e7 --- /dev/null +++ b/domains/ivan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "174n", + "email": "174n@riseup.net" + }, + "record": { + "CNAME": "alexandrov.online" + } +} \ No newline at end of file diff --git a/domains/jacobtm.json b/domains/jacobtm.json index dcb28dc3a..8cc0f7880 100644 --- a/domains/jacobtm.json +++ b/domains/jacobtm.json @@ -7,6 +7,6 @@ "twitter": "Jacob1_Tm" }, "record": { - "URL": "https://jacobtm.ga" + "URL": "https://jacobtm.tk" } } diff --git a/domains/janleigh.json b/domains/janleigh.json new file mode 100644 index 000000000..827796e2e --- /dev/null +++ b/domains/janleigh.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "janleigh", + "email": "janleigh@proton.me" + }, + "record": { + "CNAME": "janleigh.github.io" + } + } + diff --git a/domains/jay.json b/domains/jay.json new file mode 100644 index 000000000..0988f28ee --- /dev/null +++ b/domains/jay.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jaygmx", + "email": "j.jay@gmx.us" + }, + "record": { + "CNAME": "jay.readthedocs.io" + } +} diff --git a/domains/jean.json b/domains/jean.json new file mode 100644 index 000000000..2eef71801 --- /dev/null +++ b/domains/jean.json @@ -0,0 +1,12 @@ +{ + "description": "A website showcasing all of Jean's work", + "repo": "https://github.com/EmperorJean/emperorjean.github.io", + "owner": { + "username": "emperorjean", + "email": "", + "twitter":"emperorjean_" + }, + "record": { + "CNAME": "emperorjean.github.io" + } +} diff --git a/domains/jegatchalian.json b/domains/jegatchalian.json new file mode 100644 index 000000000..25813b5c9 --- /dev/null +++ b/domains/jegatchalian.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "trowsjerwin", + "email": "johnerwingatchalian@gmail.com" + }, + + "record": { + "A": ["192.232.223.67"] + } + } + \ No newline at end of file diff --git a/domains/jeremy.json b/domains/jeremy.json new file mode 100644 index 000000000..883a88877 --- /dev/null +++ b/domains/jeremy.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "MyNameJeremy", + "email": "original.jeremy.grotjahn@gmail.com" + }, + + "record": { + "URL": "http://dev.jeremys.social" + } + } + diff --git a/domains/jeros.json b/domains/jeros.json new file mode 100644 index 000000000..b1ba7e6df --- /dev/null +++ b/domains/jeros.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "Ascript89", + "email": "smartlinkwfs@gmail.com" + }, + + "record": { + "CNAME": "ascript89.github.io" + } + } + diff --git a/domains/jesgran.json b/domains/jesgran.json new file mode 100644 index 000000000..941ab8536 --- /dev/null +++ b/domains/jesgran.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "Jesgran", + "email": "calzdani20@libero.it" + }, + + "record": { + "CNAME": "jesgran.github.io" + } + } + \ No newline at end of file diff --git a/domains/jewishlewish.json b/domains/jewishlewish.json new file mode 100644 index 000000000..1c3019101 --- /dev/null +++ b/domains/jewishlewish.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "JewishLewish", + "email": "lanbrokhman@gmail.com" + }, + "record": { + "URL": "https://github.com/jewishlewish" + } + } + diff --git a/domains/jeydin.json b/domains/jeydin.json index 3b8497af6..e315911da 100644 --- a/domains/jeydin.json +++ b/domains/jeydin.json @@ -1,8 +1,8 @@ { "description": "I play a game called Genshin Impact", - "repo": "https://github.com/Jeydin/jeydin.github.io", + "repo": "https://github.com/Jeydin21/jeydin.github.io", "owner": { - "username": "Jeydin", + "username": "Jeydin21", "email": "JeyPham21@gmail.com", "twitter": "Jeydin21" }, diff --git a/domains/jimscope.json b/domains/jimscope.json index f9201f644..80d7432b5 100644 --- a/domains/jimscope.json +++ b/domains/jimscope.json @@ -6,6 +6,6 @@ "email": "jimscope@protonmail.com" }, "record": { - "CNAME": "jimscope.github.io" + "CNAME": "hashnode.network" } } diff --git a/domains/jishnupsamal.json b/domains/jishnupsamal.json new file mode 100644 index 000000000..b2aedfdec --- /dev/null +++ b/domains/jishnupsamal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jishnu-prasad-s", + "email": "support@jishnupsamal.ml" + }, + "record": { + "CNAME": "jishnupsamal.pages.dev" + } +} diff --git a/domains/jithumon.json b/domains/jithumon.json new file mode 100644 index 000000000..4569e27e4 --- /dev/null +++ b/domains/jithumon.json @@ -0,0 +1,12 @@ +{ + "description": "Jithumon's Personal Website", + "repo": "https://github.com/jithumon/jithumon.github.com", + "owner": { + "username": "jithumon", + "email": "jithumondev@gmail.com", + "twitter": "@Jithumatt" + }, + "record": { + "CNAME": "jithumon.github.io" + } +} diff --git a/domains/joelbobanoffline.json b/domains/joelbobanoffline.json new file mode 100644 index 000000000..d2c2db96b --- /dev/null +++ b/domains/joelbobanoffline.json @@ -0,0 +1,11 @@ +{ + "description": "For Portfolio", + "repo": "https://github.com/JoelBobanOffline/JoelBobanOffline.github.io", + "owner": { + "username": "JoelBobanOffline", + "email": "joelboban2007@gmail.com" + }, + "record": { + "CNAME": "joelbobanoffline.github.io" + } +} diff --git a/domains/joesjourney.json b/domains/joesjourney.json new file mode 100644 index 000000000..505400040 --- /dev/null +++ b/domains/joesjourney.json @@ -0,0 +1,24 @@ + + { + "owner": { + "username": "Joe-is-Coding", + "email": "stickeman715@gmail.com" + }, + + "record": { + "A": [ + + "185.199.108.153", + + "185.199.109.153", + + "185.199.110.153", + + "185.199.111.153" + + ], + "MX": ["mx.mailtie.com"], + "TXT": "mailtie=joesjourney500@gmail.com" + } + } + diff --git a/domains/johan-stickman.json b/domains/johan-stickman.json index 47fcb5da4..8e22e0157 100644 --- a/domains/johan-stickman.json +++ b/domains/johan-stickman.json @@ -3,11 +3,11 @@ "repo": "", "owner": { "username": "johan-perso", - "email": "", + "email": "johan_stickman@proton.me", "twitter": "Johan_Stickman", "discord": "Johan#8021" }, "record": { - "URL": "https://johanstickman.com" + "URL": "https://johanstick.me" } } diff --git a/domains/johnny.json b/domains/johnny.json new file mode 100644 index 000000000..ef3f86971 --- /dev/null +++ b/domains/johnny.json @@ -0,0 +1,10 @@ + { + "owner": { + "username": "john-champagne", + "email": "johnchampagne97@gmail.com" + }, + + "record": { + "CNAME": "john-champagne.github.io" + } + } diff --git a/domains/jonathan.json b/domains/jonathan.json new file mode 100644 index 000000000..03eb61bde --- /dev/null +++ b/domains/jonathan.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "jonOriginal", + "email": "jonathan-knox@outlook.com", + "discord": "12340#0567" + }, + "record": { + "CNAME": "webknox.ddns.net" + }, + "repo": "https://github.com/jonOriginal" +} diff --git a/domains/joshatticus.json b/domains/joshatticus.json new file mode 100644 index 000000000..0e28692ee --- /dev/null +++ b/domains/joshatticus.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "JoshAtticus", + "email": "osmanicteam@gmail.com" + }, + "record": { + "CNAME": "joshatticus.github.io" + } + } + \ No newline at end of file diff --git a/domains/joshua.json b/domains/joshua.json index 15e1e6e77..027919e4b 100644 --- a/domains/joshua.json +++ b/domains/joshua.json @@ -6,6 +6,6 @@ "email": "joshua.noakes1@icloud.com" }, "record": { - "A": ["143.47.226.76"] + "CNAME": "prx1.oci.cocogoat.xyz" } } diff --git a/domains/josjonkeren.json b/domains/josjonkeren.json new file mode 100644 index 000000000..e3d1dfa2c --- /dev/null +++ b/domains/josjonkeren.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "jonkeren", + "email": "josjonkeren@gmail.com" + }, + "record": { + "CNAME": "jonkeren.nl" + } + } + \ No newline at end of file diff --git a/domains/juhair.json b/domains/juhair.json new file mode 100644 index 000000000..6695800a6 --- /dev/null +++ b/domains/juhair.json @@ -0,0 +1,10 @@ +{ + "description": "Juhair's Portfolio Website", + "owner": { + "username": "juhair-cupcake", + "email": "juhair98@pm.me" + }, + "record": { + "URL": "https://juhair-dev.netlify.app" + } +} diff --git a/domains/juliusknuff.json b/domains/juliusknuff.json new file mode 100644 index 000000000..d1bf54156 --- /dev/null +++ b/domains/juliusknuff.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "juliusknuff", + "email": "juliusknuff@ok.de" + }, + "record": { + "CNAME": "juliusknu.pages.dev" + } +} diff --git a/domains/jwaxy.json b/domains/jwaxy.json new file mode 100644 index 000000000..66a04f19f --- /dev/null +++ b/domains/jwaxy.json @@ -0,0 +1,11 @@ +{ + "description": "I want to use this for my personal website.", + "repo": "https://github.com/jwaxy/jwaxy.github.io", + "owner": { + "username": "jwaxy", + "email": "me@yxawj.aleeas.com" + }, + "record": { + "CNAME": "jwaxy.github.io" + } +} diff --git a/domains/k4i0d.json b/domains/k4i0d.json new file mode 100644 index 000000000..5177be014 --- /dev/null +++ b/domains/k4i0d.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "kaiodcosta", + "email": "kaiod@riseup.net" + }, + "record": { + "URL": "https://kaiod.icu" + } + } + \ No newline at end of file diff --git a/domains/kaivalya.json b/domains/kaivalya.json new file mode 100644 index 000000000..67b4342c2 --- /dev/null +++ b/domains/kaivalya.json @@ -0,0 +1,11 @@ +{ + "description": "For my Personal Portfolio website", + "repo": "https://github.com/Kaivalya4/Kaivalya4.github.io", + "owner": { + "username": "Kaivalya4", + "email": "kt6819@yahoo.com" + }, + "record": { + "CNAME": "Kaivalya4.github.io" + } +} diff --git a/domains/kamy0403.json b/domains/kamy0403.json new file mode 100644 index 000000000..9f616080d --- /dev/null +++ b/domains/kamy0403.json @@ -0,0 +1,13 @@ + + { + "owner": { + "username": "thanhcong2k7", + "email": "nhocpeacock@gmail.com", + "twitter": "NTKam007", + "discord": "KamyzZ#3790" + }, + "record": { + "CNAME": "kmdev.carrd.co" + } + } + diff --git a/domains/kamyzz.json b/domains/kamyzz.json new file mode 100644 index 000000000..765a1688b --- /dev/null +++ b/domains/kamyzz.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "thanhcong2k7", + "email": "nhocpeacock@gmail.com" + }, + "record": { + "CNAME": "kamyzz.carrd.co" + } + } + diff --git a/domains/kashif.json b/domains/kashif.json new file mode 100644 index 000000000..1054262c0 --- /dev/null +++ b/domains/kashif.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "appsdevpk", + "email": "kashid1@gmail.com" + }, + + "record": { + "A": ["129.146.191.167"] + } + } + \ No newline at end of file diff --git a/domains/kaweendra.json b/domains/kaweendra.json new file mode 100644 index 000000000..254ebe9bc --- /dev/null +++ b/domains/kaweendra.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "kaweendras", + "email": "salitha.wijerathna@gmail.com" + }, + + "record": { + "CNAME": "kaweendras.github.io" + } + } diff --git a/domains/kd.json b/domains/kd.json new file mode 100644 index 000000000..12bdab5a5 --- /dev/null +++ b/domains/kd.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Developer Website", + "repo": "https://github.com/KejdiKoci/kejdikoci.github.io", + "owner": { + "username": "KejdiKoci", + "email": "kejdikoci.mail@gmail.com" + }, + "record": { + "CNAME": "kejdikoci.github.io" + } +} diff --git a/domains/kha.json b/domains/kha.json new file mode 100644 index 000000000..ed3984f21 --- /dev/null +++ b/domains/kha.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "bkit9x", + "email": "bkit9x@gmail.com" + }, + + "record": { + "CNAME": "bkit9x.github.io" + } + } + \ No newline at end of file diff --git a/domains/khaled.json b/domains/khaled.json new file mode 100644 index 000000000..979cdd57b --- /dev/null +++ b/domains/khaled.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "khaled-0", + "email": "spkhalad@gmail.com" + }, + "record": { + "CNAME": "khaled-0.github.io" + } + } + \ No newline at end of file diff --git a/domains/kingq23.json b/domains/kingq23.json new file mode 100644 index 000000000..d33c478e2 --- /dev/null +++ b/domains/kingq23.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Kingq23", + "email": "qadams2008@gmail.com" + }, + "record": { + "URL": "https://kingq23-is-a-dev.kingq23.repl.co/" + } +} diff --git a/domains/kmrvarun.json b/domains/kmrvarun.json new file mode 100644 index 000000000..10bcf224e --- /dev/null +++ b/domains/kmrvarun.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "kmr-varun", + "email": "kmr11varun@gmail.com" + }, + + "record": { + "CNAME": "kmr-varun.github.io" + } + } diff --git a/domains/korauo.json b/domains/korauo.json index 90b615987..54b87f72e 100644 --- a/domains/korauo.json +++ b/domains/korauo.json @@ -1,7 +1,7 @@ { "owner": { "username": "korauo", - "email": "korauo69@gmail.com", + "email": "", "twitter": "korauo", "discord": "korauo#1423" }, diff --git a/domains/korbinvanette.json b/domains/korbinvanette.json new file mode 100644 index 000000000..0839a5913 --- /dev/null +++ b/domains/korbinvanette.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "KorbinVanetteDev", + "email": "korbinvanettedev@gmail.com" + }, + + "record": { + "CNAME": "35ad5fb7-4c98-46e4-891b-67815124df03.id.repl.co" + } + } + \ No newline at end of file diff --git a/domains/koshikkumar17.json b/domains/koshikkumar17.json new file mode 100644 index 000000000..94277b5ea --- /dev/null +++ b/domains/koshikkumar17.json @@ -0,0 +1,11 @@ +{ + "description": "My Portfolio", + "repo": "https://github.com/KoshikKumar17/KoshikKumar17.github.io", + "owner": { + "username": "koshikkumar17", + "email": "cw4rriors17@gmail.com" + }, + "record": { + "CNAME": "koshikkumar17.github.io" + } +} diff --git a/domains/kotikov.json b/domains/kotikov.json new file mode 100644 index 000000000..a9b686735 --- /dev/null +++ b/domains/kotikov.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio.", + "repo": "https://github.com/kotru21/kotikov", + "owner": { + "username": "kotru21", + "email": "kotikovv@proton.me" + }, + "record": { + "URL": "https://kotikov.pages.dev" + } +} diff --git a/domains/kpopiui.json b/domains/kpopiui.json new file mode 100644 index 000000000..92ef2be26 --- /dev/null +++ b/domains/kpopiui.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Zeor154", + "email": "driop12bu@gmail.com" + }, + "record": { + "A": ["45.140.141.88"] + } + } + \ No newline at end of file diff --git a/domains/krishna.json b/domains/krishna.json new file mode 100644 index 000000000..0321e472c --- /dev/null +++ b/domains/krishna.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "be-krishna", + "email": "bkshgnj@gmail.com" + }, + + "record": { + "TXT": "google-site-verification=_hTlyUTWdbFv6l_L1Rizntdh7nSqvPP5DdvcLD1vuck" + } + } + \ No newline at end of file diff --git a/domains/krix.json b/domains/krix.json index 6da0c8a17..7316af4db 100644 --- a/domains/krix.json +++ b/domains/krix.json @@ -5,11 +5,6 @@ "email": "kristjan.kocevar89@gmail.com" }, "record": { - "A": ["35.186.245.55"], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "CNAME": "krix12-github-io.pages.dev" } } diff --git a/domains/krvishal.json b/domains/krvishal.json new file mode 100644 index 000000000..1b5614ba5 --- /dev/null +++ b/domains/krvishal.json @@ -0,0 +1,12 @@ +{ + "description": "Portfolio", + "repo": "https://github.com/thegeekdex", + "owner": { + "username": "thegeekdex", + "email": "", + "discord": "Vishal S.#6993" + }, + "record": { + "A": ["43.205.87.144"] + } +} diff --git a/domains/kubov.json b/domains/kubov.json new file mode 100644 index 000000000..7e04c55b3 --- /dev/null +++ b/domains/kubov.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "Kubov24", + "email": "jakubcaly93@gmail.com" + }, + + "record": { + "A": ["37.187.156.46"] + } + } + \ No newline at end of file diff --git a/domains/kukikop.json b/domains/kukikop.json new file mode 100644 index 000000000..bc57f3884 --- /dev/null +++ b/domains/kukikop.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Zeor154", + "email": "driop12bu@gmail.com" + }, + "record": { + "A": ["45.130.141.88"] + } + } + \ No newline at end of file diff --git a/domains/kumkashree.json b/domains/kumkashree.json new file mode 100644 index 000000000..3b1780516 --- /dev/null +++ b/domains/kumkashree.json @@ -0,0 +1,11 @@ +{ + "description": "kumkashree.is-a.dev", + "owner": { + "username": "kumkashree", + "email": "", + "discord": "KumKaShree#3777" + }, + "record": { + "A": ["43.205.87.144"] + } +} diff --git a/domains/kweller.json b/domains/kweller.json new file mode 100644 index 000000000..eb610763d --- /dev/null +++ b/domains/kweller.json @@ -0,0 +1,11 @@ +{ + "description": "kweller.is-a.dev", + "repo": "https://github.com/real-kwellercat/real-kwellercat.github.io.git", + "owner": { + "username": "real-kwellercat", + "email": "lucas.rausch.732@k12.friscoisd.org" + }, + "record": { + "CNAME": "real-kwellercat.github.io" + } +} diff --git a/domains/kyhros.json b/domains/kyhros.json new file mode 100644 index 000000000..29fc345aa --- /dev/null +++ b/domains/kyhros.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Klorycs", + "email": "abmongus@gmail.com" + }, + "record": { + "URL": "https://kyhros.netlify.app/" + } + } + \ No newline at end of file diff --git a/domains/kyotox.json b/domains/kyotox.json new file mode 100644 index 000000000..072fbbb5e --- /dev/null +++ b/domains/kyotox.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "kyotox-dev", + "email": "kyotox.dev@gmail.com" + }, + "record": { + "URL": "https://ajiteshrawat.wixsite.com/portfolio" + } + } + \ No newline at end of file diff --git a/domains/kyoya.json b/domains/kyoya.json new file mode 100644 index 000000000..14b5b57dc --- /dev/null +++ b/domains/kyoya.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "kyoyacchi", + "email": "kyoyacchi@protonmail.ch" + }, + "record": { + "CNAME": "kyoyacchi.github.io" + } +} diff --git a/domains/laker.json b/domains/laker.json new file mode 100644 index 000000000..17cc7d4bd --- /dev/null +++ b/domains/laker.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "lxjv", + "email": "hey@laker.tech" + }, + "record": { + "CNAME": "laker.omg.lol" + } + } + \ No newline at end of file diff --git a/domains/larei.json b/domains/larei.json new file mode 100644 index 000000000..5b5ede737 --- /dev/null +++ b/domains/larei.json @@ -0,0 +1,11 @@ +{ + "description": "larei's personal website.", + "repo": "https://github.com/lareithen/lareithen.github.io", + "owner": { + "username": "lareithen", + "email": "lareithen@gmail.com" + }, + "record": { + "CNAME": "lareithen.github.io" + } +} diff --git a/domains/larryst.json b/domains/larryst.json new file mode 100644 index 000000000..91ec9d834 --- /dev/null +++ b/domains/larryst.json @@ -0,0 +1,10 @@ +{ + "description": "Official Website for Larry Studios™", + "owner": { + "username": "kornls", + "email": "larryst.korn@gmail.com" + }, + "record": { + "CNAME": "larrystudios.github.io" + } +} diff --git a/domains/larrystudios.json b/domains/larrystudios.json new file mode 100644 index 000000000..2a8ec91d4 --- /dev/null +++ b/domains/larrystudios.json @@ -0,0 +1,11 @@ +{ + "description": "Official Website for Larry Studios™", + "owner": { + "username": "kornls", + "email": "larryst.korn@gmail.com" + }, + "record": { + "CNAME": "larrystudios.github.io" + } +} + \ No newline at end of file diff --git a/domains/laymoth.json b/domains/laymoth.json new file mode 100644 index 000000000..f93a23ef3 --- /dev/null +++ b/domains/laymoth.json @@ -0,0 +1,10 @@ +{ + "description": "Laymoth's Website", + "owner": { + "username": "laymoth", + "email": "pm@laymoth.dev" + }, + "record": { + "CNAME": "laymoth.pages.dev" + } +} diff --git a/domains/legendsayantan.json b/domains/legendsayantan.json new file mode 100644 index 000000000..f3fb749f3 --- /dev/null +++ b/domains/legendsayantan.json @@ -0,0 +1,12 @@ +{ + "description": "LegendSayantan's Project Wiki Page", + "repo": "https://github.com/legendsayantan/legendsayantan.github.io", + "owner": { + "username": "legendsayantan", + "email": "legendsayantanpaul@gmail.com", + "twitter": "legendsayantan" + }, + "record": { + "CNAME": "legendsayantan.github.io" + } +} diff --git a/domains/levani.json b/domains/levani.json new file mode 100644 index 000000000..de5c18571 --- /dev/null +++ b/domains/levani.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "LevaniVashadze", + "email": "vashadzelevani11@gmail.com" + }, + "record": { + "CNAME": "LevaniVashadze.github.io" + } +} diff --git a/domains/lewe.json b/domains/lewe.json new file mode 100644 index 000000000..36c128c5e --- /dev/null +++ b/domains/lewe.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "lewe2k6", + "email": "lewe2k6@gmail.com" + }, + "record": { + "URL": "https://xn--a-0ym.vn" + } + } + \ No newline at end of file diff --git a/domains/lime360.json b/domains/lime360.json deleted file mode 100644 index 6bc077f52..000000000 --- a/domains/lime360.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "lime360", - "email": "emeraldlime@protonmail.com", - "discord": "lime360#3291" - }, - - "description": "my website", - "repo": "https://github.com/lime360/lime360.github.io", - "record": { - "CNAME": "lime360.github.io" - } -} diff --git a/domains/lintahtorrents.json b/domains/lintahtorrents.json new file mode 100644 index 000000000..89d0345a3 --- /dev/null +++ b/domains/lintahtorrents.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "meritocrazy", + "email": "lunatic@tuta.io" + }, + "record": { + "CNAME": "drives.labor.workers.dev" + } + } + \ No newline at end of file diff --git a/domains/linusx.json b/domains/linusx.json new file mode 100644 index 000000000..1481a711e --- /dev/null +++ b/domains/linusx.json @@ -0,0 +1,11 @@ +{ + "description": "Just my personal website, static on github pages. Generated with hugo", + "repo": "https://github.com/linuzzx/linuzzx.github.io", + "owner": { + "username": "linuzzx", + "email": "galaxylinus@gmail.com" + }, + "record": { + "CNAME": "linuzzx.github.io" + } +} diff --git a/domains/liq.json b/domains/liq.json new file mode 100644 index 000000000..bedc5a108 --- /dev/null +++ b/domains/liq.json @@ -0,0 +1,11 @@ +{ + "description": "Learning something new everyday", + "repo": "https://github.com/DevLiQ", + "owner": { + "username": "DevLiQ", + "email": "21136062+devliq@users.noreply.github.com" + }, + "record": { + "CNAME": "devliq.github.io" + } +} diff --git a/domains/live.preview.beta.json b/domains/live.preview.beta.json new file mode 100644 index 000000000..b25729d94 --- /dev/null +++ b/domains/live.preview.beta.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev@win11react.com" + }, + + "record": { + "A": ["140.238.66.199"] + } + } + \ No newline at end of file diff --git a/domains/lizhenghao.json b/domains/lizhenghao.json new file mode 100644 index 000000000..dcd0edb17 --- /dev/null +++ b/domains/lizhenghao.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "squareful", + "email": "litiantian@ustc.edu" + }, + "record": { + "CNAME": "blog.maikebuke.com" + } + } + \ No newline at end of file diff --git a/domains/lknows.json b/domains/lknows.json new file mode 100644 index 000000000..3b62ab641 --- /dev/null +++ b/domains/lknows.json @@ -0,0 +1,15 @@ + + { + "description": "Link for lknow's personal site on GitHub pages", + "repo": "https://github.com/lknows/lknows.github.io/", + "owner": { + "username": "lknows", + "email": "easyg53@gmail.com", + "discord": "Ne bije al' ubija u pojam#2020" + }, + + "record": { + "CNAME": "lknows.github.io" + } + } + diff --git a/domains/loisvelasco.json b/domains/loisvelasco.json new file mode 100644 index 000000000..54ce1083f --- /dev/null +++ b/domains/loisvelasco.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "loiSvelasco", + "email": "loisuperficialvelasco@gmail.com" + }, + "description": "Blog && Portfolio", + "repo": "https://github.com/loiSvelasco/loisvelasco.github.io", + "record": { + "CNAME": "loisvelasco.github.io" + } +} diff --git a/domains/lovishprabhakar.json b/domains/lovishprabhakar.json new file mode 100644 index 000000000..c861630ca --- /dev/null +++ b/domains/lovishprabhakar.json @@ -0,0 +1,11 @@ +{ +"description": "This website is a link to my personal developer portfoilio.", +"repo": "https://github.com/lovishprabhakar/lovishprabhakar.github.io", +"owner": { + "username": "lovishprabhakar", + "email": "2020010006574@gndu.ac.in" +}, +"record": { + "CNAME": "lovishprabhakar.github.io" +} +} diff --git a/domains/lrxrn.json b/domains/lrxrn.json new file mode 100644 index 000000000..ea0f8e741 --- /dev/null +++ b/domains/lrxrn.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "lrxrn", + "email": "meesum632@gmail.com" + }, + "record": { + "CNAME": "lrxrn.github.io" + } + } + \ No newline at end of file diff --git a/domains/lthon09.json b/domains/lthon09.json index 1c5a62251..3491a508b 100644 --- a/domains/lthon09.json +++ b/domains/lthon09.json @@ -7,6 +7,6 @@ "twitter": "lthon09" }, "record": { - "A": ["76.223.55.44"] + "A": ["75.2.69.226"] } } diff --git a/domains/ltln.json b/domains/ltln.json new file mode 100644 index 000000000..fe3ad216f --- /dev/null +++ b/domains/ltln.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "ltln", + "email": "uguest17@gmail.com" + }, + + "record": { + "URL": "https://github.com/ltln" + } + } + \ No newline at end of file diff --git a/domains/lucyjs.json b/domains/lucyjs.json new file mode 100644 index 000000000..4048f6b92 --- /dev/null +++ b/domains/lucyjs.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "LucyJS-Dev", + "email": "pumimail9@gmail.com" + }, + + "record": { + "URL": "http://lucyjs.de" + } + } + diff --git a/domains/luistena.json b/domains/luistena.json new file mode 100644 index 000000000..43a8fa800 --- /dev/null +++ b/domains/luistena.json @@ -0,0 +1,12 @@ +{ + "description": "Luis Tena's portfolio", + "repo": "https://github.com/devluist/devluist.github.io", + "owner": { + "username": "devluist", + "email": "des.luistena@hotmail.com", + "twitter": "dev_luist" + }, + "record": { + "CNAME": "devluist.github.io" + } +} diff --git a/domains/lunah.json b/domains/lunah.json index 065644bc6..f5a8b21af 100644 --- a/domains/lunah.json +++ b/domains/lunah.json @@ -6,6 +6,6 @@ "email": "lunah@lunahdev.ml" }, "record": { - "A": ["5.161.46.209"] + "A": ["62.171.160.186"] } } diff --git a/domains/lyertia.json b/domains/lyertia.json index 433c615c3..076036b64 100644 --- a/domains/lyertia.json +++ b/domains/lyertia.json @@ -6,6 +6,6 @@ "email": "camahmut7@gmail.com" }, "record": { - "URL": "https://lyertia.me" + "TXT": "vc-domain-verify=lyertia.is-a.dev,f457c36e042417f3ab7f" } } diff --git a/domains/m4hbod.json b/domains/m4hbod.json new file mode 100644 index 000000000..4e57e4235 --- /dev/null +++ b/domains/m4hbod.json @@ -0,0 +1,13 @@ +{ + "description": "M4hbod's .is-a.dev domain", + "repo": "https://github.com/M4hbod/m4hbod.github.io", + "owner": { + "username": "M4hbod", + "email": "m4hbod@proton.me", + "telegram": "M4hbod", + "discord": "M4hbod#1615" + }, + "record": { + "CNAME": "m4hbod.github.io" + } +} diff --git a/domains/mahmud.json b/domains/mahmud.json new file mode 100644 index 000000000..fd5fabec7 --- /dev/null +++ b/domains/mahmud.json @@ -0,0 +1,12 @@ +{ + "description": "mahmud's portfolio website", + "repo": "https://github.com/JBAxB8h7/JBAxB8h7.github.io", + "owner": { + "username": "JBAxB8h7", + "email": "kanieloutis758@gmail.com", + "twitter": "mahmudislam47" + }, + "record": { + "CNAME": "JBAxB8h7.github.io" + } +} diff --git a/domains/mail.icehead.json b/domains/mail.icehead.json new file mode 100644 index 000000000..d85d084c8 --- /dev/null +++ b/domains/mail.icehead.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "Tanjimfuad", + "email": "tanjim_fuad@proton.me" + }, + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/minmitalso.json b/domains/mail.minmit.json similarity index 100% rename from domains/minmitalso.json rename to domains/mail.minmit.json diff --git a/domains/mail.mxnticek.json b/domains/mail.mxnticek.json new file mode 100644 index 000000000..97cf1f4d7 --- /dev/null +++ b/domains/mail.mxnticek.json @@ -0,0 +1,13 @@ +{ + "description": "Domain for my music bot", + "repo": "", + "owner": { + "username": "VlastikYoutubeKo", + "email": "plainrock@seznam.cz" + }, + "record": { + "MX": ["d9025d2074984e72.mx2.emailprofi.seznam.cz", + "d9025d2074984e72.mx1.emailprofi.seznam.cz" + ] + } +} diff --git a/domains/mail.sx9.json b/domains/mail.sx9.json new file mode 100644 index 000000000..18e887738 --- /dev/null +++ b/domains/mail.sx9.json @@ -0,0 +1,13 @@ +{ + "description": "SX's Email", + "repo": "https://sx9.is-a.dev", + "owner": { + "discord": "SX-Spy-Agent#1377", + "email": "sx-91@outlook.com", + "username": "SX-9" + }, + "record": { + "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/makhbaz.json b/domains/makhbaz.json new file mode 100644 index 000000000..2536652d2 --- /dev/null +++ b/domains/makhbaz.json @@ -0,0 +1,12 @@ +{ + "description": "Makhbaz's .is-a.dev domain", + "repo": "https://github.com/Makhbaz/makhbaz.github.io", + "owner": { + "username": "Makhbaz", + "email": "makhbaz@proton.me", + "telegram": "Makhbaz" + }, + "record": { + "CNAME": "makhbaz.github.io" + } +} diff --git a/domains/malware.json b/domains/malware.json index 66b87195f..d49069f09 100644 --- a/domains/malware.json +++ b/domains/malware.json @@ -4,6 +4,6 @@ "email": "daredevil.vikrant@gmail.com" }, "record": { - "CNAME": "themalware.tk" + "URL": "https://themalware.tk" } } diff --git a/domains/mantas.json b/domains/mantas.json new file mode 100644 index 000000000..ec487c071 --- /dev/null +++ b/domains/mantas.json @@ -0,0 +1,11 @@ +{ + "description": "Mantas is a developer!", + "repo": "https://github.com/mantooc", + "owner": { + "username": "mantooc", + "email": "mantasnugaras@gmail.com" + }, + "record": { + "CNAME": "mantooc.github.io" + } +} diff --git a/domains/marcchew.json b/domains/marcchew.json index 96c7ac588..0c885dc71 100644 --- a/domains/marcchew.json +++ b/domains/marcchew.json @@ -2,9 +2,9 @@ "description": "About Marc Chew", "owner": { "username": "marcchew", - "email": "marckychew@vivaldi.net" + "email": "marckychew@gmail.com" }, "record": { - "CNAME": "marcs-portfolio.marc-020513.repl.co" + "CNAME": "947555d1-ed28-4253-9341-45074fe2aaab.id.repl.co" } } diff --git a/domains/marcelomrwin.json b/domains/marcelomrwin.json new file mode 100644 index 000000000..f4a80287c --- /dev/null +++ b/domains/marcelomrwin.json @@ -0,0 +1,11 @@ +{ + "description": "My personal website to showcase the stuff that I do", + "repo": "https://github.com/marcelomrwin", + "owner": { + "username": "marcelomrwin", + "email": "marcelo.d.sales@gmail.com" + }, + "record": { + "CNAME": "marcelomrwin.github.io" + } + } \ No newline at end of file diff --git a/domains/maria.json b/domains/maria.json new file mode 100644 index 000000000..86bf9cdde --- /dev/null +++ b/domains/maria.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "nirewen", + "email": "londero.edu@gmail.com" + }, + + "record": { + "URL": "https://github.com/marialuisamol" + } + } + \ No newline at end of file diff --git a/domains/maryll.json b/domains/maryll.json new file mode 100644 index 000000000..ec683d539 --- /dev/null +++ b/domains/maryll.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "Maryll-castelino", + "email": "maryllcastelino@gmail.com" + }, + + "record": { + "CNAME": "maryll-castelino.github.io" + } + } + diff --git a/domains/mastodon.dainfloop.json b/domains/mastodon.dainfloop.json new file mode 100644 index 000000000..0e4ae104d --- /dev/null +++ b/domains/mastodon.dainfloop.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "DaInfLoop", + "email": "backupharoongames100@gmail.com" + }, + + "record": { + "A": ["34.132.134.162"] + } +} diff --git a/domains/mattdestroyer.json b/domains/mattdestroyer.json new file mode 100644 index 000000000..0131ab547 --- /dev/null +++ b/domains/mattdestroyer.json @@ -0,0 +1,10 @@ +{ + "description": "Matt-DESTROYER's Website", + "owner": { + "username": "Matt-DESTROYER", + "email": "mattdestroyerpro@gmail.com" + }, + "record": { + "URL": "https://MattDESTROYER.repl.co" + } +} diff --git a/domains/mattw.json b/domains/mattw.json index fa446b79b..1e84a0a67 100644 --- a/domains/mattw.json +++ b/domains/mattw.json @@ -6,8 +6,8 @@ "email": "ynan243@gmail.com" }, "record": { - "A": ["147.135.109.83"], - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "A": ["74.201.25.77"], + "MX": ["mail.tnstudios.ca"], + "TXT": "v=spf1 a:webmail.tnstudios.ca a:mail.talosbot.xyz a:mail.tnstudios.ca ~all" } } diff --git a/domains/max.json b/domains/max.json new file mode 100644 index 000000000..aa8a8d8fc --- /dev/null +++ b/domains/max.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "ItzMaxxi", + "email": "maxguilham@protonmail.com" + }, + + "record": { + "URL": "https://eu.dzxdev.repl.co/" + } + } + \ No newline at end of file diff --git a/domains/mburguete.json b/domains/mburguete.json new file mode 100644 index 000000000..5486871a8 --- /dev/null +++ b/domains/mburguete.json @@ -0,0 +1,11 @@ +{ + "description": "Mariano Burguete's Portfolio", + "repo": "https://github.com/nai98x/is-a-dev", + "owner": { + "username": "nai98x", + "email": "marianoburguete@gmail.com" + }, + "record": { + "CNAME": "nai98x.github.io" + } +} diff --git a/domains/sevu.badboy.json b/domains/mc.badboy.json similarity index 53% rename from domains/sevu.badboy.json rename to domains/mc.badboy.json index 94f12298e..447ca22f4 100644 --- a/domains/sevu.badboy.json +++ b/domains/mc.badboy.json @@ -1,10 +1,10 @@ { - "description": "sevu bot dashboard", + "description": "Minecraft server.", "owner": { "username": "bad-boy-codes", "email": "contact@mail.badboy.is-a.dev" }, "record": { - "CNAME": "51deae26-9fa3-4344-820e-80cb006634ca.id.repl.co" + "URL": "https://bigpp.ml" } } diff --git a/domains/mc.daniel.json b/domains/mc.daniel.json new file mode 100644 index 000000000..23dcf599c --- /dev/null +++ b/domains/mc.daniel.json @@ -0,0 +1,13 @@ +{ + "description": "2b2t Minecraft proxy", + + "owner": { + "username": "hackermondev", + "email": "isadev@daniel.is-a.dev", + "twitter": "hackermondev" + }, + + "record": { + "A": ["44.203.172.179"] + } +} diff --git a/domains/mc1.notjadeja.json b/domains/mc1.notjadeja.json new file mode 100644 index 000000000..cf635155c --- /dev/null +++ b/domains/mc1.notjadeja.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "HalalJadeja", + "discord": "NotJadeja#8183", + "email": "9236.stkabirdio@gmail.com" + }, + "record": { + "A": [ + "147.185.221.180" + ] + } +} diff --git a/domains/mcsavvy.json b/domains/mcsavvy.json new file mode 100644 index 000000000..ca1b654f8 --- /dev/null +++ b/domains/mcsavvy.json @@ -0,0 +1,10 @@ +{ + "owner":{ + "username": "Mcsavvy", + "discord": "savvii#3184", + "email": "davemcsavvii@gmail.com" + }, + "record": { + "CNAME": "mcsavvy.github.io" + } +} diff --git a/domains/mczgodpiggy.json b/domains/mczgodpiggy.json new file mode 100644 index 000000000..7369438f5 --- /dev/null +++ b/domains/mczgodpiggy.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Mczgodpiggy", + "email": "aukoeh@gmail.com" + }, + "record": { + "CNAME": "947fd546-46f4-480c-b971-ca2b663c54d8.id.repl.co" + } + } + \ No newline at end of file diff --git a/domains/mdbesoain.json b/domains/mdbesoain.json new file mode 100644 index 000000000..4129f9c5d --- /dev/null +++ b/domains/mdbesoain.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "mdbesoain", + "email": "mdbesoain@gmail.com" + }, + "record": { + "URL": "https://mdbesoain.cl" + } + } + \ No newline at end of file diff --git a/domains/mega-lag.sx9.json b/domains/mega-lag.sx9.json new file mode 100644 index 000000000..475e56e55 --- /dev/null +++ b/domains/mega-lag.sx9.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "SX-9", + "email": "satriakrach@gmail.com" + }, + + "record": { + "CNAME": "sx-9.github.io" + } + } + \ No newline at end of file diff --git a/domains/megalith.json b/domains/megalith.json new file mode 100644 index 000000000..da205d3bf --- /dev/null +++ b/domains/megalith.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "MegalithOffical", + "email": "gekocakaya@gmail.com" + }, + + "record": { + "URL": "https://profile-megalithoffical.vercel.app/" + } + } + diff --git a/domains/mh4d.json b/domains/mh4d.json new file mode 100644 index 000000000..cf680af39 --- /dev/null +++ b/domains/mh4d.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "mh4d", + "email": "muhamednaous@gmail.com" + }, + "description": "I'll probably put some project pages on mh4d.is-a.dev.", + "record": { + "CNAME": "940f2633-fe4f-4fd8-89e5-4fbfaa73e8a7.id.repl.co" + } +} diff --git a/domains/micorksen.json b/domains/micorksen.json new file mode 100644 index 000000000..958f6d2db --- /dev/null +++ b/domains/micorksen.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Micorksen", + "email": "hello@micorksen.eu", + "twitter": "Micorksen", + "discord": "Micorksen#2022" + }, + "record": { + "URL": "https://micorksen.eu" + } +} diff --git a/domains/mikronet.json b/domains/mikronet.json new file mode 100644 index 000000000..072fd4fad --- /dev/null +++ b/domains/mikronet.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "mikrodinet", + "email": "mikrodinet@gmail.com" + }, + "record": { + "CNAME": "mikrodinet.github.io" + } + } + \ No newline at end of file diff --git a/domains/mineek.json b/domains/mineek.json new file mode 100644 index 000000000..3cb4c189b --- /dev/null +++ b/domains/mineek.json @@ -0,0 +1,12 @@ +{ + "description": "My personal website", + "repo": "https://github.com/mineek/mineek.github.io", + "owner": { + "username": "mineek", + "email": "", + "discord": "Mineek#6323" + }, + "record": { + "CNAME": "mineek.github.io" + } +} \ No newline at end of file diff --git a/domains/miraclecherrypie.json b/domains/miraclecherrypie.json new file mode 100644 index 000000000..ed7bb0057 --- /dev/null +++ b/domains/miraclecherrypie.json @@ -0,0 +1,11 @@ +{ + "description": "My personal website goes here", + "repo": "https://github.com/MiracleCherryPie/miraclecherrypie.github.io", + "owner": { + "username": "MiracleCherryPie", + "email": "christianpandapotans@gmail.com" + }, + "record": { + "CNAME": "miraclecherrypie.github.io" + } +} diff --git a/domains/miti99.json b/domains/miti99.json new file mode 100644 index 000000000..f9ec7caf9 --- /dev/null +++ b/domains/miti99.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "tiennm99", + "email": "tiennm99@outlook.com" + }, + "record": { + "CNAME": "miti99.eu.org" + } + } + \ No newline at end of file diff --git a/domains/mj1532.json b/domains/mj1532.json new file mode 100644 index 000000000..2cbeb6fa3 --- /dev/null +++ b/domains/mj1532.json @@ -0,0 +1,11 @@ +{ + "description": "MJ1532 Just A Normal Developer", + "repo": "https://github.com/MJ1532", + "owner": { + "username": "MJ1532", + "email": "business@mj1532.cf" + }, + "record": { + "CNAME": "portfolio-4s4.pages.dev" + } +} diff --git a/domains/mkk.json b/domains/mkk.json new file mode 100644 index 000000000..c85123d13 --- /dev/null +++ b/domains/mkk.json @@ -0,0 +1,11 @@ +{ + "description": "portfolio | Urinx", + "repo": "https://github.com/urinx/urinx.github.io", + "owner": { + "username": "maokangkun", + "email": "uri.lqy@gmail.com" + }, + "record": { + "CNAME": "urinx.github.io" + } +} diff --git a/domains/moon.json b/domains/moon.json new file mode 100644 index 000000000..c94462a9d --- /dev/null +++ b/domains/moon.json @@ -0,0 +1,11 @@ +{ + "description": "SORRY I REALIZED I WANTED TO CHANGE MY SUBDOMAIN SORRY FOR THE INCONVIENENCE", + "repo": "https://github.com/cx622/cx622.github.io", + "owner": { + "username": "cx622", + "email": "this-email@is-sus.com" + }, + "record": { + "CNAME": "cx622.github.io" + } +} diff --git a/domains/morning3tar.json b/domains/morning3tar.json new file mode 100644 index 000000000..ca5e16d67 --- /dev/null +++ b/domains/morning3tar.json @@ -0,0 +1,11 @@ +{ + "description": "Morning3tar Personal Website", + "owner": { + "username": "morning3tar", + "email": "", + "discord": "Morning3tar#7388" + }, + "record": { + "CNAME": "glitch.edgeapp.net" + } +} diff --git a/domains/mrinmoy.json b/domains/mrinmoy.json new file mode 100644 index 000000000..6b1c84fb5 --- /dev/null +++ b/domains/mrinmoy.json @@ -0,0 +1,16 @@ + + { + "description": "Domain for my portofolio website", + "owner": { + "username": "MrinmoyHaloi", + "email": "", + "twitter": "_mrinmoy_haloi_", + "discord": "Mrinmoy#5878" + + }, + + "record": { + "CNAME": "mrinmoyhaloi.github.io" + } + } + diff --git a/domains/mryusuf.json b/domains/mryusuf.json new file mode 100644 index 000000000..7a44577bf --- /dev/null +++ b/domains/mryusuf.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "yufuss", + "email": "yusufgocer40@hotmail.com" + }, + + "record": { + "CNAME": "glitch.edgeapp.net" + } + } + \ No newline at end of file diff --git a/domains/msg.json b/domains/msg.json new file mode 100644 index 000000000..604c21c2f --- /dev/null +++ b/domains/msg.json @@ -0,0 +1,11 @@ +{ + "description": "my npm package", + "repo": "https://github.com/teamjoelee/me", + "owner": { + "username": "teamjoelee", + "email": "tojoeleeofficial@gmail.com" + }, + "record": { + "CNAME": "7f4243c7-d171-416a-ad3d-19ba04fe36f5.id.repl.co" + } +} diff --git a/domains/muff.json b/domains/muff.json new file mode 100644 index 000000000..c48a6a3a6 --- /dev/null +++ b/domains/muff.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "lifeless-muffin", + "email": "mansoorroeen71@gmail.com" + }, + + "record": { + "CNAME": "lifeless-muffin.github.io" + } + } + \ No newline at end of file diff --git a/domains/muheko.json b/domains/muheko.json new file mode 100644 index 000000000..94b5ccf9a --- /dev/null +++ b/domains/muheko.json @@ -0,0 +1,12 @@ +{ + "description": "My Personal Landing Page!", + "repo": "https://github.com/MuhekoNikolas/p3", + "owner": { + "username": "MuhekoNikolas", + "email": "13nikolusmuheko@gmail.com", + "twitter": "@MuhekoNikolas" + }, + "record": { + "CNAME": "muhekonikolas.github.io" + } +} diff --git a/domains/music-old.mxnticek.json b/domains/music-old.mxnticek.json new file mode 100644 index 000000000..1cea052e0 --- /dev/null +++ b/domains/music-old.mxnticek.json @@ -0,0 +1,11 @@ +{ + "description": "Domain for my old music bot", + "repo": "", + "owner": { + "username": "VlastikYoutubeKo", + "email": "plainrock@seznam.cz" + }, + "record": { + "A": ["129.151.254.58"] + } +} diff --git a/domains/music.mxnticek.json b/domains/music.mxnticek.json new file mode 100644 index 000000000..bf837795e --- /dev/null +++ b/domains/music.mxnticek.json @@ -0,0 +1,11 @@ +{ + "description": "Domain for my music bot", + "repo": "", + "owner": { + "username": "VlastikYoutubeKo", + "email": "plainrock@seznam.cz" + }, + "record": { + "A": ["129.151.254.58"] + } +} diff --git a/domains/mxnticek.json b/domains/mxnticek.json new file mode 100644 index 000000000..d1748948c --- /dev/null +++ b/domains/mxnticek.json @@ -0,0 +1,11 @@ +{ + "description": "no", + "repo": "https://github.com/VlastikYoutubeKo/vlastikyoutubeko.github.io", + "owner": { + "username": " VlastikYoutubeKo", + "email": "mxnticek@proton.me" + }, + "record": { + "CNAME": "vlastikyoutubeko.github.io" + } +} diff --git a/domains/mxnuchim.json b/domains/mxnuchim.json new file mode 100644 index 000000000..e5daa0816 --- /dev/null +++ b/domains/mxnuchim.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "mxnuchim", + "email": "manuchimoliver779@gmail.com" + }, + + "record": { + "URL": "https://manuchimoliver.vercel.app" + } + } + diff --git a/domains/mysterysd.json b/domains/mysterysd.json new file mode 100644 index 000000000..e4cb5633d --- /dev/null +++ b/domains/mysterysd.json @@ -0,0 +1,11 @@ +{ + "description": "Tech Website", + "repo": "https://github.com/5MysterySD/5mysterysd.github.io", + "owner": { + "username": "5MysterySD", + "email": "mysterysd.sd@gmail.com" + }, + "record": { + "CNAME": "5mysterysd.github.io" + } +} diff --git a/domains/mystpi.json b/domains/mystpi.json deleted file mode 100644 index 184f36055..000000000 --- a/domains/mystpi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "My personal homepage.", - "repo": "https://mystpi.glitch.me/", - "owner": { - "username": "MystPi", - "email": "blaunoah@gmail.com" - }, - "record": { - "CNAME": "glitch.edgeapp.net" - } -} diff --git a/domains/mythsman.json b/domains/mythsman.json new file mode 100644 index 000000000..6ba26aaef --- /dev/null +++ b/domains/mythsman.json @@ -0,0 +1,11 @@ +{ + "description": "Mythsman's personal site", + "repo": "https://github.com/mythsman", + "owner": { + "username": "mythsman", + "email": "mythsman@foxmail.com" + }, + "record": { + "URL": "https://blog.mythsman.com" + } +} diff --git a/domains/mzakyr.json b/domains/mzakyr.json new file mode 100644 index 000000000..6d03b5fb9 --- /dev/null +++ b/domains/mzakyr.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "muhammadzaki693", + "email": "rzaki9353@gmail.com" + }, + "record": { + "CNAME": "my-personal-web-production.up.railway.app" + } +} diff --git a/domains/nardcrat.json b/domains/nardcrat.json new file mode 100644 index 000000000..3d922a25d --- /dev/null +++ b/domains/nardcrat.json @@ -0,0 +1,11 @@ +{ + "description": "use for the main site for protfolio", + "repo": "https://github.com/meetkool/meetkool", + "owner": { + "username": "meetkool", + "email": "doomlol@protonmail.com" + }, + "record": { + "CNAME": "meetssh.ml" + } +} diff --git a/domains/naveen.json b/domains/naveen.json new file mode 100644 index 000000000..341207c04 --- /dev/null +++ b/domains/naveen.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "naveen8384", + "email": "naveen.nani321@gmail.com" + }, + + "record": { + "URL": "https://naveenkumar.org" + } + } + diff --git a/domains/naveenxd.json b/domains/naveenxd.json new file mode 100644 index 000000000..d0130b697 --- /dev/null +++ b/domains/naveenxd.json @@ -0,0 +1,11 @@ +{ + "description": "naveenxd.is-a.dev", + "repo": "https://github.com/Naveen-X", + "owner": { + "username": "Naveen-X", + "email": "naveen@ourclg.tech" + }, + "record": { + "CNAME": "Naveen-X.github.io" + } +} diff --git a/domains/nekaoumike.json b/domains/nekaoumike.json new file mode 100644 index 000000000..9540eed71 --- /dev/null +++ b/domains/nekaoumike.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "NekaouMike", + "email": "nekaoumike@gmail.com" + }, + "record": { + "CNAME": "nekaoumike.dev" + } + } + \ No newline at end of file diff --git a/domains/neko7sora.json b/domains/neko7sora.json index a06a29f14..0e7e79001 100644 --- a/domains/neko7sora.json +++ b/domains/neko7sora.json @@ -1,6 +1,5 @@ { "description": "Neko7sora personal website", - "repo": "https://github.com/Neko7sora/Neko7sora.github.io", "owner": { "username": "Neko7sora", "email": "", @@ -8,6 +7,6 @@ "keybase": "neko7sora" }, "record": { - "CNAME": "neko7sora.github.io" + "URL": "https://neko7sora.github.io" } } diff --git a/domains/nekomiyasorato.json b/domains/nekomiyasorato.json new file mode 100644 index 000000000..c330316b9 --- /dev/null +++ b/domains/nekomiyasorato.json @@ -0,0 +1,12 @@ +{ + "description": "personal website", + "owner": { + "username": "Neko7sora", + "email": "", + "twitter": "Neko7sora", + "keybase": "neko7sora" + }, + "record": { + "URL": "https://neko7sora.github.io" + } +} diff --git a/domains/neon.json b/domains/neon.json new file mode 100644 index 000000000..63015d376 --- /dev/null +++ b/domains/neon.json @@ -0,0 +1,12 @@ +{ + "description": "Domain for my portfolio website", + "repo": "https://github.com/GoodBoyNeon/goodboyneon.github.io", + "owner": { + "username": "GoodBoyNeon", + "discord": "GoodBoyNeon#2424", + "email": "" + }, + "record": { + "CNAME": "goodboyneon.github.io" + } +} diff --git a/domains/netf.json b/domains/netf.json new file mode 100644 index 000000000..6bbd9ea03 --- /dev/null +++ b/domains/netf.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "netflexs", + "email": "null" + }, + "record": { + "CNAME": "c4f04559-5bd7-49db-ae04-93e53cd8abc2.id.repl.co" + } + } + \ No newline at end of file diff --git a/domains/nexus.json b/domains/nexus.json new file mode 100644 index 000000000..7808ec6e6 --- /dev/null +++ b/domains/nexus.json @@ -0,0 +1,11 @@ +{ + "description": "Nexus.is-a.dev", + "repo": "https://github.com/Nexzon/nexzon.github.io", + "owner": { + "username": "Nexus", + "email": "uvraysxc@gmail.com" + }, + "record": { + "CNAME": "Nexzon.github.io" + } +} diff --git a/domains/nhat.json b/domains/nhat.json new file mode 100644 index 000000000..46907d6f5 --- /dev/null +++ b/domains/nhat.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "ductoanvo", + "email": "toan.ducvo@icloud.com" + }, + "record": { + "URL": "https://www.facebook.com/profile.php?id=100016726364383" + } + } + \ No newline at end of file diff --git a/domains/nicatdcw.json b/domains/nicatdcw.json new file mode 100644 index 000000000..e50c7dd9f --- /dev/null +++ b/domains/nicatdcw.json @@ -0,0 +1,11 @@ +{ + "description": "Only Cheeini (Nicat.dcw) Portofolio", + "repo": "https://github.com/Nicat-dcw/nicat-dcw.github.io", + "owner": { + "username": "Cheeini", + "email": "kurtbot60@gmail.com" + }, + "record": { + "CNAME": "nicat-dcw.github.io" + } +} diff --git a/domains/nico.json b/domains/nico.json new file mode 100644 index 000000000..7d1885fad --- /dev/null +++ b/domains/nico.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Website", + "repo": "https://github.com/NicoGaming77/NicoGaming77.github.io", + "owner": { + "username": "NicoGaming77", + "email": "nicodreyer7@icloud.com", + "discord": "nicosnico#7674" + }, + "record": { + "CNAME": "NicoGaming77.github.io" + } +} diff --git a/domains/nikolas.json b/domains/nikolas.json new file mode 100644 index 000000000..c5fb5b368 --- /dev/null +++ b/domains/nikolas.json @@ -0,0 +1,12 @@ +{ + "description": "My Personal Landing Page!", + "repo": "https://github.com/MuhekoNikolas/p2", + "owner": { + "username": "MuhekoNikolas", + "email": "13nikolusmuheko@gmail.com", + "twitter": "@MuhekoNikolas" + }, + "record": { + "CNAME": "muhekonikolas.github.io" + } +} diff --git a/domains/nikolus.json b/domains/nikolus.json new file mode 100644 index 000000000..3963ef385 --- /dev/null +++ b/domains/nikolus.json @@ -0,0 +1,12 @@ +{ + "description": "My Personal Landing Page!", + "repo": "https://github.com/MuhekoNikolas/MuhekoNikolas.github.io", + "owner": { + "username": "MuhekoNikolas", + "email": "13nikolusmuheko@gmail.com", + "twitter": "@MuhekoNikolas" + }, + "record": { + "CNAME": "muhekonikolas.github.io" + } +} diff --git a/domains/nine.json b/domains/nine.json index 5a7933105..dca4dedd8 100644 --- a/domains/nine.json +++ b/domains/nine.json @@ -2,13 +2,7 @@ "description": "A passionate Back and Front-end Developer 🚀 Having An Experience Of Building Web And Discord Bots With JavaScript / HTML / CSS / Nodejs / Python And Some Other Cool Libraries And Frameworks.", "repo": "https://github.com/ninelel", "record": { - "A": [ - "66.118.232.103" - ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ] + "CNAME": "nineis-adev-production.up.railway.app" }, "owner": { "username": "NineLEL", diff --git a/domains/nitr7gen.json b/domains/nitr7gen.json new file mode 100644 index 000000000..03dfcf394 --- /dev/null +++ b/domains/nitr7gen.json @@ -0,0 +1,11 @@ +{ + "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/noahgao.json b/domains/noahgao.json new file mode 100644 index 000000000..6b4d59e51 --- /dev/null +++ b/domains/noahgao.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "noahziheng", + "email": "noahgaocn@outlook.com" + }, + + "record": { + "CNAME": "noahziheng.github.io" + } + } + diff --git a/domains/nodirbek.json b/domains/nodirbek.json new file mode 100644 index 000000000..c7098ed61 --- /dev/null +++ b/domains/nodirbek.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "Piratebay298", + "email": "piratebay298@gmail.com" + }, + + "record": { + "CNAME": "nodirbek.42web.io" + } + } + diff --git a/domains/nooz.json b/domains/nooz.json new file mode 100644 index 000000000..a169e09cc --- /dev/null +++ b/domains/nooz.json @@ -0,0 +1,22 @@ +{ + "description": "Personal portfolio for nooz", + "repo": "https://github.com/NoozSBC/portfolio/", + "owner": { + "username": "NoozSBC", + "email": "zhengm58@gmail.com", + "discord": "Nooz#0816" + }, + "record": { + "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/nopply.json b/domains/nopply.json new file mode 100644 index 000000000..53efb91d0 --- /dev/null +++ b/domains/nopply.json @@ -0,0 +1,11 @@ +{ + "description": "Nopply is-a.dev", + "owner": { + "username": "kornls", + "email": "larryst.korn@gmail.com" + }, + "record": { + "CNAME": "nopply.carrd.co" + } +} + \ No newline at end of file diff --git a/domains/notcoded.json b/domains/notcoded.json new file mode 100644 index 000000000..1803407fa --- /dev/null +++ b/domains/notcoded.json @@ -0,0 +1,13 @@ +{ + "description": "redirect to website", + "repo": "https://github.com/not-coded/notcoded.cf", + "owner": { + "username": "NotCoded", + "email": "contact@notcoded.cf", + "discord": "NotCoded#4987", + "discordUserID": "620662953347121163" + }, + "record": { + "URL": "https://notcoded.cf" + } +} diff --git a/domains/notify-api.json b/domains/notify-api.json index c55d112b4..d173b2ae5 100644 --- a/domains/notify-api.json +++ b/domains/notify-api.json @@ -1,11 +1,12 @@ { + "repo" :"https://github.com/andrewstech/notify-api", "owner": { "username": "andrewstech", "email": "andrew@win11react.com" }, "record": { - "A": ["140.238.66.199"] + "A": ["204.44.81.53"] } } diff --git a/domains/notjadeja.json b/domains/notjadeja.json new file mode 100644 index 000000000..4b1faf9c7 --- /dev/null +++ b/domains/notjadeja.json @@ -0,0 +1,20 @@ + { + "owner": { + "username": "HalalJadeja", + "email": "9236.stkabirdio@gmail.com" + }, + "record": { + "A": [ + "185.199.110.153", + "185.199.108.153", + "185.199.111.153", + "185.199.109.153" + ], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } + } + diff --git a/domains/nsh.json b/domains/nsh.json new file mode 100644 index 000000000..6e9bb7e32 --- /dev/null +++ b/domains/nsh.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "priyanshprajapat", + "email": "priy@nsh.is-.dev", + "twitter": "oyepriyansh" + }, + "description": "mail domain", + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } + } diff --git a/domains/ntc-edm.json b/domains/ntc-edm.json new file mode 100644 index 000000000..534cb3ace --- /dev/null +++ b/domains/ntc-edm.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "thanhcong2k7", + "email": "nhocpeacock@gmail.com" + }, + "record": { + "CNAME": "kmdev.carrd.co" + } + } + \ No newline at end of file diff --git a/domains/nunya-9018.json b/domains/nunya-9018.json new file mode 100644 index 000000000..7f79066dd --- /dev/null +++ b/domains/nunya-9018.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "Nunya-9018", + "email": "007youdontknowme@gmail.com" + }, + + "record": { + "CNAME": "nunya-9018.up.railway.app" + } + } + \ No newline at end of file diff --git a/domains/nyel.json b/domains/nyel.json new file mode 100644 index 000000000..66403dd00 --- /dev/null +++ b/domains/nyel.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "nyelnizy", + "email": "yhiamdan@gmail.com" + }, + + "record": { + "CNAME": "nyelnizy.github.io" + } + } + \ No newline at end of file diff --git a/domains/nziie.json b/domains/nziie.json index fe0efd19c..5153f53af 100644 --- a/domains/nziie.json +++ b/domains/nziie.json @@ -1,8 +1,8 @@ { "description": "Nziie's Developer Website", - "repo": "https://github.com/Nziie3/nziie3.github.io", + "repo": "https://github.com/Nzii3/website", "owner": { - "username": "Nziie3", + "username": "Nzii3", "email": "exeyst@gmail.com" }, "record": { diff --git a/domains/ocloo.json b/domains/ocloo.json new file mode 100644 index 000000000..9cb17ebd7 --- /dev/null +++ b/domains/ocloo.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "dev0cloo", + "email": "etor.ocloo@gmail.com" + }, + "record": { + "URL": "https://dev0cloo.netlify.app/" + } + } + \ No newline at end of file diff --git a/domains/ofersadan.json b/domains/ofersadan.json new file mode 100644 index 000000000..42ce352c6 --- /dev/null +++ b/domains/ofersadan.json @@ -0,0 +1,11 @@ +{ + "description": "Ofer Sadan's GitHub profile", + "repo": "https://github.com/ofersadan85/ofersadan85", + "owner": { + "username": "ofersadan85", + "email": "ofersadan85@gmail.com" + }, + "record": { + "URL": "https://github.com/ofersadan85" + } +} \ No newline at end of file diff --git a/domains/ole.json b/domains/ole.json new file mode 100644 index 000000000..47cf2b984 --- /dev/null +++ b/domains/ole.json @@ -0,0 +1,12 @@ +{ + "description": "ole.is-a.dev", + "repo": "https://github.com/olebohmbach/olebohmbach.github.io", + "owner": { + "username": "olenohmbach", + "email": "ole@ole-is-live.de", + "twitter": "OleBohmbach" + }, + "record": { + "CNAME": "ole-is-live.de" + } +} diff --git a/domains/oleg.json b/domains/oleg.json new file mode 100644 index 000000000..b7b5df0d9 --- /dev/null +++ b/domains/oleg.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "olegrumiancev", + "email": "oleg.rumiancev@gmail.com" + }, + + "record": { + "URL": "https://olegrumiancev.github.io" + } + } + \ No newline at end of file diff --git a/domains/oleksa.json b/domains/oleksa.json new file mode 100644 index 000000000..b9d94fe20 --- /dev/null +++ b/domains/oleksa.json @@ -0,0 +1,11 @@ +{ + "description": "Oleksa's personal portfolio pagee", + "repo": "https://github.com/angelofallars/angelofallars.github.io/", + "owner": { + "username": "oleksa15", + "email": "oleksaa.ua@gmail.com" + }, + "record": { + "CNAME": "oleksa15.github.io" + } +} diff --git a/domains/om.json b/domains/om.json deleted file mode 100644 index dc15cda02..000000000 --- a/domains/om.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Portfolio - a simple portfolio website for Omxpro. It's in Beta Stages. Thanks for visiting my Portfolio! I hope to see you again.", - "repo": "https://github.com/omxpro/portfolio-cf", - "owner": { - "username": "omxpro", - "email": "omsenjalia@gmail.com", - "twitter": "DaRealOmxpro" - }, - "record": { - "CNAME": "portfolio-cf.pages.dev" - } -} diff --git a/domains/omen.json b/domains/omen.json deleted file mode 100644 index 7d2009b02..000000000 --- a/domains/omen.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Im a nerd", - "repo": "https://github.com/OmenDoesStuff/omendoesstuff.github.io", - "owner": { - "username": "OmenDoesStuff", - "email": "omen@dashpvp.net" - }, - "record": { - "CNAME": "omendoesstuff.github.io" - } - } diff --git a/domains/onion.json b/domains/onion.json new file mode 100644 index 000000000..18af26572 --- /dev/null +++ b/domains/onion.json @@ -0,0 +1,15 @@ +{ + "owner": { + "username": "OnionDev1885", + "email": "", + "discord": "OnionDev#1885" + }, + "record": { + "URL": "https://trgop.gq", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/opaayush.json b/domains/opaayush.json new file mode 100644 index 000000000..a672cc42b --- /dev/null +++ b/domains/opaayush.json @@ -0,0 +1,12 @@ +{ + "description": "Aayu5h's Website", + "repo": "https://github.com/OpAayush/opaayush.github.io", + "owner": { + "username": "OpAayush", + "email": "aayushmagrawal@gmail.com", + "discord": "Aayu5h#1737" + }, + "record": { + "CNAME": "opaayush.pages.dev" + } +} diff --git a/domains/oreki.json b/domains/oreki.json index 6b4b80f6f..f554e7407 100644 --- a/domains/oreki.json +++ b/domains/oreki.json @@ -3,11 +3,9 @@ "repo": "", "owner": { "username": "Oreki-Dev", - "email": "oreki@oreki.gq" + "email": "orekidev@gmail.com" }, "record": { - "A": ["181.214.41.250"], - "MX": ["ns1.crystalcloud.xyz", "ns2.crystalcloud.xyz"], - "TXT": "v=spf1 a mx ip4:181.214.41.250 ~all" + "A": ["164.132.74.251", "192.95.42.75"] } } diff --git a/domains/mousemoosz.json b/domains/orestsaban.json similarity index 57% rename from domains/mousemoosz.json rename to domains/orestsaban.json index e18c837ff..18ae16395 100644 --- a/domains/mousemoosz.json +++ b/domains/orestsaban.json @@ -1,8 +1,8 @@ { - "description": "For my website", + "description": "My personality web page", "owner": { - "username": "MouseMoosz", - "email": "mousemoosz@protonmail.com" + "username": "OrestSaban", + "email": "OrestSaban@OrestSaban.is-a.dev" }, "record": { "A": [ @@ -14,7 +14,6 @@ "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + ] } } diff --git a/domains/paban.json b/domains/paban.json new file mode 100644 index 000000000..18879ad6b --- /dev/null +++ b/domains/paban.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio of Paban", + "repo": "https://github.com/Pabanjyoti/Pabanjyoti.github.io", + "owner": { + "username": "Pabanjyoti", + "email": "pawanjyotimail@gmail.com" + }, + "record": { + "CNAME": "pabanjyoti.github.io" + } +} diff --git a/domains/pad.json b/domains/pad.json new file mode 100644 index 000000000..a3ae728b5 --- /dev/null +++ b/domains/pad.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "aripadrian", + "email": "aripadrian01@gmail.com" + }, + + "record": { + "A": ["209.182.237.31"] + } + } + \ No newline at end of file diff --git a/domains/paddycooper.json b/domains/paddycooper.json new file mode 100644 index 000000000..70f0d932e --- /dev/null +++ b/domains/paddycooper.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "PaddyCooper08", + "email": "1210@rgsg.co.uk" + }, + + "record": { + "CNAME": "paddycooper.surge.sh" + } + } + diff --git a/domains/panda.json b/domains/panda.json new file mode 100644 index 000000000..30f336a6c --- /dev/null +++ b/domains/panda.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "SemantCodes", + "email": "contact@semant.is-a.dev" + }, + "description": "redirection to main web.", + "record": { + "URL": "https://semant.panda.is-a.dev" + } +} diff --git a/domains/patrick.json b/domains/patrick.json new file mode 100644 index 000000000..91fa2b4c4 --- /dev/null +++ b/domains/patrick.json @@ -0,0 +1,11 @@ +{ + "description": "Have a look to my web site please ;-;", + "repo": "https://github.com/PatrickChoDev", + "owner": { + "username": "PatrickChoDev", + "email": "devpatrick.cho@gmail.com" + }, + "record": { + "A": ["140.83.36.254"] + } +} diff --git a/domains/patrickzhou.json b/domains/patrickzhou.json new file mode 100644 index 000000000..f056a828e --- /dev/null +++ b/domains/patrickzhou.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "patrickzhou1234", + "email": "", + "discord": "Moist Nugget#5050" + }, + "record": { + "CNAME": "patrickzhou1234.github.io" + } +} diff --git a/domains/pay2gornostay25.json b/domains/pay.gornostay25.json similarity index 72% rename from domains/pay2gornostay25.json rename to domains/pay.gornostay25.json index d8972af28..e884103ae 100644 --- a/domains/pay2gornostay25.json +++ b/domains/pay.gornostay25.json @@ -1,7 +1,7 @@ { "owner": { "username": "gornostay25", - "email": "volodia.palamar25+github@gmail.com" + "email": "me@gornostay25.is-a.dev" }, "record": { "CNAME": "d3ef8e32-cbba-4a23-a450-08aa46054a6b.repl.co" diff --git a/domains/pekly.json b/domains/pekly.json new file mode 100644 index 000000000..88a56ee92 --- /dev/null +++ b/domains/pekly.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Pekly", + "email": "oodhuu57@gmail.com" + }, + "record": { + "URL": "https://dsc.gg/pekly" + } + } + \ No newline at end of file diff --git a/domains/pemtshewang.json b/domains/pemtshewang.json new file mode 100644 index 000000000..f070b9552 --- /dev/null +++ b/domains/pemtshewang.json @@ -0,0 +1,12 @@ +{ + "description": "The subdomain will be used for my github portfolio :)", + "repo": "https://github.com/pemtshewang/pemtshewang.github.io", + "owner": { + "username": "pemtshewang", + "email": "pemtshewang500@gmail.com", + "twitter": "pemtshewang_4" + }, + "record": { + "CNAME": "pemtshewang.github.io" + } +} diff --git a/domains/penguinmod.json b/domains/penguinmod.json new file mode 100644 index 000000000..f3d5831ec --- /dev/null +++ b/domains/penguinmod.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "FreshPenguin112", + "email": "freshpenguin1@outlook.com" + }, + "record": { + "URL": "https://penguinmod.github.io/PenguinMod-Gui/editor.html" + } +} diff --git a/domains/penieldialu.json b/domains/penieldialu.json new file mode 100644 index 000000000..9b6b31b62 --- /dev/null +++ b/domains/penieldialu.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "bilwifi", + "email": "dialundamapeniel@gmail.com" + }, + + "record": { + "URL": "https://penieldialu.carrd.co/" + } + } + \ No newline at end of file diff --git a/domains/penieldialundama.json b/domains/penieldialundama.json new file mode 100644 index 000000000..9b6b31b62 --- /dev/null +++ b/domains/penieldialundama.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "bilwifi", + "email": "dialundamapeniel@gmail.com" + }, + + "record": { + "URL": "https://penieldialu.carrd.co/" + } + } + \ No newline at end of file diff --git a/domains/petla.json b/domains/petla.json new file mode 100644 index 000000000..8cfc57a18 --- /dev/null +++ b/domains/petla.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Petla-reboot", + "email": "petla@s246.xrea.com", + "twitter": "Petla_reboot" + }, + + "record": { + "A": ["160.251.151.77"], + "MX": ["s246.xrea.com"] + } + } diff --git a/domains/pheonix.json b/domains/pheonix.json new file mode 100644 index 000000000..db0f430a4 --- /dev/null +++ b/domains/pheonix.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Pheonix14", + "email": "sd490405@gmail.com" + }, + "record": { + "A": ["164.132.74.251"] + } + } + \ No newline at end of file diff --git a/domains/pixelgeek.json b/domains/pixelgeek.json new file mode 100644 index 000000000..97cf04944 --- /dev/null +++ b/domains/pixelgeek.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "pixelgeek", + "email": "pixelgeek@intel.com" + }, + "record": { + "CNAME": "pixelgeek.github.io" + } + } + \ No newline at end of file diff --git a/domains/pixl8.json b/domains/pixl8.json new file mode 100644 index 000000000..749ad779d --- /dev/null +++ b/domains/pixl8.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "pixl8dev", + "email": "judah.cs08@gmail.com" + }, + + "record": { + "CNAME": "pixl8dev.github.io" + } + } + \ No newline at end of file diff --git a/domains/plun.json b/domains/plun.json new file mode 100644 index 000000000..678139655 --- /dev/null +++ b/domains/plun.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "plun1331", + "email": "plun1331@gmail.com" + }, + + "record": { + "CNAME": "plun.pages.dev" + } + } + \ No newline at end of file diff --git a/domains/pmint05.json b/domains/pmint05.json new file mode 100644 index 000000000..d2ae09e84 --- /dev/null +++ b/domains/pmint05.json @@ -0,0 +1,12 @@ +{ + "description": "Subdomain for my personal developer website", + "repo": "https://github.com/pmint05/pmint05.github.io", + "owner": { + "username": "pmint05", + "email": "pmint05@protonmail.com", + "twitter": "pmint05" + }, + "record": { + "CNAME": "pmint05.github.io" + } +} diff --git a/domains/poked.json b/domains/poked.json new file mode 100644 index 000000000..fbd34b6d6 --- /dev/null +++ b/domains/poked.json @@ -0,0 +1,13 @@ +{ + "description": "poked.is-a.dev", + "repo": "https://github.com/PokedArmory/PokedArmory.github.io", + "owner": { + "username": "PokedArmory", + "email": "poked.armory@gmail.com", + "discord": "Poked_Armory#0001", + "twitter": "@PokedWasTaken" + }, + "record": { + "CNAME": "PokedArmory.github.io" + } +} diff --git a/domains/porary.json b/domains/porary.json new file mode 100644 index 000000000..6ed534cf9 --- /dev/null +++ b/domains/porary.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "GotoShoraro", + "email": "info@porary.net" + }, + + "record": { + "URL": "https://porary.net" + } + } + diff --git a/domains/pplg.json b/domains/pplg.json new file mode 100644 index 000000000..4bb4f7502 --- /dev/null +++ b/domains/pplg.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Jantur-dev", + "email": "jantur29@gmail.com" + }, + "record": { + "CNAME": "d46b1013-50ed-4f41-b75e-3961b2b9aad6.id.repl.co" + } +} \ No newline at end of file diff --git a/domains/pradeepvarma22.json b/domains/pradeepvarma22.json new file mode 100644 index 000000000..755cd75cc --- /dev/null +++ b/domains/pradeepvarma22.json @@ -0,0 +1,12 @@ + + { + "repo": "https://github.com/pradeepvarma22/pradeepvarma22.github.io", + "owner": { + "username": "pradeepvarma22", + "email": "pradeepnadimpalli22@gmail.com" + }, + "record": { + "CNAME": "pradeepvarma22.github.io" + } + } + diff --git a/domains/prakhar.json b/domains/prakhar.json new file mode 100644 index 000000000..787d31479 --- /dev/null +++ b/domains/prakhar.json @@ -0,0 +1,11 @@ +{ + "description": "Prakhar| Portfolio", + "repo": "https://github.com/Prakhar-commits.github.io", + "owner": { + "username": "Prakhar-commits", + "email": "prakharb56@gmail.com" + }, + "record": { + "CNAME": "Prakhar-commits.github.io" + } +} diff --git a/domains/prateek.json b/domains/prateek.json new file mode 100644 index 000000000..78637d0ec --- /dev/null +++ b/domains/prateek.json @@ -0,0 +1,12 @@ +{ + "description": "Prateek Chaubey's Portfolio ", + "repo": "https://github.com/prateek-chaubey/prateek-chaubey.github.io", + "owner": { + "username": "prateek-chaubey", + "email": "chaubeyprateek2@gmail.com", + "twitter": "PrateekChaubeyy" + }, + "record": { + "CNAME": "prateek-chaubey.github.io" + } +} diff --git a/domains/preview.beta.json b/domains/preview.beta.json new file mode 100644 index 000000000..5f14074df --- /dev/null +++ b/domains/preview.beta.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "andrewstech", + "email": "andrew@win11react.com" + }, + "record": { + "CNAME": "is-a-dev-bot.github.io" + } + } + diff --git a/domains/privacy.json b/domains/privacy.json new file mode 100644 index 000000000..0a5b665be --- /dev/null +++ b/domains/privacy.json @@ -0,0 +1,26 @@ + + { + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev.technicalservices@beadman-network.com" + }, + "record": { + "A": [ + + "185.199.108.153", + + "185.199.109.153", + + "185.199.110.153", + + "185.199.111.153" + + ], + "MX": [ + "mx1.forwardemail.net", + "mx2.forwardemail.net" + ], + "TXT": "forward-email=privacy.isdev.localplayer.dev" + } + } + diff --git a/domains/priyansh.json b/domains/priyansh.json new file mode 100644 index 000000000..10bec5dc3 --- /dev/null +++ b/domains/priyansh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "priyanshprajapat", + "email": "priy@nsh.is-a.dev" + }, + "record": { + "CNAME": "priyansh.pages.dev" + } +} diff --git a/domains/prnice.json b/domains/prnice.json new file mode 100644 index 000000000..d20cdb6dd --- /dev/null +++ b/domains/prnice.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Prn-Ice", + "email": "isadev.0e7rj@slmail.me" + }, + "repo": "https://portfolio.prnice.me", + "description": "Test domain for this really cool service", + "record": { + "URL": "https://portfolio.prnice.me" + } +} \ No newline at end of file diff --git a/domains/projakob.json b/domains/projakob.json new file mode 100644 index 000000000..69fbf3a70 --- /dev/null +++ b/domains/projakob.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "ProJakob", + "email": "", + "discord": "ProJakob#0408" + }, + "record": { + "A": [ + "152.89.239.58" + ] + } +} diff --git a/domains/prokai-kun.json b/domains/prokai-kun.json new file mode 100644 index 000000000..ec39000f2 --- /dev/null +++ b/domains/prokai-kun.json @@ -0,0 +1,11 @@ +{ + "description": "Iakorp's Website", + "repo": "https://github.com/IAKORP/IAKORP.github.io", + "owner": { + "username": "IAKORP", + "email": "prokaiindo003@gmail.com" + }, + "record": { + "CNAME": "IAKORP.github.io" + } +} diff --git a/domains/prokai.json b/domains/prokai.json new file mode 100644 index 000000000..db81f3f49 --- /dev/null +++ b/domains/prokai.json @@ -0,0 +1,11 @@ +{ + "description": "Prokai's Website", + "repo": "https://github.com/pr0k41/pr0k41.github.io", + "owner": { + "username": "pr0k41", + "email": "prokai321@gmail.com" + }, + "record": { + "CNAME": "pr0k41.github.io" + } +} diff --git a/domains/proxzima.json b/domains/proxzima.json new file mode 100644 index 000000000..3923d8f25 --- /dev/null +++ b/domains/proxzima.json @@ -0,0 +1,13 @@ +{ + "description": "Describe the use of this subdomain", + "repo": "https://github.com/PROxZIMA/proxzima.github.io", + "owner": { + "username": "PROxZIMA", + "email": "pratikbpingale9075@gmail.com", + "twitter": "pro_x_zima", + "discord": "PROxZIMA#7272" + }, + "record": { + "CNAME": "proxzima.github.io" + } +} diff --git a/domains/prryplatypus.json b/domains/prryplatypus.json new file mode 100644 index 000000000..06f1dda9f --- /dev/null +++ b/domains/prryplatypus.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/prryplatypus", + "owner": { + "username": "prryplatypus", + "email": "", + "twitter": "prryplatypus" + }, + "record": { + "CNAME": "prryplatypus.dev" + } + } diff --git a/domains/psicmi.json b/domains/psicmi.json new file mode 100644 index 000000000..c7a1101ec --- /dev/null +++ b/domains/psicmi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "psicmi", + "email": "hello@psicmi.party" + }, + "record": { + "CNAME": "psicmi.win" + } +} diff --git a/domains/psy.json b/domains/psy.json new file mode 100644 index 000000000..8b6da6e21 --- /dev/null +++ b/domains/psy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ensyde", + "email": "ensyde0@gmail.com" + }, + "record": { + "URL": "https://github.com/ensyde" + } +} diff --git a/domains/pybash.json b/domains/pybash.json deleted file mode 100644 index 76b0cfea3..000000000 --- a/domains/pybash.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "PyBash's Personal Website", - "repo": "https://github.com/pybash1", - "owner": { - "username": "pybash1", - "email": "dontwanttotell@privacy.com" - }, - "record": { - "URL":"https://pybash.vercel.app" - } -} diff --git a/domains/pyve.json b/domains/pyve.json new file mode 100644 index 000000000..d08b360b9 --- /dev/null +++ b/domains/pyve.json @@ -0,0 +1,12 @@ +{ + "description": "pyve's world", + "repo": "https://github.com/pvignau/pvignau.github.io", + "owner": { + "username": "pvignau", + "email": "vignau.py@gmail.com" + }, + "record": { + "CNAME": "pvignau.github.io" + } + } + \ No newline at end of file diff --git a/domains/queirozt.json b/domains/queirozt.json new file mode 100644 index 000000000..a5387a1dc --- /dev/null +++ b/domains/queirozt.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "QueirozT", + "email": "tiagoqueirozgoncalves100@gmail.com" + }, + + "record": { + "A": ["144.22.180.97"] + } + } + \ No newline at end of file diff --git a/domains/qwertx.json b/domains/qwertx.json new file mode 100644 index 000000000..2579dd44b --- /dev/null +++ b/domains/qwertx.json @@ -0,0 +1,11 @@ +{ + "description": "Gonna use this domain for my personal website and other pages/stuff", + "repo": "https://github.com/notqwertz/notqwertz.github.io", + "owner": { + "username": "notqwertz", + "email": "zuweyrh752@gmail.com" + }, + "record": { + "CNAME": "notqwertz.github.io" + } +} diff --git a/domains/qxb3.json b/domains/qxb3.json deleted file mode 100644 index 8fea7bea1..000000000 --- a/domains/qxb3.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "qxb3's personal website", - "owner": { - "username": "qxb3", - "discord": "qxb3#4312", - "email": "" - }, - "record": { - "CNAME": "qxb-production.up.railway.app" - } -} diff --git a/domains/r2d2.json b/domains/r2d2.json index dba0a0056..00a89e590 100644 --- a/domains/r2d2.json +++ b/domains/r2d2.json @@ -5,6 +5,6 @@ "email": "aereg@ya.ru" }, "record": { - "A": ["46.32.81.244"] + "A": ["46.32.83.106"] } } diff --git a/domains/raadsel.json b/domains/raadsel.json new file mode 100644 index 000000000..bffcbf9b5 --- /dev/null +++ b/domains/raadsel.json @@ -0,0 +1,12 @@ +{ + "description": "Personal website of Raadsel", + "repo": "https://github.com/Raadsl/Personal-Website-PW", + "owner": { + "username": "Raadsl", + "email": "jorik.loos@gmail.com", + "discord": "Raadsel#9398" + }, + "record": { + "CNAME": "5895b253-7316-4557-b4fb-f3a24165a4ae.id.repl.co" + } +} diff --git a/domains/radio.mxnticek.json b/domains/radio.mxnticek.json new file mode 100644 index 000000000..2826cbceb --- /dev/null +++ b/domains/radio.mxnticek.json @@ -0,0 +1,11 @@ +{ + "description": "Domain for my radio", + "repo": "", + "owner": { + "username": "VlastikYoutubeKo", + "email": "plainrock@seznam.cz" + }, + "record": { + "A": ["129.151.254.58"] + } +} diff --git a/domains/rafsan.json b/domains/rafsan.json new file mode 100644 index 000000000..b992037bb --- /dev/null +++ b/domains/rafsan.json @@ -0,0 +1,11 @@ +{ + "description": "Github Portfolio of rafsan", + "repo": "https://github.com/htrafsan/htrafsan.github.io", + "owner": { + "username": "htrafsan", + "email": "rafsanoff@gmail.com" + }, + "record": { + "CNAME": "htrafsan.github.io" + } +} diff --git a/domains/raghavyuva.json b/domains/raghavyuva.json new file mode 100644 index 000000000..7fe6bfa65 --- /dev/null +++ b/domains/raghavyuva.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "raghavyuva", + "email": "vikramnbhat15@gmail.com" + }, + + "record": { + "CNAME":"raghavyuva.github.io" + } + } + diff --git a/domains/rahulps.json b/domains/rahulps.json new file mode 100644 index 000000000..5e1a0ba21 --- /dev/null +++ b/domains/rahulps.json @@ -0,0 +1,10 @@ + { + "owner": { + "username": "rahulps1000", + "email": "rahulps1000@gmail.com" + }, + + "record": { + "URL": "https://myfolio-rahulps.netlify.app" + } + } diff --git a/domains/raiden.json b/domains/raiden.json new file mode 100644 index 000000000..d7e66a0e8 --- /dev/null +++ b/domains/raiden.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "raiden076", + "email": "arkapravodas99@gmail.com" + }, + "record": { + "A": ["144.24.145.70"] + } + } + \ No newline at end of file diff --git a/domains/raiven.json b/domains/raiven.json new file mode 100644 index 000000000..8747e1e50 --- /dev/null +++ b/domains/raiven.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "rdvntpkky", + "email": "ridvantopakkaya@hotmail.com" + }, + + "record": { + "A": ["193.31.116.116"] + } + } + \ No newline at end of file diff --git a/domains/raka.json b/domains/raka.json new file mode 100644 index 000000000..ae55c1618 --- /dev/null +++ b/domains/raka.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "rahulkarda", + "email": "rahulkarda2002@gmail.com", + "discord": "rk02#1553", + "note": "I'm open to connect with developers for collaborations." + }, + "description": "Landing page of RakaCreativeContent Organization", + "record": { + "CNAME": "rakacreativecontent.github.io" + } +} diff --git a/domains/ravana.json b/domains/ravana.json new file mode 100644 index 000000000..261625a4e --- /dev/null +++ b/domains/ravana.json @@ -0,0 +1,12 @@ +{ + "description": "Ravana FM", + "repo": "https://ravana69.github.io/mainpage", + "owner": { + "username": "ravana69", + "email": "", + "twitter": "hornyravana>" + }, + "record": { + "CNAME": "ravana.github.io" + } +} diff --git a/domains/ravost.json b/domains/ravost.json index a23839f76..4277dc69c 100644 --- a/domains/ravost.json +++ b/domains/ravost.json @@ -1,11 +1,10 @@ { "owner": { "username": "Ravost99", - "email": "", - "discord": "Ravost99#3361" + "email": "Ravost6@outlook.com" }, "description": "Ravost99's Personal website", "record": { - "CNAME": "ff6546d8-ce57-4f83-bff1-de3fdf47f30f.id.repl.co" + "CNAME": "910fc002-6c43-4a8f-89d9-e0807e831470.id.repl.co" } } diff --git a/domains/rawir.json b/domains/rawir.json new file mode 100644 index 000000000..835551f5c --- /dev/null +++ b/domains/rawir.json @@ -0,0 +1,12 @@ +{ + "description": "Rawir's website", + "repo": "https://github.com/Rawiros/rawiros.github.io", + "owner": { + "username": "Rawiros", + "email": "0x4d3a@protonmail.com", + "twitter": "Rawir_" + }, + "record": { + "CNAME": "rawiros.github.io" + } +} diff --git a/domains/ray.json b/domains/ray.json index 68f02077d..e77593d58 100644 --- a/domains/ray.json +++ b/domains/ray.json @@ -1,11 +1,11 @@ { - "description": "RayhanADev's Website!", - "repo": "https://github.com/rayhanadev/Personal-Website", + "description": "RayhanADev's Personal Website", + "repo": "https://github.com/rayhanadev/Personal-Website-v3", "owner": { "username": "rayhanadev", "email": "rayhanadev@protonmail.com" }, "record": { - "URL": "http://furret.codes" + "CNAME": "edge.redirect.pizza" } } diff --git a/domains/raymond.json b/domains/raymond.json new file mode 100644 index 000000000..6782d5a41 --- /dev/null +++ b/domains/raymond.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "raylu15742cs", + "email": "raylucs15742@gmail.com" + }, + + "record": { + "CNAME": "raylu15742cs.github.io" + } + } + \ No newline at end of file diff --git a/domains/raymondlu.json b/domains/raymondlu.json new file mode 100644 index 000000000..6782d5a41 --- /dev/null +++ b/domains/raymondlu.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "raylu15742cs", + "email": "raylucs15742@gmail.com" + }, + + "record": { + "CNAME": "raylu15742cs.github.io" + } + } + \ No newline at end of file diff --git a/domains/redirect.nziie.json b/domains/redirect.nziie.json new file mode 100644 index 000000000..f2a3533ea --- /dev/null +++ b/domains/redirect.nziie.json @@ -0,0 +1,9 @@ + { + "owner": { + "username": "Nzii3", + "email": "exeyst@gmail.com" + }, + "record": { + "CNAME": "cname.short.io" + } + } diff --git a/domains/regiondavid.json b/domains/regiondavid.json new file mode 100644 index 000000000..03cb8587c --- /dev/null +++ b/domains/regiondavid.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "regiondavid", + "email": "uestczjw@gmail.com" + }, + "record": { + "CNAME": "regiondavid.github.io" + }, + "repo": "https://github.com/regiondavid", + "description": "regiondavid's new website" +} diff --git a/domains/register-api.json b/domains/register-api.json new file mode 100644 index 000000000..6e951c395 --- /dev/null +++ b/domains/register-api.json @@ -0,0 +1,13 @@ + + { + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev@win11react.com" + }, + + "record": { + "A": ["204.44.81.53"], + "MX": ["box.is-not-a.dev"] + } + } + diff --git a/domains/register-bot.json b/domains/register-bot.json new file mode 100644 index 000000000..28ce47152 --- /dev/null +++ b/domains/register-bot.json @@ -0,0 +1,12 @@ +{ + "description": "Register-bot", + "repo": "https://github.com/andrewstech", + "owner": { + "username": "andrewstech", + "email": "hello@andrewstech.me", + "twitter": "andrewstech1" + }, + "record": { + "CNAME": "dns.beadman-network.com" + } +} diff --git a/domains/register.json b/domains/register.json index 652ecebea..553a5a1cd 100644 --- a/domains/register.json +++ b/domains/register.json @@ -1,11 +1,10 @@ { - "description": "The subdomain for the Is-a.Dev Web Registration Dashboard (Incomplete)", - "repo": "https://github.com/is-a-dev", - "owner": { - "username": "@is-a.dev/maintainers", - "email": "mahir@molai.dev" - }, - "record": { - "CNAME": "is-a-dev-registration.pages.dev" - } -} + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev@win11react.com" + }, + + "record": { + "A": ["64.190.90.238"] + } + } diff --git a/domains/reizy.json b/domains/reizy.json new file mode 100644 index 000000000..b75ddee82 --- /dev/null +++ b/domains/reizy.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "P0rc0D10", + "email": "grazioligiuliano52@gmail.com" + }, + "record": { + "URL": "https://reizy.eu" + } + } + \ No newline at end of file diff --git a/domains/relicrb.json b/domains/relicrb.json new file mode 100644 index 000000000..49c94e0c7 --- /dev/null +++ b/domains/relicrb.json @@ -0,0 +1,11 @@ +{ + "description": "Relic's Personal Site", + "repo": "https://github.com/RelicRB/RelicRB.github.io", + "owner": { + "username": "RelicRB", + "email": "relicrb@gmail.com" + }, + "record": { + "CNAME": "RelicRB.github.io" + } +} diff --git a/domains/rep.json b/domains/rep.json new file mode 100644 index 000000000..9b38b67d9 --- /dev/null +++ b/domains/rep.json @@ -0,0 +1,11 @@ +{ + "description": "Im a nerd", + "repo": "https://github.com/reputationdev/reputationdev.github.io", + "owner": { + "username": "Reputation", + "email": "omen@dashpvp.net" + }, + "record": { + "CNAME": "reputationdev.github.io" + } + } diff --git a/domains/rfwn.json b/domains/rfwn.json new file mode 100644 index 000000000..e20363e73 --- /dev/null +++ b/domains/rfwn.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Website", + "repo": "https://github.com/rfwn/rfwn.github.io", + "owner": { + "username": "rfwn", + "email": "rfwn.mjd@gmail.com" + }, + "record": { + "CNAME": "rfwn.github.io" + } +} diff --git a/domains/rhino.json b/domains/rhino.json new file mode 100644 index 000000000..9105f5faa --- /dev/null +++ b/domains/rhino.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Tech2Logix", + "email": "rhinovanboxelaere@outlook.com" + }, + "record": { + "CNAME": "rhino-vb.be" + } + } + \ No newline at end of file diff --git a/domains/riannegreiros.json b/domains/riannegreiros.json new file mode 100644 index 000000000..319113122 --- /dev/null +++ b/domains/riannegreiros.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "RianNegreiros", + "email": "riannegreiros@gmail.com" + }, + "record": { + "CNAME": "portfolio-production-c1eb.up.railway.app" + } + } + \ No newline at end of file diff --git a/domains/rifzki.json b/domains/rifzki.json new file mode 100644 index 000000000..84439c64a --- /dev/null +++ b/domains/rifzki.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "rifzkiadiyaksa", + "email": "rifzki.adiyaksa18033@student.unsika.ac.id" + }, + "record": { + "URL": "https://rifzki.my.id" + } + } + \ No newline at end of file diff --git a/domains/ritshu.json b/domains/ritshu.json new file mode 100644 index 000000000..9e300228b --- /dev/null +++ b/domains/ritshu.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Ritshu", + "discord": "216282035503890442", + "email": "ritshu.dev@gmail.com" + }, + "record": { + "CNAME": "ritshu.github.io" + } +} diff --git a/domains/rlewsley.json b/domains/rlewsley.json new file mode 100644 index 000000000..b8ca5a7df --- /dev/null +++ b/domains/rlewsley.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "lewsley-r", + "email": "lewsley-r@ulster.ac.uk" + }, + + "record": { + "CNAME": "lewsley-r.github.io" + } + } + diff --git a/domains/robin.json b/domains/robin.json new file mode 100644 index 000000000..52aa52892 --- /dev/null +++ b/domains/robin.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "RobinDev03", + "email": "robin@robin-it.de" + }, + + "record": { + "CNAME": "robin-w.de" + } + } + \ No newline at end of file diff --git a/domains/robsd.json b/domains/robsd.json new file mode 100644 index 000000000..bec420384 --- /dev/null +++ b/domains/robsd.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "robsd", + "email": "rob@robertd.co.uk" + }, + "record": { + "CNAME": "robsd.github.io" + } + } + \ No newline at end of file diff --git a/domains/rony.json b/domains/rony.json new file mode 100644 index 000000000..816782e58 --- /dev/null +++ b/domains/rony.json @@ -0,0 +1,16 @@ +{ + "owner": { + "username": "ronylee11", + "email": "rongyil33@gmail.com" + }, + "description": { + "domain": "rony.is-a.dev", + "usage": "This is going to be my portfolio" + }, + "repo": { + "github": "github.com/ronylee11" + }, + "record": { + "CNAME": "ronylee11.github.io" + } +} diff --git a/domains/roobini-gamer.json b/domains/roobini-gamer.json new file mode 100644 index 000000000..707be0f21 --- /dev/null +++ b/domains/roobini-gamer.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "roobini-gamer", + "email": "roobini.hamza@yandex.com" + }, + "record": { + "URL": "https://roobini-gamer.github.io/Roobini-hamza/" + } + } + diff --git a/domains/roudges.json b/domains/roudges.json new file mode 100644 index 000000000..a2e922c38 --- /dev/null +++ b/domains/roudges.json @@ -0,0 +1,12 @@ + +{ + "description": "Roudges Personal Website", + "owner": { + "username": "roudges2", + "email": "roudges2@gmail.com" + }, + "record": { + "CNAME": "roudges.ga" + } +} + diff --git a/domains/rqtl.json b/domains/rqtl.json new file mode 100644 index 000000000..a1c993ed8 --- /dev/null +++ b/domains/rqtl.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "ItsRqtl", + "email": "itsrqtl@gmail.com" + }, + + "record": { + "URL": "https://www.youtube.com/itsrqtl" + } + } + \ No newline at end of file diff --git a/domains/rsgarxia.json b/domains/rsgarxia.json new file mode 100644 index 000000000..7a8700931 --- /dev/null +++ b/domains/rsgarxia.json @@ -0,0 +1,14 @@ +{ + "description": "Ruben Garcia's personal website", + "repo": "https://github.com/sigfriedCub1990/personal-site", + "owner": { + "username": "sigfriedcub1990", + "email": "rssanjuan2704@gmail.com", + "twitter": "sigfriedcub1990" + }, + "record": { + "A": [ + "142.93.27.109" + ] + } +} diff --git a/domains/rumesh.json b/domains/rumesh.json new file mode 100644 index 000000000..edf250f01 --- /dev/null +++ b/domains/rumesh.json @@ -0,0 +1,11 @@ +{ + "description": "Rumesh's .is-a.dev domain", + "repo": "https://github.com/iRumesh/irumesh.github.io", + "owner": { + "username": "irumesh", + "email": "irumesh.work@gmail.com" + }, + "record": { + "CNAME": "irumesh.github.io" + } + } diff --git a/domains/rya.json b/domains/rya.json new file mode 100644 index 000000000..7014318c2 --- /dev/null +++ b/domains/rya.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "Jecket22", + "email": "lez.vezzica@gmail.com" + }, + + "record": { + "URL": "https://jecket.xyz" + } + } + diff --git a/domains/ryn.json b/domains/ryn.json new file mode 100644 index 000000000..0adcb55ec --- /dev/null +++ b/domains/ryn.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "lazylamps", + "email": "lampslazy@gmail.com" + }, + "record": { + "A": [ + "132.145.25.232" + ] + } +} diff --git a/domains/s97.json b/domains/s97.json new file mode 100644 index 000000000..4025f3758 --- /dev/null +++ b/domains/s97.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Saud-97", + "email": "saud.aljaffer@gmail.com", + "repo": "https://github.com/Saud-97", + "discord": "S97#6758" + }, + "record": { + "URL": "https://github.com/Saud-97" + } +} diff --git a/domains/saammaaeel.json b/domains/saammaaeel.json new file mode 100644 index 000000000..4333d13ee --- /dev/null +++ b/domains/saammaaeel.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "saammaaeel", + "email": "codenamesamael@gmail.com", + "twitter": "codenamesamael" + }, + "record": { + "CNAME": "saammaaeel.github.io" + } +} diff --git a/domains/saba.json b/domains/saba.json new file mode 100644 index 000000000..96bcc7588 --- /dev/null +++ b/domains/saba.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio page for full stack projects", + "repo": "https://github.com/itsaba/itsaba.github.io", + "owner": { + "username": "itsaba", + "email": "saba.s@mail.com" + }, + "record": { + "CNAME": "itsaba.github.io" + } +} diff --git a/domains/sadiq.json b/domains/sadiq.json new file mode 100644 index 000000000..32620bce3 --- /dev/null +++ b/domains/sadiq.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/sadiq334/sadiq334.github.io", + "owner": { + "username": "sadiq334", + "email": "", + "discord": "! sadiq#1152" + }, + "record": { + "CNAME": "sadiq334.github.io" + } +} \ No newline at end of file diff --git a/domains/safone.json b/domains/safone.json new file mode 100644 index 000000000..82ec11041 --- /dev/null +++ b/domains/safone.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "AsmSafone", + "email": "asmsafone@gmail.com" + }, + + "record": { + "CNAME": "thawing-halibut-94d4dmuwrzd30esllhx7xjae.herokudns.com" + } + } diff --git a/domains/sage.json b/domains/sage.json new file mode 100644 index 000000000..b746afad5 --- /dev/null +++ b/domains/sage.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "SageDotExe", + "email": "sagerainbow27@gmail.com" + }, + + "record": { + "CNAME": "sagedotexe.github.io" + } + } + \ No newline at end of file diff --git a/domains/saizuo.json b/domains/saizuo.json new file mode 100644 index 000000000..649a91388 --- /dev/null +++ b/domains/saizuo.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "Saizuo", + "email": "vikasj@noerror.studio" + }, + + "record": { + "URL": "https://saizuo.me" + } + } + diff --git a/domains/salar.json b/domains/salar.json new file mode 100644 index 000000000..68291dc59 --- /dev/null +++ b/domains/salar.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "ooralas", + "email": "ooralas@outlook.com" + }, + "record": { + "URL": "https://salaralali.com" + } + } + diff --git a/domains/samarth.json b/domains/samarth.json index 4c2c95570..34f9f032d 100644 --- a/domains/samarth.json +++ b/domains/samarth.json @@ -1,9 +1,9 @@ { "owner": { - "username": "Samarth2005", - "email": "samarthkulshresth@gmail.com" + "username": "samarthkulshrestha", + "email": "samarthkulshrestha@protonmail.com" }, "record": { - "A": ["76.76.21.21"] + "CNAME": "samarthkulshrestha.github.io" } } diff --git a/domains/samihatasnim.json b/domains/samihatasnim.json index 644dfaf18..2128a7b05 100644 --- a/domains/samihatasnim.json +++ b/domains/samihatasnim.json @@ -8,6 +8,6 @@ "twitter": "@SamihaTasnimm" }, "record": { - "CNAME": "website-production-8e6d.up.railway.app" + "CNAME": "website-69g.pages.dev" } } diff --git a/domains/samir.json b/domains/samir.json new file mode 100644 index 000000000..55f56e20e --- /dev/null +++ b/domains/samir.json @@ -0,0 +1,12 @@ +{ + "description": "Samir's Portfolio Website.", + "repo": "https://github.com/SamirPaulb/samir.is-a.dev", + "owner": { + "username": "SamirPaulb", + "email": "samirpaulb@gmail.com", + "twitter": "SamirPaulb" + }, + "record": { + "CNAME": "samirpaulb.github.io" + } +} diff --git a/domains/saml.json b/domains/saml.json index 161c827ff..4e4c51505 100644 --- a/domains/saml.json +++ b/domains/saml.json @@ -1,22 +1,11 @@ { "description": "Personal Website", - "repo": "https://github.com/SamDev-7/samdev-7.github.io", + "repo": "https://github.com/SamDev-7/website", "owner": { "username": "SamDev-7", - "email": "", - "discord": "SamDev7#1767" + "email": "hello@samliu.dev" }, "record": { - "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" + "URL": "https://samliu.dev" } } diff --git a/domains/sanjay.json b/domains/sanjay.json new file mode 100644 index 000000000..a3b3c353a --- /dev/null +++ b/domains/sanjay.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "megasanjay", + "email": "info@sanjaysoundarajan.dev", + "twitter": "megasanjay" + }, + "description": "Personal website", + "repo": "https://github.com/megasanjay", + "record": { + "URL": "https://sanjaysoundarajan.dev" + } +} \ No newline at end of file diff --git a/domains/roreef.json b/domains/saraxa.json similarity index 73% rename from domains/roreef.json rename to domains/saraxa.json index 8a56cfab8..b6ffa9638 100644 --- a/domains/roreef.json +++ b/domains/saraxa.json @@ -1,10 +1,10 @@ { - "description": "roreef personal website", + "description": "saraxa personal website", "repo": "https://github.com/reef1447/reef1447.github.io", "owner": { "username": "reef1447", "email": "spray123kira@gmail.com", - "discord": "ro-reef#8899" + "discord": "saraxa#8899" }, "record": { "CNAME": "reef1447.github.io" diff --git a/domains/sarfaraz.json b/domains/sarfaraz.json new file mode 100644 index 000000000..29ca0df9f --- /dev/null +++ b/domains/sarfaraz.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "sarfarazstark", + "email": "sarfarazstark@gmail.com", + "twitter": "sarfarazstark" + }, + "record": { + "CNAME": "sarfarazstark.github.io" + } +} diff --git a/domains/sasha.json b/domains/sasha.json new file mode 100644 index 000000000..b4069990a --- /dev/null +++ b/domains/sasha.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio site", + "repo": "https://github.com/Nero-X/PalletPal-web", + "owner": { + "username": "SashaJCV", + "email": "sashajcv@gmail.com" + }, + "record": { + "A": ["116.203.239.117"] + } +} diff --git a/domains/sasial.json b/domains/sasial.json index a7d5eed0c..e5493f924 100644 --- a/domains/sasial.json +++ b/domains/sasial.json @@ -3,9 +3,10 @@ "repo": "https://github.com/sasial-dev/Portfolio", "owner": { "username": "sasial-dev", - "email": "sasial@koal.us" + "email": "", + "discord": "Sasial#9375" }, "record": { - "URL": "https://portfolio-sasial.vercel.app/" + "URL": "https://sasial.dev/" } } diff --git a/domains/satyamv7.json b/domains/satyamv7.json new file mode 100644 index 000000000..9aef9da6d --- /dev/null +++ b/domains/satyamv7.json @@ -0,0 +1,11 @@ +{ + "description": "SatyamV7.is-a.dev", + "repo": "https://github.com/SatyamV7/SatyamV7.github.io", + "owner": { + "username": "SatyamV7", + "email": "satyamverma46@outlook.com" + }, + "record": { + "CNAME": "SatyamV7.github.io" + } +} diff --git a/domains/yan.json b/domains/saya.json similarity index 87% rename from domains/yan.json rename to domains/saya.json index 08e410caf..1fa51a57e 100644 --- a/domains/yan.json +++ b/domains/saya.json @@ -1,5 +1,5 @@ { - "description": "yan's site", + "description": "saya's site", "repo": "https://github.com/yanNotDev/yanNotDev.github.io", "owner": { "username": "yanNotDev", diff --git a/domains/scfp.json b/domains/scfp.json new file mode 100644 index 000000000..1ce145571 --- /dev/null +++ b/domains/scfp.json @@ -0,0 +1,11 @@ +{ + "description": "Cfp Short Service", + "owner": { + "username": "cfpwastaken", + "email": "", + "discord": "cfp#7174" + }, + "record": { + "CNAME": "cfp.gotdns.ch" + } +} \ No newline at end of file diff --git a/domains/schematic.json b/domains/schematic.json new file mode 100644 index 000000000..ef811401c --- /dev/null +++ b/domains/schematic.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "alenpaul2001", + "email": "alenpaul2001@pm.me" + }, + "record": { + "A": [ + "152.67.160.188" + ] + } +} diff --git a/domains/sages.semant.json b/domains/school.semant.json similarity index 100% rename from domains/sages.semant.json rename to domains/school.semant.json diff --git a/domains/scr.json b/domains/scr.json new file mode 100644 index 000000000..528fec88e --- /dev/null +++ b/domains/scr.json @@ -0,0 +1,11 @@ +{ + "description": "Scriptyyy's site", + "owner": { + "username": "Scriptyyy", + "email": "mr.stikman209@gmail.com", + "discord": "Scriptyyy#2152" + }, + "record": { + "A": ["75.2.69.226"] + } +} diff --git a/domains/scronite.json b/domains/scronite.json new file mode 100644 index 000000000..cebffd2c9 --- /dev/null +++ b/domains/scronite.json @@ -0,0 +1,13 @@ +{ + "description": "Subdomain of is-a.dev for my profile card.", + "repo": "https://github.com/Scronite/profile/", + "owner": { + "username": "Scronite", + "email": "scronite@gmail.com" + }, + "record": { + "A": [ + "164.132.74.251" + ] + } +} diff --git a/domains/sdizdarevic.json b/domains/sdizdarevic.json new file mode 100644 index 000000000..9fbbc862c --- /dev/null +++ b/domains/sdizdarevic.json @@ -0,0 +1,11 @@ +{ + "description": "sdizdarevic.is-a.dev", + "repo": "https://github.com/sdizdarevic/sdizdarevic.github.io", + "owner": { + "username": "sdizdarevic", + "email": "saudin.dizdarevic@gmail.com" + }, + "record": { + "CNAME": "sdizdarevic.github.io" + } +} diff --git a/domains/sebaz.json b/domains/sebaz.json new file mode 100644 index 000000000..b96fe5d04 --- /dev/null +++ b/domains/sebaz.json @@ -0,0 +1,10 @@ +{ + "description": "my website link", + "owner": { + "username": "iSebazz", + "email": "iSebazz@outlook.es" + }, + "record": { + "CNAME": "usebazz.github.io" + } +} diff --git a/domains/sekuji.json b/domains/sekuji.json new file mode 100644 index 000000000..e234d5513 --- /dev/null +++ b/domains/sekuji.json @@ -0,0 +1,11 @@ +{ + "description": "Sekuji's Personal Website", + "owner": { + "username": "sekuji", + "email": "", + "discord": "sekuji#9595" + }, + "record": { + "CNAME": "sekuji.github.io" + } +} diff --git a/domains/semant.json b/domains/semant.json index 1890cc030..20290e0c9 100644 --- a/domains/semant.json +++ b/domains/semant.json @@ -1,11 +1,9 @@ { "description": "Semant's Website", - "repo": "https://github.com/bad-boy-codes/bad-boy-codes.github.io", + "repo": "https://github.com/SemantCodes/SemantCodes.github.io", "owner": { - "username": "bad-boy-codes", - "email": "sonupanda078@gmail.com", - "discord": "Bad Boy Plays#9608", - "note": "My Discord ID is 445073800850046977." + "username": "SemantCodes", + "email": "contact@semant.is-a.dev" }, "record": { "A": [ diff --git a/domains/semant.panda.json b/domains/semant.panda.json new file mode 100644 index 000000000..e2f08d1ba --- /dev/null +++ b/domains/semant.panda.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "SemantCodes", + "email": "contact@semant.is-a.dev" + }, + "description": "Something juicy", + "record": { + "CNAME": "semant.cyclic.app" + } +} diff --git a/domains/semanteo.json b/domains/semanteo.json new file mode 100644 index 000000000..a3cba613b --- /dev/null +++ b/domains/semanteo.json @@ -0,0 +1,11 @@ +{ + "description": "semanteo.is-a.dev", + "repo": "https://github.com/Semanteo/semanteo.github.io", + "owner": { + "username": "Semanteo", + "email": "simsim3374@gmail.com" + }, + "record": { + "CNAME": "semanteo.github.io" + } +} diff --git a/domains/senninseyi.json b/domains/senninseyi.json new file mode 100644 index 000000000..ba17ec96f --- /dev/null +++ b/domains/senninseyi.json @@ -0,0 +1,10 @@ +{ + "description": "My Dev Portfolio", + "owner": { + "username": "Senninseyi", + "email": "seyi.oyebamiji@gmail.com" + }, + "record": { + "URL": "https://beyondata.co" + } +} diff --git a/domains/sethpython.json b/domains/sethpython.json new file mode 100644 index 000000000..c4748789d --- /dev/null +++ b/domains/sethpython.json @@ -0,0 +1,11 @@ +{ + "description": "An Useless Website", + "repo": "https://github.com/SethTheDev/seththedev.github.io", + "owner": { + "username": "SethTheDev", + "email": "spccmbseth@gmail.com" + }, + "record": { + "CNAME": "seththedev.github.io" + } +} diff --git a/domains/sezersinanoglu.json b/domains/sezersinanoglu.json new file mode 100644 index 000000000..6dc589127 --- /dev/null +++ b/domains/sezersinanoglu.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "sezersinanoglu", + "email": "sezersinanoglu@gmail.com" + }, + + "record": { + "CNAME": "sezersinanoglu.github.io" + } + } + diff --git a/domains/sh9351.json b/domains/sh9351.json new file mode 100644 index 000000000..f1cea6e4b --- /dev/null +++ b/domains/sh9351.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "sh9351", + "email": "perfect2315shlim@gmail.com" + }, + + "record": { + "CNAME": "sh9351.github.io" + } + } + \ No newline at end of file diff --git a/domains/shadowcookie.json b/domains/shadowcookie.json new file mode 100644 index 000000000..0a6ff4b82 --- /dev/null +++ b/domains/shadowcookie.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "Friezer-85", + "email": "dorian.graciot@yahoo.com" + }, + + "record": { + "URL": "https://discord.com/api/oauth2/authorize?client_id=1024762572056047626&permissions=8&scope=bot%20applications.commands" + } + } + \ No newline at end of file diff --git a/domains/shafi100.json b/domains/shafi100.json new file mode 100644 index 000000000..f6504f16b --- /dev/null +++ b/domains/shafi100.json @@ -0,0 +1,12 @@ +{ + "description": "Personal portfolio and blogging website of Md Abdullahil Shafi", + "repo": "https://github.com/shafi100/shafi100.github.io", + "owner": { + "username": "shafi100", + "email": "pro.shafi.12@gmail.com", + "twitter": "bd_shafi" + }, + "record": { + "CNAME": "shafi100.github.io" + } +} diff --git a/domains/sham.json b/domains/sham.json deleted file mode 100644 index 0cf67e92d..000000000 --- a/domains/sham.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ShamrockYT", - "email": "shamrockytmedia@gmail.com" - }, - "record": { - "CNAME": "4e082dec-829b-4b49-96de-0169c1f24899.repl.co" - } -} diff --git a/domains/shashank.json b/domains/shashank.json new file mode 100644 index 000000000..5d6cda10d --- /dev/null +++ b/domains/shashank.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "shashankktiwariii", + "email": "development.shashank@gmail.com" + }, + "record": { + "A": ["144.24.102.80"] + } + } + \ No newline at end of file diff --git a/domains/shashankk.json b/domains/shashankk.json new file mode 100644 index 000000000..5d6cda10d --- /dev/null +++ b/domains/shashankk.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "shashankktiwariii", + "email": "development.shashank@gmail.com" + }, + "record": { + "A": ["144.24.102.80"] + } + } + \ No newline at end of file diff --git a/domains/she.json b/domains/she.json new file mode 100644 index 000000000..dce479e36 --- /dev/null +++ b/domains/she.json @@ -0,0 +1,12 @@ +{ + "description": "My personal website", + "repo": "https://github.com/yuzhigang33/yuzhigang33.github.com", + "owner": { + "username": "yuzhigang33", + "email": "yuzhigang33@gmail.com" + }, + "record": { + "CNAME": "yuzhigang33.github.io" + } + } + \ No newline at end of file diff --git a/domains/shept.json b/domains/shept.json new file mode 100644 index 000000000..4d76621a9 --- /dev/null +++ b/domains/shept.json @@ -0,0 +1,11 @@ +{ + "description": "An aboutme page for Shept", + "repo": "https://github.com/mcshept", + "owner": { + "username": "mcshept", + "email": "shept@dasshept.tech" + }, + "record": { + "CNAME": "mcshept.github.io" + } +} \ No newline at end of file diff --git a/domains/shilinlee.json b/domains/shilinlee.json new file mode 100644 index 000000000..1ab0a88d4 --- /dev/null +++ b/domains/shilinlee.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "shilinlee", + "email": "shilinlee.ghost@gmail.com" + }, + "record": { + "URL": "https://github.com/shilinlee" + } +} diff --git a/domains/shin.json b/domains/shin.json index 0cf88ec7c..3f19584be 100644 --- a/domains/shin.json +++ b/domains/shin.json @@ -7,6 +7,16 @@ "twitter": "tachib_shin" }, "record": { - "CNAME": "tachibana-shin.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/shinpitekita.json b/domains/shinpitekita.json new file mode 100644 index 000000000..88373d833 --- /dev/null +++ b/domains/shinpitekita.json @@ -0,0 +1,12 @@ +{ + "description": "Shinpi's website", + "owner": { + "username": "Shinpi-Tekita", + "email": "", + "twitter": "shinpitekita", + "discord": "Shinpi#6183" + }, + "record": { + "CNAME": "b29ec742-99b6-4ff2-990d-58f9aa910bd1.id.repl.co" + } +} diff --git a/domains/shivang.json b/domains/shivang.json new file mode 100644 index 000000000..4c0f54aa6 --- /dev/null +++ b/domains/shivang.json @@ -0,0 +1,12 @@ +{ + "description": "Projects by Shivang Kakkar", + "repo": "https://github.com/ShivangKakkar/shivangkakkar.github.io", + "owner": { + "username": "ShivangKakkar", + "email": "shivangkakkar88@gmail.com", + "telegram": "ShivangKakkar88" + }, + "record": { + "CNAME": "ShivangKakkar.github.io" + } +} diff --git a/domains/shiyaf.json b/domains/shiyaf.json new file mode 100644 index 000000000..148a287b9 --- /dev/null +++ b/domains/shiyaf.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "mshiyaf", + "email": "shiyafc@gmail.com" + }, + + "record": { + "URL": "https://texolgulf.com/" + } + } + \ No newline at end of file diff --git a/domains/shlok.json b/domains/shlok.json new file mode 100644 index 000000000..d80267f31 --- /dev/null +++ b/domains/shlok.json @@ -0,0 +1,10 @@ +{ + "description": "Portfolio Website", + "owner": { + "username": "PlaceInSpace", + "email": "shlokmadhekar88@gmail.com" + }, + "record": { + "CNAME": "d5c36b7d-4d85-449f-bd4d-0bbbc88fb781.id.repl.co" + } +} diff --git a/domains/shuja-balls.json b/domains/shuja-balls.json new file mode 100644 index 000000000..c8fb2222c --- /dev/null +++ b/domains/shuja-balls.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "pakbch", + "email": "shujaahmed134@gmail.com" + }, + "record": { + "CNAME": "pakbch.github.io" + } + } + \ No newline at end of file diff --git a/domains/shuja1337.json b/domains/shuja1337.json new file mode 100644 index 000000000..7a3de7dea --- /dev/null +++ b/domains/shuja1337.json @@ -0,0 +1,12 @@ +{ + "description": "Portfolio", + "repo": "https://github.com/pakbch/pakbch.github.io", + "owner": { + "username": "pakbch", + "email": "shujaahmed134@gmail.com", + "twitter": "shuja1337" + }, + "record": { + "CNAME": "pakbch.github.io" + } +} diff --git a/domains/shuvo.json b/domains/shuvo.json new file mode 100644 index 000000000..cb8b29577 --- /dev/null +++ b/domains/shuvo.json @@ -0,0 +1,13 @@ +{ + "description": "Personal portfolio", + "owner": { + "username": "devshahoriar", + "email": "shuvo1556@gmail.com" + }, + "record": { + "MX": [ + "dns1.alwaysdata.com", + "dns2.alwaysdata.com" + ] + } +} diff --git a/domains/sidd.json b/domains/sidd.json index 59a03cac0..b11957114 100644 --- a/domains/sidd.json +++ b/domains/sidd.json @@ -1,5 +1,5 @@ { - "description": "Sid_#4553 (Discord) is a dev", + "description": "sidd is a dev (duh?)", "repo": "https://github.com/uh-Sid/sidd.is-a.dev", "owner": { "username": "uh-Sid", @@ -7,6 +7,6 @@ "twitter": "" }, "record": { - "CNAME": "uh-sid.github.io" + "CNAME": "4dffaf9f-274e-457e-a081-b23e4d20e170.id.repl.co" } } diff --git a/domains/siddhu.json b/domains/siddhu.json new file mode 100644 index 000000000..3eb8e9ab7 --- /dev/null +++ b/domains/siddhu.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "SiddheshKukade", + "email": "littlelord124@gmail.com", + "twitter": "@TheSidK_", + "discord": "SiddhyaOP#0596" + }, + "record": { + "URL": "https://siddheshkukade.netlify.app/" + } +} diff --git a/domains/simonwong.json b/domains/simonwong.json new file mode 100644 index 000000000..afccade83 --- /dev/null +++ b/domains/simonwong.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Simon Wong", + "email": "wsjwsjsimon@gmail.com", + "twitter": "wsj_simonwong", + "discord": "Simon Wong#6040" + }, + "record": { + "URL": "https://github.com/simonwong" + } +} diff --git a/domains/siow-kai-yang.json b/domains/siow-kai-yang.json new file mode 100644 index 000000000..18caf9be1 --- /dev/null +++ b/domains/siow-kai-yang.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio go brrrrr", + "repo": "https://github.com/yeetus-maximus/yeetus-maximus.github.io", + "owner": { + "username": "yeetus-maximus", + "email": "siowkaiyang@protonmail.com" + }, + "record": { + "CNAME": "yeetus-maximus.github.io" + } +} diff --git a/domains/siris.json b/domains/siris.json new file mode 100644 index 000000000..1870137f7 --- /dev/null +++ b/domains/siris.json @@ -0,0 +1,11 @@ +{ + "description": "this a link to my website", + "owner": { + "username": "Siris01", + "email": "contact@siris.me", + "discord": "Siris#1337" + }, + "record": { + "URL": "https://siris.me" + } +} diff --git a/domains/snek.json b/domains/snek.json new file mode 100644 index 000000000..967ad7f1b --- /dev/null +++ b/domains/snek.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "sn3kdev", + "email": "snektg@gmail.com" + }, + "record": { + "URL": "https://odnako_zmeyka.t.me" + } + } + \ No newline at end of file diff --git a/domains/snxx.json b/domains/snxx.json new file mode 100644 index 000000000..7fa670fba --- /dev/null +++ b/domains/snxx.json @@ -0,0 +1,10 @@ +{ + "description": "Personal page of Serzhan Nasredin", + "owner": { + "username": "snxx-lppxx", + "email": "snxx.lppxx@gmail.com" + }, + "record": { + "CNAME": "snxx-lppxx.github.io" + } +} diff --git a/domains/sofa.json b/domains/sofa.json new file mode 100644 index 000000000..d2ab9cb47 --- /dev/null +++ b/domains/sofa.json @@ -0,0 +1,12 @@ +{ + "description": "SlumberDemon's Developer Page", + "repo": "https://github.com/SlumberDemon/card", + "owner": { + "username": "SlumberDemon", + "email": "contact.dev.teda@gmail.com", + "twitter": "SlumberDemon" + }, + "record": { + "CNAME": "slumberdemon.github.io" + } +} diff --git a/domains/sohamlol.json b/domains/sohamlol.json new file mode 100644 index 000000000..fc40e2d5f --- /dev/null +++ b/domains/sohamlol.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "TecHCodez", + "email": "soham.mohapatra65@gmail.com" + }, + + "record": { + "A": ["34.122.153.22"] + } + } + \ No newline at end of file diff --git a/domains/somenicetables.json b/domains/somenicetables.json new file mode 100644 index 000000000..f8c21d39b --- /dev/null +++ b/domains/somenicetables.json @@ -0,0 +1,12 @@ +{ + "description": "My personal about me page", + "repo": "https://github.com/somenicetables/somenicetables.github.io", + "owner": { + "username": "somenicetables", + "email": "themadman2215@gmail.com", + "twitter": "15usernamelimit" + }, + "record": { + "CNAME": "somenicetables.github.io" + } +} diff --git a/domains/son.json b/domains/son.json new file mode 100644 index 000000000..52c531962 --- /dev/null +++ b/domains/son.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "sonphantrung", + "email": "phantrungson17@gmail.com" + }, + + "record": { + "CNAME": "sonphantrung.github.io" + } + } + diff --git a/domains/sonu.json b/domains/sonu.json index eeeeeda29..84005e61f 100644 --- a/domains/sonu.json +++ b/domains/sonu.json @@ -3,9 +3,9 @@ "repo": "https://github.com/Bad-Boy-Codes/bad-boy-codes.github.io", "owner": { "username": "bad-boy-codes", - "email": "sonupanda078@gmail.com" + "email": "mail@semant.is-a.dev" }, "record": { - "CNAME": "semant-panda.github.io" + "CNAME": "bad-boy-codes.github.io" } } diff --git a/domains/speedie.json b/domains/speedie.json new file mode 100644 index 000000000..9ad7bd655 --- /dev/null +++ b/domains/speedie.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "speediegq", + "email": "speedie.alt@gmail.com" + }, + "record": { + "URL": "https://speedie.gq" + } + } + \ No newline at end of file diff --git a/domains/ss.json b/domains/ss.json new file mode 100644 index 000000000..e05cdddb7 --- /dev/null +++ b/domains/ss.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "win11bot", + "email": "w11bot@andrewstech.me" + }, + "record": { + "A": ["178.128.174.110"] + } + } + diff --git a/domains/stark.json b/domains/stark.json deleted file mode 100644 index cc53bc7f5..000000000 --- a/domains/stark.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Projects by Stark Programmer", - "repo": "https://github.com/StarkBotsIndustries/starkbotsindustries.github.io", - "owner": { - "username": "StarkBotsIndustries", - "email": "starkbotsindustries@gmail.com", - "telegram": "StarkProgrammer" - }, - "record": { - "CNAME": "StarkBotsIndustries.github.io" - } -} diff --git a/domains/status.cfp.json b/domains/status.cfp.json new file mode 100644 index 000000000..d8c7f04fe --- /dev/null +++ b/domains/status.cfp.json @@ -0,0 +1,11 @@ +{ + "description": "Cfp Status", + "owner": { + "username": "cfpwastaken", + "email": "", + "discord": "cfp#7174" + }, + "record": { + "CNAME": "cfp.gotdns.ch" + } +} \ No newline at end of file diff --git a/domains/stefdp.json b/domains/stefdp.json new file mode 100644 index 000000000..66efff633 --- /dev/null +++ b/domains/stefdp.json @@ -0,0 +1,12 @@ +{ + "description": "Domain for my personal website", + "repo": "https://github.com/Stef-00012/stef-00012.github.io", + "owner": { + "username": "Stef-00012", + "email": "stefano.delprete.08@gmail.com", + "twitter": "Stef_Del_Prete" + }, + "record": { + "CNAME": "stef-00012.github.io" + } +} diff --git a/domains/str1ke.json b/domains/str1ke.json new file mode 100644 index 000000000..3377e2205 --- /dev/null +++ b/domains/str1ke.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "RealStr1ke", + "email": "tmenelas@outlook.com" + }, + + "record": { + "CNAME": "str1ke.codes" + } + } + diff --git a/domains/subhayu.json b/domains/subhayu.json new file mode 100644 index 000000000..4a3e6f7c3 --- /dev/null +++ b/domains/subhayu.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "subhayu99", + "email": "balasubhayu99@gmail.com" + }, + + "record": { + "CNAME": "subhayu99.github.io" + } + } + \ No newline at end of file diff --git a/domains/suki.json b/domains/suki.json index 713e96d5c..983a77bed 100644 --- a/domains/suki.json +++ b/domains/suki.json @@ -7,12 +7,12 @@ }, "record": { "A": [ - "181.214.41.250" + "135.148.226.33" ], "MX": [ "ns1.crystalcloud.xyz", "ns2.crystalcloud.xyz" ], - "TXT": "v=spf1 a mx ip4:181.214.41.250 ~all" + "TXT": "v=spf1 a mx ip4:135.148.226.33 ~all" } } diff --git a/domains/suraj.json b/domains/suraj.json new file mode 100644 index 000000000..4bc1f3c32 --- /dev/null +++ b/domains/suraj.json @@ -0,0 +1,11 @@ +{ + "description": "My personal developer website", + "repo": "https://github.com/Clay990/suraj", + "owner": { + "username": "Clay990", + "email": "asuraj991m@gmail.com" + }, + "record": { + "CNAME": "clay990.github.io" + } +} diff --git a/domains/suryansh.json b/domains/suryansh.json new file mode 100644 index 000000000..2fa65bb13 --- /dev/null +++ b/domains/suryansh.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "iamsuryanshxd", + "email": "legitsuryansh@gmail.com" + }, + "record": { + "URL": "https://github.com/iamsuryanshxd/" + } + } + \ No newline at end of file diff --git a/domains/svg.json b/domains/svg.json new file mode 100644 index 000000000..1f745c5d1 --- /dev/null +++ b/domains/svg.json @@ -0,0 +1,11 @@ +{ + "description": "svg's website", + "repo": "https://github.com/svg-rs/svg.github.io", + "owner": { + "username": "svg-rs", + "email": "kimmkayy8@proton.me" + }, + "record": { + "CNAME": "svg-rs.github.io" + } + } diff --git a/domains/syd.json b/domains/syd.json new file mode 100644 index 000000000..3c33dcfd5 --- /dev/null +++ b/domains/syd.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "bububa", + "email": "prof.syd.xu@gmail.com" + }, + + "record": { + "CNAME": "bububa.github.io" + } + } + \ No newline at end of file diff --git a/domains/taha.json b/domains/taha.json new file mode 100644 index 000000000..a04645037 --- /dev/null +++ b/domains/taha.json @@ -0,0 +1,11 @@ +{ + "description": "Taha bou's Portfolio", + "repo": "https://github.com/tahakocabuga/taha2002.github.io", + "owner": { + "username": "taha2002", + "email": "bouras1920@gmail.com" + }, + "record": { + "CNAME": "taha2002.github.io" + } +} \ No newline at end of file diff --git a/domains/taha2002.json b/domains/taha2002.json new file mode 100644 index 000000000..b5ee77a38 --- /dev/null +++ b/domains/taha2002.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "taha2002", + "email": "bouras1920@gmail.com" + }, + + "record": { + "CNAME": "taha2002.github.io" + } + } + \ No newline at end of file diff --git a/domains/tahmidrayat.json b/domains/tahmidrayat.json new file mode 100644 index 000000000..245bd2600 --- /dev/null +++ b/domains/tahmidrayat.json @@ -0,0 +1,11 @@ +{ + "description": "Github Portfolio of Tahmid Rayat", + "repo": "https://github.com/htr-tech/htr-tech.github.io", + "owner": { + "username": "htr-tech", + "email": "tahmidrayat@gmail.com" + }, + "record": { + "CNAME": "htr-tech.github.io" + } +} diff --git a/domains/tallerthanshort.json b/domains/tallerthanshort.json new file mode 100644 index 000000000..d9d6b0eec --- /dev/null +++ b/domains/tallerthanshort.json @@ -0,0 +1,12 @@ +{ + "description": "TallerThanShort made site", + "repo": "https://github.com/TallerThanShort", + "owner": { + "username": "TallerThanShort", + "email": "TallerThanShort@duck.com" + }, + "record": { + "CNAME": "TallerThanShort.github.io" + + } +} diff --git a/domains/tarna.json b/domains/tarna.json new file mode 100644 index 000000000..34c27fefa --- /dev/null +++ b/domains/tarna.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "tarna", + "email": "tarungadiraju123@gmail.com" + }, + "record": { + "URL": "https://github.com/tarna" + } + } + \ No newline at end of file diff --git a/domains/tat2008.json b/domains/tat2008.json new file mode 100644 index 000000000..1e61193c7 --- /dev/null +++ b/domains/tat2008.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "tat2008", + "email": "tuan.trananh2008@gmail.com" + }, + + "record": { + "URL": "https://me.tat2008.tk/" + } + } + diff --git a/domains/tcl.json b/domains/tcl.json new file mode 100644 index 000000000..9c66dd642 --- /dev/null +++ b/domains/tcl.json @@ -0,0 +1,11 @@ +{ + "description": "TianTcl's profile", + "repo": "https://github.com/TianTcl/TianTcl", + "owner": { + "username": "TianTcl", + "email": "tclwebguest@gmail.com" + }, "record": { + "CNAME": "info.tiantcl.net" + + } +} \ No newline at end of file diff --git a/domains/tea.json b/domains/tea.json new file mode 100644 index 000000000..6078cc06e --- /dev/null +++ b/domains/tea.json @@ -0,0 +1,10 @@ +{ +"owner": { + "username": "TheTeaCup", + "email": "", + "discord": "Tea Cup#9999" + }, + "record": { + "CNAME": "dedicated.theteacup.dev" + } +} diff --git a/domains/maintainers.json b/domains/team.json similarity index 71% rename from domains/maintainers.json rename to domains/team.json index d396e121a..9917b62ba 100644 --- a/domains/maintainers.json +++ b/domains/team.json @@ -2,8 +2,8 @@ "description": "The Maintainer Docs For The Is-A.Dev Website!", "repo": "github.com/is-a-dev/maintainer-docs", "owner": { - "username": "is-a.dev", - "email": "" + "username": "@is-a-dev/maintainers", + "email": "phenax5@gmail.com" }, "record": { "CNAME": "is-a-dev.github.io" diff --git a/domains/tech.json b/domains/tech.json new file mode 100644 index 000000000..6b4bf404d --- /dev/null +++ b/domains/tech.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/techpixel/techpixel.github.io", + "owner": { + "username": "techpixel", + "email": "yralqfwus@mozmail.com" + }, + "record": { + "CNAME": "techpixel.github.io" + } +} diff --git a/domains/techctg24.json b/domains/techctg24.json new file mode 100644 index 000000000..cf1d62797 --- /dev/null +++ b/domains/techctg24.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "rakibctg", + "email": "eunus527@gmail.com" + }, + + "record": { + "URL": "https://techctg24.dev" + } + } + diff --git a/domains/tejas-luthra.json b/domains/tejas-luthra.json new file mode 100644 index 000000000..8d20278c1 --- /dev/null +++ b/domains/tejas-luthra.json @@ -0,0 +1,11 @@ +{ + "description": "Tejas' personal is-a.dev site", + "repo": "https://github.com/tejas-luthra/tejas-luthra.github.io", + "owner": { + "username": "tejas-luthra", + "email": "tejasluthra3008@gmail.com" + }, + "record": { + "CNAME": "tejas-luthra.github.io" + } +} diff --git a/domains/terra.json b/domains/terra.json new file mode 100644 index 000000000..85ce7078f --- /dev/null +++ b/domains/terra.json @@ -0,0 +1,14 @@ +{ + "description": "Portfolio - a simple portfolio website for TerraPlayz. It's in Beta Stages. Thanks for visiting my Portfolio! I hope to see you again. This also serves as a mail for my domain", + "repo": "https://github.com/TerraPlayz/portfolio-cf", + "owner": { + "username": "TerraPlayz", + "email": "github@om.is-a.dev", + "twitter": "DaRealOmxpro" + }, + "record": { + "A": ["172.66.44.237","172.66.47.19"], + "MX": ["mx1.improvmx.com","mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/thabresh.json b/domains/thabresh.json new file mode 100644 index 000000000..e5b9a0dcd --- /dev/null +++ b/domains/thabresh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Thabresh", + "email": "thabaresh.syed@gmail.com" + }, + "record": { + "URL": "https://www.thabresh.me" + } +} diff --git a/domains/the-garlic-os.json b/domains/the-garlic-os.json deleted file mode 100644 index 78525d903..000000000 --- a/domains/the-garlic-os.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "garlicOS®'s is-a.dev domain", - "repo": "https://github.com/the-garlic-os/the-garlic-os.github.io", - "owner": { - "username": "the-garlic-os", - "email": "sisdfk@gmail.com" - }, - "record": { - "CNAME": "the-garlic-os.github.io" - } -} diff --git a/domains/thebidouilleur.json b/domains/thebidouilleur.json new file mode 100644 index 000000000..a3df3cab4 --- /dev/null +++ b/domains/thebidouilleur.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "QJoly", + "email": "quentinjoly@thoughtless.eu" + }, + + "record": { + "A": ["5.39.75.213"] + } + } + diff --git a/domains/theconcepteur.json b/domains/theconcepteur.json new file mode 100644 index 000000000..43c211696 --- /dev/null +++ b/domains/theconcepteur.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "th3conc3pt3ur", + "email": "conceptordev@gmail.com" + }, + + "record": { + "A": ["37.187.6.109"] + } + } + diff --git a/domains/thedev.json b/domains/thedev.json new file mode 100644 index 000000000..32bfebb53 --- /dev/null +++ b/domains/thedev.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "thedev132", + "email": "thedev132@gmail.com" + }, + "record": { + "A": ["138.2.237.127"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } + } diff --git a/domains/theekshana.json b/domains/theekshana.json new file mode 100644 index 000000000..26334fa38 --- /dev/null +++ b/domains/theekshana.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "TheekshanaSL", + "email": "theekshana@technologist.com" + }, + + "record": { + "CNAME": "hashnode.network" + } + } + \ No newline at end of file diff --git a/domains/theh2so4.json b/domains/theh2so4.json new file mode 100644 index 000000000..6e0647b8c --- /dev/null +++ b/domains/theh2so4.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "theh2so4", + "email": "theh2so4@protonmail.com" + }, + + "record": { + "A": ["185.27.134.148"] + } + } + \ No newline at end of file diff --git a/domains/thehackerdude1083.json b/domains/thehackerdude1083.json new file mode 100644 index 000000000..d7cdb5a36 --- /dev/null +++ b/domains/thehackerdude1083.json @@ -0,0 +1,11 @@ +{ + "description": "Running my new website", + "repo": "https://github.com/TheHackerDude1083/TheHackerDude1083.github.io", + "owner": { + "username": "TheHackerDude1083", + "email": "shaheeransari57@gmail.com" + }, + "record": { + "CNAME": "TheHackerDude1083.github.io" + } +} diff --git a/domains/thejus-m.json b/domains/thejus-m.json new file mode 100644 index 000000000..dc98660f8 --- /dev/null +++ b/domains/thejus-m.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Thejus-M", + "email": "github@tigerraw22.anonaddy.com" + }, + "record": { + "CNAME": "urlit-production.up.railway.app" + } +} diff --git a/domains/thepatik.json b/domains/thepatik.json new file mode 100644 index 000000000..5625c2367 --- /dev/null +++ b/domains/thepatik.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "patik123", + "email": "patik.developer@outlook.com" + }, + "record": { + "CNAME": "www.thepatik.com" + } + } + diff --git a/domains/therookiecoder.json b/domains/therookiecoder.json new file mode 100644 index 000000000..3dec24550 --- /dev/null +++ b/domains/therookiecoder.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "theRookieCoder", + "email": "ileshkt@gmail.com", + "discord": "theRookieCoder#1287" + }, + "record": { + "URL": "https://github.com/theRookieCoder" + } +} diff --git a/domains/thet3o.json b/domains/thet3o.json new file mode 100644 index 000000000..ba7ab32d7 --- /dev/null +++ b/domains/thet3o.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "thet3o", + "email": "thet3o@yahoo.com" + }, + + "record": { + "MX": ["mx.mailtie.com"] + } + } + \ No newline at end of file diff --git a/domains/thewickedkarma.json b/domains/thewickedkarma.json new file mode 100644 index 000000000..1ce2d2db2 --- /dev/null +++ b/domains/thewickedkarma.json @@ -0,0 +1,11 @@ +{ + "description": "thewickedkarma's portfolio", + "repo": "https://github.com/thewickedkarma/thewickedkarma.github.io", + "owner": { + "username": "thewickedkarma", + "email": "thewickedkarma@gmail.com" + }, + "record": { + "CNAME": "thewickedkarma.github.io" + } +} diff --git a/domains/this.json b/domains/this.json new file mode 100644 index 000000000..92d391c02 --- /dev/null +++ b/domains/this.json @@ -0,0 +1,11 @@ +{ + "description": "This, is a dev.", + "owner": { + "username": "DaInfLoop", + "email": "backupharoongames100@gmail.com" + }, + "record": { + "URL": "https://haroon.repl.co/" + }, + "extra-info": "I understand if this doesn't get merged, it was just a funny joke me and my friend made because the subdomain wasn't taken." +} diff --git a/domains/tiantcl.json b/domains/tiantcl.json new file mode 100644 index 000000000..9c66dd642 --- /dev/null +++ b/domains/tiantcl.json @@ -0,0 +1,11 @@ +{ + "description": "TianTcl's profile", + "repo": "https://github.com/TianTcl/TianTcl", + "owner": { + "username": "TianTcl", + "email": "tclwebguest@gmail.com" + }, "record": { + "CNAME": "info.tiantcl.net" + + } +} \ No newline at end of file diff --git a/domains/timka.json b/domains/timka.json new file mode 100644 index 000000000..65032befa --- /dev/null +++ b/domains/timka.json @@ -0,0 +1,12 @@ +{ + "description": "timka.space", + "repo": "https://github.com/timka-123/timka-123.github.io", + "owner": { + "username": "Timur", + "email": "vakzn@yandex.ru" + }, + "record": { + "CNAME": "timka.space" + } +} + diff --git a/domains/timothynn.json b/domains/timothynn.json new file mode 100644 index 000000000..ee437d5de --- /dev/null +++ b/domains/timothynn.json @@ -0,0 +1,13 @@ +{ + "description": "timothynn's personal website", + "repo": "https://github.com/timothynn/timothynn.github.io", + "owner": { + "username": "timothynn", + "email": "timothynn@gmail.com", + "twitter": "im4_tim" + }, + "record": { + "CNAME": "timothynn.github.io" + } +} + diff --git a/domains/tiuri.json b/domains/tiuri.json index 06af7ddaf..bf95c80a5 100644 --- a/domains/tiuri.json +++ b/domains/tiuri.json @@ -7,6 +7,6 @@ }, "record": { "A": [ - "138.201.76.10" + "212.227.129.140" ]} } diff --git a/domains/toastersticks.json b/domains/toastersticks.json new file mode 100644 index 000000000..08011c15b --- /dev/null +++ b/domains/toastersticks.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "ToasterSticks", + "email": "matt.zhao.18@gmail.com" + }, + + "record": { + "CNAME": "border.hop.io" + } + } + \ No newline at end of file diff --git a/domains/tomcollis.json b/domains/tomcollis.json new file mode 100644 index 000000000..1687a82ce --- /dev/null +++ b/domains/tomcollis.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "tomcollis", + "email": "tomuky2k@msn.com" + }, + + "record": { + "URL": "https://github.com/tomcollis" + } + } + \ No newline at end of file diff --git a/domains/tong.json b/domains/tong.json new file mode 100644 index 000000000..62a6aec8c --- /dev/null +++ b/domains/tong.json @@ -0,0 +1,11 @@ +{ + "description": "Tong's website", + "repo": "https://github.com/away0x/away0x", + "owner": { + "username": "tongwu", + "email": "away0x@gmail.com" + }, + "record": { + "CNAME": "away0x.github.io" + } + } \ No newline at end of file diff --git a/domains/tonywu.json b/domains/tonywu.json new file mode 100644 index 000000000..3e8b6eafe --- /dev/null +++ b/domains/tonywu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vuquangthinh", + "email": "quangthinh.dev@gmail.com" + }, + "record": { + "CNAME": "vuquangthinh.github.io" + } +} diff --git a/domains/toxocious.json b/domains/toxocious.json new file mode 100644 index 000000000..e18748c91 --- /dev/null +++ b/domains/toxocious.json @@ -0,0 +1,12 @@ +{ + "description": "Setting up a repository as a blog and portfolio, and would love to use this as a domain.", + "repo": "https://github.com/toxocious/toxocious.github.io", + "owner": { + "username": "toxocious", + "email": "toxocious@gmail.com", + "discord": "Jess#5596" + }, + "record": { + "CNAME": "toxocious.github.io" + } +} diff --git a/domains/kr-tukimi.json b/domains/tukimi.json similarity index 100% rename from domains/kr-tukimi.json rename to domains/tukimi.json diff --git a/domains/tungtran.json b/domains/tungtran.json new file mode 100644 index 000000000..fb5eb2945 --- /dev/null +++ b/domains/tungtran.json @@ -0,0 +1,12 @@ +{ + "description": "tungtran's resume", + "repo": "https://github.com/tunganhtran/tunganhtran.github.io", + "owner": { + "username": "tunganhtran", + "email": "tunganhtran94@gmail.com" + }, + + "record": { + "CNAME": "tunganhtran.github.io" + } +} diff --git a/domains/turtle84375.json b/domains/turtle84375.json deleted file mode 100644 index 0243892b1..000000000 --- a/domains/turtle84375.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Personal website for Turtle84375", - "repo": "https://github.com/turtle84375/turtle84375.is-a.dev", - "owner": { - "username": "Turtle84375", - "email": "turtle84375@programmer.net", - "guilded": "turtle84375" - }, - "record": { - "CNAME": "turtle84375.github.io" - } -} diff --git a/domains/udaya.json b/domains/udaya.json new file mode 100644 index 000000000..6234509f3 --- /dev/null +++ b/domains/udaya.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "udaya28", + "email": "udaya28vivek31@gmail.com" + }, + "record": { + "URL": "https://mudaya.web.app/" + } +} diff --git a/domains/vachanmn.json b/domains/vachanmn.json new file mode 100644 index 000000000..001b5295a --- /dev/null +++ b/domains/vachanmn.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "vachanmn123", + "email": "vachanmn123@gmail.com" + }, + + "record": { + "A": ["185.199.108.153"] + } + } + \ No newline at end of file diff --git a/domains/vaibhav.json b/domains/vaibhav.json index ebfbf6622..0eef4c650 100644 --- a/domains/vaibhav.json +++ b/domains/vaibhav.json @@ -1,12 +1,11 @@ { - "owner": { - "username": "Vaibhav-Kashyap", - "email": "", - "discord": "Vaibhav Kashyap#5747" - }, - "record": { - "A": ["35.186.245.55"], - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } + "owner": { + "username": "Vaibhav-Kashyap07", + "email": "", + "discord": "Vaibhav Kashyap#5747" + }, + "repo": "https://github.com/Vaibhav-Kashyap07/Vaibhav-Kashyap07.github.io", + "record": { + "CNAME": "Vaibhav-Kashyap07.github.io" + } } diff --git a/domains/vaibhavsys.json b/domains/vaibhavsys.json new file mode 100644 index 000000000..64982b3e5 --- /dev/null +++ b/domains/vaibhavsys.json @@ -0,0 +1,16 @@ +{ + "owner": { + "username": "VaibhavSys", + "email": "vaibhavdhi@proton.me" + }, + "record": { + "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/vapedevv.json b/domains/vapedevv.json new file mode 100644 index 000000000..7095c9bd5 --- /dev/null +++ b/domains/vapedevv.json @@ -0,0 +1,12 @@ +{ + "description": "My discord profile & portfolio", + "repo": "https://github.com/jadjasjafsafasfasfsa/gkdgskgkskgksbbsdbsgsd", + "owner": { + "username": "jadjasjafsafasfasfsa", + "email": "vapedev2@gmail.com", + "discord": "vapedevv#5640" + }, + "record": { + "CNAME": "jadjasjafsafasfasfsa.github.io" + } +} diff --git a/domains/varunkumarbilwal.json b/domains/varunkumarbilwal.json new file mode 100644 index 000000000..ea0717939 --- /dev/null +++ b/domains/varunkumarbilwal.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "varunkumarbilwal", + "email": "varunkumarbilwal@gmail.com" + }, + + "record": { + "CNAME": "varunkumarbilwal.github.io" + } + } + \ No newline at end of file diff --git a/domains/vasu.json b/domains/vasu.json new file mode 100644 index 000000000..e47caefde --- /dev/null +++ b/domains/vasu.json @@ -0,0 +1,13 @@ +{ + "description": "Vasu's personal developer website", + "repo": "https://github.com/vasu-xd/Vasu-xD/", + "owner": { + "username": "Vasu-xD", + "email": "mr.v4su@gmail.com", + "telegram": "VasuXD", + "github": "Vasu-xD" + }, + "record": { + "CNAME": "vasu-xd.github.io" + } +} diff --git a/domains/veen.json b/domains/veen.json new file mode 100644 index 000000000..396e7563a --- /dev/null +++ b/domains/veen.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Vihaan7207", + "email": "vmikki7207@gmail.com" + }, + "record": { + "CNAME": "Vihaan7207.github.io" + } +} diff --git a/domains/venquidev.json b/domains/venquidev.json new file mode 100644 index 000000000..3cee3629f --- /dev/null +++ b/domains/venquidev.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "venquidev", + "email": "edwinrey5211@gmail.com" + }, + + "record": { + "CNAME": "venquidev.pages.dev" + } + } + \ No newline at end of file diff --git a/domains/ver0z.json b/domains/ver0z.json new file mode 100644 index 000000000..8319ebb9f --- /dev/null +++ b/domains/ver0z.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "ver0zdev", + "email": "ziadfr@icloud.com" + }, + + "record": { + "URL": "https://ver0z.dev" + } + } + diff --git a/domains/vic.json b/domains/vic.json new file mode 100644 index 000000000..02080b927 --- /dev/null +++ b/domains/vic.json @@ -0,0 +1,12 @@ +{ + "description": "my personal website", + "repo": "https://github.com/v1ctorio/v1ctorio.github.io", + "owner": { + "username": "victorioxd", + "email": "vicxd@pm.me", + "twitter": "vicjajsalu2" + }, + "record": { + "CNAME": "v1ctorio.github.io" + } +} diff --git a/domains/victor.json b/domains/victor.json new file mode 100644 index 000000000..3de89e2cd --- /dev/null +++ b/domains/victor.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "victoroliveira", + "email": "victoroliveira.eng@gmail.com" + }, + + "record": { + "CNAME": "victoroliveira.github.io" + } + } + \ No newline at end of file diff --git a/domains/victormenezes.json b/domains/victormenezes.json new file mode 100644 index 000000000..68f0904f1 --- /dev/null +++ b/domains/victormenezes.json @@ -0,0 +1,11 @@ +{ + "description": "Victor Menezes Personal Website", + "repo": "https://github.com/teixeiravictor/my-blog", + "owner": { + "username": "teixeiravictor", + "email": "victormenezes8990@gmail.com" + }, + "record": { + "A": ["168.220.95.204"] + } +} diff --git a/domains/victoroliveira.json b/domains/victoroliveira.json new file mode 100644 index 000000000..3de89e2cd --- /dev/null +++ b/domains/victoroliveira.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "victoroliveira", + "email": "victoroliveira.eng@gmail.com" + }, + + "record": { + "CNAME": "victoroliveira.github.io" + } + } + \ No newline at end of file diff --git a/domains/viggu.json b/domains/viggu.json new file mode 100644 index 000000000..27faebff7 --- /dev/null +++ b/domains/viggu.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "VIGGU-7", + "email": "vigneshofficialyt@gmail.com", + "twitter": "VIGGU_8" + }, + "record": { + "CNAME": "0177c904-af82-4e29-a07f-f5b89af06586.id.repl.co" + } +} diff --git a/domains/vikrant.json b/domains/vikrant.json index e6911c829..4bc05451a 100644 --- a/domains/vikrant.json +++ b/domains/vikrant.json @@ -4,6 +4,6 @@ "email": "daredevil.vikrant@gmail.com" }, "record": { - "CNAME": "themalware.tk" + "URL": "https://github.com/vikrant7251" } } diff --git a/domains/vineet.json b/domains/vineet.json new file mode 100644 index 000000000..e009e7107 --- /dev/null +++ b/domains/vineet.json @@ -0,0 +1,12 @@ +{ + "description": "Link to my Landing Page", + "repo": "https://github.com/iamv1n/iamv1n.github.io", + "owner": { + "username": "iamv1n", + "email": "vineet@iamv1n.xyz", + "twitter": "vineetstwt" + }, + "record": { + "URL": "https://iamv1n.xyz" + } +} diff --git a/domains/vinicius.json b/domains/vinicius.json new file mode 100644 index 000000000..d0d055bea --- /dev/null +++ b/domains/vinicius.json @@ -0,0 +1,13 @@ +{ + "description": "My personal website", + "repo": "https://github.com/vncsmnl", + "owner": { + "username": "vncsmnl", + "email": "", + "twitter": "vncsmnl", + "discord": "vncsmnl#7835" + }, + "record": { + "CNAME": "vncsmnl.github.io" + } +} diff --git a/domains/viniciusmanoel.json b/domains/viniciusmanoel.json new file mode 100644 index 000000000..2aea1f054 --- /dev/null +++ b/domains/viniciusmanoel.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "vncsmnl", + "email": "viniciusmanoel07@hotmail.com" + }, + + "record": { + "CNAME": "viniciusmanoel.ml" + } + } + \ No newline at end of file diff --git a/domains/vion.json b/domains/vion.json new file mode 100644 index 000000000..cc0cb83f8 --- /dev/null +++ b/domains/vion.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "VIONYT", + "email": "yt.vion@gmail.com" + }, + "record": { + "URL": "https://vion.moe" + } + } + \ No newline at end of file diff --git a/domains/viperadnan.json b/domains/viperadnan.json new file mode 100644 index 000000000..2d7ae0845 --- /dev/null +++ b/domains/viperadnan.json @@ -0,0 +1,11 @@ +{ + "description": "portfolio", + "repo": "https://github.com/viperadnan-git/viperadnan-git.github.io", + "owner": { + "username": "viperadnan-git", + "email": "viperadnan@gmail.com" + }, + "record": { + "CNAME": "viperadnan-git.github.io" + } +} diff --git a/domains/vivek.json b/domains/vivek.json new file mode 100644 index 000000000..0b99831d2 --- /dev/null +++ b/domains/vivek.json @@ -0,0 +1,13 @@ +{ + "description": "Vivek's Website", + "repo": "https://github.com/vivek-oraon/vivek-oraon.github.io", + "owner": { + "username": "vivek-oraon", + "email": "vivekoraon@pm.me" + }, + "record": { + "A": ["185.199.109.153", "185.199.108.153", "185.199.111.153", "185.199.110.153"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/vpc01.json b/domains/vpc01.json new file mode 100644 index 000000000..8744f3af0 --- /dev/null +++ b/domains/vpc01.json @@ -0,0 +1,12 @@ + + { + "repo" :"https://github.com/andrewstech/notify-api", + "owner": { + "username": "andrewstech", + "email": "andrew@win11react.com" + }, + "record": { + "A": ["140.238.66.199"] + } + } + diff --git a/domains/vvp.json b/domains/vvp.json new file mode 100644 index 000000000..22761e781 --- /dev/null +++ b/domains/vvp.json @@ -0,0 +1,11 @@ +{ + "description": "VVP's Website", + "repo": "https://github.com/VVP3215", + "owner": { + "username": "VVP", + "email": "jamesmentes.management@gmail.com" + }, + "record": { + "URL": "https://github.com/VVP3215" + } +} diff --git a/domains/vysakh.json b/domains/vysakh.json new file mode 100644 index 000000000..bd802a614 --- /dev/null +++ b/domains/vysakh.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Website", + "repo": "https://github.com/vyshuks/vyshuks.github.io", + "owner": { + "username": "vyshuks", + "email": "vyshuks@gmail.com" + }, + "record": { + "CNAME": "vyshuks.github.io" + } +} + diff --git a/domains/wadeslider.json b/domains/wadeslider.json new file mode 100644 index 000000000..b6025a969 --- /dev/null +++ b/domains/wadeslider.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "WadeSlider", + "email": "alexisarturodh@gmail.com" + }, + "record": { + "CNAME": "wadeslider.pages.dev" + } + } + \ No newline at end of file diff --git a/domains/wahid.json b/domains/wahid.json new file mode 100644 index 000000000..7ef9feb70 --- /dev/null +++ b/domains/wahid.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "SimplyVoid", + "email": "wahidislamlinad@pm.me" + }, + "record": { + "CNAME": "simplyvoid.github.io" + } + } + \ No newline at end of file diff --git a/domains/waiyanmt.json b/domains/waiyanmt.json new file mode 100644 index 000000000..af1f99edd --- /dev/null +++ b/domains/waiyanmt.json @@ -0,0 +1,10 @@ + +{ + "owner": { + "username": "WillowMT", + "email": "waiyanmt@yahoo.com" + }, + "record": { + "URL": "https://waiyanmt.netlify.app" + } +} diff --git a/domains/wan.json b/domains/wan.json deleted file mode 100644 index 9ec5ac297..000000000 --- a/domains/wan.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "For a personal website", - "repo": "https://github.com/jrdrwn/jrdrwn.github.io", - "owner": { - "username": "jrdrwn", - "email": "jordirwn@gmail.com", - "twitter": "_jrdrwan" - }, - "record": { - "CNAME": "jrdrwn.github.io" - } -} diff --git a/domains/wasabi.json b/domains/wasabi.json new file mode 100644 index 000000000..1808c84fc --- /dev/null +++ b/domains/wasabi.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "WasabiThumb", + "email": "wasabithumbs@gmail.com" + }, + + "record": { + "CNAME": "wasabicodes.xyz" + } + } + diff --git a/domains/weatherly.json b/domains/weatherly.json new file mode 100644 index 000000000..888209c96 --- /dev/null +++ b/domains/weatherly.json @@ -0,0 +1,11 @@ + { + "owner": { + "username": "iibeboQ", + "email": "qqqbeboo@yahoo.com" + }, + + "record": { + "CNAME": "6b592936-765b-4034-8e0e-d2be0efcacff.id.repl.co" + } + } + diff --git a/domains/web.json b/domains/web.json index cac8f43f9..88c5e71a9 100644 --- a/domains/web.json +++ b/domains/web.json @@ -4,6 +4,6 @@ "email": "lellis2x@gmail.com" }, "record": { - "A": ["144.21.63.181"] + "A": ["193.25.215.223"] } } diff --git a/domains/webb.json b/domains/webb.json new file mode 100644 index 000000000..c96846688 --- /dev/null +++ b/domains/webb.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "johanoloflindberg", + "email": "johan@webbab.se" + }, + + "record": { + "URL": "https://webb.io" + } + } + \ No newline at end of file diff --git a/domains/webber.json b/domains/webber.json new file mode 100644 index 000000000..0e7869b6c --- /dev/null +++ b/domains/webber.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "webbertakken", + "email": "webber.nl@gmail.com" + }, + + "record": { + "URL": "https://takken.io" + } + } + \ No newline at end of file diff --git a/domains/werz.json b/domains/werz.json new file mode 100644 index 000000000..cce72d58f --- /dev/null +++ b/domains/werz.json @@ -0,0 +1,12 @@ +{ + "description": "portfolio", + "repo": "https://github.com/0xwerz/0xwerz.github.io", + "owner": { + "username": "0xwerz", + "email": "moussarabie40@gmail.com", + "twitter": "cyberwerz" + }, + "record": { + "CNAME": "0xwerz.github.io" + } +} diff --git a/domains/what.json b/domains/what.json new file mode 100644 index 000000000..a2bed7939 --- /dev/null +++ b/domains/what.json @@ -0,0 +1,13 @@ +{ + "description": "Personal Website", + "repo": "https://github.com/What-Question-Mark/What-Question-Mark.github.io", + "owner": { + "username": "What-Question-Mark", + "email": "jack.weller@hotmail.com", + "twitter": "@whatqm", + "discord": "discord-username-and-discriminator" + }, + "record": { + "CNAME": "what-question-mark.github.io" + } +} diff --git a/domains/whxyu.json b/domains/whxyu.json new file mode 100644 index 000000000..509dcc2ee --- /dev/null +++ b/domains/whxyu.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "yxu6fingers", + "email": "null" + }, + "record": { + "CNAME": "yxu6fingers.github.io" + } + } + diff --git a/domains/wiicreation.json b/domains/wiicreation.json index f175fa206..0dd0196d8 100644 --- a/domains/wiicreation.json +++ b/domains/wiicreation.json @@ -1,11 +1,11 @@ { "description": "Wiicreation is a recreation of the Nintendo Wii made in ElectronJS.", - "repo": "https://github.com/C1200/WiicreationWebsite", + "repo": "https://github.com/C1200/blog", "owner": { "username": "C1200", "email": "coreyw.ultimatemedia@gmail.com" }, "record": { - "CNAME": "C1200.github.io" + "URL": "https://c1200.js.org/blog/faqs/2022/07/29/wiicreation-faq.html?from=" } } diff --git a/domains/william.json b/domains/william.json index 42483e170..c1f4996da 100644 --- a/domains/william.json +++ b/domains/william.json @@ -5,6 +5,6 @@ }, "record": { - "CNAME": "edge.redirect.pizza" + "CNAME": "wdhdns.com" } } diff --git a/domains/willo.json b/domains/willo.json index ddbbd165b..914796fb5 100644 --- a/domains/willo.json +++ b/domains/willo.json @@ -7,6 +7,8 @@ "twitter": "willoizcitron" }, "record": { - "CNAME": "willoizcitron.github.io" + "A": ["185.199.109.153", "185.199.108.153", "185.199.111.153", "185.199.110.153"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/withercubes.json b/domains/withercubes.json new file mode 100644 index 000000000..f52a26a79 --- /dev/null +++ b/domains/withercubes.json @@ -0,0 +1,12 @@ +{ + "description": "WitherCubes' portfolio website", + "repo": "https://codeberg.org/WitherCubes/pages", + "owner": { + "username": "WitherCubes", + "email": "withercubes@protonmail.com", + "discord": "WitherCubes#2513" + }, + "record": { + "CNAME": "withercubes.codeberg.page" + } +} diff --git a/domains/wkrzywiec.json b/domains/wkrzywiec.json new file mode 100644 index 000000000..7ff381617 --- /dev/null +++ b/domains/wkrzywiec.json @@ -0,0 +1,12 @@ +{ + "description": "My blog and portfolio", + "repo": "https://github.com/wkrzywiec/wkrzywiec.github.io", + "owner": { + "username": "wkrzywiec", + "email": "", + "twitter": "wkrzywiec" + }, + "record": { + "CNAME": "wkrzywiec.github.io" + } +} diff --git a/domains/worm.json b/domains/worm.json new file mode 100644 index 000000000..1d055c3cd --- /dev/null +++ b/domains/worm.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "arq091", + "email": "poonyapat.thane@gmail.com" + }, + "record": { + "CNAME": "arq091.github.io" + } + } + diff --git a/domains/wrdg.json b/domains/wrdg.json new file mode 100644 index 000000000..c2adc49ee --- /dev/null +++ b/domains/wrdg.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "wrdg", + "email": "wardog@wrdg.dev" + }, + + "record": { + "URL": "https://wrdg.net" + } + } + \ No newline at end of file diff --git a/domains/wwei.json b/domains/wwei.json new file mode 100644 index 000000000..53bb1f974 --- /dev/null +++ b/domains/wwei.json @@ -0,0 +1,12 @@ + + +{ + "description": "My github", + "owner": { + "username": "wwei-github", + "email": "ww418047394@gmail.com" + }, + "record": { + "URL": "https://github.com/wwei-github" + } +} diff --git a/domains/www.priyansh.json b/domains/www.priyansh.json new file mode 100644 index 000000000..d1d8dc1ad --- /dev/null +++ b/domains/www.priyansh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "priyanshprajapat", + "email": "priy@nsh.is-a.dev" + }, + "record": { + "URL": "https://priyansh.is-a.dev" + } +} diff --git a/domains/www.semant.json b/domains/www.semant.json new file mode 100644 index 000000000..c8b339e90 --- /dev/null +++ b/domains/www.semant.json @@ -0,0 +1,11 @@ +{ + "description": "My Website", + "owner": { + "username": "s3mant", + "email": "contact@semant.is-a.dev", + "discord": "445073800850046977" + }, + "record": { + "CNAME": "2755c31d-6389-4f53-8fd7-b83f99037ffd.id.repl.co" + } +} diff --git a/domains/wzx.json b/domains/wzx.json new file mode 100644 index 000000000..b770afba6 --- /dev/null +++ b/domains/wzx.json @@ -0,0 +1,11 @@ +{ + "description": "I want to use it as my profile page.", + "repo": "https://github.com/website-pages/profile", + "owner": { + "username": "website-pages", + "email": "unpu123456@outlook.com" + }, + "record": { + "CNAME": "website-pages.github.io" + } +} diff --git a/domains/xcyth.json b/domains/xcyth.json new file mode 100644 index 000000000..c784ac017 --- /dev/null +++ b/domains/xcyth.json @@ -0,0 +1,10 @@ + + { + "owner": { + "username": "Xcyth", + "email": "xcyth.dev@gmail.com" + }, + "record": { + "CNAME": "proxy.kastelapp.com" + } + } diff --git a/domains/xiaolei.json b/domains/xiaolei.json new file mode 100644 index 000000000..4031dd79e --- /dev/null +++ b/domains/xiaolei.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zzzs", + "email": "863837949@qq.com" + }, + "record": { + "URL": "https://github.com/zzzs" + } +} diff --git a/domains/xpplg.json b/domains/xpplg.json new file mode 100644 index 000000000..79937f78d --- /dev/null +++ b/domains/xpplg.json @@ -0,0 +1,9 @@ + { + "owner": { + "username": "Jantur-dev", + "email": "jantur29@gmail.com" + }, + "record": { + "CNAME": "d46b1013-50ed-4f41-b75e-3961b2b9aad6.id.repl.co" + } + } diff --git a/domains/xqwtxon.json b/domains/xqwtxon.json new file mode 100644 index 000000000..1a52a2ece --- /dev/null +++ b/domains/xqwtxon.json @@ -0,0 +1,13 @@ +{ + "description": "Programmer since 2016, Reverse-Engineer since 2019, I do a lot of Minecraft-related things.", + "repo": "https;//github.com/xqwtxon/website", + "owner": { + "username": "xqwtxon", + "email": "xqwtxon@hotmail.com", + "twitter": "@xqwtxon", + "keybase": "@xqwtxon" + }, + "record": { + "CNAME": "xqwtxon.ml" + } +} diff --git a/domains/xrcs.json b/domains/xrcs.json new file mode 100644 index 000000000..ff6bcc2e6 --- /dev/null +++ b/domains/xrcs.json @@ -0,0 +1,12 @@ +{ + "description": "xrcs personal website", + "repo": "https://github.com/xrcss/xrcss.github.io", + "owner": { + "username": "xrcss", + "discord": "xrcs#0001", + "email": "" + }, + "record": { + "CNAME": "xrcss.github.io" + } +} diff --git a/domains/xream.json b/domains/xream.json new file mode 100644 index 000000000..9ab9af302 --- /dev/null +++ b/domains/xream.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "xream", + "email": "xreamxu@gmail.com" + }, + + "record": { + "A": ["150.230.219.72"] + } + } + \ No newline at end of file diff --git a/domains/yaelmassieu.json b/domains/yaelmassieu.json new file mode 100644 index 000000000..462c22fef --- /dev/null +++ b/domains/yaelmassieu.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "bystrokr", + "email": "jamesisajamessx@gmail.com" + }, + "record": { + "A": ["66.45.229.178"] + } + } + \ No newline at end of file diff --git a/domains/yakiyo.json b/domains/yakiyo.json new file mode 100644 index 000000000..9c53df721 --- /dev/null +++ b/domains/yakiyo.json @@ -0,0 +1,13 @@ +{ + "description": "Yakiyo. 18 y/o kid. Weeb and hobbyist Developer", + "repo": "https;//github.com/Yakiyo/Yakiyo.github.io", + "owner": { + "username": "Yakiyo", + "email": "", + "twitter": "Yakiyo8", + "discord": "Yakiyo#1206" + }, + "record": { + "CNAME": "yakiyo.github.io" + } + } \ No newline at end of file diff --git a/domains/yandao.json b/domains/yandao.json new file mode 100644 index 000000000..e4e179d2b --- /dev/null +++ b/domains/yandao.json @@ -0,0 +1,12 @@ +{ + "description": "My personal profile page (power by gh-pages)", + "repo": "https://github.com/YanDao0313/yandao0313.github.io", + "owner": { + "username": "YanDao0313", + "email": "221202@ydlk.cc", + "twitter": "YanDao0313" + }, + "record": { + "CNAME": "yandao0313.github.io" + } +} diff --git a/domains/yang.json b/domains/yang.json new file mode 100644 index 000000000..084c11290 --- /dev/null +++ b/domains/yang.json @@ -0,0 +1,12 @@ + +{ + "description": "one personal blog", + "repo": "https://github.com/xuchao996/xuchao996.github.io", + "owner": { + "username": "xuchao996", + "email": "chao.xu996@gmail.com" + }, + "record": { + "CNAME": "xuchao996.github.io" + } +} diff --git a/domains/yashash.json b/domains/yashash.json index 29d76ba1d..1d2868164 100644 --- a/domains/yashash.json +++ b/domains/yashash.json @@ -6,6 +6,6 @@ "email": "yashash1511@gmail.com" }, "record": { - "CNAME": "yashash1511.github.io" + "URL": "https://yashash1511.github.io" } } diff --git a/domains/yejun.json b/domains/yejun.json new file mode 100644 index 000000000..cc91df80f --- /dev/null +++ b/domains/yejun.json @@ -0,0 +1,11 @@ +{ + "description": "Just my personal website :^)", + "repo": "https://github.com/SS-13/SS-13.github.io", + "owner": { + "username": "yejun", + "email": "sammffl@gmail.com" + }, + "record": { + "CNAME": "yejun.tech" + } +} diff --git a/domains/yeppiidev.json b/domains/yeppiidev.json new file mode 100644 index 000000000..20a597c5b --- /dev/null +++ b/domains/yeppiidev.json @@ -0,0 +1,12 @@ +{ + "description": "Just my personal website :^)", + "repo": "https://github.com/yeppiidev/yeppiidev.github.io", + "owner": { + "username": "yeppiidev", + "email": "yedoxstudios@gmail.com", + "twitter": "yeppiidev" + }, + "record": { + "CNAME": "yeppiidev.github.io" + } +} diff --git a/domains/yigitkerem.json b/domains/yigitkerem.json new file mode 100644 index 000000000..47b688875 --- /dev/null +++ b/domains/yigitkerem.json @@ -0,0 +1,13 @@ + + { + "owner": { + "username": "yigitkeremoktay", + "email": "yigitkerem@theskyfallen.com" + }, + + "record": { + "MX": ["novea.skyfallen.org"], + "A": ["178.62.63.235"] + } + } + diff --git a/domains/yolobnb.json b/domains/yolobnb.json new file mode 100644 index 000000000..435fa6403 --- /dev/null +++ b/domains/yolobnb.json @@ -0,0 +1,11 @@ +{ + "description": "My personal website", + "repo": "https://github.com/yolobnb/yolobnb.github.io", + "owner": { + "username": "yolobnb", + "email": "yooloobnb@protonmail.com" + }, + "record": { + "CNAME": "yolobnb.github.io" + } +} diff --git a/domains/yootou.json b/domains/yootou.json new file mode 100644 index 000000000..b4ac67066 --- /dev/null +++ b/domains/yootou.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "yu-tou", + "email": "xinyu198736@gmail.com", + "twitter": "0xYootou", + "discord": "yootou#7800" + }, + "record": { + "URL": "https://github.com/yu-tou" + } +} diff --git a/domains/yuphie.json b/domains/yuphie.json new file mode 100644 index 000000000..040bdb1db --- /dev/null +++ b/domains/yuphie.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "yuphiedev", + "email": "mizuto.discord@gmail.com" + }, + "record": { + "URL": "https://yuphie.vercel.app" + } + } + \ No newline at end of file diff --git a/domains/yuphiee.json b/domains/yuphiee.json new file mode 100644 index 000000000..040bdb1db --- /dev/null +++ b/domains/yuphiee.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "yuphiedev", + "email": "mizuto.discord@gmail.com" + }, + "record": { + "URL": "https://yuphie.vercel.app" + } + } + \ No newline at end of file diff --git a/domains/yurihsq.json b/domains/yurihsq.json new file mode 100644 index 000000000..3694e7044 --- /dev/null +++ b/domains/yurihsq.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Mai1ii", + "email": "micomacabali14@gmail.com" + }, + "record": { + "CNAME": "mai1ii.github.io" + } + } + \ No newline at end of file diff --git a/domains/yush.json b/domains/yush.json new file mode 100644 index 000000000..3bc39faf9 --- /dev/null +++ b/domains/yush.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "OpAayush", + "email": "aayush.agrawalm@gmail.com" + }, + "description": "mail domain", + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } + } diff --git a/domains/zarwin.json b/domains/zarwin.json new file mode 100644 index 000000000..b5e0cad97 --- /dev/null +++ b/domains/zarwin.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/zarwin/zarwin.is-a.dev", + "owner": { + "username": "zarwin", + "email": "", + "discord": "𝕃𝕠𝕣𝕕 ℤ𝕒𝕣𝕨𝕚𝕟#8600" + }, + "record": { + "CNAME": "zarwin.github.io" + } +} diff --git a/domains/zen.json b/domains/zen.json new file mode 100644 index 000000000..94a131bd4 --- /dev/null +++ b/domains/zen.json @@ -0,0 +1,11 @@ +{ + "description": "", + "repo": "", + "owner": { + "username": "zeraAI", + "email": "parkzen68@gmail.com" + }, + "record": { + "CNAME": "zeraai.github.io" + } +} diff --git a/domains/zeor154.json b/domains/zeor154.json new file mode 100644 index 000000000..bc57f3884 --- /dev/null +++ b/domains/zeor154.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Zeor154", + "email": "driop12bu@gmail.com" + }, + "record": { + "A": ["45.130.141.88"] + } + } + \ No newline at end of file diff --git a/domains/zffu.json b/domains/zffu.json new file mode 100644 index 000000000..d08726ef0 --- /dev/null +++ b/domains/zffu.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Radi0o", + "email": "radi0o0@outlook.com" + }, + "record": { + "CNAME": "zffu.ml" + } + } + \ No newline at end of file diff --git a/domains/zhangximufeng.json b/domains/zhangximufeng.json new file mode 100644 index 000000000..9d323e515 --- /dev/null +++ b/domains/zhangximufeng.json @@ -0,0 +1,11 @@ +{ + "description": "Link to my github", + "repo": "https://github.com/zhangximufeng", + "owner": { + "username": "zhangximufeng", + "email": "zhangximufeng@gmail.com" + }, + "record": { + "CNAME": "zhangximufeng.github.io" + } +} diff --git a/domains/zhenchai.json b/domains/zhenchai.json new file mode 100644 index 000000000..eae1aca01 --- /dev/null +++ b/domains/zhenchai.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "zhenchai00", + "email": "zhenchai0000@gmail.com" + }, + "record": { + "CNAME": "zhenchai00.github.io" + } + } + \ No newline at end of file diff --git a/domains/zhiyao.json b/domains/zhiyao.json new file mode 100644 index 000000000..e8f97e1f2 --- /dev/null +++ b/domains/zhiyao.json @@ -0,0 +1,11 @@ +{ + "description": "志遥(至尧)的个人博客", + "repo": "https://github.com/lizhiyao/lizhiyao.github.io", + "owner": { + "username": "lizhiyao", + "email": "dancerlzy@gmail.com" + }, + "record": { + "CNAME": "lizhiyao.github.io" + } +} diff --git a/domains/zjfc.json b/domains/zjfc.json new file mode 100644 index 000000000..7d8a05948 --- /dev/null +++ b/domains/zjfc.json @@ -0,0 +1,11 @@ +{ + "description": "GitHub Pages", + "repo": "https://github.com/Endermanbugzjfc/Endermanbugzjfc.github.io", + "owner": { + "username": "Endermanbugzjfc", + "email": "endermanbugzjfc@gmail.com" + }, + "record": { + "CNAME": "endermanbugzjfc.github.io" + } +} diff --git a/domains/zoro.xen.json b/domains/zoro.xen.json new file mode 100644 index 000000000..9ca209ef4 --- /dev/null +++ b/domains/zoro.xen.json @@ -0,0 +1,10 @@ +{ + "description": "Backend API for t.me/roronoa_zoro_robot", + "owner": { + "username": "xenmods", + "email": "ilumomin04@gmail.com" + }, + "record": { + "CNAME": "b6c9cd01-6ea5-4c58-b942-4194bdb11578.cname.koyeb.app" + } +} diff --git a/domains/ztz.json b/domains/ztz.json new file mode 100644 index 000000000..4235e9fd8 --- /dev/null +++ b/domains/ztz.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "ZTzTopia", + "email": "zentay36@gmail.com" + }, + + "record": { + "A": ["34.173.97.174"] + } + } + diff --git a/domains/zuhair.json b/domains/zuhair.json new file mode 100644 index 000000000..15be82753 --- /dev/null +++ b/domains/zuhair.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "ZuhairTarif", + "email": "20-42115-1@student.aiub.edu" + }, + + "record": { + "CNAME": "ZuhairTarif.github.io" + } + } + \ No newline at end of file diff --git a/domains/zuntie.json b/domains/zuntie.json new file mode 100644 index 000000000..ded7f6328 --- /dev/null +++ b/domains/zuntie.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "Zuntie", + "email": "ZuntieDev@gmail.com" + }, + "record": { + "CNAME": "zuntie.github.io" + } + } + \ No newline at end of file diff --git a/domains/zyrouge.json b/domains/zyrouge.json index b40bed2e7..620cc5b15 100644 --- a/domains/zyrouge.json +++ b/domains/zyrouge.json @@ -1,10 +1,10 @@ { "owner": { "username": "zyrouge", - "email": "", + "email": "zyrouge@hotmail.com", "twitter": "_zyrouge_" }, "record": { - "CNAME": "zyrouge.github.io" + "CNAME": "zyrouge-is-a-dev.pages.dev" } } diff --git a/tests/validations.test.js b/tests/validations.test.js index cc4b7bc02..e97ddbb08 100644 --- a/tests/validations.test.js +++ b/tests/validations.test.js @@ -58,6 +58,8 @@ describe('validateDomainData', () => { { ...defaultDomain, name: 'a.b' }, { ...defaultDomain, name: 'ww2.baa' }, { ...defaultDomain, name: 'help.baa' }, + { ...defaultDomain, name: '_github-pages-challenge-is-a-dev' }, + { ...defaultDomain, name: '_github-challenge-is-a-dev' }, ]; const validCases = [ @@ -78,6 +80,12 @@ describe('validateDomainData', () => { { ...defaultDomain, record: { A: ['1.1.1.1'], MX: ['mx1.example.com'] } }, { ...defaultDomain, name: 'gogo.foo.bar' }, { ...defaultDomain, name: 'ww9.baa' }, + { ...defaultDomain, name: '_github-pages-challenge-phenax.akshay' }, + { ...defaultDomain, name: '_github-pages-challenge-hello01-ga' }, + { ...defaultDomain, name: '_github-pages-challenge-hello01_ga' }, + { ...defaultDomain, name: '_github-challenge-phenax.akshay' }, + { ...defaultDomain, name: '_github-challenge-hello01-ga' }, + { ...defaultDomain, name: '_github-challenge-hello01_ga' }, ]; it('should return false for invalid data', () => { diff --git a/utils/invalid-domains.json b/utils/invalid-domains.json index 92c127064..a8943f3c4 100644 --- a/utils/invalid-domains.json +++ b/utils/invalid-domains.json @@ -1,15 +1,18 @@ [ + "_acme-challenge", + "_github-challenge-is-a-dev", + "_github-pages-challenge-is-a-dev", "help", - "support", "no-reply", "noreply", - "notifications", "notification", - "_acme-challenge", - "wwww", + "notifications", + "support", "ww", "ww1", "ww2", "ww3", - "ww4" + "ww4", + "wwww", + "your-domain-name" ] diff --git a/utils/validations.js b/utils/validations.js index 057aa4173..963e8ed3d 100644 --- a/utils/validations.js +++ b/utils/validations.js @@ -25,6 +25,8 @@ const validateMXRecord = type => and([ R.propSatisfies(R.all(isValidDomain), type), ]); +const checkRestrictedNames = R.complement(R.includes(R.__, INVALID_NAMES)) + const validateDomainData = validate({ name: { reason: 'The name of the file is invalid. It must be lowercased, alphanumeric and each component must be more than 2 characters long', @@ -33,10 +35,16 @@ const validateDomainData = validate({ and([ R.is(String), R.compose( - R.all(and([ - R.compose(between(2, 100), R.length), - testRegex(/^[a-z0-9-]+$/g), - R.complement(R.includes(R.__, INVALID_NAMES)), + R.all(or([ + and([ + testRegex(/^_github(-pages)?-challenge-[a-z0-9-_]+$/i), // Exception for github verification records + checkRestrictedNames, + ]), + and([ + R.compose(between(2, 100), R.length), + testRegex(/^[a-z0-9-]+$/g), + checkRestrictedNames, + ]) ])), R.split('.'), ),