diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index f149fe328..87c22c175 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,4 +1,7 @@
* @phenax
-domains/ @is-a-dev/maintainers
+/.github/ @wdhdev
+/.github/CODEOWNERS @phenax
+
+/domains/ @is-a-dev/maintainers
*.md @is-a-dev/maintainers
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
index ef6c5eebf..37adf2e0a 100644
--- a/.github/ISSUE_TEMPLATE/bug.md
+++ b/.github/ISSUE_TEMPLATE/bug.md
@@ -6,9 +6,8 @@ labels: bug
---
+### Your subdomain
+
### Expected outcome
-
### Observed outcome
-
-
diff --git a/.github/ISSUE_TEMPLATE/questions.md b/.github/ISSUE_TEMPLATE/questions.md
index 453382d05..1e1a07a33 100644
--- a/.github/ISSUE_TEMPLATE/questions.md
+++ b/.github/ISSUE_TEMPLATE/questions.md
@@ -6,5 +6,4 @@ labels: question
---
-You can elaborate here
-
+### Your question
diff --git a/.github/ISSUE_TEMPLATE/report-abuse.md b/.github/ISSUE_TEMPLATE/report-abuse.md
index 3924deedc..c25ca4e37 100644
--- a/.github/ISSUE_TEMPLATE/report-abuse.md
+++ b/.github/ISSUE_TEMPLATE/report-abuse.md
@@ -6,8 +6,10 @@ labels: report-abuse
---
-Domain you want to report:
+### Domain
### Reason
-Explain why you think this domain is being abused
+
+### Proof
+
diff --git a/.github/ISSUE_TEMPLATE/suggestions.md b/.github/ISSUE_TEMPLATE/suggestions.md
index 514629d2d..d30835232 100644
--- a/.github/ISSUE_TEMPLATE/suggestions.md
+++ b/.github/ISSUE_TEMPLATE/suggestions.md
@@ -6,3 +6,4 @@ labels: suggestion
---
+### What do you want added?
diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md
index 1f305dfdd..dbe3c3030 100644
--- a/.github/ISSUE_TEMPLATE/support.md
+++ b/.github/ISSUE_TEMPLATE/support.md
@@ -6,7 +6,6 @@ labels: support
---
-Your domain name:
-
-Explain any issues you are facing
+### Your subdomain
+### The issue
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index d64517868..e39c28420 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,3 +1,5 @@
+
+
## Requirements
Unless explicitly specified otherwise by a **maintainer** or in the requirement description, your domain must pass **ALL** the indicated requirements above.
@@ -8,8 +10,7 @@ Please note that we reserve the rights not to accept any domain at our own discr
- [ ] The website is reachable.
- [ ] You're not using Vercel or Netlify.
- [ ] The CNAME record doesn't contain `https://` or `/`.
-- [ ] There is sufficient information at the `owner` field.
-
+- [ ] There is sufficient information at the `owner` field.
## Website Link/Preview
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index 1c5f7d0ca..7fa947f15 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -5,12 +5,12 @@ jobs:
validation:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- uses: oven-sh/setup-bun@v1
with:
- bun-version: 1.0.3
+ bun-version: latest
- run: bun install
- run: bun test
diff --git a/.github/workflows/publish-records.yml b/.github/workflows/publish-records.yml
index 522179f4d..40e58b3ea 100644
--- a/.github/workflows/publish-records.yml
+++ b/.github/workflows/publish-records.yml
@@ -4,17 +4,16 @@ on:
push:
branches: [main]
workflow_dispatch:
- name: 'Publish records'
jobs:
publish:
if: github.repository == 'is-a-dev/register'
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
- bun-version: 1.0.3
+ bun-version: latest
- run: bun install
- run: bun test
- name: Publishing records
diff --git a/.github/workflows/raw-api.yml b/.github/workflows/raw-api.yml
new file mode 100644
index 000000000..6ef7b81a0
--- /dev/null
+++ b/.github/workflows/raw-api.yml
@@ -0,0 +1,47 @@
+name: Raw API
+
+on:
+ push:
+ branches: [main]
+ paths:
+ - "domains/*"
+ - ".github/workflows/raw-api.yml"
+
+ workflow_dispatch:
+
+concurrency:
+ group: ${{ github.ref }}-raw-api
+ cancel-in-progress: true
+
+jobs:
+ update:
+ name: Update
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v4
+
+ - uses: actions/checkout@v4
+ with:
+ repository: is-a-dev/raw-api
+ path: raw-api
+ token: ${{ secrets.BOT }}
+
+ - uses: actions/setup-node@v4
+ with:
+ node-version: 20.x
+
+ - name: Update Data
+ run: node raw-api/scripts/update.js
+
+ - name: Commit
+ uses: cpina/github-action-push-to-another-repository@main
+ with:
+ source-directory: "raw-api"
+ destination-github-username: is-a-dev
+ destination-repository-name: raw-api
+ user-email: 106927495+is-a-dev-bot@users.noreply.github.com
+ user-name: is-a-dev-bot
+ commit-message: "Update Data via is-a-dev/register"
+ env:
+ API_TOKEN_GITHUB: ${{ secrets.BOT }}
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index f4cc4fe4a..9eefecd7b 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -14,7 +14,7 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 7
- days-before-close: 14
+ days-before-close: 3
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'
diff --git a/MAINTAINERS.md b/MAINTAINERS.md
new file mode 100644
index 000000000..993ea432c
--- /dev/null
+++ b/MAINTAINERS.md
@@ -0,0 +1,11 @@
+# is-a.dev Team
+| Name | GitHub | Role |
+|:-:|-|-|
+| Akshay | [@phenax](https://github.com/phenax) | Owner |
+| William | [@wdhdev](https://github.com/wdhdev) | Admin |
+| CuteDog5695 | [@CuteDog5695](https://github.com/CuteDog5695) | Maintainer |
+| Daniel | [@hackermondev](https://github.com/hackermondev) | Maintainer |
+| DIBSTER | [@DEV-DIBSTER](https://github.com/DEV-DIBSTER) | Maintainer |
+| Mahir | [@mtgsquad](https://github.com/mtgsquad) | Maintainer |
+| Om | [@TerraPlayz](https://github.com/TerraPlayz) | Maintainer |
+| Stef | [@Stef-00012](https://github.com/Stef-00012) | Maintainer |
diff --git a/README.md b/README.md
index a550559cc..5800ea91b 100644
--- a/README.md
+++ b/README.md
@@ -13,58 +13,39 @@
is-a-dev is a service that allows developers to get a sweet-looking ".is-a.dev" domain for their personal websites.
-
+
## Issues
+If you have any problems, feel free to [open a issue](https://github.com/is-a-dev/register/issues/new/choose).
-If you have any problems then feel free to open a issue on github.
-If you have an issue that contains confidental infomation then email hello@maintainers.is-a.dev any other emails will be ignored.
+If you have an issue that contains confidental infomation, send an email to security@maintainers.is-a.dev.
## Register
-### Automated Registration
-Easiest method: Use the [manage website](https://manage.is-a.dev), sign in with your GitHub account and click the register page in the navbar. Fill out some questions and it will all happen automatically!
-
-Another method is to join our [Discord server](https://discord.gg/PZCGHz4RhQ), head to the commands channel and run `/register`. The bot will ask you a few questions then will generate your PR and domain automatically. The bot also allows for domain deletion and editing.
-
### 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).
+- [Read the documentation](https://www.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!
-### CLI Registration
-For issues with the CLI, **DO NOT OPEN AN ISSUE ON THIS REPOSITORY**, instead open an issue [here](https://github.com/wdhdev/is-a-dev-cli/issues/new).
+### Automated Registration
+#### *When using the manage site, please ensure your records are valid. Please do NOT "test" out the manage site and create invalid PRs, it wastes maintainers' time.*
-Install the CLI:
+Easiest method: Use the [manage website](https://manage.is-a.dev), sign in with your GitHub account and click the register page in the navbar. Fill out some questions and it will all happen automatically!
-```bash
-npm install @is-a-dev/cli -g
-```
-
-Login to the CLI:
-
-```bash
-is-a-dev login
-```
-
-Register a subdomain on the CLI:
-
-```
-is-a-dev register
-```
+Another method is to join our [Discord server](https://discord.gg/PZCGHz4RhQ), head to the commands channel and run `/register`. The bot will ask you a few questions then will generate your PR and domain automatically. The bot also allows for domain deletion and editing.
## Status
-You can check the uptime of our services on our [status dashboard](https://status.is-a.dev).
-
-### Similar Services
-If you want to find services similar to is-a.dev, take a look on [free-for.life](https://free-for.life/#/?id=domains).
+You can check the uptime of our services on our [status dashboard](https://is-a-dev.wdh.gg).
### Donate
If you like this project, please consider donating so we can keep this project running forever!
+
+### Similar Services
+If you want to find services similar to is-a.dev, take a look on [Free For Life](https://github.com/wdhdev/free-for-life#domains).
diff --git a/SECURITY.md b/SECURITY.md
index 27e5fc6e0..048435cb9 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -1,6 +1,6 @@
# Security Policy
## Reporting a vulnerability
-You can report low severity bugs as [issues](https://github.com/is-a-dev/register/issues/new/choose) on this repo.
+You can report low severity bugs as [issues](https://github.com/is-a-dev/register/issues/new/choose) on this repository.
-For higher severity vulnerabilities and bugs, please email the maintainers at [hello@maintainers.is-a.dev](mailto:hello@maintainers.is-a.dev).
+However, for **higher severity vulnerabilities and bugs**, please email security@maintainers.is-a.dev.
diff --git a/domains/011.json b/domains/011.json
new file mode 100644
index 000000000..ace8aeeb8
--- /dev/null
+++ b/domains/011.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "iamxani",
+ "email": "xenpei11@gmail.com"
+ },
+ "record": {
+ "CNAME": "iamxani.github.io"
+ }
+}
diff --git a/domains/0x1026.json b/domains/0x1026.json
new file mode 100644
index 000000000..5f815bc21
--- /dev/null
+++ b/domains/0x1026.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "0x1026",
+ "email": "me@hugovidafe.dev"
+ },
+ "record": {
+ "URL": "https://hugovidafe.dev"
+ }
+}
diff --git a/domains/200anxy.json b/domains/200anxy.json
new file mode 100644
index 000000000..e606eb25c
--- /dev/null
+++ b/domains/200anxy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "200anxy",
+ "email": "aadarshnair.p@gmail.com"
+ },
+ "record": {
+ "CNAME": "200anxy.github.io"
+ }
+}
diff --git a/domains/21z.json b/domains/21z.json
new file mode 100644
index 000000000..899aba426
--- /dev/null
+++ b/domains/21z.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "21Z",
+ "email": "",
+ "discord": "780356848737058857"
+ },
+ "record": {
+ "CNAME": "21z.github.io"
+ }
+}
diff --git a/domains/2giosangmitom.json b/domains/2giosangmitom.json
new file mode 100644
index 000000000..a2a87ef0c
--- /dev/null
+++ b/domains/2giosangmitom.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "2giosangmitom",
+ "email": "yeuxacucodon.dev@proton.me"
+ },
+ "record": {
+ "CNAME": "2giosangmitom.github.io"
+ }
+}
diff --git a/domains/4-m4t.json b/domains/4-m4t.json
new file mode 100644
index 000000000..91f0b0634
--- /dev/null
+++ b/domains/4-m4t.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "4-m4t",
+ "email": "e_serhat@hotmail.com"
+ },
+ "record": {
+ "CNAME": "ambitious-flower-0b346cf0f.4.azurestaticapps.net"
+ }
+}
diff --git a/domains/4d62.json b/domains/4d62.json
deleted file mode 100644
index 49c52c392..000000000
--- a/domains/4d62.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Personal profile",
- "repo": "https://github.com/4d62/4d62.github.io",
- "owner": {
- "username": "4d62",
- "email": "4d62@proton.me"
- },
- "record": {
- "CNAME": "4d62.github.io"
- }
-}
diff --git a/domains/50x.json b/domains/50x.json
new file mode 100644
index 000000000..5cec01417
--- /dev/null
+++ b/domains/50x.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MullerIsabella",
+ "email": "AlpineDreamer92@protonmail.com"
+ },
+ "record": {
+ "CNAME": "suisse.onrender.com"
+ }
+}
diff --git a/domains/8bit.json b/domains/8bit.json
new file mode 100644
index 000000000..f84c83c71
--- /dev/null
+++ b/domains/8bit.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "8-bittt",
+ "email": "8botted@gmail.com"
+ },
+ "record": {
+ "URL": "https://replit.com/@8bittt?path="
+ }
+}
diff --git a/domains/_acme-challenge.juqwtf.json b/domains/_acme-challenge.juqwtf.json
new file mode 100644
index 000000000..f4702f13d
--- /dev/null
+++ b/domains/_acme-challenge.juqwtf.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "denboy0123",
+ "email": "pochtaproverka01@gmail.com"
+ },
+ "record": {
+ "TXT": [
+ "FZo9g0GqRYR-fhmWc1QzbycfV5UZIE4bwh42BI81NDQ",
+ "V1N8tuJvEcUtltxMXLRvP0U1_jaAgsSJJ89MgyxpWUk"]
+ }
+}
diff --git a/domains/_acme-challenge.raafey.json b/domains/_acme-challenge.raafey.json
new file mode 100644
index 000000000..2d49b4505
--- /dev/null
+++ b/domains/_acme-challenge.raafey.json
@@ -0,0 +1,10 @@
+
+{
+ "owner": {
+ "username": "RaafeyRaza",
+ "email": "raafeyraza1@gmail.com"
+ },
+ "record": {
+ "CNAME": "dc6fbbae-3aba-4a5d-9741-4b7a386b9151.acmedns.infinityfree.net"
+ }
+}
diff --git a/domains/_discord.adoqet.json b/domains/_discord.adoqet.json
new file mode 100644
index 000000000..c24ed9b26
--- /dev/null
+++ b/domains/_discord.adoqet.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "adoqet",
+ "email": "adoqet@gmail.com",
+ "discord": "614408768733708288"
+ },
+ "record": {
+ "TXT": "dh=3b5f69bbeb63aef097096698547869d0d47e36fb"
+ }
+}
diff --git a/domains/_discord.alpha.json b/domains/_discord.alpha.json
index b436dc184..698855d3a 100644
--- a/domains/_discord.alpha.json
+++ b/domains/_discord.alpha.json
@@ -1,9 +1,8 @@
{
"owner": {
"username": "YouFoundAlpha",
- "email": "alpha@alpha.is-a.dev",
+ "email": "YouFoundAlpha@alpha.is-a.dev",
"Discord": "661121998830960651",
- "Twitter": "YouFoundAlpha",
"GitHub": "YouFoundAlpha",
"GitLab": "YouFoundAlpha",
"Mastodon": "@YouFoundAlpha@mastodon.social"
diff --git a/domains/_discord.ashishagarwal.json b/domains/_discord.ashishagarwal.json
new file mode 100644
index 000000000..35bda62e5
--- /dev/null
+++ b/domains/_discord.ashishagarwal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ashishagarwal2023",
+ "email": "code.with.aasheesh@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=d5e203382ac94458c0d7d26b4864676898e72ea0"
+ }
+}
diff --git a/domains/_discord.axviii3.json b/domains/_discord.axviii3.json
new file mode 100644
index 000000000..1ab97f335
--- /dev/null
+++ b/domains/_discord.axviii3.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AXVIII3",
+ "email": "anirbanrc2286@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=06feb5fa4fc1b28e67043c64664a49c5dfe9b614"
+ }
+}
diff --git a/domains/_discord.bkms.json b/domains/_discord.bkms.json
new file mode 100644
index 000000000..1d70c9d40
--- /dev/null
+++ b/domains/_discord.bkms.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bkmsstudio",
+ "email": "mmini15354424@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=28e7384e869c06a1ca87f91b10fd14aefc7f4433"
+ }
+}
diff --git a/domains/_discord.brandgrandreal.json b/domains/_discord.brandgrandreal.json
new file mode 100644
index 000000000..00d86e76f
--- /dev/null
+++ b/domains/_discord.brandgrandreal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BrandgrandRealMe",
+ "email": "brandon.lambe@skiff.com"
+ },
+ "record": {
+ "TXT": "dh=5a46861f9c2b864210ab3d3ffdd61d09e9170650"
+ }
+}
diff --git a/domains/_discord.caiden.json b/domains/_discord.caiden.json
new file mode 100644
index 000000000..870b93ef1
--- /dev/null
+++ b/domains/_discord.caiden.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Caiden-P",
+ "email": "iididhejejdj@gmail.com",
+ "discord": "850820069310201896"
+ },
+ "record": {
+ "TXT": "dh=9edde4bc2a73469cb8653bf05ae22226397bc77a"
+ }
+}
diff --git a/domains/_discord.chaotic.json b/domains/_discord.chaotic.json
new file mode 100644
index 000000000..b97ea0f73
--- /dev/null
+++ b/domains/_discord.chaotic.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ChaoticChaosTheGreat",
+ "email": "ryan.ryanabraham@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=99c69f88a933d5ec20fe830e8543f7e7c63646cd"
+ }
+}
diff --git a/domains/_discord.chiko.json b/domains/_discord.chiko.json
new file mode 100644
index 000000000..1ce885b25
--- /dev/null
+++ b/domains/_discord.chiko.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "chikoiko",
+ "email": "itsmezark05@gmail.com",
+ "discord": "1152640014832902245"
+ },
+ "record": {
+ "TXT": "dh=bcbc8ef1f361e6190ebf1ffb09b84800ac8cd341"
+ }
+}
diff --git a/domains/_discord.codesuthar.json b/domains/_discord.codesuthar.json
new file mode 100644
index 000000000..11a916935
--- /dev/null
+++ b/domains/_discord.codesuthar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "CodeSuthar",
+ "email": "AdityaSuthar13@outlook.com"
+ },
+ "record": {
+ "TXT": "dh=c9d95514358feae443357e8366bfa224cb7709e1"
+ }
+}
\ No newline at end of file
diff --git a/domains/_discord.dashboard.gattinhosbot.json b/domains/_discord.dashboard.gattinhosbot.json
deleted file mode 100644
index b2bf9a11d..000000000
--- a/domains/_discord.dashboard.gattinhosbot.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Stef-00012",
- "email": "stefano.delprete.08@gmail.com"
- },
- "record": {
- "TXT": "dh=8fb11c7ecad141914be5cc41aa1b4569dcd14f6c"
- }
-}
diff --git a/domains/_discord.duckysolucky.json b/domains/_discord.duckysolucky.json
new file mode 100644
index 000000000..3faab7ff3
--- /dev/null
+++ b/domains/_discord.duckysolucky.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DuckySoLucky",
+ "email": "robertkovac160@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=7bb43942d51685c0980f38345bf6a13e4498157a"
+ }
+}
diff --git a/domains/_discord.evie.json b/domains/_discord.evie.json
new file mode 100644
index 000000000..6ae2acc54
--- /dev/null
+++ b/domains/_discord.evie.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Socketlike",
+ "email": "evelynxii.xt@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=2ffdb09f9be5f3f51fe2089c4cced6ec296d490e"
+ }
+}
diff --git a/domains/_discord.gioco.json b/domains/_discord.gioco.json
new file mode 100644
index 000000000..996a25815
--- /dev/null
+++ b/domains/_discord.gioco.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "giocoliere",
+ "email": "simcrigjeki@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=4301bad793b7475c64673daa37b9599f04aafdd8"
+ }
+}
diff --git a/domains/_discord.imide.json b/domains/_discord.imide.json
new file mode 100644
index 000000000..2d33602a9
--- /dev/null
+++ b/domains/_discord.imide.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "imide",
+ "email": "",
+ "discord": "555915168932954112"
+ },
+ "record": {
+ "TXT": "dh=5bac029dd3873cf20dba45eaec03433d5afe5608"
+ }
+}
diff --git a/domains/_discord.l7neg.json b/domains/_discord.l7neg.json
new file mode 100644
index 000000000..090bf45bc
--- /dev/null
+++ b/domains/_discord.l7neg.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "l7neg",
+ "email": "l7negdev@gmail.com",
+ "discord": "669453086418534400"
+ },
+ "record": {
+ "TXT": "dh=5d787c6b4618def8d0af7492ae43cbe337c6675d"
+ }
+}
diff --git a/domains/_discord.orange.json b/domains/_discord.orange.json
index 321e7d584..c76324891 100644
--- a/domains/_discord.orange.json
+++ b/domains/_discord.orange.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "sahmed011",
- "email": "sufyanmishal@gmail.com"
+ "username": "orxngc",
+ "email": "orangc@proton.me"
},
"record": {
"TXT": "dh=7e7e671a8b44d02fde9ab6f6df7baf94086c96fd"
diff --git a/domains/_discord.ravener.json b/domains/_discord.ravener.json
new file mode 100644
index 000000000..74860950c
--- /dev/null
+++ b/domains/_discord.ravener.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ravener",
+ "email": "ravener.anime@gmail.com",
+ "twitter": "RavenRavener",
+ "discord": "292690616285134850"
+ },
+ "record": {
+ "TXT": "dh=da7bf917ef77c49f85bb9303d1703d0f10f492d8"
+ }
+}
diff --git a/domains/_discord.riku.json b/domains/_discord.riku.json
new file mode 100644
index 000000000..8e2fb0412
--- /dev/null
+++ b/domains/_discord.riku.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Rikuxyz",
+ "email": "rikukagenou@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=fb048a2833345c205c4d76f9e7a44a13b180967f"
+ }
+}
diff --git a/domains/_discord.seria.json b/domains/_discord.seria.json
new file mode 100644
index 000000000..3eb6d4560
--- /dev/null
+++ b/domains/_discord.seria.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "seriaati",
+ "email": "seria.ati@gmail.com",
+ "discord": "seria_ati"
+ },
+ "record": {
+ "TXT": "dh=bbebabaaf56930459c8954d414197dddbc96ef11"
+ }
+}
diff --git a/domains/_discord.thenoppy12.json b/domains/_discord.thenoppy12.json
new file mode 100644
index 000000000..b558d5ef6
--- /dev/null
+++ b/domains/_discord.thenoppy12.json
@@ -0,0 +1,12 @@
+{
+ "description": "Discord Domain Verify",
+ "repo": "https://github.com/thenoppy12/thenoppy12.github.io",
+ "owner": {
+ "username": "BussyBakks",
+ "email": "lengochuykiengiang@gmail.com",
+ "discord": ".thenoppy12"
+ },
+ "record": {
+ "TXT": "dh=a865dfb9b8ef277f5edfaad346ddbbcfcba85b71"
+ }
+}
diff --git a/domains/_discord.urging.json b/domains/_discord.urging.json
new file mode 100644
index 000000000..60e7f0e3b
--- /dev/null
+++ b/domains/_discord.urging.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "UrgingOfc",
+ "email": "diogo.lopes.silva.ch@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=847ffa96587e4547c31ae6c36fbc5fed451bf886"
+ }
+}
diff --git a/domains/_discord.xiaoxi-tw.json b/domains/_discord.xiaoxi-tw.json
index 7c946ea39..8b7cee5b7 100644
--- a/domains/_discord.xiaoxi-tw.json
+++ b/domains/_discord.xiaoxi-tw.json
@@ -6,6 +6,6 @@
"discord": "xiaoxi_tw#0"
},
"record": {
- "TXT": "dh=9e975563be399e84dd4007a4638f27e79128dcab"
+ "TXT": "dh=816d1cc1b74e35ba02a286a5b9cbded58cbdf513"
}
}
diff --git a/domains/_discord.yfa.json b/domains/_discord.yfa.json
index 7d0ac436a..285ed7222 100644
--- a/domains/_discord.yfa.json
+++ b/domains/_discord.yfa.json
@@ -1,9 +1,8 @@
{
"owner": {
"username": "YouFoundAlpha",
- "email": "alpha@alpha.is-a.dev",
+ "email": "YouFoundAlpha@alpha.is-a.dev",
"Discord": "661121998830960651",
- "Twitter": "YouFoundAlpha",
"GitHub": "YouFoundAlpha",
"GitLab": "YouFoundAlpha",
"Mastodon": "@YouFoundAlpha@mastodon.social"
diff --git a/domains/_github-challenge-is-a-dev-org.json b/domains/_github-challenge-is-a-dev-org.json
index 41073fcb7..d9ade36b1 100644
--- a/domains/_github-challenge-is-a-dev-org.json
+++ b/domains/_github-challenge-is-a-dev-org.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
diff --git a/domains/_github-challenge-thenoppy12-org.thenoppy12.json b/domains/_github-challenge-thenoppy12-org.thenoppy12.json
new file mode 100644
index 000000000..1613186f9
--- /dev/null
+++ b/domains/_github-challenge-thenoppy12-org.thenoppy12.json
@@ -0,0 +1,12 @@
+{
+ "description": "Github Orgs Verify",
+ "repo": "https://github.com/thenoppy12",
+ "owner": {
+ "username": "BussyBakks",
+ "email": "lengochuykiengiang@gmail.com",
+ "discord": ".thenoppy12#0"
+ },
+ "record": {
+ "TXT": "19f2dbfb9a"
+ }
+}
diff --git a/domains/_github-challenge-yfadev-org.alpha.json b/domains/_github-challenge-yfadev-org.alpha.json
index 9c8f68d3a..7bc3ebc2a 100644
--- a/domains/_github-challenge-yfadev-org.alpha.json
+++ b/domains/_github-challenge-yfadev-org.alpha.json
@@ -1,9 +1,8 @@
{
"owner": {
"username": "YouFoundAlpha",
- "email": "alpha@alpha.is-a.dev",
+ "email": "YouFoundAlpha@alpha.is-a.dev",
"Discord": "661121998830960651",
- "Twitter": "YouFoundAlpha",
"GitHub": "YouFoundAlpha",
"GitLab": "YouFoundAlpha",
"Mastodon": "@YouFoundAlpha@mastodon.social"
diff --git a/domains/_github-challenge-yfadev-org.yfa.json b/domains/_github-challenge-yfadev-org.yfa.json
index a4cc774dc..8b0a8847e 100644
--- a/domains/_github-challenge-yfadev-org.yfa.json
+++ b/domains/_github-challenge-yfadev-org.yfa.json
@@ -1,14 +1,13 @@
{
"owner": {
"username": "YouFoundAlpha",
- "email": "alpha@alpha.is-a.dev",
+ "email": "YouFoundAlpha@alpha.is-a.dev",
"Discord": "661121998830960651",
- "Twitter": "YouFoundAlpha",
"GitHub": "YouFoundAlpha",
"GitLab": "YouFoundAlpha",
"Mastodon": "@YouFoundAlpha@mastodon.social"
},
"record": {
- "TXT": "3436b41d67"
+ "TXT": "a4b5c60953"
}
}
diff --git a/domains/_github-challenge-yfadev-org.yfadev.json b/domains/_github-challenge-yfadev-org.yfadev.json
index 570c15bb7..87323bdb1 100644
--- a/domains/_github-challenge-yfadev-org.yfadev.json
+++ b/domains/_github-challenge-yfadev-org.yfadev.json
@@ -1,9 +1,8 @@
{
"owner": {
"username": "YouFoundAlpha",
- "email": "alpha@alpha.is-a.dev",
+ "email": "YouFoundAlpha@alpha.is-a.dev",
"Discord": "661121998830960651",
- "Twitter": "YouFoundAlpha",
"GitHub": "YouFoundAlpha",
"GitLab": "YouFoundAlpha",
"Mastodon": "@YouFoundAlpha@mastodon.social"
diff --git a/domains/_github-pages-challenge-Glqch0.glqch.json b/domains/_github-pages-challenge-Glqch0.glqch.json
new file mode 100644
index 000000000..5e80f7ab1
--- /dev/null
+++ b/domains/_github-pages-challenge-Glqch0.glqch.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Glqch0",
+ "email": "midoayoub999@gmail.com",
+ "twitter": "Glqch",
+ "discord": "915932527871541309"
+ },
+ "record": {
+ "TXT": "a672c8c5c8d4be16fcefd130307ea6"
+ }
+}
diff --git a/domains/_github-pages-challenge-Glqch404.glqch.json b/domains/_github-pages-challenge-Glqch404.glqch.json
new file mode 100644
index 000000000..060991950
--- /dev/null
+++ b/domains/_github-pages-challenge-Glqch404.glqch.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Glqch404",
+ "email": "bridgerbusiness2@gmail.com",
+ "twitter": "Glqch",
+ "discord": "915932527871541309"
+ },
+ "record": {
+ "TXT": "a3b430c8adc12043863d6785cfa782"
+ }
+}
diff --git a/domains/_github-pages-challenge-Hima-Pro.tdim.json b/domains/_github-pages-challenge-Hima-Pro.tdim.json
new file mode 100644
index 000000000..6022b25f3
--- /dev/null
+++ b/domains/_github-pages-challenge-Hima-Pro.tdim.json
@@ -0,0 +1,10 @@
+{
+ "description": "Github verification",
+ "owner": {
+ "username": "Hima-Pro",
+ "email": "pnpop01027066161@gmail.com"
+ },
+ "record": {
+ "TXT": "c8b67d5aafafeb2e5ec1561e503552"
+ }
+}
diff --git a/domains/_github-pages-challenge-JerBlox.jer.json b/domains/_github-pages-challenge-JerBlox.jer.json
new file mode 100644
index 000000000..1119cc305
--- /dev/null
+++ b/domains/_github-pages-challenge-JerBlox.jer.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JerBlox",
+ "email": "chen.fuyuan07@gmail.com"
+ },
+ "record": {
+ "TXT": "e1e6eda49ed7d363f8492c91821a1a"
+ }
+}
diff --git a/domains/_github-pages-challenge-MaskDuck.maskduck.json b/domains/_github-pages-challenge-MaskDuck.maskduck.json
new file mode 100644
index 000000000..459359217
--- /dev/null
+++ b/domains/_github-pages-challenge-MaskDuck.maskduck.json
@@ -0,0 +1,10 @@
+{
+ "description": "gh verification",
+ "owner": {
+ "username": "maskduck",
+ "email": "maskduckuwu@gmail.com"
+ },
+ "record": {
+ "TXT": "c47a7112019f9b1b6d22acb5574d94"
+ }
+}
diff --git a/domains/_github-pages-challenge-NamesMT.namesmt.json b/domains/_github-pages-challenge-NamesMT.namesmt.json
new file mode 100644
index 000000000..af2304807
--- /dev/null
+++ b/domains/_github-pages-challenge-NamesMT.namesmt.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NamesMT",
+ "email": "dangquoctrung123@gmail.com"
+ },
+ "record": {
+ "TXT": "6ec39f629cd9510bca23b84ba61aff"
+ }
+}
diff --git a/domains/_github-pages-challenge-Socketlike.evie.json b/domains/_github-pages-challenge-Socketlike.evie.json
new file mode 100644
index 000000000..3ff048f29
--- /dev/null
+++ b/domains/_github-pages-challenge-Socketlike.evie.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Socketlike",
+ "email": "evelynxii.xt@gmail.com"
+ },
+ "record": {
+ "TXT": "351773beb3717122300722aeb5d1ac"
+ }
+}
diff --git a/domains/_github-pages-challenge-YantCaccia.antonio.json b/domains/_github-pages-challenge-YantCaccia.antonio.json
new file mode 100644
index 000000000..11bca6447
--- /dev/null
+++ b/domains/_github-pages-challenge-YantCaccia.antonio.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "YantCaccia",
+ "email": "yantcaccia@gmail.com"
+ },
+ "record": {
+ "TXT": "7af4c3a94c5f7fa70f489c3c8c901f"
+ }
+}
diff --git a/domains/cdn.yfa.json b/domains/_github-pages-challenge-YouFoundAlpha.alpha.json
similarity index 68%
rename from domains/cdn.yfa.json
rename to domains/_github-pages-challenge-YouFoundAlpha.alpha.json
index 6924a7402..60653de87 100644
--- a/domains/cdn.yfa.json
+++ b/domains/_github-pages-challenge-YouFoundAlpha.alpha.json
@@ -1,14 +1,13 @@
{
"owner": {
"username": "YouFoundAlpha",
- "email": "alpha@alpha.is-a.dev",
+ "email": "YouFoundAlpha@alpha.is-a.dev",
"Discord": "661121998830960651",
- "Twitter": "YouFoundAlpha",
"GitHub": "YouFoundAlpha",
"GitLab": "YouFoundAlpha",
"Mastodon": "@YouFoundAlpha@mastodon.social"
},
"record": {
- "CNAME": "cdn-a12.pages.dev"
+ "TXT": "123b9197abda60197a8afa64af5cf0"
}
}
diff --git a/domains/_github-pages-challenge-YummyOreo.oreo.json b/domains/_github-pages-challenge-YummyOreo.oreo.json
new file mode 100644
index 000000000..9400f38ef
--- /dev/null
+++ b/domains/_github-pages-challenge-YummyOreo.oreo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "YummyOreo",
+ "email": "bobgim20@gmail.com"
+ },
+ "record": {
+ "TXT": "91193592629d4273fa574d6c88a7e4"
+ }
+}
diff --git a/domains/_github-pages-challenge-aldenizenmc.aldenizenmc.json b/domains/_github-pages-challenge-aldenizenmc.aldenizenmc.json
deleted file mode 100644
index 8a7861729..000000000
--- a/domains/_github-pages-challenge-aldenizenmc.aldenizenmc.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "AldenizenMC",
- "email": "aldenizen09@gmail.com"
- },
- "record": {
- "TXT": "3a73c3c550c151965f6781677b6d2d"
- }
-}
diff --git a/domains/_github-pages-challenge-ashishagarwal2023.ashishagarwal.json b/domains/_github-pages-challenge-ashishagarwal2023.ashishagarwal.json
new file mode 100644
index 000000000..36c2d3c24
--- /dev/null
+++ b/domains/_github-pages-challenge-ashishagarwal2023.ashishagarwal.json
@@ -0,0 +1,9 @@
+{
+"owner": {
+"username": "ashishagarwal2023",
+"email": "code.with.aasheesh@gmail.com"
+},
+"record": {
+"TXT": "5089f9182e9025bc562c408fbf18e2"
+}
+}
diff --git a/domains/_github-pages-challenge-avellea.avellea.json b/domains/_github-pages-challenge-avellea.avellea.json
index 70d5bff64..c2039ae7f 100644
--- a/domains/_github-pages-challenge-avellea.avellea.json
+++ b/domains/_github-pages-challenge-avellea.avellea.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "avellea",
- "email": "is-a-dev@win11react.com"
+ "email": ""
},
"record": {
"TXT": "5c38dbee73e6936232992c0f98829e"
diff --git a/domains/_github-pages-challenge-ayvacs.ave.json b/domains/_github-pages-challenge-ayvacs.ave.json
index 262f3b8c9..1da3471f7 100644
--- a/domains/_github-pages-challenge-ayvacs.ave.json
+++ b/domains/_github-pages-challenge-ayvacs.ave.json
@@ -6,6 +6,6 @@
"email": "ayvacs@proton.me"
},
"record": {
- "TXT": "5a1e6c3195a98bf63ceba5a88f4be2"
+ "TXT": "e0986b3076f4a103b5f4de9bb7a302"
}
}
diff --git a/domains/_github-pages-challenge-devendrakanojiya.devendra.json b/domains/_github-pages-challenge-devendrakanojiya.devendra.json
new file mode 100644
index 000000000..fecf73cba
--- /dev/null
+++ b/domains/_github-pages-challenge-devendrakanojiya.devendra.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "devendrakanojiya",
+ "email": "s_36100@bkbirlacollegekalyan.com"
+ },
+ "record": {
+ "TXT": "1bab44a51e777f98e075d71f2806a4"
+ }
+}
diff --git a/domains/_github-pages-challenge-devendrakanojiya.devendrakanojiya.json b/domains/_github-pages-challenge-devendrakanojiya.devendrakanojiya.json
new file mode 100644
index 000000000..7b2f53a9f
--- /dev/null
+++ b/domains/_github-pages-challenge-devendrakanojiya.devendrakanojiya.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "devendrakanojiya",
+ "email": "s_36100@bkbirlacollegekalyan.com"
+ },
+ "record": {
+ "TXT": "37b9724a41bf8e23b2a352d65b7d19"
+ }
+}
diff --git a/domains/_github-pages-challenge-giocoliere.gioco.json b/domains/_github-pages-challenge-giocoliere.gioco.json
new file mode 100644
index 000000000..7202ebd6a
--- /dev/null
+++ b/domains/_github-pages-challenge-giocoliere.gioco.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "giocoliere",
+ "email": "simcrigjeki@gmail.com"
+ },
+ "record": {
+ "TXT": "6da8f68c4f74f990d4d75ad48bdd93"
+ }
+}
diff --git a/domains/_github-pages-challenge-himangshu147-git.himangshu147.json b/domains/_github-pages-challenge-himangshu147-git.himangshu147.json
new file mode 100644
index 000000000..4e7fd2b3c
--- /dev/null
+++ b/domains/_github-pages-challenge-himangshu147-git.himangshu147.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "himangshu147-git",
+ "email": "saikiahimangshu1256@gmail.com",
+ "discord": "775660503342776341"
+ },
+
+ "record": {
+ "TXT": "2679f35b2c0a88253be04cc1230ee2"
+ }
+ }
+
diff --git a/domains/_github-pages-challenge-is-a-dev.data.json b/domains/_github-pages-challenge-is-a-dev.data.json
index c474e3e37..be6e79b91 100644
--- a/domains/_github-pages-challenge-is-a-dev.data.json
+++ b/domains/_github-pages-challenge-is-a-dev.data.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
diff --git a/domains/_github-pages-challenge-is-a-dev.raw-api.json b/domains/_github-pages-challenge-is-a-dev.raw-api.json
index 11d4b03e6..d9fd3f4e6 100644
--- a/domains/_github-pages-challenge-is-a-dev.raw-api.json
+++ b/domains/_github-pages-challenge-is-a-dev.raw-api.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
diff --git a/domains/_github-pages-challenge-is-a-dev.team.json b/domains/_github-pages-challenge-is-a-dev.team.json
index fddef5424..22b7ccc10 100644
--- a/domains/_github-pages-challenge-is-a-dev.team.json
+++ b/domains/_github-pages-challenge-is-a-dev.team.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
diff --git a/domains/_github-pages-challenge-jwaxy.jwaxy.json b/domains/_github-pages-challenge-jwaxy.jwaxy.json
new file mode 100644
index 000000000..87cdde4a1
--- /dev/null
+++ b/domains/_github-pages-challenge-jwaxy.jwaxy.json
@@ -0,0 +1,10 @@
+{
+ "description": "GitHub said that the verification was needed so I created this record.",
+ "owner": {
+ "username": "jwaxy",
+ "email": "me@yxawj.aleeas.com"
+ },
+ "record": {
+ "TXT": "8e4b33b2837436011e57d5cade6b40"
+ }
+}
diff --git a/domains/_github-pages-challenge-sebitalent04.sebitalent04.json b/domains/_github-pages-challenge-sebitalent04.sebitalent04.json
deleted file mode 100644
index bd4e7c3ae..000000000
--- a/domains/_github-pages-challenge-sebitalent04.sebitalent04.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "SebiTalent04",
- "email": ""
- },
- "record": {
- "TXT": "8139f556926b84918edeb68fa50b47"
- }
-}
diff --git a/domains/_github-pages-challenge-stef-00012.gbot.json b/domains/_github-pages-challenge-stef-00012.gbot.json
new file mode 100644
index 000000000..e9288e235
--- /dev/null
+++ b/domains/_github-pages-challenge-stef-00012.gbot.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "TXT": ["7d2f026325a7a6b08efdb7c6031370"]
+ }
+}
diff --git a/domains/_github-pages-challenge-stef-00012.receiptify.json b/domains/_github-pages-challenge-stef-00012.receiptify.json
new file mode 100644
index 000000000..d9d00c4cb
--- /dev/null
+++ b/domains/_github-pages-challenge-stef-00012.receiptify.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "TXT": ["bd419a0cfdcbf998e7de1e486cbb4c"]
+ }
+}
diff --git a/domains/_github-pages-challenge-stef-00012.stefdp.json b/domains/_github-pages-challenge-stef-00012.stefdp.json
new file mode 100644
index 000000000..75d0d03b1
--- /dev/null
+++ b/domains/_github-pages-challenge-stef-00012.stefdp.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "TXT": ["27c2dc9cd3e8a0a37947e82ab6f637"]
+ }
+}
diff --git a/domains/_github-pages-challenge-thehackerdude1083.thehackerdude1083.json b/domains/_github-pages-challenge-thehackerdude1083.thehackerdude1083.json
index 7f6728a50..9334e6e7b 100644
--- a/domains/_github-pages-challenge-thehackerdude1083.thehackerdude1083.json
+++ b/domains/_github-pages-challenge-thehackerdude1083.thehackerdude1083.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "TheHackerDude1083",
- "email": "shaheeransari57@gmail.com"
+ "email": "TheHackerDude1083@proton.me"
},
"record": {
"TXT": "66bceec5d092b15c1fcac188b02903"
diff --git a/domains/_github-pages-challenge-thenoppy12.thenoppy12.json b/domains/_github-pages-challenge-thenoppy12.thenoppy12.json
new file mode 100644
index 000000000..10aa0171e
--- /dev/null
+++ b/domains/_github-pages-challenge-thenoppy12.thenoppy12.json
@@ -0,0 +1,12 @@
+{
+ "description": "Github Pages Register Domain",
+ "repo": "https://github.com/thenoppy12/thenoppy12.github.io",
+ "owner": {
+ "username": "BussyBakks",
+ "email": "lengochuykiengiang@gmail.com",
+ "discord": ".thenoppy12"
+ },
+ "record": {
+ "TXT": "b41e7f365072dbb42ed1ee40c250db"
+ }
+}
diff --git a/domains/_github-pages-challenge-vikramisdev.vikramisdev.json b/domains/_github-pages-challenge-vikramisdev.vikramisdev.json
new file mode 100644
index 000000000..ef1fbb273
--- /dev/null
+++ b/domains/_github-pages-challenge-vikramisdev.vikramisdev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vikramisdev",
+ "email": "vs423502@gmail.com"
+ },
+ "record": {
+ "TXT": "14810aa9ee3adf44431d8a64abc84a"
+ }
+}
diff --git a/domains/_github-pages-challenge-yunexiz.yunexiz.json b/domains/_github-pages-challenge-yunexiz.yunexiz.json
new file mode 100644
index 000000000..f43f375b0
--- /dev/null
+++ b/domains/_github-pages-challenge-yunexiz.yunexiz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Yunexiz",
+ "email": "yunexiz@aol.com"
+ },
+ "record": {
+ "TXT": ["273b8f26fd1aacf2cd47be00178179"]
+ }
+}
diff --git a/domains/_gitlab-pages-verification-code.meerkats.shays.json b/domains/_gitlab-pages-verification-code.meerkats.shays.json
new file mode 100644
index 000000000..442847b5d
--- /dev/null
+++ b/domains/_gitlab-pages-verification-code.meerkats.shays.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SHays24",
+ "email": "SHays24@student.sacs.nsw.edu.au"
+ },
+ "record": {
+ "TXT": "gitlab-pages-verification-code=621b768139e0bfaf6eb43d60db03cabf"
+ }
+}
diff --git a/domains/_psl.json b/domains/_psl.json
index 6647add63..fd8db17bb 100644
--- a/domains/_psl.json
+++ b/domains/_psl.json
@@ -1,11 +1,10 @@
{
"description": "PSL validation record for is-a.dev",
- "repo": "https://github.com/is-a-dev/is-a-dev.github.io",
"owner": {
- "username": "phenax",
+ "username": "is-a-dev",
"email": "phenax5@gmail.com"
},
"record": {
- "TXT": "https://github.com/publicsuffix/list/pull/1327"
+ "TXT": "https://github.com/publicsuffix/list/pull/1949"
}
}
diff --git a/domains/a-ditya.json b/domains/a-ditya.json
deleted file mode 100644
index 9d9fe4af7..000000000
--- a/domains/a-ditya.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "AdityaOP2008",
- "discord": "844843800874582048",
- "email": "bw.dev@yahoo.com"
- },
- "record": {
- "CNAME": "c7106b01-6b1c-4d4f-b0a5-6c82b3e9a4a4.id.repl.co"
- }
-}
diff --git a/domains/a-little-hat.json b/domains/a-little-hat.json
new file mode 100644
index 000000000..098324d82
--- /dev/null
+++ b/domains/a-little-hat.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "A-Little-Hat",
+ "email": "soumyasarkar309@gmail.com"
+ },
+ "record": {
+ "CNAME": "a-little-hat.github.io"
+ }
+}
diff --git a/domains/aa.json b/domains/aa.json
new file mode 100644
index 000000000..73da319ed
--- /dev/null
+++ b/domains/aa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Abdullah-Albanna",
+ "email": "albannaa78@gmail.com"
+ },
+ "record": {
+ "CNAME": "abdullah-albanna.github.io"
+ }
+}
diff --git a/domains/aadirajuthup.json b/domains/aadirajuthup.json
new file mode 100644
index 000000000..057a29621
--- /dev/null
+++ b/domains/aadirajuthup.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "aadirajuthup",
+ "email": "aadi.rajuthup@gmail.com"
+ },
+ "record": {
+ "A": ["150.136.148.164"]
+ }
+}
diff --git a/domains/abc.json b/domains/abc.json
new file mode 100644
index 000000000..3eeea3c61
--- /dev/null
+++ b/domains/abc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "neohe",
+ "email": "he_neo@163.com"
+ },
+ "record": {
+ "CNAME": "neohe.github.io"
+ }
+}
diff --git a/domains/abdallah.json b/domains/abdallah.json
deleted file mode 100644
index d9c6fc671..000000000
--- a/domains/abdallah.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "abdallahmehiz",
- "email": "abdallah.mehiz@univ-bba.dz"
- },
-
- "record": {
- "CNAME": "abdallah.mehiz.xyz"
- }
-}
diff --git a/domains/abdelkarim-ain.json b/domains/abdelkarim-ain.json
new file mode 100644
index 000000000..bc8f7f4b1
--- /dev/null
+++ b/domains/abdelkarim-ain.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "abdelkarimain",
+ "email": "abdelkarimain0@gmail.com"
+ },
+ "record": {
+ "CNAME": "abdelkarimain.github.io"
+ }
+}
diff --git a/domains/abdelkarimain.json b/domains/abdelkarimain.json
new file mode 100644
index 000000000..bc8f7f4b1
--- /dev/null
+++ b/domains/abdelkarimain.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "abdelkarimain",
+ "email": "abdelkarimain0@gmail.com"
+ },
+ "record": {
+ "CNAME": "abdelkarimain.github.io"
+ }
+}
diff --git a/domains/abdo.json b/domains/abdo.json
new file mode 100644
index 000000000..0ddd4b60e
--- /dev/null
+++ b/domains/abdo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "xAbdoATx",
+ "email": "xabdoat@gmail.com"
+ },
+ "record": {
+ "CNAME": "xabdoatx.github.io"
+ }
+}
diff --git a/domains/abhilash.json b/domains/abhilash.json
new file mode 100644
index 000000000..3579f9122
--- /dev/null
+++ b/domains/abhilash.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal portfolio",
+ "repo": "https://github.com/ostrichization/ostrichization.github.io",
+ "owner": {
+ "username": "Ostrichization",
+ "email": "abhilashk1@proton.me",
+ "twitter": "OstrichHimself"
+ },
+ "record": {
+ "CNAME": "ostrichization.github.io"
+ }
+}
diff --git a/domains/abhisekp.json b/domains/abhisekp.json
deleted file mode 100644
index 3fab010d3..000000000
--- a/domains/abhisekp.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "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/abhishek-sharma.json b/domains/abhishek-sharma.json
new file mode 100644
index 000000000..04eb0858d
--- /dev/null
+++ b/domains/abhishek-sharma.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AbhiSharma096",
+ "email": "Abhisheksharma10a@gmail.com"
+ },
+ "record": {
+ "URL": "https://abhishek-sharma-01.netlify.app/"
+ }
+}
diff --git a/domains/abid.json b/domains/abid.json
new file mode 100644
index 000000000..acb377e0a
--- /dev/null
+++ b/domains/abid.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "abidhasannir",
+ "email": "abidhasannir@omail.edu.pl"
+ },
+ "record": {
+ "CNAME": "abidhasannir.github.io"
+ }
+}
diff --git a/domains/abyss.json b/domains/abyss.json
new file mode 100644
index 000000000..6dc9eded8
--- /dev/null
+++ b/domains/abyss.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ultimduck",
+ "email": "zultimduk@gmail.com"
+ },
+ "record": {
+ "CNAME": "ultimduck.github.io"
+ }
+}
diff --git a/domains/acronical.json b/domains/acronical.json
new file mode 100644
index 000000000..c719b90c6
--- /dev/null
+++ b/domains/acronical.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AcronicalYT",
+ "email": "ace36501@hotmail.com"
+ },
+ "record": {
+ "CNAME": "acronical.pages.dev"
+ }
+}
diff --git a/domains/addison.json b/domains/addison.json
deleted file mode 100644
index 05b8e84d3..000000000
--- a/domains/addison.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "duckmob",
- "email": "coxy.addison@gmail.com"
- },
- "record": {
- "CNAME": "dcd5055c-f746-4223-a171-5f536111d3c5.id.repl.co"
- }
-}
diff --git a/domains/adeebkhan.json b/domains/adeebkhan.json
new file mode 100644
index 000000000..351877f81
--- /dev/null
+++ b/domains/adeebkhan.json
@@ -0,0 +1,12 @@
+{
+ "description": "Describe the use of this subdomain",
+ "repo": "https://github.com/akpathan2799/akpathan2799.github.io",
+ "owner": {
+ "username": "akpathan2799",
+ "email": "akpathan2799@gmail.com"
+
+ },
+ "record": {
+ "CNAME": "akpathan2799.github.io"
+ }
+}
diff --git a/domains/adit.json b/domains/adit.json
new file mode 100644
index 000000000..8fd432982
--- /dev/null
+++ b/domains/adit.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "aditya-lika-ardiansyah",
+ "email": "Adytialikaardiansyah@gmail.com"
+ },
+ "record": {
+ "CNAME": "aditya-lika-ardiansyah.github.io"
+ }
+}
diff --git a/domains/adityapcgaming.json b/domains/adityapcgaming.json
deleted file mode 100644
index 90564814f..000000000
--- a/domains/adityapcgaming.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Clyders",
- "email": "adityapcgaming1@gmail.com"
- },
- "record": {
- "CNAME": "8a7f7c6e-2287-4f07-a605-5ca7824b3f38.id.repl.co"
- }
-}
diff --git a/domains/adoqet.json b/domains/adoqet.json
new file mode 100644
index 000000000..a047c17f7
--- /dev/null
+++ b/domains/adoqet.json
@@ -0,0 +1,21 @@
+{
+ "owner": {
+ "username": "AdoQeT",
+ "email": "adoqet@gmail.com"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.111.153",
+ "185.199.110.153",
+ "185.199.109.153"
+ ],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": [
+ "v=spf1 include:spf.improvmx.com ~all"
+ ]
+ }
+}
diff --git a/domains/advance-bot.json b/domains/advance-bot.json
new file mode 100644
index 000000000..e5dfd5e13
--- /dev/null
+++ b/domains/advance-bot.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "shygamer123",
+ "email": "gpratham522@gmail.com",
+ "discord": "840244590870003762"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/afidev.json b/domains/afidev.json
new file mode 100644
index 000000000..159e6d7b0
--- /dev/null
+++ b/domains/afidev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "eabdalmufid",
+ "email": "eabdalmufid@gmail.com"
+ },
+ "record": {
+ "CNAME": "eabdalmufid.github.io"
+ }
+}
diff --git a/domains/afk.json b/domains/afk.json
new file mode 100644
index 000000000..86c822049
--- /dev/null
+++ b/domains/afk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "RainWill",
+ "email": "2782401449@qq.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/ag.json b/domains/ag.json
index eee6ebcae..d543ffcf8 100644
--- a/domains/ag.json
+++ b/domains/ag.json
@@ -6,6 +6,6 @@
"email": "software@grafen.info"
},
"record": {
- "URL": "https://andreas.grafen.info"
+ "URL": "https://unseen.ninja"
}
}
diff --git a/domains/agn.json b/domains/agn.json
new file mode 100644
index 000000000..f1645fc14
--- /dev/null
+++ b/domains/agn.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "agnesmonret",
+ "email": "agnesmoret@proton.me",
+ "discord": "694917200720429066"
+ },
+
+ "record": {
+ "CNAME": "agnesmonret.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/ahsanu.json b/domains/ahsanu.json
new file mode 100644
index 000000000..fb39c846f
--- /dev/null
+++ b/domains/ahsanu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ahsanu123",
+ "email": "caasperahsanuamala5@gmail.com"
+ },
+ "record": {
+ "CNAME": "ahsanu123.github.io"
+ }
+}
diff --git a/domains/aichat.json b/domains/aichat.json
new file mode 100644
index 000000000..4df29ee67
--- /dev/null
+++ b/domains/aichat.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TechnoFusionTech",
+ "email": "technofusiontech@techie.com"
+ },
+ "record": {
+ "CNAME": "technofusiontech.is-a.dev"
+ }
+}
diff --git a/domains/ain3abdo.json b/domains/ain3abdo.json
new file mode 100644
index 000000000..6d55a4cc1
--- /dev/null
+++ b/domains/ain3abdo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ainabdelkarim",
+ "email": "abdelkarimain0@gmail.com"
+ },
+ "record": {
+ "CNAME": "ainabdelkarim.github.io"
+ }
+}
diff --git a/domains/aish.json b/domains/aish.json
new file mode 100644
index 000000000..930135d6f
--- /dev/null
+++ b/domains/aish.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "code-hunt-in",
+ "email": "aishwary.pandore@somaiya.edu"
+ },
+ "record": {
+ "CNAME": "code-hunt-in.github.io"
+ }
+}
diff --git a/domains/aixiaoji.json b/domains/aixiaoji.json
new file mode 100644
index 000000000..df68efd68
--- /dev/null
+++ b/domains/aixiaoji.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "HelloAIXIAOJI",
+ "email": "aixiaoji2020@163.com"
+ },
+ "record": {
+ "CNAME": "ip.hk.dhost.devskyr.com"
+ }
+}
diff --git a/domains/ajay.json b/domains/ajay.json
new file mode 100644
index 000000000..f0f42a346
--- /dev/null
+++ b/domains/ajay.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Aj-Cdr",
+ "email": "ajaysathishpreetha2.0@gmail.com"
+ },
+ "record": {
+ "URL": "https://ajay-cdr.framer.website/"
+ }
+}
diff --git a/domains/ajayanto.json b/domains/ajayanto.json
new file mode 100644
index 000000000..6860de31f
--- /dev/null
+++ b/domains/ajayanto.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AjayAntoIsDev",
+ "email": "ajayantoisdev@gmail.com"
+ },
+ "record": {
+ "CNAME": "ajayanto.pages.dev"
+ }
+}
diff --git a/domains/akash.json b/domains/akash.json
new file mode 100644
index 000000000..9ecf40be5
--- /dev/null
+++ b/domains/akash.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "CruxCoder7",
+ "email": "akashrangesh07@gmail.com"
+ },
+ "record": {
+ "CNAME": "cruxcoder7.github.io"
+ }
+}
diff --git a/domains/akashr.json b/domains/akashr.json
new file mode 100644
index 000000000..9ecf40be5
--- /dev/null
+++ b/domains/akashr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "CruxCoder7",
+ "email": "akashrangesh07@gmail.com"
+ },
+ "record": {
+ "CNAME": "cruxcoder7.github.io"
+ }
+}
diff --git a/domains/akborana.json b/domains/akborana.json
new file mode 100644
index 000000000..d9181b5d9
--- /dev/null
+++ b/domains/akborana.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "akborana3",
+ "email": "akayonfire3@gmail.com",
+ "discord": "1042457884736368721"
+ },
+
+ "record": {
+ "CNAME": "akborana3.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/akki.json b/domains/akki.json
deleted file mode 100644
index 28cc32359..000000000
--- a/domains/akki.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "LegendOP1041",
- "email": "maillegendop@gmail.com",
- "discord": "1056531806763102218"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/akpi.json b/domains/akpi.json
index 9f42d5845..40065ae48 100644
--- a/domains/akpi.json
+++ b/domains/akpi.json
@@ -12,9 +12,6 @@
"185.199.109.153"
],
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": [
- "v=spf1 include:spf.improvmx.com ~all",
- "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDmKWCucfCBImz9pOWBPV5+SO3KNqeQSt6Jusv+3Rbm8BbSv8H0x+E0TEe4JjfNNUmVQ7zNlZFJK4Hlv453aXBNbkk9kzsekW8qm4ZGjeQwMBo2f4V6tkxPFtcYnUfNskc3194C5gH4AusJ4WMbYOe9GNxCRhuok+5tIGciJXxbWQIDAQAB"
- ]
+ "TXT": ["v=spf1 include:spf.improvmx.com ~all"]
}
}
diff --git a/domains/akrm.json b/domains/akrm.json
new file mode 100644
index 000000000..45d414d01
--- /dev/null
+++ b/domains/akrm.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "KemoXtech",
+ "email": "aljmalrealstate@gmail.com",
+ "discord": "868339557593137212"
+ },
+
+ "record": {
+ "A": ["65.19.141.67"],
+ "AAAA": ["2001:470:1:1ee::2009"]
+ }
+ }
+
diff --git a/domains/akshatt.json b/domains/akshatt.json
deleted file mode 100644
index 92ed50e59..000000000
--- a/domains/akshatt.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "noob0701",
- "email": "akshat250870@gmail.com"
- },
-
- "record": {
- "CNAME": "main.dfn6axfpgkelx.amplifyapp.com"
- }
-}
diff --git a/domains/akshayks.json b/domains/akshayks.json
new file mode 100644
index 000000000..a0ef1808d
--- /dev/null
+++ b/domains/akshayks.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "akshaynox",
+ "email": "mail.akshayks@gmail.com"
+ },
+ "record": {
+ "URL": "https://akshayks.vercel.app/"
+ }
+}
diff --git a/domains/akshsingla.json b/domains/akshsingla.json
new file mode 100644
index 000000000..7306ad99e
--- /dev/null
+++ b/domains/akshsingla.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Aktindo",
+ "email": "akshit.singla.dps@gmail.com"
+ },
+ "description": "Personal website.",
+ "repo": "https://github.com/Aktindo/personal-website",
+ "record": {
+ "URL": "https://akshsingla.vercel.app"
+ }
+}
diff --git a/domains/aldenizenmc.json b/domains/aldenizenmc.json
deleted file mode 100644
index 684eedfe2..000000000
--- a/domains/aldenizenmc.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "repo": "https://github.com/AldenizenMC/AldenizenMC.github.io",
- "owner": {
- "username": "AldenizenMC",
- "email": "aldenizen09@gmail.com"
- },
- "record": {
- "CNAME": "AldenizenMC.github.io"
- }
-}
diff --git a/domains/aldess.json b/domains/aldess.json
new file mode 100644
index 000000000..c139c319f
--- /dev/null
+++ b/domains/aldess.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AldessScratch",
+ "email": "aldess.sc@gmail.com"
+ },
+ "record": {
+ "CNAME": "aldess.pages.dev"
+ }
+}
diff --git a/domains/alenalex.json b/domains/alenalex.json
deleted file mode 100644
index cd5587b23..000000000
--- a/domains/alenalex.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "My own personal is-a-dev subdomain",
- "repo": "https://github.com/AlenGeoAlex",
- "owner": {
- "username": "AlenGeoAlex",
- "email": "alengeoalex@gmail.com",
- "discord": "< ๐๐ต๐ฎ๐ท_๐๐ต๐ฎ๐ !>#6771"
- },
- "record": {
- "URL": "https://alenalex.me"
- }
-}
diff --git a/domains/alexbartles.json b/domains/alexbartles.json
new file mode 100644
index 000000000..e4a561f4d
--- /dev/null
+++ b/domains/alexbartles.json
@@ -0,0 +1,11 @@
+{
+ "repo": "https://alexbartles.github.io/",
+ "owner": {
+ "username": "AlexBartles",
+ "email": "alexbartles2012@gmail.com",
+ "discord": "_alexbartles"
+ },
+ "record": {
+ "CNAME": "alexbartles.github.io"
+ }
+}
diff --git a/domains/alexidk.json b/domains/alexidk.json
deleted file mode 100644
index 05a2b7cf2..000000000
--- a/domains/alexidk.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My developer website.",
- "repo": "https://github.com/Alex-idk",
- "owner": {
- "username": "Alex-idk",
- "email": "alex@alexidk.dev"
- },
- "record": {
- "URL": "https://alexidk.dev"
- }
-}
diff --git a/domains/alfanaan.json b/domains/alfanaan.json
new file mode 100644
index 000000000..59819dfaf
--- /dev/null
+++ b/domains/alfanaan.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Alfanaannet",
+ "email": "hmmm202031520062021@gmail.com",
+ "discord": "775012312876711936"
+ },
+ "record": {
+ "URL": "https://timevoice.onrender.com",
+ "MX": ["mail.is-a.dev"],
+ "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ }
+}
diff --git a/domains/alfari.json b/domains/alfari.json
new file mode 100644
index 000000000..30dbb37f2
--- /dev/null
+++ b/domains/alfari.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alfari24",
+ "email": "ari@alfari.id"
+ },
+ "record": {
+ "A": ["194.15.36.220"]
+ }
+}
diff --git a/domains/alijafari.json b/domains/alijafari.json
new file mode 100644
index 000000000..639da30f9
--- /dev/null
+++ b/domains/alijafari.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alijafari-gd",
+ "email": "ali.jafari.sn@gmail.com"
+ },
+ "record": {
+ "URL": "https://alijafari-gd.github.io"
+ }
+}
diff --git a/domains/alimehdi.json b/domains/alimehdi.json
new file mode 100644
index 000000000..61f4c9bbf
--- /dev/null
+++ b/domains/alimehdi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DeadMan30",
+ "email": "its.alimehdi25@gmail.com"
+ },
+ "record": {
+ "CNAME": "alimehdi.pages.dev"
+ }
+}
diff --git a/domains/aliwoto.json b/domains/aliwoto.json
new file mode 100644
index 000000000..fbcff706e
--- /dev/null
+++ b/domains/aliwoto.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ALiwoto",
+ "email": "aminnimaj@gmail.com"
+ },
+ "record": {
+ "A": ["176.9.175.107"]
+ }
+}
diff --git a/domains/alltawd.json b/domains/alltawd.json
new file mode 100644
index 000000000..577626d7f
--- /dev/null
+++ b/domains/alltawd.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AlltAWD",
+ "email": "hanson_2014@hotmail.com"
+ },
+ "record": {
+ "CNAME": "alltawd.github.io"
+ }
+}
diff --git a/domains/almaz.json b/domains/almaz.json
index cef326b10..9989735ad 100644
--- a/domains/almaz.json
+++ b/domains/almaz.json
@@ -4,8 +4,11 @@
"email": "almazgamer228@gmail.com"
},
"record": {
- "A": ["109.71.252.37"],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ "A": ["45.134.39.14"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/alpha.json b/domains/alpha.json
index 49af16a2d..00a226167 100644
--- a/domains/alpha.json
+++ b/domains/alpha.json
@@ -1,20 +1,14 @@
{
"owner": {
"username": "YouFoundAlpha",
- "email": "alpha@alpha.is-a.dev",
+ "email": "YouFoundAlpha@alpha.is-a.dev",
"Discord": "661121998830960651",
- "Twitter": "YouFoundAlpha",
"GitHub": "YouFoundAlpha",
"GitLab": "YouFoundAlpha",
"Mastodon": "@YouFoundAlpha@mastodon.social"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
+ "URL": "https://yfadev.pw",
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
diff --git a/domains/alphatechnolog.json b/domains/alphatechnolog.json
new file mode 100644
index 000000000..a57111a71
--- /dev/null
+++ b/domains/alphatechnolog.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal page",
+ "repo": "https://github.com/alphatechnolog/alphatechnolog.github.io",
+ "owner": {
+ "username": "AlphaTechnolog",
+ "email": "gfranklings@gmail.com"
+ },
+ "record": {
+ "CNAME": "alphatechnolog.github.io"
+ }
+}
diff --git a/domains/alvin.json b/domains/alvin.json
deleted file mode 100644
index 74d5aefe7..000000000
--- a/domains/alvin.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "alvinbengeorge",
- "email": "alvinallen333@gmail.com"
- },
- "record": {
- "CNAME": "alvinbengeorge.vercel.app"
- }
-}
diff --git a/domains/amerigo.json b/domains/amerigo.json
new file mode 100644
index 000000000..37a3d9405
--- /dev/null
+++ b/domains/amerigo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "north-site",
+ "email": "v.imreadrian@gmail.com"
+ },
+ "record": {
+ "CNAME": "5c13057597f8.sn.mynetname.net"
+ }
+}
diff --git a/domains/ammthecoder.json b/domains/ammthecoder.json
new file mode 100644
index 000000000..feb3270af
--- /dev/null
+++ b/domains/ammthecoder.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Aung-myat-min",
+ "email": "koaungmyatmin0@gmail.com"
+ },
+ "record": {
+ "URL": "https://ammthercoder.vercel.app/"
+ }
+}
diff --git a/domains/analytics.json b/domains/analytics.json
index 6d52dc48c..1853906a7 100644
--- a/domains/analytics.json
+++ b/domains/analytics.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
"CNAME": "dns.beadman-network.com"
diff --git a/domains/andremor.json b/domains/andremor.json
deleted file mode 100644
index 49badaed7..000000000
--- a/domains/andremor.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "AndreMor8",
- "email": "me@andremor.dev"
- },
- "record": {
- "URL": "https://andremor.dev"
- }
-}
diff --git a/domains/andres.json b/domains/andres.json
new file mode 100644
index 000000000..03872523d
--- /dev/null
+++ b/domains/andres.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "eneru2",
+ "email": "elementaov@gmail.com"
+ },
+ "record": {
+ "A": ["130.61.184.180"]
+ }
+}
diff --git a/domains/andrew.json b/domains/andrew.json
new file mode 100644
index 000000000..35288badd
--- /dev/null
+++ b/domains/andrew.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "andrewstech",
+ "email": "andrew@win11react.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"]
+ }
+}
diff --git a/domains/anna.json b/domains/anna.json
new file mode 100644
index 000000000..0f2801cf3
--- /dev/null
+++ b/domains/anna.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "annanas271",
+ "email": "iamrvins@gmail.com",
+ "discord": "1206164385911799850"
+ },
+
+ "record": {
+ "CNAME": "annanas271.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/anton.json b/domains/anton.json
new file mode 100644
index 000000000..ef98da318
--- /dev/null
+++ b/domains/anton.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rorosin",
+ "email": "rosin886@gmail.com"
+ },
+ "record": {
+ "CNAME": "ru.ardev.tk"
+ }
+}
diff --git a/domains/anumeya.json b/domains/anumeya.json
new file mode 100644
index 000000000..3d37f0dd5
--- /dev/null
+++ b/domains/anumeya.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "KreativeThinker",
+ "email": "sagely2005eagle@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "kreativethinker.github.io"
+ }
+}
diff --git a/domains/anurag.json b/domains/anurag.json
new file mode 100644
index 000000000..99ff09294
--- /dev/null
+++ b/domains/anurag.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "anuragjawalkar",
+ "email": "anurag24jawalkar@gmail.com"
+ },
+ "record": {
+ "CNAME": "anuragjawalkar.github.io"
+ }
+}
diff --git a/domains/any.json b/domains/any.json
new file mode 100644
index 000000000..188cf8a13
--- /dev/null
+++ b/domains/any.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "IRDMctorl",
+ "email": "fun64646969@gmail.com"
+ },
+ "record": {
+ "CNAME": "any-w1a3.onrender.com"
+ }
+}
diff --git a/domains/ap2.json b/domains/ap2.json
new file mode 100644
index 000000000..930135d6f
--- /dev/null
+++ b/domains/ap2.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "code-hunt-in",
+ "email": "aishwary.pandore@somaiya.edu"
+ },
+ "record": {
+ "CNAME": "code-hunt-in.github.io"
+ }
+}
diff --git a/domains/apam.json b/domains/apam.json
new file mode 100644
index 000000000..4d3da275b
--- /dev/null
+++ b/domains/apam.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "iamxani",
+ "email": "xenpei11@gmail.com"
+ },
+ "record": {
+ "CNAME": "iamxani.github.io"
+ }
+ }
diff --git a/domains/apgyorfi.json b/domains/apgyorfi.json
new file mode 100644
index 000000000..5bc041303
--- /dev/null
+++ b/domains/apgyorfi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "apgyorfi",
+ "email": "apgyorfi@protonmail.com"
+ },
+ "record": {
+ "CNAME": "gfsys.hu"
+ }
+}
diff --git a/domains/api.dhyan99.json b/domains/api.dhyan99.json
deleted file mode 100644
index 4967803cd..000000000
--- a/domains/api.dhyan99.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "repo": "https://github.com/d99-1/dhyan99-portfolio",
- "owner": {
- "username": "D99-1",
- "email": "dhyantanna@gmail.com"
- },
-
- "record": {
- "CNAME": "41c7b59d-7492-40cb-868c-3c1777f7ebff.id.repl.co"
- }
-}
diff --git a/domains/api.json b/domains/api.json
index 0a51a1e9a..d66eca635 100644
--- a/domains/api.json
+++ b/domains/api.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "wdhdev",
- "email": "william@williamharrison.dev"
+ "username": "is-a-dev",
+ "email": ""
},
"record": {
diff --git a/domains/api.shockbs.json b/domains/api.shockbs.json
new file mode 100644
index 000000000..90d1fbd6e
--- /dev/null
+++ b/domains/api.shockbs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shockbs",
+ "email": "apipherng@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/api.spotify.stefdp.json b/domains/api.spotify.stefdp.json
new file mode 100644
index 000000000..e2b559f3c
--- /dev/null
+++ b/domains/api.spotify.stefdp.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229",
+ "github_id": 81536172
+ },
+ "record": {
+ "CNAME": "proxy.stefdp.is-a.dev"
+ }
+}
diff --git a/domains/api.stefdp.json b/domains/api.stefdp.json
index 187cc9a31..e2b559f3c 100644
--- a/domains/api.stefdp.json
+++ b/domains/api.stefdp.json
@@ -2,9 +2,10 @@
"owner": {
"username": "Stef-00012",
"email": "admin@stefdp.is-a.dev",
- "discord": "694986201739952229"
+ "discord": "694986201739952229",
+ "github_id": 81536172
},
"record": {
- "A": ["109.71.252.37"]
+ "CNAME": "proxy.stefdp.is-a.dev"
}
}
diff --git a/domains/app.json b/domains/app.json
new file mode 100644
index 000000000..930135d6f
--- /dev/null
+++ b/domains/app.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "code-hunt-in",
+ "email": "aishwary.pandore@somaiya.edu"
+ },
+ "record": {
+ "CNAME": "code-hunt-in.github.io"
+ }
+}
diff --git a/domains/aqilhensem.json b/domains/aqilhensem.json
new file mode 100644
index 000000000..a03c6e9fb
--- /dev/null
+++ b/domains/aqilhensem.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "qing762",
+ "email": "threatedblade@outlook.com"
+ },
+ "record": {
+ "CNAME": "qing762.github.io"
+ }
+}
\ No newline at end of file
diff --git a/domains/araguaci.json b/domains/araguaci.json
new file mode 100644
index 000000000..d37c7093f
--- /dev/null
+++ b/domains/araguaci.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "araguaci",
+ "email": "araguaci@gmail.com"
+ },
+ "record": {
+ "CNAME": "araguaci.github.io"
+ }
+}
diff --git a/domains/arch.json b/domains/arch.json
index 46ccb10ca..68afd2c79 100644
--- a/domains/arch.json
+++ b/domains/arch.json
@@ -3,7 +3,7 @@
"repo": "https://github.com/Arch881010/Arch881010",
"owner": {
"username": "Arch881010",
- "email": "c1yd4.arch@inbox.testmail.app",
+ "email": "arch@arch1010.dev",
"discord": "arch1010",
"discord-id": "410248634593050627"
},
diff --git a/domains/ardistory.json b/domains/ardistory.json
new file mode 100644
index 000000000..bef531d4d
--- /dev/null
+++ b/domains/ardistory.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ardistory",
+ "email": "putraardiansyah530@gmail.com"
+ },
+ "record": {
+ "A": ["198.91.81.13"]
+ }
+}
diff --git a/domains/ardox.json b/domains/ardox.json
new file mode 100644
index 000000000..a30e20e9c
--- /dev/null
+++ b/domains/ardox.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LeVraiArdox",
+ "email": "adrian.arjoca18@gmail.com"
+ },
+ "record": {
+ "CNAME": "levraiardox.github.io"
+ }
+}
diff --git a/domains/arhammusheer.json b/domains/arhammusheer.json
deleted file mode 100644
index c3ae3d778..000000000
--- a/domains/arhammusheer.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "arhammusheer",
- "email": "arhammusheer@gmail.com"
- },
- "record": {
- "CNAME": "croissant.one"
- }
-}
diff --git a/domains/ariffhazmi.json b/domains/ariffhazmi.json
new file mode 100644
index 000000000..246f97221
--- /dev/null
+++ b/domains/ariffhazmi.json
@@ -0,0 +1,12 @@
+{
+ "description": "Ariffhazmi's Website",
+ "repo": "https://github.com/Areplesapelagi/ariffhazmi.git",
+ "owner": {
+ "username": "Areplesapelagi",
+ "email": "muhdariffhazmi@gmail.com"
+
+ },
+ "record": {
+ "CNAME": "Areplesapelagi.github.io"
+ }
+}
\ No newline at end of file
diff --git a/domains/arnab.json b/domains/arnab.json
new file mode 100644
index 000000000..c72c6acd0
--- /dev/null
+++ b/domains/arnab.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "arnabdatta",
+ "email": "arnabdatta3@gmail.com"
+ },
+ "record": {
+ "CNAME": "arnabdatta.github.io"
+ }
+}
diff --git a/domains/artesdosul.json b/domains/artesdosul.json
new file mode 100644
index 000000000..c9d4f927d
--- /dev/null
+++ b/domains/artesdosul.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "araguaci",
+ "email": "araguaci@gmail.com"
+ },
+ "record": {
+ "CNAME": "artesdosul.github.io"
+ }
+}
diff --git a/domains/arthur.json b/domains/arthur.json
deleted file mode 100644
index 76e713a34..000000000
--- a/domains/arthur.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Arthurdw",
- "email": "mail@arthurdw.com"
- },
- "repo": "https://github.com/arthurdw",
- "record": {
- "URL": "https://www.arthurdw.com"
- }
-}
diff --git a/domains/artix.json b/domains/artix.json
index a33a634c0..5d7662e28 100644
--- a/domains/artix.json
+++ b/domains/artix.json
@@ -1,9 +1,12 @@
{
- "owner": {
- "username": "alex1028199",
- "email": "yu1234u73f.com@gmail.com"
- },
- "record": {
- "CNAME": "proxy.private.danbot.host"
- }
-}
+ "owner": {
+ "username": "alex1028199",
+ "email": "yu1234u73f.com@gmail.com",
+ "discord": "834867471885271053"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/aryan.json b/domains/aryan.json
new file mode 100644
index 000000000..fb67fbdb0
--- /dev/null
+++ b/domains/aryan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AryanTheDevloper",
+ "email": "aryan.p062009@gmail.com"
+ },
+ "record": {
+ "CNAME": "aryanthedevloper.github.io"
+ }
+}
diff --git a/domains/aryxst.json b/domains/aryxst.json
new file mode 100644
index 000000000..be519c771
--- /dev/null
+++ b/domains/aryxst.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Aryxst",
+ "email": "jessieodeh08@gmail.com"
+ },
+ "record": {
+ "CNAME": "aryxst.github.io"
+ }
+}
diff --git a/domains/as.json b/domains/as.json
new file mode 100644
index 000000000..49f779a1c
--- /dev/null
+++ b/domains/as.json
@@ -0,0 +1,10 @@
+{
+ "repo" :"https://mrakshayas.github.io/me/",
+ "owner": {
+ "username": "MrAkshayAS",
+ "email": "akshau72p@gmail.com"
+ },
+ "record": {
+ "CNAME": "mrakshayas.github.io"
+ }
+}
diff --git a/domains/ashif.json b/domains/ashif.json
new file mode 100644
index 000000000..914b6a383
--- /dev/null
+++ b/domains/ashif.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TheKingslayer11",
+ "email": "ashifhussain609@gmail.com"
+ },
+ "record": {
+ "CNAME": "thekingslayer11.github.io"
+ }
+}
diff --git a/domains/ashishagarwal.json b/domains/ashishagarwal.json
new file mode 100644
index 000000000..300dbfa88
--- /dev/null
+++ b/domains/ashishagarwal.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ashishagarwal2023",
+ "email": "code.with.aasheesh@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "ashishagarwal2023.github.io"
+
+ }
+}
diff --git a/domains/ashishagr.json b/domains/ashishagr.json
new file mode 100644
index 000000000..3941c66c6
--- /dev/null
+++ b/domains/ashishagr.json
@@ -0,0 +1,21 @@
+{
+ "owner": {
+ "username": "ashishagarwal2023",
+ "email": "code.with.aasheesh@gmail.com"
+ },
+ "record": {
+ "A": [
+ "185.199.109.153",
+ "185.199.111.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/ashley.json b/domains/ashley.json
new file mode 100644
index 000000000..bf072d5e7
--- /dev/null
+++ b/domains/ashley.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ashleyyy94",
+ "email": "ashley_2461994@hotmail.com"
+ },
+ "record": {
+ "URL": "https://ashleyong.xyz/"
+ }
+}
\ No newline at end of file
diff --git a/domains/ashutoshkumar.json b/domains/ashutoshkumar.json
deleted file mode 100644
index 3d75958e1..000000000
--- a/domains/ashutoshkumar.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Ashutosh Kumar's Portfolio",
- "owner": {
- "username": "Ashutoshcoder",
- "email": "ashutoshkumardbms@gmail.com"
- },
- "record": {
- "CNAME": "ashutoshkumar.me"
- }
-}
diff --git a/domains/asicalug.json b/domains/asicalug.json
new file mode 100644
index 000000000..64a350652
--- /dev/null
+++ b/domains/asicalug.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Asicalug",
+ "email": "isaac.poissinger@gmail.com"
+ },
+ "record": {
+ "CNAME": "asicalug.github.io"
+ }
+}
diff --git a/domains/asnct.json b/domains/asnct.json
new file mode 100644
index 000000000..846b87a84
--- /dev/null
+++ b/domains/asnct.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "asnct",
+ "email": "asnct.email@gmail.com"
+ },
+ "record": {
+ "A": ["5.42.94.94"]
+ }
+}
diff --git a/domains/asp.json b/domains/asp.json
deleted file mode 100644
index 9d93f947b..000000000
--- a/domains/asp.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "aspekts",
- "email": "marcus.kamuntu@gmail.com"
- },
- "record": {
- "CNAME": "29e1a02d-9848-4f80-845e-74cb27d553b3.id.repl.co"
- }
-}
diff --git a/domains/asteria.json b/domains/asteria.json
new file mode 100644
index 000000000..87286d8fa
--- /dev/null
+++ b/domains/asteria.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "spectre-xenon",
+ "email": "omarzaghlool538@gmail.com"
+ },
+ "record": {
+ "CNAME": "asteria-9ee.pages.dev"
+ }
+}
diff --git a/domains/astra.json b/domains/astra.json
deleted file mode 100644
index d9df3fa1a..000000000
--- a/domains/astra.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "LilyMusic",
- "email": "lilymusicdiscord@gmail.com",
- "discord": "981225782938579014"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/auras.json b/domains/auras.json
new file mode 100644
index 000000000..f6d0e13bd
--- /dev/null
+++ b/domains/auras.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "agnesmonret",
+ "email": "agnesmoret@proton.me",
+ "discord": "694917200720429066"
+ },
+
+ "record": {
+ "CNAME": "agnesmonret.github.io"
+ }
+ }
+
diff --git a/domains/aus.json b/domains/aus.json
new file mode 100644
index 000000000..abb0eea34
--- /dev/null
+++ b/domains/aus.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MrAkshayAS",
+ "email": "akshau72p@gmail.com"
+ },
+ "record": {
+ "URL": "https://mrakshayas.github.io/portfolio/"
+ }
+}
diff --git a/domains/austino.json b/domains/austino.json
new file mode 100644
index 000000000..a584f8779
--- /dev/null
+++ b/domains/austino.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AustinGraphics",
+ "email": "austinxthomas@gmail.com"
+ },
+ "record": {
+ "CNAME": "austingraphics.github.io"
+ }
+}
diff --git a/domains/authorises.json b/domains/authorises.json
deleted file mode 100644
index 3a1d2cfd4..000000000
--- a/domains/authorises.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "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/avengers-sonarqube.json b/domains/avengers-sonarqube.json
new file mode 100644
index 000000000..aca7595a7
--- /dev/null
+++ b/domains/avengers-sonarqube.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "hxhieu",
+ "email": "hugh.hoang@gmail.com"
+ },
+ "record": {
+ "CNAME": "sonaqube.jollyocean-513cc86d.australiaeast.azurecontainerapps.io"
+ }
+}
diff --git a/domains/avon.json b/domains/avon.json
deleted file mode 100644
index 5d276ee40..000000000
--- a/domains/avon.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "avonryle",
- "discord": "avonryle#3155",
- "email": "avonryle@cloudteam.me"
- },
- "record": {
- "CNAME": "b496390d-18ef-4629-990f-a6bb296f35d6.id.repl.co"
- }
-}
diff --git a/domains/axay.json b/domains/axay.json
new file mode 100644
index 000000000..85300ea9e
--- /dev/null
+++ b/domains/axay.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "MrAkshayAS",
+ "email": "",
+ "discord" : "mrakshayas"
+ },
+ "record": {
+ "CNAME": "mrakshayas.github.io"
+ }
+}
diff --git a/domains/axd.json b/domains/axd.json
index 75d1c9dc1..f94ccdc4f 100644
--- a/domains/axd.json
+++ b/domains/axd.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "alexdhg",
- "email": "alex.zr71@gmail.com"
+ "email": "axd@webwarp.ro"
},
"record": {
"URL": "https://axxd.me"
diff --git a/domains/axe.json b/domains/axe.json
new file mode 100644
index 000000000..eba50712e
--- /dev/null
+++ b/domains/axe.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "axelawh",
+ "email": "lewisbrown171@gmail.com"
+ },
+ "record": {
+ "A": ["195.20.254.54"]
+ }
+}
diff --git a/domains/axeon.json b/domains/axeon.json
new file mode 100644
index 000000000..556237d75
--- /dev/null
+++ b/domains/axeon.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "ReBlast",
+ "email": "",
+ "discord": "poxuizm"
+ },
+ "record": {
+ "CNAME": "axeon.pages.dev"
+ }
+}
\ No newline at end of file
diff --git a/domains/axewbotx.json b/domains/axewbotx.json
index 29970d250..8bd73229a 100644
--- a/domains/axewbotx.json
+++ b/domains/axewbotx.json
@@ -1,9 +1,10 @@
{
- "description": "I want to create my personal website, like a portfolio website.",
+ "description": "Personal Website",
"repo": "https://github.com/AxewBoTX/axewbotx.github.io",
"owner": {
"username": "AxewBoTX",
- "email": "lovedeepbrar54155@gmail.com"
+ "email": "lovedeepbrar54155@gmail.com",
+ "twitter": "@AxewBoTX"
},
"record": {
"CNAME": "axewbotx.github.io"
diff --git a/domains/axrxvm.json b/domains/axrxvm.json
new file mode 100644
index 000000000..dec8af0ef
--- /dev/null
+++ b/domains/axrxvm.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AaravMehta59",
+ "email": "poojaaarav321@gmail.com"
+ },
+ "record": {
+ "URL": "https://aaravm.me/"
+ }
+}
diff --git a/domains/ayinaki.json b/domains/ayinaki.json
new file mode 100644
index 000000000..995d92393
--- /dev/null
+++ b/domains/ayinaki.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Ayinaki",
+ "email": "ayinakidev@gmail.com"
+ },
+ "record": {
+ "CNAME": "ayinaki.github.io"
+ }
+}
diff --git a/domains/aymouwu.json b/domains/aymouwu.json
new file mode 100644
index 000000000..89c2cef65
--- /dev/null
+++ b/domains/aymouwu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NotAymo",
+ "email": "ninecraftoff@outlook.com"
+ },
+ "record": {
+ "CNAME": "usest1.netro.host"
+ }
+}
diff --git a/domains/ayoungmanwithanoldsoul.json b/domains/ayoungmanwithanoldsoul.json
new file mode 100644
index 000000000..039f642e0
--- /dev/null
+++ b/domains/ayoungmanwithanoldsoul.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ayoungmanwithanoldsoul",
+ "email": "paoloandrewpomar@gmail.com"
+ },
+ "record": {
+ "CNAME": "ayoungmanwithanoldsoul.github.io"
+ }
+}
diff --git a/domains/ayushtiwari.json b/domains/ayushtiwari.json
new file mode 100644
index 000000000..4e4876e24
--- /dev/null
+++ b/domains/ayushtiwari.json
@@ -0,0 +1,12 @@
+{
+ "description": "ayushtiwari.is-a.dev for my portfolio website",
+ "repo": "https://github.com/aaayushh7/myPortfolio.git",
+ "owner": {
+ "username": "aaayushh7",
+ "email": "",
+ "discord": "_aaayushh"
+ },
+ "record": {
+ "URL": "https://ayushtiwari.co"
+ }
+ }
\ No newline at end of file
diff --git a/domains/azhammakestrash.json b/domains/azhammakestrash.json
new file mode 100644
index 000000000..9dff2bd93
--- /dev/null
+++ b/domains/azhammakestrash.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AzhamProdLive",
+ "email": "websitedomain.regroup588@passinbox.com"
+ },
+ "record": {
+ "CNAME": "azhammakestrash.pages.dev"
+ }
+}
diff --git a/domains/azurezeng.json b/domains/azurezeng.json
deleted file mode 100644
index 05a6c5f32..000000000
--- a/domains/azurezeng.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "AzureZeng",
- "email": "weedycn@outlook.com"
- },
- "record": {
- "CNAME": "azurezeng.com"
- }
-}
diff --git a/domains/b69029a2925ad960f5af027cd6d10ed9.json b/domains/b69029a2925ad960f5af027cd6d10ed9.json
deleted file mode 100644
index 25680b145..000000000
--- a/domains/b69029a2925ad960f5af027cd6d10ed9.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev-bot",
- "email": "is-a-dev@win11react.com"
- },
- "record": {
- "CNAME": "verify.bing.com"
- }
-}
diff --git a/domains/badend.json b/domains/badend.json
new file mode 100644
index 000000000..6d7e3035d
--- /dev/null
+++ b/domains/badend.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "BadEnd777",
+ "email": "badend777@proton.me"
+ },
+ "description": "๐ Hello, I'm BadEnd, a passionate Full Stack Developer with a solid background in web development. I specialize in creating efficient web solutions and am always seeking opportunities to deliver high-quality work. Feel free to view my personal website, featured projects, and contact information on GitHub.",
+ "repo": "https://github.com/BadEnd777/Personal-Website",
+ "record": {
+ "CNAME": "badend.pages.dev"
+ }
+}
\ No newline at end of file
diff --git a/domains/baijiu.yec.json b/domains/baijiu.yec.json
deleted file mode 100644
index 02420e017..000000000
--- a/domains/baijiu.yec.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "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/baka.json b/domains/baka.json
new file mode 100644
index 000000000..b563486a7
--- /dev/null
+++ b/domains/baka.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Baka-OP",
+ "email": "itsmew2468@gmail.com"
+ },
+ "record": {
+ "CNAME": "baka-op.github.io"
+ }
+}
diff --git a/domains/banik.json b/domains/banik.json
new file mode 100644
index 000000000..6d44f9b9b
--- /dev/null
+++ b/domains/banik.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Chiradeep-Banik",
+ "email": "chiradeep13@gmail.com"
+ },
+ "record": {
+ "CNAME": "chiradeep-banik.github.io"
+ }
+}
diff --git a/domains/baptiste.json b/domains/baptiste.json
new file mode 100644
index 000000000..4f8b728bc
--- /dev/null
+++ b/domains/baptiste.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BapRx",
+ "email": "rouxbaptiste@outlook.com"
+ },
+ "record": {
+ "CNAME": "baprx.github.io"
+ }
+}
diff --git a/domains/barnacl437.json b/domains/barnacl437.json
new file mode 100644
index 000000000..f8f70ff8a
--- /dev/null
+++ b/domains/barnacl437.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Barnacl437",
+ "email": "barnacl437@proton.me"
+ },
+ "record": {
+ "CNAME": "barnacl437.github.io"
+ }
+}
diff --git a/domains/bast.json b/domains/bast.json
deleted file mode 100644
index 8339f3bca..000000000
--- a/domains/bast.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Bast's unimaginatively named programming blog",
- "owner": {
- "username": "bast0006",
- "email": "bast@bast-development.com"
- },
- "record": {
- "URL": "https://bast-development.com"
- }
-}
diff --git a/domains/ss.kleb.json b/domains/bday.suki.json
similarity index 50%
rename from domains/ss.kleb.json
rename to domains/bday.suki.json
index f8d1961e3..a3d5501ed 100644
--- a/domains/ss.kleb.json
+++ b/domains/bday.suki.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "KrazyKleb",
- "email": "krazykleb@outlook.com"
+ "username": "SukiPlayz",
+ "email": "sukimayoo@outlook.com"
},
"record": {
"A": ["69.30.249.53"]
diff --git a/domains/bean.json b/domains/bean.json
new file mode 100644
index 000000000..3a151160f
--- /dev/null
+++ b/domains/bean.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BeanRob",
+ "email": "bentr99@gmail.com"
+ },
+ "record": {
+ "CNAME": "beanrob.com"
+ }
+}
diff --git a/domains/belka.json b/domains/belka.json
deleted file mode 100644
index 321d08809..000000000
--- a/domains/belka.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "zshmeta",
- "email": "zshmeta@gmail.com"
- },
- "record": {
- "A": ["84.235.229.48"]
- }
-}
diff --git a/domains/benediktreck.json b/domains/benediktreck.json
deleted file mode 100644
index 33df18087..000000000
--- a/domains/benediktreck.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "usr577",
- "email": "benedikt.reck@oesdorf.de"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
diff --git a/domains/benz.json b/domains/benz.json
new file mode 100644
index 000000000..0cfeed30f
--- /dev/null
+++ b/domains/benz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MicroBenz",
+ "email": "microbenz.prob@gmail.com"
+ },
+ "record": {
+ "CNAME": "microbenz.in.th"
+ }
+}
diff --git a/domains/bernalvarela.json b/domains/bernalvarela.json
new file mode 100644
index 000000000..2557355d7
--- /dev/null
+++ b/domains/bernalvarela.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bernalvarela",
+ "email": "bernalvarela@gmail.com"
+ },
+ "record": {
+ "CNAME": "bernalvarela.github.io"
+ }
+}
diff --git a/domains/berztech.json b/domains/berztech.json
deleted file mode 100644
index 23f8f5072..000000000
--- a/domains/berztech.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Sxurabh",
- "email": "saurabhkirve@gmail.com"
- },
- "record": {
- "CNAME": "berztech.vercel.app"
- }
-}
diff --git a/domains/bhardwaj.json b/domains/bhardwaj.json
new file mode 100644
index 000000000..d19449b77
--- /dev/null
+++ b/domains/bhardwaj.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rohanbhardwaj205",
+ "email": "71399@cgcjhanjeri.in"
+ },
+ "record": {
+ "CNAME": "rohanbhardwaj205.github.io"
+ }
+}
diff --git a/domains/bhaskar.json b/domains/bhaskar.json
deleted file mode 100644
index b07a85bd4..000000000
--- a/domains/bhaskar.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "bhaskaraa45",
- "email": "bhaskarmandal369@gmail.com"
- },
- "record": {
- "A": ["40.76.254.177"]
- }
-}
diff --git a/domains/bhavishyadahiya.json b/domains/bhavishyadahiya.json
deleted file mode 100644
index 7a976dd34..000000000
--- a/domains/bhavishyadahiya.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "BH00TXD",
- "email": "ghost25112006@gmail.com"
- },
- "record": {
- "CNAME": "proxy.private.danbot.host"
- }
-}
diff --git a/domains/bigtime.json b/domains/bigtime.json
new file mode 100644
index 000000000..9f783f23c
--- /dev/null
+++ b/domains/bigtime.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mxl0s",
+ "email": "contact@milosv.co"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/billy.json b/domains/billy.json
new file mode 100644
index 000000000..20c5ca076
--- /dev/null
+++ b/domains/billy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "billyeatcookies",
+ "email": "billydevbusiness@gmail.com"
+ },
+ "record": {
+ "URL": "https://billyeatcookies.github.io"
+ }
+}
diff --git a/domains/binwonk.json b/domains/binwonk.json
new file mode 100644
index 000000000..41d88fa35
--- /dev/null
+++ b/domains/binwonk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "binwonk",
+ "email": "finnwok1@gmail.com"
+ },
+ "record": {
+ "CNAME": "binwonk.github.io"
+ }
+}
diff --git a/domains/bismuth.json b/domains/bismuth.json
new file mode 100644
index 000000000..deb9b5313
--- /dev/null
+++ b/domains/bismuth.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bismuthnickel",
+ "email": "warreneverettstevens@gmail.com"
+ },
+ "record": {
+ "CNAME": "bismuthnickel.github.io"
+ }
+}
diff --git a/domains/bkms.json b/domains/bkms.json
new file mode 100644
index 000000000..b12e2612f
--- /dev/null
+++ b/domains/bkms.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bkmsstudio",
+ "email": "mmini15354424@gmail.com"
+ },
+ "record": {
+ "CNAME": "www.bkmsdev.in.th"
+ }
+}
diff --git a/domains/blast.json b/domains/blast.json
index d83a94be7..7db4f4bc0 100644
--- a/domains/blast.json
+++ b/domains/blast.json
@@ -2,7 +2,7 @@
"owner": {
"username": "ReBlast",
"email": "",
- "discord": "Blast#9400"
+ "discord": "poxuizm"
},
"description": "Personal website with links to my social medias, will probably add portfolio",
"record": {
diff --git a/domains/block.json b/domains/block.json
deleted file mode 100644
index 49f769b27..000000000
--- a/domains/block.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "CookieTriste",
- "email": "romain.tocsin@gmail.com"
- },
- "record": {
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
- }
-}
diff --git a/domains/blog.areen-c.json b/domains/blog.areen-c.json
new file mode 100644
index 000000000..dd1ba1a4b
--- /dev/null
+++ b/domains/blog.areen-c.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "areen-c",
+ "email": "areenelhaq@gmail.com"
+ },
+ "record": {
+ "CNAME": "blog-areen.pages.dev"
+ }
+}
diff --git a/domains/blog.areen.json b/domains/blog.areen.json
new file mode 100644
index 000000000..7259f9224
--- /dev/null
+++ b/domains/blog.areen.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "areen-c",
+ "email": "areenelhaq@gmail.com"
+ },
+ "record": {
+ "CNAME": "areencx.pages.dev"
+ }
+}
diff --git a/domains/blog.brandgrandreal.json b/domains/blog.brandgrandreal.json
new file mode 100644
index 000000000..221e76351
--- /dev/null
+++ b/domains/blog.brandgrandreal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BrandgrandRealMe",
+ "email": "brandon.lambe@skiff.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/blog.dhruva.json b/domains/blog.dhruva.json
deleted file mode 100644
index 31fd68d40..000000000
--- a/domains/blog.dhruva.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "my hashnode blog",
- "owner": {
- "username": "carrotfarmer",
- "email": "dhruvas17068@gmail.com"
- },
- "record": {
- "CNAME": "hashnode.network"
- }
-}
diff --git a/domains/blog.efrecon.json b/domains/blog.efrecon.json
deleted file mode 100644
index 44c760260..000000000
--- a/domains/blog.efrecon.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "efrecon's blog",
- "repo": "https://github.com/efrecon/efrecon.github.io",
- "owner": {
- "username": "efrecon",
- "email": "efrecon+github@gmail.com"
- },
- "record": {
- "CNAME": "efrecon.github.io"
- }
-}
diff --git a/domains/blog.vornexx.json b/domains/blog.vornexx.json
new file mode 100644
index 000000000..cf331d183
--- /dev/null
+++ b/domains/blog.vornexx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vornex-gh",
+ "email": "ajay.ramnath8812@gmail.com"
+ },
+ "record": {
+ "CNAME": "blogvornexx.pages.dev"
+ }
+}
diff --git a/domains/blogs.adityabh.json b/domains/blogs.adityabh.json
new file mode 100644
index 000000000..a9d894e59
--- /dev/null
+++ b/domains/blogs.adityabh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AdityaBhattacharya1",
+ "email": "ec6isyf0@anonaddy.me"
+ },
+ "record": {
+ "CNAME": "blogs-b2q.pages.dev"
+ }
+}
diff --git a/domains/blue.json b/domains/blue.json
new file mode 100644
index 000000000..30f1c7a0b
--- /dev/null
+++ b/domains/blue.json
@@ -0,0 +1,12 @@
+{
+ "description": "My personal site, for introducing myself.",
+ "repo": "https://github.com/b1ue-dev/b1ue-dev.github.io",
+ "owner": {
+ "username": "B1ue-Dev",
+ "email": "b1uedev@outlook.com",
+ "twitter": "b1uedev"
+ },
+ "record": {
+ "CNAME": "b1ue-dev.github.io"
+ }
+}
diff --git a/domains/bmh.json b/domains/bmh.json
deleted file mode 100644
index d463a4e04..000000000
--- a/domains/bmh.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "bm-hien",
- "email": "buiminhhien001@gmail.com"
- },
- "record": {
- "URL": "https://bm-hien.github.io"
- }
-}
diff --git a/domains/bob16077.json b/domains/bob16077.json
new file mode 100644
index 000000000..9b65e5f1a
--- /dev/null
+++ b/domains/bob16077.json
@@ -0,0 +1,12 @@
+{
+ "description": "A personal page that also gives information on my projects",
+ "repo": "https://github.com/Bob16077/bob16077.github.io",
+ "owner": {
+ "username": "bob16077",
+ "email": "",
+ "discord": "bob16077777"
+ },
+ "record": {
+ "CNAME": "bob16077.github.io"
+ }
+}
diff --git a/domains/boseong.json b/domains/boseong.json
new file mode 100644
index 000000000..139b6872f
--- /dev/null
+++ b/domains/boseong.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "2paperstar",
+ "email": "lee@paperst.ar"
+ },
+ "record": {
+ "CNAME": "paperst.ar"
+ }
+}
diff --git a/domains/bot.dracx.json b/domains/bot.dracx.json
deleted file mode 100644
index bdde9076f..000000000
--- a/domains/bot.dracx.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "DarindaDraX",
- "email": "123kishanvish@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/bovas.json b/domains/bovas.json
deleted file mode 100644
index 0ee4719de..000000000
--- a/domains/bovas.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "bovas",
- "email": "bovaskjacobb2009@gmail.com"
- },
-
- "record": {
- "URL": "https://dev.bovas.repl.co"
- }
-}
diff --git a/domains/brainproxy.json b/domains/brainproxy.json
new file mode 100644
index 000000000..1815bf923
--- /dev/null
+++ b/domains/brainproxy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LtBrain",
+ "email": "brian.j.guan@outlook.com"
+ },
+ "record": {
+ "A": ["64.227.120.231"]
+ }
+}
diff --git a/domains/brandgrandreal.json b/domains/brandgrandreal.json
new file mode 100644
index 000000000..98da537d8
--- /dev/null
+++ b/domains/brandgrandreal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BrandgrandRealMe",
+ "email": "brandon.lambe@skiff.com"
+ },
+ "record": {
+ "CNAME": "brandgrandrealme.github.io"
+ }
+}
diff --git a/domains/brpro.json b/domains/brpro.json
deleted file mode 100644
index 89adeb0e5..000000000
--- a/domains/brpro.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "raxidbou4nja",
- "email": "rachid.boughnja@gmail.com"
- },
- "record": {
- "A": ["150.136.61.251"]
- }
-}
diff --git a/domains/bs.json b/domains/bs.json
deleted file mode 100644
index e7daac5a3..000000000
--- a/domains/bs.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "a website for my api",
- "repo": "https://github.com/brawlie/api",
- "owner": {
- "username": "brawlie",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "7b9fd2b3-d702-4577-bcbf-a1a529ad3f3d.repl.co"
- }
-}
diff --git a/domains/buyer.json b/domains/buyer.json
new file mode 100644
index 000000000..3d080c4f3
--- /dev/null
+++ b/domains/buyer.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Meghdut-Mandal",
+ "email": "meghdut.windows@gmail.com"
+ },
+ "record": {
+ "CNAME": "d2qfp4li4hsnxe.cloudfront.net"
+ }
+}
diff --git a/domains/byte.json b/domains/byte.json
new file mode 100644
index 000000000..dcf479cbc
--- /dev/null
+++ b/domains/byte.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "ishan-school",
+ "email": "ishan.13406@lahartara.sunbeamschools.com"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/caburum.json b/domains/caburum.json
new file mode 100644
index 000000000..e753d199a
--- /dev/null
+++ b/domains/caburum.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "caburum",
+ "email": "24cdingwall@gmail.com"
+ },
+ "record": {
+ "CNAME": "calum-portfolio.pages.dev"
+ }
+}
diff --git a/domains/caesar.json b/domains/caesar.json
new file mode 100644
index 000000000..d37bf852d
--- /dev/null
+++ b/domains/caesar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Illupiter",
+ "email": "lollelxkfo@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/caiden.json b/domains/caiden.json
new file mode 100644
index 000000000..80e231afc
--- /dev/null
+++ b/domains/caiden.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Caiden-P",
+ "email": "iididhejejdj@gmail.com",
+ "discord": "850820069310201896"
+ },
+ "record": {
+ "CNAME": "caiden.onrender.com"
+ }
+}
diff --git a/domains/cala.json b/domains/cala.json
new file mode 100644
index 000000000..678c1a566
--- /dev/null
+++ b/domains/cala.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "calamitywoah",
+ "email": "krivojta@gmail.com",
+ "discord": "981555580495867964"
+ },
+
+ "record": {
+ "CNAME": "calamitywoah.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/calum.json b/domains/calum.json
new file mode 100644
index 000000000..809c63f53
--- /dev/null
+++ b/domains/calum.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "caburum",
+ "email": "24cdingwall@gmail.com"
+ },
+ "record": {
+ "URL": "https://caburum.is-a.dev"
+ }
+}
diff --git a/domains/cameo007.json b/domains/cameo007.json
deleted file mode 100644
index 8a95a4a45..000000000
--- a/domains/cameo007.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Cameo007",
- "email": "pascal.1.dietrich@hotmail.com"
- },
- "record": {
- "CNAME": "mintux.de"
- }
-}
diff --git a/domains/carlo.json b/domains/carlo.json
new file mode 100644
index 000000000..fc1fa8c70
--- /dev/null
+++ b/domains/carlo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "z1on3",
+ "email": "panercarlo99@gmail.com"
+ },
+ "record": {
+ "CNAME": "z1on3.github.io"
+ }
+}
diff --git a/domains/carpodi.json b/domains/carpodi.json
new file mode 100644
index 000000000..c019c6a19
--- /dev/null
+++ b/domains/carpodi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Carpodi",
+ "email": "itsjahzielgarcia07@gmail.com"
+ },
+ "record": {
+ "CNAME": "carpodi.github.io"
+ }
+}
diff --git a/domains/catboy.json b/domains/catboy.json
deleted file mode 100644
index 36223a2b6..000000000
--- a/domains/catboy.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "SlycIsACatboy",
- "email": "noahhz942@gmail.com"
- },
- "record": {
- "A": ["137.184.119.127"],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
- }
-}
diff --git a/domains/catfein.json b/domains/catfein.json
new file mode 100644
index 000000000..30dbb37f2
--- /dev/null
+++ b/domains/catfein.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alfari24",
+ "email": "ari@alfari.id"
+ },
+ "record": {
+ "A": ["194.15.36.220"]
+ }
+}
diff --git a/domains/catfoolyou.json b/domains/catfoolyou.json
new file mode 100644
index 000000000..33ed5718c
--- /dev/null
+++ b/domains/catfoolyou.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "catfoolyou",
+ "email": "catfoolyou.github@manyme.com"
+ },
+ "record": {
+ "URL": "https://vast-puce-hippo-shoe.cyclic.app/"
+ }
+}
diff --git a/domains/catr3kd.json b/domains/catr3kd.json
deleted file mode 100644
index 8c035770f..000000000
--- a/domains/catr3kd.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "CatR3kd",
- "email": "oliverlivesay@gmail.com"
- },
- "record": {
- "URL": "https://catr3kd.repl.co"
- }
-}
diff --git a/domains/cdn.artix.json b/domains/cdn.artix.json
new file mode 100644
index 000000000..5d7662e28
--- /dev/null
+++ b/domains/cdn.artix.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "alex1028199",
+ "email": "yu1234u73f.com@gmail.com",
+ "discord": "834867471885271053"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/cdn.mohammad87115.json b/domains/cdn.mohammad87115.json
new file mode 100644
index 000000000..cda0fd126
--- /dev/null
+++ b/domains/cdn.mohammad87115.json
@@ -0,0 +1,11 @@
+{
+ "description": "I'm using this subdomain to access the place i upload my files easier",
+ "owner": {
+ "username": "mohammad87115",
+ "email": "mohammad87115@gmail.com",
+ "twitter": "mohammad87115"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/cdn.parsewar.json b/domains/cdn.parsewar.json
new file mode 100644
index 000000000..f1df135d0
--- /dev/null
+++ b/domains/cdn.parsewar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AtharvParsewar",
+ "email": "atharvparsewar@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/cdn.serstars.json b/domains/cdn.serstars.json
new file mode 100644
index 000000000..4c59d68e6
--- /dev/null
+++ b/domains/cdn.serstars.json
@@ -0,0 +1,11 @@
+{
+ "repo": "https://github.com/SerStars-2/",
+ "owner": {
+ "username": "SerStars",
+ "email": "",
+ "twitter": "SerStars_lol"
+ },
+ "record": {
+ "CNAME": "serstars-2.github.io"
+ }
+}
diff --git a/domains/lavalink.trung.json b/domains/cdn.trung.json
similarity index 81%
rename from domains/lavalink.trung.json
rename to domains/cdn.trung.json
index 8958e6c03..f1632879d 100644
--- a/domains/lavalink.trung.json
+++ b/domains/cdn.trung.json
@@ -4,6 +4,6 @@
"email": "vuthanhtrungsuper@gmail.com"
},
"record": {
- "A": ["69.30.249.53"]
+ "A": ["34.125.141.93"]
}
}
diff --git a/domains/ceed.json b/domains/ceed.json
new file mode 100644
index 000000000..28050fad3
--- /dev/null
+++ b/domains/ceed.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ItsCEED",
+ "email": "ceed1337@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/itsceed"
+ }
+}
diff --git a/domains/ceon.json b/domains/ceon.json
deleted file mode 100644
index 56190d51d..000000000
--- a/domains/ceon.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Hey, I am Ceon!",
- "repo": "https://github.com/internetmagduru",
- "owner": {
- "username": "internetmagduru",
- "email": "ceon@ceon.tech"
- },
- "record": {
- "URL": "https://ceon.tech"
- }
-}
diff --git a/domains/cf.json b/domains/cf.json
deleted file mode 100644
index 44ec26c2e..000000000
--- a/domains/cf.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "bb4btjsj",
- "email": "saragibb7@gmail.com"
- },
- "record": {
- "CNAME": "akile.autoip.x24hr.com"
- }
-}
diff --git a/domains/cfp.json b/domains/cfp.json
index 36fc6dc27..1e9471c41 100644
--- a/domains/cfp.json
+++ b/domains/cfp.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "cfpwastaken",
- "email": "",
- "discord": "cfp (318394797822050315)"
- },
- "record": {
- "CNAME": "cfp.gotdns.ch"
- }
-}
+ "owner": {
+ "username": "cfpwastaken",
+ "email": "",
+ "discord": "cfp (318394797822050315)"
+ },
+ "record": {
+ "CNAME": "dyn.picoscratch.de"
+ }
+}
\ No newline at end of file
diff --git a/domains/cggaurav.json b/domains/cggaurav.json
new file mode 100644
index 000000000..09086a652
--- /dev/null
+++ b/domains/cggaurav.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "cggaurav",
+ "email": "cggaurav@u.nus.edu"
+ },
+ "record": {
+ "URL": "https://cggaurav.net"
+ }
+}
diff --git a/domains/charlesbird.json b/domains/charlesbird.json
new file mode 100644
index 000000000..520bf6236
--- /dev/null
+++ b/domains/charlesbird.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "UntoldGam",
+ "email": "charlesobird+github@outlook.com"
+ },
+ "record": {
+ "CNAME": "charlesobird.github.io"
+ }
+}
diff --git a/domains/chat-with.sx9.json b/domains/chat-with.sx9.json
deleted file mode 100644
index 7bcfad1a6..000000000
--- a/domains/chat-with.sx9.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "SX-9",
- "email": "satriakrach@gmail.com"
- },
- "record": {
- "CNAME": "5b57fe59-8f17-4bdf-9ece-d8dde3f9cab0.id.repl.co"
- }
-}
diff --git a/domains/chathub.json b/domains/chathub.json
new file mode 100644
index 000000000..bea7f1902
--- /dev/null
+++ b/domains/chathub.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bhaskaraa45",
+ "email": "bhaskarmandal369@gmail.com"
+ },
+ "record": {
+ "A": ["20.198.8.42"]
+ }
+}
diff --git a/domains/chepsgames.json b/domains/chepsgames.json
new file mode 100644
index 000000000..0915f6a12
--- /dev/null
+++ b/domains/chepsgames.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ChepsGames",
+ "email": "edu.chepsgames@gmail.com"
+ },
+ "record": {
+ "CNAME": "chepsgames.github.io"
+ }
+}
diff --git a/domains/chiko.json b/domains/chiko.json
new file mode 100644
index 000000000..0ec4ff7dd
--- /dev/null
+++ b/domains/chiko.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chikoiko",
+ "email": "itsmezark05@gmail.com"
+ },
+ "record": {
+ "CNAME": "chikoiko.github.io"
+ }
+}
diff --git a/domains/chikoiko.json b/domains/chikoiko.json
new file mode 100644
index 000000000..3cf6c8c5e
--- /dev/null
+++ b/domains/chikoiko.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal website for @chikoiko",
+ "repo": "https://github.com/chikoiko/chikoiko.github.io",
+ "owner": {
+ "username": "chikoiko",
+ "email": "itsmezark05@gmail.com"
+ },
+ "record": {
+ "CNAME": "chikoiko.github.io"
+ }
+}
diff --git a/domains/chiragnahata.json b/domains/chiragnahata.json
new file mode 100644
index 000000000..a23664d55
--- /dev/null
+++ b/domains/chiragnahata.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/choukseaaryan.json b/domains/choukseaaryan.json
new file mode 100644
index 000000000..eb7ca2b8d
--- /dev/null
+++ b/domains/choukseaaryan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "choukseaaryan",
+ "email": "aaryan2chouksey@gmail.com"
+ },
+ "record": {
+ "CNAME": "choukseaaryan.github.io"
+ }
+}
diff --git a/domains/chrinsieboy.json b/domains/chrinsieboy.json
new file mode 100644
index 000000000..870665c12
--- /dev/null
+++ b/domains/chrinsieboy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Chrinsieboy",
+ "email": "github@chris.friemann.nl"
+ },
+ "record": {
+ "CNAME": "chrisfriemann.nl"
+ }
+}
diff --git a/domains/chriscoding.json b/domains/chriscoding.json
new file mode 100644
index 000000000..21d786a84
--- /dev/null
+++ b/domains/chriscoding.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "BestGithubUser1",
+ "email": "githubuserlol333@gmail.com",
+ "discord": "735578614476570726"
+ },
+
+ "record": {
+ "CNAME": "bestgithubuser1.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/chutte.json b/domains/chutte.json
new file mode 100644
index 000000000..6583f4b8f
--- /dev/null
+++ b/domains/chutte.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "supunsathsara",
+ "email": "savindusupunsathsara@gmail.com"
+ },
+ "record": {
+ "CNAME": "next-supun.pages.dev"
+ }
+}
diff --git a/domains/ciaobot.json b/domains/ciaobot.json
index 0d444208f..4c604725c 100644
--- a/domains/ciaobot.json
+++ b/domains/ciaobot.json
@@ -1,12 +1,12 @@
{
- "owner": {
- "username": "Ciao287",
- "email": "",
- "discord": "687333016921440317"
- },
- "record": {
- "A": ["84.46.245.191"],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 include:mail.is-a.dev ~all"
- }
+ "owner": {
+ "username": "Ciao287",
+ "email": "",
+ "discord": "687333016921440317"
+ },
+ "record": {
+ "A": [
+ "144.91.115.195"
+ ]
+ }
}
diff --git a/domains/cli.json b/domains/cli.json
deleted file mode 100644
index 3543a09a7..000000000
--- a/domains/cli.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev",
- "email": "phenax5@gmail.com"
- },
-
- "record": {
- "URL": "https://npmjs.com/@is-a-dev/cli"
- }
-}
diff --git a/domains/clicpow.json b/domains/clicpow.json
new file mode 100644
index 000000000..b431066e4
--- /dev/null
+++ b/domains/clicpow.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ClicpoW",
+ "email": "clicpowytb@gmail.com"
+ },
+ "record": {
+ "CNAME": "mlkfkqd.pages.dev"
+ }
+}
diff --git a/domains/cloud.akshtt.json b/domains/cloud.akshtt.json
deleted file mode 100644
index 28cc32359..000000000
--- a/domains/cloud.akshtt.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "LegendOP1041",
- "email": "maillegendop@gmail.com",
- "discord": "1056531806763102218"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/cloud9store.json b/domains/cloud9store.json
deleted file mode 100644
index 0bacaa7a4..000000000
--- a/domains/cloud9store.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "website",
- "repo": "replit.com/@inmostgaming",
- "owner": {
- "username": "cloud9store",
- "email": "sidneybuisnessandshop@gmail.com"
- },
- "record": {
- "CNAME": "fcfb75bd-9b46-4ba9-b588-ad5ce8ebd80f.repl.co"
- }
-}
diff --git a/domains/cloudirector.json b/domains/cloudirector.json
new file mode 100644
index 000000000..8806f1bc3
--- /dev/null
+++ b/domains/cloudirector.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "cloudirector",
+ "email": "cantcloud@gmail.com"
+ },
+ "record": {
+ "CNAME": "cloudirector.github.io"
+ }
+}
diff --git a/domains/cloudskies.json b/domains/cloudskies.json
new file mode 100644
index 000000000..d9e9c0daf
--- /dev/null
+++ b/domains/cloudskies.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "cloudskies13",
+ "email": "cloudskies@perso.be"
+ },
+ "record": {
+ "URL": "https://cloudskies13.carrd.co",
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/code.creeper76.json b/domains/code.creeper76.json
deleted file mode 100644
index 023db3cda..000000000
--- a/domains/code.creeper76.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Creeper76",
- "email": "",
- "discord": "777694273319469057"
- },
- "record": {
- "CNAME": "proxy.private.danbot.host"
- }
-}
diff --git a/domains/code.trung.json b/domains/code.trung.json
index 8958e6c03..f1632879d 100644
--- a/domains/code.trung.json
+++ b/domains/code.trung.json
@@ -4,6 +4,6 @@
"email": "vuthanhtrungsuper@gmail.com"
},
"record": {
- "A": ["69.30.249.53"]
+ "A": ["34.125.141.93"]
}
}
diff --git a/domains/codecloak.jigar.json b/domains/codecloak.jigar.json
new file mode 100644
index 000000000..719131668
--- /dev/null
+++ b/domains/codecloak.jigar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "drone911",
+ "email": "jigar1822@gmail.com"
+ },
+ "record": {
+ "URL": "https://codecloak.onrender.com"
+ }
+}
diff --git a/domains/codecuri.json b/domains/codecuri.json
deleted file mode 100644
index bb43b7ece..000000000
--- a/domains/codecuri.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "KaizOffical",
- "email": "anhkhangphan4@gmail.com"
- },
-
- "record": {
- "CNAME": "codecuri.onrender.com"
- }
-}
diff --git a/domains/codestantin.json b/domains/codestantin.json
new file mode 100644
index 000000000..81cd956cf
--- /dev/null
+++ b/domains/codestantin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "codestantindev",
+ "email": "kontakt@codestantin.de"
+ },
+ "record": {
+ "A": ["85.202.163.42"]
+ }
+}
diff --git a/domains/rtxeon.json b/domains/codesuthar.json
similarity index 64%
rename from domains/rtxeon.json
rename to domains/codesuthar.json
index bd4a621b4..1c010dc13 100644
--- a/domains/rtxeon.json
+++ b/domains/codesuthar.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "Rtxeon",
+ "username": "CodeSuthar",
"email": "AdityaSuthar13@outlook.com"
},
"record": {
@@ -9,8 +9,6 @@
"185.199.109.153",
"185.199.111.153",
"185.199.110.153"
- ],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ ]
}
}
diff --git a/domains/codixer.json b/domains/codixer.json
new file mode 100644
index 000000000..1d9f9212a
--- /dev/null
+++ b/domains/codixer.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Codixer",
+ "email": "stefano@stefanocoding.me"
+ },
+ "record": {
+ "CNAME": "stefanocoding.me"
+ }
+}
diff --git a/domains/college-front.json b/domains/college-front.json
deleted file mode 100644
index 45c650acd..000000000
--- a/domains/college-front.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "amir-mohammad-HP",
- "email": "hamidipour97@gmail.com"
- },
- "record": {
- "CNAME": "front.collegesaz.ir"
- }
-}
diff --git a/domains/community2.syntaxloopers.json b/domains/community2.syntaxloopers.json
deleted file mode 100644
index 1ac66d3d8..000000000
--- a/domains/community2.syntaxloopers.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "chiragnahata",
- "email": "chiragnahata05@gmail.com"
- },
-
- "record": {
- "A": ["129.213.151.29"]
- }
-}
diff --git a/domains/completesoft.json b/domains/completesoft.json
new file mode 100644
index 000000000..ff1083b09
--- /dev/null
+++ b/domains/completesoft.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "simersim",
+ "email": "simer@f1.mk.ua"
+ },
+ "record": {
+ "A": ["78.46.77.92"],
+ "MX": ["mx.comp.in.ua"],
+ "TXT": "v=spf1 mx a:mx.comp.in.ua -all"
+ }
+}
diff --git a/domains/contentbot.json b/domains/contentbot.json
deleted file mode 100644
index b33d5fc15..000000000
--- a/domains/contentbot.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "Fqcxn",
- "email": "",
- "twitter": "FqcxnLmao",
- "discord": "hong.kong"
- },
- "record": {
- "CNAME": "fqcxn.com"
- }
-}
diff --git a/domains/corey.json b/domains/corey.json
new file mode 100644
index 000000000..2503b62fc
--- /dev/null
+++ b/domains/corey.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "cjsewell",
+ "email": "corey@sewell.net.nz"
+ },
+ "record": {
+ "CNAME": "sewell.net.nz"
+ }
+}
diff --git a/domains/cr.json b/domains/cr.json
deleted file mode 100644
index cb7d60370..000000000
--- a/domains/cr.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "A Website For My API",
- "repo": "https://github.com/joeleeofficial",
- "owner": {
- "username": "joeleeofficial",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "7b9fd2b3-d702-4577-bcbf-a1a529ad3f3d.repl.co"
- }
-}
diff --git a/domains/crafty.json b/domains/crafty.json
new file mode 100644
index 000000000..4e8409cdf
--- /dev/null
+++ b/domains/crafty.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TConnor2003",
+ "email": "CraftyPlayzmcyt@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.craftyplayz.com/"
+ }
+}
diff --git a/domains/creed.json b/domains/creed.json
new file mode 100644
index 000000000..3ea22bf91
--- /dev/null
+++ b/domains/creed.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "M-creed",
+ "email": "marwankalosha005@gmail.com"
+ },
+ "record": {
+ "CNAME": "m-creed.github.io"
+ }
+}
diff --git a/domains/creve.json b/domains/creve.json
deleted file mode 100644
index 9b06405fc..000000000
--- a/domains/creve.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My site ig",
- "owner": {
- "username": "Creveoolus",
- "email": "",
- "discord": "Creve#0727"
- },
- "record": {
- "CNAME": "shielded-turnip-jvcv0g342r3gnbht5wr9tpio.herokudns.com"
- }
-}
diff --git a/domains/crischutu07.json b/domains/crischutu07.json
new file mode 100644
index 000000000..e8c470035
--- /dev/null
+++ b/domains/crischutu07.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "crischutu07",
+ "email": "sondolavnxbox.omlet@gmail.com"
+ },
+ "record": {
+ "CNAME": "crischutu07.github.io"
+ }
+}
diff --git a/domains/crispy.json b/domains/crispy.json
deleted file mode 100644
index e18a8c78c..000000000
--- a/domains/crispy.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Crispy's Development Website",
- "repo": "https://github.com/Crispy-Cream/Crispy",
- "owner": {
- "username": "Crispy-Cream",
- "email": "crispy@vibebot.me"
- },
- "record": {
- "CNAME": "4453c438-a580-4334-ab7c-56e7844eb705.repl.co"
- }
-}
diff --git a/domains/cristofer54.json b/domains/cristofer54.json
new file mode 100644
index 000000000..97d167b6c
--- /dev/null
+++ b/domains/cristofer54.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Cristofer543",
+ "email": "cristoferpayamps543a@gmail.com"
+ },
+ "record": {
+ "CNAME": "cristofer543.github.io"
+ }
+}
diff --git a/domains/ctrlraul.json b/domains/ctrlraul.json
new file mode 100644
index 000000000..133c2c199
--- /dev/null
+++ b/domains/ctrlraul.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal Website",
+ "repo": "https://github.com/ctrlraul/ctrlraul.github.io",
+ "owner": {
+ "username": "ctrlraul",
+ "email": "mailctrlraul@gmail.com",
+ "twitter": "@CtrlRaul"
+ },
+ "record": {
+ "CNAME": "ctrlraul.github.io"
+ }
+}
diff --git a/domains/cutedog5695.json b/domains/cutedog5695.json
index c37328769..6d247730a 100644
--- a/domains/cutedog5695.json
+++ b/domains/cutedog5695.json
@@ -6,13 +6,6 @@
"twitter": "cutedog5695"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ "URL": "https://cutedog5695.me"
}
}
diff --git a/domains/cutie.json b/domains/cutie.json
deleted file mode 100644
index 28cc32359..000000000
--- a/domains/cutie.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "LegendOP1041",
- "email": "maillegendop@gmail.com",
- "discord": "1056531806763102218"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/cyan.json b/domains/cyan.json
deleted file mode 100644
index ecc119879..000000000
--- a/domains/cyan.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "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/cybersecbyte.json b/domains/cybersecbyte.json
new file mode 100644
index 000000000..f951db9e8
--- /dev/null
+++ b/domains/cybersecbyte.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "CyberSecByte",
+ "email": "cybersecbyte@gmail.com"
+ },
+ "record": {
+ "CNAME": "cybersecbyte.github.io"
+ }
+}
diff --git a/domains/czwx.json b/domains/czwx.json
new file mode 100644
index 000000000..d5a39d62f
--- /dev/null
+++ b/domains/czwx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "czwxx",
+ "email": "czwx790@gmail.com"
+ },
+ "record": {
+ "CNAME": "czwxx.github.io"
+ }
+}
diff --git a/domains/d4rkd3n1337.json b/domains/d4rkd3n1337.json
new file mode 100644
index 000000000..4d63d96ce
--- /dev/null
+++ b/domains/d4rkd3n1337.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "d4rkd3n1337",
+ "email": "darkdenrevolt@gmail.com"
+ },
+ "record": {
+ "A": ["45.85.117.139"]
+ }
+}
diff --git a/domains/dadaboudi.chiragnahata.json b/domains/dadaboudi.chiragnahata.json
new file mode 100644
index 000000000..a23664d55
--- /dev/null
+++ b/domains/dadaboudi.chiragnahata.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/dag.json b/domains/dag.json
deleted file mode 100644
index 3bba4f469..000000000
--- a/domains/dag.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Daglaroglou",
- "email": "christos.daglaroglou@gmail.com"
- },
- "record": {
- "CNAME": "84d4959a-0b89-4158-b857-f2670a983f88.id.repl.co"
- }
-}
diff --git a/domains/daksh.json b/domains/daksh.json
new file mode 100644
index 000000000..0033a570a
--- /dev/null
+++ b/domains/daksh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lonewqlf",
+ "email": "lonewqlf@proton.me"
+ },
+ "record": {
+ "CNAME": "lonewqlf.github.io"
+ }
+}
diff --git a/domains/damu.json b/domains/damu.json
new file mode 100644
index 000000000..86afbe371
--- /dev/null
+++ b/domains/damu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "damnUUUU",
+ "email": "damodar.sssihl@gmail.com"
+ },
+ "record": {
+ "A": ["103.174.70.38"]
+ }
+}
diff --git a/domains/danithu.json b/domains/danithu.json
new file mode 100644
index 000000000..549079e7f
--- /dev/null
+++ b/domains/danithu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "danithu123",
+ "email": "danithuamaranayakanew@gmail.com"
+ },
+ "record": {
+ "CNAME": "danithu123.github.io"
+ }
+}
diff --git a/domains/darkdarcool.json b/domains/darkdarcool.json
deleted file mode 100644
index 73987938c..000000000
--- a/domains/darkdarcool.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "darkdarcool",
- "email": "darkdarcool@gmail.com"
- },
- "record": {
- "URL": "https://darkdarcool.me"
- }
-}
diff --git a/domains/darshil.json b/domains/darshil.json
new file mode 100644
index 000000000..1a947b2e1
--- /dev/null
+++ b/domains/darshil.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Darshil-154",
+ "email": "darshil6675@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/darvin.json b/domains/darvin.json
new file mode 100644
index 000000000..7a10fd7c4
--- /dev/null
+++ b/domains/darvin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "darvingaba",
+ "email": "darvingaba1@gmail.com"
+ },
+ "record": {
+ "URL": "https://darvingaba.github.io/pfmain/"
+ }
+}
diff --git a/domains/darvingaba.json b/domains/darvingaba.json
new file mode 100644
index 000000000..0da3ec8df
--- /dev/null
+++ b/domains/darvingaba.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "darvingaba",
+ "email": "darvingaba1@gmail.com"
+ },
+ "record": {
+ "URL": "https://pf-o64a.onrender.com/"
+ }
+}
diff --git a/domains/dashboard.stefdp.json b/domains/dash.stefdp.json
similarity index 79%
rename from domains/dashboard.stefdp.json
rename to domains/dash.stefdp.json
index 187cc9a31..37f29b109 100644
--- a/domains/dashboard.stefdp.json
+++ b/domains/dash.stefdp.json
@@ -5,6 +5,6 @@
"discord": "694986201739952229"
},
"record": {
- "A": ["109.71.252.37"]
+ "CNAME": "proxy.stefdp.is-a.dev"
}
}
diff --git a/domains/dashboard.almaz.json b/domains/dashboard.almaz.json
new file mode 100644
index 000000000..b85c8b7c3
--- /dev/null
+++ b/domains/dashboard.almaz.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "AlmaziikDev",
+ "email": "almazgamer228@gmail.com",
+ "discord": "718458417232085104",
+ "github_id": 132609906
+ },
+ "record": {
+ "A": [
+ "45.134.39.14"
+ ]
+ }
+}
diff --git a/domains/dasshark.json b/domains/dasshark.json
new file mode 100644
index 000000000..3c749dca8
--- /dev/null
+++ b/domains/dasshark.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DasSharkk",
+ "email": "dassharkk@proton.me"
+ },
+ "record": {
+ "CNAME": "dasshark.dasshept.de"
+ }
+}
diff --git a/domains/data.json b/domains/data.json
index 97acc8601..888b761d4 100644
--- a/domains/data.json
+++ b/domains/data.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
diff --git a/domains/data.om.json b/domains/data.om.json
new file mode 100644
index 000000000..9719d3a4f
--- /dev/null
+++ b/domains/data.om.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TerraPlayz",
+ "email": "omsenjalia+github@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/datasets.json b/domains/datasets.json
deleted file mode 100644
index 15c8880d4..000000000
--- a/domains/datasets.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "pranavagrawal321",
- "email": "pranavagrawal321@gmail.com"
- },
- "record": {
- "URL": "https://datasets-e2cm.onrender.com"
- }
-}
diff --git a/domains/davidbisky.json b/domains/davidbisky.json
new file mode 100644
index 000000000..b389448a9
--- /dev/null
+++ b/domains/davidbisky.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "VitStudio",
+ "email": "richardvu12391@gmail.com"
+ },
+
+ "record": {
+ "A": ["198.45.114.194"]
+ }
+}
diff --git a/domains/davin.json b/domains/davin.json
deleted file mode 100644
index 7b1a28b93..000000000
--- a/domains/davin.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Rage65",
- "email": "123thetechguy@gmail.com"
- },
- "record": {
- "CNAME": "deva65.duckdns.org"
- }
-}
diff --git a/domains/ddn-services.json b/domains/ddn-services.json
deleted file mode 100644
index 11d3b064d..000000000
--- a/domains/ddn-services.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "qlongdevdn",
- "email": "quanglong.vaait@gmail.com"
- },
- "record": {
- "A": ["20.2.219.141"]
- }
-}
diff --git a/domains/decentparadox.json b/domains/decentparadox.json
new file mode 100644
index 000000000..bc9fc4f78
--- /dev/null
+++ b/domains/decentparadox.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "decentparadox",
+ "email": "BackendBeast@gmail.com"
+ },
+ "record": {
+ "CNAME": "personalweb-aiq.pages.dev"
+ }
+}
diff --git a/domains/demosss.json b/domains/demosss.json
deleted file mode 100644
index 84866ac26..000000000
--- a/domains/demosss.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev-bot",
- "email": "is-a-dev@win11react.com",
- "discord": "598245488977903688"
- },
-
- "record": {
- "MX": ["mail.is-a.dev"]
- }
-}
diff --git a/domains/denboy0123.json b/domains/denboy0123.json
new file mode 100644
index 000000000..4db9ea62f
--- /dev/null
+++ b/domains/denboy0123.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "denboy0123",
+ "email": "pochtaproverka01@gmail.com"
+ },
+ "record": {
+ "URL": "https://t.me/s/denboy0123"
+ }
+}
diff --git a/domains/devbrainless.json b/domains/devbrainless.json
new file mode 100644
index 000000000..b92469b63
--- /dev/null
+++ b/domains/devbrainless.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Badless",
+ "email": "karolczeeek@gmail.com"
+ },
+ "record": {
+ "CNAME": "badless.github.io"
+ }
+}
diff --git a/domains/devendra.json b/domains/devendra.json
new file mode 100644
index 000000000..54ccceebe
--- /dev/null
+++ b/domains/devendra.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "devendrakanojiya",
+ "email": "s_36100@bkbirlacollegekalyan.com"
+ },
+ "record": {
+ "CNAME": "devendrakanojiya.github.io"
+ }
+}
diff --git a/domains/devlori.json b/domains/devlori.json
new file mode 100644
index 000000000..f173c3588
--- /dev/null
+++ b/domains/devlori.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "evefind",
+ "email": "fivemgtarp50@gmail.com"
+ },
+ "record": {
+ "CNAME": "evefind.github.io"
+ }
+}
diff --git a/domains/dhananjaypatil.json b/domains/dhananjaypatil.json
new file mode 100644
index 000000000..40e5d1569
--- /dev/null
+++ b/domains/dhananjaypatil.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "dhananjay8",
+ "email": "dhananjay.pict@gmail.com"
+ },
+ "record": {
+ "CNAME": "dhananjay8.github.io"
+ }
+}
diff --git a/domains/dhruvilprajapati.json b/domains/dhruvilprajapati.json
new file mode 100644
index 000000000..26cf4aac2
--- /dev/null
+++ b/domains/dhruvilprajapati.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Dhruvil2511",
+ "email": "dhruvilprajapati2003@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/dhruvil2511"
+ }
+}
diff --git a/domains/dibster.json b/domains/dibster.json
deleted file mode 100644
index 68f5f5292..000000000
--- a/domains/dibster.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "ShareX Server/Protfolio Site.",
- "owner": {
- "username": "DEV-DIBSTER",
- "email": "dibster@danbot.host",
- "twitter": "DEV_DIBSTER"
- },
- "record": {
- "CNAME": "proxy.dib.localplayer.dev"
- }
-}
diff --git a/domains/didotb.json b/domains/didotb.json
deleted file mode 100644
index 1579b101d..000000000
--- a/domains/didotb.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "didotb",
- "email": "didotb@gmail.com",
- "repo": "https://replit.com/@ddotb/reloctk",
- "description": "Private owned URL Shortener - Using MongoDB, Flask, and SimpleLogin in Replit"
- },
- "record": {
- "A": ["35.186.245.55"],
- "TXT": "replit-verify=68e4e002-91f5-446f-98a8-9add654ca897"
- }
-}
diff --git a/domains/dimanet.json b/domains/dimanet.json
new file mode 100644
index 000000000..2b7d24b00
--- /dev/null
+++ b/domains/dimanet.json
@@ -0,0 +1,11 @@
+{
+ "description": "dimanet.is-a.dev",
+ "repo": "https://github.com/dimalmfao/dimalmfao.github.io",
+ "owner": {
+ "username": "dimanet",
+ "email": "alreadytakenman0@gmail.com"
+ },
+ "record": {
+ "CNAME": "dimanet.dimaonline.fr"
+ }
+}
diff --git a/domains/dimtsagk.json b/domains/dimtsagk.json
new file mode 100644
index 000000000..b5c59d93c
--- /dev/null
+++ b/domains/dimtsagk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "dimtsagk",
+ "email": "dimtsagk93@gmail.com"
+ },
+ "record": {
+ "CNAME": "dimtsagk.go.yo.fr"
+ }
+}
diff --git a/domains/dipan.json b/domains/dipan.json
deleted file mode 100644
index 1e7956dd9..000000000
--- a/domains/dipan.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My Personal Portfolio - Dipan Roy",
- "repo": "https://github.com/dipan29",
- "owner": {
- "username": "dipan29",
- "email": "dipanroy@mindwebs.org"
- },
- "record": {
- "A": ["115.187.62.14"]
- }
-}
diff --git a/domains/discdefender.json b/domains/discdefender.json
new file mode 100644
index 000000000..5829769d5
--- /dev/null
+++ b/domains/discdefender.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "GMR828",
+ "email": "gmr828@null.net"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/discord.deadcode.json b/domains/discord.deadcode.json
deleted file mode 100644
index 92b143814..000000000
--- a/domains/discord.deadcode.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "RichardKanshen",
- "email": "richard@kanshen.click"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
diff --git a/domains/discord.json b/domains/discord.json
index 35a36caa8..9e6b5e8f5 100644
--- a/domains/discord.json
+++ b/domains/discord.json
@@ -1,11 +1,9 @@
{
- "description": "a discord bot website",
- "repo": "https://github.com/botstudios",
"owner": {
- "username": "BotStudios",
- "email": "tojoeleeofficial@gmail.com"
+ "username": "is-a-dev",
+ "email": ""
},
"record": {
- "CNAME": "botstudios.github.io"
+ "URL": "https://discord.gg/PZCGHz4RhQ"
}
}
diff --git a/domains/discusser.json b/domains/discusser.json
new file mode 100644
index 000000000..a4694ae64
--- /dev/null
+++ b/domains/discusser.json
@@ -0,0 +1,11 @@
+{
+ "description": "Hosts Discusser's personal website",
+ "repo": "https://github.com/Discusser/discusser.github.io",
+ "owner": {
+ "username": "Discusser",
+ "email": "noobly321growing@gmail.com"
+ },
+ "record": {
+ "CNAME": "discusser.github.io"
+ }
+}
diff --git a/domains/divyanshudhruv.json b/domains/divyanshudhruv.json
new file mode 100644
index 000000000..5cedd69c2
--- /dev/null
+++ b/domains/divyanshudhruv.json
@@ -0,0 +1,11 @@
+{
+ "description": "Its just my portfolio :)",
+ "repo": "https://github.com/divyanshudhruv/divyanshudhruv.github.io",
+ "owner": {
+ "username": "divyanshudhruv",
+ "email": "divyanshudhruv24@gmail.com"
+ },
+ "record": {
+ "CNAME": "divyanshudhruv.github.io"
+ }
+}
diff --git a/domains/dk.json b/domains/dk.json
new file mode 100644
index 000000000..d414af696
--- /dev/null
+++ b/domains/dk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zurlyy",
+ "email": "d@zurly.me"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
diff --git a/domains/dmr.json b/domains/dmr.json
new file mode 100644
index 000000000..fb13c7959
--- /dev/null
+++ b/domains/dmr.json
@@ -0,0 +1,10 @@
+{
+ "description": "dmr.is-a.dev",
+ "owner": {
+ "username": "dmr-93",
+ "email": "demisrosseti@gmail.com"
+ },
+ "record": {
+ "URL": "https://040ff340db5c97c3ab74202ea081dd80.serveo.net"
+ }
+}
diff --git a/domains/dockge.stefdp.json b/domains/dockge.stefdp.json
new file mode 100644
index 000000000..e2b559f3c
--- /dev/null
+++ b/domains/dockge.stefdp.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229",
+ "github_id": 81536172
+ },
+ "record": {
+ "CNAME": "proxy.stefdp.is-a.dev"
+ }
+}
diff --git a/domains/docs.json b/domains/docs.json
index f1eb78b2e..946773150 100644
--- a/domains/docs.json
+++ b/domains/docs.json
@@ -3,7 +3,7 @@
"repo": "https://github.com/is-a-dev/docs",
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
"URL": "https://www.is-a.dev/docs"
diff --git a/domains/docs.stefdp.json b/domains/docs.stefdp.json
index b53062e84..37f29b109 100644
--- a/domains/docs.stefdp.json
+++ b/domains/docs.stefdp.json
@@ -5,6 +5,6 @@
"discord": "694986201739952229"
},
"record": {
- "CNAME": "c2d298f98c-hosting.gitbook.io"
+ "CNAME": "proxy.stefdp.is-a.dev"
}
}
diff --git a/domains/docs.trung.json b/domains/docs.trung.json
new file mode 100644
index 000000000..3a89a7d1e
--- /dev/null
+++ b/domains/docs.trung.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "CNAME": "c40e958615-hosting.gitbook.io"
+ }
+}
diff --git a/domains/dogesploit.json b/domains/dogesploit.json
new file mode 100644
index 000000000..2646961e8
--- /dev/null
+++ b/domains/dogesploit.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Zumwaltboi68",
+ "email": "alexander662022@outlook.com"
+ },
+ "record": {
+ "URL": "https://velocity-v2.dogesploit.byethost15.com/"
+ }
+}
diff --git a/domains/dohyun.json b/domains/dohyun.json
new file mode 100644
index 000000000..bd6821c81
--- /dev/null
+++ b/domains/dohyun.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "dohyun-ko",
+ "email": "dohyun682@gmail.com"
+ },
+ "record": {
+ "CNAME": "dohyun-ko.github.io"
+ }
+}
diff --git a/domains/domi.json b/domains/domi.json
deleted file mode 100644
index fec56a182..000000000
--- a/domains/domi.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "domi-btnr",
- "email": "me@domi-btnr.dev"
- },
- "record": {
- "CNAME": "domi-btnr.dev"
- }
-}
diff --git a/domains/dominicbrauer.json b/domains/dominicbrauer.json
new file mode 100644
index 000000000..08889516a
--- /dev/null
+++ b/domains/dominicbrauer.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DominicBrauer",
+ "email": "dominicbrauer06@gmail.com"
+ },
+ "record": {
+ "A": ["185.245.61.41"]
+ }
+}
diff --git a/domains/donkaos.json b/domains/donkaos.json
deleted file mode 100644
index bb16199e9..000000000
--- a/domains/donkaos.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Donkas's personal developer website",
- "repo": "https://github.com/donkaos501",
- "owner": {
- "username": "Donkaos",
- "email": "donkaos501@outlook.com"
- },
- "record": {
- "URL": "https://donkaos.de/"
- }
-}
diff --git a/domains/doraemon.json b/domains/doraemon.json
deleted file mode 100644
index 28cc32359..000000000
--- a/domains/doraemon.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "LegendOP1041",
- "email": "maillegendop@gmail.com",
- "discord": "1056531806763102218"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/drago-cuven.json b/domains/drago-cuven.json
new file mode 100644
index 000000000..87a69cdfc
--- /dev/null
+++ b/domains/drago-cuven.json
@@ -0,0 +1,12 @@
+{
+ "description": "a site for Drago Cuven's general content",
+ "repo": "https://github.com/Drago-Cuven/drago-cuven.github.io",
+ "owner": {
+ "username": "Drago-Cuven",
+ "email": "MartinelplayzYT@gmail.com",
+ "twitter": "@mbcbgd"
+ },
+ "record": {
+ "CNAME": "Drago-Cuven.github.io"
+ }
+}
diff --git a/domains/dreni.json b/domains/dreni.json
new file mode 100644
index 000000000..df998281a
--- /dev/null
+++ b/domains/dreni.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "drenxhyliqi",
+ "email": "drenxhyliqi3@gmail.com"
+ },
+ "record": {
+ "URL": "https://drenxhyliqi.netlify.app/"
+ }
+}
diff --git a/domains/drenxhyliqi.json b/domains/drenxhyliqi.json
new file mode 100644
index 000000000..4c0ee0c96
--- /dev/null
+++ b/domains/drenxhyliqi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "drenxhyliqi",
+ "email": "drenxhyliqi3@gmail.com"
+ },
+ "record": {
+ "URL": "https://drenxhyliqi.site/"
+ }
+}
diff --git a/domains/drian.json b/domains/drian.json
new file mode 100644
index 000000000..f5fbf8259
--- /dev/null
+++ b/domains/drian.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Luiso9",
+ "email": "muhandreop@gmail.com"
+ },
+ "record": {
+ "CNAME": "luiso9.github.io"
+ }
+}
diff --git a/domains/duckinc.json b/domains/duckinc.json
deleted file mode 100644
index 2c6193504..000000000
--- a/domains/duckinc.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "developer website",
- "repo": "https://replit.com/@DuckInc/Duckinc-About#index.js",
- "owner": {
- "username": "duckinc",
- "email": "gatewayduck@gmail.com"
- },
- "record": {
- "CNAME": "b2894241-b4d2-4044-af99-5b8f9bb7a15b.id.repl.co"
- }
-}
diff --git a/domains/dumo.json b/domains/dumo.json
new file mode 100644
index 000000000..734912ce8
--- /dev/null
+++ b/domains/dumo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "thepython555",
+ "email": "k0n52uuu@duck.com"
+ },
+ "record": {
+ "CNAME": "thepython555.github.io"
+ }
+}
diff --git a/domains/durov.json b/domains/durov.json
new file mode 100644
index 000000000..4e6029358
--- /dev/null
+++ b/domains/durov.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BobleGun",
+ "email": "dobroq1954@gmail.com"
+ },
+ "record": {
+ "CNAME": "a0913910.xsph.ru"
+ }
+}
diff --git a/domains/dushmanta.json b/domains/dushmanta.json
index 44502e4ef..ee08f4f79 100644
--- a/domains/dushmanta.json
+++ b/domains/dushmanta.json
@@ -1,12 +1,12 @@
{
- "description": "Portfolio | Dushmanta",
- "repo": "https://github.com/dushmanta05/dushmanta05.github.io",
- "owner": {
- "username": "dushmanta05",
- "email": "dushmanta.dev@gmail.com",
- "twitter": "dushmanta05"
- },
- "record": {
- "CNAME": "dushmanta05.github.io"
- }
+ "description": "Portfolio",
+ "repo": "https://github.com/dushmanta05/dushmanta05.github.io",
+ "owner": {
+ "username": "dushmanta05",
+ "email": "dushbehera05@gmail.com",
+ "twitter": "dushmanta05"
+ },
+ "record": {
+ "CNAME": "dushmanta05.github.io"
+ }
}
diff --git a/domains/dust0n.json b/domains/dust0n.json
new file mode 100644
index 000000000..20c80d1e8
--- /dev/null
+++ b/domains/dust0n.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "itsdust0n",
+ "email": "contact@dust0n.ru"
+ },
+
+ "record": {
+ "A": ["89.208.104.177"]
+ }
+}
diff --git a/domains/duyhung.json b/domains/duyhung.json
index 8dda25b9d..a7342b89b 100644
--- a/domains/duyhung.json
+++ b/domains/duyhung.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "hungwt",
- "email": "hungwt334@gmail.com"
- },
- "record": {
- "A": ["103.97.126.26"]
- }
+ "owner": {
+ "username": "hungwt",
+ "email": "hungwt334@gmail.com"
+ },
+ "record": {
+ "A": ["31.186.83.254"]
+ }
}
diff --git a/domains/duyquang.json b/domains/duyquang.json
new file mode 100644
index 000000000..9ec785ce9
--- /dev/null
+++ b/domains/duyquang.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lequang0911",
+ "email": "lequang.99@outlook.com"
+ },
+ "record": {
+ "A": ["103.97.126.23"]
+ }
+}
diff --git a/domains/duzo.json b/domains/duzo.json
new file mode 100644
index 000000000..65f918082
--- /dev/null
+++ b/domains/duzo.json
@@ -0,0 +1,11 @@
+{
+ "description": "For Duzo's website",
+ "repo": "https://github.com/Duzos/duzos.github.io",
+ "owner": {
+ "username": "Duzos",
+ "email": "73184526+Duzos@users.noreply.github.com"
+ },
+ "record": {
+ "CNAME": "duzos.github.io"
+ }
+}
diff --git a/domains/dwigoric.json b/domains/dwigoric.json
new file mode 100644
index 000000000..192a11f12
--- /dev/null
+++ b/domains/dwigoric.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Dwigoric",
+ "email": "dwigoric@pm.me"
+ },
+ "record": {
+ "CNAME": "dwigoric.pages.dev"
+ }
+}
diff --git a/domains/dylanmarsili.json b/domains/dylanmarsili.json
index f27ca5d88..b91790482 100644
--- a/domains/dylanmarsili.json
+++ b/domains/dylanmarsili.json
@@ -1,12 +1,12 @@
{
- "description": "Portfolio",
- "repo": "https://github.com/Dylan-Marsili/dylan-marsili.github.io",
- "owner": {
- "username": "Dylan-Marsili",
- "email": "marsilidylan@gmail.com",
- "twitter": "dylan_marsili"
- },
- "record": {
- "CNAME": "dylan-marsili.github.io"
- }
-}
+ "owner": {
+ "username": "Dylan-Marsili",
+ "email": "marsilidylan@gmail.com",
+ "discord": "721840611174383780"
+ },
+
+ "record": {
+ "CNAME": "dylan-marsili.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/ecoplayer07.json b/domains/ecoplayer07.json
new file mode 100644
index 000000000..f3a6491a8
--- /dev/null
+++ b/domains/ecoplayer07.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ecoplayer07",
+ "email": "kareemehab910@gmail.com"
+ },
+ "record": {
+ "CNAME": "ecoplayer07.github.io"
+ }
+}
diff --git a/domains/ecstaticsoul.json b/domains/ecstaticsoul.json
new file mode 100644
index 000000000..6a066e22a
--- /dev/null
+++ b/domains/ecstaticsoul.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ecstaticsoul",
+ "email": "soulfulkrishna@gmail.com"
+ },
+ "record": {
+ "CNAME": "ecstaticsoul.github.io"
+ }
+}
diff --git a/domains/edgar.json b/domains/edgar.json
deleted file mode 100644
index b5f17f9c4..000000000
--- a/domains/edgar.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Edgar-4111",
- "email": "",
- "discord": "._edgar."
- },
- "record": {
- "CNAME": "proxy.private.danbot.host"
- }
-}
diff --git a/domains/educatedsmp.json b/domains/educatedsmp.json
new file mode 100644
index 000000000..7986ce3a8
--- /dev/null
+++ b/domains/educatedsmp.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "EducatedSuddenBucket",
+ "email": "educatedsuddenbucket@proton.me"
+ },
+ "record": {
+ "CNAME": "educatedsuddenbucket.github.io"
+ }
+}
diff --git a/domains/edwardsnowden.json b/domains/edwardsnowden.json
new file mode 100644
index 000000000..c9a0b4dcb
--- /dev/null
+++ b/domains/edwardsnowden.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "satoshi-prefers-monero",
+ "email": "satoshinakamoto@tuta.com"
+ },
+ "record": {
+ "URL": "https://stephencastelphoto.com"
+ }
+}
diff --git a/domains/effex.json b/domains/effex.json
new file mode 100644
index 000000000..3fd801923
--- /dev/null
+++ b/domains/effex.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "noteffex",
+ "email": "effex.wtf@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/noteffex"
+ }
+}
diff --git a/domains/egyxo.json b/domains/egyxo.json
new file mode 100644
index 000000000..dc3f8f2b1
--- /dev/null
+++ b/domains/egyxo.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "7oda-mo",
+ "email": "esl2my@gmail.com",
+ "discord": "1016128744819265618"
+ },
+
+ "record": {
+ "CNAME": "7oda-mo.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/ehab.json b/domains/ehab.json
new file mode 100644
index 000000000..961b7adf3
--- /dev/null
+++ b/domains/ehab.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ehabmansour1",
+ "email": "mansehab990@gmail.com"
+ },
+ "record": {
+ "CNAME": "ehabmansour1.github.io"
+ }
+}
diff --git a/domains/ehsan.json b/domains/ehsan.json
index 51d800cd3..333087917 100644
--- a/domains/ehsan.json
+++ b/domains/ehsan.json
@@ -4,8 +4,6 @@
"email": "mu23172@gmail.com"
},
"record": {
- "A": ["8.219.148.143"],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ "A": ["8.219.148.143"]
}
}
diff --git a/domains/ekrem.json b/domains/ekrem.json
deleted file mode 100644
index aa29923a5..000000000
--- a/domains/ekrem.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "exrem",
- "email": "eray6421@proton.me"
- },
- "record": {
- "CNAME": "exrem.github.io"
- }
-}
diff --git a/domains/eletrixtalkapp.json b/domains/eletrixtalkapp.json
deleted file mode 100644
index 3ddf87c35..000000000
--- a/domains/eletrixtalkapp.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "boomerangBS",
- "email": "boomerang1803@gmail.com"
- },
- "record": {
- "CNAME": "8de1bbe8-ffbb-4e58-a688-bb332d498d06.id.repl.co"
- }
-}
diff --git a/domains/eletrixtime.json b/domains/eletrixtime.json
new file mode 100644
index 000000000..b0f88d804
--- /dev/null
+++ b/domains/eletrixtime.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "EletrixtimeYT",
+ "email": "lisandro.b@outlook.com"
+ },
+ "record": {
+ "CNAME": "eletrixtimeyt.github.io"
+ }
+}
diff --git a/domains/elfanaan.json b/domains/elfanaan.json
new file mode 100644
index 000000000..855a8f9b0
--- /dev/null
+++ b/domains/elfanaan.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Alfanaannet",
+ "email": "hmmm202031520062021@gmail.com",
+ "discord": "775012312876711936"
+ },
+ "record": {
+ "URL": "http://elfanaan.giize.com",
+ "MX": ["mail.is-a.dev"],
+ "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ }
+}
diff --git a/domains/elyagoubi.json b/domains/elyagoubi.json
deleted file mode 100644
index ba7765d3a..000000000
--- a/domains/elyagoubi.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "abdessattarElyagoubi",
- "email": "abdeldroid2@gmail.com"
- },
- "record": {
- "CNAME": "elyagoubis.github.io"
- }
-}
diff --git a/domains/emmy.json b/domains/emmy.json
new file mode 100644
index 000000000..8a901af87
--- /dev/null
+++ b/domains/emmy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "8FrMc",
+ "email": "pijuskaminskas1@gmail.com"
+ },
+ "record": {
+ "URL": "https://sk1dhub.xyz"
+ }
+}
diff --git a/domains/emoji.json b/domains/emoji.json
new file mode 100644
index 000000000..15189cc35
--- /dev/null
+++ b/domains/emoji.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "ItzEmoji",
+ "email": "cyril.dettling@gmail.com",
+ "discord": "1123260870991020083"
+ },
+
+ "record": {
+ "CNAME": "itzemojiwebsite.pages.dev"
+ }
+ }
+
diff --git a/domains/emojiplayer.json b/domains/emojiplayer.json
new file mode 100644
index 000000000..4e24a1fed
--- /dev/null
+++ b/domains/emojiplayer.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ItzEmoji",
+ "email": "cyril.dettling@gmail.com"
+ },
+ "record": {
+ "CNAME": "itzemojiwebsite.pages.dev"
+ }
+}
diff --git a/domains/endercass.json b/domains/endercass.json
deleted file mode 100644
index 388d4c1b8..000000000
--- a/domains/endercass.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Endercass Portfolio",
- "owner": {
- "username": "Endercass",
- "email": "",
- "discord": "endercass"
- },
- "record": {
- "URL": "https://endercass.me"
- }
-}
diff --git a/domains/ernande.json b/domains/ernande.json
new file mode 100644
index 000000000..9fb29808b
--- /dev/null
+++ b/domains/ernande.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ernande-f",
+ "email": "ernandefacco@outlook.com"
+ },
+ "record": {
+ "CNAME": "ernande-f.github.io"
+ }
+}
diff --git a/domains/erol.json b/domains/erol.json
deleted file mode 100644
index fe02fdf30..000000000
--- a/domains/erol.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "erolj",
- "email": ""
- },
-
- "record": {
- "URL": "https://erol.kawanua.id"
- }
-}
diff --git a/domains/error404.json b/domains/error404.json
deleted file mode 100644
index 6f389f1a6..000000000
--- a/domains/error404.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Personal Website / Portfolio",
- "repo": "https://github.com/cabrothers/error404",
- "owner": {
- "username": "Cabrothers",
- "email": "",
- "discord": "err404code"
- },
- "record": {
- "CNAME": "cabrothers.github.io"
- }
-}
diff --git a/domains/escfrpls.json b/domains/escfrpls.json
new file mode 100644
index 000000000..018e73b19
--- /dev/null
+++ b/domains/escfrpls.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DrochiczynPoleski",
+ "email": "licwin1410@gmail.com"
+ },
+ "record": {
+ "URL": "https://drochiczynpoleski.github.io/escfrpls.github.io/"
+ }
+}
diff --git a/domains/essawy.json b/domains/essawy.json
new file mode 100644
index 000000000..e167aa532
--- /dev/null
+++ b/domains/essawy.json
@@ -0,0 +1,11 @@
+{
+ "description": "Abdelrahman Essawy - Full Stack Software Engineer",
+ "repo": "https://github.com/abdelrahman-essawy/abdelrahman-essawy.github.io",
+ "owner": {
+ "username": "abdelrahman-essawy",
+ "email": "abdelrahman.mo.essawy@gmail.com"
+ },
+ "record": {
+ "CNAME": "abdelrahman-essawy.github.io"
+ }
+}
diff --git a/domains/evie.json b/domains/evie.json
new file mode 100644
index 000000000..e9f9bfccc
--- /dev/null
+++ b/domains/evie.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Socketlike",
+ "email": "evelynxii.xt@gmail.com"
+ },
+ "record": {
+ "CNAME": "socketlike.github.io"
+ }
+}
diff --git a/domains/exx.json b/domains/exx.json
new file mode 100644
index 000000000..83307f4a2
--- /dev/null
+++ b/domains/exx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "xqxyzl",
+ "email": "exemailhelp+3@gmail.com"
+ },
+ "record": {
+ "TXT": "_discord.exx.is-a.dev"
+ }
+}
diff --git a/domains/fahri.json b/domains/fahri.json
new file mode 100644
index 000000000..17161cd70
--- /dev/null
+++ b/domains/fahri.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "FahriDevZ",
+ "email": "fakhri.5567@gmail.com"
+ },
+ "record": {
+ "CNAME": "fahri.dev"
+ }
+}
diff --git a/domains/faizkhan.json b/domains/faizkhan.json
deleted file mode 100644
index 4e93cf89a..000000000
--- a/domains/faizkhan.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "dev28k",
- "email": "faizkhan.dev@gmail.com"
- },
- "record": {
- "URL": "https://portfoliodev-dev28k.vercel.app/"
- }
-}
diff --git a/domains/fajox.json b/domains/fajox.json
new file mode 100644
index 000000000..cc07c5cc3
--- /dev/null
+++ b/domains/fajox.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "FajoX1",
+ "email": "pybytee@gmail.com"
+ },
+ "record": {
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"]
+ }
+}
diff --git a/domains/farman.json b/domains/farman.json
new file mode 100644
index 000000000..57c4196b8
--- /dev/null
+++ b/domains/farman.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MUHAMMAD-FARMAN",
+ "email": "muhammadfarman7654@gmail.com"
+ },
+ "record": {
+ "A": ["66.29.153.55"]
+ }
+}
diff --git a/domains/fassion.json b/domains/fassion.json
new file mode 100644
index 000000000..2b579425c
--- /dev/null
+++ b/domains/fassion.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Lolipopguy",
+ "email": "ngauthier818@gmail.com"
+ },
+ "record": {
+ "A": ["79.94.184.109"]
+ }
+}
diff --git a/domains/fathulfahmy.json b/domains/fathulfahmy.json
new file mode 100644
index 000000000..7a2ffc311
--- /dev/null
+++ b/domains/fathulfahmy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "fathulfahmy",
+ "email": "mfathulfahmy@gmail.com"
+ },
+ "record": {
+ "URL": "https://fathulfahmy.pages.dev"
+ }
+}
diff --git a/domains/femboy.json b/domains/femboy.json
new file mode 100644
index 000000000..4d63d96ce
--- /dev/null
+++ b/domains/femboy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "d4rkd3n1337",
+ "email": "darkdenrevolt@gmail.com"
+ },
+ "record": {
+ "A": ["45.85.117.139"]
+ }
+}
diff --git a/domains/files.hosts.json b/domains/files.hosts.json
deleted file mode 100644
index 2a1d73e73..000000000
--- a/domains/files.hosts.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev-bot",
- "email": "is-a-dev@win11react.com",
- "discord": "1094272477137481810"
- },
-
- "record": {
- "CNAME": "net.beadman-network.com"
- }
-}
diff --git a/domains/files.nota.json b/domains/files.nota.json
deleted file mode 100644
index 26fa8951d..000000000
--- a/domains/files.nota.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "dewiscool",
- "email": "zerolikecyber.2005@gmail.com",
- "discord": "878821057748926534"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/files.ravener.json b/domains/files.ravener.json
new file mode 100644
index 000000000..e2a153929
--- /dev/null
+++ b/domains/files.ravener.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "ravener",
+ "email": "ravener.anime@gmail.com",
+ "twitter": "RavenRavener",
+ "discord": "292690616285134850"
+ },
+ "record": {
+ "A": [
+ "132.145.196.17"
+ ]
+ }
+}
diff --git a/domains/files.vornexx.json b/domains/files.vornexx.json
new file mode 100644
index 000000000..c9d04ba28
--- /dev/null
+++ b/domains/files.vornexx.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "vornex-gh",
+ "email": "",
+ "discord": "1149438819834269856",
+ "twitter": "vornexx_"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/filip769.json b/domains/filip769.json
deleted file mode 100644
index a87d5f6bc..000000000
--- a/domains/filip769.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My personal website",
- "repo": "https://github.com/filip-769",
- "owner": {
- "username": "filip-769",
- "email": "filipdev769@gmail.com"
- },
- "record": {
- "CNAME": "web-1.hostnow.cz"
- }
-}
diff --git a/domains/firejolt.json b/domains/firejolt.json
new file mode 100644
index 000000000..e2aed71a2
--- /dev/null
+++ b/domains/firejolt.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "YouFoundAlpha",
+ "email": "YouFoundAlpha@alpha.is-a.dev",
+ "Discord": "661121998830960651",
+ "GitHub": "YouFoundAlpha",
+ "GitLab": "YouFoundAlpha",
+ "Mastodon": "@YouFoundAlpha@mastodon.social"
+ },
+ "record": {
+ "URL": "https://firejolt.vercel.app"
+ }
+}
diff --git a/domains/fliberd.json b/domains/fliberd.json
new file mode 100644
index 000000000..b597cfce4
--- /dev/null
+++ b/domains/fliberd.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "fliberd",
+ "email": "dankashkarev@gmail.com"
+ },
+ "record": {
+ "A": ["80.87.111.147"]
+ }
+}
diff --git a/domains/fluid.json b/domains/fluid.json
new file mode 100644
index 000000000..6fe07d509
--- /dev/null
+++ b/domains/fluid.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal website to host bio info and other things",
+ "repo": "https://github.com/fluid-developer/fluid-developer.github.io",
+ "owner": {
+ "username": "fluid-developer",
+ "email": "ne0xch4r4@gmail.com"
+ },
+ "record": {
+ "CNAME": "fluid-developer.github.io"
+ }
+}
diff --git a/domains/fluor.json b/domains/fluor.json
new file mode 100644
index 000000000..6e24bf953
--- /dev/null
+++ b/domains/fluor.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "PlowDev",
+ "email": "clicpowytb@gmail.com"
+ },
+ "record": {
+ "CNAME": "fluor.pages.dev"
+ }
+}
diff --git a/domains/fluoresced.json b/domains/fluoresced.json
new file mode 100644
index 000000000..7d0deadc0
--- /dev/null
+++ b/domains/fluoresced.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "8FrMc",
+ "email": "pijuskaminskas1@gmail.com"
+ },
+ "record": {
+ "URL": "https://guns.lol/ecq"
+ }
+}
diff --git a/domains/foxie.arman.json b/domains/foxie.arman.json
deleted file mode 100644
index 727b37a31..000000000
--- a/domains/foxie.arman.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "description": "Foxie's Homepage by arman",
- "repo": "https://github.com/ItzArman09/foxie.js",
- "owner": {
- "username": "ItzArman09",
- "email": "contact@mail.arman.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/fqcxn.json b/domains/fqcxn.json
deleted file mode 100644
index 17b05c6a5..000000000
--- a/domains/fqcxn.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "Fqcxn",
- "email": "",
- "twitter": "FqcxnLmao",
- "discord": "hong.kong"
- },
- "record": {
- "CNAME": "fqcxn.github.io"
- }
-}
diff --git a/domains/frank.json b/domains/frank.json
new file mode 100644
index 000000000..4dc03c165
--- /dev/null
+++ b/domains/frank.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kageurufu",
+ "email": "franklyn@tackitt.net"
+ },
+ "record": {
+ "CNAME": "is-a-dev.frank.af"
+ }
+}
diff --git a/domains/frenzy.json b/domains/frenzy.json
new file mode 100644
index 000000000..de4c1bc91
--- /dev/null
+++ b/domains/frenzy.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "frenzy602",
+ "email": "GK267281@GMAIL.COM"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/friday.json b/domains/friday.json
new file mode 100644
index 000000000..c78da9609
--- /dev/null
+++ b/domains/friday.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "itmefriday",
+ "email": "chauhan20292827@gmail.com"
+ },
+ "record": {
+ "A": ["109.71.252.37"]
+ }
+}
diff --git a/domains/frog.json b/domains/frog.json
deleted file mode 100644
index de9e121a4..000000000
--- a/domains/frog.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "The Frog's Website",
- "repo": "https://github.com/FrogIsADev",
- "owner": {
- "username": "MrNover",
- "email": "alfie@nytern.com"
- },
- "record": {
- "CNAME": "51780377-151b-4095-b4d5-113b2a9d12e0.id.repl.co"
- }
-}
diff --git a/domains/froniz.json b/domains/froniz.json
new file mode 100644
index 000000000..96dd9df97
--- /dev/null
+++ b/domains/froniz.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Froniz",
+ "email": "discordmarc1912@gmail.com",
+ "discord": "1002293564782411787"
+ },
+
+ "record": {
+ "A": ["144.91.116.153"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/fuccsoc.json b/domains/fuccsoc.json
index cc646f703..57f7dbdfe 100644
--- a/domains/fuccsoc.json
+++ b/domains/fuccsoc.json
@@ -6,6 +6,6 @@
"record": {
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": ["v=spf1 include:spf.improvmx.com ~all"],
- "URL": "https://fuccsoc.me"
+ "URL": "https://fuccsoc.github.io"
}
}
diff --git a/domains/fuds.json b/domains/fuds.json
new file mode 100644
index 000000000..5e9c167bd
--- /dev/null
+++ b/domains/fuds.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "GeekSupport",
+ "email": "geek@laguaz.eu.org"
+ },
+ "record": {
+ "CNAME": "fuds.pages.dev"
+ }
+}
diff --git a/domains/funasitien.json b/domains/funasitien.json
new file mode 100644
index 000000000..770e7d36f
--- /dev/null
+++ b/domains/funasitien.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Funasitien",
+ "email": "bwha.bwha.splash@gmail.com"
+ },
+ "record": {
+ "CNAME": "funasitien.github.io"
+ }
+}
diff --git a/domains/furry.json b/domains/furry.json
new file mode 100644
index 000000000..f10c04548
--- /dev/null
+++ b/domains/furry.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "furyashnyy",
+ "email": "faradey.iskra@mail.ru",
+ "discord": "754721080383373373"
+ },
+
+ "record": {
+ "A": ["31.31.196.104"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/gabimaciel.json b/domains/gabimaciel.json
deleted file mode 100644
index 5f8b2ec11..000000000
--- a/domains/gabimaciel.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "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/gabriela.json b/domains/gabriela.json
new file mode 100644
index 000000000..6af3fb907
--- /dev/null
+++ b/domains/gabriela.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "gabriela4152",
+ "email": "gabriela4152@gmail.com"
+ },
+ "record": {
+ "CNAME": "gabriela4152.github.io"
+ }
+}
diff --git a/domains/gachugu.json b/domains/gachugu.json
new file mode 100644
index 000000000..978265a79
--- /dev/null
+++ b/domains/gachugu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BryanGachugu",
+ "email": "gachugusville@gmail.com"
+ },
+ "record": {
+ "CNAME": "bryangachugu.github.io"
+ }
+}
diff --git a/domains/games.bob16077.json b/domains/games.bob16077.json
new file mode 100644
index 000000000..c1106415e
--- /dev/null
+++ b/domains/games.bob16077.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "bob16077",
+ "discord": "bob16077777",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "bob16077.github.io"
+ }
+}
diff --git a/domains/gamew.json b/domains/gamew.json
deleted file mode 100644
index 585411bb0..000000000
--- a/domains/gamew.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Faris0520",
- "email": "faris.6dsdiaf@gmail.com"
- },
-
- "record": {
- "CNAME": "9cd7facc-4323-4816-a7df-1e254a393fb7.id.repl.co"
- }
-}
diff --git a/domains/garden.json b/domains/garden.json
deleted file mode 100644
index b7efda5aa..000000000
--- a/domains/garden.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "my personal website",
- "repo": "https://github.com/nocekek",
- "owner": {
- "username": "nocekek",
- "email": "nocekek.heytherebuddy@gmail.com"
- },
- "record": {
- "CNAME": "b8642d5b-1564-4bcd-aa54-03228a9b8d96.id.repl.co"
- }
-}
diff --git a/domains/gassayping.json b/domains/gassayping.json
new file mode 100644
index 000000000..c473d62f5
--- /dev/null
+++ b/domains/gassayping.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "gassayping",
+ "email": "Dev_Gassayping@proton.me"
+ },
+ "record": {
+ "CNAME": "gassayping.github.io"
+ }
+}
diff --git a/domains/gattinhosbot.json b/domains/gattinhosbot.json
index 9169849c1..e7821e745 100644
--- a/domains/gattinhosbot.json
+++ b/domains/gattinhosbot.json
@@ -2,11 +2,18 @@
"owner": {
"username": "Stef-00012",
"email": "admin@stefdp.is-a.dev",
- "discord": "694986201739952229"
+ "discord": "694986201739952229",
+ "github_id": 81536172
},
"record": {
- "A": ["109.71.252.37"],
- "MX": ["mail.is-a.dev"],
- "TXT": ["v=spf1 mx a:mail.is-a.dev ~all"]
+ "A": [
+ "194.60.201.37"
+ ],
+ "MX": [
+ "mail.stefdp.lol"
+ ],
+ "TXT": [
+ "v=spf1 mx ~all"
+ ]
}
}
diff --git a/domains/gauravgupta.json b/domains/gauravgupta.json
new file mode 100644
index 000000000..571c2edf5
--- /dev/null
+++ b/domains/gauravgupta.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "gauravgupta256",
+ "email": "gauravgupta8652@gmail.com"
+ },
+ "record": {
+ "CNAME": "gauravgupta.is-a.dev"
+ }
+}
diff --git a/domains/gauravguptaa.json b/domains/gauravguptaa.json
new file mode 100644
index 000000000..6addb2155
--- /dev/null
+++ b/domains/gauravguptaa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "gauravgupta256",
+ "email": "gauravgupta8652@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-gaurav.onrender.com"
+ }
+}
diff --git a/domains/gavingogaming.json b/domains/gavingogaming.json
new file mode 100644
index 000000000..ffdf2fc7f
--- /dev/null
+++ b/domains/gavingogaming.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "GavinGoGaming",
+ "email": "gavingogaming@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "gavingogaming.github.io"
+ }
+}
diff --git a/domains/gavinw.json b/domains/gavinw.json
deleted file mode 100644
index c4785c1c0..000000000
--- a/domains/gavinw.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "repo": "https://github.com/gavinwhite314/gavinwhite.net",
- "owner": {
- "username": "gavinwhite314",
- "email": "gavinwhite314@gmail.com"
- },
- "record": {
- "URL": "https://www.gavinwhite.net"
- }
-}
diff --git a/domains/gbot.json b/domains/gbot.json
new file mode 100644
index 000000000..3ecc483c0
--- /dev/null
+++ b/domains/gbot.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.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/gee.json b/domains/gee.json
new file mode 100644
index 000000000..b4c9a455c
--- /dev/null
+++ b/domains/gee.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "geedoes",
+ "email": "captg1@gmail.com"
+ },
+ "record": {
+ "A": ["207.211.187.18"]
+ }
+}
diff --git a/domains/gen1x.json b/domains/gen1x.json
new file mode 100644
index 000000000..a9722d204
--- /dev/null
+++ b/domains/gen1x.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Gen1x-ALT",
+ "email": "theg1nx@hotmail.com"
+ },
+ "record": {
+ "CNAME": "gen1x-alt.github.io"
+ }
+}
diff --git a/domains/gerick.json b/domains/gerick.json
new file mode 100644
index 000000000..993235876
--- /dev/null
+++ b/domains/gerick.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Gerickpogi17",
+ "email": "gymatibag17@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-3a9.pages.dev"
+ }
+}
diff --git a/domains/gg.json b/domains/gg.json
deleted file mode 100644
index 4343a721e..000000000
--- a/domains/gg.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "741as",
- "email": "1@gggf.link"
- },
- "record": {
- "CNAME": "1.1ddns.eu.org"
- }
-}
diff --git a/domains/ghostyt.json b/domains/ghostyt.json
deleted file mode 100644
index f7e3df026..000000000
--- a/domains/ghostyt.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "GhostYT's dev project",
- "repo": "https://github.com/GhostYTOP/register",
- "owner": {
- "username": "ghostyt",
- "email": "contact@ghostyt.ml"
- },
- "record": {
- "CNAME": "231ec778-e250-4867-a82d-be63c233196e.repl.co"
- }
-}
diff --git a/domains/gioco.json b/domains/gioco.json
new file mode 100644
index 000000000..bcc212cdb
--- /dev/null
+++ b/domains/gioco.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "giocoliere",
+ "email": "simcrigjeki@gmail.com"
+ },
+ "record": {
+ "CNAME": "giocoliere.github.io"
+ }
+}
diff --git a/domains/gizzy.json b/domains/gizzy.json
index e5a033e9e..e5d7b3f50 100644
--- a/domains/gizzy.json
+++ b/domains/gizzy.json
@@ -6,6 +6,18 @@
"discord": "gizzyowo"
},
"record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "AAAA": [
+ "2606:50c0:8000::153",
+ "2606:50c0:8001::153",
+ "2606:50c0:8002::153",
+ "2606:50c0:8003::153"
+ ],
"MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
"TXT": "forward-email=nerop455@gmail.com"
}
diff --git a/domains/glitchblog.mrdev88.json b/domains/glitchblog.mrdev88.json
new file mode 100644
index 000000000..d71f4321d
--- /dev/null
+++ b/domains/glitchblog.mrdev88.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mrdev88",
+ "email": "RuizMahdi@gmx.com"
+ },
+ "record": {
+ "CNAME": "1nw25jjg5f4id14j87.fastly-validations.com"
+ }
+}
diff --git a/domains/glqch.json b/domains/glqch.json
new file mode 100644
index 000000000..376e02afc
--- /dev/null
+++ b/domains/glqch.json
@@ -0,0 +1,12 @@
+{
+ "description": "Subdomain to put my portfolio website online",
+ "repo": "https://github.com/Glqch0/Glqch0.github.io",
+ "owner": {
+ "username": "Glqch0",
+ "email": "midoayoub447@gmail.com",
+ "twitter": "glqch"
+ },
+ "record": {
+ "CNAME": "glqch0.github.io"
+ }
+}
diff --git a/domains/gman.json b/domains/gman.json
deleted file mode 100644
index 61b721550..000000000
--- a/domains/gman.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "notGman",
- "email": "gowthaman2185@gmail.com"
- },
- "record": {
- "URL": "https://notgman.github.io"
- }
-}
diff --git a/domains/gnkbion.json b/domains/gnkbion.json
deleted file mode 100644
index b7b82fc0a..000000000
--- a/domains/gnkbion.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "RaannaKasturi",
- "email": "raannakasturi@gmail.com"
- },
-
- "record": {
- "A": ["185.27.134.3"]
- }
-}
diff --git a/domains/go.avasthi.json b/domains/go.avasthi.json
deleted file mode 100644
index c4b835c7d..000000000
--- a/domains/go.avasthi.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "avasthi-git",
- "email": "",
- "telegram": "avasthie"
- },
-
- "record": {
- "CNAME": "cname.short.io"
- }
-}
diff --git a/domains/goguardian.json b/domains/goguardian.json
new file mode 100644
index 000000000..30a660dcb
--- /dev/null
+++ b/domains/goguardian.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "mg0the0goat0",
+ "email": "golden_mooooooon@outlook.com",
+ "discord": "1160256967504318576"
+ },
+
+ "record": {
+ "CNAME": "loooooooooooooooool.onrender.com"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/gokcin.json b/domains/gokcin.json
new file mode 100644
index 000000000..9270872b0
--- /dev/null
+++ b/domains/gokcin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "gokcinosman",
+ "email": "osmangokcinn@gmail.com"
+ },
+ "record": {
+ "CNAME": "gokcinosman.github.io"
+ }
+}
diff --git a/domains/gokulbarath.json b/domains/gokulbarath.json
new file mode 100644
index 000000000..164c0a407
--- /dev/null
+++ b/domains/gokulbarath.json
@@ -0,0 +1,12 @@
+{
+ "description": "my personal website ",
+ "repo": "https://github.com/gokul6350/gokul6350.github.io",
+ "owner": {
+ "username": "gokul6350",
+ "email": "gokul00060@gmail.com",
+ "twitter": "gokul00060"
+ },
+ "record": {
+ "CNAME": "gokul6350.github.io"
+ }
+}
diff --git a/domains/goobsoda.json b/domains/goobsoda.json
deleted file mode 100644
index 271eb4b4a..000000000
--- a/domains/goobsoda.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "BreadGhoti1",
- "email": "breadghoti@gmail.com"
- },
- "record": {
- "A": ["134.56.183.128"]
- }
-}
diff --git a/domains/goobsoder.json b/domains/goobsoder.json
new file mode 100644
index 000000000..1feb4e16c
--- /dev/null
+++ b/domains/goobsoder.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BreadGhoti",
+ "email": "breadghoti@gmail.com"
+ },
+ "record": {
+ "A": ["134.56.183.128"]
+ }
+}
diff --git a/domains/gornostay25.json b/domains/gornostay25.json
deleted file mode 100644
index 110c0a307..000000000
--- a/domains/gornostay25.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "gornostay25",
- "email": "me@gornostay25.is-a.dev"
- },
- "record": {
- "A": ["172.66.46.227", "172.66.45.29"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all",
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"]
- }
-}
diff --git a/domains/gptbackend.brandgrandreal.json b/domains/gptbackend.brandgrandreal.json
new file mode 100644
index 000000000..221e76351
--- /dev/null
+++ b/domains/gptbackend.brandgrandreal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BrandgrandRealMe",
+ "email": "brandon.lambe@skiff.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/grafaffel.json b/domains/grafaffel.json
new file mode 100644
index 000000000..5d1f3f688
--- /dev/null
+++ b/domains/grafaffel.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Grafaffel",
+ "email": "jannis107@icloud.com"
+ },
+ "record": {
+ "CNAME": "grafaffel.github.io"
+ }
+}
diff --git a/domains/grantcards.json b/domains/grantcards.json
new file mode 100644
index 000000000..d326a3ddd
--- /dev/null
+++ b/domains/grantcards.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "calvgrant",
+ "email": "alvinnobeltungga@gmail.com"
+ },
+ "record": {
+ "CNAME": "calvgrant.github.io"
+ }
+}
diff --git a/domains/grusio.json b/domains/grusio.json
index c141bf374..96e9fa8ba 100644
--- a/domains/grusio.json
+++ b/domains/grusio.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "mattiagrusio",
- "email": "mattiagrusio@gmail.com"
- },
- "record": {
- "A": ["2.231.198.113"]
- }
+ "owner": {
+ "username": "mattiagrusio",
+ "email": "mattiagrusio@gmail.com"
+ },
+ "record": {
+ "A": ["2.231.198.113"]
+ }
}
diff --git a/domains/gta.json b/domains/gta.json
new file mode 100644
index 000000000..7ea53ebe2
--- /dev/null
+++ b/domains/gta.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "wweziza",
+ "email": "wweziza@icloud.com",
+ "discord": "363373226207739904"
+ },
+
+ "record": {
+ "CNAME": "clubroleplay.com"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/gudorlltti.json b/domains/gudorlltti.json
new file mode 100644
index 000000000..f3eba6226
--- /dev/null
+++ b/domains/gudorlltti.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "gudorlltti",
+ "email": "",
+ "discord": "849610030431993916"
+ },
+ "record": {
+ "URL": "https://github.com/gudorlltti/"
+ }
+}
diff --git a/domains/guilherme.json b/domains/guilherme.json
deleted file mode 100644
index 8912ebc5e..000000000
--- a/domains/guilherme.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "iiMaxxi",
- "email": "iimaxxiguilham@gmail.com"
- },
-
- "record": {
- "URL": "https://eu.dzxdev.repl.co"
- }
-}
diff --git a/domains/gunethra.json b/domains/gunethra.json
new file mode 100644
index 000000000..f4decf0de
--- /dev/null
+++ b/domains/gunethra.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Gunethra",
+ "email": "gunethrarp1@gmail.com"
+ },
+ "record": {
+ "URL": "https://gunethra.github.io/"
+ }
+}
diff --git a/domains/guptagaurav.json b/domains/guptagaurav.json
new file mode 100644
index 000000000..6addb2155
--- /dev/null
+++ b/domains/guptagaurav.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "gauravgupta256",
+ "email": "gauravgupta8652@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-gaurav.onrender.com"
+ }
+}
diff --git a/domains/guru.json b/domains/guru.json
new file mode 100644
index 000000000..88e201709
--- /dev/null
+++ b/domains/guru.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Guru322",
+ "email": "sahoogurucharan00@gmail.com"
+ },
+ "record": {
+ "CNAME": "guru322.github.io"
+ }
+}
diff --git a/domains/gwilym.json b/domains/gwilym.json
new file mode 100644
index 000000000..1604fb2bd
--- /dev/null
+++ b/domains/gwilym.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Gwilymm",
+ "email": "marin.davies@gmail.com"
+ },
+ "record": {
+ "A": ["31.207.36.249"]
+ }
+}
diff --git a/domains/h1roune.json b/domains/h1roune.json
new file mode 100644
index 000000000..a15ecc06e
--- /dev/null
+++ b/domains/h1roune.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zarqizoubir",
+ "email": "zarqi.ezzoubair@etu.uae.ac.ma"
+ },
+ "record": {
+ "CNAME": "zarqi.is-a.dev"
+ }
+}
diff --git a/domains/h4rl.json b/domains/h4rl.json
deleted file mode 100644
index 0662eeb35..000000000
--- a/domains/h4rl.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "h4rldev",
- "email": "h4rldev@proton.me"
- },
- "record": {
- "CNAME": "h4rldev-github-io.pages.dev"
- }
-}
diff --git a/domains/hachi.json b/domains/hachi.json
deleted file mode 100644
index dc63fe90f..000000000
--- a/domains/hachi.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "A programming language website",
- "repo": "https://github.com/HACHILANG/Hachi",
- "owner": {
- "username": "HACHILANG",
- "email": "shlokmadhekar88@gmail.com"
- },
- "record": {
- "CNAME": "b949abf7-5e07-4890-a7db-1206fad92121.repl.co"
- }
-}
diff --git a/domains/hackpig520.json b/domains/hackpig520.json
deleted file mode 100644
index bf14b2696..000000000
--- a/domains/hackpig520.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "xiaozhu2007",
- "email": "lz19986912007@163.com"
- },
- "record": {
- "CNAME": "hashnode.network"
- }
-}
diff --git a/domains/hafi.json b/domains/hafi.json
new file mode 100644
index 000000000..74c8710a7
--- /dev/null
+++ b/domains/hafi.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "HafiTheCat",
+ "email": "",
+ "discord": "hafi_the_cat"
+ },
+ "description": "Website about about me",
+ "repo": "https://github.com/HafiTheCat/hafi_the_cat.github.io",
+ "record": {
+ "CNAME": "hafithecat.github.io"
+ }
+}
diff --git a/domains/haizad.json b/domains/haizad.json
new file mode 100644
index 000000000..f8264d4b5
--- /dev/null
+++ b/domains/haizad.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "haizad",
+ "email": "haizadannuar@gmail.com"
+ },
+ "record": {
+ "CNAME": "haizad.github.io"
+ }
+}
diff --git a/domains/haruki.py.json b/domains/haruki.py.json
deleted file mode 100644
index bf8686b50..000000000
--- a/domains/haruki.py.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Anandkrishna34",
- "email": "aanandkrishna344@gmail.com"
- },
- "record": {
- "CNAME": "proxy.private.danbot.host"
- }
-}
diff --git a/domains/hasnain.json b/domains/hasnain.json
new file mode 100644
index 000000000..69410ac10
--- /dev/null
+++ b/domains/hasnain.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "HasnainSZN",
+ "email": "officialhasnain100@gmail.com"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/hassbomb.json b/domains/hassbomb.json
new file mode 100644
index 000000000..cd3def156
--- /dev/null
+++ b/domains/hassbomb.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Th3ABombs",
+ "email": "andreabombelli@gmail.com"
+ },
+ "record": {
+ "A": ["144.24.243.47"]
+ }
+}
diff --git a/domains/haste.brandgrandreal.json b/domains/haste.brandgrandreal.json
new file mode 100644
index 000000000..221e76351
--- /dev/null
+++ b/domains/haste.brandgrandreal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BrandgrandRealMe",
+ "email": "brandon.lambe@skiff.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/hazelnut.json b/domains/hazelnut.json
new file mode 100644
index 000000000..1f87b5e49
--- /dev/null
+++ b/domains/hazelnut.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "HazelNutHoney",
+ "email": "hazelnutzhoney@gmail.com"
+ },
+ "record": {
+ "CNAME": "hazelnuthoney.github.io"
+ }
+}
diff --git a/domains/hazib.brahim.json b/domains/hazib.brahim.json
deleted file mode 100644
index e2c8dec17..000000000
--- a/domains/hazib.brahim.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "zarqizoubir",
- "email": "zarqi.ezzoubair@etu.uae.ac.ma"
- },
- "record": {
- "CNAME": "zarqizoubir.github.io"
- }
-}
diff --git a/domains/he.json b/domains/he.json
new file mode 100644
index 000000000..080ec0522
--- /dev/null
+++ b/domains/he.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Yunexiz",
+ "email": "yunexiz@aol.com"
+ },
+ "record": {
+ "A": ["109.71.252.37"]
+ }
+}
diff --git a/domains/hein.json b/domains/hein.json
new file mode 100644
index 000000000..bcd8d5276
--- /dev/null
+++ b/domains/hein.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "HeinKhantZaw",
+ "email": "heinkhantzaw1@gmail.com"
+ },
+ "record": {
+ "CNAME": "heinkhantzaw.github.io"
+ }
+}
diff --git a/domains/hemangyadav.json b/domains/hemangyadav.json
new file mode 100644
index 000000000..b53aee1a2
--- /dev/null
+++ b/domains/hemangyadav.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Zemerik",
+ "email": "zemerikY@gmail.com"
+ },
+ "record": {
+ "URL": "https://zemerik.is-a.dev"
+ }
+}
diff --git a/domains/hero.json b/domains/hero.json
deleted file mode 100644
index a8e82521f..000000000
--- a/domains/hero.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "maanya125",
- "email": "maanya125@gmail.com"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
diff --git a/domains/hexadecimalbyte.json b/domains/hexadecimalbyte.json
deleted file mode 100644
index 4e41622ac..000000000
--- a/domains/hexadecimalbyte.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "HexadecimalByte",
- "email": "stefan.wulf@t-online.de"
- },
- "record": {
- "URL": "https://hexadecimalbyte.github.io"
- }
-}
diff --git a/domains/hikamoru.json b/domains/hikamoru.json
new file mode 100644
index 000000000..17affd882
--- /dev/null
+++ b/domains/hikamoru.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AmoreForever",
+ "email": "me.thefarkhodov@gmail.com"
+ },
+ "record": {
+ "CNAME": "hikamoru.uz"
+ }
+}
diff --git a/domains/hitesh.json b/domains/hitesh.json
new file mode 100644
index 000000000..e31ea8902
--- /dev/null
+++ b/domains/hitesh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "hitesh-can-code",
+ "email": "hiteshofficalyt@gmail.com"
+ },
+ "record": {
+ "CNAME": "hvlxh.pages.dev"
+ }
+}
diff --git a/domains/hk.json b/domains/hk.json
new file mode 100644
index 000000000..253bb6839
--- /dev/null
+++ b/domains/hk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ericsia",
+ "email": "medlexopm@gmail.com"
+ },
+ "record": {
+ "CNAME": "sga.domcloud.co"
+ }
+}
diff --git a/domains/homelander.json b/domains/homelander.json
new file mode 100644
index 000000000..b92a8ce24
--- /dev/null
+++ b/domains/homelander.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "GokuPlay609",
+ "email": "GokuPlay609@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/hongkorium.json b/domains/hongkorium.json
new file mode 100644
index 000000000..97bf197a9
--- /dev/null
+++ b/domains/hongkorium.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "HongKorium",
+ "email": "",
+ "discord": "hong.kong"
+ },
+ "record": {
+ "CNAME": "hongkorium.github.io"
+ }
+}
diff --git a/domains/hridimay.json b/domains/hridimay.json
new file mode 100644
index 000000000..d3352404b
--- /dev/null
+++ b/domains/hridimay.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "hridimay",
+ "email": "hridimay@gmail.com"
+ },
+ "record": {
+ "CNAME": "hridimay.github.io"
+ }
+}
diff --git a/domains/huby.json b/domains/huby.json
deleted file mode 100644
index 7d2d0bd03..000000000
--- a/domains/huby.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "OpAayush",
- "email": "aayushmagrawal@gmail.com",
- "discord": "Aayu5h#1737"
- },
- "record": {
- "CNAME": "7cfe5323-1a5d-4086-9226-3475a4e3cf5a.id.repl.co"
- }
-}
diff --git a/domains/hugovidafe.json b/domains/hugovidafe.json
new file mode 100644
index 000000000..5f815bc21
--- /dev/null
+++ b/domains/hugovidafe.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "0x1026",
+ "email": "me@hugovidafe.dev"
+ },
+ "record": {
+ "URL": "https://hugovidafe.dev"
+ }
+}
diff --git a/domains/husain.json b/domains/husain.json
deleted file mode 100644
index 5b5a5ce7c..000000000
--- a/domains/husain.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "H-Killer",
- "email": "hadiabode34@gmail.com"
- },
- "record": {
- "A": ["184.94.215.77"]
- }
-}
diff --git a/domains/hycord.json b/domains/hycord.json
index 7e282d7b6..0cd88170d 100644
--- a/domains/hycord.json
+++ b/domains/hycord.json
@@ -1,11 +1,13 @@
{
- "description": "Hi! I'm Hycord!",
+ "description": "Development Portfolio for Hycord",
+ "url":"https://github.com/hycord/monorepo",
"owner": {
"username": "hycord",
"email": "hycord@hycordia.com",
- "twitter": "IGNHycord"
+ "twitter": "IGNHycord",
+ "discord": "322144499734151169"
},
"record": {
- "CNAME": "xbwlnzmg.up.railway.app"
+ "URL": "https://masen.dev/"
}
}
diff --git a/domains/hzmi.json b/domains/hzmi.json
deleted file mode 100644
index ba5242613..000000000
--- a/domains/hzmi.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Personal Website",
- "repo": "https://github.com/Hazmi35",
- "owner": {
- "username": "Hazmi35",
- "email": "contact@hzmi.xyz"
- },
- "record": {
- "URL": "https://hzmi.xyz"
- }
-}
diff --git a/domains/ialkoa.json b/domains/ialkoa.json
new file mode 100644
index 000000000..73e569944
--- /dev/null
+++ b/domains/ialkoa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "CallMePudding",
+ "email": "CallMePudding@zohomail.eu"
+ },
+ "record": {
+ "URL": "https://callmepudding.github.io/ialkoastuff/"
+ }
+}
diff --git a/domains/iam.json b/domains/iam.json
new file mode 100644
index 000000000..9c7c0f4b5
--- /dev/null
+++ b/domains/iam.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Utsav14s",
+ "email": "utsavk740@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/iamai.json b/domains/iamai.json
new file mode 100644
index 000000000..ac27c3e37
--- /dev/null
+++ b/domains/iamai.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "HsiangNianian",
+ "email": "i@jyunko.cn"
+ },
+ "record": {
+ "CNAME": "readthedocs.io"
+ }
+}
diff --git a/domains/iamlazylll.json b/domains/iamlazylll.json
new file mode 100644
index 000000000..1a961fefa
--- /dev/null
+++ b/domains/iamlazylll.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "iamlazylll",
+ "email": "eason4666@gmail.com"
+ },
+ "record": {
+ "CNAME": "iamlazylll.github.io"
+ }
+}
diff --git a/domains/ians.json b/domains/ians.json
new file mode 100644
index 000000000..f683a751b
--- /dev/null
+++ b/domains/ians.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ianskids",
+ "email": "theians@yahoo.com"
+ },
+ "record": {
+ "CNAME": "dev.ians.my.id"
+ }
+}
diff --git a/domains/ignasius.json b/domains/ignasius.json
new file mode 100644
index 000000000..2d10d378b
--- /dev/null
+++ b/domains/ignasius.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ace3",
+ "email": "ace3xx@gmail.com"
+ },
+ "record": {
+ "A": ["138.2.84.251"]
+ }
+}
diff --git a/domains/igor.json b/domains/igor.json
index aab6143cf..e75d01eaf 100644
--- a/domains/igor.json
+++ b/domains/igor.json
@@ -1,10 +1,10 @@
{
"owner": {
- "username": "apenasigordev",
- "email": "nerdvsvs@gmail.com"
+ "username": "igorwastaken",
+ "email": "figueiredoigor325@gmail.com"
},
"record": {
- "CNAME": "apenasigordev.github.io"
+ "CNAME": "portfolio-dcn.pages.dev"
}
}
diff --git a/domains/ihzan.json b/domains/ihzan.json
deleted file mode 100644
index 5e1f4edba..000000000
--- a/domains/ihzan.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Ihsan-N",
- "email": "abuihsan341@gmail.com"
- },
- "record": {
- "CNAME": "4a08a93f-e142-4ae8-93f3-6cd7dc6304b7.id.repl.co"
- }
-}
diff --git a/domains/ikdan.json b/domains/ikdan.json
new file mode 100644
index 000000000..0cdd377e0
--- /dev/null
+++ b/domains/ikdan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Kirill2255",
+ "email": "ailcenko019@gmail.com"
+ },
+ "record": {
+ "A": ["95.163.215.114"]
+ }
+}
diff --git a/domains/ikhlashmulya.json b/domains/ikhlashmulya.json
new file mode 100644
index 000000000..fc2b38135
--- /dev/null
+++ b/domains/ikhlashmulya.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Ikhlashmulya",
+ "email": "nurahmanmulya@gmail.com"
+ },
+ "record": {
+ "CNAME": "ikhlashmulya.github.io"
+ }
+}
diff --git a/domains/ikjun.json b/domains/ikjun.json
new file mode 100644
index 000000000..10e947364
--- /dev/null
+++ b/domains/ikjun.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "no-ikjun",
+ "email": "choiikjun1101@gmail.com"
+ },
+ "record": {
+ "CNAME": "ikjun.com"
+ }
+}
diff --git a/domains/imad.json b/domains/imad.json
index 7eec7155d..a6f00d379 100644
--- a/domains/imad.json
+++ b/domains/imad.json
@@ -6,6 +6,8 @@
"email": "imad.kh@outlook.com"
},
"record": {
- "A": ["20.101.44.225"]
+ "A": [
+ "20.101.44.225"
+ ]
}
}
diff --git a/domains/imd.json b/domains/imd.json
index 7eec7155d..a6f00d379 100644
--- a/domains/imd.json
+++ b/domains/imd.json
@@ -6,6 +6,8 @@
"email": "imad.kh@outlook.com"
},
"record": {
- "A": ["20.101.44.225"]
+ "A": [
+ "20.101.44.225"
+ ]
}
}
diff --git a/domains/img.cutedog5695.json b/domains/img.cutedog5695.json
new file mode 100644
index 000000000..86c042d71
--- /dev/null
+++ b/domains/img.cutedog5695.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "CuteDog5695",
+ "email": "cutedog5695@gmail.com",
+ "discord": "cutedog5695",
+ "twitter": "cutedog5695"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/img.kenny.json b/domains/img.kenny.json
new file mode 100644
index 000000000..a26ffd618
--- /dev/null
+++ b/domains/img.kenny.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "KennySB-dev",
+ "email": "kennybugeja@gmail.com"
+ },
+ "record": {
+ "CNAME": "ikenny.only-fans.club"
+ }
+}
diff --git a/domains/imide.json b/domains/imide.json
new file mode 100644
index 000000000..bb2afe1d5
--- /dev/null
+++ b/domains/imide.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "imide",
+ "email": "",
+ "discord": "555915168932954112"
+ },
+ "record": {
+ "CNAME": "imide-is-a-dev.pages.dev"
+ }
+}
diff --git a/domains/imran.json b/domains/imran.json
new file mode 100644
index 000000000..95b918f94
--- /dev/null
+++ b/domains/imran.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "imranmollajoy",
+ "email": "imranmollajoy@gmail.com"
+ },
+ "record": {
+ "CNAME": "imranmollajoy.github.io"
+ }
+}
diff --git a/domains/imsoumyaneel.json b/domains/imsoumyaneel.json
new file mode 100644
index 000000000..098324d82
--- /dev/null
+++ b/domains/imsoumyaneel.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "A-Little-Hat",
+ "email": "soumyasarkar309@gmail.com"
+ },
+ "record": {
+ "CNAME": "a-little-hat.github.io"
+ }
+}
diff --git a/domains/indidee.json b/domains/indidee.json
new file mode 100644
index 000000000..fab070347
--- /dev/null
+++ b/domains/indidee.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "indideee",
+ "email": "amberisamab@gmail.com"
+ },
+ "record": {
+ "CNAME": "indideee.github.io"
+ }
+}
diff --git a/domains/infinity.json b/domains/infinity.json
deleted file mode 100644
index 3a60cbef0..000000000
--- a/domains/infinity.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Infinitybeond1",
- "email": "Infinitybeond1@protonmail.com"
- },
- "record": {
- "CNAME": "1de2d007-3905-40b1-b64f-d166b367a43d.id.repl.co"
- }
-}
diff --git a/domains/infinotiver.json b/domains/infinotiver.json
new file mode 100644
index 000000000..3b9b4b719
--- /dev/null
+++ b/domains/infinotiver.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "infinotiver",
+ "email": "prakarsh.3482@gmail.com"
+ },
+ "record": {
+ "CNAME": "infinotiver.github.io"
+ }
+}
diff --git a/domains/isaacrobinson.json b/domains/isaacrobinson.json
deleted file mode 100644
index 06ef89776..000000000
--- a/domains/isaacrobinson.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "This domain is for my personal website",
- "repo": "https://github.com/SuperIcecube1/SuperIcecube1.github.io",
- "owner": {
- "username": "SuperIcecube1",
- "email": "supericecube@aol.com"
- },
- "record": {
- "CNAME": "SuperIcecube1.github.io"
- }
-}
diff --git a/domains/isabella.json b/domains/isabella.json
new file mode 100644
index 000000000..2c495c66a
--- /dev/null
+++ b/domains/isabella.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MullerIsabella",
+ "email": "AlpineDreamer92@protonmail.com"
+ },
+ "record": {
+ "CNAME": "mullerisabella.onrender.com"
+ }
+}
diff --git a/domains/ishan-chawla.json b/domains/ishan-chawla.json
new file mode 100644
index 000000000..ec771b0a8
--- /dev/null
+++ b/domains/ishan-chawla.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "KooShnoo",
+ "email": "ishan.kpv@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-se0.pages.dev"
+ }
+}
diff --git a/domains/ishh.json b/domains/ishh.json
index 91fa6accb..d4ef01652 100644
--- a/domains/ishh.json
+++ b/domains/ishh.json
@@ -1,10 +1,11 @@
{
+ "description": "ishh.is-a.dev",
+ "repo": "https://github.com/ishh-xd/ishh-xd.github.io",
"owner": {
- "username": "AdityaOP2008",
- "discord": "844843800874582048",
- "email": "bw.dev@yahoo.com"
+ "username": "ishh-xd",
+ "email": "ishh-xd@proton.me"
},
"record": {
- "CNAME": "570860f7-84fb-4ecd-8aee-015227be243d.id.repl.co"
+ "CNAME": "ishh-xd.github.io"
}
}
diff --git a/domains/itsmenewbie03.json b/domains/itsmenewbie03.json
new file mode 100644
index 000000000..096f987fc
--- /dev/null
+++ b/domains/itsmenewbie03.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "itsmenewbie03",
+ "email": "2101102516@student.buksu.edu.ph"
+ },
+ "record": {
+ "A": ["46.250.251.63"]
+ }
+}
diff --git a/domains/ittranducloc.json b/domains/ittranducloc.json
new file mode 100644
index 000000000..809a7b54b
--- /dev/null
+++ b/domains/ittranducloc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ittranducloc",
+ "email": "it.tranducloc@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/ittranducloc"
+ }
+}
diff --git a/domains/ja.json b/domains/ja.json
new file mode 100644
index 000000000..05ab59d87
--- /dev/null
+++ b/domains/ja.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jsJack",
+ "email": "hello@jackperry.co"
+ },
+ "record": {
+ "URL": "https://jackperry.co"
+ }
+}
diff --git a/domains/jabin.json b/domains/jabin.json
new file mode 100644
index 000000000..6f1becbd5
--- /dev/null
+++ b/domains/jabin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jabinstech",
+ "email": "jabinstech.net@gmail.com"
+ },
+ "record": {
+ "CNAME": "jabinstech.github.io"
+ }
+}
diff --git a/domains/jacksonmalone.json b/domains/jacksonmalone.json
new file mode 100644
index 000000000..7284cc01f
--- /dev/null
+++ b/domains/jacksonmalone.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jacksonmalone",
+ "email": "jrm9918@gmail.com"
+ },
+ "record": {
+ "CNAME": "jacksonmalone.github.io"
+ }
+}
diff --git a/domains/jadify.json b/domains/jadify.json
new file mode 100644
index 000000000..2a89ab99c
--- /dev/null
+++ b/domains/jadify.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Jadify-eu",
+ "email": "jadifyeu@gmail.com",
+ "discord": "753179409682399332"
+ },
+
+ "record": {
+ "CNAME": "is-a.dev.jadify.cyou"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/james.json b/domains/james.json
deleted file mode 100644
index 4783b0f60..000000000
--- a/domains/james.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "jmbdevs repo",
- "repo": "https://github.com/jmbdevs/jmbdevs.github.io",
- "owner": {
- "username": "jmbdevs",
- "email": "james@jmbdev.net",
- "twitter": "jmbdevs"
- },
- "record": {
- "CNAME": "jmbdevs.github.io"
- }
-}
diff --git a/domains/jamespi.json b/domains/jamespi.json
new file mode 100644
index 000000000..423c5d75b
--- /dev/null
+++ b/domains/jamespi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sussy-OS",
+ "email": "SussyS0S-Operating-Systems@protonmail.com"
+ },
+ "record": {
+ "URL": "https://cooperbrosssp.top"
+ }
+}
diff --git a/domains/jamieisgeek.json b/domains/jamieisgeek.json
deleted file mode 100644
index a1c042d57..000000000
--- a/domains/jamieisgeek.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "jamieisgeek.is-a.dev.",
- "repo": "https://github.com/jamieisgeek",
- "owner": {
- "username": "jamieisgeek",
- "email": "jamieisgeek@gmail.com"
- },
- "record": {
- "URL": "https://jamieisgeek.jamiecodes.repl.co"
- }
-}
diff --git a/domains/jawis.json b/domains/jawis.json
deleted file mode 100644
index e724e2bf9..000000000
--- a/domains/jawis.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "ais1175",
- "email": "wutau179@gmail.com"
- },
- "record": {
- "A": ["103.114.200.170"]
- }
-}
diff --git a/domains/jdszekeres.json b/domains/jdszekeres.json
deleted file mode 100644
index e609b5720..000000000
--- a/domains/jdszekeres.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "repo": "https://github.com/jdszekeres/jdszekeres.github.io",
- "owner": {
- "username": "jdszekeres",
- "email": "racoxo1041@favilu.com"
- },
- "record": {
- "CNAME": "jdszekeres.github.io"
- }
-}
diff --git a/domains/jemex.json b/domains/jemex.json
new file mode 100644
index 000000000..c2a56114c
--- /dev/null
+++ b/domains/jemex.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mhmmd95",
+ "email": "mohammadalabras77@gmail.com"
+ },
+ "record": {
+ "A": ["51.89.109.155"]
+ }
+}
diff --git a/domains/jer.json b/domains/jer.json
new file mode 100644
index 000000000..8d9d0874d
--- /dev/null
+++ b/domains/jer.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JerBlox",
+ "email": "chen.fuyuan07@gmail.com"
+ },
+ "record": {
+ "CNAME": "jerblox.github.io"
+ }
+}
diff --git a/domains/jes.json b/domains/jes.json
new file mode 100644
index 000000000..f6ff168f3
--- /dev/null
+++ b/domains/jes.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Jesgran",
+ "email": "calzdani20@libero.it"
+ },
+ "record": {
+ "CNAME": "jes.github.io"
+ }
+}
diff --git a/domains/jesseallan.json b/domains/jesseallan.json
new file mode 100644
index 000000000..e6f5b6a60
--- /dev/null
+++ b/domains/jesseallan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JesseAllan",
+ "email": "jesseba20+github2@gmail.com"
+ },
+ "record": {
+ "CNAME": "jesseallan.github.io"
+ }
+}
diff --git a/domains/jhedmendoza.json b/domains/jhedmendoza.json
new file mode 100644
index 000000000..fe59ec0b2
--- /dev/null
+++ b/domains/jhedmendoza.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "jhedmendoza",
+ "email": "jhed.mendoza@hotmail.com"
+ },
+ "record": {
+ "CNAME": "jhedmendoza.github.io"
+ }
+}
+
diff --git a/domains/jhonneg.json b/domains/jhonneg.json
new file mode 100644
index 000000000..a92fbb0fa
--- /dev/null
+++ b/domains/jhonneg.json
@@ -0,0 +1,12 @@
+{
+ "description": "Portfolio",
+ "repo": "https://github.com/Jhonneg/jhonneg",
+ "owner": {
+ "username": "Jhonneg",
+ "email": "jonee4339@hotmail.com",
+ "twitter": "Jonee1155"
+ },
+ "record": {
+ "URL": "https://jhonneg.github.io/jhonneg/"
+ }
+}
diff --git a/domains/jigar.json b/domains/jigar.json
new file mode 100644
index 000000000..3400d8f3e
--- /dev/null
+++ b/domains/jigar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "drone911",
+ "email": "jigar1822@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.github.com/drone911"
+ }
+}
diff --git a/domains/jirafey.json b/domains/jirafey.json
deleted file mode 100644
index ba2f3b211..000000000
--- a/domains/jirafey.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "jirafey",
- "email": "jirafey@tuta.io"
- },
- "record": {
- "CNAME": "jirafey.github.io"
- }
-}
diff --git a/domains/jjsuscc.json b/domains/jjsuscc.json
deleted file mode 100644
index dda19d472..000000000
--- a/domains/jjsuscc.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "jc-discdev",
- "email": "jjsuscc@gmail.com"
- },
- "record": {
- "CNAME": "darkdev.es"
- }
-}
diff --git a/domains/joaoz.json b/domains/joaoz.json
new file mode 100644
index 000000000..5b6dad4ad
--- /dev/null
+++ b/domains/joaoz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "joao-zanutto",
+ "email": "jpberno@gmail.com"
+ },
+ "record": {
+ "CNAME": "joao-zanutto.github.io"
+ }
+}
diff --git a/domains/johndoe.json b/domains/johndoe.json
new file mode 100644
index 000000000..c863d15ee
--- /dev/null
+++ b/domains/johndoe.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "KingLuc12",
+ "email": "lucian.g.king+github@gmail.com"
+ },
+ "record": {
+ "CNAME": "jhondoeisadev.pages.dev"
+ }
+}
diff --git a/domains/jojojux.json b/domains/jojojux.json
deleted file mode 100644
index 91d8c57d2..000000000
--- a/domains/jojojux.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "J0J0HA",
- "email": "info@jojojux.de"
- },
- "record": {
- "URL": "https://jojojux.de"
- }
-}
diff --git a/domains/joltz.json b/domains/joltz.json
new file mode 100644
index 000000000..5acaa3156
--- /dev/null
+++ b/domains/joltz.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "joltz1234",
+ "email": "joltzx123@gmail.com",
+ "discord": "837162825373188106"
+ },
+
+ "record": {
+ "URL": "https://guns.lol/joltz"
+ }
+ }
+
diff --git a/domains/joltz1234.json b/domains/joltz1234.json
new file mode 100644
index 000000000..78b87a54a
--- /dev/null
+++ b/domains/joltz1234.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "joltz1234",
+ "email": "joltzx123@gmail.com",
+ "discord": "837162825373188106"
+ },
+
+ "record": {
+ "CNAME": "joltz1234.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/joseph.json b/domains/joseph.json
new file mode 100644
index 000000000..b0022536a
--- /dev/null
+++ b/domains/joseph.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Friedman10",
+ "email": "yfriedman@gmail.com"
+ },
+ "record": {
+ "MX": ["smtp.google.com"]
+ }
+}
diff --git a/domains/josval.json b/domains/josval.json
new file mode 100644
index 000000000..162ac08fa
--- /dev/null
+++ b/domains/josval.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "heyy-josval",
+ "email": "josvalmtrz@gmail.com"
+ },
+ "record": {
+ "URL": "https://josval.vercel.app"
+ }
+}
diff --git a/domains/js.json b/domains/js.json
new file mode 100644
index 000000000..89ea90364
--- /dev/null
+++ b/domains/js.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ukrioo",
+ "email": "u8k50850@gmail.com"
+ },
+ "record": {
+ "URL": "https://ukrioo.github.io/",
+ "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "TXT": "forward-email=u8k50850@gmail.com"
+ }
+}
diff --git a/domains/jsjack.json b/domains/jsjack.json
new file mode 100644
index 000000000..05ab59d87
--- /dev/null
+++ b/domains/jsjack.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jsJack",
+ "email": "hello@jackperry.co"
+ },
+ "record": {
+ "URL": "https://jackperry.co"
+ }
+}
diff --git a/domains/juisai.json b/domains/juisai.json
deleted file mode 100644
index 693f65ed4..000000000
--- a/domains/juisai.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "Eima834",
- "email": "dargiseimantas5@gmail.com",
- "discord": "1095651340589469786"
- },
-
- "record": {
- "A": ["198.251.86.152"]
- }
-}
diff --git a/domains/jumanji.json b/domains/jumanji.json
new file mode 100644
index 000000000..351a248a3
--- /dev/null
+++ b/domains/jumanji.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "heyjumanji",
+ "email": "madhuchutiya.unhinge650@silomails.com"
+ },
+ "record": {
+ "CNAME": "heyjumanji.pages.dev"
+ }
+}
diff --git a/domains/jun-wei.json b/domains/jun-wei.json
new file mode 100644
index 000000000..800c0099b
--- /dev/null
+++ b/domains/jun-wei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "junwei0676",
+ "email": "junwei0676@gmail.com"
+ },
+ "record": {
+ "URL": "https://jun-wei-dev.netlify.app/"
+ }
+}
diff --git a/domains/junwei.json b/domains/junwei.json
new file mode 100644
index 000000000..800c0099b
--- /dev/null
+++ b/domains/junwei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "junwei0676",
+ "email": "junwei0676@gmail.com"
+ },
+ "record": {
+ "URL": "https://jun-wei-dev.netlify.app/"
+ }
+}
diff --git a/domains/juqwtf.json b/domains/juqwtf.json
new file mode 100644
index 000000000..83f000b13
--- /dev/null
+++ b/domains/juqwtf.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "denboy0123",
+ "email": "pochtaproverka01@gmail.com"
+ },
+ "record": {
+ "A": ["93.185.157.142"]
+ }
+}
diff --git a/domains/jurgen.json b/domains/jurgen.json
new file mode 100644
index 000000000..50d08ace3
--- /dev/null
+++ b/domains/jurgen.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "def0e0",
+ "email": "def0e0@yandex.ru"
+ },
+ "record": {
+ "A": ["45.148.120.75"]
+ }
+}
diff --git a/domains/jxcb.json b/domains/jxcb.json
deleted file mode 100644
index c8487dcde..000000000
--- a/domains/jxcb.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "repo": "https://github.com/hikaruisasleep/jxcb.xyz",
- "owner": {
- "username": "hikaruisasleep",
- "email": "i@jxcb.xyz",
- "discord": "sleepingicarus#8670"
- },
- "record": {
- "URL": "https://jxcb.xyz"
- }
-}
diff --git a/domains/kaden.json b/domains/kaden.json
deleted file mode 100644
index a8be7bd47..000000000
--- a/domains/kaden.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "KadenAE",
- "email": "kadeinwales@gmail.com"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
diff --git a/domains/kaist-server.json b/domains/kaist-server.json
deleted file mode 100644
index 01c5239c7..000000000
--- a/domains/kaist-server.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "predict-woo",
- "email": "andyye.jongcye@gmail.com"
- },
- "record": {
- "A": ["130.162.135.186"]
- }
-}
diff --git a/domains/kaktus.json b/domains/kaktus.json
new file mode 100644
index 000000000..de828695f
--- /dev/null
+++ b/domains/kaktus.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kaktus-1",
+ "email": "meatgithub@istwunderbar.de"
+ },
+ "record": {
+ "CNAME": "is-a-dev-3hg.pages.dev"
+ }
+}
diff --git a/domains/kalanathilake.json b/domains/kalanathilake.json
new file mode 100644
index 000000000..cc855a9a3
--- /dev/null
+++ b/domains/kalanathilake.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Kalana-Thilakarathna",
+ "email": "kalana2100@gmail.com"
+ },
+ "record": {
+ "URL": "https://kalanathilake.netlify.app"
+ }
+}
diff --git a/domains/kamlendras.json b/domains/kamlendras.json
new file mode 100644
index 000000000..3bf335942
--- /dev/null
+++ b/domains/kamlendras.json
@@ -0,0 +1,12 @@
+ {
+ "description": "my personal web page",
+ "repo": "https://github.com/kamlendras/kamlendras.github.io",
+ "owner": {
+ "username": "kamlendras",
+ "email": "kamlendras@proton.me"
+
+ },
+ "record": {
+ "CNAME": "kamlendras.github.io"
+ }
+}
diff --git a/domains/kamolgks.json b/domains/kamolgks.json
new file mode 100644
index 000000000..71455003f
--- /dev/null
+++ b/domains/kamolgks.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kamolgks",
+ "email": "kamoliddintuhtaboev2@gmail.com"
+ },
+ "record": {
+ "CNAME": "kamolgks.github.io"
+ }
+}
diff --git a/domains/karthikr.json b/domains/karthikr.json
new file mode 100644
index 000000000..481402060
--- /dev/null
+++ b/domains/karthikr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ghxst0x1",
+ "email": "karthikrofficial7@gmail.com"
+ },
+ "record": {
+ "CNAME": "ghxst0x1.pages.dev"
+ }
+}
diff --git a/domains/kaushik.kashyap.json b/domains/kaushik.kashyap.json
deleted file mode 100644
index 9897f0604..000000000
--- a/domains/kaushik.kashyap.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "kaushik-kashyap",
- "email": "kknl65789@gmail.com"
- },
- "record": {
- "URL": "https://github.com/kaushik-kashyap/kaushik-kashyap.git"
- }
-}
diff --git a/domains/kavin.json b/domains/kavin.json
new file mode 100644
index 000000000..a01c0221b
--- /dev/null
+++ b/domains/kavin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kavin81",
+ "email": "kavin6462@gmail.com"
+ },
+ "record": {
+ "CNAME": "kavin81.pages.dev"
+ }
+}
diff --git a/domains/kawanua.json b/domains/kawanua.json
deleted file mode 100644
index 1c79466c5..000000000
--- a/domains/kawanua.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "repo": "https://github.com/kawanuaid",
- "owner": {
- "username": "kawanuaid",
- "twitter": "kawanua",
- "email": ""
- },
-
- "record": {
- "URL": "https://www.kawanua.id"
- }
-}
diff --git a/domains/kawet.json b/domains/kawet.json
deleted file mode 100644
index a5f651129..000000000
--- a/domains/kawet.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "Kawet00",
- "email": "",
- "twitter": "Kawet00",
- "discord": "Kawet#4827"
- },
- "record": {
- "CNAME": "ee4b2375-cc40-4c9d-b34a-9fa2047b8ebf.id.repl.co"
- }
-}
diff --git a/domains/kaybee.json b/domains/kaybee.json
new file mode 100644
index 000000000..6a066e22a
--- /dev/null
+++ b/domains/kaybee.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ecstaticsoul",
+ "email": "soulfulkrishna@gmail.com"
+ },
+ "record": {
+ "CNAME": "ecstaticsoul.github.io"
+ }
+}
diff --git a/domains/kazuoyk.json b/domains/kazuoyk.json
new file mode 100644
index 000000000..66bd9141a
--- /dev/null
+++ b/domains/kazuoyk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "KazuoYK",
+ "email": "d4rknewbie@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/kazuoyk/dev"
+ }
+}
diff --git a/domains/kenny.json b/domains/kenny.json
new file mode 100644
index 000000000..89babc173
--- /dev/null
+++ b/domains/kenny.json
@@ -0,0 +1,15 @@
+{
+ "owner": {
+ "username": "KennySB-dev",
+ "email": "kennybugeja@gmail.com",
+ "discord": "kenny.sb"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
+}
diff --git a/domains/kershan.json b/domains/kershan.json
new file mode 100644
index 000000000..10ab3cb38
--- /dev/null
+++ b/domains/kershan.json
@@ -0,0 +1,10 @@
+{
+ "description": "Kershan is a dev site, points to personal site",
+ "owner": {
+ "username": "kershan",
+ "email": "n.kershan+isadev@gmail.com"
+ },
+ "record": {
+ "URL": "http://platformer.online/"
+ }
+}
diff --git a/domains/kewanb.json b/domains/kewanb.json
new file mode 100644
index 000000000..8027750d5
--- /dev/null
+++ b/domains/kewanb.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kewanfr",
+ "email": "mail@kewan.fr"
+ },
+ "record": {
+ "URL": "https://blog.kewan.fr"
+ }
+}
diff --git a/domains/keylock.json b/domains/keylock.json
deleted file mode 100644
index ad89113fe..000000000
--- a/domains/keylock.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "kaimodiss",
- "email": "pijulas12345@gmail.com"
- },
- "record": {
- "A": ["45.137.116.114"]
- }
-}
diff --git a/domains/khaidev.json b/domains/khaidev.json
index 2fa6866a9..ceffd52b8 100644
--- a/domains/khaidev.json
+++ b/domains/khaidev.json
@@ -1,11 +1,12 @@
{
- "description": "Hello! I am Khai but if you want you can call me Ken! I am a self thought Developer and mostly code Discord Bots for others for fun! Sometimes I even get donations back, which makes me even more happier and results in having more fun at coding.",
- "repo": "https://github.com/TruongDuyKhai/TruongDuyKhai.github.io",
- "owner": {
- "username": "TruongDuyKhai",
- "email": "truongduykhai1012@gmail.com"
- },
- "record": {
- "CNAME": "truongduykhai.github.io"
- }
-}
+ "owner": {
+ "username": "TruongDuyKhai",
+ "email": "truongduykhai1012@gmail.com",
+ "discord": "871329074046435338"
+ },
+
+ "record": {
+ "CNAME": "truongduykhai.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/kid.json b/domains/kid.json
deleted file mode 100644
index d3e86011b..000000000
--- a/domains/kid.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "kawanuaid",
- "twitter": "kawanua",
- "email": ""
- },
-
- "record": {
- "URL": "https://dev.kawanua.id"
- }
-}
diff --git a/domains/kingluc.json b/domains/kingluc.json
new file mode 100644
index 000000000..615ef86aa
--- /dev/null
+++ b/domains/kingluc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "KingLuc12",
+ "email": "lucian.g.king+github@gmail.com"
+ },
+ "record": {
+ "URL": "https://kingluc.my.id"
+ }
+}
diff --git a/domains/kingq23.json b/domains/kingq23.json
deleted file mode 100644
index d358668e3..000000000
--- a/domains/kingq23.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Kingq23",
- "email": "qadams2008@gmail.com"
- },
- "record": {
- "URL": "https://kingq23-is-a-dev.kingq23.repl.co"
- }
-}
diff --git a/domains/kirill-adamuk.json b/domains/kirill-adamuk.json
new file mode 100644
index 000000000..752d36fa3
--- /dev/null
+++ b/domains/kirill-adamuk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "superhorsy",
+ "email": "adamuk.kirill@gmail.com"
+ },
+ "record": {
+ "CNAME": "superhorsy.github.io"
+ }
+}
diff --git a/domains/kitty.json b/domains/kitty.json
deleted file mode 100644
index 28cc32359..000000000
--- a/domains/kitty.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "LegendOP1041",
- "email": "maillegendop@gmail.com",
- "discord": "1056531806763102218"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/kiwi.json b/domains/kiwi.json
new file mode 100644
index 000000000..22725f757
--- /dev/null
+++ b/domains/kiwi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "imdakiki",
+ "email": "skullkid73@outlook.com"
+ },
+ "record": {
+ "CNAME": "kikisdevelopment.github.io"
+ }
+}
diff --git a/domains/kleb.json b/domains/kleb.json
index 21d058b71..f8d1961e3 100644
--- a/domains/kleb.json
+++ b/domains/kleb.json
@@ -4,8 +4,6 @@
"email": "krazykleb@outlook.com"
},
"record": {
- "A": ["69.30.249.53"],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ "A": ["69.30.249.53"]
}
}
diff --git a/domains/klone.json b/domains/klone.json
new file mode 100644
index 000000000..01ad32f1c
--- /dev/null
+++ b/domains/klone.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Vai3soh",
+ "email": "work.rwx.seven@gmail.com"
+ },
+ "record": {
+ "A": ["45.153.69.189"]
+ }
+}
diff --git a/domains/knsrinath.json b/domains/knsrinath.json
deleted file mode 100644
index 89fb7ee24..000000000
--- a/domains/knsrinath.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "knsrinath.is-a.dev",
- "owner": {
- "username": "knsrinath",
- "email": "naga@knsrinath.com"
- },
- "record": {
- "URL": "https://knsrinath.com"
- }
-}
diff --git a/domains/kociak.json b/domains/kociak.json
new file mode 100644
index 000000000..36f83e4da
--- /dev/null
+++ b/domains/kociak.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "piotrkociakx",
+ "email": "piotrekstypczynski@gmail.com"
+ },
+ "record": {
+ "A": ["137.74.3.247"]
+ }
+}
diff --git a/domains/kotelek.json b/domains/kotelek.json
new file mode 100644
index 000000000..5f3c854fe
--- /dev/null
+++ b/domains/kotelek.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "xKotelek",
+ "email": "contact@kotelek.dev"
+ },
+ "record": {
+ "CNAME": "kotelek.dev"
+ }
+}
diff --git a/domains/kr.json b/domains/kr.json
new file mode 100644
index 000000000..656a56200
--- /dev/null
+++ b/domains/kr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "me-nkr",
+ "email": "thenaveenkr7@gmail.com"
+ },
+ "record": {
+ "URL": "https://dev.menkr.in"
+ }
+}
diff --git a/domains/kreativethinker.json b/domains/kreativethinker.json
new file mode 100644
index 000000000..3d37f0dd5
--- /dev/null
+++ b/domains/kreativethinker.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "KreativeThinker",
+ "email": "sagely2005eagle@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "kreativethinker.github.io"
+ }
+}
diff --git a/domains/kris-patel.json b/domains/kris-patel.json
deleted file mode 100644
index 67107cdba..000000000
--- a/domains/kris-patel.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Prorammer , Developer and Student",
- "repo": "https://github.com/Kris0011",
- "owner": {
- "username": "Kris Patel",
- "email": "krishp759@gmail.com"
- },
- "record": {
- "URL": "https://personalportfolio.kris-patelpatel.repl.co/"
- }
-}
diff --git a/domains/kryptorian.json b/domains/kryptorian.json
new file mode 100644
index 000000000..fd8cf6484
--- /dev/null
+++ b/domains/kryptorian.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kryptorian",
+ "email": "kryptoria@protonmail.com"
+ },
+ "record": {
+ "A": ["130.61.159.247"]
+ }
+}
diff --git a/domains/kryptx.json b/domains/kryptx.json
new file mode 100644
index 000000000..2c628e6b2
--- /dev/null
+++ b/domains/kryptx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "0kryptx",
+ "email": "k3px@proton.me"
+ },
+ "record": {
+ "CNAME": "0kryptx.github.io"
+ }
+}
diff --git a/domains/kuba.json b/domains/kuba.json
deleted file mode 100644
index d2321251c..000000000
--- a/domains/kuba.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "telegram": "idkuba",
- "username": "kbvivi",
- "email": "kbvivi.contact@gmail.com",
- "discord": "105170831130234880"
- },
- "repo": "https://github.com/kbvivi/kuba.lol",
- "record": {
- "URL": "https://kuba.lol"
- }
-}
diff --git a/domains/kushal.json b/domains/kushal.json
new file mode 100644
index 000000000..ea344ce37
--- /dev/null
+++ b/domains/kushal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kushalshah0",
+ "email": "code@kushalshah.com.np"
+ },
+ "record": {
+ "CNAME": "kushalshah0.github.io"
+ }
+}
diff --git a/domains/kwan.json b/domains/kwan.json
new file mode 100644
index 000000000..1d1a6c8cc
--- /dev/null
+++ b/domains/kwan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kwansing14",
+ "email": "kwansing@hotmail.sg"
+ },
+ "record": {
+ "CNAME": "kwan-is-a-dev.pages.dev"
+ }
+}
diff --git a/domains/kxtz.json b/domains/kxtz.json
new file mode 100644
index 000000000..b68a9536f
--- /dev/null
+++ b/domains/kxtz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kxtzownsu",
+ "email": "kxtzownsu@gmail.com"
+ },
+ "record": {
+ "CNAME": "kxtz.dev"
+ }
+}
diff --git a/domains/kyogrq.json b/domains/kyogrq.json
new file mode 100644
index 000000000..9dd76759c
--- /dev/null
+++ b/domains/kyogrq.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Kyogrq",
+ "email": "benetbenson815@gmail.com"
+ },
+ "record": {
+ "CNAME": "kyogrq.github.io"
+ }
+}
diff --git a/domains/kyoki.json b/domains/kyoki.json
deleted file mode 100644
index af5d285fa..000000000
--- a/domains/kyoki.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "kyokiii",
- "discord": "kyoki#0162",
- "email": "kyokisunn@gmail.com"
- },
- "record": {
- "CNAME": "d7dc33e6-0a6b-49ab-bad4-4b006a476a02.id.repl.co"
- }
-}
diff --git a/domains/l7neg.json b/domains/l7neg.json
index 1e1b18812..d9dc92047 100644
--- a/domains/l7neg.json
+++ b/domains/l7neg.json
@@ -1,12 +1,10 @@
{
"owner": {
"username": "l7neg",
- "email": "mahmodealking467@gmail.com",
- "repo": "https://replit.com/@L7NEG/L7NEG",
- "description": "Main Bio Page And All Its Useful Tools"
+ "email": "l7negdev@gmail.com",
+ "discord": "669453086418534400"
},
"record": {
- "A": ["34.111.254.92"],
- "TXT": "replit-verify=23cc92c5-cdc9-47bf-9e4f-e692a2ab2097"
+ "A": ["34.111.254.92"]
}
}
diff --git a/domains/lachsfilet.json b/domains/lachsfilet.json
new file mode 100644
index 000000000..79afd4e6e
--- /dev/null
+++ b/domains/lachsfilet.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Lachsfilet",
+ "email": "fberger10@gmx.de"
+ },
+
+ "record": {
+ "CNAME": "lachsfilet.github.io"
+ }
+}
diff --git a/domains/lakhindar.json b/domains/lakhindar.json
new file mode 100644
index 000000000..6a7dba004
--- /dev/null
+++ b/domains/lakhindar.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "LakhindarPal",
+ "email": "dev.lakhindarpal@gmail.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=dev.lakhindarpal@gmail.com"
+ }
+}
diff --git a/domains/lalit.json b/domains/lalit.json
new file mode 100644
index 000000000..6f92fbf61
--- /dev/null
+++ b/domains/lalit.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lalitm1004",
+ "email": "lalitm1004@gmail.com"
+ },
+ "record": {
+ "CNAME": "lalit-is-a-dev.pages.dev"
+ }
+}
diff --git a/domains/land.json b/domains/land.json
new file mode 100644
index 000000000..a3974da80
--- /dev/null
+++ b/domains/land.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LandWarderer2772",
+ "email": "navaneethbinoy@gmail.com"
+ },
+ "record": {
+ "CNAME": "website-zfm.pages.dev"
+ }
+}
diff --git a/domains/larei.json b/domains/larei.json
deleted file mode 100644
index 2032dd1c1..000000000
--- a/domains/larei.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "larei's cool website.",
- "repo": "https://github.com/lareii/lareii.github.io",
- "owner": {
- "username": "lareii",
- "email": "lareithen@gmail.com"
- },
- "record": {
- "CNAME": "lareii.github.io"
- }
-}
diff --git a/domains/larp.json b/domains/larp.json
new file mode 100644
index 000000000..4718325c2
--- /dev/null
+++ b/domains/larp.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lhwe",
+ "email": "arieslovespiggies@gmail.com"
+ },
+ "record": {
+ "A": ["64.23.128.177"]
+ }
+}
diff --git a/domains/lavalink.akshtt.json b/domains/lavalink.akshtt.json
new file mode 100644
index 000000000..d55e38eee
--- /dev/null
+++ b/domains/lavalink.akshtt.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "LegendOP1041",
+ "email": "maillegendop@gmail.com",
+ "discord": "1056531806763102218"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/lazizbek.json b/domains/lazizbek.json
new file mode 100644
index 000000000..c946e78ca
--- /dev/null
+++ b/domains/lazizbek.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LazizbekGamer",
+ "email": "lazizbekgameryt@gmail.com"
+ },
+ "record": {
+ "CNAME": "www.gpitify-ai.uz"
+ }
+}
diff --git a/domains/lbplbp.json b/domains/lbplbp.json
new file mode 100644
index 000000000..c1dd9b3cd
--- /dev/null
+++ b/domains/lbplbp.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sjzsbgwb",
+ "email": "3022605585@qq.com"
+ },
+ "record": {
+ "CNAME": "wiki.jejsjsjja.workers.dev"
+ }
+}
diff --git a/domains/ledraa.json b/domains/ledraa.json
new file mode 100644
index 000000000..32468e971
--- /dev/null
+++ b/domains/ledraa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "elhadede",
+ "email": "jling0139@gmail.com"
+ },
+ "record": {
+ "MX": ["feedback-smtp.us-east-1.amazonses.com"]
+ }
+}
diff --git a/domains/lengyandong.json b/domains/lengyandong.json
new file mode 100644
index 000000000..fd86ad37b
--- /dev/null
+++ b/domains/lengyandong.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lengyandong",
+ "email": "3052868271@qq.com"
+ },
+ "record": {
+ "URL": "http://fence.rf.gd"
+ }
+}
diff --git a/domains/leska.json b/domains/leska.json
new file mode 100644
index 000000000..0b06014c0
--- /dev/null
+++ b/domains/leska.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JustLeska",
+ "email": "leskalouis@hotmail.com"
+ },
+ "record": {
+ "URL": "https://guns.lol/leska"
+ }
+}
diff --git a/domains/letters.json b/domains/letters.json
new file mode 100644
index 000000000..978eb40ba
--- /dev/null
+++ b/domains/letters.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "keli5",
+ "email": "kel5isgod@gmail.com"
+ },
+ "record": {
+ "CNAME": "donkeypuncher.chestnut-puffin.ts.net"
+ }
+}
diff --git a/domains/lev.json b/domains/lev.json
new file mode 100644
index 000000000..dbd69d651
--- /dev/null
+++ b/domains/lev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "skyallaround",
+ "email": "jr1264464@gmail.com"
+ },
+ "record": {
+ "CNAME": "basicscript.glitch.me"
+ }
+}
diff --git a/domains/levisurely.json b/domains/levisurely.json
new file mode 100644
index 000000000..dbd69d651
--- /dev/null
+++ b/domains/levisurely.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "skyallaround",
+ "email": "jr1264464@gmail.com"
+ },
+ "record": {
+ "CNAME": "basicscript.glitch.me"
+ }
+}
diff --git a/domains/levraiardox.json b/domains/levraiardox.json
new file mode 100644
index 000000000..a30e20e9c
--- /dev/null
+++ b/domains/levraiardox.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LeVraiArdox",
+ "email": "adrian.arjoca18@gmail.com"
+ },
+ "record": {
+ "CNAME": "levraiardox.github.io"
+ }
+}
diff --git a/domains/lewis.json b/domains/lewis.json
new file mode 100644
index 000000000..4be5c00d9
--- /dev/null
+++ b/domains/lewis.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jsJack",
+ "email": "hello@jackperry.co"
+ },
+ "record": {
+ "URL": "https://raybould.co"
+ }
+}
diff --git a/domains/lexufybot.json b/domains/lexufybot.json
new file mode 100644
index 000000000..88ae0a50c
--- /dev/null
+++ b/domains/lexufybot.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alidexter001",
+ "email": "dexter.ali001@gmail.com"
+ },
+ "record": {
+ "A": ["45.11.229.211"]
+ }
+}
diff --git a/domains/leymo.json b/domains/leymo.json
deleted file mode 100644
index 8b04010df..000000000
--- a/domains/leymo.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "tomatolix",
- "email": "hellobubbles@tutanota.com"
- },
- "record": {
- "CNAME": "uwuhaftig.de"
- }
-}
diff --git a/domains/lighty.json b/domains/lighty.json
index cb0fc88ca..175e5140d 100644
--- a/domains/lighty.json
+++ b/domains/lighty.json
@@ -6,6 +6,18 @@
},
"record": {
- "CNAME": "ssynical.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/likalium.json b/domains/likalium.json
deleted file mode 100644
index 701451a03..000000000
--- a/domains/likalium.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "description": "Likalium's personal website",
- "repo": "https://github.com/likalium/likalium.github.io",
- "owner": {
- "username": "likalium",
- "email": "",
- "twitter": "likalium",
- "discord": "likalium"
- },
- "record": {
- "CNAME": "likalium.github.io"
- }
-}
diff --git a/domains/lilith.json b/domains/lilith.json
new file mode 100644
index 000000000..c5d19ade2
--- /dev/null
+++ b/domains/lilith.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LilithLovesYou",
+ "email": "dev.cutestloli@gmail.com"
+ },
+ "record": {
+ "CNAME": "lilithlovesyou.github.io"
+ }
+}
diff --git a/domains/lime360.json b/domains/lime360.json
new file mode 100644
index 000000000..4d0521011
--- /dev/null
+++ b/domains/lime360.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lime360",
+ "email": "emeraldlime@protonmail.com"
+ },
+ "record": {
+ "CNAME": "lime360.github.io"
+ }
+}
diff --git a/domains/link.json b/domains/link.json
deleted file mode 100644
index 0f0b13ca1..000000000
--- a/domains/link.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "( A redirect link ) Url's Overview",
- "repo": "https://github.com/leecheeyong/leecheeyong",
- "owner": {
- "username": "leecheeyong",
- "email": "tribejoe.gg@gmail.com"
- },
- "record": {
- "URL": "https://links.is-a.dev"
- }
-}
diff --git a/domains/linkme.noma.json b/domains/linkme.noma.json
deleted file mode 100644
index 4c8cdad70..000000000
--- a/domains/linkme.noma.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "A website for my bit.ly clone LinkMe",
- "owner": {
- "username": "Noma4321",
- "email": "noma4321business@gmail.com"
- },
- "record": {
- "CNAME": "d6bddc39-8514-4494-9b17-d80409cfcbee.id.repl.co"
- }
-}
diff --git a/domains/linkr.json b/domains/linkr.json
new file mode 100644
index 000000000..cfefb66a5
--- /dev/null
+++ b/domains/linkr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "devlinkr",
+ "email": "magicgamerdiscord@gmail.com"
+ },
+ "record": {
+ "URL": "https://sites.google.com/view/linkrdiscord"
+ }
+}
diff --git a/domains/links.json b/domains/links.json
deleted file mode 100644
index 7dd55ac4e..000000000
--- a/domains/links.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Url's Overview",
- "repo": "https://github.com/leecheeyong/leecheeyong",
- "owner": {
- "username": "leecheeyong",
- "email": "tribejoe.gg@gmail.com"
- },
- "record": {
- "CNAME": "3393f496-d1a6-4633-a49d-b46cb0229417.repl.co"
- }
-}
diff --git a/domains/email.trung.json b/domains/links.trung.json
similarity index 61%
rename from domains/email.trung.json
rename to domains/links.trung.json
index 8ce475d95..f1632879d 100644
--- a/domains/email.trung.json
+++ b/domains/links.trung.json
@@ -4,7 +4,6 @@
"email": "vuthanhtrungsuper@gmail.com"
},
"record": {
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ "A": ["34.125.141.93"]
}
}
diff --git a/domains/linksrayan.json b/domains/linksrayan.json
new file mode 100644
index 000000000..ca710c52f
--- /dev/null
+++ b/domains/linksrayan.json
@@ -0,0 +1,11 @@
+{
+ "description": "portfolio website",
+ "repo": "https://linkssyedrayan.github.io/portfolio",
+ "owner": {
+ "username": "linkssyedrayan",
+ "email": "kgold3796@gmail.com"
+ },
+ "record": {
+ "CNAME": "linkssyedrayan.github.io"
+ }
+}
diff --git a/domains/linkup.json b/domains/linkup.json
new file mode 100644
index 000000000..6aeb4d6d7
--- /dev/null
+++ b/domains/linkup.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Novampr",
+ "email": "LimeDEV8756@gmail.com"
+ },
+ "record": {
+ "A": ["86.27.73.108"]
+ }
+}
diff --git a/domains/linky.json b/domains/linky.json
new file mode 100644
index 000000000..b6f8569c9
--- /dev/null
+++ b/domains/linky.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Grafaffel",
+ "email": "jannis170@icloud.com"
+ },
+ "record": {
+ "CNAME": "linky.jannisfischer170.workers.dev"
+ }
+}
diff --git a/domains/littletw.json b/domains/littletw.json
new file mode 100644
index 000000000..e75ca2c30
--- /dev/null
+++ b/domains/littletw.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "littletheworld",
+ "email": "littlehaofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "cname.short.io"
+ }
+}
diff --git a/domains/lnk.json b/domains/lnk.json
new file mode 100644
index 000000000..b55c75edb
--- /dev/null
+++ b/domains/lnk.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "littletheworld",
+ "email": "littlehaofficial@gmail.com",
+ "discord": "810846876592242719"
+ },
+
+ "record": {
+ "CNAME": "cname.short.io"
+ }
+ }
+
diff --git a/domains/lokito.json b/domains/lokito.json
new file mode 100644
index 000000000..955fd9a33
--- /dev/null
+++ b/domains/lokito.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Pedrito2010",
+ "email": "pegomsan@gmail.com"
+ },
+ "record": {
+ "A": ["37.60.230.249"],
+ "AAAA": ["2a02:c206:2162:9324::1"]
+ }
+}
diff --git a/domains/loky.json b/domains/loky.json
deleted file mode 100644
index 9232c388d..000000000
--- a/domains/loky.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "lukasdoering",
- "email": "",
- "discord": "LoKy#1337"
- },
- "record": {
- "CNAME": "caa9fa0e-3b2f-44ea-a308-fd1fcbbe78b2.id.repl.co"
- }
-}
diff --git a/domains/luca.json b/domains/luca.json
deleted file mode 100644
index d10753af8..000000000
--- a/domains/luca.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "lucatolton",
- "email": "luto281@outlook.com"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
diff --git a/domains/lucky.json b/domains/lucky.json
new file mode 100644
index 000000000..f4a2b78d3
--- /dev/null
+++ b/domains/lucky.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "luckycdev",
+ "email": "lucky@luckyc.site",
+ "discord": "275273443329441792"
+ },
+
+ "record": {
+ "CNAME": "luckyc.site"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/luislemus.json b/domains/luislemus.json
new file mode 100644
index 000000000..37449d48a
--- /dev/null
+++ b/domains/luislemus.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lemux-one",
+ "email": "lemux.one@gmail.com"
+ },
+ "record": {
+ "CNAME": "lemux-one.github.io"
+ }
+}
diff --git a/domains/lukass.json b/domains/lukass.json
new file mode 100644
index 000000000..644d2e73a
--- /dev/null
+++ b/domains/lukass.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "fraimerdelacruz",
+ "email": "fraimerdelacruzjaziel@gmail.com"
+ },
+ "record": {
+ "CNAME": "0abf0073-04e2-485c-9752-042bae7c1074.id.repl.co"
+ }
+}
diff --git a/domains/luki.json b/domains/luki.json
new file mode 100644
index 000000000..d433c7c32
--- /dev/null
+++ b/domains/luki.json
@@ -0,0 +1,11 @@
+{
+ "description": "Used for blogging",
+ "repo": "https://github.com/lzif/lzif.github.io",
+ "owner": {
+ "username": "lzif",
+ "email": "lukyfriendly@gmail.com"
+ },
+ "record": {
+ "CNAME": "lzif.github.io"
+ }
+}
diff --git a/domains/lunarleaf.json b/domains/lunarleaf.json
new file mode 100644
index 000000000..768e4e0f3
--- /dev/null
+++ b/domains/lunarleaf.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LunarLeaf",
+ "email": "laptopaleksa45@gmail.com"
+ },
+ "record": {
+ "CNAME": "lunarleaf.github.io"
+ }
+}
diff --git a/domains/lutherantz.json b/domains/lutherantz.json
new file mode 100644
index 000000000..001851746
--- /dev/null
+++ b/domains/lutherantz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lutherantz",
+ "email": "akamecanic@gmail.com"
+ },
+ "record": {
+ "CNAME": "lutherantz.github.io"
+ }
+}
diff --git a/domains/luyende.json b/domains/luyende.json
new file mode 100644
index 000000000..03f14a3eb
--- /dev/null
+++ b/domains/luyende.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "coangsang",
+ "email": "sangtkx2@gmail.com"
+ },
+ "record": {
+ "CNAME": "gv-dc5d3bwhw7btmc.dv.googlehosted.com"
+ }
+}
diff --git a/domains/lyke.json b/domains/lyke.json
new file mode 100644
index 000000000..184499919
--- /dev/null
+++ b/domains/lyke.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LykeTheBest",
+ "email": "lykethebest@outlook.com"
+ },
+ "record": {
+ "URL": "https://lyke.glitch.me/"
+ }
+}
diff --git a/domains/lylythechosenone.json b/domains/lylythechosenone.json
new file mode 100644
index 000000000..c6515247e
--- /dev/null
+++ b/domains/lylythechosenone.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lylythechosenone",
+ "email": "Lysander.mealy@gmail.com"
+ },
+ "record": {
+ "CNAME": "lylythechosenone.github.io"
+ }
+}
diff --git a/domains/madkarma.json b/domains/madkarma.json
new file mode 100644
index 000000000..250fe2cb8
--- /dev/null
+++ b/domains/madkarma.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "madkarmaa",
+ "email": "madkarma99@gmail.com"
+ },
+ "record": {
+ "CNAME": "madkarmaa.github.io"
+ }
+}
diff --git a/domains/madmusician.json b/domains/madmusician.json
deleted file mode 100644
index 6873650e2..000000000
--- a/domains/madmusician.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "TRIPLE1RRT",
- "email": "mitazaneem101@gmail.com",
- "discord": "Dev.Sahil#9999"
- },
- "record": {
- "CNAME": "f84e6331-30e1-49a4-91aa-0c3bc6fc1139.id.repl.co"
- }
-}
diff --git a/domains/magdi.json b/domains/magdi.json
new file mode 100644
index 000000000..ea9361664
--- /dev/null
+++ b/domains/magdi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "coeur85",
+ "email": "ahmed.magdi@msn.com"
+ },
+ "record": {
+ "MX": ["mx01.mail.icloud.com"]
+ }
+}
diff --git a/domains/mage.json b/domains/mage.json
new file mode 100644
index 000000000..479b5feab
--- /dev/null
+++ b/domains/mage.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mageclienttt",
+ "email": "mageclienttt@gmail.com"
+ },
+ "record": {
+ "MX": ["mx01.mail.icloud.com"]
+ }
+}
diff --git a/domains/magic.json b/domains/magic.json
new file mode 100644
index 000000000..dad0c91db
--- /dev/null
+++ b/domains/magic.json
@@ -0,0 +1,11 @@
+{
+ "description": "Website for skyallaround",
+ "repo": "https://github.com/skyallaround/skyallaround.github.io",
+ "owner": {
+ "username": "skyallaround",
+ "email": "jr1264464@gmail.com"
+ },
+ "record": {
+ "CNAME": "skyallaround.github.io"
+ }
+}
diff --git a/domains/magniquick.json b/domains/magniquick.json
index fa8a1abfd..9f3b669ee 100644
--- a/domains/magniquick.json
+++ b/domains/magniquick.json
@@ -6,14 +6,7 @@
"email": "",
"discord": "Magniquick#5003"
},
- "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"
- }
+ "record": {
+ "CNAME": "magniquick.github.io"
+ }
}
diff --git a/domains/mahi.json b/domains/mahi.json
deleted file mode 100644
index 28cc32359..000000000
--- a/domains/mahi.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "LegendOP1041",
- "email": "maillegendop@gmail.com",
- "discord": "1056531806763102218"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/mai.json b/domains/mai.json
deleted file mode 100644
index e3a5a863b..000000000
--- a/domains/mai.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Mai1ii",
- "email": "micomacabali14@gmail.com"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
diff --git a/domains/mail.badboy.json b/domains/mail.badboy.json
deleted file mode 100644
index b2cb5b526..000000000
--- a/domains/mail.badboy.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "repo": "https://github.com/Bad-Boy-Codes/contact",
- "description": "My email forwarder",
- "owner": {
- "username": "bad-boy-codes",
- "email": "sonupanda078@gmail.com",
- "discord": "Bad Boy Plays#9608",
- "note": "My Discord ID is 445073800850046977."
- },
- "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://badboy.is-a.dev/contact"
- }
-}
diff --git a/domains/mail.boolean44.json b/domains/mail.boolean44.json
new file mode 100644
index 000000000..87119aae9
--- /dev/null
+++ b/domains/mail.boolean44.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "boolean44-repos",
+ "email": "serenitypalmer10@gmail.com"
+ },
+ "record": {
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": ["v=spf1 include:spf.improvmx.com ~all"]
+ }
+}
diff --git a/domains/mail.chiragnahata.json b/domains/mail.chiragnahata.json
deleted file mode 100644
index 726befd50..000000000
--- a/domains/mail.chiragnahata.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "chiragnahata",
- "email": "chiragnahata05@gmail.com"
- },
- "record": {
- "A": ["129.213.151.29"]
- }
-}
diff --git a/domains/mail.enderpoint.json b/domains/mail.enderpoint.json
deleted file mode 100644
index fdecce10c..000000000
--- a/domains/mail.enderpoint.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "EnderPoint07",
- "email": "",
- "discord": "dotm38"
- },
- "record": {
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
- }
-}
diff --git a/domains/mail.json b/domains/mail.json
deleted file mode 100644
index e105b1156..000000000
--- a/domains/mail.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev",
- "email": "phenax5@gmail.com"
- },
-
- "record": {
- "A": ["51.161.54.164"],
- "MX": ["mail.is-a.dev"],
- "TXT": "google-site-verification=pcSxUAiBwhvh9AVBbSSkKZovjsUFZzMgnh3q6XfGe1E"
- }
-}
diff --git a/domains/mail.norkart.json b/domains/mail.norkart.json
deleted file mode 100644
index 43401ac60..000000000
--- a/domains/mail.norkart.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "norkart1",
- "email": "navasforwork@gmail.com",
- "discord": "captnork"
- },
- "record": {
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
- }
-}
diff --git a/domains/mail.rika.json b/domains/mail.rika.json
deleted file mode 100644
index 4ecf5753b..000000000
--- a/domains/mail.rika.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "description": "Domain for gmail",
- "repo": "https://github.com/NicolDev/mail",
- "owner": {
- "username": "NicolDev",
- "email": "cainiao1509@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/mail.somyadipghosh.json b/domains/mail.somyadipghosh.json
new file mode 100644
index 000000000..a23664d55
--- /dev/null
+++ b/domains/mail.somyadipghosh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/mail.tmasikt.json b/domains/mail.tmasikt.json
new file mode 100644
index 000000000..972a1b830
--- /dev/null
+++ b/domains/mail.tmasikt.json
@@ -0,0 +1,13 @@
+{
+ "description": "tmasikt's mail record",
+ "owner": {
+ "username": "tmasikt",
+ "email": "tmasik.t.210@gmail.com",
+ "telegram": "tmasikt",
+ "discord": "tmasikt"
+ },
+ "record": {
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/maintainers.json b/domains/maintainers.json
index 5d0f63833..eaff9566d 100644
--- a/domains/maintainers.json
+++ b/domains/maintainers.json
@@ -1,11 +1,14 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
"URL": "https://team.is-a.dev",
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/mameen.json b/domains/mameen.json
new file mode 100644
index 000000000..611504640
--- /dev/null
+++ b/domains/mameen.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mameen-omar",
+ "email": "mameen.omar@gmail.com"
+ },
+ "record": {
+ "A": ["129.151.180.253"]
+ }
+}
diff --git a/domains/manage.json b/domains/manage.json
index 9d193e251..670a3837b 100644
--- a/domains/manage.json
+++ b/domains/manage.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
diff --git a/domains/manage.uptime.trung.json b/domains/manage.uptime.trung.json
index 8958e6c03..f1632879d 100644
--- a/domains/manage.uptime.trung.json
+++ b/domains/manage.uptime.trung.json
@@ -4,6 +4,6 @@
"email": "vuthanhtrungsuper@gmail.com"
},
"record": {
- "A": ["69.30.249.53"]
+ "A": ["34.125.141.93"]
}
}
diff --git a/domains/manastripathi.json b/domains/manastripathi.json
new file mode 100644
index 000000000..5350c143a
--- /dev/null
+++ b/domains/manastripathi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "godspeedx14",
+ "email": "manastripathi.m@gmail.com"
+ },
+ "record": {
+ "CNAME": "manas-t.web.app"
+ }
+}
diff --git a/domains/manav.json b/domains/manav.json
new file mode 100644
index 000000000..edc5f97cc
--- /dev/null
+++ b/domains/manav.json
@@ -0,0 +1,11 @@
+{
+ "description": "Devloper Portfolio",
+ "repo": "https://github.com/Manav011/Manav011.github.io",
+ "owner": {
+ "username": "Manav011",
+ "email": "manavbafna87+github@gmail.com"
+ },
+ "record": {
+ "CNAME": "manav011.github.io"
+ }
+}
diff --git a/domains/manga.json b/domains/manga.json
deleted file mode 100644
index 047584427..000000000
--- a/domains/manga.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "zarqizoubir",
- "email": "zarqi.ezzoubair@etu.uae.ac.ma"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
diff --git a/domains/manjunathkalburgi.json b/domains/manjunathkalburgi.json
deleted file mode 100644
index 1fa77784f..000000000
--- a/domains/manjunathkalburgi.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Manjunath Kalburgi Portfolio",
- "repo": "https://github.com/aftoncodes/aftoncodes.github.io",
- "owner": {
- "username": "manjunathkalburgi",
- "email": "manjunathkalburgi@gmail.com",
- "twitter": "manjunathmk"
- },
- "record": {
- "URL": "https://2j4h53-3000.csb.app/"
- }
-}
diff --git a/domains/mansi.json b/domains/mansi.json
deleted file mode 100644
index 28cc32359..000000000
--- a/domains/mansi.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "LegendOP1041",
- "email": "maillegendop@gmail.com",
- "discord": "1056531806763102218"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/shing.json b/domains/mapsyseo.json
similarity index 56%
rename from domains/shing.json
rename to domains/mapsyseo.json
index 99ccc1b9d..57cfc5050 100644
--- a/domains/shing.json
+++ b/domains/mapsyseo.json
@@ -4,7 +4,6 @@
"email": "Shing.XD.0602@gmail.com"
},
"record": {
- "A": ["150.136.219.245"],
- "AAAA": ["2603:c020:400d:3e89:1d29:bb65:78be:e8fa"]
+ "A": ["81.16.29.155"]
}
}
diff --git a/domains/marcchew.json b/domains/marcchew.json
deleted file mode 100644
index 0c885dc71..000000000
--- a/domains/marcchew.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "About Marc Chew",
- "owner": {
- "username": "marcchew",
- "email": "marckychew@gmail.com"
- },
- "record": {
- "CNAME": "947555d1-ed28-4253-9341-45074fe2aaab.id.repl.co"
- }
-}
diff --git a/domains/marcel.kitzbichler.json b/domains/marcel.kitzbichler.json
deleted file mode 100644
index a4b4be422..000000000
--- a/domains/marcel.kitzbichler.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Marcel-Kitzbichler",
- "email": "marcel.kitzbichler@gmail.com"
- },
- "record": {
- "CNAME": "marcel.kitzbichler.tirol"
- }
-}
diff --git a/domains/mariano-avila.json b/domains/mariano-avila.json
new file mode 100644
index 000000000..669c8e2ec
--- /dev/null
+++ b/domains/mariano-avila.json
@@ -0,0 +1,12 @@
+{
+ "description": "personal portfolio using github pages",
+ "repo": "https://github.com/dxravage/dxravage.github.io",
+ "owner": {
+ "username": "dxravage",
+ "email": "marianoavilaj4@gmail.com",
+ "twitter": "@MarianoAvilaC"
+ },
+ "record": {
+ "CNAME": "dxravage.github.io"
+ }
+}
diff --git a/domains/mariano.avila.json b/domains/mariano.avila.json
new file mode 100644
index 000000000..830f26aad
--- /dev/null
+++ b/domains/mariano.avila.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DxRavage",
+ "email": "marianoavilaj4@gmail.com"
+ },
+ "record": {
+ "CNAME": "dxravage.github.io"
+ }
+}
diff --git a/domains/markblum.json b/domains/markblum.json
new file mode 100644
index 000000000..a23935cbf
--- /dev/null
+++ b/domains/markblum.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mblumdumes",
+ "email": "mark@el-blum.de"
+ },
+ "record": {
+ "CNAME": "el-blum.selfhost.co"
+ }
+}
diff --git a/domains/maskduck.json b/domains/maskduck.json
index 0b92c97b8..b025413ce 100644
--- a/domains/maskduck.json
+++ b/domains/maskduck.json
@@ -5,7 +5,6 @@
"username": "MaskDuck",
"email": "maskduckuwu@gmail.com",
"discord": "maskduck",
- "reddit": "u/maskduck",
"note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586."
},
"record": {
diff --git a/domains/mastergrid.json b/domains/mastergrid.json
new file mode 100644
index 000000000..f1df135d0
--- /dev/null
+++ b/domains/mastergrid.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AtharvParsewar",
+ "email": "atharvparsewar@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/masterle.json b/domains/masterle.json
deleted file mode 100644
index 404218e35..000000000
--- a/domains/masterle.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "mast3rle",
- "email": "iam@mast3rle.xyz"
- },
- "record": {
- "URL": "https://dev.mast3rle.xyz"
- }
-}
diff --git a/domains/mattdavison.json b/domains/mattdavison.json
deleted file mode 100644
index b78c22b6b..000000000
--- a/domains/mattdavison.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "A domain for launching my person portfolio on!",
- "owner": {
- "username": "immattdavison",
- "email": "hey@matt.lgbt"
- },
- "record": {
- "A": ["209.97.183.92"]
- }
-}
diff --git a/domains/maurice.json b/domains/maurice.json
new file mode 100644
index 000000000..3d68220da
--- /dev/null
+++ b/domains/maurice.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "bwl3810",
+ "email": "capybara@mail.de",
+ "discord": "1181949050770161756"
+ },
+
+ "record": {
+ "A": ["91.216.248.20"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/maxgreet.json b/domains/maxgreet.json
deleted file mode 100644
index 4484c445b..000000000
--- a/domains/maxgreet.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "emmu2008",
- "email": "aneenababu17901@gmail.com"
- },
- "record": {
- "CNAME": "emmu123.github.io"
- }
-}
diff --git a/domains/maximilian.json b/domains/maximilian.json
new file mode 100644
index 000000000..d4005b35e
--- /dev/null
+++ b/domains/maximilian.json
@@ -0,0 +1,19 @@
+{
+ "owner": {
+ "username": "MaximilianHeinrich",
+ "email": "maxhei.21@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/mayank.json b/domains/mayank.json
new file mode 100644
index 000000000..3ef205476
--- /dev/null
+++ b/domains/mayank.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MayankServers",
+ "email": "mayankreal657@gmail.com"
+ },
+ "record": {
+ "CNAME": "mayankservers.github.io"
+ }
+}
diff --git a/domains/mc.neki.json b/domains/mc.neki.json
new file mode 100644
index 000000000..1567f1f85
--- /dev/null
+++ b/domains/mc.neki.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "PinkLittleKitty",
+ "email": "santyfisela@neki.is-a.dev"
+ },
+ "record": {
+ "A": [
+ "128.254.225.78"
+ ]
+ }
+}
diff --git a/domains/mcreed.json b/domains/mcreed.json
new file mode 100644
index 000000000..1472a4afa
--- /dev/null
+++ b/domains/mcreed.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "M-creed",
+ "email": "marwankalosha005@gmail.com"
+ },
+ "record": {
+ "A": ["185.199.108.153","185.199.109.153","185.199.110.153","185.199.111.153"]
+ }
+}
diff --git a/domains/mduha.json b/domains/mduha.json
new file mode 100644
index 000000000..a65469f61
--- /dev/null
+++ b/domains/mduha.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "r2kch",
+ "email": "marco@dubini.com"
+ },
+ "record": {
+ "A": ["84.72.8.155"]
+ }
+}
diff --git a/domains/me.json b/domains/me.json
new file mode 100644
index 000000000..a40c4013d
--- /dev/null
+++ b/domains/me.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "cloudcap10",
+ "email": "jttalasan@live.com"
+ },
+ "record": {
+ "CNAME": "cloudcap10.github.io"
+ }
+}
diff --git a/domains/mean.json b/domains/mean.json
deleted file mode 100644
index 67a5992d2..000000000
--- a/domains/mean.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "MeanZhang",
- "email": "zhangmean@outlook.com"
- },
- "record": {
- "CNAME": "meanzhang.github.io"
- }
-}
diff --git a/domains/mebius-.json b/domains/mebius-.json
new file mode 100644
index 000000000..e2801ae2a
--- /dev/null
+++ b/domains/mebius-.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mebiius",
+ "email": "anjuangyu@gmail.com"
+ },
+ "record": {
+ "URL": "https://mebiius.github.io/"
+ }
+}
diff --git a/domains/meesam.json b/domains/meesam.json
new file mode 100644
index 000000000..7f3fc700a
--- /dev/null
+++ b/domains/meesam.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "meesam4687",
+ "email": "meesam4687@gmail.com"
+ },
+ "record": {
+ "CNAME": "meesam4687.github.io"
+ }
+}
diff --git a/domains/mehedibd.json b/domains/mehedibd.json
deleted file mode 100644
index 38f39df02..000000000
--- a/domains/mehedibd.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "asma019",
- "email": "asmaparvin019@gmail.com"
- },
- "record": {
- "A": ["172.104.43.107"]
- }
-}
diff --git a/domains/mekota.json b/domains/mekota.json
new file mode 100644
index 000000000..7c88b841e
--- /dev/null
+++ b/domains/mekota.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mikotohime",
+ "email": "exosk1ll.twl@gmail.com"
+ },
+ "record": {
+ "A": ["194.28.226.129"]
+ }
+}
diff --git a/domains/meku.json b/domains/meku.json
new file mode 100644
index 000000000..3f596d094
--- /dev/null
+++ b/domains/meku.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Mai1ii",
+ "email": "micomacabali14@gmail.com",
+ "discord": "1130452399094505534"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/mekuu.json b/domains/mekuu.json
new file mode 100644
index 000000000..433fa1303
--- /dev/null
+++ b/domains/mekuu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mai1ii",
+ "email": "micomacabali14@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/mekuuu.json b/domains/mekuuu.json
new file mode 100644
index 000000000..433fa1303
--- /dev/null
+++ b/domains/mekuuu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mai1ii",
+ "email": "micomacabali14@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/mekuvsh.json b/domains/mekuvsh.json
new file mode 100644
index 000000000..433fa1303
--- /dev/null
+++ b/domains/mekuvsh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mai1ii",
+ "email": "micomacabali14@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/mekuzv.json b/domains/mekuzv.json
new file mode 100644
index 000000000..433fa1303
--- /dev/null
+++ b/domains/mekuzv.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mai1ii",
+ "email": "micomacabali14@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/mendy.json b/domains/mendy.json
deleted file mode 100644
index 8b8e339b6..000000000
--- a/domains/mendy.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "emkay5771",
- "email": "emkay5771@outlook.com"
- },
- "record": {
- "URL": "https://multidest.onrender.com"
- }
-}
diff --git a/domains/menkr.json b/domains/menkr.json
new file mode 100644
index 000000000..656a56200
--- /dev/null
+++ b/domains/menkr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "me-nkr",
+ "email": "thenaveenkr7@gmail.com"
+ },
+ "record": {
+ "URL": "https://dev.menkr.in"
+ }
+}
diff --git a/domains/merely.json b/domains/merely.json
new file mode 100644
index 000000000..b8f94e243
--- /dev/null
+++ b/domains/merely.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MerelyMiserable",
+ "email": "MerelyMiserable@gmail.com"
+ },
+ "record": {
+ "CNAME": "merelymiserable.github.io"
+ }
+}
diff --git a/domains/messiersixtyfour.json b/domains/messiersixtyfour.json
new file mode 100644
index 000000000..cb938820a
--- /dev/null
+++ b/domains/messiersixtyfour.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MessierSixtyFour",
+ "email": "messier1244@gmail.com"
+ },
+ "record": {
+ "CNAME": "messiersixtyfour.github.io"
+ }
+}
diff --git a/domains/mewwme.json b/domains/mewwme.json
new file mode 100644
index 000000000..68d559817
--- /dev/null
+++ b/domains/mewwme.json
@@ -0,0 +1,11 @@
+{
+ "description": "mewwme.is-a.dev",
+ "repo": "https://github.com/mewwme/mewwme.github.io",
+ "owner": {
+ "username": "lrmn7",
+ "email": "lrmn.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "mewwme.github.io"
+ }
+}
diff --git a/domains/micozv.json b/domains/micozv.json
new file mode 100644
index 000000000..5625ced20
--- /dev/null
+++ b/domains/micozv.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "mekuvsh",
+ "email": "macabalimicooz@gmail.com",
+ "discord": "711934005343158303"
+ },
+
+ "record": {
+ "CNAME": "mekuvsh.pages.dev"
+ }
+ }
+
diff --git a/domains/midair.json b/domains/midair.json
new file mode 100644
index 000000000..f94403d25
--- /dev/null
+++ b/domains/midair.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal Portofolio",
+ "repo": "https://github.com/zMidair/zMidair.github.io",
+ "owner": {
+ "username": "zMidair",
+ "email": "midair4546@gmail.com",
+ "twitter": "M16a1r"
+ },
+ "record": {
+ "CNAME": "zMidair.github.io"
+ }
+}
diff --git a/domains/migoreng.json b/domains/migoreng.json
deleted file mode 100644
index 5adebf5de..000000000
--- a/domains/migoreng.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "kelabang",
- "email": "",
- "discord": "migoreng#1665"
- },
- "record": {
- "A": ["162.159.153.4"]
- }
-}
diff --git a/domains/miladamiri.json b/domains/miladamiri.json
new file mode 100644
index 000000000..06d42606b
--- /dev/null
+++ b/domains/miladamiri.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DigitalGenius-ui",
+ "email": "miladmarketing282@gmail.com"
+ },
+ "record": {
+ "URL": "https://miladamiri.netlify.app/"
+ }
+}
diff --git a/domains/milcon.json b/domains/milcon.json
deleted file mode 100644
index 7b490b504..000000000
--- a/domains/milcon.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "emmu123",
- "email": "aneenababu71901@gmail.com"
- },
- "record": {
- "CNAME": "20e57f92-f4dd-4c0e-8aa7-0a7189f44f44.id.repl.co"
- }
-}
diff --git a/domains/milkshake.json b/domains/milkshake.json
deleted file mode 100644
index d9744ab78..000000000
--- a/domains/milkshake.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "FloatingMilkshake",
- "email": "me@floatingmilkshake.com"
- },
- "record": {
- "URL": "https://floatingmilkshake.com"
- }
-}
diff --git a/domains/minecraft.urging.json b/domains/minecraft.urging.json
new file mode 100644
index 000000000..e0d094d44
--- /dev/null
+++ b/domains/minecraft.urging.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "UrgingOfc",
+ "email": "diogo.lopes.silva.ch@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/minerwolfybtvn.json b/domains/minerwolfybtvn.json
new file mode 100644
index 000000000..782121623
--- /dev/null
+++ b/domains/minerwolfybtvn.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "MinerwolfybtVn",
+ "email": "ngdung853@gmail.com",
+ "discord": "947884053544189992"
+ },
+
+ "record": {
+ "CNAME": "miner-9eu.pages.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/minhphan.json b/domains/minhphan.json
new file mode 100644
index 000000000..366b6d4b6
--- /dev/null
+++ b/domains/minhphan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MinhPhan1203",
+ "email": "phan48788@gmail.com"
+ },
+ "record": {
+ "URL": "https://minhphan.tech"
+ }
+}
diff --git a/domains/miquel.json b/domains/miquel.json
new file mode 100644
index 000000000..0886b0d36
--- /dev/null
+++ b/domains/miquel.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MCrumo",
+ "email": "miquel1rr@gmail.com"
+ },
+ "record": {
+ "CNAME": "mcrumo.github.io"
+ }
+}
diff --git a/domains/mirror.json b/domains/mirror.json
deleted file mode 100644
index bf0222655..000000000
--- a/domains/mirror.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "A simple personal website",
- "repo": "https://github.com/justamirror",
- "owner": {
- "username": "justamirror",
- "email": "Eren0078@outlook.com"
- },
- "record": {
- "CNAME": "1eeecca8-a190-4548-9fc9-f936dcdda410.id.repl.co"
- }
-}
diff --git a/domains/misha.json b/domains/misha.json
new file mode 100644
index 000000000..24afefd03
--- /dev/null
+++ b/domains/misha.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "misha-jw",
+ "email": "mishawu@outlook.com"
+ },
+ "record": {
+ "CNAME": "misha-jw.github.io"
+ }
+}
diff --git a/domains/miten.json b/domains/miten.json
new file mode 100644
index 000000000..d47bb885c
--- /dev/null
+++ b/domains/miten.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "m1ten",
+ "email": "h4ckr+github@icloud.com"
+ },
+ "record": {
+ "CNAME": "m1ten.github.io"
+ }
+}
diff --git a/domains/mjn.json b/domains/mjn.json
deleted file mode 100644
index cf07338b3..000000000
--- a/domains/mjn.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "mjnaous",
- "email": "mj@naous.eu.org"
- },
- "record": {
- "CNAME": "mjnaous.github.io"
- }
-}
diff --git a/domains/modules.json b/domains/modules.json
new file mode 100644
index 000000000..8f81d8dd2
--- /dev/null
+++ b/domains/modules.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Manafix",
+ "email": "manafix.pub@gmail.com"
+ },
+ "record": {
+ "CNAME": "manafix.dev"
+ }
+}
diff --git a/domains/mohammad87115.json b/domains/mohammad87115.json
new file mode 100644
index 000000000..53d4205f0
--- /dev/null
+++ b/domains/mohammad87115.json
@@ -0,0 +1,12 @@
+{
+ "description": "I'm using this subdomain to make my portfolio website",
+ "repo": "https://github.com/mohammad87115/mohammad87115.github.io",
+ "owner": {
+ "username": "mohammad87115",
+ "email": "mohammad87115@gmail.com",
+ "twitter": "mohammad87115"
+ },
+ "record": {
+ "CNAME": "mohammad87115.github.io"
+ }
+}
diff --git a/domains/mokajmc.oxmc.json b/domains/mokajmc.oxmc.json
deleted file mode 100644
index bf37d0ccb..000000000
--- a/domains/mokajmc.oxmc.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "oxmc",
- "email": "oxmc7769.mail@gmail.com",
- "discord": "oxmc7769"
- },
- "record": {
- "A": ["198.244.164.183"],
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
- "TXT": "forward-email=contact:oxmc7769.mail@gmail.com"
- }
-}
diff --git a/domains/molai777.json b/domains/molai777.json
deleted file mode 100644
index 09c144a8f..000000000
--- a/domains/molai777.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "mtgsquad",
- "email": "mahir@molai.dev"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
diff --git a/domains/moncef.json b/domains/moncef.json
new file mode 100644
index 000000000..d44f5c01a
--- /dev/null
+++ b/domains/moncef.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "m2ncef",
+ "email": "moncxff@gmail.com"
+ },
+ "record": {
+ "CNAME": "m2ncef.github.io"
+ }
+}
diff --git a/domains/mongodb.trung.json b/domains/mongodb.trung.json
new file mode 100644
index 000000000..f1632879d
--- /dev/null
+++ b/domains/mongodb.trung.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "A": ["34.125.141.93"]
+ }
+}
diff --git a/domains/mori.lalit.json b/domains/mori.lalit.json
new file mode 100644
index 000000000..3289efe49
--- /dev/null
+++ b/domains/mori.lalit.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lalitm1004",
+ "email": "lalitm1004@gmail.com"
+ },
+ "record": {
+ "CNAME": "memento-mori-6at.pages.dev"
+ }
+}
diff --git a/domains/mosa.json b/domains/mosa.json
new file mode 100644
index 000000000..3e30876be
--- /dev/null
+++ b/domains/mosa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mosageneral",
+ "email": "mosageneral@gmail.com"
+ },
+ "record": {
+ "A": ["130.162.164.99"]
+ }
+}
diff --git a/domains/mosaic.json b/domains/mosaic.json
new file mode 100644
index 000000000..894a6c4cc
--- /dev/null
+++ b/domains/mosaic.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "mg0the0goat0",
+ "email": "golden_mooooooon@outlook.com",
+ "discord": "1160256967504318576"
+ },
+
+ "record": {
+ "CNAME": "aboutmeeeeeeeeeee.onrender.com"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/moviebypass.json b/domains/moviebypass.json
new file mode 100644
index 000000000..88ae0a50c
--- /dev/null
+++ b/domains/moviebypass.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alidexter001",
+ "email": "dexter.ali001@gmail.com"
+ },
+ "record": {
+ "A": ["45.11.229.211"]
+ }
+}
diff --git a/domains/mpm.json b/domains/mpm.json
deleted file mode 100644
index 92cfb78cf..000000000
--- a/domains/mpm.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "MoPaMo's personal webpage",
- "repo": "https://github.com/MoPaMo/MoPaMo.github.io",
- "owner": {
- "username": "MoPaMo",
- "email": "spam.mpm1301@web.de"
- },
- "record": {
- "CNAME": "home.mopamo.repl.co"
- }
-}
diff --git a/domains/mr-virus.json b/domains/mr-virus.json
new file mode 100644
index 000000000..85a809812
--- /dev/null
+++ b/domains/mr-virus.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mr-Virus-Dev",
+ "email": "mr.virus.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "mr-virus.pages.dev"
+ }
+}
diff --git a/domains/mr.bhardwaj.json b/domains/mr.bhardwaj.json
new file mode 100644
index 000000000..d19449b77
--- /dev/null
+++ b/domains/mr.bhardwaj.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rohanbhardwaj205",
+ "email": "71399@cgcjhanjeri.in"
+ },
+ "record": {
+ "CNAME": "rohanbhardwaj205.github.io"
+ }
+}
diff --git a/domains/mr.gaurav.json b/domains/mr.gaurav.json
deleted file mode 100644
index 82be9e628..000000000
--- a/domains/mr.gaurav.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "dukegaurav",
- "email": "mr.gauravagrawalji@gmail.com"
- },
-
- "record": {
- "CNAME": "hotdealkart.pages.dev"
- }
-}
diff --git a/domains/mr.stuffmaker.json b/domains/mr.stuffmaker.json
deleted file mode 100644
index bba6ced1c..000000000
--- a/domains/mr.stuffmaker.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "MrStuffmaker",
- "email": "acapello6666@gmail.com"
- },
- "record": {
- "A": ["109.71.253.24"]
- }
-}
diff --git a/domains/mrcrbrth.json b/domains/mrcrbrth.json
deleted file mode 100644
index 3f1339bbc..000000000
--- a/domains/mrcrbrth.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "devsdocs",
- "email": "id45.go@gmail.com"
- },
- "record": {
- "A": ["141.144.205.66"]
- }
-}
diff --git a/domains/mrdev88.json b/domains/mrdev88.json
new file mode 100644
index 000000000..22c833e85
--- /dev/null
+++ b/domains/mrdev88.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mrdev88",
+ "email": "RuizMahdi@gmx.com"
+ },
+ "record": {
+ "CNAME": "mrdev88.github.io"
+ }
+}
diff --git a/domains/mrtomxxx.json b/domains/mrtomxxx.json
deleted file mode 100644
index 9b59d4b7e..000000000
--- a/domains/mrtomxxx.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "MrT0mXxX",
- "email": "mrtomxxx5@gmail.com"
- },
- "record": {
- "URL": "https://main-api.cat0tom2.repl.co"
- }
-}
diff --git a/domains/mrvasil.json b/domains/mrvasil.json
new file mode 100644
index 000000000..c83c84e96
--- /dev/null
+++ b/domains/mrvasil.json
@@ -0,0 +1,12 @@
+{
+ "description": "mrvasil's domain",
+ "owner": {
+ "username": "mrvasil",
+ "email": "adminich@urrr.ru"
+ },
+ "record": {
+ "A": [
+ "176.109.106.66"
+ ]
+ }
+}
diff --git a/domains/mrweez.json b/domains/mrweez.json
deleted file mode 100644
index 9fafd2421..000000000
--- a/domains/mrweez.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "MrWeez",
- "email": "arsenyplis2018@gmail.com"
- },
- "record": {
- "CNAME": "mrweez.depcloud.xyz"
- }
-}
diff --git a/domains/msg.json b/domains/msg.json
deleted file mode 100644
index 604c21c2f..000000000
--- a/domains/msg.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "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/mssfreight.json b/domains/mssfreight.json
new file mode 100644
index 000000000..df9eb331a
--- /dev/null
+++ b/domains/mssfreight.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "KRNRBRBR",
+ "email": "kizadawiza2@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/mudee.json b/domains/mudee.json
deleted file mode 100644
index 4ad998ee7..000000000
--- a/domains/mudee.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "IMudee",
- "email": "NotMudee@proton.me"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
diff --git a/domains/murder.json b/domains/murder.json
deleted file mode 100644
index 29ddb15a8..000000000
--- a/domains/murder.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "MurderWolf",
- "email": "leojgarcia1@icloud.com"
- },
- "record": {
- "URL": "https://murderdev.xyz"
- }
-}
diff --git a/domains/music.json b/domains/music.json
deleted file mode 100644
index 2dcd3ba8d..000000000
--- a/domains/music.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "my personal website",
- "repo": "https://github.com/leecheeyong/me",
- "owner": {
- "username": "leecheeyong",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "088a7314-b3d4-4927-92ca-e669833b0aed.id.repl.co"
- }
-}
diff --git a/domains/mustafaozturk.json b/domains/mustafaozturk.json
new file mode 100644
index 000000000..3e0eafacb
--- /dev/null
+++ b/domains/mustafaozturk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Night-X-dev",
+ "email": "mustafaozturkk1907@gmail.com"
+ },
+ "record": {
+ "URL": "https://mustafa.yusufzengin.com.tr/"
+ }
+}
diff --git a/domains/mutsis.json b/domains/mutsis.json
deleted file mode 100644
index a271f1db2..000000000
--- a/domains/mutsis.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "turvenuija1",
- "email": "akulehtola123@gmail.com"
- },
- "record": {
- "CNAME": "turvenuija1.github.io"
- }
-}
diff --git a/domains/mwa.json b/domains/mwa.json
new file mode 100644
index 000000000..9d2a1a6d0
--- /dev/null
+++ b/domains/mwa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Totallynotmwa",
+ "email": "totallynot@mwa.lol"
+ },
+ "record": {
+ "URL": "https://mwa.lol"
+ }
+}
diff --git a/domains/mwanothere.json b/domains/mwanothere.json
new file mode 100644
index 000000000..9d2a1a6d0
--- /dev/null
+++ b/domains/mwanothere.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Totallynotmwa",
+ "email": "totallynot@mwa.lol"
+ },
+ "record": {
+ "URL": "https://mwa.lol"
+ }
+}
diff --git a/domains/my.sembiland.json b/domains/my.sembiland.json
new file mode 100644
index 000000000..210c020ae
--- /dev/null
+++ b/domains/my.sembiland.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TTGGHHgjkG",
+ "email": "tgfeghfcrxctchvvhv@gmail.com"
+ },
+ "record": {
+ "URL": "https://sembiland.my.canva.site"
+ }
+}
diff --git a/domains/mystic-titans.json b/domains/mystic-titans.json
new file mode 100644
index 000000000..6720534d7
--- /dev/null
+++ b/domains/mystic-titans.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "joltz1234",
+ "email": "joltzx123@gmail.com"
+ },
+ "record": {
+ "URL": "https://discord.gg/mystic-titans"
+ }
+}
diff --git a/domains/mystic.trung.json b/domains/mystic.trung.json
index 8958e6c03..f1632879d 100644
--- a/domains/mystic.trung.json
+++ b/domains/mystic.trung.json
@@ -4,6 +4,6 @@
"email": "vuthanhtrungsuper@gmail.com"
},
"record": {
- "A": ["69.30.249.53"]
+ "A": ["34.125.141.93"]
}
}
diff --git a/domains/myxi.json b/domains/myxi.json
index 5e7e5068a..d288c06e2 100644
--- a/domains/myxi.json
+++ b/domains/myxi.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "eeriemyxi",
- "email": "myxi@duck.com"
- },
- "record": {
- "URL": "https://eeriemyxi.blogspot.com"
- }
+ "owner": {
+ "username": "eeriemyxi",
+ "email": "myxi@envs.net"
+ },
+ "record": {
+ "URL": "https://myxi.envs.net"
+ }
}
diff --git a/domains/mznking.json b/domains/mznking.json
new file mode 100644
index 000000000..451f4e7d6
--- /dev/null
+++ b/domains/mznking.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mznking",
+ "email": "maazinking23@gmail.com"
+ },
+ "record": {
+ "CNAME": "mzn-king.onrender.com"
+ }
+}
diff --git a/domains/n4rc1ssus.json b/domains/n4rc1ssus.json
new file mode 100644
index 000000000..d760a2cc3
--- /dev/null
+++ b/domains/n4rc1ssus.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "AnubisNekhet",
+ "email": "extrastuff.j3db6@simplelogin.co",
+ "note": "Not my actual email, but it forwards to my actual one."
+ },
+ "record": {
+ "CNAME": "n4rc1ssus.codeberg.page"
+ }
+}
diff --git a/domains/naivelyn.json b/domains/naivelyn.json
new file mode 100644
index 000000000..922881a58
--- /dev/null
+++ b/domains/naivelyn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Golgrax",
+ "email": "pepe.kotelurow@gmail.com"
+ },
+ "record": {
+ "CNAME": "naivelyn.pages.dev"
+ }
+}
diff --git a/domains/namesmt.json b/domains/namesmt.json
new file mode 100644
index 000000000..6ba5c8a71
--- /dev/null
+++ b/domains/namesmt.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NamesMT",
+ "email": "dangquoctrung123@gmail.com"
+ },
+ "record": {
+ "CNAME": "namesmt.github.io"
+ }
+}
diff --git a/domains/nanonavigate.json b/domains/nanonavigate.json
new file mode 100644
index 000000000..5edd21a55
--- /dev/null
+++ b/domains/nanonavigate.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Kurumi30",
+ "email": "fernandoshengxinzhu@gmail.com"
+ },
+ "record": {
+ "URL": "https://nanonavigate.onrender.com/"
+ }
+}
diff --git a/domains/natewashburn.json b/domains/natewashburn.json
new file mode 100644
index 000000000..3a326bea9
--- /dev/null
+++ b/domains/natewashburn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NateTheGreat1230",
+ "email": "nathanprattwashburn@gmail.com"
+ },
+ "record": {
+ "CNAME": "natethegreat1230.github.io"
+ }
+}
diff --git a/domains/navon.json b/domains/navon.json
new file mode 100644
index 000000000..2690c8573
--- /dev/null
+++ b/domains/navon.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Magniquick",
+ "email": "navonjohnlukose@gmail.com"
+ },
+ "record": {
+ "URL": "https://magniquick.github.io/"
+ }
+}
diff --git a/domains/neki.json b/domains/neki.json
index 480561afe..3ef69c009 100644
--- a/domains/neki.json
+++ b/domains/neki.json
@@ -11,7 +11,10 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/neuronbot.json b/domains/neuronbot.json
deleted file mode 100644
index eaf4a8858..000000000
--- a/domains/neuronbot.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "This domain I would like to register is for one of my projects of a discord bot which is built by a sub-package of djs.",
- "owner": {
- "username": "Bro121233",
- "email": "arthubcontact4@gmail.com"
- },
- "record": {
- "CNAME": "60a38416-3e20-4265-8356-6c8a8ad47e7f.id.repl.co"
- }
-}
diff --git a/domains/new.vornexx.json b/domains/new.vornexx.json
new file mode 100644
index 000000000..d27f57e0e
--- /dev/null
+++ b/domains/new.vornexx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vornex-gh",
+ "email": "ajay.ramnath8812@gmail.com"
+ },
+ "record": {
+ "CNAME": "newvornexx.pages.dev"
+ }
+}
diff --git a/domains/newyear.trung.is-a.dev.json b/domains/newyear.trung.is-a.dev.json
new file mode 100644
index 000000000..d50f9fefc
--- /dev/null
+++ b/domains/newyear.trung.is-a.dev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "CNAME": "lunar-newyr-countdown.pages.dev"
+ }
+}
diff --git a/domains/nexos.json b/domains/nexos.json
new file mode 100644
index 000000000..c9a51d5bc
--- /dev/null
+++ b/domains/nexos.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nexos20levrai",
+ "email": "nexos.dons@gmail.com"
+ },
+ "record": {
+ "A": ["78.47.213.108"]
+ }
+}
diff --git a/domains/nexsphere.json b/domains/nexsphere.json
new file mode 100644
index 000000000..d8e3725f0
--- /dev/null
+++ b/domains/nexsphere.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nexos20levrai",
+ "email": "nexos.dons@gmail.com"
+ },
+ "record": {
+ "A": ["146.19.168.239"]
+ }
+}
diff --git a/domains/nezarec.json b/domains/nezarec.json
new file mode 100644
index 000000000..150b78eb4
--- /dev/null
+++ b/domains/nezarec.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NezarecSR",
+ "email": "anjuangyu@gmail.com"
+ },
+ "record": {
+ "URL": "https://nezhome.vercel.app/"
+ }
+}
diff --git a/domains/ngt.json b/domains/ngt.json
new file mode 100644
index 000000000..17f7b78f4
--- /dev/null
+++ b/domains/ngt.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "7ngt",
+ "email": "contatofthales@gmail.com"
+ },
+ "record": {
+ "URL": "https://discord.com/users/906639702558375986"
+ }
+}
diff --git a/domains/nguyenkhanhhoa.json b/domains/nguyenkhanhhoa.json
deleted file mode 100644
index 9e38e40ac..000000000
--- a/domains/nguyenkhanhhoa.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "nguyenkhanhhoa",
- "email": "coolie.itman@gmail.com"
- },
- "record": {
- "A": ["34.168.72.137"]
- }
-}
diff --git a/domains/nia.json b/domains/nia.json
deleted file mode 100644
index 2faea9577..000000000
--- a/domains/nia.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "lz20r",
- "email": "zhiyaonaiara@gmail.com"
- },
- "record": {
- "A": ["158.179.215.38"],
- "AAAA": ["2603:c027:8700:a37e:a916:da84:5a6c:efec"]
- }
-}
diff --git a/domains/nicesapien.json b/domains/nicesapien.json
new file mode 100644
index 000000000..1e882a627
--- /dev/null
+++ b/domains/nicesapien.json
@@ -0,0 +1,12 @@
+{
+ "description": "idk mane why did u delete it \n my portfolio website btw",
+ "repo": "nicesapien.netlify.app",
+ "owner": {
+ "username": "nicesapien",
+ "email": "nicesapien@duck.com",
+ "twitter": "nicesapien"
+ },
+ "record": {
+ "CNAME": "portfolio-6dp.pages.dev"
+ }
+}
diff --git a/domains/nidun.json b/domains/nidun.json
new file mode 100644
index 000000000..5970b95aa
--- /dev/null
+++ b/domains/nidun.json
@@ -0,0 +1,11 @@
+{
+ "description": "new update to request new cname",
+ "repo": "https://github.com/nldun/nldun.github.io",
+ "owner": {
+ "username": "nldun",
+ "email": "rezkyto@gmail.com"
+ },
+ "record": {
+ "CNAME": "nldun.github.io"
+ }
+}
diff --git a/domains/nikk.json b/domains/nikk.json
new file mode 100644
index 000000000..d04237017
--- /dev/null
+++ b/domains/nikk.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/bonitoflakez/bonitoflakez.github.io",
+ "owner": {
+ "username": "bonitoflakez",
+ "email": "nikhildhiman9050@gmail.com"
+ },
+ "record": {
+ "CNAME": "bonitoflakez.github.io"
+ }
+}
diff --git a/domains/niksne.json b/domains/niksne.json
new file mode 100644
index 000000000..9d78e9e26
--- /dev/null
+++ b/domains/niksne.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NikSneMC",
+ "email": "niksne.mc@yandex.ru"
+ },
+ "record": {
+ "CNAME": "www.niksne.ru"
+ }
+}
diff --git a/domains/nikymetaa.json b/domains/nikymetaa.json
new file mode 100644
index 000000000..3f8b23d1b
--- /dev/null
+++ b/domains/nikymetaa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nikyy2",
+ "email": "anhky581@gmail.com"
+ },
+ "record": {
+ "CNAME": "28nikyportfolio03.github.io"
+ }
+}
diff --git a/domains/nishan-hamza.json b/domains/nishan-hamza.json
new file mode 100644
index 000000000..4b574e8d8
--- /dev/null
+++ b/domains/nishan-hamza.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NishanHamza",
+ "email": "nishanhamza2@gmail.com"
+ },
+ "record": {
+ "CNAME": "nishan-hamza.pages.dev"
+ }
+}
diff --git a/domains/nishith.json b/domains/nishith.json
new file mode 100644
index 000000000..9a2b0010c
--- /dev/null
+++ b/domains/nishith.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Nishith-Savla",
+ "email": "nishithsavla005@gmail.com"
+ },
+ "record": {
+ "CNAME": "nishith.tech"
+ }
+}
diff --git a/domains/nithin.json b/domains/nithin.json
new file mode 100644
index 000000000..2d129cb32
--- /dev/null
+++ b/domains/nithin.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "nithin",
+ "email": "nithinnikhil582@gmail.com",
+ "discord": "514353302675259412"
+ },
+
+ "record": {
+ "CNAME": "nithinlycanz.github.io"
+ }
+ }
diff --git a/domains/nitin.json b/domains/nitin.json
new file mode 100644
index 000000000..85375f08e
--- /dev/null
+++ b/domains/nitin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chess10kp",
+ "email": "nitinshankarmadhu@gmail.com"
+ },
+ "record": {
+ "CNAME": "nitinwebsite-bde4d.web.app"
+ }
+}
diff --git a/domains/nmsderp.json b/domains/nmsderp.json
new file mode 100644
index 000000000..361615d9d
--- /dev/null
+++ b/domains/nmsderp.json
@@ -0,0 +1,11 @@
+{
+ "description": "A place for my small projects, and maybe a blog in the future.",
+ "repo": "https://github.com/nmsderp/nmsderp.github.io",
+ "owner": {
+ "username": "nmsderp",
+ "email": "nmsderp@gmail.com"
+ },
+ "record": {
+ "CNAME": "nmsderp.github.io"
+ }
+}
diff --git a/domains/node.json b/domains/node.json
deleted file mode 100644
index 9ca25425f..000000000
--- a/domains/node.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Personal website",
- "repo": "https://github.com/node0505/node0505.github.io",
- "owner": {
- "username": "node0505",
- "email": "",
- "discord": "node#0505"
- },
- "record": {
- "CNAME": "node0505.github.io"
- }
-}
diff --git a/domains/node.nvsn.json b/domains/node.nvsn.json
new file mode 100644
index 000000000..c5b23bcb4
--- /dev/null
+++ b/domains/node.nvsn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "GMR828",
+ "email": "gmr828@null.net"
+ },
+ "record": {
+ "A": ["173.212.202.171"]
+ }
+}
diff --git a/domains/temp.stefdp.json b/domains/node.stefdp.json
similarity index 79%
rename from domains/temp.stefdp.json
rename to domains/node.stefdp.json
index 187cc9a31..37f29b109 100644
--- a/domains/temp.stefdp.json
+++ b/domains/node.stefdp.json
@@ -5,6 +5,6 @@
"discord": "694986201739952229"
},
"record": {
- "A": ["109.71.252.37"]
+ "CNAME": "proxy.stefdp.is-a.dev"
}
}
diff --git a/domains/nom.json b/domains/nom.json
new file mode 100644
index 000000000..e94fa4570
--- /dev/null
+++ b/domains/nom.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kqcl",
+ "email": "jscharein.js@gmail.com"
+ },
+ "record": {
+ "A": ["185.234.69.13"]
+ }
+}
diff --git a/domains/nonam4lol.json b/domains/nonam4lol.json
new file mode 100644
index 000000000..a8c9417f9
--- /dev/null
+++ b/domains/nonam4lol.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Nonam4lol",
+ "email": "literallynoname13@gmail.com"
+ },
+ "record": {
+ "A": ["45.11.229.211"]
+ }
+}
diff --git a/domains/note.json b/domains/note.json
new file mode 100644
index 000000000..39aed0282
--- /dev/null
+++ b/domains/note.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "imimbert",
+ "email": "2080035494@qq.com"
+ },
+ "record": {
+ "CNAME": "imimbert.github.io"
+ }
+}
diff --git a/domains/notfrycek.json b/domains/notfrycek.json
new file mode 100644
index 000000000..737defaca
--- /dev/null
+++ b/domains/notfrycek.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NotFrycek",
+ "email": "frycek345@gmail.com"
+ },
+ "record": {
+ "CNAME": "notfrycek.github.io"
+ }
+}
diff --git a/domains/nova.json b/domains/nova.json
new file mode 100644
index 000000000..6e894d830
--- /dev/null
+++ b/domains/nova.json
@@ -0,0 +1,11 @@
+{
+ "description": "nova.is-a.dev",
+ "owner": {
+ "username": "LunarN0v4",
+ "email": "zeus@zeusteam.dev",
+ "discord": "7un4r"
+ },
+ "record": {
+ "CNAME": "webmail.zeusteam.dev"
+ }
+}
diff --git a/domains/novampr.json b/domains/novampr.json
new file mode 100644
index 000000000..bbc0f4f33
--- /dev/null
+++ b/domains/novampr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Novampr",
+ "email": "LimeDEV8756@gmail.com"
+ },
+ "record": {
+ "CNAME": "novampr.github.io"
+ }
+}
diff --git a/domains/ntech.json b/domains/ntech.json
new file mode 100644
index 000000000..41500b8ea
--- /dev/null
+++ b/domains/ntech.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NTechsoftware",
+ "email": "finnzi151@gmail.com"
+ },
+ "record": {
+ "CNAME": "ntechservices.xyz"
+ }
+}
diff --git a/domains/ntfy.ravener.json b/domains/ntfy.ravener.json
new file mode 100644
index 000000000..e2a153929
--- /dev/null
+++ b/domains/ntfy.ravener.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "ravener",
+ "email": "ravener.anime@gmail.com",
+ "twitter": "RavenRavener",
+ "discord": "292690616285134850"
+ },
+ "record": {
+ "A": [
+ "132.145.196.17"
+ ]
+ }
+}
diff --git a/domains/ntfy.stefdp.json b/domains/ntfy.stefdp.json
index 187cc9a31..e2b559f3c 100644
--- a/domains/ntfy.stefdp.json
+++ b/domains/ntfy.stefdp.json
@@ -2,9 +2,10 @@
"owner": {
"username": "Stef-00012",
"email": "admin@stefdp.is-a.dev",
- "discord": "694986201739952229"
+ "discord": "694986201739952229",
+ "github_id": 81536172
},
"record": {
- "A": ["109.71.252.37"]
+ "CNAME": "proxy.stefdp.is-a.dev"
}
}
diff --git a/domains/nthduc.json b/domains/nthduc.json
new file mode 100644
index 000000000..9d2d6ce4c
--- /dev/null
+++ b/domains/nthduc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nthduc",
+ "email": "nguyenthaiduc0212@gmail.com"
+ },
+ "record": {
+ "CNAME": "xb00925c3.custom.b4a.run"
+ }
+}
diff --git a/domains/ntmusic.json b/domains/ntmusic.json
new file mode 100644
index 000000000..3a0487fe1
--- /dev/null
+++ b/domains/ntmusic.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "gunawan092w",
+ "email": "gunawan092w@gmail.com"
+ },
+ "record": {
+ "CNAME": "ntmusic.github.io"
+ }
+}
diff --git a/domains/nutworks-team.json b/domains/nutworks-team.json
new file mode 100644
index 000000000..27dc21941
--- /dev/null
+++ b/domains/nutworks-team.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rightburrow",
+ "email": "rightburrowyt@gmail.com"
+ },
+ "record": {
+ "URL": "https://nutworks-team.neocities.org"
+ }
+}
diff --git a/domains/nx.json b/domains/nx.json
new file mode 100644
index 000000000..db381388a
--- /dev/null
+++ b/domains/nx.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "jadfoq",
+ "email": "jadfoq@getgoogleoff.me"
+ },
+ "record": {
+ "A": [
+ "45.55.110.124",
+ "193.233.233.233"
+ ]
+ }
+}
diff --git a/domains/nypd.json b/domains/nypd.json
deleted file mode 100644
index 1f214f2e1..000000000
--- a/domains/nypd.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "a77-dev",
- "email": "andbro4955@student.ccs.k12.nc.us"
- },
- "record": {
- "URL": "https://feds.lol/nypd"
- }
-}
diff --git a/domains/oandbtech-chat.json b/domains/oandbtech-chat.json
new file mode 100644
index 000000000..bea7f1902
--- /dev/null
+++ b/domains/oandbtech-chat.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bhaskaraa45",
+ "email": "bhaskarmandal369@gmail.com"
+ },
+ "record": {
+ "A": ["20.198.8.42"]
+ }
+}
diff --git a/domains/oandbtech.json b/domains/oandbtech.json
new file mode 100644
index 000000000..bea7f1902
--- /dev/null
+++ b/domains/oandbtech.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bhaskaraa45",
+ "email": "bhaskarmandal369@gmail.com"
+ },
+ "record": {
+ "A": ["20.198.8.42"]
+ }
+}
diff --git a/domains/oceannetwork.json b/domains/oceannetwork.json
new file mode 100644
index 000000000..831428c21
--- /dev/null
+++ b/domains/oceannetwork.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ikcaaft",
+ "email": "mitchelblokker@hotmail.com"
+ },
+ "record": {
+ "URL": "https://7b5d5049-e5ab-47a5-93c2-14b263d69fce-00-2y8olb6cg2med.janeway.replit.dev/index.html"
+ }
+}
diff --git a/domains/ohdy.json b/domains/ohdy.json
new file mode 100644
index 000000000..674daed6b
--- /dev/null
+++ b/domains/ohdy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ohdy518",
+ "email": "ohdy518@gmail.com"
+ },
+ "record": {
+ "CNAME": "ohdy518.pages.dev"
+ }
+}
diff --git a/domains/olivia.json b/domains/olivia.json
new file mode 100644
index 000000000..0373c1330
--- /dev/null
+++ b/domains/olivia.json
@@ -0,0 +1,11 @@
+{
+ "repo": "https://github.com/olivi-r/olivi-r.github.io",
+ "owner": {
+ "username": "olivi-r",
+ "email": "olivia.r.dev@gmail.com",
+ "discord": "723626729247342662"
+ },
+ "record": {
+ "CNAME": "olivi-r.github.io"
+ }
+}
diff --git a/domains/om.json b/domains/om.json
new file mode 100644
index 000000000..ebddb955c
--- /dev/null
+++ b/domains/om.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "TerraPlayz",
+ "email": "omsenjalia+github@gmail.com"
+ },
+ "record": {
+ "MX": ["mx1.improvmx.com","mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/omairr.json b/domains/omairr.json
new file mode 100644
index 000000000..c9712087c
--- /dev/null
+++ b/domains/omairr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "omaiirr",
+ "email": "crazyomairennab@gmail.com"
+ },
+ "record": {
+ "CNAME": "omaiirr.github.io"
+ }
+}
diff --git a/domains/omg.json b/domains/omg.json
deleted file mode 100644
index 38f39df02..000000000
--- a/domains/omg.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "asma019",
- "email": "asmaparvin019@gmail.com"
- },
- "record": {
- "A": ["172.104.43.107"]
- }
-}
diff --git a/domains/onlive.json b/domains/onlive.json
new file mode 100644
index 000000000..247f90a7e
--- /dev/null
+++ b/domains/onlive.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "onlive1337",
+ "email": "tabdulov2006@gmail.com"
+ },
+ "record": {
+ "CNAME": "onlive1337.github.io"
+ }
+}
diff --git a/domains/onlytris.json b/domains/onlytris.json
deleted file mode 100644
index 4d340b71a..000000000
--- a/domains/onlytris.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "tq56968",
- "email": "tq56968@gmail.com"
- },
- "record": {
- "A": ["103.252.137.101"]
- }
-}
diff --git a/domains/oogway.json b/domains/oogway.json
new file mode 100644
index 000000000..92df6aff3
--- /dev/null
+++ b/domains/oogway.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ActualMasterOogway",
+ "email": "williasfun@gmail.com"
+ },
+ "record": {
+ "URL": "https://actualmasteroogway.github.io"
+ }
+}
diff --git a/domains/opott.json b/domains/opott.json
new file mode 100644
index 000000000..77f289179
--- /dev/null
+++ b/domains/opott.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "opott",
+ "email": "om.potter09@gmail.com"
+ },
+ "record": {
+ "URL": "https://opott.github.io",
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/orange.json b/domains/orange.json
index ee807f4e2..0e3a2a77d 100644
--- a/domains/orange.json
+++ b/domains/orange.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "sahmed011",
- "email": "sufyanmishal@gmail.com"
+ "username": "orxngc",
+ "email": "orangc@proton.me"
},
"record": {
"CNAME": "sahmed011.github.io"
diff --git a/domains/orion.json b/domains/orion.json
deleted file mode 100644
index 1324ecaf8..000000000
--- a/domains/orion.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "oriionn",
- "email": "contact@oriondev.fr",
- "twitter": "orion_offi",
- "discord": "orion_off"
- },
- "record": {
- "URL": "https://oriondev.fr"
- }
-}
diff --git a/domains/outroninja.json b/domains/outroninja.json
new file mode 100644
index 000000000..3a60b9d0d
--- /dev/null
+++ b/domains/outroninja.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "outroninja",
+ "email": "outroninjaa@gmail.com"
+ },
+ "record": {
+ "URL": "https://outroninja.vercel.app"
+ }
+}
diff --git a/domains/xiro.json b/domains/owofied.json
similarity index 83%
rename from domains/xiro.json
rename to domains/owofied.json
index 6938da5e0..9335a7805 100644
--- a/domains/xiro.json
+++ b/domains/owofied.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "XiroXD",
+ "username": "owofied",
"email": "xiro@duck.com",
"discord": "owofied"
},
diff --git a/domains/oxmc.json b/domains/oxmc.json
index ae4230e8b..3aba52655 100644
--- a/domains/oxmc.json
+++ b/domains/oxmc.json
@@ -12,6 +12,6 @@
"185.199.111.153"
],
"MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
- "TXT": "forward-email=contact:oxmc7769.mail@gmail.com,jadenmc:oxmc7769.mail@gmail.com"
+ "TXT": "forward-email=contact:oxmc7769.mail@gmail.com,jadenmc:oxmc7769.mail@gmail.com,buisness:oxmc7769.mail@gmail.com"
}
}
diff --git a/domains/p1raidz.json b/domains/p1raidz.json
new file mode 100644
index 000000000..4030adca7
--- /dev/null
+++ b/domains/p1raidz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "p1raidz",
+ "email": "adithyaalex5@gmail.com"
+ },
+ "record": {
+ "CNAME": "p1raidz.github.io"
+ }
+}
diff --git a/domains/palmino.json b/domains/palmino.json
deleted file mode 100644
index 948c68c74..000000000
--- a/domains/palmino.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "buatkakung",
- "email": "buatkakung@gmail.com"
- },
-
- "record": {
- "CNAME": "timdis.id"
- }
-}
diff --git a/domains/pana.json b/domains/pana.json
new file mode 100644
index 000000000..f12e4f080
--- /dev/null
+++ b/domains/pana.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ANDREIP211109",
+ "email": "panaandreimihai@gmail.com"
+ },
+ "record": {
+ "A": ["79.118.191.216"]
+ }
+}
diff --git a/domains/pande.json b/domains/pande.json
new file mode 100644
index 000000000..43fc49597
--- /dev/null
+++ b/domains/pande.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "PandeCode",
+ "email": "pandeshawnbenjamin@gmail.com"
+ },
+ "record": {
+ "URL": "https://pandecode.github.io/"
+ }
+}
diff --git a/domains/panel.nia.json b/domains/panel.nia.json
deleted file mode 100644
index e63acf459..000000000
--- a/domains/panel.nia.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "nazhiida",
- "email": "zhiyaonaiara@gmail.com"
- },
- "record": {
- "A": ["143.47.51.54"],
- "AAAA": ["2603:c027:8700:a37e:16cc:782c:b563:d4b0"]
- }
-}
diff --git a/domains/panel.nvsn.json b/domains/panel.nvsn.json
new file mode 100644
index 000000000..c5b23bcb4
--- /dev/null
+++ b/domains/panel.nvsn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "GMR828",
+ "email": "gmr828@null.net"
+ },
+ "record": {
+ "A": ["173.212.202.171"]
+ }
+}
diff --git a/domains/panel.shing.json b/domains/panel.shing.json
index 092b0555b..0f5d71008 100644
--- a/domains/panel.shing.json
+++ b/domains/panel.shing.json
@@ -4,7 +4,7 @@
"email": "Shing.XD.0602@gmail.com"
},
"record": {
- "A": ["150.136.114.225"],
- "AAAA": ["2603:c020:400d:3e89:7825:8a70:6518:5c68"]
+ "A": ["129.213.85.212"],
+ "AAAA": ["2603:c020:400d:3e89:ae49:1b0b:470c:5f33"]
}
}
diff --git a/domains/panel.stefdp.json b/domains/panel.stefdp.json
new file mode 100644
index 000000000..26ccbec03
--- /dev/null
+++ b/domains/panel.stefdp.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "A": [
+ "194.60.201.37"
+ ]
+ }
+}
diff --git a/domains/paperstar.json b/domains/paperstar.json
new file mode 100644
index 000000000..139b6872f
--- /dev/null
+++ b/domains/paperstar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "2paperstar",
+ "email": "lee@paperst.ar"
+ },
+ "record": {
+ "CNAME": "paperst.ar"
+ }
+}
diff --git a/domains/paris.node.shing.json b/domains/paris.node.shing.json
new file mode 100644
index 000000000..c87fa66f5
--- /dev/null
+++ b/domains/paris.node.shing.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "ShingSemicolon",
+ "email": "Shing.XD.0602@gmail.com"
+ },
+ "record": {
+ "A": ["141.145.205.47"],
+ "AAAA": ["2603:c027:c003:6aa9:a974:e2d6:f01e:dea8"]
+ }
+}
diff --git a/domains/parsa.json b/domains/parsa.json
deleted file mode 100644
index 33475c70f..000000000
--- a/domains/parsa.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "xX-MoonWalker-Xx",
- "email": "aparat.mmr.game@gmail.com"
- },
- "record": {
- "CNAME": "www.parsa-alidoust.ir"
- }
-}
diff --git a/domains/parsewar.json b/domains/parsewar.json
new file mode 100644
index 000000000..f1df135d0
--- /dev/null
+++ b/domains/parsewar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AtharvParsewar",
+ "email": "atharvparsewar@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/passadissubmari.json b/domains/passadissubmari.json
new file mode 100644
index 000000000..e2a5e4206
--- /dev/null
+++ b/domains/passadissubmari.json
@@ -0,0 +1,11 @@
+{
+ "description": "Passadรญs Submarรญ",
+ "repo": "https://github.com/Cucusise/passadissummari",
+ "owner": {
+ "username": "Cucusise",
+ "email": "cucusise@gmail.com"
+ },
+ "record": {
+ "CNAME": "cucusise.github.io"
+ }
+}
diff --git a/domains/paul.json b/domains/paul.json
index 7cc1a0cee..8628d3dbe 100644
--- a/domains/paul.json
+++ b/domains/paul.json
@@ -6,6 +6,6 @@
"email": "kaskus45@protonmail.com"
},
"record": {
- "CNAME": "notkaskus.github.io"
+ "URL": "https://paulandrew.vercel.app/"
}
}
diff --git a/domains/pavan.json b/domains/pavan.json
new file mode 100644
index 000000000..2b622d282
--- /dev/null
+++ b/domains/pavan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "PavanKumarGurram",
+ "email": "gurrampavankumar1@gmail.com"
+ },
+ "record": {
+ "URL": "https://pavangurram.com"
+ }
+}
diff --git a/domains/pb.brandgrandreal.json b/domains/pb.brandgrandreal.json
new file mode 100644
index 000000000..221e76351
--- /dev/null
+++ b/domains/pb.brandgrandreal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BrandgrandRealMe",
+ "email": "brandon.lambe@skiff.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/pedrito.json b/domains/pedrito.json
new file mode 100644
index 000000000..bdf9a128d
--- /dev/null
+++ b/domains/pedrito.json
@@ -0,0 +1,13 @@
+
+{
+ "description": "For my private VPS ",
+ "repo": "https://github.com/Ranojay1/Ranojay1.github.io",
+ "owner": {
+ "username": "Ranojay1",
+ "email": "pegomsan@gmail.com",
+ "twitter": "Pedro929953698"
+ },
+ "record": {
+ "CNAME": "Ranojay1.github.io"
+ }
+}
diff --git a/domains/ph7ntom.json b/domains/ph7ntom.json
new file mode 100644
index 000000000..0ae0dfe73
--- /dev/null
+++ b/domains/ph7ntom.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "PH7N",
+ "email": "hdgameplaybbtt@gmail.com"
+ },
+ "record": {
+ "URL": "https://ph7n.github.io/ph7ntom-web/"
+ }
+}
diff --git a/domains/phamanhtien.json b/domains/phamanhtien.json
new file mode 100644
index 000000000..0e8706f40
--- /dev/null
+++ b/domains/phamanhtien.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "phamanhtiencutis1",
+ "email": "nhincaiditmemay888@gmail.com"
+ },
+ "record": {
+ "CNAME": "181.ip.ply.gg"
+ }
+}
diff --git a/domains/phamvandien.json b/domains/phamvandien.json
deleted file mode 100644
index 9d90615c3..000000000
--- a/domains/phamvandien.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "D-Jukie",
- "email": "phamvandienofficial@gmail.com"
- },
- "record": {
- "CNAME": "a6b7d456-4a75-42ba-b316-2b5b50199973.id.repl.co"
- }
-}
diff --git a/domains/phantom.json b/domains/phantom.json
deleted file mode 100644
index 19d8b51b3..000000000
--- a/domains/phantom.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My is-a-dev sub-domain Credentials! :D",
- "repo": "https://github.com/SealedSaucer",
- "owner": {
- "username": "SealedSaucer",
- "email": "sealedsaucer@gmail.com"
- },
- "record": {
- "CNAME": "phantom.pages.dev"
- }
-}
diff --git a/domains/phoenix.json b/domains/phoenix.json
deleted file mode 100644
index a4201b11d..000000000
--- a/domains/phoenix.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "PhoenixOrigin",
- "email": "phoenixorigin171@gmail.com"
- },
- "record": {
- "A": ["130.162.166.134"],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~include:_spf.google.com ~all"
- }
-}
diff --git a/domains/phuc.json b/domains/phuc.json
deleted file mode 100644
index 816ffe240..000000000
--- a/domains/phuc.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "phucbm",
- "email": "phucbm.dev@gmail.com"
- },
- "record": {
- "URL": "https://buiminhphuc.com"
- }
-}
diff --git a/domains/pic.cfp.json b/domains/pic.cfp.json
index 46b11d641..22294fea0 100644
--- a/domains/pic.cfp.json
+++ b/domains/pic.cfp.json
@@ -1,10 +1,11 @@
{
- "owner": {
- "username": "cfpwastaken",
- "email": "",
- "discord": "cfp"
- },
- "record": {
- "CNAME": "cfp.gotdns.ch"
- }
-}
+ "description": "Private Immich server",
+ "owner": {
+ "username": "cfpwastaken",
+ "email": "",
+ "discord": "cfp (318394797822050315)"
+ },
+ "record": {
+ "CNAME": "dyn.picoscratch.de"
+ }
+}
\ No newline at end of file
diff --git a/domains/picosvelte.zarqi.json b/domains/picosvelte.zarqi.json
deleted file mode 100644
index e2c8dec17..000000000
--- a/domains/picosvelte.zarqi.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "zarqizoubir",
- "email": "zarqi.ezzoubair@etu.uae.ac.ma"
- },
- "record": {
- "CNAME": "zarqizoubir.github.io"
- }
-}
diff --git a/domains/piplup7575.json b/domains/piplup7575.json
new file mode 100644
index 000000000..03e1d5495
--- /dev/null
+++ b/domains/piplup7575.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Piplup7575",
+ "email": "piplup7575@gmail.com"
+ },
+ "record": {
+ "CNAME": "pip75.github.io"
+ }
+}
diff --git a/domains/pivko.json b/domains/pivko.json
deleted file mode 100644
index 2fb472b15..000000000
--- a/domains/pivko.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "AmbassadorGovna website",
- "owner": {
- "username": "AmbassadorGovna",
- "email": "leshikcube+isadev@googlemail.com"
- },
- "record": {
- "CNAME": "vps162412.ispsite.ru"
- }
-}
diff --git a/domains/pixyshare.json b/domains/pixyshare.json
deleted file mode 100644
index 42b825c03..000000000
--- a/domains/pixyshare.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "emmu123",
- "email": "aneenababu71901@gmail.com"
- },
- "record": {
- "CNAME": "3603c299-03cd-4a0c-b29f-24250c6e7354.id.repl.co"
- }
-}
diff --git a/domains/piyushkatyal.json b/domains/piyushkatyal.json
new file mode 100644
index 000000000..b00620472
--- /dev/null
+++ b/domains/piyushkatyal.json
@@ -0,0 +1,11 @@
+{
+ "description": "Serves as an alias to primary domain",
+ "repo": "https://github.com/piyushk77/piyushk77.github.io",
+ "owner": {
+ "username": "piyushk77",
+ "email": "pshkatyal8@gmail.com"
+ },
+ "record": {
+ "CNAME": "piyushk77.github.io"
+ }
+}
\ No newline at end of file
diff --git a/domains/plow.json b/domains/plow.json
new file mode 100644
index 000000000..b431066e4
--- /dev/null
+++ b/domains/plow.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ClicpoW",
+ "email": "clicpowytb@gmail.com"
+ },
+ "record": {
+ "CNAME": "mlkfkqd.pages.dev"
+ }
+}
diff --git a/domains/plugin.json b/domains/plugin.json
new file mode 100644
index 000000000..1da801837
--- /dev/null
+++ b/domains/plugin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ukrioo",
+ "email": "u8k50850@gmail.com"
+ },
+ "record": {
+ "URL": "https://ukrioo.github.io/"
+ }
+}
diff --git a/domains/plumsy.json b/domains/plumsy.json
new file mode 100644
index 000000000..ee4da896d
--- /dev/null
+++ b/domains/plumsy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "hxntaish",
+ "email": "juliettepoisson3@gmail.com"
+ },
+ "record": {
+ "CNAME": "geo-routing.nexuspipe.com"
+ }
+}
diff --git a/domains/ply.json b/domains/ply.json
new file mode 100644
index 000000000..a7e989f8e
--- /dev/null
+++ b/domains/ply.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "plymc",
+ "email": "plymc@proton.me"
+ },
+ "record": {
+ "CNAME": "plymc.github.io"
+ }
+}
diff --git a/domains/poetry.m1dnight.json b/domains/poetry.m1dnight.json
deleted file mode 100644
index 248011439..000000000
--- a/domains/poetry.m1dnight.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Aakanksha's .is-a.dev domain",
- "repo": "https://poetry.m1dnightdev.repl.co",
- "owner": {
- "username": "m1dnight-ofcl",
- "email": "m1dnightgmrofficial@gmail.com"
- },
- "record": {
- "CNAME": "5eb3b096-1df2-40f7-aa66-6c2ce0687219.id.repl.co"
- }
-}
diff --git a/domains/polar.json b/domains/polar.json
new file mode 100644
index 000000000..52bf068a2
--- /dev/null
+++ b/domains/polar.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "polarfreez",
+ "email": "rafaelbraun5@hotmail.com"
+ },
+ "repo": "https://github.com/polarfreez/polarfreez.github.io",
+ "record": {
+ "CNAME": "polarfreez.github.io"
+ }
+}
diff --git a/domains/polosteor.json b/domains/polosteor.json
deleted file mode 100644
index db672f89b..000000000
--- a/domains/polosteor.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "polosteor",
- "email": "polosteor@gmail.com"
- },
- "record": {
- "URL": "https://polosteor.com"
- }
-}
diff --git a/domains/portainer.stefdp.json b/domains/portainer.stefdp.json
new file mode 100644
index 000000000..e2b559f3c
--- /dev/null
+++ b/domains/portainer.stefdp.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229",
+ "github_id": 81536172
+ },
+ "record": {
+ "CNAME": "proxy.stefdp.is-a.dev"
+ }
+}
diff --git a/domains/potatoenergy.json b/domains/potatoenergy.json
deleted file mode 100644
index 7e1d19d54..000000000
--- a/domains/potatoenergy.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Potato Energy Team Website",
- "repo": "https://github.com/potatoenergy/potatoenergy.site",
- "owner": {
- "username": "ponfertato",
- "email": "ponfertato@ya.ru"
- },
- "record": {
- "CNAME": "potatoenergy.pages.dev"
- }
-}
diff --git a/domains/pow.json b/domains/pow.json
new file mode 100644
index 000000000..b2bb690e0
--- /dev/null
+++ b/domains/pow.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Calebrlx",
+ "email": "caleb@alyeska.dev"
+ },
+ "record": {
+ "URL": "https://calebrlx.github.io"
+ }
+}
diff --git a/domains/pplg.json b/domains/pplg.json
deleted file mode 100644
index 87e883dd5..000000000
--- a/domains/pplg.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Jantur-dev",
- "email": "jantur29@gmail.com"
- },
- "record": {
- "CNAME": "d46b1013-50ed-4f41-b75e-3961b2b9aad6.id.repl.co"
- }
-}
diff --git a/domains/prabesh.json b/domains/prabesh.json
deleted file mode 100644
index e3345d5fb..000000000
--- a/domains/prabesh.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Prabesh01",
- "email": "prabesh01@pm.me"
- },
-
- "record": {
- "A": ["91.208.197.189"]
- }
-}
diff --git a/domains/praharsh.json b/domains/praharsh.json
new file mode 100644
index 000000000..d73bd2b2a
--- /dev/null
+++ b/domains/praharsh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "praharshjain",
+ "email": "praharshsamria@gmail.com"
+ },
+ "record": {
+ "CNAME": "praharsh.zz.mu"
+ }
+}
diff --git a/domains/praharshjain.json b/domains/praharshjain.json
new file mode 100644
index 000000000..d73bd2b2a
--- /dev/null
+++ b/domains/praharshjain.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "praharshjain",
+ "email": "praharshsamria@gmail.com"
+ },
+ "record": {
+ "CNAME": "praharsh.zz.mu"
+ }
+}
diff --git a/domains/prajwal.json b/domains/prajwal.json
new file mode 100644
index 000000000..4c3877204
--- /dev/null
+++ b/domains/prajwal.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Toricane",
+ "email": "prjwl028@gmail.com",
+ "discord": "721093211577385020"
+ },
+
+ "record": {
+ "CNAME": "toricane.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/prakarsh.json b/domains/prakarsh.json
deleted file mode 100644
index b1abc3a3d..000000000
--- a/domains/prakarsh.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My personal Website (maybe my portfolio)",
- "repo": "https://github.com/prakarsh17/prakarsh17.github.io",
- "owner": {
- "username": "prakarsh17",
- "email": "pranjal.prakarsh@outlook.com"
- },
- "record": {
- "CNAME": "prakarsh17.github.io"
- }
-}
diff --git a/domains/pranavagrawal.json b/domains/pranavagrawal.json
index e242c7f8d..08420b190 100644
--- a/domains/pranavagrawal.json
+++ b/domains/pranavagrawal.json
@@ -8,7 +8,10 @@
"record": {
"A": ["185.199.108.153"],
"AAAA": ["2606:50c0:8001::153"],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ "MX":[
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT":"v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/prashant.json b/domains/prashant.json
new file mode 100644
index 000000000..a2f7a67ab
--- /dev/null
+++ b/domains/prashant.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Meprazhant",
+ "email": "meprazhant@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.prashantkafle.com.np"
+ }
+}
diff --git a/domains/pratham-gupta.json b/domains/pratham-gupta.json
deleted file mode 100644
index 0d0fa56fb..000000000
--- a/domains/pratham-gupta.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "shygamer123",
- "email": "gpratham522@gmail.com",
- "discord": "840244590870003762"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/preston-code-lobby.json b/domains/preston-code-lobby.json
new file mode 100644
index 000000000..6fd386cac
--- /dev/null
+++ b/domains/preston-code-lobby.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Skitskat7738",
+ "email": "doooogy7738@gmail.com"
+ },
+ "record": {
+ "URL": "https://mountainous-doll.surge.sh/preston-code/prestoncode.wixsite.com/website-2.html"
+ }
+}
diff --git a/domains/preston-code.json b/domains/preston-code.json
new file mode 100644
index 000000000..aef6d2d5c
--- /dev/null
+++ b/domains/preston-code.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "preston-riley",
+ "email": "pres1234569@gmail.com"
+},
+ "record": {
+ "CNAME": "preston-riley.github.io"
+ }
+}
diff --git a/domains/prime.json b/domains/prime.json
new file mode 100644
index 000000000..f8cb3dbb6
--- /dev/null
+++ b/domains/prime.json
@@ -0,0 +1,12 @@
+{
+ "description": "My personal website",
+ "repo": "https://github.com/primetdmomega/primetdmomega.github.io",
+ "owner": {
+ "username": "PrimeTDMomega",
+ "email": "primetdmomega@gmail.com",
+ "twitter": "primeinspace"
+ },
+ "record": {
+ "CNAME": "primetdmomega.github.io"
+ }
+}
diff --git a/domains/pringelsdc.json b/domains/pringelsdc.json
deleted file mode 100644
index 87f276767..000000000
--- a/domains/pringelsdc.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Bot-Dev1",
- "email": "julia.hillmann123@gmail.com"
- },
-
- "record": {
- "A": ["45.145.226.13"]
- }
-}
diff --git a/domains/privacy.json b/domains/privacy.json
index d0b1526b3..dbfddaf11 100644
--- a/domains/privacy.json
+++ b/domains/privacy.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
"URL": "https://team.is-a.dev",
diff --git a/domains/proautotest.json b/domains/proautotest.json
deleted file mode 100644
index 2518b74b3..000000000
--- a/domains/proautotest.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "XeeRooX",
- "email": "akkaunt7931@gmail.com"
- },
- "record": {
- "A": ["92.119.90.217"]
- }
-}
diff --git a/domains/projakob.json b/domains/projakob.json
deleted file mode 100644
index 28e1b14b8..000000000
--- a/domains/projakob.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "ProJakob",
- "email": "",
- "discord": "ProJakob#0408"
- },
- "record": {
- "A": ["152.89.239.58"]
- }
-}
diff --git a/domains/proxy.stefdp.json b/domains/proxy.stefdp.json
new file mode 100644
index 000000000..26ccbec03
--- /dev/null
+++ b/domains/proxy.stefdp.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "A": [
+ "194.60.201.37"
+ ]
+ }
+}
diff --git a/domains/proxy.trung.json b/domains/proxy.trung.json
new file mode 100644
index 000000000..417d48482
--- /dev/null
+++ b/domains/proxy.trung.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "A": ["34.125.141.93"]
+ }
+}
diff --git a/domains/psnbl.json b/domains/psnbl.json
new file mode 100644
index 000000000..918a2dee8
--- /dev/null
+++ b/domains/psnbl.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "psnbl",
+ "email": "pietrosimone.nobiletti@studenti.unipr.it"
+ },
+ "record": {
+ "CNAME": "psnbl.github.io"
+ }
+}
diff --git a/domains/ptero.phoenix.json b/domains/ptero.phoenix.json
new file mode 100644
index 000000000..acc360135
--- /dev/null
+++ b/domains/ptero.phoenix.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "PhoenixOrigin",
+ "email": "phoenixorigin171@gmail.com",
+ "github_id": 85183285
+ },
+ "record": {
+ "A": [
+ "130.162.166.134"
+ ]
+ }
+}
\ No newline at end of file
diff --git a/domains/puffer.json b/domains/puffer.json
deleted file mode 100644
index 2fa63314c..000000000
--- a/domains/puffer.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "My website!",
- "repo": "https://github.com/kevinalavik/kevinalavik.github.io",
- "owner": {
- "username": "kevinalavik",
- "email": "kevin.alavik@icloud.com",
- "twitter": "pufferisadev"
- },
- "record": {
- "CNAME": "kevinalavik.github.io"
- }
-}
diff --git a/domains/pustak.json b/domains/pustak.json
new file mode 100644
index 000000000..1ea2e56e1
--- /dev/null
+++ b/domains/pustak.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "PustakP",
+ "email": "pustakpathak7@gmail.com"
+ },
+ "record": {
+ "CNAME": "oppoyy.pages.dev"
+ }
+}
diff --git a/domains/pxd.json b/domains/pxd.json
deleted file mode 100644
index 9dfa24f67..000000000
--- a/domains/pxd.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "ProgrammerXD",
- "repo": "https://github.com/realpxd/realpxd.github.io",
- "owner": {
- "username": "realpxd",
- "email": "contact@pxdcloud.in",
- "twitter": "PXD_Officials"
- },
- "record": {
- "CNAME": "realpxd.github.io"
- }
-}
diff --git a/domains/py.json b/domains/py.json
new file mode 100644
index 000000000..01c68070f
--- /dev/null
+++ b/domains/py.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jrirydkdifu",
+ "email": "0kryptx@gmail.com"
+ },
+ "record": {
+ "CNAME": "jrirydkdifu.github.io"
+ }
+}
diff --git a/domains/quincetart10.json b/domains/quincetart10.json
new file mode 100644
index 000000000..94b985ec0
--- /dev/null
+++ b/domains/quincetart10.json
@@ -0,0 +1,20 @@
+{
+ "description": "Personal site",
+ "repo": "https://github.com/QuinceTart10/quincetart10.github.io",
+ "owner": {
+ "username": "QuinceTart10",
+ "email": "",
+ "discord": "862644161156218891"
+ },
+ "record": {
+ "A": ["185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"],
+ "MX": [
+ "5a3d085e4aa47645.mx1.emailprofi.seznam.cz",
+ "5a3d085e4aa47645.mx2.emailprofi.seznam.cz"
+ ],
+ "TXT": "v=spf1 include:spf.seznam.cz ~all"
+ }
+}
diff --git a/domains/qwertyqwerty.json b/domains/qwertyqwerty.json
index 41501480e..a9fd0e978 100644
--- a/domains/qwertyqwerty.json
+++ b/domains/qwertyqwerty.json
@@ -5,7 +5,6 @@
"twitter": "QwertyQwerty88_"
},
"record": {
- "A": ["34.111.254.92"],
- "TXT": "replit-verify=91e42e80-7ebf-4e64-88e0-b20657592584"
+ "CNAME": "qwertyqwerty.pages.dev"
}
}
diff --git a/domains/r1p.json b/domains/r1p.json
new file mode 100644
index 000000000..2c628e6b2
--- /dev/null
+++ b/domains/r1p.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "0kryptx",
+ "email": "k3px@proton.me"
+ },
+ "record": {
+ "CNAME": "0kryptx.github.io"
+ }
+}
diff --git a/domains/r2mvstr.json b/domains/r2mvstr.json
new file mode 100644
index 000000000..d5d4de5a4
--- /dev/null
+++ b/domains/r2mvstr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "1MillonunlockDev",
+ "email": "1millonunlock@gmail.com"
+ },
+ "record": {
+ "A": ["144.91.94.164"]
+ }
+}
diff --git a/domains/raadsel.json b/domains/raadsel.json
deleted file mode 100644
index 39e917cfb..000000000
--- a/domains/raadsel.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Personal website of Raadsel",
- "repo": "https://github.com/Raadsl/New-Personal-site",
- "owner": {
- "username": "Raadsl",
- "email": "jorik.loos@gmail.com",
- "discord": "Raadsel#9398"
- },
- "record": {
- "CNAME": "6925d98d-2d57-403e-8fe7-7d76686df9b4.id.repl.co"
- }
-}
diff --git a/domains/raafey.json b/domains/raafey.json
new file mode 100644
index 000000000..e85d62436
--- /dev/null
+++ b/domains/raafey.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "RaafeyRaza",
+ "email": "raafeyraza1@gmail.com"
+ },
+ "record": {
+ "CNAME": "raafey.great-site.net"
+ }
+}
diff --git a/domains/radio.slashed.json b/domains/radio.slashed.json
deleted file mode 100644
index bc7268727..000000000
--- a/domains/radio.slashed.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "alexfeed1990",
- "email": "alexfeed1990real@gmail.com"
- },
- "record": {
- "CNAME": "shitpost-radio.pages.dev"
- }
-}
diff --git a/domains/radke.json b/domains/radke.json
index be29586fe..c37ccfabe 100644
--- a/domains/radke.json
+++ b/domains/radke.json
@@ -5,6 +5,6 @@
},
"repo": "https://github.com/radekw8733/radke.is-a.dev",
"record": {
- "CNAME": "radkerouter.ddns.net"
+ "CNAME": "radke.duckdns.org"
}
}
diff --git a/domains/rage65.json b/domains/rage65.json
deleted file mode 100644
index 0476ddb09..000000000
--- a/domains/rage65.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Rage65",
- "email": "123thetechguy@gmail.com"
- },
- "record": {
- "CNAME": "rage65.duckdns.org"
- }
-}
diff --git a/domains/rainotoberu.json b/domains/rainotoberu.json
new file mode 100644
index 000000000..cc9417ef1
--- /dev/null
+++ b/domains/rainotoberu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Rainotoberu",
+ "email": "imdmelan@gmail.com"
+ },
+ "record": {
+ "CNAME": "rainotoberu.github.io"
+ }
+}
diff --git a/domains/raku.json b/domains/raku.json
deleted file mode 100644
index 06c109c56..000000000
--- a/domains/raku.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "A Website For My Personal Website",
- "repo": "https://github.com/Wuffye123",
- "owner": {
- "username": "Wuffye123",
- "email": "rakurakumicro@gmail.com"
- },
- "record": {
- "CNAME": "0836bfc7-938d-4986-aa1f-acc749ae136a.repl.co"
- }
-}
diff --git a/domains/ranareal.json b/domains/ranareal.json
new file mode 100644
index 000000000..2b8f6cecf
--- /dev/null
+++ b/domains/ranareal.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "NotRana",
+ "email": "notrana1122@outlook.com"
+ },
+ "record": {
+ "MX": ["mx1.improvmx.com","mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/raphael.json b/domains/raphael.json
new file mode 100644
index 000000000..b848b294d
--- /dev/null
+++ b/domains/raphael.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "raphael-as",
+ "email": "raphaelas.pro@gmail.com"
+ },
+ "record": {
+ "CNAME": "raphael-as.github.io"
+ }
+}
diff --git a/domains/rare1k.json b/domains/rare1k.json
deleted file mode 100644
index 5112854f0..000000000
--- a/domains/rare1k.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "uhidontkno",
- "email": "bjaaa2gmlmain@gmail.com",
- "discord": "1129545353717366884"
- },
-
- "record": {
- "A": ["134.56.183.128"]
- }
-}
diff --git a/domains/raven.json b/domains/raven.json
deleted file mode 100644
index fe24aaa2f..000000000
--- a/domains/raven.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "bubby932",
- "email": "raven@az-raven.com"
- },
- "description": "Redirection domain for https://az-raven.com.",
- "record": {
- "URL": "https://az-raven.com"
- }
-}
diff --git a/domains/ravener.json b/domains/ravener.json
new file mode 100644
index 000000000..6e51a0d68
--- /dev/null
+++ b/domains/ravener.json
@@ -0,0 +1,16 @@
+{
+ "owner": {
+ "username": "ravener",
+ "email": "ravener.anime@gmail.com",
+ "twitter": "RavenRavener",
+ "discord": "292690616285134850"
+ },
+ "record": {
+ "URL": "https://ravener.vercel.app",
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/raviteja-geddada.json b/domains/raviteja-geddada.json
index 24a282723..3e4423c0c 100644
--- a/domains/raviteja-geddada.json
+++ b/domains/raviteja-geddada.json
@@ -9,8 +9,6 @@
"185.199.109.153",
"185.199.110.153",
"185.199.111.153"
- ],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ ]
}
}
diff --git a/domains/raw-api.json b/domains/raw-api.json
index 97acc8601..888b761d4 100644
--- a/domains/raw-api.json
+++ b/domains/raw-api.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
diff --git a/domains/raw.json b/domains/raw.json
index 9050066fd..1d5799f52 100644
--- a/domains/raw.json
+++ b/domains/raw.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
diff --git a/domains/rawfin.json b/domains/rawfin.json
new file mode 100644
index 000000000..3f42275a3
--- /dev/null
+++ b/domains/rawfin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "raofin",
+ "email": "contact@rawfin.net"
+ },
+ "record": {
+ "CNAME": "rawfin.pages.dev"
+ }
+}
diff --git a/domains/ray.json b/domains/ray.json
new file mode 100644
index 000000000..385d0eb39
--- /dev/null
+++ b/domains/ray.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "RayDev07",
+ "email": "jatingujjar.alive@gmail.com"
+ },
+ "record": {
+ "CNAME": "raydev07.github.io"
+ }
+}
diff --git a/domains/razin.json b/domains/razin.json
new file mode 100644
index 000000000..805a7053c
--- /dev/null
+++ b/domains/razin.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "razinrayees",
+ "email": "razin.rayeesk@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "razin.pages.dev"
+ }
+}
diff --git a/domains/rbg.brandgrandreal.json b/domains/rbg.brandgrandreal.json
new file mode 100644
index 000000000..221e76351
--- /dev/null
+++ b/domains/rbg.brandgrandreal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BrandgrandRealMe",
+ "email": "brandon.lambe@skiff.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/rdap.json b/domains/rdap.json
new file mode 100644
index 000000000..253214867
--- /dev/null
+++ b/domains/rdap.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rdaphq",
+ "email": "rdapshii@gmail.com"
+ },
+ "record": {
+ "A": ["156.67.73.46"]
+ }
+}
diff --git a/domains/real.json b/domains/real.json
new file mode 100644
index 000000000..f1db4caef
--- /dev/null
+++ b/domains/real.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Xyront",
+ "email": "abalabalscratch@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.youtube.com/watch?v=69tzp7vkg_m"
+ }
+}
diff --git a/domains/realfara.json b/domains/realfara.json
new file mode 100644
index 000000000..31c9cfd4d
--- /dev/null
+++ b/domains/realfara.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "furyashnyy",
+ "email": "faradey.iskra@mail.ru"
+ },
+ "record": {
+ "A": ["185.199.111.153"]
+ }
+}
diff --git a/domains/receiptify.json b/domains/receiptify.json
new file mode 100644
index 000000000..2e943103e
--- /dev/null
+++ b/domains/receiptify.json
@@ -0,0 +1,15 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
+}
diff --git a/domains/rednotsus.json b/domains/rednotsus.json
new file mode 100644
index 000000000..5972e0503
--- /dev/null
+++ b/domains/rednotsus.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "RedNotSus",
+ "email": "Jiayangc1@gmail.com"
+ },
+ "record": {
+ "A": ["15.204.232.110"]
+ }
+}
diff --git a/domains/refactoring.json b/domains/refactoring.json
deleted file mode 100644
index d92de69d9..000000000
--- a/domains/refactoring.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "refactoringg",
- "email": "renflenpersonal@gmail.com"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
diff --git a/domains/refayet.json b/domains/refayet.json
new file mode 100644
index 000000000..0667b5bc9
--- /dev/null
+++ b/domains/refayet.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "refayet-dev",
+ "email": "refayet0096@gmail.com"
+ },
+ "repo": "https://github.com/refayet-dev.github.io",
+ "description": "refayet's portfolio site",
+ "record": {
+ "CNAME": "refayet-dev.github.io"
+ }
+ }
\ No newline at end of file
diff --git a/domains/register-bot.json b/domains/register-bot.json
index 13d190813..c937b2ab1 100644
--- a/domains/register-bot.json
+++ b/domains/register-bot.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "is-a-dev-bot",
- "email": "is-a-dev@win11react.com"
+ "username": "is-a-dev",
+ "email": ""
},
"record": {
"A": ["217.174.245.249"]
diff --git a/domains/register.json b/domains/register.json
index b763ae0fa..38302b827 100644
--- a/domains/register.json
+++ b/domains/register.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
diff --git a/domains/reizy.json b/domains/reizy.json
deleted file mode 100644
index 82fd28ab1..000000000
--- a/domains/reizy.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "P0rc0D10",
- "email": "grazioligiuliano52@gmail.com"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
diff --git a/domains/researcx.json b/domains/researcx.json
new file mode 100644
index 000000000..4c60eb149
--- /dev/null
+++ b/domains/researcx.json
@@ -0,0 +1,19 @@
+{
+ "owner": {
+ "username": "researcx",
+ "email": "kei.trei.a52@gmail.com"
+ },
+ "record": {
+ "A": [
+ "129.151.206.225"
+ ],
+ "MX": [
+ "mx.zoho.eu",
+ "mx2.zoho.eu",
+ "mx3.zoho.eu"
+ ],
+ "TXT": [
+ "v=spf1 include:zoho.eu ~all"
+ ]
+ }
+}
diff --git a/domains/resistances-caen.json b/domains/resistances-caen.json
new file mode 100644
index 000000000..3aa5e3673
--- /dev/null
+++ b/domains/resistances-caen.json
@@ -0,0 +1,10 @@
+{
+ "description": "Website in development for a non-profit organization",
+ "owner": {
+ "username": "GildasTessier",
+ "email": "gildas.tessier@gmail.com"
+ },
+ "record": {
+ "CNAME": "resistances-caen.gildas-tessier.fr"
+ }
+}
diff --git a/domains/restaurantmanagementsystem.chiragnahata.json b/domains/restaurantmanagementsystem.chiragnahata.json
new file mode 100644
index 000000000..a23664d55
--- /dev/null
+++ b/domains/restaurantmanagementsystem.chiragnahata.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/revvnik.json b/domains/revvnik.json
new file mode 100644
index 000000000..7cc9bd093
--- /dev/null
+++ b/domains/revvnik.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "revvnik",
+ "email": "nikitasitter@gmail.com"
+ },
+ "record": {
+ "CNAME": "revvnik.github.io"
+ }
+}
diff --git a/domains/rez3x.json b/domains/rez3x.json
new file mode 100644
index 000000000..8076316ef
--- /dev/null
+++ b/domains/rez3x.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "REZ3X",
+ "email": "rezex.dev01@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "japon-resto.pages.dev"
+ }
+}
diff --git a/domains/riddim-glitch.json b/domains/riddim-glitch.json
new file mode 100644
index 000000000..f368e2e35
--- /dev/null
+++ b/domains/riddim-glitch.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Riddim-GLiTCH",
+ "email": "Riddim_GLiTCH@proton.me"
+ },
+ "record": {
+ "CNAME": "riddim-glitch.github.io"
+ }
+}
diff --git a/domains/riku.json b/domains/riku.json
new file mode 100644
index 000000000..869a6a1a7
--- /dev/null
+++ b/domains/riku.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Rikuxyz",
+ "email": "rikukagenou@gmail.com"
+ },
+ "record": {
+ "CNAME": "redirect-1qp.pages.dev"
+ }
+}
diff --git a/domains/rikuxyz.json b/domains/rikuxyz.json
new file mode 100644
index 000000000..c5cb08c86
--- /dev/null
+++ b/domains/rikuxyz.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Rikuxyz",
+ "email": "rikuishigami015@gmail.com",
+ "twitter": "riku_xyzs"
+ },
+ "record": {
+ "CNAME": "pixel-cci.pages.dev"
+ }
+}
diff --git a/domains/rishub.json b/domains/rishub.json
new file mode 100644
index 000000000..bcfe09e3e
--- /dev/null
+++ b/domains/rishub.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "itsrishub",
+ "email": "itsrishub@gmail.com"
+ },
+ "record": {
+ "URL": "https://rishub.cc"
+ }
+}
diff --git a/domains/rl.json b/domains/rl.json
new file mode 100644
index 000000000..112215ca4
--- /dev/null
+++ b/domains/rl.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Rylazius",
+ "email": "nodejsenjoyer@gmail.com"
+ },
+ "record": {
+ "CNAME": "rylazius.github.io"
+ }
+}
diff --git a/domains/rnv.json b/domains/rnv.json
new file mode 100644
index 000000000..062bd1e9e
--- /dev/null
+++ b/domains/rnv.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ZeroDeaths379",
+ "email": "arnavp651@gmail.com"
+ },
+ "record": {
+ "CNAME": "zerodeaths379-github-io.pages.dev"
+ }
+}
diff --git a/domains/rob.json b/domains/rob.json
new file mode 100644
index 000000000..dca1b2012
--- /dev/null
+++ b/domains/rob.json
@@ -0,0 +1,11 @@
+{
+ "description": "Rob.Is-A.Dev Website",
+ "repo": "https://melroser.github.io",
+ "owner": {
+ "username": "melroser",
+ "email": "biz@eml.cc"
+ },
+ "record": {
+ "CNAME": "melroser.github.io"
+ }
+}
diff --git a/domains/robson.json b/domains/robson.json
new file mode 100644
index 000000000..cd898a7cd
--- /dev/null
+++ b/domains/robson.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "imrob-s",
+ "email": "orobsilva@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/imrob-s"
+ }
+}
diff --git a/domains/ronnie.json b/domains/ronnie.json
new file mode 100644
index 000000000..9a4873f78
--- /dev/null
+++ b/domains/ronnie.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NukeJS",
+ "email": "me@nukejs.dev"
+ },
+ "record": {
+ "CNAME": "nukejs.dev"
+ }
+}
diff --git a/domains/rootcircle.json b/domains/rootcircle.json
new file mode 100644
index 000000000..2f73c7e7e
--- /dev/null
+++ b/domains/rootcircle.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rootCircle",
+ "email": "dev.frolics@gmail.com"
+ },
+ "record": {
+ "CNAME": "rootcircle.github.io"
+ }
+}
diff --git a/domains/rooyca.json b/domains/rooyca.json
new file mode 100644
index 000000000..824bfb86e
--- /dev/null
+++ b/domains/rooyca.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Rooyca",
+ "email": "rooyca@gmail.com"
+ },
+ "record": {
+ "URL": "https://rooyca.github.io/portfolio/"
+ }
+}
diff --git a/domains/rorosin.json b/domains/rorosin.json
new file mode 100644
index 000000000..ef98da318
--- /dev/null
+++ b/domains/rorosin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rorosin",
+ "email": "rosin886@gmail.com"
+ },
+ "record": {
+ "CNAME": "ru.ardev.tk"
+ }
+}
diff --git a/domains/rosset-nocpes.json b/domains/rosset-nocpes.json
deleted file mode 100644
index 98175cb81..000000000
--- a/domains/rosset-nocpes.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "description": "rosset-nocpes.is-a.dev",
- "repo": "https://github.com/rosset-nocpes/rosset-nocpes.github.io",
- "owner": {
- "username": "rosset-nocpes",
- "email": "rosset.nocpes@skiff.com",
- "twitter": "CoderPY4",
- "discord": "rosset.nocpes"
- },
- "record": {
- "CNAME": "rosset-nocpes.github.io"
- }
-}
diff --git a/domains/rpi.crazymax.json b/domains/rpi.crazymax.json
index 892184a95..597fc0340 100644
--- a/domains/rpi.crazymax.json
+++ b/domains/rpi.crazymax.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Crazy-Max-Blog",
- "email": "Crazy-Max-2011@yandex.ru"
- },
- "record": {
- "URL": "http://crazymax.is-a.dev/rpi"
- }
+ "owner": {
+ "username": "Crazy-Max-Blog",
+ "email": "Crazy-Max-2011@yandex.ru"
+ },
+ "record": {
+ "URL": "https://crazymax.is-a.dev/rpi"
+ }
}
diff --git a/domains/rrcoder0167.json b/domains/rrcoder0167.json
index 8917694a7..0e303d197 100644
--- a/domains/rrcoder0167.json
+++ b/domains/rrcoder0167.json
@@ -1,9 +1,12 @@
{
- "owner": {
- "username": "rrcoder0167",
- "email": "riddhiman.rana@gmail.com"
- },
- "record": {
- "CNAME": "rrcoder0167.github.io"
- }
-}
+ "owner": {
+ "username": "rrcoder0167",
+ "email": "riddhiman.rana@gmail.com",
+ "discord": "870936028108705803"
+ },
+
+ "record": {
+ "CNAME": "website-f4e.pages.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/ruiwenge2.json b/domains/ruiwenge2.json
deleted file mode 100644
index 88ef00fa3..000000000
--- a/domains/ruiwenge2.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My Portfolio",
- "repo": "https://github.com/ruiwenge2/ruiwenge2",
- "owner": {
- "username": "ruiwenge2",
- "email": "ruiwenge2@gmail.com"
- },
- "record": {
- "CNAME": "caa17c8d-acab-4419-8b78-0ad7994a4f62.repl.co"
- }
-}
diff --git a/domains/rushil-patel.json b/domains/rushil-patel.json
index ac6beeb13..4caf6b5f9 100644
--- a/domains/rushil-patel.json
+++ b/domains/rushil-patel.json
@@ -1,9 +1,11 @@
{
- "owner": {
- "username": "rushilp1",
- "email": "rushil.p1@ahduni.edu.in"
- },
- "record": {
- "URL": "https://rushilp1.github.io/"
- }
+ "description": "For my Personal Portfolio website",
+ "repo": "https://github.com/rushilp1/rushilp1.github.io",
+ "owner": {
+ "username": "rushilp1",
+ "email": "rushil.p1@ahduni.edu.in"
+ },
+ "record": {
+ "CNAME": "rushilp1.github.io"
+ }
}
diff --git a/domains/rushil.json b/domains/rushil.json
new file mode 100644
index 000000000..4caf6b5f9
--- /dev/null
+++ b/domains/rushil.json
@@ -0,0 +1,11 @@
+{
+ "description": "For my Personal Portfolio website",
+ "repo": "https://github.com/rushilp1/rushilp1.github.io",
+ "owner": {
+ "username": "rushilp1",
+ "email": "rushil.p1@ahduni.edu.in"
+ },
+ "record": {
+ "CNAME": "rushilp1.github.io"
+ }
+}
diff --git a/domains/ruthless.json b/domains/ruthless.json
new file mode 100644
index 000000000..648055ef5
--- /dev/null
+++ b/domains/ruthless.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Ruthleeess",
+ "email": "semikk.eu@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/ryanisyyds.json b/domains/ryanisyyds.json
new file mode 100644
index 000000000..e3000f1b9
--- /dev/null
+++ b/domains/ryanisyyds.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "RyanisyydsTT",
+ "email": "ryantseng123@mail.edu.tw"
+ },
+ "record": {
+ "A": ["170.39.76.35"]
+ }
+}
diff --git a/domains/ryannkim327.json b/domains/ryannkim327.json
new file mode 100644
index 000000000..ff5a4455e
--- /dev/null
+++ b/domains/ryannkim327.json
@@ -0,0 +1,12 @@
+{
+ "description": "Ryann Kim Sesgundo, a student from Dalubhasaan ng Lungsod ng Lucena",
+ "repo": "https://github.com/RyannKim327/ryannkim327.github.io",
+ "owner": {
+ "username": "RyannKim327",
+ "email": "weryses19@gmail.com"
+ },
+ "record": {
+ "CNAME": "ryannkim327.github.io"
+ }
+
+}
\ No newline at end of file
diff --git a/domains/ryder.json b/domains/ryder.json
deleted file mode 100644
index b4b72d10d..000000000
--- a/domains/ryder.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "RyderCragie",
- "email": "69316364+RyderCragie@users.noreply.github.com",
- "discord": "713201205488254976"
- },
-
- "record": {
- "CNAME": "ghs.googlehosted.com"
- }
-}
diff --git a/domains/ryo.json b/domains/ryo.json
new file mode 100644
index 000000000..d2e7ef7da
--- /dev/null
+++ b/domains/ryo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "FrosGaming",
+ "email": "dgfrosdgfros@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/ryobotz.json b/domains/ryobotz.json
deleted file mode 100644
index 9bdfe3ba8..000000000
--- a/domains/ryobotz.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "FrosGaming",
- "email": "dgfrosdgfros@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/s4il.json b/domains/s4il.json
new file mode 100644
index 000000000..6d450044b
--- /dev/null
+++ b/domains/s4il.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "S4IL21",
+ "email": "s4il.is.a.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "s4il21.github.io"
+ }
+}
diff --git a/domains/sadgabi.json b/domains/sadgabi.json
new file mode 100644
index 000000000..9bbec3653
--- /dev/null
+++ b/domains/sadgabi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sad-gabi",
+ "email": "sadgabi20@gmail.com"
+ },
+ "record": {
+ "URL": "https://sad-gabi.github.io/sad-gabi/index.html"
+ }
+}
diff --git a/domains/saeful.json b/domains/saeful.json
deleted file mode 100644
index 984600cdf..000000000
--- a/domains/saeful.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "saefulbarkah",
- "email": "saefulbarkah03@gmail.com"
- },
- "record": {
- "URL": "https://eful.netlify.app"
- }
-}
diff --git a/domains/sahil.json b/domains/sahil.json
deleted file mode 100644
index a8dc56ac5..000000000
--- a/domains/sahil.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Personal Porfolio Records Add.",
- "repo": "https://github.com/sahilpatel09/sahilpatel09.github.io",
- "owner": {
- "username": "sahilpatel09",
- "email": "smppatel99999@gmail.com",
- "twitter": "smppatel99999"
- },
- "record": {
- "CNAME": "sahilpatel09.github.io"
- }
-}
diff --git a/domains/sajan.json b/domains/sajan.json
deleted file mode 100644
index 28cc32359..000000000
--- a/domains/sajan.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "LegendOP1041",
- "email": "maillegendop@gmail.com",
- "discord": "1056531806763102218"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/sajiddev.json b/domains/sajiddev.json
new file mode 100644
index 000000000..b5dd170e1
--- /dev/null
+++ b/domains/sajiddev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sajid-tech",
+ "email": "s.khan9430319425@gmail.com"
+ },
+ "record": {
+ "CNAME": "sajid-tech.github.io"
+ }
+}
diff --git a/domains/samcarson.json b/domains/samcarson.json
deleted file mode 100644
index 67fd4bd5b..000000000
--- a/domains/samcarson.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "samcarsonx",
- "email": "sam@samcarson.co.uk",
- "twitter": "samcarsonx"
- },
- "record": {
- "URL": "https://samcarson.co.uk"
- }
-}
diff --git a/domains/sammy.json b/domains/sammy.json
deleted file mode 100644
index 402e6472d..000000000
--- a/domains/sammy.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "link for github pages",
- "repo": "https://github.com/TorchedSammy/torchedsammy.github.io",
- "owner": {
- "username": "TorchedSammy",
- "email": "torchedsammy@gmail.com",
- "twitter": "TorchedSammy"
- },
- "record": {
- "CNAME": "torchedsammy.github.io"
- }
-}
diff --git a/domains/sankalp.json b/domains/sankalp.json
new file mode 100644
index 000000000..8af5afc14
--- /dev/null
+++ b/domains/sankalp.json
@@ -0,0 +1,11 @@
+{
+ "description": "Sankalp Pathak Website",
+ "repo": "https://github.com/k144u/k144u.github.io",
+ "owner": {
+ "username": "k144u",
+ "email": "pathaksankalp04@gmail.com"
+ },
+ "record": {
+ "CNAME": "k144u.github.io"
+ }
+}
diff --git a/domains/sanooj.json b/domains/sanooj.json
new file mode 100644
index 000000000..186f5de05
--- /dev/null
+++ b/domains/sanooj.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/sanoojes/sanoojes.github.io",
+ "owner": {
+ "username": "sanoojes",
+ "email": "Sanoojes6371@gmail.com"
+ },
+ "record": {
+ "CNAME": "sanoojes.github.io"
+ }
+}
diff --git a/domains/santosh.json b/domains/santosh.json
new file mode 100644
index 000000000..8d4f73279
--- /dev/null
+++ b/domains/santosh.json
@@ -0,0 +1,11 @@
+{
+ "description": "Santosh Bhandari Personal Portfolio Website",
+ "repo": "https://github.com/santoshvandari/PersonalWebsite",
+ "owner": {
+ "username": "santoshvandari",
+ "email": "info@bhandari-santosh.com.np"
+ },
+ "record": {
+ "URL": "https://bhandari-santosh.com.np/"
+ }
+}
\ No newline at end of file
diff --git a/domains/sashank.json b/domains/sashank.json
new file mode 100644
index 000000000..790bca20c
--- /dev/null
+++ b/domains/sashank.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shankypedia",
+ "email": "sashankbhamidi@gmail.com"
+ },
+ "record": {
+ "URL": "https://sashank.wiki"
+ }
+}
diff --git a/domains/saumon.json b/domains/saumon.json
new file mode 100644
index 000000000..27c689a12
--- /dev/null
+++ b/domains/saumon.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "saumonarcenciel",
+ "email": "viala38000@gmail.com",
+ "discord": "823623660743950416"
+ },
+
+ "record": {
+ "A": ["163.5.143.4"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/saxon.json b/domains/saxon.json
new file mode 100644
index 000000000..6f731f8bc
--- /dev/null
+++ b/domains/saxon.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tensura-is-good",
+ "email": "sands.is.undertable@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.65.72"]
+ }
+}
diff --git a/domains/sayantan.json b/domains/sayantan.json
new file mode 100644
index 000000000..04a233b7a
--- /dev/null
+++ b/domains/sayantan.json
@@ -0,0 +1,12 @@
+{
+ "description": "Sayantan's portfolio and project wikis",
+ "repo": "https://github.com/legendsayantan/legendsayantan.github.io",
+ "owner": {
+ "username": "legendsayantan",
+ "email": "legendsayantan@gmail.com",
+ "twitter": "legendsayantan"
+ },
+ "record": {
+ "CNAME": "legendsayantan.github.io"
+ }
+}
diff --git a/domains/scfp.json b/domains/scfp.json
index 705863cc3..639ff7e42 100644
--- a/domains/scfp.json
+++ b/domains/scfp.json
@@ -1,11 +1,11 @@
{
- "description": "Cfp Short Service",
- "owner": {
- "username": "cfpwastaken",
- "email": "",
- "discord": "cfp (318394797822050315)"
- },
- "record": {
- "CNAME": "cfp.gotdns.ch"
- }
-}
+ "description": "Cfp Short Service",
+ "owner": {
+ "username": "cfpwastaken",
+ "email": "",
+ "discord": "cfp (318394797822050315)"
+ },
+ "record": {
+ "CNAME": "dyn.picoscratch.de"
+ }
+}
\ No newline at end of file
diff --git a/domains/scott.json b/domains/scott.json
deleted file mode 100644
index 2282e19eb..000000000
--- a/domains/scott.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "scott1991",
- "email": "cakepbm@gmail.com"
- },
- "record": {
- "A": ["150.230.97.210"]
- }
-}
diff --git a/domains/scythe.json b/domains/scythe.json
deleted file mode 100644
index d6f9c38d7..000000000
--- a/domains/scythe.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "A personal portfolio site for all my projects.",
- "owner": {
- "username": "scythe",
- "email": "scythetheedev@outlook.com"
- },
- "record": {
- "CNAME": "e0e8c1e9-55a5-4394-afd9-10de3434aee8.repl.co"
- }
-}
diff --git a/domains/scythemedia.json b/domains/scythemedia.json
new file mode 100644
index 000000000..f822b9271
--- /dev/null
+++ b/domains/scythemedia.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ScytheMediaTheDev",
+ "email": "tswartz22@aol.com"
+ },
+ "record": {
+ "MX": ["mx1.improvmx.com"]
+ }
+}
\ No newline at end of file
diff --git a/domains/sdheeraj.json b/domains/sdheeraj.json
new file mode 100644
index 000000000..bc6bad5be
--- /dev/null
+++ b/domains/sdheeraj.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "17sdheeraj",
+ "email": "contact-sdheeraj-isadev@wingarr.eu.org"
+ },
+ "record": {
+ "CNAME": "17sdheeraj.github.io"
+ }
+}
diff --git a/domains/sdp.json b/domains/sdp.json
index 187cc9a31..e2b559f3c 100644
--- a/domains/sdp.json
+++ b/domains/sdp.json
@@ -2,9 +2,10 @@
"owner": {
"username": "Stef-00012",
"email": "admin@stefdp.is-a.dev",
- "discord": "694986201739952229"
+ "discord": "694986201739952229",
+ "github_id": 81536172
},
"record": {
- "A": ["109.71.252.37"]
+ "CNAME": "proxy.stefdp.is-a.dev"
}
}
diff --git a/domains/search.l6174.json b/domains/search.l6174.json
deleted file mode 100644
index c9cbd04f9..000000000
--- a/domains/search.l6174.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My Search Engine (Whoogle)",
- "repo": "https://github.com/l6174/search",
- "owner": {
- "username": "l6174",
- "email": "l.lawliet6174@gmail.com"
- },
- "record": {
- "CNAME": "8b8a7371-0cc1-4815-affb-f53446c7b444.id.repl.co"
- }
-}
diff --git a/domains/sebitalent04.json b/domains/sebitalent04.json
deleted file mode 100644
index f11b22aee..000000000
--- a/domains/sebitalent04.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "repo": "https://github.com/SebiTalent04/SebiTalent04.github.io",
- "owner": {
- "username": "SebiTalent04",
- "email": "",
- "discord": "Sto#7264"
- },
- "record": {
- "CNAME": "SebiTalent04.github.io"
- }
-}
diff --git a/domains/secredasho.json b/domains/secredasho.json
new file mode 100644
index 000000000..c4499feec
--- /dev/null
+++ b/domains/secredasho.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "secredasho",
+ "email": "dtran072712@outlook.com"
+ },
+ "record": {
+ "CNAME": "secredasho.github.io"
+ }
+}
diff --git a/domains/seka.json b/domains/seka.json
new file mode 100644
index 000000000..eabc8d1bf
--- /dev/null
+++ b/domains/seka.json
@@ -0,0 +1,12 @@
+{
+ "description": "lutherantz.is-a.dev",
+ "repo": "https://github.com/lutherantz/lutherantz.github.io",
+ "owner": {
+ "username": "lutherantz",
+ "email": "sekausername@gmail.com",
+ "twitter": "sekateur_"
+ },
+ "record": {
+ "CNAME": "lutherantz.github.io"
+ }
+}
diff --git a/domains/semant.panda.json b/domains/semant.panda.json
deleted file mode 100644
index 1ca75f819..000000000
--- a/domains/semant.panda.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "s3mant",
- "email": "contact@semant.is-a.dev"
- },
- "description": "Something juicy",
- "record": {
- "CNAME": "semant.cyclic.app"
- }
-}
diff --git a/domains/sembiland.json b/domains/sembiland.json
new file mode 100644
index 000000000..210c020ae
--- /dev/null
+++ b/domains/sembiland.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TTGGHHgjkG",
+ "email": "tgfeghfcrxctchvvhv@gmail.com"
+ },
+ "record": {
+ "URL": "https://sembiland.my.canva.site"
+ }
+}
diff --git a/domains/sen.json b/domains/sen.json
new file mode 100644
index 000000000..9e7684a42
--- /dev/null
+++ b/domains/sen.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Leclu",
+ "email": "minsnow1889@gmail.com"
+ },
+ "record": {
+ "CNAME": "leclu.github.io"
+ }
+}
diff --git a/domains/sergeyzarechnev.json b/domains/sergeyzarechnev.json
deleted file mode 100644
index 93474bfa0..000000000
--- a/domains/sergeyzarechnev.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "da-kurlzzzzz",
- "email": "da_kurlzzzzz@mail.ru"
- },
-
- "record": {
- "CNAME": "sergeyzarechnev.is-a-backend.dev"
- }
-}
diff --git a/domains/seriesreminder.json b/domains/seriesreminder.json
new file mode 100644
index 000000000..0d0b7712d
--- /dev/null
+++ b/domains/seriesreminder.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Series-Reminder",
+ "email": "eric@seriesreminder.com"
+ },
+ "record": {
+ "URL": "https://seriesreminder.com"
+ }
+}
diff --git a/domains/server.chiragnahata.json b/domains/server.chiragnahata.json
index 726befd50..a23664d55 100644
--- a/domains/server.chiragnahata.json
+++ b/domains/server.chiragnahata.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "chiragnahata",
- "email": "chiragnahata05@gmail.com"
- },
- "record": {
- "A": ["129.213.151.29"]
- }
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
}
diff --git a/domains/serverpanel.json b/domains/serverpanel.json
new file mode 100644
index 000000000..cbed3270d
--- /dev/null
+++ b/domains/serverpanel.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Neeedrose",
+ "email": "bobbyaneville@gmail.com"
+ },
+ "record": {
+ "A": ["34.75.192.79"]
+ }
+}
diff --git a/domains/sfinxv.json b/domains/sfinxv.json
new file mode 100644
index 000000000..45059c229
--- /dev/null
+++ b/domains/sfinxv.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "sfinxv",
+ "email": "",
+ "discord": "sfinxv"
+ },
+
+ "repo": "https://github.com/SFINXVC/sfinxvc.github.io",
+ "record": {
+ "CNAME": "sfinxvc.github.io"
+ }
+}
diff --git a/domains/sh.json b/domains/sh.json
deleted file mode 100644
index 31d4421a1..000000000
--- a/domains/sh.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "a place where i save all my codes",
- "repo": "https://github.com/leecheeyong/leecheeyong",
- "owner": {
- "username": "leecheeyong",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "4e948aec-a05a-47f4-8224-a92ae15ec665.repl.co"
- }
-}
diff --git a/domains/shad.json b/domains/shad.json
new file mode 100644
index 000000000..38e60bec0
--- /dev/null
+++ b/domains/shad.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Maverick00001",
+ "email": "saksham.access@yahoo.com"
+ },
+ "record": {
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"]
+ }
+}
diff --git a/domains/shahjada.json b/domains/shahjada.json
new file mode 100644
index 000000000..c28c41e7a
--- /dev/null
+++ b/domains/shahjada.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shahjada0",
+ "email": "muhammedalif2004@gmail.com"
+ },
+ "record": {
+ "A": ["31.186.83.254"]
+ }
+}
diff --git a/domains/shamil.json b/domains/shamil.json
new file mode 100644
index 000000000..c6caf8f8a
--- /dev/null
+++ b/domains/shamil.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "shamxl",
+ "email": "im.shamxl@gmail.com",
+ "discord": "967681574080507944"
+ },
+
+ "record": {
+ "CNAME": "shamxl.github.io"
+ }
+ }
+
diff --git a/domains/shan.json b/domains/shan.json
new file mode 100644
index 000000000..5588c2059
--- /dev/null
+++ b/domains/shan.json
@@ -0,0 +1,12 @@
+{
+ "description": "My Personal Website ",
+ "repo": "https://github.com/Adwaith-Shan-Pk/Adwaith-Shan-Pk.github.io",
+ "owner": {
+ "username": "Adwaith-Shan-Pk",
+ "email": "mail@adwaithshan.rf.gd",
+ "twitter": "lordlinux69"
+ },
+ "record": {
+ "CNAME": "adwaith-shan-pk.github.io"
+ }
+}
diff --git a/domains/share.brandgrandreal.json b/domains/share.brandgrandreal.json
new file mode 100644
index 000000000..221e76351
--- /dev/null
+++ b/domains/share.brandgrandreal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BrandgrandRealMe",
+ "email": "brandon.lambe@skiff.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/shept.json b/domains/shept.json
index 44231c85b..df8b6e158 100644
--- a/domains/shept.json
+++ b/domains/shept.json
@@ -1,14 +1,19 @@
{
- "owner": {
- "username": "mcshept",
- "email": "maxiheinrich007@yahoo.com"
- },
- "record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ]
- }
+ "owner": {
+ "username": "mcshept",
+ "email": "maxiheinrich007@yahoo.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/shevon.json b/domains/shevon.json
index 844e9b24b..bd1ab4b05 100644
--- a/domains/shevon.json
+++ b/domains/shevon.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ShevonKuan",
- "email": "331749486@qq.com"
- },
- "record": {
- "A": ["47.243.44.66"]
- }
+ "owner": {
+ "username": "ShevonKuan",
+ "email": "331749486@qq.com"
+ },
+ "record": {
+ "A": ["47.243.44.66"]
+ }
}
diff --git a/domains/shijaz.json b/domains/shijaz.json
new file mode 100644
index 000000000..2c9bf1d95
--- /dev/null
+++ b/domains/shijaz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ShijazKS",
+ "email": "hafizshijaz@gmail.com"
+ },
+ "record": {
+ "URL": "https://shijazks.github.io/"
+ }
+}
diff --git a/domains/shikharreyya.json b/domains/shikharreyya.json
new file mode 100644
index 000000000..8144c2b3a
--- /dev/null
+++ b/domains/shikharreyya.json
@@ -0,0 +1,12 @@
+{
+ "description": "For my personal projects",
+ "repo": "https://github.com/Poseidon0070/Poseidon0070.github.io",
+ "owner": {
+ "username": "Poseidon0070",
+ "email": "criticalxsynergy@gmail.com",
+ "twitter": "Voldemort_7585"
+ },
+ "record": {
+ "CNAME": "poseidon0070.github.io"
+ }
+}
diff --git a/domains/shinchan.json b/domains/shinchan.json
deleted file mode 100644
index 28cc32359..000000000
--- a/domains/shinchan.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "LegendOP1041",
- "email": "maillegendop@gmail.com",
- "discord": "1056531806763102218"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/shiva-vijai.json b/domains/shiva-vijai.json
new file mode 100644
index 000000000..bedfc542b
--- /dev/null
+++ b/domains/shiva-vijai.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Shiva-Vijai",
+ "email": "shivavijai2008@gmail.com"
+ },
+ "record": {
+ "CNAME": "shiva-vijai.github.io"
+ }
+}
diff --git a/domains/shockbs.json b/domains/shockbs.json
new file mode 100644
index 000000000..104d81583
--- /dev/null
+++ b/domains/shockbs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shockbs",
+ "email": "apipherng@gmail.com"
+ },
+ "record": {
+ "CNAME": "proxy.private.danbot.host"
+ }
+}
diff --git a/domains/shoumik.json b/domains/shoumik.json
new file mode 100644
index 000000000..900d2a3ab
--- /dev/null
+++ b/domains/shoumik.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal Portfolio",
+ "repo": "https://github.com/mixmaker/mixmaker.github.io",
+ "owner": {
+ "username": "mixmaker",
+ "email": "shoumikskdev@gmail.com",
+ "twitter": "almost_shoumik"
+ },
+ "record": {
+ "CNAME": "mixmaker.github.io"
+ }
+}
diff --git a/domains/shree.json b/domains/shree.json
new file mode 100644
index 000000000..2f02f1bab
--- /dev/null
+++ b/domains/shree.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shreekrishnalamichhane",
+ "email": "uniksk123@gmail.com"
+ },
+ "record": {
+ "CNAME": "shreekrishnalamichhane.com.np"
+ }
+}
diff --git a/domains/shubham1806.json b/domains/shubham1806.json
new file mode 100644
index 000000000..8f45a8739
--- /dev/null
+++ b/domains/shubham1806.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shubham-1806",
+ "email": "shub.agarwal2003@gmail.com"
+ },
+ "record": {
+ "A": ["20.207.73.82"]
+ }
+}
diff --git a/domains/sidd.json b/domains/sidd.json
deleted file mode 100644
index 6b892ddd3..000000000
--- a/domains/sidd.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "sidd is a dev (duh?)",
- "repo": "https://github.com/uh-Sid/sidd.is-a.dev",
- "owner": {
- "username": "uh-Sid",
- "email": "sdmdevelopment3@gmail.com"
- },
- "record": {
- "CNAME": "4dffaf9f-274e-457e-a081-b23e4d20e170.id.repl.co"
- }
-}
diff --git a/domains/sidou.json b/domains/sidou.json
new file mode 100644
index 000000000..190895621
--- /dev/null
+++ b/domains/sidou.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SidAhmedSahraoui",
+ "email": "s.sahraoui@esi-sba.dz"
+ },
+ "record": {
+ "CNAME": "sidou.codes"
+ }
+}
diff --git a/domains/simplyleon.json b/domains/simplyleon.json
new file mode 100644
index 000000000..26b42838e
--- /dev/null
+++ b/domains/simplyleon.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "simply-leon",
+ "email": "saishashaz@gmail.com"
+ },
+ "record": {
+ "CNAME": "1aumop7g.up.railway.app"
+ }
+}
diff --git a/domains/sitetransform.json b/domains/sitetransform.json
new file mode 100644
index 000000000..4355b54c8
--- /dev/null
+++ b/domains/sitetransform.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sitetransform",
+ "email": "quentavers@gmail.com"
+ },
+ "record": {
+ "CNAME": "zmverify.zoho.com"
+ }
+}
diff --git a/domains/siwon.json b/domains/siwon.json
new file mode 100644
index 000000000..324184970
--- /dev/null
+++ b/domains/siwon.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "siwonpada",
+ "email": "psw041115@gmail.com"
+ },
+ "record": {
+ "A": ["43.201.138.247"]
+ }
+}
diff --git a/domains/siyamex.json b/domains/siyamex.json
new file mode 100644
index 000000000..e51746f4a
--- /dev/null
+++ b/domains/siyamex.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "siyamex",
+ "email": "siyamex2012@gmail.com"
+ },
+ "record": {
+ "URL": "https://siyamex.com"
+ }
+}
diff --git a/domains/skittles.json b/domains/skittles.json
new file mode 100644
index 000000000..bbd10250e
--- /dev/null
+++ b/domains/skittles.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BlenderDuck",
+ "email": "blenderduck@duck.com"
+ },
+ "record": {
+ "CNAME": "blenderduck.github.io"
+ }
+}
diff --git a/domains/skulix.json b/domains/skulix.json
new file mode 100644
index 000000000..837613894
--- /dev/null
+++ b/domains/skulix.json
@@ -0,0 +1,12 @@
+{
+ "description": "SkuliX personal website",
+ "repo": "https://github.com/SkuliX01/Portfolio",
+ "owner": {
+ "username": "SkuliX01",
+ "email": "bartosz.krawczyk34@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-9ga.pages.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/sky-bridge.json b/domains/sky-bridge.json
new file mode 100644
index 000000000..5c68215a2
--- /dev/null
+++ b/domains/sky-bridge.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "levisurely",
+ "email": "jr1264464@gmail.com"
+ },
+ "record": {
+ "CNAME": "levisurely.github.io"
+ }
+}
diff --git a/domains/skycloudd.json b/domains/skycloudd.json
new file mode 100644
index 000000000..c6f55e7bc
--- /dev/null
+++ b/domains/skycloudd.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "skycloudd",
+ "email": "benkrassenburg@gmail.com"
+ },
+ "record": {
+ "CNAME": "skycloudd.github.io"
+ }
+}
diff --git a/domains/slyc.the.catboy.json b/domains/slyc.the.catboy.json
deleted file mode 100644
index 36223a2b6..000000000
--- a/domains/slyc.the.catboy.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "SlycIsACatboy",
- "email": "noahhz942@gmail.com"
- },
- "record": {
- "A": ["137.184.119.127"],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
- }
-}
diff --git a/domains/smaltin.json b/domains/smaltin.json
new file mode 100644
index 000000000..63069f1b2
--- /dev/null
+++ b/domains/smaltin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Smaltin",
+ "email": "sterling.maltin@gmail.com"
+ },
+ "record": {
+ "URL": "https://smaltin.dev"
+ }
+}
diff --git a/domains/smp.json b/domains/smp.json
new file mode 100644
index 000000000..3618c3473
--- /dev/null
+++ b/domains/smp.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zzph",
+ "email": "johnbrettc@gmail.com"
+ },
+ "record": {
+ "CNAME": "clear-skies.onrender.com"
+ }
+}
diff --git a/domains/sneh.json b/domains/sneh.json
new file mode 100644
index 000000000..9a4cdd2c1
--- /dev/null
+++ b/domains/sneh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "snehasishlol",
+ "email": "snehasishcodes@gmail.com"
+ },
+ "record": {
+ "CNAME": "sneh-is-a-dev.pages.dev"
+ }
+}
diff --git a/domains/snozxyx.json b/domains/snozxyx.json
new file mode 100644
index 000000000..83d9e51d8
--- /dev/null
+++ b/domains/snozxyx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Snozxyx",
+ "email": "gabhastikumar@gmail.com"
+ },
+ "record": {
+ "CNAME": "snozxyx.github.io"
+ }
+}
diff --git a/domains/snupai.json b/domains/snupai.json
new file mode 100644
index 000000000..9031aed0d
--- /dev/null
+++ b/domains/snupai.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Snupai",
+ "email": "yannluca@naeher.eu"
+ },
+ "record": {
+ "URL": "https://snupai.me"
+ }
+}
diff --git a/domains/socials.chiragnahata.json b/domains/socials.chiragnahata.json
new file mode 100644
index 000000000..a23664d55
--- /dev/null
+++ b/domains/socials.chiragnahata.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/sohil876.json b/domains/sohil876.json
new file mode 100644
index 000000000..d9590af8d
--- /dev/null
+++ b/domains/sohil876.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Sohil876",
+ "email": "sohil876@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "sohil876.github.io"
+ }
+}
diff --git a/domains/solarskripts.json b/domains/solarskripts.json
new file mode 100644
index 000000000..7fccac866
--- /dev/null
+++ b/domains/solarskripts.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SolarSkripts",
+ "email": "0hexius0@gmail.com"
+ },
+ "record": {
+ "CNAME": "solarskripts.github.io"
+ }
+}
diff --git a/domains/somyadipghosh.json b/domains/somyadipghosh.json
new file mode 100644
index 000000000..a23664d55
--- /dev/null
+++ b/domains/somyadipghosh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/song.json b/domains/song.json
deleted file mode 100644
index ff25a0f31..000000000
--- a/domains/song.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "asma019",
- "email": "asmaparvin019@gmail.com"
- },
- "record": {
- "A": ["20.197.9.167"]
- }
-}
diff --git a/domains/sophie.json b/domains/sophie.json
new file mode 100644
index 000000000..15cbe9666
--- /dev/null
+++ b/domains/sophie.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "awne8886",
+ "email": "sophie@awne.xyz"
+ },
+ "record": {
+ "CNAME": "sophie-github-io.pages.dev"
+ }
+}
diff --git a/domains/soulfulkrishna.json b/domains/soulfulkrishna.json
new file mode 100644
index 000000000..6a066e22a
--- /dev/null
+++ b/domains/soulfulkrishna.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ecstaticsoul",
+ "email": "soulfulkrishna@gmail.com"
+ },
+ "record": {
+ "CNAME": "ecstaticsoul.github.io"
+ }
+}
diff --git a/domains/soumo.json b/domains/soumo.json
new file mode 100644
index 000000000..e46161fcc
--- /dev/null
+++ b/domains/soumo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sourayen",
+ "email": "soumodas4536@gmail.com"
+ },
+ "record": {
+ "URL": "https://sourayen.github.io"
+ }
+}
diff --git a/domains/sourabh.json b/domains/sourabh.json
deleted file mode 100644
index ce80cfcf6..000000000
--- a/domains/sourabh.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "6ixline",
- "email": "sourabhsingh01998@gmail.com"
- },
- "record": {
- "A": ["198.54.113.40"]
- }
-}
diff --git a/domains/sourav.json b/domains/sourav.json
deleted file mode 100644
index 28cc32359..000000000
--- a/domains/sourav.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "LegendOP1041",
- "email": "maillegendop@gmail.com",
- "discord": "1056531806763102218"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/sowmiksudo.json b/domains/sowmiksudo.json
deleted file mode 100644
index 0a0159f46..000000000
--- a/domains/sowmiksudo.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "sowmiksudo",
- "email": "Xowmik@gmail.com"
- },
- "record": {
- "CNAME": "sowmiksudo.github.io"
- }
-}
diff --git a/domains/spacewd.json b/domains/spacewd.json
new file mode 100644
index 000000000..60763eebe
--- /dev/null
+++ b/domains/spacewd.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "spacewd69",
+ "email": "kysonbranch0@gmail.com"
+ },
+ "record": {
+ "CNAME": "spacewd69.github.io"
+ }
+}
diff --git a/domains/spicydevs.json b/domains/spicydevs.json
new file mode 100644
index 000000000..eb42ce755
--- /dev/null
+++ b/domains/spicydevs.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "OpAayush",
+ "email": "aayushmagrawal@gmail.com",
+ "twitter": "DevAayu5h"
+ },
+ "record": {
+ "CNAME": "spicydevs.pages.dev"
+ }
+}
diff --git a/domains/spicywars.json b/domains/spicywars.json
deleted file mode 100644
index 46066e12f..000000000
--- a/domains/spicywars.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "NoodlesWow",
- "email": "noodlesnomm@gmail.com"
- },
- "record": {
- "CNAME": "spicywarsuwu.onrender.com"
- }
-}
diff --git a/domains/spixed.json b/domains/spixed.json
new file mode 100644
index 000000000..d96f9b472
--- /dev/null
+++ b/domains/spixed.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Spixed",
+ "email": "Space369X@163.com"
+ },
+ "record": {
+ "CNAME": "spixed.github.io"
+ }
+}
diff --git a/domains/splack.json b/domains/splack.json
new file mode 100644
index 000000000..63f01e3cd
--- /dev/null
+++ b/domains/splack.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "splack01",
+ "email": "splack1@protonmail.com"
+ },
+ "record": {
+ "CNAME": "splack01.github.io"
+ }
+}
diff --git a/domains/paste.stefdp.json b/domains/spotify.stefdp.json
similarity index 79%
rename from domains/paste.stefdp.json
rename to domains/spotify.stefdp.json
index 187cc9a31..37f29b109 100644
--- a/domains/paste.stefdp.json
+++ b/domains/spotify.stefdp.json
@@ -5,6 +5,6 @@
"discord": "694986201739952229"
},
"record": {
- "A": ["109.71.252.37"]
+ "CNAME": "proxy.stefdp.is-a.dev"
}
}
diff --git a/domains/spotify.trung.json b/domains/spotify.trung.json
new file mode 100644
index 000000000..417d48482
--- /dev/null
+++ b/domains/spotify.trung.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "A": ["34.125.141.93"]
+ }
+}
diff --git a/domains/spotify.vornexx.json b/domains/spotify.vornexx.json
new file mode 100644
index 000000000..d9faf95cf
--- /dev/null
+++ b/domains/spotify.vornexx.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "vornex-gh",
+ "email": "",
+ "discord": "1149438819834269856",
+ "twitter": "vornexx_"
+ },
+ "record": {
+ "CNAME": "spotify-vornexx.pages.dev"
+ }
+}
diff --git a/domains/ss.almaz.json b/domains/ss.almaz.json
new file mode 100644
index 000000000..2e0a21bfa
--- /dev/null
+++ b/domains/ss.almaz.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "AlmaziikDev",
+ "email": "admin@almaz.is-a.dev",
+ "github_id": 132609906
+ },
+ "record": {
+ "A": [
+ "45.134.39.14"
+ ]
+ }
+}
diff --git a/domains/ss.stefdp.json b/domains/ss.stefdp.json
index 187cc9a31..e2b559f3c 100644
--- a/domains/ss.stefdp.json
+++ b/domains/ss.stefdp.json
@@ -2,9 +2,10 @@
"owner": {
"username": "Stef-00012",
"email": "admin@stefdp.is-a.dev",
- "discord": "694986201739952229"
+ "discord": "694986201739952229",
+ "github_id": 81536172
},
"record": {
- "A": ["109.71.252.37"]
+ "CNAME": "proxy.stefdp.is-a.dev"
}
}
diff --git a/domains/ss.xcyth.json b/domains/ss.xcyth.json
new file mode 100644
index 000000000..e40e2f872
--- /dev/null
+++ b/domains/ss.xcyth.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Xcyth",
+ "email": "ritam.choudhuri@gmail.com"
+ },
+ "record": {
+ "CNAME": "proxy.private.danbot.host"
+ }
+}
diff --git a/domains/sstudiosdev.json b/domains/sstudiosdev.json
new file mode 100644
index 000000000..fc24f9bb3
--- /dev/null
+++ b/domains/sstudiosdev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sstudiosdev",
+ "email": "sstudiosdev@gmail.com"
+ },
+ "record": {
+ "CNAME": "sstudiosdev.github.io"
+ }
+}
diff --git a/domains/staff.json b/domains/staff.json
index 69b2a059f..8c3f72381 100644
--- a/domains/staff.json
+++ b/domains/staff.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
"CNAME": "is-a-dev-maintainers.pages.dev"
diff --git a/domains/stan.json b/domains/stan.json
new file mode 100644
index 000000000..479dd9e54
--- /dev/null
+++ b/domains/stan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "stansters",
+ "email": "stanleygeorgebond@gmail.com"
+ },
+ "record": {
+ "A": ["132.145.22.92"]
+ }
+}
diff --git a/domains/stardust.json b/domains/stardust.json
index 97be8fadf..e160960bd 100644
--- a/domains/stardust.json
+++ b/domains/stardust.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Hanzla-Double3",
- "email": "Hanzla.mughal3284@gmail.com"
- },
- "record": {
- "A": ["139.135.52.143"]
- }
+ "owner": {
+ "username": "Hanzla-Double3",
+ "email": "Hanzla.mughal3284@gmail.com"
+ },
+ "record": {
+ "A": ["139.135.52.143"]
+ }
}
diff --git a/domains/status-ryo.json b/domains/status-ryo.json
new file mode 100644
index 000000000..d2e7ef7da
--- /dev/null
+++ b/domains/status-ryo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "FrosGaming",
+ "email": "dgfrosdgfros@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/status.astra.json b/domains/status.astra.json
deleted file mode 100644
index 866df0e3a..000000000
--- a/domains/status.astra.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "LilyMusic",
- "email": "Lilymusicdiscord@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/status.cfp.json b/domains/status.cfp.json
index 09aa18c71..da7d6e134 100644
--- a/domains/status.cfp.json
+++ b/domains/status.cfp.json
@@ -1,11 +1,11 @@
{
- "description": "Cfp Status",
- "owner": {
- "username": "cfpwastaken",
- "email": "",
- "discord": "cfp"
- },
- "record": {
- "CNAME": "cfp.gotdns.ch"
- }
-}
+ "description": "Cfp Status",
+ "owner": {
+ "username": "cfpwastaken",
+ "email": "",
+ "discord": "cfp (318394797822050315)"
+ },
+ "record": {
+ "CNAME": "dyn.picoscratch.de"
+ }
+}
\ No newline at end of file
diff --git a/domains/status.ciaobot.json b/domains/status.ciaobot.json
new file mode 100644
index 000000000..4c604725c
--- /dev/null
+++ b/domains/status.ciaobot.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Ciao287",
+ "email": "",
+ "discord": "687333016921440317"
+ },
+ "record": {
+ "A": [
+ "144.91.115.195"
+ ]
+ }
+}
diff --git a/domains/status.gattinhosbot.json b/domains/status.gattinhosbot.json
index b6430c832..37f29b109 100644
--- a/domains/status.gattinhosbot.json
+++ b/domains/status.gattinhosbot.json
@@ -5,6 +5,6 @@
"discord": "694986201739952229"
},
"record": {
- "CNAME": "uptime.stefdp.is-a.dev"
+ "CNAME": "proxy.stefdp.is-a.dev"
}
}
diff --git a/domains/status.json b/domains/status.json
index 1c0b61f79..f186873d1 100644
--- a/domains/status.json
+++ b/domains/status.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "wdhdev",
- "email": "william@williamharrison.dev"
+ "username": "is-a-dev",
+ "email": ""
},
"record": {
"CNAME": "wdhdns.com"
diff --git a/domains/status.jzitnik.json b/domains/status.jzitnik.json
index 8c41180a3..310a76264 100644
--- a/domains/status.jzitnik.json
+++ b/domains/status.jzitnik.json
@@ -2,9 +2,9 @@
"owner": {
"username": "JZITNIK-github",
"email": "klindkubak@zohomail.eu",
- "discord": "KLIND#1906"
+ "discord": "jzitnik"
},
"record": {
- "CNAME": "statuspage.betteruptime.com"
+ "URL": "https://status.jzitnik.dev"
}
}
diff --git a/domains/status.stefdp.json b/domains/status.stefdp.json
index b6430c832..37f29b109 100644
--- a/domains/status.stefdp.json
+++ b/domains/status.stefdp.json
@@ -5,6 +5,6 @@
"discord": "694986201739952229"
},
"record": {
- "CNAME": "uptime.stefdp.is-a.dev"
+ "CNAME": "proxy.stefdp.is-a.dev"
}
}
diff --git a/domains/status.trung.json b/domains/status.trung.json
new file mode 100644
index 000000000..f1632879d
--- /dev/null
+++ b/domains/status.trung.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "A": ["34.125.141.93"]
+ }
+}
diff --git a/domains/stavkv.json b/domains/stavkv.json
new file mode 100644
index 000000000..54bc2273c
--- /dev/null
+++ b/domains/stavkv.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "stavkv",
+ "email": "singhvikal891@gmail.com"
+ },
+ "record": {
+ "CNAME": "stavkv.github.io"
+ }
+}
diff --git a/domains/stefdp.json b/domains/stefdp.json
new file mode 100644
index 000000000..a461d7864
--- /dev/null
+++ b/domains/stefdp.json
@@ -0,0 +1,21 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "MX": [
+ "mail.stefdp.lol"
+ ],
+ "TXT": [
+ "v=spf1 mx ~all"
+ ]
+ }
+}
diff --git a/domains/stoltz.json b/domains/stoltz.json
new file mode 100644
index 000000000..df6feaa57
--- /dev/null
+++ b/domains/stoltz.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "stoltz-dev",
+ "email": "rafaelbraun5@hotmail.com"
+ },
+ "repo": "https://github.com/stoltz-dev/stoltz-dev.github.io",
+ "record": {
+ "CNAME": "stoltz-dev.github.io"
+ }
+}
diff --git a/domains/stremioaddonlt.json b/domains/stremioaddonlt.json
new file mode 100644
index 000000000..f49eb6e6a
--- /dev/null
+++ b/domains/stremioaddonlt.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "makufelis",
+ "email": "coinbasedeivuxo@gmail.com"
+ },
+ "record": {
+ "A": ["185.192.97.1"]
+ }
+}
diff --git a/domains/studythyme.json b/domains/studythyme.json
deleted file mode 100644
index c54a753e3..000000000
--- a/domains/studythyme.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "BreadGhoti1",
- "email": "breadghoti@gmail.com"
- },
- "record": {
- "CNAME": "sitev2-cvm.pages.dev"
- }
-}
diff --git a/domains/sub.any.json b/domains/sub.any.json
new file mode 100644
index 000000000..188cf8a13
--- /dev/null
+++ b/domains/sub.any.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "IRDMctorl",
+ "email": "fun64646969@gmail.com"
+ },
+ "record": {
+ "CNAME": "any-w1a3.onrender.com"
+ }
+}
diff --git a/domains/sujal.json b/domains/sujal.json
deleted file mode 100644
index 960eaee7e..000000000
--- a/domains/sujal.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "c0der69",
- "email": "",
- "twitter": "psychosniper_"
- },
- "record": {
- "CNAME": "sujal-is-a-dev.pages.dev"
- }
-}
diff --git a/domains/suki.json b/domains/suki.json
new file mode 100644
index 000000000..1669d49a0
--- /dev/null
+++ b/domains/suki.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SukiPlayz",
+ "email": "sukimayoo@outlook.com"
+ },
+ "record": {
+ "CNAME": "portfolio-b8o.pages.dev"
+ }
+}
diff --git a/domains/sumit404.json b/domains/sumit404.json
new file mode 100644
index 000000000..3846fcb93
--- /dev/null
+++ b/domains/sumit404.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SumitRajak404",
+ "email": "rajaksummit9@gmail.com"
+ },
+ "record": {
+ "CNAME": "sumitrajak404.github.io"
+ }
+}
diff --git a/domains/sumitrajak.json b/domains/sumitrajak.json
new file mode 100644
index 000000000..b73a23b16
--- /dev/null
+++ b/domains/sumitrajak.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SumitRajak404",
+ "email": "rajaksummit9@gmail.com"
+ },
+ "record": {
+ "CNAME": "sumitrajak.pages.dev"
+ }
+}
diff --git a/domains/sunglass.json b/domains/sunglass.json
new file mode 100644
index 000000000..164f9173e
--- /dev/null
+++ b/domains/sunglass.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sunglassdev",
+ "email": "g1asstech@outlook.com"
+ },
+ "record": {
+ "URL": "https://sunglassdev.github.io/"
+ }
+}
diff --git a/domains/sunil.json b/domains/sunil.json
new file mode 100644
index 000000000..2844bbb04
--- /dev/null
+++ b/domains/sunil.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "skgupta507",
+ "email": "sunilk98850@gmail.com"
+ },
+ "record": {
+ "URL": "https://sunil-gupta.netlify.app/"
+ }
+}
diff --git a/domains/sussyrayan.json b/domains/sussyrayan.json
new file mode 100644
index 000000000..0fe3af89b
--- /dev/null
+++ b/domains/sussyrayan.json
@@ -0,0 +1,11 @@
+{
+ "description": "portfolio website",
+ "repo": "https://syedrayangames.github.io/portfolio",
+ "owner": {
+ "username": "syedrayangames",
+ "email": "syedyaseeralirayan5@gmail.com"
+ },
+ "record": {
+ "CNAME": "syedrayangames.github.io"
+ }
+}
diff --git a/domains/swastik.json b/domains/swastik.json
new file mode 100644
index 000000000..b4608d90f
--- /dev/null
+++ b/domains/swastik.json
@@ -0,0 +1,12 @@
+{
+ "description": "About Swastik Baranwal",
+ "repo": "https://github.com/delta456/delta456.github.io",
+ "owner": {
+ "username": "delta456",
+ "email": "swstkbaranwal@gmail.com",
+ "twitter": "delta2315"
+ },
+ "record": {
+ "CNAME": "delta456.github.io"
+ }
+}
diff --git a/domains/swimou.json b/domains/swimou.json
new file mode 100644
index 000000000..0e85e81df
--- /dev/null
+++ b/domains/swimou.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "abdeldroid2007",
+ "email": "abdessattar23@proton.me"
+ },
+ "record": {
+ "MX": ["mx1.forwardemail.net","mx2.forwardemail.net"],
+ "TXT": ["forward-email=abdessattar23@proton.me"]
+ }
+}
diff --git a/domains/sycured.json b/domains/sycured.json
deleted file mode 100644
index 9157e204c..000000000
--- a/domains/sycured.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "sycured",
- "email": "sycured@protonmail.com"
- },
- "record": {
- "URL": "https://sycured.com"
- }
-}
diff --git a/domains/syedrayan.json b/domains/syedrayan.json
new file mode 100644
index 000000000..46a47ddcc
--- /dev/null
+++ b/domains/syedrayan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "syedrayangames",
+ "email": "syedyaseeralirayan@gmail.com"
+ },
+ "record": {
+ "URL": "https://rxhggamingnews.blogspot.com/"
+ }
+}
diff --git a/domains/syntaxloopers.json b/domains/syntaxloopers.json
deleted file mode 100644
index 726befd50..000000000
--- a/domains/syntaxloopers.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "chiragnahata",
- "email": "chiragnahata05@gmail.com"
- },
- "record": {
- "A": ["129.213.151.29"]
- }
-}
diff --git a/domains/syntaxsavior.json b/domains/syntaxsavior.json
new file mode 100644
index 000000000..1e978ad4b
--- /dev/null
+++ b/domains/syntaxsavior.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ItzYoVishal",
+ "email": "rockstarelitecoc@gmail.com"
+ },
+ "record": {
+ "CNAME": "blue-sand-021f23e10.4.azurestaticapps.net"
+ }
+}
diff --git a/domains/szbcs.json b/domains/szbcs.json
new file mode 100644
index 000000000..bd9dba325
--- /dev/null
+++ b/domains/szbcs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "szilvesztercsab",
+ "email": "szilvesztercsab@gmail.com"
+ },
+ "record": {
+ "A": ["35.207.21.45"]
+ }
+}
diff --git a/domains/tar1k.json b/domains/tar1k.json
deleted file mode 100644
index 0435c0deb..000000000
--- a/domains/tar1k.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "ythknn",
- "email": "ythknn@gmail.com"
- },
-
- "record": {
- "A": ["193.223.105.188"]
- }
-}
diff --git a/domains/tarifsadman.json b/domains/tarifsadman.json
new file mode 100644
index 000000000..7afe34aea
--- /dev/null
+++ b/domains/tarifsadman.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TarifSadman",
+ "email": "sadmantaha17@gmail.com"
+ },
+ "record": {
+ "URL": "https://tarif-sadman.netlify.app/"
+ }
+}
diff --git a/domains/tawhid.json b/domains/tawhid.json
new file mode 100644
index 000000000..90c36e610
--- /dev/null
+++ b/domains/tawhid.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Dumbo-programmer",
+ "email": "rony.120285d2k@gmail.com"
+ },
+ "record": {
+ "CNAME": "dumbo-programmer.github.io"
+ }
+}
diff --git a/domains/taxen.json b/domains/taxen.json
new file mode 100644
index 000000000..2b2237a47
--- /dev/null
+++ b/domains/taxen.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "taxenlmao",
+ "email": "jayd3ngame@gmail.com"
+ },
+ "record": {
+ "URL": "https://feds.lol/skittles"
+ }
+}
diff --git a/domains/tcdavo.json b/domains/tcdavo.json
deleted file mode 100644
index 8280bc3d6..000000000
--- a/domains/tcdavo.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Tcdavo",
- "discord": "FriedUp-_-#6908",
- "email": ""
- },
- "record": {
- "CNAME": "44f0c26f-c6a3-4a32-bd8b-80614d289b24.id.repl.co"
- }
-}
diff --git a/domains/tcl.json b/domains/tcl.json
deleted file mode 100644
index cea83ed5c..000000000
--- a/domains/tcl.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "TianTcl's profile",
- "repo": "https://github.com/TianTcl/TianTcl",
- "owner": {
- "username": "TianTcl",
- "email": "tclwebguest@gmail.com"
- },
- "record": {
- "CNAME": "info.tiantcl.net"
- }
-}
diff --git a/domains/tdim.json b/domains/tdim.json
new file mode 100644
index 000000000..9ddd060b4
--- /dev/null
+++ b/domains/tdim.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Hima-Pro",
+ "email": "pnpop01027066161@gmail.com"
+ },
+ "record": {
+ "CNAME": "hima-pro.github.io"
+ }
+}
diff --git a/domains/team.json b/domains/team.json
index f241a28ee..cafc4ed88 100644
--- a/domains/team.json
+++ b/domains/team.json
@@ -3,7 +3,7 @@
"repo": "github.com/is-a-dev/maintainer-docs",
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
"CNAME": "is-a-dev.github.io"
diff --git a/domains/techbot.json b/domains/techbot.json
new file mode 100644
index 000000000..63c0b2511
--- /dev/null
+++ b/domains/techbot.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "gunter228",
+ "email": "mq.2024@mail.ru"
+ },
+ "record": {
+ "A": ["45.137.70.68"]
+ }
+}
diff --git a/domains/technopaws.json b/domains/technopaws.json
deleted file mode 100644
index 4ecbecbdd..000000000
--- a/domains/technopaws.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "A PORTFOLIO FOR MYSELF",
- "repo": "https://HmmNoSus.realtechnopaws.repl.co",
- "owner": {
- "username": "TECHNOPAWS",
- "email": "technopaws69@gmail.com"
- },
- "record": {
- "CNAME": "78db877f-0bbd-45b9-9c7d-ad02242a1705.id.repl.co"
- }
-}
diff --git a/domains/tejas-luthra.json b/domains/tejas-luthra.json
deleted file mode 100644
index bd51172e6..000000000
--- a/domains/tejas-luthra.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "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/tejaswa.json b/domains/tejaswa.json
new file mode 100644
index 000000000..b0233fcbc
--- /dev/null
+++ b/domains/tejaswa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tejas-wa",
+ "email": "sa.firein@proton.me"
+ },
+ "record": {
+ "CNAME": "tejas-wa.github.io"
+ }
+}
diff --git a/domains/tenvy.json b/domains/tenvy.json
new file mode 100644
index 000000000..8b19550a7
--- /dev/null
+++ b/domains/tenvy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Tenvy",
+ "email": "riskykusyon.school@gmail.com"
+ },
+ "record": {
+ "URL": "https://tenvy.vercel.app"
+ }
+}
diff --git a/domains/tessa.json b/domains/tessa.json
deleted file mode 100644
index 7fef11872..000000000
--- a/domains/tessa.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My main site :)",
- "repo": "https://replit.com/@RoBlockHead/tessais-adev",
- "owner": {
- "username": "RoBlockHead",
- "email": "tessa7551@gmail.com"
- },
- "record": {
- "CNAME": "06745170-24e7-4954-a619-2860f8b395c2.repl.co"
- }
-}
diff --git a/domains/test.json b/domains/test.json
new file mode 100644
index 000000000..72ba31172
--- /dev/null
+++ b/domains/test.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "TerraPlayz",
+ "email": "omsenjalia@gmail.com",
+ "discord": "248470317540966443"
+ },
+
+ "record": {
+ "A": ["11.11.11.11"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/test.trung.json b/domains/test.trung.json
new file mode 100644
index 000000000..417d48482
--- /dev/null
+++ b/domains/test.trung.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "A": ["34.125.141.93"]
+ }
+}
diff --git a/domains/tfuifebfiubiu.json b/domains/tfuifebfiubiu.json
deleted file mode 100644
index 830ec6510..000000000
--- a/domains/tfuifebfiubiu.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Aether1777",
- "email": "bkevin39415@gmail.com"
- },
- "record": {
- "CNAME": "border.hop.io"
- }
-}
diff --git a/domains/thang.json b/domains/thang.json
deleted file mode 100644
index 0c9336d52..000000000
--- a/domains/thang.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "phantonducthang",
- "email": "phantonducthang@hotmail.com"
- },
- "record": {
- "A": ["167.86.67.221"]
- }
-}
diff --git a/domains/the.catboy.json b/domains/the.catboy.json
deleted file mode 100644
index 46004e6d8..000000000
--- a/domains/the.catboy.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "SlycIsACatboy",
- "email": "noahhz942@gmail.com"
- },
- "record": {
- "A": ["137.184.119.127"]
- }
-}
diff --git a/domains/theawesomekid.json b/domains/theawesomekid.json
deleted file mode 100644
index a7d1a089b..000000000
--- a/domains/theawesomekid.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "TheAwesomeKid02",
- "email": "krishnakaushik.panyala@gmail.com"
- },
- "record": {
- "URL": "https://a122df89-2971-443d-b431-ba0b2432b6c8-00-nndor8zyo5ae.global.replit.dev/"
- }
-}
diff --git a/domains/thedt.json b/domains/thedt.json
new file mode 100644
index 000000000..ea52c6fcf
--- /dev/null
+++ b/domains/thedt.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "thedtvn",
+ "email": "duongtuan30306@gmail.com"
+ },
+ "record": {
+ "URL": "https://many.link/dt/"
+ }
+}
diff --git a/domains/themagicmush.json b/domains/themagicmush.json
deleted file mode 100644
index 66b32f989..000000000
--- a/domains/themagicmush.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Kobe523",
- "email": "kobeni523@gmail.com",
- "discord": "TheMagicMushoom#9999"
- },
- "record": {
- "URL": "https://its.themagicmush.repl.co"
- }
-}
diff --git a/domains/thenoppy12.json b/domains/thenoppy12.json
new file mode 100644
index 000000000..68b8b1152
--- /dev/null
+++ b/domains/thenoppy12.json
@@ -0,0 +1,12 @@
+{
+ "description": "Main Page",
+ "repo": "https://github.com/thenoppy12/thenoppy12.github.io",
+ "owner": {
+ "username": "BussyBakks",
+ "email": "lengochuykiengiang@gmail.com",
+ "discord": ".thenoppy12"
+ },
+ "record": {
+ "CNAME": "thenoppy12.github.io"
+ }
+}
diff --git a/domains/theo.json b/domains/theo.json
new file mode 100644
index 000000000..dff8f0224
--- /dev/null
+++ b/domains/theo.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal website (blog and etc).",
+ "repo": "https://github.com/DrTheodor/drtheodor.github.io",
+ "owner": {
+ "username": "DrTheodor",
+ "email": "teodor2k8@gmail.com",
+ "discord": "691552610519613440"
+ },
+ "record": {
+ "CNAME": "drtheodor.github.io"
+ }
+}
diff --git a/domains/therealgeodash.json b/domains/therealgeodash.json
deleted file mode 100644
index 5a1622013..000000000
--- a/domains/therealgeodash.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "TheRealGeoDash2019",
- "email": "therealgeodash@lhost.dev",
- "discord": "710268763844640839"
- },
- "record": {
- "CNAME": "lhost.dev"
- }
-}
diff --git a/domains/thikhathali.json b/domains/thikhathali.json
new file mode 100644
index 000000000..2065da4f0
--- /dev/null
+++ b/domains/thikhathali.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Thikhathali",
+ "email": "thikhamataboge@gmail.com"
+ },
+ "record": {
+ "CNAME": "thikhathali.github.io"
+ }
+}
diff --git a/domains/this.json b/domains/this.json
deleted file mode 100644
index e25494cd9..000000000
--- a/domains/this.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "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/server.stefdp.json b/domains/tianji.stefdp.json
similarity index 79%
rename from domains/server.stefdp.json
rename to domains/tianji.stefdp.json
index 187cc9a31..37f29b109 100644
--- a/domains/server.stefdp.json
+++ b/domains/tianji.stefdp.json
@@ -5,6 +5,6 @@
"discord": "694986201739952229"
},
"record": {
- "A": ["109.71.252.37"]
+ "CNAME": "proxy.stefdp.is-a.dev"
}
}
diff --git a/domains/tiantcl.json b/domains/tiantcl.json
deleted file mode 100644
index cea83ed5c..000000000
--- a/domains/tiantcl.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "TianTcl's profile",
- "repo": "https://github.com/TianTcl/TianTcl",
- "owner": {
- "username": "TianTcl",
- "email": "tclwebguest@gmail.com"
- },
- "record": {
- "CNAME": "info.tiantcl.net"
- }
-}
diff --git a/domains/tiger15cub.json b/domains/tiger15cub.json
deleted file mode 100644
index 25b36619b..000000000
--- a/domains/tiger15cub.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Tiger15cub.is-a.dev",
- "owner": {
- "username": "katopiler",
- "email": "peterderbyshire11@gmail.com"
- },
- "record": {
- "CNAME": "strxfhcpoliykgujnhfrdthcgv0pkiyhugjh5rtf.duckdns.org"
- }
-}
diff --git a/domains/tih.json b/domains/tih.json
new file mode 100644
index 000000000..6849ce094
--- /dev/null
+++ b/domains/tih.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "FatihArridho",
+ "email": "m.fatiharridho@gmail.com"
+ },
+ "record": {
+ "CNAME": "tih-9t0.pages.dev"
+ }
+}
diff --git a/domains/titan.json b/domains/titan.json
new file mode 100644
index 000000000..b493cc257
--- /dev/null
+++ b/domains/titan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bhoopesh369",
+ "email": "bhoopesh459@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"]
+ }
+}
diff --git a/domains/tk.json b/domains/tk.json
new file mode 100644
index 000000000..ba6a21620
--- /dev/null
+++ b/domains/tk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "thaddeuskkr",
+ "email": "thaddeuskkr@gmail.com"
+ },
+ "record": {
+ "CNAME": "tkkr.tplinkdns.com"
+ }
+}
diff --git a/domains/tm-math.json b/domains/tm-math.json
deleted file mode 100644
index df75a05fc..000000000
--- a/domains/tm-math.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "hilausfbrdhiiuhsdfh",
- "email": "timedoutbusiness@gmail.com"
- },
- "record": {
- "URL": "https://timed-out-math.hop.sh/"
- }
-}
diff --git a/domains/tmasikt.json b/domains/tmasikt.json
new file mode 100644
index 000000000..5957ded8f
--- /dev/null
+++ b/domains/tmasikt.json
@@ -0,0 +1,14 @@
+{
+ "description": "tmasikt's server record",
+ "owner": {
+ "username": "tmasikt",
+ "email": "tmasik.t.210@gmail.com",
+ "telegram": "tmasikt",
+ "discord": "tmasikt"
+ },
+ "record": {
+ "A": [
+ "194.190.169.59"
+ ]
+ }
+}
diff --git a/domains/toby.json b/domains/toby.json
new file mode 100644
index 000000000..bccae9460
--- /dev/null
+++ b/domains/toby.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "toby7002",
+ "email": "minhthoj27@icloud.com"
+ },
+
+ "record": {
+ "URL": "https://toby7002.github.io"
+ }
+}
diff --git a/domains/tommyboucher.json b/domains/tommyboucher.json
deleted file mode 100644
index 5d46e30ed..000000000
--- a/domains/tommyboucher.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "bouchertommy",
- "email": "hello@tommyboucher.com"
- },
- "record": {
- "CNAME": "tommyboucher.com"
- }
-}
diff --git a/domains/tomsystems.json b/domains/tomsystems.json
new file mode 100644
index 000000000..73ff4d4fd
--- /dev/null
+++ b/domains/tomsystems.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "thesillycat",
+ "email": "tomnetwork@duck.com"
+ },
+ "record": {
+ "CNAME": "tomsystems.pages.dev"
+ }
+}
diff --git a/domains/totallynotmwa.json b/domains/totallynotmwa.json
new file mode 100644
index 000000000..9d2a1a6d0
--- /dev/null
+++ b/domains/totallynotmwa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Totallynotmwa",
+ "email": "totallynot@mwa.lol"
+ },
+ "record": {
+ "URL": "https://mwa.lol"
+ }
+}
diff --git a/domains/toto.json b/domains/toto.json
deleted file mode 100644
index 1fc37f2b9..000000000
--- a/domains/toto.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "E8D08F",
- "email": "the@unpopular.me"
- },
-
- "record": {
- "CNAME": "chunghwa.asia"
- }
-}
diff --git a/domains/tr1x.json b/domains/tr1x.json
deleted file mode 100644
index 15cb3568e..000000000
--- a/domains/tr1x.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "tr1xem",
- "email": "kmtechnical2006@gmail.com"
- },
- "record": {
- "CNAME": "lawliet.tk"
- }
-}
diff --git a/domains/tr5kyradio.json b/domains/tr5kyradio.json
deleted file mode 100644
index 929f9f95c..000000000
--- a/domains/tr5kyradio.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "troit5ky",
- "email": "testeron211@gmail.com"
- },
- "record": {
- "A": ["23.88.10.1"]
- }
-}
diff --git a/domains/tracking.sonet.json b/domains/tracking.sonet.json
deleted file mode 100644
index 1481c566a..000000000
--- a/domains/tracking.sonet.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "CoderSoNet",
- "email": "support@sonet.is-a.dev",
- "twitter": "ShanuUniyal_On",
- "discord": "781127625263415326"
- },
- "record": {
- "CNAME": "api.elasticemail.com"
- }
-}
diff --git a/domains/turtlecode.json b/domains/turtlecode.json
deleted file mode 100644
index 77e67ab24..000000000
--- a/domains/turtlecode.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "TurtleCode84",
- "email": "turtle@turtlecode.tech"
- },
- "record": {
- "URL": "https://turtlecode.tech"
- }
-}
diff --git a/domains/ucl-caen.json b/domains/ucl-caen.json
new file mode 100644
index 000000000..4f10adc4d
--- /dev/null
+++ b/domains/ucl-caen.json
@@ -0,0 +1,10 @@
+{
+ "description": "Website in development for a non-profit organization",
+ "owner": {
+ "username": "GildasTessier",
+ "email": "gildas.tessier@gmail.com"
+ },
+ "record": {
+ "CNAME": "caen-ucl.gildas-tessier.fr"
+ }
+}
diff --git a/domains/uk.json b/domains/uk.json
new file mode 100644
index 000000000..89ea90364
--- /dev/null
+++ b/domains/uk.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ukrioo",
+ "email": "u8k50850@gmail.com"
+ },
+ "record": {
+ "URL": "https://ukrioo.github.io/",
+ "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "TXT": "forward-email=u8k50850@gmail.com"
+ }
+}
diff --git a/domains/umarahsan.json b/domains/umarahsan.json
new file mode 100644
index 000000000..09ee74cb7
--- /dev/null
+++ b/domains/umarahsan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "umarxz559",
+ "email": "umarxz559@gmail.com"
+ },
+ "record": {
+ "A": ["141.147.52.210"]
+ }
+}
diff --git a/domains/unnst.json b/domains/unnst.json
new file mode 100644
index 000000000..0b46c9119
--- /dev/null
+++ b/domains/unnst.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "482migs",
+ "email": "amberisamab@gmail.com"
+ },
+ "record": {
+ "CNAME": "unnst.github.io"
+ }
+}
diff --git a/domains/uptime-ryo.json b/domains/uptime-ryo.json
new file mode 100644
index 000000000..d2e7ef7da
--- /dev/null
+++ b/domains/uptime-ryo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "FrosGaming",
+ "email": "dgfrosdgfros@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/uptime.stefdp.json b/domains/uptime.stefdp.json
index 187cc9a31..e2b559f3c 100644
--- a/domains/uptime.stefdp.json
+++ b/domains/uptime.stefdp.json
@@ -2,9 +2,10 @@
"owner": {
"username": "Stef-00012",
"email": "admin@stefdp.is-a.dev",
- "discord": "694986201739952229"
+ "discord": "694986201739952229",
+ "github_id": 81536172
},
"record": {
- "A": ["109.71.252.37"]
+ "CNAME": "proxy.stefdp.is-a.dev"
}
}
diff --git a/domains/uptime.trung.json b/domains/uptime.trung.json
index 6cad2f4cd..f1632879d 100644
--- a/domains/uptime.trung.json
+++ b/domains/uptime.trung.json
@@ -4,6 +4,6 @@
"email": "vuthanhtrungsuper@gmail.com"
},
"record": {
- "CNAME": "manage.uptime.trung.is-a.dev"
+ "A": ["34.125.141.93"]
}
}
diff --git a/domains/urging.json b/domains/urging.json
new file mode 100644
index 000000000..e0d094d44
--- /dev/null
+++ b/domains/urging.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "UrgingOfc",
+ "email": "diogo.lopes.silva.ch@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/use-ho2.json b/domains/use-ho2.json
new file mode 100644
index 000000000..0cb068a29
--- /dev/null
+++ b/domains/use-ho2.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "hussain22g",
+ "email": "hussainaltahoo944@gmail.com"
+ },
+ "record": {
+ "CNAME": "ho2.pages.dev"
+ }
+}
diff --git a/domains/uynilo9.json b/domains/uynilo9.json
index 08ac4ee06..7b5db6d7d 100644
--- a/domains/uynilo9.json
+++ b/domains/uynilo9.json
@@ -1,12 +1,10 @@
{
- "description": "uynilo9.is-a.dev",
- "repo": "https://github.com/uynilo9/website",
- "owner": {
- "username": "uynilo9",
- "email": "uynilo9@outlook.com",
- "twitter": "uynilo9"
- },
- "record": {
- "URL": "https://uynilo9.netlify.app"
- }
-}
+ "owner": {
+ "username": "uynilo9",
+ "email": "uynilo9@outlook.com",
+ "twitter": "uynilo9"
+ },
+ "record": {
+ "CNAME": "uynilo9.pages.dev"
+ }
+}
diff --git a/domains/v2ray.vi0leta.json b/domains/v2ray.vi0leta.json
deleted file mode 100644
index def51632a..000000000
--- a/domains/v2ray.vi0leta.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "vi0letadev",
- "email": "vi0leta@riseup.net"
- },
- "record": {
- "A": ["37.27.4.76"]
- }
-}
diff --git a/domains/vachanmn.json b/domains/vachanmn.json
index 41a8e1262..86bfbac2a 100644
--- a/domains/vachanmn.json
+++ b/domains/vachanmn.json
@@ -1,9 +1,9 @@
-{
- "owner": {
- "username": "vachanmn123",
- "email": "vachanmn123@gmail.com"
- },
- "record": {
- "URL": "https://vachanmn.tech"
- }
-}
+ {
+ "owner": {
+ "username": "vachanmn123",
+ "email": "vachanmn123@gmail.com"
+ },
+ "record": {
+ "CNAME": "edge.redirect.pizza"
+ }
+ }
diff --git a/domains/vaibhav.json b/domains/vaibhav.json
deleted file mode 100644
index 09875a10e..000000000
--- a/domains/vaibhav.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "VaibhavSys",
- "email": "vaibhavsys@protonmail.com"
- },
- "record": {
- "URL": "https://www.thevaibhavway.pro/"
- }
-}
diff --git a/domains/valorant.json b/domains/valorant.json
deleted file mode 100644
index b33d5fc15..000000000
--- a/domains/valorant.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "Fqcxn",
- "email": "",
- "twitter": "FqcxnLmao",
- "discord": "hong.kong"
- },
- "record": {
- "CNAME": "fqcxn.com"
- }
-}
diff --git a/domains/valowolf.json b/domains/valowolf.json
index aa98feaf9..f8915183b 100644
--- a/domains/valowolf.json
+++ b/domains/valowolf.json
@@ -1,9 +1,13 @@
{
- "owner": {
- "username": "ValoWolf",
- "email": "starfleet.valowolf@gmail.com"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
+ "description": "Static page, displaying the links to my socials",
+ "repo": "https://github.com/ValoWolf/ValoWolf.github.io",
+ "owner": {
+ "username": "ValoWolf",
+ "email": "starfleet.valowolf@gmail.com",
+ "twitter": "ValoWolf",
+ "discord": "valowolf"
+ },
+ "record": {
+ "CNAME": "valowolf.github.io"
+ }
+}
diff --git a/domains/vdr.json b/domains/vdr.json
new file mode 100644
index 000000000..2f7507a9d
--- /dev/null
+++ b/domains/vdr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "voxj",
+ "email": "aglinkoyurjevich@gmail.com"
+ },
+ "record": {
+ "CNAME": "rawintosh.github.io"
+ }
+}
diff --git a/domains/venarimusic.json b/domains/venarimusic.json
new file mode 100644
index 000000000..9febaf01a
--- /dev/null
+++ b/domains/venarimusic.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Zirmith",
+ "email": "f2v74yt@gmail.com"
+ },
+ "record": {
+ "CNAME": "vens-music-cove.onrender.com"
+ }
+}
diff --git a/domains/vercte.json b/domains/vercte.json
deleted file mode 100644
index cc1e01855..000000000
--- a/domains/vercte.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "lopste",
- "email": "lopstedener@gmail.com"
- },
- "record": {
- "URL": "https://vercte.net"
- }
-}
diff --git a/domains/verstandlxs.json b/domains/verstandlxs.json
new file mode 100644
index 000000000..8273a838f
--- /dev/null
+++ b/domains/verstandlxs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "byKeksYT",
+ "email": "community@verstandlxs.de"
+ },
+ "record": {
+ "CNAME": "verstandlxs.eu"
+ }
+}
diff --git a/domains/vesly.json b/domains/vesly.json
new file mode 100644
index 000000000..ed46b6a98
--- /dev/null
+++ b/domains/vesly.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Veslydev",
+ "email": "theflashtrdublaj@gmail.com"
+ },
+ "record": {
+ "A": ["88.209.248.121"]
+ }
+}
diff --git a/domains/victormak.json b/domains/victormak.json
new file mode 100644
index 000000000..88d23c257
--- /dev/null
+++ b/domains/victormak.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DreamerChaserHAH",
+ "email": "ehekunhah@gmail.com"
+ },
+ "record": {
+ "CNAME": "dreamerchaserhah.github.io"
+ }
+}
diff --git a/domains/vikram.json b/domains/vikram.json
index ecd597c2d..e3ccf7484 100644
--- a/domains/vikram.json
+++ b/domains/vikram.json
@@ -1,12 +1,12 @@
{
"description": "This domain will be used for my personal website.",
- "repo": "https://github.com/vikramv20/vikramv20.github.io",
+ "repo": "https://github.com/vikramisdev/vikramisdev.github.io",
"owner": {
- "username": "vikramv20",
+ "username": "vikramisdev",
"email": "vs423502@gmail.com",
"twitter": "vikram_v18"
},
"record": {
- "CNAME": "vikramv20.github.io"
+ "CNAME": "vikramisdev.github.io"
}
}
diff --git a/domains/villagerbrine.json b/domains/villagerbrine.json
deleted file mode 100644
index 940142702..000000000
--- a/domains/villagerbrine.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "villagerBrine",
- "email": "villagerBrine@gmail.com"
- },
- "record": {
- "A": ["129.146.140.85"]
- }
-}
diff --git a/domains/vinaychaudhary.json b/domains/vinaychaudhary.json
deleted file mode 100644
index f30284798..000000000
--- a/domains/vinaychaudhary.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "vinayofc",
- "email": "devilvinayofficial@gmail.com"
- },
-
- "record": {
- "A": ["3.136.154.89"]
- }
-}
diff --git a/domains/vinn.json b/domains/vinn.json
new file mode 100644
index 000000000..b85bab8fd
--- /dev/null
+++ b/domains/vinn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "VinnDev",
+ "email": "vinndeveloper@gmail.com"
+ },
+ "record": {
+ "CNAME": "vinndev.github.io"
+ }
+}
diff --git a/domains/vishalxd.json b/domains/vishalxd.json
new file mode 100644
index 000000000..bfd781370
--- /dev/null
+++ b/domains/vishalxd.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Vishal-1756",
+ "email": "vishalborse2885@gmail.com"
+ },
+ "record": {
+ "URL": "https://my-portfolio-vishal-1756.vercel.app/"
+ }
+}
diff --git a/domains/vismbs.json b/domains/vismbs.json
new file mode 100644
index 000000000..bea2b7ec4
--- /dev/null
+++ b/domains/vismbs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "gzfs",
+ "email": "vismbs@pm.me"
+ },
+ "record": {
+ "A": ["150.230.141.111"]
+ }
+}
diff --git a/domains/vitalik.json b/domains/vitalik.json
new file mode 100644
index 000000000..dc0448f45
--- /dev/null
+++ b/domains/vitalik.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "satoshi-prefers-monero",
+ "email": "satoshinakamoto@tuta.com"
+ },
+ "record": {
+ "URL": "https://www.stephencastelphoto.com"
+ }
+}
diff --git a/domains/vivekpratapsingh.json b/domains/vivekpratapsingh.json
new file mode 100644
index 000000000..67ec768d1
--- /dev/null
+++ b/domains/vivekpratapsingh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vpsone",
+ "email": "onenewfacts@gmail.com"
+ },
+ "record": {
+ "URL": "https://vivek-pratap-singh.vercel.app/"
+ }
+}
diff --git a/domains/vixcord.json b/domains/vixcord.json
deleted file mode 100644
index c828e591d..000000000
--- a/domains/vixcord.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "AbsolutelyNothingAndNoOne",
- "email": "tinakiss2234@gmail.com"
- },
- "record": {
- "URL": "https://defensiveunluckystate.mkds.repl.co/"
- }
-}
diff --git a/domains/vlppz.json b/domains/vlppz.json
new file mode 100644
index 000000000..4bcba08f5
--- /dev/null
+++ b/domains/vlppz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "VladimirPapazov88",
+ "email": "vfr.123.op@gmail.com"
+ },
+ "record": {
+ "CNAME": "main-website-2q4.pages.dev"
+ }
+ }
\ No newline at end of file
diff --git a/domains/vornexx.json b/domains/vornexx.json
new file mode 100644
index 000000000..c38afb26f
--- /dev/null
+++ b/domains/vornexx.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "vornex-gh",
+ "email": "",
+ "discord": "1149438819834269856",
+ "twitter": "vornexx_"
+ },
+ "record": {
+ "CNAME": "vornexx.pages.dev"
+ }
+}
diff --git a/domains/vrxxdev.json b/domains/vrxxdev.json
new file mode 100644
index 000000000..b71f3e364
--- /dev/null
+++ b/domains/vrxxdev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Its-VrxxDev",
+ "email": "vrxxdev@gmail.com"
+ },
+ "record": {
+ "CNAME": "5c89de66-4d03-4838-842d-4745a6da887d-00-mv6wfn8khxkg.pike.replit.dev"
+ }
+}
diff --git a/domains/vsc.stefdp.json b/domains/vsc.stefdp.json
deleted file mode 100644
index 187cc9a31..000000000
--- a/domains/vsc.stefdp.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Stef-00012",
- "email": "admin@stefdp.is-a.dev",
- "discord": "694986201739952229"
- },
- "record": {
- "A": ["109.71.252.37"]
- }
-}
diff --git a/domains/vscode.urging.json b/domains/vscode.urging.json
new file mode 100644
index 000000000..e0d094d44
--- /dev/null
+++ b/domains/vscode.urging.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "UrgingOfc",
+ "email": "diogo.lopes.silva.ch@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/vsh.json b/domains/vsh.json
new file mode 100644
index 000000000..0a919c176
--- /dev/null
+++ b/domains/vsh.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "vshell-vxj",
+ "email": "mark.chexari@gmail.com"
+ },
+ "record": {
+ "CNAME": "vshell-vxj.github.io"
+ }
+}
+
diff --git a/domains/vvxrtues.json b/domains/vvxrtues.json
new file mode 100644
index 000000000..f2ae91eed
--- /dev/null
+++ b/domains/vvxrtues.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vvirtues",
+ "email": "ezi2468@icloud.com"
+ },
+ "record": {
+ "CNAME": "vvirtues.github.io"
+ }
+}
diff --git a/domains/vxj.json b/domains/vxj.json
new file mode 100644
index 000000000..92e6d60c7
--- /dev/null
+++ b/domains/vxj.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "voxj",
+ "email": "aglinkoyurjevich@gmail.com"
+ },
+ "record": {
+ "CNAME": "voxj.github.io"
+ }
+}
diff --git a/domains/vxsualized.json b/domains/vxsualized.json
new file mode 100644
index 000000000..100647626
--- /dev/null
+++ b/domains/vxsualized.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vxsualized",
+ "email": "vncntwbr0207@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.youtube.com/watch?v=dqw4w9wgxcq"
+ }
+}
diff --git a/domains/webmail.chiragnahata.json b/domains/webmail.chiragnahata.json
deleted file mode 100644
index 726befd50..000000000
--- a/domains/webmail.chiragnahata.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "chiragnahata",
- "email": "chiragnahata05@gmail.com"
- },
- "record": {
- "A": ["129.213.151.29"]
- }
-}
diff --git a/domains/webmail.somyadipghosh.json b/domains/webmail.somyadipghosh.json
new file mode 100644
index 000000000..a23664d55
--- /dev/null
+++ b/domains/webmail.somyadipghosh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/webouille.json b/domains/webouille.json
new file mode 100644
index 000000000..11b5e93cd
--- /dev/null
+++ b/domains/webouille.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MrPidouille",
+ "email": "valentinrobin7500@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/weissx.json b/domains/weissx.json
new file mode 100644
index 000000000..30dbb37f2
--- /dev/null
+++ b/domains/weissx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alfari24",
+ "email": "ari@alfari.id"
+ },
+ "record": {
+ "A": ["194.15.36.220"]
+ }
+}
diff --git a/domains/whiffedk.json b/domains/whiffedk.json
deleted file mode 100644
index 19c400f7f..000000000
--- a/domains/whiffedk.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "WhiffedKnight",
- "email": "abalabalscratch@gmail.com"
- },
- "record": {
- "CNAME": "whiffedknight.github.io"
- }
-}
diff --git a/domains/whsprr.json b/domains/whsprr.json
new file mode 100644
index 000000000..d218b9d88
--- /dev/null
+++ b/domains/whsprr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "whsprr-png",
+ "email": "musicbotqn@gmail.com"
+ },
+ "record": {
+ "CNAME": "whsprr-png.github.io"
+ }
+}
diff --git a/domains/wiener234.json b/domains/wiener234.json
new file mode 100644
index 000000000..a62e2b664
--- /dev/null
+++ b/domains/wiener234.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Wiener234",
+ "email": "wiemernils@gmail.com"
+ },
+ "record": {
+ "A": ["130.61.152.39"]
+ }
+}
diff --git a/domains/wilbur.json b/domains/wilbur.json
new file mode 100644
index 000000000..9ecbb7194
--- /dev/null
+++ b/domains/wilbur.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ThisCatLikesCrypto",
+ "email": "contact@wilburwilliams.uk"
+ },
+ "record": {
+ "CNAME": "ww-projects.pages.dev"
+ }
+}
diff --git a/domains/windowsbuild3r.json b/domains/windowsbuild3r.json
new file mode 100644
index 000000000..ba7cc3a72
--- /dev/null
+++ b/domains/windowsbuild3r.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "davidctinescu",
+ "email": "david.andrei.pisoi@gmail.com"
+ },
+ "record": {
+ "CNAME": "davidctinescu.github.io"
+ }
+}
diff --git a/domains/witchboo.json b/domains/witchboo.json
new file mode 100644
index 000000000..d01aa0293
--- /dev/null
+++ b/domains/witchboo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "WitchBoo",
+ "email": "soconfirmo@hotmail.com"
+ },
+ "record": {
+ "CNAME": "witchboo.github.io"
+ }
+}
diff --git a/domains/withsang.json b/domains/withsang.json
new file mode 100644
index 000000000..2a95e103f
--- /dev/null
+++ b/domains/withsang.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "withSang",
+ "email": "jsa5115@naver.com"
+ },
+ "record": {
+ "URL": "https://github.com/withsang"
+ }
+}
diff --git a/domains/wlodekm.json b/domains/wlodekm.json
new file mode 100644
index 000000000..37c301a0a
--- /dev/null
+++ b/domains/wlodekm.json
@@ -0,0 +1,10 @@
+{
+ "description": "Domain for the stuff that i host on my pc",
+ "owner": {
+ "username": "WlodekM",
+ "email": "wlodekm.work@gmail.com"
+ },
+ "record": {
+ "A": ["159.224.173.169"]
+ }
+}
diff --git a/domains/wrdg.json b/domains/wrdg.json
deleted file mode 100644
index 1c3f7c163..000000000
--- a/domains/wrdg.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "wrdg",
- "email": "wardog@wrdg.dev"
- },
-
- "record": {
- "URL": "https://wrdg.net"
- }
-}
diff --git a/domains/wscr.json b/domains/wscr.json
deleted file mode 100644
index 736e1c212..000000000
--- a/domains/wscr.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "a website for my discord bot",
- "repo": "https://github.com/teamjoelee/me",
- "owner": {
- "username": "teamjoelee",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "3dfb27ff-3743-463e-a0a1-83ef6f7b7468.repl.co"
- }
-}
diff --git a/domains/wtfdrshn.json b/domains/wtfdrshn.json
index 2833fd17d..abeb6309d 100644
--- a/domains/wtfdrshn.json
+++ b/domains/wtfdrshn.json
@@ -4,6 +4,6 @@
"email": "itsmedarshan8@gmail.com"
},
"record": {
- "CNAME": "wtfdrshn.github.io"
+ "CNAME": "wtfdrshn-portfolio.web.app"
}
}
diff --git a/domains/wu.json b/domains/wu.json
new file mode 100644
index 000000000..ba2970f43
--- /dev/null
+++ b/domains/wu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SunWuyuan",
+ "email": "1847261658@qq.com"
+ },
+ "record": {
+ "CNAME": "wuyuan.dev"
+ }
+}
diff --git a/domains/wumpus.json b/domains/wumpus.json
new file mode 100644
index 000000000..5987a1510
--- /dev/null
+++ b/domains/wumpus.json
@@ -0,0 +1,11 @@
+{
+ "description": "Fullstack web & mobile dev, quality assurance, automation, reverse engineering, and flexible",
+ "repo": "https://github.com/wumpus2000/wumpus2000.github.io",
+ "owner": {
+ "username": "Wumpus2000",
+ "email": "wumpusing@gmail.com"
+ },
+ "record": {
+ "CNAME": "wumpus2000.github.io"
+ }
+}
diff --git a/domains/wuyuan.json b/domains/wuyuan.json
new file mode 100644
index 000000000..ba2970f43
--- /dev/null
+++ b/domains/wuyuan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SunWuyuan",
+ "email": "1847261658@qq.com"
+ },
+ "record": {
+ "CNAME": "wuyuan.dev"
+ }
+}
diff --git a/domains/wzrd.json b/domains/wzrd.json
deleted file mode 100644
index 4c21ba41a..000000000
--- a/domains/wzrd.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Rxflex",
- "email": "andreysuew@gmail.com"
- },
- "record": {
- "CNAME": "russia1.route.pp.ua"
- }
-}
diff --git a/domains/xabdoat.json b/domains/xabdoat.json
index 381d4b433..e51a5ad39 100644
--- a/domains/xabdoat.json
+++ b/domains/xabdoat.json
@@ -1,11 +1,12 @@
{
- "owner": {
- "username": "xAbdoAT",
- "email": "ABDO199877@gmail.com",
- "discord": "943662778433032242"
- },
-
- "record": {
- "CNAME": "xabdoat.github.io"
- }
+ "description": "xAbdo AT Main Web Page",
+ "repo": "https://github.com/xAbdoAT/xAbdoAT.github.io",
+ "owner": {
+ "username": "xAbdoAT",
+ "email": "email@address",
+ "twitter": "xAbdoAT"
+ },
+ "record": {
+ "CNAME": "xabdoat.github.io"
+ }
}
diff --git a/domains/xeno.json b/domains/xeno.json
index 830ec6510..49deb9351 100644
--- a/domains/xeno.json
+++ b/domains/xeno.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Aether1777",
- "email": "bkevin39415@gmail.com"
- },
- "record": {
- "CNAME": "border.hop.io"
- }
+ "owner": {
+ "username": "lextra",
+ "email": "xenojusbetter@gmail.com"
+ },
+ "record": {
+ "CNAME": "bloody.bio"
+ }
}
diff --git a/domains/xeno9118.json b/domains/xeno9118.json
new file mode 100644
index 000000000..7f8c47487
--- /dev/null
+++ b/domains/xeno9118.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Aether1777",
+ "email": "bkevin39415@gmail.com"
+ },
+ "record": {
+ "CNAME": "border.hop.io"
+ }
+}
diff --git a/domains/xenoxanite.json b/domains/xenoxanite.json
deleted file mode 100644
index 34a7fa436..000000000
--- a/domains/xenoxanite.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Xenoxanite portfolio",
- "repo": "https://github.com/xenoxanite/xenoxanite.github.io",
- "owner": {
- "username": "xenoxanite",
- "email": "xenoxanite@gmail.com"
- },
- "record": {
- "CNAME": "xenoxanite.github.io"
- }
-}
diff --git a/domains/mail.arman.json b/domains/xenside.json
similarity index 55%
rename from domains/mail.arman.json
rename to domains/xenside.json
index c1fdec8f2..066f5f095 100644
--- a/domains/mail.arman.json
+++ b/domains/xenside.json
@@ -1,11 +1,9 @@
{
- "owner": {
- "username": "arman",
- "github": "ItzArman09",
- "email": "contact@mail.arman.is-a.dev"
- },
- "repo": "https://github.com/ItzArman09/mail.git",
- "record": {
+ "owner": {
+ "username": "XenSideNBTS",
+ "email": "peskoila89@gmail.com"
+ },
+ "record": {
"A": [
"185.199.108.153",
"185.199.109.153",
diff --git a/domains/xmoj-bbs.json b/domains/xmoj-bbs.json
new file mode 100644
index 000000000..277cff40f
--- /dev/null
+++ b/domains/xmoj-bbs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "PythonSmall-Q",
+ "email": "seanoj_noreply@yeah.net"
+ },
+ "record": {
+ "CNAME": "xmoj-script.pages.dev"
+ }
+}
diff --git a/domains/xn--mt9h.json b/domains/xn--mt9h.json
new file mode 100644
index 000000000..9a903f2a6
--- /dev/null
+++ b/domains/xn--mt9h.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "DynoW",
+ "email": "naffets0@gmail.com",
+ "discord": "455608238335983617"
+ },
+ "record": {
+ "URL": "https://dyno.is-a.dev"
+ }
+}
diff --git a/domains/xtoast.json b/domains/xtoast.json
new file mode 100644
index 000000000..3025da7e2
--- /dev/null
+++ b/domains/xtoast.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Toast0012",
+ "email": "aahansiwakoti1@gmail.com"
+ },
+ "record": {
+ "CNAME": "toast-about-me.onrender.com"
+ }
+}
diff --git a/domains/xuyife.json b/domains/xuyife.json
new file mode 100644
index 000000000..0d843d43a
--- /dev/null
+++ b/domains/xuyife.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "xuyife",
+ "email": "18916947008@163.com"
+ },
+ "record": {
+ "CNAME": "xuyife.github.io"
+ }
+}
diff --git a/domains/xuyifei.json b/domains/xuyifei.json
new file mode 100644
index 000000000..949ac4709
--- /dev/null
+++ b/domains/xuyifei.json
@@ -0,0 +1,12 @@
+{
+ "description": "Xuyifei's websiteโ",
+ "repo": "https://github.com/xuyife/xuyife.github.io",
+ "owner": {
+ "username": "xuyife",
+ "email": "xuyifeiDev@outlook.com",
+ "twitter": "xuyifei"
+ },
+ "record": {
+ "CNAME": "xuyife.github.io"
+ }
+}
diff --git a/domains/xyront.json b/domains/xyront.json
new file mode 100644
index 000000000..ff547105d
--- /dev/null
+++ b/domains/xyront.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Xyront",
+ "email": "abalabalscratch@gmail.com"
+ },
+ "record": {
+ "CNAME": "xyront.github.io"
+ }
+}
diff --git a/domains/xzz.json b/domains/xzz.json
deleted file mode 100644
index 7a1bd2ca3..000000000
--- a/domains/xzz.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "xzzjs",
- "email": "andrea.andrea1009olp@gmail.com"
- },
- "record": {
- "A": ["34.111.254.92"]
- }
-}
diff --git a/domains/yaakovschlachter.json b/domains/yaakovschlachter.json
new file mode 100644
index 000000000..da7ad00f6
--- /dev/null
+++ b/domains/yaakovschlachter.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "CompuGenius",
+ "email": "contact@cgprograms.com"
+ },
+ "record": {
+ "CNAME": "cgprograms.com"
+ }
+}
diff --git a/domains/yakate.json b/domains/yakate.json
new file mode 100644
index 000000000..2405af269
--- /dev/null
+++ b/domains/yakate.json
@@ -0,0 +1,12 @@
+{
+ "description": "personal website",
+ "repo": "https://github.com/oyakate/oyakate.github.io",
+ "owner": {
+ "username": "oYakate",
+ "email": "trollekxmusic@gmail.com",
+ "discord": "842070971669544982"
+ },
+ "record": {
+ "CNAME": "oYakate.github.io"
+ }
+}
diff --git a/domains/yashasviallen.json b/domains/yashasviallen.json
new file mode 100644
index 000000000..acce901ea
--- /dev/null
+++ b/domains/yashasviallen.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JavaProgswing",
+ "email": "yashasviallen@gmail.com"
+ },
+ "record": {
+ "CNAME": "yashasviallen.dynv6.net"
+ }
+}
diff --git a/domains/yashgupta.json b/domains/yashgupta.json
new file mode 100644
index 000000000..505710abe
--- /dev/null
+++ b/domains/yashgupta.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "yashhh999",
+ "email": "gupta25yash@gmail.com"
+ },
+ "record": {
+ "CNAME": "yashhh999.github.io"
+ }
+}
diff --git a/domains/yassinm.json b/domains/yassinm.json
deleted file mode 100644
index 86db4bd31..000000000
--- a/domains/yassinm.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "yassinmoussamih",
- "email": "yassinmoussamih7@gmail.com"
- },
-
- "record": {
- "URL": "https://yassinmoussamih.vercel.app"
- }
-}
diff --git a/domains/yemzikk.json b/domains/yemzikk.json
new file mode 100644
index 000000000..0ddca87af
--- /dev/null
+++ b/domains/yemzikk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "yemzikk",
+ "email": "muhammedziyad12@gmail.com"
+ },
+ "record": {
+ "URL": "https://yemzikk.in/"
+ }
+}
diff --git a/domains/yeti.json b/domains/yeti.json
new file mode 100644
index 000000000..d2973d020
--- /dev/null
+++ b/domains/yeti.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "yetimeh",
+ "email": "senukabandara2006@gmail.com"
+ },
+ "record": {
+ "CNAME": "yetimeh.github.io"
+ }
+}
diff --git a/domains/yfa.json b/domains/yfa.json
index 21e322a4f..f696bb18a 100644
--- a/domains/yfa.json
+++ b/domains/yfa.json
@@ -1,14 +1,13 @@
{
"owner": {
"username": "YouFoundAlpha",
- "email": "alpha@alpha.is-a.dev",
+ "email": "YouFoundAlpha@alpha.is-a.dev",
"Discord": "661121998830960651",
- "Twitter": "YouFoundAlpha",
"GitHub": "YouFoundAlpha",
"GitLab": "YouFoundAlpha",
"Mastodon": "@YouFoundAlpha@mastodon.social"
},
"record": {
- "CNAME": "yfa-cev.pages.dev"
+ "CNAME": "edge.redirect.pizza"
}
}
diff --git a/domains/yfadev.json b/domains/yfadev.json
index cf045ce33..12aa0463a 100644
--- a/domains/yfadev.json
+++ b/domains/yfadev.json
@@ -9,6 +9,6 @@
"Mastodon": "@YouFoundAlpha@mastodon.social"
},
"record": {
- "URL": "https://github.com/yfadev"
+ "CNAME": "edge.redirect.pizza"
}
}
diff --git a/domains/yieldray.json b/domains/yieldray.json
new file mode 100644
index 000000000..3c02836f1
--- /dev/null
+++ b/domains/yieldray.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "YieldRay",
+ "email": "yieldray@outlook.com"
+ },
+ "record": {
+ "URL": "https://ray.deno.dev/"
+ }
+}
diff --git a/domains/yippymishy.json b/domains/yippymishy.json
new file mode 100644
index 000000000..01d6af901
--- /dev/null
+++ b/domains/yippymishy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "yippymishy",
+ "email": "michaelbrocks@outlook.com"
+ },
+ "record": {
+ "URL": "https://scratch.mit.edu/users/yippymishy"
+ }
+}
diff --git a/domains/yisus82.json b/domains/yisus82.json
new file mode 100644
index 000000000..4cf4a51c6
--- /dev/null
+++ b/domains/yisus82.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal webpage",
+ "repo": "https://github.com/yisus82/yisus82.github.io",
+ "owner": {
+ "username": "yisus82",
+ "email": "djalma8@gmail.com",
+ "twitter": "yisusbauer"
+ },
+ "record": {
+ "CNAME": "yisus82.github.io"
+ }
+}
diff --git a/domains/yodeput.json b/domains/yodeput.json
deleted file mode 100644
index 75c2349d0..000000000
--- a/domains/yodeput.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "yodeput",
- "email": "yodeput@gmail.com"
- },
- "record": {
- "A": ["168.138.187.54"]
- }
-}
diff --git a/domains/yogi.json b/domains/yogi.json
deleted file mode 100644
index 75c2349d0..000000000
--- a/domains/yogi.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "yodeput",
- "email": "yodeput@gmail.com"
- },
- "record": {
- "A": ["168.138.187.54"]
- }
-}
diff --git a/domains/yogidputra.json b/domains/yogidputra.json
deleted file mode 100644
index 75c2349d0..000000000
--- a/domains/yogidputra.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "yodeput",
- "email": "yodeput@gmail.com"
- },
- "record": {
- "A": ["168.138.187.54"]
- }
-}
diff --git a/domains/youfoundalpha.json b/domains/youfoundalpha.json
index b73dd041a..1ac951473 100644
--- a/domains/youfoundalpha.json
+++ b/domains/youfoundalpha.json
@@ -1,14 +1,15 @@
{
"owner": {
"username": "YouFoundAlpha",
- "email": "alpha@alpha.is-a.dev",
+ "email": "YouFoundAlpha@alpha.is-a.dev",
"Discord": "661121998830960651",
- "Twitter": "YouFoundAlpha",
"GitHub": "YouFoundAlpha",
"GitLab": "YouFoundAlpha",
"Mastodon": "@YouFoundAlpha@mastodon.social"
},
"record": {
- "URL": "https://alpha.is-a.dev"
+ "A": ["89.106.200.1"],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/youssef.json b/domains/youssef.json
new file mode 100644
index 000000000..20361d543
--- /dev/null
+++ b/domains/youssef.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "youssefsiam38",
+ "email": "youssef1yasser38@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.linkedin.com/in/youssefsiam38"
+ }
+}
diff --git a/domains/yuk1ch.json b/domains/yuk1ch.json
deleted file mode 100644
index d4801f09b..000000000
--- a/domains/yuk1ch.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "ImRaid",
- "email": "itsraidlol@gmail.com",
- "discord": "! Yuk1ch#7484",
- "telegram": "Yuk1ch"
- },
- "record": {
- "CNAME": "d1d16500-13c2-4fc8-a658-87d258da2316.id.repl.co"
- }
-}
diff --git a/domains/yunexiz.json b/domains/yunexiz.json
new file mode 100644
index 000000000..e4986f9fc
--- /dev/null
+++ b/domains/yunexiz.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Yunexiz",
+ "email": "yunexiz@aol.com"
+ },
+ "record": {
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"],
+ "AAAA": ["2606:50c0:8000::153","2606:50c0:8001::153","2606:50c0:8002::153","2606:50c0:8003::153"],
+ "TXT": ["v=spf1 include:spf.improvmx.com ~all"],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"]
+ }
+}
diff --git a/domains/yunus.json b/domains/yunus.json
new file mode 100644
index 000000000..296ed3c31
--- /dev/null
+++ b/domains/yunus.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Yunexiz",
+ "email": "yunexiz@aol.com"
+ },
+ "record": {
+ "URL": "https://yunexiz.is-a.dev",
+ "TXT": ["forward-email=yunexiz@aol.com"],
+ "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"]
+ }
+}
diff --git a/domains/yuri.json b/domains/yuri.json
new file mode 100644
index 000000000..bd286069d
--- /dev/null
+++ b/domains/yuri.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MaiYurito",
+ "email": "reachgamers9999@gmail.com"
+ },
+ "record": {
+ "URL": "https://yuri.only-fans.club/"
+ }
+}
diff --git a/domains/yurito.json b/domains/yurito.json
new file mode 100644
index 000000000..1134f17ff
--- /dev/null
+++ b/domains/yurito.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MaiYurito",
+ "email": "reachgamers9999@gmail.com"
+ },
+ "record": {
+ "CNAME": "yurito.pages.dev"
+ }
+}
diff --git a/domains/yuting.json b/domains/yuting.json
new file mode 100644
index 000000000..be7a831aa
--- /dev/null
+++ b/domains/yuting.json
@@ -0,0 +1,11 @@
+{
+ "description": "yuting.is-a.dev",
+ "repo": "https://github.com/wyuting0/wyuting0.github.io",
+ "owner": {
+ "username": "wyuting0",
+ "email": "wyuting2011@gmail.com"
+ },
+ "record": {
+ "CNAME": "wyuting0.github.io"
+ }
+}
diff --git a/domains/yutong.json b/domains/yutong.json
deleted file mode 100644
index a04a32935..000000000
--- a/domains/yutong.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Test description",
- "repo": "https://Global-Clicks.yutonghan2.repl.co",
- "owner": {
- "username": "yutonghanofficial",
- "email": "realyutonghan@gmail.com"
- },
- "record": {
- "CNAME": "e5ac2ad9-5903-4c72-9092-7da12688a4c2.id.repl.co"
- }
-}
diff --git a/domains/yxz.json b/domains/yxz.json
new file mode 100644
index 000000000..4acbe4a7a
--- /dev/null
+++ b/domains/yxz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "yz9551",
+ "email": "yixuan0808@gmail.com"
+ },
+ "record": {
+ "CNAME": "cobble.southeastasia.cloudapp.azure.com"
+ }
+}
diff --git a/domains/zarqi.aicha.json b/domains/zarqi.aicha.json
deleted file mode 100644
index e2c8dec17..000000000
--- a/domains/zarqi.aicha.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "zarqizoubir",
- "email": "zarqi.ezzoubair@etu.uae.ac.ma"
- },
- "record": {
- "CNAME": "zarqizoubir.github.io"
- }
-}
diff --git a/domains/zarqi.fatima.json b/domains/zarqi.fatima.json
deleted file mode 100644
index e2c8dec17..000000000
--- a/domains/zarqi.fatima.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "zarqizoubir",
- "email": "zarqi.ezzoubair@etu.uae.ac.ma"
- },
- "record": {
- "CNAME": "zarqizoubir.github.io"
- }
-}
diff --git a/domains/zarqi.loubna.json b/domains/zarqi.loubna.json
deleted file mode 100644
index e2c8dec17..000000000
--- a/domains/zarqi.loubna.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "zarqizoubir",
- "email": "zarqi.ezzoubair@etu.uae.ac.ma"
- },
- "record": {
- "CNAME": "zarqizoubir.github.io"
- }
-}
diff --git a/domains/zay.json b/domains/zay.json
new file mode 100644
index 000000000..e92cdce7a
--- /dev/null
+++ b/domains/zay.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "zayzzay",
+ "email": "yzerianyoung08@gmail.com",
+ "discord": "352264519235403787"
+ },
+
+ "record": {
+ "CNAME": "zayzzay.github.io"
+ }
+ }
+
diff --git a/domains/zaydocs.json b/domains/zaydocs.json
deleted file mode 100644
index 7193bd66d..000000000
--- a/domains/zaydocs.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "KingVibes12",
- "email": "codemonkeymann@gmail.com"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
diff --git a/domains/zephyr.json b/domains/zephyr.json
new file mode 100644
index 000000000..d741f1bbf
--- /dev/null
+++ b/domains/zephyr.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "ALVINTAN159",
+ "email": "alvintan159@gmail.com",
+ "discord": "985731141640286258"
+ },
+
+ "record": {
+ "CNAME": "ALVINTAN159.github.io"
+ }
+ }
+
diff --git a/domains/zeranamu.json b/domains/zeranamu.json
new file mode 100644
index 000000000..faa10ef3a
--- /dev/null
+++ b/domains/zeranamu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Zeranamu",
+ "email": "zeranamu@gmail.com"
+ },
+ "record": {
+ "CNAME": "zeranamu.github.io"
+ }
+}
diff --git a/domains/zervo.json b/domains/zervo.json
deleted file mode 100644
index bdde9076f..000000000
--- a/domains/zervo.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "DarindaDraX",
- "email": "123kishanvish@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/zffu.json b/domains/zffu.json
new file mode 100644
index 000000000..8ce8a7a6c
--- /dev/null
+++ b/domains/zffu.json
@@ -0,0 +1,11 @@
+{
+ "description": "zffu.is-a.dev",
+ "owner": {
+ "username": "Zffu",
+ "email": "zffumc@gmail.com",
+ "discord": "Zffu"
+ },
+ "record": {
+ "CNAME": "zffu.github.io"
+ }
+}
diff --git a/domains/zick.json b/domains/zick.json
new file mode 100644
index 000000000..396138207
--- /dev/null
+++ b/domains/zick.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "LucasZick",
+ "email": "lucasalexandrezick@gmail.com"
+ },
+ "record": {
+ "A": ["144.22.193.227"],
+ "MX": ["mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com"],
+ "TXT": ["v=spf1 include:zoho.com ~all", "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCdZp0j5EFJS+OJzSad09+rt4K73CiPfeNahs2qXKBdaRLSrELeRbh4m8dccFi81fAjtPXpU5EonVVj4fssytg06MJCJWbdb02NqwZGS3tm29maZV2UFBb0Fqj4uqNRy1LKynl37jA8XkshE0xyteyFvX3d9Ibf4n7W1VlDhF1HpwIDAQAB"]
+ }
+}
diff --git a/domains/ziriksi.json b/domains/ziriksi.json
new file mode 100644
index 000000000..03751c2b4
--- /dev/null
+++ b/domains/ziriksi.json
@@ -0,0 +1,12 @@
+{
+ "description": "Ziriksi's website.",
+ "repo": "https://github.com/cloudcloudskies/coolziriksi.github.io",
+ "owner": {
+ "username": "cloudcloudskies",
+ "email": "cloudskies@perso.be",
+ "twitter": "cloudskies13"
+ },
+ "record": {
+ "CNAME": "cloudcloudskies.github.io"
+ }
+}
diff --git a/domains/ziroweb.json b/domains/ziroweb.json
deleted file mode 100644
index 9bdfe3ba8..000000000
--- a/domains/ziroweb.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "FrosGaming",
- "email": "dgfrosdgfros@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/ziyn.json b/domains/ziyn.json
index 6ac2b1359..de9454b43 100644
--- a/domains/ziyn.json
+++ b/domains/ziyn.json
@@ -1,9 +1,9 @@
{
"owner": {
- "username": "ZiynCS",
+ "username": "ziyndev",
"email": "NotZiyn@gmail.com"
},
"record": {
- "CNAME": "website-db5.pages.dev"
+ "CNAME": "ziyn.pages.dev"
}
}
diff --git a/domains/zk.json b/domains/zk.json
new file mode 100644
index 000000000..dc7c9fa51
--- /dev/null
+++ b/domains/zk.json
@@ -0,0 +1,11 @@
+{
+ "description": "ZK's Website",
+ "repo": "https://github.com/p55d2k",
+ "owner": {
+ "username": "p55d2k",
+ "email": "peanutandscuffy1@gmail.com"
+ },
+ "record": {
+ "CNAME": "zk-website-cwo.pages.dev"
+ }
+}
diff --git a/domains/zonghao.json b/domains/zonghao.json
new file mode 100644
index 000000000..4badfadf7
--- /dev/null
+++ b/domains/zonghao.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ZHTang29",
+ "email": "e0725226@u.nus.edu"
+ },
+ "record": {
+ "URL": "https://zonghao-portfolio.web.app/"
+ }
+}
diff --git a/domains/ztrdiamond.json b/domains/ztrdiamond.json
new file mode 100644
index 000000000..84e424945
--- /dev/null
+++ b/domains/ztrdiamond.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ZTRdiamond",
+ "email": "rikosimon9@gmail.com"
+ },
+ "record": {
+ "URL": "https://ztrdiamond.vercel.app/"
+ }
+}
diff --git a/domains/zuygui.json b/domains/zuygui.json
new file mode 100644
index 000000000..212f498eb
--- /dev/null
+++ b/domains/zuygui.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zuygui",
+ "email": "maxime@halbitte.fr"
+ },
+ "record": {
+ "CNAME": "zuygui.github.io"
+ }
+}
diff --git a/domains/zync.kenny.json b/domains/zync.kenny.json
new file mode 100644
index 000000000..a206964f4
--- /dev/null
+++ b/domains/zync.kenny.json
@@ -0,0 +1,16 @@
+{
+ "owner": {
+ "username": "KennySB-dev",
+ "email": "kennybugeja@gmail.com",
+ "discord": "kenny.sb",
+ "github_id": 75525014
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
+}
diff --git a/domains/zyronixbot.mznking.json b/domains/zyronixbot.mznking.json
new file mode 100644
index 000000000..28a83399e
--- /dev/null
+++ b/domains/zyronixbot.mznking.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mznking",
+ "email": "maazinking23@gmail.com"
+ },
+ "record": {
+ "CNAME": "zyronixbot.onrender.com"
+ }
+}
diff --git a/domains/zyrouge.json b/domains/zyrouge.json
index e980c87fd..cd4b99e23 100644
--- a/domains/zyrouge.json
+++ b/domains/zyrouge.json
@@ -5,6 +5,6 @@
"twitter": "_zyrouge_"
},
"record": {
- "CNAME": "zyrouge.github.io"
+ "URL": "https://zyrouge.me/"
}
}
diff --git a/media/staff_logo.png b/media/staff_logo.png
new file mode 100644
index 000000000..14f51a84a
Binary files /dev/null and b/media/staff_logo.png differ
diff --git a/tests/validations.test.js b/tests/validations.test.js
index a07ccf6fa..6b9054a4a 100644
--- a/tests/validations.test.js
+++ b/tests/validations.test.js
@@ -64,6 +64,9 @@ describe('validateDomainData', () => {
{ ...defaultDomain, record: { AAAA: '182.22.222.22' } },
{ ...defaultDomain, record: { A: '::1' } },
{ ...defaultDomain, name: '_discord' },
+ { ...defaultDomain, name: '_gitlab-pages-verification-code' },
+ { ...defaultDomain, name: '_acme-challenge' },
+ { ...defaultDomain, name: '_dmarc' },
];
const validCases = [
@@ -94,6 +97,9 @@ describe('validateDomainData', () => {
{ ...defaultDomain, record: { AAAA: ['::1', '2001:db8:3333:4444:5555:6666:7777:8888'] } },
{ ...defaultDomain, record: { A: ['122.222.222.222'] } },
{ ...defaultDomain, name: '_discord.subdomain' },
+ { ...defaultDomain, name: '_gitlab-pages-verification-code.subdomain' },
+ { ...defaultDomain, name: '_acme-challenge.subdomain' },
+ { ...defaultDomain, name: '_dmarc.subdomain' },
];
it('should return false for invalid data', () => {
diff --git a/utils/invalid-domains.json b/utils/invalid-domains.json
index ef66a5517..193ee41e5 100644
--- a/utils/invalid-domains.json
+++ b/utils/invalid-domains.json
@@ -1,7 +1,10 @@
[
"_acme-challenge",
+ "_discord",
+ "_dmarc",
"_github-challenge-is-a-dev",
"_github-pages-challenge-is-a-dev",
+ "_gitlab-pages-verification-code",
"help",
"no-reply",
"noreply",
@@ -14,6 +17,5 @@
"ww3",
"ww4",
"wwww",
- "your-domain-name",
- "_discord"
+ "your-domain-name"
]
diff --git a/utils/validations.js b/utils/validations.js
index b9c851a19..3731095b2 100644
--- a/utils/validations.js
+++ b/utils/validations.js
@@ -39,6 +39,9 @@ const checkRestrictedNames = R.complement(R.includes(R.__, INVALID_NAMES))
const extraSupportedNames = [
testRegex(/^_github(-pages)?-challenge-[a-z0-9-_]+$/i), // Exception for github verification records
R.equals('_discord'),
+ R.equals('_gitlab-pages-verification-code'),
+ R.equals('_acme-challenge'),
+ R.equals('_dmarc'),
]
const validateDomainData = validate({