diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 29b486687..c5c665456 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,5 +1,9 @@
* @phenax
-.github/ @wdhdev
-domains/ @is-a-dev/maintainers
+/.github/ @wdhdev
+/.github/CODEOWNERS @phenax @wdhdev
+
+/domains/ @is-a-dev/maintainers @is-a-dev/trial-maintainers
+
*.md @is-a-dev/maintainers
+/MAINTAINERS.md @wdhdev
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index e39c28420..39cf0fc2e 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -6,6 +6,7 @@ Unless explicitly specified otherwise by a **maintainer** or in the requirement
Please note that we reserve the rights not to accept any domain at our own discretion.
- [ ] The file is in the `domains` folder and is in the JSON format.
+- [ ] The file's name is all lowercased and alphanumeric.
- [ ] You have completed your website.
- [ ] The website is reachable.
- [ ] You're not using Vercel or Netlify.
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index 1c5f7d0ca..be5f73e48 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -1,16 +1,18 @@
name: Checks
+
on: [pull_request, workflow_dispatch]
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
+ - name: Run tests
+ 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..071673ba9
--- /dev/null
+++ b/MAINTAINERS.md
@@ -0,0 +1,12 @@
+# is-a.dev Team
+| Name | GitHub | Role |
+|:-:|-|-|
+| Akshay | [@phenax](https://github.com/phenax) | Owner |
+| William | [@wdhdev](https://github.com/wdhdev) | Administrator |
+| CuteDog5695 | [@CuteDog5695](https://github.com/CuteDog5695) | Maintainer |
+| Daniel | [@hackermondev](https://github.com/hackermondev) | Maintainer |
+| DIBSTER | [@DEV-DIBSTER](https://github.com/DEV-DIBSTER) | Maintainer |
+| MaskDuck | [@MaskDuck](https://github.com/MaskDuck) | Maintainer |
+| Om | [@omsenjalia](https://github.com/omsenjalia) | Maintainer |
+| orangc | [@orxngc](https://github.com/orxngc) | Maintainer |
+| Stef | [@Stef-00012](https://github.com/Stef-00012) | Maintainer |
diff --git a/README.md b/README.md
index c11def886..dbccfce72 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
+
@@ -13,7 +13,7 @@
is-a-dev is a service that allows developers to get a sweet-looking ".is-a.dev" domain for their personal websites.
-
+
## Issues
@@ -22,12 +22,6 @@ If you have any problems, feel free to [open a issue](https://github.com/is-a-de
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`.
@@ -36,26 +30,11 @@ Another method is to join our [Discord server](https://discord.gg/PZCGHz4RhQ), h
- 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 on the [is-a-dev/cli](https://github.com/is-a-dev/cli/issues/new) repository.
+### Automated Registration
+> [!WARNING]
+> **When using automated registration, please ensure your records are valid. Please do NOT "test" out the system and create invalid PRs, it wastes maintainers' time.**
-Install the CLI:
-
-```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
-```
+Join our [Discord server](https://discord.gg/is-a-dev-830872854677422150), 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://is-a-dev.wdh.gg).
@@ -67,4 +46,4 @@ If you like this project, please consider donating so we can keep this project r
### 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).
+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/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..c874cd328
--- /dev/null
+++ b/domains/21z.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "21Z",
+ "email": "",
+ "discord": "780356848737058857"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
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/57.json b/domains/57.json
new file mode 100644
index 000000000..8e6e74f71
--- /dev/null
+++ b/domains/57.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "fiftys7vencode",
+ "email": "potatogamer34579@gmail.com"
+ },
+ "record": {
+ "A": ["185.199.108.153"]
+ }
+}
diff --git a/domains/762.json b/domains/762.json
new file mode 100644
index 000000000..842f254ca
--- /dev/null
+++ b/domains/762.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NaTDeveloper",
+ "email": "devihermeena@gmail.com"
+ },
+ "record": {
+ "CNAME": "treker.betteruptime.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.oioioi.json b/domains/_acme-challenge.oioioi.json
new file mode 100644
index 000000000..275682e49
--- /dev/null
+++ b/domains/_acme-challenge.oioioi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "VaibhavSys",
+ "email": "vaibhavsys@protonmail.com"
+ },
+ "record": {
+ "CNAME": "b00be066-ce45-455f-bb4a-de9f6dc14e0c.acmedns.infinityfree.net"
+ }
+}
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.acronical.json b/domains/_discord.acronical.json
new file mode 100644
index 000000000..b4ebaa00f
--- /dev/null
+++ b/domains/_discord.acronical.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "AcronicalYT",
+ "email": "acronicalbusiness@gmail.com",
+ "discord": "627045949998497792"
+ },
+ "record": {
+ "TXT": "dh=b787b100fba1eaf9de455acb506e5f6fdcf1e829"
+ }
+}
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.akcord.json b/domains/_discord.akcord.json
new file mode 100644
index 000000000..8aad82de9
--- /dev/null
+++ b/domains/_discord.akcord.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AKCord",
+ "email": "shrestha.aeniv@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=fc3eadcea1712e3159f516950cf20f2397647f63"
+ }
+}
diff --git a/domains/_discord.akshtt.json b/domains/_discord.akshtt.json
new file mode 100644
index 000000000..d681c0c79
--- /dev/null
+++ b/domains/_discord.akshtt.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "akshtt-dev",
+ "email": "maillegendop@gmail.com",
+ "discord": "1056531806763102218"
+ },
+
+ "record": {
+ "TXT": "dh=09032e888f853fbc8b540d4ff64dc7abd828f107"
+ }
+ }
+
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.arman.json b/domains/_discord.arman.json
new file mode 100644
index 000000000..971565726
--- /dev/null
+++ b/domains/_discord.arman.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ItzArman09",
+ "email": "itz.armxn@outlook.com"
+ },
+ "record": {
+ "TXT": "dh=508604a0381985579d65a0e9c8b241bc6186cc44"
+ }
+}
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.azhammakestrash.json b/domains/_discord.azhammakestrash.json
new file mode 100644
index 000000000..5bac3fb94
--- /dev/null
+++ b/domains/_discord.azhammakestrash.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "AzhamProdLive",
+ "email": "websitedomain.regroup588@passinbox.com",
+ "discord": "797534115935027271"
+ },
+ "record": {
+ "TXT": "dh=b3b9be236f1e61048cecc94f8e3e6a4accf9d6b5"
+ }
+}
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.blog.vornexx.json b/domains/_discord.blog.vornexx.json
new file mode 100644
index 000000000..7b28e78a2
--- /dev/null
+++ b/domains/_discord.blog.vornexx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vornexx",
+ "email": "ajay.ramnath@courvix.com"
+ },
+ "record": {
+ "TXT": "dh=9834c3a11e7647463c3f62cbbbb0aa0442f503f6"
+ }
+}
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.cala.json b/domains/_discord.cala.json
new file mode 100644
index 000000000..433110d85
--- /dev/null
+++ b/domains/_discord.cala.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "calamitywoah",
+ "email": "krivojta@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=2cd3fcd551a8d871e135c5613dccb097d9abcb03"
+ }
+}
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.crischutu07.json b/domains/_discord.crischutu07.json
new file mode 100644
index 000000000..d23dd3689
--- /dev/null
+++ b/domains/_discord.crischutu07.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "crischutu07",
+ "email": "crischutu07owo@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=fffa03e2584e730d2c0166aaa6fe846542439b19"
+ }
+}
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.dscbmr.is-a.dev.json b/domains/_discord.dscbmr.is-a.dev.json
new file mode 100644
index 000000000..17af5e051
--- /dev/null
+++ b/domains/_discord.dscbmr.is-a.dev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SRPVT",
+ "email": "syedyaseeralirayan@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=af0561dc7d2f7eb0ef153cb3a270c0b98fe5c36e"
+ }
+}
diff --git a/domains/_discord.dscbmr.json b/domains/_discord.dscbmr.json
new file mode 100644
index 000000000..b200eef06
--- /dev/null
+++ b/domains/_discord.dscbmr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SRPVT",
+ "email": "syedyaseeralirayan@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=af0561dc7d2f7eb0ef153cb3a270c0b98fe5c36e"
+ }
+}
diff --git a/domains/_discord.dwigoric.json b/domains/_discord.dwigoric.json
new file mode 100644
index 000000000..a9b2c3a9b
--- /dev/null
+++ b/domains/_discord.dwigoric.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Dwigoric",
+ "email": "dwigoric@pm.me",
+ "discord": "295391820744228867"
+ },
+
+ "record": {
+ "TXT": "dh=0dbe5579faf14819c58607e423f955be71311f60"
+ }
+ }
+
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.founderfie.json b/domains/_discord.founderfie.json
new file mode 100644
index 000000000..e3ed3fcf0
--- /dev/null
+++ b/domains/_discord.founderfie.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Founderfie",
+ "email": "director@founderfie.in"
+ },
+ "record": {
+ "TXT": "dh=d0051682cdad6866306cdb315ae5abff7e314dcc"
+ }
+}
diff --git a/domains/_discord.fran.json b/domains/_discord.fran.json
new file mode 100644
index 000000000..d3672aeeb
--- /dev/null
+++ b/domains/_discord.fran.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "xzonix",
+ "email": "imahalojigi@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=9ffde6acccff8c74faeb599818e2901110d15fa5"
+ }
+}
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.goyal.json b/domains/_discord.goyal.json
new file mode 100644
index 000000000..659591225
--- /dev/null
+++ b/domains/_discord.goyal.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "dgbkn",
+ "discord": "somegumtank",
+ "email": "anandrambkn@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=f6d08bad0d4c2032a55386a83761bc8ddef363fa"
+ }
+}
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.imm0nv1nhtv.json b/domains/_discord.imm0nv1nhtv.json
new file mode 100644
index 000000000..78b96e566
--- /dev/null
+++ b/domains/_discord.imm0nv1nhtv.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "imm0nv1nhtv",
+ "email": "windows10phamvinh+github@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=05d77c5d6895f487e96ea956a6a985fa532fa0ee"
+ }
+}
diff --git a/domains/_discord.joesepp.json b/domains/_discord.joesepp.json
new file mode 100644
index 000000000..ab2e8a39a
--- /dev/null
+++ b/domains/_discord.joesepp.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "joesepph",
+ "email": "markwer.dev@proton.me"
+ },
+ "record": {
+ "TXT": "dh=9ce2fab52773c35cecf4a10133d502e0644e19cb"
+ }
+}
diff --git a/domains/_discord.joetroll.json b/domains/_discord.joetroll.json
new file mode 100644
index 000000000..5c09076fa
--- /dev/null
+++ b/domains/_discord.joetroll.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "trolljoe",
+ "email": "joetechtok@proton.me"
+ },
+ "record": {
+ "TXT": "dh=0ebb35a3def7a74049859c553b91d46c3eccbf3f"
+ }
+}
diff --git a/domains/_discord.joshua.json b/domains/_discord.joshua.json
new file mode 100644
index 000000000..7ff0c50b7
--- /dev/null
+++ b/domains/_discord.joshua.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Dwigoric",
+ "email": "dwigoric@gmail.com",
+ "discord": "295391820744228867"
+ },
+
+ "record": {
+ "TXT": "dh=091e5d13b0f360e03d1ae8a746c5bed81da680e2"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/_discord.kappurumedia.json b/domains/_discord.kappurumedia.json
new file mode 100644
index 000000000..7e4714046
--- /dev/null
+++ b/domains/_discord.kappurumedia.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "CyrusCore",
+ "email": "abramsatria7@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=ce5c5f60ae66a7f508b44432fe2d9a0b51038fa8"
+ }
+}
diff --git a/domains/gh.kenny.json b/domains/_discord.kenny.json
similarity index 72%
rename from domains/gh.kenny.json
rename to domains/_discord.kenny.json
index ed8ab0fb8..944b9b421 100644
--- a/domains/gh.kenny.json
+++ b/domains/_discord.kenny.json
@@ -5,6 +5,6 @@
"discord": "kenny.sb"
},
"record": {
- "URL": "https://github.com/KennySB-dev"
+ "TXT": "dh=aaf780c8f8f85a096d0adea5223a0fdfd643de02"
}
}
diff --git a/domains/_discord.krishnan.json b/domains/_discord.krishnan.json
new file mode 100644
index 000000000..76332d52c
--- /dev/null
+++ b/domains/_discord.krishnan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "krishnans2006",
+ "email": "krishnans2006@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=fb4689a2ce0128317b7371c97ce6cc9c1940d73e"
+ }
+}
diff --git a/domains/_discord.krunch.json b/domains/_discord.krunch.json
new file mode 100644
index 000000000..cc0a0db9b
--- /dev/null
+++ b/domains/_discord.krunch.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "RadioactivePotato",
+ "email": "",
+ "discord": "krunchiekrunch._."
+ },
+ "record": {
+ "TXT": "dh=df2bf9fb87a1dc3ee29c6ddfa51ed86da28581c5"
+ }
+}
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.lewdhutao.json b/domains/_discord.lewdhutao.json
new file mode 100644
index 000000000..a899b02e4
--- /dev/null
+++ b/domains/_discord.lewdhutao.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LewdHuTao",
+ "email": "lewdhutao@shittybot.xyz"
+ },
+ "record": {
+ "TXT": "dh=b54d35b2dcde4ad6184e155736f8fd9911772204"
+ }
+}
diff --git a/domains/_discord.meesam.json b/domains/_discord.meesam.json
new file mode 100644
index 000000000..7346618b7
--- /dev/null
+++ b/domains/_discord.meesam.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "meesam4687",
+ "email": "meesam4687@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=f7e6c74947af4ca6f07d83d6b2fba1fcb965c9a6"
+ }
+}
diff --git a/domains/_discord.myrdin.json b/domains/_discord.myrdin.json
new file mode 100644
index 000000000..070e89994
--- /dev/null
+++ b/domains/_discord.myrdin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Myrdincx",
+ "email": "myrdincx@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=66640cb07a3d5f325ece17597144b38af7b75ec9"
+ }
+}
diff --git a/domains/_discord.niksne.json b/domains/_discord.niksne.json
new file mode 100644
index 000000000..bf4273cb6
--- /dev/null
+++ b/domains/_discord.niksne.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NiKSneMC",
+ "email": "contact@niksne.ru"
+ },
+ "record": {
+ "TXT": "dh=47ed92cf32dd1f8ab41a7dd00ee21d1e09fc8317"
+ }
+}
diff --git a/domains/_discord.nikymetaa.json b/domains/_discord.nikymetaa.json
new file mode 100644
index 000000000..ef1941b9b
--- /dev/null
+++ b/domains/_discord.nikymetaa.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "nikytap1n",
+ "email": "anhky726@gmail.com",
+ "discord": "1196837550229291019"
+ },
+ "record": {
+ "TXT": "dh=91e299309f6084afae86c34306ffbead2cbf00bb"
+ }
+}
diff --git a/domains/_discord.oc.json b/domains/_discord.oc.json
new file mode 100644
index 000000000..ca3feed6f
--- /dev/null
+++ b/domains/_discord.oc.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "orxngc",
+ "discord": "orangc",
+ "email": "orangc@proton.me"
+ },
+ "record": {
+ "TXT": "dh=a46c846585142f2290edfa87de14a47c01715d15"
+ }
+}
diff --git a/domains/_discord.orangc.json b/domains/_discord.orangc.json
new file mode 100644
index 000000000..dcdfb506a
--- /dev/null
+++ b/domains/_discord.orangc.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "orxngc",
+ "discord": "orangc",
+ "email": "orangc@proton.me"
+ },
+ "record": {
+ "TXT": "dh=d27c8c015aa5f1be96c0c468e091a0958dd1c1dc"
+ }
+}
diff --git a/domains/_discord.orange.json b/domains/_discord.orange.json
index 321e7d584..f211bc75e 100644
--- a/domains/_discord.orange.json
+++ b/domains/_discord.orange.json
@@ -1,7 +1,8 @@
{
"owner": {
- "username": "sahmed011",
- "email": "sufyanmishal@gmail.com"
+ "username": "orxngc",
+ "discord": "orangc",
+ "email": "orangc@proton.me"
},
"record": {
"TXT": "dh=7e7e671a8b44d02fde9ab6f6df7baf94086c96fd"
diff --git a/domains/_discord.pig.json b/domains/_discord.pig.json
new file mode 100644
index 000000000..332ae06de
--- /dev/null
+++ b/domains/_discord.pig.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ipigtw",
+ "email": "diegogamingtw@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=3f12653d72696e056aa42fc684e3177a5de4b7ba"
+ }
+}
diff --git a/domains/_discord.piste.json b/domains/_discord.piste.json
new file mode 100644
index 000000000..2427f5a6f
--- /dev/null
+++ b/domains/_discord.piste.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zpiste",
+ "email": "contact@piste.dev"
+ },
+ "record": {
+ "TXT": "dh=896e7262fdc9ab140d9c5b137e41917e8512a6bd"
+ }
+}
diff --git a/domains/_discord.poked.json b/domains/_discord.poked.json
new file mode 100644
index 000000000..7f78a4be3
--- /dev/null
+++ b/domains/_discord.poked.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "PokedWasTaken",
+ "email": "pokedwastaken@gmail.com",
+ "discord": "poked"
+ },
+ "record": {
+ "TXT": "dh=14c9c8708542baf32a78da0ac413184b02e43486"
+ }
+}
diff --git a/domains/_discord.push.json b/domains/_discord.push.json
new file mode 100644
index 000000000..b70d1b710
--- /dev/null
+++ b/domains/_discord.push.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "pushingcc",
+ "email": "pushing@mailfence.com"
+ },
+ "record": {
+ "TXT": "dh=63d8f2f88286c81885273cdf5f07364b15884ff6"
+ }
+}
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.sanooj.json b/domains/_discord.sanooj.json
new file mode 100644
index 000000000..d5da4b481
--- /dev/null
+++ b/domains/_discord.sanooj.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sanoojes",
+ "email": "sanoojes6371@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=e486a386ca77d0104403742c5e9955c337ab70ec"
+ }
+}
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.shan.json b/domains/_discord.shan.json
new file mode 100644
index 000000000..f09f1e368
--- /dev/null
+++ b/domains/_discord.shan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Adwaith-Shan-Pk",
+ "email": "mail@adwaithshan.rf.gd"
+ },
+ "record": {
+ "TXT": "dh=edc2f8a1ed533b91a794ced9244cb4fa8a138531"
+ }
+}
diff --git a/domains/_discord.shymega.json b/domains/_discord.shymega.json
new file mode 100644
index 000000000..55ad48b75
--- /dev/null
+++ b/domains/_discord.shymega.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shymega",
+ "email": "shymega@shymega.org.uk"
+ },
+ "record": {
+ "TXT": "dh=43b627cccb9f6828d48ec7db6a573824bccfabc5"
+ }
+}
diff --git a/domains/_discord.sussyrayan.json b/domains/_discord.sussyrayan.json
new file mode 100644
index 000000000..02d64ec75
--- /dev/null
+++ b/domains/_discord.sussyrayan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "syedrayangames",
+ "email": "syedrayangames@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=227e628c8c5682ceb14bfa90b29b607d2756c476"
+ }
+}
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.toast.json b/domains/_discord.toast.json
new file mode 100644
index 000000000..2af883808
--- /dev/null
+++ b/domains/_discord.toast.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lightly-toasted",
+ "email": "tooast@duck.com"
+ },
+ "record": {
+ "TXT": "dh=bfb579423bd225af45d72942fe5c646b0504b2c6"
+ }
+}
diff --git a/domains/_discord.tobez.json b/domains/_discord.tobez.json
new file mode 100644
index 000000000..70eae9d07
--- /dev/null
+++ b/domains/_discord.tobez.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tobezdev",
+ "email": "therealtobes28@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=64624183b9e763aa7a812ddf39b0ae9261491182"
+ }
+}
\ No newline at end of file
diff --git a/domains/_discord.untitled.json b/domains/_discord.untitled.json
new file mode 100644
index 000000000..6ddb2b816
--- /dev/null
+++ b/domains/_discord.untitled.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "VihaanAnand",
+ "email": "macos14sonoma@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=635f70c64c210c98011d4391e0ba6a69adfedc89"
+ }
+}
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.uwu.json b/domains/_discord.uwu.json
new file mode 100644
index 000000000..2c72d9128
--- /dev/null
+++ b/domains/_discord.uwu.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "orxngc",
+ "discord": "orangc",
+ "email": "orangc@proton.me"
+ },
+ "record": {
+ "TXT": "dh=23993c297b87e754fd5660af023aa55579ed324e"
+ }
+}
diff --git a/domains/_discord.vornexx.json b/domains/_discord.vornexx.json
new file mode 100644
index 000000000..f8be38642
--- /dev/null
+++ b/domains/_discord.vornexx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vornexx",
+ "email": "ajay.ramnath@courvix.com"
+ },
+ "record": {
+ "TXT": "dh=d7455d2e7bbe608a4e60dee8c502c758d3d13464"
+ }
+}
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.xzonix.json b/domains/_discord.xzonix.json
new file mode 100644
index 000000000..d3672aeeb
--- /dev/null
+++ b/domains/_discord.xzonix.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "xzonix",
+ "email": "imahalojigi@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=9ffde6acccff8c74faeb599818e2901110d15fa5"
+ }
+}
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/_discord.zeaxey.json b/domains/_discord.zeaxey.json
new file mode 100644
index 000000000..674588fe4
--- /dev/null
+++ b/domains/_discord.zeaxey.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Pixel556",
+ "email": "therealzeaxey123@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=03271c5828f57362f1d12969313966fb88b6f83e"
+ }
+}
diff --git a/domains/_discord.zoom.json b/domains/_discord.zoom.json
new file mode 100644
index 000000000..f5ebe7440
--- /dev/null
+++ b/domains/_discord.zoom.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "theoldzoom",
+ "email": "theoldzoom@gmail.com",
+ "twitter": "theoldzoom",
+ "discord": "theoldzoom"
+ },
+ "record": {
+ "TXT": "dh=170063c268dd129fa057f1517490d51aa9e792f7"
+ }
+}
diff --git a/domains/discord.deadcode.json b/domains/_gh-DeadCodeGames-o.deadcode.json
similarity index 78%
rename from domains/discord.deadcode.json
rename to domains/_gh-DeadCodeGames-o.deadcode.json
index 92b143814..b0866ea56 100644
--- a/domains/discord.deadcode.json
+++ b/domains/_gh-DeadCodeGames-o.deadcode.json
@@ -4,6 +4,6 @@
"email": "richard@kanshen.click"
},
"record": {
- "CNAME": "hosts.is-a.dev"
+ "TXT": "392e701839"
}
}
diff --git a/domains/_gh-is-a-dev-o.www.json b/domains/_gh-is-a-dev-o.www.json
new file mode 100644
index 000000000..ea1a4d61e
--- /dev/null
+++ b/domains/_gh-is-a-dev-o.www.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "is-a-dev",
+ "email": ""
+ },
+
+ "record": {
+ "TXT": "1259c184c5"
+ }
+}
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-Bimarsha69.bimarsha.json b/domains/_github-pages-challenge-Bimarsha69.bimarsha.json
new file mode 100644
index 000000000..05899564f
--- /dev/null
+++ b/domains/_github-pages-challenge-Bimarsha69.bimarsha.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Bimarsha69",
+ "email": "bimarshathapa2@gmail.com"
+ },
+ "record": {
+ "TXT": "ad9b8ff5793eb8dd58746a30bee4c7"
+ }
+}
diff --git a/domains/_github-pages-challenge-Glqch404.glqch.json b/domains/_github-pages-challenge-Glqch404.glqch.json
index 2eb7d08cb..060991950 100644
--- a/domains/_github-pages-challenge-Glqch404.glqch.json
+++ b/domains/_github-pages-challenge-Glqch404.glqch.json
@@ -6,6 +6,6 @@
"discord": "915932527871541309"
},
"record": {
- "TXT": "fb2e7de8506002e7aa7df3d938de5d"
+ "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-LIGMATV.ligmatv.json b/domains/_github-pages-challenge-LIGMATV.ligmatv.json
new file mode 100644
index 000000000..8bd01e36b
--- /dev/null
+++ b/domains/_github-pages-challenge-LIGMATV.ligmatv.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LIGMATV",
+ "email": "ligmatv.id@gmail.com"
+ },
+ "record": {
+ "TXT": "de8560c4ea3c0f753266b402385c50"
+ }
+}
diff --git a/domains/_github-pages-challenge-LowkeyGUY4444.akshya.json b/domains/_github-pages-challenge-LowkeyGUY4444.akshya.json
new file mode 100644
index 000000000..582a8dc6a
--- /dev/null
+++ b/domains/_github-pages-challenge-LowkeyGUY4444.akshya.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lowkeyguy4444",
+ "email": "akshyathapa23@gmail.com"
+ },
+ "record": {
+ "TXT": "b29322c856bfcf9889e95c6cd95b91"
+ }
+}
diff --git a/domains/_github-pages-challenge-MadisonWirtanen.zwyz.json b/domains/_github-pages-challenge-MadisonWirtanen.zwyz.json
new file mode 100644
index 000000000..34c9592f6
--- /dev/null
+++ b/domains/_github-pages-challenge-MadisonWirtanen.zwyz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "madisonwirtanen",
+ "email": "isadev@imkk.uk"
+ },
+ "record": {
+ "TXT": "18776d6f831dd6e69e7889f4747ecb"
+ }
+}
\ No newline at end of file
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-Myrdincx.myrdin.json b/domains/_github-pages-challenge-Myrdincx.myrdin.json
new file mode 100644
index 000000000..25849f9b3
--- /dev/null
+++ b/domains/_github-pages-challenge-Myrdincx.myrdin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Myrdincx",
+ "email": "myrdincx@gmail.com"
+ },
+ "record": {
+ "TXT": "73c422f79a3a088a46e52e7844cb08"
+ }
+}
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-PokedWasTaken.poked.json b/domains/_github-pages-challenge-PokedWasTaken.poked.json
new file mode 100644
index 000000000..870f4ce0c
--- /dev/null
+++ b/domains/_github-pages-challenge-PokedWasTaken.poked.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "PokedWasTaken",
+ "email": "pokedwastaken@gmail.com",
+ "discord": "poked"
+ },
+ "record": {
+ "TXT": "492698bed250302903bda08e024c89"
+ }
+}
diff --git a/domains/_github-pages-challenge-Riihime.riihime.json b/domains/_github-pages-challenge-Riihime.riihime.json
new file mode 100644
index 000000000..62357f46f
--- /dev/null
+++ b/domains/_github-pages-challenge-Riihime.riihime.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Riihime",
+ "email": "",
+ "discord": "riihime"
+ },
+ "record": {
+ "TXT": "dbf468dcc12907dc90b485737f344a"
+ }
+ }
\ No newline at end of file
diff --git a/domains/_github-pages-challenge-Rouf0x.json b/domains/_github-pages-challenge-Rouf0x.json
new file mode 100644
index 000000000..ea5abf45b
--- /dev/null
+++ b/domains/_github-pages-challenge-Rouf0x.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Rouf0x",
+ "email": "Gabrielruf.fr@gmail.com"
+ },
+ "record": {
+ "TXT": "f01cd0a4cbac68efe6b87568776ad9"
+ }
+}
diff --git a/domains/_github-pages-challenge-ScytheMediaTheDev.scythemedia.json b/domains/_github-pages-challenge-ScytheMediaTheDev.scythemedia.json
new file mode 100644
index 000000000..c428cde22
--- /dev/null
+++ b/domains/_github-pages-challenge-ScytheMediaTheDev.scythemedia.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ScytheMediaTheDev",
+ "email": "tswartz22@aol.com"
+ },
+ "record": {
+ "TXT": "46b3d088175cbb38e9c4b3b81cdb4b"
+ }
+}
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-TheOldZoom.zoom.json b/domains/_github-pages-challenge-TheOldZoom.zoom.json
new file mode 100644
index 000000000..a3fd5d1ef
--- /dev/null
+++ b/domains/_github-pages-challenge-TheOldZoom.zoom.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "theoldzoom",
+ "email": "theoldzoom@gmail.com",
+ "twitter": "theoldzoom",
+ "discord": "theoldzoom"
+ },
+ "record": {
+ "TXT": "617b3a42e42c46cb26aef97305fd8e"
+ }
+}
diff --git a/domains/_github-pages-challenge-TheWongLife.thewonglife.json b/domains/_github-pages-challenge-TheWongLife.thewonglife.json
new file mode 100644
index 000000000..4ffd4694e
--- /dev/null
+++ b/domains/_github-pages-challenge-TheWongLife.thewonglife.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TheWongLife",
+ "email": "nwong27@illinois.edu"
+ },
+ "record": {
+ "TXT": "eab75ad7eaab8f055c0d350cb1d28e"
+ }
+}
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/_github-pages-challenge-YouFoundAlpha.alpha.json b/domains/_github-pages-challenge-YouFoundAlpha.alpha.json
index f69fbfcf4..60653de87 100644
--- a/domains/_github-pages-challenge-YouFoundAlpha.alpha.json
+++ b/domains/_github-pages-challenge-YouFoundAlpha.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-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-aldnnnz.aldnnnz.json b/domains/_github-pages-challenge-aldnnnz.aldnnnz.json
new file mode 100644
index 000000000..14cef686a
--- /dev/null
+++ b/domains/_github-pages-challenge-aldnnnz.aldnnnz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "aldnnnz",
+ "email": "aldynnn@yahoo.com"
+ },
+ "record": {
+ "TXT": "5fd4c25bc65bfba8a87f5aa0b38a37"
+ }
+}
diff --git a/domains/_github-pages-challenge-anshbhimani.anshbhimani.json b/domains/_github-pages-challenge-anshbhimani.anshbhimani.json
new file mode 100644
index 000000000..f87dde096
--- /dev/null
+++ b/domains/_github-pages-challenge-anshbhimani.anshbhimani.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "anshbhimani",
+ "email": "ansh.bhimani@outlook.com"
+ },
+ "record": {
+ "TXT": "36d0b9db7565094d11ea8fdb539e1dg"
+ }
+}
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-carafelix.heroprotagonist.json b/domains/_github-pages-challenge-carafelix.heroprotagonist.json
new file mode 100644
index 000000000..cedf11a1a
--- /dev/null
+++ b/domains/_github-pages-challenge-carafelix.heroprotagonist.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "carafelix",
+ "email": "heroprotagonist32@gmail.com"
+ },
+ "record": {
+ "TXT": "61ef4af708632a4018579e72c75b65"
+ }
+}
diff --git a/domains/_github-pages-challenge-crischutu07.crischutu07.json b/domains/_github-pages-challenge-crischutu07.crischutu07.json
new file mode 100644
index 000000000..fbd8c58f1
--- /dev/null
+++ b/domains/_github-pages-challenge-crischutu07.crischutu07.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "crischutu07",
+ "email": "sondolavnxbox.omlet@gmail.com"
+ },
+ "record": {
+ "TXT": "bad00bc54be093493a43e915dfd349"
+ }
+}
diff --git a/domains/_github-pages-challenge-denboy0123.juqwtf.json b/domains/_github-pages-challenge-denboy0123.juqwtf.json
new file mode 100644
index 000000000..ce6226134
--- /dev/null
+++ b/domains/_github-pages-challenge-denboy0123.juqwtf.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "denboy0123",
+ "email": "pochtaproverka01@gmail.com"
+ },
+ "record": {
+ "TXT": "6146edfce746644d8877fd941120eb"
+ }
+}
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-heyshaquib.heyshaquib.json b/domains/_github-pages-challenge-heyshaquib.heyshaquib.json
new file mode 100644
index 000000000..7d74d01a7
--- /dev/null
+++ b/domains/_github-pages-challenge-heyshaquib.heyshaquib.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "heyshaquib",
+ "email": "heyshaquib@proton.me"
+ },
+ "record": {
+ "TXT": "cd081244e0ad3700962e9d4280285a"
+ }
+}
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-krishnans2006.krishnan.json b/domains/_github-pages-challenge-krishnans2006.krishnan.json
new file mode 100644
index 000000000..b5377951e
--- /dev/null
+++ b/domains/_github-pages-challenge-krishnans2006.krishnan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "krishnans2006",
+ "email": "krishnans2006@gmail.com"
+ },
+ "record": {
+ "TXT": "98ed55fbc51103499325626a360a64"
+ }
+}
diff --git a/domains/_github-pages-challenge-lightly-toasted.toast.json b/domains/_github-pages-challenge-lightly-toasted.toast.json
new file mode 100644
index 000000000..d1069aaf1
--- /dev/null
+++ b/domains/_github-pages-challenge-lightly-toasted.toast.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lightly-toasted",
+ "email": "tooast@duck.com"
+ },
+ "record": {
+ "TXT": "b92470bdf6083c1af8509ee249c02f"
+ }
+}
diff --git a/domains/_github-pages-challenge-mrasif.mrasif.json b/domains/_github-pages-challenge-mrasif.mrasif.json
new file mode 100644
index 000000000..2545ecd45
--- /dev/null
+++ b/domains/_github-pages-challenge-mrasif.mrasif.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mrasif",
+ "email": "admin@mrasif.in"
+ },
+ "record": {
+ "TXT": "3a800ee62fcc8911956495882b71ec"
+ }
+}
\ No newline at end of file
diff --git a/domains/_github-pages-challenge-niksnemc.niksne.json b/domains/_github-pages-challenge-niksnemc.niksne.json
new file mode 100644
index 000000000..1f1ce902b
--- /dev/null
+++ b/domains/_github-pages-challenge-niksnemc.niksne.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NikSneMC",
+ "email": "contact@niksne.ru"
+ },
+ "record": {
+ "TXT": "6cde33bca742bd0dd9adf39a8f6d82"
+ }
+}
diff --git a/domains/kawet.json b/domains/_github-pages-challenge-radioactivepotato.krunch.json
similarity index 50%
rename from domains/kawet.json
rename to domains/_github-pages-challenge-radioactivepotato.krunch.json
index a5f651129..eba5fb38d 100644
--- a/domains/kawet.json
+++ b/domains/_github-pages-challenge-radioactivepotato.krunch.json
@@ -1,11 +1,10 @@
{
"owner": {
- "username": "Kawet00",
+ "username": "RadioactivePotato",
"email": "",
- "twitter": "Kawet00",
- "discord": "Kawet#4827"
+ "discord": "krunchiekrunch._."
},
"record": {
- "CNAME": "ee4b2375-cc40-4c9d-b34a-9fa2047b8ebf.id.repl.co"
+ "TXT": "05dc6febabf44f8decab35d01609ee"
}
}
diff --git a/domains/_github-pages-challenge-reuel-k.reuel.json b/domains/_github-pages-challenge-reuel-k.reuel.json
new file mode 100644
index 000000000..6d67bc101
--- /dev/null
+++ b/domains/_github-pages-challenge-reuel-k.reuel.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "reuel-k",
+ "email": "reuelk@protonmail.com"
+ },
+ "record": {
+ "TXT": "2a76de58b3d71c4918f07e57c92d5b"
+ }
+}
diff --git a/domains/_github-pages-challenge-ryznxx.ryznxx.json b/domains/_github-pages-challenge-ryznxx.ryznxx.json
new file mode 100644
index 000000000..788e192ec
--- /dev/null
+++ b/domains/_github-pages-challenge-ryznxx.ryznxx.json
@@ -0,0 +1,10 @@
+{
+ "description": "To Get Great domain for developers get new dns",
+ "owner": {
+ "username": "ryznxx",
+ "email": "7ryznxx@gmail.com"
+ },
+ "record": {
+ "TXT": "929fe6044a0a6c6e6d32410d33ceb1"
+ }
+}
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-shymega.shymega.json b/domains/_github-pages-challenge-shymega.shymega.json
new file mode 100644
index 000000000..ebda0f2f6
--- /dev/null
+++ b/domains/_github-pages-challenge-shymega.shymega.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shymega",
+ "email": "shymega@shymega.org.uk"
+ },
+ "record": {
+ "TXT": "83c50be1b56ddbe89e971e9f77aa0b"
+ }
+}
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-suryanarayanrenjith.surya.json b/domains/_github-pages-challenge-suryanarayanrenjith.surya.json
new file mode 100644
index 000000000..de6ed456b
--- /dev/null
+++ b/domains/_github-pages-challenge-suryanarayanrenjith.surya.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "suryanarayanrenjith",
+ "email": "suryanarayanrenjith@outlook.com"
+ },
+ "record": {
+ "TXT": "2c563764487945f6157ee1c82e15d6"
+ }
+}
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-uuphoria2.uuphoria2.json b/domains/_github-pages-challenge-uuphoria2.uuphoria2.json
new file mode 100644
index 000000000..f65e6dc95
--- /dev/null
+++ b/domains/_github-pages-challenge-uuphoria2.uuphoria2.json
@@ -0,0 +1,10 @@
+{
+ "description": "Verification for my personal site",
+ "owner": {
+ "username": "uuphoria2",
+ "email": "gman36147@gmail.com"
+ },
+ "record": {
+ "TXT": "e102771c99f70130190148a2d00ee0"
+ }
+}
diff --git a/domains/_github-pages-challenge-vihaananand.untitled.json b/domains/_github-pages-challenge-vihaananand.untitled.json
new file mode 100644
index 000000000..8466d1b70
--- /dev/null
+++ b/domains/_github-pages-challenge-vihaananand.untitled.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "VihaanAnand",
+ "email": "macos14sonoma@gmail.com"
+ },
+ "record": {
+ "TXT": "53234a8871b871e94e29adff5a8e91"
+ }
+}
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/_github-pages-challenge-zpiste.piste.json b/domains/_github-pages-challenge-zpiste.piste.json
new file mode 100644
index 000000000..e998a3d0d
--- /dev/null
+++ b/domains/_github-pages-challenge-zpiste.piste.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zpiste",
+ "email": "contact@piste.dev"
+ },
+ "record": {
+ "TXT": "ad901dc238a681f67e4979e64eac7e"
+ }
+}
diff --git a/domains/_gitlab-pages-verification-code.meerkats.shays.json b/domains/_gitlab-pages-verification-code.meerkats.shays.json
index f16d84749..442847b5d 100644
--- a/domains/_gitlab-pages-verification-code.meerkats.shays.json
+++ b/domains/_gitlab-pages-verification-code.meerkats.shays.json
@@ -4,6 +4,6 @@
"email": "SHays24@student.sacs.nsw.edu.au"
},
"record": {
- "TXT": "gitlab-pages-verification-code=ae094773869d07be976fc107f5548311"
+ "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/aakashuuuu.json b/domains/aakashuuuu.json
new file mode 100644
index 000000000..9bb101154
--- /dev/null
+++ b/domains/aakashuuuu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "itsAakashz",
+ "email": "gzatrop@gmail.com"
+ },
+ "record": {
+ "CNAME": "nextjs-aakashuu-portfolio.pages.dev"
+ }
+}
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/abe.json b/domains/abe.json
new file mode 100644
index 000000000..540496b8e
--- /dev/null
+++ b/domains/abe.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "solarcosmic",
+ "email": "skyrocket180@gmail.com",
+ "discord": "1201432681913778260"
+ },
+
+ "record": {
+ "CNAME": "profile01.overstand.app"
+ }
+ }
+
\ No newline at end of file
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/acctuke.json b/domains/acctuke.json
new file mode 100644
index 000000000..95709788f
--- /dev/null
+++ b/domains/acctuke.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Roing",
+ "email": "yang4421@outlook.com"
+ },
+ "record": {
+ "A": ["47.120.72.157"]
+ }
+}
diff --git a/domains/acronical.json b/domains/acronical.json
new file mode 100644
index 000000000..b84da440c
--- /dev/null
+++ b/domains/acronical.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AcronicalYT",
+ "email": "acronicalbusiness@gmail.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/cat.json b/domains/afk.json
similarity index 50%
rename from domains/cat.json
rename to domains/afk.json
index 68f770565..86c822049 100644
--- a/domains/cat.json
+++ b/domains/afk.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "DarindaDraX",
- "email": "123kishanvish@gmail.com"
+ "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/ahammednibras.json b/domains/ahammednibras.json
new file mode 100644
index 000000000..5b4ca3270
--- /dev/null
+++ b/domains/ahammednibras.json
@@ -0,0 +1,12 @@
+{
+ "description": "I want to use this domain as my personal web portfolio.",
+ "repo": "https://github.com/ahammednibras8/ahammednibras8.github.io",
+ "owner": {
+ "username": "ahammednibras8",
+ "email": "ahammednibras@hey.com",
+ "twitter": "ahammednibras8"
+ },
+ "record": {
+ "CNAME": "ahammednibras8.github.io"
+ }
+}
diff --git a/domains/ahmedtohamy.json b/domains/ahmedtohamy.json
new file mode 100644
index 000000000..2716f3c3f
--- /dev/null
+++ b/domains/ahmedtohamy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ahmedtohamy1",
+ "email": "1ahmed.tohamy@gmail.com"
+ },
+ "record": {
+ "CNAME": "ahmedtohamy1.github.io"
+ }
+}
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/ai-demo.json b/domains/ai-demo.json
new file mode 100644
index 000000000..dc80d7302
--- /dev/null
+++ b/domains/ai-demo.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "andrewstech",
+ "email": "andrew@maintainers.is-a.dev",
+ "discord": "598245488977903688"
+ },
+
+ "record": {
+ "CNAME": "andrewstech.github.io"
+ }
+ }
+
\ No newline at end of file
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..e6c10300b
--- /dev/null
+++ b/domains/ajay.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Aj-Cdr",
+ "email": "ajaysathishpreetha2.0@gmail.com"
+ },
+ "record": {
+ "URL": "https://ajay.framer.ai/"
+ }
+}
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/akatsuki.json b/domains/akatsuki.json
new file mode 100644
index 000000000..f01869dac
--- /dev/null
+++ b/domains/akatsuki.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Miguel-altcell",
+ "email": "wilsonmigueljalla@gmail.com",
+ "discord": "1223721772051075193"
+ },
+
+ "record": {
+ "CNAME": "akatsuki-crew.rf.gd"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/akbar.json b/domains/akbar.json
new file mode 100644
index 000000000..b4c5d32ea
--- /dev/null
+++ b/domains/akbar.json
@@ -0,0 +1,10 @@
+{
+ "description": "Portfolio of M. Akbar Perdana",
+ "owner": {
+ "username": "akbarrdev",
+ "email": "teamnevolution@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-7to.pages.dev"
+ }
+}
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/akcord.json b/domains/akcord.json
new file mode 100644
index 000000000..59e946e13
--- /dev/null
+++ b/domains/akcord.json
@@ -0,0 +1,11 @@
+{
+ "description": "AKCord's Portfolio",
+ "repo": "https://github.com/AKCord/akcord.github.io",
+ "owner": {
+ "username": "AKCord",
+ "email": "shrestha.aeniv@gmail.com"
+ },
+ "record": {
+ "CNAME": "akcord.github.io"
+ }
+}
diff --git a/domains/akhilesh.json b/domains/akhilesh.json
new file mode 100644
index 000000000..f77da1267
--- /dev/null
+++ b/domains/akhilesh.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal Portfolio",
+ "repo": "https://github.com/ProCoderAkhil/ProCoderAkhil.github.io",
+ "owner": {
+ "username": "ProCoderAkhil",
+ "email": "AkhilRamachandran@gmail.com"
+ },
+ "record": {
+ "CNAME": "ProCoderAkhil.github.io"
+ }
+}
diff --git a/domains/akki.json b/domains/akki.json
index 28cc32359..7d398ad94 100644
--- a/domains/akki.json
+++ b/domains/akki.json
@@ -1,11 +1,12 @@
{
- "owner": {
- "username": "LegendOP1041",
- "email": "maillegendop@gmail.com",
- "discord": "1056531806763102218"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
-}
+ "owner": {
+ "username": "akshtt-dev",
+ "email": "maillegendop@gmail.com",
+ "discord": "1056531806763102218"
+ },
+
+ "record": {
+ "A": ["69.197.135.203"]
+ }
+ }
+
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/akshat.json b/domains/akshat.json
new file mode 100644
index 000000000..bbee87dae
--- /dev/null
+++ b/domains/akshat.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "akshatgurnani",
+ "email": "Akshatgurnani@outlook.com"
+ },
+ "record": {
+ "URL": "https://www.github.com/akshatgurnani"
+ }
+}
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/akshtt.json b/domains/akshtt.json
index 28cc32359..5ff9fe6e2 100644
--- a/domains/akshtt.json
+++ b/domains/akshtt.json
@@ -6,6 +6,6 @@
},
"record": {
- "A": ["69.30.249.53"]
+ "A": ["69.197.135.202"]
}
}
diff --git a/domains/akshya.json b/domains/akshya.json
new file mode 100644
index 000000000..4c1d49963
--- /dev/null
+++ b/domains/akshya.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio Website",
+ "repo": "https://github.com/LowkeyGUY4444/LowkeyGUY4444.github.io",
+ "owner": {
+ "username": "LowkeyGUY4444",
+ "email": "akshyathapa23@gmail.com"
+ },
+ "record": {
+ "CNAME": "LowkeyGUY4444.github.io"
+ }
+}
diff --git a/domains/alain.json b/domains/alain.json
new file mode 100644
index 000000000..cb5b0d6f1
--- /dev/null
+++ b/domains/alain.json
@@ -0,0 +1,12 @@
+{
+ "repo": "https://github.com/alainsdev/register",
+ "owner": {
+ "username": "alainsdev",
+ "email": "ghghello30@gmail.com",
+ "discord": "970325505989574656"
+ },
+
+ "record": {
+ "CNAME": "alainsdev.github.io"
+ }
+ }
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/aldnnnz.json b/domains/aldnnnz.json
new file mode 100644
index 000000000..f64f7a446
--- /dev/null
+++ b/domains/aldnnnz.json
@@ -0,0 +1,12 @@
+{
+ "description": "portofolio",
+ "domain": "aldnnnz.is-a.dev",
+ "repo": "https://github.com/aldnnnz/aldnnnz.github.io",
+ "owner": {
+ "username": "aldnnnz",
+ "email": "aldynnn@yahoo.com"
+ },
+ "record": {
+ "CNAME": "aldnnnz.github.io"
+ }
+}
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/alexd.json b/domains/alexd.json
new file mode 100644
index 000000000..8fe80b750
--- /dev/null
+++ b/domains/alexd.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "AlexanderDDevelopment",
+ "email": "AlexanderDDevelopment@gmail.com",
+ "discord": "1237578569358639190"
+ },
+
+ "record": {
+ "CNAME": "alexanderd.pages.dev"
+ }
+ }
+
\ No newline at end of file
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/alexismaison.json b/domains/alexismaison.json
new file mode 100644
index 000000000..fd7c1a21c
--- /dev/null
+++ b/domains/alexismaison.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alexis2m",
+ "email": "hello@alexismaison.com"
+ },
+ "record": {
+ "URL": "https://alexismaison.com"
+ }
+}
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..4a9f6402d 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"
+ "URL": "https://ss.almaz.is-a.dev",
+ "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/amy.json b/domains/amy.json
index 8d5d0b02e..0ec869526 100644
--- a/domains/amy.json
+++ b/domains/amy.json
@@ -3,7 +3,7 @@
"repo": "https://github.com/nullishamy/nullishamy.github.io",
"owner": {
"username": "nullishamy",
- "email": "amycodes@null.net"
+ "email": "contact@amyerskine.me"
},
"record": {
"CNAME": "nullishamy.github.io"
diff --git a/domains/analytics.json b/domains/analytics.json
deleted file mode 100644
index 6d52dc48c..000000000
--- a/domains/analytics.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev",
- "email": "phenax5@gmail.com"
- },
- "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/andrewdxz.json b/domains/andrewdxz.json
new file mode 100644
index 000000000..f5b26b83b
--- /dev/null
+++ b/domains/andrewdxz.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "alainsdev",
+ "email": "ghghello30@gmail.com",
+ "discord": "970325505989574656"
+ },
+
+ "record": {
+ "CNAME": "andrewmack1.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/andrewstech.json b/domains/andrewstech.json
deleted file mode 100644
index 817c9da4c..000000000
--- a/domains/andrewstech.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "andrewstech",
- "email": "is-a-dev@win11react.com"
- },
- "record": {
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
- }
-}
diff --git a/domains/ann.json b/domains/ann.json
new file mode 100644
index 000000000..e154aefdb
--- /dev/null
+++ b/domains/ann.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal website to host bio info and other things",
+ "repo": "https://github.com/ann-dvlpr/ann-dvlpr.github.io",
+ "owner": {
+ "username": "ann-dvlpr",
+ "email": "ne0xch4r4@gmail.com"
+ },
+ "record": {
+ "CNAME": "ann-dvlpr.github.io"
+ }
+}
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/apep.json b/domains/apep.json
new file mode 100644
index 000000000..dd48d6562
--- /dev/null
+++ b/domains/apep.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "ArasakaID",
+ "email": "afifeka20@gmail.com",
+ "discord": "331616752767205378"
+ },
+
+ "record": {
+ "A": ["8.222.249.188"]
+ }
+ }
+
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.astra.json b/domains/api.astra.json
deleted file mode 100644
index d9df3fa1a..000000000
--- a/domains/api.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/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.namkun.json b/domains/api.namkun.json
new file mode 100644
index 000000000..156281184
--- /dev/null
+++ b/domains/api.namkun.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "beocaca",
+ "email": "namdev1402@gmail.com"
+ },
+ "record": {
+ "CNAME": "a.namkun.workers.dev"
+ }
+}
diff --git a/domains/api.semant.json b/domains/api.semant.json
index d36e9beeb..7dde925c0 100644
--- a/domains/api.semant.json
+++ b/domains/api.semant.json
@@ -6,6 +6,6 @@
"discord": "445073800850046977"
},
"record": {
- "A": ["69.30.249.53"]
+ "A": ["69.197.135.205"]
}
}
diff --git a/domains/api.shockbs.json b/domains/api.shockbs.json
new file mode 100644
index 000000000..12d89cd28
--- /dev/null
+++ b/domains/api.shockbs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shockbs",
+ "email": "apipherng@gmail.com"
+ },
+ "record": {
+ "CNAME": "apishockbsshockbsxddd.onrender.com"
+ }
+}
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/api.zeppelin.maskduck.json b/domains/api.zeppelin.maskduck.json
deleted file mode 100644
index 4ffcd8ccf..000000000
--- a/domains/api.zeppelin.maskduck.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "description": "Zeppelin selfhost API",
- "repo": "https://github.com/maskducks/maskducks.github.io",
- "owner": {
- "username": "MaskDuck",
- "email": "",
- "discord": "MaskDuck#1337",
- "twitter": "MaskDuck1",
- "reddit": "u/maskduck",
- "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586."
- },
- "record": {
- "CNAME": "zeppelin-railway-api.up.railway.app"
- }
-}
diff --git a/domains/api.zoom.json b/domains/api.zoom.json
new file mode 100644
index 000000000..bb93395ae
--- /dev/null
+++ b/domains/api.zoom.json
@@ -0,0 +1,13 @@
+{
+ "description": "A API where I will host all of my images/videos/stuff like it",
+ "repo": "https://github.com/theoldzoom/theoldzoom.github.io",
+ "owner": {
+ "username": "theoldzoom",
+ "email": "theoldzoom@gmail.com",
+ "twitter": "theoldzoom",
+ "discord": "theoldzoom"
+ },
+ "record": {
+ "CNAME": "theoldzoom.github.io"
+ }
+}
diff --git a/domains/apostolos.json b/domains/apostolos.json
new file mode 100644
index 000000000..55302b3ea
--- /dev/null
+++ b/domains/apostolos.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "tolisdev",
+ "email": "a.katsoudas@yahoo.com"
+ },
+ "record": {
+ "CNAME": "lux1.apostolosk.eu.org"
+ }
+}
+
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/arceus.json b/domains/arceus.json
new file mode 100644
index 000000000..3437f8b1d
--- /dev/null
+++ b/domains/arceus.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "blurwind",
+ "email": "",
+ "discord": "1055478076013817936"
+ },
+
+ "record": {
+ "CNAME": "blurwind.github.io"
+ }
+ }
+
\ No newline at end of file
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/archon.json b/domains/archon.json
new file mode 100644
index 000000000..36a014b81
--- /dev/null
+++ b/domains/archon.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "29ayaang",
+ "email": "29ayaang@proton.me"
+ },
+ "record": {
+ "CNAME": "29ayaang.github.io"
+ }
+}
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/arman.json b/domains/arman.json
new file mode 100644
index 000000000..874db2683
--- /dev/null
+++ b/domains/arman.json
@@ -0,0 +1,10 @@
+{
+ "description": "Personal Portfolio",
+ "owner": {
+ "username": "ItzArman09",
+ "email": "itz.armxn@outlook.com"
+ },
+ "record": {
+ "CNAME": "itzarman09.github.io"
+ }
+}
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/arrtea.json b/domains/arrtea.json
new file mode 100644
index 000000000..4f40c7ab3
--- /dev/null
+++ b/domains/arrtea.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Arrtea21",
+ "email": "arte.priv@protonmail.com"
+ },
+ "record": {
+ "CNAME": "arrtea21.github.io"
+ }
+ }
\ No newline at end of file
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/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/ashishji.json b/domains/ashishji.json
new file mode 100644
index 000000000..e3a6b2ba2
--- /dev/null
+++ b/domains/ashishji.json
@@ -0,0 +1,11 @@
+{
+ "description": "Ashish Verma Portfolio Website",
+ "repo": "https://github.com/ashishjii/ashishjii.github.io",
+ "owner": {
+ "username": "AshishJii",
+ "email": "ashishverma208004@gmail.com"
+ },
+ "record": {
+ "CNAME": "ashishjii.github.io"
+ }
+}
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/asterisk.json b/domains/asterisk.json
new file mode 100644
index 000000000..46beb2f14
--- /dev/null
+++ b/domains/asterisk.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "ast3risk-ops",
+ "email": "me@asterisk.lol",
+ "discord": "789561823863111742"
+ },
+ "record": {
+ "URL": "https://asterisk.lol"
+ }
+}
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/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
index 85300ea9e..02d952005 100644
--- a/domains/axay.json
+++ b/domains/axay.json
@@ -5,6 +5,6 @@
"discord" : "mrakshayas"
},
"record": {
- "CNAME": "mrakshayas.github.io"
+ "URL": "https://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/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/b4iterdev.json b/domains/b4iterdev.json
new file mode 100644
index 000000000..be461a34d
--- /dev/null
+++ b/domains/b4iterdev.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "b4iterdev",
+ "email": "thaimeo200389@gmail.com",
+ "discord": "480587458908651530"
+ },
+
+ "record": {
+ "CNAME": "b4iterdev.net.eu.org"
+ }
+ }
+
\ No newline at end of file
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/bako.json b/domains/bako.json
new file mode 100644
index 000000000..65ea681eb
--- /dev/null
+++ b/domains/bako.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "real-kwellercat",
+ "email": "lucas.rausch.732@k12.friscoisd.org",
+ "discord": "950189411759456266"
+ },
+
+ "record": {
+ "CNAME": "real-kwellercat.github.io"
+ }
+ }
+
\ No newline at end of file
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/bark1n.json b/domains/bark1n.json
new file mode 100644
index 000000000..18ceb47fd
--- /dev/null
+++ b/domains/bark1n.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Helixoo",
+ "email": "mailistenebeklion1@gmail.com"
+ },
+ "record": {
+ "CNAME": "0crsvdst.up.railway.app"
+ }
+}
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/bcraft.json b/domains/bcraft.json
new file mode 100644
index 000000000..9a323acc6
--- /dev/null
+++ b/domains/bcraft.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "xuanhaivptthn",
+ "email": "xuanhaivptthn@gmail.com",
+ "discord": "379076400394666004"
+ },
+
+ "record": {
+ "CNAME": "xuanhaivptthn.github.io"
+ }
+ }
+
diff --git a/domains/bday.suki.json b/domains/bday.suki.json
new file mode 100644
index 000000000..a3d5501ed
--- /dev/null
+++ b/domains/bday.suki.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "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/bernardofoegbu.json b/domains/bernardofoegbu.json
new file mode 100644
index 000000000..a3d0e71ac
--- /dev/null
+++ b/domains/bernardofoegbu.json
@@ -0,0 +1,11 @@
+{
+ "description": "I want to use it for hosting my portfolio site",
+ "repo": "https://github.com/O-BERNARDOFOEGBU/my-portfolio",
+ "owner": {
+ "username": "O-BERNARDOFOEGBU",
+ "email": "obinnaofoegbu71@gmail.com"
+ },
+ "record": {
+ "CNAME": "o-bernardofoegbu.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/betsthebest.json b/domains/betsthebest.json
new file mode 100644
index 000000000..b2ca5c2e4
--- /dev/null
+++ b/domains/betsthebest.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Betsthebest",
+ "email": "bets.hassoun@gmail.com"
+ },
+ "record": {
+ "CNAME": "betsthebest.github.io"
+ }
+}
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/img.json b/domains/bigtime.json
similarity index 50%
rename from domains/img.json
rename to domains/bigtime.json
index 68f770565..9f783f23c 100644
--- a/domains/img.json
+++ b/domains/bigtime.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "DarindaDraX",
- "email": "123kishanvish@gmail.com"
+ "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..a079da8e7
--- /dev/null
+++ b/domains/billy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tomlin7",
+ "email": "billydevbusiness@gmail.com"
+ },
+ "record": {
+ "URL": "https://tomlin7.github.io"
+ }
+}
diff --git a/domains/bimarsha.json b/domains/bimarsha.json
new file mode 100644
index 000000000..98aed7a12
--- /dev/null
+++ b/domains/bimarsha.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Bimarsha69",
+ "email": "bimarshathapa2@gmail.com"
+ },
+ "record": {
+ "CNAME": "bimarsha69.github.io"
+ }
+}
diff --git a/domains/bin.sono.json b/domains/bin.sono.json
new file mode 100644
index 000000000..7118f01a4
--- /dev/null
+++ b/domains/bin.sono.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "getSono",
+ "email": "julianwolf2013@outlook.de",
+ "discord": "1222250424309121145"
+ },
+
+ "record": {
+ "A": ["69.197.135.202"]
+ }
+ }
+
\ No newline at end of file
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/blitzbrian.json b/domains/blitzbrian.json
new file mode 100644
index 000000000..a85036e93
--- /dev/null
+++ b/domains/blitzbrian.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "blitzbrian",
+ "email": "brianvoorbij@gmail.com",
+ "discord": "814555302178455604"
+ },
+
+ "record": {
+ "CNAME": "blitzbrian.github.io"
+ }
+ }
+
\ No newline at end of file
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.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.joetroll.json b/domains/blog.joetroll.json
new file mode 100644
index 000000000..40349c359
--- /dev/null
+++ b/domains/blog.joetroll.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "trolljoe",
+ "email": "joetechtok@proton.me",
+ "discord": "1054945019137630278"
+ },
+ "record": {
+ "CNAME": "blogjoetroll.pages.dev"
+ }
+}
diff --git a/domains/blog.quincetart10.json b/domains/blog.quincetart10.json
new file mode 100644
index 000000000..468e0964b
--- /dev/null
+++ b/domains/blog.quincetart10.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal blog",
+ "repo": "https://github.com/QuinceTart10/blog",
+ "owner": {
+ "username": "QuinceTart10",
+ "email": "",
+ "discord": "862644161156218891"
+ },
+ "record": {
+ "CNAME": "quincetart10.github.io"
+ }
+}
diff --git a/domains/blog.sanooj.json b/domains/blog.sanooj.json
new file mode 100644
index 000000000..3b1f3cf54
--- /dev/null
+++ b/domains/blog.sanooj.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sanoojes",
+ "email": "sanoojes6371@gmail.com"
+ },
+ "record": {
+ "CNAME": "sanoojes.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/boris1993.json b/domains/boris1993.json
index 1df9959bc..c79b3d1c3 100644
--- a/domains/boris1993.json
+++ b/domains/boris1993.json
@@ -5,6 +5,6 @@
},
"description": "boris1993.is-a.dev",
"record": {
- "CNAME": "boris1993.github.io"
+ "URL": "https://www.boris1993.com"
}
}
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..4196c3f46
--- /dev/null
+++ b/domains/brandgrandreal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BrandgrandRealMe",
+ "email": "BrandonTheDev@proton.me"
+ },
+ "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/bru.json b/domains/bru.json
new file mode 100644
index 000000000..cd16e7f30
--- /dev/null
+++ b/domains/bru.json
@@ -0,0 +1,11 @@
+{
+ "description": "Brunos's personal developer website",
+ "repo": "https://github.com/BrunoWithoutH/BrunoWithoutH.github.io",
+ "owner": {
+ "username": "BrunoWithoutH",
+ "email": "pinheirobrunoevaristo@gmail.com"
+ },
+ "record": {
+ "CNAME": "brunowithouth.github.io"
+ }
+}
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/bud.json b/domains/bud.json
new file mode 100644
index 000000000..e42d70f59
--- /dev/null
+++ b/domains/bud.json
@@ -0,0 +1,11 @@
+{
+ "description": "Looks nicer than if it were github.io",
+ "repo": "https://github.com/bud3699/bud3699.github.io",
+ "owner": {
+ "username": "bud3699",
+ "email": "bud3699@gmail.com"
+ },
+ "record": {
+ "CNAME": "bud3699.github.io"
+ }
+ }
\ No newline at end of file
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/canavan.json b/domains/canavan.json
new file mode 100644
index 000000000..11b932f04
--- /dev/null
+++ b/domains/canavan.json
@@ -0,0 +1,12 @@
+{
+ "description": "My little web profile",
+ "repo": "https://github.com/Ninja-5000/ninja-5000.github.io",
+ "owner": {
+ "username": "Ninja-5000",
+ "email": "",
+ "discord": "707170199861854209"
+ },
+ "record": {
+ "CNAME": "ninja-5000.github.io"
+ }
+}
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.arman.json b/domains/cdn.arman.json
new file mode 100644
index 000000000..c5f418e83
--- /dev/null
+++ b/domains/cdn.arman.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ItzArman09",
+ "email": "itz.armxn@outlook.com"
+ },
+ "record": {
+ "CNAME": "itzarman09.github.io"
+ }
+}
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/charlesbird.json b/domains/charlesbird.json
new file mode 100644
index 000000000..1fe618441
--- /dev/null
+++ b/domains/charlesbird.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "UntoldGam",
+ "email": "charlesobird+github@outlook.com"
+ },
+ "record": {
+ "CNAME": "charlesobird.pages.dev"
+ }
+}
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/chat-oandbtech.json b/domains/chathub.json
similarity index 80%
rename from domains/chat-oandbtech.json
rename to domains/chathub.json
index b484bb6a9..bea7f1902 100644
--- a/domains/chat-oandbtech.json
+++ b/domains/chathub.json
@@ -4,6 +4,6 @@
"email": "bhaskarmandal369@gmail.com"
},
"record": {
- "A": ["40.176.254.77"]
+ "A": ["20.198.8.42"]
}
}
diff --git a/domains/chegedouglas.json b/domains/chegedouglas.json
new file mode 100644
index 000000000..bb2f805fe
--- /dev/null
+++ b/domains/chegedouglas.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "LSAfrika",
+ "email": "lstudiosafrika@gmail.com",
+ "discord": "1239524915112181791"
+ },
+
+ "record": {
+ "A": ["13.48.207.48"]
+ }
+ }
+
\ No newline at end of file
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/chess.bob16077.json b/domains/chess.bob16077.json
new file mode 100644
index 000000000..c1106415e
--- /dev/null
+++ b/domains/chess.bob16077.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "bob16077",
+ "discord": "bob16077777",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "bob16077.github.io"
+ }
+}
diff --git a/domains/chgeo.json b/domains/chgeo.json
new file mode 100644
index 000000000..7d8f3d3d4
--- /dev/null
+++ b/domains/chgeo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chgeo",
+ "email": "christian.georgi@sap.com"
+ },
+ "record": {
+ "URL": "https://github.com/chgeo"
+ }
+}
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/chiranth.json b/domains/chiranth.json
new file mode 100644
index 000000000..1279bd724
--- /dev/null
+++ b/domains/chiranth.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chiranthkothari",
+ "email": "chiranthkothari96@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/chiranthkothari/chiranthkothari"
+ }
+}
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/chrischenny.json b/domains/chrischenny.json
new file mode 100644
index 000000000..85f7fb535
--- /dev/null
+++ b/domains/chrischenny.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Chrischenny0",
+ "email": "chris_chenoweth1@baylor.edu"
+ },
+ "record": {
+ "CNAME": "alamohouse.duckdns.org"
+ }
+}
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/cibucristi.json b/domains/cibucristi.json
new file mode 100644
index 000000000..8f4021942
--- /dev/null
+++ b/domains/cibucristi.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "cibucristi",
+ "email": "cibucristi1@gmail.com",
+ "discord": "773576280150900749"
+ },
+
+ "record": {
+ "CNAME": "cibucristi-dev.pages.dev"
+ }
+ }
+
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/codeminds.json b/domains/codeminds.json
new file mode 100644
index 000000000..23e7ab4c8
--- /dev/null
+++ b/domains/codeminds.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "clementhart999",
+ "email": "clementhart999@gmail.com"
+ },
+ "record": {
+ "CNAME": "clementhart999.github.io"
+ }
+}
diff --git a/domains/codeserver.sono.json b/domains/codeserver.sono.json
new file mode 100644
index 000000000..7118f01a4
--- /dev/null
+++ b/domains/codeserver.sono.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "getSono",
+ "email": "julianwolf2013@outlook.de",
+ "discord": "1222250424309121145"
+ },
+
+ "record": {
+ "A": ["69.197.135.202"]
+ }
+ }
+
\ No newline at end of file
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/cody.json b/domains/cody.json
new file mode 100644
index 000000000..2085acede
--- /dev/null
+++ b/domains/cody.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "theinfamouscoder5",
+ "email": "codingamazing224@outlook.com"
+ },
+ "record": {
+ "URL": "https://about-cody.pages.dev/"
+ }
+}
diff --git a/domains/colix.json b/domains/colix.json
new file mode 100644
index 000000000..6d3fcd457
--- /dev/null
+++ b/domains/colix.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "YeahhColix",
+ "email": "yeahhcolix@gmail.com"
+ },
+ "record": {
+ "CNAME": "colix.pages.dev"
+ }
+}
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/cr1ket.json b/domains/cr1ket.json
new file mode 100644
index 000000000..06f02b2cc
--- /dev/null
+++ b/domains/cr1ket.json
@@ -0,0 +1,12 @@
+{
+ "description": "Using for my personal site cr1ket.xyz",
+ "repo": "https://github.com/NoahMK21100/NoahMK21100.github.io",
+ "owner": {
+ "username": "NoahMK21100",
+ "email": "NoahMK21100@gmail.com",
+ "twitter": "noahmk17"
+ },
+ "record": {
+ "CNAME": "NoahMK21100.github.io"
+ }
+}
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/creeperita104.json b/domains/creeperita104.json
new file mode 100644
index 000000000..f59cc83d2
--- /dev/null
+++ b/domains/creeperita104.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "creeperita09",
+ "email": "creeperita.09@gmail.com"
+ },
+ "record": {
+ "CNAME": "icahomesvr2022.freeddns.org"
+ }
+}
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/mail.rika.json b/domains/crischutu07.json
similarity index 50%
rename from domains/mail.rika.json
rename to domains/crischutu07.json
index 4ecf5753b..fa3ca7ff5 100644
--- a/domains/mail.rika.json
+++ b/domains/crischutu07.json
@@ -1,9 +1,7 @@
{
- "description": "Domain for gmail",
- "repo": "https://github.com/NicolDev/mail",
"owner": {
- "username": "NicolDev",
- "email": "cainiao1509@gmail.com"
+ "username": "crischutu07",
+ "email": "crischutu07owo@gmail.com"
},
"record": {
"A": [
@@ -12,7 +10,10 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
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/crm.digidenone.json b/domains/crm.digidenone.json
new file mode 100644
index 000000000..7e050a5b3
--- /dev/null
+++ b/domains/crm.digidenone.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "digidenone",
+ "email": "digidenone@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
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..3795ab448 100644
--- a/domains/cutedog5695.json
+++ b/domains/cutedog5695.json
@@ -2,17 +2,10 @@
"owner": {
"username": "CuteDog5695",
"email": "cutedog5695@gmail.com",
- "discord": "cutedog5695",
+ "discord": "716306888492318790",
"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"
+ "CNAME": "edge.redirect.pizza"
}
}
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/cycloneaddons.json b/domains/cycloneaddons.json
new file mode 100644
index 000000000..9a0eae49d
--- /dev/null
+++ b/domains/cycloneaddons.json
@@ -0,0 +1,12 @@
+{
+ "description": "Use for portfolio.",
+ "repo": "https://github.com/CycloneAddons/cycloneaddons.github.io",
+ "owner": {
+ "username": "CycloneAddons",
+ "email": "cycloneaddon@gmail.com",
+ "twitter": "cycloneaddons"
+ },
+ "record": {
+ "CNAME": "cycloneaddons.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/dae.json b/domains/dae.json
new file mode 100644
index 000000000..bd9763401
--- /dev/null
+++ b/domains/dae.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Daeloth",
+ "email": "alanvcd@frikipedia.es"
+ },
+ "record": {
+ "URL": "http://www.daeloth.com/home"
+ }
+}
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/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/dan-habot.json b/domains/dan-habot.json
index b69f8a9c7..fe6ba021b 100644
--- a/domains/dan-habot.json
+++ b/domains/dan-habot.json
@@ -1,5 +1,5 @@
{
- "description": "Fullstack web & mobile dev, quality assurance, automation, reverse engineering, and flexible",
+ "description": "My links",
"repo": "https://github.com/danhab99/danhab99.github.io",
"owner": {
"username": "danhab99",
diff --git a/domains/dangnat.json b/domains/dangnat.json
new file mode 100644
index 000000000..d196bbf25
--- /dev/null
+++ b/domains/dangnat.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NaTDeveloper",
+ "email": "devihermeena@gmail.com"
+ },
+ "record": {
+ "CNAME": "natdev-5ffb.onrender.com"
+ }
+}
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/danosyrus.json b/domains/danosyrus.json
new file mode 100644
index 000000000..3778039fa
--- /dev/null
+++ b/domains/danosyrus.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal Resume",
+ "repo": "https://github.com/danosyrus/danosyrus.github.io",
+ "owner": {
+ "username": "danosyrus",
+ "email": "danosyrus@tuta.io",
+ "discord": "danosyrus"
+ },
+ "record": {
+ "CNAME": "danosyrus.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/dashboard.chiragnahata.json b/domains/dashboard.chiragnahata.json
new file mode 100644
index 000000000..a23664d55
--- /dev/null
+++ b/domains/dashboard.chiragnahata.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/dasshark.json b/domains/dasshark.json
new file mode 100644
index 000000000..ab0d6e63a
--- /dev/null
+++ b/domains/dasshark.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DasSharkk",
+ "email": "mail@julius.software"
+ },
+ "record": {
+ "CNAME": "julius.software"
+ }
+}
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/dc.kenny.json b/domains/dc.kenny.json
deleted file mode 100644
index c5686d7e7..000000000
--- a/domains/dc.kenny.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "KennySB-dev",
- "email": "kennybugeja@gmail.com",
- "discord": "kenny.sb"
- },
-
- "record": {
- "URL": "https://discord.com/users/681811851428102145"
- }
-}
diff --git a/domains/dc.riviox.json b/domains/dc.riviox.json
deleted file mode 100644
index 9d89b9862..000000000
--- a/domains/dc.riviox.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "riviox",
- "email": "rivioxyt@hotmail.com"
- },
- "record": {
- "URL": "https://discord.gg/bph5durcpk"
- }
-}
diff --git a/domains/dcnlxh.maskduck.json b/domains/dcnlxh.maskduck.json
new file mode 100644
index 000000000..5294115d0
--- /dev/null
+++ b/domains/dcnlxh.maskduck.json
@@ -0,0 +1,12 @@
+{
+ "description": "dcnlxh",
+ "repo": "https://github.com/maskduck/dcnlxh",
+ "owner": {
+ "username": "maskduck",
+ "email": "",
+ "discord": "716134528409665586"
+ },
+ "record": {
+ "CNAME": "maskduck.is-a.dev"
+ }
+}
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/dead.json b/domains/dead.json
new file mode 100644
index 000000000..7a3194d7a
--- /dev/null
+++ b/domains/dead.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "w8dead",
+ "email": "w8dead@proton.me"
+ },
+ "record": {
+ "URL": "https://www.instagram.com/w8dead/"
+ }
+}
diff --git a/domains/debarchito.json b/domains/debarchito.json
new file mode 100644
index 000000000..d6c2b849c
--- /dev/null
+++ b/domains/debarchito.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "debarchito",
+ "email": "debarchitonath@gmail.com",
+ "discord": "739497344780992564"
+ },
+
+ "record": {
+ "CNAME": "debarchito.github.io"
+ }
+ }
+
diff --git a/domains/declan.json b/domains/declan.json
new file mode 100644
index 000000000..c2c17263b
--- /dev/null
+++ b/domains/declan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "declanwn",
+ "email": "declanwnickerson@gmail.com"
+ },
+ "record": {
+ "A": ["67.246.110.110"]
+ }
+}
diff --git a/domains/deepesh.json b/domains/deepesh.json
new file mode 100644
index 000000000..0576fe452
--- /dev/null
+++ b/domains/deepesh.json
@@ -0,0 +1,11 @@
+{
+ "description": "Use for portfolio.",
+ "repo": "https://github.com/DeepeshXCodes/deepeshxcodes.github.io",
+ "owner": {
+ "username": "DeepeshXCodes",
+ "email": "deepesh.chakravartii@gmail.com"
+ },
+ "record": {
+ "CNAME": "deepeshxcodes.github.io"
+ }
+}
diff --git a/domains/deepraj.json b/domains/deepraj.json
new file mode 100644
index 000000000..62cf1114d
--- /dev/null
+++ b/domains/deepraj.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "deepraj21",
+ "email": "deepraj21.bera@gmail.com"
+ },
+ "record": {
+ "CNAME": "deepraj21.github.io"
+ }
+}
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/desiredesign.json b/domains/desiredesign.json
new file mode 100644
index 000000000..2f7cc0dbd
--- /dev/null
+++ b/domains/desiredesign.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Gh053d413x",
+ "email": "ghostedalex@gmail.com"
+ },
+ "record": {
+ "URL": "https://sites.google.com/view/desiredesign"
+ }
+}
diff --git a/domains/dev.acronical.json b/domains/dev.acronical.json
new file mode 100644
index 000000000..8036beb67
--- /dev/null
+++ b/domains/dev.acronical.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AcronicalYT",
+ "email": "acronicalbusiness@gmail.com"
+ },
+ "record": {
+ "CNAME": "dev.acronical.pages.dev"
+ }
+}
\ No newline at end of file
diff --git a/domains/dev.charlesbird.json b/domains/dev.charlesbird.json
new file mode 100644
index 000000000..cf8610151
--- /dev/null
+++ b/domains/dev.charlesbird.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "UntoldGam",
+ "email": "charlessbird+github@outlook.com"
+ },
+ "record": {
+ "CNAME": "dev.charlesobird.pages.dev"
+ }
+}
diff --git a/domains/dev.wilbur.json b/domains/dev.wilbur.json
new file mode 100644
index 000000000..e9890d766
--- /dev/null
+++ b/domains/dev.wilbur.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ThisCatLikesCrypto",
+ "email": "contact@wilburwilliams.uk"
+ },
+ "record": {
+ "CNAME": "dev.ww-projects.pages.dev"
+ }
+}
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/devbx.json b/domains/devbx.json
new file mode 100644
index 000000000..7a2100f7f
--- /dev/null
+++ b/domains/devbx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "devbx",
+ "email": "pangys0306@hotmail.com"
+ },
+ "record": {
+ "CNAME": "devbx.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/dg23w6xwjtee.json b/domains/dg23w6xwjtee.json
new file mode 100644
index 000000000..3353d2aed
--- /dev/null
+++ b/domains/dg23w6xwjtee.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "kleeiny",
+ "email": "kleeinlmao@gmail.com",
+ "discord": "763581985410121769"
+ },
+
+ "record": {
+ "CNAME": "gv-q6wjma7mpehvc2.dv.googlehosted.com"
+ }
+ }
+
\ No newline at end of file
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/digidenone.json b/domains/digidenone.json
new file mode 100644
index 000000000..7e050a5b3
--- /dev/null
+++ b/domains/digidenone.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "digidenone",
+ "email": "digidenone@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
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.json b/domains/discord.json
deleted file mode 100644
index 35a36caa8..000000000
--- a/domains/discord.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "a discord bot website",
- "repo": "https://github.com/botstudios",
- "owner": {
- "username": "BotStudios",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "botstudios.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/django.json b/domains/django.json
new file mode 100644
index 000000000..65aaa6499
--- /dev/null
+++ b/domains/django.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mediaformat",
+ "email": "mediaformat.ux@gmail.com"
+ },
+ "record": {
+ "CNAME": "mediaformat.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/domb.json b/domains/domb.json
new file mode 100644
index 000000000..3c6aa8349
--- /dev/null
+++ b/domains/domb.json
@@ -0,0 +1,11 @@
+{
+ "description": "to be able to use .is-a.dev domain",
+ "repo": "https://smailiukas.github.io/",
+ "owner": {
+ "username": "smailiukas",
+ "email": "domantas.bulotas@gmail.com"
+ },
+ "record": {
+ "CNAME": "smailiukas.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/door.json b/domains/door.json
new file mode 100644
index 000000000..165ce693b
--- /dev/null
+++ b/domains/door.json
@@ -0,0 +1,12 @@
+{
+ "description": "A fun meme site :0 (as of entering of this domain, it hasn't been published yet).",
+ "owner": {
+ "username": "theNeighbourNextDoor",
+ "email": "theNeighbourNextDoor@ukrio.is-a.dev"
+ },
+ "record": {
+ "URL": "https://theneighbournextdoor.github.io/",
+ "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "TXT": "forward-email=u8k50850@gmail.com"
+ }
+}
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/dracx.json b/domains/dracx.json
deleted file mode 100644
index 56dfbe6d6..000000000
--- a/domains/dracx.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "DarindaDraX",
- "email": "123kishanvish@gmail.com"
- },
- "record": {
- "CNAME": "darindadrax.github.io"
- }
-}
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/drakeknight.json b/domains/drakeknight.json
new file mode 100644
index 000000000..878613666
--- /dev/null
+++ b/domains/drakeknight.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Drake-knight",
+ "email": "jakharvishalv@gmail.com"
+ },
+ "record": {
+ "CNAME": "lbonb42y.up.railway.app"
+ }
+ }
+
\ No newline at end of file
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/dresan.json b/domains/dresan.json
new file mode 100644
index 000000000..c67dd494e
--- /dev/null
+++ b/domains/dresan.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal website",
+ "repo": "https://github.com/dresandev/dresandev.github.io",
+ "owner": {
+ "username": "dresandev",
+ "email": "dresan.dev@gmail.com",
+ "twitter": "dresandev"
+ },
+ "record": {
+ "CNAME": "dresandev.github.io"
+ }
+}
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/dscbmr.json b/domains/dscbmr.json
new file mode 100644
index 000000000..25a2fb441
--- /dev/null
+++ b/domains/dscbmr.json
@@ -0,0 +1,12 @@
+{
+ "description": "Profile card",
+ "repo": "https://srpvt.github.io/DSCBMR",
+ "owner": {
+ "username": "SRPVT",
+ "email": "syedrayangames@gmail.com",
+ "Discord": "乃爪尺𓆩♕𓆪"
+ },
+ "record": {
+ "CNAME": "srpvt.github.io"
+ }
+}
diff --git a/domains/dubrin.json b/domains/dubrin.json
deleted file mode 100644
index ee578dde2..000000000
--- a/domains/dubrin.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "ImNotDuBrin",
- "email": "natlogkiki112@gmail.com"
- },
- "record": {
- "A": ["91.86.34.87"]
- }
-}
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/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/dylanjtholen.json b/domains/dylanjtholen.json
new file mode 100644
index 000000000..68558d6ff
--- /dev/null
+++ b/domains/dylanjtholen.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "dylanjtholen",
+ "email": "dylanjtholen@gmail.com"
+ },
+ "record": {
+ "CNAME": "dylanjtholen.github.io"
+ }
+}
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/edwin-lh.json b/domains/edwin-lh.json
new file mode 100644
index 000000000..a5c77357b
--- /dev/null
+++ b/domains/edwin-lh.json
@@ -0,0 +1,12 @@
+{
+ "description": "Custom github pages domain",
+ "repo": "https://github.com/ezerinz/ezerinz.github.io",
+ "owner": {
+ "username": "ezerinz",
+ "email": "edwinnnzx@gmail.com",
+ "twitter": "@Ezerinz"
+ },
+ "record": {
+ "CNAME": "ezerinz.github.io"
+ }
+}
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/erdogan.json b/domains/erdogan.json
index 262c7b493..5120b3239 100644
--- a/domains/erdogan.json
+++ b/domains/erdogan.json
@@ -4,6 +4,6 @@
"email": "erdogan.sad@windowslive.com"
},
"record": {
- "A": ["87.248.157.245"]
+ "A": ["194.87.246.134"]
}
}
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/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/extensions.trung.json b/domains/extensions.trung.json
new file mode 100644
index 000000000..417d48482
--- /dev/null
+++ b/domains/extensions.trung.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "A": ["34.125.141.93"]
+ }
+}
diff --git a/domains/eyescary.json b/domains/eyescary.json
new file mode 100644
index 000000000..48ecd9048
--- /dev/null
+++ b/domains/eyescary.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "EyeScary-Development",
+ "email": "peteromg43@gmail.com"
+ },
+ "record": {
+ "CNAME": "eyescary.pages.dev"
+ }
+}
diff --git a/domains/fafu.json b/domains/fafu.json
deleted file mode 100644
index 8b1ae1d09..000000000
--- a/domains/fafu.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "fafu-10",
- "email": "shimni22@skiff.com"
- },
- "record": {
- "CNAME": "fafu-10.github.io"
- }
-}
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/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/faul.json b/domains/faul.json
new file mode 100644
index 000000000..2978a2f6c
--- /dev/null
+++ b/domains/faul.json
@@ -0,0 +1,12 @@
+{
+ "description": "custom domain page github",
+ "repo": "https://github.com/KhongPhaiHoangQuangHuy/KhongPhaiHoangQuangHuy.github.io",
+ "owner": {
+ "username": "KhongPhaiHoangQuangHuy",
+ "email": "KhongPhaiHoangQuangHuy@gmail.com",
+ "twitter": "KhongPhaiHoangQuangHuy"
+ },
+ "record": {
+ "CNAME": "KhongPhaiHoangQuangHuy.github.io"
+ }
+}
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/flash.json b/domains/flash.json
new file mode 100644
index 000000000..12a352e24
--- /dev/null
+++ b/domains/flash.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "w8flash",
+ "email": "flashhrdc@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.instagram.com/w8flash/"
+ }
+}
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/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/fma.json b/domains/fma.json
new file mode 100644
index 000000000..0e1da10e2
--- /dev/null
+++ b/domains/fma.json
@@ -0,0 +1,10 @@
+{
+ "description": "FMA's main domain",
+ "owner": {
+ "username": "FMA",
+ "email": "eggnogh@gmail.com"
+ },
+ "record": {
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all" }
+}
diff --git a/domains/founderfie.json b/domains/founderfie.json
new file mode 100644
index 000000000..b0ad689a0
--- /dev/null
+++ b/domains/founderfie.json
@@ -0,0 +1,12 @@
+{
+ "description": "Main Website Of Our Company",
+ "owner": {
+ "username": "Founderfie",
+ "email": "director@founderfie.in"
+ },
+ "record": {
+ "CNAME": "edge.redirect.pizza"
+
+ }
+
+}
diff --git a/domains/foxie.arman.json b/domains/foxie.arman.json
index 727b37a31..19d7cab89 100644
--- a/domains/foxie.arman.json
+++ b/domains/foxie.arman.json
@@ -1,16 +1,9 @@
{
- "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"
- ]
- }
-}
+ "username": "ItzArman09",
+ "email": "itz.armxn@outlook.com"
+ },
+ "record": {
+ "A": ["45.140.142.112"]
+ }
+}
diff --git a/domains/fptbb.json b/domains/fptbb.json
new file mode 100644
index 000000000..d837fa988
--- /dev/null
+++ b/domains/fptbb.json
@@ -0,0 +1,14 @@
+{
+ "owner":{
+ "username":"Fptbb",
+ "email":"lucas@fptbb.com"
+ },
+ "record":{
+ "URL":"https://fptbb.com",
+ "MX":[
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
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/fran.json b/domains/fran.json
new file mode 100644
index 000000000..a5c7aad4e
--- /dev/null
+++ b/domains/fran.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "xzonix",
+ "email": "imahalojigi@gmail.com",
+ "discord": "849400684097175623"
+ },
+
+ "record": {
+ "CNAME": "xzonix.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/frogiee1real.json b/domains/frogiee1real.json
new file mode 100644
index 000000000..51357e512
--- /dev/null
+++ b/domains/frogiee1real.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "FrogiesArcade",
+ "email": "frogiesarcade@gmail.com"
+ },
+ "record": {
+ "CNAME": "extramathequations.web.app"
+ }
+}
diff --git a/domains/fucabot.json b/domains/fucabot.json
new file mode 100644
index 000000000..56a8f07fb
--- /dev/null
+++ b/domains/fucabot.json
@@ -0,0 +1,11 @@
+{
+ "description": "Fuca Bot website",
+ "repo": "https://github.com/anshtyagi0",
+ "owner": {
+ "username": "anshtyagi0",
+ "email": "tyagiansh175@gmail.com"
+ },
+ "record": {
+ "A": ["65.109.168.46"]
+ }
+}
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/fyz.json b/domains/fyz.json
new file mode 100644
index 000000000..19d467043
--- /dev/null
+++ b/domains/fyz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "w8fyz",
+ "email": "fyzdesignyt@gmail.com"
+ },
+ "record": {
+ "CNAME": "fyz.sh"
+ }
+}
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/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/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/geenzo.json b/domains/geenzo.json
new file mode 100644
index 000000000..3a09da31a
--- /dev/null
+++ b/domains/geenzo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "geenzo69",
+ "email": "geenzogamer164@gmail.com"
+ },
+ "record": {
+ "CNAME": "server.geenzo.eu.org"
+ }
+}
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/getsono.json b/domains/getsono.json
new file mode 100644
index 000000000..5bfe5ce2a
--- /dev/null
+++ b/domains/getsono.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "getSono",
+ "email": "julianwolf2013@outlook.de",
+ "discord": "1222250424309121145"
+ },
+
+ "record": {
+ "CNAME": "getsono.github.io"
+ }
+ }
+
\ No newline at end of file
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/gg.shockbs.json b/domains/gg.shockbs.json
new file mode 100644
index 000000000..797cf746d
--- /dev/null
+++ b/domains/gg.shockbs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shockbs",
+ "email": "apipherng@gmail.com"
+ },
+ "record": {
+ "CNAME": "ziplineshockbs.onrender.com"
+ }
+}
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/git.maskduck.json b/domains/git.maskduck.json
deleted file mode 100644
index f93d4f10e..000000000
--- a/domains/git.maskduck.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "my git repos",
- "owner": {
- "username": "MaskDuck",
- "email": "maskduckuwu@gmail.com",
- "discord": "MaskDuck#7325"
- },
- "record": {
- "CNAME": "edge.redirect.pizza"
- }
-}
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/glqch404.json b/domains/glqch404.json
deleted file mode 100644
index 599884a97..000000000
--- a/domains/glqch404.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Subdomain to put my portfolio website online",
- "repo": "https://github.com/Glqch404/Glqch404.github.io",
- "owner": {
- "username": "Glqch404",
- "email": "midoayoub447@gmail.com",
- "twitter": "glqch"
- },
- "record": {
- "CNAME": "glqch404.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/goel.json b/domains/goel.json
new file mode 100644
index 000000000..062fcf93b
--- /dev/null
+++ b/domains/goel.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "radhesh1",
+ "email": "radhesh036916@gmail.com",
+ "discord":"datpep"
+ },
+ "description": "I'll probably put some project pages on goel.is-a.dev.",
+ "record": {
+ "CNAME": "radhesh.eu.org"
+ }
+}
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/goyal.json b/domains/goyal.json
new file mode 100644
index 000000000..d877f76f1
--- /dev/null
+++ b/domains/goyal.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "dgbkn",
+ "email": "anandrambkn@gmail.com",
+ "discord":"somegumtank"
+ },
+ "description": "I'll probably put some project pages on goyal.is-a.dev.",
+ "record": {
+ "CNAME": "portfolio-4wd.pages.dev"
+ }
+}
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/graphica.json b/domains/graphica.json
new file mode 100644
index 000000000..31232299d
--- /dev/null
+++ b/domains/graphica.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "booktastic1",
+ "email": "booktastic-library@outlook.com"
+ },
+ "record": {
+ "URL": "https://btastic.wixsite.com/graphica"
+ }
+}
diff --git a/domains/graphicanow.json b/domains/graphicanow.json
new file mode 100644
index 000000000..31232299d
--- /dev/null
+++ b/domains/graphicanow.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "booktastic1",
+ "email": "booktastic-library@outlook.com"
+ },
+ "record": {
+ "URL": "https://btastic.wixsite.com/graphica"
+ }
+}
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/gulu.json b/domains/gulu.json
new file mode 100644
index 000000000..c3b39baf6
--- /dev/null
+++ b/domains/gulu.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "flowiceeos",
+ "email": "netqian@126.com",
+ "discord": "899289192729817159"
+ },
+
+ "record": {
+ "A": ["35.212.239.31"]
+ }
+ }
+
\ No newline at end of file
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/gvl610.json b/domains/gvl610.json
new file mode 100644
index 000000000..41234ce9d
--- /dev/null
+++ b/domains/gvl610.json
@@ -0,0 +1,12 @@
+{
+ "description": "Host my Github pages. I don't want giangvinhloc610 but instead just gvl610",
+ "repo": "https://github.com/giangvinhloc610/giangvinhloc610.github.io",
+ "owner": {
+ "username": "gvl610",
+ "email": "giangvinhloc610@gmail.com",
+ "twitter": "gvl610"
+ },
+ "record": {
+ "CNAME": "giangvinhloc610.github.io"
+ }
+}
diff --git a/domains/h1oune.json b/domains/h1roune.json
similarity index 76%
rename from domains/h1oune.json
rename to domains/h1roune.json
index 66bd72ebc..a15ecc06e 100644
--- a/domains/h1oune.json
+++ b/domains/h1roune.json
@@ -4,6 +4,6 @@
"email": "zarqi.ezzoubair@etu.uae.ac.ma"
},
"record": {
- "CNAME": "zarqizoubir.github.io"
+ "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/halil.json b/domains/halil.json
deleted file mode 100644
index 9f3a30d3c..000000000
--- a/domains/halil.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "haliiil",
- "email": "halil.ismail@mercoline.de"
- },
- "record": {
- "A": ["173.249.45.163"]
- }
-}
diff --git a/domains/harsh.json b/domains/harsh.json
new file mode 100644
index 000000000..bf20be117
--- /dev/null
+++ b/domains/harsh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Riotly",
+ "email": "harshskb73@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-production.onrender.com"
+ }
+}
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/hazel.json b/domains/hazel.json
new file mode 100644
index 000000000..c48495ef8
--- /dev/null
+++ b/domains/hazel.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "hablethedev",
+ "email": "xendyex@tutanota.com",
+ "discord": "1113284520737771621"
+ },
+
+ "record": {
+ "CNAME": "hablethedev.github.io"
+ }
+ }
+
\ No newline at end of file
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/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/heroprotagonist.json b/domains/heroprotagonist.json
new file mode 100644
index 000000000..8afe86c34
--- /dev/null
+++ b/domains/heroprotagonist.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "carafelix",
+ "email": "heroprotagonist32@gmail.com"
+ },
+ "record": {
+ "CNAME": "carafelix.github.io"
+ }
+}
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/hkdkfih.json b/domains/hkdkfih.json
new file mode 100644
index 000000000..1c49c099a
--- /dev/null
+++ b/domains/hkdkfih.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "cherryservice",
+ "email": "admin@cherry.work.gd",
+ "discord": "1201107428608049164"
+ },
+
+ "record": {
+ "CNAME": "cherryservice.github.io"
+ }
+ }
+
\ No newline at end of file
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/hoogdorp.json b/domains/hoogdorp.json
new file mode 100644
index 000000000..75ca02d74
--- /dev/null
+++ b/domains/hoogdorp.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Gunterke",
+ "email": "gunterke@zoho.eu"
+ },
+ "record": {
+ "CNAME": "gratis-4925113.jouwweb.site"
+ }
+}
diff --git a/domains/horizon-server.json b/domains/horizon-server.json
new file mode 100644
index 000000000..d8ca38909
--- /dev/null
+++ b/domains/horizon-server.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "HorizonFiles",
+ "email": "getbomb@bk.ru",
+ "discord": "1223721772051075193"
+ },
+
+ "record": {
+ "CNAME": "horizonfiles.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/horn7x.is-a.dev.json b/domains/horn7x.is-a.dev.json
deleted file mode 100644
index 4dbdc308a..000000000
--- a/domains/horn7x.is-a.dev.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "owner": {
- "username": "horn7x",
- "email": "133672531+horn7x@users.noreply.github.com",
- "note": "This record was created by is-a.dev Discord bot via discord id: 958443139918598204"
- },
-
- "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=horn7x@gmail.com"
- }
-}
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/hs.oxmc.json b/domains/hs.oxmc.json
deleted file mode 100644
index 1124488a9..000000000
--- a/domains/hs.oxmc.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "oxmc",
- "email": "oxmc7769.mail@gmail.com",
- "discord": "oxmc7769"
- },
- "record": {
- "A": ["73.140.108.118"],
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
- "TXT": "forward-email=contact:oxmc7769.mail@gmail.com"
- }
-}
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/huz.json b/domains/huz.json
new file mode 100644
index 000000000..1ec020c98
--- /dev/null
+++ b/domains/huz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Nooby69",
+ "email": "farighinsaan123@gmail.com"
+ },
+ "record": {
+ "CNAME": "5b77bf69-39e2-433c-add4-e59c20476eab.id.repl.co"
+ }
+}
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/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/ibrahimai.json b/domains/ibrahimai.json
new file mode 100644
index 000000000..f9d27e62d
--- /dev/null
+++ b/domains/ibrahimai.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ibrahimaitech",
+ "email": "ibrahimaik045@gmail.com"
+ },
+ "record": {
+ "URL": "https://telegra.ph/file/9101ffa9637ca85a5cae1.jpg"
+ }
+}
diff --git a/domains/ibrahimtech.json b/domains/ibrahimtech.json
new file mode 100644
index 000000000..cffb72faa
--- /dev/null
+++ b/domains/ibrahimtech.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ibrahimaitech",
+ "email": "ibrahimaik045@gmail.com"
+ },
+ "record": {
+ "URL": "https://telegra.ph/file/13685b7a1d9131dd7ca27.jpg"
+ }
+}
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/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.cala.json b/domains/img.cala.json
new file mode 100644
index 000000000..b51ad31bc
--- /dev/null
+++ b/domains/img.cala.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "calamitywoah",
+ "email": "krivojta@gmail.com",
+ "discord": "981555580495867964"
+ },
+
+ "record": {
+ "CNAME": "calamitywoah.github.io"
+ }
+ }
+
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/imm0nv1nhtv.json b/domains/imm0nv1nhtv.json
new file mode 100644
index 000000000..151a126f8
--- /dev/null
+++ b/domains/imm0nv1nhtv.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "imm0nv1nhtv",
+ "email": "windows10phamvinh+github@gmail.com"
+ },
+ "record": {
+ "CNAME": "imm0nv1nhtv.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/ipsum.json b/domains/ipsum.json
new file mode 100644
index 000000000..b26f4f226
--- /dev/null
+++ b/domains/ipsum.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ashlynmay",
+ "email": "may.ashlyn0723@gmail.com"
+ },
+ "record": {
+ "CNAME": "ashlynmay-github-io.onrender.com"
+ }
+}
diff --git a/domains/iqat.json b/domains/iqat.json
new file mode 100644
index 000000000..7799b37ca
--- /dev/null
+++ b/domains/iqat.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio for Muhammad Taqi (Iqat)",
+ "repo": "https://github.com/Iqat476/Iqat476.github.io",
+ "owner": {
+ "username": "Iqat476",
+ "email": "iqat476@gmail.com"
+ },
+ "record": {
+ "CNAME": "Iqat476.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/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/itevan.json b/domains/itevan.json
deleted file mode 100644
index 7c1aa87e8..000000000
--- a/domains/itevan.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "ItEvann",
- "email": "e.carbonneau11@gmail.com"
- },
- "record": {
- "A": ["31.6.2.44"]
- }
-}
diff --git a/domains/itsreimau.json b/domains/itsreimau.json
new file mode 100644
index 000000000..3040b5784
--- /dev/null
+++ b/domains/itsreimau.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "itsreimau",
+ "email": "private.iblmln@gmail.com"
+ },
+ "record": {
+ "CNAME": "itsreimau.github.io"
+ }
+}
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/jaehong21.json b/domains/jaehong21.json
deleted file mode 100644
index 6cbe13eda..000000000
--- a/domains/jaehong21.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "jaehong21",
- "email": "dev@jaehong21.com"
- },
- "record": {
- "CNAME": "jaehong21.com"
- }
-}
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/jamestheflash22.json b/domains/jamestheflash22.json
new file mode 100644
index 000000000..6723406cb
--- /dev/null
+++ b/domains/jamestheflash22.json
@@ -0,0 +1,11 @@
+{
+ "description": "Use for my server description: Palette Of Pages",
+ "repo": "https://github.com/JamesTheFlash22/JamesTheFlash22.github.io",
+ "owner": {
+ "username": "JamesTheFlash22",
+ "email": "davidebu43@gmail.com"
+ },
+ "record": {
+ "CNAME": "jamestheflash22.github.io"
+ }
+}
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/jb.json b/domains/jb.json
new file mode 100644
index 000000000..8ce57515b
--- /dev/null
+++ b/domains/jb.json
@@ -0,0 +1,11 @@
+{
+ "description": "jbcarreon123's personal website",
+ "repo": "https://github.com/jbcarreon123/jbs-website/",
+ "owner": {
+ "username": "jbcarreon123",
+ "email": "jbcarreon212@gmail.com"
+ },
+ "record": {
+ "A": [ "35.223.92.119" ]
+ }
+}
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/jellyfin.chiragnahata.json b/domains/jellyfin.chiragnahata.json
new file mode 100644
index 000000000..a23664d55
--- /dev/null
+++ b/domains/jellyfin.chiragnahata.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
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/jermaine.json b/domains/jermaine.json
new file mode 100644
index 000000000..f37ae54a1
--- /dev/null
+++ b/domains/jermaine.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Codemaine",
+ "email": "jermaineantwi22@gmail.com"
+ },
+ "record": {
+ "CNAME": "codemaine.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..d97b053ca
--- /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": {
+ "CNAME": "jhonneg.github.io"
+ }
+}
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/joao-silva.json b/domains/joao-silva.json
new file mode 100644
index 000000000..e856bc2e3
--- /dev/null
+++ b/domains/joao-silva.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "imjoaosilva",
+ "email": "z4kreyyt@gmail.com",
+ "discord": "498426798833664012"
+ },
+
+ "record": {
+ "A": ["51.75.68.140"]
+ }
+ }
+
\ No newline at end of file
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/joesepp.json b/domains/joesepp.json
new file mode 100644
index 000000000..0087a387a
--- /dev/null
+++ b/domains/joesepp.json
@@ -0,0 +1,12 @@
+{
+ "description": "My portfolio website showcasing my work and skills",
+ "repo": "https://github.com//joesepph.github.io",
+ "owner": {
+ "username": "joesepph",
+ "email": "markwer.dev@proton.me",
+ "twitter": "devSeppski"
+ },
+ "record": {
+ "CNAME": "joesepph.github.io"
+ }
+}
diff --git a/domains/joetroll.json b/domains/joetroll.json
new file mode 100644
index 000000000..9cd6c3964
--- /dev/null
+++ b/domains/joetroll.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "trolljoe",
+ "email": "joetechtok@proton.me",
+ "discord": "1054945019137630278"
+ },
+ "record": {
+ "CNAME": "joetroll.pages.dev"
+ }
+}
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/johndoegg.json b/domains/johndoegg.json
new file mode 100644
index 000000000..683a83bfc
--- /dev/null
+++ b/domains/johndoegg.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kuroigg",
+ "email": "mrlangdon197@gmail.com"
+ },
+ "record": {
+ "URL": "https://kuroigg.github.io/"
+ }
+}
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/joshua.json b/domains/joshua.json
new file mode 100644
index 000000000..9d091a4d1
--- /dev/null
+++ b/domains/joshua.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Dwigoric",
+ "email": "dwigoric@pm.me",
+ "discord": "295391820744228867"
+ },
+
+ "record": {
+ "CNAME": "dwigoric.pages.dev"
+ }
+ }
+
\ No newline at end of file
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/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/jstn.json b/domains/jstn.json
new file mode 100644
index 000000000..da0db62de
--- /dev/null
+++ b/domains/jstn.json
@@ -0,0 +1,12 @@
+{
+ "description": "Justin's personal website",
+ "repo": "https://github.com/justinbalaguer/justinbalaguer.github.io",
+ "owner": {
+ "username": "justinbalaguer",
+ "email": "justinbalaguer@pm.me",
+ "twitter": "ojintoji"
+ },
+ "record": {
+ "CNAME": "justinbalaguer.github.io"
+ }
+}
\ No newline at end of file
diff --git a/domains/juan.json b/domains/juan.json
new file mode 100644
index 000000000..1e31687d5
--- /dev/null
+++ b/domains/juan.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "juan7180",
+ "email": "miavictorianash@gmail.com",
+ "discord": "779882046067179531"
+ },
+
+ "record": {
+ "A": ["185.27.133.19"]
+ }
+ }
+
\ No newline at end of file
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/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/juniper.orangc.json b/domains/juniper.orangc.json
new file mode 100644
index 000000000..0c3b75689
--- /dev/null
+++ b/domains/juniper.orangc.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "orxngc",
+ "discord": "orangc",
+ "email": "orangc@proton.me"
+ },
+ "record": {
+ "A": ["66.59.209.229"]
+ }
+}
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
index d158b7920..ae99107f8 100644
--- a/domains/juqwtf.json
+++ b/domains/juqwtf.json
@@ -1,11 +1,11 @@
{
+ "description": "juqwtf site",
+ "repo": "https://github.com/denboy0123/juq.github.io",
"owner": {
"username": "denboy0123",
"email": "pochtaproverka01@gmail.com"
},
"record": {
- "A": ["143.47.231.8"],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ "CNAME": "denboy0123.github.io"
}
}
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/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/kars.json b/domains/kars.json
new file mode 100644
index 000000000..4aa2988b7
--- /dev/null
+++ b/domains/kars.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lean-cc",
+ "email": "leancc3020@gmail.com"
+ },
+ "record": {
+ "CNAME": "cv-ep1.pages.dev"
+ }
+}
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/katz.json b/domains/katz.json
new file mode 100644
index 000000000..0bbfabcf9
--- /dev/null
+++ b/domains/katz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Bananalolok",
+ "email": "imethlol1234@gmail.com"
+ },
+ "record": {
+ "CNAME": "api-bananalolok-5313a609.koyeb.app"
+ }
+ }
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/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/kayla.json b/domains/kayla.json
new file mode 100644
index 000000000..b2d7cbb34
--- /dev/null
+++ b/domains/kayla.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "CyberGen49",
+ "email": "kayla@cybah.me"
+ },
+ "description": "For now I just want to secure this subdomain and have it redirect to my main site. I may do more with it later.",
+ "record": {
+ "URL": "https://cybah.me"
+ }
+}
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/kem.json b/domains/kem.json
new file mode 100644
index 000000000..6d23b6e11
--- /dev/null
+++ b/domains/kem.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "kemsadboiz",
+ "email": "kemdev.contact@gmail.com"
+ },
+ "record": {
+ "A": [
+ "103.169.35.190"]
+ }
+}
diff --git a/domains/kenny.json b/domains/kenny.json
index 8c4cd5e9f..89babc173 100644
--- a/domains/kenny.json
+++ b/domains/kenny.json
@@ -6,12 +6,10 @@
},
"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"
+ "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/killerf.json b/domains/killerf.json
index 00deef209..ce44e629e 100644
--- a/domains/killerf.json
+++ b/domains/killerf.json
@@ -1,11 +1,11 @@
{
- "description": "The Person Who Hacked QLASH RP And got away with it with nothing to lose, An Exploiter to say the least; Welcome to Grove Street",
- "repo": "https://discord.gg/groove-community-875725991551569960",
+ "description": "The Person Who Hacked QLASH RP And got away with it with nothing to lose, An Exploiter to say the least; Welcome to the other side",
+ "repo": "https://guns.lol/killerf",
"owner": {
"username": "MohamexDR",
"email": "loliehentaixd@gmail.com"
},
"record": {
- "URL": "https://discord.gg/groove-community-875725991551569960"
+ "URL": "https://guns.lol/killerf"
}
}
diff --git a/domains/killuazoldyck.json b/domains/killuazoldyck.json
new file mode 100644
index 000000000..b05ba4536
--- /dev/null
+++ b/domains/killuazoldyck.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "killuazoldyckreal",
+ "email": "bk1030798@gmail.com"
+ },
+ "record": {
+ "CNAME": "killuazoldyckreal.github.io"
+ }
+}
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/kisi.json b/domains/kisi.json
new file mode 100644
index 000000000..a9a451223
--- /dev/null
+++ b/domains/kisi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kisi-dev",
+ "email": "bagasdwianggoro535@gmail.com"
+ },
+ "record": {
+ "CNAME": "kisi-dev.github.io"
+ }
+}
diff --git a/domains/kitty.json b/domains/kitty.json
deleted file mode 100644
index 8bf07417c..000000000
--- a/domains/kitty.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "lhwe",
- "email": "arieslovespiggies@gmail.com"
- },
- "record": {
- "A": ["143.198.71.63"]
- }
-}
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/klent.json b/domains/klent.json
new file mode 100644
index 000000000..0cfa170b5
--- /dev/null
+++ b/domains/klent.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "kleeiny",
+ "email": "kleeinlmao@gmail.com",
+ "discord": "763581985410121769"
+ },
+
+ "record": {
+ "CNAME": "ghs.google.com"
+ }
+}
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/kokofixcomputers.json b/domains/kokofixcomputers.json
new file mode 100644
index 000000000..4e2c0cf07
--- /dev/null
+++ b/domains/kokofixcomputers.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "kokofixcomputers",
+ "email": "113046561+kokofixcomputers@users.noreply.github.com",
+ "discord": "1096839213313446019"
+ },
+
+ "record": {
+ "MX": ["mail0.serv00.com"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/koolwiza.json b/domains/koolwiza.json
deleted file mode 100644
index 57cd570dd..000000000
--- a/domains/koolwiza.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "Koolwiza",
- "email": "koolwiza@gmail.com"
- },
- "description": "Just a cool subdomain to have :)",
- "repo": "https://www.github.com/Koolwiza",
- "record": {
- "CNAME": "koolwiza.github.io"
- }
-}
diff --git a/domains/koriumm.json b/domains/koriumm.json
new file mode 100644
index 000000000..5c758f6a4
--- /dev/null
+++ b/domains/koriumm.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Koriumm",
+ "email": "KoriummLive@gmail.com",
+ "discord": "hong.kong"
+ },
+ "record": {
+ "CNAME": "koriumm.github.io"
+ }
+}
diff --git a/domains/korrykatti.json b/domains/korrykatti.json
new file mode 100644
index 000000000..c08aa9204
--- /dev/null
+++ b/domains/korrykatti.json
@@ -0,0 +1,12 @@
+{
+ "description": "Domain for my personal website",
+ "repo": "https://github.com/KorryKatti/korrykatti.github.io",
+ "owner": {
+ "username": "KorryKatti",
+ "email": "8nctvx7gi@mozmail.com",
+ "twitter": "korrykatti"
+ },
+ "record": {
+ "CNAME": "korrykatti.github.io"
+ }
+}
diff --git a/domains/kota.json b/domains/kota.json
new file mode 100644
index 000000000..269b94e76
--- /dev/null
+++ b/domains/kota.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sharkota",
+ "email": "nappythebappy@gmail.com"
+ },
+ "record": {
+ "CNAME": "sharkota.github.io"
+ }
+}
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/krishnan.json b/domains/krishnan.json
new file mode 100644
index 000000000..4d72ed5ed
--- /dev/null
+++ b/domains/krishnan.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "krishnans2006",
+ "email": "krishnans2006@gmail.com"
+ },
+ "record": {
+ "A": [
+ "216.24.57.1"
+ ]
+ }
+}
diff --git a/domains/krunch.json b/domains/krunch.json
new file mode 100644
index 000000000..e43587ff3
--- /dev/null
+++ b/domains/krunch.json
@@ -0,0 +1,12 @@
+{
+ "description": "My GitHub page",
+ "repo": "https://github.com/radioactivepotato/radioactivepotato.github.io",
+ "owner": {
+ "username": "RadioactivePotato",
+ "email": "",
+ "discord": "krunchiekrunch._."
+ },
+ "record": {
+ "CNAME": "radioactivepotato.github.io"
+ }
+}
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/krystian.json b/domains/krystian.json
new file mode 100644
index 000000000..48a00f646
--- /dev/null
+++ b/domains/krystian.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Krystian15x",
+ "email": "krystiankoral@gmail.com"
+ },
+ "record": {
+ "A": ["138.2.132.47"]
+ }
+}
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/kuroigg.json b/domains/kuroigg.json
new file mode 100644
index 000000000..d9328d4ba
--- /dev/null
+++ b/domains/kuroigg.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kuroigg",
+ "email": "mrlangdon197@gmail.com"
+ },
+ "record": {
+ "CNAME": "kuroigg.github.io"
+ }
+}
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/kylewebdev.json b/domains/kylewebdev.json
new file mode 100644
index 000000000..46e8e5577
--- /dev/null
+++ b/domains/kylewebdev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kylewebdev",
+ "email": "kylewebdev@gmail.com"
+ },
+ "record": {
+ "CNAME": "kylewebdev.com"
+ }
+}
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..62b2f4ef3 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"
+ "CNAME": "l7neg.pages.dev"
}
}
diff --git a/domains/l7ssha.json b/domains/l7ssha.json
deleted file mode 100644
index f63a65642..000000000
--- a/domains/l7ssha.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "l7ssha",
- "email": "szymon@l7ssha.xyz"
- },
- "record": {
- "CNAME": "l7ssha.xyz"
- }
-}
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/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/lh.json b/domains/larp.json
similarity index 79%
rename from domains/lh.json
rename to domains/larp.json
index 8bf07417c..4718325c2 100644
--- a/domains/lh.json
+++ b/domains/larp.json
@@ -4,6 +4,6 @@
"email": "arieslovespiggies@gmail.com"
},
"record": {
- "A": ["143.198.71.63"]
+ "A": ["64.23.128.177"]
}
}
diff --git a/domains/latealways.json b/domains/latealways.json
index 3ef5c7d69..b2f8e02d1 100644
--- a/domains/latealways.json
+++ b/domains/latealways.json
@@ -1,9 +1,9 @@
{
"owner": {
"username": "LateAlways",
- "email": "latealways@i-am-a.fuchsiax.dev"
+ "email": "latealways.official@gmail.com"
},
"record": {
- "A": ["85.239.250.3"]
+ "CNAME": "latealways.github.io"
}
}
diff --git a/domains/docs.akshtt.json b/domains/lavalink.akshtt.json
similarity index 83%
rename from domains/docs.akshtt.json
rename to domains/lavalink.akshtt.json
index d55e38eee..465cb728b 100644
--- a/domains/docs.akshtt.json
+++ b/domains/lavalink.akshtt.json
@@ -6,7 +6,7 @@
},
"record": {
- "A": ["69.30.249.53"]
+ "A": ["69.197.135.202"]
}
}
-
\ 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..2ea128568
--- /dev/null
+++ b/domains/letters.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "keli5",
+ "email": "keli5.letters@gmail.com"
+ },
+ "record": {
+ "CNAME": "keli5.duckdns.org"
+ }
+}
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/lewdhutao.json b/domains/lewdhutao.json
new file mode 100644
index 000000000..3d28bc4ce
--- /dev/null
+++ b/domains/lewdhutao.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LewdHuTao",
+ "email": "lewdhutao@shittybot.xyz"
+ },
+ "record": {
+ "CNAME": "lewdhutao.pages.dev"
+ }
+}
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/lhjhminecraft.json b/domains/lhjhminecraft.json
new file mode 100644
index 000000000..673b71a01
--- /dev/null
+++ b/domains/lhjhminecraft.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "watergotspilled",
+ "email": "sc467209@g.risd.org"
+ },
+ "record": {
+ "URL": "https://size-origin.gl.joinmc.link"
+ }
+}
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/ligmatv.json b/domains/ligmatv.json
new file mode 100644
index 000000000..ad725d69e
--- /dev/null
+++ b/domains/ligmatv.json
@@ -0,0 +1,11 @@
+{
+ "description": "This subdomain will i use for my LIGMATV's blog website.",
+ "repo": "https://github.com/LIGMATV/LIGMATV.github.io",
+ "owner": {
+ "username": "LIGMATV",
+ "email": "ligmatv.id@gmail.com"
+ },
+ "record": {
+ "CNAME": "ligmatv.github.io"
+ }
+}
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/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/live.json b/domains/live.json
new file mode 100644
index 000000000..151a1c573
--- /dev/null
+++ b/domains/live.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tomgxz",
+ "email": "tomgxz138@gmail.com"
+ },
+ "record": {
+ "CNAME": "oyqkpa3p.up.railway.app"
+ }
+}
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/looker.json b/domains/looker.json
new file mode 100644
index 000000000..a343f20ff
--- /dev/null
+++ b/domains/looker.json
@@ -0,0 +1,12 @@
+{
+ "description": "LooKeR's Portfolio",
+ "repo": "https://github.com/Iamlooker/iamlooker.github.io",
+ "owner": {
+ "username": "Iamlooker",
+ "email": "mohit2002ss@gmail.com",
+ "twitter": "Iam_looker"
+ },
+ "record": {
+ "CNAME": "iamlooker.github.io"
+ }
+}
diff --git a/domains/lowrp.site.json b/domains/lowrp.site.json
new file mode 100644
index 000000000..db924e48c
--- /dev/null
+++ b/domains/lowrp.site.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Grinti1",
+ "email": "mlody6869@gmail.com"
+ },
+ "record": {
+ "CNAME": "lowrp.site"
+ }
+}
diff --git a/domains/lua.json b/domains/lua.json
new file mode 100644
index 000000000..c9ebb09f9
--- /dev/null
+++ b/domains/lua.json
@@ -0,0 +1,10 @@
+{
+ "description": "Just a website for detailing the game development projects of Lua",
+ "owner": {
+ "username": "notxlua",
+ "email": "notxlua@gmail.com"
+ },
+ "record": {
+"URL": "https://xmw2.wordpress.com"
+ }
+}
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/lumix.json b/domains/lumix.json
new file mode 100644
index 000000000..dea8230ce
--- /dev/null
+++ b/domains/lumix.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "o-lumix",
+ "email": "lumixofficiel@gmail.com",
+ "discord": "828313756827516949"
+ },
+
+ "record": {
+ "CNAME": "o-lumix.github.io"
+ }
+ }
+
\ No newline at end of file
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/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..897231022
--- /dev/null
+++ b/domains/mail.boolean44.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "boolean44-repos",
+ "email": "serenitypalmer10@gmail.com"
+ },
+ "record": {
+ "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "TXT": ["forward-email=palmerowen100@gmail.com"]
+ }
+}
diff --git a/domains/mail.boolean442.json b/domains/mail.boolean442.json
new file mode 100644
index 000000000..897231022
--- /dev/null
+++ b/domains/mail.boolean442.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "boolean44-repos",
+ "email": "serenitypalmer10@gmail.com"
+ },
+ "record": {
+ "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "TXT": ["forward-email=palmerowen100@gmail.com"]
+ }
+}
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.senaditya.json b/domains/mail.senaditya.json
new file mode 100644
index 000000000..615cdf9fc
--- /dev/null
+++ b/domains/mail.senaditya.json
@@ -0,0 +1,12 @@
+{
+ "description": "Mail For My Website",
+ "owner": {
+ "username": "senaditya",
+ "email": "aditya.sen1hl@gmail.com"
+ },
+ "record": {
+ "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/mail.zvdxc.json b/domains/mail.zvdxc.json
new file mode 100644
index 000000000..fcb327e41
--- /dev/null
+++ b/domains/mail.zvdxc.json
@@ -0,0 +1,14 @@
+{
+ "description": "A sub-subdomain for use with a mail-forwarder, because the main subdomain zvdxc.is-a.dev has a CNAME and doesnt work",
+ "owner": {
+ "username": "zvdxc",
+ "email": "zvdxc11@gmail.com"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/maine.json b/domains/maine.json
new file mode 100644
index 000000000..d8b9a2620
--- /dev/null
+++ b/domains/maine.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Codemaine",
+ "email": "jermaineantwi22@gmail.com",
+ "discord": "672698075910766622"
+ },
+
+ "record": {
+ "CNAME": "codemaine.github.io"
+ }
+ }
+
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/malleshcn.json b/domains/malleshcn.json
new file mode 100644
index 000000000..4a9ff33d1
--- /dev/null
+++ b/domains/malleshcn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rohanworld",
+ "email": "rohanmaharaj78@gmail.com"
+ },
+ "record": {
+ "URL": "https://malleshcn.netlify.app/"
+ }
+}
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..f27db0ab3 100644
--- a/domains/manage.json
+++ b/domains/manage.json
@@ -1,10 +1,10 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
- "CNAME": "dns.beadman-network.com"
+ "URL": "https://github.com/is-a-dev/register"
}
}
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
index 5690521b9..edc5f97cc 100644
--- a/domains/manav.json
+++ b/domains/manav.json
@@ -1,11 +1,11 @@
{
+ "description": "Devloper Portfolio",
+ "repo": "https://github.com/Manav011/Manav011.github.io",
"owner": {
"username": "Manav011",
- "email": "manavbafna87+Github@gmail.com"
+ "email": "manavbafna87+github@gmail.com"
},
"record": {
- "A": ["109.71.252.37"],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ "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/manoj-kumar-c.json b/domains/manoj-kumar-c.json
new file mode 100644
index 000000000..e5d834776
--- /dev/null
+++ b/domains/manoj-kumar-c.json
@@ -0,0 +1,11 @@
+{
+ "description": "Manojkumar C personal developer website",
+ "repo": "https://github.com/Manoj-kumar-C/manojkumar-c-dev",
+ "owner": {
+ "username": "Manoj-kumar-C",
+ "email": "developermanoj2003@gmail.com"
+ },
+ "record": {
+ "URL": "https://manoj-kumar-c.github.io/manojkumar-c-dev/"
+ }
+}
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/marmota.json b/domains/marmota.json
deleted file mode 100644
index 988f87cf0..000000000
--- a/domains/marmota.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "jaimeadf",
- "email": "jaimeadanielfilho@hotmail.com"
- },
- "record": {
- "CNAME": "jaimeadf.com"
- }
-}
diff --git a/domains/maskduck.json b/domains/maskduck.json
index 0b92c97b8..dbabcbcfd 100644
--- a/domains/maskduck.json
+++ b/domains/maskduck.json
@@ -5,10 +5,9 @@
"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": {
- "CNAME": "maskduck.github.io"
+ "CNAME": "maskduck.pages.dev"
}
}
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/matt.json b/domains/matt.json
new file mode 100644
index 000000000..49d55dbfb
--- /dev/null
+++ b/domains/matt.json
@@ -0,0 +1,13 @@
+{
+ "description": "Matt is a Developer!",
+ "repo": "https://github.com/Tweak4141",
+ "owner": {
+ "username": "tweak4141",
+ "email": "tweak@talosbot.xyz"
+ },
+ "record": {
+ "A": ["150.230.46.24"],
+ "MX": ["mx1.talosbot.xyz", "mx2.talosbot.xyz"],
+ "TXT": "v=spf1 include:spf.talosbot.xyz include:spf.brevo.com include:mailgun.org include:webmail.talosbot.xyz ~all"
+ }
+}
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.minmit.json b/domains/mc.minmit.json
new file mode 100644
index 000000000..df7b548da
--- /dev/null
+++ b/domains/mc.minmit.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "MinMitCoder",
+ "email": "minmitgamer@gmail.com",
+ "discord": "499232953352716288"
+ },
+
+ "record": {
+ "A": ["141.144.228.165"]
+ }
+ }
+
\ No newline at end of file
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/mc.pig.json b/domains/mc.pig.json
new file mode 100644
index 000000000..4d81398e5
--- /dev/null
+++ b/domains/mc.pig.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ipigtw",
+ "email": "diegogamingtw@gmail.com"
+ },
+ "record": {
+ "A": ["34.81.149.229"]
+ }
+}
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/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/melody.json b/domains/melody.json
new file mode 100644
index 000000000..44381d323
--- /dev/null
+++ b/domains/melody.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "phantonducthang",
+ "email": "phantonducthang@hotmail.com",
+ "discord": "1190624410630099046"
+ },
+
+ "record": {
+ "CNAME": "melody.64342fb9f8-hosting.gitbook.io"
+ }
+ }
+
\ No newline at end of file
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/meters.dalpex.json b/domains/meters.dalpex.json
new file mode 100644
index 000000000..f0a2bd291
--- /dev/null
+++ b/domains/meters.dalpex.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Dalpex",
+ "email": "dantupro@gmail.com"
+ },
+ "record": {
+ "CNAME": "dalpex.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/miskode.json b/domains/miskode.json
new file mode 100644
index 000000000..48235f677
--- /dev/null
+++ b/domains/miskode.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "miskode",
+ "email": "miskonx97@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "miskode.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/mm.json b/domains/mm.json
deleted file mode 100644
index 8bf07417c..000000000
--- a/domains/mm.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "lhwe",
- "email": "arieslovespiggies@gmail.com"
- },
- "record": {
- "A": ["143.198.71.63"]
- }
-}
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/mrdiamond.json b/domains/mrdiamond.json
new file mode 100644
index 000000000..00f633ff8
--- /dev/null
+++ b/domains/mrdiamond.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MrDiamondDog",
+ "email": "drewratner27@gmail.com"
+ },
+ "record": {
+ "CNAME": "mrdiamonddog.github.io"
+ }
+}
diff --git a/domains/mrstickypiston.json b/domains/mrstickypiston.json
new file mode 100644
index 000000000..aa3f9c33d
--- /dev/null
+++ b/domains/mrstickypiston.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MrStickyPiston",
+ "email": "mr.sticky.piston@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-site-4d2.pages.dev"
+ }
+}
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/mrx.json b/domains/mrx.json
deleted file mode 100644
index 71790528b..000000000
--- a/domains/mrx.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "tcpskid",
- "email": "tcpskid@gmail.com"
- },
- "record": {
- "URL": "http://aard.space"
- }
-}
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/mumble.sono.json b/domains/mumble.sono.json
new file mode 100644
index 000000000..5248b05fd
--- /dev/null
+++ b/domains/mumble.sono.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "getSono",
+ "email": "julianwolf2013@outlook.de",
+ "discord": "1222250424309121145"
+ },
+
+ "record": {
+ "A": ["69.197.135.202"]
+ }
+ }
+
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/musiccorn01.json b/domains/musiccorn01.json
new file mode 100644
index 000000000..57846a47d
--- /dev/null
+++ b/domains/musiccorn01.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ondirisuliuly",
+ "email": "ondirisuliuly@gmail.com"
+ },
+ "record": {
+ "A": ["185.239.48.45"]
+ }
+}
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/mydesktop.json b/domains/mydesktop.json
new file mode 100644
index 000000000..054c4aa14
--- /dev/null
+++ b/domains/mydesktop.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bigcacarouci",
+ "email": "bigcacarouci@gmail.com"
+ },
+ "record": {
+ "A": ["188.241.118.89"]
+ }
+}
diff --git a/domains/mynameistito.json b/domains/mynameistito.json
deleted file mode 100644
index ed8b7f2ec..000000000
--- a/domains/mynameistito.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "mynameistito",
- "email": "contact@mynameistito.com"
- },
- "record": {
- "URL": "https://twitter.com/mynameistito"
- }
-}
diff --git a/domains/myrdin.json b/domains/myrdin.json
new file mode 100644
index 000000000..ae72ea36a
--- /dev/null
+++ b/domains/myrdin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Myrdincx",
+ "email": "myrdincx@gmail.com"
+ },
+ "record": {
+ "CNAME": "myrdincx.github.io"
+ }
+}
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/n0rule.json b/domains/n0rule.json
new file mode 100644
index 000000000..5ffec588c
--- /dev/null
+++ b/domains/n0rule.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "N0rule",
+ "email": "N0rule228@gmail.com"
+ },
+ "record": {
+ "CNAME": "n0rule.github.io"
+ }
+}
diff --git a/domains/naffy.json b/domains/naffy.json
new file mode 100644
index 000000000..6a30efa11
--- /dev/null
+++ b/domains/naffy.json
@@ -0,0 +1,12 @@
+{
+ "description": "My personal portfolio website",
+ "repo": "https://github.com/knownasnaffy/knownasnaffy.github.io",
+ "owner": {
+ "username": "knownasnaffy",
+ "email": "email@address",
+ "twitter": "dharni_naffy"
+ },
+ "record": {
+ "CNAME": "knownasnaffy.github.io"
+ }
+}
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/namkun.json b/domains/namkun.json
new file mode 100644
index 000000000..f73207049
--- /dev/null
+++ b/domains/namkun.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "beocaca",
+ "email": "namdev1402@gmail.com"
+ },
+ "record": {
+ "CNAME": "namkun.pages.dev"
+ }
+}
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/neighbour.next.door.json b/domains/neighbour.next.door.json
new file mode 100644
index 000000000..165ce693b
--- /dev/null
+++ b/domains/neighbour.next.door.json
@@ -0,0 +1,12 @@
+{
+ "description": "A fun meme site :0 (as of entering of this domain, it hasn't been published yet).",
+ "owner": {
+ "username": "theNeighbourNextDoor",
+ "email": "theNeighbourNextDoor@ukrio.is-a.dev"
+ },
+ "record": {
+ "URL": "https://theneighbournextdoor.github.io/",
+ "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "TXT": "forward-email=u8k50850@gmail.com"
+ }
+}
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/nekitori17.json b/domains/nekitori17.json
new file mode 100644
index 000000000..a51d0513b
--- /dev/null
+++ b/domains/nekitori17.json
@@ -0,0 +1,13 @@
+{
+ "description": "Nyaaaaaa!!!!",
+ "repo": "https://github.com/nekitori17/nekitori17.github.io",
+ "owner": {
+ "username": "nekitori17",
+ "email": "cuongnguyen286641@gmail.com",
+ "twitter": "nekitori17",
+ "discord": "nekitorihakari"
+ },
+ "record": {
+ "CNAME": "nekitori17.github.io"
+ }
+}
\ No newline at end of file
diff --git a/domains/neo.json b/domains/neo.json
new file mode 100644
index 000000000..d3c4f64c3
--- /dev/null
+++ b/domains/neo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "phantonducthang",
+ "email": "phantonducthang@hotmail.com"
+ },
+ "record": {
+ "CNAME": "64342fb9f8-hosting.gitbook.io"
+ }
+}
diff --git a/domains/nerd.json b/domains/nerd.json
new file mode 100644
index 000000000..7894e4fd8
--- /dev/null
+++ b/domains/nerd.json
@@ -0,0 +1,11 @@
+{
+ "description": "website",
+ "repo": "https://github.com/xkcdnerd/xkcdnerd.github.io",
+ "owner": {
+ "username": "xkcdnerd",
+ "email": "evanwang330@gmail.com"
+ },
+ "record": {
+ "CNAME": "xkcdnerd.github.io"
+ }
+}
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.json b/domains/newyear.trung.json
new file mode 100644
index 000000000..d50f9fefc
--- /dev/null
+++ b/domains/newyear.trung.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/next.door.json b/domains/next.door.json
new file mode 100644
index 000000000..165ce693b
--- /dev/null
+++ b/domains/next.door.json
@@ -0,0 +1,12 @@
+{
+ "description": "A fun meme site :0 (as of entering of this domain, it hasn't been published yet).",
+ "owner": {
+ "username": "theNeighbourNextDoor",
+ "email": "theNeighbourNextDoor@ukrio.is-a.dev"
+ },
+ "record": {
+ "URL": "https://theneighbournextdoor.github.io/",
+ "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "TXT": "forward-email=u8k50850@gmail.com"
+ }
+}
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/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/nikenhapsari.json b/domains/nikenhapsari.json
new file mode 100644
index 000000000..898df4a5e
--- /dev/null
+++ b/domains/nikenhapsari.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nikenhpsr",
+ "email": "hpsri.niken@gmail.com"
+ },
+ "record": {
+ "CNAME": "my-web-7nu.pages.dev"
+ }
+}
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..cfbf9242b
--- /dev/null
+++ b/domains/niksne.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NikSneMC",
+ "email": "contact@niksne.ru"
+ },
+ "record": {
+ "CNAME": "niksne-ru.pages.dev"
+ }
+}
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/nikywelcome.json b/domains/nikywelcome.json
new file mode 100644
index 000000000..fe0666f58
--- /dev/null
+++ b/domains/nikywelcome.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nikyy2",
+ "email": "anhky581@gmail.com"
+ },
+ "record": {
+ "CNAME": "nikytap1n.github.io"
+ }
+}
diff --git a/domains/nilashan.json b/domains/nilashan.json
new file mode 100644
index 000000000..8fe7bfb3a
--- /dev/null
+++ b/domains/nilashan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "N-Nilashan",
+ "email": "informal.nimesh@gmail.com"
+ },
+ "record": {
+ "URL": "https://n-nilashan.github.io/"
+ }
+}
diff --git a/domains/nimesh.json b/domains/nimesh.json
new file mode 100644
index 000000000..5df280a08
--- /dev/null
+++ b/domains/nimesh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "N-Nilashan",
+ "email": "informal.nimesh@gmail.com"
+ },
+ "record": {
+ "CNAME": "n-nilashan.github.io"
+ }
+}
diff --git a/domains/ninad.json b/domains/ninad.json
new file mode 100644
index 000000000..8d64b68c2
--- /dev/null
+++ b/domains/ninad.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "ninadnaik10",
+ "email": "ninadtechnical@gmail.com"
+ },
+ "repo": "https://github.com/ninadnaik10/ninadnaik10.github.io",
+ "record": {
+ "URL": "https://ninadnaik.xyz",
+ "MX": ["mx1.forwardemail.net","mx2.forwardemail.net"],
+ "TXT": "forward-email=ninadtechnical+fe@gmail.com"
+ }
+}
diff --git a/domains/nirushan.json b/domains/nirushan.json
new file mode 100644
index 000000000..ab8d53268
--- /dev/null
+++ b/domains/nirushan.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal Website --> nirushan.is-a.dev",
+ "repo": "https://github.com/nirushan1/nirushan1.github.io",
+ "owner": {
+ "username": "nirushan1",
+ "email": "nirushan.prabaharan@gmail.com",
+ "twitter": "@tpnirushan"
+ },
+ "record": {
+ "CNAME": "nirushan1.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/niteshpanthi.json b/domains/niteshpanthi.json
new file mode 100644
index 000000000..bfad0bf70
--- /dev/null
+++ b/domains/niteshpanthi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nieekha",
+ "email": "nittrashzn@gmail.com"
+ },
+ "record": {
+ "CNAME": "niteshpanthi.com.np"
+ }
+}
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/nithinbiju.json b/domains/nithinbiju.json
new file mode 100644
index 000000000..83a37aae1
--- /dev/null
+++ b/domains/nithinbiju.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal Web Page",
+ "repo": "https://nithinbiju007.github.io/nithinbiju007.github.io",
+ "owner": {
+ "username": "nithinbiju007",
+ "email": "nithinbijubiss@gmail.com"
+
+ },
+ "record": {
+ "CNAME": "nithinbiju007.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/noahgao.json b/domains/noahgao.json
new file mode 100644
index 000000000..5bbffcd3b
--- /dev/null
+++ b/domains/noahgao.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "noahziheng",
+ "email": "ziheng1719@163.com",
+ "discord": "900791393931362374"
+ },
+
+ "record": {
+ "CNAME": "noahziheng.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/nocwarebot.acronical.json b/domains/nocwarebot.acronical.json
new file mode 100644
index 000000000..d80a57079
--- /dev/null
+++ b/domains/nocwarebot.acronical.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AcronicalYT",
+ "email": "acronicalbusiness@gmail.com"
+ },
+ "record": {
+ "CNAME": "59893.site.bot-hosting.net"
+ }
+}
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/none.json b/domains/none.json
deleted file mode 100644
index 6b8736dd1..000000000
--- a/domains/none.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "iotran207",
- "email": "112244548+iotran207@users.noreply.github.com",
- "discord": "895604726454968320"
- },
-
- "record": {
- "A": ["10.147.18.55"]
- }
- }
-
\ No newline at end of file
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..b613cee61
--- /dev/null
+++ b/domains/nova.json
@@ -0,0 +1,11 @@
+{
+ "description": "nova.is-a.dev",
+ "owner": {
+ "username": "LunarN0v4",
+ "email": "nova@zeusteam.dev",
+ "discord": "novad3v"
+ },
+ "record": {
+ "CNAME": "zeusteam.dev"
+ }
+}
diff --git a/domains/novafox.json b/domains/novafox.json
new file mode 100644
index 000000000..f3061f6db
--- /dev/null
+++ b/domains/novafox.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "novathefox",
+ "email": "foxsdenyt@gmail.com"
+ },
+ "record": {
+ "CNAME": "foxsdenyt-github-io.onrender.com"
+ }
+}
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/nozura.json b/domains/nozura.json
new file mode 100644
index 000000000..88916030e
--- /dev/null
+++ b/domains/nozura.json
@@ -0,0 +1,12 @@
+{
+ "description": "a cool portfolio site from _Novandra",
+ "repo": "https://github.com/inozura/inozura.github.io",
+ "owner": {
+ "username": "inozura",
+ "email": "nodhzen@gmail.com"
+ },
+ "record": {
+ "CNAME": "inozura.github.io"
+ }
+ }
+
\ No newline at end of file
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/numerius.json b/domains/numerius.json
new file mode 100644
index 000000000..554faea37
--- /dev/null
+++ b/domains/numerius.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "EmperorNumerius",
+ "email": "krishnamohanmeda@gmail.com"
+ },
+ "record": {
+ "URL": "https://numeriusdevwebsite.vercel.app/"
+ }
+}
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..0c258c794
--- /dev/null
+++ b/domains/nx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jadfoq",
+ "email": "jadfoq@getgoogleoff.me"
+ },
+ "record": {
+ "URL": "https://nx.obl.ong"
+ }
+}
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-chatapp.json b/domains/oandbtech-chatapp.json
deleted file mode 100644
index 8d0cd069d..000000000
--- a/domains/oandbtech-chatapp.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "oAndBtech",
- "email": "oandb.tech@gmail.com"
- },
- "record": {
- "A": ["20.198.8.42"]
- }
-}
diff --git a/domains/oc.json b/domains/oc.json
new file mode 100644
index 000000000..da3053a49
--- /dev/null
+++ b/domains/oc.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "orxngc",
+ "discord": "orangc",
+ "email": "orangc@proton.me"
+ },
+ "record": {
+ "CNAME": "edge.redirect.pizza"
+ }
+}
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/odanilo.json b/domains/odanilo.json
new file mode 100644
index 000000000..afb89a0b0
--- /dev/null
+++ b/domains/odanilo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "oculosdanilo",
+ "email": "oculosdanilo@gmail.com"
+ },
+ "record": {
+ "CNAME": "odanilo.web.app"
+ }
+}
diff --git a/domains/odi.json b/domains/odi.json
new file mode 100644
index 000000000..127a862ef
--- /dev/null
+++ b/domains/odi.json
@@ -0,0 +1,11 @@
+{
+ "description": "is-a.dev subdomain for my portfolio",
+ "repo": "https://github.com/vauth/hueco",
+ "owner": {
+ "username": "vauth",
+ "email": "ivuxey@gmail.com"
+ },
+ "record": {
+ "CNAME": "vauth.github.io"
+ }
+}
diff --git a/domains/oioioi.json b/domains/oioioi.json
new file mode 100644
index 000000000..4f9080b5c
--- /dev/null
+++ b/domains/oioioi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "VaibhavSys",
+ "email": "vaibhavsys@protonmail.com"
+ },
+ "record": {
+ "CNAME": "azltvzbg.infinityfree.com"
+ }
+}
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-auti.json b/domains/om-auti.json
new file mode 100644
index 000000000..49bf6f1bf
--- /dev/null
+++ b/domains/om-auti.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "hOMie03",
+ "email": "autiom3123@gmail.com"
+ },
+ "record": {
+ "URL": "https://om-auti.vercel.app/"
+ }
+}
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/omar.json b/domains/omar.json
new file mode 100644
index 000000000..b5a1a40a0
--- /dev/null
+++ b/domains/omar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TheGr8Coder",
+ "email": "omarrushil@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/thegr8coder/"
+ }
+}
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/one.json b/domains/one.json
new file mode 100644
index 000000000..d8a2ea6ec
--- /dev/null
+++ b/domains/one.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Vibred",
+ "email": "vibred@pm.me",
+ "discord": "1169947990551699568"
+ },
+
+ "record": {
+ "CNAME": "t-rex-runner.pages.dev"
+ }
+ }
+
\ No newline at end of file
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/orangc.json b/domains/orangc.json
new file mode 100644
index 000000000..ed3a85d41
--- /dev/null
+++ b/domains/orangc.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "orxngc",
+ "discord": "orangc",
+ "email": "orangc@proton.me"
+ },
+ "record": {
+ "CNAME": "orxngc.github.io"
+ }
+}
diff --git a/domains/orange.json b/domains/orange.json
index ee807f4e2..da3053a49 100644
--- a/domains/orange.json
+++ b/domains/orange.json
@@ -1,9 +1,10 @@
{
"owner": {
- "username": "sahmed011",
- "email": "sufyanmishal@gmail.com"
+ "username": "orxngc",
+ "discord": "orangc",
+ "email": "orangc@proton.me"
},
"record": {
- "CNAME": "sahmed011.github.io"
+ "CNAME": "edge.redirect.pizza"
}
}
diff --git a/domains/orangethewell.json b/domains/orangethewell.json
new file mode 100644
index 000000000..64308a242
--- /dev/null
+++ b/domains/orangethewell.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "orangethewell",
+ "email": "orangethewell@gmail.com"
+ },
+
+ "record": {
+ "A": ["85.31.231.4"]
+ }
+}
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/palak.json b/domains/palak.json
index 28cc32359..5ff9fe6e2 100644
--- a/domains/palak.json
+++ b/domains/palak.json
@@ -6,6 +6,6 @@
},
"record": {
- "A": ["69.30.249.53"]
+ "A": ["69.197.135.202"]
}
}
diff --git a/domains/palekiox.json b/domains/palekiox.json
new file mode 100644
index 000000000..517659a1b
--- /dev/null
+++ b/domains/palekiox.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "palekiox",
+ "email": "zigzagrpg@gmail.com"
+ },
+ "record": {
+ "CNAME": "palekiox.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.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/peachy.json b/domains/peachy.json
new file mode 100644
index 000000000..49cc509ca
--- /dev/null
+++ b/domains/peachy.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Peachysy",
+ "email": "minecraft350star@gmail.com",
+ "discord": "781577857511587900"
+ },
+
+ "record": {
+ "CNAME": "peachysy.github.io"
+ }
+ }
+
\ No newline at end of file
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/peroxide.json b/domains/peroxide.json
new file mode 100644
index 000000000..d704c5dc2
--- /dev/null
+++ b/domains/peroxide.json
@@ -0,0 +1,12 @@
+{
+ "description": "I would like to use this subdomain for my website, but mostly for a custom email.",
+ "repo": "https://github.com/oShinyMew/oShinyMew.github.io",
+ "owner": {
+ "username": "oShinyMew",
+ "email": "modelcafe14266@gmail.com",
+ "discord": "hydrogenpero.xide"
+ },
+ "record": {
+ "CNAME": "oShinyMew.github.io"
+ }
+}
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/pig.json b/domains/pig.json
new file mode 100644
index 000000000..f9b5d424d
--- /dev/null
+++ b/domains/pig.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ipigtw",
+ "email": "diegogamingtw@gmail.com"
+ },
+ "record": {
+ "CNAME": "react-app-djl.pages.dev"
+ }
+}
diff --git a/domains/pinkyplant.json b/domains/pinkyplant.json
new file mode 100644
index 000000000..a6aa5761d
--- /dev/null
+++ b/domains/pinkyplant.json
@@ -0,0 +1,12 @@
+{
+ "description": "Jay's website and portfolio.",
+ "repo": "https://github.com/pinkyplant/pinkyplant.github.io",
+ "owner": {
+ "username": "pinkyplant",
+ "email": "pinkyplantz@proton.me",
+ "twitter": "pinkyplant"
+ },
+ "record": {
+ "CNAME": "pinkyplant.github.io"
+ }
+}
diff --git a/domains/piste.json b/domains/piste.json
new file mode 100644
index 000000000..914baf0a9
--- /dev/null
+++ b/domains/piste.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zpiste",
+ "email": "contact@piste.dev"
+ },
+ "record": {
+ "URL": "https://piste.dev"
+ }
+}
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/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/poked.json b/domains/poked.json
index 9470797fb..7c7f30683 100644
--- a/domains/poked.json
+++ b/domains/poked.json
@@ -1,13 +1,12 @@
{
"description": "poked.is-a.dev",
- "repo": "https://github.com/PokedArmory/PokedArmory.github.io",
+ "repo": "https://github.com/PokedWasTaken/PokedWasTaken.github.io",
"owner": {
- "username": "PokedArmory",
- "email": "poked.armory@gmail.com",
- "discord": "Poked_Armory#0001",
- "twitter": "PokedWasTaken"
+ "username": "PokedWasTaken",
+ "email": "pokedwastaken@gmail.com",
+ "discord": "poked"
},
"record": {
- "CNAME": "PokedArmory.github.io"
+ "CNAME": "PokedWasTaken.github.io"
}
}
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/polongdev.json b/domains/polongdev.json
new file mode 100644
index 000000000..49e56e737
--- /dev/null
+++ b/domains/polongdev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "PolongDev",
+ "email": "kennethgregorioperez@gmail.com"
+ },
+ "record": {
+ "URL": "https://polongdev.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/porant.json b/domains/porant.json
new file mode 100644
index 000000000..b70abd8f4
--- /dev/null
+++ b/domains/porant.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "porant",
+ "email": "porant@gmail.com"
+ },
+ "record": {
+ "A": ["178.26.182.120"]
+ }
+}
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/post.json b/domains/post.json
new file mode 100644
index 000000000..0763d2d1c
--- /dev/null
+++ b/domains/post.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "vibred",
+ "email": "vibred@att.net"
+ },
+ "record": {
+ "TXT": [
+ "verification-code-site-App_lark=HBuHgbKczItwYdsgJHDZ",
+ "v=spf1 +include:spf.onlarksuite.com -all"
+ ],
+ "MX": ["mx1.larksuite.com", "mx2.larksuite.com", "mx3.larksuite.com"]
+ }
+}
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/prathamesh.json b/domains/prathamesh.json
new file mode 100644
index 000000000..553fe8065
--- /dev/null
+++ b/domains/prathamesh.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Prathamesh-Dukare",
+ "email": "prathameshdukaremail@gmail.com",
+ "discord": "741144155559821342"
+ },
+
+ "record": {
+ "CNAME": "prathamesh.works"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/praveen-patel.json b/domains/praveen-patel.json
new file mode 100644
index 000000000..41a2d34b3
--- /dev/null
+++ b/domains/praveen-patel.json
@@ -0,0 +1,12 @@
+{
+ "repo": "https://github.com/praveen8git",
+ "owner": {
+ "username": "praveen8git",
+ "email": "praveenpatel@duck.com",
+ "discord": "praveen.patel"
+ },
+ "record": {
+ "CNAME": "praveensingh.in"
+ }
+ }
+
\ No newline at end of file
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/prince.json b/domains/prince.json
new file mode 100644
index 000000000..da9cd79dc
--- /dev/null
+++ b/domains/prince.json
@@ -0,0 +1,14 @@
+{
+ "description": "Portfolio of Prince Raj",
+ "repo": "https://github.com/theprinceraj/theprinceraj.github.io",
+ "owner": {
+ "username": "theprinceraj",
+ "email": "profile.princeraj@gmail.com",
+ "linkedin": "https://www.linkedin.com/in/theprinceraj/",
+ "twitter": "ThePrinceRaj",
+ "discord": "bhaalu"
+ },
+ "record": {
+ "CNAME": "theprinceraj.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
deleted file mode 100644
index d0b1526b3..000000000
--- a/domains/privacy.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev",
- "email": "phenax5@gmail.com"
- },
- "record": {
- "URL": "https://team.is-a.dev",
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
- "TXT": "forward-email=isdevmail.beadman-network.com,andrew@win11react.com"
- }
-}
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/prox.preston-code.json b/domains/prox.preston-code.json
new file mode 100644
index 000000000..80fcfe961
--- /dev/null
+++ b/domains/prox.preston-code.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Preston-Riley",
+ "email": "pres1234569@gmail.com",
+ "discord": "816152941923663902"
+ },
+
+ "record": {
+ "CNAME": "compiler-glzx.onrender.com"
+ }
+ }
+
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/push.json b/domains/push.json
new file mode 100644
index 000000000..da3d92730
--- /dev/null
+++ b/domains/push.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal Website/ File Storage",
+ "repo": "https://github.com/pushingcc/pushingcc.github.io",
+ "owner": {
+ "username": "pushingcc",
+ "email": "pushing@mailfence.com",
+ "twitter": "Thxczx"
+ },
+ "record": {
+ "CNAME": "pushingcc.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/quadeer.json b/domains/quadeer.json
new file mode 100644
index 000000000..237fba403
--- /dev/null
+++ b/domains/quadeer.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "maquadeer",
+ "email": "mdquadeer2003@gmail.com"
+ },
+ "record": {
+ "CNAME": "quadeer.pages.dev"
+ }
+}
diff --git a/domains/quantum.json b/domains/quantum.json
new file mode 100644
index 000000000..7f7b5f37a
--- /dev/null
+++ b/domains/quantum.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "RabbitFored",
+ "email": "quantum@theostrich.eu.org"
+ },
+
+ "record": {
+ "CNAME": "quantum.theostrich.eu.org"
+ }
+}
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/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..2370a4ba4
--- /dev/null
+++ b/domains/raafey.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "RaafeyRaza",
+ "email": "raafeyraza1@gmail.com"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+ }
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/raf.json b/domains/raf.json
new file mode 100644
index 000000000..c1fce69e2
--- /dev/null
+++ b/domains/raf.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rafaalrazzak",
+ "email": "dev.rafaalrazzak@gmail.com"
+ },
+ "record": {
+ "CNAME": "rafaar.pages.dev"
+ }
+}
diff --git a/domains/rafaar.json b/domains/rafaar.json
new file mode 100644
index 000000000..c1fce69e2
--- /dev/null
+++ b/domains/rafaar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rafaalrazzak",
+ "email": "dev.rafaalrazzak@gmail.com"
+ },
+ "record": {
+ "CNAME": "rafaar.pages.dev"
+ }
+}
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/rajveer.json b/domains/rajveer.json
new file mode 100644
index 000000000..73f7b18f3
--- /dev/null
+++ b/domains/rajveer.json
@@ -0,0 +1,10 @@
+
+{
+ "owner": {
+ "username": "kyouhei14",
+ "email": "rajveerkobot@gmail.com"
+ },
+ "record": {
+ "URL": "https://kyouhei14.github.io/rajveer-is-dead/"
+ }
+}
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/ralph.json b/domains/ralph.json
new file mode 100644
index 000000000..6f1d9e924
--- /dev/null
+++ b/domains/ralph.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rpineda26",
+ "email": "rp.pineda26@gmail.com"
+ },
+ "record": {
+ "CNAME": "rpineda26.github.io"
+ }
+}
diff --git a/domains/ralphpineda.json b/domains/ralphpineda.json
new file mode 100644
index 000000000..6f1d9e924
--- /dev/null
+++ b/domains/ralphpineda.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rpineda26",
+ "email": "rp.pineda26@gmail.com"
+ },
+ "record": {
+ "CNAME": "rpineda26.github.io"
+ }
+}
diff --git a/domains/raman.json b/domains/raman.json
new file mode 100644
index 000000000..7c0213e23
--- /dev/null
+++ b/domains/raman.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kushalshah0",
+ "email": "code@kushalshah.com.np"
+ },
+ "record": {
+ "CNAME": "ramanshah0.github.io"
+ }
+}
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/raqeemtak.json b/domains/raqeemtak.json
new file mode 100644
index 000000000..1efbfbaa5
--- /dev/null
+++ b/domains/raqeemtak.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "RaqeemTak",
+ "email": "raqeemahmadtak@gmail.com"
+ },
+ "record": {
+ "CNAME": "raqeemtak.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/rasel.json b/domains/rasel.json
new file mode 100644
index 000000000..76cecd0e3
--- /dev/null
+++ b/domains/rasel.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "raselshikdar",
+ "email": "imrasel597@gmail.com"
+ },
+ "record": {
+ "CNAME": "rasel.pages.dev"
+ }
+}
diff --git a/domains/raselshikdar.json b/domains/raselshikdar.json
new file mode 100644
index 000000000..8b90f1b67
--- /dev/null
+++ b/domains/raselshikdar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "raselshikdar",
+ "email": "imrasel597@gmail.com"
+ },
+ "record": {
+ "CNAME": "raselshikdar.github.io"
+ }
+}
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
deleted file mode 100644
index 9050066fd..000000000
--- a/domains/raw.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev",
- "email": "phenax5@gmail.com"
- },
-
- "record": {
- "URL": "https://raw-api.is-a.dev"
- }
-}
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..16ad4b8cd
--- /dev/null
+++ b/domains/rbg.brandgrandreal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BrandgrandRealMe",
+ "email": "BrandonTheDev@proton.me"
+ },
+ "record": {
+ "A": ["69.197.135.205"]
+ }
+}
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/re.maskduck.json b/domains/re.maskduck.json
new file mode 100644
index 000000000..c5a073c87
--- /dev/null
+++ b/domains/re.maskduck.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "maskduck",
+ "email": "",
+ "discord": "716134528409665586"
+ },
+ "record": {
+ "A": ["89.106.200.1"]
+ }
+}
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/realityleaks.json b/domains/realityleaks.json
new file mode 100644
index 000000000..4235520ef
--- /dev/null
+++ b/domains/realityleaks.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "RealityLeaks",
+ "email": "getnukedbycreiloZ@proton.me",
+ "discord": "1186392267511042149"
+ },
+
+ "record": {
+ "CNAME": "realityleaks.rf.gd"
+ }
+ }
+
\ No newline at end of file
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/reef.json b/domains/reef.json
deleted file mode 100644
index 345d3878c..000000000
--- a/domains/reef.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "reefsalter",
- "email": "reefsalter@gmail.com"
- },
- "record": {
- "URL": "https://reefsalter.com"
- }
-}
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..f27db0ab3 100644
--- a/domains/register.json
+++ b/domains/register.json
@@ -1,10 +1,10 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
- "URL": "https://manage.is-a.dev"
+ "URL": "https://github.com/is-a-dev/register"
}
}
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..d3e55e21b
--- /dev/null
+++ b/domains/researcx.json
@@ -0,0 +1,19 @@
+{
+ "owner": {
+ "username": "researcx",
+ "email": "kei.trei.a52@gmail.com"
+ },
+ "record": {
+ "A": [
+ "207.127.95.80"
+ ],
+ "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/resolved.json b/domains/resolved.json
new file mode 100644
index 000000000..12bd0daad
--- /dev/null
+++ b/domains/resolved.json
@@ -0,0 +1,12 @@
+{
+ "description": "Hello",
+ "repo": "https://github.com/huukhoa04/resolved-io",
+ "owner": {
+ "username": "huukhoa04",
+ "email": "huukhoa04@gmail.com",
+ "twitter": "huukhoa004"
+ },
+ "record": {
+ "CNAME": "huukhoa04.github.io"
+ }
+}
\ No newline at end of file
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/reuel.json b/domains/reuel.json
new file mode 100644
index 000000000..4049c6ad6
--- /dev/null
+++ b/domains/reuel.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal Blog",
+ "repo": "https://github.com/reuel-k/reuel-k.github.io",
+ "owner": {
+ "username": "reuel-k",
+ "email": "reuelk@protonmail.com"
+ },
+ "record": {
+ "CNAME": "reuel-k.github.io"
+ }
+}
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/ricky.json b/domains/ricky.json
new file mode 100644
index 000000000..ee3d2dbf2
--- /dev/null
+++ b/domains/ricky.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rickynolep",
+ "email": "rickynolepcuy@gmail.com"
+ },
+ "record": {
+ "CNAME": "rickynolep.github.io"
+ }
+}
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/riihime.json b/domains/riihime.json
new file mode 100644
index 000000000..e03f7cb15
--- /dev/null
+++ b/domains/riihime.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Riihime",
+ "email": "miuly1459@gmail.com"
+ },
+ "record": {
+ "CNAME": "riihime.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/rikubot.json b/domains/rikubot.json
new file mode 100644
index 000000000..60d60cfd4
--- /dev/null
+++ b/domains/rikubot.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "devops-riku",
+ "email": "egermino.riku@gmail.com"
+ },
+ "record": {
+ "CNAME": "rikudev.cloud"
+ }
+}
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/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/ronalds.json b/domains/ronalds.json
deleted file mode 100644
index 0e3665da7..000000000
--- a/domains/ronalds.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Ronalds13424",
- "email": "roneturner23@gmail.com"
- },
- "record": {
- "CNAME": "www.ronaldsdev.rf.gd"
- }
-}
diff --git a/domains/ronan696.json b/domains/ronan696.json
new file mode 100644
index 000000000..f4191a13f
--- /dev/null
+++ b/domains/ronan696.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ronan696",
+ "email": "ronan696@gmail.com"
+ },
+ "record": {
+ "CNAME": "ronan696.github.io"
+ }
+}
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/rose1440.json b/domains/rose1440.json
new file mode 100644
index 000000000..273d67370
--- /dev/null
+++ b/domains/rose1440.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "RocketLauncher21",
+ "email": "ferkomrkvicka3456@gmail.com",
+ "discord": "832603218223431710"
+ },
+
+ "record": {
+ "CNAME": "rocketlauncher21.github.io"
+ }
+ }
+
\ No newline at end of file
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/rouf0x.json b/domains/rouf0x.json
new file mode 100644
index 000000000..9645f606c
--- /dev/null
+++ b/domains/rouf0x.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Rouf0x",
+ "email": "gabriel.ruf@gmail.com",
+ "discord": "790712104058617876"
+ },
+
+ "record": {
+ "CNAME": "rouf0x.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/roufox.json b/domains/roufox.json
new file mode 100644
index 000000000..7431ced26
--- /dev/null
+++ b/domains/roufox.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Rouf0x",
+ "email": "gabriel.ruf@gmail.com",
+ "discord": "790712104058617876"
+ },
+
+ "record": {
+ "URL": "https://rouf0x.is-a.dev/"
+ }
+ }
+
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..0724362aa
--- /dev/null
+++ b/domains/ryo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "FrosGaming",
+ "email": "dgfrosdgfros@gmail.com"
+ },
+ "record": {
+ "A": ["69.197.135.202"]
+ }
+}
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/s409.json b/domains/s409.json
new file mode 100644
index 000000000..7d550ccb8
--- /dev/null
+++ b/domains/s409.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "S409ISDAD",
+ "email": "hitlerwinning2301@gmail.com",
+ "discord": "851827069284778054"
+ },
+
+ "record": {
+ "CNAME": "s409.pages.dev"
+ }
+ }
+
\ No newline at end of file
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/sabbir.json b/domains/sabbir.json
new file mode 100644
index 000000000..36f311b78
--- /dev/null
+++ b/domains/sabbir.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sabbir",
+ "email": "sabbir.apbn.edu@gmail.com"
+ },
+ "record": {
+ "CNAME": "sabbir1.pages.dev"
+ }
+}
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/saikat.json b/domains/saikat.json
new file mode 100644
index 000000000..cdce3c404
--- /dev/null
+++ b/domains/saikat.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "saikatislamhadis",
+ "email": "saikatislamhadis@gmail.com"
+ },
+ "record": {
+ "CNAME": "saikatislam.pages.dev"
+ }
+}
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/sarthak.json b/domains/sarthak.json
new file mode 100644
index 000000000..3dade7ebf
--- /dev/null
+++ b/domains/sarthak.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "dubey0613",
+ "email": "dubey.sarthak0613@gmail.com",
+ "discord": "877525618525364295"
+ },
+
+ "record": {
+ "CNAME": "dubey0613.github.io"
+ }
+ }
+
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/school.klent.json b/domains/school.klent.json
new file mode 100644
index 000000000..d869570be
--- /dev/null
+++ b/domains/school.klent.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "kleeiny",
+ "email": "kleeinlmao@gmail.com",
+ "discord": "763581985410121769"
+ },
+
+ "record": {
+ "CNAME": "ghs.google.com"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/scoobis.json b/domains/scoobis.json
new file mode 100644
index 000000000..d07c18469
--- /dev/null
+++ b/domains/scoobis.json
@@ -0,0 +1,11 @@
+{
+ "description": "scoobis website",
+ "repo": "https://github.com/turtletown73/http-server",
+ "owner": {
+ "username": "turtletown73",
+ "email": "wetturtle45@gmail.com"
+ },
+ "record": {
+ "A": ["174.182.75.57"]
+ }
+}
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..4959fca60
--- /dev/null
+++ b/domains/scythemedia.json
@@ -0,0 +1,19 @@
+{
+ "owner": {
+ "username": "ScytheMediaTheDev",
+ "email": "tswartz22@aol.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/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/seba.json b/domains/seba.json
new file mode 100644
index 000000000..fa20450e5
--- /dev/null
+++ b/domains/seba.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ssxbaa",
+ "email": "ssxbaa@proton.me"
+ },
+ "record": {
+ "CNAME": "ssxbaa.github.io"
+ }
+}
diff --git a/domains/sebb.json b/domains/sebb.json
new file mode 100644
index 000000000..ad2edcaaa
--- /dev/null
+++ b/domains/sebb.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "WiseFrederick",
+ "email": "plen.plan.plane.plene@gmail.com"
+ },
+ "record": {
+ "CNAME": "sebb.pages.dev"
+ }
+}
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/seen.json b/domains/seen.json
new file mode 100644
index 000000000..e09cefb74
--- /dev/null
+++ b/domains/seen.json
@@ -0,0 +1,17 @@
+{
+ "owner": {
+ "username": "Seendator",
+ "email": "seendator@outlook.com",
+ "discord": "852477599476482048"
+ },
+ "record": {
+ "URL": "https://github.com/Seendator",
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": [
+ "v=spf1 include:spf.improvmx.com include:_spf.elasticemail.com ~all"
+ ]
+ }
+}
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/selinjodhani.json b/domains/selinjodhani.json
new file mode 100644
index 000000000..b2c22b027
--- /dev/null
+++ b/domains/selinjodhani.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SelinJodhani",
+ "email": "jodhaniselin.sj@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/selinjodhani"
+ }
+}
diff --git a/domains/selvakumaran.json b/domains/selvakumaran.json
new file mode 100644
index 000000000..671195411
--- /dev/null
+++ b/domains/selvakumaran.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "selvaklnc",
+ "email": "selvakumaran301@gmail.com"
+ },
+ "record": {
+ "CNAME": "selvaklnc.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/senaditya.json b/domains/senaditya.json
new file mode 100644
index 000000000..295271739
--- /dev/null
+++ b/domains/senaditya.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "senaditya",
+ "email": "aditya.sen1hl@gmail.com"
+ },
+ "record": {
+ "CNAME": "senaditya.pages.dev"
+ }
+}
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/server.drpleaserespect.json b/domains/server.drpleaserespect.json
index eaac1ee3b..ee0613c67 100644
--- a/domains/server.drpleaserespect.json
+++ b/domains/server.drpleaserespect.json
@@ -4,6 +4,7 @@
"email": "juliannayr2007@gmail.com"
},
"record": {
- "A": ["64.93.80.13"]
+ "A": ["146.19.100.135"],
+ "AAAA": ["2a05:dfc1:4400:6c00::a"]
}
}
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/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/shadow.json b/domains/shadow.json
new file mode 100644
index 000000000..083f32802
--- /dev/null
+++ b/domains/shadow.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "callme-Shadow",
+ "email": "shadowstriker169@gmail.com"
+ },
+ "record": {
+ "CNAME": "callme-shadow.github.io"
+ }
+}
diff --git a/domains/shafi.json b/domains/shafi.json
new file mode 100644
index 000000000..02bec08b7
--- /dev/null
+++ b/domains/shafi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Xshafi",
+ "email": "AkramSanghar10@gmail.com"
+ },
+ "record": {
+ "CNAME": "xshafi.github.io"
+ }
+}
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..36e443702
--- /dev/null
+++ b/domains/shan.json
@@ -0,0 +1,17 @@
+{
+ "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": {
+ "A": ["45.90.12.47"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT":"v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/sharan.json b/domains/sharan.json
new file mode 100644
index 000000000..fac845479
--- /dev/null
+++ b/domains/sharan.json
@@ -0,0 +1,11 @@
+{
+ "description": "Sharan's website",
+ "repo": "https://github.com/Vasoyasharan/Mywebsite",
+ "owner": {
+ "username": "Vasoyasharan",
+ "email": "sharanvasoya@gmail.com"
+ },
+ "record": {
+ "CNAME": "vasoyasharan.github.io"
+ }
+}
diff --git a/domains/sharanvasoya.json b/domains/sharanvasoya.json
new file mode 100644
index 000000000..d6cc75261
--- /dev/null
+++ b/domains/sharanvasoya.json
@@ -0,0 +1,11 @@
+{
+ "description": "Sharan's website",
+ "repo": "https://github.com/Vasoyasharan/MyPortfolio",
+ "owner": {
+ "username": "Vasoyasharan",
+ "email": "sharanvasoya@gmail.com"
+ },
+ "record": {
+ "CNAME": "vasoyasharan.github.io"
+ }
+}
diff --git a/domains/shatanik.json b/domains/shatanik.json
new file mode 100644
index 000000000..ffb4985f1
--- /dev/null
+++ b/domains/shatanik.json
@@ -0,0 +1,10 @@
+{
+ "description": "Shatanik's Developer Portfolio",
+ "owner": {
+ "username": "shatanikmahanty",
+ "email": "shatanikmahanty@gmail.com"
+ },
+ "record": {
+ "CNAME": "shatanikmahanty.github.io"
+ }
+}
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/shirsak.json b/domains/shirsak.json
new file mode 100644
index 000000000..6a81370fd
--- /dev/null
+++ b/domains/shirsak.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "shirsakm",
+ "email": "shirsakm@gmail.com"
+ },
+ "description": "Hosts my personal website",
+ "repo": "https://github.com/shirsakm/website",
+ "record": {
+ "CNAME": "website-ndp.pages.dev"
+ }
+}
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
index b55fbc4a7..104d81583 100644
--- a/domains/shockbs.json
+++ b/domains/shockbs.json
@@ -4,7 +4,6 @@
"email": "apipherng@gmail.com"
},
"record": {
- "A": ["69.30.249.53"],
- "MX": ["mail.is-a.dev"]
+ "CNAME": "proxy.private.danbot.host"
}
}
diff --git a/domains/shork.json b/domains/shork.json
new file mode 100644
index 000000000..0af2bdf46
--- /dev/null
+++ b/domains/shork.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "shorkdev",
+ "email": "shork_d3v@proton.me",
+ "telegram": "@shorko_owo"
+ },
+ "record": {
+ "URL": "https://shork.one"
+ }
+}
diff --git a/domains/shorko.json b/domains/shorko.json
new file mode 100644
index 000000000..9f9c5e905
--- /dev/null
+++ b/domains/shorko.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shorkdev",
+ "email": "shork_d3v@proton.me"
+ },
+ "record": {
+ "URL": "https://shork.one"
+ }
+}
diff --git a/domains/short.crischutu07.json b/domains/short.crischutu07.json
new file mode 100644
index 000000000..e9df16672
--- /dev/null
+++ b/domains/short.crischutu07.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "crischutu07",
+ "email": "crischutu07owo@gmail.com"
+ },
+ "record": {
+ "CNAME": "cname.short.io"
+ }
+}
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/shymega.json b/domains/shymega.json
new file mode 100644
index 000000000..9c2f87eec
--- /dev/null
+++ b/domains/shymega.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shymega",
+ "email": "shymega@shymega.org.uk"
+ },
+ "record": {
+ "CNAME": "dom-rodriguez-org-uk.pages.dev"
+ }
+}
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/siddharth.json b/domains/siddharth.json
new file mode 100644
index 000000000..2cd11919e
--- /dev/null
+++ b/domains/siddharth.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "siddharthjain25",
+ "email": "siddharthjainj25@gmail.com",
+ "discord": "804397662467915777"
+ },
+
+ "record": {
+ "CNAME": "siddharthjain25.github.io"
+ }
+ }
+
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/skibidi.json b/domains/skibidi.json
new file mode 100644
index 000000000..43eab904b
--- /dev/null
+++ b/domains/skibidi.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "bananaking6",
+ "discord": "skibidibagel",
+ "email": ""
+ },
+
+ "record": {
+ "CNAME": "bananaking6.github.io"
+ }
+}
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/sky-development.json b/domains/sky-development.json
new file mode 100644
index 000000000..c9aa80a6d
--- /dev/null
+++ b/domains/sky-development.json
@@ -0,0 +1,9 @@
+{
+"owner": {
+ "username":"Skyy-Development",
+ "email":"strikefn143@gmail.com"
+ },
+"record": {
+ "CNAME":"statuspage.betteruptime.com"
+ }
+}
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/slainbot.json b/domains/slainbot.json
new file mode 100644
index 000000000..bf83c5bd8
--- /dev/null
+++ b/domains/slainbot.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "KhongPhaiHoangQuangHuy",
+ "email": "khongphaihoangquanghuy@gmail.com"
+ },
+ "record": {
+ "URL": "http://us.pylex.me:8778"
+ }
+}
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/soamtripathy.json b/domains/soamtripathy.json
new file mode 100644
index 000000000..9ba860457
--- /dev/null
+++ b/domains/soamtripathy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "soamtripathy",
+ "email": "soumyaranjantripathy44@outlook.com"
+ },
+ "record": {
+ "URL": "https://portfolio-tawny-omega-13.vercel.app/"
+ }
+}
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/sono.json b/domains/sono.json
new file mode 100644
index 000000000..508be39ac
--- /dev/null
+++ b/domains/sono.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "getSono",
+ "email": "sono.arbeit@gmail.com"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com."
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all",
+ "URL": "https://getsono.is-a.dev"
+ }
+}
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/spacecraft.hexaa.json b/domains/spacecraft.hexaa.json
new file mode 100644
index 000000000..a256c7d8a
--- /dev/null
+++ b/domains/spacecraft.hexaa.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "hexaaagon",
+ "email": "me@hexagonn.my.id",
+ "discord": "scoooolzs",
+ "twitter": "Scoooolzs"
+ },
+
+ "record": {
+ "URL": "https://spacecraft.hexagonn.my.id"
+ }
+}
diff --git a/domains/spectranow.json b/domains/spectranow.json
new file mode 100644
index 000000000..ada30e70c
--- /dev/null
+++ b/domains/spectranow.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "booktastic1",
+ "email": "booktastic-library@outlook.com"
+ },
+ "record": {
+ "URL": "https://btastic.wixsite.com/spectra"
+ }
+}
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/srlebel.json b/domains/srlebel.json
new file mode 100644
index 000000000..cc923a0c3
--- /dev/null
+++ b/domains/srlebel.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SrLebel",
+ "email": "dev.juansimancas@proton.me"
+ },
+ "record": {
+ "URL": "https://srlebel.netlify.app/"
+ }
+}
diff --git a/domains/srm.json b/domains/srm.json
new file mode 100644
index 000000000..46138dd2b
--- /dev/null
+++ b/domains/srm.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "srmlab002",
+ "email": "8zaqibue@duck.com"
+ },
+ "record": {
+ "MX": ["mx1.forwardemail.net","mx2.forwardemail.net"],
+ "TXT": "forward-email=lyen8rxu@duck.com,8zaqibue@duck.com"
+ }
+}
diff --git a/domains/ss.almaz.json b/domains/ss.almaz.json
new file mode 100644
index 000000000..cc9550154
--- /dev/null
+++ b/domains/ss.almaz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AlmaziikDev",
+ "email": "admin@almaz.is-a.dev"
+ },
+ "record": {
+ "CNAME": "proxy.weissx.net"
+ }
+}
diff --git a/domains/ss.kleb.json b/domains/ss.kleb.json
deleted file mode 100644
index 877689c54..000000000
--- a/domains/ss.kleb.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "KrazyKleb",
- "email": "krazykleb@outlook.com"
- },
- "record": {
- "A": ["128.254.225.84"]
- }
-}
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/ssapp.json b/domains/ssapp.json
new file mode 100644
index 000000000..12eee3683
--- /dev/null
+++ b/domains/ssapp.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ssapp",
+ "email": "v.naydenov@icloud.com"
+ },
+ "record": {
+ "CNAME": "tarkov-time.com"
+ }
+}
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
deleted file mode 100644
index 69b2a059f..000000000
--- a/domains/staff.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev",
- "email": "phenax5@gmail.com"
- },
- "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..9218d668b
--- /dev/null
+++ b/domains/status-ryo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "FrosGaming",
+ "email": "dgfrosdgfros@gmail.com"
+ },
+ "record": {
+ "A": ["69.197.135.203"]
+ }
+}
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.chriscoding.json b/domains/status.chriscoding.json
new file mode 100644
index 000000000..c1d36023c
--- /dev/null
+++ b/domains/status.chriscoding.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "BestGithubUser1",
+ "email": "githubuserlol333@gmail.com",
+ "discord": "735578614476570726"
+ },
+
+ "record": {
+ "CNAME": "statuspage.betteruptime.com"
+ }
+ }
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
deleted file mode 100644
index 1c0b61f79..000000000
--- a/domains/status.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "wdhdev",
- "email": "william@williamharrison.dev"
- },
- "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/shock.json b/domains/status.shockbs.json
similarity index 76%
rename from domains/shock.json
rename to domains/status.shockbs.json
index 90d1fbd6e..cd4b9fc6b 100644
--- a/domains/shock.json
+++ b/domains/status.shockbs.json
@@ -4,6 +4,6 @@
"email": "apipherng@gmail.com"
},
"record": {
- "A": ["69.30.249.53"]
+ "CNAME": "shockbs.github.io"
}
}
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
index 7d50ffa3c..a461d7864 100644
--- a/domains/stefdp.json
+++ b/domains/stefdp.json
@@ -12,10 +12,10 @@
"185.199.111.153"
],
"MX": [
- "mail.is-a.dev"
+ "mail.stefdp.lol"
],
"TXT": [
- "v=spf1 mx a:mail.is-a.dev ip4:217.174.245.249 ~all"
+ "v=spf1 mx ~all"
]
}
}
diff --git a/domains/stephen-adeniji.json b/domains/stephen-adeniji.json
new file mode 100644
index 000000000..75144fc2d
--- /dev/null
+++ b/domains/stephen-adeniji.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Praizee",
+ "email": "praiseadeniji2017@gmail.com"
+ },
+ "record": {
+ "CNAME": "nextjs-portfolio-4jp.pages.dev"
+ }
+}
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/subyyal.json b/domains/subyyal.json
new file mode 100644
index 000000000..cb451ac5b
--- /dev/null
+++ b/domains/subyyal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Subyyalx",
+ "email": "subyyal@xavor.com"
+ },
+ "record": {
+ "CNAME": "cdblxrp8.up.railway.app"
+ }
+}
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/surya.json b/domains/surya.json
new file mode 100644
index 000000000..00f569a0a
--- /dev/null
+++ b/domains/surya.json
@@ -0,0 +1,12 @@
+{
+ "description": "Profile Links",
+ "repo": "https://github.com/suryanarayanrenjith/suryanarayanrenjith.github.io",
+ "owner": {
+ "username": "suryanarayanrenjith",
+ "email": "suryanarayanrenjith@outlook.com",
+ "twitter": "_suryanarayanr"
+ },
+ "record": {
+ "CNAME": "suryanarayanrenjith.github.io"
+ }
+}
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/swenet.json b/domains/swenet.json
new file mode 100644
index 000000000..6982ed49c
--- /dev/null
+++ b/domains/swenet.json
@@ -0,0 +1,12 @@
+{
+ "description": "Portfolio",
+ "repo": "https://github.com/sweneet/sweneet.github.io",
+ "owner": {
+ "username": "sweneet",
+ "email": "swenetbabapro@gmail.com",
+ "twitter": "tiltedswenet"
+ },
+ "record": {
+ "CNAME": "sweneet.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/tagbot.maskduck.json b/domains/tagbot.maskduck.json
deleted file mode 100644
index 909c18865..000000000
--- a/domains/tagbot.maskduck.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "description": "HTTP command handler for my bot",
- "repo": "https://github.com/MaskDuck/tag_bot",
- "owner": {
- "username": "MaskDuck",
- "email": "",
- "discord": "MaskDuck#1337",
- "twitter": "MaskDuck1",
- "reddit": "u/maskduck",
- "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586."
- },
- "record": {
- "CNAME": "tagbot-production-bef9.up.railway.app"
- }
-}
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/teesh.json b/domains/teesh.json
new file mode 100644
index 000000000..1f2c740d6
--- /dev/null
+++ b/domains/teesh.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "teesh3rt",
+ "email": "teesh3rt@gmail.com"
+ },
+ "description": "Teesh's Site",
+ "repo": "https://github.com/teesh3rt/teesh3rt.github.io",
+ "record": {
+ "CNAME": "teesh3rt.github.io"
+ }
+}
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.chiragnahata.json b/domains/test.chiragnahata.json
new file mode 100644
index 000000000..a23664d55
--- /dev/null
+++ b/domains/test.chiragnahata.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
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/tf.json b/domains/tf.json
new file mode 100644
index 000000000..3e50f7b7a
--- /dev/null
+++ b/domains/tf.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "WaspZix",
+ "email": "160319648+WaspZix@users.noreply.github.com"
+ },
+ "record": {
+ "CNAME": "thefirst.glitch.me"
+ }
+}
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-green-light.json b/domains/the-green-light.json
new file mode 100644
index 000000000..9957e103f
--- /dev/null
+++ b/domains/the-green-light.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Senky-Dev",
+ "email": "agarwala.keshav10@gmail.com"
+ },
+ "record": {
+ "CNAME": "the-green-light.pages.dev"
+ }
+}
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/the.neighbour.next.door.json b/domains/the.neighbour.next.door.json
new file mode 100644
index 000000000..56f37d0b1
--- /dev/null
+++ b/domains/the.neighbour.next.door.json
@@ -0,0 +1,23 @@
+{
+ "description": "A fun meme site :0 (as of entering of this domain, it hasn't been published yet).",
+ "owner": {
+ "username": "theNeighbourNextDoor",
+ "email": "theNeighbourNextDoor@ukrio.is-a.dev"
+ },
+ "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=u8k50850@gmail.com"
+ }
+}
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..ad2c1439e
--- /dev/null
+++ b/domains/thedt.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "thedtvn",
+ "email": "duongtuan30306@gmail.com"
+ },
+ "record": {
+ "CNAME": "thedt-portfolio.pages.dev"
+ }
+}
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/theneighbournextdoor.json b/domains/theneighbournextdoor.json
new file mode 100644
index 000000000..165ce693b
--- /dev/null
+++ b/domains/theneighbournextdoor.json
@@ -0,0 +1,12 @@
+{
+ "description": "A fun meme site :0 (as of entering of this domain, it hasn't been published yet).",
+ "owner": {
+ "username": "theNeighbourNextDoor",
+ "email": "theNeighbourNextDoor@ukrio.is-a.dev"
+ },
+ "record": {
+ "URL": "https://theneighbournextdoor.github.io/",
+ "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "TXT": "forward-email=u8k50850@gmail.com"
+ }
+}
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/thewonglife.json b/domains/thewonglife.json
new file mode 100644
index 000000000..ed0bcce76
--- /dev/null
+++ b/domains/thewonglife.json
@@ -0,0 +1,12 @@
+{
+ "description": "Nicholas Wong's Personal Subdomain",
+ "repo": "https://github.com/TheWongLife/TheWongLife.github.io",
+ "owner": {
+ "username": "TheWongLife",
+ "email": "nwong27@illinois.edu",
+ "twitter": "The_Wong_Life"
+ },
+ "record": {
+ "CNAME": "thewonglife.github.io"
+ }
+}
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/toast.json b/domains/toast.json
new file mode 100644
index 000000000..a2b007167
--- /dev/null
+++ b/domains/toast.json
@@ -0,0 +1,11 @@
+{
+ "description": "toast's toast",
+ "repo": "https://github.com/lightly-toasted/lightly-toasted.github.io",
+ "owner": {
+ "username": "lightly-toasted",
+ "email": "tooast@duck.com"
+ },
+ "record": {
+ "CNAME": "lightly-toasted.github.io"
+ }
+}
diff --git a/domains/tobez.json b/domains/tobez.json
index 3641c412c..f7ead48df 100644
--- a/domains/tobez.json
+++ b/domains/tobez.json
@@ -1,10 +1,10 @@
{
"owner": {
- "username": "TobezDev",
+ "username": "tobezdev",
"email": "therealtobes28@gmail.com"
},
"record": {
- "URL": "https://tobez.dev"
+ "URL": "https://discord.gg/c2UhTFyRBw"
}
}
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/tr1n.json b/domains/tr1n.json
new file mode 100644
index 000000000..8d98dea44
--- /dev/null
+++ b/domains/tr1n.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tr1n",
+ "email": "djpatrio@gmail.com"
+ },
+ "record": {
+ "URL": "https://tr1n.me"
+ }
+}
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.seen.json b/domains/tracking.seen.json
new file mode 100644
index 000000000..d67b225e3
--- /dev/null
+++ b/domains/tracking.seen.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Seendator",
+ "email": "seendator@outlook.com",
+ "discord": "852477599476482048"
+ },
+ "record": {
+ "CNAME": "api.elasticemail.com"
+ }
+}
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/treizer.json b/domains/treizer.json
new file mode 100644
index 000000000..ff7653714
--- /dev/null
+++ b/domains/treizer.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nexos20levrai",
+ "email": "nexos.dons@gmail.com"
+ },
+ "record": {
+ "A": ["193.160.130.98"]
+ }
+}
diff --git a/domains/triach-rold.json b/domains/triach-rold.json
new file mode 100644
index 000000000..46443e71c
--- /dev/null
+++ b/domains/triach-rold.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "triach-rold",
+ "email": "roldtriach@gmail.com"
+ },
+ "record": {
+ "URL": "https://triach-rold.github.io/"
+ }
+}
diff --git a/domains/triachrold.json b/domains/triachrold.json
new file mode 100644
index 000000000..625f18c8a
--- /dev/null
+++ b/domains/triachrold.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "triach-rold",
+ "email": "roldtriach@gmail.com"
+ },
+ "record": {
+ "URL": "https://triach-rold.github.io/"
+ }
+}
+
diff --git a/domains/trix.json b/domains/trix.json
new file mode 100644
index 000000000..94dff565e
--- /dev/null
+++ b/domains/trix.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tr1xem",
+ "email": "admin@trixsly.xyz"
+ },
+ "record": {
+ "CNAME": "superuser-l.github.io"
+ }
+}
diff --git a/domains/tshonq.json b/domains/tshonq.json
new file mode 100644
index 000000000..89536d6d6
--- /dev/null
+++ b/domains/tshonq.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shubhamakshit",
+ "email": "akshitshubhammas@gmail.com"
+ },
+ "record": {
+ "CNAME": "tshonqkhan.onrender.com"
+ }
+}
diff --git a/domains/ttt.talinsharma.json b/domains/ttt.talinsharma.json
new file mode 100644
index 000000000..60572a0ce
--- /dev/null
+++ b/domains/ttt.talinsharma.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "TalinTheDev",
+ "email": "talinsharma.dev@gmail.com",
+ "discord": "1010508154481676329"
+ },
+
+ "record": {
+ "CNAME": "tic-tac-toe-175c5.web.app"
+ }
+ }
+
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/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/undefined.json b/domains/undefined.json
new file mode 100644
index 000000000..d94d066b0
--- /dev/null
+++ b/domains/undefined.json
@@ -0,0 +1,22 @@
+{
+ "description": "This subdomain is for my personal portfolio website.",
+ "repo": "https://github.com/baokhang4930/baokhang4930.github.io",
+ "owner": {
+ "username": "baokhang4930",
+ "email": "baokhang4930@gmail.com",
+ "twitter": "undefiined__"
+ },
+ "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/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/untitled.json b/domains/untitled.json
new file mode 100644
index 000000000..2f713c29b
--- /dev/null
+++ b/domains/untitled.json
@@ -0,0 +1,11 @@
+{
+ "description": "Hosting my website",
+ "repo": "https://github.com/VihaanAnand/VihaanAnand.github.io",
+ "owner": {
+ "username": "VihaanAnand",
+ "email": "macos14sonoma@gmail.com"
+ },
+ "record": {
+ "CNAME": "VihaanAnand.github.io"
+ }
+}
diff --git a/domains/uptime-ryo.json b/domains/uptime-ryo.json
new file mode 100644
index 000000000..9218d668b
--- /dev/null
+++ b/domains/uptime-ryo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "FrosGaming",
+ "email": "dgfrosdgfros@gmail.com"
+ },
+ "record": {
+ "A": ["69.197.135.203"]
+ }
+}
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/uuphoria2.json b/domains/uuphoria2.json
new file mode 100644
index 000000000..e5d7f1b6e
--- /dev/null
+++ b/domains/uuphoria2.json
@@ -0,0 +1,11 @@
+{
+ "description": "This is to be used on my blog.",
+ "repo": "https://github.com/uuphoria2/uuphoria2.github.io",
+ "owner": {
+ "username": "uuphoria2",
+ "email": "gman36147@gmail.com"
+ },
+ "record": {
+ "CNAME": "uuphoria2.github.io"
+ }
+}
diff --git a/domains/uvw.json b/domains/uvw.json
new file mode 100644
index 000000000..c7a52ca2a
--- /dev/null
+++ b/domains/uvw.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "The-Intruder",
+ "email": "ruj1nuvp8@mozmail.com"
+ },
+ "record": {
+ "A": [
+ "192.227.173.73"
+ ]
+ }
+}
\ No newline at end of file
diff --git a/domains/uwu.json b/domains/uwu.json
new file mode 100644
index 000000000..da3053a49
--- /dev/null
+++ b/domains/uwu.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "orxngc",
+ "discord": "orangc",
+ "email": "orangc@proton.me"
+ },
+ "record": {
+ "CNAME": "edge.redirect.pizza"
+ }
+}
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 ed6e2f2a2..86bfbac2a 100644
--- a/domains/vachanmn.json
+++ b/domains/vachanmn.json
@@ -4,6 +4,6 @@
"email": "vachanmn123@gmail.com"
},
"record": {
- "URL": "https://vachanmn.tech"
+ "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/valo-io.json b/domains/valo-io.json
new file mode 100644
index 000000000..a0d0cf4fd
--- /dev/null
+++ b/domains/valo-io.json
@@ -0,0 +1,13 @@
+{
+ "description": "Static page, displaying the links to my socials",
+ "repo": "https://github.com/valo-io/valo-io.github.io",
+ "owner": {
+ "username": "valo-io",
+ "email": "starfleet.valowolf@gmail.com",
+ "twitter": "Valo_iO",
+ "discord": "valo_io"
+ },
+ "record": {
+ "CNAME": "valo-io.github.io"
+ }
+}
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
deleted file mode 100644
index aa98feaf9..000000000
--- a/domains/valowolf.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "ValoWolf",
- "email": "starfleet.valowolf@gmail.com"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
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/ved.json b/domains/ved.json
new file mode 100644
index 000000000..943aefaf0
--- /dev/null
+++ b/domains/ved.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ved-patel226",
+ "email": "talk2ved11@gmail.com"
+ },
+ "record": {
+ "CNAME": "ved-patel226.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/viggo.json b/domains/viggo.json
new file mode 100644
index 000000000..7cee1d6f6
--- /dev/null
+++ b/domains/viggo.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "ViggAlm",
+ "email": "ViggAlm@gmail.com",
+ "discord": "930932488040226876"
+ },
+
+ "record": {
+ "CNAME": "viggalm.github.io"
+ }
+ }
+
\ No newline at end of file
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/vishok.json b/domains/vishok.json
new file mode 100644
index 000000000..3cf5fd844
--- /dev/null
+++ b/domains/vishok.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mvishok",
+ "email": "mvishok2005@gmail.com"
+ },
+ "record": {
+ "CNAME": "mvishok.github.io"
+ }
+}
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/voxel.json b/domains/voxel.json
new file mode 100644
index 000000000..74fafff66
--- /dev/null
+++ b/domains/voxel.json
@@ -0,0 +1,12 @@
+{
+ "description": "personal website",
+ "repo": "https://github.com/voxel79/voxel79.github.io",
+ "owner": {
+ "username": "voxel79",
+ "email": "voxelcool@gmail.com",
+ "twitter": "voxelhaha"
+ },
+ "record": {
+ "CNAME": "voxel79.github.io"
+ }
+}
diff --git a/domains/vpn.lylythechosenone.json b/domains/vpn.lylythechosenone.json
deleted file mode 100644
index 741ea91a8..000000000
--- a/domains/vpn.lylythechosenone.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "lylythechosenone",
- "email": "Lysander.mealy@gmail.com"
- },
- "record": {
- "A": ["162.84.137.147"]
- }
-}
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/william.json b/domains/william.json
index 0a51a1e9a..2bfaddfb6 100644
--- a/domains/william.json
+++ b/domains/william.json
@@ -5,6 +5,6 @@
},
"record": {
- "CNAME": "wdhdns.com"
+ "URL": "https://williamharrison.dev"
}
}
diff --git a/domains/windowsbuild3r.json b/domains/windowsbuild3r.json
new file mode 100644
index 000000000..890e890d3
--- /dev/null
+++ b/domains/windowsbuild3r.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "davidctinescu",
+ "email": "david.andrei.pisoi@gmail.com"
+ },
+ "record": {
+ "A": [
+ "156.67.25.171"
+ ]
+ }
+}
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/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/wojtekgame.json b/domains/wojtekgame.json
new file mode 100644
index 000000000..0dcd6daba
--- /dev/null
+++ b/domains/wojtekgame.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "WojtekCodesToday",
+ "email": "wojtek.game.private@gmail.com",
+ "discord": "1178278261516685393"
+ },
+
+ "record": {
+ "CNAME": "wojtekcodestoday.github.io"
+ }
+ }
+
diff --git a/domains/workspace.trung.json b/domains/workspace.trung.json
new file mode 100644
index 000000000..417d48482
--- /dev/null
+++ b/domains/workspace.trung.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "A": ["34.125.141.93"]
+ }
+}
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/wtfchirag.json b/domains/wtfchirag.json
new file mode 100644
index 000000000..fe438cba2
--- /dev/null
+++ b/domains/wtfchirag.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chiragksharma",
+ "email": "chiragksharma15@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.github.com/chiragksharma"
+ }
+}
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/xkaper.json b/domains/xkaper.json
new file mode 100644
index 000000000..e6cad4e40
--- /dev/null
+++ b/domains/xkaper.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "xkaper001",
+ "email": "imluckyayan@gmail.com"
+ },
+ "record": {
+ "CNAME": "xkaper.webflow.io"
+ }
+}
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/xyz.json b/domains/xyz.json
new file mode 100644
index 000000000..7073a0414
--- /dev/null
+++ b/domains/xyz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BLCXD",
+ "email": "blctoblc223@gmail.com"
+ },
+ "record": {
+ "CNAME": "blcpage.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/yaman-malla.json b/domains/yaman-malla.json
new file mode 100644
index 000000000..e04a6ce7d
--- /dev/null
+++ b/domains/yaman-malla.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "yamanISyaman",
+ "email": "yaman.1423@gmail.com"
+ },
+ "record": {
+ "CNAME": "yaman-malla.surge.sh"
+ }
+}
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/yochietti.json b/domains/yochietti.json
new file mode 100644
index 000000000..fd936ca04
--- /dev/null
+++ b/domains/yochietti.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "yochie",
+ "email": "yoann.ochietti@gmail.com"
+ },
+ "record": {
+ "URL": "https://yochie.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/yol.json b/domains/yol.json
new file mode 100644
index 000000000..8ac8b103b
--- /dev/null
+++ b/domains/yol.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "YoelNath",
+ "email": "yoelnathanael1@gmail.com"
+ },
+ "record": {
+ "CNAME": "yoelnath.github.io"
+ }
+}
diff --git a/domains/youfoundalpha.json b/domains/youfoundalpha.json
index b73dd041a..e2fb6b901 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"
+ "URL": "https://ap.yfadev.pw",
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/cdn.yfa.json b/domains/youfoundalpha.youfoundalpha.json
similarity index 68%
rename from domains/cdn.yfa.json
rename to domains/youfoundalpha.youfoundalpha.json
index 6924a7402..6aa31860f 100644
--- a/domains/cdn.yfa.json
+++ b/domains/youfoundalpha.youfoundalpha.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"
+ "URL": "https://youfoundalpha.is-a.dev"
}
}
diff --git a/domains/yourz.json b/domains/yourz.json
new file mode 100644
index 000000000..570426785
--- /dev/null
+++ b/domains/yourz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Yourz",
+ "email": "crazilou@vip.qq.com"
+ },
+ "record": {
+ "CNAME": "yourz.github.io"
+ }
+}
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/yrrahbot.acronical.json b/domains/yrrahbot.acronical.json
new file mode 100644
index 000000000..870033b61
--- /dev/null
+++ b/domains/yrrahbot.acronical.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AcronicalYT",
+ "email": "acronicalbusiness@gmail.com"
+ },
+ "record": {
+ "CNAME": "9595.site.bot-hosting.net"
+ }
+}
diff --git a/domains/yrrahevents.acronical.json b/domains/yrrahevents.acronical.json
new file mode 100644
index 000000000..a80a12eb4
--- /dev/null
+++ b/domains/yrrahevents.acronical.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AcronicalYT",
+ "email": "acronicalbusiness@gmail.com"
+ },
+ "record": {
+ "CNAME": "yrrahevents.pages.dev"
+ }
+}
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/zaman.json b/domains/zaman.json
new file mode 100644
index 000000000..9f7091830
--- /dev/null
+++ b/domains/zaman.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "asimuzzaman",
+ "email": "eii8mo9om@mozmail.com"
+ },
+ "record": {
+ "CNAME": "asimuzzaman.pages.dev"
+ },
+ "description": "Personal website of @asimuzzaman"
+}
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/zb60458066.klent.json b/domains/zb60458066.klent.json
new file mode 100644
index 000000000..b60b572a5
--- /dev/null
+++ b/domains/zb60458066.klent.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "kleeiny",
+ "email": "kleeinlmao@gmail.com",
+ "discord": "763581985410121769"
+ },
+
+ "record": {
+ "CNAME": "zmverify.zoho.com"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/zdc.kenny.json b/domains/zdc.kenny.json
deleted file mode 100644
index f15b6f92d..000000000
--- a/domains/zdc.kenny.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "KennySB-dev",
- "email": "kennybugeja@gmail.com",
- "discord": "kenny.sb"
- },
-
- "record": {
- "URL": "https://discord.gg/afWaM4sXyJ"
- }
-}
diff --git a/domains/zeaxey.json b/domains/zeaxey.json
new file mode 100644
index 000000000..75b411dae
--- /dev/null
+++ b/domains/zeaxey.json
@@ -0,0 +1,12 @@
+{
+ "description": "website.",
+ "repo": "https://github.com/Pixel556/website",
+ "owner": {
+ "username": "Pixel556",
+ "email": "therealzeaxey123@gmail.com",
+ "discord": "862644161156218891"
+ },
+ "record": {
+ "CNAME": "pixel556.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/ziko.json b/domains/ziko.json
new file mode 100644
index 000000000..0b2589b48
--- /dev/null
+++ b/domains/ziko.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "hghfth",
+ "email": "zakariadidah@gmail.com",
+ "discord": "788397929308225546"
+ },
+
+ "record": {
+ "A": ["51.20.101.210"]
+ }
+ }
+
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/zoom.json b/domains/zoom.json
new file mode 100644
index 000000000..3aa0c7f92
--- /dev/null
+++ b/domains/zoom.json
@@ -0,0 +1,13 @@
+{
+ "description": "A way of showing my github website",
+ "repo": "https://github.com/theoldzoom/theoldzoom.github.io",
+ "owner": {
+ "username": "theoldzoom",
+ "email": "theoldzoom@gmail.com",
+ "twitter": "theoldzoom",
+ "discord": "theoldzoom"
+ },
+ "record": {
+ "CNAME": "theoldzoom.github.io"
+ }
+}
diff --git a/domains/zoosio.json b/domains/zoosio.json
new file mode 100644
index 000000000..2a1c8448d
--- /dev/null
+++ b/domains/zoosio.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "239626",
+ "email": "maz.nos@gmail.com",
+ "discord": "788741120364511242"
+ },
+
+ "record": {
+ "A": ["95.216.242.35"]
+ }
+ }
+
\ No newline at end of file
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/zvdxc.json b/domains/zvdxc.json
new file mode 100644
index 000000000..b1bd72440
--- /dev/null
+++ b/domains/zvdxc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zvdxc",
+ "email": "zvdxc11@gmail.com"
+ },
+ "record": {
+ "CNAME": "mysite-e7j.pages.dev"
+ }
+}
diff --git a/domains/zwei.json b/domains/zwei.json
new file mode 100644
index 000000000..50763b3c0
--- /dev/null
+++ b/domains/zwei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Vibred",
+ "email": "vibred@pm.me"
+ },
+ "record": {
+ "CNAME": "telegraph-image2-c9p.pages.dev"
+ }
+}
diff --git a/domains/zwyz.json b/domains/zwyz.json
new file mode 100644
index 000000000..f5b0cb1d5
--- /dev/null
+++ b/domains/zwyz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "madisonwirtanen",
+ "email": "isadev@imkk.uk"
+ },
+ "record": {
+ "CNAME": "madisonwirtanen.github.io"
+ }
+}
\ No newline at end of file
diff --git a/domains/zylo.json b/domains/zylo.json
new file mode 100644
index 000000000..47d8525ad
--- /dev/null
+++ b/domains/zylo.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Zylo23",
+ "email": "pyyupsk@proton.me"
+ },
+ "description": "👋 Hello! I'm Zylo, a passionate developer with expertise in efficient web solutions. Explore my portfolio and contact me on GitHub.",
+ "repo": "https://github.com/Zylo23/personal-website",
+ "record": {
+ "CNAME": "zylo23.pages.dev"
+ }
+}
\ No newline at end of file
diff --git a/domains/zymi.json b/domains/zymi.json
new file mode 100644
index 000000000..961972db7
--- /dev/null
+++ b/domains/zymi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Zyminotfound",
+ "email": "notzymi0@gmail.com"
+ },
+ "record": {
+ "CNAME": "zyminotfound.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/domains/zytre.json b/domains/zytre.json
new file mode 100644
index 000000000..2f08be063
--- /dev/null
+++ b/domains/zytre.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "GGLVXD",
+ "email": "gglvmax@gmail.com",
+ "discord": "689774740893859840"
+ },
+
+ "record": {
+ "CNAME": "forum.gglvxd.eu.org"
+ }
+ }
+
\ No newline at end of file
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 1726affae..a102eeb73 100644
--- a/tests/validations.test.js
+++ b/tests/validations.test.js
@@ -65,6 +65,9 @@ describe('validateDomainData', () => {
{ ...defaultDomain, record: { A: '::1' } },
{ ...defaultDomain, name: '_discord' },
{ ...defaultDomain, name: '_gitlab-pages-verification-code' },
+ { ...defaultDomain, name: '_acme-challenge' },
+ { ...defaultDomain, name: '_dmarc' },
+ { ...defaultDomain, name: '_gh-is-a-dev' },
];
const validCases = [
@@ -96,6 +99,11 @@ describe('validateDomainData', () => {
{ ...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' },
+ { ...defaultDomain, name: '_gh-phenax.akshay' },
+ { ...defaultDomain, name: '_gh-hello01-ga' },
+ { ...defaultDomain, name: '_gh-hello01_ga' },
];
it('should return false for invalid data', () => {
diff --git a/utils/invalid-domains.json b/utils/invalid-domains.json
index 3a5369df5..1122df7fe 100644
--- a/utils/invalid-domains.json
+++ b/utils/invalid-domains.json
@@ -1,8 +1,12 @@
[
"_acme-challenge",
+ "_discord",
+ "_dmarc",
+ "_gh-is-a-dev",
"_github-challenge-is-a-dev",
"_github-pages-challenge-is-a-dev",
"_gitlab-pages-verification-code",
+ "con",
"help",
"no-reply",
"noreply",
@@ -15,6 +19,5 @@
"ww3",
"ww4",
"wwww",
- "your-domain-name",
- "_discord"
+ "your-domain-name"
]
diff --git a/utils/validations.js b/utils/validations.js
index c7cdd7e16..a5f17eece 100644
--- a/utils/validations.js
+++ b/utils/validations.js
@@ -40,6 +40,9 @@ 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'),
+ testRegex(/^_gh-[a-z0-9-_]+$/i), // Exception for the new github org verification records
]
const validateDomainData = validate({