diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index f149fe328..87c22c175 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,4 +1,7 @@
* @phenax
-domains/ @is-a-dev/maintainers
+/.github/ @wdhdev
+/.github/CODEOWNERS @phenax
+
+/domains/ @is-a-dev/maintainers
*.md @is-a-dev/maintainers
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index 1c5f7d0ca..d3ffed2f1 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -5,12 +5,12 @@ jobs:
validation:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- uses: oven-sh/setup-bun@v1
with:
- bun-version: 1.0.3
+ bun-version: 1.0.26
- run: bun install
- run: bun test
diff --git a/.github/workflows/publish-records.yml b/.github/workflows/publish-records.yml
index 522179f4d..7caa63113 100644
--- a/.github/workflows/publish-records.yml
+++ b/.github/workflows/publish-records.yml
@@ -11,10 +11,10 @@ jobs:
if: github.repository == 'is-a-dev/register'
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
- bun-version: 1.0.3
+ bun-version: 1.0.26
- run: bun install
- run: bun test
- name: Publishing records
diff --git a/.github/workflows/raw-api.yml b/.github/workflows/raw-api.yml
new file mode 100644
index 000000000..5f54189bf
--- /dev/null
+++ b/.github/workflows/raw-api.yml
@@ -0,0 +1,47 @@
+name: Raw API
+
+on:
+ push:
+ branches: [main]
+ paths:
+ - "domains/*"
+ - ".github/workflows/raw-api.yml"
+
+ workflow_dispatch:
+
+concurrency:
+ group: ${{ github.ref }}-raw-api
+ cancel-in-progress: true
+
+jobs:
+ update:
+ name: Update
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v4
+
+ - uses: actions/checkout@v4
+ with:
+ repository: is-a-dev/raw-api
+ path: raw-api
+ token: ${{ secrets.BOT }}
+
+ - uses: actions/setup-node@v4
+ with:
+ node-version: 20.x
+
+ - name: Update Data
+ run: node raw-api/scripts/update.js
+
+ - name: Commit
+ uses: cpina/github-action-push-to-another-repository@main
+ with:
+ source-directory: "raw-api"
+ destination-github-username: is-a-dev
+ destination-repository-name: raw-api
+ user-email: is-a-dev@win11react.com
+ user-name: is-a-dev-bot
+ commit-message: "Update Data via is-a-dev/register"
+ env:
+ API_TOKEN_GITHUB: ${{ secrets.BOT }}
diff --git a/MAINTAINERS.md b/MAINTAINERS.md
new file mode 100644
index 000000000..40cc2b418
--- /dev/null
+++ b/MAINTAINERS.md
@@ -0,0 +1,18 @@
+# is-a.dev Team
+| Name | GitHub | Role |
+|:-:|-|-|
+| Akshay | [@phenax](https://github.com/phenax) | Owner |
+|||
+| William | [@wdhdev](https://github.com/wdhdev) | Administrator |
+||
+| Andrew | [@andrewstech](https://github.com/andrewstech) | Maintainer |
+| CuteDog5695 | [@CuteDog5695](https://github.com/CuteDog5695) | Maintainer |
+| Daniel | [@hackermondev](https://github.com/hackermondev) | Maintainer |
+| DIBSTER | [@DEV-DIBSTER](https://github.com/DEV-DIBSTER) | Maintainer |
+| Mahir | [@mtgsquad](https://github.com/mtgsquad) | Maintainer |
+| Satria | [@SX-9](https://github.com/SX-9) | Maintainer |
+| Vaibhav | [@VaibhavSys](https://github.com/VaibhavSys) | Maintainer |
+||
+| Om | [@TerraPlayz](https://github.com/TerraPlayz) | Helper |
+| Phoenix | [@PhoenixOrigin](https://github.com/PhoenixOrigin) | Helper |
+| Stef | [@Stef-00012](https://github.com/Stef-00012) | Helper |
diff --git a/README.md b/README.md
index c11def886..de3ba9c49 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
is-a-dev is a service that allows developers to get a sweet-looking ".is-a.dev" domain for their personal websites.
-
+
## Issues
@@ -67,4 +67,4 @@ If you like this project, please consider donating so we can keep this project r
### Similar Services
-If you want to find services similar to is-a.dev, take a look on [free-for.life](https://free-for.life/#/?id=domains).
+If you want to find services similar to is-a.dev, take a look on [Free For Life](https://github.com/wdhdev/free-for-life#domains).
diff --git a/domains/011.json b/domains/011.json
new file mode 100644
index 000000000..ace8aeeb8
--- /dev/null
+++ b/domains/011.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "iamxani",
+ "email": "xenpei11@gmail.com"
+ },
+ "record": {
+ "CNAME": "iamxani.github.io"
+ }
+}
diff --git a/domains/4d62.json b/domains/4d62.json
deleted file mode 100644
index 49c52c392..000000000
--- a/domains/4d62.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Personal profile",
- "repo": "https://github.com/4d62/4d62.github.io",
- "owner": {
- "username": "4d62",
- "email": "4d62@proton.me"
- },
- "record": {
- "CNAME": "4d62.github.io"
- }
-}
diff --git a/domains/_acme-challenge.juqwtf.json b/domains/_acme-challenge.juqwtf.json
new file mode 100644
index 000000000..f4702f13d
--- /dev/null
+++ b/domains/_acme-challenge.juqwtf.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "denboy0123",
+ "email": "pochtaproverka01@gmail.com"
+ },
+ "record": {
+ "TXT": [
+ "FZo9g0GqRYR-fhmWc1QzbycfV5UZIE4bwh42BI81NDQ",
+ "V1N8tuJvEcUtltxMXLRvP0U1_jaAgsSJJ89MgyxpWUk"]
+ }
+}
diff --git a/domains/_discord.adoqet.json b/domains/_discord.adoqet.json
new file mode 100644
index 000000000..c24ed9b26
--- /dev/null
+++ b/domains/_discord.adoqet.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "adoqet",
+ "email": "adoqet@gmail.com",
+ "discord": "614408768733708288"
+ },
+ "record": {
+ "TXT": "dh=3b5f69bbeb63aef097096698547869d0d47e36fb"
+ }
+}
diff --git a/domains/_discord.brandgrandreal.json b/domains/_discord.brandgrandreal.json
new file mode 100644
index 000000000..00d86e76f
--- /dev/null
+++ b/domains/_discord.brandgrandreal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BrandgrandRealMe",
+ "email": "brandon.lambe@skiff.com"
+ },
+ "record": {
+ "TXT": "dh=5a46861f9c2b864210ab3d3ffdd61d09e9170650"
+ }
+}
diff --git a/domains/_discord.chaotic.json b/domains/_discord.chaotic.json
new file mode 100644
index 000000000..b97ea0f73
--- /dev/null
+++ b/domains/_discord.chaotic.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ChaoticChaosTheGreat",
+ "email": "ryan.ryanabraham@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=99c69f88a933d5ec20fe830e8543f7e7c63646cd"
+ }
+}
diff --git a/domains/_discord.evie.json b/domains/_discord.evie.json
new file mode 100644
index 000000000..6ae2acc54
--- /dev/null
+++ b/domains/_discord.evie.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Socketlike",
+ "email": "evelynxii.xt@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=2ffdb09f9be5f3f51fe2089c4cced6ec296d490e"
+ }
+}
diff --git a/domains/_discord.gioco.json b/domains/_discord.gioco.json
new file mode 100644
index 000000000..996a25815
--- /dev/null
+++ b/domains/_discord.gioco.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "giocoliere",
+ "email": "simcrigjeki@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=4301bad793b7475c64673daa37b9599f04aafdd8"
+ }
+}
diff --git a/domains/_discord.l7neg.json b/domains/_discord.l7neg.json
new file mode 100644
index 000000000..090bf45bc
--- /dev/null
+++ b/domains/_discord.l7neg.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "l7neg",
+ "email": "l7negdev@gmail.com",
+ "discord": "669453086418534400"
+ },
+ "record": {
+ "TXT": "dh=5d787c6b4618def8d0af7492ae43cbe337c6675d"
+ }
+}
diff --git a/domains/_discord.rtxeon.json b/domains/_discord.rtxeon.json
new file mode 100644
index 000000000..04622f8d6
--- /dev/null
+++ b/domains/_discord.rtxeon.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Rtxeon",
+ "email": "AdityaSuthar13@outlook.com"
+ },
+ "record": {
+ "TXT": "dh=665c123dc34d1ff5a58d5baadd5b97bb9a7ade7d"
+ }
+}
\ No newline at end of file
diff --git a/domains/_discord.urging.json b/domains/_discord.urging.json
new file mode 100644
index 000000000..60e7f0e3b
--- /dev/null
+++ b/domains/_discord.urging.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "UrgingOfc",
+ "email": "diogo.lopes.silva.ch@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=847ffa96587e4547c31ae6c36fbc5fed451bf886"
+ }
+}
diff --git a/domains/_discord.xiaoxi-tw.json b/domains/_discord.xiaoxi-tw.json
index 7c946ea39..8b7cee5b7 100644
--- a/domains/_discord.xiaoxi-tw.json
+++ b/domains/_discord.xiaoxi-tw.json
@@ -6,6 +6,6 @@
"discord": "xiaoxi_tw#0"
},
"record": {
- "TXT": "dh=9e975563be399e84dd4007a4638f27e79128dcab"
+ "TXT": "dh=816d1cc1b74e35ba02a286a5b9cbded58cbdf513"
}
}
diff --git a/domains/_github-challenge-is-a-dev-org.json b/domains/_github-challenge-is-a-dev-org.json
index 41073fcb7..d9ade36b1 100644
--- a/domains/_github-challenge-is-a-dev-org.json
+++ b/domains/_github-challenge-is-a-dev-org.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
diff --git a/domains/_github-pages-challenge-DiscDefender.discdefender.json b/domains/_github-pages-challenge-DiscDefender.discdefender.json
new file mode 100644
index 000000000..f339c2956
--- /dev/null
+++ b/domains/_github-pages-challenge-DiscDefender.discdefender.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "GMR828",
+ "email": "gmr828@null.net"
+ },
+ "record": {
+ "TXT": "bec043d001bfdffdda22470793d6d8"
+ }
+}
diff --git a/domains/_github-pages-challenge-Glqch404.glqch.json b/domains/_github-pages-challenge-Glqch404.glqch.json
index 2eb7d08cb..060991950 100644
--- a/domains/_github-pages-challenge-Glqch404.glqch.json
+++ b/domains/_github-pages-challenge-Glqch404.glqch.json
@@ -6,6 +6,6 @@
"discord": "915932527871541309"
},
"record": {
- "TXT": "fb2e7de8506002e7aa7df3d938de5d"
+ "TXT": "a3b430c8adc12043863d6785cfa782"
}
}
diff --git a/domains/_github-pages-challenge-JerBlox.jer.json b/domains/_github-pages-challenge-JerBlox.jer.json
new file mode 100644
index 000000000..1119cc305
--- /dev/null
+++ b/domains/_github-pages-challenge-JerBlox.jer.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JerBlox",
+ "email": "chen.fuyuan07@gmail.com"
+ },
+ "record": {
+ "TXT": "e1e6eda49ed7d363f8492c91821a1a"
+ }
+}
diff --git a/domains/_github-pages-challenge-Socketlike.evie.json b/domains/_github-pages-challenge-Socketlike.evie.json
new file mode 100644
index 000000000..3ff048f29
--- /dev/null
+++ b/domains/_github-pages-challenge-Socketlike.evie.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Socketlike",
+ "email": "evelynxii.xt@gmail.com"
+ },
+ "record": {
+ "TXT": "351773beb3717122300722aeb5d1ac"
+ }
+}
diff --git a/domains/cdn.yfa.json b/domains/_github-pages-challenge-YouFoundAlpha.alpha.json
similarity index 86%
rename from domains/cdn.yfa.json
rename to domains/_github-pages-challenge-YouFoundAlpha.alpha.json
index 6924a7402..f69fbfcf4 100644
--- a/domains/cdn.yfa.json
+++ b/domains/_github-pages-challenge-YouFoundAlpha.alpha.json
@@ -9,6 +9,6 @@
"Mastodon": "@YouFoundAlpha@mastodon.social"
},
"record": {
- "CNAME": "cdn-a12.pages.dev"
+ "TXT": "123b9197abda60197a8afa64af5cf0"
}
}
diff --git a/domains/_github-pages-challenge-avellea.avellea.json b/domains/_github-pages-challenge-avellea.avellea.json
index 70d5bff64..c2039ae7f 100644
--- a/domains/_github-pages-challenge-avellea.avellea.json
+++ b/domains/_github-pages-challenge-avellea.avellea.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "avellea",
- "email": "is-a-dev@win11react.com"
+ "email": ""
},
"record": {
"TXT": "5c38dbee73e6936232992c0f98829e"
diff --git a/domains/_github-pages-challenge-giocoliere.gioco.json b/domains/_github-pages-challenge-giocoliere.gioco.json
new file mode 100644
index 000000000..7202ebd6a
--- /dev/null
+++ b/domains/_github-pages-challenge-giocoliere.gioco.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "giocoliere",
+ "email": "simcrigjeki@gmail.com"
+ },
+ "record": {
+ "TXT": "6da8f68c4f74f990d4d75ad48bdd93"
+ }
+}
diff --git a/domains/_github-pages-challenge-himangshu147-git.himangshu147.json b/domains/_github-pages-challenge-himangshu147-git.himangshu147.json
new file mode 100644
index 000000000..4e7fd2b3c
--- /dev/null
+++ b/domains/_github-pages-challenge-himangshu147-git.himangshu147.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "himangshu147-git",
+ "email": "saikiahimangshu1256@gmail.com",
+ "discord": "775660503342776341"
+ },
+
+ "record": {
+ "TXT": "2679f35b2c0a88253be04cc1230ee2"
+ }
+ }
+
diff --git a/domains/_github-pages-challenge-is-a-dev.data.json b/domains/_github-pages-challenge-is-a-dev.data.json
index c474e3e37..be6e79b91 100644
--- a/domains/_github-pages-challenge-is-a-dev.data.json
+++ b/domains/_github-pages-challenge-is-a-dev.data.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
diff --git a/domains/_github-pages-challenge-is-a-dev.raw-api.json b/domains/_github-pages-challenge-is-a-dev.raw-api.json
index 11d4b03e6..d9fd3f4e6 100644
--- a/domains/_github-pages-challenge-is-a-dev.raw-api.json
+++ b/domains/_github-pages-challenge-is-a-dev.raw-api.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
diff --git a/domains/_github-pages-challenge-is-a-dev.team.json b/domains/_github-pages-challenge-is-a-dev.team.json
index fddef5424..22b7ccc10 100644
--- a/domains/_github-pages-challenge-is-a-dev.team.json
+++ b/domains/_github-pages-challenge-is-a-dev.team.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
diff --git a/domains/server.stefdp.json b/domains/_github-pages-challenge-stef-00012.gbot.json
similarity index 75%
rename from domains/server.stefdp.json
rename to domains/_github-pages-challenge-stef-00012.gbot.json
index 187cc9a31..e9288e235 100644
--- a/domains/server.stefdp.json
+++ b/domains/_github-pages-challenge-stef-00012.gbot.json
@@ -5,6 +5,6 @@
"discord": "694986201739952229"
},
"record": {
- "A": ["109.71.252.37"]
+ "TXT": ["7d2f026325a7a6b08efdb7c6031370"]
}
}
diff --git a/domains/_github-pages-challenge-stef-00012.receiptify.json b/domains/_github-pages-challenge-stef-00012.receiptify.json
new file mode 100644
index 000000000..d9d00c4cb
--- /dev/null
+++ b/domains/_github-pages-challenge-stef-00012.receiptify.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "TXT": ["bd419a0cfdcbf998e7de1e486cbb4c"]
+ }
+}
diff --git a/domains/_github-pages-challenge-stef-00012.stefdp.json b/domains/_github-pages-challenge-stef-00012.stefdp.json
new file mode 100644
index 000000000..75d0d03b1
--- /dev/null
+++ b/domains/_github-pages-challenge-stef-00012.stefdp.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "TXT": ["27c2dc9cd3e8a0a37947e82ab6f637"]
+ }
+}
diff --git a/domains/_github-pages-challenge-vikramisdev.vikramisdev.json b/domains/_github-pages-challenge-vikramisdev.vikramisdev.json
new file mode 100644
index 000000000..ef1fbb273
--- /dev/null
+++ b/domains/_github-pages-challenge-vikramisdev.vikramisdev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vikramisdev",
+ "email": "vs423502@gmail.com"
+ },
+ "record": {
+ "TXT": "14810aa9ee3adf44431d8a64abc84a"
+ }
+}
diff --git a/domains/_gitlab-pages-verification-code.meerkats.shays.json b/domains/_gitlab-pages-verification-code.meerkats.shays.json
index f16d84749..442847b5d 100644
--- a/domains/_gitlab-pages-verification-code.meerkats.shays.json
+++ b/domains/_gitlab-pages-verification-code.meerkats.shays.json
@@ -4,6 +4,6 @@
"email": "SHays24@student.sacs.nsw.edu.au"
},
"record": {
- "TXT": "gitlab-pages-verification-code=ae094773869d07be976fc107f5548311"
+ "TXT": "gitlab-pages-verification-code=621b768139e0bfaf6eb43d60db03cabf"
}
}
diff --git a/domains/a-ditya.json b/domains/a-ditya.json
deleted file mode 100644
index 9d9fe4af7..000000000
--- a/domains/a-ditya.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "AdityaOP2008",
- "discord": "844843800874582048",
- "email": "bw.dev@yahoo.com"
- },
- "record": {
- "CNAME": "c7106b01-6b1c-4d4f-b0a5-6c82b3e9a4a4.id.repl.co"
- }
-}
diff --git a/domains/abdallah.json b/domains/abdallah.json
deleted file mode 100644
index d9c6fc671..000000000
--- a/domains/abdallah.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "abdallahmehiz",
- "email": "abdallah.mehiz@univ-bba.dz"
- },
-
- "record": {
- "CNAME": "abdallah.mehiz.xyz"
- }
-}
diff --git a/domains/abhisekp.json b/domains/abhisekp.json
deleted file mode 100644
index 3fab010d3..000000000
--- a/domains/abhisekp.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "owner": {
- "username": "abhisekp",
- "email": "abhisekp@engineer.com",
- "twitter": "abhisek",
- "discord": "abhisekp#3680",
- "description": "About Abhisek Pattnaik",
- "repo": "https://github.com/abhisekp/abhisekp"
- },
- "record": {
- "URL": "https://abhisekp.com"
- }
-}
diff --git a/domains/addison.json b/domains/addison.json
deleted file mode 100644
index 05b8e84d3..000000000
--- a/domains/addison.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "duckmob",
- "email": "coxy.addison@gmail.com"
- },
- "record": {
- "CNAME": "dcd5055c-f746-4223-a171-5f536111d3c5.id.repl.co"
- }
-}
diff --git a/domains/adityapcgaming.json b/domains/adityapcgaming.json
deleted file mode 100644
index 90564814f..000000000
--- a/domains/adityapcgaming.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Clyders",
- "email": "adityapcgaming1@gmail.com"
- },
- "record": {
- "CNAME": "8a7f7c6e-2287-4f07-a605-5ca7824b3f38.id.repl.co"
- }
-}
diff --git a/domains/adoqet.json b/domains/adoqet.json
new file mode 100644
index 000000000..693b245da
--- /dev/null
+++ b/domains/adoqet.json
@@ -0,0 +1,15 @@
+{
+ "owner": {
+ "username": "AdoQeT",
+ "email": "adoqet@gmail.com"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": [
+ "v=spf1 include:spf.improvmx.com ~all"
+ ]
+ }
+}
diff --git a/domains/advance-bot.json b/domains/advance-bot.json
new file mode 100644
index 000000000..e5dfd5e13
--- /dev/null
+++ b/domains/advance-bot.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "shygamer123",
+ "email": "gpratham522@gmail.com",
+ "discord": "840244590870003762"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/agn.json b/domains/agn.json
new file mode 100644
index 000000000..f1645fc14
--- /dev/null
+++ b/domains/agn.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "agnesmonret",
+ "email": "agnesmoret@proton.me",
+ "discord": "694917200720429066"
+ },
+
+ "record": {
+ "CNAME": "agnesmonret.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/akki.json b/domains/akki.json
deleted file mode 100644
index 28cc32359..000000000
--- a/domains/akki.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "LegendOP1041",
- "email": "maillegendop@gmail.com",
- "discord": "1056531806763102218"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/akpi.json b/domains/akpi.json
index 9f42d5845..40065ae48 100644
--- a/domains/akpi.json
+++ b/domains/akpi.json
@@ -12,9 +12,6 @@
"185.199.109.153"
],
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": [
- "v=spf1 include:spf.improvmx.com ~all",
- "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDmKWCucfCBImz9pOWBPV5+SO3KNqeQSt6Jusv+3Rbm8BbSv8H0x+E0TEe4JjfNNUmVQ7zNlZFJK4Hlv453aXBNbkk9kzsekW8qm4ZGjeQwMBo2f4V6tkxPFtcYnUfNskc3194C5gH4AusJ4WMbYOe9GNxCRhuok+5tIGciJXxbWQIDAQAB"
- ]
+ "TXT": ["v=spf1 include:spf.improvmx.com ~all"]
}
}
diff --git a/domains/akrm.json b/domains/akrm.json
new file mode 100644
index 000000000..45d414d01
--- /dev/null
+++ b/domains/akrm.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "KemoXtech",
+ "email": "aljmalrealstate@gmail.com",
+ "discord": "868339557593137212"
+ },
+
+ "record": {
+ "A": ["65.19.141.67"],
+ "AAAA": ["2001:470:1:1ee::2009"]
+ }
+ }
+
diff --git a/domains/akshatt.json b/domains/akshatt.json
deleted file mode 100644
index 92ed50e59..000000000
--- a/domains/akshatt.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "noob0701",
- "email": "akshat250870@gmail.com"
- },
-
- "record": {
- "CNAME": "main.dfn6axfpgkelx.amplifyapp.com"
- }
-}
diff --git a/domains/akshay.json b/domains/akshay.json
deleted file mode 100644
index 741acd48d..000000000
--- a/domains/akshay.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Akshay's portfolio website and blog",
- "repo": "https://github.com/phenax/ediblemonad.dev",
- "owner": {
- "username": "phenax",
- "email": "phenax5@gmail.com"
- },
- "record": {
- "URL": "https://ediblemonad.dev"
- }
-}
diff --git a/domains/aldess.json b/domains/aldess.json
new file mode 100644
index 000000000..c139c319f
--- /dev/null
+++ b/domains/aldess.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AldessScratch",
+ "email": "aldess.sc@gmail.com"
+ },
+ "record": {
+ "CNAME": "aldess.pages.dev"
+ }
+}
diff --git a/domains/alenalex.json b/domains/alenalex.json
deleted file mode 100644
index cd5587b23..000000000
--- a/domains/alenalex.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "My own personal is-a-dev subdomain",
- "repo": "https://github.com/AlenGeoAlex",
- "owner": {
- "username": "AlenGeoAlex",
- "email": "alengeoalex@gmail.com",
- "discord": "< 𝓐𝓵𝓮𝓷_𝓐𝓵𝓮𝔁 !>#6771"
- },
- "record": {
- "URL": "https://alenalex.me"
- }
-}
diff --git a/domains/alexidk.json b/domains/alexidk.json
deleted file mode 100644
index 05a2b7cf2..000000000
--- a/domains/alexidk.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My developer website.",
- "repo": "https://github.com/Alex-idk",
- "owner": {
- "username": "Alex-idk",
- "email": "alex@alexidk.dev"
- },
- "record": {
- "URL": "https://alexidk.dev"
- }
-}
diff --git a/domains/alfari.json b/domains/alfari.json
new file mode 100644
index 000000000..30dbb37f2
--- /dev/null
+++ b/domains/alfari.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alfari24",
+ "email": "ari@alfari.id"
+ },
+ "record": {
+ "A": ["194.15.36.220"]
+ }
+}
diff --git a/domains/alijafari.json b/domains/alijafari.json
new file mode 100644
index 000000000..639da30f9
--- /dev/null
+++ b/domains/alijafari.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alijafari-gd",
+ "email": "ali.jafari.sn@gmail.com"
+ },
+ "record": {
+ "URL": "https://alijafari-gd.github.io"
+ }
+}
diff --git a/domains/aliwoto.json b/domains/aliwoto.json
new file mode 100644
index 000000000..fbcff706e
--- /dev/null
+++ b/domains/aliwoto.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ALiwoto",
+ "email": "aminnimaj@gmail.com"
+ },
+ "record": {
+ "A": ["176.9.175.107"]
+ }
+}
diff --git a/domains/almaz.json b/domains/almaz.json
index cef326b10..c5fa7718d 100644
--- a/domains/almaz.json
+++ b/domains/almaz.json
@@ -4,7 +4,7 @@
"email": "almazgamer228@gmail.com"
},
"record": {
- "A": ["109.71.252.37"],
+ "A": ["45.11.229.211"],
"MX": ["mail.is-a.dev"],
"TXT": "v=spf1 mx a:mail.is-a.dev ~all"
}
diff --git a/domains/alvin.json b/domains/alvin.json
deleted file mode 100644
index 74d5aefe7..000000000
--- a/domains/alvin.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "alvinbengeorge",
- "email": "alvinallen333@gmail.com"
- },
- "record": {
- "CNAME": "alvinbengeorge.vercel.app"
- }
-}
diff --git a/domains/ammthecoder.json b/domains/ammthecoder.json
new file mode 100644
index 000000000..feb3270af
--- /dev/null
+++ b/domains/ammthecoder.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Aung-myat-min",
+ "email": "koaungmyatmin0@gmail.com"
+ },
+ "record": {
+ "URL": "https://ammthercoder.vercel.app/"
+ }
+}
diff --git a/domains/analytics.json b/domains/analytics.json
index 6d52dc48c..1853906a7 100644
--- a/domains/analytics.json
+++ b/domains/analytics.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
"CNAME": "dns.beadman-network.com"
diff --git a/domains/andremor.json b/domains/andremor.json
deleted file mode 100644
index 49badaed7..000000000
--- a/domains/andremor.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "AndreMor8",
- "email": "me@andremor.dev"
- },
- "record": {
- "URL": "https://andremor.dev"
- }
-}
diff --git a/domains/andrewstech.json b/domains/andrewstech.json
new file mode 100644
index 000000000..817c9da4c
--- /dev/null
+++ b/domains/andrewstech.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "andrewstech",
+ "email": "is-a-dev@win11react.com"
+ },
+ "record": {
+ "MX": ["mail.is-a.dev"],
+ "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ }
+}
diff --git a/domains/anurag.json b/domains/anurag.json
new file mode 100644
index 000000000..99ff09294
--- /dev/null
+++ b/domains/anurag.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "anuragjawalkar",
+ "email": "anurag24jawalkar@gmail.com"
+ },
+ "record": {
+ "CNAME": "anuragjawalkar.github.io"
+ }
+}
diff --git a/domains/apam.json b/domains/apam.json
new file mode 100644
index 000000000..4d3da275b
--- /dev/null
+++ b/domains/apam.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "iamxani",
+ "email": "xenpei11@gmail.com"
+ },
+ "record": {
+ "CNAME": "iamxani.github.io"
+ }
+ }
diff --git a/domains/apgyorfi.json b/domains/apgyorfi.json
new file mode 100644
index 000000000..5bc041303
--- /dev/null
+++ b/domains/apgyorfi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "apgyorfi",
+ "email": "apgyorfi@protonmail.com"
+ },
+ "record": {
+ "CNAME": "gfsys.hu"
+ }
+}
diff --git a/domains/api.dhyan99.json b/domains/api.dhyan99.json
deleted file mode 100644
index 4967803cd..000000000
--- a/domains/api.dhyan99.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "repo": "https://github.com/d99-1/dhyan99-portfolio",
- "owner": {
- "username": "D99-1",
- "email": "dhyantanna@gmail.com"
- },
-
- "record": {
- "CNAME": "41c7b59d-7492-40cb-868c-3c1777f7ebff.id.repl.co"
- }
-}
diff --git a/domains/api.json b/domains/api.json
index 0a51a1e9a..d66eca635 100644
--- a/domains/api.json
+++ b/domains/api.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "wdhdev",
- "email": "william@williamharrison.dev"
+ "username": "is-a-dev",
+ "email": ""
},
"record": {
diff --git a/domains/shock.json b/domains/api.shockbs.json
similarity index 100%
rename from domains/shock.json
rename to domains/api.shockbs.json
diff --git a/domains/api.stefdp.json b/domains/api.stefdp.json
index 187cc9a31..f8beee4ce 100644
--- a/domains/api.stefdp.json
+++ b/domains/api.stefdp.json
@@ -2,9 +2,12 @@
"owner": {
"username": "Stef-00012",
"email": "admin@stefdp.is-a.dev",
- "discord": "694986201739952229"
+ "discord": "694986201739952229",
+ "github_id": 81536172
},
"record": {
- "A": ["109.71.252.37"]
+ "A": [
+ "45.11.229.211"
+ ]
}
-}
+}
\ No newline at end of file
diff --git a/domains/arhammusheer.json b/domains/arhammusheer.json
deleted file mode 100644
index c3ae3d778..000000000
--- a/domains/arhammusheer.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "arhammusheer",
- "email": "arhammusheer@gmail.com"
- },
- "record": {
- "CNAME": "croissant.one"
- }
-}
diff --git a/domains/arthur.json b/domains/arthur.json
deleted file mode 100644
index 76e713a34..000000000
--- a/domains/arthur.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Arthurdw",
- "email": "mail@arthurdw.com"
- },
- "repo": "https://github.com/arthurdw",
- "record": {
- "URL": "https://www.arthurdw.com"
- }
-}
diff --git a/domains/artix.json b/domains/artix.json
index a33a634c0..5d7662e28 100644
--- a/domains/artix.json
+++ b/domains/artix.json
@@ -1,9 +1,12 @@
{
- "owner": {
- "username": "alex1028199",
- "email": "yu1234u73f.com@gmail.com"
- },
- "record": {
- "CNAME": "proxy.private.danbot.host"
- }
-}
+ "owner": {
+ "username": "alex1028199",
+ "email": "yu1234u73f.com@gmail.com",
+ "discord": "834867471885271053"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/as.json b/domains/as.json
new file mode 100644
index 000000000..49f779a1c
--- /dev/null
+++ b/domains/as.json
@@ -0,0 +1,10 @@
+{
+ "repo" :"https://mrakshayas.github.io/me/",
+ "owner": {
+ "username": "MrAkshayAS",
+ "email": "akshau72p@gmail.com"
+ },
+ "record": {
+ "CNAME": "mrakshayas.github.io"
+ }
+}
diff --git a/domains/ashif.json b/domains/ashif.json
new file mode 100644
index 000000000..914b6a383
--- /dev/null
+++ b/domains/ashif.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TheKingslayer11",
+ "email": "ashifhussain609@gmail.com"
+ },
+ "record": {
+ "CNAME": "thekingslayer11.github.io"
+ }
+}
diff --git a/domains/ashutoshkumar.json b/domains/ashutoshkumar.json
deleted file mode 100644
index 3d75958e1..000000000
--- a/domains/ashutoshkumar.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Ashutosh Kumar's Portfolio",
- "owner": {
- "username": "Ashutoshcoder",
- "email": "ashutoshkumardbms@gmail.com"
- },
- "record": {
- "CNAME": "ashutoshkumar.me"
- }
-}
diff --git a/domains/asicalug.json b/domains/asicalug.json
new file mode 100644
index 000000000..64a350652
--- /dev/null
+++ b/domains/asicalug.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Asicalug",
+ "email": "isaac.poissinger@gmail.com"
+ },
+ "record": {
+ "CNAME": "asicalug.github.io"
+ }
+}
diff --git a/domains/asnct.json b/domains/asnct.json
new file mode 100644
index 000000000..846b87a84
--- /dev/null
+++ b/domains/asnct.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "asnct",
+ "email": "asnct.email@gmail.com"
+ },
+ "record": {
+ "A": ["5.42.94.94"]
+ }
+}
diff --git a/domains/asp.json b/domains/asp.json
deleted file mode 100644
index 9d93f947b..000000000
--- a/domains/asp.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "aspekts",
- "email": "marcus.kamuntu@gmail.com"
- },
- "record": {
- "CNAME": "29e1a02d-9848-4f80-845e-74cb27d553b3.id.repl.co"
- }
-}
diff --git a/domains/astra.json b/domains/astra.json
deleted file mode 100644
index d9df3fa1a..000000000
--- a/domains/astra.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "LilyMusic",
- "email": "lilymusicdiscord@gmail.com",
- "discord": "981225782938579014"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/auras.json b/domains/auras.json
new file mode 100644
index 000000000..f6d0e13bd
--- /dev/null
+++ b/domains/auras.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "agnesmonret",
+ "email": "agnesmoret@proton.me",
+ "discord": "694917200720429066"
+ },
+
+ "record": {
+ "CNAME": "agnesmonret.github.io"
+ }
+ }
+
diff --git a/domains/aus.json b/domains/aus.json
new file mode 100644
index 000000000..abb0eea34
--- /dev/null
+++ b/domains/aus.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MrAkshayAS",
+ "email": "akshau72p@gmail.com"
+ },
+ "record": {
+ "URL": "https://mrakshayas.github.io/portfolio/"
+ }
+}
diff --git a/domains/austino.json b/domains/austino.json
new file mode 100644
index 000000000..a584f8779
--- /dev/null
+++ b/domains/austino.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AustinGraphics",
+ "email": "austinxthomas@gmail.com"
+ },
+ "record": {
+ "CNAME": "austingraphics.github.io"
+ }
+}
diff --git a/domains/authorises.json b/domains/authorises.json
deleted file mode 100644
index 3a1d2cfd4..000000000
--- a/domains/authorises.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Personal portfolio",
- "repo": "https://github.com/Authorises/authorises.github.io",
- "owner": {
- "username": "authorises",
- "email": "authorises_alt@outlook.com"
- },
- "record": {
- "CNAME": "authorises.github.io"
- }
-}
diff --git a/domains/avon.json b/domains/avon.json
deleted file mode 100644
index 5d276ee40..000000000
--- a/domains/avon.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "avonryle",
- "discord": "avonryle#3155",
- "email": "avonryle@cloudteam.me"
- },
- "record": {
- "CNAME": "b496390d-18ef-4629-990f-a6bb296f35d6.id.repl.co"
- }
-}
diff --git a/domains/axay.json b/domains/axay.json
new file mode 100644
index 000000000..85300ea9e
--- /dev/null
+++ b/domains/axay.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "MrAkshayAS",
+ "email": "",
+ "discord" : "mrakshayas"
+ },
+ "record": {
+ "CNAME": "mrakshayas.github.io"
+ }
+}
diff --git a/domains/axewbotx.json b/domains/axewbotx.json
index 29970d250..8bd73229a 100644
--- a/domains/axewbotx.json
+++ b/domains/axewbotx.json
@@ -1,9 +1,10 @@
{
- "description": "I want to create my personal website, like a portfolio website.",
+ "description": "Personal Website",
"repo": "https://github.com/AxewBoTX/axewbotx.github.io",
"owner": {
"username": "AxewBoTX",
- "email": "lovedeepbrar54155@gmail.com"
+ "email": "lovedeepbrar54155@gmail.com",
+ "twitter": "@AxewBoTX"
},
"record": {
"CNAME": "axewbotx.github.io"
diff --git a/domains/axrxvm.json b/domains/axrxvm.json
new file mode 100644
index 000000000..dec8af0ef
--- /dev/null
+++ b/domains/axrxvm.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AaravMehta59",
+ "email": "poojaaarav321@gmail.com"
+ },
+ "record": {
+ "URL": "https://aaravm.me/"
+ }
+}
diff --git a/domains/ayoungmanwithanoldsoul.json b/domains/ayoungmanwithanoldsoul.json
new file mode 100644
index 000000000..039f642e0
--- /dev/null
+++ b/domains/ayoungmanwithanoldsoul.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ayoungmanwithanoldsoul",
+ "email": "paoloandrewpomar@gmail.com"
+ },
+ "record": {
+ "CNAME": "ayoungmanwithanoldsoul.github.io"
+ }
+}
diff --git a/domains/ayushtiwari.json b/domains/ayushtiwari.json
new file mode 100644
index 000000000..4e4876e24
--- /dev/null
+++ b/domains/ayushtiwari.json
@@ -0,0 +1,12 @@
+{
+ "description": "ayushtiwari.is-a.dev for my portfolio website",
+ "repo": "https://github.com/aaayushh7/myPortfolio.git",
+ "owner": {
+ "username": "aaayushh7",
+ "email": "",
+ "discord": "_aaayushh"
+ },
+ "record": {
+ "URL": "https://ayushtiwari.co"
+ }
+ }
\ No newline at end of file
diff --git a/domains/azurezeng.json b/domains/azurezeng.json
deleted file mode 100644
index 05a6c5f32..000000000
--- a/domains/azurezeng.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "AzureZeng",
- "email": "weedycn@outlook.com"
- },
- "record": {
- "CNAME": "azurezeng.com"
- }
-}
diff --git a/domains/b69029a2925ad960f5af027cd6d10ed9.json b/domains/b69029a2925ad960f5af027cd6d10ed9.json
deleted file mode 100644
index 25680b145..000000000
--- a/domains/b69029a2925ad960f5af027cd6d10ed9.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev-bot",
- "email": "is-a-dev@win11react.com"
- },
- "record": {
- "CNAME": "verify.bing.com"
- }
-}
diff --git a/domains/badend.json b/domains/badend.json
new file mode 100644
index 000000000..88080421b
--- /dev/null
+++ b/domains/badend.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "BadEnd777",
+ "email": "badend777@proton.me"
+ },
+ "description": "Discover the portfolio of BadEnd, a skilled software developer passionate about crafting innovative web applications. Explore projects, skills, and a journey into the world of software engineering.",
+ "repo": "https://github.com/BadEnd777/Personal-Website",
+ "record": {
+ "URL": "https://badend.pages.dev/"
+ }
+}
\ No newline at end of file
diff --git a/domains/baijiu.yec.json b/domains/baijiu.yec.json
deleted file mode 100644
index 02420e017..000000000
--- a/domains/baijiu.yec.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "baijiu.yec",
- "repo": "https://github.com/twentwo/baijiu.yec",
- "owner": {
- "username": "twentwo",
- "email": "joneyee22@qq.com"
- },
- "record": {
- "URL": "https://twentwo.github.io/baijiu.yec"
- }
-}
diff --git a/domains/baptiste.json b/domains/baptiste.json
new file mode 100644
index 000000000..4f8b728bc
--- /dev/null
+++ b/domains/baptiste.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BapRx",
+ "email": "rouxbaptiste@outlook.com"
+ },
+ "record": {
+ "CNAME": "baprx.github.io"
+ }
+}
diff --git a/domains/bast.json b/domains/bast.json
deleted file mode 100644
index 8339f3bca..000000000
--- a/domains/bast.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Bast's unimaginatively named programming blog",
- "owner": {
- "username": "bast0006",
- "email": "bast@bast-development.com"
- },
- "record": {
- "URL": "https://bast-development.com"
- }
-}
diff --git a/domains/belka.json b/domains/belka.json
deleted file mode 100644
index 321d08809..000000000
--- a/domains/belka.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "zshmeta",
- "email": "zshmeta@gmail.com"
- },
- "record": {
- "A": ["84.235.229.48"]
- }
-}
diff --git a/domains/benediktreck.json b/domains/benediktreck.json
deleted file mode 100644
index 33df18087..000000000
--- a/domains/benediktreck.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "usr577",
- "email": "benedikt.reck@oesdorf.de"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
diff --git a/domains/benz.json b/domains/benz.json
new file mode 100644
index 000000000..0cfeed30f
--- /dev/null
+++ b/domains/benz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MicroBenz",
+ "email": "microbenz.prob@gmail.com"
+ },
+ "record": {
+ "CNAME": "microbenz.in.th"
+ }
+}
diff --git a/domains/berztech.json b/domains/berztech.json
deleted file mode 100644
index 23f8f5072..000000000
--- a/domains/berztech.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Sxurabh",
- "email": "saurabhkirve@gmail.com"
- },
- "record": {
- "CNAME": "berztech.vercel.app"
- }
-}
diff --git a/domains/bhaskar.json b/domains/bhaskar.json
deleted file mode 100644
index b07a85bd4..000000000
--- a/domains/bhaskar.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "bhaskaraa45",
- "email": "bhaskarmandal369@gmail.com"
- },
- "record": {
- "A": ["40.76.254.177"]
- }
-}
diff --git a/domains/bhavishyadahiya.json b/domains/bhavishyadahiya.json
deleted file mode 100644
index 7a976dd34..000000000
--- a/domains/bhavishyadahiya.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "BH00TXD",
- "email": "ghost25112006@gmail.com"
- },
- "record": {
- "CNAME": "proxy.private.danbot.host"
- }
-}
diff --git a/domains/blockbreaker.json b/domains/blockbreaker.json
deleted file mode 100644
index 568dee72b..000000000
--- a/domains/blockbreaker.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "tootypatrooty6",
- "email": "jmekhi32@gmail.com"
- },
- "record": {
- "CNAME": "theblockbreaker.github.io"
- }
-}
diff --git a/domains/blog.areen-c.json b/domains/blog.areen-c.json
new file mode 100644
index 000000000..dd1ba1a4b
--- /dev/null
+++ b/domains/blog.areen-c.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "areen-c",
+ "email": "areenelhaq@gmail.com"
+ },
+ "record": {
+ "CNAME": "blog-areen.pages.dev"
+ }
+}
diff --git a/domains/blog.areen.json b/domains/blog.areen.json
new file mode 100644
index 000000000..7259f9224
--- /dev/null
+++ b/domains/blog.areen.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "areen-c",
+ "email": "areenelhaq@gmail.com"
+ },
+ "record": {
+ "CNAME": "areencx.pages.dev"
+ }
+}
diff --git a/domains/blog.dhruva.json b/domains/blog.dhruva.json
deleted file mode 100644
index 31fd68d40..000000000
--- a/domains/blog.dhruva.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "my hashnode blog",
- "owner": {
- "username": "carrotfarmer",
- "email": "dhruvas17068@gmail.com"
- },
- "record": {
- "CNAME": "hashnode.network"
- }
-}
diff --git a/domains/blog.efrecon.json b/domains/blog.efrecon.json
deleted file mode 100644
index 44c760260..000000000
--- a/domains/blog.efrecon.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "efrecon's blog",
- "repo": "https://github.com/efrecon/efrecon.github.io",
- "owner": {
- "username": "efrecon",
- "email": "efrecon+github@gmail.com"
- },
- "record": {
- "CNAME": "efrecon.github.io"
- }
-}
diff --git a/domains/blue.json b/domains/blue.json
new file mode 100644
index 000000000..30f1c7a0b
--- /dev/null
+++ b/domains/blue.json
@@ -0,0 +1,12 @@
+{
+ "description": "My personal site, for introducing myself.",
+ "repo": "https://github.com/b1ue-dev/b1ue-dev.github.io",
+ "owner": {
+ "username": "B1ue-Dev",
+ "email": "b1uedev@outlook.com",
+ "twitter": "b1uedev"
+ },
+ "record": {
+ "CNAME": "b1ue-dev.github.io"
+ }
+}
diff --git a/domains/bmh.json b/domains/bmh.json
deleted file mode 100644
index d463a4e04..000000000
--- a/domains/bmh.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "bm-hien",
- "email": "buiminhhien001@gmail.com"
- },
- "record": {
- "URL": "https://bm-hien.github.io"
- }
-}
diff --git a/domains/boseong.json b/domains/boseong.json
new file mode 100644
index 000000000..139b6872f
--- /dev/null
+++ b/domains/boseong.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "2paperstar",
+ "email": "lee@paperst.ar"
+ },
+ "record": {
+ "CNAME": "paperst.ar"
+ }
+}
diff --git a/domains/bot.dracx.json b/domains/bot.dracx.json
deleted file mode 100644
index bdde9076f..000000000
--- a/domains/bot.dracx.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "DarindaDraX",
- "email": "123kishanvish@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/bovas.json b/domains/bovas.json
deleted file mode 100644
index 0ee4719de..000000000
--- a/domains/bovas.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "bovas",
- "email": "bovaskjacobb2009@gmail.com"
- },
-
- "record": {
- "URL": "https://dev.bovas.repl.co"
- }
-}
diff --git a/domains/brandgrandreal.json b/domains/brandgrandreal.json
new file mode 100644
index 000000000..98da537d8
--- /dev/null
+++ b/domains/brandgrandreal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BrandgrandRealMe",
+ "email": "brandon.lambe@skiff.com"
+ },
+ "record": {
+ "CNAME": "brandgrandrealme.github.io"
+ }
+}
diff --git a/domains/brpro.json b/domains/brpro.json
deleted file mode 100644
index 89adeb0e5..000000000
--- a/domains/brpro.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "raxidbou4nja",
- "email": "rachid.boughnja@gmail.com"
- },
- "record": {
- "A": ["150.136.61.251"]
- }
-}
diff --git a/domains/bs.json b/domains/bs.json
deleted file mode 100644
index e7daac5a3..000000000
--- a/domains/bs.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "a website for my api",
- "repo": "https://github.com/brawlie/api",
- "owner": {
- "username": "brawlie",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "7b9fd2b3-d702-4577-bcbf-a1a529ad3f3d.repl.co"
- }
-}
diff --git a/domains/byte.json b/domains/byte.json
new file mode 100644
index 000000000..dcf479cbc
--- /dev/null
+++ b/domains/byte.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "ishan-school",
+ "email": "ishan.13406@lahartara.sunbeamschools.com"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/cala.json b/domains/cala.json
new file mode 100644
index 000000000..678c1a566
--- /dev/null
+++ b/domains/cala.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "calamitywoah",
+ "email": "krivojta@gmail.com",
+ "discord": "981555580495867964"
+ },
+
+ "record": {
+ "CNAME": "calamitywoah.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/cameo007.json b/domains/cameo007.json
deleted file mode 100644
index 8a95a4a45..000000000
--- a/domains/cameo007.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Cameo007",
- "email": "pascal.1.dietrich@hotmail.com"
- },
- "record": {
- "CNAME": "mintux.de"
- }
-}
diff --git a/domains/carlo.json b/domains/carlo.json
new file mode 100644
index 000000000..fc1fa8c70
--- /dev/null
+++ b/domains/carlo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "z1on3",
+ "email": "panercarlo99@gmail.com"
+ },
+ "record": {
+ "CNAME": "z1on3.github.io"
+ }
+}
diff --git a/domains/catboy.json b/domains/catboy.json
deleted file mode 100644
index 36223a2b6..000000000
--- a/domains/catboy.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "SlycIsACatboy",
- "email": "noahhz942@gmail.com"
- },
- "record": {
- "A": ["137.184.119.127"],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
- }
-}
diff --git a/domains/catfein.json b/domains/catfein.json
new file mode 100644
index 000000000..30dbb37f2
--- /dev/null
+++ b/domains/catfein.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alfari24",
+ "email": "ari@alfari.id"
+ },
+ "record": {
+ "A": ["194.15.36.220"]
+ }
+}
diff --git a/domains/catfoolyou.json b/domains/catfoolyou.json
new file mode 100644
index 000000000..33ed5718c
--- /dev/null
+++ b/domains/catfoolyou.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "catfoolyou",
+ "email": "catfoolyou.github@manyme.com"
+ },
+ "record": {
+ "URL": "https://vast-puce-hippo-shoe.cyclic.app/"
+ }
+}
diff --git a/domains/catr3kd.json b/domains/catr3kd.json
deleted file mode 100644
index 8c035770f..000000000
--- a/domains/catr3kd.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "CatR3kd",
- "email": "oliverlivesay@gmail.com"
- },
- "record": {
- "URL": "https://catr3kd.repl.co"
- }
-}
diff --git a/domains/cdn.akshtt.json b/domains/cdn.akshtt.json
new file mode 100644
index 000000000..d55e38eee
--- /dev/null
+++ b/domains/cdn.akshtt.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "LegendOP1041",
+ "email": "maillegendop@gmail.com",
+ "discord": "1056531806763102218"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/cdn.artix.json b/domains/cdn.artix.json
new file mode 100644
index 000000000..5d7662e28
--- /dev/null
+++ b/domains/cdn.artix.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "alex1028199",
+ "email": "yu1234u73f.com@gmail.com",
+ "discord": "834867471885271053"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/cdn.haru.ki.json b/domains/cdn.haru.ki.json
new file mode 100644
index 000000000..6c272e999
--- /dev/null
+++ b/domains/cdn.haru.ki.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Anandkrishna34",
+ "email": "aanandkrishna344@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/cdn.trung.json b/domains/cdn.trung.json
new file mode 100644
index 000000000..c372c8070
--- /dev/null
+++ b/domains/cdn.trung.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/ceed.json b/domains/ceed.json
new file mode 100644
index 000000000..28050fad3
--- /dev/null
+++ b/domains/ceed.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ItsCEED",
+ "email": "ceed1337@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/itsceed"
+ }
+}
diff --git a/domains/ceon.json b/domains/ceon.json
deleted file mode 100644
index 56190d51d..000000000
--- a/domains/ceon.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Hey, I am Ceon!",
- "repo": "https://github.com/internetmagduru",
- "owner": {
- "username": "internetmagduru",
- "email": "ceon@ceon.tech"
- },
- "record": {
- "URL": "https://ceon.tech"
- }
-}
diff --git a/domains/cf.json b/domains/cf.json
deleted file mode 100644
index 44ec26c2e..000000000
--- a/domains/cf.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "bb4btjsj",
- "email": "saragibb7@gmail.com"
- },
- "record": {
- "CNAME": "akile.autoip.x24hr.com"
- }
-}
diff --git a/domains/cfp.json b/domains/cfp.json
index 36fc6dc27..3e1e287cb 100644
--- a/domains/cfp.json
+++ b/domains/cfp.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "cfpwastaken",
- "email": "",
- "discord": "cfp (318394797822050315)"
- },
- "record": {
- "CNAME": "cfp.gotdns.ch"
- }
-}
+ "owner": {
+ "username": "cfpwastaken",
+ "email": "",
+ "discord": "cfp (318394797822050315)"
+ },
+ "record": {
+ "CNAME": "cfp.gotdns.ch"
+ }
+}
\ No newline at end of file
diff --git a/domains/chat-with.sx9.json b/domains/chat-with.sx9.json
deleted file mode 100644
index 7bcfad1a6..000000000
--- a/domains/chat-with.sx9.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "SX-9",
- "email": "satriakrach@gmail.com"
- },
- "record": {
- "CNAME": "5b57fe59-8f17-4bdf-9ece-d8dde3f9cab0.id.repl.co"
- }
-}
diff --git a/domains/chathub.json b/domains/chathub.json
new file mode 100644
index 000000000..bea7f1902
--- /dev/null
+++ b/domains/chathub.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bhaskaraa45",
+ "email": "bhaskarmandal369@gmail.com"
+ },
+ "record": {
+ "A": ["20.198.8.42"]
+ }
+}
diff --git a/domains/choukseaaryan.json b/domains/choukseaaryan.json
new file mode 100644
index 000000000..eb7ca2b8d
--- /dev/null
+++ b/domains/choukseaaryan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "choukseaaryan",
+ "email": "aaryan2chouksey@gmail.com"
+ },
+ "record": {
+ "CNAME": "choukseaaryan.github.io"
+ }
+}
diff --git a/domains/chriscoding.json b/domains/chriscoding.json
new file mode 100644
index 000000000..21d786a84
--- /dev/null
+++ b/domains/chriscoding.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "BestGithubUser1",
+ "email": "githubuserlol333@gmail.com",
+ "discord": "735578614476570726"
+ },
+
+ "record": {
+ "CNAME": "bestgithubuser1.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/ciaobot.json b/domains/ciaobot.json
index 0d444208f..9d5aadfe6 100644
--- a/domains/ciaobot.json
+++ b/domains/ciaobot.json
@@ -1,12 +1,12 @@
{
- "owner": {
- "username": "Ciao287",
- "email": "",
- "discord": "687333016921440317"
- },
- "record": {
- "A": ["84.46.245.191"],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 include:mail.is-a.dev ~all"
- }
+ "owner": {
+ "username": "Ciao287",
+ "email": "",
+ "discord": "687333016921440317"
+ },
+ "record": {
+ "A": [
+ "45.11.229.211"
+ ]
+ }
}
diff --git a/domains/cli.json b/domains/cli.json
index 3543a09a7..549f942c5 100644
--- a/domains/cli.json
+++ b/domains/cli.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
diff --git a/domains/clicpow.json b/domains/clicpow.json
new file mode 100644
index 000000000..b431066e4
--- /dev/null
+++ b/domains/clicpow.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ClicpoW",
+ "email": "clicpowytb@gmail.com"
+ },
+ "record": {
+ "CNAME": "mlkfkqd.pages.dev"
+ }
+}
diff --git a/domains/cloud9store.json b/domains/cloud9store.json
deleted file mode 100644
index 0bacaa7a4..000000000
--- a/domains/cloud9store.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "website",
- "repo": "replit.com/@inmostgaming",
- "owner": {
- "username": "cloud9store",
- "email": "sidneybuisnessandshop@gmail.com"
- },
- "record": {
- "CNAME": "fcfb75bd-9b46-4ba9-b588-ad5ce8ebd80f.repl.co"
- }
-}
diff --git a/domains/code.creeper76.json b/domains/code.creeper76.json
deleted file mode 100644
index 023db3cda..000000000
--- a/domains/code.creeper76.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Creeper76",
- "email": "",
- "discord": "777694273319469057"
- },
- "record": {
- "CNAME": "proxy.private.danbot.host"
- }
-}
diff --git a/domains/codecuri.json b/domains/codecuri.json
deleted file mode 100644
index bb43b7ece..000000000
--- a/domains/codecuri.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "KaizOffical",
- "email": "anhkhangphan4@gmail.com"
- },
-
- "record": {
- "CNAME": "codecuri.onrender.com"
- }
-}
diff --git a/domains/college-front.json b/domains/college-front.json
deleted file mode 100644
index 45c650acd..000000000
--- a/domains/college-front.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "amir-mohammad-HP",
- "email": "hamidipour97@gmail.com"
- },
- "record": {
- "CNAME": "front.collegesaz.ir"
- }
-}
diff --git a/domains/completesoft.json b/domains/completesoft.json
new file mode 100644
index 000000000..ff1083b09
--- /dev/null
+++ b/domains/completesoft.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "simersim",
+ "email": "simer@f1.mk.ua"
+ },
+ "record": {
+ "A": ["78.46.77.92"],
+ "MX": ["mx.comp.in.ua"],
+ "TXT": "v=spf1 mx a:mx.comp.in.ua -all"
+ }
+}
diff --git a/domains/contentbot.json b/domains/contentbot.json
deleted file mode 100644
index b33d5fc15..000000000
--- a/domains/contentbot.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "Fqcxn",
- "email": "",
- "twitter": "FqcxnLmao",
- "discord": "hong.kong"
- },
- "record": {
- "CNAME": "fqcxn.com"
- }
-}
diff --git a/domains/corey.json b/domains/corey.json
new file mode 100644
index 000000000..2503b62fc
--- /dev/null
+++ b/domains/corey.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "cjsewell",
+ "email": "corey@sewell.net.nz"
+ },
+ "record": {
+ "CNAME": "sewell.net.nz"
+ }
+}
diff --git a/domains/cr.json b/domains/cr.json
deleted file mode 100644
index cb7d60370..000000000
--- a/domains/cr.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "A Website For My API",
- "repo": "https://github.com/joeleeofficial",
- "owner": {
- "username": "joeleeofficial",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "7b9fd2b3-d702-4577-bcbf-a1a529ad3f3d.repl.co"
- }
-}
diff --git a/domains/creve.json b/domains/creve.json
deleted file mode 100644
index 9b06405fc..000000000
--- a/domains/creve.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My site ig",
- "owner": {
- "username": "Creveoolus",
- "email": "",
- "discord": "Creve#0727"
- },
- "record": {
- "CNAME": "shielded-turnip-jvcv0g342r3gnbht5wr9tpio.herokudns.com"
- }
-}
diff --git a/domains/crispy.json b/domains/crispy.json
deleted file mode 100644
index e18a8c78c..000000000
--- a/domains/crispy.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Crispy's Development Website",
- "repo": "https://github.com/Crispy-Cream/Crispy",
- "owner": {
- "username": "Crispy-Cream",
- "email": "crispy@vibebot.me"
- },
- "record": {
- "CNAME": "4453c438-a580-4334-ab7c-56e7844eb705.repl.co"
- }
-}
diff --git a/domains/cutie.json b/domains/cutie.json
deleted file mode 100644
index 28cc32359..000000000
--- a/domains/cutie.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "LegendOP1041",
- "email": "maillegendop@gmail.com",
- "discord": "1056531806763102218"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/cyan.json b/domains/cyan.json
deleted file mode 100644
index ecc119879..000000000
--- a/domains/cyan.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Just a personal website",
- "repo": "https://github.com/cyanraze/cyanraze",
- "owner": {
- "username": "cyanraze",
- "email": "239@duck.com"
- },
- "record": {
- "CNAME": "cyanraze.github.io"
- }
-}
diff --git a/domains/d4rkd3n1337.json b/domains/d4rkd3n1337.json
new file mode 100644
index 000000000..4d63d96ce
--- /dev/null
+++ b/domains/d4rkd3n1337.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "d4rkd3n1337",
+ "email": "darkdenrevolt@gmail.com"
+ },
+ "record": {
+ "A": ["45.85.117.139"]
+ }
+}
diff --git a/domains/dag.json b/domains/dag.json
deleted file mode 100644
index 3bba4f469..000000000
--- a/domains/dag.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Daglaroglou",
- "email": "christos.daglaroglou@gmail.com"
- },
- "record": {
- "CNAME": "84d4959a-0b89-4158-b857-f2670a983f88.id.repl.co"
- }
-}
diff --git a/domains/darkdarcool.json b/domains/darkdarcool.json
deleted file mode 100644
index 73987938c..000000000
--- a/domains/darkdarcool.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "darkdarcool",
- "email": "darkdarcool@gmail.com"
- },
- "record": {
- "URL": "https://darkdarcool.me"
- }
-}
diff --git a/domains/dashboard.almaz.json b/domains/dashboard.almaz.json
new file mode 100644
index 000000000..ffc498009
--- /dev/null
+++ b/domains/dashboard.almaz.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "AlmaziikDev",
+ "email": "almazgamer228@gmail.com",
+ "discord": "718458417232085104",
+ "github_id": 132609906
+ },
+ "record": {
+ "A": [
+ "45.11.229.211"
+ ]
+ }
+}
\ No newline at end of file
diff --git a/domains/data.json b/domains/data.json
index 97acc8601..888b761d4 100644
--- a/domains/data.json
+++ b/domains/data.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
diff --git a/domains/datasets.json b/domains/datasets.json
deleted file mode 100644
index 15c8880d4..000000000
--- a/domains/datasets.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "pranavagrawal321",
- "email": "pranavagrawal321@gmail.com"
- },
- "record": {
- "URL": "https://datasets-e2cm.onrender.com"
- }
-}
diff --git a/domains/davin.json b/domains/davin.json
deleted file mode 100644
index 7b1a28b93..000000000
--- a/domains/davin.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Rage65",
- "email": "123thetechguy@gmail.com"
- },
- "record": {
- "CNAME": "deva65.duckdns.org"
- }
-}
diff --git a/domains/dc.kenny.json b/domains/dc.kenny.json
deleted file mode 100644
index c5686d7e7..000000000
--- a/domains/dc.kenny.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "KennySB-dev",
- "email": "kennybugeja@gmail.com",
- "discord": "kenny.sb"
- },
-
- "record": {
- "URL": "https://discord.com/users/681811851428102145"
- }
-}
diff --git a/domains/ddn-services.json b/domains/ddn-services.json
deleted file mode 100644
index 11d3b064d..000000000
--- a/domains/ddn-services.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "qlongdevdn",
- "email": "quanglong.vaait@gmail.com"
- },
- "record": {
- "A": ["20.2.219.141"]
- }
-}
diff --git a/domains/demosss.json b/domains/demosss.json
deleted file mode 100644
index 84866ac26..000000000
--- a/domains/demosss.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev-bot",
- "email": "is-a-dev@win11react.com",
- "discord": "598245488977903688"
- },
-
- "record": {
- "MX": ["mail.is-a.dev"]
- }
-}
diff --git a/domains/devbrainless.json b/domains/devbrainless.json
new file mode 100644
index 000000000..b92469b63
--- /dev/null
+++ b/domains/devbrainless.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Badless",
+ "email": "karolczeeek@gmail.com"
+ },
+ "record": {
+ "CNAME": "badless.github.io"
+ }
+}
diff --git a/domains/diary.akshtt.json b/domains/diary.akshtt.json
new file mode 100644
index 000000000..d55e38eee
--- /dev/null
+++ b/domains/diary.akshtt.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "LegendOP1041",
+ "email": "maillegendop@gmail.com",
+ "discord": "1056531806763102218"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/dibster.json b/domains/dibster.json
deleted file mode 100644
index 68f5f5292..000000000
--- a/domains/dibster.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "ShareX Server/Protfolio Site.",
- "owner": {
- "username": "DEV-DIBSTER",
- "email": "dibster@danbot.host",
- "twitter": "DEV_DIBSTER"
- },
- "record": {
- "CNAME": "proxy.dib.localplayer.dev"
- }
-}
diff --git a/domains/didotb.json b/domains/didotb.json
deleted file mode 100644
index 1579b101d..000000000
--- a/domains/didotb.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "didotb",
- "email": "didotb@gmail.com",
- "repo": "https://replit.com/@ddotb/reloctk",
- "description": "Private owned URL Shortener - Using MongoDB, Flask, and SimpleLogin in Replit"
- },
- "record": {
- "A": ["35.186.245.55"],
- "TXT": "replit-verify=68e4e002-91f5-446f-98a8-9add654ca897"
- }
-}
diff --git a/domains/dipan.json b/domains/dipan.json
deleted file mode 100644
index 1e7956dd9..000000000
--- a/domains/dipan.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My Personal Portfolio - Dipan Roy",
- "repo": "https://github.com/dipan29",
- "owner": {
- "username": "dipan29",
- "email": "dipanroy@mindwebs.org"
- },
- "record": {
- "A": ["115.187.62.14"]
- }
-}
diff --git a/domains/discdefender.json b/domains/discdefender.json
new file mode 100644
index 000000000..a2f50643a
--- /dev/null
+++ b/domains/discdefender.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "GMR828",
+ "email": "gmr828@null.net"
+ },
+ "record": {
+ "CNAME": "discdefenderbfbffb.000webhostapp.com"
+ }
+}
diff --git a/domains/discord.deadcode.json b/domains/discord.deadcode.json
deleted file mode 100644
index 92b143814..000000000
--- a/domains/discord.deadcode.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "RichardKanshen",
- "email": "richard@kanshen.click"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
diff --git a/domains/discord.json b/domains/discord.json
index 35a36caa8..9e6b5e8f5 100644
--- a/domains/discord.json
+++ b/domains/discord.json
@@ -1,11 +1,9 @@
{
- "description": "a discord bot website",
- "repo": "https://github.com/botstudios",
"owner": {
- "username": "BotStudios",
- "email": "tojoeleeofficial@gmail.com"
+ "username": "is-a-dev",
+ "email": ""
},
"record": {
- "CNAME": "botstudios.github.io"
+ "URL": "https://discord.gg/PZCGHz4RhQ"
}
}
diff --git a/domains/divyanshudhruv.json b/domains/divyanshudhruv.json
new file mode 100644
index 000000000..5cedd69c2
--- /dev/null
+++ b/domains/divyanshudhruv.json
@@ -0,0 +1,11 @@
+{
+ "description": "Its just my portfolio :)",
+ "repo": "https://github.com/divyanshudhruv/divyanshudhruv.github.io",
+ "owner": {
+ "username": "divyanshudhruv",
+ "email": "divyanshudhruv24@gmail.com"
+ },
+ "record": {
+ "CNAME": "divyanshudhruv.github.io"
+ }
+}
diff --git a/domains/docs.json b/domains/docs.json
index f1eb78b2e..946773150 100644
--- a/domains/docs.json
+++ b/domains/docs.json
@@ -3,7 +3,7 @@
"repo": "https://github.com/is-a-dev/docs",
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
"URL": "https://www.is-a.dev/docs"
diff --git a/domains/dohyun.json b/domains/dohyun.json
new file mode 100644
index 000000000..bd6821c81
--- /dev/null
+++ b/domains/dohyun.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "dohyun-ko",
+ "email": "dohyun682@gmail.com"
+ },
+ "record": {
+ "CNAME": "dohyun-ko.github.io"
+ }
+}
diff --git a/domains/domi.json b/domains/domi.json
deleted file mode 100644
index fec56a182..000000000
--- a/domains/domi.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "domi-btnr",
- "email": "me@domi-btnr.dev"
- },
- "record": {
- "CNAME": "domi-btnr.dev"
- }
-}
diff --git a/domains/donkaos.json b/domains/donkaos.json
deleted file mode 100644
index bb16199e9..000000000
--- a/domains/donkaos.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Donkas's personal developer website",
- "repo": "https://github.com/donkaos501",
- "owner": {
- "username": "Donkaos",
- "email": "donkaos501@outlook.com"
- },
- "record": {
- "URL": "https://donkaos.de/"
- }
-}
diff --git a/domains/doraemon.json b/domains/doraemon.json
deleted file mode 100644
index 28cc32359..000000000
--- a/domains/doraemon.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "LegendOP1041",
- "email": "maillegendop@gmail.com",
- "discord": "1056531806763102218"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/dracx.json b/domains/dracx.json
index 56dfbe6d6..d9e570234 100644
--- a/domains/dracx.json
+++ b/domains/dracx.json
@@ -1,9 +1,9 @@
{
"owner": {
- "username": "DarindaDraX",
+ "username": "m1kuwu",
"email": "123kishanvish@gmail.com"
},
"record": {
- "CNAME": "darindadrax.github.io"
+ "CNAME": "m1kuwu.github.io"
}
}
diff --git a/domains/dreni.json b/domains/dreni.json
new file mode 100644
index 000000000..df998281a
--- /dev/null
+++ b/domains/dreni.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "drenxhyliqi",
+ "email": "drenxhyliqi3@gmail.com"
+ },
+ "record": {
+ "URL": "https://drenxhyliqi.netlify.app/"
+ }
+}
diff --git a/domains/drian.json b/domains/drian.json
new file mode 100644
index 000000000..f5fbf8259
--- /dev/null
+++ b/domains/drian.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Luiso9",
+ "email": "muhandreop@gmail.com"
+ },
+ "record": {
+ "CNAME": "luiso9.github.io"
+ }
+}
diff --git a/domains/dubrin.json b/domains/dubrin.json
deleted file mode 100644
index ee578dde2..000000000
--- a/domains/dubrin.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "ImNotDuBrin",
- "email": "natlogkiki112@gmail.com"
- },
- "record": {
- "A": ["91.86.34.87"]
- }
-}
diff --git a/domains/duckinc.json b/domains/duckinc.json
deleted file mode 100644
index 2c6193504..000000000
--- a/domains/duckinc.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "developer website",
- "repo": "https://replit.com/@DuckInc/Duckinc-About#index.js",
- "owner": {
- "username": "duckinc",
- "email": "gatewayduck@gmail.com"
- },
- "record": {
- "CNAME": "b2894241-b4d2-4044-af99-5b8f9bb7a15b.id.repl.co"
- }
-}
diff --git a/domains/durov.json b/domains/durov.json
new file mode 100644
index 000000000..4e6029358
--- /dev/null
+++ b/domains/durov.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BobleGun",
+ "email": "dobroq1954@gmail.com"
+ },
+ "record": {
+ "CNAME": "a0913910.xsph.ru"
+ }
+}
diff --git a/domains/dushmanta.json b/domains/dushmanta.json
deleted file mode 100644
index 44502e4ef..000000000
--- a/domains/dushmanta.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Portfolio | Dushmanta",
- "repo": "https://github.com/dushmanta05/dushmanta05.github.io",
- "owner": {
- "username": "dushmanta05",
- "email": "dushmanta.dev@gmail.com",
- "twitter": "dushmanta05"
- },
- "record": {
- "CNAME": "dushmanta05.github.io"
- }
-}
diff --git a/domains/dust0n.json b/domains/dust0n.json
new file mode 100644
index 000000000..20c80d1e8
--- /dev/null
+++ b/domains/dust0n.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "itsdust0n",
+ "email": "contact@dust0n.ru"
+ },
+
+ "record": {
+ "A": ["89.208.104.177"]
+ }
+}
diff --git a/domains/dylanmarsili.json b/domains/dylanmarsili.json
index f27ca5d88..b91790482 100644
--- a/domains/dylanmarsili.json
+++ b/domains/dylanmarsili.json
@@ -1,12 +1,12 @@
{
- "description": "Portfolio",
- "repo": "https://github.com/Dylan-Marsili/dylan-marsili.github.io",
- "owner": {
- "username": "Dylan-Marsili",
- "email": "marsilidylan@gmail.com",
- "twitter": "dylan_marsili"
- },
- "record": {
- "CNAME": "dylan-marsili.github.io"
- }
-}
+ "owner": {
+ "username": "Dylan-Marsili",
+ "email": "marsilidylan@gmail.com",
+ "discord": "721840611174383780"
+ },
+
+ "record": {
+ "CNAME": "dylan-marsili.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/edgar.json b/domains/edgar.json
deleted file mode 100644
index b5f17f9c4..000000000
--- a/domains/edgar.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Edgar-4111",
- "email": "",
- "discord": "._edgar."
- },
- "record": {
- "CNAME": "proxy.private.danbot.host"
- }
-}
diff --git a/domains/ekrem.json b/domains/ekrem.json
deleted file mode 100644
index aa29923a5..000000000
--- a/domains/ekrem.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "exrem",
- "email": "eray6421@proton.me"
- },
- "record": {
- "CNAME": "exrem.github.io"
- }
-}
diff --git a/domains/eletrixtalkapp.json b/domains/eletrixtalkapp.json
deleted file mode 100644
index 3ddf87c35..000000000
--- a/domains/eletrixtalkapp.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "boomerangBS",
- "email": "boomerang1803@gmail.com"
- },
- "record": {
- "CNAME": "8de1bbe8-ffbb-4e58-a688-bb332d498d06.id.repl.co"
- }
-}
diff --git a/domains/elyagoubi.json b/domains/elyagoubi.json
deleted file mode 100644
index ba7765d3a..000000000
--- a/domains/elyagoubi.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "abdessattarElyagoubi",
- "email": "abdeldroid2@gmail.com"
- },
- "record": {
- "CNAME": "elyagoubis.github.io"
- }
-}
diff --git a/domains/emoji.json b/domains/emoji.json
new file mode 100644
index 000000000..15189cc35
--- /dev/null
+++ b/domains/emoji.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "ItzEmoji",
+ "email": "cyril.dettling@gmail.com",
+ "discord": "1123260870991020083"
+ },
+
+ "record": {
+ "CNAME": "itzemojiwebsite.pages.dev"
+ }
+ }
+
diff --git a/domains/emojiplayer.json b/domains/emojiplayer.json
new file mode 100644
index 000000000..4e24a1fed
--- /dev/null
+++ b/domains/emojiplayer.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ItzEmoji",
+ "email": "cyril.dettling@gmail.com"
+ },
+ "record": {
+ "CNAME": "itzemojiwebsite.pages.dev"
+ }
+}
diff --git a/domains/endercass.json b/domains/endercass.json
deleted file mode 100644
index 388d4c1b8..000000000
--- a/domains/endercass.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Endercass Portfolio",
- "owner": {
- "username": "Endercass",
- "email": "",
- "discord": "endercass"
- },
- "record": {
- "URL": "https://endercass.me"
- }
-}
diff --git a/domains/erol.json b/domains/erol.json
deleted file mode 100644
index fe02fdf30..000000000
--- a/domains/erol.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "erolj",
- "email": ""
- },
-
- "record": {
- "URL": "https://erol.kawanua.id"
- }
-}
diff --git a/domains/error404.json b/domains/error404.json
deleted file mode 100644
index 6f389f1a6..000000000
--- a/domains/error404.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Personal Website / Portfolio",
- "repo": "https://github.com/cabrothers/error404",
- "owner": {
- "username": "Cabrothers",
- "email": "",
- "discord": "err404code"
- },
- "record": {
- "CNAME": "cabrothers.github.io"
- }
-}
diff --git a/domains/escfrpls.json b/domains/escfrpls.json
new file mode 100644
index 000000000..018e73b19
--- /dev/null
+++ b/domains/escfrpls.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DrochiczynPoleski",
+ "email": "licwin1410@gmail.com"
+ },
+ "record": {
+ "URL": "https://drochiczynpoleski.github.io/escfrpls.github.io/"
+ }
+}
diff --git a/domains/evie.json b/domains/evie.json
new file mode 100644
index 000000000..e9f9bfccc
--- /dev/null
+++ b/domains/evie.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Socketlike",
+ "email": "evelynxii.xt@gmail.com"
+ },
+ "record": {
+ "CNAME": "socketlike.github.io"
+ }
+}
diff --git a/domains/exx.json b/domains/exx.json
new file mode 100644
index 000000000..83307f4a2
--- /dev/null
+++ b/domains/exx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "xqxyzl",
+ "email": "exemailhelp+3@gmail.com"
+ },
+ "record": {
+ "TXT": "_discord.exx.is-a.dev"
+ }
+}
diff --git a/domains/faizkhan.json b/domains/faizkhan.json
deleted file mode 100644
index 4e93cf89a..000000000
--- a/domains/faizkhan.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "dev28k",
- "email": "faizkhan.dev@gmail.com"
- },
- "record": {
- "URL": "https://portfoliodev-dev28k.vercel.app/"
- }
-}
diff --git a/domains/fajox.json b/domains/fajox.json
new file mode 100644
index 000000000..cc07c5cc3
--- /dev/null
+++ b/domains/fajox.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "FajoX1",
+ "email": "pybytee@gmail.com"
+ },
+ "record": {
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"]
+ }
+}
diff --git a/domains/farman.json b/domains/farman.json
new file mode 100644
index 000000000..57c4196b8
--- /dev/null
+++ b/domains/farman.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MUHAMMAD-FARMAN",
+ "email": "muhammadfarman7654@gmail.com"
+ },
+ "record": {
+ "A": ["66.29.153.55"]
+ }
+}
diff --git a/domains/femboy.json b/domains/femboy.json
new file mode 100644
index 000000000..4d63d96ce
--- /dev/null
+++ b/domains/femboy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "d4rkd3n1337",
+ "email": "darkdenrevolt@gmail.com"
+ },
+ "record": {
+ "A": ["45.85.117.139"]
+ }
+}
diff --git a/domains/files.hosts.json b/domains/files.hosts.json
deleted file mode 100644
index 2a1d73e73..000000000
--- a/domains/files.hosts.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev-bot",
- "email": "is-a-dev@win11react.com",
- "discord": "1094272477137481810"
- },
-
- "record": {
- "CNAME": "net.beadman-network.com"
- }
-}
diff --git a/domains/files.nota.json b/domains/files.nota.json
deleted file mode 100644
index 26fa8951d..000000000
--- a/domains/files.nota.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "dewiscool",
- "email": "zerolikecyber.2005@gmail.com",
- "discord": "878821057748926534"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/files.vornexx.json b/domains/files.vornexx.json
new file mode 100644
index 000000000..eba84ac92
--- /dev/null
+++ b/domains/files.vornexx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vornex-gh",
+ "email": "ajay.ramnath8812@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/filip769.json b/domains/filip769.json
deleted file mode 100644
index a87d5f6bc..000000000
--- a/domains/filip769.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My personal website",
- "repo": "https://github.com/filip-769",
- "owner": {
- "username": "filip-769",
- "email": "filipdev769@gmail.com"
- },
- "record": {
- "CNAME": "web-1.hostnow.cz"
- }
-}
diff --git a/domains/fluor.json b/domains/fluor.json
new file mode 100644
index 000000000..6e24bf953
--- /dev/null
+++ b/domains/fluor.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "PlowDev",
+ "email": "clicpowytb@gmail.com"
+ },
+ "record": {
+ "CNAME": "fluor.pages.dev"
+ }
+}
diff --git a/domains/foxie.arman.json b/domains/foxie.arman.json
deleted file mode 100644
index 727b37a31..000000000
--- a/domains/foxie.arman.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "description": "Foxie's Homepage by arman",
- "repo": "https://github.com/ItzArman09/foxie.js",
- "owner": {
- "username": "ItzArman09",
- "email": "contact@mail.arman.is-a.dev"
- },
- "record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ]
- }
-}
diff --git a/domains/fqcxn.json b/domains/fqcxn.json
deleted file mode 100644
index 17b05c6a5..000000000
--- a/domains/fqcxn.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "Fqcxn",
- "email": "",
- "twitter": "FqcxnLmao",
- "discord": "hong.kong"
- },
- "record": {
- "CNAME": "fqcxn.github.io"
- }
-}
diff --git a/domains/frog.json b/domains/frog.json
deleted file mode 100644
index de9e121a4..000000000
--- a/domains/frog.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "The Frog's Website",
- "repo": "https://github.com/FrogIsADev",
- "owner": {
- "username": "MrNover",
- "email": "alfie@nytern.com"
- },
- "record": {
- "CNAME": "51780377-151b-4095-b4d5-113b2a9d12e0.id.repl.co"
- }
-}
diff --git a/domains/froniz.json b/domains/froniz.json
new file mode 100644
index 000000000..96dd9df97
--- /dev/null
+++ b/domains/froniz.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Froniz",
+ "email": "discordmarc1912@gmail.com",
+ "discord": "1002293564782411787"
+ },
+
+ "record": {
+ "A": ["144.91.116.153"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/gabimaciel.json b/domains/gabimaciel.json
deleted file mode 100644
index 5f8b2ec11..000000000
--- a/domains/gabimaciel.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "description": "Gabi's webpage",
- "repo": "https://github.com/gabriel-maciel",
- "owner": {
- "username": "gabriel-maciel",
- "email": "gabrielmaciel@duck.com"
- },
- "record": {
- "A": ["147.182.139.182"],
- "MX": [
- "ns1.digitalocean.com",
- "ns2.digitalocean.com",
- "ns3.digitalocean.com"
- ]
- }
-}
diff --git a/domains/gachugu.json b/domains/gachugu.json
new file mode 100644
index 000000000..978265a79
--- /dev/null
+++ b/domains/gachugu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BryanGachugu",
+ "email": "gachugusville@gmail.com"
+ },
+ "record": {
+ "CNAME": "bryangachugu.github.io"
+ }
+}
diff --git a/domains/gamew.json b/domains/gamew.json
deleted file mode 100644
index 585411bb0..000000000
--- a/domains/gamew.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Faris0520",
- "email": "faris.6dsdiaf@gmail.com"
- },
-
- "record": {
- "CNAME": "9cd7facc-4323-4816-a7df-1e254a393fb7.id.repl.co"
- }
-}
diff --git a/domains/garden.json b/domains/garden.json
deleted file mode 100644
index b7efda5aa..000000000
--- a/domains/garden.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "my personal website",
- "repo": "https://github.com/nocekek",
- "owner": {
- "username": "nocekek",
- "email": "nocekek.heytherebuddy@gmail.com"
- },
- "record": {
- "CNAME": "b8642d5b-1564-4bcd-aa54-03228a9b8d96.id.repl.co"
- }
-}
diff --git a/domains/gassayping.json b/domains/gassayping.json
new file mode 100644
index 000000000..c473d62f5
--- /dev/null
+++ b/domains/gassayping.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "gassayping",
+ "email": "Dev_Gassayping@proton.me"
+ },
+ "record": {
+ "CNAME": "gassayping.github.io"
+ }
+}
diff --git a/domains/gattinhosbot.json b/domains/gattinhosbot.json
index 9169849c1..8640b679e 100644
--- a/domains/gattinhosbot.json
+++ b/domains/gattinhosbot.json
@@ -2,11 +2,18 @@
"owner": {
"username": "Stef-00012",
"email": "admin@stefdp.is-a.dev",
- "discord": "694986201739952229"
+ "discord": "694986201739952229",
+ "github_id": 81536172
},
"record": {
- "A": ["109.71.252.37"],
- "MX": ["mail.is-a.dev"],
- "TXT": ["v=spf1 mx a:mail.is-a.dev ~all"]
+ "A": [
+ "45.11.229.211"
+ ],
+ "MX": [
+ "mail.is-a.dev"
+ ],
+ "TXT": [
+ "v=spf1 mx a:mail.is-a.dev ~all"
+ ]
}
-}
+}
\ No newline at end of file
diff --git a/domains/gavingogaming.json b/domains/gavingogaming.json
new file mode 100644
index 000000000..ffdf2fc7f
--- /dev/null
+++ b/domains/gavingogaming.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "GavinGoGaming",
+ "email": "gavingogaming@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "gavingogaming.github.io"
+ }
+}
diff --git a/domains/gavinw.json b/domains/gavinw.json
deleted file mode 100644
index c4785c1c0..000000000
--- a/domains/gavinw.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "repo": "https://github.com/gavinwhite314/gavinwhite.net",
- "owner": {
- "username": "gavinwhite314",
- "email": "gavinwhite314@gmail.com"
- },
- "record": {
- "URL": "https://www.gavinwhite.net"
- }
-}
diff --git a/domains/gbot.json b/domains/gbot.json
index c34f984f1..3ecc483c0 100644
--- a/domains/gbot.json
+++ b/domains/gbot.json
@@ -5,8 +5,10 @@
},
"record": {
"A": [
- "172.66.47.12",
- "172.66.44.244"
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
]
}
}
diff --git a/domains/gee.json b/domains/gee.json
new file mode 100644
index 000000000..b4c9a455c
--- /dev/null
+++ b/domains/gee.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "geedoes",
+ "email": "captg1@gmail.com"
+ },
+ "record": {
+ "A": ["207.211.187.18"]
+ }
+}
diff --git a/domains/gg.json b/domains/gg.json
deleted file mode 100644
index 4343a721e..000000000
--- a/domains/gg.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "741as",
- "email": "1@gggf.link"
- },
- "record": {
- "CNAME": "1.1ddns.eu.org"
- }
-}
diff --git a/domains/gh.kenny.json b/domains/gh.kenny.json
deleted file mode 100644
index ed8ab0fb8..000000000
--- a/domains/gh.kenny.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "KennySB-dev",
- "email": "kennybugeja@gmail.com",
- "discord": "kenny.sb"
- },
- "record": {
- "URL": "https://github.com/KennySB-dev"
- }
-}
diff --git a/domains/ghostyt.json b/domains/ghostyt.json
deleted file mode 100644
index f7e3df026..000000000
--- a/domains/ghostyt.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "GhostYT's dev project",
- "repo": "https://github.com/GhostYTOP/register",
- "owner": {
- "username": "ghostyt",
- "email": "contact@ghostyt.ml"
- },
- "record": {
- "CNAME": "231ec778-e250-4867-a82d-be63c233196e.repl.co"
- }
-}
diff --git a/domains/gioco.json b/domains/gioco.json
new file mode 100644
index 000000000..bcc212cdb
--- /dev/null
+++ b/domains/gioco.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "giocoliere",
+ "email": "simcrigjeki@gmail.com"
+ },
+ "record": {
+ "CNAME": "giocoliere.github.io"
+ }
+}
diff --git a/domains/gizzy.json b/domains/gizzy.json
index e5a033e9e..e5d7b3f50 100644
--- a/domains/gizzy.json
+++ b/domains/gizzy.json
@@ -6,6 +6,18 @@
"discord": "gizzyowo"
},
"record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "AAAA": [
+ "2606:50c0:8000::153",
+ "2606:50c0:8001::153",
+ "2606:50c0:8002::153",
+ "2606:50c0:8003::153"
+ ],
"MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
"TXT": "forward-email=nerop455@gmail.com"
}
diff --git a/domains/glqch.json b/domains/glqch.json
new file mode 100644
index 000000000..599884a97
--- /dev/null
+++ b/domains/glqch.json
@@ -0,0 +1,12 @@
+{
+ "description": "Subdomain to put my portfolio website online",
+ "repo": "https://github.com/Glqch404/Glqch404.github.io",
+ "owner": {
+ "username": "Glqch404",
+ "email": "midoayoub447@gmail.com",
+ "twitter": "glqch"
+ },
+ "record": {
+ "CNAME": "glqch404.github.io"
+ }
+}
diff --git a/domains/gman.json b/domains/gman.json
deleted file mode 100644
index 61b721550..000000000
--- a/domains/gman.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "notGman",
- "email": "gowthaman2185@gmail.com"
- },
- "record": {
- "URL": "https://notgman.github.io"
- }
-}
diff --git a/domains/gnkbion.json b/domains/gnkbion.json
deleted file mode 100644
index b7b82fc0a..000000000
--- a/domains/gnkbion.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "RaannaKasturi",
- "email": "raannakasturi@gmail.com"
- },
-
- "record": {
- "A": ["185.27.134.3"]
- }
-}
diff --git a/domains/go.avasthi.json b/domains/go.avasthi.json
deleted file mode 100644
index c4b835c7d..000000000
--- a/domains/go.avasthi.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "avasthi-git",
- "email": "",
- "telegram": "avasthie"
- },
-
- "record": {
- "CNAME": "cname.short.io"
- }
-}
diff --git a/domains/goobsoda.json b/domains/goobsoda.json
deleted file mode 100644
index 271eb4b4a..000000000
--- a/domains/goobsoda.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "BreadGhoti1",
- "email": "breadghoti@gmail.com"
- },
- "record": {
- "A": ["134.56.183.128"]
- }
-}
diff --git a/domains/goobsoder.json b/domains/goobsoder.json
new file mode 100644
index 000000000..1feb4e16c
--- /dev/null
+++ b/domains/goobsoder.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BreadGhoti",
+ "email": "breadghoti@gmail.com"
+ },
+ "record": {
+ "A": ["134.56.183.128"]
+ }
+}
diff --git a/domains/gornostay25.json b/domains/gornostay25.json
deleted file mode 100644
index 110c0a307..000000000
--- a/domains/gornostay25.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "gornostay25",
- "email": "me@gornostay25.is-a.dev"
- },
- "record": {
- "A": ["172.66.46.227", "172.66.45.29"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all",
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"]
- }
-}
diff --git a/domains/grusio.json b/domains/grusio.json
index c141bf374..96e9fa8ba 100644
--- a/domains/grusio.json
+++ b/domains/grusio.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "mattiagrusio",
- "email": "mattiagrusio@gmail.com"
- },
- "record": {
- "A": ["2.231.198.113"]
- }
+ "owner": {
+ "username": "mattiagrusio",
+ "email": "mattiagrusio@gmail.com"
+ },
+ "record": {
+ "A": ["2.231.198.113"]
+ }
}
diff --git a/domains/guilherme.json b/domains/guilherme.json
deleted file mode 100644
index 8912ebc5e..000000000
--- a/domains/guilherme.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "iiMaxxi",
- "email": "iimaxxiguilham@gmail.com"
- },
-
- "record": {
- "URL": "https://eu.dzxdev.repl.co"
- }
-}
diff --git a/domains/gunethra.json b/domains/gunethra.json
new file mode 100644
index 000000000..f4decf0de
--- /dev/null
+++ b/domains/gunethra.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Gunethra",
+ "email": "gunethrarp1@gmail.com"
+ },
+ "record": {
+ "URL": "https://gunethra.github.io/"
+ }
+}
diff --git a/domains/guru.json b/domains/guru.json
new file mode 100644
index 000000000..88e201709
--- /dev/null
+++ b/domains/guru.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Guru322",
+ "email": "sahoogurucharan00@gmail.com"
+ },
+ "record": {
+ "CNAME": "guru322.github.io"
+ }
+}
diff --git a/domains/gwilym.json b/domains/gwilym.json
new file mode 100644
index 000000000..1604fb2bd
--- /dev/null
+++ b/domains/gwilym.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Gwilymm",
+ "email": "marin.davies@gmail.com"
+ },
+ "record": {
+ "A": ["31.207.36.249"]
+ }
+}
diff --git a/domains/h1roune.json b/domains/h1roune.json
new file mode 100644
index 000000000..a15ecc06e
--- /dev/null
+++ b/domains/h1roune.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zarqizoubir",
+ "email": "zarqi.ezzoubair@etu.uae.ac.ma"
+ },
+ "record": {
+ "CNAME": "zarqi.is-a.dev"
+ }
+}
diff --git a/domains/h4rl.json b/domains/h4rl.json
deleted file mode 100644
index 0662eeb35..000000000
--- a/domains/h4rl.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "h4rldev",
- "email": "h4rldev@proton.me"
- },
- "record": {
- "CNAME": "h4rldev-github-io.pages.dev"
- }
-}
diff --git a/domains/hachi.json b/domains/hachi.json
deleted file mode 100644
index dc63fe90f..000000000
--- a/domains/hachi.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "A programming language website",
- "repo": "https://github.com/HACHILANG/Hachi",
- "owner": {
- "username": "HACHILANG",
- "email": "shlokmadhekar88@gmail.com"
- },
- "record": {
- "CNAME": "b949abf7-5e07-4890-a7db-1206fad92121.repl.co"
- }
-}
diff --git a/domains/hackpig520.json b/domains/hackpig520.json
deleted file mode 100644
index bf14b2696..000000000
--- a/domains/hackpig520.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "xiaozhu2007",
- "email": "lz19986912007@163.com"
- },
- "record": {
- "CNAME": "hashnode.network"
- }
-}
diff --git a/domains/haruki.py.json b/domains/haruki.py.json
deleted file mode 100644
index bf8686b50..000000000
--- a/domains/haruki.py.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Anandkrishna34",
- "email": "aanandkrishna344@gmail.com"
- },
- "record": {
- "CNAME": "proxy.private.danbot.host"
- }
-}
diff --git a/domains/hazelnut.json b/domains/hazelnut.json
new file mode 100644
index 000000000..1f87b5e49
--- /dev/null
+++ b/domains/hazelnut.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "HazelNutHoney",
+ "email": "hazelnutzhoney@gmail.com"
+ },
+ "record": {
+ "CNAME": "hazelnuthoney.github.io"
+ }
+}
diff --git a/domains/hazib.brahim.json b/domains/hazib.brahim.json
deleted file mode 100644
index e2c8dec17..000000000
--- a/domains/hazib.brahim.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "zarqizoubir",
- "email": "zarqi.ezzoubair@etu.uae.ac.ma"
- },
- "record": {
- "CNAME": "zarqizoubir.github.io"
- }
-}
diff --git a/domains/hero.json b/domains/hero.json
deleted file mode 100644
index a8e82521f..000000000
--- a/domains/hero.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "maanya125",
- "email": "maanya125@gmail.com"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
diff --git a/domains/hexadecimalbyte.json b/domains/hexadecimalbyte.json
deleted file mode 100644
index 4e41622ac..000000000
--- a/domains/hexadecimalbyte.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "HexadecimalByte",
- "email": "stefan.wulf@t-online.de"
- },
- "record": {
- "URL": "https://hexadecimalbyte.github.io"
- }
-}
diff --git a/domains/hitesh.json b/domains/hitesh.json
new file mode 100644
index 000000000..e31ea8902
--- /dev/null
+++ b/domains/hitesh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "hitesh-can-code",
+ "email": "hiteshofficalyt@gmail.com"
+ },
+ "record": {
+ "CNAME": "hvlxh.pages.dev"
+ }
+}
diff --git a/domains/hongkorium.json b/domains/hongkorium.json
new file mode 100644
index 000000000..97bf197a9
--- /dev/null
+++ b/domains/hongkorium.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "HongKorium",
+ "email": "",
+ "discord": "hong.kong"
+ },
+ "record": {
+ "CNAME": "hongkorium.github.io"
+ }
+}
diff --git a/domains/huby.json b/domains/huby.json
deleted file mode 100644
index 7d2d0bd03..000000000
--- a/domains/huby.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "OpAayush",
- "email": "aayushmagrawal@gmail.com",
- "discord": "Aayu5h#1737"
- },
- "record": {
- "CNAME": "7cfe5323-1a5d-4086-9226-3475a4e3cf5a.id.repl.co"
- }
-}
diff --git a/domains/husain.json b/domains/husain.json
deleted file mode 100644
index 5b5a5ce7c..000000000
--- a/domains/husain.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "H-Killer",
- "email": "hadiabode34@gmail.com"
- },
- "record": {
- "A": ["184.94.215.77"]
- }
-}
diff --git a/domains/hzmi.json b/domains/hzmi.json
deleted file mode 100644
index ba5242613..000000000
--- a/domains/hzmi.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Personal Website",
- "repo": "https://github.com/Hazmi35",
- "owner": {
- "username": "Hazmi35",
- "email": "contact@hzmi.xyz"
- },
- "record": {
- "URL": "https://hzmi.xyz"
- }
-}
diff --git a/domains/ialkoa.json b/domains/ialkoa.json
new file mode 100644
index 000000000..73e569944
--- /dev/null
+++ b/domains/ialkoa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "CallMePudding",
+ "email": "CallMePudding@zohomail.eu"
+ },
+ "record": {
+ "URL": "https://callmepudding.github.io/ialkoastuff/"
+ }
+}
diff --git a/domains/iamai.json b/domains/iamai.json
new file mode 100644
index 000000000..ac27c3e37
--- /dev/null
+++ b/domains/iamai.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "HsiangNianian",
+ "email": "i@jyunko.cn"
+ },
+ "record": {
+ "CNAME": "readthedocs.io"
+ }
+}
diff --git a/domains/iamlazylll.json b/domains/iamlazylll.json
new file mode 100644
index 000000000..1a961fefa
--- /dev/null
+++ b/domains/iamlazylll.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "iamlazylll",
+ "email": "eason4666@gmail.com"
+ },
+ "record": {
+ "CNAME": "iamlazylll.github.io"
+ }
+}
diff --git a/domains/ians.json b/domains/ians.json
new file mode 100644
index 000000000..f683a751b
--- /dev/null
+++ b/domains/ians.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ianskids",
+ "email": "theians@yahoo.com"
+ },
+ "record": {
+ "CNAME": "dev.ians.my.id"
+ }
+}
diff --git a/domains/ihzan.json b/domains/ihzan.json
deleted file mode 100644
index 5e1f4edba..000000000
--- a/domains/ihzan.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Ihsan-N",
- "email": "abuihsan341@gmail.com"
- },
- "record": {
- "CNAME": "4a08a93f-e142-4ae8-93f3-6cd7dc6304b7.id.repl.co"
- }
-}
diff --git a/domains/ikjun.json b/domains/ikjun.json
new file mode 100644
index 000000000..10e947364
--- /dev/null
+++ b/domains/ikjun.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "no-ikjun",
+ "email": "choiikjun1101@gmail.com"
+ },
+ "record": {
+ "CNAME": "ikjun.com"
+ }
+}
diff --git a/domains/imad.json b/domains/imad.json
index 7eec7155d..a6f00d379 100644
--- a/domains/imad.json
+++ b/domains/imad.json
@@ -6,6 +6,8 @@
"email": "imad.kh@outlook.com"
},
"record": {
- "A": ["20.101.44.225"]
+ "A": [
+ "20.101.44.225"
+ ]
}
}
diff --git a/domains/imd.json b/domains/imd.json
index 7eec7155d..a6f00d379 100644
--- a/domains/imd.json
+++ b/domains/imd.json
@@ -6,6 +6,8 @@
"email": "imad.kh@outlook.com"
},
"record": {
- "A": ["20.101.44.225"]
+ "A": [
+ "20.101.44.225"
+ ]
}
}
diff --git a/domains/img.json b/domains/img.json
deleted file mode 100644
index 68f770565..000000000
--- a/domains/img.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "DarindaDraX",
- "email": "123kishanvish@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/infinity.json b/domains/infinity.json
deleted file mode 100644
index 3a60cbef0..000000000
--- a/domains/infinity.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Infinitybeond1",
- "email": "Infinitybeond1@protonmail.com"
- },
- "record": {
- "CNAME": "1de2d007-3905-40b1-b64f-d166b367a43d.id.repl.co"
- }
-}
diff --git a/domains/isaacrobinson.json b/domains/isaacrobinson.json
deleted file mode 100644
index 06ef89776..000000000
--- a/domains/isaacrobinson.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "This domain is for my personal website",
- "repo": "https://github.com/SuperIcecube1/SuperIcecube1.github.io",
- "owner": {
- "username": "SuperIcecube1",
- "email": "supericecube@aol.com"
- },
- "record": {
- "CNAME": "SuperIcecube1.github.io"
- }
-}
diff --git a/domains/ishh.json b/domains/ishh.json
deleted file mode 100644
index 91fa6accb..000000000
--- a/domains/ishh.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "AdityaOP2008",
- "discord": "844843800874582048",
- "email": "bw.dev@yahoo.com"
- },
- "record": {
- "CNAME": "570860f7-84fb-4ecd-8aee-015227be243d.id.repl.co"
- }
-}
diff --git a/domains/itevan.json b/domains/itevan.json
deleted file mode 100644
index 7c1aa87e8..000000000
--- a/domains/itevan.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "ItEvann",
- "email": "e.carbonneau11@gmail.com"
- },
- "record": {
- "A": ["31.6.2.44"]
- }
-}
diff --git a/domains/ittranducloc.json b/domains/ittranducloc.json
new file mode 100644
index 000000000..809a7b54b
--- /dev/null
+++ b/domains/ittranducloc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ittranducloc",
+ "email": "it.tranducloc@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/ittranducloc"
+ }
+}
diff --git a/domains/ja.json b/domains/ja.json
new file mode 100644
index 000000000..05ab59d87
--- /dev/null
+++ b/domains/ja.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jsJack",
+ "email": "hello@jackperry.co"
+ },
+ "record": {
+ "URL": "https://jackperry.co"
+ }
+}
diff --git a/domains/jacksonmalone.json b/domains/jacksonmalone.json
new file mode 100644
index 000000000..7284cc01f
--- /dev/null
+++ b/domains/jacksonmalone.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jacksonmalone",
+ "email": "jrm9918@gmail.com"
+ },
+ "record": {
+ "CNAME": "jacksonmalone.github.io"
+ }
+}
diff --git a/domains/james.json b/domains/james.json
deleted file mode 100644
index 4783b0f60..000000000
--- a/domains/james.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "jmbdevs repo",
- "repo": "https://github.com/jmbdevs/jmbdevs.github.io",
- "owner": {
- "username": "jmbdevs",
- "email": "james@jmbdev.net",
- "twitter": "jmbdevs"
- },
- "record": {
- "CNAME": "jmbdevs.github.io"
- }
-}
diff --git a/domains/jamespi.json b/domains/jamespi.json
new file mode 100644
index 000000000..423c5d75b
--- /dev/null
+++ b/domains/jamespi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sussy-OS",
+ "email": "SussyS0S-Operating-Systems@protonmail.com"
+ },
+ "record": {
+ "URL": "https://cooperbrosssp.top"
+ }
+}
diff --git a/domains/jamieisgeek.json b/domains/jamieisgeek.json
deleted file mode 100644
index a1c042d57..000000000
--- a/domains/jamieisgeek.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "jamieisgeek.is-a.dev.",
- "repo": "https://github.com/jamieisgeek",
- "owner": {
- "username": "jamieisgeek",
- "email": "jamieisgeek@gmail.com"
- },
- "record": {
- "URL": "https://jamieisgeek.jamiecodes.repl.co"
- }
-}
diff --git a/domains/jawis.json b/domains/jawis.json
deleted file mode 100644
index e724e2bf9..000000000
--- a/domains/jawis.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "ais1175",
- "email": "wutau179@gmail.com"
- },
- "record": {
- "A": ["103.114.200.170"]
- }
-}
diff --git a/domains/jer.json b/domains/jer.json
new file mode 100644
index 000000000..8d9d0874d
--- /dev/null
+++ b/domains/jer.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JerBlox",
+ "email": "chen.fuyuan07@gmail.com"
+ },
+ "record": {
+ "CNAME": "jerblox.github.io"
+ }
+}
diff --git a/domains/jesseallan.json b/domains/jesseallan.json
new file mode 100644
index 000000000..e6f5b6a60
--- /dev/null
+++ b/domains/jesseallan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JesseAllan",
+ "email": "jesseba20+github2@gmail.com"
+ },
+ "record": {
+ "CNAME": "jesseallan.github.io"
+ }
+}
diff --git a/domains/jirafey.json b/domains/jirafey.json
deleted file mode 100644
index ba2f3b211..000000000
--- a/domains/jirafey.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "jirafey",
- "email": "jirafey@tuta.io"
- },
- "record": {
- "CNAME": "jirafey.github.io"
- }
-}
diff --git a/domains/jjsuscc.json b/domains/jjsuscc.json
deleted file mode 100644
index dda19d472..000000000
--- a/domains/jjsuscc.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "jc-discdev",
- "email": "jjsuscc@gmail.com"
- },
- "record": {
- "CNAME": "darkdev.es"
- }
-}
diff --git a/domains/jojojux.json b/domains/jojojux.json
deleted file mode 100644
index 91d8c57d2..000000000
--- a/domains/jojojux.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "J0J0HA",
- "email": "info@jojojux.de"
- },
- "record": {
- "URL": "https://jojojux.de"
- }
-}
diff --git a/domains/joseph.json b/domains/joseph.json
new file mode 100644
index 000000000..b0022536a
--- /dev/null
+++ b/domains/joseph.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Friedman10",
+ "email": "yfriedman@gmail.com"
+ },
+ "record": {
+ "MX": ["smtp.google.com"]
+ }
+}
diff --git a/domains/js.json b/domains/js.json
index 1da801837..89ea90364 100644
--- a/domains/js.json
+++ b/domains/js.json
@@ -4,6 +4,8 @@
"email": "u8k50850@gmail.com"
},
"record": {
- "URL": "https://ukrioo.github.io/"
+ "URL": "https://ukrioo.github.io/",
+ "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "TXT": "forward-email=u8k50850@gmail.com"
}
}
diff --git a/domains/jsjack.json b/domains/jsjack.json
new file mode 100644
index 000000000..05ab59d87
--- /dev/null
+++ b/domains/jsjack.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jsJack",
+ "email": "hello@jackperry.co"
+ },
+ "record": {
+ "URL": "https://jackperry.co"
+ }
+}
diff --git a/domains/juisai.json b/domains/juisai.json
deleted file mode 100644
index 693f65ed4..000000000
--- a/domains/juisai.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "Eima834",
- "email": "dargiseimantas5@gmail.com",
- "discord": "1095651340589469786"
- },
-
- "record": {
- "A": ["198.251.86.152"]
- }
-}
diff --git a/domains/jumanji.json b/domains/jumanji.json
new file mode 100644
index 000000000..351a248a3
--- /dev/null
+++ b/domains/jumanji.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "heyjumanji",
+ "email": "madhuchutiya.unhinge650@silomails.com"
+ },
+ "record": {
+ "CNAME": "heyjumanji.pages.dev"
+ }
+}
diff --git a/domains/juqwtf.json b/domains/juqwtf.json
index d158b7920..5d42c100f 100644
--- a/domains/juqwtf.json
+++ b/domains/juqwtf.json
@@ -4,7 +4,7 @@
"email": "pochtaproverka01@gmail.com"
},
"record": {
- "A": ["143.47.231.8"],
+ "A": ["193.233.252.12"],
"MX": ["mail.is-a.dev"],
"TXT": "v=spf1 mx a:mail.is-a.dev ~all"
}
diff --git a/domains/jxcb.json b/domains/jxcb.json
deleted file mode 100644
index c8487dcde..000000000
--- a/domains/jxcb.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "repo": "https://github.com/hikaruisasleep/jxcb.xyz",
- "owner": {
- "username": "hikaruisasleep",
- "email": "i@jxcb.xyz",
- "discord": "sleepingicarus#8670"
- },
- "record": {
- "URL": "https://jxcb.xyz"
- }
-}
diff --git a/domains/kaden.json b/domains/kaden.json
deleted file mode 100644
index a8be7bd47..000000000
--- a/domains/kaden.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "KadenAE",
- "email": "kadeinwales@gmail.com"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
diff --git a/domains/kaist-server.json b/domains/kaist-server.json
deleted file mode 100644
index 01c5239c7..000000000
--- a/domains/kaist-server.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "predict-woo",
- "email": "andyye.jongcye@gmail.com"
- },
- "record": {
- "A": ["130.162.135.186"]
- }
-}
diff --git a/domains/kaktus.json b/domains/kaktus.json
new file mode 100644
index 000000000..de828695f
--- /dev/null
+++ b/domains/kaktus.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kaktus-1",
+ "email": "meatgithub@istwunderbar.de"
+ },
+ "record": {
+ "CNAME": "is-a-dev-3hg.pages.dev"
+ }
+}
diff --git a/domains/kaushik.kashyap.json b/domains/kaushik.kashyap.json
deleted file mode 100644
index 9897f0604..000000000
--- a/domains/kaushik.kashyap.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "kaushik-kashyap",
- "email": "kknl65789@gmail.com"
- },
- "record": {
- "URL": "https://github.com/kaushik-kashyap/kaushik-kashyap.git"
- }
-}
diff --git a/domains/kavin.json b/domains/kavin.json
new file mode 100644
index 000000000..a01c0221b
--- /dev/null
+++ b/domains/kavin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kavin81",
+ "email": "kavin6462@gmail.com"
+ },
+ "record": {
+ "CNAME": "kavin81.pages.dev"
+ }
+}
diff --git a/domains/kawanua.json b/domains/kawanua.json
deleted file mode 100644
index 1c79466c5..000000000
--- a/domains/kawanua.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "repo": "https://github.com/kawanuaid",
- "owner": {
- "username": "kawanuaid",
- "twitter": "kawanua",
- "email": ""
- },
-
- "record": {
- "URL": "https://www.kawanua.id"
- }
-}
diff --git a/domains/kawet.json b/domains/kawet.json
deleted file mode 100644
index a5f651129..000000000
--- a/domains/kawet.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "Kawet00",
- "email": "",
- "twitter": "Kawet00",
- "discord": "Kawet#4827"
- },
- "record": {
- "CNAME": "ee4b2375-cc40-4c9d-b34a-9fa2047b8ebf.id.repl.co"
- }
-}
diff --git a/domains/kazuoyk.json b/domains/kazuoyk.json
new file mode 100644
index 000000000..66bd9141a
--- /dev/null
+++ b/domains/kazuoyk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "KazuoYK",
+ "email": "d4rknewbie@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/kazuoyk/dev"
+ }
+}
diff --git a/domains/keylock.json b/domains/keylock.json
deleted file mode 100644
index ad89113fe..000000000
--- a/domains/keylock.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "kaimodiss",
- "email": "pijulas12345@gmail.com"
- },
- "record": {
- "A": ["45.137.116.114"]
- }
-}
diff --git a/domains/ki.json b/domains/ki.json
new file mode 100644
index 000000000..6c272e999
--- /dev/null
+++ b/domains/ki.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Anandkrishna34",
+ "email": "aanandkrishna344@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/kid.json b/domains/kid.json
deleted file mode 100644
index d3e86011b..000000000
--- a/domains/kid.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "kawanuaid",
- "twitter": "kawanua",
- "email": ""
- },
-
- "record": {
- "URL": "https://dev.kawanua.id"
- }
-}
diff --git a/domains/kingq23.json b/domains/kingq23.json
deleted file mode 100644
index d358668e3..000000000
--- a/domains/kingq23.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Kingq23",
- "email": "qadams2008@gmail.com"
- },
- "record": {
- "URL": "https://kingq23-is-a-dev.kingq23.repl.co"
- }
-}
diff --git a/domains/kirill-adamuk.json b/domains/kirill-adamuk.json
new file mode 100644
index 000000000..752d36fa3
--- /dev/null
+++ b/domains/kirill-adamuk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "superhorsy",
+ "email": "adamuk.kirill@gmail.com"
+ },
+ "record": {
+ "CNAME": "superhorsy.github.io"
+ }
+}
diff --git a/domains/knsrinath.json b/domains/knsrinath.json
deleted file mode 100644
index 89fb7ee24..000000000
--- a/domains/knsrinath.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "knsrinath.is-a.dev",
- "owner": {
- "username": "knsrinath",
- "email": "naga@knsrinath.com"
- },
- "record": {
- "URL": "https://knsrinath.com"
- }
-}
diff --git a/domains/kr.json b/domains/kr.json
new file mode 100644
index 000000000..656a56200
--- /dev/null
+++ b/domains/kr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "me-nkr",
+ "email": "thenaveenkr7@gmail.com"
+ },
+ "record": {
+ "URL": "https://dev.menkr.in"
+ }
+}
diff --git a/domains/kris-patel.json b/domains/kris-patel.json
deleted file mode 100644
index 67107cdba..000000000
--- a/domains/kris-patel.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Prorammer , Developer and Student",
- "repo": "https://github.com/Kris0011",
- "owner": {
- "username": "Kris Patel",
- "email": "krishp759@gmail.com"
- },
- "record": {
- "URL": "https://personalportfolio.kris-patelpatel.repl.co/"
- }
-}
diff --git a/domains/kuba.json b/domains/kuba.json
deleted file mode 100644
index d2321251c..000000000
--- a/domains/kuba.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "telegram": "idkuba",
- "username": "kbvivi",
- "email": "kbvivi.contact@gmail.com",
- "discord": "105170831130234880"
- },
- "repo": "https://github.com/kbvivi/kuba.lol",
- "record": {
- "URL": "https://kuba.lol"
- }
-}
diff --git a/domains/kyogrq.json b/domains/kyogrq.json
new file mode 100644
index 000000000..9dd76759c
--- /dev/null
+++ b/domains/kyogrq.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Kyogrq",
+ "email": "benetbenson815@gmail.com"
+ },
+ "record": {
+ "CNAME": "kyogrq.github.io"
+ }
+}
diff --git a/domains/kyoki.json b/domains/kyoki.json
deleted file mode 100644
index af5d285fa..000000000
--- a/domains/kyoki.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "kyokiii",
- "discord": "kyoki#0162",
- "email": "kyokisunn@gmail.com"
- },
- "record": {
- "CNAME": "d7dc33e6-0a6b-49ab-bad4-4b006a476a02.id.repl.co"
- }
-}
diff --git a/domains/l7neg.json b/domains/l7neg.json
index 1e1b18812..d9dc92047 100644
--- a/domains/l7neg.json
+++ b/domains/l7neg.json
@@ -1,12 +1,10 @@
{
"owner": {
"username": "l7neg",
- "email": "mahmodealking467@gmail.com",
- "repo": "https://replit.com/@L7NEG/L7NEG",
- "description": "Main Bio Page And All Its Useful Tools"
+ "email": "l7negdev@gmail.com",
+ "discord": "669453086418534400"
},
"record": {
- "A": ["34.111.254.92"],
- "TXT": "replit-verify=23cc92c5-cdc9-47bf-9e4f-e692a2ab2097"
+ "A": ["34.111.254.92"]
}
}
diff --git a/domains/kitty.json b/domains/larp.json
similarity index 79%
rename from domains/kitty.json
rename to domains/larp.json
index 8bf07417c..4718325c2 100644
--- a/domains/kitty.json
+++ b/domains/larp.json
@@ -4,6 +4,6 @@
"email": "arieslovespiggies@gmail.com"
},
"record": {
- "A": ["143.198.71.63"]
+ "A": ["64.23.128.177"]
}
}
diff --git a/domains/lava3.akshtt.json b/domains/lava3.akshtt.json
new file mode 100644
index 000000000..d55e38eee
--- /dev/null
+++ b/domains/lava3.akshtt.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "LegendOP1041",
+ "email": "maillegendop@gmail.com",
+ "discord": "1056531806763102218"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/lava4.akshtt.json b/domains/lava4.akshtt.json
new file mode 100644
index 000000000..d55e38eee
--- /dev/null
+++ b/domains/lava4.akshtt.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "LegendOP1041",
+ "email": "maillegendop@gmail.com",
+ "discord": "1056531806763102218"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/lavalink.akshtt.json b/domains/lavalink.akshtt.json
new file mode 100644
index 000000000..d55e38eee
--- /dev/null
+++ b/domains/lavalink.akshtt.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "LegendOP1041",
+ "email": "maillegendop@gmail.com",
+ "discord": "1056531806763102218"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/lavalink.trung.json b/domains/lavalink.trung.json
deleted file mode 100644
index 8958e6c03..000000000
--- a/domains/lavalink.trung.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "vuthanhtrung2010",
- "email": "vuthanhtrungsuper@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/lazizbek.json b/domains/lazizbek.json
new file mode 100644
index 000000000..c946e78ca
--- /dev/null
+++ b/domains/lazizbek.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LazizbekGamer",
+ "email": "lazizbekgameryt@gmail.com"
+ },
+ "record": {
+ "CNAME": "www.gpitify-ai.uz"
+ }
+}
diff --git a/domains/lev.json b/domains/lev.json
new file mode 100644
index 000000000..dbd69d651
--- /dev/null
+++ b/domains/lev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "skyallaround",
+ "email": "jr1264464@gmail.com"
+ },
+ "record": {
+ "CNAME": "basicscript.glitch.me"
+ }
+}
diff --git a/domains/levisurely.json b/domains/levisurely.json
new file mode 100644
index 000000000..dbd69d651
--- /dev/null
+++ b/domains/levisurely.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "skyallaround",
+ "email": "jr1264464@gmail.com"
+ },
+ "record": {
+ "CNAME": "basicscript.glitch.me"
+ }
+}
diff --git a/domains/lexufybot.json b/domains/lexufybot.json
new file mode 100644
index 000000000..88ae0a50c
--- /dev/null
+++ b/domains/lexufybot.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alidexter001",
+ "email": "dexter.ali001@gmail.com"
+ },
+ "record": {
+ "A": ["45.11.229.211"]
+ }
+}
diff --git a/domains/leymo.json b/domains/leymo.json
deleted file mode 100644
index 8b04010df..000000000
--- a/domains/leymo.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "tomatolix",
- "email": "hellobubbles@tutanota.com"
- },
- "record": {
- "CNAME": "uwuhaftig.de"
- }
-}
diff --git a/domains/lh.json b/domains/lh.json
deleted file mode 100644
index 8bf07417c..000000000
--- a/domains/lh.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "lhwe",
- "email": "arieslovespiggies@gmail.com"
- },
- "record": {
- "A": ["143.198.71.63"]
- }
-}
diff --git a/domains/likalium.json b/domains/likalium.json
deleted file mode 100644
index 701451a03..000000000
--- a/domains/likalium.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "description": "Likalium's personal website",
- "repo": "https://github.com/likalium/likalium.github.io",
- "owner": {
- "username": "likalium",
- "email": "",
- "twitter": "likalium",
- "discord": "likalium"
- },
- "record": {
- "CNAME": "likalium.github.io"
- }
-}
diff --git a/domains/link.json b/domains/link.json
deleted file mode 100644
index 0f0b13ca1..000000000
--- a/domains/link.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "( A redirect link ) Url's Overview",
- "repo": "https://github.com/leecheeyong/leecheeyong",
- "owner": {
- "username": "leecheeyong",
- "email": "tribejoe.gg@gmail.com"
- },
- "record": {
- "URL": "https://links.is-a.dev"
- }
-}
diff --git a/domains/linkme.noma.json b/domains/linkme.noma.json
deleted file mode 100644
index 4c8cdad70..000000000
--- a/domains/linkme.noma.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "A website for my bit.ly clone LinkMe",
- "owner": {
- "username": "Noma4321",
- "email": "noma4321business@gmail.com"
- },
- "record": {
- "CNAME": "d6bddc39-8514-4494-9b17-d80409cfcbee.id.repl.co"
- }
-}
diff --git a/domains/links.json b/domains/links.json
deleted file mode 100644
index 7dd55ac4e..000000000
--- a/domains/links.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Url's Overview",
- "repo": "https://github.com/leecheeyong/leecheeyong",
- "owner": {
- "username": "leecheeyong",
- "email": "tribejoe.gg@gmail.com"
- },
- "record": {
- "CNAME": "3393f496-d1a6-4633-a49d-b46cb0229417.repl.co"
- }
-}
diff --git a/domains/lokito.json b/domains/lokito.json
new file mode 100644
index 000000000..955fd9a33
--- /dev/null
+++ b/domains/lokito.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Pedrito2010",
+ "email": "pegomsan@gmail.com"
+ },
+ "record": {
+ "A": ["37.60.230.249"],
+ "AAAA": ["2a02:c206:2162:9324::1"]
+ }
+}
diff --git a/domains/loky.json b/domains/loky.json
deleted file mode 100644
index 9232c388d..000000000
--- a/domains/loky.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "lukasdoering",
- "email": "",
- "discord": "LoKy#1337"
- },
- "record": {
- "CNAME": "caa9fa0e-3b2f-44ea-a308-fd1fcbbe78b2.id.repl.co"
- }
-}
diff --git a/domains/luca.json b/domains/luca.json
deleted file mode 100644
index d10753af8..000000000
--- a/domains/luca.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "lucatolton",
- "email": "luto281@outlook.com"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
diff --git a/domains/lukass.json b/domains/lukass.json
new file mode 100644
index 000000000..644d2e73a
--- /dev/null
+++ b/domains/lukass.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "fraimerdelacruz",
+ "email": "fraimerdelacruzjaziel@gmail.com"
+ },
+ "record": {
+ "CNAME": "0abf0073-04e2-485c-9752-042bae7c1074.id.repl.co"
+ }
+}
diff --git a/domains/madmusician.json b/domains/madmusician.json
deleted file mode 100644
index 6873650e2..000000000
--- a/domains/madmusician.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "TRIPLE1RRT",
- "email": "mitazaneem101@gmail.com",
- "discord": "Dev.Sahil#9999"
- },
- "record": {
- "CNAME": "f84e6331-30e1-49a4-91aa-0c3bc6fc1139.id.repl.co"
- }
-}
diff --git a/domains/magdi.json b/domains/magdi.json
new file mode 100644
index 000000000..ea9361664
--- /dev/null
+++ b/domains/magdi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "coeur85",
+ "email": "ahmed.magdi@msn.com"
+ },
+ "record": {
+ "MX": ["mx01.mail.icloud.com"]
+ }
+}
diff --git a/domains/magic.json b/domains/magic.json
new file mode 100644
index 000000000..dad0c91db
--- /dev/null
+++ b/domains/magic.json
@@ -0,0 +1,11 @@
+{
+ "description": "Website for skyallaround",
+ "repo": "https://github.com/skyallaround/skyallaround.github.io",
+ "owner": {
+ "username": "skyallaround",
+ "email": "jr1264464@gmail.com"
+ },
+ "record": {
+ "CNAME": "skyallaround.github.io"
+ }
+}
diff --git a/domains/mahi.json b/domains/mahi.json
deleted file mode 100644
index 28cc32359..000000000
--- a/domains/mahi.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "LegendOP1041",
- "email": "maillegendop@gmail.com",
- "discord": "1056531806763102218"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/mai.json b/domains/mai.json
deleted file mode 100644
index e3a5a863b..000000000
--- a/domains/mai.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Mai1ii",
- "email": "micomacabali14@gmail.com"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
diff --git a/domains/mail.arman.json b/domains/mail.arman.json
deleted file mode 100644
index c1fdec8f2..000000000
--- a/domains/mail.arman.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "owner": {
- "username": "arman",
- "github": "ItzArman09",
- "email": "contact@mail.arman.is-a.dev"
- },
- "repo": "https://github.com/ItzArman09/mail.git",
- "record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
-}
diff --git a/domains/mail.badboy.json b/domains/mail.badboy.json
deleted file mode 100644
index b2cb5b526..000000000
--- a/domains/mail.badboy.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "repo": "https://github.com/Bad-Boy-Codes/contact",
- "description": "My email forwarder",
- "owner": {
- "username": "bad-boy-codes",
- "email": "sonupanda078@gmail.com",
- "discord": "Bad Boy Plays#9608",
- "note": "My Discord ID is 445073800850046977."
- },
- "record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all",
- "URL": "https://badboy.is-a.dev/contact"
- }
-}
diff --git a/domains/mail.chiragnahata.json b/domains/mail.chiragnahata.json
deleted file mode 100644
index 726befd50..000000000
--- a/domains/mail.chiragnahata.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "chiragnahata",
- "email": "chiragnahata05@gmail.com"
- },
- "record": {
- "A": ["129.213.151.29"]
- }
-}
diff --git a/domains/mail.json b/domains/mail.json
index e105b1156..29b296234 100644
--- a/domains/mail.json
+++ b/domains/mail.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
diff --git a/domains/maintainers.json b/domains/maintainers.json
index 5d0f63833..d6db98c44 100644
--- a/domains/maintainers.json
+++ b/domains/maintainers.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
"URL": "https://team.is-a.dev",
diff --git a/domains/mameen.json b/domains/mameen.json
new file mode 100644
index 000000000..611504640
--- /dev/null
+++ b/domains/mameen.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mameen-omar",
+ "email": "mameen.omar@gmail.com"
+ },
+ "record": {
+ "A": ["129.151.180.253"]
+ }
+}
diff --git a/domains/manage.json b/domains/manage.json
index 9d193e251..670a3837b 100644
--- a/domains/manage.json
+++ b/domains/manage.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
diff --git a/domains/manastripathi.json b/domains/manastripathi.json
new file mode 100644
index 000000000..5350c143a
--- /dev/null
+++ b/domains/manastripathi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "godspeedx14",
+ "email": "manastripathi.m@gmail.com"
+ },
+ "record": {
+ "CNAME": "manas-t.web.app"
+ }
+}
diff --git a/domains/manav.json b/domains/manav.json
deleted file mode 100644
index 5690521b9..000000000
--- a/domains/manav.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "Manav011",
- "email": "manavbafna87+Github@gmail.com"
- },
- "record": {
- "A": ["109.71.252.37"],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
- }
-}
diff --git a/domains/manga.json b/domains/manga.json
deleted file mode 100644
index 047584427..000000000
--- a/domains/manga.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "zarqizoubir",
- "email": "zarqi.ezzoubair@etu.uae.ac.ma"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
diff --git a/domains/manjunathkalburgi.json b/domains/manjunathkalburgi.json
deleted file mode 100644
index 1fa77784f..000000000
--- a/domains/manjunathkalburgi.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Manjunath Kalburgi Portfolio",
- "repo": "https://github.com/aftoncodes/aftoncodes.github.io",
- "owner": {
- "username": "manjunathkalburgi",
- "email": "manjunathkalburgi@gmail.com",
- "twitter": "manjunathmk"
- },
- "record": {
- "URL": "https://2j4h53-3000.csb.app/"
- }
-}
diff --git a/domains/mansi.json b/domains/mansi.json
deleted file mode 100644
index 28cc32359..000000000
--- a/domains/mansi.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "LegendOP1041",
- "email": "maillegendop@gmail.com",
- "discord": "1056531806763102218"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/marcchew.json b/domains/marcchew.json
deleted file mode 100644
index 0c885dc71..000000000
--- a/domains/marcchew.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "About Marc Chew",
- "owner": {
- "username": "marcchew",
- "email": "marckychew@gmail.com"
- },
- "record": {
- "CNAME": "947555d1-ed28-4253-9341-45074fe2aaab.id.repl.co"
- }
-}
diff --git a/domains/marcel.kitzbichler.json b/domains/marcel.kitzbichler.json
deleted file mode 100644
index a4b4be422..000000000
--- a/domains/marcel.kitzbichler.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Marcel-Kitzbichler",
- "email": "marcel.kitzbichler@gmail.com"
- },
- "record": {
- "CNAME": "marcel.kitzbichler.tirol"
- }
-}
diff --git a/domains/marmota.json b/domains/marmota.json
deleted file mode 100644
index 988f87cf0..000000000
--- a/domains/marmota.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "jaimeadf",
- "email": "jaimeadanielfilho@hotmail.com"
- },
- "record": {
- "CNAME": "jaimeadf.com"
- }
-}
diff --git a/domains/masterle.json b/domains/masterle.json
deleted file mode 100644
index 404218e35..000000000
--- a/domains/masterle.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "mast3rle",
- "email": "iam@mast3rle.xyz"
- },
- "record": {
- "URL": "https://dev.mast3rle.xyz"
- }
-}
diff --git a/domains/mattdavison.json b/domains/mattdavison.json
deleted file mode 100644
index b78c22b6b..000000000
--- a/domains/mattdavison.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "A domain for launching my person portfolio on!",
- "owner": {
- "username": "immattdavison",
- "email": "hey@matt.lgbt"
- },
- "record": {
- "A": ["209.97.183.92"]
- }
-}
diff --git a/domains/maxgreet.json b/domains/maxgreet.json
deleted file mode 100644
index 4484c445b..000000000
--- a/domains/maxgreet.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "emmu2008",
- "email": "aneenababu17901@gmail.com"
- },
- "record": {
- "CNAME": "emmu123.github.io"
- }
-}
diff --git a/domains/mean.json b/domains/mean.json
deleted file mode 100644
index 67a5992d2..000000000
--- a/domains/mean.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "MeanZhang",
- "email": "zhangmean@outlook.com"
- },
- "record": {
- "CNAME": "meanzhang.github.io"
- }
-}
diff --git a/domains/mebius-.json b/domains/mebius-.json
new file mode 100644
index 000000000..e2801ae2a
--- /dev/null
+++ b/domains/mebius-.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mebiius",
+ "email": "anjuangyu@gmail.com"
+ },
+ "record": {
+ "URL": "https://mebiius.github.io/"
+ }
+}
diff --git a/domains/mehedibd.json b/domains/mehedibd.json
deleted file mode 100644
index 38f39df02..000000000
--- a/domains/mehedibd.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "asma019",
- "email": "asmaparvin019@gmail.com"
- },
- "record": {
- "A": ["172.104.43.107"]
- }
-}
diff --git a/domains/mendy.json b/domains/mendy.json
deleted file mode 100644
index 8b8e339b6..000000000
--- a/domains/mendy.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "emkay5771",
- "email": "emkay5771@outlook.com"
- },
- "record": {
- "URL": "https://multidest.onrender.com"
- }
-}
diff --git a/domains/menkr.json b/domains/menkr.json
new file mode 100644
index 000000000..656a56200
--- /dev/null
+++ b/domains/menkr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "me-nkr",
+ "email": "thenaveenkr7@gmail.com"
+ },
+ "record": {
+ "URL": "https://dev.menkr.in"
+ }
+}
diff --git a/domains/mewwme.json b/domains/mewwme.json
new file mode 100644
index 000000000..68d559817
--- /dev/null
+++ b/domains/mewwme.json
@@ -0,0 +1,11 @@
+{
+ "description": "mewwme.is-a.dev",
+ "repo": "https://github.com/mewwme/mewwme.github.io",
+ "owner": {
+ "username": "lrmn7",
+ "email": "lrmn.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "mewwme.github.io"
+ }
+}
diff --git a/domains/migoreng.json b/domains/migoreng.json
deleted file mode 100644
index 5adebf5de..000000000
--- a/domains/migoreng.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "kelabang",
- "email": "",
- "discord": "migoreng#1665"
- },
- "record": {
- "A": ["162.159.153.4"]
- }
-}
diff --git a/domains/milcon.json b/domains/milcon.json
deleted file mode 100644
index 7b490b504..000000000
--- a/domains/milcon.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "emmu123",
- "email": "aneenababu71901@gmail.com"
- },
- "record": {
- "CNAME": "20e57f92-f4dd-4c0e-8aa7-0a7189f44f44.id.repl.co"
- }
-}
diff --git a/domains/milkshake.json b/domains/milkshake.json
deleted file mode 100644
index d9744ab78..000000000
--- a/domains/milkshake.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "FloatingMilkshake",
- "email": "me@floatingmilkshake.com"
- },
- "record": {
- "URL": "https://floatingmilkshake.com"
- }
-}
diff --git a/domains/minhphan.json b/domains/minhphan.json
new file mode 100644
index 000000000..366b6d4b6
--- /dev/null
+++ b/domains/minhphan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MinhPhan1203",
+ "email": "phan48788@gmail.com"
+ },
+ "record": {
+ "URL": "https://minhphan.tech"
+ }
+}
diff --git a/domains/miquel.json b/domains/miquel.json
new file mode 100644
index 000000000..0886b0d36
--- /dev/null
+++ b/domains/miquel.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MCrumo",
+ "email": "miquel1rr@gmail.com"
+ },
+ "record": {
+ "CNAME": "mcrumo.github.io"
+ }
+}
diff --git a/domains/mirror.json b/domains/mirror.json
deleted file mode 100644
index bf0222655..000000000
--- a/domains/mirror.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "A simple personal website",
- "repo": "https://github.com/justamirror",
- "owner": {
- "username": "justamirror",
- "email": "Eren0078@outlook.com"
- },
- "record": {
- "CNAME": "1eeecca8-a190-4548-9fc9-f936dcdda410.id.repl.co"
- }
-}
diff --git a/domains/misha.json b/domains/misha.json
new file mode 100644
index 000000000..24afefd03
--- /dev/null
+++ b/domains/misha.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "misha-jw",
+ "email": "mishawu@outlook.com"
+ },
+ "record": {
+ "CNAME": "misha-jw.github.io"
+ }
+}
diff --git a/domains/mjn.json b/domains/mjn.json
deleted file mode 100644
index cf07338b3..000000000
--- a/domains/mjn.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "mjnaous",
- "email": "mj@naous.eu.org"
- },
- "record": {
- "CNAME": "mjnaous.github.io"
- }
-}
diff --git a/domains/mm.json b/domains/mm.json
deleted file mode 100644
index 8bf07417c..000000000
--- a/domains/mm.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "lhwe",
- "email": "arieslovespiggies@gmail.com"
- },
- "record": {
- "A": ["143.198.71.63"]
- }
-}
diff --git a/domains/modmail.json b/domains/modmail.json
new file mode 100644
index 000000000..d66eca635
--- /dev/null
+++ b/domains/modmail.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "is-a-dev",
+ "email": ""
+ },
+
+ "record": {
+ "CNAME": "wdhdns.com"
+ }
+}
diff --git a/domains/mohammad87115.json b/domains/mohammad87115.json
new file mode 100644
index 000000000..53d4205f0
--- /dev/null
+++ b/domains/mohammad87115.json
@@ -0,0 +1,12 @@
+{
+ "description": "I'm using this subdomain to make my portfolio website",
+ "repo": "https://github.com/mohammad87115/mohammad87115.github.io",
+ "owner": {
+ "username": "mohammad87115",
+ "email": "mohammad87115@gmail.com",
+ "twitter": "mohammad87115"
+ },
+ "record": {
+ "CNAME": "mohammad87115.github.io"
+ }
+}
diff --git a/domains/mokajmc.oxmc.json b/domains/mokajmc.oxmc.json
deleted file mode 100644
index bf37d0ccb..000000000
--- a/domains/mokajmc.oxmc.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "oxmc",
- "email": "oxmc7769.mail@gmail.com",
- "discord": "oxmc7769"
- },
- "record": {
- "A": ["198.244.164.183"],
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
- "TXT": "forward-email=contact:oxmc7769.mail@gmail.com"
- }
-}
diff --git a/domains/molai777.json b/domains/molai777.json
deleted file mode 100644
index 09c144a8f..000000000
--- a/domains/molai777.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "mtgsquad",
- "email": "mahir@molai.dev"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
diff --git a/domains/moncef.json b/domains/moncef.json
new file mode 100644
index 000000000..18c1c5e8a
--- /dev/null
+++ b/domains/moncef.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "m2ncef",
+ "email": "moncxff@gmail.com"
+ },
+ "record": {
+ "URL": "https://m2ncef.github.io/"
+ }
+}
diff --git a/domains/mosa.json b/domains/mosa.json
new file mode 100644
index 000000000..3e30876be
--- /dev/null
+++ b/domains/mosa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mosageneral",
+ "email": "mosageneral@gmail.com"
+ },
+ "record": {
+ "A": ["130.162.164.99"]
+ }
+}
diff --git a/domains/moviebypass.json b/domains/moviebypass.json
new file mode 100644
index 000000000..88ae0a50c
--- /dev/null
+++ b/domains/moviebypass.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alidexter001",
+ "email": "dexter.ali001@gmail.com"
+ },
+ "record": {
+ "A": ["45.11.229.211"]
+ }
+}
diff --git a/domains/mpm.json b/domains/mpm.json
deleted file mode 100644
index 92cfb78cf..000000000
--- a/domains/mpm.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "MoPaMo's personal webpage",
- "repo": "https://github.com/MoPaMo/MoPaMo.github.io",
- "owner": {
- "username": "MoPaMo",
- "email": "spam.mpm1301@web.de"
- },
- "record": {
- "CNAME": "home.mopamo.repl.co"
- }
-}
diff --git a/domains/mr.gaurav.json b/domains/mr.gaurav.json
deleted file mode 100644
index 82be9e628..000000000
--- a/domains/mr.gaurav.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "dukegaurav",
- "email": "mr.gauravagrawalji@gmail.com"
- },
-
- "record": {
- "CNAME": "hotdealkart.pages.dev"
- }
-}
diff --git a/domains/mr.stuffmaker.json b/domains/mr.stuffmaker.json
deleted file mode 100644
index bba6ced1c..000000000
--- a/domains/mr.stuffmaker.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "MrStuffmaker",
- "email": "acapello6666@gmail.com"
- },
- "record": {
- "A": ["109.71.253.24"]
- }
-}
diff --git a/domains/mrcrbrth.json b/domains/mrcrbrth.json
deleted file mode 100644
index 3f1339bbc..000000000
--- a/domains/mrcrbrth.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "devsdocs",
- "email": "id45.go@gmail.com"
- },
- "record": {
- "A": ["141.144.205.66"]
- }
-}
diff --git a/domains/mrtomxxx.json b/domains/mrtomxxx.json
deleted file mode 100644
index 9b59d4b7e..000000000
--- a/domains/mrtomxxx.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "MrT0mXxX",
- "email": "mrtomxxx5@gmail.com"
- },
- "record": {
- "URL": "https://main-api.cat0tom2.repl.co"
- }
-}
diff --git a/domains/mrweez.json b/domains/mrweez.json
deleted file mode 100644
index 9fafd2421..000000000
--- a/domains/mrweez.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "MrWeez",
- "email": "arsenyplis2018@gmail.com"
- },
- "record": {
- "CNAME": "mrweez.depcloud.xyz"
- }
-}
diff --git a/domains/mrx.json b/domains/mrx.json
deleted file mode 100644
index 71790528b..000000000
--- a/domains/mrx.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "tcpskid",
- "email": "tcpskid@gmail.com"
- },
- "record": {
- "URL": "http://aard.space"
- }
-}
diff --git a/domains/msg.json b/domains/msg.json
deleted file mode 100644
index 604c21c2f..000000000
--- a/domains/msg.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "my npm package",
- "repo": "https://github.com/teamjoelee/me",
- "owner": {
- "username": "teamjoelee",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "7f4243c7-d171-416a-ad3d-19ba04fe36f5.id.repl.co"
- }
-}
diff --git a/domains/mudee.json b/domains/mudee.json
deleted file mode 100644
index 4ad998ee7..000000000
--- a/domains/mudee.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "IMudee",
- "email": "NotMudee@proton.me"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
diff --git a/domains/murder.json b/domains/murder.json
deleted file mode 100644
index 29ddb15a8..000000000
--- a/domains/murder.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "MurderWolf",
- "email": "leojgarcia1@icloud.com"
- },
- "record": {
- "URL": "https://murderdev.xyz"
- }
-}
diff --git a/domains/music.json b/domains/music.json
deleted file mode 100644
index 2dcd3ba8d..000000000
--- a/domains/music.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "my personal website",
- "repo": "https://github.com/leecheeyong/me",
- "owner": {
- "username": "leecheeyong",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "088a7314-b3d4-4927-92ca-e669833b0aed.id.repl.co"
- }
-}
diff --git a/domains/mutsis.json b/domains/mutsis.json
deleted file mode 100644
index a271f1db2..000000000
--- a/domains/mutsis.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "turvenuija1",
- "email": "akulehtola123@gmail.com"
- },
- "record": {
- "CNAME": "turvenuija1.github.io"
- }
-}
diff --git a/domains/mystic.trung.json b/domains/mystic.trung.json
index 8958e6c03..c372c8070 100644
--- a/domains/mystic.trung.json
+++ b/domains/mystic.trung.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "vuthanhtrung2010",
- "email": "vuthanhtrungsuper@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
}
diff --git a/domains/nanonavigate.json b/domains/nanonavigate.json
new file mode 100644
index 000000000..5edd21a55
--- /dev/null
+++ b/domains/nanonavigate.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Kurumi30",
+ "email": "fernandoshengxinzhu@gmail.com"
+ },
+ "record": {
+ "URL": "https://nanonavigate.onrender.com/"
+ }
+}
diff --git a/domains/neuronbot.json b/domains/neuronbot.json
deleted file mode 100644
index eaf4a8858..000000000
--- a/domains/neuronbot.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "This domain I would like to register is for one of my projects of a discord bot which is built by a sub-package of djs.",
- "owner": {
- "username": "Bro121233",
- "email": "arthubcontact4@gmail.com"
- },
- "record": {
- "CNAME": "60a38416-3e20-4265-8356-6c8a8ad47e7f.id.repl.co"
- }
-}
diff --git a/domains/nexos.json b/domains/nexos.json
new file mode 100644
index 000000000..c9a51d5bc
--- /dev/null
+++ b/domains/nexos.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nexos20levrai",
+ "email": "nexos.dons@gmail.com"
+ },
+ "record": {
+ "A": ["78.47.213.108"]
+ }
+}
diff --git a/domains/nezarec.json b/domains/nezarec.json
new file mode 100644
index 000000000..150b78eb4
--- /dev/null
+++ b/domains/nezarec.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NezarecSR",
+ "email": "anjuangyu@gmail.com"
+ },
+ "record": {
+ "URL": "https://nezhome.vercel.app/"
+ }
+}
diff --git a/domains/nguyenkhanhhoa.json b/domains/nguyenkhanhhoa.json
deleted file mode 100644
index 9e38e40ac..000000000
--- a/domains/nguyenkhanhhoa.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "nguyenkhanhhoa",
- "email": "coolie.itman@gmail.com"
- },
- "record": {
- "A": ["34.168.72.137"]
- }
-}
diff --git a/domains/nia.json b/domains/nia.json
deleted file mode 100644
index 2faea9577..000000000
--- a/domains/nia.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "lz20r",
- "email": "zhiyaonaiara@gmail.com"
- },
- "record": {
- "A": ["158.179.215.38"],
- "AAAA": ["2603:c027:8700:a37e:a916:da84:5a6c:efec"]
- }
-}
diff --git a/domains/nitin.json b/domains/nitin.json
new file mode 100644
index 000000000..85375f08e
--- /dev/null
+++ b/domains/nitin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chess10kp",
+ "email": "nitinshankarmadhu@gmail.com"
+ },
+ "record": {
+ "CNAME": "nitinwebsite-bde4d.web.app"
+ }
+}
diff --git a/domains/node.json b/domains/node.json
deleted file mode 100644
index 9ca25425f..000000000
--- a/domains/node.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Personal website",
- "repo": "https://github.com/node0505/node0505.github.io",
- "owner": {
- "username": "node0505",
- "email": "",
- "discord": "node#0505"
- },
- "record": {
- "CNAME": "node0505.github.io"
- }
-}
diff --git a/domains/nonam4lol.json b/domains/nonam4lol.json
new file mode 100644
index 000000000..a8c9417f9
--- /dev/null
+++ b/domains/nonam4lol.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Nonam4lol",
+ "email": "literallynoname13@gmail.com"
+ },
+ "record": {
+ "A": ["45.11.229.211"]
+ }
+}
diff --git a/domains/none.json b/domains/none.json
deleted file mode 100644
index 6b8736dd1..000000000
--- a/domains/none.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "iotran207",
- "email": "112244548+iotran207@users.noreply.github.com",
- "discord": "895604726454968320"
- },
-
- "record": {
- "A": ["10.147.18.55"]
- }
- }
-
\ No newline at end of file
diff --git a/domains/note.json b/domains/note.json
new file mode 100644
index 000000000..39aed0282
--- /dev/null
+++ b/domains/note.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "imimbert",
+ "email": "2080035494@qq.com"
+ },
+ "record": {
+ "CNAME": "imimbert.github.io"
+ }
+}
diff --git a/domains/ntfy.stefdp.json b/domains/ntfy.stefdp.json
index 187cc9a31..f8beee4ce 100644
--- a/domains/ntfy.stefdp.json
+++ b/domains/ntfy.stefdp.json
@@ -2,9 +2,12 @@
"owner": {
"username": "Stef-00012",
"email": "admin@stefdp.is-a.dev",
- "discord": "694986201739952229"
+ "discord": "694986201739952229",
+ "github_id": 81536172
},
"record": {
- "A": ["109.71.252.37"]
+ "A": [
+ "45.11.229.211"
+ ]
}
-}
+}
\ No newline at end of file
diff --git a/domains/nypd.json b/domains/nypd.json
deleted file mode 100644
index 1f214f2e1..000000000
--- a/domains/nypd.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "a77-dev",
- "email": "andbro4955@student.ccs.k12.nc.us"
- },
- "record": {
- "URL": "https://feds.lol/nypd"
- }
-}
diff --git a/domains/oandbtech-chatapp.json b/domains/oandbtech-chatapp.json
deleted file mode 100644
index 8d0cd069d..000000000
--- a/domains/oandbtech-chatapp.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "oAndBtech",
- "email": "oandb.tech@gmail.com"
- },
- "record": {
- "A": ["20.198.8.42"]
- }
-}
diff --git a/domains/oandbtech.json b/domains/oandbtech.json
new file mode 100644
index 000000000..bea7f1902
--- /dev/null
+++ b/domains/oandbtech.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bhaskaraa45",
+ "email": "bhaskarmandal369@gmail.com"
+ },
+ "record": {
+ "A": ["20.198.8.42"]
+ }
+}
diff --git a/domains/oceannetwork.json b/domains/oceannetwork.json
new file mode 100644
index 000000000..831428c21
--- /dev/null
+++ b/domains/oceannetwork.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ikcaaft",
+ "email": "mitchelblokker@hotmail.com"
+ },
+ "record": {
+ "URL": "https://7b5d5049-e5ab-47a5-93c2-14b263d69fce-00-2y8olb6cg2med.janeway.replit.dev/index.html"
+ }
+}
diff --git a/domains/ohdy.json b/domains/ohdy.json
new file mode 100644
index 000000000..674daed6b
--- /dev/null
+++ b/domains/ohdy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ohdy518",
+ "email": "ohdy518@gmail.com"
+ },
+ "record": {
+ "CNAME": "ohdy518.pages.dev"
+ }
+}
diff --git a/domains/olivia.json b/domains/olivia.json
new file mode 100644
index 000000000..0373c1330
--- /dev/null
+++ b/domains/olivia.json
@@ -0,0 +1,11 @@
+{
+ "repo": "https://github.com/olivi-r/olivi-r.github.io",
+ "owner": {
+ "username": "olivi-r",
+ "email": "olivia.r.dev@gmail.com",
+ "discord": "723626729247342662"
+ },
+ "record": {
+ "CNAME": "olivi-r.github.io"
+ }
+}
diff --git a/domains/omg.json b/domains/omg.json
deleted file mode 100644
index 38f39df02..000000000
--- a/domains/omg.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "asma019",
- "email": "asmaparvin019@gmail.com"
- },
- "record": {
- "A": ["172.104.43.107"]
- }
-}
diff --git a/domains/onlytris.json b/domains/onlytris.json
deleted file mode 100644
index 4d340b71a..000000000
--- a/domains/onlytris.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "tq56968",
- "email": "tq56968@gmail.com"
- },
- "record": {
- "A": ["103.252.137.101"]
- }
-}
diff --git a/domains/oogway.json b/domains/oogway.json
new file mode 100644
index 000000000..92df6aff3
--- /dev/null
+++ b/domains/oogway.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ActualMasterOogway",
+ "email": "williasfun@gmail.com"
+ },
+ "record": {
+ "URL": "https://actualmasteroogway.github.io"
+ }
+}
diff --git a/domains/orion.json b/domains/orion.json
deleted file mode 100644
index 1324ecaf8..000000000
--- a/domains/orion.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "oriionn",
- "email": "contact@oriondev.fr",
- "twitter": "orion_offi",
- "discord": "orion_off"
- },
- "record": {
- "URL": "https://oriondev.fr"
- }
-}
diff --git a/domains/xiro.json b/domains/owofied.json
similarity index 83%
rename from domains/xiro.json
rename to domains/owofied.json
index 6938da5e0..9335a7805 100644
--- a/domains/xiro.json
+++ b/domains/owofied.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "XiroXD",
+ "username": "owofied",
"email": "xiro@duck.com",
"discord": "owofied"
},
diff --git a/domains/palmino.json b/domains/palmino.json
deleted file mode 100644
index 948c68c74..000000000
--- a/domains/palmino.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "buatkakung",
- "email": "buatkakung@gmail.com"
- },
-
- "record": {
- "CNAME": "timdis.id"
- }
-}
diff --git a/domains/pana.json b/domains/pana.json
new file mode 100644
index 000000000..f12e4f080
--- /dev/null
+++ b/domains/pana.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ANDREIP211109",
+ "email": "panaandreimihai@gmail.com"
+ },
+ "record": {
+ "A": ["79.118.191.216"]
+ }
+}
diff --git a/domains/panel.nia.json b/domains/panel.nia.json
deleted file mode 100644
index e63acf459..000000000
--- a/domains/panel.nia.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "nazhiida",
- "email": "zhiyaonaiara@gmail.com"
- },
- "record": {
- "A": ["143.47.51.54"],
- "AAAA": ["2603:c027:8700:a37e:16cc:782c:b563:d4b0"]
- }
-}
diff --git a/domains/panel.shing.json b/domains/panel.shing.json
index 092b0555b..0f5d71008 100644
--- a/domains/panel.shing.json
+++ b/domains/panel.shing.json
@@ -4,7 +4,7 @@
"email": "Shing.XD.0602@gmail.com"
},
"record": {
- "A": ["150.136.114.225"],
- "AAAA": ["2603:c020:400d:3e89:7825:8a70:6518:5c68"]
+ "A": ["129.213.85.212"],
+ "AAAA": ["2603:c020:400d:3e89:ae49:1b0b:470c:5f33"]
}
}
diff --git a/domains/paperstar.json b/domains/paperstar.json
new file mode 100644
index 000000000..139b6872f
--- /dev/null
+++ b/domains/paperstar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "2paperstar",
+ "email": "lee@paperst.ar"
+ },
+ "record": {
+ "CNAME": "paperst.ar"
+ }
+}
diff --git a/domains/parsa.json b/domains/parsa.json
deleted file mode 100644
index 33475c70f..000000000
--- a/domains/parsa.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "xX-MoonWalker-Xx",
- "email": "aparat.mmr.game@gmail.com"
- },
- "record": {
- "CNAME": "www.parsa-alidoust.ir"
- }
-}
diff --git a/domains/paste.stefdp.json b/domains/paste.stefdp.json
index 187cc9a31..f8beee4ce 100644
--- a/domains/paste.stefdp.json
+++ b/domains/paste.stefdp.json
@@ -2,9 +2,12 @@
"owner": {
"username": "Stef-00012",
"email": "admin@stefdp.is-a.dev",
- "discord": "694986201739952229"
+ "discord": "694986201739952229",
+ "github_id": 81536172
},
"record": {
- "A": ["109.71.252.37"]
+ "A": [
+ "45.11.229.211"
+ ]
}
-}
+}
\ No newline at end of file
diff --git a/domains/pedrito.json b/domains/pedrito.json
new file mode 100644
index 000000000..bdf9a128d
--- /dev/null
+++ b/domains/pedrito.json
@@ -0,0 +1,13 @@
+
+{
+ "description": "For my private VPS ",
+ "repo": "https://github.com/Ranojay1/Ranojay1.github.io",
+ "owner": {
+ "username": "Ranojay1",
+ "email": "pegomsan@gmail.com",
+ "twitter": "Pedro929953698"
+ },
+ "record": {
+ "CNAME": "Ranojay1.github.io"
+ }
+}
diff --git a/domains/ph7ntom.json b/domains/ph7ntom.json
new file mode 100644
index 000000000..0ae0dfe73
--- /dev/null
+++ b/domains/ph7ntom.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "PH7N",
+ "email": "hdgameplaybbtt@gmail.com"
+ },
+ "record": {
+ "URL": "https://ph7n.github.io/ph7ntom-web/"
+ }
+}
diff --git a/domains/phamvandien.json b/domains/phamvandien.json
deleted file mode 100644
index 9d90615c3..000000000
--- a/domains/phamvandien.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "D-Jukie",
- "email": "phamvandienofficial@gmail.com"
- },
- "record": {
- "CNAME": "a6b7d456-4a75-42ba-b316-2b5b50199973.id.repl.co"
- }
-}
diff --git a/domains/phoenix.json b/domains/phoenix.json
deleted file mode 100644
index a4201b11d..000000000
--- a/domains/phoenix.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "PhoenixOrigin",
- "email": "phoenixorigin171@gmail.com"
- },
- "record": {
- "A": ["130.162.166.134"],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~include:_spf.google.com ~all"
- }
-}
diff --git a/domains/phuc.json b/domains/phuc.json
deleted file mode 100644
index 816ffe240..000000000
--- a/domains/phuc.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "phucbm",
- "email": "phucbm.dev@gmail.com"
- },
- "record": {
- "URL": "https://buiminhphuc.com"
- }
-}
diff --git a/domains/pic.cfp.json b/domains/pic.cfp.json
index 46b11d641..62da2395a 100644
--- a/domains/pic.cfp.json
+++ b/domains/pic.cfp.json
@@ -1,10 +1,11 @@
{
- "owner": {
- "username": "cfpwastaken",
- "email": "",
- "discord": "cfp"
- },
- "record": {
- "CNAME": "cfp.gotdns.ch"
- }
-}
+ "description": "Private Immich server",
+ "owner": {
+ "username": "cfpwastaken",
+ "email": "",
+ "discord": "cfp (318394797822050315)"
+ },
+ "record": {
+ "CNAME": "cfp.gotdns.ch"
+ }
+}
\ No newline at end of file
diff --git a/domains/cat.json b/domains/pic.json
similarity index 77%
rename from domains/cat.json
rename to domains/pic.json
index 68f770565..0e1dafdb9 100644
--- a/domains/cat.json
+++ b/domains/pic.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "DarindaDraX",
+ "username": "m1kuwu",
"email": "123kishanvish@gmail.com"
},
"record": {
diff --git a/domains/picosvelte.zarqi.json b/domains/picosvelte.zarqi.json
deleted file mode 100644
index e2c8dec17..000000000
--- a/domains/picosvelte.zarqi.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "zarqizoubir",
- "email": "zarqi.ezzoubair@etu.uae.ac.ma"
- },
- "record": {
- "CNAME": "zarqizoubir.github.io"
- }
-}
diff --git a/domains/pivko.json b/domains/pivko.json
deleted file mode 100644
index 2fb472b15..000000000
--- a/domains/pivko.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "AmbassadorGovna website",
- "owner": {
- "username": "AmbassadorGovna",
- "email": "leshikcube+isadev@googlemail.com"
- },
- "record": {
- "CNAME": "vps162412.ispsite.ru"
- }
-}
diff --git a/domains/pixyshare.json b/domains/pixyshare.json
deleted file mode 100644
index 42b825c03..000000000
--- a/domains/pixyshare.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "emmu123",
- "email": "aneenababu71901@gmail.com"
- },
- "record": {
- "CNAME": "3603c299-03cd-4a0c-b29f-24250c6e7354.id.repl.co"
- }
-}
diff --git a/domains/plow.json b/domains/plow.json
new file mode 100644
index 000000000..b431066e4
--- /dev/null
+++ b/domains/plow.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ClicpoW",
+ "email": "clicpowytb@gmail.com"
+ },
+ "record": {
+ "CNAME": "mlkfkqd.pages.dev"
+ }
+}
diff --git a/domains/plumsy.json b/domains/plumsy.json
new file mode 100644
index 000000000..ee4da896d
--- /dev/null
+++ b/domains/plumsy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "hxntaish",
+ "email": "juliettepoisson3@gmail.com"
+ },
+ "record": {
+ "CNAME": "geo-routing.nexuspipe.com"
+ }
+}
diff --git a/domains/poetry.m1dnight.json b/domains/poetry.m1dnight.json
deleted file mode 100644
index 248011439..000000000
--- a/domains/poetry.m1dnight.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Aakanksha's .is-a.dev domain",
- "repo": "https://poetry.m1dnightdev.repl.co",
- "owner": {
- "username": "m1dnight-ofcl",
- "email": "m1dnightgmrofficial@gmail.com"
- },
- "record": {
- "CNAME": "5eb3b096-1df2-40f7-aa66-6c2ce0687219.id.repl.co"
- }
-}
diff --git a/domains/policy.akshtt.json b/domains/policy.akshtt.json
new file mode 100644
index 000000000..d55e38eee
--- /dev/null
+++ b/domains/policy.akshtt.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "LegendOP1041",
+ "email": "maillegendop@gmail.com",
+ "discord": "1056531806763102218"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/polosteor.json b/domains/polosteor.json
deleted file mode 100644
index db672f89b..000000000
--- a/domains/polosteor.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "polosteor",
- "email": "polosteor@gmail.com"
- },
- "record": {
- "URL": "https://polosteor.com"
- }
-}
diff --git a/domains/potatoenergy.json b/domains/potatoenergy.json
deleted file mode 100644
index 7e1d19d54..000000000
--- a/domains/potatoenergy.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Potato Energy Team Website",
- "repo": "https://github.com/potatoenergy/potatoenergy.site",
- "owner": {
- "username": "ponfertato",
- "email": "ponfertato@ya.ru"
- },
- "record": {
- "CNAME": "potatoenergy.pages.dev"
- }
-}
diff --git a/domains/pplg.json b/domains/pplg.json
deleted file mode 100644
index 87e883dd5..000000000
--- a/domains/pplg.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Jantur-dev",
- "email": "jantur29@gmail.com"
- },
- "record": {
- "CNAME": "d46b1013-50ed-4f41-b75e-3961b2b9aad6.id.repl.co"
- }
-}
diff --git a/domains/prabesh.json b/domains/prabesh.json
deleted file mode 100644
index e3345d5fb..000000000
--- a/domains/prabesh.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Prabesh01",
- "email": "prabesh01@pm.me"
- },
-
- "record": {
- "A": ["91.208.197.189"]
- }
-}
diff --git a/domains/pratham-gupta.json b/domains/pratham-gupta.json
deleted file mode 100644
index 0d0fa56fb..000000000
--- a/domains/pratham-gupta.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "shygamer123",
- "email": "gpratham522@gmail.com",
- "discord": "840244590870003762"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/pringelsdc.json b/domains/pringelsdc.json
deleted file mode 100644
index 87f276767..000000000
--- a/domains/pringelsdc.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Bot-Dev1",
- "email": "julia.hillmann123@gmail.com"
- },
-
- "record": {
- "A": ["45.145.226.13"]
- }
-}
diff --git a/domains/privacy.json b/domains/privacy.json
index d0b1526b3..dbfddaf11 100644
--- a/domains/privacy.json
+++ b/domains/privacy.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
"URL": "https://team.is-a.dev",
diff --git a/domains/proautotest.json b/domains/proautotest.json
deleted file mode 100644
index 2518b74b3..000000000
--- a/domains/proautotest.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "XeeRooX",
- "email": "akkaunt7931@gmail.com"
- },
- "record": {
- "A": ["92.119.90.217"]
- }
-}
diff --git a/domains/projakob.json b/domains/projakob.json
deleted file mode 100644
index 28e1b14b8..000000000
--- a/domains/projakob.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "ProJakob",
- "email": "",
- "discord": "ProJakob#0408"
- },
- "record": {
- "A": ["152.89.239.58"]
- }
-}
diff --git a/domains/ptero.phoenix.json b/domains/ptero.phoenix.json
new file mode 100644
index 000000000..e36c8f4bf
--- /dev/null
+++ b/domains/ptero.phoenix.json
@@ -0,0 +1,16 @@
+{
+ "owner": {
+ "username": "PhoenixOrigin",
+ "email": "phoenixorigin171@gmail.com",
+ "github_id": 85183285
+ },
+ "record": {
+ "A": [
+ "130.162.166.134"
+ ],
+ "MX": [
+ "mail.is-a.dev"
+ ],
+ "TXT": "v=spf1 mx a:mail.is-a.dev ~include:_spf.google.com ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/puffer.json b/domains/puffer.json
deleted file mode 100644
index 2fa63314c..000000000
--- a/domains/puffer.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "My website!",
- "repo": "https://github.com/kevinalavik/kevinalavik.github.io",
- "owner": {
- "username": "kevinalavik",
- "email": "kevin.alavik@icloud.com",
- "twitter": "pufferisadev"
- },
- "record": {
- "CNAME": "kevinalavik.github.io"
- }
-}
diff --git a/domains/raadsel.json b/domains/raadsel.json
deleted file mode 100644
index 39e917cfb..000000000
--- a/domains/raadsel.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Personal website of Raadsel",
- "repo": "https://github.com/Raadsl/New-Personal-site",
- "owner": {
- "username": "Raadsl",
- "email": "jorik.loos@gmail.com",
- "discord": "Raadsel#9398"
- },
- "record": {
- "CNAME": "6925d98d-2d57-403e-8fe7-7d76686df9b4.id.repl.co"
- }
-}
diff --git a/domains/radio.slashed.json b/domains/radio.slashed.json
deleted file mode 100644
index bc7268727..000000000
--- a/domains/radio.slashed.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "alexfeed1990",
- "email": "alexfeed1990real@gmail.com"
- },
- "record": {
- "CNAME": "shitpost-radio.pages.dev"
- }
-}
diff --git a/domains/rage65.json b/domains/rage65.json
deleted file mode 100644
index 0476ddb09..000000000
--- a/domains/rage65.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Rage65",
- "email": "123thetechguy@gmail.com"
- },
- "record": {
- "CNAME": "rage65.duckdns.org"
- }
-}
diff --git a/domains/raku.json b/domains/raku.json
deleted file mode 100644
index 06c109c56..000000000
--- a/domains/raku.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "A Website For My Personal Website",
- "repo": "https://github.com/Wuffye123",
- "owner": {
- "username": "Wuffye123",
- "email": "rakurakumicro@gmail.com"
- },
- "record": {
- "CNAME": "0836bfc7-938d-4986-aa1f-acc749ae136a.repl.co"
- }
-}
diff --git a/domains/rare1k.json b/domains/rare1k.json
deleted file mode 100644
index 5112854f0..000000000
--- a/domains/rare1k.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "uhidontkno",
- "email": "bjaaa2gmlmain@gmail.com",
- "discord": "1129545353717366884"
- },
-
- "record": {
- "A": ["134.56.183.128"]
- }
-}
diff --git a/domains/raven.json b/domains/raven.json
deleted file mode 100644
index fe24aaa2f..000000000
--- a/domains/raven.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "bubby932",
- "email": "raven@az-raven.com"
- },
- "description": "Redirection domain for https://az-raven.com.",
- "record": {
- "URL": "https://az-raven.com"
- }
-}
diff --git a/domains/raw-api.json b/domains/raw-api.json
index 97acc8601..888b761d4 100644
--- a/domains/raw-api.json
+++ b/domains/raw-api.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
diff --git a/domains/raw.json b/domains/raw.json
index 9050066fd..1d5799f52 100644
--- a/domains/raw.json
+++ b/domains/raw.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
diff --git a/domains/razin.json b/domains/razin.json
new file mode 100644
index 000000000..805a7053c
--- /dev/null
+++ b/domains/razin.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "razinrayees",
+ "email": "razin.rayeesk@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "razin.pages.dev"
+ }
+}
diff --git a/domains/real.json b/domains/real.json
new file mode 100644
index 000000000..f1db4caef
--- /dev/null
+++ b/domains/real.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Xyront",
+ "email": "abalabalscratch@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.youtube.com/watch?v=69tzp7vkg_m"
+ }
+}
diff --git a/domains/receiptify.json b/domains/receiptify.json
index 176c68304..2e943103e 100644
--- a/domains/receiptify.json
+++ b/domains/receiptify.json
@@ -6,8 +6,10 @@
},
"record": {
"A": [
- "172.66.47.90",
- "172.66.44.166"
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
]
}
}
diff --git a/domains/reef.json b/domains/reef.json
deleted file mode 100644
index 345d3878c..000000000
--- a/domains/reef.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "reefsalter",
- "email": "reefsalter@gmail.com"
- },
- "record": {
- "URL": "https://reefsalter.com"
- }
-}
diff --git a/domains/refactoring.json b/domains/refactoring.json
deleted file mode 100644
index d92de69d9..000000000
--- a/domains/refactoring.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "refactoringg",
- "email": "renflenpersonal@gmail.com"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
diff --git a/domains/refayet.json b/domains/refayet.json
new file mode 100644
index 000000000..0667b5bc9
--- /dev/null
+++ b/domains/refayet.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "refayet-dev",
+ "email": "refayet0096@gmail.com"
+ },
+ "repo": "https://github.com/refayet-dev.github.io",
+ "description": "refayet's portfolio site",
+ "record": {
+ "CNAME": "refayet-dev.github.io"
+ }
+ }
\ No newline at end of file
diff --git a/domains/register-bot.json b/domains/register-bot.json
index 13d190813..c937b2ab1 100644
--- a/domains/register-bot.json
+++ b/domains/register-bot.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "is-a-dev-bot",
- "email": "is-a-dev@win11react.com"
+ "username": "is-a-dev",
+ "email": ""
},
"record": {
"A": ["217.174.245.249"]
diff --git a/domains/register.json b/domains/register.json
index b763ae0fa..38302b827 100644
--- a/domains/register.json
+++ b/domains/register.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
diff --git a/domains/reizy.json b/domains/reizy.json
deleted file mode 100644
index 82fd28ab1..000000000
--- a/domains/reizy.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "P0rc0D10",
- "email": "grazioligiuliano52@gmail.com"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
diff --git a/domains/researcx.json b/domains/researcx.json
new file mode 100644
index 000000000..1ab0501a0
--- /dev/null
+++ b/domains/researcx.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "researcx",
+ "email": "kei.trei.a52@gmail.com"
+ },
+
+ "record": {
+ "A": ["129.151.206.225"]
+ }
+}
diff --git a/domains/rob.json b/domains/rob.json
new file mode 100644
index 000000000..dca1b2012
--- /dev/null
+++ b/domains/rob.json
@@ -0,0 +1,11 @@
+{
+ "description": "Rob.Is-A.Dev Website",
+ "repo": "https://melroser.github.io",
+ "owner": {
+ "username": "melroser",
+ "email": "biz@eml.cc"
+ },
+ "record": {
+ "CNAME": "melroser.github.io"
+ }
+}
diff --git a/domains/ronalds.json b/domains/ronalds.json
deleted file mode 100644
index 0e3665da7..000000000
--- a/domains/ronalds.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Ronalds13424",
- "email": "roneturner23@gmail.com"
- },
- "record": {
- "CNAME": "www.ronaldsdev.rf.gd"
- }
-}
diff --git a/domains/rooyca.json b/domains/rooyca.json
new file mode 100644
index 000000000..824bfb86e
--- /dev/null
+++ b/domains/rooyca.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Rooyca",
+ "email": "rooyca@gmail.com"
+ },
+ "record": {
+ "URL": "https://rooyca.github.io/portfolio/"
+ }
+}
diff --git a/domains/rosset-nocpes.json b/domains/rosset-nocpes.json
deleted file mode 100644
index 98175cb81..000000000
--- a/domains/rosset-nocpes.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "description": "rosset-nocpes.is-a.dev",
- "repo": "https://github.com/rosset-nocpes/rosset-nocpes.github.io",
- "owner": {
- "username": "rosset-nocpes",
- "email": "rosset.nocpes@skiff.com",
- "twitter": "CoderPY4",
- "discord": "rosset.nocpes"
- },
- "record": {
- "CNAME": "rosset-nocpes.github.io"
- }
-}
diff --git a/domains/rpi.crazymax.json b/domains/rpi.crazymax.json
deleted file mode 100644
index 892184a95..000000000
--- a/domains/rpi.crazymax.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Crazy-Max-Blog",
- "email": "Crazy-Max-2011@yandex.ru"
- },
- "record": {
- "URL": "http://crazymax.is-a.dev/rpi"
- }
-}
diff --git a/domains/rrcoder0167.json b/domains/rrcoder0167.json
deleted file mode 100644
index 8917694a7..000000000
--- a/domains/rrcoder0167.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "rrcoder0167",
- "email": "riddhiman.rana@gmail.com"
- },
- "record": {
- "CNAME": "rrcoder0167.github.io"
- }
-}
diff --git a/domains/ruiwenge2.json b/domains/ruiwenge2.json
deleted file mode 100644
index 88ef00fa3..000000000
--- a/domains/ruiwenge2.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My Portfolio",
- "repo": "https://github.com/ruiwenge2/ruiwenge2",
- "owner": {
- "username": "ruiwenge2",
- "email": "ruiwenge2@gmail.com"
- },
- "record": {
- "CNAME": "caa17c8d-acab-4419-8b78-0ad7994a4f62.repl.co"
- }
-}
diff --git a/domains/ryanisyyds.json b/domains/ryanisyyds.json
new file mode 100644
index 000000000..e3000f1b9
--- /dev/null
+++ b/domains/ryanisyyds.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "RyanisyydsTT",
+ "email": "ryantseng123@mail.edu.tw"
+ },
+ "record": {
+ "A": ["170.39.76.35"]
+ }
+}
diff --git a/domains/ryder.json b/domains/ryder.json
deleted file mode 100644
index b4b72d10d..000000000
--- a/domains/ryder.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "RyderCragie",
- "email": "69316364+RyderCragie@users.noreply.github.com",
- "discord": "713201205488254976"
- },
-
- "record": {
- "CNAME": "ghs.googlehosted.com"
- }
-}
diff --git a/domains/ryobotz.json b/domains/ryobotz.json
deleted file mode 100644
index 9bdfe3ba8..000000000
--- a/domains/ryobotz.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "FrosGaming",
- "email": "dgfrosdgfros@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/saeful.json b/domains/saeful.json
deleted file mode 100644
index 984600cdf..000000000
--- a/domains/saeful.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "saefulbarkah",
- "email": "saefulbarkah03@gmail.com"
- },
- "record": {
- "URL": "https://eful.netlify.app"
- }
-}
diff --git a/domains/sahil.json b/domains/sahil.json
deleted file mode 100644
index a8dc56ac5..000000000
--- a/domains/sahil.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Personal Porfolio Records Add.",
- "repo": "https://github.com/sahilpatel09/sahilpatel09.github.io",
- "owner": {
- "username": "sahilpatel09",
- "email": "smppatel99999@gmail.com",
- "twitter": "smppatel99999"
- },
- "record": {
- "CNAME": "sahilpatel09.github.io"
- }
-}
diff --git a/domains/sajan.json b/domains/sajan.json
deleted file mode 100644
index 28cc32359..000000000
--- a/domains/sajan.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "LegendOP1041",
- "email": "maillegendop@gmail.com",
- "discord": "1056531806763102218"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/samcarson.json b/domains/samcarson.json
deleted file mode 100644
index 67fd4bd5b..000000000
--- a/domains/samcarson.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "samcarsonx",
- "email": "sam@samcarson.co.uk",
- "twitter": "samcarsonx"
- },
- "record": {
- "URL": "https://samcarson.co.uk"
- }
-}
diff --git a/domains/sammy.json b/domains/sammy.json
deleted file mode 100644
index 402e6472d..000000000
--- a/domains/sammy.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "link for github pages",
- "repo": "https://github.com/TorchedSammy/torchedsammy.github.io",
- "owner": {
- "username": "TorchedSammy",
- "email": "torchedsammy@gmail.com",
- "twitter": "TorchedSammy"
- },
- "record": {
- "CNAME": "torchedsammy.github.io"
- }
-}
diff --git a/domains/saxon.json b/domains/saxon.json
new file mode 100644
index 000000000..6f731f8bc
--- /dev/null
+++ b/domains/saxon.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tensura-is-good",
+ "email": "sands.is.undertable@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.65.72"]
+ }
+}
diff --git a/domains/sayantan.json b/domains/sayantan.json
new file mode 100644
index 000000000..04a233b7a
--- /dev/null
+++ b/domains/sayantan.json
@@ -0,0 +1,12 @@
+{
+ "description": "Sayantan's portfolio and project wikis",
+ "repo": "https://github.com/legendsayantan/legendsayantan.github.io",
+ "owner": {
+ "username": "legendsayantan",
+ "email": "legendsayantan@gmail.com",
+ "twitter": "legendsayantan"
+ },
+ "record": {
+ "CNAME": "legendsayantan.github.io"
+ }
+}
diff --git a/domains/scfp.json b/domains/scfp.json
index 705863cc3..ccaed7079 100644
--- a/domains/scfp.json
+++ b/domains/scfp.json
@@ -1,11 +1,11 @@
{
- "description": "Cfp Short Service",
- "owner": {
- "username": "cfpwastaken",
- "email": "",
- "discord": "cfp (318394797822050315)"
- },
- "record": {
- "CNAME": "cfp.gotdns.ch"
- }
-}
+ "description": "Cfp Short Service",
+ "owner": {
+ "username": "cfpwastaken",
+ "email": "",
+ "discord": "cfp (318394797822050315)"
+ },
+ "record": {
+ "CNAME": "cfp.gotdns.ch"
+ }
+}
\ No newline at end of file
diff --git a/domains/scott.json b/domains/scott.json
deleted file mode 100644
index 2282e19eb..000000000
--- a/domains/scott.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "scott1991",
- "email": "cakepbm@gmail.com"
- },
- "record": {
- "A": ["150.230.97.210"]
- }
-}
diff --git a/domains/scythe.json b/domains/scythe.json
deleted file mode 100644
index d6f9c38d7..000000000
--- a/domains/scythe.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "A personal portfolio site for all my projects.",
- "owner": {
- "username": "scythe",
- "email": "scythetheedev@outlook.com"
- },
- "record": {
- "CNAME": "e0e8c1e9-55a5-4394-afd9-10de3434aee8.repl.co"
- }
-}
diff --git a/domains/sdp.json b/domains/sdp.json
index 187cc9a31..f8beee4ce 100644
--- a/domains/sdp.json
+++ b/domains/sdp.json
@@ -2,9 +2,12 @@
"owner": {
"username": "Stef-00012",
"email": "admin@stefdp.is-a.dev",
- "discord": "694986201739952229"
+ "discord": "694986201739952229",
+ "github_id": 81536172
},
"record": {
- "A": ["109.71.252.37"]
+ "A": [
+ "45.11.229.211"
+ ]
}
-}
+}
\ No newline at end of file
diff --git a/domains/search.l6174.json b/domains/search.l6174.json
deleted file mode 100644
index c9cbd04f9..000000000
--- a/domains/search.l6174.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My Search Engine (Whoogle)",
- "repo": "https://github.com/l6174/search",
- "owner": {
- "username": "l6174",
- "email": "l.lawliet6174@gmail.com"
- },
- "record": {
- "CNAME": "8b8a7371-0cc1-4815-affb-f53446c7b444.id.repl.co"
- }
-}
diff --git a/domains/secredasho.json b/domains/secredasho.json
new file mode 100644
index 000000000..c4499feec
--- /dev/null
+++ b/domains/secredasho.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "secredasho",
+ "email": "dtran072712@outlook.com"
+ },
+ "record": {
+ "CNAME": "secredasho.github.io"
+ }
+}
diff --git a/domains/semant.panda.json b/domains/semant.panda.json
deleted file mode 100644
index 1ca75f819..000000000
--- a/domains/semant.panda.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "s3mant",
- "email": "contact@semant.is-a.dev"
- },
- "description": "Something juicy",
- "record": {
- "CNAME": "semant.cyclic.app"
- }
-}
diff --git a/domains/sen.json b/domains/sen.json
new file mode 100644
index 000000000..9e7684a42
--- /dev/null
+++ b/domains/sen.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Leclu",
+ "email": "minsnow1889@gmail.com"
+ },
+ "record": {
+ "CNAME": "leclu.github.io"
+ }
+}
diff --git a/domains/sergeyzarechnev.json b/domains/sergeyzarechnev.json
deleted file mode 100644
index 93474bfa0..000000000
--- a/domains/sergeyzarechnev.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "da-kurlzzzzz",
- "email": "da_kurlzzzzz@mail.ru"
- },
-
- "record": {
- "CNAME": "sergeyzarechnev.is-a-backend.dev"
- }
-}
diff --git a/domains/server.chiragnahata.json b/domains/server.chiragnahata.json
deleted file mode 100644
index 726befd50..000000000
--- a/domains/server.chiragnahata.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "chiragnahata",
- "email": "chiragnahata05@gmail.com"
- },
- "record": {
- "A": ["129.213.151.29"]
- }
-}
diff --git a/domains/sfinxv.json b/domains/sfinxv.json
new file mode 100644
index 000000000..45059c229
--- /dev/null
+++ b/domains/sfinxv.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "sfinxv",
+ "email": "",
+ "discord": "sfinxv"
+ },
+
+ "repo": "https://github.com/SFINXVC/sfinxvc.github.io",
+ "record": {
+ "CNAME": "sfinxvc.github.io"
+ }
+}
diff --git a/domains/sh.json b/domains/sh.json
deleted file mode 100644
index 31d4421a1..000000000
--- a/domains/sh.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "a place where i save all my codes",
- "repo": "https://github.com/leecheeyong/leecheeyong",
- "owner": {
- "username": "leecheeyong",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "4e948aec-a05a-47f4-8224-a92ae15ec665.repl.co"
- }
-}
diff --git a/domains/shahjada.json b/domains/shahjada.json
new file mode 100644
index 000000000..c28c41e7a
--- /dev/null
+++ b/domains/shahjada.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shahjada0",
+ "email": "muhammedalif2004@gmail.com"
+ },
+ "record": {
+ "A": ["31.186.83.254"]
+ }
+}
diff --git a/domains/shevon.json b/domains/shevon.json
index 844e9b24b..bd1ab4b05 100644
--- a/domains/shevon.json
+++ b/domains/shevon.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ShevonKuan",
- "email": "331749486@qq.com"
- },
- "record": {
- "A": ["47.243.44.66"]
- }
+ "owner": {
+ "username": "ShevonKuan",
+ "email": "331749486@qq.com"
+ },
+ "record": {
+ "A": ["47.243.44.66"]
+ }
}
diff --git a/domains/shikharreyya.json b/domains/shikharreyya.json
new file mode 100644
index 000000000..8144c2b3a
--- /dev/null
+++ b/domains/shikharreyya.json
@@ -0,0 +1,12 @@
+{
+ "description": "For my personal projects",
+ "repo": "https://github.com/Poseidon0070/Poseidon0070.github.io",
+ "owner": {
+ "username": "Poseidon0070",
+ "email": "criticalxsynergy@gmail.com",
+ "twitter": "Voldemort_7585"
+ },
+ "record": {
+ "CNAME": "poseidon0070.github.io"
+ }
+}
diff --git a/domains/shinchan.json b/domains/shinchan.json
deleted file mode 100644
index 28cc32359..000000000
--- a/domains/shinchan.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "LegendOP1041",
- "email": "maillegendop@gmail.com",
- "discord": "1056531806763102218"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/shing.json b/domains/shing.json
deleted file mode 100644
index 99ccc1b9d..000000000
--- a/domains/shing.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "ShingSemicolon",
- "email": "Shing.XD.0602@gmail.com"
- },
- "record": {
- "A": ["150.136.219.245"],
- "AAAA": ["2603:c020:400d:3e89:1d29:bb65:78be:e8fa"]
- }
-}
diff --git a/domains/shoumik.json b/domains/shoumik.json
new file mode 100644
index 000000000..900d2a3ab
--- /dev/null
+++ b/domains/shoumik.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal Portfolio",
+ "repo": "https://github.com/mixmaker/mixmaker.github.io",
+ "owner": {
+ "username": "mixmaker",
+ "email": "shoumikskdev@gmail.com",
+ "twitter": "almost_shoumik"
+ },
+ "record": {
+ "CNAME": "mixmaker.github.io"
+ }
+}
diff --git a/domains/sidd.json b/domains/sidd.json
deleted file mode 100644
index 6b892ddd3..000000000
--- a/domains/sidd.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "sidd is a dev (duh?)",
- "repo": "https://github.com/uh-Sid/sidd.is-a.dev",
- "owner": {
- "username": "uh-Sid",
- "email": "sdmdevelopment3@gmail.com"
- },
- "record": {
- "CNAME": "4dffaf9f-274e-457e-a081-b23e4d20e170.id.repl.co"
- }
-}
diff --git a/domains/sky-bridge.json b/domains/sky-bridge.json
new file mode 100644
index 000000000..5c68215a2
--- /dev/null
+++ b/domains/sky-bridge.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "levisurely",
+ "email": "jr1264464@gmail.com"
+ },
+ "record": {
+ "CNAME": "levisurely.github.io"
+ }
+}
diff --git a/domains/slyc.the.catboy.json b/domains/slyc.the.catboy.json
deleted file mode 100644
index 36223a2b6..000000000
--- a/domains/slyc.the.catboy.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "SlycIsACatboy",
- "email": "noahhz942@gmail.com"
- },
- "record": {
- "A": ["137.184.119.127"],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
- }
-}
diff --git a/domains/smaltin.json b/domains/smaltin.json
new file mode 100644
index 000000000..63069f1b2
--- /dev/null
+++ b/domains/smaltin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Smaltin",
+ "email": "sterling.maltin@gmail.com"
+ },
+ "record": {
+ "URL": "https://smaltin.dev"
+ }
+}
diff --git a/domains/song.json b/domains/song.json
deleted file mode 100644
index ff25a0f31..000000000
--- a/domains/song.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "asma019",
- "email": "asmaparvin019@gmail.com"
- },
- "record": {
- "A": ["20.197.9.167"]
- }
-}
diff --git a/domains/sourabh.json b/domains/sourabh.json
deleted file mode 100644
index ce80cfcf6..000000000
--- a/domains/sourabh.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "6ixline",
- "email": "sourabhsingh01998@gmail.com"
- },
- "record": {
- "A": ["198.54.113.40"]
- }
-}
diff --git a/domains/sourav.json b/domains/sourav.json
deleted file mode 100644
index 28cc32359..000000000
--- a/domains/sourav.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "LegendOP1041",
- "email": "maillegendop@gmail.com",
- "discord": "1056531806763102218"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/sowmiksudo.json b/domains/sowmiksudo.json
deleted file mode 100644
index 0a0159f46..000000000
--- a/domains/sowmiksudo.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "sowmiksudo",
- "email": "Xowmik@gmail.com"
- },
- "record": {
- "CNAME": "sowmiksudo.github.io"
- }
-}
diff --git a/domains/spacewd.json b/domains/spacewd.json
new file mode 100644
index 000000000..60763eebe
--- /dev/null
+++ b/domains/spacewd.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "spacewd69",
+ "email": "kysonbranch0@gmail.com"
+ },
+ "record": {
+ "CNAME": "spacewd69.github.io"
+ }
+}
diff --git a/domains/spicywars.json b/domains/spicywars.json
deleted file mode 100644
index 46066e12f..000000000
--- a/domains/spicywars.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "NoodlesWow",
- "email": "noodlesnomm@gmail.com"
- },
- "record": {
- "CNAME": "spicywarsuwu.onrender.com"
- }
-}
diff --git a/domains/spotify.vornexx.json b/domains/spotify.vornexx.json
new file mode 100644
index 000000000..3c97cf881
--- /dev/null
+++ b/domains/spotify.vornexx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vornex-gh",
+ "email": "ajay.ramnath8812@gmail.com"
+ },
+ "record": {
+ "CNAME": "spotify-vornexx.pages.dev"
+ }
+}
diff --git a/domains/ss.almaz.json b/domains/ss.almaz.json
new file mode 100644
index 000000000..8bbad29cb
--- /dev/null
+++ b/domains/ss.almaz.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "AlmaziikDev",
+ "email": "admin@almaz.is-a.dev",
+ "github_id": 132609906
+ },
+ "record": {
+ "A": [
+ "45.11.229.211"
+ ]
+ }
+}
\ No newline at end of file
diff --git a/domains/ss.kleb.json b/domains/ss.kleb.json
deleted file mode 100644
index f8d1961e3..000000000
--- a/domains/ss.kleb.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "KrazyKleb",
- "email": "krazykleb@outlook.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/ss.stefdp.json b/domains/ss.stefdp.json
index 187cc9a31..f8beee4ce 100644
--- a/domains/ss.stefdp.json
+++ b/domains/ss.stefdp.json
@@ -2,9 +2,12 @@
"owner": {
"username": "Stef-00012",
"email": "admin@stefdp.is-a.dev",
- "discord": "694986201739952229"
+ "discord": "694986201739952229",
+ "github_id": 81536172
},
"record": {
- "A": ["109.71.252.37"]
+ "A": [
+ "45.11.229.211"
+ ]
}
-}
+}
\ No newline at end of file
diff --git a/domains/staff.json b/domains/staff.json
index 69b2a059f..8c3f72381 100644
--- a/domains/staff.json
+++ b/domains/staff.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
"CNAME": "is-a-dev-maintainers.pages.dev"
diff --git a/domains/stardust.json b/domains/stardust.json
index 97be8fadf..e160960bd 100644
--- a/domains/stardust.json
+++ b/domains/stardust.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Hanzla-Double3",
- "email": "Hanzla.mughal3284@gmail.com"
- },
- "record": {
- "A": ["139.135.52.143"]
- }
+ "owner": {
+ "username": "Hanzla-Double3",
+ "email": "Hanzla.mughal3284@gmail.com"
+ },
+ "record": {
+ "A": ["139.135.52.143"]
+ }
}
diff --git a/domains/status.astra.json b/domains/status.astra.json
deleted file mode 100644
index 866df0e3a..000000000
--- a/domains/status.astra.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "LilyMusic",
- "email": "Lilymusicdiscord@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/status.cfp.json b/domains/status.cfp.json
index 09aa18c71..3334b3a54 100644
--- a/domains/status.cfp.json
+++ b/domains/status.cfp.json
@@ -1,11 +1,11 @@
{
- "description": "Cfp Status",
- "owner": {
- "username": "cfpwastaken",
- "email": "",
- "discord": "cfp"
- },
- "record": {
- "CNAME": "cfp.gotdns.ch"
- }
-}
+ "description": "Cfp Status",
+ "owner": {
+ "username": "cfpwastaken",
+ "email": "",
+ "discord": "cfp (318394797822050315)"
+ },
+ "record": {
+ "CNAME": "cfp.gotdns.ch"
+ }
+}
\ No newline at end of file
diff --git a/domains/status.ciaobot.json b/domains/status.ciaobot.json
new file mode 100644
index 000000000..9d5aadfe6
--- /dev/null
+++ b/domains/status.ciaobot.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Ciao287",
+ "email": "",
+ "discord": "687333016921440317"
+ },
+ "record": {
+ "A": [
+ "45.11.229.211"
+ ]
+ }
+}
diff --git a/domains/status.json b/domains/status.json
index 1c0b61f79..f186873d1 100644
--- a/domains/status.json
+++ b/domains/status.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "wdhdev",
- "email": "william@williamharrison.dev"
+ "username": "is-a-dev",
+ "email": ""
},
"record": {
"CNAME": "wdhdns.com"
diff --git a/domains/stefdp.json b/domains/stefdp.json
new file mode 100644
index 000000000..7d50ffa3c
--- /dev/null
+++ b/domains/stefdp.json
@@ -0,0 +1,21 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "MX": [
+ "mail.is-a.dev"
+ ],
+ "TXT": [
+ "v=spf1 mx a:mail.is-a.dev ip4:217.174.245.249 ~all"
+ ]
+ }
+}
diff --git a/domains/studythyme.json b/domains/studythyme.json
deleted file mode 100644
index c54a753e3..000000000
--- a/domains/studythyme.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "BreadGhoti1",
- "email": "breadghoti@gmail.com"
- },
- "record": {
- "CNAME": "sitev2-cvm.pages.dev"
- }
-}
diff --git a/domains/sujal.json b/domains/sujal.json
deleted file mode 100644
index 960eaee7e..000000000
--- a/domains/sujal.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "c0der69",
- "email": "",
- "twitter": "psychosniper_"
- },
- "record": {
- "CNAME": "sujal-is-a-dev.pages.dev"
- }
-}
diff --git a/domains/suki.json b/domains/suki.json
new file mode 100644
index 000000000..1669d49a0
--- /dev/null
+++ b/domains/suki.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SukiPlayz",
+ "email": "sukimayoo@outlook.com"
+ },
+ "record": {
+ "CNAME": "portfolio-b8o.pages.dev"
+ }
+}
diff --git a/domains/sunglass.json b/domains/sunglass.json
new file mode 100644
index 000000000..164f9173e
--- /dev/null
+++ b/domains/sunglass.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sunglassdev",
+ "email": "g1asstech@outlook.com"
+ },
+ "record": {
+ "URL": "https://sunglassdev.github.io/"
+ }
+}
diff --git a/domains/sx.brandgrandreal.json b/domains/sx.brandgrandreal.json
new file mode 100644
index 000000000..221e76351
--- /dev/null
+++ b/domains/sx.brandgrandreal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BrandgrandRealMe",
+ "email": "brandon.lambe@skiff.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/sycured.json b/domains/sycured.json
deleted file mode 100644
index 9157e204c..000000000
--- a/domains/sycured.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "sycured",
- "email": "sycured@protonmail.com"
- },
- "record": {
- "URL": "https://sycured.com"
- }
-}
diff --git a/domains/syntaxloopers.json b/domains/syntaxloopers.json
deleted file mode 100644
index 726befd50..000000000
--- a/domains/syntaxloopers.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "chiragnahata",
- "email": "chiragnahata05@gmail.com"
- },
- "record": {
- "A": ["129.213.151.29"]
- }
-}
diff --git a/domains/tar1k.json b/domains/tar1k.json
deleted file mode 100644
index 0435c0deb..000000000
--- a/domains/tar1k.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "ythknn",
- "email": "ythknn@gmail.com"
- },
-
- "record": {
- "A": ["193.223.105.188"]
- }
-}
diff --git a/domains/tarifsadman.json b/domains/tarifsadman.json
new file mode 100644
index 000000000..7afe34aea
--- /dev/null
+++ b/domains/tarifsadman.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TarifSadman",
+ "email": "sadmantaha17@gmail.com"
+ },
+ "record": {
+ "URL": "https://tarif-sadman.netlify.app/"
+ }
+}
diff --git a/domains/tcdavo.json b/domains/tcdavo.json
deleted file mode 100644
index 8280bc3d6..000000000
--- a/domains/tcdavo.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Tcdavo",
- "discord": "FriedUp-_-#6908",
- "email": ""
- },
- "record": {
- "CNAME": "44f0c26f-c6a3-4a32-bd8b-80614d289b24.id.repl.co"
- }
-}
diff --git a/domains/tcl.json b/domains/tcl.json
deleted file mode 100644
index cea83ed5c..000000000
--- a/domains/tcl.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "TianTcl's profile",
- "repo": "https://github.com/TianTcl/TianTcl",
- "owner": {
- "username": "TianTcl",
- "email": "tclwebguest@gmail.com"
- },
- "record": {
- "CNAME": "info.tiantcl.net"
- }
-}
diff --git a/domains/team.json b/domains/team.json
index f241a28ee..cafc4ed88 100644
--- a/domains/team.json
+++ b/domains/team.json
@@ -3,7 +3,7 @@
"repo": "github.com/is-a-dev/maintainer-docs",
"owner": {
"username": "is-a-dev",
- "email": "phenax5@gmail.com"
+ "email": ""
},
"record": {
"CNAME": "is-a-dev.github.io"
diff --git a/domains/techbot.json b/domains/techbot.json
new file mode 100644
index 000000000..efbfd640a
--- /dev/null
+++ b/domains/techbot.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "gunter228",
+ "email": "mq.2024@mail.ru"
+ },
+ "record": {
+ "A": ["45.11.229.211"]
+ }
+}
diff --git a/domains/technopaws.json b/domains/technopaws.json
deleted file mode 100644
index 4ecbecbdd..000000000
--- a/domains/technopaws.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "A PORTFOLIO FOR MYSELF",
- "repo": "https://HmmNoSus.realtechnopaws.repl.co",
- "owner": {
- "username": "TECHNOPAWS",
- "email": "technopaws69@gmail.com"
- },
- "record": {
- "CNAME": "78db877f-0bbd-45b9-9c7d-ad02242a1705.id.repl.co"
- }
-}
diff --git a/domains/tejas-luthra.json b/domains/tejas-luthra.json
deleted file mode 100644
index bd51172e6..000000000
--- a/domains/tejas-luthra.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Tejas' personal is-a.dev site",
- "repo": "https://github.com/tejas-luthra/tejas-luthra.github.io",
- "owner": {
- "username": "tejas-luthra",
- "email": "tejasluthra3008@gmail.com"
- },
- "record": {
- "CNAME": "tejas-luthra.github.io"
- }
-}
diff --git a/domains/temp.stefdp.json b/domains/temp.stefdp.json
index 187cc9a31..73f47d13e 100644
--- a/domains/temp.stefdp.json
+++ b/domains/temp.stefdp.json
@@ -5,6 +5,6 @@
"discord": "694986201739952229"
},
"record": {
- "A": ["109.71.252.37"]
+ "A": ["45.11.229.211"]
}
}
diff --git a/domains/tessa.json b/domains/tessa.json
deleted file mode 100644
index 7fef11872..000000000
--- a/domains/tessa.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My main site :)",
- "repo": "https://replit.com/@RoBlockHead/tessais-adev",
- "owner": {
- "username": "RoBlockHead",
- "email": "tessa7551@gmail.com"
- },
- "record": {
- "CNAME": "06745170-24e7-4954-a619-2860f8b395c2.repl.co"
- }
-}
diff --git a/domains/tfuifebfiubiu.json b/domains/tfuifebfiubiu.json
deleted file mode 100644
index 830ec6510..000000000
--- a/domains/tfuifebfiubiu.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Aether1777",
- "email": "bkevin39415@gmail.com"
- },
- "record": {
- "CNAME": "border.hop.io"
- }
-}
diff --git a/domains/thang.json b/domains/thang.json
deleted file mode 100644
index 0c9336d52..000000000
--- a/domains/thang.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "phantonducthang",
- "email": "phantonducthang@hotmail.com"
- },
- "record": {
- "A": ["167.86.67.221"]
- }
-}
diff --git a/domains/the.catboy.json b/domains/the.catboy.json
deleted file mode 100644
index 46004e6d8..000000000
--- a/domains/the.catboy.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "SlycIsACatboy",
- "email": "noahhz942@gmail.com"
- },
- "record": {
- "A": ["137.184.119.127"]
- }
-}
diff --git a/domains/theawesomekid.json b/domains/theawesomekid.json
deleted file mode 100644
index a7d1a089b..000000000
--- a/domains/theawesomekid.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "TheAwesomeKid02",
- "email": "krishnakaushik.panyala@gmail.com"
- },
- "record": {
- "URL": "https://a122df89-2971-443d-b431-ba0b2432b6c8-00-nndor8zyo5ae.global.replit.dev/"
- }
-}
diff --git a/domains/thedt.json b/domains/thedt.json
new file mode 100644
index 000000000..ea52c6fcf
--- /dev/null
+++ b/domains/thedt.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "thedtvn",
+ "email": "duongtuan30306@gmail.com"
+ },
+ "record": {
+ "URL": "https://many.link/dt/"
+ }
+}
diff --git a/domains/themagicmush.json b/domains/themagicmush.json
deleted file mode 100644
index 66b32f989..000000000
--- a/domains/themagicmush.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Kobe523",
- "email": "kobeni523@gmail.com",
- "discord": "TheMagicMushoom#9999"
- },
- "record": {
- "URL": "https://its.themagicmush.repl.co"
- }
-}
diff --git a/domains/therealgeodash.json b/domains/therealgeodash.json
deleted file mode 100644
index 5a1622013..000000000
--- a/domains/therealgeodash.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "TheRealGeoDash2019",
- "email": "therealgeodash@lhost.dev",
- "discord": "710268763844640839"
- },
- "record": {
- "CNAME": "lhost.dev"
- }
-}
diff --git a/domains/thikhathali.json b/domains/thikhathali.json
new file mode 100644
index 000000000..2065da4f0
--- /dev/null
+++ b/domains/thikhathali.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Thikhathali",
+ "email": "thikhamataboge@gmail.com"
+ },
+ "record": {
+ "CNAME": "thikhathali.github.io"
+ }
+}
diff --git a/domains/this.json b/domains/this.json
deleted file mode 100644
index e25494cd9..000000000
--- a/domains/this.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "This, is a dev.",
- "owner": {
- "username": "DaInfLoop",
- "email": "backupharoongames100@gmail.com"
- },
- "record": {
- "URL": "https://haroon.repl.co"
- },
- "extra-info": "I understand if this doesn't get merged, it was just a funny joke me and my friend made because the subdomain wasn't taken."
-}
diff --git a/domains/thunder.json b/domains/thunder.json
new file mode 100644
index 000000000..7e73ff69b
--- /dev/null
+++ b/domains/thunder.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "thunderarch",
+ "email": "thunderarch77@gmail.com"
+ },
+ "record": {
+ "CNAME": "thunderarch.github.io"
+ }
+}
diff --git a/domains/thunderarch.json b/domains/thunderarch.json
new file mode 100644
index 000000000..7e73ff69b
--- /dev/null
+++ b/domains/thunderarch.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "thunderarch",
+ "email": "thunderarch77@gmail.com"
+ },
+ "record": {
+ "CNAME": "thunderarch.github.io"
+ }
+}
diff --git a/domains/dashboard.stefdp.json b/domains/tianji.stefdp.json
similarity index 78%
rename from domains/dashboard.stefdp.json
rename to domains/tianji.stefdp.json
index 187cc9a31..fea1e5d5c 100644
--- a/domains/dashboard.stefdp.json
+++ b/domains/tianji.stefdp.json
@@ -5,6 +5,8 @@
"discord": "694986201739952229"
},
"record": {
- "A": ["109.71.252.37"]
+ "A": [
+ "45.11.229.211"
+ ]
}
}
diff --git a/domains/tiantcl.json b/domains/tiantcl.json
deleted file mode 100644
index cea83ed5c..000000000
--- a/domains/tiantcl.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "TianTcl's profile",
- "repo": "https://github.com/TianTcl/TianTcl",
- "owner": {
- "username": "TianTcl",
- "email": "tclwebguest@gmail.com"
- },
- "record": {
- "CNAME": "info.tiantcl.net"
- }
-}
diff --git a/domains/tiger15cub.json b/domains/tiger15cub.json
deleted file mode 100644
index 25b36619b..000000000
--- a/domains/tiger15cub.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Tiger15cub.is-a.dev",
- "owner": {
- "username": "katopiler",
- "email": "peterderbyshire11@gmail.com"
- },
- "record": {
- "CNAME": "strxfhcpoliykgujnhfrdthcgv0pkiyhugjh5rtf.duckdns.org"
- }
-}
diff --git a/domains/tih.json b/domains/tih.json
new file mode 100644
index 000000000..6849ce094
--- /dev/null
+++ b/domains/tih.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "FatihArridho",
+ "email": "m.fatiharridho@gmail.com"
+ },
+ "record": {
+ "CNAME": "tih-9t0.pages.dev"
+ }
+}
diff --git a/domains/tm-math.json b/domains/tm-math.json
deleted file mode 100644
index df75a05fc..000000000
--- a/domains/tm-math.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "hilausfbrdhiiuhsdfh",
- "email": "timedoutbusiness@gmail.com"
- },
- "record": {
- "URL": "https://timed-out-math.hop.sh/"
- }
-}
diff --git a/domains/tommyboucher.json b/domains/tommyboucher.json
deleted file mode 100644
index 5d46e30ed..000000000
--- a/domains/tommyboucher.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "bouchertommy",
- "email": "hello@tommyboucher.com"
- },
- "record": {
- "CNAME": "tommyboucher.com"
- }
-}
diff --git a/domains/toto.json b/domains/toto.json
deleted file mode 100644
index 1fc37f2b9..000000000
--- a/domains/toto.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "E8D08F",
- "email": "the@unpopular.me"
- },
-
- "record": {
- "CNAME": "chunghwa.asia"
- }
-}
diff --git a/domains/tr1x.json b/domains/tr1x.json
deleted file mode 100644
index 15cb3568e..000000000
--- a/domains/tr1x.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "tr1xem",
- "email": "kmtechnical2006@gmail.com"
- },
- "record": {
- "CNAME": "lawliet.tk"
- }
-}
diff --git a/domains/tr5kyradio.json b/domains/tr5kyradio.json
deleted file mode 100644
index 929f9f95c..000000000
--- a/domains/tr5kyradio.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "troit5ky",
- "email": "testeron211@gmail.com"
- },
- "record": {
- "A": ["23.88.10.1"]
- }
-}
diff --git a/domains/tracking.sonet.json b/domains/tracking.sonet.json
deleted file mode 100644
index 1481c566a..000000000
--- a/domains/tracking.sonet.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "CoderSoNet",
- "email": "support@sonet.is-a.dev",
- "twitter": "ShanuUniyal_On",
- "discord": "781127625263415326"
- },
- "record": {
- "CNAME": "api.elasticemail.com"
- }
-}
diff --git a/domains/turtlecode.json b/domains/turtlecode.json
deleted file mode 100644
index 77e67ab24..000000000
--- a/domains/turtlecode.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "TurtleCode84",
- "email": "turtle@turtlecode.tech"
- },
- "record": {
- "URL": "https://turtlecode.tech"
- }
-}
diff --git a/domains/uk.json b/domains/uk.json
index 1da801837..89ea90364 100644
--- a/domains/uk.json
+++ b/domains/uk.json
@@ -4,6 +4,8 @@
"email": "u8k50850@gmail.com"
},
"record": {
- "URL": "https://ukrioo.github.io/"
+ "URL": "https://ukrioo.github.io/",
+ "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "TXT": "forward-email=u8k50850@gmail.com"
}
}
diff --git a/domains/uptime.stefdp.json b/domains/uptime.stefdp.json
index 187cc9a31..f8beee4ce 100644
--- a/domains/uptime.stefdp.json
+++ b/domains/uptime.stefdp.json
@@ -2,9 +2,12 @@
"owner": {
"username": "Stef-00012",
"email": "admin@stefdp.is-a.dev",
- "discord": "694986201739952229"
+ "discord": "694986201739952229",
+ "github_id": 81536172
},
"record": {
- "A": ["109.71.252.37"]
+ "A": [
+ "45.11.229.211"
+ ]
}
-}
+}
\ No newline at end of file
diff --git a/domains/uptime.trung.json b/domains/uptime.trung.json
deleted file mode 100644
index 6cad2f4cd..000000000
--- a/domains/uptime.trung.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "vuthanhtrung2010",
- "email": "vuthanhtrungsuper@gmail.com"
- },
- "record": {
- "CNAME": "manage.uptime.trung.is-a.dev"
- }
-}
diff --git a/domains/urging.json b/domains/urging.json
new file mode 100644
index 000000000..e0d094d44
--- /dev/null
+++ b/domains/urging.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "UrgingOfc",
+ "email": "diogo.lopes.silva.ch@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/use-ho2.json b/domains/use-ho2.json
new file mode 100644
index 000000000..0cb068a29
--- /dev/null
+++ b/domains/use-ho2.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "hussain22g",
+ "email": "hussainaltahoo944@gmail.com"
+ },
+ "record": {
+ "CNAME": "ho2.pages.dev"
+ }
+}
diff --git a/domains/v2ray.vi0leta.json b/domains/v2ray.vi0leta.json
deleted file mode 100644
index def51632a..000000000
--- a/domains/v2ray.vi0leta.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "vi0letadev",
- "email": "vi0leta@riseup.net"
- },
- "record": {
- "A": ["37.27.4.76"]
- }
-}
diff --git a/domains/vachanmn.json b/domains/vachanmn.json
index ed6e2f2a2..86bfbac2a 100644
--- a/domains/vachanmn.json
+++ b/domains/vachanmn.json
@@ -4,6 +4,6 @@
"email": "vachanmn123@gmail.com"
},
"record": {
- "URL": "https://vachanmn.tech"
+ "CNAME": "edge.redirect.pizza"
}
}
diff --git a/domains/vaibhav.json b/domains/vaibhav.json
deleted file mode 100644
index 09875a10e..000000000
--- a/domains/vaibhav.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "VaibhavSys",
- "email": "vaibhavsys@protonmail.com"
- },
- "record": {
- "URL": "https://www.thevaibhavway.pro/"
- }
-}
diff --git a/domains/valorant.json b/domains/valorant.json
deleted file mode 100644
index b33d5fc15..000000000
--- a/domains/valorant.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "Fqcxn",
- "email": "",
- "twitter": "FqcxnLmao",
- "discord": "hong.kong"
- },
- "record": {
- "CNAME": "fqcxn.com"
- }
-}
diff --git a/domains/valowolf.json b/domains/valowolf.json
deleted file mode 100644
index aa98feaf9..000000000
--- a/domains/valowolf.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "ValoWolf",
- "email": "starfleet.valowolf@gmail.com"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
diff --git a/domains/vercte.json b/domains/vercte.json
deleted file mode 100644
index cc1e01855..000000000
--- a/domains/vercte.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "lopste",
- "email": "lopstedener@gmail.com"
- },
- "record": {
- "URL": "https://vercte.net"
- }
-}
diff --git a/domains/victormak.json b/domains/victormak.json
new file mode 100644
index 000000000..88d23c257
--- /dev/null
+++ b/domains/victormak.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DreamerChaserHAH",
+ "email": "ehekunhah@gmail.com"
+ },
+ "record": {
+ "CNAME": "dreamerchaserhah.github.io"
+ }
+}
diff --git a/domains/vikram.json b/domains/vikram.json
index ecd597c2d..e3ccf7484 100644
--- a/domains/vikram.json
+++ b/domains/vikram.json
@@ -1,12 +1,12 @@
{
"description": "This domain will be used for my personal website.",
- "repo": "https://github.com/vikramv20/vikramv20.github.io",
+ "repo": "https://github.com/vikramisdev/vikramisdev.github.io",
"owner": {
- "username": "vikramv20",
+ "username": "vikramisdev",
"email": "vs423502@gmail.com",
"twitter": "vikram_v18"
},
"record": {
- "CNAME": "vikramv20.github.io"
+ "CNAME": "vikramisdev.github.io"
}
}
diff --git a/domains/villagerbrine.json b/domains/villagerbrine.json
deleted file mode 100644
index 940142702..000000000
--- a/domains/villagerbrine.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "villagerBrine",
- "email": "villagerBrine@gmail.com"
- },
- "record": {
- "A": ["129.146.140.85"]
- }
-}
diff --git a/domains/vinaychaudhary.json b/domains/vinaychaudhary.json
deleted file mode 100644
index f30284798..000000000
--- a/domains/vinaychaudhary.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "vinayofc",
- "email": "devilvinayofficial@gmail.com"
- },
-
- "record": {
- "A": ["3.136.154.89"]
- }
-}
diff --git a/domains/vivekpratapsingh.json b/domains/vivekpratapsingh.json
new file mode 100644
index 000000000..67ec768d1
--- /dev/null
+++ b/domains/vivekpratapsingh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vpsone",
+ "email": "onenewfacts@gmail.com"
+ },
+ "record": {
+ "URL": "https://vivek-pratap-singh.vercel.app/"
+ }
+}
diff --git a/domains/vixcord.json b/domains/vixcord.json
deleted file mode 100644
index c828e591d..000000000
--- a/domains/vixcord.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "AbsolutelyNothingAndNoOne",
- "email": "tinakiss2234@gmail.com"
- },
- "record": {
- "URL": "https://defensiveunluckystate.mkds.repl.co/"
- }
-}
diff --git a/domains/vornexx.json b/domains/vornexx.json
new file mode 100644
index 000000000..764ac4c04
--- /dev/null
+++ b/domains/vornexx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vornex-gh",
+ "email": "ajay.ramnath8812@gmail.com"
+ },
+ "record": {
+ "CNAME": "vornexx.pages.dev"
+ }
+}
diff --git a/domains/vpn.lylythechosenone.json b/domains/vpn.lylythechosenone.json
deleted file mode 100644
index 741ea91a8..000000000
--- a/domains/vpn.lylythechosenone.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "lylythechosenone",
- "email": "Lysander.mealy@gmail.com"
- },
- "record": {
- "A": ["162.84.137.147"]
- }
-}
diff --git a/domains/vrxxdev.json b/domains/vrxxdev.json
new file mode 100644
index 000000000..b71f3e364
--- /dev/null
+++ b/domains/vrxxdev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Its-VrxxDev",
+ "email": "vrxxdev@gmail.com"
+ },
+ "record": {
+ "CNAME": "5c89de66-4d03-4838-842d-4745a6da887d-00-mv6wfn8khxkg.pike.replit.dev"
+ }
+}
diff --git a/domains/vsc.stefdp.json b/domains/vsc.stefdp.json
index 187cc9a31..73f47d13e 100644
--- a/domains/vsc.stefdp.json
+++ b/domains/vsc.stefdp.json
@@ -5,6 +5,6 @@
"discord": "694986201739952229"
},
"record": {
- "A": ["109.71.252.37"]
+ "A": ["45.11.229.211"]
}
}
diff --git a/domains/vxj.json b/domains/vxj.json
new file mode 100644
index 000000000..92e6d60c7
--- /dev/null
+++ b/domains/vxj.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "voxj",
+ "email": "aglinkoyurjevich@gmail.com"
+ },
+ "record": {
+ "CNAME": "voxj.github.io"
+ }
+}
diff --git a/domains/webdevelopment.roadmap.rtxeon.json b/domains/webdevelopment.roadmap.rtxeon.json
new file mode 100644
index 000000000..ef0cfb776
--- /dev/null
+++ b/domains/webdevelopment.roadmap.rtxeon.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "Rtxeon",
+ "email": "AdityaSuthar13@outlook.com"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.111.153",
+ "185.199.110.153"
+ ]
+ }
+}
\ No newline at end of file
diff --git a/domains/webmail.chiragnahata.json b/domains/webmail.chiragnahata.json
deleted file mode 100644
index 726befd50..000000000
--- a/domains/webmail.chiragnahata.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "chiragnahata",
- "email": "chiragnahata05@gmail.com"
- },
- "record": {
- "A": ["129.213.151.29"]
- }
-}
diff --git a/domains/weissx.json b/domains/weissx.json
new file mode 100644
index 000000000..30dbb37f2
--- /dev/null
+++ b/domains/weissx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alfari24",
+ "email": "ari@alfari.id"
+ },
+ "record": {
+ "A": ["194.15.36.220"]
+ }
+}
diff --git a/domains/whiffedk.json b/domains/whiffedk.json
deleted file mode 100644
index 19c400f7f..000000000
--- a/domains/whiffedk.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "WhiffedKnight",
- "email": "abalabalscratch@gmail.com"
- },
- "record": {
- "CNAME": "whiffedknight.github.io"
- }
-}
diff --git a/domains/wrdg.json b/domains/wrdg.json
deleted file mode 100644
index 1c3f7c163..000000000
--- a/domains/wrdg.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "wrdg",
- "email": "wardog@wrdg.dev"
- },
-
- "record": {
- "URL": "https://wrdg.net"
- }
-}
diff --git a/domains/wscr.json b/domains/wscr.json
deleted file mode 100644
index 736e1c212..000000000
--- a/domains/wscr.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "a website for my discord bot",
- "repo": "https://github.com/teamjoelee/me",
- "owner": {
- "username": "teamjoelee",
- "email": "tojoeleeofficial@gmail.com"
- },
- "record": {
- "CNAME": "3dfb27ff-3743-463e-a0a1-83ef6f7b7468.repl.co"
- }
-}
diff --git a/domains/wtfdrshn.json b/domains/wtfdrshn.json
index 2833fd17d..abeb6309d 100644
--- a/domains/wtfdrshn.json
+++ b/domains/wtfdrshn.json
@@ -4,6 +4,6 @@
"email": "itsmedarshan8@gmail.com"
},
"record": {
- "CNAME": "wtfdrshn.github.io"
+ "CNAME": "wtfdrshn-portfolio.web.app"
}
}
diff --git a/domains/wzrd.json b/domains/wzrd.json
deleted file mode 100644
index 4c21ba41a..000000000
--- a/domains/wzrd.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Rxflex",
- "email": "andreysuew@gmail.com"
- },
- "record": {
- "CNAME": "russia1.route.pp.ua"
- }
-}
diff --git a/domains/xeno.json b/domains/xeno.json
deleted file mode 100644
index 830ec6510..000000000
--- a/domains/xeno.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Aether1777",
- "email": "bkevin39415@gmail.com"
- },
- "record": {
- "CNAME": "border.hop.io"
- }
-}
diff --git a/domains/xenoxanite.json b/domains/xenoxanite.json
deleted file mode 100644
index 34a7fa436..000000000
--- a/domains/xenoxanite.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Xenoxanite portfolio",
- "repo": "https://github.com/xenoxanite/xenoxanite.github.io",
- "owner": {
- "username": "xenoxanite",
- "email": "xenoxanite@gmail.com"
- },
- "record": {
- "CNAME": "xenoxanite.github.io"
- }
-}
diff --git a/domains/mail.rika.json b/domains/xenside.json
similarity index 55%
rename from domains/mail.rika.json
rename to domains/xenside.json
index 4ecf5753b..066f5f095 100644
--- a/domains/mail.rika.json
+++ b/domains/xenside.json
@@ -1,11 +1,9 @@
{
- "description": "Domain for gmail",
- "repo": "https://github.com/NicolDev/mail",
- "owner": {
- "username": "NicolDev",
- "email": "cainiao1509@gmail.com"
- },
- "record": {
+ "owner": {
+ "username": "XenSideNBTS",
+ "email": "peskoila89@gmail.com"
+ },
+ "record": {
"A": [
"185.199.108.153",
"185.199.109.153",
diff --git a/domains/xzz.json b/domains/xzz.json
deleted file mode 100644
index 7a1bd2ca3..000000000
--- a/domains/xzz.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "xzzjs",
- "email": "andrea.andrea1009olp@gmail.com"
- },
- "record": {
- "A": ["34.111.254.92"]
- }
-}
diff --git a/domains/yassinm.json b/domains/yassinm.json
deleted file mode 100644
index 86db4bd31..000000000
--- a/domains/yassinm.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "yassinmoussamih",
- "email": "yassinmoussamih7@gmail.com"
- },
-
- "record": {
- "URL": "https://yassinmoussamih.vercel.app"
- }
-}
diff --git a/domains/yfa.json b/domains/yfa.json
index 21e322a4f..12aa0463a 100644
--- a/domains/yfa.json
+++ b/domains/yfa.json
@@ -9,6 +9,6 @@
"Mastodon": "@YouFoundAlpha@mastodon.social"
},
"record": {
- "CNAME": "yfa-cev.pages.dev"
+ "CNAME": "edge.redirect.pizza"
}
}
diff --git a/domains/yfadev.json b/domains/yfadev.json
index cf045ce33..12aa0463a 100644
--- a/domains/yfadev.json
+++ b/domains/yfadev.json
@@ -9,6 +9,6 @@
"Mastodon": "@YouFoundAlpha@mastodon.social"
},
"record": {
- "URL": "https://github.com/yfadev"
+ "CNAME": "edge.redirect.pizza"
}
}
diff --git a/domains/yieldray.json b/domains/yieldray.json
new file mode 100644
index 000000000..3c02836f1
--- /dev/null
+++ b/domains/yieldray.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "YieldRay",
+ "email": "yieldray@outlook.com"
+ },
+ "record": {
+ "URL": "https://ray.deno.dev/"
+ }
+}
diff --git a/domains/yippymishy.json b/domains/yippymishy.json
new file mode 100644
index 000000000..01d6af901
--- /dev/null
+++ b/domains/yippymishy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "yippymishy",
+ "email": "michaelbrocks@outlook.com"
+ },
+ "record": {
+ "URL": "https://scratch.mit.edu/users/yippymishy"
+ }
+}
diff --git a/domains/yodeput.json b/domains/yodeput.json
deleted file mode 100644
index 75c2349d0..000000000
--- a/domains/yodeput.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "yodeput",
- "email": "yodeput@gmail.com"
- },
- "record": {
- "A": ["168.138.187.54"]
- }
-}
diff --git a/domains/yogi.json b/domains/yogi.json
deleted file mode 100644
index 75c2349d0..000000000
--- a/domains/yogi.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "yodeput",
- "email": "yodeput@gmail.com"
- },
- "record": {
- "A": ["168.138.187.54"]
- }
-}
diff --git a/domains/yogidputra.json b/domains/yogidputra.json
deleted file mode 100644
index 75c2349d0..000000000
--- a/domains/yogidputra.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "yodeput",
- "email": "yodeput@gmail.com"
- },
- "record": {
- "A": ["168.138.187.54"]
- }
-}
diff --git a/domains/youfoundalpha.json b/domains/youfoundalpha.json
index b73dd041a..12aa0463a 100644
--- a/domains/youfoundalpha.json
+++ b/domains/youfoundalpha.json
@@ -9,6 +9,6 @@
"Mastodon": "@YouFoundAlpha@mastodon.social"
},
"record": {
- "URL": "https://alpha.is-a.dev"
+ "CNAME": "edge.redirect.pizza"
}
}
diff --git a/domains/yuk1ch.json b/domains/yuk1ch.json
deleted file mode 100644
index d4801f09b..000000000
--- a/domains/yuk1ch.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "ImRaid",
- "email": "itsraidlol@gmail.com",
- "discord": "! Yuk1ch#7484",
- "telegram": "Yuk1ch"
- },
- "record": {
- "CNAME": "d1d16500-13c2-4fc8-a658-87d258da2316.id.repl.co"
- }
-}
diff --git a/domains/yunus.json b/domains/yunus.json
new file mode 100644
index 000000000..7268c39cd
--- /dev/null
+++ b/domains/yunus.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Nonam4lol",
+ "email": "literallynoname13@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/yutong.json b/domains/yutong.json
deleted file mode 100644
index a04a32935..000000000
--- a/domains/yutong.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Test description",
- "repo": "https://Global-Clicks.yutonghan2.repl.co",
- "owner": {
- "username": "yutonghanofficial",
- "email": "realyutonghan@gmail.com"
- },
- "record": {
- "CNAME": "e5ac2ad9-5903-4c72-9092-7da12688a4c2.id.repl.co"
- }
-}
diff --git a/domains/zarqi.aicha.json b/domains/zarqi.aicha.json
deleted file mode 100644
index e2c8dec17..000000000
--- a/domains/zarqi.aicha.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "zarqizoubir",
- "email": "zarqi.ezzoubair@etu.uae.ac.ma"
- },
- "record": {
- "CNAME": "zarqizoubir.github.io"
- }
-}
diff --git a/domains/zarqi.fatima.json b/domains/zarqi.fatima.json
deleted file mode 100644
index e2c8dec17..000000000
--- a/domains/zarqi.fatima.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "zarqizoubir",
- "email": "zarqi.ezzoubair@etu.uae.ac.ma"
- },
- "record": {
- "CNAME": "zarqizoubir.github.io"
- }
-}
diff --git a/domains/zarqi.loubna.json b/domains/zarqi.loubna.json
deleted file mode 100644
index e2c8dec17..000000000
--- a/domains/zarqi.loubna.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "zarqizoubir",
- "email": "zarqi.ezzoubair@etu.uae.ac.ma"
- },
- "record": {
- "CNAME": "zarqizoubir.github.io"
- }
-}
diff --git a/domains/zaydocs.json b/domains/zaydocs.json
deleted file mode 100644
index 7193bd66d..000000000
--- a/domains/zaydocs.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "KingVibes12",
- "email": "codemonkeymann@gmail.com"
- },
- "record": {
- "CNAME": "hosts.is-a.dev"
- }
-}
diff --git a/domains/zdc.kenny.json b/domains/zdc.kenny.json
deleted file mode 100644
index f15b6f92d..000000000
--- a/domains/zdc.kenny.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "KennySB-dev",
- "email": "kennybugeja@gmail.com",
- "discord": "kenny.sb"
- },
-
- "record": {
- "URL": "https://discord.gg/afWaM4sXyJ"
- }
-}
diff --git a/domains/zervo.json b/domains/zervo.json
deleted file mode 100644
index bdde9076f..000000000
--- a/domains/zervo.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "DarindaDraX",
- "email": "123kishanvish@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/zipline.akshtt.json b/domains/zipline.akshtt.json
new file mode 100644
index 000000000..d55e38eee
--- /dev/null
+++ b/domains/zipline.akshtt.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "LegendOP1041",
+ "email": "maillegendop@gmail.com",
+ "discord": "1056531806763102218"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/ziroweb.json b/domains/ziroweb.json
deleted file mode 100644
index 9bdfe3ba8..000000000
--- a/domains/ziroweb.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "FrosGaming",
- "email": "dgfrosdgfros@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/zync.kenny.json b/domains/zync.kenny.json
new file mode 100644
index 000000000..a206964f4
--- /dev/null
+++ b/domains/zync.kenny.json
@@ -0,0 +1,16 @@
+{
+ "owner": {
+ "username": "KennySB-dev",
+ "email": "kennybugeja@gmail.com",
+ "discord": "kenny.sb",
+ "github_id": 75525014
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
+}
diff --git a/tests/validations.test.js b/tests/validations.test.js
index 1726affae..6b9054a4a 100644
--- a/tests/validations.test.js
+++ b/tests/validations.test.js
@@ -65,6 +65,8 @@ describe('validateDomainData', () => {
{ ...defaultDomain, record: { A: '::1' } },
{ ...defaultDomain, name: '_discord' },
{ ...defaultDomain, name: '_gitlab-pages-verification-code' },
+ { ...defaultDomain, name: '_acme-challenge' },
+ { ...defaultDomain, name: '_dmarc' },
];
const validCases = [
@@ -96,6 +98,8 @@ describe('validateDomainData', () => {
{ ...defaultDomain, record: { A: ['122.222.222.222'] } },
{ ...defaultDomain, name: '_discord.subdomain' },
{ ...defaultDomain, name: '_gitlab-pages-verification-code.subdomain' },
+ { ...defaultDomain, name: '_acme-challenge.subdomain' },
+ { ...defaultDomain, name: '_dmarc.subdomain' },
];
it('should return false for invalid data', () => {
diff --git a/utils/invalid-domains.json b/utils/invalid-domains.json
index 3a5369df5..193ee41e5 100644
--- a/utils/invalid-domains.json
+++ b/utils/invalid-domains.json
@@ -1,5 +1,7 @@
[
"_acme-challenge",
+ "_discord",
+ "_dmarc",
"_github-challenge-is-a-dev",
"_github-pages-challenge-is-a-dev",
"_gitlab-pages-verification-code",
@@ -15,6 +17,5 @@
"ww3",
"ww4",
"wwww",
- "your-domain-name",
- "_discord"
+ "your-domain-name"
]
diff --git a/utils/validations.js b/utils/validations.js
index c7cdd7e16..3731095b2 100644
--- a/utils/validations.js
+++ b/utils/validations.js
@@ -40,6 +40,8 @@ const extraSupportedNames = [
testRegex(/^_github(-pages)?-challenge-[a-z0-9-_]+$/i), // Exception for github verification records
R.equals('_discord'),
R.equals('_gitlab-pages-verification-code'),
+ R.equals('_acme-challenge'),
+ R.equals('_dmarc'),
]
const validateDomainData = validate({