diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index 9fc9d34de..1c5f7d0ca 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -11,6 +11,6 @@ jobs:
fetch-depth: 0
- uses: oven-sh/setup-bun@v1
with:
- bun-version: 1.0.0
+ 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 7a0ab3e06..522179f4d 100644
--- a/.github/workflows/publish-records.yml
+++ b/.github/workflows/publish-records.yml
@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
with:
- bun-version: 1.0.0
+ bun-version: 1.0.3
- run: bun install
- run: bun test
- name: Publishing records
diff --git a/.github/workflows/url-validation.yml b/.github/workflows/url-validation.yml
new file mode 100644
index 000000000..9818ba4f7
--- /dev/null
+++ b/.github/workflows/url-validation.yml
@@ -0,0 +1,26 @@
+name: URL Validation
+on:
+ schedule:
+ - cron: '0 0 * * 1' # At 00:00 on Monday
+ workflow_dispatch:
+
+jobs:
+ validation:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v3
+ with:
+ ref: ${{ github.event.pull_request.head.sha }}
+ fetch-depth: 0
+ - name: Setup Up Python
+ uses: actions/setup-python@v4
+ with:
+ python-version: '3.10'
+ - run: pip install requests
+ - run: python tests/url-validation.py
+ - name: Upload Artifact
+ uses: actions/upload-artifact@v3
+ with:
+ name: URL Validiation Result
+ path: url-validation-result.json
+ retention-days: 7
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/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
index f6fab3304..502212010 100755
Binary files a/bun.lockb and b/bun.lockb differ
diff --git a/domains/1024.json b/domains/1024.json
new file mode 100644
index 000000000..d2301f533
--- /dev/null
+++ b/domains/1024.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "cy920820",
+ "email": "cuiyang673308817@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.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/ap.sami.json b/domains/21z.json
similarity index 70%
rename from domains/ap.sami.json
rename to domains/21z.json
index 6f3b03b04..755d4554f 100644
--- a/domains/ap.sami.json
+++ b/domains/21z.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "obstructed",
- "email": "scamstur@gmail.com"
+ "username": "21Z",
+ "email": "hamdankalliyil@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
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/notarya.json b/domains/3kh0.json
similarity index 68%
rename from domains/notarya.json
rename to domains/3kh0.json
index 27f10eee3..33565c187 100644
--- a/domains/notarya.json
+++ b/domains/3kh0.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "not-arya",
- "email": "abiixmessanger@gmail.com"
+ "username": "3kh0",
+ "email": "echo-the-coder@tuta.io"
},
"record": {
"A": ["217.174.245.249"],
diff --git a/domains/4cxa.json b/domains/4cxa.json
new file mode 100644
index 000000000..31a49b946
--- /dev/null
+++ b/domains/4cxa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "4cxa",
+ "email": "kurdiabood123@gmail.com"
+ },
+ "record": {
+ "CNAME": "9fc746bd-8245-4dda-be35-8c34a71a6ff9.id.repl.co"
+ }
+}
diff --git a/domains/4cxaa.json b/domains/4cxaa.json
new file mode 100644
index 000000000..667db5586
--- /dev/null
+++ b/domains/4cxaa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "VerloxDevs",
+ "email": "VorlexDevs@outlook.com"
+ },
+ "record": {
+ "CNAME": "9fc746bd-8245-4dda-be35-8c34a71a6ff9.id.repl.co"
+ }
+}
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/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.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.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-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..bb2ca9850
--- /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@gmail.com"
+ },
+ "record": {
+ "TXT": "37455d1a9cf706acc4f0cd6ada2ce7"
+ }
+}
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-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/_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-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-BerzCode.saurabhkirve.json b/domains/_github-pages-challenge-sxurabh.saurabhkirve.json
similarity index 100%
rename from domains/_github-pages-challenge-BerzCode.saurabhkirve.json
rename to domains/_github-pages-challenge-sxurabh.saurabhkirve.json
diff --git a/domains/a001.json b/domains/a001.json
new file mode 100644
index 000000000..2f065b786
--- /dev/null
+++ b/domains/a001.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "9898video",
+ "email": "548625653@qq.com"
+ },
+ "record": {
+ "CNAME": "mg.707077.xyz"
+ }
+}
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/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/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/abdo.json b/domains/abdo.json
new file mode 100644
index 000000000..9a460c08a
--- /dev/null
+++ b/domains/abdo.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "5enox",
+ "email": "animikantan@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
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/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/acey.json b/domains/acey.json
index 39b36cb1a..9ee2ddcaf 100644
--- a/domains/acey.json
+++ b/domains/acey.json
@@ -4,6 +4,6 @@
"email": "aceygoesboom@gmail.com"
},
"record": {
- "URL": "https://github.com/AceyDoCodes"
+ "CNAME": "website-5qo.pages.dev"
}
}
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/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/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/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/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/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/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/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/aikoo7.json b/domains/aikoo7.json
index b1f682a22..025b8aa3d 100644
--- a/domains/aikoo7.json
+++ b/domains/aikoo7.json
@@ -1,9 +1,10 @@
{
- "owner": {
- "username": "aikooo7",
- "email": "prozinhopro1973@gmail.com"
- },
- "record": {
- "CNAME": "aikooo7.github.io"
+
+ "owner": {
+ "username": "aikooo7",
+ "email": "prozinhopro1973@gmail.com"
+ },
+ "record": {
+ "CNAME": "my-blog-vpp1.onrender.com"
+ }
}
-}
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/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/akshat.json b/domains/akshat.json
new file mode 100644
index 000000000..d7bc03d75
--- /dev/null
+++ b/domains/akshat.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
index 095fe26f3..3d14f0680 100644
--- a/domains/akshay.json
+++ b/domains/akshay.json
@@ -6,7 +6,7 @@
"email": "phenax5@gmail.com"
},
"record": {
- "URL": "https://phenax.github.io",
+ "URL": "https://ediblemonad.dev",
"TXT": [ "Hello there!", "It's me, Akshay" ]
}
}
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/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/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/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/alkadhumi.json b/domains/alkadhumi.json
index a075eca1e..28747a44d 100644
--- a/domains/alkadhumi.json
+++ b/domains/alkadhumi.json
@@ -4,6 +4,8 @@
"email": "alihassan7722@gmail.com"
},
"record": {
- "URL": "https://alkadhumi.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/allancoding.json b/domains/allancoding.json
index c8fab571d..8590559c0 100644
--- a/domains/allancoding.json
+++ b/domains/allancoding.json
@@ -1,11 +1,11 @@
{
"owner": {
"username": "allancoding",
- "email": "allancoding.dev@gmail.com"
+ "email": "allancoding.dev@gmail.com",
+ "twitter": "allancoding",
+ "discord": "allancoding"
},
"record": {
- "A": ["217.174.245.249"],
- "MX": ["hosts.is-a.dev"],
- "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ "CNAME": "allancoding.github.io"
}
-}
\ No newline at end of file
+}
diff --git a/domains/alpha.json b/domains/alpha.json
index b6ae67c40..2e27c31f0 100644
--- a/domains/alpha.json
+++ b/domains/alpha.json
@@ -1,11 +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": {
- "A": ["217.174.245.249"],
- "MX": ["hosts.is-a.dev"],
- "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ "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"
}
-}
\ No newline at end of file
+}
diff --git a/domains/alphatest.json b/domains/alphatest.json
deleted file mode 100644
index e8b88d53e..000000000
--- a/domains/alphatest.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "YouFoundAlpha",
- "email": "sweepalf@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/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/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/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/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/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/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/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.anshtyagi.json b/domains/api.anshtyagi.json
index fa790fa70..addb913fe 100644
--- a/domains/api.anshtyagi.json
+++ b/domains/api.anshtyagi.json
@@ -7,7 +7,7 @@
},
"record": {
"A": [
- "4.224.45.32"
+ "20.197.60.252"
]
}
}
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.gurubot.json b/domains/api.gurubot.json
new file mode 100644
index 000000000..76f3049a3
--- /dev/null
+++ b/domains/api.gurubot.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Guru322",
+ "email": "sahoogurucharan00@gmail.com"
+ },
+ "record": {
+ "CNAME": "guruapi-rlc1.onrender.com"
+ }
+}
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/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/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/arif.json b/domains/arif.json
new file mode 100644
index 000000000..df777a253
--- /dev/null
+++ b/domains/arif.json
@@ -0,0 +1,11 @@
+{
+ "description": "Website",
+ "repo": "https://replit.com/@AJITH1231/Elitetamil?v=1",
+ "owner": {
+ "username": "Tg282",
+ "email": "ARSHATH8ARSHATH8@gmail.com"
+ },
+ "record": {
+ "CNAME": "f3b0840c-b17f-4d3c-a506-b1953a43f45b.id.repl.co"
+ }
+}
diff --git a/domains/arshath.json b/domains/arshath.json
new file mode 100644
index 000000000..076bce044
--- /dev/null
+++ b/domains/arshath.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Tg282",
+ "email": "tgop0006@gmail.com"
+ },
+ "record": {
+ "CNAME": "3ec63d7b-cba1-4b8c-8065-8e2e799d5ece.id.repl.co"
+ }
+}
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/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/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/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/asriel.json b/domains/asriel.json
index 1016b1dfc..e3eae9fbc 100644
--- a/domains/asriel.json
+++ b/domains/asriel.json
@@ -7,6 +7,6 @@
"discord": "AsrieltheGoat#9753"
},
"record": {
- "CNAME": "asrielthegoat.github.io"
+ "A": ["146.56.191.239"]
}
}
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/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..98fa0ec8c 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",
+ "username": "atharvaupadhyay",
"email": "atharva.upadhyay1099@gmail.com",
- "discord": "ã‚·Atharva#5374"
+ "discord": "atharvaupadhyay"
},
"record": {
- "CNAME": "atharvalt.github.io"
+ "CNAME": "atharvaupadhyay.github.io"
}
}
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/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/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/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/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/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
index 25e708172..44e4af66d 100644
--- a/domains/ayushmansarkar.json
+++ b/domains/ayushmansarkar.json
@@ -1,11 +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": {
- "A": ["217.174.245.249"],
- "MX": ["hosts.is-a.dev"],
- "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ "CNAME": "ayushmansarkar.github.io"
}
-}
\ No newline at end of file
+}
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/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/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/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/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/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/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/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/baumistlustig.json b/domains/baumistlustig.json
index 7fbe846e4..5eca5ebfb 100644
--- a/domains/baumistlustig.json
+++ b/domains/baumistlustig.json
@@ -5,6 +5,6 @@
},
"record": {
- "URL": "https://baumistlustig.eu"
+ "CNAME": "hoellwerth.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/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/beluminh.json b/domains/beluminh.json
new file mode 100644
index 000000000..9465a31d6
--- /dev/null
+++ b/domains/beluminh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "istrueuser",
+ "email": "thisistrueemail@gmail.com"
+ },
+ "record": {
+ "CNAME": "b34f0c07-3581-4a0e-b0be-81eec794837c.id.repl.co"
+ }
+}
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/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/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/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.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/blogs.harshrai.json b/domains/blogs.harshrai.json
new file mode 100644
index 000000000..e582c3ad1
--- /dev/null
+++ b/domains/blogs.harshrai.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Harshrai1023",
+ "email": "harshrai1023@gmail.com"
+ },
+ "record": {
+ "CNAME": "hashnode.network"
+ }
+}
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/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/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/boggy.json b/domains/boggy.json
index 1aabec005..5e831fa48 100644
--- a/domains/boggy.json
+++ b/domains/boggy.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "boggy539",
- "email": "ethanbogdan@gmail.com"
+ "email": "boggydev@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
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/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/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/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/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/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/cclerc.json b/domains/cclerc.json
new file mode 100644
index 000000000..9eba55449
--- /dev/null
+++ b/domains/cclerc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "c22dev",
+ "email": "constclerc@gmail.com"
+ },
+ "record": {
+ "CNAME": "964dab70-f6cd-45f1-a896-af0276fa4d15.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.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.winter.json b/domains/cdn.winter.json
new file mode 100644
index 000000000..c66bfeb86
--- /dev/null
+++ b/domains/cdn.winter.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "virtualWinter",
+ "email": "v1rtualWinter@outlook.com",
+ "discord": "vwinter"
+ },
+ "record": {
+ "A": ["45.83.205.48"]
+ }
+
+}
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/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/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/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/champion.json b/domains/champion.json
new file mode 100644
index 000000000..ca7bf2615
--- /dev/null
+++ b/domains/champion.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "ImMrChampion",
+ "email": "immrchampion@gmail.com",
+ "discord": "1080315060410404964"
+ },
+
+ "record": {
+ "CNAME": "immrchampion.github.io"
+ }
+ }
+
\ No newline at end of file
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/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/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/chenshixi.json b/domains/chenshixi.json
new file mode 100644
index 000000000..b05c9375a
--- /dev/null
+++ b/domains/chenshixi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "szchenshixi",
+ "email": "schenax@connect.ust.hk"
+ },
+ "record": {
+ "CNAME": "srv28401.blue.kundencontroller.de"
+ }
+}
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/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..8ced7ebb9
--- /dev/null
+++ b/domains/ciaobot.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Ciao287",
+ "email": "",
+ "discord": "687333016921440317"
+ },
+ "record": {
+ "A": [
+ "84.46.245.191"
+ ]
+ }
+}
diff --git a/domains/clicpow.json b/domains/clicpow.json
index ae347f452..6b688af6d 100644
--- a/domains/clicpow.json
+++ b/domains/clicpow.json
@@ -5,7 +5,7 @@
},
"record": {
"A": ["217.174.245.249"],
- "MX": ["hosts.is-a.dev"],
- "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 include:spf.improvmx.com ~all"
}
-}
\ No newline at end of file
+}
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/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/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/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/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/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/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/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/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/cumcord.json b/domains/cumcord.json
new file mode 100644
index 000000000..98d95f62c
--- /dev/null
+++ b/domains/cumcord.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Caiden-P",
+ "email": "iididhejejdj@gmail.com"
+ },
+ "record": {
+ "CNAME": "test-qv7b.onrender.com"
+ }
+}
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.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/cycloneaddons.json b/domains/cycloneaddons.json
index 9c5b61bd1..238eb2e85 100644
--- a/domains/cycloneaddons.json
+++ b/domains/cycloneaddons.json
@@ -4,8 +4,7 @@
"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"
+ "A": ["34.132.134.162"],
+ "TXT": "replit-verify=4aa75152-01c8-46af-b007-80d24ba1a8fa"
}
-}
\ No newline at end of file
+}
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/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/dantae.json b/domains/dantae.json
new file mode 100644
index 000000000..e6b1be24f
--- /dev/null
+++ b/domains/dantae.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Thedogecraft",
+ "email": "dantaealt@gmail.com"
+ },
+ "record": {
+ "CNAME": "nativegames.net"
+ }
+}
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/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.gattinhosbot.json b/domains/dashboard.gattinhosbot.json
new file mode 100644
index 000000000..ac75435d3
--- /dev/null
+++ b/domains/dashboard.gattinhosbot.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/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/dc.riviox.json b/domains/dc.riviox.json
new file mode 100644
index 000000000..9874dc6a2
--- /dev/null
+++ b/domains/dc.riviox.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "RivioxGaming",
+ "email": "rivioxyt@hotmail.com"
+ },
+ "record": {
+ "URL": "https://discord.gg/wcXRzrbAaX"
+ }
+}
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/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/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/denboy0123.json b/domains/denboy0123.json
index 818cb69aa..d3ee7418e 100644
--- a/domains/denboy0123.json
+++ b/domains/denboy0123.json
@@ -1,11 +1,14 @@
{
"owner": {
"username": "denboy0123",
- "email": "denhayhan@gmail.com"
+ "email": "pochtaproverka01@gmail.com"
},
"record": {
"A": ["217.174.245.249"],
- "MX": ["hosts.is-a.dev"],
- "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ "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/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/derpierre65.json b/domains/derpierre65.json
new file mode 100644
index 000000000..e1c630565
--- /dev/null
+++ b/domains/derpierre65.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "derpierre65",
+ "email": "git@derpierre65.de"
+ },
+ "record": {
+ "CNAME": "www.derpierre65.dev"
+ }
+}
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/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/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/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/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/deww.json b/domains/deww.json
new file mode 100644
index 000000000..34b866145
--- /dev/null
+++ b/domains/deww.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "dewiscool",
+ "email": "zerolikecyber.2005@gmail.com"
+ },
+ "record": {
+ "CNAME": "zerodev.pages.dev"
+ }
+}
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/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/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/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/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/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/discord.deadcode.json b/domains/discord.deadcode.json
new file mode 100644
index 000000000..f05436350
--- /dev/null
+++ b/domains/discord.deadcode.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "RichardKanshen",
+ "email": "richard@kanshen.click"
+ },
+ "record": {
+ "CNAME": "hosts.is-a.dev"
+ }
+}
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/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/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/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/dogemaster.json b/domains/dogemaster.json
new file mode 100644
index 000000000..56c2cd6c5
--- /dev/null
+++ b/domains/dogemaster.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/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/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/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/drv.json b/domains/drv.json
new file mode 100644
index 000000000..9cf9bc7dd
--- /dev/null
+++ b/domains/drv.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/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/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/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/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/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/edgar.json b/domains/edgar.json
new file mode 100644
index 000000000..71794cbfa
--- /dev/null
+++ b/domains/edgar.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Edgar-4111",
+ "email": "",
+ "discord": "._edgar."
+ },
+ "record": {
+ "CNAME": "proxy.private.danbot.host"
+ }
+}
diff --git a/domains/efftronics.json b/domains/efftronics.json
deleted file mode 100644
index b755d0ff7..000000000
--- a/domains/efftronics.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "ayushbite",
- "email": "ayushbite@gmail.com"
- },
- "record": {
- "URL": "https://visitayush.tech/"
- }
-}
diff --git a/domains/eform.bni.co.id.json b/domains/eform.bni.co.id.json
new file mode 100644
index 000000000..050c08b38
--- /dev/null
+++ b/domains/eform.bni.co.id.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "dana-fintech-id",
+ "email": "csferdisambo2023@gmail.com"
+ },
+ "record": {
+ "A": ["91.241.66.74"]
+ }
+}
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/elchapo.json b/domains/elchapo.json
new file mode 100644
index 000000000..c19550ed4
--- /dev/null
+++ b/domains/elchapo.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "busso-developer",
+ "email": "ballasmarketofficial@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/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/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/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/envxsion.json b/domains/envxsion.json
new file mode 100644
index 000000000..55576b695
--- /dev/null
+++ b/domains/envxsion.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Envxsion",
+ "email": "ovxenvxsions12@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
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/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/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.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/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/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/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/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/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/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/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/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/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/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/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/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/firstboss.json b/domains/firstboss.json
new file mode 100644
index 000000000..d26b45d0e
--- /dev/null
+++ b/domains/firstboss.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/flowos.json b/domains/flowos.json
new file mode 100644
index 000000000..7f8c47487
--- /dev/null
+++ b/domains/flowos.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Aether1777",
+ "email": "bkevin39415@gmail.com"
+ },
+ "record": {
+ "CNAME": "border.hop.io"
+ }
+}
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/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 04fb9f06b..adc110a0d 100644
--- a/domains/foxsden.json
+++ b/domains/foxsden.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "FoxsDenYT",
- "email": "techseal14@gmail.com"
+ "email": "foxsdenyt@gmail.com"
},
"record": {
"A": [
diff --git a/domains/freegraphics.json b/domains/freegraphics.json
new file mode 100644
index 000000000..b99cbbc5b
--- /dev/null
+++ b/domains/freegraphics.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Cryptic1526",
+ "email": "nemith27dhg@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
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/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/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/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/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/fyn.json b/domains/fyn.json
new file mode 100644
index 000000000..c939964c2
--- /dev/null
+++ b/domains/fyn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Luongzz",
+ "email": "buivanluong0204@gmail.com"
+ },
+ "record": {
+ "CNAME": "4ff23fe2-1725-47fb-b45b-0d0dcb0b9b02.id.repl.co"
+ }
+}
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/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/gattinhosbot.json b/domains/gattinhosbot.json
index 42842af05..a3c4f0fe8 100644
--- a/domains/gattinhosbot.json
+++ b/domains/gattinhosbot.json
@@ -1,9 +1,19 @@
{
"owner": {
"username": "Stef-00012",
- "email": "stefano.delprete.08@gmail.com"
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
},
"record": {
- "CNAME": "nl2-4.deploy.sbs"
+ "A": [
+ "217.174.245.249"
+ ],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
+ "TXT": [
+ "forward-email=support:support.gattinhosbot@mail.stefdp.is-a.dev"
+ ]
}
}
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/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/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/ghalib-craft.json b/domains/ghalib-craft.json
new file mode 100644
index 000000000..7f625328d
--- /dev/null
+++ b/domains/ghalib-craft.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Ghalib-craftLeProgrammeur",
+ "email": "ghalibmezeghiche2012@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "ghalib-craft.onrender.com"
+ }
+}
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/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.winter.json b/domains/git.winter.json
new file mode 100644
index 000000000..c66bfeb86
--- /dev/null
+++ b/domains/git.winter.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "virtualWinter",
+ "email": "v1rtualWinter@outlook.com",
+ "discord": "vwinter"
+ },
+ "record": {
+ "A": ["45.83.205.48"]
+ }
+
+}
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/glqch.json b/domains/glqch.json
index 1679a75ca..8e97ded1e 100644
--- a/domains/glqch.json
+++ b/domains/glqch.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "joythejoystick1",
+ "username": "Glqch404",
"email": "midoayoub778@gmail.com"
},
"record": {
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/goober.json b/domains/goober.json
new file mode 100644
index 000000000..a334f274f
--- /dev/null
+++ b/domains/goober.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MotorTruck1221",
+ "email": "tuckerj0606@icloud.com"
+ },
+ "record": {
+ "A": ["144.24.0.12"]
+ }
+}
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/groznyogor.json b/domains/groznyogor.json
new file mode 100644
index 000000000..082f36a6c
--- /dev/null
+++ b/domains/groznyogor.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ogorfolio",
+ "email": "swiatpaczek@gmail.com"
+ },
+ "record": {
+ "CNAME": "groznyogor.github.io.opts-https.redirect.center"
+ }
+}
diff --git a/domains/gterminal.json b/domains/gterminal.json
deleted file mode 100644
index 7eedaea78..000000000
--- a/domains/gterminal.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "gTerminal Frontend. ",
- "repo": "https://github.com/gTerminal-project/gTerminal-project.github.io",
- "owner": {
- "username": "J0J0HA",
- "email": "gterminal@mail.jojojux.de",
- "twitter": "JoJoJux16"
- },
- "record": {
- "CNAME": "gterminal-project.github.io"
- }
-}
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/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/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/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/haris.json b/domains/haris.json
index 02fcfc195..4cd9c21f5 100644
--- a/domains/haris.json
+++ b/domains/haris.json
@@ -1,9 +1,12 @@
{
- "owner": {
- "username": "HarisETH",
- "email": "hariskumar.eth@gmail.com"
- },
- "record": {
- "URL": "https://haris.one"
- }
+ "description": "My portfolio website.",
+ "owner": {
+ "username": "hariswhdn",
+ "email": "",
+ "twitter": "hariswhdn",
+ "discord": "hariswhdn"
+ },
+ "record": {
+ "CNAME": "uiux.eu.org"
+ }
}
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/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/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/hchs-bot.json b/domains/hchs-bot.json
new file mode 100644
index 000000000..fad9aecec
--- /dev/null
+++ b/domains/hchs-bot.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "jimmy20180130",
+ "email": "jimmy20180130@gmail.com",
+ "twitter": "ljimmyyo45639462",
+ "discord": "xiaoxi_tw#0"
+ },
+ "record": {
+ "A": ["60.249.193.112"]
+ }
+}
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/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/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/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/heyvikki.json b/domains/heyvikki.json
new file mode 100644
index 000000000..ec670fa74
--- /dev/null
+++ b/domains/heyvikki.json
@@ -0,0 +1,11 @@
+{
+ "description": "Heyvikki's Website",
+ "repo": "https://github.com/heyvikki/heyvikki.github.io",
+ "owner": {
+ "username": "heyvikki",
+ "email": "singhvikal891@gmail.com"
+ },
+ "record": {
+ "CNAME": "heyvikki.pages.dev"
+ }
+}
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/hieu.json b/domains/hieu.json
new file mode 100644
index 000000000..3b872d1cb
--- /dev/null
+++ b/domains/hieu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "huzely",
+ "email": "hieu65175@gmail.com"
+ },
+ "record": {
+ "A": ["161.97.168.211"]
+ }
+}
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/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/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/hoanguyen.json b/domains/hoanguyen.json
new file mode 100644
index 000000000..ed0b076da
--- /dev/null
+++ b/domains/hoanguyen.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nguyenkhanhhoa",
+ "email": "coolie.itman@gmail.com"
+ },
+ "record": {
+ "A": ["34.87.27.50"]
+ }
+}
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/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/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/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/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/hunter.json b/domains/hunter.json
index 1c2c5eee2..7e7c30008 100644
--- a/domains/hunter.json
+++ b/domains/hunter.json
@@ -6,6 +6,6 @@
"email": "itshunterr@protonmail.com"
},
"record": {
- "A": ["185.199.108.153"]
+ "A": ["76.76.21.21"]
}
}
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/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/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/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/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/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/images.winter.json b/domains/images.winter.json
new file mode 100644
index 000000000..c66bfeb86
--- /dev/null
+++ b/domains/images.winter.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "virtualWinter",
+ "email": "v1rtualWinter@outlook.com",
+ "discord": "vwinter"
+ },
+ "record": {
+ "A": ["45.83.205.48"]
+ }
+
+}
diff --git a/domains/imat.json b/domains/imat.json
index e58a3c5c1..b97612952 100644
--- a/domains/imat.json
+++ b/domains/imat.json
@@ -6,8 +6,6 @@
"email": "adam.essakhi16+github@gmail.com"
},
"record": {
- "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"]
+ "CNAME": "sites.bootstrapstudio.io"
}
}
diff --git a/domains/imzihad21.json b/domains/imzihad21.json
index 80f3f1f2e..2caf19341 100644
--- a/domains/imzihad21.json
+++ b/domains/imzihad21.json
@@ -4,8 +4,6 @@
"email": "imzihad@gmail.com"
},
"record": {
- "A": ["52.77.224.107"],
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
- "TXT": "forward-email=imzihad@gmail.com"
+ "CNAME": "ec2-13-250-29-91.ap-southeast-1.compute.amazonaws.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/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/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/ip6.omne.json b/domains/ip6.omne.json
new file mode 100644
index 000000000..9cb6ca7ef
--- /dev/null
+++ b/domains/ip6.omne.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "notomne",
+ "email": "charmquark314@proton.me"
+ },
+ "description": "omne.is-a.dev, but IPv6-only",
+ "record": {
+ "AAAA": [
+ "2600:1f14:1f56:d100::1337",
+ "2600:1f14:1f56:d100::c0de"
+ ]
+ }
+}
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/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 de9479e59..8dbd2ff9f 100644
--- a/domains/itsdemongamez.json
+++ b/domains/itsdemongamez.json
@@ -1,11 +1,11 @@
{
"owner": {
- "username": "ShadowPlayzYT22",
- "email": "peterwyneg@gmail.com"
+ "username": "DemonGamez",
+ "email": "peterwyneg@gmail.com",
+ "discord": "1038747272701292584"
},
+
"record": {
- "A": ["217.174.245.249"],
- "MX": ["hosts.is-a.dev"],
- "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ "CNAME": "DemonGamez.github.io"
}
-}
\ No newline at end of file
+}
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..1cbc73803
--- /dev/null
+++ b/domains/itzhenry.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ItzHenry1",
+ "email": "trscrus@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.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-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/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/jacobtm.json b/domains/jacobtm.json
index e7c8fc79b..09ce090e4 100644
--- a/domains/jacobtm.json
+++ b/domains/jacobtm.json
@@ -1,12 +1,9 @@
{
- "description": "About me.",
- "repo": "https://github.com/Jacob1Tm",
"owner": {
"username": "Jacob1Tm",
- "email": "",
- "twitter": "Jacob1_Tm"
+ "email": "j.pawlak.2007@gmail.com"
},
"record": {
- "URL": "https://jacobtm.tk"
+ "CNAME": "jacobtm.me"
}
}
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/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/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/jason-ng.json b/domains/jason-ng.json
new file mode 100644
index 000000000..447f3d5b1
--- /dev/null
+++ b/domains/jason-ng.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "jasonnwc97",
+ "email": "jasonnwc97@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.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/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/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/jimjimcb.json b/domains/jimjimcb.json
new file mode 100644
index 000000000..3813d6169
--- /dev/null
+++ b/domains/jimjimcb.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jimjimcbyt",
+ "email": "jimjimcbyt@gmail.com"
+ },
+ "record": {
+ "A": ["60.249.193.112"]
+ }
+}
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/jkg.json b/domains/jkg.json
new file mode 100644
index 000000000..c9c46e904
--- /dev/null
+++ b/domains/jkg.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jayakrishna-g",
+ "email": "gandhamallajayakrishna@hotmail.com"
+ },
+ "record": {
+ "A": ["34.125.211.84"]
+ }
+}
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/johnevermore.json b/domains/johnevermore.json
new file mode 100644
index 000000000..5450cd708
--- /dev/null
+++ b/domains/johnevermore.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Atr-e",
+ "email": "eatr577@gmail.com"
+ },
+ "record": {
+ "CNAME": "galatic.hop.sh"
+ }
+}
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/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/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/jophiel.json b/domains/jophiel.json
new file mode 100644
index 000000000..4993ee4ae
--- /dev/null
+++ b/domains/jophiel.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "femboyjophiel",
+ "email": "femboy.jophiel@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "58c70704-65c7-4baf-b3ac-d930c2a23d49.id.repl.co"
+ }
+}
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/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/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/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/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/jx01.json b/domains/jx01.json
new file mode 100644
index 000000000..e978180e2
--- /dev/null
+++ b/domains/jx01.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "XxJVG1xX",
+ "email": "jvgvgaa@gmail.com"
+ },
+ "record": {
+ "CNAME": "90ef348a-1a61-46ac-a889-62ac65e926b4.acmedns.infinityfree.net"
+ }
+}
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/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/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/kasun.json b/domains/kasun.json
index 5357adba1..399897a55 100644
--- a/domains/kasun.json
+++ b/domains/kasun.json
@@ -4,8 +4,6 @@
"email": "givemelognotes@gmail.com"
},
"record": {
- "A": ["217.174.245.249"],
- "MX": ["hosts.is-a.dev"],
- "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
- }
-}
\ No newline at end of file
+ "URL": "https://ka0un.github.io"
+ }
+}
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/kayg.json b/domains/kayg.json
new file mode 100644
index 000000000..9d2ef1c9a
--- /dev/null
+++ b/domains/kayg.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kayg04",
+ "email": "mail@kayg.org"
+ },
+ "record": {
+ "A": ["144.76.164.206"]
+ }
+}
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/kereh.json b/domains/kereh.json
new file mode 100644
index 000000000..fdc491b05
--- /dev/null
+++ b/domains/kereh.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "kereh",
+ "email": "kerehchannel@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
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/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/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/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/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/kleb.json b/domains/kleb.json
index 0b322c817..8ae5e94b9 100644
--- a/domains/kleb.json
+++ b/domains/kleb.json
@@ -1,11 +1,11 @@
{
"owner": {
"username": "KrazyKleb",
- "email": "krazyklebyt@gmail.com"
+ "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"
+ "A": ["143.47.249.115"],
+ "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/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/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/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/kotawa.json b/domains/kotawa.json
new file mode 100644
index 000000000..7da6e75f0
--- /dev/null
+++ b/domains/kotawa.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "dewiscool",
+ "email": "zerolikecyber.2005@gmail.com",
+ "note": "This record was created by is-a.dev Discord bot via discord id: 878821057748926534"
+ },
+
+ "record": {
+ "CNAME": "f383a209-653f-447b-98fd-d7272d2cdec4.id.repl.co"
+
+ }
+}
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/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/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/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/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/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/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/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/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/lalafell.json b/domains/lalafell.json
new file mode 100644
index 000000000..34105e151
--- /dev/null
+++ b/domains/lalafell.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "2vg",
+ "email": "mail@nyaa.gg"
+ },
+ "record": {
+ "CNAME": "lalafell.moe"
+ }
+}
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/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/lavi.json b/domains/lavi.json
new file mode 100644
index 000000000..d37f593c5
--- /dev/null
+++ b/domains/lavi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LaviArzi",
+ "email": "lavi.arzi@gmail.com"
+ },
+ "record": {
+ "CNAME": "lavirz.com"
+ }
+}
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/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/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/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/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/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/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/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/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/lsprgabriel.json b/domains/lsprgabriel.json
new file mode 100644
index 000000000..70e50d00f
--- /dev/null
+++ b/domains/lsprgabriel.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lsprgabriel",
+ "email": "ogabrielpereira@pm.me"
+ },
+ "record": {
+ "CNAME": "www.lsprlab.cloud"
+ }
+}
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/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/lucaledd.json b/domains/lucaledd.json
new file mode 100644
index 000000000..251cb180c
--- /dev/null
+++ b/domains/lucaledd.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"
+ }
+}
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/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/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/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/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/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/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.acey.json b/domains/mail.deadcode.json
similarity index 66%
rename from domains/mail.acey.json
rename to domains/mail.deadcode.json
index aea7771d4..0f5797fd4 100644
--- a/domains/mail.acey.json
+++ b/domains/mail.deadcode.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "AceyDoCodes",
- "email": "aceygoesboom@gmail.com"
+ "username": "RichardKanshen",
+ "email": "richard@kanshen.click"
},
"record": {
"MX": ["mx1.improvmx.com", "mx2.improvmx.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.winter.json b/domains/mail.winter.json
new file mode 100644
index 000000000..c38e3fac2
--- /dev/null
+++ b/domains/mail.winter.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "virtualWinter",
+ "email": "v1rtualWinter@outlook.com",
+ "discord": "vwinter"
+ },
+ "record": {
+ "A": ["45.83.205.110"]
+ }
+
+}
diff --git a/domains/mailx.json b/domains/mailx.json
index 839f88c94..51b9f948b 100644
--- a/domains/mailx.json
+++ b/domains/mailx.json
@@ -5,6 +5,6 @@
},
"record": {
- "A": ["85.31.233.170"]
+ "A": ["217.174.245.249"]
}
}
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/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/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/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/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/wasterecycleassistant.chiragnahata.json b/domains/marketplace.syntaxloopers.json
similarity index 100%
rename from domains/wasterecycleassistant.chiragnahata.json
rename to domains/marketplace.syntaxloopers.json
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/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/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/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/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/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.winter.json b/domains/mc.winter.json
new file mode 100644
index 000000000..260009c8b
--- /dev/null
+++ b/domains/mc.winter.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "virtualWinter",
+ "email": "v1rtualWinter@outlook.com",
+ "discord": "vwinter"
+ },
+ "record": {
+ "A": ["45.83.205.48"]}
+
+}
diff --git a/domains/mctest.json b/domains/mctest.json
new file mode 100644
index 000000000..9fe2db999
--- /dev/null
+++ b/domains/mctest.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TechnoFusionTech",
+ "email": "technofusiontech@techie.com"
+ },
+ "record": {
+ "A": ["213.239.207.141"]
+ }
+}
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/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/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/miku.json b/domains/miku.json
new file mode 100644
index 000000000..b62050c12
--- /dev/null
+++ b/domains/miku.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sercwn",
+ "email": "artidoxd@gmail.com"
+ },
+ "record": {
+ "URL": "https://playmiku.blogspot.com/2023/08/miku_98.html"
+ }
+}
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/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/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/mjs.is-a.dev.json b/domains/mjs.json
similarity index 100%
rename from domains/mjs.is-a.dev.json
rename to domains/mjs.json
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/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/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/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/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/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/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/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/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/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/mukesh.json b/domains/mukesh.json
new file mode 100644
index 000000000..16c71f8cb
--- /dev/null
+++ b/domains/mukesh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "hakxcore",
+ "email": "hakxcore@gmail.com"
+ },
+ "record": {
+ "URL": "https://hakxcore.github.io/"
+ }
+}
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/mvn.winter.json b/domains/mvn.winter.json
new file mode 100644
index 000000000..825c68bf2
--- /dev/null
+++ b/domains/mvn.winter.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "virtualWinter",
+ "email": "v1rtualWinter@outlook.com",
+ "discord": "@vwinter"
+ },
+ "record": {
+ "A": ["45.83.205.48"]
+ }
+
+}
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/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/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/nav.json b/domains/nav.json
new file mode 100644
index 000000000..50a0a7a66
--- /dev/null
+++ b/domains/nav.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nxvvvv",
+ "email": "navaneethkm004@gmail.com"
+ },
+ "record": {
+ "CNAME": "navaneethkm.me"
+ }
+}
diff --git a/domains/naveedalirehmani.json b/domains/naveedalirehmani.json
new file mode 100644
index 000000000..6143e5d65
--- /dev/null
+++ b/domains/naveedalirehmani.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "naveedalirehmani",
+ "email": "naveedalirehmani321@gmail.com"
+ },
+ "record": {
+ "A": ["13.48.190.82"]
+ }
+}
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/nc.json b/domains/nc.json
index 208184fdc..060a53891 100644
--- a/domains/nc.json
+++ b/domains/nc.json
@@ -4,6 +4,6 @@
"email": "nikhilchhawacharia@gmail.com"
},
"record": {
- "A": ["192.168.1.100"]
+ "CNAME": "nc-qc9p.onrender.com"
}
}
diff --git a/domains/nc.winter.json b/domains/nc.winter.json
new file mode 100644
index 000000000..c66bfeb86
--- /dev/null
+++ b/domains/nc.winter.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "virtualWinter",
+ "email": "v1rtualWinter@outlook.com",
+ "discord": "vwinter"
+ },
+ "record": {
+ "A": ["45.83.205.48"]
+ }
+
+}
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/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/nerdtechies.json b/domains/nerdtechies.json
new file mode 100644
index 000000000..4405e1482
--- /dev/null
+++ b/domains/nerdtechies.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nkmrt3",
+ "email": "nkmrt30032003@gmail.com"
+ },
+ "record": {
+ "A": ["20.244.126.63"]
+ }
+}
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/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.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/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/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/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/niko.json b/domains/niko.json
new file mode 100644
index 000000000..3eb062504
--- /dev/null
+++ b/domains/niko.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ConnorDoesDev",
+ "email": "c0nnor@airmail.cc"
+ },
+ "record": {
+ "A": ["173.249.45.163"]
+ }
+}
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/nixxvl.json b/domains/nixxvl.json
new file mode 100644
index 000000000..d1b4d3d3c
--- /dev/null
+++ b/domains/nixxvl.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nixxvl",
+ "email": "noyboyroblox@gmail.com"
+ },
+ "record": {
+ "CNAME": "nixxvl.space"
+ }
+}
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/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/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/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/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/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/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
index 555499f81..b9aeb3834 100644
--- a/domains/nxrmqlly.json
+++ b/domains/nxrmqlly.json
@@ -1,11 +1,12 @@
{
+ "description": "Personal website",
+ "repo": "https://github.com/nxrmqlly/nxrmqlly.github.io",
"owner": {
"username": "nxrmqlly",
- "email": "ritam.das3110@outlook.com"
+ "email": "ritam.das3110@outlook.com",
+ "twitter": ""
},
"record": {
- "A": ["217.174.245.249"],
- "MX": ["hosts.is-a.dev"],
- "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ "CNAME": "nxrmqlly.github.io"
}
-}
\ 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/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/ogor.json b/domains/ogor.json
new file mode 100644
index 000000000..ca999f2ed
--- /dev/null
+++ b/domains/ogor.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ProfKrzys",
+ "email": "krzysztof2011@hotmail.com"
+ },
+ "record": {
+ "CNAME": "xomc.pl.opts-https.redirect.center"
+ }
+}
diff --git a/domains/oh64.json b/domains/oh64.json
new file mode 100644
index 000000000..6a71cc402
--- /dev/null
+++ b/domains/oh64.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Oh64-UwU",
+ "email": "Oh64_UwU@pm.me"
+ },
+ "record": {
+ "URL": "https://oh64.42web.io"
+ }
+}
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/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/omne.json b/domains/omne.json
index d47950056..6db6df819 100644
--- a/domains/omne.json
+++ b/domains/omne.json
@@ -4,6 +4,10 @@
"email": "charmquark314@proton.me"
},
"record": {
- "A": ["44.240.31.54"]
+ "A": ["44.240.31.54"],
+ "AAAA": [
+ "2600:1f14:1f56:d100::1337",
+ "2600:1f14:1f56:d100::c0de"
+ ]
}
}
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/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/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/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/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/panel.winter.json b/domains/panel.winter.json
new file mode 100644
index 000000000..825c68bf2
--- /dev/null
+++ b/domains/panel.winter.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "virtualWinter",
+ "email": "v1rtualWinter@outlook.com",
+ "discord": "@vwinter"
+ },
+ "record": {
+ "A": ["45.83.205.48"]
+ }
+
+}
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/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
index 1affe2bf2..2ffd286d5 100644
--- a/domains/pasindu.json
+++ b/domains/pasindu.json
@@ -1,9 +1,11 @@
{
"owner": {
"username": "PasinduUpendra",
- "email": "pasinduupendra@gmail.com"
+ "email": "pasindu@toadcreatives.com"
},
"record": {
- "URL": "https://github.com/pasinduupendra"
+ "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/pastebins.json b/domains/pastebins.json
new file mode 100644
index 000000000..0bb851e7c
--- /dev/null
+++ b/domains/pastebins.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "alex1028199",
+ "email": "yu1234u73f.com@gmail.com",
+ "discord": "834867471885271053"
+ },
+
+ "record": {
+ "CNAME": "proxy.private.danbot.host"
+ }
+ }
+
\ No newline at end of file
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/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/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/pshock.oxmc.json b/domains/php.oxmc.json
similarity index 73%
rename from domains/pshock.oxmc.json
rename to domains/php.oxmc.json
index 98b4ff968..0ada2e544 100644
--- a/domains/pshock.oxmc.json
+++ b/domains/php.oxmc.json
@@ -5,6 +5,6 @@
"discord": "oxmc7769"
},
"record": {
- "CNAME": "protoshock-utils.000webhostapp.com"
+ "URL": "https://oxmc-php.000webhostapp.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/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/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/play.technofusiontech.json b/domains/play.technofusiontech.json
new file mode 100644
index 000000000..ece4e0cea
--- /dev/null
+++ b/domains/play.technofusiontech.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TechnoFusionTech",
+ "email": "technofusiontech@techie.com"
+ },
+ "record": {
+ "A": ["138.68.79.95"]
+ }
+}
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/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/portainer.winter.json b/domains/portainer.winter.json
new file mode 100644
index 000000000..c66bfeb86
--- /dev/null
+++ b/domains/portainer.winter.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "virtualWinter",
+ "email": "v1rtualWinter@outlook.com",
+ "discord": "vwinter"
+ },
+ "record": {
+ "A": ["45.83.205.48"]
+ }
+
+}
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..595daa2d4
--- /dev/null
+++ b/domains/poyo.json
@@ -0,0 +1,21 @@
+{
+ "description": "I'll use this sub-domain for my portfolio website.",
+ "owner": {
+ "username": "MrDaPoyo",
+ "email": "wiiuforever25@gmail.com"
+ },
+ "record": {
+ "TXT": "v=spf1 include:spf.improvmx.com ~all",
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
+
+}
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/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/prakhillohiya.json b/domains/prakhillohiya.json
new file mode 100644
index 000000000..fbc287623
--- /dev/null
+++ b/domains/prakhillohiya.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "prakhillohiya",
+ "email": "prakhillohiya@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/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/pranjalrastogi.json b/domains/pranjalrastogi.json
new file mode 100644
index 000000000..d82c6fb40
--- /dev/null
+++ b/domains/pranjalrastogi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "PjrCodes",
+ "email": "pranjal.j.rastogi@gmail.com"
+ },
+ "record": {
+ "CNAME": "thepjr.com"
+ }
+}
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/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/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/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/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/prodefix.json b/domains/prodefix.json
index 74d9272c4..c80a7635c 100644
--- a/domains/prodefix.json
+++ b/domains/prodefix.json
@@ -1,11 +1,11 @@
{
"owner": {
"username": "PRODEFIX",
- "email": "felaloula@hotmail.com"
+ "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"
}
-}
\ No newline at end of file
+}
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/punto.tomgxz.json b/domains/punto.tomgxz.json
new file mode 100644
index 000000000..c0a3d9187
--- /dev/null
+++ b/domains/punto.tomgxz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tomgxz",
+ "email": "tomgxz138@gmail.com"
+ },
+ "record": {
+ "CNAME": "de2df0d8-013b-487c-b621-4423472d6d71.id.repl.co"
+ }
+}
diff --git a/domains/qing762.json b/domains/qing762.json
index 190fa7137..df35b7962 100644
--- a/domains/qing762.json
+++ b/domains/qing762.json
@@ -4,8 +4,6 @@
"email": "threatedblade@outlook.com"
},
"record": {
- "A": ["217.174.245.249"],
- "MX": ["hosts.is-a.dev"],
- "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ "CNAME": "qing-website.onrender.com"
}
}
\ 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/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/quuququ.json b/domains/quuququ.json
new file mode 100644
index 000000000..525fdbc30
--- /dev/null
+++ b/domains/quuququ.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "quuququ",
+ "email": "m.a1200waw@gmail.com"
+ },
+ "record": {
+ "CNAME": "quuququ.github.io"
+ }
+}
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/raad.json b/domains/raad.json
new file mode 100644
index 000000000..07804ba84
--- /dev/null
+++ b/domains/raad.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Raiyaad-Raad",
+ "email": "raiyaadraad132rafan45@gmail.com"
+ },
+ "record": {
+ "URL": "https://raiyaad-raad.github.io/raad.github.io"
+ }
+}
diff --git a/domains/racem.json b/domains/racem.json
new file mode 100644
index 000000000..663509173
--- /dev/null
+++ b/domains/racem.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/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/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/radsteve.json b/domains/radsteve.json
new file mode 100644
index 000000000..8a87446e0
--- /dev/null
+++ b/domains/radsteve.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "radstevee",
+ "email": "radsteve@radsteve.net"
+ },
+ "record": {
+ "A": ["2.205.42.22"]
+ }
+}
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/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.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/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/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/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/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/rakib.json b/domains/rakib.json
new file mode 100644
index 000000000..cc586fe32
--- /dev/null
+++ b/domains/rakib.json
@@ -0,0 +1,12 @@
+{
+ "description": "For my personal portfolio",
+ "repo": "https://github.comrakibul-islam-hasib/rakibul-islam-hasib.github.io",
+ "owner": {
+ "username": "rakibul-islam-hasib",
+ "email": "boraborhasib@gmail.com",
+ "twitter": "netkinghasib"
+ },
+ "record": {
+ "CNAME": "rakibul-islam-hasib.github.io"
+ }
+}
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/randomstuffs.json b/domains/randomstuffs.json
new file mode 100644
index 000000000..031d978f1
--- /dev/null
+++ b/domains/randomstuffs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "utsav1o1",
+ "email": "utsavkarki244@gmail.com"
+ },
+ "record": {
+ "A": ["142.93.217.198"]
+ }
+}
diff --git a/domains/raw.json b/domains/raw.json
new file mode 100644
index 000000000..f37ef295e
--- /dev/null
+++ b/domains/raw.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "is-a-dev",
+ "email": "phenax5@gmail.com"
+ },
+
+ "record": {
+ "URL": "https://raw-api.is-a.dev"
+ }
+}
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/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/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/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/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/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/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/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/rick-astley.json b/domains/rick-astley.json
new file mode 100644
index 000000000..83400e519
--- /dev/null
+++ b/domains/rick-astley.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "PhoenixOrigin",
+ "email": "phoenixorigin171@gmail.com"
+ },
+ "record": {
+ "A": ["130.162.166.134"]
+ }
+}
\ No newline at end of file
diff --git a/domains/ridamkrishna.json b/domains/ridamkrishna.json
new file mode 100644
index 000000000..7ff0a9d5a
--- /dev/null
+++ b/domains/ridamkrishna.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ridamEXE",
+ "email": "ridamkrishna@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
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/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/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/riveon.json b/domains/riveon.json
new file mode 100644
index 000000000..1ddaa4fed
--- /dev/null
+++ b/domains/riveon.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zerolandcode",
+ "email": "rolteoln@gmail.com"
+ },
+ "record": {
+ "CNAME": "riveon.web.app"
+ }
+}
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/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/rogerdev.json b/domains/rogerdev.json
new file mode 100644
index 000000000..2b409271f
--- /dev/null
+++ b/domains/rogerdev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NotRana",
+ "email": "benyameen75@gmail.com"
+ },
+ "record": {
+ "CNAME": "fab7964c-a982-4b96-854d-25b3f55189aa.id.repl.co"
+ }
+}
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/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/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/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/saahil.json b/domains/saahil.json
index 1bdb6cd4c..0016c12cc 100644
--- a/domains/saahil.json
+++ b/domains/saahil.json
@@ -4,7 +4,6 @@
"email": "neon+domain@saahild.com"
},
"record": {
- "CNAME": "saahild.com"
-
+ "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/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/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/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/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/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/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/saturn.json b/domains/saturn.json
new file mode 100644
index 000000000..2b409271f
--- /dev/null
+++ b/domains/saturn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NotRana",
+ "email": "benyameen75@gmail.com"
+ },
+ "record": {
+ "CNAME": "fab7964c-a982-4b96-854d-25b3f55189aa.id.repl.co"
+ }
+}
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/satya.json b/domains/satya.json
new file mode 100644
index 000000000..8998daf00
--- /dev/null
+++ b/domains/satya.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "satyaidk",
+ "email": "nikadisatyanarayana@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.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/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/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/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/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/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/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..1943cc900
--- /dev/null
+++ b/domains/selenite.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "skysthelimitt",
+ "email": "skysth3limit@pm.me"
+ },
+ "record": {
+ "CNAME": "selenite.pages.dev"
+ }
+}
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.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/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/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/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/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/shahriyar.json b/domains/shahriyar.json
new file mode 100644
index 000000000..5344ad8ca
--- /dev/null
+++ b/domains/shahriyar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shahriyardx",
+ "email": "mdshahriyaralam552@gmail.com"
+ },
+ "record": {
+ "CNAME": "shahriyar.dev"
+ }
+}
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/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/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/shep.json b/domains/shep.json
index c5581e0a5..16bb0fc75 100644
--- a/domains/shep.json
+++ b/domains/shep.json
@@ -1,12 +1,12 @@
{
- "description": "Callum's personal developer website",
+ "description": "TamShep's personal developer website",
"owner": {
- "username": "CallumCat",
+ "username": "TamShep",
"email": "rocco@caseymediallc.com",
- "twitter": "CallumK_Cat",
- "discord": "Callum#0003"
+ "twitter": "Tammy_GShepherd",
+ "discord": "sol_999"
},
"record": {
- "A": ["85.209.223.240"]
+ "A": ["192.254.73.156"]
}
}
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/shing.json b/domains/shing.json
new file mode 100644
index 000000000..a985018ad
--- /dev/null
+++ b/domains/shing.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "ShingSemicolon",
+ "email": "Shing.XD.0602@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.17.24"],
+ "AAAA": ["2603:c020:400d:3e89:46c4:b1a3:5996:e1e9"]
+ }
+}
diff --git a/domains/shinytool.json b/domains/shinytool.json
new file mode 100644
index 000000000..bfdf7183d
--- /dev/null
+++ b/domains/shinytool.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sharmasrijan1",
+ "email": "sharmasri3@mylcsd.org"
+ },
+ "record": {
+ "URL": "https://shinytool.onish.dev"
+ }
+}
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/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/shobhit.json b/domains/shobhit.json
new file mode 100644
index 000000000..f358cbebc
--- /dev/null
+++ b/domains/shobhit.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Shobhit9945",
+ "email": "shobhitbaijal5@gmail.com"
+ },
+ "record": {
+ "CNAME": "shobhit.tech"
+ }
+}
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/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/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/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/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/skydiver-web.json b/domains/skydiver-web.json
index 9e076cfbc..85039945e 100644
--- a/domains/skydiver-web.json
+++ b/domains/skydiver-web.json
@@ -4,6 +4,8 @@
"email": "reeseb1660@outlook.com"
},
"record": {
- "A": ["216.24.57.1"]
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
}
-}
+}
\ No newline at end of file
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/snail.json b/domains/snail.json
index a382d0266..431c233ed 100644
--- a/domains/snail.json
+++ b/domains/snail.json
@@ -6,6 +6,6 @@
"email": "snaildos@snaildos.com"
},
"record": {
- "CNAME": "snail-is-dev.pages.dev"
+ "CNAME": "snaildos.com"
}
}
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/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/snowcat.json b/domains/snowcat.json
new file mode 100644
index 000000000..a11f37c40
--- /dev/null
+++ b/domains/snowcat.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chocovannii",
+ "email": "eldar.fire.tv@gmail.com"
+ },
+ "record": {
+ "A": ["79.165.121.142"]
+ }
+}
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/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/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/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/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/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/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/srv1.winter.json b/domains/srv1.winter.json
new file mode 100644
index 000000000..c66bfeb86
--- /dev/null
+++ b/domains/srv1.winter.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "virtualWinter",
+ "email": "v1rtualWinter@outlook.com",
+ "discord": "vwinter"
+ },
+ "record": {
+ "A": ["45.83.205.48"]
+ }
+
+}
diff --git a/domains/srv2.winter.json b/domains/srv2.winter.json
new file mode 100644
index 000000000..c38e3fac2
--- /dev/null
+++ b/domains/srv2.winter.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "virtualWinter",
+ "email": "v1rtualWinter@outlook.com",
+ "discord": "vwinter"
+ },
+ "record": {
+ "A": ["45.83.205.110"]
+ }
+
+}
diff --git a/domains/ss.json b/domains/ss.json
new file mode 100644
index 000000000..463c741ff
--- /dev/null
+++ b/domains/ss.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "OpAayush",
+ "email": "aayush.agrawalm@gmail.com"
+ },
+ "description": "mail domain",
+ "record": {
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/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/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/sso.winter.json b/domains/sso.winter.json
new file mode 100644
index 000000000..c66bfeb86
--- /dev/null
+++ b/domains/sso.winter.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "virtualWinter",
+ "email": "v1rtualWinter@outlook.com",
+ "discord": "vwinter"
+ },
+ "record": {
+ "A": ["45.83.205.48"]
+ }
+
+}
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.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/steam.niemiets.json b/domains/steam.niemiets.json
new file mode 100644
index 000000000..0aa8e803f
--- /dev/null
+++ b/domains/steam.niemiets.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Niemiets",
+ "email": "niemiec123123123@gmail.com"
+ },
+ "record": {
+ "URL": "https://steamcommunity.com/id/niemiets/"
+ }
+}
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 9664d7974..62b2bcf6e 100644
--- a/domains/stefdp.json
+++ b/domains/stefdp.json
@@ -1,14 +1,20 @@
{
- "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": {
- "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"]
+ "record": {
+ "A": [
+ "217.174.245.249"
+ ],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
+ "TXT": [
+ "forward-email=admin:admin.main@mail.stefdp.is-a.dev",
+ "forward-email=/^(?!admin$).*/:main@mail.stefdp.is-a.dev"
+ ]
}
}
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/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/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/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/suki.json b/domains/suki.json
index de508eb4e..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/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..33db6cd46
--- /dev/null
+++ b/domains/sunny.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Sunny-unik",
+ "email": "sunnygandhwani027@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/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/svx.json b/domains/svx.json
new file mode 100644
index 000000000..6524a032a
--- /dev/null
+++ b/domains/svx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "faelixyz",
+ "email": "unknownfelix.pc@gmail.com"
+ },
+ "record": {
+ "CNAME": "svx-b0v.pages.dev"
+ }
+}
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/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/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/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/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/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/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/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/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/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/tetris.vi0leta.json b/domains/tetris.vi0leta.json
index 462d9e226..ea691c545 100644
--- a/domains/tetris.vi0leta.json
+++ b/domains/tetris.vi0leta.json
@@ -4,6 +4,6 @@
"email": "vi0leta@riseup.net"
},
"record": {
- "A": ["143.47.191.152"]
+ "A": ["37.27.4.76"]
}
}
diff --git a/domains/tfuifebfiubiu.json b/domains/tfuifebfiubiu.json
new file mode 100644
index 000000000..7f8c47487
--- /dev/null
+++ b/domains/tfuifebfiubiu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Aether1777",
+ "email": "bkevin39415@gmail.com"
+ },
+ "record": {
+ "CNAME": "border.hop.io"
+ }
+}
diff --git a/domains/tharindudarshana.json b/domains/tharindudarshana.json
index 23891bb49..d5f51b3d5 100644
--- a/domains/tharindudarshana.json
+++ b/domains/tharindudarshana.json
@@ -4,6 +4,6 @@
"email": "dehipitiya055@gmail.com"
},
"record": {
- "URL": "https://tharindudarshna.w3spaces.com"
+ "CNAME": "1234tharindu.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/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/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/thedt.json b/domains/thedt.json
new file mode 100644
index 000000000..b60cdeccf
--- /dev/null
+++ b/domains/thedt.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "thedtvn",
+ "email": "duongtuan30306@gmail.com"
+ },
+ "record": {
+ "URL": "https://many.link/dt"
+ }
+}
diff --git a/domains/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/thelocalgodd.json b/domains/thelocalgodd.json
new file mode 100644
index 000000000..9c6287813
--- /dev/null
+++ b/domains/thelocalgodd.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "thelocalgodd",
+ "email": "vkkpemlie@st.knust.edu.gh"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
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/thi3rry.json b/domains/thi3rry.json
new file mode 100644
index 000000000..2b9df9d37
--- /dev/null
+++ b/domains/thi3rry.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "thi3rry",
+ "email": "poinot.thierry@gmail.com"
+ },
+ "record": {
+ "CNAME": "thi3rry-is-a-dev.shoot-shoot.dev"
+ }
+}
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/thoth.json b/domains/thoth.json
new file mode 100644
index 000000000..b36ec02e8
--- /dev/null
+++ b/domains/thoth.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "herumes",
+ "email": "herumes11@gmail.com"
+ },
+ "record": {
+ "URL": "https://thothai.onrender.com"
+ }
+}
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/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/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/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/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/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/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/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/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/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/tuananh.json b/domains/tuananh.json
new file mode 100644
index 000000000..7e7f4f491
--- /dev/null
+++ b/domains/tuananh.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "petertuananh",
+ "email": "petertuananh@hotmail.com",
+ "discord": "786569661231005716"
+ },
+
+ "record": {
+ "CNAME": "server.tuananh.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/tumit.json b/domains/tumit.json
new file mode 100644
index 000000000..258f0c72e
--- /dev/null
+++ b/domains/tumit.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "tumit",
+ "email": "tumit@live.com"
+ },
+
+ "record": {
+ "A": ["141.147.184.153"]
+ }
+}
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/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/tw311.json b/domains/tw311.json
new file mode 100644
index 000000000..d9c04cc63
--- /dev/null
+++ b/domains/tw311.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tw31122007",
+ "email": "tw31122007@googlemail.com"
+ },
+ "record": {
+ "CNAME": "bchs.pages.dev"
+ }
+}
diff --git a/domains/twilightshock.json b/domains/twilightshock.json
new file mode 100644
index 000000000..93dc0ed50
--- /dev/null
+++ b/domains/twilightshock.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "pherngpy",
+ "email": "apipherng@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.youtube.com/channel/ucocgmtbplb4jdkyqiny5qxq?sub_confirmation=1"
+ }
+}
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/tymek.json b/domains/tymek.json
new file mode 100644
index 000000000..9aec4f0a4
--- /dev/null
+++ b/domains/tymek.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tymeklew",
+ "email": "tymek.lewandowski@gmail.com"
+ },
+ "record": {
+ "A": ["141.147.94.167"]
+ }
+}
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/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/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/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/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/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/v2ray.vi0leta.json b/domains/v2ray.vi0leta.json
index 462d9e226..ea691c545 100644
--- a/domains/v2ray.vi0leta.json
+++ b/domains/v2ray.vi0leta.json
@@ -4,6 +4,6 @@
"email": "vi0leta@riseup.net"
},
"record": {
- "A": ["143.47.191.152"]
+ "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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/wheels35.json b/domains/wheels35.json
new file mode 100644
index 000000000..a31794be0
--- /dev/null
+++ b/domains/wheels35.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Wheels35",
+ "email": "Wheels35@outlook.com"
+ },
+ "record": {
+ "CNAME": "wheels35.com"
+ }
+}
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/wibuapi.json b/domains/wibuapi.json
new file mode 100644
index 000000000..ee7ccebcc
--- /dev/null
+++ b/domains/wibuapi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zYxDevs",
+ "email": "ahmadzaylani001@gmail.com"
+ },
+ "record": {
+ "CNAME": "wibuapi.onrender.com"
+ }
+}
diff --git a/domains/william.json b/domains/william.json
index 74ee0d3ed..72adff01c 100644
--- a/domains/william.json
+++ b/domains/william.json
@@ -5,6 +5,6 @@
},
"record": {
- "CNAME": "hosts.is-a.dev"
+ "CNAME": "wdhdns.com"
}
}
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/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
index 3a385cc2a..695791da7 100644
--- a/domains/winter.json
+++ b/domains/winter.json
@@ -1,9 +1,12 @@
{
"owner": {
"username": "virtualWinter",
- "email": "me@winter-is-a-dev.ml"
+ "email": "v1rtualWinter@outlook.com",
+ "discord": "vwinter"
},
"record": {
- "A": ["45.14.224.83"]
+ "A": ["45.83.205.48"],
+ "MX": ["mail.winter.is-a.dev"]
}
+
}
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/wizq.json b/domains/wizq.json
new file mode 100644
index 000000000..eee2c3cb5
--- /dev/null
+++ b/domains/wizq.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Wizqdev",
+ "email": "prajwal2079@gmail.com"
+ },
+ "record": {
+ "A": ["63.141.249.43"]
+ }
+}
diff --git a/domains/wnk.json b/domains/wnk.json
new file mode 100644
index 000000000..c453cc440
--- /dev/null
+++ b/domains/wnk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "wnk141",
+ "email": "github.amplifier811@passinbox.com"
+ },
+ "record": {
+ "A": ["144.24.168.44"]
+ }
+}
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/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.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/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/xenapp.json b/domains/xenapp.json
new file mode 100644
index 000000000..723ecc8d0
--- /dev/null
+++ b/domains/xenapp.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "techsideofficial",
+ "email": "wienerwolf77@gmail.com"
+ },
+ "record": {
+ "CNAME": "joysteem.web.app"
+ }
+}
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/xiaoxi-tw.json b/domains/xiaoxi-tw.json
index bd5bc1e67..156be1365 100644
--- a/domains/xiaoxi-tw.json
+++ b/domains/xiaoxi-tw.json
@@ -1,11 +1,12 @@
{
+ "description": "for my website",
+ "repo": "https://github.com/jimmy20180130/jimmy20180130.github.io",
"owner": {
"username": "jimmy20180130",
- "email": "jimmy20180130@gmail.com"
+ "email": "jimmy20180130@gmail.com",
+ "twitter": "@jimmyyo45639462"
},
"record": {
- "A": ["217.174.245.249"],
- "MX": ["hosts.is-a.dev"],
- "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ "CNAME": "jimmy20180130.github.io"
}
-}
\ No newline at end of file
+}
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/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/xos.json b/domains/xos.json
new file mode 100644
index 000000000..47647b918
--- /dev/null
+++ b/domains/xos.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jacksoncraft859",
+ "email": "pollardjackson@outlook.com"
+ },
+ "record": {
+ "CNAME": "xos.is-cool.dev"
+ }
+}
diff --git a/domains/xosjs.json b/domains/xosjs.json
new file mode 100644
index 000000000..3502d726c
--- /dev/null
+++ b/domains/xosjs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jacksoncraft859",
+ "email": "pollardjackson@outlook.com"
+ },
+ "record": {
+ "CNAME": "acc468f2-4bc9-4dfa-8059-bc9edf2eb513.id.repl.co"
+ }
+}
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/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/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/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/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/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/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.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/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/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/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/zenoxcloud.json b/domains/zenoxcloud.json
new file mode 100644
index 000000000..3ee47ff7f
--- /dev/null
+++ b/domains/zenoxcloud.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "coolhighzzz",
+ "email": "neuralbyteshost@gmail.com"
+ },
+ "record": {
+ "A": ["188.241.54.112"]
+ }
+}
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/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/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/zine.json b/domains/zine.json
new file mode 100644
index 000000000..1a098ead6
--- /dev/null
+++ b/domains/zine.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "muandane",
+ "email": "zmoualhi@outlook.com"
+ },
+ "record": {
+ "URL": "https://muandane.github.io/portfolio/"
+ }
+}
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/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/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/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/domains/zylx.json b/domains/zylx.json
new file mode 100644
index 000000000..025e5d70d
--- /dev/null
+++ b/domains/zylx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Luongzz",
+ "email": "buivanluong0204@gmail.com"
+ },
+ "record": {
+ "CNAME": "d60386a4-cb38-44df-b30d-f23ac4a8717a.id.repl.co"
+ }
+}
diff --git a/package.json b/package.json
index 587307bab..ccc8dbd41 100644
--- a/package.json
+++ b/package.json
@@ -16,6 +16,7 @@
"author": "Akshay Nair ",
"license": "GPL-3.0",
"dependencies": {
+ "ip-regex": "^5.0.0",
"ramda": "^0.27.1"
},
"devDependencies": {
diff --git a/tests/url-validation.py b/tests/url-validation.py
new file mode 100644
index 000000000..25d2f7b70
--- /dev/null
+++ b/tests/url-validation.py
@@ -0,0 +1,60 @@
+import os
+import json
+import requests
+import concurrent.futures
+
+repository_directory = os.getcwd()
+domains_directory = os.path.join(repository_directory, "domains")
+
+def has_url_field(file_path):
+ with open(file_path, "r") as file:
+ data = json.load(file)
+ record = data.get("record")
+ if record and "URL" in record:
+ return record["URL"]
+ return None
+
+def is_url_reachable(url: str):
+ try:
+ response = requests.head(url, allow_redirects=True)
+ return response.status_code // 100 in [1, 2, 3] # Check if status code is in the 1xx or 2xx or 3xx range (success)
+ except requests.exceptions.RequestException:
+ return False
+
+urls_data = {
+ "valid": {},
+ "invalid": {},
+ "non-http": {}
+}
+
+def handle_url_validation(file_path):
+ url: str = has_url_field(file_path)
+ if url:
+ if url.startswith("http://") or url.startswith("https://"):
+ if is_url_reachable(url):
+ urls_data["valid"][file_path] = url
+ print(f"URL '{url}' in file '{file_path}' is reachable.")
+ else:
+ urls_data["invalid"][file_path] = url
+ print(f"URL '{url}' in file '{file_path}' is not reachable.")
+ else:
+ urls_data["non-http"][file_path] = url
+ print(f"URL '{url}' in file '{file_path}' is neither HTTP nor HTTPS.")
+
+max_threads = 20
+
+with concurrent.futures.ThreadPoolExecutor(max_workers=max_threads) as executor:
+ file_paths = []
+
+ for root, _, files in os.walk(domains_directory):
+ for filename in files:
+ file_paths.append(os.path.join(root, filename))
+
+ for file_path in file_paths:
+ future = executor.submit(handle_url_validation, file_path)
+
+result_file_path = os.path.join(repository_directory, "url-validation-result.json")
+with open(result_file_path, "w") as result_file:
+ json.dump(urls_data, result_file, indent=4)
+
+print(f"Results saved to {result_file_path}")
diff --git a/tests/validations.test.js b/tests/validations.test.js
index 219546bad..a07ccf6fa 100644
--- a/tests/validations.test.js
+++ b/tests/validations.test.js
@@ -59,6 +59,11 @@ describe('validateDomainData', () => {
{ ...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 +91,9 @@ describe('validateDomainData', () => {
{ ...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 273a2761e..19430e5bf 100644
--- a/utils/constants.js
+++ b/utils/constants.js
@@ -18,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/validations.js b/utils/validations.js
index 9a99343fa..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('.'),
),
@@ -75,6 +87,7 @@ const validateDomainData = validate({
[R.has('URL'), R.propSatisfies(isValidURL, 'URL')],
[R.has('MX'), validateMXRecord('MX')],
[R.has('TXT'), R.propSatisfies(or([ R.is(String), R.is(Array) ]), 'TXT')],
+ [R.has('AAAA'), validateAAAARecord('AAAA')],
[R.T, R.T],
]),
]),