diff --git a/.env b/.env.example
similarity index 100%
rename from .env
rename to .env.example
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index 99b47d0ab..1c5f7d0ca 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -1,5 +1,5 @@
name: Checks
-on: [pull_request]
+on: [pull_request, workflow_dispatch]
jobs:
validation:
@@ -9,15 +9,8 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- - name: Setup node v16
- uses: actions/setup-node@v1
+ - uses: oven-sh/setup-bun@v1
with:
- node-version: '16'
- - name: Install dependencies
- uses: borales/actions-yarn@v2.0.0
- with:
- cmd: install --ignore-engines --frozen-lockfile
- - name: Run tests
- uses: borales/actions-yarn@v2.0.0
- with:
- cmd: test
+ bun-version: 1.0.3
+ - run: bun install
+ - run: bun test
diff --git a/.github/workflows/publish-records.yml b/.github/workflows/publish-records.yml
index c8ed824e1..522179f4d 100644
--- a/.github/workflows/publish-records.yml
+++ b/.github/workflows/publish-records.yml
@@ -12,16 +12,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- - uses: borales/actions-yarn@v2.0.0
+ - uses: oven-sh/setup-bun@v1
with:
- cmd: install --ignore-engines
- - name: Running tests
- uses: borales/actions-yarn@v2.0.0
- with:
- cmd: test
+ bun-version: 1.0.3
+ - run: bun install
+ - run: bun test
- name: Publishing records
env:
CI: 1
+ NODE_ENV: production
ENV: production
DOMAIN_USER: ${{ secrets.DOMAIN_USER }}
DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }}
@@ -29,6 +28,4 @@ jobs:
DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }}
DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }}
DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }}
- uses: borales/actions-yarn@v2.0.0
- with:
- cmd: publish-records
+ run: bun run publish-records
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 786060ccc..f4cc4fe4a 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -13,8 +13,8 @@ jobs:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- days-before-stale: 30
- days-before-close: 20
+ days-before-stale: 7
+ days-before-close: 14
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/.github/workflows/wildcard.yml b/.github/workflows/wildcard.yml
index a6a5e4b16..b7622fc2d 100644
--- a/.github/workflows/wildcard.yml
+++ b/.github/workflows/wildcard.yml
@@ -30,12 +30,15 @@ jobs:
- name: test
run: cat domains/_acme-challenge.json
- - name: Install Yarn dependencies
- run: yarn install --ignore-engines
+ - uses: oven-sh/setup-bun@v1
+ with:
+ bun-version: 1.0.3
+ - run: bun install
- name: Publishing records
env:
CI: 1
+ NODE_ENV: production
ENV: production
DOMAIN_USER: ${{ secrets.DOMAIN_USER }}
DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }}
@@ -43,7 +46,7 @@ jobs:
DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }}
DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }}
DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }}
- run: yarn publish-records
+ run: bun run publish-records
- name: Sleep
run: sleep 10m
shell: bash
@@ -55,6 +58,7 @@ jobs:
- name: removing records
env:
CI: 1
+ NODE_ENV: production
ENV: production
DOMAIN_USER: ${{ secrets.DOMAIN_USER }}
DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }}
@@ -62,4 +66,4 @@ jobs:
DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }}
DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }}
DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }}
- run: yarn publish-records
+ run: bun run publish-records
diff --git a/.gitignore b/.gitignore
index b4bfa3d64..209d4adc4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
node_modules/
-*.env.*
+*.env.production
*.log
+is-a-dev-cert/
diff --git a/README.md b/README.md
index ba6cd6508..a550559cc 100644
--- a/README.md
+++ b/README.md
@@ -16,12 +16,17 @@
+## Issues
+
+If you have any problems then feel free to open a issue on github.
+If you have an issue that contains confidental infomation then email hello@maintainers.is-a.dev any other emails will be ignored.
+
## 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 automagically!
+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](https://discord.gg/PZCGHz4RhQ) then head to the commands channel and do /register . The bot will ask you a few questions then will generate your PR and domain automaticly. The bot also allows for domain deletion and editing.
+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.
@@ -53,10 +58,7 @@ is-a-dev register
```
## Status
-You can check the uptime of our services on our [status dashboard](https://stats.uptimerobot.com/zY4XKIRVzw).
-
-[](https://stats.uptimerobot.com/zY4XKIRVzw/787472645)
-[](https://stats.uptimerobot.com/zY4XKIRVzw/787472617)
+You can check the uptime of our services on our [status dashboard](https://status.is-a.dev).
### Similar Services
If you want to find services similar to is-a.dev, take a look on [free-for.life](https://free-for.life/#/?id=domains).
diff --git a/bun.lockb b/bun.lockb
new file mode 100755
index 000000000..502212010
Binary files /dev/null and b/bun.lockb differ
diff --git a/default.nix b/default.nix
index b806eb6c4..bc0f66aa3 100644
--- a/default.nix
+++ b/default.nix
@@ -3,11 +3,10 @@ let
inherit (nixpkgs) pkgs;
nixPackages = with pkgs; [
- nodejs-18_x
yarn
docker-compose
dnsutils
- #certbot
+ bun
];
in
pkgs.stdenv.mkDerivation {
diff --git a/domains/00.json b/domains/00.json
new file mode 100644
index 000000000..f12b139a1
--- /dev/null
+++ b/domains/00.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Rayrsn",
+ "email": "rayrsn@proton.me"
+ },
+ "record": {
+ "URL": "https://rayr.link"
+ }
+}
diff --git a/domains/01.json b/domains/01.json
new file mode 100644
index 000000000..f12b139a1
--- /dev/null
+++ b/domains/01.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Rayrsn",
+ "email": "rayrsn@proton.me"
+ },
+ "record": {
+ "URL": "https://rayr.link"
+ }
+}
diff --git a/domains/0xsurya.json b/domains/0xsurya.json
deleted file mode 100644
index 0c858e72f..000000000
--- a/domains/0xsurya.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "0xSuryax",
- "email": "surya98613@gmail.com"
- },
- "record": {
- "A": ["38.242.141.34"]
- }
-}
diff --git a/domains/miniexploit.json b/domains/1024.json
similarity index 68%
rename from domains/miniexploit.json
rename to domains/1024.json
index ab6e9500d..d2301f533 100644
--- a/domains/miniexploit.json
+++ b/domains/1024.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "miniexploit",
- "email": "miniexploitttt@gmail.com"
+ "username": "cy920820",
+ "email": "cuiyang673308817@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
diff --git a/domains/123.json b/domains/123.json
new file mode 100644
index 000000000..a2d8b69bf
--- /dev/null
+++ b/domains/123.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "NuroHimself",
+ "email": "nurorust2023@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/18o4.json b/domains/18o4.json
deleted file mode 100644
index cd2fcd1ee..000000000
--- a/domains/18o4.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "description": "redirects to my website",
- "repo": "https://github.com/18o4/18o4.github.io",
- "owner": {
- "username": "18o4",
- "email": "",
- "discord": "18O4#4350",
- "discordUserID": "279894305630453760"
- },
- "record": {
- "URL": "https://18o4.tk"
- }
-}
diff --git a/domains/1ly4s0.json b/domains/1ly4s0.json
new file mode 100644
index 000000000..53fd19f82
--- /dev/null
+++ b/domains/1ly4s0.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "1ly4s0",
+ "email": "ilyaslamzouri2@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/1no.json b/domains/1no.json
deleted file mode 100644
index 97cda75d2..000000000
--- a/domains/1no.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "1NO26",
- "email": "ali2626albayrak@gmail.com"
- },
- "record": {
- "URL": "https://whub.pro"
- }
-}
diff --git a/domains/1st-dev.json b/domains/1st-dev.json
deleted file mode 100644
index b15cfed15..000000000
--- a/domains/1st-dev.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "RainyXeon",
- "email": "minh15052008@gmail.com"
- },
-
- "record": {
- "CNAME": "5a3e476d-47ce-4088-9b34-42cdb8c3395b.id.repl.co"
- }
-}
diff --git a/domains/1st.json b/domains/1st.json
deleted file mode 100644
index ebca6a52b..000000000
--- a/domains/1st.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "1st.is-a.dev",
- "repo": "https://github.com/Rahuletto/1st",
- "owner": {
- "username": "Rahuletto",
- "email": "rahulmarban@gmail.com"
- },
- "record": {
- "CNAME": "d0720bf3-70d2-4b24-9273-b44ce8e0c708.id.repl.co"
- }
-}
diff --git a/domains/ayvanov.json b/domains/21z.json
similarity index 70%
rename from domains/ayvanov.json
rename to domains/21z.json
index 1d8e7bb5f..755d4554f 100644
--- a/domains/ayvanov.json
+++ b/domains/21z.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "ayvanov",
- "email": "xanderinho@gmail.com"
+ "username": "21Z",
+ "email": "hamdankalliyil@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
diff --git a/domains/2fa.phoenix.json b/domains/2fa.phoenix.json
new file mode 100644
index 000000000..189cb852b
--- /dev/null
+++ b/domains/2fa.phoenix.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "PhoenixOrigin",
+ "email": "phoenixorigin171@gmail.com"
+ },
+ "record": {
+ "A": ["130.162.166.134"]
+ }
+}
diff --git a/domains/37cut.json b/domains/37cut.json
new file mode 100644
index 000000000..3f8040e76
--- /dev/null
+++ b/domains/37cut.json
@@ -0,0 +1,11 @@
+{
+ "description": "Url redirect to cutt37.is-a.dev",
+ "repo": "https://github.com/37cut/37cut.github.io",
+ "owner": {
+ "username": "37cut",
+ "email": "cutt37@outlook.com"
+ },
+ "record": {
+ "URL": "https://cutt37.is-a.dev"
+ }
+}
diff --git a/domains/gcc.json b/domains/3kh0.json
similarity index 69%
rename from domains/gcc.json
rename to domains/3kh0.json
index c4cd0ab8a..33565c187 100644
--- a/domains/gcc.json
+++ b/domains/3kh0.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "zachcool",
- "email": "zach24willow@gmail.com"
+ "username": "3kh0",
+ "email": "echo-the-coder@tuta.io"
},
"record": {
"A": ["217.174.245.249"],
diff --git a/domains/4d62.json b/domains/4d62.json
new file mode 100644
index 000000000..3ec25e3b4
--- /dev/null
+++ b/domains/4d62.json
@@ -0,0 +1,11 @@
+{
+ "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/62radio.json b/domains/62radio.json
new file mode 100644
index 000000000..5d3141892
--- /dev/null
+++ b/domains/62radio.json
@@ -0,0 +1,12 @@
+{
+ "description": "62radio.is-a.dev",
+ "repo": "https://github.com/radio-indonesia/radio-indonesia.github.io",
+ "owner": {
+ "username": "lrmn7",
+ "email": "lrmn.dev@gmail.com",
+ "discord": "romanromannya#0"
+ },
+ "record": {
+ "CNAME": "radio-indonesia.github.io"
+ }
+}
diff --git a/domains/mostafizurrahman.json b/domains/70a5.json
similarity index 67%
rename from domains/mostafizurrahman.json
rename to domains/70a5.json
index 339a082ba..613a9726e 100644
--- a/domains/mostafizurrahman.json
+++ b/domains/70a5.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "gigwanoobstudios",
- "email": "tplink3116@gmail.com"
+ "username": "70A5",
+ "email": "joas.van.der.eerden@outlook.com"
},
"record": {
"A": ["217.174.245.249"],
diff --git a/domains/853.json b/domains/853.json
deleted file mode 100644
index 15f4a86fe..000000000
--- a/domains/853.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Sonic853",
- "email": "sonic853@qq.com"
- },
- "record": {
- "A": ["119.29.157.82"]
- }
-}
diff --git a/domains/9yma.net.json b/domains/9yma.net.json
new file mode 100644
index 000000000..9498da69d
--- /dev/null
+++ b/domains/9yma.net.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "baratt-88",
+ "email": "anisaputry0708@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/_discord.0xviel.json b/domains/_discord.0xviel.json
new file mode 100644
index 000000000..e06950f22
--- /dev/null
+++ b/domains/_discord.0xviel.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "nobuyaki",
+ "email": "contact@0xviel.my.id",
+ "discord": "445073800850046977"
+ },
+ "record": {
+ "TXT": "dh=3553e848300a672fa174b27085b19d419d95ef75"
+ }
+}
diff --git a/domains/_discord.alpha.json b/domains/_discord.alpha.json
new file mode 100644
index 000000000..55dd40074
--- /dev/null
+++ b/domains/_discord.alpha.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "YouFoundAlpha",
+ "email": "alpha@alpha.is-a.dev",
+ "Discord": "661121998830960651",
+ "Twitter": "YouFoundAlpha",
+ "GitHub": "YouFoundAlpha",
+ "GitLab": "YouFoundAlpha",
+ "Mastodon": "@YouFoundAlpha@mastodon.social"
+ },
+ "record": {
+ "TXT": "dh=0ed7bf0ab783536f57a14304a99956a116a1782e"
+ }
+}
diff --git a/domains/_discord.amol254542.json b/domains/_discord.amol254542.json
new file mode 100644
index 000000000..98bc1dba9
--- /dev/null
+++ b/domains/_discord.amol254542.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "amol234545",
+ "email": "amolmilton@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=383b5b12e8a16256189d4e54677f7c217ddde07a"
+ }
+}
diff --git a/domains/_discord.api.stefdp.json b/domains/_discord.api.stefdp.json
new file mode 100644
index 000000000..2b3f4ed36
--- /dev/null
+++ b/domains/_discord.api.stefdp.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "TXT": "dh=e71ddcd3beca6bbd44125eb4d861d4cf28eed0c8"
+ }
+}
diff --git a/domains/_discord.bulkypanda.json b/domains/_discord.bulkypanda.json
new file mode 100644
index 000000000..c6bf8ea5e
--- /dev/null
+++ b/domains/_discord.bulkypanda.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bulkypanda",
+ "email": "arya@gummadi.net"
+ },
+ "record": {
+ "TXT": "dh=b44771133966394ffba23bbd409696a6a58356b4"
+ }
+}
diff --git a/domains/_discord.cutedog5695.json b/domains/_discord.cutedog5695.json
new file mode 100644
index 000000000..a5a5a6012
--- /dev/null
+++ b/domains/_discord.cutedog5695.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "CuteDog5695",
+ "email": "cutedog5695@gmail.com",
+ "discord": "cutedog5695",
+ "twitter": "cutedog5695"
+ },
+ "record": {
+ "TXT": "dh=f85ce7cf4e6ff1f6136767a12c041fbbcb446045"
+ }
+}
diff --git a/domains/_github-pages-challenge-stef-00012.stefdp.json b/domains/_discord.dashboard.gattinhosbot.json
similarity index 68%
rename from domains/_github-pages-challenge-stef-00012.stefdp.json
rename to domains/_discord.dashboard.gattinhosbot.json
index 2d58c7dd3..557328c83 100644
--- a/domains/_github-pages-challenge-stef-00012.stefdp.json
+++ b/domains/_discord.dashboard.gattinhosbot.json
@@ -4,6 +4,6 @@
"email": "stefano.delprete.08@gmail.com"
},
"record": {
- "TXT": "27c2dc9cd3e8a0a37947e82ab6f637"
+ "TXT": "dh=8fb11c7ecad141914be5cc41aa1b4569dcd14f6c"
}
}
diff --git a/domains/_discord.dyno.json b/domains/_discord.dyno.json
new file mode 100644
index 000000000..4390e6390
--- /dev/null
+++ b/domains/_discord.dyno.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "DynoW",
+ "email": "naffets0@gmail.com",
+ "discord": "455608238335983617"
+ },
+ "record": {
+ "TXT": "dh=8bb2a3b679cd393d772165a0baf0eea849b5c698"
+ }
+}
diff --git a/domains/_discord.gattinhosbot.json b/domains/_discord.gattinhosbot.json
new file mode 100644
index 000000000..2ddfbbf41
--- /dev/null
+++ b/domains/_discord.gattinhosbot.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "TXT": "dh=03933534192052d1ca904fb933de9acde3b4ed48"
+ }
+}
diff --git a/domains/_discord.hchs-bot.json b/domains/_discord.hchs-bot.json
new file mode 100644
index 000000000..499b83c06
--- /dev/null
+++ b/domains/_discord.hchs-bot.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "jimmy20180130",
+ "email": "jimmy20180130@gmail.com",
+ "twitter": "@jimmyyo45639462",
+ "discord": "xiaoxi_tw#0"
+ },
+ "record": {
+ "TXT": "dh=1001abef3571d8f5aa7d6d94543d8409f9e786ea"
+ }
+}
diff --git a/domains/_discord.jadebetty.json b/domains/_discord.jadebetty.json
new file mode 100644
index 000000000..1f2b319a4
--- /dev/null
+++ b/domains/_discord.jadebetty.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "JadeBetty",
+ "email": "",
+ "discord": "758617912566087681"
+ },
+ "record": {
+ "TXT": "dh=94e84997f373f2235c194f248969912336c5c0e8"
+ }
+}
diff --git a/domains/_discord.kleb.json b/domains/_discord.kleb.json
new file mode 100644
index 000000000..620d054d6
--- /dev/null
+++ b/domains/_discord.kleb.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "KrazyKleb",
+ "email": "krazykleb@outlook.com"
+ },
+ "record": {
+ "TXT": "dh=3e455eb128d3f2996cd8226c6666872d617d7bdf"
+ }
+}
diff --git a/domains/_discord.krazy.json b/domains/_discord.krazy.json
new file mode 100644
index 000000000..e4299a3a6
--- /dev/null
+++ b/domains/_discord.krazy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "KrazyKleb",
+ "email": "krazykleb@outlook.com"
+ },
+ "record": {
+ "TXT": "dh=9b437fc3639b73eb33fe9b536d5ad6acbec42dd1"
+ }
+}
diff --git a/domains/_discord.neon.json b/domains/_discord.neon.json
new file mode 100644
index 000000000..751eb6274
--- /dev/null
+++ b/domains/_discord.neon.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "GoodBoyNeon",
+ "discord": "neonthedeveloper",
+ "twitter": "NeonTheNerd",
+ "email": "goodboyneon03@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=9179ff512ac0562aeebd4d418a565cd7208cdfb2"
+ }
+}
\ No newline at end of file
diff --git a/domains/_discord.orange.json b/domains/_discord.orange.json
new file mode 100644
index 000000000..8d6997e4d
--- /dev/null
+++ b/domains/_discord.orange.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sahmed011",
+ "email": "sufyanmishal@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=7e7e671a8b44d02fde9ab6f6df7baf94086c96fd"
+ }
+}
diff --git a/domains/_discord.oxmc.json b/domains/_discord.oxmc.json
new file mode 100644
index 000000000..a2d545a8c
--- /dev/null
+++ b/domains/_discord.oxmc.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "oxmc",
+ "email": "oxmc7769.mail@gmail.com",
+ "discord": "oxmc7769"
+ },
+ "record": {
+ "TXT": "dh=6493e80ff0645ec8c706643ae6e357066becb660"
+ }
+}
diff --git a/domains/_discord.receiptify.json b/domains/_discord.receiptify.json
new file mode 100644
index 000000000..b4b582798
--- /dev/null
+++ b/domains/_discord.receiptify.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "TXT": "dh=4ded2f0ba889f8dad38ad210e9a015c180dcc6c8"
+ }
+}
diff --git a/domains/_discord.sdp.json b/domains/_discord.sdp.json
new file mode 100644
index 000000000..61a337e89
--- /dev/null
+++ b/domains/_discord.sdp.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "TXT": "dh=a34d656a6fb91723bfe4f87e413345df85ca74f7"
+ }
+}
diff --git a/domains/_discord.shing.json b/domains/_discord.shing.json
new file mode 100644
index 000000000..aab849dc9
--- /dev/null
+++ b/domains/_discord.shing.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ShingSemicolon",
+ "email": "Shing.XD.0602@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=df5daefdc7745f38295b3f89ac5de5373eec9c6c"
+ }
+}
diff --git a/domains/_discord.stefdp.json b/domains/_discord.stefdp.json
new file mode 100644
index 000000000..270e9428a
--- /dev/null
+++ b/domains/_discord.stefdp.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "TXT": "dh=f6d71b43aecaa5a4ea3534d21f11f6b0e4559d8a"
+ }
+}
diff --git a/domains/_discord.tat2008.json b/domains/_discord.tat2008.json
new file mode 100644
index 000000000..27778b99e
--- /dev/null
+++ b/domains/_discord.tat2008.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "tat2008",
+ "email": "tuan.trananh2008@gmail.com"
+ },
+
+ "record": {
+ "TXT": "dh=9abe38f80f0a7adbf9ef20a7048ff7dd399d984b"
+ }
+}
diff --git a/domains/_discord.tomgxz.json b/domains/_discord.tomgxz.json
new file mode 100644
index 000000000..070c5894a
--- /dev/null
+++ b/domains/_discord.tomgxz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tomgxz",
+ "email": "tomgxz138@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=ead80df9c64ea8aecd35e8a291ef261f0f26e133"
+ }
+}
diff --git a/domains/_discord.turvenuija.json b/domains/_discord.turvenuija.json
new file mode 100644
index 000000000..16ce4cbfd
--- /dev/null
+++ b/domains/_discord.turvenuija.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "turvenuija1",
+ "email": "akulehtola123@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=6e9f6180791c2d3ba3454777dde4d4637bc66c17"
+ }
+}
diff --git a/domains/_discord.xiaoxi-tw.json b/domains/_discord.xiaoxi-tw.json
new file mode 100644
index 000000000..d1ba73ad1
--- /dev/null
+++ b/domains/_discord.xiaoxi-tw.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "jimmy20180130",
+ "email": "jimmy20180130@gmail.com",
+ "twitter": "@jimmyyo45639462",
+ "discord": "xiaoxi_tw#0"
+ },
+ "record": {
+ "TXT": "dh=9e975563be399e84dd4007a4638f27e79128dcab"
+ }
+}
diff --git a/domains/_discord.yfa.json b/domains/_discord.yfa.json
new file mode 100644
index 000000000..16c3b5efc
--- /dev/null
+++ b/domains/_discord.yfa.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "YouFoundAlpha",
+ "email": "alpha@alpha.is-a.dev",
+ "Discord": "661121998830960651",
+ "Twitter": "YouFoundAlpha",
+ "GitHub": "YouFoundAlpha",
+ "GitLab": "YouFoundAlpha",
+ "Mastodon": "@YouFoundAlpha@mastodon.social"
+ },
+ "record": {
+ "TXT": "dh=b8044fd4f0628a706be5fd878fae96886bae23b7"
+ }
+}
diff --git a/domains/_discord.ziyn.json b/domains/_discord.ziyn.json
new file mode 100644
index 000000000..c050be621
--- /dev/null
+++ b/domains/_discord.ziyn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ZiynCS",
+ "email": "NotZiyn@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=b7efba321635b7528ef7d9a605d747b343fa135d"
+ }
+}
\ No newline at end of file
diff --git a/domains/_github-challenge-yfadev-org.alpha.json b/domains/_github-challenge-yfadev-org.alpha.json
new file mode 100644
index 000000000..ac9fe096c
--- /dev/null
+++ b/domains/_github-challenge-yfadev-org.alpha.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "YouFoundAlpha",
+ "email": "alpha@alpha.is-a.dev",
+ "Discord": "661121998830960651",
+ "Twitter": "YouFoundAlpha",
+ "GitHub": "YouFoundAlpha",
+ "GitLab": "YouFoundAlpha",
+ "Mastodon": "@YouFoundAlpha@mastodon.social"
+ },
+ "record": {
+ "TXT": "9568f60569"
+ }
+}
diff --git a/domains/_github-challenge-yfadev-org.yfa.json b/domains/_github-challenge-yfadev-org.yfa.json
new file mode 100644
index 000000000..99114f25d
--- /dev/null
+++ b/domains/_github-challenge-yfadev-org.yfa.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "YouFoundAlpha",
+ "email": "alpha@alpha.is-a.dev",
+ "Discord": "661121998830960651",
+ "Twitter": "YouFoundAlpha",
+ "GitHub": "YouFoundAlpha",
+ "GitLab": "YouFoundAlpha",
+ "Mastodon": "@YouFoundAlpha@mastodon.social"
+ },
+ "record": {
+ "TXT": "3436b41d67"
+ }
+}
diff --git a/domains/_github-challenge-yfadev-org.yfadev.json b/domains/_github-challenge-yfadev-org.yfadev.json
new file mode 100644
index 000000000..e7ee3c7b6
--- /dev/null
+++ b/domains/_github-challenge-yfadev-org.yfadev.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "YouFoundAlpha",
+ "email": "alpha@alpha.is-a.dev",
+ "Discord": "661121998830960651",
+ "Twitter": "YouFoundAlpha",
+ "GitHub": "YouFoundAlpha",
+ "GitLab": "YouFoundAlpha",
+ "Mastodon": "@YouFoundAlpha@mastodon.social"
+ },
+ "record": {
+ "TXT": "ed3c92c01a"
+ }
+}
diff --git a/domains/_github-pages-challenge-CuteDog5695.cutedog5695.json b/domains/_github-pages-challenge-CuteDog5695.cutedog5695.json
new file mode 100644
index 000000000..838943fcc
--- /dev/null
+++ b/domains/_github-pages-challenge-CuteDog5695.cutedog5695.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "CuteDog5695",
+ "email": "cutedog5695@gmail.com",
+ "discord": "cutedog5695",
+ "twitter": "cutedog5695"
+ },
+ "record": {
+ "TXT": "cd8aac10494e4b5b76656163a11508"
+ }
+}
diff --git a/domains/_github-pages-challenge-D-Pow.devon.json b/domains/_github-pages-challenge-D-Pow.devon.json
new file mode 100644
index 000000000..4543d155d
--- /dev/null
+++ b/domains/_github-pages-challenge-D-Pow.devon.json
@@ -0,0 +1,10 @@
+{
+ "description": "GitHub Pages verification for devon.is-a.dev",
+ "owner": {
+ "username": "D-Pow",
+ "email": "D-Pow@users.noreply.github.com"
+ },
+ "record": {
+ "TXT": "cec54b510828f770750c1b17cad7f2"
+ }
+}
diff --git a/domains/_github-pages-challenge-Diordnas.cassie.json b/domains/_github-pages-challenge-Diordnas.cassie.json
new file mode 100644
index 000000000..8b903baa8
--- /dev/null
+++ b/domains/_github-pages-challenge-Diordnas.cassie.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Diordnas",
+ "email": "cassthepurple@gmail.com"
+ },
+ "record": {
+ "TXT": "756d917b8c992b5032094d6765915b"
+ }
+}
diff --git a/domains/_github-pages-challenge-FoxsDenYT.foxsden.json b/domains/_github-pages-challenge-FoxsDenYT.foxsden.json
new file mode 100644
index 000000000..fea4fdbf5
--- /dev/null
+++ b/domains/_github-pages-challenge-FoxsDenYT.foxsden.json
@@ -0,0 +1,10 @@
+{
+ "description": "GitHub Pages verification for foxsden.is-a.dev",
+ "owner": {
+ "username": "FoxsDenYT",
+ "email": "foxsdenyt+isadev@gmail.com"
+ },
+ "record": {
+ "TXT": "37455d1a9cf706acc4f0cd6ada2ce7"
+ }
+}
diff --git a/domains/_github-pages-challenge-UtilsForTheWeb.utils.json b/domains/_github-pages-challenge-UtilsForTheWeb.utils.json
new file mode 100644
index 000000000..556184ec3
--- /dev/null
+++ b/domains/_github-pages-challenge-UtilsForTheWeb.utils.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Blob2763",
+ "email": "blob2763@gmail.com"
+ },
+ "record": {
+ "TXT": "c5ac9060fffaa7b40b58852449f983"
+ }
+}
diff --git a/domains/_github-pages-challenge-albinpraveen.albinpraveen.json b/domains/_github-pages-challenge-albinpraveen.albinpraveen.json
new file mode 100644
index 000000000..d30d3bb88
--- /dev/null
+++ b/domains/_github-pages-challenge-albinpraveen.albinpraveen.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal portfolio website (domain verification)",
+ "repo": "https://github.com/ALBINPRAVEEN/albinpraveen.github.io",
+ "owner": {
+ "username": "albinpraveen",
+ "email": "hi@albinpraveen.com"
+ },
+ "record": {
+ "TXT": "815094cd16aed1ad1a2eb8306c390a"
+ }
+}
diff --git a/domains/_github-pages-challenge-aravinds-arv.arv.json b/domains/_github-pages-challenge-aravinds-arv.arv.json
new file mode 100644
index 000000000..257fe1155
--- /dev/null
+++ b/domains/_github-pages-challenge-aravinds-arv.arv.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "aravinds-arv",
+ "email": "aravinds.arv@pm.me"
+ },
+ "record": {
+ "TXT": "4596a3ed04da898883da2218983b90"
+ }
+}
diff --git a/domains/_github-pages-challenge-berzcode.saurabhkirve.json b/domains/_github-pages-challenge-berzcode.saurabhkirve.json
new file mode 100644
index 000000000..a4f402de8
--- /dev/null
+++ b/domains/_github-pages-challenge-berzcode.saurabhkirve.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "sxurabh",
+ "email": "saurabhkirve@gmail.com"
+ },
+
+ "record": {
+ "TXT": "e587577c97f73d2047aaf6ec8ff92c"
+ }
+}
diff --git a/domains/_github-pages-challenge-fa-fifi.fa-fifi.json b/domains/_github-pages-challenge-fa-fifi.fa-fifi.json
new file mode 100644
index 000000000..088cebcb7
--- /dev/null
+++ b/domains/_github-pages-challenge-fa-fifi.fa-fifi.json
@@ -0,0 +1,10 @@
+{
+ "description": "Github page domain verification",
+ "owner": {
+ "username": "fa-fifi",
+ "email": "fafifi1997@gmail.com"
+ },
+ "record": {
+ "TXT": "4076c15aac94a89c1a131d252cf368"
+ }
+}
diff --git a/domains/_github-pages-challenge-fdciabdul.fdciabdul.json b/domains/_github-pages-challenge-fdciabdul.fdciabdul.json
index 6f3e033b2..ab60d6e9f 100644
--- a/domains/_github-pages-challenge-fdciabdul.fdciabdul.json
+++ b/domains/_github-pages-challenge-fdciabdul.fdciabdul.json
@@ -4,6 +4,6 @@
"email": "cp@imtaqin.id"
},
"record": {
- "TXT": "b300a7cdb4c929b57cae7e0bf0ab69"
+ "TXT": "54ca8d4fa780d986e86c1306c00519"
}
}
diff --git a/domains/_github-pages-challenge-jakehe1226.jakehe.json b/domains/_github-pages-challenge-jakehe1226.jakehe.json
new file mode 100644
index 000000000..9e8218f8e
--- /dev/null
+++ b/domains/_github-pages-challenge-jakehe1226.jakehe.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jakehe1226",
+ "email": "jakehe1226@gmail.com"
+ },
+ "record": {
+ "TXT": "d96dac12901888fba491ca3e7666b6"
+ }
+}
diff --git a/domains/k22rma.json b/domains/_github-pages-challenge-k22rma.k22rma.json
similarity index 55%
rename from domains/k22rma.json
rename to domains/_github-pages-challenge-k22rma.k22rma.json
index f936f4859..ab9247e88 100644
--- a/domains/k22rma.json
+++ b/domains/_github-pages-challenge-k22rma.k22rma.json
@@ -1,9 +1,9 @@
{
"owner": {
- "username": "Krrish313",
+ "username": "k22rma",
"email": "krrishsharma.ks12345@gmail.com"
},
"record": {
- "URL": "https://github.com/krrish313"
+ "TXT": "c4d4e7c7ad03a88fd89ea4f1beb994"
}
}
diff --git a/domains/_github-pages-challenge-liancastellon.liancg.json b/domains/_github-pages-challenge-liancastellon.liancg.json
index 450d43714..70d71bcfa 100644
--- a/domains/_github-pages-challenge-liancastellon.liancg.json
+++ b/domains/_github-pages-challenge-liancastellon.liancg.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "is-a-dev",
+ "username": "liancastellon",
"email": "liancg@gmail.com"
},
diff --git a/domains/_github-pages-challenge-likalium.likalium.json b/domains/_github-pages-challenge-likalium.likalium.json
new file mode 100644
index 000000000..8e5150129
--- /dev/null
+++ b/domains/_github-pages-challenge-likalium.likalium.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "likalium",
+ "email": "",
+ "discord": "likalium"
+ },
+ "record": {
+ "TXT": "57407626f3a1e351e728a974c6d5af"
+ }
+}
diff --git a/domains/_github-pages-challenge-mackrz.mackrz.json b/domains/_github-pages-challenge-mackrz.mackrz.json
new file mode 100644
index 000000000..00a1678b7
--- /dev/null
+++ b/domains/_github-pages-challenge-mackrz.mackrz.json
@@ -0,0 +1,10 @@
+{
+ "description": "GitHub Pages verification for mackrz.is-a.dev",
+ "owner": {
+ "username": "mackrz",
+ "email": "macio181@gmail.com"
+ },
+ "record": {
+ "TXT": "5a7205dd21c68bf953f930899845d9"
+ }
+}
diff --git a/domains/noahgao.json b/domains/_github-pages-challenge-noahziheng.noahgao.json
similarity index 71%
rename from domains/noahgao.json
rename to domains/_github-pages-challenge-noahziheng.noahgao.json
index d6ebd486d..7ded89aa7 100644
--- a/domains/noahgao.json
+++ b/domains/_github-pages-challenge-noahziheng.noahgao.json
@@ -3,8 +3,7 @@
"username": "noahziheng",
"email": "noahgaocn@outlook.com"
},
-
"record": {
- "CNAME": "noahziheng.github.io"
+ "TXT": "a25695a5c49f374f6eb483ff49c7c7"
}
}
diff --git a/domains/_github-pages-challenge-not-a-ethan.services.not-ethan.json b/domains/_github-pages-challenge-not-a-ethan.services.not-ethan.json
new file mode 100644
index 000000000..16ab59eae
--- /dev/null
+++ b/domains/_github-pages-challenge-not-a-ethan.services.not-ethan.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "not-a-ethan",
+ "email": "",
+ "discord": "not_ethan."
+ },
+ "record": {
+ "TXT": "6a37d74710c72cb55ff05fffd71974"
+ }
+}
diff --git a/domains/_github-pages-challenge-p3nguin-kun.p3nguin.json b/domains/_github-pages-challenge-p3nguin-kun.p3nguin.json
new file mode 100644
index 000000000..5e30a445b
--- /dev/null
+++ b/domains/_github-pages-challenge-p3nguin-kun.p3nguin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "p3nguin-kun",
+ "email": "p3nguinkun@proton.me"
+ },
+ "record": {
+ "TXT": "5c46702c7db5dc72a476dec9da3d34"
+ }
+}
diff --git a/domains/_github-pages-challenge-plu5.ck.json b/domains/_github-pages-challenge-plu5.ck.json
new file mode 100644
index 000000000..ae7d218ab
--- /dev/null
+++ b/domains/_github-pages-challenge-plu5.ck.json
@@ -0,0 +1,11 @@
+{
+ "repo": "https://github.com/plu5/plu5.github.io",
+ "owner": {
+ "username": "plu5",
+ "email": "ctre@users.sourceforge.net",
+ "twitter": "preminster"
+ },
+ "record": {
+ "TXT": "1d92c5eb70762c032ba6d32b9b631e"
+ }
+}
diff --git a/domains/_github-pages-challenge-prakhillohiya.prakhillohiya.json b/domains/_github-pages-challenge-prakhillohiya.prakhillohiya.json
new file mode 100644
index 000000000..d54751e7b
--- /dev/null
+++ b/domains/_github-pages-challenge-prakhillohiya.prakhillohiya.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "prakhillohiya",
+ "email": "prakhillohiya@gmail.com"
+ },
+ "record": {
+ "TXT": "31f067f6796f63a3cb4e0110ff10df"
+ }
+}
\ No newline at end of file
diff --git a/domains/_github-pages-challenge-revolutionisme.biplob.json b/domains/_github-pages-challenge-revolutionisme.biplob.json
new file mode 100644
index 000000000..ff497e53f
--- /dev/null
+++ b/domains/_github-pages-challenge-revolutionisme.biplob.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "revolutionisme",
+ "email": "revolutionisme@gmail.com"
+ },
+ "record": {
+ "TXT": "96bdd0268b2a0bb2c79eaeae1fd833"
+ }
+}
diff --git a/domains/_github-pages-challenge-rivioxgaming.riviox.json b/domains/_github-pages-challenge-rivioxgaming.riviox.json
new file mode 100644
index 000000000..24de2a127
--- /dev/null
+++ b/domains/_github-pages-challenge-rivioxgaming.riviox.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "RivioxGaming",
+ "email": "rivioxyt@hotmail.com"
+ },
+ "record": {
+ "TXT": "2f2432d565a3e7e8f3a4577c0e4a90"
+ }
+}
diff --git a/domains/_github-pages-challenge-roadblockeddev.roadblocked.json b/domains/_github-pages-challenge-roadblockeddev.roadblocked.json
new file mode 100644
index 000000000..18934564f
--- /dev/null
+++ b/domains/_github-pages-challenge-roadblockeddev.roadblocked.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "roadblockeddev",
+ "email": "roadblockeddevcontact@skiff.com"
+ },
+ "record": {
+ "TXT": "f255fd01482003b03f51e13141c132"
+ }
+}
diff --git a/domains/_github-pages-challenge-stardust-kyun.star.json b/domains/_github-pages-challenge-stardust-kyun.star.json
new file mode 100644
index 000000000..f7526d18c
--- /dev/null
+++ b/domains/_github-pages-challenge-stardust-kyun.star.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "stardust-kyun",
+ "email": "stardust-kyun@proton.me"
+ },
+ "record": {
+ "TXT": "714f8a049247726086dbea6777c092"
+ }
+}
diff --git a/domains/_github-pages-challenge-sxurabh.saurabhkirve.json b/domains/_github-pages-challenge-sxurabh.saurabhkirve.json
new file mode 100644
index 000000000..d553d8bdd
--- /dev/null
+++ b/domains/_github-pages-challenge-sxurabh.saurabhkirve.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "berzcode",
+ "email": "saurabhkirve@gmail.com"
+ },
+
+ "record": {
+ "TXT": "e587577c97f73d2047aaf6ec8ff92c"
+ }
+}
diff --git a/domains/a1x5h04.json b/domains/a1x5h04.json
new file mode 100644
index 000000000..64b1c61ec
--- /dev/null
+++ b/domains/a1x5h04.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "A1X5H04",
+ "email": "alishbaig2004@gmail.com"
+ },
+ "description": "a1x5h04's Portfolio",
+ "repo" : "https://github.com/a1x5h04/portfolio",
+ "record": {
+ "CNAME": "a1x5h04.pages.dev"
+ }
+}
diff --git a/domains/aaamineee.json b/domains/aaamineee.json
deleted file mode 100644
index cbe0257df..000000000
--- a/domains/aaamineee.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "aaaminee",
- "email": "amineoumellouk@yahoo.com"
- },
- "record": {
- "URL": "https://aaaminee.github.io"
- }
-}
diff --git a/domains/aadarshksingh.json b/domains/aadarshksingh.json
new file mode 100644
index 000000000..68f8e3a8f
--- /dev/null
+++ b/domains/aadarshksingh.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "aadarshKsingh",
+ "email": "aadarshkumarsingh198@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/aakashcse.json b/domains/aakashcse.json
new file mode 100644
index 000000000..8380c0883
--- /dev/null
+++ b/domains/aakashcse.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "GauravPlxyz",
+ "email": "polsagyipols6@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/aakrisht.json b/domains/aakrisht.json
new file mode 100644
index 000000000..9712a5ffe
--- /dev/null
+++ b/domains/aakrisht.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "AakrishtSP",
+ "email": "akrisht62@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/aantarip.json b/domains/aantarip.json
new file mode 100644
index 000000000..6c6f29227
--- /dev/null
+++ b/domains/aantarip.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "antoripdas",
+ "email": "aantaripdas@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/aantaripdas.json b/domains/aantaripdas.json
deleted file mode 100644
index bd2a07b31..000000000
--- a/domains/aantaripdas.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "A Personal Portfilo",
- "repo": "https://portfolio.anime0test.repl.co",
- "owner": {
- "username": "LittleSoldierGaming",
- "email": "aantaripdas@gmail.com",
- "twitter": "littlesoldiergaming"
- },
- "record": {
- "CNAME": "2df92555-30ba-4899-bbb8-2906a8f5c7e0.id.repl.co"
- }
-}
diff --git a/domains/aarav.json b/domains/aarav.json
new file mode 100644
index 000000000..69e866a62
--- /dev/null
+++ b/domains/aarav.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "AaravAtGit",
+ "email": "aarav54897@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/aaron.json b/domains/aaron.json
new file mode 100644
index 000000000..03a7c8804
--- /dev/null
+++ b/domains/aaron.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "gbgdonttalk",
+ "email": "d1qtwmsmdga@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/aaryan.json b/domains/aaryan.json
deleted file mode 100644
index 596c625f3..000000000
--- a/domains/aaryan.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Aaryan's personal website!",
- "repo": "https://github.com/aaryanporwal/My-website",
- "owner": {
- "username": "aaryanporwal",
- "email": "altaaryan@gmail.com"
- },
- "record": {
- "URL": "https://www.aaryanporwal.me"
- }
-}
diff --git a/domains/aayush-bharti.json b/domains/aayush-bharti.json
new file mode 100644
index 000000000..e155e8054
--- /dev/null
+++ b/domains/aayush-bharti.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "AayushBharti",
+ "email": "aayushbh2002@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
diff --git a/domains/aayushbh.json b/domains/aayushbh.json
new file mode 100644
index 000000000..bc6a210e8
--- /dev/null
+++ b/domains/aayushbh.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "AayushBharti",
+ "email": "aayushbh2002@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/aayushbharti.json b/domains/aayushbharti.json
new file mode 100644
index 000000000..bc6a210e8
--- /dev/null
+++ b/domains/aayushbharti.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "AayushBharti",
+ "email": "aayushbh2002@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/abdeljallil.json b/domains/abdeljallil.json
new file mode 100644
index 000000000..e709988a8
--- /dev/null
+++ b/domains/abdeljallil.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "AleaToir3",
+ "email": "aleatoir3@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/abdul.json b/domains/abdul.json
deleted file mode 100644
index 65a80cf0c..000000000
--- a/domains/abdul.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Abdul1810",
- "email": "abdulking8010@gmail.com",
- "discord": "Abdul ♥#5464"
- },
- "record": {
- "CNAME": "rahman.works"
- }
-}
diff --git a/domains/abdullohalimov.json b/domains/abdullohalimov.json
deleted file mode 100644
index ee61db0a4..000000000
--- a/domains/abdullohalimov.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "abdullohalimov",
- "email": "raistlinmajere10@gmail.com"
- },
- "record": {
- "A": ["91.200.84.14"]
- }
-}
diff --git a/domains/abhijit.json b/domains/abhijit.json
new file mode 100644
index 000000000..d26b45d0e
--- /dev/null
+++ b/domains/abhijit.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "FIRSTB0SS",
+ "email": "abhiwa6@protonmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/abhinandan.json b/domains/abhinandan.json
deleted file mode 100644
index b39196bd5..000000000
--- a/domains/abhinandan.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "abhinandanwadwa",
- "email": "abhinandanwadhwa5@gmail.com"
- },
-
- "record": {
- "A": ["139.59.76.105"]
- }
-}
diff --git a/domains/abhinav.json b/domains/abhinav.json
new file mode 100644
index 000000000..92a55747a
--- /dev/null
+++ b/domains/abhinav.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "abhinavcool42",
+ "email": "abhinavcool42@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/abhishekpanda.json b/domains/abhishekpanda.json
new file mode 100644
index 000000000..d9f28916f
--- /dev/null
+++ b/domains/abhishekpanda.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "goesbyabhi",
+ "email": "abxisxekpanda@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/abhishekpb.json b/domains/abhishekpb.json
new file mode 100644
index 000000000..0cf904664
--- /dev/null
+++ b/domains/abhishekpb.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "abhishek-pb1",
+ "email": "studentabhishekpb@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/acey.json b/domains/acey.json
index 529e805ba..9ee2ddcaf 100644
--- a/domains/acey.json
+++ b/domains/acey.json
@@ -1,12 +1,9 @@
{
- "repo": "https://github.com/AceyDoCodes",
- "description": "Email ;-;",
"owner": {
"username": "AceyDoCodes",
"email": "aceygoesboom@gmail.com"
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ "CNAME": "website-5qo.pages.dev"
}
}
diff --git a/domains/achintya.json b/domains/achintya.json
deleted file mode 100644
index 72c37e1ec..000000000
--- a/domains/achintya.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "ajachintya",
- "email": "ajachintyajaiswal@gmail.com"
- },
- "record": {
- "URL": "https://portfolio-app-production.up.railway.app"
- }
-}
diff --git a/domains/acto.json b/domains/acto.json
new file mode 100644
index 000000000..7322387dc
--- /dev/null
+++ b/domains/acto.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "waitwhatActo",
+ "email": "acton.clever@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ad1107.json b/domains/ad1107.json
new file mode 100644
index 000000000..06a4456f1
--- /dev/null
+++ b/domains/ad1107.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ad1107",
+ "email": "nguyenanhducxmen@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/adam.json b/domains/adam.json
new file mode 100644
index 000000000..7b6875a7b
--- /dev/null
+++ b/domains/adam.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "AdamEXu",
+ "email": "adam.yi.xu@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/adamousmer.json b/domains/adamousmer.json
new file mode 100644
index 000000000..a106d07e2
--- /dev/null
+++ b/domains/adamousmer.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "AdamOusmer",
+ "email": "aousmer03@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["mx01.mail.icloud.com", "mx02.mail.icloud.com"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 include:icloud.com ~all"
+ }
+}
diff --git a/domains/activate.json b/domains/adarsh-a-inamdar.json
similarity index 66%
rename from domains/activate.json
rename to domains/adarsh-a-inamdar.json
index a88e7a643..72637a9e4 100644
--- a/domains/activate.json
+++ b/domains/adarsh-a-inamdar.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "ActivateClosur3",
- "email": "activateclosureyt@gmail.com"
+ "username": "Adarsh-Inamdar",
+ "email": "adarshinamdar2003@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
diff --git a/domains/adeshsingh.json b/domains/adeshsingh.json
new file mode 100644
index 000000000..6ccd389fb
--- /dev/null
+++ b/domains/adeshsingh.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "cppqtdev",
+ "email": "akshworkmail@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/adhitht.json b/domains/adhitht.json
new file mode 100644
index 000000000..a8fa25cab
--- /dev/null
+++ b/domains/adhitht.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "adhitht",
+ "email": "adhith.tharammal@gmail.com"
+ },
+ "record": {
+ "URL": "https://adhitht.me"
+ }
+}
diff --git a/domains/adib.json b/domains/adib.json
deleted file mode 100644
index 995da37e9..000000000
--- a/domains/adib.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Adib23704",
- "email": "adib23704@gmail.com"
- },
- "record": {
- "CNAME": "adib23704.tk"
- }
-}
diff --git a/domains/adioblu.json b/domains/adioblu.json
new file mode 100644
index 000000000..bb24f59d0
--- /dev/null
+++ b/domains/adioblu.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "adyoblu",
+ "email": "adyoblu2000@yahoo.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/aditya-awasthi.json b/domains/aditya-awasthi.json
deleted file mode 100644
index 01e7a379b..000000000
--- a/domains/aditya-awasthi.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "This is my personal portfolio website",
- "repo": "https://github.com/Adityyaaa/adityyaaa.github.io",
- "owner": {
- "username": "Adityyaaa",
- "email": "aditya.awasthi612@gmail.com"
- },
- "record": {
- "CNAME": "adityyaaa.github.io"
- }
-}
diff --git a/domains/aditya.json b/domains/aditya.json
index cb5889409..36eb0ce3d 100644
--- a/domains/aditya.json
+++ b/domains/aditya.json
@@ -1,12 +1,13 @@
{
- "description": "My Personal Landing Page!",
- "repo": "https://github.com/adityaasyadav/aditya",
- "owner": {
- "username": "adityaasyadav",
- "email": "ishqaddy@gmail.com",
- "twitter": "adityaasyadav"
- },
- "record": {
- "CNAME": "adityaasyadav.github.io"
- }
-}
+ "description": "my personal homepage",
+ "repo": "https://github.com/dedomil",
+ "owner": {
+ "username": "dedomil",
+ "email": "ishqaddy@gmail.com",
+ "twitter": "aadixl",
+ "discord": "dedomil"
+ },
+ "record": {
+ "CNAME": "dedomil.github.io"
+ }
+}
\ No newline at end of file
diff --git a/domains/adityabh.json b/domains/adityabh.json
new file mode 100644
index 000000000..22cfc4c44
--- /dev/null
+++ b/domains/adityabh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AdityaBhattacharya1",
+ "email": "ec6isyf0@anonaddy.me"
+ },
+ "record": {
+ "CNAME": "adityabhattacharya1.github.io"
+ }
+}
diff --git a/domains/adityabhattacharya.json b/domains/adityabhattacharya.json
new file mode 100644
index 000000000..ccc0759c1
--- /dev/null
+++ b/domains/adityabhattacharya.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "AdityaBhattacharya1",
+ "email": "utoprocess@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/adityajyoti.json b/domains/adityajyoti.json
new file mode 100644
index 000000000..d79405ed0
--- /dev/null
+++ b/domains/adityajyoti.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Aditya-Jyoti",
+ "email": "aj.adityajyoti@gmail.com"
+ },
+ "record": {
+ "URL": "https://aditya-jyoti.github.io"
+ }
+}
diff --git a/domains/adityakotha.json b/domains/adityakotha.json
new file mode 100644
index 000000000..16614ccc8
--- /dev/null
+++ b/domains/adityakotha.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "adityakotha2001",
+ "email": "adityakotha2001@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
diff --git a/domains/adityaredflag.json b/domains/adityaredflag.json
new file mode 100644
index 000000000..c527f3892
--- /dev/null
+++ b/domains/adityaredflag.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "adityaREDFLAG",
+ "email": "adi.redflag@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/adiy.json b/domains/adiy.json
new file mode 100644
index 000000000..095ab4c57
--- /dev/null
+++ b/domains/adiy.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "adiyadav123",
+ "email": "ramanandyadav7650@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/adri.json b/domains/adri.json
index 9ef18a40e..0bb488f72 100644
--- a/domains/adri.json
+++ b/domains/adri.json
@@ -4,6 +4,6 @@
"email": "adripo@hi2.in"
},
"record": {
- "URL": "https://adri.ninja"
+ "URL": "https://github.com/adripo"
}
}
diff --git a/domains/adrien.json b/domains/adrien.json
deleted file mode 100644
index a38cd1704..000000000
--- a/domains/adrien.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Adri11334",
- "email": "adrien.vermersch@epitech.eu",
- "discord": "Дdяi1#7501"
- },
- "record": {
- "A": ["116.203.127.206"]
- }
-}
diff --git a/domains/advik.json b/domains/advik.json
new file mode 100644
index 000000000..06031f4e6
--- /dev/null
+++ b/domains/advik.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Advik-B",
+ "email": "advik.b@gmail.com",
+ "discord": "765739254164357121"
+ },
+
+ "record": {
+ "CNAME": "advik-b.github.io"
+ }
+ }
+
diff --git a/domains/aeolus.json b/domains/aeolus.json
new file mode 100644
index 000000000..7f7f2630a
--- /dev/null
+++ b/domains/aeolus.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "AeolusDev",
+ "email": "aeolusdeveloper@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/aestra.json b/domains/aestra.json
deleted file mode 100644
index 854c14831..000000000
--- a/domains/aestra.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Will save it for future for my portfolio site",
- "owner": {
- "username": "aestra",
- "email": "aestradev@gmail.com",
- "github": "aestradev"
- },
- "record": {
- "CNAME": "portfolio-production-7e27.up.railway.app"
- }
-}
diff --git a/domains/aetinx.json b/domains/aetinx.json
deleted file mode 100644
index e664aacc4..000000000
--- a/domains/aetinx.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "owner": {
- "username": "aetinx",
- "email": "",
- "twitter": "aetinx",
- "discord": "aetinx#8300",
- "note": "amogus"
- },
- "description": "Aetinx's domain. https://aetinx.glitch.me",
- "record": {
- "CNAME": "glitch.edgeapp.net"
- }
-}
diff --git a/domains/afcu.json b/domains/afcu.json
new file mode 100644
index 000000000..58c6958d4
--- /dev/null
+++ b/domains/afcu.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "afcunotify",
+ "email": "rockkahan12@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/afnan.json b/domains/afnan.json
deleted file mode 100644
index 70f940ec2..000000000
--- a/domains/afnan.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "afnan007a",
- "email": "mr.goblin007a@gmail.com"
- },
- "record": {
- "CNAME": "portfolio-cci.pages.dev"
- }
-}
diff --git a/domains/afp.json b/domains/afp.json
deleted file mode 100644
index ca40eafd9..000000000
--- a/domains/afp.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "AndreasFxPro",
- "email": "",
- "discord": "AndreasFxPro#9330"
- },
- "description": "this is-a.dev page is for me, i'll post my projects",
- "record": {
- "A": ["140.238.175.208"]
- }
-}
diff --git a/domains/afrtite.json b/domains/afrtite.json
new file mode 100644
index 000000000..32fea9454
--- /dev/null
+++ b/domains/afrtite.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "5enox",
+ "email": "animikantan@gmail.com"
+ },
+ "record": {
+ "CNAME": "my-proto.onrender.com"
+ }
+}
diff --git a/domains/afton.json b/domains/afton.json
index 4ec7acdc6..eaec94ac5 100644
--- a/domains/afton.json
+++ b/domains/afton.json
@@ -1,12 +1,12 @@
{
- "description": "Small portfolio for myself",
- "repo": "https://github.com/WilliamAfton-codes/williamafton-codes.github.io",
+ "description": "My webpage, made using LiveTerm by Cveinnt",
+ "repo": "https://github.com/aftoncodes/aftoncodes.github.io",
"owner": {
- "username": "WilliamAfton-codes",
+ "username": "aftoncodes",
"email": "williamafton.codes@gmail.com",
- "twitter": "manlydalorian"
+ "twitter": "aftoncodes"
},
"record": {
- "CNAME": "williamafton-codes.github.io"
+ "URL": "https://aftoncodes.vercel.app"
}
}
diff --git a/domains/ahaan.json b/domains/ahaan.json
new file mode 100644
index 000000000..d14caee6f
--- /dev/null
+++ b/domains/ahaan.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "ahaan1984",
+ "email": "ahaansekhar1984@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ahmad-muhajir.json b/domains/ahmad-muhajir.json
index fd270c337..a37bbecaf 100644
--- a/domains/ahmad-muhajir.json
+++ b/domains/ahmad-muhajir.json
@@ -1,11 +1,11 @@
{
"description": "My Portfolio",
- "repo": "https://github.com/JeremyJFN71/JeremyJFN71.github.io",
+ "repo": "https://github.com/amuhajirs/amuhajirs.github.io",
"owner": {
- "username": "JeremyJFN71",
+ "username": "amuhajirs",
"email": "jeremyjeferson71@gmail.com"
},
"record": {
- "CNAME": "JeremyJFN71.github.io"
+ "CNAME": "amuhajirs.github.io"
}
}
diff --git a/domains/ahmed.json b/domains/ahmed.json
deleted file mode 100644
index c7f5646cc..000000000
--- a/domains/ahmed.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Ahmed's personal site",
- "repo": "https://github.com/Dropheart",
- "owner": {
- "username": "dropheart",
- "email": "ahmed@techfromtheheart.com"
- },
- "record": {
- "URL": "https://techfromtheheart.com"
- }
-}
diff --git a/domains/ahmet.json b/domains/ahmet.json
deleted file mode 100644
index e7261eae6..000000000
--- a/domains/ahmet.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "ahmet's personal website",
- "repo": "https://github.com/ahmetesad",
- "owner": {
- "username": "ahmetesad",
- "email": "ahmetesad@pm.me"
- },
- "record": {
- "CNAME": "f13e0f65-a2c0-4466-b220-29a46ae78562.id.repl.co"
- }
-}
diff --git a/domains/aidan.json b/domains/aidan.json
new file mode 100644
index 000000000..440354659
--- /dev/null
+++ b/domains/aidan.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "AidanTheJsDev",
+ "email": "24aidanwhite@usd266.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/aikoo7.json b/domains/aikoo7.json
deleted file mode 100644
index b1f682a22..000000000
--- a/domains/aikoo7.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "aikooo7",
- "email": "prozinhopro1973@gmail.com"
- },
- "record": {
- "CNAME": "aikooo7.github.io"
- }
-}
diff --git a/domains/ailakks.json b/domains/ailakks.json
deleted file mode 100644
index 34ca71d86..000000000
--- a/domains/ailakks.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "ailakks.is-a.dev.",
- "repo": "https://github.com/ailakks",
- "owner": {
- "username": "ailakks",
- "email": "hola@cortmnzz.com"
- },
- "record": {
- "URL": "https://cortmnzz.com"
- }
-}
diff --git a/domains/aizawakiyaworu.json b/domains/aizawakiyaworu.json
deleted file mode 100644
index 212259d2d..000000000
--- a/domains/aizawakiyaworu.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "mhmdysf",
- "email": "muhammadyusuf1325@smp.belajar.id"
- },
- "record": {
- "URL": "https://linktr.ee/aizawakiyaworu"
- }
-}
diff --git a/domains/aj.json b/domains/aj.json
new file mode 100644
index 000000000..d79405ed0
--- /dev/null
+++ b/domains/aj.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Aditya-Jyoti",
+ "email": "aj.adityajyoti@gmail.com"
+ },
+ "record": {
+ "URL": "https://aditya-jyoti.github.io"
+ }
+}
diff --git a/domains/ajayisdev.json b/domains/ajayisdev.json
new file mode 100644
index 000000000..8dcf283c5
--- /dev/null
+++ b/domains/ajayisdev.json
@@ -0,0 +1,11 @@
+{
+ "description": "want to use it for hosting my portfolio site",
+ "repo": "https://github.com/AjayIsDev/AjayIsDev.github.io",
+ "owner": {
+ "username": "AjayIsDev",
+ "email": "ajays.dev.contact@gmail.com"
+ },
+ "record": {
+ "CNAME": "AjayIsDev.github.io"
+ }
+}
diff --git a/domains/ajlemon.json b/domains/ajlemon.json
new file mode 100644
index 000000000..f09020d79
--- /dev/null
+++ b/domains/ajlemon.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Atharvjha7",
+ "email": "jha.atharv27@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/akai.json b/domains/akai.json
index 5a3244b23..28483700d 100644
--- a/domains/akai.json
+++ b/domains/akai.json
@@ -5,6 +5,6 @@
"discord": "Akai#8199"
},
"record": {
- "CNAME": "a36166f1-d559-4be4-a223-5b112018b229.cname.koyeb.app"
+ "CNAME": "akai.onrender.com"
}
}
diff --git a/domains/akash.json b/domains/akash.json
index bffaee221..93efbb43e 100644
--- a/domains/akash.json
+++ b/domains/akash.json
@@ -4,6 +4,8 @@
"email": "squaresmp@asia.com"
},
"record": {
- "CNAME": "8e7e5199-15ef-4f4d-8350-68c025df6616.id.repl.co"
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
-}
+}
\ No newline at end of file
diff --git a/domains/aknbs-vpn.json b/domains/aknbs-vpn.json
deleted file mode 100644
index bc15cb044..000000000
--- a/domains/aknbs-vpn.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Abdulazizkhan-K-N-B",
- "email": "abdulazizkhan.k.n.b@gmail.com"
- },
- "record": {
- "A": ["47.242.127.210"]
- }
-}
diff --git a/domains/akpi.json b/domains/akpi.json
index 0790a324e..e58898885 100644
--- a/domains/akpi.json
+++ b/domains/akpi.json
@@ -7,6 +7,6 @@
"record": {
"A": ["185.199.110.153", "185.199.108.153", "185.199.111.153", "185.199.109.153"],
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ "TXT": ["v=spf1 include:spf.improvmx.com ~all", "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDmKWCucfCBImz9pOWBPV5+SO3KNqeQSt6Jusv+3Rbm8BbSv8H0x+E0TEe4JjfNNUmVQ7zNlZFJK4Hlv453aXBNbkk9kzsekW8qm4ZGjeQwMBo2f4V6tkxPFtcYnUfNskc3194C5gH4AusJ4WMbYOe9GNxCRhuok+5tIGciJXxbWQIDAQAB"]
}
}
diff --git a/domains/akshatt.json b/domains/akshatt.json
new file mode 100644
index 000000000..d7bc03d75
--- /dev/null
+++ b/domains/akshatt.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "noob0701",
+ "email": "akshat250870@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "main.dfn6axfpgkelx.amplifyapp.com"
+ }
+}
diff --git a/domains/akshay.json b/domains/akshay.json
deleted file mode 100644
index 130700660..000000000
--- a/domains/akshay.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Akshay's portfolio website and blog",
- "repo": "https://github.com/phenax/ediblemonad.dev",
- "owner": {
- "username": "phenax",
- "email": "phenax5@gmail.com"
- },
- "record": {
- "URL": "https://phenax.github.io"
- }
-}
diff --git a/domains/akshayashok.json b/domains/akshayashok.json
new file mode 100644
index 000000000..8a125a296
--- /dev/null
+++ b/domains/akshayashok.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "akshy3",
+ "email": "akshayashok209@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/akshayn.json b/domains/akshayn.json
deleted file mode 100644
index d080caa3e..000000000
--- a/domains/akshayn.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "akshaynstack",
- "email": "akshay.fivem@gmail.com"
- },
- "record": {
- "A": ["52.66.193.17"]
- }
-}
diff --git a/domains/akuto.json b/domains/akuto.json
deleted file mode 100644
index 3267fe125..000000000
--- a/domains/akuto.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "justdont0",
- "email": "hello.and.ios@gmail.com"
- },
- "record": {
- "CNAME": "akutosait.dsds6.repl.co"
- }
-}
diff --git a/domains/akvityxs.json b/domains/akvityxs.json
deleted file mode 100644
index b4cb288ea..000000000
--- a/domains/akvityxs.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Akvityxs",
- "email": "akvityxs@gmail.com"
- },
- "record": {
- "A": ["80.87.196.168"]
- }
-}
diff --git a/domains/alby.json b/domains/alby.json
new file mode 100644
index 000000000..566d44eb0
--- /dev/null
+++ b/domains/alby.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "ALBINPRAVEEN",
+ "email": "albinpraveen135790@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/alcex.json b/domains/alcex.json
deleted file mode 100644
index 201795d0e..000000000
--- a/domains/alcex.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Alcexn",
- "email": "alcexn@163.com"
- },
-
- "record": {
- "A": ["76.223.126.88"]
- }
-}
diff --git a/domains/alcyoneus.json b/domains/alcyoneus.json
new file mode 100644
index 000000000..04547dd69
--- /dev/null
+++ b/domains/alcyoneus.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "alcyoneuss",
+ "email": "datemage+xd1@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
diff --git a/domains/ale1x.json b/domains/ale1x.json
deleted file mode 100644
index ddf69879b..000000000
--- a/domains/ale1x.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Ale1x",
- "email": "info@ale1x.com"
- },
- "record": {
- "URL": "https://alee1x.repl.co"
- }
-}
diff --git a/domains/alex-s.json b/domains/alex-s.json
new file mode 100644
index 000000000..f57bc8cd7
--- /dev/null
+++ b/domains/alex-s.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Ultra980",
+ "email": "ultra980@proton.me"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/alexander.json b/domains/alexander.json
deleted file mode 100644
index 8cde1ff5f..000000000
--- a/domains/alexander.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Alexander's personal website",
- "repo": "https://github.com/amatzen",
- "owner": {
- "username": "amatzen",
- "email": "alexander@alexander.dk"
- },
- "record": {
- "CNAME": "alexander.dk"
- }
-}
diff --git a/domains/alexandre.json b/domains/alexandre.json
deleted file mode 100644
index 64d729b8a..000000000
--- a/domains/alexandre.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "ARCIKE",
- "email": "alexarcike@gmail.com"
- },
- "record": {
- "URL": "https://portfolio.alexandre-dev.gq"
- }
-}
diff --git a/domains/alexr.json b/domains/alexr.json
new file mode 100644
index 000000000..ca0678a85
--- /dev/null
+++ b/domains/alexr.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "4lexR",
+ "email": "amelia.R0se@proton.me"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/algoarchive.json b/domains/algoarchive.json
deleted file mode 100644
index 95ae15a2c..000000000
--- a/domains/algoarchive.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "justdont0",
- "email": "hello.and.ios@gmail.com",
- "note": "This record was created by is-a.dev Discord bot via discord id: 981586348198735912"
- },
-
- "record": {
- "CNAME": "698db1dc-bd48-452b-9497-4633804b4225.id.repl.co"
-
- }
-}
diff --git a/domains/alguienrandom.json b/domains/alguienrandom.json
deleted file mode 100644
index 18a9dc664..000000000
--- a/domains/alguienrandom.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "alguien random web",
- "owner": {
- "username": "alguien-random",
- "email": "alguienrandom.is-a.dev"
- },
- "record": {
- "CNAME": "8152606b-2e68-4a11-bb81-6799f00d4909.id.repl.co"
- }
-}
diff --git a/domains/ali-abdurrazzak.json b/domains/ali-abdurrazzak.json
new file mode 100644
index 000000000..9f7d2a511
--- /dev/null
+++ b/domains/ali-abdurrazzak.json
@@ -0,0 +1,12 @@
+{
+ "description": "A subdomain to direct ali's portofolio github pages",
+ "repo": "https://github.com/aliabdurrazzak/aliabdurrazzak.github.io",
+ "owner": {
+ "username": "aliabdurrazzak",
+ "email": "aliabdurrazzak@gmail.com",
+ "twitter": "@aliabdurrazzak"
+ },
+ "record": {
+ "CNAME": "aliabdurrazzak.github.io"
+ }
+}
diff --git a/domains/alian.json b/domains/alian.json
new file mode 100644
index 000000000..6013a6ce8
--- /dev/null
+++ b/domains/alian.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alianhakim9",
+ "email": "alianhakim9@gmail.com"
+ },
+ "record": {
+ "URL": "https://alianhakim9.vercel.app/"
+ }
+}
diff --git a/domains/aliazhar.json b/domains/aliazhar.json
new file mode 100644
index 000000000..e12586e58
--- /dev/null
+++ b/domains/aliazhar.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "aliazhar0",
+ "email": "aliazhar1906@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/alisher.json b/domains/alisher.json
deleted file mode 100644
index f2d39353a..000000000
--- a/domains/alisher.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Alisher's Website!",
- "repo": "https://github.com/alisher-usmonov/portfolio-Website",
- "owner": {
- "username": "alisher-usmonov",
- "email": "alisher.null@gmail.com"
- },
- "record": {
- "CNAME": "edge.redirect.pizza"
- }
-}
diff --git a/domains/alkadhumi.json b/domains/alkadhumi.json
new file mode 100644
index 000000000..28747a44d
--- /dev/null
+++ b/domains/alkadhumi.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "alkadhumi",
+ "email": "alihassan7722@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/allancoding.json b/domains/allancoding.json
new file mode 100644
index 000000000..8590559c0
--- /dev/null
+++ b/domains/allancoding.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "allancoding",
+ "email": "allancoding.dev@gmail.com",
+ "twitter": "allancoding",
+ "discord": "allancoding"
+ },
+ "record": {
+ "CNAME": "allancoding.github.io"
+ }
+}
diff --git a/domains/aloo-bun.json b/domains/aloo-bun.json
new file mode 100644
index 000000000..0c0d212b1
--- /dev/null
+++ b/domains/aloo-bun.json
@@ -0,0 +1,11 @@
+{
+ "description": "Aloo Bun Website",
+ "repo": "https://github.com/AshC1ty/ashc1ty.github.io",
+ "owner": {
+ "username": "AshC1ty",
+ "email": "ashcity07734@gmail.com"
+ },
+ "record": {
+ "CNAME": "ashc1ty.github.io"
+ }
+}
diff --git a/domains/alpha.json b/domains/alpha.json
index b229886ec..2e27c31f0 100644
--- a/domains/alpha.json
+++ b/domains/alpha.json
@@ -1,9 +1,21 @@
{
- "owner": {
+ "owner": {
"username": "YouFoundAlpha",
- "email": "sweepalf@gmail.com"
+ "email": "alpha@alpha.is-a.dev",
+ "Discord": "661121998830960651",
+ "Twitter": "YouFoundAlpha",
+ "GitHub": "YouFoundAlpha",
+ "GitLab": "YouFoundAlpha",
+ "Mastodon": "@YouFoundAlpha@mastodon.social"
},
"record": {
-"URL": "http://youfoundalpha.vercel.app"
+ "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/amanda.json b/domains/amanda.json
new file mode 100644
index 000000000..cb0768727
--- /dev/null
+++ b/domains/amanda.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "at669",
+ "email": "at669@cornell.edu"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/amanthakur.json b/domains/amanthakur.json
new file mode 100644
index 000000000..0c9999f30
--- /dev/null
+++ b/domains/amanthakur.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "aman7thakurr",
+ "email": "amant8425@gmail.com",
+ "discord": "523813766295715851"
+ },
+
+ "record": {
+ "CNAME": "aman7thakurr.github.io"
+ }
+}
diff --git a/domains/amar.json b/domains/amar.json
new file mode 100644
index 000000000..7ad69c53e
--- /dev/null
+++ b/domains/amar.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "AyTea14",
+ "email": "muhdamar4687@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/amazing.devs.json b/domains/amazing.devs.json
new file mode 100644
index 000000000..c55b7045c
--- /dev/null
+++ b/domains/amazing.devs.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "GodfatherX64",
+ "email": "godfather.x64@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/amazing.json b/domains/amazing.json
new file mode 100644
index 000000000..c55b7045c
--- /dev/null
+++ b/domains/amazing.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "GodfatherX64",
+ "email": "godfather.x64@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/amazingdev.json b/domains/amazingdev.json
new file mode 100644
index 000000000..c55b7045c
--- /dev/null
+++ b/domains/amazingdev.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "GodfatherX64",
+ "email": "godfather.x64@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/amazingdevel.json b/domains/amazingdevel.json
new file mode 100644
index 000000000..c55b7045c
--- /dev/null
+++ b/domains/amazingdevel.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "GodfatherX64",
+ "email": "godfather.x64@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/amazingdevels.json b/domains/amazingdevels.json
new file mode 100644
index 000000000..c55b7045c
--- /dev/null
+++ b/domains/amazingdevels.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "GodfatherX64",
+ "email": "godfather.x64@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/amazingdevs.json b/domains/amazingdevs.json
new file mode 100644
index 000000000..c55b7045c
--- /dev/null
+++ b/domains/amazingdevs.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "GodfatherX64",
+ "email": "godfather.x64@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/amelia.json b/domains/amelia.json
new file mode 100644
index 000000000..ca0678a85
--- /dev/null
+++ b/domains/amelia.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "4lexR",
+ "email": "amelia.R0se@proton.me"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/amey.json b/domains/amey.json
new file mode 100644
index 000000000..3f23d09bb
--- /dev/null
+++ b/domains/amey.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "panditamey",
+ "email": "codewithamey@gmail.com"
+ },
+ "record": {
+ "CNAME": "panditamey.github.io"
+ }
+}
diff --git a/domains/alphatest.json b/domains/ameysawant.json
similarity index 69%
rename from domains/alphatest.json
rename to domains/ameysawant.json
index e8b88d53e..42bab9e6d 100644
--- a/domains/alphatest.json
+++ b/domains/ameysawant.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "YouFoundAlpha",
- "email": "sweepalf@gmail.com"
+ "username": "amey1355",
+ "email": "assawant06@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
diff --git a/domains/amila.json b/domains/amila.json
new file mode 100644
index 000000000..5840d39b4
--- /dev/null
+++ b/domains/amila.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Y-AmilaNirmal",
+ "email": "yamilanirmal@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "y-amilanirmal.github.io"
+ }
+}
diff --git a/domains/ammy.json b/domains/ammy.json
new file mode 100644
index 000000000..768ac3d8b
--- /dev/null
+++ b/domains/ammy.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "panditamey",
+ "email": "codewithamey@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/amodity.json b/domains/amodity.json
new file mode 100644
index 000000000..c6f3e4fc7
--- /dev/null
+++ b/domains/amodity.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "adytia-lika-ardiansyah",
+ "email": "nakpegiba.li@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/amol254542.json b/domains/amol254542.json
new file mode 100644
index 000000000..521f3c192
--- /dev/null
+++ b/domains/amol254542.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "amol234545",
+ "email": "amolmilton@gmail.com"
+ },
+ "record": {
+ "CNAME":"amol234545.github.io"
+ }
+}
diff --git a/domains/amol3.json b/domains/amol3.json
new file mode 100644
index 000000000..bf67336b1
--- /dev/null
+++ b/domains/amol3.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "amol234545",
+ "email": "amolmilton@gmail.com"
+ },
+ "record": {
+ "CNAME": "amol234545.github.io"
+ }
+}
diff --git a/domains/amr.elrefaie.json b/domains/amr.elrefaie.json
deleted file mode 100644
index 6d2e04d5a..000000000
--- a/domains/amr.elrefaie.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "amour86",
- "email": "amour86@gmail.com"
- },
-
- "record": {
- "A": ["35.154.162.29"]
- }
-}
diff --git a/domains/amulyasingh.json b/domains/amulyasingh.json
new file mode 100644
index 000000000..f91fc50e4
--- /dev/null
+++ b/domains/amulyasingh.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "AMULYASing",
+ "email": "amulyasingh370@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/amya.json b/domains/amya.json
new file mode 100644
index 000000000..768ac3d8b
--- /dev/null
+++ b/domains/amya.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "panditamey",
+ "email": "codewithamey@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/anakhalal.json b/domains/anakhalal.json
new file mode 100644
index 000000000..5a04d3e4c
--- /dev/null
+++ b/domains/anakhalal.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "AdeebToPro",
+ "email": "blackfriday.xp@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/anamolsapkota.json b/domains/anamolsapkota.json
deleted file mode 100644
index 4b0a907df..000000000
--- a/domains/anamolsapkota.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "A personal portfolio site for all my projects and commissions.",
- "repo": "https://github.com/anamolsapkota/sapkotaanamol.com.np",
- "owner": {
- "username": "anamolsapkota",
- "email": "info@sapkotaanamol.com.np"
- },
- "record": {
- "URL": "https://sapkotaanamol.com.np"
- }
-}
diff --git a/domains/anderson.json b/domains/anderson.json
deleted file mode 100644
index cd770ffee..000000000
--- a/domains/anderson.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "A personal portfolio site for show my projects, my social networks, my knowledges...",
- "repo": "https://github.com/AndersonPGS/me",
- "owner": {
- "username": "andersonpgs",
- "email": "andersonpgs2001@hotmail.com"
- },
- "record": {
- "URL": "https://andersonpgs.vercel.app"
- }
-}
diff --git a/domains/andreat.json b/domains/andreat.json
deleted file mode 100644
index 75e29d02c..000000000
--- a/domains/andreat.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "AToska21",
- "email": "toskaandrea@gmail.com"
- },
- "record": {
- "A": ["185.32.21.42"]
- }
-}
diff --git a/domains/andrei.json b/domains/andrei.json
new file mode 100644
index 000000000..d6f8d4748
--- /dev/null
+++ b/domains/andrei.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "CalegariAndrei",
+ "email": "ekingproject@gmail.com",
+ "discord": "419584364410699786"
+ },
+
+ "record": {
+ "CNAME": "calegariandrei.github.io"
+ }
+}
diff --git a/domains/andrewstech.json b/domains/andrewstech.json
index b6a6a112f..fc229135b 100644
--- a/domains/andrewstech.json
+++ b/domains/andrewstech.json
@@ -5,7 +5,7 @@
},
"record": {
"A": ["217.174.245.249"],
- "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
- "MX": "hosts.is-a.dev"
+ "TXT": "v=spf1 mx a:mail.is-a.dev ip4:217.174.245.249 ~all",
+ "MX": ["mail.is-a.dev"]
}
}
diff --git a/domains/andriy.json b/domains/andriy.json
deleted file mode 100644
index 0704f1365..000000000
--- a/domains/andriy.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "andriyandriyan",
- "email": "andriy.andriyan1@gmail.com"
- },
- "record": {
- "CNAME": "andriy.pages.dev"
- }
-}
diff --git a/domains/angi-talk.json b/domains/angi-talk.json
new file mode 100644
index 000000000..169a70745
--- /dev/null
+++ b/domains/angi-talk.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Angi-g",
+ "email": "dguyard@student.42.fr"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/angi.json b/domains/angi.json
new file mode 100644
index 000000000..169a70745
--- /dev/null
+++ b/domains/angi.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Angi-g",
+ "email": "dguyard@student.42.fr"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/aniketrajsingh.json b/domains/aniketrajsingh.json
new file mode 100644
index 000000000..432de6374
--- /dev/null
+++ b/domains/aniketrajsingh.json
@@ -0,0 +1,12 @@
+{
+ "description": "The Domain is going to be used for my Portfolio",
+ "repo": "https://github.com/aniketrajsingh/aniketrajsingh.github.io",
+ "owner": {
+ "username": "aniketrajsingh",
+ "email": "aniket@tfug-ghaziabad.tech",
+ "twitter": "aniketrajsingh_"
+ },
+ "record": {
+ "CNAME": "aniketrajsingh.github.io"
+ }
+}
diff --git a/domains/anil.json b/domains/anil.json
deleted file mode 100644
index f4b5a90fa..000000000
--- a/domains/anil.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "AnilSeervi",
- "email": "",
- "twitter": "linASeervi"
- },
- "record": {
- "CNAME": "hashnode.network"
- }
-}
diff --git a/domains/aniruddh.json b/domains/aniruddh.json
deleted file mode 100644
index 66ed6cd63..000000000
--- a/domains/aniruddh.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "aniruddhnishad",
- "email": "mr.aniruddhnishad@gmail.com"
- },
- "record": {
- "A": ["23.94.14.190", "193.36.237.98"]
- }
-}
diff --git a/domains/anishshobithps.json b/domains/anishshobithps.json
deleted file mode 100644
index 60e1b4402..000000000
--- a/domains/anishshobithps.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "description": "Personal Website of Anish Shobith P S",
- "repo": "https://github.com/Anish-Shobith/anish-shobith.github.io",
- "owner": {
- "username": "Anish-Shobith",
- "email": "anish.shobith19@gmail.com",
- "twitter": "Anish_Shobith",
- "discord": "Anish Shobith#4542"
- },
- "record": {
- "CNAME": "anish-shobith.github.io"
- }
-}
diff --git a/domains/anjayy.json b/domains/anjayy.json
new file mode 100644
index 000000000..517e2fe9b
--- /dev/null
+++ b/domains/anjayy.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "MacengBOT",
+ "email": "macengbot@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/anoriin.json b/domains/anoriin.json
deleted file mode 100644
index f85967e16..000000000
--- a/domains/anoriin.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "AnOrrinn",
- "email": "longoriit@gmail.com"
- },
-
- "record": {
- "A": ["103.97.126.28"]
- }
-}
diff --git a/domains/anshbhimani.json b/domains/anshbhimani.json
new file mode 100644
index 000000000..2a831a2f4
--- /dev/null
+++ b/domains/anshbhimani.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "AnshBhimani",
+ "email": "anshbhimani2003@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/anticens.json b/domains/anticens.json
new file mode 100644
index 000000000..90e70ca93
--- /dev/null
+++ b/domains/anticens.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "IfVar",
+ "email": "LZT7@proton.me"
+ },
+ "record": {
+ "CNAME": "anticens.github.io"
+ }
+}
diff --git a/domains/anto.json b/domains/anto.json
new file mode 100644
index 000000000..07bf9b7df
--- /dev/null
+++ b/domains/anto.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "b5i",
+ "email": "bollengier.antoine@icloud.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/antogamer.json b/domains/antogamer.json
index 273726cc2..8e0c3ebfb 100644
--- a/domains/antogamer.json
+++ b/domains/antogamer.json
@@ -1,9 +1,11 @@
{
"owner": {
"username": "AntogamerYT",
- "email": "antonio.antogamer@gmail.com"
+ "email": "antonio.antogamer@gmail.com",
+ "discord": "thisisanto",
+ "twitter": "ThisIsAnto_"
},
"record": {
- "A": ["141.148.238.95"]
+ "A": ["141.144.196.233"]
}
}
diff --git a/domains/antoine.json b/domains/antoine.json
new file mode 100644
index 000000000..07bf9b7df
--- /dev/null
+++ b/domains/antoine.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "b5i",
+ "email": "bollengier.antoine@icloud.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/antonilin.json b/domains/antonilin.json
deleted file mode 100644
index b929aa3a6..000000000
--- a/domains/antonilin.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "bronislav",
- "email": "anton@ilin.dn.ua"
- },
- "record": {
- "CNAME": "bronislav.me"
- }
-}
diff --git a/domains/anujjamdade.json b/domains/anujjamdade.json
new file mode 100644
index 000000000..6a5e935d3
--- /dev/null
+++ b/domains/anujjamdade.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "anujjamdade007",
+ "email": "jamdadeanuj@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/anukarop.json b/domains/anukarop.json
new file mode 100644
index 000000000..1a4d1ac0a
--- /dev/null
+++ b/domains/anukarop.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "AnukarOP",
+ "email": "anukarmishra2707@gmail.com",
+ "discord": "AnukarOP"
+ },
+ "record": {
+ "CNAME": "AnukarOP.github.io"
+ }
+}
diff --git a/domains/anurag.json b/domains/anurag.json
new file mode 100644
index 000000000..44fc3480b
--- /dev/null
+++ b/domains/anurag.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "anurag-bit",
+ "email": "singh.ask@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/anwar.json b/domains/anwar.json
deleted file mode 100644
index 5451e6598..000000000
--- a/domains/anwar.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Anwar's personal website",
- "repo": "https://github.com/getanwar",
- "owner": {
- "username": "getanwar",
- "email": "say@anwar.im"
- },
- "record": {
- "URL": "https://anwar.im"
- }
-}
diff --git a/domains/aoba.json b/domains/aoba.json
deleted file mode 100644
index b358e08d9..000000000
--- a/domains/aoba.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "A cool looking link for my Discord server! (and maybe sort of other stuff in future... If I can think of one...)",
- "repo": "https://github.com/Hazuki-san",
- "owner": {
- "username": "Hazuki-san",
- "email": "aoba@outlook.co.th",
- "twitter": "AocchiAoba"
- },
- "record": {
- "URL": "https://discord.gg/nKbATcMqSp"
- }
-}
diff --git a/domains/apa.json b/domains/apa.json
new file mode 100644
index 000000000..0af1ce035
--- /dev/null
+++ b/domains/apa.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "eyesmad",
+ "email": "eagam0002@mymail.lausd.net"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/apanel.json b/domains/apanel.json
new file mode 100644
index 000000000..98d4c5308
--- /dev/null
+++ b/domains/apanel.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Heroku403",
+ "email": "juhisharma0757@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/apexweb.json b/domains/apexweb.json
new file mode 100644
index 000000000..a252e1e14
--- /dev/null
+++ b/domains/apexweb.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "shahfahad19",
+ "email": "sfahad4280@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/api-kyouka.json b/domains/api-kyouka.json
deleted file mode 100644
index 02518a0ec..000000000
--- a/domains/api-kyouka.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "APIKEY KYOUKA | SHIORI BOT",
- "repo": "https://github.com/Yuri-Neko",
- "owner": {
- "username": "Yuri-Neko",
- "email": "apikeykyouka@gmail.com"
- },
- "record": {
- "CNAME": "free.api-kyouka.my.id"
- }
-}
diff --git a/domains/api.anshtyagi.json b/domains/api.anshtyagi.json
index 412c80bd4..addb913fe 100644
--- a/domains/api.anshtyagi.json
+++ b/domains/api.anshtyagi.json
@@ -6,6 +6,8 @@
"email": "tyagiansh175@gmail.com"
},
"record": {
- "CNAME": "85fea144-dc5a-45d3-84e3-c3400bf93e87.id.repl.co"
+ "A": [
+ "20.197.60.252"
+ ]
}
}
diff --git a/domains/api.arman.json b/domains/api.arman.json
deleted file mode 100644
index 53c36f404..000000000
--- a/domains/api.arman.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Arman's Api",
- "owner": {
- "username": "ItzArman09",
- "email": "contact@mail.arman.is-a.dev"
- },
- "record": {
- "CNAME": "b25320ee-226d-4531-ad1f-db62e88ac1d4.id.repl.co"
- }
-}
diff --git a/domains/api.autoplay88.xyz.json b/domains/api.autoplay88.xyz.json
new file mode 100644
index 000000000..94ba451e8
--- /dev/null
+++ b/domains/api.autoplay88.xyz.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "chaiyen123",
+ "email": "pasakornpakjeera@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/api.badboy.json b/domains/api.badboy.json
deleted file mode 100644
index d8433f050..000000000
--- a/domains/api.badboy.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Semant Api",
- "owner": {
- "username": "s3mant",
- "email": "contact@semant.is-a.dev"
- },
- "record": {
- "CNAME": "d583fe02-d653-4af3-a8fc-1645f6857a8c.id.repl.co"
- }
-}
diff --git a/domains/api.semant.json b/domains/api.semant.json
index e10b2f2ac..2320f5723 100644
--- a/domains/api.semant.json
+++ b/domains/api.semant.json
@@ -6,6 +6,6 @@
"discord": "445073800850046977"
},
"record": {
- "CNAME": "d583fe02-d653-4af3-a8fc-1645f6857a8c.id.repl.co"
+ "CNAME": "proxy.private.danbot.host"
}
}
diff --git a/domains/api.stefdp.json b/domains/api.stefdp.json
new file mode 100644
index 000000000..ac75435d3
--- /dev/null
+++ b/domains/api.stefdp.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "A": [
+ "84.46.245.191"
+ ]
+ }
+}
diff --git a/domains/api.taoanhdep.json b/domains/api.taoanhdep.json
deleted file mode 100644
index 6fb447243..000000000
--- a/domains/api.taoanhdep.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "bracou",
- "email": "bracoui809@gmail.com"
- },
- "record": {
- "CNAME": "f9fbfdf8-17b8-4bce-be7f-34c1f919bb92.id.repl.co"
- }
-}
diff --git a/domains/apiharam.json b/domains/apiharam.json
deleted file mode 100644
index e4b37ae77..000000000
--- a/domains/apiharam.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "For My Haram API",
- "repo": "https://github.com/ThisMe124",
- "owner": {
- "username": "ThisMe124",
- "email": "anonymous.orgn@gmail.com"
- },
- "record": {
- "CNAME": "haram-api-production.up.railway.app"
- }
-}
diff --git a/domains/apollyon.json b/domains/apollyon.json
deleted file mode 100644
index 3c5820323..000000000
--- a/domains/apollyon.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Develop website",
- "owner": {
- "username": "apollyon9",
- "email": "blzzardst0rm@gmail.com",
- "twitter": "sakurai072"
- },
- "record": {
- "URL": "https://eris9.repl.co"
- }
-}
diff --git a/domains/app.allancoding.json b/domains/app.allancoding.json
new file mode 100644
index 000000000..6637d5561
--- /dev/null
+++ b/domains/app.allancoding.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "allancoding",
+ "email": "allancoding.dev@gmail.com",
+ "twitter": "allancoding",
+ "discord": "allancoding"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/appscom.json b/domains/appscom.json
new file mode 100644
index 000000000..afd933cb3
--- /dev/null
+++ b/domains/appscom.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Addreou",
+ "email": "eduardomp.mendoza@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/arctix.json b/domains/arctix.json
new file mode 100644
index 000000000..4ff651cb4
--- /dev/null
+++ b/domains/arctix.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Sibu07",
+ "email": "sarbes60@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/arda.json b/domains/arda.json
deleted file mode 100644
index c1076667c..000000000
--- a/domains/arda.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "arda.is-a.dev",
- "repo": "https://github.com/duzelicem/duzelicem.github.io",
- "owner": {
- "username": "duzelicem",
- "email": "ardagkc@proton.me",
- "discord": "arda#0666"
- },
- "record": {
- "CNAME": "duzelicem.github.io"
- }
-}
diff --git a/domains/argonnetworkmainframe.json b/domains/argonnetworkmainframe.json
new file mode 100644
index 000000000..ef5736dda
--- /dev/null
+++ b/domains/argonnetworkmainframe.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "carterkimbler",
+ "email": "kimblercarter@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ari.json b/domains/ari.json
deleted file mode 100644
index 97509f6f9..000000000
--- a/domains/ari.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "RayhanADev's Website!",
- "repo": "https://github.com/rayhanadev/Personal-Website",
- "owner": {
- "username": "rayhanadev",
- "email": "rayhanadev@protonmail.com"
- },
- "record": {
- "CNAME": "edge.redirect.pizza"
- }
-}
diff --git a/domains/ariez.json b/domains/ariez.json
deleted file mode 100644
index b3c759cd9..000000000
--- a/domains/ariez.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "ariezinc",
- "email": "ttkeaton@outlook.com"
- },
-
- "record": {
- "CNAME": "meowriez-me.pages.dev"
- }
-}
diff --git a/domains/arin.json b/domains/arin.json
deleted file mode 100644
index 0bdedfb6c..000000000
--- a/domains/arin.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "arin's personal website",
- "repo": "https://github.com/6Arin9",
- "owner": {
- "username": "arin",
- "email": "karciello.yt@gmail.com"
- },
- "record": {
- "CNAME": "arindev.tech"
- }
-}
diff --git a/domains/arman.json b/domains/arman.json
deleted file mode 100644
index 7744011a9..000000000
--- a/domains/arman.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "description": "Arman's personal website!",
- "repo": "https://github.com/ItzArman09/website",
- "owner": {
- "username": "ItzArman09",
- "email": "contact@mail.arman.is-a.dev"
- },
- "record": {
- "A": ["89.106.200.1"],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
-}
diff --git a/domains/artix.json b/domains/artix.json
new file mode 100644
index 000000000..72121f9b3
--- /dev/null
+++ b/domains/artix.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alex1028199",
+ "email": "yu1234u73f.com@gmail.com"
+ },
+ "record": {
+ "CNAME": "proxy.private.danbot.host"
+ }
+}
diff --git a/domains/arunodmanohara.json b/domains/arunodmanohara.json
new file mode 100644
index 000000000..0160f9183
--- /dev/null
+++ b/domains/arunodmanohara.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "arunodmanoharaofficial",
+ "email": "arunodmanoharaofficial@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/arv.json b/domains/arv.json
new file mode 100644
index 000000000..2e17cc5ad
--- /dev/null
+++ b/domains/arv.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "aravinds-arv",
+ "email": "aravinds.arv@pm.me"
+ },
+ "record": {
+ "CNAME": "aravinds-arv.github.io"
+ }
+}
diff --git a/domains/aryan.json b/domains/aryan.json
new file mode 100644
index 000000000..fbb497634
--- /dev/null
+++ b/domains/aryan.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ARYANOP-REEF",
+ "email": "aryanmenghare@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ash.json b/domains/ash.json
new file mode 100644
index 000000000..23e8933f7
--- /dev/null
+++ b/domains/ash.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Drake-Ash",
+ "email": "ashwinv4444@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/asher.json b/domains/asher.json
new file mode 100644
index 000000000..d6b8339c2
--- /dev/null
+++ b/domains/asher.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "The-Asher",
+ "email": "08.bellaaron@gmail.com"
+ },
+ "record": {
+ "A": ["198.91.81.11"]
+ }
+}
diff --git a/domains/ashey.json b/domains/ashey.json
new file mode 100644
index 000000000..0e734012f
--- /dev/null
+++ b/domains/ashey.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "notashleel",
+ "email": "aumanshk@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/asheyxd.json b/domains/asheyxd.json
new file mode 100644
index 000000000..0e734012f
--- /dev/null
+++ b/domains/asheyxd.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "notashleel",
+ "email": "aumanshk@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ashin.json b/domains/ashin.json
deleted file mode 100644
index 8ded3b280..000000000
--- a/domains/ashin.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "ashin.is-a.dev",
- "repo": "https://github.com/ashinberish/v3",
- "owner": {
- "username": "ashinberish",
- "email": "ashinberish@gmail.com"
- },
- "record": {
- "URL": "https://master.d2p2zrx0sxsnxz.amplifyapp.com"
- }
-}
diff --git a/domains/asmin.json b/domains/asmin.json
new file mode 100644
index 000000000..11226af27
--- /dev/null
+++ b/domains/asmin.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "AsminGiri",
+ "email": "asmingiriofficial@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/asmo.json b/domains/asmo.json
new file mode 100644
index 000000000..600ff51c0
--- /dev/null
+++ b/domains/asmo.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Asmo343",
+ "email": "jan.glomb1@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/aspect404.json b/domains/aspect404.json
deleted file mode 100644
index a297a1402..000000000
--- a/domains/aspect404.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Aspect404_'s Website",
- "owner": {
- "username": "Aspect-404",
- "email": "newaspectdevelopment@gmail.com",
- "discord": "807361766572818484",
- "twitter": "Aspect404_"
- },
- "record": {
- "CNAME": "e070f94f-3589-4c49-ac40-baa97dea6ccd.id.repl.co"
- }
-}
diff --git a/domains/asriel.json b/domains/asriel.json
index 1016b1dfc..9d3db8c62 100644
--- a/domains/asriel.json
+++ b/domains/asriel.json
@@ -3,8 +3,8 @@
"repo": "https://github.com/asrielthegoat/asrielthegoat.github.io",
"owner": {
"username": "AsrieltheGoat",
- "email": "admin@dreemurrs.eu.org",
- "discord": "AsrieltheGoat#9753"
+ "email": "ganyu@segs.eu.org",
+ "discord": "AsrieltheGoat"
},
"record": {
"CNAME": "asrielthegoat.github.io"
diff --git a/domains/asthriona.json b/domains/asthriona.json
new file mode 100644
index 000000000..f4d9c4a39
--- /dev/null
+++ b/domains/asthriona.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Asthriona",
+ "email": "im@asthriona.com"
+ },
+ "record": {
+ "CNAME": "asthriona.pages.dev"
+ }
+}
diff --git a/domains/astris.api.json b/domains/astris.api.json
new file mode 100644
index 000000000..fc0608365
--- /dev/null
+++ b/domains/astris.api.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "rherlydev",
+ "email": "142740981+rherlydev@users.noreply.github.com",
+ "note": "This record was created by is-a.dev Discord bot via discord id: 948965718794330153"
+ },
+
+ "record": {
+ "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "TXT": "forward-email=rherlydev@proton.me"
+
+ }
+}
diff --git a/domains/astrix.json b/domains/astrix.json
deleted file mode 100644
index 8d446cff0..000000000
--- a/domains/astrix.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "LeGi0N09",
- "email": "priyanshmodi9@gmail.com",
- "discord": "712212307585007677"
- },
-
- "record": {
- "CNAME": "b618f6e1-a380-430e-a0cd-d65c68368b5e.id.repl.co"
- }
-}
diff --git a/domains/asyncedd.json b/domains/asyncedd.json
new file mode 100644
index 000000000..80927cee2
--- /dev/null
+++ b/domains/asyncedd.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "asyncedd",
+ "email": "isynqquwu@proton.me"
+ },
+ "record": {
+ "CNAME": "asyncedd.pages.dev"
+ }
+}
diff --git a/domains/atharv-jha.json b/domains/atharv-jha.json
new file mode 100644
index 000000000..369030a99
--- /dev/null
+++ b/domains/atharv-jha.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Atharvjha7",
+ "email": "jha.atharv27@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/atharva.json b/domains/atharva.json
index ce05b2a98..7e7ba7b5f 100644
--- a/domains/atharva.json
+++ b/domains/atharva.json
@@ -1,11 +1,11 @@
{
- "repo": "https://github.com/atharvalt/atharvalt.github.io",
+ "repo": "https://github.com/atharvaupadhyay/atharvaupadhyay.github.io",
"owner": {
- "username": "atharvalt",
- "email": "atharva.upadhyay1099@gmail.com",
- "discord": "シAtharva#5374"
+ "username": "atharvaupadhyay",
+ "email": "atharva.upadhyay1099@gmail.com"
},
"record": {
- "CNAME": "atharvalt.github.io"
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/atharvaupadhyay.json b/domains/atharvaupadhyay.json
new file mode 100644
index 000000000..7e7ba7b5f
--- /dev/null
+++ b/domains/atharvaupadhyay.json
@@ -0,0 +1,11 @@
+{
+ "repo": "https://github.com/atharvaupadhyay/atharvaupadhyay.github.io",
+ "owner": {
+ "username": "atharvaupadhyay",
+ "email": "atharva.upadhyay1099@gmail.com"
+ },
+ "record": {
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/athir.json b/domains/athir.json
new file mode 100644
index 000000000..2ec470aa7
--- /dev/null
+++ b/domains/athir.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "tharth0ur",
+ "email": "athir.aldefaie1@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/attaditya.json b/domains/attaditya.json
deleted file mode 100644
index 4d1f8c4b2..000000000
--- a/domains/attaditya.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "I am Aditya, a Game Developer, a Web Developer, a YouTuber and a Student.",
- "repo": "https://github.com/Attachment-Studios/AttAditya",
- "owner": {
- "username": "Attachment-Studios",
- "email": "aditya.adigo@gmail.com"
- },
- "record": {
- "URL": "https://attaditya.deta.dev"
- }
-}
diff --git a/domains/atzu.json b/domains/atzu.json
deleted file mode 100644
index 0925deff3..000000000
--- a/domains/atzu.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Atzu's Personal Website",
- "repo": "https://github.com/z3ro0k",
- "owner": {
- "username": "Atzu",
- "email": "atzu@nextgenteam.tech"
- },
- "record": {
- "URL": "https://atzu.studio"
- }
-}
diff --git a/domains/august.json b/domains/august.json
deleted file mode 100644
index 02bea3222..000000000
--- a/domains/august.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "some 16 year old who knows how to code",
- "repo": "https://github.com/auguwu",
- "record": {
- "URL": "https://augu.dev"
- },
- "owner": {
- "username": "auguwu",
- "email": "august@augu.dev"
- }
-}
diff --git a/domains/augustin.json b/domains/augustin.json
deleted file mode 100644
index b6949cd92..000000000
--- a/domains/augustin.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Augustin's personal developer website",
- "repo": "https://github.com/AugustinJose1221",
- "owner": {
- "username": "AugustinJose1221",
- "email": "augustinjose1221@gmail.com"
- },
- "record": {
- "CNAME": "www.augustinjose.com"
- }
-}
diff --git a/domains/auq3l.json b/domains/auq3l.json
new file mode 100644
index 000000000..b7acb8b83
--- /dev/null
+++ b/domains/auq3l.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "l3qua",
+ "email": "lequangthanh260211@gmail.com"
+ },
+ "record": {
+ "CNAME": "l3qua.github.io"
+ }
+}
diff --git a/domains/austin.json b/domains/austin.json
deleted file mode 100644
index 46f7bd605..000000000
--- a/domains/austin.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Austin's personal developer website",
- "repo": "https://github.com/austindyoung",
- "owner": {
- "username": "austindyoung",
- "email": "austin@doesweb.dev"
- },
- "record": {
- "URL": "http://austindyoung.github.io"
- }
-}
diff --git a/domains/austinleath.json b/domains/austinleath.json
deleted file mode 100644
index f78798a50..000000000
--- a/domains/austinleath.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "AustinLeath",
- "email": "austinleath18@gmail.com"
- },
-
- "record": {
- "A": ["153.33.92.51"]
- }
-}
diff --git a/domains/auuub.json b/domains/auuub.json
new file mode 100644
index 000000000..873fd0888
--- /dev/null
+++ b/domains/auuub.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "auuub",
+ "email": "gonzales.gabrielbaral+github@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ave.json b/domains/ave.json
index 7e93c23bc..456a3e924 100644
--- a/domains/ave.json
+++ b/domains/ave.json
@@ -1,11 +1,11 @@
{
- "description": "Personal site for github@ayvacs",
- "repo": "https://github.com/ayvacs/ayvacs.github.io",
- "owner": {
- "username": "ayvacs",
- "email": "ayvacs@proton.me"
- },
- "record": {
- "CNAME": "ayvacs.github.io"
- }
+ "description": "Personal website for @ayvacs",
+ "repo": "https://github.com/ayvacs/ayvacs.github.io",
+ "owner": {
+ "username": "ayvacs",
+ "email": "ayvacs@proton.me"
+ },
+ "record": {
+ "CNAME": "ayvacs.github.io"
+ }
}
diff --git a/domains/avg.json b/domains/avg.json
index d0aba07f1..a518cb329 100644
--- a/domains/avg.json
+++ b/domains/avg.json
@@ -1,12 +1,9 @@
{
- "description": "An average developer's blog",
- "repo": "https://github.com/AverageHelper/AverageHelper.github.io",
"owner": {
"username": "AverageHelper",
- "email": "avghelper.5fh6g@simplelogin.co",
- "twitter": "avghelper"
+ "email": "avghelper.5fh6g@simplelogin.co"
},
"record": {
- "URL": "https://averagehelper.github.io"
+ "URL": "https://average.name"
}
}
diff --git a/domains/avidevs31.json b/domains/avidevs31.json
new file mode 100644
index 000000000..62dacdc06
--- /dev/null
+++ b/domains/avidevs31.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AviDevs31",
+ "email": "josealbertotaverazz@gmail.com"
+ },
+ "record": {
+ "CNAME": "avidevs31.github.io"
+ }
+}
diff --git a/domains/avikek.json b/domains/avikek.json
new file mode 100644
index 000000000..6ea85b620
--- /dev/null
+++ b/domains/avikek.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "notabhixhek",
+ "email": "abhishek.fodikar29@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/avversion.json b/domains/avversion.json
new file mode 100644
index 000000000..021faebab
--- /dev/null
+++ b/domains/avversion.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AVVERSION",
+ "email": "79741360+AVVERSION@users.noreply.github.com"
+ },
+ "record": {
+ "CNAME": "avversion.github.io"
+ }
+}
diff --git a/domains/aware.json b/domains/aware.json
new file mode 100644
index 000000000..6b0b6cba3
--- /dev/null
+++ b/domains/aware.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "AngerminecraftYT",
+ "email": "david.boltong@icloud.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ax.json b/domains/ax.json
deleted file mode 100644
index 7e27bfa8a..000000000
--- a/domains/ax.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Ax's Portfolio",
- "repo": "https://github.com/ax-a-dev",
- "owner": {
- "username": "ax-a-dev",
- "email": "ax_a_dev#3122"
- },
- "record": {
- "URL": "https://axdev.vercel.app"
- }
-}
diff --git a/domains/axd.json b/domains/axd.json
index e027b4dd5..cfe73b8b2 100644
--- a/domains/axd.json
+++ b/domains/axd.json
@@ -1,9 +1,9 @@
{
"owner": {
"username": "alexdhg",
- "email": "me@alexdhg.com"
+ "email": "alex.zr71@gmail.com"
},
"record": {
- "URL": "https://alexdhg.com"
+ "URL": "https://axxd.me"
}
}
diff --git a/domains/axel.json b/domains/axel.json
new file mode 100644
index 000000000..9ff7c9fdb
--- /dev/null
+++ b/domains/axel.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "axelilali",
+ "email": "axel.ilali@yahoo.fr"
+ },
+
+ "record": {
+ "CNAME": "axel-ilali.com"
+ }
+}
diff --git a/domains/ayaan.json b/domains/ayaan.json
new file mode 100644
index 000000000..c059fac4c
--- /dev/null
+++ b/domains/ayaan.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "dexjr",
+ "email": "dexjrdexjr@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ayaanhaider.json b/domains/ayaanhaider.json
new file mode 100644
index 000000000..0069f747a
--- /dev/null
+++ b/domains/ayaanhaider.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "ayaanhaider-dev",
+ "email": "ayaanhaider.dev@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "ayaanhaider-dev.web.app"
+ }
+}
diff --git a/domains/ayanamy.json b/domains/ayanamy.json
deleted file mode 100644
index fccd3e0c2..000000000
--- a/domains/ayanamy.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "AyanAmy's About Page",
- "repo": "https://github.com/jy1263/jy1263.github.io",
- "owner": {
- "username": "jy1263",
- "email": "",
- "twitter": "jy126orjy126"
- },
- "record": {
- "URL": "https://jy1263.github.io"
- }
-}
diff --git a/domains/aymenjelassi.json b/domains/aymenjelassi.json
new file mode 100644
index 000000000..3c16e3cf2
--- /dev/null
+++ b/domains/aymenjelassi.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "jelassiaymen94",
+ "email": "jelassiaymen094@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/aymo.json b/domains/aymo.json
new file mode 100644
index 000000000..c02cc7d5d
--- /dev/null
+++ b/domains/aymo.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "NotAymo",
+ "email": "ninecraftoff@outlook.com"
+ },
+ "record": {
+ "A": ["65.19.141.67"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
diff --git a/domains/ayushi.json b/domains/ayushi.json
new file mode 100644
index 000000000..59581e1d1
--- /dev/null
+++ b/domains/ayushi.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Vixen-1",
+ "email": "ayushisaxena24111999@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ayushmann.json b/domains/ayushmann.json
new file mode 100644
index 000000000..0cfc927ac
--- /dev/null
+++ b/domains/ayushmann.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "ayushmann025",
+ "email": "aayush.srivastava25@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ayushmansarkar.json b/domains/ayushmansarkar.json
new file mode 100644
index 000000000..44e4af66d
--- /dev/null
+++ b/domains/ayushmansarkar.json
@@ -0,0 +1,11 @@
+{
+ "description": "To Host my personal website :)",
+ "repo": "https://github.com/AyushmanSarkar/ayushman-sarkar.github.io",
+ "owner": {
+ "username": "AyushmanSarkar",
+ "email": "aayushmans2008@gmail.com"
+ },
+ "record": {
+ "CNAME": "ayushmansarkar.github.io"
+ }
+}
diff --git a/domains/ayxdacat.json b/domains/ayxdacat.json
new file mode 100644
index 000000000..42963d8d1
--- /dev/null
+++ b/domains/ayxdacat.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ayxkaddd",
+ "email": "bladeec1ty@protonmail.com"
+ },
+ "record": {
+ "URL": "https://ayxdacat.lol"
+ }
+}
diff --git a/domains/azeez.json b/domains/azeez.json
index bfc4dcf0f..b791ca25c 100644
--- a/domains/azeez.json
+++ b/domains/azeez.json
@@ -1,9 +1,14 @@
{
+ "description": "azeez.is-a.dev",
+ "repo": "https://github.com/azizbna/azizbna.github.io",
"owner": {
"username": "azizbna",
- "email": "m.azizbenaissa@gmail.com"
+ "email": "",
+ "discord":"azeezbna"
},
"record": {
- "CNAME": "azizbna.github.io"
+ "A": ["185.199.109.153", "185.199.110.153", "185.199.111.153", "185.199.108.153"],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
}
-}
+}
\ No newline at end of file
diff --git a/domains/azul.json b/domains/azul.json
new file mode 100644
index 000000000..aa6eaf81c
--- /dev/null
+++ b/domains/azul.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "TheRealGeoDash2019",
+ "email": "TheRealGeoDash2019@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
+ "MX": ["hosts.is-a.dev"]
+ }
+}
diff --git a/domains/azurezeng.json b/domains/azurezeng.json
new file mode 100644
index 000000000..fc337ac8e
--- /dev/null
+++ b/domains/azurezeng.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AzureZeng",
+ "email": "weedycn@outlook.com"
+ },
+ "record": {
+ "CNAME": "azurezeng.com"
+ }
+}
diff --git a/domains/azw.json b/domains/azw.json
new file mode 100644
index 000000000..fc337ac8e
--- /dev/null
+++ b/domains/azw.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AzureZeng",
+ "email": "weedycn@outlook.com"
+ },
+ "record": {
+ "CNAME": "azurezeng.com"
+ }
+}
diff --git a/domains/b5i.json b/domains/b5i.json
new file mode 100644
index 000000000..07bf9b7df
--- /dev/null
+++ b/domains/b5i.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "b5i",
+ "email": "bollengier.antoine@icloud.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/baba.json b/domains/baba.json
new file mode 100644
index 000000000..892aaafd8
--- /dev/null
+++ b/domains/baba.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Babakinha",
+ "email": "sangueotario@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/bacherik.json b/domains/bacherik.json
new file mode 100644
index 000000000..f46f42656
--- /dev/null
+++ b/domains/bacherik.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BachErik",
+ "email": "bacherik.info@gmail.com"
+ },
+ "record": {
+ "CNAME": "bacherik.eu"
+ }
+}
diff --git a/domains/bachwumpus.json b/domains/bachwumpus.json
deleted file mode 100644
index 363ca6786..000000000
--- a/domains/bachwumpus.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "BachLe2000",
- "email": "tinh200974@gmail.com"
- },
- "record": {
- "CNAME": "web.frawgnu.tk"
- }
-}
diff --git a/domains/badboy.json b/domains/badboy.json
deleted file mode 100644
index 154fb79b5..000000000
--- a/domains/badboy.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Bad Boy/Semant 's Website",
- "owner": {
- "username": "s3mant",
- "email": "contact@semant.is-a.dev"
- },
- "record": {
- "CNAME": "2755c31d-6389-4f53-8fd7-b83f99037ffd.id.repl.co"
- }
-}
diff --git a/domains/bae.json b/domains/bae.json
deleted file mode 100644
index 3020d6e31..000000000
--- a/domains/bae.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Bae's personal website",
- "owner": {
- "username": "ba-e",
- "email": "bae.nyom@gmail.com"
- },
- "record": {
- "URL": "https://bae.codes"
- }
-}
diff --git a/domains/balaganesh.json b/domains/balaganesh.json
deleted file mode 100644
index 3476bf55b..000000000
--- a/domains/balaganesh.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "balaganesh102004",
- "email": "balaganesh10.2004@gmail.com"
- },
- "record": {
- "URL": "https://balaganesh.com"
- }
-}
diff --git a/domains/ball.mousemoosz.json b/domains/ball.mousemoosz.json
deleted file mode 100644
index 293d56209..000000000
--- a/domains/ball.mousemoosz.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "The documentation website for Ball discord bot.",
- "owner": {
- "username": "MouseMoosz",
- "email": "mousemoosz@protonmail.com"
- },
- "record": {
- "CNAME": "mousemoosz.github.io"
- }
-}
diff --git a/domains/balls.json b/domains/balls.json
new file mode 100644
index 000000000..985ab99b5
--- /dev/null
+++ b/domains/balls.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ConnorDoesDev",
+ "email": "halil_ismail@yahoo.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/bampa.json b/domains/bampa.json
new file mode 100644
index 000000000..f1d92badb
--- /dev/null
+++ b/domains/bampa.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "bampenes",
+ "email": "rafinhabampa@hotmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/bao.json b/domains/bao.json
new file mode 100644
index 000000000..49cf955d7
--- /dev/null
+++ b/domains/bao.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "gibaohung-dev",
+ "email": "thisismegiabao@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/baptiste.json b/domains/baptiste.json
new file mode 100644
index 000000000..e69ec7658
--- /dev/null
+++ b/domains/baptiste.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "BapRx",
+ "email": "rouxbaptiste@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/bare1.json b/domains/bare1.json
deleted file mode 100644
index 1e74f15b9..000000000
--- a/domains/bare1.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "tiwlinkskwazeh",
- "email": "kwazehh@proton.me"
- },
- "record": {
- "A": ["18.215.144.92"]
- }
-}
diff --git a/domains/bashafk.json b/domains/bashafk.json
new file mode 100644
index 000000000..0427a9844
--- /dev/null
+++ b/domains/bashafk.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "IbrahimKhan2004",
+ "email": "OfficialIbrahimKhan2004@proton.me"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/bashou.json b/domains/bashou.json
deleted file mode 100644
index fdf1932a2..000000000
--- a/domains/bashou.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "bashoudev",
- "email": "bashou@luduma.ga",
- "twitter": "bashouuu"
- },
- "record": {
- "URL": "https://bashoudev.ga"
- }
-}
diff --git a/domains/bast.json b/domains/bast.json
deleted file mode 100644
index 4cc301bed..000000000
--- a/domains/bast.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Bast's Programming Blog",
- "owner": {
- "username": "bast0006",
- "email": "bast@bast-development.com"
- },
- "record": {
- "URL": "https://bast-development.com"
- }
-}
diff --git a/domains/baumistlustig.json b/domains/baumistlustig.json
deleted file mode 100644
index 7fbe846e4..000000000
--- a/domains/baumistlustig.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "baumistlustig",
- "email": "johannes.hoellwerth@protonmail.com"
- },
-
- "record": {
- "URL": "https://baumistlustig.eu"
- }
-}
diff --git a/domains/bayu.json b/domains/bayu.json
new file mode 100644
index 000000000..70bd77d8a
--- /dev/null
+++ b/domains/bayu.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "BayuBatam2008",
+ "email": "bayusimamora2008@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/bbhc.json b/domains/bbhc.json
deleted file mode 100644
index 4df6c0b06..000000000
--- a/domains/bbhc.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "thetayloredman",
- "email": "",
- "telegram": "BadBoyHaloCat"
- },
- "description": "Personal website",
- "record": {
- "A": ["167.172.157.69"]
- }
-}
diff --git a/domains/bday-list.suki.json b/domains/bday-list.suki.json
deleted file mode 100644
index fa791d761..000000000
--- a/domains/bday-list.suki.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "SukiPlayz",
- "email": "sukimayoo@outlook.com"
- },
- "record": {
- "CNAME": "65f74b16-32c4-4c9b-b6ae-8fd70c262487.id.repl.co"
- }
-}
diff --git a/domains/bdfd.json b/domains/bdfd.json
deleted file mode 100644
index c48353767..000000000
--- a/domains/bdfd.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "wansie1",
- "email": "msc2tvdn@duck.com",
- "discord": "962788530336178236"
- },
-
- "record": {
- "CNAME": "b5a101d0-5527-4851-9c20-3907f2992d26.id.repl.co"
- }
-}
diff --git a/domains/beabzk.json b/domains/beabzk.json
deleted file mode 100644
index b6ba68ba9..000000000
--- a/domains/beabzk.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "beabzk",
- "email": "beabfekadz@gmail.com"
- },
- "record": {
- "CNAME": "beabzk.github.io"
- }
-}
diff --git a/domains/bebo.json b/domains/bebo.json
new file mode 100644
index 000000000..805ef4a64
--- /dev/null
+++ b/domains/bebo.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Fbhfvj",
+ "email": "bebogeorge2008@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/bedrock16.json b/domains/bedrock16.json
deleted file mode 100644
index 22fd5dd49..000000000
--- a/domains/bedrock16.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "my website",
- "repo": "https://github.com/Bedrock16",
- "owner": {
- "username": "atharv",
- "email": "youbed61@gmail.com"
- },
- "record": {
- "A": ["34.120.194.28"]
- }
-}
diff --git a/domains/bee.json b/domains/bee.json
deleted file mode 100644
index f7e5bc7f1..000000000
--- a/domains/bee.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "padlocks",
- "email": "",
- "twitter": "WeDoBeeVibing",
- "discord": "bee!#0001"
- },
- "description": "Commission website and links to my social medias.",
- "record": {
- "CNAME": "enbee.carrd.co"
- }
-}
diff --git a/domains/berzcodetechnologies.json b/domains/berzcodetechnologies.json
new file mode 100644
index 000000000..02a6540e4
--- /dev/null
+++ b/domains/berzcodetechnologies.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "BerzCode",
+ "email": "saurabhkirve@gmail.com"
+ },
+ "record": {
+ "A": ["154.41.233.131"]
+
+ }
+}
diff --git a/domains/berzerk.json b/domains/berzerk.json
new file mode 100644
index 000000000..78df35194
--- /dev/null
+++ b/domains/berzerk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BerzCode",
+ "email": "saurabhkirve@gmail.com"
+ },
+ "record": {
+ "A": ["154.41.233.131"]
+ }
+}
diff --git a/domains/berztech.json b/domains/berztech.json
new file mode 100644
index 000000000..d7f43da5b
--- /dev/null
+++ b/domains/berztech.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sxurabh",
+ "email": "saurabhkirve@gmail.com"
+ },
+ "record": {
+ "CNAME": "berztech.vercel.app"
+ }
+}
diff --git a/domains/bets.json b/domains/bets.json
deleted file mode 100644
index 8afecd8f5..000000000
--- a/domains/bets.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Betsthebest",
- "email": "bets.hassoun@gmail.com"
- },
- "record": {
- "A": ["16.171.139.108"]
- }
-}
diff --git a/domains/bhavishya.json b/domains/bhavishya.json
index e6187077d..d6b775534 100644
--- a/domains/bhavishya.json
+++ b/domains/bhavishya.json
@@ -3,8 +3,9 @@
"username": "BH00TXD",
"email": "ghost25112006@gmail.com"
},
-
"record": {
- "A": ["164.132.74.251"]
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
diff --git a/domains/bhavishyadahiya.json b/domains/bhavishyadahiya.json
new file mode 100644
index 000000000..5b0391be7
--- /dev/null
+++ b/domains/bhavishyadahiya.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BH00TXD",
+ "email": "ghost25112006@gmail.com"
+ },
+ "record": {
+ "CNAME": "proxy.private.danbot.host"
+ }
+}
diff --git a/domains/bhavyasingh.json b/domains/bhavyasingh.json
new file mode 100644
index 000000000..30d7131fb
--- /dev/null
+++ b/domains/bhavyasingh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BhavyaSingh2611",
+ "email": "bhavyasingh2611@outlook.com"
+ },
+ "record": {
+ "CNAME": "bhavyasingh2611.github.io"
+ }
+}
diff --git a/domains/biplob.json b/domains/biplob.json
index d0b24ffb2..282c462e4 100644
--- a/domains/biplob.json
+++ b/domains/biplob.json
@@ -1,9 +1,7 @@
{
- "description": "Biplob's website",
- "repo": "https://github.com/revolutionisme/revolutionisme.github.io",
"owner": {
"username": "revolutionisme",
- "email": "revolutionisme+github@gmail.com"
+ "email": "revolutionisme@gmail.com"
},
"record": {
"CNAME": "revolutionisme.github.io"
diff --git a/domains/bitter-130.json b/domains/bitter-130.json
new file mode 100644
index 000000000..208a21739
--- /dev/null
+++ b/domains/bitter-130.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Bitter130",
+ "email": "devid.bitter.130@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/bitter130.json b/domains/bitter130.json
new file mode 100644
index 000000000..208a21739
--- /dev/null
+++ b/domains/bitter130.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Bitter130",
+ "email": "devid.bitter.130@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/blazyflash.json b/domains/blazyflash.json
new file mode 100644
index 000000000..bc2a714a6
--- /dev/null
+++ b/domains/blazyflash.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Thanatoslayer6",
+ "email": "thanatoslayer6@gmail.com"
+ },
+ "record": {
+ "URL": "https://ballzy.vercel.app/"
+ }
+}
diff --git a/domains/blek.json b/domains/blek.json
deleted file mode 100644
index 3ed49412d..000000000
--- a/domains/blek.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "blek is a dev",
- "owner": {
- "username": "b1ek",
- "email": "me@blek.codes"
- },
- "record": {
- "A": ["185.130.226.115"]
- }
-}
diff --git a/domains/blema.json b/domains/blema.json
new file mode 100644
index 000000000..9dc9857e6
--- /dev/null
+++ b/domains/blema.json
@@ -0,0 +1,11 @@
+{
+ "owner":{
+ "username":"ruben-as",
+ "email":"ruben.aja.85@gmail.com"
+ },
+ "record":{
+ "A":[
+ "212.227.32.105"
+ ]
+ }
+}
diff --git a/domains/blessingmwiti.json b/domains/blessingmwiti.json
new file mode 100644
index 000000000..5e1ec3e4e
--- /dev/null
+++ b/domains/blessingmwiti.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "blessingmwiti",
+ "email": "blessingmwiti@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/blinx.json b/domains/blinx.json
index 0a12e69cd..76a343980 100644
--- a/domains/blinx.json
+++ b/domains/blinx.json
@@ -6,6 +6,6 @@
"record": {
"A": ["217.174.245.249"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
- "MX": "hosts.is-a.dev"
+ "MX": ["hosts.is-a.dev"]
}
-}
\ No newline at end of file
+}
diff --git a/domains/blob.json b/domains/blob.json
new file mode 100644
index 000000000..780cfb73f
--- /dev/null
+++ b/domains/blob.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "BlobDeveloper",
+ "email": "blob.dev@protonmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/block.json b/domains/block.json
new file mode 100644
index 000000000..dc3827c88
--- /dev/null
+++ b/domains/block.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "CookieTriste",
+ "email": "romain.tocsin@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/blockchaindevpanther.json b/domains/blockchaindevpanther.json
new file mode 100644
index 000000000..cd4fcebb4
--- /dev/null
+++ b/domains/blockchaindevpanther.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "2618Zahid",
+ "email": "zahidhassankalaroa104@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/blog.aditya.json b/domains/blog.aditya.json
deleted file mode 100644
index 592ac2fec..000000000
--- a/domains/blog.aditya.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "A Subdomain For My Blogs!!",
- "repo": "https://github.com/icancodebeauty/blog",
- "owner": {
- "username": "icancodebeauty",
- "email": "ishqaddy@gmail.com",
- "twitter": "CodeWithAadi"
- },
- "record": {
- "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"]
- }
-}
diff --git a/domains/blog.crystal.json b/domains/blog.crystal.json
deleted file mode 100644
index 346c63b1f..000000000
--- a/domains/blog.crystal.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "crystalbajgai",
- "email": "crystalbajgai@gmail.com"
- },
- "record": {
- "CNAME": "hashnode.network"
- }
-}
diff --git a/domains/blog.itznesbro.json b/domains/blog.itznesbro.json
deleted file mode 100644
index cd70d939b..000000000
--- a/domains/blog.itznesbro.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "ItzNesbroDev",
- "email": "asnesbeer3@gmail.com"
- },
- "record": {
- "CNAME": "hashnode.network"
- }
-}
diff --git a/domains/blog.ron.json b/domains/blog.ron.json
new file mode 100644
index 000000000..9c98d6524
--- /dev/null
+++ b/domains/blog.ron.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "itsrn",
+ "email": "shalom@itsron.space"
+ },
+ "record": {
+ "CNAME": "itsrn.github.io"
+ }
+}
diff --git a/domains/blog.syntaxloopers.json b/domains/blog.syntaxloopers.json
new file mode 100644
index 000000000..324dfe7e2
--- /dev/null
+++ b/domains/blog.syntaxloopers.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/blog.tnt.json b/domains/blog.tnt.json
deleted file mode 100644
index be2e1ff31..000000000
--- a/domains/blog.tnt.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "SebTNT",
- "email": "turquoisetntmultimedia@gmail.com"
- },
- "record": {
- "CNAME": "ghs.google.com"
- }
-}
diff --git a/domains/blog.whine.json b/domains/blog.whine.json
deleted file mode 100644
index 72e0ee1e2..000000000
--- a/domains/blog.whine.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "whinee",
- "email": "",
- "twitter": "whi_nyaan"
- },
- "description": "whi_ne's blog",
- "record": {
- "CNAME": "blog-production-f684.up.railway.app"
- }
-}
diff --git a/domains/bloomy.json b/domains/bloomy.json
new file mode 100644
index 000000000..f0aec18e7
--- /dev/null
+++ b/domains/bloomy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BloomyInDev",
+ "email": "bastien.luben@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.bloomyindev.me"
+ }
+}
diff --git a/domains/blucifer.json b/domains/blucifer.json
new file mode 100644
index 000000000..ea54696fa
--- /dev/null
+++ b/domains/blucifer.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "blucifer1337",
+ "email": "blucifer1337@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/blue.json b/domains/blue.json
index febc70c0c..a7276807d 100644
--- a/domains/blue.json
+++ b/domains/blue.json
@@ -1,12 +1,11 @@
{
- "description": "Personal site for b1uedev, a.k.a Blue.",
- "repo": "https://github.com/B1ue-Dev/b1ue-dev.github.io",
"owner": {
"username": "B1ue-Dev",
- "email": "ngolong1396@hotmail.com",
- "twitter": "b1uedev"
+ "email": "ngolong1396@hotmail.com"
},
"record": {
- "CNAME": "b1ue-dev.github.io"
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
-}
+}
\ No newline at end of file
diff --git a/domains/bluesky01st.json b/domains/bluesky01st.json
deleted file mode 100644
index adde959e8..000000000
--- a/domains/bluesky01st.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "BlueSky01st",
- "email": "mincraft206127@outlook.com"
- },
- "record": {
- "CNAME": "blog.bluesky01st.eu.org"
- }
-}
diff --git a/domains/bni.co.id.json b/domains/bni.co.id.json
new file mode 100644
index 000000000..8ec82b46c
--- /dev/null
+++ b/domains/bni.co.id.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "dana-fintech-id",
+ "email": "csferdisambo2023@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/bobbrown.json b/domains/bobbrown.json
deleted file mode 100644
index 20ea8eda8..000000000
--- a/domains/bobbrown.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My portfolio website!",
- "repo": "https://github.com/BobBrown1/BobBrown1.github.io",
- "owner": {
- "username": "BobBrown1",
- "email": "bob.brown.the.dev@gmail.com"
- },
- "record": {
- "CNAME": "bob-brown.info"
- }
-}
diff --git a/domains/bobert.json b/domains/bobert.json
new file mode 100644
index 000000000..276ac82e7
--- /dev/null
+++ b/domains/bobert.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "real-kwellercat",
+ "email": "lucas.rausch.732@k12.friscoisd.org"
+ },
+ "record": {
+ "CNAME": "issuelucas.pages.dev"
+ }
+}
diff --git a/domains/bogdan.json b/domains/bogdan.json
new file mode 100644
index 000000000..052d58fbe
--- /dev/null
+++ b/domains/bogdan.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "MrBogdanYT",
+ "email": "hysbskyblockgod@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/boggy.json b/domains/boggy.json
new file mode 100644
index 000000000..5e831fa48
--- /dev/null
+++ b/domains/boggy.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "boggy539",
+ "email": "boggydev@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/booogle.json b/domains/booogle.json
new file mode 100644
index 000000000..1bb7ac378
--- /dev/null
+++ b/domains/booogle.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "HoaQuyingVN",
+ "email": "phu.hoa.dp@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/boston2029.json b/domains/boston2029.json
deleted file mode 100644
index 6059e14f4..000000000
--- a/domains/boston2029.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "boston2029",
- "email": "boston2029@outlook.com"
- },
- "record": {
- "CNAME": "215de2e6-27df-4710-82aa-ae0cfa6f19bc.id.repl.co"
- }
-}
diff --git a/domains/bot.riskymh.json b/domains/bot.riskymh.json
deleted file mode 100644
index 59ebce7cb..000000000
--- a/domains/bot.riskymh.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Discord Bot Website",
- "repo": "https://github.com/RiskyMH/RiskyBOT",
- "owner": {
- "username": "RiskyMH",
- "discord": "RiskyMH#0182",
- "email": ""
- },
- "record": {
- "URL": "https://riskymh.github.io/RiskyBOT"
- }
-}
diff --git a/domains/bots.json b/domains/bots.json
deleted file mode 100644
index 070601bde..000000000
--- a/domains/bots.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Bots personal developer website",
- "repo": "https://github.com/Bicepsfako",
- "owner": {
- "username": "Bicepsfako",
- "email": "bicepsfako@gmail.com"
- },
- "record": {
- "CNAME": "vascular-barnacle-zfdxk5mcunu4qasmwk8n14na.herokudns.com"
- }
-}
diff --git a/domains/bots.trung.json b/domains/bots.trung.json
new file mode 100644
index 000000000..b8c78ecb4
--- /dev/null
+++ b/domains/bots.trung.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "CNAME": "bots-website.pages.dev"
+ }
+}
diff --git a/domains/botspointer.json b/domains/botspointer.json
deleted file mode 100644
index c02ebe3e9..000000000
--- a/domains/botspointer.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "discord service for bots free",
- "owner": {
- "username": "Ihzy-Dev",
- "email": "sksksdev@my.com"
- },
- "record": {
- "CNAME": "dns.techhost.live"
- }
-}
diff --git a/domains/bqini.json b/domains/bqini.json
deleted file mode 100644
index a9c46f0c4..000000000
--- a/domains/bqini.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "bqini",
- "email": "",
- "twitter": "bqini"
- },
- "description": "bqini lol",
- "repo": "bqini",
- "record": {
- "CNAME": "33c90791-55a6-4f5f-b6b4-b0da920ba8ed.id.repl.co"
- }
-}
diff --git a/domains/bracketproto.json b/domains/bracketproto.json
new file mode 100644
index 000000000..a646fe009
--- /dev/null
+++ b/domains/bracketproto.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "oxmc",
+ "email": "oxmc7769.mail@gmail.com",
+ "discord": "oxmc7769"
+ },
+ "record": {
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"]
+ }
+}
diff --git a/domains/brahianf.json b/domains/brahianf.json
new file mode 100644
index 000000000..a52d2dfed
--- /dev/null
+++ b/domains/brahianf.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "brahianf1",
+ "email": "floresbrahian@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/brandnewwick.json b/domains/brandnewwick.json
new file mode 100644
index 000000000..1674a48de
--- /dev/null
+++ b/domains/brandnewwick.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "alephdfilms",
+ "email": "alephdiallo@mail.com"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
+}
diff --git a/domains/bravestone.json b/domains/bravestone.json
deleted file mode 100644
index 82394b239..000000000
--- a/domains/bravestone.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "My Personal website.",
- "repo": "https://github.com/itsbravestone",
- "owner": {
- "username": "itsbravestone",
- "email": "imbravestone@zarena.ga",
- "twitter": "imbravestone"
- },
- "record": {
- "URL": "https://imbravestone.ga"
- }
-}
diff --git a/domains/bread.json b/domains/bread.json
new file mode 100644
index 000000000..cc9d2f0cc
--- /dev/null
+++ b/domains/bread.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "soggycatalltheway",
+ "email": "hurvzee+partizao@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/broduer.json b/domains/broduer.json
deleted file mode 100644
index afb99b69c..000000000
--- a/domains/broduer.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "broduer.is-a.dev",
- "owner": {
- "username": "broduer40",
- "email": "broduer@aogamers.net",
- "discord": "[AoG+] Broduer#0331"
- },
- "record": {
- "CNAME": "broduer.aogamers.net"
- }
-}
diff --git a/domains/brownvinci.json b/domains/brownvinci.json
new file mode 100644
index 000000000..f48018e76
--- /dev/null
+++ b/domains/brownvinci.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "BrownVinci",
+ "email": "DigitalBrownVinci@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/brpro.json b/domains/brpro.json
new file mode 100644
index 000000000..1727d584e
--- /dev/null
+++ b/domains/brpro.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "raxidbou4nja",
+ "email": "rachid.boughnja@gmail.com"
+ },
+ "record": {
+ "A": ["150.136.61.251"]
+ }
+}
diff --git a/domains/bruhx.json b/domains/bruhx.json
new file mode 100644
index 000000000..7cdeea243
--- /dev/null
+++ b/domains/bruhx.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Bruhxz54",
+ "email": "pollyx73@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/bttm.json b/domains/bttm.json
deleted file mode 100644
index 5ee7b2291..000000000
--- a/domains/bttm.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "BasToTheMax",
- "email": "bas@arnold-linda.nl"
- },
- "record": {
- "A": ["185.234.69.13"]
- }
-}
diff --git a/domains/bug-writer.json b/domains/bug-writer.json
deleted file mode 100644
index 9b317de89..000000000
--- a/domains/bug-writer.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "KeIrNeGn",
- "email": "terminatorx5e@gmail.com",
- "discord": "499592235772280842"
- },
-
- "record": {
- "CNAME": "keirnegn.dev"
- }
-}
diff --git a/domains/bulkypanda.json b/domains/bulkypanda.json
new file mode 100644
index 000000000..d7b27a2f4
--- /dev/null
+++ b/domains/bulkypanda.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bulkypanda",
+ "email": "arya@gummadi.net"
+ },
+ "record": {
+ "CNAME": "bulkypanda.github.io"
+ }
+}
diff --git a/domains/bumbleboss.json b/domains/bumbleboss.json
new file mode 100644
index 000000000..c17fa6f6a
--- /dev/null
+++ b/domains/bumbleboss.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Bumbleboss",
+ "email": "me@bumbleboss.xyz"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/byigit.json b/domains/byigit.json
new file mode 100644
index 000000000..0363b942e
--- /dev/null
+++ b/domains/byigit.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "byigitt",
+ "email": "c2228009@student.cankaya.edu.tr"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/byte.json b/domains/byte.json
deleted file mode 100644
index b25114358..000000000
--- a/domains/byte.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "SquareSmp",
- "email": "squaresmp@asia.com"
- },
- "record": {
- "URL": "https://squaresmp.github.io/"
- }
-}
diff --git a/domains/c22.json b/domains/c22.json
new file mode 100644
index 000000000..8c3829c02
--- /dev/null
+++ b/domains/c22.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "c22dev",
+ "email": "constclerc@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/cagdas.json b/domains/cagdas.json
new file mode 100644
index 000000000..448aaab81
--- /dev/null
+++ b/domains/cagdas.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "cagdaskemik",
+ "email": "cagdaskemik@gmail.com"
+ },
+ "record": {
+ "URL": "https://cagdas.vercel.app"
+ }
+}
diff --git a/domains/caiden.json b/domains/caiden.json
new file mode 100644
index 000000000..eeaa4c360
--- /dev/null
+++ b/domains/caiden.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Caiden-P",
+ "email": "iididhejejdj@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/caiden.xyz.json b/domains/caiden.xyz.json
new file mode 100644
index 000000000..eeaa4c360
--- /dev/null
+++ b/domains/caiden.xyz.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Caiden-P",
+ "email": "iididhejejdj@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/caillou.json b/domains/caillou.json
new file mode 100644
index 000000000..882ed2cbf
--- /dev/null
+++ b/domains/caillou.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "ManIsHot",
+ "email": "palpafett@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/cakihorse.json b/domains/cakihorse.json
new file mode 100644
index 000000000..d224836e1
--- /dev/null
+++ b/domains/cakihorse.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "cakihorse",
+ "email": "cakihorse06@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/callum.json b/domains/callum.json
deleted file mode 100644
index 277cb808e..000000000
--- a/domains/callum.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "My personal site.",
- "repo": "https://github.com/cxllm/website",
- "owner": {
- "username": "cxllm",
- "email": "hello@cxllm.xyz",
- "twitter": "CX11M"
- },
- "record": {
- "URL": "https://cxllm.xyz"
- }
-}
diff --git a/domains/cameo007.json b/domains/cameo007.json
new file mode 100644
index 000000000..3f8373e10
--- /dev/null
+++ b/domains/cameo007.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Cameo007",
+ "email": "pascal.1.dietrich@hotmail.com"
+ },
+ "record": {
+ "CNAME": "mintux.de"
+ }
+}
diff --git a/domains/canarddu38.json b/domains/canarddu38.json
new file mode 100644
index 000000000..5340083ce
--- /dev/null
+++ b/domains/canarddu38.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "canarddu38",
+ "email": "julescanardcoin@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/caodoc.json b/domains/caodoc.json
index 8682070a5..b9765fa0b 100644
--- a/domains/caodoc.json
+++ b/domains/caodoc.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "caodoc",
- "email": "dochicao2306@gmail.com"
+ "email": "caodoc@proton.me"
},
"record": {
"CNAME": "caodoc.github.io"
diff --git a/domains/carol3n.json b/domains/carol3n.json
new file mode 100644
index 000000000..f03bbd3e0
--- /dev/null
+++ b/domains/carol3n.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Carol3n",
+ "email": "20cs031.caroline@sjec.ac.in"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/cashlycash.json b/domains/cashlycash.json
deleted file mode 100644
index 87fe58edd..000000000
--- a/domains/cashlycash.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Cashly_Cash's personal website",
- "repo": "https://replit.com/@SH1FT3R/web#main.py",
- "owner": {
- "username": "CashlyCash",
- "email": "arnav000777gupta@gmail.com"
- },
- "record": {
- "CNAME": "187964e1-d104-4c57-a319-a0d664215bf8.id.repl.co"
- }
-}
diff --git a/domains/caspar.json b/domains/caspar.json
deleted file mode 100644
index 9eeb6c43c..000000000
--- a/domains/caspar.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "casparzzz123, Java, Html And Python Developer",
- "repo": "https://github.com/casparzzz123",
- "owner": {
- "username": "casparzzz123",
- "email": "casparzzz123@computer4u.com"
- },
- "record": {
- "CNAME": "letspoop.ga"
- }
-}
diff --git a/domains/cassie.json b/domains/cassie.json
index f945a4ae4..6357cb664 100644
--- a/domains/cassie.json
+++ b/domains/cassie.json
@@ -1,10 +1,10 @@
{
+ "description": "Personal website",
+ "repo": "https://github.com/diordnas/diordnas.github.io",
"owner": {
"username": "Diordnas",
- "email": "alessandroeliot@gmail.com"
+ "email": "cassthepurple@gmail.com"
},
- "description": "Personal site, as well as hosting a few tools",
- "repo": "https://github.com/diordnas/diordnas.github.io",
"record": {
"CNAME": "diordnas.github.io"
}
diff --git a/domains/catdrout.json b/domains/catdrout.json
deleted file mode 100644
index 422e614a9..000000000
--- a/domains/catdrout.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "xcatdrout",
- "email": "xcatdrout@proton.me"
- },
- "record": {
- "CNAME": "site-bwj.pages.dev"
- }
-}
diff --git a/domains/catlord.json b/domains/catlord.json
deleted file mode 100644
index 39d7be89c..000000000
--- a/domains/catlord.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "element10101",
- "email": "gnoeleht@gmail.com"
- },
- "record": {
- "CNAME": "3722a886-2c2c-40e3-991b-0d4cb5e935b7.id.repl.co"
- }
-}
diff --git a/domains/catto.json b/domains/catto.json
deleted file mode 100644
index bb0d44c59..000000000
--- a/domains/catto.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "HF1016",
- "email": "harrowfung1016@gmail.com"
- },
- "record": {
- "A": ["140.238.66.154"]
- }
-}
diff --git a/domains/ccnicebruh.json b/domains/ccnicebruh.json
index 24bd89a29..98d102505 100644
--- a/domains/ccnicebruh.json
+++ b/domains/ccnicebruh.json
@@ -4,6 +4,8 @@
"email": "tangkeehee2002@gmail.com"
},
"record": {
- "URL": "https://solo.to/ccnicebruh"
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
diff --git a/domains/ccrp.json b/domains/ccrp.json
deleted file mode 100644
index 38dd25e70..000000000
--- a/domains/ccrp.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "CCRP FiveM",
- "repo": "https://craiccity.ccrp.repl.co",
- "owner": {
- "username": "PatrickDevelopr",
- "email": "patrickdev21@gmail.com"
- },
- "record": {
- "CNAME": "572ca600-be84-4a76-8cf9-986690eaf03b.id.repl.co"
- }
-}
diff --git a/domains/cdn-rehanplayz.json b/domains/cdn-rehanplayz.json
deleted file mode 100644
index b481ce056..000000000
--- a/domains/cdn-rehanplayz.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "A CDN for my files",
- "repo": "https://github.com/RehanPlayz/RehanPlayz.github.io",
- "owner": {
- "username": "RehanPlayz",
- "email": "RehanPlayz321@protonmail.com"
- },
- "record": {
- "A": ["159.89.255.51"],
- "TXT": "6ZzT79WA"
- }
-}
diff --git a/domains/cdn.akai.json b/domains/cdn.akai.json
deleted file mode 100644
index f3d419188..000000000
--- a/domains/cdn.akai.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "AmazingAkai",
- "email": "",
- "discord": "Akai#8199"
- },
- "record": {
- "A": ["45.79.247.123"],
- "TXT": "7Yuu0bep"
- }
-}
diff --git a/domains/cdn.arman.json b/domains/cdn.arman.json
deleted file mode 100644
index 19e332b60..000000000
--- a/domains/cdn.arman.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Arman's content delivery network",
- "owner": {
- "username": "ItzArman09",
- "email": "contact@mail.arman.is-a.dev"
- },
- "record": {
- "CNAME": "23f4d8ed-6b28-4e13-a9e9-bd913bbb2040.id.repl.co"
- }
-}
diff --git a/domains/cdn.badboy.json b/domains/cdn.badboy.json
deleted file mode 100644
index 9297c19e4..000000000
--- a/domains/cdn.badboy.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "repo": "https://github.com/Bad-Boy-Codes/cdn",
- "description": "My static database",
- "owner": {
- "username": "bad-boy-codes",
- "email": "contact@mail.badboy.is-a.dev"
- },
- "record": {
- "CNAME": "0b68d425-3b0b-47fc-bd21-66c73ba1cf15.id.repl.co"
- }
-}
diff --git a/domains/cdn.json b/domains/cdn.json
deleted file mode 100644
index 17b879fa8..000000000
--- a/domains/cdn.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "LellisV2",
- "email": "cloud@lellis.tech",
- "discord": "Lellis#9405",
- "note": "I dont look that much on my email, Fast Respons on Discord."
- },
- "description": "I will use it for my CDN to be able to access the files",
- "record": {
- "A": ["130.162.183.250"]
- }
-}
diff --git a/domains/cdn.semant.json b/domains/cdn.semant.json
index ca5bd2b5b..5e4e750be 100644
--- a/domains/cdn.semant.json
+++ b/domains/cdn.semant.json
@@ -1,11 +1,10 @@
{
- "repo": "https://github.com/SemantCodes/cdn",
"description": "My static database",
"owner": {
"username": "s3mant",
"email": "contact@semant.is-a.dev"
},
"record": {
- "CNAME": "0b68d425-3b0b-47fc-bd21-66c73ba1cf15.id.repl.co"
+ "CNAME": "web-0wfb.onrender.com"
}
}
diff --git a/domains/cdn.yfa.json b/domains/cdn.yfa.json
new file mode 100644
index 000000000..65d3d6e3f
--- /dev/null
+++ b/domains/cdn.yfa.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "YouFoundAlpha",
+ "email": "alpha@alpha.is-a.dev",
+ "Discord": "661121998830960651",
+ "Twitter": "YouFoundAlpha",
+ "GitHub": "YouFoundAlpha",
+ "GitLab": "YouFoundAlpha", "Mastodon": "@YouFoundAlpha@mastodon.social"
+ },
+ "record": {
+ "CNAME": "cdn-a12.pages.dev"
+ }
+}
diff --git a/domains/cdn.zerow.json b/domains/cdn.zerow.json
deleted file mode 100644
index 353e7e8a0..000000000
--- a/domains/cdn.zerow.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "DevZerow",
- "email": "zerow.pro@protonmail.com"
- },
-
- "record": {
- "A": ["92.118.207.191"]
- }
-}
diff --git a/domains/cec.json b/domains/cec.json
deleted file mode 100644
index 4803ee828..000000000
--- a/domains/cec.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "a url redirector",
- "repo": "https://github.com/w3cy/w3cy",
- "owner": {
- "username": "w3cy",
- "email": "keyv.cec@outlook.com"
- },
- "record": {
- "CNAME": "84ca4d88-b9b4-449b-ad1b-62743f1d6192.id.repl.co"
- }
-}
diff --git a/domains/celestial.json b/domains/celestial.json
new file mode 100644
index 000000000..53c4070c4
--- /dev/null
+++ b/domains/celestial.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Luongzz",
+ "email": "buivanluong0204@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/cfp.json b/domains/cfp.json
deleted file mode 100644
index 83486ccfd..000000000
--- a/domains/cfp.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "cfpwastaken",
- "email": "",
- "discord": "cfp"
- },
- "record": {
- "CNAME": "cfp.gotdns.ch"
- }
-}
diff --git a/domains/cha0tic.json b/domains/cha0tic.json
new file mode 100644
index 000000000..ed013d614
--- /dev/null
+++ b/domains/cha0tic.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "cha0ticcoder",
+ "email": "chaoticplayern1@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/chaaya.json b/domains/chaaya.json
new file mode 100644
index 000000000..3a411528e
--- /dev/null
+++ b/domains/chaaya.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Peter-0097",
+ "email": "chaayagames@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/chaey.json b/domains/chaey.json
new file mode 100644
index 000000000..df35b7962
--- /dev/null
+++ b/domains/chaey.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "qing762",
+ "email": "threatedblade@outlook.com"
+ },
+ "record": {
+ "CNAME": "qing-website.onrender.com"
+ }
+}
\ No newline at end of file
diff --git a/domains/chanakan.json b/domains/chanakan.json
deleted file mode 100644
index 183df91b1..000000000
--- a/domains/chanakan.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "this a link to my website",
- "owner": {
- "username": "Chanakan55991",
- "email": "chanakan5591@chanakancloud.net"
- },
- "record": {
- "CNAME": "chanakancloud.net"
- }
-}
diff --git a/domains/chandrabose.json b/domains/chandrabose.json
new file mode 100644
index 000000000..39ffd69d3
--- /dev/null
+++ b/domains/chandrabose.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "chandrabosep",
+ "email": "chandrabosep3112@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/charge.json b/domains/charge.json
new file mode 100644
index 000000000..86bc7a445
--- /dev/null
+++ b/domains/charge.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "windcharge",
+ "email": "wysockimichu@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/charlzyx.json b/domains/charlzyx.json
deleted file mode 100644
index 13842caf0..000000000
--- a/domains/charlzyx.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "charlzyx",
- "email": "charlzyx@qq.com"
- },
-
- "record": {
- "A": ["172.21.32.1"]
- }
-}
diff --git a/domains/chasecraft.json b/domains/chasecraft.json
new file mode 100644
index 000000000..28f64803a
--- /dev/null
+++ b/domains/chasecraft.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "chasecraft88",
+ "email": "chase88gizmo@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/cheeriomark1.json b/domains/cheeriomark1.json
new file mode 100644
index 000000000..44a7d8932
--- /dev/null
+++ b/domains/cheeriomark1.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Cheerio-mark-1",
+ "email": "DevilDesk2+new_git_001@hotmail.com"
+ },
+ "record": {
+ "CNAME": "cheerio-mark-1.github.io"
+ }
+}
diff --git a/domains/chenpeng.json b/domains/chenpeng.json
index 34d760b53..dc5669652 100644
--- a/domains/chenpeng.json
+++ b/domains/chenpeng.json
@@ -1,13 +1,11 @@
{
"description": "Patrick Chen's develop site",
- "repo": "https://github.com/ChpShy/ChpShy.github.io.git",
+ "repo": "https://github.com/PatrickChen928/patrickchen928.github.io",
"owner": {
- "username": "chenpeng",
- "email": "cp786156072@gmail.com",
- "twitter": "chepy2019",
- "discord": "Patrick Chen#9900"
+ "username": "PatrickChen928",
+ "email": "cp786156072@gmail.com"
},
"record": {
- "URL": "https://chpshy.github.io"
+ "URL": "https://patrickchen928.github.io"
}
}
diff --git a/domains/chino.json b/domains/chino.json
index 4ef8d7514..3b3c078ac 100644
--- a/domains/chino.json
+++ b/domains/chino.json
@@ -1,10 +1,11 @@
{
- "description": "My personal page",
+ "description": "My website",
"repo": "https://github.com/AutumnVN/autumnvn.github.io",
"owner": {
"username": "AutumnVN",
- "email": "htuan03@gmail.com",
- "twitter": "dvht0"
+ "email": "autumnvnchino@gmail.com",
+ "twitter": "autumnvnchino",
+ "discord": "autumnvn"
},
"record": {
"CNAME": "chino.pages.dev"
diff --git a/domains/chip.json b/domains/chip.json
deleted file mode 100644
index 2c0e98217..000000000
--- a/domains/chip.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Krchip's develop site",
- "repo": "https://github.com/Krchip/Krchip.github.io",
- "owner": {
- "username": "Krchip",
- "email": "elite7744@gmail.com"
- },
- "record": {
- "URL": "https://krchip.github.io"
- }
-}
diff --git a/domains/chirathtimodh.json b/domains/chirathtimodh.json
index fc6b81d5f..6e7e8f01c 100644
--- a/domains/chirathtimodh.json
+++ b/domains/chirathtimodh.json
@@ -4,6 +4,6 @@
"email": "chirathtimodh@gmail.com"
},
"record": {
- "URL": "https://chirath.w3spaces.com"
+ "CNAME": "duesacrifice69.github.io"
}
}
diff --git a/domains/chouhi.json b/domains/chouhi.json
deleted file mode 100644
index 032de6f80..000000000
--- a/domains/chouhi.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Chouhict",
- "email": "chouhi@proton.me"
- },
- "record": {
- "URL": "https://chouhi.ml"
- }
-}
diff --git a/domains/chouhict.json b/domains/chouhict.json
deleted file mode 100644
index 73561fe2f..000000000
--- a/domains/chouhict.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "owner": {
- "username": "Chouhict",
- "email": "chouhict@gmail.com",
- "note": "This record was created by is-a.dev Discord bot via discord id: 913402397588611162"
- },
-
- "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=chouhi@proton.me"
- }
-}
diff --git a/domains/chris8889.json b/domains/chris8889.json
index 1c8c19454..9d7d56c98 100644
--- a/domains/chris8889.json
+++ b/domains/chris8889.json
@@ -1,11 +1,11 @@
{
- "description": "testing",
"owner": {
"username": "Chris8889",
- "email": "chris88892@protonmail.com",
- "twitter": "Chris8889"
+ "email": "chris12089@protonmail.com"
},
"record": {
- "CNAME": "5d931f3a-d63d-4ccf-b14c-5b566fd0c5f0.id.repl.co"
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
diff --git a/domains/christian.json b/domains/christian.json
new file mode 100644
index 000000000..5a1ce84c4
--- /dev/null
+++ b/domains/christian.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "DenDanskeMine",
+ "email": "christianhrose@outlook.dk"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/chyves.json b/domains/chyves.json
new file mode 100644
index 000000000..711e90c72
--- /dev/null
+++ b/domains/chyves.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "notchyves",
+ "email": "chyvescontact@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ciaobot.json b/domains/ciaobot.json
new file mode 100644
index 000000000..7b7d783bc
--- /dev/null
+++ b/domains/ciaobot.json
@@ -0,0 +1,17 @@
+{
+ "owner": {
+ "username": "Ciao287",
+ "email": "",
+ "discord": "687333016921440317"
+ },
+ "record": {
+ "A": [
+ "84.46.245.191"
+ ],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/jokes.suki.json b/domains/cihatksm.json
similarity index 69%
rename from domains/jokes.suki.json
rename to domains/cihatksm.json
index 467f02d63..41f6de86c 100644
--- a/domains/jokes.suki.json
+++ b/domains/cihatksm.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "SukiPlayz",
- "email": "sukimayoo@outlook.com"
+ "username": "CihatKsm",
+ "email": "cihatksm@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
diff --git a/domains/circular.json b/domains/circular.json
new file mode 100644
index 000000000..fdeaf3eaa
--- /dev/null
+++ b/domains/circular.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "circularsprojects",
+ "email": "levi97646@gmail.com"
+ },
+ "record": {
+ "URL": "https://circulars.dev"
+ }
+}
diff --git a/domains/cisco.json b/domains/cisco.json
deleted file mode 100644
index bca5b7fcd..000000000
--- a/domains/cisco.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "franpessoa",
- "email": "frandevacc@gmail.com"
- },
- "record": {
- "CNAME": "frandevacc.bearblog.dev"
- }
-}
diff --git a/domains/ckateptb.json b/domains/ckateptb.json
deleted file mode 100644
index b89817cd2..000000000
--- a/domains/ckateptb.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "CKATEPTb",
- "email": "taksis@ex.ua"
- },
-
- "record": {
- "A": ["65.108.238.23"]
- }
-}
diff --git a/domains/ckn.json b/domains/ckn.json
deleted file mode 100644
index b2f39c931..000000000
--- a/domains/ckn.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "ckn is a dev",
- "repo": "https://replit.com/@ch1ck3n/cknis-adev#main.py",
- "owner": {
- "username": "ch1ck3n-byte",
- "email": "chcknch1ck3n@gmail.com"
- },
- "record": {
- "CNAME": "6716ad2d-2adc-4475-a4bb-ea27259fe702.repl.co"
- }
-}
diff --git a/domains/clarex.json b/domains/clarex.json
new file mode 100644
index 000000000..48770ed20
--- /dev/null
+++ b/domains/clarex.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "clarexdev",
+ "email": "erenclarex@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/clicpow.json b/domains/clicpow.json
new file mode 100644
index 000000000..6b688af6d
--- /dev/null
+++ b/domains/clicpow.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ClicpoW",
+ "email": "clicpowytb@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/cljhs14.json b/domains/cljhs14.json
new file mode 100644
index 000000000..3a74e0577
--- /dev/null
+++ b/domains/cljhs14.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "yywbadm",
+ "email": "yyw.981031@gmail.com"
+ },
+ "record": {
+ "CNAME": "site.namedhosting.com"
+ }
+}
diff --git a/domains/cloneslist.aymo.json b/domains/cloneslist.aymo.json
new file mode 100644
index 000000000..19806f84c
--- /dev/null
+++ b/domains/cloneslist.aymo.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "NotAymo",
+ "email": "ninecraftoff@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/closure.json b/domains/closure.json
new file mode 100644
index 000000000..fcabf6663
--- /dev/null
+++ b/domains/closure.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ActivateClosur3",
+ "email": "activateclosureyt@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/cloud.dergraph.json b/domains/cloud.dergraph.json
deleted file mode 100644
index c302aa996..000000000
--- a/domains/cloud.dergraph.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "derGraph",
- "email": "dergraph@f5.si"
- },
- "record": {
- "A": ["83.215.31.101"]
- }
-}
diff --git a/domains/cloud.json b/domains/cloud.json
deleted file mode 100644
index d404db59d..000000000
--- a/domains/cloud.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "adarsh-goel",
- "email": "adarsh.goel05@gmail.com"
- },
- "record": {
- "CNAME": "91afb326-7cc2-4a86-bc00-49da7755a6b4.id.repl.co"
- }
-}
diff --git a/domains/clp.json b/domains/clp.json
new file mode 100644
index 000000000..1bac13a9b
--- /dev/null
+++ b/domains/clp.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "chethaslp",
+ "email": "lchethas@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/clyde.json b/domains/clyde.json
new file mode 100644
index 000000000..48f0fb8af
--- /dev/null
+++ b/domains/clyde.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "clydeofficial",
+ "email": "5675mustafa5675@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/clynt.json b/domains/clynt.json
deleted file mode 100644
index d6df741e9..000000000
--- a/domains/clynt.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "C-Cloud",
- "repo": "https://gitlab.com/Clynt707/SharX",
- "owner": {
- "username": "Clynt",
- "email": "clyntcollin@gmail.com"
- },
- "record": {
- "A": ["37.114.32.30"]
- }
-}
diff --git a/domains/code.creeper76.json b/domains/code.creeper76.json
new file mode 100644
index 000000000..df1e79986
--- /dev/null
+++ b/domains/code.creeper76.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Creeper76",
+ "email": "",
+ "discord": "777694273319469057"
+ },
+ "record": {
+ "CNAME": "proxy.private.danbot.host"
+ }
+}
diff --git a/domains/code.trung.json b/domains/code.trung.json
new file mode 100644
index 000000000..f7dd34ceb
--- /dev/null
+++ b/domains/code.trung.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "CNAME": "proxy.private.danbot.host"
+ }
+}
diff --git a/domains/coder100.json b/domains/coder100.json
deleted file mode 100644
index 9f3fe264b..000000000
--- a/domains/coder100.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "cursorweb",
- "email": "",
- "twitter": "Coder1002"
- },
- "description": "Personal Home Page and Blog",
- "record": {
- "CNAME": "coder100-blog-production.up.railway.app"
- }
-}
diff --git a/domains/codershayan.json b/domains/codershayan.json
new file mode 100644
index 000000000..765ebf55a
--- /dev/null
+++ b/domains/codershayan.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Lightshayan",
+ "email": "Shayan.y.malik@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/codewhiteweb.json b/domains/codewhiteweb.json
deleted file mode 100644
index a62c22131..000000000
--- a/domains/codewhiteweb.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "CodeWhiteWeb",
- "email": "web.codewhite@gmail.com",
- "twitter": "CodeWhiteWeb1",
- "instagram": "CodeWhiteWeb"
- },
- "record": {
- "URL": "https://codewhiteweb.cf"
- }
-}
diff --git a/domains/codingbobby.json b/domains/codingbobby.json
new file mode 100644
index 000000000..530835aab
--- /dev/null
+++ b/domains/codingbobby.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "CodingBobby",
+ "email": "codingbobby+github@posteo.org"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/codingkitten.json b/domains/codingkitten.json
new file mode 100644
index 000000000..d9135508f
--- /dev/null
+++ b/domains/codingkitten.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "CodingKiten",
+ "email": "124260@chrlyceumdelft.nl"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/coffee.json b/domains/coffee.json
deleted file mode 100644
index 27b349652..000000000
--- a/domains/coffee.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Link for Coffee's personal site",
- "owner": {
- "username": "C0ffeeCode",
- "email": "c0ffeecode@outlook.com"
- },
- "record": {
- "CNAME": "coffeeco.dev"
- }
-}
diff --git a/domains/colin.json b/domains/colin.json
new file mode 100644
index 000000000..28954c249
--- /dev/null
+++ b/domains/colin.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "ColinKarlsson",
+ "email": "karlssoncolin628@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/community.nziie.json b/domains/community.nziie.json
deleted file mode 100644
index ba5a5ea18..000000000
--- a/domains/community.nziie.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Nzii3",
- "email": "exeyst@gmail.com"
- },
- "record": {
- "CNAME": "edge.redirect.pizza"
- }
-}
diff --git a/domains/community.syntaxloopers.json b/domains/community.syntaxloopers.json
new file mode 100644
index 000000000..324dfe7e2
--- /dev/null
+++ b/domains/community.syntaxloopers.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/community2.syntaxloopers.json b/domains/community2.syntaxloopers.json
new file mode 100644
index 000000000..324dfe7e2
--- /dev/null
+++ b/domains/community2.syntaxloopers.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/computer.guy.json b/domains/computer.guy.json
new file mode 100644
index 000000000..916b691d9
--- /dev/null
+++ b/domains/computer.guy.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Ocean-OS",
+ "email": "andrewhnolt@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/computerguy.json b/domains/computerguy.json
new file mode 100644
index 000000000..916b691d9
--- /dev/null
+++ b/domains/computerguy.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Ocean-OS",
+ "email": "andrewhnolt@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/constvar.json b/domains/constvar.json
new file mode 100644
index 000000000..901d5d04d
--- /dev/null
+++ b/domains/constvar.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "IfVar",
+ "email": "LZT7@proton.me"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/contact.trung.json b/domains/contact.trung.json
new file mode 100644
index 000000000..c4e2100b6
--- /dev/null
+++ b/domains/contact.trung.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "CNAME": "contact-form-9c3.pages.dev"
+ }
+}
diff --git a/domains/convertlink.json b/domains/convertlink.json
new file mode 100644
index 000000000..53c4070c4
--- /dev/null
+++ b/domains/convertlink.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Luongzz",
+ "email": "buivanluong0204@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/coolbots.json b/domains/coolbots.json
deleted file mode 100644
index 6d1924bea..000000000
--- a/domains/coolbots.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "wansiie",
- "email": "Janeiscool4ever@web.de"
- },
- "record": {
- "CNAME": "89e1de78ff-hosting.gitbook.io"
- }
-}
diff --git a/domains/cooper.json b/domains/cooper.json
deleted file mode 100644
index 3d4e80518..000000000
--- a/domains/cooper.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Domain for my Portfolio Thing",
- "repo": "https://github.com/cooper25/portfolio2021",
- "owner": {
- "username": "cooper25",
- "email": "cooper@tsor.is"
- },
- "record": {
- "URL": "https://cppr.dev"
- }
-}
diff --git a/domains/cornix.json b/domains/cornix.json
deleted file mode 100644
index 5cb7e8df0..000000000
--- a/domains/cornix.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "cornix's website",
- "owner": {
- "username": "MysteryDev01",
- "email": "cornixytofficial@gmail.com"
- },
- "record": {
- "CNAME": "cornix32122.carrd.co"
- }
-}
diff --git a/domains/cosmic.json b/domains/cosmic.json
deleted file mode 100644
index 3a6f8d772..000000000
--- a/domains/cosmic.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Cosmic6811",
- "email": "jadenweong@gmail.com"
- },
- "record": {
- "CNAME": "20cd3f94-9e6c-425c-bb20-8a121e88cf78.repl.co"
- }
-}
diff --git a/domains/cosmos.json b/domains/cosmos.json
deleted file mode 100644
index a66f262cd..000000000
--- a/domains/cosmos.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "iscosmos",
- "email": "iscosmos@outlook.com"
- },
-
- "record": {
- "URL": "https://iscosmos.github.io"
- }
-}
diff --git a/domains/crackz.json b/domains/crackz.json
deleted file mode 100644
index 5e71ce0f5..000000000
--- a/domains/crackz.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Redirecting to my socials website.",
- "repo": "https://github.com/CRACKz-cyber",
- "owner": {
- "username": "CRACKz-cyber",
- "email": "thomasknekibus@gmail.com"
- },
- "record": {
- "URL": "http://lassewiedemann.de"
- }
-}
diff --git a/domains/craftyy.json b/domains/craftyy.json
new file mode 100644
index 000000000..2b7c8ac53
--- /dev/null
+++ b/domains/craftyy.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "LosCraftos",
+ "email": "tommomo3@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/crazymax.json b/domains/crazymax.json
index 0399d9cac..45d6d04ea 100644
--- a/domains/crazymax.json
+++ b/domains/crazymax.json
@@ -4,6 +4,6 @@
"email": "Crazy-Max-2011@yandex.ru"
},
"record": {
- "URL": "https://crazy-max-blog.github.io/test"
+ "CNAME": "crazy-max-blog.github.io"
}
}
diff --git a/domains/creeper76.json b/domains/creeper76.json
new file mode 100644
index 000000000..394bff3c4
--- /dev/null
+++ b/domains/creeper76.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "Creeper76",
+ "email": "",
+ "discord": "777694273319469057"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
diff --git a/domains/creepycraft.json b/domains/creepycraft.json
new file mode 100644
index 000000000..d748cffdc
--- /dev/null
+++ b/domains/creepycraft.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Nonamendev",
+ "email": "ndevnoname@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/crllect.json b/domains/crllect.json
new file mode 100644
index 000000000..16ed9414c
--- /dev/null
+++ b/domains/crllect.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "crllect",
+ "email": "crllect@proton.me"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/croissant.json b/domains/croissant.json
deleted file mode 100644
index 6faa7e728..000000000
--- a/domains/croissant.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "arhammusheer",
- "email": "arhammusheer@gmail.com"
- },
- "record": {
- "CNAME": "croissant.one"
- }
-}
diff --git a/domains/passgen.suki.json b/domains/csprance.json
similarity index 69%
rename from domains/passgen.suki.json
rename to domains/csprance.json
index 467f02d63..4fb6bddc6 100644
--- a/domains/passgen.suki.json
+++ b/domains/csprance.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "SukiPlayz",
- "email": "sukimayoo@outlook.com"
+ "username": "csprance",
+ "email": "chrissprance@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
diff --git a/domains/quotes.suki.json b/domains/ctk.json
similarity index 69%
rename from domains/quotes.suki.json
rename to domains/ctk.json
index 467f02d63..41f6de86c 100644
--- a/domains/quotes.suki.json
+++ b/domains/ctk.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "SukiPlayz",
- "email": "sukimayoo@outlook.com"
+ "username": "CihatKsm",
+ "email": "cihatksm@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
diff --git a/domains/cube.json b/domains/cube.json
deleted file mode 100644
index beccc2d7e..000000000
--- a/domains/cube.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "TheCubeDev69",
- "email": "thecubedev69@gmail.com"
- },
-
- "record": {
- "CNAME": "cname.short.io"
- }
-}
diff --git a/domains/curse.json b/domains/curse.json
new file mode 100644
index 000000000..d3d334dce
--- /dev/null
+++ b/domains/curse.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "cursefroge",
+ "email": "ike.welborn@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/cutedog5695.json b/domains/cutedog5695.json
new file mode 100644
index 000000000..04e39c760
--- /dev/null
+++ b/domains/cutedog5695.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "CuteDog5695",
+ "email": "cutedog5695@gmail.com",
+ "discord": "cutedog5695",
+ "twitter": "cutedog5695"
+ },
+ "record": {
+ "CNAME": "cutedog5695.pages.dev"
+ }
+}
diff --git a/domains/cutt37.json b/domains/cutt37.json
new file mode 100644
index 000000000..80a7e44fc
--- /dev/null
+++ b/domains/cutt37.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal website",
+ "repo": "https://github.com/37cut/37cut.github.io",
+ "owner": {
+ "username": "37cut",
+ "email": "cutt37@outlook.com"
+ },
+ "record": {
+ "CNAME": "37cut.github.io"
+ }
+}
diff --git a/domains/cv.json b/domains/cv.json
deleted file mode 100644
index 583ce9bc8..000000000
--- a/domains/cv.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "j0code",
- "discord": "j0code",
- "email": ""
- },
- "record": {
- "CNAME": "cohalejoja.selfhost.eu"
- }
-}
diff --git a/domains/cv.tomgxz.json b/domains/cv.tomgxz.json
new file mode 100644
index 000000000..e6da1dc78
--- /dev/null
+++ b/domains/cv.tomgxz.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "tomgxz",
+ "email": "tomgxz138@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/cyr.json b/domains/cyr.json
deleted file mode 100644
index a63186f42..000000000
--- a/domains/cyr.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "SoulUchiha",
- "email": "gameracsyt707@gmail.com",
- "discord": "978601368950542397"
- },
-
- "record": {
- "CNAME": "b20c0240-8196-4f97-9bfe-f31aa0ce5f8b.id.repl.co"
- }
-}
diff --git a/domains/cz.json b/domains/cz.json
deleted file mode 100644
index 235d26771..000000000
--- a/domains/cz.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "ac009527",
- "email": "18571853917@163.com"
- },
- "record": {
- "A": ["193.111.31.120"]
- }
-}
diff --git a/domains/d1snin.json b/domains/d1snin.json
deleted file mode 100644
index c46bb4587..000000000
--- a/domains/d1snin.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "d1snin's website",
- "repo": "https://github.com/d1snin/website",
- "owner": {
- "username": "d1snin",
- "email": "~@d1s.uno"
- },
- "record": {
- "CNAME": "35188086.website-8ek.pages.dev"
- }
-}
diff --git a/domains/d3admanbot.json b/domains/d3admanbot.json
deleted file mode 100644
index dab4851c6..000000000
--- a/domains/d3admanbot.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "D3ADVAU 's Telegram Bot | @D3ADMANBOT @D3ADVAU",
- "owner": {
- "username": "D3ADVAU",
- "email": "deadmanofficial247@gmail.com"
- },
- "record": {
- "CNAME": "c3a24528-96a8-4864-b694-033834a8736e.id.repl.co"
- }
-}
diff --git a/domains/gigwanoob.json b/domains/d3vboi.json
similarity index 68%
rename from domains/gigwanoob.json
rename to domains/d3vboi.json
index d668ca1f5..cbbec71a4 100644
--- a/domains/gigwanoob.json
+++ b/domains/d3vboi.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "gigwanoobstudios",
- "email": "tplink3116@gmail.com"
+ "username": "d3vboi",
+ "email": "d3vboi@proton.me"
},
"record": {
"A": ["217.174.245.249"],
diff --git a/domains/d4rabi.json b/domains/d4rabi.json
new file mode 100644
index 000000000..108e2d310
--- /dev/null
+++ b/domains/d4rabi.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "d4rabi",
+ "email": "fauzan.idalfithri@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/daflixy.json b/domains/daflixy.json
deleted file mode 100644
index ee7b65bbf..000000000
--- a/domains/daflixy.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "daflixy",
- "email": "andy.gilbert.uk99@gmail.com"
- },
-
- "record": {
- "CNAME": "f8a904d2-be6c-46a7-a0fa-3379937c6282.id.repl.co"
- }
-}
diff --git a/domains/dailycat.json b/domains/dailycat.json
new file mode 100644
index 000000000..e958fe686
--- /dev/null
+++ b/domains/dailycat.json
@@ -0,0 +1,12 @@
+{
+ "description": "dailycat.is-a.dev",
+ "repo": "https://github.com/dailycats/dailycats.github.io",
+ "owner": {
+ "username": "lrmn7",
+ "email": "lrmn.dev@gmail.com",
+ "discord": "romanromannya#0"
+ },
+ "record": {
+ "CNAME": "dailycats.github.io"
+ }
+}
diff --git a/domains/dailycats.json b/domains/dailycats.json
new file mode 100644
index 000000000..9cd922ee1
--- /dev/null
+++ b/domains/dailycats.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "lrmn7",
+ "email": "lrmn.dev@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/damned-support.json b/domains/damned-support.json
new file mode 100644
index 000000000..809dd2edc
--- /dev/null
+++ b/domains/damned-support.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "keshrlmfao",
+ "email": "kiwipointss555@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/daniel4-dev.json b/domains/daniel4-dev.json
deleted file mode 100644
index 3e96eabf6..000000000
--- a/domains/daniel4-dev.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Daniel's API",
- "owner": {
- "username": "daniel4-scratch",
- "email": "llama552621@gmail.com"
- },
- "record": {
- "CNAME": "623c3932-ce2c-4590-8f9a-660abb02d893.id.repl.co"
- }
-}
diff --git a/domains/danielclarke.json b/domains/danielclarke.json
deleted file mode 100644
index 5a02b320b..000000000
--- a/domains/danielclarke.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Daniel Clarke's website",
- "repo": "https://github.com/DanielWilliamClarke/Cujo",
- "owner": {
- "username": "DanielWilliamClarke",
- "email": "clarkit@gmail.com"
- },
- "record": {
- "URL": "https://danielclarke.tech"
- }
-}
diff --git a/domains/danilofuchs.json b/domains/danilofuchs.json
deleted file mode 100644
index e081cdc8f..000000000
--- a/domains/danilofuchs.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "danilofuchs",
- "email": "danilo_fuchs@hotmail.com"
- },
- "record": {
- "CNAME": "danilofuchs.github.io"
- }
-}
diff --git a/domains/darian.json b/domains/darian.json
new file mode 100644
index 000000000..db4c9a500
--- /dev/null
+++ b/domains/darian.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "justDarian",
+ "email": "Darian.mohaseb@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/dark-pizza.json b/domains/dark-pizza.json
new file mode 100644
index 000000000..2b9e44366
--- /dev/null
+++ b/domains/dark-pizza.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DarkPizza",
+ "email": "arturpizzagames@hotmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/darkpizza/darkpizza"
+ }
+}
diff --git a/domains/dark.json b/domains/dark.json
index 86fd9403d..8078d3770 100644
--- a/domains/dark.json
+++ b/domains/dark.json
@@ -2,8 +2,8 @@
"owner": {
"username": "BruhDark",
"email": "darkpxint@gmail.com"
- },
- "record": {
- "CNAME": "bruhdarkgithubio-production.up.railway.app"
- }
-}
+ },
+ "record": {
+ "CNAME": "website-93d6f.web.app"
+ }
+}
\ No newline at end of file
diff --git a/domains/darkdarcool.json b/domains/darkdarcool.json
new file mode 100644
index 000000000..62b407aee
--- /dev/null
+++ b/domains/darkdarcool.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "darkdarcool",
+ "email": "darkdarcool@gmail.com"
+ },
+ "record": {
+ "URL": "https://darkdarcool.me"
+ }
+}
diff --git a/domains/darsh.json b/domains/darsh.json
deleted file mode 100644
index db2c193c5..000000000
--- a/domains/darsh.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "DarshSood's personal website",
- "repo": "https://replit.com/@DarshS/introduction-page",
- "owner": {
- "username": "DarshSood",
- "email": "darshsood1@gmail.com"
- },
- "record": {
- "CNAME": "5dcb1e8b-787e-43ce-bd1d-217d51ab09e1.id.repl.co"
- }
-}
diff --git a/domains/dasdebanna.json b/domains/dasdebanna.json
new file mode 100644
index 000000000..919e09fc1
--- /dev/null
+++ b/domains/dasdebanna.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "dasdebanna",
+ "email": "dasdebanna8@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/dashboard.zeppelin.maskduck.json b/domains/dashboard.zeppelin.maskduck.json
deleted file mode 100644
index 145910c33..000000000
--- a/domains/dashboard.zeppelin.maskduck.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "description": "MaskDuck's personal website!",
- "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-dashboard.up.railway.app"
- }
-}
diff --git a/domains/dasshark.json b/domains/dasshark.json
index 805f30e7a..43482054e 100644
--- a/domains/dasshark.json
+++ b/domains/dasshark.json
@@ -1,10 +1,11 @@
{
"owner": {
"username": "DasSharkk",
- "email": "affenheld@gmx.de"
+ "email": "dassharkk@proton.me"
},
-
"record": {
- "URL": "https://dasshark.me"
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
diff --git a/domains/dave.json b/domains/dave.json
new file mode 100644
index 000000000..a11efd044
--- /dev/null
+++ b/domains/dave.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ceodavee",
+ "email": "ceodavee@icloud.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/dave9123.json b/domains/dave9123.json
new file mode 100644
index 000000000..827f9f6dd
--- /dev/null
+++ b/domains/dave9123.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "dave9123",
+ "email": "dave.turmawan@outlook.com"
+ },
+ "record": {
+ "CNAME": "dave9123.github.io"
+ }
+}
diff --git a/domains/david.json b/domains/david.json
deleted file mode 100644
index 41ee262fe..000000000
--- a/domains/david.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Student and developer in the United Kingdom.",
- "repo": "https://github.com/davidjcralph",
- "record": {
- "URL": "https://davidjcralph.co.uk"
- },
- "owner": {
- "username": "davidjcralph",
- "email": "me@davidjcralph.co.uk"
- }
-}
diff --git a/domains/davidadrian8a.json b/domains/davidadrian8a.json
new file mode 100644
index 000000000..4e9a07d67
--- /dev/null
+++ b/domains/davidadrian8a.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DavidAdrian8ag",
+ "email": "krezitech@hotmail.com"
+ },
+ "record": {
+ "URL": "https://davidadrian8ag.netlify.app/"
+ }
+}
diff --git a/domains/davidheredia.json b/domains/davidheredia.json
new file mode 100644
index 000000000..470bd6929
--- /dev/null
+++ b/domains/davidheredia.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portofolio PWA",
+ "repo": "https://github.com/dherediat97/Portfolio",
+ "owner": {
+ "username": "dherediat97",
+ "email": "dherediat97@gmail.com"
+ },
+ "record": {
+ "URL": "https://dherediat97.github.io/Portfolio"
+ }
+}
diff --git a/domains/dax.json b/domains/dax.json
new file mode 100644
index 000000000..4ba989fb8
--- /dev/null
+++ b/domains/dax.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "dandepan303",
+ "email": "dandepan303@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/daxnime.json b/domains/daxnime.json
deleted file mode 100644
index 30855d604..000000000
--- a/domains/daxnime.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Covarun",
- "email": "covs538@gmail.com"
- },
-
- "record": {
- "CNAME": "95e56ee3-15f3-468a-9715-14e3d4879a09.id.repl.co"
- }
-}
diff --git a/domains/daysling.json b/domains/daysling.json
deleted file mode 100644
index c5a63db3c..000000000
--- a/domains/daysling.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "NightSling",
- "email": "pangenisushant20@gmail.com"
- },
-
- "record": {
- "CNAME": "daysling.xyz"
- }
-}
diff --git a/domains/db.json b/domains/db.json
deleted file mode 100644
index 32ea3219f..000000000
--- a/domains/db.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "a website for my project datahook",
- "repo": "https://github.com/leecheeyong/leecheeyong",
- "owner": {
- "username": "leecheeyong",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "933632ef-b3af-45a9-8a6c-afe49a9b5625.id.repl.co"
- }
-}
diff --git a/domains/dbh.tolis.json b/domains/dbh.tolis.json
deleted file mode 100644
index 7707e7cb8..000000000
--- a/domains/dbh.tolis.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "tolisdev",
- "email": "a.katsoudas@yahoo.com"
- },
-
- "record": {
- "A": ["167.235.239.76"]
- }
-}
diff --git a/domains/dc.whine.json b/domains/dc.whine.json
deleted file mode 100644
index ef76d8760..000000000
--- a/domains/dc.whine.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "whi_ne's discord",
- "owner": {
- "username": "whinee",
- "email": "",
- "twitter": "whi_nyaan"
- },
- "record": {
- "CNAME": "a.redirect.pizza"
- }
-}
diff --git a/domains/dea.json b/domains/dea.json
new file mode 100644
index 000000000..36357bce0
--- /dev/null
+++ b/domains/dea.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "devembrace",
+ "email": "rollxhowns@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/deadcode.json b/domains/deadcode.json
new file mode 100644
index 000000000..c783a3e09
--- /dev/null
+++ b/domains/deadcode.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "RichardKanshen",
+ "email": "richard@kanshen.click"
+ },
+ "record": {
+ "CNAME": "deadcodegames.github.io"
+ }
+}
diff --git a/domains/dean.json b/domains/dean.json
new file mode 100644
index 000000000..a2888fa3c
--- /dev/null
+++ b/domains/dean.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "dandepan303",
+ "email": "dandepan303@gmail.com"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
+}
diff --git a/domains/debajyoti.json b/domains/debajyoti.json
deleted file mode 100644
index 4441c2b83..000000000
--- a/domains/debajyoti.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Debajyoti1",
- "email": "debajyotidutta.50@gmail.com"
- },
-
- "record": {
- "CNAME": "debajyoti.cf"
- }
-}
diff --git a/domains/declan.json b/domains/declan.json
new file mode 100644
index 000000000..5886c6562
--- /dev/null
+++ b/domains/declan.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ItsFranklinMyDudes",
+ "email": "franklindudes21@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/deecoyz.json b/domains/deecoyz.json
new file mode 100644
index 000000000..fcf903442
--- /dev/null
+++ b/domains/deecoyz.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "deecoyz",
+ "email": "swr86.a8z72.a38o4.qm65c.lt0bz@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/deepesh.json b/domains/deepesh.json
new file mode 100644
index 000000000..9c5b61bd1
--- /dev/null
+++ b/domains/deepesh.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "CycloneAddons",
+ "email": "cycloneaddon@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/defalco64.json b/domains/defalco64.json
new file mode 100644
index 000000000..68f8e3a8f
--- /dev/null
+++ b/domains/defalco64.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "aadarshKsingh",
+ "email": "aadarshkumarsingh198@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/deko.json b/domains/deko.json
new file mode 100644
index 000000000..f49d98ccb
--- /dev/null
+++ b/domains/deko.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ukrioo",
+ "email": "u8k50850@gmail.com"
+ },
+ "record": {
+ "URL": "https://ukrioo.github.io"
+ }
+}
diff --git a/domains/demongamez.json b/domains/demongamez.json
deleted file mode 100644
index 8bab6eb0f..000000000
--- a/domains/demongamez.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "ShadowPlayzYT22",
- "email": "peterwyneg@gmail.com",
- "discord": "1038747272701292584"
- },
-
- "record": {
- "CNAME": "1330d861-7ea5-40e4-aeec-98267aebec75.id.repl.co"
- }
-}
diff --git a/domains/demonium.json b/domains/demonium.json
deleted file mode 100644
index 9bb034593..000000000
--- a/domains/demonium.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Demonium's is-a.dev domain",
- "repo": "https://github.com/thedemonium/demonium.github.io",
- "owner": {
- "username": "thedemonium",
- "email": "tbapbing@gmail.com"
- },
- "record": {
- "CNAME": "komposerv.ru"
- }
-}
diff --git a/domains/demonplayz.json b/domains/demonplayz.json
deleted file mode 100644
index 8bab6eb0f..000000000
--- a/domains/demonplayz.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "ShadowPlayzYT22",
- "email": "peterwyneg@gmail.com",
- "discord": "1038747272701292584"
- },
-
- "record": {
- "CNAME": "1330d861-7ea5-40e4-aeec-98267aebec75.id.repl.co"
- }
-}
diff --git a/domains/denboy0123.json b/domains/denboy0123.json
new file mode 100644
index 000000000..d3ee7418e
--- /dev/null
+++ b/domains/denboy0123.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "denboy0123",
+ "email": "pochtaproverka01@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/denismnoger.json b/domains/denismnoger.json
new file mode 100644
index 000000000..2e9b98169
--- /dev/null
+++ b/domains/denismnoger.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "arabtalent",
+ "email": "lolhdselect@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/denizak.json b/domains/denizak.json
new file mode 100644
index 000000000..7e05332b5
--- /dev/null
+++ b/domains/denizak.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "denizak",
+ "email": "denizakya@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/denizbee.json b/domains/denizbee.json
new file mode 100644
index 000000000..5d38e857e
--- /dev/null
+++ b/domains/denizbee.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "denizbee",
+ "email": "denizbayramoglu@proton.me"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/dennystc.json b/domains/dennystc.json
deleted file mode 100644
index 09e305384..000000000
--- a/domains/dennystc.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "dtcabrerizo",
- "email": "cabrerizo@gmail.com"
- },
- "record": {
- "CNAME": "ecodoc.com.br"
- }
-}
diff --git a/domains/dergraph.json b/domains/dergraph.json
deleted file mode 100644
index 7aefc4bf1..000000000
--- a/domains/dergraph.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "derGraph",
- "email": "dergraph@f5.si"
- },
- "record": {
- "URL": "https://github.com/derGraph"
- }
-}
diff --git a/domains/destcom.json b/domains/destcom.json
deleted file mode 100644
index ad01682a2..000000000
--- a/domains/destcom.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "destroycom",
- "email": "",
- "twitter": "ADSantoine"
- },
- "description": "DestCom Portfolio",
- "repo": "https://github.com/DestroyCom",
- "record": {
- "A": ["193.123.34.154"]
- }
-}
diff --git a/domains/dev-420.json b/domains/dev-420.json
deleted file mode 100644
index 8c029e4b8..000000000
--- a/domains/dev-420.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Just a website for me",
- "repo": "https://github.com/Dev-420/dev-420.github.io",
- "owner": {
- "username": "Dev-420",
- "email": "imakbss@gmail.com",
- "discord":"hot_dev"
- },
- "record": {
- "CNAME": "dev-420.github.io"
- }
-}
diff --git a/domains/dev-dco.json b/domains/dev-dco.json
new file mode 100644
index 000000000..1733f6ad4
--- /dev/null
+++ b/domains/dev-dco.json
@@ -0,0 +1,11 @@
+{
+ "description": "/dev/ co-op website.",
+ "repo": "https://dev-dco.github.io",
+ "owner": {
+ "username": "dev-dco",
+ "email": "dev-coop@murena.io"
+ },
+ "record": {
+ "CNAME": "dev-dco.github.io"
+ }
+}
diff --git a/domains/devabh.json b/domains/devabh.json
deleted file mode 100644
index f99d13e79..000000000
--- a/domains/devabh.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Devabh116",
- "email": "chandradevabh@gmail.com"
- },
-
- "record": {
- "A": ["192.95.42.75"]
- }
-}
diff --git a/domains/devchaudhary.json b/domains/devchaudhary.json
new file mode 100644
index 000000000..d366b0ae4
--- /dev/null
+++ b/domains/devchaudhary.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "tushar202108",
+ "email": "chaudhrytusar2000@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/devel.json b/domains/devel.json
index a099cacac..a0870ea7f 100644
--- a/domains/devel.json
+++ b/domains/devel.json
@@ -4,6 +4,8 @@
"email": "eatr577@gmail.com"
},
"record": {
- "MX": ["mx1.improvmx.com"]
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
diff --git a/domains/devgd.json b/domains/devgd.json
new file mode 100644
index 000000000..0e409ca14
--- /dev/null
+++ b/domains/devgd.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Dev8H24",
+ "email": "devsteamgaming91@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/devhavok.json b/domains/devhavok.json
new file mode 100644
index 000000000..3bcaec0d9
--- /dev/null
+++ b/domains/devhavok.json
@@ -0,0 +1,11 @@
+{
+ "description": "My Personal Blog",
+ "repo": "https://github.com/DevHavok/devhavok.github.io",
+ "owner": {
+ "username": "Shaunfurtado",
+ "email": "shaunf1801@gmail.com"
+ },
+ "record": {
+ "CNAME": "devhavok.github.io"
+ }
+}
diff --git a/domains/devilplayz.json b/domains/devilplayz.json
deleted file mode 100644
index 3dcc886a0..000000000
--- a/domains/devilplayz.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "ShadowPlayzYT22",
- "email": "peterwyneg@gmail.com"
- },
- "record": {
- "CNAME": "1330d861-7ea5-40e4-aeec-98267aebec75.id.repl.co"
- }
-}
diff --git a/domains/devin.json b/domains/devin.json
deleted file mode 100644
index f3675dc78..000000000
--- a/domains/devin.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "athuldevin",
- "email": "athuldevin@gmail.com"
- },
- "record": {
- "A": ["140.238.255.16"]
- }
-}
diff --git a/domains/devmail.json b/domains/devmail.json
new file mode 100644
index 000000000..035eb634b
--- /dev/null
+++ b/domains/devmail.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "is-a-dev",
+ "email": "is-a-dev@win11react.com",
+ "discord": "1094272477137481810"
+ },
+
+ "record": {
+ "A": ["217.174.245.249"]
+ }
+ }
+
diff --git a/domains/devmirza.json b/domains/devmirza.json
new file mode 100644
index 000000000..cd3a0f436
--- /dev/null
+++ b/domains/devmirza.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Zaid-maker",
+ "email": "pzhafeez@gmail.com"
+ },
+ "record": {
+ "CNAME": "zaid-maker.github.io"
+ }
+}
diff --git a/domains/devon.json b/domains/devon.json
index c2987a6eb..a59c1ce0f 100644
--- a/domains/devon.json
+++ b/domains/devon.json
@@ -3,7 +3,7 @@
"repo": "https://github.com/D-Pow/d-pow.github.io",
"owner": {
"username": "D-Pow",
- "email": "dpow9373@gmail.com"
+ "email": "D-Pow@users.noreply.github.com"
},
"record": {
"CNAME": "d-pow.github.io"
diff --git a/domains/devpanther.json b/domains/devpanther.json
new file mode 100644
index 000000000..cd4fcebb4
--- /dev/null
+++ b/domains/devpanther.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "2618Zahid",
+ "email": "zahidhassankalaroa104@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/devrealm.json b/domains/devrealm.json
deleted file mode 100644
index c54cec701..000000000
--- a/domains/devrealm.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "devRealm website",
- "repo": "https://github.com/devrealm",
- "owner": {
- "username": "gvagenas",
- "email": "",
- "twitter": "devrealmorg"
- },
- "record": {
- "CNAME": "devrealm.org"
- }
-}
diff --git a/domains/devs.json b/domains/devs.json
new file mode 100644
index 000000000..c55b7045c
--- /dev/null
+++ b/domains/devs.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "GodfatherX64",
+ "email": "godfather.x64@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/dew.json b/domains/dew.json
new file mode 100644
index 000000000..0768b84d7
--- /dev/null
+++ b/domains/dew.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "dew-mortal",
+ "email": "dewmortal.cod@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/dex.json b/domains/dex.json
deleted file mode 100644
index 76eaff020..000000000
--- a/domains/dex.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Portfolio",
- "repo": "https://github.com/thegeekdex",
- "owner": {
- "username": "thegeekdex",
- "email": "",
- "discord": "Dexter#6993"
- },
- "record": {
- "A": ["43.205.87.144"]
- }
-}
diff --git a/domains/dexar.json b/domains/dexar.json
new file mode 100644
index 000000000..91de7d465
--- /dev/null
+++ b/domains/dexar.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "dexaroffical",
+ "email": "5675mustafa5675@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/dhaloi.json b/domains/dhaloi.json
new file mode 100644
index 000000000..5a961ca8a
--- /dev/null
+++ b/domains/dhaloi.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Dhaloi",
+ "email": "enis.salin@yaani.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/dhruva.json b/domains/dhruva.json
deleted file mode 100644
index 5048c2e82..000000000
--- a/domains/dhruva.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "personal site",
- "repo": "https://github.com/carrotfarmer/portfolio-1",
- "owner": {
- "username": "carrotfarmer",
- "email": "dhruvas17068@gmail.com"
- },
- "record": {
- "URL": "https://dhruvas.vercel.app"
- }
-}
diff --git a/domains/diamondbroplayz.json b/domains/diamondbroplayz.json
new file mode 100644
index 000000000..d280d0090
--- /dev/null
+++ b/domains/diamondbroplayz.json
@@ -0,0 +1,13 @@
+{
+ "description": "My coding blog",
+ "repo": "https://github.com/wavysblog/wavysblog.github.io",
+ "owner": {
+ "username": "DiamondBroPlayz",
+ "email": "diamondbroplayz@proton.me",
+ "twitter": "logout",
+ "discord": "4lett"
+ },
+ "record": {
+ "CNAME": "wavysblog.github.io"
+ }
+}
diff --git a/domains/dib.json b/domains/dib.json
deleted file mode 100644
index d3f7d039a..000000000
--- a/domains/dib.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "URL Shortener for sites.",
- "owner": {
- "username": "DEV-DIBSTER",
- "email": "dibster@danbot.host",
- "twitter": "DEV_DIBSTER"
- },
- "record": {
- "CNAME": "proxy.dib.localplayer.dev"
- }
-}
diff --git a/domains/didier.json b/domains/didier.json
deleted file mode 100644
index bebb0aa33..000000000
--- a/domains/didier.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "repo": "https://github.com/didiermunezero/didierm",
- "owner": {
- "username": "didiermunezero",
- "email": "didiermunezer38@gmail.com"
- },
- "record": {
- "URL": "https://munezero.me"
- }
-}
diff --git a/domains/didotb.json b/domains/didotb.json
new file mode 100644
index 000000000..b98e6fec5
--- /dev/null
+++ b/domains/didotb.json
@@ -0,0 +1,12 @@
+{
+ "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/diedyesterday.json b/domains/diedyesterday.json
new file mode 100644
index 000000000..c6df5ca85
--- /dev/null
+++ b/domains/diedyesterday.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "diedyesterdaywashere",
+ "email": "diedyesterdaywashere@gmail.com"
+ },
+ "record": {
+ "CNAME": "diedeyestedaywashere.github.io"
+ }
+}
diff --git a/domains/diego.json b/domains/diego.json
new file mode 100644
index 000000000..e3b4c353a
--- /dev/null
+++ b/domains/diego.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "diegohh0411",
+ "email": "diegohh0411@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/dillonb07.json b/domains/dillonb07.json
deleted file mode 100644
index 2bc5e1810..000000000
--- a/domains/dillonb07.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Portfolio of projects for DillonB07",
- "repo": "https://replit.com/@DillonB07/Portfolio",
- "owner": {
- "username": "DillonB07",
- "email": "dillonb07dev@gmail.com"
- },
- "record": {
- "CNAME": "c935404b-ab88-41be-9736-1c910b14a5ba.id.repl.co"
- }
-}
diff --git a/domains/dima.json b/domains/dima.json
new file mode 100644
index 000000000..fb1875ee5
--- /dev/null
+++ b/domains/dima.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "dimashahbari",
+ "email": "dimashahbari@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/dimi.json b/domains/dimi.json
new file mode 100644
index 000000000..7a640e04a
--- /dev/null
+++ b/domains/dimi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "dklesev",
+ "email": "dimitrij.klesev@gmail.com"
+ },
+ "record": {
+ "CNAME": "audk.at"
+ }
+}
diff --git a/domains/dincertekin.json b/domains/dincertekin.json
new file mode 100644
index 000000000..42601565e
--- /dev/null
+++ b/domains/dincertekin.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "dincertekin",
+ "email": "dincertekin@protonmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/dinhq.json b/domains/dinhq.json
new file mode 100644
index 000000000..83db2cc7a
--- /dev/null
+++ b/domains/dinhq.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "dinhqvn99",
+ "email": "trinhdinhquy@iesschool.edu.vn"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/dino.json b/domains/dino.json
deleted file mode 100644
index c802c9924..000000000
--- a/domains/dino.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Vitor Dino is a front-end developer and ui designer",
- "repo": "https://github.com/vitordino",
- "owner": {
- "username": "vitordino",
- "email": "me@vitordino.com"
- },
- "record": {
- "CNAME": "vitordino.com"
- }
-}
diff --git a/domains/dinothedev.json b/domains/dinothedev.json
deleted file mode 100644
index bc9e2a255..000000000
--- a/domains/dinothedev.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Subdomain for DinoTheDev",
- "repo": "https://github.com/DinoTheDevOfficial",
- "owner": {
- "username": "DinoTheDevOfficial",
- "email": "dinothedevofficial@gmail.com"
- },
- "record": {
- "CNAME": "dinothedev.repl.co"
- }
-}
diff --git a/domains/discord-corp.json b/domains/discord-corp.json
new file mode 100644
index 000000000..45c849919
--- /dev/null
+++ b/domains/discord-corp.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "JZ1324",
+ "email": "zheng.joshua2@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/discord.amulyasingh.json b/domains/discord.amulyasingh.json
new file mode 100644
index 000000000..e62d1dd63
--- /dev/null
+++ b/domains/discord.amulyasingh.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "AMULYASing",
+ "email": "amulyasingh370@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/arab.json b/domains/discord.deadcode.json
similarity index 50%
rename from domains/arab.json
rename to domains/discord.deadcode.json
index f29492c4d..f05436350 100644
--- a/domains/arab.json
+++ b/domains/discord.deadcode.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "IMudee",
- "email": "NotMudee@proton.me"
+ "username": "RichardKanshen",
+ "email": "richard@kanshen.click"
},
"record": {
"CNAME": "hosts.is-a.dev"
diff --git a/domains/discord.maskduck.json b/domains/discord.maskduck.json
deleted file mode 100644
index 91f9fbe28..000000000
--- a/domains/discord.maskduck.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My discord server",
- "owner": {
- "email": "",
- "username": "MaskDuck",
- "reddit": "u/maskduck"
- },
- "record": {
- "URL": "https://discord.gg/weMcPBJV77"
- }
-}
diff --git a/domains/discordbots.semant.json b/domains/discordbots.semant.json
deleted file mode 100644
index 4400e91e0..000000000
--- a/domains/discordbots.semant.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Discord bot dashboard",
- "owner": {
- "username": "s3mant",
- "email": "contact@semant.is-a.dev"
- },
- "record": {
- "CNAME": "b0f6dfb1-f219-4a6b-8505-eccaa29200ea.id.repl.co"
- }
-}
diff --git a/domains/divine.json b/domains/divine.json
new file mode 100644
index 000000000..50d7c0839
--- /dev/null
+++ b/domains/divine.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "divinewrites",
+ "email": "adivinecit21@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/divyadesh.json b/domains/divyadesh.json
new file mode 100644
index 000000000..763f09c05
--- /dev/null
+++ b/domains/divyadesh.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "divyadesh",
+ "email": "adeshsati24@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/divyansh.json b/domains/divyansh.json
new file mode 100644
index 000000000..7e6c2968b
--- /dev/null
+++ b/domains/divyansh.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "divyanshxd",
+ "email": "divyanshv91@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/diyar.json b/domains/diyar.json
new file mode 100644
index 000000000..20fb59bab
--- /dev/null
+++ b/domains/diyar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DiyarBakir",
+ "email": "Diyar.Bakir@Hotmail.com"
+ },
+ "record": {
+ "URL": "https://diyar.io"
+ }
+}
diff --git a/domains/dnoxl.json b/domains/dnoxl.json
new file mode 100644
index 000000000..2872231e4
--- /dev/null
+++ b/domains/dnoxl.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Dnoxl",
+ "email": "ifbimgamer@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/do-gia-huy.json b/domains/do-gia-huy.json
new file mode 100644
index 000000000..35726dd75
--- /dev/null
+++ b/domains/do-gia-huy.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "dohuygia",
+ "email": "quyendongho238@Gmail.com"
+ },
+ "record": {
+ "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "TXT": ["forward-email=quyendongho238@gmail.com"]
+ }
+}
diff --git a/domains/doc.dergraph.json b/domains/doc.dergraph.json
deleted file mode 100644
index c302aa996..000000000
--- a/domains/doc.dergraph.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "derGraph",
- "email": "dergraph@f5.si"
- },
- "record": {
- "A": ["83.215.31.101"]
- }
-}
diff --git a/domains/docs.stefdp.json b/domains/docs.stefdp.json
new file mode 100644
index 000000000..d024e4e66
--- /dev/null
+++ b/domains/docs.stefdp.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "CNAME": "c2d298f98c-hosting.gitbook.io"
+ }
+}
diff --git a/domains/dodinhphuc.json b/domains/dodinhphuc.json
new file mode 100644
index 000000000..50d7d71a5
--- /dev/null
+++ b/domains/dodinhphuc.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "DoDinhPhuc1111",
+ "email": "prepegasus1111@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/dodo1213.json b/domains/dodo1213.json
deleted file mode 100644
index d42596d43..000000000
--- a/domains/dodo1213.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Dodo1213",
- "email": "dodogut602@gmail.com"
- },
- "record": {
- "CNAME": "dodo1213.de"
- }
-}
diff --git a/domains/doge-v4-proxy.json b/domains/doge-v4-proxy.json
new file mode 100644
index 000000000..91118dda8
--- /dev/null
+++ b/domains/doge-v4-proxy.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Zumwaltboi68",
+ "email": "alexander662022@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/dogeleader.json b/domains/dogeleader.json
new file mode 100644
index 000000000..56c2cd6c5
--- /dev/null
+++ b/domains/dogeleader.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Zumwaltboi68",
+ "email": "alexander662022@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/dogenetwork.json b/domains/dogenetwork.json
new file mode 100644
index 000000000..56c2cd6c5
--- /dev/null
+++ b/domains/dogenetwork.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Zumwaltboi68",
+ "email": "alexander662022@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/dom.json b/domains/dom.json
deleted file mode 100644
index be979be41..000000000
--- a/domains/dom.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "DominicFilice",
- "email": "dominic@filiceenterprises.com"
- },
- "record": {
- "URL": "https://dsc.gg/minecraftanarchy"
- }
-}
diff --git a/domains/domathdotid.json b/domains/domathdotid.json
index dc6d6283d..84c551334 100644
--- a/domains/domathdotid.json
+++ b/domains/domathdotid.json
@@ -1,10 +1,11 @@
{
"owner": {
"username": "DomathID",
- "email": "domath69@gmail.com"
+ "email": "admin@yukinoshita.web.id"
},
-
"record": {
- "CNAME": "domathid.github.io"
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
-}
+}
\ No newline at end of file
diff --git a/domains/domin.json b/domains/domin.json
deleted file mode 100644
index 97bcca545..000000000
--- a/domains/domin.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Subdomain of is-a.dev for my profile card. I use DBH as hosting if it is necessary to let you know<3",
- "owner": {
- "username": "Domin-MND",
- "email": "dominproject@gmail.com"
- },
- "record": {
- "A": ["164.132.74.251"]
- }
-}
diff --git a/domains/dominik.json b/domains/dominik.json
new file mode 100644
index 000000000..f76e83c5e
--- /dev/null
+++ b/domains/dominik.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "mezotv",
+ "email": "dominik@koch-bautechnik.de"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/donkaos.json b/domains/donkaos.json
index 1c55cbd59..498e90b1c 100644
--- a/domains/donkaos.json
+++ b/domains/donkaos.json
@@ -6,6 +6,6 @@
"email": "donkaos501@outlook.com"
},
"record": {
- "CNAME": "is-a.dev.donkaos.de"
+ "URL": "https://donkaos.de/"
}
}
diff --git a/domains/dot.json b/domains/dot.json
new file mode 100644
index 000000000..8ca6450dd
--- /dev/null
+++ b/domains/dot.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Dott-rus",
+ "email": "antonamelin8@gmail.com",
+ "discord": "578276833624195125"
+ },
+
+ "record": {
+ "CNAME": "dott-rus.github.io"
+ }
+}
diff --git a/domains/dott.json b/domains/dott.json
new file mode 100644
index 000000000..06fae4fa7
--- /dev/null
+++ b/domains/dott.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Dott-rus",
+ "email": "antonamelin8@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/downgit.json b/domains/downgit.json
new file mode 100644
index 000000000..bb6f0264a
--- /dev/null
+++ b/domains/downgit.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "InvalidNoah",
+ "discord": "invalidnoah#0",
+ "email": "zjustmarcel@gmail.com"
+ },
+ "record": {
+ "CNAME": "invalidnoah.github.io"
+ }
+}
diff --git a/domains/doxr.json b/domains/doxr.json
deleted file mode 100644
index dcfc4b942..000000000
--- a/domains/doxr.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "DoxrGitHub",
- "email": "redforcearmy@outlook.com"
- },
- "description": "Official @doxr page",
- "record": {
- "CNAME": "86670803-c2d9-41d8-a4a5-64ccc0a8f39f.id.repl.co"
- }
-}
diff --git a/domains/dragon.json b/domains/dragon.json
deleted file mode 100644
index 2c24fc84c..000000000
--- a/domains/dragon.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "A custom portfolio website for me",
- "repo": "https://replit.com/@DragonRoyale/personalA",
- "owner": {
- "username": "DragonRoyal",
- "email": "aarav.singhania50@gmail.com"
- },
- "record": {
- "CNAME": "c7054742-05bd-453b-b5fd-d3ed47ee0215.id.repl.co"
- }
-}
diff --git a/domains/drastic.json b/domains/drastic.json
new file mode 100644
index 000000000..19d5b1642
--- /dev/null
+++ b/domains/drastic.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "drasticroy",
+ "email": "victiousroy@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/drasticroy.json b/domains/drasticroy.json
new file mode 100644
index 000000000..19d5b1642
--- /dev/null
+++ b/domains/drasticroy.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "drasticroy",
+ "email": "victiousroy@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/drenxhyliqi.json b/domains/drenxhyliqi.json
new file mode 100644
index 000000000..cf1076cd1
--- /dev/null
+++ b/domains/drenxhyliqi.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "drenxhyliqi",
+ "email": "drenxhyliqi3@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/drively.json b/domains/drively.json
new file mode 100644
index 000000000..cbb98ae6c
--- /dev/null
+++ b/domains/drively.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Gawnul",
+ "email": "rootnull@outlook.es"
+ },
+ "record": {
+ "URL": "https://bento.me/drively"
+ }
+}
diff --git a/domains/drk-bot.json b/domains/drk-bot.json
new file mode 100644
index 000000000..8a36390ab
--- /dev/null
+++ b/domains/drk-bot.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "dylan1522",
+ "email": "wpmar027092@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/drmzahid.json b/domains/drmzahid.json
new file mode 100644
index 000000000..cd4fcebb4
--- /dev/null
+++ b/domains/drmzahid.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "2618Zahid",
+ "email": "zahidhassankalaroa104@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/drtherapy.json b/domains/drtherapy.json
deleted file mode 100644
index a589a2654..000000000
--- a/domains/drtherapy.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "drtherapy2023",
- "email": "sitehesap@proton.me"
- },
- "record": {
- "CNAME": "drtherapy2023.github.io"
- }
-}
diff --git a/domains/drv.su.json b/domains/drv.su.json
new file mode 100644
index 000000000..9cf9bc7dd
--- /dev/null
+++ b/domains/drv.su.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "dizzy123323",
+ "email": "dhruvksuru@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/drv123323.json b/domains/drv123323.json
new file mode 100644
index 000000000..c90e8ec9f
--- /dev/null
+++ b/domains/drv123323.json
@@ -0,0 +1,11 @@
+{
+ "description": "My personal developer portfolio.",
+ "repo": "https://github.com/dizzy123323/dizzy123323.github.io",
+ "owner": {
+ "username": "dizzy123323",
+ "email": "Dhruvksuru@gmail.com"
+ },
+ "record": {
+ "CNAME": "dizzy123323.github.io"
+ }
+}
diff --git a/domains/dsgaasdgsdag.json b/domains/dsgaasdgsdag.json
new file mode 100644
index 000000000..809dd2edc
--- /dev/null
+++ b/domains/dsgaasdgsdag.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "keshrlmfao",
+ "email": "kiwipointss555@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/dsgamer.json b/domains/dsgamer.json
new file mode 100644
index 000000000..66f4945ff
--- /dev/null
+++ b/domains/dsgamer.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "DhruvGamingzsoft",
+ "email": "dgashost@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/dulackmugi.json b/domains/dulackmugi.json
new file mode 100644
index 000000000..45f59e8e8
--- /dev/null
+++ b/domains/dulackmugi.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "dulackmwas",
+ "email": "dulackmugi@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/durlavkalita.json b/domains/durlavkalita.json
new file mode 100644
index 000000000..e88d69b50
--- /dev/null
+++ b/domains/durlavkalita.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio/blog of Durlav Kalita",
+ "repo": "https://github.com/durlavkalita/durlavkalita.github.io",
+ "owner": {
+ "username": "durlavkalita",
+ "email": "durlavk98@gmail.com"
+ },
+ "record": {
+ "CNAME": "durlavkalita.github.io"
+ }
+}
diff --git a/domains/duyeric.json b/domains/duyeric.json
deleted file mode 100644
index 998d83e96..000000000
--- a/domains/duyeric.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "duyeric",
- "email": "duyericmmo@gmail.com"
- },
- "record": {
- "A": ["172.245.139.131"]
- }
-}
diff --git a/domains/duynguyen.json b/domains/duynguyen.json
deleted file mode 100644
index 998d83e96..000000000
--- a/domains/duynguyen.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "duyeric",
- "email": "duyericmmo@gmail.com"
- },
- "record": {
- "A": ["172.245.139.131"]
- }
-}
diff --git a/domains/dwk.json b/domains/dwk.json
new file mode 100644
index 000000000..01be5e070
--- /dev/null
+++ b/domains/dwk.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Brickmasterr",
+ "email": "dwiki200304@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/dxomg.json b/domains/dxomg.json
new file mode 100644
index 000000000..49197b78d
--- /dev/null
+++ b/domains/dxomg.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "dxomg",
+ "email": "dxomgmyfriend@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/dylan.json b/domains/dylan.json
deleted file mode 100644
index 8b6c12ab9..000000000
--- a/domains/dylan.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "This will soon be a dev portfolio for myself :)",
- "repo": "https://github.com/dylanjamesdev",
- "owner": {
- "username": "dylanjamesdev",
- "email": "dylan@tritan.gg"
- },
- "record": {
- "A": ["209.216.85.142"]
- }
-}
diff --git a/domains/dylank.json b/domains/dylank.json
deleted file mode 100644
index 1b7be3852..000000000
--- a/domains/dylank.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "DylanK46",
- "email": "kainth.dylan@gmail.com"
- },
- "record": {
- "A": ["90.217.214.245"]
- }
-}
diff --git a/domains/dynamic-homepage.json b/domains/dynamic-homepage.json
new file mode 100644
index 000000000..706cf81de
--- /dev/null
+++ b/domains/dynamic-homepage.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "vikramv20",
+ "email": "vs423502@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/dyno.json b/domains/dyno.json
new file mode 100644
index 000000000..30ea2fb19
--- /dev/null
+++ b/domains/dyno.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "DynoW",
+ "email": "naffets0@gmail.com",
+ "discord": "455608238335983617"
+ },
+ "record": {
+ "CNAME": "dynow.pages.dev"
+ }
+}
diff --git a/domains/eacbypasser.json b/domains/eacbypasser.json
new file mode 100644
index 000000000..4ec611c5c
--- /dev/null
+++ b/domains/eacbypasser.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "EacBypasser",
+ "email": "tyroxtech@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/earthnuker.json b/domains/earthnuker.json
deleted file mode 100644
index 3e95de80b..000000000
--- a/domains/earthnuker.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "earthnuker",
- "email": "earthnuker+isadev@gmail.com"
- },
- "record": {
- "CNAME": "earthnuker.keybase.pub"
- }
-}
diff --git a/domains/easlo.json b/domains/easlo.json
deleted file mode 100644
index 4bb1b57f3..000000000
--- a/domains/easlo.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "roktim32",
- "email": "roktimsenapoty2@gmail.com"
- },
- "record": {
- "TXT": "google-site-verification=I-qh4G6_-4yoA7JYUS8D8xFLDBgmCWToJisBGZYIqw0"
- }
-}
diff --git a/domains/eax.json b/domains/eax.json
deleted file mode 100644
index ee469555d..000000000
--- a/domains/eax.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "is-a.dev website of eaxly",
- "repo": "https://codeberg.org/eax/website",
- "owner": {
- "username": "eaxly",
- "email": "extinctaxolotl@protonmail.com"
- },
- "record": {
- "URL": "https://site.eax.li"
- }
-}
diff --git a/domains/ebonato.json b/domains/ebonato.json
new file mode 100644
index 000000000..e5d4e409a
--- /dev/null
+++ b/domains/ebonato.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ebonato",
+ "email": "ebonato@gmail.com"
+ },
+ "record": {
+ "CNAME": "ebonato.github.io"
+ }
+}
diff --git a/domains/echo.json b/domains/echo.json
new file mode 100644
index 000000000..56c9d4884
--- /dev/null
+++ b/domains/echo.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Silverstero",
+ "email": "pleasedontaddmyemail@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
diff --git a/domains/eclair.json b/domains/eclair.json
new file mode 100644
index 000000000..b7844089f
--- /dev/null
+++ b/domains/eclair.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "assjgejcitif",
+ "email": "fluffy@dmc.chat"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/eddy.json b/domains/eddy.json
deleted file mode 100644
index bd8db864e..000000000
--- a/domains/eddy.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "331leo",
- "email": "331leo@kakao.com"
- },
- "record": {
- "CNAME": "dev.is.eddy.leok.kr"
- }
-}
diff --git a/domains/eddyraz-trfk.json b/domains/eddyraz-trfk.json
deleted file mode 100644
index cd7777183..000000000
--- a/domains/eddyraz-trfk.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Traefik Console Demo Subdomain",
- "repo": "https://github.com/eddyraz",
- "owner": {
- "username": "eddyraz",
- "email": "eddyraz.fl@gmail.com"
- },
- "record": {
- "CNAME": "srv231139-206152.vps.etecsa.cu"
- }
-}
diff --git a/domains/eddyraz.json b/domains/eddyraz.json
deleted file mode 100644
index 79bb6bb9a..000000000
--- a/domains/eddyraz.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Eddyraz Public is-a.dev domain",
- "repo": "https://github.com/eddyraz",
- "owner": {
- "username": "eddyraz",
- "email": "eddyraz.fl@gmail.com"
- },
- "record": {
- "CNAME": "srv231139-206152.vps.etecsa.cu"
- }
-}
diff --git a/domains/edson.json b/domains/edson.json
deleted file mode 100644
index 36fb93ff2..000000000
--- a/domains/edson.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "edsonbittencourt",
- "email": "edson.bittencourt@outlook.com"
- },
-
- "record": {
- "A": ["168.138.228.142"]
- }
-}
diff --git a/domains/eduardkotov.json b/domains/eduardkotov.json
deleted file mode 100644
index 2cff54f27..000000000
--- a/domains/eduardkotov.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "insertsmc228",
- "email": "miron720@ukr.net"
- },
- "record": {
- "A": ["35.158.255.221"]
- }
-}
diff --git a/domains/eeshwar.json b/domains/eeshwar.json
new file mode 100644
index 000000000..a00c85567
--- /dev/null
+++ b/domains/eeshwar.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "darkboi3301",
+ "email": "darkboi3301@gmail.com",
+ "discord": "790788825550028820"
+ },
+
+ "record": {
+ "CNAME": "eeshwar.pages.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/efrecon.json b/domains/efrecon.json
deleted file mode 100644
index c2c8c9e61..000000000
--- a/domains/efrecon.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "efrecon's github",
- "repo": "https://github.com/efrecon/",
- "owner": {
- "username": "efrecon",
- "email": "efrecon+github@gmail.com"
- },
- "record": {
- "URL": "https://github.com/efrecon/"
- }
-}
diff --git a/domains/ehmad.json b/domains/ehmad.json
new file mode 100644
index 000000000..4790085ac
--- /dev/null
+++ b/domains/ehmad.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mrxehmad",
+ "email": "mrxehmad@naver.com"
+ },
+ "record": {
+ "CNAME": "mrxehmad.github.io"
+ }
+}
diff --git a/domains/ekansh.json b/domains/ekansh.json
deleted file mode 100644
index 801ec2b7f..000000000
--- a/domains/ekansh.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Inevitable-Design",
- "email": "s.ekansh2712@gmail.com"
- },
- "record": {
- "CNAME": "my-portfolio-production-301e.up.railway.app"
- }
-}
diff --git a/domains/el2zay.json b/domains/el2zay.json
deleted file mode 100644
index e89e057a5..000000000
--- a/domains/el2zay.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "description": "Bienvenue sur le site de el2zay ici vous pourrez trouver des informations sur moi ainsi que mes projets.",
- "repo": "https://github.com/el2zay/el2zay.github.io",
- "owner": {
- "username": "el2zay",
- "email": "el2zay.contact@gmail.com",
- "twitter": "el2zay",
- "discord": "el2zay#1234"
- },
- "record": {
- "CNAME": "el2zay.github.io"
- }
-}
diff --git a/domains/elementalst.json b/domains/elementalst.json
new file mode 100644
index 000000000..d4251beba
--- /dev/null
+++ b/domains/elementalst.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "syxnights",
+ "email": "hamzafelashry12@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/eletrixtalk.json b/domains/eletrixtalk.json
deleted file mode 100644
index 2aa0eef72..000000000
--- a/domains/eletrixtalk.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Chat with login system",
- "repo": "https://github.com/boomerangBS/Chat-alpha",
- "owner": {
- "username": "BoomerangBS",
- "email": "",
- "discord": "boomerangBS#4708"
- },
- "record": {
- "CNAME": "a1fc013d-7b16-4f1c-8baa-96357e70b6fd.id.repl.co"
- }
-}
diff --git a/domains/elian.json b/domains/elian.json
deleted file mode 100644
index cb5d4af25..000000000
--- a/domains/elian.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "hoangdev09",
- "email": "tranconghoang18@gmail.com"
- },
- "record": {
- "URL": "https://hoangdev09.github.io/infomation"
- }
-}
diff --git a/domains/eliteflix.json b/domains/eliteflix.json
new file mode 100644
index 000000000..d05378754
--- /dev/null
+++ b/domains/eliteflix.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Legend256",
+ "email": "heroku.1st.dyno@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
diff --git a/domains/elrefaie.json b/domains/elrefaie.json
deleted file mode 100644
index 6d2e04d5a..000000000
--- a/domains/elrefaie.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "amour86",
- "email": "amour86@gmail.com"
- },
-
- "record": {
- "A": ["35.154.162.29"]
- }
-}
diff --git a/domains/email.nota.json b/domains/email.nota.json
new file mode 100644
index 000000000..4e595cc90
--- /dev/null
+++ b/domains/email.nota.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "dewiscool",
+ "email": "zerolikecyber.2005@gmail.com",
+ "note": "This record was created by is-a.dev Discord bot via discord id: 878821057748926534"
+ },
+
+ "record": {
+ "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "TXT": "forward-email=zerolikecyber.2005@gmail.com"
+
+ }
+}
diff --git a/domains/emi.json b/domains/emi.json
deleted file mode 100644
index 68fc7f0fe..000000000
--- a/domains/emi.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "eemeeh",
- "email": "dev@emeeh.ro"
- },
-
- "record": {
- "CNAME": "emeeh.ro"
- }
-}
diff --git a/domains/emmanuel.json b/domains/emmanuel.json
new file mode 100644
index 000000000..b4dc6ccc4
--- /dev/null
+++ b/domains/emmanuel.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Emmannuel",
+ "email": "21417080030624@cecytemorelos.edu.mx"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/emre.json b/domains/emre.json
new file mode 100644
index 000000000..70a07680e
--- /dev/null
+++ b/domains/emre.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "emredurak01",
+ "email": "emredurak01@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/endouven.json b/domains/endouven.json
new file mode 100644
index 000000000..17b9f39cd
--- /dev/null
+++ b/domains/endouven.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "endouven",
+ "email": "brunophm@gmail.com"
+ },
+ "record": {
+ "CNAME": "endouven.github.io"
+ }
+}
diff --git a/domains/endxrmxn.json b/domains/endxrmxn.json
new file mode 100644
index 000000000..8ac205386
--- /dev/null
+++ b/domains/endxrmxn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "endxrmxn",
+ "email": "endxrmxn@yahoo.com"
+ },
+ "record": {
+ "CNAME": "endxrmxn.pages.dev"
+ }
+}
diff --git a/domains/enoughsdv.json b/domains/enoughsdv.json
new file mode 100644
index 000000000..6bf271ed7
--- /dev/null
+++ b/domains/enoughsdv.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/Enoughsdv/Enoughsdv.github.io",
+ "owner": {
+ "username": "Enoughsdv",
+ "email": "enoughsdv@gmail.com"
+ },
+ "record": {
+ "CNAME": "enoughsdv.github.io"
+ }
+}
diff --git a/domains/enzo.json b/domains/enzo.json
deleted file mode 100644
index a3ab0f09e..000000000
--- a/domains/enzo.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Enzo's portfolio",
- "repo": "https://github.com/enzonaute",
- "owner": {
- "username": "enzonaute",
- "email": "hello@enzonaute.me"
- },
- "record": {
- "CNAME": "enzonaute.me"
- }
-}
diff --git a/domains/erc.json b/domains/erc.json
deleted file mode 100644
index 44e4c4b7b..000000000
--- a/domains/erc.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Hashnode Site",
- "repo": "https://github.com/eric48906",
- "owner": {
- "username": "eric48906",
- "email": "eric48906@gmail.com"
- },
- "record": {
- "CNAME": "hashnode.network"
- }
-}
diff --git a/domains/erdogan.json b/domains/erdogan.json
new file mode 100644
index 000000000..f606d3d70
--- /dev/null
+++ b/domains/erdogan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "erdogansad",
+ "email": "erdogan.sad@windowslive.com"
+ },
+ "record": {
+ "A": ["87.248.157.245"]
+ }
+}
diff --git a/domains/erdogansad.json b/domains/erdogansad.json
new file mode 100644
index 000000000..a24740aeb
--- /dev/null
+++ b/domains/erdogansad.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "erdogansad",
+ "email": "erdogan.sad@windowslive.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ericpessoa.json b/domains/ericpessoa.json
index 0e599d0a5..8fc334f68 100644
--- a/domains/ericpessoa.json
+++ b/domains/ericpessoa.json
@@ -6,6 +6,6 @@
"record": {
"A": ["217.174.245.249"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
- "MX": "hosts.is-a.dev"
+ "MX": ["hosts.is-a.dev"]
}
}
diff --git a/domains/erogemaster225.json b/domains/erogemaster225.json
new file mode 100644
index 000000000..c780dc9d5
--- /dev/null
+++ b/domains/erogemaster225.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ErogeMaster225",
+ "email": "nguyentrongsang123@yahoo.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/esemv-evan.json b/domains/esemv-evan.json
new file mode 100644
index 000000000..a60699054
--- /dev/null
+++ b/domains/esemv-evan.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "esemv07",
+ "email": "ruby.semaganda@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/esp.json b/domains/esp.json
index a2db3432b..a43f13203 100644
--- a/domains/esp.json
+++ b/domains/esp.json
@@ -6,6 +6,6 @@
"telegram": "fakeesp"
},
"record": {
- "A": ["144.91.110.55"]
+ "A": ["141.145.192.190"]
}
}
diff --git a/domains/essiessara.json b/domains/essiessara.json
new file mode 100644
index 000000000..55ab50927
--- /dev/null
+++ b/domains/essiessara.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "essieessara",
+ "email": "esraaaebdelrehime@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/esteban.json b/domains/esteban.json
new file mode 100644
index 000000000..cad902831
--- /dev/null
+++ b/domains/esteban.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "esteban389",
+ "email": "estebandres@proton.me"
+ },
+ "record": {
+ "CNAME": "esteban389.github.io"
+ }
+}
diff --git a/domains/eternal-network.json b/domains/eternal-network.json
new file mode 100644
index 000000000..c39e1befe
--- /dev/null
+++ b/domains/eternal-network.json
@@ -0,0 +1,11 @@
+{
+ "description": "eternal-network.is-a.dev",
+ "repo": "https://github.com/Eternal-Network/eternal-network.github.io",
+ "owner": {
+ "username": "Eternal-Network",
+ "email": "neealdon2@proton.me"
+ },
+ "record": {
+ "CNAME": "eternal-network.github.io"
+ }
+}
diff --git a/domains/eternal.json b/domains/eternal.json
new file mode 100644
index 000000000..c9de9ac55
--- /dev/null
+++ b/domains/eternal.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "thatmarcboi",
+ "email": "marcacolwell@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/eternalluxury.json b/domains/eternalluxury.json
new file mode 100644
index 000000000..1cae4205f
--- /dev/null
+++ b/domains/eternalluxury.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "EternalLuxury",
+ "email": "luxurydevv@gmail.com"
+ },
+ "record": {
+ "URL": "https://shiny-marzipan-37b154.netlify.app"
+ }
+}
diff --git a/domains/eternalnetwork.json b/domains/eternalnetwork.json
new file mode 100644
index 000000000..6520e9f8e
--- /dev/null
+++ b/domains/eternalnetwork.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "neealdon3",
+ "email": "neealdon3@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ethan.json b/domains/ethan.json
deleted file mode 100644
index e59651ee9..000000000
--- a/domains/ethan.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Darkcoder402",
- "email": "ethanrodrigues25@gmail.com",
- "twitter": "EthanRo97737635"
- },
- "record": {
- "CNAME": "ethan-is-a-dev.tk"
- }
-}
diff --git a/domains/ethereal.json b/domains/ethereal.json
deleted file mode 100644
index 45e7ccfa4..000000000
--- a/domains/ethereal.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "EtherealTheDev",
- "email": "",
- "twitter": "EtherealTheDev",
- "discord": "Ethereal#0908"
- },
- "record": {
- "CNAME": "92073eed-80b5-4f2f-b84a-0121b7ec69bb.id.repl.co"
- }
-}
diff --git a/domains/ethyl.json b/domains/ethyl.json
new file mode 100644
index 000000000..01d616d2a
--- /dev/null
+++ b/domains/ethyl.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ethylenediaminetetraacetates",
+ "email": "digin2t@gmail.com",
+ "discord": "1066211072798883840"
+ },
+
+ "record": {
+ "CNAME": "ethylenediaminetetraacetates.github.io"
+ }
+}
diff --git a/domains/eturbo.json b/domains/eturbo.json
new file mode 100644
index 000000000..417c49f46
--- /dev/null
+++ b/domains/eturbo.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Teapot4195",
+ "email": "huangalex409@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/eval.json b/domains/eval.json
deleted file mode 100644
index c0169e12e..000000000
--- a/domains/eval.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "a website to run javascript codes",
- "repo": "https://github.com/leecheeyong/leecheeyong",
- "owner": {
- "username": "leecheeyong",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "466c0750-ca47-4994-a60c-37ffb99b18e6.id.repl.co"
- }
-}
diff --git a/domains/evaldas.json b/domains/evaldas.json
deleted file mode 100644
index dbda7d745..000000000
--- a/domains/evaldas.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "evaldas",
- "email": "evabur@icloud.com"
- },
- "record": {
- "CNAME": "burlingis.com"
- }
-}
diff --git a/domains/everybody.json b/domains/everybody.json
new file mode 100644
index 000000000..6b0b6cba3
--- /dev/null
+++ b/domains/everybody.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "AngerminecraftYT",
+ "email": "david.boltong@icloud.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/everyone.json b/domains/everyone.json
deleted file mode 100644
index d9689103b..000000000
--- a/domains/everyone.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Image / Video host.",
- "repo": "https://github.com/tootie112",
- "owner": {
- "username": "tootie112",
- "email": "",
- "discord": "Io.Netty#3118"
- },
- "record": {
- "CNAME": "api.has-cool.pics"
- }
-}
diff --git a/domains/eviternal.json b/domains/eviternal.json
deleted file mode 100644
index 2e1d0a207..000000000
--- a/domains/eviternal.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "EviternalOfficial",
- "email": "",
- "discord": "Vaibhav Kashyap#5747"
- },
- "record": {
- "A": ["35.186.245.55"],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
-}
diff --git a/domains/ez.json b/domains/ez.json
new file mode 100644
index 000000000..ae347f452
--- /dev/null
+++ b/domains/ez.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ClicpoW",
+ "email": "clicpowytb@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/f2cqjkp4gwog.json b/domains/f2cqjkp4gwog.json
deleted file mode 100644
index 3dfcac7fd..000000000
--- a/domains/f2cqjkp4gwog.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "thispsj",
- "email": "thispsj.mail@gmail.com"
- },
- "record": {
- "CNAME": "gv-5tmrgilyy2ar3j.dv.googlehosted.com"
- }
-}
diff --git a/domains/fa-fifi.json b/domains/fa-fifi.json
new file mode 100644
index 000000000..be41afb25
--- /dev/null
+++ b/domains/fa-fifi.json
@@ -0,0 +1,10 @@
+{
+ "description": "Personal portfolio website",
+ "owner": {
+ "username": "fa-fifi",
+ "email": "fafifi1997@gmail.com"
+ },
+ "record": {
+ "CNAME": "fa-fifi.github.io"
+ }
+}
diff --git a/domains/faelixyz.json b/domains/faelixyz.json
new file mode 100644
index 000000000..a63ebf78e
--- /dev/null
+++ b/domains/faelixyz.json
@@ -0,0 +1,12 @@
+{
+ "description": "Faelixyz's API and redirects",
+ "repo": "",
+ "owner": {
+ "username": "faelixyz",
+ "email": "private@fae5.studio",
+ "twitter": "faelixyz"
+ },
+ "record": {
+ "CNAME": "isagooddev.pages.dev"
+ }
+}
diff --git a/domains/fafu.json b/domains/fafu.json
new file mode 100644
index 000000000..55ff9d28c
--- /dev/null
+++ b/domains/fafu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "fafu-10",
+ "email": "shimni22@skiff.com"
+ },
+ "record": {
+ "CNAME": "fafu-10.github.io"
+ }
+}
diff --git a/domains/fahmifareed.json b/domains/fahmifareed.json
new file mode 100644
index 000000000..09d687371
--- /dev/null
+++ b/domains/fahmifareed.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "fahmifareed",
+ "email": "fahmifareed@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/fallen.json b/domains/fallen.json
deleted file mode 100644
index bfb1e1737..000000000
--- a/domains/fallen.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Website Redirect",
- "repo": "https://github.com/ThingsOfFallen/Website",
- "owner": {
- "username": "TheFallenSpirit",
- "email": "thefallenspirit@outlook.com",
- "twitter": "FallenCodes"
- },
- "record": {
- "URL": "https://fallenspirit.dev"
- }
-}
diff --git a/domains/farag.json b/domains/farag.json
new file mode 100644
index 000000000..c55b7045c
--- /dev/null
+++ b/domains/farag.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "GodfatherX64",
+ "email": "godfather.x64@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/farhan.json b/domains/farhan.json
new file mode 100644
index 000000000..12c9b95f6
--- /dev/null
+++ b/domains/farhan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Rose-uwu",
+ "email": "rose.pog.com@gmail.com"
+ },
+ "record": {
+ "CNAME": "rose-uwu.github.io"
+ }
+}
diff --git a/domains/faris.json b/domains/faris.json
deleted file mode 100644
index 7ad18eea6..000000000
--- a/domains/faris.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "repo": "https://github.com/farisjalal",
- "owner": {
- "username": "farisjalal",
- "email": "",
- "twitter": "faris__jalal"
- },
- "record": {
- "A": ["168.138.104.44"]
- }
-}
diff --git a/domains/fartplayer69.json b/domains/fartplayer69.json
deleted file mode 100644
index f57eca1ec..000000000
--- a/domains/fartplayer69.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "diyar2137237243",
- "email": "diyarpc6@gmail.com"
- },
- "record": {
- "CNAME": "diyar2137237243.github.io"
- }
-}
diff --git a/domains/fasdaa.json b/domains/fasdaa.json
index 8b4d91399..7004eafa8 100644
--- a/domains/fasdaa.json
+++ b/domains/fasdaa.json
@@ -6,6 +6,6 @@
"record": {
"A": ["217.174.245.249"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
- "MX": "hosts.is-a.dev"
+ "MX": ["hosts.is-a.dev"]
}
}
\ No newline at end of file
diff --git a/domains/fatgrizzly.json b/domains/fatgrizzly.json
deleted file mode 100644
index 56ee53ce1..000000000
--- a/domains/fatgrizzly.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "personal website ",
- "repo": "https://github.com/fatgrizzly",
- "owner": {
- "username": "fatgrizzly",
- "email": "soundar@secret.fyi"
- },
- "record": {
- "A": ["23.147.40.69"]
- }
-}
diff --git a/domains/fauzannnnh.json b/domains/fauzannnnh.json
deleted file mode 100644
index c630c6a1f..000000000
--- a/domains/fauzannnnh.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My portfolio website",
- "repo": "https://github.com/Fauzannnnh/website",
- "owner": {
- "username": "Fauzannnnh",
- "email": "fauzan@eenthlh.xyz"
- },
- "record": {
- "URL": "https://eenthlh.xyz"
- }
-}
diff --git a/domains/fauzi.json b/domains/fauzi.json
new file mode 100644
index 000000000..496e14d2d
--- /dev/null
+++ b/domains/fauzi.json
@@ -0,0 +1,11 @@
+{
+ "description": "My Portfolio web",
+ "repo": "https://github.com/FauziFerdiansyah/fauziferdiansyah.github.io",
+ "owner": {
+ "username": "FauziFerdiansyah",
+ "email": "fetruzie2@gmail.com"
+ },
+ "record": {
+ "CNAME": "FauziFerdiansyah.github.io"
+ }
+}
diff --git a/domains/fayyadh.json b/domains/fayyadh.json
deleted file mode 100644
index 39dba30f6..000000000
--- a/domains/fayyadh.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My Personal Website",
- "repo": "https://github.com/Abdurrahman075/fayyadh-my-id",
- "owner": {
- "username": "Fayyadh",
- "email": "fayyadh.abdurrahman007@gmail.com"
- },
- "record": {
- "URL": "https://fayyadh.my.id"
- }
-}
diff --git a/domains/felga.json b/domains/felga.json
deleted file mode 100644
index fc90b54b7..000000000
--- a/domains/felga.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Felga7453",
- "email": "wojciech.faruga@outlook.com"
- },
- "record": {
- "CNAME": "felga.ddns.net"
- }
-}
diff --git a/domains/felipesantos.json b/domains/felipesantos.json
new file mode 100644
index 000000000..eb2f5bb3a
--- /dev/null
+++ b/domains/felipesantos.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "felipehasantos",
+ "email": "felipehasantosbusiness@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/felixtpg.json b/domains/felixtpg.json
deleted file mode 100644
index 58af6322e..000000000
--- a/domains/felixtpg.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "FelixTPG",
- "email": "bufex09@icloud.com"
- },
- "record": {
- "CNAME": "felixtpg.eu"
- }
-}
diff --git a/domains/femboy.json b/domains/femboy.json
new file mode 100644
index 000000000..dc7133f05
--- /dev/null
+++ b/domains/femboy.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "antithense",
+ "email": "nuffimail33@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/fietu.json b/domains/fietu.json
deleted file mode 100644
index 55e01411a..000000000
--- a/domains/fietu.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Fietu Website",
- "repo": "https://github.com/elfietulais",
- "owner": {
- "username": "ElFietulais",
- "email": "pancongusanos@gmail.com"
- },
- "record": {
- "CNAME": "host.servers.andremor.dev"
- }
-}
diff --git a/domains/files.allancoding.json b/domains/files.allancoding.json
new file mode 100644
index 000000000..8590559c0
--- /dev/null
+++ b/domains/files.allancoding.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "allancoding",
+ "email": "allancoding.dev@gmail.com",
+ "twitter": "allancoding",
+ "discord": "allancoding"
+ },
+ "record": {
+ "CNAME": "allancoding.github.io"
+ }
+}
diff --git a/domains/filip-razek.json b/domains/filip-razek.json
new file mode 100644
index 000000000..b0d361569
--- /dev/null
+++ b/domains/filip-razek.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "FilipRazek",
+ "email": "filip.razek@protonmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/filmflu.json b/domains/filmflu.json
new file mode 100644
index 000000000..50dfaa666
--- /dev/null
+++ b/domains/filmflu.json
@@ -0,0 +1,11 @@
+{
+ "description": "Film Flu Web Platform",
+ "repo": "https://github.com/dherediat97/FilmFlu",
+ "owner": {
+ "username": "dherediat97",
+ "email": "dherediat97@gmail.com"
+ },
+ "record": {
+ "URL": "https://dherediat97.github.io/FilmFlu"
+ }
+}
diff --git a/domains/filo.json b/domains/filo.json
new file mode 100644
index 000000000..93d0bdbd2
--- /dev/null
+++ b/domains/filo.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Filo6699",
+ "email": "karka2-6@rambler.ru"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/fincho.json b/domains/fincho.json
new file mode 100644
index 000000000..4b9115aa0
--- /dev/null
+++ b/domains/fincho.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "finchodev",
+ "email": "zeltux21@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/finn.json b/domains/finn.json
deleted file mode 100644
index 31b061686..000000000
--- a/domains/finn.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "repo": "https://github.com/F1nnM",
- "owner": {
- "username": "F1nnM",
- "email": "isadev_github@mfinn.de"
- },
- "record": {
- "A": ["94.176.233.129"]
- }
-}
diff --git a/domains/finny.json b/domains/finny.json
new file mode 100644
index 000000000..991efa2b2
--- /dev/null
+++ b/domains/finny.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "FinnyMarigold58",
+ "email": "teganherring2016@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/finsniper.json b/domains/finsniper.json
new file mode 100644
index 000000000..4af193110
--- /dev/null
+++ b/domains/finsniper.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chocovannii",
+ "email": "eldar.fire.tv@gmail.com"
+ },
+ "record": {
+ "MX": ["feedback-smtp.us-east-1.amazonses.com"]
+ }
+}
diff --git a/domains/firedemon.json b/domains/firedemon.json
new file mode 100644
index 000000000..5979a0f57
--- /dev/null
+++ b/domains/firedemon.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ShadowPlayzYT22",
+ "email": "peterwyneg@gmail.com",
+ "discord": "1038747272701292584"
+ },
+
+ "record": {
+ "CNAME": "shadowplayzyt22.github.io"
+ }
+}
diff --git a/domains/firepup650.json b/domains/firepup650.json
deleted file mode 100644
index 7b0dca3d0..000000000
--- a/domains/firepup650.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Alexander-Maples",
- "email": "mapleale@studentmail.conroeisd.net"
- },
-
- "record": {
- "CNAME": "5828eaa1-491a-4323-9d54-d5e80935eab3.id.repl.co"
- }
-}
diff --git a/domains/fireredz.json b/domains/fireredz.json
deleted file mode 100644
index fbeac143e..000000000
--- a/domains/fireredz.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "rosenishere",
- "email": "",
- "twitter": "rosenishere"
- },
- "record": {
- "URL": "https://rosenishere.github.io/fireredzsite"
- }
-}
diff --git a/domains/flame.json b/domains/flame.json
new file mode 100644
index 000000000..22d050c78
--- /dev/null
+++ b/domains/flame.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "flame3301",
+ "email": "neongamerflame@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/flex.json b/domains/flex.json
new file mode 100644
index 000000000..bac9dc3e5
--- /dev/null
+++ b/domains/flex.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "DiHaNCodeZ",
+ "email": "dihanshahriar5@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/flexico.json b/domains/flexico.json
deleted file mode 100644
index 9376011a1..000000000
--- a/domains/flexico.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Flexicos website",
- "repo": "https://github.com/7xh/7xh.github.io",
- "owner": {
- "username": "7xh",
- "email": "noterme@protonmail.com"
- },
- "record": {
- "CNAME": "7xh.github.io"
- }
-}
diff --git a/domains/floppa.json b/domains/floppa.json
index 9cdbfb720..5ff7a8db6 100644
--- a/domains/floppa.json
+++ b/domains/floppa.json
@@ -1,9 +1,11 @@
{
"owner": {
"username": "Luxxy-GF",
- "email": "floppa@luxxy.xyz"
+ "email": "deniedaddicted@gmail.com"
},
"record": {
- "CNAME": "sophie-is-sexy.co.uk"
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
-}
+}
\ No newline at end of file
diff --git a/domains/florian.json b/domains/florian.json
deleted file mode 100644
index f3e6b93a8..000000000
--- a/domains/florian.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Hey! I'm Florian",
- "repo": "https://github.com/florianheysen/heysen.fr",
- "owner": {
- "username": "florianheysen",
- "email": "florian.heysen@gmail.com",
- "twitter": "florianheysen"
- },
- "record": {
- "CNAME": "heysen.fr"
- }
-}
diff --git a/domains/flow-os.liquid.json b/domains/flow-os.liquid.json
deleted file mode 100644
index d88826b20..000000000
--- a/domains/flow-os.liquid.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "ThinLiquid",
- "email": "thinliquid@proton.me"
- },
- "record": {
- "CNAME": "fathomless-chickadee-7xj6ixiuhgknzzityvtiq6q4.herokudns.com"
- }
-}
diff --git a/domains/fluted.json b/domains/fluted.json
deleted file mode 100644
index 4c2f16754..000000000
--- a/domains/fluted.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "fluted.is-a-dev",
- "repo": "https://github.com/fluteds/fluteds.github.io",
- "owner": {
- "username": "fluteds",
- "email": "",
- "twitter": "fluted_"
- },
- "record": {
- "CNAME": "fluted.xyz"
- }
-}
diff --git a/domains/fluxate.json b/domains/fluxate.json
new file mode 100644
index 000000000..52e753f4a
--- /dev/null
+++ b/domains/fluxate.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "NxyyLOL",
+ "email": "nxyylol@protonmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/flyingcheese41.json b/domains/flyingcheese41.json
deleted file mode 100644
index 8b001bf68..000000000
--- a/domains/flyingcheese41.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "FlyingCheese41",
- "email": "FlyingCheese43@gmail.com"
- },
- "record": {
- "CNAME": "52d970d2-6085-4811-b3d1-8b3bd898b014.id.repl.co"
- }
-}
diff --git a/domains/fndn.json b/domains/fndn.json
new file mode 100644
index 000000000..79ac44dcf
--- /dev/null
+++ b/domains/fndn.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "TrivCodez",
+ "email": "Jayeshpoudel+ha@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/foo.json b/domains/foo.json
new file mode 100644
index 000000000..ab10003aa
--- /dev/null
+++ b/domains/foo.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "mkemal",
+ "email": "mkemalkorkmaz@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/foreskin.json b/domains/foreskin.json
new file mode 100644
index 000000000..75ce8b686
--- /dev/null
+++ b/domains/foreskin.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "disguisedfoxx",
+ "email": "zzaffserverowner@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/formuna.json b/domains/formuna.json
new file mode 100644
index 000000000..878766a8b
--- /dev/null
+++ b/domains/formuna.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "FormunaGit",
+ "email": "moonacula555555555@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/foxsden.json b/domains/foxsden.json
index 721cddd27..23f47940f 100644
--- a/domains/foxsden.json
+++ b/domains/foxsden.json
@@ -1,9 +1,16 @@
{
"owner": {
"username": "FoxsDenYT",
- "email": "techseal14@gmail.com"
+ "email": "foxsdenyt+isadev@gmail.com"
},
"record": {
- "MX": ["mx1.forwardemail.net"]
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "MX": ["mx1.forwardemail.net"],
+ "TXT": "forward-email=foxsdenyt@gmail.com"
}
}
diff --git a/domains/friendslikebd.json b/domains/friendslikebd.json
new file mode 100644
index 000000000..f39141d24
--- /dev/null
+++ b/domains/friendslikebd.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Akdipukhan",
+ "email": "Akdipu258@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/frissyn.json b/domains/frissyn.json
deleted file mode 100644
index c9d531c46..000000000
--- a/domains/frissyn.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "description": "Personal website and portfolio.",
- "repo": "https://replit.com/@frissyn/frissyn",
- "owner": {
- "username": "frissyn",
- "email": "",
- "twitter": "frissyn_",
- "discord": "frissyn#0376"
- },
- "record": {
- "CNAME": "d464aec0-5048-4724-9ac8-b797ee2bf2a7.id.repl.co"
- }
-}
diff --git a/domains/frost.json b/domains/frost.json
new file mode 100644
index 000000000..f7f3e29e6
--- /dev/null
+++ b/domains/frost.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "mackrz",
+ "email": "macio181@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": [
+ "v=spf1 a mx ip4:217.174.245.249 ~all",
+ "_github-pages-challenge-mackrz.frost.is-a.dev=def12fb95f33931df81e99f8e01c5c"
+ ]
+ }
+}
\ No newline at end of file
diff --git a/domains/frostzzone.json b/domains/frostzzone.json
deleted file mode 100644
index 531a84c9a..000000000
--- a/domains/frostzzone.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "frostzzone",
- "email": "frostzzone@gmail.com"
- },
- "record": {
- "CNAME": "e39e6f71-6489-4c74-a945-ff65efc84a10.id.repl.co"
- }
-}
diff --git a/domains/ftp.zerow.json b/domains/ftp.zerow.json
deleted file mode 100644
index 7e0e107a6..000000000
--- a/domains/ftp.zerow.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "DevZerow",
- "email": "zerow.pro@protonmail.com"
- },
-
- "record": {
- "CNAME": "zerow.is-a.dev"
- }
-}
diff --git a/domains/fuccsoc.json b/domains/fuccsoc.json
index b4b4e1622..a6d5eff39 100644
--- a/domains/fuccsoc.json
+++ b/domains/fuccsoc.json
@@ -1,10 +1,10 @@
-{
- "owner": {
+
+ {
+ "owner": {
"username": "fuccsoc",
"email": "me@fuccsoc.com"
- },
-
- "record": {
- "URL": "https://fuccsoc.com"
- }
-}
+ },
+ "record": {
+ "URL": "https://fuccsoc.me"
+ }
+ }
diff --git a/domains/fuentes.json b/domains/fuentes.json
new file mode 100644
index 000000000..f93b621e7
--- /dev/null
+++ b/domains/fuentes.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "fuentez145",
+ "email": "gilbert.fuentes@ctu.edu.ph"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/fumi.json b/domains/fumi.json
new file mode 100644
index 000000000..9d16e5084
--- /dev/null
+++ b/domains/fumi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MrTakedi",
+ "email": "tristankirbehbuller@gmail.com"
+ },
+ "record": {
+ "URL": "https://social.vivaldi.net/@kirbeh"
+ }
+}
diff --git a/domains/fun-random-api.json b/domains/fun-random-api.json
deleted file mode 100644
index 65119128d..000000000
--- a/domains/fun-random-api.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "njanemmu",
- "email": "aneenababu71901@gmail.com"
- },
- "record": {
- "CNAME": "fbf6f1ec-874e-4ec5-b02e-c4cfdbaa148d.id.repl.co"
- }
-}
diff --git a/domains/furret.json b/domains/furret.json
new file mode 100644
index 000000000..6fe80983e
--- /dev/null
+++ b/domains/furret.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "furretra1n",
+ "email": "furret@transistorcafe.net"
+ },
+ "record": {
+ "CNAME": "walccdev.github.io"
+ }
+}
diff --git a/domains/furry.json b/domains/furry.json
new file mode 100644
index 000000000..8da97f979
--- /dev/null
+++ b/domains/furry.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Furrycality",
+ "email": "furrycality@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/furrycality.json b/domains/furrycality.json
new file mode 100644
index 000000000..8da97f979
--- /dev/null
+++ b/domains/furrycality.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Furrycality",
+ "email": "furrycality@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/futurex.json b/domains/futurex.json
new file mode 100644
index 000000000..805ef4a64
--- /dev/null
+++ b/domains/futurex.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Fbhfvj",
+ "email": "bebogeorge2008@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/gabolemus.json b/domains/gabolemus.json
new file mode 100644
index 000000000..c8eb4db87
--- /dev/null
+++ b/domains/gabolemus.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "gabolemus",
+ "email": "glemus.stuart@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/gabriel.json b/domains/gabriel.json
new file mode 100644
index 000000000..1016a4b6a
--- /dev/null
+++ b/domains/gabriel.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Gabriel-lrx",
+ "email": "gabriel.reheb@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/galaxyfps.riviox.json b/domains/galaxyfps.riviox.json
new file mode 100644
index 000000000..508aaa0c2
--- /dev/null
+++ b/domains/galaxyfps.riviox.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "RivioxGaming",
+ "email": "rivioxyt@hotmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/gamerzam.json b/domains/gamerzam.json
deleted file mode 100644
index f0f9d68eb..000000000
--- a/domains/gamerzam.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "my bio links",
- "repo": "lividevergreenengineers.bitohofo.repl.co",
- "owner": {
- "username": "GamerTheDev",
- "email": "gamersstreak24@gmail.com"
- },
- "record": {
- "CNAME": "lividevergreenengineers-2.bitohofo.repl.co"
- }
-}
diff --git a/domains/ganyu.json b/domains/ganyu.json
new file mode 100644
index 000000000..ab782125b
--- /dev/null
+++ b/domains/ganyu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "emikohoshi",
+ "email": "hoangyencb1303@gmail.com"
+ },
+ "record": {
+ "CNAME": "emikohoshi.github.io"
+ }
+}
diff --git a/domains/gapindang.json b/domains/gapindang.json
new file mode 100644
index 000000000..907d20837
--- /dev/null
+++ b/domains/gapindang.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "pindang-cloud",
+ "email": "gavinku890@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/garlic-os.json b/domains/garlic-os.json
deleted file mode 100644
index 9ff9f9090..000000000
--- a/domains/garlic-os.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "garlicOS®'s is-a.dev domain",
- "repo": "https://github.com/garlic-os/garlic-os.github.io",
- "owner": {
- "username": "garlic-os",
- "email": "sisdfk@gmail.com"
- },
- "record": {
- "A": ["78.47.88.228"]
- }
-}
diff --git a/domains/gattinhosbot.json b/domains/gattinhosbot.json
new file mode 100644
index 000000000..6eee783e6
--- /dev/null
+++ b/domains/gattinhosbot.json
@@ -0,0 +1,19 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "A": [
+ "84.46.245.191"
+ ],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
+ "TXT": [
+ "forward-email=support:support.gattinhosbot@mail.stefdp.is-a.dev"
+ ]
+ }
+}
diff --git a/domains/gaurav87565.json b/domains/gaurav87565.json
new file mode 100644
index 000000000..78a731243
--- /dev/null
+++ b/domains/gaurav87565.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "gaurav87565",
+ "email": "pavithrashreeuchil@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/gauravgupta.json b/domains/gauravgupta.json
new file mode 100644
index 000000000..344d4b9f6
--- /dev/null
+++ b/domains/gauravgupta.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "GauravGupta256",
+ "email": "gauravgupta25608@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/gauravgupta256.json b/domains/gauravgupta256.json
new file mode 100644
index 000000000..344d4b9f6
--- /dev/null
+++ b/domains/gauravgupta256.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "GauravGupta256",
+ "email": "gauravgupta25608@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/gautam.json b/domains/gautam.json
deleted file mode 100644
index 3b0f52c34..000000000
--- a/domains/gautam.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "GautamMKGarg",
- "email": "",
- "twitter": "GautamMKGarg"
- },
- "record": {
- "URL": "https://www.fiverr.com/gautammkgarg"
- }
-}
diff --git a/domains/gbot.json b/domains/gbot.json
new file mode 100644
index 000000000..a944cebb0
--- /dev/null
+++ b/domains/gbot.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "stefano.delprete.08@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/geckopico.json b/domains/geckopico.json
new file mode 100644
index 000000000..98c06df3d
--- /dev/null
+++ b/domains/geckopico.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "davior",
+ "email": "david.iorlano@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/genevera.json b/domains/genevera.json
index ea65bda9a..35805d653 100644
--- a/domains/genevera.json
+++ b/domains/genevera.json
@@ -6,6 +6,6 @@
"record": {
"A": ["217.174.245.249"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
- "MX": "hosts.is-a.dev"
+ "MX": ["hosts.is-a.dev"]
}
}
\ No newline at end of file
diff --git a/domains/georgee.json b/domains/georgee.json
deleted file mode 100644
index 73c3251dc..000000000
--- a/domains/georgee.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Georgee1337",
-
- "email": "contact@georgexv.ru"
- },
- "record": {
- "URL": "https://georgexv.ru"
- }
-}
diff --git a/domains/gfn.json b/domains/gfn.json
new file mode 100644
index 000000000..424b83cd4
--- /dev/null
+++ b/domains/gfn.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "kolims",
+ "email": "kolimss1111@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/gg.io.json b/domains/gg.io.json
new file mode 100644
index 000000000..a8d2f8970
--- /dev/null
+++ b/domains/gg.io.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "dusiadudusia",
+ "email": "ds4667861@gmaiL.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/gggedr.json b/domains/gggedr.json
deleted file mode 100644
index 4ed01cb9f..000000000
--- a/domains/gggedr.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Vladimir-Urik",
- "email": "gggedr@protonmail.com"
- },
- "record": {
- "URL": "https://gggedr.lol"
- }
-}
diff --git a/domains/ggio.json b/domains/ggio.json
new file mode 100644
index 000000000..a8d2f8970
--- /dev/null
+++ b/domains/ggio.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "dusiadudusia",
+ "email": "ds4667861@gmaiL.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ghalibcraft.json b/domains/ghalibcraft.json
new file mode 100644
index 000000000..930bc083e
--- /dev/null
+++ b/domains/ghalibcraft.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Ghalib-craftLeProgrammeur",
+ "email": "ghalibmezeghiche2012@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/gilad.json b/domains/gilad.json
deleted file mode 100644
index ce9e08c41..000000000
--- a/domains/gilad.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Gilad's personal developer website",
- "owner": {
- "username": "gilade",
- "email": "gilad@eventov.com"
- },
- "record": {
- "CNAME": "gilad.ninja"
- }
-}
diff --git a/domains/gingdev.json b/domains/gingdev.json
deleted file mode 100644
index c41a1426e..000000000
--- a/domains/gingdev.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Gingdev personal developer website",
- "repo": "https://github.com/ging-dev",
- "owner": {
- "username": "ging-dev",
- "email": "gingdz11012001@gmail.com"
- },
- "record": {
- "A": ["192.243.108.102"]
- }
-}
diff --git a/domains/giovannirapa.json b/domains/giovannirapa.json
new file mode 100644
index 000000000..456522d66
--- /dev/null
+++ b/domains/giovannirapa.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Givaa",
+ "email": "rapagiovanni@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/giovstechs.json b/domains/giovstechs.json
new file mode 100644
index 000000000..d7fde2dfe
--- /dev/null
+++ b/domains/giovstechs.json
@@ -0,0 +1,11 @@
+{
+ "description": "GiovsTechs' Website",
+ "repo": "https://github.com/GiovsTech/Website",
+ "owner": {
+ "username": "giovstechs",
+ "email": "me@gianstech.it"
+ },
+ "record": {
+ "URL": "https://links.gianstech.it"
+ }
+}
diff --git a/domains/git-hoe.json b/domains/git-hoe.json
index 04d94fec4..5ebd4b3d1 100644
--- a/domains/git-hoe.json
+++ b/domains/git-hoe.json
@@ -6,6 +6,6 @@
"record": {
"A": ["217.174.245.249"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
- "MX": "hosts.is-a.dev"
+ "MX": ["hosts.is-a.dev"]
}
}
\ No newline at end of file
diff --git a/domains/givinghawk.json b/domains/givinghawk.json
index 572fc728b..a243818f6 100644
--- a/domains/givinghawk.json
+++ b/domains/givinghawk.json
@@ -1,11 +1,9 @@
{
- "description": "My is-a.dev cname record",
- "repo": "https://github.com/givinghawk",
"owner": {
"username": "givinghawk",
- "email": "gh@givinghawk.xyz"
+ "email": "contact@givinghawk.dev"
},
"record": {
- "URL": "https://givinghawk.xyz"
+ "URL": "https://givinghawk.dev/"
}
}
diff --git a/domains/gizzy.json b/domains/gizzy.json
index afb595e09..efe4f7885 100644
--- a/domains/gizzy.json
+++ b/domains/gizzy.json
@@ -6,7 +6,7 @@
"discord": "gizzyuwu"
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "TXT": "forward-email=nerop455@gmail.com"
}
}
diff --git a/domains/gizzygizmo.json b/domains/gizzygizmo.json
deleted file mode 100644
index dae600071..000000000
--- a/domains/gizzygizmo.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "NeroGizmoUwU",
- "email": "minecraftcoolglibchannel@gmail.com"
- },
- "record": {
- "CNAME": "nero-pi.duckdns.org"
- }
-}
diff --git a/domains/glqch.json b/domains/glqch.json
index cd6093a10..8e97ded1e 100644
--- a/domains/glqch.json
+++ b/domains/glqch.json
@@ -1,9 +1,11 @@
{
"owner": {
- "username": "joythejoystick1",
+ "username": "Glqch404",
"email": "midoayoub778@gmail.com"
},
"record": {
- "CNAME": "joythejoystick1.github.io"
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
diff --git a/domains/gman.json b/domains/gman.json
new file mode 100644
index 000000000..8c12a47c8
--- /dev/null
+++ b/domains/gman.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "notGman",
+ "email": "gowthaman2185@gmail.com"
+ },
+ "record": {
+ "URL": "https://notgman.github.io"
+ }
+}
diff --git a/domains/god.json b/domains/god.json
deleted file mode 100644
index 01439c713..000000000
--- a/domains/god.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Austin's personal developer website",
- "repo": "https://github.com/austindyoung",
- "owner": {
- "username": "austindyoung",
- "email": "austin@doesweb.dev"
- },
- "record": {
- "URL": "https://austindyoung.github.io"
- }
-}
diff --git a/domains/godwin.json b/domains/godwin.json
deleted file mode 100644
index e670214c8..000000000
--- a/domains/godwin.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "gpproton",
- "email": "me@godwin.dev"
- },
-
- "record": {
- "CNAME": "godwin.dev"
- }
-}
diff --git a/domains/goobric.json b/domains/goobric.json
new file mode 100644
index 000000000..e3b992e5f
--- /dev/null
+++ b/domains/goobric.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "goobric",
+ "email": "goobric@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/goon.json b/domains/goon.json
deleted file mode 100644
index 816a8d55a..000000000
--- a/domains/goon.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "realGoonDev",
- "email": "goondev@clia.tk",
- "discord": "realGoon#5656"
- },
- "record": {
- "A": ["38.242.146.64"]
- }
-}
diff --git a/domains/graphql.json b/domains/graphql.json
deleted file mode 100644
index c8eb4c2b8..000000000
--- a/domains/graphql.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Amir-Lotfi",
- "email": "amir79976@gmail.com"
- },
-
- "record": {
- "A": ["136.243.109.199"]
- }
-}
diff --git a/domains/grusio.json b/domains/grusio.json
index c908dac0d..96e9fa8ba 100644
--- a/domains/grusio.json
+++ b/domains/grusio.json
@@ -3,7 +3,6 @@
"username": "mattiagrusio",
"email": "mattiagrusio@gmail.com"
},
-
"record": {
"A": ["2.231.198.113"]
}
diff --git a/domains/gruu.json b/domains/gruu.json
new file mode 100644
index 000000000..031eea1a9
--- /dev/null
+++ b/domains/gruu.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "gruufr",
+ "email": "tirisxz@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/gs.json b/domains/gs.json
deleted file mode 100644
index b503a3abb..000000000
--- a/domains/gs.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Gokul's Personal Site",
- "repo": "https://github.com/JavaCafe01/javacafe01.github.io",
- "owner": {
- "username": "JavaCafe01",
- "email": "",
- "twitter": "javacafe01"
- },
- "record": {
- "CNAME": "javacafe01.github.io"
- }
-}
diff --git a/domains/guess-who.json b/domains/guess-who.json
new file mode 100644
index 000000000..f12b139a1
--- /dev/null
+++ b/domains/guess-who.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Rayrsn",
+ "email": "rayrsn@proton.me"
+ },
+ "record": {
+ "URL": "https://rayr.link"
+ }
+}
diff --git a/domains/guilhem.json b/domains/guilhem.json
deleted file mode 100644
index d94522613..000000000
--- a/domains/guilhem.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Iryonis",
- "email": "guilhem-bonnefous@etu.u-bordeaux.fr"
- },
- "record": {
- "A": ["116.203.127.206"]
- }
-}
diff --git a/domains/gunethra.json b/domains/gunethra.json
new file mode 100644
index 000000000..34cd3874d
--- /dev/null
+++ b/domains/gunethra.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Gunethra",
+ "email": "gunethrarp1@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/guptasiddhant.json b/domains/guptasiddhant.json
deleted file mode 100644
index a5a9b35b7..000000000
--- a/domains/guptasiddhant.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Is Dev domain for Siddhant GUPTA",
- "repo": "https://github.com/guptasiddhant/guptasiddhant",
- "owner": {
- "username": "GuptaSiddhant",
- "email": "me@guptasiddhant.com"
- },
- "record": {
- "URL": "http://guptasiddhant.com"
- }
-}
diff --git a/domains/gurkirat.json b/domains/gurkirat.json
new file mode 100644
index 000000000..33c91323f
--- /dev/null
+++ b/domains/gurkirat.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "gurkiratz",
+ "email": "singh.gurkirat2707@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/gurubhai.json b/domains/gurubhai.json
new file mode 100644
index 000000000..bd3a9672d
--- /dev/null
+++ b/domains/gurubhai.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "Guru322",
+ "email": "sahoogurucharan00@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/gurubot.json b/domains/gurubot.json
new file mode 100644
index 000000000..813932e1f
--- /dev/null
+++ b/domains/gurubot.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Guru322",
+ "email": "sahoogurucharan00@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/guyen.json b/domains/guyen.json
new file mode 100644
index 000000000..0cacdad5e
--- /dev/null
+++ b/domains/guyen.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "CommanderGuyen",
+ "email": "commanderguyen@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/h4rl.json b/domains/h4rl.json
new file mode 100644
index 000000000..5d1c36eb9
--- /dev/null
+++ b/domains/h4rl.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "h4rldev",
+ "email": "h4rldev@proton.me"
+ },
+ "record": {
+ "CNAME": "h4rldev-github-io.pages.dev"
+ }
+}
diff --git a/domains/h4sh.json b/domains/h4sh.json
new file mode 100644
index 000000000..ff328e34c
--- /dev/null
+++ b/domains/h4sh.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Master290",
+ "email": "contact@rzx.lol"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/habib.json b/domains/habib.json
new file mode 100644
index 000000000..abcb98df9
--- /dev/null
+++ b/domains/habib.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "HabibMollah",
+ "email": "habib.prodev@gmail.com"
+ },
+ "record": {
+ "URL": "https://mollah.vercel.app"
+ }
+}
diff --git a/domains/hackerman.json b/domains/hackerman.json
new file mode 100644
index 000000000..62dacdc06
--- /dev/null
+++ b/domains/hackerman.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AviDevs31",
+ "email": "josealbertotaverazz@gmail.com"
+ },
+ "record": {
+ "CNAME": "avidevs31.github.io"
+ }
+}
diff --git a/domains/hadi.json b/domains/hadi.json
deleted file mode 100644
index 82074acfa..000000000
--- a/domains/hadi.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Nystrex's Personal Website",
- "repo": "https://github.com/Nystrex",
- "owner": {
- "username": "Nystrex",
- "email": "hadi@nystrex.com"
- },
- "record": {
- "CNAME": "nystrex.com"
- }
-}
diff --git a/domains/halelui.json b/domains/halelui.json
new file mode 100644
index 000000000..f5abf567d
--- /dev/null
+++ b/domains/halelui.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Legend256",
+ "email": "heroku.1st.dyno@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/halil.json b/domains/halil.json
new file mode 100644
index 000000000..985ab99b5
--- /dev/null
+++ b/domains/halil.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ConnorDoesDev",
+ "email": "halil_ismail@yahoo.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/halokod.json b/domains/halokod.json
new file mode 100644
index 000000000..c2595f224
--- /dev/null
+++ b/domains/halokod.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "denizkuzey06",
+ "email": "kralpasa1993@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/hans0805.json b/domains/hans0805.json
new file mode 100644
index 000000000..59dc21e5e
--- /dev/null
+++ b/domains/hans0805.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "HansHans135",
+ "email": "ccoccc14@gmail.com"
+ },
+ "record": {
+ "CNAME": "hans0805.me"
+ }
+}
diff --git a/domains/happyenderman.json b/domains/happyenderman.json
index cb4ba2f7d..891654ba4 100644
--- a/domains/happyenderman.json
+++ b/domains/happyenderman.json
@@ -1,11 +1,11 @@
{
- "description":"happyenderman.is-a.dev",
- "repo": "https://github.com/happyendermangit/happyendermangit.github.io",
- "owner": {
- "username": "happyendermangit",
- "email": ""
- },
- "record": {
- "CNAME": "happyendermangit.github.io"
+ "owner": {
+ "username": "happyendermangit",
+ "email": ""
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
diff --git a/domains/hardik.json b/domains/hardik.json
new file mode 100644
index 000000000..86070eabf
--- /dev/null
+++ b/domains/hardik.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Hardikanand1st",
+ "email": "Hardikanand1st@outlook.com"
+ },
+ "record": {
+ "A": ["162.254.35.62"]
+ }
+}
diff --git a/domains/hariienesh.json b/domains/hariienesh.json
new file mode 100644
index 000000000..5b51b7ced
--- /dev/null
+++ b/domains/hariienesh.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "CosmicCodeBase",
+ "email": "hariienesh.cool@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/haris.json b/domains/haris.json
deleted file mode 100644
index 02fcfc195..000000000
--- a/domains/haris.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "HarisETH",
- "email": "hariskumar.eth@gmail.com"
- },
- "record": {
- "URL": "https://haris.one"
- }
-}
diff --git a/domains/harish.json b/domains/harish.json
deleted file mode 100644
index b3aa7ccbb..000000000
--- a/domains/harish.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "email": "harishbb168@gmail.com",
- "username": "harish"
- },
- "description": "My portfolio website",
- "repo": "https://github.com/HarishB167/hs-app",
- "record": {
- "CNAME": "hsapp.onrender.com"
- }
-}
diff --git a/domains/harrystudy.json b/domains/harrystudy.json
new file mode 100644
index 000000000..2c19e31c1
--- /dev/null
+++ b/domains/harrystudy.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "hongglong",
+ "email": "dylanluong3@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/harrythenegro.json b/domains/harrythenegro.json
new file mode 100644
index 000000000..2c19e31c1
--- /dev/null
+++ b/domains/harrythenegro.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "hongglong",
+ "email": "dylanluong3@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/harsh.json b/domains/harsh.json
deleted file mode 100644
index 48d4cbde3..000000000
--- a/domains/harsh.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Riotly",
- "email": "email@oharsh.vip"
- },
- "record": {
- "URL": "https://oharsh.vip"
- }
-}
diff --git a/domains/harshrai.json b/domains/harshrai.json
new file mode 100644
index 000000000..41023df24
--- /dev/null
+++ b/domains/harshrai.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Harshrai1023",
+ "email": "harshrai1023@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/haruki.json b/domains/haruki.json
new file mode 100644
index 000000000..ceaef4d0b
--- /dev/null
+++ b/domains/haruki.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ShreyaPrincess",
+ "email": "shreyasonbusiness@gmail.com"
+ },
+ "record": {
+ "CNAME": "shreyaprincess.github.io"
+ }
+}
diff --git a/domains/haruki.py.json b/domains/haruki.py.json
new file mode 100644
index 000000000..f22198314
--- /dev/null
+++ b/domains/haruki.py.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Anandkrishna34",
+ "email": "aanandkrishna344@gmail.com"
+ },
+ "record": {
+ "CNAME": "proxy.private.danbot.host"
+ }
+}
diff --git a/domains/harukipy.json b/domains/harukipy.json
new file mode 100644
index 000000000..9e2bad4e7
--- /dev/null
+++ b/domains/harukipy.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Anandkrishna34",
+ "email": "aanandkrishna344@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/hay.json b/domains/hay.json
deleted file mode 100644
index 94a10441b..000000000
--- a/domains/hay.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "RayhanADev's Website!",
- "repo": "https://github.com/rayhanadev/Personal-Website-v3",
- "owner": {
- "username": "rayhanadev",
- "email": "rayhanadev@protonmail.com"
- },
- "record": {
- "CNAME": "edge.redirect.pizza"
- }
-}
diff --git a/domains/hazelnut.json b/domains/hazelnut.json
new file mode 100644
index 000000000..ae5caae10
--- /dev/null
+++ b/domains/hazelnut.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "TheMrRedstone",
+ "email": "hazelnutzhoney@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/hazwana.json b/domains/hazwana.json
new file mode 100644
index 000000000..3e78f2175
--- /dev/null
+++ b/domains/hazwana.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "hazwana",
+ "email": "n.hazwana@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/hcs.json b/domains/hcs.json
index 1827deba9..b585e5e80 100644
--- a/domains/hcs.json
+++ b/domains/hcs.json
@@ -4,6 +4,6 @@
"email": "hcskaiask@gmail.com"
},
"record": {
- "A": ["5.196.239.158"]
+ "CNAME": "hcs1219.github.io"
}
}
diff --git a/domains/he.json b/domains/he.json
deleted file mode 100644
index 29c9c121a..000000000
--- a/domains/he.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "lucidwave",
- "email": "",
- "twitter": "Pumao3"
- },
- "record": {
- "URL": "https://x3.lol"
- }
-}
diff --git a/domains/hecterbonha.json b/domains/hecterbonha.json
index 968d60afe..3d5ed03cd 100644
--- a/domains/hecterbonha.json
+++ b/domains/hecterbonha.json
@@ -3,8 +3,9 @@
"username": "hecterbonha",
"email": "untungsoandryanto@gmail.com"
},
-
"record": {
- "CNAME": "hecterbonha.github.io"
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
diff --git a/domains/hehe.json b/domains/hehe.json
new file mode 100644
index 000000000..760ab6b4d
--- /dev/null
+++ b/domains/hehe.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Ebrahim-Ramadan",
+ "email": "ramadanebrahim791@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/heindale.json b/domains/heindale.json
new file mode 100644
index 000000000..704885d2b
--- /dev/null
+++ b/domains/heindale.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Heindale",
+ "email": "danilanil123@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/hekker.json b/domains/hekker.json
new file mode 100644
index 000000000..271862721
--- /dev/null
+++ b/domains/hekker.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "hekker4404",
+ "email": "akhil.ambati@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/helge.json b/domains/helge.json
deleted file mode 100644
index f58243060..000000000
--- a/domains/helge.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "personal website at some point, now pointing to a VPS I own",
- "repo": "https://github.com/iohansson/kldcs",
- "owner": {
- "username": "iohansson",
- "email": "root@helge8.one"
- },
- "record": {
- "CNAME": "helge8.cc"
- }
-}
diff --git a/domains/hellaz.json b/domains/hellaz.json
new file mode 100644
index 000000000..5075a2840
--- /dev/null
+++ b/domains/hellaz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "hellaz",
+ "email": "hellaz.team@gmail.com"
+ },
+ "record": {
+ "URL": "https://hellaz.net"
+ }
+}
diff --git a/domains/hello.json b/domains/hello.json
deleted file mode 100644
index 88fcfb3e0..000000000
--- a/domains/hello.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "personal website",
- "repo": "https://github.com/kldcs/kldcs",
- "owner": {
- "username": "kldcs",
- "email": "kldcsces@outlook.com"
- },
- "record": {
- "CNAME": "7d4f526a-194d-4047-bb0e-93af7aa4a16d.id.repl.co"
- }
-}
diff --git a/domains/hello.qqg00.json b/domains/hello.qqg00.json
new file mode 100644
index 000000000..dd140730e
--- /dev/null
+++ b/domains/hello.qqg00.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ppg00",
+ "email": "vx2dsk@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/hellscaped.json b/domains/hellscaped.json
new file mode 100644
index 000000000..b86506719
--- /dev/null
+++ b/domains/hellscaped.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Hellscaped",
+ "email": "tappsyo@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/helman.json b/domains/helman.json
deleted file mode 100644
index 0d7e70887..000000000
--- a/domains/helman.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "helman.is-a.dev",
- "owner": {
- "username": "helman",
- "email": "all22.helman@gmail.com"
- },
- "record": {
- "CNAME": "blog.heldes.com"
- }
-}
diff --git a/domains/henrymartin.json b/domains/henrymartin.json
deleted file mode 100644
index 3ec3cdb0a..000000000
--- a/domains/henrymartin.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "HENRYMARTIN5",
- "email": "henrysjmartinthesecond@gmail.com"
- },
- "record": {
- "CNAME": "833145ac-c162-4931-b063-b77d351c829f.id.repl.co"
- }
-}
diff --git a/domains/herckun.json b/domains/herckun.json
deleted file mode 100644
index 0ed1fdca6..000000000
--- a/domains/herckun.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "herckun",
- "email": "",
- "twitter": "herckun",
- "discord": "herckun#2055"
- },
- "description": "Personal portfolio website",
- "record": {
- "URL": "https://herckun.xyz"
- }
-}
diff --git a/domains/hex4.json b/domains/hex4.json
new file mode 100644
index 000000000..d2b2cb0c2
--- /dev/null
+++ b/domains/hex4.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Hex-4",
+ "email": "nenex54@pm.me"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/heyjumanji.json b/domains/heyjumanji.json
new file mode 100644
index 000000000..a1fd687e9
--- /dev/null
+++ b/domains/heyjumanji.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "heyjumanji",
+ "email": "madhuchutiya.unhinge650@silomails.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/hi-lrmn.json b/domains/hi-lrmn.json
new file mode 100644
index 000000000..2039ce7f5
--- /dev/null
+++ b/domains/hi-lrmn.json
@@ -0,0 +1,12 @@
+{
+ "description": "hi-lrmn.is-a.dev",
+ "repo": "https://github.com/hi-lrmn/hi-lrmn.github.io",
+ "owner": {
+ "username": "lrmn7",
+ "email": "lrmn.dev@gmail.com",
+ "discord": "romanromannya#0"
+ },
+ "record": {
+ "CNAME": "hi-lrmn.github.io"
+ }
+}
diff --git a/domains/hi.tnt.json b/domains/hi.tnt.json
deleted file mode 100644
index 4577efade..000000000
--- a/domains/hi.tnt.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "SebTNT",
- "email": "turquoisetntmultimedia@gmail.com"
- },
- "record": {
- "URL": "https://sites.google.com/view/hi-art-web"
- }
-}
diff --git a/domains/hieudmg.json b/domains/hieudmg.json
deleted file mode 100644
index 76e9ad40b..000000000
--- a/domains/hieudmg.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "hieudmg",
- "email": "hieudmg@gmail.com"
- },
- "record": {
- "CNAME": "hieudmg.pages.dev"
- }
-}
diff --git a/domains/higherror.json b/domains/higherror.json
deleted file mode 100644
index e6304dbb8..000000000
--- a/domains/higherror.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "HighError Portfolio",
- "repo": "https://github.com/higherror/higherror.github.io",
- "owner": {
- "username": "higherror",
- "email": "hierrorua@gmail.com",
- "twitter": "higherrorua"
- },
- "record": {
- "CNAME": "higherror.github.io"
- }
-}
diff --git a/domains/hikari.json b/domains/hikari.json
deleted file mode 100644
index 2521f5639..000000000
--- a/domains/hikari.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "hikariatama",
- "email": "elusloodus@mail.ru"
- },
-
- "record": {
- "CNAME": "hikariatama.ru"
- }
-}
diff --git a/domains/hilmysakti.json b/domains/hilmysakti.json
new file mode 100644
index 000000000..863c6a003
--- /dev/null
+++ b/domains/hilmysakti.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "HilmySakti",
+ "email": "abandel09@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/himanshusardana.json b/domains/himanshusardana.json
new file mode 100644
index 000000000..d67350783
--- /dev/null
+++ b/domains/himanshusardana.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "HimanshuSardana",
+ "email": "himanshusardana2005@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/hipo.json b/domains/hipo.json
new file mode 100644
index 000000000..296e02cd4
--- /dev/null
+++ b/domains/hipo.json
@@ -0,0 +1,11 @@
+{
+ "description": "badowhp blog page",
+ "repo": "https://github.com/badowhp/badowhp.github.io",
+ "owner": {
+ "username": "badowhp",
+ "email": "badowhp@gmail.com"
+ },
+ "record": {
+ "CNAME": "badowhp.github.io"
+ }
+}
diff --git a/domains/hirako.json b/domains/hirako.json
new file mode 100644
index 000000000..da22d3c01
--- /dev/null
+++ b/domains/hirako.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "hirakotm",
+ "email": "hirakoo@proton.me"
+ },
+ "record": {
+ "CNAME": "website-5xr.pages.dev"
+ }
+}
diff --git a/domains/hiro.json b/domains/hiro.json
index 65c422b56..e18715373 100644
--- a/domains/hiro.json
+++ b/domains/hiro.json
@@ -1,11 +1,11 @@
{
- "description": "Personal website for now",
- "repo": "https://github.com/XxHiroTTVxX",
"owner": {
"username": "XxHiroTTVxX",
- "email": "xxhirottvxx@gmail.com"
+ "email": "phoenixmerlinwolf894@gmail.com"
},
"record": {
- "CNAME": "incognito-20-production-9fe2.up.railway.app"
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
diff --git a/domains/hkamran.json b/domains/hkamran.json
new file mode 100644
index 000000000..3710123e0
--- /dev/null
+++ b/domains/hkamran.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "hkamran80",
+ "email": "hkamran@hkamran.com"
+ },
+ "record": {
+ "URL": "https://hkamran.com/?ref=isadev"
+ }
+}
diff --git a/domains/hmon.json b/domains/hmon.json
deleted file mode 100644
index bc827d503..000000000
--- a/domains/hmon.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "hackermondev",
- "email": "daniel@daniel.is-a.dev"
- },
- "record": {
- "CNAME": "Ultraviolet-Node-3.hackermondev.repl.co"
- }
-}
diff --git a/domains/hntr.json b/domains/hntr.json
new file mode 100644
index 000000000..83474d31e
--- /dev/null
+++ b/domains/hntr.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "HunterAPI",
+ "email": "forsynapse123@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/hod.json b/domains/hod.json
deleted file mode 100644
index ff7a24bd3..000000000
--- a/domains/hod.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "description": "hod's primary website.",
- "repo": "https://github.com/hodss/hodssxyz",
- "owner": {
- "username": "hodss",
- "email": "hod@hodss.xyz",
- "twitter": "hodss_",
- "discord": "hod#2311"
- },
- "record": {
- "URL": "https://hodss.xyz/?refer=is-a-dev"
- }
-}
diff --git a/domains/hokkqi.json b/domains/hokkqi.json
deleted file mode 100644
index d09a10c8a..000000000
--- a/domains/hokkqi.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Portfolio redirect for Hokkqi",
- "repo": "https://werewolf.codes",
- "owner": {
- "username": "hokkqi",
- "email": "lio@werewolf.design"
- },
- "record": {
- "URL": "https://werewolf.design"
- }
-}
diff --git a/domains/holgeb.json b/domains/holgeb.json
new file mode 100644
index 000000000..4c272d6f7
--- /dev/null
+++ b/domains/holgeb.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "niho9807",
+ "email": "niklas.holke@gmx.de"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/horn7x.is-a.dev.json b/domains/horn7x.is-a.dev.json
new file mode 100644
index 000000000..faba2ce3f
--- /dev/null
+++ b/domains/horn7x.is-a.dev.json
@@ -0,0 +1,20 @@
+{
+ "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/horn7x.json b/domains/horn7x.json
new file mode 100644
index 000000000..d49b3cfe3
--- /dev/null
+++ b/domains/horn7x.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "horn7x",
+ "email": "horn7x@gmail.com"
+ },
+ "record": {
+ "CNAME": "horn7x.github.io"
+ }
+}
diff --git a/domains/host.dexo.json b/domains/host.dexo.json
deleted file mode 100644
index ba35b3c3c..000000000
--- a/domains/host.dexo.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "DeXoHigh",
- "email": "dexo1337@pm.me"
- },
- "record": {
- "A": ["54.93.225.90"]
- }
-}
diff --git a/domains/hosting-test.json b/domains/hosting-test.json
index e2a1cd34f..4f6c3f917 100644
--- a/domains/hosting-test.json
+++ b/domains/hosting-test.json
@@ -6,6 +6,6 @@
"record": {
"A": ["217.174.245.249"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
- "MX": "hosts.is-a.dev"
+ "MX": ["hosts.is-a.dev"]
}
}
\ No newline at end of file
diff --git a/domains/hosts.json b/domains/hosts.json
index df90b568a..059af2e02 100644
--- a/domains/hosts.json
+++ b/domains/hosts.json
@@ -4,6 +4,9 @@
"email": "phenax5@gmail.com"
},
"record": {
- "CNAME": "dns.beadman-network.com"
+ "A": ["217.174.245.249"],
+ "TXT": "v=spf1 mx a:mailx.is-a.dev ip4:217.174.245.249 ~all",
+ "MX": ["mailx.is-a.dev"],
+ "AAAA": ["2a00:da00:1800:83a4::1"]
}
}
diff --git a/domains/hotdevs.json b/domains/hotdevs.json
new file mode 100644
index 000000000..51c54fde5
--- /dev/null
+++ b/domains/hotdevs.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "musu10gj",
+ "email": "samzagamer4@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/hotmayonaise.json b/domains/hotmayonaise.json
new file mode 100644
index 000000000..a8740872c
--- /dev/null
+++ b/domains/hotmayonaise.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "hotmayonaise",
+ "email": "roby123ted@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/houlton.json b/domains/houlton.json
new file mode 100644
index 000000000..8416f290e
--- /dev/null
+++ b/domains/houlton.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ahoulton",
+ "email": "ignhoulton@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/houxiaozhao.json b/domains/houxiaozhao.json
new file mode 100644
index 000000000..219f19c40
--- /dev/null
+++ b/domains/houxiaozhao.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "houxiaozhao",
+ "email": "891855179@qq.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/hqmt.json b/domains/hqmt.json
new file mode 100644
index 000000000..f936119b4
--- /dev/null
+++ b/domains/hqmt.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "HQMTGaming",
+ "email": "hoangquocminhthien@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/hqmtgaming.json b/domains/hqmtgaming.json
new file mode 100644
index 000000000..f936119b4
--- /dev/null
+++ b/domains/hqmtgaming.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "HQMTGaming",
+ "email": "hoangquocminhthien@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/hrushal.json b/domains/hrushal.json
deleted file mode 100644
index e5c0c4c88..000000000
--- a/domains/hrushal.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Hrushal's Portfolio Website",
- "repo": "https://github.com/Hrushal-Nikhare/HrushalNikhare-v2",
- "owner": {
- "username": "Hrushal-Nikhare",
- "email": "Hrushalnikhare@gmail.com",
- "discord": "Another_Random_Eevee#7237"
- },
- "record": {
- "CNAME": "hrushal.ml"
- }
-}
diff --git a/domains/hs50.json b/domains/hs50.json
deleted file mode 100644
index 3cfef85ee..000000000
--- a/domains/hs50.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Another way to visit my website.",
- "repo": "https://github.com/Naibuu/website",
- "owner": {
- "username": "Naibuu",
- "email": "contact@hs50.cc"
- },
- "record": {
- "CNAME": "hs50.cc"
- }
-}
diff --git a/domains/httphypixelnet.json b/domains/httphypixelnet.json
new file mode 100644
index 000000000..6bf9f5a3f
--- /dev/null
+++ b/domains/httphypixelnet.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "httphypixelnet",
+ "email": "intenstudios369@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/hugovidafe.json b/domains/hugovidafe.json
deleted file mode 100644
index 75a90de42..000000000
--- a/domains/hugovidafe.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Hugovidafe's website",
- "repo": "https://github.com/Hugovidafe-OSS",
- "owner": {
- "username": "Hugovidafe",
- "email": "hugo@hugovidafe.dev",
- "twitter": "Hugovidafe"
- },
- "record": {
- "URL": "https://hugovidafe.dev"
- }
-}
diff --git a/domains/human.json b/domains/human.json
new file mode 100644
index 000000000..36319b6ab
--- /dev/null
+++ b/domains/human.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Jonathan0827",
+ "email": "limjunehyeop@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/hunai.json b/domains/hunai.json
deleted file mode 100644
index d5e74e302..000000000
--- a/domains/hunai.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Hunter2809",
- "email": "auser929129@gmail.com"
- },
- "record": {
- "A": ["75.2.69.226"]
- }
-}
diff --git a/domains/hunter.json b/domains/hunter.json
deleted file mode 100644
index 1c2c5eee2..000000000
--- a/domains/hunter.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Hunter Website",
- "repo": "https://github.com/itshunterr",
- "owner": {
- "username": "Itshunterr",
- "email": "itshunterr@protonmail.com"
- },
- "record": {
- "A": ["185.199.108.153"]
- }
-}
diff --git a/domains/hvlxh.json b/domains/hvlxh.json
index 0a38e3699..8c37c5581 100644
--- a/domains/hvlxh.json
+++ b/domains/hvlxh.json
@@ -6,6 +6,6 @@
},
"record": {
- "URL": "https://hvlxh.tk"
+ "URL": "https://hvlxh.vercel.app"
}
}
diff --git a/domains/hvn.json b/domains/hvn.json
new file mode 100644
index 000000000..d9f28916f
--- /dev/null
+++ b/domains/hvn.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "goesbyabhi",
+ "email": "abxisxekpanda@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/hyderite.json b/domains/hyderite.json
deleted file mode 100644
index 0ad231d0b..000000000
--- a/domains/hyderite.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Hyderite",
- "email": "hyderiteyt@gmail.com"
- },
- "record": {
- "CNAME": "df204146-7b3d-4adf-8150-d9cbf33a4a73.id.repl.co"
- }
-}
diff --git a/domains/hydrogen.json b/domains/hydrogen.json
new file mode 100644
index 000000000..bf6e0ff6b
--- /dev/null
+++ b/domains/hydrogen.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Coding4Hours",
+ "email": "neealdon3@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/hyno.json b/domains/hyno.json
new file mode 100644
index 000000000..f9b5121c7
--- /dev/null
+++ b/domains/hyno.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "HyNO-IR",
+ "email": "hynoyt.ir@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/hyperhacker.json b/domains/hyperhacker.json
deleted file mode 100644
index 6b3d96414..000000000
--- a/domains/hyperhacker.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Portfolio website for HyperGithubForm",
- "repo": "https://replit.com/@HyperHacker/HyperHacker",
- "owner": {
- "username": "HyperGithubForm",
- "email": "",
- "discord": "HyperHacker#3433"
- },
- "record": {
- "CNAME": "988a5d1f-c278-44ca-9b99-34f9995ed9ba.id.repl.co"
- }
-}
diff --git a/domains/hypernexus.json b/domains/hypernexus.json
new file mode 100644
index 000000000..36451cae8
--- /dev/null
+++ b/domains/hypernexus.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "notHyperNexus",
+ "email": "phamvansau234@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/hzf.json b/domains/hzf.json
deleted file mode 100644
index 57e13a395..000000000
--- a/domains/hzf.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "huhao0208",
- "email": "123huzhifeng@163.com"
- },
- "record": {
- "A": ["124.90.69.145"]
- }
-}
diff --git a/domains/i10.json b/domains/i10.json
deleted file mode 100644
index 018e9954a..000000000
--- a/domains/i10.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "JavaScythe",
- "email": "slashmod6@gmail.com"
- },
- "record": {
- "A": ["34.110.138.177"]
- }
-}
diff --git a/domains/iagobruno.json b/domains/iagobruno.json
new file mode 100644
index 000000000..a82e1440e
--- /dev/null
+++ b/domains/iagobruno.json
@@ -0,0 +1,12 @@
+{
+ "description": "My portfolio website",
+ "repo": "https://github.com/iagobruno/iagobruno.github.io",
+ "owner": {
+ "username": "iagobruno",
+ "email": "iagobruno.dev@gmail.com",
+ "twitter": "iagotico"
+ },
+ "record": {
+ "CNAME": "iagobruno.github.io"
+ }
+}
diff --git a/domains/iammelvink.json b/domains/iammelvink.json
new file mode 100644
index 000000000..6e5d6eb95
--- /dev/null
+++ b/domains/iammelvink.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "iammelvink",
+ "email": "46846457+iammelvink@users.noreply.github.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
diff --git a/domains/iamthedefender.json b/domains/iamthedefender.json
new file mode 100644
index 000000000..2590c6531
--- /dev/null
+++ b/domains/iamthedefender.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "IamTheDefender",
+ "discord": "iamthedefender",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://portfolio-one-ecru-11.vercel.app"
+ }
+}
+
diff --git a/domains/iansalazar.json b/domains/iansalazar.json
deleted file mode 100644
index 38e688cc9..000000000
--- a/domains/iansalazar.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Ian Salazar's portfolio website",
- "repo": "https://github.com/dertrockx/freelance-frontend-app",
- "owner": {
- "username": "iisalazar",
- "email": "iansalazar67@gmail.com"
- },
- "record": {
- "CNAME": "freelance-frontend-app-production.up.railway.app"
- }
-}
diff --git a/domains/ice-head.json b/domains/ice-head.json
new file mode 100644
index 000000000..aa2f26215
--- /dev/null
+++ b/domains/ice-head.json
@@ -0,0 +1,20 @@
+{
+ "owner": {
+ "username": "Ice-Head",
+ "email": "heads.ice@protonmail.com",
+ "note": "This record was created by is-a.dev Discord bot via discord id: 744472773715427368"
+ },
+
+ "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=heads.ice@protonmail.com"
+ }
+}
diff --git a/domains/iceed.json b/domains/iceed.json
new file mode 100644
index 000000000..0327e8e2c
--- /dev/null
+++ b/domains/iceed.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "mjnaous",
+ "email": "mj@naous.eu.org"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/icehead.json b/domains/icehead.json
index c27402685..490cfebf0 100644
--- a/domains/icehead.json
+++ b/domains/icehead.json
@@ -1,11 +1,11 @@
{
- "description": "Domain for my Github Page.",
- "repo": "https://github.com/Ice-Head/ice-head.github.io",
"owner": {
"username": "Ice-Head",
"email": "heads.ice@protonmail.com"
},
"record": {
- "CNAME": "ice-head.github.io"
+ "A": ["217.174.245.249"],
+ "MX": ["mx1.improvmx.com","mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/icevixen.json b/domains/icevixen.json
new file mode 100644
index 000000000..11ce7ceb0
--- /dev/null
+++ b/domains/icevixen.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Zirmith",
+ "email": "f2v74yt@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/icy.json b/domains/icy.json
new file mode 100644
index 000000000..320dd2aa3
--- /dev/null
+++ b/domains/icy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "IcyonGit",
+ "email": "Jazzyvela2009@outlook.com"
+ },
+ "record": {
+ "CNAME": "icyongit.github.io"
+ }
+}
diff --git a/domains/idoli.json b/domains/idoli.json
new file mode 100644
index 000000000..ce6510fe4
--- /dev/null
+++ b/domains/idoli.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "D0TM4N",
+ "email": "idoinschool@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ihk.json b/domains/ihk.json
new file mode 100644
index 000000000..fa05957b0
--- /dev/null
+++ b/domains/ihk.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Kresswell",
+ "email": "simonecresswell@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ihkgpt.json b/domains/ihkgpt.json
new file mode 100644
index 000000000..fa05957b0
--- /dev/null
+++ b/domains/ihkgpt.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Kresswell",
+ "email": "simonecresswell@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ihsan.json b/domains/ihsan.json
deleted file mode 100644
index 055d3d0cf..000000000
--- a/domains/ihsan.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "XzFrosT",
- "email": "mschodeihsan@gmail.com"
- },
- "record": {
- "CNAME": "ihsanhardiansah.me"
- }
-}
diff --git a/domains/ikd.json b/domains/ikd.json
deleted file mode 100644
index 299cae2f6..000000000
--- a/domains/ikd.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "its-id",
- "email": "",
- "twitter": "its_ikD"
- },
-
- "record": {
- "CNAME": "portfolio-main-production.up.railway.app"
- }
-}
diff --git a/domains/ilakian.json b/domains/ilakian.json
new file mode 100644
index 000000000..a0acb6a06
--- /dev/null
+++ b/domains/ilakian.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Ilakiancs",
+ "email": "ilakiancs@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/imad.json b/domains/imad.json
index e76d3f385..a6f00d379 100644
--- a/domains/imad.json
+++ b/domains/imad.json
@@ -1,11 +1,13 @@
{
- "description": "Imad",
- "repo": "https://github.com/imadboy89",
- "owner": {
- "username": "imadboy89",
- "email": "imad.kh@outlook.com"
- },
- "record": {
- "A": ["20.101.44.225"]
- }
+ "description": "Imad",
+ "repo": "https://github.com/imadboy89",
+ "owner": {
+ "username": "imadboy89",
+ "email": "imad.kh@outlook.com"
+ },
+ "record": {
+ "A": [
+ "20.101.44.225"
+ ]
+ }
}
diff --git a/domains/imat.json b/domains/imat.json
index cf533d197..b97612952 100644
--- a/domains/imat.json
+++ b/domains/imat.json
@@ -6,6 +6,6 @@
"email": "adam.essakhi16+github@gmail.com"
},
"record": {
- "CNAME": "protuberant-stands.000webhostapp.com"
+ "CNAME": "sites.bootstrapstudio.io"
}
}
diff --git a/domains/imd.json b/domains/imd.json
index e76d3f385..a6f00d379 100644
--- a/domains/imd.json
+++ b/domains/imd.json
@@ -1,11 +1,13 @@
{
- "description": "Imad",
- "repo": "https://github.com/imadboy89",
- "owner": {
- "username": "imadboy89",
- "email": "imad.kh@outlook.com"
- },
- "record": {
- "A": ["20.101.44.225"]
- }
+ "description": "Imad",
+ "repo": "https://github.com/imadboy89",
+ "owner": {
+ "username": "imadboy89",
+ "email": "imad.kh@outlook.com"
+ },
+ "record": {
+ "A": [
+ "20.101.44.225"
+ ]
+ }
}
diff --git a/domains/imdew.json b/domains/imdew.json
new file mode 100644
index 000000000..332facee4
--- /dev/null
+++ b/domains/imdew.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "dewiscool",
+ "email": "zerolikecyber.2005@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/imdsamimakhter.json b/domains/imdsamimakhter.json
new file mode 100644
index 000000000..85ed004a4
--- /dev/null
+++ b/domains/imdsamimakhter.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "imdsamimakhter",
+ "email": "mdsamimakhter2001@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/imekachi.json b/domains/imekachi.json
deleted file mode 100644
index 34893a08e..000000000
--- a/domains/imekachi.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "imekachi",
- "email": "imekachi@gmail.com"
- },
-
- "record": {
- "CNAME": "hashnode.network"
- }
-}
diff --git a/domains/img.json b/domains/img.json
deleted file mode 100644
index db8921c2a..000000000
--- a/domains/img.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "a website to save some images",
- "repo": "https://github.com/leecheeyong/leecheeyong",
- "owner": {
- "username": "leecheeyong",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "dd04023a-b6e9-4158-858e-bad08e56f201.id.repl.co"
- }
-}
diff --git a/domains/immails.json b/domains/immails.json
deleted file mode 100644
index e8967f3b5..000000000
--- a/domains/immails.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "ImMAils",
- "email": "anton140315@gmail.com",
- "discord": "I'mMAils#1238"
- },
- "description": "Why? To share my projects and other stuff. Like discord bot, node.js modules or even games!",
- "record": {
- "CNAME": "f0476060.xsph.ru"
- }
-}
diff --git a/domains/impsycho.json b/domains/impsycho.json
deleted file mode 100644
index 2cb184373..000000000
--- a/domains/impsycho.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "OpAayush",
- "email": "aayushmagrawal@gmail.com"
- },
- "record": {
- "CNAME": "27b81edb-5fc7-4c0c-82c5-2f96e325f113.id.repl.co"
- }
-}
diff --git a/domains/imsudip.json b/domains/imsudip.json
deleted file mode 100644
index 6e88e8e8d..000000000
--- a/domains/imsudip.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "A personal portfolio site for all my projects",
- "repo": "https://github.com/imsudip/portfolio",
- "owner": {
- "username": "imsudip",
- "email": "sudipghosh9333@gmail.com"
- },
- "record": {
- "URL": "https://portfolio.imsudip.ml"
- }
-}
diff --git a/domains/imzihad21.json b/domains/imzihad21.json
deleted file mode 100644
index 80f3f1f2e..000000000
--- a/domains/imzihad21.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "IMZihad21",
- "email": "imzihad@gmail.com"
- },
- "record": {
- "A": ["52.77.224.107"],
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
- "TXT": "forward-email=imzihad@gmail.com"
- }
-}
diff --git a/domains/in3pire.json b/domains/in3pire.json
new file mode 100644
index 000000000..7a8246433
--- /dev/null
+++ b/domains/in3pire.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "TrivCodez",
+ "email": "Jayeshpoudel+ha@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/inam.json b/domains/inam.json
new file mode 100644
index 000000000..f81ae11d6
--- /dev/null
+++ b/domains/inam.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "inamurahman",
+ "email": "inamvkd@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/infinitecode.json b/domains/infinitecode.json
deleted file mode 100644
index 025e1ae2f..000000000
--- a/domains/infinitecode.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Infinite's personal portfolio!",
- "owner": {
- "username": "InfiniteCode",
- "email": "infinitecode@infiniteco.de"
- },
- "record": {
- "URL": "https://infiniteco.de"
- }
-}
diff --git a/domains/infinitelearning.json b/domains/infinitelearning.json
deleted file mode 100644
index 1e74f15b9..000000000
--- a/domains/infinitelearning.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "tiwlinkskwazeh",
- "email": "kwazehh@proton.me"
- },
- "record": {
- "A": ["18.215.144.92"]
- }
-}
diff --git a/domains/infinityhackers.json b/domains/infinityhackers.json
new file mode 100644
index 000000000..fa05957b0
--- /dev/null
+++ b/domains/infinityhackers.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Kresswell",
+ "email": "simonecresswell@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/info.trung.json b/domains/info.trung.json
new file mode 100644
index 000000000..57f9a1944
--- /dev/null
+++ b/domains/info.trung.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "CNAME": "dev-info-website.pages.dev"
+ }
+}
diff --git a/domains/ink.json b/domains/ink.json
deleted file mode 100644
index b35ebbbd5..000000000
--- a/domains/ink.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "project docs",
- "repo": "https://github.com/leecheeyong/leecheeyong",
- "owner": {
- "username": "leecheeyong",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "eb916d53-6d53-4d03-98b4-06b9dd7352e7.id.repl.co"
- }
-}
diff --git a/domains/instantnoodles.json b/domains/instantnoodles.json
deleted file mode 100644
index 986cd8803..000000000
--- a/domains/instantnoodles.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "info@instantnoodles.is-a.dev",
- "repo": "https://github.com/NoodlesDev1/InstantNoodles-portfolio",
- "owner": {
- "username": "NoodlesDev1",
- "email": "info@InstantNoodles.is-a.dev"
- },
- "record": {
- "A": ["172.66.47.94", "172.66.44.162"],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"]
- }
-}
diff --git a/domains/instapi.aditya.json b/domains/instapi.aditya.json
deleted file mode 100644
index bcc1daa27..000000000
--- a/domains/instapi.aditya.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "owner": {
- "username": "pythonmcpi",
- "email": "user3456@insomnia247.nl",
- "irc": "user3456@irc.insomnia247.nl/#shells",
- "discord": "Little Furret#7901",
- "note": "That email address is not my main email. It has email forwarding enabled, but the spam filter doesn't like the forwarding. It is probably faster to contact me on Discord or irc."
- },
- "description": "I'll probably put some project pages on 0x0.is-a.dev. ¯\\_(ツ)_/¯",
- "record": {
- "A": ["76.223.55.44"]
- }
-}
diff --git a/domains/interstellar.json b/domains/interstellar.json
new file mode 100644
index 000000000..6c986115d
--- /dev/null
+++ b/domains/interstellar.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "jacksoncraft859",
+ "email": "pollardjackson@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/interstellar.ultrix.json b/domains/interstellar.ultrix.json
new file mode 100644
index 000000000..6c986115d
--- /dev/null
+++ b/domains/interstellar.ultrix.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "jacksoncraft859",
+ "email": "pollardjackson@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/interstellaros.json b/domains/interstellaros.json
new file mode 100644
index 000000000..99241dce9
--- /dev/null
+++ b/domains/interstellaros.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jacksoncraft859",
+ "email": "pollardjackson@outlook.com"
+ },
+ "record": {
+ "TXT": "replit-verify=ac38945f-f53b-4b1b-980d-e2a1d64175c6"
+ }
+}
diff --git a/domains/ionetty.json b/domains/ionetty.json
deleted file mode 100644
index b40394c01..000000000
--- a/domains/ionetty.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Minecraft server n such.",
- "repo": "https://github.com/tootie112",
- "owner": {
- "username": "tootie112",
- "email": "",
- "discord": "Io.Netty#3118"
- },
- "record": {
- "A": ["65.21.160.210"]
- }
-}
diff --git a/domains/ipv4.zerow.json b/domains/ipv4.zerow.json
deleted file mode 100644
index 353e7e8a0..000000000
--- a/domains/ipv4.zerow.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "DevZerow",
- "email": "zerow.pro@protonmail.com"
- },
-
- "record": {
- "A": ["92.118.207.191"]
- }
-}
diff --git a/domains/is-a-dev-testing.json b/domains/is-a-dev-testing.json
index e2a1cd34f..4f6c3f917 100644
--- a/domains/is-a-dev-testing.json
+++ b/domains/is-a-dev-testing.json
@@ -6,6 +6,6 @@
"record": {
"A": ["217.174.245.249"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
- "MX": "hosts.is-a.dev"
+ "MX": ["hosts.is-a.dev"]
}
}
\ No newline at end of file
diff --git a/domains/isaacrobinson.json b/domains/isaacrobinson.json
new file mode 100644
index 000000000..25baf7a8d
--- /dev/null
+++ b/domains/isaacrobinson.json
@@ -0,0 +1,11 @@
+{
+ "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/isdwk.json b/domains/isdwk.json
new file mode 100644
index 000000000..01be5e070
--- /dev/null
+++ b/domains/isdwk.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Brickmasterr",
+ "email": "dwiki200304@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ish.json b/domains/ish.json
deleted file mode 100644
index a2e53aa09..000000000
--- a/domains/ish.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "iamblueish",
- "email": "hey@blueish.gq"
- },
- "record": {
- "CNAME": "dev.blueish.gq"
- }
-}
diff --git a/domains/issai.json b/domains/issai.json
deleted file mode 100644
index fcba6f9d5..000000000
--- a/domains/issai.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "TheLimifiedLime",
- "email": "",
- "twitter": "TheLimifiedLime"
- },
- "description": "I will use this to redirect to my main domain",
- "repo": "https://github.com/TheLimifiedLime/issai.club",
- "record": {
- "URL": "https://issai.club"
- }
-}
diff --git a/domains/itsdemongamez.json b/domains/itsdemongamez.json
index 5979a0f57..8dbd2ff9f 100644
--- a/domains/itsdemongamez.json
+++ b/domains/itsdemongamez.json
@@ -1,11 +1,11 @@
{
"owner": {
- "username": "ShadowPlayzYT22",
+ "username": "DemonGamez",
"email": "peterwyneg@gmail.com",
"discord": "1038747272701292584"
},
"record": {
- "CNAME": "shadowplayzyt22.github.io"
+ "CNAME": "DemonGamez.github.io"
}
}
diff --git a/domains/itskorn.json b/domains/itskorn.json
new file mode 100644
index 000000000..75208fd8f
--- /dev/null
+++ b/domains/itskorn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DemonGamez",
+ "email": "peterwyneg@gmail.com"
+ },
+ "record": {
+ "CNAME": "itskorn.github.io"
+ }
+}
diff --git a/domains/itzhenry.json b/domains/itzhenry.json
new file mode 100644
index 000000000..5eedd240c
--- /dev/null
+++ b/domains/itzhenry.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/ItzHenry1/itzhenry1.github.io",
+ "owner": {
+ "username": "ItzHenry1",
+ "email": "trscrus@gmail.com"
+ },
+ "record": {
+ "CNAME": "itzhenry1.github.io"
+ }
+}
diff --git a/domains/iucc.json b/domains/iucc.json
deleted file mode 100644
index fa92c3cd7..000000000
--- a/domains/iucc.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "IuCC123",
- "email": "raccoon.pw.main@gmail.com"
- },
- "record": {
- "CNAME": "1e080129-14d6-480b-9abb-390879d573cf.id.repl.co"
- }
-}
diff --git a/domains/ivolimasilva.json b/domains/ivolimasilva.json
deleted file mode 100644
index 15042ce87..000000000
--- a/domains/ivolimasilva.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Ivo Lima Silva's personal website",
- "repo": "https://github.com/ivolimasilva/ivolimasilva.github.io",
- "owner": {
- "username": "ivolimasilva",
- "email": "ivolimasilva@outlook.com"
- },
- "record": {
- "CNAME": "ivolimasilva.xyz"
- }
-}
diff --git a/domains/j-x01.json b/domains/j-x01.json
new file mode 100644
index 000000000..b45389d24
--- /dev/null
+++ b/domains/j-x01.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "XxJVG1xX",
+ "email": "jvgvgaa@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/j-x1.json b/domains/j-x1.json
new file mode 100644
index 000000000..b45389d24
--- /dev/null
+++ b/domains/j-x1.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "XxJVG1xX",
+ "email": "jvgvgaa@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/j0.json b/domains/j0.json
deleted file mode 100644
index 583ce9bc8..000000000
--- a/domains/j0.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "j0code",
- "discord": "j0code",
- "email": ""
- },
- "record": {
- "CNAME": "cohalejoja.selfhost.eu"
- }
-}
diff --git a/domains/j0code.json b/domains/j0code.json
deleted file mode 100644
index 583ce9bc8..000000000
--- a/domains/j0code.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "j0code",
- "discord": "j0code",
- "email": ""
- },
- "record": {
- "CNAME": "cohalejoja.selfhost.eu"
- }
-}
diff --git a/domains/j1shnu.json b/domains/j1shnu.json
deleted file mode 100644
index c9530d10b..000000000
--- a/domains/j1shnu.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Jishnu's site for is-a.dev",
- "repo": "https://github.com/j1shnu/j1shnu.github.io",
- "owner": {
- "username": "j1shnu",
- "email": "pjishnu44@gmail.com"
- },
- "record": {
- "CNAME": "www.j1shnu.ml"
- }
-}
diff --git a/domains/jackbillstrom.json b/domains/jackbillstrom.json
deleted file mode 100644
index 24a291a3e..000000000
--- a/domains/jackbillstrom.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "jackbillstrom",
- "email": "jackbillstrom@gmail.com"
- },
-
- "record": {
- "CNAME": "swedish.codes"
- }
-}
diff --git a/domains/jackfrost.json b/domains/jackfrost.json
new file mode 100644
index 000000000..8051dbc37
--- /dev/null
+++ b/domains/jackfrost.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JackFrost003",
+ "email": "jackfro03@gmail.com"
+ },
+ "record": {
+ "URL": "https://shortner-yo72.onrender.com"
+ }
+}
diff --git a/domains/jacobi09.json b/domains/jacobi09.json
deleted file mode 100644
index 3f78f3789..000000000
--- a/domains/jacobi09.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "jacobi090",
- "email": "jacobi090@outlook.com"
- },
- "record": {
- "CNAME": "11a5227b-1286-4b6c-9741-b0e69e913c6f.id.repl.co"
- }
-}
diff --git a/domains/jacobtm.json b/domains/jacobtm.json
deleted file mode 100644
index e7c8fc79b..000000000
--- a/domains/jacobtm.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "About me.",
- "repo": "https://github.com/Jacob1Tm",
- "owner": {
- "username": "Jacob1Tm",
- "email": "",
- "twitter": "Jacob1_Tm"
- },
- "record": {
- "URL": "https://jacobtm.tk"
- }
-}
diff --git a/domains/jadebetty.json b/domains/jadebetty.json
new file mode 100644
index 000000000..a57e8ac6f
--- /dev/null
+++ b/domains/jadebetty.json
@@ -0,0 +1,17 @@
+{
+ "owner": {
+ "username": "JadeBetty",
+ "email": "",
+ "discord": "758617912566087681"
+ },
+ "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/jagi.json b/domains/jagi.json
new file mode 100644
index 000000000..502076c72
--- /dev/null
+++ b/domains/jagi.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "javhaa07",
+ "email": "jjagi02@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/jainam.json b/domains/jainam.json
index 2fb06ee27..365a787c5 100644
--- a/domains/jainam.json
+++ b/domains/jainam.json
@@ -4,6 +4,6 @@
"email": "me@jainam.me"
},
"record": {
- "URL": "https://jainam.me"
+ "URL": "http://jainam.me"
}
}
diff --git a/domains/jams.json b/domains/jams.json
new file mode 100644
index 000000000..227d8af96
--- /dev/null
+++ b/domains/jams.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "g1gabyteDEV",
+ "email": "jamesmarke7@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/jan.json b/domains/jan.json
deleted file mode 100644
index 546d9fb9e..000000000
--- a/domains/jan.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Subdomain of is-a.dev for my code server. I use DBH as hosting",
- "owner": {
- "username": "Janlxrd",
- "email": "",
- "discord": "milf lover 𖤐#5058"
- },
- "record": {
- "A": ["164.132.74.251"]
- }
-}
diff --git a/domains/janeberru.json b/domains/janeberru.json
deleted file mode 100644
index 1449c3eab..000000000
--- a/domains/janeberru.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "nicholasyoannou",
- "email": "",
- "discord": "janeberru#4594",
- "note": "You can contact me by email or discord, really don't mind :)"
- },
- "description": "I'll probably be testing code and such on janeberru.is-a.dev. ¯\\_(ツ)_/¯",
- "record": {
- "CNAME": "testing-12.nicholas.dev"
- }
-}
diff --git a/domains/jani-abhishek.json b/domains/jani-abhishek.json
deleted file mode 100644
index b8df093fb..000000000
--- a/domains/jani-abhishek.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My new website",
- "repo": "https://github.com/jani-abhishek/jani-abhishek.github.io",
- "owner": {
- "username": "jani-abhishek",
- "email": "jani.abhishek@truestaz.com"
- },
- "record": {
- "CNAME": "jani-abhishek.github.io"
- }
-}
diff --git a/domains/januantara.json b/domains/januantara.json
new file mode 100644
index 000000000..63f2620ed
--- /dev/null
+++ b/domains/januantara.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "coderzhaxor",
+ "email": "ajanuantara@gmail.com"
+ },
+ "record": {
+ "CNAME": "coderzhaxor.github.io"
+ }
+}
diff --git a/domains/jarmos.json b/domains/jarmos.json
deleted file mode 100644
index 4913a1b49..000000000
--- a/domains/jarmos.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "A personal blog which is hosted on Medium temporarily.",
- "repo": "https://github.com/Jarmos-san/blog",
- "owner": {
- "username": "Jarmos-san",
- "email": "",
- "twitter": "Jarmosan"
- },
- "record": {
- "CNAME": "jarmos.medium.com"
- }
-}
diff --git a/domains/jarren.json b/domains/jarren.json
new file mode 100644
index 000000000..a0fda613b
--- /dev/null
+++ b/domains/jarren.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "JDirk01",
+ "email": "jarrendirk4@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/jasonthomas.json b/domains/jasonthomas.json
new file mode 100644
index 000000000..25fd6253b
--- /dev/null
+++ b/domains/jasonthomas.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Wizrst641",
+ "email": "slxppyznet18@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/javierpastore.json b/domains/javierpastore.json
new file mode 100644
index 000000000..bf621a217
--- /dev/null
+++ b/domains/javierpastore.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "yangxiaokun",
+ "email": "619742721@qq.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/jay.json b/domains/jay.json
deleted file mode 100644
index e732cb3c7..000000000
--- a/domains/jay.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "jaygmx",
- "email": "j.jay@gmx.us"
- },
- "record": {
- "CNAME": "jay.readthedocs.io"
- }
-}
diff --git a/domains/jayesh.json b/domains/jayesh.json
deleted file mode 100644
index da96e40a9..000000000
--- a/domains/jayesh.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "jayeshsomala",
- "email": "jayeshsomala@gmail.com"
- },
- "record": {
- "CNAME": "hashnode.network"
- }
-}
diff --git a/domains/jbugel.json b/domains/jbugel.json
new file mode 100644
index 000000000..c8a7b686d
--- /dev/null
+++ b/domains/jbugel.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "jbugel-lol",
+ "email": "jbugel.lol.github@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/jbyt27.json b/domains/jbyt27.json
deleted file mode 100644
index ce7616272..000000000
--- a/domains/jbyt27.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "JBYT27",
- "email": "beol0127@gmail.com"
- },
- "record": {
- "URL": "https://jbyt27.jbloves27.repl.co"
- }
-}
diff --git a/domains/jckli.json b/domains/jckli.json
new file mode 100644
index 000000000..02176fcc2
--- /dev/null
+++ b/domains/jckli.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jckli",
+ "email": "notjackhli@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/jckli"
+ }
+}
diff --git a/domains/jellyfin.banana.json b/domains/jellyfin.banana.json
deleted file mode 100644
index 5bd3d9aa5..000000000
--- a/domains/jellyfin.banana.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "BANanaD3V",
- "email": "banana@bananadev.ml"
- },
-
- "record": {
- "A": ["95.165.13.215"]
- }
-}
diff --git a/domains/jessehoekema.json b/domains/jessehoekema.json
new file mode 100644
index 000000000..cd9faa862
--- /dev/null
+++ b/domains/jessehoekema.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "JesseHoekema",
+ "email": "jessehoekema@icloud.com"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
+}
diff --git a/domains/jhos.json b/domains/jhos.json
new file mode 100644
index 000000000..cd9faa862
--- /dev/null
+++ b/domains/jhos.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "JesseHoekema",
+ "email": "jessehoekema@icloud.com"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
+}
diff --git a/domains/jim.json b/domains/jim.json
new file mode 100644
index 000000000..bd5bc1e67
--- /dev/null
+++ b/domains/jim.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "jimmy20180130",
+ "email": "jimmy20180130@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/jimscope.json b/domains/jimscope.json
deleted file mode 100644
index f49b4a920..000000000
--- a/domains/jimscope.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "/home/jimscope",
- "repo": "https://github.com/jimscope/jimscope.github.io",
- "owner": {
- "username": "jimscope",
- "email": "jimscope@protonmail.com"
- },
- "record": {
- "CNAME": "hashnode.network"
- }
-}
diff --git a/domains/jindx.json b/domains/jindx.json
new file mode 100644
index 000000000..11c92e898
--- /dev/null
+++ b/domains/jindx.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "JinDX",
+ "email": "dox.jin@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/jjhjkhk.json b/domains/jjhjkhk.json
new file mode 100644
index 000000000..e8a17aa6c
--- /dev/null
+++ b/domains/jjhjkhk.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "f4ruk1453decodex",
+ "email": "furk4ncrowley@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/jkb-bio.json b/domains/jkb-bio.json
new file mode 100644
index 000000000..a11940628
--- /dev/null
+++ b/domains/jkb-bio.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "jakublua",
+ "email": "jkb@courvix.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/jlalfonso21.json b/domains/jlalfonso21.json
deleted file mode 100644
index 2ca0563b0..000000000
--- a/domains/jlalfonso21.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "jlalfonso21",
- "email": "jlalfonso21@gmail.com"
- },
- "record": {
- "A": ["89.147.111.78"]
- }
-}
diff --git a/domains/joaozeira.json b/domains/joaozeira.json
new file mode 100644
index 000000000..b0ef44d55
--- /dev/null
+++ b/domains/joaozeira.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "joaozeiradev",
+ "email": "joaofelipegamer24@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/johan-stickman.json b/domains/johan-stickman.json
deleted file mode 100644
index 295f229dd..000000000
--- a/domains/johan-stickman.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "My personal website",
- "owner": {
- "username": "johan-perso",
- "email": "johan_stickman@proton.me",
- "twitter": "Johan_Stickman",
- "discord": "Johan#8021"
- },
- "record": {
- "URL": "https://johanstick.me"
- }
-}
diff --git a/domains/johna.json b/domains/johna.json
index dfd3b98fd..bde09e552 100644
--- a/domains/johna.json
+++ b/domains/johna.json
@@ -6,6 +6,6 @@
"email": "j-verstraaten@hotmail.com"
},
"record": {
- "URL": "https://johna.is-a-fullstack.dev"
+ "CNAME": "johna.pages.dev"
}
}
diff --git a/domains/johndo.json b/domains/johndo.json
new file mode 100644
index 000000000..df9d654ba
--- /dev/null
+++ b/domains/johndo.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "billybobisverycool",
+ "email": "27johnballenger@ucsstudent.org"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/johndoe.json b/domains/johndoe.json
new file mode 100644
index 000000000..550a484c2
--- /dev/null
+++ b/domains/johndoe.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "pythonhuman",
+ "email": "sai.pasumarthi@stu.argyleisd.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/johnmortan.json b/domains/johnmortan.json
new file mode 100644
index 000000000..f0d0eec46
--- /dev/null
+++ b/domains/johnmortan.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Atr-e",
+ "email": "eatr577@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/johnny1337.json b/domains/johnny1337.json
new file mode 100644
index 000000000..fe95131f8
--- /dev/null
+++ b/domains/johnny1337.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ProxyJohnny",
+ "email": "johnnydx7@gmail.com"
+ },
+ "record": {
+ "CNAME": "johnny1337.pages.dev"
+ }
+}
diff --git a/domains/jojojux.json b/domains/jojojux.json
new file mode 100644
index 000000000..3a3e7ebca
--- /dev/null
+++ b/domains/jojojux.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "J0J0HA",
+ "email": "info@jojojux.de"
+ },
+ "record": {
+ "URL": "https://jojojux.de"
+ }
+}
diff --git a/domains/jonas.json b/domains/jonas.json
new file mode 100644
index 000000000..24c743371
--- /dev/null
+++ b/domains/jonas.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "WallnussJonas",
+ "email": "jonas.werner.nov1999@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/jonathan.json b/domains/jonathan.json
deleted file mode 100644
index c13860eec..000000000
--- a/domains/jonathan.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "jonOriginal",
- "email": "jonathan-knox@outlook.com",
- "discord": "12340#0567"
- },
- "record": {
- "CNAME": "webknox.ddns.net"
- },
- "repo": "https://github.com/jonOriginal"
-}
diff --git a/domains/joordih.json b/domains/joordih.json
new file mode 100644
index 000000000..c90eecd61
--- /dev/null
+++ b/domains/joordih.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "HarpyLMAO",
+ "email": "harpymclol@gmail.com"
+ },
+ "record": {
+ "URL": "https://joordih.lol"
+ }
+}
diff --git a/domains/jorge.json b/domains/jorge.json
new file mode 100644
index 000000000..72cb6fcc1
--- /dev/null
+++ b/domains/jorge.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jfelix9",
+ "email": "jfelixdev@icloud.com"
+ },
+ "record": {
+ "URL": "https://jorge-felix.com"
+ }
+}
diff --git a/domains/josh.json b/domains/josh.json
deleted file mode 100644
index b127cefe9..000000000
--- a/domains/josh.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Josh's personal developer website",
- "repo": "https://github.com/miltzi",
- "owner": {
- "username": "miltzi",
- "email": "josh@miltz.co.za"
- },
- "record": {
- "CNAME": "joshisadev.miltz.co.za"
- }
-}
diff --git a/domains/joshua.json b/domains/joshua.json
deleted file mode 100644
index 0bb60a121..000000000
--- a/domains/joshua.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Joshua's Website",
- "repo": "https://github.com/joshua-noakes1",
- "owner": {
- "username": "joshua-noakes1",
- "email": "joshua.noakes1@icloud.com"
- },
- "record": {
- "CNAME": "prx1.oci.cocogoat.xyz"
- }
-}
diff --git a/domains/josjonkeren.json b/domains/josjonkeren.json
deleted file mode 100644
index ee844f4a4..000000000
--- a/domains/josjonkeren.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "jonkeren",
- "email": "josjonkeren@gmail.com"
- },
- "record": {
- "CNAME": "jonkeren.nl"
- }
-}
diff --git a/domains/jtgr.json b/domains/jtgr.json
new file mode 100644
index 000000000..a11940628
--- /dev/null
+++ b/domains/jtgr.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "jakublua",
+ "email": "jkb@courvix.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/julio.json b/domains/julio.json
new file mode 100644
index 000000000..ec44f209a
--- /dev/null
+++ b/domains/julio.json
@@ -0,0 +1,11 @@
+{
+ "description": "My work portfolio",
+ "repo": "https://github.com/thatsquite",
+ "owner": {
+ "username": "thatsquite",
+ "email": "juliocesar.santos@making.com"
+ },
+ "record": {
+ "CNAME": "thatsquite.github.io"
+ }
+}
diff --git a/domains/juliocesar.json b/domains/juliocesar.json
new file mode 100644
index 000000000..6148b124e
--- /dev/null
+++ b/domains/juliocesar.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "jcwisniewski",
+ "email": "julio.wisnieski@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/jumanji.json b/domains/jumanji.json
new file mode 100644
index 000000000..c354d0c6f
--- /dev/null
+++ b/domains/jumanji.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "heyjumanji",
+ "email": "madhuchutiya.unhinge650@silomails.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
diff --git a/domains/junior.json b/domains/junior.json
index 5d947b544..ac014dd71 100644
--- a/domains/junior.json
+++ b/domains/junior.json
@@ -6,6 +6,6 @@
"record": {
"A": ["217.174.245.249"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
- "MX": "hosts.is-a.dev"
+ "MX": ["hosts.is-a.dev"]
}
}
\ No newline at end of file
diff --git a/domains/jupie.json b/domains/jupie.json
new file mode 100644
index 000000000..2e3142c9d
--- /dev/null
+++ b/domains/jupie.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Jupiee",
+ "email": "mzkplayz1@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/justcody.json b/domains/justcody.json
new file mode 100644
index 000000000..f9afe869c
--- /dev/null
+++ b/domains/justcody.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "JWeinelt",
+ "email": "julian.weinelt@outlook.de"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/justevil.json b/domains/justevil.json
new file mode 100644
index 000000000..c44d509b4
--- /dev/null
+++ b/domains/justevil.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "EvilG-MC",
+ "email": "thatjustevil@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/justus.json b/domains/justus.json
deleted file mode 100644
index 50acf9a0d..000000000
--- a/domains/justus.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Justus-D",
- "email": "justus.is-a.dev@herrblauzahn.de"
- },
- "record": {
- "CNAME": "is-a-dev.justus-d.de"
- }
-}
diff --git a/domains/jx-1.json b/domains/jx-1.json
new file mode 100644
index 000000000..b45389d24
--- /dev/null
+++ b/domains/jx-1.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "XxJVG1xX",
+ "email": "jvgvgaa@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/jx1.json b/domains/jx1.json
new file mode 100644
index 000000000..b45389d24
--- /dev/null
+++ b/domains/jx1.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "XxJVG1xX",
+ "email": "jvgvgaa@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/jz.json b/domains/jz.json
new file mode 100644
index 000000000..45c849919
--- /dev/null
+++ b/domains/jz.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "JZ1324",
+ "email": "zheng.joshua2@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/k4i0d.json b/domains/k4i0d.json
deleted file mode 100644
index 0600507f3..000000000
--- a/domains/k4i0d.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "kaiodcosta",
- "email": "kaiod@riseup.net"
- },
- "record": {
- "URL": "https://kaiod.icu"
- }
-}
diff --git a/domains/kainer.json b/domains/kainer.json
new file mode 100644
index 000000000..c60567d15
--- /dev/null
+++ b/domains/kainer.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ue5377",
+ "email": "kai.ner.h13r@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/kaish.json b/domains/kaish.json
new file mode 100644
index 000000000..e33ca80c9
--- /dev/null
+++ b/domains/kaish.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mark18cosmic",
+ "email": "kaish018@gmail.com"
+ },
+ "record": {
+ "URL": "https://mark18cosmic.github.io"
+ }
+}
diff --git a/domains/kalebhumpal.json b/domains/kalebhumpal.json
new file mode 100644
index 000000000..75304257c
--- /dev/null
+++ b/domains/kalebhumpal.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "kaleblub",
+ "email": "kaleblub@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/kamek.json b/domains/kamek.json
new file mode 100644
index 000000000..01e8825f0
--- /dev/null
+++ b/domains/kamek.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Kamek437",
+ "email": "hidden_tuetle427@protonmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/kamishi.json b/domains/kamishi.json
deleted file mode 100644
index c2de37447..000000000
--- a/domains/kamishi.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "KamishiRewrote",
- "email": "",
- "discord": "kamishi_x"
- },
- "record": {
- "CNAME": "kamishi.kamishiyt.repl.co"
- }
-}
diff --git a/domains/kamy0403.json b/domains/kamy0403.json
deleted file mode 100644
index 9033e1e1a..000000000
--- a/domains/kamy0403.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "thanhcong2k7",
- "email": "nhocpeacock@gmail.com",
- "twitter": "NTKam007",
- "discord": "KamyzZ#3790"
- },
- "record": {
- "CNAME": "kmdev.carrd.co"
- }
-}
diff --git a/domains/kamyzz.json b/domains/kamyzz.json
deleted file mode 100644
index 2824a0ab9..000000000
--- a/domains/kamyzz.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "thanhcong2k7",
- "email": "nhocpeacock@gmail.com"
- },
- "record": {
- "CNAME": "kamyzz.carrd.co"
- }
-}
diff --git a/domains/kappurumedia.json b/domains/kappurumedia.json
new file mode 100644
index 000000000..86ed91a78
--- /dev/null
+++ b/domains/kappurumedia.json
@@ -0,0 +1,11 @@
+{
+ "description": "I'm a developer",
+ "repo": "https://github.com/CyrusCore/cyruscore.github.io",
+ "owner": {
+ "username": "CyrusCore",
+ "email": "abramsatria7@gmail.com"
+ },
+ "record": {
+ "CNAME": "cyruscore.github.io"
+ }
+}
diff --git a/domains/karanxidhu.json b/domains/karanxidhu.json
new file mode 100644
index 000000000..1058e6579
--- /dev/null
+++ b/domains/karanxidhu.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Karanxidhu",
+ "email": "sidhu.karanjot22@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/kashif.json b/domains/kashif.json
deleted file mode 100644
index 3c01fbe8a..000000000
--- a/domains/kashif.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "appsdevpk",
- "email": "kashid1@gmail.com"
- },
-
- "record": {
- "A": ["129.146.191.167"]
- }
-}
diff --git a/domains/kasu.json b/domains/kasu.json
new file mode 100644
index 000000000..437840057
--- /dev/null
+++ b/domains/kasu.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Trandang-hiendev",
+ "email": "trandanghien120@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/kasun.json b/domains/kasun.json
new file mode 100644
index 000000000..399897a55
--- /dev/null
+++ b/domains/kasun.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ka0un",
+ "email": "givemelognotes@gmail.com"
+ },
+ "record": {
+ "URL": "https://ka0un.github.io"
+ }
+}
diff --git a/domains/kasuu.json b/domains/kasuu.json
new file mode 100644
index 000000000..437840057
--- /dev/null
+++ b/domains/kasuu.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Trandang-hiendev",
+ "email": "trandanghien120@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/kaushal.json b/domains/kaushal.json
new file mode 100644
index 000000000..11a564a78
--- /dev/null
+++ b/domains/kaushal.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "kks007",
+ "email": "kaushalkishor10702@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/kaushik.kashyap.json b/domains/kaushik.kashyap.json
new file mode 100644
index 000000000..29cf0112d
--- /dev/null
+++ b/domains/kaushik.kashyap.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kaushik-kashyap",
+ "email": "kknl65789@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/kaushik-kashyap/kaushik-kashyap.git"
+ }
+}
diff --git a/domains/kavinned.json b/domains/kavinned.json
new file mode 100644
index 000000000..d12a04d9d
--- /dev/null
+++ b/domains/kavinned.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "kafeicheez2",
+ "email": "kavin.ned@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/kawet00.json b/domains/kawet00.json
deleted file mode 100644
index 80d0be185..000000000
--- a/domains/kawet00.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Kawet00",
- "email": "elpisstolero13@outlook.com"
- },
-
- "record": {
- "CNAME": "kawet.is-a.dev"
- }
-}
diff --git a/domains/kayden.json b/domains/kayden.json
new file mode 100644
index 000000000..b253da134
--- /dev/null
+++ b/domains/kayden.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "leekayden",
+ "email": "kaydenleefale@gmail.com"
+ },
+
+ "record": {
+ "A": ["103.7.8.238"]
+ }
+}
diff --git a/domains/kaze.json b/domains/kaze.json
new file mode 100644
index 000000000..49686078d
--- /dev/null
+++ b/domains/kaze.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "kazeapp",
+ "email": "kazeapp2022@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/keczuu.json b/domains/keczuu.json
new file mode 100644
index 000000000..648ea8f96
--- /dev/null
+++ b/domains/keczuu.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Keczuu",
+ "email": "koteczek5184@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/kelvinmjr707.json b/domains/kelvinmjr707.json
new file mode 100644
index 000000000..9b3d13779
--- /dev/null
+++ b/domains/kelvinmjr707.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "KelvinMJr707",
+ "email": "KelvinMJr707@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
+ "MX": ["hosts.is-a.dev"]
+ }
+}
diff --git a/domains/kenanneo.json b/domains/kenanneo.json
new file mode 100644
index 000000000..186e9d707
--- /dev/null
+++ b/domains/kenanneo.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "kenanneo",
+ "email": "kenanneo2@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/kevin.json b/domains/kevin.json
deleted file mode 100644
index fef2ee4bd..000000000
--- a/domains/kevin.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "KevinBrogan",
- "email": "kevin@brogan.ca"
- },
- "record": {
- "CNAME": "brogan.ca"
- }
-}
diff --git a/domains/kevvyyn.json b/domains/kevvyyn.json
deleted file mode 100644
index 83d1df3b9..000000000
--- a/domains/kevvyyn.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "BiometricGlitch",
- "email": "smellysocks0147@gmail.com"
- },
- "record": {
- "CNAME": "19e5bf8c-21c4-458c-aade-3d247b901526.id.repl.co"
- }
-}
diff --git a/domains/keyboarding-advanced-test.json b/domains/keyboarding-advanced-test.json
new file mode 100644
index 000000000..fcf903442
--- /dev/null
+++ b/domains/keyboarding-advanced-test.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "deecoyz",
+ "email": "swr86.a8z72.a38o4.qm65c.lt0bz@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/keylock.json b/domains/keylock.json
new file mode 100644
index 000000000..fb69a0062
--- /dev/null
+++ b/domains/keylock.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kaimodiss",
+ "email": "pijulas12345@gmail.com"
+ },
+ "record": {
+ "A": ["45.137.116.114"]
+ }
+}
diff --git a/domains/kh.json b/domains/kh.json
new file mode 100644
index 000000000..386c30496
--- /dev/null
+++ b/domains/kh.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "khagdev",
+ "email": "nguyendaikhang2000@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/khag.json b/domains/khag.json
new file mode 100644
index 000000000..be7f8a334
--- /dev/null
+++ b/domains/khag.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "khagdev",
+ "email": "nguyendaikhang2000@gmail.com"
+ },
+ "record": {
+ "A": ["103.97.126.26"]
+ }
+}
diff --git a/domains/khang.json b/domains/khang.json
new file mode 100644
index 000000000..386c30496
--- /dev/null
+++ b/domains/khang.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "khagdev",
+ "email": "nguyendaikhang2000@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/khasan-tokhirov.json b/domains/khasan-tokhirov.json
new file mode 100644
index 000000000..c9d227101
--- /dev/null
+++ b/domains/khasan-tokhirov.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "FrostOnFire",
+ "email": "khasan.tokhirov@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/kicrops.json b/domains/kicrops.json
index 857e5a4f3..7f840d617 100644
--- a/domains/kicrops.json
+++ b/domains/kicrops.json
@@ -1,11 +1,9 @@
{
- "description": "A personal website for me and my organization",
- "repo": "https://github.com/Kicrops/website",
"owner": {
"username": "Kicrops",
- "email": "kicropsdevelopment@gmail.com"
+ "email": "spiccininizeida@gmail.com"
},
"record": {
- "CNAME": "d3aeb170-58da-460e-aad2-29a40a7a0d80.id.repl.co"
+ "CNAME": "kicrops.github.io"
}
}
diff --git a/domains/kime.json b/domains/kime.json
index 169f51d21..a59158a93 100644
--- a/domains/kime.json
+++ b/domains/kime.json
@@ -6,6 +6,6 @@
"record": {
"A": ["217.174.245.249"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
- "MX": "hosts.is-a.dev"
+ "MX": ["hosts.is-a.dev"]
}
}
diff --git a/domains/king.json b/domains/king.json
new file mode 100644
index 000000000..f3c8d4f03
--- /dev/null
+++ b/domains/king.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "treehousekingcomic",
+ "email": "TreeHouseKingComic@gmail.com"
+ },
+ "record": {
+ "CNAME": "thkc.space"
+ }
+}
diff --git a/domains/kio.json b/domains/kio.json
index 2cb8062e3..581cfec58 100644
--- a/domains/kio.json
+++ b/domains/kio.json
@@ -3,8 +3,10 @@
"username": "YoruAkio",
"email": "yoruakio@proton.me"
},
-
"record": {
- "CNAME": "nakio.pages.dev"
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
-}
+}
\ No newline at end of file
diff --git a/domains/kira.json b/domains/kira.json
new file mode 100644
index 000000000..ba2f95c6f
--- /dev/null
+++ b/domains/kira.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "jwan9714",
+ "email": "jwan9714@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/kirann.json b/domains/kirann.json
deleted file mode 100644
index 42c7372f4..000000000
--- a/domains/kirann.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Kiran's personal developer website",
- "repo": "https://github.com/sudopower",
- "owner": {
- "username": "sudopower",
- "email": "nkirandroid@gmail.com"
- },
- "record": {
- "URL": "http://sudopower.com"
- }
-}
diff --git a/domains/kirbeh.json b/domains/kirbeh.json
new file mode 100644
index 000000000..9d16e5084
--- /dev/null
+++ b/domains/kirbeh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MrTakedi",
+ "email": "tristankirbehbuller@gmail.com"
+ },
+ "record": {
+ "URL": "https://social.vivaldi.net/@kirbeh"
+ }
+}
diff --git a/domains/kiriland.json b/domains/kiriland.json
deleted file mode 100644
index 8a1c1867c..000000000
--- a/domains/kiriland.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "mrfinm",
- "email": "mohamixxxx@gmail.com"
- },
-
- "record": {
- "CNAME": "ess.fabad-ihe.ac.ir"
- }
-}
diff --git a/domains/kitty.json b/domains/kitty.json
deleted file mode 100644
index dd406458c..000000000
--- a/domains/kitty.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Stardustxxx",
- "email": "kitty@kittysmh.tech"
- },
-
- "record": {
- "A": ["192.95.42.66"]
- }
-}
diff --git a/domains/kkdesigns.json b/domains/kkdesigns.json
deleted file mode 100644
index 4c561b711..000000000
--- a/domains/kkdesigns.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "All of K.K Designs Fitbit® applications",
- "repo": "https://github.com/KK-Designs/K.K-Designs-Website",
- "owner": {
- "username": "KK-Designs",
- "email": "kkart2007@gmail.com"
- },
- "record": {
- "CNAME": "kk-designs.github.io"
- }
-}
diff --git a/domains/kleb.json b/domains/kleb.json
new file mode 100644
index 000000000..1c0c33d68
--- /dev/null
+++ b/domains/kleb.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "KrazyKleb",
+ "email": "krazyklebyt@gmail.com"
+ },
+ "record": {
+ "CNAME": "proxy.private.danbot.host"
+ }
+}
diff --git a/domains/kns.json b/domains/kns.json
deleted file mode 100644
index 72ec8d59a..000000000
--- a/domains/kns.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "ItzCrazyKns",
- "email": "",
- "discord": "ItzCrazyKns#1337"
- },
- "record": {
- "A": ["129.153.126.170"]
- }
-}
diff --git a/domains/kntlpop.json b/domains/kntlpop.json
new file mode 100644
index 000000000..7921d30b1
--- /dev/null
+++ b/domains/kntlpop.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "suhujetlag5",
+ "email": "suhujetlag5@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/kobeff.json b/domains/kobeff.json
deleted file mode 100644
index 6fcd7b36b..000000000
--- a/domains/kobeff.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "KobeFF's Portfolio",
- "repo": "please get the code from https://its.kobeff.repl.co",
- "owner": {
- "username": "Kobe523",
- "email": "kfni@madison.k12.wi.us"
- },
- "record": {
- "URL": "https://its.kobeff.repl.co"
- }
-}
diff --git a/domains/kodex.json b/domains/kodex.json
new file mode 100644
index 000000000..c6a808365
--- /dev/null
+++ b/domains/kodex.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "codex009",
+ "email": "3gareb@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/koenv.json b/domains/koenv.json
deleted file mode 100644
index 590d779b5..000000000
--- a/domains/koenv.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "DevKoenv",
- "email": "koenvanvlimmeren@gmail.com"
- },
-
- "record": {
- "A": ["168.119.108.101"]
- }
-}
diff --git a/domains/komovie.json b/domains/komovie.json
new file mode 100644
index 000000000..df9d654ba
--- /dev/null
+++ b/domains/komovie.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "billybobisverycool",
+ "email": "27johnballenger@ucsstudent.org"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/komovies.json b/domains/komovies.json
new file mode 100644
index 000000000..df9d654ba
--- /dev/null
+++ b/domains/komovies.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "billybobisverycool",
+ "email": "27johnballenger@ucsstudent.org"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/koopa.json b/domains/koopa.json
new file mode 100644
index 000000000..0ba154eb2
--- /dev/null
+++ b/domains/koopa.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "KoopaCode",
+ "email": "koopa@koopa.gg",
+ "twitter": "KioKoopa",
+ "discord": "koopakio"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
diff --git a/domains/koopacode.json b/domains/koopacode.json
new file mode 100644
index 000000000..6766676a3
--- /dev/null
+++ b/domains/koopacode.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "KoopaCode",
+ "email": "AndrewLife92@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/korbinvanette.json b/domains/korbinvanette.json
deleted file mode 100644
index 378097263..000000000
--- a/domains/korbinvanette.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "KorbinVanetteDev",
- "email": "korbinvanettedev@gmail.com"
- },
-
- "record": {
- "CNAME": "35ad5fb7-4c98-46e4-891b-67815124df03.id.repl.co"
- }
-}
diff --git a/domains/koru.json b/domains/koru.json
new file mode 100644
index 000000000..abe2a05ca
--- /dev/null
+++ b/domains/koru.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "justkorudev",
+ "email": "popetopotolo@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/kotelek.json b/domains/kotelek.json
deleted file mode 100644
index 5a8d21600..000000000
--- a/domains/kotelek.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "xKotelek",
- "email": "kontakt@kotelek.tk"
- },
-
- "record": {
- "CNAME": "kotelek.tk"
- }
-}
diff --git a/domains/koushik.json b/domains/koushik.json
new file mode 100644
index 000000000..309eafe25
--- /dev/null
+++ b/domains/koushik.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "koek67",
+ "email": "krishnan.koushik@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/kpopiui.json b/domains/kpopiui.json
deleted file mode 100644
index a4879175c..000000000
--- a/domains/kpopiui.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Zeor154",
- "email": "driop12bu@gmail.com"
- },
- "record": {
- "A": ["45.140.141.88"]
- }
-}
diff --git a/domains/kramiikk.json b/domains/kramiikk.json
new file mode 100644
index 000000000..92e7cb91e
--- /dev/null
+++ b/domains/kramiikk.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "kramiikk",
+ "email": "hifund@yandex.ru"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/krazy.json b/domains/krazy.json
new file mode 100644
index 000000000..157b62b8c
--- /dev/null
+++ b/domains/krazy.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "KrazyKleb",
+ "email": "krazykleb@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
diff --git a/domains/kresswell.json b/domains/kresswell.json
new file mode 100644
index 000000000..fa05957b0
--- /dev/null
+++ b/domains/kresswell.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Kresswell",
+ "email": "simonecresswell@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/kris.json b/domains/kris.json
new file mode 100644
index 000000000..145771d7c
--- /dev/null
+++ b/domains/kris.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "krish73211",
+ "email": "krish732100@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/krish.json b/domains/krish.json
new file mode 100644
index 000000000..145771d7c
--- /dev/null
+++ b/domains/krish.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "krish73211",
+ "email": "krish732100@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/krishna.json b/domains/krishna.json
new file mode 100644
index 000000000..0e3a89e67
--- /dev/null
+++ b/domains/krishna.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Krishnabohra",
+ "email": "Krishnabohra2013@gmail.com",
+ "discord": "328135638358687746"
+ },
+
+ "record": {
+ "CNAME": "krishnabohra.github.io"
+ }
+}
diff --git a/domains/krishna03.json b/domains/krishna03.json
new file mode 100644
index 000000000..fe5ae4302
--- /dev/null
+++ b/domains/krishna03.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Krishnabohra",
+ "email": "Krishnabohra2013@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/krishna033.json b/domains/krishna033.json
new file mode 100644
index 000000000..fe5ae4302
--- /dev/null
+++ b/domains/krishna033.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Krishnabohra",
+ "email": "Krishnabohra2013@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/kriz.json b/domains/kriz.json
new file mode 100644
index 000000000..96005cb14
--- /dev/null
+++ b/domains/kriz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "altkriz",
+ "email": "k.raza1932000@gmail.com"
+ },
+ "record": {
+ "CNAME": "altkriz.github.io"
+ }
+}
diff --git a/domains/kronifer.json b/domains/kronifer.json
new file mode 100644
index 000000000..ef189b0ea
--- /dev/null
+++ b/domains/kronifer.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Kronifer",
+ "email": "dillonr5@live.wsd1.org"
+ },
+ "record": {
+ "A": ["147.182.152.211"]
+ }
+}
diff --git a/domains/krrisharma.json b/domains/krrisharma.json
deleted file mode 100644
index f936f4859..000000000
--- a/domains/krrisharma.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Krrish313",
- "email": "krrishsharma.ks12345@gmail.com"
- },
- "record": {
- "URL": "https://github.com/krrish313"
- }
-}
diff --git a/domains/krvishal.json b/domains/krvishal.json
deleted file mode 100644
index ff222e873..000000000
--- a/domains/krvishal.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Portfolio",
- "repo": "https://github.com/thegeekdex",
- "owner": {
- "username": "thegeekdex",
- "email": "",
- "discord": "Vishal S.#6993"
- },
- "record": {
- "A": ["43.205.87.144"]
- }
-}
diff --git a/domains/kryclopz.json b/domains/kryclopz.json
index b3c366c73..43c418f05 100644
--- a/domains/kryclopz.json
+++ b/domains/kryclopz.json
@@ -6,6 +6,6 @@
"record": {
"A": ["217.174.245.249"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
- "MX": "hosts.is-a.dev"
+ "MX": ["hosts.is-a.dev"]
}
}
\ No newline at end of file
diff --git a/domains/krzysiu.json b/domains/krzysiu.json
new file mode 100644
index 000000000..dd65edd13
--- /dev/null
+++ b/domains/krzysiu.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ProfKrzys",
+ "email": "krzysztof2011@hotmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/kshitij.json b/domains/kshitij.json
deleted file mode 100644
index 44397f87d..000000000
--- a/domains/kshitij.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Kshitij Subedi",
- "owner": {
- "username": "kshitijsubedi",
- "email": "2subedikshitij@gmail.com"
- },
- "record": {
- "CNAME": "kshitijsubedi.com.np"
- }
-}
diff --git a/domains/ksingh.json b/domains/ksingh.json
new file mode 100644
index 000000000..179f4c18b
--- /dev/null
+++ b/domains/ksingh.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "KSinghofficial",
+ "email": "ksinghofficial@proton.me"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/kuat.json b/domains/kuat.json
new file mode 100644
index 000000000..92e7cb91e
--- /dev/null
+++ b/domains/kuat.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "kramiikk",
+ "email": "hifund@yandex.ru"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/kukikop.json b/domains/kukikop.json
deleted file mode 100644
index 4648786f2..000000000
--- a/domains/kukikop.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Zeor154",
- "email": "driop12bu@gmail.com"
- },
- "record": {
- "A": ["45.130.141.88"]
- }
-}
diff --git a/domains/kumkashree.json b/domains/kumkashree.json
deleted file mode 100644
index a868a091c..000000000
--- a/domains/kumkashree.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "kumkashree.is-a.dev",
- "owner": {
- "username": "kumkashree",
- "email": "",
- "discord": "KumKaShree#3777"
- },
- "record": {
- "A": ["43.205.87.144"]
- }
-}
diff --git a/domains/kurokami.json b/domains/kurokami.json
new file mode 100644
index 000000000..2c9dcb890
--- /dev/null
+++ b/domains/kurokami.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "k3rokami",
+ "email": "honghongleong2@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/kuzey.json b/domains/kuzey.json
new file mode 100644
index 000000000..51b28e454
--- /dev/null
+++ b/domains/kuzey.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "duzelicem",
+ "email": "ardagokce0682@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/kweeper.json b/domains/kweeper.json
deleted file mode 100644
index 81c8c51f2..000000000
--- a/domains/kweeper.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "kweeper.is-a.dev",
- "owner": {
- "username": "kweeperdotjs",
- "email": "kweeper@protonmail.com"
- },
- "record": {
- "CNAME": "kweeperdotjs.pages.dev"
- }
-}
diff --git a/domains/kxden.json b/domains/kxden.json
new file mode 100644
index 000000000..ee34a4496
--- /dev/null
+++ b/domains/kxden.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "ayekaden",
+ "email": "kadenfday91@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/kxtz.json b/domains/kxtz.json
deleted file mode 100644
index 46e49f825..000000000
--- a/domains/kxtz.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "kxtzownsu",
- "email": "kxtzownsu@gmail.com"
- },
- "record": {
- "CNAME": "ef93d84a-155f-4365-86a0-9dcc1d445acf.id.repl.co"
- }
-}
diff --git a/domains/kyakou.json b/domains/kyakou.json
new file mode 100644
index 000000000..95f22f401
--- /dev/null
+++ b/domains/kyakou.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "kyakou",
+ "email": "ali_a19@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/kyle.json b/domains/kyle.json
deleted file mode 100644
index e676647fc..000000000
--- a/domains/kyle.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "My CDN",
- "owner": {
- "username": "JavaScriptpy",
- "email": "zerotwo.on.discord@gmail.com"
- },
- "record": {
- "CNAME": "4610390a-31b4-45f7-9a4a-4c75e28ecfbd.repl.co"
- }
-}
diff --git a/domains/kylomaskgamer.json b/domains/kylomaskgamer.json
new file mode 100644
index 000000000..5449ad911
--- /dev/null
+++ b/domains/kylomaskgamer.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "KylomaskGamer",
+ "email": "kyle@kavenv.net"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/lacyx.json b/domains/lacyx.json
new file mode 100644
index 000000000..0cdd45522
--- /dev/null
+++ b/domains/lacyx.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "LacyXosu",
+ "email": "nozoska@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/laker.json b/domains/laker.json
deleted file mode 100644
index ed2cad3d9..000000000
--- a/domains/laker.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "lxjv",
- "email": "hey@laker.tech"
- },
- "record": {
- "CNAME": "laker.omg.lol"
- }
-}
diff --git a/domains/laluxx.json b/domains/laluxx.json
new file mode 100644
index 000000000..8aac87995
--- /dev/null
+++ b/domains/laluxx.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "laluxx",
+ "email": "lorenzoaddamo10@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/lamfun.json b/domains/lamfun.json
new file mode 100644
index 000000000..afe110d00
--- /dev/null
+++ b/domains/lamfun.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Lamger",
+ "email": "ns6192295@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/lamger.json b/domains/lamger.json
new file mode 100644
index 000000000..afe110d00
--- /dev/null
+++ b/domains/lamger.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Lamger",
+ "email": "ns6192295@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/lamgerr.json b/domains/lamgerr.json
new file mode 100644
index 000000000..afe110d00
--- /dev/null
+++ b/domains/lamgerr.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Lamger",
+ "email": "ns6192295@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/lamgerxd.json b/domains/lamgerxd.json
new file mode 100644
index 000000000..afe110d00
--- /dev/null
+++ b/domains/lamgerxd.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Lamger",
+ "email": "ns6192295@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/lamnotadev.json b/domains/lamnotadev.json
deleted file mode 100644
index 49555658c..000000000
--- a/domains/lamnotadev.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Syxaaa",
- "email": "nguyenlamyou@gmail.com"
- },
- "record": {
- "CNAME": "chubedanprofile.justtakarin.repl.co"
- }
-}
diff --git a/domains/lap.json b/domains/lap.json
new file mode 100644
index 000000000..e08febfd4
--- /dev/null
+++ b/domains/lap.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ItsLap",
+ "email": "alexanderpaulwheeler15@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/latestnews.json b/domains/latestnews.json
new file mode 100644
index 000000000..cdc0a8dd6
--- /dev/null
+++ b/domains/latestnews.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "utsav1o1",
+ "email": "utsavkarki244@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/latuh.json b/domains/latuh.json
new file mode 100644
index 000000000..fe8e7d0ee
--- /dev/null
+++ b/domains/latuh.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "latuh",
+ "email": "latitud@duck.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/laxminag.json b/domains/laxminag.json
deleted file mode 100644
index 60358800f..000000000
--- a/domains/laxminag.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "nagln's personal website",
- "repo": "https://github.com/laxminagln/laxminagln.github.io",
- "owner": {
- "username": "laxminagln",
- "email": "laxminagln@gmail.com"
- },
- "record": {
- "CNAME": "www.laxminagln.me"
- }
-}
diff --git a/domains/layor.json b/domains/layor.json
deleted file mode 100644
index 722c0732b..000000000
--- a/domains/layor.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "6346563751",
- "email": "b0bb1e@protonmail.com"
- },
- "record": {
- "CNAME": "hashnode.network"
- }
-}
diff --git a/domains/lazycoder.json b/domains/lazycoder.json
deleted file mode 100644
index 3f13a6119..000000000
--- a/domains/lazycoder.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Saiful Personal Website",
- "repo": "https://github.com/saifulppro/lazycoder",
- "owner": {
- "username": "saifulppro",
- "email": "saifulp4200@gmail.com"
- },
- "record": {
- "CNAME": "lazycoder.pages.dev"
- }
-}
diff --git a/domains/lcdled.json b/domains/lcdled.json
new file mode 100644
index 000000000..85993512c
--- /dev/null
+++ b/domains/lcdled.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "LCDLED",
+ "email": "TheCatatomic@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
diff --git a/domains/legalise.json b/domains/legalise.json
new file mode 100644
index 000000000..b39362a36
--- /dev/null
+++ b/domains/legalise.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Rahib777-7",
+ "email": "rahibrahman1210@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/legend-sabbir.json b/domains/legend-sabbir.json
new file mode 100644
index 000000000..0dfcc44fa
--- /dev/null
+++ b/domains/legend-sabbir.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "legend-sabbir",
+ "email": "sabbirhossain.trash@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/lellis.json b/domains/lellis.json
deleted file mode 100644
index 9a16087e2..000000000
--- a/domains/lellis.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "a cool subdomain",
- "repo": "https://github.com/LellisV2/register",
- "owner": {
- "username": "LellisV2",
- "email": "cloud@lellis.tech"
- },
- "record": {
- "A": ["150.230.126.219"]
- }
-}
diff --git a/domains/lemmy.json b/domains/lemmy.json
deleted file mode 100644
index 583ce9bc8..000000000
--- a/domains/lemmy.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "j0code",
- "discord": "j0code",
- "email": ""
- },
- "record": {
- "CNAME": "cohalejoja.selfhost.eu"
- }
-}
diff --git a/domains/lemon.json b/domains/lemon.json
deleted file mode 100644
index 99e6ae8e8..000000000
--- a/domains/lemon.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "PassiveLemon",
- "email": "lemonl3mn@protonmail.com"
- },
- "record": {
- "CNAME": "citrus-tree.xyz"
- }
-}
diff --git a/domains/lenn106.json b/domains/lenn106.json
new file mode 100644
index 000000000..5436a8c28
--- /dev/null
+++ b/domains/lenn106.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Lenn106",
+ "email": "lennongreyson@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/lennymaxmine.json b/domains/lennymaxmine.json
new file mode 100644
index 000000000..6740aca7c
--- /dev/null
+++ b/domains/lennymaxmine.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "LennyMaxMine",
+ "email": "kurve_bots0z@icloud.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/leogoetz.json b/domains/leogoetz.json
new file mode 100644
index 000000000..af154117a
--- /dev/null
+++ b/domains/leogoetz.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "vLeov",
+ "email": "leo.goetz2008@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/leon.json b/domains/leon.json
deleted file mode 100644
index e9ad23c8a..000000000
--- a/domains/leon.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "repo": "https://github.com/LeonskiDev/leonskidev",
- "owner": {
- "username": "LeonskiDev",
- "email": "bodged@pm.me"
- },
- "record": {
- "CNAME": "leonskidev.github.io"
- }
-}
diff --git a/domains/leon3321.json b/domains/leon3321.json
new file mode 100644
index 000000000..894b86057
--- /dev/null
+++ b/domains/leon3321.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "leon332157",
+ "email": "leon332157@gmail.com"
+ },
+ "record": {
+ "CNAME": "leon332157.is-a.dev"
+ }
+}
diff --git a/domains/leon332157.json b/domains/leon332157.json
new file mode 100644
index 000000000..16257f3d3
--- /dev/null
+++ b/domains/leon332157.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "leon332157",
+ "email": "leon332157@gmail.com"
+ },
+ "record": {
+ "CNAME":"leon332157.github.io"
+ }
+}
diff --git a/domains/levprograming.json b/domains/levprograming.json
deleted file mode 100644
index fbbacf5ed..000000000
--- a/domains/levprograming.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "LevPrograming",
- "repo": "https://github.com/double-square",
- "owner": {
- "username": "double-square",
- "email": "doublesquare@protonmail.com "
- },
- "record": {
- "CNAME": "levprograming.pages.dev"
- }
-}
diff --git a/domains/lf.json b/domains/lf.json
new file mode 100644
index 000000000..71a3f0d3b
--- /dev/null
+++ b/domains/lf.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "lfom",
+ "email": "",
+ "matrix": "@lfdev:envs.net"
+ },
+ "record": {
+ "URL": "https://lfdev.envs.net"
+ }
+}
diff --git a/domains/li.whine.json b/domains/li.whine.json
deleted file mode 100644
index 836c70839..000000000
--- a/domains/li.whine.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "whi_ne's redirects",
- "owner": {
- "username": "whinee",
- "email": "",
- "twitter": "whi_nyaan"
- },
- "record": {
- "CNAME": "a.redirect.pizza"
- }
-}
diff --git a/domains/liam-h.json b/domains/liam-h.json
new file mode 100644
index 000000000..9b0d635b5
--- /dev/null
+++ b/domains/liam-h.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Lonyx-H",
+ "email": "liam.hedin.pro@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/lighty.json b/domains/lighty.json
deleted file mode 100644
index 0f206e1bf..000000000
--- a/domains/lighty.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "ImLighty",
- "email": "imlighty@duck.com"
- },
-
- "record": {
- "CNAME": "imlighty.github.io"
- }
-}
diff --git a/domains/likalium.json b/domains/likalium.json
index d8653bf85..6b9297302 100644
--- a/domains/likalium.json
+++ b/domains/likalium.json
@@ -5,7 +5,7 @@
"username": "likalium",
"email": "",
"twitter": "likalium",
- "discord": "likalium#2870"
+ "discord": "likalium"
},
"record": {
"CNAME": "likalium.github.io"
diff --git a/domains/links.aditya.json b/domains/links.aditya.json
deleted file mode 100644
index 9e4866a91..000000000
--- a/domains/links.aditya.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "A Subdomain For My Links Redirection!!",
- "repo": "https://github.com/icancodebeauty/links",
- "owner": {
- "username": "icancodebeauty",
- "email": "ishqaddy@gmail.com",
- "twitter": "CodeWithAadi"
- },
- "record": {
- "CNAME": "a.redirect.pizza"
- }
-}
diff --git a/domains/lintahtorrents.json b/domains/lintahtorrents.json
deleted file mode 100644
index ebaf77f8e..000000000
--- a/domains/lintahtorrents.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "meritocrazy",
- "email": "lunatic@tuta.io"
- },
- "record": {
- "CNAME": "drives.labor.workers.dev"
- }
-}
diff --git a/domains/liquid.json b/domains/liquid.json
deleted file mode 100644
index 2d62d656a..000000000
--- a/domains/liquid.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "ThinLiquid",
- "email": "thinliquid@proton.me"
- },
- "record": {
- "CNAME": "9b0994e0-3427-49c7-8609-b7027badd871.id.repl.co"
- }
-}
diff --git a/domains/littleneko.json b/domains/littleneko.json
new file mode 100644
index 000000000..143add315
--- /dev/null
+++ b/domains/littleneko.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "CnyAnime",
+ "email": "mrdriveappstudios@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/liztochekcode.json b/domains/liztochekcode.json
deleted file mode 100644
index 2071b9a2f..000000000
--- a/domains/liztochekcode.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "LiztochekCode",
- "email": "liztochekcode@gmail.com"
- },
-
- "record": {
- "URL": "https://liztochekcode.epizy.com"
- }
-}
diff --git a/domains/llko.json b/domains/llko.json
new file mode 100644
index 000000000..345c40265
--- /dev/null
+++ b/domains/llko.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "LLKO101",
+ "email": "yo1sefooop@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/lmgxenon.json b/domains/lmgxenon.json
deleted file mode 100644
index 62cb39df8..000000000
--- a/domains/lmgxenon.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Hi, I'm LMG XENON. I develop Discord bots, user interfaces and web applications.",
- "owner": {
- "username": "LMGXENON",
- "email": "lmgxenon@gmail.com"
- },
- "record": {
- "CNAME": "2fd4a23b-6608-4be8-b2fc-911cc30b1b87.id.repl.co"
- }
-}
diff --git a/domains/local.jj.json b/domains/local.jj.json
deleted file mode 100644
index ea9fa1419..000000000
--- a/domains/local.jj.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "my playit.gg ip",
- "owner": {
- "username": "TheBotlyNoob",
- "email": "jj@jj.is-a.dev"
- },
- "record": {
- "A": ["147.185.221.193"]
- }
-}
diff --git a/domains/lodestone.json b/domains/lodestone.json
new file mode 100644
index 000000000..d768ac98c
--- /dev/null
+++ b/domains/lodestone.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Caiden-P",
+ "email": "iididhejejdj@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/logan2005.json b/domains/logan2005.json
new file mode 100644
index 000000000..3d59d5654
--- /dev/null
+++ b/domains/logan2005.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "soviet783",
+ "email": "logannorman2005@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/loganpaxton.json b/domains/loganpaxton.json
new file mode 100644
index 000000000..5b04771ce
--- /dev/null
+++ b/domains/loganpaxton.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "LoganPaxton",
+ "email": "Logan.paxton864@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/login-brawley.json b/domains/login-brawley.json
deleted file mode 100644
index 5415b6f62..000000000
--- a/domains/login-brawley.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "login page for my discord bot",
- "repo": "https://github.com/teamjoelee/me",
- "owner": {
- "username": "brawlie",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "69cfaa0c-dc64-4aae-8038-3d5e8bd27073.repl.co"
- }
-}
diff --git a/domains/logxnic.json b/domains/logxnic.json
new file mode 100644
index 000000000..cbc953a16
--- /dev/null
+++ b/domains/logxnic.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Nexus-sudo",
+ "email": "loganlarwood2019@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/lol.json b/domains/lol.json
deleted file mode 100644
index 8b7209b26..000000000
--- a/domains/lol.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "lol is a dev",
- "repo": "https://github.com/codingjlu/codingjlu.github.io",
- "owner": {
- "username": "codingjlu",
- "email": "20472547@fhda.edu"
- },
- "record": {
- "CNAME": "codingjlu.github.io"
- }
-}
diff --git a/domains/lol.squaresmp.json b/domains/lol.squaresmp.json
new file mode 100644
index 000000000..93efbb43e
--- /dev/null
+++ b/domains/lol.squaresmp.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "SquareSmp",
+ "email": "squaresmp@asia.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/lolz.json b/domains/lolz.json
new file mode 100644
index 000000000..be4dc5d57
--- /dev/null
+++ b/domains/lolz.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "LolzTheDev",
+ "email": "lolzthegreat.0223@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/loneorangeball.json b/domains/loneorangeball.json
deleted file mode 100644
index 771da895a..000000000
--- a/domains/loneorangeball.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "loneorangeball's website",
- "owner": {
- "username": "loneorangeball",
- "email": "",
- "twitter": "LoneOrangeBall",
- "discord": "orangeBall#6183"
- },
- "record": {
- "CNAME": "b29ec742-99b6-4ff2-990d-58f9aa910bd1.id.repl.co"
- }
-}
diff --git a/domains/lordwolfy.json b/domains/lordwolfy.json
new file mode 100644
index 000000000..f206ffbbc
--- /dev/null
+++ b/domains/lordwolfy.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "lordwolfyy",
+ "email": "jaialders2009@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/lori28167.json b/domains/lori28167.json
new file mode 100644
index 000000000..82ee22b45
--- /dev/null
+++ b/domains/lori28167.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "lori28167",
+ "email": "lorenzo.cozzaglio@outlook.it"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/lotra.json b/domains/lotra.json
new file mode 100644
index 000000000..554439d8f
--- /dev/null
+++ b/domains/lotra.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "nlotra",
+ "email": "natashalotra@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/loud.json b/domains/loud.json
deleted file mode 100644
index a5991909d..000000000
--- a/domains/loud.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "LinkerScript",
- "email": "min@effobe.com"
- },
- "record": {
- "CNAME": "6498c941-9031-4e57-9fc0-12716fa187f4.repl.co"
- }
-}
diff --git a/domains/louis.json b/domains/louis.json
new file mode 100644
index 000000000..4dc0b7825
--- /dev/null
+++ b/domains/louis.json
@@ -0,0 +1,11 @@
+{
+ "description": "A portofolio",
+ "repo": "https://github.com/louloudev59/portofolio",
+ "owner": {
+ "username": "louloudev59",
+ "email": "louis.vasseur5@gmail.com"
+ },
+ "record": {
+ "CNAME": "louloudev59.github.io"
+ }
+}
diff --git a/domains/lpkeates.json b/domains/lpkeates.json
index 258571dad..9c28b33c6 100644
--- a/domains/lpkeates.json
+++ b/domains/lpkeates.json
@@ -1,10 +1,7 @@
{
- "description": "This is to show my projects; current, in progress etc.",
- "repo": "https://github.com/lpkeates/lpkeates.github.io",
"owner": {
"username": "lpkeates",
- "email": "",
- "discord": "MrDragonBoi#7894"
+ "email": "realuprising2005@gmail.com"
},
"record": {
"CNAME": "lpkeates.github.io"
diff --git a/domains/lsantana.json b/domains/lsantana.json
deleted file mode 100644
index 54a0fa45a..000000000
--- a/domains/lsantana.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "lsantana486",
- "email": "lsantana.486@gmail.com"
- },
- "description": "Personal domain for portofolio with my name Luis Santana",
- "repo": "https://github.com/lsantana486/lsantana486",
- "record": {
- "CNAME": "lsantana.dev"
- }
-}
diff --git a/domains/lsy.json b/domains/lsy.json
new file mode 100644
index 000000000..c0950ea16
--- /dev/null
+++ b/domains/lsy.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "lsy1998",
+ "email": "1945934866@qq.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/lthon09.json b/domains/lthon09.json
deleted file mode 100644
index 14cce2c0d..000000000
--- a/domains/lthon09.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Personal Website.",
- "owner": {
- "username": "lthon09",
- "email": "",
- "twitter": "lthon09"
- },
- "record": {
- "CNAME": "lthon09.onrender.com"
- }
-}
diff --git a/domains/lucaforever.json b/domains/lucaforever.json
new file mode 100644
index 000000000..f96f97c0a
--- /dev/null
+++ b/domains/lucaforever.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "lucaforever",
+ "email": "scorpinyesyeson@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/lucas.json b/domains/lucas.json
new file mode 100644
index 000000000..cc666c621
--- /dev/null
+++ b/domains/lucas.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "lucas-labs",
+ "email": "lucasncolombo@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/lucid.json b/domains/lucid.json
new file mode 100644
index 000000000..309b76cc2
--- /dev/null
+++ b/domains/lucid.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Lucideds",
+ "email": "lucideds@proton.me"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/lucy.json b/domains/lucy.json
new file mode 100644
index 000000000..77a4d065a
--- /dev/null
+++ b/domains/lucy.json
@@ -0,0 +1,12 @@
+{
+ "description": "Lucy.is-a.dev",
+ "repo": "https://github.com/Hai-Lucy/Hai-Lucy.github.io",
+ "owner": {
+ "username": "lrmn7",
+ "email": "lrmn.dev@gmail.com",
+ "discord": "romanromannya"
+ },
+ "record": {
+ "CNAME": "Hai-Lucy.github.io"
+ }
+}
diff --git a/domains/lucyjs.json b/domains/lucyjs.json
deleted file mode 100644
index 42b276cd7..000000000
--- a/domains/lucyjs.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "LucyJS-Dev",
- "email": "pumimail9@gmail.com"
- },
-
- "record": {
- "URL": "http://lucyjs.de"
- }
-}
diff --git a/domains/ludwig.json b/domains/ludwig.json
new file mode 100644
index 000000000..862f74ba9
--- /dev/null
+++ b/domains/ludwig.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "ludwig7685",
+ "email": "ludwig@courvix.com"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/luishdez.json b/domains/luishdez.json
new file mode 100644
index 000000000..e7ce37f6b
--- /dev/null
+++ b/domains/luishdez.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "luishdez",
+ "email": "luis.munoz.hdez@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/luminexcloud.json b/domains/luminexcloud.json
new file mode 100644
index 000000000..aae9167ac
--- /dev/null
+++ b/domains/luminexcloud.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "AndrexRo01",
+ "email": "spacersmp@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/lumix.json b/domains/lumix.json
new file mode 100644
index 000000000..d9b480874
--- /dev/null
+++ b/domains/lumix.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "o-lumix",
+ "email": "lumixofficiel@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/luna.json b/domains/luna.json
deleted file mode 100644
index 218f42211..000000000
--- a/domains/luna.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Luna Seemann's personal website",
- "repo": "https://github.com/Luna-devv/luna-site",
- "owner": {
- "username": "Luna-devv",
- "email": "luna@waya.one"
- },
- "record": {
- "A": ["51.161.24.80"]
- }
-}
diff --git a/domains/luqmanity.json b/domains/luqmanity.json
new file mode 100644
index 000000000..618bfe59a
--- /dev/null
+++ b/domains/luqmanity.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "luqmanity",
+ "email": "luqman.yazrie@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/luxxy.json b/domains/luxxy.json
new file mode 100644
index 000000000..18234c694
--- /dev/null
+++ b/domains/luxxy.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Luxxy-GF",
+ "email": "deniedaddicted@gmail.com"
+ },
+
+ "record": {
+ "A": ["178.33.110.212"]
+ }
+}
diff --git a/domains/luzivr.json b/domains/luzivr.json
new file mode 100644
index 000000000..7f6a4bc9f
--- /dev/null
+++ b/domains/luzivr.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "zjeffro",
+ "email": "jdvanlear@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/lwes.json b/domains/lwes.json
new file mode 100644
index 000000000..185ee16f5
--- /dev/null
+++ b/domains/lwes.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Lwescool",
+ "email": "lwescontactyt@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/lyessa.json b/domains/lyessa.json
deleted file mode 100644
index 862d91dce..000000000
--- a/domains/lyessa.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "lyessa website uwu",
- "repo": "https://github.com/lyessa-web",
- "owner": {
- "username": "lyertia",
- "email": "camahmut7@gmail.com"
- },
- "record": {
- "URL": "https://lyessa.live"
- }
-}
diff --git a/domains/m1cro.json b/domains/m1cro.json
new file mode 100644
index 000000000..b44fea3bd
--- /dev/null
+++ b/domains/m1cro.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "m1cro-cat",
+ "email": "m1cro_cat@outlook.com"
+ },
+ "record": {
+ "A": ["65.19.141.67"]
+ }
+}
diff --git a/domains/m1dnight.json b/domains/m1dnight.json
deleted file mode 100644
index a9d61622d..000000000
--- a/domains/m1dnight.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "M1dnight's Coding/Digital Art Portfolio",
- "repo": "https://portfolio.m1dnightdev.repl.co",
- "owner": {
- "username": "M1dnight-ofcl",
- "email": "m1dnightgmrofficial@gmail.com"
- },
- "record": {
- "CNAME": "3076868f-0b1c-470a-b31d-f9fbb0ec9030.id.repl.co"
- }
-}
diff --git a/domains/maceng.json b/domains/maceng.json
new file mode 100644
index 000000000..0962bc72c
--- /dev/null
+++ b/domains/maceng.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "MacengBOT",
+ "email": "macengbot@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/machi.json b/domains/machi.json
index bd3c826d0..044b55d86 100644
--- a/domains/machi.json
+++ b/domains/machi.json
@@ -4,6 +4,8 @@
"email": "ocubrisme@gmail.com"
},
"record": {
- "URL": "https://rentry.co/femachi"
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
-}
+}
\ No newline at end of file
diff --git a/domains/madebytragic.json b/domains/madebytragic.json
index 67b3133f3..d9c1a6c2d 100644
--- a/domains/madebytragic.json
+++ b/domains/madebytragic.json
@@ -3,7 +3,6 @@
"username": "lrmn7",
"email": "lrmnid@gmail.com"
},
-
"record": {
"CNAME": "madebytragic.github.io"
}
diff --git a/domains/mafarag.json b/domains/mafarag.json
new file mode 100644
index 000000000..c55b7045c
--- /dev/null
+++ b/domains/mafarag.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "GodfatherX64",
+ "email": "godfather.x64@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/magdi.json b/domains/magdi.json
new file mode 100644
index 000000000..1ef3bd905
--- /dev/null
+++ b/domains/magdi.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "coeur85",
+ "email": "ahmed.magdi@msn.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/mageclient.json b/domains/mageclient.json
new file mode 100644
index 000000000..9e50f7c24
--- /dev/null
+++ b/domains/mageclient.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "mageclienttt",
+ "email": "mageclienttt@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/magenta.json b/domains/magenta.json
new file mode 100644
index 000000000..edb89124e
--- /dev/null
+++ b/domains/magenta.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "EddieCherian",
+ "email": "eddiecherianj@gmail.com"
+ },
+ "record": {
+ "URL": "https://magenta.com"
+ }
+}
diff --git a/domains/mahaviraenterprises.json b/domains/mahaviraenterprises.json
new file mode 100644
index 000000000..324dfe7e2
--- /dev/null
+++ b/domains/mahaviraenterprises.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/mahfuz.json b/domains/mahfuz.json
new file mode 100644
index 000000000..d7464caee
--- /dev/null
+++ b/domains/mahfuz.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "mahfuz0001",
+ "email": "manjulkhatter01@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/maikeru.json b/domains/maikeru.json
new file mode 100644
index 000000000..981389c0f
--- /dev/null
+++ b/domains/maikeru.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Maikeruwu",
+ "email": "michael.h.1708@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/mail.aditya.json b/domains/mail.aditya.json
deleted file mode 100644
index c8dfe71e1..000000000
--- a/domains/mail.aditya.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "description": "A Subdomain For Mails!!",
- "repo": "https://github.com/icancodebeauty/mail",
- "owner": {
- "username": "icancodebeauty",
- "email": "ishqaddy@gmail.com",
- "twitter": "CodeWithAadi"
- },
- "record": {
- "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
-}
diff --git a/domains/mail.boolean44.json b/domains/mail.boolean44.json
deleted file mode 100644
index fe8a0d3d8..000000000
--- a/domains/mail.boolean44.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "boolean44-repos",
- "email": "serenitypalmer10@gmail.com"
- },
- "record": {
- "MX": ["mx1.improvmx.com.", "mx2.improvmx.com."],
- "A": ["10.0.0.1"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
-}
diff --git a/domains/thedev.json b/domains/mail.deadcode.json
similarity index 60%
rename from domains/thedev.json
rename to domains/mail.deadcode.json
index 2236897cd..0f5797fd4 100644
--- a/domains/thedev.json
+++ b/domains/mail.deadcode.json
@@ -1,10 +1,9 @@
{
"owner": {
- "username": "thedev132",
- "email": "thedev132@gmail.com"
+ "username": "RichardKanshen",
+ "email": "richard@kanshen.click"
},
"record": {
- "A": ["138.2.237.127"],
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
diff --git a/domains/mail.enderpoint.json b/domains/mail.enderpoint.json
new file mode 100644
index 000000000..8725e52e8
--- /dev/null
+++ b/domains/mail.enderpoint.json
@@ -0,0 +1,17 @@
+{
+ "description": "EnderPoint's dev site",
+ "owner": {
+ "username": "EnderPoint07",
+ "email": "",
+ "discord": "DotM38#5497",
+ "instagram": "enderpoint07"
+ },
+ "record": {
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/mail.json b/domains/mail.json
new file mode 100644
index 000000000..e8a5f71e0
--- /dev/null
+++ b/domains/mail.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "is-a-dev",
+ "email": "phenax5@gmail.com"
+ },
+
+ "record": {
+ "A": ["51.161.54.164"],
+ "MX": ["mail.is-a.dev"],
+ "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ }
+}
diff --git a/domains/mail.mrjunkyz.json b/domains/mail.mrjunkyz.json
new file mode 100644
index 000000000..324dfe7e2
--- /dev/null
+++ b/domains/mail.mrjunkyz.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/mail.neki.json b/domains/mail.neki.json
new file mode 100644
index 000000000..cf94fe408
--- /dev/null
+++ b/domains/mail.neki.json
@@ -0,0 +1,10 @@
+{
+ "description": "Mail de Santiago",
+ "owner": {
+ "username": "PinkLittleKitty",
+ "email": "santyfisela@gmail.com"
+ },
+ "record": {
+ "TXT": "zoho-verification=zb84078345.zmverify.zoho.com"
+ }
+}
diff --git a/domains/mail.stefdp.json b/domains/mail.stefdp.json
new file mode 100644
index 000000000..ccc349163
--- /dev/null
+++ b/domains/mail.stefdp.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/mail.toasty.json b/domains/mail.toasty.json
new file mode 100644
index 000000000..3e46b1277
--- /dev/null
+++ b/domains/mail.toasty.json
@@ -0,0 +1,15 @@
+{
+ "owner": {
+ "username": "toastyyyxd",
+ "email": "asaeasaeasae.x10@gmail.com",
+ "discord": "577480703302959104"
+ },
+
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/mail.zerow.json b/domains/mail.zerow.json
deleted file mode 100644
index 353e7e8a0..000000000
--- a/domains/mail.zerow.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "DevZerow",
- "email": "zerow.pro@protonmail.com"
- },
-
- "record": {
- "A": ["92.118.207.191"]
- }
-}
diff --git a/domains/maindak.json b/domains/maindak.json
new file mode 100644
index 000000000..43cb372a5
--- /dev/null
+++ b/domains/maindak.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "masroof-maindak",
+ "email": "mujtaba.asim.amin@gmail.com"
+ },
+ "record": {
+ "CNAME": "masroof-maindak.github.io"
+ }
+}
diff --git a/domains/mak448a.json b/domains/mak448a.json
new file mode 100644
index 000000000..a07099e15
--- /dev/null
+++ b/domains/mak448a.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mak448a",
+ "email": "thracc448@gmail.com"
+ },
+ "record": {
+ "CNAME": "mak448a.github.io"
+ }
+}
diff --git a/domains/makeshiftartist.json b/domains/makeshiftartist.json
new file mode 100644
index 000000000..ddcf47993
--- /dev/null
+++ b/domains/makeshiftartist.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "MakeShiftArtist",
+ "email": "MakeShiftDevelopment@proton.me"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["mx1.improvmx.com.", "mx2.improvmx.com."],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/mako.json b/domains/mako.json
deleted file mode 100644
index 332c2795d..000000000
--- a/domains/mako.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "GoldenFire2317",
- "email": "buttersword2017@gmail.com"
- },
- "record": {
- "CNAME": "mako.mkoca.org"
- }
-}
diff --git a/domains/malware.json b/domains/malware.json
deleted file mode 100644
index 3de1cadbe..000000000
--- a/domains/malware.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "themalware",
- "email": "daredevil.vikrant@gmail.com"
- },
- "record": {
- "URL": "https://themalware.tk"
- }
-}
diff --git a/domains/mamad.json b/domains/mamad.json
new file mode 100644
index 000000000..32f4bb151
--- /dev/null
+++ b/domains/mamad.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "mamadduh",
+ "email": "mna969@uowmail.edu.au"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/mammad.json b/domains/mammad.json
new file mode 100644
index 000000000..bd83ea47b
--- /dev/null
+++ b/domains/mammad.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "mammadzali",
+ "email": "mohamadzali@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/manav.json b/domains/manav.json
new file mode 100644
index 000000000..17c92e258
--- /dev/null
+++ b/domains/manav.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Manav011",
+ "email": "manav.12110503@lpu.in"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/manjushri.json b/domains/manjushri.json
deleted file mode 100644
index 7a43a575b..000000000
--- a/domains/manjushri.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "manjushri",
- "email": "btinformativemessenger@gmail.com",
- "telegram": "dreynakchung"
- },
- "record": {
- "URL": "https://www.manjushri.dev"
- }
-}
diff --git a/domains/manu.json b/domains/manu.json
index c79fb5267..01de5ecfc 100644
--- a/domains/manu.json
+++ b/domains/manu.json
@@ -1,11 +1,11 @@
{
"description": "manu.is-a.dev",
- "repo": "https://github.com/manuthecoder/personal-website",
+ "repo": "https://github.com/manuthecoder/manuthecoder",
"owner": {
"username": "manuthecoder",
"email": "manusvathgurudath@gmail.com"
},
"record": {
- "CNAME": "manu-is-a-dev-yqz2.onrender.com"
+ "CNAME": "manuthecoder.pages.dev"
}
}
diff --git a/domains/manuel.json b/domains/manuel.json
new file mode 100644
index 000000000..51e6a6b89
--- /dev/null
+++ b/domains/manuel.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Manueloso",
+ "email": "emanuelea.rega@itisvoltanapoli.edu.it"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/marby.json b/domains/marby.json
new file mode 100644
index 000000000..8b0cdace2
--- /dev/null
+++ b/domains/marby.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "stanasxd",
+ "email": "stanasarts@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/marcel.kitzbichler.json b/domains/marcel.kitzbichler.json
new file mode 100644
index 000000000..579e464de
--- /dev/null
+++ b/domains/marcel.kitzbichler.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Marcel-Kitzbichler",
+ "email": "marcel.kitzbichler@gmail.com"
+ },
+ "record": {
+ "CNAME": "marcel.kitzbichler.tirol"
+ }
+}
diff --git a/domains/marchiba99.json b/domains/marchiba99.json
new file mode 100644
index 000000000..89536c1a6
--- /dev/null
+++ b/domains/marchiba99.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "marchiba99",
+ "email": "marchiba99@gmail.com"
+ },
+ "record": {
+ "CNAME": "marchiba99.github.io"
+ }
+}
diff --git a/domains/marcusj.json b/domains/marcusj.json
deleted file mode 100644
index bb5bd674d..000000000
--- a/domains/marcusj.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Portfolio of Marcus Weinberger",
- "repo": "https://github.com/AgeOfMarcus",
- "owner": {
- "username": "AgeOfMarcus",
- "email": "marcusjw.ftw@gmail.com"
- },
- "record": {
- "CNAME": "dev.marcusj.tech"
- }
-}
diff --git a/domains/marioannier.json b/domains/marioannier.json
new file mode 100644
index 000000000..9d9a1e1c8
--- /dev/null
+++ b/domains/marioannier.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "marioannier",
+ "email": "mario.annier@gmail.com"
+ },
+ "record": {
+ "CNAME": "marioannier.github.io"
+ }
+}
diff --git a/domains/mark.json b/domains/mark.json
deleted file mode 100644
index 35a6b55d0..000000000
--- a/domains/mark.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Makr Davydov is a Developer!",
- "repo": "https://github.com/markrity",
- "owner": {
- "username": "markrity",
- "email": "markrity@gmail.com"
- },
- "record": {
- "URL": "https://www.linkedin.com/in/davydovmark"
- }
-}
diff --git a/domains/marketplace.syntaxloopers.json b/domains/marketplace.syntaxloopers.json
new file mode 100644
index 000000000..a23664d55
--- /dev/null
+++ b/domains/marketplace.syntaxloopers.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/markvayson.json b/domains/markvayson.json
new file mode 100644
index 000000000..c2a015a42
--- /dev/null
+++ b/domains/markvayson.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "markvayson",
+ "email": "markvayson@gmail.com"
+ },
+ "record": {
+ "CNAME": "58p02o7x.up.railway.app"
+ }
+}
diff --git a/domains/maskduck.json b/domains/maskduck.json
index 7195fbb1c..6597fe344 100644
--- a/domains/maskduck.json
+++ b/domains/maskduck.json
@@ -3,12 +3,12 @@
"repo": "https://github.com/maskducks/maskducks.github.io",
"owner": {
"username": "MaskDuck",
- "email": "",
- "discord": "MaskDuck#7325",
+ "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.pages.dev"
+ "CNAME": "maskduck.github.io"
}
}
diff --git a/domains/massick.json b/domains/massick.json
index e958a8578..c11336a71 100644
--- a/domains/massick.json
+++ b/domains/massick.json
@@ -1,11 +1,9 @@
{
"owner": {
"username": "M4ss1ck",
- "email": "4ndyraul@gmail.com",
- "twitter": "M4ss1ck"
+ "email": "4ndyraul@gmail.com"
},
- "repo": "https://github.com/M4ss1ck/massick-portfolio",
"record": {
- "URL": "https://massick.gatsbyjs.io"
+ "URL": "https://massick.netlify.app"
}
}
diff --git a/domains/master.json b/domains/master.json
new file mode 100644
index 000000000..6c05eaf9c
--- /dev/null
+++ b/domains/master.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "TheMaster223",
+ "email": "masteriscool223@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/matrix.vi0leta.json b/domains/matrix.vi0leta.json
index eed253c13..ea691c545 100644
--- a/domains/matrix.vi0leta.json
+++ b/domains/matrix.vi0leta.json
@@ -3,8 +3,7 @@
"username": "vi0letadev",
"email": "vi0leta@riseup.net"
},
-
"record": {
- "A": ["143.47.191.152"]
+ "A": ["37.27.4.76"]
}
}
diff --git a/domains/matrixcoder.json b/domains/matrixcoder.json
new file mode 100644
index 000000000..93e05d487
--- /dev/null
+++ b/domains/matrixcoder.json
@@ -0,0 +1,21 @@
+{
+ "description": "For my Personal Portfolio.",
+ "repo": "https://github.com/MatrixCoder0101/MatrixCoder0101.github.io",
+ "owner": {
+ "username": "MatrixCoder0101",
+ "email": "tkgoutamm625@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/matt.json b/domains/matt.json
deleted file mode 100644
index d74f8375a..000000000
--- a/domains/matt.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Matt Casey is a Developer!",
- "repo": "https://github.com/mattcasey",
- "owner": {
- "username": "mattcasey",
- "email": "mattwad@gmail.com"
- },
- "record": {
- "URL": "https://www.linkedin.com/in/mbcasey"
- }
-}
diff --git a/domains/mattdestroyer.json b/domains/mattdestroyer.json
deleted file mode 100644
index 474eae765..000000000
--- a/domains/mattdestroyer.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Matt-DESTROYER's Website",
- "owner": {
- "username": "Matt-DESTROYER",
- "email": "mattdestroyerpro@gmail.com"
- },
- "record": {
- "URL": "https://mattdestroyer.replit.app"
- }
-}
diff --git a/domains/mattw.json b/domains/mattw.json
index d74b7430e..c1f21a917 100644
--- a/domains/mattw.json
+++ b/domains/mattw.json
@@ -3,11 +3,9 @@
"repo": "https://github.com/Tweak4141",
"owner": {
"username": "tweak4141",
- "email": "ynan243@gmail.com"
+ "email": "tweak@talosbot.xyz"
},
"record": {
- "A": ["74.201.25.77"],
- "MX": ["mail.tnstudios.ca"],
- "TXT": "v=spf1 a:webmail.tnstudios.ca a:mail.talosbot.xyz a:mail.tnstudios.ca ~all"
+ "CNAME": "nginxpm.talosbot.xyz"
}
}
diff --git a/domains/mauricio.json b/domains/mauricio.json
new file mode 100644
index 000000000..09ec5f28b
--- /dev/null
+++ b/domains/mauricio.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Luceium",
+ "email": "mauriciom.curiel@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/maximking.json b/domains/maximking.json
deleted file mode 100644
index ee444b0bb..000000000
--- a/domains/maximking.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Maxim K Personal Dev Site",
- "owner": {
- "username": "MaximKing",
- "email": "business@maximking.co.uk"
- },
- "record": {
- "CNAME": "maximking.co.uk"
- }
-}
diff --git a/domains/maximumdevmode.json b/domains/maximumdevmode.json
new file mode 100644
index 000000000..7271afce6
--- /dev/null
+++ b/domains/maximumdevmode.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "MaximumDevMode",
+ "email": "MaximumDevMode@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/maxired.json b/domains/maxired.json
deleted file mode 100644
index e0f2bfa64..000000000
--- a/domains/maxired.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "maxired",
- "email": "github@maxired.fr"
- },
- "record": {
- "CNAME": "www.maxired.fr"
- }
-}
diff --git a/domains/mazimez.json b/domains/mazimez.json
new file mode 100644
index 000000000..0bb3e5e3c
--- /dev/null
+++ b/domains/mazimez.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "mazimez",
+ "email": "asif987patel@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/mbenetta.json b/domains/mbenetta.json
deleted file mode 100644
index 2794d8db2..000000000
--- a/domains/mbenetta.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "ruben-as",
- "email": "ruben.aja.85@gmail.com"
- },
- "record": {
- "A": ["212.227.32.105"]
- }
-}
diff --git a/domains/mbg.json b/domains/mbg.json
deleted file mode 100644
index b4c01c595..000000000
--- a/domains/mbg.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "MBG1337",
- "email": "MBGx1337@gmail.com"
- },
- "record": {
- "A": ["3.120.250.108"]
- }
-}
diff --git a/domains/mc.badboy.json b/domains/mc.badboy.json
deleted file mode 100644
index e914b46fd..000000000
--- a/domains/mc.badboy.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Minecraft server.",
- "owner": {
- "username": "bad-boy-codes",
- "email": "contact@mail.badboy.is-a.dev"
- },
- "record": {
- "URL": "https://bigpp.ml"
- }
-}
diff --git a/domains/mc.daniel.json b/domains/mc.daniel.json
deleted file mode 100644
index d609fa170..000000000
--- a/domains/mc.daniel.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "description": "2b2t Minecraft proxy",
-
- "owner": {
- "username": "hackermondev",
- "email": "isadev@daniel.is-a.dev",
- "twitter": "hackermondev"
- },
-
- "record": {
- "A": ["44.203.172.179"]
- }
-}
diff --git a/domains/mc.dergraph.json b/domains/mc.dergraph.json
deleted file mode 100644
index c302aa996..000000000
--- a/domains/mc.dergraph.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "derGraph",
- "email": "dergraph@f5.si"
- },
- "record": {
- "A": ["83.215.31.101"]
- }
-}
diff --git a/domains/mc.mousemoosz.json b/domains/mc.mousemoosz.json
deleted file mode 100644
index df531cdad..000000000
--- a/domains/mc.mousemoosz.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "For my Minecraft server",
- "owner": {
- "username": "MouseMoosz",
- "email": "mousemoosz@protonmail.com"
- },
- "record": {
- "CNAME": "ge.terohost.com"
- }
-}
diff --git a/domains/mc.toastersticks.json b/domains/mc.toastersticks.json
deleted file mode 100644
index eb779638f..000000000
--- a/domains/mc.toastersticks.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "ToasterSticks",
- "email": "matt.zhao.18@gmail.com"
- },
- "record": {
- "A": ["168.138.69.189"]
- }
-}
diff --git a/domains/mc1.notjadeja.json b/domains/mc1.notjadeja.json
deleted file mode 100644
index 2f92a3446..000000000
--- a/domains/mc1.notjadeja.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "HalalJadeja",
- "discord": "NotJadeja#8183",
- "email": "9236.stkabirdio@gmail.com"
- },
- "record": {
- "A": ["147.185.221.180"]
- }
-}
diff --git a/domains/mcgraph.json b/domains/mcgraph.json
deleted file mode 100644
index 043e6a35f..000000000
--- a/domains/mcgraph.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "playstation452",
- "email": "oscarlin1026@gmail.com"
- },
- "record": {
- "CNAME": "justaminecraftgraph.swapniladhikari.com.np"
- }
-}
diff --git a/domains/mcz.json b/domains/mcz.json
deleted file mode 100644
index 48e29ec65..000000000
--- a/domains/mcz.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Mczgodpiggy",
- "email": "dragonhuntergamingweb@gmail.com"
- },
- "record": {
- "CNAME": "947fd546-46f4-480c-b971-ca2b663c54d8.id.repl.co"
- }
-}
diff --git a/domains/mczgodpiggy.json b/domains/mczgodpiggy.json
deleted file mode 100644
index 17dae5044..000000000
--- a/domains/mczgodpiggy.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Mczgodpiggy",
- "email": "aukoeh@gmail.com"
- },
- "record": {
- "CNAME": "947fd546-46f4-480c-b971-ca2b663c54d8.id.repl.co"
- }
-}
diff --git a/domains/mdbesoain.json b/domains/mdbesoain.json
index 350b116ba..36e233813 100644
--- a/domains/mdbesoain.json
+++ b/domains/mdbesoain.json
@@ -4,6 +4,8 @@
"email": "mdbesoain@gmail.com"
},
"record": {
- "URL": "https://mdbesoain.cl"
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
diff --git a/domains/mdk.json b/domains/mdk.json
deleted file mode 100644
index a3d3e99fb..000000000
--- a/domains/mdk.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "MaskDuck",
- "email": "it-is@too-obvious-that.maskduck.is-a.dev"
- },
- "record": {
- "CNAME": "edge.redirect.pizza"
- }
-}
diff --git a/domains/mean.json b/domains/mean.json
new file mode 100644
index 000000000..ef03c1641
--- /dev/null
+++ b/domains/mean.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MeanZhang",
+ "email": "zhangmean@outlook.com"
+ },
+ "record": {
+ "CNAME": "meanzhang.github.io"
+ }
+}
diff --git a/domains/meen.json b/domains/meen.json
deleted file mode 100644
index 99bace5f3..000000000
--- a/domains/meen.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Patcharapol's personal site!",
- "repo": "https://github.com/msp5382/personal",
- "owner": {
- "username": "msp5382",
- "email": "meen.sankaew@gmail.com"
- },
- "record": {
- "URL": "https://patcharapol.dev"
- }
-}
diff --git a/domains/meerveld.json b/domains/meerveld.json
new file mode 100644
index 000000000..793fd38c6
--- /dev/null
+++ b/domains/meerveld.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "FabianMeerveld",
+ "email": "fabian.meerveld@student.hu.nl"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/melvin.json b/domains/melvin.json
new file mode 100644
index 000000000..1123ef63a
--- /dev/null
+++ b/domains/melvin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "melvinjjoseph",
+ "email": "melvinjjoseph2002@gmail.com"
+ },
+ "record": {
+ "CNAME": "melvinjjoseph.github.io"
+ }
+}
diff --git a/domains/mersillc.json b/domains/mersillc.json
new file mode 100644
index 000000000..8c789d8d0
--- /dev/null
+++ b/domains/mersillc.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Mersi-LLC",
+ "email": "marsitvtube@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/mert.json b/domains/mert.json
index 8541c92eb..cd85b3c32 100644
--- a/domains/mert.json
+++ b/domains/mert.json
@@ -1,9 +1,7 @@
{
- "description": "Mert's personal developer website",
- "repo": "https://github.com/mertcelik2196",
"owner": {
- "username": "mertcelik2196",
- "email": "mertcelik2196@gmail.com"
+ "username": "DevJustMert",
+ "email": "mertcelik0541@gmail.com"
},
"record": {
"URL": "https://mert.vercel.app"
diff --git a/domains/mfarag.json b/domains/mfarag.json
new file mode 100644
index 000000000..c55b7045c
--- /dev/null
+++ b/domains/mfarag.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "GodfatherX64",
+ "email": "godfather.x64@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/mfused.json b/domains/mfused.json
new file mode 100644
index 000000000..b9dccc513
--- /dev/null
+++ b/domains/mfused.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Mfused07",
+ "email": "fiverronlyokay@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/mh4d.json b/domains/mh4d.json
deleted file mode 100644
index b39a07d6b..000000000
--- a/domains/mh4d.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "mh4d",
- "email": "muhamednaous@gmail.com"
- },
- "description": "I'll probably put some project pages on mh4d.is-a.dev.",
- "record": {
- "CNAME": "940f2633-fe4f-4fd8-89e5-4fbfaa73e8a7.id.repl.co"
- }
-}
diff --git a/domains/mhmd.json b/domains/mhmd.json
new file mode 100644
index 000000000..0327e8e2c
--- /dev/null
+++ b/domains/mhmd.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "mjnaous",
+ "email": "mj@naous.eu.org"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/michaelbelete.json b/domains/michaelbelete.json
deleted file mode 100644
index 2ae7099d6..000000000
--- a/domains/michaelbelete.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "michael belete portfolio website",
- "repo": "https://github.com/michaelbelete",
- "owner": {
- "username": "michaelbelete",
- "email": "it.michael.belete@gmail.com"
- },
- "record": {
- "URL": "https://michaelb.iceiy.com"
- }
-}
diff --git a/domains/miho.json b/domains/miho.json
new file mode 100644
index 000000000..c70ecfd09
--- /dev/null
+++ b/domains/miho.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Miho1254",
+ "email": "nguyenha280876@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/mihrpsah.json b/domains/mihrpsah.json
new file mode 100644
index 000000000..5349738c2
--- /dev/null
+++ b/domains/mihrpsah.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mihrpsah",
+ "email": "smihirp1@gmail.com"
+ },
+ "record": {
+ "CNAME": "mihrpsah.github.io"
+ }
+}
diff --git a/domains/milcon-uptimer.json b/domains/milcon-uptimer.json
deleted file mode 100644
index 8471985a7..000000000
--- a/domains/milcon-uptimer.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Uptimer site",
- "owner": {
- "username": "njanemmu",
- "email": "aneenababu71901@gmail.com"
- },
- "record": {
- "CNAME": "ce061efe-4c98-41af-b793-2e0d4e4322a1.id.repl.co"
- }
-}
diff --git a/domains/milind.json b/domains/milind.json
new file mode 100644
index 000000000..796b5eca4
--- /dev/null
+++ b/domains/milind.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "milindmadhukar",
+ "email": "m.milind15@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/milindmadhukar"
+ }
+}
diff --git a/domains/miljte.json b/domains/miljte.json
new file mode 100644
index 000000000..1b59eaa36
--- /dev/null
+++ b/domains/miljte.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Miljte",
+ "email": "hak4rgof120876@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/milocat.json b/domains/milocat.json
deleted file mode 100644
index d6084b3a7..000000000
--- a/domains/milocat.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "BigKitten",
- "email": "",
- "discord": "MiloCat#8198"
- },
- "record": {
- "CNAME": "MiloCat.repl.co"
- }
-}
diff --git a/domains/mimic.json b/domains/mimic.json
deleted file mode 100644
index 0c15b8a51..000000000
--- a/domains/mimic.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Mimic Services",
- "repo": "https://github.com/mimicdotga",
- "owner": {
- "username": "mimicdotga",
- "email": "hello@mimic.ga"
- },
- "record": {
- "CNAME": "mimicdotga.duckdns.org"
- }
-}
diff --git a/domains/mine.craft.json b/domains/mine.craft.json
new file mode 100644
index 000000000..916b691d9
--- /dev/null
+++ b/domains/mine.craft.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Ocean-OS",
+ "email": "andrewhnolt@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/mingihihi.json b/domains/mingihihi.json
new file mode 100644
index 000000000..957f0af69
--- /dev/null
+++ b/domains/mingihihi.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ModelVNN",
+ "email": "modelvnn@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/minihoot.json b/domains/minihoot.json
new file mode 100644
index 000000000..b3f5dde2c
--- /dev/null
+++ b/domains/minihoot.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Hoot679",
+ "email": "henrymahlberg65@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/minkxx.json b/domains/minkxx.json
new file mode 100644
index 000000000..bfa37a224
--- /dev/null
+++ b/domains/minkxx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "minkxx",
+ "email": "aryuokk@gmail.com"
+ },
+ "record": {
+ "URL": "https://minkxx.onrender.com"
+ }
+}
diff --git a/domains/miro.json b/domains/miro.json
deleted file mode 100644
index 51c29d65e..000000000
--- a/domains/miro.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My other site :)",
- "repo": "https://replit.com/@RoBlockHead/mirois-adev",
- "owner": {
- "username": "RoBlockHead",
- "email": "tessa7551@gmail.com"
- },
- "record": {
- "CNAME": "c2b57eca-71a9-4f20-8877-c210f7e71f12.repl.co"
- }
-}
diff --git a/domains/mirozr.json b/domains/mirozr.json
new file mode 100644
index 000000000..1d454bc32
--- /dev/null
+++ b/domains/mirozr.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/Miroslavchen/hatynka_0A.github.io",
+ "owner": {
+ "username": "miroslavchen",
+ "email": "miroslavnezgoduk8@gmail.com"
+ },
+ "record": {
+ "CNAME": "miroslavchen.github.io"
+ }
+}
diff --git a/domains/mirzosharif.json b/domains/mirzosharif.json
new file mode 100644
index 000000000..859df4ea1
--- /dev/null
+++ b/domains/mirzosharif.json
@@ -0,0 +1,11 @@
+{
+ "description": "Mirzosharif's website",
+ "repo": "https://github.com/habiboffdev/habiboffdev.github.io",
+ "owner": {
+ "username": "habiboffdev",
+ "email": "mirzoupwork@gmail.com"
+ },
+ "record": {
+ "CNAME": "habiboffdev.github.io"
+ }
+}
diff --git a/domains/misi.json b/domains/misi.json
new file mode 100644
index 000000000..c3b845699
--- /dev/null
+++ b/domains/misi.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "suhajda3",
+ "email": "",
+ "twitter": "misi"
+ },
+ "record": {
+ "URL": "https://6esm7nio666sm3gejt6cl4gc3e0dzavv.lambda-url.eu-central-1.on.aws"
+ }
+}
diff --git a/domains/mitchellecamacho.json b/domains/mitchellecamacho.json
deleted file mode 100644
index df53227ed..000000000
--- a/domains/mitchellecamacho.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "mitchcam81",
- "email": "mocamacho.works@gmail.com"
- },
- "record": {
- "CNAME": "mitchellecamacho.com"
- }
-}
diff --git a/domains/miti.json b/domains/miti.json
new file mode 100644
index 000000000..35a777101
--- /dev/null
+++ b/domains/miti.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tiennm99",
+ "email": "minhtienit99@gmail.com"
+ },
+ "record": {
+ "CNAME": "miti.eu.org"
+ }
+}
diff --git a/domains/miti99.json b/domains/miti99.json
index 3cb9a1c05..35a777101 100644
--- a/domains/miti99.json
+++ b/domains/miti99.json
@@ -1,9 +1,9 @@
{
"owner": {
"username": "tiennm99",
- "email": "tiennm99@outlook.com"
+ "email": "minhtienit99@gmail.com"
},
"record": {
- "CNAME": "miti99.eu.org"
+ "CNAME": "miti.eu.org"
}
}
diff --git a/domains/miu.json b/domains/miu.json
new file mode 100644
index 000000000..5fa89c39b
--- /dev/null
+++ b/domains/miu.json
@@ -0,0 +1,12 @@
+{
+ "description": "Miu.is-a.dev",
+ "repo": "https://github.com/Miu-Discord/Miu-Discord.github.io",
+ "owner": {
+ "username": "lrmn7",
+ "email": "lrmn.dev@gmail.com",
+ "discord": "romanromannya"
+ },
+ "record": {
+ "CNAME": "Miu-Discord.github.io"
+ }
+}
diff --git a/domains/miyonaki.json b/domains/miyonaki.json
new file mode 100644
index 000000000..413f71eee
--- /dev/null
+++ b/domains/miyonaki.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "OlaMushroom",
+ "email": "ola.mushroom@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/mjn.json b/domains/mjn.json
new file mode 100644
index 000000000..73a41d9f2
--- /dev/null
+++ b/domains/mjn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mjnaous",
+ "email": "mj@naous.eu.org"
+ },
+ "record": {
+ "CNAME": "mjnaous.github.io"
+ }
+}
diff --git a/domains/mlemingcapoo.json b/domains/mlemingcapoo.json
new file mode 100644
index 000000000..75ca03cbd
--- /dev/null
+++ b/domains/mlemingcapoo.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "mlemingcapoo",
+ "email": "ducvu73@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
diff --git a/domains/mnoger.json b/domains/mnoger.json
new file mode 100644
index 000000000..2e9b98169
--- /dev/null
+++ b/domains/mnoger.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "arabtalent",
+ "email": "lolhdselect@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/moca.json b/domains/moca.json
new file mode 100644
index 000000000..cf47ef3f1
--- /dev/null
+++ b/domains/moca.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MocaSrour",
+ "email": "mukarramsrour@gmail.com"
+ },
+ "record": {
+ "CNAME": "mocasrour.github.io"
+ }
+}
diff --git a/domains/modi.json b/domains/modi.json
new file mode 100644
index 000000000..4945af1f9
--- /dev/null
+++ b/domains/modi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "oyepriyansh",
+ "email": "oyepriyansh@hotmail.com"
+ },
+ "record": {
+ "CNAME": "oyepriyansh.github.io"
+ }
+}
diff --git a/domains/moe.json b/domains/moe.json
deleted file mode 100644
index aeb62b6da..000000000
--- a/domains/moe.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Moe's Portfolio site",
- "repo": "https://github.com/abused/abused.github.io",
- "owner": {
- "username": "abused",
- "email": "techperson71@gmail.com"
- },
- "record": {
- "URL": "https://moealothman.com"
- }
-}
diff --git a/domains/mohab.json b/domains/mohab.json
new file mode 100644
index 000000000..01b5231c3
--- /dev/null
+++ b/domains/mohab.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Zyelixify",
+ "email": "heroxmain@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/mohamad.json b/domains/mohamad.json
new file mode 100644
index 000000000..73a41d9f2
--- /dev/null
+++ b/domains/mohamad.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mjnaous",
+ "email": "mj@naous.eu.org"
+ },
+ "record": {
+ "CNAME": "mjnaous.github.io"
+ }
+}
diff --git a/domains/mohamed.json b/domains/mohamed.json
new file mode 100644
index 000000000..a3e7bb756
--- /dev/null
+++ b/domains/mohamed.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "negativems",
+ "email": "mohamedbenhamzaa@gmail.com"
+ },
+ "record": {
+ "URL": "https://mmbh.dev"
+ }
+}
diff --git a/domains/mohammed.json b/domains/mohammed.json
new file mode 100644
index 000000000..dd140730e
--- /dev/null
+++ b/domains/mohammed.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ppg00",
+ "email": "vx2dsk@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/mohand.json b/domains/mohand.json
new file mode 100644
index 000000000..68156f035
--- /dev/null
+++ b/domains/mohand.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "mohandaklii",
+ "email": "mohandakliamara09@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/mohdjariullah.json b/domains/mohdjariullah.json
new file mode 100644
index 000000000..aa70ee03d
--- /dev/null
+++ b/domains/mohdjariullah.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "Mohdjariullah",
+ "email": "mohdjariullah@gmail.com",
+ "twitter": "mohdjariullah",
+ "discord": "@jariullah"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
+
diff --git a/domains/monissh.json b/domains/monissh.json
new file mode 100644
index 000000000..4d539f85a
--- /dev/null
+++ b/domains/monissh.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Monsstor",
+ "email": "itsamemonissh@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/mono.json b/domains/mono.json
new file mode 100644
index 000000000..54a41ee13
--- /dev/null
+++ b/domains/mono.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "imakittymeow",
+ "email": "iamakitty@interia.pl"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/monuk7735.json b/domains/monuk7735.json
deleted file mode 100644
index 870f472e4..000000000
--- a/domains/monuk7735.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "monuk7735",
- "email": "monuk7735@gmail.com"
- },
-
- "record": {
- "CNAME": "monuk7735.roundraven.com"
- }
-}
diff --git a/domains/moo.json b/domains/moo.json
new file mode 100644
index 000000000..04b549516
--- /dev/null
+++ b/domains/moo.json
@@ -0,0 +1,12 @@
+{
+ "description": "moo.is-a.dev",
+ "repo": "https://github.com/moo-7/moo-7.github.io",
+ "owner": {
+ "username": "lrmn7",
+ "email": "lrmn.dev@gmail.com",
+ "discord": "romanromannya#0"
+ },
+ "record": {
+ "CNAME": "moo-7.github.io"
+ }
+}
diff --git a/domains/moonboy.json b/domains/moonboy.json
deleted file mode 100644
index d421d1257..000000000
--- a/domains/moonboy.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "My cdn",
- "owner": {
- "username": "A-cute-blob",
- "email": "sambitkayal255@gmail.com"
- },
- "record": {
- "CNAME": "5dd47b4e-07c1-43a2-bf6e-05953b263786.repl.co"
- }
-}
diff --git a/domains/moonmachine.json b/domains/moonmachine.json
new file mode 100644
index 000000000..69f5426a7
--- /dev/null
+++ b/domains/moonmachine.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "mikaaamoe",
+ "email": "itzmerinz.dc@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/mosa.json b/domains/mosa.json
deleted file mode 100644
index 2c26d4a80..000000000
--- a/domains/mosa.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "For my portfolio website made by using HTML + CSS and JS",
- "owner": {
- "username": "mosageneral",
- "email": "mosageneral@gmail.com"
- },
- "record": {
- "A": ["130.162.168.84"]
- }
-}
diff --git a/domains/motion42.json b/domains/motion42.json
deleted file mode 100644
index 67a1410f6..000000000
--- a/domains/motion42.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Motions's personal developer website",
- "repo": "https://github.com/DevJustForever",
- "owner": {
- "username": "DevJustForever",
- "email": "mertcelik0541@gmail.com"
- },
- "record": {
- "URL": "https://motion42.ml"
- }
-}
diff --git a/domains/motortruck1221.json b/domains/motortruck1221.json
new file mode 100644
index 000000000..10aace18c
--- /dev/null
+++ b/domains/motortruck1221.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MotorTruck1221",
+ "email": "tuckerj0606@icloud.com"
+ },
+ "record": {
+ "CNAME": "motortruck1221.github.io"
+ }
+}
diff --git a/domains/mpangobank.json b/domains/mpangobank.json
new file mode 100644
index 000000000..dda3ac1a1
--- /dev/null
+++ b/domains/mpangobank.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Iamunix",
+ "email": "abdulhaulerashid@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/mr.json b/domains/mr.json
new file mode 100644
index 000000000..2f123d9b5
--- /dev/null
+++ b/domains/mr.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "mr-adrien",
+ "email": "adrienansari@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/mr.noname.json b/domains/mr.noname.json
new file mode 100644
index 000000000..4f59bcf23
--- /dev/null
+++ b/domains/mr.noname.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "nonamehtml",
+ "email": "nonameprobots@hotmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/mrgliff.json b/domains/mrgliff.json
deleted file mode 100644
index aebe6f1e9..000000000
--- a/domains/mrgliff.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "MrGliff",
- "email": "dharminnagar@gmail.com"
- },
- "record": {
- "URL": "https://mrgliff.dev"
- }
-}
diff --git a/domains/mrj.json b/domains/mrj.json
index a4d0a1fee..f3e362dd2 100644
--- a/domains/mrj.json
+++ b/domains/mrj.json
@@ -4,6 +4,8 @@
"email": "illegalhacker2.0@gmail.com"
},
"record": {
- "CNAME": "glitch.edgeapp.net"
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
diff --git a/domains/mrjunkyz.json b/domains/mrjunkyz.json
new file mode 100644
index 000000000..324dfe7e2
--- /dev/null
+++ b/domains/mrjunkyz.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/mrlol.json b/domains/mrlol.json
deleted file mode 100644
index 11f868f51..000000000
--- a/domains/mrlol.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Hi, I'm MrlolDev, I'm a web developer with little experience but who never tires of learning.",
- "repo": "https://github.com/MrlolGFX/mrlol",
- "owner": {
- "username": "MrlolGFX",
- "email": "mrlol.yt.oficial@gmail.com",
- "twitter": "MrlolGFX"
- },
- "record": {
- "URL": "https://mrlol.loick.team"
- }
-}
diff --git a/domains/mrnover.json b/domains/mrnover.json
deleted file mode 100644
index 0873dc77f..000000000
--- a/domains/mrnover.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "MrNover's Website",
- "repo": "https://github.com/MrNoverGitHub/mrnoverdevsite",
- "owner": {
- "username": "mrnovergithub",
- "email": "mrnover@mrnover.com",
- "twitter": "Mr_Nover"
- },
- "record": {
- "CNAME": "9800a36a-2d84-483e-a96f-72b8263cc24e.id.repl.co"
- }
-}
diff --git a/domains/mrrob0t.json b/domains/mrrob0t.json
new file mode 100644
index 000000000..c55b7045c
--- /dev/null
+++ b/domains/mrrob0t.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "GodfatherX64",
+ "email": "godfather.x64@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/mrrobot.json b/domains/mrrobot.json
new file mode 100644
index 000000000..c55b7045c
--- /dev/null
+++ b/domains/mrrobot.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "GodfatherX64",
+ "email": "godfather.x64@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/mrtemp70.json b/domains/mrtemp70.json
new file mode 100644
index 000000000..7328921c2
--- /dev/null
+++ b/domains/mrtemp70.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mrtemp70",
+ "email": "mrtemp70@gmail.com"
+ },
+ "record": {
+ "CNAME": "mrtemp70.github.io"
+ }
+}
diff --git a/domains/mst.json b/domains/mst.json
new file mode 100644
index 000000000..3a93a086c
--- /dev/null
+++ b/domains/mst.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "MystieHum",
+ "email": "z232566755z@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/mtestsite.json b/domains/mtestsite.json
deleted file mode 100644
index f5fd02654..000000000
--- a/domains/mtestsite.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "mobin-mazahery-school",
- "email": "mobin.mazahery85@gmail.com"
- },
- "record": {
- "CNAME": "m-proxy.cf"
- }
-}
diff --git a/domains/mubashiryasin.json b/domains/mubashiryasin.json
new file mode 100644
index 000000000..b9dccc513
--- /dev/null
+++ b/domains/mubashiryasin.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Mfused07",
+ "email": "fiverronlyokay@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/mudrika.json b/domains/mudrika.json
deleted file mode 100644
index 1c41803d4..000000000
--- a/domains/mudrika.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "aktgram",
- "email": "aktgram4me@gmail.com"
- },
-
- "record": {
- "A": ["16.16.156.1"]
- }
-}
diff --git a/domains/mukeshkumarcharak.json b/domains/mukeshkumarcharak.json
index 728311da0..ded434679 100644
--- a/domains/mukeshkumarcharak.json
+++ b/domains/mukeshkumarcharak.json
@@ -1,10 +1,11 @@
{
"owner": {
"username": "hakxcore",
- "email": "mukeshkumarcharak@gmail.com"
+ "email": "kumarm_1@rknec.edu"
},
-
"record": {
- "A": ["185.199.108.153"]
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
-}
+}
\ No newline at end of file
diff --git a/domains/music-old.mxnticek.json b/domains/music-old.mxnticek.json
deleted file mode 100644
index a8fe555e1..000000000
--- a/domains/music-old.mxnticek.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Domain for my old music bot",
- "owner": {
- "username": "VlastikYoutubeKo",
- "email": "plainrock@seznam.cz"
- },
- "record": {
- "A": ["129.151.254.58"]
- }
-}
diff --git a/domains/music.mxnticek.json b/domains/music.mxnticek.json
deleted file mode 100644
index ef1716109..000000000
--- a/domains/music.mxnticek.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Domain for my music bot",
- "owner": {
- "username": "VlastikYoutubeKo",
- "email": "plainrock@seznam.cz"
- },
- "record": {
- "A": ["129.151.254.58"]
- }
-}
diff --git a/domains/musikid.json b/domains/musikid.json
new file mode 100644
index 000000000..140b15419
--- /dev/null
+++ b/domains/musikid.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Musikid-Official",
+ "email": "musikid@proton.me"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/mutsis.json b/domains/mutsis.json
new file mode 100644
index 000000000..3e93b4d1b
--- /dev/null
+++ b/domains/mutsis.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "turvenuija1",
+ "email": "akulehtola123@gmail.com"
+ },
+ "record": {
+ "CNAME": "turvenuija1.github.io"
+ }
+}
diff --git a/domains/mysteriousk.json b/domains/mysteriousk.json
deleted file mode 100644
index a4e3206f9..000000000
--- a/domains/mysteriousk.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "The official website for Lawliet.Host.",
- "repo": "https://github.com/NoobDevs69/LawlietHost",
- "owner": {
- "username": "MysteriousK69",
- "email": "mysteriousk@lawliet.host"
- },
- "record": {
- "CNAME": "lawliet.host"
- }
-}
diff --git a/domains/mystie.json b/domains/mystie.json
new file mode 100644
index 000000000..347220e76
--- /dev/null
+++ b/domains/mystie.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MystieHum",
+ "email": "z232566755z@gmail.com"
+ },
+ "record": {
+ "A": ["65.19.141.67"]
+ }
+}
diff --git a/domains/mytac.json b/domains/mytac.json
new file mode 100644
index 000000000..8cf69cd63
--- /dev/null
+++ b/domains/mytac.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "mytac",
+ "email": "my_tac@126.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/myvps.json b/domains/myvps.json
new file mode 100644
index 000000000..a7b7e07f9
--- /dev/null
+++ b/domains/myvps.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "irawancandra6699",
+ "email": "irawancandra6699@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/myx.json b/domains/myx.json
deleted file mode 100644
index 298af65b2..000000000
--- a/domains/myx.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Myx's portfolio.",
- "repo": "https://github.com/notmyx/notmyx.github.io",
- "owner": {
- "username": "notmyx",
- "email": "darkmyxx@gmail.com",
- "twitter": "omgmyx"
- },
- "record": {
- "CNAME": "6950d6d4-e456-41b9-a407-3b569801cfa0.id.repl.co"
- }
-}
diff --git a/domains/myxi.json b/domains/myxi.json
new file mode 100644
index 000000000..bb24694db
--- /dev/null
+++ b/domains/myxi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "eeriemyxi",
+ "email": "myxi@duck.com"
+ },
+ "record": {
+ "URL": "https://eeriemyxi.blogspot.com"
+ }
+}
diff --git a/domains/n1ghtmare.json b/domains/n1ghtmare.json
new file mode 100644
index 000000000..4dcec9c31
--- /dev/null
+++ b/domains/n1ghtmare.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "n1ghtmare3301",
+ "email": "n1ghtmare3301@proton.me"
+ },
+ "record": {
+ "CNAME": "n1ghtmare3301.github.io"
+ }
+}
diff --git a/domains/n1ka.json b/domains/n1ka.json
deleted file mode 100644
index 062014929..000000000
--- a/domains/n1ka.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "N1kaCode",
- "email": "jeanlukashoffmann@gmail.com"
- },
- "record": {
- "URL": "https://beacons.ai/n1kacode"
- }
-}
diff --git a/domains/n3rcy.json b/domains/n3rcy.json
new file mode 100644
index 000000000..afbc11955
--- /dev/null
+++ b/domains/n3rcy.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "N3rcy",
+ "email": "nercysvoboda@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/namesmt.json b/domains/namesmt.json
new file mode 100644
index 000000000..949dce90a
--- /dev/null
+++ b/domains/namesmt.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "NamesMT",
+ "email": "dangquoctrung123@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/narayana.json b/domains/narayana.json
index 6a99954bd..7f47d53b7 100644
--- a/domains/narayana.json
+++ b/domains/narayana.json
@@ -1,10 +1,11 @@
{
- "description": "I am going to use it to test out my creations and share with my friends. As a student, I can't get actual domains, so I will be using this.",
"owner": {
"username": "nvnarayna",
"email": "nemaninarayna@gmail.com"
},
"record": {
- "CNAME": "proxy.divahosting.net"
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
}
diff --git a/domains/nardcrat.json b/domains/nardcrat.json
deleted file mode 100644
index 3d922a25d..000000000
--- a/domains/nardcrat.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "use for the main site for protfolio",
- "repo": "https://github.com/meetkool/meetkool",
- "owner": {
- "username": "meetkool",
- "email": "doomlol@protonmail.com"
- },
- "record": {
- "CNAME": "meetssh.ml"
- }
-}
diff --git a/domains/nassro.json b/domains/nassro.json
new file mode 100644
index 000000000..2fdfb1833
--- /dev/null
+++ b/domains/nassro.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nassro199",
+ "email": "nasrohasini19ny@gmail.com"
+ },
+ "record": {
+ "URL": "https://nassro.vercel.app"
+ }
+}
diff --git a/domains/nationwide.json b/domains/nationwide.json
deleted file mode 100644
index 04a20a529..000000000
--- a/domains/nationwide.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "DevZerow",
- "email": "zerow.pro@protonmail.com"
- },
-
- "record": {
- "A": ["194.5.64.173"]
- }
-}
diff --git a/domains/naveenlam.json b/domains/naveenlam.json
new file mode 100644
index 000000000..62611d197
--- /dev/null
+++ b/domains/naveenlam.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "LamNaveen",
+ "email": "notlamger@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/nayam.json b/domains/nayam.json
new file mode 100644
index 000000000..417175ba1
--- /dev/null
+++ b/domains/nayam.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "NayamAmarshe",
+ "email": "nayam.emikx@aleeas.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
diff --git a/domains/nc.json b/domains/nc.json
new file mode 100644
index 000000000..060a53891
--- /dev/null
+++ b/domains/nc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NCCoder1",
+ "email": "nikhilchhawacharia@gmail.com"
+ },
+ "record": {
+ "CNAME": "nc-qc9p.onrender.com"
+ }
+}
diff --git a/domains/nedosite.json b/domains/nedosite.json
deleted file mode 100644
index 9911cbb9f..000000000
--- a/domains/nedosite.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "SpaceProjects",
- "email": "maksim1961space@gmail.com"
- },
- "record": {
- "A": ["185.228.233.148"]
- }
-}
diff --git a/domains/nego.json b/domains/nego.json
deleted file mode 100644
index 6572ff14f..000000000
--- a/domains/nego.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Nego personal developer website",
- "repo": "https://github.com/kardespro/kardespro.github.io",
- "owner": {
- "username": "nego",
- "email": "devnego@gmail.com"
- },
- "record": {
- "CNAME": "negodev.tk"
- }
-}
diff --git a/domains/negodev.json b/domains/negodev.json
new file mode 100644
index 000000000..3eb73d60b
--- /dev/null
+++ b/domains/negodev.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "kardespro",
+ "email": "kardesdcys@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/neki.json b/domains/neki.json
index 07025aa32..db15b1adf 100644
--- a/domains/neki.json
+++ b/domains/neki.json
@@ -5,6 +5,16 @@
"email": "santyfisela@gmail.com"
},
"record": {
- "CNAME": "PinkLittleKitty.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/nekoibot.json b/domains/nekoibot.json
new file mode 100644
index 000000000..924d2fdd3
--- /dev/null
+++ b/domains/nekoibot.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "DomathID",
+ "email": "domath69@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "DomathID.github.io"
+ }
+}
diff --git a/domains/nelson.json b/domains/nelson.json
new file mode 100644
index 000000000..c08ae220d
--- /dev/null
+++ b/domains/nelson.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nelsonGX",
+ "email": "hi@nelsongx.com"
+ },
+ "record": {
+ "URL": "https://nelsongx.com"
+ }
+}
diff --git a/domains/neomc.xyz.json b/domains/neomc.xyz.json
new file mode 100644
index 000000000..784f5a66a
--- /dev/null
+++ b/domains/neomc.xyz.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ssoonu",
+ "email": "saiifksa509@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/neon.json b/domains/neon.json
index 7531a0358..36721ad70 100644
--- a/domains/neon.json
+++ b/domains/neon.json
@@ -3,7 +3,7 @@
"repo": "https://github.com/GoodBoyNeon/goodboyneon.github.io",
"owner": {
"username": "GoodBoyNeon",
- "discord": "GoodBoyNeon#2424",
+ "discord": "neonthedeveloper",
"twitter": "NeonTheNerd",
"email": "goodboyneon03@gmail.com"
},
diff --git a/domains/nepy.json b/domains/nepy.json
new file mode 100644
index 000000000..a032caab2
--- /dev/null
+++ b/domains/nepy.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "StrwbryMilk",
+ "email": "nepznepy@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/nerd.json b/domains/nerd.json
deleted file mode 100644
index ccf258335..000000000
--- a/domains/nerd.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "n3rd3x3",
- "email": "me@n3rd3x3.xyz"
- },
- "record": {
- "URL": "https://n3rd3x3.xyz"
- }
-}
diff --git a/domains/neria.json b/domains/neria.json
new file mode 100644
index 000000000..3883683a5
--- /dev/null
+++ b/domains/neria.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "neriat",
+ "email": "me@neria.dev"
+ },
+ "record": {
+ "CNAME": "neria.dev"
+ }
+}
diff --git a/domains/netf.json b/domains/netf.json
deleted file mode 100644
index 56d7e44c5..000000000
--- a/domains/netf.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "netflexs",
- "email": ""
- },
- "record": {
- "CNAME": "c4f04559-5bd7-49db-ae04-93e53cd8abc2.id.repl.co"
- }
-}
diff --git a/domains/neuron.json b/domains/neuron.json
new file mode 100644
index 000000000..ad8477829
--- /dev/null
+++ b/domains/neuron.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "wooga123",
+ "email": "torinnn28@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/newkernel.json b/domains/newkernel.json
new file mode 100644
index 000000000..5a81d2fe9
--- /dev/null
+++ b/domains/newkernel.json
@@ -0,0 +1,11 @@
+{
+ "description": "NewKernel's Website",
+ "repo": "https://github.com/KernelNew/kernelnew.github.io",
+ "owner": {
+ "username": "KernelNew",
+ "email": "new.kernel@outlook.com"
+ },
+ "record": {
+ "CNAME": "kernelnew.github.io"
+ }
+}
diff --git a/domains/nextcloud.banana.json b/domains/nextcloud.banana.json
deleted file mode 100644
index 5bd3d9aa5..000000000
--- a/domains/nextcloud.banana.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "BANanaD3V",
- "email": "banana@bananadev.ml"
- },
-
- "record": {
- "A": ["95.165.13.215"]
- }
-}
diff --git a/domains/nextcloud.vi0leta.json b/domains/nextcloud.vi0leta.json
index eed253c13..784e44261 100644
--- a/domains/nextcloud.vi0leta.json
+++ b/domains/nextcloud.vi0leta.json
@@ -5,6 +5,6 @@
},
"record": {
- "A": ["143.47.191.152"]
+ "A": ["37.27.4.76"]
}
}
diff --git a/domains/nicekun.json b/domains/nicekun.json
new file mode 100644
index 000000000..b3eec57b5
--- /dev/null
+++ b/domains/nicekun.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "CcNicebruh",
+ "email": "tangkeehee2002@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/nicesapien.json b/domains/nicesapien.json
deleted file mode 100644
index 56dc17b04..000000000
--- a/domains/nicesapien.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "NiceSapien's portfolio website",
- "owner": {
- "username": "NiceSapien",
- "email": "nicesapien@gmail.com",
- "discord": "NiceSapien#2356"
- },
- "record": {
- "CNAME": "nicesapien.gatsbyjs.io"
- }
-}
diff --git a/domains/nicholas.json b/domains/nicholas.json
deleted file mode 100644
index df331ea5c..000000000
--- a/domains/nicholas.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "nicholasyoannou",
- "email": "nicholas@nicholas.dev",
- "discord": "janeberru#4594",
- "note": "You can contact me by email or discord, really don't mind :)"
- },
- "description": "I'll probably put some project pages on nicholas.is-a.dev. ¯\\_(ツ)_/¯",
- "record": {
- "CNAME": "nicholas.dev"
- }
-}
diff --git a/domains/nick.json b/domains/nick.json
deleted file mode 100644
index 695874d3a..000000000
--- a/domains/nick.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "nimolas",
- "email": "nick.o@microfnclan.com"
- },
- "record": {
- "CNAME": "microfnclan.com"
- }
-}
diff --git a/domains/nickooms.json b/domains/nickooms.json
new file mode 100644
index 000000000..c7e16fb95
--- /dev/null
+++ b/domains/nickooms.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "nickooms",
+ "email": "oomsni@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/nicoladen.json b/domains/nicoladen.json
new file mode 100644
index 000000000..db7454b33
--- /dev/null
+++ b/domains/nicoladen.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nicoladen05",
+ "email": "nicolashartmanntaba@gmail.com"
+ },
+ "record": {
+ "CNAME": "nicoladen05.github.io"
+ }
+}
diff --git a/domains/niemiets.json b/domains/niemiets.json
index 2dfb4826c..d235aac44 100644
--- a/domains/niemiets.json
+++ b/domains/niemiets.json
@@ -1,11 +1,11 @@
{
"owner": {
"username": "Niemiets",
- "email": "niemiec123123123@gmail.com",
- "discord": "397074265708691456"
+ "email": "niemiec123123123@gmail.com"
},
-
"record": {
- "CNAME": "175c065b-9338-44cf-a6ed-4cc521f9ec5c.id.repl.co"
+ "A": ["217.174.245.249"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
+ "MX": ["hosts.is-a.dev"]
}
}
diff --git a/domains/night.json b/domains/night.json
deleted file mode 100644
index 1c03cd80c..000000000
--- a/domains/night.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Personal portfolio for showing my projects, contacts and about me",
- "repo": "https://github.com/night0721/night0721.github.io",
- "owner": {
- "username": "night0721",
- "email": "nightkalyyy@gmail.com"
- },
- "record": {
- "CNAME": "night0721.github.io"
- }
-}
diff --git a/domains/nihaltm.json b/domains/nihaltm.json
new file mode 100644
index 000000000..79190a806
--- /dev/null
+++ b/domains/nihaltm.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "n1haldev",
+ "email": "nihaltmdev@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/nik.json b/domains/nik.json
new file mode 100644
index 000000000..36ee7b613
--- /dev/null
+++ b/domains/nik.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Nikhil",
+ "email": "nikhilsoniya123@gmail.com",
+ "discord": "nikxso#0000"
+ },
+ "record": {
+ "CNAME": "myweb-266f0.web.app"
+ }
+}
diff --git a/domains/niklas.json b/domains/niklas.json
index e7ffb0e40..538900125 100644
--- a/domains/niklas.json
+++ b/domains/niklas.json
@@ -1,11 +1,11 @@
{
- "description": "I'm a dev from austria.",
+ "description": "Dev from Austria who loves Java and the world.",
"owner": {
"username": "NiHaiden",
- "email": "niklas@haiden.ch",
- "twitter": "niklashdev"
+ "email": "niklas@niklas.tech",
+ "twitter": "nklsdev"
},
"record": {
- "URL": "https://nhaiden.dev"
+ "URL": "https://niklas.tech"
}
}
diff --git a/domains/nilhem.json b/domains/nilhem.json
new file mode 100644
index 000000000..e86e510ec
--- /dev/null
+++ b/domains/nilhem.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ncognto",
+ "email": "a.mbiad3s@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
diff --git a/domains/nimish.json b/domains/nimish.json
deleted file mode 100644
index f6750611f..000000000
--- a/domains/nimish.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Nimish's Engineering Diary",
- "repo": "https://github.com/nimish-gupta/blog",
- "owner": {
- "username": "nimish-gupta",
- "email": "gnimish03@gmail.com"
- },
- "record": {
- "CNAME": "nimish-gupta.dev"
- }
-}
diff --git a/domains/nine.json b/domains/nine.json
deleted file mode 100644
index 0c94b85f0..000000000
--- a/domains/nine.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "A passionate Back and Front-end Developer 🚀 Having An Experience Of Building Web And Discord Bots With JavaScript / HTML / CSS / Nodejs / Python And Some Other Cool Libraries And Frameworks.",
- "repo": "https://github.com/ninelel",
- "record": {
- "CNAME": "hcceg285.up.railway.app"
- },
- "owner": {
- "username": "NineLEL",
- "email": "notninelel@gmail.com"
- }
-}
diff --git a/domains/niper.json b/domains/niper.json
new file mode 100644
index 000000000..6d3286888
--- /dev/null
+++ b/domains/niper.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NIPERR",
+ "email": "marcel.dziewaa@gmail.com"
+ },
+ "record": {
+ "URL": "https://niper.vercel.app"
+ }
+}
diff --git a/domains/nishant.json b/domains/nishant.json
deleted file mode 100644
index 53080c6a7..000000000
--- a/domains/nishant.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Nishant's website and blog",
- "repo": "https://github.com/nishch/nishch.github.io",
- "owner": {
- "username": "nishch",
- "email": "nishantchvedi@gmail.com"
- },
- "record": {
- "CNAME": "twistedsoft.com"
- }
-}
diff --git a/domains/nishin.json b/domains/nishin.json
deleted file mode 100644
index 7e6e954dd..000000000
--- a/domains/nishin.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "nishinraj",
- "email": "",
- "twitter": "nishinrajk"
- },
- "record": {
- "URL": "https://medium.com/@nishinraj"
- }
-}
diff --git a/domains/nixon.json b/domains/nixon.json
deleted file mode 100644
index d8f227f54..000000000
--- a/domains/nixon.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "NxnRmz",
- "email": "nxnrmz@gmail.com"
- },
- "record": {
- "A": ["44.203.96.123"]
- }
-}
diff --git a/domains/njfamirm.json b/domains/njfamirm.json
deleted file mode 100644
index 00e382514..000000000
--- a/domains/njfamirm.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "njfamirm",
- "email": "njfamirm@gmail.com"
- },
- "repo": "https://github.com/njfamirm/njfamirm.ir",
- "record": {
- "CNAME": "njfamirm.ir"
- }
-}
diff --git a/domains/noah.json b/domains/noah.json
new file mode 100644
index 000000000..6cd243341
--- /dev/null
+++ b/domains/noah.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "NoahPrm",
+ "email": "noah.parmentier@icloud.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/nobody.json b/domains/nobody.json
new file mode 100644
index 000000000..2f123d9b5
--- /dev/null
+++ b/domains/nobody.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "mr-adrien",
+ "email": "adrienansari@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/node-appwrite.json b/domains/node-appwrite.json
deleted file mode 100644
index 99f4be133..000000000
--- a/domains/node-appwrite.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "appwrite",
- "email": "mohamed.haneefa@agiratech.com"
- },
- "record": {
- "URL": "https://www.appwrite-node.com"
- }
-}
diff --git a/domains/nodirbek.json b/domains/nodirbek.json
deleted file mode 100644
index 72d8d0c6e..000000000
--- a/domains/nodirbek.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Piratebay298",
- "email": "piratebay298@gmail.com"
- },
-
- "record": {
- "CNAME": "nodirbek.42web.io"
- }
-}
diff --git a/domains/noflare.json b/domains/noflare.json
new file mode 100644
index 000000000..3eac8f9f5
--- /dev/null
+++ b/domains/noflare.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Noflare",
+ "email": "Noflare.dev@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/noicemath.json b/domains/noicemath.json
new file mode 100644
index 000000000..414667f85
--- /dev/null
+++ b/domains/noicemath.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "andydrew727",
+ "email": "0793620@student.osceolaschools.net"
+ },
+ "record": {
+ "URL": "https://theniceman.netlify.app/"
+ }
+}
diff --git a/domains/noob.json b/domains/noob.json
deleted file mode 100644
index 9b317de89..000000000
--- a/domains/noob.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "KeIrNeGn",
- "email": "terminatorx5e@gmail.com",
- "discord": "499592235772280842"
- },
-
- "record": {
- "CNAME": "keirnegn.dev"
- }
-}
diff --git a/domains/nopply.json b/domains/nopply.json
deleted file mode 100644
index b33237863..000000000
--- a/domains/nopply.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Nopply is-a.dev",
- "owner": {
- "username": "kornls",
- "email": "larryst.korn@gmail.com"
- },
- "record": {
- "CNAME": "nopply.carrd.co"
- }
-}
diff --git a/domains/noraa.json b/domains/noraa.json
deleted file mode 100644
index 5a7d1743c..000000000
--- a/domains/noraa.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Noraa08",
- "email": "antoteje2004@gmail.com"
- },
- "record": {
- "CNAME": "595a8166-a27b-43e4-848e-da1ce6bcd3f6.id.repl.co"
- }
-}
diff --git a/domains/norkart.json b/domains/norkart.json
new file mode 100644
index 000000000..711b5d325
--- /dev/null
+++ b/domains/norkart.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "norkart1",
+ "email": "navasforwork@gmail.com"
+ },
+ "record": {
+ "CNAME": "personal-website-26y.pages.dev"
+ }
+}
diff --git a/domains/normturtle.json b/domains/normturtle.json
new file mode 100644
index 000000000..074689bc7
--- /dev/null
+++ b/domains/normturtle.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "NormTurtle",
+ "email": "omix1.ok@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/not-a-nerd.json b/domains/not-a-nerd.json
deleted file mode 100644
index d5d934fd6..000000000
--- a/domains/not-a-nerd.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Well, this is my github sub-domain for my future page",
- "repo": "https://github.com/0lp/0lp.github.io",
- "owner": {
- "username": "0lp",
- "email": "not.a.nerd0005@gmail.com"
- },
- "record": {
- "CNAME": "0lp.github.io"
- }
-}
diff --git a/domains/not-ethan.json b/domains/not-ethan.json
index 03cd32d0d..4baeb1a42 100644
--- a/domains/not-ethan.json
+++ b/domains/not-ethan.json
@@ -1,7 +1,8 @@
{
"owner": {
"username": "not-a-ethan",
- "email": "ethans0408.5@gmail.com"
+ "email": "",
+ "discord": "not_ethan."
},
"record": {
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
diff --git a/domains/nota.json b/domains/nota.json
new file mode 100644
index 000000000..becc7dc6e
--- /dev/null
+++ b/domains/nota.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "dewiscool",
+ "email": "zerolikecyber.2005@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/notarya.json b/domains/notarya.json
deleted file mode 100644
index 13e403f82..000000000
--- a/domains/notarya.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "NotArya Website",
- "repo": "https://github.com/NotAryaaa/notaryaaa.github.io",
- "owner": {
- "username": "notaryaaa",
- "email": "abiix.messanger@gmail.com"
- },
- "record": {
- "CNAME": "notarya.github.io"
- }
-}
diff --git a/domains/notfenixio.json b/domains/notfenixio.json
new file mode 100644
index 000000000..f54e3ca4e
--- /dev/null
+++ b/domains/notfenixio.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NotFenixio",
+ "email": "josueart40@gmail.com"
+ },
+ "record": {
+ "CNAME": "notfenixio.github.io"
+ }
+}
diff --git a/domains/notgoogle.json b/domains/notgoogle.json
deleted file mode 100644
index 396dc59f4..000000000
--- a/domains/notgoogle.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "uugghhwhy",
- "email": "",
- "discord": "[]#4604"
- },
- "record": {
- "CNAME": "873cf0d8-4ae8-4a9c-9a48-b58ac4c67f3d.id.repl.co"
- }
-}
diff --git a/domains/notrana.json b/domains/notrana.json
index 79a08a799..cb050c83e 100644
--- a/domains/notrana.json
+++ b/domains/notrana.json
@@ -1,10 +1,7 @@
{
- "description": "Link to my portfolio site.",
- "repo": "https://github.com/notrana/notrana.github.io",
"owner": {
- "username": "notrana",
- "email": "mail@notrana.tk",
- "discord": "Rana Asad.py#5925"
+ "username": "NotRana",
+ "email": "benyameen75@gmail.com"
},
"record": {
"CNAME": "notrana.github.io"
diff --git a/domains/notskillz.json b/domains/notskillz.json
new file mode 100644
index 000000000..5fe751c74
--- /dev/null
+++ b/domains/notskillz.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "PsxScriptsW",
+ "email": "jacob.blits@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/notsora.json b/domains/notsora.json
deleted file mode 100644
index c7cd55b38..000000000
--- a/domains/notsora.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "OraSora",
- "email": "S05A@outlook.com"
- },
- "record": {
- "CNAME": "c20d9bfa-52f3-47e1-a43f-326fe4079288.repl.co"
- }
-}
diff --git a/domains/notugotskillz.json b/domains/notugotskillz.json
new file mode 100644
index 000000000..5fe751c74
--- /dev/null
+++ b/domains/notugotskillz.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "PsxScriptsW",
+ "email": "jacob.blits@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/notzsfell.json b/domains/notzsfell.json
new file mode 100644
index 000000000..90425b148
--- /dev/null
+++ b/domains/notzsfell.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "zsfell",
+ "email": "felinzkvic@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/nova.json b/domains/nova.json
deleted file mode 100644
index b1d378527..000000000
--- a/domains/nova.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "nova.is-a.dev",
- "owner": {
- "username": "LunarN0v4",
- "email": "zeus@zeusteam.dev",
- "discord": "lunarn0v4"
- },
- "record": {
- "A": ["170.39.215.45"]
- }
-}
diff --git a/domains/npc.json b/domains/npc.json
new file mode 100644
index 000000000..5eb5e5abe
--- /dev/null
+++ b/domains/npc.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "npc-123",
+ "email": "aziznasrul85@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/nqdev.json b/domains/nqdev.json
new file mode 100644
index 000000000..2cbbfef3d
--- /dev/null
+++ b/domains/nqdev.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "nguyenquy0710",
+ "email": "nguyenquy.1096@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ns1.zerow.json b/domains/ns1.zerow.json
deleted file mode 100644
index 353e7e8a0..000000000
--- a/domains/ns1.zerow.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "DevZerow",
- "email": "zerow.pro@protonmail.com"
- },
-
- "record": {
- "A": ["92.118.207.191"]
- }
-}
diff --git a/domains/ns2.zerow.json b/domains/ns2.zerow.json
deleted file mode 100644
index 353e7e8a0..000000000
--- a/domains/ns2.zerow.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "DevZerow",
- "email": "zerow.pro@protonmail.com"
- },
-
- "record": {
- "A": ["92.118.207.191"]
- }
-}
diff --git a/domains/ntc-edm.json b/domains/ntc-edm.json
deleted file mode 100644
index 3aa60549e..000000000
--- a/domains/ntc-edm.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "thanhcong2k7",
- "email": "nhocpeacock@gmail.com"
- },
- "record": {
- "CNAME": "kmdev.carrd.co"
- }
-}
diff --git a/domains/nubi.json b/domains/nubi.json
deleted file mode 100644
index 04b0efafb..000000000
--- a/domains/nubi.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "nubi1337",
- "email": "jutendo112233@gmail.com"
- },
- "record": {
- "A": ["45.142.107.232"]
- }
-}
diff --git a/domains/nxn.json b/domains/nxn.json
deleted file mode 100644
index d8f227f54..000000000
--- a/domains/nxn.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "NxnRmz",
- "email": "nxnrmz@gmail.com"
- },
- "record": {
- "A": ["44.203.96.123"]
- }
-}
diff --git a/domains/nxnetwork.json b/domains/nxnetwork.json
new file mode 100644
index 000000000..424c5ab05
--- /dev/null
+++ b/domains/nxnetwork.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "HackerYijia",
+ "email": "hackeryijia@proton.me"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/nxrmqlly.json b/domains/nxrmqlly.json
new file mode 100644
index 000000000..b9aeb3834
--- /dev/null
+++ b/domains/nxrmqlly.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal website",
+ "repo": "https://github.com/nxrmqlly/nxrmqlly.github.io",
+ "owner": {
+ "username": "nxrmqlly",
+ "email": "ritam.das3110@outlook.com",
+ "twitter": ""
+ },
+ "record": {
+ "CNAME": "nxrmqlly.github.io"
+ }
+}
diff --git a/domains/nxyoo.json b/domains/nxyoo.json
index b4c442275..c7c4552fd 100644
--- a/domains/nxyoo.json
+++ b/domains/nxyoo.json
@@ -6,6 +6,6 @@
"record": {
"A": ["217.174.245.249"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
- "MX": "hosts.is-a.dev"
+ "MX": ["hosts.is-a.dev"]
}
}
\ No newline at end of file
diff --git a/domains/nxyy.json b/domains/nxyy.json
index 8d5dea42c..52e753f4a 100644
--- a/domains/nxyy.json
+++ b/domains/nxyy.json
@@ -4,6 +4,8 @@
"email": "nxyylol@protonmail.com"
},
"record": {
- "CNAME": "hosts.is-a.dev"
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
-}
+}
\ No newline at end of file
diff --git a/domains/nypd.json b/domains/nypd.json
new file mode 100644
index 000000000..7f33edc6a
--- /dev/null
+++ b/domains/nypd.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "a77-dev",
+ "email": "andbro4955@student.ccs.k12.nc.us"
+ },
+ "record": {
+ "URL": "https://feds.lol/nypd"
+ }
+}
diff --git a/domains/nyx.json b/domains/nyx.json
new file mode 100644
index 000000000..00b35e3e2
--- /dev/null
+++ b/domains/nyx.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "nyxical420",
+ "email": "xaveegacha7@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/obaydmerz.json b/domains/obaydmerz.json
new file mode 100644
index 000000000..4b09f8493
--- /dev/null
+++ b/domains/obaydmerz.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "obaydmerz",
+ "email": "obaydmerz@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/objectrecognisation.syntaxloopers.json b/domains/objectrecognisation.syntaxloopers.json
new file mode 100644
index 000000000..324dfe7e2
--- /dev/null
+++ b/domains/objectrecognisation.syntaxloopers.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/ocloo.json b/domains/ocloo.json
deleted file mode 100644
index 49aefc66c..000000000
--- a/domains/ocloo.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "dev0cloo",
- "email": "etor.ocloo@gmail.com"
- },
- "record": {
- "URL": "https://dev0cloo.netlify.app"
- }
-}
diff --git a/domains/ohgodanoob.json b/domains/ohgodanoob.json
new file mode 100644
index 000000000..b1a76a6e4
--- /dev/null
+++ b/domains/ohgodanoob.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "OhGodANoob",
+ "email": "ohgodanoob@protonmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ohm.json b/domains/ohm.json
new file mode 100644
index 000000000..377c9e4a5
--- /dev/null
+++ b/domains/ohm.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "sujandeb",
+ "email": "work@sujandeb.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ohmdeb.json b/domains/ohmdeb.json
new file mode 100644
index 000000000..377c9e4a5
--- /dev/null
+++ b/domains/ohmdeb.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "sujandeb",
+ "email": "work@sujandeb.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/oli.json b/domains/oli.json
deleted file mode 100644
index c3a0f7940..000000000
--- a/domains/oli.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "qyful",
- "email": "",
- "twitter": "Qyful",
- "discord": "Qyful#1800"
- },
- "record": {
- "CNAME": "cb41d586-dc17-4f5d-b336-2c93504644e4.id.repl.co"
- }
-}
diff --git a/domains/om.json b/domains/om.json
deleted file mode 100644
index 48896d992..000000000
--- a/domains/om.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "description": "Portfolio - a simple portfolio website for TerraPlayz. It's in Beta Stages. Thanks for visiting my Portfolio! I hope to see you again. This also serves as a mail for my domain",
- "repo": "https://github.com/TerraPlayz/portfolio-cf",
- "owner": {
- "username": "TerraPlayz",
- "email": "github@om.is-a.dev",
- "twitter": "DaRealOmxpro"
- },
- "record": {
- "A": ["172.66.44.237", "172.66.47.19"],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
-}
diff --git a/domains/omarplayz.json b/domains/omarplayz.json
new file mode 100644
index 000000000..50411153a
--- /dev/null
+++ b/domains/omarplayz.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Omarplayz233",
+ "email": "omarplayzsounds@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/omarzaghlool.json b/domains/omarzaghlool.json
new file mode 100644
index 000000000..e7dde8fb4
--- /dev/null
+++ b/domains/omarzaghlool.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "spectre-xenon",
+ "email": "omarzaghlool538@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/omi.json b/domains/omi.json
new file mode 100644
index 000000000..074689bc7
--- /dev/null
+++ b/domains/omi.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "NormTurtle",
+ "email": "omix1.ok@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/omne.json b/domains/omne.json
deleted file mode 100644
index d47950056..000000000
--- a/domains/omne.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "notomne",
- "email": "charmquark314@proton.me"
- },
- "record": {
- "A": ["44.240.31.54"]
- }
-}
diff --git a/domains/onlive.json b/domains/onlive.json
new file mode 100644
index 000000000..7d9b778fe
--- /dev/null
+++ b/domains/onlive.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Onlive1337",
+ "email": "tabdulov2006@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/oofy.json b/domains/oofy.json
deleted file mode 100644
index 7571fc158..000000000
--- a/domains/oofy.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Oofquest's Website!",
- "repo": "https://github.com/oofquest",
- "owner": {
- "username": "oofquest",
- "email": "oofquest@cub0rd.xyz"
- },
- "record": {
- "CNAME": "9655e52b-5dc4-45ba-8e74-8d942aa9ea33.repl.co"
- }
-}
diff --git a/domains/oops.json b/domains/oops.json
new file mode 100644
index 000000000..0380d8e14
--- /dev/null
+++ b/domains/oops.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "finnickguo",
+ "email": "finnickguo@gmail.com"
+ },
+ "record": {
+ "A": ["150.109.115.77"]
+ }
+}
diff --git a/domains/opaayush.json b/domains/opaayush.json
deleted file mode 100644
index 8a1b90e92..000000000
--- a/domains/opaayush.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Aayu5h's Website",
- "repo": "https://github.com/OpAayush/opaayush.github.io",
- "owner": {
- "username": "OpAayush",
- "email": "aayushmagrawal@gmail.com",
- "discord": "Aayu5h#1737"
- },
- "record": {
- "CNAME": "opaayush.pages.dev"
- }
-}
diff --git a/domains/opbot.json b/domains/opbot.json
deleted file mode 100644
index 3e74a0bcb..000000000
--- a/domains/opbot.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "MRD433",
- "email": "52184mo@gmail.com"
- },
-
- "record": {
- "CNAME": "discord-bot-dashboard-1.zfair45.repl.co"
- }
-}
diff --git a/domains/optidium.json b/domains/optidium.json
new file mode 100644
index 000000000..40b3cea5d
--- /dev/null
+++ b/domains/optidium.json
@@ -0,0 +1,11 @@
+{
+ "description": "A little project with the help of my friends",
+ "repo": "https://github.com/XMODERLIVE/Optidium.github.io",
+ "owner": {
+ "username": "XMODERLIVE",
+ "email": "ka237133@gmail.com"
+ },
+ "record": {
+ "CNAME": "XMODERLIVE.github.io"
+ }
+}
diff --git a/domains/orange.json b/domains/orange.json
new file mode 100644
index 000000000..3fbf7db35
--- /dev/null
+++ b/domains/orange.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sahmed011",
+ "email": "sufyanmishal@gmail.com"
+ },
+ "record": {
+ "CNAME": "sahmed011.github.io"
+ }
+}
diff --git a/domains/oreki.json b/domains/oreki.json
deleted file mode 100644
index 166f8c81f..000000000
--- a/domains/oreki.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "My Personal Website",
- "owner": {
- "username": "Oreki-Dev",
- "email": "orekidev@gmail.com"
- },
- "record": {
- "A": ["164.132.74.251", "192.95.42.75"]
- }
-}
diff --git a/domains/orhanyigitdurmaz.json b/domains/orhanyigitdurmaz.json
new file mode 100644
index 000000000..b9445d7dd
--- /dev/null
+++ b/domains/orhanyigitdurmaz.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "OrhanYigitDurmaz",
+ "email": "orhanyigitv2durmaz@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/orion.json b/domains/orion.json
new file mode 100644
index 000000000..1324ecaf8
--- /dev/null
+++ b/domains/orion.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "oriionn",
+ "email": "contact@oriondev.fr",
+ "twitter": "orion_offi",
+ "discord": "orion_off"
+ },
+ "record": {
+ "URL": "https://oriondev.fr"
+ }
+}
diff --git a/domains/osakihsieh.json b/domains/osakihsieh.json
new file mode 100644
index 000000000..6793003bb
--- /dev/null
+++ b/domains/osakihsieh.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "osakihsieh",
+ "email": "aspdoctor@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/owain.json b/domains/owain.json
deleted file mode 100644
index 22080c4c3..000000000
--- a/domains/owain.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Owain's Website",
- "owner": {
- "username": "owjothegreat",
- "email": "owain.jones74@gmail.com"
- },
- "record": {
- "CNAME": "0wain.xyz"
- }
-}
diff --git a/domains/oxmc.json b/domains/oxmc.json
index 4cd7a7415..b4f5779a9 100644
--- a/domains/oxmc.json
+++ b/domains/oxmc.json
@@ -7,6 +7,6 @@
"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=contact:oxmc7769.mail@gmail.com"
+ "TXT": "forward-email=contact:oxmc7769.mail@gmail.com,jadenmc:oxmc7769.mail@gmail.com"
}
}
diff --git a/domains/oxoomy.json b/domains/oxoomy.json
new file mode 100644
index 000000000..25180da87
--- /dev/null
+++ b/domains/oxoomy.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "oxoomy",
+ "email": "goument.yelinn52@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/pace.json b/domains/pace.json
deleted file mode 100644
index 1e50c5e7a..000000000
--- a/domains/pace.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Place to host all my bio for my spigot plugins",
- "repo": "https://github.com/Pace1337",
- "owner": {
- "username": "Pace1337",
- "email": "pacex3123@gmail.com"
- },
- "record": {
- "CNAME": "pacedev.tk"
- }
-}
diff --git a/domains/pad.json b/domains/pad.json
deleted file mode 100644
index 809275bf4..000000000
--- a/domains/pad.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "aripadrian",
- "email": "aripadrian01@gmail.com"
- },
-
- "record": {
- "A": ["209.182.237.31"]
- }
-}
diff --git a/domains/pafias.json b/domains/pafias.json
new file mode 100644
index 000000000..ab87e6ecd
--- /dev/null
+++ b/domains/pafias.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Pafias",
+ "email": "tiagana.b@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/pancakes.json b/domains/pancakes.json
deleted file mode 100644
index 21fb01415..000000000
--- a/domains/pancakes.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "pancak3boy",
- "email": "Robloxisnotcoolanymore@gmail.com"
- },
- "record": {
- "CNAME": "c65a3e15-40a1-4799-8fac-2d5866ebd587.id.repl.co"
- }
-}
diff --git a/domains/panda.json b/domains/panda.json
deleted file mode 100644
index 94c5e5d5c..000000000
--- a/domains/panda.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "s3mant",
- "email": "contact@semant.is-a.dev"
- },
- "description": "redirection to main web.",
- "record": {
- "URL": "https://semant.panda.is-a.dev"
- }
-}
diff --git a/domains/panel-luxxy.json b/domains/panel-luxxy.json
new file mode 100644
index 000000000..b3693e48f
--- /dev/null
+++ b/domains/panel-luxxy.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Luxxy-GF",
+ "email": "deniedaddicted@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "panel.luxxy.xyz"
+ }
+}
diff --git a/domains/panther.json b/domains/panther.json
new file mode 100644
index 000000000..cd4233fa9
--- /dev/null
+++ b/domains/panther.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "2618Zahid",
+ "email": "zahidhassankalaroa104@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
diff --git a/domains/paoloclimaco.json b/domains/paoloclimaco.json
new file mode 100644
index 000000000..734e99976
--- /dev/null
+++ b/domains/paoloclimaco.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "pawdgreyt",
+ "email": "paoloclimaco01@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/parovoz.json b/domains/parovoz.json
new file mode 100644
index 000000000..38745a67c
--- /dev/null
+++ b/domains/parovoz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "parov0z",
+ "email": "andrey.android7890@mail.ru"
+ },
+ "record": {
+ "CNAME": "parovoz.tw1.ru"
+ }
+}
diff --git a/domains/parpok.json b/domains/parpok.json
new file mode 100644
index 000000000..f9db5b6b2
--- /dev/null
+++ b/domains/parpok.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "parpok",
+ "email": "patrykpucilowski40@gmail.com"
+ },
+ "record": {
+ "CNAME": "parpok.xyz"
+ }
+}
diff --git a/domains/parsa.json b/domains/parsa.json
deleted file mode 100644
index a9b3f03e1..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/parthpanchal.json b/domains/parthpanchal.json
new file mode 100644
index 000000000..d7bbd58f7
--- /dev/null
+++ b/domains/parthpanchal.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "parth-panchal",
+ "email": "parth.sdis@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/pascal-jacq.json b/domains/pascal-jacq.json
new file mode 100644
index 000000000..239712c39
--- /dev/null
+++ b/domains/pascal-jacq.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Pascal-Jacq",
+ "email": "pascal.jacq29@gmail.com"
+ },
+
+ "record": {
+ "A": ["80.119.158.22"]
+ }
+}
diff --git a/domains/pasindu.json b/domains/pasindu.json
new file mode 100644
index 000000000..2ffd286d5
--- /dev/null
+++ b/domains/pasindu.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "PasinduUpendra",
+ "email": "pasindu@toadcreatives.com"
+ },
+ "record": {
+ "URL": "https://github.com/pasinduupendra",
+ "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "TXT": "forward-email=pasindu@toadcreatives.com"
+ }
+}
\ No newline at end of file
diff --git a/domains/pathdog.json b/domains/pathdog.json
new file mode 100644
index 000000000..d8f2eaa87
--- /dev/null
+++ b/domains/pathdog.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "NIKODEMUSLORD",
+ "email": "hannah.valdez@cetys.edu.mx"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/patrick.json b/domains/patrick.json
deleted file mode 100644
index 872961653..000000000
--- a/domains/patrick.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Have a look to my web site please ;-;",
- "repo": "https://github.com/PatrickChoDev",
- "owner": {
- "username": "PatrickChoDev",
- "email": "devpatrick.cho@gmail.com"
- },
- "record": {
- "A": ["158.101.70.92"]
- }
-}
diff --git a/domains/patrickbrophy.json b/domains/patrickbrophy.json
deleted file mode 100644
index 04aa0e744..000000000
--- a/domains/patrickbrophy.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "washedPat",
- "email": "patrick.brophy2@gmail.com"
- },
- "record": {
- "CNAME": "patrickbrophy.dev"
- }
-}
diff --git a/domains/patsore.json b/domains/patsore.json
new file mode 100644
index 000000000..e5ee61b41
--- /dev/null
+++ b/domains/patsore.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "patsore",
+ "email": "ostapo.semenikh@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/paulpfeiffer.json b/domains/paulpfeiffer.json
new file mode 100644
index 000000000..089b56aef
--- /dev/null
+++ b/domains/paulpfeiffer.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "paul-pfeiffer",
+ "email": "ppfeiffer93@gmx.at"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/pawix.json b/domains/pawix.json
new file mode 100644
index 000000000..bcfa4d38e
--- /dev/null
+++ b/domains/pawix.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "PawiX25",
+ "email": "wyrebakpawel@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/pay.gornostay25.json b/domains/pay.gornostay25.json
deleted file mode 100644
index 075714eae..000000000
--- a/domains/pay.gornostay25.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "gornostay25",
- "email": "me@gornostay25.is-a.dev"
- },
- "record": {
- "CNAME": "d3ef8e32-cbba-4a23-a450-08aa46054a6b.repl.co"
- }
-}
diff --git a/domains/payidar.json b/domains/payidar.json
deleted file mode 100644
index ce10ee0fe..000000000
--- a/domains/payidar.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Payidars's personal developer website",
- "repo": "https://github.com/payidarofficial",
- "owner": {
- "username": "payidar",
- "email": "mertcelik2196@gmail.com"
- },
- "record": {
- "URL": "https://payidarofficial.xyz"
- }
-}
diff --git a/domains/peacy.json b/domains/peacy.json
index 125924c29..8971e9386 100644
--- a/domains/peacy.json
+++ b/domains/peacy.json
@@ -4,6 +4,8 @@
"email": "kiwibird211@icloud.com"
},
"record": {
- "URL": "https://peacy.carrd.co/"
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
-}
+}
\ No newline at end of file
diff --git a/domains/peak.json b/domains/peak.json
deleted file mode 100644
index 234428160..000000000
--- a/domains/peak.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "NottPeak",
- "email": "quirkyfishyt@gmail.com"
- },
- "record": {
- "A": ["129.213.82.186"]
- }
-}
diff --git a/domains/pekly.json b/domains/pekly.json
deleted file mode 100644
index 57869b846..000000000
--- a/domains/pekly.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Pekly",
- "email": "oodhuu57@gmail.com"
- },
- "record": {
- "URL": "https://dsc.gg/pekly"
- }
-}
diff --git a/domains/pelfex.json b/domains/pelfex.json
new file mode 100644
index 000000000..e4b544968
--- /dev/null
+++ b/domains/pelfex.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "membanned",
+ "email": "volaree2@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/peme969.json b/domains/peme969.json
new file mode 100644
index 000000000..9a77cd5aa
--- /dev/null
+++ b/domains/peme969.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "peme969",
+ "email": "mrcoderpeme@gmail.com"
+ },
+ "record": {
+ "CNAME": "peme969.github.io"
+ }
+}
diff --git a/domains/pengubin.json b/domains/pengubin.json
new file mode 100644
index 000000000..5948519e2
--- /dev/null
+++ b/domains/pengubin.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Piplup7575",
+ "email": "piplup7575@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/petla.json b/domains/petla.json
deleted file mode 100644
index 99913cff7..000000000
--- a/domains/petla.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "Petla-reboot",
- "email": "petla@s246.xrea.com",
- "twitter": "Petla_reboot"
- },
-
- "record": {
- "A": ["160.251.151.77"],
- "MX": ["s246.xrea.com"]
- }
-}
diff --git a/domains/phakh.json b/domains/phakh.json
new file mode 100644
index 000000000..3f13c37c3
--- /dev/null
+++ b/domains/phakh.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "textures1245",
+ "email": "sirprak1245@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/phaze.json b/domains/phaze.json
deleted file mode 100644
index 70b7adc8a..000000000
--- a/domains/phaze.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "phaze-the-dumb",
- "email": "phaze@duck.com"
- },
- "record": {
- "A": ["132.226.127.70"]
- }
-}
diff --git a/domains/pheonix.json b/domains/pheonix.json
deleted file mode 100644
index b981729f1..000000000
--- a/domains/pheonix.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Pheonix14",
- "email": "sd490405@gmail.com"
- },
- "record": {
- "A": ["164.132.74.251"]
- }
-}
diff --git a/domains/phoenix.json b/domains/phoenix.json
index 0b133cdb1..440402966 100644
--- a/domains/phoenix.json
+++ b/domains/phoenix.json
@@ -1,9 +1,11 @@
{
"owner": {
"username": "PhoenixOrigin",
- "email": "amoghnrathi@outlook.com"
+ "email": "phoenixorigin171@gmail.com"
},
"record": {
- "A": ["130.162.166.134"]
+ "A": ["130.162.166.134"],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "forward-email=phoenixorigin171@gmail.com"
}
}
diff --git a/domains/phuc.json b/domains/phuc.json
new file mode 100644
index 000000000..8b6c0c700
--- /dev/null
+++ b/domains/phuc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "phucbm",
+ "email": "phucbm.dev@gmail.com"
+ },
+ "record": {
+ "URL": "https://buiminhphuc.com"
+ }
+}
diff --git a/domains/pi.json b/domains/pi.json
new file mode 100644
index 000000000..c3f46e605
--- /dev/null
+++ b/domains/pi.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "4pii4",
+ "email": "naivenevaii@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/pie.json b/domains/pie.json
new file mode 100644
index 000000000..2931475ac
--- /dev/null
+++ b/domains/pie.json
@@ -0,0 +1,11 @@
+{
+ "description": "pii4's personal website",
+ "repo": "https://github.com/4pii4/4pii4.github.io",
+ "owner": {
+ "username": "4pii4",
+ "email": "naivenevaii@gmail.com"
+ },
+ "record": {
+ "CNAME": "4pii4.github.io"
+ }
+}
\ No newline at end of file
diff --git a/domains/piero.json b/domains/piero.json
deleted file mode 100644
index 76e744f86..000000000
--- a/domains/piero.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Piero Is a Dev",
- "repo": "https://replit.com/@piemadd/pierois-adev",
- "owner": {
- "username": "pieromqwerty",
- "email": "isadev@piemadd.com"
- },
- "record": {
- "CNAME": "588d327b-9fb6-4484-856e-0477ffef0efe.repl.co"
- }
-}
diff --git a/domains/pieter.json b/domains/pieter.json
new file mode 100644
index 000000000..659fcda02
--- /dev/null
+++ b/domains/pieter.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "PieterDePauw",
+ "email": "pieter@pieterdepauw.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/pink.json b/domains/pink.json
new file mode 100644
index 000000000..677f44eea
--- /dev/null
+++ b/domains/pink.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "jamesisacutedog",
+ "email": "jamezemailreal@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/pinkyplant.json b/domains/pinkyplant.json
new file mode 100644
index 000000000..677f44eea
--- /dev/null
+++ b/domains/pinkyplant.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "jamesisacutedog",
+ "email": "jamezemailreal@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/piplup7575.json b/domains/piplup7575.json
new file mode 100644
index 000000000..5948519e2
--- /dev/null
+++ b/domains/piplup7575.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Piplup7575",
+ "email": "piplup7575@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/pirpal.json b/domains/pirpal.json
new file mode 100644
index 000000000..c5fa06067
--- /dev/null
+++ b/domains/pirpal.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "pirpall",
+ "email": "pirpalss@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/pixelbots.json b/domains/pixelbots.json
deleted file mode 100644
index 6d1924bea..000000000
--- a/domains/pixelbots.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "wansiie",
- "email": "Janeiscool4ever@web.de"
- },
- "record": {
- "CNAME": "89e1de78ff-hosting.gitbook.io"
- }
-}
diff --git a/domains/pixelnest.json b/domains/pixelnest.json
deleted file mode 100644
index 6d1924bea..000000000
--- a/domains/pixelnest.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "wansiie",
- "email": "Janeiscool4ever@web.de"
- },
- "record": {
- "CNAME": "89e1de78ff-hosting.gitbook.io"
- }
-}
diff --git a/domains/pixelnestbots.json b/domains/pixelnestbots.json
deleted file mode 100644
index 6d1924bea..000000000
--- a/domains/pixelnestbots.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "wansiie",
- "email": "Janeiscool4ever@web.de"
- },
- "record": {
- "CNAME": "89e1de78ff-hosting.gitbook.io"
- }
-}
diff --git a/domains/pixelsbots.json b/domains/pixelsbots.json
deleted file mode 100644
index 6d1924bea..000000000
--- a/domains/pixelsbots.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "wansiie",
- "email": "Janeiscool4ever@web.de"
- },
- "record": {
- "CNAME": "89e1de78ff-hosting.gitbook.io"
- }
-}
diff --git a/domains/piyushrb.json b/domains/piyushrb.json
new file mode 100644
index 000000000..0fefa215f
--- /dev/null
+++ b/domains/piyushrb.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal Portfolio Website",
+ "repo": "https://github.com/piyush-rb/piyush-rb.github.io",
+ "owner": {
+ "username": "piyush-rb",
+ "email": "urpiyush39@gmail.com"
+ },
+ "record": {
+ "CNAME": "piyush-rb.github.io"
+ }
+}
diff --git a/domains/plague.json b/domains/plague.json
new file mode 100644
index 000000000..07852e74a
--- /dev/null
+++ b/domains/plague.json
@@ -0,0 +1,12 @@
+{
+ "description": "My souper personal domain.",
+ "repo": "https://github.com/pl4g/pl4g.github.io",
+ "owner": {
+ "username": "pl4g",
+ "email": "viniciuslucianocardoso@gmail.com",
+ "discord": "plague🥣#8408"
+ },
+ "record": {
+ "CNAME": "pl4g.github.io"
+ }
+}
diff --git a/domains/plush.json b/domains/plush.json
new file mode 100644
index 000000000..eaf887a0a
--- /dev/null
+++ b/domains/plush.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Plushhh",
+ "email": "umer.farooq0@icloud.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/poliwhirl.json b/domains/poliwhirl.json
new file mode 100644
index 000000000..ea473b8d0
--- /dev/null
+++ b/domains/poliwhirl.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "MattiaCro",
+ "email": "mattia.crosato@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/polosteor.json b/domains/polosteor.json
new file mode 100644
index 000000000..29f69c7c7
--- /dev/null
+++ b/domains/polosteor.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "polosteor",
+ "email": "polosteor@gmail.com"
+ },
+ "record": {
+ "URL": "https://polosteor.com"
+ }
+}
diff --git a/domains/ponich-sandbox.json b/domains/ponich-sandbox.json
deleted file mode 100644
index 10f458466..000000000
--- a/domains/ponich-sandbox.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "ponich",
- "email": "n.ponich@gmail.com"
- },
-
- "record": {
- "CNAME": "dev.ponich.com"
- }
-}
diff --git a/domains/popcorn.json b/domains/popcorn.json
new file mode 100644
index 000000000..dae04f397
--- /dev/null
+++ b/domains/popcorn.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "POPCORNTVCZE",
+ "email": "popcorntvcze@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/porary.json b/domains/porary.json
deleted file mode 100644
index 268098ef6..000000000
--- a/domains/porary.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "GotoShoraro",
- "email": "info@porary.net"
- },
-
- "record": {
- "URL": "https://porary.net"
- }
-}
diff --git a/domains/pororo.json b/domains/pororo.json
deleted file mode 100644
index 7db26beb2..000000000
--- a/domains/pororo.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "MoartMedia",
- "email": "u.hello@kakao.com"
- },
- "record": {
- "CNAME": "dev.is.moart.media"
- }
-}
diff --git a/domains/portal-slot-gacor.json b/domains/portal-slot-gacor.json
deleted file mode 100644
index cbd81609d..000000000
--- a/domains/portal-slot-gacor.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Demo Spining wheeles slot Gacor",
- "repo": "https://github.com/cewemanja/portal-slot-gacor",
- "owner": {
- "username": "cewemanja",
- "email": "slotgacor@id123.uno"
- },
- "record": {
- "URL": "https://cewemanja.github.io/portal-slot-gacor"
- }
-}
diff --git a/domains/poyo.json b/domains/poyo.json
new file mode 100644
index 000000000..3866fe1d3
--- /dev/null
+++ b/domains/poyo.json
@@ -0,0 +1,11 @@
+{
+ "description": "I'll use this sub-domain for my portfolio website.",
+ "owner": {
+ "username": "MrDaPoyo",
+ "email": "wiiuforever25@gmail.com"
+ },
+ "record": {
+ "CNAME": "mrdapoyo.github.io"
+ }
+
+}
diff --git a/domains/ppg00.json b/domains/ppg00.json
new file mode 100644
index 000000000..0e16b4ba3
--- /dev/null
+++ b/domains/ppg00.json
@@ -0,0 +1,12 @@
+{
+ "description": "for my personal website ^_^",
+ "repo": "https://github.com/ppg00/ppg00.github.io",
+ "owner": {
+ "username": "ppg00",
+ "email": "ppqg00@gmail.com",
+ "twitter": "qqg00"
+ },
+ "record": {
+ "CNAME": "ppg00.github.io"
+ }
+}
diff --git a/domains/ppy.json b/domains/ppy.json
new file mode 100644
index 000000000..472f4c739
--- /dev/null
+++ b/domains/ppy.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "ringo360",
+ "email": "nep360i@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/prabhat.json b/domains/prabhat.json
deleted file mode 100644
index 8aac90ffa..000000000
--- a/domains/prabhat.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My Portfolio Website",
- "repo": "https://github.com/itzPrabhat",
- "owner": {
- "username": "itzPrabhat",
- "email": "prabhatbhatia09@gmail.com"
- },
- "record": {
- "CNAME": "pbdev.ml"
- }
-}
diff --git a/domains/prachiti.json b/domains/prachiti.json
new file mode 100644
index 000000000..cada9d52c
--- /dev/null
+++ b/domains/prachiti.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "PrathameshhW",
+ "email": "prathameshj0407@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/prafit.json b/domains/prafit.json
new file mode 100644
index 000000000..1e3036641
--- /dev/null
+++ b/domains/prafit.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ExRonin",
+ "email": "palvido81@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/praharsh.json b/domains/praharsh.json
deleted file mode 100644
index 817615819..000000000
--- a/domains/praharsh.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "praharshjain",
- "email": "praharshsamria@gmail.com"
- },
-
- "record": {
- "CNAME": "praharsh.tech"
- }
-}
diff --git a/domains/prajjwal.json b/domains/prajjwal.json
new file mode 100644
index 000000000..9c5b61bd1
--- /dev/null
+++ b/domains/prajjwal.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "CycloneAddons",
+ "email": "cycloneaddon@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/prakhillohiya.json b/domains/prakhillohiya.json
new file mode 100644
index 000000000..13f1f6378
--- /dev/null
+++ b/domains/prakhillohiya.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "prakhillohiya",
+ "email": "prakhillohiya@gmail.com"
+ },
+ "record": {
+ "CNAME": "prakhillohiya.github.io"
+ }
+}
\ No newline at end of file
diff --git a/domains/prakmo.json b/domains/prakmo.json
deleted file mode 100644
index 795b3aa92..000000000
--- a/domains/prakmo.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "PrakmO",
- "email": "omkar9patil0@gmail.com"
- },
- "record": {
- "CNAME": "eb215cd3-797f-4063-bbdf-d9687fc6d8de.id.repl.co"
- }
-}
diff --git a/domains/pranav.json b/domains/pranav.json
deleted file mode 100644
index fe64e0226..000000000
--- a/domains/pranav.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Pranav's personal website",
- "repo": "https://github.com/pranavnt/pt5.dev",
- "owner": {
- "username": "pranavnt",
- "email": "pranavnt@outlook.com"
- },
- "record": {
- "CNAME": "pt5.dev"
- }
-}
diff --git a/domains/pranavagrawal.json b/domains/pranavagrawal.json
new file mode 100644
index 000000000..de9cddb22
--- /dev/null
+++ b/domains/pranavagrawal.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal Portfolio",
+ "repo": "https://github.com/pranavagrawal321/pranavagrawal321.github.io",
+ "owner": {
+ "username": "pranavagrawal321",
+ "email": "pranavagrawal321@gmail.com"
+ },
+ "record": {
+ "CNAME": "pranavagrawal321.github.io"
+ }
+}
diff --git a/domains/pranjal.json b/domains/pranjal.json
new file mode 100644
index 000000000..aeca0df34
--- /dev/null
+++ b/domains/pranjal.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Pranjal-SB",
+ "email": "psbhatnagar.in@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/prasadbobby.json b/domains/prasadbobby.json
deleted file mode 100644
index 95b551215..000000000
--- a/domains/prasadbobby.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Edu Manager",
- "repo": "https://github.com/prasadbobby",
- "owner": {
- "username": "prasadbobby",
- "email": "prasadbobby057@gmail.com"
- },
- "record": {
- "URL": "http://prasadbobby.me"
- }
-}
diff --git a/domains/prasadsawant.json b/domains/prasadsawant.json
new file mode 100644
index 000000000..e428a7bc5
--- /dev/null
+++ b/domains/prasadsawant.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "prasadsawant7",
+ "email": "prasadsawant7git@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
+ "MX": ["hosts.is-a.dev"]
+ }
+}
diff --git a/domains/prathamesh.json b/domains/prathamesh.json
new file mode 100644
index 000000000..542ba6fe7
--- /dev/null
+++ b/domains/prathamesh.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "PrathameshhW",
+ "email": "prathameshj0407@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/pratyaydeep.json b/domains/pratyaydeep.json
deleted file mode 100644
index ad6f689b1..000000000
--- a/domains/pratyaydeep.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Pratyaydeep's Microblog",
- "repo": "https://github.com/pratyaydeep",
- "owner": {
- "username": "pratyaydeep",
- "email": "pratyaydeep@yahoo.com"
- },
- "record": {
- "URL": "https://pratya.pythonanywhere.com"
- }
-}
diff --git a/domains/predefine.json b/domains/predefine.json
new file mode 100644
index 000000000..e299ee19b
--- /dev/null
+++ b/domains/predefine.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "predefine",
+ "email": "predefine@yandex.ru"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/pricing.syntaxloopers.json b/domains/pricing.syntaxloopers.json
new file mode 100644
index 000000000..324dfe7e2
--- /dev/null
+++ b/domains/pricing.syntaxloopers.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/prima.json b/domains/prima.json
new file mode 100644
index 000000000..63f2620ed
--- /dev/null
+++ b/domains/prima.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "coderzhaxor",
+ "email": "ajanuantara@gmail.com"
+ },
+ "record": {
+ "CNAME": "coderzhaxor.github.io"
+ }
+}
diff --git a/domains/pringelsdc.json b/domains/pringelsdc.json
new file mode 100644
index 000000000..fbcbf05e7
--- /dev/null
+++ b/domains/pringelsdc.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Bot-Dev1",
+ "email": "julia.hillmann123@gmail.com"
+ },
+
+ "record": {
+ "A": ["45.145.226.13"]
+ }
+}
diff --git a/domains/prisems.json b/domains/prisems.json
deleted file mode 100644
index 14d923705..000000000
--- a/domains/prisems.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "prisems",
- "email": "earthrulerr@gmail.com"
- },
- "record": {
- "CNAME": "4b616032-4803-4d79-a566-b8523b0ef299.id.repl.co"
- }
-}
diff --git a/domains/privacy.json b/domains/privacy.json
new file mode 100644
index 000000000..e080ed5f4
--- /dev/null
+++ b/domains/privacy.json
@@ -0,0 +1,11 @@
+{
+ "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/priyanka.json b/domains/priyanka.json
new file mode 100644
index 000000000..36988655b
--- /dev/null
+++ b/domains/priyanka.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "PriyankaAnantha",
+ "email": "priyankaananthashetty@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/priyanshu.json b/domains/priyanshu.json
deleted file mode 100644
index 3a388873c..000000000
--- a/domains/priyanshu.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "PriyanshuxGupta",
- "email": "priyanshugupta6891@gmail.com"
- },
- "record": {
- "CNAME": "fa339f2a-eae3-42e4-a4a1-18c2726299a3.id.repl.co"
- }
-}
diff --git a/domains/pro.json b/domains/pro.json
new file mode 100644
index 000000000..7d54795e2
--- /dev/null
+++ b/domains/pro.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "pro1492025",
+ "email": "pro1492025@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/proautotest.json b/domains/proautotest.json
new file mode 100644
index 000000000..3fa09b421
--- /dev/null
+++ b/domains/proautotest.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "XeeRooX",
+ "email": "akkaunt7931@gmail.com"
+ },
+ "record": {
+ "A": ["92.119.90.217"]
+ }
+}
diff --git a/domains/probir-sarkar.json b/domains/probir-sarkar.json
new file mode 100644
index 000000000..199f0e6e0
--- /dev/null
+++ b/domains/probir-sarkar.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "probir-sarkar",
+ "email": "me@probir.dev"
+ },
+
+ "record": {
+ "URL": "https://probir-sarkar.vercel.app"
+ }
+}
diff --git a/domains/prodefix.json b/domains/prodefix.json
new file mode 100644
index 000000000..c80a7635c
--- /dev/null
+++ b/domains/prodefix.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "PRODEFIX",
+ "email": "prodefix.ytb@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
diff --git a/domains/profile.json b/domains/profile.json
new file mode 100644
index 000000000..4945af1f9
--- /dev/null
+++ b/domains/profile.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "oyepriyansh",
+ "email": "oyepriyansh@hotmail.com"
+ },
+ "record": {
+ "CNAME": "oyepriyansh.github.io"
+ }
+}
diff --git a/domains/projassets.oxmc.json b/domains/projassets.oxmc.json
new file mode 100644
index 000000000..4cd7a7415
--- /dev/null
+++ b/domains/projassets.oxmc.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "oxmc",
+ "email": "oxmc7769.mail@gmail.com",
+ "discord": "oxmc7769"
+ },
+ "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=contact:oxmc7769.mail@gmail.com"
+ }
+}
diff --git a/domains/proo.json b/domains/proo.json
new file mode 100644
index 000000000..7d54795e2
--- /dev/null
+++ b/domains/proo.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "pro1492025",
+ "email": "pro1492025@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/prototalk.json b/domains/prototalk.json
new file mode 100644
index 000000000..bfd1d7781
--- /dev/null
+++ b/domains/prototalk.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "micho137",
+ "email": "michaenrangelmr@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/prox.json b/domains/prox.json
new file mode 100644
index 000000000..7d54795e2
--- /dev/null
+++ b/domains/prox.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "pro1492025",
+ "email": "pro1492025@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/proximity.json b/domains/proximity.json
deleted file mode 100644
index 9bee26560..000000000
--- a/domains/proximity.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Dev Env",
- "repo": "https://github.com/hexed",
- "owner": {
- "username": "hexed",
- "email": "me@proximity.sh"
- },
- "record": {
- "A": ["144.172.67.6"]
- }
-}
diff --git a/domains/proxyjohnny.json b/domains/proxyjohnny.json
new file mode 100644
index 000000000..ab31877db
--- /dev/null
+++ b/domains/proxyjohnny.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ProxyJohnny",
+ "email": "johnnydx7@gmail.com"
+ },
+ "record": {
+ "CNAME": "proxyjohnny.pages.dev"
+ }
+}
diff --git a/domains/prryplatypus.json b/domains/prryplatypus.json
deleted file mode 100644
index 8311ab435..000000000
--- a/domains/prryplatypus.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "repo": "https://github.com/prryplatypus",
- "owner": {
- "username": "prryplatypus",
- "email": "",
- "twitter": "prryplatypus"
- },
- "record": {
- "CNAME": "prryplatypus.dev"
- }
-}
diff --git a/domains/prtksunal.json b/domains/prtksunal.json
new file mode 100644
index 000000000..a4e5ac574
--- /dev/null
+++ b/domains/prtksunal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "prateekmedia",
+ "email": "prtksunal@gmail.com"
+ },
+ "record": {
+ "CNAME": "prateekmedia.github.io"
+ }
+}
diff --git a/domains/psharma.json b/domains/psharma.json
deleted file mode 100644
index 690830a72..000000000
--- a/domains/psharma.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Pranav Sharma's developer-specific blog.",
- "repo": "https://github.com/psharma04",
- "owner": {
- "username": "psharma04",
- "email": "isadev@psharma.schoolnotes.xyz"
- },
- "record": {
- "CNAME": "servarr.nighthawk.pw"
- }
-}
diff --git a/domains/psyro.json b/domains/psyro.json
deleted file mode 100644
index e53542852..000000000
--- a/domains/psyro.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Clynt uplaoder!",
- "repo": "https://gitlab.com/Clynt707/SharX",
- "owner": {
- "username": "Clynt",
- "email": "clyntcollin@gmail.com"
- },
- "record": {
- "A": ["45.131.108.144"]
- }
-}
diff --git a/domains/pupbrained.json b/domains/pupbrained.json
deleted file mode 100644
index 6dc24e09b..000000000
--- a/domains/pupbrained.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "pupbrained",
- "email": "mars@pupbrained.xyz"
- },
- "record": {
- "CNAME": "pupbrained.xyz"
- }
-}
diff --git a/domains/q31265503-bio.json b/domains/q31265503-bio.json
new file mode 100644
index 000000000..253d2ddea
--- /dev/null
+++ b/domains/q31265503-bio.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "artfadeev40",
+ "email": "fedulai195@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/q31265503.json b/domains/q31265503.json
new file mode 100644
index 000000000..253d2ddea
--- /dev/null
+++ b/domains/q31265503.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "artfadeev40",
+ "email": "fedulai195@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/qing762.json b/domains/qing762.json
new file mode 100644
index 000000000..df35b7962
--- /dev/null
+++ b/domains/qing762.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "qing762",
+ "email": "threatedblade@outlook.com"
+ },
+ "record": {
+ "CNAME": "qing-website.onrender.com"
+ }
+}
\ No newline at end of file
diff --git a/domains/qnm1.json b/domains/qnm1.json
deleted file mode 100644
index 85f743039..000000000
--- a/domains/qnm1.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "questonomemio1",
- "email": "lorenzomusto.dbz@gmail.com"
- },
- "record": {
- "URL": "https://dev-questonomemio1.pantheonsite.io"
- }
-}
diff --git a/domains/qqg00.json b/domains/qqg00.json
new file mode 100644
index 000000000..dd140730e
--- /dev/null
+++ b/domains/qqg00.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ppg00",
+ "email": "vx2dsk@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/quantamphysics.json b/domains/quantamphysics.json
new file mode 100644
index 000000000..cb35e6f92
--- /dev/null
+++ b/domains/quantamphysics.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Quantamyt",
+ "email": "Sujataghosal05@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/quartz.json b/domains/quartz.json
new file mode 100644
index 000000000..2aa1c45c9
--- /dev/null
+++ b/domains/quartz.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "thecrazytech1",
+ "email": "chrissquartz@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/querko.json b/domains/querko.json
new file mode 100644
index 000000000..5c4b6ace6
--- /dev/null
+++ b/domains/querko.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "ProfKrzys",
+ "email": "krzysztof2011@hotmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/quest.json b/domains/quest.json
new file mode 100644
index 000000000..d8bb6aa90
--- /dev/null
+++ b/domains/quest.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "CcNicebruh",
+ "email": "tangkeehee2002@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/qwerty-qwerty.json b/domains/qwerty-qwerty.json
deleted file mode 100644
index b922c0b7f..000000000
--- a/domains/qwerty-qwerty.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Qwerty-Qwerty88",
- "email": "personqwertyperson88@gmail.com"
- },
- "record": {
- "CNAME": "d9394ac5-c4db-44e1-b67f-198ad4c7dc3a.id.repl.co"
- }
-}
diff --git a/domains/r0bl0x10501050.json b/domains/r0bl0x10501050.json
deleted file mode 100644
index aaedfa16f..000000000
--- a/domains/r0bl0x10501050.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "description": "R0bl0x10501050's portfolio site!",
- "repo": "https://github.com/R0bl0x10501050/1050-Site",
- "owner": {
- "username": "R0bl0x10501050",
- "email": "r0bl0x10501050e@gmail.com",
- "twitter": "r0bl0x10501050",
- "discord": "R0bl0x10501050#9989"
- },
- "record": {
- "CNAME": "846358be-940c-4bdd-8b5b-3964aab5843c.id.repl.co"
- }
-}
diff --git a/domains/r2d2.json b/domains/r2d2.json
deleted file mode 100644
index 6ceaa1b7a..000000000
--- a/domains/r2d2.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "R2D2 website",
- "owner": {
- "username": "hogakesan",
- "email": "aereg@ya.ru"
- },
- "record": {
- "A": ["46.32.83.106"]
- }
-}
diff --git a/domains/r3tr0vw.json b/domains/r3tr0vw.json
deleted file mode 100644
index a7ffa8e58..000000000
--- a/domains/r3tr0vw.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "r3tr0vw",
- "email": "alreadytaken@gmail.com",
- "discord": "rΞtr0vw#4441"
- },
- "record": {
- "A": ["88.127.172.169"]
- }
-}
diff --git a/domains/racembenamar.json b/domains/racembenamar.json
new file mode 100644
index 000000000..663509173
--- /dev/null
+++ b/domains/racembenamar.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Racembenamar",
+ "email": "racem.benamar@esprit.tn"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/radi8.json b/domains/radi8.json
deleted file mode 100644
index 3bd7955bd..000000000
--- a/domains/radi8.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "radeeyate",
- "email": "radi8@duck.com"
- },
-
- "record": {
- "CNAME": "radi8.dev"
- }
-}
diff --git a/domains/radio.slashed.json b/domains/radio.slashed.json
new file mode 100644
index 000000000..28596412a
--- /dev/null
+++ b/domains/radio.slashed.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alexfeed1990",
+ "email": "alexfeed1990real@gmail.com"
+ },
+ "record": {
+ "CNAME": "shitpost-radio.pages.dev"
+ }
+}
diff --git a/domains/rafsanrakib.json b/domains/rafsanrakib.json
new file mode 100644
index 000000000..306f4f8bf
--- /dev/null
+++ b/domains/rafsanrakib.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "rafsaaanrakib",
+ "email": "rakibyt13155@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/raga.json b/domains/raga.json
new file mode 100644
index 000000000..e808f851c
--- /dev/null
+++ b/domains/raga.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ragasubekti",
+ "email": "rfilmriot@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/rahil.json b/domains/rahil.json
new file mode 100644
index 000000000..78725d41f
--- /dev/null
+++ b/domains/rahil.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Rahilkzi",
+ "email": "rahilkazi66@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/rahul-ray.json b/domains/rahul-ray.json
new file mode 100644
index 000000000..5e0f55ae4
--- /dev/null
+++ b/domains/rahul-ray.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "raystatic9650",
+ "email": "raystatic9650@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/rahul.json b/domains/rahul.json
deleted file mode 100644
index b1e212657..000000000
--- a/domains/rahul.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Rahul's personal developer website",
- "repo": "https://github.com/rahuldahal",
- "owner": {
- "username": "rahuldahal",
- "email": "rdaahal@gmail.com"
- },
- "record": {
- "CNAME": "rahuldahal.com.np"
- }
-}
diff --git a/domains/rahul.ray.json b/domains/rahul.ray.json
new file mode 100644
index 000000000..5e0f55ae4
--- /dev/null
+++ b/domains/rahul.ray.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "raystatic9650",
+ "email": "raystatic9650@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/rahulol.json b/domains/rahulol.json
new file mode 100644
index 000000000..09894d160
--- /dev/null
+++ b/domains/rahulol.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "rahulsingh2312",
+ "email": "rahulsinghhh2312@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/rahulray.json b/domains/rahulray.json
new file mode 100644
index 000000000..5e0f55ae4
--- /dev/null
+++ b/domains/rahulray.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "raystatic9650",
+ "email": "raystatic9650@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/raid.json b/domains/raid.json
deleted file mode 100644
index 51eeada27..000000000
--- a/domains/raid.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "ImRaid",
- "email": "romanplayer76@gmail.com"
- },
- "record": {
- "CNAME": "f8d83b65-6aa3-47dd-952f-95b1a52eadb4.id.repl.co"
- }
-}
diff --git a/domains/raiden-16f7.json b/domains/raiden-16f7.json
new file mode 100644
index 000000000..46c4501a4
--- /dev/null
+++ b/domains/raiden-16f7.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Raiden-16F7",
+ "email": "fahad.rizwan07@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/raiden.json b/domains/raiden.json
deleted file mode 100644
index 955c67630..000000000
--- a/domains/raiden.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "raiden076",
- "email": "arkapravodas99@gmail.com"
- },
- "record": {
- "A": ["144.24.145.70"]
- }
-}
diff --git a/domains/raiin.json b/domains/raiin.json
new file mode 100644
index 000000000..ae347f452
--- /dev/null
+++ b/domains/raiin.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ClicpoW",
+ "email": "clicpowytb@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/rain.json b/domains/rain.json
new file mode 100644
index 000000000..6c74bd5b7
--- /dev/null
+++ b/domains/rain.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "devraiin",
+ "email": "amarbajrif@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/raiven.json b/domains/raiven.json
deleted file mode 100644
index 392efa682..000000000
--- a/domains/raiven.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "rdvntpkky",
- "email": "ridvantopakkaya@hotmail.com"
- },
-
- "record": {
- "A": ["193.31.116.116"]
- }
-}
diff --git a/domains/raiyaad-raad.json b/domains/raiyaad-raad.json
new file mode 100644
index 000000000..7bc5f30a1
--- /dev/null
+++ b/domains/raiyaad-raad.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Raiyaad-Raad",
+ "email": "raiyaadraad132rafan45@gmail.com"
+ },
+ "record": {
+ "CNAME": "raiyaad-raad.github.io"
+ }
+}
diff --git a/domains/raiyaad.json b/domains/raiyaad.json
new file mode 100644
index 000000000..7bc5f30a1
--- /dev/null
+++ b/domains/raiyaad.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Raiyaad-Raad",
+ "email": "raiyaadraad132rafan45@gmail.com"
+ },
+ "record": {
+ "CNAME": "raiyaad-raad.github.io"
+ }
+}
diff --git a/domains/rajasbhagatkar.json b/domains/rajasbhagatkar.json
new file mode 100644
index 000000000..fb081b667
--- /dev/null
+++ b/domains/rajasbhagatkar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "RajasBhagatkar",
+ "email": "rajasbhagatkar@gmail.com"
+ },
+ "record": {
+ "CNAME": "rajasbhagatkar.github.io"
+ }
+}
diff --git a/domains/rakibahmed.json b/domains/rakibahmed.json
new file mode 100644
index 000000000..306f4f8bf
--- /dev/null
+++ b/domains/rakibahmed.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "rafsaaanrakib",
+ "email": "rakibyt13155@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/rakibrafsaaan.json b/domains/rakibrafsaaan.json
new file mode 100644
index 000000000..306f4f8bf
--- /dev/null
+++ b/domains/rakibrafsaaan.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "rafsaaanrakib",
+ "email": "rakibyt13155@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/rakibrafsan.json b/domains/rakibrafsan.json
new file mode 100644
index 000000000..306f4f8bf
--- /dev/null
+++ b/domains/rakibrafsan.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "rafsaaanrakib",
+ "email": "rakibyt13155@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ralph.json b/domains/ralph.json
deleted file mode 100644
index 6d809aef9..000000000
--- a/domains/ralph.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Ralph Wang's blog",
- "owner": {
- "username": "ralph",
- "email": "asnowwolf@gmail.com"
- },
- "record": {
- "CNAME": "blog.ralph.wang"
- }
-}
diff --git a/domains/ramakrishna.json b/domains/ramakrishna.json
new file mode 100644
index 000000000..a84d242b1
--- /dev/null
+++ b/domains/ramakrishna.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Arrekhey",
+ "email": "pillaramakrishna77@yahoo.com"
+ },
+ "record": {
+ "URL": "https://www.ramakrishna.com"
+ }
+}
diff --git a/domains/rana.json b/domains/rana.json
new file mode 100644
index 000000000..1db84fe1b
--- /dev/null
+++ b/domains/rana.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "rannawe",
+ "email": "rannawe.x64@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ranamoh.json b/domains/ranamoh.json
new file mode 100644
index 000000000..1db84fe1b
--- /dev/null
+++ b/domains/ranamoh.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "rannawe",
+ "email": "rannawe.x64@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/rasofex.json b/domains/rasofex.json
deleted file mode 100644
index b2303d2b8..000000000
--- a/domains/rasofex.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Rasofex",
- "email": "rasofex@yandex.ru"
- },
-
- "record": {
- "A": ["217.18.61.157"]
- }
-}
diff --git a/domains/raspi.json b/domains/raspi.json
new file mode 100644
index 000000000..77e9a9829
--- /dev/null
+++ b/domains/raspi.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Raspi-dude",
+ "email": "musashibeckman@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ratler.json b/domains/ratler.json
deleted file mode 100644
index a374ca597..000000000
--- a/domains/ratler.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "ratler is a dev subdomain",
- "owner": {
- "username": "ItzArman09",
- "email": "contact@mail.arman.is-a.dev"
- },
- "record": {
- "A": ["89.106.200.1"],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
-}
diff --git a/domains/ravost.json b/domains/ravost.json
deleted file mode 100644
index 1ebaacd7b..000000000
--- a/domains/ravost.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Ravost99",
- "email": "Ravost6@outlook.com"
- },
- "description": "Ravost99's Personal website",
- "record": {
- "CNAME": "910fc002-6c43-4a8f-89d9-e0807e831470.id.repl.co"
- }
-}
diff --git a/domains/mailx.json b/domains/raw.json
similarity index 73%
rename from domains/mailx.json
rename to domains/raw.json
index 51b9f948b..f37ef295e 100644
--- a/domains/mailx.json
+++ b/domains/raw.json
@@ -5,6 +5,6 @@
},
"record": {
- "A": ["217.174.245.249"]
+ "URL": "https://raw-api.is-a.dev"
}
}
diff --git a/domains/ray.json b/domains/ray.json
deleted file mode 100644
index e0a618574..000000000
--- a/domains/ray.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "RayhanADev's Personal Website",
- "repo": "https://github.com/rayhanadev/Personal-Website-v3",
- "owner": {
- "username": "rayhanadev",
- "email": "rayhanadev@protonmail.com"
- },
- "record": {
- "CNAME": "edge.redirect.pizza"
- }
-}
diff --git a/domains/rayan.json b/domains/rayan.json
new file mode 100644
index 000000000..cff26534a
--- /dev/null
+++ b/domains/rayan.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "K-K-L-L",
+ "email": "kkll345643@protonmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/rayane-nekena.json b/domains/rayane-nekena.json
new file mode 100644
index 000000000..853cda9b5
--- /dev/null
+++ b/domains/rayane-nekena.json
@@ -0,0 +1,11 @@
+{
+ "description": "Domain for my personal blog",
+ "repo": "https://github.com/Online13/Online13.github.io",
+ "owner": {
+ "username": "Online13",
+ "email": "Rratiarivelo@gmail.com"
+ },
+ "record": {
+ "CNAME":"online13.github.io"
+ }
+}
diff --git a/domains/rayr.json b/domains/rayr.json
index f6a6daf36..f12b139a1 100644
--- a/domains/rayr.json
+++ b/domains/rayr.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "Rayr",
+ "username": "Rayrsn",
"email": "rayrsn@proton.me"
},
"record": {
diff --git a/domains/raystatic.json b/domains/raystatic.json
new file mode 100644
index 000000000..2982171f9
--- /dev/null
+++ b/domains/raystatic.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "raystatic",
+ "email": "rahul9650ray@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/razvy.json b/domains/razvy.json
new file mode 100644
index 000000000..52e753f4a
--- /dev/null
+++ b/domains/razvy.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "NxyyLOL",
+ "email": "nxyylol@protonmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/re.maskduck.json b/domains/re.maskduck.json
deleted file mode 100644
index 0f9b04d19..000000000
--- a/domains/re.maskduck.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "MaskDuck",
- "email": "maskduckuwu@gmail.com"
- },
- "record": {
- "CNAME": "edge.redirect.pizza"
- }
-}
diff --git a/domains/reading.json b/domains/reading.json
index 64c0fde4d..0a0f05f91 100644
--- a/domains/reading.json
+++ b/domains/reading.json
@@ -1,12 +1,13 @@
{
- "description": "For my Personal blog, Reading's Blog",
- "repo": "https://github.com/ReadandProgress/ReadandProgress.github.io",
+ "description": "For my personal website, The Reading Dimension. ^_^",
+ "repo": "https://github.com/readandprogress/thereadingdimension",
"owner": {
- "username": "ReadandProgress",
- "email": "reading.afxor@slmail.me",
- "discord": "Reading#7898"
+ "username": "readandprogress",
+ "email": "readandprogress@duck.com",
+ "discord": "readandprogress",
+ "cohost": "readandprogress"
},
"record": {
- "CNAME": "ReadandProgress.github.io"
+ "CNAME": "thereadingdimension.pages.dev"
}
}
diff --git a/domains/rebokdev.json b/domains/rebokdev.json
new file mode 100644
index 000000000..ab0218719
--- /dev/null
+++ b/domains/rebokdev.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "rebokdev",
+ "email": "rebok@duck.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/receiptify.json b/domains/receiptify.json
new file mode 100644
index 000000000..167dad256
--- /dev/null
+++ b/domains/receiptify.json
@@ -0,0 +1,19 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "A": [
+ "217.174.245.249"
+ ],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
+ "TXT": [
+ "forward-email=receiptify@mail.stefdp.is-a.dev"
+ ]
+ }
+}
diff --git a/domains/recoderdrastic.json b/domains/recoderdrastic.json
new file mode 100644
index 000000000..842ac532a
--- /dev/null
+++ b/domains/recoderdrastic.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "drasticfiles",
+ "email": "shaileteitpa@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/reef.json b/domains/reef.json
new file mode 100644
index 000000000..e14593559
--- /dev/null
+++ b/domains/reef.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ReefSalty",
+ "email": "reefsalter@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/reefsalty.json b/domains/reefsalty.json
index 59fb384d1..cb967f686 100644
--- a/domains/reefsalty.json
+++ b/domains/reefsalty.json
@@ -1,12 +1,12 @@
{
- "description": "ReefSalty",
- "repo": "https://github.com/github-username/ReefSalty.github.io",
- "owner": {
- "username": "ReefSalty",
- "email": "reefsalter@hotmail.com",
- "twitter": "ReefSalty"
- },
- "record": {
- "CNAME": "reefsalty.github.io"
- }
+ "description": "ReefSalty",
+ "repo": "https://github.com/github-username/reefsalty.github.io",
+ "owner": {
+ "username": "ReefSalty",
+ "email": "hi@reefsalty.co.uk",
+ "twitter": "ReefSalty"
+ },
+ "record": {
+ "CNAME": "ReefSalty.github.io"
+ }
}
diff --git a/domains/reegan.json b/domains/reegan.json
new file mode 100644
index 000000000..37a8d84d2
--- /dev/null
+++ b/domains/reegan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "reeganrajasekar",
+ "email": "areeganrajasekar@gmail.com"
+ },
+ "record": {
+ "A": ["103.191.209.47"]
+ }
+}
diff --git a/domains/refact0r.json b/domains/refact0r.json
new file mode 100644
index 000000000..619c4f74d
--- /dev/null
+++ b/domains/refact0r.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "refact0r",
+ "email": "yifanw06@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/register-bot.json b/domains/register-bot.json
index 1afde3af6..45ad3d5aa 100644
--- a/domains/register-bot.json
+++ b/domains/register-bot.json
@@ -1,11 +1,12 @@
{
- "description": "Register-bot",
- "repo": "https://github.com/andrewstech/is-a-dev-bot",
- "owner": {
- "username": "is-a-dev",
- "email": "phenax5@gmail.com"
- },
- "record": {
- "CNAME": "dns.beadman-network.com"
+ "owner": {
+ "username": "is-a-dev",
+ "email": "andrew@maintainers.is-a.dev",
+ "discord": "598245488977903688"
+ },
+
+ "record": {
+ "A": ["217.174.245.249"]
+ }
}
-}
+
diff --git a/domains/rehanaf.json b/domains/rehanaf.json
new file mode 100644
index 000000000..a13acad34
--- /dev/null
+++ b/domains/rehanaf.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "rehanaf",
+ "email": "rehanalfaqih287@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "rehanaf.github.io"
+ }
+}
diff --git a/domains/rehanplayz.json b/domains/rehanplayz.json
deleted file mode 100644
index 5834203a0..000000000
--- a/domains/rehanplayz.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "A redirect to my new domain",
- "repo": "https://github.com/RehanPlayz/RehanPlayz.github.io",
- "owner": {
- "username": "RehanPlayz",
- "email": "rehanplayz321@protonmail.com"
- },
- "record": {
- "CNAME": "rehanplayz.gq"
- }
-}
diff --git a/domains/renata.json b/domains/renata.json
new file mode 100644
index 000000000..57db3a46a
--- /dev/null
+++ b/domains/renata.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "xrenata",
+ "email": "emirhan@duck.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/replit.json b/domains/replit.json
deleted file mode 100644
index e4b56d679..000000000
--- a/domains/replit.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Setup is-a.dev domain with Replit",
- "owner": {
- "username": "VaibhavSys",
- "email": "vaibhavsys@protonmail.com"
- },
- "record": {
- "CNAME": "ff4ced07-325d-4fbd-8fcc-d3ae663f2a60.id.repl.co"
- }
-}
diff --git a/domains/rest.json b/domains/rest.json
deleted file mode 100644
index c8eb4c2b8..000000000
--- a/domains/rest.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Amir-Lotfi",
- "email": "amir79976@gmail.com"
- },
-
- "record": {
- "A": ["136.243.109.199"]
- }
-}
diff --git a/domains/restart.json b/domains/restart.json
new file mode 100644
index 000000000..c55b7045c
--- /dev/null
+++ b/domains/restart.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "GodfatherX64",
+ "email": "godfather.x64@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/retr0xraiden.json b/domains/retr0xraiden.json
new file mode 100644
index 000000000..91cf17508
--- /dev/null
+++ b/domains/retr0xraiden.json
@@ -0,0 +1,11 @@
+{
+ "description": "My Developer Portfolio",
+ "repo": "https://github.com/raiden-16f7/raiden-16f7.github.io",
+ "owner": {
+ "username": "Raiden-16F7",
+ "email": "fahad.rizwan07@gmail.com"
+ },
+ "record": {
+ "CNAME": "raiden-16f7.github.io"
+ }
+}
diff --git a/domains/return.json b/domains/return.json
new file mode 100644
index 000000000..2d85844dc
--- /dev/null
+++ b/domains/return.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "returnxd",
+ "email": "hc_2583@naver.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/revelav2.json b/domains/revelav2.json
deleted file mode 100644
index efcc3f18b..000000000
--- a/domains/revelav2.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "revelav2.is-a.dev",
- "owner": {
- "username": "DIVISIONSolar",
- "email": "me@joshsevero.dev"
- },
- "record": {
- "CNAME": "proxy.revela.network"
- }
-}
diff --git a/domains/reynold.json b/domains/reynold.json
deleted file mode 100644
index 863f72857..000000000
--- a/domains/reynold.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "EMMU",
- "email": "aneenababu71901@gmail.com"
- },
- "record": {
- "CNAME": "d60bb323-8a85-4e54-82b0-f2faaf77569c.id.repl.co"
- }
-}
diff --git a/domains/reyzo.json b/domains/reyzo.json
new file mode 100644
index 000000000..9abe02bec
--- /dev/null
+++ b/domains/reyzo.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Nolaxyy",
+ "email": "konectplay2008@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/rherly.json b/domains/rherly.json
new file mode 100644
index 000000000..3c909341b
--- /dev/null
+++ b/domains/rherly.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "rherlydev",
+ "email": "rherlydev@proton.me"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/rhino.json b/domains/rhino.json
deleted file mode 100644
index ba363f9be..000000000
--- a/domains/rhino.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Tech2Logix",
- "email": "rhinovanboxelaere@outlook.com"
- },
- "record": {
- "CNAME": "rhino-vb.be"
- }
-}
diff --git a/domains/riannegreiros.json b/domains/riannegreiros.json
deleted file mode 100644
index 04b9c38f9..000000000
--- a/domains/riannegreiros.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "RianNegreiros",
- "email": "riannegreiros@gmail.com"
- },
- "record": {
- "CNAME": "blog-client-66ki.onrender.com"
- }
-}
diff --git a/domains/rice.json b/domains/rice.json
new file mode 100644
index 000000000..4db421dec
--- /dev/null
+++ b/domains/rice.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JoaquinDaBest",
+ "email": "theonlyhehehehaw@gmail.com"
+ },
+ "record": {
+ "CNAME": "keenwa.x10.mx"
+ }
+}
diff --git a/domains/richie.json b/domains/richie.json
deleted file mode 100644
index 6932520cd..000000000
--- a/domains/richie.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "This is for my local server",
- "repo": "https://github.com/richiesuper",
- "owner": {
- "username": "richiesuper",
- "email": "richie9963@gmail.com"
- },
- "record": {
- "CNAME": "richiesuper.ddns.net"
- }
-}
diff --git a/domains/rick.json b/domains/rick.json
deleted file mode 100644
index 15f4f7871..000000000
--- a/domains/rick.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "a fun website i made",
- "repo": "https://github.com/rickastleyy/rickastleyy",
- "owner": {
- "username": "rickastleyy",
- "email": "rickrolle.you@outlook.com"
- },
- "record": {
- "CNAME": "50e20db5-db2e-4dc7-9913-9986797944d3.repl.co"
- }
-}
diff --git a/domains/rie.json b/domains/rie.json
deleted file mode 100644
index bb6d20603..000000000
--- a/domains/rie.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Rie's Website",
- "repo": "https://github.com/meguminsama",
- "owner": {
- "username": "MeguminSama",
- "email": "megumin@megu.dev"
- },
- "record": {
- "CNAME": "cname-dev.megu.dev"
- }
-}
diff --git a/domains/rifkisaputra.json b/domains/rifkisaputra.json
new file mode 100644
index 000000000..ed2d54e62
--- /dev/null
+++ b/domains/rifkisaputra.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "rifki-saputra",
+ "email": "rifkimuhamad0987@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/riko.json b/domains/riko.json
deleted file mode 100644
index 9029c0da9..000000000
--- a/domains/riko.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "GoldenFire2317",
- "email": "buttersword2017@gmail.com"
- },
- "record": {
- "CNAME": "riko.mkoca.org"
- }
-}
diff --git a/domains/rikosnapse.json b/domains/rikosnapse.json
deleted file mode 100644
index 9029c0da9..000000000
--- a/domains/rikosnapse.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "GoldenFire2317",
- "email": "buttersword2017@gmail.com"
- },
- "record": {
- "CNAME": "riko.mkoca.org"
- }
-}
diff --git a/domains/rilecraft.json b/domains/rilecraft.json
new file mode 100644
index 000000000..f3a0f0a57
--- /dev/null
+++ b/domains/rilecraft.json
@@ -0,0 +1,11 @@
+{
+ "description": "Subdomain for my github pages site.",
+ "repo": "https://github.com/rilecraft/rilecraft.github.io",
+ "owner": {
+ "username": "rilecraft",
+ "email": "rilecraft@gmail.com"
+ },
+ "record": {
+ "CNAME": "rilecraft.github.io"
+ }
+}
diff --git a/domains/rin.json b/domains/rin.json
new file mode 100644
index 000000000..04bf3325a
--- /dev/null
+++ b/domains/rin.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "budderlovr",
+ "email": "budderlovr@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ringoxd.json b/domains/ringoxd.json
index 778e67fb6..89b26aaae 100644
--- a/domains/ringoxd.json
+++ b/domains/ringoxd.json
@@ -6,6 +6,6 @@
"record": {
"A": ["217.174.245.249"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
- "MX": "hosts.is-a.dev"
+ "MX": ["hosts.is-a.dev"]
}
}
\ No newline at end of file
diff --git a/domains/ririxi.json b/domains/ririxi.json
deleted file mode 100644
index 2cbaabeb0..000000000
--- a/domains/ririxi.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "repo": "https://github.com/ririxichan",
- "owner": {
- "username": "ririxichan",
- "email": "",
- "twitter": "ririxichan"
- },
- "record": {
- "URL": "https://ririxi.dev"
- }
-}
diff --git a/domains/riskybot.riskymh.json b/domains/riskybot.riskymh.json
deleted file mode 100644
index 59ebce7cb..000000000
--- a/domains/riskybot.riskymh.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Discord Bot Website",
- "repo": "https://github.com/RiskyMH/RiskyBOT",
- "owner": {
- "username": "RiskyMH",
- "discord": "RiskyMH#0182",
- "email": ""
- },
- "record": {
- "URL": "https://riskymh.github.io/RiskyBOT"
- }
-}
diff --git a/domains/risshi.json b/domains/risshi.json
new file mode 100644
index 000000000..d314806ca
--- /dev/null
+++ b/domains/risshi.json
@@ -0,0 +1,11 @@
+{
+ "description": "portfolio website",
+ "repo": "https://github.com/codeRisshi25/codeRisshi25.github.io",
+ "owner": {
+ "username": "codeRisshi25",
+ "email": "risshirajsen@gmail.com"
+ },
+ "record": {
+ "CNAME": "codeRisshi25.github.io"
+ }
+}
diff --git a/domains/riviox.json b/domains/riviox.json
index 6b323db18..9db893543 100644
--- a/domains/riviox.json
+++ b/domains/riviox.json
@@ -1,11 +1,12 @@
{
+ "description": ".riviox's official website",
+ "repo": "https://github.com/RivioxGaming/rivioxgaming.github.io",
"owner": {
"username": "RivioxGaming",
- "email": "rivioxyt@hotmail.com"
+ "email": "rivioxyt@hotmail.com",
+ "twitter": "riviox40451"
},
"record": {
- "A": ["217.174.245.249"],
- "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
- "MX": ["hosts.is-a.dev"]
+ "CNAME": "rivioxgaming.github.io"
}
-}
+}
diff --git a/domains/rizky.json b/domains/rizky.json
index c181e6a0b..a4a946a79 100644
--- a/domains/rizky.json
+++ b/domains/rizky.json
@@ -4,6 +4,6 @@
"email": "markwilkens102@gmail.com"
},
"record": {
- "CNAME": "stellaris.rf.gd"
+ "CNAME": "schummler.github.io"
}
}
diff --git a/domains/rizvan.json b/domains/rizvan.json
new file mode 100644
index 000000000..6dd41af68
--- /dev/null
+++ b/domains/rizvan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MRizvank",
+ "email": "rizvankurungattil@gmail.com"
+ },
+ "record": {
+ "CNAME": "Mrizvank.github.io"
+ }
+}
diff --git a/domains/rmd.json b/domains/rmd.json
new file mode 100644
index 000000000..6b45b409f
--- /dev/null
+++ b/domains/rmd.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "danknessdra",
+ "email": "danknessdra@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/rnv.json b/domains/rnv.json
index 062bd1e9e..1a8810506 100644
--- a/domains/rnv.json
+++ b/domains/rnv.json
@@ -4,6 +4,8 @@
"email": "arnavp651@gmail.com"
},
"record": {
- "CNAME": "zerodeaths379-github-io.pages.dev"
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
-}
+}
\ No newline at end of file
diff --git a/domains/roadblocked.json b/domains/roadblocked.json
new file mode 100644
index 000000000..d4ee94502
--- /dev/null
+++ b/domains/roadblocked.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "roadblockeddev",
+ "email": "roadblocked@skiff.com"
+ },
+ "record": {
+ "CNAME": "roadblocked.github.io"
+ }
+}
diff --git a/domains/robert.json b/domains/robert.json
deleted file mode 100644
index d8b314658..000000000
--- a/domains/robert.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Robert's portfolio",
- "repo": "https://github.com/treboryx",
- "owner": {
- "username": "treboryx",
- "email": "treboryx@gmail.com"
- },
- "record": {
- "CNAME": "roberto.gr"
- }
-}
diff --git a/domains/robin.json b/domains/robin.json
deleted file mode 100644
index 230c013f6..000000000
--- a/domains/robin.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "RobinDev03",
- "email": "robin@robin-it.de"
- },
-
- "record": {
- "CNAME": "robin-w.de"
- }
-}
diff --git a/domains/robskan.json b/domains/robskan.json
new file mode 100644
index 000000000..a32859b2f
--- /dev/null
+++ b/domains/robskan.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Robskan5300",
+ "email": "rrsnijder@yahoo.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/rockstarbuddies.json b/domains/rockstarbuddies.json
new file mode 100644
index 000000000..851091c22
--- /dev/null
+++ b/domains/rockstarbuddies.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "RockstarBuddies",
+ "email": "yourrockingbuddy@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/rocky.json b/domains/rocky.json
new file mode 100644
index 000000000..7947a57a7
--- /dev/null
+++ b/domains/rocky.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "PRODEFIX",
+ "email": "prodefix.ytb@gmail.com"
+ },
+ "record": {
+ "CNAME": "rockybots.betteruptime.com"
+ }
+}
diff --git a/domains/rollwaifu.json b/domains/rollwaifu.json
new file mode 100644
index 000000000..53c4070c4
--- /dev/null
+++ b/domains/rollwaifu.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Luongzz",
+ "email": "buivanluong0204@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/roudges.json b/domains/roudges.json
deleted file mode 100644
index f0154a298..000000000
--- a/domains/roudges.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Roudges Personal Website",
- "owner": {
- "username": "roudges2",
- "email": "roudges2@gmail.com"
- },
- "record": {
- "CNAME": "roudges.ga"
- }
-}
diff --git a/domains/royalahmed.json b/domains/royalahmed.json
index af29887b3..b006ea4f7 100644
--- a/domains/royalahmed.json
+++ b/domains/royalahmed.json
@@ -6,6 +6,6 @@
"record": {
"A": ["217.174.245.249"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
- "MX": "hosts.is-a.dev"
+ "MX": ["hosts.is-a.dev"]
}
}
\ No newline at end of file
diff --git a/domains/rrcoder0167.json b/domains/rrcoder0167.json
new file mode 100644
index 000000000..3c328c75d
--- /dev/null
+++ b/domains/rrcoder0167.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rrcoder0167",
+ "email": "riddhiman.rana@gmail.com"
+ },
+ "record": {
+ "CNAME": "rrcoder0167.github.io"
+ }
+}
diff --git a/domains/rsgarxia.json b/domains/rsgarxia.json
deleted file mode 100644
index 7e7b35f99..000000000
--- a/domains/rsgarxia.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Ruben Garcia's personal website",
- "repo": "https://github.com/sigfriedCub1990/personal-site",
- "owner": {
- "username": "sigfriedcub1990",
- "email": "rssanjuan2704@gmail.com",
- "twitter": "sigfriedcub1990"
- },
- "record": {
- "A": ["142.93.27.109"]
- }
-}
diff --git a/domains/rtxeon.json b/domains/rtxeon.json
new file mode 100644
index 000000000..18ffbd525
--- /dev/null
+++ b/domains/rtxeon.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Rtxeon",
+ "email": "AdityaSuthar13@outlook.com"
+ },
+ "record": {
+ "CNAME": "rtxeon-portfolio-isadev.onrender.com"
+ }
+}
diff --git a/domains/rubensalinas.json b/domains/rubensalinas.json
new file mode 100644
index 000000000..ecd78a03c
--- /dev/null
+++ b/domains/rubensalinas.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rubensalinas",
+ "email": "ruben.asg@gmail.com"
+ },
+ "record": {
+ "A": ["154.53.55.74"]
+ }
+}
diff --git a/domains/rubin.json b/domains/rubin.json
deleted file mode 100644
index 0233fe19f..000000000
--- a/domains/rubin.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "rubiin",
- "email": "roobin.bhandari@gmail.com"
- },
- "record": {
- "URL": "https://rubiin.pages.dev"
- }
-}
diff --git a/domains/rubyscans.json b/domains/rubyscans.json
new file mode 100644
index 000000000..90c83ecb5
--- /dev/null
+++ b/domains/rubyscans.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Solar-Geaux",
+ "email": "dgbroyt@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ryan.json b/domains/ryan.json
deleted file mode 100644
index 508f57fee..000000000
--- a/domains/ryan.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "is-a.dev domain",
- "repo": "https://github.com/ryan0204",
- "owner": {
- "username": "Ryan0204",
- "email": "ryan@ssrv.xyz"
- },
- "record": {
- "URL": "https://ssrv.xyz"
- }
-}
diff --git a/domains/ryanzam.json b/domains/ryanzam.json
new file mode 100644
index 000000000..5754f2a49
--- /dev/null
+++ b/domains/ryanzam.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ryanzam",
+ "email": "ryanzam2005@yahoo.com"
+ },
+ "record": {
+ "CNAME": "icy-coast-0d7690d03.3.azurestaticapps.net"
+ }
+}
diff --git a/domains/rylie.json b/domains/rylie.json
new file mode 100644
index 000000000..4eb2a0341
--- /dev/null
+++ b/domains/rylie.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "j1nxie",
+ "email": "rylieeeeexd@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ryo.json b/domains/ryo.json
new file mode 100644
index 000000000..345c40265
--- /dev/null
+++ b/domains/ryo.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "LLKO101",
+ "email": "yo1sefooop@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ryun.json b/domains/ryun.json
deleted file mode 100644
index 1bfae5a46..000000000
--- a/domains/ryun.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "ryun",
- "email": "humtech@gmail.com"
- },
- "record": {
- "CNAME": "humboldtweb.com"
- }
-}
diff --git a/domains/ryuuzu.json b/domains/ryuuzu.json
deleted file mode 100644
index 2ff0fb85b..000000000
--- a/domains/ryuuzu.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "ryuuzu",
- "email": "me@ryuuzu.xyz"
- },
-
- "record": {
- "CNAME": "ryuuzu.xyz"
- }
-}
diff --git a/domains/s4il.json b/domains/s4il.json
deleted file mode 100644
index 0c72d59e3..000000000
--- a/domains/s4il.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "S4IL's Website",
- "owner": {
- "username": "Ositosail",
- "email": "s4il.teacher.scratch@gmail.com"
- },
- "record": {
- "CNAME": "a765d103-b175-43ba-b8ef-8c541cb7d0b3.id.repl.co"
- }
-}
diff --git a/domains/s7nx.json b/domains/s7nx.json
new file mode 100644
index 000000000..6d9deb811
--- /dev/null
+++ b/domains/s7nx.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "S7NX",
+ "email": "synx.lynx69@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/saahil.json b/domains/saahil.json
index 9c0db343d..0016c12cc 100644
--- a/domains/saahil.json
+++ b/domains/saahil.json
@@ -1,10 +1,9 @@
{
- "description": "this is my about me page, - neongamerbot",
"owner": {
- "username": "neongamerbot",
- "email": "saahilattud@gmail.com"
+ "username": "NeonGamerBot-QK",
+ "email": "neon+domain@saahild.com"
},
"record": {
- "CNAME": "a58b11f7-e44a-4ebc-811d-22105a51b9b7.repl.co"
+ "A": ["185.250.37.86"]
}
}
diff --git a/domains/saatvik.json b/domains/saatvik.json
new file mode 100644
index 000000000..4dfeac60c
--- /dev/null
+++ b/domains/saatvik.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "atharvalt",
+ "email": "beast.gaming1099@gmail.com"
+ },
+ "record": {
+ "CNAME": "atharvaupadhyay.github.io"
+ }
+}
diff --git a/domains/sacul-6.json b/domains/sacul-6.json
new file mode 100644
index 000000000..d976b2f53
--- /dev/null
+++ b/domains/sacul-6.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SACUL-6",
+ "email": "contact.me.here.naw@gmail.com"
+ },
+ "record": {
+ "CNAME": "sacul-6.github.io"
+ }
+}
diff --git a/domains/sadiz.json b/domains/sadiz.json
new file mode 100644
index 000000000..9943a93fa
--- /dev/null
+++ b/domains/sadiz.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Sadishru",
+ "email": "hellosadish@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sadmananik.json b/domains/sadmananik.json
deleted file mode 100644
index ef57fca92..000000000
--- a/domains/sadmananik.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Sadman-11",
- "email": "sadmananik8986@gmail.com"
- },
- "record": {
- "CNAME": "sadman.misfitsdev.xyz"
- }
-}
diff --git a/domains/saeful.json b/domains/saeful.json
index df1b92940..d2f484458 100644
--- a/domains/saeful.json
+++ b/domains/saeful.json
@@ -4,6 +4,6 @@
"email": "saefulbarkah03@gmail.com"
},
"record": {
- "URL": "https://saefulbarkah.netlify.app"
+ "URL": "https://eful.netlify.app"
}
}
diff --git a/domains/safin.json b/domains/safin.json
deleted file mode 100644
index cc95b0ccf..000000000
--- a/domains/safin.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Safin's is-a-dev domain!",
- "repo": "https://github.com/safinsingh",
- "owner": {
- "username": "safinsingh",
- "email": "safin.singh@gmail.com"
- },
- "record": {
- "URL": "https://safin.dev"
- }
-}
diff --git a/domains/sag.json b/domains/sag.json
new file mode 100644
index 000000000..e28ed5468
--- /dev/null
+++ b/domains/sag.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sag",
+ "email": "sagxd@protonmail.com"
+ },
+ "record": {
+ "CNAME": "sag.codeberg.page"
+ }
+}
diff --git a/domains/sai-mehar.json b/domains/sai-mehar.json
index 10598b6e4..c5af18fac 100644
--- a/domains/sai-mehar.json
+++ b/domains/sai-mehar.json
@@ -4,6 +4,8 @@
"email": "saimehar2005@gmail.com"
},
"record": {
- "CNAME": "sai-mehar.github.io"
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
-}
+}
\ No newline at end of file
diff --git a/domains/saifrahman.json b/domains/saifrahman.json
deleted file mode 100644
index a2d73093a..000000000
--- a/domains/saifrahman.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Personal Blog",
- "repo": "https://github.com/saifrahmn/portfolio",
- "owner": {
- "username": "saifrahmn",
- "email": "saifrahmn78@gmail.com",
- "twitter": "saif_rahmn"
- },
- "record": {
- "CNAME": "saifrahmn.github.io"
- }
-}
diff --git a/domains/saiganeshganoju.json b/domains/saiganeshganoju.json
new file mode 100644
index 000000000..4d73b2aa7
--- /dev/null
+++ b/domains/saiganeshganoju.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "saiganesh0084",
+ "email": "saiganeshganoju@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/saivikram.json b/domains/saivikram.json
new file mode 100644
index 000000000..feb5b1163
--- /dev/null
+++ b/domains/saivikram.json
@@ -0,0 +1,10 @@
+{
+ "description": "SaiVikramTechy",
+ "owner": {
+ "username": "SaiVikramTechy",
+ "email": "vikramkomma08@gmail.com"
+ },
+ "record": {
+ "CNAME": "saivikramtechy.github.io"
+ }
+}
diff --git a/domains/salsa.json b/domains/salsa.json
new file mode 100644
index 000000000..fe85ebf2e
--- /dev/null
+++ b/domains/salsa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "salsabilaananditaputri",
+ "email": "salsabilaananditaputri.5@gmail.com"
+ },
+ "record": {
+ "CNAME": "salsabilaananditaputri.github.io"
+ }
+}
diff --git a/domains/sama.json b/domains/sama.json
new file mode 100644
index 000000000..81f66b424
--- /dev/null
+++ b/domains/sama.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sama-004",
+ "email": "samanyuroy@gmail.com"
+ },
+ "record": {
+ "URL": "https://Sama-004.github.io"
+ }
+}
diff --git a/domains/samara.json b/domains/samara.json
new file mode 100644
index 000000000..cad54ab6a
--- /dev/null
+++ b/domains/samara.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ssalggnikool",
+ "email": "sam4r16@gmail.com"
+ },
+ "record": {
+ "CNAME": "ssalggnikool.github.io"
+ }
+}
diff --git a/domains/sameer.json b/domains/sameer.json
new file mode 100644
index 000000000..000fd7678
--- /dev/null
+++ b/domains/sameer.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "carnotweat",
+ "email": "jasitis@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sameerk.json b/domains/sameerk.json
new file mode 100644
index 000000000..362af19db
--- /dev/null
+++ b/domains/sameerk.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "sameer0022",
+ "email": "sameermalikst6@gmail.com",
+ "discord": "937701712293163118"
+ },
+
+ "record": {
+ "A": ["185.199.108.153","185.199.109.153","185.199.110.153","185.199.111.153"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/sami.json b/domains/sami.json
index 8e69b2271..f7bcef69b 100644
--- a/domains/sami.json
+++ b/domains/sami.json
@@ -6,6 +6,6 @@
"record": {
"A": ["217.174.245.249"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
- "MX": "hosts.is-a.dev"
+ "MX": ["hosts.is-a.dev"]
}
}
\ No newline at end of file
diff --git a/domains/samlim.json b/domains/samlim.json
new file mode 100644
index 000000000..8e5d8a6c1
--- /dev/null
+++ b/domains/samlim.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "samuelylim",
+ "email": "samuelylim04@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sandi.json b/domains/sandi.json
new file mode 100644
index 000000000..c39b237d4
--- /dev/null
+++ b/domains/sandi.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "sandiskyy",
+ "email": "sandimixyz@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sanelkukic.json b/domains/sanelkukic.json
deleted file mode 100644
index bc02cdc58..000000000
--- a/domains/sanelkukic.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Sanel's website for his open-source projects and stuff",
- "repo": "https://github.com/sanelk2004",
- "owner": {
- "username": "sanelk2004",
- "email": "sanelk2004@icloud.com"
- },
- "record": {
- "URL": "https://sanelkukic.us.eu.org"
- }
-}
diff --git a/domains/sanidhya.json b/domains/sanidhya.json
deleted file mode 100644
index 212ea4550..000000000
--- a/domains/sanidhya.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "description": "This is my personal Website of portfolio",
- "repo": "https://github.com/CoderSoNet/codersonetwebsite.github.io",
- "owner": {
- "username": "CoderSoNet",
- "email": "sonetspprt@gmail.com",
- "twitter": "ShanuUniyal_On",
- "discord": "781127625263415326"
- },
- "record": {
- "CNAME": "3303bc99-e9eb-489a-96c3-138398c9dae5.id.repl.co"
- }
-}
diff --git a/domains/saqlainbrawl.json b/domains/saqlainbrawl.json
index b9ca235bc..ec50cc74e 100644
--- a/domains/saqlainbrawl.json
+++ b/domains/saqlainbrawl.json
@@ -4,6 +4,8 @@
"email": "saqlainbrawl@gmail.com"
},
"record": {
- "CNAME": "fb2fcda5-aed5-45b1-8aa4-31bc49356ffa.id.repl.co"
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
-}
+}
\ No newline at end of file
diff --git a/domains/sarcaster.json b/domains/sarcaster.json
new file mode 100644
index 000000000..a8c19e256
--- /dev/null
+++ b/domains/sarcaster.json
@@ -0,0 +1,13 @@
+{
+ "description": "Personal Website of Sarcaster",
+ "repo": "https://github.com/sarcasterXO/sarcasterxo.github.io",
+ "owner": {
+ "username": "sarcasterXO",
+ "email": "sarcasteryt@gmail.com",
+ "twitter": "sarcasterXO",
+ "discord": "sarcasterxo"
+ },
+ "record": {
+ "CNAME": "sarcasterxo.github.io"
+ }
+}
diff --git a/domains/saschamonteiro.json b/domains/saschamonteiro.json
deleted file mode 100644
index 35ac3e582..000000000
--- a/domains/saschamonteiro.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Sascha Monteiro's personal dev website",
- "repo": "https://github.com/saschamonteiro",
- "owner": {
- "username": "saschamonteiro",
- "email": "info@purejs.com"
- },
- "record": {
- "CNAME": "www.purejs.com"
- }
-}
diff --git a/domains/sasha.json b/domains/sasha.json
deleted file mode 100644
index 06c644703..000000000
--- a/domains/sasha.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Portfolio site",
- "repo": "https://github.com/Nero-X/PalletPal-web",
- "owner": {
- "username": "SashaJCV",
- "email": "sashajcv@gmail.com"
- },
- "record": {
- "A": ["116.203.239.117"]
- }
-}
diff --git a/domains/saturn-net.json b/domains/saturn-net.json
new file mode 100644
index 000000000..61e34301a
--- /dev/null
+++ b/domains/saturn-net.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "LCDLED",
+ "email": "TheCatatomic@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/satvikg7.json b/domains/satvikg7.json
new file mode 100644
index 000000000..db1d3f9e5
--- /dev/null
+++ b/domains/satvikg7.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "satvikg7",
+ "email": "satvikg7@pm.me"
+ },
+ "record": {
+ "CNAME": "satvikg7.github.io"
+ }
+}
diff --git a/domains/saumon.json b/domains/saumon.json
new file mode 100644
index 000000000..2040d27f0
--- /dev/null
+++ b/domains/saumon.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "saumonarcenciel",
+ "email": "viala38000@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/saunear.json b/domains/saunear.json
new file mode 100644
index 000000000..efd6c4c87
--- /dev/null
+++ b/domains/saunear.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "toastmakingmachine",
+ "email": "bcefsart@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/saurabh-kirve.json b/domains/saurabh-kirve.json
new file mode 100644
index 000000000..afd47a19a
--- /dev/null
+++ b/domains/saurabh-kirve.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "BerzCode",
+ "email": "saurabhkirve@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/saurabhkirve.json b/domains/saurabhkirve.json
new file mode 100644
index 000000000..07906eb42
--- /dev/null
+++ b/domains/saurabhkirve.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BerzCode",
+ "email": "saurabhkirve@gmail.com"
+ },
+ "record": {
+ "CNAME": "berzcode.github.io"
+ }
+}
diff --git a/domains/sayantan.json b/domains/sayantan.json
new file mode 100644
index 000000000..138802c0b
--- /dev/null
+++ b/domains/sayantan.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "legendsayantan",
+ "email": "legendsayantanpaul@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sayolight.json b/domains/sayolight.json
new file mode 100644
index 000000000..3a3bbb4f8
--- /dev/null
+++ b/domains/sayolight.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sayolight",
+ "email": "kagerouls016@gmail.com"
+ },
+ "record": {
+ "CNAME": "sayolight.github.io"
+ }
+}
diff --git a/domains/sc.json b/domains/sc.json
new file mode 100644
index 000000000..236ce0134
--- /dev/null
+++ b/domains/sc.json
@@ -0,0 +1,11 @@
+{
+ "description": "My Personal Website",
+ "repo": "https://github.com/SC136/SC136.github.io",
+ "owner": {
+ "username": "SC136",
+ "email": "swarchuri06@gmail.com"
+ },
+ "record": {
+ "CNAME": "SC136.github.io"
+ }
+}
diff --git a/domains/scarvite.json b/domains/scarvite.json
deleted file mode 100644
index 7c629f5fc..000000000
--- a/domains/scarvite.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "My Portfolio",
- "repo": "https://github.com/ScarVite/scarvite.de",
- "owner": {
- "username": "ScarVite",
- "email": "admin@ScarVite.de",
- "twitter": "ScarVite"
- },
- "record": {
- "CNAME": "scarvite.de"
- }
-}
diff --git a/domains/scfp.json b/domains/scfp.json
deleted file mode 100644
index e87d18a2f..000000000
--- a/domains/scfp.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Cfp Short Service",
- "owner": {
- "username": "cfpwastaken",
- "email": "",
- "discord": "cfp"
- },
- "record": {
- "CNAME": "cfp.gotdns.ch"
- }
-}
diff --git a/domains/schematic.json b/domains/schematic.json
deleted file mode 100644
index 9fd504c8a..000000000
--- a/domains/schematic.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "alenpaul2001",
- "email": "alenpaul2001@pm.me"
- },
- "record": {
- "A": ["152.67.160.188"]
- }
-}
diff --git a/domains/school.json b/domains/school.json
new file mode 100644
index 000000000..5fe751c74
--- /dev/null
+++ b/domains/school.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "PsxScriptsW",
+ "email": "jacob.blits@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/school.semant.json b/domains/school.semant.json
deleted file mode 100644
index b8dd128a1..000000000
--- a/domains/school.semant.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "A little show-off project for my school",
- "owner": {
- "username": "bad-boy-codes",
- "email": "contact@mail.badboy.is-a.dev",
- "discord": "445073800850046977",
- "twitter": "BadBoyGoesBrr"
- },
- "record": {
- "CNAME": "4941ff85-bc0d-4af7-b112-bc556c694343.id.repl.co"
- }
-}
diff --git a/domains/schummler.json b/domains/schummler.json
new file mode 100644
index 000000000..9878220b1
--- /dev/null
+++ b/domains/schummler.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "schummler",
+ "email": "markwilkens102@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/scor32k.json b/domains/scor32k.json
new file mode 100644
index 000000000..dd1a67730
--- /dev/null
+++ b/domains/scor32k.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "scorcism",
+ "email": "abhishekpathak1720@gmail.com"
+ },
+ "record": {
+ "URL": "https://scor32k.vercel.app/"
+ }
+}
diff --git a/domains/scorcism.json b/domains/scorcism.json
new file mode 100644
index 000000000..04606b840
--- /dev/null
+++ b/domains/scorcism.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "scorcism",
+ "email": "abhishekpathak1720@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/scorcism"
+ }
+}
diff --git a/domains/scott.json b/domains/scott.json
index 426cc7e7f..30f9f973c 100644
--- a/domains/scott.json
+++ b/domains/scott.json
@@ -4,6 +4,6 @@
"email": "cakepbm@gmail.com"
},
"record": {
- "A": ["128.22.136.213"]
+ "A": ["150.230.97.210"]
}
}
diff --git a/domains/scr.json b/domains/scr.json
deleted file mode 100644
index a68c0827b..000000000
--- a/domains/scr.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Scriptyyy's site",
- "owner": {
- "username": "Scriptyyy",
- "email": "mr.stikman209@gmail.com",
- "discord": "Scriptyyy#2152"
- },
- "record": {
- "A": ["75.2.69.226"]
- }
-}
diff --git a/domains/script-server.json b/domains/script-server.json
deleted file mode 100644
index aec6ecd4e..000000000
--- a/domains/script-server.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "gengyj16",
- "email": "819514379m@gmail.com"
- },
- "record": {
- "CNAME": "a7cce212-0dd4-4961-881e-3bebf2d1ce31.id.repl.co"
- }
-}
diff --git a/domains/scronite.json b/domains/scronite.json
deleted file mode 100644
index 576375a16..000000000
--- a/domains/scronite.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Subdomain of is-a.dev for my profile card.",
- "repo": "https://github.com/Scronite/profile",
- "owner": {
- "username": "Scronite",
- "email": "scronite@gmail.com"
- },
- "record": {
- "A": ["164.132.74.251"]
- }
-}
diff --git a/domains/sdp.json b/domains/sdp.json
new file mode 100644
index 000000000..ac75435d3
--- /dev/null
+++ b/domains/sdp.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "A": [
+ "84.46.245.191"
+ ]
+ }
+}
diff --git a/domains/seanconroy.json b/domains/seanconroy.json
new file mode 100644
index 000000000..2ee2cab41
--- /dev/null
+++ b/domains/seanconroy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "seanconroy2021",
+ "email": "github@seanconroy.link"
+ },
+ "record": {
+ "URL": "https://seanconroy.link"
+ }
+}
diff --git a/domains/search.thomasc.json b/domains/search.thomasc.json
deleted file mode 100644
index fc7b46a39..000000000
--- a/domains/search.thomasc.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Hopefully Thomas Croft's is-a.dev Whoogle instance",
- "repo": "https://replit.com/@thomascf/whoogle",
- "owner": {
- "username": "thomascf",
- "email": "thomas.croft@pm.me"
- },
- "record": {
- "CNAME": "7c73f282-d33b-4a1d-b36e-bf6da5155d55.id.repl.co"
- }
-}
diff --git a/domains/sedat.json b/domains/sedat.json
new file mode 100644
index 000000000..07c775c62
--- /dev/null
+++ b/domains/sedat.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "sedat342042",
+ "email": "sedat342042@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sedat3344.json b/domains/sedat3344.json
new file mode 100644
index 000000000..07c775c62
--- /dev/null
+++ b/domains/sedat3344.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "sedat342042",
+ "email": "sedat342042@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/seizedforge.json b/domains/seizedforge.json
new file mode 100644
index 000000000..faaff9bd3
--- /dev/null
+++ b/domains/seizedforge.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "GamebringerDev",
+ "email": "gamebringerdev@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/selenite.json b/domains/selenite.json
new file mode 100644
index 000000000..c7debf284
--- /dev/null
+++ b/domains/selenite.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "skysthelimitt",
+ "email": "skysth3limit@pm.me"
+ },
+ "record": {
+ "A": ["5.161.118.69"]
+ }
+}
diff --git a/domains/sematary.json b/domains/sematary.json
deleted file mode 100644
index dc3f098bc..000000000
--- a/domains/sematary.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "h3artcrushz",
- "email": "egokillerthusky@gmail.com"
- },
- "record": {
- "CNAME": "b7297ef8-036a-4483-a5b3-bbfa441ba7fc.id.repl.co"
- }
-}
diff --git a/domains/senix.json b/domains/senix.json
new file mode 100644
index 000000000..895e87bbe
--- /dev/null
+++ b/domains/senix.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "cjolivier15",
+ "email": "oliviercj195@yahoo.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sephrost.json b/domains/sephrost.json
new file mode 100644
index 000000000..3139d0568
--- /dev/null
+++ b/domains/sephrost.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Sephrost",
+ "email": "lorenzato.fabi13@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/seraphic.json b/domains/seraphic.json
new file mode 100644
index 000000000..6914cbbff
--- /dev/null
+++ b/domains/seraphic.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "SeraphicDev",
+ "email": "AidhaniDev@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/seriuos.json b/domains/seriuos.json
new file mode 100644
index 000000000..b0cec730c
--- /dev/null
+++ b/domains/seriuos.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Seriuos",
+ "email": "trexi82.82@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/server.chiragnahata.json b/domains/server.chiragnahata.json
new file mode 100644
index 000000000..a23664d55
--- /dev/null
+++ b/domains/server.chiragnahata.json
@@ -0,0 +1,9 @@
+{
+ "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
new file mode 100644
index 000000000..a05071b8d
--- /dev/null
+++ b/domains/server.drpleaserespect.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DrPleaseRespect",
+ "email": "juliannayr2007@gmail.com"
+ },
+ "record": {
+ "A": ["64.93.80.13"]
+ }
+}
diff --git a/domains/server.stefdp.json b/domains/server.stefdp.json
new file mode 100644
index 000000000..ac75435d3
--- /dev/null
+++ b/domains/server.stefdp.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "A": [
+ "84.46.245.191"
+ ]
+ }
+}
diff --git a/domains/services.not-ethan.json b/domains/services.not-ethan.json
new file mode 100644
index 000000000..d50f76c5c
--- /dev/null
+++ b/domains/services.not-ethan.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "not-a-ethan",
+ "email": "",
+ "discord": "not_ethan."
+ },
+ "record": {
+ "CNAME": "not-a-ethan.github.io"
+ }
+}
diff --git a/domains/sex.json b/domains/sex.json
new file mode 100644
index 000000000..386c30496
--- /dev/null
+++ b/domains/sex.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "khagdev",
+ "email": "nguyendaikhang2000@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sgm-uptime.json b/domains/sgm-uptime.json
deleted file mode 100644
index b9ff04d4a..000000000
--- a/domains/sgm-uptime.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "ShadowGaming100",
- "email": "workspace.shadowgaming@gmail.com"
- },
- "record": {
- "CNAME": "f5cbbab2-d3bb-4468-8513-976647809749.id.repl.co"
- }
-}
diff --git a/domains/sgogov.json b/domains/sgogov.json
new file mode 100644
index 000000000..376ab1606
--- /dev/null
+++ b/domains/sgogov.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "stekatag",
+ "email": "stefangogov@proton.me"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sgyt.json b/domains/sgyt.json
new file mode 100644
index 000000000..0cd64dc0c
--- /dev/null
+++ b/domains/sgyt.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "BedrockBandaYT",
+ "email": "cshaily38@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sh-crm.json b/domains/sh-crm.json
new file mode 100644
index 000000000..9dc9857e6
--- /dev/null
+++ b/domains/sh-crm.json
@@ -0,0 +1,11 @@
+{
+ "owner":{
+ "username":"ruben-as",
+ "email":"ruben.aja.85@gmail.com"
+ },
+ "record":{
+ "A":[
+ "212.227.32.105"
+ ]
+ }
+}
diff --git a/domains/sh1nyhunt3r27.json b/domains/sh1nyhunt3r27.json
new file mode 100644
index 000000000..a13decd1f
--- /dev/null
+++ b/domains/sh1nyhunt3r27.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Sh1nYhUnT3R27",
+ "email": "Jom834827@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/shabnam.json b/domains/shabnam.json
new file mode 100644
index 000000000..9c5b61bd1
--- /dev/null
+++ b/domains/shabnam.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "CycloneAddons",
+ "email": "cycloneaddon@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/shad.json b/domains/shad.json
new file mode 100644
index 000000000..0ae7bfeee
--- /dev/null
+++ b/domains/shad.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Maverick00001",
+ "email": "saksham.access@yahoo.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/shadow.json b/domains/shadow.json
deleted file mode 100644
index 75ddb74cd..000000000
--- a/domains/shadow.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "DoxrGitHub",
- "email": "redforcearmy@outlook.com"
- },
- "description": "Official shadowv2 team page",
- "record": {
- "A": ["34.132.134.162"]
- }
-}
diff --git a/domains/shadowalker.json b/domains/shadowalker.json
new file mode 100644
index 000000000..ed06ecd9d
--- /dev/null
+++ b/domains/shadowalker.json
@@ -0,0 +1,11 @@
+{
+ "description": "This domain will be used for my personal website.",
+ "repo": "https://github.com/shadowisdev/shadowisdev",
+ "owner": {
+ "username": "shadowisdev",
+ "email": "shadowisdev@gmail.com"
+ },
+ "record": {
+ "CNAME": "shadowisdev.github.io"
+ }
+}
diff --git a/domains/shadowcookie.json b/domains/shadowcookie.json
deleted file mode 100644
index 23c2ca54d..000000000
--- a/domains/shadowcookie.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Friezer-85",
- "email": "dorian.graciot@yahoo.com"
- },
-
- "record": {
- "URL": "https://discord.com/api/oauth2/authorize?client_id=1024762572056047626&permissions=8&scope=bot%20applications.commands"
- }
-}
diff --git a/domains/shamshitty.json b/domains/shamshitty.json
new file mode 100644
index 000000000..905f9d8bc
--- /dev/null
+++ b/domains/shamshitty.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "shamshitty",
+ "email": "iaminvisy@gmail.com",
+ "twitter": "shamshitty",
+ "discord": "shamshitty"
+ },
+ "description": "shamshitty is indeed a dev (kinda)",
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
diff --git a/domains/shaquib.json b/domains/shaquib.json
new file mode 100644
index 000000000..c3595cf3f
--- /dev/null
+++ b/domains/shaquib.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "notshaquib",
+ "email": "mdshaaaquib@proton.me"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sharafat.json b/domains/sharafat.json
index 3a7756cb8..d4179c6ff 100644
--- a/domains/sharafat.json
+++ b/domains/sharafat.json
@@ -3,9 +3,9 @@
"repo": "https://github.com/SharafatKarim/sharafatkarim.github.io",
"owner": {
"username": "SharafatKarim",
- "email": "Sharafat2004@gmail.com"
+ "email": "sharafat2004@gmail.com"
},
"record": {
- "CNAME": "sharafat.pages.dev"
+ "CNAME": "sharafatkarim.github.io"
}
}
diff --git a/domains/sharan.json b/domains/sharan.json
new file mode 100644
index 000000000..a987bb6e0
--- /dev/null
+++ b/domains/sharan.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "sharan-218",
+ "email": "yenugulasharan8019@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sharath3.json b/domains/sharath3.json
new file mode 100644
index 000000000..284dde47e
--- /dev/null
+++ b/domains/sharath3.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sharathchandra345",
+ "email": "csharathchandra3@gmail.com"
+ },
+ "record": {
+ "URL": "https://sharathweb.netlify.app/"
+ }
+}
diff --git a/domains/sharathchandra.json b/domains/sharathchandra.json
new file mode 100644
index 000000000..50e1d03fe
--- /dev/null
+++ b/domains/sharathchandra.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sharathchandra345",
+ "email": "csharathchandra3@gmail.com"
+ },
+ "record": {
+ "URL": "https://csharath.netlify.app/"
+ }
+}
diff --git a/domains/sharex.phoenix.json b/domains/sharex.phoenix.json
new file mode 100644
index 000000000..189cb852b
--- /dev/null
+++ b/domains/sharex.phoenix.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "PhoenixOrigin",
+ "email": "phoenixorigin171@gmail.com"
+ },
+ "record": {
+ "A": ["130.162.166.134"]
+ }
+}
diff --git a/domains/shashank.json b/domains/shashank.json
deleted file mode 100644
index b185be65b..000000000
--- a/domains/shashank.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "shashankktiwariii",
- "email": "development.shashank@gmail.com"
- },
- "record": {
- "A": ["144.24.102.80"]
- }
-}
diff --git a/domains/shashankk.json b/domains/shashankk.json
deleted file mode 100644
index b185be65b..000000000
--- a/domains/shashankk.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "shashankktiwariii",
- "email": "development.shashank@gmail.com"
- },
- "record": {
- "A": ["144.24.102.80"]
- }
-}
diff --git a/domains/shaunfurtado.json b/domains/shaunfurtado.json
new file mode 100644
index 000000000..052a8089d
--- /dev/null
+++ b/domains/shaunfurtado.json
@@ -0,0 +1,11 @@
+{
+ "description": "My Personal Portfolio Website",
+ "repo": "https://github.com/Shaunfurtado/Shaunfurtado.github.io",
+ "owner": {
+ "username": "Shaunfurtado",
+ "email": "shaunf1801@gmail.com"
+ },
+ "record": {
+ "CNAME": "shaunfurtado.github.io"
+ }
+}
\ No newline at end of file
diff --git a/domains/shawty.json b/domains/shawty.json
new file mode 100644
index 000000000..8b0cdace2
--- /dev/null
+++ b/domains/shawty.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "stanasxd",
+ "email": "stanasarts@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/shell.json b/domains/shell.json
new file mode 100644
index 000000000..d9c24741a
--- /dev/null
+++ b/domains/shell.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "JiuZhiDa",
+ "email": "shll@tuta.io"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/shep.json b/domains/shep.json
deleted file mode 100644
index c5581e0a5..000000000
--- a/domains/shep.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Callum's personal developer website",
- "owner": {
- "username": "CallumCat",
- "email": "rocco@caseymediallc.com",
- "twitter": "CallumK_Cat",
- "discord": "Callum#0003"
- },
- "record": {
- "A": ["85.209.223.240"]
- }
-}
diff --git a/domains/shept.json b/domains/shept.json
index 179abe5fb..2025a6ccb 100644
--- a/domains/shept.json
+++ b/domains/shept.json
@@ -9,11 +9,6 @@
"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
new file mode 100644
index 000000000..bd1ab4b05
--- /dev/null
+++ b/domains/shevon.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ShevonKuan",
+ "email": "331749486@qq.com"
+ },
+ "record": {
+ "A": ["47.243.44.66"]
+ }
+}
diff --git a/domains/shiba.json b/domains/shiba.json
new file mode 100644
index 000000000..cc9d2f0cc
--- /dev/null
+++ b/domains/shiba.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "soggycatalltheway",
+ "email": "hurvzee+partizao@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/shilab.json b/domains/shilab.json
new file mode 100644
index 000000000..e178b5bf8
--- /dev/null
+++ b/domains/shilab.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Shilab66",
+ "email": "aan176972@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/shivanshu814.json b/domains/shivanshu814.json
deleted file mode 100644
index fc05fde78..000000000
--- a/domains/shivanshu814.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Projects by Shivanshu Pathak",
- "repo": "https://github.com/shivanshu814/kliquestart",
- "owner": {
- "username": "shivanshu814",
- "email": "shivanshu814pathak@gmail.com",
- "linkedin": "https://www.linkedin.com/in/shivanshu-pathak-6611b5228"
- },
- "record": {
- "CNAME": "Kliquestart.com"
- }
-}
diff --git a/domains/shivathmika.json b/domains/shivathmika.json
new file mode 100644
index 000000000..5be4f12a2
--- /dev/null
+++ b/domains/shivathmika.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Shivathmika20",
+ "email": "yelurishivathmika@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/shizotechie.json b/domains/shizotechie.json
new file mode 100644
index 000000000..2dad9427b
--- /dev/null
+++ b/domains/shizotechie.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "shizothetechie",
+ "email": "yugeshsingh27@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/shlok.json b/domains/shlok.json
deleted file mode 100644
index 249a95c38..000000000
--- a/domains/shlok.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Portfolio Website",
- "owner": {
- "username": "PlaceInSpace",
- "email": "shlokmadhekar88@gmail.com"
- },
- "record": {
- "CNAME": "d5c36b7d-4d85-449f-bd4d-0bbbc88fb781.id.repl.co"
- }
-}
diff --git a/domains/shmeeseeks.json b/domains/shmeeseeks.json
new file mode 100644
index 000000000..e539ba661
--- /dev/null
+++ b/domains/shmeeseeks.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "fromNoWhere",
+ "email": "lyaacoubi.othmane8@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/shobhit9945.json b/domains/shobhit9945.json
new file mode 100644
index 000000000..ea45d53ce
--- /dev/null
+++ b/domains/shobhit9945.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Shobhit9945",
+ "email": "shobhitbaijal5@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/shobhitb.json b/domains/shobhitb.json
new file mode 100644
index 000000000..c0ac98fb9
--- /dev/null
+++ b/domains/shobhitb.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Shobhit9945",
+ "email": "shobhitbaijal5@gmail.com"
+ },
+ "record": {
+ "CNAME": "shobhit9945.github.io"
+ }
+}
diff --git a/domains/short.json b/domains/short.json
deleted file mode 100644
index 746f3d7ae..000000000
--- a/domains/short.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "an api for my bot",
- "repo": "https://github.com/w3cy/w3cy",
- "owner": {
- "username": "w3cy",
- "email": "keyv.cec@outlook.com"
- },
- "record": {
- "CNAME": "8b9c08e0-a9c2-4fc1-8e17-aca4fb93ae71.id.repl.co"
- }
-}
diff --git a/domains/shoyeb.json b/domains/shoyeb.json
new file mode 100644
index 000000000..7c302af96
--- /dev/null
+++ b/domains/shoyeb.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mrtemp70",
+ "email": "mrtemp70@gmail.com"
+ },
+ "record": {
+ "CNAME": "msashoyeb.github.io"
+ }
+}
diff --git a/domains/shrek.json b/domains/shrek.json
new file mode 100644
index 000000000..f45ff53a9
--- /dev/null
+++ b/domains/shrek.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "PythonScratcher",
+ "email": "callumcardy7@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/shubhamkumar.json b/domains/shubhamkumar.json
new file mode 100644
index 000000000..d17b7727e
--- /dev/null
+++ b/domains/shubhamkumar.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "shubham-kumar-2004",
+ "email": "shubham04122004@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
diff --git a/domains/shubhamverma.json b/domains/shubhamverma.json
new file mode 100644
index 000000000..0875cd397
--- /dev/null
+++ b/domains/shubhamverma.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Stroller15",
+ "email": "shubhamverma6351@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sia.json b/domains/sia.json
new file mode 100644
index 000000000..377c9e4a5
--- /dev/null
+++ b/domains/sia.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "sujandeb",
+ "email": "work@sujandeb.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/siddharthtewari.json b/domains/siddharthtewari.json
new file mode 100644
index 000000000..fe5dbf434
--- /dev/null
+++ b/domains/siddharthtewari.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "sid-008",
+ "email": "siddharthtewari14@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sigmassimo.json b/domains/sigmassimo.json
new file mode 100644
index 000000000..6b64a90db
--- /dev/null
+++ b/domains/sigmassimo.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "sigmassimo",
+ "email": "maximilian-schreiber271@t-online.de"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/simple.json b/domains/simple.json
deleted file mode 100644
index 83310c7ba..000000000
--- a/domains/simple.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "reecebenson",
- "email": "me@reecebenson.me",
- "discord": "166705872473423872"
- },
-
- "record": {
- "CNAME": "simple.gdn"
- }
-}
diff --git a/domains/simplebank.json b/domains/simplebank.json
deleted file mode 100644
index 023e8fe85..000000000
--- a/domains/simplebank.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "jotabf",
- "email": "jotabe.150@gmail.com"
- },
- "record": {
- "CNAME": "a53880df71ece4c268070f082ce00d37-1008813240.sa-east-1.elb.amazonaws.com"
- }
-}
diff --git a/domains/sincererflame71.json b/domains/sincererflame71.json
new file mode 100644
index 000000000..b6ab68746
--- /dev/null
+++ b/domains/sincererflame71.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "DarkNightcore8",
+ "email": "DarkNightcore8@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sirens.json b/domains/sirens.json
new file mode 100644
index 000000000..706aa2b1f
--- /dev/null
+++ b/domains/sirens.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "collinsdawns",
+ "email": "collinsdawns184@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sjcdn.json b/domains/sjcdn.json
deleted file mode 100644
index 76af86d08..000000000
--- a/domains/sjcdn.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "CoolCoderSJ",
- "email": "CoolCoderSJ@gmail.com"
- },
- "description": "My CDN",
- "record": {
- "CNAME": "09d836a5-eaca-4299-bfec-44ca0dfc6d0d.repl.co"
- }
-}
diff --git a/domains/sjlptpsnh.json b/domains/sjlptpsnh.json
new file mode 100644
index 000000000..5436915e6
--- /dev/null
+++ b/domains/sjlptpsnh.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "sjlptpsnh",
+ "email": "sujalpratapsingh70@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/skar.json b/domains/skar.json
new file mode 100644
index 000000000..0d225d17b
--- /dev/null
+++ b/domains/skar.json
@@ -0,0 +1,17 @@
+{
+ "description": "for protfolio",
+ "repo": "https://github.com/sameer0022/protfolio",
+ "owner": {
+ "username": "sameer0022",
+ "email": "samirkarki504@gmail.com",
+ "discord": "_sameermalik"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
+}
diff --git a/domains/skifli.json b/domains/skifli.json
deleted file mode 100644
index 287419601..000000000
--- a/domains/skifli.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Portfolio Website",
- "repo": "https://github.com/skifli/skifli.github.io",
- "owner": {
- "username": "skifli",
- "email": "",
- "discord": "skifli"
- },
- "record": {
- "CNAME": "skifli.pages.dev"
- }
-}
diff --git a/domains/skillz.json b/domains/skillz.json
new file mode 100644
index 000000000..5fe751c74
--- /dev/null
+++ b/domains/skillz.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "PsxScriptsW",
+ "email": "jacob.blits@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/skydiver-web.json b/domains/skydiver-web.json
new file mode 100644
index 000000000..85039945e
--- /dev/null
+++ b/domains/skydiver-web.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "nebula4564",
+ "email": "reeseb1660@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/skyopg.json b/domains/skyopg.json
new file mode 100644
index 000000000..345c40265
--- /dev/null
+++ b/domains/skyopg.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "LLKO101",
+ "email": "yo1sefooop@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/slashed.json b/domains/slashed.json
new file mode 100644
index 000000000..070ccdc7f
--- /dev/null
+++ b/domains/slashed.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "alexfeed1990",
+ "email": "alexfeed1990real@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/smartfridge.json b/domains/smartfridge.json
deleted file mode 100644
index 3f9caf1f7..000000000
--- a/domains/smartfridge.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "smartfridge personal website",
- "repo": "https://github.com/smartfridge-alt/smartfridge-alt.github.io",
- "owner": {
- "username": "smartfrigde",
- "email": "smartfrigde@gmail.com"
- },
- "record": {
- "CNAME": "smartfridge-alt.github.io"
- }
-}
diff --git a/domains/smartlinuxcoder.json b/domains/smartlinuxcoder.json
new file mode 100644
index 000000000..798737b53
--- /dev/null
+++ b/domains/smartlinuxcoder.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Smartlinuxcoder",
+ "email": "smartcoder@linuxmail.org"
+ },
+ "record": {
+ "CNAME": "smartlinuxcoder.github.io"
+ }
+}
diff --git a/domains/smoke-etecsa.yoelvd.json b/domains/smoke-etecsa.yoelvd.json
deleted file mode 100644
index e11c44946..000000000
--- a/domains/smoke-etecsa.yoelvd.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "yoelvd",
- "email": "magodeoz.virtual@gmail.com"
- },
- "record": {
- "CNAME": "srv40118-206152.vps.etecsa.cu"
- }
-}
diff --git a/domains/snail.json b/domains/snail.json
deleted file mode 100644
index a382d0266..000000000
--- a/domains/snail.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Snail's Site",
- "repo": "https://github.com/snaildos/snail.is.dev",
- "owner": {
- "username": "snaildos",
- "email": "snaildos@snaildos.com"
- },
- "record": {
- "CNAME": "snail-is-dev.pages.dev"
- }
-}
diff --git a/domains/snaildos.json b/domains/snaildos.json
deleted file mode 100644
index c34a4dd91..000000000
--- a/domains/snaildos.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My Site",
- "repo": "https://github.com/snaildos",
- "owner": {
- "username": "snaildos",
- "email": ""
- },
- "record": {
- "CNAME": "snaildos.tk"
- }
-}
diff --git a/domains/snake.json b/domains/snake.json
new file mode 100644
index 000000000..66bd72ebc
--- /dev/null
+++ b/domains/snake.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zarqizoubir",
+ "email": "zarqi.ezzoubair@etu.uae.ac.ma"
+ },
+ "record": {
+ "CNAME": "zarqizoubir.github.io"
+ }
+}
diff --git a/domains/snip.json b/domains/snip.json
new file mode 100644
index 000000000..a5a207f28
--- /dev/null
+++ b/domains/snip.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "realsnipc",
+ "email": "snipc.mail@proton.me"
+ },
+ "record": {
+ "URL": "https://snipc.me"
+ }
+}
diff --git a/domains/snipc.json b/domains/snipc.json
new file mode 100644
index 000000000..3c7284b59
--- /dev/null
+++ b/domains/snipc.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "NotSnipc",
+ "email": "snipc.mail@proton.me"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/snippyivan.json b/domains/snippyivan.json
new file mode 100644
index 000000000..dbbb3907a
--- /dev/null
+++ b/domains/snippyivan.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ivansnippy",
+ "email": "ivanmasinde@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/snippytech.json b/domains/snippytech.json
new file mode 100644
index 000000000..dbbb3907a
--- /dev/null
+++ b/domains/snippytech.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ivansnippy",
+ "email": "ivanmasinde@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/snox.json b/domains/snox.json
deleted file mode 100644
index 5894116fb..000000000
--- a/domains/snox.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "snox.codes",
- "repo": "https://snox.codes",
- "owner": {
- "username": "SimplySnox",
- "email": "root@snox.codes",
- "discord": "snox#0143"
- },
- "record": {
- "CNAME": "snox.codes"
- }
-}
diff --git a/domains/socials.m1dnight.json b/domains/socials.m1dnight.json
deleted file mode 100644
index 2c4f29a7a..000000000
--- a/domains/socials.m1dnight.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Socials menu in m1dnight's art portfolio",
- "repo": "https://m1dnight.is-a.dev/art/3D-Menu-Art/index-3Dmenu.html",
- "owner": {
- "username": "m1dnight-ofcl",
- "email": "m1dnightgmrofficial@gmail.com"
- },
- "record": {
- "CNAME": "m1dnight.is-a.dev"
- }
-}
diff --git a/domains/soeren.json b/domains/soeren.json
deleted file mode 100644
index 099e1cece..000000000
--- a/domains/soeren.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "HSoeren",
- "email": "soeren.helms1@gmail.com"
- },
- "record": {
- "CNAME": "soeren-helms.de"
- }
-}
diff --git a/domains/sof009.json b/domains/sof009.json
new file mode 100644
index 000000000..06087f1ab
--- /dev/null
+++ b/domains/sof009.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "SOF009",
+ "email": "SOF.009@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sohamkansodaria.json b/domains/sohamkansodaria.json
new file mode 100644
index 000000000..d377f6c41
--- /dev/null
+++ b/domains/sohamkansodaria.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "UltraHopeful",
+ "email": "sohupatel8828@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sohamlol.json b/domains/sohamlol.json
deleted file mode 100644
index 061cf5911..000000000
--- a/domains/sohamlol.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "TecHCodez",
- "email": "soham.mohapatra65@gmail.com"
- },
-
- "record": {
- "A": ["34.122.153.22"]
- }
-}
diff --git a/domains/soldierp.json b/domains/soldierp.json
new file mode 100644
index 000000000..90e48e005
--- /dev/null
+++ b/domains/soldierp.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Soldierplayz6867",
+ "email": "soldierplayz.tw@gmail.com"
+ },
+ "record": {
+ "CNAME": "da-1.us.hostns.io"
+ }
+}
diff --git a/domains/someshsrichandan.json b/domains/someshsrichandan.json
new file mode 100644
index 000000000..caad7c3de
--- /dev/null
+++ b/domains/someshsrichandan.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "someshsrichandan",
+ "email": "someshsrichandan@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sonet.json b/domains/sonet.json
deleted file mode 100644
index 195d7c8c0..000000000
--- a/domains/sonet.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "description": "This is my personal Website of portfolio",
- "repo": "https://github.com/CoderSoNet/codersonetwebsite.github.io",
- "owner": {
- "username": "CoderSoNet",
- "email": "support@sonet.is-a.dev",
- "twitter": "ShanuUniyal_On",
- "discord": "781127625263415326"
- },
- "record": {
- "A": ["34.149.204.188"],
- "TXT": "v=spf1 a mx include:_spf.elasticemail.com ~all"
- }
-}
diff --git a/domains/soni-ashish.json b/domains/soni-ashish.json
deleted file mode 100644
index 9a91581a4..000000000
--- a/domains/soni-ashish.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My new website",
- "repo": "https://github.com/soni-ashish/soni-ashish.github.io",
- "owner": {
- "username": "soni-ashish",
- "email": ""
- },
- "record": {
- "CNAME": "soni-ashish.github.io"
- }
-}
diff --git a/domains/sonicx180.json b/domains/sonicx180.json
deleted file mode 100644
index 21fa0dbba..000000000
--- a/domains/sonicx180.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "repo": "https://github.com/sonicx180/website",
- "owner": {
- "username": "sonicx180",
- "email": "chetanzeogu410@gmail.com"
- },
- "record": {
- "CNAME": "0146e66a-6183-424c-85bd-b240bea14f14.id.repl.co"
- }
-}
diff --git a/domains/soothe.json b/domains/soothe.json
new file mode 100644
index 000000000..3035df4e9
--- /dev/null
+++ b/domains/soothe.json
@@ -0,0 +1,12 @@
+{
+ "description": "Soothe.is-a.dev",
+ "repo": "https://github.com/soothe-bot/soothe-bot.github.io",
+ "owner": {
+ "username": "lrmn7",
+ "email": "lrmn.dev@gmail.com",
+ "discord": "romanromannya"
+ },
+ "record": {
+ "CNAME": "soothe-bot.github.io"
+ }
+}
diff --git a/domains/sotoyer.json b/domains/sotoyer.json
new file mode 100644
index 000000000..e0cd92e1b
--- /dev/null
+++ b/domains/sotoyer.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "carlos-perez-16003",
+ "email": "cvalle2soto@gmail.com"
+ },
+ "record": {
+ "URL": "https://sotoyer.dcms.site/"
+ }
+}
diff --git a/domains/sotto.json b/domains/sotto.json
new file mode 100644
index 000000000..993035603
--- /dev/null
+++ b/domains/sotto.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "RaydanOMGr",
+ "email": "andreykelbler@outlook.de"
+ },
+ "record": {
+ "CNAME": "proxy.private.danbot.host"
+ }
+}
diff --git a/domains/soup.json b/domains/soup.json
new file mode 100644
index 000000000..bea0a34c9
--- /dev/null
+++ b/domains/soup.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "SouperZ",
+ "email": "slxtty.bxtchlol@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sourtaste000.json b/domains/sourtaste000.json
deleted file mode 100644
index 950016b86..000000000
--- a/domains/sourtaste000.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "sourTaste000",
- "email": "sourtaste000@gmail.com"
- },
- "record": {
- "URL": "https://sourtaste000.dev"
- }
-}
diff --git a/domains/sowmik.json b/domains/sowmik.json
new file mode 100644
index 000000000..235607b91
--- /dev/null
+++ b/domains/sowmik.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sowmiksudo",
+ "email": "Xowmik@gmail.com"
+ },
+ "record": {
+ "URL": "https://sowmiksudo.github.io/"
+ }
+}
diff --git a/domains/sowmiksudo.json b/domains/sowmiksudo.json
new file mode 100644
index 000000000..2072afa9c
--- /dev/null
+++ b/domains/sowmiksudo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sowmiksudo",
+ "email": "Xowmik@gmail.com"
+ },
+ "record": {
+ "CNAME": "sowmiksudo.github.io"
+ }
+}
diff --git a/domains/spa.json b/domains/spa.json
new file mode 100644
index 000000000..958a47c75
--- /dev/null
+++ b/domains/spa.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "stepersy",
+ "email": "stefano.persanoadorno@liceopertini.edu.it"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/spaace.json b/domains/spaace.json
new file mode 100644
index 000000000..452ae9bc1
--- /dev/null
+++ b/domains/spaace.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Spaace-Save",
+ "email": "coelhoaiden@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/space.json b/domains/space.json
deleted file mode 100644
index 5ac110d08..000000000
--- a/domains/space.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "My site",
- "owner": {
- "username": "StalkerMeyr",
- "email": "andchit223@gmail.com"
- },
- "record": {
- "A": ["148.251.26.247"]
- }
-}
diff --git a/domains/spark.json b/domains/spark.json
deleted file mode 100644
index 61b866f72..000000000
--- a/domains/spark.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "realspark808",
- "email": "burnedspark69@gmail.com"
- },
-
- "record": {
- "CNAME": "55ce10ef-805d-4f67-a702-435d39062da6.id.repl.co"
- }
-}
diff --git a/domains/sparkfire298.json b/domains/sparkfire298.json
new file mode 100644
index 000000000..34bdd11bd
--- /dev/null
+++ b/domains/sparkfire298.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "sparkfire298",
+ "email": "sparkfire298@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sparkle.json b/domains/sparkle.json
new file mode 100644
index 000000000..83f3b17a6
--- /dev/null
+++ b/domains/sparkle.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "sparkledevs",
+ "email": "sparkleop921@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/spd.json b/domains/spd.json
new file mode 100644
index 000000000..6793003bb
--- /dev/null
+++ b/domains/spd.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "osakihsieh",
+ "email": "aspdoctor@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/spike.json b/domains/spike.json
new file mode 100644
index 000000000..26c77f48c
--- /dev/null
+++ b/domains/spike.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "superspike7",
+ "email": "spikevinz@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/spill.json b/domains/spill.json
new file mode 100644
index 000000000..9635dcb67
--- /dev/null
+++ b/domains/spill.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Spilleparadis",
+ "email": "playerwictor@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/splashy.json b/domains/splashy.json
new file mode 100644
index 000000000..ae347f452
--- /dev/null
+++ b/domains/splashy.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ClicpoW",
+ "email": "clicpowytb@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sppidy.json b/domains/sppidy.json
new file mode 100644
index 000000000..5f2562ed7
--- /dev/null
+++ b/domains/sppidy.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "sppidy",
+ "email": "ramshourieshr@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "sppidy.github.io"
+ }
+}
diff --git a/domains/spydea.json b/domains/spydea.json
new file mode 100644
index 000000000..7b812dd05
--- /dev/null
+++ b/domains/spydea.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "spydea",
+ "email": "ymkose5534@gmail.com"
+ },
+ "record": {
+ "URL": "https://spydea.blogspot.com"
+ }
+}
diff --git a/domains/spyminer.json b/domains/spyminer.json
index 3386e765c..315e83bb2 100644
--- a/domains/spyminer.json
+++ b/domains/spyminer.json
@@ -1,11 +1,11 @@
{
- "description": "SpyMiner's website",
- "repo": "https://github.com/SpyMinerX/SpyMinerX.github.io",
"owner": {
"username": "SpyMinerX",
- "email": "spyminer@glacierclient.net"
+ "email": "vince@engelbrecht.pro"
},
"record": {
- "CNAME": "isadev.engelbrecht.pro"
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
-}
+}
\ No newline at end of file
diff --git a/domains/spynet.json b/domains/spynet.json
new file mode 100644
index 000000000..463eeb241
--- /dev/null
+++ b/domains/spynet.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Modesto888",
+ "email": "modestojr886@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/squaresmp.json b/domains/squaresmp.json
new file mode 100644
index 000000000..93efbb43e
--- /dev/null
+++ b/domains/squaresmp.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "SquareSmp",
+ "email": "squaresmp@asia.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sreevikram.json b/domains/sreevikram.json
index b7a4a8c4d..241355d9d 100644
--- a/domains/sreevikram.json
+++ b/domains/sreevikram.json
@@ -7,6 +7,6 @@
"record": {
"A": ["217.174.245.249"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
- "MX": "hosts.is-a.dev"
+ "MX": ["hosts.is-a.dev"]
}
}
\ No newline at end of file
diff --git a/domains/sreevikramr.json b/domains/sreevikramr.json
deleted file mode 100644
index b56747c05..000000000
--- a/domains/sreevikramr.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "SreevikramR",
- "email": "sreevikram.r@gmail.com",
- "discord": "therealviki"
- },
- "record": {
- "CNAME": "nextjs-production-a65b.up.railway.app"
- }
-}
diff --git a/domains/max.json b/domains/ss.json
similarity index 58%
rename from domains/max.json
rename to domains/ss.json
index 9ee172344..463c741ff 100644
--- a/domains/max.json
+++ b/domains/ss.json
@@ -1,10 +1,10 @@
{
"owner": {
- "username": "mdsmax",
- "email": "maxguilham@protonmail.com"
+ "username": "OpAayush",
+ "email": "aayush.agrawalm@gmail.com"
},
+ "description": "mail domain",
"record": {
- "A": ["34.149.204.188"],
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
diff --git a/domains/ss.kleb.json b/domains/ss.kleb.json
new file mode 100644
index 000000000..1c0c33d68
--- /dev/null
+++ b/domains/ss.kleb.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "KrazyKleb",
+ "email": "krazyklebyt@gmail.com"
+ },
+ "record": {
+ "CNAME": "proxy.private.danbot.host"
+ }
+}
diff --git a/domains/sser.json b/domains/sser.json
new file mode 100644
index 000000000..7fc2eb17b
--- /dev/null
+++ b/domains/sser.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "lynicv",
+ "email": "nuffimail33@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sshdgjeienjdje.json b/domains/sshdgjeienjdje.json
new file mode 100644
index 000000000..9c5b61bd1
--- /dev/null
+++ b/domains/sshdgjeienjdje.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "CycloneAddons",
+ "email": "cycloneaddon@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ssmidge.json b/domains/ssmidge.json
deleted file mode 100644
index df620aecf..000000000
--- a/domains/ssmidge.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Ssmidge",
- "repo": "https://github.com/Ssmidge/register",
- "owner": {
- "username": "Ssmidge",
- "email": "Ssmidgemc@gmail.com"
- },
- "record": {
- "CNAME": "ssmidge.xyz"
- }
-}
diff --git a/domains/sso.nqdev.json b/domains/sso.nqdev.json
new file mode 100644
index 000000000..2cbbfef3d
--- /dev/null
+++ b/domains/sso.nqdev.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "nguyenquy0710",
+ "email": "nguyenquy.1096@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sta1us.json b/domains/sta1us.json
deleted file mode 100644
index 4d5bdec11..000000000
--- a/domains/sta1us.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "status-dev",
- "email": "startic.email@gmail.com"
- },
-
- "record": {
- "CNAME": "2b5e8113-5d4f-4c1e-862e-6d780db560cb.id.repl.co"
- }
-}
diff --git a/domains/stamina.json b/domains/stamina.json
new file mode 100644
index 000000000..a52bcf209
--- /dev/null
+++ b/domains/stamina.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ivan100-ivoop",
+ "email": "ivankyosev21@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/stanasx.json b/domains/stanasx.json
new file mode 100644
index 000000000..8b0cdace2
--- /dev/null
+++ b/domains/stanasx.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "stanasxd",
+ "email": "stanasarts@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/status.gattinhosbot.json b/domains/status.gattinhosbot.json
new file mode 100644
index 000000000..7d127f33a
--- /dev/null
+++ b/domains/status.gattinhosbot.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "CNAME": "uptime.stefdp.is-a.dev"
+ }
+}
diff --git a/domains/status.json b/domains/status.json
index b22c83583..9bdeca7ca 100644
--- a/domains/status.json
+++ b/domains/status.json
@@ -4,6 +4,6 @@
"email": "phenax5@gmail.com"
},
"record": {
- "URL": "https://stats.uptimerobot.com/zY4XKIRVzw"
+ "CNAME": "wdhdns.com"
}
}
diff --git a/domains/status.mousemoosz.json b/domains/status.mousemoosz.json
deleted file mode 100644
index 3cec0a3e2..000000000
--- a/domains/status.mousemoosz.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "For statuspage",
- "owner": {
- "username": "MouseMoosz",
- "email": "mousemoosz@protonmail.com"
- },
- "record": {
- "CNAME": "mousemoosz.statuspage.io"
- }
-}
diff --git a/domains/status.stefdp.json b/domains/status.stefdp.json
new file mode 100644
index 000000000..7d127f33a
--- /dev/null
+++ b/domains/status.stefdp.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "CNAME": "uptime.stefdp.is-a.dev"
+ }
+}
diff --git a/domains/stefan.json b/domains/stefan.json
new file mode 100644
index 000000000..63953e825
--- /dev/null
+++ b/domains/stefan.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "DynoW",
+ "email": "naffets0@gmail.com",
+ "discord": "455608238335983617"
+ },
+ "record": {
+ "URL": "https://dyno.is-a.dev",
+ "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "TXT": ["forward-email=naffets0@gmail.com", "v=spf1 a mx include:spf.forwardemail.net include:_spf.google.com -all"]
+ }
+}
diff --git a/domains/stefdp.json b/domains/stefdp.json
index eec5c59c8..56c2fc2fd 100644
--- a/domains/stefdp.json
+++ b/domains/stefdp.json
@@ -1,12 +1,18 @@
{
- "description": "Domain for my personal website",
- "repo": "https://github.com/Stef-00012/stef-00012.github.io",
"owner": {
"username": "Stef-00012",
- "email": "stefano.delprete.08@gmail.com",
- "twitter": "Stef_Del_Prete"
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
},
"record": {
- "CNAME": "stef-00012.github.io"
+ "A": [
+ "217.174.245.249"
+ ],
+ "MX": [
+ "mail.is-a.dev"
+ ],
+ "TXT": [
+ " v=spf1 mx a:mail.is-a.dev ip4:217.174.245.249 ~all"
+ ]
}
}
diff --git a/domains/stellar.json b/domains/stellar.json
new file mode 100644
index 000000000..6c986115d
--- /dev/null
+++ b/domains/stellar.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "jacksoncraft859",
+ "email": "pollardjackson@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/stellaros.json b/domains/stellaros.json
new file mode 100644
index 000000000..6c986115d
--- /dev/null
+++ b/domains/stellaros.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "jacksoncraft859",
+ "email": "pollardjackson@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/stiforr.json b/domains/stiforr.json
deleted file mode 100644
index 8d8dba535..000000000
--- a/domains/stiforr.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "stiforr",
- "email": "norwood.sean@gmail.com"
- },
- "record": {
- "CNAME": "stiforr.com"
- }
-}
diff --git a/domains/stodja.json b/domains/stodja.json
new file mode 100644
index 000000000..fd31bf2d6
--- /dev/null
+++ b/domains/stodja.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "stodja",
+ "email": "alexvelichko51@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/stoneleaf-bt.json b/domains/stoneleaf-bt.json
deleted file mode 100644
index 2f491a71a..000000000
--- a/domains/stoneleaf-bt.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "NazerMohamed",
- "email": "NazerMohamed@gmail.com"
- },
- "record": {
- "A": ["51.89.94.232"]
- }
-}
diff --git a/domains/stoneleaf-pp.json b/domains/stoneleaf-pp.json
deleted file mode 100644
index 2f491a71a..000000000
--- a/domains/stoneleaf-pp.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "NazerMohamed",
- "email": "NazerMohamed@gmail.com"
- },
- "record": {
- "A": ["51.89.94.232"]
- }
-}
diff --git a/domains/store.json b/domains/store.json
new file mode 100644
index 000000000..66bd72ebc
--- /dev/null
+++ b/domains/store.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zarqizoubir",
+ "email": "zarqi.ezzoubair@etu.uae.ac.ma"
+ },
+ "record": {
+ "CNAME": "zarqizoubir.github.io"
+ }
+}
diff --git a/domains/str1ke.json b/domains/str1ke.json
deleted file mode 100644
index a733755cc..000000000
--- a/domains/str1ke.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "RealStr1ke",
- "email": "tmenelas@outlook.com"
- },
-
- "record": {
- "CNAME": "str1ke.codes"
- }
-}
diff --git a/domains/strider-studios.json b/domains/strider-studios.json
new file mode 100644
index 000000000..19c14f855
--- /dev/null
+++ b/domains/strider-studios.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TheRealStrider",
+ "email": "starwars3805@gmail.com"
+ },
+ "record": {
+ "CNAME": "therealstrider.github.io"
+ }
+}
diff --git a/domains/strtsnm.json b/domains/strtsnm.json
new file mode 100644
index 000000000..583239e1a
--- /dev/null
+++ b/domains/strtsnm.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "STRTSNM",
+ "email": "STRTSNM12@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/struc.api.badboy.json b/domains/struc.api.badboy.json
deleted file mode 100644
index 52b220670..000000000
--- a/domains/struc.api.badboy.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "https://badboy.is-a.dev/ redirector",
- "owner": {
- "username": "bad-boy-codes",
- "email": "contact@mail.badboy.is-a.dev"
- },
- "record": {
- "CNAME": "1c1cdaeb-374d-4273-bd14-b7e96b091f72.id.repl.co"
- }
-}
diff --git a/domains/stx.json b/domains/stx.json
new file mode 100644
index 000000000..8b0cdace2
--- /dev/null
+++ b/domains/stx.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "stanasxd",
+ "email": "stanasarts@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sty.json b/domains/sty.json
new file mode 100644
index 000000000..c76127b34
--- /dev/null
+++ b/domains/sty.json
@@ -0,0 +1,15 @@
+{
+ "owner": {
+ "username": "Sty928",
+ "email": "satyam99jha@gmail.com"
+ },
+
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
+}
diff --git a/domains/styy.json b/domains/styy.json
new file mode 100644
index 000000000..616762b26
--- /dev/null
+++ b/domains/styy.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Sty928",
+ "email": "satyam99jha@gmail.com"
+ },
+
+ "record": {
+ "A": ["161.97.137.17"]
+ }
+}
diff --git a/domains/sudhan.json b/domains/sudhan.json
deleted file mode 100644
index 04eebfac8..000000000
--- a/domains/sudhan.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "sudhanplayz",
- "email": "sudhanplayz@gmail.com"
- },
- "description": "A Personal Website for me",
- "record": {
- "URL": "https://sudhanplayz.live"
- }
-}
diff --git a/domains/sudi.json b/domains/sudi.json
new file mode 100644
index 000000000..d432dd881
--- /dev/null
+++ b/domains/sudi.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "ahsanu123",
+ "email": "caasperahsanuamala5@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sudip.json b/domains/sudip.json
new file mode 100644
index 000000000..c9a6c1657
--- /dev/null
+++ b/domains/sudip.json
@@ -0,0 +1,12 @@
+{
+ "description": "Host my portfolio website",
+ "repo": "https://github.com/sudipkundu999/sudipkundu",
+ "owner": {
+ "username": "sudipkundu999",
+ "email": "sudipkundu999@gmail.com",
+ "twitter": "sudipkundu999"
+ },
+ "record": {
+ "CNAME": "sudipkundu999.github.io"
+ }
+}
\ No newline at end of file
diff --git a/domains/sujan.json b/domains/sujan.json
new file mode 100644
index 000000000..377c9e4a5
--- /dev/null
+++ b/domains/sujan.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "sujandeb",
+ "email": "work@sujandeb.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sujandeb.json b/domains/sujandeb.json
new file mode 100644
index 000000000..377c9e4a5
--- /dev/null
+++ b/domains/sujandeb.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "sujandeb",
+ "email": "work@sujandeb.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sujeeth.json b/domains/sujeeth.json
deleted file mode 100644
index 1fcc19059..000000000
--- a/domains/sujeeth.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "sujeethk",
- "email": "sujeethkv@yahoo.com"
- },
- "record": {
- "A": ["74.59.143.202"]
- }
-}
diff --git a/domains/suki.json b/domains/suki.json
index 4b23ebb34..1299ab5a7 100644
--- a/domains/suki.json
+++ b/domains/suki.json
@@ -5,7 +5,7 @@
},
"record": {
"A": ["217.174.245.249"],
- "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
- "MX": "hosts.is-a.dev"
+ "TXT": "v=spf1 a mx include:spf.improvmx.com ~all",
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"]
}
}
diff --git a/domains/suleymanduzgun.json b/domains/suleymanduzgun.json
new file mode 100644
index 000000000..1bfe2135f
--- /dev/null
+++ b/domains/suleymanduzgun.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "suleymanduzgun",
+ "email": "suleymanduzgun@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sumit.json b/domains/sumit.json
new file mode 100644
index 000000000..b2f308f31
--- /dev/null
+++ b/domains/sumit.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "isumitjha",
+ "email": "7sumitjha@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "isumitjha.github.io"
+ }
+}
diff --git a/domains/sunny.json b/domains/sunny.json
new file mode 100644
index 000000000..cca5a871d
--- /dev/null
+++ b/domains/sunny.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sunny-unik",
+ "email": "sunnygandhwani027@gmail.com"
+ },
+ "record": {
+ "CNAME": "Sunny-unik.github.io"
+ }
+}
\ No newline at end of file
diff --git a/domains/sushi.json b/domains/sushi.json
new file mode 100644
index 000000000..b360dd3fb
--- /dev/null
+++ b/domains/sushi.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "sushi-ae",
+ "email": "frapdotpng@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "sushi-ae.github.io"
+ }
+}
diff --git a/domains/sussypranav.json b/domains/sussypranav.json
new file mode 100644
index 000000000..7c2f9073d
--- /dev/null
+++ b/domains/sussypranav.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SussyPranav",
+ "email": "singhgreatpranav@gmail.com"
+ },
+ "record": {
+ "CNAME": "sussypranav.github.io"
+ }
+}
diff --git a/domains/swanny.json b/domains/swanny.json
deleted file mode 100644
index 7136c35ad..000000000
--- a/domains/swanny.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Swanny is a Dev",
- "repo": "https://github.com/swanny246/swannyIsADev",
- "owner": {
- "username": "swanny246",
- "email": "github@andrewswan.net"
- },
- "record": {
- "CNAME": "swannyisadev.andrewswan.net"
- }
-}
diff --git a/domains/sx9.json b/domains/sx9.json
index 825c99623..612d768d8 100644
--- a/domains/sx9.json
+++ b/domains/sx9.json
@@ -5,6 +5,6 @@
"email": "sx-91@outlook.com"
},
"record": {
- "CNAME": "sx-9.github.io"
+ "CNAME": "cname.short.io"
}
}
diff --git a/domains/sxe.json b/domains/sxe.json
new file mode 100644
index 000000000..8b0cdace2
--- /dev/null
+++ b/domains/sxe.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "stanasxd",
+ "email": "stanasarts@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/sxurxbh.json b/domains/sxurxbh.json
new file mode 100644
index 000000000..0f9937444
--- /dev/null
+++ b/domains/sxurxbh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sxurabh",
+ "email": "saurabhkirve@gmail.com"
+ },
+ "record": {
+ "CNAME": "sxurabh.github.io"
+ }
+}
diff --git a/domains/syedomershah.json b/domains/syedomershah.json
new file mode 100644
index 000000000..9131a9b74
--- /dev/null
+++ b/domains/syedomershah.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Syedomershah99",
+ "email": "syedomershah99@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/syntaxloopers.json b/domains/syntaxloopers.json
new file mode 100644
index 000000000..a23664d55
--- /dev/null
+++ b/domains/syntaxloopers.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/systemm32.json b/domains/systemm32.json
new file mode 100644
index 000000000..3705b668d
--- /dev/null
+++ b/domains/systemm32.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "System32-0101",
+ "email": "didunoxd@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/tanio.json b/domains/tanio.json
deleted file mode 100644
index b4bc5f56c..000000000
--- a/domains/tanio.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Hello World",
- "owner": {
- "username": "tanmyid",
- "email": "tanmyid1337@gmail.com"
- },
- "record": {
- "CNAME": "hashnode.network"
- }
-}
diff --git a/domains/tanish.json b/domains/tanish.json
new file mode 100644
index 000000000..81737f663
--- /dev/null
+++ b/domains/tanish.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "hirakotm",
+ "email": "hirakoo@proton.me"
+ },
+ "record": {
+ "CNAME": "hirako-is-really-cool.pages.dev"
+ }
+}
diff --git a/domains/tanishq.json b/domains/tanishq.json
deleted file mode 100644
index f545f13c3..000000000
--- a/domains/tanishq.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "tanishq-soni",
- "email": "hi@tanishqsoni.me",
- "twitter": "tanishq_soni_"
- },
- "repo": "https://github.com/tanishq-soni/new-portfolio",
- "record": {
- "URL": "https://tanishqsoni.me"
- }
-}
diff --git a/domains/tanmayjaiswal.json b/domains/tanmayjaiswal.json
new file mode 100644
index 000000000..932b897ec
--- /dev/null
+++ b/domains/tanmayjaiswal.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "sequel-tj",
+ "email": "tanmayjaiswal31102002@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/tanu.json b/domains/tanu.json
deleted file mode 100644
index c4b784514..000000000
--- a/domains/tanu.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Tanu's Website",
- "repo": "https://github.com/desktopdotini/websitev3",
- "owner": {
- "username": "desktopdotini",
- "email": "cloneyinnit@gmail.com",
- "twitter": "tanumakescode"
- },
- "record": {
- "CNAME": "websitev3.pages.dev"
- }
-}
diff --git a/domains/tariqul.json b/domains/tariqul.json
new file mode 100644
index 000000000..7591d9062
--- /dev/null
+++ b/domains/tariqul.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "tariqultais",
+ "email": "2201081175@UTTARAUNIVERSITY.EDU.BD"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/tas33n.json b/domains/tas33n.json
new file mode 100644
index 000000000..06c4097a6
--- /dev/null
+++ b/domains/tas33n.json
@@ -0,0 +1,12 @@
+{
+ "description": "Portfolio for my works..",
+ "repo": "https://github.com/tas33n/tas33n.github.io",
+ "owner": {
+ "username": "tas33n",
+ "email": "tasu.legend@gmail.com",
+ "twitter": ""
+ },
+ "record": {
+ "CNAME": "tas33n.github.io"
+ }
+}
diff --git a/domains/tashvik.json b/domains/tashvik.json
new file mode 100644
index 000000000..8c628ef7f
--- /dev/null
+++ b/domains/tashvik.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "tashviks",
+ "email": "tashvik.12112279@lpu.in"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/taufikmaulidi.json b/domains/taufikmaulidi.json
new file mode 100644
index 000000000..1ad7b9af4
--- /dev/null
+++ b/domains/taufikmaulidi.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "taufikmaulidi",
+ "email": "taufikmaulidi123@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/tayu.json b/domains/tayu.json
deleted file mode 100644
index c9847f281..000000000
--- a/domains/tayu.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "tayudev",
- "email": "mizuto.discord@gmail.com"
- },
- "record": {
- "URL": "https://tayu25.netlify.app"
- }
-}
diff --git a/domains/tazmyan.json b/domains/tazmyan.json
new file mode 100644
index 000000000..b654817b3
--- /dev/null
+++ b/domains/tazmyan.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Tazmyan",
+ "email": "tikpatka@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/tbhgodpro.json b/domains/tbhgodpro.json
new file mode 100644
index 000000000..1b636cab3
--- /dev/null
+++ b/domains/tbhgodpro.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "TBHGodPro",
+ "email": "tarun.bhaskar@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/td.json b/domains/td.json
new file mode 100644
index 000000000..1567c0b9f
--- /dev/null
+++ b/domains/td.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Hima-Pro",
+ "email": "pnpop01027066161@gmail.com"
+ },
+ "record": {
+ "CNAME": "hima-pro.github.io"
+ }
+}
diff --git a/domains/tdh.json b/domains/tdh.json
new file mode 100644
index 000000000..14d86e4f4
--- /dev/null
+++ b/domains/tdh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "agger34",
+ "email": "hungtd.h3it@gmail.com"
+ },
+ "record": {
+ "URL": "https://my-blog-orcin-mu-36.vercel.app"
+ }
+}
diff --git a/domains/tdkchat.json b/domains/tdkchat.json
deleted file mode 100644
index c8badb6a1..000000000
--- a/domains/tdkchat.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "MattTheTekie",
- "email": "Mattmason2211@gmail.com"
- },
- "record": {
- "CNAME": "test72.eu.org"
- }
-}
diff --git a/domains/tea.json b/domains/tea.json
deleted file mode 100644
index a5fd3444f..000000000
--- a/domains/tea.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "TheTeaCup",
- "email": "",
- "discord": "Tea Cup#9999"
- },
- "record": {
- "CNAME": "dedicated.theteacup.dev"
- }
-}
diff --git a/domains/tech-is-god.json b/domains/tech-is-god.json
new file mode 100644
index 000000000..430c59179
--- /dev/null
+++ b/domains/tech-is-god.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "GamerKid67289",
+ "email": "zprice720@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/techctg24.json b/domains/techctg24.json
deleted file mode 100644
index c8d4ba0c8..000000000
--- a/domains/techctg24.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "rakibctg",
- "email": "eunus527@gmail.com"
- },
-
- "record": {
- "URL": "https://techctg24.dev"
- }
-}
diff --git a/domains/techgenius.json b/domains/techgenius.json
new file mode 100644
index 000000000..58b9393cd
--- /dev/null
+++ b/domains/techgenius.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TechGenius7777",
+ "email": "supratikmahato7777@gmail.com"
+ },
+ "record": {
+ "CNAME": "techgenius-portfolio.pages.dev"
+ }
+}
diff --git a/domains/techke.json b/domains/techke.json
new file mode 100644
index 000000000..25fe10783
--- /dev/null
+++ b/domains/techke.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "techke1",
+ "email": "techpunditke@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/technofusiontech.json b/domains/technofusiontech.json
new file mode 100644
index 000000000..611e9e47b
--- /dev/null
+++ b/domains/technofusiontech.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TechnoFusionTech",
+ "email": "technofusiontech@techie.com"
+ },
+ "record": {
+ "CNAME": "technofusiontech.github.io"
+ }
+}
diff --git a/domains/techout.json b/domains/techout.json
deleted file mode 100644
index 994ea666b..000000000
--- a/domains/techout.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Mainly used to upload images to but also for a small home-page.",
- "repo": "https://github.com/Techout592",
- "owner": {
- "username": "Techout592",
- "email": "root@techout.tech"
- },
- "record": {
- "CNAME": "dns.techout.tech"
- }
-}
diff --git a/domains/techpundit.json b/domains/techpundit.json
new file mode 100644
index 000000000..25fe10783
--- /dev/null
+++ b/domains/techpundit.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "techke1",
+ "email": "techpunditke@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/techpunditke.json b/domains/techpunditke.json
new file mode 100644
index 000000000..25fe10783
--- /dev/null
+++ b/domains/techpunditke.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "techke1",
+ "email": "techpunditke@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/techside.json b/domains/techside.json
new file mode 100644
index 000000000..723ecc8d0
--- /dev/null
+++ b/domains/techside.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "techsideofficial",
+ "email": "wienerwolf77@gmail.com"
+ },
+ "record": {
+ "CNAME": "joysteem.web.app"
+ }
+}
diff --git a/domains/tehpig.json b/domains/tehpig.json
new file mode 100644
index 000000000..7c10f8c09
--- /dev/null
+++ b/domains/tehpig.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "TehPigYT",
+ "email": "aggelosdellas@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/tejas.json b/domains/tejas.json
deleted file mode 100644
index 4de89dcfd..000000000
--- a/domains/tejas.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "A simple portfolio website by me (Tejas Agarwal)",
- "repo": "https://github.com/tejasag/webpage",
- "owner": {
- "username": "tejasag",
- "email": "togedemaru.1707@gmail.com"
- },
- "record": {
- "URL": "https://tejasagarwal.tech"
- }
-}
diff --git a/domains/teletvbis.json b/domains/teletvbis.json
deleted file mode 100644
index c78d6cd98..000000000
--- a/domains/teletvbis.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "Necesku",
- "email": "105011954+Necesku@users.noreply.github.com",
- "discord": "702682685713416222"
- },
-
- "record": {
- "A": ["185.117.0.194"]
- }
-}
diff --git a/domains/temp.stefdp.json b/domains/temp.stefdp.json
new file mode 100644
index 000000000..ac75435d3
--- /dev/null
+++ b/domains/temp.stefdp.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "A": [
+ "84.46.245.191"
+ ]
+ }
+}
diff --git a/domains/teriko.json b/domains/teriko.json
deleted file mode 100644
index c3f6722ec..000000000
--- a/domains/teriko.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "exelenuwu",
- "email": "",
- "twitter": "terikopog",
- "discord": "teriko."
- },
- "record": {
- "A": ["45.8.22.34"]
- }
-}
diff --git a/domains/tesla.json b/domains/tesla.json
deleted file mode 100644
index 3c454e9bb..000000000
--- a/domains/tesla.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "tesla's personal website",
- "repo": "https://github.com/hapi-dev",
- "owner": {
- "username": "tesla",
- "email": "stream.hapi@gmail.com"
- },
- "record": {
- "CNAME": "arindev.tech"
- }
-}
diff --git a/domains/test373.json b/domains/test373.json
index 987fc9a09..a8dbaa99a 100644
--- a/domains/test373.json
+++ b/domains/test373.json
@@ -6,6 +6,6 @@
"record": {
"A": ["217.174.245.249"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
- "MX": "hosts.is-a.dev"
+ "MX": ["hosts.is-a.dev"]
}
}
\ No newline at end of file
diff --git a/domains/test849205.json b/domains/test849205.json
new file mode 100644
index 000000000..93efbb43e
--- /dev/null
+++ b/domains/test849205.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "SquareSmp",
+ "email": "squaresmp@asia.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/testluxxy.json b/domains/testluxxy.json
new file mode 100644
index 000000000..76ed5fc66
--- /dev/null
+++ b/domains/testluxxy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Luxxy-GF",
+ "email": "deniedaddicted@gmail.com"
+ },
+ "record": {
+ "A": ["178.33.110.212"]
+ }
+}
diff --git a/domains/tetris.vi0leta.json b/domains/tetris.vi0leta.json
new file mode 100644
index 000000000..ea691c545
--- /dev/null
+++ b/domains/tetris.vi0leta.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vi0letadev",
+ "email": "vi0leta@riseup.net"
+ },
+ "record": {
+ "A": ["37.27.4.76"]
+ }
+}
diff --git a/domains/textures1245.json b/domains/textures1245.json
new file mode 100644
index 000000000..3f13c37c3
--- /dev/null
+++ b/domains/textures1245.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "textures1245",
+ "email": "sirprak1245@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/toastersticks.json b/domains/tfuifebfiubiu.json
similarity index 50%
rename from domains/toastersticks.json
rename to domains/tfuifebfiubiu.json
index 35f67fb89..7f8c47487 100644
--- a/domains/toastersticks.json
+++ b/domains/tfuifebfiubiu.json
@@ -1,9 +1,8 @@
{
"owner": {
- "username": "ToasterSticks",
- "email": "matt.zhao.18@gmail.com"
+ "username": "Aether1777",
+ "email": "bkevin39415@gmail.com"
},
-
"record": {
"CNAME": "border.hop.io"
}
diff --git a/domains/tgt.json b/domains/tgt.json
deleted file mode 100644
index 66a8ed709..000000000
--- a/domains/tgt.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "IncognitoTGT",
- "email": "mashoor539@gmail.com"
- },
- "record": {
- "URL": "https://mashoortest.tk"
- }
-}
diff --git a/domains/thabanii.json b/domains/thabanii.json
new file mode 100644
index 000000000..9eea76378
--- /dev/null
+++ b/domains/thabanii.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Z3R0SEC",
+ "email": "famkeed11@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/thakuraman.json b/domains/thakuraman.json
new file mode 100644
index 000000000..0c9999f30
--- /dev/null
+++ b/domains/thakuraman.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "aman7thakurr",
+ "email": "amant8425@gmail.com",
+ "discord": "523813766295715851"
+ },
+
+ "record": {
+ "CNAME": "aman7thakurr.github.io"
+ }
+}
diff --git a/domains/tharindudarshana.json b/domains/tharindudarshana.json
new file mode 100644
index 000000000..d5f51b3d5
--- /dev/null
+++ b/domains/tharindudarshana.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "1234Tharindu",
+ "email": "dehipitiya055@gmail.com"
+ },
+ "record": {
+ "CNAME": "1234tharindu.github.io"
+ }
+}
diff --git a/domains/tharukrenuja.json b/domains/tharukrenuja.json
new file mode 100644
index 000000000..24a944965
--- /dev/null
+++ b/domains/tharukrenuja.json
@@ -0,0 +1,12 @@
+{
+ "description": "Just Anohter Portfolio",
+ "repo": "https://github.com/TharukRenuja/tharukrenuja.github.io",
+ "owner": {
+ "username": "TharukRenuja",
+ "email": "contact.tharukrenuja@gmail.com",
+ "twitter": "TRenuja"
+ },
+ "record": {
+ "CNAME": "tharukrenuja.github.io"
+ }
+}
diff --git a/domains/that.json b/domains/that.json
new file mode 100644
index 000000000..0d25bd14a
--- /dev/null
+++ b/domains/that.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "lsy1998",
+ "email": "1945934866@qq.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/thatbigderp.json b/domains/thatbigderp.json
new file mode 100644
index 000000000..0e4d3663f
--- /dev/null
+++ b/domains/thatbigderp.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "StuwpidPerson",
+ "email": "darkhacker8604@protonmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/thatkoslz.json b/domains/thatkoslz.json
new file mode 100644
index 000000000..ad0daa5ca
--- /dev/null
+++ b/domains/thatkoslz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "iakzs",
+ "email": "iakzs@protonmail.com"
+ },
+ "record": {
+ "URL": "https://koslz.com/"
+ }
+}
diff --git a/domains/theark.json b/domains/theark.json
deleted file mode 100644
index 9893bd7be..000000000
--- a/domains/theark.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Theark's personal site",
- "repo": "https://github.com/thearkxd/theark-website",
- "owner": {
- "username": "thearkxd",
- "email": "thearkxd@gmail.com"
- },
- "record": {
- "URL": "https://theark.tk"
- }
-}
diff --git a/domains/theavian.json b/domains/theavian.json
new file mode 100644
index 000000000..5e60bd599
--- /dev/null
+++ b/domains/theavian.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal portofolio website",
+ "repo": "https://github.com/theavian/theavian.github.io",
+ "owner": {
+ "username": "theavian",
+ "email": "avicrafty8@gmail.com",
+ "twitter": "Avian_studios"
+ },
+ "record": {
+ "CNAME": "theavian.github.io"
+ }
+}
diff --git a/domains/thebestdeveloper.json b/domains/thebestdeveloper.json
new file mode 100644
index 000000000..532e99f20
--- /dev/null
+++ b/domains/thebestdeveloper.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "notthebestdev",
+ "email": "thebestdeveloper@outlook.fr"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/thebidouilleur.json b/domains/thebidouilleur.json
deleted file mode 100644
index c09f64f9f..000000000
--- a/domains/thebidouilleur.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "QJoly",
- "email": "quentinjoly@thoughtless.eu"
- },
-
- "record": {
- "A": ["5.39.75.213"]
- }
-}
diff --git a/domains/thedeveloper03.json b/domains/thedeveloper03.json
new file mode 100644
index 000000000..61c8a52e5
--- /dev/null
+++ b/domains/thedeveloper03.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "thedeveloper03",
+ "email": "trishtrix01@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
diff --git a/domains/thedivided.json b/domains/thedivided.json
new file mode 100644
index 000000000..3d59d5654
--- /dev/null
+++ b/domains/thedivided.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "soviet783",
+ "email": "logannorman2005@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/thedt.json b/domains/thedt.json
new file mode 100644
index 000000000..8fe8b311b
--- /dev/null
+++ b/domains/thedt.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "thedtvn",
+ "email": "duongtuan30306@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/theekshana.json b/domains/theekshana.json
deleted file mode 100644
index 173664392..000000000
--- a/domains/theekshana.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "TheekshanaSL",
- "email": "theekshana@technologist.com"
- },
-
- "record": {
- "CNAME": "hashnode.network"
- }
-}
diff --git a/domains/theh2so4.json b/domains/theh2so4.json
deleted file mode 100644
index b485aa5db..000000000
--- a/domains/theh2so4.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "theh2so4",
- "email": "theh2so4@protonmail.com"
- },
-
- "record": {
- "A": ["185.27.134.148"]
- }
-}
diff --git a/domains/thehuytong.json b/domains/thehuytong.json
new file mode 100644
index 000000000..1d617a615
--- /dev/null
+++ b/domains/thehuytong.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "thehuytong",
+ "email": "tongnguyen.hahuy@gmail.com"
+ },
+ "record": {
+ "CNAME": "thehuytong.github.io"
+ }
+}
diff --git a/domains/thepatik.json b/domains/thepatik.json
deleted file mode 100644
index 3b9f15351..000000000
--- a/domains/thepatik.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "patik123",
- "email": "patik.developer@outlook.com"
- },
- "record": {
- "CNAME": "www.thepatik.com"
- }
-}
diff --git a/domains/therealviki.json b/domains/therealviki.json
deleted file mode 100644
index f712290a9..000000000
--- a/domains/therealviki.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "SreevikramR",
- "email": "sreevikram.r@gmail.com"
- },
-
- "record": {
- "CNAME": "nextjs-production-a65b.up.railway.app"
- }
-}
diff --git a/domains/theschoology.json b/domains/theschoology.json
new file mode 100644
index 000000000..bf73b5019
--- /dev/null
+++ b/domains/theschoology.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "ShriniGenie",
+ "email": "shrini23@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/thetechguy.json b/domains/thetechguy.json
new file mode 100644
index 000000000..9635dcb67
--- /dev/null
+++ b/domains/thetechguy.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Spilleparadis",
+ "email": "playerwictor@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/thiomains.json b/domains/thiomains.json
new file mode 100644
index 000000000..1cd7b19c7
--- /dev/null
+++ b/domains/thiomains.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "onem0",
+ "email": "kremersneo0@gmail.com"
+ },
+ "record": {
+ "URL": "http://bindergamer.de"
+ }
+}
diff --git a/domains/thisqoutedoesntexist.json b/domains/thisqoutedoesntexist.json
new file mode 100644
index 000000000..a38625698
--- /dev/null
+++ b/domains/thisqoutedoesntexist.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Zirmith",
+ "email": "f2v74yt@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/thomasfrost.json b/domains/thomasfrost.json
deleted file mode 100644
index 90e516295..000000000
--- a/domains/thomasfrost.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "frosttho",
- "email": "thomas@ksg-media.de"
- },
- "record": {
- "A": ["167.71.34.179"]
- }
-}
diff --git a/domains/thordevs.json b/domains/thordevs.json
new file mode 100644
index 000000000..51c54fde5
--- /dev/null
+++ b/domains/thordevs.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "musu10gj",
+ "email": "samzagamer4@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/thund3r.json b/domains/thund3r.json
new file mode 100644
index 000000000..f864f321d
--- /dev/null
+++ b/domains/thund3r.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Harsh06-afk",
+ "email": "hvs8380@gmail.com"
+ },
+ "record": {
+ "CNAME": "harsh06-afk.github.io"
+ }
+}
diff --git a/domains/tibor.json b/domains/tibor.json
new file mode 100644
index 000000000..d07b958a5
--- /dev/null
+++ b/domains/tibor.json
@@ -0,0 +1,11 @@
+{
+ "description": "Something for my profile page",
+ "repo": "https://github.com/tibor309/tibor309.github.io",
+ "owner": {
+ "username": "tibor309",
+ "email": "haxite@proton.me"
+ },
+ "record": {
+ "CNAME": "tibor309.github.io"
+ }
+}
\ No newline at end of file
diff --git a/domains/tien.json b/domains/tien.json
new file mode 100644
index 000000000..3ef6c7248
--- /dev/null
+++ b/domains/tien.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "t6c",
+ "email": "tien2309n@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/tientiny.json b/domains/tientiny.json
new file mode 100644
index 000000000..826e69b2b
--- /dev/null
+++ b/domains/tientiny.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Pdmthong05",
+ "email": "pdmthong05@protonmail.com"
+ },
+ "record": {
+ "A": ["198.91.81.11"]
+ }
+}
diff --git a/domains/tigerbyte.json b/domains/tigerbyte.json
deleted file mode 100644
index 78232c6aa..000000000
--- a/domains/tigerbyte.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Add some description",
- "repo": "https://github.com/TigerbyteDev",
- "owner": {
- "username": "TigerbyteDev",
- "email": "tigerbytedev@gmail.com"
- },
- "record": {
- "URL": "https://www.tigerbyte.dev"
- }
-}
diff --git a/domains/tikter.json b/domains/tikter.json
deleted file mode 100644
index 374a24c6f..000000000
--- a/domains/tikter.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "njanemmu",
- "email": "aneenababu71901@gmail.com"
- },
- "record": {
- "CNAME": "c14c2346-1c5a-4bf0-b9dc-d47fc8263e86.id.repl.co"
- }
-}
diff --git a/domains/tim-q.json b/domains/tim-q.json
deleted file mode 100644
index 73c8fd2a4..000000000
--- a/domains/tim-q.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My personal portfolio",
- "owner": {
- "username": "tim-it-ger",
- "email": "contact@tim-q.de",
- "discord": "Vatic#0920"
- },
- "record": {
- "CNAME": "tim-q.de"
- }
-}
diff --git a/domains/time.json b/domains/time.json
new file mode 100644
index 000000000..b3eec57b5
--- /dev/null
+++ b/domains/time.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "CcNicebruh",
+ "email": "tangkeehee2002@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/timemee.json b/domains/timemee.json
new file mode 100644
index 000000000..15965a70b
--- /dev/null
+++ b/domains/timemee.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "CcNicebruh",
+ "email": "tangkeehee2002@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=timemee.is-a.dev,f0ccde0675ebc15ec99f"
+ }
+}
diff --git a/domains/timka.json b/domains/timka.json
deleted file mode 100644
index 758922f27..000000000
--- a/domains/timka.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "timka.space",
- "repo": "https://github.com/timka-123/timka-123.github.io",
- "owner": {
- "username": "Timur",
- "email": "vakzn@yandex.ru"
- },
- "record": {
- "CNAME": "timka.space"
- }
-}
diff --git a/domains/timo.json b/domains/timo.json
new file mode 100644
index 000000000..d4b3b6dba
--- /dev/null
+++ b/domains/timo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sartimo",
+ "email": "sartimo10@gmail.com"
+ },
+ "record": {
+ "URL": "https://sartimo.surge.sh"
+ }
+}
diff --git a/domains/timoelrichs.json b/domains/timoelrichs.json
new file mode 100644
index 000000000..b458b27ea
--- /dev/null
+++ b/domains/timoelrichs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TimOelrichs",
+ "email": "timoelrichs@gmail.com"
+ },
+ "record": {
+ "URL": "https://peppermint-theater-276.notion.site/double-cherry-emulations-a3fd7ecc2c3144b5973928f3e196ce9e?pvs=4"
+ }
+}
diff --git a/domains/tin.json b/domains/tin.json
new file mode 100644
index 000000000..4c7ec4cee
--- /dev/null
+++ b/domains/tin.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "itsmetin",
+ "email": "marmeladenjunge+2nd@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/tinergy.json b/domains/tinergy.json
new file mode 100644
index 000000000..547ad6a68
--- /dev/null
+++ b/domains/tinergy.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Tinergy",
+ "email": "goh_z@live.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/tinny.json b/domains/tinny.json
new file mode 100644
index 000000000..903b644b6
--- /dev/null
+++ b/domains/tinny.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "TinnyTerr",
+ "email": "lewis.j.mcdonald@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/tisch.json b/domains/tisch.json
deleted file mode 100644
index 729de9526..000000000
--- a/domains/tisch.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Small-talking",
- "email": "schreiber.robin@icloud.com"
- },
- "record": {
- "CNAME": "isadev.pages.dev"
- }
-}
diff --git a/domains/tito.json b/domains/tito.json
deleted file mode 100644
index 0e0b10f9a..000000000
--- a/domains/tito.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "MyNameIsTito",
- "email": "tito@kzg.gg"
- },
- "record": {
- "CNAME": "isadev.mynameistito.com"
- }
-}
diff --git a/domains/tiuri.json b/domains/tiuri.json
deleted file mode 100644
index 5879ab145..000000000
--- a/domains/tiuri.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "because im an dev",
- "repo": "https://github.com/ituir",
- "owner": {
- "username": "ituir",
- "email": "tiuri@server.tiuri.be"
- },
- "record": {
- "A": ["212.227.129.140"]
- }
-}
diff --git a/domains/tjr.json b/domains/tjr.json
deleted file mode 100644
index 4b4a6010c..000000000
--- a/domains/tjr.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "tjrgg",
- "email": "hello@tjrgg.co"
- },
- "record": {
- "URL": "https://tjrgg.co"
- }
-}
diff --git a/domains/tjrgg.json b/domains/tjrgg.json
deleted file mode 100644
index 4b4a6010c..000000000
--- a/domains/tjrgg.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "tjrgg",
- "email": "hello@tjrgg.co"
- },
- "record": {
- "URL": "https://tjrgg.co"
- }
-}
diff --git a/domains/tk.json b/domains/tk.json
deleted file mode 100644
index 04e1c7299..000000000
--- a/domains/tk.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "thaddeuskkr",
- "email": "thaddeuskkr@gmail.com"
- },
-
- "record": {
- "A": ["138.2.69.79"]
- }
-}
diff --git a/domains/toan.json b/domains/toan.json
deleted file mode 100644
index 154345f91..000000000
--- a/domains/toan.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Hashnode Blog",
- "repo": "https://github.com/ductoanvo",
- "owner": {
- "username": "ductoanvo",
- "email": "toan@duck.com"
- },
- "record": {
- "CNAME": "hashnode.network"
- }
-}
diff --git a/domains/toasta.json b/domains/toasta.json
new file mode 100644
index 000000000..9643baad3
--- /dev/null
+++ b/domains/toasta.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "thetoasta",
+ "email": "nolanp678@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/toasted.json b/domains/toasted.json
index c332e1d06..7e62e0afb 100644
--- a/domains/toasted.json
+++ b/domains/toasted.json
@@ -1,11 +1,13 @@
{
- "description": "The official portfolio of ToastedToast/Toastify. Built with Astro, Tailwind CSS, and Daisy UI.",
- "repo": "https://github.com/ToastifyDev/portfolio",
+ "description": "official website of toastedtoast",
+ "repo": "https://github.com/ToastedDev/toastify.tk-v2",
"owner": {
"username": "ToastifyDev",
- "email": "hey@toastify.tk"
+ "email": "hey@toastify.tk",
+ "twitter": "toasteddev",
+ "discord": "plasticaxolotl"
},
"record": {
- "CNAME": "toastifydev.github.io"
+ "CNAME": "toasted.pages.dev"
}
}
diff --git a/domains/toasty.json b/domains/toasty.json
new file mode 100644
index 000000000..b1550309f
--- /dev/null
+++ b/domains/toasty.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "toastyyyxd",
+ "email": "asaeasaeasae.x10@gmail.com",
+ "discord": "577480703302959104"
+ },
+
+ "record": {
+ "CNAME": "toasty.pages.dev"
+ }
+}
diff --git a/domains/tobey.json b/domains/tobey.json
deleted file mode 100644
index 12354712f..000000000
--- a/domains/tobey.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Tobey is a dev",
- "repo": "https://github.com/yebot",
- "owner": {
- "username": "yebot",
- "email": "tobeyforsman@gmail.com"
- },
- "record": {
- "URL": "https://twitter.com/TobeyForsman"
- }
-}
diff --git a/domains/todo.json b/domains/todo.json
deleted file mode 100644
index 08dd37752..000000000
--- a/domains/todo.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "api for my bot",
- "repo": "https://github.com/brawlie/todo",
- "owner": {
- "username": "brawlie",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "ea156b14-963b-49f8-9d6e-f3fff240029c.repl.co"
- }
-}
diff --git a/domains/tokiakasu.json b/domains/tokiakasu.json
deleted file mode 100644
index e6d665872..000000000
--- a/domains/tokiakasu.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "tokiakasu",
- "email": "crxpp@protonmail.com"
- },
- "record": {
- "A": ["95.163.12.169"]
- }
-}
diff --git a/domains/tokisaki.json b/domains/tokisaki.json
deleted file mode 100644
index cf8601fee..000000000
--- a/domains/tokisaki.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Enterprise ID Website",
- "repo": "https://github.com/Enterprise-ID",
- "owner": {
- "username": "enterpriseid",
- "email": "enterprise.id13@gmail.com"
- },
- "record": {
- "CNAME": "tokisaki.xyz"
- }
-}
diff --git a/domains/tolis.json b/domains/tolis.json
deleted file mode 100644
index d88401ff1..000000000
--- a/domains/tolis.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "TolisDev Blog",
- "owner": {
- "username": "tolisdev",
- "email": "apostolos@tolisuwu.xyz"
- },
- "record": {
- "A": ["167.235.239.76"]
- }
-}
diff --git a/domains/tomdavid.json b/domains/tomdavid.json
deleted file mode 100644
index 321ee0d95..000000000
--- a/domains/tomdavid.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "tomasdav9",
- "email": "tomasdav9@gmail.com"
- },
- "record": {
- "CNAME": "gatsbyportfolio23972.gatsbyjs.io"
- }
-}
diff --git a/domains/tomgxz.json b/domains/tomgxz.json
index 07e8dcdea..36a879fcf 100644
--- a/domains/tomgxz.json
+++ b/domains/tomgxz.json
@@ -4,6 +4,6 @@
"email": "tomgxz138@gmail.com"
},
"record": {
- "URL": "https://tomgxz.repl.co"
+ "CNAME": "cv3cgzx7.up.railway.app"
}
}
diff --git a/domains/tomokat.json b/domains/tomokat.json
new file mode 100644
index 000000000..3b94da13b
--- /dev/null
+++ b/domains/tomokat.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tomokat",
+ "email": "wataru2007@gmail.com"
+ },
+ "record": {
+ "CNAME": "tomokat.github.io"
+ }
+}
diff --git a/domains/tonycolston.json b/domains/tonycolston.json
deleted file mode 100644
index 43cee1708..000000000
--- a/domains/tonycolston.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Tony Colston's site",
- "repo": "https://github.com/tonetheman",
- "owner": {
- "username": "tonetheman",
- "email": "tonetheman@gmail.com"
- },
- "record": {
- "CNAME": "tonycolston.com"
- }
-}
diff --git a/domains/topher.json b/domains/topher.json
new file mode 100644
index 000000000..f25285564
--- /dev/null
+++ b/domains/topher.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "christopherwk210",
+ "email": "christopherwk210@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/tosh.json b/domains/tosh.json
new file mode 100644
index 000000000..cf34902c1
--- /dev/null
+++ b/domains/tosh.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "description": "Portifolio Website",
+ "repo": "https://github.com/shellcodegroup/antony_bahati_portfolio",
+ "username": "shellcodegroup",
+ "email": "shellcodegroup@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
diff --git a/domains/totoygamingyt.json b/domains/totoygamingyt.json
deleted file mode 100644
index f0dd10dae..000000000
--- a/domains/totoygamingyt.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "totoygamingyt",
- "email": "hello@totoygamingyt.com",
- "twitter": "TotoyGamingYT",
- "discord": "totoygamingyt"
- },
- "record": {
- "CNAME": "totoygamingyt.pages.dev"
- }
-}
diff --git a/domains/tovade.json b/domains/tovade.json
deleted file mode 100644
index d4299693d..000000000
--- a/domains/tovade.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My personal portfolio",
- "repo": "https://github.com/tovade",
- "owner": {
- "username": "tovade",
- "email": "support@tovade.ml"
- },
- "record": {
- "CNAME": "tovade.ml"
- }
-}
diff --git a/domains/tpglitch.json b/domains/tpglitch.json
new file mode 100644
index 000000000..0364bc2ca
--- /dev/null
+++ b/domains/tpglitch.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "tpglitch",
+ "email": "tylerkinney50@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/tpke.json b/domains/tpke.json
new file mode 100644
index 000000000..202061ec1
--- /dev/null
+++ b/domains/tpke.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ZeroRatedTM",
+ "email": "zeroratedtm@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/tracker-brawley.json b/domains/tracker-brawley.json
deleted file mode 100644
index abd5f57a8..000000000
--- a/domains/tracker-brawley.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "a website for my biotapi",
- "repo": "https://github.com/brawlie/todo",
- "owner": {
- "username": "brawlie",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "aa1b3bae-e49b-4efd-8c55-28719da5f58c.repl.co"
- }
-}
diff --git a/domains/trailblazertech.json b/domains/trailblazertech.json
new file mode 100644
index 000000000..21aa904de
--- /dev/null
+++ b/domains/trailblazertech.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "trailblazie",
+ "email": "trailblazire@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/trapdev.json b/domains/trapdev.json
deleted file mode 100644
index c0419b598..000000000
--- a/domains/trapdev.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Add some description",
- "repo": "https://github.com/voidx999/trapdevweb",
- "owner": {
- "username": "voidx999",
- "email": "vodlsreal@gmail.com"
- },
- "record": {
- "CNAME": "451189ea-5d97-4b3c-9ff1-874973386ae1.id.repl.co"
- }
-}
diff --git a/domains/trasadiyasmeet.json b/domains/trasadiyasmeet.json
new file mode 100644
index 000000000..afbd109a8
--- /dev/null
+++ b/domains/trasadiyasmeet.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "psmeet190902",
+ "email": "21bph115@nirmauni.ac.in"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/triyatna.json b/domains/triyatna.json
new file mode 100644
index 000000000..9237f0162
--- /dev/null
+++ b/domains/triyatna.json
@@ -0,0 +1,11 @@
+{
+ "description": "Subdomain Redirect",
+ "repo": "https://github.com/triyatna/triyatna.github.io",
+ "owner": {
+ "username": "triyatna",
+ "email": "triyatna.com@gmail.com"
+ },
+ "record": {
+ "CNAME": "triyatna.github.io"
+ }
+}
diff --git a/domains/trueuser.json b/domains/trueuser.json
new file mode 100644
index 000000000..f46933019
--- /dev/null
+++ b/domains/trueuser.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "istrueuser",
+ "email": "thisistrueemail@gmail.com"
+ },
+ "record": {
+ "CNAME": "trueuser.up.railway.app"
+ }
+}
diff --git a/domains/trung.json b/domains/trung.json
new file mode 100644
index 000000000..fd93ed512
--- /dev/null
+++ b/domains/trung.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "CNAME": "dev-website-emr.pages.dev"
+ }
+}
diff --git a/domains/tsic404.json b/domains/tsic404.json
deleted file mode 100644
index 48bb5a267..000000000
--- a/domains/tsic404.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "tsic404 personal website",
- "repo": "https://github.com/tsic404/blog",
- "owner": {
- "username": "tsic404",
- "email": "tsicliu@foxmail.com"
- },
- "record": {
- "CNAME": "tsic.top"
- }
-}
diff --git a/domains/tts.deva.json b/domains/tts.deva.json
deleted file mode 100644
index 5194aa0a1..000000000
--- a/domains/tts.deva.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "turbomaster95",
- "email": "devamidhun.3c.kmbvm@gmail.com"
- },
-
- "record": {
- "CNAME": "48c10554-32ea-4bc5-98f8-5f062b511ad1.id.repl.co"
- }
-}
diff --git a/domains/tube.json b/domains/tube.json
deleted file mode 100644
index 80c9601a0..000000000
--- a/domains/tube.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "t-ub3",
- "email": "martini@tubee.dev"
- },
- "record": {
- "URL": "https://tub3.uk"
- }
-}
diff --git a/domains/turtlecode.json b/domains/turtlecode.json
new file mode 100644
index 000000000..fd93df6d0
--- /dev/null
+++ b/domains/turtlecode.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TurtleCode84",
+ "email": "turtle@turtlecode.tech"
+ },
+ "record": {
+ "URL": "https://turtlecode.tech"
+ }
+}
diff --git a/domains/tv.rpi.crazy-max.json b/domains/tv.rpi.crazy-max.json
deleted file mode 100644
index 36a8f1643..000000000
--- a/domains/tv.rpi.crazy-max.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Crazy-Max-Blog",
- "email": "Crazy-Max-2011@yandex.ru"
- },
- "record": {
- "URL": "https://crazy-max-blog.github.io/rpi-tvbox"
- }
-}
diff --git a/domains/tw.json b/domains/tw.json
new file mode 100644
index 000000000..01630e431
--- /dev/null
+++ b/domains/tw.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "tw31122007",
+ "email": "tw31122007@googlemail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/twisted.json b/domains/twisted.json
new file mode 100644
index 000000000..680fca65a
--- /dev/null
+++ b/domains/twisted.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "TwistVibed",
+ "email": "gamerdragon971@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/twitter.json b/domains/twitter.json
deleted file mode 100644
index 583ce9bc8..000000000
--- a/domains/twitter.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "j0code",
- "discord": "j0code",
- "email": ""
- },
- "record": {
- "CNAME": "cohalejoja.selfhost.eu"
- }
-}
diff --git a/domains/tyler.json b/domains/tyler.json
deleted file mode 100644
index f67068490..000000000
--- a/domains/tyler.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Tyler McCarthy is a Developer!",
- "repo": "https://github.com/tmccarthyj",
- "owner": {
- "username": "tmccarthyj",
- "email": "tyler@tjm.dev"
- },
- "record": {
- "CNAME": "tjm.dev"
- }
-}
diff --git a/domains/tylermwise.json b/domains/tylermwise.json
new file mode 100644
index 000000000..d8fe934dd
--- /dev/null
+++ b/domains/tylermwise.json
@@ -0,0 +1,10 @@
+{
+ "description": "tylermwise.is-a.dev domain",
+ "owner": {
+ "username": "tylermwise",
+ "email": "contact@teamtbm.org"
+ },
+ "record": {
+ "CNAME": "tylermwise.github.io"
+ }
+ }
diff --git a/domains/tyman.json b/domains/tyman.json
deleted file mode 100644
index 08c0a3dbe..000000000
--- a/domains/tyman.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Tyman's personal developer website",
- "repo": "https://github.com/TymanWasTaken/tyman.tech",
- "owner": {
- "username": "TymanWasTaken",
- "email": "",
- "discord": "Tyman#7318"
- },
- "record": {
- "CNAME": "tyman.tech"
- }
-}
diff --git a/domains/typeling1578.json b/domains/typeling1578.json
new file mode 100644
index 000000000..c71a007b9
--- /dev/null
+++ b/domains/typeling1578.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "typeling1578",
+ "email": "pub@typeling1578.dev"
+ },
+ "record": {
+ "URL": "https://typeling1578.dev"
+ }
+}
diff --git a/domains/typicalne.json b/domains/typicalne.json
deleted file mode 100644
index b2fe731b0..000000000
--- a/domains/typicalne.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "TypicalShavonne",
- "email": "tranhuonghp1972@gmail.com"
- },
-
- "record": {
- "A": ["66.118.234.244"]
- }
-}
diff --git a/domains/tzvika.json b/domains/tzvika.json
new file mode 100644
index 000000000..c0f4851b4
--- /dev/null
+++ b/domains/tzvika.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "tzvio",
+ "email": "tzvika.ofek@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ukirio.json b/domains/ukirio.json
new file mode 100644
index 000000000..68422ca70
--- /dev/null
+++ b/domains/ukirio.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ukrioo",
+ "email": "u8k50850@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
diff --git a/domains/ukrio.json b/domains/ukrio.json
new file mode 100644
index 000000000..92431fb1c
--- /dev/null
+++ b/domains/ukrio.json
@@ -0,0 +1,27 @@
+{
+ "owner": {
+ "username": "ukrioo",
+ "email": "u8k50850@gmail.com",
+ "discord": "ukrio",
+ "twitter": "@ukrio"
+ },
+ "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/ultrix.json b/domains/ultrix.json
new file mode 100644
index 000000000..6c986115d
--- /dev/null
+++ b/domains/ultrix.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "jacksoncraft859",
+ "email": "pollardjackson@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/unchained.json b/domains/unchained.json
new file mode 100644
index 000000000..6b9f7870b
--- /dev/null
+++ b/domains/unchained.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "unchaineddev",
+ "email": "yusuf_in@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/uniclicker2.m1dnight.json b/domains/uniclicker2.m1dnight.json
deleted file mode 100644
index 3e04b8dd0..000000000
--- a/domains/uniclicker2.m1dnight.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "UniClicker2 Based in JS",
- "repo": "https://UniClicker-2-Webveiw-Edition.m1dnightdev.repl.co",
- "owner": {
- "username": "M1dnight",
- "email": "m1dnightgmrofficial@gmail.com"
- },
- "record": {
- "CNAME": "2b82bbc0-2fa0-40ac-89fe-530e73b20c0b.id.repl.co"
- }
-}
diff --git a/domains/unixtz.json b/domains/unixtz.json
new file mode 100644
index 000000000..dda3ac1a1
--- /dev/null
+++ b/domains/unixtz.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Iamunix",
+ "email": "abdulhaulerashid@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/unknown-user2.json b/domains/unknown-user2.json
deleted file mode 100644
index 54a3eb5a9..000000000
--- a/domains/unknown-user2.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My website",
- "repo": "https://github.com/Unknown-User2/Unknown-User2.github.io",
- "owner": {
- "username": "Unknown-User2",
- "email": "unknown.us3r222@gmail.com"
- },
- "record": {
- "CNAME": "Unknown-User2.github.io"
- }
-}
diff --git a/domains/unknowncheats.json b/domains/unknowncheats.json
new file mode 100644
index 000000000..afa1025f7
--- /dev/null
+++ b/domains/unknowncheats.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "opkinshuk09",
+ "email": "opkinshuk09@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/unwork-id.json b/domains/unwork-id.json
deleted file mode 100644
index 27a58a3d4..000000000
--- a/domains/unwork-id.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Unwork ID Website",
- "repo": "https://github.com/Unwork-ID",
- "owner": {
- "username": "tokisaki13",
- "email": "support@unwork.my.id"
- },
- "record": {
- "URL": "https://unwork.my.id"
- }
-}
diff --git a/domains/upd.oxmc.json b/domains/upd.oxmc.json
new file mode 100644
index 000000000..4cd7a7415
--- /dev/null
+++ b/domains/upd.oxmc.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "oxmc",
+ "email": "oxmc7769.mail@gmail.com",
+ "discord": "oxmc7769"
+ },
+ "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=contact:oxmc7769.mail@gmail.com"
+ }
+}
diff --git a/domains/uptime.stefdp.json b/domains/uptime.stefdp.json
new file mode 100644
index 000000000..ac75435d3
--- /dev/null
+++ b/domains/uptime.stefdp.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "A": [
+ "84.46.245.191"
+ ]
+ }
+}
diff --git a/domains/uptime.trung.json b/domains/uptime.trung.json
new file mode 100644
index 000000000..f7dd34ceb
--- /dev/null
+++ b/domains/uptime.trung.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "CNAME": "proxy.private.danbot.host"
+ }
+}
diff --git a/domains/urgent.afcu.json b/domains/urgent.afcu.json
new file mode 100644
index 000000000..58c6958d4
--- /dev/null
+++ b/domains/urgent.afcu.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "afcunotify",
+ "email": "rockkahan12@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/urgent.afcubanking.json b/domains/urgent.afcubanking.json
new file mode 100644
index 000000000..58c6958d4
--- /dev/null
+++ b/domains/urgent.afcubanking.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "afcunotify",
+ "email": "rockkahan12@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/url.aditya.json b/domains/url.aditya.json
new file mode 100644
index 000000000..097da229f
--- /dev/null
+++ b/domains/url.aditya.json
@@ -0,0 +1,13 @@
+{
+ "description": "subdomain for link redirection",
+ "repo": "https://github.com/dedomil",
+ "owner": {
+ "username": "dedomil",
+ "email": "ishqaddy@gmail.com",
+ "twitter": "aadixl",
+ "discord": "dedomil"
+ },
+ "record": {
+ "CNAME": "edge.redirect.pizza"
+ }
+}
\ No newline at end of file
diff --git a/domains/used-to-be-daddy.json b/domains/used-to-be-daddy.json
deleted file mode 100644
index 59f383846..000000000
--- a/domains/used-to-be-daddy.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "I used to be daddy",
- "owner": {
- "username": "MouseMoosz",
- "email": "mousemoosz@protonmail.com"
- },
- "record": {
- "URL": "https://mousemoosz.is-a.dev"
- }
-}
diff --git a/domains/useless.json b/domains/useless.json
deleted file mode 100644
index aa9cacbfc..000000000
--- a/domains/useless.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "ItzAfroBoy",
- "email": "me.caramackid@gmail.com"
- },
- "record": {
- "A": ["209.250.230.249"]
- }
-}
diff --git a/domains/user.nqdev.json b/domains/user.nqdev.json
new file mode 100644
index 000000000..2cbbfef3d
--- /dev/null
+++ b/domains/user.nqdev.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "nguyenquy0710",
+ "email": "nguyenquy.1096@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/username.json b/domains/username.json
deleted file mode 100644
index 2c24fc84c..000000000
--- a/domains/username.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "A custom portfolio website for me",
- "repo": "https://replit.com/@DragonRoyale/personalA",
- "owner": {
- "username": "DragonRoyal",
- "email": "aarav.singhania50@gmail.com"
- },
- "record": {
- "CNAME": "c7054742-05bd-453b-b5fd-d3ed47ee0215.id.repl.co"
- }
-}
diff --git a/domains/usman.json b/domains/usman.json
deleted file mode 100644
index 67bffaa86..000000000
--- a/domains/usman.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Usman's personal developer website",
- "repo": "https://github.com/umahmood21",
- "owner": {
- "username": "umahmood21",
- "email": "umahmood214@gmail.com"
- },
- "record": {
- "CNAME": "umahmood.me"
- }
-}
diff --git a/domains/usr577.json b/domains/usr577.json
deleted file mode 100644
index c8d069a45..000000000
--- a/domains/usr577.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "usr577",
- "email": "benedikt.reck@oesdorf.de"
- },
- "record": {
- "URL": "https://benediktreck.serveo.net"
- }
-}
diff --git a/domains/utility.icevixen.json b/domains/utility.icevixen.json
new file mode 100644
index 000000000..11ce7ceb0
--- /dev/null
+++ b/domains/utility.icevixen.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Zirmith",
+ "email": "f2v74yt@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/utkn.json b/domains/utkn.json
new file mode 100644
index 000000000..04279abff
--- /dev/null
+++ b/domains/utkn.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "utkn",
+ "email": "39ph4f87a@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/utsavsingh.json b/domains/utsavsingh.json
new file mode 100644
index 000000000..9492c5289
--- /dev/null
+++ b/domains/utsavsingh.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "singhutsav5502",
+ "email": "singhutsavofficial@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/v0.json b/domains/v0.json
new file mode 100644
index 000000000..f8783b001
--- /dev/null
+++ b/domains/v0.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "YoruAkio",
+ "email": "yoruakio@proton.me"
+ },
+ "record": {
+ "CNAME": "vo-kio.pages.dev"
+ }
+}
diff --git a/domains/v1.neon.json b/domains/v1.neon.json
new file mode 100644
index 000000000..560a95686
--- /dev/null
+++ b/domains/v1.neon.json
@@ -0,0 +1,13 @@
+{
+ "description": "V1 of My Portfolio (neon.is-a.dev)",
+ "repo": "https://github.com/GoodBoyNeon/v1",
+ "owner": {
+ "username": "GoodBoyNeon",
+ "discord": "neonthedeveloper",
+ "twitter": "NeonTheNerd",
+ "email": "goodboyneon03@gmail.com"
+ },
+ "record": {
+ "CNAME": "goodboyneon.github.io"
+ }
+}
diff --git a/domains/v2ray.vi0leta.json b/domains/v2ray.vi0leta.json
new file mode 100644
index 000000000..ea691c545
--- /dev/null
+++ b/domains/v2ray.vi0leta.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vi0letadev",
+ "email": "vi0leta@riseup.net"
+ },
+ "record": {
+ "A": ["37.27.4.76"]
+ }
+}
diff --git a/domains/va1dee.json b/domains/va1dee.json
new file mode 100644
index 000000000..54e96c903
--- /dev/null
+++ b/domains/va1dee.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "va1dee",
+ "email": "vldslv.prydatko@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/vadimhl.json b/domains/vadimhl.json
deleted file mode 100644
index bb179f069..000000000
--- a/domains/vadimhl.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "My site",
- "owner": {
- "username": "vadimhl",
- "email": "vadimhl@gmail.com"
- },
- "record": {
- "A": ["130.61.49.110"]
- }
-}
diff --git a/domains/vaibhav.json b/domains/vaibhav.json
index efec635c1..83e06c559 100644
--- a/domains/vaibhav.json
+++ b/domains/vaibhav.json
@@ -1,11 +1,9 @@
{
"owner": {
- "username": "Vaibhav-Kashyap07",
- "email": "",
- "discord": "Vaibhav Kashyap#5747"
+ "username": "VaibhavSys",
+ "email": "vaibhavsys@protonmail.com"
},
- "repo": "https://github.com/Vaibhav-Kashyap07/Vaibhav-Kashyap07.github.io",
"record": {
- "CNAME": "Vaibhav-Kashyap07.github.io"
+ "URL": "https://www.thevaibhavway.pro/"
}
}
diff --git a/domains/vaibhavsys.json b/domains/vaibhavsys.json
deleted file mode 100644
index f239ad6e4..000000000
--- a/domains/vaibhavsys.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "VaibhavSys",
- "email": "vaibhavdhi@proton.me"
- },
- "record": {
- "URL": "https://www.vaibhav.studio"
- }
-}
diff --git a/domains/vaibhv.json b/domains/vaibhv.json
deleted file mode 100644
index 4a01fe844..000000000
--- a/domains/vaibhv.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "vaibhavharsoda",
- "email": "vaibhavharsoda77@gmail.com"
- },
- "record": {
- "CNAME": "vaibhavharsoda.github.io"
- }
-}
diff --git a/domains/valeron.json b/domains/valeron.json
new file mode 100644
index 000000000..8bbdb802c
--- /dev/null
+++ b/domains/valeron.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Valeron-T",
+ "email": "valeron.toscano@xaviers.edu.in"
+ },
+ "record": {
+ "URL": "https://valwebsitedata.z29.web.core.windows.net/"
+ }
+}
diff --git a/domains/valswap.json b/domains/valswap.json
deleted file mode 100644
index 0ee2c1a72..000000000
--- a/domains/valswap.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "daflixy",
- "email": "andy.gilbert.uk99@gmail.com"
- },
-
- "record": {
- "CNAME": "50064ad8-eb2d-4d8d-8e1c-62d0bd99b448.id.repl.co"
- }
-}
diff --git a/domains/vamsi.json b/domains/vamsi.json
deleted file mode 100644
index 7a9882f10..000000000
--- a/domains/vamsi.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "vamsieth",
- "email": "svamsi.tech@gmail.com"
- },
- "record": {
- "CNAME": "240d43d7-5eea-4fdd-a568-efa5978f8d80.id.repl.co"
- }
-}
diff --git a/domains/var.json b/domains/var.json
new file mode 100644
index 000000000..901d5d04d
--- /dev/null
+++ b/domains/var.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "IfVar",
+ "email": "LZT7@proton.me"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/varun.json b/domains/varun.json
new file mode 100644
index 000000000..0a4d3daeb
--- /dev/null
+++ b/domains/varun.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "varun-chaudhary",
+ "email": "varunc105@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/varunhere.json b/domains/varunhere.json
new file mode 100644
index 000000000..61c6c74ec
--- /dev/null
+++ b/domains/varunhere.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "drzanon",
+ "email": "varunc105j@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/vasilismylonas.json b/domains/vasilismylonas.json
deleted file mode 100644
index bfe2ccc69..000000000
--- a/domains/vasilismylonas.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "VasilisMylonas",
- "email": "vasilismylonas@protonmail.com"
- },
-
- "record": {
- "CNAME": "vasilismylonas.github.io"
- }
-}
diff --git a/domains/vaskian.json b/domains/vaskian.json
deleted file mode 100644
index e4a838d8e..000000000
--- a/domains/vaskian.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Vaskian is a Dev",
- "repo": "https://github.com/Nami2012",
- "owner": {
- "username": "Nami2012",
- "email": "namithasadeeshbabu@gmail.com"
- },
- "record": {
- "URL": "https://vaskian.me"
- }
-}
diff --git a/domains/vbc6.json b/domains/vbc6.json
new file mode 100644
index 000000000..c611e589e
--- /dev/null
+++ b/domains/vbc6.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "tsb3-a2",
+ "email": "tsb3.a2@proton.me"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/veer.json b/domains/veer.json
deleted file mode 100644
index 8b720e5f5..000000000
--- a/domains/veer.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "TheVeerRana",
- "email": "hello@veer.codes"
- },
- "record": {
- "CNAME": "veer.codes"
- }
-}
diff --git a/domains/vendors.syntaxloopers.json b/domains/vendors.syntaxloopers.json
new file mode 100644
index 000000000..324dfe7e2
--- /dev/null
+++ b/domains/vendors.syntaxloopers.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/venkateshpagdikar.json b/domains/venkateshpagdikar.json
new file mode 100644
index 000000000..2e779acdd
--- /dev/null
+++ b/domains/venkateshpagdikar.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "venkateshpagdikar",
+ "email": "venkateshpagdikar8@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ver0z.json b/domains/ver0z.json
deleted file mode 100644
index dac4dc7d1..000000000
--- a/domains/ver0z.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "ver0zdev",
- "email": "ziadfr@icloud.com"
- },
-
- "record": {
- "URL": "https://ver0z.dev"
- }
-}
diff --git a/domains/verite.json b/domains/verite.json
deleted file mode 100644
index c57038fc9..000000000
--- a/domains/verite.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "repo": "https://github.com/makuzaverite/veritem.me",
- "owner": {
- "username": "makuzaverite",
- "email": "mugaboverite@gmail.com",
- "twitter": "makuza_mugabo_v"
- },
- "record": {
- "URL": "https://veritem.me"
- }
-}
diff --git a/domains/verse.json b/domains/verse.json
new file mode 100644
index 000000000..bb6c9d1ab
--- /dev/null
+++ b/domains/verse.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "ClicpoW",
+ "email": "clicpowytb@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/versions.johna.json b/domains/versions.johna.json
new file mode 100644
index 000000000..1c3d6aa1e
--- /dev/null
+++ b/domains/versions.johna.json
@@ -0,0 +1,11 @@
+{
+ "description": "A list of previous designs for my website",
+ "repo": "https://github.com/Johna-123/site-versions",
+ "owner": {
+ "username": "Johna-123",
+ "email": "j-verstraaten@hotmail.com"
+ },
+ "record": {
+ "CNAME": "version-johna.pages.dev"
+ }
+}
diff --git a/domains/vertex.json b/domains/vertex.json
new file mode 100644
index 000000000..de7673554
--- /dev/null
+++ b/domains/vertex.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "ltong4867",
+ "email": "ltong4867@inst.hcpss.org"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/vhd.json b/domains/vhd.json
new file mode 100644
index 000000000..a3fa82d7a
--- /dev/null
+++ b/domains/vhd.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "realvhd",
+ "email": "dotrealvhd@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/vi0leta.json b/domains/vi0leta.json
index eed253c13..784e44261 100644
--- a/domains/vi0leta.json
+++ b/domains/vi0leta.json
@@ -5,6 +5,6 @@
},
"record": {
- "A": ["143.47.191.152"]
+ "A": ["37.27.4.76"]
}
}
diff --git a/domains/vian.json b/domains/vian.json
new file mode 100644
index 000000000..89eaff968
--- /dev/null
+++ b/domains/vian.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "vviaan",
+ "email": "erel.ersahin@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/vibez.json b/domains/vibez.json
new file mode 100644
index 000000000..7093d6f62
--- /dev/null
+++ b/domains/vibez.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "PayDash",
+ "email": "Theoneand200@gmail.com"
+ },
+ "record": {
+ "CNAME": "paydash.github.io"
+ }
+}
diff --git a/domains/victormenezes.json b/domains/victormenezes.json
deleted file mode 100644
index 5d71da6f5..000000000
--- a/domains/victormenezes.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Victor Menezes Personal Website",
- "repo": "https://github.com/teixeiravictor/my-blog",
- "owner": {
- "username": "teixeiravictor",
- "email": "victormenezes8990@gmail.com"
- },
- "record": {
- "A": ["168.220.95.204"]
- }
-}
diff --git a/domains/viggu.json b/domains/viggu.json
deleted file mode 100644
index 2a48b2dfd..000000000
--- a/domains/viggu.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "VIGGU-7",
- "email": "vigneshofficialyt@gmail.com",
- "twitter": "VIGGU_8"
- },
- "record": {
- "CNAME": "0177c904-af82-4e29-a07f-f5b89af06586.id.repl.co"
- }
-}
diff --git a/domains/vigo.json b/domains/vigo.json
deleted file mode 100644
index ea7dc3370..000000000
--- a/domains/vigo.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "thanphong19",
- "email": "thanphong19@gmail.com"
- },
- "record": {
- "A": ["168.138.167.184"]
- }
-}
diff --git a/domains/vikrant.json b/domains/vikrant.json
deleted file mode 100644
index 1979cd609..000000000
--- a/domains/vikrant.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "150207",
- "email": "daredevil.vikrant@gmail.com"
- },
- "record": {
- "URL": "https://github.com/vikrant7251"
- }
-}
diff --git a/domains/vilari.json b/domains/vilari.json
new file mode 100644
index 000000000..41b567929
--- /dev/null
+++ b/domains/vilari.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "VilariStorms",
+ "email": "vilari@anonymail.nl"
+ },
+ "record": {
+ "A": ["24.199.103.194"]
+ }
+}
diff --git a/domains/vin-decoder.json b/domains/vin-decoder.json
new file mode 100644
index 000000000..6004ab5e1
--- /dev/null
+++ b/domains/vin-decoder.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "IvanAshikhin",
+ "email": "ashikhinivan18@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/vincent-cly.json b/domains/vincent-cly.json
new file mode 100644
index 000000000..beda63ece
--- /dev/null
+++ b/domains/vincent-cly.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Vincent-CLY",
+ "email": "vchku413@connect.hku.hk"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/vineet-khemnani.json b/domains/vineet-khemnani.json
new file mode 100644
index 000000000..ee41af2b2
--- /dev/null
+++ b/domains/vineet-khemnani.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "vineetkhemnani",
+ "email": "vineetkhemnani09@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/viniciusmanoel.json b/domains/viniciusmanoel.json
deleted file mode 100644
index e16a8c31a..000000000
--- a/domains/viniciusmanoel.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "vncsmnl",
- "email": "viniciusmanoel07@hotmail.com"
- },
-
- "record": {
- "CNAME": "viniciusmanoel.ml"
- }
-}
diff --git a/domains/vion.json b/domains/vion.json
deleted file mode 100644
index 85a28d53f..000000000
--- a/domains/vion.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "VIONYT",
- "email": "yt.vion@gmail.com"
- },
- "record": {
- "URL": "https://vion.moe"
- }
-}
diff --git a/domains/vipul.json b/domains/vipul.json
new file mode 100644
index 000000000..9960e68b0
--- /dev/null
+++ b/domains/vipul.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/VipulOG/VipulOG.github.io",
+ "owner": {
+ "username": "VipulOG",
+ "email": "vipultyagi386+github@gmail.com"
+ },
+ "record": {
+ "CNAME": "VipulOG.github.io"
+ }
+}
\ No newline at end of file
diff --git a/domains/vishalkrsharma.json b/domains/vishalkrsharma.json
new file mode 100644
index 000000000..61a833385
--- /dev/null
+++ b/domains/vishalkrsharma.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "vishalkrsharma",
+ "email": "",
+ "discord": "daredev1l#0205"
+ },
+ "description": "Vishal Kumar Sharma - Portfolio",
+ "repo": "https://github.com/vishalkrsharma/portfolio",
+ "record": {
+ "URL": "https://vishalkrsharma.vercel.app"
+ }
+}
diff --git a/domains/vishesh.json b/domains/vishesh.json
deleted file mode 100644
index da0f439a4..000000000
--- a/domains/vishesh.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "My Personal Website",
- "repo": "https://github.com/VisheshBansal",
- "owner": {
- "username": "VisheshBansal",
- "email": "hi@visheshbansal.ml",
- "twitter": "VisheshBansal17"
- },
- "record": {
- "URL": "https://visheshbansal.ml"
- }
-}
diff --git a/domains/vishok.json b/domains/vishok.json
new file mode 100644
index 000000000..410168790
--- /dev/null
+++ b/domains/vishok.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "mvishok",
+ "email": "mvishok2005@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/vishwa.json b/domains/vishwa.json
new file mode 100644
index 000000000..34a40edc1
--- /dev/null
+++ b/domains/vishwa.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "vishwa2001911",
+ "email": "vprabhath937@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/visionavtr.json b/domains/visionavtr.json
new file mode 100644
index 000000000..b817b2fed
--- /dev/null
+++ b/domains/visionavtr.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "creatize",
+ "email": "lada_862@mail.ru"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/vixcord.json b/domains/vixcord.json
new file mode 100644
index 000000000..946dbe7a9
--- /dev/null
+++ b/domains/vixcord.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AbsolutelyNothingAndNoOne",
+ "email": "tinakiss2234@gmail.com"
+ },
+ "record": {
+ "URL": "https://defensiveunluckystate.mkds.repl.co/"
+ }
+}
diff --git a/domains/vlab.json b/domains/vlab.json
deleted file mode 100644
index e1f5ebcc5..000000000
--- a/domains/vlab.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Personal Website",
- "repo": "https://github.com/natura4917",
- "owner": {
- "username": "natura4917",
- "email": "natura4917@gmail.com"
- },
- "record": {
- "A": ["152.67.216.65"]
- }
-}
diff --git a/domains/vleov.json b/domains/vleov.json
new file mode 100644
index 000000000..af154117a
--- /dev/null
+++ b/domains/vleov.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "vLeov",
+ "email": "leo.goetz2008@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/vo.json b/domains/vo.json
new file mode 100644
index 000000000..f8783b001
--- /dev/null
+++ b/domains/vo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "YoruAkio",
+ "email": "yoruakio@proton.me"
+ },
+ "record": {
+ "CNAME": "vo-kio.pages.dev"
+ }
+}
diff --git a/domains/voh.json b/domains/voh.json
new file mode 100644
index 000000000..75d965ee6
--- /dev/null
+++ b/domains/voh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TotallyVoh",
+ "email": "vohonganhPE@gmail.com"
+ },
+ "record": {
+ "CNAME": "totallyvoh.github.io"
+ }
+}
diff --git a/domains/voldemort.json b/domains/voldemort.json
new file mode 100644
index 000000000..bb5000598
--- /dev/null
+++ b/domains/voldemort.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Voldemort-h4ck",
+ "email": "vertesivv@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/voltic.json b/domains/voltic.json
new file mode 100644
index 000000000..cbba04072
--- /dev/null
+++ b/domains/voltic.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "HarpyLMAO",
+ "email": "harpymclol@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/voonyuan.json b/domains/voonyuan.json
new file mode 100644
index 000000000..61e408cf6
--- /dev/null
+++ b/domains/voonyuan.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "VonYuan",
+ "email": "voonyuan11@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/vt-d.json b/domains/vt-d.json
new file mode 100644
index 000000000..684c1504d
--- /dev/null
+++ b/domains/vt-d.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "vt-d",
+ "email": "poonipapatv@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/wablesanket.json b/domains/wablesanket.json
deleted file mode 100644
index 2b83d1b64..000000000
--- a/domains/wablesanket.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "My Portfolio",
- "repo": "https://github.com/Sanketwable/Portfolio",
- "owner": {
- "username": "sanketwable",
- "email": "sanketwable123@gmail.com",
- "twitter": "Wable_Sanket_"
- },
- "record": {
- "URL": "https://wablesanket.xyz"
- }
-}
diff --git a/domains/wadeslider.json b/domains/wadeslider.json
deleted file mode 100644
index ea1ffc0b0..000000000
--- a/domains/wadeslider.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "WadeSlider",
- "email": "alexisarturodh@gmail.com"
- },
- "record": {
- "CNAME": "wadeslider.pages.dev"
- }
-}
diff --git a/domains/wallp.json b/domains/wallp.json
deleted file mode 100644
index 2dea4bbdc..000000000
--- a/domains/wallp.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "gregcorp",
- "email": "grogy9202@gmail.com"
- },
-
- "record": {
- "CNAME": "wallpmaster.eu.org"
- }
-}
diff --git a/domains/wang.json b/domains/wang.json
new file mode 100644
index 000000000..fd02ae2df
--- /dev/null
+++ b/domains/wang.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "wang-on-top",
+ "email": "Real.Shid.999@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/wangjoui.json b/domains/wangjoui.json
new file mode 100644
index 000000000..66b9329d2
--- /dev/null
+++ b/domains/wangjoui.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "hii311",
+ "email": "trieuvy5ghz@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/wankhede.json b/domains/wankhede.json
new file mode 100644
index 000000000..d26b45d0e
--- /dev/null
+++ b/domains/wankhede.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "FIRSTB0SS",
+ "email": "abhiwa6@protonmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/wansie.json b/domains/wansie.json
deleted file mode 100644
index e6a147a94..000000000
--- a/domains/wansie.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "wansie1",
- "email": "msc2tvdn@duck.com",
- "note": "This record was created by is-a.dev Discord bot via discord id: 962788530336178236"
- },
-
- "record": {
- "CNAME": "2cf5a77a-3918-4448-ba3e-e1d73a99155f.id.repl.co"
- }
-}
diff --git a/domains/wap.json b/domains/wap.json
new file mode 100644
index 000000000..92e7cb91e
--- /dev/null
+++ b/domains/wap.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "kramiikk",
+ "email": "hifund@yandex.ru"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/warvan.json b/domains/warvan.json
new file mode 100644
index 000000000..1780d9837
--- /dev/null
+++ b/domains/warvan.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "node-warvan",
+ "email": "irvaaanfauzi1@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/wasabi.json b/domains/wasabi.json
deleted file mode 100644
index 0c8dae976..000000000
--- a/domains/wasabi.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "WasabiThumb",
- "email": "wasabithumbs@gmail.com"
- },
-
- "record": {
- "CNAME": "wasabicodes.xyz"
- }
-}
diff --git a/domains/weatherly.json b/domains/weatherly.json
deleted file mode 100644
index b451439de..000000000
--- a/domains/weatherly.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "iibeboQ",
- "email": "qqqbeboo@yahoo.com"
- },
-
- "record": {
- "CNAME": "6b592936-765b-4034-8e0e-d2be0efcacff.id.repl.co"
- }
-}
diff --git a/domains/web-design-zone.json b/domains/web-design-zone.json
new file mode 100644
index 000000000..bcd7b225c
--- /dev/null
+++ b/domains/web-design-zone.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "sabbir875",
+ "email": "mastermail99999@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/web-sh.sx9.json b/domains/web-sh.sx9.json
deleted file mode 100644
index f7f0e6184..000000000
--- a/domains/web-sh.sx9.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "SX-9",
- "email": "hello@mail.sx9.is-a.dev"
- },
- "record": {
- "CNAME": "sx-9.github.io"
- }
-}
diff --git a/domains/webb.json b/domains/webb.json
deleted file mode 100644
index 050fba1a6..000000000
--- a/domains/webb.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "johanoloflindberg",
- "email": "johan@webbab.se"
- },
-
- "record": {
- "URL": "https://webb.io"
- }
-}
diff --git a/domains/webmail.mrjunkyz.json b/domains/webmail.mrjunkyz.json
new file mode 100644
index 000000000..324dfe7e2
--- /dev/null
+++ b/domains/webmail.mrjunkyz.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/webmail.zerow.json b/domains/webmail.zerow.json
deleted file mode 100644
index 353e7e8a0..000000000
--- a/domains/webmail.zerow.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "DevZerow",
- "email": "zerow.pro@protonmail.com"
- },
-
- "record": {
- "A": ["92.118.207.191"]
- }
-}
diff --git a/domains/webmarshalls.json b/domains/webmarshalls.json
new file mode 100644
index 000000000..6fc4bf84b
--- /dev/null
+++ b/domains/webmarshalls.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "WebMarshalls",
+ "email": "ndirangusteven131@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
diff --git a/domains/wesley.json b/domains/wesley.json
deleted file mode 100644
index c57b76641..000000000
--- a/domains/wesley.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "repo": "https://github.com/westhecool/register",
- "owner": {
- "username": "westhecool",
- "email": "wesley@wmail.eu.org"
- },
- "record": {
- "CNAME": "cname-alt-mail-server.sv1.wesdns.cf"
- }
-}
diff --git a/domains/whoischoiiril.json b/domains/whoischoiiril.json
deleted file mode 100644
index cfe6d85ed..000000000
--- a/domains/whoischoiiril.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Cfhoiril",
- "email": "iamchoirilfk@gmail.com"
- },
- "record": {
- "URL": "https://cfhoiril.github.io/who-is-choiril"
- }
-}
diff --git a/domains/whyleonardo.json b/domains/whyleonardo.json
deleted file mode 100644
index 7939ab75f..000000000
--- a/domains/whyleonardo.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "whyleonardo",
- "email": "pleasefloyd73@gmail.com"
- },
- "record": {
- "URL": "https://nextjs-portfolio-chi-taupe.vercel.app"
- }
-}
diff --git a/domains/wibu.json b/domains/wibu.json
new file mode 100644
index 000000000..84c551334
--- /dev/null
+++ b/domains/wibu.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "DomathID",
+ "email": "admin@yukinoshita.web.id"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/william.json b/domains/william.json
index 74ee0d3ed..c00dbdc57 100644
--- a/domains/william.json
+++ b/domains/william.json
@@ -5,6 +5,8 @@
},
"record": {
- "CNAME": "hosts.is-a.dev"
+ "A": ["51.161.54.161"],
+ "MX": ["mail.is-a.dev"],
+ "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
}
}
diff --git a/domains/williamsebastian.json b/domains/williamsebastian.json
new file mode 100644
index 000000000..2c091c5c9
--- /dev/null
+++ b/domains/williamsebastian.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "BaseParody",
+ "email": "baseparody@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/willothy.json b/domains/willothy.json
deleted file mode 100644
index b117237fd..000000000
--- a/domains/willothy.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "willothy",
- "email": "willothyh@gmail.com"
- },
- "record": {
- "URL": "https://willothy.com"
- }
-}
diff --git a/domains/winniepat.json b/domains/winniepat.json
new file mode 100644
index 000000000..573a55433
--- /dev/null
+++ b/domains/winniepat.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "RavagerEdge",
+ "email": "wc92226@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/winter.json b/domains/winter.json
deleted file mode 100644
index 3a385cc2a..000000000
--- a/domains/winter.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "virtualWinter",
- "email": "me@winter-is-a-dev.ml"
- },
- "record": {
- "A": ["45.14.224.83"]
- }
-}
diff --git a/domains/wisnu.json b/domains/wisnu.json
deleted file mode 100644
index de02d3b6e..000000000
--- a/domains/wisnu.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Wisnu Personal Website",
- "repo": "https://github.com/waxaranai",
- "owner": {
- "username": "Waxaranai",
- "email": "waxaranai@gmail.com"
- },
- "record": {
- "URL": "https://wisnu.me"
- }
-}
diff --git a/domains/wojciechzieciak.json b/domains/wojciechzieciak.json
new file mode 100644
index 000000000..174683843
--- /dev/null
+++ b/domains/wojciechzieciak.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "xYundy",
+ "email": "wojciech.zieciak@gmail.com"
+ },
+ "record": {
+ "URL": "https://xyundy.pl/"
+ }
+}
diff --git a/domains/wolflangtw.json b/domains/wolflangtw.json
new file mode 100644
index 000000000..58d976e80
--- /dev/null
+++ b/domains/wolflangtw.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "wolflangtw",
+ "email": "wolflang.channel@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/wonder.json b/domains/wonder.json
deleted file mode 100644
index af600958b..000000000
--- a/domains/wonder.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "wonderlandpark",
- "email": "wonderlandpark@callisto.team"
- },
- "record": {
- "CNAME": "is-a.wonder.im"
- }
-}
diff --git a/domains/woxdev.json b/domains/woxdev.json
new file mode 100644
index 000000000..39534e75b
--- /dev/null
+++ b/domains/woxdev.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "WoxDev",
+ "email": "januardhodicky06@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/wtfdrshn.json b/domains/wtfdrshn.json
new file mode 100644
index 000000000..e5adcf3cc
--- /dev/null
+++ b/domains/wtfdrshn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "wtfdrshn",
+ "email": "itsmedarshan8@gmail.com"
+ },
+ "record": {
+ "CNAME": "wtfdrshn.github.io"
+ }
+}
diff --git a/domains/www.amulyasingh.json b/domains/www.amulyasingh.json
new file mode 100644
index 000000000..397c34f77
--- /dev/null
+++ b/domains/www.amulyasingh.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "JstHuman",
+ "email": "ytamulya77@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/www.json b/domains/www.json
new file mode 100644
index 000000000..d564ecd98
--- /dev/null
+++ b/domains/www.json
@@ -0,0 +1,11 @@
+{
+ "description": "www.is-a.dev",
+ "repo": "https://github.com/is-a-dev/is-a-dev.github.io",
+ "owner": {
+ "username": "phenax",
+ "email": "phenax5@gmail.com"
+ },
+ "record": {
+ "CNAME": "is-a-dev.github.io"
+ }
+}
diff --git a/domains/x3ric.json b/domains/x3ric.json
new file mode 100644
index 000000000..961b4cbc6
--- /dev/null
+++ b/domains/x3ric.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "X3ric",
+ "email": "ericxaime@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/xcut.json b/domains/xcut.json
new file mode 100644
index 000000000..186ab293d
--- /dev/null
+++ b/domains/xcut.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "IQBooster",
+ "email": "martinskyler829@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/xcyth.json b/domains/xcyth.json
deleted file mode 100644
index 4e4e02607..000000000
--- a/domains/xcyth.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Xcyth",
- "email": "xcyth.dev@gmail.com"
- },
- "record": {
- "CNAME": "proxy.kastelapp.com"
- }
-}
diff --git a/domains/xeno.json b/domains/xeno.json
new file mode 100644
index 000000000..7f8c47487
--- /dev/null
+++ b/domains/xeno.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
new file mode 100644
index 000000000..54576903e
--- /dev/null
+++ b/domains/xenoxanite.json
@@ -0,0 +1,11 @@
+{
+ "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/xian.json b/domains/xian.json
new file mode 100644
index 000000000..917ce7eef
--- /dev/null
+++ b/domains/xian.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "xian-docdocil",
+ "email": "xian.docdocil@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/xiaoxi-tw.json b/domains/xiaoxi-tw.json
new file mode 100644
index 000000000..156be1365
--- /dev/null
+++ b/domains/xiaoxi-tw.json
@@ -0,0 +1,12 @@
+{
+ "description": "for my website",
+ "repo": "https://github.com/jimmy20180130/jimmy20180130.github.io",
+ "owner": {
+ "username": "jimmy20180130",
+ "email": "jimmy20180130@gmail.com",
+ "twitter": "@jimmyyo45639462"
+ },
+ "record": {
+ "CNAME": "jimmy20180130.github.io"
+ }
+}
diff --git a/domains/xiaozhe.json b/domains/xiaozhe.json
new file mode 100644
index 000000000..aa26a5890
--- /dev/null
+++ b/domains/xiaozhe.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "shizhhe",
+ "email": "meps105195@go.edu.tw"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/xinful.json b/domains/xinful.json
new file mode 100644
index 000000000..6bd74be29
--- /dev/null
+++ b/domains/xinful.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "xinfull",
+ "email": "robertkitunda89@gmail.com"
+ },
+ "record": {
+ "CNAME": "xinfull.github.io"
+ }
+}
diff --git a/domains/xinfull.json b/domains/xinfull.json
new file mode 100644
index 000000000..635e90072
--- /dev/null
+++ b/domains/xinfull.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "xinfull",
+ "email": "robertkitunda89@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/xkubsoneq.json b/domains/xkubsoneq.json
deleted file mode 100644
index 42e5339c5..000000000
--- a/domains/xkubsoneq.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "About me.",
- "repo": "https://github.com/xKubsoneQ",
- "owner": {
- "username": "xKubsoneQ",
- "email": "",
- "twitter": "undef1n3d_"
- },
- "record": {
- "URL": "https://pomocnikbot.pl/dev/socials"
- }
-}
diff --git a/domains/xndr.json b/domains/xndr.json
deleted file mode 100644
index e33a1bc83..000000000
--- a/domains/xndr.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Xandrrrr's CDN",
- "repo": "https://github.com/Xander1233",
- "owner": {
- "username": "Xander1233",
- "email": "",
- "twitter": "XandrrrrR6"
- },
- "record": {
- "A": ["173.249.30.209"]
- }
-}
diff --git a/domains/xorisx.json b/domains/xorisx.json
new file mode 100644
index 000000000..48a745462
--- /dev/null
+++ b/domains/xorisx.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "vividcolorss",
+ "email": "68936a@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/xoronium.json b/domains/xoronium.json
new file mode 100644
index 000000000..2742affe7
--- /dev/null
+++ b/domains/xoronium.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "xoronium",
+ "email": "theglocksaint1535@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/xorro.json b/domains/xorro.json
new file mode 100644
index 000000000..16ed9414c
--- /dev/null
+++ b/domains/xorro.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "crllect",
+ "email": "crllect@proton.me"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/xpplg.json b/domains/xpplg.json
deleted file mode 100644
index 5e6839946..000000000
--- a/domains/xpplg.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/xqwtxon.json b/domains/xqwtxon.json
deleted file mode 100644
index dfc09f59b..000000000
--- a/domains/xqwtxon.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "description": "Programmer since 2016, Reverse-Engineer since 2019, I do a lot of Minecraft-related things.",
- "repo": "https;//github.com/xqwtxon/website",
- "owner": {
- "username": "xqwtxon",
- "email": "xqwtxon@hotmail.com",
- "twitter": "xqwtxon",
- "keybase": "xqwtxon"
- },
- "record": {
- "CNAME": "xqwtxon.ml"
- }
-}
diff --git a/domains/xuanwu.json b/domains/xuanwu.json
new file mode 100644
index 000000000..14200571f
--- /dev/null
+++ b/domains/xuanwu.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "vlux",
+ "email": "vluxyue@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/xzfrost.json b/domains/xzfrost.json
deleted file mode 100644
index 055d3d0cf..000000000
--- a/domains/xzfrost.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "XzFrosT",
- "email": "mschodeihsan@gmail.com"
- },
- "record": {
- "CNAME": "ihsanhardiansah.me"
- }
-}
diff --git a/domains/ya.json b/domains/ya.json
deleted file mode 100644
index 4d6cb0b1e..000000000
--- a/domains/ya.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "API For My Projects!",
- "repo": "https://github.com/icancodebeauty/api",
- "owner": {
- "username": "icancodebeauty",
- "email": "aditya@mail.aditya.is-a.dev",
- "twitter": "CodeWithAadi"
- },
- "record": {
- "CNAME": "icancodebeauty.github.io"
- }
-}
diff --git a/domains/yacineboussoufa.json b/domains/yacineboussoufa.json
new file mode 100644
index 000000000..1bc6e0447
--- /dev/null
+++ b/domains/yacineboussoufa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "YacineBoussoufa",
+ "email": "yacine.boussoufa.yb@gmail.com"
+ },
+ "record": {
+ "URL": "https://yacineboussoufa.it.eu.org"
+ }
+}
diff --git a/domains/yacoreq.json b/domains/yacoreq.json
new file mode 100644
index 000000000..88aa196ac
--- /dev/null
+++ b/domains/yacoreq.json
@@ -0,0 +1,13 @@
+
+{
+ "description": "yacoreq is a dev",
+ "repo": "https://github.com/yacoreq/yacoreq.github.io",
+ "owner": {
+ "username": "yacoreq",
+ "email": "yacoreq@gmail.com",
+ "discord": "685845264417816611"
+ },
+ "record": {
+ "A": ["136.243.156.120"]
+ }
+}
diff --git a/domains/yairmedina.json b/domains/yairmedina.json
new file mode 100644
index 000000000..77c870165
--- /dev/null
+++ b/domains/yairmedina.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "DarknessRisesFromBelow",
+ "email": "spam.me.please.do.it@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/yajat.json b/domains/yajat.json
deleted file mode 100644
index a9b547a73..000000000
--- a/domains/yajat.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My Personal Website",
- "repo": "https://github.com/iamyajat",
- "owner": {
- "username": "iamyajat",
- "email": "me@iamyajat.co"
- },
- "record": {
- "URL": "https://www.iamyajat.co"
- }
-}
diff --git a/domains/yaman.json b/domains/yaman.json
deleted file mode 100644
index 7d7bd24b0..000000000
--- a/domains/yaman.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Redirecting to my blog",
- "repo": "https://github.com/julianyaman",
- "owner": {
- "username": "julianyaman",
- "email": "mail@yaman.pro"
- },
- "record": {
- "URL": "https://julianyaman.com"
- }
-}
diff --git a/domains/yash-khattar.json b/domains/yash-khattar.json
new file mode 100644
index 000000000..26520e320
--- /dev/null
+++ b/domains/yash-khattar.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Yash-Khattar",
+ "email": "yashkhattar73@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/yashash.json b/domains/yashash.json
deleted file mode 100644
index 0de5cef1e..000000000
--- a/domains/yashash.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Personal portfolio website",
- "repo": "https://github.com/yashash1511/yashash1511.github.io",
- "owner": {
- "username": "yashash1511",
- "email": "yashash1511@gmail.com"
- },
- "record": {
- "URL": "https://yashash1511.github.io"
- }
-}
diff --git a/domains/yashrao.json b/domains/yashrao.json
new file mode 100644
index 000000000..d4d4ed9c8
--- /dev/null
+++ b/domains/yashrao.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "py-yash",
+ "email": "cwyash.rao@gmail.com"
+ },
+ "record": {
+ "CNAME": "py-yash.github.io"
+ }
+}
diff --git a/domains/yashwardhan.json b/domains/yashwardhan.json
new file mode 100644
index 000000000..ee445f4c1
--- /dev/null
+++ b/domains/yashwardhan.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "yashwardhan333666",
+ "email": "yashwardhan333666@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/yasser.json b/domains/yasser.json
new file mode 100644
index 000000000..09c281ae6
--- /dev/null
+++ b/domains/yasser.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "yasserfds",
+ "email": "yasserfedsi34@gmail.com"
+ },
+ "record": {
+ "URL": "https://yasserfedsi.vercel.app"
+ }
+}
diff --git a/domains/yassinm.json b/domains/yassinm.json
new file mode 100644
index 000000000..7d030b479
--- /dev/null
+++ b/domains/yassinm.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "yassinmoussamih",
+ "email": "yassinmoussamih7@gmail.com"
+ },
+
+ "record": {
+ "URL": "https://yassinmoussamih.vercel.app"
+ }
+}
diff --git a/domains/yc-gen.json b/domains/yc-gen.json
new file mode 100644
index 000000000..2cea5f397
--- /dev/null
+++ b/domains/yc-gen.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Marsi591",
+ "email": "marsi591707@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ycyanx.json b/domains/ycyanx.json
deleted file mode 100644
index 96343e997..000000000
--- a/domains/ycyanx.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "yCyanxW's Website for Information!",
- "repo": "https://github.com/yCyanxW/ycyanx.github-io",
- "owner": {
- "username": "yCyanxW",
- "email": "ycyanxandxantham@gmail.com"
- },
- "record": {
- "CNAME": "59a8d912-6eac-4a09-97c0-a319d88b2b50.repl.co"
- }
-}
diff --git a/domains/yef.json b/domains/yef.json
new file mode 100644
index 000000000..e4b2a45f0
--- /dev/null
+++ b/domains/yef.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "idislikeapples",
+ "email": "jeremyq33@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/yfa.json b/domains/yfa.json
new file mode 100644
index 000000000..4d6218eb2
--- /dev/null
+++ b/domains/yfa.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "YouFoundAlpha",
+ "email": "alpha@alpha.is-a.dev",
+ "Discord": "661121998830960651",
+ "Twitter": "YouFoundAlpha",
+ "GitHub": "YouFoundAlpha",
+ "GitLab": "YouFoundAlpha", "Mastodon": "@YouFoundAlpha@mastodon.social"
+ },
+ "record": {
+ "CNAME": "yfa-cev.pages.dev"
+ }
+}
diff --git a/domains/yfadev.json b/domains/yfadev.json
new file mode 100644
index 000000000..8ee16d3b3
--- /dev/null
+++ b/domains/yfadev.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "YouFoundAlpha",
+ "email": "alpha@alpha.is-a.dev",
+ "Discord": "661121998830960651",
+ "Twitter": "YouFoundAlpha",
+ "GitHub": "YouFoundAlpha",
+ "GitLab": "YouFoundAlpha",
+ "Mastodon": "@YouFoundAlpha@mastodon.social"
+ },
+ "record": {
+ "URL": "https://github.com/yfadev"
+ }
+}
diff --git a/domains/yieldray.json b/domains/yieldray.json
new file mode 100644
index 000000000..4fff6da16
--- /dev/null
+++ b/domains/yieldray.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "YieldRay",
+ "email": "yieldray@outlook.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/yigitkerem.json b/domains/yigitkerem.json
deleted file mode 100644
index 7c89496f3..000000000
--- a/domains/yigitkerem.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "yigitkeremoktay",
- "email": "yigitkerem@theskyfallen.com"
- },
-
- "record": {
- "MX": ["novea.skyfallen.org"],
- "A": ["178.62.63.235"]
- }
-}
diff --git a/domains/yiyi.json b/domains/yiyi.json
new file mode 100644
index 000000000..3be8043e0
--- /dev/null
+++ b/domains/yiyi.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "danhuaxiansheng",
+ "email": "646042371@qq.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/yoitsrt.json b/domains/yoitsrt.json
new file mode 100644
index 000000000..4109556f7
--- /dev/null
+++ b/domains/yoitsrt.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "rtgamingwdt",
+ "email": "rustytrim11@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/youfoundalpha.json b/domains/youfoundalpha.json
new file mode 100644
index 000000000..2e76caa50
--- /dev/null
+++ b/domains/youfoundalpha.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "YouFoundAlpha",
+ "email": "alpha@alpha.is-a.dev",
+ "Discord": "661121998830960651",
+ "Twitter": "YouFoundAlpha",
+ "GitHub": "YouFoundAlpha",
+ "GitLab": "YouFoundAlpha",
+ "Mastodon": "@YouFoundAlpha@mastodon.social"
+ },
+ "record": {
+ "URL": "https://alpha.is-a.dev"
+ }
+}
diff --git a/domains/yourfriend.json b/domains/yourfriend.json
deleted file mode 100644
index a1993fc96..000000000
--- a/domains/yourfriend.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Yourfriend's Introduction",
- "repo": "https://github.com/yourfriend",
- "owner": {
- "username": "yourfriend",
- "email": "friend@yourfriend.lv"
- },
- "record": {
- "CNAME": "yourfriend.lv"
- }
-}
diff --git a/domains/yourmom.json b/domains/yourmom.json
new file mode 100644
index 000000000..8a6294146
--- /dev/null
+++ b/domains/yourmom.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "RipAngelhacks",
+ "email": "ojedallopezangel@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/yousefzidan.json b/domains/yousefzidan.json
new file mode 100644
index 000000000..f05ff5a5a
--- /dev/null
+++ b/domains/yousefzidan.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "0x0jx",
+ "email": "0x0jx@proton.me"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/youssef.json b/domains/youssef.json
new file mode 100644
index 000000000..ad3bd6dd6
--- /dev/null
+++ b/domains/youssef.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "youssefmahboub",
+ "email": "szeropercent@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/yozie.json b/domains/yozie.json
new file mode 100644
index 000000000..bc5d95b1d
--- /dev/null
+++ b/domains/yozie.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "YozieB",
+ "email": "mrfreeze987@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/yozieb.json b/domains/yozieb.json
new file mode 100644
index 000000000..bc5d95b1d
--- /dev/null
+++ b/domains/yozieb.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "YozieB",
+ "email": "mrfreeze987@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/yozieeee.json b/domains/yozieeee.json
new file mode 100644
index 000000000..bc5d95b1d
--- /dev/null
+++ b/domains/yozieeee.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "YozieB",
+ "email": "mrfreeze987@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/yt-dl.json b/domains/yt-dl.json
deleted file mode 100644
index 035c6c584..000000000
--- a/domains/yt-dl.json
+++ /dev/null
@@ -1,12 +0,0 @@
-
- {
- "owner": {
- "username": "Noma4321",
- "email": "noam.malka1yt@gmail.com"
- },
-
- "record": {
- "CNAME": "YoutubeDownloader.noma4321.repl.co"
- }
- }
-
\ No newline at end of file
diff --git a/domains/yt.amulyasingh.json b/domains/yt.amulyasingh.json
new file mode 100644
index 000000000..e62d1dd63
--- /dev/null
+++ b/domains/yt.amulyasingh.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "AMULYASing",
+ "email": "amulyasingh370@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/yug.json b/domains/yug.json
new file mode 100644
index 000000000..bde9266e0
--- /dev/null
+++ b/domains/yug.json
@@ -0,0 +1,12 @@
+{
+ "description": "My website",
+ "repo": "https://github.com/YUG38/YUG38.github.io",
+ "owner": {
+ "username": "YUG38",
+ "email": "4yugpatel123@gmail.com",
+ "discord": "name_yug"
+ },
+ "record": {
+ "CNAME": "YUG38.github.io"
+ }
+}
diff --git a/domains/yuki.json b/domains/yuki.json
new file mode 100644
index 000000000..15820aa00
--- /dev/null
+++ b/domains/yuki.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "YukiVN",
+ "email": "mejmayfoof@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/yukii.json b/domains/yukii.json
new file mode 100644
index 000000000..392151f00
--- /dev/null
+++ b/domains/yukii.json
@@ -0,0 +1,11 @@
+{
+ "description": "My website",
+ "repo": "https://github.com/YukiVN/yukivn.github.io",
+ "owner": {
+ "username": "YukiVN",
+ "email": "mejmayfoof@gmail.com"
+ },
+ "record": {
+ "CNAME": "yukivn.pages.dev"
+ }
+}
diff --git a/domains/yumi.json b/domains/yumi.json
new file mode 100644
index 000000000..3ad6485d2
--- /dev/null
+++ b/domains/yumi.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "yuminanase",
+ "email": "akosifujiph@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/yurikawa.json b/domains/yurikawa.json
deleted file mode 100644
index 2c11ee304..000000000
--- a/domains/yurikawa.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "For my Anime Images API",
- "repo": "https://github.com/KASKUSTTV",
- "owner": {
- "username": "KASKUSTTV",
- "email": "kaskus45@protonmail.com"
- },
- "record": {
- "A": ["164.132.74.251", "164.132.75.251", "164.132.76.251", "164.132.77.251"]
- }
-}
diff --git a/domains/yuyu.json b/domains/yuyu.json
new file mode 100644
index 000000000..3395877b8
--- /dev/null
+++ b/domains/yuyu.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "yuyulbm",
+ "email": "Jesus71236gaming@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/yuzuki.json b/domains/yuzuki.json
new file mode 100644
index 000000000..4fbf8debd
--- /dev/null
+++ b/domains/yuzuki.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SuzukiYuzuki",
+ "email": "hotococoa104@gmail.com"
+ },
+ "record": {
+ "CNAME": "suzukiyuzuki.github.io"
+ }
+}
diff --git a/domains/yyw.json b/domains/yyw.json
new file mode 100644
index 000000000..710e5c0b2
--- /dev/null
+++ b/domains/yyw.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "yywbadm",
+ "email": "yyw.981031@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/z4ff.json b/domains/z4ff.json
deleted file mode 100644
index b4c7c644d..000000000
--- a/domains/z4ff.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "my website",
- "owner": {
- "username": "z4ff",
- "email": "z3ffdebunked@gmail.com"
- },
- "record": {
- "CNAME": "0c0ac41f-740d-47d1-b813-f75e5f5a5800.repl.co"
- }
-}
diff --git a/domains/zemerik.json b/domains/zemerik.json
new file mode 100644
index 000000000..3d8fff8b0
--- /dev/null
+++ b/domains/zemerik.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Zemerik",
+ "email": "zemerikY@gmail.com"
+ },
+ "record": {
+ "CNAME": "zemerik.github.io"
+ }
+}
diff --git a/domains/zener.json b/domains/zener.json
new file mode 100644
index 000000000..b3610abe3
--- /dev/null
+++ b/domains/zener.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal portfolio site",
+ "repo": "https://github.com/zenerq/zenerq.github.io",
+ "owner": {
+ "username": "zenerq",
+ "email": "rokosamje@gmail.com"
+ },
+ "record": {
+ "CNAME": "zenerq.github.io"
+ }
+}
diff --git a/domains/zeor154.json b/domains/zeor154.json
deleted file mode 100644
index 4648786f2..000000000
--- a/domains/zeor154.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Zeor154",
- "email": "driop12bu@gmail.com"
- },
- "record": {
- "A": ["45.130.141.88"]
- }
-}
diff --git a/domains/zepvil.json b/domains/zepvil.json
new file mode 100644
index 000000000..08cbfca6e
--- /dev/null
+++ b/domains/zepvil.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Zepvil",
+ "email": "thezepvil@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/zer0.json b/domains/zer0.json
new file mode 100644
index 000000000..f38d7fbb3
--- /dev/null
+++ b/domains/zer0.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Zer0Dev-exe",
+ "email": "zero",
+ "discord": "817515739711406140"
+ },
+
+ "record": {
+ "CNAME": "zer0dev-exe.github.io"
+ }
+ }
+
diff --git a/domains/zeroratedtm.json b/domains/zeroratedtm.json
new file mode 100644
index 000000000..202061ec1
--- /dev/null
+++ b/domains/zeroratedtm.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ZeroRatedTM",
+ "email": "zeroratedtm@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/zerowho.json b/domains/zerowho.json
deleted file mode 100644
index c037473d1..000000000
--- a/domains/zerowho.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "ZeroDev's personal developer website",
- "repo": "https://github.com/TadashiKazuo",
- "owner": {
- "username": "TadashiKazuo",
- "email": "kudo.andrew.2005@gmail.com"
- },
- "record": {
- "CNAME": "andrewnoob.tk"
- }
-}
diff --git a/domains/zffu.json b/domains/zffu.json
deleted file mode 100644
index d616e3eff..000000000
--- a/domains/zffu.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Radi0o",
- "email": "radi0o0@outlook.com"
- },
- "record": {
- "CNAME": "zffu.ml"
- }
-}
diff --git a/domains/zh4ck.json b/domains/zh4ck.json
new file mode 100644
index 000000000..a18fca056
--- /dev/null
+++ b/domains/zh4ck.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "zh4ck",
+ "email": "zhacxk@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/zhaiguangpeng.json b/domains/zhaiguangpeng.json
deleted file mode 100644
index dfc79bef5..000000000
--- a/domains/zhaiguangpeng.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "coopercoder",
- "email": "whitetiger0127@163.com"
- },
- "record": {
- "CNAME": "zhaiguangpeng.love"
- }
-}
diff --git a/domains/zhougonglai.json b/domains/zhougonglai.json
new file mode 100644
index 000000000..48663a97c
--- /dev/null
+++ b/domains/zhougonglai.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "zhougonglai",
+ "email": "838048635@qq.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/zhxck.json b/domains/zhxck.json
new file mode 100644
index 000000000..391961f23
--- /dev/null
+++ b/domains/zhxck.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "zh4ck",
+ "email": "zhacxk@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/zhycorp.json b/domains/zhycorp.json
deleted file mode 100644
index 18b542cfa..000000000
--- a/domains/zhycorp.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "A simple non-static site for Zhycorp",
- "repo": "https://github.com/zhycorp",
- "owner": {
- "username": "zhycorp",
- "email": "support@zhycorp.xyz"
- },
- "record": {
- "CNAME": "rd73mzgq7jp59yq0.preview.edgeapp.net"
- }
-}
diff --git a/domains/zirconiac.json b/domains/zirconiac.json
new file mode 100644
index 000000000..c03868d11
--- /dev/null
+++ b/domains/zirconiac.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "ZirconiaCubed3v2",
+ "email": "lucian.adzima@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/zishan.json b/domains/zishan.json
deleted file mode 100644
index d49be3d94..000000000
--- a/domains/zishan.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "notzishan",
- "discord": "LukeLy#8025",
- "email": "rizwankhan28081979@gmail.com"
- },
- "record": {
- "CNAME": "542e524c-fe94-4ee5-b51a-7ef228234d95.id.repl.co"
- }
-}
diff --git a/domains/ziyad.json b/domains/ziyad.json
new file mode 100644
index 000000000..ffa2413b8
--- /dev/null
+++ b/domains/ziyad.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "o-lumix",
+ "email": "lumixofficiel@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "o-lumix.github.io"
+ }
+}
diff --git a/domains/ziyn.json b/domains/ziyn.json
new file mode 100644
index 000000000..ec9ecd796
--- /dev/null
+++ b/domains/ziyn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ZiynCS",
+ "email": "NotZiyn@gmail.com"
+ },
+ "record": {
+ "CNAME": "website-db5.pages.dev"
+ }
+}
diff --git a/domains/zizibibi.json b/domains/zizibibi.json
new file mode 100644
index 000000000..e8a17aa6c
--- /dev/null
+++ b/domains/zizibibi.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "f4ruk1453decodex",
+ "email": "furk4ncrowley@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/zly.json b/domains/zly.json
deleted file mode 100644
index 52fd2ce95..000000000
--- a/domains/zly.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "zly",
- "repo": "https://github.com/PythonPlumber/url-shorter",
- "owner": {
- "username": "PythonPlumber",
- "email": "mario.yellow.bea@proton.me"
- },
- "record": {
- "A": ["216.24.57.1"]
- }
-}
diff --git a/domains/zoro.xen.json b/domains/zoro.xen.json
deleted file mode 100644
index 945d57583..000000000
--- a/domains/zoro.xen.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Backend API for t.me/roronoa_zoro_robot",
- "owner": {
- "username": "xenmods",
- "email": "ilumomin04@gmail.com"
- },
- "record": {
- "CNAME": "b6c9cd01-6ea5-4c58-b942-4194bdb11578.cname.koyeb.app"
- }
-}
diff --git a/domains/zoronium.json b/domains/zoronium.json
new file mode 100644
index 000000000..d488672fc
--- /dev/null
+++ b/domains/zoronium.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "thinlayerofice",
+ "email": "zayaanmohammed1535@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ztrax.json b/domains/ztrax.json
new file mode 100644
index 000000000..e82d9a953
--- /dev/null
+++ b/domains/ztrax.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "zTraxDev",
+ "email": "bernardmartinez241@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/ztz.json b/domains/ztz.json
deleted file mode 100644
index ba8b643e7..000000000
--- a/domains/ztz.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "ZTzTopia",
- "email": "zentay36@gmail.com"
- },
-
- "record": {
- "A": ["34.173.97.174"]
- }
-}
diff --git a/domains/ztzt.json b/domains/ztzt.json
new file mode 100644
index 000000000..676909dbe
--- /dev/null
+++ b/domains/ztzt.json
@@ -0,0 +1,12 @@
+{
+ "description": "ztzt.is-a.dev",
+ "repo": "https://github.com/ztztmc/ztztmc.github.io",
+ "owner": {
+ "username": "ztztmc",
+ "email": "2timessharp@gmail.com",
+ "discord": "ztzt"
+ },
+ "record": {
+ "CNAME": "ztztmc.github.io"
+ }
+}
diff --git a/domains/zuntie.json b/domains/zuntie.json
deleted file mode 100644
index 033452dae..000000000
--- a/domains/zuntie.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Zuntie",
- "email": "ZuntieDev@gmail.com"
- },
- "record": {
- "CNAME": "zuntie.github.io"
- }
-}
diff --git a/domains/zwzodo.json b/domains/zwzodo.json
new file mode 100644
index 000000000..3c119a809
--- /dev/null
+++ b/domains/zwzodo.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "zwzodo",
+ "email": "zwzodo@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "AAAA": ["2a00:da00:1800:83a4::1"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/zye.json b/domains/zye.json
new file mode 100644
index 000000000..01b5231c3
--- /dev/null
+++ b/domains/zye.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Zyelixify",
+ "email": "heroxmain@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/package.json b/package.json
index e79c3126e..ccc8dbd41 100644
--- a/package.json
+++ b/package.json
@@ -3,27 +3,20 @@
"version": "1.0.0",
"description": "Register *.is-a.dev domains for free",
"scripts": {
- "test": "ENV=test jest",
"lint": "eslint utils scripts domains --ext .json,.js",
- "publish-records": "node ./scripts/register-domains.js",
+ "publish-records": "bun run -b ./scripts/register-domains.js",
"dc": "docker-compose -p is-a-dev",
- "dc:start": "yarn dc up",
- "dc:shell": "yarn dc run dev /bin/bash"
+ "dc:start": "bun run dc up",
+ "dc:shell": "bun run dc run dev /bin/bash"
},
"repository": {
"type": "git",
"url": "https://github.com/is-a-dev/register"
},
- "keywords": [
- "subdomain"
- ],
"author": "Akshay Nair ",
"license": "GPL-3.0",
"dependencies": {
- "dotenv": "^8.2.0",
- "jest": "^26.4.2",
- "node-fetch": "^2.6.1",
- "qs": "^6.9.4",
+ "ip-regex": "^5.0.0",
"ramda": "^0.27.1"
},
"devDependencies": {
diff --git a/scripts/certbot-auth.sh b/scripts/certbot-auth.sh
index fd0245777..6b4ee8bc7 100755
--- a/scripts/certbot-auth.sh
+++ b/scripts/certbot-auth.sh
@@ -6,10 +6,12 @@ echo "AUTH ::[$CERTBOT_VALIDATION]::[$CERTBOT_TOKEN]::[$CERTBOT_REMAINING_CHALLE
echo "[$CERTBOT_DOMAIN]";
sleep 1;
-
./scripts/certbot.sh acme_txt "$CERTBOT_VALIDATION";
-sleep $((5*60));
+echo "Going to sleep for a few minutes...";
+
+# TODO: Check if $CERTBOT_VALIDATION == $(./scripts/certbot.sh get-acme)?
+sleep $((3*60));
./scripts/certbot.sh check;
diff --git a/scripts/certbot.sh b/scripts/certbot.sh
index 451df74b6..2ab0447ae 100755
--- a/scripts/certbot.sh
+++ b/scripts/certbot.sh
@@ -18,7 +18,6 @@ generate_certificate() {
-m 'phenax5@gmail.com' \
-d '*.is-a.dev,is-a.dev' \
--agree-tos \
- --dry-run \
$(if_dry_run "--dry-run" "");
echo "+-----------------------------------------------+";
@@ -68,10 +67,14 @@ update_acme_txt_record() {
reset_acme() {
sleep 1;
update_record remove TXT '_acme-challenge' '';
+ update_record remove TXT '_acme-challenge' '';
}
+get_acme() { dig +noall +answer _acme-challenge.is-a.dev TXT | awk '{print $5}'; }
+
case "$1" in
- check) echo "TXT record:: $(dig +noall +answer _acme-challenge.is-a.dev TXT | awk '{print $5}')" ;;
+ check) echo "TXT record:: $(get_acme)" ;;
+ get-acme) get_acme ;;
cert) generate_certificate ;;
acme_txt) update_acme_txt_record "$2" ;;
reset) reset_acme ;;
diff --git a/scripts/migrate.js b/scripts/migrate.js
deleted file mode 100644
index 7ae1c3daa..000000000
--- a/scripts/migrate.js
+++ /dev/null
@@ -1,30 +0,0 @@
-const fs = require('fs');
-const path = require('path');
-const R = require('ramda');
-const { DOMAINS_PATH } = require('../utils/constants');
-
-const migrate = ([file, domain]) => [
- file,
- {
- ...domain,
- record: file !== '@.json' && /\.is-a\.dev$/.test(domain.record.URL || '')
- ? R.dissoc('URL', domain.record)
- : domain.record,
- }
-];
-
-const main = async () => {
- const domains = await fs.promises.readdir(DOMAINS_PATH).then(R.map(async file => [
- file,
- JSON.parse(await fs.promises.readFile(path.join(DOMAINS_PATH, file), 'utf-8')),
- ])).then(ps => Promise.all(ps));
-
- const newDomains = domains.map(migrate);
-
- await Promise.all(newDomains.map(([file, json]) => {
- return fs.promises.writeFile(path.join(DOMAINS_PATH, file), JSON.stringify(json, null, 2));
- }));
-};
-
-main();
-
diff --git a/tests/domain-service.test.js b/tests/domain-service.test.js
index 166712596..79ea1d1e2 100644
--- a/tests/domain-service.test.js
+++ b/tests/domain-service.test.js
@@ -204,18 +204,18 @@ describe('Domain service', () => {
{ name: 'c', type: 'MX', address: 'foobar.com', priority: 2 },
]);
- expect(addZone).toBeCalledTimes(1);
+ expect(addZone).toHaveBeenCalledTimes(1);
expect(getRecordCalls(addZone)).toEqual([
{ name: 'c', type: 'A', address: '12.131321.213' },
]);
- expect(addEmail).toBeCalledTimes(1);
+ expect(addEmail).toHaveBeenCalledTimes(1);
expect(getRecordCalls(addEmail)).toEqual([
{ domain: 'c.is-a.dev', exchanger: 'foobar.com', priority: 2 },
]);
- expect(removeZone).toBeCalledTimes(0);
- expect(removeEmail).toBeCalledTimes(0);
+ expect(removeZone).toHaveBeenCalledTimes(0);
+ expect(removeEmail).toHaveBeenCalledTimes(0);
});
it('should update matching host and set it', async () => {
@@ -231,11 +231,11 @@ describe('Domain service', () => {
{ name: 'b', type: 'CNAME', address: 'googoogaga' },
]);
- expect(addZone).toBeCalledTimes(1);
+ expect(addZone).toHaveBeenCalledTimes(1);
expect(getRecordCalls(addZone)).toEqual([
{ name: 'b', type: 'CNAME', address: 'googoogaga' },
]);
- expect(removeZone).toBeCalledTimes(1);
+ expect(removeZone).toHaveBeenCalledTimes(1);
expect(getRecordCalls(removeZone)).toEqual([
{ line: 2 },
]);
@@ -256,12 +256,12 @@ describe('Domain service', () => {
{ name: 'b', type: 'CNAME', address: 'farboo' },
]);
- expect(addZone).toBeCalledTimes(2);
+ expect(addZone).toHaveBeenCalledTimes(2);
expect(getRecordCalls(addZone)).toEqual([
{ name: 'b', type: 'CNAME', address: 'googoogaga' },
{ name: 'b', type: 'CNAME', address: 'farboo' },
]);
- expect(removeZone).toBeCalledTimes(2);
+ expect(removeZone).toHaveBeenCalledTimes(2);
expect(getRecordCalls(removeZone)).toEqual([
{ line: 2 },
{ line: 3 },
@@ -300,34 +300,34 @@ describe('Domain service', () => {
{ name: 'a', type: 'MX', address: 'example.com', priority: 20 },
]);
- expect(addZone).toBeCalledTimes(3);
+ expect(addZone).toHaveBeenCalledTimes(3);
expect(getRecordCalls(addZone)).toEqual([
{ name: 'a', type: 'CNAME', address: 'boo' },
{ name: 'b', type: 'A', address: '3' },
{ name: 'd', type: 'CNAME', address: 'helo.com' },
]);
- expect(removeZone).toBeCalledTimes(1);
+ expect(removeZone).toHaveBeenCalledTimes(1);
expect(getRecordCalls(removeZone)).toEqual([
{ line: 1 },
]);
- expect(addEmail).toBeCalledTimes(1);
+ expect(addEmail).toHaveBeenCalledTimes(1);
expect(getRecordCalls(addEmail)).toEqual([
{ domain: 'a.is-a.dev', exchanger: 'example.com', priority: 20 },
]);
- expect(removeEmail).toBeCalledTimes(2);
+ expect(removeEmail).toHaveBeenCalledTimes(2);
expect(getRecordCalls(removeEmail)).toEqual([
{ domain: 'c.is-a.dev', exchanger: 'mx1.hello.com', priority: 20 },
{ domain: 'b.is-a.dev', exchanger: 'foo.bar', priority: 20 },
]);
- expect(addRedir).toBeCalledTimes(3);
+ expect(addRedir).toHaveBeenCalledTimes(3);
expect(getRecordCalls(addRedir)).toEqual([
{ domain: `b.${DOMAIN_DOMAIN}`, type: 'permanent', redirect: 'https://wowow.com' },
{ domain: `d.${DOMAIN_DOMAIN}`, type: 'permanent', redirect: 'https://hhh.com' },
{ domain: `x.${DOMAIN_DOMAIN}`, type: 'permanent', redirect: 'https://example69.com' },
]);
- expect(removeRedir).toBeCalledTimes(2);
+ expect(removeRedir).toHaveBeenCalledTimes(2);
expect(getRecordCalls(removeRedir)).toEqual([
{ domain: `b.${DOMAIN_DOMAIN}` },
{ domain: `x.${DOMAIN_DOMAIN}` },
diff --git a/tests/register.test.js b/tests/register.test.js
index 88eb4694e..bd967a298 100644
--- a/tests/register.test.js
+++ b/tests/register.test.js
@@ -1,9 +1,18 @@
-const R = require('ramda');
-const { toHostList, registerDomains } = require('../scripts/register-domains');
-const { TTL, DOMAIN_DOMAIN } = require('../utils/constants');
-const { getDomainService } = require('../utils/domain-service');
+const R = require('ramda')
+const { toHostList, registerDomains } = require('../scripts/register-domains')
+const { TTL, DOMAIN_DOMAIN } = require('../utils/constants')
+const { getDomainService } = require('../utils/domain-service')
-const getCpanel = ({ zone, addZone, removeZone, redir, addRedir, removeRedir } = {}) => ({
+const getCpanel = ({
+ zone,
+ addZone,
+ removeZone,
+ redir,
+ addRedir,
+ removeRedir,
+ addEmail,
+ removeEmail,
+} = {}) => ({
zone: {
fetch: (_) => zone(),
add: (rec) => addZone(rec),
@@ -18,7 +27,7 @@ const getCpanel = ({ zone, addZone, removeZone, redir, addRedir, removeRedir } =
add: (rec) => addEmail(rec),
remove: (rec) => removeEmail(rec),
},
-});
+})
describe('toHostList', () => {
it('should flatten domain data to list of hosts (without https)', () => {
@@ -27,7 +36,7 @@ describe('toHostList', () => {
{ name: 'foobar', record: { CNAME: 'v.io' } },
{ name: 'xx', record: { A: ['1.2.3.4', '5.6.3.2', '1.2.31.1'] } },
{ name: 'xx', record: { CNAME: 'foobar.com', MX: ['as.com', 'f.com'] } },
- ]);
+ ])
expect(res).toEqual([
{ name: 'akshay', type: 'CNAME', address: 'phenax.github.io', ttl: TTL },
@@ -38,83 +47,163 @@ describe('toHostList', () => {
{ name: 'xx', type: 'CNAME', address: 'foobar.com', ttl: TTL },
{ name: 'xx', type: 'MX', address: 'as.com', priority: 20, ttl: TTL },
{ name: 'xx', type: 'MX', address: 'f.com', priority: 21, ttl: TTL },
- ]);
- });
-});
+ ])
+ })
+})
describe('registerDomains', () => {
- const addZone = jest.fn(async () => ({}));
- const removeZone = jest.fn(async () => ({}));
- const addRedir = jest.fn(async () => ({}));
- const removeRedir = jest.fn(async () => ({}));
- const addEmail = jest.fn(async () => ({}));
- const removeEmail = jest.fn(async () => ({}));
+ const addZone = jest.fn(async () => ({}))
+ const removeZone = jest.fn(async () => ({}))
+ const addRedir = jest.fn(async () => ({}))
+ const removeRedir = jest.fn(async () => ({}))
+ const addEmail = jest.fn(async () => ({}))
+ const removeEmail = jest.fn(async () => ({}))
- const mockDS = ({ zones, redirections }) => getDomainService({
- cpanel: getCpanel({
- zone: async () => zones,
- redir: async () => redirections,
- addZone,
- addEmail,
- addRedir,
- removeZone,
- removeRedir,
- removeEmail,
+ const mockDS = ({ zones, redirections }) =>
+ getDomainService({
+ cpanel: getCpanel({
+ zone: async () => zones,
+ redir: async () => redirections,
+ addZone,
+ addEmail,
+ addRedir,
+ removeZone,
+ removeRedir,
+ removeEmail,
+ }),
})
- });
beforeEach(() => {
- addZone.mockClear();
- removeZone.mockClear();
- addRedir.mockClear();
- removeRedir.mockClear();
- addEmail.mockClear();
- removeEmail.mockClear();
- });
+ addZone.mockClear()
+ removeZone.mockClear()
+ addRedir.mockClear()
+ removeRedir.mockClear()
+ addEmail.mockClear()
+ removeEmail.mockClear()
+ })
it('should register the new set of hosts generated from domains list', async () => {
const localHosts = [
{ name: 'a', record: { CNAME: 'hello' } },
{ name: 'b', record: { CNAME: 'xaa' } },
- ];
+ ]
const remoteHosts = [
{ line: 1, name: 'a', type: 'CNAME', address: 'hello' },
{ line: 2, name: 'b', type: 'CNAME', address: 'goo' },
{ line: 3, name: 'b', type: 'CNAME', address: 'xaa' },
- ];
- const remoteRedirections = [];
+ ]
+ const remoteRedirections = []
- const domainService = mockDS({ zones: remoteHosts, redirections: remoteRedirections });
- await registerDomains({ getDomains: async () => localHosts, domainService });
+ const domainService = mockDS({
+ zones: remoteHosts,
+ redirections: remoteRedirections,
+ })
+ await registerDomains({ getDomains: async () => localHosts, domainService })
- expect(addZone).toBeCalledTimes(0);
- expect(removeZone).toBeCalledTimes(1);
- expect(addRedir).toBeCalledTimes(0);
- expect(removeRedir).toBeCalledTimes(0);
- });
+ expect(addZone).toHaveBeenCalledTimes(0)
+ expect(removeZone).toHaveBeenCalledTimes(1)
+ expect(addRedir).toHaveBeenCalledTimes(0)
+ expect(removeRedir).toHaveBeenCalledTimes(0)
+ })
it('should add the new set hosts', async () => {
const localHosts = [
- { name: 'a', record: { CNAME: 'boo', URL: 'z' } },
- { name: 'b', record: { CNAME: 'xaa', URL: 'x' } },
- { name: 'c', record: { CNAME: 'yello', URL: 'https://google.com' } },
- ];
+ { name: 'a', record: { CNAME: 'boo' } },
+ {
+ name: 'b',
+ record: { A: ['1.1.1.1', '1.1.1.2'], MX: 'somemx', TXT: 'some txt' },
+ },
+ { name: 'c', record: { URL: 'https://google.com' } },
+ { name: 'd', record: { CNAME: 'foobar' } },
+ { name: 'e', record: { A: ['2.2.2.2'], TXT: ['some', 'extra', 'txt'] } },
+ ]
const remoteHosts = [
{ line: 1, name: 'a', type: 'CNAME', address: 'boo' },
- { line: 2, name: 'b', type: 'CNAME', address: 'xaa' },
- ];
+ { line: 2, name: 'b', type: 'MX', address: 'othermx' },
+ { line: 3, name: 'd', type: 'CNAME', address: 'foobaz' },
+ ]
const remoteRedirections = [
{ domain: `b.${DOMAIN_DOMAIN}`, destination: 'x' },
{ domain: `a.${DOMAIN_DOMAIN}`, destination: 'y' },
- ];
+ ]
- const domainService = mockDS({ zones: remoteHosts, redirections: remoteRedirections });
- await registerDomains({ getDomains: async () => localHosts, domainService });
+ const domainService = mockDS({
+ zones: remoteHosts,
+ redirections: remoteRedirections,
+ })
+ await registerDomains({ getDomains: async () => localHosts, domainService })
- expect(addZone).toBeCalledTimes(1);
- expect(removeZone).toBeCalledTimes(0);
- expect(addRedir).toBeCalledTimes(2);
- expect(removeRedir).toBeCalledTimes(1);
- });
-});
+ expect(addZone).toHaveBeenCalledTimes(8)
+ expect(addZone.mock.calls).toEqual([
+ [{ name: 'b', type: 'A', address: '1.1.1.1', line: undefined }],
+ [{ name: 'b', type: 'A', address: '1.1.1.2', line: undefined }],
+ [
+ {
+ name: 'b',
+ type: 'TXT',
+ address: 'some txt',
+ txtdata: 'some txt',
+ line: undefined,
+ },
+ ],
+ [
+ {
+ name: 'd',
+ type: 'CNAME',
+ cname: 'foobar',
+ address: 'foobar',
+ line: undefined,
+ },
+ ],
+ [{ name: 'e', type: 'A', address: '2.2.2.2', line: undefined }],
+ [
+ {
+ name: 'e',
+ type: 'TXT',
+ address: 'some',
+ txtdata: 'some',
+ line: undefined,
+ },
+ ],
+ [
+ {
+ name: 'e',
+ type: 'TXT',
+ address: 'extra',
+ txtdata: 'extra',
+ line: undefined,
+ },
+ ],
+ [
+ {
+ name: 'e',
+ type: 'TXT',
+ address: 'txt',
+ txtdata: 'txt',
+ line: undefined,
+ },
+ ],
+ ])
+ expect(removeZone).toHaveBeenCalledTimes(1)
+ expect(removeZone.mock.calls).toEqual([[{ line: 3 }]])
+
+ expect(addRedir).toHaveBeenCalledTimes(1)
+ expect(addRedir.mock.calls).toEqual([
+ [
+ {
+ domain: 'c.booboo.xyz',
+ redirect: 'https://google.com',
+ redirect_wildcard: 1,
+ redirect_www: 1,
+ type: 'permanent',
+ },
+ ],
+ ])
+
+ expect(addEmail).toHaveBeenCalledTimes(1)
+ expect(addEmail.mock.calls).toEqual([
+ [{ domain: 'b.is-a.dev', exchanger: 'somemx', priority: 20 }],
+ ])
+ })
+})
diff --git a/tests/validations.test.js b/tests/validations.test.js
index e97ddbb08..a07ccf6fa 100644
--- a/tests/validations.test.js
+++ b/tests/validations.test.js
@@ -54,12 +54,16 @@ describe('validateDomainData', () => {
{ ...defaultDomain, record: { CNAME: 'foobar.com', A: ['11.22.22.33'] } },
{ ...defaultDomain, record: { CNAME: 'foobar.com', MX: ['ALT4.ASPMX.L.GOOGLE.COM'] } },
...INVALID_NAMES.map(name => ({ ...defaultDomain, name })).slice(0, 1),
- { ...defaultDomain, record: { TXT: ['foobar wow nice!!!'] } },
{ ...defaultDomain, name: 'a.b' },
{ ...defaultDomain, name: 'ww2.baa' },
{ ...defaultDomain, name: 'help.baa' },
{ ...defaultDomain, name: '_github-pages-challenge-is-a-dev' },
{ ...defaultDomain, name: '_github-challenge-is-a-dev' },
+ { ...defaultDomain, record: { AAAA: [] } },
+ { ...defaultDomain, record: { AAAA: ['182.22.222.22', '::1'] } },
+ { ...defaultDomain, record: { AAAA: '182.22.222.22' } },
+ { ...defaultDomain, record: { A: '::1' } },
+ { ...defaultDomain, name: '_discord' },
];
const validCases = [
@@ -86,6 +90,10 @@ describe('validateDomainData', () => {
{ ...defaultDomain, name: '_github-challenge-phenax.akshay' },
{ ...defaultDomain, name: '_github-challenge-hello01-ga' },
{ ...defaultDomain, name: '_github-challenge-hello01_ga' },
+ { ...defaultDomain, record: { TXT: ['foobar wow nice!!!', 'more text'] } },
+ { ...defaultDomain, record: { AAAA: ['::1', '2001:db8:3333:4444:5555:6666:7777:8888'] } },
+ { ...defaultDomain, record: { A: ['122.222.222.222'] } },
+ { ...defaultDomain, name: '_discord.subdomain' },
];
it('should return false for invalid data', () => {
diff --git a/utils/constants.js b/utils/constants.js
index 022bd6646..19430e5bf 100644
--- a/utils/constants.js
+++ b/utils/constants.js
@@ -1,10 +1,6 @@
const path = require('path');
-const { ENV = 'test', CI } = process.env;
-
-if (!CI) {
- require('dotenv').config({ path: path.resolve(`.env.${ENV}`) });
-}
+const { NODE_ENV: ENV = 'test' } = process.env;
const {
DOMAIN_USER,
@@ -22,7 +18,7 @@ const DOMAINS_PATH = path.resolve('domains');
module.exports = {
ENV,
IS_TEST,
- VALID_RECORD_TYPES: ['CNAME', 'A', 'URL', 'MX', 'TXT'],
+ VALID_RECORD_TYPES: ['CNAME', 'A', 'URL', 'MX', 'TXT', 'AAAA'],
DOMAIN_DOMAIN: DOMAIN_DOMAIN || 'booboo.xyz',
DOMAIN_USER: IS_TEST ? 'testuser' : DOMAIN_USER,
DOMAIN_API_KEY: IS_TEST ? 'testkey' : DOMAIN_API_KEY,
diff --git a/utils/invalid-domains.json b/utils/invalid-domains.json
index a8943f3c4..ef66a5517 100644
--- a/utils/invalid-domains.json
+++ b/utils/invalid-domains.json
@@ -14,5 +14,6 @@
"ww3",
"ww4",
"wwww",
- "your-domain-name"
+ "your-domain-name",
+ "_discord"
]
diff --git a/utils/lib/cpanel.js b/utils/lib/cpanel.js
index 29743295a..5c098f281 100644
--- a/utils/lib/cpanel.js
+++ b/utils/lib/cpanel.js
@@ -1,6 +1,5 @@
const R = require('ramda');
-const fetch = require('node-fetch');
-const qs = require('qs');
+const qs = require('querystring');
const { DOMAIN_API_HOST, DOMAIN_API_PORT, DOMAIN_USER, DOMAIN_API_KEY, DOMAIN_DOMAIN } = require('../constants');
const CpanelClient = (options) => {
diff --git a/utils/validations.js b/utils/validations.js
index 963e8ed3d..b9c851a19 100644
--- a/utils/validations.js
+++ b/utils/validations.js
@@ -2,6 +2,8 @@ const R = require('ramda');
const { VALID_RECORD_TYPES } = require('./constants');
const { or, and, validate, between, testRegex, withLengthEq, withLengthGte } = require('./helpers');
const INVALID_NAMES = require('./invalid-domains.json');
+const ipRegex_ = require('ip-regex');
+const ipRegex = ipRegex_.default ?? ipRegex_;
const isValidURL = and([R.is(String), testRegex(/^https?:\/\//ig)]);
@@ -17,6 +19,7 @@ const validateCnameRecord = type => and([
const validateARecord = type => and([
R.propIs(Array, type),
R.propSatisfies(withLengthGte(1), type),
+ R.all(testRegex(ipRegex.v4({ exact: true }))),
]);
const validateMXRecord = type => and([
@@ -25,8 +28,19 @@ const validateMXRecord = type => and([
R.propSatisfies(R.all(isValidDomain), type),
]);
+const validateAAAARecord = R.propSatisfies(and([
+ R.is(Array),
+ withLengthGte(1),
+ R.all(testRegex(ipRegex.v6({ exact: true }))),
+]))
+
const checkRestrictedNames = R.complement(R.includes(R.__, INVALID_NAMES))
+const extraSupportedNames = [
+ testRegex(/^_github(-pages)?-challenge-[a-z0-9-_]+$/i), // Exception for github verification records
+ R.equals('_discord'),
+]
+
const validateDomainData = validate({
name: {
reason: 'The name of the file is invalid. It must be lowercased, alphanumeric and each component must be more than 2 characters long',
@@ -34,17 +48,15 @@ const validateDomainData = validate({
R.equals('@'),
and([
R.is(String),
+ checkRestrictedNames,
R.compose(
R.all(or([
- and([
- testRegex(/^_github(-pages)?-challenge-[a-z0-9-_]+$/i), // Exception for github verification records
- checkRestrictedNames,
- ]),
and([
R.compose(between(2, 100), R.length),
testRegex(/^[a-z0-9-]+$/g),
checkRestrictedNames,
- ])
+ ]),
+ ...extraSupportedNames,
])),
R.split('.'),
),
@@ -74,7 +86,8 @@ const validateDomainData = validate({
[R.has('A'), validateARecord('A')],
[R.has('URL'), R.propSatisfies(isValidURL, 'URL')],
[R.has('MX'), validateMXRecord('MX')],
- [R.has('TXT'), R.propSatisfies(R.is(String), 'TXT')],
+ [R.has('TXT'), R.propSatisfies(or([ R.is(String), R.is(Array) ]), 'TXT')],
+ [R.has('AAAA'), validateAAAARecord('AAAA')],
[R.T, R.T],
]),
]),
diff --git a/yarn.lock b/yarn.lock
deleted file mode 100644
index e4955e514..000000000
--- a/yarn.lock
+++ /dev/null
@@ -1,4002 +0,0 @@
-# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
-# yarn lockfile v1
-
-
-"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
- version "7.10.4"
- resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz"
- integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
- dependencies:
- "@babel/highlight" "^7.10.4"
-
-"@babel/core@^7.1.0", "@babel/core@^7.7.5":
- version "7.12.3"
- resolved "https://registry.npmjs.org/@babel/core/-/core-7.12.3.tgz"
- integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==
- dependencies:
- "@babel/code-frame" "^7.10.4"
- "@babel/generator" "^7.12.1"
- "@babel/helper-module-transforms" "^7.12.1"
- "@babel/helpers" "^7.12.1"
- "@babel/parser" "^7.12.3"
- "@babel/template" "^7.10.4"
- "@babel/traverse" "^7.12.1"
- "@babel/types" "^7.12.1"
- convert-source-map "^1.7.0"
- debug "^4.1.0"
- gensync "^1.0.0-beta.1"
- json5 "^2.1.2"
- lodash "^4.17.19"
- resolve "^1.3.2"
- semver "^5.4.1"
- source-map "^0.5.0"
-
-"@babel/generator@^7.12.1", "@babel/generator@^7.12.5":
- version "7.12.5"
- resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.12.5.tgz"
- integrity sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==
- dependencies:
- "@babel/types" "^7.12.5"
- jsesc "^2.5.1"
- source-map "^0.5.0"
-
-"@babel/helper-function-name@^7.10.4":
- version "7.10.4"
- resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz"
- integrity sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==
- dependencies:
- "@babel/helper-get-function-arity" "^7.10.4"
- "@babel/template" "^7.10.4"
- "@babel/types" "^7.10.4"
-
-"@babel/helper-get-function-arity@^7.10.4":
- version "7.10.4"
- resolved "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz"
- integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==
- dependencies:
- "@babel/types" "^7.10.4"
-
-"@babel/helper-member-expression-to-functions@^7.12.1":
- version "7.12.1"
- resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz"
- integrity sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ==
- dependencies:
- "@babel/types" "^7.12.1"
-
-"@babel/helper-module-imports@^7.12.1":
- version "7.12.5"
- resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz"
- integrity sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==
- dependencies:
- "@babel/types" "^7.12.5"
-
-"@babel/helper-module-transforms@^7.12.1":
- version "7.12.1"
- resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz"
- integrity sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w==
- dependencies:
- "@babel/helper-module-imports" "^7.12.1"
- "@babel/helper-replace-supers" "^7.12.1"
- "@babel/helper-simple-access" "^7.12.1"
- "@babel/helper-split-export-declaration" "^7.11.0"
- "@babel/helper-validator-identifier" "^7.10.4"
- "@babel/template" "^7.10.4"
- "@babel/traverse" "^7.12.1"
- "@babel/types" "^7.12.1"
- lodash "^4.17.19"
-
-"@babel/helper-optimise-call-expression@^7.10.4":
- version "7.10.4"
- resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz"
- integrity sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg==
- dependencies:
- "@babel/types" "^7.10.4"
-
-"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0":
- version "7.10.4"
- resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz"
- integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
-
-"@babel/helper-replace-supers@^7.12.1":
- version "7.12.5"
- resolved "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.12.5.tgz"
- integrity sha512-5YILoed0ZyIpF4gKcpZitEnXEJ9UoDRki1Ey6xz46rxOzfNMAhVIJMoune1hmPVxh40LRv1+oafz7UsWX+vyWA==
- dependencies:
- "@babel/helper-member-expression-to-functions" "^7.12.1"
- "@babel/helper-optimise-call-expression" "^7.10.4"
- "@babel/traverse" "^7.12.5"
- "@babel/types" "^7.12.5"
-
-"@babel/helper-simple-access@^7.12.1":
- version "7.12.1"
- resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz"
- integrity sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA==
- dependencies:
- "@babel/types" "^7.12.1"
-
-"@babel/helper-split-export-declaration@^7.11.0":
- version "7.11.0"
- resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz"
- integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==
- dependencies:
- "@babel/types" "^7.11.0"
-
-"@babel/helper-validator-identifier@^7.10.4":
- version "7.10.4"
- resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz"
- integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
-
-"@babel/helpers@^7.12.1":
- version "7.12.5"
- resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.12.5.tgz"
- integrity sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA==
- dependencies:
- "@babel/template" "^7.10.4"
- "@babel/traverse" "^7.12.5"
- "@babel/types" "^7.12.5"
-
-"@babel/highlight@^7.10.4":
- version "7.10.4"
- resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz"
- integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==
- dependencies:
- "@babel/helper-validator-identifier" "^7.10.4"
- chalk "^2.0.0"
- js-tokens "^4.0.0"
-
-"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.12.3", "@babel/parser@^7.12.5":
- version "7.12.5"
- resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.12.5.tgz"
- integrity sha512-FVM6RZQ0mn2KCf1VUED7KepYeUWoVShczewOCfm3nzoBybaih51h+sYVVGthW9M6lPByEPTQf+xm27PBdlpwmQ==
-
-"@babel/plugin-syntax-async-generators@^7.8.4":
- version "7.8.4"
- resolved "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz"
- integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==
- dependencies:
- "@babel/helper-plugin-utils" "^7.8.0"
-
-"@babel/plugin-syntax-bigint@^7.8.3":
- version "7.8.3"
- resolved "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz"
- integrity sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==
- dependencies:
- "@babel/helper-plugin-utils" "^7.8.0"
-
-"@babel/plugin-syntax-class-properties@^7.8.3":
- version "7.12.1"
- resolved "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.1.tgz"
- integrity sha512-U40A76x5gTwmESz+qiqssqmeEsKvcSyvtgktrm0uzcARAmM9I1jR221f6Oq+GmHrcD+LvZDag1UTOTe2fL3TeA==
- dependencies:
- "@babel/helper-plugin-utils" "^7.10.4"
-
-"@babel/plugin-syntax-import-meta@^7.8.3":
- version "7.10.4"
- resolved "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz"
- integrity sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==
- dependencies:
- "@babel/helper-plugin-utils" "^7.10.4"
-
-"@babel/plugin-syntax-json-strings@^7.8.3":
- version "7.8.3"
- resolved "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz"
- integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==
- dependencies:
- "@babel/helper-plugin-utils" "^7.8.0"
-
-"@babel/plugin-syntax-logical-assignment-operators@^7.8.3":
- version "7.10.4"
- resolved "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz"
- integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==
- dependencies:
- "@babel/helper-plugin-utils" "^7.10.4"
-
-"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3":
- version "7.8.3"
- resolved "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz"
- integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==
- dependencies:
- "@babel/helper-plugin-utils" "^7.8.0"
-
-"@babel/plugin-syntax-numeric-separator@^7.8.3":
- version "7.10.4"
- resolved "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz"
- integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==
- dependencies:
- "@babel/helper-plugin-utils" "^7.10.4"
-
-"@babel/plugin-syntax-object-rest-spread@^7.8.3":
- version "7.8.3"
- resolved "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz"
- integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==
- dependencies:
- "@babel/helper-plugin-utils" "^7.8.0"
-
-"@babel/plugin-syntax-optional-catch-binding@^7.8.3":
- version "7.8.3"
- resolved "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz"
- integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==
- dependencies:
- "@babel/helper-plugin-utils" "^7.8.0"
-
-"@babel/plugin-syntax-optional-chaining@^7.8.3":
- version "7.8.3"
- resolved "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz"
- integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==
- dependencies:
- "@babel/helper-plugin-utils" "^7.8.0"
-
-"@babel/plugin-syntax-top-level-await@^7.8.3":
- version "7.12.1"
- resolved "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.1.tgz"
- integrity sha512-i7ooMZFS+a/Om0crxZodrTzNEPJHZrlMVGMTEpFAj6rYY/bKCddB0Dk/YxfPuYXOopuhKk/e1jV6h+WUU9XN3A==
- dependencies:
- "@babel/helper-plugin-utils" "^7.10.4"
-
-"@babel/template@^7.10.4", "@babel/template@^7.3.3":
- version "7.10.4"
- resolved "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz"
- integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==
- dependencies:
- "@babel/code-frame" "^7.10.4"
- "@babel/parser" "^7.10.4"
- "@babel/types" "^7.10.4"
-
-"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5":
- version "7.12.5"
- resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.5.tgz"
- integrity sha512-xa15FbQnias7z9a62LwYAA5SZZPkHIXpd42C6uW68o8uTuua96FHZy1y61Va5P/i83FAAcMpW8+A/QayntzuqA==
- dependencies:
- "@babel/code-frame" "^7.10.4"
- "@babel/generator" "^7.12.5"
- "@babel/helper-function-name" "^7.10.4"
- "@babel/helper-split-export-declaration" "^7.11.0"
- "@babel/parser" "^7.12.5"
- "@babel/types" "^7.12.5"
- debug "^4.1.0"
- globals "^11.1.0"
- lodash "^4.17.19"
-
-"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
- version "7.12.6"
- resolved "https://registry.npmjs.org/@babel/types/-/types-7.12.6.tgz"
- integrity sha512-hwyjw6GvjBLiyy3W0YQf0Z5Zf4NpYejUnKFcfcUhZCSffoBBp30w6wP2Wn6pk31jMYZvcOrB/1b7cGXvEoKogA==
- dependencies:
- "@babel/helper-validator-identifier" "^7.10.4"
- lodash "^4.17.19"
- to-fast-properties "^2.0.0"
-
-"@bcoe/v8-coverage@^0.2.3":
- version "0.2.3"
- resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
- integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
-
-"@cnakazawa/watch@^1.0.3":
- version "1.0.4"
- resolved "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.4.tgz"
- integrity sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==
- dependencies:
- exec-sh "^0.3.2"
- minimist "^1.2.0"
-
-"@eslint/eslintrc@^0.2.1":
- version "0.2.1"
- resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.2.1.tgz"
- integrity sha512-XRUeBZ5zBWLYgSANMpThFddrZZkEbGHgUdt5UJjZfnlN9BGCiUBrf+nvbRupSjMvqzwnQN0qwCmOxITt1cfywA==
- dependencies:
- ajv "^6.12.4"
- debug "^4.1.1"
- espree "^7.3.0"
- globals "^12.1.0"
- ignore "^4.0.6"
- import-fresh "^3.2.1"
- js-yaml "^3.13.1"
- lodash "^4.17.19"
- minimatch "^3.0.4"
- strip-json-comments "^3.1.1"
-
-"@istanbuljs/load-nyc-config@^1.0.0":
- version "1.1.0"
- resolved "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz"
- integrity sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==
- dependencies:
- camelcase "^5.3.1"
- find-up "^4.1.0"
- get-package-type "^0.1.0"
- js-yaml "^3.13.1"
- resolve-from "^5.0.0"
-
-"@istanbuljs/schema@^0.1.2":
- version "0.1.2"
- resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.2.tgz"
- integrity sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==
-
-"@jest/console@^26.6.2":
- version "26.6.2"
- resolved "https://registry.npmjs.org/@jest/console/-/console-26.6.2.tgz"
- integrity sha512-IY1R2i2aLsLr7Id3S6p2BA82GNWryt4oSvEXLAKc+L2zdi89dSkE8xC1C+0kpATG4JhBJREnQOH7/zmccM2B0g==
- dependencies:
- "@jest/types" "^26.6.2"
- "@types/node" "*"
- chalk "^4.0.0"
- jest-message-util "^26.6.2"
- jest-util "^26.6.2"
- slash "^3.0.0"
-
-"@jest/core@^26.6.3":
- version "26.6.3"
- resolved "https://registry.npmjs.org/@jest/core/-/core-26.6.3.tgz"
- integrity sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw==
- dependencies:
- "@jest/console" "^26.6.2"
- "@jest/reporters" "^26.6.2"
- "@jest/test-result" "^26.6.2"
- "@jest/transform" "^26.6.2"
- "@jest/types" "^26.6.2"
- "@types/node" "*"
- ansi-escapes "^4.2.1"
- chalk "^4.0.0"
- exit "^0.1.2"
- graceful-fs "^4.2.4"
- jest-changed-files "^26.6.2"
- jest-config "^26.6.3"
- jest-haste-map "^26.6.2"
- jest-message-util "^26.6.2"
- jest-regex-util "^26.0.0"
- jest-resolve "^26.6.2"
- jest-resolve-dependencies "^26.6.3"
- jest-runner "^26.6.3"
- jest-runtime "^26.6.3"
- jest-snapshot "^26.6.2"
- jest-util "^26.6.2"
- jest-validate "^26.6.2"
- jest-watcher "^26.6.2"
- micromatch "^4.0.2"
- p-each-series "^2.1.0"
- rimraf "^3.0.0"
- slash "^3.0.0"
- strip-ansi "^6.0.0"
-
-"@jest/environment@^26.6.2":
- version "26.6.2"
- resolved "https://registry.npmjs.org/@jest/environment/-/environment-26.6.2.tgz"
- integrity sha512-nFy+fHl28zUrRsCeMB61VDThV1pVTtlEokBRgqPrcT1JNq4yRNIyTHfyht6PqtUvY9IsuLGTrbG8kPXjSZIZwA==
- dependencies:
- "@jest/fake-timers" "^26.6.2"
- "@jest/types" "^26.6.2"
- "@types/node" "*"
- jest-mock "^26.6.2"
-
-"@jest/fake-timers@^26.6.2":
- version "26.6.2"
- resolved "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-26.6.2.tgz"
- integrity sha512-14Uleatt7jdzefLPYM3KLcnUl1ZNikaKq34enpb5XG9i81JpppDb5muZvonvKyrl7ftEHkKS5L5/eB/kxJ+bvA==
- dependencies:
- "@jest/types" "^26.6.2"
- "@sinonjs/fake-timers" "^6.0.1"
- "@types/node" "*"
- jest-message-util "^26.6.2"
- jest-mock "^26.6.2"
- jest-util "^26.6.2"
-
-"@jest/globals@^26.6.2":
- version "26.6.2"
- resolved "https://registry.npmjs.org/@jest/globals/-/globals-26.6.2.tgz"
- integrity sha512-85Ltnm7HlB/KesBUuALwQ68YTU72w9H2xW9FjZ1eL1U3lhtefjjl5c2MiUbpXt/i6LaPRvoOFJ22yCBSfQ0JIA==
- dependencies:
- "@jest/environment" "^26.6.2"
- "@jest/types" "^26.6.2"
- expect "^26.6.2"
-
-"@jest/reporters@^26.6.2":
- version "26.6.2"
- resolved "https://registry.npmjs.org/@jest/reporters/-/reporters-26.6.2.tgz"
- integrity sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw==
- dependencies:
- "@bcoe/v8-coverage" "^0.2.3"
- "@jest/console" "^26.6.2"
- "@jest/test-result" "^26.6.2"
- "@jest/transform" "^26.6.2"
- "@jest/types" "^26.6.2"
- chalk "^4.0.0"
- collect-v8-coverage "^1.0.0"
- exit "^0.1.2"
- glob "^7.1.2"
- graceful-fs "^4.2.4"
- istanbul-lib-coverage "^3.0.0"
- istanbul-lib-instrument "^4.0.3"
- istanbul-lib-report "^3.0.0"
- istanbul-lib-source-maps "^4.0.0"
- istanbul-reports "^3.0.2"
- jest-haste-map "^26.6.2"
- jest-resolve "^26.6.2"
- jest-util "^26.6.2"
- jest-worker "^26.6.2"
- slash "^3.0.0"
- source-map "^0.6.0"
- string-length "^4.0.1"
- terminal-link "^2.0.0"
- v8-to-istanbul "^7.0.0"
- optionalDependencies:
- node-notifier "^8.0.0"
-
-"@jest/source-map@^26.6.2":
- version "26.6.2"
- resolved "https://registry.npmjs.org/@jest/source-map/-/source-map-26.6.2.tgz"
- integrity sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA==
- dependencies:
- callsites "^3.0.0"
- graceful-fs "^4.2.4"
- source-map "^0.6.0"
-
-"@jest/test-result@^26.6.2":
- version "26.6.2"
- resolved "https://registry.npmjs.org/@jest/test-result/-/test-result-26.6.2.tgz"
- integrity sha512-5O7H5c/7YlojphYNrK02LlDIV2GNPYisKwHm2QTKjNZeEzezCbwYs9swJySv2UfPMyZ0VdsmMv7jIlD/IKYQpQ==
- dependencies:
- "@jest/console" "^26.6.2"
- "@jest/types" "^26.6.2"
- "@types/istanbul-lib-coverage" "^2.0.0"
- collect-v8-coverage "^1.0.0"
-
-"@jest/test-sequencer@^26.6.3":
- version "26.6.3"
- resolved "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-26.6.3.tgz"
- integrity sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw==
- dependencies:
- "@jest/test-result" "^26.6.2"
- graceful-fs "^4.2.4"
- jest-haste-map "^26.6.2"
- jest-runner "^26.6.3"
- jest-runtime "^26.6.3"
-
-"@jest/transform@^26.6.2":
- version "26.6.2"
- resolved "https://registry.npmjs.org/@jest/transform/-/transform-26.6.2.tgz"
- integrity sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==
- dependencies:
- "@babel/core" "^7.1.0"
- "@jest/types" "^26.6.2"
- babel-plugin-istanbul "^6.0.0"
- chalk "^4.0.0"
- convert-source-map "^1.4.0"
- fast-json-stable-stringify "^2.0.0"
- graceful-fs "^4.2.4"
- jest-haste-map "^26.6.2"
- jest-regex-util "^26.0.0"
- jest-util "^26.6.2"
- micromatch "^4.0.2"
- pirates "^4.0.1"
- slash "^3.0.0"
- source-map "^0.6.1"
- write-file-atomic "^3.0.0"
-
-"@jest/types@^26.6.2":
- version "26.6.2"
- resolved "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz"
- integrity sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==
- dependencies:
- "@types/istanbul-lib-coverage" "^2.0.0"
- "@types/istanbul-reports" "^3.0.0"
- "@types/node" "*"
- "@types/yargs" "^15.0.0"
- chalk "^4.0.0"
-
-"@sinonjs/commons@^1.7.0":
- version "1.8.1"
- resolved "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.1.tgz"
- integrity sha512-892K+kWUUi3cl+LlqEWIDrhvLgdL79tECi8JZUyq6IviKy/DNhuzCRlbHUjxK89f4ypPMMaFnFuR9Ie6DoIMsw==
- dependencies:
- type-detect "4.0.8"
-
-"@sinonjs/fake-timers@^6.0.1":
- version "6.0.1"
- resolved "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz"
- integrity sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==
- dependencies:
- "@sinonjs/commons" "^1.7.0"
-
-"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7":
- version "7.1.12"
- resolved "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.12.tgz"
- integrity sha512-wMTHiiTiBAAPebqaPiPDLFA4LYPKr6Ph0Xq/6rq1Ur3v66HXyG+clfR9CNETkD7MQS8ZHvpQOtA53DLws5WAEQ==
- dependencies:
- "@babel/parser" "^7.1.0"
- "@babel/types" "^7.0.0"
- "@types/babel__generator" "*"
- "@types/babel__template" "*"
- "@types/babel__traverse" "*"
-
-"@types/babel__generator@*":
- version "7.6.2"
- resolved "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.2.tgz"
- integrity sha512-MdSJnBjl+bdwkLskZ3NGFp9YcXGx5ggLpQQPqtgakVhsWK0hTtNYhjpZLlWQTviGTvF8at+Bvli3jV7faPdgeQ==
- dependencies:
- "@babel/types" "^7.0.0"
-
-"@types/babel__template@*":
- version "7.4.0"
- resolved "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.0.tgz"
- integrity sha512-NTPErx4/FiPCGScH7foPyr+/1Dkzkni+rHiYHHoTjvwou7AQzJkNeD60A9CXRy+ZEN2B1bggmkTMCDb+Mv5k+A==
- dependencies:
- "@babel/parser" "^7.1.0"
- "@babel/types" "^7.0.0"
-
-"@types/babel__traverse@*", "@types/babel__traverse@^7.0.4", "@types/babel__traverse@^7.0.6":
- version "7.0.15"
- resolved "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.0.15.tgz"
- integrity sha512-Pzh9O3sTK8V6I1olsXpCfj2k/ygO2q1X0vhhnDrEQyYLHZesWz+zMZMVcwXLCYf0U36EtmyYaFGPfXlTtDHe3A==
- dependencies:
- "@babel/types" "^7.3.0"
-
-"@types/graceful-fs@^4.1.2":
- version "4.1.4"
- resolved "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.4.tgz"
- integrity sha512-mWA/4zFQhfvOA8zWkXobwJvBD7vzcxgrOQ0J5CH1votGqdq9m7+FwtGaqyCZqC3NyyBkc9z4m+iry4LlqcMWJg==
- dependencies:
- "@types/node" "*"
-
-"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1":
- version "2.0.3"
- resolved "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz"
- integrity sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==
-
-"@types/istanbul-lib-report@*":
- version "3.0.0"
- resolved "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz"
- integrity sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==
- dependencies:
- "@types/istanbul-lib-coverage" "*"
-
-"@types/istanbul-reports@^3.0.0":
- version "3.0.0"
- resolved "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz"
- integrity sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==
- dependencies:
- "@types/istanbul-lib-report" "*"
-
-"@types/node@*":
- version "14.14.7"
- resolved "https://registry.npmjs.org/@types/node/-/node-14.14.7.tgz"
- integrity sha512-Zw1vhUSQZYw+7u5dAwNbIA9TuTotpzY/OF7sJM9FqPOF3SPjKnxrjoTktXDZgUjybf4cWVBP7O8wvKdSaGHweg==
-
-"@types/normalize-package-data@^2.4.0":
- version "2.4.0"
- resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz"
- integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==
-
-"@types/prettier@^2.0.0":
- version "2.1.5"
- resolved "https://registry.npmjs.org/@types/prettier/-/prettier-2.1.5.tgz"
- integrity sha512-UEyp8LwZ4Dg30kVU2Q3amHHyTn1jEdhCIE59ANed76GaT1Vp76DD3ZWSAxgCrw6wJ0TqeoBpqmfUHiUDPs//HQ==
-
-"@types/stack-utils@^2.0.0":
- version "2.0.0"
- resolved "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.0.tgz"
- integrity sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw==
-
-"@types/yargs-parser@*":
- version "15.0.0"
- resolved "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-15.0.0.tgz"
- integrity sha512-FA/BWv8t8ZWJ+gEOnLLd8ygxH/2UFbAvgEonyfN6yWGLKc7zVjbpl2Y4CTjid9h2RfgPP6SEt6uHwEOply00yw==
-
-"@types/yargs@^15.0.0":
- version "15.0.9"
- resolved "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.9.tgz"
- integrity sha512-HmU8SeIRhZCWcnRskCs36Q1Q00KBV6Cqh/ora8WN1+22dY07AZdn6Gel8QZ3t26XYPImtcL8WV/eqjhVmMEw4g==
- dependencies:
- "@types/yargs-parser" "*"
-
-abab@^2.0.3:
- version "2.0.5"
- resolved "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz"
- integrity sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==
-
-acorn-globals@^6.0.0:
- version "6.0.0"
- resolved "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz"
- integrity sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==
- dependencies:
- acorn "^7.1.1"
- acorn-walk "^7.1.1"
-
-acorn-jsx@^5.2.0:
- version "5.3.1"
- resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.1.tgz"
- integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==
-
-acorn-walk@^7.1.1:
- version "7.2.0"
- resolved "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz"
- integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==
-
-acorn@^7.1.1, acorn@^7.4.0:
- version "7.4.1"
- resolved "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz"
- integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
-
-ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4:
- version "6.12.6"
- resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz"
- integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
- dependencies:
- fast-deep-equal "^3.1.1"
- fast-json-stable-stringify "^2.0.0"
- json-schema-traverse "^0.4.1"
- uri-js "^4.2.2"
-
-ansi-colors@^4.1.1:
- version "4.1.1"
- resolved "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz"
- integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
-
-ansi-escapes@^4.2.1:
- version "4.3.1"
- resolved "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.1.tgz"
- integrity sha512-JWF7ocqNrp8u9oqpgV+wH5ftbt+cfvv+PTjOvKLT3AdYly/LmORARfEVT1iyjwN+4MqE5UmVKoAdIBqeoCHgLA==
- dependencies:
- type-fest "^0.11.0"
-
-ansi-regex@^4.1.0:
- version "4.1.0"
- resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz"
- integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==
-
-ansi-regex@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz"
- integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
-
-ansi-styles@^3.2.0, ansi-styles@^3.2.1:
- version "3.2.1"
- resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz"
- integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
- dependencies:
- color-convert "^1.9.0"
-
-ansi-styles@^4.0.0, ansi-styles@^4.1.0:
- version "4.3.0"
- resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz"
- integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
- dependencies:
- color-convert "^2.0.1"
-
-anymatch@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz"
- integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==
- dependencies:
- micromatch "^3.1.4"
- normalize-path "^2.1.1"
-
-anymatch@^3.0.3:
- version "3.1.1"
- resolved "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz"
- integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==
- dependencies:
- normalize-path "^3.0.0"
- picomatch "^2.0.4"
-
-argparse@^1.0.7:
- version "1.0.10"
- resolved "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz"
- integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==
- dependencies:
- sprintf-js "~1.0.2"
-
-arr-diff@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz"
- integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=
-
-arr-flatten@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz"
- integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==
-
-arr-union@^3.1.0:
- version "3.1.0"
- resolved "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz"
- integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=
-
-array-unique@^0.3.2:
- version "0.3.2"
- resolved "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz"
- integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
-
-asn1@~0.2.3:
- version "0.2.4"
- resolved "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz"
- integrity sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==
- dependencies:
- safer-buffer "~2.1.0"
-
-assert-plus@1.0.0, assert-plus@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz"
- integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=
-
-assign-symbols@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz"
- integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=
-
-astral-regex@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz"
- integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==
-
-asynckit@^0.4.0:
- version "0.4.0"
- resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz"
- integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
-
-atob@^2.1.2:
- version "2.1.2"
- resolved "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz"
- integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
-
-aws-sign2@~0.7.0:
- version "0.7.0"
- resolved "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz"
- integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=
-
-aws4@^1.8.0:
- version "1.11.0"
- resolved "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz"
- integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
-
-babel-jest@^26.6.3:
- version "26.6.3"
- resolved "https://registry.npmjs.org/babel-jest/-/babel-jest-26.6.3.tgz"
- integrity sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==
- dependencies:
- "@jest/transform" "^26.6.2"
- "@jest/types" "^26.6.2"
- "@types/babel__core" "^7.1.7"
- babel-plugin-istanbul "^6.0.0"
- babel-preset-jest "^26.6.2"
- chalk "^4.0.0"
- graceful-fs "^4.2.4"
- slash "^3.0.0"
-
-babel-plugin-istanbul@^6.0.0:
- version "6.0.0"
- resolved "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.0.0.tgz"
- integrity sha512-AF55rZXpe7trmEylbaE1Gv54wn6rwU03aptvRoVIGP8YykoSxqdVLV1TfwflBCE/QtHmqtP8SWlTENqbK8GCSQ==
- dependencies:
- "@babel/helper-plugin-utils" "^7.0.0"
- "@istanbuljs/load-nyc-config" "^1.0.0"
- "@istanbuljs/schema" "^0.1.2"
- istanbul-lib-instrument "^4.0.0"
- test-exclude "^6.0.0"
-
-babel-plugin-jest-hoist@^26.6.2:
- version "26.6.2"
- resolved "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.6.2.tgz"
- integrity sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw==
- dependencies:
- "@babel/template" "^7.3.3"
- "@babel/types" "^7.3.3"
- "@types/babel__core" "^7.0.0"
- "@types/babel__traverse" "^7.0.6"
-
-babel-preset-current-node-syntax@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.0.tgz"
- integrity sha512-mGkvkpocWJes1CmMKtgGUwCeeq0pOhALyymozzDWYomHTbDLwueDYG6p4TK1YOeYHCzBzYPsWkgTto10JubI1Q==
- dependencies:
- "@babel/plugin-syntax-async-generators" "^7.8.4"
- "@babel/plugin-syntax-bigint" "^7.8.3"
- "@babel/plugin-syntax-class-properties" "^7.8.3"
- "@babel/plugin-syntax-import-meta" "^7.8.3"
- "@babel/plugin-syntax-json-strings" "^7.8.3"
- "@babel/plugin-syntax-logical-assignment-operators" "^7.8.3"
- "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
- "@babel/plugin-syntax-numeric-separator" "^7.8.3"
- "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
- "@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
- "@babel/plugin-syntax-optional-chaining" "^7.8.3"
- "@babel/plugin-syntax-top-level-await" "^7.8.3"
-
-babel-preset-jest@^26.6.2:
- version "26.6.2"
- resolved "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-26.6.2.tgz"
- integrity sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==
- dependencies:
- babel-plugin-jest-hoist "^26.6.2"
- babel-preset-current-node-syntax "^1.0.0"
-
-balanced-match@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz"
- integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
-
-base@^0.11.1:
- version "0.11.2"
- resolved "https://registry.npmjs.org/base/-/base-0.11.2.tgz"
- integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==
- dependencies:
- cache-base "^1.0.1"
- class-utils "^0.3.5"
- component-emitter "^1.2.1"
- define-property "^1.0.0"
- isobject "^3.0.1"
- mixin-deep "^1.2.0"
- pascalcase "^0.1.1"
-
-bcrypt-pbkdf@^1.0.0:
- version "1.0.2"
- resolved "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz"
- integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=
- dependencies:
- tweetnacl "^0.14.3"
-
-brace-expansion@^1.1.7:
- version "1.1.11"
- resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz"
- integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
- dependencies:
- balanced-match "^1.0.0"
- concat-map "0.0.1"
-
-braces@^2.3.1:
- version "2.3.2"
- resolved "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz"
- integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==
- dependencies:
- arr-flatten "^1.1.0"
- array-unique "^0.3.2"
- extend-shallow "^2.0.1"
- fill-range "^4.0.0"
- isobject "^3.0.1"
- repeat-element "^1.1.2"
- snapdragon "^0.8.1"
- snapdragon-node "^2.0.1"
- split-string "^3.0.2"
- to-regex "^3.0.1"
-
-braces@^3.0.1:
- version "3.0.2"
- resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz"
- integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
- dependencies:
- fill-range "^7.0.1"
-
-browser-process-hrtime@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz"
- integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
-
-bser@2.1.1:
- version "2.1.1"
- resolved "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz"
- integrity sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==
- dependencies:
- node-int64 "^0.4.0"
-
-buffer-from@^1.0.0:
- version "1.1.1"
- resolved "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz"
- integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==
-
-cache-base@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz"
- integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==
- dependencies:
- collection-visit "^1.0.0"
- component-emitter "^1.2.1"
- get-value "^2.0.6"
- has-value "^1.0.0"
- isobject "^3.0.1"
- set-value "^2.0.0"
- to-object-path "^0.3.0"
- union-value "^1.0.0"
- unset-value "^1.0.0"
-
-callsites@^3.0.0:
- version "3.1.0"
- resolved "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz"
- integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
-
-camelcase@^5.0.0, camelcase@^5.3.1:
- version "5.3.1"
- resolved "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz"
- integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
-
-camelcase@^6.0.0:
- version "6.2.0"
- resolved "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz"
- integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
-
-capture-exit@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz"
- integrity sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==
- dependencies:
- rsvp "^4.8.4"
-
-caseless@~0.12.0:
- version "0.12.0"
- resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz"
- integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
-
-chalk@^2.0.0:
- version "2.4.2"
- resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
- integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
- dependencies:
- ansi-styles "^3.2.1"
- escape-string-regexp "^1.0.5"
- supports-color "^5.3.0"
-
-chalk@^4.0.0:
- version "4.1.0"
- resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz"
- integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
- dependencies:
- ansi-styles "^4.1.0"
- supports-color "^7.1.0"
-
-char-regex@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz"
- integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==
-
-ci-info@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz"
- integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
-
-cjs-module-lexer@^0.6.0:
- version "0.6.0"
- resolved "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-0.6.0.tgz"
- integrity sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw==
-
-class-utils@^0.3.5:
- version "0.3.6"
- resolved "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz"
- integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==
- dependencies:
- arr-union "^3.1.0"
- define-property "^0.2.5"
- isobject "^3.0.0"
- static-extend "^0.1.1"
-
-cliui@^6.0.0:
- version "6.0.0"
- resolved "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz"
- integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==
- dependencies:
- string-width "^4.2.0"
- strip-ansi "^6.0.0"
- wrap-ansi "^6.2.0"
-
-co@^4.6.0:
- version "4.6.0"
- resolved "https://registry.npmjs.org/co/-/co-4.6.0.tgz"
- integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=
-
-collect-v8-coverage@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz"
- integrity sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==
-
-collection-visit@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz"
- integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=
- dependencies:
- map-visit "^1.0.0"
- object-visit "^1.0.0"
-
-color-convert@^1.9.0:
- version "1.9.3"
- resolved "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz"
- integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
- dependencies:
- color-name "1.1.3"
-
-color-convert@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz"
- integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
- dependencies:
- color-name "~1.1.4"
-
-color-name@1.1.3:
- version "1.1.3"
- resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz"
- integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
-
-color-name@~1.1.4:
- version "1.1.4"
- resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz"
- integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
-
-combined-stream@^1.0.6, combined-stream@~1.0.6:
- version "1.0.8"
- resolved "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz"
- integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
- dependencies:
- delayed-stream "~1.0.0"
-
-component-emitter@^1.2.1:
- version "1.3.0"
- resolved "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz"
- integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==
-
-concat-map@0.0.1:
- version "0.0.1"
- resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
- integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
-
-convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
- version "1.7.0"
- resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz"
- integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
- dependencies:
- safe-buffer "~5.1.1"
-
-copy-descriptor@^0.1.0:
- version "0.1.1"
- resolved "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz"
- integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
-
-core-util-is@1.0.2:
- version "1.0.2"
- resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz"
- integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
-
-cross-spawn@^6.0.0:
- version "6.0.5"
- resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz"
- integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
- dependencies:
- nice-try "^1.0.4"
- path-key "^2.0.1"
- semver "^5.5.0"
- shebang-command "^1.2.0"
- which "^1.2.9"
-
-cross-spawn@^7.0.0, cross-spawn@^7.0.2:
- version "7.0.3"
- resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz"
- integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
- dependencies:
- path-key "^3.1.0"
- shebang-command "^2.0.0"
- which "^2.0.1"
-
-cssom@^0.4.4:
- version "0.4.4"
- resolved "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz"
- integrity sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==
-
-cssom@~0.3.6:
- version "0.3.8"
- resolved "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz"
- integrity sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==
-
-cssstyle@^2.2.0:
- version "2.3.0"
- resolved "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz"
- integrity sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==
- dependencies:
- cssom "~0.3.6"
-
-dashdash@^1.12.0:
- version "1.14.1"
- resolved "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz"
- integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=
- dependencies:
- assert-plus "^1.0.0"
-
-data-urls@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz"
- integrity sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==
- dependencies:
- abab "^2.0.3"
- whatwg-mimetype "^2.3.0"
- whatwg-url "^8.0.0"
-
-debug@^2.2.0, debug@^2.3.3:
- version "2.6.9"
- resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz"
- integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
- dependencies:
- ms "2.0.0"
-
-debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
- version "4.2.0"
- resolved "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz"
- integrity sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==
- dependencies:
- ms "2.1.2"
-
-decamelize@^1.2.0:
- version "1.2.0"
- resolved "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz"
- integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
-
-decimal.js@^10.2.0:
- version "10.2.1"
- resolved "https://registry.npmjs.org/decimal.js/-/decimal.js-10.2.1.tgz"
- integrity sha512-KaL7+6Fw6i5A2XSnsbhm/6B+NuEA7TZ4vqxnd5tXz9sbKtrN9Srj8ab4vKVdK8YAqZO9P1kg45Y6YLoduPf+kw==
-
-decode-uri-component@^0.2.0:
- version "0.2.0"
- resolved "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz"
- integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=
-
-deep-is@^0.1.3, deep-is@~0.1.3:
- version "0.1.3"
- resolved "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz"
- integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=
-
-deepmerge@^4.2.2:
- version "4.2.2"
- resolved "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz"
- integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==
-
-define-property@^0.2.5:
- version "0.2.5"
- resolved "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz"
- integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=
- dependencies:
- is-descriptor "^0.1.0"
-
-define-property@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz"
- integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY=
- dependencies:
- is-descriptor "^1.0.0"
-
-define-property@^2.0.2:
- version "2.0.2"
- resolved "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz"
- integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==
- dependencies:
- is-descriptor "^1.0.2"
- isobject "^3.0.1"
-
-delayed-stream@~1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz"
- integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk=
-
-detect-newline@^3.0.0:
- version "3.1.0"
- resolved "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz"
- integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
-
-diff-sequences@^26.6.2:
- version "26.6.2"
- resolved "https://registry.npmjs.org/diff-sequences/-/diff-sequences-26.6.2.tgz"
- integrity sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==
-
-doctrine@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz"
- integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==
- dependencies:
- esutils "^2.0.2"
-
-domexception@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz"
- integrity sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==
- dependencies:
- webidl-conversions "^5.0.0"
-
-dotenv@^8.2.0:
- version "8.2.0"
- resolved "https://registry.npmjs.org/dotenv/-/dotenv-8.2.0.tgz"
- integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==
-
-ecc-jsbn@~0.1.1:
- version "0.1.2"
- resolved "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz"
- integrity sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=
- dependencies:
- jsbn "~0.1.0"
- safer-buffer "^2.1.0"
-
-emittery@^0.7.1:
- version "0.7.2"
- resolved "https://registry.npmjs.org/emittery/-/emittery-0.7.2.tgz"
- integrity sha512-A8OG5SR/ij3SsJdWDJdkkSYUjQdCUx6APQXem0SaEePBSRg4eymGYwBkKo1Y6DU+af/Jn2dBQqDBvjnr9Vi8nQ==
-
-emoji-regex@^7.0.1:
- version "7.0.3"
- resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz"
- integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==
-
-emoji-regex@^8.0.0:
- version "8.0.0"
- resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz"
- integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
-
-end-of-stream@^1.1.0:
- version "1.4.4"
- resolved "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz"
- integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==
- dependencies:
- once "^1.4.0"
-
-enquirer@^2.3.5:
- version "2.3.6"
- resolved "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz"
- integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==
- dependencies:
- ansi-colors "^4.1.1"
-
-error-ex@^1.3.1:
- version "1.3.2"
- resolved "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz"
- integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==
- dependencies:
- is-arrayish "^0.2.1"
-
-escape-string-regexp@^1.0.5:
- version "1.0.5"
- resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz"
- integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
-
-escape-string-regexp@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz"
- integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==
-
-escodegen@^1.14.1:
- version "1.14.3"
- resolved "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz"
- integrity sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==
- dependencies:
- esprima "^4.0.1"
- estraverse "^4.2.0"
- esutils "^2.0.2"
- optionator "^0.8.1"
- optionalDependencies:
- source-map "~0.6.1"
-
-eslint-plugin-es@^3.0.0:
- version "3.0.1"
- resolved "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz"
- integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==
- dependencies:
- eslint-utils "^2.0.0"
- regexpp "^3.0.0"
-
-eslint-plugin-json@^2.1.2:
- version "2.1.2"
- resolved "https://registry.npmjs.org/eslint-plugin-json/-/eslint-plugin-json-2.1.2.tgz"
- integrity sha512-isM/fsUxS4wN1+nLsWoV5T4gLgBQnsql3nMTr8u+cEls1bL8rRQO5CP5GtxJxaOfbcKqnz401styw+H/P+e78Q==
- dependencies:
- lodash "^4.17.19"
- vscode-json-languageservice "^3.7.0"
-
-eslint-plugin-node@^11.1.0:
- version "11.1.0"
- resolved "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz"
- integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==
- dependencies:
- eslint-plugin-es "^3.0.0"
- eslint-utils "^2.0.0"
- ignore "^5.1.1"
- minimatch "^3.0.4"
- resolve "^1.10.1"
- semver "^6.1.0"
-
-eslint-scope@^5.1.1:
- version "5.1.1"
- resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz"
- integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
- dependencies:
- esrecurse "^4.3.0"
- estraverse "^4.1.1"
-
-eslint-utils@^2.0.0, eslint-utils@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz"
- integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
- dependencies:
- eslint-visitor-keys "^1.1.0"
-
-eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
- version "1.3.0"
- resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz"
- integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
-
-eslint-visitor-keys@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz"
- integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
-
-eslint@^7.11.0:
- version "7.13.0"
- resolved "https://registry.npmjs.org/eslint/-/eslint-7.13.0.tgz"
- integrity sha512-uCORMuOO8tUzJmsdRtrvcGq5qposf7Rw0LwkTJkoDbOycVQtQjmnhZSuLQnozLE4TmAzlMVV45eCHmQ1OpDKUQ==
- dependencies:
- "@babel/code-frame" "^7.0.0"
- "@eslint/eslintrc" "^0.2.1"
- ajv "^6.10.0"
- chalk "^4.0.0"
- cross-spawn "^7.0.2"
- debug "^4.0.1"
- doctrine "^3.0.0"
- enquirer "^2.3.5"
- eslint-scope "^5.1.1"
- eslint-utils "^2.1.0"
- eslint-visitor-keys "^2.0.0"
- espree "^7.3.0"
- esquery "^1.2.0"
- esutils "^2.0.2"
- file-entry-cache "^5.0.1"
- functional-red-black-tree "^1.0.1"
- glob-parent "^5.0.0"
- globals "^12.1.0"
- ignore "^4.0.6"
- import-fresh "^3.0.0"
- imurmurhash "^0.1.4"
- is-glob "^4.0.0"
- js-yaml "^3.13.1"
- json-stable-stringify-without-jsonify "^1.0.1"
- levn "^0.4.1"
- lodash "^4.17.19"
- minimatch "^3.0.4"
- natural-compare "^1.4.0"
- optionator "^0.9.1"
- progress "^2.0.0"
- regexpp "^3.1.0"
- semver "^7.2.1"
- strip-ansi "^6.0.0"
- strip-json-comments "^3.1.0"
- table "^5.2.3"
- text-table "^0.2.0"
- v8-compile-cache "^2.0.3"
-
-espree@^7.3.0:
- version "7.3.0"
- resolved "https://registry.npmjs.org/espree/-/espree-7.3.0.tgz"
- integrity sha512-dksIWsvKCixn1yrEXO8UosNSxaDoSYpq9reEjZSbHLpT5hpaCAKTLBwq0RHtLrIr+c0ByiYzWT8KTMRzoRCNlw==
- dependencies:
- acorn "^7.4.0"
- acorn-jsx "^5.2.0"
- eslint-visitor-keys "^1.3.0"
-
-esprima@^4.0.0, esprima@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz"
- integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
-
-esquery@^1.2.0:
- version "1.3.1"
- resolved "https://registry.npmjs.org/esquery/-/esquery-1.3.1.tgz"
- integrity sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ==
- dependencies:
- estraverse "^5.1.0"
-
-esrecurse@^4.3.0:
- version "4.3.0"
- resolved "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz"
- integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==
- dependencies:
- estraverse "^5.2.0"
-
-estraverse@^4.1.1, estraverse@^4.2.0:
- version "4.3.0"
- resolved "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz"
- integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
-
-estraverse@^5.1.0, estraverse@^5.2.0:
- version "5.2.0"
- resolved "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz"
- integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
-
-esutils@^2.0.2:
- version "2.0.3"
- resolved "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz"
- integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
-
-exec-sh@^0.3.2:
- version "0.3.4"
- resolved "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.4.tgz"
- integrity sha512-sEFIkc61v75sWeOe72qyrqg2Qg0OuLESziUDk/O/z2qgS15y2gWVFrI6f2Qn/qw/0/NCfCEsmNA4zOjkwEZT1A==
-
-execa@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz"
- integrity sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==
- dependencies:
- cross-spawn "^6.0.0"
- get-stream "^4.0.0"
- is-stream "^1.1.0"
- npm-run-path "^2.0.0"
- p-finally "^1.0.0"
- signal-exit "^3.0.0"
- strip-eof "^1.0.0"
-
-execa@^4.0.0:
- version "4.1.0"
- resolved "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz"
- integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
- dependencies:
- cross-spawn "^7.0.0"
- get-stream "^5.0.0"
- human-signals "^1.1.1"
- is-stream "^2.0.0"
- merge-stream "^2.0.0"
- npm-run-path "^4.0.0"
- onetime "^5.1.0"
- signal-exit "^3.0.2"
- strip-final-newline "^2.0.0"
-
-exit@^0.1.2:
- version "0.1.2"
- resolved "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz"
- integrity sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=
-
-expand-brackets@^2.1.4:
- version "2.1.4"
- resolved "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz"
- integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI=
- dependencies:
- debug "^2.3.3"
- define-property "^0.2.5"
- extend-shallow "^2.0.1"
- posix-character-classes "^0.1.0"
- regex-not "^1.0.0"
- snapdragon "^0.8.1"
- to-regex "^3.0.1"
-
-expect@^26.6.2:
- version "26.6.2"
- resolved "https://registry.npmjs.org/expect/-/expect-26.6.2.tgz"
- integrity sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==
- dependencies:
- "@jest/types" "^26.6.2"
- ansi-styles "^4.0.0"
- jest-get-type "^26.3.0"
- jest-matcher-utils "^26.6.2"
- jest-message-util "^26.6.2"
- jest-regex-util "^26.0.0"
-
-extend-shallow@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz"
- integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=
- dependencies:
- is-extendable "^0.1.0"
-
-extend-shallow@^3.0.0, extend-shallow@^3.0.2:
- version "3.0.2"
- resolved "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz"
- integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=
- dependencies:
- assign-symbols "^1.0.0"
- is-extendable "^1.0.1"
-
-extend@~3.0.2:
- version "3.0.2"
- resolved "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz"
- integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==
-
-extglob@^2.0.4:
- version "2.0.4"
- resolved "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz"
- integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==
- dependencies:
- array-unique "^0.3.2"
- define-property "^1.0.0"
- expand-brackets "^2.1.4"
- extend-shallow "^2.0.1"
- fragment-cache "^0.2.1"
- regex-not "^1.0.0"
- snapdragon "^0.8.1"
- to-regex "^3.0.1"
-
-extsprintf@1.3.0, extsprintf@^1.2.0:
- version "1.3.0"
- resolved "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz"
- integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=
-
-fast-deep-equal@^3.1.1:
- version "3.1.3"
- resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz"
- integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
-
-fast-json-stable-stringify@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz"
- integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==
-
-fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6:
- version "2.0.6"
- resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz"
- integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
-
-fb-watchman@^2.0.0:
- version "2.0.1"
- resolved "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz"
- integrity sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==
- dependencies:
- bser "2.1.1"
-
-file-entry-cache@^5.0.1:
- version "5.0.1"
- resolved "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-5.0.1.tgz"
- integrity sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==
- dependencies:
- flat-cache "^2.0.1"
-
-fill-range@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz"
- integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=
- dependencies:
- extend-shallow "^2.0.1"
- is-number "^3.0.0"
- repeat-string "^1.6.1"
- to-regex-range "^2.1.0"
-
-fill-range@^7.0.1:
- version "7.0.1"
- resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz"
- integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
- dependencies:
- to-regex-range "^5.0.1"
-
-find-up@^4.0.0, find-up@^4.1.0:
- version "4.1.0"
- resolved "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz"
- integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
- dependencies:
- locate-path "^5.0.0"
- path-exists "^4.0.0"
-
-flat-cache@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npmjs.org/flat-cache/-/flat-cache-2.0.1.tgz"
- integrity sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==
- dependencies:
- flatted "^2.0.0"
- rimraf "2.6.3"
- write "1.0.3"
-
-flatted@^2.0.0:
- version "2.0.2"
- resolved "https://registry.npmjs.org/flatted/-/flatted-2.0.2.tgz"
- integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
-
-for-in@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz"
- integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
-
-forever-agent@~0.6.1:
- version "0.6.1"
- resolved "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz"
- integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
-
-form-data@~2.3.2:
- version "2.3.3"
- resolved "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz"
- integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==
- dependencies:
- asynckit "^0.4.0"
- combined-stream "^1.0.6"
- mime-types "^2.1.12"
-
-fragment-cache@^0.2.1:
- version "0.2.1"
- resolved "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz"
- integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=
- dependencies:
- map-cache "^0.2.2"
-
-fs.realpath@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
- integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
-
-fsevents@^2.1.2:
- version "2.2.1"
- resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.2.1.tgz"
- integrity sha512-bTLYHSeC0UH/EFXS9KqWnXuOl/wHK5Z/d+ghd5AsFMYN7wIGkUCOJyzy88+wJKkZPGON8u4Z9f6U4FdgURE9qA==
-
-function-bind@^1.1.1:
- version "1.1.1"
- resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz"
- integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
-
-functional-red-black-tree@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz"
- integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
-
-gensync@^1.0.0-beta.1:
- version "1.0.0-beta.2"
- resolved "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz"
- integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
-
-get-caller-file@^2.0.1:
- version "2.0.5"
- resolved "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz"
- integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
-
-get-package-type@^0.1.0:
- version "0.1.0"
- resolved "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz"
- integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
-
-get-stream@^4.0.0:
- version "4.1.0"
- resolved "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz"
- integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==
- dependencies:
- pump "^3.0.0"
-
-get-stream@^5.0.0:
- version "5.2.0"
- resolved "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz"
- integrity sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==
- dependencies:
- pump "^3.0.0"
-
-get-value@^2.0.3, get-value@^2.0.6:
- version "2.0.6"
- resolved "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz"
- integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=
-
-getpass@^0.1.1:
- version "0.1.7"
- resolved "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz"
- integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=
- dependencies:
- assert-plus "^1.0.0"
-
-glob-parent@^5.0.0:
- version "5.1.1"
- resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz"
- integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==
- dependencies:
- is-glob "^4.0.1"
-
-glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
- version "7.1.6"
- resolved "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz"
- integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
- dependencies:
- fs.realpath "^1.0.0"
- inflight "^1.0.4"
- inherits "2"
- minimatch "^3.0.4"
- once "^1.3.0"
- path-is-absolute "^1.0.0"
-
-globals@^11.1.0:
- version "11.12.0"
- resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz"
- integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
-
-globals@^12.1.0:
- version "12.4.0"
- resolved "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz"
- integrity sha512-BWICuzzDvDoH54NHKCseDanAhE3CeDorgDL5MT6LMXXj2WCnd9UC2szdk4AWLfjdgNBCXLUanXYcpBBKOSWGwg==
- dependencies:
- type-fest "^0.8.1"
-
-graceful-fs@^4.2.4:
- version "4.2.4"
- resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz"
- integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==
-
-growly@^1.3.0:
- version "1.3.0"
- resolved "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz"
- integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=
-
-har-schema@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz"
- integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=
-
-har-validator@~5.1.3:
- version "5.1.5"
- resolved "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz"
- integrity sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==
- dependencies:
- ajv "^6.12.3"
- har-schema "^2.0.0"
-
-has-flag@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz"
- integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
-
-has-flag@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz"
- integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
-
-has-value@^0.3.1:
- version "0.3.1"
- resolved "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz"
- integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=
- dependencies:
- get-value "^2.0.3"
- has-values "^0.1.4"
- isobject "^2.0.0"
-
-has-value@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz"
- integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=
- dependencies:
- get-value "^2.0.6"
- has-values "^1.0.0"
- isobject "^3.0.0"
-
-has-values@^0.1.4:
- version "0.1.4"
- resolved "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz"
- integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E=
-
-has-values@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz"
- integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=
- dependencies:
- is-number "^3.0.0"
- kind-of "^4.0.0"
-
-has@^1.0.3:
- version "1.0.3"
- resolved "https://registry.npmjs.org/has/-/has-1.0.3.tgz"
- integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
- dependencies:
- function-bind "^1.1.1"
-
-hosted-git-info@^2.1.4:
- version "2.8.8"
- resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz"
- integrity sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==
-
-html-encoding-sniffer@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz"
- integrity sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==
- dependencies:
- whatwg-encoding "^1.0.5"
-
-html-escaper@^2.0.0:
- version "2.0.2"
- resolved "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz"
- integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
-
-http-signature@~1.2.0:
- version "1.2.0"
- resolved "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz"
- integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=
- dependencies:
- assert-plus "^1.0.0"
- jsprim "^1.2.2"
- sshpk "^1.7.0"
-
-human-signals@^1.1.1:
- version "1.1.1"
- resolved "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz"
- integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
-
-iconv-lite@0.4.24:
- version "0.4.24"
- resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz"
- integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==
- dependencies:
- safer-buffer ">= 2.1.2 < 3"
-
-ignore@^4.0.6:
- version "4.0.6"
- resolved "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz"
- integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
-
-ignore@^5.1.1:
- version "5.1.8"
- resolved "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz"
- integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
-
-import-fresh@^3.0.0, import-fresh@^3.2.1:
- version "3.2.2"
- resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.2.tgz"
- integrity sha512-cTPNrlvJT6twpYy+YmKUKrTSjWFs3bjYjAhCwm+z4EOCubZxAuO+hHpRN64TqjEaYSHs7tJAE0w1CKMGmsG/lw==
- dependencies:
- parent-module "^1.0.0"
- resolve-from "^4.0.0"
-
-import-local@^3.0.2:
- version "3.0.2"
- resolved "https://registry.npmjs.org/import-local/-/import-local-3.0.2.tgz"
- integrity sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA==
- dependencies:
- pkg-dir "^4.2.0"
- resolve-cwd "^3.0.0"
-
-imurmurhash@^0.1.4:
- version "0.1.4"
- resolved "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz"
- integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
-
-inflight@^1.0.4:
- version "1.0.6"
- resolved "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz"
- integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=
- dependencies:
- once "^1.3.0"
- wrappy "1"
-
-inherits@2:
- version "2.0.4"
- resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz"
- integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
-
-ip-regex@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz"
- integrity sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=
-
-is-accessor-descriptor@^0.1.6:
- version "0.1.6"
- resolved "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz"
- integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=
- dependencies:
- kind-of "^3.0.2"
-
-is-accessor-descriptor@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz"
- integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==
- dependencies:
- kind-of "^6.0.0"
-
-is-arrayish@^0.2.1:
- version "0.2.1"
- resolved "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz"
- integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=
-
-is-buffer@^1.1.5:
- version "1.1.6"
- resolved "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz"
- integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
-
-is-ci@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz"
- integrity sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==
- dependencies:
- ci-info "^2.0.0"
-
-is-core-module@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.1.0.tgz"
- integrity sha512-YcV7BgVMRFRua2FqQzKtTDMz8iCuLEyGKjr70q8Zm1yy2qKcurbFEd79PAdHV77oL3NrAaOVQIbMmiHQCHB7ZA==
- dependencies:
- has "^1.0.3"
-
-is-data-descriptor@^0.1.4:
- version "0.1.4"
- resolved "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz"
- integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=
- dependencies:
- kind-of "^3.0.2"
-
-is-data-descriptor@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz"
- integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==
- dependencies:
- kind-of "^6.0.0"
-
-is-descriptor@^0.1.0:
- version "0.1.6"
- resolved "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz"
- integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==
- dependencies:
- is-accessor-descriptor "^0.1.6"
- is-data-descriptor "^0.1.4"
- kind-of "^5.0.0"
-
-is-descriptor@^1.0.0, is-descriptor@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz"
- integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==
- dependencies:
- is-accessor-descriptor "^1.0.0"
- is-data-descriptor "^1.0.0"
- kind-of "^6.0.2"
-
-is-docker@^2.0.0:
- version "2.1.1"
- resolved "https://registry.npmjs.org/is-docker/-/is-docker-2.1.1.tgz"
- integrity sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw==
-
-is-extendable@^0.1.0, is-extendable@^0.1.1:
- version "0.1.1"
- resolved "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz"
- integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=
-
-is-extendable@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz"
- integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==
- dependencies:
- is-plain-object "^2.0.4"
-
-is-extglob@^2.1.1:
- version "2.1.1"
- resolved "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz"
- integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
-
-is-fullwidth-code-point@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz"
- integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=
-
-is-fullwidth-code-point@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz"
- integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
-
-is-generator-fn@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz"
- integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==
-
-is-glob@^4.0.0, is-glob@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz"
- integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
- dependencies:
- is-extglob "^2.1.1"
-
-is-number@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz"
- integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=
- dependencies:
- kind-of "^3.0.2"
-
-is-number@^7.0.0:
- version "7.0.0"
- resolved "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz"
- integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
-
-is-plain-object@^2.0.3, is-plain-object@^2.0.4:
- version "2.0.4"
- resolved "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz"
- integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==
- dependencies:
- isobject "^3.0.1"
-
-is-potential-custom-element-name@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.0.tgz"
- integrity sha1-DFLlS8yjkbssSUsh6GJtczbG45c=
-
-is-stream@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz"
- integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
-
-is-stream@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz"
- integrity sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==
-
-is-typedarray@^1.0.0, is-typedarray@~1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz"
- integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
-
-is-windows@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz"
- integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==
-
-is-wsl@^2.2.0:
- version "2.2.0"
- resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz"
- integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==
- dependencies:
- is-docker "^2.0.0"
-
-isarray@1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz"
- integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
-
-isexe@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
- integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
-
-isobject@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz"
- integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=
- dependencies:
- isarray "1.0.0"
-
-isobject@^3.0.0, isobject@^3.0.1:
- version "3.0.1"
- resolved "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz"
- integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8=
-
-isstream@~0.1.2:
- version "0.1.2"
- resolved "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz"
- integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
-
-istanbul-lib-coverage@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz"
- integrity sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==
-
-istanbul-lib-instrument@^4.0.0, istanbul-lib-instrument@^4.0.3:
- version "4.0.3"
- resolved "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz"
- integrity sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==
- dependencies:
- "@babel/core" "^7.7.5"
- "@istanbuljs/schema" "^0.1.2"
- istanbul-lib-coverage "^3.0.0"
- semver "^6.3.0"
-
-istanbul-lib-report@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz"
- integrity sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==
- dependencies:
- istanbul-lib-coverage "^3.0.0"
- make-dir "^3.0.0"
- supports-color "^7.1.0"
-
-istanbul-lib-source-maps@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz"
- integrity sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==
- dependencies:
- debug "^4.1.1"
- istanbul-lib-coverage "^3.0.0"
- source-map "^0.6.1"
-
-istanbul-reports@^3.0.2:
- version "3.0.2"
- resolved "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.0.2.tgz"
- integrity sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==
- dependencies:
- html-escaper "^2.0.0"
- istanbul-lib-report "^3.0.0"
-
-jest-changed-files@^26.6.2:
- version "26.6.2"
- resolved "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-26.6.2.tgz"
- integrity sha512-fDS7szLcY9sCtIip8Fjry9oGf3I2ht/QT21bAHm5Dmf0mD4X3ReNUf17y+bO6fR8WgbIZTlbyG1ak/53cbRzKQ==
- dependencies:
- "@jest/types" "^26.6.2"
- execa "^4.0.0"
- throat "^5.0.0"
-
-jest-cli@^26.6.3:
- version "26.6.3"
- resolved "https://registry.npmjs.org/jest-cli/-/jest-cli-26.6.3.tgz"
- integrity sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg==
- dependencies:
- "@jest/core" "^26.6.3"
- "@jest/test-result" "^26.6.2"
- "@jest/types" "^26.6.2"
- chalk "^4.0.0"
- exit "^0.1.2"
- graceful-fs "^4.2.4"
- import-local "^3.0.2"
- is-ci "^2.0.0"
- jest-config "^26.6.3"
- jest-util "^26.6.2"
- jest-validate "^26.6.2"
- prompts "^2.0.1"
- yargs "^15.4.1"
-
-jest-config@^26.6.3:
- version "26.6.3"
- resolved "https://registry.npmjs.org/jest-config/-/jest-config-26.6.3.tgz"
- integrity sha512-t5qdIj/bCj2j7NFVHb2nFB4aUdfucDn3JRKgrZnplb8nieAirAzRSHP8uDEd+qV6ygzg9Pz4YG7UTJf94LPSyg==
- dependencies:
- "@babel/core" "^7.1.0"
- "@jest/test-sequencer" "^26.6.3"
- "@jest/types" "^26.6.2"
- babel-jest "^26.6.3"
- chalk "^4.0.0"
- deepmerge "^4.2.2"
- glob "^7.1.1"
- graceful-fs "^4.2.4"
- jest-environment-jsdom "^26.6.2"
- jest-environment-node "^26.6.2"
- jest-get-type "^26.3.0"
- jest-jasmine2 "^26.6.3"
- jest-regex-util "^26.0.0"
- jest-resolve "^26.6.2"
- jest-util "^26.6.2"
- jest-validate "^26.6.2"
- micromatch "^4.0.2"
- pretty-format "^26.6.2"
-
-jest-diff@^26.6.2:
- version "26.6.2"
- resolved "https://registry.npmjs.org/jest-diff/-/jest-diff-26.6.2.tgz"
- integrity sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==
- dependencies:
- chalk "^4.0.0"
- diff-sequences "^26.6.2"
- jest-get-type "^26.3.0"
- pretty-format "^26.6.2"
-
-jest-docblock@^26.0.0:
- version "26.0.0"
- resolved "https://registry.npmjs.org/jest-docblock/-/jest-docblock-26.0.0.tgz"
- integrity sha512-RDZ4Iz3QbtRWycd8bUEPxQsTlYazfYn/h5R65Fc6gOfwozFhoImx+affzky/FFBuqISPTqjXomoIGJVKBWoo0w==
- dependencies:
- detect-newline "^3.0.0"
-
-jest-each@^26.6.2:
- version "26.6.2"
- resolved "https://registry.npmjs.org/jest-each/-/jest-each-26.6.2.tgz"
- integrity sha512-Mer/f0KaATbjl8MCJ+0GEpNdqmnVmDYqCTJYTvoo7rqmRiDllmp2AYN+06F93nXcY3ur9ShIjS+CO/uD+BbH4A==
- dependencies:
- "@jest/types" "^26.6.2"
- chalk "^4.0.0"
- jest-get-type "^26.3.0"
- jest-util "^26.6.2"
- pretty-format "^26.6.2"
-
-jest-environment-jsdom@^26.6.2:
- version "26.6.2"
- resolved "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-26.6.2.tgz"
- integrity sha512-jgPqCruTlt3Kwqg5/WVFyHIOJHsiAvhcp2qiR2QQstuG9yWox5+iHpU3ZrcBxW14T4fe5Z68jAfLRh7joCSP2Q==
- dependencies:
- "@jest/environment" "^26.6.2"
- "@jest/fake-timers" "^26.6.2"
- "@jest/types" "^26.6.2"
- "@types/node" "*"
- jest-mock "^26.6.2"
- jest-util "^26.6.2"
- jsdom "^16.4.0"
-
-jest-environment-node@^26.6.2:
- version "26.6.2"
- resolved "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-26.6.2.tgz"
- integrity sha512-zhtMio3Exty18dy8ee8eJ9kjnRyZC1N4C1Nt/VShN1apyXc8rWGtJ9lI7vqiWcyyXS4BVSEn9lxAM2D+07/Tag==
- dependencies:
- "@jest/environment" "^26.6.2"
- "@jest/fake-timers" "^26.6.2"
- "@jest/types" "^26.6.2"
- "@types/node" "*"
- jest-mock "^26.6.2"
- jest-util "^26.6.2"
-
-jest-get-type@^26.3.0:
- version "26.3.0"
- resolved "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz"
- integrity sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==
-
-jest-haste-map@^26.6.2:
- version "26.6.2"
- resolved "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-26.6.2.tgz"
- integrity sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w==
- dependencies:
- "@jest/types" "^26.6.2"
- "@types/graceful-fs" "^4.1.2"
- "@types/node" "*"
- anymatch "^3.0.3"
- fb-watchman "^2.0.0"
- graceful-fs "^4.2.4"
- jest-regex-util "^26.0.0"
- jest-serializer "^26.6.2"
- jest-util "^26.6.2"
- jest-worker "^26.6.2"
- micromatch "^4.0.2"
- sane "^4.0.3"
- walker "^1.0.7"
- optionalDependencies:
- fsevents "^2.1.2"
-
-jest-jasmine2@^26.6.3:
- version "26.6.3"
- resolved "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-26.6.3.tgz"
- integrity sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg==
- dependencies:
- "@babel/traverse" "^7.1.0"
- "@jest/environment" "^26.6.2"
- "@jest/source-map" "^26.6.2"
- "@jest/test-result" "^26.6.2"
- "@jest/types" "^26.6.2"
- "@types/node" "*"
- chalk "^4.0.0"
- co "^4.6.0"
- expect "^26.6.2"
- is-generator-fn "^2.0.0"
- jest-each "^26.6.2"
- jest-matcher-utils "^26.6.2"
- jest-message-util "^26.6.2"
- jest-runtime "^26.6.3"
- jest-snapshot "^26.6.2"
- jest-util "^26.6.2"
- pretty-format "^26.6.2"
- throat "^5.0.0"
-
-jest-leak-detector@^26.6.2:
- version "26.6.2"
- resolved "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-26.6.2.tgz"
- integrity sha512-i4xlXpsVSMeKvg2cEKdfhh0H39qlJlP5Ex1yQxwF9ubahboQYMgTtz5oML35AVA3B4Eu+YsmwaiKVev9KCvLxg==
- dependencies:
- jest-get-type "^26.3.0"
- pretty-format "^26.6.2"
-
-jest-matcher-utils@^26.6.2:
- version "26.6.2"
- resolved "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-26.6.2.tgz"
- integrity sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw==
- dependencies:
- chalk "^4.0.0"
- jest-diff "^26.6.2"
- jest-get-type "^26.3.0"
- pretty-format "^26.6.2"
-
-jest-message-util@^26.6.2:
- version "26.6.2"
- resolved "https://registry.npmjs.org/jest-message-util/-/jest-message-util-26.6.2.tgz"
- integrity sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA==
- dependencies:
- "@babel/code-frame" "^7.0.0"
- "@jest/types" "^26.6.2"
- "@types/stack-utils" "^2.0.0"
- chalk "^4.0.0"
- graceful-fs "^4.2.4"
- micromatch "^4.0.2"
- pretty-format "^26.6.2"
- slash "^3.0.0"
- stack-utils "^2.0.2"
-
-jest-mock@^26.6.2:
- version "26.6.2"
- resolved "https://registry.npmjs.org/jest-mock/-/jest-mock-26.6.2.tgz"
- integrity sha512-YyFjePHHp1LzpzYcmgqkJ0nm0gg/lJx2aZFzFy1S6eUqNjXsOqTK10zNRff2dNfssgokjkG65OlWNcIlgd3zew==
- dependencies:
- "@jest/types" "^26.6.2"
- "@types/node" "*"
-
-jest-pnp-resolver@^1.2.2:
- version "1.2.2"
- resolved "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz"
- integrity sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==
-
-jest-regex-util@^26.0.0:
- version "26.0.0"
- resolved "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-26.0.0.tgz"
- integrity sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A==
-
-jest-resolve-dependencies@^26.6.3:
- version "26.6.3"
- resolved "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-26.6.3.tgz"
- integrity sha512-pVwUjJkxbhe4RY8QEWzN3vns2kqyuldKpxlxJlzEYfKSvY6/bMvxoFrYYzUO1Gx28yKWN37qyV7rIoIp2h8fTg==
- dependencies:
- "@jest/types" "^26.6.2"
- jest-regex-util "^26.0.0"
- jest-snapshot "^26.6.2"
-
-jest-resolve@^26.6.2:
- version "26.6.2"
- resolved "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz"
- integrity sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==
- dependencies:
- "@jest/types" "^26.6.2"
- chalk "^4.0.0"
- graceful-fs "^4.2.4"
- jest-pnp-resolver "^1.2.2"
- jest-util "^26.6.2"
- read-pkg-up "^7.0.1"
- resolve "^1.18.1"
- slash "^3.0.0"
-
-jest-runner@^26.6.3:
- version "26.6.3"
- resolved "https://registry.npmjs.org/jest-runner/-/jest-runner-26.6.3.tgz"
- integrity sha512-atgKpRHnaA2OvByG/HpGA4g6CSPS/1LK0jK3gATJAoptC1ojltpmVlYC3TYgdmGp+GLuhzpH30Gvs36szSL2JQ==
- dependencies:
- "@jest/console" "^26.6.2"
- "@jest/environment" "^26.6.2"
- "@jest/test-result" "^26.6.2"
- "@jest/types" "^26.6.2"
- "@types/node" "*"
- chalk "^4.0.0"
- emittery "^0.7.1"
- exit "^0.1.2"
- graceful-fs "^4.2.4"
- jest-config "^26.6.3"
- jest-docblock "^26.0.0"
- jest-haste-map "^26.6.2"
- jest-leak-detector "^26.6.2"
- jest-message-util "^26.6.2"
- jest-resolve "^26.6.2"
- jest-runtime "^26.6.3"
- jest-util "^26.6.2"
- jest-worker "^26.6.2"
- source-map-support "^0.5.6"
- throat "^5.0.0"
-
-jest-runtime@^26.6.3:
- version "26.6.3"
- resolved "https://registry.npmjs.org/jest-runtime/-/jest-runtime-26.6.3.tgz"
- integrity sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw==
- dependencies:
- "@jest/console" "^26.6.2"
- "@jest/environment" "^26.6.2"
- "@jest/fake-timers" "^26.6.2"
- "@jest/globals" "^26.6.2"
- "@jest/source-map" "^26.6.2"
- "@jest/test-result" "^26.6.2"
- "@jest/transform" "^26.6.2"
- "@jest/types" "^26.6.2"
- "@types/yargs" "^15.0.0"
- chalk "^4.0.0"
- cjs-module-lexer "^0.6.0"
- collect-v8-coverage "^1.0.0"
- exit "^0.1.2"
- glob "^7.1.3"
- graceful-fs "^4.2.4"
- jest-config "^26.6.3"
- jest-haste-map "^26.6.2"
- jest-message-util "^26.6.2"
- jest-mock "^26.6.2"
- jest-regex-util "^26.0.0"
- jest-resolve "^26.6.2"
- jest-snapshot "^26.6.2"
- jest-util "^26.6.2"
- jest-validate "^26.6.2"
- slash "^3.0.0"
- strip-bom "^4.0.0"
- yargs "^15.4.1"
-
-jest-serializer@^26.6.2:
- version "26.6.2"
- resolved "https://registry.npmjs.org/jest-serializer/-/jest-serializer-26.6.2.tgz"
- integrity sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==
- dependencies:
- "@types/node" "*"
- graceful-fs "^4.2.4"
-
-jest-snapshot@^26.6.2:
- version "26.6.2"
- resolved "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-26.6.2.tgz"
- integrity sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og==
- dependencies:
- "@babel/types" "^7.0.0"
- "@jest/types" "^26.6.2"
- "@types/babel__traverse" "^7.0.4"
- "@types/prettier" "^2.0.0"
- chalk "^4.0.0"
- expect "^26.6.2"
- graceful-fs "^4.2.4"
- jest-diff "^26.6.2"
- jest-get-type "^26.3.0"
- jest-haste-map "^26.6.2"
- jest-matcher-utils "^26.6.2"
- jest-message-util "^26.6.2"
- jest-resolve "^26.6.2"
- natural-compare "^1.4.0"
- pretty-format "^26.6.2"
- semver "^7.3.2"
-
-jest-util@^26.6.2:
- version "26.6.2"
- resolved "https://registry.npmjs.org/jest-util/-/jest-util-26.6.2.tgz"
- integrity sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==
- dependencies:
- "@jest/types" "^26.6.2"
- "@types/node" "*"
- chalk "^4.0.0"
- graceful-fs "^4.2.4"
- is-ci "^2.0.0"
- micromatch "^4.0.2"
-
-jest-validate@^26.6.2:
- version "26.6.2"
- resolved "https://registry.npmjs.org/jest-validate/-/jest-validate-26.6.2.tgz"
- integrity sha512-NEYZ9Aeyj0i5rQqbq+tpIOom0YS1u2MVu6+euBsvpgIme+FOfRmoC4R5p0JiAUpaFvFy24xgrpMknarR/93XjQ==
- dependencies:
- "@jest/types" "^26.6.2"
- camelcase "^6.0.0"
- chalk "^4.0.0"
- jest-get-type "^26.3.0"
- leven "^3.1.0"
- pretty-format "^26.6.2"
-
-jest-watcher@^26.6.2:
- version "26.6.2"
- resolved "https://registry.npmjs.org/jest-watcher/-/jest-watcher-26.6.2.tgz"
- integrity sha512-WKJob0P/Em2csiVthsI68p6aGKTIcsfjH9Gsx1f0A3Italz43e3ho0geSAVsmj09RWOELP1AZ/DXyJgOgDKxXQ==
- dependencies:
- "@jest/test-result" "^26.6.2"
- "@jest/types" "^26.6.2"
- "@types/node" "*"
- ansi-escapes "^4.2.1"
- chalk "^4.0.0"
- jest-util "^26.6.2"
- string-length "^4.0.1"
-
-jest-worker@^26.6.2:
- version "26.6.2"
- resolved "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz"
- integrity sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==
- dependencies:
- "@types/node" "*"
- merge-stream "^2.0.0"
- supports-color "^7.0.0"
-
-jest@^26.4.2:
- version "26.6.3"
- resolved "https://registry.npmjs.org/jest/-/jest-26.6.3.tgz"
- integrity sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q==
- dependencies:
- "@jest/core" "^26.6.3"
- import-local "^3.0.2"
- jest-cli "^26.6.3"
-
-js-tokens@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz"
- integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
-
-js-yaml@^3.13.1:
- version "3.14.0"
- resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.0.tgz"
- integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==
- dependencies:
- argparse "^1.0.7"
- esprima "^4.0.0"
-
-jsbn@~0.1.0:
- version "0.1.1"
- resolved "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz"
- integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=
-
-jsdom@^16.4.0:
- version "16.4.0"
- resolved "https://registry.npmjs.org/jsdom/-/jsdom-16.4.0.tgz"
- integrity sha512-lYMm3wYdgPhrl7pDcRmvzPhhrGVBeVhPIqeHjzeiHN3DFmD1RBpbExbi8vU7BJdH8VAZYovR8DMt0PNNDM7k8w==
- dependencies:
- abab "^2.0.3"
- acorn "^7.1.1"
- acorn-globals "^6.0.0"
- cssom "^0.4.4"
- cssstyle "^2.2.0"
- data-urls "^2.0.0"
- decimal.js "^10.2.0"
- domexception "^2.0.1"
- escodegen "^1.14.1"
- html-encoding-sniffer "^2.0.1"
- is-potential-custom-element-name "^1.0.0"
- nwsapi "^2.2.0"
- parse5 "5.1.1"
- request "^2.88.2"
- request-promise-native "^1.0.8"
- saxes "^5.0.0"
- symbol-tree "^3.2.4"
- tough-cookie "^3.0.1"
- w3c-hr-time "^1.0.2"
- w3c-xmlserializer "^2.0.0"
- webidl-conversions "^6.1.0"
- whatwg-encoding "^1.0.5"
- whatwg-mimetype "^2.3.0"
- whatwg-url "^8.0.0"
- ws "^7.2.3"
- xml-name-validator "^3.0.0"
-
-jsesc@^2.5.1:
- version "2.5.2"
- resolved "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz"
- integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
-
-json-parse-even-better-errors@^2.3.0:
- version "2.3.1"
- resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz"
- integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
-
-json-schema-traverse@^0.4.1:
- version "0.4.1"
- resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz"
- integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
-
-json-schema@0.2.3:
- version "0.2.3"
- resolved "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz"
- integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=
-
-json-stable-stringify-without-jsonify@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz"
- integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
-
-json-stringify-safe@~5.0.1:
- version "5.0.1"
- resolved "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz"
- integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
-
-json5@^2.1.2:
- version "2.1.3"
- resolved "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz"
- integrity sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==
- dependencies:
- minimist "^1.2.5"
-
-jsonc-parser@^2.3.1:
- version "2.3.1"
- resolved "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-2.3.1.tgz"
- integrity sha512-H8jvkz1O50L3dMZCsLqiuB2tA7muqbSg1AtGEkN0leAqGjsUzDJir3Zwr02BhqdcITPg3ei3mZ+HjMocAknhhg==
-
-jsprim@^1.2.2:
- version "1.4.1"
- resolved "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz"
- integrity sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=
- dependencies:
- assert-plus "1.0.0"
- extsprintf "1.3.0"
- json-schema "0.2.3"
- verror "1.10.0"
-
-kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
- version "3.2.2"
- resolved "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz"
- integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=
- dependencies:
- is-buffer "^1.1.5"
-
-kind-of@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz"
- integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc=
- dependencies:
- is-buffer "^1.1.5"
-
-kind-of@^5.0.0:
- version "5.1.0"
- resolved "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz"
- integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==
-
-kind-of@^6.0.0, kind-of@^6.0.2:
- version "6.0.3"
- resolved "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz"
- integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
-
-kleur@^3.0.3:
- version "3.0.3"
- resolved "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz"
- integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
-
-leven@^3.1.0:
- version "3.1.0"
- resolved "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz"
- integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==
-
-levn@^0.4.1:
- version "0.4.1"
- resolved "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz"
- integrity sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==
- dependencies:
- prelude-ls "^1.2.1"
- type-check "~0.4.0"
-
-levn@~0.3.0:
- version "0.3.0"
- resolved "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz"
- integrity sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=
- dependencies:
- prelude-ls "~1.1.2"
- type-check "~0.3.2"
-
-lines-and-columns@^1.1.6:
- version "1.1.6"
- resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz"
- integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
-
-locate-path@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz"
- integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==
- dependencies:
- p-locate "^4.1.0"
-
-lodash.sortby@^4.7.0:
- version "4.7.0"
- resolved "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz"
- integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
-
-lodash@^4.17.14, lodash@^4.17.19:
- version "4.17.20"
- resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz"
- integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
-
-make-dir@^3.0.0:
- version "3.1.0"
- resolved "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz"
- integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==
- dependencies:
- semver "^6.0.0"
-
-makeerror@1.0.x:
- version "1.0.11"
- resolved "https://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz"
- integrity sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw=
- dependencies:
- tmpl "1.0.x"
-
-map-cache@^0.2.2:
- version "0.2.2"
- resolved "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz"
- integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=
-
-map-visit@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz"
- integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=
- dependencies:
- object-visit "^1.0.0"
-
-merge-stream@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz"
- integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
-
-micromatch@^3.1.4:
- version "3.1.10"
- resolved "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz"
- integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==
- dependencies:
- arr-diff "^4.0.0"
- array-unique "^0.3.2"
- braces "^2.3.1"
- define-property "^2.0.2"
- extend-shallow "^3.0.2"
- extglob "^2.0.4"
- fragment-cache "^0.2.1"
- kind-of "^6.0.2"
- nanomatch "^1.2.9"
- object.pick "^1.3.0"
- regex-not "^1.0.0"
- snapdragon "^0.8.1"
- to-regex "^3.0.2"
-
-micromatch@^4.0.2:
- version "4.0.2"
- resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz"
- integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==
- dependencies:
- braces "^3.0.1"
- picomatch "^2.0.5"
-
-mime-db@1.44.0:
- version "1.44.0"
- resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.44.0.tgz"
- integrity sha512-/NOTfLrsPBVeH7YtFPgsVWveuL+4SjjYxaQ1xtM1KMFj7HdxlBlxeyNLzhyJVx7r4rZGJAZ/6lkKCitSc/Nmpg==
-
-mime-types@^2.1.12, mime-types@~2.1.19:
- version "2.1.27"
- resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.27.tgz"
- integrity sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==
- dependencies:
- mime-db "1.44.0"
-
-mimic-fn@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz"
- integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
-
-minimatch@^3.0.4:
- version "3.0.4"
- resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz"
- integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
- dependencies:
- brace-expansion "^1.1.7"
-
-minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
- version "1.2.5"
- resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz"
- integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
-
-mixin-deep@^1.2.0:
- version "1.3.2"
- resolved "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz"
- integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==
- dependencies:
- for-in "^1.0.2"
- is-extendable "^1.0.1"
-
-mkdirp@^0.5.1:
- version "0.5.5"
- resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz"
- integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
- dependencies:
- minimist "^1.2.5"
-
-ms@2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz"
- integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
-
-ms@2.1.2:
- version "2.1.2"
- resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz"
- integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
-
-nanomatch@^1.2.9:
- version "1.2.13"
- resolved "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz"
- integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==
- dependencies:
- arr-diff "^4.0.0"
- array-unique "^0.3.2"
- define-property "^2.0.2"
- extend-shallow "^3.0.2"
- fragment-cache "^0.2.1"
- is-windows "^1.0.2"
- kind-of "^6.0.2"
- object.pick "^1.3.0"
- regex-not "^1.0.0"
- snapdragon "^0.8.1"
- to-regex "^3.0.1"
-
-natural-compare@^1.4.0:
- version "1.4.0"
- resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz"
- integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
-
-nice-try@^1.0.4:
- version "1.0.5"
- resolved "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz"
- integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
-
-node-fetch@^2.6.1:
- version "2.6.1"
- resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz"
- integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
-
-node-int64@^0.4.0:
- version "0.4.0"
- resolved "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz"
- integrity sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=
-
-node-modules-regexp@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz"
- integrity sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=
-
-node-notifier@^8.0.0:
- version "8.0.0"
- resolved "https://registry.npmjs.org/node-notifier/-/node-notifier-8.0.0.tgz"
- integrity sha512-46z7DUmcjoYdaWyXouuFNNfUo6eFa94t23c53c+lG/9Cvauk4a98rAUp9672X5dxGdQmLpPzTxzu8f/OeEPaFA==
- dependencies:
- growly "^1.3.0"
- is-wsl "^2.2.0"
- semver "^7.3.2"
- shellwords "^0.1.1"
- uuid "^8.3.0"
- which "^2.0.2"
-
-normalize-package-data@^2.5.0:
- version "2.5.0"
- resolved "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz"
- integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
- dependencies:
- hosted-git-info "^2.1.4"
- resolve "^1.10.0"
- semver "2 || 3 || 4 || 5"
- validate-npm-package-license "^3.0.1"
-
-normalize-path@^2.1.1:
- version "2.1.1"
- resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz"
- integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=
- dependencies:
- remove-trailing-separator "^1.0.1"
-
-normalize-path@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz"
- integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
-
-npm-run-path@^2.0.0:
- version "2.0.2"
- resolved "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz"
- integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=
- dependencies:
- path-key "^2.0.0"
-
-npm-run-path@^4.0.0:
- version "4.0.1"
- resolved "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz"
- integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==
- dependencies:
- path-key "^3.0.0"
-
-nwsapi@^2.2.0:
- version "2.2.0"
- resolved "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz"
- integrity sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==
-
-oauth-sign@~0.9.0:
- version "0.9.0"
- resolved "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz"
- integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==
-
-object-copy@^0.1.0:
- version "0.1.0"
- resolved "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz"
- integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw=
- dependencies:
- copy-descriptor "^0.1.0"
- define-property "^0.2.5"
- kind-of "^3.0.3"
-
-object-visit@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz"
- integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=
- dependencies:
- isobject "^3.0.0"
-
-object.pick@^1.3.0:
- version "1.3.0"
- resolved "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz"
- integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=
- dependencies:
- isobject "^3.0.1"
-
-once@^1.3.0, once@^1.3.1, once@^1.4.0:
- version "1.4.0"
- resolved "https://registry.npmjs.org/once/-/once-1.4.0.tgz"
- integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
- dependencies:
- wrappy "1"
-
-onetime@^5.1.0:
- version "5.1.2"
- resolved "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz"
- integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==
- dependencies:
- mimic-fn "^2.1.0"
-
-optionator@^0.8.1:
- version "0.8.3"
- resolved "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz"
- integrity sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==
- dependencies:
- deep-is "~0.1.3"
- fast-levenshtein "~2.0.6"
- levn "~0.3.0"
- prelude-ls "~1.1.2"
- type-check "~0.3.2"
- word-wrap "~1.2.3"
-
-optionator@^0.9.1:
- version "0.9.1"
- resolved "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz"
- integrity sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==
- dependencies:
- deep-is "^0.1.3"
- fast-levenshtein "^2.0.6"
- levn "^0.4.1"
- prelude-ls "^1.2.1"
- type-check "^0.4.0"
- word-wrap "^1.2.3"
-
-p-each-series@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npmjs.org/p-each-series/-/p-each-series-2.1.0.tgz"
- integrity sha512-ZuRs1miPT4HrjFa+9fRfOFXxGJfORgelKV9f9nNOWw2gl6gVsRaVDOQP0+MI0G0wGKns1Yacsu0GjOFbTK0JFQ==
-
-p-finally@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz"
- integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=
-
-p-limit@^2.2.0:
- version "2.3.0"
- resolved "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz"
- integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==
- dependencies:
- p-try "^2.0.0"
-
-p-locate@^4.1.0:
- version "4.1.0"
- resolved "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz"
- integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==
- dependencies:
- p-limit "^2.2.0"
-
-p-try@^2.0.0:
- version "2.2.0"
- resolved "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz"
- integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
-
-parent-module@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz"
- integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==
- dependencies:
- callsites "^3.0.0"
-
-parse-json@^5.0.0:
- version "5.1.0"
- resolved "https://registry.npmjs.org/parse-json/-/parse-json-5.1.0.tgz"
- integrity sha512-+mi/lmVVNKFNVyLXV31ERiy2CY5E1/F6QtJFEzoChPRwwngMNXRDQ9GJ5WdE2Z2P4AujsOi0/+2qHID68KwfIQ==
- dependencies:
- "@babel/code-frame" "^7.0.0"
- error-ex "^1.3.1"
- json-parse-even-better-errors "^2.3.0"
- lines-and-columns "^1.1.6"
-
-parse5@5.1.1:
- version "5.1.1"
- resolved "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz"
- integrity sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==
-
-pascalcase@^0.1.1:
- version "0.1.1"
- resolved "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz"
- integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
-
-path-exists@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz"
- integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
-
-path-is-absolute@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
- integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
-
-path-key@^2.0.0, path-key@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz"
- integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
-
-path-key@^3.0.0, path-key@^3.1.0:
- version "3.1.1"
- resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz"
- integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
-
-path-parse@^1.0.6:
- version "1.0.6"
- resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz"
- integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
-
-performance-now@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz"
- integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
-
-picomatch@^2.0.4, picomatch@^2.0.5:
- version "2.2.2"
- resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz"
- integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
-
-pirates@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npmjs.org/pirates/-/pirates-4.0.1.tgz"
- integrity sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==
- dependencies:
- node-modules-regexp "^1.0.0"
-
-pkg-dir@^4.2.0:
- version "4.2.0"
- resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz"
- integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
- dependencies:
- find-up "^4.0.0"
-
-posix-character-classes@^0.1.0:
- version "0.1.1"
- resolved "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz"
- integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=
-
-prelude-ls@^1.2.1:
- version "1.2.1"
- resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz"
- integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
-
-prelude-ls@~1.1.2:
- version "1.1.2"
- resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz"
- integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
-
-pretty-format@^26.6.2:
- version "26.6.2"
- resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz"
- integrity sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==
- dependencies:
- "@jest/types" "^26.6.2"
- ansi-regex "^5.0.0"
- ansi-styles "^4.0.0"
- react-is "^17.0.1"
-
-progress@^2.0.0:
- version "2.0.3"
- resolved "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz"
- integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
-
-prompts@^2.0.1:
- version "2.4.0"
- resolved "https://registry.npmjs.org/prompts/-/prompts-2.4.0.tgz"
- integrity sha512-awZAKrk3vN6CroQukBL+R9051a4R3zCZBlJm/HBfrSZ8iTpYix3VX1vU4mveiLpiwmOJT4wokTF9m6HUk4KqWQ==
- dependencies:
- kleur "^3.0.3"
- sisteransi "^1.0.5"
-
-psl@^1.1.28:
- version "1.8.0"
- resolved "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz"
- integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==
-
-pump@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz"
- integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==
- dependencies:
- end-of-stream "^1.1.0"
- once "^1.3.1"
-
-punycode@^2.1.0, punycode@^2.1.1:
- version "2.1.1"
- resolved "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz"
- integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
-
-qs@^6.9.4:
- version "6.9.4"
- resolved "https://registry.npmjs.org/qs/-/qs-6.9.4.tgz"
- integrity sha512-A1kFqHekCTM7cz0udomYUoYNWjBebHm/5wzU/XqrBRBNWectVH0QIiN+NEcZ0Dte5hvzHwbr8+XQmguPhJ6WdQ==
-
-qs@~6.5.2:
- version "6.5.2"
- resolved "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz"
- integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==
-
-ramda@^0.27.1:
- version "0.27.1"
- resolved "https://registry.npmjs.org/ramda/-/ramda-0.27.1.tgz"
- integrity sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw==
-
-react-is@^17.0.1:
- version "17.0.1"
- resolved "https://registry.npmjs.org/react-is/-/react-is-17.0.1.tgz"
- integrity sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==
-
-read-pkg-up@^7.0.1:
- version "7.0.1"
- resolved "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz"
- integrity sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==
- dependencies:
- find-up "^4.1.0"
- read-pkg "^5.2.0"
- type-fest "^0.8.1"
-
-read-pkg@^5.2.0:
- version "5.2.0"
- resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz"
- integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==
- dependencies:
- "@types/normalize-package-data" "^2.4.0"
- normalize-package-data "^2.5.0"
- parse-json "^5.0.0"
- type-fest "^0.6.0"
-
-regex-not@^1.0.0, regex-not@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz"
- integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==
- dependencies:
- extend-shallow "^3.0.2"
- safe-regex "^1.1.0"
-
-regexpp@^3.0.0, regexpp@^3.1.0:
- version "3.1.0"
- resolved "https://registry.npmjs.org/regexpp/-/regexpp-3.1.0.tgz"
- integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
-
-remove-trailing-separator@^1.0.1:
- version "1.1.0"
- resolved "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz"
- integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8=
-
-repeat-element@^1.1.2:
- version "1.1.3"
- resolved "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz"
- integrity sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==
-
-repeat-string@^1.6.1:
- version "1.6.1"
- resolved "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz"
- integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc=
-
-request-promise-core@1.1.4:
- version "1.1.4"
- resolved "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.4.tgz"
- integrity sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==
- dependencies:
- lodash "^4.17.19"
-
-request-promise-native@^1.0.8:
- version "1.0.9"
- resolved "https://registry.npmjs.org/request-promise-native/-/request-promise-native-1.0.9.tgz"
- integrity sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g==
- dependencies:
- request-promise-core "1.1.4"
- stealthy-require "^1.1.1"
- tough-cookie "^2.3.3"
-
-request@^2.88.2:
- version "2.88.2"
- resolved "https://registry.npmjs.org/request/-/request-2.88.2.tgz"
- integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
- dependencies:
- aws-sign2 "~0.7.0"
- aws4 "^1.8.0"
- caseless "~0.12.0"
- combined-stream "~1.0.6"
- extend "~3.0.2"
- forever-agent "~0.6.1"
- form-data "~2.3.2"
- har-validator "~5.1.3"
- http-signature "~1.2.0"
- is-typedarray "~1.0.0"
- isstream "~0.1.2"
- json-stringify-safe "~5.0.1"
- mime-types "~2.1.19"
- oauth-sign "~0.9.0"
- performance-now "^2.1.0"
- qs "~6.5.2"
- safe-buffer "^5.1.2"
- tough-cookie "~2.5.0"
- tunnel-agent "^0.6.0"
- uuid "^3.3.2"
-
-require-directory@^2.1.1:
- version "2.1.1"
- resolved "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz"
- integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I=
-
-require-main-filename@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz"
- integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==
-
-resolve-cwd@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz"
- integrity sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==
- dependencies:
- resolve-from "^5.0.0"
-
-resolve-from@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz"
- integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
-
-resolve-from@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz"
- integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
-
-resolve-url@^0.2.1:
- version "0.2.1"
- resolved "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz"
- integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
-
-resolve@^1.10.0, resolve@^1.10.1, resolve@^1.18.1, resolve@^1.3.2:
- version "1.19.0"
- resolved "https://registry.npmjs.org/resolve/-/resolve-1.19.0.tgz"
- integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==
- dependencies:
- is-core-module "^2.1.0"
- path-parse "^1.0.6"
-
-ret@~0.1.10:
- version "0.1.15"
- resolved "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz"
- integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
-
-rimraf@2.6.3:
- version "2.6.3"
- resolved "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz"
- integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
- dependencies:
- glob "^7.1.3"
-
-rimraf@^3.0.0:
- version "3.0.2"
- resolved "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz"
- integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
- dependencies:
- glob "^7.1.3"
-
-rsvp@^4.8.4:
- version "4.8.5"
- resolved "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz"
- integrity sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==
-
-safe-buffer@^5.0.1, safe-buffer@^5.1.2, safe-buffer@~5.1.1:
- version "5.1.2"
- resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz"
- integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
-
-safe-regex@^1.1.0:
- version "1.1.0"
- resolved "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz"
- integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4=
- dependencies:
- ret "~0.1.10"
-
-"safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0:
- version "2.1.2"
- resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz"
- integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
-
-sane@^4.0.3:
- version "4.1.0"
- resolved "https://registry.npmjs.org/sane/-/sane-4.1.0.tgz"
- integrity sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==
- dependencies:
- "@cnakazawa/watch" "^1.0.3"
- anymatch "^2.0.0"
- capture-exit "^2.0.0"
- exec-sh "^0.3.2"
- execa "^1.0.0"
- fb-watchman "^2.0.0"
- micromatch "^3.1.4"
- minimist "^1.1.1"
- walker "~1.0.5"
-
-saxes@^5.0.0:
- version "5.0.1"
- resolved "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz"
- integrity sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==
- dependencies:
- xmlchars "^2.2.0"
-
-"semver@2 || 3 || 4 || 5", semver@^5.4.1, semver@^5.5.0:
- version "5.7.1"
- resolved "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz"
- integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
-
-semver@^6.0.0, semver@^6.1.0, semver@^6.3.0:
- version "6.3.0"
- resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz"
- integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
-
-semver@^7.2.1, semver@^7.3.2:
- version "7.3.2"
- resolved "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz"
- integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
-
-set-blocking@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz"
- integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc=
-
-set-value@^2.0.0, set-value@^2.0.1:
- version "2.0.1"
- resolved "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz"
- integrity sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==
- dependencies:
- extend-shallow "^2.0.1"
- is-extendable "^0.1.1"
- is-plain-object "^2.0.3"
- split-string "^3.0.1"
-
-shebang-command@^1.2.0:
- version "1.2.0"
- resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz"
- integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=
- dependencies:
- shebang-regex "^1.0.0"
-
-shebang-command@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz"
- integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
- dependencies:
- shebang-regex "^3.0.0"
-
-shebang-regex@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz"
- integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
-
-shebang-regex@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz"
- integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
-
-shellwords@^0.1.1:
- version "0.1.1"
- resolved "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz"
- integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==
-
-signal-exit@^3.0.0, signal-exit@^3.0.2:
- version "3.0.3"
- resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz"
- integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
-
-sisteransi@^1.0.5:
- version "1.0.5"
- resolved "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz"
- integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==
-
-slash@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz"
- integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
-
-slice-ansi@^2.1.0:
- version "2.1.0"
- resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.1.0.tgz"
- integrity sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==
- dependencies:
- ansi-styles "^3.2.0"
- astral-regex "^1.0.0"
- is-fullwidth-code-point "^2.0.0"
-
-snapdragon-node@^2.0.1:
- version "2.1.1"
- resolved "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz"
- integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==
- dependencies:
- define-property "^1.0.0"
- isobject "^3.0.0"
- snapdragon-util "^3.0.1"
-
-snapdragon-util@^3.0.1:
- version "3.0.1"
- resolved "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz"
- integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==
- dependencies:
- kind-of "^3.2.0"
-
-snapdragon@^0.8.1:
- version "0.8.2"
- resolved "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz"
- integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==
- dependencies:
- base "^0.11.1"
- debug "^2.2.0"
- define-property "^0.2.5"
- extend-shallow "^2.0.1"
- map-cache "^0.2.2"
- source-map "^0.5.6"
- source-map-resolve "^0.5.0"
- use "^3.1.0"
-
-source-map-resolve@^0.5.0:
- version "0.5.3"
- resolved "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz"
- integrity sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==
- dependencies:
- atob "^2.1.2"
- decode-uri-component "^0.2.0"
- resolve-url "^0.2.1"
- source-map-url "^0.4.0"
- urix "^0.1.0"
-
-source-map-support@^0.5.6:
- version "0.5.19"
- resolved "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz"
- integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==
- dependencies:
- buffer-from "^1.0.0"
- source-map "^0.6.0"
-
-source-map-url@^0.4.0:
- version "0.4.0"
- resolved "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz"
- integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=
-
-source-map@^0.5.0, source-map@^0.5.6:
- version "0.5.7"
- resolved "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz"
- integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
-
-source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1:
- version "0.6.1"
- resolved "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz"
- integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
-
-source-map@^0.7.3:
- version "0.7.3"
- resolved "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz"
- integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
-
-spdx-correct@^3.0.0:
- version "3.1.1"
- resolved "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz"
- integrity sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==
- dependencies:
- spdx-expression-parse "^3.0.0"
- spdx-license-ids "^3.0.0"
-
-spdx-exceptions@^2.1.0:
- version "2.3.0"
- resolved "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz"
- integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==
-
-spdx-expression-parse@^3.0.0:
- version "3.0.1"
- resolved "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz"
- integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==
- dependencies:
- spdx-exceptions "^2.1.0"
- spdx-license-ids "^3.0.0"
-
-spdx-license-ids@^3.0.0:
- version "3.0.6"
- resolved "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.6.tgz"
- integrity sha512-+orQK83kyMva3WyPf59k1+Y525csj5JejicWut55zeTWANuN17qSiSLUXWtzHeNWORSvT7GLDJ/E/XiIWoXBTw==
-
-split-string@^3.0.1, split-string@^3.0.2:
- version "3.1.0"
- resolved "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz"
- integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==
- dependencies:
- extend-shallow "^3.0.0"
-
-sprintf-js@~1.0.2:
- version "1.0.3"
- resolved "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz"
- integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
-
-sshpk@^1.7.0:
- version "1.16.1"
- resolved "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz"
- integrity sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==
- dependencies:
- asn1 "~0.2.3"
- assert-plus "^1.0.0"
- bcrypt-pbkdf "^1.0.0"
- dashdash "^1.12.0"
- ecc-jsbn "~0.1.1"
- getpass "^0.1.1"
- jsbn "~0.1.0"
- safer-buffer "^2.0.2"
- tweetnacl "~0.14.0"
-
-stack-utils@^2.0.2:
- version "2.0.3"
- resolved "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.3.tgz"
- integrity sha512-gL//fkxfWUsIlFL2Tl42Cl6+HFALEaB1FU76I/Fy+oZjRreP7OPMXFlGbxM7NQsI0ZpUfw76sHnv0WNYuTb7Iw==
- dependencies:
- escape-string-regexp "^2.0.0"
-
-static-extend@^0.1.1:
- version "0.1.2"
- resolved "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz"
- integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=
- dependencies:
- define-property "^0.2.5"
- object-copy "^0.1.0"
-
-stealthy-require@^1.1.1:
- version "1.1.1"
- resolved "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz"
- integrity sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks=
-
-string-length@^4.0.1:
- version "4.0.1"
- resolved "https://registry.npmjs.org/string-length/-/string-length-4.0.1.tgz"
- integrity sha512-PKyXUd0LK0ePjSOnWn34V2uD6acUWev9uy0Ft05k0E8xRW+SKcA0F7eMr7h5xlzfn+4O3N+55rduYyet3Jk+jw==
- dependencies:
- char-regex "^1.0.2"
- strip-ansi "^6.0.0"
-
-string-width@^3.0.0:
- version "3.1.0"
- resolved "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz"
- integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==
- dependencies:
- emoji-regex "^7.0.1"
- is-fullwidth-code-point "^2.0.0"
- strip-ansi "^5.1.0"
-
-string-width@^4.1.0, string-width@^4.2.0:
- version "4.2.0"
- resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz"
- integrity sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==
- dependencies:
- emoji-regex "^8.0.0"
- is-fullwidth-code-point "^3.0.0"
- strip-ansi "^6.0.0"
-
-strip-ansi@^5.1.0:
- version "5.2.0"
- resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz"
- integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
- dependencies:
- ansi-regex "^4.1.0"
-
-strip-ansi@^6.0.0:
- version "6.0.0"
- resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz"
- integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==
- dependencies:
- ansi-regex "^5.0.0"
-
-strip-bom@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz"
- integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==
-
-strip-eof@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz"
- integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=
-
-strip-final-newline@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz"
- integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
-
-strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
- version "3.1.1"
- resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz"
- integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
-
-supports-color@^5.3.0:
- version "5.5.0"
- resolved "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz"
- integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==
- dependencies:
- has-flag "^3.0.0"
-
-supports-color@^7.0.0, supports-color@^7.1.0:
- version "7.2.0"
- resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz"
- integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
- dependencies:
- has-flag "^4.0.0"
-
-supports-hyperlinks@^2.0.0:
- version "2.1.0"
- resolved "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.1.0.tgz"
- integrity sha512-zoE5/e+dnEijk6ASB6/qrK+oYdm2do1hjoLWrqUC/8WEIW1gbxFcKuBof7sW8ArN6e+AYvsE8HBGiVRWL/F5CA==
- dependencies:
- has-flag "^4.0.0"
- supports-color "^7.0.0"
-
-symbol-tree@^3.2.4:
- version "3.2.4"
- resolved "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz"
- integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
-
-table@^5.2.3:
- version "5.4.6"
- resolved "https://registry.npmjs.org/table/-/table-5.4.6.tgz"
- integrity sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug==
- dependencies:
- ajv "^6.10.2"
- lodash "^4.17.14"
- slice-ansi "^2.1.0"
- string-width "^3.0.0"
-
-terminal-link@^2.0.0:
- version "2.1.1"
- resolved "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz"
- integrity sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==
- dependencies:
- ansi-escapes "^4.2.1"
- supports-hyperlinks "^2.0.0"
-
-test-exclude@^6.0.0:
- version "6.0.0"
- resolved "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz"
- integrity sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==
- dependencies:
- "@istanbuljs/schema" "^0.1.2"
- glob "^7.1.4"
- minimatch "^3.0.4"
-
-text-table@^0.2.0:
- version "0.2.0"
- resolved "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz"
- integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
-
-throat@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npmjs.org/throat/-/throat-5.0.0.tgz"
- integrity sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==
-
-tmpl@1.0.x:
- version "1.0.4"
- resolved "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz"
- integrity sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=
-
-to-fast-properties@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz"
- integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=
-
-to-object-path@^0.3.0:
- version "0.3.0"
- resolved "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz"
- integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=
- dependencies:
- kind-of "^3.0.2"
-
-to-regex-range@^2.1.0:
- version "2.1.1"
- resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz"
- integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=
- dependencies:
- is-number "^3.0.0"
- repeat-string "^1.6.1"
-
-to-regex-range@^5.0.1:
- version "5.0.1"
- resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz"
- integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
- dependencies:
- is-number "^7.0.0"
-
-to-regex@^3.0.1, to-regex@^3.0.2:
- version "3.0.2"
- resolved "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz"
- integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==
- dependencies:
- define-property "^2.0.2"
- extend-shallow "^3.0.2"
- regex-not "^1.0.2"
- safe-regex "^1.1.0"
-
-tough-cookie@^2.3.3, tough-cookie@~2.5.0:
- version "2.5.0"
- resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz"
- integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==
- dependencies:
- psl "^1.1.28"
- punycode "^2.1.1"
-
-tough-cookie@^3.0.1:
- version "3.0.1"
- resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-3.0.1.tgz"
- integrity sha512-yQyJ0u4pZsv9D4clxO69OEjLWYw+jbgspjTue4lTQZLfV0c5l1VmK2y1JK8E9ahdpltPOaAThPcp5nKPUgSnsg==
- dependencies:
- ip-regex "^2.1.0"
- psl "^1.1.28"
- punycode "^2.1.1"
-
-tr46@^2.0.2:
- version "2.0.2"
- resolved "https://registry.npmjs.org/tr46/-/tr46-2.0.2.tgz"
- integrity sha512-3n1qG+/5kg+jrbTzwAykB5yRYtQCTqOGKq5U5PE3b0a1/mzo6snDhjGS0zJVJunO0NrT3Dg1MLy5TjWP/UJppg==
- dependencies:
- punycode "^2.1.1"
-
-tunnel-agent@^0.6.0:
- version "0.6.0"
- resolved "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz"
- integrity sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=
- dependencies:
- safe-buffer "^5.0.1"
-
-tweetnacl@^0.14.3, tweetnacl@~0.14.0:
- version "0.14.5"
- resolved "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz"
- integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=
-
-type-check@^0.4.0, type-check@~0.4.0:
- version "0.4.0"
- resolved "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz"
- integrity sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==
- dependencies:
- prelude-ls "^1.2.1"
-
-type-check@~0.3.2:
- version "0.3.2"
- resolved "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz"
- integrity sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=
- dependencies:
- prelude-ls "~1.1.2"
-
-type-detect@4.0.8:
- version "4.0.8"
- resolved "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz"
- integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==
-
-type-fest@^0.11.0:
- version "0.11.0"
- resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.11.0.tgz"
- integrity sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ==
-
-type-fest@^0.6.0:
- version "0.6.0"
- resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz"
- integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==
-
-type-fest@^0.8.1:
- version "0.8.1"
- resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz"
- integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
-
-typedarray-to-buffer@^3.1.5:
- version "3.1.5"
- resolved "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz"
- integrity sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==
- dependencies:
- is-typedarray "^1.0.0"
-
-union-value@^1.0.0:
- version "1.0.1"
- resolved "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz"
- integrity sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==
- dependencies:
- arr-union "^3.1.0"
- get-value "^2.0.6"
- is-extendable "^0.1.1"
- set-value "^2.0.1"
-
-unset-value@^1.0.0:
- version "1.0.0"
- resolved "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz"
- integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=
- dependencies:
- has-value "^0.3.1"
- isobject "^3.0.0"
-
-uri-js@^4.2.2:
- version "4.4.0"
- resolved "https://registry.npmjs.org/uri-js/-/uri-js-4.4.0.tgz"
- integrity sha512-B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g==
- dependencies:
- punycode "^2.1.0"
-
-urix@^0.1.0:
- version "0.1.0"
- resolved "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz"
- integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=
-
-use@^3.1.0:
- version "3.1.1"
- resolved "https://registry.npmjs.org/use/-/use-3.1.1.tgz"
- integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==
-
-uuid@^3.3.2:
- version "3.4.0"
- resolved "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz"
- integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
-
-uuid@^8.3.0:
- version "8.3.1"
- resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.1.tgz"
- integrity sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg==
-
-v8-compile-cache@^2.0.3:
- version "2.2.0"
- resolved "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz"
- integrity sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q==
-
-v8-to-istanbul@^7.0.0:
- version "7.0.0"
- resolved "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-7.0.0.tgz"
- integrity sha512-fLL2rFuQpMtm9r8hrAV2apXX/WqHJ6+IC4/eQVdMDGBUgH/YMV4Gv3duk3kjmyg6uiQWBAA9nJwue4iJUOkHeA==
- dependencies:
- "@types/istanbul-lib-coverage" "^2.0.1"
- convert-source-map "^1.6.0"
- source-map "^0.7.3"
-
-validate-npm-package-license@^3.0.1:
- version "3.0.4"
- resolved "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz"
- integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==
- dependencies:
- spdx-correct "^3.0.0"
- spdx-expression-parse "^3.0.0"
-
-verror@1.10.0:
- version "1.10.0"
- resolved "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz"
- integrity sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=
- dependencies:
- assert-plus "^1.0.0"
- core-util-is "1.0.2"
- extsprintf "^1.2.0"
-
-vscode-json-languageservice@^3.7.0:
- version "3.10.0"
- resolved "https://registry.npmjs.org/vscode-json-languageservice/-/vscode-json-languageservice-3.10.0.tgz"
- integrity sha512-8IvuRSQnjznu+obqy6Dy4S4H68Ke7a3Kb+A0FcdctyAMAWEnrORpCpMOMqEYiPLm/OTYLVWJ7ql3qToDTozu4w==
- dependencies:
- jsonc-parser "^2.3.1"
- vscode-languageserver-textdocument "^1.0.1"
- vscode-languageserver-types "3.16.0-next.2"
- vscode-nls "^5.0.0"
- vscode-uri "^2.1.2"
-
-vscode-languageserver-textdocument@^1.0.1:
- version "1.0.1"
- resolved "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.1.tgz"
- integrity sha512-UIcJDjX7IFkck7cSkNNyzIz5FyvpQfY7sdzVy+wkKN/BLaD4DQ0ppXQrKePomCxTS7RrolK1I0pey0bG9eh8dA==
-
-vscode-languageserver-types@3.16.0-next.2:
- version "3.16.0-next.2"
- resolved "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.16.0-next.2.tgz"
- integrity sha512-QjXB7CKIfFzKbiCJC4OWC8xUncLsxo19FzGVp/ADFvvi87PlmBSCAtZI5xwGjF5qE0xkLf0jjKUn3DzmpDP52Q==
-
-vscode-nls@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npmjs.org/vscode-nls/-/vscode-nls-5.0.0.tgz"
- integrity sha512-u0Lw+IYlgbEJFF6/qAqG2d1jQmJl0eyAGJHoAJqr2HT4M2BNuQYSEiSE75f52pXHSJm8AlTjnLLbBFPrdz2hpA==
-
-vscode-uri@^2.1.2:
- version "2.1.2"
- resolved "https://registry.npmjs.org/vscode-uri/-/vscode-uri-2.1.2.tgz"
- integrity sha512-8TEXQxlldWAuIODdukIb+TR5s+9Ds40eSJrw+1iDDA9IFORPjMELarNQE3myz5XIkWWpdprmJjm1/SxMlWOC8A==
-
-w3c-hr-time@^1.0.2:
- version "1.0.2"
- resolved "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz"
- integrity sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==
- dependencies:
- browser-process-hrtime "^1.0.0"
-
-w3c-xmlserializer@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz"
- integrity sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==
- dependencies:
- xml-name-validator "^3.0.0"
-
-walker@^1.0.7, walker@~1.0.5:
- version "1.0.7"
- resolved "https://registry.npmjs.org/walker/-/walker-1.0.7.tgz"
- integrity sha1-L3+bj9ENZ3JisYqITijRlhjgKPs=
- dependencies:
- makeerror "1.0.x"
-
-webidl-conversions@^5.0.0:
- version "5.0.0"
- resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz"
- integrity sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==
-
-webidl-conversions@^6.1.0:
- version "6.1.0"
- resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz"
- integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==
-
-whatwg-encoding@^1.0.5:
- version "1.0.5"
- resolved "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz"
- integrity sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==
- dependencies:
- iconv-lite "0.4.24"
-
-whatwg-mimetype@^2.3.0:
- version "2.3.0"
- resolved "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz"
- integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
-
-whatwg-url@^8.0.0:
- version "8.4.0"
- resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.4.0.tgz"
- integrity sha512-vwTUFf6V4zhcPkWp/4CQPr1TW9Ml6SF4lVyaIMBdJw5i6qUUJ1QWM4Z6YYVkfka0OUIzVo/0aNtGVGk256IKWw==
- dependencies:
- lodash.sortby "^4.7.0"
- tr46 "^2.0.2"
- webidl-conversions "^6.1.0"
-
-which-module@^2.0.0:
- version "2.0.0"
- resolved "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz"
- integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
-
-which@^1.2.9:
- version "1.3.1"
- resolved "https://registry.npmjs.org/which/-/which-1.3.1.tgz"
- integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
- dependencies:
- isexe "^2.0.0"
-
-which@^2.0.1, which@^2.0.2:
- version "2.0.2"
- resolved "https://registry.npmjs.org/which/-/which-2.0.2.tgz"
- integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
- dependencies:
- isexe "^2.0.0"
-
-word-wrap@^1.2.3, word-wrap@~1.2.3:
- version "1.2.3"
- resolved "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz"
- integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
-
-wrap-ansi@^6.2.0:
- version "6.2.0"
- resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz"
- integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
- dependencies:
- ansi-styles "^4.0.0"
- string-width "^4.1.0"
- strip-ansi "^6.0.0"
-
-wrappy@1:
- version "1.0.2"
- resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"
- integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
-
-write-file-atomic@^3.0.0:
- version "3.0.3"
- resolved "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz"
- integrity sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==
- dependencies:
- imurmurhash "^0.1.4"
- is-typedarray "^1.0.0"
- signal-exit "^3.0.2"
- typedarray-to-buffer "^3.1.5"
-
-write@1.0.3:
- version "1.0.3"
- resolved "https://registry.npmjs.org/write/-/write-1.0.3.tgz"
- integrity sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==
- dependencies:
- mkdirp "^0.5.1"
-
-ws@^7.2.3:
- version "7.4.0"
- resolved "https://registry.npmjs.org/ws/-/ws-7.4.0.tgz"
- integrity sha512-kyFwXuV/5ymf+IXhS6f0+eAFvydbaBW3zjpT6hUdAh/hbVjTIB5EHBGi0bPoCLSK2wcuz3BrEkB9LrYv1Nm4NQ==
-
-xml-name-validator@^3.0.0:
- version "3.0.0"
- resolved "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz"
- integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==
-
-xmlchars@^2.2.0:
- version "2.2.0"
- resolved "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz"
- integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==
-
-y18n@^4.0.0:
- version "4.0.0"
- resolved "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz"
- integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==
-
-yargs-parser@^18.1.2:
- version "18.1.3"
- resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz"
- integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==
- dependencies:
- camelcase "^5.0.0"
- decamelize "^1.2.0"
-
-yargs@^15.4.1:
- version "15.4.1"
- resolved "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz"
- integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==
- dependencies:
- cliui "^6.0.0"
- decamelize "^1.2.0"
- find-up "^4.1.0"
- get-caller-file "^2.0.1"
- require-directory "^2.1.1"
- require-main-filename "^2.0.0"
- set-blocking "^2.0.0"
- string-width "^4.2.0"
- which-module "^2.0.0"
- y18n "^4.0.0"
- yargs-parser "^18.1.2"