diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index 678e6525c..99b47d0ab 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -9,10 +9,10 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- - name: Setup node v15
+ - name: Setup node v16
uses: actions/setup-node@v1
with:
- node-version: '15'
+ node-version: '16'
- name: Install dependencies
uses: borales/actions-yarn@v2.0.0
with:
diff --git a/.github/workflows/wildcard.yml b/.github/workflows/wildcard.yml
new file mode 100644
index 000000000..a6a5e4b16
--- /dev/null
+++ b/.github/workflows/wildcard.yml
@@ -0,0 +1,65 @@
+name: Wildcard temp record
+
+on:
+ workflow_dispatch:
+ inputs:
+ recordcontent:
+ description: "Record Content"
+ required: true
+ default: "warning"
+
+jobs:
+ publish:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout repository
+ uses: actions/checkout@v2
+
+ - name: Generate JSON file
+ run: |
+ echo '{
+ "owner": {
+ "username": "is-a-dev",
+ "email": "hello@maintainers.is-a.dev"
+ },
+ "record": {
+ "TXT": "${{ github.event.inputs.recordcontent }}"
+ }
+ }' > ./domains/_acme-challenge.json
+
+ - name: test
+ run: cat domains/_acme-challenge.json
+
+ - name: Install Yarn dependencies
+ run: yarn install --ignore-engines
+
+ - name: Publishing records
+ env:
+ CI: 1
+ ENV: production
+ DOMAIN_USER: ${{ secrets.DOMAIN_USER }}
+ DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }}
+ DOMAIN_API_HOST: ${{ secrets.DOMAIN_API_HOST }}
+ DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }}
+ DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }}
+ DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }}
+ run: yarn publish-records
+ - name: Sleep
+ run: sleep 10m
+ shell: bash
+
+ - name: Remove
+ run: rm domains/_acme-challenge.json
+ shell: bash
+
+ - name: removing records
+ env:
+ CI: 1
+ ENV: production
+ DOMAIN_USER: ${{ secrets.DOMAIN_USER }}
+ DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }}
+ DOMAIN_API_HOST: ${{ secrets.DOMAIN_API_HOST }}
+ DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }}
+ DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }}
+ DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }}
+ run: yarn publish-records
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index 31c61b68f..8baab2bf1 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -5,5 +5,7 @@ This is a Code of Conduct for any interactions in this repository. This includes
- **Don't abuse the service** - This service is intended for developers to get a cleaner URL for their personal websites.
- **No wrongful use** - Do not use this service as a way, to promote hacking, scams, fraud, and other illegal activites.
-If you believe a domain that has been registered using this service is an abuse of this service, you can report it by creating an issue.
-The abuse reports will be investigated and the necessary action will be taken!
+## Reporting abuse
+If you believe a domain that has been registered using this service is abusing our terms, you can report it by creating an issue.
+
+The abuse reports will be investigated and the necessary action will be taken.
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 965261eda..4fa514e5b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,24 +1,21 @@
# Contributing
When contributing to this repository, please first discuss the change you wish to make via issue before making a change.
-You should also read up on this project's [code of conduct](./CODE_OF_CONDUCT.md).
+You should also read up on this project's [code of conduct](https://github.com/is-a-dev/register/blob/main/CODE_OF_CONDUCT.md).
## Pull requests
-You can create an pull request for the following reasons -
-* Adding, changing or removing a domain file you own.
-* Fixing a bug in the scripts or CI.
-* Fix an error in the documentation.
+- Adding, changing or removing a domain file you own.
+- Fixing a bug in the scripts or CI.
+- Fix an error in the documentation.
#### Domains
-Changes to domain files will follow the given process -
-* PR will be reviewed and merged to `main` branch.
-* The records will be published as soon as the PR is merged.
-* The changes should reflect soon after publishing.
-
+- Your pull request will be reviewed and merged into `main` branch.
+- The records will be published as soon as the PR is merged.
+- The changes should reflect soon after publishing.
## Issues
-* **Report an abusive domain** - Create a new issue with the label `report-abuse`.
-* **Report a problem with your domain** - Create a new issue with the label `support`.
-* **Suggestions** - Create a new issue with the label `suggestion`.
-* **For any questions** - Create a new issue with the label `question`.
-* **Report any other issues related to this repository** - Create a new issue with any label that fits.
+- **Report an abusive domain** - Create a new issue with the label `report-abuse`.
+- **Report a problem with your domain** - Create a new issue with the label `support`.
+- **Suggestions** - Create a new issue with the label `suggestion`.
+- **For any questions** - Create a new issue with the label `question`.
+- **Report any other issues related to this repository** - Create a new issue with any label that fits.
diff --git a/README.md b/README.md
index 58a770788..ba6cd6508 100644
--- a/README.md
+++ b/README.md
@@ -16,21 +16,14 @@
-# Issues
-
-If you have any problems then feel free to open a issue on github.
-If you have an issue that contains confidental infomation then email hello@maintainers.is-a.dev any other emails will be ignored.
-
## Register
### Automated Registration
-
Easiest method: Use the [manage website](https://manage.is-a.dev), sign in with your github account and click the register page in the navbar. Fill out some questions and it will all happen automagically!
Another method is to join our [Discord](https://discord.gg/PZCGHz4RhQ) then head to the commands channel and do /register . The bot will ask you a few questions then will generate your PR and domain automaticly. The bot also allows for domain deletion and editing.
### Manual Registration
-
- [Fork](https://github.com/is-a-dev/register/fork) this repository.
- Add a new file called `your-domain-name.json` in the `domains` folder to register `your-domain-name.is-a.dev`.
- [Read the documentation](https://is-a.dev/docs).
@@ -39,7 +32,6 @@ Another method is to join our [Discord](https://discord.gg/PZCGHz4RhQ) then head
- Enjoy your new `.is-a.dev` domain!
### CLI Registration
-
For issues with the CLI, **DO NOT OPEN AN ISSUE ON THIS REPOSITORY**, instead open an issue [here](https://github.com/wdhdev/is-a-dev-cli/issues/new).
Install the CLI:
diff --git a/SECURITY.md b/SECURITY.md
index b382809f4..27e5fc6e0 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -1,6 +1,6 @@
# Security Policy
-## Reporting a Vulnerability
-
+## Reporting a vulnerability
You can report low severity bugs as [issues](https://github.com/is-a-dev/register/issues/new/choose) on this repo.
-For higher severity vulnerabilities and bugs, kindly email them to me at [akshay-n0@protonmail.com](mailto:akshay-n0@protonmail.com).
+
+For higher severity vulnerabilities and bugs, please email the maintainers at [hello@maintainers.is-a.dev](mailto:hello@maintainers.is-a.dev).
diff --git a/default.nix b/default.nix
index 51e03c2d0..b806eb6c4 100644
--- a/default.nix
+++ b/default.nix
@@ -3,7 +3,7 @@ let
inherit (nixpkgs) pkgs;
nixPackages = with pkgs; [
- nodejs-16_x
+ nodejs-18_x
yarn
docker-compose
dnsutils
diff --git a/domains/1no.json b/domains/1no.json
new file mode 100644
index 000000000..97cda75d2
--- /dev/null
+++ b/domains/1no.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "1NO26",
+ "email": "ali2626albayrak@gmail.com"
+ },
+ "record": {
+ "URL": "https://whub.pro"
+ }
+}
diff --git a/domains/207.json b/domains/207.json
index 92fec3e09..69067d1b4 100644
--- a/domains/207.json
+++ b/domains/207.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "merakesh207",
- "email": "merakesh207@gmail.com"
- },
- "record": {
- "URL": "https://behance.net/merakesh207"
- }
+ "owner": {
+ "username": "merakesh207",
+ "email": "merakesh207@gmail.com"
+ },
+ "record": {
+ "URL": "https://behance.net/merakesh207"
+ }
}
diff --git a/domains/853.json b/domains/853.json
new file mode 100644
index 000000000..15f4a86fe
--- /dev/null
+++ b/domains/853.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sonic853",
+ "email": "sonic853@qq.com"
+ },
+ "record": {
+ "A": ["119.29.157.82"]
+ }
+}
diff --git a/domains/_github-pages-challenge-404dev-404.404.json b/domains/_github-pages-challenge-404dev-404.404.json
new file mode 100644
index 000000000..6b1955b74
--- /dev/null
+++ b/domains/_github-pages-challenge-404dev-404.404.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "404Dev-404",
+ "email": "anthonyvaldes318+404@gmail.com"
+ },
+ "record": {
+ "TXT": "22a06372e0e8c1ce907acca87f8222"
+ }
+}
diff --git a/domains/_github-pages-challenge-9xn.44.json b/domains/_github-pages-challenge-9xn.44.json
new file mode 100644
index 000000000..fd3b72f06
--- /dev/null
+++ b/domains/_github-pages-challenge-9xn.44.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "9xN",
+ "email": "0@fbi.ac"
+ },
+ "record": {
+ "TXT": "e104ec0ddb56ddb03a3ced402e0b45"
+ }
+}
diff --git a/domains/_github-pages-challenge-Adolar0042.adolar0042.json b/domains/_github-pages-challenge-Adolar0042.adolar0042.json
new file mode 100644
index 000000000..38abcd5c9
--- /dev/null
+++ b/domains/_github-pages-challenge-Adolar0042.adolar0042.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Adolar0042",
+ "email": "adolar0042@gmail.com"
+ },
+ "record": {
+ "TXT": "927a8ca97dbdccd9140313116bd068"
+ }
+}
diff --git a/domains/_github-pages-challenge-Arch881010.arch.json b/domains/_github-pages-challenge-Arch881010.arch.json
new file mode 100644
index 000000000..180d212f0
--- /dev/null
+++ b/domains/_github-pages-challenge-Arch881010.arch.json
@@ -0,0 +1,13 @@
+{
+ "description": "My personal website on arch.is-a.dev (main files in repo/repository)[Github Challenge].",
+ "repo": "https://github.com/Arch881010/Arch881010",
+ "owner": {
+ "username": "Arch881010",
+ "email": "c1yd4.arch@inbox.testmail.app",
+ "discord": "arch1010",
+ "discord-id": "410248634593050627"
+ },
+ "record": {
+ "TXT": "f7ef0429540150e9e2d26e968dc4de"
+ }
+}
diff --git a/domains/_github-pages-challenge-LevaniVashadze.levani.json b/domains/_github-pages-challenge-LevaniVashadze.levani.json
new file mode 100644
index 000000000..93a1a3eab
--- /dev/null
+++ b/domains/_github-pages-challenge-LevaniVashadze.levani.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LevaniVashadze",
+ "email": "vashadzelevani11@gmail.com"
+ },
+ "record": {
+ "TXT": "ed2358814bd1764933a1fb860ab339"
+ }
+}
diff --git a/domains/_github-pages-challenge-Noma4321.noma.json b/domains/_github-pages-challenge-Noma4321.noma.json
new file mode 100644
index 000000000..4fc6c3265
--- /dev/null
+++ b/domains/_github-pages-challenge-Noma4321.noma.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Noma4321",
+ "email": "noam.malka1yt@gmail.com"
+ },
+ "record": {
+ "TXT": "3050b2d9504b6f7cab6049c0d11f64"
+ }
+}
diff --git a/domains/_github-pages-challenge-Sife-shuo.sife.json b/domains/_github-pages-challenge-Sife-shuo.sife.json
new file mode 100644
index 000000000..e47131410
--- /dev/null
+++ b/domains/_github-pages-challenge-Sife-shuo.sife.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sife-shuo",
+ "email": "sifed@qq.com"
+ },
+ "record": {
+ "TXT": "35bbdb5b21b0f5706786ea4bc01002"
+ }
+}
diff --git a/domains/_github-pages-challenge-Stacksyz.stacksyz.json b/domains/_github-pages-challenge-Stacksyz.stacksyz.json
new file mode 100644
index 000000000..f87475ea1
--- /dev/null
+++ b/domains/_github-pages-challenge-Stacksyz.stacksyz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Stacksyz",
+ "email": "thedevmonke@gmail.com"
+ },
+ "record": {
+ "TXT": "121e8450b6aa5b9edbe73dd077ca57"
+ }
+}
diff --git a/domains/_github-pages-challenge-TorchedSammy.sammy.json b/domains/_github-pages-challenge-TorchedSammy.sammy.json
new file mode 100644
index 000000000..60d74c0dc
--- /dev/null
+++ b/domains/_github-pages-challenge-TorchedSammy.sammy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TorchedSammy",
+ "email": "torchedsammy@gmail.com"
+ },
+ "record": {
+ "TXT": "9693d9e721696f4184aa3abfa35921"
+ }
+}
diff --git a/domains/_github-pages-challenge-aakankshabhende.aakanksha.json b/domains/_github-pages-challenge-aakankshabhende.aakanksha.json
new file mode 100644
index 000000000..275ab5b10
--- /dev/null
+++ b/domains/_github-pages-challenge-aakankshabhende.aakanksha.json
@@ -0,0 +1,10 @@
+{
+ "description": "Verification for aakanksha.is-a.dev",
+ "owner": {
+ "username": "aakankshabhende",
+ "email": "aakanksha0407@gmail.com"
+ },
+ "record": {
+ "TXT": "0e195a2a30854573db976207e5f2f2"
+ }
+}
diff --git a/domains/_github-pages-challenge-acutewoof.acutewoof.json b/domains/_github-pages-challenge-acutewoof.acutewoof.json
new file mode 100644
index 000000000..4245b70a1
--- /dev/null
+++ b/domains/_github-pages-challenge-acutewoof.acutewoof.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ACuteWoof",
+ "email": "sutharshanvithushan@gmail.com"
+ },
+ "record": {
+ "TXT": "8a47d2fca716e0d7e0bcfd424d0784"
+ }
+}
diff --git a/domains/_github-pages-challenge-akpi816218.akpi.json b/domains/_github-pages-challenge-akpi816218.akpi.json
new file mode 100644
index 000000000..b02648add
--- /dev/null
+++ b/domains/_github-pages-challenge-akpi816218.akpi.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "akpi816218",
+ "email": "",
+ "discord": "equus_quagga"
+ },
+ "record": {
+ "TXT": "83f74e3c71720aa4514d32cabe7324"
+ }
+}
diff --git a/domains/_github-pages-challenge-aldenizenmc.aldenizenmc.json b/domains/_github-pages-challenge-aldenizenmc.aldenizenmc.json
new file mode 100644
index 000000000..b0ac5a460
--- /dev/null
+++ b/domains/_github-pages-challenge-aldenizenmc.aldenizenmc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AldenizenMC",
+ "email": "aldenizen09@gmail.com"
+ },
+ "record": {
+ "TXT": "3a73c3c550c151965f6781677b6d2d"
+ }
+}
diff --git a/domains/_github-pages-challenge-amalpotra.amarjeet.json b/domains/_github-pages-challenge-amalpotra.amarjeet.json
new file mode 100644
index 000000000..099fc38b6
--- /dev/null
+++ b/domains/_github-pages-challenge-amalpotra.amarjeet.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "amalpotra",
+ "email": "amarjeetmalpotra@outlook.com"
+ },
+ "record": {
+ "TXT": "15c0eb5d4a85c75c4b205ac26a4d31"
+ }
+}
diff --git a/domains/_github-pages-challenge-anamolsapkota.anamolsapkota.json b/domains/_github-pages-challenge-anamolsapkota.anamolsapkota.json
new file mode 100644
index 000000000..957cf3eb5
--- /dev/null
+++ b/domains/_github-pages-challenge-anamolsapkota.anamolsapkota.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "anamolsapkota",
+ "email": "anamolsapkota@gmail.com"
+ },
+
+ "record": {
+ "TXT": "d89d65454e6f71641cc8e45a2ad8b2"
+ }
+}
diff --git a/domains/_github-pages-challenge-anandyeole.anandyeole.json b/domains/_github-pages-challenge-anandyeole.anandyeole.json
new file mode 100644
index 000000000..85a7981ac
--- /dev/null
+++ b/domains/_github-pages-challenge-anandyeole.anandyeole.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "anandyeole",
+ "email": "anandyeole@duck.com"
+ },
+ "record": {
+ "TXT": "510cbb66f4422990546436db3c897a"
+ }
+}
diff --git a/domains/_github-pages-challenge-ananth-swamy.ananth.json b/domains/_github-pages-challenge-ananth-swamy.ananth.json
new file mode 100644
index 000000000..018df0818
--- /dev/null
+++ b/domains/_github-pages-challenge-ananth-swamy.ananth.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal portfolio website (domain verification)",
+ "repo": "https://github.com/ANANTH-SWAMY/ananth-swamy.github.io",
+ "owner": {
+ "username": "ANANTH-SWAMY",
+ "email": "ananth.nps@gmail.com"
+ },
+ "record": {
+ "TXT": "cb106acbe8da52273b1a5807fb1d9f"
+ }
+}
diff --git a/domains/_github-pages-challenge-andrewstech.privacy.json b/domains/_github-pages-challenge-andrewstech.privacy.json
deleted file mode 100644
index d16b0382a..000000000
--- a/domains/_github-pages-challenge-andrewstech.privacy.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev",
- "email": "phenax5@gmail.com"
- },
- "record": {
- "TXT": "f4099fcae5cf0ea04f853bc649c5b1"
- }
-}
diff --git a/domains/_github-pages-challenge-andyfaizan.andy.json b/domains/_github-pages-challenge-andyfaizan.andy.json
new file mode 100644
index 000000000..b9d80f2af
--- /dev/null
+++ b/domains/_github-pages-challenge-andyfaizan.andy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "andyfaizan",
+ "email": "andyfaizan@gmail.com"
+ },
+ "record": {
+ "TXT": "8c35e4942c57ea0659a1b4c0cae798"
+ }
+}
diff --git a/domains/_github-pages-challenge-antton-dev.antton.json b/domains/_github-pages-challenge-antton-dev.antton.json
new file mode 100644
index 000000000..f644d9a2e
--- /dev/null
+++ b/domains/_github-pages-challenge-antton-dev.antton.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "antton-dev",
+ "email": "antton.chevrier@etik.com"
+ },
+ "record": {
+ "TXT": "a3787429898a0a8bb9b3cbffa253fa"
+ }
+}
diff --git a/domains/_github-pages-challenge-arboygo.arboy.json b/domains/_github-pages-challenge-arboygo.arboy.json
new file mode 100644
index 000000000..d5c69a01f
--- /dev/null
+++ b/domains/_github-pages-challenge-arboygo.arboy.json
@@ -0,0 +1,10 @@
+{
+ "description": "Github verification",
+ "owner": {
+ "username": "arboygo",
+ "email": "arboygo@duck.com"
+ },
+ "record": {
+ "TXT": "279fd9e58ed7ce7558663b3992f871"
+ }
+}
diff --git a/domains/_github-pages-challenge-archelaus.archelaus.json b/domains/_github-pages-challenge-archelaus.archelaus.json
new file mode 100644
index 000000000..ae74eff4c
--- /dev/null
+++ b/domains/_github-pages-challenge-archelaus.archelaus.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "archelaus",
+ "email": "archelaus@skiff.com"
+ },
+
+ "record": {
+ "TXT": "58a91a812285d77c1c035298480109"
+ }
+}
diff --git a/domains/_github-pages-challenge-armoredvortex.armoredvortex.json b/domains/_github-pages-challenge-armoredvortex.armoredvortex.json
new file mode 100644
index 000000000..e4b981af1
--- /dev/null
+++ b/domains/_github-pages-challenge-armoredvortex.armoredvortex.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "armoredvortex",
+ "email": "rachitpandey@protonmail.com"
+ },
+ "record": {
+ "TXT": "f333cd13b1edfcaa51d5413b7fd05f"
+ }
+}
diff --git a/domains/_github-pages-challenge-ashesh3.ashesh.json b/domains/_github-pages-challenge-ashesh3.ashesh.json
new file mode 100644
index 000000000..0d3441db1
--- /dev/null
+++ b/domains/_github-pages-challenge-ashesh3.ashesh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Ashesh3",
+ "email": "ashesh1708@gmail.com"
+ },
+ "record": {
+ "TXT": "a0d1fde4660333a6c2b992a1d5e637"
+ }
+}
diff --git a/domains/_github-pages-challenge-auravoid.aura.json b/domains/_github-pages-challenge-auravoid.aura.json
new file mode 100644
index 000000000..3f682337f
--- /dev/null
+++ b/domains/_github-pages-challenge-auravoid.aura.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "auravoid",
+ "email": "github@auravoid.dev"
+ },
+ "record": {
+ "TXT": "a0182396037ba6edc7f689cf8847f9"
+ }
+}
diff --git a/domains/_github-pages-challenge-avellea.avellea.json b/domains/_github-pages-challenge-avellea.avellea.json
new file mode 100644
index 000000000..774d76a90
--- /dev/null
+++ b/domains/_github-pages-challenge-avellea.avellea.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "avellea",
+ "email": "is-a-dev@win11react.com"
+ },
+ "record": {
+ "TXT": "5c38dbee73e6936232992c0f98829e"
+ }
+}
diff --git a/domains/_github-pages-challenge-avipars.avi.json b/domains/_github-pages-challenge-avipars.avi.json
new file mode 100644
index 000000000..65a8f5eeb
--- /dev/null
+++ b/domains/_github-pages-challenge-avipars.avi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "avipars",
+ "email": "avi.pars@gmail.com"
+ },
+ "record": {
+ "TXT": "68e225e3d290a962de10935ed3f684"
+ }
+}
diff --git a/domains/_github-pages-challenge-b1ue-dev.blue.json b/domains/_github-pages-challenge-b1ue-dev.blue.json
new file mode 100644
index 000000000..121d73e1e
--- /dev/null
+++ b/domains/_github-pages-challenge-b1ue-dev.blue.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal site for b1uedev, a.k.a Blue.",
+ "repo": "https://github.com/B1ue-Dev/b1ue-dev.github.io",
+ "owner": {
+ "username": "B1ue-Dev",
+ "email": "ngolong1396@hotmail.com",
+ "twitter": "b1uedev"
+ },
+ "record": {
+ "TXT": "e921e6896e19bfdc214f60f54aaacc"
+ }
+}
diff --git a/domains/_github-pages-challenge-bi0hazardd.jonathancarrillo.json b/domains/_github-pages-challenge-bi0hazardd.jonathancarrillo.json
new file mode 100644
index 000000000..c24215daa
--- /dev/null
+++ b/domains/_github-pages-challenge-bi0hazardd.jonathancarrillo.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal site for github@bi0hazarDD (GH Pages verification)",
+ "repo": "https://github.com/bi0hazarDD/bi0hazarDD.github.io",
+ "owner": {
+ "username": "bi0hazarDD",
+ "email": "jonathan-8@hotmail.co.uk"
+ },
+ "record": {
+ "TXT": "87235c5c433d52086cbf2ae6ddd9a1"
+ }
+}
diff --git a/domains/_github-pages-challenge-birabittoh.birabittoh.json b/domains/_github-pages-challenge-birabittoh.birabittoh.json
new file mode 100644
index 000000000..50565643e
--- /dev/null
+++ b/domains/_github-pages-challenge-birabittoh.birabittoh.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "BiRabittoh",
+ "email": "andronacomarco@gmail.com"
+ },
+
+ "record": {
+ "TXT": "9b7611136c86e6ff35c8292b8f6a34"
+ }
+}
diff --git a/domains/_github-pages-challenge-blob2763.blob2763.json b/domains/_github-pages-challenge-blob2763.blob2763.json
new file mode 100644
index 000000000..fad6d3d7a
--- /dev/null
+++ b/domains/_github-pages-challenge-blob2763.blob2763.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Blob2763",
+ "email": "blob2763@gmail.com"
+ },
+ "record": {
+ "TXT": "a658c7bf2ffa85c1e1c68cb3776ef7"
+ }
+}
diff --git a/domains/_github-pages-challenge-blob2763.utils.json b/domains/_github-pages-challenge-blob2763.utils.json
new file mode 100644
index 000000000..b0595747d
--- /dev/null
+++ b/domains/_github-pages-challenge-blob2763.utils.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Blob2763",
+ "email": "blob2763@gmail.com"
+ },
+ "record": {
+ "TXT": "bac9fea219f8e188022d1c5f70a6c7"
+ }
+}
diff --git a/domains/_github-pages-challenge-bnyro.bnyro.json b/domains/_github-pages-challenge-bnyro.bnyro.json
new file mode 100644
index 000000000..49e09b122
--- /dev/null
+++ b/domains/_github-pages-challenge-bnyro.bnyro.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Bnyro",
+ "email": "bnyro@tutanota.com"
+ },
+ "record": {
+ "TXT": "44677d523e6eee7f03f41e5d062066"
+ }
+}
diff --git a/domains/_github-pages-challenge-boredcodebyk.boredcodebyk.json b/domains/_github-pages-challenge-boredcodebyk.boredcodebyk.json
new file mode 100644
index 000000000..08a7feb51
--- /dev/null
+++ b/domains/_github-pages-challenge-boredcodebyk.boredcodebyk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "boredcodebyk",
+ "email": "khromabyk+dev@gmail.com"
+ },
+ "record": {
+ "TXT": "18eddbb722418d4b62eb8976f91621"
+ }
+}
diff --git a/domains/_github-pages-challenge-bqwerr.srujan.json b/domains/_github-pages-challenge-bqwerr.srujan.json
new file mode 100644
index 000000000..bd5de8f82
--- /dev/null
+++ b/domains/_github-pages-challenge-bqwerr.srujan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bqwerr",
+ "email": "srujan.t@outlook.com"
+ },
+ "record": {
+ "TXT": "0f2975970f0cdf325103a7d1f3ecf3"
+ }
+}
diff --git a/domains/_github-pages-challenge-caodoc.caodoc.json b/domains/_github-pages-challenge-caodoc.caodoc.json
new file mode 100644
index 000000000..073aabc3b
--- /dev/null
+++ b/domains/_github-pages-challenge-caodoc.caodoc.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "caodoc",
+ "email": "",
+ "discord": "caodoc"
+ },
+ "record": {
+ "TXT": "c3aa36c2b7f2e2bf94a92b760760ca"
+ }
+}
diff --git a/domains/_github-pages-challenge-charmingdisorder.alexey.json b/domains/_github-pages-challenge-charmingdisorder.alexey.json
new file mode 100644
index 000000000..6738fc537
--- /dev/null
+++ b/domains/_github-pages-challenge-charmingdisorder.alexey.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "charmingdisorder",
+ "email": "null"
+ },
+
+ "record": {
+ "TXT": "8045a0394db9ecae4e8f4a76f5c17c"
+ }
+}
diff --git a/domains/_github-pages-challenge-chethanyadav456.chethan.json b/domains/_github-pages-challenge-chethanyadav456.chethan.json
new file mode 100644
index 000000000..ffea13a10
--- /dev/null
+++ b/domains/_github-pages-challenge-chethanyadav456.chethan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chethanyadav456",
+ "email": "rockchethan1111@gmail.com"
+ },
+ "record": {
+ "TXT": "9781ed4422557bd427d0eff2c17b99"
+ }
+}
diff --git a/domains/_github-pages-challenge-clay990.suraj.json b/domains/_github-pages-challenge-clay990.suraj.json
new file mode 100644
index 000000000..e6d64eee0
--- /dev/null
+++ b/domains/_github-pages-challenge-clay990.suraj.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Clay990",
+ "email": "asuraj991m@gmail.com"
+ },
+ "record": {
+ "TXT": "dee6e1fa6a0e02df5af4edb0e40ac4"
+ }
+}
diff --git a/domains/_github-pages-challenge-clumzyofficial.adarsh.json b/domains/_github-pages-challenge-clumzyofficial.adarsh.json
new file mode 100644
index 000000000..283b85328
--- /dev/null
+++ b/domains/_github-pages-challenge-clumzyofficial.adarsh.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "clumzyofficial",
+ "email": "adarshshukla0344@gmail.com"
+ },
+
+ "record": {
+ "TXT": "b37649c87b3dc3594b1c44139e420a"
+ }
+}
diff --git a/domains/_github-pages-challenge-compcoder007.umesh.json b/domains/_github-pages-challenge-compcoder007.umesh.json
new file mode 100644
index 000000000..7eebe0abd
--- /dev/null
+++ b/domains/_github-pages-challenge-compcoder007.umesh.json
@@ -0,0 +1,10 @@
+{
+ "description": "Github verification",
+ "owner": {
+ "username": "compCoder007",
+ "email": "competentcoder007@gmail.com"
+ },
+ "record": {
+ "TXT": "7e581a7ce40509036ecb310e92fd21"
+ }
+}
diff --git a/domains/_github-pages-challenge-crazy-max-blog.crazy-max.json b/domains/_github-pages-challenge-crazy-max-blog.crazy-max.json
new file mode 100644
index 000000000..7e10484dd
--- /dev/null
+++ b/domains/_github-pages-challenge-crazy-max-blog.crazy-max.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Crazy-Max-Blog",
+ "email": "Crazy-Max-2011@yandex.ru"
+ },
+ "record": {
+ "TXT": "bf0161fd315024bd5069ccb7f38cdc"
+ }
+}
diff --git a/domains/_github-pages-challenge-creeperkafasi.deniz.json b/domains/_github-pages-challenge-creeperkafasi.deniz.json
new file mode 100644
index 000000000..2be33bebe
--- /dev/null
+++ b/domains/_github-pages-challenge-creeperkafasi.deniz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "creeperkafasi",
+ "email": "creeperkafasiyt@gmail.com"
+ },
+ "record": {
+ "TXT": "a6a4af6f32972c69be7ec1700f7196"
+ }
+}
diff --git a/domains/_github-pages-challenge-creepsooff.creepso.json b/domains/_github-pages-challenge-creepsooff.creepso.json
new file mode 100644
index 000000000..3f227a18d
--- /dev/null
+++ b/domains/_github-pages-challenge-creepsooff.creepso.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "CreepsoOff",
+ "email": "eternel_universite0s@icloud.com"
+ },
+ "record": {
+ "TXT": "299e56541b39e06bef97fc4006974a"
+ }
+}
diff --git a/domains/_github-pages-challenge-crystalbajgai.crystal.json b/domains/_github-pages-challenge-crystalbajgai.crystal.json
new file mode 100644
index 000000000..a356970af
--- /dev/null
+++ b/domains/_github-pages-challenge-crystalbajgai.crystal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "crystalbajgai",
+ "email": "crystalbajgai@gmail.com"
+ },
+ "record": {
+ "TXT": "6fbb6593b607699c01a1c17c8c2849"
+ }
+}
diff --git a/domains/_github-pages-challenge-danilofuchs.danilofuchs.json b/domains/_github-pages-challenge-danilofuchs.danilofuchs.json
new file mode 100644
index 000000000..122ce8335
--- /dev/null
+++ b/domains/_github-pages-challenge-danilofuchs.danilofuchs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "danilofuchs",
+ "email": "danilo_fuchs@hotmail.com"
+ },
+ "record": {
+ "TXT": "09bee48261a7e91718432a7b51baaa"
+ }
+}
diff --git a/domains/_github-pages-challenge-deltafumble.deltafumble.json b/domains/_github-pages-challenge-deltafumble.deltafumble.json
new file mode 100644
index 000000000..81a444eda
--- /dev/null
+++ b/domains/_github-pages-challenge-deltafumble.deltafumble.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "deltafumble",
+ "email": "deltafumblecontact@skiff.com"
+ },
+ "record": {
+ "TXT": "39cc94cea6bb9c128a442df111f0c9"
+ }
+}
diff --git a/domains/_github-pages-challenge-dev-420.dev-420.json b/domains/_github-pages-challenge-dev-420.dev-420.json
new file mode 100644
index 000000000..2751e7330
--- /dev/null
+++ b/domains/_github-pages-challenge-dev-420.dev-420.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Dev-420",
+ "email": "imakbss@gmail.com"
+ },
+ "record": {
+ "TXT": "af648cf0502797580ddf061805dad3"
+ }
+}
diff --git a/domains/_github-pages-challenge-dumprr.dumprr.json b/domains/_github-pages-challenge-dumprr.dumprr.json
new file mode 100644
index 000000000..37acbe038
--- /dev/null
+++ b/domains/_github-pages-challenge-dumprr.dumprr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "dumprr",
+ "email": "duhhhmprr@proton.me"
+ },
+ "record": {
+ "TXT": "493971f29452bc15b55966259b43a5"
+ }
+}
diff --git a/domains/_github-pages-challenge-dushmanta05.dushmanta.json b/domains/_github-pages-challenge-dushmanta05.dushmanta.json
new file mode 100644
index 000000000..8f3394198
--- /dev/null
+++ b/domains/_github-pages-challenge-dushmanta05.dushmanta.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "dushmanta05",
+ "email": "dushmanta.dev@gmail.com"
+ },
+ "record": {
+ "TXT": "259ff2c88b910f54c7a1ec2d0da405"
+ }
+}
diff --git a/domains/_github-pages-challenge-dvandervlag.dennis.json b/domains/_github-pages-challenge-dvandervlag.dennis.json
new file mode 100644
index 000000000..53deda04d
--- /dev/null
+++ b/domains/_github-pages-challenge-dvandervlag.dennis.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "dvandervlag",
+ "email": "dvandervlag@gmail.com"
+ },
+ "record": {
+ "TXT": "e0c9a40b22c0a75c4043ff40e1b926"
+ }
+}
diff --git a/domains/_github-pages-challenge-edenqwq.eden.json b/domains/_github-pages-challenge-edenqwq.eden.json
new file mode 100644
index 000000000..6fd94688a
--- /dev/null
+++ b/domains/_github-pages-challenge-edenqwq.eden.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "EdenQwQ",
+ "email": "lsahlm1eden@gmail.com"
+ },
+ "record": {
+ "TXT": "2babcf1b4a0ae8e0f7bc801719d6af"
+ }
+}
diff --git a/domains/_github-pages-challenge-edwardthelegend.edward.json b/domains/_github-pages-challenge-edwardthelegend.edward.json
new file mode 100644
index 000000000..1e3ed00dc
--- /dev/null
+++ b/domains/_github-pages-challenge-edwardthelegend.edward.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "EdwardTheLegend",
+ "email": "edward@edwardtlowe.com"
+ },
+
+ "record": {
+ "TXT": "fba1c393a4bf816cdb2aa4515feae1"
+ }
+}
diff --git a/domains/_github-pages-challenge-eldano.eldano.json b/domains/_github-pages-challenge-eldano.eldano.json
new file mode 100644
index 000000000..55eae9232
--- /dev/null
+++ b/domains/_github-pages-challenge-eldano.eldano.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "eldano",
+ "email": "eldano.v2@gmail.com"
+ },
+ "record": {
+ "TXT": "f805956b9898312782616bc73ce1cd"
+ }
+}
diff --git a/domains/_github-pages-challenge-eldinesh.eldinesh.json b/domains/_github-pages-challenge-eldinesh.eldinesh.json
new file mode 100644
index 000000000..38a0488ad
--- /dev/null
+++ b/domains/_github-pages-challenge-eldinesh.eldinesh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "eldinesh",
+ "email": "dseera6@gmail.com"
+ },
+ "record": {
+ "TXT": "dafe75727b19da6bd62bf961a94c7d"
+ }
+ }
diff --git a/domains/_github-pages-challenge-endermanbugzjfc.zjfc.json b/domains/_github-pages-challenge-endermanbugzjfc.zjfc.json
new file mode 100644
index 000000000..56b3810db
--- /dev/null
+++ b/domains/_github-pages-challenge-endermanbugzjfc.zjfc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Endermanbugzjfc",
+ "email": "endermanbugzjfc@gmail.com"
+ },
+ "record": {
+ "TXT": "238acf06da9051a27631863f11abbf"
+ }
+}
diff --git a/domains/_github-pages-challenge-enderpoint07.enderpoint.json b/domains/_github-pages-challenge-enderpoint07.enderpoint.json
new file mode 100644
index 000000000..bee86756a
--- /dev/null
+++ b/domains/_github-pages-challenge-enderpoint07.enderpoint.json
@@ -0,0 +1,13 @@
+{
+ "description": "EnderPoint's dev site",
+ "repo": "https://github.com/EnderPoint07/EnderPoint07.github.io",
+ "owner": {
+ "username": "EnderPoint07",
+ "email": "",
+ "discord": "DotM38#5497",
+ "instagram": "enderpoint07"
+ },
+ "record": {
+ "TXT": "ea82a679a2f0a737ed5a4c6a5d0e2b"
+ }
+}
diff --git a/domains/_github-pages-challenge-fdciabdul.fdciabdul.json b/domains/_github-pages-challenge-fdciabdul.fdciabdul.json
new file mode 100644
index 000000000..6f3e033b2
--- /dev/null
+++ b/domains/_github-pages-challenge-fdciabdul.fdciabdul.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "fdciabdul",
+ "email": "cp@imtaqin.id"
+ },
+ "record": {
+ "TXT": "b300a7cdb4c929b57cae7e0bf0ab69"
+ }
+}
diff --git a/domains/_github-pages-challenge-flazepe.flazepe.json b/domains/_github-pages-challenge-flazepe.flazepe.json
new file mode 100644
index 000000000..0df317748
--- /dev/null
+++ b/domains/_github-pages-challenge-flazepe.flazepe.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "flazepe",
+ "email": "flazepe@gmail.com"
+ },
+ "record": {
+ "TXT": "68edc295b0936fb51d13af5cbbfc3b"
+ }
+}
diff --git a/domains/_github-pages-challenge-flc995.florin.json b/domains/_github-pages-challenge-flc995.florin.json
new file mode 100644
index 000000000..ba21b7cf8
--- /dev/null
+++ b/domains/_github-pages-challenge-flc995.florin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "flc995",
+ "email": "flc995@gmail.com"
+ },
+ "record": {
+ "TXT": "eab0530066ed691b55a4edd424f74b"
+ }
+}
diff --git a/domains/_github-pages-challenge-foxy4096.foxy4096.json b/domains/_github-pages-challenge-foxy4096.foxy4096.json
new file mode 100644
index 000000000..bb079d007
--- /dev/null
+++ b/domains/_github-pages-challenge-foxy4096.foxy4096.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "foxy4096",
+ "email": "adityapriyadarshi669@gmail.com"
+ },
+ "record": {
+ "TXT": "eb006bea4f375b57b795dbfc8dd3fe"
+ }
+}
diff --git a/domains/_github-pages-challenge-frost2k5.frost2k5.json b/domains/_github-pages-challenge-frost2k5.frost2k5.json
new file mode 100644
index 000000000..3a74ce877
--- /dev/null
+++ b/domains/_github-pages-challenge-frost2k5.frost2k5.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "FrosT2k5",
+ "email": "androygaming@gmail.com"
+ },
+ "record": {
+ "TXT": "470d49eac00aadbe7f580a6c455ad9"
+ }
+}
diff --git a/domains/_github-pages-challenge-gautamkrishnar.gkr.json b/domains/_github-pages-challenge-gautamkrishnar.gkr.json
new file mode 100644
index 000000000..5128b0ad1
--- /dev/null
+++ b/domains/_github-pages-challenge-gautamkrishnar.gkr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "gautamkrishnar",
+ "email": "rgautamkrishna@gmail.com"
+ },
+ "record": {
+ "TXT": "155ab7179ccadb58ed0627f0b45420"
+ }
+}
diff --git a/domains/_github-pages-challenge-habeel06.habeel.json b/domains/_github-pages-challenge-habeel06.habeel.json
new file mode 100644
index 000000000..a8d160e24
--- /dev/null
+++ b/domains/_github-pages-challenge-habeel06.habeel.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "habeel06",
+ "email": ""
+ },
+ "record": {
+ "TXT": "6bbac3351ea3d8ad90603e1318c7ff"
+ }
+}
diff --git a/domains/_github-pages-challenge-harishnkr.hari.json b/domains/_github-pages-challenge-harishnkr.hari.json
new file mode 100644
index 000000000..5380b91fa
--- /dev/null
+++ b/domains/_github-pages-challenge-harishnkr.hari.json
@@ -0,0 +1,10 @@
+{
+ "description": "Github verification",
+ "owner": {
+ "username": "harishnkr",
+ "email": "hari2menon1234@gmail.com"
+ },
+ "record": {
+ "TXT": "7f15aad6874de8ea118574464c8169"
+ }
+}
diff --git a/domains/_github-pages-challenge-hector-vigil.hector-vigil.json b/domains/_github-pages-challenge-hector-vigil.hector-vigil.json
new file mode 100644
index 000000000..e60ad7c0a
--- /dev/null
+++ b/domains/_github-pages-challenge-hector-vigil.hector-vigil.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "hector-vigil",
+ "email": "vigilescalera.h@gmail.com"
+ },
+ "record": {
+ "TXT": "01a4ef998725972f99991612a43336"
+ }
+}
diff --git a/domains/_github-pages-challenge-hmonsterg.soap.json b/domains/_github-pages-challenge-hmonsterg.soap.json
new file mode 100644
index 000000000..85ccb3fe3
--- /dev/null
+++ b/domains/_github-pages-challenge-hmonsterg.soap.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "HmonsterG",
+ "email": "Plzdontgethacked@outlook.com"
+ },
+ "record": {
+ "TXT": "e97c07c8d241804c777b23d7015d00"
+ }
+}
diff --git a/domains/_github-pages-challenge-iakzs.iakzs.json b/domains/_github-pages-challenge-iakzs.iakzs.json
new file mode 100644
index 000000000..906e52d2a
--- /dev/null
+++ b/domains/_github-pages-challenge-iakzs.iakzs.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "iakzs",
+ "email": "iakzs@protonmail.com",
+ "discord": "622795838032314388"
+ },
+
+ "record": {
+ "TXT": "e20d874e765da4afd4a221f6c8bce4"
+ }
+}
diff --git a/domains/_github-pages-challenge-iakzs.kz.json b/domains/_github-pages-challenge-iakzs.kz.json
new file mode 100644
index 000000000..7e672213f
--- /dev/null
+++ b/domains/_github-pages-challenge-iakzs.kz.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "iakzs",
+ "email": "iakzs@protonmail.com",
+ "discord": "622795838032314388"
+ },
+
+ "record": {
+ "TXT": "cb7cd68eea57b70a1cd2814629c399"
+ }
+}
diff --git a/domains/_github-pages-challenge-iamrony777.ronit.json b/domains/_github-pages-challenge-iamrony777.ronit.json
new file mode 100644
index 000000000..585d900e8
--- /dev/null
+++ b/domains/_github-pages-challenge-iamrony777.ronit.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "iamrony777",
+ "email": "iamrony777@pm.me"
+ },
+
+ "record": {
+ "TXT": "702edaf64e30be353646b4988cbc26"
+ }
+}
diff --git a/domains/_github-pages-challenge-icky17.jairomorales.json b/domains/_github-pages-challenge-icky17.jairomorales.json
new file mode 100644
index 000000000..0e731476e
--- /dev/null
+++ b/domains/_github-pages-challenge-icky17.jairomorales.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Icky17",
+ "email": "jairomoralesperez0@gmail.com"
+ },
+ "record": {
+ "TXT": "bdff1e7214b7ebd125f3b9e9e9f1cd"
+ }
+}
diff --git a/domains/_github-pages-challenge-icm185.icm.json b/domains/_github-pages-challenge-icm185.icm.json
new file mode 100644
index 000000000..9c8bbd25e
--- /dev/null
+++ b/domains/_github-pages-challenge-icm185.icm.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ICM185",
+ "email": "ironcladmonster185@gmail.com"
+ },
+ "record": {
+ "TXT": "0a7797274484306ed45f07548705fa"
+ }
+}
diff --git a/domains/_github-pages-challenge-impratik7.pratikmali.json b/domains/_github-pages-challenge-impratik7.pratikmali.json
new file mode 100644
index 000000000..cfbfea095
--- /dev/null
+++ b/domains/_github-pages-challenge-impratik7.pratikmali.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "impratik7",
+ "email": "malipratik09@gmail.com"
+ },
+ "record": {
+ "TXT": "31f203aa7f5e0f5c0d7e984a718bc7"
+ }
+}
diff --git a/domains/_github-pages-challenge-inkilu.gautham.json b/domains/_github-pages-challenge-inkilu.gautham.json
new file mode 100644
index 000000000..b140d7ed7
--- /dev/null
+++ b/domains/_github-pages-challenge-inkilu.gautham.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "inkilu",
+ "email": "gauthamgkm@gmail.com"
+ },
+ "record": {
+ "TXT": "c49ff3bbd82885e942c6785d410fd0"
+ }
+}
\ No newline at end of file
diff --git a/domains/_github-pages-challenge-inkilu.inkilu.json b/domains/_github-pages-challenge-inkilu.inkilu.json
new file mode 100644
index 000000000..29c4c880b
--- /dev/null
+++ b/domains/_github-pages-challenge-inkilu.inkilu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "inkilu",
+ "email": "gauthamgkm@gmail.com"
+ },
+ "record": {
+ "TXT": "d84cc8928b4a48588344fd7d279fd6"
+ }
+}
diff --git a/domains/_github-pages-challenge-iraviteja.raviteja.json b/domains/_github-pages-challenge-iraviteja.raviteja.json
new file mode 100644
index 000000000..999103014
--- /dev/null
+++ b/domains/_github-pages-challenge-iraviteja.raviteja.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "iraviteja",
+ "email": "iraviteja77@gmail.com"
+ },
+ "record": {
+ "TXT": "6bb854139d8be9a7f37ccb05319b75"
+ }
+}
diff --git a/domains/_github-pages-challenge-itachisan.giovanni.json b/domains/_github-pages-challenge-itachisan.giovanni.json
new file mode 100644
index 000000000..f24f41cbe
--- /dev/null
+++ b/domains/_github-pages-challenge-itachisan.giovanni.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ItachiSan",
+ "email": "giovannisantini93@yahoo.it"
+ },
+ "record": {
+ "TXT": "e7997ccdbdbbd94187efc184b3acc3"
+ }
+}
diff --git a/domains/_github-pages-challenge-itsnicecraft.itsnicecraft.json b/domains/_github-pages-challenge-itsnicecraft.itsnicecraft.json
new file mode 100644
index 000000000..6b21937d0
--- /dev/null
+++ b/domains/_github-pages-challenge-itsnicecraft.itsnicecraft.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "itsnicecraft",
+ "email": "itsnicecraft@protonmail.com"
+ },
+ "record": {
+ "TXT": "af298352953860816795903319fbc9"
+ }
+}
diff --git a/domains/_github-pages-challenge-itsvick.itsvick.json b/domains/_github-pages-challenge-itsvick.itsvick.json
new file mode 100644
index 000000000..23c499b7e
--- /dev/null
+++ b/domains/_github-pages-challenge-itsvick.itsvick.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "itsvick",
+ "email": "vivek_kasture@techjoomla.com"
+ },
+
+ "record": {
+ "TXT": "6cccc8b9552901f383cdc6a606b185"
+ }
+}
diff --git a/domains/_github-pages-challenge-j3rrythomas.jerry.json b/domains/_github-pages-challenge-j3rrythomas.jerry.json
new file mode 100644
index 000000000..8648e23de
--- /dev/null
+++ b/domains/_github-pages-challenge-j3rrythomas.jerry.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "j3rrythomas",
+ "email": "jerrythomasjohn9@gmail.com"
+ },
+ "record": {
+ "TXT": "8d2b658010e7359f0de68b61b4b6dd"
+ }
+}
diff --git a/domains/_github-pages-challenge-jakethebest1238.jakehe.json b/domains/_github-pages-challenge-jakethebest1238.jakehe.json
new file mode 100644
index 000000000..7cad3e2a5
--- /dev/null
+++ b/domains/_github-pages-challenge-jakethebest1238.jakehe.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jakethebest1238",
+ "email": "jakehe1226@gmail.com"
+ },
+ "record": {
+ "TXT": "d96dac12901888fba491ca3e7666b6"
+ }
+}
diff --git a/domains/_github-pages-challenge-javascript-void0.java.json b/domains/_github-pages-challenge-javascript-void0.java.json
new file mode 100644
index 000000000..79336d6fb
--- /dev/null
+++ b/domains/_github-pages-challenge-javascript-void0.java.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "javascript-void0",
+ "email": "",
+ "discord": "Java#3865"
+ },
+ "record": {
+ "TXT": "ce7434d57dd03085f434bc76dbab2f"
+ }
+}
diff --git a/domains/_github-pages-challenge-jcarpenter48.jcarpenter.json b/domains/_github-pages-challenge-jcarpenter48.jcarpenter.json
new file mode 100644
index 000000000..2d32ac0a9
--- /dev/null
+++ b/domains/_github-pages-challenge-jcarpenter48.jcarpenter.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jcarpenter48",
+ "email": "jcarpenter48@mail.com"
+ },
+ "record": {
+ "TXT": "2b652a052305150f64e2df88a21d0f"
+ }
+}
diff --git a/domains/_github-pages-challenge-jcgaming-official.jcquieta.json b/domains/_github-pages-challenge-jcgaming-official.jcquieta.json
new file mode 100644
index 000000000..9d88ddde9
--- /dev/null
+++ b/domains/_github-pages-challenge-jcgaming-official.jcquieta.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jcgaming-official",
+ "email": "quieta.johncarl158@gmail.com"
+ },
+ "record": {
+ "TXT": "c7ad513bd1a641f4be43d3ea718a5e"
+ }
+}
diff --git a/domains/_github-pages-challenge-jesgran.jesgran.json b/domains/_github-pages-challenge-jesgran.jesgran.json
new file mode 100644
index 000000000..aa279e5f8
--- /dev/null
+++ b/domains/_github-pages-challenge-jesgran.jesgran.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Jesgran",
+ "email": "calzdani20@libero.it"
+ },
+ "record": {
+ "TXT": "4ca188e02efff19513cd6f803a57e2"
+ }
+}
diff --git a/domains/_github-pages-challenge-jeymen.jeymen.json b/domains/_github-pages-challenge-jeymen.jeymen.json
new file mode 100644
index 000000000..6d20e50fc
--- /dev/null
+++ b/domains/_github-pages-challenge-jeymen.jeymen.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Jeymen",
+ "email": "jeymen11@proton.me"
+ },
+ "record": {
+ "TXT": "d01c3f5f2e886990f511ffb0dc7fcb"
+ }
+}
diff --git a/domains/_github-pages-challenge-joythejoystick1.glqch.json b/domains/_github-pages-challenge-joythejoystick1.glqch.json
new file mode 100644
index 000000000..7b95efe3b
--- /dev/null
+++ b/domains/_github-pages-challenge-joythejoystick1.glqch.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "joythejoystick1",
+ "email": "midoayoub778@gmail.com"
+ },
+ "record": {
+ "TXT": "eb682c2a35bd6139b653df86f7d248"
+ }
+}
diff --git a/domains/_github-pages-challenge-justtobbi.justtobbi.json b/domains/_github-pages-challenge-justtobbi.justtobbi.json
new file mode 100644
index 000000000..5451bef64
--- /dev/null
+++ b/domains/_github-pages-challenge-justtobbi.justtobbi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "justtobbi",
+ "email": "justtobbi@gmail.com"
+ },
+ "record": {
+ "TXT": "40c1c0481529b00233ccf00048c45c"
+ }
+}
diff --git a/domains/_github-pages-challenge-kaustubhkharvi.kaustubh.json b/domains/_github-pages-challenge-kaustubhkharvi.kaustubh.json
new file mode 100644
index 000000000..9951926b4
--- /dev/null
+++ b/domains/_github-pages-challenge-kaustubhkharvi.kaustubh.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "kaustubhkharvi",
+ "email": "kaustubh_2008@outlook.com",
+ "twitter": "kaustubhkharvi"
+ },
+ "record": {
+ "TXT": "1ac125c3f84f3381a22491edf36bb0"
+ }
+}
diff --git a/domains/_github-pages-challenge-kenwuqianghao.kenwu.json b/domains/_github-pages-challenge-kenwuqianghao.kenwu.json
new file mode 100644
index 000000000..e4e4ccbab
--- /dev/null
+++ b/domains/_github-pages-challenge-kenwuqianghao.kenwu.json
@@ -0,0 +1,12 @@
+{
+ "description": "This is Ken Wu's personal portfolio website.",
+ "repo": "https://github.com/kenwuqianghao/kenwuqianghao.github.io",
+ "owner": {
+ "username": "KenWuqianghao",
+ "email": "wooqianghao@gmail.com",
+ "twitter": "KenWuqianghao"
+ },
+ "record": {
+ "TXT": "ddd9e6fce10cefd43829dc21e9bc09"
+ }
+}
diff --git a/domains/_github-pages-challenge-krix12.krix.json b/domains/_github-pages-challenge-krix12.krix.json
new file mode 100644
index 000000000..b97e41309
--- /dev/null
+++ b/domains/_github-pages-challenge-krix12.krix.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Krix12",
+ "email": "kristjan.kocevar89@gmail.com"
+ },
+ "record": {
+ "TXT": "178ab459221fd277af8029cae84a63"
+ }
+}
diff --git a/domains/_github-pages-challenge-labus3.madhav.json b/domains/_github-pages-challenge-labus3.madhav.json
new file mode 100644
index 000000000..d2de31abb
--- /dev/null
+++ b/domains/_github-pages-challenge-labus3.madhav.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LaBus3",
+ "email": "madhav.v.1996@gmail.com"
+ },
+ "record": {
+ "TXT": "7362cb36811c9eefc5039e6e6da778"
+ }
+}
diff --git a/domains/_github-pages-challenge-liancastellon.liancg.json b/domains/_github-pages-challenge-liancastellon.liancg.json
new file mode 100644
index 000000000..450d43714
--- /dev/null
+++ b/domains/_github-pages-challenge-liancastellon.liancg.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "is-a-dev",
+ "email": "liancg@gmail.com"
+ },
+
+ "record": {
+ "TXT": "de487db710c1daf905269fb57775b6"
+ }
+}
diff --git a/domains/_github-pages-challenge-linuzzx.linusx.json b/domains/_github-pages-challenge-linuzzx.linusx.json
new file mode 100644
index 000000000..901232893
--- /dev/null
+++ b/domains/_github-pages-challenge-linuzzx.linusx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "linuzzx",
+ "email": "GalaxyLinus@gmail.com"
+ },
+ "record": {
+ "TXT": "029ab228dfd885b308be6aef43066d"
+ }
+}
diff --git a/domains/_github-pages-challenge-loisvelasco.loisvelasco.json b/domains/_github-pages-challenge-loisvelasco.loisvelasco.json
new file mode 100644
index 000000000..f40a9489b
--- /dev/null
+++ b/domains/_github-pages-challenge-loisvelasco.loisvelasco.json
@@ -0,0 +1,10 @@
+{
+ "description": "Github Verification",
+ "owner": {
+ "username": "loiSvelasco",
+ "email": "loisuperficialvelasco@gmail.com"
+ },
+ "record": {
+ "TXT": "e45f5cee8c9438fe563d3bf4b2fbbe"
+ }
+}
diff --git a/domains/_github-pages-challenge-lrxdarkdevil.darkdevil.json b/domains/_github-pages-challenge-lrxdarkdevil.darkdevil.json
new file mode 100644
index 000000000..97d9ca686
--- /dev/null
+++ b/domains/_github-pages-challenge-lrxdarkdevil.darkdevil.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LRxDarkDevil",
+ "email": "tahaadnanawan@gmail.com"
+ },
+ "record": {
+ "TXT": "13dafb5731efc3b35b3e1fe1a20ac2"
+ }
+}
diff --git a/domains/_github-pages-challenge-madebytragic.madebytragic.json b/domains/_github-pages-challenge-madebytragic.madebytragic.json
new file mode 100644
index 000000000..4c9dbb811
--- /dev/null
+++ b/domains/_github-pages-challenge-madebytragic.madebytragic.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lrmn7",
+ "email": "lrmnid@gmail.com"
+ },
+ "record": {
+ "TXT": "9693d9e721696f4184aa3abfa35921"
+ }
+}
diff --git a/domains/_github-pages-challenge-marcossatoshi.satoshi.json b/domains/_github-pages-challenge-marcossatoshi.satoshi.json
new file mode 100644
index 000000000..09ab347fc
--- /dev/null
+++ b/domains/_github-pages-challenge-marcossatoshi.satoshi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "marcossatoshi",
+ "email": "marcos.satoshi@gmail.com"
+ },
+ "record": {
+ "TXT": "f3045f0960ac5562a7d764b72d102a"
+ }
+}
diff --git a/domains/_github-pages-challenge-mcotocel.mcotocel.json b/domains/_github-pages-challenge-mcotocel.mcotocel.json
new file mode 100644
index 000000000..d1e2bdd0c
--- /dev/null
+++ b/domains/_github-pages-challenge-mcotocel.mcotocel.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MCotocel",
+ "email": "mcotocel@outlook.com"
+ },
+ "record": {
+ "TXT": "059ac86f94300091a59d2cef8b09a6"
+ }
+}
diff --git a/domains/_github-pages-challenge-mikeymoo5.moothecow.json b/domains/_github-pages-challenge-mikeymoo5.moothecow.json
new file mode 100644
index 000000000..289eb7ee9
--- /dev/null
+++ b/domains/_github-pages-challenge-mikeymoo5.moothecow.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mikeymoo5",
+ "email": "smartguy9964@gmail.com"
+ },
+ "record": {
+ "TXT": "2f899dd96f9394c2c189dc9a31aaf6"
+ }
+}
diff --git a/domains/_github-pages-challenge-mr1cecream.mricecream.json b/domains/_github-pages-challenge-mr1cecream.mricecream.json
new file mode 100644
index 000000000..1c0086982
--- /dev/null
+++ b/domains/_github-pages-challenge-mr1cecream.mricecream.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "mr1cecream",
+ "email": "guy@ochakov.com",
+ "twitter": "Mr__Icecream"
+ },
+ "record": {
+ "TXT": "86fe9c2f7e2d0be6a7a1c16a1c8032"
+ }
+}
diff --git a/domains/_github-pages-challenge-n0r1uno.steffen.json b/domains/_github-pages-challenge-n0r1uno.steffen.json
new file mode 100644
index 000000000..199d4248e
--- /dev/null
+++ b/domains/_github-pages-challenge-n0r1uno.steffen.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "N0r1uno",
+ "email": "steffen.florschuetz@t-online.de"
+ },
+ "record": {
+ "TXT": "06dbcd4fdc6325c0bce9ab6031937a"
+ }
+}
diff --git a/domains/_github-pages-challenge-natblida68.ashwa.json b/domains/_github-pages-challenge-natblida68.ashwa.json
new file mode 100644
index 000000000..3032c35f4
--- /dev/null
+++ b/domains/_github-pages-challenge-natblida68.ashwa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NatBLida68",
+ "email": "aswajith.jithu888@gmail.com"
+ },
+ "record": {
+ "TXT": "f20bb532af2838eed8bfe622378d4b"
+ }
+}
diff --git a/domains/_github-pages-challenge-night0721.night.json b/domains/_github-pages-challenge-night0721.night.json
new file mode 100644
index 000000000..15d4b7d75
--- /dev/null
+++ b/domains/_github-pages-challenge-night0721.night.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal portfolio for showing my projects, contacts and about me",
+ "repo": "https://github.com/night0721/night0721.github.io",
+ "owner": {
+ "username": "night0721",
+ "email": "nightkalyyy@gmail.com"
+ },
+ "record": {
+ "TXT": "e87fbe224df0c16bf8e0796e229952"
+ }
+}
diff --git a/domains/_github-pages-challenge-nobody5050.6502.json b/domains/_github-pages-challenge-nobody5050.6502.json
new file mode 100644
index 000000000..0f576e906
--- /dev/null
+++ b/domains/_github-pages-challenge-nobody5050.6502.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nobody5050",
+ "email": "levibelland@gmail.com"
+ },
+ "record": {
+ "TXT": "0648c9309d9441b7f6b0dea3a78194"
+ }
+}
diff --git a/domains/_github-pages-challenge-node0505.node.json b/domains/_github-pages-challenge-node0505.node.json
new file mode 100644
index 000000000..c8f9d1c87
--- /dev/null
+++ b/domains/_github-pages-challenge-node0505.node.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "node0505",
+ "email": "node0505@outlook.com"
+ },
+ "record": {
+ "TXT": "18bf4da227454aaee1c8e2ba62d466"
+ }
+}
diff --git a/domains/_github-pages-challenge-noobshubham.shubham.json b/domains/_github-pages-challenge-noobshubham.shubham.json
new file mode 100644
index 000000000..a8882ab7e
--- /dev/null
+++ b/domains/_github-pages-challenge-noobshubham.shubham.json
@@ -0,0 +1,11 @@
+{
+ "description": "My Portfolio Website",
+ "repo": "https://github.com/noobshubham/Portfolio",
+ "owner": {
+ "username": "noobshubham",
+ "email": "noobshubham65@gmail.com"
+ },
+ "record": {
+ "TXT": "d195c824403985d365b744c05663fb"
+ }
+}
diff --git a/domains/_github-pages-challenge-not-a-ethan.not-ethan.json b/domains/_github-pages-challenge-not-a-ethan.not-ethan.json
new file mode 100644
index 000000000..8d3dad05e
--- /dev/null
+++ b/domains/_github-pages-challenge-not-a-ethan.not-ethan.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "not-a-ethan",
+ "email": "",
+ "discord": "not_ethan."
+ },
+ "record": {
+ "TXT": "72fd44f779f6bd6ad363ff20bdeffb"
+ }
+}
diff --git a/domains/_github-pages-challenge-not-coded.notcoded.json b/domains/_github-pages-challenge-not-coded.notcoded.json
new file mode 100644
index 000000000..cd471292d
--- /dev/null
+++ b/domains/_github-pages-challenge-not-coded.notcoded.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "not-coded",
+ "email": "",
+ "discord": "notcoded",
+ "discordUserID": "620662953347121163"
+ },
+ "record": {
+ "TXT": "54806bbd47bc06fa6f626952eb06aa"
+ }
+}
diff --git a/domains/_github-pages-challenge-notnotrachit.rachit.json b/domains/_github-pages-challenge-notnotrachit.rachit.json
new file mode 100644
index 000000000..89cf97685
--- /dev/null
+++ b/domains/_github-pages-challenge-notnotrachit.rachit.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "notnotrachit",
+ "email": "rachitkhurana40@gmail.com"
+ },
+ "record": {
+ "TXT": "934b26e127661bad98765dc4d571f2"
+ }
+}
diff --git a/domains/_github-pages-challenge-nxb1t.nxb1t.json b/domains/_github-pages-challenge-nxb1t.nxb1t.json
new file mode 100644
index 000000000..7da08967a
--- /dev/null
+++ b/domains/_github-pages-challenge-nxb1t.nxb1t.json
@@ -0,0 +1,10 @@
+{
+ "description": "Github verification",
+ "owner": {
+ "username": "nxb1t",
+ "email": "nxb1t@proton.me"
+ },
+ "record": {
+ "TXT": "c18d4423748e2acdfacadefa6495a6"
+ }
+}
diff --git a/domains/_github-pages-challenge-orangeleafdev.orangeleaf36.json b/domains/_github-pages-challenge-orangeleafdev.orangeleaf36.json
new file mode 100644
index 000000000..3ebe04465
--- /dev/null
+++ b/domains/_github-pages-challenge-orangeleafdev.orangeleaf36.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "OrangeLeafDev",
+ "email": "caluzajacob07@gmail.com"
+ },
+ "record": {
+ "TXT": "46dcf591ef5db2595dc3ba5180bfc8"
+ }
+}
diff --git a/domains/_github-pages-challenge-ottercodes101.otter.json b/domains/_github-pages-challenge-ottercodes101.otter.json
new file mode 100644
index 000000000..89938a826
--- /dev/null
+++ b/domains/_github-pages-challenge-ottercodes101.otter.json
@@ -0,0 +1,10 @@
+{
+ "description": "Github verification",
+ "owner": {
+ "username": "OtterCodes101",
+ "email": "oliver.anderson4435@gmail.com"
+ },
+ "record": {
+ "TXT": "088d75670097903fabd47977697d42"
+ }
+}
diff --git a/domains/_github-pages-challenge-oxmc.oxmc.json b/domains/_github-pages-challenge-oxmc.oxmc.json
new file mode 100644
index 000000000..1d97dc9ce
--- /dev/null
+++ b/domains/_github-pages-challenge-oxmc.oxmc.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "oxmc",
+ "email": "oxmc7769.mail@gmail.com",
+ "discord": "oxmc7769"
+ },
+ "record": {
+ "TXT": "eb7d97f93f961fd03de6e26db45846"
+ }
+}
diff --git a/domains/_github-pages-challenge-pansy27.pansy.json b/domains/_github-pages-challenge-pansy27.pansy.json
new file mode 100644
index 000000000..fd1bf5895
--- /dev/null
+++ b/domains/_github-pages-challenge-pansy27.pansy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "pansy27",
+ "email": "uselessshogun99@gmail.com"
+ },
+ "record": {
+ "TXT": "f7dedb2a4d727663fc9b0198fe3797"
+ }
+}
diff --git a/domains/_github-pages-challenge-patrickzhou1234.patrickzhou.json b/domains/_github-pages-challenge-patrickzhou1234.patrickzhou.json
new file mode 100644
index 000000000..12a6c27ee
--- /dev/null
+++ b/domains/_github-pages-challenge-patrickzhou1234.patrickzhou.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "patrickzhou1234",
+ "email": "",
+ "discord": "moist__nugget"
+ },
+ "record": {
+ "TXT": "d7c5e799b2dc38d36cb2345dd0e78d"
+ }
+}
diff --git a/domains/_github-pages-challenge-pingoda.pingoda.json b/domains/_github-pages-challenge-pingoda.pingoda.json
new file mode 100644
index 000000000..829e3424a
--- /dev/null
+++ b/domains/_github-pages-challenge-pingoda.pingoda.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Pingoda",
+ "email": "francescoclem915@gmail.com",
+ "twitter": "Pingoda_"
+ },
+ "record": {
+ "TXT": "9ddc01a76b306b3cef2aba7445689b"
+ }
+}
diff --git a/domains/_github-pages-challenge-pixelgeek.pixelgeek.json b/domains/_github-pages-challenge-pixelgeek.pixelgeek.json
new file mode 100644
index 000000000..cc1ca36ad
--- /dev/null
+++ b/domains/_github-pages-challenge-pixelgeek.pixelgeek.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "pixelgeek",
+ "email": "pxe.geek+github@gmail.com"
+ },
+ "record": {
+ "TXT": "6ca9401189820db4d366aacc7832c3"
+ }
+}
diff --git a/domains/_github-pages-challenge-pjschinske.peter.json b/domains/_github-pages-challenge-pjschinske.peter.json
new file mode 100644
index 000000000..2121a5953
--- /dev/null
+++ b/domains/_github-pages-challenge-pjschinske.peter.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "pjschinske",
+ "email": "pjschinske@gmail.com"
+ },
+
+ "record": {
+ "TXT": "ae060fca298593aaf2b5cc7aec64e6"
+ }
+}
diff --git a/domains/_github-pages-challenge-proudmuslim-dev.proudmuslim.json b/domains/_github-pages-challenge-proudmuslim-dev.proudmuslim.json
new file mode 100644
index 000000000..d7a137996
--- /dev/null
+++ b/domains/_github-pages-challenge-proudmuslim-dev.proudmuslim.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "proudmuslim-dev",
+ "email": "proudmuslim-dev@protonmail.com"
+ },
+ "record": {
+ "TXT": "47cff427b2b6f1e86c38ea84e341f2"
+ }
+}
diff --git a/domains/_github-pages-challenge-quackduck.ishan.json b/domains/_github-pages-challenge-quackduck.ishan.json
new file mode 100644
index 000000000..1be7e5094
--- /dev/null
+++ b/domains/_github-pages-challenge-quackduck.ishan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "quackduck",
+ "email": "igoel.mail@gmail.com"
+ },
+ "record": {
+ "TXT": "14ec35f5a4a8dc217d642452be6b35"
+ }
+}
diff --git a/domains/_github-pages-challenge-roktim32.gitninja.json b/domains/_github-pages-challenge-roktim32.gitninja.json
new file mode 100644
index 000000000..9c4b916a2
--- /dev/null
+++ b/domains/_github-pages-challenge-roktim32.gitninja.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "roktim32",
+ "email": "roktimsenapoty2@gmail.com"
+ },
+
+ "record": {
+ "TXT": "d6e6727362997465d332f12898ad6b"
+ }
+}
diff --git a/domains/_github-pages-challenge-roktim32.roktim.json b/domains/_github-pages-challenge-roktim32.roktim.json
new file mode 100644
index 000000000..94a7792a0
--- /dev/null
+++ b/domains/_github-pages-challenge-roktim32.roktim.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "roktim32",
+ "email": "roktimsenapoty2@gmail.com"
+ },
+
+ "record": {
+ "TXT": "9870d553eddd629da2c41de6add304"
+ }
+}
diff --git a/domains/_github-pages-challenge-roktim32.yourdad.json b/domains/_github-pages-challenge-roktim32.yourdad.json
new file mode 100644
index 000000000..ba5758f00
--- /dev/null
+++ b/domains/_github-pages-challenge-roktim32.yourdad.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "roktim32",
+ "email": "roktimsenapoty2@gmail.com"
+ },
+
+ "record": {
+ "TXT": "f2a400f4d62cba7fa18b6c288f38b1"
+ }
+}
diff --git a/domains/_github-pages-challenge-rubinskiy.bob.json b/domains/_github-pages-challenge-rubinskiy.bob.json
new file mode 100644
index 000000000..b4fe2a945
--- /dev/null
+++ b/domains/_github-pages-challenge-rubinskiy.bob.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Rubinskiy",
+ "discord": "rubinskiy#5258",
+ "email": "roebebin@gmail.com"
+ },
+ "record": {
+ "TXT": "c3cc9a1718038c0034ac2b6d16f69e"
+ }
+}
diff --git a/domains/_github-pages-challenge-rv178.rv178.json b/domains/_github-pages-challenge-rv178.rv178.json
new file mode 100644
index 000000000..6d75e0244
--- /dev/null
+++ b/domains/_github-pages-challenge-rv178.rv178.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rv178",
+ "email": "idliyout@gmail.com"
+ },
+ "record": {
+ "TXT": "e90b3dc10573fa656898bbbf08108c"
+ }
+}
diff --git a/domains/_github-pages-challenge-rwithik.rwithik.json b/domains/_github-pages-challenge-rwithik.rwithik.json
new file mode 100644
index 000000000..5e6acfc84
--- /dev/null
+++ b/domains/_github-pages-challenge-rwithik.rwithik.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rwithik",
+ "email": "rwithik@gmail.com"
+ },
+ "record": {
+ "TXT": "7a912f12f50a5cd49fc6148d672574"
+ }
+}
diff --git a/domains/_github-pages-challenge-sanchay9.sanchay.json b/domains/_github-pages-challenge-sanchay9.sanchay.json
new file mode 100644
index 000000000..02aa7cb59
--- /dev/null
+++ b/domains/_github-pages-challenge-sanchay9.sanchay.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sanchay9",
+ "email": "sanchaykumar9@gmail.com"
+ },
+ "record": {
+ "TXT": "25bca04982f50f307259901d6f7688"
+ }
+}
diff --git a/domains/_github-pages-challenge-sekharmalla.chandra.json b/domains/_github-pages-challenge-sekharmalla.chandra.json
new file mode 100644
index 000000000..ffeee5e5f
--- /dev/null
+++ b/domains/_github-pages-challenge-sekharmalla.chandra.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sekharmalla",
+ "email": "sekharmalla.vfx@gmail.com"
+ },
+ "record": {
+ "TXT": "11ecb44a01a667c78ba76d704d9fc5"
+ }
+}
diff --git a/domains/_github-pages-challenge-seriaati.seria.json b/domains/_github-pages-challenge-seriaati.seria.json
new file mode 100644
index 000000000..4755dc59d
--- /dev/null
+++ b/domains/_github-pages-challenge-seriaati.seria.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "seriaati",
+ "email": "seria.ati@gmail.com"
+ },
+ "record": {
+ "TXT": "2b63f16e0af54ee011fd27e02091a0"
+ }
+}
diff --git a/domains/_github-pages-challenge-sharkaboi.sarath.json b/domains/_github-pages-challenge-sharkaboi.sarath.json
new file mode 100644
index 000000000..cec9443d4
--- /dev/null
+++ b/domains/_github-pages-challenge-sharkaboi.sarath.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sharkaboi",
+ "email": "sarathsedu@gmail.com"
+ },
+ "record": {
+ "TXT": "9cc661fc83c313e055250b32fedfac"
+ }
+}
diff --git a/domains/_github-pages-challenge-shaunak-pandya.shaunak.json b/domains/_github-pages-challenge-shaunak-pandya.shaunak.json
new file mode 100644
index 000000000..8880d0515
--- /dev/null
+++ b/domains/_github-pages-challenge-shaunak-pandya.shaunak.json
@@ -0,0 +1,10 @@
+{
+ "description": "Verification for shaunak.is-a.dev",
+ "owner": {
+ "username": "Shaunak-Pandya",
+ "email": "shaunak.n.pandya@gmail.com"
+ },
+ "record": {
+ "TXT": "c5b15a4e5d620c286cd1a5dd937560"
+ }
+}
\ No newline at end of file
diff --git a/domains/_github-pages-challenge-shays24.shays.json b/domains/_github-pages-challenge-shays24.shays.json
new file mode 100644
index 000000000..13e1d9a4a
--- /dev/null
+++ b/domains/_github-pages-challenge-shays24.shays.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SHays24",
+ "email": "shays24@student.sacs.nsw.edu.au"
+ },
+ "record": {
+ "TXT": "16d1b82e4e76d05a0301fbf7a80f9b"
+ }
+}
diff --git a/domains/_github-pages-challenge-shinyzenith.aakash.json b/domains/_github-pages-challenge-shinyzenith.aakash.json
new file mode 100644
index 000000000..d014fec6f
--- /dev/null
+++ b/domains/_github-pages-challenge-shinyzenith.aakash.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Shinyzenith",
+ "email": "aakashsensharma@gmail.com"
+ },
+ "record": {
+ "TXT": "6f217d98c6a92f084c092bab59d8b1"
+ }
+}
diff --git a/domains/_github-pages-challenge-shreyas-itb.shreyasitb.json b/domains/_github-pages-challenge-shreyas-itb.shreyasitb.json
new file mode 100644
index 000000000..fecff0dae
--- /dev/null
+++ b/domains/_github-pages-challenge-shreyas-itb.shreyasitb.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal site for github@Shreyas-ITB (GH Pages verification)",
+ "repo": "https://github.com/Shreyas-ITB/Portfolio",
+ "owner": {
+ "username": "Shreyas-ITB",
+ "email": "shreyasbrillint@gmail.com"
+ },
+ "record": {
+ "TXT": "737cf4521bb4d1c2a7530ce67a8304"
+ }
+}
diff --git a/domains/_github-pages-challenge-skandabhairava.terroid.json b/domains/_github-pages-challenge-skandabhairava.terroid.json
new file mode 100644
index 000000000..09fdebe82
--- /dev/null
+++ b/domains/_github-pages-challenge-skandabhairava.terroid.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "skandabhairava",
+ "email": "skandabhairava@gmail.com"
+ },
+ "record": {
+ "TXT": "73004005801e8467de8a643a7c1cf8"
+ }
+}
diff --git a/domains/_github-pages-challenge-sohrubh.saurabh.json b/domains/_github-pages-challenge-sohrubh.saurabh.json
new file mode 100644
index 000000000..83dd2b1bf
--- /dev/null
+++ b/domains/_github-pages-challenge-sohrubh.saurabh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sohrubh",
+ "email": "saurabhyadav5931@gmail.com"
+ },
+ "record": {
+ "TXT": "0c51849fbc5921380ddc445251597b"
+ }
+}
\ No newline at end of file
diff --git a/domains/_github-pages-challenge-spaxly.spaxly.json b/domains/_github-pages-challenge-spaxly.spaxly.json
new file mode 100644
index 000000000..cf7bc9338
--- /dev/null
+++ b/domains/_github-pages-challenge-spaxly.spaxly.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Spaxly",
+ "email": "ohmrc2545@gmail.com"
+ },
+ "record": {
+ "TXT": "94c657ca404ce17483065583db2e61"
+ }
+}
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..2d58c7dd3
--- /dev/null
+++ b/domains/_github-pages-challenge-stef-00012.stefdp.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "stefano.delprete.08@gmail.com"
+ },
+ "record": {
+ "TXT": "27c2dc9cd3e8a0a37947e82ab6f637"
+ }
+}
diff --git a/domains/_github-pages-challenge-studiousgamer.natya.json b/domains/_github-pages-challenge-studiousgamer.natya.json
new file mode 100644
index 000000000..f10969e60
--- /dev/null
+++ b/domains/_github-pages-challenge-studiousgamer.natya.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "studiousgamer",
+ "email": "natyavidhanbiswas10@gmail.com"
+ },
+ "record": {
+ "TXT": "4bab75757c1cd0f3fc332eadf5e1a9"
+ }
+}
diff --git a/domains/_github-pages-challenge-syahiramali.syahiramali.json b/domains/_github-pages-challenge-syahiramali.syahiramali.json
new file mode 100644
index 000000000..1742811f9
--- /dev/null
+++ b/domains/_github-pages-challenge-syahiramali.syahiramali.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "syahirAmali",
+ "email": "syahirAmali@gmail.com"
+ },
+ "record": {
+ "TXT": "f6c381205b87390aaf3c1eaebc9023"
+ }
+}
diff --git a/domains/_github-pages-challenge-t-dynamos.anshdadwal.json b/domains/_github-pages-challenge-t-dynamos.anshdadwal.json
new file mode 100644
index 000000000..6421e5ab6
--- /dev/null
+++ b/domains/_github-pages-challenge-t-dynamos.anshdadwal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "T-Dynamos",
+ "email": "anshdadwal298@gmail.com"
+ },
+ "record": {
+ "TXT": "75957defcd9e7e37ed359579a7dc2b"
+ }
+}
diff --git a/domains/_github-pages-challenge-takase1121.takase.json b/domains/_github-pages-challenge-takase1121.takase.json
new file mode 100644
index 000000000..dcac94657
--- /dev/null
+++ b/domains/_github-pages-challenge-takase1121.takase.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "takase1121",
+ "email": "takase1121@proton.me"
+ },
+ "record": {
+ "TXT": "f735d72a61c58977384c6f13305387"
+ }
+}
diff --git a/domains/_github-pages-challenge-talinthedev.talinsharma.json b/domains/_github-pages-challenge-talinthedev.talinsharma.json
new file mode 100644
index 000000000..7c4ba84c9
--- /dev/null
+++ b/domains/_github-pages-challenge-talinthedev.talinsharma.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TalinTheDev",
+ "email": "talinsharma.dev@gmail.com"
+ },
+ "record": {
+ "TXT": "2f1f6ebe67567dd216878b0619f465"
+ }
+}
diff --git a/domains/_github-pages-challenge-tclement0922.tclement0922.json b/domains/_github-pages-challenge-tclement0922.tclement0922.json
new file mode 100644
index 000000000..cc5b7e8d7
--- /dev/null
+++ b/domains/_github-pages-challenge-tclement0922.tclement0922.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tclement0922",
+ "email": "thibault.clement09@gmail.com"
+ },
+ "record": {
+ "TXT": "9e402ea7933ed1c8da4935e5454fac"
+ }
+}
diff --git a/domains/_github-pages-challenge-technohacker.technohacker.json b/domains/_github-pages-challenge-technohacker.technohacker.json
new file mode 100644
index 000000000..69a98ffad
--- /dev/null
+++ b/domains/_github-pages-challenge-technohacker.technohacker.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Technohacker",
+ "email": "technohacker1995@gmail.com"
+ },
+ "record": {
+ "TXT": "5ad5e489ef3611f4d9a1b21f248218"
+ }
+}
diff --git a/domains/_github-pages-challenge-techpixel.tech.json b/domains/_github-pages-challenge-techpixel.tech.json
new file mode 100644
index 000000000..7b66f9344
--- /dev/null
+++ b/domains/_github-pages-challenge-techpixel.tech.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "techpixel",
+ "email": "manitejb@outlook.com"
+ },
+ "record": {
+ "TXT": "123a1eec949122d5708325108c81b2"
+ }
+}
diff --git a/domains/_github-pages-challenge-testbot-github.mathiscool.json b/domains/_github-pages-challenge-testbot-github.mathiscool.json
new file mode 100644
index 000000000..4c744e650
--- /dev/null
+++ b/domains/_github-pages-challenge-testbot-github.mathiscool.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "testbot-github",
+ "email": "songboosterz.yt@gmail.com"
+ },
+ "record": {
+ "TXT": "9c350d66193d49dec4cb05b15d387b"
+ }
+}
diff --git a/domains/_github-pages-challenge-thehackerdude1083.thehackerdude1083.json b/domains/_github-pages-challenge-thehackerdude1083.thehackerdude1083.json
new file mode 100644
index 000000000..dc913c8db
--- /dev/null
+++ b/domains/_github-pages-challenge-thehackerdude1083.thehackerdude1083.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TheHackerDude1083",
+ "email": "shaheeransari57@gmail.com"
+ },
+ "record": {
+ "TXT": "66bceec5d092b15c1fcac188b02903"
+ }
+}
diff --git a/domains/_github-pages-challenge-thehatkid.hatkid.json b/domains/_github-pages-challenge-thehatkid.hatkid.json
new file mode 100644
index 000000000..30f3eabd4
--- /dev/null
+++ b/domains/_github-pages-challenge-thehatkid.hatkid.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "thehatkid",
+ "email": "saha22023@gmail.com"
+ },
+ "record": {
+ "TXT": "20405c421d70798fcddcbe0bb3d06d"
+ }
+}
diff --git a/domains/_github-pages-challenge-thesanju.thesanju.json b/domains/_github-pages-challenge-thesanju.thesanju.json
new file mode 100644
index 000000000..505e1b7fe
--- /dev/null
+++ b/domains/_github-pages-challenge-thesanju.thesanju.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "thesanju",
+ "email": "sanjayjr1official@gmail.com"
+ },
+ "record": {
+ "TXT": "1ef563891d9e0572cd59f4a3e80b42"
+ }
+}
diff --git a/domains/_github-pages-challenge-thesct22.sharath.json b/domains/_github-pages-challenge-thesct22.sharath.json
new file mode 100644
index 000000000..e178a474c
--- /dev/null
+++ b/domains/_github-pages-challenge-thesct22.sharath.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "thesct22",
+ "email": "sharathct22@gmail.com"
+ },
+ "record": {
+ "TXT": "1cfa8b70882ea9cdf466e7b40dbe81"
+ }
+}
diff --git a/domains/_github-pages-challenge-thisisthamizh.thamizh.json b/domains/_github-pages-challenge-thisisthamizh.thamizh.json
new file mode 100644
index 000000000..b6aa6a5d1
--- /dev/null
+++ b/domains/_github-pages-challenge-thisisthamizh.thamizh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ThisisThamizh",
+ "email": "venthank88@gmail.com"
+ },
+ "record": {
+ "TXT": "55f7385e475bf5148e262bf6a07289"
+ }
+}
diff --git a/domains/_github-pages-challenge-thou-mayest.amine-brahmi.json b/domains/_github-pages-challenge-thou-mayest.amine-brahmi.json
new file mode 100644
index 000000000..32b401538
--- /dev/null
+++ b/domains/_github-pages-challenge-thou-mayest.amine-brahmi.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "thou-mayest",
+ "email": "",
+ "twitter": "Dr_whoami_"
+ },
+ "record": {
+ "TXT": "8c76c4245faa447e805828e24f3743"
+ }
+}
diff --git a/domains/_github-pages-challenge-thunder-coding.cd.json b/domains/_github-pages-challenge-thunder-coding.cd.json
new file mode 100644
index 000000000..0997b0279
--- /dev/null
+++ b/domains/_github-pages-challenge-thunder-coding.cd.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "thunder-coding",
+ "email": "yakshbari4@gmail.com",
+ "discord": "codingthunder"
+ },
+ "record": {
+ "TXT": "f56bab0740238435ae2bfe3a7d9283"
+ }
+}
diff --git a/domains/_github-pages-challenge-toxocious.toxocious.json b/domains/_github-pages-challenge-toxocious.toxocious.json
new file mode 100644
index 000000000..dd3b2619e
--- /dev/null
+++ b/domains/_github-pages-challenge-toxocious.toxocious.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "toxocious",
+ "email": "toxocious@gmail.com"
+ },
+ "record": {
+ "TXT": "d6440f69b31a9769f46475a3bfd91a"
+ }
+}
diff --git a/domains/_github-pages-challenge-turquoisetnt.tnt.json b/domains/_github-pages-challenge-turquoisetnt.tnt.json
index 55bcde6f9..97919665f 100644
--- a/domains/_github-pages-challenge-turquoisetnt.tnt.json
+++ b/domains/_github-pages-challenge-turquoisetnt.tnt.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "TurquoiseTNT",
"email": "turquoisetntmultimedia@gmail.com"
- },
- "record": {
+ },
+ "record": {
"TXT": "a70919bec5e292800f53b8bd87da03"
- }
}
-
+}
diff --git a/domains/_github-pages-challenge-turvenuija1.turvenuija.json b/domains/_github-pages-challenge-turvenuija1.turvenuija.json
new file mode 100644
index 000000000..59cca99da
--- /dev/null
+++ b/domains/_github-pages-challenge-turvenuija1.turvenuija.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "turvenuija1",
+ "email": "4209@lattahattu.fi"
+ },
+ "record": {
+ "TXT": "91c902200720c9032d320f25ae736c"
+ }
+}
diff --git a/domains/_github-pages-challenge-vachanmn123.vachanmn.json b/domains/_github-pages-challenge-vachanmn123.vachanmn.json
new file mode 100644
index 000000000..3984c1d87
--- /dev/null
+++ b/domains/_github-pages-challenge-vachanmn123.vachanmn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vachanmn123",
+ "email": "vachanmn123@gmail.com"
+ },
+ "record": {
+ "TXT": "c8d038d8f44978beb4910c6c425cc8"
+ }
+}
diff --git a/domains/_github-pages-challenge-vasilismylonas.vasilismylonas.json b/domains/_github-pages-challenge-vasilismylonas.vasilismylonas.json
new file mode 100644
index 000000000..9030562df
--- /dev/null
+++ b/domains/_github-pages-challenge-vasilismylonas.vasilismylonas.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "VasilisMylonas",
+ "email": "vasilismylonas@protonmail.com"
+ },
+ "record": {
+ "TXT": "2d79d108f14d2a9587952c4682b285"
+ }
+}
diff --git a/domains/_github-pages-challenge-vikramv20.vikramv20.json b/domains/_github-pages-challenge-vikramv20.vikramv20.json
new file mode 100644
index 000000000..5452fc57d
--- /dev/null
+++ b/domains/_github-pages-challenge-vikramv20.vikramv20.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vikramv20",
+ "email": "vs423502@gmail.com"
+ },
+ "record": {
+ "TXT": "14810aa9ee3adf44431d8a64abc84a"
+ }
+}
diff --git a/domains/_github-pages-challenge-vivek-oraon.vivek.json b/domains/_github-pages-challenge-vivek-oraon.vivek.json
new file mode 100644
index 000000000..af7fe02fc
--- /dev/null
+++ b/domains/_github-pages-challenge-vivek-oraon.vivek.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vivek-oraon",
+ "email": "vivekoraon@pm.me"
+ },
+ "record": {
+ "TXT": "99d887f6958e3be7f2e1972d9ec212"
+ }
+}
diff --git a/domains/_github-pages-challenge-vj-abishek.abishek.json b/domains/_github-pages-challenge-vj-abishek.abishek.json
new file mode 100644
index 000000000..7a4e5fed6
--- /dev/null
+++ b/domains/_github-pages-challenge-vj-abishek.abishek.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vj-abishek",
+ "email": "abigosearch@gmail.com"
+ },
+ "record": {
+ "TXT": "fe9c9b544613d7bf05295ad995cbaa"
+ }
+}
diff --git a/domains/_github-pages-challenge-vncsmnl.vinicius.json b/domains/_github-pages-challenge-vncsmnl.vinicius.json
new file mode 100644
index 000000000..e40943839
--- /dev/null
+++ b/domains/_github-pages-challenge-vncsmnl.vinicius.json
@@ -0,0 +1,13 @@
+{
+ "description": "My personal website",
+ "repo": "https://github.com/vncsmnl",
+ "owner": {
+ "username": "vncsmnl",
+ "email": "",
+ "twitter": "vncsmnl",
+ "discord": "vncsmnl#7835"
+ },
+ "record": {
+ "TXT": "1bb7647bdc766f138d036f6fdbd2e6"
+ }
+}
diff --git a/domains/_github-pages-challenge-vyshuks.vysakh.json b/domains/_github-pages-challenge-vyshuks.vysakh.json
new file mode 100644
index 000000000..c90ab14b0
--- /dev/null
+++ b/domains/_github-pages-challenge-vyshuks.vysakh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vyshuks",
+ "email": "vyshuks@gmail.com"
+ },
+ "record": {
+ "TXT": "0cb8ba615b779ff95bfe738257a888"
+ }
+}
diff --git a/domains/_github-pages-challenge-wdhdev.data.json b/domains/_github-pages-challenge-wdhdev.data.json
index 274f5bd67..36d8e3f0a 100644
--- a/domains/_github-pages-challenge-wdhdev.data.json
+++ b/domains/_github-pages-challenge-wdhdev.data.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "WilliamDavidHarrison",
- "email": "william@williamharrison.dev"
+ "username": "is-a-dev",
+ "email": "phenax5@gmail.com"
},
"record": {
diff --git a/domains/_github-pages-challenge-wdhdev.raw-api.json b/domains/_github-pages-challenge-wdhdev.raw-api.json
index 261a097c6..0aeb7a4cf 100644
--- a/domains/_github-pages-challenge-wdhdev.raw-api.json
+++ b/domains/_github-pages-challenge-wdhdev.raw-api.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "WilliamDavidHarrison",
- "email": "william@williamharrison.dev"
+ "username": "is-a-dev",
+ "email": "phenax5@gmail.com"
},
"record": {
diff --git a/domains/_github-pages-challenge-window5000.window5.json b/domains/_github-pages-challenge-window5000.window5.json
new file mode 100644
index 000000000..f59ec13f1
--- /dev/null
+++ b/domains/_github-pages-challenge-window5000.window5.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Window5000",
+ "email": "spam.window5.spam@gmail.com"
+ },
+ "record": {
+ "TXT": "e0f44964a7e707b4d78755bb66b3e4"
+ }
+}
diff --git a/domains/_github-pages-challenge-xxtgamerxx.brin.json b/domains/_github-pages-challenge-xxtgamerxx.brin.json
new file mode 100644
index 000000000..140438a05
--- /dev/null
+++ b/domains/_github-pages-challenge-xxtgamerxx.brin.json
@@ -0,0 +1,10 @@
+{
+ "description": "Github verification",
+ "owner": {
+ "username": "xXTgamerXx",
+ "email": "trin.n2848@gmail.com"
+ },
+ "record": {
+ "TXT": "5b311a39ce20cd583c17d400434929"
+ }
+}
diff --git a/domains/_github-pages-challenge-yorodm.yorodm.json b/domains/_github-pages-challenge-yorodm.yorodm.json
new file mode 100644
index 000000000..6a24ccb0c
--- /dev/null
+++ b/domains/_github-pages-challenge-yorodm.yorodm.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "yorodm",
+ "email": "yoandy.rmartinez@gmail.com"
+ },
+ "record": {
+ "TXT": "4e4101d7a9a7606d96f9757829a24d"
+ }
+}
diff --git a/domains/_github-pages-challenge-yourtilak.tilak.json b/domains/_github-pages-challenge-yourtilak.tilak.json
new file mode 100644
index 000000000..704fc54cf
--- /dev/null
+++ b/domains/_github-pages-challenge-yourtilak.tilak.json
@@ -0,0 +1,11 @@
+{
+ "description": "YourTilak.is-a.dev",
+ "repo": "https://github.com/YourTilak/YourTilak.github.io",
+ "owner": {
+ "username": "YourTilak",
+ "email": "rj05tilak@gmail.com"
+ },
+ "record": {
+ "TXT": "c599b4c1ad1e049f9a34ab0534ede8"
+ }
+}
diff --git a/domains/_github-pages-challenge-zyrouge.zyrouge.json b/domains/_github-pages-challenge-zyrouge.zyrouge.json
new file mode 100644
index 000000000..030687aed
--- /dev/null
+++ b/domains/_github-pages-challenge-zyrouge.zyrouge.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "zyrouge",
+ "email": "zyrouge@hotmail.com",
+ "twitter": "_zyrouge_"
+ },
+ "record": {
+ "TXT": "dde2728dbadb035a4ffeda6f696112"
+ }
+}
diff --git a/domains/aadi.json b/domains/aadi.json
index d07a533bc..87147f0ea 100644
--- a/domains/aadi.json
+++ b/domains/aadi.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "ringholder.github.io"
}
-}
+}
diff --git a/domains/aakash.json b/domains/aakash.json
index f81775eca..3c0c2c0ad 100644
--- a/domains/aakash.json
+++ b/domains/aakash.json
@@ -1,4 +1,5 @@
{
+ "repo": "https://github.com/shinyzenith/website",
"owner": {
"username": "Shinyzenith",
"email": "aakashsensharma@gmail.com"
diff --git a/domains/abdullohalimov.json b/domains/abdullohalimov.json
new file mode 100644
index 000000000..ee61db0a4
--- /dev/null
+++ b/domains/abdullohalimov.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "abdullohalimov",
+ "email": "raistlinmajere10@gmail.com"
+ },
+ "record": {
+ "A": ["91.200.84.14"]
+ }
+}
diff --git a/domains/abegehr.json b/domains/abegehr.json
index f6a99ac85..1aaa3b06c 100644
--- a/domains/abegehr.json
+++ b/domains/abegehr.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "abegehr.github.io"
}
-}
+}
diff --git a/domains/adarsh.json b/domains/adarsh.json
index 5c18f12bb..e77137895 100644
--- a/domains/adarsh.json
+++ b/domains/adarsh.json
@@ -1,12 +1,9 @@
{
- "description": "For my portfolio website made by using HTML + CSS and JS",
- "repo": "https://github.com/clumzyofficial/clumzyofficial.github.io",
"owner": {
"username": "clumzyofficial",
- "email": "clumzyofficial@gmail.com",
- "twitter": "binaryadarsh"
+ "email": "adarshshukla0344@gmail.com"
},
"record": {
"CNAME": "clumzyofficial.github.io"
}
-}
+}
diff --git a/domains/aditya-awasthi.json b/domains/aditya-awasthi.json
index 1f4e390b7..01e7a379b 100644
--- a/domains/aditya-awasthi.json
+++ b/domains/aditya-awasthi.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "adityyaaa.github.io"
}
-}
\ No newline at end of file
+}
diff --git a/domains/adnan.json b/domains/adnan.json
new file mode 100644
index 000000000..3cc9b43b5
--- /dev/null
+++ b/domains/adnan.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Adnan0131",
+ "email": "sonuadnan6@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "adnan0131.github.io"
+ }
+}
diff --git a/domains/afp.json b/domains/afp.json
index e9b9c21db..ca40eafd9 100644
--- a/domains/afp.json
+++ b/domains/afp.json
@@ -1,11 +1,11 @@
-{
- "owner": {
- "username": "AndreasFxPro",
- "email": "",
- "discord": "AndreasFxPro#9330"
- },
- "description": "this is-a.dev page is for me, i'll post my projects",
- "record": {
- "A": ["140.238.175.208"]
- }
-}
+{
+ "owner": {
+ "username": "AndreasFxPro",
+ "email": "",
+ "discord": "AndreasFxPro#9330"
+ },
+ "description": "this is-a.dev page is for me, i'll post my projects",
+ "record": {
+ "A": ["140.238.175.208"]
+ }
+}
diff --git a/domains/afton.json b/domains/afton.json
index 9e2fec6c8..4ec7acdc6 100644
--- a/domains/afton.json
+++ b/domains/afton.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "williamafton-codes.github.io"
}
-}
+}
diff --git a/domains/agamjot-singh.json b/domains/agamjot-singh.json
index c152dcbfb..3a18e21b3 100644
--- a/domains/agamjot-singh.json
+++ b/domains/agamjot-singh.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "agamjotsingh18.github.io"
}
-}
+}
diff --git a/domains/ahmad-muhajir.json b/domains/ahmad-muhajir.json
index d62572d90..fd270c337 100644
--- a/domains/ahmad-muhajir.json
+++ b/domains/ahmad-muhajir.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "JeremyJFN71.github.io"
}
-}
+}
diff --git a/domains/ahuja-m.json b/domains/ahuja-m.json
index 9c030d54f..a21f5cb83 100644
--- a/domains/ahuja-m.json
+++ b/domains/ahuja-m.json
@@ -1,11 +1,11 @@
{
- "description": "This is a user",
- "repo": "https://github.com/ahuja-m/ahuja-m.github.io",
- "owner": {
- "username": "ahuja-m",
- "email": ""
- },
- "record": {
- "CNAME": "ahuja-m.github.io"
- }
+ "description": "This is a user",
+ "repo": "https://github.com/ahuja-m/ahuja-m.github.io",
+ "owner": {
+ "username": "ahuja-m",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "ahuja-m.github.io"
+ }
}
diff --git a/domains/aikoo7.json b/domains/aikoo7.json
new file mode 100644
index 000000000..b1f682a22
--- /dev/null
+++ b/domains/aikoo7.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "aikooo7",
+ "email": "prozinhopro1973@gmail.com"
+ },
+ "record": {
+ "CNAME": "aikooo7.github.io"
+ }
+}
diff --git a/domains/akash.json b/domains/akash.json
new file mode 100644
index 000000000..bffaee221
--- /dev/null
+++ b/domains/akash.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SquareSmp",
+ "email": "squaresmp@asia.com"
+ },
+ "record": {
+ "CNAME": "8e7e5199-15ef-4f4d-8350-68c025df6616.id.repl.co"
+ }
+}
diff --git a/domains/akpi.json b/domains/akpi.json
new file mode 100644
index 000000000..0790a324e
--- /dev/null
+++ b/domains/akpi.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "akpi816218",
+ "email": "",
+ "discord": "equus_quagga"
+ },
+ "record": {
+ "A": ["185.199.110.153", "185.199.108.153", "185.199.111.153", "185.199.109.153"],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/akuto.json b/domains/akuto.json
new file mode 100644
index 000000000..3267fe125
--- /dev/null
+++ b/domains/akuto.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "justdont0",
+ "email": "hello.and.ios@gmail.com"
+ },
+ "record": {
+ "CNAME": "akutosait.dsds6.repl.co"
+ }
+}
diff --git a/domains/akvityxs.json b/domains/akvityxs.json
new file mode 100644
index 000000000..b4cb288ea
--- /dev/null
+++ b/domains/akvityxs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Akvityxs",
+ "email": "akvityxs@gmail.com"
+ },
+ "record": {
+ "A": ["80.87.196.168"]
+ }
+}
diff --git a/domains/al-bagra.json b/domains/al-bagra.json
new file mode 100644
index 000000000..0f4444470
--- /dev/null
+++ b/domains/al-bagra.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "UtsaVy",
+ "email": "utsavk681@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "utsav.github.io"
+ }
+}
diff --git a/domains/albuman.json b/domains/albuman.json
new file mode 100644
index 000000000..d4e163ff4
--- /dev/null
+++ b/domains/albuman.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AlbumanO",
+ "email": "oliver.young4@student.education.wa.edu.au"
+ },
+ "record": {
+ "CNAME": "albuman.000.pe"
+ }
+}
diff --git a/domains/aldenizenmc.json b/domains/aldenizenmc.json
index a6bc737e4..d6bf95472 100644
--- a/domains/aldenizenmc.json
+++ b/domains/aldenizenmc.json
@@ -2,10 +2,7 @@
"repo": "https://github.com/AldenizenMC/AldenizenMC.github.io",
"owner": {
"username": "AldenizenMC",
- "email": "",
- "discord": "AldenizenMC#1418",
- "twitter": "aldenizenmc",
- "note": "I am never online on twitter, message me on Discord instead. In case my discriminator changes, my user id is 529424782438170679"
+ "email": "aldenizen09@gmail.com"
},
"record": {
"CNAME": "AldenizenMC.github.io"
diff --git a/domains/ale1x.json b/domains/ale1x.json
index b1a9135d6..ddf69879b 100644
--- a/domains/ale1x.json
+++ b/domains/ale1x.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Ale1x",
- "email": "info@ale1x.com"
- },
- "record": {
- "URL": "https://alee1x.repl.co"
- }
+ "owner": {
+ "username": "Ale1x",
+ "email": "info@ale1x.com"
+ },
+ "record": {
+ "URL": "https://alee1x.repl.co"
+ }
}
diff --git a/domains/aleph.json b/domains/aleph.json
deleted file mode 100644
index ae6e16a26..000000000
--- a/domains/aleph.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My Personal Website",
- "repo": "https://github.com/alephdfilms/alephdfilms.github.io",
- "owner": {
- "username": "alephdfilms",
- "email": "alephdiallo@mail.com"
- },
- "record": {
- "CNAME": "alephdfilms.github.io"
- }
-}
diff --git a/domains/alephdiallo.json b/domains/alephdiallo.json
new file mode 100644
index 000000000..8add0f2c9
--- /dev/null
+++ b/domains/alephdiallo.json
@@ -0,0 +1,15 @@
+{
+ "owner": {
+ "username": "alephdfilms",
+ "email": "alephdiallo@gmail.com",
+ "note": "This record was created by is-a.dev Discord bot via discord id: 427265238404956172"
+ },
+
+ "record": {
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"],
+
+ "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+
+ "TXT": "forward-email=alephdiallo@mail.com"
+ }
+}
diff --git a/domains/alexanderzhx.json b/domains/alexanderzhx.json
new file mode 100644
index 000000000..0644e2692
--- /dev/null
+++ b/domains/alexanderzhx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AZ777xx",
+ "email": "bugattiforever@gmail.com"
+ },
+ "record": {
+ "CNAME": "az777xx.github.io"
+ }
+}
diff --git a/domains/algoarchive.json b/domains/algoarchive.json
new file mode 100644
index 000000000..95ae15a2c
--- /dev/null
+++ b/domains/algoarchive.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "justdont0",
+ "email": "hello.and.ios@gmail.com",
+ "note": "This record was created by is-a.dev Discord bot via discord id: 981586348198735912"
+ },
+
+ "record": {
+ "CNAME": "698db1dc-bd48-452b-9497-4633804b4225.id.repl.co"
+
+ }
+}
diff --git a/domains/almuqbel.json b/domains/almuqbel.json
new file mode 100644
index 000000000..0896bebd8
--- /dev/null
+++ b/domains/almuqbel.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AMAZINGMAN2",
+ "email": "Hashim.almuqbel@gmail.com"
+ },
+ "record": {
+ "A": ["185.176.43.100"]
+ }
+}
diff --git a/domains/alphatest.json b/domains/alphatest.json
new file mode 100644
index 000000000..bedeb69fe
--- /dev/null
+++ b/domains/alphatest.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "YouFoundAlpha",
+ "email": "sweepalf@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
+ "MX": "hosts.is-a.dev"
+ }
+}
\ No newline at end of file
diff --git a/domains/amity.json b/domains/amity.json
new file mode 100644
index 000000000..27e397938
--- /dev/null
+++ b/domains/amity.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "winrg",
+ "email": "alyx@aleteoryx.me"
+ },
+ "record": {
+ "URL": "https://aleteoryx.me"
+ }
+}
diff --git a/domains/preview.beta.json b/domains/analytics.json
similarity index 73%
rename from domains/preview.beta.json
rename to domains/analytics.json
index 17ebbe84d..df90b568a 100644
--- a/domains/preview.beta.json
+++ b/domains/analytics.json
@@ -4,6 +4,6 @@
"email": "phenax5@gmail.com"
},
"record": {
- "CNAME": "is-a-dev-bot.github.io"
+ "CNAME": "dns.beadman-network.com"
}
}
diff --git a/domains/ananth.json b/domains/ananth.json
index a8ceae1fc..4b3b51064 100644
--- a/domains/ananth.json
+++ b/domains/ananth.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "ananth-swamy.github.io"
}
-}
+}
diff --git a/domains/andreat.json b/domains/andreat.json
new file mode 100644
index 000000000..75e29d02c
--- /dev/null
+++ b/domains/andreat.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AToska21",
+ "email": "toskaandrea@gmail.com"
+ },
+ "record": {
+ "A": ["185.32.21.42"]
+ }
+}
diff --git a/domains/andrewstech.json b/domains/andrewstech.json
index 70591df6b..b6a6a112f 100644
--- a/domains/andrewstech.json
+++ b/domains/andrewstech.json
@@ -1,12 +1,11 @@
{
- "description": "My Portfolio",
- "repo": "https://github.com/andrewstech/andrewstech",
"owner": {
"username": "andrewstech",
- "email": "hello@andrewstech.me",
- "twitter": "andrewstech1"
+ "email": "andrew@win11react.com"
},
"record": {
- "CNAME": "andrewstech.github.io"
+ "A": ["217.174.245.249"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
+ "MX": "hosts.is-a.dev"
}
}
diff --git a/domains/andrewtest.json b/domains/andrewtest.json
new file mode 100644
index 000000000..4becd0c6d
--- /dev/null
+++ b/domains/andrewtest.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "andrewstech",
+ "email": "is-a-dev@win11react.com"
+ },
+ "record": {
+ "CNAME": "hosts.is-a.dev"
+ }
+}
diff --git a/domains/anime.json b/domains/anime.json
new file mode 100644
index 000000000..66bd72ebc
--- /dev/null
+++ b/domains/anime.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zarqizoubir",
+ "email": "zarqi.ezzoubair@etu.uae.ac.ma"
+ },
+ "record": {
+ "CNAME": "zarqizoubir.github.io"
+ }
+}
diff --git a/domains/anon.json b/domains/anon.json
index 23eacad4e..11d521260 100644
--- a/domains/anon.json
+++ b/domains/anon.json
@@ -6,6 +6,8 @@
"email": "contact@anonym-dev.tk"
},
"record": {
- "CNAME": "anondev.up.railway.app"
+ "A": ["216.24.57.1"],
+ "MX": ["4e7b2afdee66dc77.mx1.emailprofi.seznam.cz", "4e7b2afdee66dc77.mx2.emailprofi.seznam.cz"],
+ "TXT": "v=spf1 include:spf.seznam.cz ~all"
}
}
diff --git a/domains/ansari-atharnadim.json b/domains/ansari-atharnadim.json
index a133e0ccf..f5a717a63 100644
--- a/domains/ansari-atharnadim.json
+++ b/domains/ansari-atharnadim.json
@@ -1,11 +1,11 @@
{
- "description": "This is my website",
- "repo": "https://github.com/ansari-atharnadim/ansari-atharnadim.github.io",
- "owner": {
- "username": "ansari-atharnadim",
- "email": ""
- },
- "record": {
- "CNAME": "ansari-atharnadim.github.io"
- }
+ "description": "This is my website",
+ "repo": "https://github.com/ansari-atharnadim/ansari-atharnadim.github.io",
+ "owner": {
+ "username": "ansari-atharnadim",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "ansari-atharnadim.github.io"
+ }
}
diff --git a/domains/anshdadwal.json b/domains/anshdadwal.json
new file mode 100644
index 000000000..b8bc72be7
--- /dev/null
+++ b/domains/anshdadwal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "T-Dynamos",
+ "email": "anshdadwal298@gmail.com"
+ },
+ "record": {
+ "CNAME": "t-dynamos.github.io"
+ }
+}
diff --git a/domains/antonilin.json b/domains/antonilin.json
new file mode 100644
index 000000000..b929aa3a6
--- /dev/null
+++ b/domains/antonilin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bronislav",
+ "email": "anton@ilin.dn.ua"
+ },
+ "record": {
+ "CNAME": "bronislav.me"
+ }
+}
diff --git a/domains/api.json b/domains/api.json
index 72adff01c..2afedf41e 100644
--- a/domains/api.json
+++ b/domains/api.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "WilliamDavidHarrison",
- "email": "william@williamharrison.dev"
+ "username": "is-a-dev",
+ "email": "phenax5@gmail.com"
},
"record": {
diff --git a/domains/api.taoanhdep.json b/domains/api.taoanhdep.json
new file mode 100644
index 000000000..6fb447243
--- /dev/null
+++ b/domains/api.taoanhdep.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bracou",
+ "email": "bracoui809@gmail.com"
+ },
+ "record": {
+ "CNAME": "f9fbfdf8-17b8-4bce-be7f-34c1f919bb92.id.repl.co"
+ }
+}
diff --git a/domains/arab.json b/domains/arab.json
new file mode 100644
index 000000000..f29492c4d
--- /dev/null
+++ b/domains/arab.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "IMudee",
+ "email": "NotMudee@proton.me"
+ },
+ "record": {
+ "CNAME": "hosts.is-a.dev"
+ }
+}
diff --git a/domains/arboy.json b/domains/arboy.json
index 5ac1933b3..75fb23a93 100644
--- a/domains/arboy.json
+++ b/domains/arboy.json
@@ -1,7 +1,7 @@
{
"repo": "https://github.com/ARBoyGo/arboygo.github.io",
"owner": {
- "username": "arboygo",
+ "username": "ARBoyGo",
"email": "arboygo@duck.com"
},
"record": {
diff --git a/domains/arch.json b/domains/arch.json
index 53c1a5dcf..3ba605b85 100644
--- a/domains/arch.json
+++ b/domains/arch.json
@@ -5,7 +5,7 @@
"username": "Arch881010",
"email": "c1yd4.arch@inbox.testmail.app",
"discord": "arch1010",
- "discordid": "410248634593050627"
+ "discord-id": "410248634593050627"
},
"record": {
"CNAME": "arch881010.github.io"
diff --git a/domains/archelaus.json b/domains/archelaus.json
index 6352907b3..fe6ab726d 100644
--- a/domains/archelaus.json
+++ b/domains/archelaus.json
@@ -3,7 +3,7 @@
"repo": "https://github.com/archelaus/archelaus.github.io",
"owner": {
"username": "archelaus",
- "email": "aa.18cs02@thdcihet.ac.in"
+ "email": "archelaus@skiff.com"
},
"record": {
"CNAME": "archelaus.github.io"
diff --git a/domains/arwi.json b/domains/arwi.json
index 4c4bc1128..01e36ac38 100644
--- a/domains/arwi.json
+++ b/domains/arwi.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "arwichok.github.io"
}
-}
+}
diff --git a/domains/aryamaan.json b/domains/aryamaan.json
index d32032699..691d90fc4 100644
--- a/domains/aryamaan.json
+++ b/domains/aryamaan.json
@@ -4,12 +4,7 @@
"email": "9236.stkabirdio@gmail.com"
},
"record": {
- "A": [
- "185.199.110.153",
- "185.199.108.153",
- "185.199.111.153",
- "185.199.109.153"
- ],
+ "A": ["185.199.110.153", "185.199.108.153", "185.199.111.153", "185.199.109.153"],
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
diff --git a/domains/ashan.json b/domains/ashan.json
index def2ebdc0..862eb5662 100644
--- a/domains/ashan.json
+++ b/domains/ashan.json
@@ -4,7 +4,7 @@
"owner": {
"username": "SealedSlinger",
"email": "infoxkingyt@gmail.com",
- "twitter": "@AshanInduranga_"
+ "twitter": "AshanInduranga_"
},
"record": {
"CNAME": "SealedSlinger.github.io"
diff --git a/domains/ashc1ty.json b/domains/ashc1ty.json
new file mode 100644
index 000000000..0d564b944
--- /dev/null
+++ b/domains/ashc1ty.json
@@ -0,0 +1,11 @@
+{
+ "description": "AshC1ty's Website",
+ "repo": "https://github.com/AshC1ty/ashc1ty.github.io",
+ "owner": {
+ "username": "AshC1ty",
+ "email": "ashcity07734@gmail.com"
+ },
+ "record": {
+ "CNAME": "ashc1ty.github.io"
+ }
+}
diff --git a/domains/ashesh.json b/domains/ashesh.json
new file mode 100644
index 000000000..27c38f7c4
--- /dev/null
+++ b/domains/ashesh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Ashesh3",
+ "email": "ashesh1708@gmail.com"
+ },
+ "record": {
+ "CNAME": "ashesh3.github.io"
+ }
+}
diff --git a/domains/ashishbinu.json b/domains/ashishbinu.json
new file mode 100644
index 000000000..fc314d529
--- /dev/null
+++ b/domains/ashishbinu.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "ashishbinu",
+ "email": "ashishbinu90@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "ashishbinu.surge.sh"
+ }
+}
diff --git a/domains/asif.json b/domains/asif.json
new file mode 100644
index 000000000..7b000624e
--- /dev/null
+++ b/domains/asif.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Asif404",
+ "email": "asifmohammed4000@gmail.com"
+ },
+ "record": {
+ "CNAME": "asif-bq8.pages.dev"
+ }
+}
diff --git a/domains/asriel.json b/domains/asriel.json
index 9fbdf5162..1016b1dfc 100644
--- a/domains/asriel.json
+++ b/domains/asriel.json
@@ -1,6 +1,6 @@
{
"description": "asriel.is-a.dev",
- "repo": "https://github.com/asrielthegoat/asrielthegoat.github.io/",
+ "repo": "https://github.com/asrielthegoat/asrielthegoat.github.io",
"owner": {
"username": "AsrieltheGoat",
"email": "admin@dreemurrs.eu.org",
diff --git a/domains/astrix.json b/domains/astrix.json
index 3df190a1a..8d446cff0 100644
--- a/domains/astrix.json
+++ b/domains/astrix.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "LeGi0N09",
- "email": "priyanshmodi9@gmail.com",
- "discord": "712212307585007677"
+ "username": "LeGi0N09",
+ "email": "priyanshmodi9@gmail.com",
+ "discord": "712212307585007677"
},
"record": {
diff --git a/domains/aswin-vs.json b/domains/aswin-vs.json
index a749747b8..da7f5ed2f 100644
--- a/domains/aswin-vs.json
+++ b/domains/aswin-vs.json
@@ -1,11 +1,11 @@
-{
- "description": "Portfolio of Aswin V S",
- "repo": "https://github.com/aswin-vs/Portfolio",
- "owner": {
- "username": "aswin-vs",
- "email": "aswinvs.nitt@gmail.com"
- },
- "record": {
- "CNAME": "aswin-vs.github.io"
- }
-}
\ No newline at end of file
+{
+ "description": "Portfolio of Aswin V S",
+ "repo": "https://github.com/aswin-vs/Portfolio",
+ "owner": {
+ "username": "aswin-vs",
+ "email": "aswinvs.nitt@gmail.com"
+ },
+ "record": {
+ "CNAME": "aswin-vs.github.io"
+ }
+}
diff --git a/domains/ataim.json b/domains/ataim.json
index 7de1afc5a..6e098d7ae 100644
--- a/domains/ataim.json
+++ b/domains/ataim.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "ataim9999.github.io"
}
-}
+}
diff --git a/domains/au.json b/domains/au.json
new file mode 100644
index 000000000..05fbe0c32
--- /dev/null
+++ b/domains/au.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zzph",
+ "email": "johnbrettc@gmail.com"
+ },
+ "record": {
+ "CNAME": "zephyr-1.onrender.com"
+ }
+}
diff --git a/domains/auth.json b/domains/auth.json
deleted file mode 100644
index b184c3293..000000000
--- a/domains/auth.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev",
- "email": "phenax5@gmail.com"
- },
- "record": {
- "A": ["199.36.158.100"]
- }
-}
diff --git a/domains/avi.json b/domains/avi.json
index 278286efd..ecabd2b20 100644
--- a/domains/avi.json
+++ b/domains/avi.json
@@ -1,10 +1,7 @@
{
- "description": "Avi' personal developer website",
- "repo": "https://github.com/avipars/avipars.github.io",
"owner": {
"username": "avipars",
- "email": "dev@aviparshan.com",
- "twitter": "aviinfinity"
+ "email": "avi.pars@gmail.com"
},
"record": {
"CNAME": "avipars.github.io"
diff --git a/domains/axviii3.json b/domains/axviii3.json
index 343179a7c..47c35c9e6 100644
--- a/domains/axviii3.json
+++ b/domains/axviii3.json
@@ -4,12 +4,7 @@
"email": "anirbanrc2286@gmail.com"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
+ "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/ayvanov.json b/domains/ayvanov.json
new file mode 100644
index 000000000..24f94ffa3
--- /dev/null
+++ b/domains/ayvanov.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ayvanov",
+ "email": "xanderinho@gmail.com"
+ },
+ "record": {
+ "A": ["79.111.156.10"]
+ }
+}
diff --git a/domains/azeez.json b/domains/azeez.json
new file mode 100644
index 000000000..bfc4dcf0f
--- /dev/null
+++ b/domains/azeez.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "azizbna",
+ "email": "m.azizbenaissa@gmail.com"
+ },
+ "record": {
+ "CNAME": "azizbna.github.io"
+ }
+}
diff --git a/domains/b0q.json b/domains/b0q.json
index 7b808ee28..d8f361965 100644
--- a/domains/b0q.json
+++ b/domains/b0q.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "qbebo",
- "email": "qqqbeboo@yahoo.com",
- "discord": "897238854510211143"
+ "username": "qbebo",
+ "email": "qqqbeboo@yahoo.com",
+ "discord": "897238854510211143"
},
"record": {
diff --git a/domains/b69029a2925ad960f5af027cd6d10ed9.json b/domains/b69029a2925ad960f5af027cd6d10ed9.json
new file mode 100644
index 000000000..bef44eee2
--- /dev/null
+++ b/domains/b69029a2925ad960f5af027cd6d10ed9.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "is-a-dev-bot",
+ "email": "is-a-dev@win11react.com"
+ },
+ "record": {
+ "CNAME": "verify.bing.com"
+ }
+}
diff --git a/domains/ba9.json b/domains/ba9.json
index 0fff49587..e3eb54898 100644
--- a/domains/ba9.json
+++ b/domains/ba9.json
@@ -4,10 +4,7 @@
"email": "d2a59.ce26a.1@gmail.com"
},
"record": {
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
-}
\ No newline at end of file
+}
diff --git a/domains/balaganesh.json b/domains/balaganesh.json
new file mode 100644
index 000000000..3476bf55b
--- /dev/null
+++ b/domains/balaganesh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "balaganesh102004",
+ "email": "balaganesh10.2004@gmail.com"
+ },
+ "record": {
+ "URL": "https://balaganesh.com"
+ }
+}
diff --git a/domains/bare1.json b/domains/bare1.json
new file mode 100644
index 000000000..1e74f15b9
--- /dev/null
+++ b/domains/bare1.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tiwlinkskwazeh",
+ "email": "kwazehh@proton.me"
+ },
+ "record": {
+ "A": ["18.215.144.92"]
+ }
+}
diff --git a/domains/bday-list.suki.json b/domains/bday-list.suki.json
index a34c0ee47..e35fc4390 100644
--- a/domains/bday-list.suki.json
+++ b/domains/bday-list.suki.json
@@ -1,9 +1,9 @@
{
"owner": {
"username": "SukiPlayz",
- "email": "sukimayoo@outlook.com"
+ "email": "suki@suki.is-a.dev"
},
"record": {
- "CNAME": "65f74b16-32c4-4c9b-b6ae-8fd70c262487.id.repl.co"
+ "URL": "https://bday-list.tagesrevelio.repl.co"
}
}
diff --git a/domains/bdfd.json b/domains/bdfd.json
index 3b798a970..c48353767 100644
--- a/domains/bdfd.json
+++ b/domains/bdfd.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "wansie1",
- "email": "msc2tvdn@duck.com",
- "discord": "962788530336178236"
+ "username": "wansie1",
+ "email": "msc2tvdn@duck.com",
+ "discord": "962788530336178236"
},
"record": {
diff --git a/domains/beabzk.json b/domains/beabzk.json
new file mode 100644
index 000000000..b6ba68ba9
--- /dev/null
+++ b/domains/beabzk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "beabzk",
+ "email": "beabfekadz@gmail.com"
+ },
+ "record": {
+ "CNAME": "beabzk.github.io"
+ }
+}
diff --git a/domains/benediktreck.json b/domains/benediktreck.json
new file mode 100644
index 000000000..604c5ded1
--- /dev/null
+++ b/domains/benediktreck.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "usr577",
+ "email": "benedikt.reck@oesdorf.de"
+ },
+ "record": {
+ "CNAME": "hosts.is-a.dev"
+ }
+}
diff --git a/domains/beta.json b/domains/beta.json
deleted file mode 100644
index 0fc3a29a3..000000000
--- a/domains/beta.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev",
- "email": "phenax5@gmail.com"
- },
- "record": {
- "URL": "https://register.is-a.dev"
- }
-}
diff --git a/domains/bets.json b/domains/bets.json
new file mode 100644
index 000000000..8afecd8f5
--- /dev/null
+++ b/domains/bets.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Betsthebest",
+ "email": "bets.hassoun@gmail.com"
+ },
+ "record": {
+ "A": ["16.171.139.108"]
+ }
+}
diff --git a/domains/bibhu.json b/domains/bibhu.json
index f9407749b..b984c7e89 100644
--- a/domains/bibhu.json
+++ b/domains/bibhu.json
@@ -1,10 +1,10 @@
-{
- "owner": {
- "username": "bibs24",
- "email": "bibhuprasadsaha4@gmail.com"
- },
- "record": {
- "CNAME": "bibs24.github.io"
- },
- "description": "Personal Portfolio"
-}
\ No newline at end of file
+{
+ "owner": {
+ "username": "bibs24",
+ "email": "bibhuprasadsaha4@gmail.com"
+ },
+ "record": {
+ "CNAME": "bibs24.github.io"
+ },
+ "description": "Personal Portfolio"
+}
diff --git a/domains/bing-chilling.json b/domains/bing-chilling.json
index 99fdd57a9..58d1a3ccd 100644
--- a/domains/bing-chilling.json
+++ b/domains/bing-chilling.json
@@ -1,10 +1,10 @@
{
"owner": {
- "username": "TheUnium",
- "email": "ooooooooooooothereal@gmail.com"
- },
+ "username": "TheUnium",
+ "email": "ooooooooooooothereal@gmail.com"
+ },
- "record": {
- "CNAME": "theunium.github.io"
- }
+ "record": {
+ "CNAME": "theunium.github.io"
+ }
}
diff --git a/domains/birabittoh.json b/domains/birabittoh.json
new file mode 100644
index 000000000..e81b046ee
--- /dev/null
+++ b/domains/birabittoh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BiRabittoh",
+ "email": "andronacomarco@gmail.com"
+ },
+ "record": {
+ "CNAME": "birabittoh.github.io"
+ }
+}
diff --git a/domains/bk.json b/domains/bk.json
new file mode 100644
index 000000000..e7d9f49df
--- /dev/null
+++ b/domains/bk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "hbk671104",
+ "email": "hbk671104@gmail.com"
+ },
+ "record": {
+ "CNAME": "hbk671104.github.io"
+ }
+}
diff --git a/domains/bkmd.json b/domains/bkmd.json
new file mode 100644
index 000000000..90e48e005
--- /dev/null
+++ b/domains/bkmd.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Soldierplayz6867",
+ "email": "soldierplayz.tw@gmail.com"
+ },
+ "record": {
+ "CNAME": "da-1.us.hostns.io"
+ }
+}
diff --git a/domains/blankparticle.json b/domains/blankparticle.json
index b7569a880..5cf5c8339 100644
--- a/domains/blankparticle.json
+++ b/domains/blankparticle.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "BlankParticle",
- "email": "hello@blankparticle.me"
- },
- "record": {
- "URL": "https://www.blankparticle.me"
- }
+ "owner": {
+ "username": "BlankParticle",
+ "email": "hello@blankparticle.me"
+ },
+ "record": {
+ "URL": "https://www.blankparticle.me"
+ }
}
diff --git a/domains/blek.json b/domains/blek.json
index 3e45c4c06..3ed49412d 100644
--- a/domains/blek.json
+++ b/domains/blek.json
@@ -2,9 +2,9 @@
"description": "blek is a dev",
"owner": {
"username": "b1ek",
- "email": "me@blek.codes"
+ "email": "me@blek.codes"
},
"record": {
- "A": [ "185.130.226.115" ]
+ "A": ["185.130.226.115"]
}
}
diff --git a/domains/blinx.json b/domains/blinx.json
new file mode 100644
index 000000000..0a12e69cd
--- /dev/null
+++ b/domains/blinx.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "cabingory",
+ "email": "blinxduh@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
+ "MX": "hosts.is-a.dev"
+ }
+}
\ No newline at end of file
diff --git a/domains/blob2763.json b/domains/blob2763.json
new file mode 100644
index 000000000..8da1a718d
--- /dev/null
+++ b/domains/blob2763.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Blob2763",
+ "email": "blob2763@gmail.com"
+ },
+ "record": {
+ "CNAME": "blob2763.github.io"
+ }
+}
diff --git a/domains/blog.aditya.json b/domains/blog.aditya.json
index 571526b5f..592ac2fec 100644
--- a/domains/blog.aditya.json
+++ b/domains/blog.aditya.json
@@ -7,11 +7,6 @@
"twitter": "CodeWithAadi"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ]
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"]
}
}
diff --git a/domains/blog.crystal.json b/domains/blog.crystal.json
index f04028998..346c63b1f 100644
--- a/domains/blog.crystal.json
+++ b/domains/blog.crystal.json
@@ -1,5 +1,4 @@
{
- "description": "Blog",
"owner": {
"username": "crystalbajgai",
"email": "crystalbajgai@gmail.com"
diff --git a/domains/blog.dib.json b/domains/blog.dib.json
deleted file mode 100644
index b7660860b..000000000
--- a/domains/blog.dib.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Blog site for my personal projects.",
- "owner": {
- "username": "DEV-DIBSTER",
- "email": "dibster@danbot.host",
- "twitter": "DEV_DIBSTER"
- },
- "record": {
- "A": ["192.95.42.66"]
- }
-}
diff --git a/domains/blog.efrecon.json b/domains/blog.efrecon.json
new file mode 100644
index 000000000..887f54956
--- /dev/null
+++ b/domains/blog.efrecon.json
@@ -0,0 +1,11 @@
+{
+ "description": "efrecon's blog",
+ "repo": "https://github.com/efrecon/efrecon.github.io",
+ "owner": {
+ "username": "efrecon",
+ "email": "efrecon+github@gmail.com"
+ },
+ "record": {
+ "CNAME": "efrecon.github.io"
+ }
+}
diff --git a/domains/blog.itznesbro.json b/domains/blog.itznesbro.json
new file mode 100644
index 000000000..cd70d939b
--- /dev/null
+++ b/domains/blog.itznesbro.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ItzNesbroDev",
+ "email": "asnesbeer3@gmail.com"
+ },
+ "record": {
+ "CNAME": "hashnode.network"
+ }
+}
diff --git a/domains/blog.tnt.json b/domains/blog.tnt.json
new file mode 100644
index 000000000..be2e1ff31
--- /dev/null
+++ b/domains/blog.tnt.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SebTNT",
+ "email": "turquoisetntmultimedia@gmail.com"
+ },
+ "record": {
+ "CNAME": "ghs.google.com"
+ }
+}
diff --git a/domains/blue.json b/domains/blue.json
index 0ed1654b3..febc70c0c 100644
--- a/domains/blue.json
+++ b/domains/blue.json
@@ -1,12 +1,12 @@
{
- "description": "A newbie Python developer who wants to learn more about web design and Python development.",
- "repo": "https://github.com/Jimmy-Blue/jimmy-blue.github.io",
+ "description": "Personal site for b1uedev, a.k.a Blue.",
+ "repo": "https://github.com/B1ue-Dev/b1ue-dev.github.io",
"owner": {
- "username": "Jimmy-Blue",
+ "username": "B1ue-Dev",
"email": "ngolong1396@hotmail.com",
- "twitter": "JimmyBlue00"
+ "twitter": "b1uedev"
},
"record": {
- "CNAME": "jimmy-blue.github.io"
+ "CNAME": "b1ue-dev.github.io"
}
}
diff --git a/domains/bluemoon.json b/domains/bluemoon.json
new file mode 100644
index 000000000..6a0f9e884
--- /dev/null
+++ b/domains/bluemoon.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "amitbartfeld",
+ "email": "amitbartfeld@gmail.com"
+ },
+ "record": {
+ "CNAME": "amithost.com"
+ }
+}
diff --git a/domains/bmbs.json b/domains/bmbs.json
new file mode 100644
index 000000000..2397ce3ce
--- /dev/null
+++ b/domains/bmbs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BaamBuus",
+ "email": "bitternoah864@gmail.com"
+ },
+ "record": {
+ "CNAME": "baambuus.github.io"
+ }
+}
diff --git a/domains/bmh.json b/domains/bmh.json
new file mode 100644
index 000000000..99bb03bc0
--- /dev/null
+++ b/domains/bmh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bm-hien",
+ "email": "buiminhhien001@gmail.com"
+ },
+ "record": {
+ "URL": "https://bm-hien.github.io"
+ }
+}
diff --git a/domains/bmhien.json b/domains/bmhien.json
index 4c36c2cc8..f8e3db3bb 100644
--- a/domains/bmhien.json
+++ b/domains/bmhien.json
@@ -3,8 +3,7 @@
"username": "bm-hien",
"email": "buiminhhien001@gmail.com"
},
-
"record": {
- "CNAME": "bmhien.pages.dev"
+ "CNAME": "bm-hien.github.io"
}
}
diff --git a/domains/bob.json b/domains/bob.json
index faabbf279..2418f306f 100644
--- a/domains/bob.json
+++ b/domains/bob.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "rubinskiy.github.io"
}
-}
+}
diff --git a/domains/borboss.json b/domains/borboss.json
new file mode 100644
index 000000000..33dd07cc7
--- /dev/null
+++ b/domains/borboss.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "borboss",
+ "email": "bobbarosshasnoemail@gmail.com"
+ },
+ "record": {
+ "CNAME": "borboss.github.io"
+ }
+}
diff --git a/domains/boredcodebyk.json b/domains/boredcodebyk.json
index 63ccbb94b..9b3e1a499 100644
--- a/domains/boredcodebyk.json
+++ b/domains/boredcodebyk.json
@@ -3,7 +3,7 @@
"repo": "https://github.com/boredcodebyk/boredcodebyk.github.io",
"owner": {
"username": "boredcodebyk",
- "email": ""
+ "email": "khromabyk+dev@gmail.com"
},
"record": {
"CNAME": "boredcodebyk.github.io"
diff --git a/domains/boston2029.json b/domains/boston2029.json
new file mode 100644
index 000000000..6059e14f4
--- /dev/null
+++ b/domains/boston2029.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "boston2029",
+ "email": "boston2029@outlook.com"
+ },
+ "record": {
+ "CNAME": "215de2e6-27df-4710-82aa-ae0cfa6f19bc.id.repl.co"
+ }
+}
diff --git a/domains/bovas.json b/domains/bovas.json
index 339def193..6f55a92df 100644
--- a/domains/bovas.json
+++ b/domains/bovas.json
@@ -1,10 +1,10 @@
{
"owner": {
- "username": "bovas",
- "email": "bovaskjacobb2009@gmail.com"
- },
+ "username": "bovas",
+ "email": "bovaskjacobb2009@gmail.com"
+ },
- "record": {
- "URL": "https://dev.bovas.repl.co"
- }
+ "record": {
+ "URL": "https://dev.bovas.repl.co"
+ }
}
diff --git a/domains/boxey.json b/domains/boxey.json
new file mode 100644
index 000000000..85b77fcbc
--- /dev/null
+++ b/domains/boxey.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "B0XEY",
+ "email": "gramcooker@gmail.com"
+ },
+ "record": {
+ "URL": "https://sites.google.com/view/boxey-dev/home?authuser=0"
+ }
+}
diff --git a/domains/bug-writer.json b/domains/bug-writer.json
index d8d23a1f2..9b317de89 100644
--- a/domains/bug-writer.json
+++ b/domains/bug-writer.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "KeIrNeGn",
- "email": "terminatorx5e@gmail.com",
- "discord": "499592235772280842"
+ "username": "KeIrNeGn",
+ "email": "terminatorx5e@gmail.com",
+ "discord": "499592235772280842"
},
"record": {
diff --git a/domains/bur.json b/domains/bur.json
index cab2abf79..ef7e46335 100644
--- a/domains/bur.json
+++ b/domains/bur.json
@@ -1,16 +1,11 @@
{
- "owner": {
- "username": "burandby",
- "email": "bur.and.by@gmail.com",
- "twitter": "burandby",
- "discord": "burandby"
- },
- "record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ]
- }
+ "owner": {
+ "username": "burandby",
+ "email": "bur.and.by@gmail.com",
+ "twitter": "burandby",
+ "discord": "burandby"
+ },
+ "record": {
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"]
+ }
}
diff --git a/domains/byte.json b/domains/byte.json
new file mode 100644
index 000000000..b25114358
--- /dev/null
+++ b/domains/byte.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SquareSmp",
+ "email": "squaresmp@asia.com"
+ },
+ "record": {
+ "URL": "https://squaresmp.github.io/"
+ }
+}
diff --git a/domains/c00l.json b/domains/c00l.json
index fa7c57df9..bdd33ad63 100644
--- a/domains/c00l.json
+++ b/domains/c00l.json
@@ -1,4 +1,3 @@
-
{
"description": "Heyayyu' game developer",
"repo": "https://github.com/heyayyu/heyyayu.github.io",
diff --git a/domains/caodoc.json b/domains/caodoc.json
new file mode 100644
index 000000000..8682070a5
--- /dev/null
+++ b/domains/caodoc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "caodoc",
+ "email": "dochicao2306@gmail.com"
+ },
+ "record": {
+ "CNAME": "caodoc.github.io"
+ }
+}
diff --git a/domains/casb-netbox.json b/domains/casb-netbox.json
deleted file mode 100644
index 5cbe0b306..000000000
--- a/domains/casb-netbox.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Qoyyuum",
- "email": "abdul.qoyyuum@gmail.com"
- },
-
- "record": {
- "A": ["35.198.253.237"]
- }
-}
diff --git a/domains/catlord.json b/domains/catlord.json
new file mode 100644
index 000000000..39d7be89c
--- /dev/null
+++ b/domains/catlord.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "element10101",
+ "email": "gnoeleht@gmail.com"
+ },
+ "record": {
+ "CNAME": "3722a886-2c2c-40e3-991b-0d4cb5e935b7.id.repl.co"
+ }
+}
diff --git a/domains/cd.json b/domains/cd.json
new file mode 100644
index 000000000..3c40f5f81
--- /dev/null
+++ b/domains/cd.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal website of Yaksh Bariya",
+ "repo": "https://github.com/thunder-coding/CodingThunder",
+ "owner": {
+ "username": "thunder-coding",
+ "email": "yakshbari4@gmail.com",
+ "discord": "codingthunder"
+ },
+ "record": {
+ "CNAME": "thunder-coding.github.io"
+ }
+}
diff --git a/domains/cdn.akai.json b/domains/cdn.akai.json
index e8745388a..f3d419188 100644
--- a/domains/cdn.akai.json
+++ b/domains/cdn.akai.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "AmazingAkai",
- "email": "",
- "discord": "Akai#8199"
- },
- "record": {
- "A": ["45.79.247.123"],
- "TXT": "7Yuu0bep"
- }
+ "owner": {
+ "username": "AmazingAkai",
+ "email": "",
+ "discord": "Akai#8199"
+ },
+ "record": {
+ "A": ["45.79.247.123"],
+ "TXT": "7Yuu0bep"
+ }
}
diff --git a/domains/cdn.badboy.json b/domains/cdn.badboy.json
index ddcf893be..9297c19e4 100644
--- a/domains/cdn.badboy.json
+++ b/domains/cdn.badboy.json
@@ -6,6 +6,6 @@
"email": "contact@mail.badboy.is-a.dev"
},
"record": {
- "CNAME": "89b424b5-8e2d-4678-93a9-b793cdf6fceb.id.repl.co"
+ "CNAME": "0b68d425-3b0b-47fc-bd21-66c73ba1cf15.id.repl.co"
}
}
diff --git a/domains/cdn.semant.json b/domains/cdn.semant.json
index 8ea1a2390..ca5bd2b5b 100644
--- a/domains/cdn.semant.json
+++ b/domains/cdn.semant.json
@@ -6,6 +6,6 @@
"email": "contact@semant.is-a.dev"
},
"record": {
- "CNAME": "89b424b5-8e2d-4678-93a9-b793cdf6fceb.id.repl.co"
+ "CNAME": "0b68d425-3b0b-47fc-bd21-66c73ba1cf15.id.repl.co"
}
}
diff --git a/domains/chandra.json b/domains/chandra.json
index 3f1f3fc0e..8c0ba425a 100644
--- a/domains/chandra.json
+++ b/domains/chandra.json
@@ -1,10 +1,7 @@
{
- "description": "An Data Analyst Portfolio",
- "repo": "https://github.com/sekharmalla/portfolio",
"owner": {
"username": "sekharmalla",
- "email": "chandra.malla@msftcommunity.com",
- "twitter": "ChandraSMalla"
+ "email": "sekharmalla.vfx@gmail.com"
},
"record": {
"CNAME": "sekharmalla.github.io"
diff --git a/domains/chethan.json b/domains/chethan.json
new file mode 100644
index 000000000..75ee85d6e
--- /dev/null
+++ b/domains/chethan.json
@@ -0,0 +1,13 @@
+{
+ "description": "Portfolio of Chethan Yadav",
+ "repo": "https://github.com/chethanyadav456/chethanyadav456.github.io",
+ "owner": {
+ "username": "chethanyadav456",
+ "email": "chethanyadav456@gmail.com",
+ "twitter": "DenRaaz77190",
+ "discord": "raaz6"
+ },
+ "record": {
+ "CNAME": "chethanyadav456.github.io"
+ }
+}
diff --git a/domains/chirag.json b/domains/chirag.json
new file mode 100644
index 000000000..efbc7cd47
--- /dev/null
+++ b/domains/chirag.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ChiragAgg5k",
+ "email": "chiragaggarwal5k@gmail.com"
+ },
+ "record": {
+ "CNAME": "profile-website-5qr.pages.dev"
+ }
+}
diff --git a/domains/chouhict.json b/domains/chouhict.json
index 3841d94d9..73561fe2f 100644
--- a/domains/chouhict.json
+++ b/domains/chouhict.json
@@ -6,12 +6,7 @@
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"],
"MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
diff --git a/domains/chrystom.json b/domains/chrystom.json
new file mode 100644
index 000000000..5fdbdded1
--- /dev/null
+++ b/domains/chrystom.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "chrystom",
+ "email": "chrystomt@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "chrystom.github.io"
+ }
+}
diff --git a/domains/clay.json b/domains/clay.json
new file mode 100644
index 000000000..994a2f470
--- /dev/null
+++ b/domains/clay.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ClaytonTDM",
+ "email": "claytontdm@gmail.com"
+ },
+ "record": {
+ "CNAME": "claytontdm.github.io"
+ }
+}
diff --git a/domains/codesz.json b/domains/codesz.json
new file mode 100644
index 000000000..46eb03696
--- /dev/null
+++ b/domains/codesz.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "codeszsoft",
+ "email": "codeszsoftware@gmail.com"
+ },
+ "repo": "https://github.com/codeszsoft/codeszsoft.github.io",
+ "record": {
+ "CNAME": "codeszsoft.github.io"
+ }
+}
diff --git a/domains/contentbot.json b/domains/contentbot.json
index 7f1cbc6e1..8abfa1dd0 100644
--- a/domains/contentbot.json
+++ b/domains/contentbot.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "Fqcxn",
- "email": "",
- "twitter": "FqcxnOfficial",
- "discord": "hong.kong"
- },
- "record": {
- "CNAME": "6399365d-4f52-4cfb-bbc2-5f18d1974c7f.id.repl.co"
- }
+ "owner": {
+ "username": "Fqcxn",
+ "email": "",
+ "twitter": "FqcxnLmao",
+ "discord": "hong.kong"
+ },
+ "record": {
+ "CNAME": "fqcxn.com"
+ }
}
diff --git a/domains/coolbots.json b/domains/coolbots.json
new file mode 100644
index 000000000..6d1924bea
--- /dev/null
+++ b/domains/coolbots.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "wansiie",
+ "email": "Janeiscool4ever@web.de"
+ },
+ "record": {
+ "CNAME": "89e1de78ff-hosting.gitbook.io"
+ }
+}
diff --git a/domains/copysland.json b/domains/copysland.json
new file mode 100644
index 000000000..f776f83f2
--- /dev/null
+++ b/domains/copysland.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Hillzacky",
+ "email": "Hilm4nsyah@gmail.com"
+ },
+ "record": {
+ "CNAME": "copysland.github.io"
+ }
+}
diff --git a/domains/crazymax.json b/domains/crazymax.json
new file mode 100644
index 000000000..0399d9cac
--- /dev/null
+++ b/domains/crazymax.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Crazy-Max-Blog",
+ "email": "Crazy-Max-2011@yandex.ru"
+ },
+ "record": {
+ "URL": "https://crazy-max-blog.github.io/test"
+ }
+}
diff --git a/domains/cristianmihai.json b/domains/cristianmihai.json
index 22e178f03..ac8b77d9e 100644
--- a/domains/cristianmihai.json
+++ b/domains/cristianmihai.json
@@ -1,11 +1,11 @@
-{
- "description": "My personal dev website.",
- "repo": "https://github.com/CristianEduardMihai/is-a.dev.github.io",
- "owner": {
- "username": "CristianEduardMihai",
- "email": "cristianeduardmihai@gmail.com"
- },
- "record": {
- "CNAME": "cristianeduardmihai.github.io"
- }
-}
+{
+ "description": "My personal dev website.",
+ "repo": "https://github.com/CristianEduardMihai/is-a.dev.github.io",
+ "owner": {
+ "username": "CristianEduardMihai",
+ "email": "cristianeduardmihai@gmail.com"
+ },
+ "record": {
+ "CNAME": "cristianeduardmihai.github.io"
+ }
+}
diff --git a/domains/cs.json b/domains/cs.json
index 433f05500..0f765b1d7 100644
--- a/domains/cs.json
+++ b/domains/cs.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "shorecn.github.io"
}
-}
+}
diff --git a/domains/cv.json b/domains/cv.json
new file mode 100644
index 000000000..583ce9bc8
--- /dev/null
+++ b/domains/cv.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "j0code",
+ "discord": "j0code",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "cohalejoja.selfhost.eu"
+ }
+}
diff --git a/domains/cyr.json b/domains/cyr.json
index f38a99955..a63186f42 100644
--- a/domains/cyr.json
+++ b/domains/cyr.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "SoulUchiha",
- "email": "gameracsyt707@gmail.com",
- "discord": "978601368950542397"
+ "username": "SoulUchiha",
+ "email": "gameracsyt707@gmail.com",
+ "discord": "978601368950542397"
},
"record": {
diff --git a/domains/cz.json b/domains/cz.json
new file mode 100644
index 000000000..235d26771
--- /dev/null
+++ b/domains/cz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ac009527",
+ "email": "18571853917@163.com"
+ },
+ "record": {
+ "A": ["193.111.31.120"]
+ }
+}
diff --git a/domains/d3admanbot.json b/domains/d3admanbot.json
index 1825961ea..dab4851c6 100644
--- a/domains/d3admanbot.json
+++ b/domains/d3admanbot.json
@@ -1,5 +1,5 @@
{
- "description": "@D3ADVAU 's Telegram Bot | @D3ADMANBOT @D3ADVAU",
+ "description": "D3ADVAU 's Telegram Bot | @D3ADMANBOT @D3ADVAU",
"owner": {
"username": "D3ADVAU",
"email": "deadmanofficial247@gmail.com"
diff --git a/domains/d3c.json b/domains/d3c.json
index 3da1902cc..9daeb5bbb 100644
--- a/domains/d3c.json
+++ b/domains/d3c.json
@@ -1,13 +1,10 @@
{
- "owner": {
- "username": "czb8",
- "email": "czb8.a1@gmail.com"
- },
- "record": {
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ "owner": {
+ "username": "czb8",
+ "email": "czb8.a1@gmail.com"
+ },
+ "record": {
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/daanschenkel.json b/domains/daanschenkel.json
index 71ee24f88..33851d31e 100644
--- a/domains/daanschenkel.json
+++ b/domains/daanschenkel.json
@@ -3,7 +3,6 @@
"username": "daanschenkel",
"email": "daan@daanschenkel.nl"
},
-
"record": {
"URL": "https://daanschenkel.nl"
}
diff --git a/domains/daddy.json b/domains/daddy.json
deleted file mode 100644
index 7d6e17792..000000000
--- a/domains/daddy.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "description": "Redirect to daddy mahir's website",
- "repo": "https://github.com/mtgsquad",
- "owner": {
- "username": "mtgsquad",
- "email": "mahir@molai.dev",
- "twitter": "DevMolai",
- "discord": "molai.dev#2674"
- },
- "record": {
- "URL": "https://molai.dev"
- }
-}
diff --git a/domains/damned.json b/domains/damned.json
index 586a76bc3..af720af97 100644
--- a/domains/damned.json
+++ b/domains/damned.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "damnedstudios.github.io"
}
-}
+}
diff --git a/domains/danilofuchs.json b/domains/danilofuchs.json
index c20da8e25..e081cdc8f 100644
--- a/domains/danilofuchs.json
+++ b/domains/danilofuchs.json
@@ -1,6 +1,4 @@
{
- "description": "danilofuchs's is-a.dev domain",
- "repo": "https://github.com/danilofuchs/danilofuchs.github.io",
"owner": {
"username": "danilofuchs",
"email": "danilo_fuchs@hotmail.com"
diff --git a/domains/darkdevil.json b/domains/darkdevil.json
index b70b4b89b..811bff878 100644
--- a/domains/darkdevil.json
+++ b/domains/darkdevil.json
@@ -7,12 +7,7 @@
"discord": "LRxDark Dare Devil#0001"
},
"record": {
- "A": [
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153",
- "185.199.108.153"
- ],
+ "A": ["185.199.109.153", "185.199.110.153", "185.199.111.153", "185.199.108.153"],
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
diff --git a/domains/darrem.json b/domains/darrem.json
new file mode 100644
index 000000000..53371c867
--- /dev/null
+++ b/domains/darrem.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DarremMolko",
+ "email": "justdarrem@gmail.com"
+ },
+ "record": {
+ "CNAME": "darrem.alwaysdata.net"
+ }
+}
diff --git a/domains/data.json b/domains/data.json
index 5738c9ef2..10d14c84b 100644
--- a/domains/data.json
+++ b/domains/data.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "WilliamDavidHarrison",
- "email": "william@williamharrison.dev"
+ "username": "is-a-dev",
+ "email": "phenax5@gmail.com"
},
"record": {
diff --git a/domains/datamind.json b/domains/datamind.json
index b27443de8..4e8d9c915 100644
--- a/domains/datamind.json
+++ b/domains/datamind.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "dataminddev.github.io"
}
-}
+}
diff --git a/domains/debjit-mandal.json b/domains/debjit-mandal.json
new file mode 100644
index 000000000..b2434505d
--- /dev/null
+++ b/domains/debjit-mandal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "debjit-mandal",
+ "email": "debjitmandal8925@gmail.com"
+ },
+ "record": {
+ "CNAME": "debjit-mandal.github.io"
+ }
+}
diff --git a/domains/deepak.json b/domains/deepak.json
index 1e6cd02ba..f031c76cd 100644
--- a/domains/deepak.json
+++ b/domains/deepak.json
@@ -1,11 +1,11 @@
-{
- "description": "Deepak's Personal Site",
- "repo": "https://github.com/marchinghunter/marchinghunter.github.io",
- "owner": {
- "username": "marchinghunter",
- "email": "dm6593120@gmail.com"
- },
- "record": {
- "CNAME": "marchinghunter.github.io"
- }
-}
+{
+ "description": "Deepak's Personal Site",
+ "repo": "https://github.com/marchinghunter/marchinghunter.github.io",
+ "owner": {
+ "username": "marchinghunter",
+ "email": "dm6593120@gmail.com"
+ },
+ "record": {
+ "CNAME": "marchinghunter.github.io"
+ }
+}
diff --git a/domains/delasheras.json b/domains/delasheras.json
index 9dc9857e6..2794d8db2 100644
--- a/domains/delasheras.json
+++ b/domains/delasheras.json
@@ -1,11 +1,9 @@
{
- "owner":{
- "username":"ruben-as",
- "email":"ruben.aja.85@gmail.com"
- },
- "record":{
- "A":[
- "212.227.32.105"
- ]
- }
+ "owner": {
+ "username": "ruben-as",
+ "email": "ruben.aja.85@gmail.com"
+ },
+ "record": {
+ "A": ["212.227.32.105"]
+ }
}
diff --git a/domains/deltafumble.json b/domains/deltafumble.json
new file mode 100644
index 000000000..e8450990a
--- /dev/null
+++ b/domains/deltafumble.json
@@ -0,0 +1,12 @@
+{
+ "description": "My blog",
+ "repo": "https://github.com/deltafumble/deltafumble.github.io",
+ "owner": {
+ "username": "deltafumble",
+ "email": "deltafumblecontact@skiff.com",
+ "twitter": "deltafumble"
+ },
+ "record": {
+ "CNAME": "deltafumble.github.io"
+ }
+}
diff --git a/domains/demongamez.json b/domains/demongamez.json
new file mode 100644
index 000000000..8bab6eb0f
--- /dev/null
+++ b/domains/demongamez.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ShadowPlayzYT22",
+ "email": "peterwyneg@gmail.com",
+ "discord": "1038747272701292584"
+ },
+
+ "record": {
+ "CNAME": "1330d861-7ea5-40e4-aeec-98267aebec75.id.repl.co"
+ }
+}
diff --git a/domains/demonplayz.json b/domains/demonplayz.json
new file mode 100644
index 000000000..8bab6eb0f
--- /dev/null
+++ b/domains/demonplayz.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ShadowPlayzYT22",
+ "email": "peterwyneg@gmail.com",
+ "discord": "1038747272701292584"
+ },
+
+ "record": {
+ "CNAME": "1330d861-7ea5-40e4-aeec-98267aebec75.id.repl.co"
+ }
+}
diff --git a/domains/dennystc.json b/domains/dennystc.json
new file mode 100644
index 000000000..09e305384
--- /dev/null
+++ b/domains/dennystc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "dtcabrerizo",
+ "email": "cabrerizo@gmail.com"
+ },
+ "record": {
+ "CNAME": "ecodoc.com.br"
+ }
+}
diff --git a/domains/dev-420.json b/domains/dev-420.json
new file mode 100644
index 000000000..8c029e4b8
--- /dev/null
+++ b/domains/dev-420.json
@@ -0,0 +1,12 @@
+{
+ "description": "Just a website for me",
+ "repo": "https://github.com/Dev-420/dev-420.github.io",
+ "owner": {
+ "username": "Dev-420",
+ "email": "imakbss@gmail.com",
+ "discord":"hot_dev"
+ },
+ "record": {
+ "CNAME": "dev-420.github.io"
+ }
+}
diff --git a/domains/deva.json b/domains/deva.json
new file mode 100644
index 000000000..738d70968
--- /dev/null
+++ b/domains/deva.json
@@ -0,0 +1,11 @@
+{
+ "description": "my mail forwarder",
+ "owner": {
+ "username": "turbomaster95",
+ "email": "devamidhun.3c.kmbvm@gmail.com"
+ },
+ "record": {
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/devel.json b/domains/devel.json
new file mode 100644
index 000000000..a099cacac
--- /dev/null
+++ b/domains/devel.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Atr-e",
+ "email": "eatr577@gmail.com"
+ },
+ "record": {
+ "MX": ["mx1.improvmx.com"]
+ }
+}
diff --git a/domains/devfate.json b/domains/devfate.json
index 0bb9c1a2a..f9e1047d6 100644
--- a/domains/devfate.json
+++ b/domains/devfate.json
@@ -1,10 +1,10 @@
{
- "owner":{
- "username":"blackpandan",
- "email": "",
- "twitter": "camzy_l"
- },
- "record":{
- "CNAME":"blackpandan.github.io"
- }
+ "owner": {
+ "username": "blackpandan",
+ "email": "",
+ "twitter": "camzy_l"
+ },
+ "record": {
+ "CNAME": "blackpandan.github.io"
+ }
}
diff --git a/domains/devilplayz.json b/domains/devilplayz.json
new file mode 100644
index 000000000..3dcc886a0
--- /dev/null
+++ b/domains/devilplayz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ShadowPlayzYT22",
+ "email": "peterwyneg@gmail.com"
+ },
+ "record": {
+ "CNAME": "1330d861-7ea5-40e4-aeec-98267aebec75.id.repl.co"
+ }
+}
diff --git a/domains/dexo.json b/domains/dexo.json
index 8274fd193..15ff08cfb 100644
--- a/domains/dexo.json
+++ b/domains/dexo.json
@@ -1,11 +1,9 @@
{
- "description": "Ce cauti ma aici?",
"owner": {
"username": "DeXoHigh",
- "email": "dexocash@gmail.com"
+ "email": "dexo1337@pm.me"
},
"record": {
- "A": ["185.141.25.116"],
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
diff --git a/domains/dhaval-kareliya.json b/domains/dhaval-kareliya.json
index e7e0654c5..6b1eb3c61 100644
--- a/domains/dhaval-kareliya.json
+++ b/domains/dhaval-kareliya.json
@@ -1,11 +1,11 @@
{
- "description": "This is a personal website",
- "repo": "https://github.com/dhaval-kareliya/dhaval-kareliya.github.io",
- "owner": {
- "username": "dhaval-kareliya",
- "email": ""
- },
- "record": {
- "CNAME": "dhaval-kareliya.github.io"
- }
+ "description": "This is a personal website",
+ "repo": "https://github.com/dhaval-kareliya/dhaval-kareliya.github.io",
+ "owner": {
+ "username": "dhaval-kareliya",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "dhaval-kareliya.github.io"
+ }
}
diff --git a/domains/dhruvil.json b/domains/dhruvil.json
index dbdb03796..04702b8e7 100644
--- a/domains/dhruvil.json
+++ b/domains/dhruvil.json
@@ -6,12 +6,7 @@
"email": "dhruvil1808@gmail.com"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
+ "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/dhyeypatel.json b/domains/dhyeypatel.json
new file mode 100644
index 000000000..589ac2402
--- /dev/null
+++ b/domains/dhyeypatel.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "dh2523",
+ "email": "dhpatel2523@gmail.com"
+ },
+ "record": {
+ "CNAME": "dh2523.github.io"
+ }
+}
diff --git a/domains/dib.json b/domains/dib.json
index 9309e1001..d3f7d039a 100644
--- a/domains/dib.json
+++ b/domains/dib.json
@@ -6,6 +6,6 @@
"twitter": "DEV_DIBSTER"
},
"record": {
- "A": ["192.95.42.66"]
+ "CNAME": "proxy.dib.localplayer.dev"
}
}
diff --git a/domains/dibster.json b/domains/dibster.json
index 37fb8a60e..af0bba065 100644
--- a/domains/dibster.json
+++ b/domains/dibster.json
@@ -6,6 +6,6 @@
"twitter": "DEV_DIBSTER"
},
"record": {
- "A": ["192.95.42.66"]
+ "CNAME": "proxy.dib.localplayer.dev"
}
}
diff --git a/domains/dirgha-ukani.json b/domains/dirgha-ukani.json
index 78ca848dd..aacb530ee 100644
--- a/domains/dirgha-ukani.json
+++ b/domains/dirgha-ukani.json
@@ -1,11 +1,11 @@
{
- "description": "This is personal website",
- "repo": "https://github.com/dirgha-ukani/dirgha-ukani.github.io",
- "owner": {
- "username": "dirgha-ukani",
- "email": ""
- },
- "record": {
- "CNAME": "dirgha-ukani.github.io"
- }
+ "description": "This is personal website",
+ "repo": "https://github.com/dirgha-ukani/dirgha-ukani.github.io",
+ "owner": {
+ "username": "dirgha-ukani",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "dirgha-ukani.github.io"
+ }
}
diff --git a/domains/dmmay.json b/domains/dmmay.json
new file mode 100644
index 000000000..364f2bc30
--- /dev/null
+++ b/domains/dmmay.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nguoidungkhongdinhdanhh",
+ "email": "azura22@skiff.com"
+ },
+ "record": {
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"]
+ }
+}
diff --git a/domains/dodo1213.json b/domains/dodo1213.json
new file mode 100644
index 000000000..d42596d43
--- /dev/null
+++ b/domains/dodo1213.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Dodo1213",
+ "email": "dodogut602@gmail.com"
+ },
+ "record": {
+ "CNAME": "dodo1213.de"
+ }
+}
diff --git a/domains/dommor.json b/domains/dommor.json
index 9dc9857e6..2794d8db2 100644
--- a/domains/dommor.json
+++ b/domains/dommor.json
@@ -1,11 +1,9 @@
{
- "owner":{
- "username":"ruben-as",
- "email":"ruben.aja.85@gmail.com"
- },
- "record":{
- "A":[
- "212.227.32.105"
- ]
- }
+ "owner": {
+ "username": "ruben-as",
+ "email": "ruben.aja.85@gmail.com"
+ },
+ "record": {
+ "A": ["212.227.32.105"]
+ }
}
diff --git a/domains/donate.gornostay25.json b/domains/donate.gornostay25.json
index f2ad0d0b6..3636d58ab 100644
--- a/domains/donate.gornostay25.json
+++ b/domains/donate.gornostay25.json
@@ -4,11 +4,6 @@
"email": "me@gornostay25.is-a.dev"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ]
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"]
}
}
diff --git a/domains/donno2048.json b/domains/donno2048.json
index f073cb941..9738ca276 100644
--- a/domains/donno2048.json
+++ b/domains/donno2048.json
@@ -1,10 +1,9 @@
-
{
"owner": {
"username": "donno2048",
"email": "just4now666666@gmail.com"
},
"record": {
- "URL": "https://donno2048.github.io/Portfolio/"
+ "URL": "https://donno2048.github.io/Portfolio"
}
-}
+}
diff --git a/domains/dqmn.json b/domains/dqmn.json
index 1121848e0..f8cb5eedc 100644
--- a/domains/dqmn.json
+++ b/domains/dqmn.json
@@ -1,11 +1,11 @@
{
- "description": "dqmn.is-a.dev",
- "repo": "https://github.com/dqmn/dqmn.github.io",
- "owner": {
- "username": "dqmn",
- "email": "dqmnbackup@gmail.com"
- },
- "record": {
- "CNAME": "dqmn.github.io"
- }
+ "description": "dqmn.is-a.dev",
+ "repo": "https://github.com/dqmn/dqmn.github.io",
+ "owner": {
+ "username": "dqmn",
+ "email": "dqmnbackup@gmail.com"
+ },
+ "record": {
+ "CNAME": "dqmn.github.io"
+ }
}
diff --git a/domains/dr-therapy.json b/domains/dr-therapy.json
new file mode 100644
index 000000000..b7dede2db
--- /dev/null
+++ b/domains/dr-therapy.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "drtherapy2023",
+ "email": "sitehesap@proton.me",
+ "discord": "706419336235188264"
+ },
+
+ "record": {
+ "CNAME": "drtherapy2023.github.io"
+ }
+}
diff --git a/domains/drizion.json b/domains/drizion.json
new file mode 100644
index 000000000..70090b594
--- /dev/null
+++ b/domains/drizion.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "drizion",
+ "email": "gabrieldasilvadevargas@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=drizion.is-a.dev,6f313e7f58cf1bdb9801"
+ }
+}
diff --git a/domains/drpleaserespect.json b/domains/drpleaserespect.json
index cc3ea775d..5ca6c4b45 100644
--- a/domains/drpleaserespect.json
+++ b/domains/drpleaserespect.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "DrPleaseRespect",
- "email": "juliannayr2007@gmail.com",
- "discord": "300641942646161409"
+ "username": "DrPleaseRespect",
+ "email": "juliannayr2007@gmail.com",
+ "discord": "300641942646161409"
},
"record": {
diff --git a/domains/drtherapy.json b/domains/drtherapy.json
new file mode 100644
index 000000000..a589a2654
--- /dev/null
+++ b/domains/drtherapy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "drtherapy2023",
+ "email": "sitehesap@proton.me"
+ },
+ "record": {
+ "CNAME": "drtherapy2023.github.io"
+ }
+}
diff --git a/domains/ducky.json b/domains/ducky.json
deleted file mode 100644
index 012aafbf0..000000000
--- a/domains/ducky.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My website for random stuff",
- "repo": "https://github.com/WhoTook7050/WhoTook7050.github.io",
- "owner": {
- "username": "WhoTook7050",
- "email": "tosonana@tuta.io"
- },
- "record": {
- "CNAME": "WhoTook7050.github.io"
- }
-}
diff --git a/domains/dumprr.json b/domains/dumprr.json
new file mode 100644
index 000000000..e02aa7a2b
--- /dev/null
+++ b/domains/dumprr.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/dumprr/dumprr.github.io",
+ "owner": {
+ "username": "dumprr",
+ "email": "duhhhmprr@proton.me"
+ },
+ "record": {
+ "CNAME": "dumprr.github.io"
+ }
+}
diff --git a/domains/dushmanta.json b/domains/dushmanta.json
index 3da0519e7..3d2daafbb 100644
--- a/domains/dushmanta.json
+++ b/domains/dushmanta.json
@@ -3,7 +3,7 @@
"repo": "https://github.com/dushmanta05/dushmanta05.github.io",
"owner": {
"username": "dushmanta05",
- "email": "dushmanta0511@gmail.com",
+ "email": "dushmanta.dev@gmail.com",
"twitter": "dushmanta05"
},
"record": {
diff --git a/domains/duy.json b/domains/duy.json
new file mode 100644
index 000000000..3a30b641f
--- /dev/null
+++ b/domains/duy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DuykhanhGaming",
+ "email": "andickhead124@gmail.com"
+ },
+ "record": {
+ "CNAME": "dreemurrs.eu.org"
+ }
+}
diff --git a/domains/duyeric.json b/domains/duyeric.json
new file mode 100644
index 000000000..998d83e96
--- /dev/null
+++ b/domains/duyeric.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "duyeric",
+ "email": "duyericmmo@gmail.com"
+ },
+ "record": {
+ "A": ["172.245.139.131"]
+ }
+}
diff --git a/domains/duynguyen.json b/domains/duynguyen.json
new file mode 100644
index 000000000..998d83e96
--- /dev/null
+++ b/domains/duynguyen.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "duyeric",
+ "email": "duyericmmo@gmail.com"
+ },
+ "record": {
+ "A": ["172.245.139.131"]
+ }
+}
diff --git a/domains/dylanmarsili.json b/domains/dylanmarsili.json
index 806a7d125..d27a31aec 100644
--- a/domains/dylanmarsili.json
+++ b/domains/dylanmarsili.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "dylan-marsili.github.io"
}
-}
+}
diff --git a/domains/easlo.json b/domains/easlo.json
new file mode 100644
index 000000000..4bb1b57f3
--- /dev/null
+++ b/domains/easlo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "roktim32",
+ "email": "roktimsenapoty2@gmail.com"
+ },
+ "record": {
+ "TXT": "google-site-verification=I-qh4G6_-4yoA7JYUS8D8xFLDBgmCWToJisBGZYIqw0"
+ }
+}
diff --git a/domains/eden.json b/domains/eden.json
new file mode 100644
index 000000000..c5521af52
--- /dev/null
+++ b/domains/eden.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/edenqwq/edenqwq.github.io",
+ "owner": {
+ "username": "EdenQwQ",
+ "email": "lsahlm1eden@gmail.com"
+ },
+ "record": {
+ "CNAME": "edenqwq.github.io"
+ }
+}
diff --git a/domains/edmonddevera.json b/domains/edmonddevera.json
index a017288b4..8fe1e6321 100644
--- a/domains/edmonddevera.json
+++ b/domains/edmonddevera.json
@@ -1,11 +1,11 @@
-{
- "description": "To create a portfolio and use in web development ",
- "repo": "https://tsuuukiii.github.io/PortfolioWebsite",
- "owner": {
- "username": "Tsuuukiii",
- "email": "deverajan6@gmail.com"
- },
- "record": {
- "CNAME": "tsuuukiii.github.io"
- }
-}
+{
+ "description": "To create a portfolio and use in web development ",
+ "repo": "https://tsuuukiii.github.io/PortfolioWebsite",
+ "owner": {
+ "username": "Tsuuukiii",
+ "email": "deverajan6@gmail.com"
+ },
+ "record": {
+ "CNAME": "tsuuukiii.github.io"
+ }
+}
diff --git a/domains/edson.json b/domains/edson.json
new file mode 100644
index 000000000..36fb93ff2
--- /dev/null
+++ b/domains/edson.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "edsonbittencourt",
+ "email": "edson.bittencourt@outlook.com"
+ },
+
+ "record": {
+ "A": ["168.138.228.142"]
+ }
+}
diff --git a/domains/efrecon.json b/domains/efrecon.json
new file mode 100644
index 000000000..c2c8c9e61
--- /dev/null
+++ b/domains/efrecon.json
@@ -0,0 +1,11 @@
+{
+ "description": "efrecon's github",
+ "repo": "https://github.com/efrecon/",
+ "owner": {
+ "username": "efrecon",
+ "email": "efrecon+github@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/efrecon/"
+ }
+}
diff --git a/domains/ejaz.json b/domains/ejaz.json
index 060d912f0..47050836e 100644
--- a/domains/ejaz.json
+++ b/domains/ejaz.json
@@ -1,12 +1,9 @@
{
- "description": "My personal portfolio site.",
- "repo": "https://github.com/ejaz/ejaz4.github.io",
"owner": {
"username": "ejaz4",
- "email": "ejaz@ceccun.com",
- "twitter": "ejazaIi"
+ "email": "ejazali4@protonmail.ch"
},
"record": {
- "CNAME": "ejaz4.github.io"
+ "CNAME": "ejaz4.github.io"
}
}
diff --git a/domains/elbenja.json b/domains/elbenja.json
index 34b563feb..9f1fae5db 100644
--- a/domains/elbenja.json
+++ b/domains/elbenja.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "iakzs",
- "email": "iakzs@protonmail.com",
- "discord": "622795838032314388"
+ "username": "iakzs",
+ "email": "iakzs@protonmail.com",
+ "discord": "622795838032314388"
},
"record": {
diff --git a/domains/elbernaoui.json b/domains/elbernaoui.json
index 13e5ce133..31d9ff7a8 100644
--- a/domains/elbernaoui.json
+++ b/domains/elbernaoui.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "el-bernaoui.github.io"
}
-}
+}
diff --git a/domains/elixss.json b/domains/elixss.json
new file mode 100644
index 000000000..25cb935ef
--- /dev/null
+++ b/domains/elixss.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "elixss",
+ "email": "elias.jaeger2004@gmail.com"
+ },
+ "record": {
+ "A": ["45.81.232.16"]
+ }
+}
diff --git a/domains/endercass.json b/domains/endercass.json
new file mode 100644
index 000000000..b3da1c574
--- /dev/null
+++ b/domains/endercass.json
@@ -0,0 +1,11 @@
+{
+ "description": "Endercass Portfolio",
+ "owner": {
+ "username": "Endercass",
+ "email": "",
+ "discord": "endercass"
+ },
+ "record": {
+ "URL": "https://endercass.me"
+ }
+}
diff --git a/domains/enderpoint.json b/domains/enderpoint.json
index e02cbad16..7770ee2a1 100644
--- a/domains/enderpoint.json
+++ b/domains/enderpoint.json
@@ -1,13 +1,13 @@
{
- "description": "EnderPoint's dev site",
- "repo": "https://github.com/EnderPoint07/EnderPoint07.github.io",
- "owner": {
- "username": "EnderPoint07",
- "email": "",
- "discord": "DotM38#5497",
- "instagram": "enderpoint07"
- },
- "record": {
- "CNAME": "enderpoint07.github.io"
- }
+ "description": "EnderPoint's dev site",
+ "repo": "https://github.com/EnderPoint07/EnderPoint07.github.io",
+ "owner": {
+ "username": "EnderPoint07",
+ "email": "",
+ "discord": "DotM38#5497",
+ "instagram": "enderpoint07"
+ },
+ "record": {
+ "CNAME": "enderpoint07.github.io"
+ }
}
diff --git a/domains/eray.json b/domains/eray.json
new file mode 100644
index 000000000..23d1405ab
--- /dev/null
+++ b/domains/eray.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "erayreperit",
+ "email": "eray6421@proton.me"
+ },
+ "record": {
+ "CNAME": "erayreperit.github.io"
+ }
+}
diff --git a/domains/erdem.json b/domains/erdem.json
index c9009269f..202405794 100644
--- a/domains/erdem.json
+++ b/domains/erdem.json
@@ -1,12 +1,9 @@
{
- "description": "erdem's personal website",
- "repo": "https://github.com/erdem85/website",
"owner": {
"username": "erdem85",
- "email": "erdm@disroot.org",
- "twitter": "erdemhso"
+ "email": "erdm@disroot.org"
},
"record": {
- "URL": "https://erdem.js.org"
+ "URL": "https://erdem.lol"
}
-}
+}
diff --git a/domains/eren.json b/domains/eren.json
index 93d42c42a..c3364f4fc 100644
--- a/domains/eren.json
+++ b/domains/eren.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "KeIrNeGn",
- "email": "terminatorx5e@gmail.com",
- "discord": "499592235772280842"
+ "username": "KeIrNeGn",
+ "email": "terminatorx5e@gmail.com",
+ "discord": "499592235772280842"
},
"record": {
diff --git a/domains/ericpessoa.json b/domains/ericpessoa.json
new file mode 100644
index 000000000..0e599d0a5
--- /dev/null
+++ b/domains/ericpessoa.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Eric-Pessoa",
+ "email": "pessoa.eric@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
+ "MX": "hosts.is-a.dev"
+ }
+}
diff --git a/domains/ermal.json b/domains/ermal.json
index d54a575ab..45ba4f7c4 100644
--- a/domains/ermal.json
+++ b/domains/ermal.json
@@ -6,12 +6,7 @@
"email": "ermalhasani15@gmail.com"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
+ "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/error404.json b/domains/error404.json
index 830132fb4..10e108849 100644
--- a/domains/error404.json
+++ b/domains/error404.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "cabrothers.github.io"
}
-}
+}
diff --git a/domains/esp.json b/domains/esp.json
new file mode 100644
index 000000000..a2db3432b
--- /dev/null
+++ b/domains/esp.json
@@ -0,0 +1,11 @@
+{
+ "description": "portfolio",
+ "owner": {
+ "username": "fakeesp",
+ "email": "esp.python.dev@gmail.com",
+ "telegram": "fakeesp"
+ },
+ "record": {
+ "A": ["144.91.110.55"]
+ }
+}
diff --git a/domains/ethereal.json b/domains/ethereal.json
index a0d7c6bd8..45e7ccfa4 100644
--- a/domains/ethereal.json
+++ b/domains/ethereal.json
@@ -1,11 +1,11 @@
-{
- "owner": {
- "username": "EtherealTheDev",
- "email": "",
- "twitter": "EtherealTheDev",
- "discord": "Ethereal#0908"
- },
- "record": {
- "CNAME": "92073eed-80b5-4f2f-b84a-0121b7ec69bb.id.repl.co"
- }
+{
+ "owner": {
+ "username": "EtherealTheDev",
+ "email": "",
+ "twitter": "EtherealTheDev",
+ "discord": "Ethereal#0908"
+ },
+ "record": {
+ "CNAME": "92073eed-80b5-4f2f-b84a-0121b7ec69bb.id.repl.co"
+ }
}
diff --git a/domains/evelio.json b/domains/evelio.json
index 564cf902d..fc0f69022 100644
--- a/domains/evelio.json
+++ b/domains/evelio.json
@@ -7,12 +7,7 @@
"discord": "SrEvelioツ#3906"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
+ "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/ezzoubair.json b/domains/ezzoubair.json
new file mode 100644
index 000000000..66bd72ebc
--- /dev/null
+++ b/domains/ezzoubair.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zarqizoubir",
+ "email": "zarqi.ezzoubair@etu.uae.ac.ma"
+ },
+ "record": {
+ "CNAME": "zarqizoubir.github.io"
+ }
+}
diff --git a/domains/falguni-prajapati.json b/domains/falguni-prajapati.json
index faea36c15..c012b9bd8 100644
--- a/domains/falguni-prajapati.json
+++ b/domains/falguni-prajapati.json
@@ -1,11 +1,11 @@
{
- "description": "This is falguni prajapati",
- "repo": "https://github.com/falguni-prajapati/falguni-prajapati.github.io",
- "owner": {
- "username": "falguni-prajapati",
- "email": ""
- },
- "record": {
- "CNAME": "falguni-prajapati.github.io"
- }
+ "description": "This is falguni prajapati",
+ "repo": "https://github.com/falguni-prajapati/falguni-prajapati.github.io",
+ "owner": {
+ "username": "falguni-prajapati",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "falguni-prajapati.github.io"
+ }
}
diff --git a/domains/fasdaa.json b/domains/fasdaa.json
new file mode 100644
index 000000000..8b4d91399
--- /dev/null
+++ b/domains/fasdaa.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "boomer4boomer",
+ "email": "abdulkx06epic@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
+ "MX": "hosts.is-a.dev"
+ }
+}
\ No newline at end of file
diff --git a/domains/felixtpg.json b/domains/felixtpg.json
new file mode 100644
index 000000000..58af6322e
--- /dev/null
+++ b/domains/felixtpg.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "FelixTPG",
+ "email": "bufex09@icloud.com"
+ },
+ "record": {
+ "CNAME": "felixtpg.eu"
+ }
+}
diff --git a/domains/files.dqmn.json b/domains/files.dqmn.json
index cd09f820c..00a56a724 100644
--- a/domains/files.dqmn.json
+++ b/domains/files.dqmn.json
@@ -1,10 +1,10 @@
{
- "description": "files.dqmn.is-a.dev - this will be my 'cloud' for files",
- "owner": {
- "username": "dqmn",
- "email": "dqmnbackup@gmail.com"
- },
- "record": {
- "CNAME": "dqmnfiles.000webhostapp.com"
- }
+ "description": "files.dqmn.is-a.dev - this will be my 'cloud' for files",
+ "owner": {
+ "username": "dqmn",
+ "email": "dqmnbackup@gmail.com"
+ },
+ "record": {
+ "CNAME": "dqmnfiles.000webhostapp.com"
+ }
}
diff --git a/domains/files.hosts.json b/domains/files.hosts.json
new file mode 100644
index 000000000..6ec5353f8
--- /dev/null
+++ b/domains/files.hosts.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "is-a-dev-bot",
+ "email": "is-a-dev@win11react.com",
+ "discord": "1094272477137481810"
+ },
+
+ "record": {
+ "CNAME": "net.beadman-network.com"
+ }
+}
diff --git a/domains/fitrahmunir.json b/domains/fitrahmunir.json
index dc4117aa5..bab2e1793 100644
--- a/domains/fitrahmunir.json
+++ b/domains/fitrahmunir.json
@@ -1,11 +1,11 @@
{
- "description": "FitrahFM's .is-a.dev domain",
- "repo": "https://github.com/fitrahfm",
- "owner": {
- "username": "fitrahfm",
- "email": "fitrhmnr+is-a-dev@gmail.com"
- },
- "record": {
- "CNAME": "fitrahmunir.pages.dev"
- }
+ "description": "FitrahFM's .is-a.dev domain",
+ "repo": "https://github.com/fitrahfm",
+ "owner": {
+ "username": "fitrahfm",
+ "email": "fitrhmnr+is-a-dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "fitrahmunir.pages.dev"
+ }
}
diff --git a/domains/fjuro.json b/domains/fjuro.json
new file mode 100644
index 000000000..d6c77f408
--- /dev/null
+++ b/domains/fjuro.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Fjuro",
+ "email": "ifjuro@proton.me"
+ },
+ "record": {
+ "CNAME": "fjuro.github.io"
+ }
+}
diff --git a/domains/flazepe.json b/domains/flazepe.json
index a51351960..69cb91e4d 100644
--- a/domains/flazepe.json
+++ b/domains/flazepe.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "flazepe",
- "email": "",
- "discord": "flazepe"
- },
- "record": {
- "CNAME": "flazepe.github.io"
- }
+ "owner": {
+ "username": "flazepe",
+ "email": "",
+ "discord": "flazepe"
+ },
+ "record": {
+ "CNAME": "flazepe.github.io"
+ }
}
diff --git a/domains/flyingcheese41.json b/domains/flyingcheese41.json
index 93aab671b..8b001bf68 100644
--- a/domains/flyingcheese41.json
+++ b/domains/flyingcheese41.json
@@ -4,6 +4,6 @@
"email": "FlyingCheese43@gmail.com"
},
"record": {
- "CNAME": "FlyingCheese41.github.io"
+ "CNAME": "52d970d2-6085-4811-b3d1-8b3bd898b014.id.repl.co"
}
}
diff --git a/domains/flymeth.json b/domains/flymeth.json
index 599fc81c2..9b5e94c12 100644
--- a/domains/flymeth.json
+++ b/domains/flymeth.json
@@ -1,11 +1,11 @@
{
- "record": {
- "URL": "https://flymeth.net"
- },
- "owner": {
- "username": "Flymeth",
- "email": "flymeth.yt@gmail.com",
- "twitter": "flymeth"
- },
- "description": "I'm a dev and I love to be that"
+ "record": {
+ "URL": "https://flymeth.net"
+ },
+ "owner": {
+ "username": "Flymeth",
+ "email": "flymeth.yt@gmail.com",
+ "twitter": "flymeth"
+ },
+ "description": "I'm a dev and I love to be that"
}
diff --git a/domains/fong.json b/domains/fong.json
new file mode 100644
index 000000000..158a0fef0
--- /dev/null
+++ b/domains/fong.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "cnu4",
+ "email": "fangxw1004@qq.com"
+ },
+ "record": {
+ "CNAME": "fangxw.me"
+ }
+}
diff --git a/domains/fordevs.json b/domains/fordevs.json
new file mode 100644
index 000000000..6b4de7a3b
--- /dev/null
+++ b/domains/fordevs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "neopromic",
+ "email": "cusaowesley1@gmail.com"
+ },
+ "record": {
+ "URL": "https://for-devs.vercel.app"
+ }
+}
diff --git a/domains/foxie.arman.json b/domains/foxie.arman.json
index 90023567d..47665244c 100644
--- a/domains/foxie.arman.json
+++ b/domains/foxie.arman.json
@@ -6,11 +6,6 @@
"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"
- ]
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"]
}
}
diff --git a/domains/foxsden.json b/domains/foxsden.json
new file mode 100644
index 000000000..721cddd27
--- /dev/null
+++ b/domains/foxsden.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "FoxsDenYT",
+ "email": "techseal14@gmail.com"
+ },
+ "record": {
+ "MX": ["mx1.forwardemail.net"]
+ }
+}
diff --git a/domains/fqcxn.json b/domains/fqcxn.json
index 29d5357d2..0bc31d071 100644
--- a/domains/fqcxn.json
+++ b/domains/fqcxn.json
@@ -1,10 +1,8 @@
{
- "description": "Information Display",
- "repo": "https://github.com/Fqcxn/fqcxn.github.io",
"owner": {
"username": "Fqcxn",
"email": "",
- "twitter": "FqcxnOfficial",
+ "twitter": "FqcxnLmao",
"discord": "hong.kong"
},
"record": {
diff --git a/domains/fun-random-api.json b/domains/fun-random-api.json
new file mode 100644
index 000000000..65119128d
--- /dev/null
+++ b/domains/fun-random-api.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "njanemmu",
+ "email": "aneenababu71901@gmail.com"
+ },
+ "record": {
+ "CNAME": "fbf6f1ec-874e-4ec5-b02e-c4cfdbaa148d.id.repl.co"
+ }
+}
diff --git a/domains/fundid.json b/domains/fundid.json
new file mode 100644
index 000000000..853ddc73b
--- /dev/null
+++ b/domains/fundid.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "fundid",
+ "email": "fundidennis@protonmail.com"
+ },
+ "record": {
+ "CNAME": "fundid.github.io"
+ }
+}
diff --git a/domains/g-pratik.json b/domains/g-pratik.json
index dc793000b..8659f82e0 100644
--- a/domains/g-pratik.json
+++ b/domains/g-pratik.json
@@ -1,11 +1,11 @@
{
- "description": "This is my website",
- "repo": "https://github.com/g-pratik/g-pratik.github.io",
- "owner": {
- "username": "g-pratik",
- "email": ""
- },
- "record": {
- "CNAME": "g-pratik.github.io"
- }
+ "description": "This is my website",
+ "repo": "https://github.com/g-pratik/g-pratik.github.io",
+ "owner": {
+ "username": "g-pratik",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "g-pratik.github.io"
+ }
}
diff --git a/domains/gabimaciel.json b/domains/gabimaciel.json
index 0e253e615..06411540b 100644
--- a/domains/gabimaciel.json
+++ b/domains/gabimaciel.json
@@ -7,10 +7,6 @@
},
"record": {
"A": ["147.182.139.182"],
- "MX": [
- "ns1.digitalocean.com",
- "ns2.digitalocean.com",
- "ns3.digitalocean.com"
- ]
+ "MX": ["ns1.digitalocean.com", "ns2.digitalocean.com", "ns3.digitalocean.com"]
}
}
diff --git a/domains/gautham.json b/domains/gautham.json
new file mode 100644
index 000000000..61dc2a366
--- /dev/null
+++ b/domains/gautham.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "inkilu",
+ "email": "gauthamgkm@gmail.com"
+ },
+ "record": {
+ "CNAME": "inkilu.is-a.dev"
+ }
+}
diff --git a/domains/genevera.json b/domains/genevera.json
new file mode 100644
index 000000000..ea65bda9a
--- /dev/null
+++ b/domains/genevera.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "genevera",
+ "email": "genevera.codes+github@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
+ "MX": "hosts.is-a.dev"
+ }
+}
\ No newline at end of file
diff --git a/domains/gigwanoob.json b/domains/gigwanoob.json
index 22c7a69e0..bc2770252 100644
--- a/domains/gigwanoob.json
+++ b/domains/gigwanoob.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "gigwanoobstudios",
- "email": "tplink3116@gmail.com",
- "discord": "820962361787285534"
+ "username": "gigwanoobstudios",
+ "email": "tplink3116@gmail.com",
+ "discord": "820962361787285534"
},
"record": {
diff --git a/domains/git-hoe.json b/domains/git-hoe.json
new file mode 100644
index 000000000..04d94fec4
--- /dev/null
+++ b/domains/git-hoe.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "git-hoe",
+ "email": "haxer@disroot.org"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
+ "MX": "hosts.is-a.dev"
+ }
+}
\ No newline at end of file
diff --git a/domains/github.json b/domains/github.json
new file mode 100644
index 000000000..66bd72ebc
--- /dev/null
+++ b/domains/github.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zarqizoubir",
+ "email": "zarqi.ezzoubair@etu.uae.ac.ma"
+ },
+ "record": {
+ "CNAME": "zarqizoubir.github.io"
+ }
+}
diff --git a/domains/gitninja.json b/domains/gitninja.json
new file mode 100644
index 000000000..f5d16fdcf
--- /dev/null
+++ b/domains/gitninja.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "roktim32",
+ "email": "roktimsenapoty2@gmail.com"
+ },
+ "record": {
+ "CNAME": "roktim32.github.io"
+ }
+}
diff --git a/domains/gizzy.json b/domains/gizzy.json
index 2b17f8147..afb595e09 100644
--- a/domains/gizzy.json
+++ b/domains/gizzy.json
@@ -1,15 +1,12 @@
-{
- "description": "gizzy.is-a.dev",
- "owner": {
- "username": "NeroGizmoUwU",
- "email": "nerop455@gmail.com",
- "discord": "gizzyuwu"
- },
- "record": {
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
-}
\ No newline at end of file
+{
+ "description": "gizzy.is-a.dev",
+ "owner": {
+ "username": "NeroGizmoUwU",
+ "email": "nerop455@gmail.com",
+ "discord": "gizzyuwu"
+ },
+ "record": {
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/glqch.json b/domains/glqch.json
index 2999ff98f..cd6093a10 100644
--- a/domains/glqch.json
+++ b/domains/glqch.json
@@ -1,12 +1,9 @@
{
- "description": "Describe the use of this subdomain",
- "repo": "https://github.com/joythejoystick1/glqch.github.io",
"owner": {
"username": "joythejoystick1",
- "email": "bridgerbusiness2@gmail.com",
- "twitter": ""
+ "email": "midoayoub778@gmail.com"
},
"record": {
- "CNAME": "2af8afea-16e6-4242-a9eb-f251017b0c5a.id.repl.co"
+ "CNAME": "joythejoystick1.github.io"
}
-}
+}
diff --git a/domains/gooplancton.json b/domains/gooplancton.json
new file mode 100644
index 000000000..8479a8096
--- /dev/null
+++ b/domains/gooplancton.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "gooplancton",
+ "email": "gooplancton@outlook.com"
+ },
+ "record": {
+ "A": ["93.93.117.164"]
+ }
+}
diff --git a/domains/habeel.json b/domains/habeel.json
index b12856481..ffb9cf4df 100644
--- a/domains/habeel.json
+++ b/domains/habeel.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "Habeel06.github.io"
}
-}
+}
diff --git a/domains/hackerhawks.json b/domains/hackerhawks.json
index 5b51f3b2d..6830e4799 100644
--- a/domains/hackerhawks.json
+++ b/domains/hackerhawks.json
@@ -1,13 +1,10 @@
{
- "owner": {
- "username": "HackerHawks",
- "email": "robohawks.dev@gmail.com"
- },
- "record": {
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ "owner": {
+ "username": "HackerHawks",
+ "email": "robohawks.dev@gmail.com"
+ },
+ "record": {
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/hanchow.json b/domains/hanchow.json
index e073d643b..80c8b43c5 100644
--- a/domains/hanchow.json
+++ b/domains/hanchow.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "zhhlmr.github.io"
}
-}
+}
diff --git a/domains/hari.json b/domains/hari.json
index a9fe026b7..b5bbad1ac 100644
--- a/domains/hari.json
+++ b/domains/hari.json
@@ -1,11 +1,11 @@
{
"description": "Hari's portfolio",
- "repo": "https://github.com/Haritronic909/Haritronic909.github.io",
+ "repo": "https://github.com/harishnkr/harishnkr.github.io",
"owner": {
- "username": "Haritronic909",
+ "username": "harishnkr",
"email": "hari2menon1234@gmail.com"
},
"record": {
- "CNAME": "haritronic909.github.io"
+ "CNAME": "harishnkr.github.io"
}
}
diff --git a/domains/harsh-mehta.json b/domains/harsh-mehta.json
index 8460b5b84..7f9d23fc1 100644
--- a/domains/harsh-mehta.json
+++ b/domains/harsh-mehta.json
@@ -1,6 +1,6 @@
{
"description": "harsh-mehta.is-a.dev",
- "repo": "https://harsh05dev.github.io/My_Portfolio_2023/",
+ "repo": "https://harsh05dev.github.io/My_Portfolio_2023",
"owner": {
"username": "Harsh05dev",
"email": "harshmehta1505@gmail.com"
diff --git a/domains/hashir.json b/domains/hashir.json
index 920391b11..7aa4b07cb 100644
--- a/domains/hashir.json
+++ b/domains/hashir.json
@@ -1,11 +1,11 @@
-{
- "owner": {
- "email": "harishbb168@gmail.com",
- "username": "harish"
- },
- "description": "My portfolio website",
- "repo": "https://github.com/HarishB167/hs-app",
- "record": {
- "URL": "https://hmser.netlify.app"
- }
- }
+{
+ "owner": {
+ "email": "harishbb168@gmail.com",
+ "username": "harish"
+ },
+ "description": "My portfolio website",
+ "repo": "https://github.com/HarishB167/hs-app",
+ "record": {
+ "URL": "https://hmser.netlify.app"
+ }
+}
diff --git a/domains/hassenmajor.json b/domains/hassenmajor.json
new file mode 100644
index 000000000..8f8c9811d
--- /dev/null
+++ b/domains/hassenmajor.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "hassenmajor",
+ "email": "hassenmajor@gmail.com"
+ },
+ "description": "This is my personal portfolio.",
+ "record": {
+ "CNAME": "hassenmajor.github.io"
+ }
+}
diff --git a/domains/hatkid.json b/domains/hatkid.json
index 238d10fc8..14bb7fed7 100644
--- a/domains/hatkid.json
+++ b/domains/hatkid.json
@@ -1,9 +1,10 @@
{
- "description": "Hat Kid's domain! (hat_kid)",
+ "description": "hat_kid's domain!",
"repo": "https://github.com/thehatkid/thehatkid.github.io",
"owner": {
"username": "thehatkid",
- "email": "saha22023@gmail.com"
+ "email": "saha22023@gmail.com",
+ "discord": "hat_kid"
},
"record": {
"CNAME": "thehatkid.github.io"
diff --git a/domains/haubaka.json b/domains/haubaka.json
index 2a4f589a1..cca90542d 100644
--- a/domains/haubaka.json
+++ b/domains/haubaka.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "haubaka.github.io"
}
-}
+}
diff --git a/domains/hazib.brahim.json b/domains/hazib.brahim.json
new file mode 100644
index 000000000..66bd72ebc
--- /dev/null
+++ b/domains/hazib.brahim.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zarqizoubir",
+ "email": "zarqi.ezzoubair@etu.uae.ac.ma"
+ },
+ "record": {
+ "CNAME": "zarqizoubir.github.io"
+ }
+}
diff --git a/domains/hcs.json b/domains/hcs.json
index 969b0f3ed..1827deba9 100644
--- a/domains/hcs.json
+++ b/domains/hcs.json
@@ -1,10 +1,9 @@
{
"owner": {
- "username": "hcs1219",
- "email": "hcskaiask@gmail.com"
+ "username": "hcs1219",
+ "email": "hcskaiask@gmail.com"
},
"record": {
- "A": ["5.196.239.158"]
+ "A": ["5.196.239.158"]
}
}
-
diff --git a/domains/helman.json b/domains/helman.json
new file mode 100644
index 000000000..0d7e70887
--- /dev/null
+++ b/domains/helman.json
@@ -0,0 +1,10 @@
+{
+ "description": "helman.is-a.dev",
+ "owner": {
+ "username": "helman",
+ "email": "all22.helman@gmail.com"
+ },
+ "record": {
+ "CNAME": "blog.heldes.com"
+ }
+}
diff --git a/domains/hero.json b/domains/hero.json
new file mode 100644
index 000000000..9f01c892a
--- /dev/null
+++ b/domains/hero.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "maanya125",
+ "email": "maanya125@gmail.com"
+ },
+ "record": {
+ "CNAME": "hosts.is-a.dev"
+ }
+}
diff --git a/domains/hifzur.json b/domains/hifzur.json
new file mode 100644
index 000000000..499abbbea
--- /dev/null
+++ b/domains/hifzur.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "hifzurmax",
+ "email": "hifzur.syl@gmail.com"
+ },
+ "record": {
+ "CNAME": "hifzurmax.github.io"
+ }
+}
diff --git a/domains/hilmansyah.json b/domains/hilmansyah.json
new file mode 100644
index 000000000..893b3ca17
--- /dev/null
+++ b/domains/hilmansyah.json
@@ -0,0 +1,13 @@
+{
+ "description": "Hillzacky is Hilmansyah",
+ "repo": "https://github.com/Hillzacky/hillzacky.github.io",
+ "owner": {
+ "username": "Hillzacky",
+ "email": "hilmansyah@xhr.my.id",
+ "twitter": "hillzacky",
+ "discord": "830349326785314846"
+ },
+ "record": {
+ "CNAME": "hillzacky.github.io"
+ }
+}
diff --git a/domains/himanshusri.json b/domains/himanshusri.json
new file mode 100644
index 000000000..236382677
--- /dev/null
+++ b/domains/himanshusri.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "himanshuSri24",
+ "email": "himanshu20032002@gmail.com"
+ },
+ "record": {
+ "CNAME": "himanshusri24.github.io"
+ }
+}
diff --git a/domains/hiwind.json b/domains/hiwind.json
new file mode 100644
index 000000000..1c1326f20
--- /dev/null
+++ b/domains/hiwind.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jaydoublay",
+ "email": "jeremy@jaydoublay.com"
+ },
+ "record": {
+ "URL": "https://www.hiwind.me"
+ }
+}
diff --git a/domains/hoang3409.json b/domains/hoang3409.json
index a57bfc244..d6323c21a 100644
--- a/domains/hoang3409.json
+++ b/domains/hoang3409.json
@@ -1,10 +1,10 @@
-{
- "description": "Portfolio redirect for Hoang3409",
- "owner": {
- "username": "hoang3409",
- "email": "nvh.02021995@gmail.com"
- },
- "record": {
- "CNAME": "hoang3402.github.io"
- }
-}
\ No newline at end of file
+{
+ "description": "Portfolio redirect for Hoang3409",
+ "owner": {
+ "username": "hoang3409",
+ "email": "nvh.02021995@gmail.com"
+ },
+ "record": {
+ "CNAME": "hoang3402.github.io"
+ }
+}
diff --git a/domains/home.semant.json b/domains/home.semant.json
deleted file mode 100644
index 2160ac944..000000000
--- a/domains/home.semant.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My Website",
- "owner": {
- "username": "s3mant",
- "email": "contact@semant.is-a.dev",
- "discord": "445073800850046977"
- },
- "record": {
- "CNAME": "2755c31d-6389-4f53-8fd7-b83f99037ffd.id.repl.co"
- }
-}
diff --git a/domains/host.dexo.json b/domains/host.dexo.json
new file mode 100644
index 000000000..ba35b3c3c
--- /dev/null
+++ b/domains/host.dexo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DeXoHigh",
+ "email": "dexo1337@pm.me"
+ },
+ "record": {
+ "A": ["54.93.225.90"]
+ }
+}
diff --git a/domains/hosting-test.json b/domains/hosting-test.json
new file mode 100644
index 000000000..e2a1cd34f
--- /dev/null
+++ b/domains/hosting-test.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "is-a-dev-bot",
+ "email": "is-a-dev@win11react.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
+ "MX": "hosts.is-a.dev"
+ }
+}
\ No newline at end of file
diff --git a/domains/live.preview.beta.json b/domains/hosts.json
similarity index 73%
rename from domains/live.preview.beta.json
rename to domains/hosts.json
index 09b4f1ae3..df90b568a 100644
--- a/domains/live.preview.beta.json
+++ b/domains/hosts.json
@@ -4,6 +4,6 @@
"email": "phenax5@gmail.com"
},
"record": {
- "A": ["140.238.66.199"]
+ "CNAME": "dns.beadman-network.com"
}
}
diff --git a/domains/hot-dev.json b/domains/hot-dev.json
deleted file mode 100644
index be8316ea9..000000000
--- a/domains/hot-dev.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Just a website for me",
- "repo": "https://github.com/gamerz420/gamerz420.github.io",
- "owner": {
- "username": "gamerz420",
- "email": "imakbss@gmail.com",
- "discord": "gamerz420#6200"
- },
- "record": {
- "CNAME": "gamerz420.github.io"
- }
-}
diff --git a/domains/hotspot.json b/domains/hotspot.json
index 18edaa87e..ca1821523 100644
--- a/domains/hotspot.json
+++ b/domains/hotspot.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "wansie1",
- "email": "msc2tvdn@duck.com",
- "discord": "962788530336178236"
+ "username": "wansie1",
+ "email": "msc2tvdn@duck.com",
+ "discord": "962788530336178236"
},
"record": {
diff --git a/domains/hozzywozzy.json b/domains/hozzywozzy.json
index 4d3a30839..dfe4605d0 100644
--- a/domains/hozzywozzy.json
+++ b/domains/hozzywozzy.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "hozzywozzy",
- "email": "hozzywozzy@terrorist.lol"
- },
- "description": "domain for testing purposes",
- "repo": "https://github.com/hozzywozzy/hozzywozzy",
- "record": {
- "CNAME": "hozzywozzy.github.io"
- }
+ "owner": {
+ "username": "hozzywozzy",
+ "email": "hozzywozzy@terrorist.lol"
+ },
+ "description": "domain for testing purposes",
+ "repo": "https://github.com/hozzywozzy/hozzywozzy",
+ "record": {
+ "CNAME": "hozzywozzy.github.io"
+ }
}
diff --git a/domains/hs50.json b/domains/hs50.json
index 5f509db6c..3cfef85ee 100644
--- a/domains/hs50.json
+++ b/domains/hs50.json
@@ -1,11 +1,11 @@
-{
- "description": "Another way to visit my website.",
- "repo": "https://github.com/Naibuu/website",
- "owner": {
- "username": "Naibuu",
- "email": "contact@hs50.cc"
- },
- "record": {
- "CNAME": "hs50.cc"
- }
-}
\ No newline at end of file
+{
+ "description": "Another way to visit my website.",
+ "repo": "https://github.com/Naibuu/website",
+ "owner": {
+ "username": "Naibuu",
+ "email": "contact@hs50.cc"
+ },
+ "record": {
+ "CNAME": "hs50.cc"
+ }
+}
diff --git a/domains/hsgamer.json b/domains/hsgamer.json
deleted file mode 100644
index 2a6fefad7..000000000
--- a/domains/hsgamer.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "HSGamer",
- "email": "huynhqtienvtag@gmail.com"
- },
-
- "record": {
- "CNAME": "hsgamer.github.io"
- }
-}
diff --git a/domains/hvlxh.json b/domains/hvlxh.json
index fbc86a328..0a38e3699 100644
--- a/domains/hvlxh.json
+++ b/domains/hvlxh.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "hvlxh",
- "email": "monsta22019@gmail.com",
- "discord": "hvlxh#0001"
- },
+ "owner": {
+ "username": "hvlxh",
+ "email": "monsta22019@gmail.com",
+ "discord": "hvlxh#0001"
+ },
- "record": {
- "URL": "https://hvlxh.tk"
- }
+ "record": {
+ "URL": "https://hvlxh.tk"
+ }
}
diff --git a/domains/hyderite.json b/domains/hyderite.json
new file mode 100644
index 000000000..0ad231d0b
--- /dev/null
+++ b/domains/hyderite.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Hyderite",
+ "email": "hyderiteyt@gmail.com"
+ },
+ "record": {
+ "CNAME": "df204146-7b3d-4adf-8150-d9cbf33a4a73.id.repl.co"
+ }
+}
diff --git a/domains/hzf.json b/domains/hzf.json
new file mode 100644
index 000000000..57e13a395
--- /dev/null
+++ b/domains/hzf.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "huhao0208",
+ "email": "123huzhifeng@163.com"
+ },
+ "record": {
+ "A": ["124.90.69.145"]
+ }
+}
diff --git a/domains/i2rys.json b/domains/i2rys.json
new file mode 100644
index 000000000..2a1e9802d
--- /dev/null
+++ b/domains/i2rys.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "I2rys",
+ "email": "i2rys@protonmail.com"
+ },
+ "record": {
+ "URL": "https://i2rys.vercel.app"
+ }
+}
diff --git a/domains/iakzs.json b/domains/iakzs.json
index 229cb8381..5ed05c4ca 100644
--- a/domains/iakzs.json
+++ b/domains/iakzs.json
@@ -6,12 +6,7 @@
"email": "iakzs@protonmail.com"
},
"record": {
- "A": [
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153",
- "185.199.108.153"
- ],
+ "A": ["185.199.109.153", "185.199.110.153", "185.199.111.153", "185.199.108.153"],
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~allCOPY"
}
diff --git a/domains/iamchoiiril.json b/domains/iamchoiiril.json
new file mode 100644
index 000000000..e1c0a9693
--- /dev/null
+++ b/domains/iamchoiiril.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Cfhoiril",
+ "email": "iamchoirilfk@gmail.com"
+ },
+ "record": {
+ "CNAME": "cfhoiril.github.io"
+ }
+}
diff --git a/domains/iammithani.json b/domains/iammithani.json
index da7150b05..136dda0ab 100644
--- a/domains/iammithani.json
+++ b/domains/iammithani.json
@@ -1,11 +1,11 @@
{
"owner": {
- "username": "MuhammadUsmanMithani",
- "email": "muhammadusmanmithani@gmail.com",
- "note": "This record was created by is-a.dev Discord bot via discord id: 632157019960377349"
- },
+ "username": "MuhammadUsmanMithani",
+ "email": "muhammadusmanmithani@gmail.com",
+ "note": "This record was created by is-a.dev Discord bot via discord id: 632157019960377349"
+ },
- "record": {
- "CNAME": "iammithani-portfolio.pages.dev"
- }
+ "record": {
+ "CNAME": "iammithani-portfolio.pages.dev"
+ }
}
diff --git a/domains/ikd.json b/domains/ikd.json
index 018ada623..299cae2f6 100644
--- a/domains/ikd.json
+++ b/domains/ikd.json
@@ -1,11 +1,11 @@
-{
- "owner": {
- "username": "its-id",
- "email": "",
- "twitter": "its_ikD"
- },
-
- "record": {
- "CNAME": "portfolio-main-production.up.railway.app"
- }
-}
+{
+ "owner": {
+ "username": "its-id",
+ "email": "",
+ "twitter": "its_ikD"
+ },
+
+ "record": {
+ "CNAME": "portfolio-main-production.up.railway.app"
+ }
+}
diff --git a/domains/ikraiyan.json b/domains/ikraiyan.json
index 13480a4db..557edefbd 100644
--- a/domains/ikraiyan.json
+++ b/domains/ikraiyan.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "ikraiyan.github.io"
}
-}
+}
diff --git a/domains/imat.json b/domains/imat.json
new file mode 100644
index 000000000..46c4d4795
--- /dev/null
+++ b/domains/imat.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "iMatx",
+ "email": "adam.essakhi16+github@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
+ "MX": "hosts.is-a.dev"
+ }
+}
\ No newline at end of file
diff --git a/domains/imzihad21.json b/domains/imzihad21.json
index e94fb477c..80f3f1f2e 100644
--- a/domains/imzihad21.json
+++ b/domains/imzihad21.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "IMZihad21",
- "email": "imzihad@gmail.com"
- },
- "record": {
- "A": ["52.77.224.107"],
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
- "TXT": "forward-email=imzihad@gmail.com"
- }
+ "owner": {
+ "username": "IMZihad21",
+ "email": "imzihad@gmail.com"
+ },
+ "record": {
+ "A": ["52.77.224.107"],
+ "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "TXT": "forward-email=imzihad@gmail.com"
+ }
}
diff --git a/domains/inf.json b/domains/inf.json
index cf6acd955..04169951f 100644
--- a/domains/inf.json
+++ b/domains/inf.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "InfinityDevTech",
+ "owner": {
+ "username": "InfinityDevTech",
"email": "",
- "discord": "inf5"
- },
- "record": {
- "URL": "https://infdev.netlify.app"
- }
+ "discord": "inf5"
+ },
+ "record": {
+ "URL": "https://infdev.netlify.app"
+ }
}
diff --git a/domains/infinitelearning.json b/domains/infinitelearning.json
new file mode 100644
index 000000000..1e74f15b9
--- /dev/null
+++ b/domains/infinitelearning.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tiwlinkskwazeh",
+ "email": "kwazehh@proton.me"
+ },
+ "record": {
+ "A": ["18.215.144.92"]
+ }
+}
diff --git a/domains/infiniteloop.json b/domains/infiniteloop.json
new file mode 100644
index 000000000..f5d16fdcf
--- /dev/null
+++ b/domains/infiniteloop.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "roktim32",
+ "email": "roktimsenapoty2@gmail.com"
+ },
+ "record": {
+ "CNAME": "roktim32.github.io"
+ }
+}
diff --git a/domains/invalidnoah.json b/domains/invalidnoah.json
index 5c75c72a5..d5a14efe5 100644
--- a/domains/invalidnoah.json
+++ b/domains/invalidnoah.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "invalidnoah.github.io"
}
-}
+}
diff --git a/domains/ipuppyyt.json b/domains/ipuppyyt.json
index a2d56dd85..cc652b18d 100644
--- a/domains/ipuppyyt.json
+++ b/domains/ipuppyyt.json
@@ -7,12 +7,7 @@
"discord": "iPuppyYT#3684"
},
"record": {
- "A": [
- "185.199.110.153",
- "185.199.108.153",
- "185.199.111.153",
- "185.199.109.153"
- ],
+ "A": ["185.199.110.153", "185.199.108.153", "185.199.111.153", "185.199.109.153"],
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
diff --git a/domains/is-a-dev-testing.json b/domains/is-a-dev-testing.json
new file mode 100644
index 000000000..e2a1cd34f
--- /dev/null
+++ b/domains/is-a-dev-testing.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "is-a-dev-bot",
+ "email": "is-a-dev@win11react.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
+ "MX": "hosts.is-a.dev"
+ }
+}
\ No newline at end of file
diff --git a/domains/isa.json b/domains/isa.json
index 959d310ed..16a4c20ee 100644
--- a/domains/isa.json
+++ b/domains/isa.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "nottisa.github.io"
}
-}
+}
diff --git a/domains/isabelrosillo.json b/domains/isabelrosillo.json
index 9dc9857e6..2794d8db2 100644
--- a/domains/isabelrosillo.json
+++ b/domains/isabelrosillo.json
@@ -1,11 +1,9 @@
{
- "owner":{
- "username":"ruben-as",
- "email":"ruben.aja.85@gmail.com"
- },
- "record":{
- "A":[
- "212.227.32.105"
- ]
- }
+ "owner": {
+ "username": "ruben-as",
+ "email": "ruben.aja.85@gmail.com"
+ },
+ "record": {
+ "A": ["212.227.32.105"]
+ }
}
diff --git a/domains/itsdemongamez.json b/domains/itsdemongamez.json
new file mode 100644
index 000000000..0c81aa947
--- /dev/null
+++ b/domains/itsdemongamez.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ShadowPlayzYT22",
+ "email": "peterwyneg@gmail.com",
+ "discord": "1038747272701292584"
+ },
+
+ "record": {
+ "CNAME": "Demon-Gamez-website.github.io"
+ }
+}
diff --git a/domains/itsmealdo.json b/domains/itsmealdo.json
index 0dc4ce2b0..54bf5594f 100644
--- a/domains/itsmealdo.json
+++ b/domains/itsmealdo.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "itsmealdo.github.io"
}
-}
+}
diff --git a/domains/iucc.json b/domains/iucc.json
new file mode 100644
index 000000000..fa92c3cd7
--- /dev/null
+++ b/domains/iucc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "IuCC123",
+ "email": "raccoon.pw.main@gmail.com"
+ },
+ "record": {
+ "CNAME": "1e080129-14d6-480b-9abb-390879d573cf.id.repl.co"
+ }
+}
diff --git a/domains/j0.json b/domains/j0.json
new file mode 100644
index 000000000..583ce9bc8
--- /dev/null
+++ b/domains/j0.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "j0code",
+ "discord": "j0code",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "cohalejoja.selfhost.eu"
+ }
+}
diff --git a/domains/j0code.json b/domains/j0code.json
new file mode 100644
index 000000000..583ce9bc8
--- /dev/null
+++ b/domains/j0code.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "j0code",
+ "discord": "j0code",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "cohalejoja.selfhost.eu"
+ }
+}
diff --git a/domains/jackbillstrom.json b/domains/jackbillstrom.json
new file mode 100644
index 000000000..24a291a3e
--- /dev/null
+++ b/domains/jackbillstrom.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "jackbillstrom",
+ "email": "jackbillstrom@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "swedish.codes"
+ }
+}
diff --git a/domains/jackson.json b/domains/jackson.json
index ef55172d6..292e2b55b 100644
--- a/domains/jackson.json
+++ b/domains/jackson.json
@@ -5,11 +5,6 @@
"discord": "jackson!#0001"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ]
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"]
}
}
diff --git a/domains/jacobi09.json b/domains/jacobi09.json
new file mode 100644
index 000000000..3f78f3789
--- /dev/null
+++ b/domains/jacobi09.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jacobi090",
+ "email": "jacobi090@outlook.com"
+ },
+ "record": {
+ "CNAME": "11a5227b-1286-4b6c-9741-b0e69e913c6f.id.repl.co"
+ }
+}
diff --git a/domains/jainam.json b/domains/jainam.json
new file mode 100644
index 000000000..2fb06ee27
--- /dev/null
+++ b/domains/jainam.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jainamoswal",
+ "email": "me@jainam.me"
+ },
+ "record": {
+ "URL": "https://jainam.me"
+ }
+}
diff --git a/domains/jairomorales.json b/domains/jairomorales.json
index 8d166f142..15ebc8074 100644
--- a/domains/jairomorales.json
+++ b/domains/jairomorales.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "icky17.github.io"
}
-}
+}
diff --git a/domains/jake.json b/domains/jake.json
new file mode 100644
index 000000000..13d7afcd1
--- /dev/null
+++ b/domains/jake.json
@@ -0,0 +1,11 @@
+{
+ "description": "Jake's personal website and blog.",
+ "repo": "https://github.com/j-eo/j-eo.github.io",
+ "owner": {
+ "username": "j-eo",
+ "email": "website-contact.nem2h@silomails.com"
+ },
+ "record": {
+ "CNAME": "jakeanto.pages.dev"
+ }
+}
diff --git a/domains/janmb.json b/domains/janmb.json
index 18edaa87e..ca1821523 100644
--- a/domains/janmb.json
+++ b/domains/janmb.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "wansie1",
- "email": "msc2tvdn@duck.com",
- "discord": "962788530336178236"
+ "username": "wansie1",
+ "email": "msc2tvdn@duck.com",
+ "discord": "962788530336178236"
},
"record": {
diff --git a/domains/janmikowa.json b/domains/janmikowa.json
new file mode 100644
index 000000000..3faf3a917
--- /dev/null
+++ b/domains/janmikowa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Maritsu",
+ "email": "maritsuqnn@gmail.com"
+ },
+ "record": {
+ "CNAME": "maritsu.github.io"
+ }
+}
diff --git a/domains/jatinkr.json b/domains/jatinkr.json
new file mode 100644
index 000000000..ace384aa0
--- /dev/null
+++ b/domains/jatinkr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jatinkumarg",
+ "email": "jatinkr@duck.com"
+ },
+ "record": {
+ "CNAME": "jatinkumarg.github.io"
+ }
+}
diff --git a/domains/javier.json b/domains/javier.json
index 87b7f3b12..be9ad7ff2 100644
--- a/domains/javier.json
+++ b/domains/javier.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "jzaleta.github.io"
}
-}
+}
diff --git a/domains/jayg.json b/domains/jayg.json
index cbf36d580..f23d0a0a8 100644
--- a/domains/jayg.json
+++ b/domains/jayg.json
@@ -8,10 +8,7 @@
},
"record": {
"URL": "https://jayg.top",
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/jcarpenter.json b/domains/jcarpenter.json
index debc073aa..0be501ccb 100644
--- a/domains/jcarpenter.json
+++ b/domains/jcarpenter.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "jcarpenter48.github.io"
}
-}
+}
diff --git a/domains/jcs.json b/domains/jcs.json
new file mode 100644
index 000000000..682f8310d
--- /dev/null
+++ b/domains/jcs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bi0hazarDD",
+ "email": "jonathan-8@hotmail.co.uk"
+ },
+ "record": {
+ "CNAME": "bi0hazardd.github.io"
+ }
+}
diff --git a/domains/jdszekeres.json b/domains/jdszekeres.json
index aba19acf6..fadf7dabf 100644
--- a/domains/jdszekeres.json
+++ b/domains/jdszekeres.json
@@ -7,4 +7,4 @@
"record": {
"CNAME": "jdszekeres.github.io"
}
-}
+}
diff --git a/domains/jean-arthur.json b/domains/jean-arthur.json
index fecf7925e..9bd5d7dd1 100644
--- a/domains/jean-arthur.json
+++ b/domains/jean-arthur.json
@@ -1,4 +1,3 @@
-
{
"description": "Part of my portfolio website",
"repo": "https://github.com/8n9ght/univers",
@@ -9,4 +8,4 @@
"record": {
"CNAME": "8n9ght.github.io"
}
-}
+}
diff --git a/domains/jefferson.json b/domains/jefferson.json
index a747e33ef..b8bc13ce6 100644
--- a/domains/jefferson.json
+++ b/domains/jefferson.json
@@ -8,4 +8,4 @@
"record": {
"URL": "https://github.com/jeffersonjpr/jeffersonjpr"
}
-}
\ No newline at end of file
+}
diff --git a/domains/jeymen.json b/domains/jeymen.json
index 633eda166..17a476555 100644
--- a/domains/jeymen.json
+++ b/domains/jeymen.json
@@ -1,10 +1,22 @@
{
"owner": {
"username": "Jeymen",
- "email": "",
- "discord": "Jeymen#5269"
+ "email": "jeymen11@proton.me"
},
"record": {
- "CNAME": "jeymen.github.io"
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+
+ "MX": [
+ "mx.zoho.eu",
+ "mx2.zoho.eu",
+ "mx3.zoho.eu"
+ ],
+
+ "TXT": "v=spf1 include:zoho.eu ~all"
}
}
diff --git a/domains/jj.json b/domains/jj.json
index 33574b092..a05eda828 100644
--- a/domains/jj.json
+++ b/domains/jj.json
@@ -6,12 +6,7 @@
"email": "TheBotlyNoob@gmail.com"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.111.153",
- "185.199.110.153"
- ],
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.111.153", "185.199.110.153"],
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
diff --git a/domains/jlalfonso21.json b/domains/jlalfonso21.json
new file mode 100644
index 000000000..2ca0563b0
--- /dev/null
+++ b/domains/jlalfonso21.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jlalfonso21",
+ "email": "jlalfonso21@gmail.com"
+ },
+ "record": {
+ "A": ["89.147.111.78"]
+ }
+}
diff --git a/domains/joaovitorzv.json b/domains/joaovitorzv.json
index e7d88731a..11cb87ab9 100644
--- a/domains/joaovitorzv.json
+++ b/domains/joaovitorzv.json
@@ -1,5 +1,5 @@
{
- "description": "@joaovitorzv blog",
+ "description": "joaovitorzv blog",
"repo": "https://github.com/joaovitorzv/joaovitorzv.github.io",
"owner": {
"username": "joaovitorzv",
diff --git a/domains/joesjourney.json b/domains/joesjourney.json
index 68e3484ac..aa69ddf65 100644
--- a/domains/joesjourney.json
+++ b/domains/joesjourney.json
@@ -5,15 +5,7 @@
},
"record": {
- "A": [
- "185.199.108.153",
-
- "185.199.109.153",
-
- "185.199.110.153",
-
- "185.199.111.153"
- ],
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"],
"MX": ["mx.mailtie.com"],
"TXT": "mailtie=joesjourney500@gmail.com"
}
diff --git a/domains/johna.json b/domains/johna.json
index 4e0164d06..dfd3b98fd 100644
--- a/domains/johna.json
+++ b/domains/johna.json
@@ -6,6 +6,6 @@
"email": "j-verstraaten@hotmail.com"
},
"record": {
- "CNAME": "johna.deno.dev"
+ "URL": "https://johna.is-a-fullstack.dev"
}
-}
+}
diff --git a/domains/jonathancarrillo.json b/domains/jonathancarrillo.json
new file mode 100644
index 000000000..682f8310d
--- /dev/null
+++ b/domains/jonathancarrillo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bi0hazarDD",
+ "email": "jonathan-8@hotmail.co.uk"
+ },
+ "record": {
+ "CNAME": "bi0hazardd.github.io"
+ }
+}
diff --git a/domains/jpedro.json b/domains/jpedro.json
new file mode 100644
index 000000000..6579832c4
--- /dev/null
+++ b/domains/jpedro.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal blog",
+ "repo": "https://github.com/jpedro/jpedro.github.io",
+ "owner": {
+ "username": "jpedro",
+ "email": "github@jpedro.dev"
+ },
+ "record": {
+ "CNAME": "jpedro.github.io"
+ }
+}
diff --git a/domains/junior.json b/domains/junior.json
new file mode 100644
index 000000000..5d947b544
--- /dev/null
+++ b/domains/junior.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "juniorbutyeah",
+ "email": "junior4u@reborn.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
+ "MX": "hosts.is-a.dev"
+ }
+ }
\ No newline at end of file
diff --git a/domains/just-muzz.json b/domains/just-muzz.json
new file mode 100644
index 000000000..a64ecbd10
--- /dev/null
+++ b/domains/just-muzz.json
@@ -0,0 +1,12 @@
+{
+ "description": "Portfolio site",
+ "repo": "https://github.com/just-muzz/just-muzz.github.io",
+ "owner": {
+ "username": "just-Muzz",
+ "email": "idrisking759@gmail.com",
+ "twitter": "just_Muzz"
+ },
+ "record": {
+ "CNAME": "just-muzz.github.io"
+ }
+}
diff --git a/domains/jzitnik.json b/domains/jzitnik.json
index ae16e0934..a23342b0c 100644
--- a/domains/jzitnik.json
+++ b/domains/jzitnik.json
@@ -5,12 +5,7 @@
"discord": "KLIND#1906"
},
"record": {
- "A": [
- "216.24.57.1"
- ],
- "MX": [
- "a257fec0e9137cd3.mx2.emailprofi.seznam.cz",
- "a257fec0e9137cd3.mx1.emailprofi.seznam.cz"
- ]
+ "A": ["216.24.57.1"],
+ "MX": ["a257fec0e9137cd3.mx2.emailprofi.seznam.cz", "a257fec0e9137cd3.mx1.emailprofi.seznam.cz"]
}
}
diff --git a/domains/k22rma.json b/domains/k22rma.json
new file mode 100644
index 000000000..f936f4859
--- /dev/null
+++ b/domains/k22rma.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Krrish313",
+ "email": "krrishsharma.ks12345@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/krrish313"
+ }
+}
diff --git a/domains/kaden.json b/domains/kaden.json
new file mode 100644
index 000000000..905fb46a3
--- /dev/null
+++ b/domains/kaden.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "KadenAE",
+ "email": "kadeinwales@gmail.com"
+ },
+ "record": {
+ "CNAME": "hosts.is-a.dev"
+ }
+}
diff --git a/domains/kamishi.json b/domains/kamishi.json
index 105651c3d..c2de37447 100644
--- a/domains/kamishi.json
+++ b/domains/kamishi.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "KamishiRewrote",
- "email": "",
- "discord": "kamishi_x"
- },
- "record": {
- "CNAME": "kamishi.kamishiyt.repl.co"
- }
+ "owner": {
+ "username": "KamishiRewrote",
+ "email": "",
+ "discord": "kamishi_x"
+ },
+ "record": {
+ "CNAME": "kamishi.kamishiyt.repl.co"
+ }
}
diff --git a/domains/kapoor.json b/domains/kapoor.json
index a2bce61a6..eb5a37762 100644
--- a/domains/kapoor.json
+++ b/domains/kapoor.json
@@ -1,11 +1,11 @@
-{
- "owner": {
- "username": "kapoorsaumitra",
- "email": "saumitrakapoor24@gmail.com",
- "twitter": "0xKapoor"
- },
-
- "record": {
- "URL": "https://kapoorportfolio.vercel.app"
- }
-}
+{
+ "owner": {
+ "username": "kapoorsaumitra",
+ "email": "saumitrakapoor24@gmail.com",
+ "twitter": "0xKapoor"
+ },
+
+ "record": {
+ "URL": "https://kapoorportfolio.vercel.app"
+ }
+}
diff --git a/domains/karan.json b/domains/karan.json
index 48f7008ff..e79fdef54 100644
--- a/domains/karan.json
+++ b/domains/karan.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "Karandev2007",
- "email": "karangamerz207@gmail.com"
- },
- "record": {
- "A": ["217.174.245.249"],
- "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
- "MX": ["hosts.is-a.dev"]
- }
+ "owner": {
+ "username": "Karandev2007",
+ "email": "karangamerz207@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
+ "MX": ["hosts.is-a.dev"]
}
+}
diff --git a/domains/kashif-kadri.json b/domains/kashif-kadri.json
index 2e92c4aea..e87b6ce5a 100644
--- a/domains/kashif-kadri.json
+++ b/domains/kashif-kadri.json
@@ -1,11 +1,11 @@
{
- "description": "This is personal website",
- "repo": "https://github.com/kashif-kadri/kashif-kadri.github.io",
- "owner": {
- "username": "kashif-kadri",
- "email": ""
- },
- "record": {
- "URL": "https://kashif-kadri.github.io"
- }
+ "description": "This is personal website",
+ "repo": "https://github.com/kashif-kadri/kashif-kadri.github.io",
+ "owner": {
+ "username": "kashif-kadri",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://kashif-kadri.github.io"
+ }
}
diff --git a/domains/kaustubh.json b/domains/kaustubh.json
index 134106d5f..ae152c53d 100644
--- a/domains/kaustubh.json
+++ b/domains/kaustubh.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "kaustubhkharvi.github.io"
}
-}
+}
diff --git a/domains/keirnegn.json b/domains/keirnegn.json
index 93d42c42a..c3364f4fc 100644
--- a/domains/keirnegn.json
+++ b/domains/keirnegn.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "KeIrNeGn",
- "email": "terminatorx5e@gmail.com",
- "discord": "499592235772280842"
+ "username": "KeIrNeGn",
+ "email": "terminatorx5e@gmail.com",
+ "discord": "499592235772280842"
},
"record": {
diff --git a/domains/kerlos.json b/domains/kerlos.json
new file mode 100644
index 000000000..3e261b8ce
--- /dev/null
+++ b/domains/kerlos.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kerlos",
+ "email": "ker.los@hotmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/kerlos"
+ }
+}
diff --git a/domains/kevvyyn.json b/domains/kevvyyn.json
new file mode 100644
index 000000000..83d1df3b9
--- /dev/null
+++ b/domains/kevvyyn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BiometricGlitch",
+ "email": "smellysocks0147@gmail.com"
+ },
+ "record": {
+ "CNAME": "19e5bf8c-21c4-458c-aade-3d247b901526.id.repl.co"
+ }
+}
diff --git a/domains/keyaan.json b/domains/keyaan.json
index e020b8528..dd2c1497b 100644
--- a/domains/keyaan.json
+++ b/domains/keyaan.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "keyhacker786",
- "email": "keyhacker786@gmail.com",
- "discord": "693533573105451089"
+ "username": "keyhacker786",
+ "email": "keyhacker786@gmail.com",
+ "discord": "693533573105451089"
},
"record": {
diff --git a/domains/killerf.json b/domains/killerf.json
index 00deef209..dcc4e7dd6 100644
--- a/domains/killerf.json
+++ b/domains/killerf.json
@@ -1,11 +1,11 @@
{
- "description": "The Person Who Hacked QLASH RP And got away with it with nothing to lose, An Exploiter to say the least; Welcome to Grove Street",
- "repo": "https://discord.gg/groove-community-875725991551569960",
- "owner": {
- "username": "MohamexDR",
- "email": "loliehentaixd@gmail.com"
- },
- "record": {
- "URL": "https://discord.gg/groove-community-875725991551569960"
- }
+ "description": "The Person Who Hacked QLASH RP And got away with it with nothing to lose, An Exploiter to say the least; Welcome to Grove Street",
+ "repo": "https://discord.gg/groove-community-875725991551569960",
+ "owner": {
+ "username": "MohamexDR",
+ "email": "loliehentaixd@gmail.com"
+ },
+ "record": {
+ "URL": "https://discord.gg/groove-community-875725991551569960"
+ }
}
diff --git a/domains/kime.json b/domains/kime.json
new file mode 100644
index 000000000..169f51d21
--- /dev/null
+++ b/domains/kime.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Mikelikesgames1",
+ "email": "mikeyhackjob21@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
+ "MX": "hosts.is-a.dev"
+ }
+}
diff --git a/domains/kio.json b/domains/kio.json
new file mode 100644
index 000000000..2cb8062e3
--- /dev/null
+++ b/domains/kio.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "YoruAkio",
+ "email": "yoruakio@proton.me"
+ },
+
+ "record": {
+ "CNAME": "nakio.pages.dev"
+ }
+}
diff --git a/domains/korigamik.json b/domains/korigamik.json
new file mode 100644
index 000000000..5abd47d36
--- /dev/null
+++ b/domains/korigamik.json
@@ -0,0 +1,12 @@
+{
+ "description": "The Portfolio of KorigamiK",
+ "repo": "https://github.com/KorigamiK/korigamik.github.io",
+ "owner": {
+ "username": "KorigamiK",
+ "email": "korigamik@gmail.com",
+ "twitter": "https://twitter.com/iamkorigamik"
+ },
+ "record": {
+ "CNAME": "korigamik.github.io"
+ }
+}
diff --git a/domains/krinzal.json b/domains/krinzal.json
new file mode 100644
index 000000000..bad4dc5c6
--- /dev/null
+++ b/domains/krinzal.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "krinzal",
+ "email": "krinzal54@gmail.com"
+ },
+
+ "record": {
+ "URL": "https://krinzal.vercel.app"
+ }
+}
diff --git a/domains/kris-patel.json b/domains/kris-patel.json
new file mode 100644
index 000000000..7c5fc33ae
--- /dev/null
+++ b/domains/kris-patel.json
@@ -0,0 +1,12 @@
+
+{
+ "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/"
+ }
+}
\ No newline at end of file
diff --git a/domains/krrisharma.json b/domains/krrisharma.json
new file mode 100644
index 000000000..f936f4859
--- /dev/null
+++ b/domains/krrisharma.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Krrish313",
+ "email": "krrishsharma.ks12345@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/krrish313"
+ }
+}
diff --git a/domains/kryclopz.json b/domains/kryclopz.json
new file mode 100644
index 000000000..b3c366c73
--- /dev/null
+++ b/domains/kryclopz.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "kryclopz-development",
+ "email": "officialkryclopz@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
+ "MX": "hosts.is-a.dev"
+ }
+}
\ No newline at end of file
diff --git a/domains/kuba.json b/domains/kuba.json
index 76651a44c..1f6b0e6d5 100644
--- a/domains/kuba.json
+++ b/domains/kuba.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "kob-kuba",
- "telegram": "kob_kuba",
- "email": "admin@kobb.tech"
- },
- "record": {
- "URL": "https://kob.gay"
- }
+ "owner": {
+ "username": "kob-kuba",
+ "telegram": "kob_kuba",
+ "email": "admin@kobb.tech"
+ },
+ "record": {
+ "URL": "https://kob.gay"
+ }
}
diff --git a/domains/kuyacarlos.json b/domains/kuyacarlos.json
index 5b3f73673..dab4ac778 100644
--- a/domains/kuyacarlos.json
+++ b/domains/kuyacarlos.json
@@ -1,10 +1,10 @@
-{
- "description": "A personal portfolio to showcase my skills",
- "owner": {
- "username": "CarlosNatanauan",
- "email": "carlosbenedictn@gmail.com"
- },
- "record": {
- "CNAME": "CarlosNatanauan.github.io"
- }
-}
+{
+ "description": "A personal portfolio to showcase my skills",
+ "owner": {
+ "username": "CarlosNatanauan",
+ "email": "carlosbenedictn@gmail.com"
+ },
+ "record": {
+ "CNAME": "CarlosNatanauan.github.io"
+ }
+}
diff --git a/domains/kweeper.json b/domains/kweeper.json
new file mode 100644
index 000000000..81c8c51f2
--- /dev/null
+++ b/domains/kweeper.json
@@ -0,0 +1,10 @@
+{
+ "description": "kweeper.is-a.dev",
+ "owner": {
+ "username": "kweeperdotjs",
+ "email": "kweeper@protonmail.com"
+ },
+ "record": {
+ "CNAME": "kweeperdotjs.pages.dev"
+ }
+}
diff --git a/domains/kxtz.json b/domains/kxtz.json
new file mode 100644
index 000000000..46e49f825
--- /dev/null
+++ b/domains/kxtz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kxtzownsu",
+ "email": "kxtzownsu@gmail.com"
+ },
+ "record": {
+ "CNAME": "ef93d84a-155f-4365-86a0-9dcc1d445acf.id.repl.co"
+ }
+}
diff --git a/domains/kz.json b/domains/kz.json
index dfa408221..2f7184e83 100644
--- a/domains/kz.json
+++ b/domains/kz.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "iakzs",
- "email": "iakzs@protonmail.com",
- "discord": "622795838032314388"
+ "username": "iakzs",
+ "email": "iakzs@protonmail.com",
+ "discord": "622795838032314388"
},
"record": {
diff --git a/domains/lam.json b/domains/lam.json
new file mode 100644
index 000000000..ff23456c3
--- /dev/null
+++ b/domains/lam.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Syxaaa",
+ "email": "nguyenlamyou@gmail.com"
+ },
+ "record": {
+ "CNAME": "thelastprofilecard.pages.dev"
+ }
+}
diff --git a/domains/lamnotadev.json b/domains/lamnotadev.json
new file mode 100644
index 000000000..49555658c
--- /dev/null
+++ b/domains/lamnotadev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Syxaaa",
+ "email": "nguyenlamyou@gmail.com"
+ },
+ "record": {
+ "CNAME": "chubedanprofile.justtakarin.repl.co"
+ }
+}
diff --git a/domains/laqie.json b/domains/laqie.json
new file mode 100644
index 000000000..dea9a8023
--- /dev/null
+++ b/domains/laqie.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "laqie",
+ "email": "ave.lucky@gmail.com"
+ },
+ "record": {
+ "A": ["34.120.54.55"]
+ }
+}
diff --git a/domains/latealways.json b/domains/latealways.json
index 115b1a16f..820ffc877 100644
--- a/domains/latealways.json
+++ b/domains/latealways.json
@@ -1,9 +1,9 @@
{
"owner": {
- "username": "Sky-FoxGAMING",
- "email": "jparedesmoure@awakenclient.com"
+ "username": "LateAlways",
+ "email": "latealways@i-am-a.fuchsiax.dev"
},
"record": {
- "CNAME": "Sky-FoxGAMING.github.io"
+ "A": ["85.239.250.3"]
}
}
diff --git a/domains/learn-to-code-now.json b/domains/learn-to-code-now.json
index 53650f301..8228b5a6c 100644
--- a/domains/learn-to-code-now.json
+++ b/domains/learn-to-code-now.json
@@ -1,10 +1,9 @@
{
- "owner": {
- "username": "qloakongithub",
- "email": "7469931481@stu.gcsnc.com"
- },
- "record": {
- "CNAME": "qloakongithub.github.io"
- }
+ "owner": {
+ "username": "qloakongithub",
+ "email": "7469931481@stu.gcsnc.com"
+ },
+ "record": {
+ "CNAME": "qloakongithub.github.io"
}
-
\ No newline at end of file
+}
diff --git a/domains/lemmy.json b/domains/lemmy.json
new file mode 100644
index 000000000..583ce9bc8
--- /dev/null
+++ b/domains/lemmy.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "j0code",
+ "discord": "j0code",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "cohalejoja.selfhost.eu"
+ }
+}
diff --git a/domains/lemon.json b/domains/lemon.json
new file mode 100644
index 000000000..99e6ae8e8
--- /dev/null
+++ b/domains/lemon.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "PassiveLemon",
+ "email": "lemonl3mn@protonmail.com"
+ },
+ "record": {
+ "CNAME": "citrus-tree.xyz"
+ }
+}
diff --git a/domains/likalium.json b/domains/likalium.json
index 782ee0b87..d8653bf85 100644
--- a/domains/likalium.json
+++ b/domains/likalium.json
@@ -1,13 +1,13 @@
{
- "description": "Likalium's personal website",
- "repo": "https://github.com/likalium/likalium.github.io",
- "owner": {
- "username": "likalium",
- "email": "",
- "twitter": "likalium",
- "discord": "likalium#2870"
- },
- "record" : {
- "CNAME": "likalium.github.io"
- }
+ "description": "Likalium's personal website",
+ "repo": "https://github.com/likalium/likalium.github.io",
+ "owner": {
+ "username": "likalium",
+ "email": "",
+ "twitter": "likalium",
+ "discord": "likalium#2870"
+ },
+ "record": {
+ "CNAME": "likalium.github.io"
+ }
}
diff --git a/domains/liztochekcode.json b/domains/liztochekcode.json
index 869827228..2071b9a2f 100644
--- a/domains/liztochekcode.json
+++ b/domains/liztochekcode.json
@@ -1,10 +1,10 @@
{
"owner": {
- "username": "LiztochekCode",
- "email": "liztochekcode@gmail.com"
- },
+ "username": "LiztochekCode",
+ "email": "liztochekcode@gmail.com"
+ },
- "record": {
- "URL": "https://liztochekcode.epizy.com"
- }
+ "record": {
+ "URL": "https://liztochekcode.epizy.com"
+ }
}
diff --git a/domains/lndr2501.json b/domains/lndr2501.json
index bbf5e3f2f..5057158d8 100644
--- a/domains/lndr2501.json
+++ b/domains/lndr2501.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "Lndr2501",
- "email": ""
- },
- "repo": "https://github.com/Lndr2501/Lndr2501",
- "record": {
- "CNAME": "lndr2501.github.io"
- }
+ "owner": {
+ "username": "Lndr2501",
+ "email": ""
+ },
+ "repo": "https://github.com/Lndr2501/Lndr2501",
+ "record": {
+ "CNAME": "lndr2501.github.io"
+ }
}
diff --git a/domains/loser.json b/domains/loser.json
index 24919c764..de3c186ce 100644
--- a/domains/loser.json
+++ b/domains/loser.json
@@ -6,12 +6,7 @@
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"],
"MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
diff --git a/domains/losr.json b/domains/losr.json
index 24919c764..de3c186ce 100644
--- a/domains/losr.json
+++ b/domains/losr.json
@@ -6,12 +6,7 @@
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"],
"MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
diff --git a/domains/lrmn.json b/domains/lrmn.json
index 532c9e1a0..330959adc 100644
--- a/domains/lrmn.json
+++ b/domains/lrmn.json
@@ -1,11 +1,11 @@
-{
- "description": "lrmn.is-a.dev",
- "repo": "https://github.com/lrmn7/lrmn7.github.io",
- "owner": {
- "username": "lrmn7",
- "email": "lrmnid@gmail.com"
- },
- "record": {
- "CNAME": "lrmn7.github.io"
- }
-}
\ No newline at end of file
+{
+ "description": "lrmn.is-a.dev",
+ "repo": "https://github.com/lrmn7/lrmn7.github.io",
+ "owner": {
+ "username": "lrmn7",
+ "email": "lrmnid@gmail.com"
+ },
+ "record": {
+ "CNAME": "lrmn7.github.io"
+ }
+}
diff --git a/domains/luca.json b/domains/luca.json
index ac9388f7b..14ed30edc 100644
--- a/domains/luca.json
+++ b/domains/luca.json
@@ -1,13 +1,9 @@
{
- "description": "Redirection service (URL shortener)",
- "repo": "https://github.com/lucatolton",
"owner": {
"username": "lucatolton",
- "email": "hi@lucatolton.me"
+ "email": "luto281@outlook.com"
},
"record": {
- "A": ["168.119.228.144"],
- "MX": ["mail.lucatolton.me"],
- "TXT": "v=spf1 +a +mx +a:optimistic-wiles.168-119-228-144.plesk.page -all"
+ "CNAME": "hosts.is-a.dev"
}
}
diff --git a/domains/luni.json b/domains/luni.json
index aa726b525..f8bfad635 100644
--- a/domains/luni.json
+++ b/domains/luni.json
@@ -4,6 +4,6 @@
"email": "lukasbatema@mg.batemadevelopment.com"
},
"record": {
- "URL": "https://en.pronouns.page/@luni_batema"
+ "URL": "https://en.pronouns.page/@luni_moon"
}
}
diff --git a/domains/machi.json b/domains/machi.json
new file mode 100644
index 000000000..bd3c826d0
--- /dev/null
+++ b/domains/machi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "femachi",
+ "email": "ocubrisme@gmail.com"
+ },
+ "record": {
+ "URL": "https://rentry.co/femachi"
+ }
+}
diff --git a/domains/madhavgupta.json b/domains/madhavgupta.json
new file mode 100644
index 000000000..0f62be966
--- /dev/null
+++ b/domains/madhavgupta.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "M4dhav",
+ "email": "madhav.gupta7674@gmail.com"
+ },
+ "record": {
+ "URL": "https://madhavgupta.vercel.app"
+ }
+}
diff --git a/domains/madhavjhawar.json b/domains/madhavjhawar.json
index ef4fe1877..625c59111 100644
--- a/domains/madhavjhawar.json
+++ b/domains/madhavjhawar.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "madhav32x.github.io"
}
-}
+}
diff --git a/domains/madhead341.json b/domains/madhead341.json
index 24919c764..de3c186ce 100644
--- a/domains/madhead341.json
+++ b/domains/madhead341.json
@@ -6,12 +6,7 @@
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"],
"MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
diff --git a/domains/maestro194.json b/domains/maestro194.json
new file mode 100644
index 000000000..3ec47d987
--- /dev/null
+++ b/domains/maestro194.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "maestro194",
+ "email": "dongboy1904@gmail.com"
+ },
+ "record": {
+ "CNAME": "maestro194.github.io"
+ }
+}
diff --git a/domains/magniquick.json b/domains/magniquick.json
index 031709adc..298b8f93d 100644
--- a/domains/magniquick.json
+++ b/domains/magniquick.json
@@ -7,12 +7,7 @@
"discord": "Magniquick#5003"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
+ "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/mahmoud.json b/domains/mahmoud.json
index 4d84e811b..d491fab63 100644
--- a/domains/mahmoud.json
+++ b/domains/mahmoud.json
@@ -1,18 +1,13 @@
{
- "owner": {
- "username": "oMvhmoud",
- "email": "contact@mahmoud.is-a.dev",
- "discord": "927876264826650684"
- },
- "repo": "https://github.com/oMvhmoud/oMvhmoud.github.io",
- "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"
- }
+ "owner": {
+ "username": "oMvhmoud",
+ "email": "contact@mahmoud.is-a.dev",
+ "discord": "927876264826650684"
+ },
+ "repo": "https://github.com/oMvhmoud/oMvhmoud.github.io",
+ "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/mai.json b/domains/mai.json
index 8b5b5827b..d59898ec4 100644
--- a/domains/mai.json
+++ b/domains/mai.json
@@ -1,10 +1,9 @@
{
- "description": "Mai's personal developer website",
"owner": {
"username": "Mai1ii",
- "email": "mail@apexure.cf"
+ "email": "micomacabali14@gmail.com"
},
"record": {
- "CNAME": "mai1ii.github.io"
+ "CNAME": "hosts.is-a.dev"
}
}
diff --git a/domains/mail.aditya.json b/domains/mail.aditya.json
index 0ea9ff1a9..c8dfe71e1 100644
--- a/domains/mail.aditya.json
+++ b/domains/mail.aditya.json
@@ -7,12 +7,7 @@
"twitter": "CodeWithAadi"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
+ "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.arman.json b/domains/mail.arman.json
index df449b568..8ea8cf992 100644
--- a/domains/mail.arman.json
+++ b/domains/mail.arman.json
@@ -6,12 +6,7 @@
},
"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"
- ],
+ "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
index ad3bc1e9f..701d48e10 100644
--- a/domains/mail.badboy.json
+++ b/domains/mail.badboy.json
@@ -8,12 +8,7 @@
"note": "My Discord ID is 445073800850046977."
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
+ "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.mxnticek.json b/domains/mail.mxnticek.json
index 72d6985c5..b0604cc9b 100644
--- a/domains/mail.mxnticek.json
+++ b/domains/mail.mxnticek.json
@@ -5,9 +5,6 @@
"email": "plainrock@seznam.cz"
},
"record": {
- "MX": [
- "d9025d2074984e72.mx2.emailprofi.seznam.cz",
- "d9025d2074984e72.mx1.emailprofi.seznam.cz"
- ]
+ "MX": ["d9025d2074984e72.mx2.emailprofi.seznam.cz", "d9025d2074984e72.mx1.emailprofi.seznam.cz"]
}
}
diff --git a/domains/mail.rika.json b/domains/mail.rika.json
index abdd6fd62..922042038 100644
--- a/domains/mail.rika.json
+++ b/domains/mail.rika.json
@@ -6,12 +6,7 @@
"email": "cainiao1509@gmail.com"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
+ "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/mailx.json b/domains/mailx.json
index 551983ff8..51b9f948b 100644
--- a/domains/mailx.json
+++ b/domains/mailx.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "is-a-dev-bot",
- "email": "is-a-dev@win11react.com"
+ "username": "is-a-dev",
+ "email": "phenax5@gmail.com"
},
"record": {
diff --git a/domains/maintainers.json b/domains/maintainers.json
index aaca41559..e080ed5f4 100644
--- a/domains/maintainers.json
+++ b/domains/maintainers.json
@@ -4,7 +4,8 @@
"email": "phenax5@gmail.com"
},
"record": {
+ "URL": "https://team.is-a.dev",
"MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
- "TXT": "forward-email=isdevmail.beadman-network.com"
+ "TXT": "forward-email=isdevmail.beadman-network.com,andrew@win11react.com"
}
}
diff --git a/domains/mako.json b/domains/mako.json
new file mode 100644
index 000000000..332c2795d
--- /dev/null
+++ b/domains/mako.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "GoldenFire2317",
+ "email": "buttersword2017@gmail.com"
+ },
+ "record": {
+ "CNAME": "mako.mkoca.org"
+ }
+}
diff --git a/domains/malfunzionato.json b/domains/malfunzionato.json
new file mode 100644
index 000000000..382a331d5
--- /dev/null
+++ b/domains/malfunzionato.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "P0rc0D10",
+ "email": "grazioligiuliano52@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/p0rc0d10"
+ }
+}
diff --git a/domains/manage.json b/domains/manage.json
index 4c2a68d46..ef2dd2748 100644
--- a/domains/manage.json
+++ b/domains/manage.json
@@ -1,11 +1,10 @@
{
"owner": {
- "username": "is-a-dev-bot",
- "email": "is-a-dev@win11react.com",
- "discord": "1094272477137481810"
+ "username": "is-a-dev",
+ "email": "phenax5@gmail.com"
},
"record": {
- "CNAME": "register.is-a.dev"
+ "CNAME": "dns.beadman-network.com"
}
}
diff --git a/domains/manas.json b/domains/manas.json
index a8a52f055..58a2e319c 100644
--- a/domains/manas.json
+++ b/domains/manas.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "manas140.github.io"
}
-}
+}
diff --git a/domains/manga.json b/domains/manga.json
new file mode 100644
index 000000000..45475b8a4
--- /dev/null
+++ b/domains/manga.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zarqizoubir",
+ "email": "zarqi.ezzoubair@etu.uae.ac.ma"
+ },
+ "record": {
+ "CNAME": "hosts.is-a.dev"
+ }
+}
diff --git a/domains/mastodon.dainfloop.json b/domains/mastodon.dainfloop.json
deleted file mode 100644
index 859ebd4e9..000000000
--- a/domains/mastodon.dainfloop.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "DaInfLoop",
- "email": "backupharoongames100@gmail.com"
- },
-
- "record": {
- "A": ["34.132.134.162"]
- }
-}
diff --git a/domains/match.json b/domains/match.json
index 415ff8eec..d235b0afd 100644
--- a/domains/match.json
+++ b/domains/match.json
@@ -6,11 +6,6 @@
"email": "imad.kh@outlook.com"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ]
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"]
}
}
diff --git a/domains/matrix.vi0leta.json b/domains/matrix.vi0leta.json
new file mode 100644
index 000000000..eed253c13
--- /dev/null
+++ b/domains/matrix.vi0leta.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "vi0letadev",
+ "email": "vi0leta@riseup.net"
+ },
+
+ "record": {
+ "A": ["143.47.191.152"]
+ }
+}
diff --git a/domains/mattdestroyer.json b/domains/mattdestroyer.json
index 02bd4151e..474eae765 100644
--- a/domains/mattdestroyer.json
+++ b/domains/mattdestroyer.json
@@ -1,10 +1,10 @@
{
- "description": "Matt-DESTROYER's Website",
- "owner": {
- "username": "Matt-DESTROYER",
- "email": "mattdestroyerpro@gmail.com"
- },
- "record": {
- "URL": "https://mattdestroyer.replit.app"
- }
+ "description": "Matt-DESTROYER's Website",
+ "owner": {
+ "username": "Matt-DESTROYER",
+ "email": "mattdestroyerpro@gmail.com"
+ },
+ "record": {
+ "URL": "https://mattdestroyer.replit.app"
+ }
}
diff --git a/domains/maxired.json b/domains/maxired.json
new file mode 100644
index 000000000..e0f2bfa64
--- /dev/null
+++ b/domains/maxired.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "maxired",
+ "email": "github@maxired.fr"
+ },
+ "record": {
+ "CNAME": "www.maxired.fr"
+ }
+}
diff --git a/domains/mayank-rathva.json b/domains/mayank-rathva.json
index cec200e71..84948dd07 100644
--- a/domains/mayank-rathva.json
+++ b/domains/mayank-rathva.json
@@ -1,11 +1,11 @@
{
- "description": "This is personal website",
- "repo": "https://github.com/mayank-rathva/mayank-rathva.github.io",
- "owner": {
- "username": "mayank-rathva",
- "email": ""
- },
- "record": {
- "CNAME": "mayank-rathva.github.io"
- }
+ "description": "This is personal website",
+ "repo": "https://github.com/mayank-rathva/mayank-rathva.github.io",
+ "owner": {
+ "username": "mayank-rathva",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "mayank-rathva.github.io"
+ }
}
diff --git a/domains/mayerfried.json b/domains/mayerfried.json
index 85b531275..2adcfa228 100644
--- a/domains/mayerfried.json
+++ b/domains/mayerfried.json
@@ -1,11 +1,11 @@
{
- "description": "Mayer Fried Is A Dev",
- "repo": "https://github.com/mfried40",
- "owner": {
- "username": "mfried40",
- "email": "mayer@mayerfried.com"
- },
- "record": {
- "CNAME": "me.mayerfried.com"
- }
+ "description": "Mayer Fried Is A Dev",
+ "repo": "https://github.com/mfried40",
+ "owner": {
+ "username": "mfried40",
+ "email": "mayer@mayerfried.com"
+ },
+ "record": {
+ "CNAME": "me.mayerfried.com"
+ }
}
diff --git a/domains/mbenetta.json b/domains/mbenetta.json
index 9dc9857e6..2794d8db2 100644
--- a/domains/mbenetta.json
+++ b/domains/mbenetta.json
@@ -1,11 +1,9 @@
{
- "owner":{
- "username":"ruben-as",
- "email":"ruben.aja.85@gmail.com"
- },
- "record":{
- "A":[
- "212.227.32.105"
- ]
- }
+ "owner": {
+ "username": "ruben-as",
+ "email": "ruben.aja.85@gmail.com"
+ },
+ "record": {
+ "A": ["212.227.32.105"]
+ }
}
diff --git a/domains/mbg.json b/domains/mbg.json
new file mode 100644
index 000000000..b4c01c595
--- /dev/null
+++ b/domains/mbg.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MBG1337",
+ "email": "MBGx1337@gmail.com"
+ },
+ "record": {
+ "A": ["3.120.250.108"]
+ }
+}
diff --git a/domains/mcgraph.json b/domains/mcgraph.json
index b01696408..043e6a35f 100644
--- a/domains/mcgraph.json
+++ b/domains/mcgraph.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "playstation452",
- "email": "oscarlin1026@gmail.com"
- },
- "record": {
- "CNAME": "justaminecraftgraph.swapniladhikari.com.np"
- }
+ "owner": {
+ "username": "playstation452",
+ "email": "oscarlin1026@gmail.com"
+ },
+ "record": {
+ "CNAME": "justaminecraftgraph.swapniladhikari.com.np"
+ }
}
diff --git a/domains/meenbeese.json b/domains/meenbeese.json
index 627c66add..3650d4b63 100644
--- a/domains/meenbeese.json
+++ b/domains/meenbeese.json
@@ -6,4 +6,4 @@
"record": {
"CNAME": "meenbeese.github.io"
}
-}
\ No newline at end of file
+}
diff --git a/domains/mikapikazo.json b/domains/mikapikazo.json
new file mode 100644
index 000000000..af9e9074e
--- /dev/null
+++ b/domains/mikapikazo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rinxyzz",
+ "email": "putriimuttzz.cantikk@gmail.com"
+ },
+ "record": {
+ "CNAME": "rinxyzz-github-io.pages.dev"
+ }
+}
diff --git a/domains/milcon-uptimer.json b/domains/milcon-uptimer.json
new file mode 100644
index 000000000..8471985a7
--- /dev/null
+++ b/domains/milcon-uptimer.json
@@ -0,0 +1,10 @@
+{
+ "description": "Uptimer site",
+ "owner": {
+ "username": "njanemmu",
+ "email": "aneenababu71901@gmail.com"
+ },
+ "record": {
+ "CNAME": "ce061efe-4c98-41af-b793-2e0d4e4322a1.id.repl.co"
+ }
+}
diff --git a/domains/milkshake.json b/domains/milkshake.json
new file mode 100644
index 000000000..0895868e1
--- /dev/null
+++ b/domains/milkshake.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "FloatingMilkshake",
+ "email": "me@floatingmilkshake.com"
+ },
+ "record": {
+ "URL": "https://floatingmilkshake.com"
+ }
+}
diff --git a/domains/minh2000.json b/domains/minh2000.json
new file mode 100644
index 000000000..d639e5be6
--- /dev/null
+++ b/domains/minh2000.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "minnb-bit",
+ "email": "mn9173024@gmail.com",
+ "discord": "634263941153030175"
+ },
+
+ "record": {
+ "CNAME": "minnb-bit.github.io"
+ }
+}
diff --git a/domains/minhmmb.json b/domains/minhmmb.json
new file mode 100644
index 000000000..266f16992
--- /dev/null
+++ b/domains/minhmmb.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "minnb-bit",
+ "email": "mn9173024@gmail.com"
+ },
+ "record": {
+ "CNAME": "minnb-bit.github.io"
+ }
+}
diff --git a/domains/minnb-bit.json b/domains/minnb-bit.json
new file mode 100644
index 000000000..d639e5be6
--- /dev/null
+++ b/domains/minnb-bit.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "minnb-bit",
+ "email": "mn9173024@gmail.com",
+ "discord": "634263941153030175"
+ },
+
+ "record": {
+ "CNAME": "minnb-bit.github.io"
+ }
+}
diff --git a/domains/minto.json b/domains/minto.json
new file mode 100644
index 000000000..a85df0c4e
--- /dev/null
+++ b/domains/minto.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "m1ntooo",
+ "email": "yht413@i.softbank.jp"
+ },
+ "record": {
+ "URL": "https://m1ntooo.com"
+ }
+}
diff --git a/domains/mitchellecamacho.json b/domains/mitchellecamacho.json
new file mode 100644
index 000000000..df53227ed
--- /dev/null
+++ b/domains/mitchellecamacho.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mitchcam81",
+ "email": "mocamacho.works@gmail.com"
+ },
+ "record": {
+ "CNAME": "mitchellecamacho.com"
+ }
+}
diff --git a/domains/mizu.json b/domains/mizu.json
index 2a4dd4913..dffe052c1 100644
--- a/domains/mizu.json
+++ b/domains/mizu.json
@@ -5,9 +5,9 @@
"username": "miyagawamizu",
"email": "miyagawamizu@gmail.com",
"twitter": "miyagawamizu",
- "discord": "Mizu#2203"
+ "discord": "miyagawamizu"
},
"record": {
- "CNAME": "miyagawamizu.github.io"
+ "CNAME": "mizu.pages.dev"
}
}
diff --git a/domains/mohdsohel.json b/domains/mohdsohel.json
index 10fda800f..ae062d7de 100644
--- a/domains/mohdsohel.json
+++ b/domains/mohdsohel.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "realsohel.github.io"
}
-}
+}
diff --git a/domains/molai777.json b/domains/molai777.json
index 2bda5d825..2514d322c 100644
--- a/domains/molai777.json
+++ b/domains/molai777.json
@@ -1,10 +1,9 @@
{
- "owner": {
- "username": "mtgsquad",
- "email": "mahir@molai.dev"
- },
- "record": {
- "URL": "https://molai.dev"
- }
+ "owner": {
+ "username": "mtgsquad",
+ "email": "mahir@molai.dev"
+ },
+ "record": {
+ "CNAME": "hosts.is-a.dev"
}
-
\ No newline at end of file
+}
diff --git a/domains/moothecow.json b/domains/moothecow.json
new file mode 100644
index 000000000..a98de9ddd
--- /dev/null
+++ b/domains/moothecow.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mikeymoo5",
+ "email": "moodids@outlook.com"
+ },
+ "record": {
+ "CNAME": "mikeymoo5.github.io"
+ }
+}
diff --git a/domains/mosa.json b/domains/mosa.json
new file mode 100644
index 000000000..2c26d4a80
--- /dev/null
+++ b/domains/mosa.json
@@ -0,0 +1,10 @@
+{
+ "description": "For my portfolio website made by using HTML + CSS and JS",
+ "owner": {
+ "username": "mosageneral",
+ "email": "mosageneral@gmail.com"
+ },
+ "record": {
+ "A": ["130.162.168.84"]
+ }
+}
diff --git a/domains/mosaab.json b/domains/mosaab.json
index c46686309..f6e3e27f2 100644
--- a/domains/mosaab.json
+++ b/domains/mosaab.json
@@ -1,21 +1,13 @@
{
"description": "Personal website of MosaabGKA",
- "repo": "https://github.com/MosaabGKA/MosaabGKA.github.io/",
+ "repo": "https://github.com/MosaabGKA/MosaabGKA.github.io",
"owner": {
"username": "MosaabGKA",
"email": "mosaabgka@outlook.com"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
+ "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/mqhirr.json b/domains/mqhirr.json
index ae6e8ae4c..56b14d7eb 100644
--- a/domains/mqhirr.json
+++ b/domains/mqhirr.json
@@ -1,12 +1,12 @@
{
- "owner": {
- "username": "mqhirr",
- "email": "",
- "discord": "mqhirr"
- },
+ "owner": {
+ "username": "mqhirr",
+ "email": "",
+ "discord": "mqhirr"
+ },
- "repo": "https://github.com/mqhirr/webnn_live",
- "record": {
- "CNAME": "mqhirr.github.io"
- }
+ "repo": "https://github.com/mqhirr/webnn_live",
+ "record": {
+ "CNAME": "mqhirr.github.io"
+ }
}
diff --git a/domains/mrgliff.json b/domains/mrgliff.json
new file mode 100644
index 000000000..aebe6f1e9
--- /dev/null
+++ b/domains/mrgliff.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MrGliff",
+ "email": "dharminnagar@gmail.com"
+ },
+ "record": {
+ "URL": "https://mrgliff.dev"
+ }
+}
diff --git a/domains/mrprime.json b/domains/mrprime.json
index 8462c7010..a61ad73a2 100644
--- a/domains/mrprime.json
+++ b/domains/mrprime.json
@@ -3,7 +3,7 @@
"owner": {
"username": "MrPrimeDev",
"email": "justmeprime@gmail.com",
- "twitter": "@RealMrPrime",
+ "twitter": "RealMrPrime",
"discord": "MrPrime#9636"
},
"record": {
diff --git a/domains/mrweez.json b/domains/mrweez.json
new file mode 100644
index 000000000..9671d7f2f
--- /dev/null
+++ b/domains/mrweez.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MrWeez",
+ "email": "arsenyplis2018@gmail.com"
+ },
+ "record": {
+ "CNAME": "mrweez.depcloud.xyz"
+ }
+}
diff --git a/domains/mthia.json b/domains/mthia.json
index 52a8bd50c..278b6b128 100644
--- a/domains/mthia.json
+++ b/domains/mthia.json
@@ -1,11 +1,11 @@
-{
- "description": "mthia page",
- "owner": {
- "username": "Mthia727",
- "email": "mthia@xdd.moe",
- "discord": "443794213524733962"
- },
- "record": {
- "CNAME": "mthia.xdd.moe"
- }
-}
+{
+ "description": "mthia page",
+ "owner": {
+ "username": "Mthia727",
+ "email": "mthia@xdd.moe",
+ "discord": "443794213524733962"
+ },
+ "record": {
+ "CNAME": "mthia.xdd.moe"
+ }
+}
diff --git a/domains/mudee.json b/domains/mudee.json
new file mode 100644
index 000000000..f29492c4d
--- /dev/null
+++ b/domains/mudee.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "IMudee",
+ "email": "NotMudee@proton.me"
+ },
+ "record": {
+ "CNAME": "hosts.is-a.dev"
+ }
+}
diff --git a/domains/muhammadbasitobaid.json b/domains/muhammadbasitobaid.json
new file mode 100644
index 000000000..df274c031
--- /dev/null
+++ b/domains/muhammadbasitobaid.json
@@ -0,0 +1,10 @@
+{
+ "description": "muhammadbasitobaid.is-a.dev",
+ "owner": {
+ "username": "muhammadbasitobaid",
+ "email": "muhammadbasitobaid@gmail.com"
+ },
+ "record": {
+ "CNAME": "muhammadbasitobaid.github.io"
+ }
+}
diff --git a/domains/n4n5.json b/domains/n4n5.json
new file mode 100644
index 000000000..75b8dbbe7
--- /dev/null
+++ b/domains/n4n5.json
@@ -0,0 +1,11 @@
+{
+ "description": "redirects to my website",
+ "repo": "https://github.com/Its-Just-Nans",
+ "owner": {
+ "username": "Its-Just-Nans",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://n4n5.dev"
+ }
+}
diff --git a/domains/naki.json b/domains/naki.json
new file mode 100644
index 000000000..2cb8062e3
--- /dev/null
+++ b/domains/naki.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "YoruAkio",
+ "email": "yoruakio@proton.me"
+ },
+
+ "record": {
+ "CNAME": "nakio.pages.dev"
+ }
+}
diff --git a/domains/namishpande.json b/domains/namishpande.json
new file mode 100644
index 000000000..3c2962721
--- /dev/null
+++ b/domains/namishpande.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "chadcat7",
+ "email": "namishpande2007@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "chadcat7.github.io"
+ }
+}
diff --git a/domains/narayana.json b/domains/narayana.json
index eb747b6c6..6a99954bd 100644
--- a/domains/narayana.json
+++ b/domains/narayana.json
@@ -1,10 +1,10 @@
{
- "description": "I am going to use it to test out my creations and share with my friends. As a student, I can't get actual domains, so I will be using this.",
- "owner": {
- "username": "nvnarayna",
- "email": "nemaninarayna@gmail.com"
- },
- "record": {
- "CNAME": "proxy.divahosting.net"
- }
+ "description": "I am going to use it to test out my creations and share with my friends. As a student, I can't get actual domains, so I will be using this.",
+ "owner": {
+ "username": "nvnarayna",
+ "email": "nemaninarayna@gmail.com"
+ },
+ "record": {
+ "CNAME": "proxy.divahosting.net"
+ }
}
diff --git a/domains/nedosite.json b/domains/nedosite.json
new file mode 100644
index 000000000..9911cbb9f
--- /dev/null
+++ b/domains/nedosite.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SpaceProjects",
+ "email": "maksim1961space@gmail.com"
+ },
+ "record": {
+ "A": ["185.228.233.148"]
+ }
+}
diff --git a/domains/neelsani.json b/domains/neelsani.json
index 011aa5eaa..78fa6bac7 100644
--- a/domains/neelsani.json
+++ b/domains/neelsani.json
@@ -4,7 +4,6 @@
"owner": {
"username": "neelsani",
"email": "neel2645s@gmail.com"
-
},
"record": {
"CNAME": "neelsani.github.io"
diff --git a/domains/nengsriaryati.json b/domains/nengsriaryati.json
new file mode 100644
index 000000000..604ecab09
--- /dev/null
+++ b/domains/nengsriaryati.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Hillzacky",
+ "email": "Hilm4nsyah@gmail.com"
+ },
+ "record": {
+ "CNAME": "nengsriaryati.github.io"
+ }
+}
diff --git a/domains/neon.json b/domains/neon.json
index 808dff17d..7531a0358 100644
--- a/domains/neon.json
+++ b/domains/neon.json
@@ -8,16 +8,8 @@
"email": "goodboyneon03@gmail.com"
},
"record": {
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/nhemgomia.json b/domains/nhemgomia.json
index b052188f0..a029c3689 100644
--- a/domains/nhemgomia.json
+++ b/domains/nhemgomia.json
@@ -2,11 +2,11 @@
"description": "Nhem Gomia portfolio website.",
"repo": "https://github.com/nhemgomia/nhemgomia.github.io",
"owner": {
- "username": "nhemgomia",
- "email": "",
- "discord": "nhemdgaf"
+ "username": "nhemgomia",
+ "email": "",
+ "discord": "nhemdgaf"
},
"record": {
"CNAME": "nhemgomia.github.io"
}
-}
+}
diff --git a/domains/niceeli.json b/domains/niceeli.json
new file mode 100644
index 000000000..8c6d38da1
--- /dev/null
+++ b/domains/niceeli.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "niceEli",
+ "email": "EliCardoso2009@gmail.com"
+ },
+ "record": {
+ "CNAME": "niceeli.github.io"
+ }
+}
diff --git a/domains/nidhis-patel.json b/domains/nidhis-patel.json
index f384a7ea0..47e21b7b1 100644
--- a/domains/nidhis-patel.json
+++ b/domains/nidhis-patel.json
@@ -1,11 +1,11 @@
{
- "description": "This is a personal",
- "repo": "https://github.com/nidhis-patel/nidhis-patel.github.io",
- "owner": {
- "username": "nidhis-patel",
- "email": ""
- },
- "record": {
- "URL": "https://nidhis-patel.github.io"
- }
+ "description": "This is a personal",
+ "repo": "https://github.com/nidhis-patel/nidhis-patel.github.io",
+ "owner": {
+ "username": "nidhis-patel",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://nidhis-patel.github.io"
+ }
}
diff --git a/domains/niemiets.json b/domains/niemiets.json
index fc95b5dc5..2dfb4826c 100644
--- a/domains/niemiets.json
+++ b/domains/niemiets.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "Niemiets",
- "email": "niemiec123123123@gmail.com",
- "discord": "397074265708691456"
+ "username": "Niemiets",
+ "email": "niemiec123123123@gmail.com",
+ "discord": "397074265708691456"
},
"record": {
diff --git a/domains/nikeedev.json b/domains/nikeedev.json
deleted file mode 100644
index e47111189..000000000
--- a/domains/nikeedev.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Profile page for nikeedev",
- "repo": "https://github.com/nikeedev/nikeedev.github.io",
- "owner": {
- "username": "nikeedev",
- "email": "nikita.gon.dev@gmail.com",
- "twitter": "nikeedev"
- },
- "record": {
- "CNAME": "nikeedev.github.io"
- }
-}
diff --git a/domains/nino.json b/domains/nino.json
index 23ab8b52f..32cc48ea7 100644
--- a/domains/nino.json
+++ b/domains/nino.json
@@ -10,4 +10,4 @@
"record": {
"CNAME": "TokisakiNinoVn.github.io"
}
-}
+}
diff --git a/domains/nischay.json b/domains/nischay.json
index 0c4e67f6c..6468efc0d 100644
--- a/domains/nischay.json
+++ b/domains/nischay.json
@@ -9,12 +9,7 @@
"discord": "OGGY#9889"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
+ "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/nishantb.json b/domains/nishantb.json
new file mode 100644
index 000000000..365f87e4d
--- /dev/null
+++ b/domains/nishantb.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Nishant-Bharwani",
+ "email": "nbtaylor1031@gmail.com"
+ },
+ "record": {
+ "URL": "https://nishantdev.netlify.app"
+ }
+}
diff --git a/domains/nix.json b/domains/nix.json
new file mode 100644
index 000000000..d99db5263
--- /dev/null
+++ b/domains/nix.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "linuxhoe",
+ "email": "b0t@disroot.org"
+ },
+ "record": {
+ "CNAME": "linuxhoe.github.io"
+ }
+}
diff --git a/domains/nixon.json b/domains/nixon.json
new file mode 100644
index 000000000..d8f227f54
--- /dev/null
+++ b/domains/nixon.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NxnRmz",
+ "email": "nxnrmz@gmail.com"
+ },
+ "record": {
+ "A": ["44.203.96.123"]
+ }
+}
diff --git a/domains/njfamirm.json b/domains/njfamirm.json
index a54cc4233..00e382514 100644
--- a/domains/njfamirm.json
+++ b/domains/njfamirm.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "njfamirm",
- "email": "njfamirm@gmail.com"
- },
- "repo": "https://github.com/njfamirm/njfamirm.ir",
- "record": {
- "CNAME": "njfamirm.ir"
- }
+ "owner": {
+ "username": "njfamirm",
+ "email": "njfamirm@gmail.com"
+ },
+ "repo": "https://github.com/njfamirm/njfamirm.ir",
+ "record": {
+ "CNAME": "njfamirm.ir"
+ }
}
diff --git a/domains/nonograms.talinsharma.json b/domains/nonograms.talinsharma.json
new file mode 100644
index 000000000..72577e571
--- /dev/null
+++ b/domains/nonograms.talinsharma.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TalinTheDev",
+ "email": "talinsharma.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "talinthedev.github.io"
+ }
+}
diff --git a/domains/noob.json b/domains/noob.json
index d8d23a1f2..9b317de89 100644
--- a/domains/noob.json
+++ b/domains/noob.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "KeIrNeGn",
- "email": "terminatorx5e@gmail.com",
- "discord": "499592235772280842"
+ "username": "KeIrNeGn",
+ "email": "terminatorx5e@gmail.com",
+ "discord": "499592235772280842"
},
"record": {
diff --git a/domains/nooz.json b/domains/nooz.json
index 9caa10ce7..68b2023c2 100644
--- a/domains/nooz.json
+++ b/domains/nooz.json
@@ -7,12 +7,7 @@
"discord": "Nooz#0816"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
+ "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/not-ethan.json b/domains/not-ethan.json
index 421f4674b..03cd32d0d 100644
--- a/domains/not-ethan.json
+++ b/domains/not-ethan.json
@@ -1,12 +1,11 @@
-{
- "description": "Ethan's website",
- "repo": "https://github.com/0x3st/0x3st.github.io",
- "owner": {
- "username": "not-a-ethan",
- "email": "",
- "discord": "not_ethan."
- },
- "record": {
- "CNAME": "not-a-ethan.github.io"
- }
-}
\ No newline at end of file
+{
+ "owner": {
+ "username": "not-a-ethan",
+ "email": "ethans0408.5@gmail.com"
+ },
+ "record": {
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all",
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"]
+ }
+}
diff --git a/domains/notaussie.json b/domains/notaussie.json
index dc3011272..baeb70f8e 100644
--- a/domains/notaussie.json
+++ b/domains/notaussie.json
@@ -1,6 +1,6 @@
{
"description": "Personal site / Portafolio.",
- "repo": "https://github.com/NotAussie/NotAussieIsADev/",
+ "repo": "https://github.com/NotAussie/NotAussieIsADev",
"owner": {
"username": "NotAussie",
"email": "Aussie_Okay@protonmail.com"
diff --git a/domains/notgoogle.json b/domains/notgoogle.json
index cf03fa5d9..396dc59f4 100644
--- a/domains/notgoogle.json
+++ b/domains/notgoogle.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "uugghhwhy",
- "email": "",
- "discord": "[]#4604"
- },
- "record": {
- "CNAME": "873cf0d8-4ae8-4a9c-9a48-b58ac4c67f3d.id.repl.co"
- }
+ "owner": {
+ "username": "uugghhwhy",
+ "email": "",
+ "discord": "[]#4604"
+ },
+ "record": {
+ "CNAME": "873cf0d8-4ae8-4a9c-9a48-b58ac4c67f3d.id.repl.co"
+ }
}
diff --git a/domains/notify-api.json b/domains/notify-api.json
index 6e00c3f20..ef2dd2748 100644
--- a/domains/notify-api.json
+++ b/domains/notify-api.json
@@ -1,11 +1,10 @@
{
"owner": {
- "username": "andrewstech",
- "email": "Andrewbuild48@gmail.com",
- "note": "This record was created by is-a.dev Discord bot via discord id: 598245488977903688"
- },
+ "username": "is-a-dev",
+ "email": "phenax5@gmail.com"
+ },
- "record": {
- "CNAME": "net.beadman-network.com"
- }
+ "record": {
+ "CNAME": "dns.beadman-network.com"
+ }
}
diff --git a/domains/notjadeja.json b/domains/notjadeja.json
index d32032699..691d90fc4 100644
--- a/domains/notjadeja.json
+++ b/domains/notjadeja.json
@@ -4,12 +4,7 @@
"email": "9236.stkabirdio@gmail.com"
},
"record": {
- "A": [
- "185.199.110.153",
- "185.199.108.153",
- "185.199.111.153",
- "185.199.109.153"
- ],
+ "A": ["185.199.110.153", "185.199.108.153", "185.199.111.153", "185.199.109.153"],
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
diff --git a/domains/nova.json b/domains/nova.json
index 924ad4d90..b1d378527 100644
--- a/domains/nova.json
+++ b/domains/nova.json
@@ -3,9 +3,9 @@
"owner": {
"username": "LunarN0v4",
"email": "zeus@zeusteam.dev",
- "discord": "N0v4#4471"
+ "discord": "lunarn0v4"
},
"record": {
- "A": ["170.39.215.57"]
+ "A": ["170.39.215.45"]
}
}
diff --git a/domains/noxsin.json b/domains/noxsin.json
index bd2c44a04..e15031fcb 100644
--- a/domains/noxsin.json
+++ b/domains/noxsin.json
@@ -4,7 +4,7 @@
"owner": {
"username": "komysh",
"email": "arcteac@gmail.com",
- "telegram": "@mentolbot"
+ "telegram": "mentolbot"
},
"record": {
"CNAME": "komysh.github.io"
diff --git a/domains/nubi.json b/domains/nubi.json
new file mode 100644
index 000000000..04b0efafb
--- /dev/null
+++ b/domains/nubi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nubi1337",
+ "email": "jutendo112233@gmail.com"
+ },
+ "record": {
+ "A": ["45.142.107.232"]
+ }
+}
diff --git a/domains/nxn.json b/domains/nxn.json
new file mode 100644
index 000000000..d8f227f54
--- /dev/null
+++ b/domains/nxn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NxnRmz",
+ "email": "nxnrmz@gmail.com"
+ },
+ "record": {
+ "A": ["44.203.96.123"]
+ }
+}
diff --git a/domains/nxnlab.json b/domains/nxnlab.json
new file mode 100644
index 000000000..9d569bd91
--- /dev/null
+++ b/domains/nxnlab.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NxnRmz",
+ "email": "nxnrmz@gmail.com"
+ },
+ "record": {
+ "CNAME": "nxnrmz.github.io"
+ }
+}
diff --git a/domains/nxyoo.json b/domains/nxyoo.json
new file mode 100644
index 000000000..b4c442275
--- /dev/null
+++ b/domains/nxyoo.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "nxyoo",
+ "email": "armqnd.pro@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
+ "MX": "hosts.is-a.dev"
+ }
+ }
\ No newline at end of file
diff --git a/domains/nxyy.json b/domains/nxyy.json
new file mode 100644
index 000000000..8d5dea42c
--- /dev/null
+++ b/domains/nxyy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NxyyLOL",
+ "email": "nxyylol@protonmail.com"
+ },
+ "record": {
+ "CNAME": "hosts.is-a.dev"
+ }
+}
diff --git a/domains/nyan.json b/domains/nyan.json
index 2d479ccd9..ca556afbd 100644
--- a/domains/nyan.json
+++ b/domains/nyan.json
@@ -2,7 +2,7 @@
"owner": {
"username": "aeongdesu",
"email": "",
- "revolt": "@Nyan",
+ "revolt": "Nyan",
"discord": "Bread#2635",
"note": "discord id: 548821619661864962"
},
diff --git a/domains/ofv.json b/domains/ofv.json
index 9dc9857e6..2794d8db2 100644
--- a/domains/ofv.json
+++ b/domains/ofv.json
@@ -1,11 +1,9 @@
{
- "owner":{
- "username":"ruben-as",
- "email":"ruben.aja.85@gmail.com"
- },
- "record":{
- "A":[
- "212.227.32.105"
- ]
- }
+ "owner": {
+ "username": "ruben-as",
+ "email": "ruben.aja.85@gmail.com"
+ },
+ "record": {
+ "A": ["212.227.32.105"]
+ }
}
diff --git a/domains/ohqte.json b/domains/ohqte.json
index 5e36b62c6..def7881ea 100644
--- a/domains/ohqte.json
+++ b/domains/ohqte.json
@@ -5,10 +5,7 @@
},
"record": {
"URL": "https://ohqte.vercel.app",
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/omer.json b/domains/omer.json
deleted file mode 100644
index cc93b8344..000000000
--- a/domains/omer.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "omercup's personal website",
- "repo": "https://github.com/omercup/omercup.github.io",
- "owner": {
- "username": "omercup",
- "email": "",
- "twitter": "heisomercup"
- },
- "record": {
- "CNAME": "omercup.github.io"
- }
-}
diff --git a/domains/omera.json b/domains/omera.json
index 9dc9857e6..2794d8db2 100644
--- a/domains/omera.json
+++ b/domains/omera.json
@@ -1,11 +1,9 @@
{
- "owner":{
- "username":"ruben-as",
- "email":"ruben.aja.85@gmail.com"
- },
- "record":{
- "A":[
- "212.227.32.105"
- ]
- }
+ "owner": {
+ "username": "ruben-as",
+ "email": "ruben.aja.85@gmail.com"
+ },
+ "record": {
+ "A": ["212.227.32.105"]
+ }
}
diff --git a/domains/omne.json b/domains/omne.json
new file mode 100644
index 000000000..5e19086cc
--- /dev/null
+++ b/domains/omne.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "notomne",
+ "email": "charmquark314@proton.me"
+ },
+ "record": {
+ "A": ["54.245.108.240"]
+ }
+}
diff --git a/domains/orangeleaf36.json b/domains/orangeleaf36.json
new file mode 100644
index 000000000..fd071cb3a
--- /dev/null
+++ b/domains/orangeleaf36.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "OrangeLeafDev",
+ "email": "caluzajacob07@gmail.com"
+ },
+ "record": {
+ "CNAME": "orangeleafdev.github.io"
+ }
+}
diff --git a/domains/orestsaban.json b/domains/orestsaban.json
index 5e424a540..14609db3e 100644
--- a/domains/orestsaban.json
+++ b/domains/orestsaban.json
@@ -5,12 +5,7 @@
"email": "OrestSaban@OrestSaban.is-a.dev"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"],
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"]
}
}
diff --git a/domains/otter.json b/domains/otter.json
index e10a93302..828c268f7 100644
--- a/domains/otter.json
+++ b/domains/otter.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "ottercodes101.github.io"
}
-}
+}
diff --git a/domains/owonico.json b/domains/owonico.json
new file mode 100644
index 000000000..fde4663df
--- /dev/null
+++ b/domains/owonico.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "OwoNico",
+ "email": "nicoytwastaken@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.owonico.cf"
+ }
+}
diff --git a/domains/oxmc.json b/domains/oxmc.json
new file mode 100644
index 000000000..4cd7a7415
--- /dev/null
+++ b/domains/oxmc.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "oxmc",
+ "email": "oxmc7769.mail@gmail.com",
+ "discord": "oxmc7769"
+ },
+ "record": {
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"],
+ "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "TXT": "forward-email=contact:oxmc7769.mail@gmail.com"
+ }
+}
diff --git a/domains/p3nguin.json b/domains/p3nguin.json
new file mode 100644
index 000000000..565b0bf41
--- /dev/null
+++ b/domains/p3nguin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "p3nguin-kun",
+ "email": "p3nguinkun@proton.me"
+ },
+ "record": {
+ "CNAME": "p3nguin-kun.github.io"
+ }
+}
diff --git a/domains/paiva.json b/domains/paiva.json
index 607ce9409..d865fda03 100644
--- a/domains/paiva.json
+++ b/domains/paiva.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "dpaiv0",
- "email": "david.paiva+github@my.istec.pt",
- "discord": "764778654626349086"
+ "username": "dpaiv0",
+ "email": "david.paiva+github@my.istec.pt",
+ "discord": "764778654626349086"
},
"record": {
diff --git a/domains/panchal-meet.json b/domains/panchal-meet.json
index c9d5c9c40..6b5029311 100644
--- a/domains/panchal-meet.json
+++ b/domains/panchal-meet.json
@@ -1,11 +1,11 @@
{
- "description": "This is a panchal meet",
- "repo": "https://github.com/panchal-meet/panchal-meet.github.io",
- "owner": {
- "username": "panchal-meet",
- "email": ""
- },
- "record": {
- "CNAME": "panchal-meet.github.io"
- }
+ "description": "This is a panchal meet",
+ "repo": "https://github.com/panchal-meet/panchal-meet.github.io",
+ "owner": {
+ "username": "panchal-meet",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "panchal-meet.github.io"
+ }
}
diff --git a/domains/patel-komal.json b/domains/patel-komal.json
index 5e6625cb2..0b186a899 100644
--- a/domains/patel-komal.json
+++ b/domains/patel-komal.json
@@ -1,11 +1,11 @@
{
- "description": "This is komal patel",
- "repo": "https://github.com/patel-komal/patel-komal.github.io",
- "owner": {
- "username": "patel-komal",
- "email": ""
- },
- "record": {
- "CNAME": "patel-komal.github.io"
- }
+ "description": "This is komal patel",
+ "repo": "https://github.com/patel-komal/patel-komal.github.io",
+ "owner": {
+ "username": "patel-komal",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "patel-komal.github.io"
+ }
}
diff --git a/domains/patel-monal.json b/domains/patel-monal.json
index 1a9a80ccb..11e9e3c21 100644
--- a/domains/patel-monal.json
+++ b/domains/patel-monal.json
@@ -1,11 +1,11 @@
{
- "description": "This is personal website",
- "repo": "https://github.com/patel-monal/patel-monal.github.io",
- "owner": {
- "username": "patel-monal",
- "email": ""
- },
- "record": {
- "CNAME": "patel-monal.github.io"
- }
+ "description": "This is personal website",
+ "repo": "https://github.com/patel-monal/patel-monal.github.io",
+ "owner": {
+ "username": "patel-monal",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "patel-monal.github.io"
+ }
}
diff --git a/domains/patel-parthiv.json b/domains/patel-parthiv.json
index ee84827b8..a2865d43e 100644
--- a/domains/patel-parthiv.json
+++ b/domains/patel-parthiv.json
@@ -6,6 +6,6 @@
"email": ""
},
"record": {
- "CNAME": "patel-parthiv.github.io"
+ "CNAME": "patel-parthiv.github.io"
}
}
diff --git a/domains/patrickzhou.json b/domains/patrickzhou.json
index f02262bdb..a97febea4 100644
--- a/domains/patrickzhou.json
+++ b/domains/patrickzhou.json
@@ -2,7 +2,7 @@
"owner": {
"username": "patrickzhou1234",
"email": "",
- "discord": "Moist Nugget#5050"
+ "discord": "moist__nugget"
},
"record": {
"CNAME": "patrickzhou1234.github.io"
diff --git a/domains/peacy.json b/domains/peacy.json
new file mode 100644
index 000000000..125924c29
--- /dev/null
+++ b/domains/peacy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Peaqcy",
+ "email": "kiwibird211@icloud.com"
+ },
+ "record": {
+ "URL": "https://peacy.carrd.co/"
+ }
+}
diff --git a/domains/peak.json b/domains/peak.json
new file mode 100644
index 000000000..234428160
--- /dev/null
+++ b/domains/peak.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NottPeak",
+ "email": "quirkyfishyt@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.82.186"]
+ }
+}
diff --git a/domains/penguin.json b/domains/penguin.json
index 70d9fccdb..915899352 100644
--- a/domains/penguin.json
+++ b/domains/penguin.json
@@ -4,12 +4,7 @@
"email": "br14n.universe@gmail.com"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"],
"MX": ["mx.zoho.com.au", "mx2.zoho.com.au", "mx3.zoho.com.au"],
"TXT": "v=spf1 include:zoho.com.au ~all"
}
diff --git a/domains/picosvelte.zarqi.json b/domains/picosvelte.zarqi.json
new file mode 100644
index 000000000..66bd72ebc
--- /dev/null
+++ b/domains/picosvelte.zarqi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zarqizoubir",
+ "email": "zarqi.ezzoubair@etu.uae.ac.ma"
+ },
+ "record": {
+ "CNAME": "zarqizoubir.github.io"
+ }
+}
diff --git a/domains/pipc.json b/domains/pipc.json
new file mode 100644
index 000000000..2c48c1b36
--- /dev/null
+++ b/domains/pipc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "PiPc1",
+ "email": "rhileighc9@gmail.com"
+ },
+ "record": {
+ "CNAME": "pipc1.github.io"
+ }
+}
diff --git a/domains/pixelbots.json b/domains/pixelbots.json
new file mode 100644
index 000000000..6d1924bea
--- /dev/null
+++ b/domains/pixelbots.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "wansiie",
+ "email": "Janeiscool4ever@web.de"
+ },
+ "record": {
+ "CNAME": "89e1de78ff-hosting.gitbook.io"
+ }
+}
diff --git a/domains/pixelgeek.json b/domains/pixelgeek.json
index 5e46be32f..dafa90bd6 100644
--- a/domains/pixelgeek.json
+++ b/domains/pixelgeek.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "pixelgeek",
- "email": "pixelgeek@intel.com"
+ "email": "pxe.geek+github@gmail.com"
},
"record": {
"CNAME": "pixelgeek.github.io"
diff --git a/domains/pixelnest.json b/domains/pixelnest.json
new file mode 100644
index 000000000..6d1924bea
--- /dev/null
+++ b/domains/pixelnest.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "wansiie",
+ "email": "Janeiscool4ever@web.de"
+ },
+ "record": {
+ "CNAME": "89e1de78ff-hosting.gitbook.io"
+ }
+}
diff --git a/domains/pixelnestbots.json b/domains/pixelnestbots.json
new file mode 100644
index 000000000..6d1924bea
--- /dev/null
+++ b/domains/pixelnestbots.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "wansiie",
+ "email": "Janeiscool4ever@web.de"
+ },
+ "record": {
+ "CNAME": "89e1de78ff-hosting.gitbook.io"
+ }
+}
diff --git a/domains/pixelsbots.json b/domains/pixelsbots.json
new file mode 100644
index 000000000..6d1924bea
--- /dev/null
+++ b/domains/pixelsbots.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "wansiie",
+ "email": "Janeiscool4ever@web.de"
+ },
+ "record": {
+ "CNAME": "89e1de78ff-hosting.gitbook.io"
+ }
+}
diff --git a/domains/pixelwhiz.json b/domains/pixelwhiz.json
new file mode 100644
index 000000000..7f8ea3675
--- /dev/null
+++ b/domains/pixelwhiz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "pixelwhiz",
+ "email": "daffa01futn@gmail.com"
+ },
+ "record": {
+ "CNAME": "pixelwhiz.github.io"
+ }
+}
diff --git a/domains/pixie.json b/domains/pixie.json
new file mode 100644
index 000000000..fd7bebff6
--- /dev/null
+++ b/domains/pixie.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Salmontrap26283627",
+ "email": "soudeur-epicier.0x@icloud.com"
+ },
+ "record": {
+ "URL": "https://html-starter-seven-umber.vercel.app"
+ }
+}
diff --git a/domains/polygon6233.json b/domains/polygon6233.json
new file mode 100644
index 000000000..6a85ec40e
--- /dev/null
+++ b/domains/polygon6233.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "polygon6233",
+ "email": "nikitasitter@gmail.com"
+ },
+ "record": {
+ "CNAME": "polygon6233.github.io"
+ }
+}
diff --git a/domains/ponich-sandbox.json b/domains/ponich-sandbox.json
new file mode 100644
index 000000000..10f458466
--- /dev/null
+++ b/domains/ponich-sandbox.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "ponich",
+ "email": "n.ponich@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "dev.ponich.com"
+ }
+}
diff --git a/domains/ppg00.json b/domains/ppg00.json
deleted file mode 100644
index 554d65c7a..000000000
--- a/domains/ppg00.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "ppg00",
- "email": "vx2dsk@gmail.com"
- },
-
- "record": {
- "A": ["76.76.21.21"]
- }
-}
diff --git a/domains/prabin.json b/domains/prabin.json
index e906afebd..9dd64045e 100644
--- a/domains/prabin.json
+++ b/domains/prabin.json
@@ -6,6 +6,6 @@
"email": "prabinsubedi2016@gmail.com"
},
"record": {
- "URL": "https://prabin.tech"
+ "URL": "https://prabincankod.me"
}
}
diff --git a/domains/pratikmali.json b/domains/pratikmali.json
new file mode 100644
index 000000000..0db647f19
--- /dev/null
+++ b/domains/pratikmali.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "impratik7",
+ "email": "malipratik09@gmail.com"
+ },
+ "record": {
+ "CNAME": "impratik7.github.io"
+ }
+}
diff --git a/domains/pratikp-patel.json b/domains/pratikp-patel.json
index 3f6311ed9..97cd353dd 100644
--- a/domains/pratikp-patel.json
+++ b/domains/pratikp-patel.json
@@ -1,11 +1,11 @@
{
- "description": "This is a website",
- "repo": "https://github.com/pratikp-patel/pratikp-patel.github.io",
- "owner": {
- "username": "pratikp-patel",
- "email": ""
- },
- "record": {
- "CNAME": "pratikp-patel.github.io"
- }
+ "description": "This is a website",
+ "repo": "https://github.com/pratikp-patel/pratikp-patel.github.io",
+ "owner": {
+ "username": "pratikp-patel",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "pratikp-patel.github.io"
+ }
}
diff --git a/domains/privacy.json b/domains/privacy.json
deleted file mode 100644
index 447383cfa..000000000
--- a/domains/privacy.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev",
- "email": "phenax5@gmail.com"
- },
- "record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
- "TXT": "forward-email=privacy.isdev.localplayer.dev"
- }
-}
diff --git a/domains/pythonscratcher.json b/domains/pythonscratcher.json
new file mode 100644
index 000000000..70c99e17e
--- /dev/null
+++ b/domains/pythonscratcher.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "PythonScratcher",
+ "email": "callumcardy7@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "pythonscratcher.github.io"
+ }
+}
diff --git a/domains/qnm1.json b/domains/qnm1.json
new file mode 100644
index 000000000..85f743039
--- /dev/null
+++ b/domains/qnm1.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "questonomemio1",
+ "email": "lorenzomusto.dbz@gmail.com"
+ },
+ "record": {
+ "URL": "https://dev-questonomemio1.pantheonsite.io"
+ }
+}
diff --git a/domains/rachmadsuharja.json b/domains/rachmadsuharja.json
new file mode 100644
index 000000000..eb178a153
--- /dev/null
+++ b/domains/rachmadsuharja.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rachmadsuharja",
+ "email": "rachmadsuharja123@gmail.com"
+ },
+ "record": {
+ "CNAME": "rachmadsuharja.github.io"
+ }
+}
diff --git a/domains/raghavkorde.json b/domains/raghavkorde.json
new file mode 100644
index 000000000..4bb5ab689
--- /dev/null
+++ b/domains/raghavkorde.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "raghavkorde",
+ "email": "raghavkorde4@gmail.com"
+ },
+ "record": {
+ "CNAME": "web-resume-b8p.pages.dev"
+ }
+}
diff --git a/domains/rahul-rabari.json b/domains/rahul-rabari.json
index 5a171c90d..07c8f6430 100644
--- a/domains/rahul-rabari.json
+++ b/domains/rahul-rabari.json
@@ -1,11 +1,11 @@
{
- "description": "This is personal website",
- "repo": "https://github.com/rahul-rabari/rahul-rabari.github.io",
- "owner": {
- "username": "rahul-rabari",
- "email": ""
- },
- "record": {
- "CNAME": "rahul-rabari.github.io"
- }
+ "description": "This is personal website",
+ "repo": "https://github.com/rahul-rabari/rahul-rabari.github.io",
+ "owner": {
+ "username": "rahul-rabari",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "rahul-rabari.github.io"
+ }
}
diff --git a/domains/raofin.json b/domains/raofin.json
index 3073e98c7..50455cdcc 100644
--- a/domains/raofin.json
+++ b/domains/raofin.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "raofin",
- "email": "contact@raofin.net"
- },
- "record": {
- "CNAME": "rao-dev.pages.dev"
- }
+ "owner": {
+ "username": "raofin",
+ "email": "contact@raofin.net"
+ },
+ "record": {
+ "CNAME": "rao-dev.pages.dev"
+ }
}
diff --git a/domains/raven.json b/domains/raven.json
index fe24aaa2f..7c38585da 100644
--- a/domains/raven.json
+++ b/domains/raven.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "bubby932",
- "email": "raven@az-raven.com"
- },
- "description": "Redirection domain for https://az-raven.com.",
- "record": {
- "URL": "https://az-raven.com"
- }
+ "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 5738c9ef2..10d14c84b 100644
--- a/domains/raw-api.json
+++ b/domains/raw-api.json
@@ -1,7 +1,7 @@
{
"owner": {
- "username": "WilliamDavidHarrison",
- "email": "william@williamharrison.dev"
+ "username": "is-a-dev",
+ "email": "phenax5@gmail.com"
},
"record": {
diff --git a/domains/raw.json b/domains/raw.json
deleted file mode 100644
index a20b7e4df..000000000
--- a/domains/raw.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "is-a-dev-raw api",
- "repo": "https://github.com/andrewstech/is-a-dev-raw-api",
- "owner": {
- "username": "andrewstech",
- "email": "hello@andrewstech.me",
- "twitter": "andrewstech1"
- },
- "record": {
- "CNAME": "andrewstech.github.io"
- }
-}
diff --git a/domains/rdc.json b/domains/rdc.json
new file mode 100644
index 000000000..2794d8db2
--- /dev/null
+++ b/domains/rdc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ruben-as",
+ "email": "ruben.aja.85@gmail.com"
+ },
+ "record": {
+ "A": ["212.227.32.105"]
+ }
+}
diff --git a/domains/reading.json b/domains/reading.json
index 17bb56ee2..64c0fde4d 100644
--- a/domains/reading.json
+++ b/domains/reading.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "ReadandProgress.github.io"
}
-}
+}
diff --git a/domains/refactoring.json b/domains/refactoring.json
new file mode 100644
index 000000000..bbf235f6f
--- /dev/null
+++ b/domains/refactoring.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "refactoringg",
+ "email": "renflenpersonal@gmail.com"
+ },
+ "record": {
+ "CNAME": "hosts.is-a.dev"
+ }
+}
diff --git a/domains/register-bot.json b/domains/register-bot.json
index 652d7ea34..1afde3af6 100644
--- a/domains/register-bot.json
+++ b/domains/register-bot.json
@@ -2,9 +2,8 @@
"description": "Register-bot",
"repo": "https://github.com/andrewstech/is-a-dev-bot",
"owner": {
- "username": "andrewstech",
- "email": "hello@andrewstech.me",
- "twitter": "andrewstech1"
+ "username": "is-a-dev",
+ "email": "phenax5@gmail.com"
},
"record": {
"CNAME": "dns.beadman-network.com"
diff --git a/domains/register.json b/domains/register.json
index fb172c93f..397791b43 100644
--- a/domains/register.json
+++ b/domains/register.json
@@ -1,11 +1,10 @@
{
"owner": {
- "username": "is-a-dev-bot",
- "email": "is-a-dev@win11react.com",
- "discord": "1094272477137481810"
+ "username": "is-a-dev",
+ "email": "phenax5@gmail.com"
},
"record": {
- "CNAME": "register-bot.is-a.dev"
+ "URL": "https://manage.is-a.dev"
}
}
diff --git a/domains/reizy.json b/domains/reizy.json
index a3f23a106..d89e98a4a 100644
--- a/domains/reizy.json
+++ b/domains/reizy.json
@@ -4,6 +4,6 @@
"email": "grazioligiuliano52@gmail.com"
},
"record": {
- "URL": "https://reizy.eu"
+ "CNAME": "hosts.is-a.dev"
}
}
diff --git a/domains/ren.json b/domains/ren.json
index 196e25e11..966df3d9c 100644
--- a/domains/ren.json
+++ b/domains/ren.json
@@ -1,11 +1,11 @@
{
- "description": "is-a.dev subdomain for my portfolio",
- "repo": "https://github.com/rendotpy/portfolio",
- "owner": {
- "username": "rendotpy",
- "email": "arugh3@gmail.com"
- },
- "record": {
- "CNAME": "rendotpy.github.io"
- }
+ "description": "is-a.dev subdomain for my portfolio",
+ "repo": "https://github.com/rendotpy/portfolio",
+ "owner": {
+ "username": "rendotpy",
+ "email": "arugh3@gmail.com"
+ },
+ "record": {
+ "CNAME": "rendotpy.github.io"
+ }
}
diff --git a/domains/replit.json b/domains/replit.json
index 373ada593..e4b56d679 100644
--- a/domains/replit.json
+++ b/domains/replit.json
@@ -7,4 +7,4 @@
"record": {
"CNAME": "ff4ced07-325d-4fbd-8fcc-d3ae663f2a60.id.repl.co"
}
-}
+}
diff --git a/domains/respect.json b/domains/respect.json
new file mode 100644
index 000000000..c8350ebe9
--- /dev/null
+++ b/domains/respect.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rq9s",
+ "email": "valdemarbirker@gmail.com"
+ },
+ "record": {
+ "A": ["198.251.89.164"]
+ }
+}
diff --git a/domains/rhylso.json b/domains/rhylso.json
new file mode 100644
index 000000000..b7d96f6ec
--- /dev/null
+++ b/domains/rhylso.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rhylso",
+ "email": "rhylso@proton.me"
+ },
+ "record": {
+ "CNAME": "rhylso.pages.dev"
+ }
+}
diff --git a/domains/riannegreiros.json b/domains/riannegreiros.json
index d43673872..04b9c38f9 100644
--- a/domains/riannegreiros.json
+++ b/domains/riannegreiros.json
@@ -4,6 +4,6 @@
"email": "riannegreiros@gmail.com"
},
"record": {
- "CNAME": "portfolio-production-c1eb.up.railway.app"
+ "CNAME": "blog-client-66ki.onrender.com"
}
}
diff --git a/domains/richard.json b/domains/richard.json
index bf38bc608..dd5a80e9e 100644
--- a/domains/richard.json
+++ b/domains/richard.json
@@ -1,6 +1,6 @@
{
"description": "My Portfolio",
- "link": "https://richardshaju.github.io/portfolio/",
+ "link": "https://richardshaju.github.io/portfolio",
"owner": {
"username": "richardshaju",
"email": "richardshaju66@gmail.com",
diff --git a/domains/rihards.json b/domains/rihards.json
new file mode 100644
index 000000000..773e09ec9
--- /dev/null
+++ b/domains/rihards.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "dexit",
+ "email": "dexit@dyc.lv"
+ },
+ "record": {
+ "CNAME": "dexit.github.io"
+ }
+}
diff --git a/domains/riko.json b/domains/riko.json
new file mode 100644
index 000000000..9029c0da9
--- /dev/null
+++ b/domains/riko.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "GoldenFire2317",
+ "email": "buttersword2017@gmail.com"
+ },
+ "record": {
+ "CNAME": "riko.mkoca.org"
+ }
+}
diff --git a/domains/rikosnapse.json b/domains/rikosnapse.json
new file mode 100644
index 000000000..9029c0da9
--- /dev/null
+++ b/domains/rikosnapse.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "GoldenFire2317",
+ "email": "buttersword2017@gmail.com"
+ },
+ "record": {
+ "CNAME": "riko.mkoca.org"
+ }
+}
diff --git a/domains/ringoxd.json b/domains/ringoxd.json
new file mode 100644
index 000000000..778e67fb6
--- /dev/null
+++ b/domains/ringoxd.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ringo360",
+ "email": "nep360i@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
+ "MX": "hosts.is-a.dev"
+ }
+}
\ No newline at end of file
diff --git a/domains/rizky.json b/domains/rizky.json
new file mode 100644
index 000000000..a4a946a79
--- /dev/null
+++ b/domains/rizky.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "schummler",
+ "email": "markwilkens102@gmail.com"
+ },
+ "record": {
+ "CNAME": "schummler.github.io"
+ }
+}
diff --git a/domains/rnv.json b/domains/rnv.json
new file mode 100644
index 000000000..062bd1e9e
--- /dev/null
+++ b/domains/rnv.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ZeroDeaths379",
+ "email": "arnavp651@gmail.com"
+ },
+ "record": {
+ "CNAME": "zerodeaths379-github-io.pages.dev"
+ }
+}
diff --git a/domains/rohansharma.json b/domains/rohansharma.json
new file mode 100644
index 000000000..a9a47bcc7
--- /dev/null
+++ b/domains/rohansharma.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rohansharma-developer",
+ "email": "rohansharma.developer@gmail.com"
+ },
+ "record": {
+ "URL": "https://rohansharma.me"
+ }
+}
diff --git a/domains/royalahmed.json b/domains/royalahmed.json
new file mode 100644
index 000000000..af29887b3
--- /dev/null
+++ b/domains/royalahmed.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "RoyalAhmed347",
+ "email": "bahiahmed347@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
+ "MX": "hosts.is-a.dev"
+ }
+}
\ No newline at end of file
diff --git a/domains/rpj.json b/domains/rpj.json
index 1d090920f..9188386e3 100644
--- a/domains/rpj.json
+++ b/domains/rpj.json
@@ -1,6 +1,6 @@
{
"description": "Portfolio website",
- "repo": "https://rpj09.github.io/Portfolio/",
+ "repo": "https://rpj09.github.io/Portfolio",
"owner": {
"username": "rpj09",
"email": "singhripunjay09@gmail.com",
@@ -9,4 +9,4 @@
"record": {
"CNAME": "rpj09.github.io"
}
-}
+}
diff --git a/domains/rrrokhtar.json b/domains/rrrokhtar.json
index fb469485f..8fd8b3235 100644
--- a/domains/rrrokhtar.json
+++ b/domains/rrrokhtar.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "rrrokhtar.github.io"
}
-}
+}
diff --git a/domains/rudra.json b/domains/rudra.json
index a39151cb4..c37c3dcf9 100644
--- a/domains/rudra.json
+++ b/domains/rudra.json
@@ -1,14 +1,12 @@
{
- "owner": {
- "username": "FireHead90544",
- "email": "rudranshjoshi1806@gmail.com",
- "discord": "#2022"
- },
- "description": "Domain for my personal portfolio written w/ Django & TailwindCSS",
- "repo": "https://github.com/FireHead90544/rudra-django/",
- "record": {
- "A": [
- "20.219.132.8"
- ]
- }
+ "owner": {
+ "username": "FireHead90544",
+ "email": "rudranshjoshi1806@gmail.com",
+ "discord": "#2022"
+ },
+ "description": "Domain for my personal portfolio written w/ Django & TailwindCSS",
+ "repo": "https://github.com/FireHead90544/rudra-django",
+ "record": {
+ "A": ["20.219.132.8"]
+ }
}
diff --git a/domains/ruu3f.json b/domains/ruu3f.json
index b502cb4cc..0ced44472 100644
--- a/domains/ruu3f.json
+++ b/domains/ruu3f.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "Ruu3f",
- "email": "",
- "discord": "Ruu3f#7942"
- },
- "record": {
- "CNAME": "ruu3f.github.io"
- }
+ "owner": {
+ "username": "Ruu3f",
+ "email": "",
+ "discord": "Ruu3f#7942"
+ },
+ "record": {
+ "CNAME": "ruu3f.github.io"
+ }
}
diff --git a/domains/ryan.ginut.json b/domains/ryan.ginut.json
index cbf4b6c8a..f394ad535 100644
--- a/domains/ryan.ginut.json
+++ b/domains/ryan.ginut.json
@@ -5,6 +5,6 @@
},
"record": {
- "MX": ["mx1.improvmx.com","mx2.improvmx.com"]
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"]
}
}
diff --git a/domains/ryun.json b/domains/ryun.json
new file mode 100644
index 000000000..1bfae5a46
--- /dev/null
+++ b/domains/ryun.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ryun",
+ "email": "humtech@gmail.com"
+ },
+ "record": {
+ "CNAME": "humboldtweb.com"
+ }
+}
diff --git a/domains/s4ib0t.json b/domains/s4ib0t.json
new file mode 100644
index 000000000..c0dddb4f2
--- /dev/null
+++ b/domains/s4ib0t.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Hillzacky",
+ "email": "Hilm4nsyah@gmail.com",
+ "discord": "830349326785314846"
+ },
+
+ "record": {
+ "MX": ["mx1.forwardemail.net"]
+ }
+}
diff --git a/domains/saeful.json b/domains/saeful.json
new file mode 100644
index 000000000..df1b92940
--- /dev/null
+++ b/domains/saeful.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "saefulbarkah",
+ "email": "saefulbarkah03@gmail.com"
+ },
+ "record": {
+ "URL": "https://saefulbarkah.netlify.app"
+ }
+}
diff --git a/domains/sai-mehar.json b/domains/sai-mehar.json
new file mode 100644
index 000000000..10598b6e4
--- /dev/null
+++ b/domains/sai-mehar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sai-mehar",
+ "email": "saimehar2005@gmail.com"
+ },
+ "record": {
+ "CNAME": "sai-mehar.github.io"
+ }
+}
diff --git a/domains/saifrahman.json b/domains/saifrahman.json
index 428c1a6f5..a2d73093a 100644
--- a/domains/saifrahman.json
+++ b/domains/saifrahman.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "saifrahmn.github.io"
}
-}
+}
diff --git a/domains/samet.json b/domains/samet.json
index 74edf7498..a9b912db7 100644
--- a/domains/samet.json
+++ b/domains/samet.json
@@ -5,7 +5,7 @@
"username": "Samett",
"email": "sametak3210@gmail.com",
"discord": "Samett#8519",
- "discordID": "894594782897262635"
+ "discord-id": "894594782897262635"
},
"record": {
diff --git a/domains/sanidhya.json b/domains/sanidhya.json
index aa83c3c2d..212ea4550 100644
--- a/domains/sanidhya.json
+++ b/domains/sanidhya.json
@@ -3,11 +3,11 @@
"repo": "https://github.com/CoderSoNet/codersonetwebsite.github.io",
"owner": {
"username": "CoderSoNet",
- "email": "support@sanidhya.is-a.dev",
+ "email": "sonetspprt@gmail.com",
"twitter": "ShanuUniyal_On",
"discord": "781127625263415326"
},
"record": {
- "CNAME": "cc997d0e-83bb-487d-bb27-acbc00b59adb.id.repl.co"
+ "CNAME": "3303bc99-e9eb-489a-96c3-138398c9dae5.id.repl.co"
}
}
diff --git a/domains/sanni.json b/domains/sanni.json
new file mode 100644
index 000000000..af6740e27
--- /dev/null
+++ b/domains/sanni.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sannidhyaroy",
+ "email": "roysannidhya@gmail.com"
+ },
+ "record": {
+ "CNAME": "sannidhya.pages.dev"
+ }
+}
diff --git a/domains/sannidhya.json b/domains/sannidhya.json
new file mode 100644
index 000000000..882b46ae1
--- /dev/null
+++ b/domains/sannidhya.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sannidhyaroy",
+ "email": "roysannidhya@gmail.com"
+ },
+ "record": {
+ "URL": "https://sanni.is-a.dev"
+ }
+}
diff --git a/domains/saqlainbrawl.json b/domains/saqlainbrawl.json
new file mode 100644
index 000000000..b9ca235bc
--- /dev/null
+++ b/domains/saqlainbrawl.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SaqlainBrawl",
+ "email": "saqlainbrawl@gmail.com"
+ },
+ "record": {
+ "CNAME": "fb2fcda5-aed5-45b1-8aa4-31bc49356ffa.id.repl.co"
+ }
+}
diff --git a/domains/sarang.json b/domains/sarang.json
new file mode 100644
index 000000000..f13285897
--- /dev/null
+++ b/domains/sarang.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "i-supermario",
+ "email": "sarang1699@gmail.com"
+ },
+ "record": {
+ "URL": "https://main--sarang-portfolio-site.netlify.app"
+ }
+}
diff --git a/domains/scott.json b/domains/scott.json
new file mode 100644
index 000000000..426cc7e7f
--- /dev/null
+++ b/domains/scott.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "scott1991",
+ "email": "cakepbm@gmail.com"
+ },
+ "record": {
+ "A": ["128.22.136.213"]
+ }
+}
diff --git a/domains/sebastian.json b/domains/sebastian.json
index 3bf831ee6..82bb17628 100644
--- a/domains/sebastian.json
+++ b/domains/sebastian.json
@@ -4,12 +4,7 @@
"email": "wwpoqpua@anonaddy.me"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
+ "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/semant.json b/domains/semant.json
index 366e13b09..8ad7632e7 100644
--- a/domains/semant.json
+++ b/domains/semant.json
@@ -6,12 +6,7 @@
"email": "contact@semant.is-a.dev"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
+ "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/sematary.json b/domains/sematary.json
new file mode 100644
index 000000000..dc3f098bc
--- /dev/null
+++ b/domains/sematary.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "h3artcrushz",
+ "email": "egokillerthusky@gmail.com"
+ },
+ "record": {
+ "CNAME": "b7297ef8-036a-4483-a5b3-bbfa441ba7fc.id.repl.co"
+ }
+}
diff --git a/domains/senzore.json b/domains/senzore.json
new file mode 100644
index 000000000..39dbb2af0
--- /dev/null
+++ b/domains/senzore.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SanUwU",
+ "email": "sanjayakunz@gmail.com"
+ },
+ "record": {
+ "URL": "https://senzore.carrd.co"
+ }
+}
diff --git a/domains/seria.json b/domains/seria.json
index 01abb4362..c8debfa29 100644
--- a/domains/seria.json
+++ b/domains/seria.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "seriaati.github.io"
}
-}
+}
diff --git a/domains/serstars.json b/domains/serstars.json
index 6d284c553..15eb6cb34 100644
--- a/domains/serstars.json
+++ b/domains/serstars.json
@@ -8,4 +8,4 @@
"record": {
"CNAME": "serstars.github.io"
}
-}
+}
diff --git a/domains/sev.json b/domains/sev.json
new file mode 100644
index 000000000..8dc8e5252
--- /dev/null
+++ b/domains/sev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mai1ii",
+ "email": "micomacabali14@gmail.com"
+ },
+ "record": {
+ "URL": "https://bio.link/sevi"
+ }
+}
diff --git a/domains/sgm-uptime.json b/domains/sgm-uptime.json
new file mode 100644
index 000000000..b9ff04d4a
--- /dev/null
+++ b/domains/sgm-uptime.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ShadowGaming100",
+ "email": "workspace.shadowgaming@gmail.com"
+ },
+ "record": {
+ "CNAME": "f5cbbab2-d3bb-4468-8513-976647809749.id.repl.co"
+ }
+}
diff --git a/domains/shake.json b/domains/shake.json
new file mode 100644
index 000000000..cc7b07b43
--- /dev/null
+++ b/domains/shake.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "wansies",
+ "email": "taio6@duck.com"
+ },
+ "record": {
+ "URL": "https://shake-1.gitbook.io/shake-documentation"
+ }
+}
diff --git a/domains/sharafat.json b/domains/sharafat.json
index f1ca4e131..3a7756cb8 100644
--- a/domains/sharafat.json
+++ b/domains/sharafat.json
@@ -9,4 +9,3 @@
"CNAME": "sharafat.pages.dev"
}
}
-
diff --git a/domains/shashankag.json b/domains/shashankag.json
new file mode 100644
index 000000000..960bf16b1
--- /dev/null
+++ b/domains/shashankag.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio",
+ "repo": "https://github.com/ershashankgit/portfolio",
+ "owner": {
+ "username": "ershashankgit",
+ "email": "contact@shashank.my.id"
+ },
+ "record": {
+ "CNAME": "ershashankgit.github.io"
+ }
+}
diff --git a/domains/shayokh.json b/domains/shayokh.json
new file mode 100644
index 000000000..8c5882a04
--- /dev/null
+++ b/domains/shayokh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ShayokhShorfuddin",
+ "email": "shayokhshuvro14@gmail.com"
+ },
+ "record": {
+ "CNAME": "shayokhshorfuddin.github.io"
+ }
+}
diff --git a/domains/shays.json b/domains/shays.json
index 7c430ab30..cc9b31ccc 100644
--- a/domains/shays.json
+++ b/domains/shays.json
@@ -6,6 +6,6 @@
"email": "SHays24@student.sacs.nsw.edu.au"
},
"record": {
- "CNAME": "SHays24.github.io"
+ "CNAME": "shays24.github.io"
}
}
diff --git a/domains/shept.json b/domains/shept.json
index d82397a5b..bc5c9338c 100644
--- a/domains/shept.json
+++ b/domains/shept.json
@@ -1,9 +1,7 @@
{
- "description": "An aboutme page for Shept",
- "repo": "https://github.com/mcshept",
"owner": {
"username": "mcshept",
- "email": "shept@dasshept.tech"
+ "email": "maxiheinrich007@yahoo.com"
},
"record": {
"CNAME": "mcshept.github.io"
diff --git a/domains/shift.json b/domains/shift.json
new file mode 100644
index 000000000..9f915744b
--- /dev/null
+++ b/domains/shift.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mkshift",
+ "email": "mkshift@tuta.io"
+ },
+ "record": {
+ "CNAME": "mkshift.github.io"
+ }
+}
diff --git a/domains/shin.json b/domains/shin.json
index 030f21f70..c544a6f56 100644
--- a/domains/shin.json
+++ b/domains/shin.json
@@ -7,12 +7,7 @@
"twitter": "tachib_shin"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"],
"MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
"TXT": "forward-email=tachibshin@duck.com"
}
diff --git a/domains/shreyasitb.json b/domains/shreyasitb.json
new file mode 100644
index 000000000..c99534432
--- /dev/null
+++ b/domains/shreyasitb.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Shreyas-ITB",
+ "email": "rstechbros@gmail.com"
+ },
+ "record": {
+ "CNAME": "shreyas-itb.github.io"
+ }
+}
diff --git a/domains/shuawe.json b/domains/shuawe.json
new file mode 100644
index 000000000..1d88f5ec9
--- /dev/null
+++ b/domains/shuawe.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shuawe",
+ "email": "shuaweee@gmail.com"
+ },
+ "record": {
+ "CNAME": "shuawe.railway.app"
+ }
+}
diff --git a/domains/shuriken.json b/domains/shuriken.json
new file mode 100644
index 000000000..dc49466e2
--- /dev/null
+++ b/domains/shuriken.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "005sunnysingh",
+ "email": "005sunnysingh@gmail.com"
+ },
+ "record": {
+ "MX": ["hosts.is-a.dev"]
+ }
+}
diff --git a/domains/sife.json b/domains/sife.json
new file mode 100644
index 000000000..70fcb9260
--- /dev/null
+++ b/domains/sife.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Sife-shuo",
+ "email": "sifed@qq.com"
+ },
+
+ "record": {
+ "A": ["185.199.110.153", "185.199.109.153", "185.199.108.153", "185.199.111.153"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all",
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"]
+ }
+}
diff --git a/domains/silicoflare.json b/domains/silicoflare.json
index 95a23368e..06da26f04 100644
--- a/domains/silicoflare.json
+++ b/domains/silicoflare.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "SilicoFlare",
- "email": "silicoflare@gmail.com",
- "discord": "832485162847305728"
+ "username": "SilicoFlare",
+ "email": "silicoflare@gmail.com",
+ "discord": "832485162847305728"
},
"record": {
diff --git a/domains/simple.json b/domains/simple.json
index 382f851e0..83310c7ba 100644
--- a/domains/simple.json
+++ b/domains/simple.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "reecebenson",
- "email": "me@reecebenson.me",
- "discord": "166705872473423872"
+ "username": "reecebenson",
+ "email": "me@reecebenson.me",
+ "discord": "166705872473423872"
},
"record": {
diff --git a/domains/simplebank.json b/domains/simplebank.json
index 4b86f6feb..023e8fe85 100644
--- a/domains/simplebank.json
+++ b/domains/simplebank.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "jotabf",
- "email": "jotabe.150@gmail.com"
- },
- "record": {
- "CNAME": "a53880df71ece4c268070f082ce00d37-1008813240.sa-east-1.elb.amazonaws.com"
- }
+ "owner": {
+ "username": "jotabf",
+ "email": "jotabe.150@gmail.com"
+ },
+ "record": {
+ "CNAME": "a53880df71ece4c268070f082ce00d37-1008813240.sa-east-1.elb.amazonaws.com"
+ }
}
diff --git a/domains/skifli.json b/domains/skifli.json
index 1d561080f..287419601 100644
--- a/domains/skifli.json
+++ b/domains/skifli.json
@@ -1,12 +1,12 @@
{
- "description": "Skifli's portfolio website",
+ "description": "Portfolio Website",
"repo": "https://github.com/skifli/skifli.github.io",
"owner": {
"username": "skifli",
"email": "",
- "discord": "skifli#8774"
+ "discord": "skifli"
},
"record": {
- "CNAME": "skifli.github.io"
+ "CNAME": "skifli.pages.dev"
}
}
diff --git a/domains/smitty119.json b/domains/smitty119.json
new file mode 100644
index 000000000..2e82411bb
--- /dev/null
+++ b/domains/smitty119.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "smitty119",
+ "email": "smittykjohnson@gmail.com"
+ },
+ "record": {
+ "CNAME": "smitty119.github.io"
+ }
+}
diff --git a/domains/smittykjohnson.json b/domains/smittykjohnson.json
new file mode 100644
index 000000000..2e82411bb
--- /dev/null
+++ b/domains/smittykjohnson.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "smitty119",
+ "email": "smittykjohnson@gmail.com"
+ },
+ "record": {
+ "CNAME": "smitty119.github.io"
+ }
+}
diff --git a/domains/snowyid.json b/domains/snowyid.json
index 7c6597d7a..e2f7460ff 100644
--- a/domains/snowyid.json
+++ b/domains/snowyid.json
@@ -8,4 +8,4 @@
"record": {
"URL": "https://homepage-revisiakhir.vercel.app"
}
-}
+}
diff --git a/domains/soap.json b/domains/soap.json
new file mode 100644
index 000000000..f84c811d5
--- /dev/null
+++ b/domains/soap.json
@@ -0,0 +1,11 @@
+{
+ "description": "soap.is-a.dev",
+ "repo": "https://github.com/hmonsterg/hmonsterg.github.io",
+ "owner": {
+ "username": "HmonsterG",
+ "email": "Plzdontgethacked@outlook.com"
+ },
+ "record": {
+ "CNAME": "hmonsterg.github.io"
+ }
+}
diff --git a/domains/soeren.json b/domains/soeren.json
new file mode 100644
index 000000000..099e1cece
--- /dev/null
+++ b/domains/soeren.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "HSoeren",
+ "email": "soeren.helms1@gmail.com"
+ },
+ "record": {
+ "CNAME": "soeren-helms.de"
+ }
+}
diff --git a/domains/sourov-khan-nahid.json b/domains/sourov-khan-nahid.json
index 2acefc029..98bfbfa98 100644
--- a/domains/sourov-khan-nahid.json
+++ b/domains/sourov-khan-nahid.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "SOUROVKHANNAHID",
- "email": "SourovKhanNahid@gmail.com"
- },
- "record": {
- "CNAME": "SOUROVKHANNAHID.github.io"
- }
+ "owner": {
+ "username": "SOUROVKHANNAHID",
+ "email": "SourovKhanNahid@gmail.com"
+ },
+ "record": {
+ "CNAME": "SOUROVKHANNAHID.github.io"
+ }
}
diff --git a/domains/sow.json b/domains/sow.json
new file mode 100644
index 000000000..fb39d5963
--- /dev/null
+++ b/domains/sow.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sowisgone",
+ "email": "therealsnowmercy@gmail.com"
+ },
+ "record": {
+ "URL": "https://sow.lol"
+ }
+}
diff --git a/domains/spaxly.json b/domains/spaxly.json
index e5f8c84c2..fae8b72cb 100644
--- a/domains/spaxly.json
+++ b/domains/spaxly.json
@@ -1,17 +1,12 @@
{
"owner": {
- "username": "Spaxly",
- "email": "ohmrc2545@gmail.com",
- "discord": "569920282546929694"
+ "username": "Spaxly",
+ "email": "ohmrc2545@gmail.com",
+ "discord": "569920282546929694"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"],
"MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
diff --git a/domains/spicywars.json b/domains/spicywars.json
index 46066e12f..9df1b2c73 100644
--- a/domains/spicywars.json
+++ b/domains/spicywars.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "NoodlesWow",
- "email": "noodlesnomm@gmail.com"
- },
- "record": {
- "CNAME": "spicywarsuwu.onrender.com"
- }
+ "owner": {
+ "username": "NoodlesWow",
+ "email": "noodlesnomm@gmail.com"
+ },
+ "record": {
+ "CNAME": "spicywarsuwu.onrender.com"
+ }
}
diff --git a/domains/spyrisk.json b/domains/spyrisk.json
new file mode 100644
index 000000000..22c506f57
--- /dev/null
+++ b/domains/spyrisk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SpauriRosso",
+ "email": "spy456@zoho.com"
+ },
+ "record": {
+ "URL": "https://spyrisk.fr"
+ }
+}
diff --git a/domains/sreevikram.json b/domains/sreevikram.json
index 873a18eeb..b7a4a8c4d 100644
--- a/domains/sreevikram.json
+++ b/domains/sreevikram.json
@@ -1,10 +1,12 @@
{
- "owner": {
- "username": "SreevikramR",
- "email": "sreevikram.r@gmail.com",
- "discord": "therealviki"
- },
- "record": {
- "CNAME": "nextjs-production-a65b.up.railway.app"
- }
-}
\ No newline at end of file
+
+ "owner": {
+ "username": "SreevikramR",
+ "email": "sreevikram.r@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
+ "MX": "hosts.is-a.dev"
+ }
+ }
\ No newline at end of file
diff --git a/domains/sreevikramr.json b/domains/sreevikramr.json
index 873a18eeb..b56747c05 100644
--- a/domains/sreevikramr.json
+++ b/domains/sreevikramr.json
@@ -1,10 +1,10 @@
{
"owner": {
- "username": "SreevikramR",
- "email": "sreevikram.r@gmail.com",
- "discord": "therealviki"
+ "username": "SreevikramR",
+ "email": "sreevikram.r@gmail.com",
+ "discord": "therealviki"
},
"record": {
"CNAME": "nextjs-production-a65b.up.railway.app"
}
-}
\ No newline at end of file
+}
diff --git a/domains/stacksyz.json b/domains/stacksyz.json
new file mode 100644
index 000000000..e550c067e
--- /dev/null
+++ b/domains/stacksyz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Stacksyz",
+ "email": "thedevmonke@gmail.com"
+ },
+ "record": {
+ "CNAME": "stacksyz.github.io"
+ }
+}
diff --git a/domains/stev.json b/domains/stev.json
new file mode 100644
index 000000000..d9f92082d
--- /dev/null
+++ b/domains/stev.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "yoomiraa",
+ "email": "i@miraaaa.my.id",
+ "discord": "834618584331190343"
+ },
+
+ "record": {
+ "CNAME": "stev.surge.sh"
+ }
+}
diff --git a/domains/stoneleaf-bt.json b/domains/stoneleaf-bt.json
new file mode 100644
index 000000000..2f491a71a
--- /dev/null
+++ b/domains/stoneleaf-bt.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NazerMohamed",
+ "email": "NazerMohamed@gmail.com"
+ },
+ "record": {
+ "A": ["51.89.94.232"]
+ }
+}
diff --git a/domains/stoneleaf-dh.json b/domains/stoneleaf-dh.json
new file mode 100644
index 000000000..2f491a71a
--- /dev/null
+++ b/domains/stoneleaf-dh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NazerMohamed",
+ "email": "NazerMohamed@gmail.com"
+ },
+ "record": {
+ "A": ["51.89.94.232"]
+ }
+}
diff --git a/domains/stoneleaf-pp.json b/domains/stoneleaf-pp.json
new file mode 100644
index 000000000..2f491a71a
--- /dev/null
+++ b/domains/stoneleaf-pp.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NazerMohamed",
+ "email": "NazerMohamed@gmail.com"
+ },
+ "record": {
+ "A": ["51.89.94.232"]
+ }
+}
diff --git a/domains/strafe.json b/domains/strafe.json
index d6d086e2c..76aac5718 100644
--- a/domains/strafe.json
+++ b/domains/strafe.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "StrafeCode",
- "email": "strafecode@gmail.com",
- "discord": "931243168630972516"
+ "username": "StrafeCode",
+ "email": "strafecode@gmail.com",
+ "discord": "931243168630972516"
},
"record": {
diff --git a/domains/sua.json b/domains/sua.json
index 5f5084bdd..c69187c08 100644
--- a/domains/sua.json
+++ b/domains/sua.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "SamiaIslamSua",
- "email": "SamiaIslamSua@gmail.com"
- },
- "record": {
- "CNAME": "SamiaIslamSua.github.io"
- }
+ "owner": {
+ "username": "SamiaIslamSua",
+ "email": "SamiaIslamSua@gmail.com"
+ },
+ "record": {
+ "CNAME": "SamiaIslamSua.github.io"
+ }
}
diff --git a/domains/suhasdissa.json b/domains/suhasdissa.json
new file mode 100644
index 000000000..7bc739280
--- /dev/null
+++ b/domains/suhasdissa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SuhasDissa",
+ "email": "suhasdissa@protonmail.com"
+ },
+ "record": {
+ "CNAME": "suhasdissa.github.io"
+ }
+}
diff --git a/domains/suki.json b/domains/suki.json
index 364a2fe6a..2ffb5d342 100644
--- a/domains/suki.json
+++ b/domains/suki.json
@@ -1,13 +1,11 @@
{
- "description": "A cool website",
- "repo": "https://github.com/SukiPlayz/hello-world",
- "owner": {
- "username": "SukiPlayz",
- "email": "sukimayoo@outlook.com"
- },
- "record": {
- "A": ["212.193.3.66"],
- "TXT": "v=spf1 a mx ip4:212.193.3.66 include:spf.improvmx.com ~all",
- "MX": ["mx1.improvmx.com.", "mx2.improvmx.com."]
- }
-}
+ "owner": {
+ "username": "SukiPlayz",
+ "email": "suki@suki.is-a.dev"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
+ "MX": "hosts.is-a.dev"
+ }
+ }
diff --git a/domains/sunpodder.json b/domains/sunpodder.json
index e8229d518..0d14a548e 100644
--- a/domains/sunpodder.json
+++ b/domains/sunpodder.json
@@ -2,7 +2,7 @@
"owner": {
"username": "SunPodder",
"email": "",
- "discord": "sunpodder"
+ "discord": "sunpodder"
},
"record": {
"CNAME": "sunpodder.github.io"
diff --git a/domains/surv.json b/domains/surv.json
new file mode 100644
index 000000000..d5adf9796
--- /dev/null
+++ b/domains/surv.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SurvExe1Pc",
+ "email": "a_2oo@outlook.com"
+ },
+ "record": {
+ "CNAME": "survexe1pc.github.io"
+ }
+}
diff --git a/domains/sylestic.json b/domains/sylestic.json
index 191f96064..15a09742c 100644
--- a/domains/sylestic.json
+++ b/domains/sylestic.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "Sylestic",
- "email": "",
- "discord": "Sylestic#4231"
- },
- "record": {
- "CNAME": "sylestic.github.io"
- }
+ "owner": {
+ "username": "Sylestic",
+ "email": "",
+ "discord": "Sylestic#4231"
+ },
+ "record": {
+ "CNAME": "sylestic.github.io"
+ }
}
diff --git a/domains/takase.json b/domains/takase.json
index 3d80740a9..cd1d1399e 100644
--- a/domains/takase.json
+++ b/domains/takase.json
@@ -1,11 +1,11 @@
{
- "description": "Takase's personal website",
- "repo": "https://github.com/takase1121/takase1121.github.io",
- "owner": {
- "username": "takase1121",
- "email": "takase1121@proton.me"
- },
- "record": {
- "CNAME": "takase1121.github.io"
- }
+ "description": "Takase's personal website",
+ "repo": "https://github.com/takase1121/takase1121.github.io",
+ "owner": {
+ "username": "takase1121",
+ "email": "takase1121@proton.me"
+ },
+ "record": {
+ "CNAME": "takase1121.github.io"
+ }
}
diff --git a/domains/talinsharma.json b/domains/talinsharma.json
index 4356bf006..72577e571 100644
--- a/domains/talinsharma.json
+++ b/domains/talinsharma.json
@@ -1,11 +1,9 @@
{
- "owner": {
- "username": "TalinTheDev",
- "email": "",
- "discord": "AlphaMirage#9779"
- },
- "description": "Personal portfolio and website",
- "record": {
- "CNAME": "jl6yvnz2.up.railway.app"
- }
+ "owner": {
+ "username": "TalinTheDev",
+ "email": "talinsharma.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "talinthedev.github.io"
+ }
}
diff --git a/domains/tanmay.json b/domains/tanmay.json
new file mode 100644
index 000000000..42788d7c4
--- /dev/null
+++ b/domains/tanmay.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tanmayagrwl",
+ "email": "tanmayhp78@gmail.com"
+ },
+ "record": {
+ "URL": "https://portfolio-site-nine-silk.vercel.app"
+ }
+}
diff --git a/domains/tanos.json b/domains/tanos.json
index 20fcb2ad9..d131cce0c 100644
--- a/domains/tanos.json
+++ b/domains/tanos.json
@@ -1,11 +1,11 @@
{
- "description": "portfolio website",
- "repo": "https://TacoGit.github.io",
- "owner": {
- "username": "TacoGit",
- "email": "opmijloly@gmail.com"
- },
- "record": {
- "CNAME": "TacoGit.github.io"
- }
+ "description": "portfolio website",
+ "repo": "https://TacoGit.github.io",
+ "owner": {
+ "username": "TacoGit",
+ "email": "opmijloly@gmail.com"
+ },
+ "record": {
+ "CNAME": "TacoGit.github.io"
+ }
}
diff --git a/domains/tanx-009.json b/domains/tanx-009.json
new file mode 100644
index 000000000..55b9ec005
--- /dev/null
+++ b/domains/tanx-009.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "TanX-009",
+ "email": "tanmaymuley009@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "tanx-009.gitlab.io"
+ }
+}
diff --git a/domains/tanyalai.json b/domains/tanyalai.json
index 0dcc79645..556aa308f 100644
--- a/domains/tanyalai.json
+++ b/domains/tanyalai.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "tanyalai.github.io"
}
-}
+}
diff --git a/domains/tarna.json b/domains/tarna.json
deleted file mode 100644
index f94809b47..000000000
--- a/domains/tarna.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "tarna",
- "email": "tarungadiraju123@gmail.com"
- },
- "record": {
- "URL": "https://github.com/tarna"
- }
-}
diff --git a/domains/tazer.json b/domains/tazer.json
new file mode 100644
index 000000000..9d74de274
--- /dev/null
+++ b/domains/tazer.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ajtazer",
+ "email": "ajcoolx619@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.snapchat.com/add/ajtazer"
+ }
+}
diff --git a/domains/tcxone.json b/domains/tcxone.json
new file mode 100644
index 000000000..c0efe0e54
--- /dev/null
+++ b/domains/tcxone.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal homepage",
+ "repo": "https://github.com/tcxone/tcxone.github.io",
+ "owner": {
+ "username": "tcxone",
+ "email": "tcxone@outlook.com",
+ "twitter": "tcxone"
+ },
+ "record": {
+ "CNAME": "tcxone.github.io"
+ }
+}
diff --git a/domains/tdkchat.json b/domains/tdkchat.json
index fef556d41..c8badb6a1 100644
--- a/domains/tdkchat.json
+++ b/domains/tdkchat.json
@@ -1,10 +1,9 @@
{
- "owner": {
- "username": "MattTheTekie",
- "email": "Mattmason2211@gmail.com"
- },
- "record": {
- "CNAME": "test72.eu.org"
- }
+ "owner": {
+ "username": "MattTheTekie",
+ "email": "Mattmason2211@gmail.com"
+ },
+ "record": {
+ "CNAME": "test72.eu.org"
}
-
\ No newline at end of file
+}
diff --git a/domains/team.tnt.json b/domains/team.tnt.json
new file mode 100644
index 000000000..2d11c8ddf
--- /dev/null
+++ b/domains/team.tnt.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SebTNT",
+ "email": "turquoisetntmultimedia@gmail.com"
+ },
+ "record": {
+ "CNAME": "sebtnt.github.io"
+ }
+}
diff --git a/domains/tech-geek-united.json b/domains/tech-geek-united.json
index 3634622f5..1651b7f2e 100644
--- a/domains/tech-geek-united.json
+++ b/domains/tech-geek-united.json
@@ -1,15 +1,12 @@
{
- "owner": {
- "username": "TechGeekUnited",
- "email": "TGUyt.dev@gmail.com",
- "discord": "TechGeekUnited#4329"
- },
- "record": {
- "URL": "https://techgeekunited.github.io",
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ "owner": {
+ "username": "TechGeekUnited",
+ "email": "TGUyt.dev@gmail.com",
+ "discord": "TechGeekUnited#4329"
+ },
+ "record": {
+ "URL": "https://techgeekunited.github.io",
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/teletvbis.json b/domains/teletvbis.json
index d20df25eb..c78d6cd98 100644
--- a/domains/teletvbis.json
+++ b/domains/teletvbis.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "Necesku",
- "email": "105011954+Necesku@users.noreply.github.com",
- "discord": "702682685713416222"
+ "username": "Necesku",
+ "email": "105011954+Necesku@users.noreply.github.com",
+ "discord": "702682685713416222"
},
"record": {
diff --git a/domains/ten.json b/domains/ten.json
index e8349394c..5b504c974 100644
--- a/domains/ten.json
+++ b/domains/ten.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "tendrilll.github.io"
}
-}
+}
diff --git a/domains/teriko.json b/domains/teriko.json
index 2de1f9a30..c3f6722ec 100644
--- a/domains/teriko.json
+++ b/domains/teriko.json
@@ -1,13 +1,11 @@
{
- "owner": {
- "username": "exelenuwu",
- "email": "",
- "twitter": "terikopog",
- "discord": "teriko."
- },
- "record": {
- "A": [
- "45.8.22.34"
- ]
- }
+ "owner": {
+ "username": "exelenuwu",
+ "email": "",
+ "twitter": "terikopog",
+ "discord": "teriko."
+ },
+ "record": {
+ "A": ["45.8.22.34"]
+ }
}
diff --git a/domains/terroid.json b/domains/terroid.json
index 983947a4f..512bd0cc1 100644
--- a/domains/terroid.json
+++ b/domains/terroid.json
@@ -3,8 +3,7 @@
"repo": "https://github.com/skandabhairava/skandabhairava.github.io",
"owner": {
"username": "skandabhairava",
- "email": "skandabhairava@gmail.com",
- "twitter": "TerroidYT"
+ "email": "skandabhairava@gmail.com"
},
"record": {
"CNAME": "skandabhairava.github.io"
diff --git a/domains/test373.json b/domains/test373.json
new file mode 100644
index 000000000..987fc9a09
--- /dev/null
+++ b/domains/test373.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "is-a-dev-bot",
+ "email": "is-a-dev@win11react.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
+ "MX": "hosts.is-a.dev"
+ }
+ }
\ No newline at end of file
diff --git a/domains/tgt.json b/domains/tgt.json
new file mode 100644
index 000000000..66a8ed709
--- /dev/null
+++ b/domains/tgt.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "IncognitoTGT",
+ "email": "mashoor539@gmail.com"
+ },
+ "record": {
+ "URL": "https://mashoortest.tk"
+ }
+}
diff --git a/domains/thaihung.json b/domains/thaihung.json
index f18842afb..332bdc0f0 100644
--- a/domains/thaihung.json
+++ b/domains/thaihung.json
@@ -6,12 +6,7 @@
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"],
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
diff --git a/domains/theamazing0.json b/domains/theamazing0.json
new file mode 100644
index 000000000..0351d4756
--- /dev/null
+++ b/domains/theamazing0.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "theamazing0",
+ "email": "ksamvid@gmail.com"
+ },
+ "record": {
+ "URL": "https://git.projectsegfau.lt/theamazing0"
+ }
+}
diff --git a/domains/themagicmush.json b/domains/themagicmush.json
index 367c6f555..2cd594052 100644
--- a/domains/themagicmush.json
+++ b/domains/themagicmush.json
@@ -5,6 +5,6 @@
"discord": "TheMagicMushoom#9999"
},
"record": {
- "URL": "https://its.themagicmush.repl.co/"
+ "URL": "https://its.themagicmush.repl.co"
}
}
diff --git a/domains/therealgeodash.json b/domains/therealgeodash.json
new file mode 100644
index 000000000..66f351656
--- /dev/null
+++ b/domains/therealgeodash.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "TheRealGeoDash2019",
+ "email": "therealgeodash@lhost.dev",
+ "discord": "710268763844640839"
+ },
+ "record": {
+ "CNAME": "lhost.dev"
+ }
+}
diff --git a/domains/thesanju.json b/domains/thesanju.json
new file mode 100644
index 000000000..cceee6cec
--- /dev/null
+++ b/domains/thesanju.json
@@ -0,0 +1,12 @@
+{
+ "description": "personal portfolio website",
+ "repo": "https://github.com/thesanju/thesanju.github.io",
+ "owner": {
+ "username": "thesanju",
+ "email": "sanjayjr1official@gmail.com",
+ "twitter": "Sanjay69__"
+ },
+ "record": {
+ "CNAME": "thesanju.github.io"
+ }
+}
diff --git a/domains/thesct22.json b/domains/thesct22.json
index 88467331b..902888a4c 100644
--- a/domains/thesct22.json
+++ b/domains/thesct22.json
@@ -1,11 +1,9 @@
{
- "description": "Social media website project",
- "repo": "https://github.com/thesct22",
"owner": {
"username": "thesct22",
"email": "sharathct22@gmail.com"
},
"record": {
- "CNAME": "34.67.228.107.xip.io"
+ "CNAME": "thesct22.github.io"
}
}
diff --git a/domains/thetechnikfreak.json b/domains/thetechnikfreak.json
index f6fff7181..df2f4e4b7 100644
--- a/domains/thetechnikfreak.json
+++ b/domains/thetechnikfreak.json
@@ -5,14 +5,7 @@
"discord": "TheTechnikFreak#3314"
},
"record": {
- "A": [
- "52.21.33.16",
- "18.184.197.212"
- ],
- "MX": [
- "mx.zoho.eu",
- "mx2.zoho.eu",
- "mx3.zoho.eu"
- ]
+ "A": ["52.21.33.16", "18.184.197.212"],
+ "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"]
}
}
diff --git a/domains/tikter.json b/domains/tikter.json
new file mode 100644
index 000000000..374a24c6f
--- /dev/null
+++ b/domains/tikter.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "njanemmu",
+ "email": "aneenababu71901@gmail.com"
+ },
+ "record": {
+ "CNAME": "c14c2346-1c5a-4bf0-b9dc-d47fc8263e86.id.repl.co"
+ }
+}
diff --git a/domains/tito.json b/domains/tito.json
new file mode 100644
index 000000000..0e0b10f9a
--- /dev/null
+++ b/domains/tito.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MyNameIsTito",
+ "email": "tito@kzg.gg"
+ },
+ "record": {
+ "CNAME": "isadev.mynameistito.com"
+ }
+}
diff --git a/domains/tiwknowsall.json b/domains/tiwknowsall.json
new file mode 100644
index 000000000..96d7f8773
--- /dev/null
+++ b/domains/tiwknowsall.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tiwlinkskwazeh",
+ "email": "kwazehh@proton.me"
+ },
+ "record": {
+ "URL": "https://tiw2.pages.dev"
+ }
+}
diff --git a/domains/tm-math.json b/domains/tm-math.json
new file mode 100644
index 000000000..b0787c686
--- /dev/null
+++ b/domains/tm-math.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "hilausfbrdhiiuhsdfh",
+ "email": "timedoutbusiness@gmail.com"
+ },
+ "record": {
+ "URL": "https://timed-out-math.hop.sh/"
+ }
+}
diff --git a/domains/tokiakasu.json b/domains/tokiakasu.json
new file mode 100644
index 000000000..e6d665872
--- /dev/null
+++ b/domains/tokiakasu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tokiakasu",
+ "email": "crxpp@protonmail.com"
+ },
+ "record": {
+ "A": ["95.163.12.169"]
+ }
+}
diff --git a/domains/tolis.json b/domains/tolis.json
index 7740ffeff..d88401ff1 100644
--- a/domains/tolis.json
+++ b/domains/tolis.json
@@ -4,7 +4,7 @@
"username": "tolisdev",
"email": "apostolos@tolisuwu.xyz"
},
- "record": {
- "A": ["167.235.239.76"]
- }
+ "record": {
+ "A": ["167.235.239.76"]
+ }
}
diff --git a/domains/tomgxz.json b/domains/tomgxz.json
new file mode 100644
index 000000000..07e8dcdea
--- /dev/null
+++ b/domains/tomgxz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Tomgxz",
+ "email": "tomgxz138@gmail.com"
+ },
+ "record": {
+ "URL": "https://tomgxz.repl.co"
+ }
+}
diff --git a/domains/tommyboucher.json b/domains/tommyboucher.json
new file mode 100644
index 000000000..5ab85e067
--- /dev/null
+++ b/domains/tommyboucher.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bouchertommy",
+ "email": "hello@tommyboucher.com"
+ },
+ "record": {
+ "CNAME": "tommyboucher.com"
+ }
+}
diff --git a/domains/tomteck.json b/domains/tomteck.json
index 4b73f129f..18b33e256 100644
--- a/domains/tomteck.json
+++ b/domains/tomteck.json
@@ -1,11 +1,9 @@
-
- {
- "owner": {
+{
+ "owner": {
"username": "shandralor",
"email": "tom.teck@gmail.com"
- },
- "record": {
+ },
+ "record": {
"CNAME": "shandralor.github.io"
- }
}
-
\ No newline at end of file
+}
diff --git a/domains/totoygamingyt.json b/domains/totoygamingyt.json
new file mode 100644
index 000000000..f0dd10dae
--- /dev/null
+++ b/domains/totoygamingyt.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "totoygamingyt",
+ "email": "hello@totoygamingyt.com",
+ "twitter": "TotoyGamingYT",
+ "discord": "totoygamingyt"
+ },
+ "record": {
+ "CNAME": "totoygamingyt.pages.dev"
+ }
+}
diff --git a/domains/tr5kyradio.json b/domains/tr5kyradio.json
new file mode 100644
index 000000000..cd9b4265c
--- /dev/null
+++ b/domains/tr5kyradio.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "troit5ky",
+ "email": "testeron211@gmail.com"
+ },
+ "record": {
+ "A": ["23.88.10.1"]
+ }
+}
diff --git a/domains/tranthanhlong.json b/domains/tranthanhlong.json
index 28e3b8bad..555b4834a 100644
--- a/domains/tranthanhlong.json
+++ b/domains/tranthanhlong.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "iamthanhlong",
- "email": "uxymqfzglvtqno1@proton.me"
- },
- "record": {
- "A": [
- "103.97.126.23"
- ]
- }
+ "description": "My personal webpage",
+ "repo": "https://github.com/iamthanhlong/iamthanhlong.github.io",
+ "owner": {
+ "username": "iamthanhlong",
+ "email": "uxymqfzglvtqno@proton.me"
+ },
+ "record": {
+ "CNAME": "iamthanhlong.github.io"
+ }
}
diff --git a/domains/tts.deva.json b/domains/tts.deva.json
new file mode 100644
index 000000000..5194aa0a1
--- /dev/null
+++ b/domains/tts.deva.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "turbomaster95",
+ "email": "devamidhun.3c.kmbvm@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "48c10554-32ea-4bc5-98f8-5f062b511ad1.id.repl.co"
+ }
+}
diff --git a/domains/tube.json b/domains/tube.json
new file mode 100644
index 000000000..80c9601a0
--- /dev/null
+++ b/domains/tube.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "t-ub3",
+ "email": "martini@tubee.dev"
+ },
+ "record": {
+ "URL": "https://tub3.uk"
+ }
+}
diff --git a/domains/turvenuija.json b/domains/turvenuija.json
new file mode 100644
index 000000000..797332159
--- /dev/null
+++ b/domains/turvenuija.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "turvenuija1",
+ "email": "turvenuija@skidd.xyz"
+ },
+ "record": {
+ "CNAME": "turvenuija1.github.io"
+ }
+}
diff --git a/domains/tv.rpi.crazy-max.json b/domains/tv.rpi.crazy-max.json
new file mode 100644
index 000000000..36a8f1643
--- /dev/null
+++ b/domains/tv.rpi.crazy-max.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Crazy-Max-Blog",
+ "email": "Crazy-Max-2011@yandex.ru"
+ },
+ "record": {
+ "URL": "https://crazy-max-blog.github.io/rpi-tvbox"
+ }
+}
diff --git a/domains/twitter.json b/domains/twitter.json
new file mode 100644
index 000000000..583ce9bc8
--- /dev/null
+++ b/domains/twitter.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "j0code",
+ "discord": "j0code",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "cohalejoja.selfhost.eu"
+ }
+}
diff --git a/domains/tyrkinn.json b/domains/tyrkinn.json
new file mode 100644
index 000000000..e82960492
--- /dev/null
+++ b/domains/tyrkinn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tyrkinn",
+ "email": "tyrkinn@pm.me"
+ },
+ "record": {
+ "CNAME": "tyrkinn.github.io"
+ }
+}
diff --git a/domains/uberkey.json b/domains/uberkey.json
new file mode 100644
index 000000000..a98db0e7c
--- /dev/null
+++ b/domains/uberkey.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "uberkey",
+ "email": "postmordial@gmail.com"
+ },
+ "record": {
+ "CNAME": "uberkey.github.io"
+ }
+}
diff --git a/domains/uiopler.json b/domains/uiopler.json
index 534199887..ec6aa65be 100644
--- a/domains/uiopler.json
+++ b/domains/uiopler.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "uiopler.github.io"
}
-}
+}
diff --git a/domains/ultimatemedia.json b/domains/ultimatemedia.json
index 12cc3c992..dcb8c3df8 100644
--- a/domains/ultimatemedia.json
+++ b/domains/ultimatemedia.json
@@ -6,12 +6,7 @@
"email": "coreyw.ultimatemedia@gmail.com"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
+ "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/umesh.json b/domains/umesh.json
new file mode 100644
index 000000000..9bb3c0523
--- /dev/null
+++ b/domains/umesh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "compCoder007",
+ "email": "competentcoder007@gmail.com"
+ },
+ "record": {
+ "CNAME": "compcoder007.github.io"
+ }
+}
diff --git a/domains/undeadevs.json b/domains/undeadevs.json
new file mode 100644
index 000000000..527029d03
--- /dev/null
+++ b/domains/undeadevs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "undeadevs",
+ "email": "jangantanyaaku14@gmail.com"
+ },
+ "record": {
+ "CNAME": "undeadevs.github.io"
+ }
+}
diff --git a/domains/usingh.json b/domains/usingh.json
index 8fccd0431..de94c6fb8 100644
--- a/domains/usingh.json
+++ b/domains/usingh.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "dr-hofstadter",
- "email": "utsav.raj.338@gmail.com"
- },
- "record": {
- "CNAME": "dr-hofstadter.github.io"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "dr-hofstadter",
+ "email": "utsav.raj.338@gmail.com"
+ },
+ "record": {
+ "CNAME": "dr-hofstadter.github.io"
+ }
+}
diff --git a/domains/usr577.json b/domains/usr577.json
new file mode 100644
index 000000000..c8d069a45
--- /dev/null
+++ b/domains/usr577.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "usr577",
+ "email": "benedikt.reck@oesdorf.de"
+ },
+ "record": {
+ "URL": "https://benediktreck.serveo.net"
+ }
+}
diff --git a/domains/utils.json b/domains/utils.json
new file mode 100644
index 000000000..8da1a718d
--- /dev/null
+++ b/domains/utils.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Blob2763",
+ "email": "blob2763@gmail.com"
+ },
+ "record": {
+ "CNAME": "blob2763.github.io"
+ }
+}
diff --git a/domains/utsav.json b/domains/utsav.json
index 669dc4a20..de94c6fb8 100644
--- a/domains/utsav.json
+++ b/domains/utsav.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "dr-hofstadter",
- "email": "utsav.raj.338@gmail.com"
- },
- "record": {
- "CNAME": "dr-hofstadter.github.io"
- }
+ "owner": {
+ "username": "dr-hofstadter",
+ "email": "utsav.raj.338@gmail.com"
+ },
+ "record": {
+ "CNAME": "dr-hofstadter.github.io"
+ }
}
diff --git a/domains/uynilo9.json b/domains/uynilo9.json
index 50a548fc7..0f2885bba 100644
--- a/domains/uynilo9.json
+++ b/domains/uynilo9.json
@@ -9,4 +9,4 @@
"record": {
"URL": "https://uynilo9.netlify.app"
}
-}
+}
diff --git a/domains/valorant.json b/domains/valorant.json
new file mode 100644
index 000000000..8abfa1dd0
--- /dev/null
+++ b/domains/valorant.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Fqcxn",
+ "email": "",
+ "twitter": "FqcxnLmao",
+ "discord": "hong.kong"
+ },
+ "record": {
+ "CNAME": "fqcxn.com"
+ }
+}
diff --git a/domains/valowolf.json b/domains/valowolf.json
new file mode 100644
index 000000000..f424798b7
--- /dev/null
+++ b/domains/valowolf.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ValoWolf",
+ "email": "starfleet.valowolf@gmail.com"
+ },
+ "record": {
+ "CNAME": "hosts.is-a.dev"
+ }
+}
diff --git a/domains/vamsi.json b/domains/vamsi.json
index c49fab7f0..7a9882f10 100644
--- a/domains/vamsi.json
+++ b/domains/vamsi.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "vamsieth",
- "email": "svamsi.tech@gmail.com"
- },
- "record": {
- "CNAME": "240d43d7-5eea-4fdd-a568-efa5978f8d80.id.repl.co"
- }
+ "owner": {
+ "username": "vamsieth",
+ "email": "svamsi.tech@gmail.com"
+ },
+ "record": {
+ "CNAME": "240d43d7-5eea-4fdd-a568-efa5978f8d80.id.repl.co"
+ }
}
diff --git a/domains/victorvickie.json b/domains/victorvickie.json
index 7e7f45109..27079b922 100644
--- a/domains/victorvickie.json
+++ b/domains/victorvickie.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "VICTORVICKIE",
- "email": "s.vickie14@gmail.com",
- "discord": "448131424655114250"
+ "username": "VICTORVICKIE",
+ "email": "s.vickie14@gmail.com",
+ "discord": "448131424655114250"
},
"record": {
diff --git a/domains/vigkrishna.json b/domains/vigkrishna.json
index 6a2530ce6..7b43aa653 100644
--- a/domains/vigkrishna.json
+++ b/domains/vigkrishna.json
@@ -1,6 +1,6 @@
{
"description": "vigkrishna.is-a.dev",
- "repo": "https://vigkrishna.github.io/Portfolio_2023/",
+ "repo": "https://vigkrishna.github.io/Portfolio_2023",
"owner": {
"username": "vigkrishna",
"email": "vigkrishna@yahoo.com"
diff --git a/domains/vigo.json b/domains/vigo.json
new file mode 100644
index 000000000..ea7dc3370
--- /dev/null
+++ b/domains/vigo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "thanphong19",
+ "email": "thanphong19@gmail.com"
+ },
+ "record": {
+ "A": ["168.138.167.184"]
+ }
+}
diff --git a/domains/vimalsaraswat.json b/domains/vimalsaraswat.json
index a53772f82..7d6da684e 100644
--- a/domains/vimalsaraswat.json
+++ b/domains/vimalsaraswat.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "vimalsaraswat.github.io"
}
-}
+}
diff --git a/domains/vinaychaudhary.json b/domains/vinaychaudhary.json
new file mode 100644
index 000000000..5f4063758
--- /dev/null
+++ b/domains/vinaychaudhary.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "vinayofc",
+ "email": "devilvinayofficial@gmail.com"
+ },
+
+ "record": {
+ "A": ["3.136.154.89"]
+ }
+}
diff --git a/domains/viplav-mistry.json b/domains/viplav-mistry.json
index be235bee8..e937fd6cb 100644
--- a/domains/viplav-mistry.json
+++ b/domains/viplav-mistry.json
@@ -9,4 +9,3 @@
"CNAME": "viplav-mistry.github.io"
}
}
-
diff --git a/domains/viraj.json b/domains/viraj.json
index 2df06bdb6..5099b81fd 100644
--- a/domains/viraj.json
+++ b/domains/viraj.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "Viraj2722",
- "email": "virajwalavalkar90982@gmail.com",
- "twitter": "WalavalkarViraj"
- },
- "description": "my website",
- "record": {
- "CNAME": "viraj2722.github.io"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "Viraj2722",
+ "email": "virajwalavalkar90982@gmail.com",
+ "twitter": "WalavalkarViraj"
+ },
+ "description": "my website",
+ "record": {
+ "CNAME": "viraj2722.github.io"
+ }
+}
diff --git a/domains/vivek.json b/domains/vivek.json
index 0abada45c..af6c7aaae 100644
--- a/domains/vivek.json
+++ b/domains/vivek.json
@@ -6,12 +6,7 @@
"email": "vivekoraon@pm.me"
},
"record": {
- "A": [
- "185.199.109.153",
- "185.199.108.153",
- "185.199.111.153",
- "185.199.110.153"
- ],
+ "A": ["185.199.109.153", "185.199.108.153", "185.199.111.153", "185.199.110.153"],
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
diff --git a/domains/vk.json b/domains/vk.json
index 58dcfda84..ce960e880 100644
--- a/domains/vk.json
+++ b/domains/vk.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "VICTORVICKIE",
- "email": "s.vickie14@gmail.com",
- "discord": "448131424655114250"
+ "username": "VICTORVICKIE",
+ "email": "s.vickie14@gmail.com",
+ "discord": "448131424655114250"
},
"record": {
diff --git a/domains/vollow.json b/domains/vollow.json
new file mode 100644
index 000000000..14dac0b86
--- /dev/null
+++ b/domains/vollow.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vollowx",
+ "email": "muffinslog@proton.me"
+ },
+ "record": {
+ "CNAME": "vollowx.github.io"
+ }
+}
diff --git a/domains/vsecoder.json b/domains/vsecoder.json
index 298541b34..db6d926e4 100644
--- a/domains/vsecoder.json
+++ b/domains/vsecoder.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "vsecoder.github.io"
}
-}
+}
diff --git a/domains/wan.json b/domains/wan.json
new file mode 100644
index 000000000..28ed11e47
--- /dev/null
+++ b/domains/wan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "wansies",
+ "email": "taio6@duck.com"
+ },
+ "record": {
+ "CNAME": "wansies.github.io"
+ }
+}
diff --git a/domains/wansie.json b/domains/wansie.json
index a69086051..e6a147a94 100644
--- a/domains/wansie.json
+++ b/domains/wansie.json
@@ -7,6 +7,5 @@
"record": {
"CNAME": "2cf5a77a-3918-4448-ba3e-e1d73a99155f.id.repl.co"
-
}
}
diff --git a/domains/wansies.json b/domains/wansies.json
new file mode 100644
index 000000000..343bb4601
--- /dev/null
+++ b/domains/wansies.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "wansiie",
+ "email": "Janeiscool4ever@web.de"
+ },
+ "record": {
+ "URL": "https://helix-pullover-d4c.notion.site/wansie-3655baf5f6de40cc8be7aa8cbf67f095"
+ }
+}
diff --git a/domains/whine.json b/domains/whine.json
index 989e4ab21..5a883e14a 100644
--- a/domains/whine.json
+++ b/domains/whine.json
@@ -7,12 +7,7 @@
"twitter": "whi_nyaan"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
+ "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/whoischoiiril.json b/domains/whoischoiiril.json
new file mode 100644
index 000000000..cfe6d85ed
--- /dev/null
+++ b/domains/whoischoiiril.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Cfhoiril",
+ "email": "iamchoirilfk@gmail.com"
+ },
+ "record": {
+ "URL": "https://cfhoiril.github.io/who-is-choiril"
+ }
+}
diff --git a/domains/wife.daddy.json b/domains/wife.daddy.json
deleted file mode 100644
index 06e5cc37a..000000000
--- a/domains/wife.daddy.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Daddy's wife's website",
- "owner": {
- "username": "MaskDuck",
- "email": "maskduckuwu@gmail.com"
- },
- "record": {
- "URL": "https://maskduck.is-a.dev"
- }
-}
diff --git a/domains/william.json b/domains/william.json
index 6f0c5a82f..74ee0d3ed 100644
--- a/domains/william.json
+++ b/domains/william.json
@@ -1,10 +1,10 @@
-{
- "owner": {
- "username": "WilliamDavidHarrison",
- "email": "william@williamharrison.dev"
- },
-
- "record": {
- "URL": "https://williamharrison.dev"
- }
-}
+{
+ "owner": {
+ "username": "WilliamDavidHarrison",
+ "email": "william@williamharrison.dev"
+ },
+
+ "record": {
+ "CNAME": "hosts.is-a.dev"
+ }
+}
diff --git a/domains/willo.json b/domains/willo.json
index 63a4082df..e3e249498 100644
--- a/domains/willo.json
+++ b/domains/willo.json
@@ -7,12 +7,7 @@
"twitter": "willoizcitron"
},
"record": {
- "A": [
- "185.199.109.153",
- "185.199.108.153",
- "185.199.111.153",
- "185.199.110.153"
- ],
+ "A": ["185.199.109.153", "185.199.108.153", "185.199.111.153", "185.199.110.153"],
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
diff --git a/domains/willothy.json b/domains/willothy.json
new file mode 100644
index 000000000..b117237fd
--- /dev/null
+++ b/domains/willothy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "willothy",
+ "email": "willothyh@gmail.com"
+ },
+ "record": {
+ "URL": "https://willothy.com"
+ }
+}
diff --git a/domains/windfarms.json b/domains/windfarms.json
index 92117b3db..aff2fa0a9 100644
--- a/domains/windfarms.json
+++ b/domains/windfarms.json
@@ -1,11 +1,11 @@
-{
- "description": "WindFarms offical website",
- "repo": "https://github.com/windfarms/windfarms.github.io",
- "owner": {
- "username": "windfarms",
- "email": "windfarms@andrealicheri.anonaddy.com"
- },
- "record": {
- "CNAME": "windfarms.github.io"
- }
-}
\ No newline at end of file
+{
+ "description": "WindFarms offical website",
+ "repo": "https://github.com/windfarms/windfarms.github.io",
+ "owner": {
+ "username": "windfarms",
+ "email": "windfarms@andrealicheri.anonaddy.com"
+ },
+ "record": {
+ "CNAME": "windfarms.github.io"
+ }
+}
diff --git a/domains/window5.json b/domains/window5.json
new file mode 100644
index 000000000..e34ab4fc9
--- /dev/null
+++ b/domains/window5.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Window5000",
+ "email": "spam.window5.spam@gmail.com"
+ },
+ "record": {
+ "CNAME": "window5000.github.io"
+ }
+}
diff --git a/domains/wiredmind.json b/domains/wiredmind.json
index b3fb028f1..b88e1903e 100644
--- a/domains/wiredmind.json
+++ b/domains/wiredmind.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "WiredMind2",
- "email": "admin@tetrazero.com"
- },
- "record": {
- "URL": "https://tetrazero.com"
- }
+ "owner": {
+ "username": "WiredMind2",
+ "email": "admin@tetrazero.com"
+ },
+ "record": {
+ "URL": "https://tetrazero.com"
+ }
}
diff --git a/domains/woundrite.json b/domains/woundrite.json
index bb3a0ab3f..f3a53148b 100644
--- a/domains/woundrite.json
+++ b/domains/woundrite.json
@@ -4,11 +4,6 @@
"email": "ndbendale2004@gmail.com"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ]
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"]
}
}
diff --git a/domains/wusong.json b/domains/wusong.json
new file mode 100644
index 000000000..3a742781c
--- /dev/null
+++ b/domains/wusong.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "bayunjiang",
+ "email": "master@bayun.org"
+ },
+
+ "record": {
+ "CNAME": "bayunjiang.github.io"
+ }
+}
diff --git a/domains/www.json b/domains/www.json
deleted file mode 100644
index d564ecd98..000000000
--- a/domains/www.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "www.is-a.dev",
- "repo": "https://github.com/is-a-dev/is-a-dev.github.io",
- "owner": {
- "username": "phenax",
- "email": "phenax5@gmail.com"
- },
- "record": {
- "CNAME": "is-a-dev.github.io"
- }
-}
diff --git a/domains/x0ba.json b/domains/x0ba.json
new file mode 100644
index 000000000..c05873287
--- /dev/null
+++ b/domains/x0ba.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "x0ba",
+ "email": "mkshift@tuta.io"
+ },
+ "record": {
+ "CNAME": "x0ba.github.io"
+ }
+}
diff --git a/domains/x8t.json b/domains/x8t.json
new file mode 100644
index 000000000..8098364af
--- /dev/null
+++ b/domains/x8t.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "x8t-code",
+ "email": "x8t@tuta.io"
+ },
+ "record": {
+ "CNAME": "x8t-code.github.io"
+ }
+}
diff --git a/domains/xanudu.json b/domains/xanudu.json
index b291adc2e..710f867a6 100644
--- a/domains/xanudu.json
+++ b/domains/xanudu.json
@@ -1,11 +1,11 @@
{
- "description": "Xanudu Buster's Website",
- "repo": "https://xanudubuster.github.io",
- "owner": {
- "username": "XanuduBuster",
- "email": "xanubuster@proton.me"
- },
- "record": {
- "CNAME": "xanudubuster.github.io"
- }
+ "description": "Xanudu Buster's Website",
+ "repo": "https://xanudubuster.github.io",
+ "owner": {
+ "username": "XanuduBuster",
+ "email": "xanubuster@proton.me"
+ },
+ "record": {
+ "CNAME": "xanudubuster.github.io"
+ }
}
diff --git a/domains/xash.json b/domains/xash.json
new file mode 100644
index 000000000..905a7c85d
--- /dev/null
+++ b/domains/xash.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "7xa5h",
+ "email": "xash4492@gmail.com"
+ },
+ "record": {
+ "CNAME": "7xa5h.github.io"
+ }
+}
diff --git a/domains/xgorn.json b/domains/xgorn.json
new file mode 100644
index 000000000..be34b401e
--- /dev/null
+++ b/domains/xgorn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "X-Gorn",
+ "email": "xgorntv@gmail.com"
+ },
+ "record": {
+ "CNAME": "x-gorn.github.io"
+ }
+}
diff --git a/domains/xqwtxon.json b/domains/xqwtxon.json
index 75dd5910b..dfc09f59b 100644
--- a/domains/xqwtxon.json
+++ b/domains/xqwtxon.json
@@ -5,7 +5,7 @@
"username": "xqwtxon",
"email": "xqwtxon@hotmail.com",
"twitter": "xqwtxon",
- "keybase": "@xqwtxon"
+ "keybase": "xqwtxon"
},
"record": {
"CNAME": "xqwtxon.ml"
diff --git a/domains/yassin.json b/domains/yassin.json
index 8af17448f..2aac3bc04 100644
--- a/domains/yassin.json
+++ b/domains/yassin.json
@@ -1,12 +1,12 @@
-{
- "description": "my bio",
- "repo": "https://github.com/ycssin/bio",
- "owner": {
- "username": "ycssin",
- "email": "",
- "twitter": "ycssin"
- },
- "record": {
- "CNAME": "ycssin.github.io"
- }
-}
+{
+ "description": "my bio",
+ "repo": "https://github.com/ycssin/bio",
+ "owner": {
+ "username": "ycssin",
+ "email": "",
+ "twitter": "ycssin"
+ },
+ "record": {
+ "CNAME": "ycssin.github.io"
+ }
+}
diff --git a/domains/yokaicord.json b/domains/yokaicord.json
new file mode 100644
index 000000000..defa72f30
--- /dev/null
+++ b/domains/yokaicord.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zxPau",
+ "email": "pauu123123123@gmail.com"
+ },
+ "record": {
+ "CNAME": "zxpau.github.io"
+ }
+}
diff --git a/domains/yose.json b/domains/yose.json
index c717ff345..8a06a608d 100644
--- a/domains/yose.json
+++ b/domains/yose.json
@@ -1,13 +1,13 @@
-{
- "description": "A one-page portfolio website",
- "repo": "https://github.com/yohn-maistre/yohn-maistre.github.io",
- "owner": {
- "username": "yohn-maistre",
- "email": "",
- "twitter": "jind0sh",
- "discord": "jind0sh#5330"
- },
- "record": {
- "CNAME": "yohn-maistre.github.io"
- }
-}
+{
+ "description": "A one-page portfolio website",
+ "repo": "https://github.com/yohn-maistre/yohn-maistre.github.io",
+ "owner": {
+ "username": "yohn-maistre",
+ "email": "",
+ "twitter": "jind0sh",
+ "discord": "jind0sh#5330"
+ },
+ "record": {
+ "CNAME": "yohn-maistre.github.io"
+ }
+}
diff --git a/domains/yourdad.json b/domains/yourdad.json
new file mode 100644
index 000000000..f5d16fdcf
--- /dev/null
+++ b/domains/yourdad.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "roktim32",
+ "email": "roktimsenapoty2@gmail.com"
+ },
+ "record": {
+ "CNAME": "roktim32.github.io"
+ }
+}
diff --git a/domains/yourtilak.json b/domains/yourtilak.json
index c10efa455..ebcdc84c6 100644
--- a/domains/yourtilak.json
+++ b/domains/yourtilak.json
@@ -6,6 +6,6 @@
"email": "rj05tilak@gmail.com"
},
"record": {
- "CNAME": "YourTilak.github.io"
+ "CNAME": "yourtilak.github.io"
}
}
diff --git a/domains/yt-dl.json b/domains/yt-dl.json
new file mode 100644
index 000000000..035c6c584
--- /dev/null
+++ b/domains/yt-dl.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "Noma4321",
+ "email": "noam.malka1yt@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "YoutubeDownloader.noma4321.repl.co"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/yuk1ch.json b/domains/yuk1ch.json
index 695b794cf..b7d906db9 100644
--- a/domains/yuk1ch.json
+++ b/domains/yuk1ch.json
@@ -3,7 +3,7 @@
"username": "ImRaid",
"email": "itsraidlol@gmail.com",
"discord": "! Yuk1ch#7484",
- "telegram": "@Yuk1ch"
+ "telegram": "Yuk1ch"
},
"record": {
"CNAME": "d1d16500-13c2-4fc8-a658-87d258da2316.id.repl.co"
diff --git a/domains/yurikawa.json b/domains/yurikawa.json
index 20d880463..2c11ee304 100644
--- a/domains/yurikawa.json
+++ b/domains/yurikawa.json
@@ -6,11 +6,6 @@
"email": "kaskus45@protonmail.com"
},
"record": {
- "A": [
- "164.132.74.251",
- "164.132.75.251",
- "164.132.76.251",
- "164.132.77.251"
- ]
+ "A": ["164.132.74.251", "164.132.75.251", "164.132.76.251", "164.132.77.251"]
}
}
diff --git a/domains/yuukari.json b/domains/yuukari.json
index 32e15c4d6..12f82471b 100644
--- a/domains/yuukari.json
+++ b/domains/yuukari.json
@@ -4,7 +4,7 @@
"owner": {
"username": "Yuukari",
"email": "yuukarichan@yandex.com",
- "telegram": "@iamyuukari"
+ "telegram": "iamyuukari"
},
"record": {
"CNAME": "yuukari.github.io"
diff --git a/domains/yuuto.json b/domains/yuuto.json
index bf8660a4f..f8426828c 100644
--- a/domains/yuuto.json
+++ b/domains/yuuto.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "user93485.github.io"
}
-}
+}
diff --git a/domains/zaid-kadri.json b/domains/zaid-kadri.json
index 3783cd1c9..579115611 100644
--- a/domains/zaid-kadri.json
+++ b/domains/zaid-kadri.json
@@ -1,11 +1,11 @@
{
- "description": "This is my website",
- "repo": "https://github.com/zaid-kadri/zaid-kadri.github.io",
- "owner": {
- "username": "zaid-kadri",
- "email": ""
- },
- "record": {
- "URL": "https://zaid-kadri.github.io"
- }
+ "description": "This is my website",
+ "repo": "https://github.com/zaid-kadri/zaid-kadri.github.io",
+ "owner": {
+ "username": "zaid-kadri",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://zaid-kadri.github.io"
+ }
}
diff --git a/domains/zarqi.aicha.json b/domains/zarqi.aicha.json
new file mode 100644
index 000000000..66bd72ebc
--- /dev/null
+++ b/domains/zarqi.aicha.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zarqizoubir",
+ "email": "zarqi.ezzoubair@etu.uae.ac.ma"
+ },
+ "record": {
+ "CNAME": "zarqizoubir.github.io"
+ }
+}
diff --git a/domains/zarqi.ezzoubair.json b/domains/zarqi.ezzoubair.json
new file mode 100644
index 000000000..66bd72ebc
--- /dev/null
+++ b/domains/zarqi.ezzoubair.json
@@ -0,0 +1,9 @@
+{
+ "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
new file mode 100644
index 000000000..66bd72ebc
--- /dev/null
+++ b/domains/zarqi.fatima.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zarqizoubir",
+ "email": "zarqi.ezzoubair@etu.uae.ac.ma"
+ },
+ "record": {
+ "CNAME": "zarqizoubir.github.io"
+ }
+}
diff --git a/domains/zarqi.json b/domains/zarqi.json
new file mode 100644
index 000000000..66bd72ebc
--- /dev/null
+++ b/domains/zarqi.json
@@ -0,0 +1,9 @@
+{
+ "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
new file mode 100644
index 000000000..66bd72ebc
--- /dev/null
+++ b/domains/zarqi.loubna.json
@@ -0,0 +1,9 @@
+{
+ "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
new file mode 100644
index 000000000..d6832a255
--- /dev/null
+++ b/domains/zaydocs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "KingVibes12",
+ "email": "codemonkeymann@gmail.com"
+ },
+ "record": {
+ "CNAME": "hosts.is-a.dev"
+ }
+}
diff --git a/domains/zerolandcode.json b/domains/zerolandcode.json
new file mode 100644
index 000000000..2c5e2fa58
--- /dev/null
+++ b/domains/zerolandcode.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zerolandcode",
+ "email": "rolteoln@gmail.com"
+ },
+ "record": {
+ "CNAME": "zerolandcode.github.io"
+ }
+}
diff --git a/domains/zhaiguangpeng.json b/domains/zhaiguangpeng.json
new file mode 100644
index 000000000..dfc79bef5
--- /dev/null
+++ b/domains/zhaiguangpeng.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "coopercoder",
+ "email": "whitetiger0127@163.com"
+ },
+ "record": {
+ "CNAME": "zhaiguangpeng.love"
+ }
+}
diff --git a/domains/zhu.json b/domains/zhu.json
index f6e82b368..850d638e4 100644
--- a/domains/zhu.json
+++ b/domains/zhu.json
@@ -9,4 +9,4 @@
"record": {
"CNAME": "azhu021.github.io"
}
-}
+}
diff --git a/domains/zxpau.json b/domains/zxpau.json
new file mode 100644
index 000000000..defa72f30
--- /dev/null
+++ b/domains/zxpau.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zxPau",
+ "email": "pauu123123123@gmail.com"
+ },
+ "record": {
+ "CNAME": "zxpau.github.io"
+ }
+}
diff --git a/scripts/certbot-auth.sh b/scripts/certbot-auth.sh
new file mode 100755
index 000000000..fd0245777
--- /dev/null
+++ b/scripts/certbot-auth.sh
@@ -0,0 +1,15 @@
+#!/usr/bin/env bash
+
+echo "$PWD";
+
+echo "AUTH ::[$CERTBOT_VALIDATION]::[$CERTBOT_TOKEN]::[$CERTBOT_REMAINING_CHALLENGES]";
+echo "[$CERTBOT_DOMAIN]";
+
+sleep 1;
+
+./scripts/certbot.sh acme_txt "$CERTBOT_VALIDATION";
+
+sleep $((5*60));
+
+./scripts/certbot.sh check;
+
diff --git a/scripts/certbot.sh b/scripts/certbot.sh
index 3468e7395..451df74b6 100755
--- a/scripts/certbot.sh
+++ b/scripts/certbot.sh
@@ -13,13 +13,17 @@ generate_certificate() {
--logs-dir $outdir/logs \
certonly \
--manual \
+ --preferred-challenges=dns \
+ --manual-auth-hook=./scripts/certbot-auth.sh \
-m 'phenax5@gmail.com' \
-d '*.is-a.dev,is-a.dev' \
+ --agree-tos \
+ --dry-run \
$(if_dry_run "--dry-run" "");
echo "+-----------------------------------------------+";
- echo "| Certificates output to: |";
- echo "| $outdir |";
+ echo "| Certificate output: |";
+ echo "|= $outdir";
echo "+-----------------------------------------------+";
}
@@ -61,45 +65,15 @@ update_acme_txt_record() {
update_record add TXT '_acme-challenge' "$1";
}
-update_www_record() {
- update_record remove CNAME 'www' "is-a-dev.github.io";
- sleep 1;
- update_record add A 'www' "68.65.123.44";
-}
-
-upload_acme_file() {
- local key="$1";
- local value="$2";
- echo "
- const { cpanel } = require('./utils/lib/cpanel');
- const { ENV, DOMAIN_DOMAIN, DOMAIN_USER } = require('./utils/constants');
-
- const file = {
- dir: '/home/' + DOMAIN_USER + '/public_html/.well-known/acme-challenge',
- file: '$key',
- content: '$value',
- };
-
- console.log('Uploading acme validation file to', DOMAIN_DOMAIN, '(', ENV, ')...');
- cpanel.file.write(file).then(console.log).catch(console.error);
- " | node -;
-}
-
reset_acme() {
- update_record remove A 'www' "68.65.123.44";
sleep 1;
- update_record add CNAME 'www' "is-a-dev.github.io";
update_record remove TXT '_acme-challenge' '';
}
case "$1" in
- check)
- echo "TXT record:: $(dig +noall +answer _acme-challenge.is-a.dev TXT | awk '{print $5}')";
- ;;
- config_www) update_www_record ;;
- acme_txt) update_acme_txt_record "$2" ;;
- acme_file) upload_acme_file "$2" "$3" ;;
+ check) echo "TXT record:: $(dig +noall +answer _acme-challenge.is-a.dev TXT | awk '{print $5}')" ;;
cert) generate_certificate ;;
+ acme_txt) update_acme_txt_record "$2" ;;
reset) reset_acme ;;
*) echo "Invalid command"; exit 1; ;;
esac
@@ -108,8 +82,6 @@ esac
### STEPS ###
# Run ./scripts/certbot.sh cert
# Run ./scripts/certbot.sh acme_txt ""
-# Run ./scripts/certbot.sh acme_file "" ""
-# Run ./scripts/certbot.sh config_www
# cp -r /tmp/is-a-dev-whatever /opt/app/code/is-a-dev-cert
# Upload cert.pem and privkey.pem (from config/live/is-a.dev/) contents to SSL > Manage SSL Sites
# Run ./scripts/certbot.sh reset