diff --git a/.env.example b/.env.example deleted file mode 100644 index 8022d3f4e..000000000 --- a/.env.example +++ /dev/null @@ -1,6 +0,0 @@ -DOMAIN_USER=username -DOMAIN_API_KEY=apikey -DOMAIN_API_HOST=api-example.com -DOMAIN_API_PORT=2087 -DOMAIN_DOMAIN=example.com -DOMAIN_HOST_IP=69.69.69.69 diff --git a/.envrc b/.envrc deleted file mode 100644 index 4a4726a5c..000000000 --- a/.envrc +++ /dev/null @@ -1 +0,0 @@ -use_nix diff --git a/.eslintrc.json b/.eslintrc.json deleted file mode 100644 index b35636417..000000000 --- a/.eslintrc.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "extends": [ - "eslint:recommended", - "plugin:node/recommended", - "plugin:json/recommended" - ], - "parserOptions": { - "ecmaVersion": 2020 - }, - "rules": { - "indent": ["error", 2], - "max-len": ["error", { - "code": 100, - "ignoreStrings": true, - "ignoreTemplateLiterals": true, - "ignoreTrailingComments": true - }], - "node/exports-style": ["error", "module.exports"], - "node/file-extension-in-import": ["error", "always"], - "node/prefer-global/buffer": ["error", "always"], - "node/prefer-global/console": ["error", "always"], - "node/prefer-global/process": ["error", "always"], - "node/prefer-global/url-search-params": ["error", "always"], - "node/prefer-global/url": ["error", "always"], - "node/prefer-promises/dns": "error", - "node/prefer-promises/fs": "error", - "no-process-exit": [0], - "node/no-unsupported-features/node-builtins": [0], - "node/no-unsupported-features/es-syntax": [0] - } -} diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3747adddc..6b9d689e6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,4 @@ -* @phenax @wdhdev - -/.github/ @wdhdev -/domains/ @is-a-dev/maintainers @is-a-dev/trial-maintainers +* @wdhdev +/domains/ @is-a-dev/maintainers *.md @is-a-dev/maintainers diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index e1877d426..000000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,3 +0,0 @@ -custom: ["https://www.paypal.me/phenax"] -liberapay: phenax -buy_me_a_coffee: phenax diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 37adf2e0a..d46f275d0 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,9 +1,8 @@ --- name: bug about: Use this template to report any bugs you've encountered related to the project -title: 'What bug did you encounter?' +title: "What bug did you encounter?" labels: bug - --- ### Your subdomain diff --git a/.github/ISSUE_TEMPLATE/questions.md b/.github/ISSUE_TEMPLATE/questions.md index 1e1a07a33..54ce34840 100644 --- a/.github/ISSUE_TEMPLATE/questions.md +++ b/.github/ISSUE_TEMPLATE/questions.md @@ -1,9 +1,8 @@ --- name: question about: Use this template to ask any questions about the service -title: 'Whats your question' +title: "Whats your question" labels: question - --- ### Your question diff --git a/.github/ISSUE_TEMPLATE/report-abuse.md b/.github/ISSUE_TEMPLATE/report-abuse.md index c25ca4e37..3e1a09807 100644 --- a/.github/ISSUE_TEMPLATE/report-abuse.md +++ b/.github/ISSUE_TEMPLATE/report-abuse.md @@ -1,9 +1,8 @@ --- name: report-abuse about: Use this template to report abusive domains -title: 'Report abuse' +title: "Report abuse" labels: report-abuse - --- ### Domain diff --git a/.github/ISSUE_TEMPLATE/suggestions.md b/.github/ISSUE_TEMPLATE/suggestions.md index d30835232..e59941e31 100644 --- a/.github/ISSUE_TEMPLATE/suggestions.md +++ b/.github/ISSUE_TEMPLATE/suggestions.md @@ -1,9 +1,8 @@ --- name: suggestion about: Use this template for feedbacks and suggestions -title: 'Feedback/suggestion' +title: "Feedback/suggestion" labels: suggestion - --- ### What do you want added? diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md index dbe3c3030..e75c23499 100644 --- a/.github/ISSUE_TEMPLATE/support.md +++ b/.github/ISSUE_TEMPLATE/support.md @@ -1,9 +1,8 @@ --- name: support about: Use this template if you need any support with your domain -title: 'Support' +title: "Support" labels: support - --- ### Your subdomain diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e7eb65913..7d76cec72 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,16 +1,21 @@ - + -## Requirements -Unless explicitly specified otherwise by a **maintainer** or in the requirement description, your domain must pass **ALL** the indicated requirements above. +# Requirements + -Please note that we reserve the rights not to accept any domain at our own discretion. + -- [ ] The file is in the `domains` folder and is in the JSON format. -- [ ] The file's name is all lowercased and alphanumeric. -- [ ] You have completed your website. -- [ ] The website is reachable. -- [ ] The CNAME record doesn't contain `https://` or `/`. -- [ ] There is sufficient information at the `owner` field. +- [ ] I have **read** and **understood** the [Terms of Service](https://is-a.dev/terms). +- [ ] I understand my domain will be removed if I violate the [Terms of Service](https://is-a.dev/terms). +- [ ] My file is in the `domains` directory and has the `.json` file extension. +- [ ] My file's name is lowercased and alphanumeric. +- [ ] My website is **reachable** and **completed**. +- [ ] I have provided sufficient contact information in the `owner` key. -## Website Link/Preview - +# Website Preview + diff --git a/.github/labeler.yml b/.github/labeler.yml index 7dc30bf5a..829d5e003 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,6 +1,6 @@ domain: - - domains/*.json + - domains/*.json documentation: - - ./*.md - - ./**/*.md + - ./*.md + - ./**/*.md diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml deleted file mode 100644 index be5f73e48..000000000 --- a/.github/workflows/checks.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Checks - -on: [pull_request, workflow_dispatch] - -jobs: - validation: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - ref: ${{ github.event.pull_request.head.sha }} - fetch-depth: 0 - - uses: oven-sh/setup-bun@v1 - with: - bun-version: latest - - run: bun install - - name: Run tests - run: bun test diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 000000000..38cf61d44 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,30 @@ +name: CI + +on: + pull_request: + + push: + branches: [main] + paths: + - "domains/*" + - "tests/*" + - "util/*" + - ".github/workflows/validation.yml" + - "dnsconfig.js" + + workflow_dispatch: + +concurrency: + group: ${{ github.ref }}-validation + cancel-in-progress: true + +jobs: + tests: + name: Tests + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - run: npm install + + - run: npx ava tests/*.test.js diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 24ffbfc00..e0891daae 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -1,13 +1,13 @@ name: Pull Request Labeler on: - schedule: - - cron: '*/10 * * * *' + schedule: + - cron: "*/10 * * * *" jobs: - labeler: - runs-on: ubuntu-latest - steps: - - uses: docker://docker.io/ilyam8/periodic-pr-labeler:v0.1.1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GITHUB_REPOSITORY: ${{ github.repository }} - LABEL_MAPPINGS_FILE: .github/labeler.yml + labeler: + runs-on: ubuntu-latest + steps: + - uses: docker://docker.io/ilyam8/periodic-pr-labeler:v0.1.1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_REPOSITORY: ${{ github.repository }} + LABEL_MAPPINGS_FILE: .github/labeler.yml diff --git a/.github/workflows/publish-records.yml b/.github/workflows/publish-records.yml deleted file mode 100644 index 40e58b3ea..000000000 --- a/.github/workflows/publish-records.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: Publish records - -on: - push: - branches: [main] - workflow_dispatch: - -jobs: - publish: - if: github.repository == 'is-a-dev/register' - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: oven-sh/setup-bun@v1 - with: - bun-version: latest - - run: bun install - - run: bun test - - name: Publishing records - env: - CI: 1 - NODE_ENV: production - ENV: production - DOMAIN_USER: ${{ secrets.DOMAIN_USER }} - DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }} - 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: bun run publish-records diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml new file mode 100644 index 000000000..ac9c92abd --- /dev/null +++ b/.github/workflows/publish.yml @@ -0,0 +1,37 @@ +name: Publish + +on: + push: + branches: [main] + paths: + - "domains/*" + - ".github/workflows/publish.yml" + - "dnsconfig.js" + + workflow_dispatch: + +concurrency: + group: ${{ github.ref }}-publish + cancel-in-progress: false + +jobs: + dns: + name: DNS + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - name: Run tests + run: | + npm install + npx ava tests/*.test.js + + - name: Generate creds.json + run: echo '{"cloudflare":{"TYPE":"CLOUDFLAREAPI","apitoken":"$CLOUDFLARE_API_TOKEN"}}' > ./creds.json + + - name: Push DNS records + uses: is-a-dev/dnscontrol-action@main + env: + CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }} + with: + args: push diff --git a/.github/workflows/raw-api.yml b/.github/workflows/raw-api.yml index 35680dc72..4ba2bd85d 100644 --- a/.github/workflows/raw-api.yml +++ b/.github/workflows/raw-api.yml @@ -40,7 +40,7 @@ jobs: source-directory: "raw-api" destination-github-username: is-a-dev destination-repository-name: raw-api - user-email: actions@github.com + user-email: "actions@github.com" user-name: "GitHub Actions" env: API_TOKEN_GITHUB: ${{ secrets.BOT }} diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 9eefecd7b..ad78c7b61 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,21 +1,20 @@ name: StaleBOT on: - workflow_dispatch: - name: 'Force cleanup' - schedule: - - cron: "30 14 * * *" + workflow_dispatch: + schedule: + - cron: "30 14 * * *" jobs: - stale: - runs-on: ubuntu-latest - steps: - - uses: actions/stale@v3 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - days-before-stale: 7 - days-before-close: 3 - stale-issue-message: 'This issue has been marked as stale due to inactivity and will be closed. Comment anything on this issue to prevent it' - stale-pr-message: 'This pull request has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it' - exempt-issue-labels: 'no-stale' - exempt-pr-labels: 'no-stale' + stale: + runs-on: ubuntu-latest + steps: + - uses: actions/stale@v3 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + days-before-stale: 7 + days-before-close: 3 + stale-issue-message: "This issue has been marked as stale due to inactivity and will be closed. Comment anything on this issue to prevent it" + stale-pr-message: "This pull request has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it" + exempt-issue-labels: "no-stale" + exempt-pr-labels: "no-stale" diff --git a/.gitignore b/.gitignore index 209d4adc4..8e8fae3d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,133 @@ -node_modules/ -*.env.production +# Logs +logs *.log -is-a-dev-cert/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* +.pnpm-debug.log* + +# Diagnostic reports (https://nodejs.org/api/report.html) +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage +*.lcov + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ +jspm_packages/ + +# Snowpack dependency directory (https://snowpack.dev/) +web_modules/ + +# TypeScript cache +*.tsbuildinfo + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional stylelint cache +.stylelintcache + +# Microbundle cache +.rpt2_cache/ +.rts2_cache_cjs/ +.rts2_cache_es/ +.rts2_cache_umd/ + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variable files +.env +.env.development.local +.env.test.local +.env.production.local +.env.local + +# parcel-bundler cache (https://parceljs.org/) +.cache +.parcel-cache + +# Next.js build output +.next +out + +# Nuxt.js build / generate output +.nuxt +dist + +# Gatsby files +.cache/ +# Comment in the public line in if your project uses Gatsby and not Next.js +# https://nextjs.org/blog/next-9-1#public-directory-support +# public + +# vuepress build output +.vuepress/dist + +# vuepress v2.x temp and cache directory +.temp +.cache + +# Docusaurus cache and generated files +.docusaurus + +# Serverless directories +.serverless/ + +# FuseBox cache +.fusebox/ + +# DynamoDB Local files +.dynamodb/ + +# TernJS port file +.tern-port + +# Stores VSCode versions used for testing VSCode extensions +.vscode-test + +# yarn v2 +.yarn/cache +.yarn/unplugged +.yarn/build-state.yml +.yarn/install-state.gz +.pnp.* + +# Custom +.DS_Store diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 8baab2bf1..eed9af879 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -4,8 +4,9 @@ This is a Code of Conduct for any interactions in this repository. This includes - **Use common sense** - It's not that complicated. Just be nice to people. - **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. +- **Follow our TOS** - You must follow our [Terms of Service](https://github.com/is-a-dev/register/blob/main/TERMS_OF_SERVICE.md). ## 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. +Abuse reports will be investigated and the necessary action will be taken. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4fa514e5b..7fc864a51 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,17 +1,8 @@ # 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](https://github.com/is-a-dev/register/blob/main/CODE_OF_CONDUCT.md). ## Pull requests -- Adding, changing or removing a domain file you own. -- Fixing a bug in the scripts or CI. -- Fix an error in the documentation. - -#### Domains -- 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. +- If the PR template is updated, any pre-existing PRs must follow the updated template, in order to be merged. +- We reserve the right to deny any pull request for any reason. ## Issues - **Report an abusive domain** - Create a new issue with the label `report-abuse`. diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 990a6e0b2..000000000 --- a/Dockerfile +++ /dev/null @@ -1,22 +0,0 @@ -FROM ubuntu:20.04 - -ENV TERM xterm -RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime - -RUN apt-get -y update -RUN apt-get install -y nodejs npm curl wget dnsutils certbot --fix-missing -RUN apt-get install -y unzip - -RUN bash -c "curl -fsSL https://bun.sh/install | bash -s 'bun-v1.0.15'" - -RUN ~/.bun/bin/bun -v - -WORKDIR /opt/app - -COPY bun.lockb . -COPY package.json . - -RUN ~/.bun/bin/bun install - -CMD ["sh", "-c", "cp -r node_modules code; cd code; tail -f /dev/null"] - diff --git a/MAINTAINERS.md b/MAINTAINERS.md deleted file mode 100644 index 071673ba9..000000000 --- a/MAINTAINERS.md +++ /dev/null @@ -1,12 +0,0 @@ -# is-a.dev Team -| Name | GitHub | Role | -|:-:|-|-| -| Akshay | [@phenax](https://github.com/phenax) | Owner | -| William | [@wdhdev](https://github.com/wdhdev) | Administrator | -| CuteDog5695 | [@CuteDog5695](https://github.com/CuteDog5695) | Maintainer | -| Daniel | [@hackermondev](https://github.com/hackermondev) | Maintainer | -| DIBSTER | [@DEV-DIBSTER](https://github.com/DEV-DIBSTER) | Maintainer | -| MaskDuck | [@MaskDuck](https://github.com/MaskDuck) | Maintainer | -| Om | [@omsenjalia](https://github.com/omsenjalia) | Maintainer | -| orangc | [@orxngc](https://github.com/orxngc) | Maintainer | -| Stef | [@Stef-00012](https://github.com/Stef-00012) | Maintainer | diff --git a/README.md b/README.md index a1ca0512c..6c53a4027 100644 --- a/README.md +++ b/README.md @@ -6,55 +6,55 @@ Domains Open Pull Requests Open Issues +
+ Publish

is-a.dev

-

is-a-dev is a service that allows developers to get a sweet-looking ".is-a.dev" domain for their personal websites.

+

is-a.dev is a service that allows developers to get a sweet-looking .is-a.dev domain for their personal websites.

-

- Discord Server -

+## Announcements & Status Updates +Please join our [Discord server](https://discord.gg/is-a-dev-830872854677422150) for announcements, updates & upgrades, and downtimes regarding the service. +Not all of these will be posted on GitHub, however they will always be posted in our Discord server. -## Phishing emails alert -**We have been notified of scammers using emails in this repository to send phishing emails. Do NOT click any links in suspicious emails.** +Discord Server -If you would like to remove your email, remove it from your JSON file and provide a separate contact method (preferably Discord). - -Leave the email field there, but just blank. Then add a separate contact method to your file. - -Please see more information in issue https://github.com/is-a-dev/register/issues/14802. - -## Issues -If you have any problems, feel free to [open a issue](https://github.com/is-a-dev/register/issues/new/choose). - -If you have an issue that contains confidental infomation, send an email to security@m.is-a.dev. - -## Register -### Manual Registration +# Register +## How to Register > If you want a more visual guide, check out [this blog post](https://wdh.gg/tX3ghge). -- [Fork](https://github.com/is-a-dev/register/fork) and star this repository +- [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://www.is-a.dev/docs) +- [Read the documentation](https://docs.is-a.dev) + - If you are applying for NS records please read [this](#ns-records). - Your pull request will be reviewed and merged. *Make sure to keep an eye on it incase we need you to make any changes!* - After the pull request is merged, please allow up to 24 hours for the changes to propagate -- Enjoy your new `.is-a.dev` domain! +- Enjoy your new `.is-a.dev` domain! Please consider leaving us a star ⭐️ to help support us! -### Automated Registration -> [!WARNING] -> **When using automated registration, please ensure your records are valid. Please do NOT "test" out the system and create invalid PRs, it wastes maintainers' time.** +### NS Records +When applying for NS records, please be aware we already support a [wide range of DNS records](https://docs.is-a.dev/faq/#which-records-are-supported), so you may not need them. -Join our [Discord server](https://discord.gg/is-a-dev), head to the commands channel and run `/register`. The bot will ask you a few questions then will generate your PR and domain automatically. The bot also allows for domain deletion and editing. +In your PR, please explain why you need NS records, including examples, to help mitigate potential abuse. Refer to the [FAQ](https://docs.is-a.dev/faq/#who-can-use-ns-records) for guidelines on allowed usage. Good examples of NS record requests are [#17592](https://github.com/is-a-dev/register/pull/17592) and [#18026](https://github.com/is-a-dev/register/pull/18026). -## Status -You can check the uptime of our services on our [status dashboard](https://is-a-dev.hrsn.net). +***Pull requests adding NS records without sufficient reasoning will be closed.*** -### Donate -If you like this project, please consider donating so we can keep this project running forever! +> Also see: [Why are you so strict with NS records?](https://docs.is-a.dev/faq/#why-are-you-so-strict-with-ns-records) -Buy Me a Coffee -Liberapay +> [!NOTE] +> You can bypass these requirements[^1] by donating just $2 [here](https://wdh.gg/pvNCdvs), or via [GitHub Sponsors](https://wdh.gg/sponsor). As a thank-you, you'll also receive a special role in our [Discord server](https://discord.gg/is-a-dev-830872854677422150)! +> +> If you donate, email william@is-a.dev or DM `@williamharrison` on Discord with your receipt and PR link. -### Similar Services -If you want to find services similar to is-a.dev, take a look at [Free For Life](https://github.com/wdhdev/free-for-life#domains). +[^1]: Requests deemed to be made with malicious intent may be denied, with a refund provided. + +## Report Abuse +If you find any subdomains being used for abusive purposes, please report them by [creating an issue](https://github.com/is-a-dev/register/issues/new?assignees=&labels=report-abuse&projects=&template=report-abuse.md&title=Report+abuse) with the relevant evidence. + +--- + +We are proud to announce that we are supported by Cloudflare's [Project Alexandria](https://www.cloudflare.com/lp/project-alexandria) sponsorship program. We would not be able to operate without their help! 💖 + + + Cloudflare Logo + diff --git a/SECURITY.md b/SECURITY.md index e6b236db7..5879949ab 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,6 +1,4 @@ # Security Policy ## Reporting a vulnerability -You can report low severity bugs as [issues](https://github.com/is-a-dev/register/issues/new/choose) on this repository. - -However, for **higher severity vulnerabilities and bugs**, please email security@m.is-a.dev. +Please report all vulnerabilities to security@is-a.dev. diff --git a/TERMS_OF_SERVICE.md b/TERMS_OF_SERVICE.md new file mode 100644 index 000000000..f8f1482ae --- /dev/null +++ b/TERMS_OF_SERVICE.md @@ -0,0 +1,79 @@ +# Terms of Service +Welcome to **is-a.dev**, a free subdomain service provided to developers and individuals. By using our service, you agree to the following Terms of Service ("Terms"). Please read them carefully. + +## 1. Acceptance of Terms +By accessing or using the is-a.dev subdomain service, you acknowledge that you have read, understood, and agree to be bound by these Terms. If you do not agree, you may not use the service. + +## 2. Eligibility +To use the is-a.dev service, you must: + +1. Be at least 13 years old. +2. Use the service for lawful purposes only. +3. Provide accurate and truthful information during the registration process. + +## 3. Service Description +The is-a.dev service allows users to register a subdomain under the "is-a.dev" domain. This service is offered "as-is" without guarantees of uptime, support, or permanence. Subdomains are intended solely for developers and non-commercial projects. Commercial use is strictly prohibited. + +We reserve the right to deny any subdomain registration request for any reason. + +## 4. Prohibited Activities +You agree not to use the is-a.dev service for: + +- Hosting illegal content, including but not limited to pirated software, malware, or copyrighted materials without authorization. +- Conducting phishing, spam, or other malicious activities. +- Promoting hate speech, violence, or discrimination. +- Impersonating individuals, organizations, or entities without consent. +- Engaging in activities that violate local, national, or international laws. +- Any commercial purposes, including advertising, selling products, or hosting e-commerce platforms. +- Online stores/shopping websites. +- Gambling websites. +- Game cheat sites. +- CDNs distributing potentially malicious content (e.g., APKs, executables). +- 'Unblocked' gaming websites. +- Alternate URLs for commonly blocked websites (e.g., gambling/casino websites). +- Websites containing 18+ content. +- Mass emailing (e.g., newsletters, mailing lists). +- File-sharing or torrenting websites distributing copyrighted material. +- Cryptocurrency mining sites or tools. +- Hacking or cybersecurity exploit websites. +- Phishing or fraudulent websites. +- Websites hosting illegal or pirated software. +- Proxy or VPN services bypassing network restrictions. +- Online services for identity theft or forgery. +- Platforms promoting self-harm or violence. +- Illegal drug marketplaces. +- Proxy sites (e.g., embedding other websites). + +Additionally, users must comply with [GitHub’s Terms of Service](https://docs.github.com/en/site-policy/github-terms/github-terms-of-service) where applicable. + +Violation of these terms may result in the immediate termination of your subdomain. + +## 5. Ownership and Intellectual Property +1. **Subdomain Ownership**: While you are granted the right to use a subdomain, ownership of the "is-a.dev" domain remains with the service provider. +2. **Content Ownership**: You retain ownership of any content you host on your subdomain. However, you grant us a license to use your subdomain registration data (e.g., DNS records) to operate the service. + +## 6. Termination of Service +We reserve the right to suspend, terminate, or revoke your subdomain at any time, for any reason, including but not limited to violations of these Terms, operational considerations, or at our sole discretion. + +## 7. Privacy +For privacy-related inquiries, please contact us at privacy@is-a.dev. We are not responsible for any data or privacy breaches resulting from the use of our service. + +## 8. Disclaimer of Warranties +The is-a.dev service is provided "as-is" and "as available." We make no warranties, expressed or implied, regarding the service’s functionality, reliability, or suitability for any particular purpose. + +## 9. Limitation of Liability +To the fullest extent permitted by law, is-a.dev and its operators shall not be liable for any direct, indirect, incidental, special, or consequential damages arising from your use or inability to use the service. + +## 10. Indemnification +You agree to indemnify and hold harmless is-a.dev, its operators, and affiliates from any claims, losses, liabilities, or expenses arising from your use of the service or violation of these Terms. + +## 11. Modification of Terms +We reserve the right to update or modify these Terms at any time. Changes will be effective immediately upon posting. Your continued use of the service constitutes acceptance of the updated Terms. + +## 12. Governing Law +These Terms are governed by and construed in accordance with the laws of Australia. Any disputes shall be resolved exclusively in the courts of Australia. + +## 13. Contact Information +For questions or concerns about these Terms, please contact us at support@is-a.dev. + +By using the is-a.dev service, you agree to these Terms of Service. diff --git a/bun.lockb b/bun.lockb deleted file mode 100755 index 502212010..000000000 Binary files a/bun.lockb and /dev/null differ diff --git a/default.nix b/default.nix deleted file mode 100644 index bc0f66aa3..000000000 --- a/default.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ nixpkgs ? import {} }: -let - inherit (nixpkgs) pkgs; - - nixPackages = with pkgs; [ - yarn - docker-compose - dnsutils - bun - ]; -in -pkgs.stdenv.mkDerivation { - name = "env"; - buildInputs = nixPackages; -} diff --git a/dnsconfig.js b/dnsconfig.js new file mode 100644 index 000000000..3cd55b011 --- /dev/null +++ b/dnsconfig.js @@ -0,0 +1,126 @@ +var domainName = "is-a.dev"; +var registrar = NewRegistrar("none"); +var dnsProvider = DnsProvider(NewDnsProvider("cloudflare"), 0); + +function getDomainsList(filesPath) { + var result = []; + var files = glob.apply(null, [filesPath, true, ".json"]); + + for (var i = 0; i < files.length; i++) { + var name = files[i] + .split("/") + .pop() + .replace(/\.json$/, ""); + + result.push({ name: name, data: require(files[i]) }); + } + + return result; +} + +var domains = getDomainsList("./domains"); +var records = []; + +for (var subdomain in domains) { + var subdomainName = domains[subdomain].name; + var domainData = domains[subdomain].data; + var proxyState = domainData.proxied ? CF_PROXY_ON : CF_PROXY_OFF; + + // Handle A records + if (domainData.record.A) { + for (var a in domainData.record.A) { + records.push(A(subdomainName, IP(domainData.record.A[a]), proxyState)); + } + } + + // Handle AAAA records + if (domainData.record.AAAA) { + for (var aaaa in domainData.record.AAAA) { + records.push(AAAA(subdomainName, domainData.record.AAAA[aaaa], proxyState)); + } + } + + // Handle CAA records + if (domainData.record.CAA) { + for (var caa in domainData.record.CAA) { + var caaRecord = domainData.record.CAA[caa]; + records.push(CAA(subdomainName, caaRecord.tag, caaRecord.value)); + } + } + + // Handle CNAME records + if (domainData.record.CNAME) { + // Use ALIAS instead of CNAME to support CNAME flattening on the root domain + records.push(ALIAS(subdomainName, domainData.record.CNAME + ".", proxyState)); + } + + // Handle DS records + if (domainData.record.DS) { + for (var ds in domainData.record.DS) { + var dsRecord = domainData.record.DS[ds]; + records.push( + DS(subdomainName, dsRecord.key_tag, dsRecord.algorithm, dsRecord.digest_type, dsRecord.digest) + ); + } + } + + // Handle MX records + if (domainData.record.MX) { + for (var mx in domainData.record.MX) { + records.push(MX(subdomainName, 10 + parseInt(mx), domainData.record.MX[mx] + ".")); + } + } + + // Handle NS records + if (domainData.record.NS) { + for (var ns in domainData.record.NS) { + records.push(NS(subdomainName, domainData.record.NS[ns] + ".")); + } + } + + // Handle SRV records + if (domainData.record.SRV) { + for (var srv in domainData.record.SRV) { + var srvRecord = domainData.record.SRV[srv]; + records.push( + SRV(subdomainName, srvRecord.priority, srvRecord.weight, srvRecord.port, srvRecord.target + ".") + ); + } + } + + // Handle TXT records + if (domainData.record.TXT) { + if (Array.isArray(domainData.record.TXT)) { + for (var txt in domainData.record.TXT) { + records.push(TXT(subdomainName, domainData.record.TXT[txt].length <= 255 ? "\"" + domainData.record.TXT[txt] + "\"" : domainData.record.TXT[txt])); + } + } else { + records.push(TXT(subdomainName, domainData.record.TXT.length <= 255 ? "\"" + domainData.record.TXT + "\"" : domainData.record.TXT)); + } + } + + // Handle URL records + if (domainData.record.URL) { + records.push(A(subdomainName, IP("192.0.2.1"), CF_PROXY_ON)); + } +} + +var options = { + no_ns: "true" +}; + +var ignored = [ + IGNORE("@", "MX,TXT"), + IGNORE("_acme-challenge", "TXT"), + IGNORE("_autodiscover._tcp", "SRV"), + IGNORE("_dmarc", "TXT"), + IGNORE("autoconfig", "CNAME"), + IGNORE("autodiscover", "CNAME"), + IGNORE("dkim._domainkey", "TXT"), + IGNORE("ns[1-4]", "A,AAAA"), +]; + +// Push TXT record of when the zone was last updated +records.push(TXT("_zone-updated", "\"" + Date.now().toString() + "\"")); + +D(domainName, registrar, dnsProvider, options, ignored, records); diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 5b161f929..000000000 --- a/docker-compose.yml +++ /dev/null @@ -1,8 +0,0 @@ -version: '3' -services: - dev: - build: - context: . - dockerfile: ./Dockerfile - volumes: - - ./:/opt/app/code diff --git a/domains/0.json b/domains/0.json new file mode 100644 index 000000000..e4788bcf6 --- /dev/null +++ b/domains/0.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "S4IL21", + "email": "s4il.is.a.dev@gmail.com" + }, + "record": { + "CNAME": "s4il21.github.io" + } +} diff --git a/domains/00001.json b/domains/00001.json index 9aef9da6d..4fb2c2b47 100644 --- a/domains/00001.json +++ b/domains/00001.json @@ -6,6 +6,6 @@ "email": "satyamverma46@outlook.com" }, "record": { - "CNAME": "SatyamV7.github.io" + "CNAME": "satyamv7.github.io" } } diff --git a/domains/026.json b/domains/026.json new file mode 100644 index 000000000..87fb5e171 --- /dev/null +++ b/domains/026.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "conaitus", + "discord": "772867638920609823", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.KYStWS9u7kn8H-BJLNUxA0PsFkP5qxGPZm-HYknRfHbFc6c3X2z3Fyz2NQcDz1Du3xpCP58mQsd4lEB9ZBYuzYy8f0xpwr_NeZ1H8l8qIrcekOv3znNXBzfEb5f_jY9lzqUCqD-1f3_X-9J-Q403qxVvx3Tg-7rtUNNtuy4nGPWQK92f1MQva2K2mtFjcvwQyKJLhf1hYakfULm_1UnknYTnfcBmsUZL42CzCeZia9ofvahOGjl4tapLWMbcb3gKtY2cIm37aF3bAXvIIpd50BOv8k4J0NAiKB_1pTcPJlIjvPasoD7-sZBTZ9b5gjjIpajuJaJrh2L5ZN5L4c3X8A.T8PosqQdCtq5qKzL_90vWQ.UCrMJwoBu-vRd5Wj4oS-B63aoapDpka6A0x31G1GpIbzUO-7kHBO1uK7c9rDPpAnuHkOSEp0evh9PJ2-7E1xI-UDIjVkLlE6KUL0eBD8oO0.U0OIRYK4tTs9GV6b1FiarQ" + }, + "record": { + "A": ["77.175.38.88"] + } +} diff --git a/domains/0l1v3r.json b/domains/0l1v3r.json index 653612f95..79315f6d5 100644 --- a/domains/0l1v3r.json +++ b/domains/0l1v3r.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "chuckchicken100", - "email": "", - "discord": "815256243786350594", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.T8bRgPEutjHjEjKjSZNHRhoeLZVxW_dxgWIwpTe7r5vVqdbx-MtV23kRR7ZKYKO5fyRcvR0i-rxyVTqWyk141vjXvjvx0-op0G2EzSBfPUif_y9VrSXOe03MuIk0fE8J8QVxN5nYNFR4-mhamlVOml5EzQh2NJYtL0y6jyV2NNZn6xn0L2E_6wpNiszZoxCt7lmBmbN9r5pEA8n3CPca8XY9nDqSNwQIufuVkGoifmbluGWKMCJl1NJYBtBqtF70_5fDOTGAGi2aWqJ3ZRmJENvdnafjSOxK4HNYu1rqa7HeCSIW0EBsTfvcHZAyqVqMAXkaK-2wKJbWgsZmV7iaEQ.-i_4qpIVnvNZiYt-GHAjew.RPKfuVCpY1wTAP-uBHPZs-kduKC-cCB_rovn1uOJyIEgEZeOU3BQiHgzDdTNiitXiPKhLaWfg7A9VGYqEfJQt9aIoSoDGdWv_e46o4aKMhQ.TIzGWSSO6JchPkdCTKqn9g" - }, - - "record": { - "A": ["103.97.126.29"] - } - } - \ No newline at end of file + "owner": { + "username": "chuckchicken100", + "discord": "815256243786350594", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.T8bRgPEutjHjEjKjSZNHRhoeLZVxW_dxgWIwpTe7r5vVqdbx-MtV23kRR7ZKYKO5fyRcvR0i-rxyVTqWyk141vjXvjvx0-op0G2EzSBfPUif_y9VrSXOe03MuIk0fE8J8QVxN5nYNFR4-mhamlVOml5EzQh2NJYtL0y6jyV2NNZn6xn0L2E_6wpNiszZoxCt7lmBmbN9r5pEA8n3CPca8XY9nDqSNwQIufuVkGoifmbluGWKMCJl1NJYBtBqtF70_5fDOTGAGi2aWqJ3ZRmJENvdnafjSOxK4HNYu1rqa7HeCSIW0EBsTfvcHZAyqVqMAXkaK-2wKJbWgsZmV7iaEQ.-i_4qpIVnvNZiYt-GHAjew.RPKfuVCpY1wTAP-uBHPZs-kduKC-cCB_rovn1uOJyIEgEZeOU3BQiHgzDdTNiitXiPKhLaWfg7A9VGYqEfJQt9aIoSoDGdWv_e46o4aKMhQ.TIzGWSSO6JchPkdCTKqn9g" + }, + "record": { + "A": ["103.97.126.29"] + } +} diff --git a/domains/0spol.json b/domains/0spol.json new file mode 100644 index 000000000..bba32eb60 --- /dev/null +++ b/domains/0spol.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio", + "repo": "https://github.com/0spol/0spol.github.io", + "owner": { + "username": "0spol", + "email": "gaparicio368@gmail.com" + }, + "record": { + "CNAME": "0spol.github.io" + } +} diff --git a/domains/0v90.json b/domains/0v90.json index 98925033e..3df4851e1 100644 --- a/domains/0v90.json +++ b/domains/0v90.json @@ -1,22 +1,16 @@ { - "description": "Personal Portfolio Website", - "repo": "https://github.com/0v90/0v90.github.io", - "owner": { - "username": "0v90", - "discord": "651519394673065989", - "email": "" - - }, - - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.110.153" - ] - } - } - - - + "description": "Personal Portfolio Website", + "repo": "https://github.com/0v90/0v90.github.io", + "owner": { + "username": "0v90", + "discord": "651519394673065989" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] + } +} diff --git a/domains/0w0.json b/domains/0w0.json index fbd001098..5e5027109 100644 --- a/domains/0w0.json +++ b/domains/0w0.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "SkyExploreWasTaken", - "email": "", - "discord": "1049263707177353247", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ae9lxcsRx9K7NJv-AcRXmgm-8sWQp-2e6Pxly82K9_797Wy3RjBtVGaq9snYtOkL-Qm9Oj845TiS8DV-ae7fPyWYwHgzrDj99tuRjVFyrvWfCbglvOWWHODsjV5lJpJZQjuHQn08O1Ptv69N5E2-imTQegZhcn5pkMiTCW8VpuXNXD_1Viu5_xSUYXYaAsaY-G0QYNLK3IPky8zorgdC4-5w23htVxmbiAMTtqHHOJx-wqv2R-xya96-BlQ_P8GtCTG5XJQzdqrqz630012T_tdD5VL5wbBbsCcWI4EoHqGZcBt4LhUL0GPnr9jnWuTcoBVyMSevG6plNjPF9wc6WQ.cOsFit33h3r9GZdCYQ8B3Q.iOkTaYYCBBWaWv9ZtDxpCL4ix4zMWwIYcIMuje17bYUcWom6plFOQFmG24WCucDMgbeMd_eM0NdttpHYRdl7VaM_E4zTUMViGInDWEO1ucI2whNYUt3Cf1Zev1851l44.eoIzam49yND7K-OzfY6Rag" - }, + "owner": { + "username": "SkyExploreWasTaken", + "discord": "1049263707177353247", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ae9lxcsRx9K7NJv-AcRXmgm-8sWQp-2e6Pxly82K9_797Wy3RjBtVGaq9snYtOkL-Qm9Oj845TiS8DV-ae7fPyWYwHgzrDj99tuRjVFyrvWfCbglvOWWHODsjV5lJpJZQjuHQn08O1Ptv69N5E2-imTQegZhcn5pkMiTCW8VpuXNXD_1Viu5_xSUYXYaAsaY-G0QYNLK3IPky8zorgdC4-5w23htVxmbiAMTtqHHOJx-wqv2R-xya96-BlQ_P8GtCTG5XJQzdqrqz630012T_tdD5VL5wbBbsCcWI4EoHqGZcBt4LhUL0GPnr9jnWuTcoBVyMSevG6plNjPF9wc6WQ.cOsFit33h3r9GZdCYQ8B3Q.iOkTaYYCBBWaWv9ZtDxpCL4ix4zMWwIYcIMuje17bYUcWom6plFOQFmG24WCucDMgbeMd_eM0NdttpHYRdl7VaM_E4zTUMViGInDWEO1ucI2whNYUt3Cf1Zev1851l44.eoIzam49yND7K-OzfY6Rag" + }, "record": { "CNAME": "edge.redirect.pizza" } diff --git a/domains/0xarchit.json b/domains/0xarchit.json new file mode 100644 index 000000000..303e85c79 --- /dev/null +++ b/domains/0xarchit.json @@ -0,0 +1,20 @@ +{ + "owner": { + "username": "0xarchit", + "email": "0xarchit@proton.me" + }, + "record": { + "MX": [ + "mx.zoho.in", + "mx2.zoho.in", + "mx3.zoho.in" + ], + "TXT": [ + "v=spf1 include:zohomail.in ~all", + "zoho-verification=zb94087787.zmverify.zoho.in", + "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIIsclFhtL6ruTL5EClsNzTNxFf7jJBCyWJl+7VW9EXPt+x09GBVsYiaMEcLvNve0PGmuZKKVGv1H19OeJbZOAFg+kd4W7kgW9Bpw2oVklstLNZGPThu1Uv+UXgjpMIOQSwhzuWGo9yFn1k91eLkzqt2NvhMqmGVVqT9OibGwwowIDAQAB" + ], + "CNAME": "0xarchit.pages.dev" + }, + "proxied": true +} diff --git a/domains/0xbit.json b/domains/0xbit.json new file mode 100644 index 000000000..97cf85c15 --- /dev/null +++ b/domains/0xbit.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "0xbitx", + "email": "0xbit25125@gmail.com" + }, + "record": { + "CNAME": "0xbitx.github.io" + } +} diff --git a/domains/0xzer0x.json b/domains/0xzer0x.json index 8b4dccf09..51d264430 100644 --- a/domains/0xzer0x.json +++ b/domains/0xzer0x.json @@ -4,10 +4,7 @@ "email": "youssefessamasu@gmail.com" }, "record": { - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": [ "forward-email=youssefessamasu@gmail.com", "v=spf1 a include:spf.forwardemail.net include:_spf.google.com -all" diff --git a/domains/1-train-ride-in-germany-is-300-euros.json b/domains/1-train-ride-in-germany-is-300-euros.json deleted file mode 100644 index 88200669e..000000000 --- a/domains/1-train-ride-in-germany-is-300-euros.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Yunexiz", - "discord": "1040303561847881729", - "email": "" - }, - "record": { - "A": ["185.199.109.153","185.199.108.153","185.199.110.153","185.199.111.153"] - } -} diff --git a/domains/1024.json b/domains/1024.json new file mode 100644 index 000000000..d102db14c --- /dev/null +++ b/domains/1024.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "leopku", + "discord": "1168846640464019570" + }, + "record": { + "URL": "https://www.himysql.com" + } +} diff --git a/domains/104.json b/domains/104.json index 59cca2be0..dfbcd6dcd 100644 --- a/domains/104.json +++ b/domains/104.json @@ -2,7 +2,6 @@ "description": "Email thingy", "owner": { "username": "QuinceTart10", - "email": "", "discord": "862644161156218891" }, "record": { diff --git a/domains/1111.json b/domains/1111.json index 0e948dbee..03845c585 100644 --- a/domains/1111.json +++ b/domains/1111.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "PogMaster9001", - "email": "", - "discord": "1190052608346435597" - }, - - "record": { - "CNAME": "projectdevs.net" - } - } - + "owner": { + "username": "PogMaster9001", + "discord": "1190052608346435597" + }, + "record": { + "CNAME": "projectdevs.net" + } +} diff --git a/domains/1995parham.json b/domains/1995parham.json new file mode 100644 index 000000000..a5dbabef4 --- /dev/null +++ b/domains/1995parham.json @@ -0,0 +1,10 @@ +{ + "description": "Personal website", + "owner": { + "username": "1995parham", + "email": "parham.alvani@gmail.com" + }, + "record": { + "CNAME": "1995parham.github.io" + } +} diff --git a/domains/1rogman.json b/domains/1rogman.json index 03ec19107..573650b56 100644 --- a/domains/1rogman.json +++ b/domains/1rogman.json @@ -6,6 +6,6 @@ "email": "watsonsohil@gmail.com" }, "record": { - "CNAME": "EndingPencil.github.io" + "CNAME": "endingpencil.github.io" } } diff --git a/domains/1tfr.json b/domains/1tfr.json new file mode 100644 index 000000000..d53bad6cd --- /dev/null +++ b/domains/1tfr.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "gimmywashere", + "discord": "792467650038857748", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.G8bQtlAC_K5K-sdnpRQFXtq9H-BJAxXswVmMcZl9dCd4Mx8utIM-wKg-rI20met2wnfK6SNI1dMIFOkdSflITyde93ET8gWwAJNGp18vBl7f416oU7agxTocIXnYiEepVXe2xAqu42dz5eazX_3e_TGFAayBW6mFynhUd2WvFFFIv-BQX1Lh2kTETnV0LBC27Zeiy3J2Nb-9zFyIGgx-I9qars-Q3W2gPwioDbyTc34HWrZrb-v4gDGGEkzCGaO2ct9W7b8BFdWHqsUua3SD59Yec6r8ytCLRpfJp-griYtdKprGl1Md71alh2ntZc8bjXJ6f4dZl_sLvPAArFfvUw.1H7oEmNDK3MLdFoNadP2Kg.xDYLtCuquekDlq9YaIxM63iY2YMEFWd91CxxwuO7uwk8qc9hbQWqBuXA0MQfG_3NRyarb8nNgMGEj0ghKyfxSm1YWQ8M4PK5OPQTub54LiU.8CgG1B1Jv04SYfXkFJhAZQ" + }, + "record": { + "CNAME": "ammo.lol" + } +} diff --git a/domains/_github-pages-challenge-LIGMATV.ligmatv.json b/domains/2.json similarity index 53% rename from domains/_github-pages-challenge-LIGMATV.ligmatv.json rename to domains/2.json index 7e27b7ac0..35f77f4ad 100644 --- a/domains/_github-pages-challenge-LIGMATV.ligmatv.json +++ b/domains/2.json @@ -1,9 +1,10 @@ { + "description": "LIGMATV's URL Manager (aka 2)", "owner": { "username": "LIGMATV", "email": "ligmatv.id@gmail.com" }, "record": { - "TXT": "de8560c4ea3c0f753266b402385c50" + "CNAME": "ligmatv-links.vercel.app" } } diff --git a/domains/20zzy19.json b/domains/20zzy19.json new file mode 100644 index 000000000..87fa27e4d --- /dev/null +++ b/domains/20zzy19.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio and Blog for 20zzy19", + "repo": "https://github.com/20zzy19/Portfolioy", + "owner": { + "username": "20zzy19", + "email": "a620zzy@gmail.com" + }, + "record": { + "A": ["98.43.59.193"] + } +} diff --git a/domains/21z.json b/domains/21z.json index 3bf4995f9..17b36cb16 100644 --- a/domains/21z.json +++ b/domains/21z.json @@ -1,14 +1,10 @@ { "owner": { "username": "21Z", - "email": "", "discord": "780356848737058857" }, "record": { - "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/256javy.json b/domains/256javy.json new file mode 100644 index 000000000..08d4f614c --- /dev/null +++ b/domains/256javy.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/256javy/256javy.github.io", + "owner": { + "username": "256javy", + "email": "256javiervillalba@gmail.com" + }, + "record": { + "CNAME": "256javy.github.io" + } +} diff --git a/domains/2fa.phoenix.json b/domains/2fa.phoenix.json deleted file mode 100644 index 4d74122a1..000000000 --- a/domains/2fa.phoenix.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "PhoenixOrigin", - "email": "phoenixorigin171@gmail.com" - }, - "record": { - "A": ["130.162.166.134"] - } -} diff --git a/domains/3gee.json b/domains/3gee.json new file mode 100644 index 000000000..45805fb67 --- /dev/null +++ b/domains/3gee.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "3geETR", + "email": "egemacun@gmail.com" + }, + "record": { + "CNAME": "3geetr.github.io" + } +} diff --git a/domains/3pls0de.json b/domains/3pls0de.json index 0e1e6ae5e..ac8a733b0 100644 --- a/domains/3pls0de.json +++ b/domains/3pls0de.json @@ -1,6 +1,5 @@ { "description": "3pls0de.is-a.dev.", - "repo": "https://github.com/3pls0de", "owner": { "username": "3pls0de", "email": "naji.aka58@gmail.com" diff --git a/domains/404.json b/domains/404.json index b3e8e1a95..2ef34e830 100644 --- a/domains/404.json +++ b/domains/404.json @@ -3,7 +3,6 @@ "username": "404Dev-404", "email": "anthonyvaldes318+404@gmail.com" }, - "record": { "CNAME": "404dev-404.github.io" } diff --git a/domains/4217803c._improvmx.dhilipan.json b/domains/4217803c._improvmx.dhilipan.json deleted file mode 100644 index 1308b6706..000000000 --- a/domains/4217803c._improvmx.dhilipan.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "MysticalPvE", - "email": "", - "discord": "1229782675678826496", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.K-aVOrk2T-4Wp0VAaLx8W9V1QsToSmJJmlK-jJlb-Zzx6kpwvGMlemfsdLH4XQSksUlk6PD51_Mx7d83HzqgqiYb6zwx2-iSgfEn6fUKWlF09k1fWne_wS0sSjYiz6GluI6qNs9hh9buq19iGPVz9L16KWCvL0xnjQxBjVCiR0Q69p9Vaw3_5b7VEUnKQvomYkdbovZ2p10hzGmnrwtKkA0gboxJnqshcV-eUzav7LZJZOwbzoVPEODqdLbqCOlTBP4IJXNjkwKSNKsnQ6BorPydgmXNv4hCsuga3JKg2M438dLG9NK-H8U8Q4GHLk7sx797WY1EJ8AChvgojqX1Ag.OMEl4nD9pPVbIku9jIFcpA.qV3yol4qlMITrJUHTUtYxGLd7ARn8msshNlY6uMWmf8ZeIe7_RQdG-JV1f-rDEZLZX_FcDsE7c8kpOjy9ulW1uiFZW9lw-f0LEqywyLeZ94.K1K5YV-DWV_hIlL8X9l8jQ" - }, - - "record": { - "TXT": "4217803c2e3e461b9f07eb8be0320a79" - } - } - diff --git a/domains/44.json b/domains/44.json index c150bfffe..348a95092 100644 --- a/domains/44.json +++ b/domains/44.json @@ -6,6 +6,6 @@ "email": "0@fbi.ac" }, "record": { - "CNAME": "9xN.github.io" + "CNAME": "9xn.github.io" } } diff --git a/domains/45i.json b/domains/45i.json new file mode 100644 index 000000000..85d56fc8e --- /dev/null +++ b/domains/45i.json @@ -0,0 +1,11 @@ +{ + "description": "45i.is-a.dev", + "repo": "https://github.com/45i/things", + "owner": { + "username": "45i", + "email": "sayakpalit61@gmail.com" + }, + "record": { + "CNAME": "45i.github.io" + } +} diff --git a/domains/4hmet.json b/domains/4hmet.json new file mode 100644 index 000000000..503098fb1 --- /dev/null +++ b/domains/4hmet.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ahmetunsal", + "email": "web.unsalahmet@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/4k5h4y.json b/domains/4k5h4y.json index a7f76e8b0..4a6670734 100644 --- a/domains/4k5h4y.json +++ b/domains/4k5h4y.json @@ -3,7 +3,6 @@ "username": "Akshay-Arjun", "email": "akshayvollala779@gmail.com" }, - "record": { "URL": "https://akshay-arjun.github.io/Akshay-Arjun" } diff --git a/domains/6.json b/domains/6.json index d7c943095..ecafdb143 100644 --- a/domains/6.json +++ b/domains/6.json @@ -1,7 +1,7 @@ { "owner": { "username": "shockbs", - "email": "apipherng@gmail.com" + "discord": "880084860327313459" }, "record": { "URL": "https://shockbs.is-a.dev/" diff --git a/domains/69.json b/domains/69.json deleted file mode 100644 index 239044d30..000000000 --- a/domains/69.json +++ /dev/null @@ -1 +0,0 @@ -{"owner":{"username":"maskduck","email":"","discord":"716134528409665586"},"record":{"CNAME":"maskduck.pages.dev"}} diff --git a/domains/7.json b/domains/7.json new file mode 100644 index 000000000..ac6d8be91 --- /dev/null +++ b/domains/7.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "realSunyz", + "discord": "800186537719365662", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.lcA-FDIDxbODMySbmJgJOi2oJl04JAODrUgFTVwXa0w-jncbJ6Frvykm7oGVxqKmtOMnRJD7wVTl1Sfr-Y-nOAmN0ZY6FNW1vR1kwY1x_sXLnko9S_t-p0dgZ7lo1cVI1TcL2Z0C7yGOgK06U02dB7tN-m9piRa2cf09QM35oLm8_UZvTeZeCLRJnzTG3FVK0yosy38oXIk0c3oNgEkgufTQZDJgmh4lU4Ws8qmCdrqzRCFFUoNarx_6Q3y22we1x_zr4fGGqarv2lVZOz7DR0_zDK7jrsoC4-42sM_WnECfCVGxyMPeWbNlQyrfqzJjcM2MvKwodx5KbJBHOkRhoA.6n1HQotWwFwdkIu61eaz4A.T-S96mKQwHRD78Xq-8h1htrsFx8PI5XxRneVrP_yed28BIRAtjcNLNvj4CwwaewrNeRp8MBDVYAjKKl79gDZSvnX7SuusOU2Cj82tFkpdJeR_vyqTyODUx5rIIMtD2p5.5MxztQbJrVaqmRuW6e57Cg" + }, + "record": { + "CNAME": "pub-seven-intro.pages.dev" + } +} diff --git a/domains/77.json b/domains/77.json deleted file mode 100644 index 1b9626783..000000000 --- a/domains/77.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "7.is.a.dev why not", - "owner": { - "username": "JustDeveloper1", - "email": "justdeveloper@juststudio.is-a.dev", - "discord": "1117482901353812088" - }, - "record": { - "A": ["89.106.200.1"] - } -} diff --git a/domains/7z.json b/domains/7z.json new file mode 100644 index 000000000..16387d294 --- /dev/null +++ b/domains/7z.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "XikiZxGS", + "discord": "1015654462334971925", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.kNjv0EEp6UIN8_jPk0TdLMyTslpHdTnysn-P5MDOuH0LfVqLDOyN99OFSrg2vYYuiUM5-4DcKlgbkkL0058Fq241CIaKmwnabVQ2tcEch4QNl3jEbUDUP9sNp6h-D7_AQjHPTnW8P297FrZ2sNkJLabJ5hTgeEuns8CypzoVOy8I6GwdC6aL2OXLwl21L-CEUKHrO0CvLi-OGWp4Lkx1IowXksW8o-y91NKgmal6t7Qxp2K89pJ0byiXIpu9L1aNBYKNfR_Q5_rPmr9XWMiVBojgyog8YPmmweAYO1kViNPJLSZHIth1pOEM2fjZQzaWAUdqK-AgRYyPld0RuutfDw.3zQYmH_sLC-vr73VkslM0A.LDOyObkmMtZ3W48zwT9bVwhqMZsy21eW2CfjUy4k9tRm0XYJqT6GQLt-PeQ9yPcP9TIFDm4TvyZTrMewZCOs1hHrRKHbJnxSdekzx2Hnb_Y.ZglWFD_r-t4Zwp9ojse5Gg" + }, + "record": { + "CNAME": "xikizxgs.github.io" + } +} diff --git a/domains/@.json b/domains/@.json index 4fe4c1133..1a39a92d6 100644 --- a/domains/@.json +++ b/domains/@.json @@ -1,11 +1,9 @@ { - "description": "The root domain for is-a.dev website", - "repo": "https://github.com/is-a-dev/is-a-dev.github.io", "owner": { "username": "is-a-dev", - "email": "" + "email": "admin@is-a.dev" }, "record": { - "URL": "http://www.is-a.dev" + "CNAME": "is-a-dev.github.io" } } diff --git a/domains/_acme-challenge.ai.esb.json b/domains/_acme-challenge.ai.esb.json deleted file mode 100644 index bef1435a1..000000000 --- a/domains/_acme-challenge.ai.esb.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "EducatedSuddenBucket", - "email": "", - "discord": "1167825360151380032", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.guUEvTOIBPJv8oJfvZdvgudRQpsBlIxnKLhef83On6LPv7t8yR4GXWxwwRWUmwlpsPJBLJBSzV1AZS26i7dgezj5k4-gfQdhr1ZKUz_w5T7JgQ9MIbWeOo5ocEMcMjmkC6WLesVMwH5cfCoOJeW097Gr6of_60Jt1JcpyNRX3s5zySh9cVb1p3_II0jrPbQ1Nj8ZqwNJhiRNT8xCdHt1cfsYi76RgFRx2iTsYbEmL0v933CCeqD75aYnlVmCqyKD-dv41QBhuq9dfUwKnJusArtxtbNC9h4EwX2Y9MnoIg7nKKLrOSllSS8tRIiVw2oHv_jHm3XRJascmoni2EzdmA.5waf0tgo5uTY4rjfw8gJUA.O0wUU5TTcpQ_8wkwEeKUsSX6wKEtwVZ-G0k1R0zjhAU9hXsii5BiittxlrdR2JKP_917n2rUCN7NKnYAFIg5acwvJS8NmZlvNcTIRxb_yFmC7fRfQ6RqXGkYjc0EEDWS.bxYmFS-IlttaZTgqdZdnHQ" - }, - - "record": { - "CNAME": "af252befb545b3b27e96b5b9._acme.deno.dev" - } - } - diff --git a/domains/_acme-challenge.cdn.esb.json b/domains/_acme-challenge.cdn.esb.json deleted file mode 100644 index 00111381b..000000000 --- a/domains/_acme-challenge.cdn.esb.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "EducatedSuddenBucket", - "email": "", - "discord": "1167825360151380032", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.guUEvTOIBPJv8oJfvZdvgudRQpsBlIxnKLhef83On6LPv7t8yR4GXWxwwRWUmwlpsPJBLJBSzV1AZS26i7dgezj5k4-gfQdhr1ZKUz_w5T7JgQ9MIbWeOo5ocEMcMjmkC6WLesVMwH5cfCoOJeW097Gr6of_60Jt1JcpyNRX3s5zySh9cVb1p3_II0jrPbQ1Nj8ZqwNJhiRNT8xCdHt1cfsYi76RgFRx2iTsYbEmL0v933CCeqD75aYnlVmCqyKD-dv41QBhuq9dfUwKnJusArtxtbNC9h4EwX2Y9MnoIg7nKKLrOSllSS8tRIiVw2oHv_jHm3XRJascmoni2EzdmA.5waf0tgo5uTY4rjfw8gJUA.O0wUU5TTcpQ_8wkwEeKUsSX6wKEtwVZ-G0k1R0zjhAU9hXsii5BiittxlrdR2JKP_917n2rUCN7NKnYAFIg5acwvJS8NmZlvNcTIRxb_yFmC7fRfQ6RqXGkYjc0EEDWS.bxYmFS-IlttaZTgqdZdnHQ" - }, - - "record": { - "CNAME": "fe4cfa72d5862865fb2759c8._acme.deno.dev" - } - } - diff --git a/domains/_acme-challenge.juqwtf.json b/domains/_acme-challenge.juqwtf.json deleted file mode 100644 index e8fc66acc..000000000 --- a/domains/_acme-challenge.juqwtf.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "denboy0123", - "email": "pochtaproverka01@gmail.com" - }, - "record": { - "TXT": [ - "FZo9g0GqRYR-fhmWc1QzbycfV5UZIE4bwh42BI81NDQ", - "V1N8tuJvEcUtltxMXLRvP0U1_jaAgsSJJ89MgyxpWUk" - ] - } -} diff --git a/domains/_acme-challenge.katz.json b/domains/_acme-challenge.katz.json deleted file mode 100644 index 434720b24..000000000 --- a/domains/_acme-challenge.katz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Bananalolok", - "email": "", - "discord": "bananalol7678" - }, - - "record": { - "CNAME": "77c60266e3d311053d5b2fe1._acme.deno.dev" - } -} diff --git a/domains/_acme-challenge.parrot.json b/domains/_acme-challenge.parrot.json index 4e34f2525..56caa0f6e 100644 --- a/domains/_acme-challenge.parrot.json +++ b/domains/_acme-challenge.parrot.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "EducatedSuddenBucket", - "email": "", - "discord": "1167825360151380032", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.guUEvTOIBPJv8oJfvZdvgudRQpsBlIxnKLhef83On6LPv7t8yR4GXWxwwRWUmwlpsPJBLJBSzV1AZS26i7dgezj5k4-gfQdhr1ZKUz_w5T7JgQ9MIbWeOo5ocEMcMjmkC6WLesVMwH5cfCoOJeW097Gr6of_60Jt1JcpyNRX3s5zySh9cVb1p3_II0jrPbQ1Nj8ZqwNJhiRNT8xCdHt1cfsYi76RgFRx2iTsYbEmL0v933CCeqD75aYnlVmCqyKD-dv41QBhuq9dfUwKnJusArtxtbNC9h4EwX2Y9MnoIg7nKKLrOSllSS8tRIiVw2oHv_jHm3XRJascmoni2EzdmA.5waf0tgo5uTY4rjfw8gJUA.O0wUU5TTcpQ_8wkwEeKUsSX6wKEtwVZ-G0k1R0zjhAU9hXsii5BiittxlrdR2JKP_917n2rUCN7NKnYAFIg5acwvJS8NmZlvNcTIRxb_yFmC7fRfQ6RqXGkYjc0EEDWS.bxYmFS-IlttaZTgqdZdnHQ" - }, - - "record": { - "CNAME": "51de1eeaf31ce67a1c3f69aa._acme.deno.dev" - } - } - + "owner": { + "username": "EducatedSuddenBucket", + "discord": "1167825360151380032", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.guUEvTOIBPJv8oJfvZdvgudRQpsBlIxnKLhef83On6LPv7t8yR4GXWxwwRWUmwlpsPJBLJBSzV1AZS26i7dgezj5k4-gfQdhr1ZKUz_w5T7JgQ9MIbWeOo5ocEMcMjmkC6WLesVMwH5cfCoOJeW097Gr6of_60Jt1JcpyNRX3s5zySh9cVb1p3_II0jrPbQ1Nj8ZqwNJhiRNT8xCdHt1cfsYi76RgFRx2iTsYbEmL0v933CCeqD75aYnlVmCqyKD-dv41QBhuq9dfUwKnJusArtxtbNC9h4EwX2Y9MnoIg7nKKLrOSllSS8tRIiVw2oHv_jHm3XRJascmoni2EzdmA.5waf0tgo5uTY4rjfw8gJUA.O0wUU5TTcpQ_8wkwEeKUsSX6wKEtwVZ-G0k1R0zjhAU9hXsii5BiittxlrdR2JKP_917n2rUCN7NKnYAFIg5acwvJS8NmZlvNcTIRxb_yFmC7fRfQ6RqXGkYjc0EEDWS.bxYmFS-IlttaZTgqdZdnHQ" + }, + "record": { + "CNAME": "51de1eeaf31ce67a1c3f69aa._acme.deno.dev" + } +} diff --git a/domains/_acme-challenge.us.mcstatus.json b/domains/_acme-challenge.us.mcstatus.json index 55ec2e523..5e795b5a4 100644 --- a/domains/_acme-challenge.us.mcstatus.json +++ b/domains/_acme-challenge.us.mcstatus.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "EducatedSuddenBucket", - "email": "", - "discord": "1167825360151380032", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.guUEvTOIBPJv8oJfvZdvgudRQpsBlIxnKLhef83On6LPv7t8yR4GXWxwwRWUmwlpsPJBLJBSzV1AZS26i7dgezj5k4-gfQdhr1ZKUz_w5T7JgQ9MIbWeOo5ocEMcMjmkC6WLesVMwH5cfCoOJeW097Gr6of_60Jt1JcpyNRX3s5zySh9cVb1p3_II0jrPbQ1Nj8ZqwNJhiRNT8xCdHt1cfsYi76RgFRx2iTsYbEmL0v933CCeqD75aYnlVmCqyKD-dv41QBhuq9dfUwKnJusArtxtbNC9h4EwX2Y9MnoIg7nKKLrOSllSS8tRIiVw2oHv_jHm3XRJascmoni2EzdmA.5waf0tgo5uTY4rjfw8gJUA.O0wUU5TTcpQ_8wkwEeKUsSX6wKEtwVZ-G0k1R0zjhAU9hXsii5BiittxlrdR2JKP_917n2rUCN7NKnYAFIg5acwvJS8NmZlvNcTIRxb_yFmC7fRfQ6RqXGkYjc0EEDWS.bxYmFS-IlttaZTgqdZdnHQ" - }, - - "record": { - "CNAME": "e6797667cd820de372823eb4._acme.deno.dev" - } - } - \ No newline at end of file + "owner": { + "username": "EducatedSuddenBucket", + "discord": "1167825360151380032", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.guUEvTOIBPJv8oJfvZdvgudRQpsBlIxnKLhef83On6LPv7t8yR4GXWxwwRWUmwlpsPJBLJBSzV1AZS26i7dgezj5k4-gfQdhr1ZKUz_w5T7JgQ9MIbWeOo5ocEMcMjmkC6WLesVMwH5cfCoOJeW097Gr6of_60Jt1JcpyNRX3s5zySh9cVb1p3_II0jrPbQ1Nj8ZqwNJhiRNT8xCdHt1cfsYi76RgFRx2iTsYbEmL0v933CCeqD75aYnlVmCqyKD-dv41QBhuq9dfUwKnJusArtxtbNC9h4EwX2Y9MnoIg7nKKLrOSllSS8tRIiVw2oHv_jHm3XRJascmoni2EzdmA.5waf0tgo5uTY4rjfw8gJUA.O0wUU5TTcpQ_8wkwEeKUsSX6wKEtwVZ-G0k1R0zjhAU9hXsii5BiittxlrdR2JKP_917n2rUCN7NKnYAFIg5acwvJS8NmZlvNcTIRxb_yFmC7fRfQ6RqXGkYjc0EEDWS.bxYmFS-IlttaZTgqdZdnHQ" + }, + "record": { + "CNAME": "e6797667cd820de372823eb4._acme.deno.dev" + } +} diff --git a/domains/_atproto.alvin.json b/domains/_atproto.alvin.json new file mode 100644 index 000000000..f1c615d37 --- /dev/null +++ b/domains/_atproto.alvin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alvinsjoy", + "discord": "825382504353234954" + }, + "record": { + "TXT": "did=did:plc:jkk7sl4llede4zzj2ctgkwsc" + } +} diff --git a/domains/_atproto.catto24.json b/domains/_atproto.catto24.json new file mode 100644 index 000000000..92d85afa0 --- /dev/null +++ b/domains/_atproto.catto24.json @@ -0,0 +1,10 @@ +{ + "description": "domain verification for bluesky", + "owner": { + "username": "catto24", + "email": "catto24@proton.me" + }, + "record": { + "TXT": "did=did:plc:whzff4s3db6taso3s43ylrou" + } +} diff --git a/domains/_atproto.clyron.json b/domains/_atproto.clyron.json new file mode 100644 index 000000000..a3aa6897e --- /dev/null +++ b/domains/_atproto.clyron.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "theclyron", + "email": "onenonlyclyron@gmail.com" + }, + "record": { + "TXT": "did=did:plc:fqvzbqsjzjkl4o66rfp6cgk3" + } +} diff --git a/domains/_atproto.crischutu07.json b/domains/_atproto.crischutu07.json new file mode 100644 index 000000000..e9754feb8 --- /dev/null +++ b/domains/_atproto.crischutu07.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "crischutu07", + "email": "crischutu07owo@gmail.com", + "description": "Bluesky custom handle." + }, + "record": { + "TXT": "did=did:plc:tfpfqi3qewuc5ugaipb57waa" + } +} diff --git a/domains/_atproto.hcj.json b/domains/_atproto.hcj.json new file mode 100644 index 000000000..cfac4330a --- /dev/null +++ b/domains/_atproto.hcj.json @@ -0,0 +1,10 @@ +{ + "description": "domain verification for bluesky", + "owner": { + "username": "TheHCJ", + "bluesky": "did:plc:5f2c6awh4ffekm7srmi4d6zg" + }, + "record": { + "TXT": "did:plc:5f2c6awh4ffekm7srmi4d6zg" + } +} diff --git a/domains/_atproto.horibyte.json b/domains/_atproto.horibyte.json new file mode 100644 index 000000000..98cc66879 --- /dev/null +++ b/domains/_atproto.horibyte.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "horibyte", + "email": "thehoribyte@gmail.com" + }, + "record": { + "TXT": "did=did:plc:5ls3iv54vrppjxbs5ztocd75" + } +} diff --git a/domains/_atproto.jumanji.json b/domains/_atproto.jumanji.json new file mode 100644 index 000000000..d63b4e6bd --- /dev/null +++ b/domains/_atproto.jumanji.json @@ -0,0 +1,10 @@ +{ + "description": "domain verification for bluesky", + "owner": { + "username": "heyjumanji", + "email": "madhuchutiya.unhinge50@silomails.com" + }, + "record": { + "TXT": "did=did:plc:nrjpabfv3zoxd6kiwr6fs4lq" + } +} diff --git a/domains/_atproto.luihh.json b/domains/_atproto.luihh.json new file mode 100644 index 000000000..3e7edd867 --- /dev/null +++ b/domains/_atproto.luihh.json @@ -0,0 +1,10 @@ +{ + "description": "domain verification for bluesky", + "owner": { + "username": "luihh", + "email": "luihh@proton.me" + }, + "record": { + "TXT": "did=did:plc:nkzlgllahrw2v2y6p4inqx6t" + } +} diff --git a/domains/_atproto.lumi.json b/domains/_atproto.lumi.json new file mode 100644 index 000000000..7c80a4563 --- /dev/null +++ b/domains/_atproto.lumi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "itsFatlum", + "email": "fatlum@lumi.is-a.dev" + }, + "record": { + "TXT": "did=did:plc:c6m5rghb7tkmf5isd3pqjpbt" + } +} diff --git a/domains/_atproto.narasima.json b/domains/_atproto.narasima.json new file mode 100644 index 000000000..4b2ed47b1 --- /dev/null +++ b/domains/_atproto.narasima.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "NarasimaPandiyan", + "email": "cs42059@gmail.com", + "discord": "gamingdoodle" + }, + "record": { + "TXT": "did=did:plc:u5uxl7mjlywolajtgso2ouoe" + } +} diff --git a/domains/_atproto.notcoded.json b/domains/_atproto.notcoded.json new file mode 100644 index 000000000..293c22341 --- /dev/null +++ b/domains/_atproto.notcoded.json @@ -0,0 +1,11 @@ +{ + "description": "domain verification for bluesky", + "owner": { + "username": "not-coded", + "discord": "notcoded", + "discordUserID": "620662953347121163" + }, + "record": { + "TXT": "did=did:plc:hvgfiqmdl5sqcba2453dfpxe" + } +} diff --git a/domains/_atproto.raccoon.json b/domains/_atproto.raccoon.json new file mode 100644 index 000000000..2fdc4f971 --- /dev/null +++ b/domains/_atproto.raccoon.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nilsraccoon", + "discord": "1129507464589627512" + }, + "record": { + "TXT": "did=did:plc:25w7vwbzb2e3h7cnflqskp37" + } +} diff --git a/domains/_atproto.razo.json b/domains/_atproto.razo.json new file mode 100644 index 000000000..6186da4d3 --- /dev/null +++ b/domains/_atproto.razo.json @@ -0,0 +1,10 @@ +{ + "description": "Domain verification for my Bluesky account.", + "owner": { + "username": "razobeckett", + "email": "razobeckett@proton.me" + }, + "record": { + "TXT": "did=did:plc:w6h4dilqruly6q4zki2mj5qt" + } +} diff --git a/domains/_discord.abeja.json b/domains/_discord.abeja.json new file mode 100644 index 000000000..7bf6c29ae --- /dev/null +++ b/domains/_discord.abeja.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "TheRealCrazyfuy", + "discord": "realabeja", + "reddit": "crazyfuy" + }, + "record": { + "TXT": "dh=af03f42bbbaaca145280cdd080f105feb02a9145" + } +} diff --git a/domains/_discord.ajtabs.json b/domains/_discord.ajtabs.json new file mode 100644 index 000000000..99516e1b3 --- /dev/null +++ b/domains/_discord.ajtabs.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "ajtabjs" + }, + "record": { + "TXT": ["dh=44c33bd9561dd8d8079e707868adf359b0c5ff05"] + } +} diff --git a/domains/_discord.akatsuki2555.json b/domains/_discord.akatsuki2555.json deleted file mode 100644 index 1169636d9..000000000 --- a/domains/_discord.akatsuki2555.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Akatsuki2555", - "email": "akatsuki2555@proton.me", - "discord": "1226900455037075509" - }, - "record": { - "TXT": "dh=30962b6c5cdbbd4629fdf0da9d0bf4c717f065e9" - } -} \ No newline at end of file diff --git a/domains/_discord.akk1to.json b/domains/_discord.akk1to.json new file mode 100644 index 000000000..6697420f7 --- /dev/null +++ b/domains/_discord.akk1to.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "akk1to", + "email": "akk1to.dev@gmail.com", + "discord": "727497287777124414" + }, + "record": { + "TXT": ["dh=1b549c9ba1012a210482879df31eaddc4dbf0c7e"] + } +} diff --git a/domains/_discord.akshtt.json b/domains/_discord.akshtt.json index e3e6e9228..dc726fc6d 100644 --- a/domains/_discord.akshtt.json +++ b/domains/_discord.akshtt.json @@ -4,7 +4,6 @@ "email": "maillegendop@gmail.com", "discord": "1056531806763102218" }, - "record": { "TXT": "dh=09032e888f853fbc8b540d4ff64dc7abd828f107" } diff --git a/domains/_discord.alecks.json b/domains/_discord.alecks.json new file mode 100644 index 000000000..08fd8af25 --- /dev/null +++ b/domains/_discord.alecks.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Alecks20", + "email": "contact@alecks.dev", + "discord": "612522818294251522" + }, + "record": { + "TXT": "dh=0d543348d17f2be631fd3a25c3ae3e099741ff81" + } +} diff --git a/domains/_discord.alora.json b/domains/_discord.alora.json index 606b655fa..c94d23999 100644 --- a/domains/_discord.alora.json +++ b/domains/_discord.alora.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "aloramiaa", - "email": "xaloramia@gmail.com" - }, - "record": { - "TXT": "dh=c5c6a95b0839d3a31d0ca2ae91236c9dbee84fd6" - } -} + "owner": { + "username": "aloramiaa", + "email": "xaloramia@gmail.com" + }, + "record": { + "TXT": "dh=c5c6a95b0839d3a31d0ca2ae91236c9dbee84fd6" + } +} diff --git a/domains/_discord.alpha.json b/domains/_discord.alpha.json index 16f82ef6a..69405d1ee 100644 --- a/domains/_discord.alpha.json +++ b/domains/_discord.alpha.json @@ -1,11 +1,9 @@ { "owner": { "username": "YouFoundAlpha", - "email": "", - "Discord": "661121998830960651", - "GitHub": "YouFoundAlpha", - "GitLab": "YouFoundAlpha", - "Mastodon": "@YouFoundAlpha@mastodon.social" + "discord": "661121998830960651", + "gitlab": "YouFoundAlpha", + "mastodon": "@YouFoundAlpha@mastodon.social" }, "record": { "TXT": "dh=0ed7bf0ab783536f57a14304a99956a116a1782e" diff --git a/domains/_discord.alvin.json b/domains/_discord.alvin.json new file mode 100644 index 000000000..4e246c57f --- /dev/null +++ b/domains/_discord.alvin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alvinsjoy", + "discord": "825382504353234954" + }, + "record": { + "TXT": "dh=2e0d11ef77e37336649b42cd76be7681008ac30a" + } +} diff --git a/domains/_discord.ann.json b/domains/_discord.ann.json index 384c75b9c..9f9d392cc 100644 --- a/domains/_discord.ann.json +++ b/domains/_discord.ann.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "true1ann", - "email": "true1ann@tutamail.com" - }, - "record": { - "TXT": "dh=6eb0f066bdc17804b776bb9cb7b351dfb831a22e" - } + "owner": { + "username": "true1ann", + "email": "true1ann@tutamail.com" + }, + "record": { + "TXT": "dh=6eb0f066bdc17804b776bb9cb7b351dfb831a22e" + } } diff --git a/domains/_discord.ante.json b/domains/_discord.ante.json new file mode 100644 index 000000000..586b03a99 --- /dev/null +++ b/domains/_discord.ante.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "antebrl", + "email": "ahcwnh@gmail.com" + }, + "record": { + "TXT": ["dh=6d109bce7d0aeacdc4a573c959d85a778d239527"] + } +} diff --git a/domains/_discord.antoangiaothong.akk1to.json b/domains/_discord.antoangiaothong.akk1to.json new file mode 100644 index 000000000..fecfb8a9a --- /dev/null +++ b/domains/_discord.antoangiaothong.akk1to.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "akk1to", + "email": "akk1to.dev@gmail.com", + "discord": "727497287777124414" + }, + "record": { + "TXT": ["dh=1a950b0754b823073a474660fa065a40a6a77009"] + } +} diff --git a/domains/_discord.api.stefdp.json b/domains/_discord.api.stefdp.json deleted file mode 100644 index b6e9ec775..000000000 --- a/domains/_discord.api.stefdp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "email": "", - "discord": "694986201739952229", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" - }, - "record": { - "TXT": "dh=e71ddcd3beca6bbd44125eb4d861d4cf28eed0c8" - } -} diff --git a/domains/_discord.arlan.json b/domains/_discord.arlan.json new file mode 100644 index 000000000..dbc8285c1 --- /dev/null +++ b/domains/_discord.arlan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "handikatriarlan", + "email": "handikaarlan@gmail.com" + }, + "record": { + "TXT": "dh=bc2dcf8fbcb6ee4e4d77621a0f2369571bc03416" + } +} diff --git a/domains/_discord.arsenobetaine.json b/domains/_discord.arsenobetaine.json new file mode 100644 index 000000000..cef3ec70a --- /dev/null +++ b/domains/_discord.arsenobetaine.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "arsenobetaine", + "email": "arsenobetaine@gmail.com" + }, + "record": { + "TXT": "dh=a7836fe0f1ee1642624faaa1e95fedba6f53f907" + } +} diff --git a/domains/_discord.aruria.json b/domains/_discord.aruria.json new file mode 100644 index 000000000..cda1d0491 --- /dev/null +++ b/domains/_discord.aruria.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "cjolivier123" + }, + "record": { + "TXT": ["dh=74c1e1cd4df113f2b79e799d4f0e5910ef8f9557"] + } +} diff --git a/domains/_discord.arvindt.json b/domains/_discord.arvindt.json index ac2bd1772..9f96355ee 100644 --- a/domains/_discord.arvindt.json +++ b/domains/_discord.arvindt.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "ARVIN3108", - "email": "31arvin08@gmail.com" - }, - "record": { - "TXT": "dh=f4de5717bd2c2b490973ead6cdd9a7c81d38fe5b" - } -} \ No newline at end of file + "owner": { + "username": "ARVIN3108", + "email": "31arvin08@gmail.com" + }, + "record": { + "TXT": "dh=f4de5717bd2c2b490973ead6cdd9a7c81d38fe5b" + } +} diff --git a/domains/_discord.ashishagarwal.json b/domains/_discord.ashishagarwal.json index f6ecafb7b..9e3cc64b0 100644 --- a/domains/_discord.ashishagarwal.json +++ b/domains/_discord.ashishagarwal.json @@ -1,6 +1,6 @@ { "owner": { - "username": "ashishagarwal2023", + "username": "devashish2024", "email": "code.with.aasheesh@gmail.com" }, "record": { diff --git a/domains/_discord.betaprj.akk1to.json b/domains/_discord.betaprj.akk1to.json new file mode 100644 index 000000000..3fbd209cf --- /dev/null +++ b/domains/_discord.betaprj.akk1to.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "akk1to", + "email": "akk1to.dev@gmail.com", + "discord": "727497287777124414" + }, + "record": { + "TXT": ["dh=e1e17c98197b35ff9ed4eef8a473fa86fa3106b8"] + } +} diff --git a/domains/_discord.bio.json b/domains/_discord.bio.json new file mode 100644 index 000000000..b13b582ed --- /dev/null +++ b/domains/_discord.bio.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "octyn-yt", + "email": "simplelogin-newsletter.idealize471@simplelogin.com" + }, + "record": { + "TXT": "dh=501251d3fa61ce8fb7a761606b9aa5e707eacd96" + } +} diff --git a/domains/_discord.bladimir.json b/domains/_discord.bladimir.json new file mode 100644 index 000000000..ef601dc8a --- /dev/null +++ b/domains/_discord.bladimir.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Esbruiz", + "email": "esbruizc@gmail.com" + }, + "record": { + "TXT": "dh=5421aaf1ad1aa267e9aa3d19c55d3762a0c5d8f8" + } +} diff --git a/domains/_discord.bob16077.json b/domains/_discord.bob16077.json new file mode 100644 index 000000000..00c8f970a --- /dev/null +++ b/domains/_discord.bob16077.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bob16077", + "discord": "bob16077777" + }, + "record": { + "TXT": "dh=82f4456e6c61592f5dcdc8a4a9066d6111292de6" + } +} diff --git a/domains/_discord.c.json b/domains/_discord.c.json deleted file mode 100644 index e0d3ad199..000000000 --- a/domains/_discord.c.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "orxngc", - "discord": "orangc", - "email": "orangc@proton.me" - }, - "record": { - "TXT": "dh=dff53e3c9534a4606fe07fef0142ab53acf4a0e4" - } -} diff --git a/domains/_discord.cally.json b/domains/_discord.cally.json new file mode 100644 index 000000000..80607c630 --- /dev/null +++ b/domains/_discord.cally.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "cally-jt", + "email": "callumjt@proton.me" + }, + "record": { + "TXT": "dh=ad9865a1b510eca9917556bd35b8e60d089d3888" + } +} diff --git a/domains/_discord.capivara.json b/domains/_discord.capivara.json index dd582ca1c..e04a33236 100644 --- a/domains/_discord.capivara.json +++ b/domains/_discord.capivara.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "gabrielasants", - "email": "gabrielasantos030@gmail.com" - }, - "record": { - "TXT": "dh=a755ef48b5344a0fb3b986db5b0e2304caced68c" - } -} + "owner": { + "username": "gabrielasants", + "email": "gabrielasantos030@gmail.com" + }, + "record": { + "TXT": "dh=a755ef48b5344a0fb3b986db5b0e2304caced68c" + } +} diff --git a/domains/_discord.catto24.json b/domains/_discord.catto24.json index 4b167fc50..0abe1a3f2 100644 --- a/domains/_discord.catto24.json +++ b/domains/_discord.catto24.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "catto24", - "email": "catto24@proton.me" - }, - "record": { - "TXT": "dh=cb090910b5977bb43674000fab99c3a76492ac78" - } -} + "owner": { + "username": "catto24", + "email": "catto24@proton.me" + }, + "record": { + "TXT": "dh=cb090910b5977bb43674000fab99c3a76492ac78" + } +} diff --git a/domains/_discord.ciao287.json b/domains/_discord.ciao287.json new file mode 100644 index 000000000..2c0409191 --- /dev/null +++ b/domains/_discord.ciao287.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Ciao287", + "discord": "687333016921440317" + }, + "record": { + "TXT": "dh=ce277d8733f3951ace98e01de4cbf58ffca4b4c6" + } +} diff --git a/domains/_discord.ciaobot.json b/domains/_discord.ciaobot.json new file mode 100644 index 000000000..7f7b3b1cb --- /dev/null +++ b/domains/_discord.ciaobot.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Ciao287", + "discord": "687333016921440317" + }, + "record": { + "TXT": "dh=7033eb795b01d2b28ceb767f8e34a4dffa268406" + } +} diff --git a/domains/_discord.codesoft.json b/domains/_discord.codesoft.json new file mode 100644 index 000000000..4053bf018 --- /dev/null +++ b/domains/_discord.codesoft.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "CodeSoftGit", + "email": "codesft@proton.me" + }, + "record": { + "TXT": "dh=1d1f0586f56693138d2014b13312d7467fa4e497" + } +} diff --git a/domains/_discord.codesuthar.json b/domains/_discord.codesuthar.json deleted file mode 100644 index 1d18066b6..000000000 --- a/domains/_discord.codesuthar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "CodeSuthar", - "email": "AdityaSuthar13@outlook.com" - }, - "record": { - "TXT": "dh=c9d95514358feae443357e8366bfa224cb7709e1" - } -} diff --git a/domains/_discord.colin.json b/domains/_discord.colin.json new file mode 100644 index 000000000..ef66babf0 --- /dev/null +++ b/domains/_discord.colin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ColinLeDev" + }, + "record": { + "TXT": ["dh=f51bcf0f0dac685ca2a69541d3981cd689a1e96a"] + } + } + \ No newline at end of file diff --git a/domains/_discord.computerblade.json b/domains/_discord.computerblade.json new file mode 100644 index 000000000..a2bd4bc33 --- /dev/null +++ b/domains/_discord.computerblade.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "computerblade-official" + }, + "record": { + "TXT": ["dh=63f08ebbf48f55ad7c1a25b6f4d3f2a8504dfb89"] + } +} diff --git a/domains/_discord.cupglass.json b/domains/_discord.cupglass.json deleted file mode 100644 index 15f8ddf82..000000000 --- a/domains/_discord.cupglass.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "description": "My base website. Very epik tbh 💥💥", - "repo": "https://github.com/cupglassdev/cupglassdev.github.io", - "owner": { - "username": "cupglassdev", - "email": "", "twitter":"https://x.com/cupglassdev", -"lahelu":"https://lahelu.com/user/cupglassdev", - "discord": "cupglassdev" - }, - "record": { - "TXT": ["dh=1a7a67b133e464ce252912f15ae575f3a74b7c45"] - } -} diff --git a/domains/_discord.cutedog5695.json b/domains/_discord.cutedog5695.json index ae46c9666..92dfb8f79 100644 --- a/domains/_discord.cutedog5695.json +++ b/domains/_discord.cutedog5695.json @@ -1,9 +1,8 @@ { "owner": { - "username": "CuteDog5695", - "email": "", + "username": "iostpa", "discord": "716306888492318790", - "twitter": "cutedog5695" + "twitter": "iostpa" }, "record": { "TXT": "dh=f85ce7cf4e6ff1f6136767a12c041fbbcb446045" diff --git a/domains/_discord.cuxdi.json b/domains/_discord.cuxdi.json index 66ea3b294..c353eb0c2 100644 --- a/domains/_discord.cuxdi.json +++ b/domains/_discord.cuxdi.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "cuxdii", - "email": "vihar2408@gmail.com" - }, - "record": { - "TXT": "dh=afaf5843216f288f6b9d6d2b06b66bcc396b0479" - } -} + "owner": { + "username": "cuxdii", + "email": "vihar2408@gmail.com" + }, + "record": { + "TXT": "dh=afaf5843216f288f6b9d6d2b06b66bcc396b0479" + } +} diff --git a/domains/_discord.dag.json b/domains/_discord.dag.json deleted file mode 100644 index d9bebef1f..000000000 --- a/domains/_discord.dag.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "daglaroglou", - "email": "christos.daglaroglou@gmail.com" - }, - "record": { - "TXT": "dh=835bc23146b3e22366c53fc75b2e573d30f02730" - } -} diff --git a/domains/_discord.darkdevil.json b/domains/_discord.darkdevil.json index 8b19c5b7d..18c45bdbb 100644 --- a/domains/_discord.darkdevil.json +++ b/domains/_discord.darkdevil.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "LRxDarkDevil", - "email": "", - "discord": "707565643200724993", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Y3TZa4qDHPnsPvTI65DC4aNjRm5GeZ6p3QPMWkHzAJV3XmYPK88vXOcBjTIjdhl0WJq7y8VqaoAVMeRVrjK_7-tIR4T5xKm43wEv2YLyt5IKBIZR66UZ5CpeCxh_Lw_vENSdY0K2cJhWb7c99Ytc9-ZWfKOuo1NE5-ycNpFRNHzcMnqeeqK7kIjPTEDUuFoo_Gsb_cSvEcQi4CU7HGYVw_MCf-1zwGFrneBVvPOyhWF9y4ObJu1AE8lI0xPk-BYHRL2OP-xvU3qjHrf3J3PR1lC2JxXNZ90IevZ2smBYtXpKGRb3uww34XwF-cFX9R2QaXXO06gGrmsLM7-sYHyWMQ.Ci7-CteTV4_CkmZNn-XoKg.UtEZid919zv3RjoY9WD17nMUi7Q70Ab-fFhi9g8zd7AwLN-Zc7JpkEthG7_-V-gQupao7qYFD0paq-IaIlPt8jrCPUPTZGIcBmUH1mOG4Qk.ZhtLnN9ARZebAq0oP5uePA" - }, - - "record": { - "TXT": "dh=8c77ed7246a59a97a79bd853da4df0d375f2558d" - } - } - \ No newline at end of file + "owner": { + "username": "LRxDarkDevil", + "discord": "707565643200724993", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Y3TZa4qDHPnsPvTI65DC4aNjRm5GeZ6p3QPMWkHzAJV3XmYPK88vXOcBjTIjdhl0WJq7y8VqaoAVMeRVrjK_7-tIR4T5xKm43wEv2YLyt5IKBIZR66UZ5CpeCxh_Lw_vENSdY0K2cJhWb7c99Ytc9-ZWfKOuo1NE5-ycNpFRNHzcMnqeeqK7kIjPTEDUuFoo_Gsb_cSvEcQi4CU7HGYVw_MCf-1zwGFrneBVvPOyhWF9y4ObJu1AE8lI0xPk-BYHRL2OP-xvU3qjHrf3J3PR1lC2JxXNZ90IevZ2smBYtXpKGRb3uww34XwF-cFX9R2QaXXO06gGrmsLM7-sYHyWMQ.Ci7-CteTV4_CkmZNn-XoKg.UtEZid919zv3RjoY9WD17nMUi7Q70Ab-fFhi9g8zd7AwLN-Zc7JpkEthG7_-V-gQupao7qYFD0paq-IaIlPt8jrCPUPTZGIcBmUH1mOG4Qk.ZhtLnN9ARZebAq0oP5uePA" + }, + "record": { + "TXT": "dh=8c77ed7246a59a97a79bd853da4df0d375f2558d" + } +} diff --git a/domains/_discord.debtlessflea.json b/domains/_discord.debtlessflea.json index 500699a06..35624a5cc 100644 --- a/domains/_discord.debtlessflea.json +++ b/domains/_discord.debtlessflea.json @@ -1,9 +1,9 @@ -{ - "owner": { - "username": "DebtlessFlea", - "email": "citizen.caption020@passfwd.com" - }, - "record": { - "TXT": "dh=ec2194e7089856af252f3cffdbc4378b193c4cd0" - } -} \ No newline at end of file +{ + "owner": { + "username": "DebtlessFlea", + "email": "citizen.caption020@passfwd.com" + }, + "record": { + "TXT": "dh=ec2194e7089856af252f3cffdbc4378b193c4cd0" + } +} diff --git a/domains/_discord.dem0n.json b/domains/_discord.dem0n.json new file mode 100644 index 000000000..a87d43dbe --- /dev/null +++ b/domains/_discord.dem0n.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "probablydem0n", + "discord": 935272776586129400 + }, + "record": { + "TXT": ["dh=5ce927a38096a3a9d48e24ba44d85b0655aa4fc6"] + } +} diff --git a/domains/_discord.devansh.json b/domains/_discord.devansh.json index deeaea321..64f580054 100644 --- a/domains/_discord.devansh.json +++ b/domains/_discord.devansh.json @@ -1,12 +1,12 @@ { - "description": "dc domain connect", - "repo": "https://github.com/devanshyadav2010/register", - "owner": { - "username": "devanshyadav2010", - "email": "dev8adam576@gmail.com", - "twitter": "devanshyadav" - }, - "record": { + "description": "dc domain connect", + "repo": "https://github.com/devanshyadav2010/register", + "owner": { + "username": "devanshyadav2010", + "email": "dev8adam576@gmail.com", + "twitter": "devanshyadav" + }, + "record": { "TXT": "dh=d14eedf95cd289bfd460f05eff5cca7a8a28d7f0" - } - } + } +} diff --git a/domains/_discord.devmatei.json b/domains/_discord.devmatei.json new file mode 100644 index 000000000..839e96167 --- /dev/null +++ b/domains/_discord.devmatei.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "devmatei", + "email": "matei.thoma@gmail.com" + }, + "record": { + "TXT": ["dh=7b59d54719ce94db5cc653b7439d2e090f724c7a"] + } +} diff --git a/domains/_discord.drake.json b/domains/_discord.drake.json index a75677cf9..26d9a6a25 100644 --- a/domains/_discord.drake.json +++ b/domains/_discord.drake.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "drake-dot-o", - "email": "", - "discord": "197905102865039371", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.mmPhx-ID9xqljgGC66-Zsd9EUwS4V3yi_xWUWAzQlcF42kfOFbW9SqczuiXOwuVXLyx5RaJoPCOhma2N_EgIcIxmi5zbPbW8u22M3-L0a3NRwLs0GHTs2JiCKyuKjQ-hxNqgY61oV2B_X3utIgMkG_oBgJp3F6EzN7Nawq-pSYAkhRRnhbcEFa0sQ7XQsTttoAszEZcJIORdxwdfDFfI91-Y5TJOudpT0Fd2LA8K0TSs8xcLO9uQKZwvoqiZQ4T-uEdIr54siJqzIyqKxgtMdcT_44xm6tabGT0F44K2X9Ns3hhj7VgXAxb3WRFjRdMIBqspRPs0kvqGgdEp9wNUlg.eC5L5l-_oNRn_fR_JaZQ9w.KyJyCZ9z-IvwVj1NWiY7aFa_7yOauoO-2i1L8pN60dqIafeVBdpt5mhI_6yiEZkxLsebFIZHX8YLhLRYiN3uXg7zm8E7sZveLzKwAZ6ARUE.gLvOaKt6jNjnsAk00eL4Bw" - }, - - "record": { - "TXT": "dh=25c86cb259851742d4f9d6168db474328c6b27d0" - } - } - \ No newline at end of file + "owner": { + "username": "drake-dot-o", + "discord": "197905102865039371", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.mmPhx-ID9xqljgGC66-Zsd9EUwS4V3yi_xWUWAzQlcF42kfOFbW9SqczuiXOwuVXLyx5RaJoPCOhma2N_EgIcIxmi5zbPbW8u22M3-L0a3NRwLs0GHTs2JiCKyuKjQ-hxNqgY61oV2B_X3utIgMkG_oBgJp3F6EzN7Nawq-pSYAkhRRnhbcEFa0sQ7XQsTttoAszEZcJIORdxwdfDFfI91-Y5TJOudpT0Fd2LA8K0TSs8xcLO9uQKZwvoqiZQ4T-uEdIr54siJqzIyqKxgtMdcT_44xm6tabGT0F44K2X9Ns3hhj7VgXAxb3WRFjRdMIBqspRPs0kvqGgdEp9wNUlg.eC5L5l-_oNRn_fR_JaZQ9w.KyJyCZ9z-IvwVj1NWiY7aFa_7yOauoO-2i1L8pN60dqIafeVBdpt5mhI_6yiEZkxLsebFIZHX8YLhLRYiN3uXg7zm8E7sZveLzKwAZ6ARUE.gLvOaKt6jNjnsAk00eL4Bw" + }, + "record": { + "TXT": "dh=25c86cb259851742d4f9d6168db474328c6b27d0" + } +} diff --git a/domains/_discord.ducky.json b/domains/_discord.ducky.json new file mode 100644 index 000000000..dd1dc9dbd --- /dev/null +++ b/domains/_discord.ducky.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ducky4life", + "email": "duckylai@proton.me" + }, + "record": { + "TXT": "dh=925876829c7314b41fe3c2a412b7a4250214febf" + } +} diff --git a/domains/_discord.dwigoric.json b/domains/_discord.dwigoric.json index 70acc2c97..675e4dbeb 100644 --- a/domains/_discord.dwigoric.json +++ b/domains/_discord.dwigoric.json @@ -4,7 +4,6 @@ "email": "dwigoric@pm.me", "discord": "295391820744228867" }, - "record": { "TXT": "dh=0dbe5579faf14819c58607e423f955be71311f60" } diff --git a/domains/_discord.e.json b/domains/_discord.e.json new file mode 100644 index 000000000..8946c514d --- /dev/null +++ b/domains/_discord.e.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "EducatedSuddenBucket", + "discord": "1167825360151380032", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.E52gF-yRvCrEPcTRHxMbPUqD3h9rFOcrEu7zeUC8-bcjtSOLrw7TwnWKn0ca_trDmDAf0Se7lxfbhmMwv06eCgrZn-fBgaYD3YeQ6rHlmL3L6WQgx16qhF-KdjyyPRGCdPmSfeoowR45AxY_48QLixoDzNIxWte8CUvJ_nCmC2NKhA84HRD8qudA0w7I0riwr9J7JCz1NLkGaGqLg_Oi4IDClom8nOhb3cB4w0BgK5umz0BmiXH5SibsfG7fkFJ4ETvQzzIrNH_w8TLkNRGv5hs3lSBEobx4Qe_BCq1KHuSHo-LmE-Aw74G96GgVHATECw0RW2sVyK3OnIOTZKzwDg.efXKzrCWSo9Ze3Xir-KhUg.PCY3rWSr7tGJsVM_wF5VKnRB2Tk2QKNKS6pZPJJH9XirQY7TJocpov1F0xZxI4mzll5FjRgP_DxsErWY-p3YqLDUSk5lJ7RywtFpfr4wsLOrjEEcwj_yYNAVphDqxsI3.OL1QnPKxsZtqZXbrhbnk2w" + }, + "record": { + "TXT": "dh=2812b2fbe8af8bd92dc2c1248d0d3a71a5b8555c" + } +} diff --git a/domains/_discord.ela.json b/domains/_discord.ela.json new file mode 100644 index 000000000..61463a1fc --- /dev/null +++ b/domains/_discord.ela.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "DXRdev", + "discordID": "335635478684499970", + "discord": "elastrixx" + }, + "record": { + "TXT": ["dh=146345133ea568500a36844c85d85ec0aead3bae"] + } +} diff --git a/domains/_discord.enderpoint.json b/domains/_discord.enderpoint.json index dac6e915f..98e7dfa8e 100644 --- a/domains/_discord.enderpoint.json +++ b/domains/_discord.enderpoint.json @@ -1,7 +1,6 @@ { "owner": { "username": "EnderPoint07", - "email": "", "discord": "DotM38#5497" }, "record": { diff --git a/domains/_discord.esb.json b/domains/_discord.esb.json deleted file mode 100644 index 48477d96b..000000000 --- a/domains/_discord.esb.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "EducatedSuddenBucket", - "email": "", - "discord": "1167825360151380032", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.fiKDfHFdeXEvcx-9T9B_2QxG8p8P-fC3uT5So98T78XutxFp6Nc6qElNABob_nxlsiOK9N1RIqeRdDfPDN1jMATvN5NbJK3djCOaSDU7gb7qXVKpNHJKERtcSBVfFP4GzEgnyFP2x6y0USWUI3qjuuyhEP73lVvBkI8Xwi9ijhVGPiJI2OXMh4SRLvUlTXxSyi0EmK5GJEZNMan0Phxhe1vIN4HXialEHu5X9z85VVDaPnTKtZUM0cv_YSlnL5KbHxL8o82zNdiuTX1XV2gjACcmk1-YW_AhH3pUOvCNlbodewyVG9Q0whaLZvtccOnsbVst8dzc2STxanASBN2idA.hMiZtTdAF3ZgNO_mRHziWw.fImfROdecxp7xIqWTq_k-a339nOvZCxndcY8pHEQ6ZMYJ0gNwSBWbm3W8ob1k83z9DvgrYFwBansZ4JrlG7VU_o4HPAmB0sHPMpp8EsHpOQ1IORmNM5sMUEJbBeXeekG.n_nbnPDDQbi7MqrJXIc5xw" - }, - - "record": { - "TXT": "dh=fb569bc3fb022455ac370440b925e73fbf40b75d" - } - } - \ No newline at end of file diff --git a/domains/_discord.evie.json b/domains/_discord.evie.json index dc5fd1346..435aef748 100644 --- a/domains/_discord.evie.json +++ b/domains/_discord.evie.json @@ -2,8 +2,7 @@ "owner": { "username": "Socketlike", "discordId": "285329659023851520", - "discord": "encyclopedic", - "email": "" + "discord": "encyclopedic" }, "record": { "TXT": "dh=2ffdb09f9be5f3f51fe2089c4cced6ec296d490e" diff --git a/domains/_discord.f.json b/domains/_discord.f.json index fcde71dbd..9578873ce 100644 --- a/domains/_discord.f.json +++ b/domains/_discord.f.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "iHategithub9000", - "email": "", - "discord": "836012649959522384", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IoMNwO2tYrmgvq3ChAPc1qf6eDMgrJfRbXdqbzBf8ywDPU9Ra5CAUcuBemL6SDw8kc7f6NLEAw14OV_zYwhEVVOWAr6g33gWIvtMQMaQFxp45c-SSOgSxFTPNIKhY5Cy7WirCXF0QBpaJkYn11BStJ19R2o33pzDEQD8wgabeDj72fe2E_kGwhjaDpIUvupkoa-07gXdrZwqA2SZezzi4RMGwTyw3BjKFfCliiEkjIHbyd8V8xy-mQsp0sIDzGWdt7JssjQg8bmPaqH_IAWH66SM6YqGriPSMrDWsgW1ziuJmWTv90LxbnNfsNohiNM0dwwfQjtIbapSm-BAeuaidQ.FWMYF89IinoFZTo43A6OCA.XE1-D9gvFshr40e-76KUCONloYxBJnfGpCgZhkryiJRh6wYkLfE6fImr9A2-AcbhKvuzKQrf9X5U0kquwWGxGU5GMX9AlwBFMvJHXJNVh08.rCvo-LUbkRogE7My_TgyWQ" - }, - - "record": { - "TXT": "dh=dc67333f26184dd81afd46574761e6243b4b1fd8" - } - } - \ No newline at end of file + "owner": { + "username": "iHategithub9000", + "discord": "836012649959522384", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IoMNwO2tYrmgvq3ChAPc1qf6eDMgrJfRbXdqbzBf8ywDPU9Ra5CAUcuBemL6SDw8kc7f6NLEAw14OV_zYwhEVVOWAr6g33gWIvtMQMaQFxp45c-SSOgSxFTPNIKhY5Cy7WirCXF0QBpaJkYn11BStJ19R2o33pzDEQD8wgabeDj72fe2E_kGwhjaDpIUvupkoa-07gXdrZwqA2SZezzi4RMGwTyw3BjKFfCliiEkjIHbyd8V8xy-mQsp0sIDzGWdt7JssjQg8bmPaqH_IAWH66SM6YqGriPSMrDWsgW1ziuJmWTv90LxbnNfsNohiNM0dwwfQjtIbapSm-BAeuaidQ.FWMYF89IinoFZTo43A6OCA.XE1-D9gvFshr40e-76KUCONloYxBJnfGpCgZhkryiJRh6wYkLfE6fImr9A2-AcbhKvuzKQrf9X5U0kquwWGxGU5GMX9AlwBFMvJHXJNVh08.rCvo-LUbkRogE7My_TgyWQ" + }, + "record": { + "TXT": "dh=dc67333f26184dd81afd46574761e6243b4b1fd8" + } +} diff --git a/domains/_discord.ftn.json b/domains/_discord.ftn.json index bb7497e1a..f506d1092 100644 --- a/domains/_discord.ftn.json +++ b/domains/_discord.ftn.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "furthir", - "email": "furthir@pm.me" - }, - "record": { - "TXT": "dh=a80a210e492f34a4378ffbb73352034cdc60fbb3" - } -} + "owner": { + "username": "furthir", + "email": "furthir@pm.me" + }, + "record": { + "TXT": "dh=a80a210e492f34a4378ffbb73352034cdc60fbb3" + } +} diff --git a/domains/_discord.funn.json b/domains/_discord.funn.json index d89e44cc3..ed904ab5a 100644 --- a/domains/_discord.funn.json +++ b/domains/_discord.funn.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "funnsam", - "email": "funnsam8@gmail.com" - }, - "record": { - "TXT": "dh=901b963730610d7e0f1d4f29c48658f871d6e71d" - } + "owner": { + "username": "funnsam", + "email": "funnsam8@gmail.com" + }, + "record": { + "TXT": "dh=901b963730610d7e0f1d4f29c48658f871d6e71d" + } } diff --git a/domains/_discord.gabek.json b/domains/_discord.gabek.json deleted file mode 100644 index 8646e0122..000000000 --- a/domains/_discord.gabek.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "gabekgfx", - "email": "bussines.gabrys@gmail.com" - }, - "record": { - "TXT": "dh=02ed193dbc1e396517abe81c2c5d9a007a4a6e25" - } -} diff --git a/domains/_discord.gattinhosbot.json b/domains/_discord.gattinhosbot.json index aedad44a3..537017d64 100644 --- a/domains/_discord.gattinhosbot.json +++ b/domains/_discord.gattinhosbot.json @@ -1,7 +1,6 @@ { "owner": { "username": "Stef-00012", - "email": "", "discord": "694986201739952229", "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" }, diff --git a/domains/_discord.gokulbarath.json b/domains/_discord.gokulbarath.json new file mode 100644 index 000000000..b6448956d --- /dev/null +++ b/domains/_discord.gokulbarath.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "gokul6350", + "email": "gokul00060@gmail.com" + }, + "record": { + "TXT": ["dh=55a65497a2c3938fee2de54e3600a5b55524016c"] + } +} diff --git a/domains/_discord.gonpvp.json b/domains/_discord.gonpvp.json index ae0bf235a..815b664b0 100644 --- a/domains/_discord.gonpvp.json +++ b/domains/_discord.gonpvp.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "iammehdib", - "email": "", - "discord": "949450590084292608", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.OR-_LLE86-QZu2pD6feFI0Y3Kt93KL6A46ZN2IU_3DKZ2vHUrWnyEGQbP2svew27jqbdEzQSswWCpXByUS-jJKDYYZtjIBm0xuPqu-IuOO0wgAXQhMWCrvJuRJrT-Hhlf9dXu5LelKEAQlB8Qeid5FBdrjNst5xWMv8rlWHYINTScb-5oPBeHzt9GDKwPGvZOQRsVs_m9bJq8au1ISq_MakkQmMIRR_nBYN4ReSziJx-uVN09sbmSv8cSbBbZ9QZGvDgTF2GyRJYh301N8IeFBB2B5XzeA-ws93ajlVDkWcl7afuIXJEM8aBSHLWWJ_b8ocbvB-A-i3LXiE7-vkK5g.e-RplW2mFIb9IShDR4Zupg.MvnWmk7N-m6NJEdnLxfRPMX3pLB2X6XoXkLzENwH8rH7_ZD7k_-9vg9LFyVeSK927cKriwIIJ45quwC7wuB2pH8jk1RxnrgLCAaEnO2rVbk.iWR394yzOgznDeoa_mg5Jw" - }, - - "record": { - "TXT": "dh=ba636b73eeffb865ffaf0fc772f7677061ff0982" - } - } - \ No newline at end of file + "owner": { + "username": "iammehdib", + "discord": "949450590084292608", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.OR-_LLE86-QZu2pD6feFI0Y3Kt93KL6A46ZN2IU_3DKZ2vHUrWnyEGQbP2svew27jqbdEzQSswWCpXByUS-jJKDYYZtjIBm0xuPqu-IuOO0wgAXQhMWCrvJuRJrT-Hhlf9dXu5LelKEAQlB8Qeid5FBdrjNst5xWMv8rlWHYINTScb-5oPBeHzt9GDKwPGvZOQRsVs_m9bJq8au1ISq_MakkQmMIRR_nBYN4ReSziJx-uVN09sbmSv8cSbBbZ9QZGvDgTF2GyRJYh301N8IeFBB2B5XzeA-ws93ajlVDkWcl7afuIXJEM8aBSHLWWJ_b8ocbvB-A-i3LXiE7-vkK5g.e-RplW2mFIb9IShDR4Zupg.MvnWmk7N-m6NJEdnLxfRPMX3pLB2X6XoXkLzENwH8rH7_ZD7k_-9vg9LFyVeSK927cKriwIIJ45quwC7wuB2pH8jk1RxnrgLCAaEnO2rVbk.iWR394yzOgznDeoa_mg5Jw" + }, + "record": { + "TXT": "dh=ba636b73eeffb865ffaf0fc772f7677061ff0982" + } +} diff --git a/domains/_discord.gunman.json b/domains/_discord.gunman.json index d4ad3f37f..945e01bc5 100644 --- a/domains/_discord.gunman.json +++ b/domains/_discord.gunman.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "MukuJhansi", - "email": "mukundagrawal800@gmail.com" - }, - "record": { - "TXT": "dh=be7d82f3a9cf950d2aa2d3379ddf345aff4859f0" - } -} + "owner": { + "username": "MukuJhansi", + "email": "mukundagrawal800@gmail.com" + }, + "record": { + "TXT": "dh=be7d82f3a9cf950d2aa2d3379ddf345aff4859f0" + } +} diff --git a/domains/_discord.hafi.json b/domains/_discord.hafi.json new file mode 100644 index 000000000..2e9ef3a96 --- /dev/null +++ b/domains/_discord.hafi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "HafiTheCat", + "discord": "hafi_the_cat" + }, + "record": { + "TXT": "dh=1ae8d3b3460ce837d26bf5cfaa473a1bdc13460f" + } +} diff --git a/domains/_discord.harunabdullah.json b/domains/_discord.harunabdullah.json new file mode 100644 index 000000000..b02c66be9 --- /dev/null +++ b/domains/_discord.harunabdullah.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "harunabdullah", + "email": "harunabdullahrakin@gmail.com" + }, + "record": { + "TXT": "dh=08ca7b2a348ba12437193e6d84e9b819dc75da31" + } +} diff --git a/domains/_discord.hchs-bot.json b/domains/_discord.hchs-bot.json index b01a1f70f..146b14f90 100644 --- a/domains/_discord.hchs-bot.json +++ b/domains/_discord.hchs-bot.json @@ -2,7 +2,7 @@ "owner": { "username": "jimmy20180130", "email": "jimmy20180130@gmail.com", - "twitter": "@jimmyyo45639462", + "twitter": "jimmyyo45639462", "discord": "xiaoxi_tw#0" }, "record": { diff --git a/domains/_discord.hcj.json b/domains/_discord.hcj.json new file mode 100644 index 000000000..298d1c187 --- /dev/null +++ b/domains/_discord.hcj.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "TheHCJ", + "bluesky": "did:plc:5f2c6awh4ffekm7srmi4d6zg" + }, + "record": { + "TXT": "dh=4d34d136feda8f0fade8d9cbf34cfb3ff0adee15" + } +} diff --git a/domains/_discord.heath.json b/domains/_discord.heath.json new file mode 100644 index 000000000..7b20b22e1 --- /dev/null +++ b/domains/_discord.heath.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "minodab492", + "email": "heath.garvin@minodabproductions.dev" + }, + "record": { + "TXT": ["dh=5a45b7cd26a9cd21f027e4bbf1c010cac0b78204"] + } +} diff --git a/domains/_discord.heyaxo.json b/domains/_discord.heyaxo.json new file mode 100644 index 000000000..2f93a079e --- /dev/null +++ b/domains/_discord.heyaxo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "verygafanhot", + "email": "verygafanhot@gmail.com" + }, + "record": { + "TXT": "dh=772e8981e6a0b8bc4e30ac4af5160be7fd175c8a" + } +} diff --git a/domains/_discord.hilight3r.json b/domains/_discord.hilight3r.json index a78cebdb3..66ec18169 100644 --- a/domains/_discord.hilight3r.json +++ b/domains/_discord.hilight3r.json @@ -1,7 +1,6 @@ { "owner": { "username": "HIlight3R", - "email": "", "discord": "632272741000544259", "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.lEEbmOZavCkur0apEhD0MigNx6rzV3Kqhd9_Lw4Wxt7U7b0rcV779rEFB1Fm4LdwKAVJJ8_MeDm1jf0y14lGqQotXsvYzRKOCBk5t7vLtS_541WkodNwOPbAUV_g2KBaq6MynjnwX5786OLkuRJE-QnxwflxQRQHtL76xYJV3d7UVmZk0ppSUxyCw5SdSXUp7zgoJiTE2JIshtR5dFULQCyH9QK7gVpNFJBwaoTJeoRsCOy_oYoXVhYysYhX94tubtwKzE4xSDmQW4UbOo8yLRNTIo-PkyuY6cBD4yYvueRcTAd_UChS12Y27QSFhQq78I7WLaE7u4cV060Th1fEmA.9kQc0tIg1PyfXJtKgbiBSQ.uFTPklnOgLBqnu-dg7ZsCEZ_QrMiuyiHY60IgI1X3CdE1kSQckWTdApOQF8AXTC0inYYfmSpfvzP02Rcgo3Z9vyrckWG_ZSJbmfKR2SOpeN_Cq94jwKAZQXW0U45LxB1.cYkl_VljmQbyvurLc7hF6Q" }, diff --git a/domains/_discord.imide.json b/domains/_discord.imide.json index 06a6c486d..b32866520 100644 --- a/domains/_discord.imide.json +++ b/domains/_discord.imide.json @@ -1,7 +1,6 @@ { "owner": { "username": "imide", - "email": "", "discord": "555915168932954112" }, "record": { diff --git a/domains/_discord.imm0nv1nhtv.json b/domains/_discord.imm0nv1nhtv.json deleted file mode 100644 index dcce76bce..000000000 --- a/domains/_discord.imm0nv1nhtv.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "imm0nv1nhtv", - "email": "windows10phamvinh+github@gmail.com" - }, - "record": { - "TXT": "dh=05d77c5d6895f487e96ea956a6a985fa532fa0ee" - } -} diff --git a/domains/_discord.infernum.json b/domains/_discord.infernum.json new file mode 100644 index 000000000..7a8dafa86 --- /dev/null +++ b/domains/_discord.infernum.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "Infernum1" + }, + "record": { + "TXT": ["dh=b25f81ebab2ff999a86bbda2f49f609e03054b39"] + } +} diff --git a/domains/_discord.jadebetty.json b/domains/_discord.jadebetty.json index eaa74e709..eb2b1b369 100644 --- a/domains/_discord.jadebetty.json +++ b/domains/_discord.jadebetty.json @@ -1,7 +1,6 @@ { "owner": { "username": "JadeBetty", - "email": "", "discord": "758617912566087681" }, "record": { diff --git a/domains/_discord.jeff.json b/domains/_discord.jeff.json new file mode 100644 index 000000000..9b3b55a93 --- /dev/null +++ b/domains/_discord.jeff.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "PentSec", + "email": "jeffreysfu@gmail.com" + }, + "record": { + "TXT": "dh=674aa7264cbcffb1d24dd630c38f8613ad822824" + } +} diff --git a/domains/_discord.jirafey.json b/domains/_discord.jirafey.json deleted file mode 100644 index ca5092c75..000000000 --- a/domains/_discord.jirafey.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "jirafey", - "email": "e9282425-361f-427d-a3dd-249a564432b9@anonaddy.me" - }, - "record": { - "TXT": "dh=3c80d94ed181b223255b5fbf35f8fda6a402058f" - } -} diff --git a/domains/_discord.jonathan-russ.json b/domains/_discord.jonathan-russ.json new file mode 100644 index 000000000..85ec5b4c7 --- /dev/null +++ b/domains/_discord.jonathan-russ.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "JonathanXDR", + "email": "jonathan.russ@bluewin.ch", + "discord": "494042822320717827" + }, + "record": { + "TXT": "dh=38d522d76c80c10c68fa083f015b65ef2986a91b" + } +} diff --git a/domains/_discord.joshua.json b/domains/_discord.joshua.json index d2caa64b4..6d26e6000 100644 --- a/domains/_discord.joshua.json +++ b/domains/_discord.joshua.json @@ -4,7 +4,6 @@ "email": "dwigoric@gmail.com", "discord": "295391820744228867" }, - "record": { "TXT": "dh=091e5d13b0f360e03d1ae8a746c5bed81da680e2" } diff --git a/domains/_discord.json b/domains/_discord.json new file mode 100644 index 000000000..7b48822dc --- /dev/null +++ b/domains/_discord.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "is-a-dev", + "email": "admin@is-a.dev" + }, + "record": { + "TXT": ["dh=d5273eca7d19d9a734f62376816c287bc2613ef7"] + } +} diff --git a/domains/_discord.jumanji.json b/domains/_discord.jumanji.json new file mode 100644 index 000000000..345aa2749 --- /dev/null +++ b/domains/_discord.jumanji.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "heyjumanji", + "email": "madhuchutiya.unhinge650@silomails.com" + }, + "record": { + "TXT": "dh=aa51fc97861c871fc4daece76efa42c15712f116" + } +} diff --git a/domains/_discord.justdeveloper.json b/domains/_discord.justdeveloper.json index fc8da2bd5..9dfa8c4ff 100644 --- a/domains/_discord.justdeveloper.json +++ b/domains/_discord.justdeveloper.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "JustDeveloper1", - "email": "lk.qq@ya.ru" - }, - "record": { - "TXT": "dh=a468556178a0bac462fa84043545b67b982e7fe0" - } -} + "owner": { + "username": "JustDeveloper1", + "email": "justdeveloper@juststudio.is-a.dev" + }, + "record": { + "TXT": "dh=a468556178a0bac462fa84043545b67b982e7fe0" + } +} diff --git a/domains/_discord.juststudio.json b/domains/_discord.juststudio.json index 0241907fb..950bc1a5e 100644 --- a/domains/_discord.juststudio.json +++ b/domains/_discord.juststudio.json @@ -1,10 +1,10 @@ { - "owner": { - "username": "JustDeveloper1", - "email": "support@juststudio.is-a.dev", - "discord": "1117482901353812088" - }, - "record": { - "TXT": "dh=33f1a73c2f587fed7b0f3c03f18e1bf4591f8aec" - } -} + "owner": { + "username": "JustDeveloper1", + "email": "support@juststudio.is-a.dev", + "discord": "1117482901353812088" + }, + "record": { + "TXT": "dh=33f1a73c2f587fed7b0f3c03f18e1bf4591f8aec" + } +} diff --git a/domains/_discord.justwinstuff.json b/domains/_discord.justwinstuff.json new file mode 100644 index 000000000..9f8e177dd --- /dev/null +++ b/domains/_discord.justwinstuff.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "enderfoxbg", + "discord": "970380468090437672" + }, + "record": { + "TXT": ["dh=75e9bdc423ca4351bb8938087b552bc2ee9a3e16"] + } +} diff --git a/domains/_discord.keiran.json b/domains/_discord.keiran.json index 0de82ec5b..bce0dc353 100644 --- a/domains/_discord.keiran.json +++ b/domains/_discord.keiran.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "KeiranScript", - "email": "keiran0@proton.me" - }, - "record": { - "TXT": "dh=eb547686041eae67bd1cc80bb3ce863b47199c02" - } -} + "owner": { + "username": "KeiranScript", + "email": "keiran0@proton.me" + }, + "record": { + "TXT": "dh=eb547686041eae67bd1cc80bb3ce863b47199c02" + } +} diff --git a/domains/_discord.keybinds.json b/domains/_discord.keybinds.json new file mode 100644 index 000000000..cb1df48b8 --- /dev/null +++ b/domains/_discord.keybinds.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "tr1xem" + }, + "record": { + "TXT": ["dh=2cd8606690feb1e7c8ed348d2875d718bb5b87f1"] + } +} diff --git a/domains/_discord.korrykatti.json b/domains/_discord.korrykatti.json index 17edd0917..ef3a1bb50 100644 --- a/domains/_discord.korrykatti.json +++ b/domains/_discord.korrykatti.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "korrykatti", - "email": "8nctvx7gi@mozmail.com" - }, - "record": { - "TXT": "dh=75cc1a7bea6d033882a519e2d3fb4dd85314d6ec" - } -} + "owner": { + "username": "korrykatti", + "email": "8nctvx7gi@mozmail.com" + }, + "record": { + "TXT": "dh=75cc1a7bea6d033882a519e2d3fb4dd85314d6ec" + } +} diff --git a/domains/_discord.krazy.json b/domains/_discord.krazy.json deleted file mode 100644 index 136b23b6d..000000000 --- a/domains/_discord.krazy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "KrazyKleb", - "email": "krazykleb@outlook.com" - }, - "record": { - "TXT": "dh=9b437fc3639b73eb33fe9b536d5ad6acbec42dd1" - } -} diff --git a/domains/_discord.krishanu.json b/domains/_discord.krishanu.json new file mode 100644 index 000000000..c51cb976f --- /dev/null +++ b/domains/_discord.krishanu.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "krishanunaskar", + "email": "portfolio.krishanu@gmail.com", + "discord": "977802250716078210" + }, + "record": { + "TXT": "dh=1603c613efb962d2d1557e92b16fe8caf00d0680" + } +} diff --git a/domains/_discord.krunch.json b/domains/_discord.krunch.json index cc0a0db9b..200efe570 100644 --- a/domains/_discord.krunch.json +++ b/domains/_discord.krunch.json @@ -1,8 +1,7 @@ { "owner": { "username": "RadioactivePotato", - "email": "", - "discord": "krunchiekrunch._." + "discord": "1166013268008120340" }, "record": { "TXT": "dh=df2bf9fb87a1dc3ee29c6ddfa51ed86da28581c5" diff --git a/domains/_discord.kuba.json b/domains/_discord.kuba.json deleted file mode 100644 index 4555aca5e..000000000 --- a/domains/_discord.kuba.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "description": "_discord.kuba is a subdomain for verification of Discord's domain ownership system.", - "owner": { - "telegram": "idkuba", - "username": "kbvivi", - "email": "kbvivi.contact@gmail.com", - "discord": "105170831130234880" - }, - "repo": "https://github.com/kbvivi/kuba.lol", - "record": { - "TXT": [ - "dh=4f43d84403713773fa9506963218fe01cfd9b61d" - ] - } -} diff --git a/domains/_discord.lasty.json b/domains/_discord.lasty.json index 887e589c2..449b3c9d2 100644 --- a/domains/_discord.lasty.json +++ b/domains/_discord.lasty.json @@ -1,9 +1,9 @@ { "owner": { - "username": "me0w-0", - "email": "lasty@outlook.in" + "username": "me0w-0", + "email": "lasty@outlook.in" }, "record": { - "TXT": "dh=c380482ea03623c429b2750e9daa2f2778dc18b8" + "TXT": "dh=c380482ea03623c429b2750e9daa2f2778dc18b8" } } diff --git a/domains/_discord.letum.json b/domains/_discord.letum.json index 4d36f8459..16a352e1f 100644 --- a/domains/_discord.letum.json +++ b/domains/_discord.letum.json @@ -1,8 +1,7 @@ { - "owner": { - "username": "amoramicae", - "discord": "1252631745514180790", - "email": "" + "owner": { + "username": "amoramicae", + "discord": "1252631745514180790" }, "record": { "TXT": "dh=d49386149c842861e763ac8bf5ce74c93414ce5a" diff --git a/domains/_discord.liam.json b/domains/_discord.liam.json new file mode 100644 index 000000000..99637acbc --- /dev/null +++ b/domains/_discord.liam.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "liamatienza", + "email": "liamdev@duck.com" + }, + "record": { + "TXT": "dh=c53cce4432aa366f65bd320ab681d468c8cea968" + } +} diff --git a/domains/_discord.lingle.json b/domains/_discord.lingle.json new file mode 100644 index 000000000..24dbdc6a5 --- /dev/null +++ b/domains/_discord.lingle.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lingledev", + "email": "gideon.lingle2023@gmail.com" + }, + "record": { + "TXT": ["dh=21d66ba4bca0c546fa80a877a6d3df57216bd5f5"] + } +} diff --git a/domains/_discord.linksrayan.json b/domains/_discord.linksrayan.json deleted file mode 100644 index f6a20e2ca..000000000 --- a/domains/_discord.linksrayan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "syedrayangames", - "email": "syedrayangames@gmail.com" - }, - "record": { - "TXT": "dh=9978fb189e392bec25b857297f914f34ef65ffb7" - } -} diff --git a/domains/_discord.luihh.json b/domains/_discord.luihh.json new file mode 100644 index 000000000..4aae203c2 --- /dev/null +++ b/domains/_discord.luihh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "luihh", + "email": "luihh@proton.me" + }, + "record": { + "TXT": "dh=81d234bda025f0796690ab6cf411be3a6b6c73c2" + } +} diff --git a/domains/_discord.lumi.json b/domains/_discord.lumi.json new file mode 100644 index 000000000..94a9a1b26 --- /dev/null +++ b/domains/_discord.lumi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "itsFatlum", + "discord": "563697359423406082" + }, + "record": { + "TXT": ["dh=e00668e963ac416881a25e0bb5f87429a5eb0792"] + } +} diff --git a/domains/_discord.lumix.json b/domains/_discord.lumix.json index 83962b4e7..cc4eb0f9b 100644 --- a/domains/_discord.lumix.json +++ b/domains/_discord.lumix.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "o-lumix", - "email": "bylumixxx@gmail.com" - }, - "record": { - "TXT": "dh=bbcffd54d5f1b8489e6641a569f55d5e82a7a32f" - } -} + "owner": { + "username": "o-lumix", + "email": "bylumixxx@gmail.com" + }, + "record": { + "TXT": "dh=bbcffd54d5f1b8489e6641a569f55d5e82a7a32f" + } +} diff --git a/domains/_discord.lver.json b/domains/_discord.lver.json new file mode 100644 index 000000000..c2bafa3d3 --- /dev/null +++ b/domains/_discord.lver.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lverx", + "email": "profoundlvr@gmail.com" + }, + "record": { + "TXT": "dh=2e24b5f5d9aa41852614d8b5760748d097b138b9" + } +} \ No newline at end of file diff --git a/domains/_discord.matt3o0.json b/domains/_discord.matt3o0.json new file mode 100644 index 000000000..1e5d7731e --- /dev/null +++ b/domains/_discord.matt3o0.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "duvbolone", + "email": "duvbolone@gmail.com" + }, + "record": { + "TXT": ["dh=00c8db5a2edc793156939308c6f9e4a11bbf27e7"] + } +} diff --git a/domains/_discord.mehulpathak.json b/domains/_discord.mehulpathak.json new file mode 100644 index 000000000..e4691142d --- /dev/null +++ b/domains/_discord.mehulpathak.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "m3hu1", + "email": "pathakkmehul@gmail.com" + }, + "record": { + "TXT": "dh=bb5a0d412e8f7f0b02dbf56d27610f20b99ac8a9" + } +} diff --git a/domains/_discord.meywy.json b/domains/_discord.meywy.json index c45f63440..56cb01584 100644 --- a/domains/_discord.meywy.json +++ b/domains/_discord.meywy.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "Meywy", - "email": "meywyy@gmail.com" - }, - "record": { - "TXT": "dh=67bbe9b7f65f85288f9235e79cde1dbab8dc825f" - } -} + "owner": { + "username": "Meywy", + "email": "meywyy@gmail.com" + }, + "record": { + "TXT": "dh=67bbe9b7f65f85288f9235e79cde1dbab8dc825f" + } +} diff --git a/domains/_discord.minhphan.json b/domains/_discord.minhphan.json index 931081253..4a3fc72d2 100644 --- a/domains/_discord.minhphan.json +++ b/domains/_discord.minhphan.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "MinhPhan1203", - "email": "phan48788@gmail.com" - }, - "record": { - "TXT": "dh=78c7c89ac00d07ec34dd5e1d68289a3a877353dd" - } -} + "owner": { + "username": "MinhPhan1203", + "email": "phan48788@gmail.com" + }, + "record": { + "TXT": "dh=78c7c89ac00d07ec34dd5e1d68289a3a877353dd" + } +} diff --git a/domains/_discord.moddatei.json b/domains/_discord.moddatei.json new file mode 100644 index 000000000..0f2871c2c --- /dev/null +++ b/domains/_discord.moddatei.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "moddatei", + "email": "moddatei@proton.me" + }, + "record": { + "TXT": "dh=61bcf3ed41433d6b179422a6b0bd4fc2b95acf4e" + } +} diff --git a/domains/_discord.mrstickypiston.json b/domains/_discord.mrstickypiston.json index c846e3961..4375e3c41 100644 --- a/domains/_discord.mrstickypiston.json +++ b/domains/_discord.mrstickypiston.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "MrStickyPiston", - "email": "mr.sticky.piston@gmail.com", - "discord": "700766242268774471" - }, - - "record": { - "TXT": "dh=bf6dee9491a16ba5f5e3f6550e1fe4640843323e" - } - } - \ No newline at end of file + "owner": { + "username": "MrStickyPiston", + "email": "mr.sticky.piston@gmail.com", + "discord": "700766242268774471" + }, + "record": { + "TXT": "dh=bf6dee9491a16ba5f5e3f6550e1fe4640843323e" + } +} diff --git a/domains/_discord.mwa.json b/domains/_discord.mwa.json index bb21e3b42..f29e0503d 100644 --- a/domains/_discord.mwa.json +++ b/domains/_discord.mwa.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "totallynotmwa", - "email": "", - "discord": "totallynotmwa" - }, - "record": { - "TXT": "dh=7d4809eb409755939787cbc69a2de54a863b32d8" - } -} + "owner": { + "username": "totallynotmwa", + "discord": "totallynotmwa" + }, + "record": { + "TXT": "dh=7d4809eb409755939787cbc69a2de54a863b32d8" + } +} diff --git a/domains/_discord.narasima.json b/domains/_discord.narasima.json new file mode 100644 index 000000000..aac166607 --- /dev/null +++ b/domains/_discord.narasima.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NarasimaPandiyan", + "email": "cs42059@gmail.com" + }, + "record": { + "TXT": "dh=d54feeb331611626de2134ef368bdcf7691cbbb3" + } +} diff --git a/domains/_discord.nekitori17.json b/domains/_discord.nekitori17.json index 97571ee8e..c24a282a1 100644 --- a/domains/_discord.nekitori17.json +++ b/domains/_discord.nekitori17.json @@ -1,10 +1,10 @@ -{ - "owner": { - "username": "nekitori17", - "email": "cuongnguyen286641@gmail.com", - "discord": "nekitorihakari" - }, - "record": { - "TXT": "dh=8849bd42df7ed435ec3e75b68585a930ec3634b0" - } -} \ No newline at end of file +{ + "owner": { + "username": "nekitori17", + "email": "cuongnguyen286641@gmail.com", + "discord": "nekitorihakari" + }, + "record": { + "TXT": "dh=8849bd42df7ed435ec3e75b68585a930ec3634b0" + } +} diff --git a/domains/_discord.nekomyaa.json b/domains/_discord.nekomyaa.json new file mode 100644 index 000000000..b96aebc77 --- /dev/null +++ b/domains/_discord.nekomyaa.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lolinekord", + "email": "contact@lolineko3.net" + }, + "record": { + "TXT": "dh=a761b99a6a7d449df2e423a119eab9a4ec773e7e" + } +} diff --git a/domains/_discord.nick.json b/domains/_discord.nick.json new file mode 100644 index 000000000..8b6b71024 --- /dev/null +++ b/domains/_discord.nick.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "PrinceBunBun981", + "email": "me@nick.cool", + "discord": "nickwoah" + }, + "record": { + "TXT": "dh=b9e9ee170ceabd5d201a50225be187e055b9bbb6" + } +} diff --git a/domains/_discord.nickibreeki.json b/domains/_discord.nickibreeki.json new file mode 100644 index 000000000..6a6fbec44 --- /dev/null +++ b/domains/_discord.nickibreeki.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "n1ckibreeki", + "email": "nickibreeki@outlook.com" + }, + "record": { + "TXT": "dh=14acda3ef13ac5d15f7cf8e8cfd3a8556fc227eb" + } +} diff --git a/domains/_discord.niclqs.json b/domains/_discord.niclqs.json new file mode 100644 index 000000000..72748fc05 --- /dev/null +++ b/domains/_discord.niclqs.json @@ -0,0 +1,11 @@ +{ + "description": "niclqs.is-a.dev discord verify ownership", + "owner": { + "discord": "niclqs", + "email": "discord@push-den-weg.de", + "username": "NiclqsGER" + }, + "record": { + "TXT": "dh=0b19779c5bdb5bdc6a6e3a5d7f44996deedab1dc" + } +} diff --git a/domains/_discord.nikymetaa.json b/domains/_discord.nikymetaa.json deleted file mode 100644 index 05d81f346..000000000 --- a/domains/_discord.nikymetaa.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "nikytap1n", - "email": "anhky726@gmail.com", - "discord": "1007521768761729094" - }, - "record": { - "TXT": "dh=0d03c1e4a0e12d0e7190cea1571ec61cb3ba0101" - } -} diff --git a/domains/_discord.nikyofficial.json b/domains/_discord.nikyofficial.json new file mode 100644 index 000000000..0777d6d1a --- /dev/null +++ b/domains/_discord.nikyofficial.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "nikyy2", + "email": "anhky581@gmail.com", + "discord": "1007521768761729094" + }, + "record": { + "TXT": "dh=eb8bcab3a2e8a1f278e7cb88404974b46f58a31c" + } +} diff --git a/domains/_discord.noob.json b/domains/_discord.noob.json new file mode 100644 index 000000000..7ced2a9c6 --- /dev/null +++ b/domains/_discord.noob.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "IMXNOOBX", + "email": "me@noob.bio" + }, + "record": { + "TXT": "dh=4bda89987e4e232aac78bb9d0a0e973c96166119" + } +} diff --git a/domains/_discord.notcoded.json b/domains/_discord.notcoded.json new file mode 100644 index 000000000..4b0d5f267 --- /dev/null +++ b/domains/_discord.notcoded.json @@ -0,0 +1,11 @@ +{ + "description": "domain verification for discord", + "owner": { + "username": "not-coded", + "discord": "notcoded", + "discordUserID": "620662953347121163" + }, + "record": { + "TXT": "dh=0a6a5afd3a6ee9b2709a43a77e6679a2e9969384" + } +} diff --git a/domains/_discord.notzer0two.json b/domains/_discord.notzer0two.json new file mode 100644 index 000000000..73045103f --- /dev/null +++ b/domains/_discord.notzer0two.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NotZer0Two", + "email": "lyonfan2010@gmail.com" + }, + "record": { + "TXT": "dh=89504c863f0365fd5e214e695141b54b8d44c6c7" + } +} diff --git a/domains/_discord.nuggew.json b/domains/_discord.nuggew.json new file mode 100644 index 000000000..39d8df00c --- /dev/null +++ b/domains/_discord.nuggew.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Nuggew", + "email": "contato.guilherme.silva.araujo@gmail.com" + }, + "record": { + "TXT": "dh=a5d33ae1ddbac9692e675b562538f6b316f1aa1f" + } +} diff --git a/domains/_discord.oc.json b/domains/_discord.oc.json deleted file mode 100644 index ca3feed6f..000000000 --- a/domains/_discord.oc.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "orxngc", - "discord": "orangc", - "email": "orangc@proton.me" - }, - "record": { - "TXT": "dh=a46c846585142f2290edfa87de14a47c01715d15" - } -} diff --git a/domains/_discord.okinea.json b/domains/_discord.okinea.json index 0a77c016c..78010e42d 100644 --- a/domains/_discord.okinea.json +++ b/domains/_discord.okinea.json @@ -1,11 +1,10 @@ { - "owner": { - "username": "okineadev", - "discord": "okineadev", - "telegram": "okinea", - "email": "81070564+okineadev@users.noreply.github.com" - }, - "record": { - "TXT": "dh=72f6dea86d79bda34d2c61e1edb3037954caac82" - } -} + "owner": { + "username": "okineadev", + "discord": "okineadev", + "telegram": "okinea" + }, + "record": { + "TXT": "dh=72f6dea86d79bda34d2c61e1edb3037954caac82" + } +} diff --git a/domains/_discord.orangc.json b/domains/_discord.orangc.json deleted file mode 100644 index dcdfb506a..000000000 --- a/domains/_discord.orangc.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "orxngc", - "discord": "orangc", - "email": "orangc@proton.me" - }, - "record": { - "TXT": "dh=d27c8c015aa5f1be96c0c468e091a0958dd1c1dc" - } -} diff --git a/domains/_discord.orange.json b/domains/_discord.orange.json deleted file mode 100644 index f211bc75e..000000000 --- a/domains/_discord.orange.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "orxngc", - "discord": "orangc", - "email": "orangc@proton.me" - }, - "record": { - "TXT": "dh=7e7e671a8b44d02fde9ab6f6df7baf94086c96fd" - } -} diff --git a/domains/_discord.osho.json b/domains/_discord.osho.json new file mode 100644 index 000000000..0c43a577b --- /dev/null +++ b/domains/_discord.osho.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "profxadke", + "email": "xadkeg@duck.com" + }, + "record": { + "TXT": ["dh=35ca5646ff4cbe25158bef568c0e26c7224f5a61"] + } +} diff --git a/domains/_discord.owo.json b/domains/_discord.owo.json deleted file mode 100644 index 21dea334f..000000000 --- a/domains/_discord.owo.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "orxngc", - "discord": "orangc", - "email": "orangc@proton.me" - }, - "record": { - "TXT": "dh=f05ab12fac60a5257c0ebc18895228ee3ec397d3" - } -} diff --git a/domains/_discord.painscreen.json b/domains/_discord.painscreen.json index 08cf77287..63e730ba9 100644 --- a/domains/_discord.painscreen.json +++ b/domains/_discord.painscreen.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "iHategithub9000", - "email": "", - "discord": "836012649959522384", - "reddit": "u/ahhlifeeee" - }, - - "record": { - "TXT":"dh=7e6fb461ca0baaa88aa3fd36db70d4f8efa67675" - } - } + "owner": { + "username": "iHategithub9000", + "discord": "836012649959522384", + "reddit": "u/ahhlifeeee" + }, + "record": { + "TXT": "dh=7e6fb461ca0baaa88aa3fd36db70d4f8efa67675" + } +} diff --git a/domains/_discord.paul.json b/domains/_discord.paul.json index 4f6f6efb3..ba7a1984e 100644 --- a/domains/_discord.paul.json +++ b/domains/_discord.paul.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "NotKaskus", - "email": "kaskus45@proton.me" - }, - "record": { - "TXT": "dh=47c4b20ad8d876bd40060dd5cee8a4a201378626" - } -} + "owner": { + "username": "NotKaskus", + "email": "kaskus45@proton.me" + }, + "record": { + "TXT": "dh=47c4b20ad8d876bd40060dd5cee8a4a201378626" + } +} diff --git a/domains/_discord.piker.json b/domains/_discord.piker.json new file mode 100644 index 000000000..a2b688600 --- /dev/null +++ b/domains/_discord.piker.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "piker98988", + "email": "iker.pavcur@gmail.com" + }, + "record": { + "TXT": "dh=fbea31b6c973108788a610db21edd08f23d92801" + } +} diff --git a/domains/_discord.potatochips0706.json b/domains/_discord.potatochips0706.json deleted file mode 100644 index f447f2aea..000000000 --- a/domains/_discord.potatochips0706.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "potato0706", - "email": "potatochips0706@gmail.com" - }, - "record": { - "TXT": "dh=0eeef9c4f4ec2b1309eec477bd8170e116d3b1d9" - } -} diff --git a/domains/_discord.qing762.json b/domains/_discord.qing762.json new file mode 100644 index 000000000..5eec384c6 --- /dev/null +++ b/domains/_discord.qing762.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "qing762", + "email": "q1ng762@outlook.com" + }, + "record": { + "TXT": "dh=c798ccabffa36b2206669860c46efe903852e675" + } +} \ No newline at end of file diff --git a/domains/_discord.raccoon.json b/domains/_discord.raccoon.json index f14a64ce6..7ef5d6a23 100644 --- a/domains/_discord.raccoon.json +++ b/domains/_discord.raccoon.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "nilsraccoon", - "email": "", - "discord": "1129507464589627512", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.PPnoIJfcoL_7yxUSqZflrlb75Q3se_Tt1I62wfjtmAQ-SQoJnScuTko8x83owshF2icNswmUe5tn7f3DbxJYDnnIlumVntt0CezIbQEocX_x8TCMtRuTcTvD4ueeBQsxnBmEtvfKPsZj5Razij8afJmoUwgLJVmBwsqWzEdtYXBhcuJRwa0X-7LTx_1UKBPRhuoAbUUCyXLpnczz1O8q0ZUNLZE1fiIlpF-wvZV9n807Vq9_CdAPsywBKdBEp7bzdBl-J_Tz9eDL7fon71moFHCd9HK2m-KWJZx9WkspaTt7DQ4fgqj47VyvZKDtjyaAILpYQjlzE5AlLmMF54Sgew.m3UG6A4GKt7d98bD7Ipfdw.NJwkUVeZFpfRumoeOQA8ip8Uv-T74jhtnBIrtwQw6wWoBpOQMiIFmefxRWVvGqH2BZWfyupRFExmMqxmzLUIMZBwmNtwW7Six9ixDYXZPWM.nM4AkCd7tHSfBFyQ7313Jw" - }, - - "record": { - "TXT": "dh=e9381b84c8007443b186820d32a3797bd8fa537d" - } - } - \ No newline at end of file + "owner": { + "username": "nilsraccoon", + "discord": "1129507464589627512", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.PPnoIJfcoL_7yxUSqZflrlb75Q3se_Tt1I62wfjtmAQ-SQoJnScuTko8x83owshF2icNswmUe5tn7f3DbxJYDnnIlumVntt0CezIbQEocX_x8TCMtRuTcTvD4ueeBQsxnBmEtvfKPsZj5Razij8afJmoUwgLJVmBwsqWzEdtYXBhcuJRwa0X-7LTx_1UKBPRhuoAbUUCyXLpnczz1O8q0ZUNLZE1fiIlpF-wvZV9n807Vq9_CdAPsywBKdBEp7bzdBl-J_Tz9eDL7fon71moFHCd9HK2m-KWJZx9WkspaTt7DQ4fgqj47VyvZKDtjyaAILpYQjlzE5AlLmMF54Sgew.m3UG6A4GKt7d98bD7Ipfdw.NJwkUVeZFpfRumoeOQA8ip8Uv-T74jhtnBIrtwQw6wWoBpOQMiIFmefxRWVvGqH2BZWfyupRFExmMqxmzLUIMZBwmNtwW7Six9ixDYXZPWM.nM4AkCd7tHSfBFyQ7313Jw" + }, + "record": { + "TXT": "dh=e9381b84c8007443b186820d32a3797bd8fa537d" + } +} diff --git a/domains/_discord.reading.json b/domains/_discord.reading.json new file mode 100644 index 000000000..6d673e529 --- /dev/null +++ b/domains/_discord.reading.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "readandprogress", + "email": "readandprogress@duck.com" + }, + "record": { + "TXT": "dh=c03f5e70eda99aaa08e966cb8c97135ec2a5b482" + } +} diff --git a/domains/_discord.receiptify.json b/domains/_discord.receiptify.json index 053353cea..217046b70 100644 --- a/domains/_discord.receiptify.json +++ b/domains/_discord.receiptify.json @@ -1,7 +1,6 @@ { "owner": { "username": "Stef-00012", - "email": "", "discord": "694986201739952229", "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" }, diff --git a/domains/_discord.riviox.json b/domains/_discord.riviox.json index f58c79501..ab7a84e79 100644 --- a/domains/_discord.riviox.json +++ b/domains/_discord.riviox.json @@ -4,7 +4,6 @@ "email": "rivioxyt@hotmail.com", "discord": "1200520669570539620" }, - "record": { "TXT": "dh=dd0ace532148756be1fc56725f272b263adb8978" } diff --git a/domains/_discord.rllanonymous.json b/domains/_discord.rllanonymous.json index fdc343de9..63bce2cbc 100644 --- a/domains/_discord.rllanonymous.json +++ b/domains/_discord.rllanonymous.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "RLLanonymous", - "email": "ethanweirich31@gmail.com" - }, - "record": { - "TXT": "dh=da8ae85aafa7325f95bd440a972eb5efa90c45f6" - } -} + "owner": { + "username": "RLLanonymous", + "email": "ethanweirich31@gmail.com" + }, + "record": { + "TXT": "dh=da8ae85aafa7325f95bd440a972eb5efa90c45f6" + } +} diff --git a/domains/_discord.rouf0x.json b/domains/_discord.rouf0x.json new file mode 100644 index 000000000..c5afbd574 --- /dev/null +++ b/domains/_discord.rouf0x.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Roufox", + "discord": "Roufox" + }, + "record": { + "TXT": "dh=c3f8c6ef337cccc45ed0c1fac8f1dbbb76b86271" + } +} diff --git a/domains/_discord.s4il.json b/domains/_discord.s4il.json new file mode 100644 index 000000000..0bea70580 --- /dev/null +++ b/domains/_discord.s4il.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "S4IL21", + "email": "s4il.is.a.dev@gmail.com" + }, + "record": { + "TXT": "dh=accf8fbd0fd5a197eecbedae299873b421de6430" + } +} diff --git a/domains/_discord.sabbir.json b/domains/_discord.sabbir.json new file mode 100644 index 000000000..a57a9d97f --- /dev/null +++ b/domains/_discord.sabbir.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "s8rr" + }, + "record": { + "TXT": ["dh=02cb947f7961bbd1816cb3aa4d2d47854665515c"] + } +} diff --git a/domains/_discord.satindar.json b/domains/_discord.satindar.json deleted file mode 100644 index c1e90be25..000000000 --- a/domains/_discord.satindar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "satindar31", - "email": "satindar@satindar-is.me" - }, - "record": { - "TXT": "dh=68721fc8451ae56bc306d470eb43f2127e0f9970" - } -} diff --git a/domains/_discord.schuh.json b/domains/_discord.schuh.json new file mode 100644 index 000000000..29d469ab3 --- /dev/null +++ b/domains/_discord.schuh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vqpe", + "email": "theschuhofyou@gmail.com" + }, + "record": { + "TXT": "dh=7e4702912048b4ff69b652081db69782cd50ccf3" + } +} diff --git a/domains/_discord.sdp.json b/domains/_discord.sdp.json index 6c40942f7..6c4a30a5f 100644 --- a/domains/_discord.sdp.json +++ b/domains/_discord.sdp.json @@ -1,7 +1,6 @@ { "owner": { "username": "Stef-00012", - "email": "", "discord": "694986201739952229", "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" }, diff --git a/domains/_discord.seiko.json b/domains/_discord.seiko.json new file mode 100644 index 000000000..c2802561b --- /dev/null +++ b/domains/_discord.seiko.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "Delta-0mega" + }, + "record": { + "TXT": ["dh=af891775cf595304f98791bd551966a1c2411fe4"] + } +} diff --git a/domains/_discord.sep.json b/domains/_discord.sep.json new file mode 100644 index 000000000..f1584c0e4 --- /dev/null +++ b/domains/_discord.sep.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sepultrex", + "email": "sepultrex@gmail.com" + }, + "record": { + "TXT": "dh=2f929b7a4935af1795801360d92ba2788e27a2ff" + } +} \ No newline at end of file diff --git a/domains/_discord.sewt.json b/domains/_discord.sewt.json index 2ab351d09..315424025 100644 --- a/domains/_discord.sewt.json +++ b/domains/_discord.sewt.json @@ -1,11 +1,10 @@ { - "owner": { - "username": "SkyExploreWasTaken", - "email": "", - "discord": "1049263707177353247", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.JjnXMeB-5yChFwqeTjRtzK3S_0JshRprm7Ix_Yl-zlvBzrR4ZlVNljlNwz5hHd6RwuBC_y5QFA1wpuLY7J9tuvaW_ttJpnbU58UGV2JNs6yR0C6ZBp5S0XR7J0zKoloVPgoN9i4q8SOzJeBQCanVOFzX3d9haVlZxrZFInLbMybS8FegbUdzDuV6s6TB0gA8fpBWx29ftzsLfwVj96tO9gmB0cJAU-URofHxmMBDUCIXDELQdrlRl_sj4kjW3uIKus_lgN7GU55xIvErfpV2_NVZTiuPzOh5HcP7rwWHhDaeKvQL4HeKWxIlrqQhPtQHQTFTgJuh7MmJimD95ixgVg.fhYccie9reT4Mi7XAmEtZA.lNh66dK74iYl7grB--wq1yi-AEKzvkuN7TLOS75XwYxJskb4dSr8TUcM0Y5ZVfR27oMahE1_kerqZOZOtZW58ZFwqoFD0oCFaEm68nwTd3or3uBWcYbZk5ilghu8TpPN.zKRzlPiGTBfNQTbJkCbrGg" - }, - "record": { - "TXT": "dh=a34e8bb281bffd5d738efe81e189ab6ef231ebb5" - } + "owner": { + "username": "SkyExploreWasTaken", + "discord": "1049263707177353247", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.JjnXMeB-5yChFwqeTjRtzK3S_0JshRprm7Ix_Yl-zlvBzrR4ZlVNljlNwz5hHd6RwuBC_y5QFA1wpuLY7J9tuvaW_ttJpnbU58UGV2JNs6yR0C6ZBp5S0XR7J0zKoloVPgoN9i4q8SOzJeBQCanVOFzX3d9haVlZxrZFInLbMybS8FegbUdzDuV6s6TB0gA8fpBWx29ftzsLfwVj96tO9gmB0cJAU-URofHxmMBDUCIXDELQdrlRl_sj4kjW3uIKus_lgN7GU55xIvErfpV2_NVZTiuPzOh5HcP7rwWHhDaeKvQL4HeKWxIlrqQhPtQHQTFTgJuh7MmJimD95ixgVg.fhYccie9reT4Mi7XAmEtZA.lNh66dK74iYl7grB--wq1yi-AEKzvkuN7TLOS75XwYxJskb4dSr8TUcM0Y5ZVfR27oMahE1_kerqZOZOtZW58ZFwqoFD0oCFaEm68nwTd3or3uBWcYbZk5ilghu8TpPN.zKRzlPiGTBfNQTbJkCbrGg" + }, + "record": { + "TXT": "dh=a34e8bb281bffd5d738efe81e189ab6ef231ebb5" + } } diff --git a/domains/_discord.shimizu.json b/domains/_discord.shimizu.json new file mode 100644 index 000000000..5ce34aa5e --- /dev/null +++ b/domains/_discord.shimizu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mikofoxie", + "email": "shimizulazy@gmail.com" + }, + "record": { + "TXT": "dh=a24d14132caded8f17f5e4fdd4222378e8df2b89" + } +} diff --git a/domains/_discord.shing.json b/domains/_discord.shing.json deleted file mode 100644 index 81fbb0f5a..000000000 --- a/domains/_discord.shing.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ShingSemicolon", - "email": "Shing.XD.0602@gmail.com" - }, - "record": { - "TXT": "dh=df5daefdc7745f38295b3f89ac5de5373eec9c6c" - } -} diff --git a/domains/_discord.shy.json b/domains/_discord.shy.json index d06766437..73f4581fb 100644 --- a/domains/_discord.shy.json +++ b/domains/_discord.shy.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "ImShyMike", - "email": "", - "discord": "582648583635992622" - }, - "record": { - "TXT": "dh=4277dadd7134f6e2ee439faf5377801a9eec7b2c" - } + "owner": { + "username": "ImShyMike", + "discord": "582648583635992622" + }, + "record": { + "TXT": "dh=4277dadd7134f6e2ee439faf5377801a9eec7b2c" + } } diff --git a/domains/_discord.stefdp.json b/domains/_discord.stefdp.json deleted file mode 100644 index e0d13c96d..000000000 --- a/domains/_discord.stefdp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "email": "", - "discord": "694986201739952229", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" - }, - "record": { - "TXT": "dh=f6d71b43aecaa5a4ea3534d21f11f6b0e4559d8a" - } -} diff --git a/domains/_discord.sun.json b/domains/_discord.sun.json new file mode 100644 index 000000000..380c6ad56 --- /dev/null +++ b/domains/_discord.sun.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sxn4y", + "discord": "5unn7n" + }, + "record": { + "TXT": "dh=cfe36ed36af73c3bdcfbfa23744d5826b64d1cfc" + } +} diff --git a/domains/_discord.tat2008.json b/domains/_discord.tat2008.json deleted file mode 100644 index 7f4ae134f..000000000 --- a/domains/_discord.tat2008.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "tat2008", - "email": "tuan.trananh2008@gmail.com" - }, - - "record": { - "TXT": "dh=9abe38f80f0a7adbf9ef20a7048ff7dd399d984b" - } -} diff --git a/domains/_discord.tentomasne.json b/domains/_discord.tentomasne.json new file mode 100644 index 000000000..129f3e26a --- /dev/null +++ b/domains/_discord.tentomasne.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "jasomtubratu" + }, + "record": { + "TXT": ["dh=47fddb5e68440c61b93da59a8e57d91da546ae1e"] + } +} diff --git a/domains/_discord.thangle.json b/domains/_discord.thangle.json new file mode 100644 index 000000000..06ee5723d --- /dev/null +++ b/domains/_discord.thangle.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "ThangLe9999", + "discord": "872078632565215282", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.G5BtkuOaAUmFdixUP1IN4ZTmec-NZCllzsliK6q8sggJkBzasXefGfeEh6pBOiZ6ZkV2gr-GCdTN7LkP7QLPgLN6FglXac8BP1DSGDF3Lo8ULvrM-CpLUdeR0mqes6OQVvWdmPhZgVFGF3ItzDXQ7SqB6zrMbEWEwuZeg2KLHyPqvHsdrWLjzNpvVUwZRBuxicPyNTT70oMbPaOn3cvg4J_mVxNywnrIY5F34-T4tmiOEijsHmPwG2RzHsTCzC3cGYfNmokQtAsL0jhIMH4GzYdbTUsjDOrqbLdT-W2y33pQkeQuCjdf8KkeYCfacE0oWAZKFhrW2X0zJLYvGQBeuw.3qY1yT9H2x2WH2DePTziiw.PJvjWBGxfTgCKqZiHuAsRaUEdjld3XeMAw7NwX9P28VSFOS3-xsSiOvbLrCo1n1nTF-4g8EIRkkFJPn2P1T6YUDNuHVqbvnGg2wfhpfdSaM.yxghx67x9iGLMjDEKJdeAw" + }, + + "record": { + "TXT": "dh=8d98fb5fefbb1915e89d5dc43c9fdd9fa801557f" + } +} + diff --git a/domains/_discord.trix.json b/domains/_discord.trix.json new file mode 100644 index 000000000..071af2ccf --- /dev/null +++ b/domains/_discord.trix.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "tr1xem" + }, + "record": { + "TXT": ["dh=ecefe601258bdf0c1e1e20adb05d84c7b7229995"] + } +} diff --git a/domains/_discord.untitled.json b/domains/_discord.untitled.json deleted file mode 100644 index 6d57baa9a..000000000 --- a/domains/_discord.untitled.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VihaanAnand", - "email": "macos14sonoma@gmail.com" - }, - "record": { - "TXT": "dh=635f70c64c210c98011d4391e0ba6a69adfedc89" - } -} diff --git a/domains/_discord.uwu.json b/domains/_discord.uwu.json deleted file mode 100644 index 2c72d9128..000000000 --- a/domains/_discord.uwu.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "orxngc", - "discord": "orangc", - "email": "orangc@proton.me" - }, - "record": { - "TXT": "dh=23993c297b87e754fd5660af023aa55579ed324e" - } -} diff --git a/domains/_discord.voxxdevv.json b/domains/_discord.voxxdevv.json new file mode 100644 index 000000000..3b379ef5b --- /dev/null +++ b/domains/_discord.voxxdevv.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "voxxdevv", + "email": "aminrh@icloud.com" + }, + "record": { + "TXT": "dh=6d817006952096ed75c9c1c84fab50783bad46ac" + } +} diff --git a/domains/_discord.webcubed.json b/domains/_discord.webcubed.json new file mode 100644 index 000000000..0bb35c5cb --- /dev/null +++ b/domains/_discord.webcubed.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "webcubed" + }, + "record": { + "TXT": ["dh=1612c48236f97b2a8b0fc79833cd7e46cf0c512d"] + } +} diff --git a/domains/_discord.whisp.json b/domains/_discord.whisp.json new file mode 100644 index 000000000..e84b61faf --- /dev/null +++ b/domains/_discord.whisp.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "itswhisp", + "email": "ag.whisp@gmail.com" + }, + "record": { + "TXT": "dh=f98e45bf000905131a5ee712210c9561d2079b24" + } +} diff --git a/domains/_discord.windowsed.json b/domains/_discord.windowsed.json new file mode 100644 index 000000000..6db08e895 --- /dev/null +++ b/domains/_discord.windowsed.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "windowsed1225", + "email": "me@windowsed.me" + }, + "record": { + "TXT": "dh=bf0d796bf4de62ac96f875becc18c082d8896a0a" + } +} diff --git a/domains/_discord.wizardsword.json b/domains/_discord.wizardsword.json new file mode 100644 index 000000000..e2b1afbb4 --- /dev/null +++ b/domains/_discord.wizardsword.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MukuJhansi", + "email": "mukundagrawal800@gmail.com" + }, + "record": { + "TXT": "dh=4df0e55d42947236385030525829593c2e5cbd62" + } +} diff --git a/domains/_discord.xiaoxi-tw.json b/domains/_discord.xiaoxi-tw.json index 8b7cee5b7..7a0b2eff0 100644 --- a/domains/_discord.xiaoxi-tw.json +++ b/domains/_discord.xiaoxi-tw.json @@ -2,7 +2,7 @@ "owner": { "username": "jimmy20180130", "email": "jimmy20180130@gmail.com", - "twitter": "@jimmyyo45639462", + "twitter": "jimmyyo45639462", "discord": "xiaoxi_tw#0" }, "record": { diff --git a/domains/_discord.xrap1dx.json b/domains/_discord.xrap1dx.json index ca3644d28..601278d21 100644 --- a/domains/_discord.xrap1dx.json +++ b/domains/_discord.xrap1dx.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "xrap1dx", - "email": "sirrapid155@gmail.com" - }, - "record": { - "TXT": "dh=5552cf7dcf2fec81360ac9ee4af0b0a674f1cd33" - } + "owner": { + "username": "xrap1dx", + "email": "sirrapid155@gmail.com" + }, + "record": { + "TXT": "dh=5552cf7dcf2fec81360ac9ee4af0b0a674f1cd33" + } } diff --git a/domains/_discord.xzonix.json b/domains/_discord.xzonix.json deleted file mode 100644 index 3ce849246..000000000 --- a/domains/_discord.xzonix.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xzonix", - "email": "imahalojigi@gmail.com" - }, - "record": { - "TXT": "dh=9ffde6acccff8c74faeb599818e2901110d15fa5" - } -} diff --git a/domains/_discord.yfa.json b/domains/_discord.yfa.json index ae38ea033..cfb297860 100644 --- a/domains/_discord.yfa.json +++ b/domains/_discord.yfa.json @@ -1,11 +1,9 @@ { "owner": { "username": "YouFoundAlpha", - "email": "", - "Discord": "661121998830960651", - "GitHub": "YouFoundAlpha", - "GitLab": "YouFoundAlpha", - "Mastodon": "@YouFoundAlpha@mastodon.social" + "discord": "661121998830960651", + "gitlab": "YouFoundAlpha", + "mastodon": "@YouFoundAlpha@mastodon.social" }, "record": { "TXT": "dh=b8044fd4f0628a706be5fd878fae96886bae23b7" diff --git a/domains/_discord.z.json b/domains/_discord.z.json deleted file mode 100644 index 278cf9fb8..000000000 --- a/domains/_discord.z.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "SkyExploreWasTaken", - "email": "", - "discord": "1049263707177353247", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.JjnXMeB-5yChFwqeTjRtzK3S_0JshRprm7Ix_Yl-zlvBzrR4ZlVNljlNwz5hHd6RwuBC_y5QFA1wpuLY7J9tuvaW_ttJpnbU58UGV2JNs6yR0C6ZBp5S0XR7J0zKoloVPgoN9i4q8SOzJeBQCanVOFzX3d9haVlZxrZFInLbMybS8FegbUdzDuV6s6TB0gA8fpBWx29ftzsLfwVj96tO9gmB0cJAU-URofHxmMBDUCIXDELQdrlRl_sj4kjW3uIKus_lgN7GU55xIvErfpV2_NVZTiuPzOh5HcP7rwWHhDaeKvQL4HeKWxIlrqQhPtQHQTFTgJuh7MmJimD95ixgVg.fhYccie9reT4Mi7XAmEtZA.lNh66dK74iYl7grB--wq1yi-AEKzvkuN7TLOS75XwYxJskb4dSr8TUcM0Y5ZVfR27oMahE1_kerqZOZOtZW58ZFwqoFD0oCFaEm68nwTd3or3uBWcYbZk5ilghu8TpPN.zKRzlPiGTBfNQTbJkCbrGg" - }, - "record": { - "TXT": "dh=f84f09e3884eca601066a6e1dba5175f6e82940f" - } -} diff --git a/domains/_discord.zayaanar.json b/domains/_discord.zayaanar.json index 55026c874..4b4555eef 100644 --- a/domains/_discord.zayaanar.json +++ b/domains/_discord.zayaanar.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "userandaname", - "email": "", - "discord": "823939421686071386", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.a62ohGnPWnZcxwliAblMFZoEcnjztiOXGJrf3viuLFutyG5cwvSgEFmeYQAiODGndCak3XXgSJwLyFiS-HIsLWG6ViBhu9A48zkUMTv6IHO7OUFE9kNiGIqhp3S8h8lhaaxA3zW_OuOIQBoLFJnL0RqQgOd2QC6P-v1Fm6Aab3HMCGYN5tNwk1Jpl5vwisxnCG-PDUWrrgJ8PbMGRUa2Sa5qvFOJK0LML3yDqKOlFUGs9XmBcbTMc2KVdGjAm0F8l1w0WRDyx15hNFu_ppB7yaIS91o7iJS-g-ViSWf3-Hj0gCyUl1sHPQi3-2IE5GaNtfqVLQGNC2Kh6NBAkRRT7g.09Llm3K10Q7Tl3ceKAy76g.6NdcyRztDAFkqDFs5CWyaShozcshoMQ2qq1p7D8wQTG6O8shr8lbczRgMQZhgvzrq7u1g6HMQnW8bQdDdn2Mb1Jj3_qcHXnCUub6exAZONY.0ZXI8zVi0kGV0Qm7uvJOrA" - }, - - "record": { - "TXT": "dh=b4e0c21a832a290e9c3d6d073a1c70ed8b9a344e" - } + "owner": { + "username": "userandaname", + "discord": "823939421686071386", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.a62ohGnPWnZcxwliAblMFZoEcnjztiOXGJrf3viuLFutyG5cwvSgEFmeYQAiODGndCak3XXgSJwLyFiS-HIsLWG6ViBhu9A48zkUMTv6IHO7OUFE9kNiGIqhp3S8h8lhaaxA3zW_OuOIQBoLFJnL0RqQgOd2QC6P-v1Fm6Aab3HMCGYN5tNwk1Jpl5vwisxnCG-PDUWrrgJ8PbMGRUa2Sa5qvFOJK0LML3yDqKOlFUGs9XmBcbTMc2KVdGjAm0F8l1w0WRDyx15hNFu_ppB7yaIS91o7iJS-g-ViSWf3-Hj0gCyUl1sHPQi3-2IE5GaNtfqVLQGNC2Kh6NBAkRRT7g.09Llm3K10Q7Tl3ceKAy76g.6NdcyRztDAFkqDFs5CWyaShozcshoMQ2qq1p7D8wQTG6O8shr8lbczRgMQZhgvzrq7u1g6HMQnW8bQdDdn2Mb1Jj3_qcHXnCUub6exAZONY.0ZXI8zVi0kGV0Qm7uvJOrA" + }, + "record": { + "TXT": "dh=b4e0c21a832a290e9c3d6d073a1c70ed8b9a344e" } +} diff --git a/domains/_discord.ziyn.json b/domains/_discord.ziyn.json deleted file mode 100644 index 419153720..000000000 --- a/domains/_discord.ziyn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ZiynCS", - "email": "NotZiyn@gmail.com" - }, - "record": { - "TXT": "dh=b7efba321635b7528ef7d9a605d747b343fa135d" - } -} diff --git a/domains/_dmarc.104.json b/domains/_dmarc.104.json new file mode 100644 index 000000000..f1c3b4518 --- /dev/null +++ b/domains/_dmarc.104.json @@ -0,0 +1,10 @@ +{ + "description": "DMARC", + "owner": { + "username": "QuinceTart10", + "discord": "862644161156218891" + }, + "record": { + "TXT": "v=DMARC1; p=quarantine; sp=none; adkim=r; aspf=r; fo=1; rua=mailto:me@quincetart10.is-a.dev; ruf=mailto:me@quincetart10.is-a.dev; rf=afrf; pct=100; ri=86400" + } +} diff --git a/domains/_dmarc.dhilipan.json b/domains/_dmarc.dhilipan.json new file mode 100644 index 000000000..545f32d1c --- /dev/null +++ b/domains/_dmarc.dhilipan.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Dhilipan-Git", + "discord": "1306595993055268875", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.WPtn_SlHtmPez8jjftkfl-CgWWn-ZYC-SyRJsyxLt-Gn_aEyTjQCgENyWvEpCzShxRpsqd5Np_gpkW8UM1-1MhIm1LjkGB50Aw_DMZK-gZS5KsWEXG8mclQXpIbcBVzI-HlRtHXicgDs-t7TcdL1qefMiisKwedNEUz9UvBxHFoNuA9E37cNrl5Y5j8Cf2E2x3D7eK2FxA3WvKXaMTRj40pitxwXxOGJqFqiv5QFehiIp_0pwtsjlWXm792LsePHIOKONeFy1p6v7HJgUx3WZKI4-5FADx9XqD3s6pS9jC8gOFqL4zllEE5cLVOz1Fy27tQrMn4B_b7qn5UxO1kBYA.ekzBd4v9e5MKBuUB-08ILg.qLhRJw9HYeu7ifjuRQfOUYdplsU6goAZRwazKk8fnW9FU1N6zxPg_2FjU4yoIki6PHZUrb-I5Bwt8FrX6G-3-M3uBQspwQLb5YdUDU-qJQY.KTelr2g7MJZ-b4qOxnJv2A" + }, + "record": { + "TXT": ["v=DMARC1; p=quarantine; pct=100; adkim=s; aspf=s"] + } +} diff --git a/domains/_dmarc.om.json b/domains/_dmarc.om.json deleted file mode 100644 index f3a7cf119..000000000 --- a/domains/_dmarc.om.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "omsenjalia", - "email": "", - "OWL":"eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.RROLuTVz1Yiu7gYQ78NhdEWblxDBcdAtgXSrSKBX4s-6C15Gbg1gvdalVJRUFfhvt7FQ1HEtB7Wwz0Rdn1Jxk7Eqxp2s116sCmWwviCoh8RfWUEkWt9k4csRDjBtnwijFrfSv5gjf67gAe1dyoryQjg1ZFf9dlmwmaQtiJNKVkjlBsNAYNph9-CsYK8a0-TI-GVXung0rFjd-222TQij66CYBd7qitAvTPEypCBarB2SyBrN30wLTS9NjB-bSpmJZwcZO8CQ2obcYdMfVQ0nZgXBJhkbwjtGWfWTS-3AnCeLF48mT-9DCsVoraLb6DLoJoPB-9g4dim-tSZwC5pQ.OsIglUJ8OXge3R5CTVoEEw.YS-YtdmeJZKK1TEkERBJlH9RKdKcMynvcB5PrUsKXY4FJhgfrPoqF_JOAXO4tyYqwJzWnNM0hfd4WxqLi3KmjXToHxRAzdiFu1f4iiBfX68ABHoycHXkose4AHWe54a8.UazMc8kLEVvxHs2YN0DC3Q" - }, - "record": { - "TXT": "v=DMARC1; p=quarantine; rua=mailto:omsenjalia@gmail.com; ruf=mailto:omsenjalia@gmail.com; sp=quarantine; adkim=r; aspf=r" - } -} diff --git a/domains/_dmarc.peme969.json b/domains/_dmarc.peme969.json new file mode 100644 index 000000000..c1f65bbe6 --- /dev/null +++ b/domains/_dmarc.peme969.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "peme969", + "email": "mrcoderpeme@gmail.com" + }, + "record": { + "TXT": [ + "forward-email=NjNhNjJlMjMzOGJhMWUxNy1hOTk2MzljYmY0ZDczZWViZDY2NTljZmUwMDc4OTM5MmQ3YmVjN2RmYWEyMjFlN2VhODAxZWUwOWI5ODhhNDY2" + ] + } +} diff --git a/domains/_dmarc.quincetart10.json b/domains/_dmarc.quincetart10.json new file mode 100644 index 000000000..f1c3b4518 --- /dev/null +++ b/domains/_dmarc.quincetart10.json @@ -0,0 +1,10 @@ +{ + "description": "DMARC", + "owner": { + "username": "QuinceTart10", + "discord": "862644161156218891" + }, + "record": { + "TXT": "v=DMARC1; p=quarantine; sp=none; adkim=r; aspf=r; fo=1; rua=mailto:me@quincetart10.is-a.dev; ruf=mailto:me@quincetart10.is-a.dev; rf=afrf; pct=100; ri=86400" + } +} diff --git a/domains/_dmarc.rt10.json b/domains/_dmarc.rt10.json new file mode 100644 index 000000000..f1c3b4518 --- /dev/null +++ b/domains/_dmarc.rt10.json @@ -0,0 +1,10 @@ +{ + "description": "DMARC", + "owner": { + "username": "QuinceTart10", + "discord": "862644161156218891" + }, + "record": { + "TXT": "v=DMARC1; p=quarantine; sp=none; adkim=r; aspf=r; fo=1; rua=mailto:me@quincetart10.is-a.dev; ruf=mailto:me@quincetart10.is-a.dev; rf=afrf; pct=100; ri=86400" + } +} diff --git a/domains/_dmarc.yxz.json b/domains/_dmarc.yxz.json new file mode 100644 index 000000000..7a26816d1 --- /dev/null +++ b/domains/_dmarc.yxz.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "yz9551", + "discord": "yz9551" + }, + "record": { + "TXT": [ + "v=DMARC1; p=reject; pct=100; rua=mailto:dmarc-reports@yxz.is-a.dev; ruf=mailto:forensic-reports@yxz.is-a.dev; adkim=r; aspf=r" + ] + } +} diff --git a/domains/_gh-50xsuisse-o.50x.json b/domains/_gh-50xsuisse-o.50x.json new file mode 100644 index 000000000..9b9f2c8c3 --- /dev/null +++ b/domains/_gh-50xsuisse-o.50x.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MullerIsabella", + "email": "AlpineDreamer92@protonmail.com" + }, + "record": { + "TXT": "8e7d9774b8" + } +} diff --git a/domains/_gh-DeadCodeGames-o.deadcode.json b/domains/_gh-deadcodegames-o.deadcode.json similarity index 76% rename from domains/_gh-DeadCodeGames-o.deadcode.json rename to domains/_gh-deadcodegames-o.deadcode.json index 15d36be09..d1de88822 100644 --- a/domains/_gh-DeadCodeGames-o.deadcode.json +++ b/domains/_gh-deadcodegames-o.deadcode.json @@ -2,10 +2,10 @@ "owner": { "username": "RichardKanshen", "email": "richard@kanshen.click", - "twitter": "@kanskje0", + "twitter": "kanskje0", "discord": "kanshen.uwu", "bluesky": "kanshen.click", - "telegram": "@richardkanskje" + "telegram": "richardkanskje" }, "record": { "TXT": "392e701839" diff --git a/domains/_gh-is-a-dev-o.m.json b/domains/_gh-is-a-dev-o.json similarity index 55% rename from domains/_gh-is-a-dev-o.m.json rename to domains/_gh-is-a-dev-o.json index e7af9390b..b52a2f700 100644 --- a/domains/_gh-is-a-dev-o.m.json +++ b/domains/_gh-is-a-dev-o.json @@ -1,10 +1,9 @@ { "owner": { "username": "is-a-dev", - "email": "" + "email": "admin@is-a.dev" }, - "record": { - "TXT": "e0ffcded3e" + "TXT": "9ac06a2c1c" } } diff --git a/domains/_gh-is-a-dev-o.www.json b/domains/_gh-is-a-dev-o.www.json deleted file mode 100644 index a93e75f33..000000000 --- a/domains/_gh-is-a-dev-o.www.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "is-a-dev", - "email": "" - }, - - "record": { - "TXT": "1259c184c5" - } -} diff --git a/domains/_github-pages-challenge-JustStudio7.juststudio.json b/domains/_gh-juststudio7-o.juststudio.json similarity index 76% rename from domains/_github-pages-challenge-JustStudio7.juststudio.json rename to domains/_gh-juststudio7-o.juststudio.json index d624b59dd..923030093 100644 --- a/domains/_github-pages-challenge-JustStudio7.juststudio.json +++ b/domains/_gh-juststudio7-o.juststudio.json @@ -6,8 +6,6 @@ "discord": "1117482901353812088" }, "record": { - "TXT": [ - "9f7414e9ff060a1d5721a914dd48e3" - ] + "TXT": ["d878bca923"] } } diff --git a/domains/_gh-lumidevelopment-o.lumi.json b/domains/_gh-lumidevelopment-o.lumi.json new file mode 100644 index 000000000..93f4e58c2 --- /dev/null +++ b/domains/_gh-lumidevelopment-o.lumi.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "LUMIDevelopment" + }, + "record": { + "TXT": ["eade7c5be7"] + } +} diff --git a/domains/_gh-swissquotes-o.50x.json b/domains/_gh-swissquotes-o.50x.json new file mode 100644 index 000000000..c07dbfe14 --- /dev/null +++ b/domains/_gh-swissquotes-o.50x.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MullerIsabella", + "email": "AlpineDreamer92@protonmail.com" + }, + "record": { + "TXT": "111c9dc10c" + } +} diff --git a/domains/_gh-uwunotislove-o.uwunotislove.json b/domains/_gh-uwunotislove-o.uwunotislove.json new file mode 100644 index 000000000..9338619f6 --- /dev/null +++ b/domains/_gh-uwunotislove-o.uwunotislove.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "uwunotislove", + "email": "moody761@hotmail.com" + }, + "record": { + "TXT": ["40e1ac102d"] + } +} diff --git a/domains/_github-challenge-SpicyDevs-org.spicy.json b/domains/_github-challenge-spicydevs-org.spicy.json similarity index 100% rename from domains/_github-challenge-SpicyDevs-org.spicy.json rename to domains/_github-challenge-spicydevs-org.spicy.json diff --git a/domains/_github-challenge-thenoppy12-org.thenoppy12.json b/domains/_github-challenge-thenoppy12-org.thenoppy12.json index 1613186f9..cce40adeb 100644 --- a/domains/_github-challenge-thenoppy12-org.thenoppy12.json +++ b/domains/_github-challenge-thenoppy12-org.thenoppy12.json @@ -1,6 +1,5 @@ { "description": "Github Orgs Verify", - "repo": "https://github.com/thenoppy12", "owner": { "username": "BussyBakks", "email": "lengochuykiengiang@gmail.com", diff --git a/domains/_github-challenge-yfadev-org.alpha.json b/domains/_github-challenge-yfadev-org.alpha.json index 9267c8d18..d975761bc 100644 --- a/domains/_github-challenge-yfadev-org.alpha.json +++ b/domains/_github-challenge-yfadev-org.alpha.json @@ -1,11 +1,9 @@ { "owner": { "username": "YouFoundAlpha", - "email": "", - "Discord": "661121998830960651", - "GitHub": "YouFoundAlpha", - "GitLab": "YouFoundAlpha", - "Mastodon": "@YouFoundAlpha@mastodon.social" + "discord": "661121998830960651", + "gitlab": "YouFoundAlpha", + "mastodon": "@YouFoundAlpha@mastodon.social" }, "record": { "TXT": "9568f60569" diff --git a/domains/_github-challenge-yfadev-org.yfa.json b/domains/_github-challenge-yfadev-org.yfa.json index 42ef5a3b9..555a47348 100644 --- a/domains/_github-challenge-yfadev-org.yfa.json +++ b/domains/_github-challenge-yfadev-org.yfa.json @@ -1,11 +1,9 @@ { "owner": { "username": "YouFoundAlpha", - "email": "", - "Discord": "661121998830960651", - "GitHub": "YouFoundAlpha", - "GitLab": "YouFoundAlpha", - "Mastodon": "@YouFoundAlpha@mastodon.social" + "discord": "661121998830960651", + "gitlab": "YouFoundAlpha", + "mastodon": "@YouFoundAlpha@mastodon.social" }, "record": { "TXT": "a4b5c60953" diff --git a/domains/_github-challenge-yfadev-org.yfadev.json b/domains/_github-challenge-yfadev-org.yfadev.json index 4f6102623..78cb27e9b 100644 --- a/domains/_github-challenge-yfadev-org.yfadev.json +++ b/domains/_github-challenge-yfadev-org.yfadev.json @@ -1,11 +1,9 @@ { "owner": { "username": "YouFoundAlpha", - "email": "", - "Discord": "661121998830960651", - "GitHub": "YouFoundAlpha", - "GitLab": "YouFoundAlpha", - "Mastodon": "@YouFoundAlpha@mastodon.social" + "discord": "661121998830960651", + "gitlab": "YouFoundAlpha", + "mastodon": "@YouFoundAlpha@mastodon.social" }, "record": { "TXT": "ed3c92c01a" diff --git a/domains/_github-pages-challenge-0pearlcz0.pearlcz.json b/domains/_github-pages-challenge-0pearlcz0.pearlcz.json new file mode 100644 index 000000000..c53d7b221 --- /dev/null +++ b/domains/_github-pages-challenge-0pearlcz0.pearlcz.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "0pearlcz0", + "discord": "809488731353776149", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.EWTrZf_5I2GQGS2_M2eRydgef__rnGfaJplaMYAtS-0BxFSldAaScbilhvJXA-LGBa7Y79M3fYvUG_WCaoEV-GUGrNubGdfub4EnUBCAiatsMr5c6jBAZKze2qp2xRzpwGbTFs2nLGK-ON6s6LmBQfmqDdBRMAofSeWYSDDmjntJ9YBiC0eEor-0DtB7ljRTonUt-8th_n5s1AszQxM6koZRO8IFIe7hfL4PylTZaR1n-9hSU4j7X6zHkpJmC0Q8x9VP8KzuPzmApFO4Trc2oN8fs1YsUJSeMR5PZ4A4XiCEQ_ZhUlm1QuuUB25pEao8uoFx4ZSDDRN5mougkdqYFg.vxBW0pzGpQAcBqm0jHWZOw.Zu5v21jKdWfaHo3ErT3SkOVdcmrCw0b8c2NLSflMvKagusHcXg6qhaKmyATLUjQn_uVE6epD1OEim54ji-S_a7ypkn40Ii_Rl7HXgWIHDZg.CPb58_yXhixs83QtFx3ROQ" + }, + "record": { + "TXT": "bf6f41543a58bffd08fd85ffd9d254" + } +} diff --git a/domains/_github-pages-challenge-0v90.json b/domains/_github-pages-challenge-0v90.json deleted file mode 100644 index cbb6c1ed8..000000000 --- a/domains/_github-pages-challenge-0v90.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "0v90", - "discord": "651519394673065989", - "email": "" - }, - "record": { - "TXT": "9e58408bb4a7267e5a81669f75cfb3" - } -} diff --git a/domains/_github-pages-challenge-256javy.256javy.json b/domains/_github-pages-challenge-256javy.256javy.json new file mode 100644 index 000000000..d0c273e54 --- /dev/null +++ b/domains/_github-pages-challenge-256javy.256javy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "256javy", + "email": "256javiervillalba@gmail.com" + }, + "record": { + "TXT": "5274c84dbbf074d67b53fc4305ced5" + } +} diff --git a/domains/_github-pages-challenge-Abaan5467.abaan.json b/domains/_github-pages-challenge-Abaan5467.abaan.json deleted file mode 100644 index 35e940ffb..000000000 --- a/domains/_github-pages-challenge-Abaan5467.abaan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Abaan5467", - "email": "abaan@metfabproducts.com" - }, - "record": { - "TXT": "325c1344f55d617d4e206517dde06c" - } -} diff --git a/domains/_github-pages-challenge-Akatsuki2555.akatsuki2555.json b/domains/_github-pages-challenge-Akatsuki2555.akatsuki2555.json deleted file mode 100644 index 93f108113..000000000 --- a/domains/_github-pages-challenge-Akatsuki2555.akatsuki2555.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Akatsuki2555", - "email": "Akatsuki2555@proton.me" - }, - "record": { - "TXT": "af66c6734ae2342654c413fbb3b9aa" - } -} \ No newline at end of file diff --git a/domains/_github-pages-challenge-Bikoil.biko.json b/domains/_github-pages-challenge-Bikoil.biko.json deleted file mode 100644 index 37dbd9fd0..000000000 --- a/domains/_github-pages-challenge-Bikoil.biko.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bikoil", - "email": "devbikoilu@gmail.com" - }, - "record": { - "TXT": "aec0a553854eb46c3b87f4d4797407" - } -} diff --git a/domains/_github-pages-challenge-Daamin909.daamin.json b/domains/_github-pages-challenge-Daamin909.daamin.json deleted file mode 100644 index b3738e6d7..000000000 --- a/domains/_github-pages-challenge-Daamin909.daamin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Daamin909", - "email": "ashai.daamin@gmail.com" - }, - "record": { - "TXT": "3c96f2bc76027656f9d05fbdd95026" - } -} diff --git a/domains/_github-pages-challenge-DebtlessFlea.debtlessflea.json b/domains/_github-pages-challenge-DebtlessFlea.debtlessflea.json deleted file mode 100644 index da607d762..000000000 --- a/domains/_github-pages-challenge-DebtlessFlea.debtlessflea.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "DebtlessFlea", - "email": "citizen.caption020@passfwd.com" - }, - "record": { - "TXT": "ba015236c9b45aa3d3427b2b3c0f7e" - } -} diff --git a/domains/_github-pages-challenge-Defective4.defective.json b/domains/_github-pages-challenge-Defective4.defective.json deleted file mode 100644 index 6e699dae5..000000000 --- a/domains/_github-pages-challenge-Defective4.defective.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Defective4", - "email": "def3ctive4@gmail.com" - }, - "record": { - "TXT": "6a4d7169e05d83cb7512bd39e631ac" - } -} diff --git a/domains/_github-pages-challenge-Dev-Ajay-sahani.ajays.json b/domains/_github-pages-challenge-Dev-Ajay-sahani.ajays.json deleted file mode 100644 index bb1371c1b..000000000 --- a/domains/_github-pages-challenge-Dev-Ajay-sahani.ajays.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Dev-Ajay-sahani", - "email": "ajays.dev.contact@gmail.com" - }, - "record": { - "TXT": "41d8fd2a7b00dc0110fdfa4c1518c9" - } -} diff --git a/domains/_github-pages-challenge-DevHanza.hansana.json b/domains/_github-pages-challenge-DevHanza.hansana.json deleted file mode 100644 index 4c6a207bd..000000000 --- a/domains/_github-pages-challenge-DevHanza.hansana.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "hansanad", - "email": "josephandrew1@logicstreak.com" - }, - "record": { - "TXT": "f5a2e9d9fc400899120ec6e97e3291" - } -} diff --git a/domains/_github-pages-challenge-Glqch404.glqch.json b/domains/_github-pages-challenge-Glqch404.glqch.json deleted file mode 100644 index e9001d5ba..000000000 --- a/domains/_github-pages-challenge-Glqch404.glqch.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Glqch404", - "email": "bridgerbusiness2@gmail.com", - "twitter": "Glqch", - "discord": "915932527871541309" - }, - "record": { - "TXT": "a3b430c8adc12043863d6785cfa782" - } -} diff --git a/domains/_github-pages-challenge-HarshNarayanJha.harshnj.json b/domains/_github-pages-challenge-HarshNarayanJha.harshnj.json deleted file mode 100644 index 48279b3b5..000000000 --- a/domains/_github-pages-challenge-HarshNarayanJha.harshnj.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "HarshNarayanJha", - "email": "harshnj@proton.me" - }, - "record": { - "TXT": "fc925e645f243f84b9c9f0585add64" - } -} \ No newline at end of file diff --git a/domains/_github-pages-challenge-MukuJhansi.gunman.json b/domains/_github-pages-challenge-MukuJhansi.gunman.json deleted file mode 100644 index ef4cff6cd..000000000 --- a/domains/_github-pages-challenge-MukuJhansi.gunman.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "MukuJhansi", - "email": "mukundagrawal800@gmail.com" - }, - "record": { - "TXT": "c891d48a286f45f50eb814e97f60df" - } -} diff --git a/domains/_github-pages-challenge-Rouf0x.json b/domains/_github-pages-challenge-Rouf0x.json deleted file mode 100644 index 16c8283a8..000000000 --- a/domains/_github-pages-challenge-Rouf0x.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Rouf0x", - "email": "Gabrielruf.fr@gmail.com" - }, - "record": { - "TXT": "f01cd0a4cbac68efe6b87568776ad9" - } -} diff --git a/domains/_github-pages-challenge-Satindar31.satindar.json b/domains/_github-pages-challenge-Satindar31.satindar.json deleted file mode 100644 index c659079e7..000000000 --- a/domains/_github-pages-challenge-Satindar31.satindar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "satindar31", - "email": "satindar@satindar-is.me" - }, - "record": { - "TXT": "ccd690fc913ce2ac27c8b9e10132a1" - } -} diff --git a/domains/_github-pages-challenge-SkyExploreWasTaken.sewt.json b/domains/_github-pages-challenge-SkyExploreWasTaken.sewt.json deleted file mode 100644 index 5fecfdce7..000000000 --- a/domains/_github-pages-challenge-SkyExploreWasTaken.sewt.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "SkyExploreWasTaken", - "email": "", - "discord": "1049263707177353247", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.JjnXMeB-5yChFwqeTjRtzK3S_0JshRprm7Ix_Yl-zlvBzrR4ZlVNljlNwz5hHd6RwuBC_y5QFA1wpuLY7J9tuvaW_ttJpnbU58UGV2JNs6yR0C6ZBp5S0XR7J0zKoloVPgoN9i4q8SOzJeBQCanVOFzX3d9haVlZxrZFInLbMybS8FegbUdzDuV6s6TB0gA8fpBWx29ftzsLfwVj96tO9gmB0cJAU-URofHxmMBDUCIXDELQdrlRl_sj4kjW3uIKus_lgN7GU55xIvErfpV2_NVZTiuPzOh5HcP7rwWHhDaeKvQL4HeKWxIlrqQhPtQHQTFTgJuh7MmJimD95ixgVg.fhYccie9reT4Mi7XAmEtZA.lNh66dK74iYl7grB--wq1yi-AEKzvkuN7TLOS75XwYxJskb4dSr8TUcM0Y5ZVfR27oMahE1_kerqZOZOtZW58ZFwqoFD0oCFaEm68nwTd3or3uBWcYbZk5ilghu8TpPN.zKRzlPiGTBfNQTbJkCbrGg" - }, - "record": { - "TXT": "6db7bbc1e3f533f3dad4925751cdc7" - } -} diff --git a/domains/_github-pages-challenge-SkyExploreWasTaken.z.json b/domains/_github-pages-challenge-SkyExploreWasTaken.z.json deleted file mode 100644 index 640a0cd3a..000000000 --- a/domains/_github-pages-challenge-SkyExploreWasTaken.z.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "SkyExploreWasTaken", - "email": "", - "discord": "1049263707177353247", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.JjnXMeB-5yChFwqeTjRtzK3S_0JshRprm7Ix_Yl-zlvBzrR4ZlVNljlNwz5hHd6RwuBC_y5QFA1wpuLY7J9tuvaW_ttJpnbU58UGV2JNs6yR0C6ZBp5S0XR7J0zKoloVPgoN9i4q8SOzJeBQCanVOFzX3d9haVlZxrZFInLbMybS8FegbUdzDuV6s6TB0gA8fpBWx29ftzsLfwVj96tO9gmB0cJAU-URofHxmMBDUCIXDELQdrlRl_sj4kjW3uIKus_lgN7GU55xIvErfpV2_NVZTiuPzOh5HcP7rwWHhDaeKvQL4HeKWxIlrqQhPtQHQTFTgJuh7MmJimD95ixgVg.fhYccie9reT4Mi7XAmEtZA.lNh66dK74iYl7grB--wq1yi-AEKzvkuN7TLOS75XwYxJskb4dSr8TUcM0Y5ZVfR27oMahE1_kerqZOZOtZW58ZFwqoFD0oCFaEm68nwTd3or3uBWcYbZk5ilghu8TpPN.zKRzlPiGTBfNQTbJkCbrGg" - }, - "record": { - "TXT": "7eb5b6034d696256f342136b0289cc" - } -} diff --git a/domains/_github-pages-challenge-Th3-C0der.th3.json b/domains/_github-pages-challenge-Th3-C0der.th3.json deleted file mode 100644 index 4222831f9..000000000 --- a/domains/_github-pages-challenge-Th3-C0der.th3.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Th3-C0der", - "email": "Th3Drag8N@proton.me" - }, - "record": { - "TXT": "5eb5141d4526c7035a1a9e1613b3d6" - } -} diff --git a/domains/_github-pages-challenge-TorchedSammy.sammy.json b/domains/_github-pages-challenge-TorchedSammy.sammy.json deleted file mode 100644 index 6b2d4517e..000000000 --- a/domains/_github-pages-challenge-TorchedSammy.sammy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "TorchedSammy", - "email": "torchedsammy@gmail.com" - }, - "record": { - "TXT": "9693d9e721696f4184aa3abfa35921" - } -} diff --git a/domains/_github-pages-challenge-YesnielX.yesnielx.json b/domains/_github-pages-challenge-YesnielX.yesnielx.json deleted file mode 100644 index ed210c389..000000000 --- a/domains/_github-pages-challenge-YesnielX.yesnielx.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Portfolio Website", - "repo": "https://github.com/YesnielX/yesnielx.github.io", - "owner": { - "username": "YesnielX", - "email": "", - "discord": "yesnielx" - }, - "record": { - "TXT": ["7b437ce587783bab1a17084b82cca0"] - } -} diff --git a/domains/_github-pages-challenge-YouFoundAlpha.alpha.json b/domains/_github-pages-challenge-YouFoundAlpha.alpha.json deleted file mode 100644 index e0787ddbd..000000000 --- a/domains/_github-pages-challenge-YouFoundAlpha.alpha.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "YouFoundAlpha", - "email": "", - "Discord": "661121998830960651", - "GitHub": "YouFoundAlpha", - "GitLab": "YouFoundAlpha", - "Mastodon": "@YouFoundAlpha@mastodon.social" - }, - "record": { - "TXT": "123b9197abda60197a8afa64af5cf0" - } -} diff --git a/domains/_github-pages-challenge-abaan5467.abaan.json b/domains/_github-pages-challenge-abaan5467.abaan.json new file mode 100644 index 000000000..1dc7d973f --- /dev/null +++ b/domains/_github-pages-challenge-abaan5467.abaan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Abaan5467", + "email": "abaan@metfabproducts.com" + }, + "record": { + "TXT": "325c1344f55d617d4e206517dde06c" + } +} diff --git a/domains/_github-pages-challenge-abdessattar23.abdessattar.json b/domains/_github-pages-challenge-abdessattar23.abdessattar.json index 2941defe6..b5687792a 100644 --- a/domains/_github-pages-challenge-abdessattar23.abdessattar.json +++ b/domains/_github-pages-challenge-abdessattar23.abdessattar.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "abdessattar23", - "email": "elyagoubiabdessattar@gmail.com" - }, - "record": { - "TXT": "c9b03d3b0500160eabd33e0c27913c" - } + "owner": { + "username": "abdessattar23", + "email": "elyagoubiabdessattar@gmail.com" + }, + "record": { + "TXT": "c9b03d3b0500160eabd33e0c27913c" + } } diff --git a/domains/_github-pages-challenge-abiapp789.abiapp22.json b/domains/_github-pages-challenge-abiapp789.abiapp22.json new file mode 100644 index 000000000..cd681e6b9 --- /dev/null +++ b/domains/_github-pages-challenge-abiapp789.abiapp22.json @@ -0,0 +1,10 @@ +{ + "domain": "abiapp1789.is-a.dev", + "owner": { + "username": "abiapp789", + "email": "abiapp2024@gmail.com" + }, + "record": { + "TXT": "e8984bf946de59788c1b78b19b8d51" + } +} diff --git a/domains/_github-pages-challenge-adil-uddin.adil.json b/domains/_github-pages-challenge-adil-uddin.adil.json new file mode 100644 index 000000000..ece12b69a --- /dev/null +++ b/domains/_github-pages-challenge-adil-uddin.adil.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "adil-uddin", + "email": "adilaryan786@gmail.com" + }, + "record": { + "TXT": "82f634e6b8d39d1a42bf48f2a2ccd3" + } +} diff --git a/domains/_github-pages-challenge-Adolar0042.adolar0042.json b/domains/_github-pages-challenge-adolar0042.adolar0042.json similarity index 100% rename from domains/_github-pages-challenge-Adolar0042.adolar0042.json rename to domains/_github-pages-challenge-adolar0042.adolar0042.json diff --git a/domains/_github-pages-challenge-ajtabjs.ajtabs.json b/domains/_github-pages-challenge-ajtabjs.ajtabs.json new file mode 100644 index 000000000..7362c1495 --- /dev/null +++ b/domains/_github-pages-challenge-ajtabjs.ajtabs.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "ajtabjs" + }, + "record": { + "TXT": ["39626a2cbd8f72ba60b0e40dc06e45"] + } +} diff --git a/domains/_github-pages-challenge-akpi816218.akpi.json b/domains/_github-pages-challenge-akpi816218.akpi.json index 2a1566dbb..030db64ef 100644 --- a/domains/_github-pages-challenge-akpi816218.akpi.json +++ b/domains/_github-pages-challenge-akpi816218.akpi.json @@ -1,7 +1,6 @@ { "owner": { "username": "akpi816218", - "email": "", "discord": "equus_quagga" }, "record": { diff --git a/domains/_github-pages-challenge-albinpraveen.albinpraveen.json b/domains/_github-pages-challenge-albinpraveen.albinpraveen.json deleted file mode 100644 index 61a62e522..000000000 --- a/domains/_github-pages-challenge-albinpraveen.albinpraveen.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal portfolio website (domain verification)", - "repo": "https://github.com/ALBINPRAVEEN/albinpraveen.github.io", - "owner": { - "username": "albinpraveen", - "email": "hi@albinpraveen.com" - }, - "record": { - "TXT": "815094cd16aed1ad1a2eb8306c390a" - } -} diff --git a/domains/_github-pages-challenge-alvitodev.alvito.json b/domains/_github-pages-challenge-alvitodev.alvito.json index a6be273d8..303a7d565 100644 --- a/domains/_github-pages-challenge-alvitodev.alvito.json +++ b/domains/_github-pages-challenge-alvitodev.alvito.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "alvitodev", - "email": "alvitodev@protonmail.com" - }, - "record": { - "TXT": "c5a2eacc172cec9ec45a87d828b08c" - } + "owner": { + "username": "alvitodev", + "email": "alvitodev@protonmail.com" + }, + "record": { + "TXT": "c5a2eacc172cec9ec45a87d828b08c" + } } diff --git a/domains/_github-pages-challenge-am333n.ameen.json b/domains/_github-pages-challenge-am333n.ameen.json new file mode 100644 index 000000000..28f16b90c --- /dev/null +++ b/domains/_github-pages-challenge-am333n.ameen.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "am333n", + "email": "muhammedameen752@gmail.com" + }, + "record": { + "TXT": "ae46785afb026d6f57c4eb85f644eb" + } +} diff --git a/domains/_github-pages-challenge-amosmurmu.amosmurmu.json b/domains/_github-pages-challenge-amosmurmu.amosmurmu.json new file mode 100644 index 000000000..b25f93b52 --- /dev/null +++ b/domains/_github-pages-challenge-amosmurmu.amosmurmu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "amosmurmu", + "email": "amosmurmu002@gmail.com" + }, + "record": { + "TXT": "6cd31a4dfd2ef9242a7478f015b26b" + } +} diff --git a/domains/_github-pages-challenge-anamolsapkota.anamolsapkota.json b/domains/_github-pages-challenge-anamolsapkota.anamolsapkota.json deleted file mode 100644 index 2303cd5e5..000000000 --- a/domains/_github-pages-challenge-anamolsapkota.anamolsapkota.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "anamolsapkota", - "email": "anamolsapkota@gmail.com" - }, - - "record": { - "TXT": "d89d65454e6f71641cc8e45a2ad8b2" - } -} diff --git a/domains/_github-pages-challenge-animeshkotka.animesh-kotka.json b/domains/_github-pages-challenge-animeshkotka.animesh-kotka.json new file mode 100644 index 000000000..3adf90e4d --- /dev/null +++ b/domains/_github-pages-challenge-animeshkotka.animesh-kotka.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AnimeshKotka", + "email": "animeshkotka520@gmail.com" + }, + "record": { + "TXT": "516e1afaa96818228e8a61bf901188" + } +} diff --git a/domains/_github-pages-challenge-anshbhimani.anshbhimani.json b/domains/_github-pages-challenge-anshbhimani.anshbhimani.json deleted file mode 100644 index 405a10c0e..000000000 --- a/domains/_github-pages-challenge-anshbhimani.anshbhimani.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "anshbhimani", - "email": "ansh.bhimani@outlook.com" - }, - "record": { - "TXT": "36d0b9db7565094d11ea8fdb539e1dg" - } -} diff --git a/domains/_github-pages-challenge-Arch881010.arch.json b/domains/_github-pages-challenge-arch881010.arch.json similarity index 100% rename from domains/_github-pages-challenge-Arch881010.arch.json rename to domains/_github-pages-challenge-arch881010.arch.json diff --git a/domains/_github-pages-challenge-archelaus.archelaus.json b/domains/_github-pages-challenge-archelaus.archelaus.json index 298a790e9..217f44a4f 100644 --- a/domains/_github-pages-challenge-archelaus.archelaus.json +++ b/domains/_github-pages-challenge-archelaus.archelaus.json @@ -3,7 +3,6 @@ "username": "archelaus", "email": "archelaus@skiff.com" }, - "record": { "TXT": "58a91a812285d77c1c035298480109" } diff --git a/domains/_github-pages-challenge-arsenobetaine.arsenobetaine.json b/domains/_github-pages-challenge-arsenobetaine.arsenobetaine.json new file mode 100644 index 000000000..ab62a0cc6 --- /dev/null +++ b/domains/_github-pages-challenge-arsenobetaine.arsenobetaine.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "arsenobetaine", + "email": "arsenobetaine@gmail.com" + }, + "record": { + "TXT": "02ff8b21eeaed5e8333376fc244485" + } +} diff --git a/domains/_github-pages-challenge-aruntechpro.aruntechpro.json b/domains/_github-pages-challenge-aruntechpro.aruntechpro.json new file mode 100644 index 000000000..5d041ee56 --- /dev/null +++ b/domains/_github-pages-challenge-aruntechpro.aruntechpro.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "aruntechpro", + "email": "arunkumarakr03@gmail.com" + }, + "record": { + "TXT": "8583e778337112b720ebf6e1ec46a5" + } +} diff --git a/domains/_github-pages-challenge-asbp.asbp.json b/domains/_github-pages-challenge-asbp.asbp.json new file mode 100644 index 000000000..ec3dea7c9 --- /dev/null +++ b/domains/_github-pages-challenge-asbp.asbp.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "asbp", + "email": "guungofficial@gmail.com" + }, + "record": { + "TXT": "31b576be5fd342aa2473ebb2fb2816" + } +} diff --git a/domains/_github-pages-challenge-ashishkingdom.ashishkingdom.json b/domains/_github-pages-challenge-ashishkingdom.ashishkingdom.json new file mode 100644 index 000000000..c2f6a56e1 --- /dev/null +++ b/domains/_github-pages-challenge-ashishkingdom.ashishkingdom.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AshishKingdom", + "email": "ashishkingdom@proton.me" + }, + "record": { + "TXT": "4281866da89d9e1bd20fcdb44adca3" + } +} diff --git a/domains/_github-pages-challenge-avellea.avellea.json b/domains/_github-pages-challenge-avellea.avellea.json index c2039ae7f..4a0684fd4 100644 --- a/domains/_github-pages-challenge-avellea.avellea.json +++ b/domains/_github-pages-challenge-avellea.avellea.json @@ -1,7 +1,6 @@ { "owner": { - "username": "avellea", - "email": "" + "username": "avellea" }, "record": { "TXT": "5c38dbee73e6936232992c0f98829e" diff --git a/domains/_github-pages-challenge-axioris.axioris.json b/domains/_github-pages-challenge-axioris.axioris.json new file mode 100644 index 000000000..c4bc04852 --- /dev/null +++ b/domains/_github-pages-challenge-axioris.axioris.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "axioris", + "email": "dane.foster.collins@gmail.com" + }, + "record": { + "TXT": "3e68551b5f5903030133fb460e57db" + } +} diff --git a/domains/_github-pages-challenge-baturalp52.baturalp.json b/domains/_github-pages-challenge-baturalp52.baturalp.json new file mode 100644 index 000000000..8907a66a2 --- /dev/null +++ b/domains/_github-pages-challenge-baturalp52.baturalp.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Baturalp52", + "email": "baturalpsonmez2002@gmail.com" + }, + "record": { + "TXT": "8e1fd82942a7ceae35f62019e370aa" + } +} diff --git a/domains/_github-pages-challenge-berzcode.saurabhkirve.json b/domains/_github-pages-challenge-berzcode.saurabhkirve.json index d2206b590..89efda2a5 100644 --- a/domains/_github-pages-challenge-berzcode.saurabhkirve.json +++ b/domains/_github-pages-challenge-berzcode.saurabhkirve.json @@ -3,7 +3,6 @@ "username": "sxurabh", "email": "saurabhkirve@gmail.com" }, - "record": { "TXT": "e587577c97f73d2047aaf6ec8ff92c" } diff --git a/domains/_github-pages-challenge-bikoil.biko.json b/domains/_github-pages-challenge-bikoil.biko.json new file mode 100644 index 000000000..165334db9 --- /dev/null +++ b/domains/_github-pages-challenge-bikoil.biko.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bikoil", + "email": "devbikoilu@gmail.com" + }, + "record": { + "TXT": "aec0a553854eb46c3b87f4d4797407" + } +} diff --git a/domains/_github-pages-challenge-Bimarsha69.bimarsha.json b/domains/_github-pages-challenge-bimarsha69.bimarsha.json similarity index 100% rename from domains/_github-pages-challenge-Bimarsha69.bimarsha.json rename to domains/_github-pages-challenge-bimarsha69.bimarsha.json diff --git a/domains/_github-pages-challenge-birabittoh.birabittoh.json b/domains/_github-pages-challenge-birabittoh.birabittoh.json index 54e5d03cc..9ac6e7baa 100644 --- a/domains/_github-pages-challenge-birabittoh.birabittoh.json +++ b/domains/_github-pages-challenge-birabittoh.birabittoh.json @@ -3,7 +3,6 @@ "username": "BiRabittoh", "email": "andronacomarco@gmail.com" }, - "record": { "TXT": "9b7611136c86e6ff35c8292b8f6a34" } diff --git a/domains/_github-pages-challenge-bob16077.bob16077.json b/domains/_github-pages-challenge-bob16077.bob16077.json index 264aef891..146441df3 100644 --- a/domains/_github-pages-challenge-bob16077.bob16077.json +++ b/domains/_github-pages-challenge-bob16077.bob16077.json @@ -1,7 +1,6 @@ { "owner": { "username": "bob16077", - "email": "", "discord": "bob16077777" }, "record": { diff --git a/domains/_github-pages-challenge-btleffler.btleffler.json b/domains/_github-pages-challenge-btleffler.btleffler.json new file mode 100644 index 000000000..9496e0060 --- /dev/null +++ b/domains/_github-pages-challenge-btleffler.btleffler.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "btleffler", + "email": "btleffler@gmail.com" + }, + "record": { + "TXT": "6c3fe486c491afe19b9ba3bbb03d2a" + } +} diff --git a/domains/_github-pages-challenge-cantcode023.bd.json b/domains/_github-pages-challenge-cantcode023.bd.json new file mode 100644 index 000000000..20351b873 --- /dev/null +++ b/domains/_github-pages-challenge-cantcode023.bd.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "CantCode023", + "email": "cantcode023@gmail.com" + }, + "record": { + "TXT": "f1b87d5986bd9abd22ca7fc5da79ad" + } +} diff --git a/domains/_github-pages-challenge-caodoc.caodoc.json b/domains/_github-pages-challenge-caodoc.caodoc.json index 0856b8ca0..514a61b1d 100644 --- a/domains/_github-pages-challenge-caodoc.caodoc.json +++ b/domains/_github-pages-challenge-caodoc.caodoc.json @@ -1,7 +1,6 @@ { "owner": { "username": "caodoc", - "email": "", "discord": "caodoc" }, "record": { diff --git a/domains/_github-pages-challenge-catrinlam.catrin.json b/domains/_github-pages-challenge-catrinlam.catrin.json new file mode 100644 index 000000000..b11bf2275 --- /dev/null +++ b/domains/_github-pages-challenge-catrinlam.catrin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "catrinlam", + "discord": "614054830360494100" + }, + "record": { + "TXT": "8091bea48326f3ad92c1cc296a5b33" + } +} diff --git a/domains/_github-pages-challenge-catto24.catto24.json b/domains/_github-pages-challenge-catto24.catto24.json index 864f7278a..60154beb2 100644 --- a/domains/_github-pages-challenge-catto24.catto24.json +++ b/domains/_github-pages-challenge-catto24.catto24.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "catto24", - "email": "catto24@proton.me" - }, - "record": { - "TXT": "6616d125c078fe2114ba6b6a505ed6" - } + "owner": { + "username": "catto24", + "email": "catto24@proton.me" + }, + "record": { + "TXT": "6616d125c078fe2114ba6b6a505ed6" + } } diff --git a/domains/_github-pages-challenge-chadeeeee.chadee.json b/domains/_github-pages-challenge-chadeeeee.chadee.json index ff922c3e2..5f66a6ca0 100644 --- a/domains/_github-pages-challenge-chadeeeee.chadee.json +++ b/domains/_github-pages-challenge-chadeeeee.chadee.json @@ -3,7 +3,7 @@ "repo": "https://github.com/chadeeeee/chadee-site", "owner": { "username": "chadeeeee", - "telegram": "@chadeeeeeeeeee", + "telegram": "chadeeeeeeeeee", "email": "esurginet2011@gmail.com" }, "record": { diff --git a/domains/_github-pages-challenge-charmingdisorder.alexey.json b/domains/_github-pages-challenge-charmingdisorder.alexey.json index 48987a8b1..0733d85c2 100644 --- a/domains/_github-pages-challenge-charmingdisorder.alexey.json +++ b/domains/_github-pages-challenge-charmingdisorder.alexey.json @@ -1,9 +1,7 @@ { "owner": { - "username": "charmingdisorder", - "email": "null" + "username": "charmingdisorder" }, - "record": { "TXT": "8045a0394db9ecae4e8f4a76f5c17c" } diff --git a/domains/_github-pages-challenge-chauvansang.sang.json b/domains/_github-pages-challenge-chauvansang.sang.json new file mode 100644 index 000000000..733c9a150 --- /dev/null +++ b/domains/_github-pages-challenge-chauvansang.sang.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "chauvansang", + "email": "cvansang94@gmail.com" + }, + "record": { + "TXT": "8a2d191d582a62b817e10aa08b67f5" + } +} diff --git a/domains/_github-pages-challenge-clay990.suraj.json b/domains/_github-pages-challenge-clay990.suraj.json index d4d6cfad7..e4b114376 100644 --- a/domains/_github-pages-challenge-clay990.suraj.json +++ b/domains/_github-pages-challenge-clay990.suraj.json @@ -4,8 +4,6 @@ "email": "asuraj991m@gmail.com" }, "record": { - "TXT": [ - "dee6e1fa6a0e02df5af4edb0e40ac4" - ] + "TXT": ["dee6e1fa6a0e02df5af4edb0e40ac4"] } } diff --git a/domains/_github-pages-challenge-clumzyofficial.adarsh.json b/domains/_github-pages-challenge-clumzyofficial.adarsh.json index ba928468a..a86ab9cb5 100644 --- a/domains/_github-pages-challenge-clumzyofficial.adarsh.json +++ b/domains/_github-pages-challenge-clumzyofficial.adarsh.json @@ -3,7 +3,6 @@ "username": "clumzyofficial", "email": "adarshshukla0344@gmail.com" }, - "record": { "TXT": "b37649c87b3dc3594b1c44139e420a" } diff --git a/domains/_github-pages-challenge-Codemaine.maine.json b/domains/_github-pages-challenge-codemaine.maine.json similarity index 100% rename from domains/_github-pages-challenge-Codemaine.maine.json rename to domains/_github-pages-challenge-codemaine.maine.json diff --git a/domains/_github-pages-challenge-crazy-max-blog.crazy-max.json b/domains/_github-pages-challenge-crazy-max-blog.crazy-max.json deleted file mode 100644 index 388b4dfbe..000000000 --- a/domains/_github-pages-challenge-crazy-max-blog.crazy-max.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Crazy-Max-Blog", - "email": "Crazy-Max-2011@yandex.ru" - }, - "record": { - "TXT": "bf0161fd315024bd5069ccb7f38cdc" - } -} diff --git a/domains/_github-pages-challenge-Crazy-Max-Blog.rpi.crazymax.json b/domains/_github-pages-challenge-crazy-max-blog.rpi.crazymax.json similarity index 100% rename from domains/_github-pages-challenge-Crazy-Max-Blog.rpi.crazymax.json rename to domains/_github-pages-challenge-crazy-max-blog.rpi.crazymax.json diff --git a/domains/_github-pages-challenge-cupglassDEV.cupglass.json b/domains/_github-pages-challenge-cupglassDEV.cupglass.json deleted file mode 100644 index 2c783ce72..000000000 --- a/domains/_github-pages-challenge-cupglassDEV.cupglass.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "description": "My base website. Very epik tbh 💥💥", - "repo": "https://github.com/cupglassdev/cupglassdev.github.io", - "owner": { - "username": "cupglassdev", - "email": "", "twitter":"https://x.com/cupglassdev", -"lahelu":"https://lahelu.com/user/cupglassdev", - "discord": "cupglassdev" - }, - "record": { - "TXT": ["8512bd6443e9d125eb9223d57c1a40"] - } -} diff --git a/domains/_github-pages-challenge-D-Pow.devon.json b/domains/_github-pages-challenge-d-pow.devon.json similarity index 67% rename from domains/_github-pages-challenge-D-Pow.devon.json rename to domains/_github-pages-challenge-d-pow.devon.json index 875c3aa2e..2a9ecd3fb 100644 --- a/domains/_github-pages-challenge-D-Pow.devon.json +++ b/domains/_github-pages-challenge-d-pow.devon.json @@ -1,8 +1,7 @@ { "description": "GitHub Pages verification for devon.is-a.dev", "owner": { - "username": "D-Pow", - "email": "D-Pow@users.noreply.github.com" + "username": "D-Pow" }, "record": { "TXT": "cec54b510828f770750c1b17cad7f2" diff --git a/domains/_github-pages-challenge-daamin909.daamin.json b/domains/_github-pages-challenge-daamin909.daamin.json new file mode 100644 index 000000000..685215e76 --- /dev/null +++ b/domains/_github-pages-challenge-daamin909.daamin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Daamin909", + "email": "ashai.daamin@gmail.com" + }, + "record": { + "TXT": "3c96f2bc76027656f9d05fbdd95026" + } +} diff --git a/domains/_github-pages-challenge-dandepan303.dean.json b/domains/_github-pages-challenge-dandepan303.dean.json index d673646fe..7b15a5600 100644 --- a/domains/_github-pages-challenge-dandepan303.dean.json +++ b/domains/_github-pages-challenge-dandepan303.dean.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "dandepan303", - "email": "dandepan303@gmail.com" - }, - "record": { - "TXT": "35714d694a49776a1e8125d03b4e0b" - } + "owner": { + "username": "dandepan303", + "email": "dandepan303@gmail.com" + }, + "record": { + "TXT": "35714d694a49776a1e8125d03b4e0b" + } } diff --git a/domains/_github-pages-challenge-danilofuchs.danilofuchs.json b/domains/_github-pages-challenge-danilofuchs.danilofuchs.json deleted file mode 100644 index 7dcb7b90c..000000000 --- a/domains/_github-pages-challenge-danilofuchs.danilofuchs.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "danilofuchs", - "email": "danilo_fuchs@hotmail.com" - }, - "record": { - "TXT": "09bee48261a7e91718432a7b51baaa" - } -} diff --git a/domains/_github-pages-challenge-darkdevil3610.gourav.json b/domains/_github-pages-challenge-darkdevil3610.gourav.json index 79ce1246d..1d92d12ab 100644 --- a/domains/_github-pages-challenge-darkdevil3610.gourav.json +++ b/domains/_github-pages-challenge-darkdevil3610.gourav.json @@ -1,11 +1,9 @@ { - "owner": { - "username": "darkdevil3610", - "email": "herokugourav@gmail.com" - }, - "record": { - "TXT": [ - "9c53fbad44d0be32a846af5f673015" - ] - } + "owner": { + "username": "darkdevil3610", + "email": "herokugourav@gmail.com" + }, + "record": { + "TXT": ["9c53fbad44d0be32a846af5f673015"] + } } diff --git a/domains/_github-pages-challenge-debkanchan.debkanchan.json b/domains/_github-pages-challenge-debkanchan.debkanchan.json new file mode 100644 index 000000000..fcbb78a08 --- /dev/null +++ b/domains/_github-pages-challenge-debkanchan.debkanchan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "debkanchan", + "email": "debu.samadder@gmail.com" + }, + "record": { + "TXT": "36f31b49ddb71ca70a8cb3dd21e61d" + } +} diff --git a/domains/_github-pages-challenge-debtlessflea.debtlessflea.json b/domains/_github-pages-challenge-debtlessflea.debtlessflea.json new file mode 100644 index 000000000..ae92c5feb --- /dev/null +++ b/domains/_github-pages-challenge-debtlessflea.debtlessflea.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DebtlessFlea", + "email": "citizen.caption020@passfwd.com" + }, + "record": { + "TXT": "ba015236c9b45aa3d3427b2b3c0f7e" + } +} diff --git a/domains/_github-pages-challenge-defective4.defective.json b/domains/_github-pages-challenge-defective4.defective.json new file mode 100644 index 000000000..591ea2ac9 --- /dev/null +++ b/domains/_github-pages-challenge-defective4.defective.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Defective4", + "email": "def3ctive4@gmail.com" + }, + "record": { + "TXT": "6a4d7169e05d83cb7512bd39e631ac" + } +} diff --git a/domains/_github-pages-challenge-dev-420.dev-420.json b/domains/_github-pages-challenge-dev-420.dev-420.json deleted file mode 100644 index a0512f44d..000000000 --- a/domains/_github-pages-challenge-dev-420.dev-420.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Dev-420", - "email": "imakbss@gmail.com" - }, - "record": { - "TXT": "af648cf0502797580ddf061805dad3" - } -} diff --git a/domains/_github-pages-challenge-dev-ajay-sahani.ajays.json b/domains/_github-pages-challenge-dev-ajay-sahani.ajays.json new file mode 100644 index 000000000..3c8332146 --- /dev/null +++ b/domains/_github-pages-challenge-dev-ajay-sahani.ajays.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Dev-Ajay-sahani", + "email": "ajays.dev.contact@gmail.com" + }, + "record": { + "TXT": "41d8fd2a7b00dc0110fdfa4c1518c9" + } +} diff --git a/domains/_github-pages-challenge-devendrakanojiya.devendrakanojiya.json b/domains/_github-pages-challenge-devendrakanojiya.devendrakanojiya.json deleted file mode 100644 index bc273caf0..000000000 --- a/domains/_github-pages-challenge-devendrakanojiya.devendrakanojiya.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "devendrakanojiya", - "email": "s_36100@bkbirlacollegekalyan.com" - }, - "record": { - "TXT": "37b9724a41bf8e23b2a352d65b7d19" - } -} diff --git a/domains/_github-pages-challenge-devhammed.hammed.json b/domains/_github-pages-challenge-devhammed.hammed.json new file mode 100644 index 000000000..1b613a46d --- /dev/null +++ b/domains/_github-pages-challenge-devhammed.hammed.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "devhammed", + "email": "hey@hammed.dev" + }, + "record": { + "TXT": "7672b068b3140a9fbaaf9bfe0ab136" + } +} diff --git a/domains/_github-pages-challenge-devhanza.hansana.json b/domains/_github-pages-challenge-devhanza.hansana.json new file mode 100644 index 000000000..694ee904e --- /dev/null +++ b/domains/_github-pages-challenge-devhanza.hansana.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DevHanza", + "email": "josephandrew1@logicstreak.com" + }, + "record": { + "TXT": "f8be8c81d5fc3ad6c97e687a404a9d" + } +} diff --git a/domains/_github-pages-challenge-Diordnas.cassie.json b/domains/_github-pages-challenge-diordnas.cassie.json similarity index 100% rename from domains/_github-pages-challenge-Diordnas.cassie.json rename to domains/_github-pages-challenge-diordnas.cassie.json diff --git a/domains/_github-pages-challenge-drssoccer55.doug.json b/domains/_github-pages-challenge-drssoccer55.doug.json new file mode 100644 index 000000000..c5cca34b9 --- /dev/null +++ b/domains/_github-pages-challenge-drssoccer55.doug.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "drssoccer55", + "email": "sextondouglas@pm.me" + }, + "record": { + "TXT": "6605758124fbb4085b1687476d067b" + } +} diff --git a/domains/_github-pages-challenge-duc-ios.duc.json b/domains/_github-pages-challenge-duc-ios.duc.json new file mode 100644 index 000000000..4a017f679 --- /dev/null +++ b/domains/_github-pages-challenge-duc-ios.duc.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "duc-ios", + "email": "hi@duk.one" + }, + "record": { + "TXT": "91c9fd955fd906fab980881cb5f477" + } +} diff --git a/domains/_github-pages-challenge-ducky4life.ducky.json b/domains/_github-pages-challenge-ducky4life.ducky.json new file mode 100644 index 000000000..7c76603f9 --- /dev/null +++ b/domains/_github-pages-challenge-ducky4life.ducky.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ducky4life", + "email": "duckylai@proton.me" + }, + "record": { + "TXT": "7b577ecd19bde96461d7b480a5f0a4" + } +} diff --git a/domains/_github-pages-challenge-edwardthelegend.edward.json b/domains/_github-pages-challenge-edwardthelegend.edward.json index 77392390d..8156a6b03 100644 --- a/domains/_github-pages-challenge-edwardthelegend.edward.json +++ b/domains/_github-pages-challenge-edwardthelegend.edward.json @@ -3,7 +3,6 @@ "username": "EdwardTheLegend", "email": "edward@edwardtlowe.com" }, - "record": { "TXT": "fba1c393a4bf816cdb2aa4515feae1" } diff --git a/domains/_github-pages-challenge-enderpoint07.enderpoint.json b/domains/_github-pages-challenge-enderpoint07.enderpoint.json index 9534d7137..866fc1955 100644 --- a/domains/_github-pages-challenge-enderpoint07.enderpoint.json +++ b/domains/_github-pages-challenge-enderpoint07.enderpoint.json @@ -3,7 +3,6 @@ "repo": "https://github.com/EnderPoint07/EnderPoint07.github.io", "owner": { "username": "EnderPoint07", - "email": "", "discord": "DotM38#5497", "instagram": "enderpoint07" }, diff --git a/domains/_github-pages-challenge-ethereumvd.ethereumvd.json b/domains/_github-pages-challenge-ethereumvd.ethereumvd.json new file mode 100644 index 000000000..bab8f5bc7 --- /dev/null +++ b/domains/_github-pages-challenge-ethereumvd.ethereumvd.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ethereumvd", + "email": "ethereum249@gmail.com" + }, + "record": { + "TXT": "acffd9c330d027fef82987d6dd8b4e" + } +} diff --git a/domains/_github-pages-challenge-formunagit.formuna.json b/domains/_github-pages-challenge-formunagit.formuna.json new file mode 100644 index 000000000..b368cb383 --- /dev/null +++ b/domains/_github-pages-challenge-formunagit.formuna.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "FormunaGit", + "discord": "formuna" + }, + "record": { + "TXT": ["f1190641c5391341d1097c3a2a8160"] + } +} diff --git a/domains/_github-pages-challenge-FoxsDenYT.foxsden.json b/domains/_github-pages-challenge-foxsdenyt.foxsden.json similarity index 100% rename from domains/_github-pages-challenge-FoxsDenYT.foxsden.json rename to domains/_github-pages-challenge-foxsdenyt.foxsden.json diff --git a/domains/_github-pages-challenge-funnsam.funn.json b/domains/_github-pages-challenge-funnsam.funn.json index ef59f63b6..3e47a077a 100644 --- a/domains/_github-pages-challenge-funnsam.funn.json +++ b/domains/_github-pages-challenge-funnsam.funn.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "funnsam", - "email": "funnsam8@gmail.com" - }, - "record": { - "TXT": "a81a9e51e2583c003a02eba386cb78" - } + "owner": { + "username": "funnsam", + "email": "funnsam8@gmail.com" + }, + "record": { + "TXT": "a81a9e51e2583c003a02eba386cb78" + } } diff --git a/domains/_github-pages-challenge-gabekgfx.gabek.json b/domains/_github-pages-challenge-gabekgfx.gabek.json deleted file mode 100644 index ec4a1d969..000000000 --- a/domains/_github-pages-challenge-gabekgfx.gabek.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "gabekgfx", - "email": "bussines.gabrys@gmail.com" - }, - "record": { - "TXT": "e9b873f6071bb8f4c1384efe52d14d" - } -} diff --git a/domains/_github-pages-challenge-ganesh76.ganesh-g.json b/domains/_github-pages-challenge-ganesh76.ganesh-g.json new file mode 100644 index 000000000..32d77b30c --- /dev/null +++ b/domains/_github-pages-challenge-ganesh76.ganesh-g.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ganesh76", + "email": "ganesh.g.cse@gmail.com" + }, + "record": { + "TXT": "94df711e9b048a87929864206a479a" + } +} diff --git a/domains/_github-pages-challenge-gegendepressed.sairaj.json b/domains/_github-pages-challenge-gegendepressed.sairaj.json new file mode 100644 index 000000000..960df4e0e --- /dev/null +++ b/domains/_github-pages-challenge-gegendepressed.sairaj.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "gegendepressed", + "email": "sairaj09pai@gmail.com" + }, + "record": { + "TXT": "c6a67c35d8e7aac91ac5afce904ad6" + } +} diff --git a/domains/_github-pages-challenge-gewaleelek.gewalee.json b/domains/_github-pages-challenge-gewaleelek.gewalee.json new file mode 100644 index 000000000..3cd79d42b --- /dev/null +++ b/domains/_github-pages-challenge-gewaleelek.gewalee.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "gewaleelek" + }, + "record": { + "TXT": "06e9ec8a834fc5e6c09ded6c524be4" + } +} diff --git a/domains/_github-pages-challenge-uuphoria2.uuphoria2.json b/domains/_github-pages-challenge-gmanthemarioguy.gmanthemarioguy.json similarity index 62% rename from domains/_github-pages-challenge-uuphoria2.uuphoria2.json rename to domains/_github-pages-challenge-gmanthemarioguy.gmanthemarioguy.json index f65e6dc95..bfedfd088 100644 --- a/domains/_github-pages-challenge-uuphoria2.uuphoria2.json +++ b/domains/_github-pages-challenge-gmanthemarioguy.gmanthemarioguy.json @@ -1,10 +1,10 @@ { "description": "Verification for my personal site", "owner": { - "username": "uuphoria2", + "username": "GManTheMarioGuy", "email": "gman36147@gmail.com" }, "record": { - "TXT": "e102771c99f70130190148a2d00ee0" + "TXT": "20f23b82e045272d36fadd99a6e464" } } diff --git a/domains/_github-pages-challenge-gokay05.gokay.json b/domains/_github-pages-challenge-gokay05.gokay.json new file mode 100644 index 000000000..6a2c2ebc0 --- /dev/null +++ b/domains/_github-pages-challenge-gokay05.gokay.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "gokay05", + "email": "gyamankurt@gmail.com" + }, + "record": { + "TXT": "7c83467aa6d55ff736d77d66a6f94e" + } +} diff --git a/domains/_github-pages-challenge-habeel06.habeel.json b/domains/_github-pages-challenge-habeel06.habeel.json index df7d357b9..8e7a9ce2e 100644 --- a/domains/_github-pages-challenge-habeel06.habeel.json +++ b/domains/_github-pages-challenge-habeel06.habeel.json @@ -1,7 +1,6 @@ { "owner": { - "username": "habeel06", - "email": "" + "username": "habeel06" }, "record": { "TXT": "6bbac3351ea3d8ad90603e1318c7ff" diff --git a/domains/_github-pages-challenge-harshnarayanjha.harshnj.json b/domains/_github-pages-challenge-harshnarayanjha.harshnj.json new file mode 100644 index 000000000..a734dcfe0 --- /dev/null +++ b/domains/_github-pages-challenge-harshnarayanjha.harshnj.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "HarshNarayanJha", + "email": "harshnj@proton.me" + }, + "record": { + "TXT": "fc925e645f243f84b9c9f0585add64" + } +} diff --git a/domains/_github-pages-challenge-herwingx.ghsearch.json b/domains/_github-pages-challenge-herwingx.ghsearch.json new file mode 100644 index 000000000..ee7bc69e0 --- /dev/null +++ b/domains/_github-pages-challenge-herwingx.ghsearch.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "herwingx", + "email": "herwingmacias@gmail.com" + }, + "record": { + "TXT": "2a006f5ffbfb592d6001e215d479da" + } +} diff --git a/domains/_github-pages-challenge-heyshaquib.heyshaquib.json b/domains/_github-pages-challenge-heyshaquib.heyshaquib.json deleted file mode 100644 index a2dbe89ac..000000000 --- a/domains/_github-pages-challenge-heyshaquib.heyshaquib.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "heyshaquib", - "email": "heyshaquib@proton.me" - }, - "record": { - "TXT": "cd081244e0ad3700962e9d4280285a" - } -} diff --git a/domains/_github-pages-challenge-hilight3r.hilight3r.json b/domains/_github-pages-challenge-hilight3r.hilight3r.json index 6bdc1b937..1b5b38a41 100644 --- a/domains/_github-pages-challenge-hilight3r.hilight3r.json +++ b/domains/_github-pages-challenge-hilight3r.hilight3r.json @@ -1,7 +1,6 @@ { "owner": { "username": "HIlight3R", - "email": "", "discord": "632272741000544259", "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.lEEbmOZavCkur0apEhD0MigNx6rzV3Kqhd9_Lw4Wxt7U7b0rcV779rEFB1Fm4LdwKAVJJ8_MeDm1jf0y14lGqQotXsvYzRKOCBk5t7vLtS_541WkodNwOPbAUV_g2KBaq6MynjnwX5786OLkuRJE-QnxwflxQRQHtL76xYJV3d7UVmZk0ppSUxyCw5SdSXUp7zgoJiTE2JIshtR5dFULQCyH9QK7gVpNFJBwaoTJeoRsCOy_oYoXVhYysYhX94tubtwKzE4xSDmQW4UbOo8yLRNTIo-PkyuY6cBD4yYvueRcTAd_UChS12Y27QSFhQq78I7WLaE7u4cV060Th1fEmA.9kQc0tIg1PyfXJtKgbiBSQ.uFTPklnOgLBqnu-dg7ZsCEZ_QrMiuyiHY60IgI1X3CdE1kSQckWTdApOQF8AXTC0inYYfmSpfvzP02Rcgo3Z9vyrckWG_ZSJbmfKR2SOpeN_Cq94jwKAZQXW0U45LxB1.cYkl_VljmQbyvurLc7hF6Q" }, diff --git a/domains/_github-pages-challenge-Hima-Pro.tdim.json b/domains/_github-pages-challenge-hima-pro.tdim.json similarity index 100% rename from domains/_github-pages-challenge-Hima-Pro.tdim.json rename to domains/_github-pages-challenge-hima-pro.tdim.json diff --git a/domains/_github-pages-challenge-himangshu147-git.himangshu147.json b/domains/_github-pages-challenge-himangshu147-git.himangshu147.json deleted file mode 100644 index b70bb5b04..000000000 --- a/domains/_github-pages-challenge-himangshu147-git.himangshu147.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "himangshu147-git", - "email": "saikiahimangshu1256@gmail.com", - "discord": "775660503342776341" - }, - - "record": { - "TXT": "2679f35b2c0a88253be04cc1230ee2" - } -} diff --git a/domains/_github-pages-challenge-hungthai1401.hungthai.json b/domains/_github-pages-challenge-hungthai1401.hungthai.json new file mode 100644 index 000000000..13abbc273 --- /dev/null +++ b/domains/_github-pages-challenge-hungthai1401.hungthai.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hungthai1401", + "email": "hungthai1401.it@gmail.com" + }, + "record": { + "TXT": "693e3be4f1121fc00f2fbad65439d0" + } +} \ No newline at end of file diff --git a/domains/_github-pages-challenge-i-Jer.jer.json b/domains/_github-pages-challenge-i-jer.jer.json similarity index 100% rename from domains/_github-pages-challenge-i-Jer.jer.json rename to domains/_github-pages-challenge-i-jer.jer.json diff --git a/domains/_github-pages-challenge-iakzs.iakzs.json b/domains/_github-pages-challenge-iakzs.iakzs.json index 989e344d2..609a3f69b 100644 --- a/domains/_github-pages-challenge-iakzs.iakzs.json +++ b/domains/_github-pages-challenge-iakzs.iakzs.json @@ -4,7 +4,6 @@ "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 index 1c706849a..776d58091 100644 --- a/domains/_github-pages-challenge-iakzs.kz.json +++ b/domains/_github-pages-challenge-iakzs.kz.json @@ -4,7 +4,6 @@ "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 index be394ee52..23fce778c 100644 --- a/domains/_github-pages-challenge-iamrony777.ronit.json +++ b/domains/_github-pages-challenge-iamrony777.ronit.json @@ -3,7 +3,6 @@ "username": "iamrony777", "email": "iamrony777@pm.me" }, - "record": { "TXT": "702edaf64e30be353646b4988cbc26" } diff --git a/domains/_github-pages-challenge-ImShyMike.shymike.json b/domains/_github-pages-challenge-imshymike.shymike.json similarity index 89% rename from domains/_github-pages-challenge-ImShyMike.shymike.json rename to domains/_github-pages-challenge-imshymike.shymike.json index 53070340a..e920b6d7e 100644 --- a/domains/_github-pages-challenge-ImShyMike.shymike.json +++ b/domains/_github-pages-challenge-imshymike.shymike.json @@ -1,7 +1,6 @@ { "owner": { "username": "ImShyMike", - "email": "", "discord": "582648583635992622" }, "record": { diff --git a/domains/_github-pages-challenge-CuteDog5695.cutedog5695.json b/domains/_github-pages-challenge-iostpa.cutedog5695.json similarity index 61% rename from domains/_github-pages-challenge-CuteDog5695.cutedog5695.json rename to domains/_github-pages-challenge-iostpa.cutedog5695.json index c2d66c756..bc809f8d4 100644 --- a/domains/_github-pages-challenge-CuteDog5695.cutedog5695.json +++ b/domains/_github-pages-challenge-iostpa.cutedog5695.json @@ -1,9 +1,8 @@ { "owner": { - "username": "CuteDog5695", - "email": "", + "username": "iostpa", "discord": "716306888492318790", - "twitter": "cutedog5695" + "twitter": "iostpa" }, "record": { "TXT": "cd8aac10494e4b5b76656163a11508" diff --git a/domains/_github-pages-challenge-is-a-dev.data.json b/domains/_github-pages-challenge-is-a-dev.data.json index be6e79b91..005bed746 100644 --- a/domains/_github-pages-challenge-is-a-dev.data.json +++ b/domains/_github-pages-challenge-is-a-dev.data.json @@ -1,9 +1,8 @@ { "owner": { "username": "is-a-dev", - "email": "" + "email": "admin@is-a.dev" }, - "record": { "TXT": "9b2dd0cf1f2f48466e165d39351c97" } diff --git a/domains/_github-pages-challenge-is-a-dev.docs.json b/domains/_github-pages-challenge-is-a-dev.docs.json new file mode 100644 index 000000000..888f8178b --- /dev/null +++ b/domains/_github-pages-challenge-is-a-dev.docs.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "is-a-dev", + "email": "admin@is-a.dev" + }, + "record": { + "TXT": "9aed675b73d2147d4bc644c3551ef9" + } +} diff --git a/domains/_github-pages-challenge-is-a-dev.json b/domains/_github-pages-challenge-is-a-dev.json new file mode 100644 index 000000000..6f3b68e72 --- /dev/null +++ b/domains/_github-pages-challenge-is-a-dev.json @@ -0,0 +1,10 @@ +{ + "description": "Requested by GitHub support for verification of a public suffix", + "owner": { + "username": "is-a-dev", + "email": "admin@is-a.dev" + }, + "record": { + "TXT": "aa6e2c0b-6ba9-486e-b632-b66f87e2862b" + } +} diff --git a/domains/_github-pages-challenge-is-a-dev.raw-api.json b/domains/_github-pages-challenge-is-a-dev.raw-api.json index d9fd3f4e6..3b2c1b412 100644 --- a/domains/_github-pages-challenge-is-a-dev.raw-api.json +++ b/domains/_github-pages-challenge-is-a-dev.raw-api.json @@ -1,9 +1,8 @@ { "owner": { "username": "is-a-dev", - "email": "" + "email": "admin@is-a.dev" }, - "record": { "TXT": "22bbab4068a6c51de6df06aac442d5" } diff --git a/domains/_github-pages-challenge-is-a-dev.team.json b/domains/_github-pages-challenge-is-a-dev.team.json index 22b7ccc10..29349741a 100644 --- a/domains/_github-pages-challenge-is-a-dev.team.json +++ b/domains/_github-pages-challenge-is-a-dev.team.json @@ -1,9 +1,8 @@ { "owner": { "username": "is-a-dev", - "email": "" + "email": "admin@is-a.dev" }, - "record": { "TXT": "c551c059fb167540ec0498d9011556" } diff --git a/domains/_github-pages-challenge-itsvick.itsvick.json b/domains/_github-pages-challenge-itsvick.itsvick.json index e34fb6f5c..20f609b06 100644 --- a/domains/_github-pages-challenge-itsvick.itsvick.json +++ b/domains/_github-pages-challenge-itsvick.itsvick.json @@ -3,7 +3,6 @@ "username": "itsvick", "email": "vivek_kasture@techjoomla.com" }, - "record": { "TXT": "6cccc8b9552901f383cdc6a606b185" } diff --git a/domains/_github-pages-challenge-jakethebest1238.jakehe.json b/domains/_github-pages-challenge-jakethebest1238.jakehe.json index 0f4c0ea5c..bb10367b2 100644 --- a/domains/_github-pages-challenge-jakethebest1238.jakehe.json +++ b/domains/_github-pages-challenge-jakethebest1238.jakehe.json @@ -1,6 +1,6 @@ { "owner": { - "username": "jakethebest1238", + "username": "jakehe1226", "email": "jakehe1226@gmail.com" }, "record": { diff --git a/domains/_github-pages-challenge-javascript-void0.java.json b/domains/_github-pages-challenge-javascript-void0.java.json index fe6db6bfc..4ce5cd90c 100644 --- a/domains/_github-pages-challenge-javascript-void0.java.json +++ b/domains/_github-pages-challenge-javascript-void0.java.json @@ -1,7 +1,6 @@ { "owner": { "username": "javascript-void0", - "email": "", "discord": "Java#3865" }, "record": { diff --git a/domains/_github-pages-challenge-jecoh12.jecoh.json b/domains/_github-pages-challenge-jecoh12.jecoh.json new file mode 100644 index 000000000..999b1de72 --- /dev/null +++ b/domains/_github-pages-challenge-jecoh12.jecoh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jecoh12", + "email": "jecoh12@gmail.com" + }, + "record": { + "TXT": "06b17cb3b27f897547ef636ec8189d" + } +} diff --git a/domains/_github-pages-challenge-jesusvala.jesusvaladez.json b/domains/_github-pages-challenge-jesusvala.jesusvaladez.json new file mode 100644 index 000000000..1b82a5c20 --- /dev/null +++ b/domains/_github-pages-challenge-jesusvala.jesusvaladez.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "JesusVala", + "email": "jesusvaladezf@outlook.com" + }, + "record": { + "TXT": "0d3d73c2f3c76a7ec6bb5484d88e97" + } +} diff --git a/domains/_github-pages-challenge-jeymen.jeymen.json b/domains/_github-pages-challenge-jeymen.jeymen.json deleted file mode 100644 index 3075b9884..000000000 --- a/domains/_github-pages-challenge-jeymen.jeymen.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Jeymen", - "email": "jeymen11@proton.me" - }, - "record": { - "TXT": "d01c3f5f2e886990f511ffb0dc7fcb" - } -} diff --git a/domains/_github-pages-challenge-josemyduarte.josemy.json b/domains/_github-pages-challenge-josemyduarte.josemy.json new file mode 100644 index 000000000..b856645bf --- /dev/null +++ b/domains/_github-pages-challenge-josemyduarte.josemy.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "JosemyDuarte" + }, + "record": { + "TXT": "f9830295961050524a4ba5c3eb4b62" + } +} diff --git a/domains/_github-pages-challenge-joythejoystick1.glqch.json b/domains/_github-pages-challenge-joythejoystick1.glqch.json deleted file mode 100644 index 229a87d5f..000000000 --- a/domains/_github-pages-challenge-joythejoystick1.glqch.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "joythejoystick1", - "email": "midoayoub778@gmail.com" - }, - "record": { - "TXT": "eb682c2a35bd6139b653df86f7d248" - } -} diff --git a/domains/_github-pages-challenge-juanpython1.juandev.json b/domains/_github-pages-challenge-juanpython1.juandev.json new file mode 100644 index 000000000..6ecb54622 --- /dev/null +++ b/domains/_github-pages-challenge-juanpython1.juandev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "JuanPython1", + "email": "kamilo201025@gmail.com" + }, + "record": { + "TXT": "0342f0aeddf970dce791538a82f3b4" + } +} diff --git a/domains/_github-pages-challenge-juststudio7.j.json b/domains/_github-pages-challenge-juststudio7.j.json new file mode 100644 index 000000000..005937eb8 --- /dev/null +++ b/domains/_github-pages-challenge-juststudio7.j.json @@ -0,0 +1,11 @@ +{ + "description": "verify domain (github)", + "owner": { + "username": "JustDeveloper1", + "email": "support@juststudio.is-a.dev", + "discord": "1117482901353812088" + }, + "record": { + "TXT": "3e256d5551b9e9252f9da7270f6aec" + } +} diff --git a/domains/_github-pages-challenge-juststudio7.juststudio.json b/domains/_github-pages-challenge-juststudio7.juststudio.json new file mode 100644 index 000000000..cae15746c --- /dev/null +++ b/domains/_github-pages-challenge-juststudio7.juststudio.json @@ -0,0 +1,11 @@ +{ + "description": "JustStudio.", + "owner": { + "username": "JustDeveloper1", + "email": "support@juststudio.is-a.dev", + "discord": "1117482901353812088" + }, + "record": { + "TXT": ["9f7414e9ff060a1d5721a914dd48e3"] + } +} diff --git a/domains/_github-pages-challenge-jvdesignbavaria.jvdesign.json b/domains/_github-pages-challenge-jvdesignbavaria.jvdesign.json new file mode 100644 index 000000000..2ce88b196 --- /dev/null +++ b/domains/_github-pages-challenge-jvdesignbavaria.jvdesign.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "JVDesignBavaria", + "twitter": "JVDesignBavaria" + }, + "record": { + "TXT": "f4729fd3c0ae53d5150331f5f741a2" + } +} diff --git a/domains/_github-pages-challenge-jwaxy.jwaxy.json b/domains/_github-pages-challenge-jwaxy.jwaxy.json deleted file mode 100644 index 96595b11e..000000000 --- a/domains/_github-pages-challenge-jwaxy.jwaxy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "GitHub said that the verification was needed so I created this record.", - "owner": { - "username": "jwaxy", - "email": "me@yxawj.aleeas.com" - }, - "record": { - "TXT": "8e4b33b2837436011e57d5cade6b40" - } -} diff --git a/domains/_github-pages-challenge-jy1263.ayanamy.json b/domains/_github-pages-challenge-jy1263.ayanamy.json deleted file mode 100644 index 155f5b2b2..000000000 --- a/domains/_github-pages-challenge-jy1263.ayanamy.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "AyanAmy's About Page - Verification", - "repo": "https://github.com/jy1263/jy1263.github.io", - "owner": { - "username": "jy1263", - "email": "", - "twitter": "jy126orjy126" - }, - "record": { - "TXT": "250303a2dde21ac34ad10792da01fa" - } -} diff --git a/domains/_github-pages-challenge-k22rma.k22rma.json b/domains/_github-pages-challenge-k22rma.k22rma.json deleted file mode 100644 index b0b3db76c..000000000 --- a/domains/_github-pages-challenge-k22rma.k22rma.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "k22rma", - "email": "krrishsharma.ks12345@gmail.com" - }, - "record": { - "TXT": "c4d4e7c7ad03a88fd89ea4f1beb994" - } -} diff --git a/domains/_github-pages-challenge-kajpio.kajetan.json b/domains/_github-pages-challenge-kajpio.kajetan.json new file mode 100644 index 000000000..02b3d6692 --- /dev/null +++ b/domains/_github-pages-challenge-kajpio.kajetan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Kajpio", + "email": "thugmichel14@gmail.com" + }, + "record": { + "TXT": "22a0972632a2df28e644ae320025b9" + } +} \ No newline at end of file diff --git a/domains/_github-pages-challenge-kellylawrence.kelly.json b/domains/_github-pages-challenge-kellylawrence.kelly.json new file mode 100644 index 000000000..a6f1930f8 --- /dev/null +++ b/domains/_github-pages-challenge-kellylawrence.kelly.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "kellylawrence", + "email": "kelly@kellylawrence.ca" + }, + "record": { + "TXT": "26237ec72d51f1ba56e371e8e3fef9" + } +} diff --git a/domains/_github-pages-challenge-kunsh13.kunsh13.json b/domains/_github-pages-challenge-kunsh13.kunsh13.json index 1d8a75d5c..9307de79e 100644 --- a/domains/_github-pages-challenge-kunsh13.kunsh13.json +++ b/domains/_github-pages-challenge-kunsh13.kunsh13.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "kunsh13", - "email": "kunshmaurya@gmail.com" - }, - "record": { - "TXT": "72d4c5c21140c36045a8acebb81bd3" - } + "owner": { + "username": "kunsh13", + "email": "kunshmaurya@gmail.com" + }, + "record": { + "TXT": "72d4c5c21140c36045a8acebb81bd3" + } } diff --git a/domains/_github-pages-challenge-l6174.l6174.json b/domains/_github-pages-challenge-l6174.l6174.json deleted file mode 100644 index 97dae4a78..000000000 --- a/domains/_github-pages-challenge-l6174.l6174.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "l6174", - "email": "l6174@proton.me" - }, - "record": { - "TXT": "239afcf7406892899a65a396dc024f" - } -} diff --git a/domains/_github-pages-challenge-lean-cc.kars.json b/domains/_github-pages-challenge-lean-cc.kars.json index a8b7cabc1..3b0f43bdf 100644 --- a/domains/_github-pages-challenge-lean-cc.kars.json +++ b/domains/_github-pages-challenge-lean-cc.kars.json @@ -1,11 +1,11 @@ { - "description": "Personal website.", - "repo": "https://github.com/lean-cc/Personal-site", - "owner": { - "username": "lean-cc", - "email": "leancc3020@gmail.com" - }, - "record": { - "TXT": "3c11059b471a5b5163437912c020df" - } -} + "description": "Personal website.", + "repo": "https://github.com/lean-cc/Personal-site", + "owner": { + "username": "lean-cc", + "email": "leancc3020@gmail.com" + }, + "record": { + "TXT": "3c11059b471a5b5163437912c020df" + } +} diff --git a/domains/_github-pages-challenge-leespencer.spencer.json b/domains/_github-pages-challenge-leespencer.spencer.json new file mode 100644 index 000000000..6482df6a5 --- /dev/null +++ b/domains/_github-pages-challenge-leespencer.spencer.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "LeeSpencer", + "email": "mr.lee.spencer@gmail.com" + }, + "record": { + "TXT": "d2ec009b06395dafb0b2a7cb525a3a" + } +} diff --git a/domains/_github-pages-challenge-LevaniVashadze.levani.json b/domains/_github-pages-challenge-levanivashadze.levani.json similarity index 100% rename from domains/_github-pages-challenge-LevaniVashadze.levani.json rename to domains/_github-pages-challenge-levanivashadze.levani.json diff --git a/domains/_github-pages-challenge-liamatienza.liam.json b/domains/_github-pages-challenge-liamatienza.liam.json new file mode 100644 index 000000000..ed1b27c24 --- /dev/null +++ b/domains/_github-pages-challenge-liamatienza.liam.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "liamatienza", + "email": "liamdev@duck.com" + }, + "record": { + "TXT": "21465fcb0d62d07a3c97587145ebea" + } +} diff --git a/domains/_github-pages-challenge-liancastellon.liancg.json b/domains/_github-pages-challenge-liancastellon.liancg.json index 198577cdd..e21d8313a 100644 --- a/domains/_github-pages-challenge-liancastellon.liancg.json +++ b/domains/_github-pages-challenge-liancastellon.liancg.json @@ -3,7 +3,6 @@ "username": "liancastellon", "email": "liancg@gmail.com" }, - "record": { "TXT": "de487db710c1daf905269fb57775b6" } diff --git a/domains/_github-pages-challenge-likalium.likalium.json b/domains/_github-pages-challenge-likalium.likalium.json deleted file mode 100644 index 8e5150129..000000000 --- a/domains/_github-pages-challenge-likalium.likalium.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "likalium", - "email": "", - "discord": "likalium" - }, - "record": { - "TXT": "57407626f3a1e351e728a974c6d5af" - } -} diff --git a/domains/_github-pages-challenge-lizhiyao.zhiyao.json b/domains/_github-pages-challenge-lizhiyao.zhiyao.json index 56a39114c..f10c1066f 100644 --- a/domains/_github-pages-challenge-lizhiyao.zhiyao.json +++ b/domains/_github-pages-challenge-lizhiyao.zhiyao.json @@ -6,4 +6,4 @@ "record": { "TXT": "5079abdefe48796d3c55f058920bee" } -} \ No newline at end of file +} diff --git a/domains/_github-pages-challenge-lnminh1411.lnminh1411.json b/domains/_github-pages-challenge-lnminh1411.lnminh1411.json index 6390f086c..1513cd3ef 100644 --- a/domains/_github-pages-challenge-lnminh1411.lnminh1411.json +++ b/domains/_github-pages-challenge-lnminh1411.lnminh1411.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "lnminh1411", - "email": "nhatminh.forwarding@gmail.com" - }, - "record": { - "TXT": "4f83fedca6340871b27f2bb29e61ae" - } + "owner": { + "username": "lnminh1411", + "email": "nhatminh.forwarding@gmail.com" + }, + "record": { + "TXT": "4f83fedca6340871b27f2bb29e61ae" + } } diff --git a/domains/_github-pages-challenge-LowkeyGUY4444.akshya.json b/domains/_github-pages-challenge-lowkeyguy4444.akshya.json similarity index 100% rename from domains/_github-pages-challenge-LowkeyGUY4444.akshya.json rename to domains/_github-pages-challenge-lowkeyguy4444.akshya.json diff --git a/domains/_github-pages-challenge-lyaxsh.lyaxsh.json b/domains/_github-pages-challenge-lyaxsh.lyaxsh.json new file mode 100644 index 000000000..796fbda51 --- /dev/null +++ b/domains/_github-pages-challenge-lyaxsh.lyaxsh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lyaxsh", + "email": "lakshnahar.forwork@gmail.com" + }, + "record": { + "TXT": "052e15826ee7e1723c713d222b1bcc" + } +} diff --git a/domains/_github-pages-challenge-m0m0k4s4n.momoka.json b/domains/_github-pages-challenge-m0m0k4s4n.momoka.json new file mode 100644 index 000000000..f54df7b46 --- /dev/null +++ b/domains/_github-pages-challenge-m0m0k4s4n.momoka.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "M0M0K4S4N", + "email": "momokasan@proton.me" + }, + "record": { + "TXT": "5d381e72b5a25f499b81b5956c56c7" + } +} diff --git a/domains/_github-pages-challenge-machip3r.machip3r.json b/domains/_github-pages-challenge-machip3r.machip3r.json new file mode 100644 index 000000000..212bf05a0 --- /dev/null +++ b/domains/_github-pages-challenge-machip3r.machip3r.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "machip3r", + "email": "mac_258@hotmail.com" + }, + "record": { + "TXT": "cfc7c8e9fa922388850fe07ad3a7da" + } +} diff --git a/domains/_github-pages-challenge-mackrz.mackrz.json b/domains/_github-pages-challenge-mackrz.mackrz.json deleted file mode 100644 index 558858b2d..000000000 --- a/domains/_github-pages-challenge-mackrz.mackrz.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "GitHub Pages verification for mackrz.is-a.dev", - "owner": { - "username": "mackrz", - "email": "macio181@gmail.com" - }, - "record": { - "TXT": "5a7205dd21c68bf953f930899845d9" - } -} diff --git a/domains/_github-pages-challenge-MadisonWirtanen.zwyz.json b/domains/_github-pages-challenge-madisonwirtanen.zwyz.json similarity index 100% rename from domains/_github-pages-challenge-MadisonWirtanen.zwyz.json rename to domains/_github-pages-challenge-madisonwirtanen.zwyz.json diff --git a/domains/_github-pages-challenge-manugeni.manugeni.json b/domains/_github-pages-challenge-manugeni.manugeni.json new file mode 100644 index 000000000..f749aa6ee --- /dev/null +++ b/domains/_github-pages-challenge-manugeni.manugeni.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "manugeni", + "email": "rendaniman@outlook.com" + }, + "record": { + "TXT": "c43b4f0460a8d8b9c05affa2da77ef" + } +} diff --git a/domains/_github-pages-challenge-mateuseap.mateuseap.json b/domains/_github-pages-challenge-mateuseap.mateuseap.json new file mode 100644 index 000000000..0901a96fb --- /dev/null +++ b/domains/_github-pages-challenge-mateuseap.mateuseap.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mateuseap", + "email": "mateuseap@mateuseap.com" + }, + "record": { + "TXT": "ce7a3cbd81e6cafe34709d195aa0ed" + } +} diff --git a/domains/_github-pages-challenge-mcalec-dev.mcalec.json b/domains/_github-pages-challenge-mcalec-dev.mcalec.json new file mode 100644 index 000000000..d1525b872 --- /dev/null +++ b/domains/_github-pages-challenge-mcalec-dev.mcalec.json @@ -0,0 +1,12 @@ +{ + "description": "mcalec.is-a.dev", + "repo": "https://github.com/mcalec-dev/mcalec.is-a.dev", + "owner": { + "username": "mcalec-dev", + "email": "hello@mcalec.dev", + "discord": "mcalec" + }, + "record": { + "TXT": "015fcfab7237a3342e028237414716" + } +} diff --git a/domains/_github-pages-challenge-mesflit.mesflit.json b/domains/_github-pages-challenge-mesflit.mesflit.json index f445a2871..4bd57e960 100644 --- a/domains/_github-pages-challenge-mesflit.mesflit.json +++ b/domains/_github-pages-challenge-mesflit.mesflit.json @@ -1,9 +1,9 @@ { -"owner": { -"username": "mesflit", -"email": "benomerfaruk11@gmail.com" -}, -"record": { -"TXT": "67874e41f93805b9e30bd65ea1ca5a" -} + "owner": { + "username": "mesflit", + "email": "benomerfaruk11@gmail.com" + }, + "record": { + "TXT": "67874e41f93805b9e30bd65ea1ca5a" + } } diff --git a/domains/_github-pages-challenge-mh0386.mohamedhisham.json b/domains/_github-pages-challenge-mh0386.mohamedhisham.json new file mode 100644 index 000000000..269c64d04 --- /dev/null +++ b/domains/_github-pages-challenge-mh0386.mohamedhisham.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MH0386", + "email": "mohamed.hisham.abdelzaher@gmail.com" + }, + "record": { + "TXT": "c6abd6e81620b17a3fc408bfbbbe06" + } +} diff --git a/domains/_github-pages-challenge-mohamadoday.bn3di.json b/domains/_github-pages-challenge-mohamadoday.bn3di.json new file mode 100644 index 000000000..45d7cf5c4 --- /dev/null +++ b/domains/_github-pages-challenge-mohamadoday.bn3di.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MohamadOday", + "email": "adada133321t@gmail.com" + }, + "record": { + "TXT": "a67c1c7ad9e8f589a22c5c161548f8" + } +} diff --git a/domains/_github-pages-challenge-mrdev88.mahdiruiz.json b/domains/_github-pages-challenge-mrdev88.mahdiruiz.json new file mode 100644 index 000000000..a131fd24c --- /dev/null +++ b/domains/_github-pages-challenge-mrdev88.mahdiruiz.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Mrdev88", + "discord": "1182049473673830435", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ePsSqFOGNkSh4H1BcdgVTr7Ie66h4JZ2t3AQPLM9OBgfOZcSTDU6VYAxTy2sHEMZkOPVGC97DpDVmngpyKQgkJD8B3nxecnzpboapW1lY6tlNp0drwcIeGfHH9oHdAw8ylY9BarqkAzxKeHtiqf6NPWCBc2xmgszDzk9CN4fKY6RelA9Yhdu_HUFnKHVUdSvm2MVfZYUzaChN2hOZoMmm_TUQI3s__CeXKlOPlywcP3L21zQk7uFdO3_pyavpesO2BB4f5gTerRYQE1CodhJvtkPTfxHEM0bWgzQ8g3gBJptcWR8937-yU2V7rFrvPCbyKpICP9TnpE5Pi5ncG4WLQ.ivq5ahY4SO1IXoJyhTghVw.3ma2bVTFuG7H6kaPUrzFl39vDPtx_0rHRftLlUD2eslqmlXm1tH2TAIZvZcQvuNTNLnX6gF_JBoPvqIr9TtRxg.9aIDcwUbsqrjtsqT9LOAsQ" + }, + "record": { + "TXT": "892403b0e8310067a1787afeb3e8f7" + } +} diff --git a/domains/_github-pages-challenge-mrinjamul.mrinjamul.json b/domains/_github-pages-challenge-mrinjamul.mrinjamul.json new file mode 100644 index 000000000..0b84ee7c4 --- /dev/null +++ b/domains/_github-pages-challenge-mrinjamul.mrinjamul.json @@ -0,0 +1,10 @@ +{ + "description": "Personal Website", + "owner": { + "username": "mrinjamul", + "email": "injamulmohammadmollah@gmail.com" + }, + "record": { + "TXT": "f89efe65af996d174d8f254c511bf3" + } +} diff --git a/domains/_github-pages-challenge-mrsiir.xavier.json b/domains/_github-pages-challenge-mrsiir.xavier.json new file mode 100644 index 000000000..f86ea66ba --- /dev/null +++ b/domains/_github-pages-challenge-mrsiir.xavier.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MrSiir", + "email": "mrsiir@gmail.com" + }, + "record": { + "TXT": "137e2b17a723cce89a10e5e245a3b5" + } +} \ No newline at end of file diff --git a/domains/_github-pages-challenge-mukujhansi.gunman.json b/domains/_github-pages-challenge-mukujhansi.gunman.json new file mode 100644 index 000000000..3ef8ee16f --- /dev/null +++ b/domains/_github-pages-challenge-mukujhansi.gunman.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MukuJhansi", + "email": "mukundagrawal800@gmail.com" + }, + "record": { + "TXT": "c891d48a286f45f50eb814e97f60df" + } +} diff --git a/domains/_github-pages-challenge-Myrdincx.myrdin.json b/domains/_github-pages-challenge-myrdincx.myrdin.json similarity index 100% rename from domains/_github-pages-challenge-Myrdincx.myrdin.json rename to domains/_github-pages-challenge-myrdincx.myrdin.json diff --git a/domains/_github-pages-challenge-nCenti.centi.json b/domains/_github-pages-challenge-nCenti.centi.json deleted file mode 100644 index 831d1e373..000000000 --- a/domains/_github-pages-challenge-nCenti.centi.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nCenti", - "email": "contactocenti@gmail.com" - }, - "record": { - "TXT": "0623291ff64cbeebbfad2df7939f83" - } -} diff --git a/domains/_github-pages-challenge-nameisminh.ming.json b/domains/_github-pages-challenge-nameisminh.ming.json deleted file mode 100644 index 9dc22d928..000000000 --- a/domains/_github-pages-challenge-nameisminh.ming.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nameisminh", - "email": "buicongminh081104@gmail.com" - }, - "record": { - "TXT": "124480cad3fd4ed9b6cf85747562f6" - } -} diff --git a/domains/_github-pages-challenge-NamesMT.namesmt.json b/domains/_github-pages-challenge-namesmt.namesmt.json similarity index 100% rename from domains/_github-pages-challenge-NamesMT.namesmt.json rename to domains/_github-pages-challenge-namesmt.namesmt.json diff --git a/domains/_github-pages-challenge-narasimapandiyan.narasima.json b/domains/_github-pages-challenge-narasimapandiyan.narasima.json new file mode 100644 index 000000000..035c5e3e6 --- /dev/null +++ b/domains/_github-pages-challenge-narasimapandiyan.narasima.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NarasimaPandiyan", + "email": "cs42059@gmail.com" + }, + "record": { + "TXT": "0cd2fb39489f7652da9a4942df4a75" + } +} diff --git a/domains/_github-pages-challenge-natedog2424.nd24.json b/domains/_github-pages-challenge-natedog2424.nd24.json new file mode 100644 index 000000000..b1edfb72e --- /dev/null +++ b/domains/_github-pages-challenge-natedog2424.nd24.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "natedog2424", + "email": "natedog2424mail@gmail.com" + }, + "record": { + "TXT": "277ecd07aa6d1593b09b96c9329e3b" + } +} diff --git a/domains/_github-pages-challenge-ncenti.centi.json b/domains/_github-pages-challenge-ncenti.centi.json new file mode 100644 index 000000000..bc24cbf30 --- /dev/null +++ b/domains/_github-pages-challenge-ncenti.centi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nCenti", + "email": "contactocenti@gmail.com" + }, + "record": { + "TXT": "0623291ff64cbeebbfad2df7939f83" + } +} diff --git a/domains/_github-pages-challenge-nduartech.nathan.json b/domains/_github-pages-challenge-nduartech.nathan.json new file mode 100644 index 000000000..937af8d0d --- /dev/null +++ b/domains/_github-pages-challenge-nduartech.nathan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nduartech", + "email": "nduartech101@gmail.com" + }, + "record": { + "TXT": "79d3051264abe353b91b26d27d0e42" + } +} diff --git a/domains/_github-pages-challenge-Nekitori17.nekitori17.json b/domains/_github-pages-challenge-nekitori17.nekitori17.json similarity index 100% rename from domains/_github-pages-challenge-Nekitori17.nekitori17.json rename to domains/_github-pages-challenge-nekitori17.nekitori17.json diff --git a/domains/_github-pages-challenge-neoapps-dev.neoapps.json b/domains/_github-pages-challenge-neoapps-dev.neoapps.json index 38bdb1364..e60647c68 100644 --- a/domains/_github-pages-challenge-neoapps-dev.neoapps.json +++ b/domains/_github-pages-challenge-neoapps-dev.neoapps.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "neoapps-dev", - "email": "asd22.info@gmail.com" - }, - "record": { - "TXT": "e18c9ddc220cc83720a8cf6a0d2b2c" - } + "owner": { + "username": "neoapps-dev", + "email": "asd22.info@gmail.com" + }, + "record": { + "TXT": "e18c9ddc220cc83720a8cf6a0d2b2c" + } } diff --git a/domains/_github-pages-challenge-nerdwithcomputers.m1raclemax.json b/domains/_github-pages-challenge-nerdwithcomputers.m1raclemax.json index 9e8fae654..eaa999d69 100644 --- a/domains/_github-pages-challenge-nerdwithcomputers.m1raclemax.json +++ b/domains/_github-pages-challenge-nerdwithcomputers.m1raclemax.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "nerdwithcomputers", - "email": "hpscigeek@gmail.com" - }, - "record": { - "TXT": "c944d7c547efbee69cf6537db51faa" - } + "owner": { + "username": "nerdwithcomputers", + "email": "hpscigeek@gmail.com" + }, + "record": { + "TXT": "c944d7c547efbee69cf6537db51faa" + } } diff --git a/domains/_github-pages-challenge-ngocjohn.ngocjohn.json b/domains/_github-pages-challenge-ngocjohn.ngocjohn.json index ee4e12f81..919cb433e 100644 --- a/domains/_github-pages-challenge-ngocjohn.ngocjohn.json +++ b/domains/_github-pages-challenge-ngocjohn.ngocjohn.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "ngocjohn", - "email": "ngocjohn@me.com" - }, - "record": { - "TXT": "ffa3766e16ef7c648239c0d3292491" - } + "owner": { + "username": "ngocjohn", + "email": "ngocjohn@me.com" + }, + "record": { + "TXT": "ffa3766e16ef7c648239c0d3292491" + } } diff --git a/domains/_github-pages-challenge-night0721.night.json b/domains/_github-pages-challenge-night0721.night.json deleted file mode 100644 index cb6960f96..000000000 --- a/domains/_github-pages-challenge-night0721.night.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal portfolio for showing my projects, contacts and about me", - "repo": "https://github.com/night0721/night0721.github.io", - "owner": { - "username": "night0721", - "email": "nightkalyyy@gmail.com" - }, - "record": { - "TXT": "e87fbe224df0c16bf8e0796e229952" - } -} diff --git a/domains/_github-pages-challenge-node0505.node.json b/domains/_github-pages-challenge-node0505.node.json deleted file mode 100644 index d50fdd21c..000000000 --- a/domains/_github-pages-challenge-node0505.node.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "node0505", - "email": "node0505@outlook.com" - }, - "record": { - "TXT": "18bf4da227454aaee1c8e2ba62d466" - } -} diff --git a/domains/_github-pages-challenge-Noma4321.noma.json b/domains/_github-pages-challenge-noma4321.noma.json similarity index 100% rename from domains/_github-pages-challenge-Noma4321.noma.json rename to domains/_github-pages-challenge-noma4321.noma.json diff --git a/domains/_github-pages-challenge-not-a-ethan.not-ethan.json b/domains/_github-pages-challenge-not-a-ethan.not-ethan.json index 3964f9dd1..216dbae71 100644 --- a/domains/_github-pages-challenge-not-a-ethan.not-ethan.json +++ b/domains/_github-pages-challenge-not-a-ethan.not-ethan.json @@ -1,7 +1,6 @@ { "owner": { "username": "not-a-ethan", - "email": "", "discord": "not_ethan." }, "record": { diff --git a/domains/_github-pages-challenge-not-a-ethan.services.not-ethan.json b/domains/_github-pages-challenge-not-a-ethan.services.not-ethan.json index c74466525..7f8fdea03 100644 --- a/domains/_github-pages-challenge-not-a-ethan.services.not-ethan.json +++ b/domains/_github-pages-challenge-not-a-ethan.services.not-ethan.json @@ -1,7 +1,6 @@ { "owner": { "username": "not-a-ethan", - "email": "", "discord": "not_ethan." }, "record": { diff --git a/domains/_github-pages-challenge-not-coded.notcoded.json b/domains/_github-pages-challenge-not-coded.notcoded.json index 057d30c8b..ca343d4fe 100644 --- a/domains/_github-pages-challenge-not-coded.notcoded.json +++ b/domains/_github-pages-challenge-not-coded.notcoded.json @@ -1,7 +1,6 @@ { "owner": { "username": "not-coded", - "email": "", "discord": "notcoded", "discordUserID": "620662953347121163" }, diff --git a/domains/_github-pages-challenge-nuraly-v.nuraly.json b/domains/_github-pages-challenge-nuraly-v.nuraly.json new file mode 100644 index 000000000..54bf7bf6f --- /dev/null +++ b/domains/_github-pages-challenge-nuraly-v.nuraly.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nuraly-v", + "email": "mescorpx@gmail.com" + }, + "record": { + "TXT": "aecce766c2f539c48be6e59e611020" + } +} diff --git a/domains/_github-pages-challenge-o-lumix.lumix.json b/domains/_github-pages-challenge-o-lumix.lumix.json index 043436e80..9d906c972 100644 --- a/domains/_github-pages-challenge-o-lumix.lumix.json +++ b/domains/_github-pages-challenge-o-lumix.lumix.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "o-lumix", - "email": "bylumixxx@gmail.com" - }, - "record": { - "TXT": "5eeb1461cd186204552743313555e9" - } + "owner": { + "username": "o-lumix", + "email": "bylumixxx@gmail.com" + }, + "record": { + "TXT": "5eeb1461cd186204552743313555e9" + } } diff --git a/domains/_github-pages-challenge-ogsamrat.samrat.json b/domains/_github-pages-challenge-ogsamrat.samrat.json new file mode 100644 index 000000000..8f1f156d3 --- /dev/null +++ b/domains/_github-pages-challenge-ogsamrat.samrat.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "ogsamrat" + }, + "record": { + "TXT": ["eeef7c979489f42f420873389f2bef"] + } +} diff --git a/domains/_github-pages-challenge-okineadev.okinea.json b/domains/_github-pages-challenge-okineadev.okinea.json index 08e93918c..d8490b54a 100644 --- a/domains/_github-pages-challenge-okineadev.okinea.json +++ b/domains/_github-pages-challenge-okineadev.okinea.json @@ -1,9 +1,7 @@ { "description": "Okinea Dev website", - "repo": "https://github.com/okineadev", "owner": { - "username": "okineadev", - "email": "81070564+okineadev@users.noreply.github.com" + "username": "okineadev" }, "record": { "TXT": "a4553ebffa6a3356fc37fb4f8e8a14" diff --git a/domains/_github-pages-challenge-onkarsathe007.onkarsathe.json b/domains/_github-pages-challenge-onkarsathe007.onkarsathe.json new file mode 100644 index 000000000..3c45e68a8 --- /dev/null +++ b/domains/_github-pages-challenge-onkarsathe007.onkarsathe.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Onkarsathe007", + "email": "onkarsathe96k@gmail.com" + }, + "record": { + "TXT": "8d02480f39dc3dfcfa2ebc8104135c" + } +} diff --git a/domains/_github-pages-challenge-owentechv.owentech.json b/domains/_github-pages-challenge-owentechv.owentech.json deleted file mode 100644 index 3ee03fa12..000000000 --- a/domains/_github-pages-challenge-owentechv.owentech.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "owentechv", - "email": "dowenx83@gmail.com" - }, - "record": { - "TXT": "c07b3c627d33a0c9fe4cbc593a2234" - } -} diff --git a/domains/_github-pages-challenge-p3nguin-kun.p3nguin.json b/domains/_github-pages-challenge-p3nguin-kun.p3nguin.json deleted file mode 100644 index 0a0536331..000000000 --- a/domains/_github-pages-challenge-p3nguin-kun.p3nguin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "p3nguin-kun", - "email": "p3nguinkun@proton.me" - }, - "record": { - "TXT": "5c46702c7db5dc72a476dec9da3d34" - } -} diff --git a/domains/_github-pages-challenge-parzi-val.bala.json b/domains/_github-pages-challenge-parzi-val.bala.json new file mode 100644 index 000000000..42a5c2b1d --- /dev/null +++ b/domains/_github-pages-challenge-parzi-val.bala.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "parzi-val", + "email": "krbala1511@gmail.com" + }, + "record": { + "TXT": "ce0aa85ad09c4e53ee08034cd66447" + } +} \ No newline at end of file diff --git a/domains/_github-pages-challenge-patrickzhou1234.patrickzhou.json b/domains/_github-pages-challenge-patrickzhou1234.patrickzhou.json index 6a9d91dbd..0554a72d7 100644 --- a/domains/_github-pages-challenge-patrickzhou1234.patrickzhou.json +++ b/domains/_github-pages-challenge-patrickzhou1234.patrickzhou.json @@ -1,7 +1,6 @@ { "owner": { "username": "patrickzhou1234", - "email": "", "discord": "moist__nugget" }, "record": { diff --git a/domains/_github-pages-challenge-pavan-ambekar.pa1.json b/domains/_github-pages-challenge-pavan-ambekar.pa1.json new file mode 100644 index 000000000..6a9050644 --- /dev/null +++ b/domains/_github-pages-challenge-pavan-ambekar.pa1.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "pavan-ambekar", + "email": "pavan479ec@gmail.com" + }, + "record": { + "TXT": "703d6f0036517a3bad381ba97d5e8e" + } +} diff --git a/domains/_github-pages-challenge-peme969.peme969.json b/domains/_github-pages-challenge-peme969.peme969.json new file mode 100644 index 000000000..0129092e6 --- /dev/null +++ b/domains/_github-pages-challenge-peme969.peme969.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "peme969", + "email": "me@peme969.dev" + }, + "record": { + "TXT": "cd6136f17efbca44cec061b3fd6121" + } +} diff --git a/domains/_github-pages-challenge-pentsec.jeff.json b/domains/_github-pages-challenge-pentsec.jeff.json new file mode 100644 index 000000000..d6ac23511 --- /dev/null +++ b/domains/_github-pages-challenge-pentsec.jeff.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "PentSec", + "email": "jeffreysfu@gmail.com" + }, + "record": { + "TXT": "c1f0e5d392a06b64a632b42f794b1a" + } +} diff --git a/domains/_github-pages-challenge-peterbuga.peterbuga.json b/domains/_github-pages-challenge-peterbuga.peterbuga.json new file mode 100644 index 000000000..5049a8aea --- /dev/null +++ b/domains/_github-pages-challenge-peterbuga.peterbuga.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "peterbuga", + "discord": "902580031044325407" + }, + "record": { + "TXT": "02d47f8f8f4e0b58658a80eff34a66" + } +} diff --git a/domains/_github-pages-challenge-pjschinske.peter.json b/domains/_github-pages-challenge-pjschinske.peter.json index 7f7c0034b..100be8040 100644 --- a/domains/_github-pages-challenge-pjschinske.peter.json +++ b/domains/_github-pages-challenge-pjschinske.peter.json @@ -3,7 +3,6 @@ "username": "pjschinske", "email": "pjschinske@gmail.com" }, - "record": { "TXT": "ae060fca298593aaf2b5cc7aec64e6" } diff --git a/domains/_github-pages-challenge-PokedWasTaken.poked.json b/domains/_github-pages-challenge-pokedwastaken.poked.json similarity index 100% rename from domains/_github-pages-challenge-PokedWasTaken.poked.json rename to domains/_github-pages-challenge-pokedwastaken.poked.json diff --git a/domains/_github-pages-challenge-potato0706.potatochips0706.json b/domains/_github-pages-challenge-potato0706.potatochips0706.json deleted file mode 100644 index 637ee416f..000000000 --- a/domains/_github-pages-challenge-potato0706.potatochips0706.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "potato0706", - "email": "potatochips0706@gmail.com" - }, - "record": { - "TXT": "5b91b8e422a44c261ea94f0cd21d21" - } -} diff --git a/domains/_github-pages-challenge-privacysecured.ps.json b/domains/_github-pages-challenge-privacysecured.ps.json new file mode 100644 index 000000000..1763ace11 --- /dev/null +++ b/domains/_github-pages-challenge-privacysecured.ps.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "PrivacySecured", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.VoJDQtbSUW3kYsQ0IuIE4CTIomV-e8GVUO2wS0fZp_-DkO6QltgcnKL_mAqMH5Salut7IGMZy48HExbambDrl11jQWwYHBAqqyAuAlxsqnUh83KGY3UKYfQzA8eRkdCPTth1pxvyXfUFnAnjEtmJLMNTSCds-J8fmcIkNEu-xT2UMEjxPQkoN8sJ7EA8YTHn4t3078D8tMr3AV5DJ1rg0QnuFwjra5FbjuJGHeYenEzS-Tdha7LTUyTEbKrdqdxYNpN4pv45sNrVpsDZPt3sR1CgOnXNSsfVwjUm-5DRweNquJHUxSpNZblJnbWBErWyg9_NZvISrClpJZ4We48oDg.YdsO9C1ulWhtaJYei-z-Zg.8p4HE12styyP4JSTFrlLWMmfIUAOw1kDQWrAcqSOlqbbtujr4Ww-QyBuUBIQojGvuFKs3jflF5tuvIjOgU8hTOWxB2uS4KItHwpIsFeQo9i1OHSTzj0glP2ly-XMY1Wi.99kVL134lF7knduFKnqfGQ", + "notes": "I rarely go on my emails. If I do its because I needed a verification code." + }, + "record": { + "TXT": "620bc13d511697c02f9ca4f41179ea" + } +} diff --git a/domains/_github-pages-challenge-qavv.qavv.json b/domains/_github-pages-challenge-qavv.qavv.json new file mode 100644 index 000000000..af2da0937 --- /dev/null +++ b/domains/_github-pages-challenge-qavv.qavv.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "qavv" + }, + "record": { + "TXT": "6598155c8cf0929e826409fb38fc02" + } +} diff --git a/domains/_github-pages-challenge-quackduck.ishan.json b/domains/_github-pages-challenge-quackduck.ishan.json deleted file mode 100644 index c2c9c3831..000000000 --- a/domains/_github-pages-challenge-quackduck.ishan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "quackduck", - "email": "igoel.mail@gmail.com" - }, - "record": { - "TXT": "14ec35f5a4a8dc217d642452be6b35" - } -} diff --git a/domains/_github-pages-challenge-thatqui.qui.json b/domains/_github-pages-challenge-quiww.qui.json similarity index 60% rename from domains/_github-pages-challenge-thatqui.qui.json rename to domains/_github-pages-challenge-quiww.qui.json index c84c45f43..32d93a106 100644 --- a/domains/_github-pages-challenge-thatqui.qui.json +++ b/domains/_github-pages-challenge-quiww.qui.json @@ -1,7 +1,7 @@ { "owner": { - "username": "thatqui", - "email": "_qui@tuta.io" + "username": "quiww", + "mastodon": "qui@bsd.cafe" }, "record": { "TXT": "88feaaecca94fbb634748f98c0c48e" diff --git a/domains/_github-pages-challenge-quvvii.quvi.json b/domains/_github-pages-challenge-quvvii.quvi.json index 8906daf64..88e036937 100644 --- a/domains/_github-pages-challenge-quvvii.quvi.json +++ b/domains/_github-pages-challenge-quvvii.quvi.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "quvvii", - "email": "quvi.top@gmail.com" - }, - "record": { - "TXT": "73689a256517432e99c181b07d0a83" - } + "owner": { + "username": "quvvii", + "email": "quvi.top@gmail.com" + }, + "record": { + "TXT": "73689a256517432e99c181b07d0a83" + } } diff --git a/domains/_github-pages-challenge-radioactivepotato.krunch.json b/domains/_github-pages-challenge-radioactivepotato.krunch.json index eba5fb38d..2ddd73ce0 100644 --- a/domains/_github-pages-challenge-radioactivepotato.krunch.json +++ b/domains/_github-pages-challenge-radioactivepotato.krunch.json @@ -1,8 +1,7 @@ { "owner": { "username": "RadioactivePotato", - "email": "", - "discord": "krunchiekrunch._." + "discord": "1166013268008120340" }, "record": { "TXT": "05dc6febabf44f8decab35d01609ee" diff --git a/domains/_github-pages-challenge-ramanandkrgupta.ramanand.json b/domains/_github-pages-challenge-ramanandkrgupta.ramanand.json new file mode 100644 index 000000000..f3502af5c --- /dev/null +++ b/domains/_github-pages-challenge-ramanandkrgupta.ramanand.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ramanandkrgupta", + "email": "ramanand@myyahoo.com" + }, + "record": { + "TXT": "07cd3e879dce98546f212f494f50da" + } +} diff --git a/domains/_github-pages-challenge-ravikhokhar23.ravi.json b/domains/_github-pages-challenge-ravikhokhar23.ravi.json new file mode 100644 index 000000000..47c732492 --- /dev/null +++ b/domains/_github-pages-challenge-ravikhokhar23.ravi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ravikhokhar23", + "email": "khokhar.ravikumar@gmail.com" + }, + "record": { + "TXT": "48fae48f04aa23f0be9bb8b052c7d0" + } +} diff --git a/domains/_github-pages-challenge-razobeckett.mayurraut.json b/domains/_github-pages-challenge-razobeckett.mayurraut.json new file mode 100644 index 000000000..1c7e80175 --- /dev/null +++ b/domains/_github-pages-challenge-razobeckett.mayurraut.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "razobeckett", + "email": "mayurraut.dev@gmail.com" + }, + "record": { + "TXT": "e104db834f904b13e65dd9337ae48e" + } +} diff --git a/domains/_github-pages-challenge-Riihime.riihime.json b/domains/_github-pages-challenge-riihime.riihime.json similarity index 88% rename from domains/_github-pages-challenge-Riihime.riihime.json rename to domains/_github-pages-challenge-riihime.riihime.json index cecec3884..ce529cd03 100644 --- a/domains/_github-pages-challenge-Riihime.riihime.json +++ b/domains/_github-pages-challenge-riihime.riihime.json @@ -1,7 +1,6 @@ { "owner": { "username": "Riihime", - "email": "", "discord": "riihime" }, "record": { diff --git a/domains/_github-pages-challenge-robinjesba.robin.json b/domains/_github-pages-challenge-robinjesba.robin.json new file mode 100644 index 000000000..0019269cc --- /dev/null +++ b/domains/_github-pages-challenge-robinjesba.robin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "RobinJesba", + "email": "jb.robinm@gmail.com" + }, + "record": { + "TXT": "eed44d532373578471a0fb245336c4" + } +} diff --git a/domains/_github-pages-challenge-roger-padrell.rpadrell.json b/domains/_github-pages-challenge-roger-padrell.rpadrell.json new file mode 100644 index 000000000..bb5a9c3c6 --- /dev/null +++ b/domains/_github-pages-challenge-roger-padrell.rpadrell.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "roger-padrell", + "email": "padrell.roger@gmail.com" + }, + "record": { + "TXT": "814c8119eaa1cf941877c3cacea189" + } +} diff --git a/domains/_github-pages-challenge-roktim32.gitninja.json b/domains/_github-pages-challenge-roktim32.gitninja.json index 7d548ef8d..d323d33ca 100644 --- a/domains/_github-pages-challenge-roktim32.gitninja.json +++ b/domains/_github-pages-challenge-roktim32.gitninja.json @@ -3,7 +3,6 @@ "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 index 06bb665bd..6d183c603 100644 --- a/domains/_github-pages-challenge-roktim32.roktim.json +++ b/domains/_github-pages-challenge-roktim32.roktim.json @@ -3,7 +3,6 @@ "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 index 35bb43bc9..7f8470e3f 100644 --- a/domains/_github-pages-challenge-roktim32.yourdad.json +++ b/domains/_github-pages-challenge-roktim32.yourdad.json @@ -3,7 +3,6 @@ "username": "roktim32", "email": "roktimsenapoty2@gmail.com" }, - "record": { "TXT": "f2a400f4d62cba7fa18b6c288f38b1" } diff --git a/domains/_github-pages-challenge-RomzyyTV.romzyytv.json b/domains/_github-pages-challenge-romzyytv.romzyytv.json similarity index 100% rename from domains/_github-pages-challenge-RomzyyTV.romzyytv.json rename to domains/_github-pages-challenge-romzyytv.romzyytv.json diff --git a/domains/_github-pages-challenge-ryznxx.ryznxx.json b/domains/_github-pages-challenge-ryznxx.ryznxx.json deleted file mode 100644 index 788e192ec..000000000 --- a/domains/_github-pages-challenge-ryznxx.ryznxx.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "To Get Great domain for developers get new dns", - "owner": { - "username": "ryznxx", - "email": "7ryznxx@gmail.com" - }, - "record": { - "TXT": "929fe6044a0a6c6e6d32410d33ceb1" - } -} diff --git a/domains/_github-pages-challenge-s3mant.semant.json b/domains/_github-pages-challenge-s3mant.semant.json index d3b3b1a2f..63eee66bc 100644 --- a/domains/_github-pages-challenge-s3mant.semant.json +++ b/domains/_github-pages-challenge-s3mant.semant.json @@ -1,6 +1,6 @@ { "owner": { - "username": "S3mant", + "username": "ihacksemant", "email": "contact@semant.is-a.dev" }, "record": { diff --git a/domains/_github-pages-challenge-sandunmadhushan.sandun.json b/domains/_github-pages-challenge-sandunmadhushan.sandun.json new file mode 100644 index 000000000..64530a2c7 --- /dev/null +++ b/domains/_github-pages-challenge-sandunmadhushan.sandun.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sandunMadhushan", + "email": "sandunhmadushan9330@gmail.com" + }, + "record": { + "TXT": "6f8cbcd17af6f3e277eb864f78cfeb" + } +} diff --git a/domains/_github-pages-challenge-sangeeth-606.sangeeth.json b/domains/_github-pages-challenge-sangeeth-606.sangeeth.json new file mode 100644 index 000000000..4a4eb54b2 --- /dev/null +++ b/domains/_github-pages-challenge-sangeeth-606.sangeeth.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sangeeth-606", + "email": "sangeeth999123@gmail.com" + }, + "record": { + "TXT": "db86cdabc094732729851d093e4c47" + } +} diff --git a/domains/_github-pages-challenge-satyamissatyam.satyamjha.json b/domains/_github-pages-challenge-satyamissatyam.satyamjha.json new file mode 100644 index 000000000..d741b1b2d --- /dev/null +++ b/domains/_github-pages-challenge-satyamissatyam.satyamjha.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SatyamIsSatyam", + "email": "realsatyam02@gmail.com" + }, + "record": { + "TXT": "cfb164b676b453b9258240ca419ce0" + } +} diff --git a/domains/_github-pages-challenge-sc136.sc.json b/domains/_github-pages-challenge-sc136.sc.json index 55138e942..2e5bc234a 100644 --- a/domains/_github-pages-challenge-sc136.sc.json +++ b/domains/_github-pages-challenge-sc136.sc.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "SC136", - "email": "", - "discord": "594504468931018752", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.UsBPZMyJypoRJ7FHuSCetm8xsuHGYmsrg0OMKR4F9AmvsbyW-AJvr9B4JqiMH68KFStc5sUkGa-rFuTS-A6X-3B3rJYvEv3VCBvvex0YbIRglLyjInmb1A_fwGUbFBrRC5L3MIItoFP3ozHrw-FLDBb8TWcsuH9DGkpRwO5m8ciCyV7hG47ucBbUQ7IjZQKSxoKMKsn13L-8fG1UmYDrO0NZ20F6jvJE5B6hxyBu7J2wqRfYDNmJe-UUsw7bAF07x3vyop29kk3QeULJ34-fbxC_ORUjc2VJhup-aqOmZiQRVPisiTX6z-HILvVsl8pMpn2rWiB0enHxP4qkAWh8Mg.foeauPuiVIE2DPD0uV63_w.r6Bl0pgQn6r58gtYr0mPsEqtpUPWN9DtYswrItO0OsvqanlNFf4hRIf5vSQjFnfLK3BFfKQW1Jr9fNOyzxB21InBYsETZVgBmC1XBNTTaHo.ffvkZoLVZOcTmmeWmOyoEQ" - }, - - "record": { - "TXT": "49195bdb90c44e0a7a76ae0e2a624d" - } - } - \ No newline at end of file + "owner": { + "username": "SC136", + "discord": "594504468931018752", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.UsBPZMyJypoRJ7FHuSCetm8xsuHGYmsrg0OMKR4F9AmvsbyW-AJvr9B4JqiMH68KFStc5sUkGa-rFuTS-A6X-3B3rJYvEv3VCBvvex0YbIRglLyjInmb1A_fwGUbFBrRC5L3MIItoFP3ozHrw-FLDBb8TWcsuH9DGkpRwO5m8ciCyV7hG47ucBbUQ7IjZQKSxoKMKsn13L-8fG1UmYDrO0NZ20F6jvJE5B6hxyBu7J2wqRfYDNmJe-UUsw7bAF07x3vyop29kk3QeULJ34-fbxC_ORUjc2VJhup-aqOmZiQRVPisiTX6z-HILvVsl8pMpn2rWiB0enHxP4qkAWh8Mg.foeauPuiVIE2DPD0uV63_w.r6Bl0pgQn6r58gtYr0mPsEqtpUPWN9DtYswrItO0OsvqanlNFf4hRIf5vSQjFnfLK3BFfKQW1Jr9fNOyzxB21InBYsETZVgBmC1XBNTTaHo.ffvkZoLVZOcTmmeWmOyoEQ" + }, + "record": { + "TXT": "49195bdb90c44e0a7a76ae0e2a624d" + } +} diff --git a/domains/_github-pages-challenge-ScytheMediaTheDev.scythemedia.json b/domains/_github-pages-challenge-scythemediathedev.scythemedia.json similarity index 100% rename from domains/_github-pages-challenge-ScytheMediaTheDev.scythemedia.json rename to domains/_github-pages-challenge-scythemediathedev.scythemedia.json diff --git a/domains/_github-pages-challenge-sepultrex.sep.json b/domains/_github-pages-challenge-sepultrex.sep.json new file mode 100644 index 000000000..34d0664e8 --- /dev/null +++ b/domains/_github-pages-challenge-sepultrex.sep.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "sepultrex" + }, + "record": { + "TXT": "9d48d99c569b77b148651f4052b25f" + } + } \ No newline at end of file diff --git a/domains/_github-pages-challenge-sh770.sh770.json b/domains/_github-pages-challenge-sh770.sh770.json new file mode 100644 index 000000000..21e6557da --- /dev/null +++ b/domains/_github-pages-challenge-sh770.sh770.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sh770", + "email": "sh770h@gmail.com" + }, + "record": { + "TXT": "ece6eb427012a2050ec0a76cf9c7a6" + } +} diff --git a/domains/_github-pages-challenge-Shaunfurtado.blog.shaunfurtado.json b/domains/_github-pages-challenge-shaunfurtado.blog.shaunfurtado.json similarity index 60% rename from domains/_github-pages-challenge-Shaunfurtado.blog.shaunfurtado.json rename to domains/_github-pages-challenge-shaunfurtado.blog.shaunfurtado.json index 3ca28bde7..1776a907a 100644 --- a/domains/_github-pages-challenge-Shaunfurtado.blog.shaunfurtado.json +++ b/domains/_github-pages-challenge-shaunfurtado.blog.shaunfurtado.json @@ -1,9 +1,9 @@ { "description": "Verification for blog.shaunfurtado.is-a.dev in Github Pages", - "owner": { - "username": "Shaunfurtado", - "email": "shaunf1801@gmail.com" - }, + "owner": { + "username": "Shaunfurtado", + "email": "shaunf1801@gmail.com" + }, "record": { "TXT": "08ce2f232e7028cbeb1a6baf8c8e49" } diff --git a/domains/_github-pages-challenge-shukraditya.shukraditya.json b/domains/_github-pages-challenge-shukraditya.shukraditya.json new file mode 100644 index 000000000..88e6eb8d1 --- /dev/null +++ b/domains/_github-pages-challenge-shukraditya.shukraditya.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "shukraditya", + "email": "shukra12bose@gmail.com" + }, + "record": { + "TXT": "617d0b9d13126957daf657d7396ec2" + } +} \ No newline at end of file diff --git a/domains/_github-pages-challenge-Sife-shuo.sife.json b/domains/_github-pages-challenge-sife-shuo.sife.json similarity index 100% rename from domains/_github-pages-challenge-Sife-shuo.sife.json rename to domains/_github-pages-challenge-sife-shuo.sife.json diff --git a/domains/_github-pages-challenge-skyexplorewastaken.sewt.json b/domains/_github-pages-challenge-skyexplorewastaken.sewt.json new file mode 100644 index 000000000..7382773d6 --- /dev/null +++ b/domains/_github-pages-challenge-skyexplorewastaken.sewt.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "SkyExploreWasTaken", + "discord": "1049263707177353247", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.JjnXMeB-5yChFwqeTjRtzK3S_0JshRprm7Ix_Yl-zlvBzrR4ZlVNljlNwz5hHd6RwuBC_y5QFA1wpuLY7J9tuvaW_ttJpnbU58UGV2JNs6yR0C6ZBp5S0XR7J0zKoloVPgoN9i4q8SOzJeBQCanVOFzX3d9haVlZxrZFInLbMybS8FegbUdzDuV6s6TB0gA8fpBWx29ftzsLfwVj96tO9gmB0cJAU-URofHxmMBDUCIXDELQdrlRl_sj4kjW3uIKus_lgN7GU55xIvErfpV2_NVZTiuPzOh5HcP7rwWHhDaeKvQL4HeKWxIlrqQhPtQHQTFTgJuh7MmJimD95ixgVg.fhYccie9reT4Mi7XAmEtZA.lNh66dK74iYl7grB--wq1yi-AEKzvkuN7TLOS75XwYxJskb4dSr8TUcM0Y5ZVfR27oMahE1_kerqZOZOtZW58ZFwqoFD0oCFaEm68nwTd3or3uBWcYbZk5ilghu8TpPN.zKRzlPiGTBfNQTbJkCbrGg" + }, + "record": { + "TXT": "6db7bbc1e3f533f3dad4925751cdc7" + } +} diff --git a/domains/_github-pages-challenge-sneh-al.snehal.json b/domains/_github-pages-challenge-sneh-al.snehal.json new file mode 100644 index 000000000..c66047ab2 --- /dev/null +++ b/domains/_github-pages-challenge-sneh-al.snehal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sneh-al", + "email": "snehal1380@gmail.com" + }, + "record": { + "TXT": "c0b50465868652285e959813c2b5c9" + } +} diff --git a/domains/_github-pages-challenge-Socketlike.evie.json b/domains/_github-pages-challenge-socketlike.evie.json similarity index 76% rename from domains/_github-pages-challenge-Socketlike.evie.json rename to domains/_github-pages-challenge-socketlike.evie.json index 7ab6df371..08df47490 100644 --- a/domains/_github-pages-challenge-Socketlike.evie.json +++ b/domains/_github-pages-challenge-socketlike.evie.json @@ -2,8 +2,7 @@ "owner": { "username": "Socketlike", "discordId": "285329659023851520", - "discord": "encyclopedic", - "email": "" + "discord": "encyclopedic" }, "record": { "TXT": "351773beb3717122300722aeb5d1ac" diff --git a/domains/_github-pages-challenge-soymadip.soymadip.json b/domains/_github-pages-challenge-soymadip.soymadip.json new file mode 100644 index 000000000..a4cdcfdb3 --- /dev/null +++ b/domains/_github-pages-challenge-soymadip.soymadip.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "soymadip", + "email": "soumadip@zohomail.in" + }, + "record": { + "TXT": "5d04ea047efd00f6377e5ad12bb373" + } +} diff --git a/domains/_github-pages-challenge-spreadsheets600.spreadsheets600.json b/domains/_github-pages-challenge-spreadsheets600.spreadsheets600.json new file mode 100644 index 000000000..c85597389 --- /dev/null +++ b/domains/_github-pages-challenge-spreadsheets600.spreadsheets600.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SpreadSheets600", + "email": "sohammaity006@gmail.com" + }, + "record": { + "TXT": "b1bfc537d107d9e43ad2afd111fe3d" + } +} diff --git a/domains/_github-pages-challenge-Stacksyz.stacksyz.json b/domains/_github-pages-challenge-stacksyz.stacksyz.json similarity index 100% rename from domains/_github-pages-challenge-Stacksyz.stacksyz.json rename to domains/_github-pages-challenge-stacksyz.stacksyz.json diff --git a/domains/_github-pages-challenge-stef-00012.gbot.json b/domains/_github-pages-challenge-stef-00012.gbot.json index 9186744ac..48988e6c2 100644 --- a/domains/_github-pages-challenge-stef-00012.gbot.json +++ b/domains/_github-pages-challenge-stef-00012.gbot.json @@ -1,13 +1,10 @@ { "owner": { "username": "Stef-00012", - "email": "", "discord": "694986201739952229", "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" }, "record": { - "TXT": [ - "7d2f026325a7a6b08efdb7c6031370" - ] + "TXT": ["7d2f026325a7a6b08efdb7c6031370"] } } diff --git a/domains/_github-pages-challenge-stef-00012.receiptify.json b/domains/_github-pages-challenge-stef-00012.receiptify.json index dda16f91e..a75a3ff08 100644 --- a/domains/_github-pages-challenge-stef-00012.receiptify.json +++ b/domains/_github-pages-challenge-stef-00012.receiptify.json @@ -1,13 +1,10 @@ { "owner": { "username": "Stef-00012", - "email": "", "discord": "694986201739952229", "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" }, "record": { - "TXT": [ - "bd419a0cfdcbf998e7de1e486cbb4c" - ] + "TXT": ["bd419a0cfdcbf998e7de1e486cbb4c"] } } diff --git a/domains/_github-pages-challenge-stef-00012.stefdp.json b/domains/_github-pages-challenge-stef-00012.stefdp.json deleted file mode 100644 index 372ad0c6d..000000000 --- a/domains/_github-pages-challenge-stef-00012.stefdp.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "email": "", - "discord": "694986201739952229", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" - }, - "record": { - "TXT": [ - "27c2dc9cd3e8a0a37947e82ab6f637" - ] - } -} diff --git a/domains/_github-pages-challenge-sxurabh.saurabhkirve.json b/domains/_github-pages-challenge-sxurabh.saurabhkirve.json index 3c756d275..89efda2a5 100644 --- a/domains/_github-pages-challenge-sxurabh.saurabhkirve.json +++ b/domains/_github-pages-challenge-sxurabh.saurabhkirve.json @@ -1,9 +1,8 @@ { "owner": { - "username": "berzcode", + "username": "sxurabh", "email": "saurabhkirve@gmail.com" }, - "record": { "TXT": "e587577c97f73d2047aaf6ec8ff92c" } diff --git a/domains/_github-pages-challenge-th3-c0der.th3.json b/domains/_github-pages-challenge-th3-c0der.th3.json new file mode 100644 index 000000000..217b2c892 --- /dev/null +++ b/domains/_github-pages-challenge-th3-c0der.th3.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Th3-C0der", + "email": "Th3Drag8N@proton.me" + }, + "record": { + "TXT": "5eb5141d4526c7035a1a9e1613b3d6" + } +} diff --git a/domains/_github-pages-challenge-TheOldZoom.zoom.json b/domains/_github-pages-challenge-theoldzoom.zoom.json similarity index 100% rename from domains/_github-pages-challenge-TheOldZoom.zoom.json rename to domains/_github-pages-challenge-theoldzoom.zoom.json diff --git a/domains/_github-pages-challenge-therealcrazyfuy.abeja.json b/domains/_github-pages-challenge-therealcrazyfuy.abeja.json new file mode 100644 index 000000000..d690b8812 --- /dev/null +++ b/domains/_github-pages-challenge-therealcrazyfuy.abeja.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "TheRealCrazyfuy", + "discord": "realabeja", + "reddit": "crazyfuy" + }, + "record": { + "TXT": "57fda717044e3715b197fe293216f9" + } +} diff --git a/domains/_github-pages-challenge-therookiecoder.therookiecoder.json b/domains/_github-pages-challenge-therookiecoder.therookiecoder.json new file mode 100644 index 000000000..fbf7295f8 --- /dev/null +++ b/domains/_github-pages-challenge-therookiecoder.therookiecoder.json @@ -0,0 +1,12 @@ +{ + "description": "GitHub domain verification for my personal website", + "repo": "https://github.com/theRookieCoder/theRookieCoder.github.io", + "owner": { + "username": "theRookieCoder", + "email": "ileshkt@gmail.com", + "discord": "therookiecoder" + }, + "record": { + "TXT": "11a49aa635c8bc15e62134fbd34a46" + } +} diff --git a/domains/_github-pages-challenge-TheWongLife.thewonglife.json b/domains/_github-pages-challenge-thewonglife.thewonglife.json similarity index 100% rename from domains/_github-pages-challenge-TheWongLife.thewonglife.json rename to domains/_github-pages-challenge-thewonglife.thewonglife.json diff --git a/domains/_github-pages-challenge-thorito.thorito.json b/domains/_github-pages-challenge-thorito.thorito.json new file mode 100644 index 000000000..517999f9c --- /dev/null +++ b/domains/_github-pages-challenge-thorito.thorito.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thorito", + "email": "victor.villar.misa@gmail.com" + }, + "record": { + "TXT": "900d61c3e5e63880bf2f15832064bc" + } +} diff --git a/domains/_github-pages-challenge-thou-mayest.amine-brahmi.json b/domains/_github-pages-challenge-thou-mayest.amine-brahmi.json index 742b0106e..a0971a4cb 100644 --- a/domains/_github-pages-challenge-thou-mayest.amine-brahmi.json +++ b/domains/_github-pages-challenge-thou-mayest.amine-brahmi.json @@ -1,7 +1,6 @@ { "owner": { "username": "thou-mayest", - "email": "", "twitter": "Dr_whoami_" }, "record": { diff --git a/domains/_github-pages-challenge-tim-vdb.tim-vdb.json b/domains/_github-pages-challenge-tim-vdb.tim-vdb.json new file mode 100644 index 000000000..e272031a9 --- /dev/null +++ b/domains/_github-pages-challenge-tim-vdb.tim-vdb.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tim-vdb", + "email": "timotheevdbosch@gmail.com" + }, + "record": { + "TXT": "ccd9ff03f723b201d75c2ae79c3245" + } +} diff --git a/domains/_github-pages-challenge-timi2506.timi2506.json b/domains/_github-pages-challenge-timi2506.timi2506.json new file mode 100644 index 000000000..dec98fcff --- /dev/null +++ b/domains/_github-pages-challenge-timi2506.timi2506.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "timi2506", + "email": "tim@glos-omu.uk" + }, + "record": { + "TXT": "592f4627c522780ea398a91a6c1d59" + } +} diff --git a/domains/_github-pages-challenge-totalolage.filip.json b/domains/_github-pages-challenge-totalolage.filip.json new file mode 100644 index 000000000..01eff4575 --- /dev/null +++ b/domains/_github-pages-challenge-totalolage.filip.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "totalolage", + "email": "filip@kalny.net" + }, + "record": { + "TXT": "7023b937e5e580da1a941ec57734df" + } +} diff --git a/domains/_github-pages-challenge-true1ann.ann.json b/domains/_github-pages-challenge-true1ann.ann.json index 0e7d72ce0..ed3bacfbf 100644 --- a/domains/_github-pages-challenge-true1ann.ann.json +++ b/domains/_github-pages-challenge-true1ann.ann.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "true1ann", - "email": "true1ann@tutamail.com" - }, - "record": { - "TXT": "9907c95c8764b5b6ddfa33bfe5486e" - } + "owner": { + "username": "true1ann", + "email": "true1ann@tutamail.com" + }, + "record": { + "TXT": "9907c95c8764b5b6ddfa33bfe5486e" + } } diff --git a/domains/_github-pages-challenge-turquoisetnt.tnt.json b/domains/_github-pages-challenge-turquoisetnt.tnt.json index 574e58e2d..c5e01ce24 100644 --- a/domains/_github-pages-challenge-turquoisetnt.tnt.json +++ b/domains/_github-pages-challenge-turquoisetnt.tnt.json @@ -1,6 +1,6 @@ { "owner": { - "username": "TurquoiseTNT", + "username": "SebTNT", "email": "turquoisetntmultimedia@gmail.com" }, "record": { diff --git a/domains/_github-pages-challenge-unidentifiedx.sunzizhuo.json b/domains/_github-pages-challenge-unidentifiedx.sunzizhuo.json new file mode 100644 index 000000000..361474540 --- /dev/null +++ b/domains/_github-pages-challenge-unidentifiedx.sunzizhuo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "UnidentifiedX", + "email": "sunzizhuo33@gmail.com" + }, + "record": { + "TXT": "82c071e58d59a58ca0ac52f3240f65" + } +} diff --git a/domains/_github-pages-challenge-userandaname.zayaanar.json b/domains/_github-pages-challenge-userandaname.zayaanar.json index 42ca881d7..100504cb8 100644 --- a/domains/_github-pages-challenge-userandaname.zayaanar.json +++ b/domains/_github-pages-challenge-userandaname.zayaanar.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "userandaname", - "email": "", - "discord": "823939421686071386", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.a62ohGnPWnZcxwliAblMFZoEcnjztiOXGJrf3viuLFutyG5cwvSgEFmeYQAiODGndCak3XXgSJwLyFiS-HIsLWG6ViBhu9A48zkUMTv6IHO7OUFE9kNiGIqhp3S8h8lhaaxA3zW_OuOIQBoLFJnL0RqQgOd2QC6P-v1Fm6Aab3HMCGYN5tNwk1Jpl5vwisxnCG-PDUWrrgJ8PbMGRUa2Sa5qvFOJK0LML3yDqKOlFUGs9XmBcbTMc2KVdGjAm0F8l1w0WRDyx15hNFu_ppB7yaIS91o7iJS-g-ViSWf3-Hj0gCyUl1sHPQi3-2IE5GaNtfqVLQGNC2Kh6NBAkRRT7g.09Llm3K10Q7Tl3ceKAy76g.6NdcyRztDAFkqDFs5CWyaShozcshoMQ2qq1p7D8wQTG6O8shr8lbczRgMQZhgvzrq7u1g6HMQnW8bQdDdn2Mb1Jj3_qcHXnCUub6exAZONY.0ZXI8zVi0kGV0Qm7uvJOrA" - }, - - "record": { - "TXT": "1488773820f7aed95586658ce389c2" - } + "owner": { + "username": "userandaname", + "discord": "823939421686071386", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.a62ohGnPWnZcxwliAblMFZoEcnjztiOXGJrf3viuLFutyG5cwvSgEFmeYQAiODGndCak3XXgSJwLyFiS-HIsLWG6ViBhu9A48zkUMTv6IHO7OUFE9kNiGIqhp3S8h8lhaaxA3zW_OuOIQBoLFJnL0RqQgOd2QC6P-v1Fm6Aab3HMCGYN5tNwk1Jpl5vwisxnCG-PDUWrrgJ8PbMGRUa2Sa5qvFOJK0LML3yDqKOlFUGs9XmBcbTMc2KVdGjAm0F8l1w0WRDyx15hNFu_ppB7yaIS91o7iJS-g-ViSWf3-Hj0gCyUl1sHPQi3-2IE5GaNtfqVLQGNC2Kh6NBAkRRT7g.09Llm3K10Q7Tl3ceKAy76g.6NdcyRztDAFkqDFs5CWyaShozcshoMQ2qq1p7D8wQTG6O8shr8lbczRgMQZhgvzrq7u1g6HMQnW8bQdDdn2Mb1Jj3_qcHXnCUub6exAZONY.0ZXI8zVi0kGV0Qm7uvJOrA" + }, + "record": { + "TXT": "1488773820f7aed95586658ce389c2" } +} diff --git a/domains/_github-pages-challenge-UtilsForTheWeb.utils.json b/domains/_github-pages-challenge-utilsfortheweb.utils.json similarity index 100% rename from domains/_github-pages-challenge-UtilsForTheWeb.utils.json rename to domains/_github-pages-challenge-utilsfortheweb.utils.json diff --git a/domains/_github-pages-challenge-vasilismylonas.vasilismylonas.json b/domains/_github-pages-challenge-vasilismylonas.vasilismylonas.json deleted file mode 100644 index e26154faa..000000000 --- a/domains/_github-pages-challenge-vasilismylonas.vasilismylonas.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VasilisMylonas", - "email": "vasilismylonas@protonmail.com" - }, - "record": { - "TXT": "2d79d108f14d2a9587952c4682b285" - } -} diff --git a/domains/_github-pages-challenge-vcntttt.vrivera.json b/domains/_github-pages-challenge-vcntttt.vrivera.json new file mode 100644 index 000000000..55c499a94 --- /dev/null +++ b/domains/_github-pages-challenge-vcntttt.vrivera.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vcntttt", + "email": "vrivera.dev@gmail.com" + }, + "record": { + "TXT": "f2d624f5252ae88e5308c9098ae958" + } +} diff --git a/domains/_github-pages-challenge-verygafanhot.heyaxo.json b/domains/_github-pages-challenge-verygafanhot.heyaxo.json new file mode 100644 index 000000000..5666a2e22 --- /dev/null +++ b/domains/_github-pages-challenge-verygafanhot.heyaxo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "verygafanhot", + "email": "verygafanhot@gmail.com" + }, + "record": { + "TXT": "e3ae5ee11a576cc86f89140043ca2b" + } +} diff --git a/domains/_github-pages-challenge-vihaananand.untitled.json b/domains/_github-pages-challenge-vihaananand.untitled.json deleted file mode 100644 index e5fe95813..000000000 --- a/domains/_github-pages-challenge-vihaananand.untitled.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VihaanAnand", - "email": "macos14sonoma@gmail.com" - }, - "record": { - "TXT": "53234a8871b871e94e29adff5a8e91" - } -} diff --git a/domains/_github-pages-challenge-vikramisdev.vikramisdev.json b/domains/_github-pages-challenge-vikramisdev.vikramisdev.json deleted file mode 100644 index ef1fbb273..000000000 --- a/domains/_github-pages-challenge-vikramisdev.vikramisdev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vikramisdev", - "email": "vs423502@gmail.com" - }, - "record": { - "TXT": "14810aa9ee3adf44431d8a64abc84a" - } -} diff --git a/domains/_github-pages-challenge-vikramv20.vikramv20.json b/domains/_github-pages-challenge-vikramv20.vikramv20.json deleted file mode 100644 index 37940f9a1..000000000 --- a/domains/_github-pages-challenge-vikramv20.vikramv20.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "vikramv20", - "email": "vs423502@gmail.com" - }, - "record": { - "TXT": "14810aa9ee3adf44431d8a64abc84a" - } -} diff --git a/domains/_github-pages-challenge-vncsmnl.vinicius.json b/domains/_github-pages-challenge-vncsmnl.vinicius.json index 6aa751c44..75df081e9 100644 --- a/domains/_github-pages-challenge-vncsmnl.vinicius.json +++ b/domains/_github-pages-challenge-vncsmnl.vinicius.json @@ -1,9 +1,7 @@ { "description": "My personal website", - "repo": "https://github.com/vncsmnl", "owner": { "username": "vncsmnl", - "email": "", "twitter": "vncsmnl", "discord": "vncsmnl#7835" }, diff --git a/domains/_github-pages-challenge-vurihuang.vuri.json b/domains/_github-pages-challenge-vurihuang.vuri.json new file mode 100644 index 000000000..3bf04a569 --- /dev/null +++ b/domains/_github-pages-challenge-vurihuang.vuri.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vurihuang", + "email": "vengeancehuang@gmail.com" + }, + "record": { + "TXT": ["2447215d9fcea09574fc1831f99c8d"] + } +} diff --git a/domains/_github-pages-challenge-vurihuang.vurihuang.json b/domains/_github-pages-challenge-vurihuang.vurihuang.json new file mode 100644 index 000000000..04054cc65 --- /dev/null +++ b/domains/_github-pages-challenge-vurihuang.vurihuang.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vurihuang", + "email": "vengeancehuang@gmail.com" + }, + "record": { + "TXT": ["8ba2660c4c9bb5915177df7123d158"] + } +} diff --git a/domains/_github-pages-challenge-wdhdev.william.json b/domains/_github-pages-challenge-wdhdev.william.json index f9c6ef5ea..2542d31a6 100644 --- a/domains/_github-pages-challenge-wdhdev.william.json +++ b/domains/_github-pages-challenge-wdhdev.william.json @@ -1,9 +1,8 @@ { "owner": { "username": "wdhdev", - "email": "william@m.is-a.dev" + "email": "william@is-a.dev" }, - "record": { "TXT": "6b3a5de4756e5840afc94698b74712" } diff --git a/domains/_github-pages-challenge-webcubed.webcubed.json b/domains/_github-pages-challenge-webcubed.webcubed.json new file mode 100644 index 000000000..dd0dd0c64 --- /dev/null +++ b/domains/_github-pages-challenge-webcubed.webcubed.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "webcubed" + }, + "record": { + "TXT": ["d4d8fdb1fea56bbbf4470d4e6f5e40"] + } +} diff --git a/domains/_github-pages-challenge-wizcann.wizcann.json b/domains/_github-pages-challenge-wizcann.wizcann.json new file mode 100644 index 000000000..9c5ce79b0 --- /dev/null +++ b/domains/_github-pages-challenge-wizcann.wizcann.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "wizcann" + }, + "record": { + "TXT": ["76bdb40edcf54ac449921a71e3e388"] + } +} diff --git a/domains/_github-pages-challenge-wmoralesl.wilson.json b/domains/_github-pages-challenge-wmoralesl.wilson.json new file mode 100644 index 000000000..e35c53374 --- /dev/null +++ b/domains/_github-pages-challenge-wmoralesl.wilson.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "wmoralesl", + "email": "wilsonm57wm@gmail.com" + }, + "record": { + "TXT": "10f8fd2a05d93142f03d2a6ee4142e" + } +} diff --git a/domains/_github-pages-challenge-xKhronoz.xkhronoz.json b/domains/_github-pages-challenge-xKhronoz.xkhronoz.json deleted file mode 100644 index 38701e84c..000000000 --- a/domains/_github-pages-challenge-xKhronoz.xkhronoz.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "xKhronoz", - "email": "yeek3063@gmail.com" - }, - "record": { - "TXT": "ea9be10bf29f3df4c2c6a77fc2b9ed" - } -} diff --git a/domains/_github-pages-challenge-xkhronoz.xkhronoz.json b/domains/_github-pages-challenge-xkhronoz.xkhronoz.json new file mode 100644 index 000000000..3c4bc48d3 --- /dev/null +++ b/domains/_github-pages-challenge-xkhronoz.xkhronoz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "xKhronoz", + "email": "yeek3063@gmail.com" + }, + "record": { + "TXT": "ea9be10bf29f3df4c2c6a77fc2b9ed" + } +} diff --git a/domains/_github-pages-challenge-YantCaccia.antonio.json b/domains/_github-pages-challenge-yantcaccia.antonio.json similarity index 100% rename from domains/_github-pages-challenge-YantCaccia.antonio.json rename to domains/_github-pages-challenge-yantcaccia.antonio.json diff --git a/domains/_github-pages-challenge-yashokuu.yas.json b/domains/_github-pages-challenge-yashokuu.yas.json new file mode 100644 index 000000000..1de373534 --- /dev/null +++ b/domains/_github-pages-challenge-yashokuu.yas.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "yashokuu", + "email": "yas.studios.en@gmail.com" + }, + "record": { + "TXT": "3dc5a3f950e7f70f6535b6bf715042" + } +} diff --git a/domains/_github-pages-challenge-youfoundalpha.alpha.json b/domains/_github-pages-challenge-youfoundalpha.alpha.json new file mode 100644 index 000000000..b2d81c0f0 --- /dev/null +++ b/domains/_github-pages-challenge-youfoundalpha.alpha.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "YouFoundAlpha", + "discord": "661121998830960651", + "gitlab": "YouFoundAlpha", + "mastodon": "@YouFoundAlpha@mastodon.social" + }, + "record": { + "TXT": "123b9197abda60197a8afa64af5cf0" + } +} diff --git a/domains/_github-pages-challenge-yourtilak.tilak.json b/domains/_github-pages-challenge-yourtilak.tilak.json index dc261fc78..516682e02 100644 --- a/domains/_github-pages-challenge-yourtilak.tilak.json +++ b/domains/_github-pages-challenge-yourtilak.tilak.json @@ -1,5 +1,4 @@ { - "description": "YourTilak.is-a.dev", "repo": "https://github.com/YourTilak/YourTilak.github.io", "owner": { "username": "YourTilak", diff --git a/domains/_github-pages-challenge-YummyOreo.oreo.json b/domains/_github-pages-challenge-yummyoreo.oreo.json similarity index 100% rename from domains/_github-pages-challenge-YummyOreo.oreo.json rename to domains/_github-pages-challenge-yummyoreo.oreo.json diff --git a/domains/_github-pages-challenge-yunexiz.1-train-ride-in-germany-is-300-euros.json b/domains/_github-pages-challenge-yunexiz.1-train-ride-in-germany-is-300-euros.json deleted file mode 100644 index c83ca33fd..000000000 --- a/domains/_github-pages-challenge-yunexiz.1-train-ride-in-germany-is-300-euros.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Yunexiz", - "discord": "1040303561847881729", - "email": "" - }, - "record": { - "TXT": "a39a9e9549128753e8f6757a37d2c2" - } -} diff --git a/domains/_github-pages-challenge-yunexiz.cat.json b/domains/_github-pages-challenge-yunexiz.cat.json index 9307de465..7ea3239fb 100644 --- a/domains/_github-pages-challenge-yunexiz.cat.json +++ b/domains/_github-pages-challenge-yunexiz.cat.json @@ -1,8 +1,7 @@ { "owner": { "username": "yunexiz", - "discord": "1040303561847881729", - "email": "" + "discord": "1040303561847881729" }, "record": { "TXT": "7b0048087227dc98eb47a46c9f1b43" diff --git a/domains/_github-pages-challenge-yunexiz.dog.json b/domains/_github-pages-challenge-yunexiz.dog.json index 253d7ddd7..7df7f6da2 100644 --- a/domains/_github-pages-challenge-yunexiz.dog.json +++ b/domains/_github-pages-challenge-yunexiz.dog.json @@ -1,8 +1,7 @@ { "owner": { "username": "yunexiz", - "discord": "1040303561847881729", - "email": "" + "discord": "1040303561847881729" }, "record": { "TXT": "5fa47df0612540ae6e92989a4007e9" diff --git a/domains/_github-pages-challenge-yunexiz.y.json b/domains/_github-pages-challenge-yunexiz.y.json index 722be64ed..bb4ea0393 100644 --- a/domains/_github-pages-challenge-yunexiz.y.json +++ b/domains/_github-pages-challenge-yunexiz.y.json @@ -1,8 +1,7 @@ { "owner": { "username": "yunexiz", - "discord": "1040303561847881729", - "email": "" + "discord": "1040303561847881729" }, "record": { "TXT": "e510e7d345184525230751fbbf1e5b" diff --git a/domains/_github-pages-challenge-yunexiz.yunexiz.json b/domains/_github-pages-challenge-yunexiz.yunexiz.json index 64e11b344..8c32f4beb 100644 --- a/domains/_github-pages-challenge-yunexiz.yunexiz.json +++ b/domains/_github-pages-challenge-yunexiz.yunexiz.json @@ -1,12 +1,9 @@ { "owner": { "username": "Yunexiz", - "discord": "1040303561847881729", - "email": "" + "discord": "1040303561847881729" }, "record": { - "TXT": [ - "273b8f26fd1aacf2cd47be00178179" - ] + "TXT": ["273b8f26fd1aacf2cd47be00178179"] } } diff --git a/domains/_github-pages-challenge-yz9551.yxz.json b/domains/_github-pages-challenge-yz9551.yxz.json new file mode 100644 index 000000000..b785aa78b --- /dev/null +++ b/domains/_github-pages-challenge-yz9551.yxz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "yz9551", + "discord": "yz9551" + }, + "record": { + "TXT": ["1b83953af6bc9eb40dc5ccfb434238"] + } +} diff --git a/domains/_github-pages-challenge.wildchamo.json b/domains/_github-pages-challenge.wildchamo.json new file mode 100644 index 000000000..836e5b1ac --- /dev/null +++ b/domains/_github-pages-challenge.wildchamo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "wildchamo", + "email": "wildchamo@gmail.com" + }, + "record": { + "TXT": "5b9a158bcd9821a7a78b5b362bccf0" + } +} diff --git a/domains/_gitlab-pages-verification-code.sadkon.json b/domains/_gitlab-pages-verification-code.sadkon.json index 7e5902fef..a25d79e18 100644 --- a/domains/_gitlab-pages-verification-code.sadkon.json +++ b/domains/_gitlab-pages-verification-code.sadkon.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "MohammedKHC0", - "email": "mohammedkhc@outlook.com" - }, - "record": { - "TXT": "gitlab-pages-verification-code=478e4a7c8445704809ba0fa31e003df3" - } + "owner": { + "username": "MohammedKHC0", + "email": "mohammedkhc@outlook.com" + }, + "record": { + "TXT": "gitlab-pages-verification-code=478e4a7c8445704809ba0fa31e003df3" + } } diff --git a/domains/_minecraft._tcp.mc.3gee.json b/domains/_minecraft._tcp.mc.3gee.json new file mode 100644 index 000000000..ca7a9f426 --- /dev/null +++ b/domains/_minecraft._tcp.mc.3gee.json @@ -0,0 +1,16 @@ +{ + "owner": { + "username": "3geETR", + "email": "egemacun@gmail.com" + }, + "record": { + "SRV": [ + { + "priority": 0, + "weight": 5, + "port": 32279, + "target": "gold.magmanode.com" + } + ] + } +} diff --git a/domains/_psl.json b/domains/_psl.json index fd8db17bb..9ddffa978 100644 --- a/domains/_psl.json +++ b/domains/_psl.json @@ -1,10 +1,9 @@ { - "description": "PSL validation record for is-a.dev", "owner": { "username": "is-a-dev", - "email": "phenax5@gmail.com" + "email": "admin@is-a.dev" }, "record": { - "TXT": "https://github.com/publicsuffix/list/pull/1949" + "TXT": "https://github.com/publicsuffix/list/pull/2225" } } diff --git a/domains/_serveo-authkey.pds.hcj.json b/domains/_serveo-authkey.pds.hcj.json new file mode 100644 index 000000000..7fd603367 --- /dev/null +++ b/domains/_serveo-authkey.pds.hcj.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "TheHCJ", + "bluesky": "did:plc:5f2c6awh4ffekm7srmi4d6zg" + }, + "record": { + "TXT": "SHA256:KFRJFKicG2rnITzSxLQn62svO68oydMpEDpQ6yRbtR0" + } +} diff --git a/domains/_vercel.2.json b/domains/_vercel.2.json new file mode 100644 index 000000000..f78c8de0a --- /dev/null +++ b/domains/_vercel.2.json @@ -0,0 +1,10 @@ +{ + "description": "LIGMATV's URL Manager (aka 2)", + "owner": { + "username": "LIGMATV", + "email": "ligmatv.id@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=2.is-a.dev,ea014a1b9a6ec8986aa0"] + } +} diff --git a/domains/_vercel.4hmet.json b/domains/_vercel.4hmet.json new file mode 100644 index 000000000..a11a56cfc --- /dev/null +++ b/domains/_vercel.4hmet.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ahmetunsal", + "email": "web.unsalahmet@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=4hmet.is-a.dev,c313bc7151ebff9a1f1f" + } +} diff --git a/domains/_vercel.aadityaa.json b/domains/_vercel.aadityaa.json new file mode 100644 index 000000000..bfa029eff --- /dev/null +++ b/domains/_vercel.aadityaa.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Aadityaa2606", + "email": "aadityaa2606@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=aadityaa.is-a.dev,ac8d0d70ecad184cddfa" + } +} diff --git a/domains/_vercel.aakashrawat.json b/domains/_vercel.aakashrawat.json new file mode 100644 index 000000000..0e745a4ff --- /dev/null +++ b/domains/_vercel.aakashrawat.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "aakashrawat04", + "email": "2004rawataakash@gmail.com", + "discord": "759817307957493800" + }, + "record": { + "TXT": "vc-domain-verify=aakashrawat.is-a.dev,d80839eb94f222e03728" + } +} diff --git a/domains/_vercel.aaqif.json b/domains/_vercel.aaqif.json new file mode 100644 index 000000000..5ad57169b --- /dev/null +++ b/domains/_vercel.aaqif.json @@ -0,0 +1,10 @@ +{ + "description": "React Portfolio", + "owner": { + "username": "aaqifshafi", + "email": "aaqifshafi@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=aaqif.is-a.dev,77eef1ecff0a4bec5f86"] + } +} diff --git a/domains/_vercel.abdullah-al-mridul.json b/domains/_vercel.abdullah-al-mridul.json new file mode 100644 index 000000000..f4d8c53a2 --- /dev/null +++ b/domains/_vercel.abdullah-al-mridul.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "abdullah-al-mridul", + "email": "rim89987@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=abdullah-al-mridul.is-a.dev,28add02b5250c0339353" + } +} diff --git a/domains/_vercel.about.harshshah.json b/domains/_vercel.about.harshshah.json new file mode 100644 index 000000000..20179c209 --- /dev/null +++ b/domains/_vercel.about.harshshah.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Harsh-0986", + "email": "harsh2102.dev@gmail.com", + "discord": "889700837520199761" + }, + "record": { + "TXT": "vc-domain-verify=about.harshshah.is-a.dev,f9d8e16efb5cc0d31d96" + } +} diff --git a/domains/_vercel.aditya.json b/domains/_vercel.aditya.json new file mode 100644 index 000000000..69fd750da --- /dev/null +++ b/domains/_vercel.aditya.json @@ -0,0 +1,10 @@ +{ + "description": "Aditya portfolio", + "owner": { + "username": "raghav-45", + "email": "raghavbhai4545@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=aditya.is-a.dev,bb0fe79d43ee24597631" + } +} diff --git a/domains/_vercel.aeyika.json b/domains/_vercel.aeyika.json new file mode 100644 index 000000000..eb8b6557f --- /dev/null +++ b/domains/_vercel.aeyika.json @@ -0,0 +1,10 @@ +{ + "description": "Domain for my portfolio website", + "owner": { + "username": "aeyika", + "email": "aeyikastech@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=aeyika.is-a.dev,84418c102cd22e0a172c"] + } +} diff --git a/domains/_vercel.ahmed.json b/domains/_vercel.ahmed.json new file mode 100644 index 000000000..79609535e --- /dev/null +++ b/domains/_vercel.ahmed.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AhmedOsamaMath", + "email": "ahmedosamamath@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=ahmed.is-a.dev,e3140ad99c613cbd32f1" + } +} diff --git a/domains/_vercel.ahmedosama.json b/domains/_vercel.ahmedosama.json new file mode 100644 index 000000000..ca3b1d64a --- /dev/null +++ b/domains/_vercel.ahmedosama.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AhmedOsamaMath", + "email": "ahmedosamamath@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=ahmedosama.is-a.dev,5b628779e8a3ff964dbb" + } +} diff --git a/domains/_vercel.ahmedosamamath.json b/domains/_vercel.ahmedosamamath.json new file mode 100644 index 000000000..82c7b01c4 --- /dev/null +++ b/domains/_vercel.ahmedosamamath.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AhmedOsamaMath", + "email": "ahmedosamamath@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=ahmedosamamath.is-a.dev,796151d584bede738264" + } +} diff --git a/domains/_vercel.aitji.json b/domains/_vercel.aitji.json new file mode 100644 index 000000000..ae4360a8f --- /dev/null +++ b/domains/_vercel.aitji.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "aitji", + "email": "ait.suriya@gmail.com", + "discord": "aitji" + }, + "record": { + "TXT": "vc-domain-verify=aitji.is-a.dev,0a05468b82f542c74dea" + } +} diff --git a/domains/_vercel.aj.json b/domains/_vercel.aj.json new file mode 100644 index 000000000..6222bd81b --- /dev/null +++ b/domains/_vercel.aj.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "alvinsjoy", + "discord": "825382504353234954" + }, + "record": { + "TXT": [ + "vc-domain-verify=aj.is-a.dev,36e2705ac5c66c596f85", + "vc-domain-verify=www.aj.is-a.dev,55d888d08b935336a7ef" + ] + } +} diff --git a/domains/_vercel.akashkumar.json b/domains/_vercel.akashkumar.json new file mode 100644 index 000000000..7f58c5a8f --- /dev/null +++ b/domains/_vercel.akashkumar.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "akash-kumar-dev", + "email": "akashkumar.dev00@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=akashkumar.is-a.dev,844132b059abdd5bd808" + } +} \ No newline at end of file diff --git a/domains/_vercel.akay.json b/domains/_vercel.akay.json new file mode 100644 index 000000000..bce09cc70 --- /dev/null +++ b/domains/_vercel.akay.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "AKBORANA3" + }, + "record": { + "TXT": ["vc-domain-verify=akay.is-a.dev,f9e6eaccf85abfddae57"] + } +} diff --git a/domains/_vercel.akib.json b/domains/_vercel.akib.json new file mode 100644 index 000000000..fce6165bc --- /dev/null +++ b/domains/_vercel.akib.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "akibsaleh", + "email": "akibsaleh.dev@gmail.com", + "discord": "akibsalehzihan" + }, + "record": { + "TXT": "vc-domain-verify=akib.is-a.dev,3605c2dfdaf80295f8b3" + } +} diff --git a/domains/_vercel.akk1to.json b/domains/_vercel.akk1to.json new file mode 100644 index 000000000..910e17289 --- /dev/null +++ b/domains/_vercel.akk1to.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "akk1to", + "email": "akk1to.dev@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=blogs.akk1to.is-a.dev,18b784bd5f6ecb5feeb8" + } +} diff --git a/domains/_vercel.alisa.json b/domains/_vercel.alisa.json new file mode 100644 index 000000000..94cae0c6f --- /dev/null +++ b/domains/_vercel.alisa.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "lunas-private-dungeon", + "email": "luna.tsx@proton.me", + "discord": "507625218467168257" + }, + "record": { + "TXT": ["vc-domain-verify=alisa.is-a.dev,01abd793050b01c5d63f"] + } +} diff --git a/domains/_vercel.alphatechnolog.json b/domains/_vercel.alphatechnolog.json new file mode 100644 index 000000000..656362fb4 --- /dev/null +++ b/domains/_vercel.alphatechnolog.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "AlphaTechnolog", + "email": "gfranklings@gmail.com", + "discord": "695333243637072002" + }, + "record": { + "TXT": ["vc-domain-verify=alphatechnolog.is-a.dev,60b952897ab1957420d3"] + } +} diff --git a/domains/_vercel.alrakib.json b/domains/_vercel.alrakib.json new file mode 100644 index 000000000..196d3233a --- /dev/null +++ b/domains/_vercel.alrakib.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alrakibthedev", + "email": "alrakibthedev@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=alrakib.is-a.dev,3a2663fe979960b1dad2" + } +} diff --git a/domains/_vercel.alvin.json b/domains/_vercel.alvin.json new file mode 100644 index 000000000..acb3eafa7 --- /dev/null +++ b/domains/_vercel.alvin.json @@ -0,0 +1,19 @@ +{ + "owner": { + "username": "alvinsjoy", + "discord": "825382504353234954" + }, + "record": { + "TXT": [ + "vc-domain-verify=www.alvin.is-a.dev,8cfb8dfac816eacccf2d", + "vc-domain-verify=hive.alvin.is-a.dev,c60034f22ad745c15021", + "vc-domain-verify=www.hive.alvin.is-a.dev,682186731d1f9275c277", + "vc-domain-verify=chat.alvin.is-a.dev,520a1452a367459dd568", + "vc-domain-verify=www.chat.alvin.is-a.dev,df452600790ef98fd42e", + "vc-domain-verify=todo.alvin.is-a.dev,08b2734d859de7c855c5", + "vc-domain-verify=www.todo.alvin.is-a.dev,affd5e1204871843ebb8", + "vc-domain-verify=sign.alvin.is-a.dev,2563e8f2f9edc85132ac", + "vc-domain-verify=www.sign.alvin.is-a.dev,94900e209df86ce94741" + ] + } +} diff --git a/domains/_vercel.alvindennis.json b/domains/_vercel.alvindennis.json new file mode 100644 index 000000000..e58925f51 --- /dev/null +++ b/domains/_vercel.alvindennis.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alvin-dennis", + "discord": "alvindennis" + }, + "record": { + "TXT": "vc-domain-verify=alvindennis.is-a.dev,0cce0dce190e046ef841" + } +} diff --git a/domains/_vercel.aman.json b/domains/_vercel.aman.json new file mode 100644 index 000000000..d22f3413a --- /dev/null +++ b/domains/_vercel.aman.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "amang9446", + "email": "dev.aman7571@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=aman.is-a.dev,d6447d0d30e57c351c44" + } +} diff --git a/domains/_vercel.amandajauregui.json b/domains/_vercel.amandajauregui.json new file mode 100644 index 000000000..9a269efa5 --- /dev/null +++ b/domains/_vercel.amandajauregui.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "jauregao", + "email": "amandajauregui.dev@gmail.com", + "discord": "jauregao" + }, + "record": { + "TXT": "vc-domain-verify=amandajauregui.is-a.dev,a3853c2f774bcc618d55" + } +} diff --git a/domains/_vercel.amanraj.json b/domains/_vercel.amanraj.json new file mode 100644 index 000000000..27511e0c9 --- /dev/null +++ b/domains/_vercel.amanraj.json @@ -0,0 +1,13 @@ +{ + "description": "This website is my personal portfolio", + "repo": "https://github.com/huamanraj/Portfolio-v4", + "owner": { + "username": "huamanraj", + "email": "amanraj12.ar@gmail.com", + "discord": "amanraj" + }, + "record": { + "TXT": ["vc-domain-verify=amanraj.is-a.dev,25dd2c58bb98baf55cd4"] + } + } + \ No newline at end of file diff --git a/domains/_vercel.amardeep.json b/domains/_vercel.amardeep.json new file mode 100644 index 000000000..175986068 --- /dev/null +++ b/domains/_vercel.amardeep.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "amardeeplakshkar", + "email": "amardeep.devs@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=amardeep.is-a.dev,3d113f019450ce88d3a8" + } +} diff --git a/domains/_vercel.anaj00.json b/domains/_vercel.anaj00.json new file mode 100644 index 000000000..0351d5239 --- /dev/null +++ b/domains/_vercel.anaj00.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "anaj00", + "discord": "726173201264279583" + }, + "record": { + "TXT": ["vc-domain-verify=anaj00.is-a.dev,68d5c0091e41f6b9cd2f"] + } +} diff --git a/domains/_vercel.anand.json b/domains/_vercel.anand.json new file mode 100644 index 000000000..6b53bbfeb --- /dev/null +++ b/domains/_vercel.anand.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "anandd17", + "email": "avdoddamani123@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=anand.is-a.dev,3a42c86f85216132b3ef" + } +} \ No newline at end of file diff --git a/domains/_vercel.andres-jaramillo.json b/domains/_vercel.andres-jaramillo.json new file mode 100644 index 000000000..f458d6895 --- /dev/null +++ b/domains/_vercel.andres-jaramillo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "andresfer1799", + "email": "andresfer1799@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=andres-jaramillo.is-a.dev,19f46a0dbb75aa279425" + } +} diff --git a/domains/_vercel.andresarr.json b/domains/_vercel.andresarr.json new file mode 100644 index 000000000..e7f767efd --- /dev/null +++ b/domains/_vercel.andresarr.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Anonymous1223334444", + "email": "replit005@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=andresarr.is-a.dev,c7c6b930211214eb12c5" + } + } diff --git a/domains/_vercel.ansh.json b/domains/_vercel.ansh.json new file mode 100644 index 000000000..0cd79fabc --- /dev/null +++ b/domains/_vercel.ansh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "anshaneja5", + "email": "anshanejaa@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=ansh.is-a.dev,074c2e585d197374e108" + } +} diff --git a/domains/_vercel.anto.json b/domains/_vercel.anto.json new file mode 100644 index 000000000..c42655648 --- /dev/null +++ b/domains/_vercel.anto.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hardianto01", + "email": "hardiantojek92@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=anto.is-a.dev,c6f0fc6ee41a39c2c435"] + } +} diff --git a/domains/_vercel.app.vyductan.json b/domains/_vercel.app.vyductan.json new file mode 100644 index 000000000..1ba7308b6 --- /dev/null +++ b/domains/_vercel.app.vyductan.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "vyductan", + "email": "vdt5snet@gmail.com", + "discord": "370012050316984321" + }, + "record": { + "TXT": "vc-domain-verify=*.vyductan.is-a.dev,f7fc15db084fa96cf967" + } +} diff --git a/domains/_vercel.arceus.json b/domains/_vercel.arceus.json index e9ddb721d..a2378e847 100644 --- a/domains/_vercel.arceus.json +++ b/domains/_vercel.arceus.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "arceusdev", - "email": "", - "discord": "1055478076013817936" - }, - "record": { - "TXT": "vc-domain-verify=arceus.is-a.dev,0f512cd8861911af26b6" - } + "owner": { + "username": "arceusdev", + "discord": "1055478076013817936" + }, + "record": { + "TXT": "vc-domain-verify=arceus.is-a.dev,0f512cd8861911af26b6" } +} diff --git a/domains/_vercel.arhanansari.json b/domains/_vercel.arhanansari.json new file mode 100644 index 000000000..3f13b6a53 --- /dev/null +++ b/domains/_vercel.arhanansari.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ArhanAnsari", + "email": "arhanansari2009@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=arhanansari.is-a.dev,73384f1ab64fc8f50509" + } +} diff --git a/domains/_vercel.arjuncodess.json b/domains/_vercel.arjuncodess.json new file mode 100644 index 000000000..083653cd2 --- /dev/null +++ b/domains/_vercel.arjuncodess.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "arjuncodess", + "email": "arjunv.prakash12345@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=arjuncodess.is-a.dev,772c34dd22de18adabaa"] + } +} diff --git a/domains/_vercel.arlan.json b/domains/_vercel.arlan.json new file mode 100644 index 000000000..9268ae87b --- /dev/null +++ b/domains/_vercel.arlan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "handikatriarlan", + "email": "handikaarlan@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=arlan.is-a.dev,0ab1dd26cecd05574326" + } +} diff --git a/domains/_vercel.arnxv.json b/domains/_vercel.arnxv.json new file mode 100644 index 000000000..30f706468 --- /dev/null +++ b/domains/_vercel.arnxv.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "ArnavBarway", + "email": "arnav@sagaraga.com" + }, + "record": { + "TXT": [ + "vc-domain-verify=arnxv.is-a.dev,2b36da5314d05cea9737", + "vc-domain-verify=works.arnxv.is-a.dev,f8b0553cc89bfe7097fa", + "vc-domain-verify=kind-nodes.arnxv.is-a.dev,ba40e23d4384053b8059" + ] + } +} diff --git a/domains/_vercel.arshman.json b/domains/_vercel.arshman.json new file mode 100644 index 000000000..9bb0feb4a --- /dev/null +++ b/domains/_vercel.arshman.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "syedtahseen" + }, + "record": { + "TXT": ["vc-domain-verify=arshman.is-a.dev,b92115f7845437a44890"] + } +} diff --git a/domains/_vercel.arvind.json b/domains/_vercel.arvind.json new file mode 100644 index 000000000..dc0b83863 --- /dev/null +++ b/domains/_vercel.arvind.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "coderman400", + "email": "achurox1121@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=arvind.is-a.dev,6078db13fb7b19c2e83d" + } +} diff --git a/domains/_vercel.aryan.json b/domains/_vercel.aryan.json new file mode 100644 index 000000000..b44dde075 --- /dev/null +++ b/domains/_vercel.aryan.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "aryanpatel142006", + "email": "aryanpatel142006@gmail.com", + "discord": "aryanpatel142006" + }, + "record": { + "TXT": "vc-domain-verify=aryan.is-a.dev,589c160d472fa2b93174" + } +} diff --git a/domains/_vercel.aryann.json b/domains/_vercel.aryann.json new file mode 100644 index 000000000..4af5f87c6 --- /dev/null +++ b/domains/_vercel.aryann.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "aryanm830", + "email": "aryanm830@proton.me", + "discord": "riftfiree" + }, + "record": { + "TXT": "vc-domain-verify=aryann.is-a.dev,055a43d91c6031804886" + } +} diff --git a/domains/_vercel.ash.json b/domains/_vercel.ash.json new file mode 100644 index 000000000..07148a49e --- /dev/null +++ b/domains/_vercel.ash.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "BloodLetters", + "discord": "961870785486671872" + }, + "record": { + "TXT": "vc-domain-verify=ash.is-a.dev,6543a60bcc98259cc8d5" + } +} diff --git a/domains/_vercel.ashwin-s-nambiar.json b/domains/_vercel.ashwin-s-nambiar.json index f7fad0c67..a88ce2c77 100644 --- a/domains/_vercel.ashwin-s-nambiar.json +++ b/domains/_vercel.ashwin-s-nambiar.json @@ -1,7 +1,6 @@ { "owner": { "username": "ashwin-s-nambiar", - "email": "", "discord": "ashwin_nambiar" }, "record": { diff --git a/domains/_vercel.at-muhammad.json b/domains/_vercel.at-muhammad.json new file mode 100644 index 000000000..e505df9ed --- /dev/null +++ b/domains/_vercel.at-muhammad.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "xgovernor", + "email": "abutahermuhammad@outlook.com", + "description": "Portfolio website of Abu Taher Muhammad" + }, + "record": { + "TXT": "vc-domain-verify=at-muhammad.is-a.dev,398740ea0c7de20b1a80" + } +} diff --git a/domains/_vercel.athanasopoulos.json b/domains/_vercel.athanasopoulos.json new file mode 100644 index 000000000..5cf63ba90 --- /dev/null +++ b/domains/_vercel.athanasopoulos.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "athanasso", + "email": "manos.athanasopoulos@yahoo.gr", + "discord": "187183823354724352" + }, + "record": { + "TXT": "vc-domain-verify=athanasopoulos.is-a.dev,56d11a7196dfe6d19e95" + } +} diff --git a/domains/_vercel.atharvd.json b/domains/_vercel.atharvd.json new file mode 100644 index 000000000..ccd8cbb0d --- /dev/null +++ b/domains/_vercel.atharvd.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "D-Atharv" + }, + "record": { + "TXT": ["vc-domain-verify=atharvd.is-a.dev,a9192e60bfd581760d17"] + } +} diff --git a/domains/_vercel.awhvish.json b/domains/_vercel.awhvish.json new file mode 100644 index 000000000..bf0b12539 --- /dev/null +++ b/domains/_vercel.awhvish.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "awhvish", + "email": "avislowha9@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=awhvish.is-a.dev,f4fbe002837b72638f88"] + } +} diff --git a/domains/_vercel.ayushk.json b/domains/_vercel.ayushk.json new file mode 100644 index 000000000..5c11b1d7e --- /dev/null +++ b/domains/_vercel.ayushk.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "ayushk-1801", + "email": "ayush.kumara1801@gmail.com", + "discord": "ayushk_1801" + }, + "record": { + "TXT": "vc-domain-verify=ayushk.is-a.dev,339b6861f1513bf39684" + } +} diff --git a/domains/_vercel.baibhav.json b/domains/_vercel.baibhav.json new file mode 100644 index 000000000..f37fa278a --- /dev/null +++ b/domains/_vercel.baibhav.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Baibhavos", + "email": "baibhavkumar303@gmal.com" + }, + "record": { + "TXT": "vc-domain-verify=baibhav.is-a.dev,b652350d2b3b8f0bef49" + } +} diff --git a/domains/_vercel.balaji.json b/domains/_vercel.balaji.json new file mode 100644 index 000000000..2e7a018ba --- /dev/null +++ b/domains/_vercel.balaji.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "balaji-atoa", + "discord": "popz06" + }, + "record": { + "TXT": "vc-domain-verify=balaji.is-a.dev,b4898f8e7508d5de541e" + } +} diff --git a/domains/_vercel.banda.json b/domains/_vercel.banda.json new file mode 100644 index 000000000..4516c134e --- /dev/null +++ b/domains/_vercel.banda.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bandabahariputra", + "discord": "banda" + }, + "record": { + "TXT": ["vc-domain-verify=banda.is-a.dev,e684b7e614c3912ba446"] + } +} diff --git a/domains/_vercel.bhavyagupta.json b/domains/_vercel.bhavyagupta.json new file mode 100644 index 000000000..dd14aaf1f --- /dev/null +++ b/domains/_vercel.bhavyagupta.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "BhavyaGupta315", + "email": "bhavyagupta315@gmail.com", + "discord": "bhavya_gupta_" + }, + "record": { + "TXT": "vc-domain-verify=bhavyagupta.is-a.dev,6ad4b583ec5dfd020162" + } +} diff --git a/domains/_vercel.bhushankhopkarr.json b/domains/_vercel.bhushankhopkarr.json new file mode 100644 index 000000000..969c478a0 --- /dev/null +++ b/domains/_vercel.bhushankhopkarr.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "bhushankhopkarr" + }, + "record": { + "TXT": ["vc-domain-verify=bhushankhopkarr.is-a.dev,13f67c25702161e88fce"] + } +} diff --git a/domains/_vercel.bilalmansuri.json b/domains/_vercel.bilalmansuri.json new file mode 100644 index 000000000..c4184f17d --- /dev/null +++ b/domains/_vercel.bilalmansuri.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "bilal-23", + "email": "work.bilalmansuri@gmail.com", + "discord": "bilal_23" + }, + "record": { + "TXT": "vc-domain-verify=bilal.is-a.dev,de7575c2e6976d25ab24" + } +} diff --git a/domains/_vercel.bladimir.json b/domains/_vercel.bladimir.json new file mode 100644 index 000000000..9e9d67911 --- /dev/null +++ b/domains/_vercel.bladimir.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Esbruiz", + "discord": "190241825540276245", + "email": "esbruizc@gmail.com", + "bluesky": "did:plc:xkczclld4e5vvpypnu5z6m2g" + }, + "record": { + "TXT": "vc-domain-verify=bladimir.is-a.dev,e64e9cb20c3d9e344c18" + } +} diff --git a/domains/_vercel.blog.chuyentinorz.json b/domains/_vercel.blog.chuyentinorz.json new file mode 100644 index 000000000..09c735fba --- /dev/null +++ b/domains/_vercel.blog.chuyentinorz.json @@ -0,0 +1,12 @@ +{ + "description": "This website is blogpost for ChuyenTinORZ", + "repo": "https://github.com/akk1to/akk1to.github.io", + "owner": { + "username": "akk1to", + "email": "akk1to.dev@gmail.com", + "discord": "727497287777124414" + }, + "record": { + "TXT": ["vc-domain-verify=blog.chuyentinorz.is-a.dev,8c86561445eea418c27a"] + } +} diff --git a/domains/_vercel.blog.jumanji.json b/domains/_vercel.blog.jumanji.json new file mode 100644 index 000000000..d82ad7099 --- /dev/null +++ b/domains/_vercel.blog.jumanji.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "heyjumanji" + }, + "record": { + "TXT": ["vc-domain-verify=blog.jumanji.is-a.dev,27db21bc7b1a8b952003"] + } +} diff --git a/domains/_vercel.bumidenpasar.json b/domains/_vercel.bumidenpasar.json new file mode 100644 index 000000000..b5d4b30f7 --- /dev/null +++ b/domains/_vercel.bumidenpasar.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "BumiDenpasar", + "instagram": "ibummmbumi" + }, + "record": { + "TXT": "vc-domain-verify=bumidenpasar.is-a.dev,2acace80e7ea336fd678" + } +} diff --git a/domains/_vercel.cesarmr.json b/domains/_vercel.cesarmr.json new file mode 100644 index 000000000..2a0026efe --- /dev/null +++ b/domains/_vercel.cesarmr.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "cesarmr-github", + "email": "c3s1r@proton.me", + "discord": "740861702215565333" + }, + "record": { + "TXT": "vc-domain-verify=cesarmr.is-a.dev,f90aad152beffe874989" + } +} diff --git a/domains/_vercel.chandsi.json b/domains/_vercel.chandsi.json index 916a20a5a..9817f69bc 100644 --- a/domains/_vercel.chandsi.json +++ b/domains/_vercel.chandsi.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "Gauravisdev", - "email": "", - "discord": "1119494339735867422" - }, - "record": { - "TXT": [ - "vc-domain-verify=chandsi.is-a.dev,8654576292b580f414fe" - ] - } + "owner": { + "username": "Gauravisdev", + "discord": "1119494339735867422" + }, + "record": { + "TXT": ["vc-domain-verify=chandsi.is-a.dev,8654576292b580f414fe"] + } } diff --git a/domains/_vercel.charly.json b/domains/_vercel.charly.json new file mode 100644 index 000000000..831e2c934 --- /dev/null +++ b/domains/_vercel.charly.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "soy-charly", + "email": "carlos.scarrasco08@gmail.com", + "discord": "charly0572" + }, + "record": { + "TXT": "vc-domain-verify=charly.is-a.dev,ecb785240907dd83c0cc" + } +} diff --git a/domains/_vercel.chirxg.json b/domains/_vercel.chirxg.json new file mode 100644 index 000000000..6838e3501 --- /dev/null +++ b/domains/_vercel.chirxg.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "definitelynotchirag", + "email": "chiragdave1888@gmail.com", + "discord": "hellchirag" + }, + "record": { + "TXT": "vc-domain-verify=chirxg.is-a.dev,701cf9d2a75e9216fd53" + } +} diff --git a/domains/_vercel.chrisbase12.json b/domains/_vercel.chrisbase12.json new file mode 100644 index 000000000..0ca5c7765 --- /dev/null +++ b/domains/_vercel.chrisbase12.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "OverCharred" + }, + "record": { + "TXT": "vc-domain-verify=chrisbase12.is-a.dev,2adfe83fcf59b08d47b0" + } +} diff --git a/domains/_vercel.chuyentinorz.json b/domains/_vercel.chuyentinorz.json new file mode 100644 index 000000000..12116a6c4 --- /dev/null +++ b/domains/_vercel.chuyentinorz.json @@ -0,0 +1,11 @@ +{ + "description": "Vercel verification of chuyentinorz.is-a.dev", + "owner": { + "username": "akk1to", + "email": "akk1to.dev@gmail.com", + "discord": "727497287777124414" + }, + "record": { + "TXT": ["vc-domain-verify=chuyentinorz.is-a.dev,46d8c5be943cf4eb7cd2"] + } +} diff --git a/domains/_vercel.cnvrs.json b/domains/_vercel.cnvrs.json new file mode 100644 index 000000000..5c31fec88 --- /dev/null +++ b/domains/_vercel.cnvrs.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "2nvrs" + }, + "record": { + "TXT": ["vc-domain-verify=cnvrs.is-a.dev,759e0953091c88d99f57"] + } +} diff --git a/domains/_vercel.codesoft.json b/domains/_vercel.codesoft.json new file mode 100644 index 000000000..f4c5a04af --- /dev/null +++ b/domains/_vercel.codesoft.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "CodeSoftGit", + "email": "codesft@proton.me" + }, + "record": { + "TXT": "vc-domain-verify=codesoft.is-a.dev,18c04513308f15b350a9" + } +} diff --git a/domains/_vercel.codexkun.json b/domains/_vercel.codexkun.json new file mode 100644 index 000000000..11f528470 --- /dev/null +++ b/domains/_vercel.codexkun.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "KunalBishwal", + "email": "kunalbishwal2004@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=codexkun.is-a.dev,0c262cd5c5e3a73e7717" + } +} diff --git a/domains/_vercel.computerblade.json b/domains/_vercel.computerblade.json new file mode 100644 index 000000000..c488033d5 --- /dev/null +++ b/domains/_vercel.computerblade.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "computerblade-official" + }, + "record": { + "TXT": ["vc-domain-verify=computerblade.is-a.dev,0b4d70954aeb7d2d0656"] + } +} diff --git a/domains/_vercel.crazo7924.json b/domains/_vercel.crazo7924.json new file mode 100644 index 000000000..923948162 --- /dev/null +++ b/domains/_vercel.crazo7924.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "crazo7924", + "discord": "466605393309859840", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.lK0DenxkbchUi8yOUyDH6gdvlQs6bXJRyaYAYCBgVjJUUoQ61fUcOHtdb2fltgObjiNYVqGywMpRFLuUOjQN3Uxb8Uv-NTND52eAkakL1xh4Vj5sbsVr05ehnAlCXDO1ykZpkn4kwldQBOQcYUFkNVhxFblPQO7jAybjc9QNpqsgW113BrPsY7aN0TWhARO8JTiWtOQT8oKfCqfYZH3F7qiU1wk-pvwaQBWy8Jiu0CiKQmTzIT4lN3lCCZpNL0PiyLXcSZEuEGzmt_LFuHcGtYrwavaN2ZbrC6gb_U4L6sBRAx5NNPDuEBMtX9ncP5WCDikgMVXsftbXW_KU8yHhVQ.wUUcKotRy8LSzAU6amSQ9A.on4Jq5kL1mB9zWF3OlqN2ckyZjOYboXbE_RzWE2UHOADNEDogYLvEl9rU3J6JNlw6fXyRFyDjNnosUvNBC2tBl7tSyrMaWkDXoWW8q3OoKhv1r0fUuNl93epFeYMg3yr.pUMvwVEA92EQgEXTwm2_PQ" + }, + "record": { + "TXT": "vc-domain-verify=blog.crazo7924.is-a.dev,08987fe260da74fe448e" + } +} diff --git a/domains/_vercel.cryptid.json b/domains/_vercel.cryptid.json new file mode 100644 index 000000000..34713092c --- /dev/null +++ b/domains/_vercel.cryptid.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "NotCryptid", + "email": "cryptid@thingai.xyz", + "discord": "545305641212706819" + }, + "record": { + "TXT": "vc-domain-verify=cryptid.is-a.dev,c6c6b86d7991baca2498" + } +} diff --git a/domains/_vercel.crystal.json b/domains/_vercel.crystal.json new file mode 100644 index 000000000..aa0de75d2 --- /dev/null +++ b/domains/_vercel.crystal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "crystalbajgai", + "email": "crystalbajgai@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=crystal.is-a.dev,ef573673a0e376748ea9" + } +} diff --git a/domains/_vercel.cutedog5695.json b/domains/_vercel.cutedog5695.json index 0215aac17..aadb56683 100644 --- a/domains/_vercel.cutedog5695.json +++ b/domains/_vercel.cutedog5695.json @@ -1,9 +1,8 @@ { "owner": { - "username": "CuteDog5695", - "email": "", + "username": "iostpa", "discord": "716306888492318790", - "twitter": "cutedog5695" + "twitter": "iostpa" }, "record": { "TXT": "vc-domain-verify=vercel.cutedog5695.is-a.dev,92820276b2029f5426ec" diff --git a/domains/_vercel.dai.json b/domains/_vercel.dai.json new file mode 100644 index 000000000..18622e499 --- /dev/null +++ b/domains/_vercel.dai.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ncdai", + "email": "dai@chanhdai.com" + }, + "record": { + "TXT": ["vc-domain-verify=dai.is-a.dev,1f58fc0d6c2eb6cc92d7"] + } +} diff --git a/domains/_vercel.daim.json b/domains/_vercel.daim.json new file mode 100644 index 000000000..d1e15d28b --- /dev/null +++ b/domains/_vercel.daim.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sYnceDez41", + "email": "zdaim78@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=daim.is-a.dev,d88985a4876213470d49"] + } +} diff --git a/domains/_vercel.damian.json b/domains/_vercel.damian.json new file mode 100644 index 000000000..37e2f7411 --- /dev/null +++ b/domains/_vercel.damian.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "meliadamian17", + "email": "meliadamian17@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=damian.is-a.dev,4dce4cc5e2ccdbc3e472" + } +} diff --git a/domains/_vercel.dang.json b/domains/_vercel.dang.json new file mode 100644 index 000000000..a7e380c22 --- /dev/null +++ b/domains/_vercel.dang.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "chanhdangcom", + "email": "ncdang@quaric.com" + }, + "record": { + "TXT": ["vc-domain-verify=dang.is-a.dev,75e81b9a2a5ada157a8e"] + } +} diff --git a/domains/_vercel.danieltampe.json b/domains/_vercel.danieltampe.json new file mode 100644 index 000000000..598a54b4f --- /dev/null +++ b/domains/_vercel.danieltampe.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "DanielTampeCaamano", + "email": "danieltampe@hotmail.com", + "discord": "246811015285571586" + }, + "record": { + "TXT": "vc-domain-verify=danieltampe.is-a.dev,0d68ec9f81c4e5ed7837" + } +} diff --git a/domains/_vercel.darkyzhou.json b/domains/_vercel.darkyzhou.json new file mode 100644 index 000000000..2280d6a62 --- /dev/null +++ b/domains/_vercel.darkyzhou.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "darkyzhou", + "email": "me@zqy.io" + }, + "record": { + "TXT": "vc-domain-verify=darkyzhou.is-a.dev,811f7082bde4a2cf77b8" + } +} diff --git a/domains/_vercel.darshan.json b/domains/_vercel.darshan.json new file mode 100644 index 000000000..1bf685cd0 --- /dev/null +++ b/domains/_vercel.darshan.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Dqrshan", + "email": "darshan310268@gmail.com", + "discord": "838620835282812969" + }, + "record": { + "TXT": "vc-domain-verify=darshan.is-a.dev,f0974387e063ffff633d" + } +} diff --git a/domains/_vercel.davechbga.json b/domains/_vercel.davechbga.json new file mode 100644 index 000000000..6940aacb1 --- /dev/null +++ b/domains/_vercel.davechbga.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "davechbga" + }, + "record": { + "TXT": "vc-domain-verify=davechbga.is-a.dev,54fb1a1b8fbc8affd8f7" + } +} diff --git a/domains/_vercel.deadshot.json b/domains/_vercel.deadshot.json new file mode 100644 index 000000000..ea0f954fe --- /dev/null +++ b/domains/_vercel.deadshot.json @@ -0,0 +1,12 @@ +{ + "description": "A simple portfolio template made by me.", + "repo": "https://github.com/deadshotofficial/minimal-portfolio", + "owner": { + "username": "deadshotofficial", + "email": "deadshot3r@pm.me", + "discord": "416952474587496449" + }, + "record": { + "TXT": "vc-domain-verify=deadshot.is-a.dev,5bc34658e6351c74153c" + } +} diff --git a/domains/_vercel.debaditya.json b/domains/_vercel.debaditya.json new file mode 100644 index 000000000..8433f45c7 --- /dev/null +++ b/domains/_vercel.debaditya.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DebadityaMalakar", + "email": "debadityamalakar@outlook.com" + }, + "record": { + "TXT": "vc-domain-verify=debaditya.is-a.dev,f128baf9ce52685deeb4" + } +} diff --git a/domains/_vercel.deeptanshu.json b/domains/_vercel.deeptanshu.json new file mode 100644 index 000000000..35310ba7c --- /dev/null +++ b/domains/_vercel.deeptanshu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Deeptanshuu", + "email": "laldeeptanshu96@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=deeptanshu.is-a.dev,28a4f0adf29f7fd2f9c3" + } +} diff --git a/domains/_vercel.devanshu.json b/domains/_vercel.devanshu.json new file mode 100644 index 000000000..680504562 --- /dev/null +++ b/domains/_vercel.devanshu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DevanshuTripathi", + "email": "aditheprince120@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=devanshu.is-a.dev,e278253baf18d3dda9c1" + } +} diff --git a/domains/_vercel.devmatei.json b/domains/_vercel.devmatei.json new file mode 100644 index 000000000..3d3f09f75 --- /dev/null +++ b/domains/_vercel.devmatei.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "devmatei" + }, + "record": { + "TXT": ["vc-domain-verify=chatbot.devmatei.is-a.dev,6928d211a16fe5cd94d1"] + } +} diff --git a/domains/_vercel.dhika.json b/domains/_vercel.dhika.json new file mode 100644 index 000000000..3a6d09a0d --- /dev/null +++ b/domains/_vercel.dhika.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thisisdhika", + "email": "dhikaardana87@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=dhika.is-a.dev,3b4f3c565c41289d2f66" + } +} diff --git a/domains/_vercel.dilpreetgrover.json b/domains/_vercel.dilpreetgrover.json new file mode 100644 index 000000000..11a62cb79 --- /dev/null +++ b/domains/_vercel.dilpreetgrover.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "dfordp", + "email": "dilpreetgrover2@gmail.com", + "discord": "dfordp" + }, + "record": { + "TXT": "vc-domain-verify=dilpreetgrover.is-a.dev,a46f6b3fc877e4d2cbcc" + } +} diff --git a/domains/_vercel.dimasandriano.json b/domains/_vercel.dimasandriano.json new file mode 100644 index 000000000..52c2f0077 --- /dev/null +++ b/domains/_vercel.dimasandriano.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dimasandriano", + "email": "dimas.andriano.h@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=dimasandriano.is-a.dev,e6171f1cd28f96238ae2" + } +} diff --git a/domains/_vercel.dishant.json b/domains/_vercel.dishant.json new file mode 100644 index 000000000..8e1e08fd2 --- /dev/null +++ b/domains/_vercel.dishant.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Dishant402955", + "email": "dishantradadiya3036@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=dishant.is-a.dev,cfc2c6cd0ad49054757b" + } +} diff --git a/domains/_vercel.divyanshudhruv.json b/domains/_vercel.divyanshudhruv.json new file mode 100644 index 000000000..93c67cd42 --- /dev/null +++ b/domains/_vercel.divyanshudhruv.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "divyanshudhruv", + "email": "divyanshudhruv24@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=divyanshudhruv.is-a.dev,3736859f922a85d87e46"] + } +} diff --git a/domains/_vercel.divyanshuvashu.json b/domains/_vercel.divyanshuvashu.json new file mode 100644 index 000000000..da1e28f13 --- /dev/null +++ b/domains/_vercel.divyanshuvashu.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "divyanshu-vashu", + "email": "vashusingh2004.jan@gmail.com", + "discord": "ram_ravan69" + }, + "record": { + "TXT": "vc-domain-verify=divyanshuvashu.is-a.dev,26b8f5f55295c4a8ec71" + } +} diff --git a/domains/_vercel.drew.json b/domains/_vercel.drew.json new file mode 100644 index 000000000..5d12c9a0e --- /dev/null +++ b/domains/_vercel.drew.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zessu", + "email": "regime-pluck-gulf@duck.com" + }, + "record": { + "TXT": "vc-domain-verify=drew.is-a.dev,78b1c3bcf18815fe9bfe" + } +} diff --git a/domains/_vercel.ebooks.json b/domains/_vercel.ebooks.json new file mode 100644 index 000000000..0a1509aa1 --- /dev/null +++ b/domains/_vercel.ebooks.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tuannguyen2002", + "discord": "minhtuan9039" + }, + "record": { + "TXT": "vc-domain-verify=ebooks.is-a.dev,5fa4e0aa7b17c9f52a9d" + } +} diff --git a/domains/_vercel.elvis-tran.json b/domains/_vercel.elvis-tran.json new file mode 100644 index 000000000..56348a1ef --- /dev/null +++ b/domains/_vercel.elvis-tran.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "totargaming", + "email": "elvistranhere@gmail.com", + "discord": "elvistran.here" + }, + "record": { + "TXT": ["vc-domain-verify=elvis-tran.is-a.dev,cb733ac2167fe3a593a3"] + } +} diff --git a/domains/_vercel.elyesghorbel.json b/domains/_vercel.elyesghorbel.json new file mode 100644 index 000000000..583b2a37b --- /dev/null +++ b/domains/_vercel.elyesghorbel.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "elyescesar", + "email": "elyesghorbeldev@gmail.com", + "discord": "840182191244705802" + }, + "record": { + "TXT": "vc-domain-verify=elyesghorbel.is-a.dev,7c52422c3800285ef8f7" + } +} diff --git a/domains/_vercel.emanuel-prado.json b/domains/_vercel.emanuel-prado.json new file mode 100644 index 000000000..918c4885f --- /dev/null +++ b/domains/_vercel.emanuel-prado.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "emanu-dev", + "email": "emanuel.prado.dev@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=emanuel-prado.is-a.dev,2852fb034d376417491f" + } +} \ No newline at end of file diff --git a/domains/_vercel.ethantran.json b/domains/_vercel.ethantran.json new file mode 100644 index 000000000..ebe8e1643 --- /dev/null +++ b/domains/_vercel.ethantran.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Ethanxcode", + "email": "trannguyendanhuy2904@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=ethantran.is-a.dev,5f35b845871b948c0035" + } +} diff --git a/domains/_vercel.exigent-app.json b/domains/_vercel.exigent-app.json new file mode 100644 index 000000000..3d5a4cb30 --- /dev/null +++ b/domains/_vercel.exigent-app.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Exigent07", + "discord": "exigent07" + }, + "record": { + "TXT": "vc-domain-verify=exigent-app.is-a.dev,e9abd842187022c39fa4" + } +} diff --git a/domains/_vercel.f3ntt.json b/domains/_vercel.f3ntt.json new file mode 100644 index 000000000..646ee1ea8 --- /dev/null +++ b/domains/_vercel.f3ntt.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "2nvrs" + }, + "record": { + "TXT": ["vc-domain-verify=f3ntt.is-a.dev,dc540a58beec30597866"] + } +} diff --git a/domains/_vercel.fabien.json b/domains/_vercel.fabien.json new file mode 100644 index 000000000..00d2b1c4f --- /dev/null +++ b/domains/_vercel.fabien.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "fabien-h", + "email": "fabien.huet@gmail.com", + "discord": "fabien_huet" + }, + "record": { + "TXT": "vc-domain-verify=fabien.is.a.dev,65d8329499551546ef22" + } +} diff --git a/domains/_vercel.farooq.json b/domains/_vercel.farooq.json index 32d631ffd..7dc05eeff 100644 --- a/domains/_vercel.farooq.json +++ b/domains/_vercel.farooq.json @@ -1,8 +1,7 @@ { "owner": { "username": "fexxix", - "email": "fexxix@gmail.com", - "discord": "" + "email": "fexxix@gmail.com" }, "record": { "TXT": "vc-domain-verify=farooq.is-a.dev,a240a8b43ff88d419864" diff --git a/domains/_vercel.farouk.json b/domains/_vercel.farouk.json new file mode 100644 index 000000000..341011e42 --- /dev/null +++ b/domains/_vercel.farouk.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "faroukchebaiki", + "email": "farouk.chebaiki@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=farouk.is-a.dev,ec3de2841315d1108853" + } +} diff --git a/domains/_vercel.felipe.json b/domains/_vercel.felipe.json new file mode 100644 index 000000000..22984ad7e --- /dev/null +++ b/domains/_vercel.felipe.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "felipecalderon", + "email": "hola@felipe.bio" + }, + "record": { + "TXT": ["vc-domain-verify=felipe.is-a.dev,07f2247f0a80372e5d48"] + } +} diff --git a/domains/_vercel.fendimohamed.json b/domains/_vercel.fendimohamed.json new file mode 100644 index 000000000..c98014cf0 --- /dev/null +++ b/domains/_vercel.fendimohamed.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "FendiMohamed", + "email": "fendimohamed615@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=fendimohamed.is-a.dev,36783fd4f5b7c8306eb5" + } +} diff --git a/domains/_vercel.formuna.json b/domains/_vercel.formuna.json new file mode 100644 index 000000000..ca43747eb --- /dev/null +++ b/domains/_vercel.formuna.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "FormunaGit", + "discord": "754657845563097108" + }, + "record": { + "TXT": "vc-domain-verify=api.formuna.is-a.dev,d52d0266198bf7ac4e7d" + } +} diff --git a/domains/_vercel.francodurand.json b/domains/_vercel.francodurand.json new file mode 100644 index 000000000..aff12071c --- /dev/null +++ b/domains/_vercel.francodurand.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "FrancoDurand" + }, + "record": { + "TXT": "vc-domain-verify=francodurand.is-a.dev,ad7840fa5cb01e5d90c1" + } +} diff --git a/domains/_vercel.francoleon.json b/domains/_vercel.francoleon.json new file mode 100644 index 000000000..d450bfd5b --- /dev/null +++ b/domains/_vercel.francoleon.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "francoleon08", + "email": "francoleon284@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=francoleon.is-a.dev,ead369809cf9c9018296" + } +} \ No newline at end of file diff --git a/domains/_vercel.funinkina.json b/domains/_vercel.funinkina.json new file mode 100644 index 000000000..8ebcbeaf6 --- /dev/null +++ b/domains/_vercel.funinkina.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "funinkina", + "email": "aryankushwaha3101@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=funinkina.is-a.dev,8581bc99ee19dbb2326b" + } +} diff --git a/domains/_vercel.fynnlukah.json b/domains/_vercel.fynnlukah.json new file mode 100644 index 000000000..f151b2210 --- /dev/null +++ b/domains/_vercel.fynnlukah.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "fynnlukah", + "discord": "727590288209608824" + }, + "record": { + "TXT": "vc-domain-verify=fynnlukah.is-a.dev,cb31ebf997d8ee866ca5" + } +} diff --git a/domains/_vercel.gcet.aaqif.json b/domains/_vercel.gcet.aaqif.json new file mode 100644 index 000000000..234b4f98c --- /dev/null +++ b/domains/_vercel.gcet.aaqif.json @@ -0,0 +1,10 @@ +{ + "description": "Gcet Project", + "owner": { + "username": "aaqifshafi", + "email": "aaqifshafi@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=gcet.aaqif.is-a.dev,51f4e956bd2e1a1f9160"] + } +} diff --git a/domains/_vercel.gizzy.json b/domains/_vercel.gizzy.json index 156a836f7..fbe71f454 100644 --- a/domains/_vercel.gizzy.json +++ b/domains/_vercel.gizzy.json @@ -1,7 +1,6 @@ { "owner": { "username": "GizzyUwU", - "email": "", "discord": "669947245776338994" }, "record": { diff --git a/domains/_vercel.glitched-da-kitty-cat.json b/domains/_vercel.glitched-da-kitty-cat.json new file mode 100644 index 000000000..0ac16eaaa --- /dev/null +++ b/domains/_vercel.glitched-da-kitty-cat.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "GlitchedDaKittyCatSchoolaccount", + "email": "glitcheddacat@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=glitched-da-kitty-cat.is-a.dev,d3ead0cedf604d462fbb" + } +} diff --git a/domains/_vercel.gokulbarath.json b/domains/_vercel.gokulbarath.json new file mode 100644 index 000000000..982bb600d --- /dev/null +++ b/domains/_vercel.gokulbarath.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "gokul6350", + "email": "gokul00060@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=gokulbarath.is-a.dev,b6d252e3dde12b69cc05"] + } +} diff --git a/domains/_vercel.goutam.json b/domains/_vercel.goutam.json new file mode 100644 index 000000000..d3bd92d50 --- /dev/null +++ b/domains/_vercel.goutam.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "MatrixCoder0101" + }, + "record": { + "TXT": ["vc-domain-verify=goutam.is-a.dev,cde668462cf6a679633f"] + } +} diff --git a/domains/_vercel.grazitukozaki.json b/domains/_vercel.grazitukozaki.json new file mode 100644 index 000000000..d7e014d30 --- /dev/null +++ b/domains/_vercel.grazitukozaki.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "GrazielyTukozaki", + "email": "grazitukozaki@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=grazitukozaki.is-a.dev,f0e6150082fdc4fa5b27" + } +} diff --git a/domains/_vercel.greeshma.json b/domains/_vercel.greeshma.json new file mode 100644 index 000000000..0d8d151ad --- /dev/null +++ b/domains/_vercel.greeshma.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "greeshhma", + "email": "greeshma864@gmail.com", + "discord": "greeshhma" + }, + "record": { + "TXT": "vc-domain-verify=greeshma.is-a.dev,dcf8eae911029ace6427" + } +} diff --git a/domains/_vercel.guidocaru.json b/domains/_vercel.guidocaru.json new file mode 100644 index 000000000..e01f7c901 --- /dev/null +++ b/domains/_vercel.guidocaru.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "guidocaru", + "discord": "696554384817127486" + }, + "record": { + "TXT": "vc-domain-verify=guidocaru.is-a.dev,6106f8de674c39bfb732" + } +} diff --git a/domains/_vercel.gunman.json b/domains/_vercel.gunman.json new file mode 100644 index 000000000..c8c084f3e --- /dev/null +++ b/domains/_vercel.gunman.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "MukuJhansi", + "email": "mukundagrawal800@gmail.com", + "discord": "1115658967012626542" + }, + "record": { + "TXT": ["vc-domain-verify=gunman.is-a.dev,a31e97770fb8c89e3b57"] + } +} diff --git a/domains/_vercel.hafeez.json b/domains/_vercel.hafeez.json new file mode 100644 index 000000000..483b6a258 --- /dev/null +++ b/domains/_vercel.hafeez.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "hamid1882", + "email": "hussainhafeez1100@gmail.com", + "discord": "hamid1882" + }, + "record": { + "TXT": "vc-domain-verify=hafeez.is-a.dev,2a3f79f801934e7298bf" + } +} diff --git a/domains/_vercel.hareesh.json b/domains/_vercel.hareesh.json new file mode 100644 index 000000000..a2e8f060f --- /dev/null +++ b/domains/_vercel.hareesh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Hareesh108", + "email": "hareeshbhittam@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=hareesh.is-a.dev,477c6844f0ac3a8191e6" + } +} \ No newline at end of file diff --git a/domains/_vercel.haripajjuri.json b/domains/_vercel.haripajjuri.json new file mode 100644 index 000000000..e0c367b48 --- /dev/null +++ b/domains/_vercel.haripajjuri.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "haripajjuri", + "email": "haripajjuri@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=haripajjuri.is-a.dev,6d1bb3e0585ec67dde26"] + } +} diff --git a/domains/_vercel.harish.json b/domains/_vercel.harish.json new file mode 100644 index 000000000..3826c3402 --- /dev/null +++ b/domains/_vercel.harish.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "HarishChandran3304", + "email": "harish3304.work@gmail.com", + "discord": "harish3304" + }, + "record": { + "TXT": "vc-domain-verify=harish.is-a.dev,f67b0eba2383a0492136" + } +} diff --git a/domains/_vercel.harshshah.json b/domains/_vercel.harshshah.json new file mode 100644 index 000000000..351dfb91f --- /dev/null +++ b/domains/_vercel.harshshah.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "harshshah-codes", + "email": "harshshah.dev@gmail.com", + "discord": "889700837520199761" + }, + "record": { + "TXT": [ + "vc-domain-verify=harshshah.is-a.dev,42f8ad923b9e4a9aa010", + "vc-domain-verify=about.harshshah.is-a.dev,f9d8e16efb5cc0d31d96" + ] + } +} diff --git a/domains/_vercel.harshvardhan.json b/domains/_vercel.harshvardhan.json new file mode 100644 index 000000000..ececcb088 --- /dev/null +++ b/domains/_vercel.harshvardhan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Harshvardhan5703", + "email": "shekhawat.harsh287@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=harshvardhan.is-a.dev,a93c0d07e2b0286b32b3"] + } +} diff --git a/domains/_vercel.hasanbithto.json b/domains/_vercel.hasanbithto.json new file mode 100644 index 000000000..1267a9e7a --- /dev/null +++ b/domains/_vercel.hasanbithto.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "01HB", + "email": "hasanbithto207058@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=hasanbithto.is-a.dev,0422b355c897ac45ba16" + } +} diff --git a/domains/_vercel.hashan.json b/domains/_vercel.hashan.json new file mode 100644 index 000000000..ada56a22b --- /dev/null +++ b/domains/_vercel.hashan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hashaaan", + "email": "shalithadev@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=hashan.is-a.dev,f61cc7f79144a261bd12" + } +} diff --git a/domains/_vercel.hcj.json b/domains/_vercel.hcj.json new file mode 100644 index 000000000..e1f49df66 --- /dev/null +++ b/domains/_vercel.hcj.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "TheHCJ", + "bluesky": "did:plc:5f2c6awh4ffekm7srmi4d6zg" + }, + "record": { + "TXT": ["vc-domain-verify=hcj.is-a.dev,010396202f45aacdad27"] + } +} diff --git a/domains/_vercel.hellokhangtran.json b/domains/_vercel.hellokhangtran.json new file mode 100644 index 000000000..72712cc54 --- /dev/null +++ b/domains/_vercel.hellokhangtran.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "KN2222", + "email": "hellokhangtran03@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=hellokhangtran.is-a.dev,c6412bc4cdbfa93fe3a1" + } +} diff --git a/domains/_vercel.henderythmix.json b/domains/_vercel.henderythmix.json new file mode 100644 index 000000000..12397cb8c --- /dev/null +++ b/domains/_vercel.henderythmix.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Henderythmix", + "email": "robertoselleswork@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=henderythmix.is-a.dev,daad531219c3ad9b7579" + } +} diff --git a/domains/_vercel.hien.json b/domains/_vercel.hien.json new file mode 100644 index 000000000..eaf169fd8 --- /dev/null +++ b/domains/_vercel.hien.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hienlh", + "email": "hienlh1298@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=hien.is-a.dev,8c95220c38753532b45f"] + } +} diff --git a/domains/_vercel.hieu.json b/domains/_vercel.hieu.json new file mode 100644 index 000000000..c3f447ed6 --- /dev/null +++ b/domains/_vercel.hieu.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "hieutm83", + "email": "minhhieu.832k@gmail.com", + "discord": "729364691398164490" + }, + "record": { + "TXT": "vc-domain-verify=hieu.is-a.dev,dc7e0df748913559410b" + } +} diff --git a/domains/_vercel.hjr.json b/domains/_vercel.hjr.json new file mode 100644 index 000000000..6a4b4d17c --- /dev/null +++ b/domains/_vercel.hjr.json @@ -0,0 +1,10 @@ +{ + "description": "Vercel verification of hjr.is-a.dev", + "owner": { + "username": "hongjr03", + "email": "me@jrhim.com" + }, + "record": { + "TXT": ["vc-domain-verify=hjr.is-a.dev,fb939de5f77b0e1360cf"] + } +} diff --git a/domains/_vercel.hmp.json b/domains/_vercel.hmp.json new file mode 100644 index 000000000..3756f8c61 --- /dev/null +++ b/domains/_vercel.hmp.json @@ -0,0 +1,11 @@ +{ + "description": "This subdomain points to my portfolio website. https://blog-jimmy-hoangs-projects.vercel.app/ is the link for a preview of the website", + "owner": { + "username": "hmphu", + "email": "me@hmphu.com", + "discord": "830872854677422150" + }, + "record": { + "TXT": ["vc-domain-verify=hmp.is-a.dev,f49576d3e029b34c2305"] + } +} diff --git a/domains/_vercel.hsn.json b/domains/_vercel.hsn.json new file mode 100644 index 000000000..f40dede78 --- /dev/null +++ b/domains/_vercel.hsn.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "hasan-bro-coder", + "email": "hasanur23910@gmail.com", + "discord": "hasan894" + }, + "record": { + "TXT": "vc-domain-verify=hsn.is-a.dev,8e27ffda53d18220c019" + } +} diff --git a/domains/_vercel.hujjat.json b/domains/_vercel.hujjat.json new file mode 100644 index 000000000..dc25d5659 --- /dev/null +++ b/domains/_vercel.hujjat.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hujjatiii", + "email": "hujjatx@yahoo.com" + }, + "record": { + "TXT": "vc-domain-verify=hujjat.is-a.dev,73fd6f83a3b034bfc044" + } +} diff --git a/domains/_vercel.huuloc.json b/domains/_vercel.huuloc.json new file mode 100644 index 000000000..3c2811d75 --- /dev/null +++ b/domains/_vercel.huuloc.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "huuloc", + "email": "huuloc2026@gmail.com" + }, + "record": { + "TXT": [ + "vc-domain-verify=huuloc.is-a.dev,251080b2d18334a71c6e" + ] + } +} diff --git a/domains/_vercel.id.json b/domains/_vercel.id.json index 96fe36935..8a35bb9f4 100644 --- a/domains/_vercel.id.json +++ b/domains/_vercel.id.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "its-id", - "email": "", - "discord": "342664542754570250" - }, - "record": { - "TXT": "vc-domain-verify=id.is-a.dev,c2cc3946f3d170914ef2" - } - } \ No newline at end of file + "owner": { + "username": "its-id", + "discord": "342664542754570250" + }, + "record": { + "TXT": "vc-domain-verify=id.is-a.dev,c2cc3946f3d170914ef2" + } +} diff --git a/domains/_vercel.idriss.json b/domains/_vercel.idriss.json new file mode 100644 index 000000000..286c47ce7 --- /dev/null +++ b/domains/_vercel.idriss.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AstroDriss", + "email": "drisspennywise@gmail.com" +}, + "record": { + "TXT": "vc-domain-verify=idriss.is-a.dev,375d6639e027c0907afd" + } +} diff --git a/domains/_vercel.ikram.json b/domains/_vercel.ikram.json new file mode 100644 index 000000000..1d68a2276 --- /dev/null +++ b/domains/_vercel.ikram.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "ikram-maulana", + "email": "ikrammaulana021@gmail.com", + "discord": "634603202784002050" + }, + "record": { + "TXT": [ + "vc-domain-verify=ikram.is-a.dev,1c55c62cbbc1ce244ebe", + "vc-domain-verify=links.ikram.is-a.dev,706c366017aed069745e", + "vc-domain-verify=kakureta.ikram.is-a.dev,cea58e1b5cb084a5d961" + ] + } +} diff --git a/domains/_vercel.ikramth.json b/domains/_vercel.ikramth.json new file mode 100644 index 000000000..cfe7d58aa --- /dev/null +++ b/domains/_vercel.ikramth.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "arcfoz", + "email": "ikramtauffiqulh@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=ikramth.is-a.dev,ffebaa8e7ae5f74fdd95" + } +} diff --git a/domains/_vercel.inputly.json b/domains/_vercel.inputly.json new file mode 100644 index 000000000..37ca7e0ba --- /dev/null +++ b/domains/_vercel.inputly.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NateNear", + "email": "matternate21@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=inputly.is-a.dev,650df8c4415b2035e3e3" + } +} \ No newline at end of file diff --git a/domains/_vercel.iomiras.json b/domains/_vercel.iomiras.json new file mode 100644 index 000000000..472192d0b --- /dev/null +++ b/domains/_vercel.iomiras.json @@ -0,0 +1,10 @@ +{ + "description": "This subdomain points to my portfolio website.", + "owner": { + "username": "iomiras", + "email": "miras.shaltayev+isadev@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=iomiras.is-a.dev,f475f7d08678209bfa1f"] + } +} diff --git a/domains/_vercel.isaacrobert33.json b/domains/_vercel.isaacrobert33.json new file mode 100644 index 000000000..b4cd6007d --- /dev/null +++ b/domains/_vercel.isaacrobert33.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "isaacrobert33", + "email": "isaacrobertoluwaseun@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=isaacrobert33.is-a.dev,1688a3dfda585e08298e" + } +} diff --git a/domains/_vercel.isaiadriel.json b/domains/_vercel.isaiadriel.json new file mode 100644 index 000000000..59e6f6108 --- /dev/null +++ b/domains/_vercel.isaiadriel.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "AdrielValecillo", + "email": "", + "discord": "386501216504512514" + }, + "record": { + "TXT": "vc-domain-verify=isaiadriel.is-a.dev,bbb52dc1293221795089" + } +} diff --git a/domains/_vercel.ishbenjamin.json b/domains/_vercel.ishbenjamin.json new file mode 100644 index 000000000..691d47c9c --- /dev/null +++ b/domains/_vercel.ishbenjamin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Aurumdev952", + "email": "benjamugi20072@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=ishbenjamin.is-a.dev,787c8741716d7d7ae200" + } +} diff --git a/domains/_vercel.ishwar.json b/domains/_vercel.ishwar.json new file mode 100644 index 000000000..f78c55aa6 --- /dev/null +++ b/domains/_vercel.ishwar.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ishwar00", + "email": "ishwargowda100@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=ishwar.is-a.dev,6a55bd5a5a9d43473b7f" + } +} diff --git a/domains/_vercel.itsjhonalex.json b/domains/_vercel.itsjhonalex.json new file mode 100644 index 000000000..44b1b4050 --- /dev/null +++ b/domains/_vercel.itsjhonalex.json @@ -0,0 +1,11 @@ +{ + "description": "itsjhonalex.is-a.dev", + "repo": "github.com/ItsJhonAlex/PortfolioDev", + "owner": { + "username": "ItsJhonAlex", + "email": "itsjhonalex@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=itsjhonalex.is-a.dev,8c4f4f96f1fa142804c7" + } +} diff --git a/domains/_vercel.izerr.json b/domains/_vercel.izerr.json new file mode 100644 index 000000000..f4149a7b2 --- /dev/null +++ b/domains/_vercel.izerr.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Explodey-Wolf", + "email": "peanutplays61@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=izerr.is-a.dev,16607c905489ac70ec6d"] + } +} diff --git a/domains/_vercel.jacek.json b/domains/_vercel.jacek.json new file mode 100644 index 000000000..1ec386780 --- /dev/null +++ b/domains/_vercel.jacek.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "smolak", + "email": "jacek.smolak@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=jacek.is-a.dev,7c72f1224f5190ca82a2" + } +} diff --git a/domains/_vercel.jacques.json b/domains/_vercel.jacques.json new file mode 100644 index 000000000..83231cfe0 --- /dev/null +++ b/domains/_vercel.jacques.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Jacques2Marais", + "discord": "itsmejackmorris" + }, + "record": { + "TXT": "vc-domain-verify=jacques.is-a.dev,99cb4c27dc634df28742" + } +} diff --git a/domains/_vercel.jake.json b/domains/_vercel.jake.json new file mode 100644 index 000000000..d38b4ed5b --- /dev/null +++ b/domains/_vercel.jake.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "xzrci" + }, + "record": { + "TXT": ["vc-domain-verify=jake.is-a.dev,1075ab07de85fa87e8cd"] + } +} diff --git a/domains/_vercel.jal.json b/domains/_vercel.jal.json new file mode 100644 index 000000000..1db958279 --- /dev/null +++ b/domains/_vercel.jal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Jal-GG", + "email": "jalvrund2017@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=jal.is-a.dev,1fa1419e6567c483a5d6" + } +} diff --git a/domains/_vercel.jax.json b/domains/_vercel.jax.json new file mode 100644 index 000000000..26bd8beeb --- /dev/null +++ b/domains/_vercel.jax.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "jxaq" + }, + "record": { + "TXT": ["vc-domain-verify=jax.is-a.dev,f8cf558f95e96e1c703e"] + } +} diff --git a/domains/_vercel.jeanclaude.json b/domains/_vercel.jeanclaude.json new file mode 100644 index 000000000..75c0aa258 --- /dev/null +++ b/domains/_vercel.jeanclaude.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jeanclaudegeagea", + "email": "jeanclaude.geagea@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=jeanclaude.is-a.dev,76b49022de3c560947e8" + } +} diff --git a/domains/_vercel.jefino.json b/domains/_vercel.jefino.json new file mode 100644 index 000000000..be4e7738f --- /dev/null +++ b/domains/_vercel.jefino.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jefino9488", + "email": "jefinojacob9488@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=jefino.is-a.dev,06a21d01141d355de2b1" + } +} diff --git a/domains/_vercel.jemalahmedov.json b/domains/_vercel.jemalahmedov.json new file mode 100644 index 000000000..677fb7916 --- /dev/null +++ b/domains/_vercel.jemalahmedov.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "jimjja", + "email": "jemalja.dev@gmail.com", + "discord": "665635903955533845" + }, + "record": { + "TXT": "vc-domain-verify=jemalahmedov.is-a.dev,3f41428af72725b71a10" + } +} diff --git a/domains/_vercel.jigarbhoye.json b/domains/_vercel.jigarbhoye.json new file mode 100644 index 000000000..b278d11ff --- /dev/null +++ b/domains/_vercel.jigarbhoye.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "jigarbhoye04", + "discord": "jigx.04", + "email": "jigarbhoye04@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=jigarbhoye.is-a.dev,194424ab5762042e64fa" + } +} diff --git a/domains/_vercel.jmc.json b/domains/_vercel.jmc.json new file mode 100644 index 000000000..ac1990440 --- /dev/null +++ b/domains/_vercel.jmc.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "josem430", + "email": "jmc300499@gmail.com", + "discord": "josem430" + }, + "record": { + "TXT": "vc-domain-verify=jmc.is-a.dev,27b92885b5a4c6e96615" + } +} diff --git a/domains/_vercel.jonasfroeller.json b/domains/_vercel.jonasfroeller.json index addf90ec4..2d7e4817c 100644 --- a/domains/_vercel.jonasfroeller.json +++ b/domains/_vercel.jonasfroeller.json @@ -1,7 +1,6 @@ { "owner": { "username": "jonasfroeller", - "discord": "", "email": "j.froe@gmx.at" }, "record": { diff --git a/domains/_vercel.jonathan-russ.json b/domains/_vercel.jonathan-russ.json new file mode 100644 index 000000000..dddf4eabc --- /dev/null +++ b/domains/_vercel.jonathan-russ.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "JonathanXDR", + "email": "jonathan.russ@bluewin.ch", + "discord": "494042822320717827" + }, + "record": { + "TXT": "vc-domain-verify=jonathan-russ.is-a.dev,298a207b5f94dffde572" + } +} diff --git a/domains/_vercel.jorge-lopz.json b/domains/_vercel.jorge-lopz.json new file mode 100644 index 000000000..5e4734569 --- /dev/null +++ b/domains/_vercel.jorge-lopz.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Jorge-lopz", + "email": "jlpenero2005@gmail.com", + "discord": "713831494761840753" + }, + "record": { + "TXT": "vc-domain-verify=jorge-lopz.is-a.dev,5bfcd4cedc07714c2319" + } +} diff --git a/domains/_vercel.joy.json b/domains/_vercel.joy.json new file mode 100644 index 000000000..260e0ea4c --- /dev/null +++ b/domains/_vercel.joy.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Harmfulllll", + "email": "harmfulllll114@gmail.com", + "discord": "1007561787257933885" + }, + "record": { + "TXT": "vc-domain-verify=joy.is-a.dev,b9818cfcdf90b4080e52" + } +} diff --git a/domains/_vercel.juan-morales.json b/domains/_vercel.juan-morales.json new file mode 100644 index 000000000..2c386d18f --- /dev/null +++ b/domains/_vercel.juan-morales.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Juanmorales1810", + "email": "juan.exequiel.morales@gmail.com", + "discord": "746910653343596574" + }, + "record": { + "TXT": "vc-domain-verify=juan-morales.is-a.dev,ccd6e4ba9d4b2196b5f7" + } +} diff --git a/domains/_vercel.juanespachon.json b/domains/_vercel.juanespachon.json new file mode 100644 index 000000000..c03633393 --- /dev/null +++ b/domains/_vercel.juanespachon.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "JuanesPachon", + "email": "yeroparce1@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=juanespachon.is-a.dev,2b4b64d61c46b5b6384a" + } +} diff --git a/domains/_vercel.juanpabloleonmaya.json b/domains/_vercel.juanpabloleonmaya.json new file mode 100644 index 000000000..305e434d8 --- /dev/null +++ b/domains/_vercel.juanpabloleonmaya.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "juanleon8581", + "email": "juanleon8581@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=juanpabloleonmaya.is-a.dev,60444b8f6c0ae7c91c12" + } +} \ No newline at end of file diff --git a/domains/_vercel.jumanji.json b/domains/_vercel.jumanji.json new file mode 100644 index 000000000..f39fdf51e --- /dev/null +++ b/domains/_vercel.jumanji.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "heyjumanji", + "email": "madhuchutiya.unhinge50@silomails.com" + }, + "record": { + "TXT": "vc-domain-verify=jumanji.is-a.dev,291766e76a7ab5de1bc7" + } +} diff --git a/domains/_vercel.justwinstuff.json b/domains/_vercel.justwinstuff.json new file mode 100644 index 000000000..e93831283 --- /dev/null +++ b/domains/_vercel.justwinstuff.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "enderfoxbg", + "discord": "970380468090437672" + }, + "record": { + "TXT": ["vc-domain-verify=justwinstuff.is-a.dev,f7737c243dc3c1080dd7"] + } +} diff --git a/domains/_vercel.kachi.json b/domains/_vercel.kachi.json index fb3c8b9a1..c439cf023 100644 --- a/domains/_vercel.kachi.json +++ b/domains/_vercel.kachi.json @@ -1,11 +1,9 @@ { - "owner": { - "username": "joshex150", - "email": "joshex150@gmail.com" - }, - "record": { - "TXT": [ - "vc-domain-verify=kachi.is-a.dev,54646f7970a9cf358f0c" - ] - } + "owner": { + "username": "joshex150", + "email": "joshex150@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=kachi.is-a.dev,54646f7970a9cf358f0c"] + } } diff --git a/domains/_vercel.kareem.json b/domains/_vercel.kareem.json new file mode 100644 index 000000000..fa317c31e --- /dev/null +++ b/domains/_vercel.kareem.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "kareem-m", + "email": "kareemmoh1911@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=kareem.is-a.dev,227f1873f5be3f29395e" + } +} diff --git a/domains/_vercel.kawsar.json b/domains/_vercel.kawsar.json new file mode 100644 index 000000000..3fb04fcb6 --- /dev/null +++ b/domains/_vercel.kawsar.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "KawsarDev", + "email": "kawsar.dev1@gmail.com", + "discord": "520373269979988000" + }, + "record": { + "TXT": ["vc-domain-verify=kawsar.is-a.dev,e77e8c258bee5d9213b7"] + } +} diff --git a/domains/_vercel.ken-kuro.json b/domains/_vercel.ken-kuro.json new file mode 100644 index 000000000..bb082b97a --- /dev/null +++ b/domains/_vercel.ken-kuro.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ken-kuro", + "linkedin": "hieuhm2610" + }, + "record": { + "TXT": "vc-domain-verify=ken-kuro.is-a.dev,f7190a78aaa06c66bd44" + } +} diff --git a/domains/_vercel.kendikasir.json b/domains/_vercel.kendikasir.json new file mode 100644 index 000000000..ab30e351c --- /dev/null +++ b/domains/_vercel.kendikasir.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sneazy25", + "email": "sneazy25@proton.me" + }, + "record": { + "TXT": ["vc-domain-verify=kendikasir.is-a.dev,cd9855791e5cf175a69f"] + } +} diff --git a/domains/_vercel.kevinmolina.json b/domains/_vercel.kevinmolina.json new file mode 100644 index 000000000..c30ac1bf5 --- /dev/null +++ b/domains/_vercel.kevinmolina.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "kevinmolinadev", + "email": "kevinmolina.dev@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=kevinmolina.is-a.dev,514e23dcdfedeb5ae4c5" + } +} \ No newline at end of file diff --git a/domains/_vercel.khaif.json b/domains/_vercel.khaif.json new file mode 100644 index 000000000..f197c11b8 --- /dev/null +++ b/domains/_vercel.khaif.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "khxif", + "email": "code.khaif@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=khaif.is-a.dev,fe39b6b2d8e96026a707" + } +} diff --git a/domains/_vercel.khaled-bakhti.json b/domains/_vercel.khaled-bakhti.json index df28eb426..86de81b6d 100644 --- a/domains/_vercel.khaled-bakhti.json +++ b/domains/_vercel.khaled-bakhti.json @@ -1,10 +1,9 @@ -{ - "owner": { - "username": "OTK-98", - "email": "", - "discord": "bkt26" - }, - "record": { - "TXT": "vc-domain-verify=khaled-bakhti.is-a.dev,3772eae9e765bacee0f5" - } -} \ No newline at end of file +{ + "owner": { + "username": "OTK-98", + "discord": "bkt26" + }, + "record": { + "TXT": "vc-domain-verify=khaled-bakhti.is-a.dev,3772eae9e765bacee0f5" + } +} diff --git a/domains/_vercel.khanhngn.json b/domains/_vercel.khanhngn.json new file mode 100644 index 000000000..ba6c408ee --- /dev/null +++ b/domains/_vercel.khanhngn.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "khanhngn-dev", + "email": "khanhngn.dev@gmail.com", + "discord": "jerry.ng" + }, + "record": { + "TXT": "vc-domain-verify=khanhngn.is-a.dev,22d6c072955bf792ff60" + } +} diff --git a/domains/_vercel.khoacao.json b/domains/_vercel.khoacao.json new file mode 100644 index 000000000..a3ae78ba0 --- /dev/null +++ b/domains/_vercel.khoacao.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "khoacao2k4", + "email": "cqnhatkhoa@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=khoacao.is-a.dev,9b86aeda2d7aa9f99748"] + } +} diff --git a/domains/_vercel.kilamieaz.json b/domains/_vercel.kilamieaz.json new file mode 100644 index 000000000..814a409fd --- /dev/null +++ b/domains/_vercel.kilamieaz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "kilamieaz", + "email": "im.sultaan05@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=kilamieaz.is-a.dev,43bb0e712f64dcb9c8a5" + } +} diff --git a/domains/_vercel.krebinkkj.json b/domains/_vercel.krebinkkj.json new file mode 100644 index 000000000..47b632395 --- /dev/null +++ b/domains/_vercel.krebinkkj.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "krebinkkj", + "email": "krebinkkj@gmail.com", + "discord": "1041878326169587732" + }, + "record": { + "TXT": ["vc-domain-verify=krebinkkj.is-a.dev,dadd7998d7a4c506db3b"] + } +} diff --git a/domains/_vercel.kunalshah017.json b/domains/_vercel.kunalshah017.json new file mode 100644 index 000000000..f9ccf8bdf --- /dev/null +++ b/domains/_vercel.kunalshah017.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "kunalshah017", + "email": "kunalmanishshah@gmail.com", + "discord": "kunalshah17" + }, + "record": { + "TXT": "vc-domain-verify=kunalshah017.is-a.dev,4c9e39c65c2d0426535e" + } +} diff --git a/domains/_vercel.lakshya.json b/domains/_vercel.lakshya.json new file mode 100644 index 000000000..46a465ab1 --- /dev/null +++ b/domains/_vercel.lakshya.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lakshyaCreates", + "email": "lakshya.creates07@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=lakshya.is-a.dev,c263f1e52b86bcfa3ce6"] + } +} diff --git a/domains/_vercel.layhout.json b/domains/_vercel.layhout.json new file mode 100644 index 000000000..e17243f9c --- /dev/null +++ b/domains/_vercel.layhout.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "layhout", + "email": "layhoutworkmail@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=layhout.is-a.dev,be218a450dbf76cb68f1"] + } +} diff --git a/domains/_vercel.lexy.json b/domains/_vercel.lexy.json new file mode 100644 index 000000000..de0399d0d --- /dev/null +++ b/domains/_vercel.lexy.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Olalexy1", + "email": "ajayiolalekan729@gmail.com", + "discord": "olalexy1" + }, + "record": { + "TXT": "vc-domain-verify=lexy.is-a.dev,a923e9c352f68e881f90" + } +} diff --git a/domains/_vercel.liaobots.json b/domains/_vercel.liaobots.json index a49cd4bf7..4f378641f 100644 --- a/domains/_vercel.liaobots.json +++ b/domains/_vercel.liaobots.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "EducatedSuddenBucket", - "email": "", - "discord": "1167825360151380032", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IxKNZgVI5n43WciMzoLIog8fLCn4SGOde7wnXV8YxNdupHigRYf1qPNLM6mf9fFyJE7QYM63I-efJGBeYIGxYCHqIP8wOJqQCO-7LQ96HeEOvr0H1DT5qgmgleU3hyLAiktHJkSJrVxJJt6GED2aMSQNkz0FGlpFvh2ts8yGXJdgxqfGowNfsbK9nMtk_TYA682_jI4nd3G8F0VY8BZ8b5q5mdRFqXb8xSDztui4mW9dHJegNz55-wMC7aT4EF5I5yZ2XWnmBxPZHMAJyJDymkN4e4m0FqfQ1Us0cJwX7ZLFA-L3ScxnR9d-LQnq8hwvXzUSQXTef5Kc__MXyPbkXQ.S_klH5E-coNoQwAL3qtqVA.-AfcX7vCIVK0g_F55nTxlgmefAScdcA3w9EksOSkd9h0heFdtYzqpsRrMJqI0T9YN7fK532nNZXLcPwPCddfXcc4h3GASYGQ_grPhr5QcRInvgD9phM8FPpF8RZzIkcI.XYLRmlV-8SElUpXJbF_FkA" - }, - "record": { - "TXT": [ - "vc-domain-verify=liaobots.is-a.dev,8571d70b82b73973b70d" - ] - } + "owner": { + "username": "EducatedSuddenBucket", + "discord": "1167825360151380032", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IxKNZgVI5n43WciMzoLIog8fLCn4SGOde7wnXV8YxNdupHigRYf1qPNLM6mf9fFyJE7QYM63I-efJGBeYIGxYCHqIP8wOJqQCO-7LQ96HeEOvr0H1DT5qgmgleU3hyLAiktHJkSJrVxJJt6GED2aMSQNkz0FGlpFvh2ts8yGXJdgxqfGowNfsbK9nMtk_TYA682_jI4nd3G8F0VY8BZ8b5q5mdRFqXb8xSDztui4mW9dHJegNz55-wMC7aT4EF5I5yZ2XWnmBxPZHMAJyJDymkN4e4m0FqfQ1Us0cJwX7ZLFA-L3ScxnR9d-LQnq8hwvXzUSQXTef5Kc__MXyPbkXQ.S_klH5E-coNoQwAL3qtqVA.-AfcX7vCIVK0g_F55nTxlgmefAScdcA3w9EksOSkd9h0heFdtYzqpsRrMJqI0T9YN7fK532nNZXLcPwPCddfXcc4h3GASYGQ_grPhr5QcRInvgD9phM8FPpF8RZzIkcI.XYLRmlV-8SElUpXJbF_FkA" + }, + "record": { + "TXT": ["vc-domain-verify=liaobots.is-a.dev,8571d70b82b73973b70d"] + } } diff --git a/domains/_vercel.linhtutkyaw.json b/domains/_vercel.linhtutkyaw.json new file mode 100644 index 000000000..27a90de63 --- /dev/null +++ b/domains/_vercel.linhtutkyaw.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "linhtutkyawdev", + "email": "linhtutkyaw.dev@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=linhtutkyaw.is-a.dev,0d9ce126d75cfb7fe853" + } +} diff --git a/domains/_vercel.litmus.json b/domains/_vercel.litmus.json index 3fa44b4ff..d4fb6020e 100644 --- a/domains/_vercel.litmus.json +++ b/domains/_vercel.litmus.json @@ -1,9 +1,9 @@ { - "owner": { + "owner": { "username": "litmus-zhang", "email": "abdulsalamlukmon9@gmail.com" -}, + }, "record": { - "TXT" : "78ba183f9678f5722897" + "TXT": "78ba183f9678f5722897" } } diff --git a/domains/_vercel.ljean.json b/domains/_vercel.ljean.json new file mode 100644 index 000000000..1723d2178 --- /dev/null +++ b/domains/_vercel.ljean.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Granpiecito", + "email": "jeanpierresprrymanaleman@gmail.com", + "discord": "294318911791562752" + }, + "record": { + "TXT": "vc-domain-verify=ljean.is-a.dev,1864955b5da34f083f9b" + } +} diff --git a/domains/_vercel.llucx.json b/domains/_vercel.llucx.json new file mode 100644 index 000000000..0f941aec3 --- /dev/null +++ b/domains/_vercel.llucx.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "llucxdev", + "email": "puertesarrue@gmail.com", + "discord": "lluuuc_12" + }, + "record": { + "TXT": "vc-domain-verify=llucx.is-a.dev,27a5a8414f3e33fd7634" + } +} diff --git a/domains/_vercel.lobo.json b/domains/_vercel.lobo.json new file mode 100644 index 000000000..e750f7c86 --- /dev/null +++ b/domains/_vercel.lobo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Lobooooooo14", + "discord": "783120232134082580" + }, + "record": { + "TXT": "vc-domain-verify=lobo.is-a.dev,aa27648658caa1c96bb8" + } +} diff --git a/domains/_vercel.locionic.json b/domains/_vercel.locionic.json new file mode 100644 index 000000000..b6b264d1d --- /dev/null +++ b/domains/_vercel.locionic.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "locionic", + "email": "noone000a@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=locionic.is-a.dev,1d6fe75265bd8065f222" + } +} diff --git a/domains/_vercel.lohit.json b/domains/_vercel.lohit.json new file mode 100644 index 000000000..f58bae239 --- /dev/null +++ b/domains/_vercel.lohit.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "lohitkolluri", + "email": "lohitkolluri@gmail.com", + "discord": "drxven" + }, + "record": { + "TXT": "vc-domain-verify=lohit.is-a.dev,0195609f54fd0b8bb019" + } +} diff --git a/domains/_vercel.loomeh.json b/domains/_vercel.loomeh.json new file mode 100644 index 000000000..b1f138aab --- /dev/null +++ b/domains/_vercel.loomeh.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "loomeh", + "bluesky": "loomeh.bsky.social" + }, + "record": { + "TXT": [ + "vc-domain-verify=loomeh.is-a.dev,a6084877a07f81dfa4b2", + "vc-domain-verify=libresplit.loomeh.is-a.dev,345e69da9c8565af78cb", + "vc-domain-verify=libresplit-resources.loomeh.is-a.dev,41fad39e7213cf56c118", + "vc-domain-verify=ktpguesser.loomeh.is-a.dev,7e26e46b10152c2df032" + ] + } +} diff --git a/domains/_vercel.loutre.json b/domains/_vercel.loutre.json new file mode 100644 index 000000000..a91423ede --- /dev/null +++ b/domains/_vercel.loutre.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "loutrinesk", + "email": "loutrinesk@gmail.com", + "discord": "1222265538672201759" + }, + "record": { + "TXT": ["vc-domain-verify=loutre.is-a.dev,240b5982bf14aba93163"] + } +} diff --git a/domains/_vercel.luihh.json b/domains/_vercel.luihh.json new file mode 100644 index 000000000..7a6bc3945 --- /dev/null +++ b/domains/_vercel.luihh.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "luihh", + "email": "luihh@proton.me", + "discord": "481268875586174986" + }, + "record": { + "TXT": "vc-domain-verify=luihh.is-a.dev,918089867ac61f642dfc" + } +} diff --git a/domains/_vercel.luisalejandrobf.json b/domains/_vercel.luisalejandrobf.json new file mode 100644 index 000000000..3d5682ea8 --- /dev/null +++ b/domains/_vercel.luisalejandrobf.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "luisalejandrobf", + "email": "luisalejandrobravoferreira@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=luisalejandrobf.is-a.dev,c49494ec4242b7e00e01" + } +} diff --git a/domains/_vercel.luked.json b/domains/_vercel.luked.json new file mode 100644 index 000000000..7319b537f --- /dev/null +++ b/domains/_vercel.luked.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "luked177", + "twitter": "lukedore_" + }, + "record": { + "TXT": "vc-domain-verify=luked.is-a.dev,f942d726bfbd3e8bd435" + } +} diff --git a/domains/_vercel.luvtoxic.json b/domains/_vercel.luvtoxic.json new file mode 100644 index 000000000..396c99bad --- /dev/null +++ b/domains/_vercel.luvtoxic.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "luvtoxic", + "email": "ammarbags2023@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=luvtoxic.is-a.dev,fe679dc4161b66e8e00f" + } +} diff --git a/domains/_vercel.lycoris.json b/domains/_vercel.lycoris.json new file mode 100644 index 000000000..969f26a4b --- /dev/null +++ b/domains/_vercel.lycoris.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lycorissss", + "email": "beelzebub5758@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=lycoris.is-a.dev,c3b18b1afc1e66757025" + } +} diff --git a/domains/_vercel.maanripe.json b/domains/_vercel.maanripe.json new file mode 100644 index 000000000..e4cc74486 --- /dev/null +++ b/domains/_vercel.maanripe.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "argkont", + "email": "kohacaelo+is-a-dev@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=maanripe.is-a.dev,58b3a98b581598b3f572" + } +} diff --git a/domains/_vercel.macielsuassuna.json b/domains/_vercel.macielsuassuna.json new file mode 100644 index 000000000..273788c96 --- /dev/null +++ b/domains/_vercel.macielsuassuna.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Maciel64", + "discord": "macielmano", + "email": "macielsuassuna14@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=macielsuassuna.is-a.dev,8c379ebe1b06a321ff44" + } +} diff --git a/domains/_vercel.magedibrahim.json b/domains/_vercel.magedibrahim.json new file mode 100644 index 000000000..3b84e7123 --- /dev/null +++ b/domains/_vercel.magedibrahim.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Maqed", + "email": "magedibra@yahoo.com", + "discord": "272808689688248320" + }, + "record": { + "TXT": "vc-domain-verify=magedibrahim.is-a.dev,7bdbe7e115da902cbd7d" + } +} diff --git a/domains/_vercel.magitian.json b/domains/_vercel.magitian.json new file mode 100644 index 000000000..5ef31e20f --- /dev/null +++ b/domains/_vercel.magitian.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "magitian", + "email": "magitian@duck.com" + }, + "record": { + "TXT": ["vc-domain-verify=magitian.is-a.dev,645e2d8f0ecf6f802922"] + } +} diff --git a/domains/_vercel.maheshpaul.json b/domains/_vercel.maheshpaul.json new file mode 100644 index 000000000..55cbc8131 --- /dev/null +++ b/domains/_vercel.maheshpaul.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "maheshpaulj", + "email": "mahesh.paul.j@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=maheshpaul.is-a.dev,a6be9b77a63b6d4c8cd6" + } +} diff --git a/domains/_vercel.manishgun.json b/domains/_vercel.manishgun.json new file mode 100644 index 000000000..bf60d0cb8 --- /dev/null +++ b/domains/_vercel.manishgun.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "manishgun", + "email": "mail.cto.manish@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=manishgun.is-a.dev,f13d291aacd89c0da59c"] + } +} diff --git a/domains/_vercel.mantou.json b/domains/_vercel.mantou.json new file mode 100644 index 000000000..7ecbaec79 --- /dev/null +++ b/domains/_vercel.mantou.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mantouisyummy", + "discord": "549056425943629825" + }, + "record": { + "TXT": "vc-domain-verify=mantou.is-a.dev,c8a46ea52ff24c67a0a6" + } +} diff --git a/domains/_vercel.markasaad.json b/domains/_vercel.markasaad.json new file mode 100644 index 000000000..4fd77a902 --- /dev/null +++ b/domains/_vercel.markasaad.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "voltonik", + "email": "markasaadramzy@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=markasaad.is-a.dev,466430b693facfcda35d" + } +} diff --git a/domains/_vercel.martinvruiz.json b/domains/_vercel.martinvruiz.json new file mode 100644 index 000000000..3298128f0 --- /dev/null +++ b/domains/_vercel.martinvruiz.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "martinvruiz", + "email": "martinvruiz10@gmail.com", + "discord": "martinvruiz10" + }, + "record": { + "TXT": "vc-domain-verify=martinvruiz.is-a.dev,16e98638bc17973af9e7" + } +} diff --git a/domains/_vercel.mateogariboglio.json b/domains/_vercel.mateogariboglio.json new file mode 100644 index 000000000..fdfca6250 --- /dev/null +++ b/domains/_vercel.mateogariboglio.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mateo-404", + "discord": "gary_______" + }, + "record": { + "TXT": "vc-domain-verify=mateogariboglio.is-a.dev,5241b76c19e0f7de2f4a" + } +} diff --git a/domains/_vercel.matheusdev.json b/domains/_vercel.matheusdev.json new file mode 100644 index 000000000..e45e6dd3d --- /dev/null +++ b/domains/_vercel.matheusdev.json @@ -0,0 +1,13 @@ +{ + "description": "Web Developer Portifolio", + "repo": "https://github.com/matheusfdosan/portifolio/", + "owner": { + "username": "matheusfdosan", + "email": "matheusfaustinoe20@gmail.com", + "linkedin": "https://www.linkedin.com/in/matheusfaus/", + "discord": "979816215281279019" + }, + "record": { + "TXT": ["vc-domain-verify=matheusdev.is-a.dev,833172e5fe4b188e4883"] + } +} diff --git a/domains/_vercel.matt3o0.json b/domains/_vercel.matt3o0.json new file mode 100644 index 000000000..d03be1a44 --- /dev/null +++ b/domains/_vercel.matt3o0.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "duvbolone", + "email": "duvbolone@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=matt3o0.is-a.dev,f6f05e41e90e74cd0c09"] + } +} diff --git a/domains/_vercel.mcstatus.json b/domains/_vercel.mcstatus.json index 4b29f6e3e..c1d1ffbc9 100644 --- a/domains/_vercel.mcstatus.json +++ b/domains/_vercel.mcstatus.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "EducatedSuddenBucket", - "email": "", - "discord": "1167825360151380032", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.cIYK5Y5_SWXX7gKAiLBmDtHvrjGDi0aVBaferTdh30YqRxym9e3qiRCswWXVOhUtPdgjPk9Essb65dYJmc34_GAdGcwdZWCSAL8_sFsU9nB5YPnum-2c5U_U2fkeQJ75Pq3Gcc_NUcYWiXqyoMRnaqaRe4ShbFVFVhOmUucHB8GvQaiAB-qJwNBuOxPsl6n2QsJ8bctj4PqrU86YFX-NLpqEG_F1uJxIBAbG1hPgIhTMEAnDBhcd_m_sI4_PsBeT1qBrkBRSTiK_pKsrUslmTLuDa2G8pejqSBB17j93XxSKeVPVKIwI1n4zlvudxpDUnefFKiVASknIOwEu8LawAA.IKdlOLsrWCCCfh305StpJw.ordx4etig711lFs9y1udqq-2zvW6fEptKUl3cqHHGgOArR3X5ZzSvlb3LYDtHjKlxqUlxbjJ5ZTj1GksBUFETPNl8EmfzR4bcBQSAGpg6PP913r_yjk5-Tujf7P61Iy8.qZdmfqe_pHg2Q9IVSXNWtg" - }, - - "record": { - "TXT": "vc-domain-verify=in.mcstatus.is-a.dev,b4848ed9d0fbecb86308" - } - } - \ No newline at end of file + "owner": { + "username": "EducatedSuddenBucket", + "discord": "1167825360151380032", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.cIYK5Y5_SWXX7gKAiLBmDtHvrjGDi0aVBaferTdh30YqRxym9e3qiRCswWXVOhUtPdgjPk9Essb65dYJmc34_GAdGcwdZWCSAL8_sFsU9nB5YPnum-2c5U_U2fkeQJ75Pq3Gcc_NUcYWiXqyoMRnaqaRe4ShbFVFVhOmUucHB8GvQaiAB-qJwNBuOxPsl6n2QsJ8bctj4PqrU86YFX-NLpqEG_F1uJxIBAbG1hPgIhTMEAnDBhcd_m_sI4_PsBeT1qBrkBRSTiK_pKsrUslmTLuDa2G8pejqSBB17j93XxSKeVPVKIwI1n4zlvudxpDUnefFKiVASknIOwEu8LawAA.IKdlOLsrWCCCfh305StpJw.ordx4etig711lFs9y1udqq-2zvW6fEptKUl3cqHHGgOArR3X5ZzSvlb3LYDtHjKlxqUlxbjJ5ZTj1GksBUFETPNl8EmfzR4bcBQSAGpg6PP913r_yjk5-Tujf7P61Iy8.qZdmfqe_pHg2Q9IVSXNWtg" + }, + "record": { + "TXT": "vc-domain-verify=in.mcstatus.is-a.dev,b4848ed9d0fbecb86308" + } +} diff --git a/domains/_vercel.michi.json b/domains/_vercel.michi.json index 337d2a383..9e313e8c0 100644 --- a/domains/_vercel.michi.json +++ b/domains/_vercel.michi.json @@ -1,11 +1,9 @@ { - "owner": { - "username": "jonasfroeller", - "email": "j.froe@gmx.at" - }, - "record": { - "TXT": [ - "vc-domain-verify=michi.is-a.dev,d0e5ddd1aa39de41c31a" - ] - } + "owner": { + "username": "Michi4", + "email": "michael.ruep@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=michi.is-a.dev,d0e5ddd1aa39de41c31a"] + } } diff --git a/domains/_vercel.mico.json b/domains/_vercel.mico.json new file mode 100644 index 000000000..655089ea6 --- /dev/null +++ b/domains/_vercel.mico.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "micoms" + }, + "record": { + "TXT": ["vc-domain-verify=mico.is-a.dev,1c71f89a6944e037c8f7"] + } +} diff --git a/domains/_vercel.midnight0s.json b/domains/_vercel.midnight0s.json index c4d665fe3..cad85d58b 100644 --- a/domains/_vercel.midnight0s.json +++ b/domains/_vercel.midnight0s.json @@ -1,7 +1,6 @@ { "owner": { "username": "midnight0s", - "email": "", "discord": "817858871388799026" }, "record": { diff --git a/domains/_vercel.mig.json b/domains/_vercel.mig.json new file mode 100644 index 000000000..73ebbfbbc --- /dev/null +++ b/domains/_vercel.mig.json @@ -0,0 +1,13 @@ +{ + "description": "This subdomain points to my portfolio website. https://nextjs-portfolio-ten-navy.vercel.app/ is the link for a preview of the website", + "owner": { + "username": "miguelaram2016", + "email": "miguelcodes7@gmail.com", + "twitter": "miguelcodes7", + "discord": "747499334383304755", + "instagram": "miguelcodes7" + }, + "record": { + "TXT": ["vc-domain-verify=mig.is-a.dev,c9171d74a3897a0defc6"] + } +} diff --git a/domains/_vercel.minhtan.json b/domains/_vercel.minhtan.json new file mode 100644 index 000000000..60f5234bc --- /dev/null +++ b/domains/_vercel.minhtan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tanbaycu", + "email": "tanbaycu@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=minhtan.is-a.dev,7be64448654af271a7c5" + } +} diff --git a/domains/_vercel.mkeko.json b/domains/_vercel.mkeko.json new file mode 100644 index 000000000..08c102457 --- /dev/null +++ b/domains/_vercel.mkeko.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mkeko", + "discord": "1212043905059790881" + }, + "record": { + "TXT": "vc-domain-verify=mkeko.is-a.dev,060738e86128a300ceee" + } +} diff --git a/domains/_vercel.moein.json b/domains/_vercel.moein.json new file mode 100644 index 000000000..d1e7b76d8 --- /dev/null +++ b/domains/_vercel.moein.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "TrueMoein", + "email": "truemoein@gmail.com", + "discord": "truemoein" + }, + "record": { + "TXT": "vc-domain-verify=moein.is-a.dev,eccbf656847788d65795" + } +} diff --git a/domains/_vercel.monosen.json b/domains/_vercel.monosen.json new file mode 100644 index 000000000..d3fa8c851 --- /dev/null +++ b/domains/_vercel.monosen.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Monosen", + "email": "edisonbj21@gmail.com", + "discord": "monosen" + }, + "record": { + "TXT": "vc-domain-verify=monosen.is-a.dev,a2fd2dc04b730870b37c" + } +} \ No newline at end of file diff --git a/domains/_vercel.mr-julus.json b/domains/_vercel.mr-julus.json new file mode 100644 index 000000000..a1333e074 --- /dev/null +++ b/domains/_vercel.mr-julus.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "BougSoon-Studio", + "email": "bougsoon.studio@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=mr-julus.is-a.dev,caaed911982c75cb0961" + } +} diff --git a/domains/_vercel.mrincer.json b/domains/_vercel.mrincer.json new file mode 100644 index 000000000..ce10ec627 --- /dev/null +++ b/domains/_vercel.mrincer.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "khincer", + "email": "kirk.incerg@gmail.com", + "discord": "kyllhua" + }, + "record": { + "TXT": "vc-domain-verify=mrincer.is-a.dev,b49fbc8c9c4be061da53" + } +} diff --git a/domains/_vercel.mrtspeedy.json b/domains/_vercel.mrtspeedy.json new file mode 100644 index 000000000..bb5aed1e9 --- /dev/null +++ b/domains/_vercel.mrtspeedy.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "mrtspeedy", + "email": "toxicspeedytv@gmail.com", + "discord": "1095502790534627348" + }, + "record": { + "TXT": "vc-domain-verify=mrtspeedy.is-a.dev,c168ba7b9bdca5dd1be8" + } +} \ No newline at end of file diff --git a/domains/_vercel.mudasir.json b/domains/_vercel.mudasir.json new file mode 100644 index 000000000..f6281db7a --- /dev/null +++ b/domains/_vercel.mudasir.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mirzamudassir", + "discord": "0xmudassir" + }, + "record": { + "TXT": "vc-domain-verify=mudasir.is-a.dev,2d0551deb0d92e5838a7" + } +} diff --git a/domains/_vercel.muhammed.json b/domains/_vercel.muhammed.json new file mode 100644 index 000000000..3a8cd8152 --- /dev/null +++ b/domains/_vercel.muhammed.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MhmdFais", + "email": "mofam534@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=muhammed.is-a.dev,98134514b3a6d270df4b" + } +} diff --git a/domains/_vercel.muralikrishna.json b/domains/_vercel.muralikrishna.json new file mode 100644 index 000000000..509dc63ec --- /dev/null +++ b/domains/_vercel.muralikrishna.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "muralimallela", + "email": "mmallela9@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=muralikrishna.is-a.dev,aa4acc43d9653d1ae68d" + } +} diff --git a/domains/_vercel.muthomi.json b/domains/_vercel.muthomi.json new file mode 100644 index 000000000..b09877894 --- /dev/null +++ b/domains/_vercel.muthomi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "michaelmuthomi", + "discord": "michaelgikunda" + }, + "record": { + "TXT": "vc-domain-verify=muthomi.is-a.dev,9e31bd88e28832c37f97" + } +} diff --git a/domains/_vercel.mzaman.json b/domains/_vercel.mzaman.json new file mode 100644 index 000000000..4ec6a28e9 --- /dev/null +++ b/domains/_vercel.mzaman.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mirzazaman", + "email": "mirzazaman828@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=mzaman.is-a.dev,23ba156f3878cfc860f7" + } +} diff --git a/domains/_vercel.nabin.json b/domains/_vercel.nabin.json new file mode 100644 index 000000000..48c57c535 --- /dev/null +++ b/domains/_vercel.nabin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nabinkatwal7", + "email": "mediocampistaa@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=nabin.is-a.dev,bfd13935a3cb2aaea0e5" + } +} diff --git a/domains/_vercel.naimur.json b/domains/_vercel.naimur.json new file mode 100644 index 000000000..9d350c2da --- /dev/null +++ b/domains/_vercel.naimur.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mohammad-naimur-rahman", + "discord": "829283275846975488" + }, + "record": { + "TXT": "vc-domain-verify=naimur.is-a.dev,0a757d4e3b315863d368" + } +} diff --git a/domains/_vercel.namansethi.json b/domains/_vercel.namansethi.json new file mode 100644 index 000000000..fb48c2e36 --- /dev/null +++ b/domains/_vercel.namansethi.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "namansethi13", + "discord": "namansethi", + "email": "namansethi1328@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=namansethi.is-a.dev,e0b892773250b43800c9" + } + } + \ No newline at end of file diff --git a/domains/_vercel.namansrivastava.json b/domains/_vercel.namansrivastava.json new file mode 100644 index 000000000..22afa85f7 --- /dev/null +++ b/domains/_vercel.namansrivastava.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "naman-0804", + "email": "namansrivastava1608@gmail.com", + "discord": "naman_1101" + }, + "record": { + "TXT": "vc-domain-verify=namansrivastava.is-a.dev,7b128b70cd9aae28bf1c" + } +} diff --git a/domains/_vercel.narasima.json b/domains/_vercel.narasima.json new file mode 100644 index 000000000..09ec77d6e --- /dev/null +++ b/domains/_vercel.narasima.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NarasimaPandiyan", + "email": "cs42059@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=blog.narasima.is-a.dev,f77f79e5650f4790387a" + } +} diff --git a/domains/_vercel.nathanospino.json b/domains/_vercel.nathanospino.json new file mode 100644 index 000000000..b66ccecf9 --- /dev/null +++ b/domains/_vercel.nathanospino.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "C4lumny", + "email": "ospinonathan@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=nathanospino.is-a.dev,4130bdbb1e9dc4fcfcc0" + } +} diff --git a/domains/_vercel.nestornahuel.json b/domains/_vercel.nestornahuel.json new file mode 100644 index 000000000..32be602d4 --- /dev/null +++ b/domains/_vercel.nestornahuel.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NestorNahuel", + "email": "nahuel6195@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=nestornahuel.is-a.dev,efb92feab05594a5f526" + } +} diff --git a/domains/_vercel.nguyenminhtuan.json b/domains/_vercel.nguyenminhtuan.json new file mode 100644 index 000000000..8758c2795 --- /dev/null +++ b/domains/_vercel.nguyenminhtuan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tuannguyen2002", + "discord": "minhtuan9039" + }, + "record": { + "TXT": "vc-domain-verify=nguyenminhtuan.is-a.dev,2910b5006f1f208b05e6" + } +} diff --git a/domains/_vercel.nine.json b/domains/_vercel.nine.json new file mode 100644 index 000000000..98e167692 --- /dev/null +++ b/domains/_vercel.nine.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NineLEL", + "email": "notninelel@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=nine.is-a.dev,787b08b6c27017d410df"] + } +} diff --git a/domains/_vercel.notzer0two.json b/domains/_vercel.notzer0two.json new file mode 100644 index 000000000..263514b6b --- /dev/null +++ b/domains/_vercel.notzer0two.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NotZer0Two", + "email": "lyonfan2010@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=notzer0two.is-a.dev,38a2a717010666874386" + } +} diff --git a/domains/_vercel.nparashar150.json b/domains/_vercel.nparashar150.json new file mode 100644 index 000000000..292811a2b --- /dev/null +++ b/domains/_vercel.nparashar150.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nparashar150", + "email": "nparashar150@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=nparashar150.is-a.dev,129e61876792da1afb53" + } +} diff --git a/domains/_vercel.olasubomi.json b/domains/_vercel.olasubomi.json new file mode 100644 index 000000000..d70c72b0f --- /dev/null +++ b/domains/_vercel.olasubomi.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "firstaxel", + "email": "olasubomiolubisi@geeg.space", + "discord": "1209136236607049758" + }, + "record": { + "TXT": "vc-domain-verify=olasubomi.is-a.dev,f6bc7744ff52f86278e8" + } +} diff --git a/domains/_vercel.omshahane.json b/domains/_vercel.omshahane.json new file mode 100644 index 000000000..ff7b3914f --- /dev/null +++ b/domains/_vercel.omshahane.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "shahane806", + "email": "om.p.shahane@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=omshahane.is-a.dev,6e9f5b8eb4f56ccf9b5a" + } +} diff --git a/domains/_vercel.orellanamatias.json b/domains/_vercel.orellanamatias.json new file mode 100644 index 000000000..01edd2d6c --- /dev/null +++ b/domains/_vercel.orellanamatias.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "OrellanaMatias", + "email": "meorellanaramirez@gmail.com", + "discord": "1151115185419997184" + }, + "record": { + "TXT": "vc-domain-verify=orellanamatias.is-a.dev,784ca0f60e4e4a43e240" + } +} diff --git a/domains/_vercel.osama.json b/domains/_vercel.osama.json new file mode 100644 index 000000000..dc7d92620 --- /dev/null +++ b/domains/_vercel.osama.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AhmedOsamaMath", + "email": "ahmedosamamath@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=osama.is-a.dev,635c93c34867abdfb117" + } +} diff --git a/domains/_vercel.panntod.json b/domains/_vercel.panntod.json new file mode 100644 index 000000000..08102bc43 --- /dev/null +++ b/domains/_vercel.panntod.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "panntod", + "email": "munjalindra.pandhu@gmail.com", + "discord": "975960358999171152" + }, + "record": { + "TXT": "vc-domain-verify=panntod.is-a.dev,435ff362356e5d45062f" + } +} diff --git a/domains/_vercel.pdf.aaqif.json b/domains/_vercel.pdf.aaqif.json new file mode 100644 index 000000000..d509db3b4 --- /dev/null +++ b/domains/_vercel.pdf.aaqif.json @@ -0,0 +1,10 @@ +{ + "description": "PDF Project", + "owner": { + "username": "aaqifshafi", + "email": "aaqifshafi@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=pdf.aaqif.is-a.dev,a494cb00a704dae80483"] + } +} diff --git a/domains/_vercel.pedrofff.json b/domains/_vercel.pedrofff.json new file mode 100644 index 000000000..65a7c574b --- /dev/null +++ b/domains/_vercel.pedrofff.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Pedrofff23", + "email": "pmendes09@hotmail.com" + }, + "record": { + "TXT": "vc-domain-verify=pedrofff.is-a.dev,5dd6c195a19c9a69c00b" + } +} diff --git a/domains/_vercel.phongli.json b/domains/_vercel.phongli.json new file mode 100644 index 000000000..175f69b0d --- /dev/null +++ b/domains/_vercel.phongli.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "PhongLi", + "email": "longpt1109@gmail.com", + "discord": "_younglin" + }, + "record": { + "TXT": "vc-domain-verify=phongli.is-a.dev,b6623ffbab5ed6f97cf5" + } +} diff --git a/domains/_vercel.poysa213.json b/domains/_vercel.poysa213.json new file mode 100644 index 000000000..3bcc168f6 --- /dev/null +++ b/domains/_vercel.poysa213.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "poysa213", + "email": "hanaiayoucef@gmail.com", + "discord": "944238875566551110", + "twitter": "poysa213", + "repo": "https://github.com/poysa213/portfolio" + }, + "record": { + "TXT": "vc-domain-verify=poysa213.is-a.dev,0635f123b973ee05436d" + } +} diff --git a/domains/_vercel.pranoy.json b/domains/_vercel.pranoy.json new file mode 100644 index 000000000..6eab6a882 --- /dev/null +++ b/domains/_vercel.pranoy.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "pranoymajumdar", + "email": "pranoyfr@gmail.com", + "discord": "1303089079809740904" + }, + "record": { + "TXT": "vc-domain-verify=pranoy.is-a.dev,9c5ff5dc93544c9ffee0" + } +} diff --git a/domains/_vercel.pratham15541.json b/domains/_vercel.pratham15541.json new file mode 100644 index 000000000..778586e39 --- /dev/null +++ b/domains/_vercel.pratham15541.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "pratham15541", + "email": "prathamparikh94@gmail.com", + "discord": "951846985172938782" + }, + "record": { + "TXT": "vc-domain-verify=pratham15541.is-a.dev,6cf0b1eb1387b1d6aa5f" + } +} diff --git a/domains/_vercel.prathm.json b/domains/_vercel.prathm.json new file mode 100644 index 000000000..1f9e94b8b --- /dev/null +++ b/domains/_vercel.prathm.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "prathm", + "email": "prathmtayade30@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=prathm.is-a.dev,e592414faa9bcf8fe0a4"] + } +} diff --git a/domains/_vercel.princeprajapati.json b/domains/_vercel.princeprajapati.json new file mode 100644 index 000000000..e97b06de6 --- /dev/null +++ b/domains/_vercel.princeprajapati.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "notreallyprince", + "email": "prince30112001@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=princeprajapati.is-a.dev,f0d9843f925488ed34bb" + } +} diff --git a/domains/_vercel.princexd.json b/domains/_vercel.princexd.json new file mode 100644 index 000000000..a2b661622 --- /dev/null +++ b/domains/_vercel.princexd.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "notreallyprince", + "email": "prince30112001@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=princexd.is-a.dev,5fd1a3d1dc5108343da7" + } +} diff --git a/domains/_vercel.pritam.json b/domains/_vercel.pritam.json new file mode 100644 index 000000000..5d7bbd736 --- /dev/null +++ b/domains/_vercel.pritam.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ImDarkShadow", + "email": "itspritam@proton.me" + }, + "record": { + "TXT": "pvc-domain-verify=pritam.is-a.dev,8deacca92e10a3d2f865" + } +} diff --git a/domains/_vercel.pyyupsk.json b/domains/_vercel.pyyupsk.json new file mode 100644 index 000000000..3a9f8b15f --- /dev/null +++ b/domains/_vercel.pyyupsk.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "pyyupsk", + "email": "pyyupsk@proton.me" + }, + "record": { + "TXT": "vc-domain-verify=pyyupsk.is-a.dev,f537ecd57cc91e12951c" + } +} diff --git a/domains/_vercel.q.json b/domains/_vercel.q.json new file mode 100644 index 000000000..78da64be3 --- /dev/null +++ b/domains/_vercel.q.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "syedtahseen", + "email": "itxtahseen@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=q.is-a.dev,8798cf095e1f783b5302"] + } +} diff --git a/domains/_vercel.raafey.json b/domains/_vercel.raafey.json new file mode 100644 index 000000000..0e7768b13 --- /dev/null +++ b/domains/_vercel.raafey.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "RaafeyRaza", + "email": "raafeyraza1@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=raafey.is-a.dev,aa0e06a894333b259a4b" + } +} diff --git a/domains/_vercel.rabug.json b/domains/_vercel.rabug.json new file mode 100644 index 000000000..ea9a995f1 --- /dev/null +++ b/domains/_vercel.rabug.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NotRabug50", + "discord": "541194606214250496" + }, + "record": { + "TXT": "vc-domain-verify=rabug.is-a.dev,4ba0ae912b528f63a9a7" + } +} diff --git a/domains/_vercel.raghu.json b/domains/_vercel.raghu.json new file mode 100644 index 000000000..8ef445cf7 --- /dev/null +++ b/domains/_vercel.raghu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "raghu-8", + "email": "raghu.project.websites@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=raghu.is-a.dev,64be76cc9f11decf61dd" + } +} diff --git a/domains/_vercel.rajeshkumar.json b/domains/_vercel.rajeshkumar.json new file mode 100644 index 000000000..ea9f3d565 --- /dev/null +++ b/domains/_vercel.rajeshkumar.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Dev-Rajeshkumar", + "email": "rajesh8778354586@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=rajeshkumar.is-a.dev,52cd27c94b7115d293d5" + } +} diff --git a/domains/_vercel.rajeshreddy.json b/domains/_vercel.rajeshreddy.json new file mode 100644 index 000000000..f4bfd865c --- /dev/null +++ b/domains/_vercel.rajeshreddy.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "rajesh-reddy1", + "email": "mrrajeshreddy1@gmail.com", + "discord": "suuiii_1" + }, + "record": { + "TXT": "vc-domain-verify=rajeshreddy.is-a.dev,400e697edc993cbbeab7" + } +} diff --git a/domains/_vercel.rajputshashank.json b/domains/_vercel.rajputshashank.json new file mode 100644 index 000000000..038a29181 --- /dev/null +++ b/domains/_vercel.rajputshashank.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "rajputshashank003", + "email" : "hariomshashank@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=rajputshashank.is-a.dev,b54453fc10c77cf72c1d"] + } + } + \ No newline at end of file diff --git a/domains/_vercel.ranjityadav.json b/domains/_vercel.ranjityadav.json new file mode 100644 index 000000000..f434ce0da --- /dev/null +++ b/domains/_vercel.ranjityadav.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "13yadav", + "email": "yadavranjit521@gmail.com", + "discord": "529604454908035083" + }, + "record": { + "TXT": "vc-domain-verify=ranjityadav.is-a.dev,998da4bd1970d94d6c43" + } +} diff --git a/domains/_vercel.raoufbakhti.json b/domains/_vercel.raoufbakhti.json index b4ec1933a..50eef27c1 100644 --- a/domains/_vercel.raoufbakhti.json +++ b/domains/_vercel.raoufbakhti.json @@ -1,10 +1,9 @@ -{ - "owner": { - "username": "Raoufbaa", - "email": "", - "discord": "515230523128414228" - }, - "record": { - "TXT": "vc-domain-verify=raoufbakhti.is-a.dev,6a370dda8552268e5cb6" - } -} +{ + "owner": { + "username": "Raoufbaa", + "discord": "515230523128414228" + }, + "record": { + "TXT": "vc-domain-verify=raoufbakhti.is-a.dev,6a370dda8552268e5cb6" + } +} diff --git a/domains/_vercel.rashed.json b/domains/_vercel.rashed.json new file mode 100644 index 000000000..0cc4de9b5 --- /dev/null +++ b/domains/_vercel.rashed.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Rashed360", + "email": "ruman.rush+isadev@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=rashed.is-a.dev,b900d35114e0f3394b8c"] + } +} diff --git a/domains/_vercel.raynaldescala.json b/domains/_vercel.raynaldescala.json new file mode 100644 index 000000000..843e11542 --- /dev/null +++ b/domains/_vercel.raynaldescala.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "raynaldescala", + "email": "raynaldescala01@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=raynaldescala.is-a.dev,7c5440b0cdb643d66472" + } +} diff --git a/domains/_vercel.redaassemghor.json b/domains/_vercel.redaassemghor.json new file mode 100644 index 000000000..8761743b5 --- /dev/null +++ b/domains/_vercel.redaassemghor.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "redaassemghor", + "discord": "r3dapt" + }, + "record": { + "TXT": "vc-domain-verify=reda.is-a.dev,6d8fb75a7046531955bf" + } +} diff --git a/domains/_vercel.renant.json b/domains/_vercel.renant.json new file mode 100644 index 000000000..f1f52c9d5 --- /dev/null +++ b/domains/_vercel.renant.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "renant", + "email": "renan_replay@live.com" + }, + "record": { + "TXT": "vc-domain-verify=renant.is-a.dev,fe738eebddc5a20097e6" + } +} diff --git a/domains/_vercel.renzcole.json b/domains/_vercel.renzcole.json new file mode 100644 index 000000000..fcd93c596 --- /dev/null +++ b/domains/_vercel.renzcole.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "CodeBuddySLTNS", + "email": "renz2arjhay@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=renzcole.is-a.dev,ed459816c1440ddeef46" + } +} diff --git a/domains/_vercel.retrouser955.json b/domains/_vercel.retrouser955.json index cae647104..89f29a701 100644 --- a/domains/_vercel.retrouser955.json +++ b/domains/_vercel.retrouser955.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "retrouser955", - "email": "", - "discord": "691111067807514685" - }, - "record": { - "TXT": "vc-domain-verify=retrouser955.is-a.dev,7846a7cf34232910d04d" - } - } \ No newline at end of file + "owner": { + "username": "retrouser955", + "discord": "691111067807514685" + }, + "record": { + "TXT": "vc-domain-verify=retrouser955.is-a.dev,7846a7cf34232910d04d" + } +} diff --git a/domains/_vercel.riccardo126.json b/domains/_vercel.riccardo126.json new file mode 100644 index 000000000..9f98c2832 --- /dev/null +++ b/domains/_vercel.riccardo126.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "riccardo126", + "email": "riccardopassacantando@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=riccardo126.is-a.dev,408e1d0b2f39a662b0ae" + } +} diff --git a/domains/_vercel.risqiahmad.json b/domains/_vercel.risqiahmad.json new file mode 100644 index 000000000..d543a0d55 --- /dev/null +++ b/domains/_vercel.risqiahmad.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "risqi17", + "email": "ahmadreys@gmail.com", + "discord": "risqi_ahmad9230" + }, + "record": { + "TXT": "vc-domain-verify=risqiahmad.is-a.dev,8bd8af8f24fe915c1ac4" + } + } + \ No newline at end of file diff --git a/domains/_vercel.ritam.json b/domains/_vercel.ritam.json new file mode 100644 index 000000000..b7dbe65bd --- /dev/null +++ b/domains/_vercel.ritam.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nxrmqlly", + "email": "ritam@duck.com" + }, + "record": { + "TXT": ["vc-domain-verify=ritam.is-a.dev,fc2fd1d325b0a4f9269b"] + } +} diff --git a/domains/_vercel.rizz.json b/domains/_vercel.rizz.json index 1b47d0dbc..137b386a2 100644 --- a/domains/_vercel.rizz.json +++ b/domains/_vercel.rizz.json @@ -1,7 +1,6 @@ { "owner": { "username": "bananaking6", - "email": "", "discord": "skibidibagel" }, "record": { diff --git a/domains/_vercel.roger.json b/domains/_vercel.roger.json new file mode 100644 index 000000000..1755d48b5 --- /dev/null +++ b/domains/_vercel.roger.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "rogerHuntGauntlet", + "email": "regorhunt02052@gmail.com", + "discord": "roger_jgs404040" + }, + "record": { + "TXT": "vc-domain-verify=roger.is-a.dev,3c1580f4736931662645" + } +} diff --git a/domains/_vercel.ronaldo.json b/domains/_vercel.ronaldo.json new file mode 100644 index 000000000..fbe508461 --- /dev/null +++ b/domains/_vercel.ronaldo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ronaldoao", + "email": "ronaldoa.ojeda@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=ronaldo.is-a.dev,bba2427440502a716d1c" + } +} diff --git a/domains/_vercel.roque.json b/domains/_vercel.roque.json new file mode 100644 index 000000000..ac19008cb --- /dev/null +++ b/domains/_vercel.roque.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "luisfroquez", + "email": "luisfroquez@gmail.com", + "discord": "lroque.dev" + }, + "record": { + "TXT": "vc-domain-verify=roque.is-a.dev,43b1a7bc843584779f24" + } +} diff --git a/domains/_vercel.rushabh.json b/domains/_vercel.rushabh.json new file mode 100644 index 000000000..5ebd9df2d --- /dev/null +++ b/domains/_vercel.rushabh.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "rushabhcodes", + "email": "rushabhpatil.dev@gmail.com", + "discord": "_rushabh" + }, + "record": { + "TXT": "vc-domain-verify=rushabh.is-a.dev,e47a4ecf75c610a591e3" + } +} diff --git a/domains/_vercel.ryanbaig.json b/domains/_vercel.ryanbaig.json new file mode 100644 index 000000000..e457d348b --- /dev/null +++ b/domains/_vercel.ryanbaig.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "RyanBaig", + "discord": "757475933170040893" + }, + "record": { + "TXT": ["vc-domain-verify=ryanbaig.is-a.dev,6611c040f39e1689070b"] + } +} diff --git a/domains/_vercel.saif.json b/domains/_vercel.saif.json new file mode 100644 index 000000000..0207cec10 --- /dev/null +++ b/domains/_vercel.saif.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Saifkhanz", + "email": "saif137.khan@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=saif.is-a.dev,8f2dcd17056c670b7276" + } +} \ No newline at end of file diff --git a/domains/_vercel.salman.json b/domains/_vercel.salman.json new file mode 100644 index 000000000..6158395b2 --- /dev/null +++ b/domains/_vercel.salman.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "salmaniyad", + "email": "eng.salmaniyad@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=salman.is-a.dev,f9d09088248e6fdd1e9a" + } +} diff --git a/domains/_vercel.samirkhanal.json b/domains/_vercel.samirkhanal.json new file mode 100644 index 000000000..aba0f8e53 --- /dev/null +++ b/domains/_vercel.samirkhanal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "khanal-samir", + "email": "gdssamir@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=samirkhanal.is-a.dev,ea1c15390e801aa3ea34" + } +} diff --git a/domains/_vercel.samishoukat.json b/domains/_vercel.samishoukat.json new file mode 100644 index 000000000..dcfe4321c --- /dev/null +++ b/domains/_vercel.samishoukat.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "samishoukat12", + "email": "samishoukat12@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=samishoukat.is-a.dev,f7c3cb972c650104d507" + } +} diff --git a/domains/_vercel.sampath.json b/domains/_vercel.sampath.json new file mode 100644 index 000000000..47bc6f7d8 --- /dev/null +++ b/domains/_vercel.sampath.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "gujarathisampath", + "discord": "984015688807100419", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.HdRKWFBWLb9Jow6ok8KJNePBagFbW4z4fYlKRDJsiLJaIMHoY0uuWuI2GfZncB8gVBGIkkahmVVtAogA9jEcJsvPnJq9KJm3m4gnCAUZqMUf7yb_Wo7SAMBTj5qdvQEvMbQdRHYBk9aHu5hna6vjPXe3PMDM6zBeLL9478YDFWUYo-PGuTOZOoea7Y6oqlgLEKAu1Qv8_Hn9P9ev4UD3FPjCoVDpUV0AypUr61W5BsHnmeLT3yrd_w0cKrPUsKdGZ8ChK4M_Hx3-bSAvNYnxO4PPDwZd_m2GCFATUCY6YIyCZpbH_YDXhhyruRDLQ_ExYpuvn015a1Y-OA2KsJ6pSQ.jz4w3iTeX1vzZRvWmZdFKA.bjI7XBJ1E7_P7NsFJ8ITY3G3bm1XVHjsTyhTtI09_UkO20BRVX1YQeyp03Gk2Pjjp5BMSq6AbY3hoTbkhhFnDJ0ryLWSgSQBdBx2vWjI4kREcXHkcrgWrj1ZqMQaM0Fz.gh6XZkWRwBpF3AXU9l3wkg" + }, + "record": { + "TXT": "vc-domain-verify=sampath.is-a.dev,2b8694fbc2f1811cbff4" + } +} diff --git a/domains/_vercel.sanchit.json b/domains/_vercel.sanchit.json new file mode 100644 index 000000000..b0add6e6f --- /dev/null +++ b/domains/_vercel.sanchit.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "sanchitbajaj02", + "email": "sanchit02@outlook.com", + "discord": "704721578029744299" + }, + "record": { + "TXT": "vc-domain-verify=sanchit.is-a.dev,85dd1a4269915e4797f9" + } +} diff --git a/domains/_vercel.sandepten.json b/domains/_vercel.sandepten.json new file mode 100644 index 000000000..612da127a --- /dev/null +++ b/domains/_vercel.sandepten.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "sandepten", + "email": "sandepten@gmail.com", + "discord": "sandepten" + }, + "record": { + "TXT": "vc-domain-verify=sandepten.is-a.dev,ccad8d5e970586727f72" + } +} diff --git a/domains/_vercel.saunak.json b/domains/_vercel.saunak.json new file mode 100644 index 000000000..9e44c076b --- /dev/null +++ b/domains/_vercel.saunak.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Saunakghosh10", + "email": "saunakghosh710@gmail.com", + "discord": "695672697270829116" + }, + "record": { + "TXT": "vc-domain-verify=saunak.is-a.dev,1127684a6f45539a1ebe" + } +} diff --git a/domains/_vercel.saxophone.json b/domains/_vercel.saxophone.json new file mode 100644 index 000000000..cb0b800f5 --- /dev/null +++ b/domains/_vercel.saxophone.json @@ -0,0 +1,10 @@ +{ + "description": "vercel stuff for personal site", + "owner": { + "username": "saxophone-dev", + "email": "itsarchit@keemail.me" + }, + "record": { + "TXT": ["vc-domain-verify=saxophone.is-a.dev,e2dac8b9c5e42361fda8"] + } +} diff --git a/domains/_vercel.sebaslv.json b/domains/_vercel.sebaslv.json new file mode 100644 index 000000000..89156d7f2 --- /dev/null +++ b/domains/_vercel.sebaslv.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "AfterLehxuz", + "email": "juans.lopez2004@gmail.com", + "discord": "886029396400570429" + }, + "record": { + "TXT": "vc-domain-verify=sebaslv.is-a.dev,6ca8920001de10180ecf" + } +} diff --git a/domains/_vercel.sebastianriveros.json b/domains/_vercel.sebastianriveros.json new file mode 100644 index 000000000..dda9cf731 --- /dev/null +++ b/domains/_vercel.sebastianriveros.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "wisauw", + "email": "riveross92@gmail.com", + "discord": "313046852415258625" + }, + "record": { + "TXT": "vc-domain-verify=sebastianriveros.is-a.dev,be3bca98d22aab14d046" + } +} diff --git a/domains/_vercel.seiko.json b/domains/_vercel.seiko.json new file mode 100644 index 000000000..725e45b73 --- /dev/null +++ b/domains/_vercel.seiko.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Delta-0mega", + "email": "zxroff@proton.me", + "discord": "1279377552561147964" + }, + "record": { + "TXT": "vc-domain-verify=seiko.is-a.dev,e8e0dd92b8aecad6d7af" + } +} diff --git a/domains/_vercel.shimizu.json b/domains/_vercel.shimizu.json new file mode 100644 index 000000000..f69c8f0a8 --- /dev/null +++ b/domains/_vercel.shimizu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mikofoxie", + "email": "shimizulazy@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=shimizu.is-a.dev,3356672e8054fe9b4d65" + } +} diff --git a/domains/_vercel.shivansh.json b/domains/_vercel.shivansh.json new file mode 100644 index 000000000..516a5f60a --- /dev/null +++ b/domains/_vercel.shivansh.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "shivansh722", + "email": "shivanshcha722@gmail.com", + "discord": "839163183141748807" + }, + "record": { + "TXT": "vc-domain-verify=shivansh.is-a.dev,497638a309315f26b590" + } +} diff --git a/domains/_vercel.shockbs.json b/domains/_vercel.shockbs.json index 6ae32c6e2..068810efd 100644 --- a/domains/_vercel.shockbs.json +++ b/domains/_vercel.shockbs.json @@ -1,7 +1,6 @@ { "owner": { "username": "shockbs", - "email": "", "discord": "880084860327313459" }, "record": { diff --git a/domains/_vercel.shri.json b/domains/_vercel.shri.json new file mode 100644 index 000000000..5c83cda8f --- /dev/null +++ b/domains/_vercel.shri.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "shari003", + "email": "shri.harii@hotmail.com", + "discord": "744620219976253481" + }, + "record": { + "TXT": ["vc-domain-verify=shri.is-a.dev,0dc8bc43ef83d72e5753"] + } +} diff --git a/domains/_vercel.shubh.json b/domains/_vercel.shubh.json new file mode 100644 index 000000000..79802a66f --- /dev/null +++ b/domains/_vercel.shubh.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "R3tr0LastKnight" + }, + "record": { + "TXT": ["vc-domain-verify=shubh.is-a.dev,ec236054bf6268762e7e"] + } +} diff --git a/domains/_vercel.shuhaab.json b/domains/_vercel.shuhaab.json new file mode 100644 index 000000000..521cdd7fb --- /dev/null +++ b/domains/_vercel.shuhaab.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "Shuhaab-coder" + }, + "record": { + "TXT": ["vc-domain-verify=shuhaab.is-a.dev,4f90144524ddbcf1a09b"] + } +} diff --git a/domains/_vercel.siddharthjain.json b/domains/_vercel.siddharthjain.json new file mode 100644 index 000000000..79eb6fbcf --- /dev/null +++ b/domains/_vercel.siddharthjain.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "siddharth9300", + "discord": "sidd9300" + }, + "record": { + "TXT": "vc-domain-verify=siddharthjain.is-a.dev,bf30c11f1d56bbab2dd7" + } +} diff --git a/domains/_vercel.sifat.json b/domains/_vercel.sifat.json new file mode 100644 index 000000000..fc4e9c80a --- /dev/null +++ b/domains/_vercel.sifat.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mahi160", + "email": "omarsifat288@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=sifat.is-a.dev,cc8d1b30995eac869fea" + } +} diff --git a/domains/_vercel.simone.json b/domains/_vercel.simone.json new file mode 100644 index 000000000..0d605acbe --- /dev/null +++ b/domains/_vercel.simone.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "cimasim89", + "email": "cimasim89@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=simone.is-a.dev,dc2853a2476427303b16" + } +} diff --git a/domains/_vercel.siya.json b/domains/_vercel.siya.json new file mode 100644 index 000000000..38ec823e9 --- /dev/null +++ b/domains/_vercel.siya.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "rajputsiya", + "email" : "siyarajput9258@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=siya.is-a.dev,8b5584a1aeb3bb9a60c5"] + } + } + \ No newline at end of file diff --git a/domains/_vercel.skarwuuu.json b/domains/_vercel.skarwuuu.json new file mode 100644 index 000000000..81add54cc --- /dev/null +++ b/domains/_vercel.skarwuuu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "skarwuuu", + "email": "sakshrwt@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=skarwuuu.is-a.dev,eb14a67d4b3b06f29c5c"] + } +} diff --git a/domains/_vercel.skibidi.json b/domains/_vercel.skibidi.json new file mode 100644 index 000000000..3c3d88a30 --- /dev/null +++ b/domains/_vercel.skibidi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bananaking6", + "discord": "skibidibagel" + }, + "record": { + "TXT": ["vc-domain-verify=skibidi.is-a.dev,b75173107a422d2f8244", "vc-domain-verify=bundler.skibidi.is-a.dev,0ed5e66158d45b6bd83d", "vc-domain-verify=projects.skibidi.is-a.dev,33f08aa6e287f18f368b"] + } +} diff --git a/domains/_vercel.sneazy25.json b/domains/_vercel.sneazy25.json new file mode 100644 index 000000000..6f154f6e1 --- /dev/null +++ b/domains/_vercel.sneazy25.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sneazy25", + "email": "sneazy25@proton.me" + }, + "record": { + "TXT": ["vc-domain-verify=sneazy25.is-a.dev,2f9caf76ec1be24030a6"] + } +} diff --git a/domains/_vercel.snowy.json b/domains/_vercel.snowy.json new file mode 100644 index 000000000..4810ff204 --- /dev/null +++ b/domains/_vercel.snowy.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "HayBael" + }, + "record": { + "TXT": ["vc-domain-verify=snowy.is-a.dev,710433a43c7209070848"] + } +} diff --git a/domains/_vercel.sohag.json b/domains/_vercel.sohag.json new file mode 100644 index 000000000..f8bb6eec8 --- /dev/null +++ b/domains/_vercel.sohag.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sohag02", + "discord": "sohagjabed" + }, + "record": { + "TXT": "vc-domain-verify=sohag.is-a.dev,905a0fff3e8fdda0052e" + } +} \ No newline at end of file diff --git a/domains/_vercel.sombochea.json b/domains/_vercel.sombochea.json new file mode 100644 index 000000000..ee967eece --- /dev/null +++ b/domains/_vercel.sombochea.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sombochea", + "email": "sombochea100@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=sombochea.is-a.dev,2cdc71284d8d8193f021" + } +} \ No newline at end of file diff --git a/domains/_vercel.sono.json b/domains/_vercel.sono.json deleted file mode 100644 index c72e69e40..000000000 --- a/domains/_vercel.sono.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "getSono", - "email": "", - "discord": "1222250424309121145", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.B0E8HDNESQtYbnqBzGRtbUo8aLtRfD3w-btRsFsnAelPi1iHjMb7C1RSEXvClmiEIlqtyIflfg_twb-RQK30p-oc8THXQ_fnA0m2I2YZhjP5jFIraPP7bOV71YTSPiJ-reWMhErizuqL17nDmsdwhrm2na4pVgqPNRVAPo1CV_h2m7ZXHCGjYNysuXvx48HX7MHC5kVyDsSyonKqxoC-545i4u-oCb-qBBGfEbuH3h7-rFIFjYzeG8qJ22cYpjNz6QY9PkI4LLtyzHTbdyTWVyzPY5zZUqFJz_C3aP5Up0de5xxxUcU-QMvP-xptfRmfs9OlHSaQFYGT22SnTUA3qg.II3jjDcfMUNmUNeiFj7lmg.roR-IKIqPZMcdKSjw5IV1QKYDbr6swbEiYbd1bbsCj3cVHc_04zhCKWy7hL_TH9wntdYjG9K8gGU0jtZ0bO3O9S3-dmooa3QDiLjoA4QQHc.fGW4EK-eAEERdQQBBeUCJg" - }, - - "record": { - "TXT": "vc-domain-verify=sono.is-a.dev,35c69f97808f44838a85" - } - } - \ No newline at end of file diff --git a/domains/_vercel.sopi.json b/domains/_vercel.sopi.json new file mode 100644 index 000000000..7cbe15ce9 --- /dev/null +++ b/domains/_vercel.sopi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sopiseptiansyah", + "email": "sopiseptiansyah@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=sopi.is-a.dev,d05d90937f151b8c1f8d" + } +} diff --git a/domains/_vercel.soul.json b/domains/_vercel.soul.json new file mode 100644 index 000000000..c9f35bd01 --- /dev/null +++ b/domains/_vercel.soul.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "SoulDevs", + "email": "soulcosmic1406@proton.me", + "discord": "soulcosmic1406_" + }, + "record": { + "TXT": "vc-domain-verify=soul.is-a.dev,6f957e2edcd5bb791896" + } +} diff --git a/domains/_vercel.sun.json b/domains/_vercel.sun.json new file mode 100644 index 000000000..3ec57dceb --- /dev/null +++ b/domains/_vercel.sun.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sxn4y", + "discord": "5unn7n" + }, + "record": { + "TXT": "vc-domain-verify=sun.is-a.dev,3d30eed3d9b17b680b03" + } +} diff --git a/domains/_vercel.supperfreddo.json b/domains/_vercel.supperfreddo.json new file mode 100644 index 000000000..66480369b --- /dev/null +++ b/domains/_vercel.supperfreddo.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "supperfreddo", + "email": "supperfreddoio@gmail.com", + "discord": "supperfreddo" + }, + "record": { + "TXT": "vc-domain-verify=supperfreddo.is-a.dev,68c20273ddb3ea11e1d6" + } +} \ No newline at end of file diff --git a/domains/_vercel.swami.json b/domains/_vercel.swami.json new file mode 100644 index 000000000..debf61bf7 --- /dev/null +++ b/domains/_vercel.swami.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "aadltya" + }, + "record": { + "TXT": ["vc-domain-verify=swami.is-a.dev,ebd6de23b5512663a728"] + } +} diff --git a/domains/_vercel.synthara.json b/domains/_vercel.synthara.json new file mode 100644 index 000000000..1c48f3e66 --- /dev/null +++ b/domains/_vercel.synthara.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ArhanAnsari", + "email": "arhanansari2009@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=synthara.is-a.dev,5cfe1b6f6a8530d47a55" + } +} diff --git a/domains/_vercel.t3vada.json b/domains/_vercel.t3vada.json new file mode 100644 index 000000000..bf382de2a --- /dev/null +++ b/domains/_vercel.t3vada.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "wythh24", + "email": "t3vadadev@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=t3vada.is-a.dev,5b01b0c87e766671d811" + } +} diff --git a/domains/_vercel.tajul.json b/domains/_vercel.tajul.json index d94619d70..003987eb8 100644 --- a/domains/_vercel.tajul.json +++ b/domains/_vercel.tajul.json @@ -1,7 +1,6 @@ { "owner": { "username": "arifintajul4", - "email": "", "discord": "yaelahjul" }, "record": { diff --git a/domains/_vercel.tanbaycu.json b/domains/_vercel.tanbaycu.json new file mode 100644 index 000000000..00e1f3e11 --- /dev/null +++ b/domains/_vercel.tanbaycu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tanbaycu", + "email": "tanbaycu@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=tanbaycu.is-a.dev,39c822aec04365116c16" + } +} diff --git a/domains/_vercel.tanvir.json b/domains/_vercel.tanvir.json new file mode 100644 index 000000000..c69013cf0 --- /dev/null +++ b/domains/_vercel.tanvir.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tnv1r", + "email": "dev@tanvir.io" + }, + "record": { + "TXT": "vc-domain-verify=tanvir.is-a.dev,65aed7f787867b45aa7c" + } +} diff --git a/domains/_vercel.terry.json b/domains/_vercel.terry.json new file mode 100644 index 000000000..19e0e060f --- /dev/null +++ b/domains/_vercel.terry.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "realyoterry", + "email": "theterrykim@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=terry.is-a.dev,77663b6ef45302529609" + } +} diff --git a/domains/_vercel.thavirak.json b/domains/_vercel.thavirak.json new file mode 100644 index 000000000..a9d574af4 --- /dev/null +++ b/domains/_vercel.thavirak.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thavirak", + "email": "thavirak@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=thavirak.is-a.dev,7a6a4ebd89476f7b339a"] + } +} diff --git a/domains/_vercel.thiagotukozaki.json b/domains/_vercel.thiagotukozaki.json new file mode 100644 index 000000000..79263c7b4 --- /dev/null +++ b/domains/_vercel.thiagotukozaki.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "TukozakiT", + "email": "contato.thiagoeiji@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=thiagotukozaki.is-a.dev,cf21301c66cbaaf29419" + } +} diff --git a/domains/_vercel.tobias.json b/domains/_vercel.tobias.json new file mode 100644 index 000000000..9910e6185 --- /dev/null +++ b/domains/_vercel.tobias.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "smarterToby", + "discord": "724712767080235049" + }, + "record": { + "TXT": "vc-domain-verify=tobias.is-a.dev,21171b13f4596f6ef9ee" + } +} \ No newline at end of file diff --git a/domains/_vercel.tsania.json b/domains/_vercel.tsania.json new file mode 100644 index 000000000..fff4ac588 --- /dev/null +++ b/domains/_vercel.tsania.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tsnzzhr", + "email": "tsnzzhr102@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=tsania-az.is-a.dev,3cf74b208f3938a96f7b" + } +} diff --git a/domains/_vercel.tykea.json b/domains/_vercel.tykea.json new file mode 100644 index 000000000..561c85018 --- /dev/null +++ b/domains/_vercel.tykea.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tykealy", + "email": "tykeaboyloy@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=tykea.is-a.dev,6107010761e516843251" + } +} diff --git a/domains/_vercel.udhaya.json b/domains/_vercel.udhaya.json index 7472bd312..34ac03ecd 100644 --- a/domains/_vercel.udhaya.json +++ b/domains/_vercel.udhaya.json @@ -5,8 +5,6 @@ "email": "kinghtth0@gmail.com" }, "record": { - "TXT": [ - "vc-domain-verify=udhaya.is-a.dev,accd4809ddad58ac55a4" - ] + "TXT": ["vc-domain-verify=udhaya.is-a.dev,accd4809ddad58ac55a4"] } } diff --git a/domains/_vercel.udit.json b/domains/_vercel.udit.json new file mode 100644 index 000000000..5877b6aed --- /dev/null +++ b/domains/_vercel.udit.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "uditdev", + "email" : "uditdev0008@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=udit.is-a.dev,8718c1c2a08417265d7e"] + } + } + \ No newline at end of file diff --git a/domains/_vercel.ujjvaljoshi.json b/domains/_vercel.ujjvaljoshi.json new file mode 100644 index 000000000..f19d60b0c --- /dev/null +++ b/domains/_vercel.ujjvaljoshi.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio Website", + "repo": "https://github.com/ujjvaljoshi45/ujjvaljoshi45", + "owner": { + "username": "ujjvaljoshi45", + "email": "ujjvaljoshi45@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=ujjvaljoshi.is-a.dev,f7ed737aeb48311d634c" + } +} diff --git a/domains/_vercel.ukino.json b/domains/_vercel.ukino.json new file mode 100644 index 000000000..8540ac80e --- /dev/null +++ b/domains/_vercel.ukino.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ukinon", + "email": "arfianoj@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=ukino.is-a.dev,abcf9c3157f2470d8c51"] + } +} diff --git a/domains/_vercel.uralamin.json b/domains/_vercel.uralamin.json index f299196df..497d12360 100644 --- a/domains/_vercel.uralamin.json +++ b/domains/_vercel.uralamin.json @@ -1,7 +1,6 @@ { "owner": { "username": "MrAlaminH", - "email": "", "discord": "440574272856129547" }, "record": { diff --git a/domains/_vercel.usmanbaig.json b/domains/_vercel.usmanbaig.json new file mode 100644 index 000000000..c17fb1909 --- /dev/null +++ b/domains/_vercel.usmanbaig.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "UsmanBaig001", + "email": "usmanbaig1572@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=usmanbaig.is-a.dev,c2f96e70ebd3aef5458b" + } +} diff --git a/domains/_vercel.utkarsh-singhal.json b/domains/_vercel.utkarsh-singhal.json new file mode 100644 index 000000000..13a61c858 --- /dev/null +++ b/domains/_vercel.utkarsh-singhal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Utkarsh-Singhal-26", + "email": "singhalutkarsh26@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=utkarsh-singhal.is-a.dev,31f5c6e60805af21e98f" + } +} diff --git a/domains/_vercel.uwu.json b/domains/_vercel.uwu.json deleted file mode 100644 index bec23fd06..000000000 --- a/domains/_vercel.uwu.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "orxngc", - "discord": "orangc", - "email": "orangc@proton.me" - }, - "record": { - "TXT": "vc-domain-verify=vercel.uwu.is-a.dev,61038f548f8542bd1397" - } -} diff --git a/domains/_vercel.v.json b/domains/_vercel.v.json new file mode 100644 index 000000000..e7011a841 --- /dev/null +++ b/domains/_vercel.v.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "leofelix908" + }, + "record": { + "TXT": ["vc-domain-verify=v.is-a.dev,9bd0999222ffc1417790"] + } +} diff --git a/domains/_vercel.vantage.json b/domains/_vercel.vantage.json new file mode 100644 index 000000000..05f0c9b90 --- /dev/null +++ b/domains/_vercel.vantage.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "blaze-099", + "discord": "1186691290759434350", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.QLo89mhM4fE7MyI0fwTOoE1gwfqgTROR4XPtssSWrCFKdjAMxwFLRxSVKfTTk47ZdvtFcNQ-9i6zANMmvnKWqb4lk-A_IYDgCTI-rzfl7lIAsff092nh30jydQF4TCaaPwer3yrDZs-cHqnPJe1M9tVGLROeCpH5ndmRFCFCTp0SF5fIlyed9zElmsvmVm1In-pKSTFghIOm7W5A0Y_TGgGRz1GnCd7rUL0y_2Pww__W_JmiPYaqnIaas5YfHZSeSv68f4u6TicVOUFMCmRCAeF17ajRHB8NJJmAZ_5o0pvPs-YTFttOGRRp0MV7AMObacFMFpYufgvFM6amMBuKFA.nFT85dthPK_PLwebqK3zVw.w_dE_O8xeNrfXjtiPx_VM3hBR_p0i8huGEZfvGafCIBBtWm42cuIYAZ_kNh_qai31o3i7oRRi7UXOBGeShlvXW7znEXB9nx6Xy81QrbL878.l30yta1ym3dOqtn8MC7dZA" + }, + "record": { + "TXT": ["vc-domain-verify=vantage.is-a.dev,880ae7aaeb22f3419bd0"] + } +} diff --git a/domains/_vercel.vdevanarayan.json b/domains/_vercel.vdevanarayan.json new file mode 100644 index 000000000..7310781ca --- /dev/null +++ b/domains/_vercel.vdevanarayan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "CodeTitan7", + "email": "octavius1983bc@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=vdevanarayan.is-a.dev,0c0c081b89b565d7ece1" + } +} diff --git a/domains/_vercel.vgwarden.json b/domains/_vercel.vgwarden.json new file mode 100644 index 000000000..d86a3551a --- /dev/null +++ b/domains/_vercel.vgwarden.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "VGWARDEN" + }, + "record": { + "TXT": ["vc-domain-verify=vgwarden.is-a.dev,fb2beec697ea06b98fb5"] + } +} diff --git a/domains/_vercel.victoria.json b/domains/_vercel.victoria.json new file mode 100644 index 000000000..a304182d0 --- /dev/null +++ b/domains/_vercel.victoria.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "itahseen" + }, + "record": { + "TXT": ["vc-domain-verify=victoria.is-a.dev,c0c6d37bd2ddf96a77aa"] + } +} diff --git a/domains/_vercel.vignesh.json b/domains/_vercel.vignesh.json new file mode 100644 index 000000000..556ddcb15 --- /dev/null +++ b/domains/_vercel.vignesh.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Vignesh025", + "email": "vigneshjayakumar9221@gmail.com", + "discord": "vignesh025" + }, + "record": { + "TXT": "vc-domain-verify=vignesh.is-a.dev,f3df13929e17acd366ea" + } +} diff --git a/domains/_vercel.vinay.json b/domains/_vercel.vinay.json new file mode 100644 index 000000000..94eb76124 --- /dev/null +++ b/domains/_vercel.vinay.json @@ -0,0 +1,13 @@ +{ + "description": "Personal Portfolio Website", + "repo": "https://github.com/vinugawade/vinux.in", + "owner": { + "username": "vinugawade", + "email": "vinulike11@gmail.com", + "linkedin": "https://www.linkedin.com/in/vinu-gawade", + "discord": "830872854677422150" + }, + "record": { + "TXT": ["vc-domain-verify=vinay.is-a.dev,fbe9cb0c6fd1fdf4c943"] + } +} diff --git a/domains/_vercel.vinayaka.json b/domains/_vercel.vinayaka.json new file mode 100644 index 000000000..31e91b846 --- /dev/null +++ b/domains/_vercel.vinayaka.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vinayaka-iyer", + "email": "vinayakaiyer999@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=vinayaka.is-a.dev,7cf7d34ae5fa35840467" + } +} diff --git a/domains/_vercel.vldm.json b/domains/_vercel.vldm.json new file mode 100644 index 000000000..70ce9ed96 --- /dev/null +++ b/domains/_vercel.vldm.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "VLDeMenezes", + "email": "victorleandrodemenezes@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=vldm.is-a.dev,a2a022436d0631ef5231" + } +} diff --git a/domains/_vercel.voidvault.json b/domains/_vercel.voidvault.json new file mode 100644 index 000000000..9d09ef071 --- /dev/null +++ b/domains/_vercel.voidvault.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Dev-Rajeshkumar", + "email": "rajesh8778354686@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=voidvault.is-a.dev,fdc2aadb068bd286d372"] + } +} diff --git a/domains/_vercel.vyductan.json b/domains/_vercel.vyductan.json new file mode 100644 index 000000000..9437bdcc0 --- /dev/null +++ b/domains/_vercel.vyductan.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "vyductan", + "email": "vdt5snet@gmail.com", + "discord": "370012050316984321" + }, + "record": { + "TXT": "vc-domain-verify=vyductan.is-a.dev,55a7295a416ad7fd8e1f" + } +} diff --git a/domains/_vercel.w3teal.json b/domains/_vercel.w3teal.json new file mode 100644 index 000000000..80199abbc --- /dev/null +++ b/domains/_vercel.w3teal.json @@ -0,0 +1,11 @@ +{ + "description": "Used for my W3Teal's blog website.", + "repo": "https://github.com/w3teal/w3teal.github.io", + "owner": { + "username": "w3teal", + "email": "w3teal@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=w3teal.is-a.dev,d0cb532c15b16a993c2a" + } +} diff --git a/domains/_vercel.waki.json b/domains/_vercel.waki.json new file mode 100644 index 000000000..a872c59a2 --- /dev/null +++ b/domains/_vercel.waki.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "aiwaki" + }, + "record": { + "TXT": ["vc-domain-verify=waki.is-a.dev,b5349446a26c3f0b8c9f"] + } +} diff --git a/domains/_vercel.wallsified.json b/domains/_vercel.wallsified.json new file mode 100644 index 000000000..973264f98 --- /dev/null +++ b/domains/_vercel.wallsified.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "wallsified", + "email": "danielparedes@ciencias.unam.mx" + }, + "record": { + "TXT": "vc-domain-verify=wallsified.is-a.dev,a6e231e5e5b6733aba43" + } +} diff --git a/domains/_vercel.wasim.json b/domains/_vercel.wasim.json new file mode 100644 index 000000000..82edb123b --- /dev/null +++ b/domains/_vercel.wasim.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "simbaig", + "email": "wasimbaig000@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=wasim.is-a.dev,6b4abdaf07b7f6517075" + } +} diff --git a/domains/_vercel.willymateo.json b/domains/_vercel.willymateo.json new file mode 100644 index 000000000..251c9ce29 --- /dev/null +++ b/domains/_vercel.willymateo.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "willymateo", + "email": "matheoowilly@gmail.com", + "discord": "willycocolon" + }, + "record": { + "TXT": "vc-domain-verify=willymateo.is-a.dev,6c7018f1721c84a520df" + } +} diff --git a/domains/_vercel.windowsed.json b/domains/_vercel.windowsed.json new file mode 100644 index 000000000..de75fcff5 --- /dev/null +++ b/domains/_vercel.windowsed.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "windowsed1225", + "discord": "906415095473655810", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.a-9JVOA2JaMUvluRZbdp86QqNgeudFNVjYFoXPMx-Jh9noecZerTZaLxOyUg5ayJy9dyEXhf0B4zNZ1Rzwidmh7j13xCqd1yzbn3kTwnslr2vIi_y9jhzOU88ICnt3fFg-TIInmOoFS4R_qQhbYisc1RBRxSYB-T7h2BulQ8IsDlhMM13riRbprmjP8G-BXFp0LXTUFStwDqdtmbKUrQzGSihKc1G3NeWBsdvWE6VAp7YseD7X9QVd5lK1EF8PPiLqUO_DchocY7lhnEWsMuNbHcI9uayviJD91_hH_IKPV_PAhZCWTl6uQzxCdn3jHiYXh9OMN591x9q-OtkdRh0w.Sco_cW3oKPy6DxN3DvssTA.0xK3c1KZGJ_fzD8AMRyzoMYpatPbc-U4N-Miy3s4LLSKLp0hLN_Yj763HZ12u1t54m8lo2q3ChMGh_7WDiWwiF2nm17cpEYEJQ9MkLshCm5fEyxdNSkkDuLsb_0AzKg5PxxieE9dcW_IHgKIfU9kTg.3kH8224BAKJxuXUASG7OCA" + }, + "record": { + "TXT": "vc-domain-verify=windowsed.is-a.dev,e5344d1f26e8286585de" + } +} diff --git a/domains/_vercel.wizardsword.json b/domains/_vercel.wizardsword.json new file mode 100644 index 000000000..a5afab226 --- /dev/null +++ b/domains/_vercel.wizardsword.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MukuJhansi", + "discord": "1115658967012626542" + }, + "record": { + "TXT": ["vc-domain-verify=wizardsword.is-a.dev,bf203775c8ab97f0aa24"] + } +} diff --git a/domains/_vercel.woogi.json b/domains/_vercel.woogi.json new file mode 100644 index 000000000..0e43067d7 --- /dev/null +++ b/domains/_vercel.woogi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "woogi-kang", + "email": "woogi.dev@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=woogi.is-a.dev,067989673fe543ef5114" + } +} diff --git a/domains/_vercel.wouter.json b/domains/_vercel.wouter.json new file mode 100644 index 000000000..6d9d0c5c2 --- /dev/null +++ b/domains/_vercel.wouter.json @@ -0,0 +1,10 @@ +{ + "description": "Wouter's personal website", + "owner": { + "username": "wouter173", + "email": "wouter@debruijn.dev" + }, + "record": { + "TXT": ["vc-domain-verify=wouter.is-a.dev,b69cd5b6b6811fe3538d"] + } +} diff --git a/domains/_vercel.xenonrexo.json b/domains/_vercel.xenonrexo.json new file mode 100644 index 000000000..2a6c78644 --- /dev/null +++ b/domains/_vercel.xenonrexo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "shshahms", + "email": "shahadathossenshams@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=xenonrexo.is-a.dev,8fbb85bd77adeb090add" + } +} diff --git a/domains/_vercel.yaxh.json b/domains/_vercel.yaxh.json new file mode 100644 index 000000000..7f88e26d9 --- /dev/null +++ b/domains/_vercel.yaxh.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "yaxhcodes", + "email": "meyashjoshi3101@gmail.com", + "discord": "965845932782526495" + }, + "record": { + "TXT": "vc-domain-verify=yaxh.is-a.dev,6469548bcd2901c7c348" + } +} diff --git a/domains/_vercel.yoan.json b/domains/_vercel.yoan.json new file mode 100644 index 000000000..062b727bb --- /dev/null +++ b/domains/_vercel.yoan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "yoan-gilliand", + "email": "yoangilliand@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=yoan.is-a.dev,74485448b7e7f2fd4b95" + } +} diff --git a/domains/_vercel.yohanesrioirsan.json b/domains/_vercel.yohanesrioirsan.json new file mode 100644 index 000000000..0edf88def --- /dev/null +++ b/domains/_vercel.yohanesrioirsan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "yohanesrioirsan", + "email": "rioirsan8@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=yohanesrioirsan.is-a.dev,2c8b157439c95db80770" + } +} diff --git a/domains/_vercel.youssef.json b/domains/_vercel.youssef.json new file mode 100644 index 000000000..e54a53d60 --- /dev/null +++ b/domains/_vercel.youssef.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "YoussefDevPro", + "email": "youssef.pro.coding@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=youssef.is-a.dev,8a21ff17b71b3518be3c" + } +} diff --git a/domains/_vercel.yuko.json b/domains/_vercel.yuko.json index bb134b85c..c7bcd6e69 100644 --- a/domains/_vercel.yuko.json +++ b/domains/_vercel.yuko.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "DreamLikeAmonster", - "email": "", - "discord": "918872621892911164", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.FyzirrX9msJ22dfqcMb_F476tQ5rUYYmG681OE-Iel2p4ng72GCkf6U1y2jE3W8y8EpmY4SIZLyCQxnfkChRJB3Sf6SHBg54FaZYrhwZL6c42HNf5qbXPo1G8SMafzENqI4NuVFdpy4ctY-kqet3IUdELwb5Ca062tHi0f4ofxygXCvbPeL5Kwr7pttv87nFdrXyQXbONOyBSIEdkV_svZSqoIeN_pvYFwP6Ui5uPXLu1MK_wrhmDkCfsaq9fW1dhxJG9cg70pqTJLt9DsrhQydcG4CWC335MNjy4xPpSWWgIzraJGyf-tGpME8_gsYCSq0KFt7LDw8sDhfyJ-E_jQ.OErg6Z3UQeu0J_ICaJ2fNQ.BwUoHl2d0Hr1OfmCOg_m-LtJ_wwn_K2hSYsx3hiUvbzYzw5JTTM5c9phF5t_EX1ceBnp_-0cTtPOc7525aB8ThlWuEgqfa5yEd2XRy5GFpU._yB2iJ0EFbGg6MwFxU7p0A" - }, - - "record": { - "TXT": "vc-domain-verify=yuko.is-a.dev,69ddf764dd9d6db9011e" - } - } + "owner": { + "username": "DreamLikeAmonster", + "discord": "918872621892911164", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.FyzirrX9msJ22dfqcMb_F476tQ5rUYYmG681OE-Iel2p4ng72GCkf6U1y2jE3W8y8EpmY4SIZLyCQxnfkChRJB3Sf6SHBg54FaZYrhwZL6c42HNf5qbXPo1G8SMafzENqI4NuVFdpy4ctY-kqet3IUdELwb5Ca062tHi0f4ofxygXCvbPeL5Kwr7pttv87nFdrXyQXbONOyBSIEdkV_svZSqoIeN_pvYFwP6Ui5uPXLu1MK_wrhmDkCfsaq9fW1dhxJG9cg70pqTJLt9DsrhQydcG4CWC335MNjy4xPpSWWgIzraJGyf-tGpME8_gsYCSq0KFt7LDw8sDhfyJ-E_jQ.OErg6Z3UQeu0J_ICaJ2fNQ.BwUoHl2d0Hr1OfmCOg_m-LtJ_wwn_K2hSYsx3hiUvbzYzw5JTTM5c9phF5t_EX1ceBnp_-0cTtPOc7525aB8ThlWuEgqfa5yEd2XRy5GFpU._yB2iJ0EFbGg6MwFxU7p0A" + }, + "record": { + "TXT": "vc-domain-verify=yuko.is-a.dev,69ddf764dd9d6db9011e" + } +} diff --git a/domains/_vercel.z.json b/domains/_vercel.z.json new file mode 100644 index 000000000..45d4bfd88 --- /dev/null +++ b/domains/_vercel.z.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jakeharrison90", + "email": "overtonmarke@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=z.is-a.dev,9be8de01c9c241334606"] + } +} diff --git a/domains/_vercel.zai.json b/domains/_vercel.zai.json index 301421989..c102016a0 100644 --- a/domains/_vercel.zai.json +++ b/domains/_vercel.zai.json @@ -1,11 +1,10 @@ { - "owner": { - "username": "Zai-Kun", - "email": "", - "discord": "1100460955390988410", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.m6cKdJTirBBSL5dhwU-39VbjpjyfPP_9mSRhao-tr5TYYAZ2KnkwkYsCWJ9euM2LB4GZyUqNCviMtjOM1AXoxWq_lVH7pHgvC8I3a-HeKX0TNcy819o5nlrINjiM4770f09woEl5GVw3bGajgeJLWTPmj7PTWBvQkQ3Ug9Iuye7HmZ-UAIgh8kEw7LJzhyOKS2UTIgrA4hFF7epgCXSrma27dhHqTOjDPeg30dBO1aF8LNaF9GRnAn_IZE8Lah1ZFB9kqZRta466Zuzz8k5ztk4d-cPZEpuR6s6QIpHnddumx_hIt386nsfyQezQIo6TF5InIMT6fWkXUxDlkTyYqQ.D2xW1pY3dTkoLE7rwujNmw.PAHfsXDfCMvwEnw2-xyEYy1PCsEnfFJrkz9wAUOzUebiQsVvJ8_EjuuRFj9okzrjerIpOt2jVSyc_d9F6JFKR4AD9vbFtsMgQ0ni-6wdH6I.2MpIxeaOipjNwh0uvaaAEw" - }, - "record": { - "TXT": "vc-domain-verify=zai.is-a.dev,d6fe937cdbbdde7c76a4" - } + "owner": { + "username": "Zai-Kun", + "discord": "1100460955390988410", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.m6cKdJTirBBSL5dhwU-39VbjpjyfPP_9mSRhao-tr5TYYAZ2KnkwkYsCWJ9euM2LB4GZyUqNCviMtjOM1AXoxWq_lVH7pHgvC8I3a-HeKX0TNcy819o5nlrINjiM4770f09woEl5GVw3bGajgeJLWTPmj7PTWBvQkQ3Ug9Iuye7HmZ-UAIgh8kEw7LJzhyOKS2UTIgrA4hFF7epgCXSrma27dhHqTOjDPeg30dBO1aF8LNaF9GRnAn_IZE8Lah1ZFB9kqZRta466Zuzz8k5ztk4d-cPZEpuR6s6QIpHnddumx_hIt386nsfyQezQIo6TF5InIMT6fWkXUxDlkTyYqQ.D2xW1pY3dTkoLE7rwujNmw.PAHfsXDfCMvwEnw2-xyEYy1PCsEnfFJrkz9wAUOzUebiQsVvJ8_EjuuRFj9okzrjerIpOt2jVSyc_d9F6JFKR4AD9vbFtsMgQ0ni-6wdH6I.2MpIxeaOipjNwh0uvaaAEw" + }, + "record": { + "TXT": "vc-domain-verify=zai.is-a.dev,d6fe937cdbbdde7c76a4" + } } diff --git a/domains/_vercel.zalnars.json b/domains/_vercel.zalnars.json new file mode 100644 index 000000000..df91c694c --- /dev/null +++ b/domains/_vercel.zalnars.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "zalnaRs", + "email": "zalnars@proton.me", + "discord": "zalnars" + }, + "record": { + "TXT": "vc-domain-verify=zalnars.is-a.dev,61ba9176019e738b5c09" + } +} diff --git a/domains/_vercel.zara.json b/domains/_vercel.zara.json new file mode 100644 index 000000000..e5e0538b0 --- /dev/null +++ b/domains/_vercel.zara.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tutupharirabu", + "email": "code.zharaurien@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=zara.is-a.dev,54fd6194f447f7c5295b" + } +} \ No newline at end of file diff --git a/domains/_vercel.zehao.json b/domains/_vercel.zehao.json new file mode 100644 index 000000000..cf6b9d3ca --- /dev/null +++ b/domains/_vercel.zehao.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "2eha0", + "email": "zehao93@outlook.com" + }, + "record": { + "TXT": "vc-domain-verify=zehao.is-a.dev,6fbc4cc62fac0cd68f14" + } +} diff --git a/domains/_vercel.zold.json b/domains/_vercel.zold.json new file mode 100644 index 000000000..0b36e47cf --- /dev/null +++ b/domains/_vercel.zold.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AhmedOsamaMath", + "email": "ahmedosamamath@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=zold.is-a.dev,43d9c99b8a4db2628eed" + } +} diff --git a/domains/a.json b/domains/a.json index b3f291c15..387844593 100644 --- a/domains/a.json +++ b/domains/a.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "dhruvakalur", - "email": "", - "discord": "794802369216380949", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.n6sY7FH0bwRVpn5paxjZE9b0AS1bS9fiw6WV4sdfPhfnRrO9vR_Mxznkv_LzM5IWuOPUrNzJ8el1rUP1_BEnafofpoSYWV4J326U0TjFnhOysYjmpJ00oNE_TkBdF-gIlwZ3Ps6X2_i5OwLkWysa6oz7-DPHMA2bN27pC7VV7uMwt8gbvLH7BBgnpgZk7vf9eQ7hb8lgHDfjaeaxfG8PoGnO4SBMxcS_Q9hQxW-z7WsfBTTOeKC8jDg3ql5CCtw4epp61hmMGMD8Fk0ETZTDXVHLRVVLsR78uKwgRm-eifgDRVgycfoGfZpRkdZAWFG5fmAYTAxOxCFj6Efa44n-tA.PzULyP0rlpaGmeRh1tX5pA._J47HD2_nZv5f8j_vl5QZZCxbm6K4_nvrZ4LVcTdjH275xenN3SC3fbM-kQFokjiiKtiaSdZMxokzZtBbDBXHORYh2Z9Ve1ENytjWkmOP3U.YDrfLdRHD6-J3Bb9_7iysA" - }, - - "record": { - "A": ["45.90.12.29"] - } - } - \ No newline at end of file + "owner": { + "username": "dhruvakalur", + "discord": "794802369216380949", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.n6sY7FH0bwRVpn5paxjZE9b0AS1bS9fiw6WV4sdfPhfnRrO9vR_Mxznkv_LzM5IWuOPUrNzJ8el1rUP1_BEnafofpoSYWV4J326U0TjFnhOysYjmpJ00oNE_TkBdF-gIlwZ3Ps6X2_i5OwLkWysa6oz7-DPHMA2bN27pC7VV7uMwt8gbvLH7BBgnpgZk7vf9eQ7hb8lgHDfjaeaxfG8PoGnO4SBMxcS_Q9hQxW-z7WsfBTTOeKC8jDg3ql5CCtw4epp61hmMGMD8Fk0ETZTDXVHLRVVLsR78uKwgRm-eifgDRVgycfoGfZpRkdZAWFG5fmAYTAxOxCFj6Efa44n-tA.PzULyP0rlpaGmeRh1tX5pA._J47HD2_nZv5f8j_vl5QZZCxbm6K4_nvrZ4LVcTdjH275xenN3SC3fbM-kQFokjiiKtiaSdZMxokzZtBbDBXHORYh2Z9Ve1ENytjWkmOP3U.YDrfLdRHD6-J3Bb9_7iysA" + }, + "record": { + "A": ["45.90.12.29"] + } +} diff --git a/domains/aadi.json b/domains/aadi.json deleted file mode 100644 index ce1fd3bd8..000000000 --- a/domains/aadi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "repo": "https://github.com/ringholder/ringholder.github.io", - "owner": { - "username": "ringholder", - "email": "", - "discord": "ringholder" - }, - "record": { - "CNAME": "ringholder.github.io" - } -} diff --git a/domains/aaditya.json b/domains/aaditya.json new file mode 100644 index 000000000..5db37d8c2 --- /dev/null +++ b/domains/aaditya.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "aaditya2200", + "email": "aaditya2200@gmail.com" + }, + "record": { + "CNAME": "aaditya2200.github.io" + } +} diff --git a/domains/aadityaa.json b/domains/aadityaa.json new file mode 100644 index 000000000..0609b2d10 --- /dev/null +++ b/domains/aadityaa.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Aadityaa2606", + "email": "aadityaa2606@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/aakarsh.json b/domains/aakarsh.json new file mode 100644 index 000000000..d9a5e2544 --- /dev/null +++ b/domains/aakarsh.json @@ -0,0 +1,12 @@ +{ + "description": "My portfolio website", + "repo": "https://github.com/Aakarsh-Kumar/persnol", + "owner": { + "username": "Aakarsh-Kumar", + "email": "aakarsh2504@gmail.com", + "discord": "spyperx" + }, + "record": { + "A": ["216.24.57.1"] + } +} diff --git a/domains/aakashrawat.json b/domains/aakashrawat.json new file mode 100644 index 000000000..24c81cf1a --- /dev/null +++ b/domains/aakashrawat.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "aakashrawat04", + "email": "2004rawataakash@gmail.com", + "discord": "759817307957493800" + }, + "record": { + "CNAME": "aakashrawat.vercel.app" + } +} diff --git a/domains/aakashs.json b/domains/aakashs.json index 88fa2b76f..ee582b803 100644 --- a/domains/aakashs.json +++ b/domains/aakashs.json @@ -6,6 +6,6 @@ "discord": "AakashS#9630" }, "record": { - "CNAME": "Aakash-kun.github.io" + "CNAME": "aakash-kun.github.io" } } diff --git a/domains/aankit.json b/domains/aankit.json new file mode 100644 index 000000000..6f23070b9 --- /dev/null +++ b/domains/aankit.json @@ -0,0 +1,14 @@ + +{ + "description": "Ankit's GitHub page", + "repo": "https://github.com/Ankit-0310", + "owner": { + "username": "Ankit-0310", + "email": "ankitarya753@gmail.com", + "telegram": "F0RBIDDEN_USER", + "github": "Ankit-0310" + }, + "record": { + "CNAME": "Ankit-0310.github.io" + } +} diff --git a/domains/aaqif.json b/domains/aaqif.json new file mode 100644 index 000000000..bf7ed2ea3 --- /dev/null +++ b/domains/aaqif.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio", + "repo": "https://github.com/aaqifshafi/react-portfolio", + "owner": { + "username": "aaqifshafi", + "email": "aaqifshafi@gmail.com" + }, + "record": { + "CNAME": "react-portfolio-ashen-tau.vercel.app" + } +} diff --git a/domains/aargh.json b/domains/aargh.json deleted file mode 100644 index a1eef442d..000000000 --- a/domains/aargh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "aargh.is-a.dev", - "repo": "https://github.com/FloatingComet62/floatingcomet62.github.io", - "owner": { - "username": "FloatingComet62", - "email": "shubh2007rai@gmail.com" - }, - "record": { - "CNAME": "floatingcomet62.github.io" - } -} diff --git a/domains/aaron.json b/domains/aaron.json new file mode 100644 index 000000000..721474eb1 --- /dev/null +++ b/domains/aaron.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AaronPerezPerez", + "email": "aarperper@gmail.com" + }, + "record": { + "CNAME": "terminal-portfolio-h80h9v8ub-aaronperezperez.vercel.app" + } +} diff --git a/domains/aaronfort.json b/domains/aaronfort.json new file mode 100644 index 000000000..0ae96d92b --- /dev/null +++ b/domains/aaronfort.json @@ -0,0 +1,10 @@ +{ + "description": "Documentation website for Aaron Fort", + "owner": { + "username": "AaronFortG", + "email": "aaronfortg@gmail.com" + }, + "record": { + "CNAME": "mycurriculum.salleurl.edu" + } +} diff --git a/domains/aaryan.json b/domains/aaryan.json index 56b9728c3..728e3ac2b 100644 --- a/domains/aaryan.json +++ b/domains/aaryan.json @@ -1,20 +1,12 @@ { - "owner": { - "username": "Aaryan-N", - "email": "", - "discord": "652433042153144321", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.RE4SnzQsF8mU81IgFbFll-aRz00dgrRzHb93gKwvaM03w_ksZTABXtjQBNe91kffdNc9M3JpnZVUlRPWGsXcdcyIUGUctweC7d7HZKNylvAYm12-xVmaX8PYM5B4l1TwTfZfACx2LckVKZUR0dZUkIVvTVHPCMF2xCGb7z8Ic-iSSu2Dp5mywp5XN8qu1dC8ep46fzkqfMeVWtzv8daNB332nz-nwKVDx_22MuYJy3mpeMMQVPRU41oWILQoWYVWYVhsiqpgw1VXKdyd52VmzgfmG6Gj0bYPeoIDzWIX8Tb-zhjxiy67tXaZYqZ7Y6DhT-t8FoZtrAfkWVyH28VOgA.KHOXZEbbSdswKeb51IRQzw.9asWvdPDaCTj6nfgO7jC4juUIdDmstvUHCjd2lb_7LK0EKJyiriVsW8F6yG7L0hCUFvPGYRfWCgn1ffzGJsbCxn-sC7aN4vfildGU5geAHA.4lTkjQOfgK2NOf2Pdf7b9A" - }, - "record": { - "A": [ - "75.2.60.5" - ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": [ - "v=spf1 include:spf.improvmx.com ~all" - ] - } + "owner": { + "username": "Aaryan-N", + "discord": "652433042153144321", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.RE4SnzQsF8mU81IgFbFll-aRz00dgrRzHb93gKwvaM03w_ksZTABXtjQBNe91kffdNc9M3JpnZVUlRPWGsXcdcyIUGUctweC7d7HZKNylvAYm12-xVmaX8PYM5B4l1TwTfZfACx2LckVKZUR0dZUkIVvTVHPCMF2xCGb7z8Ic-iSSu2Dp5mywp5XN8qu1dC8ep46fzkqfMeVWtzv8daNB332nz-nwKVDx_22MuYJy3mpeMMQVPRU41oWILQoWYVWYVhsiqpgw1VXKdyd52VmzgfmG6Gj0bYPeoIDzWIX8Tb-zhjxiy67tXaZYqZ7Y6DhT-t8FoZtrAfkWVyH28VOgA.KHOXZEbbSdswKeb51IRQzw.9asWvdPDaCTj6nfgO7jC4juUIdDmstvUHCjd2lb_7LK0EKJyiriVsW8F6yG7L0hCUFvPGYRfWCgn1ffzGJsbCxn-sC7aN4vfildGU5geAHA.4lTkjQOfgK2NOf2Pdf7b9A" + }, + "record": { + "A": ["75.2.60.5"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + } } diff --git a/domains/aasoft.json b/domains/aasoft.json new file mode 100644 index 000000000..6c967b549 --- /dev/null +++ b/domains/aasoft.json @@ -0,0 +1,10 @@ +{ + "description": "alireza mohebbi threejs project - aasoft.ir", + "owner": { + "username": "aasoftir", + "email": "aasoftmohebbi@gmail.com" + }, + "record": { + "URL": "https://glitch-text-threejs.vercel.app/" + } +} diff --git a/domains/aayushakacloudy.json b/domains/aayushakacloudy.json index 1f76e391d..6feb21808 100644 --- a/domains/aayushakacloudy.json +++ b/domains/aayushakacloudy.json @@ -6,6 +6,6 @@ "email": "aaayush.dev@gmail.com" }, "record": { - "CNAME": "gamedevCloudy.github.io" + "CNAME": "gamedevcloudy.github.io" } } diff --git a/domains/aayushbharti.json b/domains/aayushbharti.json index 4d12555a7..9f57910d9 100644 --- a/domains/aayushbharti.json +++ b/domains/aayushbharti.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "aayushbharti", - "email": "iaayushbharti@gmail.com" - }, - "record": { - "CNAME": "aayushbharti.pages.dev" - } + "owner": { + "username": "aayushbharti", + "email": "iaayushbharti@gmail.com" + }, + "record": { + "CNAME": "aayushbharti.pages.dev" + } } diff --git a/domains/abaan.json b/domains/abaan.json index 86b1091c3..b0b914af9 100644 --- a/domains/abaan.json +++ b/domains/abaan.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "Abaan5467", - "email": "abaan@metfabproducts.com" - }, - "record": { - "CNAME": "abaan5467.github.io" - } + "owner": { + "username": "Abaan5467", + "email": "abaan@metfabproducts.com" + }, + "record": { + "CNAME": "abaan5467.github.io" + } } diff --git a/domains/abdallahbari.json b/domains/abdallahbari.json new file mode 100644 index 000000000..1a4f7ee79 --- /dev/null +++ b/domains/abdallahbari.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Abdallah01win", + "email": "abdellah01win@gmail.com" + }, + "record": { + "CNAME": "portfolio-bf2.pages.dev" + } +} diff --git a/domains/abdelghani.json b/domains/abdelghani.json new file mode 100644 index 000000000..df1731a2d --- /dev/null +++ b/domains/abdelghani.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "abdessattar23", + "discord": "1226143665567567954", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.eU0sigYFTiUmRSsjTm8HIpmuwsrshbwh3EHiAN0We7TPTvlwMZxh3Yf7G9dkLOygXKomX08LOA1ELcJB9vK2OWbbK2k6fOJQQCKr6S7pV9ZU4HifKGXPxQKoPAmo72Zqenp9PBZ0USq0j05eprWD5deGY3YvW_L6o38wcDJdSD2k8ivwPFxvY3PUA1ntL8tHVAhq-oMPXUVXVpsHjZqDGbatQEHyUe0vQhc7dbmJF5HlvRVXOw3M-1EQmBURw_5tEAKDxZSzn2G0zu2hGnzT_vqgi-OAu9cSM1br4ytgLbUHG1VnuU9VQtEXLF1Rvp8aWPUwxq_1ojm07mzXBChM4g.JuGnrwrSF9PLG44nC_dtRA.Lb1j-9z9OQiV-bS8d0vSFUqV367FZpYp2wZmKlodkAagnu8suFiGz2DzxT086wdpucbFOCRJD4l1jjBVcNDq7R12hdcpu5_o-zh8r5JwpbDVyjC4Mjdxs4hLpwZH5OEp.OmkfnGL8CjO_8IJtjAfnwQ" + }, + "record": { + "CNAME": "king255-del.github.io" + } +} diff --git a/domains/abdelhamied.json b/domains/abdelhamied.json new file mode 100644 index 000000000..7992106d2 --- /dev/null +++ b/domains/abdelhamied.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "abdelhamied403", + "email": "abdelhamied403@gmail.com" + }, + "record": { + "CNAME": "abdelhamied.vercel.app" + } +} diff --git a/domains/abdelkarim-ain.json b/domains/abdelkarim-ain.json deleted file mode 100644 index 64ace5d29..000000000 --- a/domains/abdelkarim-ain.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "abdelkarimain", - "email": "abdelkarimain0@gmail.com" - }, - "record": { - "CNAME": "abdelkarimain.github.io" - } -} diff --git a/domains/abdessattar.json b/domains/abdessattar.json index e0fb31e1d..8e81cca0b 100644 --- a/domains/abdessattar.json +++ b/domains/abdessattar.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "abdessattar23", - "email": "elyagoubiabdessattar@gmail.com" - }, - "record": { - "CNAME": "abdessattar23.github.io" - } + "owner": { + "username": "abdessattar23", + "email": "elyagoubiabdessattar@gmail.com" + }, + "record": { + "CNAME": "abdessattar23.github.io" + } } diff --git a/domains/abdi.json b/domains/abdi.json new file mode 100644 index 000000000..e99490e04 --- /dev/null +++ b/domains/abdi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "abdiopp", + "email": "ginnieabdullah007@gmail.com" + }, + "record": { + "CNAME": "abdi-portfolio.web.app" + } +} diff --git a/domains/abdo.json b/domains/abdo.json index 0aa8537f1..61a492730 100644 --- a/domains/abdo.json +++ b/domains/abdo.json @@ -1,9 +1,12 @@ { + "description": "Abdo AT Main Web Page", + "repo": "https://github.com/xAbdoAT/xabdoat.github.io", "owner": { - "username": "xAbdoATx", - "email": "xabdoat@gmail.com" + "username": "xAbdoAT", + "email": "xabdoat@gmail.com", + "twitter": "xAbdoAT" }, "record": { - "CNAME": "xabdoatx.github.io" + "CNAME": "xabdoat.github.io" } } diff --git a/domains/abdul.json b/domains/abdul.json index 71b6bf706..60f35a05b 100644 --- a/domains/abdul.json +++ b/domains/abdul.json @@ -1,10 +1,10 @@ { - "owner": { - "username": "AhadWeb3", - "email": "ahad4387@gmail.com" - }, - "description": "portofolio website.", - "record": { - "URL": "https://abdul-ahad-portfolio.webflow.io" - } - } \ No newline at end of file + "owner": { + "username": "AhadWeb3", + "email": "ahad4387@gmail.com" + }, + "description": "portofolio website.", + "record": { + "URL": "https://abdul-ahad-portfolio.webflow.io" + } +} diff --git a/domains/abdullah-al-mridul.json b/domains/abdullah-al-mridul.json new file mode 100644 index 000000000..eecee44a1 --- /dev/null +++ b/domains/abdullah-al-mridul.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "abdullah-al-mridul", + "email": "rim89987@gmail.com" + }, + "record": { + "CNAME": "abdullah-al-mridul-dev.vercel.app" + } +} diff --git a/domains/abdullah.json b/domains/abdullah.json deleted file mode 100644 index 549ce8855..000000000 --- a/domains/abdullah.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "adistar964", - "email": "adistar964@gmail.com" - }, - "description": "this is for my personal website made.", - "record": { - "CNAME": "adistar964.github.io" - } -} diff --git a/domains/abdullahcxd.json b/domains/abdullahcxd.json new file mode 100644 index 000000000..e2865eab2 --- /dev/null +++ b/domains/abdullahcxd.json @@ -0,0 +1,19 @@ +{ + "description": "Portfolio use", + "repo": "https://github.com/abdullahcxd/abdullahcxd.github.io", + "owner": { + "username": "abdullahcxd", + "email": "sabdullahcxd@gmail.com", + "discord": "sabdullahcxd" + }, + "record": { + "A": [ + "185.199.109.153", + "185.199.110.153", + "185.199.108.153", + "185.199.111.153" + ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + } +} diff --git a/domains/abdullyahuza.json b/domains/abdullyahuza.json new file mode 100644 index 000000000..60c707d30 --- /dev/null +++ b/domains/abdullyahuza.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "abdullyahuza", + "email": "yahuzaabdulrazak@gmail.com" + }, + "record": { + "CNAME": "abdullyahuza.github.io" + } +} diff --git a/domains/abdulquddus.json b/domains/abdulquddus.json new file mode 100644 index 000000000..84b383608 --- /dev/null +++ b/domains/abdulquddus.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "aqdev-tech", + "email": "abdulquddusinda@gmail.com" + }, + "record": { + "CNAME": "abdulquddus.onrender.com" + } + } + diff --git a/domains/abdulrazzaq.json b/domains/abdulrazzaq.json new file mode 100644 index 000000000..f8296566f --- /dev/null +++ b/domains/abdulrazzaq.json @@ -0,0 +1,10 @@ +{ + "description": "Portfolio Website", + "owner": { + "username": "algo-encoders", + "email": "a.razzaq4085@gmail.com" + }, + "record": { + "A": ["75.119.140.170"] + } +} diff --git a/domains/abe.json b/domains/abe.json index 7029a15cd..4685df8eb 100644 --- a/domains/abe.json +++ b/domains/abe.json @@ -4,7 +4,6 @@ "email": "skyrocket180@gmail.com", "discord": "1201432681913778260" }, - "record": { "CNAME": "profile01.overstand.app" } diff --git a/domains/abeer.json b/domains/abeer.json new file mode 100644 index 000000000..c78b73e57 --- /dev/null +++ b/domains/abeer.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "abeer555", + "email": "abeergupta555@gmail.com" + }, + "record": { + "CNAME": "abeer555.github.io" + } +} diff --git a/domains/abeja.json b/domains/abeja.json new file mode 100644 index 000000000..df4348575 --- /dev/null +++ b/domains/abeja.json @@ -0,0 +1,12 @@ +{ + "description": "Abeja's portfolio", + "repo": "https://github.com/TheRealCrazyfuy/TheRealCrazyfuy.github.io", + "owner": { + "username": "TheRealCrazyfuy", + "discord": "realabeja", + "reddit": "crazyfuy" + }, + "record": { + "CNAME": "TheRealCrazyfuy.github.io" + } +} diff --git a/domains/abhay.json b/domains/abhay.json new file mode 100644 index 000000000..470df7cdc --- /dev/null +++ b/domains/abhay.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "uniquepersun", + "email": "abhay.i0am@gmail.com", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.WIRf3W3gkAD5c_yyczIieWIABVFKWjmCVV0l_jrxtMMOnT2mWlAELQAVfwDsjz2XEX6NcrWmCEaTEYC0aVCeWEgSjnl_r077RRwQuAOED2ICK-M5WvKDPdUuPlChYVtpbRiByY1nmFWUp5DGn7Z2faQrla_7Ji2e924mSSJppOeBuhcDZ0mZ0Mc3Z8X4DWgQ5xBbKFoREVkyuPSs9Y6Q0-lZsFZijj9khQsQDbDgZT8v3Fv9swLkqAdt-ZMBr7ZdvJSkBbtWj8L038WAZ6dSg-ix3xpkluU97jQt6kLkOyRYY5MKDFoSkxraBumZA9-YDB3pDL_2yAZ23cvHywnPDg.kU_H99RhrpznpQWwrfJ_Aw.yuZV5PvTwNvz5T1JlXOnGw7JjHcUDj_KdD9XGpvQ2rQQ9twNQJESMqj55Jxbgx2jX6mzJsRWmlJDPkE3eSkMQOv3AJuxuWdX4kGpREkxeixFGB8N1oviCe6z0JoYfRuW.GdyFBUkFmKP1fVuGM1CdCA" + }, + "record": { + "URL": "https://uniquepersun.hackclub.app" + } +} diff --git a/domains/abhijith.json b/domains/abhijith.json new file mode 100644 index 000000000..e96c95311 --- /dev/null +++ b/domains/abhijith.json @@ -0,0 +1,11 @@ +{ + "description": "Personal portfolio", + "repo": "https://github.com/abhisawesome/abhisawesome.github.io", + "owner": { + "username": "abhisawesome", + "email": "abhijithababhijith@gmail.com" + }, + "record": { + "CNAME": "abhisawesome.github.io" + } +} diff --git a/domains/abhinav-shyju.json b/domains/abhinav-shyju.json new file mode 100644 index 000000000..24d2c8bbe --- /dev/null +++ b/domains/abhinav-shyju.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "abhinavshyju", + "email":"abhinavshyjupc@gmail.com" + }, + "record": { + "CNAME": "portfolio-6ns.pages.dev" + } +} diff --git a/domains/abhinav.json b/domains/abhinav.json new file mode 100644 index 000000000..024126e58 --- /dev/null +++ b/domains/abhinav.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "abh1nav", + "email": "abhinav316@gmail.com" + }, + "record": { + "CNAME": "blog.abhinav.ca" + } +} diff --git a/domains/abhishek.json b/domains/abhishek.json index b0097a288..227fde739 100644 --- a/domains/abhishek.json +++ b/domains/abhishek.json @@ -1,6 +1,5 @@ { "description": "Abhishek's personal website", - "repo": "https://github.com/nullpointxr", "owner": { "username": "nullpointxr", "email": "abhishek.sankar.in@protonmail.com" diff --git a/domains/abhishekissac.json b/domains/abhishekissac.json new file mode 100644 index 000000000..ee7e62597 --- /dev/null +++ b/domains/abhishekissac.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Abhishek-Issac", + "email": "abhishekissac0@gmail.com" + }, + "record": { + "CNAME": "abhishek-issac.github.io" + }, + "proxied": false +} diff --git a/domains/abhishekkumar.json b/domains/abhishekkumar.json index 81ca81759..1ad2bff3b 100644 --- a/domains/abhishekkumar.json +++ b/domains/abhishekkumar.json @@ -1,6 +1,5 @@ { "description": "Abhishek's personal developer website", - "repo": "https://github.com/Abhishek-569", "owner": { "username": "Abhishek-569", "email": "akabhishek4444@gmail.com" diff --git a/domains/abid.json b/domains/abid.json deleted file mode 100644 index 8c17122ee..000000000 --- a/domains/abid.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "abidhasannir", - "email": "abidhasannir@omail.edu.pl" - }, - "record": { - "CNAME": "abidhasannir.github.io" - } -} diff --git a/domains/abidraza.json b/domains/abidraza.json new file mode 100644 index 000000000..7be5b4881 --- /dev/null +++ b/domains/abidraza.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ariabid", + "email": "ari.abid@gmail.com" + }, + "record": { + "URL": "https://abidraza.com" + } +} diff --git a/domains/donate.gornostay25.json b/domains/abiels.json similarity index 69% rename from domains/donate.gornostay25.json rename to domains/abiels.json index 184f0e4b8..53d0546fc 100644 --- a/domains/donate.gornostay25.json +++ b/domains/abiels.json @@ -1,7 +1,7 @@ { "owner": { - "username": "gornostay25", - "email": "me@gornostay25.is-a.dev" + "email": "usagecomputer1@gmail.com", + "username": "Abiel0" }, "record": { "A": [ diff --git a/domains/abineethan.json b/domains/abineethan.json new file mode 100644 index 000000000..9983a2f6d --- /dev/null +++ b/domains/abineethan.json @@ -0,0 +1,10 @@ +{ + "description": "This is my portfolio website.", + "owner": { + "username": "abineethan", + "email": "abineethan22@gmail.com" + }, + "record": { + "CNAME": "abineethan-dev.web.app" + } +} diff --git a/domains/about.harshshah.json b/domains/about.harshshah.json new file mode 100644 index 000000000..4adaaf31d --- /dev/null +++ b/domains/about.harshshah.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Harsh-0986", + "email": "harsh2102.dev@gmail.com", + "discord": "889700837520199761" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/abu.json b/domains/abu.json new file mode 100644 index 000000000..62c3163d8 --- /dev/null +++ b/domains/abu.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Mohamed-faaris", + "email": "mohammedfaaris2005@gmail.com" + }, + "record": { + "URL": "https://github.com/Mohamed-Abu-Bakkar" + } + } + \ No newline at end of file diff --git a/domains/abubakar.json b/domains/abubakar.json index dda6395cb..9143d444b 100644 --- a/domains/abubakar.json +++ b/domains/abubakar.json @@ -3,7 +3,6 @@ "repo": "https://github.com/AbubakarKang/AbubakarKang.github.io", "owner": { "username": "AbubakarKang", - "email": "", "discord": "TheHacker#4418" }, "record": { diff --git a/domains/ac.json b/domains/ac.json new file mode 100644 index 000000000..688a1d5e7 --- /dev/null +++ b/domains/ac.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/acdev1508/acdev1508.github.io", + "owner": { + "username": "acdev1508", + "email": "acgamer1508@gmail.com" + }, + "record": { + "CNAME": "acdev1508.github.io" + } +} diff --git a/domains/account.juststudio.json b/domains/account.juststudio.json new file mode 100644 index 000000000..0e9c53ba8 --- /dev/null +++ b/domains/account.juststudio.json @@ -0,0 +1,11 @@ +{ + "description": "It will be redirect to accounts.juststudio.is-a.dev", + "owner": { + "username": "JustDeveloper1", + "email": "support@juststudio.is-a.dev", + "discord": "1117482901353812088" + }, + "record": { + "CNAME": "juststudio-account.web.app" + } +} diff --git a/domains/accounts.juststudio.json b/domains/accounts.juststudio.json new file mode 100644 index 000000000..e2655ff63 --- /dev/null +++ b/domains/accounts.juststudio.json @@ -0,0 +1,11 @@ +{ + "description": "For account system", + "owner": { + "username": "JustDeveloper1", + "email": "support@juststudio.is-a.dev", + "discord": "1117482901353812088" + }, + "record": { + "CNAME": "accounts.clerk.services" + } +} diff --git a/domains/ace.json b/domains/ace.json index a372f365b..740356487 100644 --- a/domains/ace.json +++ b/domains/ace.json @@ -3,7 +3,6 @@ "username": "diamond-gold", "email": "diamond-gold-ace@outlook.com" }, - "record": { "URL": "https://github.com/diamond-gold" } diff --git a/domains/achim.json b/domains/achim.json index b7d6e33c9..1ca781547 100644 --- a/domains/achim.json +++ b/domains/achim.json @@ -1,7 +1,6 @@ { "owner": { "username": "nohli", - "email": "", "twitter": "joachi_" }, "record": { diff --git a/domains/achyut.json b/domains/achyut.json new file mode 100644 index 000000000..a10e770c0 --- /dev/null +++ b/domains/achyut.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "achyutkneupane", + "email": "achyutkneupane@gmail.com", + "linkedin": "achyutneupane" + }, + "record": { + "CNAME": "achyut.com.np" + } +} diff --git a/domains/ad.lver.json b/domains/ad.lver.json new file mode 100644 index 000000000..2ae1da6dc --- /dev/null +++ b/domains/ad.lver.json @@ -0,0 +1,11 @@ +{ + "github": "https://github.com/lverx", + "owner": { + "username": "lverx", + "email": "profoundlvr@gmail.com" + }, + "record": { + "A": ["52.72.49.79"] + }, + "proxied": true +} diff --git a/domains/ada.json b/domains/ada.json new file mode 100644 index 000000000..68b113b9b --- /dev/null +++ b/domains/ada.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ada-lovecraft", + "email": "ada@codevinsky.com" + }, + "record": { + "CNAME": "ada-lovecraft.github.io" + } +} diff --git a/domains/adam.json b/domains/adam.json index 073d89e03..3aadd5915 100644 --- a/domains/adam.json +++ b/domains/adam.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "adamrexo", - "email": "", - "discord": "898638440592191509", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.UQXA3K1mX8Pq_S_dcKeoB7MzL_ON5vOvOGOA_0xPft015rDYunl47BEB_lxW0viGYUMvnecBkv6vBnxUrCtoh9F1f2QNnSfJMpDLRnEoiJt4gwt3wSuW8zlw7Y4gkr0oGoqPqXoVZkZOXtn1-SAB5h_rHksFxolsoxNUGbqfcqTcsHScsjVDhlfRSK7eGn-0iWJCjiQc0nL4HPHm-ziu0p2q4bFXzp6XreLITFZIASffgJzFldC2lmxXe3iR1A_T1zHw93f6rUrgdKgWRAN4qhmxHeSUatmI3uMTc0sd2BS0c99IumRnEYVzQDNkSutfw_zo5wDTjp2aabyb7XqusQ.dj4_olpViy2ITJcHo1Fo6g.IXDL4TFulPcVWPZMZ9SR5yoKVD0dS44Rx1-dHODPZw1ZoOUDliQDqUF5csyOdbLGLXiRAl6bsePXCVLIpYoPGwC25zKxI1z7maAu4uHQ6dI.QvaiUlJyNs4nk2-cV_HgDg" - }, - - "record": { - "A": ["130.162.237.143"] - } - } - \ No newline at end of file + "owner": { + "username": "adamrexo", + "discord": "898638440592191509", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.UQXA3K1mX8Pq_S_dcKeoB7MzL_ON5vOvOGOA_0xPft015rDYunl47BEB_lxW0viGYUMvnecBkv6vBnxUrCtoh9F1f2QNnSfJMpDLRnEoiJt4gwt3wSuW8zlw7Y4gkr0oGoqPqXoVZkZOXtn1-SAB5h_rHksFxolsoxNUGbqfcqTcsHScsjVDhlfRSK7eGn-0iWJCjiQc0nL4HPHm-ziu0p2q4bFXzp6XreLITFZIASffgJzFldC2lmxXe3iR1A_T1zHw93f6rUrgdKgWRAN4qhmxHeSUatmI3uMTc0sd2BS0c99IumRnEYVzQDNkSutfw_zo5wDTjp2aabyb7XqusQ.dj4_olpViy2ITJcHo1Fo6g.IXDL4TFulPcVWPZMZ9SR5yoKVD0dS44Rx1-dHODPZw1ZoOUDliQDqUF5csyOdbLGLXiRAl6bsePXCVLIpYoPGwC25zKxI1z7maAu4uHQ6dI.QvaiUlJyNs4nk2-cV_HgDg" + }, + "record": { + "A": ["130.162.237.143"] + } +} diff --git a/domains/adamkarepin.json b/domains/adamkarepin.json index b205b71ae..ad01bd17e 100644 --- a/domains/adamkarepin.json +++ b/domains/adamkarepin.json @@ -3,7 +3,6 @@ "repo": "https://github.com/K7Adam/my-webfolio-angular", "owner": { "username": "K7Adam", - "email": "", "twitter": "7AdamK" }, "record": { diff --git a/domains/adamperkowski.json b/domains/adamperkowski.json new file mode 100644 index 000000000..91d448055 --- /dev/null +++ b/domains/adamperkowski.json @@ -0,0 +1,11 @@ +{ + "description": "Adam Perkowski's personal website", + "repo": "https://github.com/adamperkowski/website", + "owner": { + "username": "adamperkowski", + "email": "adas1per@protonmail.com" + }, + "record": { + "CNAME": "adamperkowski.dev" + } +} diff --git a/domains/adarshkumar.json b/domains/adarshkumar.json new file mode 100644 index 000000000..33719d97f --- /dev/null +++ b/domains/adarshkumar.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Adarsh R. Kumar", + "email": "adarshravikumar2@gmail.com" + }, + "record": { + "CNAME": "adarshrkumar.github.io" + } +} diff --git a/domains/adarshs.json b/domains/adarshs.json index a235a68d2..0667a7768 100644 --- a/domains/adarshs.json +++ b/domains/adarshs.json @@ -1,6 +1,5 @@ { "description": "The portfolio of Adarsh S", - "repo": "https://github.com/adarshsuresh07", "owner": { "username": "adarshsuresh07", "email": "adarshsuresh@cet.ac.in" diff --git a/domains/adharsh.json b/domains/adharsh.json new file mode 100644 index 000000000..525648f9f --- /dev/null +++ b/domains/adharsh.json @@ -0,0 +1,11 @@ +{ + "description": "My Portfolio", + "repo": "https://github.com/adharsh-A/portfolio2024", + "owner": { + "username": "adharsh-a", + "email": "adharshcodes@gmail.com" + }, + "record": { + "URL": "https://adharsh-portfolio.netlify.app/" + } +} diff --git a/domains/adib.json b/domains/adib.json new file mode 100644 index 000000000..eaec424cc --- /dev/null +++ b/domains/adib.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Adib23704", + "email": "adib23704@gmail.com" + }, + "record": { + "URL": "https://adib23704.com" + } +} diff --git a/domains/adil.json b/domains/adil.json new file mode 100644 index 000000000..30ff38264 --- /dev/null +++ b/domains/adil.json @@ -0,0 +1,11 @@ +{ + "description": "Adil Mohammed's Dev Portfolio", + "repo": "https://github.com/adil-uddin/adil-uddin.github.io", + "owner": { + "username": "adil-uddin", + "email": "adilaryan786@gmail.com" + }, + "record": { + "CNAME": "adil-uddin.github.io" + } +} diff --git a/domains/adithyapaib.json b/domains/adithyapaib.json new file mode 100644 index 000000000..0364e4d2a --- /dev/null +++ b/domains/adithyapaib.json @@ -0,0 +1,12 @@ +{ + "description": "My Portfolio Website", + "repo": "https://github.com/adithyapaib/adithyapaib.github.io", + "owner": { + "username": "adithyapaib", + "email": "paiadithya26@gmail.com", + "twitter": "adithyapaib" + }, + "record": { + "CNAME": "adithyapaib.github.io" + } +} diff --git a/domains/aditya.json b/domains/aditya.json index 60cf9857a..191ff4102 100644 --- a/domains/aditya.json +++ b/domains/aditya.json @@ -1,13 +1,10 @@ { - "description": "my personal homepage", - "repo": "https://github.com/dedomil", + "description": "Aditya portfolio", "owner": { - "username": "dedomil", - "email": "ishqaddy@gmail.com", - "twitter": "aadixl", - "discord": "dedomil" + "username": "raghav-45", + "email": "raghavbhai4545@gmail.com" }, "record": { - "CNAME": "dedomil.github.io" + "A": ["76.76.21.21"] } } diff --git a/domains/adityavijay.json b/domains/adityavijay.json index f00652f71..0b267c1e3 100644 --- a/domains/adityavijay.json +++ b/domains/adityavijay.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "adityavijay21", - "email": "adityavijay2103@gmail.com" - }, - "record": { - "CNAME": "resume-qt2q.onrender.com" - } + "owner": { + "username": "adityavijay21", + "email": "adityavijay2103@gmail.com" + }, + "record": { + "CNAME": "resume-qt2q.onrender.com" + } } diff --git a/domains/admir.json b/domains/admir.json new file mode 100644 index 000000000..fb6ab3bd0 --- /dev/null +++ b/domains/admir.json @@ -0,0 +1,11 @@ +{ + "description": "Admir", + "repo": "https://github.com/justadmir/justadmir.github.io", + "owner": { + "username": "justadmir", + "email": "admirtahiraj242@gmail.com" + }, + "record": { + "CNAME": "justadmir.github.io" + } +} diff --git a/domains/adnan.json b/domains/adnan.json index ba9825fc8..ccee39dee 100644 --- a/domains/adnan.json +++ b/domains/adnan.json @@ -3,8 +3,7 @@ "username": "Adnan0131", "email": "sonuadnan6@gmail.com" }, - "record": { - "CNAME": "adnan0131.github.io" + "CNAME": "adnan-ahamed-portfolio.vercel.app" } } diff --git a/domains/adoqet.json b/domains/adoqet.json index e85fe6bd4..66b43beae 100644 --- a/domains/adoqet.json +++ b/domains/adoqet.json @@ -10,12 +10,7 @@ "185.199.110.153", "185.199.109.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": [ - "v=spf1 include:spf.improvmx.com ~all" - ] + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] } } diff --git a/domains/adrenocortico.json b/domains/adrenocortico.json new file mode 100644 index 000000000..06fe99b2d --- /dev/null +++ b/domains/adrenocortico.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Adrenocortico", + "email": "francesco.dulio@icloud.com" + }, + "record": { + "CNAME": "adrenocortico.github.io" + } +} diff --git a/domains/adriancmiranda.json b/domains/adriancmiranda.json new file mode 100644 index 000000000..f74f5e370 --- /dev/null +++ b/domains/adriancmiranda.json @@ -0,0 +1,16 @@ +{ + "owner": { + "username": "adriancmiranda", + "email": "ad@is-a.dev" + }, + "record": { + "URL": "https://adrian-miranda.vercel.app" + }, + "redirect_config": { + "custom_paths": { + "/github": "https://github.com/adriancmiranda", + "/linkedin": "https://www.linkedin.com/in/adriancmiranda" + }, + "redirect_paths": true + } +} diff --git a/domains/adrianqr.json b/domains/adrianqr.json new file mode 100644 index 000000000..0247637d3 --- /dev/null +++ b/domains/adrianqr.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AdrianQR01", + "email": "adrianquenard@gmail.com" + }, + "record": { + "CNAME": "adrianqr01.github.io" + } +} diff --git a/domains/adrien.json b/domains/adrien.json new file mode 100644 index 000000000..373a2b06f --- /dev/null +++ b/domains/adrien.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "technetist", + "email": "adrien@maranville.io" + }, + "record": { + "URL": "https://maranville.io" + } +} diff --git a/domains/adriichu.json b/domains/adriichu.json index 7a4cc01f3..3f3fc169b 100644 --- a/domains/adriichu.json +++ b/domains/adriichu.json @@ -5,7 +5,6 @@ "twitter": "Adriichuu", "discord": "Aaron#0069" }, - "record": { "CNAME": "aaron-web.pages.dev" } diff --git a/domains/advance-bot.json b/domains/advance-bot.json index 3275b6f92..0d0fa56fb 100644 --- a/domains/advance-bot.json +++ b/domains/advance-bot.json @@ -4,7 +4,6 @@ "email": "gpratham522@gmail.com", "discord": "840244590870003762" }, - "record": { "A": ["69.30.249.53"] } diff --git a/domains/advik.json b/domains/advik.json index b54c5b23f..3c91a02e7 100644 --- a/domains/advik.json +++ b/domains/advik.json @@ -4,7 +4,6 @@ "email": "advik.b@gmail.com", "discord": "765739254164357121" }, - "record": { "CNAME": "advik-b.github.io" } diff --git a/domains/adwait.json b/domains/adwait.json new file mode 100644 index 000000000..7e521f5dd --- /dev/null +++ b/domains/adwait.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio-Website", + "repo": "https://github.com/Adwait0901/Portfolio", + "owner": { + "username": "Adwait0901", + "email": "adwaitpatil0901@gmail.com" + }, + "record": { + "CNAME": "adwait0901.github.io" + } +} diff --git a/domains/aespada.json b/domains/aespada.json new file mode 100644 index 000000000..9d3440281 --- /dev/null +++ b/domains/aespada.json @@ -0,0 +1,11 @@ +{ + "description": "Personal portfolio", + "repo": "https://github.com/alexES13/alexES13.github.io", + "owner": { + "username": "alexES13", + "email": "butano_tren.7r@icloud.com" + }, + "record": { + "CNAME": "alexes13.github.io" + } +} diff --git a/domains/aesyncio.json b/domains/aesyncio.json index 113d3a35a..2e3fcf001 100644 --- a/domains/aesyncio.json +++ b/domains/aesyncio.json @@ -4,7 +4,6 @@ "email": "ssupercow@proton.me", "discord": "1235901872649539604" }, - "record": { "CNAME": "aesyncio.github.io" } diff --git a/domains/aeyika.json b/domains/aeyika.json new file mode 100644 index 000000000..5daaf7ac9 --- /dev/null +++ b/domains/aeyika.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "aeyika", + "email": "aeyikastech@gmail.com" + }, + "record": { + "CNAME": "portfolio-aeyikas-projects.vercel.app" + } +} diff --git a/domains/affan.json b/domains/affan.json new file mode 100644 index 000000000..9930f2698 --- /dev/null +++ b/domains/affan.json @@ -0,0 +1,18 @@ +{ + "owner": { + "username": "orkkz", + "email": "affanorakzai19@gmail.com" + }, + "record": { + "A": ["75.2.60.5"], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": [ + "v=spf1 include:_spf.mx.cloudflare.net include:spf.improvmx.com ~all", + "dh=92c9945830f32cb180df547af9f491ff1a4c75a9", + "google-site-verification=siT0966V4oDzv8eaTUk2ISSZY5Ox6BU2eM28sg2fUFo" + ] + } +} diff --git a/domains/afnan.json b/domains/afnan.json new file mode 100644 index 000000000..3974d2c22 --- /dev/null +++ b/domains/afnan.json @@ -0,0 +1,11 @@ +{ + "description": "My portfolio website", + "repo": "https://github.com/Sayed-Afnan-Khazi/sayed-afnan-khazi.github.io", + "owner": { + "username": "Sayed-Afnan-Khazi", + "email": "oofnanfake1@gmail.com" + }, + "record": { + "CNAME": "sayed-afnan-khazi.github.io" + } +} diff --git a/domains/afonsoribeiro.json b/domains/afonsoribeiro.json new file mode 100644 index 000000000..c0a21b66f --- /dev/null +++ b/domains/afonsoribeiro.json @@ -0,0 +1,12 @@ +{ + "description": "My personal website", + "owner": { + "username": "Afons0Ribeiro", + "email": "afonsomsfribeiro@gmail.com" + }, + "record": { + "A": ["94.61.156.248"], + "AAAA": ["2001:818:eb38:800:c13b:6eab:f74c:b965"] + }, + "proxied": false +} diff --git a/domains/afp.json b/domains/afp.json index 9a7f0a88b..18874e3b2 100644 --- a/domains/afp.json +++ b/domains/afp.json @@ -1,16 +1,10 @@ { "owner": { "username": "AndreasFxPro", - "email": "", "discord": "423906482904629268" }, "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": [ - "v=spf1 include:spf.improvmx.com ~all" - ] + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] } } diff --git a/domains/aftermath.json b/domains/aftermath.json new file mode 100644 index 000000000..ebce80cbf --- /dev/null +++ b/domains/aftermath.json @@ -0,0 +1,12 @@ +{ + "description": "Describe the use of this subdomain", + "repo": "https://github.com/AfterMath9/aftermath9.github.io", + "owner": { + "username": "AfterMath9", + "email": "amrmafalani@yahoo.com", + "twitter": "iBadDroid" + }, + "record": { + "CNAME": "aftermath9.github.io" + } +} diff --git a/domains/agam778.json b/domains/agam778.json index 3a41fe69b..51a483cac 100644 --- a/domains/agam778.json +++ b/domains/agam778.json @@ -1,6 +1,5 @@ { "description": "Agam's Website", - "repo": "https://github.com/agam778", "owner": { "username": "agam778", "email": "agam778@zohomail.in" diff --git a/domains/agelos.json b/domains/agelos.json new file mode 100644 index 000000000..8d73e484a --- /dev/null +++ b/domains/agelos.json @@ -0,0 +1,11 @@ +{ + "description": "agelospanagiotakis profile", + "repo": "https://github.com/agelospanagiotakis/agelospanagiotakis.github.io", + "owner": { + "username": "agelospanagiotakis", + "email": "agelospanagiotakis@gmail.com" + }, + "record": { + "CNAME": "agelospanagiotakis.github.io" + } +} diff --git a/domains/agilani.json b/domains/agilani.json new file mode 100644 index 000000000..efc1c9699 --- /dev/null +++ b/domains/agilani.json @@ -0,0 +1,10 @@ +{ + "description": "agilani.is-a.dev", + "owner": { + "username": "agilani", + "email": "me@agilani.me" + }, + "record": { + "CNAME": "www.agilani.me" + } +} diff --git a/domains/agn.json b/domains/agn.json index a20a8d69b..abb5350e6 100644 --- a/domains/agn.json +++ b/domains/agn.json @@ -4,7 +4,6 @@ "email": "agnesmoret@proton.me", "discord": "694917200720429066" }, - "record": { "CNAME": "agnesmonret.github.io" } diff --git a/domains/ah2.json b/domains/ah2.json new file mode 100644 index 000000000..52cfde079 --- /dev/null +++ b/domains/ah2.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ah2", + "email": "uni.ahmamy@gmail.com" + }, + "record": { + "URL": "https://hamd.cloud.libraryofcode.org" + } +} diff --git a/domains/ahku.json b/domains/ahku.json index 814591fb9..5c10f18ad 100644 --- a/domains/ahku.json +++ b/domains/ahku.json @@ -4,10 +4,7 @@ "email": "pebna7d9@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" } } diff --git a/domains/ahmed.json b/domains/ahmed.json new file mode 100644 index 000000000..b963d5b52 --- /dev/null +++ b/domains/ahmed.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AhmedOsamaMath", + "email": "ahmedosamamath@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/ahmedeldin.json b/domains/ahmedeldin.json deleted file mode 100644 index cc2ba7a1d..000000000 --- a/domains/ahmedeldin.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Portfolio Website", - "owner": { - "username": "ahmed-eldin", - "email": "ahmedeldin98@gmail.com" - }, - "record": { - "CNAME": "ahmed-eldin.github.io" - } -} diff --git a/domains/ahmedosama.json b/domains/ahmedosama.json new file mode 100644 index 000000000..b963d5b52 --- /dev/null +++ b/domains/ahmedosama.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AhmedOsamaMath", + "email": "ahmedosamamath@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/ahmedosamamath.json b/domains/ahmedosamamath.json new file mode 100644 index 000000000..b963d5b52 --- /dev/null +++ b/domains/ahmedosamamath.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AhmedOsamaMath", + "email": "ahmedosamamath@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/ahsw.json b/domains/ahsw.json index 5a9ab36d7..cde17ec68 100644 --- a/domains/ahsw.json +++ b/domains/ahsw.json @@ -1,6 +1,5 @@ { "description": "Ahsw Personal Website", - "repo": "https://github.com/Ahsw7", "owner": { "username": "Ahsw", "email": "jasjusjambu.segar@gmail.com" diff --git a/domains/ahuja-m.json b/domains/ahuja-m.json index 9c030d54f..c89d72ea7 100644 --- a/domains/ahuja-m.json +++ b/domains/ahuja-m.json @@ -2,8 +2,7 @@ "description": "This is a user", "repo": "https://github.com/ahuja-m/ahuja-m.github.io", "owner": { - "username": "ahuja-m", - "email": "" + "username": "ahuja-m" }, "record": { "CNAME": "ahuja-m.github.io" diff --git a/domains/ahyalfan.json b/domains/ahyalfan.json new file mode 100644 index 000000000..7d8f20858 --- /dev/null +++ b/domains/ahyalfan.json @@ -0,0 +1,10 @@ +{ + "description": "this is for my personal website made.", + "owner": { + "username": "ahyalfan", + "email": "alfandi0857@gmail.com" + }, + "record": { + "URL": "https://ahyalfan.my.id" + } +} diff --git a/domains/ai-demo.json b/domains/ai-demo.json index 51914a0f8..abda22637 100644 --- a/domains/ai-demo.json +++ b/domains/ai-demo.json @@ -4,7 +4,6 @@ "email": "andrew@maintainers.is-a.dev", "discord": "598245488977903688" }, - "record": { "CNAME": "andrewstech.github.io" } diff --git a/domains/ai-y.json b/domains/ai-y.json deleted file mode 100644 index 99101fef5..000000000 --- a/domains/ai-y.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "yunexiz", - "discord": "1040303561847881729", - "email": "" - }, - - "record": { - "CNAME": "ai-y-web.pages.dev" - } -} diff --git a/domains/ai-y.yosuke.json b/domains/ai-y.yosuke.json deleted file mode 100644 index e4b6d6271..000000000 --- a/domains/ai-y.yosuke.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "yunexiz", - "discord": "1040303561847881729", - "email": "" - }, - "record": { - "CNAME": "ai-y-main.pages.dev" - } -} diff --git a/domains/ai-y.yunexiz.json b/domains/ai-y.yunexiz.json deleted file mode 100644 index 1a06bbbaf..000000000 --- a/domains/ai-y.yunexiz.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "yunexiz", - "discord": "1040303561847881729", - "email": "" - }, - "record": { - "CNAME": "yunexiz.github.io" - } -} diff --git a/domains/ai.json b/domains/ai.json new file mode 100644 index 000000000..1f6312968 --- /dev/null +++ b/domains/ai.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Bananalolok", + "discord": "banana_lol_7678" + }, + "record": { + "NS": ["audrey.ns.cloudflare.com", "hank.ns.cloudflare.com"] + } +} diff --git a/domains/aida.json b/domains/aida.json new file mode 100644 index 000000000..cc459d361 --- /dev/null +++ b/domains/aida.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "thorerik", + "discord": "107056552212447232", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.F6zhssd8zE-flkk300JMr63UJLCkeuPHAwqIH5cGnonDP518oKiR1OZYawVLnzKrIHNrGcZBPX09cCxiLg9sebHfP0TLthuGpM3PWEw6F0Zmbo3kvIHYWlmtnCJLhM5a4bxxwGJYS_Lb77-SzZkZrRsc__slqrpzZspu4R0SFjC6XSvfutYJLac00Wfp0yW4PZhgja9v-2W0DVW7a5fGUAKJT-E-JXfIORrmjHOCysJdxGfn468h6TDKxYDJbwjFffjNuY3jVHNK1s9Nouf7bya9bTvgtdQCoiaPO0OdlX4PIbeHKD01oLAOlKQjcPkUC2L9YLqN0rrwpHop3vHwBA.-rIc3UZYeyaMd64cOpSYbw.UridMk-3yNDqMa0VdqmjUKjS8rSmY2blxZDEv7DoMB6dd_Eb6yLFq1MYWujwTO93W6EatgvotWXAM9ZUPhYchWY1uPMQ99S_1P_Q4c6qR7Ch7yTSvKnU_qYsT4QiC-gO.BYZgAlo82oK0UJsCavGwSg" + }, + "record": { + "CNAME": "beorn-blog.pages.dev" + } +} diff --git a/domains/aidan.json b/domains/aidan.json new file mode 100644 index 000000000..40049af0b --- /dev/null +++ b/domains/aidan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sangnd2x", + "email": "sanguyen128@gmail.com" + }, + "record": { + "A": ["103.211.201.28"] + } +} diff --git a/domains/aiden.json b/domains/aiden.json index a03f0aaf8..cbb9b220a 100644 --- a/domains/aiden.json +++ b/domains/aiden.json @@ -1,11 +1,11 @@ { - "description": "Redirect for my personal website", - "repo": "https://github.com/ignSKRRRTT/register", - "owner": { - "username": "ignSKRRRTT", - "email": "me@aiden.gg" - }, - "record": { - "URL": "https://aiden.gg" - } + "description": "Redirect for my personal website", + "repo": "https://github.com/ignSKRRRTT/register", + "owner": { + "username": "ignSKRRRTT", + "email": "me@aiden.gg" + }, + "record": { + "URL": "https://aiden.gg" + } } diff --git a/domains/aidhani.json b/domains/aidhani.json index 7c919180a..421dac4f6 100644 --- a/domains/aidhani.json +++ b/domains/aidhani.json @@ -3,7 +3,6 @@ "username": "AidhaniDev", "email": "aidhanidev@gmail.com" }, - "record": { "URL": "https://sites.google.com/view/aidhanidev/home" } diff --git a/domains/aiko.json b/domains/aiko.json index 0e5c6d3f4..a89817a76 100644 --- a/domains/aiko.json +++ b/domains/aiko.json @@ -3,7 +3,6 @@ "username": "AikoNee", "email": "shenzie1131@gmail.com" }, - "record": { "CNAME": "aiko.pages.dev" } diff --git a/domains/aishik999.json b/domains/aishik999.json new file mode 100644 index 000000000..2e09e3b16 --- /dev/null +++ b/domains/aishik999.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "aishik999", + "email": "aishikm2002@gmail.com" + }, + "record": { + "CNAME": "aishik999.vercel.app" + } +} diff --git a/domains/aitji.json b/domains/aitji.json new file mode 100644 index 000000000..a7c793f2f --- /dev/null +++ b/domains/aitji.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "aitji", + "email": "ait.suriya@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/aizuu.json b/domains/aizuu.json index 928524511..a51faf945 100644 --- a/domains/aizuu.json +++ b/domains/aizuu.json @@ -1,6 +1,5 @@ { "description": "Aizuu's Personal Website", - "repo": "https://github.com/VeguiIzumi", "owner": { "username": "Aizuu", "email": "baby@alvindaldi.my.id" diff --git a/domains/aj.json b/domains/aj.json index 5ada85f5e..486c3c722 100644 --- a/domains/aj.json +++ b/domains/aj.json @@ -1,9 +1,12 @@ { "owner": { - "username": "Aditya-Jyoti", - "email": "aj.adityajyoti@gmail.com" + "username": "alvinsjoy", + "discord": "825382504353234954" }, "record": { - "URL": "https://aditya-jyoti.github.io" + "A": ["76.76.21.21"], + "TXT": [ + "google-site-verification=CT0XYnjNC4mKSCOf5Bg0MhiAI1iA5fE2j0cQRJ6PNNo" + ] } } diff --git a/domains/aj7.json b/domains/aj7.json index d07fe1565..caa135dfc 100644 --- a/domains/aj7.json +++ b/domains/aj7.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "Aj-Seven", - "email": "", - "discord": "1001724019764105307", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.PrSBRDaJlKvzZqQ36RQuk7LNoUgHNzidvrUf1soAaR-omfIi3O45AhrScQhU9kLyAzrXUVomzObZ1t9PEmdkIEkRB2ixGfUGNw2QXoLGE_YD7bXSuiQ37FI3wlpQnSbhwEEInlrN1m4k7B4q-NieWDVy6TUUvjwJRHB3PoX_v2sBeyHAq8z0JPgKxtqZa87tRl5HOV-l8-3oUdVWBALzy29V67leds49-JiZUhSlBtI8i9ffL9vsSVJd_ZDBtCivc69jraLmeqcUaeRs6gBCf6PCEKedFL0DFESQJs20Q3NycNBM-lDbTnRAELwIH_qTR-Kp-1mlGRZRi86negfShg.LsD0K6KH_2ix58TY5XVo7A.XVuT8kmSk4-Et5is2YvbWkV2j1BmeJmP_hsXPIro3M1eYZpxSGdD6UEeTkPVA1Y5_jap3XmImFi5cytqLn0v5eWiZqFDdB4_bbsL1eDqzJc.28Rc2WPMDexZtJVxuECDqw" - }, - - "record": { - "CNAME": "ajseven.eu.org" - } - } - \ No newline at end of file + "owner": { + "username": "Aj-Seven", + "discord": "1001724019764105307", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.PrSBRDaJlKvzZqQ36RQuk7LNoUgHNzidvrUf1soAaR-omfIi3O45AhrScQhU9kLyAzrXUVomzObZ1t9PEmdkIEkRB2ixGfUGNw2QXoLGE_YD7bXSuiQ37FI3wlpQnSbhwEEInlrN1m4k7B4q-NieWDVy6TUUvjwJRHB3PoX_v2sBeyHAq8z0JPgKxtqZa87tRl5HOV-l8-3oUdVWBALzy29V67leds49-JiZUhSlBtI8i9ffL9vsSVJd_ZDBtCivc69jraLmeqcUaeRs6gBCf6PCEKedFL0DFESQJs20Q3NycNBM-lDbTnRAELwIH_qTR-Kp-1mlGRZRi86negfShg.LsD0K6KH_2ix58TY5XVo7A.XVuT8kmSk4-Et5is2YvbWkV2j1BmeJmP_hsXPIro3M1eYZpxSGdD6UEeTkPVA1Y5_jap3XmImFi5cytqLn0v5eWiZqFDdB4_bbsL1eDqzJc.28Rc2WPMDexZtJVxuECDqw" + }, + "record": { + "CNAME": "ajseven.eu.org" + } +} diff --git a/domains/ajay-charotariya.json b/domains/ajay-charotariya.json index 1debf9c38..790b15b2e 100644 --- a/domains/ajay-charotariya.json +++ b/domains/ajay-charotariya.json @@ -2,8 +2,7 @@ "description": "Ajay charotariya.", "repo": "https://github.com/ajay-charotariya/ajay-charotariya.github.io", "owner": { - "username": "ajay-charotariya", - "email": "" + "username": "ajay-charotariya" }, "record": { "CNAME": "ajay-charotariya.github.io" diff --git a/domains/ajayj.json b/domains/ajayj.json new file mode 100644 index 000000000..a6c769dc1 --- /dev/null +++ b/domains/ajayj.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AJAY260505", + "email": "ajay260505@gmail.com" + }, + "record": { + "CNAME": "ajayjaisankar.netlify.app" + } +} diff --git a/domains/ajays.json b/domains/ajays.json index 8fa7f088c..fc9561518 100644 --- a/domains/ajays.json +++ b/domains/ajays.json @@ -6,6 +6,6 @@ "email": "ajays.dev.contact@gmail.com" }, "record": { - "CNAME": "Dev-Ajay-sahani.github.io" + "CNAME": "dev-ajay-sahani.github.io" } } diff --git a/domains/ajaysathvik.json b/domains/ajaysathvik.json new file mode 100644 index 000000000..d6948d1bb --- /dev/null +++ b/domains/ajaysathvik.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ajaysathvik", + "email": "ajaysathviksu@gmail.com" + }, + "record": { + "CNAME": "ajaysathvik.vercel.app" + } +} diff --git a/domains/ajie.json b/domains/ajie.json index d38a44c72..f0b5e92c5 100644 --- a/domains/ajie.json +++ b/domains/ajie.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "AjieDev", - "email": "ajiedev@ajieblogs.eu.org" - }, - "record": { - "CNAME": "ajiedev.pages.dev" - } + "owner": { + "username": "AjieDev", + "email": "ajiedev@ajieblogs.eu.org" + }, + "record": { + "CNAME": "ajiedev.pages.dev" + } } diff --git a/domains/ajit-thakor.json b/domains/ajit-thakor.json index 7c6593d98..366303fd1 100644 --- a/domains/ajit-thakor.json +++ b/domains/ajit-thakor.json @@ -2,8 +2,7 @@ "description": "Ajit Portfolio.", "repo": "https://github.com/ajit-thakor/ajit-thakor.github.io", "owner": { - "username": "ajit-thakor", - "email": "" + "username": "ajit-thakor" }, "record": { "CNAME": "ajit-thakor.github.io" diff --git a/domains/ajt-lkmn.json b/domains/ajt-lkmn.json new file mode 100644 index 000000000..8ca65f40c --- /dev/null +++ b/domains/ajt-lkmn.json @@ -0,0 +1,11 @@ +{ + "description": "Documentation website for is-a.dev", + "repo": "https://github.com/ajanthaa-lakkshmanan/ajanthaa-lakkshmanan.github.io", + "owner": { + "username": "ajanthaa-lakkshmanan", + "email": "ajanthal@srmist.edu.in" + }, + "record": { + "CNAME": "ajanthaa-lakkshmanan.github.io" + } +} diff --git a/domains/ajtabs.json b/domains/ajtabs.json new file mode 100644 index 000000000..b6c25a2f7 --- /dev/null +++ b/domains/ajtabs.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ajtabjs", + "email": "oro10jua@gmail.com" + }, + "record": { + "CNAME": "aj-swag-portfolio.pages.dev" + } +} diff --git a/domains/ak-profile.json b/domains/ak-profile.json new file mode 100644 index 000000000..cf97a0f79 --- /dev/null +++ b/domains/ak-profile.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Akash0816", + "email": "akashoffical321@gmail.com" + }, + "record": { + "CNAME": "akash0816.github.io" + } +} diff --git a/domains/ak.json b/domains/ak.json index 9eb611b67..63cf7a230 100644 --- a/domains/ak.json +++ b/domains/ak.json @@ -1,9 +1,7 @@ { "description": "AK's Dev Website", - "repo": "https://github.com/AKGaming0001", "owner": { "username": "AKGaming0001", - "email": "", "twitter": "NotAKGaming", "discord": "AKGaming#7664" }, diff --git a/domains/akai.json b/domains/akai.json index 78b0eb0c2..464021e18 100644 --- a/domains/akai.json +++ b/domains/akai.json @@ -1,7 +1,6 @@ { "owner": { "username": "AmazingAkai", - "email": "", "discord": "Akai#8199" }, "record": { diff --git a/domains/akashj.json b/domains/akashj.json new file mode 100644 index 000000000..5e52375e9 --- /dev/null +++ b/domains/akashj.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "akash-janapati", + "email": "akash2009janapati@gmail.com" + }, + "record": { + "CNAME": "akash-janapati.github.io" + } +} diff --git a/domains/akashkumar.json b/domains/akashkumar.json new file mode 100644 index 000000000..4d28c8345 --- /dev/null +++ b/domains/akashkumar.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "akash-kumar-dev", + "email": "akashkumar.dev00@gmail.com" + }, + "record": { + "CNAME": "akashkumar-dev.vercel.app" + } +} \ No newline at end of file diff --git a/domains/akashr.json b/domains/akashr.json index 5886e4058..985641834 100644 --- a/domains/akashr.json +++ b/domains/akashr.json @@ -1,9 +1,9 @@ -{ - "owner": { - "username": "akash2600707", - "email": "akashramesh2607@gmail.com" - }, - "record": { - "CNAME": "akashr-portfolio.onrender.com" - } -} \ No newline at end of file +{ + "owner": { + "username": "akash2600707", + "email": "akashramesh2607@gmail.com" + }, + "record": { + "CNAME": "akashr-portfolio.onrender.com" + } +} diff --git a/domains/akatsuki.json b/domains/akatsuki.json index 38307d498..e996dfee6 100644 --- a/domains/akatsuki.json +++ b/domains/akatsuki.json @@ -4,7 +4,6 @@ "email": "wilsonmigueljalla@gmail.com", "discord": "1223721772051075193" }, - "record": { "CNAME": "akatsuki-crew.rf.gd" } diff --git a/domains/akay.json b/domains/akay.json new file mode 100644 index 000000000..bc171483e --- /dev/null +++ b/domains/akay.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "AKBORANA3" + }, + "record": { + "A": ["76.76.21.21"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + } +} diff --git a/domains/akborana.json b/domains/akborana.json deleted file mode 100644 index 0a46fee2c..000000000 --- a/domains/akborana.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "akborana3", - "email": "akayonfire3@gmail.com", - "discord": "1042457884736368721" - }, - - "record": { - "CNAME": "akborana3.github.io" - } -} diff --git a/domains/akcord.json b/domains/akcord.json index f367e58b2..da8d0c122 100644 --- a/domains/akcord.json +++ b/domains/akcord.json @@ -1,14 +1,12 @@ { - "description": "AKCord's Portfolio", - "repo": "https://github.com/AKCord/akcord.github.io", - "owner": { - "username": "AKCord", - "email": "shrestha.aeniv@gmail.com", - "discord": "AKCord" - }, - "record": { - "A": [ - "75.2.60.5" - ] - } + "description": "AKCord's Portfolio", + "repo": "https://github.com/AKCord/akcord.github.io", + "owner": { + "username": "AKCord", + "email": "shrestha.aeniv@gmail.com", + "discord": "AKCord" + }, + "record": { + "A": ["75.2.60.5"] + } } diff --git a/domains/akhilesh.json b/domains/akhilesh.json index fafe817b1..94d164882 100644 --- a/domains/akhilesh.json +++ b/domains/akhilesh.json @@ -6,6 +6,6 @@ "email": "AkhilRamachandran@gmail.com" }, "record": { - "CNAME": "ProCoderAkhil.github.io" + "CNAME": "procoderakhil.github.io" } } diff --git a/domains/akib.json b/domains/akib.json new file mode 100644 index 000000000..3e22ecc30 --- /dev/null +++ b/domains/akib.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "akibsaleh", + "email": "akibsaleh.dev@gmail.com", + "discord": "akibsalehzihan" + }, + "record": { + "CNAME": "akibsaleh.vercel.app" + } +} diff --git a/domains/akiitr.json b/domains/akiitr.json new file mode 100644 index 000000000..80371efbc --- /dev/null +++ b/domains/akiitr.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "akiitr", + "twitter": "akiitr", + "discord": "akiitr" + }, + "record": { + "CNAME": "akiitr.github.io" + } +} diff --git a/domains/akira.json b/domains/akira.json new file mode 100644 index 000000000..4b79b5a94 --- /dev/null +++ b/domains/akira.json @@ -0,0 +1,11 @@ +{ + "description": "Akira's Dev Webpage", + "repo": "https://github.com/cakira/cakira.github.io.git", + "owner": { + "username": "cakira", + "email": "cleber.akira@gmail.com" + }, + "record": { + "CNAME": "cakira.github.io" + } +} diff --git a/domains/akiraxd.json b/domains/akiraxd.json deleted file mode 100644 index 07425efe8..000000000 --- a/domains/akiraxd.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "akiraxdxd", - "email": "ekereymen451+645675476345635573454309@gmail.com", - "discord": "1241059919377989695" - }, - - "record": { - "CNAME": "akiraxdxd.github.io" - } - } - \ No newline at end of file diff --git a/domains/akk1to.json b/domains/akk1to.json new file mode 100644 index 000000000..5f3997d5b --- /dev/null +++ b/domains/akk1to.json @@ -0,0 +1,14 @@ +{ + "description": "This website is my personal portfollo XD (let it on rq)", + "repo": "https://github.com/akk1to/akk1to.github.io", + "owner": { + "username": "akk1to", + "email": "akk1to.dev@gmail.com", + "discord": "727497287777124414" + }, + "record": { + "A": ["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/akki.json b/domains/akki.json index fcddeed5a..658a98354 100644 --- a/domains/akki.json +++ b/domains/akki.json @@ -4,7 +4,6 @@ "email": "maillegendop@gmail.com", "discord": "1056531806763102218" }, - "record": { "A": ["69.197.135.203"] } diff --git a/domains/akorn.json b/domains/akorn.json index 3840ff527..39114c383 100644 --- a/domains/akorn.json +++ b/domains/akorn.json @@ -1,7 +1,6 @@ { "owner": { - "username": "Akronical", - "email": "" + "username": "Akronical" }, "record": { "CNAME": "akronical.github.io" diff --git a/domains/akpi.json b/domains/akpi.json index 7df15e6ef..1da856509 100644 --- a/domains/akpi.json +++ b/domains/akpi.json @@ -1,22 +1,11 @@ { "owner": { - "username": "akpi816218", - "email": "", + "username": "ackle-dev", "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" - ] + "URL": "https://ackle.vercel.app/", + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] } } diff --git a/domains/akprofile.json b/domains/akprofile.json new file mode 100644 index 000000000..6beabd313 --- /dev/null +++ b/domains/akprofile.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Akash0816", + "email": "akashoffical321@gmail.com" + }, + "record": { + "CNAME": "Akash0816.github.io" + } +} diff --git a/domains/akrm.json b/domains/akrm.json index 5c6f59489..ab7c96961 100644 --- a/domains/akrm.json +++ b/domains/akrm.json @@ -1,12 +1,11 @@ { - "owner": { - "username": "KemoXtech", - "email": "aljmalrealstate@gmail.com", - "discord": "868339557593137212" - }, - - "record": { - "A": ["64.62.151.106"], - "AAAA": ["2001:470:1:1ee::2009"] - } - } \ No newline at end of file + "owner": { + "username": "KemoXtech", + "email": "aljmalrealstate@gmail.com", + "discord": "868339557593137212" + }, + "record": { + "A": ["64.62.151.106"], + "AAAA": ["2001:470:1:1ee::2009"] + } +} diff --git a/domains/akshatjain.json b/domains/akshatjain.json index 3a4ccb3c6..4d090e345 100644 --- a/domains/akshatjain.json +++ b/domains/akshatjain.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "akshatjain", - "email": "akshatjain1567@gmail.com" - }, - "record": { - "URL": "https://www.github.com/akshatjaiin" - } + "owner": { + "username": "akshatjain", + "email": "akshatjain1567@gmail.com" + }, + "record": { + "URL": "https://www.github.com/akshatjaiin" + } } diff --git a/domains/akshay-n.json b/domains/akshay-n.json index 54a9a6909..a255c39e3 100644 --- a/domains/akshay-n.json +++ b/domains/akshay-n.json @@ -7,9 +7,6 @@ }, "record": { "TXT": "v=spf1 include:spf.improvmx.com ~all", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ] + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] } } diff --git a/domains/akshit.json b/domains/akshit.json new file mode 100644 index 000000000..f85325a4c --- /dev/null +++ b/domains/akshit.json @@ -0,0 +1,11 @@ +{ + "description": "Akshit's Personal Website", + "repo": "github.com/4kshi7/akshit2k", + "owner": { + "username": "4kshi7", + "email": "akshitgaur2003@gmail.com" + }, + "record": { + "CNAME": "akshit2k.vercel.app" + } +} diff --git a/domains/akshtt.json b/domains/akshtt.json index 5ff9fe6e2..ad11a082f 100644 --- a/domains/akshtt.json +++ b/domains/akshtt.json @@ -1,10 +1,9 @@ { "owner": { - "username": "LegendOP1041", + "username": "akshtt-dev", "email": "maillegendop@gmail.com", "discord": "1056531806763102218" }, - "record": { "A": ["69.197.135.202"] } diff --git a/domains/akshya.json b/domains/akshya.json index 0a08b60dc..330661566 100644 --- a/domains/akshya.json +++ b/domains/akshya.json @@ -6,6 +6,6 @@ "email": "akshyathapa23@gmail.com" }, "record": { - "CNAME": "LowkeyGUY4444.github.io" + "CNAME": "lowkeyguy4444.github.io" } } diff --git a/domains/akta-chavda.json b/domains/akta-chavda.json index 20926962f..f60353aca 100644 --- a/domains/akta-chavda.json +++ b/domains/akta-chavda.json @@ -2,8 +2,7 @@ "description": "ankita chavda.", "repo": "https://github.com/akta-chavda/akta-chavda.github.io", "owner": { - "username": "akta-chavda", - "email": "" + "username": "akta-chavda" }, "record": { "CNAME": "akta-chavda.github.io" diff --git a/domains/akxd.json b/domains/akxd.json index a5b3b9351..d74a30340 100644 --- a/domains/akxd.json +++ b/domains/akxd.json @@ -1,9 +1,7 @@ { "description": "Aditya's Portfolio", - "repo": "https://github.com/adityakumarxd", "owner": { "username": "adityakumarxd", - "email": "", "discord": "akxd" }, "record": { diff --git a/domains/akzana.json b/domains/akzana.json new file mode 100644 index 000000000..d8fefc099 --- /dev/null +++ b/domains/akzana.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio Site for Akzana. I want to host small projects on Akzana.Is-A.Dev to showcase my software engineering skills.", + "repo": "https://github.com/akzana/akzana.github.io", + "owner": { + "username": "akzana", + "email": "akzanaklepsch@outlook.com" + }, + "record": { + "CNAME": "akzana.github.io" + } +} diff --git a/domains/al-bagra.json b/domains/al-bagra.json deleted file mode 100644 index 933410d19..000000000 --- a/domains/al-bagra.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "UtsaVy", - "email": "utsavk681@gmail.com" - }, - - "record": { - "CNAME": "utsav.github.io" - } -} diff --git a/domains/alain.json b/domains/alain.json index 807b89f2e..893395671 100644 --- a/domains/alain.json +++ b/domains/alain.json @@ -5,7 +5,6 @@ "email": "ghghello30@gmail.com", "discord": "970325505989574656" }, - "record": { "CNAME": "alainsdev.github.io" } diff --git a/domains/alan-huynh.json b/domains/alan-huynh.json new file mode 100644 index 000000000..ddfc58b2c --- /dev/null +++ b/domains/alan-huynh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hdmquan", + "email": "hdmquan@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/alan-ren.json b/domains/alan-ren.json new file mode 100644 index 000000000..31e982f1b --- /dev/null +++ b/domains/alan-ren.json @@ -0,0 +1,10 @@ +{ + "description": "Alan Ren's Developer Website", + "owner": { + "username": "alanvww", + "email": "hello@me.alan.ooo" + }, + "record": { + "URL": "https://alan.ooo" + } +} diff --git a/domains/alan-smith.json b/domains/alan-smith.json new file mode 100644 index 000000000..e8fb369f0 --- /dev/null +++ b/domains/alan-smith.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "AlanDoesCS", + "discord": "730009898942988299", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Immp3HgqOvoplEYYoUA3Svp2THkx-M7zYK40QEwo92htoYTIMb06Jr41viIoiS54WxHndFOTfKu8mVfkfBn6Ddvv3NVhj99R__0OtqqiBkyu7F7uBnZwyq-bGRx8y4SNVhek_NKLuEMbIxHnE21lZEMScbTuL6v_C5mjVZ4EYD8KIPOni_PqBDqrgmRd9ECIPuVAs55ekba6in7jiSbm0-ERfrQ7KqAASTpw17VtjXEL99uPVbx45amsbTMKUjcgZJ-xN_Z4heIcPlxnllVYUZ2fCDw4PhJlGGh8Bg2LCyXbLUMVw5vQESFxEpm682p_rruCRSBCNbHdP4TIF6bI2w.5LaEVt0VljKihoKo-ohj5Q.3bF4ihh9j5tyc916AhgbzB6-LdNGzp4l1VsRT390mcE2fvN9mj46niGBDBapwZqjRiNZgNOzAqKKVUwde-gfek6OgLe4ZsGJSATvF-B6YaM.XnzWEJO3I3UYsV1yl5SfYg" + }, + "record": { + "CNAME": "alandoescs.github.io" + } +} diff --git a/domains/alan.json b/domains/alan.json index 988353fe7..8bc1e6e21 100644 --- a/domains/alan.json +++ b/domains/alan.json @@ -1,6 +1,5 @@ { "description": "Alan's personal developer website", - "repo": "https://github.com/schirrel", "owner": { "username": "schirrel", "email": "alan@schirrel.dev" diff --git a/domains/aland.json b/domains/aland.json new file mode 100644 index 000000000..5e1d283ac --- /dev/null +++ b/domains/aland.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "alanrme", + "email": "is-a-contact@alanr.me" + }, + "record": { + "URL": "https://alanr.me" + }, + "proxied": false +} diff --git a/domains/alanr.json b/domains/alanr.json new file mode 100644 index 000000000..5e1d283ac --- /dev/null +++ b/domains/alanr.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "alanrme", + "email": "is-a-contact@alanr.me" + }, + "record": { + "URL": "https://alanr.me" + }, + "proxied": false +} diff --git a/domains/alanrme.json b/domains/alanrme.json new file mode 100644 index 000000000..5e1d283ac --- /dev/null +++ b/domains/alanrme.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "alanrme", + "email": "is-a-contact@alanr.me" + }, + "record": { + "URL": "https://alanr.me" + }, + "proxied": false +} diff --git a/domains/alas.json b/domains/alas.json new file mode 100644 index 000000000..0681ba7c2 --- /dev/null +++ b/domains/alas.json @@ -0,0 +1,13 @@ +{ + "description": "better domain for a portfolio website and email", + "repo": "https://github.com/alastrantia/alastrantia.github.io", + "owner": { + "username": "Alastrantia", + "email": "niklasnoneedtoknow@gmail.com" + }, + "record": { + "URL": "https://alastrantia.github.io", + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + } +} diff --git a/domains/albakhet.json b/domains/albakhet.json new file mode 100644 index 000000000..a6889c508 --- /dev/null +++ b/domains/albakhet.json @@ -0,0 +1,11 @@ +{ + "description": "my email forwarding domain", + "owner": { + "username": "Somaiya-XI", + "discord": "Sen!#0577" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + } +} diff --git a/domains/albertoaig.json b/domains/albertoaig.json new file mode 100644 index 000000000..84a1ad9c0 --- /dev/null +++ b/domains/albertoaig.json @@ -0,0 +1,10 @@ +{ + "description": "albertoaig.is-a.dev", + "owner": { + "username": "Albertoaig", + "email": "alberto.aig10@gmail.com" + }, + "record": { + "CNAME": "portafolio-bay-eight.vercel.app" + } +} diff --git a/domains/albertodm.json b/domains/albertodm.json new file mode 100644 index 000000000..868ccddca --- /dev/null +++ b/domains/albertodm.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/MonforteGG/portfolio", + "owner": { + "username": "MonforteGG", + "email": "albdiamun@gmail.com" + }, + "description": "portfolio website", + "record": { + "CNAME": "albertodm.netlify.app" + } +} diff --git a/domains/albinpraveen.json b/domains/albinpraveen.json deleted file mode 100644 index 9478e78c4..000000000 --- a/domains/albinpraveen.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ALBINPRAVEEN", - "email": "albinpraveen135790@gmail.com" - }, - "record": { - "CNAME": "albinpraveen.github.io" - } -} diff --git a/domains/alblandino.json b/domains/alblandino.json new file mode 100644 index 000000000..3da7372ac --- /dev/null +++ b/domains/alblandino.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "joel", + "email": "joel@alblandino.com" + }, + "record": { + "URL": "https://alblandino.com" + } +} diff --git a/domains/alcantara.json b/domains/alcantara.json index 07a6f1b91..700e43494 100644 --- a/domains/alcantara.json +++ b/domains/alcantara.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "Aalcantaraxxx", - "email": "angele2705@gmail.com", - "discord": "713108034171437066" - }, - - "record": { - "CNAME": "aalcantara-is-a-dev.web.app" - } - } - \ No newline at end of file + "owner": { + "username": "Aalcantaraxxx", + "email": "angele2705@gmail.com", + "discord": "713108034171437066" + }, + "record": { + "CNAME": "aalcantara-is-a-dev.web.app" + } +} diff --git a/domains/alden.json b/domains/alden.json index 50aa7cf36..5b5e94d6b 100644 --- a/domains/alden.json +++ b/domains/alden.json @@ -1,14 +1,13 @@ { - "description": "Websitenya alden si dawg yang sangaddd keren", - "repo": "https://github.com/Schmeichel-web/aldenpbm.github.io", - "owner": { - "username":"Schmeichel-web", - "manager": "cupglassdev", - "email": "", - "discord": "footballfan0891", - "note":"this is my friend's website, because he dosent really understands about these thing, im managing it" - }, - "record": { - "CNAME": "aldenpbm.github.io" - } -} + "description": "Websitenya alden si dawg yang sangaddd keren", + "repo": "https://github.com/Schmeichel-web/aldenpbm.github.io", + "owner": { + "username": "Schmeichel-web", + "manager": "cupglassdev", + "discord": "footballfan0891", + "note": "this is my friend's website, because he dosent really understands about these thing, im managing it" + }, + "record": { + "CNAME": "aldenpbm.github.io" + } +} diff --git a/domains/ale.json b/domains/ale.json new file mode 100644 index 000000000..14d2ad4cf --- /dev/null +++ b/domains/ale.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "alekitopi", + "email": "hola@alekitopi.es" + }, + "record": { + "URL": "https://alekitopi.es", + "MX": ["mail.alekitopi.es"] + } +} diff --git a/domains/alec.json b/domains/alec.json new file mode 100644 index 000000000..8bd61cf74 --- /dev/null +++ b/domains/alec.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "asidsdamad1" + }, + "record": { + "CNAME": "asidsdamad1.github.io" + } +} diff --git a/domains/alechu.json b/domains/alechu.json index e69967afd..2a1e557b3 100644 --- a/domains/alechu.json +++ b/domains/alechu.json @@ -1,11 +1,11 @@ { - "description": "My personal website to describe who I am and what I'm currently doing as a developer", - "repo": "https://github.com/Alechuu/alechuu.github.io", - "owner": { - "username": "Alechuu", - "email": "alechu.dev@icloud.com" - }, - "record": { - "CNAME": "alechuu.github.io" - } -} + "description": "My personal website to describe who I am and what I'm currently doing as a developer", + "repo": "https://github.com/Alechuu/alechuu.github.io", + "owner": { + "username": "Alechuu", + "email": "alechu.dev@icloud.com" + }, + "record": { + "CNAME": "alechuu.github.io" + } +} diff --git a/domains/alecks.json b/domains/alecks.json index e61b812fc..6d0e88aef 100644 --- a/domains/alecks.json +++ b/domains/alecks.json @@ -1,12 +1,11 @@ { - "owner": { - "username": "Alecks20", - "email": "contact@alecks.dev", - "discord": "612522818294251522" - }, - - "record": { - "CNAME": "mmsehn6m.up.railway.app" - } - } - + "owner": { + "username": "Alecks20", + "email": "contact@alecks.dev", + "discord": "612522818294251522" + }, + "record": { + "CNAME": "evergarden.alecks.cloud" + }, + "proxied": true +} diff --git a/domains/alejandropi.json b/domains/alejandropi.json new file mode 100644 index 000000000..da1441620 --- /dev/null +++ b/domains/alejandropi.json @@ -0,0 +1,11 @@ +{ + "description": "Alejandro's Portfolio ", + "repo": "https://github.com/AlejandroPiCano/alejandropi", + "owner": { + "username": "AlejandroPiCano", + "email": "alejandro.pi87@gmail.com" + }, + "record": { + "CNAME": "alejandropicano.github.io" + } +} diff --git a/domains/alejosm.json b/domains/alejosm.json index 4297ac80c..028d88666 100644 --- a/domains/alejosm.json +++ b/domains/alejosm.json @@ -3,7 +3,6 @@ "username": "ralexale", "email": "ralexale@gmail.com" }, - "record": { "CNAME": "ralexale.github.io" } diff --git a/domains/alemi.json b/domains/alemi.json new file mode 100644 index 000000000..b06dbc2d1 --- /dev/null +++ b/domains/alemi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alemiherbert", + "email": "alemiherbert@gmail.com" + }, + "record": { + "CNAME": "alemiherbert.github.io" + } +} diff --git a/domains/alen.json b/domains/alen.json new file mode 100644 index 000000000..4fe388df4 --- /dev/null +++ b/domains/alen.json @@ -0,0 +1,11 @@ +{ + "description": "Alen's page", + "repo": "https://github.com/alenseeman/dev.github.io", + "owner": { + "username": "alenseeman", + "email": "alenseeman@hotmail.com" + }, + "record": { + "CNAME": "alenseeman.github.io" + } +} diff --git a/domains/alephdiallo.json b/domains/alephdiallo.json index ed82a93d7..fcb845305 100644 --- a/domains/alephdiallo.json +++ b/domains/alephdiallo.json @@ -4,7 +4,6 @@ "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", @@ -12,12 +11,7 @@ "185.199.110.153", "185.199.111.153" ], - - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], - + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=alephdiallo@mail.com" } } diff --git a/domains/alessandrobellesia.json b/domains/alessandrobellesia.json new file mode 100644 index 000000000..ed3951d3c --- /dev/null +++ b/domains/alessandrobellesia.json @@ -0,0 +1,11 @@ +{ + "description": "Alessandro Bellesia personal website", + "repo": "https://github.com/alessandrobellesia/alessandrobellesia.github.io", + "owner": { + "username": "alessandrobellesia", + "x": "@ale_bellesia" + }, + "record": { + "CNAME": "alessandrobellesia.github.io" + } +} diff --git a/domains/alex.json b/domains/alex.json index c27579060..c1bba4c96 100644 --- a/domains/alex.json +++ b/domains/alex.json @@ -1,6 +1,5 @@ { "description": "Alex's personal developer website", - "repo": "https://github.com/alexmorrisnz", "owner": { "username": "alexmorrisnz", "email": "alex@navra.nz" diff --git a/domains/alexandre-machado.json b/domains/alexandre-machado.json new file mode 100644 index 000000000..d8a2ee708 --- /dev/null +++ b/domains/alexandre-machado.json @@ -0,0 +1,11 @@ +{ + "description": "My personal domain.", + "repo": "https://github.com/alexandre-machado/alexandre-machado.github.io", + "owner": { + "username": "alexandre-machado", + "email": "alexandre@machado.cc" + }, + "record": { + "URL": "https://alexandre.machado.cc" + } +} diff --git a/domains/alexd.json b/domains/alexd.json index a7d74ee46..4f6abb107 100644 --- a/domains/alexd.json +++ b/domains/alexd.json @@ -4,7 +4,6 @@ "email": "AlexanderDDevelopment@gmail.com", "discord": "1237578569358639190" }, - "record": { "CNAME": "alexanderd.pages.dev" } diff --git a/domains/alexey.json b/domains/alexey.json index 4b011b2c4..dc46d3458 100644 --- a/domains/alexey.json +++ b/domains/alexey.json @@ -1,7 +1,6 @@ { "owner": { - "username": "charmingdisorder", - "email": "" + "username": "charmingdisorder" }, "record": { "CNAME": "charmingdisorder.github.io" diff --git a/domains/alexpcooper.json b/domains/alexpcooper.json index e54ab8c03..3acbec1f3 100644 --- a/domains/alexpcooper.json +++ b/domains/alexpcooper.json @@ -1,6 +1,5 @@ { "description": "Developer in the United Kingdom", - "repo": "https://github.com/alexpcooper", "record": { "URL": "https://alexpcooper.co.uk" }, diff --git a/domains/alexsquibbs.json b/domains/alexsquibbs.json index f60c3b1ca..c24122add 100644 --- a/domains/alexsquibbs.json +++ b/domains/alexsquibbs.json @@ -3,7 +3,6 @@ "record": { "URL": "https://alexsquibbs.com" }, - "repo": "https://github.com/alexsquibbs", "owner": { "discord": "alex squibbs#7777", "email": "alexsquibbs.is-a.dev@alexsquibbs.com", diff --git a/domains/alexxhumilde.json b/domains/alexxhumilde.json new file mode 100644 index 000000000..b19eeb9e1 --- /dev/null +++ b/domains/alexxhumilde.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ALEXXHUMILDE", + "email": "alexxcrack3@gmail.com" + }, + "record": { + "CNAME": "alexxhumilde.netlify.app" + } +} diff --git a/domains/alfred.json b/domains/alfred.json index c3bae96d2..190259ff9 100644 --- a/domains/alfred.json +++ b/domains/alfred.json @@ -6,6 +6,6 @@ "email": "alvinallen333@gmail.com" }, "record": { - "CNAME": "AlfredDiscordBot.github.io" + "CNAME": "alfreddiscordbot.github.io" } } diff --git a/domains/ali-abdurrazzak.json b/domains/ali-abdurrazzak.json index 47101becd..b411fc225 100644 --- a/domains/ali-abdurrazzak.json +++ b/domains/ali-abdurrazzak.json @@ -4,7 +4,7 @@ "owner": { "username": "aliabdurrazzak", "email": "aliabdurrazzak@gmail.com", - "twitter": "@aliabdurrazzak" + "twitter": "aliabdurrazzak" }, "record": { "CNAME": "aliabdurrazzak.github.io" diff --git a/domains/aliezan.json b/domains/aliezan.json deleted file mode 100644 index aa5890989..000000000 --- a/domains/aliezan.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Aliezan", - "email": "muhammadalieza4@gmail.com" - }, - "record": { - "CNAME": "aliezan.github.io" - } -} diff --git a/domains/alimd.json b/domains/alimd.json index 2f9288f52..ecf2199d5 100644 --- a/domains/alimd.json +++ b/domains/alimd.json @@ -3,7 +3,6 @@ "username": "AliMD", "email": "ali@mihandoost.com" }, - "record": { "CNAME": "alimd.github.io" } diff --git a/domains/alireza.json b/domains/alireza.json index 48c89c757..f834a6805 100644 --- a/domains/alireza.json +++ b/domains/alireza.json @@ -1,7 +1,6 @@ { "owner": { "username": "faghani", - "email": "", "twitter": "alireza_faghani" }, "record": { diff --git a/domains/alisa.json b/domains/alisa.json new file mode 100644 index 000000000..78dae86ba --- /dev/null +++ b/domains/alisa.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "lunas-private-dungeon", + "email": "luna.tsx@proton.me", + "discord": "507625218467168257" + }, + "record": { + "CNAME": "alisa-win95.vercel.app" + } +} diff --git a/domains/alisabry.json b/domains/alisabry.json index fce4e8e6d..49ac2cb56 100644 --- a/domains/alisabry.json +++ b/domains/alisabry.json @@ -3,7 +3,6 @@ "username": "ali-sabry", "email": "alisabry.official@gmail.com" }, - "record": { "URL": "https://alisabry.netlify.app" } diff --git a/domains/alivaliev.json b/domains/alivaliev.json index 0571db837..2a1a18af6 100644 --- a/domains/alivaliev.json +++ b/domains/alivaliev.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "ali-valiev", - "email": "", - "discord": "722403528705966080", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.JSdx7lWn1j953PUFzYC5SKNlzI-3owSSeRuL8BVKm3P1xwN1Ufuhssfzul-weVp-srPf-YXIN4e1tuB2cUProneSkZUANnd4Cl5oCRd4TG1SRUKdI7pkWauG6ysFEFCHwf1LmANGdjzjI0YDNYbGIU3-0nWSmxF5inVadCE8Y281Y6D2lf9A7ceihxwoRq3MCqGo8yCQuNO9FUWwcxZWHa0F7pGYSPqlE26szjWdhFX6rrNS_ypi5wTqhMAC6FdS36zP5bRRSc8b_9TGpE9vj0FleWb1hqXzAiAxToTCTuIGCuTaVY_pfWvpT43sDLN5d7ouXUCgdDGDnntAGLDs4Q.zgoE3RG741k1s-HFrWT7dA.utROG6r9NR6Awzk5pi-TqsCVuoAKn4zG6IbVSFn5il2EKcXDmXt6nzkQYORhyMUptajbkDd3O98WGRaVqG3qkvJUUQu6h_3H4pwRoZQd0fvYqG6G_ymfSlgynEP1y4EZ.jYbY2Ak8PSXN95hhiA2EXg" - }, - - "record": { - "CNAME": "ali-valiev.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "ali-valiev", + "discord": "722403528705966080", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.JSdx7lWn1j953PUFzYC5SKNlzI-3owSSeRuL8BVKm3P1xwN1Ufuhssfzul-weVp-srPf-YXIN4e1tuB2cUProneSkZUANnd4Cl5oCRd4TG1SRUKdI7pkWauG6ysFEFCHwf1LmANGdjzjI0YDNYbGIU3-0nWSmxF5inVadCE8Y281Y6D2lf9A7ceihxwoRq3MCqGo8yCQuNO9FUWwcxZWHa0F7pGYSPqlE26szjWdhFX6rrNS_ypi5wTqhMAC6FdS36zP5bRRSc8b_9TGpE9vj0FleWb1hqXzAiAxToTCTuIGCuTaVY_pfWvpT43sDLN5d7ouXUCgdDGDnntAGLDs4Q.zgoE3RG741k1s-HFrWT7dA.utROG6r9NR6Awzk5pi-TqsCVuoAKn4zG6IbVSFn5il2EKcXDmXt6nzkQYORhyMUptajbkDd3O98WGRaVqG3qkvJUUQu6h_3H4pwRoZQd0fvYqG6G_ymfSlgynEP1y4EZ.jYbY2Ak8PSXN95hhiA2EXg" + }, + "record": { + "CNAME": "ali-valiev.github.io" + } +} diff --git a/domains/alkorsan.json b/domains/alkorsan.json new file mode 100644 index 000000000..3368dcbb6 --- /dev/null +++ b/domains/alkorsan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "badrelmers", + "email": "alkorsan@gmail.com" + }, + "record": { + "CNAME": "alkorsan.pages.dev" + } +} diff --git a/domains/all.json b/domains/all.json new file mode 100644 index 000000000..d4ad8d0ea --- /dev/null +++ b/domains/all.json @@ -0,0 +1,17 @@ +{ + "description": "Visualization of raw-api.is-a.dev", + "repo": "https://github.com/JustDeveloper1/all.is-a.dev", + "owner": { + "username": "JustDeveloper1", + "email": "dev@j.is-a.dev", + "discord": "1117482901353812088" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] + } +} diff --git a/domains/allancoding.json b/domains/allancoding.json index 82b0cfda9..98605aa55 100644 --- a/domains/allancoding.json +++ b/domains/allancoding.json @@ -8,13 +8,8 @@ "discord": "allancoding" }, "record": { - "A": [ - "75.2.60.5" - ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "A": ["75.2.60.5"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com include:_spf.google.com ~all" } } diff --git a/domains/allen-xavier.json b/domains/allen-xavier.json new file mode 100644 index 000000000..9498d4c59 --- /dev/null +++ b/domains/allen-xavier.json @@ -0,0 +1,11 @@ +{ + "description": "For Portfolio Website", + "repo": "https://github.com/xavierallem/AllenXavier", + "owner": { + "username": "xavierallem", + "email": "xavierallem1999@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/allen.json b/domains/allen.json index a48f293d7..04c075550 100644 --- a/domains/allen.json +++ b/domains/allen.json @@ -1,6 +1,5 @@ { "description": "A full-stack developer.", - "repo": "https://github.com/xiaofuyesnew", "owner": { "username": "xiaofuyesnew", "email": "xiaofuyesnew@qq.com", diff --git a/domains/allvaa.json b/domains/allvaa.json index 1cfb0ca93..4ff890db3 100644 --- a/domains/allvaa.json +++ b/domains/allvaa.json @@ -1,9 +1,7 @@ { "description": "Allvaa's personal website", - "repo": "https://github.com/Allvaa", "owner": { "username": "Allvaa", - "email": "", "twitter": "allvzx" }, "record": { diff --git a/domains/ally.json b/domains/ally.json index 28df78154..c377bc532 100644 --- a/domains/ally.json +++ b/domains/ally.json @@ -1,6 +1,5 @@ { "description": "Ally's personal website", - "repo": "https://github.com/AllyTally", "owner": { "username": "AllyTally", "email": "alexiatilde@gmail.com" diff --git a/domains/almatch.json b/domains/almatch.json index 858fd84b7..d5130616a 100644 --- a/domains/almatch.json +++ b/domains/almatch.json @@ -1,6 +1,5 @@ { "description": "Imad", - "repo": "https://github.com/imadboy89", "owner": { "username": "imadboy89", "email": "imad.kh@outlook.com" diff --git a/domains/almaz.json b/domains/almaz.json index 4a9f6402d..4fb80f100 100644 --- a/domains/almaz.json +++ b/domains/almaz.json @@ -4,11 +4,7 @@ "email": "almazgamer228@gmail.com" }, "record": { - "URL": "https://ss.almaz.is-a.dev", - "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/almightynan.json b/domains/almightynan.json index e592fa237..e30d5bb13 100644 --- a/domains/almightynan.json +++ b/domains/almightynan.json @@ -1,5 +1,4 @@ { - "repo": "https://github.com/almightynan", "owner": { "username": "almightynan", "email": "almightynan@gmail.com" diff --git a/domains/alora.json b/domains/alora.json index 6ec045543..8ac370fc4 100644 --- a/domains/alora.json +++ b/domains/alora.json @@ -1,24 +1,20 @@ { - "owner": { - "username": "aloramiaa", - "email": "xaloramia@gmail.com", - "discord": "7q8x" - }, - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], - "MX": [ - "mx.zoho.in", - "mx2.zoho.in", - "mx3.zoho.in" - ], - "TXT": [ - "v=spf1 include:zohomail.in ~all", - "google-site-verification=6uglJKM9-BmooIZLCRAqgnGaT2_M48hkicRD1bphXHk" - ] - } + "owner": { + "username": "aloramiaa", + "email": "xaloramia@gmail.com", + "discord": "7q8x" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "MX": ["mx.zoho.in", "mx2.zoho.in", "mx3.zoho.in"], + "TXT": [ + "v=spf1 include:zohomail.in ~all", + "google-site-verification=6uglJKM9-BmooIZLCRAqgnGaT2_M48hkicRD1bphXHk" + ] + } } diff --git a/domains/alpha.json b/domains/alpha.json index bda1d70b5..9256c4955 100644 --- a/domains/alpha.json +++ b/domains/alpha.json @@ -1,18 +1,13 @@ { "owner": { "username": "YouFoundAlpha", - "email": "", - "Discord": "661121998830960651", - "GitHub": "YouFoundAlpha", - "GitLab": "YouFoundAlpha", - "Mastodon": "@YouFoundAlpha@mastodon.social" + "discord": "661121998830960651", + "gitlab": "YouFoundAlpha", + "mastodon": "@YouFoundAlpha@mastodon.social" }, "record": { "URL": "https://yfadev.pw", - "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/alphabet.json b/domains/alphabet.json index 9aec9312a..33de206c2 100644 --- a/domains/alphabet.json +++ b/domains/alphabet.json @@ -3,7 +3,6 @@ "username": "Commandify", "email": "commandify@gmail.com" }, - "record": { "A": ["68.183.191.223"] } diff --git a/domains/alphaspheredotai.json b/domains/alphaspheredotai.json new file mode 100644 index 000000000..d63863f4d --- /dev/null +++ b/domains/alphaspheredotai.json @@ -0,0 +1,11 @@ +{ + "description": "Website of AlphaSphere.AI Team", + "repo": "https://github.com/AlphaSphereDotAI/AlphaSphereDotAI.github.io", + "owner": { + "username": "AlphaSphereDotAI", + "email": "AlphaSphere.AI@gmail.com" + }, + "record": { + "CNAME": "alphaspheredotai.github.io" + } +} diff --git a/domains/alphatechnolog.json b/domains/alphatechnolog.json index e27b6aad0..20ab4706a 100644 --- a/domains/alphatechnolog.json +++ b/domains/alphatechnolog.json @@ -1,11 +1,10 @@ { - "description": "Personal page", - "repo": "https://github.com/alphatechnolog/alphatechnolog.github.io", "owner": { "username": "AlphaTechnolog", - "email": "gfranklings@gmail.com" + "email": "gfranklings@gmail.com", + "discord": "695333243637072002" }, "record": { - "CNAME": "alphatechnolog.github.io" + "CNAME": "alphatechnolog.vercel.app" } } diff --git a/domains/alrakib.json b/domains/alrakib.json new file mode 100644 index 000000000..75d580d88 --- /dev/null +++ b/domains/alrakib.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alrakibthedev", + "email": "alrakibthedev@gmail.com" + }, + "record": { + "CNAME": "alrakibthedev.vercel.app" + } +} diff --git a/domains/alriy.json b/domains/alriy.json new file mode 100644 index 000000000..55b93e5e8 --- /dev/null +++ b/domains/alriy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dami6u9", + "email": "danielyalikotte@gmail.com" + }, + "record": { + "CNAME": "dami6u9.github.io" + } +} diff --git a/domains/alvaro14.json b/domains/alvaro14.json new file mode 100644 index 000000000..cdc63ec9d --- /dev/null +++ b/domains/alvaro14.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lovian", + "email": "stikamera26@gmail.com" + }, + "record": { + "CNAME": "cfpages-4pw.pages.dev" + } +} diff --git a/domains/alvin.json b/domains/alvin.json new file mode 100644 index 000000000..db33e407b --- /dev/null +++ b/domains/alvin.json @@ -0,0 +1,15 @@ +{ + "owner": { + "username": "alvinsjoy", + "discord": "825382504353234954" + }, + "record": { + "MX": ["mx.zoho.in", "mx2.zoho.in", "mx3.zoho.in"], + "A": ["76.76.21.21"], + "TXT": [ + "google-site-verification=OFAPUslqNNZEkB5-UDAC1K1QjXCwDW_e3flhEchoobM", + "v=spf1 include:zohomail.in ~all", + "zoho-verification=zb86503883.zmverify.zoho.in" + ] + } +} diff --git a/domains/alvindennis.json b/domains/alvindennis.json new file mode 100644 index 000000000..f4a648ce3 --- /dev/null +++ b/domains/alvindennis.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alvin-dennis", + "discord": "732503927940972605" + }, + "record": { + "CNAME": "alvindennis.vercel.app" + } +} diff --git a/domains/alvito.json b/domains/alvito.json index 94321c71b..dc7ddd347 100644 --- a/domains/alvito.json +++ b/domains/alvito.json @@ -1,11 +1,11 @@ { - "description": "Personal portfolio website", - "repo": "https://github.com/alvitodev/alvitodev.github.io", - "owner": { - "username": "alvitodev", - "email": "alvitodev@protonmail.com" - }, - "record": { - "CNAME": "alvitodev.github.io" - } + "description": "Personal portfolio website", + "repo": "https://github.com/alvitodev/alvitodev.github.io", + "owner": { + "username": "alvitodev", + "email": "alvitodev@protonmail.com" + }, + "record": { + "CNAME": "alvitodev.github.io" + } } diff --git a/domains/alwen.json b/domains/alwen.json new file mode 100644 index 000000000..245387288 --- /dev/null +++ b/domains/alwen.json @@ -0,0 +1,11 @@ +{ + "description": "Arvind's portfolio website", + "repo": "https://github.com/alwenpy/alwen-portfolio", + "owner": { + "username": "alwenpy", + "email": "alwen1928@gmail.com" + }, + "record": { + "CNAME": "ym60h2na.up.railway.app" + } +} diff --git a/domains/amaankazi.json b/domains/amaankazi.json index dd2ac3a60..b8c867adb 100644 --- a/domains/amaankazi.json +++ b/domains/amaankazi.json @@ -1,11 +1,11 @@ { - "description": "Amaan Kazi's website containing portfolio, projects, games and more", - "repo": "https://github.com/Amaan-Kazi/website-amaan-kazi", - "owner": { - "username": "Amaan-Kazi", - "email": "amaankazi1793@gmail.com" - }, - "record": { - "CNAME": "amaankazi.pages.dev" - } -} + "description": "Amaan Kazi's website containing portfolio, projects, games and more", + "repo": "https://github.com/Amaan-Kazi/website-amaan-kazi", + "owner": { + "username": "Amaan-Kazi", + "email": "amaankazi1793@gmail.com" + }, + "record": { + "CNAME": "amaankazi.pages.dev" + } +} diff --git a/domains/aman.json b/domains/aman.json new file mode 100644 index 000000000..3070dffa8 --- /dev/null +++ b/domains/aman.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "amang9446", + "email": "dev.aman7571@gmail.com" + }, + "record": { + "CNAME": "dev-aman.vercel.app" + } +} diff --git a/domains/amandajauregui.json b/domains/amandajauregui.json new file mode 100644 index 000000000..820945266 --- /dev/null +++ b/domains/amandajauregui.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "jauregao", + "email": "amandajauregui.dev@gmail.com", + "discord": "jauregao" + }, + "record": { + "CNAME": "portifolio-amandajauregui.vercel.app" + } +} diff --git a/domains/amanthakur.json b/domains/amanthakur.json index 663e3228c..89cfff114 100644 --- a/domains/amanthakur.json +++ b/domains/amanthakur.json @@ -4,7 +4,6 @@ "email": "amant8425@gmail.com", "discord": "523813766295715851" }, - "record": { "CNAME": "aman7thakurr.github.io" } diff --git a/domains/amanza17.json b/domains/amanza17.json new file mode 100644 index 000000000..509607016 --- /dev/null +++ b/domains/amanza17.json @@ -0,0 +1,11 @@ +{ + "description": "amanza17.is-a.dev", + "repo": "https://github.com/Amanza17/Amanza17.github.io.git", + "owner": { + "username": "Amanza17", + "email": "a.manzanares.2023@alumnos.urjc.es" + }, + "record": { + "CNAME": "amanza17.github.io" + } +} diff --git a/domains/amardeep.json b/domains/amardeep.json new file mode 100644 index 000000000..60cb90cf9 --- /dev/null +++ b/domains/amardeep.json @@ -0,0 +1,11 @@ +{ + "description": "Amardeep Lakshkar Portfolio", + "repo": "https://github.com/amardeeplakshkar/portfolio", + "owner": { + "username": "amardeeplakshkar", + "email": "amardeep.devs@gmail.com" + }, + "record": { + "CNAME": "amardeep-portfolio.vercel.app" + } +} diff --git a/domains/ameen.json b/domains/ameen.json new file mode 100644 index 000000000..f55681fad --- /dev/null +++ b/domains/ameen.json @@ -0,0 +1,11 @@ +{ + "description": "portfolio website", + "repo": "https://github.com/am333n/my_portfolio", + "owner": { + "username": "am333n", + "email": "muhammedameen752@gmail.com" + }, + "record": { + "CNAME": "am333n.github.io" + } +} diff --git a/domains/amila.json b/domains/amila.json index 15a86c618..ee47dd29e 100644 --- a/domains/amila.json +++ b/domains/amila.json @@ -3,7 +3,6 @@ "username": "Y-AmilaNirmal", "email": "yamilanirmal@gmail.com" }, - "record": { "CNAME": "y-amilanirmal.github.io" } diff --git a/domains/amin.json b/domains/amin.json new file mode 100644 index 000000000..f7f2a9d04 --- /dev/null +++ b/domains/amin.json @@ -0,0 +1,16 @@ +{ + "description": "website for my links", + "repo": "https://github.com/amenm0/littlelink.github.io", + "owner": { + "username": "amenm0", + "email": "mjmwtmjls@gmail.com" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] + } +} diff --git a/domains/amine-brahmi.json b/domains/amine-brahmi.json index 61f388199..cf3ecd2e2 100644 --- a/domains/amine-brahmi.json +++ b/domains/amine-brahmi.json @@ -2,7 +2,6 @@ "description": "My tech blog", "owner": { "username": "thou-mayest", - "email": "", "twitter": "Dr_whoami_" }, "record": { diff --git a/domains/amirhossein-esanezhad.json b/domains/amirhossein-esanezhad.json deleted file mode 100644 index 868b32dab..000000000 --- a/domains/amirhossein-esanezhad.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "esa-zz", - "email": "amirhossein6055@gmail.com" - }, - "record": { - "A": ["51.38.127.41"] - } -} diff --git a/domains/amiyo.json b/domains/amiyo.json index c551b7e87..49bef67c7 100644 --- a/domains/amiyo.json +++ b/domains/amiyo.json @@ -2,7 +2,6 @@ "owner": { "username": "DevAmiyo", "email": "devamiyosp@gmail.com", - "repo": "https://github.com/DevAmiyo", "discord": "Amiyo#7978", "twitter": "AmiyoTweets" }, diff --git a/domains/amjad.json b/domains/amjad.json deleted file mode 100644 index e6014a143..000000000 --- a/domains/amjad.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "repo": "https://github.com/amjadAH/amjadAH.github.io", - "owner": { - "username": "amjadAH", - "email": "amjad_ah_@hotmail.com", - "tiwtter": "amjad_ah_" - }, - "record": { - "CNAME": "amjadAH.github.io" - } -} diff --git a/domains/ammar.json b/domains/ammar.json new file mode 100644 index 000000000..b8af925a9 --- /dev/null +++ b/domains/ammar.json @@ -0,0 +1,11 @@ +{ + "description": "Ammar's personal website", + "repo": "https://github.com/Ammaryasser1998/ammaryasser1998.github.io", + "owner": { + "username": "Ammaryasser1998", + "email": "amyss1910@gmail.com" + }, + "record": { + "CNAME": "ammaryasser1998.github.io" + } +} diff --git a/domains/amoramicae.json b/domains/amoramicae.json index a12f139b4..59e334273 100644 --- a/domains/amoramicae.json +++ b/domains/amoramicae.json @@ -4,10 +4,7 @@ "email": "amoramicae@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" } } diff --git a/domains/amosmurmu.json b/domains/amosmurmu.json new file mode 100644 index 000000000..51a587a05 --- /dev/null +++ b/domains/amosmurmu.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Software Portfolio", + "repo": "https://github.com/amosmurmu/amosmurmu.github.io.git", + "owner": { + "username": "amosmurmu", + "email": "amosmurmu002@gmail.com" + }, + "record": { + "CNAME": "amosmurmu.github.io" + } +} diff --git a/domains/amr.json b/domains/amr.json new file mode 100644 index 000000000..d33621228 --- /dev/null +++ b/domains/amr.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "agawish", + "email": "amr.gawish@gmail.com" + }, + "record": { + "CNAME": "amr-gawish.com" + } +} diff --git a/domains/amrut.json b/domains/amrut.json new file mode 100644 index 000000000..e4cd4f24d --- /dev/null +++ b/domains/amrut.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "amrutgawade", + "email": "amrutgawade.08@gmail.com", + "linkedin": "https://www.linkedin.com/in/amrut-gawade" + }, + "record": { + "CNAME": "amrutgawade.github.io" + } +} diff --git a/domains/an.json b/domains/an.json new file mode 100644 index 000000000..6c8614026 --- /dev/null +++ b/domains/an.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "GameRoMan", + "email": "gameromandev@gmail.com" + }, + "record": { + "CNAME": "gameroman.pages.dev" + } +} diff --git a/domains/anaj00.json b/domains/anaj00.json new file mode 100644 index 000000000..3946ff60d --- /dev/null +++ b/domains/anaj00.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "anaj00", + "discord": "726173201264279583", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.q9dOipcfQfyG9bEddrKynmNIS0Fex44YsKgBhDOFPFbGUX-BDKKePgU58S8VoJpNOZOlf1z0t_IOROvA_yXOgqboi8RWJ7MeohAFp9Vd_O4llkxDlHGzuRNrEqqUzr_ufvh2QSNQhkqFxG8Hg5P8F7BkPr51qA1gaZBPXfp-qYgTsgY1AAsB1BsQ0UUEpB6kwQPreJgoIiHQVI0Q7R9adXhQe11WIKhqAgGjl3pdCtTvTli2FsJCK6CaxeoQpnhLaoFT3HDzTNUUExBzG-cJRXwREWnJwbp6wKZ34HKFaNlf21cAsJRrGJCpzzE-oE6Yq_Si3Lqs9_1uacxjEtbTeA.-w3-ZOu80dbxWcgpHkIATw.hy-ckqmE-5uaKK-UlkLeahUomolJu7-GJWiQQpFvGqr4yCWxUSb6iduWtHWhsy9MIqphktkR6iAKH4fX7mx0Cpgp3C-CTx5hsVKoUohl-HE.jydd8-vu6z5ykX2vzY6weQ" + }, + "record": { + "CNAME": "anaj00.vercel.app" + } +} diff --git a/domains/anamay.json b/domains/anamay.json index 1fb8f1101..7802bd4a4 100644 --- a/domains/anamay.json +++ b/domains/anamay.json @@ -1,11 +1,10 @@ { "description": "Anamay's .is-a.dev domain", - "repo": "https://github.com/anamaykashiv/anamaykashiv.github.io", "owner": { "username": "anamaykashiv", "email": "kashiv.anamay002@gmail.com" }, "record": { - "CNAME": "anamaykashiv.github.io" + "CNAME": "anamay.eu.org" } } diff --git a/domains/anand.json b/domains/anand.json new file mode 100644 index 000000000..9eeb9637a --- /dev/null +++ b/domains/anand.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "anandd17", + "email": "avdoddamani123@gmail.com" + }, + "record": { + "CNAME": "anandd17.vercel.app" + } +} \ No newline at end of file diff --git a/domains/anatoli.json b/domains/anatoli.json new file mode 100644 index 000000000..ecafc54b2 --- /dev/null +++ b/domains/anatoli.json @@ -0,0 +1,10 @@ +{ + "description": "Anatoli Nicolae", + "owner": { + "username": "anatolinicolae", + "email": "is-a-dev@anatolinicolae.com" + }, + "record": { + "URL": "https://anatolinicolae.com/" + } +} diff --git a/domains/anay-208.json b/domains/anay-208.json index 068044936..6d2c4d712 100644 --- a/domains/anay-208.json +++ b/domains/anay-208.json @@ -1,10 +1,10 @@ { "owner": { "username": "anay-208", - "email": "admin@anayparaswani.me" + "email": "me@anayparaswani.dev", + "discord": "anay_208" }, - "record": { - "URL": "https://anayparaswani.me/" + "URL": "https://anayparaswani.dev/" } } diff --git a/domains/anay.json b/domains/anay.json index 068044936..6d2c4d712 100644 --- a/domains/anay.json +++ b/domains/anay.json @@ -1,10 +1,10 @@ { "owner": { "username": "anay-208", - "email": "admin@anayparaswani.me" + "email": "me@anayparaswani.dev", + "discord": "anay_208" }, - "record": { - "URL": "https://anayparaswani.me/" + "URL": "https://anayparaswani.dev/" } } diff --git a/domains/anayparaswani.json b/domains/anayparaswani.json index 068044936..6d2c4d712 100644 --- a/domains/anayparaswani.json +++ b/domains/anayparaswani.json @@ -1,10 +1,10 @@ { "owner": { "username": "anay-208", - "email": "admin@anayparaswani.me" + "email": "me@anayparaswani.dev", + "discord": "anay_208" }, - "record": { - "URL": "https://anayparaswani.me/" + "URL": "https://anayparaswani.dev/" } } diff --git a/domains/anbuinfosec.json b/domains/anbuinfosec.json index 40e40a408..b9a26f6f2 100644 --- a/domains/anbuinfosec.json +++ b/domains/anbuinfosec.json @@ -1,12 +1,8 @@ { - "description": "Portfolio for anbuinfosec..", - "repo": "https://github.com/anbuinfosec/anbuinfosec.github.io", - "owner": { - "username": "anbuinfosec", - "email": "anbuinfosec@gmail.com", - "twitter": "" - }, - "record": { - "CNAME": "anbuinfosec.github.io" - } + "owner": { + "username": "anbuinfosec" + }, + "record": { + "CNAME": "anbuinfosec.github.io" + } } diff --git a/domains/andrea.json b/domains/andrea.json index 515c2db76..6d86ce8de 100644 --- a/domains/andrea.json +++ b/domains/andrea.json @@ -1,6 +1,5 @@ { "description": "Personal site", - "repo": "https://github.com/andrea-capigiri", "owner": { "username": "andrea-capigiri", "email": "uadopo+isadev@pm.me" diff --git a/domains/andrei.json b/domains/andrei.json index aa80043ae..4bd069461 100644 --- a/domains/andrei.json +++ b/domains/andrei.json @@ -4,7 +4,6 @@ "email": "ekingproject@gmail.com", "discord": "419584364410699786" }, - "record": { "CNAME": "calegariandrei.github.io" } diff --git a/domains/andreijiroh.json b/domains/andreijiroh.json new file mode 100644 index 000000000..a9da6c39e --- /dev/null +++ b/domains/andreijiroh.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "ajhalili2006", + "discord": "437044173825114113", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.KYflKk2IBSfS6chUMYUGHREeeZVR18nZA-TlYCa5lgQGaR1P6lixNKJAJcJv72mUkHus2VyrrxSkl5ttCTtBXFdFs8eA4jNFPjtvC_7Qt-i_v0UWs5rxtdZ2y3MsN6jzPeVzHcVq2gQG9RFdIniBHMKuEOfiPCPqXp_CbdjBddCRQRsIzunnAwof917053o4EV3JCMVN9ObW3Jdq9GD9QaB_vPG9HjFqzwlvSA6QFbQYYilvij7UF5I3pcLfNyOw3tascM6GMDlXJxtqL2r6HLo58MSagDKycFCuuxdfsRljnLypuwF0m_3bEV76QRpvMWY_NmW6FaveHLjzd82l0g.ABEBdXC3pvmyqoKfDAw86A.NNKf3gP3_-fzpnvGWIBJaSzsU-d1ZJsDFJSyc52B6pjz1LrYOeK_0-QjF8w1Y1xiaRz475Drvb-27xOCjANJjZlgtCVrG1mgVxWDanb30kmyV8KtNLnlGO3VKMWXqy7r.K9X3W6jos3JsIFCn6LGifA", + "fediverse": "@ajhalili2006@tilde.zone", + "bsky": "did:plc:wcx4c3osbuzrwmxkqdfqygwv" + }, + "record": { + "NS": ["kallie.ns.cloudflare.com", "tadeo.ns.cloudflare.com"] + } +} diff --git a/domains/andres-jaramillo.json b/domains/andres-jaramillo.json new file mode 100644 index 000000000..03f1e4498 --- /dev/null +++ b/domains/andres-jaramillo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "andresfer1799", + "email": "andresfer1799@gmail.com" + }, + "record": { + "CNAME": "mi-portafolio-wine.vercel.app" + } +} diff --git a/domains/andresarr.json b/domains/andresarr.json new file mode 100644 index 000000000..278122706 --- /dev/null +++ b/domains/andresarr.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Anonymous1223334444", + "email": "replit005@gmail.com" + }, + "record": { + "CNAME": "portofoliowebdev.vercel.app" + } + } diff --git a/domains/andrewdxz.json b/domains/andrewdxz.json index d6af4ad2f..c88dd2b21 100644 --- a/domains/andrewdxz.json +++ b/domains/andrewdxz.json @@ -4,7 +4,6 @@ "email": "ghghello30@gmail.com", "discord": "970325505989574656" }, - "record": { "CNAME": "andrewmack1.github.io" } diff --git a/domains/andriampeno.json b/domains/andriampeno.json new file mode 100644 index 000000000..e613e77d6 --- /dev/null +++ b/domains/andriampeno.json @@ -0,0 +1,12 @@ +{ + "description": "Domain for my personal portfolio", + "repo": "https://github.com/odie100/odie100.github.io", + "owner": { + "username": "odie100", + "email": "andriampeno.odilon@gmail.com" + }, + "record": { + "CNAME": "odie100.github.io" + } + } + \ No newline at end of file diff --git a/domains/andros.json b/domains/andros.json index 8bcb4a969..b2f3850cf 100644 --- a/domains/andros.json +++ b/domains/andros.json @@ -1,9 +1,7 @@ { "description": "Andros's personal developer website", - "repo": "https://github.com/tanrax", "owner": { "username": "tanrax", - "email": "", "twitter": "androsfenollosa" }, "record": { diff --git a/domains/angellopomayay.json b/domains/angellopomayay.json index 8466fe646..e99027890 100644 --- a/domains/angellopomayay.json +++ b/domains/angellopomayay.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "Angello-Pomayay", - "email": "angelopomayay@gmail.com" - }, - "record": { - "CNAME": "angello-pomayay.github.io" - } + "owner": { + "username": "Angello-Pomayay", + "email": "angelopomayay@gmail.com" + }, + "record": { + "CNAME": "angello-pomayay.github.io" + } } diff --git a/domains/angelwuff.json b/domains/angelwuff.json index f697f47f9..b6f298fbb 100644 --- a/domains/angelwuff.json +++ b/domains/angelwuff.json @@ -3,10 +3,9 @@ "repo": "https://github.com/Angelix1/Angelix1.github.io", "owner": { "username": "Angelix1", - "email": "", "twitter": "AngelTheWolfy" }, "record": { - "CNAME": "Angelix1.github.io" + "CNAME": "angelix1.github.io" } } diff --git a/domains/anger.json b/domains/anger.json deleted file mode 100644 index b7507087d..000000000 --- a/domains/anger.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Will be used to show my page showing stuff about me", - "repo": "https://github.com/angerminecraftyt/aboutme", - "owner": { - "username": "AngerminecraftYT", - "email": "", - "discord": "AngerMinecraftYT#3051" - }, - "record": { - "CNAME": "angerminecraftyt.github.io" - } -} diff --git a/domains/angganix.json b/domains/angganix.json new file mode 100644 index 000000000..ab07741ca --- /dev/null +++ b/domains/angganix.json @@ -0,0 +1,11 @@ +{ + "description": "For personal site, blogging, and displayed portofolio", + "repo": "https://github.com/angganix/angganix.github.io", + "owner": { + "username": "angganix", + "email": "angganix@gmail.com" + }, + "record": { + "CNAME": "angganix.github.io" + } +} diff --git a/domains/anhnguyen.json b/domains/anhnguyen.json index 76157f50a..57d64afc5 100644 --- a/domains/anhnguyen.json +++ b/domains/anhnguyen.json @@ -1,20 +1,15 @@ { - "owner": { - "username": "NgTuanAnhDev", - "email": "", - "discord": "828117990746226730", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.dxFeMXIpetS-y-w2HhyPm3jT9qQD7VXlzrjuKr0X2tYaDAsa5e-ZLfdoQ0Vi6ij2hVaULCTbvnhDGodA8Vfo2Bav69FAanB0eQp_-9e8C2O8XTm7Hc1PfQG0-QdASqYXzQLxa2K8Zsyi7i_MnjW9QcXB6OopVDPzuQkIFCD0ZBIMpxfSMYoZIJwWMIODl7qkdlrwOJaHev94VAEU8wjl9jdTJ7qUqwG_K8r2FXnRU4nvA8UUGbqoiTwqXgNWdln4S_dT6gRG1oINXS8MU55sRP_nrUsNYm5QRWiqFsKe9Ti8z00YhSJ3bvZLl353penT2lQfSdj2zEqBVNdp_J4s9Q._wjr6pPUcgjV8Pcqmb5jZw.qP7dPu7h2ZYoxAL8EzCmNuh_96Ak46xR4iMj14zoxcBMRnIKqxWQzPMp31OhvCP-a4j-_Ch3Xx4Qyl0AFKHF1b_itAmAo29o5QuG9Z3meYcHkwIxE7rrHLhnT6YaGXL_.2L3kt8GB7vNmXFwn5NauTA" - }, - "record": { - "A": ["103.97.126.29"], - "TXT": [ - "zoho-verification=zb23469214.zmverify.zoho.com", - "v=spf1 include:zohomail.com ~all" - ], - "MX": [ - "mx.zoho.com", - "mx2.zoho.com", - "mx3.zoho.com" - ] - } + "owner": { + "username": "NgTuanAnhDev", + "discord": "828117990746226730", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.dxFeMXIpetS-y-w2HhyPm3jT9qQD7VXlzrjuKr0X2tYaDAsa5e-ZLfdoQ0Vi6ij2hVaULCTbvnhDGodA8Vfo2Bav69FAanB0eQp_-9e8C2O8XTm7Hc1PfQG0-QdASqYXzQLxa2K8Zsyi7i_MnjW9QcXB6OopVDPzuQkIFCD0ZBIMpxfSMYoZIJwWMIODl7qkdlrwOJaHev94VAEU8wjl9jdTJ7qUqwG_K8r2FXnRU4nvA8UUGbqoiTwqXgNWdln4S_dT6gRG1oINXS8MU55sRP_nrUsNYm5QRWiqFsKe9Ti8z00YhSJ3bvZLl353penT2lQfSdj2zEqBVNdp_J4s9Q._wjr6pPUcgjV8Pcqmb5jZw.qP7dPu7h2ZYoxAL8EzCmNuh_96Ak46xR4iMj14zoxcBMRnIKqxWQzPMp31OhvCP-a4j-_Ch3Xx4Qyl0AFKHF1b_itAmAo29o5QuG9Z3meYcHkwIxE7rrHLhnT6YaGXL_.2L3kt8GB7vNmXFwn5NauTA" + }, + "record": { + "A": ["103.97.126.29"], + "TXT": [ + "zoho-verification=zb23469214.zmverify.zoho.com", + "v=spf1 include:zohomail.com ~all" + ], + "MX": ["mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com"] + } } diff --git a/domains/anhnguyen94.json b/domains/anhnguyen94.json new file mode 100644 index 000000000..cdec6a2ff --- /dev/null +++ b/domains/anhnguyen94.json @@ -0,0 +1,10 @@ +{ + "description": "Portfolio redirect for anhnguyen1907", + "owner": { + "username": "anhnguyen1907", + "email": "cau2tomy@gmail.com" + }, + "record": { + "CNAME": "anhnguyen1907.github.io" + } +} diff --git a/domains/anhvt.json b/domains/anhvt.json new file mode 100644 index 000000000..3200b804f --- /dev/null +++ b/domains/anhvt.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "anhvt3010", + "email": "anh.vt.3010@gmail.com" + }, + "record": { + "CNAME": "build-cv.vercel.app" + } +} diff --git a/domains/anibalbastiass.json b/domains/anibalbastiass.json new file mode 100644 index 000000000..4fc3836f0 --- /dev/null +++ b/domains/anibalbastiass.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "anibalbastiass", + "email": "anibal.bastias@gmail.com" + }, + "record": { + "CNAME": "anibalbastiass.github.io" + } +} diff --git a/domains/aniket-thapa.json b/domains/aniket-thapa.json index fdfac3873..f6c9aad0e 100644 --- a/domains/aniket-thapa.json +++ b/domains/aniket-thapa.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "aniket-thapa", - "email": "aniketthapa04@gmail.com", - "discord": "1249367001961463962" - }, - - "record": { - "CNAME": "aniket-thapa.github.io" - } - } - + "owner": { + "username": "aniket-thapa", + "email": "aniketthapa04@gmail.com", + "discord": "1249367001961463962" + }, + "record": { + "CNAME": "aniket-thapa.github.io" + } +} diff --git a/domains/aniket.json b/domains/aniket.json new file mode 100644 index 000000000..a99a6d2d1 --- /dev/null +++ b/domains/aniket.json @@ -0,0 +1,10 @@ +{ + "description": "Domain that redirects to my personal portfolio", + "owner": { + "username": "anikxt", + "email": "aniket15304@gmail.com" + }, + "record": { + "URL": "https://aniket.codes" + } +} diff --git a/domains/anime-oni.json b/domains/anime-oni.json index 9aaf7280e..6ad6ff2cd 100644 --- a/domains/anime-oni.json +++ b/domains/anime-oni.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "anime-oni", - "email": "hiba.aashir@gmail.com", - "discord": "1014232959143907429" - }, - - "record": { - "CNAME": "anime-oni.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "anime-oni", + "email": "hiba.aashir@gmail.com", + "discord": "1014232959143907429" + }, + "record": { + "CNAME": "anime-oni.github.io" + } +} diff --git a/domains/anime.json b/domains/anime.json deleted file mode 100644 index e2c8dec17..000000000 --- a/domains/anime.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zarqizoubir", - "email": "zarqi.ezzoubair@etu.uae.ac.ma" - }, - "record": { - "CNAME": "zarqizoubir.github.io" - } -} diff --git a/domains/animesh-kotka.json b/domains/animesh-kotka.json new file mode 100644 index 000000000..261b1eb1b --- /dev/null +++ b/domains/animesh-kotka.json @@ -0,0 +1,11 @@ +{ + "description": "Simple Portfolio", + "repo": "https://github.com/AnimeshKotka/Animesh-Kotka-Portfolio", + "owner": { + "username": "AnimeshKotka", + "email": "animesh@kotka.tech" + }, + "record": { + "CNAME": "animeshkotka.github.io" + } +} diff --git a/domains/aniwon.json b/domains/aniwon.json index 20069aec0..e3db2432c 100644 --- a/domains/aniwon.json +++ b/domains/aniwon.json @@ -4,7 +4,6 @@ "email": "panwarnishchey+02@gmail.com", "discord": "821976026984611850" }, - "record": { "A": ["185.191.231.137"] } diff --git a/domains/ankiprajapati.json b/domains/ankiprajapati.json index caaa4e241..3537ed120 100644 --- a/domains/ankiprajapati.json +++ b/domains/ankiprajapati.json @@ -2,8 +2,7 @@ "description": "ankit Prajapati.", "repo": "https://github.com/ankiprajapati/ankiprajapati.github.io", "owner": { - "username": "ankiprajapati", - "email": "" + "username": "ankiprajapati" }, "record": { "CNAME": "ankiprajapati.github.io" diff --git a/domains/ankit-acquaintsoft.json b/domains/ankit-acquaintsoft.json index 3d05c4111..8fbc75f61 100644 --- a/domains/ankit-acquaintsoft.json +++ b/domains/ankit-acquaintsoft.json @@ -2,8 +2,7 @@ "description": "This website is a link to my personal developer portfolio.", "repo": "https://github.com/ankit-acquaintsoft/ankit-acquaintsoft.github.io", "owner": { - "username": "ankit-dere", - "email": "" + "username": "ankit-dere" }, "record": { "CNAME": "ankit-acquaintsoft.github.io" diff --git a/domains/ankit-chaubey.json b/domains/ankit-chaubey.json new file mode 100644 index 000000000..d5e3be97d --- /dev/null +++ b/domains/ankit-chaubey.json @@ -0,0 +1,13 @@ +{ + "description": "Ankit Chaubey's GitHub page", + "repo": "https://github.com/ankit-chaubey/ankit-chaubey", + "owner": { + "username": "ankit-chaubey", + "email": "m.ankitchaubey@gmail.com", + "telegram": "ankit_chaubey", + "github": "ankit-chaubey" + }, + "record": { + "CNAME": "ankit-chaubey.github.io" + } +} diff --git a/domains/ankitchaubey.json b/domains/ankitchaubey.json new file mode 100644 index 000000000..d5e3be97d --- /dev/null +++ b/domains/ankitchaubey.json @@ -0,0 +1,13 @@ +{ + "description": "Ankit Chaubey's GitHub page", + "repo": "https://github.com/ankit-chaubey/ankit-chaubey", + "owner": { + "username": "ankit-chaubey", + "email": "m.ankitchaubey@gmail.com", + "telegram": "ankit_chaubey", + "github": "ankit-chaubey" + }, + "record": { + "CNAME": "ankit-chaubey.github.io" + } +} diff --git a/domains/anmail.json b/domains/anmail.json index 93d819357..f6144335f 100644 --- a/domains/anmail.json +++ b/domains/anmail.json @@ -1,13 +1,16 @@ -{ - "description": "Subdomain my own website and email forwarding", - "repo": "https://github.com/ririko5834/register", - "owner": { - "username": "ririko5834", - "email": "wolfo89+anmail@protonmail.com" - }, - "record": { - "A": ["167.235.217.200"], - "MX": ["5d84c429388a8a21.mx2.emailprofi.seznam.cz", "5d84c429388a8a21.mx1.emailprofi.seznam.cz"], - "TXT": ["v=spf1 include:spf.seznam.cz ~all"] - } -} \ No newline at end of file +{ + "description": "Subdomain my own website and email forwarding", + "repo": "https://github.com/ririko5834/register", + "owner": { + "username": "ririko5834", + "email": "wolfo89+anmail@protonmail.com" + }, + "record": { + "A": ["167.235.217.200"], + "MX": [ + "5d84c429388a8a21.mx2.emailprofi.seznam.cz", + "5d84c429388a8a21.mx1.emailprofi.seznam.cz" + ], + "TXT": ["v=spf1 include:spf.seznam.cz ~all"] + } +} diff --git a/domains/anmol-chaudhary.json b/domains/anmol-chaudhary.json new file mode 100644 index 000000000..5f5048ab9 --- /dev/null +++ b/domains/anmol-chaudhary.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio", + "repo": "https://github.com/4nmolChaudhary/portfolio-v2", + "owner": { + "username": "4nmolChaudhary", + "email": "chaudharyanmol321@gmail.com" + }, + "record": { + "CNAME": "anmol-chaudhary.vercel.app" + } +} diff --git a/domains/anmol.json b/domains/anmol.json new file mode 100644 index 000000000..85b55db21 --- /dev/null +++ b/domains/anmol.json @@ -0,0 +1,11 @@ +{ + "description": "My Portfolio webpage", + "repo": "https://github.com/tecanmol/Portfolio", + "owner": { + "username": "tecanmol", + "email": "panmol735@gmail.com" + }, + "record": { + "CNAME": "tecanmol.github.io" + } +} diff --git a/domains/anna.json b/domains/anna.json index 8222c902f..622e3f44c 100644 --- a/domains/anna.json +++ b/domains/anna.json @@ -4,7 +4,6 @@ "email": "iamrvins@gmail.com", "discord": "1206164385911799850" }, - "record": { "CNAME": "annanas271.github.io" } diff --git a/domains/annant.json b/domains/annant.json new file mode 100644 index 000000000..395feff14 --- /dev/null +++ b/domains/annant.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ThatNerdyKun", + "discord": "629851641579044874" + }, + "record": { + "CNAME": "annant.pages.dev" + } +} diff --git a/domains/ansari-atharnadim.json b/domains/ansari-atharnadim.json index a133e0ccf..6837342f1 100644 --- a/domains/ansari-atharnadim.json +++ b/domains/ansari-atharnadim.json @@ -2,8 +2,7 @@ "description": "This is my website", "repo": "https://github.com/ansari-atharnadim/ansari-atharnadim.github.io", "owner": { - "username": "ansari-atharnadim", - "email": "" + "username": "ansari-atharnadim" }, "record": { "CNAME": "ansari-atharnadim.github.io" diff --git a/domains/ansari-saify.json b/domains/ansari-saify.json index 7fb82d4ff..59002b04f 100644 --- a/domains/ansari-saify.json +++ b/domains/ansari-saify.json @@ -2,8 +2,7 @@ "description": "This website is a link to my personal developer portfolio.", "repo": "https://github.com/ansari-saify/ansari-saify.github.io", "owner": { - "username": "ansari-saify", - "email": "" + "username": "ansari-saify" }, "record": { "CNAME": "ansari-saify.github.io" diff --git a/domains/ansh.json b/domains/ansh.json new file mode 100644 index 000000000..f883bd6d9 --- /dev/null +++ b/domains/ansh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "anshaneja5", + "email": "anshanejaa@gmail.com" + }, + "record": { + "CNAME": "portfolio-xi-liard-96.vercel.app" + } +} diff --git a/domains/anshkabra.json b/domains/anshkabra.json new file mode 100644 index 000000000..1570caf77 --- /dev/null +++ b/domains/anshkabra.json @@ -0,0 +1,12 @@ +{ + "description": "For my portfolio", + "repo": "https://github.com/Anshkabra2012/portfolio", + "owner": { + "username": "AnshKabra2012", + "email": "anshkabra.india@gmail.com", + "discord": "anshkabra2012" + }, + "record": { + "CNAME": "anshkabra2012.github.io" + } +} diff --git a/domains/anshtyagi.json b/domains/anshtyagi.json index d67363e53..1afcbffcd 100644 --- a/domains/anshtyagi.json +++ b/domains/anshtyagi.json @@ -1,6 +1,5 @@ { "description": "Ansh's personal website", - "repo": "https://github.com/anshtyagi0", "owner": { "username": "anshtyagi0", "email": "tyagiansh175@gmail.com" diff --git a/domains/anshu.json b/domains/anshu.json new file mode 100644 index 000000000..2dac10c30 --- /dev/null +++ b/domains/anshu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "anshu-prakash", + "email": "anshuprakash8445@gmail.com" + }, + "record": { + "CNAME": "anshu-prakash.github.io" + } +} diff --git a/domains/ante.json b/domains/ante.json new file mode 100644 index 000000000..073531e8a --- /dev/null +++ b/domains/ante.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "antebrl", + "email": "ahcwnh@gmail.com" + }, + "record": { + "A": ["130.61.108.36"], + "TXT": ["dh=6d109bce7d0aeacdc4a573c959d85a778d239527"] + } +} diff --git a/domains/anthrxc.json b/domains/anthrxc.json new file mode 100644 index 000000000..c46f12d71 --- /dev/null +++ b/domains/anthrxc.json @@ -0,0 +1,11 @@ +{ + "description": "Personal portfolio website", + "repo": "https://github.com/anthrxc/portfolio", + "owner": { + "username": "anthrxc", + "email": "anthromadayt@gmail.com" + }, + "record": { + "CNAME": "anthrxc.github.io" + } +} diff --git a/domains/anthxny.json b/domains/anthxny.json new file mode 100644 index 000000000..dd857c480 --- /dev/null +++ b/domains/anthxny.json @@ -0,0 +1,11 @@ +{ + "description": "My perosnal portfolio", + "repo": "https://github.com/anthonycursewl/brd-portfolio", + "owner": { + "username": "anthonycursewl", + "email": "zerpaathony.wx@breadriuss.com" + }, + "record": { + "CNAME": "anthportafolio.netlify.app" + } +} diff --git a/domains/antlis.json b/domains/antlis.json index 1cc8af6a4..f70809489 100644 --- a/domains/antlis.json +++ b/domains/antlis.json @@ -1,11 +1,11 @@ { - "description": "Personal website", - "repo": "https://github.com/antlis/antlis.github.io", - "owner": { - "username": "antlis", - "email": "crabs@cock.li" - }, - "record": { - "CNAME": "antlis.github.io" - } -} + "description": "Personal website", + "repo": "https://github.com/antlis/antlis.github.io", + "owner": { + "username": "antlis", + "email": "crabs@cock.li" + }, + "record": { + "CNAME": "antlis.github.io" + } +} diff --git a/domains/anto.json b/domains/anto.json new file mode 100644 index 000000000..8e0e1174e --- /dev/null +++ b/domains/anto.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hardianto01", + "email": "hardiantojek92@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/antoangiaothong.akk1to.json b/domains/antoangiaothong.akk1to.json new file mode 100644 index 000000000..1e9ffd5d2 --- /dev/null +++ b/domains/antoangiaothong.akk1to.json @@ -0,0 +1,12 @@ +{ + "description": "This website is my personal portfollo XD (let it on rq)", + "repo": "https://github.com/akk1to/atgtsystem", + "owner": { + "username": "akk1to", + "email": "akk1to.dev@gmail.com", + "discord": "727497287777124414" + }, + "record": { + "CNAME": "akk1to.github.io" + } +} diff --git a/domains/antony.json b/domains/antony.json new file mode 100644 index 000000000..d57d331c4 --- /dev/null +++ b/domains/antony.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "AntonyPeter0", + "email": "antonypeter1998@gmail.com" + }, + "description": "Sample resume page created for placeholding", + "record": { + "CNAME": "antonypeter0.github.io" + } +} diff --git a/domains/anubhav-pathak.json b/domains/anubhav-pathak.json index 8c81e3e8b..4daf901ba 100644 --- a/domains/anubhav-pathak.json +++ b/domains/anubhav-pathak.json @@ -1,11 +1,11 @@ { - "description": "Documentation for is-a-dev", - "repo": "https://github.com/Anubhav-Pathak/Anubhav-Pathak.github.io", - "owner": { - "username": "Anubhav-Pathak", - "email": "anubhavpathak99@gmail.com" - }, - "record": { - "CNAME": "anubhav-pathak.github.io" - } + "description": "Documentation for is-a-dev", + "repo": "https://github.com/Anubhav-Pathak/Anubhav-Pathak.github.io", + "owner": { + "username": "Anubhav-Pathak", + "email": "anubhavpathak99@gmail.com" + }, + "record": { + "CNAME": "anubhav-pathak.github.io" } +} diff --git a/domains/anukarop.json b/domains/anukarop.json index 6bdf8a297..b25c1a9aa 100644 --- a/domains/anukarop.json +++ b/domains/anukarop.json @@ -5,6 +5,6 @@ "discord": "AnukarOP" }, "record": { - "CNAME": "AnukarOP.github.io" + "CNAME": "anukarop.github.io" } } diff --git a/domains/anumeya.json b/domains/anumeya.json index ca7be3aef..650a1eaf7 100644 --- a/domains/anumeya.json +++ b/domains/anumeya.json @@ -3,7 +3,6 @@ "username": "KreativeThinker", "email": "sagely2005eagle@gmail.com" }, - "record": { "CNAME": "kreativethinker.github.io" } diff --git a/domains/anuraglimbu.json b/domains/anuraglimbu.json new file mode 100644 index 000000000..ebbb12545 --- /dev/null +++ b/domains/anuraglimbu.json @@ -0,0 +1,10 @@ +{ + "description": "This subdomain is for my personal portfolio website.", + "owner": { + "username": "auraglimbu", + "email": "anuraglimbu2018@gmail.com" + }, + "record": { + "URL": "https://anuraglimbu.com.np" + } +} diff --git a/domains/anveshraman.json b/domains/anveshraman.json new file mode 100644 index 000000000..89f6b3639 --- /dev/null +++ b/domains/anveshraman.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SA-Army", + "email": "anveshraman.ae@gmail.com" + }, + "record": { + "CNAME": "sa-army.github.io" + } +} diff --git a/domains/aocsa.json b/domains/aocsa.json new file mode 100644 index 000000000..43d1db144 --- /dev/null +++ b/domains/aocsa.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "aocsa", + "email": "alexander.ocsa@gmail.com" + }, + "record": { + "CNAME": "aocsa.github.io" + } +} diff --git a/domains/aoozora.json b/domains/aoozora.json new file mode 100644 index 000000000..f72814134 --- /dev/null +++ b/domains/aoozora.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "aoozoraa", + "email": "akuummuu@gmail.com" + }, + "record": { + "A": ["143.47.59.128"] + } +} diff --git a/domains/aozora.json b/domains/aozora.json index 35701f9af..5564fe41c 100644 --- a/domains/aozora.json +++ b/domains/aozora.json @@ -1,6 +1,5 @@ { "description": "Just my personal website", - "repo": "https://github.com/AozoraDev", "owner": { "username": "AozoraDev", "email": "aozoradeveloper@gmail.com" diff --git a/domains/apep.json b/domains/apep.json index c326356b7..500e0129c 100644 --- a/domains/apep.json +++ b/domains/apep.json @@ -4,7 +4,6 @@ "email": "afifeka20@gmail.com", "discord": "331616752767205378" }, - "record": { "A": ["8.222.249.188"] } diff --git a/domains/api-kirito.json b/domains/api-kirito.json index f5bafe9cb..36102645d 100644 --- a/domains/api-kirito.json +++ b/domains/api-kirito.json @@ -1,6 +1,5 @@ { "description": "For My API!", - "repo": "https://github.com/ThisMe124", "owner": { "username": "ThisMe124", "email": "anonymous.orgn@gmail.com" diff --git a/domains/api-peantastic.json b/domains/api-peantastic.json new file mode 100644 index 000000000..d385390ea --- /dev/null +++ b/domains/api-peantastic.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "peantastic", + "email": "leostark.vndev@gmail.com" + }, + "description": "Hello, my name is Peantastic, and I am a dedicated developer with a passion for creating innovative solutions and enhancing user experiences. It's a pleasure to connect with you!", + "repo": "https://github.com/peantastic/", + "record": { + "CNAME": "tantinh.onrender.com" + } +} diff --git a/domains/api.acronical.json b/domains/api.acronical.json new file mode 100644 index 000000000..fa8380b23 --- /dev/null +++ b/domains/api.acronical.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AcronicalYT", + "email": "acronicalbusiness@gmail.com" + }, + "record": { + "A": ["138.68.133.84"] + } +} diff --git a/domains/api.anshtyagi.json b/domains/api.anshtyagi.json index e237132d7..fa67dace8 100644 --- a/domains/api.anshtyagi.json +++ b/domains/api.anshtyagi.json @@ -1,6 +1,5 @@ { "description": "API WEBSITE", - "repo": "https://github.com/anshtyagi0", "owner": { "username": "anshtyagi0", "email": "tyagiansh175@gmail.com" diff --git a/domains/api.esb.json b/domains/api.esb.json deleted file mode 100644 index 98e88ad17..000000000 --- a/domains/api.esb.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "EducatedSuddenBucket", - "email": "", - "discord": "1167825360151380032", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.G63MWywbVBPCiP1H_VpGdNl0rXbhsluPIGWYrfPCikVJzHYweS34rK8v65QxLVjPOzAIWcOiRcEofvUZQsKYr3PFOzkZ_n-8D7hOU8It8Y8WQim0uW2GfD8JTu_jbqPl74tWysAlVYYg4L0kqiw-YDY0ZWadCqR7WR9BWK_M_qwB2tABlemLi2TKRFKHl8xuuFtPbVzCtBaWYDcb10AhB0zkIp185q5pwlbsafPxyY747GPvdx9JpqZFE36IfZ36N_Nvre0Pmms38pti1WLHyB3p4RdMVODRbY2FdNMezsYS6oNBrCSw0zeKxTNa__mTJfm17HmeHoiQr5whDP-b0A.r0IqaV4PgVHJJxxIBWCQwA.NonWBIudonu8aCNKSI6kvFYD0QZzkDrNHYJ-dZ7Lp0ISat6uC_gPFsBo1qXP0ghLcrPs9NRKZdKJnGry4sqf5YkCYNIdf22fL1cYqzBQ1ts71f-oIGQnz8tZP-PYgidS.bdLlUgRvdZjL3q4Rf827Rg" - }, - - "record": { - "A": ["69.197.135.202"] - } - } - \ No newline at end of file diff --git a/domains/api.formuna.json b/domains/api.formuna.json new file mode 100644 index 000000000..9e85e83df --- /dev/null +++ b/domains/api.formuna.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "FormunaGit" + }, + "record": { + "CNAME": "formuna-api.vercel.app" + } +} diff --git a/domains/api.gizzy.json b/domains/api.gizzy.json index a3e65c85d..dfda75708 100644 --- a/domains/api.gizzy.json +++ b/domains/api.gizzy.json @@ -2,12 +2,9 @@ "description": "api.gizzy.is-a.dev", "owner": { "username": "GizzyUwU", - "email": "", "discord": "gizzyowo" }, "record": { - "A": [ - "76.76.21.21" - ] + "A": ["76.76.21.21"] } } diff --git a/domains/api.juststudio.json b/domains/api.juststudio.json index ff3f8ca29..f6d1dc59b 100644 --- a/domains/api.juststudio.json +++ b/domains/api.juststudio.json @@ -1,16 +1,12 @@ { - "description": "JustStudio.API", + "description": "JustStudio.API. Docs: https://juststudio.is-a.dev/api", "owner": { - "username": "JustStudio7", + "username": "JustDeveloper1", "email": "support@juststudio.is-a.dev", "discord": "1117482901353812088" }, "record": { - "A": [ - "34.120.54.55" - ], - "AAAA": [ - "2600:1901:0:6d85::" - ] + "A": ["34.120.54.55"], + "AAAA": ["2600:1901:0:6d85::"] } } diff --git a/domains/api.karyakarsa.willo.json b/domains/api.karyakarsa.willo.json index 316f0aa73..c70b3e330 100644 --- a/domains/api.karyakarsa.willo.json +++ b/domains/api.karyakarsa.willo.json @@ -3,7 +3,6 @@ "repo": "https://github.com/WilloIzCitron/karyakarsa-rest-api", "owner": { "username": "WilloIzCitron", - "email": "", "twitter": "willoizcitron" }, "record": { diff --git a/domains/api.rachancheet.json b/domains/api.rachancheet.json new file mode 100644 index 000000000..d244b1026 --- /dev/null +++ b/domains/api.rachancheet.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rachancheet", + "email": "raxxsngh37@gmail.com" + }, + "record": { + "A": ["152.67.163.7"] + } +} diff --git a/domains/api.seiko.json b/domains/api.seiko.json new file mode 100644 index 000000000..0dfeedd7e --- /dev/null +++ b/domains/api.seiko.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Delta-0mega", + "email": "seikoo.dev@gmail.com", + "discord": "1293641904860172389" + }, + "record": { + "A": ["88.151.197.194"] + } +} diff --git a/domains/api.semant.json b/domains/api.semant.json index 7dde925c0..eef2b7841 100644 --- a/domains/api.semant.json +++ b/domains/api.semant.json @@ -1,7 +1,7 @@ { "description": "Semant Api", "owner": { - "username": "s3mant", + "username": "ihacksemant", "email": "contact@semant.is-a.dev", "discord": "445073800850046977" }, diff --git a/domains/api.shockbs.json b/domains/api.shockbs.json index a4be3930b..d7029f533 100644 --- a/domains/api.shockbs.json +++ b/domains/api.shockbs.json @@ -1,7 +1,7 @@ { "owner": { "username": "shockbs", - "email": "apipherng@gmail.com" + "discord": "880084860327313459" }, "record": { "A": ["69.30.249.53"] diff --git a/domains/api.sono.json b/domains/api.sono.json deleted file mode 100644 index f0f6e863d..000000000 --- a/domains/api.sono.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "getSono", - "email": "sono.arbeit@gmail.com" - }, - "record": { - "CNAME": "imaginary-wakeful-busby.glitch.me" - } -} diff --git a/domains/api.spotify.stefdp.json b/domains/api.spotify.stefdp.json deleted file mode 100644 index 9f2b1dbbb..000000000 --- a/domains/api.spotify.stefdp.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "email": "", - "discord": "694986201739952229", - "github_id": 81536172, - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" - }, - "record": { - "CNAME": "proxy.stefdp.is-a.dev" - } -} diff --git a/domains/api.stefdp.json b/domains/api.stefdp.json deleted file mode 100644 index 9f2b1dbbb..000000000 --- a/domains/api.stefdp.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "email": "", - "discord": "694986201739952229", - "github_id": 81536172, - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" - }, - "record": { - "CNAME": "proxy.stefdp.is-a.dev" - } -} diff --git a/domains/app-giua.json b/domains/app-giua.json new file mode 100644 index 000000000..26d28e91c --- /dev/null +++ b/domains/app-giua.json @@ -0,0 +1,11 @@ +{ + "description": "Giua-App è l'applicazione non ufficiale dei registri elettronici giua@school", + "repo": "https://github.com/Milanstarkk/Giua-App", + "owner": { + "username": "Milanstarkk", + "email": "milanstark09yt@gmail.com" + }, + "record": { + "CNAME": "milanstarkk.github.io" + } +} diff --git a/domains/app.allancoding.json b/domains/app.allancoding.json index 131809fe4..fe1c19ff5 100644 --- a/domains/app.allancoding.json +++ b/domains/app.allancoding.json @@ -1,15 +1,12 @@ { - "description": "My app website for diffrent services", - "owner": { - "username": "allancoding", - "email": "allancoding.dev@gmail.com", - "twitter": "allancoding", - "discord": "allancoding" - }, - "record": { - "A": [ - "206.188.218.143" - ] - } + "description": "My app website for diffrent services", + "owner": { + "username": "allancoding", + "email": "allancoding.dev@gmail.com", + "twitter": "allancoding", + "discord": "allancoding" + }, + "record": { + "A": ["206.188.218.143"] } - \ No newline at end of file +} diff --git a/domains/app.vyductan.json b/domains/app.vyductan.json new file mode 100644 index 000000000..fd12147df --- /dev/null +++ b/domains/app.vyductan.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "vyductan", + "email": "vdt5snet@gmail.com", + "discord": "370012050316984321" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/appointer.json b/domains/appointer.json index c929e29e3..81362c363 100644 --- a/domains/appointer.json +++ b/domains/appointer.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "MrDaPoyo", - "email": "wiiuforever25@gmail.com", - "discord": "1147531188148375623" - }, - - "record": { - "CNAME": "appointer-z3jo.onrender.com" - } - } - + "owner": { + "username": "MrDaPoyo", + "email": "wiiuforever25@gmail.com", + "discord": "1147531188148375623" + }, + "record": { + "CNAME": "appointer-z3jo.onrender.com" + } +} diff --git a/domains/april.json b/domains/april.json new file mode 100644 index 000000000..d2171486d --- /dev/null +++ b/domains/april.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/arithefirst/portfolio", + "owner": { + "username": "arithefirst", + "email": "ari@arithefirst.com" + }, + "record": { + "URL": "https://www.arithefirst.com" + } +} diff --git a/domains/apurbo.json b/domains/apurbo.json index 006df28e7..23a81e822 100644 --- a/domains/apurbo.json +++ b/domains/apurbo.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "apurboislam", - "email": "", - "discord": "740207602855575565", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.inMY-tFiYyZXUCfpIqjoBHdeJLbSiZFxjMEUBeTHytVAiirU56zAh_JfBQPNkTx_yE_maOaKmEXeP1jOzQCVcw91TaK7fQOQuuGBh9Kk30txzdTftWMxE5c8_RrlczDlweePk2mLmrMjZC8aMRVNJoJIAms7CJLsm7llHVYn5ODXAjQL9wngf6ZEqvvohKZi-9VZVq6JRKd9hPf1EcGWWO_66pKFnx0SerS-057fN_3VtFp6JnSCb_iZFz1LgkR6Yqhce2twR0vdvxIBzgS9p9uF6JuHq7tvJOEq6kxnqATLPB8rLVDIzT1o_NHm7VhRCUboaKRERjrrksC2FGX9Pw.RSnWj6DFoMv81N8Rz3EP9w.7H2S5qSGZykz8Fv7XGOY4uhqiHB79IEOAj4Qat3cLhmpplmI-DtMjY_WqBp0VMtQo8v_o-7Y-822yaQmlJCEjwWMhPmcfM6A51NuPQnxsi7GUsesfzon71ksf1gy33XnrgFjdTC2BpppKdyCvGXq3Q.Gpxu1_DwG-tQbspNfQOWcQ" - }, - - "record": { - "CNAME": "apurboislam.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "apurboislam", + "discord": "740207602855575565", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.inMY-tFiYyZXUCfpIqjoBHdeJLbSiZFxjMEUBeTHytVAiirU56zAh_JfBQPNkTx_yE_maOaKmEXeP1jOzQCVcw91TaK7fQOQuuGBh9Kk30txzdTftWMxE5c8_RrlczDlweePk2mLmrMjZC8aMRVNJoJIAms7CJLsm7llHVYn5ODXAjQL9wngf6ZEqvvohKZi-9VZVq6JRKd9hPf1EcGWWO_66pKFnx0SerS-057fN_3VtFp6JnSCb_iZFz1LgkR6Yqhce2twR0vdvxIBzgS9p9uF6JuHq7tvJOEq6kxnqATLPB8rLVDIzT1o_NHm7VhRCUboaKRERjrrksC2FGX9Pw.RSnWj6DFoMv81N8Rz3EP9w.7H2S5qSGZykz8Fv7XGOY4uhqiHB79IEOAj4Qat3cLhmpplmI-DtMjY_WqBp0VMtQo8v_o-7Y-822yaQmlJCEjwWMhPmcfM6A51NuPQnxsi7GUsesfzon71ksf1gy33XnrgFjdTC2BpppKdyCvGXq3Q.Gpxu1_DwG-tQbspNfQOWcQ" + }, + "record": { + "CNAME": "apurboislam.github.io" + } +} diff --git a/domains/apurboislam.json b/domains/apurboislam.json index 3f5bcffac..3753ece51 100644 --- a/domains/apurboislam.json +++ b/domains/apurboislam.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "apurboislam", - "email": "", - "discord": "740207602855575565", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Tb7jeRGTM3baPJ66NxXky5UUpue3qxinQq5Fq_qYbhEojPyOjmyTJopWxZGfTIie-42dA5RE5sEGUWU3YTEtXq8jvyQA2Alhv0Mz4fHfbfb7CKClfuoBT-_gJBxhrIRtOzfAXMkBofshbSTk8n8w0fcNaFRNn61YFjpULCdAJ_mf7ZGU6wmUxPvOdejIMskSXYPif0rQSk3DO2WHPxQO17fUPDaU3Q0u52CTTStdyyH3Efrj_DV7_wStGocc0AQQ2lUXxn_bPEJ1f8PzgVUk8AYbc0jQjQeokjtcRda4IIWn01CJ2s23xKJ1VW6ytPTYh91K72RINOHcFrY4miFyfA.EtMgYVQwI8Fkim2yde90bg.opKL6p-2Wkm2NpUIpUZD64bRAaGxY_PujYozpSQd24hSw_tEYcSsWR2LB43u-Whzv3ILzUyQIYAXT-q_W_ZP0dESFauT2szYJ759LjVconDiQPYpb7Y6M7K9ybJRkXDuDTgyx9QPBjG8uqdSRxQ3cQ.NrG09Bz5PZwk5xtQ77MELA" - }, - - "record": { - "CNAME": "apurboislam.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "apurboislam", + "discord": "740207602855575565", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Tb7jeRGTM3baPJ66NxXky5UUpue3qxinQq5Fq_qYbhEojPyOjmyTJopWxZGfTIie-42dA5RE5sEGUWU3YTEtXq8jvyQA2Alhv0Mz4fHfbfb7CKClfuoBT-_gJBxhrIRtOzfAXMkBofshbSTk8n8w0fcNaFRNn61YFjpULCdAJ_mf7ZGU6wmUxPvOdejIMskSXYPif0rQSk3DO2WHPxQO17fUPDaU3Q0u52CTTStdyyH3Efrj_DV7_wStGocc0AQQ2lUXxn_bPEJ1f8PzgVUk8AYbc0jQjQeokjtcRda4IIWn01CJ2s23xKJ1VW6ytPTYh91K72RINOHcFrY4miFyfA.EtMgYVQwI8Fkim2yde90bg.opKL6p-2Wkm2NpUIpUZD64bRAaGxY_PujYozpSQd24hSw_tEYcSsWR2LB43u-Whzv3ILzUyQIYAXT-q_W_ZP0dESFauT2szYJ759LjVconDiQPYpb7Y6M7K9ybJRkXDuDTgyx9QPBjG8uqdSRxQ3cQ.NrG09Bz5PZwk5xtQ77MELA" + }, + "record": { + "CNAME": "apurboislam.github.io" + } +} diff --git a/domains/aqtk.json b/domains/aqtk.json index 80edab138..8944d5422 100644 --- a/domains/aqtk.json +++ b/domains/aqtk.json @@ -1,13 +1,11 @@ { - "description": "Describe the use of this subdomain", - "repo": "https://github.com/GoldenStarGamer/aqtk", - "owner": { - "username": "GoldenStarGamer", - "email": "vicentetavareslima@gmail.com" - }, - "record": { - "A": [ - "75.2.60.5" - ] - } + "description": "Describe the use of this subdomain", + "repo": "https://github.com/GoldenStarGamer/aqtk", + "owner": { + "username": "GoldenStarGamer", + "email": "vicentetavareslima@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } } diff --git a/domains/aqua.json b/domains/aqua.json index be31cc932..e510bacb1 100644 --- a/domains/aqua.json +++ b/domains/aqua.json @@ -3,7 +3,6 @@ "username": "AquaQuokka", "email": "aquaquokka@outlook.com" }, - "record": { "CNAME": "aquaquokka.github.io" } diff --git a/domains/aquatica.json b/domains/aquatica.json index ed6714922..d28f78f09 100644 --- a/domains/aquatica.json +++ b/domains/aquatica.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "UntoldGam", - "email": "charlessbird+github@outlook.com" - }, - "record": { - "A": ["130.162.169.213"] - } + "owner": { + "username": "UntoldGam", + "email": "charlessbird+github@outlook.com" + }, + "record": { + "A": ["130.162.169.213"] + } } diff --git a/domains/aquestry.json b/domains/aquestry.json index 4d87ab84d..3bf680306 100644 --- a/domains/aquestry.json +++ b/domains/aquestry.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "aquestry", - "email": "", - "discord": "704743506677334138", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.V9o5PtaeItmX8xf0iU9FiM1S1b6EqVFJPNxI5VSe0dNDnt0W5LfIoQqL1fvVRQKKUa3eqwyHY2da8homHkcAXxZhN3JVgGlBUsHvVRfFUyvclPqWWciFRhu2kTWTlTK5attxE_y2pLd_6y1XFKs6vZ-8zYEznT4urc2XuGfHQ7hPLvEwLGJrh412k57vNwYHRssofZkGjMJcMXy_kSAc-gGdD9j6_xjcvb8NkHBh7N6mdyicQsfa5nXZErX5Z-ycQhAYAZft8qOSxKQUBMAXQ7d9XwbT5lgqzHVjwNCGqC-wCqNFdQ5W0JrunFh0r8XzQYABJqetb1tzI5a6CDUF3Q.BSQSSXpli0R0BQg_OPAnlA.mi_pUvgr6GlHAn8hpansRpA_1EGVB52-XxoU0j21dqG4bRS0YDQJOPRj_H8U45U701wpU_AAcVQ4_TUpWJaYcp4F3_l3Gf8dEb9FYK7xm68.7nUpAD9IuDbCqCr6QXypuw" - }, - - "record": { - "CNAME": "aquestry.dev" - } - } - \ No newline at end of file + "owner": { + "username": "aquestry", + "discord": "704743506677334138", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.V9o5PtaeItmX8xf0iU9FiM1S1b6EqVFJPNxI5VSe0dNDnt0W5LfIoQqL1fvVRQKKUa3eqwyHY2da8homHkcAXxZhN3JVgGlBUsHvVRfFUyvclPqWWciFRhu2kTWTlTK5attxE_y2pLd_6y1XFKs6vZ-8zYEznT4urc2XuGfHQ7hPLvEwLGJrh412k57vNwYHRssofZkGjMJcMXy_kSAc-gGdD9j6_xjcvb8NkHBh7N6mdyicQsfa5nXZErX5Z-ycQhAYAZft8qOSxKQUBMAXQ7d9XwbT5lgqzHVjwNCGqC-wCqNFdQ5W0JrunFh0r8XzQYABJqetb1tzI5a6CDUF3Q.BSQSSXpli0R0BQg_OPAnlA.mi_pUvgr6GlHAn8hpansRpA_1EGVB52-XxoU0j21dqG4bRS0YDQJOPRj_H8U45U701wpU_AAcVQ4_TUpWJaYcp4F3_l3Gf8dEb9FYK7xm68.7nUpAD9IuDbCqCr6QXypuw" + }, + "record": { + "CNAME": "aquestry.dev" + } +} diff --git a/domains/aquiffoo.json b/domains/aquiffoo.json new file mode 100644 index 000000000..baa01110f --- /dev/null +++ b/domains/aquiffoo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "aquiffoo", + "email": "aquilesffoliveira@gmail.com" + }, + "record": { + "URL": "https://aquiffoo.vercel.app" + } +} diff --git a/domains/araf.json b/domains/araf.json deleted file mode 100644 index 800dc4439..000000000 --- a/domains/araf.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "yasar-arafath", - "email": "1up6i9jv@duck.com" - }, - "record": { - "CNAME": "yasar-arafath.github.io" - } -} diff --git a/domains/arafat-alim.json b/domains/arafat-alim.json new file mode 100644 index 000000000..06b7adceb --- /dev/null +++ b/domains/arafat-alim.json @@ -0,0 +1,11 @@ +{ + "description": "My portfolio website hosted on Netlify", + "repo": "https://github.com/Arafat-alim/my-portfolio", + "owner": { + "username": "arafat-alim", + "email": "arafat97alim@gmail.com" + }, + "record": { + "URL": "https://dev-arafat.netlify.app" + } +} diff --git a/domains/arafat.json b/domains/arafat.json index 800dc4439..442c23e60 100644 --- a/domains/arafat.json +++ b/domains/arafat.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "yasar-arafath", - "email": "1up6i9jv@duck.com" - }, - "record": { - "CNAME": "yasar-arafath.github.io" - } + "owner": { + "username": "yasar-arafath", + "email": "1up6i9jv@duck.com" + }, + "record": { + "CNAME": "yasar-arafath.github.io" + } } diff --git a/domains/arash.json b/domains/arash.json new file mode 100644 index 000000000..d4c361ea9 --- /dev/null +++ b/domains/arash.json @@ -0,0 +1,11 @@ +{ + "description": "My personal website/blog", + "owner": { + "username": "hatamiarash7", + "email": "hatamiarash7@gmail.com", + "twitter": "hatamiarash7" + }, + "record": { + "URL": "https://arash-hatami.ir" + } +} diff --git a/domains/aravinnndddd.json b/domains/aravinnndddd.json index 210b4c7b0..f3d56ce50 100644 --- a/domains/aravinnndddd.json +++ b/domains/aravinnndddd.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "Aravinnndddd", - "email": "aromalaravind0@gmail.com", - "discord": "754961569858846770" - }, - - "record": { - "CNAME": "aravinnndddd.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "Aravinnndddd", + "email": "aromalaravind0@gmail.com", + "discord": "754961569858846770" + }, + "record": { + "CNAME": "aravinnndddd.github.io" + } +} diff --git a/domains/arcade.json b/domains/arcade.json index 8226779ee..10303e9d8 100644 --- a/domains/arcade.json +++ b/domains/arcade.json @@ -1,7 +1,6 @@ { "owner": { "username": "l3gacyb3ta", - "email": "", "twitter": "l3gacyb3ta" }, "record": { diff --git a/domains/arceus.json b/domains/arceus.json index 535f4cc88..6656987a7 100644 --- a/domains/arceus.json +++ b/domains/arceus.json @@ -1,7 +1,6 @@ { "owner": { "username": "arceusdev", - "email": "", "discord": "1055478076013817936" }, "record": { diff --git a/domains/archie.json b/domains/archie.json new file mode 100644 index 000000000..62b35c58f --- /dev/null +++ b/domains/archie.json @@ -0,0 +1,11 @@ +{ + "description": "My personal developer portfolio.", + "repo": "https://github.com/iLikeToCode/iliketocode.github.io", + "owner": { + "username": "iLikeToCode", + "email": "archie@archiesbytes.xyz" + }, + "record": { + "CNAME": "iliketocode.github.io" + } +} diff --git a/domains/ardaninho.json b/domains/ardaninho.json index 035564227..238a9121d 100644 --- a/domains/ardaninho.json +++ b/domains/ardaninho.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "Ardaninho", - "email": "", - "discord": "639439553698201626" - }, - - "record": { - "CNAME": "ardaninho.github.io" - } - } - + "owner": { + "username": "Ardaninho", + "discord": "639439553698201626" + }, + "record": { + "CNAME": "ardaninho.github.io" + } +} diff --git a/domains/ardox.json b/domains/ardox.json deleted file mode 100644 index 24d080fbb..000000000 --- a/domains/ardox.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "LeVraiArdox", - "email": "adrian.arjoca18@gmail.com" - }, - "record": { - "CNAME": "levraiardox.github.io" - } -} diff --git a/domains/aref.json b/domains/aref.json new file mode 100644 index 000000000..6cb9feb2f --- /dev/null +++ b/domains/aref.json @@ -0,0 +1,11 @@ +{ + "description": "My personal website", + "repo": "https://github.com/stormaref/stormaref.github.io", + "owner": { + "username": "stormaref", + "email": "storm.aref@gmail.com" + }, + "record": { + "URL": "https://stormaref.github.io/" + } +} diff --git a/domains/arhan.json b/domains/arhan.json index a7c83722a..f8f853cc6 100644 --- a/domains/arhan.json +++ b/domains/arhan.json @@ -4,7 +4,6 @@ "email": "vortexsperts@gmail.com", "discord": "1058620249978716191" }, - "record": { "A": ["54.37.19.49"] } diff --git a/domains/arhanansari.json b/domains/arhanansari.json new file mode 100644 index 000000000..fb16e46e7 --- /dev/null +++ b/domains/arhanansari.json @@ -0,0 +1,13 @@ +{ + "description": "A sleek and 3D portfolio website for Arhan Ansari.", + "repo": "https://github.com/ArhanAnsari/Arhans-Portfolio", + "owner": { + "username": "ArhanAnsari", + "email": "arhanansari2009@gmail.com", + "x": "https://x.com/codewitharhan", + "discord": "@codewitharhan" + }, + "record": { + "CNAME": "arhanansari.vercel.app" + } +} diff --git a/domains/ari.json b/domains/ari.json new file mode 100644 index 000000000..abd3eacfa --- /dev/null +++ b/domains/ari.json @@ -0,0 +1,11 @@ +{ + "repo": "https://ari.lt/git", + "description": "Ari-web: A personal website of a Lithuanian open source developer Ari Archer (Arija A.) who provides different free, private, and open source services for others.", + "owner": { + "username": "TruncatedDinoSour", + "email": "ari@ari.lt" + }, + "record": { + "URL": "https://ari.lt/" + } +} diff --git a/domains/ariabid.json b/domains/ariabid.json new file mode 100644 index 000000000..300f6555d --- /dev/null +++ b/domains/ariabid.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ariabid", + "email": "ari.abid@gmail.com" + }, + "record": { + "URL": "https://ariabid.github.io" + } +} diff --git a/domains/arif.json b/domains/arif.json new file mode 100644 index 000000000..65cbda863 --- /dev/null +++ b/domains/arif.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio Website", + "repo": "https://github.com/Arif-Islam/Portfolio-site", + "owner": { + "username": "Arif-Islam", + "email": "arif8491@gmail.com" + }, + "record": { + "CNAME": "arif-islam.github.io" + } +} diff --git a/domains/ariffhazmi.json b/domains/ariffhazmi.json index 638b5bc14..ab147f361 100644 --- a/domains/ariffhazmi.json +++ b/domains/ariffhazmi.json @@ -6,6 +6,6 @@ "email": "muhdariffhazmi@gmail.com" }, "record": { - "CNAME": "Areplesapelagi.github.io" + "CNAME": "areplesapelagi.github.io" } } diff --git a/domains/arijit.json b/domains/arijit.json index deeb0b3f0..70e8009bc 100644 --- a/domains/arijit.json +++ b/domains/arijit.json @@ -1,16 +1,11 @@ { "description": "Site of Arijit", - "repo": "https://github.com/ArijitTheDev/arijitthedev.github.io", - "owner": { "username": "ArijitTheDev", - "email": "itsarijitdebnath@gmail.com", - "twitter": "NotArijit" }, - "record": { "CNAME": "arijitthedev.github.io" } diff --git a/domains/arin.json b/domains/arin.json new file mode 100644 index 000000000..8e15cf736 --- /dev/null +++ b/domains/arin.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "aringadre76" + }, + "record": { + "CNAME": "aringadre76.github.io" + } +} diff --git a/domains/arjix.json b/domains/arjix.json deleted file mode 100644 index b2ba2aa34..000000000 --- a/domains/arjix.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Most likely a page for my portfolio.", - "repo": "https://github.com/ArjixWasTaken/arjixwastaken.github.io", - "owner": { - "username": "ArjixWasTaken", - "email": "", - "discord": "Hecker#5573" - }, - "record": { - "CNAME": "arjixwastaken.github.io" - } -} diff --git a/domains/arjuncodess.json b/domains/arjuncodess.json new file mode 100644 index 000000000..15b194c53 --- /dev/null +++ b/domains/arjuncodess.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "ArjunCodess" + }, + "record": { + "CNAME": "arjuncodess.vercel.app" + } +} diff --git a/domains/arlan.json b/domains/arlan.json new file mode 100644 index 000000000..ba3c9bb28 --- /dev/null +++ b/domains/arlan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "handikatriarlan", + "email": "handikaarlan@gmail.com" + }, + "record": { + "CNAME": "handikatriarlan.vercel.app" + } +} diff --git a/domains/armaan44.json b/domains/armaan44.json new file mode 100644 index 000000000..9d9c048e8 --- /dev/null +++ b/domains/armaan44.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio-Website", + "repo": "https://github.com/Armaan4477/Portfolio", + "owner": { + "username": "Armaan4477", + "email": "nakhudaarmaan66@gmail.com" + }, + "record": { + "CNAME": "armaan4477.github.io" + } + } diff --git a/domains/armand.json b/domains/armand.json new file mode 100644 index 000000000..e3c20bc91 --- /dev/null +++ b/domains/armand.json @@ -0,0 +1,10 @@ +{ + "description": "Armand Jordaan's Website", + "owner": { + "username": "armandjordaan", + "email": "armand.jordaan@gmail.com" + }, + "record": { + "CNAME": "armandjordaan.github.io" + } +} diff --git a/domains/armandosalcedo.json b/domains/armandosalcedo.json new file mode 100644 index 000000000..baae0c54d --- /dev/null +++ b/domains/armandosalcedo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "asd1495", + "email": "armando.salcedo95@gmail.com" + }, + "record": { + "CNAME": "asd1495.github.io" + } +} diff --git a/domains/arnav.json b/domains/arnav.json index 09e1f80d6..cbc918261 100644 --- a/domains/arnav.json +++ b/domains/arnav.json @@ -3,7 +3,6 @@ "username": "arnav-kr", "email": "arnav-kumar@outlook.com" }, - "record": { "CNAME": "arnav-kr.github.io" } diff --git a/domains/arnxv.json b/domains/arnxv.json new file mode 100644 index 000000000..5ffe17247 --- /dev/null +++ b/domains/arnxv.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ArnavBarway", + "email": "arnav@sagaraga.com" + }, + "record": { + "CNAME": "cname.vercel-dns.com" + } +} diff --git a/domains/arsenobetaine.json b/domains/arsenobetaine.json new file mode 100644 index 000000000..f2e96f391 --- /dev/null +++ b/domains/arsenobetaine.json @@ -0,0 +1,11 @@ +{ + "description": "A personal website for information on me and my projects.", + "repo": "https://github.com/arsenobetaine/arsenobetaine.is-a.dev", + "owner": { + "username": "arsenobetaine", + "email": "arsenobetaine@gmail.com" + }, + "record": { + "CNAME": "arsenobetaine.github.io" + } +} diff --git a/domains/arshman.json b/domains/arshman.json new file mode 100644 index 000000000..20b68320f --- /dev/null +++ b/domains/arshman.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "syedtahseen" + }, + "record": { + "CNAME": "arshman.vercel.app" + } +} diff --git a/domains/arson.json b/domains/arson.json new file mode 100644 index 000000000..3935fc0e3 --- /dev/null +++ b/domains/arson.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Smartlinuxcoder", + "email": "smartcoder@linuxmail.org", + "discord": "694986201739952229" + }, + "record": { + "NS": ["ignacio.ns.cloudflare.com", "nicole.ns.cloudflare.com"] + } +} diff --git a/domains/art.json b/domains/art.json index fbfcc4a11..f836f8bf1 100644 --- a/domains/art.json +++ b/domains/art.json @@ -1,6 +1,5 @@ { "description": "Art's personal developer website", - "repo": "https://github.com/dotiful", "owner": { "username": "dotiful", "email": "dots.util@gmail.com" diff --git a/domains/artaabedi.json b/domains/artaabedi.json index d280f4264..da157f90a 100644 --- a/domains/artaabedi.json +++ b/domains/artaabedi.json @@ -7,12 +7,7 @@ }, "record": { "URL": "https://artaabedi.com", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": [ - "v=spf1 include:spf.improvmx.com ~all" - ] + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] } } diff --git a/domains/artix.json b/domains/artix.json index 8027a27d0..6de2d37e4 100644 --- a/domains/artix.json +++ b/domains/artix.json @@ -4,7 +4,6 @@ "email": "yu1234u73f.com@gmail.com", "discord": "834867471885271053" }, - "record": { "A": ["69.30.249.53"] } diff --git a/domains/arul.json b/domains/arul.json index 4f901e6e3..f93653c18 100644 --- a/domains/arul.json +++ b/domains/arul.json @@ -1,7 +1,6 @@ { "owner": { "username": "arulprabakaran", - "email": "", "twitter": "arulpraba" }, "record": { diff --git a/domains/arungeorgesaji.json b/domains/arungeorgesaji.json new file mode 100644 index 000000000..4d79568ab --- /dev/null +++ b/domains/arungeorgesaji.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/arungeorgesaji/arungeorgesaji.github.io", + "owner": { + "username": "arungeorgesaji", + "email": "arungeorgesaji@gmail.com" + }, + "record": { + "CNAME": "arungeorgesaji.github.io" + } +} diff --git a/domains/aruntechpro.json b/domains/aruntechpro.json new file mode 100644 index 000000000..dd5077f03 --- /dev/null +++ b/domains/aruntechpro.json @@ -0,0 +1,10 @@ +{ + "description": "Personal Website", + "owner": { + "username": "aruntechpro", + "email": "arunkumarakr03@gmail.com" + }, + "record": { + "CNAME": "aruntechpro.github.io" + } +} diff --git a/domains/arunvishnu.json b/domains/arunvishnu.json new file mode 100644 index 000000000..a66d3fc96 --- /dev/null +++ b/domains/arunvishnu.json @@ -0,0 +1,11 @@ +{ + "description": "arunvishnu.is-a.dev: website for my portoflio", + "repo": "https://github.com/arunvishnu/magicui-portfolio", + "owner": { + "username": "arunvishnu", + "email": "arun.vishnu@gmail.com" + }, + "record": { + "CNAME": "arunvishnu.com" + } +} diff --git a/domains/aruria.json b/domains/aruria.json new file mode 100644 index 000000000..08ddfc722 --- /dev/null +++ b/domains/aruria.json @@ -0,0 +1,20 @@ +{ + "owner": { + "username": "cjolivier123", + "discord": "1175481072088268920", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.XlWqBdmbdUC_mgDhKMY0Hcl1_FRp5IxKkBD1UF2bGowx-BgYpv7UnElAdcrktTrHjJLD75zzEWNR8A_1UH7-4abrnY4lsqu2p9GIScw9j-9zrNZi_EeTmN8XRuD2fVvPFEVmzAQ7O9jE-B6fkMl4GybJB6td05nxzwHi5J-cDGzT1Wg2qu5ierWuHe7P8TI4tq-SwshaxpNTWkMJN9mgGie6QD7zXBo76G7lbFWTOJHM65UK81I2N8nmyttlD2E5ncNgMTyspkR0hmKeIb1cQvR4lVXu3n-NmJg4-PIOMP3BJ_FgiZFQEDps_opWCA-XhcET7C_EjCbZPEJlBfuTxQ.GFEDQow6ltp5UmM6d7EqfA.xoHXb_B_eC2HGsJ-7iTlZ0FAagE6icNiiVRILA3y5YPiC8chzN3t1JpWEP-uyODEUi7HDGVJzPhRwtTBSbY4S4lx4ZxVOIMr2-l5v50hTjo.ebOtxNCyuP2tf0zsqTg8Hg" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.110.153", + "185.199.109.153", + "185.199.111.153" + ], + "TXT": [ + "zoho-verification=zb76097651.zmverify.zoho.com", + "v=spf1 include:zohomail.com ~all" + ], + "MX": ["mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com"] + } +} diff --git a/domains/arvind.json b/domains/arvind.json new file mode 100644 index 000000000..bf9ab69c0 --- /dev/null +++ b/domains/arvind.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "coderman400", + "email": "achurox1121@gmail.com" + }, + "record": { + "CNAME": "portfolio-nine-sigma-65.vercel.app" + } +} diff --git a/domains/arvindt.json b/domains/arvindt.json index c8d7df23c..8a3103b1c 100644 --- a/domains/arvindt.json +++ b/domains/arvindt.json @@ -1,14 +1,13 @@ { - "description": "ARVIN3108's personal blog", - "repo": "https://github.com/ARVIN3108/arvin3108.github.io", - "owner": { - "username": "ARVIN3108", - "email": "", - "discord": "arvin3108.id", - "instagram": "arvin_d.t", - "twitter": "ARVIN3108_ID" - }, - "record": { - "CNAME": "arvin3108.github.io" - } -} + "description": "ARVIN3108's personal blog", + "repo": "https://github.com/ARVIN3108/arvin3108.github.io", + "owner": { + "username": "ARVIN3108", + "discord": "arvin3108.id", + "instagram": "arvin_d.t", + "twitter": "ARVIN3108_ID" + }, + "record": { + "CNAME": "arvin3108.github.io" + } +} diff --git a/domains/ary.json b/domains/ary.json new file mode 100644 index 000000000..01d7b924b --- /dev/null +++ b/domains/ary.json @@ -0,0 +1,11 @@ +{ + "description": "My Portfolio Website", + "repo": "https://github.com/aryan2bamane/Portfolio", + "owner": { + "username": "aryan2bamane", + "email": "aryanbamane2@gmail.com" + }, + "record": { + "URL": "https://aryan2bamane.github.io/Portfolio/" + } +} diff --git a/domains/arya.json b/domains/arya.json index b3819cb72..33e41b01a 100644 --- a/domains/arya.json +++ b/domains/arya.json @@ -1,6 +1,5 @@ { "description": "Arya Vinodan's Website", - "repo": "https://github.com/aryavinodan", "owner": { "username": "aryavinodan", "email": "aryavinodan2000@gmail.com" diff --git a/domains/aryadanech.json b/domains/aryadanech.json index 256df4b41..1eeea8665 100644 --- a/domains/aryadanech.json +++ b/domains/aryadanech.json @@ -1,11 +1,10 @@ -{ - "description": "Hi There! I'm Arya. I am a Full Stack Web Developer from Nashik", - "repo": "https://github.com/aryad14", - "owner": { - "username": "aryad14", - "email": "aryadanech9@gmail.com" - }, - "record": { - "CNAME": "aryadanech.netlify.app" - } -} \ No newline at end of file +{ + "description": "Hi There! I'm Arya. I am a Full Stack Web Developer from Nashik", + "owner": { + "username": "aryad14", + "email": "aryadanech9@gmail.com" + }, + "record": { + "CNAME": "aryadanech.netlify.app" + } +} diff --git a/domains/aryaejoumalai.json b/domains/aryaejoumalai.json index 6bcaad934..4621ef06b 100644 --- a/domains/aryaejoumalai.json +++ b/domains/aryaejoumalai.json @@ -1,11 +1,11 @@ { - "description": "portfolio project", - "repo": "https://github.com/AryaEjoumalai/portfolio", - "owner": { - "username": "AryaEjoumalai", - "email": "aryaejoumalai@gmail.com" - }, - "record": { - "CNAME": "aryaejoumalai.github.io" - } -} + "description": "portfolio project", + "repo": "https://github.com/AryaEjoumalai/portfolio", + "owner": { + "username": "AryaEjoumalai", + "email": "aryaejoumalai@gmail.com" + }, + "record": { + "CNAME": "aryaejoumalai.github.io" + } +} diff --git a/domains/aryamaan.json b/domains/aryamaan.json index 02f4dce9b..d0ece2eb1 100644 --- a/domains/aryamaan.json +++ b/domains/aryamaan.json @@ -10,10 +10,7 @@ "185.199.111.153", "185.199.109.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/aryan.json b/domains/aryan.json index f943f7230..213c070b1 100644 --- a/domains/aryan.json +++ b/domains/aryan.json @@ -1,9 +1,13 @@ { + "description": "Portfolio Website", + "repo": "https://github.com/aryanpatel142006/personalWebsite", "owner": { - "username": "AryanTheDevloper", - "email": "aryan.p062009@gmail.com" + "username": "aryanpatel142006", + "email": "aryanpatel142006@gmail.com", + "discord": "aryanpatel142006" }, "record": { - "CNAME": "aryanthedevloper.github.io" - } + "A": ["76.76.21.21"] + }, + "proxied": true } diff --git a/domains/aryann.json b/domains/aryann.json new file mode 100644 index 000000000..e00d5a46a --- /dev/null +++ b/domains/aryann.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "aryanm830", + "email": "aryanm830@proton.me", + "discord": "riftfiree" + }, + "record": { + "CNAME": "portxd.vercel.app" + } +} diff --git a/domains/aryantavish.json b/domains/aryantavish.json new file mode 100644 index 000000000..72d436eee --- /dev/null +++ b/domains/aryantavish.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Aryan Tavish", + "email": "aryantavish2003@gmail.com" + }, + "record": { + "CNAME": "aryantavish.netlify.app" + } +} diff --git a/domains/asad-khan.json b/domains/asad-khan.json index c09d14a4c..45d98af64 100644 --- a/domains/asad-khan.json +++ b/domains/asad-khan.json @@ -1,6 +1,5 @@ { "description": "👋 Hello there! I'm Asad, nice to meet you. Building things that bring delight to users is what I enjoy, always learning new stuff everyday.", - "repo": "https://github.com/asadkhan777", "owner": { "username": "asadkhan777", "email": "asadkhan1776@gmail.com" diff --git a/domains/asad.json b/domains/asad.json new file mode 100644 index 000000000..59f57e614 --- /dev/null +++ b/domains/asad.json @@ -0,0 +1,11 @@ +{ + "description": "👋 Hello there! I'm Asad, nice to meet you. Building things that bring delight to users is what I enjoy, always learning new stuff everyday.", + "repo": "https://github.com/AsadRazaJutt1/asadrazajutt1.github.io", + "owner": { + "username": "AsadRazaJutt1", + "email": "asadrazajutt1@gmail.com" + }, + "record": { + "CNAME": "asadrazajutt1.github.io" + } +} diff --git a/domains/asbp.json b/domains/asbp.json new file mode 100644 index 000000000..0b1d1f247 --- /dev/null +++ b/domains/asbp.json @@ -0,0 +1,11 @@ +{ + "description": "Agung's Portofolio Website", + "repo": "https://github.com/asbp/asbp.github.io", + "owner": { + "username": "asbp", + "email": "guungofficial@gmail.com" + }, + "record": { + "CNAME": "asbp.github.io" + } +} diff --git a/domains/asciidude.json b/domains/asciidude.json index 590dbc485..16b7a28ec 100644 --- a/domains/asciidude.json +++ b/domains/asciidude.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "asciidude", - "email": "", - "discord": "801469073535139860", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.qwzMx5Lz7NbUvzz6Y_QtpNQ7_SqJrrO8yXP48aKYIAhN6eDnjYzQA_tJEU0CpjyY37OdGN7g1SGCv4lwrXVd0dsEya2dQhMnkw2xOqqJF1f1gTEHNaRQaifNvYE14xiMLZr-yqcRJ-QB1WONpRk5UOjd-sYTjmJ5uai6fufnC8DCsHvZxjCMFROwqxJVa-JnBe-6BhORJg7sgfUCCNRyfKQ3R_CrEV0q6mKpNGKhgB3_sbsWDosP0yU5ArR0UjH4iZzLgfRmKwP6rzbpb7XsGHmV5sn8kj1KTgXdTVAg1ax0JrJOmL0pXVSC4KtFmb3coUNBLbLB8crRP97R7gFQ1Q.9JZd7YdCz4lIo3gLgAFaTg.bXgWxafLtMe0Bs1NFWsc2YIpC5jiRYArHlAD8IxUG3AhmJp8Dhtdn160e1LB3XZKR_WXmSnnkFH4UxomctKjjA4FyX5IgmEO9aPKbjwn3Eo.ib74UPOSzL79K4D4sNLf7w" - }, - - "record": { - "CNAME": "cubic-plateau-9rv902jxrli6u45t5hsafsrd.herokudns.com" - } - } - + "owner": { + "username": "asciidude", + "discord": "801469073535139860", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.qwzMx5Lz7NbUvzz6Y_QtpNQ7_SqJrrO8yXP48aKYIAhN6eDnjYzQA_tJEU0CpjyY37OdGN7g1SGCv4lwrXVd0dsEya2dQhMnkw2xOqqJF1f1gTEHNaRQaifNvYE14xiMLZr-yqcRJ-QB1WONpRk5UOjd-sYTjmJ5uai6fufnC8DCsHvZxjCMFROwqxJVa-JnBe-6BhORJg7sgfUCCNRyfKQ3R_CrEV0q6mKpNGKhgB3_sbsWDosP0yU5ArR0UjH4iZzLgfRmKwP6rzbpb7XsGHmV5sn8kj1KTgXdTVAg1ax0JrJOmL0pXVSC4KtFmb3coUNBLbLB8crRP97R7gFQ1Q.9JZd7YdCz4lIo3gLgAFaTg.bXgWxafLtMe0Bs1NFWsc2YIpC5jiRYArHlAD8IxUG3AhmJp8Dhtdn160e1LB3XZKR_WXmSnnkFH4UxomctKjjA4FyX5IgmEO9aPKbjwn3Eo.ib74UPOSzL79K4D4sNLf7w" + }, + "record": { + "CNAME": "cubic-plateau-9rv902jxrli6u45t5hsafsrd.herokudns.com" + } +} diff --git a/domains/asgarrrr.json b/domains/asgarrrr.json index 1fbe31706..b34d7cc03 100644 --- a/domains/asgarrrr.json +++ b/domains/asgarrrr.json @@ -1,5 +1,4 @@ { - "repo": "https://github.com/Asgarrrr", "owner": { "username": "Asgarrrr", "email": "hello@jeremycaruelle.fr" diff --git a/domains/ash.json b/domains/ash.json new file mode 100644 index 000000000..a83e5c119 --- /dev/null +++ b/domains/ash.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "BloodLetters", + "discord": "961870785486671872", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ViU_s7aERLW_mNpbpi9hxOs4zrccaqUhyyUAxIZEKbqex3iWjZP9AUM7uoeyQh9qPzVy8fp92ArDGlC-iYQwW7Xw6WHwzMo_zQGZchYGcI7gDJnI-BSKEwTe9oFPqLzkbR8o3guo7_7Qo54bWm7UDjBjca2JCol7iXJgXP0cUJzgrX3QTPxVEigrvnBNsSIr83WlFZZagm9gyCBpl0WTVLjomcSHdTB2IjM6_yMkYCD1cLDOrkXwqH79o1orLZWrHbDf_6Mqfyay7ZoRiacDTAAi7LVMYo-bjo82IwrCRCNXbHsANk3kJKQnVETKX37bB8sPyRT7I_oygAk9tGcu0A.sbMp8UsiUgSWQ2-vTfEvxA.TzjhAHzK6nG9FtsYXnn3rqwGECCQk0m-KRlrz8-t6BDAPX2SWp0-KEp1pdmc4Okgg5iBl_LRTavfdX2xLuuFHp0G5lzit1LmeEsV6QNfrmY.sIKZgtKW8YqtT_ohHyte9Q" + }, + "record": { + "CNAME": "web-production-six.vercel.app" + } +} diff --git a/domains/ashan.json b/domains/ashan.json index dbbde5e8e..a009930c0 100644 --- a/domains/ashan.json +++ b/domains/ashan.json @@ -7,6 +7,6 @@ "twitter": "AshanInduranga_" }, "record": { - "CNAME": "SealedSlinger.github.io" + "CNAME": "sealedslinger.github.io" } } diff --git a/domains/asheer.json b/domains/asheer.json index 1e8c43c61..61f35cdf0 100644 --- a/domains/asheer.json +++ b/domains/asheer.json @@ -1,7 +1,6 @@ { "owner": { "username": "NullyIsHere", - "email": "", "discord": "itsasheer" }, "record": { diff --git a/domains/ashish-g-gupta.json b/domains/ashish-g-gupta.json index fbe1ede19..aed625453 100644 --- a/domains/ashish-g-gupta.json +++ b/domains/ashish-g-gupta.json @@ -2,8 +2,7 @@ "description": "My new website", "repo": "https://github.com/ashish-g-gupta/ashish-g-gupta.github.io", "owner": { - "username": "ashish-g-gupta", - "email": "" + "username": "ashish-g-gupta" }, "record": { "CNAME": "ashish-g-gupta.github.io" diff --git a/domains/ashish.json b/domains/ashish.json index aade93089..a80dc8b1d 100644 --- a/domains/ashish.json +++ b/domains/ashish.json @@ -1,6 +1,5 @@ { "description": "Ashish's personal developer website", - "repo": "https://github.com/ashiishme", "owner": { "username": "ashiishme", "email": "contact@ashiish.me" diff --git a/domains/ashishagr.json b/domains/ashishagr.json index 181618046..7040df7b4 100644 --- a/domains/ashishagr.json +++ b/domains/ashishagr.json @@ -5,17 +5,12 @@ }, "record": { "A": [ + "185.199.108.153", "185.199.109.153", - "185.199.111.153", "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": [ - "v=spf1 include:spf.improvmx.com ~all" - ] + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] } } diff --git a/domains/ashishbinu.json b/domains/ashishbinu.json index e5822f217..729ac4272 100644 --- a/domains/ashishbinu.json +++ b/domains/ashishbinu.json @@ -3,7 +3,6 @@ "username": "ashishbinu", "email": "ashishbinu90@gmail.com" }, - "record": { "CNAME": "ashishbinu.surge.sh" } diff --git a/domains/ashishkingdom.json b/domains/ashishkingdom.json new file mode 100644 index 000000000..168893baa --- /dev/null +++ b/domains/ashishkingdom.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AshishKingdom", + "email": "ashishkingdom@proton.me" + }, + "record": { + "CNAME": "ashishkingdom.github.io" + } +} diff --git a/domains/ashkan.json b/domains/ashkan.json new file mode 100644 index 000000000..c0f2d160b --- /dev/null +++ b/domains/ashkan.json @@ -0,0 +1,11 @@ +{ + "description": "Welcome to Ashkan's portfolio – a full-stack developer specializing in Angular, React, NestJS, Go, and cloud-native applications", + "repo": "https://github.com/Ashkan4472/ashkan4472.github.io", + "owner": { + "username": "ashkan4472", + "email": "ashkan4472@gmail.com" + }, + "record": { + "CNAME": "ashkan4472.github.io" + } +} diff --git a/domains/ashl3y.json b/domains/ashl3y.json deleted file mode 100644 index 7b97aacb9..000000000 --- a/domains/ashl3y.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "My personal developer portfolio.", - "repo": "https://github.com/ashl3ycodes/ashl3ycodes.github.io", - "owner": { - "username": "ashl3ycodes", - "email": "ashl3ycodes@protonmail.com", - "twitter": "ashl3ycodes" - }, - "record": { - "CNAME": "ashl3ycodes.github.io" - } -} diff --git a/domains/ashtonfabby.json b/domains/ashtonfabby.json new file mode 100644 index 000000000..a9600a85a --- /dev/null +++ b/domains/ashtonfabby.json @@ -0,0 +1,11 @@ +{ + "description": "personal portfolio website", + "repo": "https://github.com/AshtonFabby/portfolio.git", + "owner": { + "username": "ashtonfabby", + "email": "ashtonfabbt@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/ashuthosh.json b/domains/ashuthosh.json index 5420410a8..21026ada1 100644 --- a/domains/ashuthosh.json +++ b/domains/ashuthosh.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "AshDubey8", - "email": "ashuthoshmaheshdubey@gmail.com" - }, - "record": { - "CNAME": "ashdubey8.github.io" - } + "owner": { + "username": "AshDubey8", + "email": "ashuthoshmaheshdubey@gmail.com" + }, + "record": { + "CNAME": "ashdubey8.github.io" + } } diff --git a/domains/ashwin-s-nambiar.json b/domains/ashwin-s-nambiar.json index 1226f946b..e4f391603 100644 --- a/domains/ashwin-s-nambiar.json +++ b/domains/ashwin-s-nambiar.json @@ -2,7 +2,6 @@ "description": "For my portfolio", "owner": { "username": "ashwin-s-nambiar", - "email": "", "discord": "ashwin_nambiar" }, "record": { diff --git a/domains/asnct.json b/domains/asnct.json index c5d53fced..b95023607 100644 --- a/domains/asnct.json +++ b/domains/asnct.json @@ -7,6 +7,6 @@ "record": { "URL": "https://asnct_bio.t.me", "TXT": ["mailru-domain: wDSaV835X4LZyKsP", "v=spf1 redirect=_spf.mail.ru"], - "MX": "emx.mail.ru" + "MX": ["emx.mail.ru"] } } diff --git a/domains/asteral.json b/domains/asteral.json new file mode 100644 index 000000000..0a21f347f --- /dev/null +++ b/domains/asteral.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Asteral1", + "discord": "870366927653056582", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.H9xCuEnIBR7E8nLTC_Sjyda_0l2TZlFk5MeyxWiAz9gjxnV9RbPWy6bQfTWip6-Jro_UaAzbgyqT6uDQvFc94M4lrXGs7mygPVmdJlpEelG0bDwtKYAMizZPeFY-1FnkNen-IfrHf4fDwWmt_HBej2IHuWZBgKW_QAy7YFAjiqpAaocf3L4HszP_GCSeh1cFGtpjZxRYHP4FHiuqGaSblf_JPRiE0LwLgfzkyq3S3X9C8Vewph4qJke8vh7TbGVFw0VK8mOSlu-4eB124nCckw09k72qjHr2e3AnXOfO9G6jwlTtpe7a2x3ietmAc-hG2bWt-b4GulSuY7_e05vVzA.i_5GHMDD0QHPBP-Wu7JOSg.HlXpErR61jU-8EcTR4jTFnG48MK1U4YSgAbDJIBMwaNwPT-jBcY0Slx7RhT8Z4NoF3QQL5P3XTHPAcQ6S0e7lM50RJ-gdXyc9ovO-MMhmqs.ZH3nfNB5tWwjqxFRba9XKQ" + }, + "record": { + "CNAME": "asteral1.github.io" + } +} diff --git a/domains/astra.json b/domains/astra.json new file mode 100644 index 000000000..732e5c81b --- /dev/null +++ b/domains/astra.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MeHiGalatHu", + "email": "jabpadhekaindiatabhitoiitjayga@gmail.com" + }, + "record": { + "CNAME": "astra-api.glitch.me" + } +} diff --git a/domains/astris.api.json b/domains/astris.api.json deleted file mode 100644 index 6db90070c..000000000 --- a/domains/astris.api.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "owner": { - "username": "rherlydev", - "email": "142740981+rherlydev@users.noreply.github.com", - "note": "This record was created by is-a.dev Discord bot via discord id: 948965718794330153" - }, - - "record": { - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], - "TXT": "forward-email=rherlydev@proton.me" - } -} diff --git a/domains/astrowin.json b/domains/astrowin.json index 2fa0be1c4..72d047fe1 100644 --- a/domains/astrowin.json +++ b/domains/astrowin.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "enderfoxbg", - "email": "enderfoxbg670@gmail.com", - "discord": "970380468090437672" - }, - - "record": { - "CNAME": "astrowin.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "enderfoxbg", + "email": "enderfoxbg670@gmail.com", + "discord": "970380468090437672" + }, + "record": { + "CNAME": "astrowin.github.io" + } +} diff --git a/domains/asuid.dankamigos.json b/domains/asuid.dankamigos.json new file mode 100644 index 000000000..5a1b10f6b --- /dev/null +++ b/domains/asuid.dankamigos.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mokshdk", + "email": "anirudhsus001@gmail.com" + }, + "record": { + "TXT": ["562965D131E7C913D1796476301A86A148A2B64B52D99FC316724B0B785FAAB1"] + } +} diff --git a/domains/asuna.json b/domains/asuna.json index 4fc2b8989..835cb6e3b 100644 --- a/domains/asuna.json +++ b/domains/asuna.json @@ -6,6 +6,6 @@ "email": "codeasaurousteam@gmail.com" }, "record": { - "CNAME": "ehAsuna.github.io" + "CNAME": "ehasuna.github.io" } } diff --git a/domains/aswin-m-v.json b/domains/aswin-m-v.json new file mode 100644 index 000000000..674e78a93 --- /dev/null +++ b/domains/aswin-m-v.json @@ -0,0 +1,11 @@ +{ + "description": "Personal website me , Aswin M V", + "repo": "https://github.com/AswinArsha/mypersonalwebsite.git", + "owner": { + "username": "AswinArsha", + "email": "aswinmv13@gmail.com" + }, + "record": { + "CNAME": "tubular-kangaroo-60ad83.netlify.app" + } +} diff --git a/domains/aswinmahesh.json b/domains/aswinmahesh.json new file mode 100644 index 000000000..9ff22977f --- /dev/null +++ b/domains/aswinmahesh.json @@ -0,0 +1,12 @@ +{ + "description": "Aswin Mahesh Website", + "owner": { + "username": "aswinmahesh", + "email": "aswinmahesh.com+dns@gmail.com" + }, + "record": { + "A": ["75.2.60.5"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/aswinmaheshc.json b/domains/aswinmaheshc.json new file mode 100644 index 000000000..f404b4913 --- /dev/null +++ b/domains/aswinmaheshc.json @@ -0,0 +1,12 @@ +{ + "description": "Aswin Mahesh C Website", + "owner": { + "username": "aswinmahesh", + "email": "aswinmahesh.com+dns@gmail.com" + }, + "record": { + "A": ["75.2.60.5"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/aswinop.json b/domains/aswinop.json new file mode 100644 index 000000000..53183abca --- /dev/null +++ b/domains/aswinop.json @@ -0,0 +1,12 @@ +{ + "description": "Aswin's portfolio and project wikis", + "repo": "https://github.com/AswinOP/aswinop.github.io", + "owner": { + "username": "AswinOP", + "email": "itsaswinop@gmail.com", + "twitter": "iamaswinop" + }, + "record": { + "CNAME": "aswinop.github.io" + } +} diff --git a/domains/async.json b/domains/async.json new file mode 100644 index 000000000..b640d8f72 --- /dev/null +++ b/domains/async.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "synqqrawr", + "discord": "797422750321999943", + "owl": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.crVD_cCdtO6b_JicT3SsK0s6yaSVj3jrf4uy2ecSvBp-kgiqcmhOaeuMyU10dMdvcvrhhfLrDvbYYawk6i4cCbThsYKVoNcmfQmFG4EE-CA98kwasx_g1xHlwXCq3tu1TxLpAOmahvp871714nMFqXvUGK2j0bLsZngbQXbxgz_-3z7o-Kr3T8JhvjSvNXpv8JNyHnQp4bFQ8x7wbSgvAK0y2cskwpKPafc3KigaD511hkWi0YXrZidsW8v3iOUv_uEUXporuGjtf5tsTu0ABmAZjzJ4KCuyM6pYuXJ8tms9W6nXP-fAv6j-c9yEnj6gZnvGk5cZmSjzKxjeqlnoJA.MltIcXwGYYlotVb2BMAjQw.FgwQ7PdSm6tYQ4UVzc7of9O8G02KBJ9U3XgJ69sBTJZf4LOdG6Dwb-87FQ9rPwRZ-U-8PUl9290ub6qDfIqzic8wft5wi1mjJBRIT4B9Luo.sLGOlk_-pYJLI8Oqmo1mOw" + }, + "record": { + "CNAME": "synqq.pages.dev" + } +} diff --git a/domains/at-muhammad.json b/domains/at-muhammad.json new file mode 100644 index 000000000..f1089bec3 --- /dev/null +++ b/domains/at-muhammad.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "xgovernor", + "email": "abutahermuhammad@outlook.com", + "description": "Portfolio website of Abu Taher Muhammad" + }, + "record": { + "CNAME": "at-mah.vercel.app" + } +} diff --git a/domains/atechadventurer.json b/domains/atechadventurer.json index 562f3ed46..c4908c57e 100644 --- a/domains/atechadventurer.json +++ b/domains/atechadventurer.json @@ -1,6 +1,5 @@ { "description": "ATechAdventurer's Site", - "repo": "https://github.com/ATechAdventurer", "owner": { "username": "ATechAdventurer", "email": "cam.steeleis@gmail.com" diff --git a/domains/ath.json b/domains/ath.json new file mode 100644 index 000000000..aac6e1283 --- /dev/null +++ b/domains/ath.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Anchu251", + "email": "thuanhvu.ai@gmail.com" + }, + "record": { + "CNAME": "anchu251.github.io" + } +} diff --git a/domains/athanasopoulos.json b/domains/athanasopoulos.json index 42d3109ce..c42231138 100644 --- a/domains/athanasopoulos.json +++ b/domains/athanasopoulos.json @@ -1,11 +1,10 @@ { - "description": "A personal website, for me.", - "repo": "https://github.com/athanasso/athanasso.github.io", "owner": { "username": "athanasso", - "email": "manos.athanasopoulos@yahoo.gr" + "email": "manos.athanasopoulos@yahoo.gr", + "discord": "187183823354724352" }, "record": { - "CNAME": "athanasso.github.io" + "CNAME": "next-portfolio-eight-kohl.vercel.app" } } diff --git a/domains/atharva.json b/domains/atharva.json index 8b1d4b4fc..c98afeecd 100644 --- a/domains/atharva.json +++ b/domains/atharva.json @@ -5,10 +5,7 @@ "email": "atharva.upadhyay1099@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" } } diff --git a/domains/atharvd.json b/domains/atharvd.json new file mode 100644 index 000000000..f2ebcd78a --- /dev/null +++ b/domains/atharvd.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "D-Atharv", + "email": "atharv.dewangan04@gmail.com" + }, + "record": { + "CNAME": "my-portfolio-dusky-six-78.vercel.app" + } +} diff --git a/domains/athfan.json b/domains/athfan.json new file mode 100644 index 000000000..593cf788b --- /dev/null +++ b/domains/athfan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "athphane", + "email": "athphane@gmail.com" + }, + "record": { + "CNAME": "athfan.com" + } +} diff --git a/domains/athira-li.json b/domains/athira-li.json index 62a1ec2c1..0681d7ffa 100644 --- a/domains/athira-li.json +++ b/domains/athira-li.json @@ -6,6 +6,6 @@ "email": "athirali4582@gmail.com" }, "record": { - "CNAME": "Athira-L-I.github.io" + "CNAME": "athira-l-i.github.io" } } diff --git a/domains/ati.json b/domains/ati.json new file mode 100644 index 000000000..4b15481c8 --- /dev/null +++ b/domains/ati.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "creeperkafasi", + "discord": "442685489833705483", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ZPTcnLdFttSuLaKlK39M9sd2ycdqHvSoqSEB3_9Et8BOhXNb5gH12xoXrjULQ-VZn_pNgglyesizfRYYtiPBgT1tpqZXuH-oaUgwY7g9NuFcoZAsGX8G2vNR-a_j9rw_7KdpB-NikCUjqt4Af_VS-opbI7Tjshwcte1BFYqJrGvjacnRMkmiLI1c3GuR64MqOmNmQdgz2Lo7wy8yzfPbGKFm49KkZSfz3br_xi8HgRDgOvBYE4HOiPoS7Br_wGyOWp9LOOpJV-h2cKxqW_NrYDjqNDymiod-H0HjvNp-unlINxJ1Lr_zv8-_lqWWF0USHBav0csOOniQrOfTlp4TOg.K8BBMA79AcjnjVD2m_LyUQ.9tFlThKomuA3pULo231_52baTqhyItv6H8y5zFlQSsqx5yx0eCIAWR8Fk5FbC30kIBAj8cxmpmTz_-zvq86deOrN8kJruww8eu8Ywc6vZdo.QoCfXfVsFPMBt4wLOiBZtQ" + }, + "record": { + "CNAME": "atiai.github.io" + } +} diff --git a/domains/atomtr.json b/domains/atomtr.json new file mode 100644 index 000000000..0cea42150 --- /dev/null +++ b/domains/atomtr.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "atom-tr", + "email": "thai.tr@hotmail.com", + "discord": "423327141921423361" + }, + "record": { + "CNAME": "astro-erudite.pages.dev" + }, + "repo": "https://github.com/atom-tr/astro-erudite" +} diff --git a/domains/aud.json b/domains/aud.json new file mode 100644 index 000000000..5a7f7fe3f --- /dev/null +++ b/domains/aud.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "An-Unnamed-Developer", + "email": "loganj1403@outlook.com" + }, + "record": { + "A": ["82.16.42.25"] + } +} diff --git a/domains/augustine.json b/domains/augustine.json index 6db08d29c..3ea325398 100644 --- a/domains/augustine.json +++ b/domains/augustine.json @@ -1,6 +1,5 @@ { "description": "Augustine's personal developer website", - "repo": "https://github.com/augustineaykara", "owner": { "username": "augustineaykara", "email": "augustineaykara@gmail.com" diff --git a/domains/aura.json b/domains/aura.json index 8a6bce784..06568244b 100644 --- a/domains/aura.json +++ b/domains/aura.json @@ -3,7 +3,6 @@ "username": "auravoid", "email": "github@auravoid.dev" }, - "record": { "CNAME": "aura-is-a-dev.pages.dev" } diff --git a/domains/auras.json b/domains/auras.json deleted file mode 100644 index a20a8d69b..000000000 --- a/domains/auras.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "agnesmonret", - "email": "agnesmoret@proton.me", - "discord": "694917200720429066" - }, - - "record": { - "CNAME": "agnesmonret.github.io" - } -} diff --git a/domains/autodiscover.halinh0506.json b/domains/autodiscover.halinh0506.json new file mode 100644 index 000000000..8c9d66830 --- /dev/null +++ b/domains/autodiscover.halinh0506.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "huanhoahongso3-collab", + "email": "huanhoahongso3@gmail.com" + }, + "record": { + "CNAME": "autodiscover.outlook.com" + } +} diff --git a/domains/autodiscover.yash.json b/domains/autodiscover.yash.json index e95a86598..5fbc873dc 100644 --- a/domains/autodiscover.yash.json +++ b/domains/autodiscover.yash.json @@ -6,6 +6,6 @@ "email": "connect@real-yash.is-a.dev" }, "record": { - "CNAME": "autodiscover.outlook.com" + "CNAME": "autodiscover.outlook.com" } } diff --git a/domains/avellea.json b/domains/avellea.json index cf3689b34..cb8c2e2f9 100644 --- a/domains/avellea.json +++ b/domains/avellea.json @@ -3,7 +3,6 @@ "repo": "https://github.com/Avellea/Avellea.github.io", "owner": { "username": "Avellea", - "email": "", "discord": "Ave#2776" }, "record": { diff --git a/domains/averagepce.json b/domains/averagepce.json index a0714805f..12dc26112 100644 --- a/domains/averagepce.json +++ b/domains/averagepce.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "FaultyFaulty-glitch", - "email": "faultywindows@gmail.com" - }, - "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } + "owner": { + "username": "FaultyFaulty-glitch", + "email": "faultywindows@gmail.com" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } } diff --git a/domains/averagepcweb.json b/domains/averagepcweb.json index 628504cd6..d7de4fcdb 100644 --- a/domains/averagepcweb.json +++ b/domains/averagepcweb.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "FaultyFaulty-glitch", - "email": "", - "discord": "1102928631191322675" - }, - - "record": { - "CNAME": "averagepcweb.pages.dev" - } - } - \ No newline at end of file + "owner": { + "username": "FaultyFaulty-glitch", + "discord": "1102928631191322675" + }, + "record": { + "CNAME": "averagepcweb.pages.dev" + } +} diff --git a/domains/avg.json b/domains/avg.json index c04151cc7..68077ac02 100644 --- a/domains/avg.json +++ b/domains/avg.json @@ -1,7 +1,6 @@ { "owner": { "username": "AverageHelper", - "email": "", "mastodon": "@avghelper@average.name" }, "record": { diff --git a/domains/mariano.avila.json b/domains/avilam.json similarity index 52% rename from domains/mariano.avila.json rename to domains/avilam.json index b0af1b49c..e226bad00 100644 --- a/domains/mariano.avila.json +++ b/domains/avilam.json @@ -1,7 +1,6 @@ { "owner": { - "username": "DxRavage", - "email": "marianoavilaj4@gmail.com" + "username": "dxravage" }, "record": { "CNAME": "dxravage.github.io" diff --git a/domains/avversion.json b/domains/avversion.json index adbc9dd3c..be1e069fa 100644 --- a/domains/avversion.json +++ b/domains/avversion.json @@ -1,7 +1,6 @@ { "owner": { - "username": "AVVERSION", - "email": "79741360+AVVERSION@users.noreply.github.com" + "username": "AVVERSION" }, "record": { "CNAME": "avversion.github.io" diff --git a/domains/awais.json b/domains/awais.json new file mode 100644 index 000000000..e50653d4e --- /dev/null +++ b/domains/awais.json @@ -0,0 +1,12 @@ +{ + "description": "Portfolio website for Awais Khan Niazi", + "repo": "https://github.com/askhan963/register", + "owner": { + "username": "askhan963", + "email": "awaisknas963@gmail.com" + }, + "record": { + "CNAME": "awaiskhanniazi.netlify.app" + }, + "proxied": false +} diff --git a/domains/awhvish.json b/domains/awhvish.json new file mode 100644 index 000000000..55661a28f --- /dev/null +++ b/domains/awhvish.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "awhvish", + "email": "high.avis.lowha@gmail.com" + }, + "record": { + "CNAME": "awhvish.vercel.app" + } +} diff --git a/domains/axay.json b/domains/axay.json index eed8c68bc..3bea8a7b9 100644 --- a/domains/axay.json +++ b/domains/axay.json @@ -1,7 +1,6 @@ { "owner": { "username": "MrAkshayAS", - "email": "", "discord": "mrakshayas" }, "record": { diff --git a/domains/axel.json b/domains/axel.json index 6c2b1dd7b..15f0a6860 100644 --- a/domains/axel.json +++ b/domains/axel.json @@ -3,7 +3,6 @@ "username": "axelilali", "email": "axel.ilali@yahoo.fr" }, - "record": { "CNAME": "axel-ilali.com" } diff --git a/domains/axeon.json b/domains/axeon.json index ece880400..140a06bd7 100644 --- a/domains/axeon.json +++ b/domains/axeon.json @@ -1,8 +1,7 @@ { "owner": { - "username": "ReBlast", - "email": "", - "discord": "poxuizm" + "username": "vyfor", + "discord": "vyfor" }, "record": { "CNAME": "axeon.pages.dev" diff --git a/domains/axewbotx.json b/domains/axewbotx.json index 8bd73229a..9001701b6 100644 --- a/domains/axewbotx.json +++ b/domains/axewbotx.json @@ -4,7 +4,7 @@ "owner": { "username": "AxewBoTX", "email": "lovedeepbrar54155@gmail.com", - "twitter": "@AxewBoTX" + "twitter": "AxewBoTX" }, "record": { "CNAME": "axewbotx.github.io" diff --git a/domains/axinux.json b/domains/axinux.json new file mode 100644 index 000000000..0511d4406 --- /dev/null +++ b/domains/axinux.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "axinux", + "email": "theaxinux@gmail.com" + }, + "record": { + "CNAME": "my-website-cvi.pages.dev" + } +} diff --git a/domains/axioris.json b/domains/axioris.json new file mode 100644 index 000000000..bee8d25e5 --- /dev/null +++ b/domains/axioris.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "axioris", + "email": "dane.foster.collins@gmail.com" + }, + "record": { + "CNAME": "axioris.github.io" + } +} diff --git a/domains/axo.json b/domains/axo.json new file mode 100644 index 000000000..1b827d480 --- /dev/null +++ b/domains/axo.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "ImAxolotlicekDev", + "discord": "1125148972449796136", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.qTh1SRQ2rIL26gQVBhmWSiLfW8cEEKLYBIYAj90jEctx9sSIXBWVGNBbtHzRKEajLmLPJClSn3H1ZEh1y0a-xaZZtyyQMJPSnLz0uq9GwjGqnC7GERliGZZMgdcdbHkskkDx5HU0yIjQYKcCKcTxDpEoIGfjJsc0sxQSGvz7gzH2XLuPmaGQY_9N-iJRT5Qxoe7dZ8f8cXT1XQr0SMuVw_MK-oHv05N8Mq33n7bYBdevRJjwGm9-fgceAS4Az30GCu4LPftFw2aUnz-mfzQNP7FaTq6hAkmIXGF1TI4zZwI8s0E5SYYF0Wdeza5I5bL2eV9U0ZKb8TBDYlOCu4zt-A.l7hez3hwbNNkuYc5mGcHnw.ZaJJd4kNJZPDYem-sNHBJ1qzSaGPQiERP1LBUZ-HDvbGC6FHBrdBJ-LFm_9k_jmPTSYgyU7Pz9YqKcaZhLWPHmYYhurP2t3gG9jDEAGoi4HB6I5Ddlc0g_WthxOak8Yx.bwqnONbqUYeiqlYhZ6fWXw" + }, + "record": { + "A": ["158.178.206.169"] + } +} diff --git a/domains/ayaangrover.json b/domains/ayaangrover.json index 76979c0c2..545053a65 100644 --- a/domains/ayaangrover.json +++ b/domains/ayaangrover.json @@ -4,7 +4,7 @@ "owner": { "username": "ayaangrover", "email": "ayaangrover@gmail.com", - "twitter": "@grover_ayaan" + "twitter": "grover_ayaan" }, "record": { "CNAME": "ayaangrover.github.io" diff --git a/domains/ayaanhaider.json b/domains/ayaanhaider.json index be4bcecb8..594c3916a 100644 --- a/domains/ayaanhaider.json +++ b/domains/ayaanhaider.json @@ -3,7 +3,6 @@ "username": "ayaanhaider-dev", "email": "ayaanhaider.dev@gmail.com" }, - "record": { "CNAME": "ayaanhaider-dev.web.app" } diff --git a/domains/ayan.json b/domains/ayan.json index 6a2ddd062..301f6bac0 100644 --- a/domains/ayan.json +++ b/domains/ayan.json @@ -1,14 +1,11 @@ { - "owner": { - "username": "Ghost-67-G", - "discordUserame": "ghost_67_g", - "email": "", - "discord": "1257342894172274758", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.InxyqXdwBXr24GsihCzaEqGi84Z0xotOI_vlu-03PGjOvenB2_55Q7lEFvMLRHTK0AbcuE9pPfqGac4MkULKNoSpAxTJD9wy0oqfaLoKIjcqJTC8e3L23l_-xht8e7Kca8Z87rpHVkb0JZe9svt_w1BZq30GLAwevkZilr7JdS7I-LmArbL7cf0IFU5qpB3FdMVtglx5KoBLT6cyLSR0BOIozBTpe-NspSvpu6rvSFMpbCiLuosXHvRP4KAcqEJPQ2QKLvOUEc53yLry-ws_VOrN5KC-wcb6fLAqVcenilKyW89lLW8mdRq1mLLOuUU2NLLMLZv5YCbM7-bFPKKUEQ.Wst_jjbT4uV1S4oLoiZvDQ.5DQCUGh0EVe6AjQcin_IXOC5UY-p_8hpOVExIF9lRV72K_OfykQdahQ5kLQWJLhUSvzPJHHDw4Z3GgD0OpSCLR3kFtdBKVhuR0bPaikj-x-a6IorOmD_plbXA7Doma-W.UkyrHmdJZXkNLfFqiLARYg" - }, - "record": { - "A": [ - "75.2.60.5" - ] - } - } \ No newline at end of file + "owner": { + "username": "Ghost-67-G", + "discordUserame": "ghost_67_g", + "discord": "1257342894172274758", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.InxyqXdwBXr24GsihCzaEqGi84Z0xotOI_vlu-03PGjOvenB2_55Q7lEFvMLRHTK0AbcuE9pPfqGac4MkULKNoSpAxTJD9wy0oqfaLoKIjcqJTC8e3L23l_-xht8e7Kca8Z87rpHVkb0JZe9svt_w1BZq30GLAwevkZilr7JdS7I-LmArbL7cf0IFU5qpB3FdMVtglx5KoBLT6cyLSR0BOIozBTpe-NspSvpu6rvSFMpbCiLuosXHvRP4KAcqEJPQ2QKLvOUEc53yLry-ws_VOrN5KC-wcb6fLAqVcenilKyW89lLW8mdRq1mLLOuUU2NLLMLZv5YCbM7-bFPKKUEQ.Wst_jjbT4uV1S4oLoiZvDQ.5DQCUGh0EVe6AjQcin_IXOC5UY-p_8hpOVExIF9lRV72K_OfykQdahQ5kLQWJLhUSvzPJHHDw4Z3GgD0OpSCLR3kFtdBKVhuR0bPaikj-x-a6IorOmD_plbXA7Doma-W.UkyrHmdJZXkNLfFqiLARYg" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/aynonyme.json b/domains/aynonyme.json new file mode 100644 index 000000000..66a84dbb0 --- /dev/null +++ b/domains/aynonyme.json @@ -0,0 +1,11 @@ +{ + "description": "My Portfolio", + "repo": "https://github.com/AYn0nyme/ayn0nyme.github.io", + "owner": { + "username": "AYn0nyme", + "email": "aynonyme@proton.me" + }, + "record": { + "A": ["69.30.249.53"] + } +} diff --git a/domains/ayush.json b/domains/ayush.json index 54169c393..067fbfcf6 100644 --- a/domains/ayush.json +++ b/domains/ayush.json @@ -3,7 +3,6 @@ "repo": "https://github.com/Itzayushzz/Itzayushzz.github.io", "owner": { "username": "Itzayushzz", - "email": "", "discord": "Ayush_Ezz#6057" }, "record": { diff --git a/domains/ayushh.json b/domains/ayushh.json new file mode 100644 index 000000000..f5d196fd1 --- /dev/null +++ b/domains/ayushh.json @@ -0,0 +1,11 @@ +{ + "description": "Ayush personal website", + "repo": "https://github.com/Ayush-Kotlin-Dev/GFG_GGV", + "owner": { + "username": "ayush-kotlin-dev", + "email": "shweetarai@gmail.com" + }, + "record": { + "URL": "https://my-portfolio-qlsr.onrender.com/" + } +} diff --git a/domains/ayushk.json b/domains/ayushk.json new file mode 100644 index 000000000..04dd6d929 --- /dev/null +++ b/domains/ayushk.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "ayushk-1801", + "email": "ayush.kumara1801@gmail.com", + "discord": "ayushk_1801" + }, + "record": { + "CNAME": "ayushkumaranand.vercel.app" + } +} diff --git a/domains/ayushman.json b/domains/ayushman.json new file mode 100644 index 000000000..ec481315c --- /dev/null +++ b/domains/ayushman.json @@ -0,0 +1,11 @@ +{ + "description": "Personal website for Ayushman", + "owner": { + "username": "AMRzip", + "email": "ayushmanrathi0@gmail.com" + }, + "record": { + "CNAME": "ARMzip.github.io" + }, + "proxied": false +} diff --git a/domains/ayushshivaji.json b/domains/ayushshivaji.json index 06b071f40..b2fad146c 100644 --- a/domains/ayushshivaji.json +++ b/domains/ayushshivaji.json @@ -3,7 +3,6 @@ "username": "ayushclashroyale", "email": "ayushclashroyale@gmail.com" }, - "record": { "CNAME": "ayushclashroyale.github.io" } diff --git a/domains/ayushtiwari.json b/domains/ayushtiwari.json index 2ade8b3f8..d300ab9a0 100644 --- a/domains/ayushtiwari.json +++ b/domains/ayushtiwari.json @@ -3,7 +3,6 @@ "repo": "https://github.com/aaayushh7/myPortfolio.git", "owner": { "username": "aaayushh7", - "email": "", "discord": "_aaayushh" }, "record": { diff --git a/domains/azeemdev.json b/domains/azeemdev.json new file mode 100644 index 000000000..92a128061 --- /dev/null +++ b/domains/azeemdev.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "iAinAzeem", + "discord": "1063614318777729034", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.sh1QL5Ze1LYuiCFi9DEqnW54jlRtwZ1k-YEvx7bUhm_zLLRyw-O5g1rsRj3FHr2UBDHnyny9mLI2zshWnPUH8B4fMgFG-XB-3Abq40JRcMrX7JGo964RF0iUtfXxQ6rhrnpgNi5a5uy8K3bE59JHIwqRLlkdmYSBPgtrt9h_WyFIk7--Or5dF0bSkKykZ3STLKbhj830jWf_5DcbUwldyppTc-XW_ZSYp4FK4wYhlnioPBhshlc-3GrNRPXAJfUZLmb0KPwPqP7duMShYqHap2O8Q-13ebsp8EATjnI4lzB43D-vKyj9XkEmPG7XTvoyHnE3uOZKq_6BdV3ty-e0bw.RL4bnDq7EzuCkIUaSh-OwQ.vlPkHZgaMGHt6UAVW1nFxIhzL-gk5WI6YT11vwfpZskx7-WB_kuXjgKlidIFhw1GwNrcZBiQMsh4HRr-tO9QJEwLYKnn8APa7SahkQAt4w0.hFK5crVJ86kkBF6BAgVm5Q" + }, + "record": { + "CNAME": "portfolio.misafha.pk" + } +} diff --git a/domains/azeez.json b/domains/azeez.json index d3e6c3f7f..ece4c1419 100644 --- a/domains/azeez.json +++ b/domains/azeez.json @@ -3,7 +3,6 @@ "repo": "https://github.com/azizbna/azizbna.github.io", "owner": { "username": "azizbna", - "email": "", "discord": "azeezbna" }, "record": { @@ -13,10 +12,7 @@ "185.199.111.153", "185.199.108.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/azizwali.json b/domains/azizwali.json new file mode 100644 index 000000000..f87214255 --- /dev/null +++ b/domains/azizwali.json @@ -0,0 +1,10 @@ +{ + "description": "Skyes Crawford Personal Website", + "owner": { + "username": "skyescrawford", + "email": "aziz_inc@apps.ipb.ac.id" + }, + "record": { + "CNAME": "skyescrawford.github.io" + } +} diff --git a/domains/b.json b/domains/b.json index 522a54005..ed8852b35 100644 --- a/domains/b.json +++ b/domains/b.json @@ -1,11 +1,11 @@ { - "description": "vugiabao1337 subdomain", - "repo": "https://github.com/VuGiaBao1337/vugiabao1337.github.io", - "owner": { - "username": "VuGiaBao1337", - "email": "ahihidiscord@gmail.com" - }, - "record": { - "CNAME": "vugiabao1337.github.io" - } -} + "description": "vugiabao1337 subdomain", + "repo": "https://github.com/VuGiaBao1337/vugiabao1337.github.io", + "owner": { + "username": "VuGiaBao1337", + "email": "ahihidiscord@gmail.com" + }, + "record": { + "CNAME": "vugiabao1337.github.io" + } +} diff --git a/domains/b0q.json b/domains/b0q.json index b766ef36d..af8e7a993 100644 --- a/domains/b0q.json +++ b/domains/b0q.json @@ -4,7 +4,6 @@ "email": "qqqbeboo@yahoo.com", "discord": "897238854510211143" }, - "record": { "CNAME": "qbebo.github.io" } diff --git a/domains/b4iterdev.json b/domains/b4iterdev.json index 63ec735c4..aeb694eb5 100644 --- a/domains/b4iterdev.json +++ b/domains/b4iterdev.json @@ -4,7 +4,6 @@ "email": "thaimeo200389@gmail.com", "discord": "480587458908651530" }, - "record": { "CNAME": "b4iterdev.net.eu.org" } diff --git a/domains/b83c.json b/domains/b83c.json new file mode 100644 index 000000000..a65c1681f --- /dev/null +++ b/domains/b83c.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "B83C", + "discord": "836525839511846912", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Nvw0e8-E9zApBPATxpQU5BXbRqbR1_h7xux5l7hZQzksus5TRzzXo4Zfc5sfq85atvtSWqCVnHt-wZ8gjz3q2yZzz2DCCFxEI8JkZFYN8UWwqjxm6uMIdAZC82adnLybz5ywmLPqDEM2zXyza0ACNp6u_ooiNYl15Gl1uobBO5KVK31_eOS9jcc9TPeHu_WIX2DDDpOBw5rdekJHkk4t71erXDQixSSqKQz_aOX-LZF1RKxtllN_fiEwYhvS1yVFsMzjoQYUc2B5V0nrXazlohjrmXp1-l4uFYJhpSWOBxLhxp8JLY_oXpVCsDOQ4a_4fAC2YEk2QdlSuoHIzU5Cng.ofqOmbKjozwSbakUCct1Rw.5kQuo8e_WtPz3f7zUliULphR8hUDwrfFzz_rASfJrMvtcqxQ3p52af200MdxdvEiZZy6bus7EdK5p4NCNwUbmDSl3HPnfCqonfFvYUwAPCVdx_XISm48pEpcMNLonkJ0.FrIUaCviOgnPnxkFbhfbJw" + }, + "record": { + "CNAME": "b83c.eu.org" + } +} diff --git a/domains/ba9.json b/domains/ba9.json index 81b7330a0..82095444d 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" } } diff --git a/domains/badnguy.json b/domains/badnguy.json new file mode 100644 index 000000000..f7160af9e --- /dev/null +++ b/domains/badnguy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nguyenbaduy011", + "email": "nguyenbaduy011@gmail.com" + }, + "record": { + "CNAME": "nguyenbaduy011.github.io" + } +} diff --git a/domains/badonix.json b/domains/badonix.json new file mode 100644 index 000000000..bbbfe7c9a --- /dev/null +++ b/domains/badonix.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio Website", + "repo": "https://github.com/Badonix/portfolio_react", + "owner": { + "username": "badonix", + "email": "nikdanelia@gmail.com" + }, + "record": { + "CNAME": "badonix.netlify.app" + } +} diff --git a/domains/baibhav.json b/domains/baibhav.json new file mode 100644 index 000000000..11d8af941 --- /dev/null +++ b/domains/baibhav.json @@ -0,0 +1,10 @@ +{ + "description": "For personal portfolio", + "owner": { + "username": "Baibhavos", + "email": "baibhavkumar303@gmail.com" + }, + "record": { + "CNAME": "new-portfolio-weld-sigma.vercel.app" + } +} diff --git a/domains/bako.json b/domains/bako.json index b7f24f50d..7d880d113 100644 --- a/domains/bako.json +++ b/domains/bako.json @@ -4,7 +4,6 @@ "email": "lucas.rausch.732@k12.friscoisd.org", "discord": "950189411759456266" }, - "record": { "CNAME": "real-kwellercat.github.io" } diff --git a/domains/bala.json b/domains/bala.json new file mode 100644 index 000000000..7e2863e38 --- /dev/null +++ b/domains/bala.json @@ -0,0 +1,11 @@ +{ + "description": "For my github page", + "repo": "https://https://github.com/parzi-val/parzi-val", + "owner": { + "username": "parzi-val", + "email": "krbala1511@gmail.com" + }, + "record": { + "CNAME": "parzi-val.github.io" + } +} \ No newline at end of file diff --git a/domains/balaji.json b/domains/balaji.json new file mode 100644 index 000000000..30f2dd69f --- /dev/null +++ b/domains/balaji.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "balaji-atoa", + "discord": "popz06" + }, + "record": { + "CNAME": "portfolio-on-live.vercel.app" + } +} diff --git a/domains/baldr.json b/domains/baldr.json new file mode 100644 index 000000000..b0c76a914 --- /dev/null +++ b/domains/baldr.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "p0lish", + "email": "polish1987@gmail.com" + }, + "record": { + "CNAME": "p0lish.github.io" + } +} diff --git a/domains/baltraz.json b/domains/baltraz.json index 61d43b7cd..40884af9f 100644 --- a/domains/baltraz.json +++ b/domains/baltraz.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "Killermaschine88", - "email": "", - "discord": "570267487393021969", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.X7V9A3bj7uW7izQvYtaNyn684nE_FBaWC6kn2U-QVBSmP7TFLZkGnRLAfiv748szEf8Ps3JA6p2fUsdSKY5a9iS6D44dU9NAMmPWyX-MAy5aTFyretWktY4pmi6qKKekdcbSIqApUOEQjaOQR6ZTYFILkIFgjmJIioZEBpgDP_TXU2zbckIBr1wfRSgn7Cu9MfdcsAn6L68F7oqilLh1ZgkyU8YHsJbNmcUXjGeYAbcf6h1ZMDt-iE8df7vkJwiKUYR398JwvxSjxF-ip2vFLZ9hzMkyD3q19zJ29NefOEhhIVdOgHl4aV1CFYPWBzkGpMyIg1k1Eiky8BOu2Qo2Fw.u2fm6QjYJ54XYKASbzyZFg.T8FGfq4es9Rnc9Wv6qTczCRl-GtH40ujE6mbmoTQegCPeUatFiUzRghM8-JLthty6hqtu9iIhhlpE_0LC6kKrcCrbF0iUhqIkVd_gGUkJtQ.1rtLCkkF5gtQsek8m5RjUQ" - }, - - "record": { - "A": ["49.13.78.155"] - } - } - \ No newline at end of file + "owner": { + "username": "Killermaschine88", + "discord": "570267487393021969", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.X7V9A3bj7uW7izQvYtaNyn684nE_FBaWC6kn2U-QVBSmP7TFLZkGnRLAfiv748szEf8Ps3JA6p2fUsdSKY5a9iS6D44dU9NAMmPWyX-MAy5aTFyretWktY4pmi6qKKekdcbSIqApUOEQjaOQR6ZTYFILkIFgjmJIioZEBpgDP_TXU2zbckIBr1wfRSgn7Cu9MfdcsAn6L68F7oqilLh1ZgkyU8YHsJbNmcUXjGeYAbcf6h1ZMDt-iE8df7vkJwiKUYR398JwvxSjxF-ip2vFLZ9hzMkyD3q19zJ29NefOEhhIVdOgHl4aV1CFYPWBzkGpMyIg1k1Eiky8BOu2Qo2Fw.u2fm6QjYJ54XYKASbzyZFg.T8FGfq4es9Rnc9Wv6qTczCRl-GtH40ujE6mbmoTQegCPeUatFiUzRghM8-JLthty6hqtu9iIhhlpE_0LC6kKrcCrbF0iUhqIkVd_gGUkJtQ.1rtLCkkF5gtQsek8m5RjUQ" + }, + "record": { + "A": ["49.13.78.155"] + } +} diff --git a/domains/banana.json b/domains/banana.json deleted file mode 100644 index de86f28d1..000000000 --- a/domains/banana.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "banana's website", - "repo": "https://github.com/BANanaD3V/bananadev-ml", - "owner": { - "username": "BANanaD3V", - "email": "banana@bananadev.ml" - }, - "record": { - "CNAME": "bananad3v.github.io" - } -} diff --git a/domains/banda.json b/domains/banda.json new file mode 100644 index 000000000..c49eedebc --- /dev/null +++ b/domains/banda.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bandabahariputra", + "discord": "banda" + }, + "record": { + "CNAME": "bandabahariputra.vercel.app" + } +} diff --git a/domains/bandhan.json b/domains/bandhan.json new file mode 100644 index 000000000..602459977 --- /dev/null +++ b/domains/bandhan.json @@ -0,0 +1,11 @@ +{ + "description": "Bandhan's Profile", + "repo": "https://github.com/bamunjal/bamunjal.github.io", + "owner": { + "username": "bamunjal", + "email": "bamunjal1995@gmail.com" + }, + "record": { + "CNAME": "bamunjal.github.io" + } +} diff --git a/domains/bandu.json b/domains/bandu.json new file mode 100644 index 000000000..b0cd2619a --- /dev/null +++ b/domains/bandu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bmulla7", + "email": "bmulla7@gmail.com" + }, + "record": { + "CNAME": "bandu.pages.dev" + } +} diff --git a/domains/bao.json b/domains/bao.json new file mode 100644 index 000000000..712d7588f --- /dev/null +++ b/domains/bao.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bphamict", + "email": "bphamict@gmail.com" + }, + "record": { + "CNAME": "ghs.google.com" + } +} diff --git a/domains/baobao.json b/domains/baobao.json index 5da428973..7ffc26e0c 100644 --- a/domains/baobao.json +++ b/domains/baobao.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "BaobeierB", - "email": "", - "discord": "246449974118842368", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.C0wpo8p1EPPr_uNYgH54k37cg0KOgTR4ffh_K80TeQHVno2Ud5j7I_1o48pnN6CelRZ-agJsz9D_664qTMic8JcK4Fe2fmS6q35NuqcdPbFc1w3meEFBqUzDU8mqnYSp6cRtWmUq4lxNqVPAfHsd_PPyoXkgOKyTw53gvxiHgHJixRlHX1KTICl5luy3302Mdlmxt4v7aw9dz5ymFmqxJnx4FNLa0gDUhSeQDJmNxF10JRnJTlwM93WuiJziWRcQzYte-ZHtNvqdhfBFdRjHmgCn1i2jkzQx_V6EZuj5iEMVSgNPppV3qR3IKnX21l0nN8YrstYx-r_b07ZbYuwCSQ.iGePXetL26p2_W8kx4SHZQ._P2kI4i9eF4-Ev8yQFuOt22MtZhv68AVAZSNPc0vlyI8Pfet3Ml8VJznqL3cqC2QSddfyRNT4QFZfQF3pRniw486_etwDdc3WIuu9yc7w-s.bw4347sMgh4xVjcsHE6D-A" - }, - - "record": { - "A": ["103.200.29.116"] - } - } - \ No newline at end of file + "owner": { + "username": "BaobeierB", + "discord": "246449974118842368", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.C0wpo8p1EPPr_uNYgH54k37cg0KOgTR4ffh_K80TeQHVno2Ud5j7I_1o48pnN6CelRZ-agJsz9D_664qTMic8JcK4Fe2fmS6q35NuqcdPbFc1w3meEFBqUzDU8mqnYSp6cRtWmUq4lxNqVPAfHsd_PPyoXkgOKyTw53gvxiHgHJixRlHX1KTICl5luy3302Mdlmxt4v7aw9dz5ymFmqxJnx4FNLa0gDUhSeQDJmNxF10JRnJTlwM93WuiJziWRcQzYte-ZHtNvqdhfBFdRjHmgCn1i2jkzQx_V6EZuj5iEMVSgNPppV3qR3IKnX21l0nN8YrstYx-r_b07ZbYuwCSQ.iGePXetL26p2_W8kx4SHZQ._P2kI4i9eF4-Ev8yQFuOt22MtZhv68AVAZSNPc0vlyI8Pfet3Ml8VJznqL3cqC2QSddfyRNT4QFZfQF3pRniw486_etwDdc3WIuu9yc7w-s.bw4347sMgh4xVjcsHE6D-A" + }, + "record": { + "A": ["103.200.29.116"] + } +} diff --git a/domains/barab.json b/domains/barab.json index b768b6ac5..3d9e6b006 100644 --- a/domains/barab.json +++ b/domains/barab.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "Baraban511", - "email": "", - "discord": "768517258262741024", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.DvRDOCaudmWNnNQWCxTSqN5kKvCfKlL6AqaKDC7SEO9hg1wEGdBS0icx47nECYqqMw5MaaVbF9y8U3wyEe6YG2iOLYqASTzMmNd28ejrr4yV5A-KMsJ3qJc-6NnWugS_yl8Yq3iWLLikvkbjzYspBTtaM7Tfb5WzsRkJnmZpKyChPPO2Z0KRXBd23F_7mZDVisZQiOwQusWfVKDVzXHpbKidGVhoXPh-wz8XEHzjqlMXZXjtjE9bj3dT4Ot6RZ1bV6kKPR2dvO8teL-Y7AF7PM9oTrh2wYHyDmdBWoh407u45anfOGxDMbjvMKoIeyXlkHiWTpj_FA5IyJNRwoH9_Q.LPr9qotY_T6XZ434G38I3Q.-yrbQ3FtpMu9ewLmuO-AoCD9jAvfdYX_yWpNslaBf8goAv8I6q5YvLOVbaLBA3Eye8jTF48z1i2CTuKJbhv751x9bmXDN5ttrfpLfSwgrNw.DZMFfhSPM8swRiYFtwRpNw" - }, - - "record": { - "CNAME": "barab.pages.dev" - } - } - \ No newline at end of file + "owner": { + "username": "Baraban511", + "discord": "768517258262741024", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.DvRDOCaudmWNnNQWCxTSqN5kKvCfKlL6AqaKDC7SEO9hg1wEGdBS0icx47nECYqqMw5MaaVbF9y8U3wyEe6YG2iOLYqASTzMmNd28ejrr4yV5A-KMsJ3qJc-6NnWugS_yl8Yq3iWLLikvkbjzYspBTtaM7Tfb5WzsRkJnmZpKyChPPO2Z0KRXBd23F_7mZDVisZQiOwQusWfVKDVzXHpbKidGVhoXPh-wz8XEHzjqlMXZXjtjE9bj3dT4Ot6RZ1bV6kKPR2dvO8teL-Y7AF7PM9oTrh2wYHyDmdBWoh407u45anfOGxDMbjvMKoIeyXlkHiWTpj_FA5IyJNRwoH9_Q.LPr9qotY_T6XZ434G38I3Q.-yrbQ3FtpMu9ewLmuO-AoCD9jAvfdYX_yWpNslaBf8goAv8I6q5YvLOVbaLBA3Eye8jTF48z1i2CTuKJbhv751x9bmXDN5ttrfpLfSwgrNw.DZMFfhSPM8swRiYFtwRpNw" + }, + "record": { + "CNAME": "barab.pages.dev" + } +} diff --git a/domains/barisdeniz.json b/domains/barisdeniz.json new file mode 100644 index 000000000..a33ae109e --- /dev/null +++ b/domains/barisdeniz.json @@ -0,0 +1,11 @@ +{ + "description": "Personal website for Barış Deniz Sağlam", + "repo": "https://github.com/bdsaglam/bdsaglam.github.io", + "owner": { + "username": "bdsaglam", + "email": "bdsaglam@gmail.com" + }, + "record": { + "CNAME": "bdsaglam.github.io" + } +} diff --git a/domains/barremian.json b/domains/barremian.json new file mode 100644 index 000000000..aa0af8750 --- /dev/null +++ b/domains/barremian.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "barremian", + "email": "machinetime77@gmail.com" + }, + "record": { + "CNAME": "barremian.com" + } +} diff --git a/domains/barry-hammer.json b/domains/barry-hammer.json new file mode 100644 index 000000000..a19403a2b --- /dev/null +++ b/domains/barry-hammer.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "barry-hammer" + }, + "record": { + "CNAME": "barry-hammer.github.io" + } +} diff --git a/domains/bartoszm77.json b/domains/bartoszm77.json index 00da3b396..7ddf10448 100644 --- a/domains/bartoszm77.json +++ b/domains/bartoszm77.json @@ -3,7 +3,6 @@ "repo": "https://github.com/b2rt0szm77/b2rt0szm77.github.io", "owner": { "username": "bartoszm77", - "email": "", "discord": "bartoszm77#3458" }, "record": { diff --git a/domains/base-swag.json b/domains/base-swag.json new file mode 100644 index 000000000..eb9c4c35e --- /dev/null +++ b/domains/base-swag.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Base-Swag", + "email": "officialnamefier@gmail.com" + }, + "record": { + "CNAME": "base-swag.github.io" + } +} diff --git a/domains/base.json b/domains/base.json new file mode 100644 index 000000000..b717c7873 --- /dev/null +++ b/domains/base.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bcassiers", + "discord": "base08875" + }, + "record": { + "CNAME": "adbc.be" + } +} diff --git a/domains/baseri.json b/domains/baseri.json new file mode 100644 index 000000000..34086c8de --- /dev/null +++ b/domains/baseri.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Ho3einWave", + "discord": "743786737901240362", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.V7AHINjrzMRmazv2IjJU2V9qPlcAeRQRRYDuxjvF-fq9nOmp0H3b1KfXaBuU8rTW34c9iLNwZdxAHhJ2IvsIgQvYrAVjrJ4bxgjSaO4UPmgFze1hwHS2qpZzouOZngoWjqWfTMPhttPui4yiBtCFE2x62Y-rn3_MBCfvBZLh7aqwD6booL4FGDiL7QX202miM1Mqd-r8ZNDdydAdkcpETXDLd-7opFJgcg4Tkmq-tZuKmvdHNUsDxT4GPxVhvUKGuqtHiEGBf7YuNS_OdClqsN1sXckHOsFUFwkfIx3F7upRXWN5DBy4bEXLgphfASJjMuwFx4h27pCA5B1257msrg.Ied7dY9u3UB65AXGar9V5w.JgX5U0byUY3wzS0mx9fAOkpNan7a08RyEgRzp2Dcnusv_-_UNvIsqkbPznWTjoz8NQE6ixLrymxrDIs2dGNWcgsZ3IFpF5PY9VWKkxFSTCA.nQi799OJqhyhsVY-6Tbmcg" + }, + "record": { + "CNAME": "apex-loadbalancer.netlify.com" + } +} diff --git a/domains/basi.json b/domains/basi.json index 0b56eee0e..4bd206798 100644 --- a/domains/basi.json +++ b/domains/basi.json @@ -5,7 +5,6 @@ "email": "basigraphics@gmail.com", "discord": "Basi#1056" }, - "record": { "CNAME": "portfolio-6u1.pages.dev" } diff --git a/domains/basidh.json b/domains/basidh.json new file mode 100644 index 000000000..9e0ac57d7 --- /dev/null +++ b/domains/basidh.json @@ -0,0 +1,11 @@ +{ + "description": "Personal portfolio", + "repo": "https://github.com/abdulbasidh/portfolio", + "owner": { + "username": "abdulbasidh", + "email": "farz.basidh@gmail.com" + }, + "record": { + "CNAME": "abdulbasidh.github.io" + } +} diff --git a/domains/basil.json b/domains/basil.json index bc0a52de9..a70021fcb 100644 --- a/domains/basil.json +++ b/domains/basil.json @@ -7,6 +7,6 @@ "twitter": "basilicous" }, "record": { - "CNAME": "LowSpeCorgi.github.io" + "CNAME": "lowspecorgi.github.io" } } diff --git a/domains/bast.json b/domains/bast.json new file mode 100644 index 000000000..8339f3bca --- /dev/null +++ b/domains/bast.json @@ -0,0 +1,10 @@ +{ + "description": "Bast's unimaginatively named programming blog", + "owner": { + "username": "bast0006", + "email": "bast@bast-development.com" + }, + "record": { + "URL": "https://bast-development.com" + } +} diff --git a/domains/battlehawk.json b/domains/battlehawk.json new file mode 100644 index 000000000..7fee75844 --- /dev/null +++ b/domains/battlehawk.json @@ -0,0 +1,10 @@ +{ + "description": "is-a.dev domain for BATTLEHAWK00(redirecting to https://code1024.icu)", + "owner": { + "username": "BATTLEHAWK00", + "email": "yxlk2oi@gmail.com" + }, + "record": { + "URL": "https://code1024.icu" + } +} diff --git a/domains/baturalp.json b/domains/baturalp.json new file mode 100644 index 000000000..9707e7d66 --- /dev/null +++ b/domains/baturalp.json @@ -0,0 +1,11 @@ +{ + "description": "Baturalp Sönmez Portfolio website", + "repo": "https://github.com/Baturalp52/Baturalp52.github.io", + "owner": { + "username": "Baturalp52", + "email": "baturalpsonmez2002@gmail.com" + }, + "record": { + "CNAME": "baturalp52.github.io" + } +} diff --git a/domains/bayu.json b/domains/bayu.json new file mode 100644 index 000000000..1a28a3df2 --- /dev/null +++ b/domains/bayu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ByeByu07", + "email":"muhammadbaharuddin08123@gmail.com" + }, + "record": { + "CNAME": "byebyu07.github.io" + } +} diff --git a/domains/bcraft.json b/domains/bcraft.json index e186ce30f..bd2bb34b3 100644 --- a/domains/bcraft.json +++ b/domains/bcraft.json @@ -4,7 +4,6 @@ "email": "xuanhaivptthn@gmail.com", "discord": "379076400394666004" }, - "record": { "CNAME": "xuanhaivptthn.github.io" } diff --git a/domains/bd.json b/domains/bd.json new file mode 100644 index 000000000..61dddf1ea --- /dev/null +++ b/domains/bd.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio website.", + "repo": "https://github.com/cantcode023/bd.is-a.dev", + "owner": { + "username": "CantCode023", + "email": "cantcode023@gmail.com" + }, + "record": { + "CNAME": "cantcode023.github.io" + } +} diff --git a/domains/beersanp.json b/domains/beersanp.json index 64653cb22..aff4df46a 100644 --- a/domains/beersanp.json +++ b/domains/beersanp.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "beersanp", - "email": "beersanp@duck.com" - }, - "record": { - "CNAME": "beersanp.pages.dev" - } + "owner": { + "username": "beersanp", + "email": "beersanp@duck.com" + }, + "record": { + "CNAME": "beersanp.pages.dev" + } } diff --git a/domains/ben.json b/domains/ben.json index 0376f3c46..d64f12062 100644 --- a/domains/ben.json +++ b/domains/ben.json @@ -10,10 +10,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/benet.json b/domains/benet.json index 07107c052..2d911624f 100644 --- a/domains/benet.json +++ b/domains/benet.json @@ -1,19 +1,18 @@ { - "description": "Personal Portfolio", - "repo": "https://github.com/JohnnyMoneJohnny/JohnnyMoneJohnny.github.io", - "owner": { - "username": "JohnnyMoneJohnny", - "email": "okbutwhoaskedlikefr@gmail.com" - }, - "record": { - "A": [ - "185.199.111.153", - "185.199.108.153", - "185.199.110.153", - "185.199.109.153" - ], - "MX": ["mx1.improvmx.com","mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - - } -} + "description": "Personal Portfolio", + "repo": "https://github.com/JohnnyMoneJohnny/JohnnyMoneJohnny.github.io", + "owner": { + "username": "JohnnyMoneJohnny", + "email": "okbutwhoaskedlikefr@gmail.com" + }, + "record": { + "A": [ + "185.199.111.153", + "185.199.108.153", + "185.199.110.153", + "185.199.109.153" + ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/benjamin.json b/domains/benjamin.json new file mode 100644 index 000000000..54c0c9c99 --- /dev/null +++ b/domains/benjamin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Loapu", + "email": "benjamin@loapu.dev" + }, + "record": { + "NS": ["algin.ns.cloudflare.com", "marge.ns.cloudflare.com"] + } +} diff --git a/domains/benjo.json b/domains/benjo.json index ae40b2c76..a78989242 100644 --- a/domains/benjo.json +++ b/domains/benjo.json @@ -1,7 +1,6 @@ { "owner": { "username": "Golgrax", - "email": "", "twitter": "BughawBenjo" }, "record": { diff --git a/domains/bennett1412.json b/domains/bennett1412.json new file mode 100644 index 000000000..2650c1326 --- /dev/null +++ b/domains/bennett1412.json @@ -0,0 +1,12 @@ +{ + "description": "Deploying my portfolio website", + "repo": "https://github.com/bennett1412/portfolio2.0", + "owner": { + "username": "bennett1412", + "email": "bennettmadavana@gmail.com", + "twitter": "MadavanaB" + }, + "record": { + "CNAME": "bennett1412.github.io" + } +} diff --git a/domains/beno.json b/domains/beno.json new file mode 100644 index 000000000..cbefac66b --- /dev/null +++ b/domains/beno.json @@ -0,0 +1,11 @@ +{ + "description": "Ingeniero Informático con mención en Gestión de la Información. Me enfoco en desarrollo de software y manejo de datos. Idioma español, inglés y ruso.", + "repo": "https://github.com/BenoAbarcaS/pf", + "owner": { + "username": "BenoAbarcaS", + "email": "abarcabernardo00@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/bens.json b/domains/bens.json new file mode 100644 index 000000000..1afb31f80 --- /dev/null +++ b/domains/bens.json @@ -0,0 +1,10 @@ +{ + "description": "My portfolio", + "owner": { + "username": "coco-droid", + "email": "robensjeanbaptiste29@gmail.com" + }, + "record": { + "URL": "https://robe.alwaysdata.net/" + } +} diff --git a/domains/beoo.json b/domains/beoo.json new file mode 100644 index 000000000..c42f729af --- /dev/null +++ b/domains/beoo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "16-thag5", + "email": "truongvan1605.yahoo@gmail.com" + }, + "record": { + "CNAME": "16-thag5.github.io" + } +} diff --git a/domains/berkk.json b/domains/berkk.json new file mode 100644 index 000000000..e4af0c6d3 --- /dev/null +++ b/domains/berkk.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "berkkaradalan", + "email": "berkkaradalan@gmail.com" + }, + "record": { + "CNAME": "berkkaradalan.github.io" + } +} diff --git a/domains/bernardo.json b/domains/bernardo.json new file mode 100644 index 000000000..5bd1e8f0f --- /dev/null +++ b/domains/bernardo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Bernardo-QG", + "email": "b.quintinoguzman@ugto.mx" + }, + "record": { + "CNAME": "bernardo-qg.github.io" + } +} diff --git a/domains/berzcodetechnologies.json b/domains/berzcodetechnologies.json index cd0f090d3..533a90e06 100644 --- a/domains/berzcodetechnologies.json +++ b/domains/berzcodetechnologies.json @@ -1,6 +1,6 @@ { "owner": { - "username": "BerzCode", + "username": "sxurabh", "email": "saurabhkirve@gmail.com" }, "record": { diff --git a/domains/berzerk.json b/domains/berzerk.json index cd0f090d3..533a90e06 100644 --- a/domains/berzerk.json +++ b/domains/berzerk.json @@ -1,6 +1,6 @@ { "owner": { - "username": "BerzCode", + "username": "sxurabh", "email": "saurabhkirve@gmail.com" }, "record": { diff --git a/domains/betaprj.akk1to.json b/domains/betaprj.akk1to.json new file mode 100644 index 000000000..dca0cbf18 --- /dev/null +++ b/domains/betaprj.akk1to.json @@ -0,0 +1,12 @@ +{ + "description": "This website is for my personal project hosting XD (let it on rq)", + "repo": "https://github.com/akk1to/betaprj.github.io", + "owner": { + "username": "akk1to", + "email": "akk1to.dev@gmail.com", + "discord": "727497287777124414" + }, + "record": { + "CNAME": "akk1to.github.io" + } +} diff --git a/domains/bhadra.json b/domains/bhadra.json index b579dc80b..fcbb70368 100644 --- a/domains/bhadra.json +++ b/domains/bhadra.json @@ -6,6 +6,6 @@ "email": "tomjerryparu@gmail.com" }, "record": { - "CNAME": "BhadraJayakumarSandhya.github.io" + "CNAME": "bhadrajayakumarsandhya.github.io" } } diff --git a/domains/bhaskar.json b/domains/bhaskar.json new file mode 100644 index 000000000..39ab24072 --- /dev/null +++ b/domains/bhaskar.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bhaskarrijal", + "email": "mail@bhaskarrijal.me" + }, + "record": { + "CNAME": "site-52r.pages.dev" + } +} diff --git a/domains/bhavesh-acquaintsoft.json b/domains/bhavesh-acquaintsoft.json index ae0eebc6a..4c0f06cb9 100644 --- a/domains/bhavesh-acquaintsoft.json +++ b/domains/bhavesh-acquaintsoft.json @@ -2,8 +2,7 @@ "description": "This website is a link to my personal developer portfolio.", "repo": "https://github.com/bhavesh-acquaintsoft/bhavesh-acquaintsoft.github.io", "owner": { - "username": "bhavesh-acquaintsoft", - "email": "" + "username": "bhavesh-acquaintsoft" }, "record": { "CNAME": "bhavesh-acquaintsoft.github.io" diff --git a/domains/bhavesh-p-patel.json b/domains/bhavesh-p-patel.json index 9c440d847..493bdba07 100644 --- a/domains/bhavesh-p-patel.json +++ b/domains/bhavesh-p-patel.json @@ -2,10 +2,9 @@ "description": "My new website", "repo": "https://github.com/Bhavesh-p-Patel/Bhavesh-p-Patel.github.io", "owner": { - "username": "Bhavesh-p-Patel", - "email": "" + "username": "Bhavesh-p-Patel" }, "record": { - "CNAME": "Bhavesh-p-Patel.github.io" + "CNAME": "bhavesh-p-patel.github.io" } } diff --git a/domains/bhavitha.json b/domains/bhavitha.json index ea83c0394..0c4a0a6de 100644 --- a/domains/bhavitha.json +++ b/domains/bhavitha.json @@ -1,12 +1,11 @@ { - "description": "Portfolio website", - "repo": "https://github.com/nightcoder26/bhavitha", - "owner": { - "username": "nightcoder26", - "email": "", - "twitter": "night_coder26" - }, - "record": { - "CNAME": "nightcoder26.github.io" - } -} + "description": "Portfolio website", + "repo": "https://github.com/nightcoder26/bhavitha", + "owner": { + "username": "nightcoder26", + "twitter": "night_coder26" + }, + "record": { + "CNAME": "nightcoder26.github.io" + } +} diff --git a/domains/bhavyagupta.json b/domains/bhavyagupta.json new file mode 100644 index 000000000..11d241bbd --- /dev/null +++ b/domains/bhavyagupta.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio website", + "repo": "https://github.com/BhavyaGupta315/Portfolio", + "owner": { + "username": "BhavyaGupta315", + "twitter": "Bhavya_Gupta315" + }, + "record": { + "CNAME": "bhavya-gupta-portfolio.vercel.app" + } +} diff --git a/domains/bhumkah-patel.json b/domains/bhumkah-patel.json index c05371862..8d0c1d7e9 100644 --- a/domains/bhumkah-patel.json +++ b/domains/bhumkah-patel.json @@ -2,8 +2,7 @@ "description": "bhumika patel.", "repo": "https://github.com/bhumkah-patel/bhumkah-patel.github.io", "owner": { - "username": "bhumkah-patel", - "email": "" + "username": "bhumkah-patel" }, "record": { "CNAME": "bhumkah-patel.github.io" diff --git a/domains/bhushankhopkarr.json b/domains/bhushankhopkarr.json index b82eb5336..975268c2c 100644 --- a/domains/bhushankhopkarr.json +++ b/domains/bhushankhopkarr.json @@ -1,5 +1,5 @@ { - "description": "This subdomain is a redirection to my personal portfolio", + "description": "This subdomain is a redirection to my personal portfolio.", "repo": "https://github.com/bhushankhopkarr/bhushankhopkarr.github.io", "owner": { "username": "bhushankhopkarr", @@ -7,6 +7,6 @@ "twitter": "bhushankhopkrr" }, "record": { - "CNAME": "bhushankhopkarr.github.io" + "CNAME": "bhushankhopkrr.vercel.app" } } diff --git a/domains/biko.json b/domains/biko.json index f30299260..2bf95026d 100644 --- a/domains/biko.json +++ b/domains/biko.json @@ -1,12 +1,12 @@ { - "description": "Personal website that will be used as an introduction to me, how to contact me, my blog posts and more", - "repo": "https://github.com/Bikoil/bikoil.github.io", - "owner": { - "username": "bikoil", - "email": "devbikoilu@gmail.com", - "twitter": "BikoAni" - }, - "record": { - "CNAME": "bikoil.github.io" - } + "description": "Personal website that will be used as an introduction to me, how to contact me, my blog posts and more", + "repo": "https://github.com/Bikoil/bikoil.github.io", + "owner": { + "username": "bikoil", + "email": "devbikoilu@gmail.com", + "twitter": "BikoAni" + }, + "record": { + "CNAME": "bikoil.github.io" + } } diff --git a/domains/bilalmansuri.json b/domains/bilalmansuri.json new file mode 100644 index 000000000..6bab652a5 --- /dev/null +++ b/domains/bilalmansuri.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "bilal-23", + "email": "work.bilalmansuri@gmail.com", + "discord": "bilal_23" + }, + "record": { + "CNAME": "bilalmansuri.vercel.app" + } +} diff --git a/domains/bilalthepunjabi.json b/domains/bilalthepunjabi.json new file mode 100644 index 000000000..6bcc1c456 --- /dev/null +++ b/domains/bilalthepunjabi.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Website for bilalthepunjabi's Homelab - (PaaS-Coolify) - host portfolio projects sample (with dynamic IPv4, which is why I need Cloudflare Nameservers).", + "repo": "https://github.com/bilalthepunjabi/register", + "owner": { + "username": "bilalthepunjabi", + "email": "bilalthepunjabi@gmail.com" + }, + "record": { + "NS": ["aitana.ns.cloudflare.com", "damien.ns.cloudflare.com"] + } +} diff --git a/domains/bill.json b/domains/bill.json new file mode 100644 index 000000000..28f9a08c9 --- /dev/null +++ b/domains/bill.json @@ -0,0 +1,12 @@ +{ + "description": "Bill's blog site.", + "repo": "https://github.com/CMBill/CMBill.github.io", + "owner": { + "username": "CMBill", + "email": "callmebill@billw.cn", + "twitter": "BillWen14" + }, + "record": { + "CNAME": "cmbill.github.io" + } +} diff --git a/domains/billion.json b/domains/billion.json new file mode 100644 index 000000000..021d46279 --- /dev/null +++ b/domains/billion.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "billionbucks", + "discord": "mrbillion_bucks", + "email": "mrbillionbucks@gmail.com" + }, + "record": { + "CNAME": "billionbucks.github.io" + } +} diff --git a/domains/billvog.json b/domains/billvog.json new file mode 100644 index 000000000..9d30e7902 --- /dev/null +++ b/domains/billvog.json @@ -0,0 +1,11 @@ +{ + "description": "billvog's Portfolio Website", + "repo": "https://github.com/billvog/billvog.github.io", + "owner": { + "username": "billvog", + "email": "hey@billvog.com" + }, + "record": { + "URL": "https://billvog.com" + } +} diff --git a/domains/bin.sono.json b/domains/bin.sono.json deleted file mode 100644 index 7901ef9bd..000000000 --- a/domains/bin.sono.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "getSono", - "email": "julianwolf2013@outlook.de", - "discord": "1222250424309121145" - }, - - "record": { - "A": ["69.197.135.202"] - } -} diff --git a/domains/bing-chilling.json b/domains/bing-chilling.json index 6d44456a6..ab819db76 100644 --- a/domains/bing-chilling.json +++ b/domains/bing-chilling.json @@ -3,7 +3,6 @@ "username": "TheUnium", "email": "ooooooooooooothereal@gmail.com" }, - "record": { "CNAME": "theunium.github.io" } diff --git a/domains/binh.json b/domains/binh.json new file mode 100644 index 000000000..2c576dfbd --- /dev/null +++ b/domains/binh.json @@ -0,0 +1,10 @@ +{ + "description": "Binh Pham's Personal Website", + "owner": { + "username": "pham-tuan-binh", + "email": "binhpham@binhph.am" + }, + "record": { + "URL": "https://www.binhph.am" + } +} diff --git a/domains/binhpv96.json b/domains/binhpv96.json new file mode 100644 index 000000000..030873437 --- /dev/null +++ b/domains/binhpv96.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "binhpv96", + "email": "pvbinh2k4@gmail.com" + }, + "record": { + "CNAME": "binhpv96.github.io" + } +} diff --git a/domains/bintang1302.json b/domains/bintang1302.json index 75994e8dc..5d021e665 100644 --- a/domains/bintang1302.json +++ b/domains/bintang1302.json @@ -1,7 +1,6 @@ { "owner": { "username": "Bintang1302", - "email": "", "discord": "881796102142185504", "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.NxNl7iqPLlu2R6PI7WeNjQ3DKnxMPUe4m6yjt9wDu4VQFk-lyi2DlXx8YQNZY0e1yKeYFAbPUv_0hHLMhRK-mPQfUmyr1EGxi90HlfxPj7Z5SiNuQ0JOcCdz7LIbajRsRznaWPDt-fz7nSyQvrR8qTo3TLKPCe_GtGKzOuY4U4zqs35VByrNnJE0_R4mQuW-KqZPie2kzopM7M4dSVlCDuBiI91uC5HKKcOZ4jq9sf8MnnqXOzh0C7vFRYq-k_7vQ4khJtizfOVJsM8Y9-ioodSwwvzeS-0dfrq_DFwZx68OJcg0VVLy6-Bi1Zf199QWlb39NNqHEDw08Yu1Rzgo5A.Ydq1gSOxnSmBTk93ym-ipA.5cwDdmxhwIxRV4237X9z7At-Up-uL1dQgiQzgKHqrcjP9HBzJlTRnmOvDQEiohF3uWtdL3y4VadRGXOgcF6TKVljeBkSsR3XuEKWDMRwvOY.XB1v5WDnEPOfqjr-ZEzloQ" }, diff --git a/domains/bio.ahmedtohamy.json b/domains/bio.ahmedtohamy.json new file mode 100644 index 000000000..44fc48511 --- /dev/null +++ b/domains/bio.ahmedtohamy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ahmedtohamy1", + "email": "1ahmed.tohamy@gmail.com" + }, + "record": { + "CNAME": "ahmedtohamy1.github.io" + } +} diff --git a/domains/bio.json b/domains/bio.json new file mode 100644 index 000000000..b76f092fc --- /dev/null +++ b/domains/bio.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Bio", + "repo": "https://github.com/is-a-dev/docs", + "owner": { + "username": "octyn-yt", + "email": "simplelogin-newsletter.idealize471@simplelogin.com" + }, + "record": { + "CNAME": "edge.redirect.pizza" + } +} diff --git a/domains/bipin-bheda.json b/domains/bipin-bheda.json index 6df4dd35d..fb79c29cf 100644 --- a/domains/bipin-bheda.json +++ b/domains/bipin-bheda.json @@ -2,8 +2,7 @@ "description": "Bipin Bheda Profile.", "repo": "https://github.com/bipin-bheda/bipin-bheda.github.io", "owner": { - "username": "bipin-bheda", - "email": "" + "username": "bipin-bheda" }, "record": { "CNAME": "bipin-bheda.github.io" diff --git a/domains/bitbend.json b/domains/bitbend.json new file mode 100644 index 000000000..7d6db789d --- /dev/null +++ b/domains/bitbend.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bitbend", + "email": "arkamdev@gmail.com" + }, + "record": { + "CNAME": "bitbend.github.io" + } +} diff --git a/domains/bitsexploited.json b/domains/bitsexploited.json new file mode 100644 index 000000000..5ad5b4c99 --- /dev/null +++ b/domains/bitsexploited.json @@ -0,0 +1,11 @@ +{ + "description": "A portfolio website", + "repo": "https://github.com/bitsexploited/bitsexploited.github.io", + "owner": { + "username": "BitsExploited", + "email": "tspamiitesh@gmail.com" + }, + "record": { + "CNAME": "BitsExploited.github.io" + } +} diff --git a/domains/blackneeed.json b/domains/blackneeed.json index 753435815..b5b678429 100644 --- a/domains/blackneeed.json +++ b/domains/blackneeed.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "Blackneeed", - "email": "kontododatkowe.marcelclay@gmail.com", - "discord": "928360278683443210" - }, - - "record": { - "CNAME": "blackneeed.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "Blackneeed", + "email": "kontododatkowe.marcelclay@gmail.com", + "discord": "928360278683443210" + }, + "record": { + "CNAME": "blackneeed.github.io" + } +} diff --git a/domains/blacsheep.json b/domains/blacsheep.json new file mode 100644 index 000000000..f954b0cbc --- /dev/null +++ b/domains/blacsheep.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "blacsheep", + "email": "lanzou1.0@gmail.com" + }, + "record": { + "CNAME": "blacsheep-github-io.pages.dev" + } +} diff --git a/domains/bladimir.json b/domains/bladimir.json new file mode 100644 index 000000000..5ef4628dd --- /dev/null +++ b/domains/bladimir.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Esbruiz", + "email": "esbruizc@gmail.com" + }, + "record": { + "CNAME": "blads-portfolio.vercel.app" + } +} diff --git a/domains/blake.json b/domains/blake.json index d30cc31a8..6ac0ad09b 100644 --- a/domains/blake.json +++ b/domains/blake.json @@ -1,11 +1,9 @@ { "description": "A redirection to my github page", - "repo": "https://github.com/BlakeH2208", "owner": { "username": "BlakeH2208", "email": "contact@blakehurley.com" }, - "record": { "A": ["89.41.169.49"] } diff --git a/domains/blast.json b/domains/blast.json index 7db4f4bc0..cda0a12aa 100644 --- a/domains/blast.json +++ b/domains/blast.json @@ -1,7 +1,6 @@ { "owner": { "username": "ReBlast", - "email": "", "discord": "poxuizm" }, "description": "Personal website with links to my social medias, will probably add portfolio", diff --git a/domains/blazedev.json b/domains/blazedev.json index e7e4dcdb2..8b9d2fbd7 100644 --- a/domains/blazedev.json +++ b/domains/blazedev.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "blaze-099", - "email": "", - "discord": "1186691290759434350", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Drbtx3bqrGce1w55T80jyC9uYEhqb_Hea4djEOiUZhqyASA5RnIwlE30dkNIXLr2ARGyMa-IunKjmUWbVWyDu_KuPPXfGzRqstu_TN0ooplUSySXe2lWHP275PpyfMi2ZlmkWH06BCvWUZqeDZimJXGK-EEBMXOyBfJtP91bA9SpXZ8PSdmvK1nEEjO-G3o7NgB-YvT5hydJ6kx_VvRvAmCewn2VDWUxxaRmFHv9RyolKnuUZDT19Nj0HDooaFHvHMUazbrmHKp7u2ymN3-hhwpaLxjvQ_R1BQNVSnC5zHkNHvxqiIrh3fyqRCpn3YQIpI8FH3AjMOopt8D4ehvt-w.XfKXPgZOGrovfShUJYX10w.Q_92JQs0PCCIqSzlIgnqbSGSSkH1BmLZn6x2nYOOMpuD2YYSU1R8utzksWRYsCWoZ4U7ZPYrboTidItRKMHSvZ3nyZl4fDiYfPhsfHJV3TY.JW-lUBRmYsjUqFoCsAH_vA" - }, - - "record": { - "CNAME": "sparkling-faloodeh-1fda87.netlify.app" - } - } - + "owner": { + "username": "blaze-099", + "discord": "1186691290759434350", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Drbtx3bqrGce1w55T80jyC9uYEhqb_Hea4djEOiUZhqyASA5RnIwlE30dkNIXLr2ARGyMa-IunKjmUWbVWyDu_KuPPXfGzRqstu_TN0ooplUSySXe2lWHP275PpyfMi2ZlmkWH06BCvWUZqeDZimJXGK-EEBMXOyBfJtP91bA9SpXZ8PSdmvK1nEEjO-G3o7NgB-YvT5hydJ6kx_VvRvAmCewn2VDWUxxaRmFHv9RyolKnuUZDT19Nj0HDooaFHvHMUazbrmHKp7u2ymN3-hhwpaLxjvQ_R1BQNVSnC5zHkNHvxqiIrh3fyqRCpn3YQIpI8FH3AjMOopt8D4ehvt-w.XfKXPgZOGrovfShUJYX10w.Q_92JQs0PCCIqSzlIgnqbSGSSkH1BmLZn6x2nYOOMpuD2YYSU1R8utzksWRYsCWoZ4U7ZPYrboTidItRKMHSvZ3nyZl4fDiYfPhsfHJV3TY.JW-lUBRmYsjUqFoCsAH_vA" + }, + "record": { + "CNAME": "sparkling-faloodeh-1fda87.netlify.app" + } +} diff --git a/domains/blc.json b/domains/blc.json index d8aa33beb..a0ac0a247 100644 --- a/domains/blc.json +++ b/domains/blc.json @@ -4,7 +4,6 @@ "email": "blctoblc223@gmail.com", "discord": "723837167499083788" }, - "record": { "CNAME": "blcpage.github.io" } diff --git a/domains/bleemis42.json b/domains/bleemis42.json new file mode 100644 index 000000000..faf8bd9bb --- /dev/null +++ b/domains/bleemis42.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "BleemIs42", + "description": "BleemIs42.is-a.dev", + "email": "BleemIs42@gmail.com" + }, + "record": { + "CNAME": "BleemIs42.github.io" + } +} diff --git a/domains/blek.json b/domains/blek.json index 529fead20..0f020ea1d 100644 --- a/domains/blek.json +++ b/domains/blek.json @@ -6,8 +6,6 @@ }, "record": { "A": ["185.130.226.115"], - "AAAA": [ - "2a05:b40:0:570:4563:92af:9a56:7fc8" - ] + "AAAA": ["2a05:b40:0:570:4563:92af:9a56:7fc8"] } } diff --git a/domains/blindstudios.json b/domains/blindstudios.json new file mode 100644 index 000000000..14e966da5 --- /dev/null +++ b/domains/blindstudios.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "urasdbwd", + "discord": "291889282032074752", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.F299V2wTYMNurO2uHOa8VcSRKYBCoUAdCf7UfkKbP6j1p-eUNWwfACF3-MRC87QJgLQ6oOsup94_Mog8jx1nk--qGdtI_MJCzeg1CxdE-O3c6pQKFRT-f-EpksF3SlOC3ZpiVoYr8xRDOk0Z9YJ5Kp9YgS4nX53e32q_YAHrxIBn982VbfkSMuWgN8XNVtELx4V9k2Mm3FUVxxcUenS7RK8E9bkN9J2yytst3fOKeP3Y1RGqmx-lK9IpIJoOacz8O-O47KCBEo5xHuNowLkrxA4ZKh9_buapeBKLwKMN0L9WgaABYE5gYJ16Hu3nPV9am3QAvJa9UJKtMNPJNg1Ytg.eVZIak0vT5zOE5bRpJ-4Nw.0nvLUiumNwnzS-In3p_LxfltkRH42IFB7ORkWyNlQAPj73PyFksbHfwgah43wCTCH7Nn4M324xg_JiHKBdUXneagncW2cuPzQM-hXt1E0-E.bl3U_qohdjGOIOejzipLJA" + }, + "record": { + "A": ["193.149.164.209"] + } +} diff --git a/domains/blitzbrian.json b/domains/blitzbrian.json index e836d0948..96dd5a47c 100644 --- a/domains/blitzbrian.json +++ b/domains/blitzbrian.json @@ -4,7 +4,6 @@ "email": "brianvoorbij@gmail.com", "discord": "814555302178455604" }, - "record": { "CNAME": "blitzbrian.github.io" } diff --git a/domains/blkdang1.json b/domains/blkdang1.json new file mode 100644 index 000000000..eea2ecdea --- /dev/null +++ b/domains/blkdang1.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "lmlmdf404" + }, + "record": { + "CNAME": "lmlmdf404.github.io" + } +} diff --git a/domains/blog.aayushsiwa.json b/domains/blog.aayushsiwa.json new file mode 100644 index 000000000..1ed0096bf --- /dev/null +++ b/domains/blog.aayushsiwa.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "aayushsiwa", + "email": "22052177@kiit.ac.in" + }, + "record": { + "CNAME": "blog-aayushsiwa.pages.dev" + } +} diff --git a/domains/blog.chuyentinorz.json b/domains/blog.chuyentinorz.json new file mode 100644 index 000000000..1257a8492 --- /dev/null +++ b/domains/blog.chuyentinorz.json @@ -0,0 +1,12 @@ +{ + "description": "This website is a blogpost for ChuyenTinORZ", + "repo": "https://github.com/akk1to/orz-blog", + "owner": { + "username": "akk1to", + "email": "akk1to.dev@gmail.com", + "discord": "727497287777124414" + }, + "record": { + "A": ["216.198.79.193"] + } +} diff --git a/domains/blog.crazo7924.json b/domains/blog.crazo7924.json new file mode 100644 index 000000000..7d37995c6 --- /dev/null +++ b/domains/blog.crazo7924.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "crazo7924", + "discord": "466605393309859840", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.WnVEogXILKQlj-jvgWzBYV4EQBNJpb4o31g6aGeiNfpBUziSFOH_A_RYdluWZEm4SN6rwsgh4Ca6BD1FLP-pGkalakxUu22u6oFGPHfclABR0FzYUTwT2ePhQbcCQE0kj_scrL_lUCrWTXfqqu9daPVkKsZSGFR_XtT5stUtwcA_eNuRiRgCB5oteS1Clo3gfWrCIB-XfwUONGfHnm8w_XwiatvVxAV4SMGwh2nNH9lYjLT23rGmO2hd9jptO8GHbNJJWSsndM5D_BIhf1bnDtmuIN3DWciaR9ijmZI5g-CfbkGbph0zhOi4N88eBsdL4Bku5Cu4GnR0_zkjK27cfw.lf05n5TGJ5ekai6Qi7gbdQ.FwSEtzo_z9amY4qpwKLzLct9mtbnkKUEWFSrKlnqv01uRRu1lKQV9_YdU8eZ3UtY0H4wL6iZSrECZPcFxGqGaUl6DIQLc1-jgODQHQNyLzp0WTlMbKcWXCRS80eITxXR.ZaVvxYEKWd03U5gQXIofEw" + }, + "record": { + "CNAME": "hashnode.network" + } +} diff --git a/domains/blog.hafi.json b/domains/blog.hafi.json new file mode 100644 index 000000000..1a49c739f --- /dev/null +++ b/domains/blog.hafi.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "HafiTheCat", + "discord": "hafi_the_cat" + }, + "description": "A personal Blog", + "repo": "https://github.com/HafiTheCat/hafis_code_continuum", + "record": { + "CNAME": "hafis-code-continuum.netlify.app" + } +} diff --git a/domains/blog.jumanji.json b/domains/blog.jumanji.json new file mode 100644 index 000000000..b17686d6d --- /dev/null +++ b/domains/blog.jumanji.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "heyjumanji" + }, + "record": { + "CNAME": "jumanjiblogs.vercel.app" + } +} diff --git a/domains/blog.narasima.json b/domains/blog.narasima.json new file mode 100644 index 000000000..a760dea33 --- /dev/null +++ b/domains/blog.narasima.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NarasimaPandiyan", + "email": "cs42059@gmail.com" + }, + "record": { + "CNAME": "hashnode.network" + } +} diff --git a/domains/blog.quincetart10.json b/domains/blog.quincetart10.json index c672e92e3..9b165be05 100644 --- a/domains/blog.quincetart10.json +++ b/domains/blog.quincetart10.json @@ -3,7 +3,6 @@ "repo": "https://github.com/QuinceTart10/blog", "owner": { "username": "QuinceTart10", - "email": "", "discord": "862644161156218891" }, "record": { diff --git a/domains/blog.sanooj.json b/domains/blog.sanooj.json deleted file mode 100644 index aca9695ac..000000000 --- a/domains/blog.sanooj.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Sanoojes", - "email": "sanoojes6371@gmail.com" - }, - "record": { - "CNAME": "sanoojes.github.io" - } -} diff --git a/domains/blog.saxophone.json b/domains/blog.saxophone.json deleted file mode 100644 index a24c990a0..000000000 --- a/domains/blog.saxophone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "subdomain for my blog", - "owner": { - "username": "saxophone-guy", - "email": "itsarchit@keemail.me" - }, - "record": { - "A": [ - "216.24.57.1" - ] - } -} diff --git a/domains/blog.shaunfurtado.json b/domains/blog.shaunfurtado.json index 6f2790dcd..debce4590 100644 --- a/domains/blog.shaunfurtado.json +++ b/domains/blog.shaunfurtado.json @@ -1,12 +1,11 @@ { - "description": "Blog Website for Shaun Furtado", - "repo": "https://github.com/Shaunfurtado/DevHavok", - "owner": { - "username": "Shaunfurtado", - "email": "shaunf1801@gmail.com" - }, - "record": { - "CNAME": "shaunfurtado.github.io" - } + "description": "Blog Website for Shaun Furtado", + "repo": "https://github.com/Shaunfurtado/DevHavok", + "owner": { + "username": "Shaunfurtado", + "email": "shaunf1801@gmail.com" + }, + "record": { + "CNAME": "shaunfurtado.github.io" } - +} diff --git a/domains/blog.shoyeb.json b/domains/blog.shoyeb.json new file mode 100644 index 000000000..640f68ad0 --- /dev/null +++ b/domains/blog.shoyeb.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mrtemp70", + "email": "mrtemp70@gmail.com" + }, + "record": { + "CNAME": "mrtemp70.github.io" + } +} diff --git a/domains/blog.syntaxloopers.json b/domains/blog.syntaxloopers.json deleted file mode 100644 index 1ac66d3d8..000000000 --- a/domains/blog.syntaxloopers.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "chiragnahata", - "email": "chiragnahata05@gmail.com" - }, - - "record": { - "A": ["129.213.151.29"] - } -} diff --git a/domains/blog.uvw.json b/domains/blog.uvw.json deleted file mode 100644 index c7e27f95e..000000000 --- a/domains/blog.uvw.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "The-Intruder", - "email": "ruj1nuvp8@mozmail.com" - }, - "record": { - "A": ["192.227.173.73"] - } -} diff --git a/domains/blog.vornexx.json b/domains/blog.vornexx.json index d73de74da..33ffb912c 100644 --- a/domains/blog.vornexx.json +++ b/domains/blog.vornexx.json @@ -1,6 +1,6 @@ { "owner": { - "username": "vornex-gh", + "username": "vornexx", "email": "ajay.ramnath8812@gmail.com" }, "record": { diff --git a/domains/blogs.akk1to.json b/domains/blogs.akk1to.json new file mode 100644 index 000000000..4ceb0bc1e --- /dev/null +++ b/domains/blogs.akk1to.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "akk1to", + "email": "akk1to.dev@gmail.com" + }, + "record": { + "CNAME": "blogs-chi-pearl.vercel.app" + } +} diff --git a/domains/blueberry.json b/domains/blueberry.json index 057acd8d4..0fc837d1d 100644 --- a/domains/blueberry.json +++ b/domains/blueberry.json @@ -6,6 +6,6 @@ "email": "dangnguyen101191@gmail.com" }, "record": { - "CNAME": "NgVGB.github.io" + "CNAME": "ngvgb.github.io" } } diff --git a/domains/bmrdsc.json b/domains/bmrdsc.json new file mode 100644 index 000000000..2e3bc7a71 --- /dev/null +++ b/domains/bmrdsc.json @@ -0,0 +1,11 @@ +{ + "description": "for discord website", + "repo": "https://srpvt.github.io/card/", + "owner": { + "username": "SRPVT", + "email": "gta69editz@gmail.com" + }, + "record": { + "CNAME": "srpvt.github.io" + } +} diff --git a/domains/bn3di.json b/domains/bn3di.json new file mode 100644 index 000000000..4489542fb --- /dev/null +++ b/domains/bn3di.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MohamadOday", + "email": "adada133321t@gmail.com" + }, + "record": { + "CNAME": "mohamadoday.github.io" + } +} diff --git a/domains/bnfone.json b/domains/bnfone.json new file mode 100644 index 000000000..ae575ba75 --- /dev/null +++ b/domains/bnfone.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Website for bnfone's Homelab (sadly with dynamic IPv4, which is why I need Cloudflare Nameservers).", + "repo": "https://github.com/6nf0n3/is-a-dev_register", + "owner": { + "username": "bnfone", + "email": "is-a-dev-registration.zbden@simplelogin.com" + }, + "record": { + "NS": ["desiree.ns.cloudflare.com", "mcgrory.ns.cloudflare.com"] + } +} diff --git a/domains/bob.json b/domains/bob.json index 496a2b1c4..286eb4003 100644 --- a/domains/bob.json +++ b/domains/bob.json @@ -3,7 +3,6 @@ "repo": "https://github.com/Rubinskiy/rubinskiy.github.io", "owner": { "username": "Rubinskiy", - "email": "", "discord": "rubinskiy#5258" }, "record": { diff --git a/domains/bob16077.json b/domains/bob16077.json index 938aa9a82..a8eedd94d 100644 --- a/domains/bob16077.json +++ b/domains/bob16077.json @@ -3,7 +3,6 @@ "repo": "https://github.com/Bob16077/bob16077.github.io", "owner": { "username": "bob16077", - "email": "", "discord": "bob16077777" }, "record": { diff --git a/domains/bombacat.json b/domains/bombacat.json index 585e09437..fedf2faf3 100644 --- a/domains/bombacat.json +++ b/domains/bombacat.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "bomba.cat", - "email": "bledion.morina@hotmail.com" - }, - - "record": { - "CNAME": "bomba-cat.github.io" - } + "owner": { + "username": "bomba.cat", + "email": "bledion.morina@hotmail.com" + }, + "record": { + "CNAME": "bomba-cat.github.io" + } } diff --git a/domains/bonusbubble.json b/domains/bonusbubble.json new file mode 100644 index 000000000..666ca8480 --- /dev/null +++ b/domains/bonusbubble.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bonusbubble", + "email": "bonusbubble@proton.me" + }, + "record": { + "CNAME": "bonusbubble.github.io" + } +} diff --git a/domains/boo.json b/domains/boo.json new file mode 100644 index 000000000..a73b893a4 --- /dev/null +++ b/domains/boo.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Boopup", + "discord": "972502840247484527", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.XpL4EHQDM2NhhOcMnxdbK1MOEgJqrE4REv8yt5tx7uiBoPWpOkHaiyA6q1qpPpan5pdxz3QT03Okj3I-sgW5Jqo_J65lLkd_NhTIcC-BpBiqic8LrSSPXHCdPG6iB5vdWOOiAnyesygsUF5460q2X-lxuaGQ7c5vqNJxC3XVv2aDal8cYXHY5Fn1SaXNNYpdkjWDByszsy1negAdRCdZqUDnEbiyAVp5jcETjC7Rs7qJSYI4noYuatL6HYZs-17WTbhVKNA9dfmGVcPzrNB4jl_jtgXHP0Bf_xg5OSiQ4MiSGcCObMBirxSlhid-56HuzyJUDaZgiuSSPq-VdinNNw.QlY7KCeNk9GIOA3tdSkyrw.2iQLx2zPSnj0DRMey79pgn1wV1G08vhZPKpHEb4YGTcEa8bOT7lQ3hiiwBj6kbxMM54L2xz4kOBcX5fjI3o4uhay96GtE76G4cuPVBBGx8g.v44-C_GmlY0plYvqCasd_w" + }, + "record": { + "A": ["46.202.82.187"] + } +} diff --git a/domains/books.json b/domains/books.json index 09792f56b..76bb078cd 100644 --- a/domains/books.json +++ b/domains/books.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "showkinglu", - "email": "", - "discord": "1284363590601805845", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.JJz6sWHFHJXcBrAhqxCZAA2V4SzMpQ-D6WuX15qcPHombBZ2d1jsT7Tb3j4OX0nrR8XTKdsKlxXdeTZ1yY7YLXw9T_TJ28Zgbuo0M5KyU9Ejqc6IPlm4FvJ6DcNKWyq40cq9BdNdcFhzUuRv_Me6g4aLeFjhjR-LJLOLmHMs4GPDJ2-V-MAekWaVHl-Y8VAdwpFuQ2Ve7DV7cBrdbHd4nX8wVGk-Eq65AR_VyUFo0GeiPKjiIejKCnIwopOQW_1KxPhtE1LTov8uNloaN7ZGv6MAdCdFXOkKjHFEmKuPtPf6YgVsAMDjdaULPlvhRemtFqqmzbGEqiQiexzEf2wWfA.RkvKnVVxmdCpuToki3hgvw.J4tL5aFuCX4oNIIuur76DKAYw1uiWWGfIhV7Bwxjl5EBZUqnwQ42zMOLLZqpvaiICk-siW4pt5MSgdAzGeP_8bEIuMS0kJLkqpXdf-NrSU8.a3kNHAcGn9TjQ4oE11leqw" - }, - - "record": { - "A": ["172.104.67.159"] - } - } - \ No newline at end of file + "owner": { + "username": "showkinglu", + "discord": "1284363590601805845", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.JJz6sWHFHJXcBrAhqxCZAA2V4SzMpQ-D6WuX15qcPHombBZ2d1jsT7Tb3j4OX0nrR8XTKdsKlxXdeTZ1yY7YLXw9T_TJ28Zgbuo0M5KyU9Ejqc6IPlm4FvJ6DcNKWyq40cq9BdNdcFhzUuRv_Me6g4aLeFjhjR-LJLOLmHMs4GPDJ2-V-MAekWaVHl-Y8VAdwpFuQ2Ve7DV7cBrdbHd4nX8wVGk-Eq65AR_VyUFo0GeiPKjiIejKCnIwopOQW_1KxPhtE1LTov8uNloaN7ZGv6MAdCdFXOkKjHFEmKuPtPf6YgVsAMDjdaULPlvhRemtFqqmzbGEqiQiexzEf2wWfA.RkvKnVVxmdCpuToki3hgvw.J4tL5aFuCX4oNIIuur76DKAYw1uiWWGfIhV7Bwxjl5EBZUqnwQ42zMOLLZqpvaiICk-siW4pt5MSgdAzGeP_8bEIuMS0kJLkqpXdf-NrSU8.a3kNHAcGn9TjQ4oE11leqw" + }, + "record": { + "A": ["172.104.67.159"] + } +} diff --git a/domains/boolean44.json b/domains/boolean44.json deleted file mode 100644 index fdac8f8cc..000000000 --- a/domains/boolean44.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "repo": "https://github.com/boolean44-repos/boolean44-repos.github.io", - "owner": { - "username": "boolean44-repos", - "email": "serenitypalmer10@gmail.com" - }, - "record": { - "CNAME": "boolean44-repos.github.io" - } -} diff --git a/domains/boon.json b/domains/boon.json index b84052bad..7dca79671 100644 --- a/domains/boon.json +++ b/domains/boon.json @@ -2,7 +2,6 @@ "description": "Portfolio site for me.", "owner": { "username": "uwuCaitlin", - "email": "", "discord": "boon#6660" }, "record": { diff --git a/domains/borismoreno.json b/domains/borismoreno.json new file mode 100644 index 000000000..c17a14ff6 --- /dev/null +++ b/domains/borismoreno.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "borismoreno", + "email": "boris_marco_moreno@hotmail.com" + }, + "record": { + "CNAME": "borismoreno.com" + } +} diff --git a/domains/bot.creeperita104.json b/domains/bot.creeperita104.json deleted file mode 100644 index 034cc8ed5..000000000 --- a/domains/bot.creeperita104.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "creeperita09", - "email": "creeper@104.is-a.dev" - }, - "record": { - "CNAME": "icahomesvr2022.freeddns.org" - } -} diff --git a/domains/bot.esb.json b/domains/bot.esb.json deleted file mode 100644 index b410132ce..000000000 --- a/domains/bot.esb.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "EducatedSuddenBucket", - "email": "149485703+EducatedSuddenBucket@users.noreply.github.com", - "discord": "1167825360151380032" - }, - - "record": { - "A": ["69.197.135.203"] - } - } - diff --git a/domains/bot.json b/domains/bot.json new file mode 100644 index 000000000..19228f791 --- /dev/null +++ b/domains/bot.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "tanmoythebot" + }, + "record": { + "CNAME": "tanmoythebot.github.io" + } +} diff --git a/domains/botlab.json b/domains/botlab.json index 93f4c368d..e2481ebe3 100644 --- a/domains/botlab.json +++ b/domains/botlab.json @@ -7,4 +7,4 @@ "record": { "A": ["75.2.60.5"] } -} \ No newline at end of file +} diff --git a/domains/botolbaba.json b/domains/botolbaba.json deleted file mode 100644 index a45cb17e5..000000000 --- a/domains/botolbaba.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Linktr Clone", - "repo": "https://github.com/BotolMehedi/botolmehedi.github.io", - "owner": { - "username": "BotolMehedi", - "email": "thebotolbaba@gmail.com", - "twitter": "botolbaba" - }, - "record": { - "CNAME": "botolmehedi.github.io" - } -} diff --git a/domains/botstatusdashboard.json b/domains/botstatusdashboard.json index a1c2744f5..12ca857b7 100644 --- a/domains/botstatusdashboard.json +++ b/domains/botstatusdashboard.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "Hjgaming", - "email": "", - "discord": "811259286977773599", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.JjFFTTvfvazAbsxqPLPi6mJrNoA9kiqnXlC9IATa7cSwrhxbFfDPZ-fm2AeJ0FM9N6yYOEZ2O0B7hO3d51HqlfxLPqQUK_upLmk1Q7B2JQD7oFtfW635eESdXF9PCbxGFyyQiPxUinQv3xmkQnnd5-4E6YzBJZtjuSVsbEUGm6UUCAjy34srUuBJUivDRiJg5DZncH9S9cAXeTaSqcD9NPUweqfafaoNkS_lbcB_i5D41mMNc2sPXKG0dvNrhp0Af92fZp2SPvQULLTU23HKERHLqq_A-OkumqGxorvIcLGd-IZwcH52wpsKlHblPp-13ZjwwIyRut3avYCiorUYuQ.GNt_fXgKV-pxY7-QLWDgEw.so8siEQ2sk6rBDsVzbOIfaO3WcL-OWHrOkHOxB7AgT0gVAYUVBJS1e-lbFkof6UkCG99gEr-HdbL1KoAiOKZBukcScryIgAZepQbPpqtzWE.8GjXmShSO6eEGoSioLPbgQ" - }, - - "record": { - "CNAME": "bot-dashboard-ho5y.onrender.com" - } - } - \ No newline at end of file + "owner": { + "username": "Hjgaming", + "discord": "811259286977773599", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.JjFFTTvfvazAbsxqPLPi6mJrNoA9kiqnXlC9IATa7cSwrhxbFfDPZ-fm2AeJ0FM9N6yYOEZ2O0B7hO3d51HqlfxLPqQUK_upLmk1Q7B2JQD7oFtfW635eESdXF9PCbxGFyyQiPxUinQv3xmkQnnd5-4E6YzBJZtjuSVsbEUGm6UUCAjy34srUuBJUivDRiJg5DZncH9S9cAXeTaSqcD9NPUweqfafaoNkS_lbcB_i5D41mMNc2sPXKG0dvNrhp0Af92fZp2SPvQULLTU23HKERHLqq_A-OkumqGxorvIcLGd-IZwcH52wpsKlHblPp-13ZjwwIyRut3avYCiorUYuQ.GNt_fXgKV-pxY7-QLWDgEw.so8siEQ2sk6rBDsVzbOIfaO3WcL-OWHrOkHOxB7AgT0gVAYUVBJS1e-lbFkof6UkCG99gEr-HdbL1KoAiOKZBukcScryIgAZepQbPpqtzWE.8GjXmShSO6eEGoSioLPbgQ" + }, + "record": { + "CNAME": "bot-dashboard-ho5y.onrender.com" + } +} diff --git a/domains/boudjo.json b/domains/boudjo.json new file mode 100644 index 000000000..0f8cab311 --- /dev/null +++ b/domains/boudjo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "boudjoo", + "email": "abdouboudjo1@gmail.com" + }, + "record": { + "CNAME": "boudjoo.github.io" + } +} diff --git a/domains/box.json b/domains/box.json index 28c048bd9..ab5d3fefd 100644 --- a/domains/box.json +++ b/domains/box.json @@ -3,12 +3,10 @@ "repo": "https://github.com/Default-Box/website", "owner": { "username": "Default-Box", - "email": "", "twitter": "DefaultBox_", "discord": "Default Box#8900" }, - "record": { - "CNAME": "Default-Box.github.io" + "CNAME": "default-box.github.io" } } diff --git a/domains/bracketproto.json b/domains/bracketproto.json index 6a7ebd04b..6862e76c7 100644 --- a/domains/bracketproto.json +++ b/domains/bracketproto.json @@ -1,14 +1,13 @@ { - "owner": { - "email": "not specified, refer to discord.", - "username": "not specified, refer to discord.", - "discord": "oxmc7769" - }, - "record": { - "URL": "https://bracketproto.com" - }, - "generator": { - "name": "is-a-dev Config Generator (unofficial, by oxmc)", - "version": "1.0.0" - } + "owner": { + "username": "not specified, refer to discord.", + "discord": "oxmc7769" + }, + "record": { + "URL": "https://bracketproto.com" + }, + "generator": { + "name": "is-a-dev Config Generator (unofficial, by oxmc)", + "version": "1.0.0" + } } diff --git a/domains/brandon-hoffman.json b/domains/brandon-hoffman.json index 5f260934b..6c8e8b2ca 100644 --- a/domains/brandon-hoffman.json +++ b/domains/brandon-hoffman.json @@ -2,7 +2,6 @@ "description": "Brandon Hoffman's website", "owner": { "username": "branhoff", - "email": "", "linkedin": "https://www.linkedin.com/in/branhoff" }, "record": { diff --git a/domains/brasil.json b/domains/brasil.json new file mode 100644 index 000000000..5da4ddc4e --- /dev/null +++ b/domains/brasil.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NatanKonig", + "email": "natan.camargo8@gmail.com" + }, + "record": { + "A": ["129.148.24.229"] + } +} diff --git a/domains/breakertws.json b/domains/breakertws.json new file mode 100644 index 000000000..76346dedd --- /dev/null +++ b/domains/breakertws.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio by Breaker TWS", + "repo": "https://github.com/BreakerTWS/breakertws.github.io", + "owner": { + "username": "BreakerTWS", + "email": "breakingtws@gmail.com" + }, + "record": { + "CNAME": "breakertws.github.io" + } +} diff --git a/domains/brett.json b/domains/brett.json new file mode 100644 index 000000000..2219c263b --- /dev/null +++ b/domains/brett.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "brettdavies", + "linkedin": "https://linkedin.com/in/brettdavies/" + }, + "record": { + "URL": "https://github.com/brettdavies" + } +} diff --git a/domains/brint.json b/domains/brint.json new file mode 100644 index 000000000..2cc468c60 --- /dev/null +++ b/domains/brint.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "brint97" + }, + "record": { + "CNAME": "brint97.github.io" + } +} diff --git a/domains/bro.json b/domains/bro.json new file mode 100644 index 000000000..310745b12 --- /dev/null +++ b/domains/bro.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio Website", + "repo": "https://github.com/codevodka/Random-PDF", + "owner": { + "username": "codevodka", + "email": "mafiurislam2022@gmail.com" + }, + "record": { + "CNAME": "codevodka.github.io" + } +} diff --git a/domains/brocco.json b/domains/brocco.json index 9edf58e28..ad2c2c644 100644 --- a/domains/brocco.json +++ b/domains/brocco.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "infibrocco", - "email": "", - "discord": "1170290534762422332", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.INVmem4kixZ__O962u4DG4GVeyIqkYZsKiQjD6jVScscMb1XqdOgp9IhGkyd93Q_Kuu0MpJgOh2imWnp9LN81Xixr0DRpADT1S9orBiDvO5Rkf_a8-OuoZlghwj3r9Q9WdCaGm4X7oGkNRUp-neXR4i7MTNfdp2uuKMw-TQ03dEBaQ0NI9U0CsyHBB39vhye68k9emmchAcsCW0e29S77UbjdNcoDkYgKGZctskLDc9AdezJVJAHExtu6sr7HoeSLjmKqpHAPLvxVaGLFB5BHaiRfLyUAGJSngncO5B7hU6TSIHM9FJ6MhyLgRin2TNsHJc4KiSEWY-5sdDQa0THlg.6IJ2lI116heB75n7x1bWMg.lWio4VpiE6RjmASqjeiBj6y7vO-hvZa6T60FRGUiFw4PH5yS83nqPo5pk3PQUAvujuK3oJPCXf33pJvk6TFKseuLHve4YpQTq-qGJBLWJAY._jvDpMlxmzwDjoRa28yYiQ" - }, - - "record": { - "CNAME": "infibrocco.pages.dev" - } - } - \ No newline at end of file + "owner": { + "username": "infibrocco", + "discord": "1170290534762422332", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.INVmem4kixZ__O962u4DG4GVeyIqkYZsKiQjD6jVScscMb1XqdOgp9IhGkyd93Q_Kuu0MpJgOh2imWnp9LN81Xixr0DRpADT1S9orBiDvO5Rkf_a8-OuoZlghwj3r9Q9WdCaGm4X7oGkNRUp-neXR4i7MTNfdp2uuKMw-TQ03dEBaQ0NI9U0CsyHBB39vhye68k9emmchAcsCW0e29S77UbjdNcoDkYgKGZctskLDc9AdezJVJAHExtu6sr7HoeSLjmKqpHAPLvxVaGLFB5BHaiRfLyUAGJSngncO5B7hU6TSIHM9FJ6MhyLgRin2TNsHJc4KiSEWY-5sdDQa0THlg.6IJ2lI116heB75n7x1bWMg.lWio4VpiE6RjmASqjeiBj6y7vO-hvZa6T60FRGUiFw4PH5yS83nqPo5pk3PQUAvujuK3oJPCXf33pJvk6TFKseuLHve4YpQTq-qGJBLWJAY._jvDpMlxmzwDjoRa28yYiQ" + }, + "record": { + "CNAME": "infibrocco.pages.dev" + } +} diff --git a/domains/brody.json b/domains/brody.json new file mode 100644 index 000000000..ef6e76764 --- /dev/null +++ b/domains/brody.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lurkny", + "email": "brody@larson.dev" + }, + "record": { + "CNAME": "larson.dev" + } +} diff --git a/domains/brokends.json b/domains/brokends.json new file mode 100644 index 000000000..d3cf0501f --- /dev/null +++ b/domains/brokends.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dns24", + "email": "wahidns24@gmail.com" + }, + "record": { + "CNAME": "dns24.github.io" + } +} diff --git a/domains/brokiem.json b/domains/brokiem.json index 8c810eb61..071279ba7 100644 --- a/domains/brokiem.json +++ b/domains/brokiem.json @@ -3,7 +3,6 @@ "username": "brokiem", "email": "milyhqvideo@gmail.com" }, - "record": { "CNAME": "brokiem.github.io" } diff --git a/domains/bryan14saenz.json b/domains/bryan14saenz.json new file mode 100644 index 000000000..7d5956ba0 --- /dev/null +++ b/domains/bryan14saenz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Bryan14Saenz", + "email": "14bryansaenz@gmail.com" + }, + "record": { + "CNAME": "portafoliob14s.netlify.app" + } +} diff --git a/domains/bteamapp.json b/domains/bteamapp.json new file mode 100644 index 000000000..7dea7e8b7 --- /dev/null +++ b/domains/bteamapp.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bteamapp", + "email": "helpapp.bta@gmail.com" + }, + "record": { + "CNAME": "ghs.google.com" + } +} diff --git a/domains/btleffler.json b/domains/btleffler.json new file mode 100644 index 000000000..39ed78116 --- /dev/null +++ b/domains/btleffler.json @@ -0,0 +1,11 @@ +{ + "description": "btleffler.is-a.dev - Benjamin Leffler's Website", + "repo": "https://github.com/btleffler/btleffler.github.io", + "owner": { + "username": "btleffler", + "email": "btleffler@gmail.com" + }, + "record": { + "CNAME": "btleffler.github.io" + } +} diff --git a/domains/buffer.json b/domains/buffer.json index 85f9afb98..14f0c5ee2 100644 --- a/domains/buffer.json +++ b/domains/buffer.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "bufferwise", - "email": "126371417+bufferwise@users.noreply.github.com", - "discord": "790846560229392444" - }, - - "record": { - "CNAME": "bufferwise.netlify.app" - } - } - \ No newline at end of file + "owner": { + "username": "bufferwise", + "discord": "790846560229392444" + }, + "record": { + "CNAME": "bufferwise.netlify.app" + } +} diff --git a/domains/buko-dev.json b/domains/buko-dev.json index c22a3f937..7b48b7a20 100644 --- a/domains/buko-dev.json +++ b/domains/buko-dev.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "BukoDEV", - "email": "", - "discord": "539008740826021900", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.YuNXpG0-lTwVQMkxn_FAYLEsDj2ey-_j1nAxH4tGeZJIvCDGyCAIB3PTbOPb9rfmIK718ISh19183EOPVouHX5qGB5yINiTbpwKKVpVkOXodMe9-rfk8BlRPVdLzTHmUYNPCO5lJtnJKXJj0DZ-jKh7ifMzYqdzaDHlOCSkwva9vl09-XX-vNl8PHMVDTO1wQF1ojzmxzaCBjuz_UwE9k_MlOQyz22l2HnBN990OYO63dNiC9hHJVR6V3cBiZTRGq9Xq2SWW2JvXxBeoIZWs0mGV5JHd70YnIl_COowQ2Je3T72VGTUwXK_9eixzBUEOgC8s3wQLFvPh5MJbkS0lPg.cWVq2oSU90LZc8VZSL4IrA.yQ9bwBAobrePb2jcOU5SVKQGuTrx98F1qfhnyu4rhAw2aATjsUBn9lnNavSF-TNcM4FXvS2wASedJlvzVwcCAB2jbWh_MeMteu5j4Ad91MYwMKKxU3J40W7xFce9l3FI.5q01GI-LyojgnwFOo26Tbw" - }, - - "record": { - "A": ["193.111.250.109"] - } - } - \ No newline at end of file + "owner": { + "username": "BukoDEV", + "discord": "539008740826021900", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.YuNXpG0-lTwVQMkxn_FAYLEsDj2ey-_j1nAxH4tGeZJIvCDGyCAIB3PTbOPb9rfmIK718ISh19183EOPVouHX5qGB5yINiTbpwKKVpVkOXodMe9-rfk8BlRPVdLzTHmUYNPCO5lJtnJKXJj0DZ-jKh7ifMzYqdzaDHlOCSkwva9vl09-XX-vNl8PHMVDTO1wQF1ojzmxzaCBjuz_UwE9k_MlOQyz22l2HnBN990OYO63dNiC9hHJVR6V3cBiZTRGq9Xq2SWW2JvXxBeoIZWs0mGV5JHd70YnIl_COowQ2Je3T72VGTUwXK_9eixzBUEOgC8s3wQLFvPh5MJbkS0lPg.cWVq2oSU90LZc8VZSL4IrA.yQ9bwBAobrePb2jcOU5SVKQGuTrx98F1qfhnyu4rhAw2aATjsUBn9lnNavSF-TNcM4FXvS2wASedJlvzVwcCAB2jbWh_MeMteu5j4Ad91MYwMKKxU3J40W7xFce9l3FI.5q01GI-LyojgnwFOo26Tbw" + }, + "record": { + "A": ["193.111.250.109"] + } +} diff --git a/domains/bulletboy.json b/domains/bulletboy.json new file mode 100644 index 000000000..55351abb5 --- /dev/null +++ b/domains/bulletboy.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "userandaname", + "discord": "823939421686071386", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.G9oEk7CdABSXPTrtniX-JVzXC_M8Ck8N6lcPx6MEEciAoH7DKPHLPkzEFpkNwKO6PacaHGokIEjxJwCyB7M9MiqOU7qtrFh5vQzqPuaTgKMhKE_HGit1ygWe344_R9Ps1JMM7lH-zYq23oiVC57wcxCZ3K32OaTthIC-2qlTpADGruCWdPX9oTL2bJ2ExXhzBkf3i92w0H4N2Qpf2F6u2phMFrSrf7fFemilgwI0YpA46Tn5zPEs3HnpSWBCeysxG6StzteKpvWh8KONqgFg3ApzDux6IzuzPUQ9Yt672miodCFGmvvygL65IH6O7bA3nmoIEf5ogCohTcaia78RaQ.iznvzpLQ_UYA25UWaS1Xtw.odg3WjLAdhjpYNzZ9Yc1qxH4ZzFMbLR7XVkDMvBDPkcTryoADz0n6W60uxecwALZaBqRmncIxGB-a-HQ_cIW7S2VjYyyZixVIec0BSbmZDE.2mkl-CEdAGkZq62jfjw7Ag" + }, + "record": { + "NS": ["ashton.ns.cloudflare.com", "uma.ns.cloudflare.com"] + } +} diff --git a/domains/bumidenpasar.json b/domains/bumidenpasar.json new file mode 100644 index 000000000..afdd3d4ca --- /dev/null +++ b/domains/bumidenpasar.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "BumiDenpasar", + "instagram": "ibummmbumi" + }, + "record": { + "CNAME": "portofolio-gray-nine.vercel.app" + } +} diff --git a/domains/bundler.skibidi.json b/domains/bundler.skibidi.json new file mode 100644 index 000000000..f730630b1 --- /dev/null +++ b/domains/bundler.skibidi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bananaking6", + "discord": "skibidibagel" + }, + "record": { + "CNAME": "sandpack-jet.vercel.app" + } +} diff --git a/domains/burak.json b/domains/burak.json new file mode 100644 index 000000000..b2c7a9dd4 --- /dev/null +++ b/domains/burak.json @@ -0,0 +1,14 @@ +{ + "description": "Burak's Tech Insights: AI, Software, and More", + "repo": "https://github.com/burakince/burakince.github.io", + "owner": { + "username": "burakince", + "email": "me@burakince.com", + "linkedin": "https://www.linkedin.com/in/inceburak/", + "twitter": "burakinc", + "keybase": "burakince" + }, + "record": { + "URL": "https://www.burakince.com" + } +} diff --git a/domains/burandby.json b/domains/burandby.json index 9d661b37a..fecf83563 100644 --- a/domains/burandby.json +++ b/domains/burandby.json @@ -1,6 +1,5 @@ { "description": "Pico-8 in-browser emulator.", - "repo": "https://github.com/burandby", "owner": { "username": "burandby", "email": "bur.and.by@gmail.com" diff --git a/domains/bxqrn.json b/domains/bxqrn.json new file mode 100644 index 000000000..4d459c75e --- /dev/null +++ b/domains/bxqrn.json @@ -0,0 +1,12 @@ +{ + "domain": "bxqrn.is-a.dev", + "subdomain": "bxqrn", + "owner": { + "repo": "https://github.com/bxqrn/bxqrn.github.io", + "email": "flqmze@gmail.com", + "username": "bxqrn" + }, + "record": { + "CNAME": "bxqrn.github.io" + } +} diff --git a/domains/bypassrn.json b/domains/bypassrn.json index a1c34f5e4..c6b4f0b6d 100644 --- a/domains/bypassrn.json +++ b/domains/bypassrn.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "Gauravisdev", - "email": "", - "discord": "1119494339735867422", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.pzBM0Ie4fgb-zJ_0jQc_wvhPQXn1Smlfqby_KW4z3xZOsk3FomBiCHqFCcq6nToxqTYsz_aUkZLXwaJjVZ30Z-vKAN1ttgFCnexwxAGwreKsT9gyST1k1icHg3Uay5KJPUNzGeTvd4kSvJ6z76aYu-aU2YEL-bnUAvfCKlzWVlmFHxoVKJ56AZcr9kY8oCegjPS6FNwewO1pF7ie78SEo1l-fY-Np-PWvkEInGJRCGcprpbhNQxaqBfkGItnGkeQV4jr40L3UokvXjbyPbhYLPJROb-AxMZAWvR8ryVQjaSDhTevdZ1xsWJxGBVMKxum3I7FYH7A5Uz_TPrdbKtvmA.mebJqhTod9St7BqPCw398A.v11ADOcJnwiV8_HbsqhVZcFlvsWUTKJEnDyZb0W7p3ezoF5nMrDSWwFiWAlwDk0xXkWE98HGG7dKVGCt4gidQ10Ad5U2-1hmqsVTKAJAj48.Zr6KvC7GxLy7BJ9LDCQoqA" - }, - - "record": { - "CNAME": "gaurav-sto.onrender.com" - } - } - + "owner": { + "username": "Gauravisdev", + "discord": "1119494339735867422", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.pzBM0Ie4fgb-zJ_0jQc_wvhPQXn1Smlfqby_KW4z3xZOsk3FomBiCHqFCcq6nToxqTYsz_aUkZLXwaJjVZ30Z-vKAN1ttgFCnexwxAGwreKsT9gyST1k1icHg3Uay5KJPUNzGeTvd4kSvJ6z76aYu-aU2YEL-bnUAvfCKlzWVlmFHxoVKJ56AZcr9kY8oCegjPS6FNwewO1pF7ie78SEo1l-fY-Np-PWvkEInGJRCGcprpbhNQxaqBfkGItnGkeQV4jr40L3UokvXjbyPbhYLPJROb-AxMZAWvR8ryVQjaSDhTevdZ1xsWJxGBVMKxum3I7FYH7A5Uz_TPrdbKtvmA.mebJqhTod9St7BqPCw398A.v11ADOcJnwiV8_HbsqhVZcFlvsWUTKJEnDyZb0W7p3ezoF5nMrDSWwFiWAlwDk0xXkWE98HGG7dKVGCt4gidQ10Ad5U2-1hmqsVTKAJAj48.Zr6KvC7GxLy7BJ9LDCQoqA" + }, + "record": { + "CNAME": "gaurav-sto.onrender.com" + } +} diff --git a/domains/byte.json b/domains/byte.json index 0a3c1e05c..ff2aac508 100644 --- a/domains/byte.json +++ b/domains/byte.json @@ -3,7 +3,6 @@ "username": "ishan-school", "email": "ishan.13406@lahartara.sunbeamschools.com" }, - "record": { "A": ["69.30.249.53"] } diff --git a/domains/c.json b/domains/c.json index da3053a49..bad8300d4 100644 --- a/domains/c.json +++ b/domains/c.json @@ -1,10 +1,9 @@ { "owner": { - "username": "orxngc", - "discord": "orangc", - "email": "orangc@proton.me" + "username": "orangci", + "discord": "orangc" }, "record": { - "CNAME": "edge.redirect.pizza" + "NS": ["nucum.ns.cloudflare.com", "tate.ns.cloudflare.com"] } } diff --git a/domains/caenjones.json b/domains/caenjones.json new file mode 100644 index 000000000..c09e3518e --- /dev/null +++ b/domains/caenjones.json @@ -0,0 +1,11 @@ +{ + "description": "My personal website and blog", + "repo": "https://github.com/vcc3v/vcc3v.github.io", + "owner": { + "username": "vcc3v", + "email": "cj@caenjones.com" + }, + "record": { + "CNAME": "vcc3v.github.io" + } +} diff --git a/domains/cala.json b/domains/cala.json index 7cbd431f6..8e1b59156 100644 --- a/domains/cala.json +++ b/domains/cala.json @@ -4,7 +4,6 @@ "email": "krivojta@gmail.com", "discord": "981555580495867964" }, - "record": { "CNAME": "calamitywoah.github.io" } diff --git a/domains/calculator.notaperson535.json b/domains/calculator.notaperson535.json index 6ac8d89c9..c52edad8c 100644 --- a/domains/calculator.notaperson535.json +++ b/domains/calculator.notaperson535.json @@ -6,6 +6,6 @@ "email": "notAperson939@gmail.com" }, "record": { - "CNAME": "notAperson535.github.io" + "CNAME": "notaperson535.github.io" } } diff --git a/domains/caleb.json b/domains/caleb.json index 615f01dd3..f62f6b08a 100644 --- a/domains/caleb.json +++ b/domains/caleb.json @@ -1,7 +1,6 @@ { "owner": { "username": "cjdenio", - "email": "", "twitter": "CalebDenio" }, "repo": "https://github.com/cjdenio/site-frontend", diff --git a/domains/callcon.json b/domains/callcon.json new file mode 100644 index 000000000..9db82545c --- /dev/null +++ b/domains/callcon.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ItzYoVishal", + "email": "rockstarelitecoc@gmail.com" + }, + "record": { + "A": ["4.157.244.201"] + } +} diff --git a/domains/callumjt.json b/domains/callumjt.json deleted file mode 100644 index d16cc03b6..000000000 --- a/domains/callumjt.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "callumjt", - "email": "cjblack2009@icloud.com" - }, - "record": { - "CNAME": "callumjt.github.io" - } -} diff --git a/domains/cally.json b/domains/cally.json new file mode 100644 index 000000000..795487de4 --- /dev/null +++ b/domains/cally.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "cally-jt", + "email": "callumjt@proton.me" + }, + "record": { + "CNAME": "cally-jt.github.io" + } +} diff --git a/domains/cam.json b/domains/cam.json new file mode 100644 index 000000000..5743b0afb --- /dev/null +++ b/domains/cam.json @@ -0,0 +1,12 @@ +{ + "description": "CAM Website", + "owner": { + "username": "aswinmahesh", + "email": "aswinmahesh.com+dns@gmail.com" + }, + "record": { + "A": ["75.2.60.5"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/canavan.json b/domains/canavan.json index 79074c352..4fb9c34df 100644 --- a/domains/canavan.json +++ b/domains/canavan.json @@ -3,10 +3,8 @@ "repo": "https://github.com/Ninja-5000/ninja-5000.github.io", "owner": { "username": "Ninja-5000", - "email": "", "discord": "707170199861854209" }, - "record": { "A": [ "185.199.108.153", @@ -14,10 +12,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/carlos-miranda.json b/domains/carlos-miranda.json new file mode 100644 index 000000000..01059fdd4 --- /dev/null +++ b/domains/carlos-miranda.json @@ -0,0 +1,11 @@ +{ + "description": "Use to portfolio", + "repo": "https://github.com/chard33/portfolio.github.io", + "owner": { + "username": "chard33", + "email": "jchar33@hotmail.com" + }, + "record": { + "CNAME": "chard33.github.io" + } +} diff --git a/domains/carlosgiralt.json b/domains/carlosgiralt.json index 99ce8ca8c..2bc35681a 100644 --- a/domains/carlosgiralt.json +++ b/domains/carlosgiralt.json @@ -3,7 +3,6 @@ "repo": "https://github.com/carlosgiralt/carlosgiralt.github.io", "owner": { "username": "carlosgiralt", - "email": "", "twitter": "cagiraltt" }, "record": { diff --git a/domains/carlostirado.json b/domains/carlostirado.json new file mode 100644 index 000000000..67bc47f9c --- /dev/null +++ b/domains/carlostirado.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "carlostirado23", + "email": "mariotiradotovar@outlook.com" + }, + "record": { + "CNAME": "carlostirado.vercel.app" + } +} diff --git a/domains/carmelo.json b/domains/carmelo.json deleted file mode 100644 index f43014bbf..000000000 --- a/domains/carmelo.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Carmelo Velardo", - "repo": "https://github.com/2dvisio/2dvisio.github.io", - "owner": { - "username": "2dvisio", - "email": "[name.lastname]@gmail.com", - "twitter": "2dvisio" - }, - "record": { - "CNAME": "2dvisio.github.io" - } -} diff --git a/domains/cartar.json b/domains/cartar.json index 24e228209..309b4eee0 100644 --- a/domains/cartar.json +++ b/domains/cartar.json @@ -1,9 +1,7 @@ { "description": "Main domain for file server.", - "repo": "https://github.com/realCartar", "owner": { "username": "realCartar", - "email": "", "twitter": "cartar0058" }, "record": { diff --git a/domains/carterrpham23.json b/domains/carterrpham23.json new file mode 100644 index 000000000..df8a65ba9 --- /dev/null +++ b/domains/carterrpham23.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sonpt-afk", + "email": "sonbappe89@gmail.com" + }, + "record": { + "CNAME": "sonpts-landingfolio.vercel.app" + } +} diff --git a/domains/cas.json b/domains/cas.json new file mode 100644 index 000000000..4a9b32c34 --- /dev/null +++ b/domains/cas.json @@ -0,0 +1,11 @@ +{ + "description": "lil bio", + "repo": "https://github.com/caswantsanap/bio", + "owner": { + "username": "caswantsanap", + "email": "caswantsanap@gmail.com" + }, + "record": { + "CNAME": "caswantsanap.github.io" + } +} diff --git a/domains/casperong.json b/domains/casperong.json index 6cf26194c..0c9d7e748 100644 --- a/domains/casperong.json +++ b/domains/casperong.json @@ -3,7 +3,6 @@ "username": "CasperOng", "email": "casper10528@gmail.com" }, - "record": { "CNAME": "casperong.github.io" } diff --git a/domains/cat.json b/domains/cat.json index 1a06bbbaf..0ab726729 100644 --- a/domains/cat.json +++ b/domains/cat.json @@ -1,8 +1,7 @@ { "owner": { "username": "yunexiz", - "discord": "1040303561847881729", - "email": "" + "discord": "1040303561847881729" }, "record": { "CNAME": "yunexiz.github.io" diff --git a/domains/catalinaarciniegassaenz.json b/domains/catalinaarciniegassaenz.json new file mode 100644 index 000000000..2e5dab28c --- /dev/null +++ b/domains/catalinaarciniegassaenz.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "cascodenotch", + "email": "catalinaarciniegassaenz@gmail.com" + }, + "record": { + "CNAME": "cascodenotch.github.io" + }, + "proxied": false +} diff --git a/domains/catrin.json b/domains/catrin.json new file mode 100644 index 000000000..32d3ba1bd --- /dev/null +++ b/domains/catrin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "catrinlam", + "email": "winter.leafie@gmail.com" + }, + "record": { + "CNAME": "catrinlam.github.io" + } +} diff --git a/domains/cats.json b/domains/cats.json index c0cb32f1d..7658dd895 100644 --- a/domains/cats.json +++ b/domains/cats.json @@ -1,8 +1,7 @@ { "owner": { "username": "yunexiz", - "discord": "1040303561847881729", - "email": "" + "discord": "1040303561847881729" }, "record": { "CNAME": "cat-images.pages.dev" diff --git a/domains/catto24.json b/domains/catto24.json index de988c6c4..4af7e1c46 100644 --- a/domains/catto24.json +++ b/domains/catto24.json @@ -1,12 +1,12 @@ { - "description": "different domain for pages website", - "repo": "https://github.com/catto24/catto24.github.io", - "owner": { - "username": "catto24", - "email": "catto24@proton.me", - "twitter": "catto24_" - }, - "record": { - "CNAME": "catto24.github.io" - } -} + "description": "different domain for pages website", + "repo": "https://github.com/catto24/catto24.github.io", + "owner": { + "username": "catto24", + "email": "catto24@proton.me", + "twitter": "catto24_" + }, + "record": { + "CNAME": "catto24.github.io" + } +} diff --git a/domains/cattopytheweb.json b/domains/cattopytheweb.json index 17bb3c419..8572deaf7 100644 --- a/domains/cattopytheweb.json +++ b/domains/cattopytheweb.json @@ -3,15 +3,11 @@ "repo": "https://github.com/CattopyTheWeb/cattopytheweb.github.io", "owner": { "username": "CattopyTheWeb", - "email": "", "discord": "cattopytheweb404" }, "record": { "URL": "https://cattopytheweb.github.io", - "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/cdn.artix.json b/domains/cdn.artix.json index 8027a27d0..6de2d37e4 100644 --- a/domains/cdn.artix.json +++ b/domains/cdn.artix.json @@ -4,7 +4,6 @@ "email": "yu1234u73f.com@gmail.com", "discord": "834867471885271053" }, - "record": { "A": ["69.30.249.53"] } diff --git a/domains/cdn.esb.json b/domains/cdn.esb.json deleted file mode 100644 index 1caa482a4..000000000 --- a/domains/cdn.esb.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "EducatedSuddenBucket", - "email": "educatedsuddenbucket@gmail.com" - }, - "record": { - "A": [ - "34.120.54.55" - ], - "AAAA": [ - "2600:1901:0:6d85::" - ] - } -} diff --git a/domains/luminaos.json b/domains/cdn.komaru.json similarity index 53% rename from domains/luminaos.json rename to domains/cdn.komaru.json index f40a1bb76..d2da00f19 100644 --- a/domains/luminaos.json +++ b/domains/cdn.komaru.json @@ -1,9 +1,9 @@ { "owner": { - "username": "luminaOS-win", + "username": "komaru-meow", "email": "winbo-yml-exe@outlook.com" }, "record": { - "CNAME": "luminaos-win.github.io" + "CNAME": "komaru-cdn.github.io" } } diff --git a/domains/cdn.mkeko.json b/domains/cdn.mkeko.json new file mode 100644 index 000000000..020501559 --- /dev/null +++ b/domains/cdn.mkeko.json @@ -0,0 +1,10 @@ +{ + "description": "for my zipline", + "owner": { + "username": "Mkeko", + "twitter": "Mkekomc" + }, + "record": { + "A": ["69.30.249.53"] + } +} diff --git a/domains/cdn.pele.json b/domains/cdn.pele.json new file mode 100644 index 000000000..eceae0d10 --- /dev/null +++ b/domains/cdn.pele.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Pele12324", + "email": "pele.puric@gmail.com", + "discord": "483261654818226186" + }, + "record": { + "A": ["38.242.242.224"] + } +} diff --git a/domains/cdn.semant.json b/domains/cdn.semant.json index 7c7b63c69..3a29218f0 100644 --- a/domains/cdn.semant.json +++ b/domains/cdn.semant.json @@ -1,7 +1,7 @@ { "description": "My static database", "owner": { - "username": "s3mant", + "username": "ihacksemant", "email": "contact@semant.is-a.dev" }, "record": { diff --git a/domains/cdn.serstars.json b/domains/cdn.serstars.json index 3922882b7..ed0a9a4d5 100644 --- a/domains/cdn.serstars.json +++ b/domains/cdn.serstars.json @@ -2,7 +2,6 @@ "repo": "https://github.com/SerStars-2/", "owner": { "username": "SerStars", - "email": "", "twitter": "SerStars_lol" }, "record": { diff --git a/domains/cdn.shymike.json b/domains/cdn.shymike.json index 69fd29cba..85e9caf72 100644 --- a/domains/cdn.shymike.json +++ b/domains/cdn.shymike.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "ImShyMike", - "email": "", - "discord": "582648583635992622" - }, - "record": { - "A": [ - "69.197.135.203" - ] - } -} + "owner": { + "username": "ImShyMike", + "discord": "582648583635992622" + }, + "record": { + "A": ["69.197.135.203"] + } +} diff --git a/domains/cdn.xrap1dx.json b/domains/cdn.xrap1dx.json index 1de1dd0ca..504d4d0e3 100644 --- a/domains/cdn.xrap1dx.json +++ b/domains/cdn.xrap1dx.json @@ -1,13 +1,10 @@ { "description": "making my cdn!!!", - "repo": "https://github.com/xrap1dx?tab=repositories", "owner": { "username": "xrap1dx", "email": "sirrapid155@gmail.com" }, "record": { - "A": [ - "69.30.249.53" - ] + "A": ["69.30.249.53"] } } diff --git a/domains/cdops.json b/domains/cdops.json index 3881fa7e2..e742faa43 100644 --- a/domains/cdops.json +++ b/domains/cdops.json @@ -1,14 +1,10 @@ { - "description": "This is my blogging website", - "repo": "https://github.com/gtamilvanan17", - "owner": { - "username": "gtamilvanan17", - "email": "", - "discord": "gtamilvanan17" - }, - "record": { - "A": [ - "216.24.57.1" - ] - } + "description": "This is my blogging website", + "owner": { + "username": "gtamilvanan17", + "discord": "gtamilvanan17" + }, + "record": { + "A": ["216.24.57.1"] + } } diff --git a/domains/celesta.json b/domains/celesta.json new file mode 100644 index 000000000..4a17f262a --- /dev/null +++ b/domains/celesta.json @@ -0,0 +1,11 @@ +{ + "description": "A miscellaneous webrepo, for containing files.", + "owner": { + "username": "3nf94Cmnds", + "email": "francescosuardi51@gmail.com", + "discord": "notveryc00l." + }, + "record": { + "NS": ["ns1.dynu.com", "ns11.dynu.com", "ns8.dynu.com"] + } +} diff --git a/domains/celsojr.json b/domains/celsojr.json new file mode 100644 index 000000000..b8439c9e5 --- /dev/null +++ b/domains/celsojr.json @@ -0,0 +1,11 @@ +{ + "description": "CelsoJr's developer personal website", + "repo": "https://github.com/celsojr/celsojr", + "owner": { + "username": "celsojr", + "email": "celsojrfull@gmail.com" + }, + "record": { + "CNAME": "celsojr.github.io" + } +} diff --git a/domains/cemalgnlts.json b/domains/cemalgnlts.json new file mode 100644 index 000000000..c9869cd61 --- /dev/null +++ b/domains/cemalgnlts.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "cemalgnlts", + "discord": "cemalgnlts" + }, + "record": { + "CNAME": "cemalgnlts.surge.sh" + } +} diff --git a/domains/centi.json b/domains/centi.json index d9fea26dd..4f33e4866 100644 --- a/domains/centi.json +++ b/domains/centi.json @@ -1,12 +1,12 @@ { - "description": "My personal portfolio", - "repo": "https://github.com/nCenti/portfolio", - "owner": { - "username": "nCenti", - "email": "contactocenti@gmail.com", - "twitter": "Centifn" - }, - "record": { - "CNAME": "nCenti.github.io" - } -} + "description": "My personal portfolio", + "repo": "https://github.com/nCenti/portfolio", + "owner": { + "username": "nCenti", + "email": "contactocenti@gmail.com", + "twitter": "Centifn" + }, + "record": { + "CNAME": "ncenti.github.io" + } +} diff --git a/domains/cesardarizaleta.json b/domains/cesardarizaleta.json new file mode 100644 index 000000000..cbd0d71d2 --- /dev/null +++ b/domains/cesardarizaleta.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio", + "repo": "https://github.com/cesardarizaleta/cesarfolio", + "owner": { + "username": "cesardarizaleta", + "email": "cesardarizaleta@gmail.com" + }, + "record": { + "CNAME": "cesarfolio.vercel.app" + } +} diff --git a/domains/cesarmr.json b/domains/cesarmr.json new file mode 100644 index 000000000..8448a6cce --- /dev/null +++ b/domains/cesarmr.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "cesarmr-github", + "email": "c3s1r@proton.me", + "discord": "740861702215565333" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/cescdev.json b/domains/cescdev.json new file mode 100644 index 000000000..a6b71ceae --- /dev/null +++ b/domains/cescdev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "GitCesc07", + "email": "cesar0407197@gmail.com" + }, + "record": { + "CNAME": "cescdev-portafolio.netlify.app" + } +} diff --git a/domains/cetus.json b/domains/cetus.json index b14090e79..ba892e76b 100644 --- a/domains/cetus.json +++ b/domains/cetus.json @@ -1,6 +1,5 @@ { "description": "Cetus's Portfolio", - "repo": "https://github.com/dev-cetus", "owner": { "username": "Cetus", "email": "dev-cetus@proton.me", diff --git a/domains/cfp.json b/domains/cfp.json index c45551172..a1ae0431e 100644 --- a/domains/cfp.json +++ b/domains/cfp.json @@ -1,7 +1,6 @@ { "owner": { "username": "cfpwastaken", - "email": "", "discord": "cfp (318394797822050315)" }, "record": { diff --git a/domains/cgcristi.json b/domains/cgcristi.json index cf61a3522..00f2811e3 100644 --- a/domains/cgcristi.json +++ b/domains/cgcristi.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "realcgcristi", - "email": "cgcristi@cgcristi.xyz" - }, - "record": { - "CNAME": "realcgcristi.github.io" - } + "owner": { + "username": "realcgcristi", + "email": "cgcristi@cgcristi.xyz" + }, + "record": { + "CNAME": "realcgcristi.github.io" + } } - diff --git a/domains/chadee.json b/domains/chadee.json index b6f7cd675..2da5aeda2 100644 --- a/domains/chadee.json +++ b/domains/chadee.json @@ -3,7 +3,7 @@ "repo": "https://github.com/chadeeeee/chadee-site", "owner": { "username": "chadeeeee", - "telegram": "@chadeeeeeeeeee", + "telegram": "chadeeeeeeeeee", "email": "esurginet2011@gmail.com" }, "record": { diff --git a/domains/chamo.json b/domains/chamo.json new file mode 100644 index 000000000..fd54f3c29 --- /dev/null +++ b/domains/chamo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "chamzz99", + "email": "chamzz.dev@gmail.com" + }, + "record": { + "CNAME": "chamzz99.github.io" + } +} diff --git a/domains/chandsi.json b/domains/chandsi.json index 326b1b010..da0f14acd 100644 --- a/domains/chandsi.json +++ b/domains/chandsi.json @@ -1,16 +1,15 @@ { - "owner": { - "username": "Gauravisdev", - "email": "", - "discord": "1119494339735867422", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.QGI-jdpZpGtm5id_KBQnUjBud23siGGUxNcDIZlIJeFrkn5yoJnwzkEgvIeCMVJHfVc0s9-au_Ys2GaF7ho1BV0VMiZRec_CDLlXJloYACrJao6GZpgniHi7nEM_yo_ppea0qoSbHdkB78OVLFbdiMGXuQHAUgl93lyvQxpYncxmuoB45Lt4PHPeNI13oA_b2cl-4KJdWnIdZROHV70oiz0HeQtdT4-rOho4sXy_POgF-5U4cQPIRCv7Sn4vkwR5yues9ALzlmOxd6y2sq4oiGCnzfmoiPV9nOxs1y7GolnNQ-xEkMv_C2eLhmL7Dz2Ku0xfvHgqJ6D7GNpokYqwyQ.jmNMhGE5MROTfsXre5BEOQ.SKe9K2hsOV3DYE-UJQCaH46_tw41m_CXwao0xScbwgHIO0AWGaPsxhfrnON43gUmcCpEy9x5ZGYL27qiXB2YAGSJoQwWjamxtMDeySxCmvE.WEUQ4x98SHvxgv2HeQz0sw" - }, - - "record": { - "A": ["76.76.21.21"], - "TXT": ["zoho-verification=zb40348561.zmverify.zoho.in", - "v=spf1 include:zoho.in ~all"], - "MX": ["mx.zoho.in","mx2.zoho.in","mx3.zoho.in"] - } - } - + "owner": { + "username": "Gauravisdev", + "discord": "1119494339735867422", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.QGI-jdpZpGtm5id_KBQnUjBud23siGGUxNcDIZlIJeFrkn5yoJnwzkEgvIeCMVJHfVc0s9-au_Ys2GaF7ho1BV0VMiZRec_CDLlXJloYACrJao6GZpgniHi7nEM_yo_ppea0qoSbHdkB78OVLFbdiMGXuQHAUgl93lyvQxpYncxmuoB45Lt4PHPeNI13oA_b2cl-4KJdWnIdZROHV70oiz0HeQtdT4-rOho4sXy_POgF-5U4cQPIRCv7Sn4vkwR5yues9ALzlmOxd6y2sq4oiGCnzfmoiPV9nOxs1y7GolnNQ-xEkMv_C2eLhmL7Dz2Ku0xfvHgqJ6D7GNpokYqwyQ.jmNMhGE5MROTfsXre5BEOQ.SKe9K2hsOV3DYE-UJQCaH46_tw41m_CXwao0xScbwgHIO0AWGaPsxhfrnON43gUmcCpEy9x5ZGYL27qiXB2YAGSJoQwWjamxtMDeySxCmvE.WEUQ4x98SHvxgv2HeQz0sw" + }, + "record": { + "A": ["76.76.21.21"], + "TXT": [ + "zoho-verification=zb40348561.zmverify.zoho.in", + "v=spf1 include:zoho.in ~all" + ], + "MX": ["mx.zoho.in", "mx2.zoho.in", "mx3.zoho.in"] + } +} diff --git a/domains/chang.json b/domains/chang.json index b956dcb13..e4a5bc7c8 100644 --- a/domains/chang.json +++ b/domains/chang.json @@ -3,7 +3,6 @@ "repo": "https://github.com/bobbyliu117/bobbyliu117.github.io", "owner": { "username": "bobbyliu117", - "email": "", "twitter": "changisadev" }, "record": { diff --git a/domains/char.json b/domains/char.json new file mode 100644 index 000000000..a738d11da --- /dev/null +++ b/domains/char.json @@ -0,0 +1,11 @@ +{ + "description": "Use to portfolio", + "repo": "https://github.com/chard33/portafolio---Alura", + "owner": { + "username": "chard33", + "email": "jchar33@hotmail.com" + }, + "record": { + "CNAME": "chard33.github.io" + } +} diff --git a/domains/charcg.json b/domains/charcg.json deleted file mode 100644 index f49dbde7e..000000000 --- a/domains/charcg.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "CharCG's Website", - "repo": "https://github.com/charcg/charcg.github.io", - "owner": { - "username": "CharCG", - "email": "charlescong91@gmail.com", - "twitter": "charlescong91" - }, - "record": { - "CNAME": "charcg.github.io" - } -} diff --git a/domains/charly.json b/domains/charly.json new file mode 100644 index 000000000..303c9be1f --- /dev/null +++ b/domains/charly.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "soy-charly", + "email": "carlos.scarrasco08@gmail.com", + "discord": "charly0572" + }, + "record": { + "CNAME": "porfolio-bice-mu.vercel.app" + } +} diff --git a/domains/chat.alvin.json b/domains/chat.alvin.json new file mode 100644 index 000000000..810c13865 --- /dev/null +++ b/domains/chat.alvin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alvinsjoy", + "discord": "825382504353234954" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/chat.sxi.json b/domains/chat.sxi.json index 9cc672c6c..08fb57ff3 100644 --- a/domains/chat.sxi.json +++ b/domains/chat.sxi.json @@ -4,7 +4,6 @@ "email": "oshidev@proton.me", "discord": "1247896918957490198" }, - "record": { "CNAME": "cname.freeflarum.com" } diff --git a/domains/chatbot.devmatei.json b/domains/chatbot.devmatei.json new file mode 100644 index 000000000..814e7a71f --- /dev/null +++ b/domains/chatbot.devmatei.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "devmatei" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/chattingmessenger.json b/domains/chattingmessenger.json new file mode 100644 index 000000000..3d2753ff3 --- /dev/null +++ b/domains/chattingmessenger.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "riotoff", + "discord": "1040929084684902460" + }, + "record": { + "CNAME": "riotoff.github.io" + } +} diff --git a/domains/chaubey.json b/domains/chaubey.json new file mode 100644 index 000000000..d5e3be97d --- /dev/null +++ b/domains/chaubey.json @@ -0,0 +1,13 @@ +{ + "description": "Ankit Chaubey's GitHub page", + "repo": "https://github.com/ankit-chaubey/ankit-chaubey", + "owner": { + "username": "ankit-chaubey", + "email": "m.ankitchaubey@gmail.com", + "telegram": "ankit_chaubey", + "github": "ankit-chaubey" + }, + "record": { + "CNAME": "ankit-chaubey.github.io" + } +} diff --git a/domains/chauhan-pradip.json b/domains/chauhan-pradip.json index ed7b33387..805a1afe9 100644 --- a/domains/chauhan-pradip.json +++ b/domains/chauhan-pradip.json @@ -2,8 +2,7 @@ "description": "My website", "repo": "https://github.com/chauhan-pradip/chauhan-pradip.github.io", "owner": { - "username": "chauhan-pradip", - "email": "" + "username": "chauhan-pradip" }, "record": { "CNAME": "chauhan-pradip.github.io" diff --git a/domains/chegedouglas.json b/domains/chegedouglas.json index d2dc596d9..5afdb15dc 100644 --- a/domains/chegedouglas.json +++ b/domains/chegedouglas.json @@ -4,7 +4,6 @@ "email": "lstudiosafrika@gmail.com", "discord": "1239524915112181791" }, - "record": { "A": ["13.48.207.48"] } diff --git a/domains/chess.amaankazi.json b/domains/chess.amaankazi.json new file mode 100644 index 000000000..d1315a8cb --- /dev/null +++ b/domains/chess.amaankazi.json @@ -0,0 +1,11 @@ +{ + "description": "Chess online, with bot, locally", + "repo": "https://github.com/Amaan-Kazi/Chess", + "owner": { + "username": "Amaan-Kazi", + "email": "amaankazi1793@gmail.com" + }, + "record": { + "CNAME": "chess-amaankazi.pages.dev" + } +} diff --git a/domains/chess.bob16077.json b/domains/chess.bob16077.json index af3733f54..79a934701 100644 --- a/domains/chess.bob16077.json +++ b/domains/chess.bob16077.json @@ -1,10 +1,9 @@ { "owner": { "username": "bob16077", - "discord": "bob16077777", - "email": "" + "discord": "bob16077777" }, "record": { - "CNAME": "bob16077.github.io" + "URL": "https://chesscord.com" } } diff --git a/domains/chess.json b/domains/chess.json new file mode 100644 index 000000000..ef7957ede --- /dev/null +++ b/domains/chess.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "EducatedSuddenBucket", + "discord": "1167825360151380032", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.KrnZmq6AQ1Fb-hWJ1KW25-1f9hLJOGfJHwhuv6fDfLIV6k8gkNUmsv64B5tOdmFLJVN2zzzur6tAqjG7zcYLRGBHGi0-UDOe5V2UBWx7D4k4kjFvX8DrIRSGEKhqwM_vkPKlorR-xgACJ9LMj4ksJIVO8og4KQjiS6jIG6_6C6L5d9ny23xWh8E2jdZKSNpD3dRwUxe58obflq6OX2s8M9q7aWoHDQ0R7Bj6eSkCyastfV6W1L3cPyGB98Ve8Gw9pf9yjUhJGqo2IzMJP5Kov7LZ4mlnb92NjftFDAF9Yl02ufN-k6WvM93bUIJI0kC3Nydo8P1snyEJQthc7aUBOA.bFv4ltUis5UM4V3W1f6FTg.2BMvIE8X5_E63_Z_HvPLvF0DOMH0DbVn3_OnxcQCdTCW93cmSbvF4o_BcRU1eMZNCpwvVV-_XYW7BBnOOL3Ygj2i-gbW6F_IpqFOq_5D1dbWY4ZxLYrgZd2oeH1X5ec8.okGeeD7rEQvR-ZUbaBaBeA" + }, + "record": { + "A": ["216.24.57.1"] + } +} diff --git a/domains/chewieleaf.json b/domains/chewieleaf.json index e29c496f8..699471137 100644 --- a/domains/chewieleaf.json +++ b/domains/chewieleaf.json @@ -4,7 +4,6 @@ "email": "cchirrpy@outlook.com", "discord": "898255050592366642" }, - "record": { "TXT": "dh=440ef941b9b55391f86cf985e87ed861fc6e9512" } diff --git a/domains/chez1s.json b/domains/chez1s.json new file mode 100644 index 000000000..3d26e8d73 --- /dev/null +++ b/domains/chez1s.json @@ -0,0 +1,10 @@ +{ + "description": "chez1s's is-a-dev domain", + "owner": { + "username": "TRIBUI106", + "discord": "1250225950268850312" + }, + "record": { + "URL": "https://yeume-enterprise.edu.vn" + } +} diff --git a/domains/chino.json b/domains/chino.json index 7ac2bff70..6cc8e9558 100644 --- a/domains/chino.json +++ b/domains/chino.json @@ -1,6 +1,6 @@ { "description": "My website", - "repo": "https://github.com/AutumnVN/autumnvn.github.io", + "repo": "https://github.com/AutumnVN/chino.pages.dev", "owner": { "username": "AutumnVN", "email": "autumnvnchino@gmail.com", @@ -8,6 +8,6 @@ "discord": "autumnvn" }, "record": { - "CNAME": "chino.pages.dev" + "NS": ["lina.ns.cloudflare.com", "miles.ns.cloudflare.com"] } } diff --git a/domains/chintan-prajapati.json b/domains/chintan-prajapati.json index 6c109f5cf..66b26b14a 100644 --- a/domains/chintan-prajapati.json +++ b/domains/chintan-prajapati.json @@ -2,8 +2,7 @@ "description": "Chintan Profile.", "repo": "https://github.com/chintan-prajapati/chintan-prajapati.github.io", "owner": { - "username": "chintan-prajapati", - "email": "" + "username": "chintan-prajapati" }, "record": { "CNAME": "chintan-prajapati.github.io" diff --git a/domains/chirag-adhvaryu.json b/domains/chirag-adhvaryu.json index fe05e3506..ebff0ef7d 100644 --- a/domains/chirag-adhvaryu.json +++ b/domains/chirag-adhvaryu.json @@ -2,8 +2,7 @@ "description": "This website is a link to my personal developer portfolio.", "repo": "https://github.com/Chirag-Adhvaryu/chirag-adhvaryu.github.io", "owner": { - "username": "Chirag-Adhvaryu", - "email": "" + "username": "Chirag-Adhvaryu" }, "record": { "CNAME": "chirag-adhvaryu.github.io" diff --git a/domains/chirag-parikh.json b/domains/chirag-parikh.json index 6fdb7ee8e..bafdee025 100644 --- a/domains/chirag-parikh.json +++ b/domains/chirag-parikh.json @@ -2,8 +2,7 @@ "description": "This is person site", "repo": "https://github.com/chirag-parikh/chirag-parikh.github.io", "owner": { - "username": "chirag-parikh", - "email": "" + "username": "chirag-parikh" }, "record": { "CNAME": "chirag-parikh.github.io" diff --git a/domains/chirayu.json b/domains/chirayu.json new file mode 100644 index 000000000..1454fcb13 --- /dev/null +++ b/domains/chirayu.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "ChirayuSahu", + "discord": "711526476704382979", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ihTUVQWNcGA53XifmYjS2dWn74UkUXwyANV5aLOTElsbPImLsum-sVjGak-RGlg5MRVwE_wdnDK6q7UMlD3MEcef7yJkzj3H8Zt-ozXRzPRmokBunfow8QGE66jrazJAUenesWiRkgdp15kkjBUN4Nu0lJgSJ7YStt-DYKZ8vsCiVsrrTAr5eZuWoRSc8sUwYflk-WpbVTY0tjWH3hpmwU1k3wK-I74WSK_O6KJXW392aZkADaH20jcphgoiLnodigbPbyrNK-p5JE7Q2OQdErY7qhiZq2wzGHQpk1PbrUeEnC3SM8AiqeMJ-qAMfJw99Z7gZRHKwjGFPpr86j9m9A.yZ2fu6EhzkAsep2zdwVNIA._-c1mD8h_SW2n48Pdd5Tv8O8MU7Mtqh7m01TFYtQV-2Fj75YzkU3snyDvcb5-qEI1XpBQOzS0IIPrmIwYFwtU3_YuFwlqzr7by2L0Offt-s.jBI6OG1xvtErnYeO6Ms5rA" + }, + "record": { + "CNAME": "chirayusahu.is-a.dev" + } +} diff --git a/domains/chirayusahu.json b/domains/chirayusahu.json new file mode 100644 index 000000000..5346e18e2 --- /dev/null +++ b/domains/chirayusahu.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "ChirayuSahu", + "discord": "711526476704382979", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.s4iQE3i8vgf-LeRAC1vfr6khK-U9zKiobIBW-dRV1qFhuTR4QsZvvGO2qt5Ihg938qAS934UvgF0uruo0RBSNjpfV8aywmZee65Z8hUZbWlaM7gFyqSkrKuMUxRr0gH4ckeaumeL5pJqO7cR3OY5qH_nRhcYQTzunH35cI2onTH6rQoUq179ShgCg2ATb5Mz8M2XmVEikcTWhLl5XDz1Bf04_bGsTmcXaSs7lvehDkFZrx2L4V3a-jEkN77UUBYW-InnOidSi7uz8ZLmQG-2SquTKXpyeMPP9CIOHGcWIhqoe7okS507sqZxHdUpsRCTbB28Elw8vO_NAa4dnpwIxg.NpK2mdZu15IgnmzjzHa_KQ.huIUnyAoYbMBAUB0ary5kvKzb1i0z-M20Dvqoo3Xx1cXfISzxHLdrCJbdfbmJvnso5OvGkj0kbR5UPD1JywGGm6nCxdJ-dS5Ehr8d2GH3Ew.-lS9paJMoym4DCSRG5m1MA" + }, + "record": { + "A": ["5.9.123.217"] + } +} diff --git a/domains/chirxg.json b/domains/chirxg.json new file mode 100644 index 000000000..299c15a98 --- /dev/null +++ b/domains/chirxg.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "definitelynotchirag", + "email": "chiragdave1888@gmail.com", + "discord": "hellchirag" + }, + "record": { + "CNAME": "chirxg.vercel.app" + } +} diff --git a/domains/chloe.json b/domains/chloe.json index 6070857fa..755651974 100644 --- a/domains/chloe.json +++ b/domains/chloe.json @@ -1,9 +1,7 @@ { "description": "Chloe's is-a-dev domain", - "repo": "https://github.com/chloeashlyn", "owner": { "username": "chloeashlyn", - "email": "", "discord": "chloeashlyn#7272" }, "record": { diff --git a/domains/choudery.json b/domains/choudery.json deleted file mode 100644 index e071797f1..000000000 --- a/domains/choudery.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "Choudery", - "email": "blreaderdammy@gmail.com" - }, - "record": { - "MX": [ - "john.ns.cloudflare.com", - "sharon.ns.cloudflare.com" - ] - }, - "description": "Choudery coding" -} \ No newline at end of file diff --git a/domains/chris.json b/domains/chris.json index c4a4c19fa..a48bbd521 100644 --- a/domains/chris.json +++ b/domains/chris.json @@ -1,6 +1,5 @@ { "description": "Chris' Site", - "repo": "https://github.com/Sp4nd3x", "owner": { "username": "Sp4nd3x", "email": "chrisisadev@gmail.com" diff --git a/domains/chrisbase12.json b/domains/chrisbase12.json new file mode 100644 index 000000000..d0f8cff65 --- /dev/null +++ b/domains/chrisbase12.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "OverCharred" + }, + "record": { + "CNAME": "chris-base12-portfolio.vercel.app" + } +} diff --git a/domains/chriscoding.json b/domains/chriscoding.json index 0e0e85aa7..bb7f3b940 100644 --- a/domains/chriscoding.json +++ b/domains/chriscoding.json @@ -4,7 +4,6 @@ "email": "githubuserlol333@gmail.com", "discord": "735578614476570726" }, - "record": { "CNAME": "bestgithubuser1.github.io" } diff --git a/domains/chromesec.json b/domains/chromesec.json new file mode 100644 index 000000000..2c08f2c99 --- /dev/null +++ b/domains/chromesec.json @@ -0,0 +1,11 @@ +{ + "description": "Website for ChromeSEC a guide for admins to secure their chromeOS devices", + "repo": "https://github.com/CaenJones/ChromeSEC", + "owner": { + "username": "CaenJones", + "email": "cj@caenjones.com" + }, + "record": { + "URL": "https://caenjones.is-a.dev/ChromeSEC" + } +} diff --git a/domains/chrystom.json b/domains/chrystom.json index 7d3d1273d..0875c410b 100644 --- a/domains/chrystom.json +++ b/domains/chrystom.json @@ -3,7 +3,6 @@ "username": "chrystom", "email": "chrystomt@gmail.com" }, - "record": { "CNAME": "chrystom.github.io" } diff --git a/domains/chubol.json b/domains/chubol.json new file mode 100644 index 000000000..748a8f34f --- /dev/null +++ b/domains/chubol.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "chubol", + "email": "husks@tuta.io" + }, + "record": { + "CNAME": "chubol.github.io" + } +} diff --git a/domains/chuyentinorz.json b/domains/chuyentinorz.json new file mode 100644 index 000000000..0fabb67d3 --- /dev/null +++ b/domains/chuyentinorz.json @@ -0,0 +1,13 @@ +{ + "description": "This is the landing page of ChuyenTinORZ", + "owner": { + "username": "akk1to", + "email": "akk1to.dev@gmail.com", + "discord": "727497287777124414" + }, + "record": { + "A": ["216.198.79.65"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/status.ciaobot.json b/domains/ciao287.json similarity index 88% rename from domains/status.ciaobot.json rename to domains/ciao287.json index c4456c116..6e1582f7e 100644 --- a/domains/status.ciaobot.json +++ b/domains/ciao287.json @@ -1,7 +1,6 @@ { "owner": { "username": "Ciao287", - "email": "", "discord": "687333016921440317" }, "record": { diff --git a/domains/ciaobot.json b/domains/ciaobot.json index 3ea0e921a..984781774 100644 --- a/domains/ciaobot.json +++ b/domains/ciaobot.json @@ -1,15 +1,12 @@ { "owner": { "username": "Ciao287", - "email": "", "discord": "687333016921440317" }, "record": { "A": ["144.91.115.195"], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "TXT": [ + "google-site-verification=ESHkpD4wk4-a2cqONn73cRaELmis2IzdBRB3Fw-t1Dw" + ] } } diff --git a/domains/cibucristi.json b/domains/cibucristi.json index 572a79237..cdab52814 100644 --- a/domains/cibucristi.json +++ b/domains/cibucristi.json @@ -4,7 +4,6 @@ "email": "cibucristi1@gmail.com", "discord": "773576280150900749" }, - "record": { "CNAME": "cibucristi-dev.pages.dev" } diff --git a/domains/cihan.json b/domains/cihan.json new file mode 100644 index 000000000..05fcad1f7 --- /dev/null +++ b/domains/cihan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "cihanyakar", + "email": "cihanyakar@gmail.com" + }, + "record": { + "URL": "https://www.cihanyakar.com" + } +} diff --git a/domains/cirkutry.json b/domains/cirkutry.json index 205279cdb..ec4a4bfac 100644 --- a/domains/cirkutry.json +++ b/domains/cirkutry.json @@ -1,12 +1,11 @@ { - "description": "Personal site", - "repo": "https://github.com/Cirkutry/site", - "owner": { - "username": "Cirkutry", - "email": "", - "discord": "kre0lidge" - }, - "record": { - "CNAME": "cirkutry.github.io" - } + "description": "Personal site", + "repo": "https://github.com/Cirkutry/site", + "owner": { + "username": "Cirkutry", + "discord": "kre0lidge" + }, + "record": { + "CNAME": "cirkutry.github.io" + } } diff --git a/domains/cirno.json b/domains/cirno.json new file mode 100644 index 000000000..37a73adae --- /dev/null +++ b/domains/cirno.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "orangci", + "discord": "orangc" + }, + "record": { + "URL": "https://orangc.net" + } + } + \ No newline at end of file diff --git a/domains/civic.json b/domains/civic.json index eef27a079..bf5a61ed8 100644 --- a/domains/civic.json +++ b/domains/civic.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "civic1007", - "email": "", - "discord":"1258033419443503124" - }, - "record": { - "CNAME": "civic1007.pages.dev" - } + "owner": { + "username": "civic1007", + "discord": "1258033419443503124" + }, + "record": { + "CNAME": "civic1007.pages.dev" + } } diff --git a/domains/clarenisme.json b/domains/clarenisme.json new file mode 100644 index 000000000..ed3477f52 --- /dev/null +++ b/domains/clarenisme.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "razelleclaren", + "email": "gracela.claren1@gmail.com" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/clayza.json b/domains/clayza.json new file mode 100644 index 000000000..0e3b2ae56 --- /dev/null +++ b/domains/clayza.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/ClayzaAubert/clayzaaubert.github.io", + "owner": { + "username": "ClayzaAubert", + "email": "clayzasc@gmail.com" + }, + "record": { + "CNAME": "clayzaaubert.github.io" + } +} diff --git a/domains/clerk.juststudio.json b/domains/clerk.juststudio.json new file mode 100644 index 000000000..43b980be0 --- /dev/null +++ b/domains/clerk.juststudio.json @@ -0,0 +1,11 @@ +{ + "description": "for account system", + "owner": { + "username": "JustDeveloper1", + "email": "support@juststudio.is-a.dev", + "discord": "1117482901353812088" + }, + "record": { + "CNAME": "frontend-api.clerk.services" + } +} diff --git a/domains/clipping.json b/domains/clipping.json new file mode 100644 index 000000000..fe05c2050 --- /dev/null +++ b/domains/clipping.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "hazelvert" + }, + "record": { + "CNAME": "hazelvert.github.io" + } +} diff --git a/domains/clk._domainkey.juststudio.json b/domains/clk._domainkey.juststudio.json new file mode 100644 index 000000000..3808695c4 --- /dev/null +++ b/domains/clk._domainkey.juststudio.json @@ -0,0 +1,11 @@ +{ + "description": "For account system", + "owner": { + "username": "JustDeveloper1", + "email": "support@juststudio.is-a.dev", + "discord": "1117482901353812088" + }, + "record": { + "CNAME": "dkim1.y6sdqd4maii2.clerk.services" + } +} diff --git a/domains/clk2._domainkey.juststudio.json b/domains/clk2._domainkey.juststudio.json new file mode 100644 index 000000000..2c97f1728 --- /dev/null +++ b/domains/clk2._domainkey.juststudio.json @@ -0,0 +1,11 @@ +{ + "description": "For account system", + "owner": { + "username": "JustDeveloper1", + "email": "support@juststudio.is-a.dev", + "discord": "1117482901353812088" + }, + "record": { + "CNAME": "dkim2.y6sdqd4maii2.clerk.services" + } +} diff --git a/domains/clkmail.juststudio.json b/domains/clkmail.juststudio.json new file mode 100644 index 000000000..423e8d13a --- /dev/null +++ b/domains/clkmail.juststudio.json @@ -0,0 +1,11 @@ +{ + "description": "For account system", + "owner": { + "username": "JustDeveloper1", + "email": "support@juststudio.is-a.dev", + "discord": "1117482901353812088" + }, + "record": { + "CNAME": "mail.y6sdqd4maii2.clerk.services" + } +} diff --git a/domains/cloudie.json b/domains/cloudie.json new file mode 100644 index 000000000..f6d323cbb --- /dev/null +++ b/domains/cloudie.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hirwko", + "discord": "rzt5" + }, + "record": { + "CNAME": "website-5zt-53r.pages.dev" + } +} diff --git a/domains/cloudskies.json b/domains/cloudskies.json index 9c219f3c8..e51768729 100644 --- a/domains/cloudskies.json +++ b/domains/cloudskies.json @@ -5,10 +5,7 @@ }, "record": { "URL": "https://cloudskies13.carrd.co", - "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/cloudy1337.json b/domains/cloudy1337.json new file mode 100644 index 000000000..12b3ec1a1 --- /dev/null +++ b/domains/cloudy1337.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "OfficialSmojo17", + "email": "smmojo17@gmail.com", + "discord": "mapperdotexe" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/cnvrs.json b/domains/cnvrs.json index c898ffa5b..25c21fef3 100644 --- a/domains/cnvrs.json +++ b/domains/cnvrs.json @@ -1,12 +1,8 @@ { - "description": "project page/ portfolio", - "repo": "https://github.com/2nvrs/cnvrs", - "owner": { - "username": "2nvrs", - "email": "cnvrscnvrscnvrs@gmail.com", - "twitter": "projcnvrs" - }, - "record": { - "CNAME": "2nvrs.github.io" - } -} + "owner": { + "username": "2nvrs" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/code-vista.json b/domains/code-vista.json new file mode 100644 index 000000000..cba571c63 --- /dev/null +++ b/domains/code-vista.json @@ -0,0 +1,12 @@ +{ + "description": "Just a personal website to use with this is-a.dev subdomain", + "repo": "https://github.com/JavaVista/code-vista-site", + "owner": { + "username": "JavaVista", + "discord": "codevista", + "email": "code-vista@outlook.com" + }, + "record": { + "CNAME": "javavista.github.io" + } +} diff --git a/domains/codefoster.json b/domains/codefoster.json index a21e921c2..b256cf867 100644 --- a/domains/codefoster.json +++ b/domains/codefoster.json @@ -1,6 +1,5 @@ { "description": "The main for codefoster - a Software Engineer at Microsoft.", - "repo": "https://github.com/codefoster", "owner": { "username": "codefoster", "email": "jeremy.foster@live.com" diff --git a/domains/codelabworks.json b/domains/codelabworks.json new file mode 100644 index 000000000..294c635b7 --- /dev/null +++ b/domains/codelabworks.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/shadowgaming-backup/register", + "owner": { + "email": "shadowgaming-backup@proton.me", + "username": "shadowgaming-backup" + }, + "record": { + "NS": ["mina.ns.cloudflare.com", "harlan.ns.cloudflare.com"] + } +} diff --git a/domains/codeserver.sono.json b/domains/codeserver.sono.json deleted file mode 100644 index 7901ef9bd..000000000 --- a/domains/codeserver.sono.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "getSono", - "email": "julianwolf2013@outlook.de", - "discord": "1222250424309121145" - }, - - "record": { - "A": ["69.197.135.202"] - } -} diff --git a/domains/codesoft.json b/domains/codesoft.json new file mode 100644 index 000000000..28f62a79f --- /dev/null +++ b/domains/codesoft.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "CodeSoftGit", + "email": "codesft@proton.me" + }, + "record": { + "CNAME": "portfolio-codesoftgits-projects.vercel.app" + } +} diff --git a/domains/codesuthar.json b/domains/codesuthar.json index 1c010dc13..e61280157 100644 --- a/domains/codesuthar.json +++ b/domains/codesuthar.json @@ -4,11 +4,6 @@ "email": "AdityaSuthar13@outlook.com" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.111.153", - "185.199.110.153" - ] + "NS": ["dexter.ns.cloudflare.com", "fay.ns.cloudflare.com"] } } diff --git a/domains/codethoma.json b/domains/codethoma.json index 239d3ecbc..143c85ee6 100644 --- a/domains/codethoma.json +++ b/domains/codethoma.json @@ -1,6 +1,5 @@ { "description": "The ThunderDome", - "repo": "https://github.com/codethoma", "owner": { "username": "codethoma", "email": "mrthundergod@gmail.com" diff --git a/domains/gemrey13.json b/domains/codewithgem.json similarity index 100% rename from domains/gemrey13.json rename to domains/codewithgem.json diff --git a/domains/codexkun.json b/domains/codexkun.json new file mode 100644 index 000000000..a10cfd30e --- /dev/null +++ b/domains/codexkun.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio", + "repo": "https://github.com/KunalBishwal/Portfolio_IDE", + "owner": { + "username": "KunalBishwal", + "email": "kunalbishwal2004@gmail.com" + }, + "record": { + "CNAME": "portfolio-ide-zeta.vercel.app" + } +} diff --git a/domains/cody.json b/domains/cody.json index 18f0026e1..f367f837f 100644 --- a/domains/cody.json +++ b/domains/cody.json @@ -4,6 +4,6 @@ "email": "codingamazing224@outlook.com" }, "record": { - "URL": "https://about-cody.pages.dev/" + "CNAME": "hi-im-cody.pages.dev" } } diff --git a/domains/coen.json b/domains/coen.json new file mode 100644 index 000000000..4dd7bee00 --- /dev/null +++ b/domains/coen.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "cogrow4", + "email": "cogrow@duck.com" + }, + "record": { + "URL": "https://github.com/cogrow4" + } +} diff --git a/domains/cohinem.json b/domains/cohinem.json index 28ed8f94a..f0bbcd05a 100644 --- a/domains/cohinem.json +++ b/domains/cohinem.json @@ -3,7 +3,6 @@ "username": "Cohinem", "email": "amonmonocle@gmail.com" }, - "record": { "A": ["149.81.156.117"] } diff --git a/domains/colin.json b/domains/colin.json new file mode 100644 index 000000000..afeee8671 --- /dev/null +++ b/domains/colin.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "ColinLeDev", + "email": "spam+isadev@col1n.fr" + }, + "record": { + "CNAME": "proxy.col1n.fr" + } + } + \ No newline at end of file diff --git a/domains/collin.json b/domains/collin.json index 291c8c08a..ec26e7f44 100644 --- a/domains/collin.json +++ b/domains/collin.json @@ -3,7 +3,6 @@ "username": "Hanyaku-Chan", "email": "collinbuchkamer@gmail.com" }, - "record": { "URL": "https://hanyaku.glitch.me" } diff --git a/domains/comicly.json b/domains/comicly.json index 20c5181b5..59ae8ce6b 100644 --- a/domains/comicly.json +++ b/domains/comicly.json @@ -3,7 +3,6 @@ "username": "Comicly69", "email": "snowyoumc@gmail.com" }, - "record": { "CNAME": "comicly69.github.io" } diff --git a/domains/community.syntaxloopers.json b/domains/community.syntaxloopers.json deleted file mode 100644 index 1ac66d3d8..000000000 --- a/domains/community.syntaxloopers.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "chiragnahata", - "email": "chiragnahata05@gmail.com" - }, - - "record": { - "A": ["129.213.151.29"] - } -} diff --git a/domains/computerblade.json b/domains/computerblade.json index 6e01dab71..1e16f82a0 100644 --- a/domains/computerblade.json +++ b/domains/computerblade.json @@ -1,12 +1,8 @@ { - "owner": { - "username": "computerblade-official", - "email": "ayproductionsteam@gmail.com", - "discord": "1032603689069846549" - }, - - "record": { - "CNAME": "computerblade-official.github.io" - } - } - + "owner": { + "username": "computerblade-official" + }, + "record": { + "CNAME": "computerblade.vercel.app" + } +} diff --git a/domains/congnv.json b/domains/congnv.json new file mode 100644 index 000000000..faef4e873 --- /dev/null +++ b/domains/congnv.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "congnv0330", + "email": "congnv3030@gmail.com" + }, + "record": { + "CNAME": "congnv0330.github.io" + } +} diff --git a/domains/connie.json b/domains/connie.json index 9a5288789..afbdb4e12 100644 --- a/domains/connie.json +++ b/domains/connie.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "gvalue-04", - "email": "", - "discord": "1229820339840618506", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.i8mk_73yrOluApbS_s2gO9pL_gIoLP-xv6lRw0KVlvP0QFudw8aIMx_xVKJ8RSXfvMZueFD9VQ3Ma_pASHMNKGY0tIEsqVJo_d_Lzi-FD5kslV-AscUDbl7LPDYza5SriCsUWaXkMXgx_LTpjxH_mJa8UT9Tg282EGRW7OdJySGWslUIbftYw0bZrIGH-kIKyG1nCpkgsXZKOsoz2r5jBO2la1_smRGzStXrbiGGAp8anJMI5q9BejlUFoqmlqXpIn6NPacUJSwXQ2pja8SQgwvWWx2KIMcgDUIrrnb1g1c2Hd3S9I4pgLsQmbXOMmn4wu8mVlKCBqx159PomdX6HA.ppTpXGvEiJ1slqJbtbzGww.Jg6LN8wrDnF-nRPDT_rUFSimdAmSWusgoOoMs45xOy-05VD74i6e9mcXzIS7b8YJzagA9WJuPYWVO5wPxKbdITsdZii-5Vqu2jeplRqQlh4.ZK4ZjA8iuHTreCAkWxQNLg" - }, - - "record": { - "A": ["198.91.81.13"] - } - } - \ No newline at end of file + "owner": { + "username": "gvalue-04", + "discord": "1229820339840618506", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.i8mk_73yrOluApbS_s2gO9pL_gIoLP-xv6lRw0KVlvP0QFudw8aIMx_xVKJ8RSXfvMZueFD9VQ3Ma_pASHMNKGY0tIEsqVJo_d_Lzi-FD5kslV-AscUDbl7LPDYza5SriCsUWaXkMXgx_LTpjxH_mJa8UT9Tg282EGRW7OdJySGWslUIbftYw0bZrIGH-kIKyG1nCpkgsXZKOsoz2r5jBO2la1_smRGzStXrbiGGAp8anJMI5q9BejlUFoqmlqXpIn6NPacUJSwXQ2pja8SQgwvWWx2KIMcgDUIrrnb1g1c2Hd3S9I4pgLsQmbXOMmn4wu8mVlKCBqx159PomdX6HA.ppTpXGvEiJ1slqJbtbzGww.Jg6LN8wrDnF-nRPDT_rUFSimdAmSWusgoOoMs45xOy-05VD74i6e9mcXzIS7b8YJzagA9WJuPYWVO5wPxKbdITsdZii-5Vqu2jeplRqQlh4.ZK4ZjA8iuHTreCAkWxQNLg" + }, + "record": { + "A": ["198.91.81.13"] + } +} diff --git a/domains/connor.json b/domains/connor.json index 2fb2b310e..36a89f81f 100644 --- a/domains/connor.json +++ b/domains/connor.json @@ -3,9 +3,9 @@ "repo": "https://github.com/ConnorDoesDev/connordoesdev.github.io", "owner": { "username": "ConnorDoesDev", - "email": "connor@cstudios.gay" + "email": "connor@dmc.chat" }, "record": { - "CNAME": "connordoesdev.github.io" + "A": ["173.249.45.163"] } } diff --git a/domains/coolify-app.json b/domains/coolify-app.json new file mode 100644 index 000000000..bfadfe245 --- /dev/null +++ b/domains/coolify-app.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "umarsidiki", + "email": "siddiquiumar0007@gmail.com" + }, + "record": { + "A": ["89.168.88.28"] + }, + "proxied": true +} \ No newline at end of file diff --git a/domains/coopw.json b/domains/coopw.json index bd7bb1174..be6e24f25 100644 --- a/domains/coopw.json +++ b/domains/coopw.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "coopw1", - "email": "urchin139@altmail.kr" - }, - "record": { - "CNAME": "coopw.pages.dev" - } + "owner": { + "username": "coopw1", + "email": "urchin139@altmail.kr" + }, + "record": { + "CNAME": "coopw.pages.dev" + } } diff --git a/domains/core.json b/domains/core.json index bd101c967..2c4ebf55f 100644 --- a/domains/core.json +++ b/domains/core.json @@ -1,6 +1,5 @@ { "description": "My information.", - "repo": "https://github.com/Aidenhtg", "owner": { "username": "Aidenhtg", "email": "aidenhiseh.m.l@gmail.com" diff --git a/domains/corentinrenard.com.json b/domains/corentinrenard.com.json deleted file mode 100644 index 833b84e13..000000000 --- a/domains/corentinrenard.com.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Aqu1tain", - "email": "", - "discord": "573841978442383361", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.o8ipRbOi_L_u7u39LI9GujSmXnPercd-1SIbYzc65oe09pY5AFEOWu-C09pwW1QeRrA97Ma-6A8sd0XQCMpdyEbC_0SssuHiDYkmdEbTk9_HZW5qQ0OkaYKFeS0C7sViL6lBIaGODl0XeE-ZCt85_cEzuf3gL6GEOtthsTrHZb-kuo9JwnsjCQVe4_YrAPb-NUulPGtpNEPJS5lo3OTFyjpN_kcCwsz1mKP-nolGKHjSfHONKruw8OBvyzDcRW4hDvuTYY6tTqnGzfSUc4b0Z-VXLtQ9_RsqrkgFGxrladIT4orADav6SIAOuHF-9_NDSQWJP7oD_dy0yCR8Mv8PAQ.9cI2DSXsh5hSYoQT1jXjTw.3m-R9wN3cbZF0ZY2HlwFCBFfmNDWsBjdzIXrgjc0TaAzqRC7nxqpl8Ol6_hIiL7VCwkbKOAl_g6HEVczaFNa3Q8aS6XlLLJIAab0TsMyHxg.bpfs-bKjE86N4mP-Lbgmug" - }, - "record": { - "CNAME": "www.corentinrenard.com" - } -} diff --git a/domains/corruptedarc.json b/domains/corruptedarc.json new file mode 100644 index 000000000..56c455f37 --- /dev/null +++ b/domains/corruptedarc.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Ishaan1313", + "discord": "692993163333337139", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.nz3C6PVPANIFqr0_iY3MkvN3ctls-oCC6bwZUWbYQyi-tlj-_XY3bSjnQmJFprlolUd67Xhc8QAQRj-MNtoy78YwftYo9lppMIBK2OQsYL0RASN0cr_AX3QbOEtXlZQqg4H8D_Q6PnAIKDlEzCCbwijDMvaFRAGv6VcQfCHBEGW1Ie88U5UebjkjeCtQM1eX2ynyDmHnE7gjRmf3SwqP4cBEuSpPTkMmVUEPGCfo4k6yyaDITx74UA8dkRJrMwQO_htOdM2RVPx2jrwpgMVF2ImZ9U0KEZ_39WKwb7ViMqMltjJr6odL7IKYjRKSo7O3DrYwq54WR4VeH6bS0MRocg.XYWpDfIUROkY9Oe7e8c0VQ.RUTLljeHNV84W9s1iNRbWlA0AL2gjhQU06VKfbnbztGXF62UVHotnOWmDpBaZmEF-2skAN3IeZOGiB9VfS2UMSDhhQ4MAL1u_k7ZgZn5HNyNkxjIlVrviYM8p3Iz4p8n.PeWN0VyoWuMo5O00qWpeTw" + }, + "record": { + "CNAME": "corruptedarc.netlify.app" + } +} diff --git a/domains/cota.json b/domains/cota.json new file mode 100644 index 000000000..34e7b0669 --- /dev/null +++ b/domains/cota.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "zer0uno" + }, + "record": { + "URL": "https://www.cotanto.it" + } +} diff --git a/domains/count.json b/domains/count.json new file mode 100644 index 000000000..e03044749 --- /dev/null +++ b/domains/count.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "theveryheavy", + "discord": "1266113644643614803", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.i4iZGukPgos1-y71KygQ_1d4ZPvnuuHgs8csldNT2FxY569U2isi4aCp5AheSznzqXWmPGTo38NmaFn1MelIVOzeFxTz8BHee9bKBcOQ06oxhKLavCiCykNWCjKyfYWHZre251Iv-zsnUgwO0OUbEjToo9PB6YRJ2LkOe1t5ZASxeMeA7QJziuVU5Cv7GWUbg-pZuWODrV4DTW8H6MdRzKFLY4WpxY5jUlnVsWiK6kZG_Wu2z1trzYplfN9T2lN1K1mNIXYgG_CMqNG1jXPQysoKqkhxjr4ItzFVdpAVso0LTmyhYg92ZQatP2SeD5gqZVVxqUKAj7lF6szfnttQbA.uxd1RFhSCU6cdViuiUODvg.NmpM1UKZ5CQ0qoVMplEzRW6yDCp1HsCQVXBQyCTZ3rvaCdPHuzKGnf3IQwMi801cx27D0o8wCiaF0J77whNrnkcMI9VBhajfhc8BrntWu1E.i05R_R9RRIO7RtW-elXkzA" + }, + "record": { + "CNAME": "theveryheavy.github.io" + } +} diff --git a/domains/cr0nus.json b/domains/cr0nus.json index b895a86bc..b70730e65 100644 --- a/domains/cr0nus.json +++ b/domains/cr0nus.json @@ -1,6 +1,5 @@ { "description": "A personal portfolio site for all my projects.", - "repo": "https://github.com/umgbhalla", "owner": { "username": "umgbhalla", "email": "umg.bhalla88@gmail.com", diff --git a/domains/cr1ket.json b/domains/cr1ket.json index 0027bc062..5127db935 100644 --- a/domains/cr1ket.json +++ b/domains/cr1ket.json @@ -7,6 +7,6 @@ "twitter": "noahmk17" }, "record": { - "CNAME": "NoahMK21100.github.io" + "CNAME": "noahmk21100.github.io" } } diff --git a/domains/crazo7924.json b/domains/crazo7924.json new file mode 100644 index 000000000..2478c4bf8 --- /dev/null +++ b/domains/crazo7924.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "crazo7924", + "discord": "466605393309859840", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.EPAp20sGUcuM20K26KYZsDVnufUJ9I-108TJUJVjIM9mb1vi18AHrnxsqlSf9APzx4aJEdPGfnWK2dkBQaS3wBM9FgnBKnVeGQaC-FAjLIWI8eOObReFw8bJIRcOtU10KaftXgSPTHv_6ezYJ61R2BM3DWQc-tOqYlxii7O52UmIgVGg-VFYu-qGtPzPY1KLAfrG3JTfLcP6o-vWcbHe_RAkZpCMS2y2t_qX3B_CpXmxombN81CxtbjNAlHCJI9kurjkH1v03XoAjsG0VhudV1aJcXCnL_jnDZz9J_kHmilivCUGnhi6La46ZEo6RCMD9KGu9jqE60lZYPMWQf3-Xw.R8aRGWxp4ChOZXQ0ZKAqwQ.piH7uRCdmslqxerUYiQjs-k9R9P1lLMeAwLkBfeJh-iCMvHT97basT5Ob6PVrxPaeV-OmnMd4FEvceS3SicofL0LsBOpRfbElmWokDJL6MmfAr-Y3ePhoLImZXKLYaWV.-v_ZfnbqCKYCs5m_EGcHjw" + }, + "record": { + "TXT": [ + "zoho-verification=zb09491787.zmverify.zoho.in", + "v=spf1 include:zoho.in ~all" + ], + "MX": ["mx.zoho.in", "mx2.zoho.in", "mx3.zoho.in"] + } +} diff --git a/domains/creeperita104.json b/domains/creeperita104.json index 66df526f1..5d9fecb76 100644 --- a/domains/creeperita104.json +++ b/domains/creeperita104.json @@ -4,6 +4,6 @@ "email": "creeperita.09@gmail.com" }, "record": { - "CNAME": "icahomesvr2022.freeddns.org" + "NS": ["kyrie.ns.cloudflare.com", "vida.ns.cloudflare.com"] } } diff --git a/domains/crescentmoon.json b/domains/crescentmoon.json new file mode 100644 index 000000000..dfcff68f9 --- /dev/null +++ b/domains/crescentmoon.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "CrescentMoon2506", + "email": "crescentmoon2506@gmail.com" + }, + "record": { + "CNAME": "crescentmoon2506.github.io" + } +} diff --git a/domains/cris.json b/domains/cris.json new file mode 100644 index 000000000..3a336fef2 --- /dev/null +++ b/domains/cris.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "UnrecoverableFault", + "email": "carendell@me.com" + }, + "record": { + "CNAME": "website-f1q.pages.dev" + } +} diff --git a/domains/crischutu07.json b/domains/crischutu07.json index fa3ca7ff5..28edd1046 100644 --- a/domains/crischutu07.json +++ b/domains/crischutu07.json @@ -10,10 +10,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/cristian.json b/domains/cristian.json new file mode 100644 index 000000000..3a336fef2 --- /dev/null +++ b/domains/cristian.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "UnrecoverableFault", + "email": "carendell@me.com" + }, + "record": { + "CNAME": "website-f1q.pages.dev" + } +} diff --git a/domains/crpaiz.json b/domains/crpaiz.json new file mode 100644 index 000000000..fca3c8453 --- /dev/null +++ b/domains/crpaiz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "CristopherPaiz", + "email": "choperpaiz1@gmail.com" + }, + "record": { + "CNAME": "crpaiz.netlify.app" + } +} diff --git a/domains/crvt.json b/domains/crvt.json index fc011b09e..f44b83c81 100644 --- a/domains/crvt.json +++ b/domains/crvt.json @@ -1,11 +1,11 @@ { - "description": "portfolio / profile page", - "repo": "https://github.com/slovakians/crvts", - "owner": { - "username": "Slovakians", - "email": "siresirol937@gmail.com" - }, - "record": { - "CNAME": "slovakians.github.io" - } -} + "description": "portfolio / profile page", + "repo": "https://github.com/slovakians/crvts", + "owner": { + "username": "Slovakians", + "email": "siresirol937@gmail.com" + }, + "record": { + "CNAME": "slovakians.github.io" + } +} diff --git a/domains/crypt.json b/domains/crypt.json index 055ffe5d2..fdd27b8de 100644 --- a/domains/crypt.json +++ b/domains/crypt.json @@ -3,7 +3,6 @@ "username": "cryptixrune", "email": "lunar.dev@icloud.com" }, - "record": { "CNAME": "cryptixrune.github.io" } diff --git a/domains/cryptid.json b/domains/cryptid.json new file mode 100644 index 000000000..a3db97a75 --- /dev/null +++ b/domains/cryptid.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "NotCryptid", + "email": "cryptid@thingai.xyz", + "discord": "545305641212706819", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Ow5vOC5DYFkZ20ukBdrfiOfcTb9zGMbnQyldB0CaiIN8dVdXiZKVGEkmNIKWS6qyhnN-zmGA4gyqdwJ2YC7k3A6YNWcVwMq2mGPGnELtaavIkeex55z4fyZ8qxM49I51s5VT43V05qabzEBAJRrJeoX_qj4djtttxHWj5u7h5eZMMM3LFiYGgrzZ6H7Hdckl57sxzuC5KVz6JP_8e46ip6lowekUxPSe0TWuW910zO97sqc2cbCtQNwp6k5nCV4L0Us669A5XxRgI4LLGxSrjac7ACp4bv7tvXxE11pQPb0fQeqa0hyxB_lUDK8GvmKt6DGS8xLwyjwQdGALPc-BIQ.A-ZKIYM1iQTnY9mqtSxVkw.Fujnp_Vv-c6MDtH1I4XeaJiI0mwOM8Z4Cdp5IjAO-slOgsZnGJuhdX_azeWWNZrLB3HiftQwekFS9J9JP6zHgToirezSoKYrWf3IihYxSoZODysPgfha4weChAq_fNhv.-l3CfdXMoneU79zq_7GRDA" + }, + "record": { + "CNAME": "cryptidbleh.vercel.app" + } +} diff --git a/domains/crystal.json b/domains/crystal.json index dadbdde8e..49f09c784 100644 --- a/domains/crystal.json +++ b/domains/crystal.json @@ -1,12 +1,12 @@ { "description": "For hosting my portfolio", - "repo": "https://github.com/crystalbajgai/crystalbajgai.github.io", + "repo": "https://github.com/crystalbajgai/portfolio", "owner": { "username": "crystalbajgai", "email": "crystalbajgai@gmail.com", - "twitter": "Crissy0__0" + "twitter": "crystaaaal" }, "record": { - "CNAME": "crystalbajgai.github.io" + "CNAME": "crystalbajgai.vercel.app" } } diff --git a/domains/crystalcoding.json b/domains/crystalcoding.json index 505fb6a6f..cfc48a94f 100644 --- a/domains/crystalcoding.json +++ b/domains/crystalcoding.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "crystalcoding9999", - "email": "crystalcraft9999@gmail.com", - "discord": "1102272783712522331" - }, - - "record": { - "CNAME": "crystalcoding9999.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "crystalcoding9999", + "email": "crystalcraft9999@gmail.com", + "discord": "1102272783712522331" + }, + "record": { + "CNAME": "crystalcoding9999.github.io" + } +} diff --git a/domains/ctrlraul.json b/domains/ctrlraul.json index ec47623e1..9619a9fe6 100644 --- a/domains/ctrlraul.json +++ b/domains/ctrlraul.json @@ -4,7 +4,7 @@ "owner": { "username": "ctrlraul", "email": "mailctrlraul@gmail.com", - "twitter": "@CtrlRaul" + "twitter": "CtrlRaul" }, "record": { "CNAME": "ctrlraul.github.io" diff --git a/domains/cuinc99.json b/domains/cuinc99.json new file mode 100644 index 000000000..bf366215b --- /dev/null +++ b/domains/cuinc99.json @@ -0,0 +1,11 @@ +{ + "description": "A Portfolio Website", + "repo": "https://github.com/cuinc99/cuinc99.github.io", + "owner": { + "username": "cuinc99", + "email": "cuinc99@gmail.com" + }, + "record": { + "CNAME": "cuinc99.github.io" + } +} diff --git a/domains/cupglass.json b/domains/cupglass.json deleted file mode 100644 index 43841c640..000000000 --- a/domains/cupglass.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "description": "My base website. Very epik tbh 💥💥", - "repo": "https://github.com/cupglassdev/cupglassdev.github.io", - "owner": { - "username": "cupglassdev", - "email": "", "twitter":"https://x.com/cupglassdev", -"lahelu":"https://lahelu.com/user/cupglassdev", - "discord": "cupglassdev", - "note":"i dont have much time to see my discord app (because its almost 12 am) to take my user id, but since discord has changed their username to pomelo, that is my discord account" - }, - "record": { - "CNAME": "cupglassdev.github.io" - } -} \ No newline at end of file diff --git a/domains/cupglassdev.json b/domains/cupglassdev.json deleted file mode 100644 index 49af785ea..000000000 --- a/domains/cupglassdev.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "description": "Redirect to my epik website, omaygottt 😵‍💫", - "repo": "https://github.com/cupglassdev/cupglassdev.github.io", - "owner": { - "username": "cupglassdev", - "email": "", "twitter":"https://x.com/cupglassdev", -"lahelu":"https://lahelu.com/user/cupglassdev", - "discord": "cupglassdev", - "note":"i dont have much time to see my discord app (because its almost 12 am) to take my user id, but since discord has changed their username to pomelo, that is my discord account" - }, - "record": { - "URL": "https://cupglass.is-a.dev" - } -} \ No newline at end of file diff --git a/domains/cupglasspi.json b/domains/cupglasspi.json deleted file mode 100644 index c0e83bf15..000000000 --- a/domains/cupglasspi.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "description": "t a i l s c a l e tunnel for my pi, not always active tho", - "repo": "", - "owner": { - "username": "cupglassdev", - "email": "", - "twitter": "cupglassdev", - "lahelu": "https://lahelu.com/user/cupglassdev", - "discord": "cupglassdev" - }, - "record": { - "CNAME": "pi.neko-velociraptor.ts.net" - } -} diff --git a/domains/currypan1229.json b/domains/currypan1229.json new file mode 100644 index 000000000..31fb376fc --- /dev/null +++ b/domains/currypan1229.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Currypan1229", + "email": "abcqqqwpvp@gmail.com" + }, + "record": { + "URL": "https://github.com/Currypan1229" + } +} diff --git a/domains/cursedscrubdaddygang.json b/domains/cursedscrubdaddygang.json new file mode 100644 index 000000000..d0d74d5bb --- /dev/null +++ b/domains/cursedscrubdaddygang.json @@ -0,0 +1,10 @@ +{ + "owner": { + "repo": "https://github.com/QuantumMapleQC/quantummapleqc.github.io", + "username": "quantummapleqc", + "discord": "herricksom" + }, + "record": { + "CNAME": "quantummapleqc.github.io" + } +} diff --git a/domains/cutedog5695.json b/domains/cutedog5695.json index 086a7c053..fa85df0c6 100644 --- a/domains/cutedog5695.json +++ b/domains/cutedog5695.json @@ -1,16 +1,12 @@ { "owner": { - "username": "CuteDog5695", - "email": "", + "username": "iostpa", "discord": "716306888492318790", - "twitter": "cutedog5695" + "twitter": "iostpa" }, "record": { "A": ["89.106.200.1"], - "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/cuxdi.json b/domains/cuxdi.json index 22e532713..b364eab7a 100644 --- a/domains/cuxdi.json +++ b/domains/cuxdi.json @@ -1,11 +1,10 @@ { - "owner": { - "username": "cuxdii", - "email": "vihar2408@gmail.com", - "discord": "1156381555875385484" - }, - - "record": { - "CNAME": "cuxdi.pages.dev" - } + "owner": { + "username": "cuxdii", + "email": "vihar2408@gmail.com", + "discord": "1156381555875385484" + }, + "record": { + "CNAME": "cuxdi.pages.dev" + } } diff --git a/domains/cuzimbisonratte.json b/domains/cuzimbisonratte.json index 331ba3ddc..fde0c936b 100644 --- a/domains/cuzimbisonratte.json +++ b/domains/cuzimbisonratte.json @@ -3,7 +3,6 @@ "username": "CuzImBisonratte", "email": "cuzimbisonratte@gmail.com" }, - "record": { "CNAME": "cuzimbisonratte.github.io" } diff --git a/domains/cvrvmebj6qss.bteamapp.json b/domains/cvrvmebj6qss.bteamapp.json new file mode 100644 index 000000000..293c0c532 --- /dev/null +++ b/domains/cvrvmebj6qss.bteamapp.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bteamapp", + "email": "helpapp.bta@gmail.com" + }, + "record": { + "CNAME": "gv-g66qqa7lomqvs2.dv.googlehosted.com" + } +} diff --git a/domains/cwerl.json b/domains/cwerl.json new file mode 100644 index 000000000..d22a444c4 --- /dev/null +++ b/domains/cwerl.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "cwerl" + }, + "record": { + "CNAME": "cwerl.github.io" + } +} diff --git a/domains/cyberglot.json b/domains/cyberglot.json new file mode 100644 index 000000000..8cc6f4abd --- /dev/null +++ b/domains/cyberglot.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "cyberglot", + "email": "cyberglot@gmail.com" + }, + "record": { + "CNAME": "cyberglot.github.io" + } +} diff --git a/domains/cyberpj.json b/domains/cyberpj.json new file mode 100644 index 000000000..f22f38a0e --- /dev/null +++ b/domains/cyberpj.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "0xcyberpj", + "email": "0xcyberpj@proton.me" + }, + "record": { + "CNAME": "0xcyberpj.github.io" + } +} diff --git a/domains/cylis.json b/domains/cylis.json index 69ccdb70a..d6d044ed9 100644 --- a/domains/cylis.json +++ b/domains/cylis.json @@ -4,7 +4,6 @@ "email": "craftingcaptain456@gmail.com", "discord": "372363585394966528" }, - "record": { "CNAME": "cylis-dragneel.github.io" } diff --git a/domains/cyril.json b/domains/cyril.json new file mode 100644 index 000000000..530344107 --- /dev/null +++ b/domains/cyril.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "cyrilakaluka", + "email": "akalukacyril@gmail.com" + }, + "record": { + "CNAME": "cyrilakaluka.github.io" + } +} diff --git a/domains/cyteon.json b/domains/cyteon.json index 926f578f0..9512ed5c5 100644 --- a/domains/cyteon.json +++ b/domains/cyteon.json @@ -1,14 +1,14 @@ { - "owner": { - "username": "Cyteon", - "email": "", - "discord": "871722786006138960", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Q9RhtbUP-u9Q4KAp7lbLAVHYORrtuE70vWDcr_S9DFFixPK3glDOVM9gUHMBsQcv0W0jfXsURDrcN0orvGrTmpn30_CQUBL0XAoBYcL5zC7wBavaXAP6v8YHXQmThdsZknwCfsrlAHK5bjOQR_Hke7H89XUnvjONABGMGozVLrveJsjsRUDrxuxggPlcnMDbaOGwZNNHqz7npcmSPe_Kpd5D2xTUjknMcVn9TlgBf0IjO8EAI0UhJUISLjQdT61Fttes2LP9L_h8cyrkFCHcvrBBrQgc05ijPsp5Yb4DC_drzsoLG1WnWObLNNffOUtf-f_CjAA_edIo-6ZA-4nWkg.v45Ib0akIwdqLrzLUFLWVw.m8Ski3CnEUcpfG3Z_ZE4QeSMzmezHxmIv_fXV23LHHr6NehYWI6W_ei45EsfAS-T9c8feeFxDlFm4NP-JOna1kxiQDFwUkApRgJJm3TR8ZY.pFZ7T7Kzts1Y1wtOzXTpRQ" - }, - - "record": { - "TXT": ["zoho-verification=zb91651102.zmverify.zoho.eu", "v=spf1 include:zohomail.eu ~all"], - "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"] - } - } - + "owner": { + "username": "Cyteon", + "discord": "871722786006138960", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Q9RhtbUP-u9Q4KAp7lbLAVHYORrtuE70vWDcr_S9DFFixPK3glDOVM9gUHMBsQcv0W0jfXsURDrcN0orvGrTmpn30_CQUBL0XAoBYcL5zC7wBavaXAP6v8YHXQmThdsZknwCfsrlAHK5bjOQR_Hke7H89XUnvjONABGMGozVLrveJsjsRUDrxuxggPlcnMDbaOGwZNNHqz7npcmSPe_Kpd5D2xTUjknMcVn9TlgBf0IjO8EAI0UhJUISLjQdT61Fttes2LP9L_h8cyrkFCHcvrBBrQgc05ijPsp5Yb4DC_drzsoLG1WnWObLNNffOUtf-f_CjAA_edIo-6ZA-4nWkg.v45Ib0akIwdqLrzLUFLWVw.m8Ski3CnEUcpfG3Z_ZE4QeSMzmezHxmIv_fXV23LHHr6NehYWI6W_ei45EsfAS-T9c8feeFxDlFm4NP-JOna1kxiQDFwUkApRgJJm3TR8ZY.pFZ7T7Kzts1Y1wtOzXTpRQ" + }, + "record": { + "TXT": [ + "zoho-verification=zb91651102.zmverify.zoho.eu", + "v=spf1 include:zohomail.eu ~all" + ], + "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"] + } +} diff --git a/domains/d.json b/domains/d.json index 5d8a53e7e..d87b6341b 100644 --- a/domains/d.json +++ b/domains/d.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "AhNode", - "email": "", - "discord": "704173828187619370" - }, - - "record": { - "A": ["69.197.135.202"] - } - } - + "owner": { + "username": "AhNode", + "discord": "704173828187619370" + }, + "record": { + "A": ["69.197.135.202"] + } +} diff --git a/domains/d3c.json b/domains/d3c.json index fdb6a3e0b..f713c47ae 100644 --- a/domains/d3c.json +++ b/domains/d3c.json @@ -4,10 +4,7 @@ "email": "czb8.a1@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" } } diff --git a/domains/daffa.json b/domains/daffa.json new file mode 100644 index 000000000..de6e74424 --- /dev/null +++ b/domains/daffa.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "daffafaizan", + "email": "daffamfzn@gmail.com" + }, + "record": { + "URL": "https://daffafaizan.com" + } +} diff --git a/domains/dai.json b/domains/dai.json new file mode 100644 index 000000000..df0ddcd41 --- /dev/null +++ b/domains/dai.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ncdai", + "email": "dai@chanhdai.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/daim.json b/domains/daim.json new file mode 100644 index 000000000..6cdfaa69b --- /dev/null +++ b/domains/daim.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sYnceDez41", + "email": "zdaim78@gmail.com" + }, + "record": { + "CNAME": "devdaim.vercel.app" + } +} diff --git a/domains/dainfloop.json b/domains/dainfloop.json index 0c39bf00e..9cb76e3b1 100644 --- a/domains/dainfloop.json +++ b/domains/dainfloop.json @@ -3,24 +3,13 @@ "username": "DaInfLoop", "email": "backupharoongames100@gmail.com" }, - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], - "AAAA": [ - "2606:50c0:8000::153", - "2606:50c0:8001::153", - "2606:50c0:8002::153", - "2606:50c0:8003::153" - ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 ip4:37.27.51.34 ip6:2a01:4f9:3081:399c::/64 include:spf.improvmx.com ~all" + "A": ["37.27.51.34"], + "AAAA": ["2a01:4f9:3081:399c::4"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": [ + "v=spf1 ip4:37.27.51.34 ip6:2a01:4f9:3081:399c::/64 include:spf.improvmx.com ~all", + "domain-verification=haroon" + ] } } diff --git a/domains/daiswap.json b/domains/daiswap.json index f9f62c355..a7f052724 100644 --- a/domains/daiswap.json +++ b/domains/daiswap.json @@ -1,14 +1,12 @@ { - "description": "for my personal portfolio , to do networking and get to learn and do more projects", - "repo": "https://github.com/DaiSwap/DaiSwap.github.io", - "owner": { - "username": "DaiSwap", - "email": "19644pranavvenkatesh@gmail.com", - "twitter": "@DaiSwap" - }, - "record": { - "A": [ - "13.251.96.10" - ] - } + "description": "for my personal portfolio , to do networking and get to learn and do more projects", + "repo": "https://github.com/DaiSwap/DaiSwap.github.io", + "owner": { + "username": "DaiSwap", + "email": "19644pranavvenkatesh@gmail.com", + "twitter": "DaiSwap" + }, + "record": { + "A": ["13.251.96.10"] + } } diff --git a/domains/damian.json b/domains/damian.json new file mode 100644 index 000000000..df778242f --- /dev/null +++ b/domains/damian.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "meliadamian17", + "email": "meliadamian17@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/dan.json b/domains/dan.json index 8f7023050..7d436f3e4 100644 --- a/domains/dan.json +++ b/domains/dan.json @@ -6,6 +6,6 @@ "email": "dan.field643@gmail.com" }, "record": { - "CNAME": "DanField12.github.io" + "CNAME": "danfield12.github.io" } } diff --git a/domains/dang.json b/domains/dang.json new file mode 100644 index 000000000..f608f7147 --- /dev/null +++ b/domains/dang.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "chanhdangcom", + "email": "ncdang@quaric.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/daniel.json b/domains/daniel.json index 3674bbe32..d80aceac1 100644 --- a/domains/daniel.json +++ b/domains/daniel.json @@ -2,17 +2,11 @@ "description": "Hello! My name is Daniel, I am a developer that has been programming since 2018. This website shows some of the things I have created.", "owner": { "username": "hackermondev", - "email": "", "twitter": "hackermondev" }, "record": { "A": ["34.120.194.28"], - - "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/daniellozano.json b/domains/daniellozano.json new file mode 100644 index 000000000..aa7293c55 --- /dev/null +++ b/domains/daniellozano.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "z4no", + "email": "danixt35@gmail.com" + }, + "record": { + "CNAME": "z4no.github.io" + } +} diff --git a/domains/danielpedroza.json b/domains/danielpedroza.json new file mode 100644 index 000000000..e69721855 --- /dev/null +++ b/domains/danielpedroza.json @@ -0,0 +1,11 @@ +{ + "description": "Daniel's developer website", + "repo": "https://github.com/daniepusb/daniepusb.github.io", + "owner": { + "username": "daniepusb", + "linkedin": "https://www.linkedin.com/in/danielpedroza87" + }, + "record": { + "URL": "https://daniepusb.github.io/" + } +} diff --git a/domains/danieltampe.json b/domains/danieltampe.json new file mode 100644 index 000000000..d6fed1638 --- /dev/null +++ b/domains/danieltampe.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "DanielTampeCaamano", + "email": "danieltampe@hotmail.com", + "discord": "246811015285571586" + }, + "record": { + "CNAME": "daniel-tampe-webpage.vercel.app" + } +} diff --git a/domains/danielzambrano.json b/domains/danielzambrano.json new file mode 100644 index 000000000..8a7a59e3c --- /dev/null +++ b/domains/danielzambrano.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DanielZambranoC", + "email": "trail.moth9771@eagereverest.com" + }, + "record": { + "URL": "https://www.linkedin.com/in/danielzambranoc/" + } +} diff --git a/domains/danilwhale.json b/domains/danilwhale.json index 66ad214c3..fc2938b99 100644 --- a/domains/danilwhale.json +++ b/domains/danilwhale.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "danilwhale", - "email": "", - "discord": "1191777214467940414", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.TMndiEsl4ECzkNhIvJVzKhARY5P83h9nXwYNjtmb8fy_gr0Xrl6dIgbXdxasHq2R4EFrN8VfElTk5pMEjjAXvIVP0mvXO3pmdunG2hbGNmKqPyyG6ZAB6EwOYnYJS6tKF17MmDwiRRreewgohIKJE7c3oP8oYaXH_mLvo9RI_BxpgRbdblFGZFzkGiTrZL0ju0XjSX5oBrcmFLfX5Rd3P3Lv7ySszZiwvRBLyEoR4v_I1oeS59FhMFJ5nHfdMwwd0X0UP_FUf67C24-vcaGi7Xv3ni4lWEU-skubVXTS2ya1t41VX2T_FD0kEorFAcwC30NcHjRERFMdHYXBMyvGEw.CpiU15hYni_PlE_UWHFCQA.sguibYYksrr1sUw7BqjJXJBmRNA0mOuEhRUaZ4I74H2LD-QC1GdY2wCYLp987GEbRnGiOGiNypsk_hONvHFcH0-0NXYxRL3Nel9gPATShEQ.KWSA5I9S9fXpvGnlkqFs7A" - }, - - "record": { - "CNAME": "danilwhale.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "danilwhale", + "discord": "1191777214467940414", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.TMndiEsl4ECzkNhIvJVzKhARY5P83h9nXwYNjtmb8fy_gr0Xrl6dIgbXdxasHq2R4EFrN8VfElTk5pMEjjAXvIVP0mvXO3pmdunG2hbGNmKqPyyG6ZAB6EwOYnYJS6tKF17MmDwiRRreewgohIKJE7c3oP8oYaXH_mLvo9RI_BxpgRbdblFGZFzkGiTrZL0ju0XjSX5oBrcmFLfX5Rd3P3Lv7ySszZiwvRBLyEoR4v_I1oeS59FhMFJ5nHfdMwwd0X0UP_FUf67C24-vcaGi7Xv3ni4lWEU-skubVXTS2ya1t41VX2T_FD0kEorFAcwC30NcHjRERFMdHYXBMyvGEw.CpiU15hYni_PlE_UWHFCQA.sguibYYksrr1sUw7BqjJXJBmRNA0mOuEhRUaZ4I74H2LD-QC1GdY2wCYLp987GEbRnGiOGiNypsk_hONvHFcH0-0NXYxRL3Nel9gPATShEQ.KWSA5I9S9fXpvGnlkqFs7A" + }, + "record": { + "CNAME": "danilwhale.github.io" + } +} diff --git a/domains/daniyor.json b/domains/daniyor.json new file mode 100644 index 000000000..9b78ea0a6 --- /dev/null +++ b/domains/daniyor.json @@ -0,0 +1,11 @@ +{ + "description": "Daniyor's Portfolio", + "repo": "https://github.com/Daniyor2020/devdan", + "owner": { + "username": "Daniyor2020", + "email": "dani.bolta87@gmail.com" + }, + "record": { + "CNAME": "daniyor2020.github.io" + } +} diff --git a/domains/dankamigos.json b/domains/dankamigos.json new file mode 100644 index 000000000..13a0d5f7c --- /dev/null +++ b/domains/dankamigos.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mokshdk", + "email": "anirudhsus001@gmail.com" + }, + "record": { + "CNAME": "dankamigos-baapekd9aua9esh2.eastus-01.azurewebsites.net" + } +} diff --git a/domains/dano.json b/domains/dano.json deleted file mode 100644 index 5a8e0e933..000000000 --- a/domains/dano.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Dano's resume", - "repo": "https://github.com/dano-syrus/dano-syrus.github.io", - "owner": { - "username": "dano-syrus", - "email": "danosyrus@tuta.io", - "discord": "dano#6811" - }, - "record": { - "CNAME": "dano-syrus.github.io" - } -} diff --git a/domains/dany.json b/domains/dany.json index e7f067d6f..c563e84d0 100644 --- a/domains/dany.json +++ b/domains/dany.json @@ -2,7 +2,6 @@ "description": "A blog where I document code.", "owner": { "username": "DanyTPG", - "email": "", "discord": "DanyTPG#5025" }, "record": { diff --git a/domains/danybmx.json b/domains/danybmx.json new file mode 100644 index 000000000..4aec5f04c --- /dev/null +++ b/domains/danybmx.json @@ -0,0 +1,10 @@ +{ + "description": "danybmx's blog and portfolio", + "owner": { + "username": "danybmx", + "email": "daniel@dpstudios.es" + }, + "record": { + "CNAME": "is-a-dev.dpstudios.es" + } +} diff --git a/domains/dariorodrigon.json b/domains/dariorodrigon.json new file mode 100644 index 000000000..e8de8bc65 --- /dev/null +++ b/domains/dariorodrigon.json @@ -0,0 +1,11 @@ +{ + "description": "Dario Rodri Gon is a dev", + "repo": "https://github.com/dario-rodriguez/dario-rodriguez.github.io", + "owner": { + "username": "dario-rodriguez", + "email": "dario.rg.1990@gmail.com" + }, + "record": { + "CNAME": "dario-rodriguez.github.io" + } +} diff --git a/domains/darji-ravi.json b/domains/darji-ravi.json index ab56415df..3ca740602 100644 --- a/domains/darji-ravi.json +++ b/domains/darji-ravi.json @@ -2,8 +2,7 @@ "description": "Ravi Profile.", "repo": "https://github.com/darji-ravi/darji-ravi.github.io", "owner": { - "username": "darji-ravi", - "email": "" + "username": "darji-ravi" }, "record": { "CNAME": "darji-ravi.github.io" diff --git a/domains/darkdevil.json b/domains/darkdevil.json index 43a8b34a8..fe9279857 100644 --- a/domains/darkdevil.json +++ b/domains/darkdevil.json @@ -13,10 +13,7 @@ "185.199.111.153", "185.199.108.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/darkdus.json b/domains/darkdus.json new file mode 100644 index 000000000..40b08a34c --- /dev/null +++ b/domains/darkdus.json @@ -0,0 +1,10 @@ +{ + "description": "Personal Project", + "owner": { + "username": "MqJulus", + "email": "julien.sabe07@gmail.com" + }, + "record": { + "CNAME": "dark-dus.web.app" + } +} diff --git a/domains/darkyzhou.json b/domains/darkyzhou.json new file mode 100644 index 000000000..e4980c556 --- /dev/null +++ b/domains/darkyzhou.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "darkyzhou", + "email": "me@zqy.io" + }, + "record": { + "CNAME": "darkyzhou.net" + } +} diff --git a/domains/darrem.json b/domains/darrem.json index 19e20e38f..036247c52 100644 --- a/domains/darrem.json +++ b/domains/darrem.json @@ -1,7 +1,6 @@ { "owner": { "username": "DarremMolko", - "email": "", "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.XKhYiI2uBnWAXJAQ7333dWkMIXEc7o6WVTYvGCPRaG34iumSQJOUG6DwLYHjaYPlRjYkBSH-9gQw5I9DFxTkcUNTFCQ9hEuZFvm_NvCnEIugZqjg4fEu8TK-33c7M3XfTJjHEAUITBXHJEmjLrFDaLiVRPbsaJNEmaXX0NIn7U40Bgz5dx2bxvD4Ix6Cz1DUvqpgvXTMA2SmT72nBi40k5IKbHouJN1I42iSYyTdsB8LeEpUm97vnpDePHlWYxK4GdKxUh348jeor1Hwz2vZwfM-zLTrKk4awbvpqdy1Afz02wBb1kmcdYng1KCq8LXk1Rz-8u2mgoziGazQt6sLCA.XqztMYGNoZI27xQ5J1NtxQ.fhZFG0EKkijy4hN-pZtt9zO9oa9o6hhPt8t1MqpZxerLYnU94mKe6f4AppFlomOkGvcxFg1nQKwFjStlFDKJAZU4uB7_drXzRCvQba4iL0E.7F6yl-Fde0545UKoqIKlEg" }, "record": { diff --git a/domains/darren.json b/domains/darren.json index 73824a0a7..c71d8613c 100644 --- a/domains/darren.json +++ b/domains/darren.json @@ -1,6 +1,5 @@ { "description": "I use arch btw", - "repo": "https://github.com/DarrenOfficial", "owner": { "username": "DarrenOfficial", "email": "github@darrennathanael.com" diff --git a/domains/darshan.json b/domains/darshan.json new file mode 100644 index 000000000..cca8b533e --- /dev/null +++ b/domains/darshan.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Dqrshan", + "email": "darshan310268@gmail.com", + "discord": "838620835282812969" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/dartanman.json b/domains/dartanman.json index 241595624..32c2932cf 100644 --- a/domains/dartanman.json +++ b/domains/dartanman.json @@ -1,6 +1,5 @@ { "description": "My portfolio", - "repo": "https://github.com/Dartanman", "owner": { "username": "Dartanman", "email": "dartanmanplaysminecraft@gmail.com" diff --git a/domains/dash.pele.json b/domains/dash.pele.json new file mode 100644 index 000000000..eceae0d10 --- /dev/null +++ b/domains/dash.pele.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Pele12324", + "email": "pele.puric@gmail.com", + "discord": "483261654818226186" + }, + "record": { + "A": ["38.242.242.224"] + } +} diff --git a/domains/dash.stefdp.json b/domains/dash.stefdp.json deleted file mode 100644 index 13881f84f..000000000 --- a/domains/dash.stefdp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "email": "", - "discord": "694986201739952229", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" - }, - "record": { - "CNAME": "proxy.stefdp.is-a.dev" - } -} diff --git a/domains/dast.json b/domains/dast.json index 4cd566fed..15f0ae08c 100644 --- a/domains/dast.json +++ b/domains/dast.json @@ -1,6 +1,5 @@ { "description": "My personal website for portfolio, projects and help!", - "repo": "https://github.com/danielsebesta", "owner": { "username": "danielsebesta", "email": "dany.sebesta@seznam.cz" diff --git a/domains/data.accounts.juststudio.json b/domains/data.accounts.juststudio.json new file mode 100644 index 000000000..b0f3eb83b --- /dev/null +++ b/domains/data.accounts.juststudio.json @@ -0,0 +1,11 @@ +{ + "description": "For account system's database", + "owner": { + "username": "JustDeveloper1", + "email": "support@juststudio.is-a.dev", + "discord": "1117482901353812088" + }, + "record": { + "CNAME": "juststudio-account.web.app" + } +} diff --git a/domains/data.json b/domains/data.json index 888b761d4..708e00ecc 100644 --- a/domains/data.json +++ b/domains/data.json @@ -1,10 +1,10 @@ { "owner": { "username": "is-a-dev", - "email": "" + "email": "admin@is-a.dev" }, - "record": { - "CNAME": "is-a-dev.github.io" - } + "CNAME": "is-a.dev" + }, + "proxied": true } diff --git a/domains/data.om.json b/domains/data.om.json deleted file mode 100644 index a55f3e7e8..000000000 --- a/domains/data.om.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "TerraPlayz", - "email": "omsenjalia+github@gmail.com" - }, - "record": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/datit309.json b/domains/datit309.json new file mode 100644 index 000000000..ddc334f39 --- /dev/null +++ b/domains/datit309.json @@ -0,0 +1,12 @@ +{ + "description": "Documentation website for is-a.dev", + "repo": "https://github.com/datit309309/register", + "owner": { + "username": "datit309", + "email": "datit309@gmail.com" + }, + "record": { + "URL": "https://datit309.github.io", + "TXT": "google-site-verification=2F7H5wS3Sly_6DKcp2IIlsDI3z3PWGfqv81YFGbMRKY" + } +} diff --git a/domains/dauvet.json b/domains/dauvet.json new file mode 100644 index 000000000..86909dbb3 --- /dev/null +++ b/domains/dauvet.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dauvet", + "email": "vanhieu85@gmail.com" + }, + "record": { + "CNAME": "dauvet.github.io" + } +} diff --git a/domains/dave.json b/domains/dave.json index 1eca59856..be066d196 100644 --- a/domains/dave.json +++ b/domains/dave.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "davad00", - "email": "", - "discord": "1201678865093894234" - }, - - "record": { - "CNAME": "dave-lezt.onrender.com" - } - } - + "owner": { + "username": "davad00", + "discord": "1201678865093894234" + }, + "record": { + "CNAME": "dave-lezt.onrender.com" + } +} diff --git a/domains/davechbga.json b/domains/davechbga.json new file mode 100644 index 000000000..2d00c0eeb --- /dev/null +++ b/domains/davechbga.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "davechbga" + }, + "record": { + "CNAME": "davechbga.vercel.app" + } +} diff --git a/domains/davemp.json b/domains/davemp.json new file mode 100644 index 000000000..40f233d56 --- /dev/null +++ b/domains/davemp.json @@ -0,0 +1,12 @@ +{ + "description": "David Mendoza Pardo", + "repo": "https://github.com/dave-mp/davemp", + "owner": { + "username": "dave-mp", + "email": "david.mendoza@chibchapps.io", + "twitter": "dave-mp" + }, + "record": { + "CNAME": "davemp.vercel.app" + } +} diff --git a/domains/david.json b/domains/david.json new file mode 100644 index 000000000..e80ad53a8 --- /dev/null +++ b/domains/david.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "david-valdivia", + "email": "dev@dvaldivia.com" + }, + "record": { + "CNAME": "dvaldivia.com" + } +} diff --git a/domains/davidbisky.json b/domains/davidbisky.json index 0b12b7d9a..64c88afe2 100644 --- a/domains/davidbisky.json +++ b/domains/davidbisky.json @@ -3,7 +3,6 @@ "username": "VitStudio", "email": "richardvu12391@gmail.com" }, - "record": { "A": ["198.45.114.194"] } diff --git a/domains/davidramirez.json b/domains/davidramirez.json new file mode 100644 index 000000000..0720de824 --- /dev/null +++ b/domains/davidramirez.json @@ -0,0 +1,11 @@ +{ + "description": "My portfolio website made with Astro", + "repo": "https://github.com/davidzz-code/portfolio.git", + "owner": { + "username": "davidzz-code", + "email": "mixing.drr@gmail.com" + }, + "record": { + "CNAME": "davidramirez.netlify.app" + } +} diff --git a/domains/davidsneighbour.json b/domains/davidsneighbour.json new file mode 100644 index 000000000..ad352b6a0 --- /dev/null +++ b/domains/davidsneighbour.json @@ -0,0 +1,13 @@ +{ + "description": "My GitHub profile", + "owner": { + "username": "davidsneighbour", + "email": "pkollitsch+isadev@gmail.com" + }, + "record": { + "URL": "https://github.com/davidsneighbour/", + "MX": [ + "smtp.google.com" + ] + } +} diff --git a/domains/dawnbreaker.json b/domains/dawnbreaker.json index 92b0a6e03..aaca4345d 100644 --- a/domains/dawnbreaker.json +++ b/domains/dawnbreaker.json @@ -4,6 +4,6 @@ "email": "dawnbreaker0013@gmail.com" }, "record": { - "A": ["34.168.171.130"] + "A": ["35.199.176.130"] } } diff --git a/domains/dawngs.json b/domains/dawngs.json new file mode 100644 index 000000000..5fa2d37db --- /dev/null +++ b/domains/dawngs.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "victorydawn", + "discord": "857502876108193812", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.S_DCHAmFXmGL-zHL3zCs_81ah4-EB7x8_fwBZDVftkekBmevyTldQ6Dw3rhFKcpduHDyMa6Q44sfAd6g4SVY3T0FD4p6fPvmgy1POx6rZ7AcprYZiVr9eotOnZTEedDfVzuTeLi-U0w-_MqeAfleG0p64lYJUYjvJh_4Y8rFvn53UI1k2qV5V4TI7e_1JVv67QusofXJjzOu55AMXhktWh90ZDXzXzJ-qA-nuCR6hQD4tE5ThtDYw_mGyN-ZF6vIVSfd7AUlzhsUGYwvxCQvKs_Rbmsf8yvq1MVW-7SWQq8RRzt1dvxW4aUTwgwKPLMim8XcSEKebzsmQB8ata4DhA.AZSfgy_SB9lX8TZcILDNVQ.3JcUQKM0gLy5ls6IeYSHcQxzUuynIfdrq64S4hT8xyGsjZFl9cHQajlx0gaNV3xzEhn_ZJSTCFqVnwBxCHHOaOgDHLC1rfWl9_Jhk8X8-HI.Hj4SUpt1LqpeN7Xo5clt5A" + }, + "record": { + "CNAME": "dgsbot.pages.dev" + } +} diff --git a/domains/de.mcstatus.json b/domains/de.mcstatus.json index df8119012..718903a27 100644 --- a/domains/de.mcstatus.json +++ b/domains/de.mcstatus.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "EducatedSuddenBucket", - "email": "", - "discord": "1167825360151380032", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Pe5ZJbpCemxi3LNkJueUT8yXsbcvTYMB8kUNIcrEiMQ74S1tK_AKJQNr8z91rdDCgnQrkwm4IXOdg0hVfesD6BNXzdkk0tbCa_XMhMcWXySl4FxpBplksSYowTFn8kt71dC6wziz-bIxHqiV05qq8iQz4no4dRx7y201eFhYjHwohmgsDVuHo-RKwWPZb4DQ3pU9q-Kmj3S9oYzbSyeJwzBTOvNZMfTH3mg62WM-8LX9kCEzSxt0RMZonEWBR4iwDfHW4RTL5_q3cM6YlQZgZhMskM0d2qjfW41Z1Rgkk-LoK_Ocy4FgexKGSSQB1ELvKKiB3HIx8SzAJGOUN5embQ.tVHlDE7ViTBjpMwwBziXWg.sxxbX9aYI6LgcOWeVuPJb3-ElpjibO2jA2oyPETPZxVDbxFv-u2NHToDpur3BlAbrqPxdyoD6Axx_khEsNdkCYAFu7US9cMPo7VQvlXgyQRFJSb2_UzskvshnTNO5j-x.-2VA5T7QSGPdyTxNk00KGQ" - }, - - "record": { - "A": ["216.24.57.1"] - } - } - \ No newline at end of file + "owner": { + "username": "EducatedSuddenBucket", + "discord": "1167825360151380032", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Pe5ZJbpCemxi3LNkJueUT8yXsbcvTYMB8kUNIcrEiMQ74S1tK_AKJQNr8z91rdDCgnQrkwm4IXOdg0hVfesD6BNXzdkk0tbCa_XMhMcWXySl4FxpBplksSYowTFn8kt71dC6wziz-bIxHqiV05qq8iQz4no4dRx7y201eFhYjHwohmgsDVuHo-RKwWPZb4DQ3pU9q-Kmj3S9oYzbSyeJwzBTOvNZMfTH3mg62WM-8LX9kCEzSxt0RMZonEWBR4iwDfHW4RTL5_q3cM6YlQZgZhMskM0d2qjfW41Z1Rgkk-LoK_Ocy4FgexKGSSQB1ELvKKiB3HIx8SzAJGOUN5embQ.tVHlDE7ViTBjpMwwBziXWg.sxxbX9aYI6LgcOWeVuPJb3-ElpjibO2jA2oyPETPZxVDbxFv-u2NHToDpur3BlAbrqPxdyoD6Axx_khEsNdkCYAFu7US9cMPo7VQvlXgyQRFJSb2_UzskvshnTNO5j-x.-2VA5T7QSGPdyTxNk00KGQ" + }, + "record": { + "A": ["216.24.57.1"] + } +} diff --git a/domains/de.whine.json b/domains/de.whine.json deleted file mode 100644 index eefdf18b4..000000000 --- a/domains/de.whine.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "whinee", - "email": "", - "twitter": "whi_nyaan" - }, - "description": "whi_ne's deno subdomain", - "record": { - "A": ["34.120.54.55"], - "TXT": "deno-com-validation=572b9c00ebc922b6f8367944" - } -} diff --git a/domains/deadcode.json b/domains/deadcode.json index 0de06a26c..3f6820198 100644 --- a/domains/deadcode.json +++ b/domains/deadcode.json @@ -2,10 +2,10 @@ "owner": { "username": "RichardKanshen", "email": "richard@kanshen.click", - "twitter": "@kanskje0", + "twitter": "kanskje0", "discord": "kanshen.uwu", "bluesky": "kanshen.click", - "telegram": "@richardkanskje" + "telegram": "richardkanskje" }, "record": { "CNAME": "deadcodegames.github.io" diff --git a/domains/deadshot.json b/domains/deadshot.json index 87b118666..8f48d9529 100644 --- a/domains/deadshot.json +++ b/domains/deadshot.json @@ -1,12 +1,12 @@ { - "description": "Updated Website 2023 Edition Haha", - "repo": "https://github.com/deadshotofficial/deadshotofficial.github.io", + "description": "A simple portfolio template made by me.", + "repo": "https://github.com/deadshotofficial/minimal-portfolio", "owner": { "username": "deadshotofficial", "email": "deadshot3r@pm.me", - "twitter": "deadshot3r" + "discord": "416952474587496449" }, "record": { - "CNAME": "deadshotofficial.github.io" + "CNAME": "deadshotdev.vercel.app" } } diff --git a/domains/dean.json b/domains/dean.json index 2ca64863b..87f408ef1 100644 --- a/domains/dean.json +++ b/domains/dean.json @@ -1,13 +1,11 @@ { - "description": "Personal blog and porfolio", - "repo": "https://github.com/dandepan303/frosti", - "owner": { - "username": "dandepan303", - "email": "dandepan303@gmail.com" - }, - "record": { - "A": [ - "75.2.60.5" - ] - } + "description": "Personal blog and porfolio", + "repo": "https://github.com/dandepan303/frosti", + "owner": { + "username": "dandepan303", + "email": "dandepan303@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } } diff --git a/domains/_github-pages-challenge-yunexiz.ai-y.yunexiz.json b/domains/debaditya.json similarity index 50% rename from domains/_github-pages-challenge-yunexiz.ai-y.yunexiz.json rename to domains/debaditya.json index 00925115e..4ea3083e8 100644 --- a/domains/_github-pages-challenge-yunexiz.ai-y.yunexiz.json +++ b/domains/debaditya.json @@ -1,10 +1,9 @@ { "owner": { - "username": "yunexiz", - "discord": "1040303561847881729", - "email": "" + "username": "DebadityaMalakar", + "email": "debadityamalakar@outlook.com" }, "record": { - "TXT": "44acf50d05a09c5bdcb82f64551e6c" + "A": ["76.76.21.21"] } } diff --git a/domains/debaleena.json b/domains/debaleena.json index 713a03111..c35b0bf47 100644 --- a/domains/debaleena.json +++ b/domains/debaleena.json @@ -5,8 +5,7 @@ "username": "Debaleena84", "email": "des.debaleenabasu@gmail.com" }, - "record": { - "CNAME": "debaleena84.github.io" - } - + "record": { + "CNAME": "debaleena84.github.io" + } } diff --git a/domains/debarchito.json b/domains/debarchito.json index c2fc1d9fa..a1f70aed8 100644 --- a/domains/debarchito.json +++ b/domains/debarchito.json @@ -4,7 +4,6 @@ "email": "debarchitonath@gmail.com", "discord": "739497344780992564" }, - "record": { "CNAME": "debarchito.github.io" } diff --git a/domains/debargha.json b/domains/debargha.json index cf78f7f84..19858ac44 100644 --- a/domains/debargha.json +++ b/domains/debargha.json @@ -3,7 +3,6 @@ "username": "DebarghaXD", "email": "somachattaraj77@gmail.com" }, - "record": { "CNAME": "debargha.pages.dev" } diff --git a/domains/debertjamie.json b/domains/debertjamie.json index 299834afc..44f7c71e3 100644 --- a/domains/debertjamie.json +++ b/domains/debertjamie.json @@ -1,6 +1,5 @@ { "description": "A personal website", - "repo": "https://github.com/debertjamie", "owner": { "username": "debertjamie", "email": "debert123@protonmail.com" diff --git a/domains/debjit-mandal.json b/domains/debjit.json similarity index 53% rename from domains/debjit-mandal.json rename to domains/debjit.json index 501c3dc44..5c9f21bfa 100644 --- a/domains/debjit-mandal.json +++ b/domains/debjit.json @@ -1,9 +1,9 @@ { "owner": { - "username": "debjit-mandal", + "username": "mysticdebjit", "email": "debjitmandal8925@gmail.com" }, "record": { - "CNAME": "debjit-mandal.github.io" + "CNAME": "mysticdebjit.github.io" } } diff --git a/domains/debjoti-mallick.json b/domains/debjoti-mallick.json new file mode 100644 index 000000000..01ed916ab --- /dev/null +++ b/domains/debjoti-mallick.json @@ -0,0 +1,11 @@ +{ + "description": "Debjoti's portfolio website", + "owner": { + "username": "DebjotiMallick", + "email": "debjoti97@gmail.com" + }, + "record": { + "CNAME": "debjotimallick.github.io" + }, + "proxied": true +} diff --git a/domains/debkanchan.json b/domains/debkanchan.json new file mode 100644 index 000000000..2837274d7 --- /dev/null +++ b/domains/debkanchan.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio", + "repo": "https://github.com/debkanchan/debkanchan.github.io", + "owner": { + "username": "debkanchan", + "email": "debu.samadder@gmail.com" + }, + "record": { + "CNAME": "debkanchan.github.io" + } +} diff --git a/domains/debtlessflea.json b/domains/debtlessflea.json index 2e963239c..b565cd664 100644 --- a/domains/debtlessflea.json +++ b/domains/debtlessflea.json @@ -1,9 +1,9 @@ -{ - "owner": { - "username": "DebtlessFlea", - "email": "citizen.caption020@passfwd.com" - }, - "record": { - "CNAME": "debtlessflea.github.io" - } -} \ No newline at end of file +{ + "owner": { + "username": "DebtlessFlea", + "email": "citizen.caption020@passfwd.com" + }, + "record": { + "CNAME": "debtlessflea.github.io" + } +} diff --git a/domains/debug.json b/domains/debug.json index 44572a9ae..5c191ce30 100644 --- a/domains/debug.json +++ b/domains/debug.json @@ -1,6 +1,5 @@ { "description": "Debug.Log's Website", - "owner": { "username": "extremepro999", "email": "debugdotlog@zohomail.in" diff --git a/domains/dedchromebook.json b/domains/dedchromebook.json index 159839a83..6ad989902 100644 --- a/domains/dedchromebook.json +++ b/domains/dedchromebook.json @@ -1,11 +1,10 @@ { - "owner": { - "username": "codeguy271", - "email": "", - "discord": "1202358603940634688", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.gRr1nTTedMATs4ZQU5s4A8Lh3q4LynuuIJHkrxOAOWm3r-j8-NSpt3dt8L4Q3RU3oPVdYNaY3tdyZByDzzxQ4-PecHOLT43Rl-MK_detKgY_EZftBWJYQictpGxxFSIl8a92vK301OBG2oeF-bAAxLBKDAeXvjCWytYlJfMCMsfeEQ9NYF1gj17rr0BEO_KuyiC9rJZkjOELpHJQNSqYt1WEBhmiAjjpTLNGD0JyfNfGSU5JfFo6uyXTjj__qFECYyl_dadHETuRcYrQo5O91H8sJ2svrNZqcizfnWI-YLgiaWaFtK1nxHN1QQUum9D2cN0aKLd_BlYiQ5oooApkcA.vuPJ73qwLyIUcK0rgaSkbA.g9FrLxKMkTkQJl9mRMa7FZrWSRiVwaHSNXzG5SSh1V3nwrkgZWKpYi1vHXoAIMwCeyCf1qMrH1J8SYLRCy_X0FZiS5rxkbvYNuyIH8N4j-g.E69eeuRwY1wwLvL3V1SCZQ" - }, - "record": { - "CNAME": "codeguy271.github.io" - } + "owner": { + "username": "codeguy271", + "discord": "1202358603940634688", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.gRr1nTTedMATs4ZQU5s4A8Lh3q4LynuuIJHkrxOAOWm3r-j8-NSpt3dt8L4Q3RU3oPVdYNaY3tdyZByDzzxQ4-PecHOLT43Rl-MK_detKgY_EZftBWJYQictpGxxFSIl8a92vK301OBG2oeF-bAAxLBKDAeXvjCWytYlJfMCMsfeEQ9NYF1gj17rr0BEO_KuyiC9rJZkjOELpHJQNSqYt1WEBhmiAjjpTLNGD0JyfNfGSU5JfFo6uyXTjj__qFECYyl_dadHETuRcYrQo5O91H8sJ2svrNZqcizfnWI-YLgiaWaFtK1nxHN1QQUum9D2cN0aKLd_BlYiQ5oooApkcA.vuPJ73qwLyIUcK0rgaSkbA.g9FrLxKMkTkQJl9mRMa7FZrWSRiVwaHSNXzG5SSh1V3nwrkgZWKpYi1vHXoAIMwCeyCf1qMrH1J8SYLRCy_X0FZiS5rxkbvYNuyIH8N4j-g.E69eeuRwY1wwLvL3V1SCZQ" + }, + "record": { + "CNAME": "codeguy271.github.io" + } } diff --git a/domains/deeptanshu.json b/domains/deeptanshu.json new file mode 100644 index 000000000..1873c86ef --- /dev/null +++ b/domains/deeptanshu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Deeptanshuu", + "email": "laldeeptanshu96@gmail.com" + }, + "record": { + "CNAME": "deeptanshu.vercel.app" + } +} diff --git a/domains/default._domainkey.yxz.json b/domains/default._domainkey.yxz.json new file mode 100644 index 000000000..c64e4c0a0 --- /dev/null +++ b/domains/default._domainkey.yxz.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "yz9551", + "discord": "yz9551" + }, + "record": { + "TXT": [ + "v=DKIM1; h=sha256; k=rsa; ", + "p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkZrPwMQ7rlS6FhIaX5RgqWzKC1RdCB6GmxsdtKVbqGVzQX6WiwFXrgfQ3SqxlZXc1w+YFD7u2NFUahq+wgBnUos9ZwkmezRjq/toAEWuEV7ATtQDuWZNE6O9ab37I36rXT4pmJHZq5BGgXAY8ILKHQ6F1ZNWw7+nzCggeiGezTG8beMjnN3jy+PMafC5Q1cUZXYHme/F301Otj", + "H4U6OpMzG4pWCFH3mXK14MeSff0m4ltcB5LkenlvANWm5nU+W+hssBL58iBKdFYIAz7rYoJs5OM2JO8wZZ6NFrWxtEYSjbMasq3mG4BkSP8+o0/Cp/UTARvp6XoG+T6V1E6OPyTwIDAQAB" + ] + } +} diff --git a/domains/defective.json b/domains/defective.json index 96d3cf7cd..ed9823cdc 100644 --- a/domains/defective.json +++ b/domains/defective.json @@ -1,11 +1,11 @@ { - "description": "Describe the use of this subdomain", - "repo": "https://github.com/Defective4/defective4.github.io", - "owner": { - "username": "Defective4", - "email": "def3ctive4@gmail.com" - }, - "record": { - "CNAME": "defective4.github.io" - } -} + "description": "Describe the use of this subdomain", + "repo": "https://github.com/Defective4/defective4.github.io", + "owner": { + "username": "Defective4", + "email": "def3ctive4@gmail.com" + }, + "record": { + "CNAME": "defective4.github.io" + } +} diff --git a/domains/deko.json b/domains/deko.json index af1b4f1d4..ee86dab3e 100644 --- a/domains/deko.json +++ b/domains/deko.json @@ -4,6 +4,6 @@ "email": "isadev@ukriu.com" }, "record": { - "URL": "https://ukriu.github.io" + "URL": "https://ukriu.com" } } diff --git a/domains/delta.json b/domains/delta.json index 5be00badd..5a49e6593 100644 --- a/domains/delta.json +++ b/domains/delta.json @@ -3,7 +3,6 @@ "repo": "https://github.com/leocatsune/leocatsune.github.io", "owner": { "username": "LeoCatsune", - "email": "", "twitter": "LeoCatsune" }, "record": { diff --git a/domains/deltara.json b/domains/deltara.json index 096c8a75f..46bfa8c52 100644 --- a/domains/deltara.json +++ b/domains/deltara.json @@ -3,7 +3,6 @@ "username": "Deltara3", "email": "boided420@gmail.com" }, - "record": { "CNAME": "deltara3.github.io" } diff --git a/domains/dem0n.json b/domains/dem0n.json new file mode 100644 index 000000000..6831a30e7 --- /dev/null +++ b/domains/dem0n.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "probablydem0n", + "discord": "935272776586129419" + }, + "record": { + "CNAME": "probablydem0n.github.io" + } +} diff --git a/domains/demo.mcstatus.json b/domains/demo.mcstatus.json index 6a7b11a15..ac2255ca1 100644 --- a/domains/demo.mcstatus.json +++ b/domains/demo.mcstatus.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "EducatedSuddenBucket", - "email": "educatedsuddenbucket@gmail.com" - }, - "record": { - "CNAME": "bff5bd034c7fbbeafaaf626f505c8cc5.ipv4.tcpshield.com" - } + "owner": { + "username": "EducatedSuddenBucket", + "email": "educatedsuddenbucket@gmail.com" + }, + "record": { + "CNAME": "bff5bd034c7fbbeafaaf626f505c8cc5.ipv4.tcpshield.com" + } } diff --git a/domains/demonitize.json b/domains/demonitize.json index 6f005c4e4..e4be0e8a1 100644 --- a/domains/demonitize.json +++ b/domains/demonitize.json @@ -1,19 +1,14 @@ { "owner": { "username": "demonitize", - "email": "", "twitter": "demonitized_boi", "twitch": "demonitized_boi", "discord": "demonitize" }, "description": "Probably will use this to redirect to GitHub, because custom domain look cool", - "repo": "https://github.com/demonitize", "record": { "URL": "https://github.com/demonitize", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "dh=09350922b05d5a2bcc4a3b4b16c9ef4c0deecb79 v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/den.json b/domains/den.json index 2b0b1cd96..b6efc9d4e 100644 --- a/domains/den.json +++ b/domains/den.json @@ -2,8 +2,7 @@ "description": "This domain (den.is-a.dev) is used for blogging by Denver", "owner": { "username": "DenStudies7700", - "discord": "ImDenver#7700", - "email": "" + "discord": "ImDenver#7700" }, "record": { "CNAME": "hashnode.network" diff --git a/domains/denblo.json b/domains/denblo.json new file mode 100644 index 000000000..b639fb837 --- /dev/null +++ b/domains/denblo.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/DenisBlokhin/DenisBlokhin.github.io", + "owner": { + "username": "DenisBlokhin", + "email": "denis.blokhin@outlook.com" + }, + "record": { + "CNAME": "denisblokhin.github.io" + } +} diff --git a/domains/denisklimenko.json b/domains/denisklimenko.json new file mode 100644 index 000000000..b7d688c90 --- /dev/null +++ b/domains/denisklimenko.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DenisKlimenko", + "email": "denis.klimenko.92@gmail.com" + }, + "record": { + "NS": ["destiny.ns.cloudflare.com", "kirk.ns.cloudflare.com"] + } +} diff --git a/domains/deniz.json b/domains/deniz.json index a5dbba39a..6c785c944 100644 --- a/domains/deniz.json +++ b/domains/deniz.json @@ -3,12 +3,21 @@ "repo": "https://github.com/creeperkafasi/creeperkafasi.github.io", "owner": { "username": "creeperkafasi", - "email": "", "twitter": "_creeperkafasi_", - "discord": "creeperkafasipw#1861", + "discord": "creeperkafasi", "note": "I don't use twitter that much, you may have a better chance to contact me through discord" }, "record": { - "CNAME": "creeperkafasi.github.io" + "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=MDcyNzA3YjVlMTdjNzhhYS1iMzA0NDgxN2RjMmZiODZhODI5Y2UyNmUzNzY5NjJhZWZkMTA4MjBlNDEyYTk3MTc0MjhkN2NlMmQxNWQ5MmFi", + "google-site-verification=9jbck7qUZb10EWndaXLikv_Kx9xQ7DpShwFCttIzA6Q" + ] } } diff --git a/domains/denty.json b/domains/denty.json new file mode 100644 index 000000000..05b03223e --- /dev/null +++ b/domains/denty.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dentylife", + "email": "dentyaptx@gmail.com" + }, + "record": { + "A": ["158.101.152.7"] + } +} diff --git a/domains/denver.json b/domains/denver.json index fcabcb9a6..70fde89b3 100644 --- a/domains/denver.json +++ b/domains/denver.json @@ -3,8 +3,7 @@ "repo": "https://github.com/DenStudies7700/DenStudies7700.github.io", "owner": { "username": "DenStudies7700", - "discord": "ImDenver#7700", - "email": "" + "discord": "ImDenver#7700" }, "record": { "CNAME": "densite-development-7700.up.railway.app" diff --git a/domains/designer.json b/domains/designer.json index 372fd5d72..7c0068963 100644 --- a/domains/designer.json +++ b/domains/designer.json @@ -1,6 +1,5 @@ { "description": "Designer Slash Developer", - "repo": "https://github.com/designbyadrian", "owner": { "username": "designbyadrian", "email": "adrian@designbyadrian.com" diff --git a/domains/dev.udhaya.json b/domains/dev.udhaya.json new file mode 100644 index 000000000..6e833a081 --- /dev/null +++ b/domains/dev.udhaya.json @@ -0,0 +1,10 @@ +{ + "description": "Dev Portfolio", + "owner": { + "username": "xaceduke", + "email": "kinghtth0@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/dev.wilbur.json b/domains/dev.wilbur.json deleted file mode 100644 index 37ccb0959..000000000 --- a/domains/dev.wilbur.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ThisCatLikesCrypto", - "email": "contact@wilburwilliams.uk" - }, - "record": { - "CNAME": "dev.ww-projects.pages.dev" - } -} diff --git a/domains/deva.json b/domains/deva.json index 0a06c85f4..b5f86d518 100644 --- a/domains/deva.json +++ b/domains/deva.json @@ -5,10 +5,7 @@ "email": "devamidhun.3c.kmbvm@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" } } diff --git a/domains/devabh.json b/domains/devabh.json new file mode 100644 index 000000000..30e53989e --- /dev/null +++ b/domains/devabh.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "devabh96", + "discord": "760049962544791562", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.cj4_MgLnwmfo1F0NcZvbKIKDQ23CcQAIjYT0X3SmU1YAipr02XR4E11TQqZIzlM6hPwbHUbB59OQx_zkcuN9JO2VaTteS_TpZZ8ytvxfdl60QtGhSAD3Q9zm0-oKKAbVEjR-EzEEwpftzw8VwQlQIgiYbXjZibHKp2D3KbKOB3J-C3cl5LBHhMKPFsFj6N12jwFDzrQeDO8mCrTgKX1D3YpiZaVkhMhuKVFwE0V2vXSx-JidQi3yz--KWLsfXZETU8YAVwFsEAroWLcerWOcNPYejvjQ51VMQDqaRz00AkTByNXXWYo1Q4q4wlZJd0wSIoKoK0iuvkPhSacjP6kW4A.yDr4bOjKGS35kiQ-0Tzj5Q.SrpxNDOW7NpFpZmetH-qJMomCelSSw3YTBGL3Vu2AtdYZ1OVQYWk8yhfGU0kVwyB4wAlPIQYaC2UXDqJXrHqSEmcK-P8f0uvKUiwaKHtaEw.Or8kZv4I4r03hoGLMr7MyQ" + }, + "record": { + "A": ["69.30.249.53"] + } +} diff --git a/domains/devanmed.json b/domains/devanmed.json index c6a2cd1c1..5d2d9529c 100644 --- a/domains/devanmed.json +++ b/domains/devanmed.json @@ -1,7 +1,6 @@ { "owner": { "username": "devan2051", - "email": "", "discord": "EvilPixel#5161" }, "record": { diff --git a/domains/devansh.json b/domains/devansh.json index bf3726268..4b2903fa9 100644 --- a/domains/devansh.json +++ b/domains/devansh.json @@ -1,12 +1,12 @@ { - "description": "portfolio", - "repo": "https://github.com/devanshyadav2010/register", - "owner": { - "username": "devanshyadav2010", - "email": "dev8adam576@gmail.com", - "twitter": "devanshyadav" - }, - "record": { - "CNAME": "devanshyadav2010.github.io" - } - } + "description": "portfolio", + "repo": "https://github.com/devanshyadav2010/register", + "owner": { + "username": "devanshyadav2010", + "email": "dev8adam576@gmail.com", + "twitter": "devanshyadav" + }, + "record": { + "CNAME": "devanshyadav2010.github.io" + } +} diff --git a/domains/devanshu.json b/domains/devanshu.json new file mode 100644 index 000000000..7fccf0a77 --- /dev/null +++ b/domains/devanshu.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio", + "repo": "https://github.com/DevanshuTripathi/portfolio", + "owner": { + "username": "DevanshuTripathi", + "email": "aditheprince120@gmail.com" + }, + "record": { + "CNAME": "portfolio-nine-xi-16.vercel.app" + } +} diff --git a/domains/devbx.json b/domains/devbx.json deleted file mode 100644 index 9c921ebc9..000000000 --- a/domains/devbx.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "devbx", - "email": "pangys0306@hotmail.com" - }, - "record": { - "CNAME": "devbx.github.io" - } -} diff --git a/domains/devcomp.json b/domains/devcomp.json index 53f875fe9..e23c75814 100644 --- a/domains/devcomp.json +++ b/domains/devcomp.json @@ -1,6 +1,5 @@ { "description": "Cool looking redirection for my site.", - "repo": "https://github.com/CompeyDev", "owner": { "username": "CompeyDev", "email": "hi@devcomp.xyz" diff --git a/domains/devdaim.json b/domains/devdaim.json new file mode 100644 index 000000000..d5a26fbd3 --- /dev/null +++ b/domains/devdaim.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sYnceDez41", + "email": "daimdev6@gmail.com" + }, + "record": { + "A": ["4.247.175.26"] + } +} diff --git a/domains/devdk.json b/domains/devdk.json index 76bbc0e82..273fbc32a 100644 --- a/domains/devdk.json +++ b/domains/devdk.json @@ -2,10 +2,9 @@ "description": "Personal page of DevDK", "owner": { "username": "DeveloperDmitryKolyadin", - "email": "", "twitter": "_DevDK" }, "record": { - "CNAME": "DeveloperDmitryKolyadin.github.io" + "CNAME": "developerdmitrykolyadin.github.io" } } diff --git a/domains/devfate.json b/domains/devfate.json index 3b1a6a4f3..3f802d92e 100644 --- a/domains/devfate.json +++ b/domains/devfate.json @@ -1,7 +1,6 @@ { "owner": { "username": "blackpandan", - "email": "", "twitter": "camzy_l" }, "record": { diff --git a/domains/devhanza.json b/domains/devhanza.json new file mode 100644 index 000000000..e18b914ce --- /dev/null +++ b/domains/devhanza.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DevHanza", + "email": "josephandrew1@logicstreak.com" + }, + "record": { + "URL": "https://contra.com/devhanza/work" + } +} diff --git a/domains/devmatei.json b/domains/devmatei.json new file mode 100644 index 000000000..0f7ac0edf --- /dev/null +++ b/domains/devmatei.json @@ -0,0 +1,22 @@ +{ + "owner": { + "username": "DevMatei", + "email": "contact@devmatei.is-a.dev", + "discord": "784443338627612673" + }, + "record": { + "A": ["75.2.60.5"], + "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"], + "TXT": [ + "v=spf1 include:zoho.eu ~all", + "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIOzUFPBEQXJA2Rh16fCXNC8YASZtoVbievhK2Wwof2/nd+TGcMiLhr9BT9Iiq7pc0zOlzA5fsCYzxXRpBQqiPvXQT/gYvWaVWIJaDSiQHuiz4mA8s8PEPX/iovSZWy4cCge9Gd1WKkFJLPHqVrFnOeVCPl8xFvcKU4z4uQIDAQAB" + ] + }, + "redirect_config": { + "custom_paths": { + "/github": "https://github.com/devmatei", + "/hating": "https://hate.is-a.dev" + } + }, + "proxied": true +} diff --git a/domains/devon.json b/domains/devon.json index 3125a1dc1..0b2827c2f 100644 --- a/domains/devon.json +++ b/domains/devon.json @@ -2,8 +2,7 @@ "description": "Devon Powell is a full-stack software engineer", "repo": "https://github.com/D-Pow/d-pow.github.io", "owner": { - "username": "D-Pow", - "email": "D-Pow@users.noreply.github.com" + "username": "D-Pow" }, "record": { "CNAME": "d-pow.github.io" diff --git a/domains/dexo.json b/domains/dexo.json index a97675642..dd1b4b74c 100644 --- a/domains/dexo.json +++ b/domains/dexo.json @@ -4,10 +4,7 @@ "email": "dexo1337@pm.me" }, "record": { - "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/df.json b/domains/df.json new file mode 100644 index 000000000..01bd43ae8 --- /dev/null +++ b/domains/df.json @@ -0,0 +1,11 @@ +{ + "description": "df's Dev Website", + "owner": { + "username": "DF-wu", + "linkedin": "https://www.linkedin.com/in/chufei-wu-b33990164/", + "email": "df@dfder.tw" + }, + "record": { + "CNAME": "df-wu.github.io" + } +} diff --git a/domains/dg23w6xwjtee.json b/domains/dg23w6xwjtee.json index a04a530ae..934acd7a8 100644 --- a/domains/dg23w6xwjtee.json +++ b/domains/dg23w6xwjtee.json @@ -4,7 +4,6 @@ "email": "kleeinlmao@gmail.com", "discord": "763581985410121769" }, - "record": { "CNAME": "gv-q6wjma7mpehvc2.dv.googlehosted.com" } diff --git a/domains/dgs.json b/domains/dgs.json new file mode 100644 index 000000000..2e9db8ecc --- /dev/null +++ b/domains/dgs.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "victorydawn", + "discord": "857502876108193812", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Mk7Ovfy1v5O45rik2XcBeQI94jklBWGmiCn27B2tMUKnwVKAQH5_fUE_DexQoYK6KgU9OgyBdzPtyTCGgYiFsAx-uRvdkt-EbMTF6rV1xNdEzmOKnCAUMdWAqb8pzGB32zQlJLNev7rhhqPgaLNd0GxuAMAsr9e1yuqjiabYtTHFiqRx_CITf1cr38q2Idgsb4QFkbaJCRuJ1WV5nuDGGftkI5FIrENB3BiauJ0kTA1cn_zxLS-kDCMwJ1vkmE2mW_2NBIEFfn-Eq9troZE2YICPBvKx9HcTnOQlP61mq3R8_ut7FoZeg8Ts44-1affR3OnbgAz_1Y_qT7ty9jnASg.Borc5KEWmWoWP6Af2GjWXw.OVNPGtv9qRGhSGqU39vXowD22fqLppnAHIlvDh24AAuHFYAmU0PpE3GuzbNo_RmuTlkx7TcEohJ3M_2sXtSshh6TkCYwZ2Edik5dh6ZFY50.6iMDFicGcVAP6sxWx_K1jQ" + }, + "record": { + "CNAME": "mydgs.pages.dev" + } +} diff --git a/domains/dharamvir.json b/domains/dharamvir.json new file mode 100644 index 000000000..543e4aa8f --- /dev/null +++ b/domains/dharamvir.json @@ -0,0 +1,10 @@ +{ + "domain": "dharamvir.is-a.dev", + "owner": { + "email": "gohildharamvirsinh1530@gmail.com", + "github": "DH4R4M" + }, + "record": { + "CNAME": "DH4R4M.github.io" + } +} diff --git a/domains/dharti-mungara.json b/domains/dharti-mungara.json index 064d27603..23df2bd02 100644 --- a/domains/dharti-mungara.json +++ b/domains/dharti-mungara.json @@ -2,8 +2,7 @@ "description": "Dharti mungara Profile.", "repo": "https://github.com/dharti-mungara/dharti-mungara.github.io", "owner": { - "username": "dharti-mungara", - "email": "" + "username": "dharti-mungara" }, "record": { "CNAME": "dharti-mungara.github.io" diff --git a/domains/dhaval-kareliya.json b/domains/dhaval-kareliya.json index e7e0654c5..9770ff48c 100644 --- a/domains/dhaval-kareliya.json +++ b/domains/dhaval-kareliya.json @@ -2,8 +2,7 @@ "description": "This is a personal website", "repo": "https://github.com/dhaval-kareliya/dhaval-kareliya.github.io", "owner": { - "username": "dhaval-kareliya", - "email": "" + "username": "dhaval-kareliya" }, "record": { "CNAME": "dhaval-kareliya.github.io" diff --git a/domains/dhika.json b/domains/dhika.json new file mode 100644 index 000000000..b9b373f36 --- /dev/null +++ b/domains/dhika.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thisisdhika", + "email": "dhikaardana87@gmail.com" + }, + "record": { + "CNAME": "thisisdhika.vercel.app" + } +} diff --git a/domains/dhilipan.json b/domains/dhilipan.json index 07c4ee597..e622280bf 100644 --- a/domains/dhilipan.json +++ b/domains/dhilipan.json @@ -1,18 +1,15 @@ { - "owner": { - "username": "MysticalPvE", - "email": "", - "discord": "1229782675678826496", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.WPtn_SlHtmPez8jjftkfl-CgWWn-ZYC-SyRJsyxLt-Gn_aEyTjQCgENyWvEpCzShxRpsqd5Np_gpkW8UM1-1MhIm1LjkGB50Aw_DMZK-gZS5KsWEXG8mclQXpIbcBVzI-HlRtHXicgDs-t7TcdL1qefMiisKwedNEUz9UvBxHFoNuA9E37cNrl5Y5j8Cf2E2x3D7eK2FxA3WvKXaMTRj40pitxwXxOGJqFqiv5QFehiIp_0pwtsjlWXm792LsePHIOKONeFy1p6v7HJgUx3WZKI4-5FADx9XqD3s6pS9jC8gOFqL4zllEE5cLVOz1Fy27tQrMn4B_b7qn5UxO1kBYA.ekzBd4v9e5MKBuUB-08ILg.qLhRJw9HYeu7ifjuRQfOUYdplsU6goAZRwazKk8fnW9FU1N6zxPg_2FjU4yoIki6PHZUrb-I5Bwt8FrX6G-3-M3uBQspwQLb5YdUDU-qJQY.KTelr2g7MJZ-b4qOxnJv2A" - }, - "record": { - "A": [ - "75.2.60.5" - ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } + "owner": { + "username": "Dhilipan-Git", + "discord": "1306595993055268875", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.WPtn_SlHtmPez8jjftkfl-CgWWn-ZYC-SyRJsyxLt-Gn_aEyTjQCgENyWvEpCzShxRpsqd5Np_gpkW8UM1-1MhIm1LjkGB50Aw_DMZK-gZS5KsWEXG8mclQXpIbcBVzI-HlRtHXicgDs-t7TcdL1qefMiisKwedNEUz9UvBxHFoNuA9E37cNrl5Y5j8Cf2E2x3D7eK2FxA3WvKXaMTRj40pitxwXxOGJqFqiv5QFehiIp_0pwtsjlWXm792LsePHIOKONeFy1p6v7HJgUx3WZKI4-5FADx9XqD3s6pS9jC8gOFqL4zllEE5cLVOz1Fy27tQrMn4B_b7qn5UxO1kBYA.ekzBd4v9e5MKBuUB-08ILg.qLhRJw9HYeu7ifjuRQfOUYdplsU6goAZRwazKk8fnW9FU1N6zxPg_2FjU4yoIki6PHZUrb-I5Bwt8FrX6G-3-M3uBQspwQLb5YdUDU-qJQY.KTelr2g7MJZ-b4qOxnJv2A" + }, + "record": { + "A": ["75.2.60.5"], + "MX": ["mx1.simplelogin.co", "mx2.simplelogin.co"], + "TXT": [ + "sl-verification=wpdcbpaapmqwevjvnaifhpwdvozldi", + "v=spf1 include:simplelogin.co ~all" + ] + } } diff --git a/domains/dhiraj.json b/domains/dhiraj.json index 4a4a25618..a70402313 100644 --- a/domains/dhiraj.json +++ b/domains/dhiraj.json @@ -1,14 +1,12 @@ { - "description": "It's my personal portfolio website.", - "repo": "https://github.com/Dhiraj275/my-portfolio", - "owner": { - "username": "Dhiraj275", - "email": "dhirajprajapati.co@gmail.com", - "twitter": "DhruvInTech" - }, - "record": { - "A": [ - "75.2.60.5" - ] - } -} \ No newline at end of file + "description": "It's my personal portfolio website.", + "repo": "https://github.com/Dhiraj275/my-portfolio", + "owner": { + "username": "Dhiraj275", + "email": "dhirajprajapati.co@gmail.com", + "twitter": "DhruvInTech" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/dhlcgd.json b/domains/dhlcgd.json new file mode 100644 index 000000000..84adf8b6e --- /dev/null +++ b/domains/dhlcgd.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dhlcgd", + "email": "dhlcgdofficial@gmail.com" + }, + "record": { + "CNAME": "ghs.google.com" + } +} diff --git a/domains/dhruv-tara.json b/domains/dhruv-tara.json index 128bb8d18..f39cac163 100644 --- a/domains/dhruv-tara.json +++ b/domains/dhruv-tara.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "dhruv-tara", - "email": "weebgenix@proton.me" - }, - "record": { - "CNAME": "dhruv-tara.github.io" - } + "owner": { + "username": "dhruv-tara", + "email": "weebgenix@proton.me" + }, + "record": { + "CNAME": "dhruv-tara.github.io" + } } diff --git a/domains/dhruvakalur.json b/domains/dhruvakalur.json index ab5e622cc..679125804 100644 --- a/domains/dhruvakalur.json +++ b/domains/dhruvakalur.json @@ -5,10 +5,7 @@ "email": "dhruvakalur9@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" } } diff --git a/domains/dhruvil.json b/domains/dhruvil.json index 19a961690..05e433f17 100644 --- a/domains/dhruvil.json +++ b/domains/dhruvil.json @@ -12,10 +12,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/dhruvkoshta.json b/domains/dhruvkoshta.json new file mode 100644 index 000000000..2dc4ca279 --- /dev/null +++ b/domains/dhruvkoshta.json @@ -0,0 +1,11 @@ +{ + "repo" : "https://github.com/Dhruvkoshta/Dhruvkoshta.github.io", + "description": "portfolio site", + "owner": { + "username": "Dhruvkoshta", + "email": "dhruvkoshta@gmail.com" + }, + "record": { + "CNAME": "dhruvkoshta.github.io" + } +} diff --git a/domains/dhyan99.json b/domains/dhyan99.json index 0ecf66ae1..ff6844195 100644 --- a/domains/dhyan99.json +++ b/domains/dhyan99.json @@ -4,7 +4,6 @@ "username": "D99-1", "email": "dhyantanna@gmail.com" }, - "record": { "CNAME": "3464245b-2def-4309-ab2b-9474f03ca3f2.id.repl.co" } diff --git a/domains/dhyy.json b/domains/dhyy.json index d9000f92a..e0fc77e6d 100644 --- a/domains/dhyy.json +++ b/domains/dhyy.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "Dcashter", - "email": "tinggiisky1@gmail.com" - }, - "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } + "owner": { + "username": "Dcashter", + "email": "tinggiisky1@gmail.com" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } } diff --git a/domains/dialguiba.json b/domains/dialguiba.json new file mode 100644 index 000000000..d71095dc0 --- /dev/null +++ b/domains/dialguiba.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dialguiba", + "email": "dialguiba@gmail.com" + }, + "record": { + "CNAME": "dialguiba.netlify.app" + } +} diff --git a/domains/dib.json b/domains/dib.json new file mode 100644 index 000000000..b7dd9c5e4 --- /dev/null +++ b/domains/dib.json @@ -0,0 +1,10 @@ +{ + "description": "[MAINTANER] DEV-DIBSTER Site", + "owner": { + "username": "DEV-DIBSTER", + "email": "dibster+is-a-dev@danbot.host" + }, + "record": { + "NS": ["scott.ns.cloudflare.com", "tessa.ns.cloudflare.com"] + } +} diff --git a/domains/dibsec.json b/domains/dibsec.json new file mode 100644 index 000000000..79da36cb5 --- /dev/null +++ b/domains/dibsec.json @@ -0,0 +1,10 @@ +{ + "description": "[MAINTANER] DEV-DIBSTER Site", + "owner": { + "username": "DEV-DIBSTER", + "email": "dibster+is-a-dev@danbot.host" + }, + "record": { + "NS": ["eugene.ns.cloudflare.com", "teresa.ns.cloudflare.com"] + } +} diff --git a/domains/diego-rubi.json b/domains/diego-rubi.json new file mode 100644 index 000000000..2f0206a5a --- /dev/null +++ b/domains/diego-rubi.json @@ -0,0 +1,9 @@ +{ + "description": "Portfolio's Diego Rubi", + "owner": { + "username": "drubico" + }, + "record": { + "CNAME": "drubico.github.io" + } +} diff --git a/domains/diegoreis.json b/domains/diegoreis.json new file mode 100644 index 000000000..ae5007d70 --- /dev/null +++ b/domains/diegoreis.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "diegoreis42", + "email": "reisdiego144@gmail.com" + }, + "record": { + "CNAME": "diegoreis42.github.io" + }, + "proxied": true +} diff --git a/domains/dikshantsingh.json b/domains/dikshantsingh.json new file mode 100644 index 000000000..9f2685748 --- /dev/null +++ b/domains/dikshantsingh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dikshantsingh510", + "email":"dikshantsingh510@gmail.com" + }, + "record": { + "CNAME": "dikshantsingh510.github.io" + } +} diff --git a/domains/dilpreetgrover.json b/domains/dilpreetgrover.json new file mode 100644 index 000000000..4b976223f --- /dev/null +++ b/domains/dilpreetgrover.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "dfordp", + "email": "dilpreetgrover2@gmail.com", + "discord": "dfordp" + }, + "record": { + "CNAME": "dilpreetgrover.vercel.app" + } +} diff --git a/domains/dilshad.json b/domains/dilshad.json deleted file mode 100644 index 8f2d4c8b6..000000000 --- a/domains/dilshad.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "for portfolio website", - "repo": "https://github.com/dilshad0101/portfolio.website", - "owner": { - "username": "dilshad0101", - "email": "dilshadmuhammed0101@gmail.com" - }, - - "record": { - "CNAME": "dilshad0101.github.io" - } -} diff --git a/domains/dimasandriano.json b/domains/dimasandriano.json index eea2565b3..96fa86c39 100644 --- a/domains/dimasandriano.json +++ b/domains/dimasandriano.json @@ -1,12 +1,9 @@ { - "description": "Portfolio", - "repo": "https://github.com/dimasandriano/dimasandriano.github.io", "owner": { "username": "dimasandriano", - "email": "dimas.andriano.h@gmail.com", - "twitter": "dimasandriano_h" + "email": "dimas.andriano.h@gmail.com" }, "record": { - "CNAME": "dimasandriano.github.io" + "CNAME": "dimasandriano.vercel.app" } } diff --git a/domains/dinesh-vaghasia.json b/domains/dinesh-vaghasia.json index f979258b4..18f00bfb6 100644 --- a/domains/dinesh-vaghasia.json +++ b/domains/dinesh-vaghasia.json @@ -2,8 +2,7 @@ "description": "My new website", "repo": "https://github.com/dinesh-vaghasia/dinesh-vaghasia.github.io", "owner": { - "username": "dinesh-vaghasia", - "email": "" + "username": "dinesh-vaghasia" }, "record": { "CNAME": "dinesh-vaghasia.github.io" diff --git a/domains/dinokhoa.json b/domains/dinokhoa.json index ad4655e65..6069fc758 100644 --- a/domains/dinokhoa.json +++ b/domains/dinokhoa.json @@ -1,13 +1,11 @@ { - "owner": { - "username": "n0td1n0kh0a", - "email": "dinokhoa@proton.me", - "discord": "888370186003050526", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.qx_BgIxje-NPHNb6QDw9dXHOstJKAnAYRL5AKcfrDCCUDT8tzK06v1fIRIw1KXhnIKl66nHlw4lLQz3ZeZYRnLdCOslkLmq9p1GAXk5566eppX11HJe7I40ERbckiXbs0Nla1xCHqYbEXAmkXgTi8y9uNS-JnVXiT9ECaZu7ay0UTo9NA6JGcmY5Hvc_WU-flnNtmkr_5EFE0SZKZnPkQtv4xOGzvIBFpUm1Xsv4lXeiKLp93qmh_42eG_vU4P405_AmgxgziDirkLU1itg-mif074bCcqf16jmJsMgQ7WBslxrlIRoC1ukHowA_rjaoyR11woueRNjDEJDGJpV_LQ.9KTWGAKMM-I9HwYyaPJZAg.GXEfjxPeCdC1PrJcd1AgHvkk2572vMcggMdsQRgmgs3v2BxQP6zhgQBEVpw5S5E6bvo9rxSwHgE55cqlMDnhj6_i4FlFhBDKC44Xg2L6x0M._7SnVuj-NZ0E8EHM-ZRRig" - }, - - "record": { - "A": ["18.142.185.65"] - } - } - + "owner": { + "username": "n0td1n0kh0a", + "email": "dinokhoa@proton.me", + "discord": "888370186003050526", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.qx_BgIxje-NPHNb6QDw9dXHOstJKAnAYRL5AKcfrDCCUDT8tzK06v1fIRIw1KXhnIKl66nHlw4lLQz3ZeZYRnLdCOslkLmq9p1GAXk5566eppX11HJe7I40ERbckiXbs0Nla1xCHqYbEXAmkXgTi8y9uNS-JnVXiT9ECaZu7ay0UTo9NA6JGcmY5Hvc_WU-flnNtmkr_5EFE0SZKZnPkQtv4xOGzvIBFpUm1Xsv4lXeiKLp93qmh_42eG_vU4P405_AmgxgziDirkLU1itg-mif074bCcqf16jmJsMgQ7WBslxrlIRoC1ukHowA_rjaoyR11woueRNjDEJDGJpV_LQ.9KTWGAKMM-I9HwYyaPJZAg.GXEfjxPeCdC1PrJcd1AgHvkk2572vMcggMdsQRgmgs3v2BxQP6zhgQBEVpw5S5E6bvo9rxSwHgE55cqlMDnhj6_i4FlFhBDKC44Xg2L6x0M._7SnVuj-NZ0E8EHM-ZRRig" + }, + "record": { + "CNAME": "edge.redirect.pizza" + } +} diff --git a/domains/dipesh.json b/domains/dipesh.json new file mode 100644 index 000000000..1e90ab839 --- /dev/null +++ b/domains/dipesh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dipesh79", + "email": "dipeshkhanal79@gmail.com" + }, + "record": { + "A": ["192.250.235.27"] + } +} diff --git a/domains/dipmala-shrimali.json b/domains/dipmala-shrimali.json index 6c6841a66..9533d583e 100644 --- a/domains/dipmala-shrimali.json +++ b/domains/dipmala-shrimali.json @@ -2,8 +2,7 @@ "description": "About Fork", "repo": "https://github.com/dipmala-shrimali/dipmala-shrimali.github.io", "owner": { - "username": "dipmala-shrimali", - "email": "" + "username": "dipmala-shrimali" }, "record": { "CNAME": "dipmala-shrimali.github.io" diff --git a/domains/dirgha-ukani.json b/domains/dirgha-ukani.json index 78ca848dd..311a4a173 100644 --- a/domains/dirgha-ukani.json +++ b/domains/dirgha-ukani.json @@ -2,8 +2,7 @@ "description": "This is personal website", "repo": "https://github.com/dirgha-ukani/dirgha-ukani.github.io", "owner": { - "username": "dirgha-ukani", - "email": "" + "username": "dirgha-ukani" }, "record": { "CNAME": "dirgha-ukani.github.io" diff --git a/domains/discord.json b/domains/discord.json index 656c64a52..1a31c458c 100644 --- a/domains/discord.json +++ b/domains/discord.json @@ -1,9 +1,9 @@ { "owner": { "username": "is-a-dev", - "email": "m@is-a.dev" + "email": "admin@is-a.dev" }, "record": { - "CNAME": "edge.redirect.pizza" + "URL": "https://discord.gg/is-a-dev-830872854677422150" } } diff --git a/domains/discord.winbo.json b/domains/discord.winbo.json index b08208572..8d30e3739 100644 --- a/domains/discord.winbo.json +++ b/domains/discord.winbo.json @@ -1,9 +1,9 @@ { "owner": { - "username": "winbo-yml-exe", + "username": "komaru-meow", "email": "winbo-yml-exe@outlook.com" }, "record": { - "CNAME": "winbo-discord.github.io" + "CNAME": "komaru-discord.github.io" } } diff --git a/domains/dishant.json b/domains/dishant.json new file mode 100644 index 000000000..5d91b89b7 --- /dev/null +++ b/domains/dishant.json @@ -0,0 +1,10 @@ +{ + "repo":"https://github.com/Dishant402955/Portfolio", + "owner":{ + "username": "Dishant402955", + "email":"dishantradadiya3036@gmail.com" + }, + "record":{ + "CNAME":"portfolio-dishants-projects-6881d6c0.vercel.app" + } +} diff --git a/domains/dishery.json b/domains/dishery.json index d4f17e492..a8fb7d5f7 100644 --- a/domains/dishery.json +++ b/domains/dishery.json @@ -1,7 +1,6 @@ { "owner": { "username": "legofanlovessayori", - "email": "", "discord": "805708874178625546" }, "record": { @@ -10,9 +9,6 @@ "v=spf1 include:_spf.protonmail.ch ~all", "v=DMARC1; p=quarantine" ], - "MX": [ - "mail.protonmail.ch", - "mailsec.protonmail.ch" - ] + "MX": ["mail.protonmail.ch", "mailsec.protonmail.ch"] } } diff --git a/domains/diti.json b/domains/diti.json new file mode 100644 index 000000000..3af928284 --- /dev/null +++ b/domains/diti.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Pixeler5diti", + "email": "ditivasisht@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/divyanshudhruv.json b/domains/divyanshudhruv.json index ec15dcb29..51defdcd6 100644 --- a/domains/divyanshudhruv.json +++ b/domains/divyanshudhruv.json @@ -1,11 +1,9 @@ { - "description": "Its just my portfolio :)", - "repo": "https://github.com/divyanshudhruv/divyanshudhruv.github.io", - "owner": { - "username": "divyanshudhruv", - "email": "divyanshudhruv24@gmail.com" - }, - "record": { - "CNAME": "divyanshudhruv.github.io" - } + "owner": { + "username": "divyanshudhruv", + "email": "divyanshudhruv24@gmail.com" + }, + "record": { + "CNAME": "divyanshudhruv.vercel.app" + } } diff --git a/domains/divyanshuvashu.json b/domains/divyanshuvashu.json new file mode 100644 index 000000000..f92b3a4e2 --- /dev/null +++ b/domains/divyanshuvashu.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "divyanshu-vashu", + "email": "vashusingh2004.jan@gmail.com", + "discord": "ram_ravan69" + }, + "record": { + "CNAME": "divyanshusingh.vercel.app" + } +} diff --git a/domains/djaana.json b/domains/djaana.json new file mode 100644 index 000000000..7a3a0d4f8 --- /dev/null +++ b/domains/djaana.json @@ -0,0 +1,12 @@ +{ + "description": "For a personnal portfolio", + "repo": "https://github.com/djaana/djaana.github.io", + "owner": { + "username": "djaana", + "discord": "djaana", + "instagram": "dja.huh" + }, + "record": { + "CNAME": "djaana.github.io" + } +} diff --git a/domains/djangounet.json b/domains/djangounet.json new file mode 100644 index 000000000..328104eb0 --- /dev/null +++ b/domains/djangounet.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "keltroth", + "email": "contact@djangojanny.net" + }, + "record": { + "CNAME": "www.djangojanny.net" + } +} diff --git a/domains/dkim._domainkey.dhilipan.json b/domains/dkim._domainkey.dhilipan.json new file mode 100644 index 000000000..b00989914 --- /dev/null +++ b/domains/dkim._domainkey.dhilipan.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Dhilipan-Git", + "discord": "1306595993055268875", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.WPtn_SlHtmPez8jjftkfl-CgWWn-ZYC-SyRJsyxLt-Gn_aEyTjQCgENyWvEpCzShxRpsqd5Np_gpkW8UM1-1MhIm1LjkGB50Aw_DMZK-gZS5KsWEXG8mclQXpIbcBVzI-HlRtHXicgDs-t7TcdL1qefMiisKwedNEUz9UvBxHFoNuA9E37cNrl5Y5j8Cf2E2x3D7eK2FxA3WvKXaMTRj40pitxwXxOGJqFqiv5QFehiIp_0pwtsjlWXm792LsePHIOKONeFy1p6v7HJgUx3WZKI4-5FADx9XqD3s6pS9jC8gOFqL4zllEE5cLVOz1Fy27tQrMn4B_b7qn5UxO1kBYA.ekzBd4v9e5MKBuUB-08ILg.qLhRJw9HYeu7ifjuRQfOUYdplsU6goAZRwazKk8fnW9FU1N6zxPg_2FjU4yoIki6PHZUrb-I5Bwt8FrX6G-3-M3uBQspwQLb5YdUDU-qJQY.KTelr2g7MJZ-b4qOxnJv2A" + }, + "record": { + "CNAME": "dkim._domainkey.simplelogin.co" + } +} diff --git a/domains/dkim._domainkey.om.json b/domains/dkim._domainkey.om.json deleted file mode 100644 index 110d3d905..000000000 --- a/domains/dkim._domainkey.om.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "omsenjalia", - "email": "", - "OWL":"eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.RROLuTVz1Yiu7gYQ78NhdEWblxDBcdAtgXSrSKBX4s-6C15Gbg1gvdalVJRUFfhvt7FQ1HEtB7Wwz0Rdn1Jxk7Eqxp2s116sCmWwviCoh8RfWUEkWt9k4csRDjBtnwijFrfSv5gjf67gAe1dyoryQjg1ZFf9dlmwmaQtiJNKVkjlBsNAYNph9-CsYK8a0-TI-GVXung0rFjd-222TQij66CYBd7qitAvTPEypCBarB2SyBrN30wLTS9NjB-bSpmJZwcZO8CQ2obcYdMfVQ0nZgXBJhkbwjtGWfWTS-3AnCeLF48mT-9DCsVoraLb6DLoJoPB-9g4dim-tSZwC5pQ.OsIglUJ8OXge3R5CTVoEEw.YS-YtdmeJZKK1TEkERBJlH9RKdKcMynvcB5PrUsKXY4FJhgfrPoqF_JOAXO4tyYqwJzWnNM0hfd4WxqLi3KmjXToHxRAzdiFu1f4iiBfX68ABHoycHXkose4AHWe54a8.UazMc8kLEVvxHs2YN0DC3Q" - }, - "record": { - "TXT": "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApUFgIkG/8KdnGqL3WcvLCQFh/9q6DZ/PNTXErJOvEBbI1wjYLUeR/44tApOzj0pVqCG9sZ9zLariA6858kxKx0nW0YxRZDAbiUy90G5zP6xT7sHX1MyDiQdsc/1KTGnFsQKb7scdpmFWrRgRaU9V3+Apr3n6j9eX6ZytUsoWMCVAgUwCxNHXujy6xCTendN9yJGOPvHsedvnD0PNcYbbsstWKJ1/5mS+33Bqpb8m5x0r+i4cwUmsGkuNHcuvYzTaYXWz+ohdi369zvGkd22ZTcM0x6ygqUzmeO40OMxMa35bO5XWmc1vQDSV+zR71BzdxF38E+/nHEB/VJmNKKtt0QIDAQAB" - } -} diff --git a/domains/dkim02._domainkey.dhilipan.json b/domains/dkim02._domainkey.dhilipan.json new file mode 100644 index 000000000..ad70d0730 --- /dev/null +++ b/domains/dkim02._domainkey.dhilipan.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Dhilipan-Git", + "discord": "1306595993055268875", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.WPtn_SlHtmPez8jjftkfl-CgWWn-ZYC-SyRJsyxLt-Gn_aEyTjQCgENyWvEpCzShxRpsqd5Np_gpkW8UM1-1MhIm1LjkGB50Aw_DMZK-gZS5KsWEXG8mclQXpIbcBVzI-HlRtHXicgDs-t7TcdL1qefMiisKwedNEUz9UvBxHFoNuA9E37cNrl5Y5j8Cf2E2x3D7eK2FxA3WvKXaMTRj40pitxwXxOGJqFqiv5QFehiIp_0pwtsjlWXm792LsePHIOKONeFy1p6v7HJgUx3WZKI4-5FADx9XqD3s6pS9jC8gOFqL4zllEE5cLVOz1Fy27tQrMn4B_b7qn5UxO1kBYA.ekzBd4v9e5MKBuUB-08ILg.qLhRJw9HYeu7ifjuRQfOUYdplsU6goAZRwazKk8fnW9FU1N6zxPg_2FjU4yoIki6PHZUrb-I5Bwt8FrX6G-3-M3uBQspwQLb5YdUDU-qJQY.KTelr2g7MJZ-b4qOxnJv2A" + }, + "record": { + "CNAME": "dkim02._domainkey.simplelogin.co" + } +} diff --git a/domains/dkim03._domainkey.dhilipan.json b/domains/dkim03._domainkey.dhilipan.json new file mode 100644 index 000000000..84f05a748 --- /dev/null +++ b/domains/dkim03._domainkey.dhilipan.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Dhilipan-Git", + "discord": "1306595993055268875", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.WPtn_SlHtmPez8jjftkfl-CgWWn-ZYC-SyRJsyxLt-Gn_aEyTjQCgENyWvEpCzShxRpsqd5Np_gpkW8UM1-1MhIm1LjkGB50Aw_DMZK-gZS5KsWEXG8mclQXpIbcBVzI-HlRtHXicgDs-t7TcdL1qefMiisKwedNEUz9UvBxHFoNuA9E37cNrl5Y5j8Cf2E2x3D7eK2FxA3WvKXaMTRj40pitxwXxOGJqFqiv5QFehiIp_0pwtsjlWXm792LsePHIOKONeFy1p6v7HJgUx3WZKI4-5FADx9XqD3s6pS9jC8gOFqL4zllEE5cLVOz1Fy27tQrMn4B_b7qn5UxO1kBYA.ekzBd4v9e5MKBuUB-08ILg.qLhRJw9HYeu7ifjuRQfOUYdplsU6goAZRwazKk8fnW9FU1N6zxPg_2FjU4yoIki6PHZUrb-I5Bwt8FrX6G-3-M3uBQspwQLb5YdUDU-qJQY.KTelr2g7MJZ-b4qOxnJv2A" + }, + "record": { + "CNAME": "dkim03._domainkey.simplelogin.co" + } +} diff --git a/domains/dmc.json b/domains/dmc.json new file mode 100644 index 000000000..238c7c274 --- /dev/null +++ b/domains/dmc.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "morcu", + "email": "david.morcuende.c@gmail.com" + }, + "record": { + "CNAME": "davidmorcuende.com" + } +} diff --git a/domains/do-gia-huy.json b/domains/do-gia-huy.json index c1a8d78d0..89f36ba86 100644 --- a/domains/do-gia-huy.json +++ b/domains/do-gia-huy.json @@ -4,12 +4,7 @@ "email": "quyendongho238@Gmail.com" }, "record": { - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], - "TXT": [ - "forward-email=quyendongho238@gmail.com" - ] + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "TXT": ["forward-email=quyendongho238@gmail.com"] } } diff --git a/domains/doansilinh.json b/domains/doansilinh.json new file mode 100644 index 000000000..9001d14a2 --- /dev/null +++ b/domains/doansilinh.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "doansilinh" + }, + "record": { + "CNAME": "doansilinh.github.io" + } +} diff --git a/domains/doantran.json b/domains/doantran.json new file mode 100644 index 000000000..3ba9f4f18 --- /dev/null +++ b/domains/doantran.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Gressi-177", + "email": "vietdoan177@gmail.com" + }, + "record": { + "CNAME": "portfolio-viet-doans-projects.vercel.app" + } +} diff --git a/domains/dockge.stefdp.json b/domains/dockge.stefdp.json deleted file mode 100644 index 9f2b1dbbb..000000000 --- a/domains/dockge.stefdp.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "email": "", - "discord": "694986201739952229", - "github_id": 81536172, - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" - }, - "record": { - "CNAME": "proxy.stefdp.is-a.dev" - } -} diff --git a/domains/docs.devmatei.json b/domains/docs.devmatei.json new file mode 100644 index 000000000..630ec0d94 --- /dev/null +++ b/domains/docs.devmatei.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DevMatei", + "email": "matei.thoma@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/docs.json b/domains/docs.json index 946773150..eeb70255e 100644 --- a/domains/docs.json +++ b/domains/docs.json @@ -3,9 +3,10 @@ "repo": "https://github.com/is-a-dev/docs", "owner": { "username": "is-a-dev", - "email": "" + "email": "admin@is-a.dev" }, "record": { - "URL": "https://www.is-a.dev/docs" - } + "CNAME": "is-a-dev-docs.pages.dev" + }, + "proxied": true } diff --git a/domains/docs.shockbs.json b/domains/docs.shockbs.json index 874b42c4a..8149d0f82 100644 --- a/domains/docs.shockbs.json +++ b/domains/docs.shockbs.json @@ -1,8 +1,9 @@ { "owner": { "username": "shockbs", - "email": "apipherng@gmail.com" + "discord": "880084860327313459" }, "record": { - "CNAME": "documentationggffddjussdddgghhirrdssh6dd.onrender.com" } + "URL": "https://docs.shockbs.pro/" + } } diff --git a/domains/docs.stefdp.json b/domains/docs.stefdp.json deleted file mode 100644 index 13881f84f..000000000 --- a/domains/docs.stefdp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "email": "", - "discord": "694986201739952229", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" - }, - "record": { - "CNAME": "proxy.stefdp.is-a.dev" - } -} diff --git a/domains/dog.json b/domains/dog.json index 1a06bbbaf..0ab726729 100644 --- a/domains/dog.json +++ b/domains/dog.json @@ -1,8 +1,7 @@ { "owner": { "username": "yunexiz", - "discord": "1040303561847881729", - "email": "" + "discord": "1040303561847881729" }, "record": { "CNAME": "yunexiz.github.io" diff --git a/domains/dogs.json b/domains/dogs.json index 42168e22b..0703f69d3 100644 --- a/domains/dogs.json +++ b/domains/dogs.json @@ -1,8 +1,7 @@ { "owner": { "username": "yunexiz", - "discord": "1040303561847881729", - "email": "" + "discord": "1040303561847881729" }, "record": { "CNAME": "dog-images.pages.dev" diff --git a/domains/donald.json b/domains/donald.json new file mode 100644 index 000000000..7598d7cd9 --- /dev/null +++ b/domains/donald.json @@ -0,0 +1,10 @@ +{ + "description": "Donald's personal developer website", + "owner": { + "email": "dawntop@126.com", + "username": "donald001" + }, + "record": { + "CNAME": "donald001.github.io" + } +} diff --git a/domains/donate.json b/domains/donate.json new file mode 100644 index 000000000..103d52c52 --- /dev/null +++ b/domains/donate.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "is-a-dev", + "email": "admin@is-a.dev" + }, + "record": { + "URL": "https://wdh.gg/M0ttgkD" + }, + "redirect_config": { + "custom_paths": { + "/ns": "https://wdh.gg/pvNCdvs" + } + } +} diff --git a/domains/doncho.json b/domains/doncho.json new file mode 100644 index 000000000..d0b1990db --- /dev/null +++ b/domains/doncho.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "donangel", + "email": "public@doncho.net" + }, + "record": { + "URL": "https://doncho.net" + } +} diff --git a/domains/donut.json b/domains/donut.json index 6ea0a4b63..34e81c78b 100644 --- a/domains/donut.json +++ b/domains/donut.json @@ -3,7 +3,6 @@ "repo": "https://github.com/donut2008/donut2008.github.io", "owner": { "username": "donut2008", - "email": "", "discord": "donut#6852" }, "record": { diff --git a/domains/doom.json b/domains/doom.json new file mode 100644 index 000000000..f9ad902fe --- /dev/null +++ b/domains/doom.json @@ -0,0 +1,12 @@ +{ + "description": "My personal website inspired by 90s personal websites made in Geocities", + "repo": "https://github.com/itsdoomone/itsdoomone.github.io", + "owner": { + "username": "ItsDoomOne", + "email": "leodroid796@gmail.com", + "discord": "527778424392253441" + }, + "record": { + "CNAME": "itsdoomone.github.io" + } +} diff --git a/domains/dot.json b/domains/dot.json index 08bbe5a3a..989cfeb67 100644 --- a/domains/dot.json +++ b/domains/dot.json @@ -4,7 +4,6 @@ "email": "antonamelin8@gmail.com", "discord": "578276833624195125" }, - "record": { "CNAME": "dott-rus.github.io" } diff --git a/domains/dotexe3301.json b/domains/dotexe3301.json new file mode 100644 index 000000000..a8298e3b9 --- /dev/null +++ b/domains/dotexe3301.json @@ -0,0 +1,11 @@ +{ + "description": "For my GitHub Pages URL", + "repo": "https://github.com/dotexe3301/dotexe3301.github.io", + "owner": { + "username": "dotexe3301", + "email": "shiveshvijay707@gmail.com" + }, + "record": { + "CNAME": "dotexe3301.github.io" + } +} diff --git a/domains/doug.json b/domains/doug.json new file mode 100644 index 000000000..e0498d91f --- /dev/null +++ b/domains/doug.json @@ -0,0 +1,11 @@ +{ + "description": "Personal website", + "repo": "https://github.com/drssoccer55/drssoccer55.github.io", + "owner": { + "username": "drssoccer55", + "email": "sextondouglas@pm.me" + }, + "record": { + "CNAME": "drssoccer55.github.io" + } +} diff --git a/domains/douglas.json b/domains/douglas.json new file mode 100644 index 000000000..e56eba916 --- /dev/null +++ b/domains/douglas.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "standingdreams", + "email": "designer.drogers@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/doziaress.json b/domains/doziaress.json index f92726578..843b539a8 100644 --- a/domains/doziaress.json +++ b/domains/doziaress.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "duquspy", - "email": "", - "discord": "1212766449308012564", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.fMfv-Nq00URTWuLfZuLb73oobhqZn0kX2-T5Mc0kBSF7vlVuOUHJ9WIhwbbsCP9JSdF_UxzCE-Q8PHWszytmIWogOWAbsMMEd1zXGd5NP9ANwqUW3Ng92f-0MEDa6y7aBHBUW-zBPn741uqMN-mTRWNdiAGVFNbIS7q_0mjFbTRJwGOhw1D4gzpc2rQVGFtbPn9M9tRMrb9zqnWC1Vg8adv5zgDA3ZCJ0XbBHlTuIW63IVBIPVCUMqRMTe2oZqcKM49WTpJ00nKB9_GMMwwsvlOHgHVIX5V6-fPC5yZ8441ZR_lCAmDmm4pA2Bxh8DXUELflCacdMS2dbKfZB_CGAA.BvvFP8qBLKyWaajgtEKQ3Q.IiY-Wk5_iOmEE78K9qw7EAms0TTd73mG4F2P4xgTdIZX8387zSMSGGN0HHJEypTAqMZb9dA_0tyjdrx2Py3SJaeBfSuavyh5A3NqYGEyXCY.dc8JP_KS-M4jhIt4a0qk4g" - }, - - "record": { - "CNAME": "duquspy.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "duquspy", + "discord": "1212766449308012564", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.fMfv-Nq00URTWuLfZuLb73oobhqZn0kX2-T5Mc0kBSF7vlVuOUHJ9WIhwbbsCP9JSdF_UxzCE-Q8PHWszytmIWogOWAbsMMEd1zXGd5NP9ANwqUW3Ng92f-0MEDa6y7aBHBUW-zBPn741uqMN-mTRWNdiAGVFNbIS7q_0mjFbTRJwGOhw1D4gzpc2rQVGFtbPn9M9tRMrb9zqnWC1Vg8adv5zgDA3ZCJ0XbBHlTuIW63IVBIPVCUMqRMTe2oZqcKM49WTpJ00nKB9_GMMwwsvlOHgHVIX5V6-fPC5yZ8441ZR_lCAmDmm4pA2Bxh8DXUELflCacdMS2dbKfZB_CGAA.BvvFP8qBLKyWaajgtEKQ3Q.IiY-Wk5_iOmEE78K9qw7EAms0TTd73mG4F2P4xgTdIZX8387zSMSGGN0HHJEypTAqMZb9dA_0tyjdrx2Py3SJaeBfSuavyh5A3NqYGEyXCY.dc8JP_KS-M4jhIt4a0qk4g" + }, + "record": { + "CNAME": "duquspy.github.io" + } +} diff --git a/domains/dpi0.json b/domains/dpi0.json new file mode 100644 index 000000000..42a967ef5 --- /dev/null +++ b/domains/dpi0.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dpi0", + "email": "dpi0.dev@proton.me" + }, + "record": { + "URL": "https://blog.dpi0.cloud" + } +} diff --git a/domains/dr-therapy.json b/domains/dr-therapy.json index cac54aed8..07a8d0e62 100644 --- a/domains/dr-therapy.json +++ b/domains/dr-therapy.json @@ -4,7 +4,6 @@ "email": "sitehesap@proton.me", "discord": "706419336235188264" }, - "record": { "CNAME": "drtherapy2023.github.io" } diff --git a/domains/drago-cuven.json b/domains/drago-cuven.json index 2ada7533a..526292ca2 100644 --- a/domains/drago-cuven.json +++ b/domains/drago-cuven.json @@ -4,9 +4,9 @@ "owner": { "username": "Drago-Cuven", "email": "MartinelplayzYT@gmail.com", - "twitter": "@mbcbgd" + "twitter": "mbcbgd" }, "record": { - "CNAME": "Drago-Cuven.github.io" + "CNAME": "drago-cuven.github.io" } } diff --git a/domains/dragonx943.json b/domains/dragonx943.json new file mode 100644 index 000000000..580371565 --- /dev/null +++ b/domains/dragonx943.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dragonx943", + "email": "premieregirl26@gmail.com" + }, + "record": { + "A": ["54.254.71.100"] + } +} diff --git a/domains/drake.json b/domains/drake.json index 72f4a80dd..48edff9c4 100644 --- a/domains/drake.json +++ b/domains/drake.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "drake-dot-o", - "email": "", - "discord": "197905102865039371", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ODrtFxgSeAqIu6AI7SK6Sy6j7f0yg7jucjqWkjqwpJqkK_1AKsD8bck9idsla_3jjG2v_1TdSd7p23Tqodv7dz0jHDDL4OfNZB1XHW_uXGc8-qT6kKDcIOhdcktCf1lK54I4Sdg6RWgjj1ayYfXaoywhQZNGmLc54rRB_9b5JcXaRu75TB9Sp14vlqQ8Dotxo7aIutkzgqk7InvEHq8mA8tLH4a8RkAxv91tpxForl-Th2vjwexma8ySDg0TM_gf9y0Clsdu8X-hYR_upJX6V1bdiQxCLjzcD8xf3WXanoK_zF5YKwfchGX60LIOwjtzy8Ot2bQyIsrbVD3OFB6KEg.RPNQcCXjJymxMn5rHqeGYg.ru7RGuS07PxzcQm3fgdt1bR2L6PdF-aGcKq41dWFyHM3pRtZV2eiO3KUv8MwcrSleNe5TgBH0opHc-DRLLvNoOZLxxbt6nfZqJXmyjgQzrQ.kCHTV4x_MfBEVmAWChvmAA" - }, - - "record": { - "CNAME": "edge.redirect.pizza" - } - } - + "owner": { + "username": "drake-dot-o", + "discord": "197905102865039371", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ODrtFxgSeAqIu6AI7SK6Sy6j7f0yg7jucjqWkjqwpJqkK_1AKsD8bck9idsla_3jjG2v_1TdSd7p23Tqodv7dz0jHDDL4OfNZB1XHW_uXGc8-qT6kKDcIOhdcktCf1lK54I4Sdg6RWgjj1ayYfXaoywhQZNGmLc54rRB_9b5JcXaRu75TB9Sp14vlqQ8Dotxo7aIutkzgqk7InvEHq8mA8tLH4a8RkAxv91tpxForl-Th2vjwexma8ySDg0TM_gf9y0Clsdu8X-hYR_upJX6V1bdiQxCLjzcD8xf3WXanoK_zF5YKwfchGX60LIOwjtzy8Ot2bQyIsrbVD3OFB6KEg.RPNQcCXjJymxMn5rHqeGYg.ru7RGuS07PxzcQm3fgdt1bR2L6PdF-aGcKq41dWFyHM3pRtZV2eiO3KUv8MwcrSleNe5TgBH0opHc-DRLLvNoOZLxxbt6nfZqJXmyjgQzrQ.kCHTV4x_MfBEVmAWChvmAA" + }, + "record": { + "CNAME": "edge.redirect.pizza" + } +} diff --git a/domains/drbaph.json b/domains/drbaph.json new file mode 100644 index 000000000..f3166ee6a --- /dev/null +++ b/domains/drbaph.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Saganaki22", + "email": "info@drbaph.dev" + }, + "record": { + "CNAME": "drbaph-srj.pages.dev" + } +} diff --git a/domains/drew.json b/domains/drew.json new file mode 100644 index 000000000..94b4df25b --- /dev/null +++ b/domains/drew.json @@ -0,0 +1,11 @@ +{ + "description": "My page", + "repo": "https://github.com/zessu/zessu.github.io", + "owner": { + "username": "zessu", + "email": "regime-pluck-gulf@duck.com" + }, + "record": { + "CNAME": "zessu-github-io-7l1v.vercel.app" + } +} diff --git a/domains/droiders.json b/domains/droiders.json index eacb594cd..321b4abc7 100644 --- a/domains/droiders.json +++ b/domains/droiders.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "droiders-co", - "email": "", - "discord": "1276122512945582163", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Cyxc642tSAILH0TeC5cbQyCXyz-DmT62oaal_62Jy3IHrnGxZHkxyaM0WwNpI6Lsn62ThCSxl9vyp4_Jt-h_Gya43Yjev7qxAxqTWwLy9UTLRpd6J11Hnvm8sk7cKPyBSyTshpaLIXQkeY8f1uDc2u7xG4mcv8EUtGamN-2sx6Od-DKEfcpIwR4736-mtfqQceBffJcmMN8muA9HL-jRTmuz9wszmQ6YgX9OR0d0ZxdH5P6FIMATBeryBYTamKmfRuIkk1a8MRFXtBqLqukf9es-nmxAQgtpOJUJMFvRhj2Tx2q7phb7NLZOpv84ffRMi45YnoMPhTlGuvUuojrNaQ.iXtf6JafCZH7dmFyzI4nFQ.hjpJSdnRVN5UooNon5-ICENTQBWIkgScEtWW6JHXRr7YKXkEX1bDpbzOpmgABmuezHvxUFjTk3xqVgxBBbRlUKH8P6mU2WI1_dTNm2Ter7Y.tu5JiotTyrpzUo78bYti_Q" - }, - - "record": { - "CNAME": "droiders-co.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "droiders-co", + "discord": "1276122512945582163", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Cyxc642tSAILH0TeC5cbQyCXyz-DmT62oaal_62Jy3IHrnGxZHkxyaM0WwNpI6Lsn62ThCSxl9vyp4_Jt-h_Gya43Yjev7qxAxqTWwLy9UTLRpd6J11Hnvm8sk7cKPyBSyTshpaLIXQkeY8f1uDc2u7xG4mcv8EUtGamN-2sx6Od-DKEfcpIwR4736-mtfqQceBffJcmMN8muA9HL-jRTmuz9wszmQ6YgX9OR0d0ZxdH5P6FIMATBeryBYTamKmfRuIkk1a8MRFXtBqLqukf9es-nmxAQgtpOJUJMFvRhj2Tx2q7phb7NLZOpv84ffRMi45YnoMPhTlGuvUuojrNaQ.iXtf6JafCZH7dmFyzI4nFQ.hjpJSdnRVN5UooNon5-ICENTQBWIkgScEtWW6JHXRr7YKXkEX1bDpbzOpmgABmuezHvxUFjTk3xqVgxBBbRlUKH8P6mU2WI1_dTNm2Ter7Y.tu5JiotTyrpzUo78bYti_Q" + }, + "record": { + "CNAME": "droiders-co.github.io" + } +} diff --git a/domains/drormaman.json b/domains/drormaman.json index 5612ee14f..e94e4c452 100644 --- a/domains/drormaman.json +++ b/domains/drormaman.json @@ -2,7 +2,6 @@ "description": "Personal website", "owner": { "username": "drormaman", - "email": "", "twitter": "drormaman" }, "record": { diff --git a/domains/drpleaserespect.json b/domains/drpleaserespect.json index 1d2a9ff28..71a2f96e3 100644 --- a/domains/drpleaserespect.json +++ b/domains/drpleaserespect.json @@ -4,8 +4,7 @@ "email": "juliannayr2007@gmail.com", "discord": "300641942646161409" }, - "record": { - "CNAME": "drpleaserespect.pages.dev" + "NS": ["frank.ns.cloudflare.com", "hope.ns.cloudflare.com"] } } diff --git a/domains/dscbmr.json b/domains/dscbmr.json index 25a2fb441..ff0b1e52e 100644 --- a/domains/dscbmr.json +++ b/domains/dscbmr.json @@ -3,8 +3,7 @@ "repo": "https://srpvt.github.io/DSCBMR", "owner": { "username": "SRPVT", - "email": "syedrayangames@gmail.com", - "Discord": "乃爪尺𓆩♕𓆪" + "email": "syedrayangames@gmail.com" }, "record": { "CNAME": "srpvt.github.io" diff --git a/domains/dsuescun.json b/domains/dsuescun.json new file mode 100644 index 000000000..020fe8922 --- /dev/null +++ b/domains/dsuescun.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dsuescun", + "email": "dsuescun@soinsoluciones.com" + }, + "record": { + "CNAME": "dsuescun.github.io" + } +} diff --git a/domains/dtducas.json b/domains/dtducas.json new file mode 100644 index 000000000..d29c1ed94 --- /dev/null +++ b/domains/dtducas.json @@ -0,0 +1,12 @@ +{ + "description": "Personal website for DTDucas", + "repo": "https://github.com/DTDucas", + "owner": { + "username": "DTDucas", + "email": "baymax.contact@gmail.com" + }, + "record": { + "CNAME": "dtducas.github.io" + }, + "proxied": true +} diff --git a/domains/dtdung.json b/domains/dtdung.json new file mode 100644 index 000000000..db2e7f5e9 --- /dev/null +++ b/domains/dtdung.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "dtdung07" + }, + "record": { + "URL": "https://dtdung.us.to" + } +} diff --git a/domains/duanyang.json b/domains/duanyang.json new file mode 100644 index 000000000..1d80f4940 --- /dev/null +++ b/domains/duanyang.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Mrliduanyang", + "email": "duanyangchn@gmail.com" + }, + "record": { + "CNAME": "duanyang.cool" + }, + "proxied": false +} diff --git a/domains/duc.json b/domains/duc.json new file mode 100644 index 000000000..dcdd0bddb --- /dev/null +++ b/domains/duc.json @@ -0,0 +1,11 @@ +{ + "description": "duc.is-a.dev", + "repo": "https://github.com/duc-ios/duc-ios.github.io", + "owner": { + "username": "duc-ios", + "email": "hi@duk.one" + }, + "record": { + "CNAME": "duc-ios.github.io" + } +} diff --git a/domains/ducanhng.json b/domains/ducanhng.json new file mode 100644 index 000000000..3221f5f8d --- /dev/null +++ b/domains/ducanhng.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ducanhitz", + "email": "ducanhng.dev@gmail.com" + }, + "record": { + "CNAME": "ducanhitz.github.io" + } +} diff --git a/domains/duckanon.json b/domains/duckanon.json new file mode 100644 index 000000000..ac11aa85e --- /dev/null +++ b/domains/duckanon.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SmolNightHere312", + "email": "magickdevl@proton.me" + }, + "record": { + "A": ["69.30.249.53"] + } +} diff --git a/domains/ducky.json b/domains/ducky.json new file mode 100644 index 000000000..c16b942d5 --- /dev/null +++ b/domains/ducky.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/ducky4life/ducky4life.github.io", + "owner": { + "username": "ducky4life", + "email": "duckylai@proton.me" + }, + "record": { + "CNAME": "ducky4life.github.io" + } +} diff --git a/domains/ductai05.json b/domains/ductai05.json new file mode 100644 index 000000000..1071bc285 --- /dev/null +++ b/domains/ductai05.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ductai05", + "email": "ductai.dt05@gmail.com" + }, + "record": { + "CNAME": "ductai05.github.io" + } +} diff --git a/domains/dudani-meet.json b/domains/dudani-meet.json index a84c86f79..9480518a7 100644 --- a/domains/dudani-meet.json +++ b/domains/dudani-meet.json @@ -2,8 +2,7 @@ "description": "Meet Portfolio.", "repo": "https://github.com/dudani-meet/dudani-meet.github.io", "owner": { - "username": "dudani-meet", - "email": "" + "username": "dudani-meet" }, "record": { "CNAME": "dudani-meet.github.io" diff --git a/domains/dunkan.json b/domains/dunkan.json index d33c932a2..a0db1bb35 100644 --- a/domains/dunkan.json +++ b/domains/dunkan.json @@ -2,7 +2,6 @@ "description": "Dunkan", "owner": { "username": "dcdunkan", - "email": "", "twitter": "dcdunkan" }, "record": { diff --git a/domains/duong-viet-hoang.json b/domains/duong-viet-hoang.json new file mode 100644 index 000000000..1cd5a3c30 --- /dev/null +++ b/domains/duong-viet-hoang.json @@ -0,0 +1,10 @@ +{ + "description": "My personal developer portfolio.", + "owner": { + "username": "bocanhcam", + "email": "hora.alien@gmail.com" + }, + "record": { + "CNAME": "bocanhcam.github.io" + } +} diff --git a/domains/dust0n.json b/domains/dust0n.json index bb1a73181..4fdd5ffd6 100644 --- a/domains/dust0n.json +++ b/domains/dust0n.json @@ -3,7 +3,6 @@ "username": "itsdust0n", "email": "contact@dust0n.ru" }, - "record": { "A": ["89.208.104.177"] } diff --git a/domains/duydo.json b/domains/duydo.json new file mode 100644 index 000000000..3b34c1a70 --- /dev/null +++ b/domains/duydo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "duydo", + "email": "doquocduy@gmail.com" + }, + "record": { + "CNAME": "duydo.github.io" + } +} diff --git a/domains/duyhandsome.json b/domains/duyhandsome.json new file mode 100644 index 000000000..aaefa83e0 --- /dev/null +++ b/domains/duyhandsome.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "dominhduy09" + }, + "record": { + "URL": "https://dominhduy09.github.io/profile/" + } +} diff --git a/domains/duyminhhello.json b/domains/duyminhhello.json new file mode 100644 index 000000000..8955fae4e --- /dev/null +++ b/domains/duyminhhello.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tranphamduyminhhello", + "email": "tranphamduyminh.hello@gmail.com" + }, + "record": { + "CNAME": "tranphamduyminhhello.github.io" + } +} diff --git a/domains/duzo.json b/domains/duzo.json index ce7022753..06d3efebc 100644 --- a/domains/duzo.json +++ b/domains/duzo.json @@ -2,8 +2,7 @@ "description": "For Duzo's website", "repo": "https://github.com/Duzos/duzos.github.io", "owner": { - "username": "Duzos", - "email": "73184526+Duzos@users.noreply.github.com" + "username": "Duzos" }, "record": { "CNAME": "duzos.github.io" diff --git a/domains/dwigoric.json b/domains/dwigoric.json index 9dc355fcd..795579a34 100644 --- a/domains/dwigoric.json +++ b/domains/dwigoric.json @@ -1,7 +1,6 @@ { "owner": { "username": "Dwigoric", - "email": "", "discord": "295391820744228867" }, "record": { diff --git a/domains/dwij.json b/domains/dwij.json new file mode 100644 index 000000000..f5e68a07a --- /dev/null +++ b/domains/dwij.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ssd39", + "email": "dwij@xylic.ai" + }, + "record": { + "URL": "https://github.com/ssd39" + } +} diff --git a/domains/dxler.json b/domains/dxler.json index 3a1105aa3..c4be5807f 100644 --- a/domains/dxler.json +++ b/domains/dxler.json @@ -1,7 +1,6 @@ { "owner": { "username": "dxlerYT", - "email": "", "discord": "dxlerYT#8132" }, "record": { diff --git a/domains/dydestroyer.json b/domains/dydestroyer.json index 27826914b..9ace12f06 100644 --- a/domains/dydestroyer.json +++ b/domains/dydestroyer.json @@ -3,7 +3,6 @@ "repo": "https://github.com/DyDestroyer1027/DyDestroyer1027.github.io", "owner": { "username": "DyDestroyer1027", - "email": "", "discord": "dydestroyer#1027" }, "record": { diff --git a/domains/dyikes.json b/domains/dyikes.json new file mode 100644 index 000000000..0f9a958a1 --- /dev/null +++ b/domains/dyikes.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dyikes", + "email": "f@power.slmail.me" + }, + "record": { + "CNAME": "dyikes.duckdns.org" + } +} diff --git a/domains/dylanmarsili.json b/domains/dylanmarsili.json index 3862e510b..bad2927de 100644 --- a/domains/dylanmarsili.json +++ b/domains/dylanmarsili.json @@ -4,7 +4,6 @@ "email": "marsilidylan@gmail.com", "discord": "721840611174383780" }, - "record": { "CNAME": "dylan-marsili.github.io" } diff --git a/domains/e.json b/domains/e.json index b4d0bb9c8..718903a27 100644 --- a/domains/e.json +++ b/domains/e.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "EducatedSuddenBucket", - "email": "", - "discord": "1167825360151380032", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Pe5ZJbpCemxi3LNkJueUT8yXsbcvTYMB8kUNIcrEiMQ74S1tK_AKJQNr8z91rdDCgnQrkwm4IXOdg0hVfesD6BNXzdkk0tbCa_XMhMcWXySl4FxpBplksSYowTFn8kt71dC6wziz-bIxHqiV05qq8iQz4no4dRx7y201eFhYjHwohmgsDVuHo-RKwWPZb4DQ3pU9q-Kmj3S9oYzbSyeJwzBTOvNZMfTH3mg62WM-8LX9kCEzSxt0RMZonEWBR4iwDfHW4RTL5_q3cM6YlQZgZhMskM0d2qjfW41Z1Rgkk-LoK_Ocy4FgexKGSSQB1ELvKKiB3HIx8SzAJGOUN5embQ.tVHlDE7ViTBjpMwwBziXWg.sxxbX9aYI6LgcOWeVuPJb3-ElpjibO2jA2oyPETPZxVDbxFv-u2NHToDpur3BlAbrqPxdyoD6Axx_khEsNdkCYAFu7US9cMPo7VQvlXgyQRFJSb2_UzskvshnTNO5j-x.-2VA5T7QSGPdyTxNk00KGQ" - }, - - "record": { - "A": ["216.24.57.1"] - } - } + "owner": { + "username": "EducatedSuddenBucket", + "discord": "1167825360151380032", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Pe5ZJbpCemxi3LNkJueUT8yXsbcvTYMB8kUNIcrEiMQ74S1tK_AKJQNr8z91rdDCgnQrkwm4IXOdg0hVfesD6BNXzdkk0tbCa_XMhMcWXySl4FxpBplksSYowTFn8kt71dC6wziz-bIxHqiV05qq8iQz4no4dRx7y201eFhYjHwohmgsDVuHo-RKwWPZb4DQ3pU9q-Kmj3S9oYzbSyeJwzBTOvNZMfTH3mg62WM-8LX9kCEzSxt0RMZonEWBR4iwDfHW4RTL5_q3cM6YlQZgZhMskM0d2qjfW41Z1Rgkk-LoK_Ocy4FgexKGSSQB1ELvKKiB3HIx8SzAJGOUN5embQ.tVHlDE7ViTBjpMwwBziXWg.sxxbX9aYI6LgcOWeVuPJb3-ElpjibO2jA2oyPETPZxVDbxFv-u2NHToDpur3BlAbrqPxdyoD6Axx_khEsNdkCYAFu7US9cMPo7VQvlXgyQRFJSb2_UzskvshnTNO5j-x.-2VA5T7QSGPdyTxNk00KGQ" + }, + "record": { + "A": ["216.24.57.1"] + } +} diff --git a/domains/easynebula.json b/domains/easynebula.json index 1aaf4d9c3..39444fee7 100644 --- a/domains/easynebula.json +++ b/domains/easynebula.json @@ -1,12 +1,12 @@ { - "description": "Links to the github page which displays a README file", - "repo": "https://github.com/EasyNebula/EasyNebula", - "owner": { - "username": "EasyNebula", - "email": "geographicalfacts16@gmail.com", - "twitter": "@easynebula" - }, - "record": { - "CNAME": "easynebula.github.io" - } -} + "description": "Links to the github page which displays a README file", + "repo": "https://github.com/EasyNebula/EasyNebula", + "owner": { + "username": "EasyNebula", + "email": "geographicalfacts16@gmail.com", + "twitter": "easynebula" + }, + "record": { + "CNAME": "easynebula.github.io" + } +} diff --git a/domains/ebooks.json b/domains/ebooks.json new file mode 100644 index 000000000..1b06c40f0 --- /dev/null +++ b/domains/ebooks.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tuannguyen2002", + "discord": "minhtuan9039" + }, + "record": { + "CNAME": "ebooks-online-opal.vercel.app" + } +} diff --git a/domains/ebrahim.json b/domains/ebrahim.json new file mode 100644 index 000000000..97df6a1a2 --- /dev/null +++ b/domains/ebrahim.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ebrahimHakimuddin", + "email": "ebrahimhakimuddin@gmail.com" + }, + "record": { + "CNAME": "ebrahimhakimuddin.github.io" + } +} diff --git a/domains/eclipse.json b/domains/eclipse.json index 39beac1a1..c645d0fec 100644 --- a/domains/eclipse.json +++ b/domains/eclipse.json @@ -1,7 +1,6 @@ { "owner": { "username": "Just-a-Unity-Dev", - "email": "", "twitter": "eclips_e69" }, "description": "A little portfolio based with a basic account system for learning purposes.", diff --git a/domains/ed-henrique.json b/domains/ed-henrique.json new file mode 100644 index 000000000..d3f418353 --- /dev/null +++ b/domains/ed-henrique.json @@ -0,0 +1,11 @@ +{ + "description": "Personal blog", + "repo": "https://github.com/ed-henrique/blog", + "owner": { + "username": "ed-henrique", + "email": "edu.hen.fm@gmail.com" + }, + "record": { + "CNAME": "ed-henrique.com" + } +} diff --git a/domains/edjva.json b/domains/edjva.json index e6925c7ad..4d850a52a 100644 --- a/domains/edjva.json +++ b/domains/edjva.json @@ -4,10 +4,7 @@ "email": "skobl.kodpt.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" } } diff --git a/domains/educatedsuddenbucket.json b/domains/educatedsuddenbucket.json index 200cf4653..76a51d94e 100644 --- a/domains/educatedsuddenbucket.json +++ b/domains/educatedsuddenbucket.json @@ -1,22 +1,14 @@ { - "owner": { - "username": "EducatedSuddenBucket", - "email": "educatedsuddenbucket@gmail.com" - }, - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], - "TXT": [ - "google-site-verification=hS8B2hSz-rNk6gLRnwaZjxuJE9rCLU_25X65JsLEczE", - "v=spf1 include:spf.improvmx.com ~all" - ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ] - } + "owner": { + "username": "EducatedSuddenBucket", + "email": "educatedsuddenbucket@gmail.com" + }, + "record": { + "A": ["185.199.108.153"], + "TXT": [ + "google-site-verification=hS8B2hSz-rNk6gLRnwaZjxuJE9rCLU_25X65JsLEczE", + "v=spf1 include:spf.improvmx.com ~all" + ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] + } } diff --git a/domains/edward.json b/domains/edward.json index a903696c3..7946a3ef1 100644 --- a/domains/edward.json +++ b/domains/edward.json @@ -3,7 +3,6 @@ "username": "EdwardTheLegend", "email": "edward@edwardtlowe.com" }, - "record": { "CNAME": "edwardthelegend.github.io" } diff --git a/domains/edwin-lh.json b/domains/edwin-lh.json index 322c8a940..bdd08e6b9 100644 --- a/domains/edwin-lh.json +++ b/domains/edwin-lh.json @@ -4,7 +4,7 @@ "owner": { "username": "ezerinz", "email": "edwinnnzx@gmail.com", - "twitter": "@Ezerinz" + "twitter": "Ezerinz" }, "record": { "CNAME": "ezerinz.github.io" diff --git a/domains/eeshwar.json b/domains/eeshwar.json index b5a9565c5..c6f3cc0c0 100644 --- a/domains/eeshwar.json +++ b/domains/eeshwar.json @@ -4,7 +4,6 @@ "email": "darkboi3301@gmail.com", "discord": "790788825550028820" }, - "record": { "CNAME": "eeshwar.pages.dev" } diff --git a/domains/efe-esxi.json b/domains/efe-esxi.json new file mode 100644 index 000000000..02b393e6b --- /dev/null +++ b/domains/efe-esxi.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Efebey2903", + "discord": "1036244397026705498", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.p80sFWEHwAx-piEPnJxcNPKFf2ybMxNbvJEw_6IYUxLq4jgGjBOO9et5GcBy8xqjV8ltsyiQVBiD4-rI2chW4CekjfrmbtztSEuDFgO_-YonHXnY97NdGXa3vwkBmBcokVlvYDn3hOMROBexby_5imYQ1kbWG17q4430-Adj5l2g8aX1TtEJaDQMZE7cDx48WjRzmpDxWn5bQGrFDLzUXyISzSw6t4Yn3ajD0s4EHoRMW8kTn4Iz2LnHT9c92SCwRzsFzRd7WpeLQ7D0d5allFFAbUWLzar96QHzpex2pMJM3UbZI11RaCTmQJP6js8xGW5huq1O9KzsS4BzUlKesA.cIb7UseFOBaIpZ84z8b_Ng.xTLtMCbl_XRJvrIRcTCD6_z4LfG5x4Udf8Nsrtp51Q8eRdvkEaSaBzdc2TDAAZkGz0H3VUiodCL2fDCF-UI2a7T0rb6cq7T7PEUt66BJ57c.xmrV6jXfP79yzpM-6hCDDQ" + }, + "record": { + "A": ["115.239.230.106"] + } +} diff --git a/domains/efe.json b/domains/efe.json index 17272cdac..6362c3684 100644 --- a/domains/efe.json +++ b/domains/efe.json @@ -1,6 +1,5 @@ { "description": "personal website", - "repo": "https://github.com/0x656665", "owner": { "username": "0x656665", "email": "efe@tutanota.de" diff --git a/domains/egirl.json b/domains/egirl.json index d288f2271..f45137c23 100644 --- a/domains/egirl.json +++ b/domains/egirl.json @@ -1,13 +1,9 @@ -{ "owner": { "username":"mAskDucK", - - - - - "email": "", - "discord": "maskduck" - -}, - -"record": { - "CNAME": "maskduck.pages.dev" - }} +{ + "owner": { + "username": "mAskDucK", + "discord": "maskduck" + }, + "record": { + "CNAME": "maskduck.pages.dev" + } +} diff --git a/domains/egor.json b/domains/egor.json new file mode 100644 index 000000000..56ea1d014 --- /dev/null +++ b/domains/egor.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "egor-xyz", + "discord": "egor.xyz" + }, + "record": { + "CNAME": "egor.xyz" + } +} diff --git a/domains/egyxo.json b/domains/egyxo.json index 97ca09e3f..701f9302d 100644 --- a/domains/egyxo.json +++ b/domains/egyxo.json @@ -4,7 +4,6 @@ "email": "esl2my@gmail.com", "discord": "1016128744819265618" }, - "record": { "CNAME": "7oda-mo.github.io" } diff --git a/domains/ehab.json b/domains/ehab.json index 64c1a4764..cb4722b1a 100644 --- a/domains/ehab.json +++ b/domains/ehab.json @@ -1,11 +1,11 @@ { - "owner": { - "username": "ehabmansour1", - "email": "mansehab990@gmail.com" - }, - "record": { - "A": ["128.204.223.115"], - "TXT": "v=spf1 mx a include:mail9.serv00.com -all", - "MX": "mail9.serv00.com" - } + "owner": { + "username": "ehabmansour1", + "email": "mansehab990@gmail.com" + }, + "record": { + "A": ["128.204.223.115"], + "TXT": "v=spf1 mx a include:mail9.serv00.com -all", + "MX": ["mail9.serv00.com"] + } } diff --git a/domains/ehmad.json b/domains/ehmad.json deleted file mode 100644 index 5057b013a..000000000 --- a/domains/ehmad.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mrxehmad", - "email": "mrxehmad@naver.com" - }, - "record": { - "CNAME": "mrxehmad.github.io" - } -} diff --git a/domains/ela.json b/domains/ela.json new file mode 100644 index 000000000..c4fc3a1f4 --- /dev/null +++ b/domains/ela.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "DXRdev" + }, + "record": { + "CNAME": "dxrdev.github.io" + } +} diff --git a/domains/elanchezhiyan-p.json b/domains/elanchezhiyan-p.json new file mode 100644 index 000000000..d0649fc5b --- /dev/null +++ b/domains/elanchezhiyan-p.json @@ -0,0 +1,11 @@ +{ + "description": "Elanchezhiyan's personal developer website", + "repo": "https://github.com/Elanchezhiyan-P/Elanchezhiyan-P.git", + "owner": { + "username": "Elanchezhiyan-P", + "email": "elanche97@gmail.com" + }, + "record": { + "CNAME": "elanchezhiyan-p.github.io" + } +} diff --git a/domains/elaruu.jamied132.json b/domains/elaruu.jamied132.json deleted file mode 100644 index 7427f9012..000000000 --- a/domains/elaruu.jamied132.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "A wiki designed so people never forget about elaruu", - "repo": "https://github.com/elaruu/elaruu.github.io", - "owner": { - "username": "jamied132 and elaruu", - "email": "jamied132.email@gmail.com" - }, - "record": { - "CNAME": "elaruu.github.io" - } -} diff --git a/domains/elbek.json b/domains/elbek.json new file mode 100644 index 000000000..3a366e598 --- /dev/null +++ b/domains/elbek.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "khamdullaevuz", + "email": "elbek.khamdullaev@gmail.com" + }, + "record": { + "CNAME": "khamdullaevuz.github.io" + } +} diff --git a/domains/elbenja.json b/domains/elbenja.json index 3b59b53bd..0c235926a 100644 --- a/domains/elbenja.json +++ b/domains/elbenja.json @@ -4,12 +4,8 @@ "email": "iakzs@protonmail.com", "discord": "622795838032314388" }, - "record": { - "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/elbernaoui.json b/domains/elbernaoui.json index 9ff49cda8..697d134c6 100644 --- a/domains/elbernaoui.json +++ b/domains/elbernaoui.json @@ -3,7 +3,6 @@ "repo": "https://github.com/EL-Bernaoui/elbernaoui", "owner": { "username": "EL-Bernaoui", - "email": "", "twitter": "ELBRN_Achraf" }, "record": { diff --git a/domains/eldano.json b/domains/eldano.json index 0cef3a142..43b1db779 100644 --- a/domains/eldano.json +++ b/domains/eldano.json @@ -3,7 +3,6 @@ "repo": "https://github.com/eldano/eldano.github.io", "owner": { "username": "eldano", - "email": "", "twitter": "eldanov2" }, "record": { diff --git a/domains/eldios.json b/domains/eldios.json new file mode 100644 index 000000000..a446dbe5f --- /dev/null +++ b/domains/eldios.json @@ -0,0 +1,11 @@ +{ + "description": "Personal website for Lele - eldios", + "repo": "https://github.com/eldios/eldios.github.io", + "owner": { + "username": "eldios", + "twitter": "eldios" + }, + "record": { + "CNAME": "eldios.github.io" + } +} diff --git a/domains/eldzey.json b/domains/eldzey.json index 28916e817..e60547b8c 100644 --- a/domains/eldzey.json +++ b/domains/eldzey.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "elefantapan", - "email": "alxalien@proton.me", - "discord": "697408753288478742" - }, - - "record": { - "CNAME": "elefantapan.github.io" - } - } - + "owner": { + "username": "elefantapan", + "email": "alxalien@proton.me", + "discord": "697408753288478742" + }, + "record": { + "CNAME": "elefantapan.github.io" + } +} diff --git a/domains/element.json b/domains/element.json new file mode 100644 index 000000000..7d1ba136e --- /dev/null +++ b/domains/element.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/playreaver/reaverlauncher", + "owner": { + "username": "playreaver", + "email": "reaver.entertainment@hotmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/eletrixtime.json b/domains/eletrixtime.json deleted file mode 100644 index 39bb05d91..000000000 --- a/domains/eletrixtime.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "EletrixtimeYT", - "email": "lisandro.b@outlook.com" - }, - "record": { - "CNAME": "eletrixtimeyt.github.io" - } -} diff --git a/domains/eli.json b/domains/eli.json new file mode 100644 index 000000000..6d8c06c49 --- /dev/null +++ b/domains/eli.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "elisoreal" + }, + "record": { + "CNAME": "elisoreal.github.io" + } +} diff --git a/domains/elib0.json b/domains/elib0.json new file mode 100644 index 000000000..dfb6c8537 --- /dev/null +++ b/domains/elib0.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "elib0", + "email": "elijose.c@gmail.com" + }, + "record": { + "CNAME": "elib0.github.io" + } +} diff --git a/domains/elijah629.json b/domains/elijah629.json index f06ec45a4..77b0e4bde 100644 --- a/domains/elijah629.json +++ b/domains/elijah629.json @@ -3,7 +3,6 @@ "repo": "https://github.com/Elijah629/portfolio", "owner": { "username": "Elijah629", - "email": "", "discord": "Elijah629#6199" }, "record": { diff --git a/domains/elite.json b/domains/elite.json new file mode 100644 index 000000000..d1fe4673f --- /dev/null +++ b/domains/elite.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thaihung48", + "email": "contact.hungg+dev@gmail.com" + }, + "record": { + "NS": ["dilbert.ns.cloudflare.com", "fish.ns.cloudflare.com"] + } +} diff --git a/domains/elora.json b/domains/elora.json new file mode 100644 index 000000000..38db8517c --- /dev/null +++ b/domains/elora.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "elorahub", + "email": "elorahubph@gmail.com" + }, + "record": { + "CNAME": "apex-loadbalancer.netlify.com" + } +} diff --git a/domains/elulolaito.json b/domains/elulolaito.json new file mode 100644 index 000000000..ff267d0ca --- /dev/null +++ b/domains/elulolaito.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "elulolaito", + "email": "eru.lawliet.death@gmail.com" + }, + "record": { + "CNAME": "elulolaito.github.io" + } +} diff --git a/domains/elvis-tran.json b/domains/elvis-tran.json new file mode 100644 index 000000000..4f8015f16 --- /dev/null +++ b/domains/elvis-tran.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "totargaming", + "email": "elvistranhere@gmail.com", + "discord": "elvistran.here" + }, + "record": { + "CNAME": "elvis-tran.vercel.app" + } +} diff --git a/domains/elyagoubi.json b/domains/elyagoubi.json index 26be91208..e6839eefa 100644 --- a/domains/elyagoubi.json +++ b/domains/elyagoubi.json @@ -1,14 +1,16 @@ { - "owner": { - "username": "abdessattar23", - "email": "elyagoubiabdessattar@gmail.com" - }, - "record": { - "A": ["185.199.111.153", "185.199.108.153", "185.199.109.153", "185.199.110.153"], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } + "owner": { + "username": "abdessattar23", + "email": "elyagoubiabdessattar@gmail.com" + }, + "record": { + "A": [ + "185.199.111.153", + "185.199.108.153", + "185.199.109.153", + "185.199.110.153" + ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } } diff --git a/domains/elyazid.json b/domains/elyazid.json new file mode 100644 index 000000000..e5be93cc5 --- /dev/null +++ b/domains/elyazid.json @@ -0,0 +1,11 @@ +{ + "description": "Personal website", + "repo": "https://github.com/MrElyazid/MrElyazid.github.io", + "owner": { + "username": "MrElyazid", + "email": "elyazid.assouli@gmail.com" + }, + "record": { + "CNAME": "mrelyazid.github.io" + } +} diff --git a/domains/elyesghorbel.json b/domains/elyesghorbel.json new file mode 100644 index 000000000..c57e727aa --- /dev/null +++ b/domains/elyesghorbel.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "elyescesar", + "email": "elyesghorbeldev@gmail.com", + "discord": "840182191244705802" + }, + "record": { + "CNAME": "portfolio-git-master-elyescesars-projects.vercel.app" + } +} diff --git a/domains/em550384.vinceale7082.json b/domains/em550384.vinceale7082.json deleted file mode 100644 index 54c73cee8..000000000 --- a/domains/em550384.vinceale7082.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "VinceAle7082", - "email": "vinceale7082@gmail.com", - "discord": "1078447459900063816", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.gJMoU3q_oUV1HkwQ_iqc9c5A-CrQpYDBcbv825Y26CHrUZZwrSb6oRfqqsEqiClcCyKMoFW3jbUdCEk3OsjldrgQOzY0xIvLuchXu1VCbSkkDXeSJCxS7lTpTJ_2TQe9zPs1nanuUf8k3zVxvpis_DIs4ON9vqyW-D9iXgCLJEqF6ILJla4aMSvya2yEWzz56Rdh242J5F3HMQwqEEQpYTJPdM-XN3NuQxsu9f6dfhBNd-QMKqc7nPDqDYSpKCABdWphikCjMEyYQHXXVnlLmXOYjaATE-ZvWyb-1aHTpqZwRxjB77AdrfPgwEpUVstCMYGuXehjz_VqZ5ihPGefRw.Hyqa9XTdQZexcwDXH6wcSw.ygPBwgZujpLGVzWFsjlHla6y14-6E7lL-ifYaFZ40jbXj-ukWpL4eXaXx6P-4yNYSjoNIXcaToQxvDVHbQkClZJiu5XDJ7ahzTnlCQ3ngqg.1LRgjc8WbrkWVnqpHBBQIw" - }, - - "record": { - "CNAME": "return.smtp2go.net" - } - } - diff --git a/domains/em697376.yxz.json b/domains/em697376.yxz.json new file mode 100644 index 000000000..82bd4c2ea --- /dev/null +++ b/domains/em697376.yxz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "yz9551", + "discord": "yz9551" + }, + "record": { + "CNAME": "return.smtp2go.net" + } +} diff --git a/domains/email.nota.json b/domains/email.nota.json deleted file mode 100644 index e360b5591..000000000 --- a/domains/email.nota.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "owner": { - "username": "dewiscool", - "email": "zerolikecyber.2005@gmail.com", - "note": "This record was created by is-a.dev Discord bot via discord id: 878821057748926534" - }, - - "record": { - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], - "TXT": "forward-email=zerolikecyber.2005@gmail.com" - } -} diff --git a/domains/email.ps.json b/domains/email.ps.json new file mode 100644 index 000000000..41b6cc6a2 --- /dev/null +++ b/domains/email.ps.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "PrivacySecured", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.VoJDQtbSUW3kYsQ0IuIE4CTIomV-e8GVUO2wS0fZp_-DkO6QltgcnKL_mAqMH5Salut7IGMZy48HExbambDrl11jQWwYHBAqqyAuAlxsqnUh83KGY3UKYfQzA8eRkdCPTth1pxvyXfUFnAnjEtmJLMNTSCds-J8fmcIkNEu-xT2UMEjxPQkoN8sJ7EA8YTHn4t3078D8tMr3AV5DJ1rg0QnuFwjra5FbjuJGHeYenEzS-Tdha7LTUyTEbKrdqdxYNpN4pv45sNrVpsDZPt3sR1CgOnXNSsfVwjUm-5DRweNquJHUxSpNZblJnbWBErWyg9_NZvISrClpJZ4We48oDg.YdsO9C1ulWhtaJYei-z-Zg.8p4HE12styyP4JSTFrlLWMmfIUAOw1kDQWrAcqSOlqbbtujr4Ww-QyBuUBIQojGvuFKs3jflF5tuvIjOgU8hTOWxB2uS4KItHwpIsFeQo9i1OHSTzj0glP2ly-XMY1Wi.99kVL134lF7knduFKnqfGQ" + }, + "record": { + "URL": "http://scr.im/PrivSec" + } +} diff --git a/domains/email.zeaxey.json b/domains/email.zeaxey.json index 3eec4e7af..4dfe6ae62 100644 --- a/domains/email.zeaxey.json +++ b/domains/email.zeaxey.json @@ -4,10 +4,7 @@ "email": "therealzeaxey123@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" } } diff --git a/domains/email.zerow.json b/domains/email.zerow.json index 11648fc8d..b08857d53 100644 --- a/domains/email.zerow.json +++ b/domains/email.zerow.json @@ -3,7 +3,6 @@ "username": "DevZerow", "email": "zerow.pro@protonmail.com" }, - "record": { "MX": ["mail.zerow.is-a.dev"] } diff --git a/domains/emamut.json b/domains/emamut.json new file mode 100644 index 000000000..d1b843655 --- /dev/null +++ b/domains/emamut.json @@ -0,0 +1,11 @@ +{ + "description": "Faber Vergara - Web Developer", + "repo": "https://github.com/emamut/cv", + "owner": { + "username": "emamut", + "email": "fabervergara@gmail.ocm" + }, + "record": { + "CNAME": "emamut.vercel.app" + } +} diff --git a/domains/emanuel-prado.json b/domains/emanuel-prado.json new file mode 100644 index 000000000..378746fe6 --- /dev/null +++ b/domains/emanuel-prado.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "emanu-dev", + "email": "emanuel.prado.dev@gmail.com" + }, + "record": { + "CNAME": "meteoric-swarm.vercel.app" + } +} \ No newline at end of file diff --git a/domains/emanuelcarvalho.json b/domains/emanuelcarvalho.json index 2507772db..544620101 100644 --- a/domains/emanuelcarvalho.json +++ b/domains/emanuelcarvalho.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "Ziuell", - "email": "", - "discord": "388674889755787264", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.iJvMy6tGm875eD-9lsB5IfcWskqnsXIbsSnlviJdv5iae7QpvRAy83NoBpiIepERUF9vJoCqAAHrfHET6ks6AmABxW0YXJCUmOgAOTDFnUxNhF93js5FQZungz7HFTiggxPqodkJm-zsFhGEws0J_-KIr4y0jjHJfA5au8vTiBFVjm-9uClXLjpY9P1m7qPpRVSvluh6_uiqvruyKAm8bP9DWPbzoZA8rnIStRj-t1v0QXQleGCJfPwy3aHmmt7jLu3NnMoZVQXPmNwHjC852mh_d763vg2mZKzFVv1vNXaJ5cLghZ42fCoobCKWx7K5PjiN8cqGBK4_wYle2ayLaQ.lz7KqOUsFro4hi0uW68C5A.YRQmUayW5lH918VkPsfS8KjGy7hEEM3yt36Nn4XlIM_cMDF_dMWsw9owA4alGx9gV2jhK7K6SBk4Dgnk9sOlJ8_B3-c4WiRn4_TgdSqjlv-elshxP12afmtyBvqDCjbA.tcxorp9fN4m48aKE0HdBnQ" - }, - - "record": { - "CNAME": "ziuell.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "Ziuell", + "discord": "388674889755787264", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.iJvMy6tGm875eD-9lsB5IfcWskqnsXIbsSnlviJdv5iae7QpvRAy83NoBpiIepERUF9vJoCqAAHrfHET6ks6AmABxW0YXJCUmOgAOTDFnUxNhF93js5FQZungz7HFTiggxPqodkJm-zsFhGEws0J_-KIr4y0jjHJfA5au8vTiBFVjm-9uClXLjpY9P1m7qPpRVSvluh6_uiqvruyKAm8bP9DWPbzoZA8rnIStRj-t1v0QXQleGCJfPwy3aHmmt7jLu3NnMoZVQXPmNwHjC852mh_d763vg2mZKzFVv1vNXaJ5cLghZ42fCoobCKWx7K5PjiN8cqGBK4_wYle2ayLaQ.lz7KqOUsFro4hi0uW68C5A.YRQmUayW5lH918VkPsfS8KjGy7hEEM3yt36Nn4XlIM_cMDF_dMWsw9owA4alGx9gV2jhK7K6SBk4Dgnk9sOlJ8_B3-c4WiRn4_TgdSqjlv-elshxP12afmtyBvqDCjbA.tcxorp9fN4m48aKE0HdBnQ" + }, + "record": { + "CNAME": "ziuell.github.io" + } +} diff --git a/domains/emeneekw.json b/domains/emeneekw.json index e4f5f56bd..4ca7c1ae7 100644 --- a/domains/emeneekw.json +++ b/domains/emeneekw.json @@ -1,11 +1,11 @@ -{ - "description": "Emenee's design portfolio", - "repo": "https://github.com/is-a-dev/docs", - "owner": { - "username": "emeneekw", - "email": "mne-zone@hotmail.com" - }, - "record": { - "URL": "https://emenee-ht4vnrn.gamma.site/" - } -} +{ + "description": "Emenee's design portfolio", + "repo": "https://github.com/is-a-dev/docs", + "owner": { + "username": "emeneekw", + "email": "mne-zone@hotmail.com" + }, + "record": { + "URL": "https://emenee-ht4vnrn.gamma.site/" + } +} diff --git a/domains/emoji.json b/domains/emoji.json index 0d6a3e53d..7570ba98d 100644 --- a/domains/emoji.json +++ b/domains/emoji.json @@ -4,7 +4,6 @@ "email": "cyril.dettling@gmail.com", "discord": "1123260870991020083" }, - "record": { "CNAME": "itzemojiwebsite.pages.dev" } diff --git a/domains/emojisteg.json b/domains/emojisteg.json new file mode 100644 index 000000000..1e54e92f5 --- /dev/null +++ b/domains/emojisteg.json @@ -0,0 +1,12 @@ +{ + "description": "Cloudflare Pages site for emojisteg", + "repo": "https://github.com/carterlasalle/emojistega", + "owner": { + "username": "carterlasalle", + "email": "carterlasalle@gmail.com" + }, + "record": { + "CNAME": "emojistega.pages.dev" + }, + "proxied": true +} diff --git a/domains/emsi.json b/domains/emsi.json new file mode 100644 index 000000000..12695032c --- /dev/null +++ b/domains/emsi.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "emsi" + }, + "record": { + "NS": ["braelyn.ns.cloudflare.com", "ed.ns.cloudflare.com"] + } +} diff --git a/domains/emvas.s4il.json b/domains/emvas.s4il.json new file mode 100644 index 000000000..e4788bcf6 --- /dev/null +++ b/domains/emvas.s4il.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "S4IL21", + "email": "s4il.is.a.dev@gmail.com" + }, + "record": { + "CNAME": "s4il21.github.io" + } +} diff --git a/domains/encoder.js.json b/domains/encoder.js.json new file mode 100644 index 000000000..301fc4a5e --- /dev/null +++ b/domains/encoder.js.json @@ -0,0 +1,17 @@ +{ + "description": "Encoder.js", + "repo": "https://github.com/JustStudio7/Encoder", + "owner": { + "username": "JustDeveloper1", + "email": "support@juststudio.is-a.dev", + "discord": "1117482901353812088" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] + } +} diff --git a/domains/endeade.json b/domains/endeade.json index be543bd7d..bf33c7e37 100644 --- a/domains/endeade.json +++ b/domains/endeade.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "Endeade", - "email": "endeade80@gmail.com", - "discord": "1117869855538942032" - }, - - "record": { - "CNAME": "endeade.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "Endeade", + "email": "endeade80@gmail.com", + "discord": "1117869855538942032" + }, + "record": { + "CNAME": "endeade.github.io" + } +} diff --git a/domains/enderdevcom.json b/domains/enderdevcom.json index fdfe19ae0..7c3fe7783 100644 --- a/domains/enderdevcom.json +++ b/domains/enderdevcom.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "enderfoxbg", - "email": "enderfoxbg670@gmail.com", - "discord": "970380468090437672" - }, - - "record": { - "CNAME": "enderfoxbg.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "enderfoxbg", + "email": "enderfoxbg670@gmail.com", + "discord": "970380468090437672" + }, + "record": { + "CNAME": "enderfoxbg.github.io" + } +} diff --git a/domains/enderpoint.json b/domains/enderpoint.json index e02cbad16..7086cd100 100644 --- a/domains/enderpoint.json +++ b/domains/enderpoint.json @@ -3,7 +3,6 @@ "repo": "https://github.com/EnderPoint07/EnderPoint07.github.io", "owner": { "username": "EnderPoint07", - "email": "", "discord": "DotM38#5497", "instagram": "enderpoint07" }, diff --git a/domains/enginecreations.json b/domains/enginecreations.json new file mode 100644 index 000000000..4efdc3b42 --- /dev/null +++ b/domains/enginecreations.json @@ -0,0 +1,12 @@ +{ + "description": "Engine Creations(TM) main pages", + "repo": "https://github.com/akk1to/enginecreations.github.io", + "owner": { + "username": "akk1to", + "email": "akk1to.dev@gmail.com", + "discord": "727497287777124414" + }, + "record": { + "CNAME": "akk1to.github.io" + } +} diff --git a/domains/enlaces.alexxhumilde.json b/domains/enlaces.alexxhumilde.json new file mode 100644 index 000000000..664a71d3b --- /dev/null +++ b/domains/enlaces.alexxhumilde.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ALEXXHUMILDE", + "email": "alexxcrack3@gmail.com" + }, + "record": { + "CNAME": "enlaces-alexxhumilde.netlify.app" + } +} diff --git a/domains/enough.json b/domains/enough.json new file mode 100644 index 000000000..60cff046e --- /dev/null +++ b/domains/enough.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/Enoughsdv/Enoughsdv.github.io", + "owner": { + "username": "Enoughsdv", + "email": "enoughsdv@gmail.com" + }, + "record": { + "CNAME": "enoughsdv.github.io" + } +} diff --git a/domains/entenico.json b/domains/entenico.json index cf7f062d5..9a996fba5 100644 --- a/domains/entenico.json +++ b/domains/entenico.json @@ -3,7 +3,6 @@ "username": "EnteNico", "email": "herrtruthahn.ls19@gmail.com" }, - "record": { "URL": "https://github.com/entenico" } diff --git a/domains/enzomazzariol.json b/domains/enzomazzariol.json new file mode 100644 index 000000000..70cfa4472 --- /dev/null +++ b/domains/enzomazzariol.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "enzomazzariol", + "email": "mazzariolenzo@gmail.com" + }, + "record": { + "CNAME": "enzomazzariol.netlify.app" + } +} diff --git a/domains/eojeda.json b/domains/eojeda.json new file mode 100644 index 000000000..4fbc8d0bf --- /dev/null +++ b/domains/eojeda.json @@ -0,0 +1,11 @@ +{ + "description": "Personal webpage", + "repo": "https://github.com/eojeda89/eojeda89.github.io", + "owner": { + "username": "eojeda89", + "email": "ernestoojeda89@gmail.com" + }, + "record": { + "CNAME": "eojeda89.github.io" + } +} diff --git a/domains/epic.json b/domains/epic.json index 831aa269e..6841c4266 100644 --- a/domains/epic.json +++ b/domains/epic.json @@ -1,6 +1,5 @@ { "description": "Epic's github", - "repo": "https://github.com/tag-epic", "owner": { "username": "tag-epic", "email": "tagepicuwu@gmail.com" diff --git a/domains/epnq.json b/domains/epnq.json index 43558ab9d..d35fed315 100644 --- a/domains/epnq.json +++ b/domains/epnq.json @@ -1,9 +1,7 @@ { "description": "Personal Site", - "repo": "https://github.com/wensente27", "owner": { "username": "wensente27", - "email": "", "twitter": "pnqe_eli" }, "record": { diff --git a/domains/erdogan.json b/domains/erdogan.json index 5120b3239..99c66a948 100644 --- a/domains/erdogan.json +++ b/domains/erdogan.json @@ -4,6 +4,6 @@ "email": "erdogan.sad@windowslive.com" }, "record": { - "A": ["194.87.246.134"] + "CNAME": "erdogans.space" } } diff --git a/domains/eren.json b/domains/eren.json index 5b59b8a2e..8b07829ab 100644 --- a/domains/eren.json +++ b/domains/eren.json @@ -4,7 +4,6 @@ "email": "terminatorx5e@gmail.com", "discord": "499592235772280842" }, - "record": { "URL": "https://keirnegn.dev" } diff --git a/domains/eric-dahl.json b/domains/eric-dahl.json new file mode 100644 index 000000000..01a3d1239 --- /dev/null +++ b/domains/eric-dahl.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "Skeyelab" + }, + "record": { + "URL": "https://cv.ericdahl.dev" + } +} diff --git a/domains/eric.json b/domains/eric.json index d316896b6..38f55c8f1 100644 --- a/domains/eric.json +++ b/domains/eric.json @@ -1,6 +1,5 @@ { "description": "Eric's website and blog", - "repo": "https://github.com/yurrriq", "owner": { "username": "yurrriq", "email": "eric@ericb.me" diff --git a/domains/ericlin.json b/domains/ericlin.json new file mode 100644 index 000000000..a12d159cc --- /dev/null +++ b/domains/ericlin.json @@ -0,0 +1,11 @@ +{ + "description": "To get a cool looking subdomain for my portfolio hosted on netlify", + "repo": "https://github.com/ericafk0001/Portfolio.git", + "owner": { + "username": "ericafk0001", + "email": "dxslyofficial@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/ericthomas.json b/domains/ericthomas.json index 655a0aa7b..b0c204910 100644 --- a/domains/ericthomas.json +++ b/domains/ericthomas.json @@ -1,6 +1,5 @@ { "description": "Eric Thomas' Portfolio", - "repo": "https://github.com/ericthomasca", "owner": { "username": "ericthomasca", "email": "eric@ericthomas.ca" diff --git a/domains/erik.json b/domains/erik.json index a8c435604..3816969fd 100644 --- a/domains/erik.json +++ b/domains/erik.json @@ -1,6 +1,5 @@ { "description": "Erik Personal Website", - "repo": "https://github.com/Erik3010", "owner": { "username": "erik3010", "email": "erikhau3010@gmail.com" diff --git a/domains/erisa.json b/domains/erisa.json index 718677080..e71907dbe 100644 --- a/domains/erisa.json +++ b/domains/erisa.json @@ -1,6 +1,5 @@ { "description": "Blog for Erisa A.", - "repo": "https://github.com/Erisa", "owner": { "username": "Erisa", "email": "seriel@erisa.moe" diff --git a/domains/ermal.json b/domains/ermal.json index ed348b7d1..fd0e1f54a 100644 --- a/domains/ermal.json +++ b/domains/ermal.json @@ -1,21 +1,9 @@ { - "description": "Applying for an is-a.dev domain on behalf of my friend so he can use one.", - "repo": "https://github.com/ErmalHasani/ErmalHasani.github.io", "owner": { "username": "ErmalHasani", "email": "ermalhasani15@gmail.com" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "CNAME": "terminalportfolio-2wp.pages.dev" } } diff --git a/domains/ermia-codev.json b/domains/ermia-codev.json index ed3f8d78b..f454df157 100644 --- a/domains/ermia-codev.json +++ b/domains/ermia-codev.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "ErmiaCodev", - "email": "", - "discord": "747162043676622929", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ZpgdxEZaR7SBvy5pxg2zeYuWKww2hNHjfB1R1YpH3qIwyxSFBsRPnPtkz7niLCchP12aqHmjs97hw5yLJqdily7ZVwTzdmya0SrVwnGmM5bU6kaXKap6Kfdk6dqM7UEy8BkL0Od9jl3q-O1ke7OTKXxbhwttmbk0py44d654U6baaz4K9ZOLT20K6j-QhYiWxlzVpKxb3f-WnzZG_szIBh5ro_zY0ujBDK_h8nhzwnzmwwxGTEwQkxUSSiwUiJgeGV6AatCT25QAyPHXoFKHKzNghsSG6YoYb3uAFnvOKuT8T3jEsJytx6gKwd-rf1VIMMVfi1YqdxKLG6ZY1UJUpA.pRrVa2ttYcRejUB_k8vwAw.eS6zQISeLpWijmMm4SUfCAy2CobVfHxTX-AZUrfjgRGtQXybjiXr5jKlnillhXuaJ2-UcSHarisZUudx4ueEwmluXHYldcXaD8sZxPBrQYs.2ZfJwJLLE75yjHOH7eDQvA" - }, - - "record": { - "CNAME": "ermiacodev.github.io" - } - } - + "owner": { + "username": "ErmiaCodev", + "discord": "747162043676622929", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ZpgdxEZaR7SBvy5pxg2zeYuWKww2hNHjfB1R1YpH3qIwyxSFBsRPnPtkz7niLCchP12aqHmjs97hw5yLJqdily7ZVwTzdmya0SrVwnGmM5bU6kaXKap6Kfdk6dqM7UEy8BkL0Od9jl3q-O1ke7OTKXxbhwttmbk0py44d654U6baaz4K9ZOLT20K6j-QhYiWxlzVpKxb3f-WnzZG_szIBh5ro_zY0ujBDK_h8nhzwnzmwwxGTEwQkxUSSiwUiJgeGV6AatCT25QAyPHXoFKHKzNghsSG6YoYb3uAFnvOKuT8T3jEsJytx6gKwd-rf1VIMMVfi1YqdxKLG6ZY1UJUpA.pRrVa2ttYcRejUB_k8vwAw.eS6zQISeLpWijmMm4SUfCAy2CobVfHxTX-AZUrfjgRGtQXybjiXr5jKlnillhXuaJ2-UcSHarisZUudx4ueEwmluXHYldcXaD8sZxPBrQYs.2ZfJwJLLE75yjHOH7eDQvA" + }, + "record": { + "CNAME": "ermiacodev.github.io" + } +} diff --git a/domains/erubinyl.json b/domains/erubinyl.json new file mode 100644 index 000000000..b2cd9a616 --- /dev/null +++ b/domains/erubinyl.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Erubinyl", + "email": "erubinyl@outlook.com" + }, + "record": { + "CNAME": "erubinyl.github.io" + } +} diff --git a/domains/eryquicc.json b/domains/eryquicc.json index 70bbf297e..f088fbfdc 100644 --- a/domains/eryquicc.json +++ b/domains/eryquicc.json @@ -3,7 +3,7 @@ "repo": "https://github.com/eryquicc/eryquicc.github.io", "owner": { "username": "Eryquicc", - "email": "fathirzaidanmaulana@gmail.com" + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Cbf_zgEEDsPK4bFFmgXIQzS7a8f6kCaJ7fvKii_hoGmC_T816cUQCWzfgvZNCRjDTAAmeUlkFoZJ7cXAtZydJmbiiomW2rYYdahrpuHD9uzik4utcbdY93tN0jIg_oVZPBjmntBttyrOMC-ZczmA3UsYC2Sn46gvt_rNKmR8GP4SYlsoIUq54tqCKbw7hEy9uIr34I4v20mJKQ-ffnnV5jfWxRd2aPZ57B8ObpzmNaMF-KoC4TEEbA5ZxPKB68wWvQNkPrGEQdvnE6A5ymgFp6kI7ybzkb2VgN7xxrlSFtighk2-XjzOe2X-DAfAPJ7IBCaesCsupMN5J2qlsP0cXQ.X-zYTXfPKYUBbuxBuMumLA.pE13OpQVJ1FnW9oKZAsE-0ZvAaBphHU1Tn1aDESYFhrMABZbOzyaQ-HDS-8HcHu6m5GsYWeSf4_SHoqmZbag4XoWNNKgkv1VpnCY-H_52NRRX4rIEyCAxywLe2Ph1moi.I4F8hNl8SC8b_WUvYuDv7Q" }, "record": { "A": [ @@ -12,10 +12,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/esb.json b/domains/esb.json index 0eb39b0e6..e848ee0d5 100644 --- a/domains/esb.json +++ b/domains/esb.json @@ -1,20 +1,9 @@ { - "owner": { - "username": "EducatedsuddenBucket", - "email": "educatedsuddenbucket@gmail.com" - }, - "record": { - "A": [ - "89.106.200.1" - ], - "TXT": [ - "zoho-verification=zb54408053.zmverify.zoho.in", - "v=spf1 include:zohomail.in ~all" - ], - "MX": [ - "mx.zoho.in", - "mx2.zoho.in", - "mx3.zoho.in" - ] - } + "owner": { + "username": "EducatedsuddenBucket", + "email": "educatedsuddenbucket@gmail.com" + }, + "record": { + "NS": ["dahlia.ns.cloudflare.com", "will.ns.cloudflare.com"] + } } diff --git a/domains/eshanized.json b/domains/eshanized.json new file mode 100644 index 000000000..e7f9d5de0 --- /dev/null +++ b/domains/eshanized.json @@ -0,0 +1,11 @@ +{ + "description": "eshanized.is-a.dev", + "repo": "https://github.com/eshanized/eshanized.github.io", + "owner": { + "username": "eshanized", + "email": "m.eshanized@gmail.com" + }, + "record": { + "CNAME": "eshanized.github.io" + } +} diff --git a/domains/etercore.json b/domains/etercore.json new file mode 100644 index 000000000..09e81b792 --- /dev/null +++ b/domains/etercore.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ramirosanchezaranda", + "email": "etercoredesignweb@gmail.com" + }, + "record": { + "CNAME": "etercore.vercel.app" + } + } \ No newline at end of file diff --git a/domains/ethantran.json b/domains/ethantran.json new file mode 100644 index 000000000..fd2b34f39 --- /dev/null +++ b/domains/ethantran.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Ethanxcode", + "email": "trannguyendanhuy2904@gmail.com" + }, + "record": { + "CNAME": "ethanxcode.vercel.app" + } +} diff --git a/domains/ethereumvd.json b/domains/ethereumvd.json new file mode 100644 index 000000000..8950288b7 --- /dev/null +++ b/domains/ethereumvd.json @@ -0,0 +1,11 @@ +{ + "description": "Personal portfolio website", + "repo": "https://github.com/ethereumvd/ethereumvd.github.io", + "owner": { + "username": "ethereumvd", + "email": "ethereum249@gmail.com" + }, + "record": { + "CNAME": "ethereumvd.github.io" + } +} diff --git a/domains/ethyl.json b/domains/ethyl.json index 9fdb98cbf..9b97d1d82 100644 --- a/domains/ethyl.json +++ b/domains/ethyl.json @@ -4,7 +4,6 @@ "email": "digin2t@gmail.com", "discord": "1066211072798883840" }, - "record": { "CNAME": "ethylenediaminetetraacetates.github.io" } diff --git a/domains/euler.json b/domains/euler.json new file mode 100644 index 000000000..2765bcc02 --- /dev/null +++ b/domains/euler.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Euler-B", + "email": "eduardojosebb.matescience@gmail.com" +}, + "record": { + "CNAME": "euler-b.pages.dev" + } +} \ No newline at end of file diff --git a/domains/eurafa.json b/domains/eurafa.json new file mode 100644 index 000000000..83a2a5b22 --- /dev/null +++ b/domains/eurafa.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/eurafa/eurafa.github.io", + "owner": { + "username": "eurafa", + "email": "eurafa@gmail.com", + "discord": "eurafa" + }, + "record": { + "CNAME": "eurafa.github.io" + } +} diff --git a/domains/euskindar.json b/domains/euskindar.json new file mode 100644 index 000000000..3f4f0b4df --- /dev/null +++ b/domains/euskindar.json @@ -0,0 +1,11 @@ +{ + "description": "Fron-end challenges", + "repo": "https://github.com/Euskindar/CHALLENGES", + "owner": { + "username": "Euskindar", + "email": "julenjph@hotmail.com" + }, + "record": { + "CNAME": "euskindar.github.io" + } +} diff --git a/domains/eutrix.json b/domains/eutrix.json index 9faa10060..4e14ab76b 100644 --- a/domains/eutrix.json +++ b/domains/eutrix.json @@ -3,7 +3,6 @@ "repo": "https://github.com/Eutrix/eutrix.github.io", "owner": { "username": "Eutrix", - "email": "", "discord": "Tony25#4455" }, "record": { diff --git a/domains/evalk.json b/domains/evalk.json index d925f660a..4d3c25135 100644 --- a/domains/evalk.json +++ b/domains/evalk.json @@ -4,7 +4,6 @@ "email": "adibao1111@gmail.com", "discord": "895251736250437653" }, - "record": { "A": ["60.249.193.112"] } diff --git a/domains/evansrrr.json b/domains/evansrrr.json new file mode 100644 index 000000000..7ffbfd77f --- /dev/null +++ b/domains/evansrrr.json @@ -0,0 +1,11 @@ +{ + "description": "A personal portfolio website", + "repo": "https://github.com/evansrrr/evans", + "owner": { + "username": "Evansrrr", + "email": "enzoraziore@outlook.com" + }, + "record": { + "CNAME": "evansrrr.netlify.app" + } +} diff --git a/domains/evelio.json b/domains/evelio.json index 50b2a1246..12a7d1380 100644 --- a/domains/evelio.json +++ b/domains/evelio.json @@ -7,10 +7,7 @@ }, "record": { "A": ["216.24.57.1"], - "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/evelyn.json b/domains/evelyn.json new file mode 100644 index 000000000..3d1495ec5 --- /dev/null +++ b/domains/evelyn.json @@ -0,0 +1,10 @@ +{ + "description": "Portfolio website with is-a.dev for Evelyn Finny", + "owner": { + "username": "evelynfinny", + "email": "evelynfinny@gmail.com" + }, + "record": { + "CNAME": "evelyn.finny.info" + } +} diff --git a/domains/every.json b/domains/every.json new file mode 100644 index 000000000..dfbbbed03 --- /dev/null +++ b/domains/every.json @@ -0,0 +1,17 @@ +{ + "description": "Screenshot of every accessible .is-a.dev website by @actuallyundefined", + "repo": "https://github.com/JustDeveloper1/every.is-a.dev", + "owner": { + "username": "JustDeveloper1", + "email": "dev@j.is-a.dev", + "discord": "1117482901353812088" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] + } +} diff --git a/domains/evesquare.json b/domains/evesquare.json new file mode 100644 index 000000000..0b408be5c --- /dev/null +++ b/domains/evesquare.json @@ -0,0 +1,10 @@ +{ + "description": "My portfolio", + "owner": { + "username": "evesquare", + "email": "evesquare@protonmail.ch" + }, + "record": { + "URL": "https://me.evesq.com/" + } +} diff --git a/domains/evie.json b/domains/evie.json index d132df6eb..6160a3400 100644 --- a/domains/evie.json +++ b/domains/evie.json @@ -2,8 +2,7 @@ "owner": { "username": "Socketlike", "discordId": "285329659023851520", - "discord": "encyclopedic", - "email": "" + "discord": "encyclopedic" }, "record": { "A": [ @@ -12,10 +11,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=NGYyZmU5YzE0YTJlZjk5MC0zYjM3YTRiNTM1N2MyNzliNTUyMDdlM2ZiZjBiMDAwZmFlOGI0MjM3NjM0NDUyNjRhYzc2ZWM5MmMxMmI5Yzg4" } } diff --git a/domains/exhq.json b/domains/exhq.json index cda07d0e8..99291e9cc 100644 --- a/domains/exhq.json +++ b/domains/exhq.json @@ -4,7 +4,6 @@ "email": "infidelLOLer@gmail.com", "discord": "712639419785412668" }, - "record": { "A": ["91.107.164.89"] } diff --git a/domains/exigent-app.json b/domains/exigent-app.json new file mode 100644 index 000000000..4b421307c --- /dev/null +++ b/domains/exigent-app.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Exigent07", + "discord": "exigent07" + }, + "record": { + "CNAME": "exigent-app.vercel.app" + } +} diff --git a/domains/existing.json b/domains/existing.json new file mode 100644 index 000000000..9444e0ff2 --- /dev/null +++ b/domains/existing.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Blog", + "repo": "https://github.com/existing-dev/existingdev", + "owner": { + "username": "existing-dev", + "email": "maamelankar.deveer@gmail.com" + }, + "record": { + "CNAME": "existing-dev.github.io" + } +} + diff --git a/domains/exophs.json b/domains/exophs.json index 11e59a124..2de7ea705 100644 --- a/domains/exophs.json +++ b/domains/exophs.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "exophs", - "email": "bezeski@email.com" - }, - "record": { - "CNAME": "exophs.github.io" - } + "owner": { + "username": "exophs", + "email": "bezeski@email.com" + }, + "record": { + "CNAME": "exophs.github.io" + } } diff --git a/domains/explooit.json b/domains/explooit.json new file mode 100644 index 000000000..bdf237bc1 --- /dev/null +++ b/domains/explooit.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ExPl0iT-29", + "email": "tusharsatpute68@gmail.com" + }, + "record": { + "CNAME": "expl0it-29.github.io" + } +} diff --git a/domains/exrand.json b/domains/exrand.json new file mode 100644 index 000000000..5d3190765 --- /dev/null +++ b/domains/exrand.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "exrand", + "email": "totallynota903@gmail.com" + }, + "record": { + "A": ["207.180.248.6"] + } +} diff --git a/domains/ezdevelopment.json b/domains/ezdevelopment.json deleted file mode 100644 index 783bcc971..000000000 --- a/domains/ezdevelopment.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "LootingVI", - "email": "", - "discord": "978512875503112213", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.e2m8iB8OW7SeiTaSu22xtGCASYR6LCknfIHizqoZkDuTPaEI6v9BV8BwgwlKprsG50m4URb66TThpiUPHQ0Z2TtD2vaKPVfWr4PAvTtdPDcwXJI7i8ev--fVJmnodZlD_ZXtCDGkxzyk5IDn0-AnNf6Jqm2Y5d2OdSP1EWB6fNFk8uEjL5P0SCzz7DA4RBM_Ys5HsFViWIt8jAp7--rUhdPyeEc99Kd_c_31PV8RNgSZeAokGfB1Sh2BCtWvdv9x9xwj_HXyFE9wiYFThtdvVVJYaiuyBMGoB-MRgXrr-RewkuJ9Tq8-QPngqWFvz_e1NMbxDoKed86IaZtXRtQPlw.Nj_jQ6kpVYc8F922Sfr1lw.87qOa_nbMSJg3atfmSFQgw_CyreHbGCyobyBx6hSOjR-9Znnxbp_-7WUjX7OzWVIdCuX-J_FMSUZB5Fnon_SV76KNTVvOWqsch-D4avHQ9o.YKbL2aEK3vybgVVcbzva1Q" - }, - - "record": { - "A": ["147.189.171.62"] - } - } - \ No newline at end of file diff --git a/domains/f.jax.json b/domains/f.jax.json new file mode 100644 index 000000000..6f624948e --- /dev/null +++ b/domains/f.jax.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jxaq" + }, + "record": { + "A": ["207.211.149.245"] + }, + "proxied": true +} diff --git a/domains/f.json b/domains/f.json index 8f3f6f141..96d21a0ba 100644 --- a/domains/f.json +++ b/domains/f.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "iHategithub9000", - "email": "", - "discord": "836012649959522384", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.X5ydqojosseoZvJ5KWgT9xOHlThoEA_SUhcCqiMU_8PdrYbjy7Nw_45skTB9WM_-I5-jytdNY42ZMFO8jKGKzZeU8k6v-prPPEpFI3-frlVTFodnZb03puDilPvWV08Ms-3Gook9SJVHaibuFO3huscmzHR8LqgQWAdOOTlyIML-sxissxTom_3dXjHQEmtjkQrAOuTeBw6oZK7_V9uue3tpNyq3-FNCCKLLc--OskvgwVZB8CmqJUADUpgaxXz2IIvEezOiZyP_f0hII8MWR6VttQqtGiRoQKj5SvtoQsBHfhRfocNRY_RUOu1a6l30mx3TB04OLC-QSN-HfvOIQg.kmjyio3vkycaU6hX0FYzpg.PzGJ-TiHcN-8DiG6UvmqXxmXuPe0rVbIg6ykm5nXp5_jUsNVCHDKslCfUQp3D0Jlc8jY_ez7hvxsgtfOinJYu2oaI3qWs6nxQg-i8KJS-hI.tAjmi5HHDLJcfGDBSUEong" - }, - - "record": { - "CNAME": "edge.redirect.pizza" - } - } - + "owner": { + "username": "iHategithub9000", + "discord": "836012649959522384", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.X5ydqojosseoZvJ5KWgT9xOHlThoEA_SUhcCqiMU_8PdrYbjy7Nw_45skTB9WM_-I5-jytdNY42ZMFO8jKGKzZeU8k6v-prPPEpFI3-frlVTFodnZb03puDilPvWV08Ms-3Gook9SJVHaibuFO3huscmzHR8LqgQWAdOOTlyIML-sxissxTom_3dXjHQEmtjkQrAOuTeBw6oZK7_V9uue3tpNyq3-FNCCKLLc--OskvgwVZB8CmqJUADUpgaxXz2IIvEezOiZyP_f0hII8MWR6VttQqtGiRoQKj5SvtoQsBHfhRfocNRY_RUOu1a6l30mx3TB04OLC-QSN-HfvOIQg.kmjyio3vkycaU6hX0FYzpg.PzGJ-TiHcN-8DiG6UvmqXxmXuPe0rVbIg6ykm5nXp5_jUsNVCHDKslCfUQp3D0Jlc8jY_ez7hvxsgtfOinJYu2oaI3qWs6nxQg-i8KJS-hI.tAjmi5HHDLJcfGDBSUEong" + }, + "record": { + "CNAME": "edge.redirect.pizza" + } +} diff --git a/domains/f3ntt.json b/domains/f3ntt.json new file mode 100644 index 000000000..511d889ab --- /dev/null +++ b/domains/f3ntt.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "2nvrs" + }, + "record": { + "CNAME": "f3ntt.vercel.app" + } +} diff --git a/domains/faaiz.json b/domains/faaiz.json new file mode 100644 index 000000000..d18478194 --- /dev/null +++ b/domains/faaiz.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "FaaizAhmad6420" + }, + "record": { + "CNAME": "faaizahmad6420.github.io" + } +} diff --git a/domains/faaris.json b/domains/faaris.json new file mode 100644 index 000000000..b4786320d --- /dev/null +++ b/domains/faaris.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Mohamed-faaris", + "email": "mohammedfaaris2005@gmail.com" + }, + "record": { + "URL": "https://github.com/Mohamed-faaris" + } + } + \ No newline at end of file diff --git a/domains/fabianf4.json b/domains/fabianf4.json new file mode 100644 index 000000000..673d12f27 --- /dev/null +++ b/domains/fabianf4.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "fabianf4", + "email": "fabianfa.munoz@gmail.com" + }, + "record": { + "CNAME": "fabianf4.github.io" + } +} diff --git a/domains/fabien.json b/domains/fabien.json new file mode 100644 index 000000000..9240e566d --- /dev/null +++ b/domains/fabien.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "fabien-h", + "email": "fabien.huet@gmail.com", + "discord": "fabien-huet" + }, + "record": { + "CNAME": "fabien-is-a-dev.vercel.app" + } +} diff --git a/domains/face-recognition.shockbs.json b/domains/face-recognition.shockbs.json deleted file mode 100644 index 6000dc098..000000000 --- a/domains/face-recognition.shockbs.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "shockbs", - "email": "apipherng@gmail.com" - }, - "record": { - "CNAME": "na-west1.surge.sh" - } -} diff --git a/domains/faelixyz.json b/domains/faelixyz.json index 98ce7285d..8d7240213 100644 --- a/domains/faelixyz.json +++ b/domains/faelixyz.json @@ -1,6 +1,5 @@ { "description": "Faelixyz's API and redirects", - "repo": "", "owner": { "username": "faelixyz", "email": "private@fae5.studio", diff --git a/domains/fa-fifi.json b/domains/fafifi.json similarity index 76% rename from domains/fa-fifi.json rename to domains/fafifi.json index 5870bbcc3..ec41aa57a 100644 --- a/domains/fa-fifi.json +++ b/domains/fafifi.json @@ -11,6 +11,6 @@ "185.199.110.153", "185.199.111.153" ], - "TXT": "google-site-verification=AYbL6PIbwUv4qzq9KxmrjAM9vfCQ0IUNRBX_AeXPfVE" + "TXT": "google-site-verification=_yRLGQg5CylaCRwbj4qjPtzNKurSqbltbCqnli0nhvI" } } diff --git a/domains/fahad.json b/domains/fahad.json new file mode 100644 index 000000000..3baedd0ee --- /dev/null +++ b/domains/fahad.json @@ -0,0 +1,10 @@ +{ + "description": "Personal Portfolio", + "owner": { + "username": "FahadAminShovon", + "email": "shovonfahad991@gmail.com" + }, + "record": { + "CNAME": "market-portfolio.vercel.app" + } +} diff --git a/domains/faisalamin.json b/domains/faisalamin.json new file mode 100644 index 000000000..75e121438 --- /dev/null +++ b/domains/faisalamin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "faisalamin001", + "email": "faysalamin001@gmail.com" + }, + "record": { + "URL": "https://faisalamin001.vercel.app/" + } +} diff --git a/domains/fajox.json b/domains/fajox.json index 1fa1414f7..f68f68c53 100644 --- a/domains/fajox.json +++ b/domains/fajox.json @@ -4,11 +4,6 @@ "email": "pybytee@gmail.com" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] + "A": ["45.91.201.222"] } } diff --git a/domains/fake.json b/domains/fake.json index f9f4f5077..8a11ca28d 100644 --- a/domains/fake.json +++ b/domains/fake.json @@ -1,16 +1,12 @@ { "description": "site", - "repo": "https://github.com/fakename131", "owner": { "username": "fakename131", "email": "fake@fake.is-a.dev" }, "record": { "A": ["75.2.60.5"], - "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/fakhri.json b/domains/fakhri.json new file mode 100644 index 000000000..fc9a1eafd --- /dev/null +++ b/domains/fakhri.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "FDMZ17" + }, + "record": { + "CNAME": "fdmz17.github.io" + } +} diff --git a/domains/fakhridanishmp.json b/domains/fakhridanishmp.json new file mode 100644 index 000000000..b321aa799 --- /dev/null +++ b/domains/fakhridanishmp.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "fakhridanishmp" + }, + "record": { + "CNAME": "fakhridanishmp.github.io" + } +} diff --git a/domains/falguni-prajapati.json b/domains/falguni-prajapati.json index faea36c15..b58780d56 100644 --- a/domains/falguni-prajapati.json +++ b/domains/falguni-prajapati.json @@ -2,8 +2,7 @@ "description": "This is falguni prajapati", "repo": "https://github.com/falguni-prajapati/falguni-prajapati.github.io", "owner": { - "username": "falguni-prajapati", - "email": "" + "username": "falguni-prajapati" }, "record": { "CNAME": "falguni-prajapati.github.io" diff --git a/domains/fang.json b/domains/fang.json new file mode 100644 index 000000000..7d7b80cb5 --- /dev/null +++ b/domains/fang.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Fangoling", + "discord": "327905667778347019", + "bluesky": "bsky.app/profile/fangx.ing" + }, + "record": { + "URL": "https://fangx.ing" + } +} diff --git a/domains/faris0520.json b/domains/faris0520.json index b9a5940af..8712251a0 100644 --- a/domains/faris0520.json +++ b/domains/faris0520.json @@ -2,7 +2,6 @@ "description": "Just My Personal Website", "owner": { "username": "Faris0520", - "email": "", "twitter": "Faris0520" }, "record": { diff --git a/domains/farish.json b/domains/farish.json index c36566126..c7c7407db 100644 --- a/domains/farish.json +++ b/domains/farish.json @@ -7,10 +7,7 @@ "email": "hello@farish.is-a.dev" }, "record": { - "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/farjanul.json b/domains/farjanul.json index f95424662..505c9bfa6 100644 --- a/domains/farjanul.json +++ b/domains/farjanul.json @@ -3,7 +3,6 @@ "username": "farjanul", "email": "farjanul10@gmail.com" }, - "record": { "CNAME": "farjanul.github.io" } diff --git a/domains/farkot.json b/domains/farkot.json new file mode 100644 index 000000000..2ecf1b866 --- /dev/null +++ b/domains/farkot.json @@ -0,0 +1,11 @@ +{ + "description": "Portafolio Farkot09", + "repo": "https://github.com/farkot09/farkot09.github.io", + "owner": { + "username": "farkot09", + "email": "viagramo2011@gmail.com" + }, + "record": { + "CNAME": "farkot09.github.io" + } +} diff --git a/domains/farouk.json b/domains/farouk.json new file mode 100644 index 000000000..95a5a3edb --- /dev/null +++ b/domains/farouk.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "faroukchebaiki", + "email": "farouk.chebaiki@gmail.com" + }, + "record": { + "CNAME": "faroukchebaiki.vercel.app" + } +} diff --git a/domains/farvessafiyudeen.json b/domains/farvessafiyudeen.json index 286ecbe2a..ba92c8d6f 100644 --- a/domains/farvessafiyudeen.json +++ b/domains/farvessafiyudeen.json @@ -1,6 +1,5 @@ { "description": "this is my personal portfolio website", - "repo": "https://github.com/Farves-dev", "owner": { "username": "Farves-dev", "email": "farvessafiyudeen@gmail.com" diff --git a/domains/farzan.json b/domains/farzan.json deleted file mode 100644 index b98bf2cdf..000000000 --- a/domains/farzan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Farzan F A is a Dev", - "repo": "https://github.com/Farzanfa/Farzanfa.github.io", - "owner": { - "username": "farzanfa", - "email": "farzanfa007@gmail.com" - }, - "record": { - "CNAME": "Farzanfa.github.io" - } -} diff --git a/domains/faultysden.json b/domains/faultysden.json index 111af1065..b2c3cdc94 100644 --- a/domains/faultysden.json +++ b/domains/faultysden.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "FaultyFaulty-glitch", - "email": "faultywindows+github@gmail.com", - "discord": "1041028534690386051" - }, - - "record": { - "TXT": "google-site-verification=ix1jczu2q87igryc4eaexvdv1vrzjxolu14sjfpsnko" - } - } - \ No newline at end of file + "owner": { + "username": "FaultyFaulty-glitch", + "email": "faultywindows+github@gmail.com", + "discord": "1041028534690386051" + }, + "record": { + "TXT": "google-site-verification=ix1jczu2q87igryc4eaexvdv1vrzjxolu14sjfpsnko" + } +} diff --git a/domains/faultywindows.json b/domains/faultywindows.json index 39b15454c..7df656cab 100644 --- a/domains/faultywindows.json +++ b/domains/faultywindows.json @@ -4,7 +4,6 @@ "email": "faultywindows@gmail.com", "discord": "1041028534690386051" }, - "record": { "A": ["185.199.108.153"] } diff --git a/domains/fauzi.json b/domains/fauzi.json index ff08329f0..935498adb 100644 --- a/domains/fauzi.json +++ b/domains/fauzi.json @@ -6,6 +6,6 @@ "email": "fetruzie2@gmail.com" }, "record": { - "CNAME": "FauziFerdiansyah.github.io" + "CNAME": "fauziferdiansyah.github.io" } } diff --git a/domains/fawwaz.json b/domains/fawwaz.json new file mode 100644 index 000000000..f3ce99921 --- /dev/null +++ b/domains/fawwaz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "fawwazanvilen", + "email": "fawwazanvi@gmail.com" + }, + "record": { + "A": ["103.16.117.247"] + } +} diff --git a/domains/fayasnoushad.json b/domains/fayasnoushad.json index 5aae04145..b31623ef6 100644 --- a/domains/fayasnoushad.json +++ b/domains/fayasnoushad.json @@ -3,10 +3,9 @@ "repo": "https://github.com/FayasNoushad/fayasnoushad.github.io", "owner": { "username": "FayasNoushad", - "email": "", "twitter": "FayasNoushad" }, "record": { - "CNAME": "FayasNoushad.github.io" + "CNAME": "fayasnoushad.github.io" } } diff --git a/domains/fbi.json b/domains/fbi.json index 07f537c44..fcd7f5b8a 100644 --- a/domains/fbi.json +++ b/domains/fbi.json @@ -1,6 +1,5 @@ { "description": "2Much4U's Website", - "repo": "https://github.com/2m4u", "owner": { "username": "2M4U", "email": "2m4u@fbi.is-a.dev" diff --git a/domains/fd-gods-clan.json b/domains/fd-gods-clan.json index 3f83d19c1..136ac2df5 100644 --- a/domains/fd-gods-clan.json +++ b/domains/fd-gods-clan.json @@ -4,7 +4,6 @@ "email": "peterwyneg@gmail.com", "discord": "1038747272701292584" }, - "record": { "CNAME": "shadowplayzyt22.github.io" } diff --git a/domains/fdaniel13s.json b/domains/fdaniel13s.json new file mode 100644 index 000000000..33e3b37c0 --- /dev/null +++ b/domains/fdaniel13s.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "fdaniel13s", + "email": "ferndani2718@gmail.com" + }, + "record": { + "CNAME": "fdaniel13s.github.io" + } +} diff --git a/domains/febs.json b/domains/febs.json new file mode 100644 index 000000000..57a535b1d --- /dev/null +++ b/domains/febs.json @@ -0,0 +1,10 @@ +{ + "description": "febs.is-a.dev", + "owner": { + "username": "febriansf", + "email": "febrian.xiii@gmail.com" + }, + "record": { + "CNAME": "febriansf.netlify.app" + } +} diff --git a/domains/federico.json b/domains/federico.json new file mode 100644 index 000000000..0bae2525d --- /dev/null +++ b/domains/federico.json @@ -0,0 +1,11 @@ +{ + "description": "Professional website", + "repo": "https://github.com/Thefederico/federico", + "owner": { + "username": "Thefederico", + "email": "xooxes@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/felipe.json b/domains/felipe.json new file mode 100644 index 000000000..93f3d335a --- /dev/null +++ b/domains/felipe.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "felipecalderon", + "email": "hola@felipe.bio" + }, + "record": { + "CNAME": "porfoliofelipe.vercel.app" + } +} diff --git a/domains/felipecampos.json b/domains/felipecampos.json new file mode 100644 index 000000000..87039e94e --- /dev/null +++ b/domains/felipecampos.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "camposdev", + "email": "felipecamposdev@gmail.com" + }, + "record": { + "CNAME": "felipecampos.vercel.app" + } +} diff --git a/domains/felix.json b/domains/felix.json index 3fc0e4fdb..2f5995702 100644 --- a/domains/felix.json +++ b/domains/felix.json @@ -3,7 +3,6 @@ "username": "github-username", "email": "mail@felixyeung.dev" }, - "repo": "https://github.com/felixyeungdev", "record": { "URL": "https://felixyeung.dev" } diff --git a/domains/felixalguzman.json b/domains/felixalguzman.json index 6da758c84..a8bc828f7 100644 --- a/domains/felixalguzman.json +++ b/domains/felixalguzman.json @@ -3,7 +3,6 @@ "username": "felixalguzman", "email": "code@felixalguzman.msk.do" }, - "record": { "URL": "https://github.com/felixalguzman" } diff --git a/domains/felixgao.json b/domains/felixgao.json new file mode 100644 index 000000000..a71f4e5ae --- /dev/null +++ b/domains/felixgao.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "felixgao-0", + "discord": "725081836874760224", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.edtDo61A7pYaO4MLf3Td4bVHkR5ldkmvFtbYd2Sw87iVFJyWPXoyA5iG286-HSgmddMvd7M4YWkXqLd5VOFmBxIaP8a9_zzDHhoUUQIVPdlwCew1N4fr-pwgOJyLVqw2vlINaF2ZHxP2SXWk0pAFX15x_PvODV9YrbQdbWGwXr2SCgecGRZOgec-cE2K7aCPtuzjpY2iniOt6P-5I5Fji0r7heoCRTwB-4Cut8fjp34qD-EvatXs9evSQ2SVaaHBbu8qe5b9t_56YTkJAwR00ph9XWiwYEfyJID2I9RQ5oh79oLTZO2QYY5U2vzc_EBwlILKZNHqg3LK-HnhCLdXkQ.KvKANPJXfk-sREifDQWxeA.wwsk5S0aIZIQ2tCFEQzO_U5mQx1_ZTYw6OaePsF7zumqY8hO4zznQ94sWHFNaGfK9sxXRFZVBfacV5dxIyr3yI8IiYaTPfNK4QXHJUYUr4k.UaVnWH5AmKo22MGn6_cjBA" + }, + "record": { + "CNAME": "felixgao.hackclub.app" + } +} diff --git a/domains/fendimohamed.json b/domains/fendimohamed.json new file mode 100644 index 000000000..c1298253f --- /dev/null +++ b/domains/fendimohamed.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "FendiMohamed", + "email": "fendimohamed615@gmail.com" + }, + "record": { + "A": [ + "76.76.21.21" + ] + } +} diff --git a/domains/fengkch.json b/domains/fengkch.json index 626ed6330..e6f45703d 100644 --- a/domains/fengkch.json +++ b/domains/fengkch.json @@ -3,7 +3,6 @@ "username": "sohokay", "email": "kaichangfeng@gmail.com" }, - "record": { "URL": "https://github.com/sohokay" } diff --git a/domains/fenrir.json b/domains/fenrir.json new file mode 100644 index 000000000..e4d569834 --- /dev/null +++ b/domains/fenrir.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "fenrir-san", + "discord": "459219626484826113", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.UoRrv1IHlwaxxz5pjNT0ADqyG3EpR8FA3v2oBJGdoMuSZ5v-8ImQVabz3rQ8P1peUKADV4RExI0OtGfajWYQw11bJD9KNXCPMi_MevxxaAX22yvnyW3hPGf_sUe6qhltlGftElkG_yoO6MzxtZyB1_NTeiHR44IZywuoOOEZIwdkrWyLtgczCoTLFNPBtAwcBPaCQf1t94yTgI09juyLVQzHL26dzb-VISsWxfAxAnanBfMfn1ELUnMQXm32QlJPbuQ7f0OATmGfW-XwIiBRt3Zyn28PNZm7Vhgyr3m4NYylpgDjz5v2jibtw7rAO9eP_a9cfToZY7bwj02mZfMIBA.KnAaAaz-Spr94XeYJF4lLQ.dyOn2mafCFB2J1682xUN2VxAtMG35Sh8nJ1AFLqYGmo1nttcRWosRX6NjRxoK_FLRP1Bv9CdVhzhx-R39bLmXYM7fksuKYd_qsY_od-0vwGSm56iHkLrE5PZnjYULssO.70k22YtUqSrQtnO1MDwHwg" + }, + "record": { + "CNAME": "fenrir-san.github.io" + } +} diff --git a/domains/fernandocuba.json b/domains/fernandocuba.json new file mode 100644 index 000000000..3aa02f483 --- /dev/null +++ b/domains/fernandocuba.json @@ -0,0 +1,11 @@ +{ + "description": "This website is a link to my personal developer portfolio.", + "repo": "https://github.com/fernando-cuba/fernando-cuba.github.io", + "owner": { + "username": "fernando-cuba", + "email": "lfernando.cubar@gmail.com" + }, + "record": { + "CNAME": "fernando-cuba.github.io" + } +} diff --git a/domains/fetico.json b/domains/fetico.json new file mode 100644 index 000000000..9796e4ac2 --- /dev/null +++ b/domains/fetico.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "danielfetico21", + "email": "danielfetico21@gmail.com" + }, + "description": "Personal Website / Portfolio Website", + "record": { + "CNAME": "fetico.ro" + }, + "proxied": true +} diff --git a/domains/ffj20.json b/domains/ffj20.json index 80fc660bb..182b81b42 100644 --- a/domains/ffj20.json +++ b/domains/ffj20.json @@ -1,7 +1,6 @@ { "owner": { "username": "FFJ-20", - "email": "", "discord": "FFJ 2.0#6693" }, "record": { diff --git a/domains/files.allancoding.json b/domains/files.allancoding.json index 23114485e..ee71bfb1a 100644 --- a/domains/files.allancoding.json +++ b/domains/files.allancoding.json @@ -8,8 +8,6 @@ "discord": "allancoding" }, "record": { - "A": [ - "75.2.60.5" - ] + "A": ["75.2.60.5"] } } diff --git a/domains/files.vornexx.json b/domains/files.vornexx.json index 979ff89a4..7b0b4c4d1 100644 --- a/domains/files.vornexx.json +++ b/domains/files.vornexx.json @@ -1,7 +1,6 @@ { "owner": { - "username": "vornex-gh", - "email": "", + "username": "vornexx", "discord": "1149438819834269856", "twitter": "vornexx_" }, diff --git a/domains/filip.json b/domains/filip.json new file mode 100644 index 000000000..6d8e1b9af --- /dev/null +++ b/domains/filip.json @@ -0,0 +1,19 @@ +{ + "description": "Filip's personal site and/or CV", + "repo": "https://github.com/totalolage/totalolage.github.io", + "owner": { + "username": "totalolage", + "email": "filip@kalny.net" + }, + "proxied": true, + "record": { + "CNAME": "vps1.kalny.net", + "CAA": [ + { + "flags": 0, + "tag": "issue", + "value": "letsencrypt.org" + } + ] + } +} diff --git a/domains/films.json b/domains/films.json index 359277b0f..8dc088b0a 100644 --- a/domains/films.json +++ b/domains/films.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "wsmdn", - "email": "", - "discord": "1049856856467722242", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.AM1kF-aodU7n0_bBI28MO7vlg-WccpJAhnV5ltySu602lhBR1Dx3UOD1TskSKmpdBpDXhSOQJ2bQZQ5ouum5txo7kJ42jLOsEr-OhXNREU3pqIE2kfJidObs05iDu2nOFIylFjZGNuYbmJQMPCf0F0KEIbNlgEWKqgPXBuiDOfv8yhi649LbPaj18TCIe04t6pkb77-1lNZiI3ebex4HAbWydF0IKSbijif7FoJbmi_LN6rqYXG-BYRzmdvvCg8FFrDWnTM4KJmc-4dU546kVFtB_GUgMYWl8xSTXKLk9PBHm0Prp3tONhqSMXRIR5Cg-6iVYbkw-Ln0YjYsnrnayQ.u_JCdGcxfWhrAT_7Hh_s2w.uRv4MGy00eRLbLsaHia2fP9FSpuDyGHrb1jF-EWjJ6fjd5XeYw73Up3tiulfQvROZ1li_p5Xfx7RbxaIlEYlA_584ldAutc_AT1YNcg78ck.9dcSw-Ut3ZbG_iO7Vx3-3A" - }, - - "record": { - "CNAME": "nomdn.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "wsmdn", + "discord": "1049856856467722242", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.AM1kF-aodU7n0_bBI28MO7vlg-WccpJAhnV5ltySu602lhBR1Dx3UOD1TskSKmpdBpDXhSOQJ2bQZQ5ouum5txo7kJ42jLOsEr-OhXNREU3pqIE2kfJidObs05iDu2nOFIylFjZGNuYbmJQMPCf0F0KEIbNlgEWKqgPXBuiDOfv8yhi649LbPaj18TCIe04t6pkb77-1lNZiI3ebex4HAbWydF0IKSbijif7FoJbmi_LN6rqYXG-BYRzmdvvCg8FFrDWnTM4KJmc-4dU546kVFtB_GUgMYWl8xSTXKLk9PBHm0Prp3tONhqSMXRIR5Cg-6iVYbkw-Ln0YjYsnrnayQ.u_JCdGcxfWhrAT_7Hh_s2w.uRv4MGy00eRLbLsaHia2fP9FSpuDyGHrb1jF-EWjJ6fjd5XeYw73Up3tiulfQvROZ1li_p5Xfx7RbxaIlEYlA_584ldAutc_AT1YNcg78ck.9dcSw-Ut3ZbG_iO7Vx3-3A" + }, + "record": { + "CNAME": "nomdn.github.io" + } +} diff --git a/domains/finch.json b/domains/finch.json new file mode 100644 index 000000000..d074436de --- /dev/null +++ b/domains/finch.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "metalespesados", + "email": "bengfm@icloud.com" + }, + "record": { + "CNAME": "ebn.netlify.app" + } +} diff --git a/domains/finsniper.json b/domains/finsniper.json index 140f70bf2..887938009 100644 --- a/domains/finsniper.json +++ b/domains/finsniper.json @@ -4,8 +4,6 @@ "email": "eldar.fire.tv@gmail.com" }, "record": { - "MX": [ - "feedback-smtp.us-east-1.amazonses.com" - ] + "MX": ["feedback-smtp.us-east-1.amazonses.com"] } } diff --git a/domains/firedemon.json b/domains/firedemon.json index 3f83d19c1..136ac2df5 100644 --- a/domains/firedemon.json +++ b/domains/firedemon.json @@ -4,7 +4,6 @@ "email": "peterwyneg@gmail.com", "discord": "1038747272701292584" }, - "record": { "CNAME": "shadowplayzyt22.github.io" } diff --git a/domains/fitrahmunir.json b/domains/fitrahmunir.json index dc4117aa5..6b42d8b94 100644 --- a/domains/fitrahmunir.json +++ b/domains/fitrahmunir.json @@ -1,6 +1,5 @@ { "description": "FitrahFM's .is-a.dev domain", - "repo": "https://github.com/fitrahfm", "owner": { "username": "fitrahfm", "email": "fitrhmnr+is-a-dev@gmail.com" diff --git a/domains/flamexode.json b/domains/flamexode.json index 10b52c19e..00b8c7045 100644 --- a/domains/flamexode.json +++ b/domains/flamexode.json @@ -3,7 +3,6 @@ "username": "WovenCoast", "email": "wovencoast14782@techie.com" }, - "record": { "CNAME": "wovencoast.github.io" } diff --git a/domains/flazepe.json b/domains/flazepe.json index a51351960..cc05d0d33 100644 --- a/domains/flazepe.json +++ b/domains/flazepe.json @@ -1,7 +1,6 @@ { "owner": { "username": "flazepe", - "email": "", "discord": "flazepe" }, "record": { diff --git a/domains/fleem.json b/domains/fleem.json index 779772472..a5bbb642d 100644 --- a/domains/fleem.json +++ b/domains/fleem.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "adityavijay21", - "email": "adityavijay2103@gmail.com" - }, - "record": { - "CNAME": "fleemwebsite.onrender.com" - } + "owner": { + "username": "adityavijay21", + "email": "adityavijay2103@gmail.com" + }, + "record": { + "CNAME": "fleemwebsite.onrender.com" + } } diff --git a/domains/flexis.json b/domains/flexis.json index 929620012..4d037578d 100644 --- a/domains/flexis.json +++ b/domains/flexis.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "realflexis", - "email": "", - "discord": "1236579599119548426", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.YoALVOz_5u0oVgrxg3RQaVcoYA_P4JHnOZlPuPWFWU8ESueyCNjpbJ0b2c6JOlB9h1V3n2WuwXWkGwvhKYwdNV0WxWWQpQwjJE76SmxnWglTpL1FiAzdPDh5ophB9n1AK-Y-Y2Bn7n8ybi-uPZhZ50VT3LuLVLmirYMv7_f-Z879zUsP5y6fBypUPNHwQsw6T7G9uiURIZfnSKI2_mlPALcG8grEgO1B9H3yGrDkf3y8lFYngDKbYg8QSLPR1fKCV1cpv0zfVaztTRJqffvcVdTHh0r7nBB0Nz-1FqmegaGTPaOSn8rUIwgdp2GLq8NJx2_P4QGmoM8PmrrUgcKmUQ.pW-okmStc_7nPw-L96exPg.AmtSUs-AHjGWzy-cXaqcK4OzTfvrsk623pJixyzzXl0MZYn_1krPQ8Haom9KG-zsb0Kj4CHZqFHn6Wo6G25pwh_-LZlg9a5jrU22XsPKTI4.HkRnKv1TWr8AGJSZBn8d9Q" - }, - - "record": { - "CNAME": "realflexis.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "realflexis", + "discord": "1236579599119548426", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.YoALVOz_5u0oVgrxg3RQaVcoYA_P4JHnOZlPuPWFWU8ESueyCNjpbJ0b2c6JOlB9h1V3n2WuwXWkGwvhKYwdNV0WxWWQpQwjJE76SmxnWglTpL1FiAzdPDh5ophB9n1AK-Y-Y2Bn7n8ybi-uPZhZ50VT3LuLVLmirYMv7_f-Z879zUsP5y6fBypUPNHwQsw6T7G9uiURIZfnSKI2_mlPALcG8grEgO1B9H3yGrDkf3y8lFYngDKbYg8QSLPR1fKCV1cpv0zfVaztTRJqffvcVdTHh0r7nBB0Nz-1FqmegaGTPaOSn8rUIwgdp2GLq8NJx2_P4QGmoM8PmrrUgcKmUQ.pW-okmStc_7nPw-L96exPg.AmtSUs-AHjGWzy-cXaqcK4OzTfvrsk623pJixyzzXl0MZYn_1krPQ8Haom9KG-zsb0Kj4CHZqFHn6Wo6G25pwh_-LZlg9a5jrU22XsPKTI4.HkRnKv1TWr8AGJSZBn8d9Q" + }, + "record": { + "CNAME": "realflexis.github.io" + } +} diff --git a/domains/florent.json b/domains/florent.json new file mode 100644 index 000000000..60009a9bd --- /dev/null +++ b/domains/florent.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/flobsx", + "owner": { + "username": "flobsx", + "email": "flo@bsx.pm" + }, + "record": { + "CNAME": "flobsx.github.io" + }, + "proxied": true +} \ No newline at end of file diff --git a/domains/florianorineveu.json b/domains/florianorineveu.json new file mode 100644 index 000000000..ec75fe04d --- /dev/null +++ b/domains/florianorineveu.json @@ -0,0 +1,10 @@ +{ + "description": "French PHP/Symfony developer", + "owner": { + "username": "florianorineveu", + "email": "hello@fnev.eu" + }, + "record": { + "CNAME": "fnev.eu" + } +} diff --git a/domains/flower.json b/domains/flower.json index 328ecfcfd..4aa656457 100644 --- a/domains/flower.json +++ b/domains/flower.json @@ -5,10 +5,7 @@ }, "record": { "URL": "https://messedupflowerpot.carrd.co", - "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/flowwing.json b/domains/flowwing.json new file mode 100644 index 000000000..91c43c6d1 --- /dev/null +++ b/domains/flowwing.json @@ -0,0 +1,11 @@ +{ + "description": "Flow-Wing Programming Language", + "repo": "https://github.com/kushagra1212/Flow-Wing", + "owner": { + "username": "kushagra1212", + "email": "kushagrarathore002@gmail.com" + }, + "record": { + "A": ["34.19.126.68"] + } +} diff --git a/domains/fluffythebunny.json b/domains/fluffythebunny.json new file mode 100644 index 000000000..686098faf --- /dev/null +++ b/domains/fluffythebunny.json @@ -0,0 +1,12 @@ +{ + "description": "using it for my developer portfolio", + "repo": "https://github.com/Fluffythebunny/fluffythebunny.is-a.dev", + "owner": { + "username": "Fluffythebunny", + "email": "puglsytt@gmail.com", + "twitter": "pugls" + }, + "record": { + "CNAME": "fluffythebunny.github.io" + } +} diff --git a/domains/fluxxyboi.json b/domains/fluxxyboi.json index 0d043a7b5..314ac0847 100644 --- a/domains/fluxxyboi.json +++ b/domains/fluxxyboi.json @@ -2,7 +2,6 @@ "description": "My portfolio/bio website", "owner": { "username": "FluxxyBoi", - "email": "", "discord": "FluxxyBoi#9402" }, "record": { diff --git a/domains/flymeth.json b/domains/flymeth.json index f155dc218..1d7a96a27 100644 --- a/domains/flymeth.json +++ b/domains/flymeth.json @@ -7,6 +7,5 @@ "email": "flymeth.yt@gmail.com", "twitter": "flymeth" }, - "repo": "https://github.com/Flymeth", "description": "I'm a dev and I love to be that" } diff --git a/domains/fm7qby6i5y25.ttkt.json b/domains/fm7qby6i5y25.ttkt.json new file mode 100644 index 000000000..7de4befb7 --- /dev/null +++ b/domains/fm7qby6i5y25.ttkt.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bteamapp", + "email": "helpapp.bta@gmail.com" + }, + "record": { + "CNAME": "gv-kys3ep4lrotyqc.dv.googlehosted.com" + } +} diff --git a/domains/fma.json b/domains/fma.json index d5ba3ec8f..e8d495d11 100644 --- a/domains/fma.json +++ b/domains/fma.json @@ -5,10 +5,7 @@ "email": "eggnogh@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" } } diff --git a/domains/fmode.json b/domains/fmode.json new file mode 100644 index 000000000..314c36235 --- /dev/null +++ b/domains/fmode.json @@ -0,0 +1,12 @@ +{ + "description": "Documentation website of vulnerability in ChromeOS", + "repo": "https://github.com/jOaawd/imperfect-secure", + "owner": { + "username": "jOaawd", + "email": "fmodeteam@gmail.com" + }, + "record": { + "CNAME": "imperfect.onrender.com" + }, + "proxied": false +} diff --git a/domains/fodorzsolt.json b/domains/fodorzsolt.json new file mode 100644 index 000000000..9e3bd30d7 --- /dev/null +++ b/domains/fodorzsolt.json @@ -0,0 +1,11 @@ +{ + "owner": { + "email": "fodorzsolt92@gmail.com", + "username": "fzsatti" + }, + "description": "My portfolio website", + "repo": "https://github.com/fzsatti/fodorzsolt.is-a.dev", + "record": { + "CNAME": "fzsatti.github.io" + } +} diff --git a/domains/fongg.json b/domains/fongg.json new file mode 100644 index 000000000..ebf63ec29 --- /dev/null +++ b/domains/fongg.json @@ -0,0 +1,11 @@ +{ + "description": "nphng15.is-a.dev", + "repo": "https://github.com/nphng15/nphng15.github.io", + "owner": { + "username": "nphng15", + "email": "23521172@gm.uit.edu.vn" + }, + "record": { + "CNAME": "nphng15.github.io" + } +} diff --git a/domains/forero.json b/domains/forero.json new file mode 100644 index 000000000..91cc7838a --- /dev/null +++ b/domains/forero.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "forerosantiago", + "email": "forero@disroot.org" + }, + "record": { + "A": ["20.47.86.75"] + } +} diff --git a/domains/formuna.json b/domains/formuna.json index 853c02e3c..3083fbe06 100644 --- a/domains/formuna.json +++ b/domains/formuna.json @@ -1,12 +1,11 @@ { - "description": "My website for my projects", - "repo": "https://github.com/FormunaGit/FormunaGit.github.io", - "owner": { - "username": "FormunaGit", - "email": "", - "discord": "754657845563097108" - }, - "record": { - "CNAME": "formunagit.github.io" - } -} + "description": "My website for my projects", + "repo": "https://github.com/FormunaGit/formunagit.github.io", + "owner": { + "username": "FormunaGit", + "discord": "754657845563097108" + }, + "record": { + "CNAME": "formunagit.github.io" + } +} diff --git a/domains/forum.cupglass.json b/domains/forum.cupglass.json deleted file mode 100644 index cf5459ea5..000000000 --- a/domains/forum.cupglass.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "description": "Forummmm for my mini-projectss💥💥", - "repo": "https://github.com/cupglassdev/cupglassdev.github.io", - "owner": { - "username": "cupglassdev", - "email": "", - "twitter": "https://x.com/cupglassdev", - "lahelu": "https://lahelu.com/user/cupglassdev", - "discord": "cupglassdev" - }, - "record": { - "CNAME": "cname.freeflarum.com" - } -} diff --git a/domains/fourjuaneight.json b/domains/fourjuaneight.json index 2cef409e2..4d5fea043 100644 --- a/domains/fourjuaneight.json +++ b/domains/fourjuaneight.json @@ -1,6 +1,5 @@ { "description": "Juan's personal site", - "repo": "https://github.com/fourjuaneight", "owner": { "username": "fourjuaneight", "email": "juan@villela.co" diff --git a/domains/fox.json b/domains/fox.json index 201342436..1101952f9 100644 --- a/domains/fox.json +++ b/domains/fox.json @@ -3,7 +3,6 @@ "username": "fox-tech0", "email": "red@team-ruben.tk" }, - "record": { "CNAME": "fox-tech0.github.io" } diff --git a/domains/foxdev.json b/domains/foxdev.json index cb164e06e..c2ee2b19b 100644 --- a/domains/foxdev.json +++ b/domains/foxdev.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "GermanFoxDev", - "email": "", - "discord": "1073620716152434830", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.UbebN16UHO72TKA2YD4x_u4SI0XWphOGenqOawSBEd1FBNohHDWfoJMPcipQ9E-MFGYgvC5gVue7h2sKEoRb6dd4G6v46leW1Tc7_WJAhn55u3b0Rj-fJqjvqcwaNo05W1Zq0O9WfTGQdzXyqVBcSnq1V6GnEeI0UzTCyI_HNqnXzaI1qMmo8CtQgyTKnfBcR1opNCO7QeSG_T4EGg4DLWsrgr0AJO-HVXYvM_h5rCeyQXTfrNAMa9ICAT-TwJGiM-cu-wFBMB_1HQpBFaQaHhH5UAFKIfF9WQQpH-VHf_LhI8FpLRB-6CnCWE5JzPHFVlbpTkVSn20i_oPUrTV4Dg.RyWu6R3v0aMxyponKSI1gg.JEE8XkoGn7xz6tCqENxVjilgS1edQFIWTb38odWEZsF9dwQP_W7-N8nQhyx1oPt5yPxx8Iye9fwgYpeVV_9_bL6ECqHfH-GyPbXSOkygJbk.mDRr1pnHgCfZuEb9BZYs8g" - }, - - "record": { - "URL": "https://germanfoxdev.is-a.dev" - } - } - \ No newline at end of file + "owner": { + "username": "GermanFoxDev", + "discord": "1073620716152434830", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.UbebN16UHO72TKA2YD4x_u4SI0XWphOGenqOawSBEd1FBNohHDWfoJMPcipQ9E-MFGYgvC5gVue7h2sKEoRb6dd4G6v46leW1Tc7_WJAhn55u3b0Rj-fJqjvqcwaNo05W1Zq0O9WfTGQdzXyqVBcSnq1V6GnEeI0UzTCyI_HNqnXzaI1qMmo8CtQgyTKnfBcR1opNCO7QeSG_T4EGg4DLWsrgr0AJO-HVXYvM_h5rCeyQXTfrNAMa9ICAT-TwJGiM-cu-wFBMB_1HQpBFaQaHhH5UAFKIfF9WQQpH-VHf_LhI8FpLRB-6CnCWE5JzPHFVlbpTkVSn20i_oPUrTV4Dg.RyWu6R3v0aMxyponKSI1gg.JEE8XkoGn7xz6tCqENxVjilgS1edQFIWTb38odWEZsF9dwQP_W7-N8nQhyx1oPt5yPxx8Iye9fwgYpeVV_9_bL6ECqHfH-GyPbXSOkygJbk.mDRr1pnHgCfZuEb9BZYs8g" + }, + "record": { + "URL": "https://germanfoxdev.is-a.dev" + } +} diff --git a/domains/fptbb.json b/domains/fptbb.json index 367d6c24b..bd768f806 100644 --- a/domains/fptbb.json +++ b/domains/fptbb.json @@ -5,10 +5,7 @@ }, "record": { "URL": "https://fptbb.com", - "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/fr0stb1rd.json b/domains/fr0stb1rd.json new file mode 100644 index 000000000..f0303e114 --- /dev/null +++ b/domains/fr0stb1rd.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "herobryne0", + "email": "fr0stb1rd@proton.me" + }, + "record": { + "CNAME": "fr0stb1rd.pages.dev" + } +} diff --git a/domains/fran.json b/domains/fran.json index e2b4ec8f3..702850c68 100644 --- a/domains/fran.json +++ b/domains/fran.json @@ -1,8 +1,7 @@ { "owner": { "username": "xzonix", - "discord": "xzon1x", - "email": "" + "discord": "xzon1x" }, "record": { "A": [ @@ -11,10 +10,7 @@ "185.199.109.153", "185.199.111.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/francescodulio.json b/domains/francescodulio.json new file mode 100644 index 000000000..06fe99b2d --- /dev/null +++ b/domains/francescodulio.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Adrenocortico", + "email": "francesco.dulio@icloud.com" + }, + "record": { + "CNAME": "adrenocortico.github.io" + } +} diff --git a/domains/francescogerardi.json b/domains/francescogerardi.json index 6afeab139..45436b59f 100644 --- a/domains/francescogerardi.json +++ b/domains/francescogerardi.json @@ -1,11 +1,9 @@ { "owner": { "username": "flick9000", - "email": "", "discord": "362568231149633548", "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.c3zZelrnWeEuqiMpG-GcRSNLzfODaHNYHVo1NfrkV0wv7mieN9UgiB1Zb_4B7EFPG9NkpwxiUEdW7fNoi7ULdS0sRph_3LykmcnP2QEf_cB8wEewUrzRmlWTtauxo-VKkAuRYa-Ii0mEHQB1ih7hSE77aSix33PLvAItb9NcYemmA8szZO4qCJmNVb44opt-d74x9FlknLxpqDFsKIiyITiKHHUhaOH_NePuZ_arsP4k0bGImUU9d6OymNj_IVXmOdM3Ly_Y3Wju_UFA3Y9t5FXPVNsJq_s5HV4aatJUUBfV47vXruzOeuTFEEVu6VkQpYIspp7mmfgeJPUdAp6yew.wLK8eQGZ8_vbMQEM8sq12A.xTmbHTMvpvXvV2nMnvnGrmp9S4WDAuArMOh4S1XmReBtt7bDUxkoZCgSNWOygDzGnoNOt4TyHXNlEaq_rX-yOBhKlpNI_qHqJncH5imtAdc.y0ElsabDzZ7GmbB_F2zGyQ" }, - "record": { "A": ["172.66.47.45", "172.66.44.211"], "TXT": "google-site-verification=iL7h3vJPXKZPDsPAMhlOlX6Rz9fa4-oTNmCh-tn3isU" diff --git a/domains/francodurand.json b/domains/francodurand.json new file mode 100644 index 000000000..c184c9bdf --- /dev/null +++ b/domains/francodurand.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "FrancoDurand", + "email": "francoduve.25@gmail.com" + }, + "record": { + "CNAME": "devfolio-franco.vercel.app" + } +} diff --git a/domains/francoleon.json b/domains/francoleon.json new file mode 100644 index 000000000..b39017662 --- /dev/null +++ b/domains/francoleon.json @@ -0,0 +1,10 @@ +{ + "description": "Franco Leon, Personal Portfolio", + "owner": { + "username": "francoleon08", + "email": "francoleon284@gmail.com" + }, + "record": { + "CNAME": "francoleondev.vercel.app" + } +} diff --git a/domains/frank-perez-fleita.json b/domains/frank-perez-fleita.json new file mode 100644 index 000000000..86a078f93 --- /dev/null +++ b/domains/frank-perez-fleita.json @@ -0,0 +1,10 @@ +{ + "description": "Personal domain for Frank Perez Fleita, redirecting to my Vercel app.", + "owner": { + "username": "frankperez-github", + "email": "fp848584@gmail.com" + }, + "record": { + "URL": "https://frank-perez-fleita.vercel.app" + } +} diff --git a/domains/frankra.json b/domains/frankra.json new file mode 100644 index 000000000..8c78bd7c3 --- /dev/null +++ b/domains/frankra.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio", + "repo": "https://github.com/frankra/frankra.github.io", + "owner": { + "username": "frankra", + "email": "rafael.h.frank@gmail.com" + }, + "record": { + "CNAME": "frankra.github.io" + } +} diff --git a/domains/franky.json b/domains/franky.json new file mode 100644 index 000000000..d6dc9e470 --- /dev/null +++ b/domains/franky.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "senseikoder", + "email": "molina.frank@gmail.com" + }, + "record": { + "CNAME": "efrank.xyz" + } +} diff --git a/domains/franlo42.json b/domains/franlo42.json new file mode 100644 index 000000000..040d16740 --- /dev/null +++ b/domains/franlo42.json @@ -0,0 +1,8 @@ +{ + "owner":{ + "username": "franlo42" + }, + "record": { + "CNAME": "franlo42.github.io" + } +} diff --git a/domains/frapujgal.json b/domains/frapujgal.json new file mode 100644 index 000000000..4fd0eb8b8 --- /dev/null +++ b/domains/frapujgal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "frapujgal", + "email": "fpujol1989@gmail.com" + }, + "record": { + "CNAME": "frapujgal.github.io" + } +} diff --git a/domains/frcat.json b/domains/frcat.json index 235e95ab1..581601e0a 100644 --- a/domains/frcat.json +++ b/domains/frcat.json @@ -3,7 +3,6 @@ "repo": "https://github.com/frcat/Website", "owner": { "username": "French-Cat", - "email": "", "discord": "French Cat#0002" }, "record": { diff --git a/domains/free.json b/domains/free.json index df4e9ada4..860b34eab 100644 --- a/domains/free.json +++ b/domains/free.json @@ -1,11 +1,9 @@ { - "owner": { - "username": "EducatedSuddenBucket", - "email": "educatedsuddenbucket@gmail.com" - }, - "record": { - "A": [ - "216.24.57.1" - ] - } + "owner": { + "username": "EducatedSuddenBucket", + "email": "educatedsuddenbucket@gmail.com" + }, + "record": { + "A": ["216.24.57.1"] + } } diff --git a/domains/freefor.json b/domains/freefor.json index df4e9ada4..860b34eab 100644 --- a/domains/freefor.json +++ b/domains/freefor.json @@ -1,11 +1,9 @@ { - "owner": { - "username": "EducatedSuddenBucket", - "email": "educatedsuddenbucket@gmail.com" - }, - "record": { - "A": [ - "216.24.57.1" - ] - } + "owner": { + "username": "EducatedSuddenBucket", + "email": "educatedsuddenbucket@gmail.com" + }, + "record": { + "A": ["216.24.57.1"] + } } diff --git a/domains/freefordevs.json b/domains/freefordevs.json index df4e9ada4..860b34eab 100644 --- a/domains/freefordevs.json +++ b/domains/freefordevs.json @@ -1,11 +1,9 @@ { - "owner": { - "username": "EducatedSuddenBucket", - "email": "educatedsuddenbucket@gmail.com" - }, - "record": { - "A": [ - "216.24.57.1" - ] - } + "owner": { + "username": "EducatedSuddenBucket", + "email": "educatedsuddenbucket@gmail.com" + }, + "record": { + "A": ["216.24.57.1"] + } } diff --git a/domains/freehuntx.json b/domains/freehuntx.json index acffa48f5..666fb0fef 100644 --- a/domains/freehuntx.json +++ b/domains/freehuntx.json @@ -1,7 +1,6 @@ { "owner": { "username": "FreehuntX", - "email": "", "twitter": "freehuntx" }, "record": { diff --git a/domains/frenzy.json b/domains/frenzy.json index f1883ba05..9261056f4 100644 --- a/domains/frenzy.json +++ b/domains/frenzy.json @@ -3,7 +3,6 @@ "username": "frenzy602", "email": "GK267281@GMAIL.COM" }, - "record": { "A": ["69.30.249.53"] } diff --git a/domains/froniz.json b/domains/froniz.json index 5228c271b..079c88e07 100644 --- a/domains/froniz.json +++ b/domains/froniz.json @@ -4,7 +4,6 @@ "email": "discordmarc1912@gmail.com", "discord": "1002293564782411787" }, - "record": { "A": ["144.91.116.153"] } diff --git a/domains/fry69.json b/domains/fry69.json new file mode 100644 index 000000000..a475d81d8 --- /dev/null +++ b/domains/fry69.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "fry69", + "discord": "1239250028741263452", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.E1fXAoQ-O1vIvYOVZKHRkwM-2BqIq5e7GwbvIHNP11indOOQdXQDyGZ-0SBtsANvA7EihmnUF_wqw2CsCF2pulQ5Ae5Akd3A_AuMxk4psHiFk0X_J8hW7rUAxCGjgq8ovTOcnK6VXl9UYEhgGzGTFD6iN7PgdaPcFV74Fr9MrfQijoRUkO-xpFOxHOe1ZyXbBD4J_aZNzwH9DxcXoEV8pGC_hn_vkO5qe7ldGHDvWdCUljZb-CJewKmMhqyugSnX76NVvxLVsVVRL8ho6Xo8q77UgZKzr_hSJpTUhL_QgXk8JGvHyyPWO4eBsG8U56mLPnkus_X1DpIwrOok2nrAPQ.aOg6ZrZw7-FlkuCV3s_cNQ.U4PybUQCbruq8EKEWEPVOYNlVLz-b6gPwGiZcy8Nh0S5ukpy6S_sV2EObHCIQuzd8OcZWRXvFVJv18M77OBTUIVGIjLf75LnUJckqMRbKq3GThkyXgC3a8NfBiAU1lUP.NRyVcTgZmwmOGLBdStiVNw" + }, + "record": { + "CNAME": "fry69.github.io" + } +} diff --git a/domains/fsoft72.json b/domains/fsoft72.json new file mode 100644 index 000000000..b97e6ff7d --- /dev/null +++ b/domains/fsoft72.json @@ -0,0 +1,10 @@ +{ + "description": "👋 Hello! I'm Fabio, a passionate developer with 30+ years experience in programming. In my career I have done almost everything, from shared objects for Linux in C to complex web applications and efficient web solutions. Explore my portfolio and contact me on GitHub.", + "owner": { + "username": "fsoft72", + "email": "fabio.rotondo@gmail.com" + }, + "record": { + "URL": "https://fsoft.dev" + } +} diff --git a/domains/ft.json b/domains/ft.json new file mode 100644 index 000000000..2e4fc534d --- /dev/null +++ b/domains/ft.json @@ -0,0 +1,12 @@ +{ + "description": "For the email address h@ft.is-a.dev", + "repo": "https://github.com/HaftIsntHere/is-a.dev/", + "owner": { + "username": "HaftIsntHere", + "email": "haftthedev@gmail.com" + }, + "record": { + "MX": ["mx01.mail.icloud.com", "mx02.mail.icloud.com"], + "TXT": ["apple-domain=MpJJp8aekdLZ5ynT", "v=spf1 include:icloud.com ~all"] + } +} diff --git a/domains/ftn.json b/domains/ftn.json index 8a81c4317..703ae35b7 100644 --- a/domains/ftn.json +++ b/domains/ftn.json @@ -1,11 +1,11 @@ { - "description": "frthr's personal site", - "repo": "https://github.com/furthir/furthir.github.io", - "owner": { - "username": "furthir", - "email": "furthir@pm.me" - }, - "record": { - "CNAME": "furthir.github.io" - } -} + "description": "frthr's personal site", + "repo": "https://github.com/furthir/furthir.github.io", + "owner": { + "username": "furthir", + "email": "furthir@pm.me" + }, + "record": { + "CNAME": "furthir.github.io" + } +} diff --git a/domains/fucabot.json b/domains/fucabot.json index 56a8f07fb..3ee1c035f 100644 --- a/domains/fucabot.json +++ b/domains/fucabot.json @@ -1,6 +1,5 @@ { "description": "Fuca Bot website", - "repo": "https://github.com/anshtyagi0", "owner": { "username": "anshtyagi0", "email": "tyagiansh175@gmail.com" diff --git a/domains/fuccsoc.json b/domains/fuccsoc.json index 7245312bb..57f7dbdfe 100644 --- a/domains/fuccsoc.json +++ b/domains/fuccsoc.json @@ -4,13 +4,8 @@ "email": "me@fuccsoc.com" }, "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": [ - "v=spf1 include:spf.improvmx.com ~all" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"], "URL": "https://fuccsoc.github.io" } } diff --git a/domains/fulminatingmoat.json b/domains/fulminatingmoat.json index 403673491..4689b8a56 100644 --- a/domains/fulminatingmoat.json +++ b/domains/fulminatingmoat.json @@ -1,6 +1,5 @@ { "description": "Website", - "repo": "https://github.com/fulminatingmoat", "owner": { "username": "fulminatingmoat", "email": "fulminatingmoat@fulminatingmoat.com", diff --git a/domains/fungaming.joe50097.json b/domains/fungaming.joe50097.json new file mode 100644 index 000000000..50a39e83b --- /dev/null +++ b/domains/fungaming.joe50097.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Joe50097", + "email": "zcell9500@gmail.com" + }, + "record": { + "CNAME": "fungaming-discord-server.netlify.app" + } +} diff --git a/domains/funinkina.json b/domains/funinkina.json new file mode 100644 index 000000000..95986c38b --- /dev/null +++ b/domains/funinkina.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "funinkina", + "email": "aryankushwaha3101@gmail.com" + }, + "record": { + "CNAME": "funinkina.vercel.app" + } +} diff --git a/domains/funn.json b/domains/funn.json index dc25bcf3e..2193cac63 100644 --- a/domains/funn.json +++ b/domains/funn.json @@ -1,13 +1,11 @@ { - "owner": { - "username": "funnsam", - "email": "funnsam8@gmail.com", - "discord": "684733024612646953", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ZMW5PjPtfPT7C8JjTRmHq8lQPCfuuqYjzrJDWht6SAT7w7Uf1pocR9OhIsl4fvx3Jw1bcOYsa2KfWbZ_PXLDD6YlRHM86nszS4TPFlo8_DsqJC0IMlXdBtlgqPg0gntNzuZMNg9HLpkRWiXzkXMEMdQ5OJJgVoKtBCpc9Z68aoFw_d8WNKebA1mC04DayucBOulPu1bY2HhZleTvjAlW7_wA-soRF-O9ByL59DtNfUGaJaX7SqvthGz2FSyPqlaw1UOe3fpQdutYG_A97tv_toQOJZy93o2iCcrxSWS3tPFZnu_LVyL-JRmkfaMvzxFakgA3etAOx-ReUnD8TmM3tw.ZqPbIAF9lrCM39_U9KgzHA.PdOPxoSDOoMU9saO4KtrXor5ZIStqTjA8AMrCFatJDiB3iHln7gPkzkhmS-l6w8hwu7T3VLxDe8kfVmxmbenKksumyR6pDicLaw45zb5vfY.srUkRHoxqz9QXW1pzbTo2w" - }, - - "record": { - "CNAME": "funnsam.github.io" - } + "owner": { + "username": "funnsam", + "email": "funnsam8@gmail.com", + "discord": "684733024612646953", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ZMW5PjPtfPT7C8JjTRmHq8lQPCfuuqYjzrJDWht6SAT7w7Uf1pocR9OhIsl4fvx3Jw1bcOYsa2KfWbZ_PXLDD6YlRHM86nszS4TPFlo8_DsqJC0IMlXdBtlgqPg0gntNzuZMNg9HLpkRWiXzkXMEMdQ5OJJgVoKtBCpc9Z68aoFw_d8WNKebA1mC04DayucBOulPu1bY2HhZleTvjAlW7_wA-soRF-O9ByL59DtNfUGaJaX7SqvthGz2FSyPqlaw1UOe3fpQdutYG_A97tv_toQOJZy93o2iCcrxSWS3tPFZnu_LVyL-JRmkfaMvzxFakgA3etAOx-ReUnD8TmM3tw.ZqPbIAF9lrCM39_U9KgzHA.PdOPxoSDOoMU9saO4KtrXor5ZIStqTjA8AMrCFatJDiB3iHln7gPkzkhmS-l6w8hwu7T3VLxDe8kfVmxmbenKksumyR6pDicLaw45zb5vfY.srUkRHoxqz9QXW1pzbTo2w" + }, + "record": { + "CNAME": "funnsam.github.io" + } } - diff --git a/domains/funny-noip.json b/domains/funny-noip.json index ff59822f5..bb236d7ce 100644 --- a/domains/funny-noip.json +++ b/domains/funny-noip.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "DaoLmao", - "email": "", - "discord": "854380469147140106", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.RHFDQ-t8_30YGZqdxnq81q5n9x4c7fKSVN6Xb_PnHI_7fT1K7bh-h7hn-Ow_ysHPiF9EzTuhFpSdIOmFHITWx5pxuJXYONFir9gsxGEHCWhHbBOWgq6uRUeE003cbVHAJ4PyAApParkPEiFPd4O7wlM4sHN-db_Pb9mj6DjRMehKZi8e62imM_uL13BE9WzF14Ra1ELHbobVTjF4KHm7a1U9FUG-M1CWGyUs47AxDzcwFrT-q2-yBmlGHJzWS_aCXdZvWtP19TZzoGh-iqpKOMfLTnFq3OAJEVWcW0LZDApOdVjj3p_aBBN1AGWFPCo9DO7s3lFwyK13Yem21D4v3g.duBRGNUSAmp52pA6gSDHtA.3BT1jFA4yKBKMk5JSZqP9JZWwZ3va0zxXVlnK5dGpcONBwrD-gjs3ezJQcwHBSRneDHjQFsBqpjYUypaUGumgL4PEWg2aNmWhM9SpKNMHlk.UX96Z_OBbZ1F5FTSJ3YEHg" - }, - - "record": { - "CNAME": "zintaro.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "DaoLmao", + "discord": "854380469147140106", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.RHFDQ-t8_30YGZqdxnq81q5n9x4c7fKSVN6Xb_PnHI_7fT1K7bh-h7hn-Ow_ysHPiF9EzTuhFpSdIOmFHITWx5pxuJXYONFir9gsxGEHCWhHbBOWgq6uRUeE003cbVHAJ4PyAApParkPEiFPd4O7wlM4sHN-db_Pb9mj6DjRMehKZi8e62imM_uL13BE9WzF14Ra1ELHbobVTjF4KHm7a1U9FUG-M1CWGyUs47AxDzcwFrT-q2-yBmlGHJzWS_aCXdZvWtP19TZzoGh-iqpKOMfLTnFq3OAJEVWcW0LZDApOdVjj3p_aBBN1AGWFPCo9DO7s3lFwyK13Yem21D4v3g.duBRGNUSAmp52pA6gSDHtA.3BT1jFA4yKBKMk5JSZqP9JZWwZ3va0zxXVlnK5dGpcONBwrD-gjs3ezJQcwHBSRneDHjQFsBqpjYUypaUGumgL4PEWg2aNmWhM9SpKNMHlk.UX96Z_OBbZ1F5FTSJ3YEHg" + }, + "record": { + "CNAME": "zintaro.github.io" + } +} diff --git a/domains/furry.json b/domains/furry.json index e9e4413dc..3c57d9efa 100644 --- a/domains/furry.json +++ b/domains/furry.json @@ -4,7 +4,6 @@ "email": "faradey.iskra@mail.ru", "discord": "754721080383373373" }, - "record": { "A": ["31.31.196.104"] } diff --git a/domains/furycraft.json b/domains/furycraft.json deleted file mode 100644 index f1bb6919e..000000000 --- a/domains/furycraft.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "description": "Used as portfolio and to promote my work", - "repo": "https://github.com/FuryCraft/furycraft.github.io", - "owner": { - "username": "FuryCraft", - "email": "pro.furycraft@outlook.fr", - "twitter": "furycraft_", - "discord": "Fury_Craft#9831" - }, - "record": { - "CNAME": "furycraft.github.io" - } -} diff --git a/domains/fusoras.json b/domains/fusoras.json new file mode 100644 index 000000000..4be4671cb --- /dev/null +++ b/domains/fusoras.json @@ -0,0 +1,11 @@ +{ + "description": "Porfolio website", + "repo": "https://github.com/FuSoraS/portfolio", + "owner": { + "username": "FuSoraS", + "email": "developer.FuSoraS@gmail.com" + }, + "record": { + "CNAME": "fusoras.github.io" + } +} diff --git a/domains/fynnlukah.json b/domains/fynnlukah.json new file mode 100644 index 000000000..7b49a8bc8 --- /dev/null +++ b/domains/fynnlukah.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "fynnlukah", + "discord": "727590288209608824" + }, + "record": { + "CNAME": "fynnlukah.vercel.app" + } +} diff --git a/domains/g-pratik.json b/domains/g-pratik.json index dc793000b..1c184ca95 100644 --- a/domains/g-pratik.json +++ b/domains/g-pratik.json @@ -2,8 +2,7 @@ "description": "This is my website", "repo": "https://github.com/g-pratik/g-pratik.github.io", "owner": { - "username": "g-pratik", - "email": "" + "username": "g-pratik" }, "record": { "CNAME": "g-pratik.github.io" diff --git a/domains/g.shockbs.json b/domains/g.shockbs.json deleted file mode 100644 index 6d2da5cca..000000000 --- a/domains/g.shockbs.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "shockbs", - "email": "apipherng@gmail.com" - }, - "record": { - "CNAME": "ziplineshockbs.onrender.com" - } -} diff --git a/domains/gabek.json b/domains/gabek.json deleted file mode 100644 index d9fd6b982..000000000 --- a/domains/gabek.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "description": "Personal Website", - "repo": "https://github.com/gabekgfx/gabekgfx.github.io", - "owner": { - "username": "gabekgfx", - "email": "bussines.gabrys@gmail.com", - "twitter": "gabek_gfx" - }, - - "record": { - "CNAME": "gabekgfx.github.io" - } -} diff --git a/domains/gabriel-iturre.json b/domains/gabriel-iturre.json new file mode 100644 index 000000000..4876467f9 --- /dev/null +++ b/domains/gabriel-iturre.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "GabrielIturreCs", + "email": "gabriel13iturre@gmail.com" + }, + "record": { + "CNAME": "gabrieliturre.netlify.app" + } +} diff --git a/domains/gabrielhuertas.json b/domains/gabrielhuertas.json new file mode 100644 index 000000000..f0a7f4b05 --- /dev/null +++ b/domains/gabrielhuertas.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "GuDex-Dev", + "email": "gabriel.huertas.3012@gmail.com" + }, + "record": { + "CNAME": "gudex-dev.github.io" + } +} diff --git a/domains/gabrigode.json b/domains/gabrigode.json index a4c52697d..a01597d58 100644 --- a/domains/gabrigode.json +++ b/domains/gabrigode.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "gabrigode", - "email": "", - "discord": "368920323808034816", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.rlXCntE-RbS7-N1gSETyncs-hRDIJnsaS_BkbzFjW7qS94B4wt34p7EwUyiaeemwbW3EnQVD-z-PXQoxKI2dLZQhJR2LLbuK1aWG1sQZREOT5J_DcjuY1HXpcsnD_zu_s0uZ7Pfs_b5OMrrqTyUB0hEmR72J7Qg4XNFsy5-ges6EboFzHeXYxolBo-g7nsdPgvcw6EVJdoaCvl0OvNMoIfxyOf1GkeEBAXxAfutsWLLYp4U7HN1a6AkOSPLVkgIwHgi8lGIHWJjYqgjfZd8nRTIe_4d9pOJJVlKVfPp9i8fsl1oysFEVefiU_Xx6AlfXSm2UZcbmMwRq3ItzMxqviA.Zpx8XSXQNPjcWVDZNJuH2Q.LrGHXkueDq4PQp_ptTfE7-2dnJUJ5P86ny7dQkSu4qApFr-X32Sxm5wAG7zbOH_bVakgYvL-Va-5sKS5UHIbU0Ne5rK4CvJ0HxEzLDG8fpA.ilZ6z0z2oCEI7yP2cHdVOQ" - }, - - "record": { - "URL": "https://github.com/gabrigode" - } - } - + "owner": { + "username": "gabrigode", + "discord": "368920323808034816", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.rlXCntE-RbS7-N1gSETyncs-hRDIJnsaS_BkbzFjW7qS94B4wt34p7EwUyiaeemwbW3EnQVD-z-PXQoxKI2dLZQhJR2LLbuK1aWG1sQZREOT5J_DcjuY1HXpcsnD_zu_s0uZ7Pfs_b5OMrrqTyUB0hEmR72J7Qg4XNFsy5-ges6EboFzHeXYxolBo-g7nsdPgvcw6EVJdoaCvl0OvNMoIfxyOf1GkeEBAXxAfutsWLLYp4U7HN1a6AkOSPLVkgIwHgi8lGIHWJjYqgjfZd8nRTIe_4d9pOJJVlKVfPp9i8fsl1oysFEVefiU_Xx6AlfXSm2UZcbmMwRq3ItzMxqviA.Zpx8XSXQNPjcWVDZNJuH2Q.LrGHXkueDq4PQp_ptTfE7-2dnJUJ5P86ny7dQkSu4qApFr-X32Sxm5wAG7zbOH_bVakgYvL-Va-5sKS5UHIbU0Ne5rK4CvJ0HxEzLDG8fpA.ilZ6z0z2oCEI7yP2cHdVOQ" + }, + "record": { + "URL": "https://github.com/gabrigode" + } +} diff --git a/domains/gala.json b/domains/gala.json index c581f6f1a..c64f8dea0 100644 --- a/domains/gala.json +++ b/domains/gala.json @@ -3,7 +3,6 @@ "username": "p0lygun", "email": "solankivibhakar82@gmail.com" }, - "record": { "URL": "https://stilllearning.tech" } diff --git a/domains/galabra.json b/domains/galabra.json new file mode 100644 index 000000000..aa819d542 --- /dev/null +++ b/domains/galabra.json @@ -0,0 +1,10 @@ +{ + "description": "I'm a dev.", + "owner": { + "username": "galabra", + "email": "galabra.dev@gmail.com" + }, + "record": { + "URL": "https://github.com/galabra" + } +} diff --git a/domains/galacyber.json b/domains/galacyber.json index 57a18bc03..575ce110a 100644 --- a/domains/galacyber.json +++ b/domains/galacyber.json @@ -3,7 +3,6 @@ "repo": "https://github.com/MGalaCyber/mgalacyber.github.io", "owner": { "username": "MGalaCyber", - "email": "", "discord": "GalaXd#9165" }, "record": { diff --git a/domains/galihrhgnwn.json b/domains/galihrhgnwn.json index ab78f3be5..b536f1e89 100644 --- a/domains/galihrhgnwn.json +++ b/domains/galihrhgnwn.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "pluzels", - "email": "", - "discord": "1140780096085573734", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.NsIGpomjuC_O3qhqmYjKNy-71OclB57zxOROYzSgvAgHRk_WNpPE7JQ2xD4ZKof8bsgwP-6-EMkusnjLAl7PToEz7rjwPwSid3ieNY4GOxV14N6NSGEeGMSTzJdWeYUImb5ZMQJHhkWzWNpg6VS1_c9_MaCAKNEQckbMx-iHpFl9fL3WRFUx_Gj76l3jo5u5iKFAOOdd6Ml3TLI16b2vJGUe8BOZDMv4_kizCEoT8EnIRHs-ssP3m5ek87Sig8LtrsKjnRuovwAVjBWv1OJFXGILrMlW_9amFOYzteseOcQU2eY0Ct8P3_Kh2R3lBnJlOLfwuYL0bX4VU2AILhLiOQ.XRllPfaz3ooYGle8DOtrQA.LzYHqyM1tCL0rn-6XpbJ77ER57elr2XpjjLyFFRLdkLO2d8Jh5T4iv7mHEQEZI5L3syxdQT6TpJXu3cNrR-3O1B3cmJpL9BjfOVTnbMgv2Y.9Y1ZB9k4eS5nCaeiui5TpQ" - }, - - "record": { - "CNAME": "cname.vercel-dns.com" - } - } - \ No newline at end of file + "owner": { + "username": "pluzels", + "discord": "1140780096085573734", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.NsIGpomjuC_O3qhqmYjKNy-71OclB57zxOROYzSgvAgHRk_WNpPE7JQ2xD4ZKof8bsgwP-6-EMkusnjLAl7PToEz7rjwPwSid3ieNY4GOxV14N6NSGEeGMSTzJdWeYUImb5ZMQJHhkWzWNpg6VS1_c9_MaCAKNEQckbMx-iHpFl9fL3WRFUx_Gj76l3jo5u5iKFAOOdd6Ml3TLI16b2vJGUe8BOZDMv4_kizCEoT8EnIRHs-ssP3m5ek87Sig8LtrsKjnRuovwAVjBWv1OJFXGILrMlW_9amFOYzteseOcQU2eY0Ct8P3_Kh2R3lBnJlOLfwuYL0bX4VU2AILhLiOQ.XRllPfaz3ooYGle8DOtrQA.LzYHqyM1tCL0rn-6XpbJ77ER57elr2XpjjLyFFRLdkLO2d8Jh5T4iv7mHEQEZI5L3syxdQT6TpJXu3cNrR-3O1B3cmJpL9BjfOVTnbMgv2Y.9Y1ZB9k4eS5nCaeiui5TpQ" + }, + "record": { + "CNAME": "cname.vercel-dns.com" + } +} diff --git a/domains/galvanized-square-steel-with-aluminium-frame.json b/domains/galvanized-square-steel-with-aluminium-frame.json index 5c856434f..21dc683d1 100644 --- a/domains/galvanized-square-steel-with-aluminium-frame.json +++ b/domains/galvanized-square-steel-with-aluminium-frame.json @@ -1,8 +1,7 @@ { "owner": { "username": "yunexiz", - "discord": "1040303561847881729", - "email": "" + "discord": "1040303561847881729" }, "record": { "CNAME": "galvanized-square-steel-with-aluminium-frame.pages.dev" diff --git a/domains/gamer.json b/domains/gamer.json new file mode 100644 index 000000000..6c8614026 --- /dev/null +++ b/domains/gamer.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "GameRoMan", + "email": "gameromandev@gmail.com" + }, + "record": { + "CNAME": "gameroman.pages.dev" + } +} diff --git a/domains/gameroman.json b/domains/gameroman.json new file mode 100644 index 000000000..6c8614026 --- /dev/null +++ b/domains/gameroman.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "GameRoMan", + "email": "gameromandev@gmail.com" + }, + "record": { + "CNAME": "gameroman.pages.dev" + } +} diff --git a/domains/games.bob16077.json b/domains/games.bob16077.json index af3733f54..9f7c0b368 100644 --- a/domains/games.bob16077.json +++ b/domains/games.bob16077.json @@ -1,8 +1,7 @@ { "owner": { "username": "bob16077", - "discord": "bob16077777", - "email": "" + "discord": "bob16077777" }, "record": { "CNAME": "bob16077.github.io" diff --git a/domains/games.json b/domains/games.json new file mode 100644 index 000000000..6e1582f7e --- /dev/null +++ b/domains/games.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Ciao287", + "discord": "687333016921440317" + }, + "record": { + "A": ["144.91.115.195"] + } +} diff --git a/domains/gameserver.ardaninho.json b/domains/gameserver.ardaninho.json index a57c2383b..8a15ba39f 100644 --- a/domains/gameserver.ardaninho.json +++ b/domains/gameserver.ardaninho.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "Ardaninho", - "email": "", - "discord": "639439553698201626" - }, - - "record": { - "A": ["23.88.73.88"] - } - } - \ No newline at end of file + "owner": { + "username": "Ardaninho", + "discord": "639439553698201626", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.bjiGBnBlH6rh_Xn9iKTzopCYh2l24YpNo0ifUSGYXgIAJXCIEPyvNyLwMUyKfiAlde_A3R_Ay15qbYfSrp5KyqhPVAFSAivpjEE7TnmtiTa0eCU6zOgpgn34Bsmh7HtFKLxrXq09q2nWGshiPx8w_ZWIGQCQh0lwUtUEG7u-c-9AEFWtEXqAWg5r_U3nN8oYiAKcCOrMv0mXusxmQPNkDRdtZuVUgFVKMe66Jfuy3zxeOuKqBSMpmuZ8XrUswXQa5xMm_byIJMio4ne4_p9y7paMf2ij0VddFXFoKZbsceexTGtgttTKP4mBmbxCd5KvnjGfzsKXHx-6c9b7bbE9ZQ.eF6d3Ot94wEgFJVQyPcJ7A.i7yqrXYM9SzUXcsqbOEU1dzpczVgutM7NJZUGqZyO4iHmaE8ELWT-eNsu1En2AzoL8sPU5uLpBHXAoAcpXXWuQOraq9jWcgHvfC9Ayj2JSk.RZwVl5IxtKwHTVtYVwqjvg" + }, + "record": { + "A": ["207.244.199.139"] + } +} diff --git a/domains/gamil.json b/domains/gamil.json new file mode 100644 index 000000000..c660477a5 --- /dev/null +++ b/domains/gamil.json @@ -0,0 +1,11 @@ +{ + "description": "Gamil's Portfolio", + "repo": "https://github.com/gamilmohamed/gamilmohamed.github.io", + "owner": { + "username": "gamilmohamed", + "email": "mohamed.gamil@outlook.fr" + }, + "record": { + "CNAME": "gamilmohamed.github.io" + } +} diff --git a/domains/ganesh-g.json b/domains/ganesh-g.json new file mode 100644 index 000000000..6adc31450 --- /dev/null +++ b/domains/ganesh-g.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ganesh76", + "email": "ganesh.g.cse@gmail.com" + }, + "record": { + "CNAME": "ganesh76.github.io" + } +} diff --git a/domains/ganeswarv.json b/domains/ganeswarv.json new file mode 100644 index 000000000..1bcc92bed --- /dev/null +++ b/domains/ganeswarv.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/ganeswar-velvadapu/portfolio", + "description": "My Portfolio Webiste", + "owner": { + "username": "ganeswar-velvadapu", + "email": "ganeshvelvadapu@gmail.com" + }, + "record": { + "CNAME": "portfolio-tau-mauve-63.vercel.app" + } +} diff --git a/domains/gary.json b/domains/gary.json new file mode 100644 index 000000000..57bd8f6e5 --- /dev/null +++ b/domains/gary.json @@ -0,0 +1,11 @@ +{ + "description": "gary site", + "repo": "https://github.com/Zach11111/garysite", + "owner": { + "username": "zach11111", + "email": "contact@garybot.dev" + }, + "record": { + "CNAME": "garylovesclimbingtreesexploringplacesandchasingbutterflies.garythecatisanadorablefelinealwaysseekingfunandadventure.site" + } +} diff --git a/domains/gattinhosbot.json b/domains/gattinhosbot.json index 585daafbd..325d89df2 100644 --- a/domains/gattinhosbot.json +++ b/domains/gattinhosbot.json @@ -1,13 +1,12 @@ { "owner": { "username": "Stef-00012", - "email": "", "discord": "694986201739952229", "github_id": 81536172, "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" }, "record": { - "A": ["194.60.201.37"], + "A": ["173.208.244.6"], "MX": ["mail.stefdp.lol"], "TXT": ["v=spf1 mx ~all"] } diff --git a/domains/gauravgupta.json b/domains/gauravgupta.json deleted file mode 100644 index 571c2edf5..000000000 --- a/domains/gauravgupta.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "gauravgupta256", - "email": "gauravgupta8652@gmail.com" - }, - "record": { - "CNAME": "gauravgupta.is-a.dev" - } -} diff --git a/domains/gauravkulkarni.json b/domains/gauravkulkarni.json index 69e78b785..976bd243e 100644 --- a/domains/gauravkulkarni.json +++ b/domains/gauravkulkarni.json @@ -3,7 +3,6 @@ "username": "gkulk007", "email": "gaurav.kulkarni@mescoeorg.onmicrosoft.com" }, - "record": { "CNAME": "gkulk007.github.io" } diff --git a/domains/gavin.json b/domains/gavin.json index 319390e24..900d0c4a0 100644 --- a/domains/gavin.json +++ b/domains/gavin.json @@ -8,6 +8,6 @@ "discord": "gavin#5968" }, "record": { - "CNAME": "GavinFerdinandChee.github.io" + "CNAME": "gavinferdinandchee.github.io" } } diff --git a/domains/gavingogaming.json b/domains/gavingogaming.json index f83cb478c..196cc8bec 100644 --- a/domains/gavingogaming.json +++ b/domains/gavingogaming.json @@ -3,7 +3,6 @@ "username": "GavinGoGaming", "email": "gavingogaming@gmail.com" }, - "record": { "CNAME": "gavingogaming.github.io" } diff --git a/domains/gbot.json b/domains/gbot.json index 30f429663..27a0a7b0e 100644 --- a/domains/gbot.json +++ b/domains/gbot.json @@ -1,7 +1,6 @@ { "owner": { "username": "Stef-00012", - "email": "", "discord": "694986201739952229", "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" }, diff --git a/domains/gc.json b/domains/gc.json new file mode 100644 index 000000000..03f2d4ac1 --- /dev/null +++ b/domains/gc.json @@ -0,0 +1,10 @@ +{ + "description": "gc.is-a.dev", + "owner": { + "username": "gcjbr", + "email": "gcaetanoj@gmail.com" + }, + "record": { + "URL": "https://gcj.io" + } +} diff --git a/domains/gcet.aaqif.json b/domains/gcet.aaqif.json new file mode 100644 index 000000000..4936923ef --- /dev/null +++ b/domains/gcet.aaqif.json @@ -0,0 +1,11 @@ +{ + "description": "gcet project", + "repo": "https://github.com/aaqifshafi/G-CET", + "owner": { + "username": "aaqifshafi", + "email": "aaqifshafi@gmail.com" + }, + "record": { + "CNAME": "g-cet-aaqifshafis-projects.vercel.app" + } +} diff --git a/domains/generic.json b/domains/generic.json new file mode 100644 index 000000000..7109b99d8 --- /dev/null +++ b/domains/generic.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "xgeneric", + "discord": "1194494419064328296", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.pNI-ARrj3J_tLM7pZiRwu1pfmk-Q3DwQqCqxWO02M876wVSFVYCtmViotPvUkXbGD6fungda4WYZn9FbbIFMroM6lyRd5facNKDKej8YSmA4vHrk82WnwOjIOgJZVvG1KBZ-a8-WJaBMTFTnA5HcDdIPKalVi8WuEBZ0aX5oePC_OmMgL8dfo8sc_Yh6iH_cQQsHyqTmEqaFIZdnchM3zqP5SztLpMqx7J-t65lJmSVdvlVIyCOVGGtnSu6p-mqsRqJ0_GTaxZq13p33OlN2H-aHiYLhuUNq1PNAMVMjBHvLwKx53QPYHkWH_49PYOAofaB5Qu4FQehMfMeEDPJY3w.qTLCxzxvVwoOjhI2BRDjcQ.fknkRF_e0XxYo2aGLv16XqzezYSUJAsZEV1IvnuErIAUeo5iEOL_6tjx67aBPV7GaJ-bulYZxzfcm7w8t2fd3dj4YWle3bpexZZ25GhR9RtlbCvQ1MybtvMWt9kMjbIM.AYS1UwZHLOklvLllhjQpLA" + }, + "record": { + "CNAME": "xgeneric.github.io" + } +} diff --git a/domains/generic2.json b/domains/generic2.json new file mode 100644 index 000000000..5c812ab87 --- /dev/null +++ b/domains/generic2.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "xgeneric", + "discord": "1194494419064328296", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.MTsG19pQNdLCwl95D9NzxouR4mZ-7y2uRcBVVIqCc9Tal1P0D-Qt4JsDR7K-YJWNqRZpTx3-BZzMXweeteboVNF3fDlh06XENgnd2PoxjeGZzovR9sMqn4Ngl9dpGgYsmZgWf7rTjSzzePZx5h-GbTD5mI6ysxda0zrpR-cwjKVv92Lf6T0XTCwxH10DgAXZ_CtUrDq9Sn5pO-ONbUnnRgVDqBW9unD4qSCcKOAAJurGfYfLNX8qYZWfD-Hcs_wptS8fJpjpXIGkP_JF1qsj95pG0t4Bp7hhIXeXm1jmJm2-C-WQkKdZLdBDQ1gIsDhP0fLNfmSyyy532aIbR1FDqA.qX2TYd3WzaYOeAOktSXu5A.7ojhiDUioav23zhWk7sP9yLVAfNvOxL6bTAn78ILURWTwI5pEQWJloCfImCpjwGuoteHerCQNTJLRD8Vvhvd87X6YvbCiJqRPJp77J-VeJICLN5DAFlzeCNGUX4g8c_t.VThkX88tara8h8WKOXlreg" + }, + "record": { + "CNAME": "paulswebhelp.com" + } +} diff --git a/domains/genericx.json b/domains/genericx.json new file mode 100644 index 000000000..8bc7b0824 --- /dev/null +++ b/domains/genericx.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "xgeneric", + "discord": "1194494419064328296", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.DNr2jxeR-0YVkAChAl4uPX31TrkGI4S8REI18sZvz4gGrL9c2LRtnnHlJfq0fMntFjAvLoD2lvb-kbjDq-INycXI0YHr-MG4YIvJmccyAmaxmtfhIqSWQc6EwMRar7mx0aE3NaOXJSKZQSpH86MVHqO4X9TZMGxkCfq9IAaXHmAVBazCNPFySzCY2jHo3LRmDFsJyTf0mWm_RwaYuPlS7__slgs2XQnWCYNP_kdMwENR7dDFVG9IjwSXQI-D12nyqquN_oM6WDg2ajfwMdbfd3aOpNkLOvAj-slpw81v2zccP040MrQJdTlN_LiMGFMqUPqNqev3lDwu-up8xDKIzQ.Fq8v4wlDvYQWahwdgcSXPQ.b_b4xs8S2pJNAPSPFJfZ6u5nMlNfAnxnm0UbH_LrqXCGIMX5ymm54wsnWFrymwp9OSqTbotZeYMFXWZlCouMxXOqrOmLHb58OJmsRZarQ0lqSOduCvFnonngL6gTpa1s.1o8XkyzrR4qKrVrinRJhzQ" + }, + "record": { + "CNAME": "paulswebhelp.com" + } +} diff --git a/domains/generix.json b/domains/generix.json new file mode 100644 index 000000000..f794a11d2 --- /dev/null +++ b/domains/generix.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "xgeneric", + "discord": "1194494419064328296", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.TEnVT2QVvesNKLztHkI3jp-5JggHFHs0jLf93VH0_CT63TcEHlhkMGl6iE1iXGGfW4kjuOkyDfTgxYWHGfHGM9KJ3O57NCNxSPVcK_t-IrImmymmEXrxLKSnyI1QFxBiFpNO7mFIGy7xAWJSTkA5ZvGciR_tJRbB9ftAme5WYLKE7tPgfQxMHoGFE22Q1yKpK9lbCFoeFi0bLtbYRvvveBP78oqK4cMIRkVC6TKhFHo6wWorsJDlEGrVCYQ8-OEP2Y1pu1WkVLJ1Dd1E2OJcZcEn-QmTkfU7ar4U_2LlNTRmDnoXhQNt5O6xsh6savYjm1jzl_u_fZwlgVFgRV9_WA.hEaGKy3NTYfzyeqez2Y5KA.j0OHFUF5Pbr8c7dqb0X0GPIZL4y3gvGLf-BkXNMeWvUwVTfS2S5HD6RpnbDmpnhnwRbX4_fKcEMBLAwkf0Mv0cCUGk4yr9vu_kYH_s8as3q2_2cKJe8P-7wQCioS6lwn.Lv4G5WOkVnbHCssVDM_rww" + }, + "record": { + "CNAME": "paulswebhelp.com" + } +} diff --git a/domains/george.json b/domains/george.json index 208f0ae5f..227d3159f 100644 --- a/domains/george.json +++ b/domains/george.json @@ -1,6 +1,5 @@ { "description": "George Aykara's personal developer website", - "repo": "https://github.com/aykarageorge", "owner": { "username": "aykarageorge", "email": "aykarageorge@gmail.com" diff --git a/domains/georgekaran.json b/domains/georgekaran.json index ae89517f2..e60432a72 100644 --- a/domains/georgekaran.json +++ b/domains/georgekaran.json @@ -1,6 +1,5 @@ { "description": "George Karan - Personal Page", - "repo": "https://github.com/georgekaran", "owner": { "username": "georgekaran", "email": "georgekaran12@gmail.com" diff --git a/domains/geostatic.json b/domains/geostatic.json index b680eb1e7..54e6db8d5 100644 --- a/domains/geostatic.json +++ b/domains/geostatic.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "Jkingwalagam", - "email": "", - "discord": "1100459863592685640" - }, - - "record": { - "CNAME": "geostatic-github-io.pages.dev" - } - } - \ No newline at end of file + "owner": { + "username": "Jkingwalagam", + "discord": "1100459863592685640" + }, + "record": { + "CNAME": "geostatic-github-io.pages.dev" + } +} diff --git a/domains/germanfoxdev.json b/domains/germanfoxdev.json index 1da947c10..07433ce69 100644 --- a/domains/germanfoxdev.json +++ b/domains/germanfoxdev.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "GermanFoxDev", - "email": "", - "discord": "1073620716152434830", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.GsPN4QZJZ53Om9rp-MBka8t2OeY-ev1xFBEei9DSRGEJDSVKR23x6xYuT4a1nfAhV0dgUi_WFIm-vGwF-oHkKEcGZo8nr-zH_hwR2HxnmfmBs6qUEKhpIeTQYx34Ws0B3n36aNk6odCO2Tz0LgtIr6bwq8WgAa985WD0_secI4WHCodhXMfAMZttW_kZT109B8iBq-3rjhjMWG1Xcix9mvUkbUREF17oIK0G70QlmEFvLOxp5rSg1SfHWZ251oOnIqfqrZ90_OHk9FVNDKex4OwCt7klesABNi0v8V7wWVhKlHgtojhdHY-oz87_YCz7orLcMpCxwmuCFJtLFEmlZw.IVb7t0DdLgHkH_YFU0vnyg.r9q1gsR3Uw33QGFExZZad6NNiyuO8YFEXPvX-OmhHw8TTVZkT9F0wUAJrSK7pGM3jf0-GnBlV6LTOcC-M20bdaOjTJK2ytnxRYG4Uk3pYOg.U6vvLC1-IjAWWDFFIKKAVA" - }, - - "record": { - "CNAME": "germanfoxdev.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "GermanFoxDev", + "discord": "1073620716152434830", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.GsPN4QZJZ53Om9rp-MBka8t2OeY-ev1xFBEei9DSRGEJDSVKR23x6xYuT4a1nfAhV0dgUi_WFIm-vGwF-oHkKEcGZo8nr-zH_hwR2HxnmfmBs6qUEKhpIeTQYx34Ws0B3n36aNk6odCO2Tz0LgtIr6bwq8WgAa985WD0_secI4WHCodhXMfAMZttW_kZT109B8iBq-3rjhjMWG1Xcix9mvUkbUREF17oIK0G70QlmEFvLOxp5rSg1SfHWZ251oOnIqfqrZ90_OHk9FVNDKex4OwCt7klesABNi0v8V7wWVhKlHgtojhdHY-oz87_YCz7orLcMpCxwmuCFJtLFEmlZw.IVb7t0DdLgHkH_YFU0vnyg.r9q1gsR3Uw33QGFExZZad6NNiyuO8YFEXPvX-OmhHw8TTVZkT9F0wUAJrSK7pGM3jf0-GnBlV6LTOcC-M20bdaOjTJK2ytnxRYG4Uk3pYOg.U6vvLC1-IjAWWDFFIKKAVA" + }, + "record": { + "CNAME": "germanfoxdev.github.io" + } +} diff --git a/domains/manage.json b/domains/get.json similarity index 79% rename from domains/manage.json rename to domains/get.json index f27db0ab3..aab28d71a 100644 --- a/domains/manage.json +++ b/domains/get.json @@ -1,9 +1,8 @@ { "owner": { "username": "is-a-dev", - "email": "" + "email": "admin@is-a.dev" }, - "record": { "URL": "https://github.com/is-a-dev/register" } diff --git a/domains/gewalee.json b/domains/gewalee.json new file mode 100644 index 000000000..8148fa2f9 --- /dev/null +++ b/domains/gewalee.json @@ -0,0 +1,10 @@ +{ + "description": "Github Pages serving as an online resume site for gewaleelek", + "repo": "https://github.com/gewaleelek/gewaleelek.github.io", + "owner": { + "username": "gewaleelek" + }, + "record": { + "CNAME": "gewaleelek.github.io" + } +} diff --git a/domains/gg.json b/domains/gg.json new file mode 100644 index 000000000..09db97347 --- /dev/null +++ b/domains/gg.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio", + "repo": "https://github.com/i-m-Gaurav/Portfolio.git", + "owner": { + "username": "i-m-Gaurav", + "email": "indiagauravkumar@gmail.com" + }, + "record": { + "CNAME": "gaurav-self.vercel.app" + } +} diff --git a/domains/gg.shockbs.json b/domains/gg.shockbs.json index 6d2da5cca..42008293f 100644 --- a/domains/gg.shockbs.json +++ b/domains/gg.shockbs.json @@ -1,9 +1,10 @@ { "owner": { "username": "shockbs", - "email": "apipherng@gmail.com" + "discord": "880084860327313459" }, "record": { "CNAME": "ziplineshockbs.onrender.com" - } + }, + "proxied": true } diff --git a/domains/ghostman.json b/domains/ghostman.json new file mode 100644 index 000000000..4b4e043f7 --- /dev/null +++ b/domains/ghostman.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ghostMan-pac", + "email": "asifp3104@gmail.com" + }, + "record": { + "CNAME": "ghostMan-pac.github.io" + } +} diff --git a/domains/ghozi.json b/domains/ghozi.json new file mode 100644 index 000000000..567104690 --- /dev/null +++ b/domains/ghozi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "m-ghozi", + "email": "ghozi286@gmail.com" + }, + "record": { + "CNAME": "m-ghozi.github.io" + } +} diff --git a/domains/ghsearch.json b/domains/ghsearch.json new file mode 100644 index 000000000..a5b257566 --- /dev/null +++ b/domains/ghsearch.json @@ -0,0 +1,11 @@ +{ + "description": "Aplicación web para buscar repositorios en GitHub por tema, utilizando la API de GitHub. Construida con HTML, CSS y JavaScript.", + "repo": "https://https://github.com/herwingx/awesome-github-search", + "owner": { + "username": "herwingx", + "email": "herwingmacias@gmail.com" + }, + "record": { + "CNAME": "herwingx.github.io" + } +} diff --git a/domains/giahuy.json b/domains/giahuy.json index 433c7d5c2..77b97d931 100644 --- a/domains/giahuy.json +++ b/domains/giahuy.json @@ -1,13 +1,12 @@ { - "description": "I Make the Worst Discord Bot on Earth", - "repo": "https://github.com/mtheintrude23/register", - "owner": { - "username": "mtheintrude23", - "email": "hostbotfree@gmail.com", - "discord": "1219514896778133594" -}, - - "record": { - "CNAME": "mtheintrude23.github.io" - } -} + "description": "I Make the Worst Discord Bot on Earth", + "repo": "https://github.com/mtheintrude23/register", + "owner": { + "username": "mtheintrude23", + "email": "hostbotfree@gmail.com", + "discord": "1219514896778133594" + }, + "record": { + "CNAME": "mtheintrude23.github.io" + } +} diff --git a/domains/gicorada.json b/domains/gicorada.json index b4fa19a54..8af986f80 100644 --- a/domains/gicorada.json +++ b/domains/gicorada.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "gicorada", - "email": "51818710+gicorada@users.noreply.github.com", - "discord": "607903753831448626" - }, - - "record": { - "CNAME": "gicorada.netlify.app" - } - } - + "owner": { + "username": "gicorada", + "discord": "607903753831448626" + }, + "record": { + "CNAME": "gicorada.netlify.app" + } +} diff --git a/domains/gifaldyazka.json b/domains/gifaldyazka.json deleted file mode 100644 index 3493f8b6d..000000000 --- a/domains/gifaldyazka.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Just my personal website", - "repo": "https://github.com/gifaldyazkaa/gifaldyazkaa.github.io", - "owner": { - "username": "gifaldyazkaa", - "email": "official.gifaldy@gmail.com" - }, - "record": { - "CNAME": "gifaldyazkaa.github.io" - } -} diff --git a/domains/gifflet.json b/domains/gifflet.json new file mode 100644 index 000000000..b27fda23f --- /dev/null +++ b/domains/gifflet.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "gifflet", + "email": "guisousa09@hotmail.com" + }, + "record": { + "CNAME": "gifflet.github.io" + } +} diff --git a/domains/gilang.json b/domains/gilang.json new file mode 100644 index 000000000..e577cdcf8 --- /dev/null +++ b/domains/gilang.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "gilangportofolio", + "email": "gilang.portofolioo@gmail.com", + "description": "Personal Portfolio Website" + }, + "record": { + "CNAME": "gilangportofolio.github.io" + }, + "proxied": true +} diff --git a/domains/gilmar-dave-gamboa.json b/domains/gilmar-dave-gamboa.json new file mode 100644 index 000000000..274371c0e --- /dev/null +++ b/domains/gilmar-dave-gamboa.json @@ -0,0 +1,11 @@ +{ + "description": "My portfolio", + "repo": "https://github.com/davegamboa99/my-portfolio", + "owner": { + "username": "davegamboa99", + "email": "davegamboa99@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/gin.json b/domains/gin.json new file mode 100644 index 000000000..f387a7880 --- /dev/null +++ b/domains/gin.json @@ -0,0 +1,10 @@ +{ + "repo": "https://minh0111.github.io/ginny/", + "owner": { + "username": "minh0111", + "email": "kisaver157@gmail.com" + }, + "record": { + "CNAME": "minh0111.github.io" + } +} diff --git a/domains/girigummadi.json b/domains/girigummadi.json index 5b7229283..40d7d3f08 100644 --- a/domains/girigummadi.json +++ b/domains/girigummadi.json @@ -1,6 +1,5 @@ { "description": "My Personal Website", - "repo": "https://github.com/GiriGummadi", "owner": { "username": "GiriGummadi", "email": "girigummadi5656@gmail.com" diff --git a/domains/gitea.vinceale7082.json b/domains/gitea.vinceale7082.json new file mode 100644 index 000000000..717a9d3ea --- /dev/null +++ b/domains/gitea.vinceale7082.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "VinceAle7082", + "email": "vinceale7082@gmail.com", + "discord": "1078447459900063816", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.gJMoU3q_oUV1HkwQ_iqc9c5A-CrQpYDBcbv825Y26CHrUZZwrSb6oRfqqsEqiClcCyKMoFW3jbUdCEk3OsjldrgQOzY0xIvLuchXu1VCbSkkDXeSJCxS7lTpTJ_2TQe9zPs1nanuUf8k3zVxvpis_DIs4ON9vqyW-D9iXgCLJEqF6ILJla4aMSvya2yEWzz56Rdh242J5F3HMQwqEEQpYTJPdM-XN3NuQxsu9f6dfhBNd-QMKqc7nPDqDYSpKCABdWphikCjMEyYQHXXVnlLmXOYjaATE-ZvWyb-1aHTpqZwRxjB77AdrfPgwEpUVstCMYGuXehjz_VqZ5ihPGefRw.Hyqa9XTdQZexcwDXH6wcSw.ygPBwgZujpLGVzWFsjlHla6y14-6E7lL-ifYaFZ40jbXj-ukWpL4eXaXx6P-4yNYSjoNIXcaToQxvDVHbQkClZJiu5XDJ7ahzTnlCQ3ngqg.1LRgjc8WbrkWVnqpHBBQIw" + }, + "record": { + "URL": "https://gitea.vinceale7082.com" + } +} diff --git a/domains/githubmilind.json b/domains/githubmilind.json new file mode 100644 index 000000000..33067d1de --- /dev/null +++ b/domains/githubmilind.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "githubmilind", + "email": "pansare@gmail.com" + }, + "record": { + "CNAME": "githubmilind.github.io" + } +} diff --git a/domains/gizmo.json b/domains/gizmo.json index f4619e450..cbb1ae980 100644 --- a/domains/gizmo.json +++ b/domains/gizmo.json @@ -1,7 +1,6 @@ { "owner": { "username": "gizmo-dev", - "email": "", "twitter": "gizmo_gg" }, "record": { diff --git a/domains/gizzy.json b/domains/gizzy.json index 1f7e4844d..e5d7b3f50 100644 --- a/domains/gizzy.json +++ b/domains/gizzy.json @@ -1,27 +1,24 @@ -{ - "description": "gizzy.is-a.dev", - "owner": { - "username": "GizzyUwU", - "email": "nerop455@gmail.com", - "discord": "gizzyowo" - }, - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], - "AAAA": [ - "2606:50c0:8000::153", - "2606:50c0:8001::153", - "2606:50c0:8002::153", - "2606:50c0:8003::153" - ], - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], - "TXT": "forward-email=nerop455@gmail.com" - } -} +{ + "description": "gizzy.is-a.dev", + "owner": { + "username": "GizzyUwU", + "email": "nerop455@gmail.com", + "discord": "gizzyowo" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "AAAA": [ + "2606:50c0:8000::153", + "2606:50c0:8001::153", + "2606:50c0:8002::153", + "2606:50c0:8003::153" + ], + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "TXT": "forward-email=nerop455@gmail.com" + } +} diff --git a/domains/glitchblog.mrdev88.json b/domains/glitchblog.mrdev88.json deleted file mode 100644 index e5e88e486..000000000 --- a/domains/glitchblog.mrdev88.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Mrdev88", - "email": "RuizMahdi@gmx.com" - }, - "record": { - "CNAME": "1nw25jjg5f4id14j87.fastly-validations.com" - } -} diff --git a/domains/glitched-da-kitty-cat.json b/domains/glitched-da-kitty-cat.json new file mode 100644 index 000000000..18dc8b2e1 --- /dev/null +++ b/domains/glitched-da-kitty-cat.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "GlitchedDaKittyCatSchoolaccount", + "email": "glitcheddacat@gmail.com" + }, + "record": { + "CNAME": "glitched-da-kitty-cat.vercel.app" + } +} diff --git a/domains/glitchish.json b/domains/glitchish.json index 02740359a..07d05dc85 100644 --- a/domains/glitchish.json +++ b/domains/glitchish.json @@ -1,6 +1,5 @@ { "description": "Glitch's .IS-A.DEV domain", - "repo": "https://github.com/glitchish.github.io", "owner": { "username": "glitchish", "email": "gavinjstacey@gmail.com" diff --git a/domains/glmacedo.json b/domains/glmacedo.json new file mode 100644 index 000000000..22c521be6 --- /dev/null +++ b/domains/glmacedo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "glmacedo", + "email": "glmacedo@glmacedo.com" + }, + "record": { + "NS": ["dimitris.ns.cloudflare.com", "kristin.ns.cloudflare.com"] + } +} diff --git a/domains/glncy.json b/domains/glncy.json index 0f28f6f3a..e29a62a63 100644 --- a/domains/glncy.json +++ b/domains/glncy.json @@ -3,7 +3,6 @@ "username": "glncy", "email": "glency.a.tirao@gmail.com" }, - "record": { "CNAME": "glncy.github.io" } diff --git a/domains/glutis.json b/domains/glutis.json new file mode 100644 index 000000000..5b4c759d6 --- /dev/null +++ b/domains/glutis.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "huyvu15", + "email": "huyv80313@gmail.com" + }, + "record": { + "CNAME": "huyvu15.github.io" + } +} diff --git a/domains/glyphtones.json b/domains/glyphtones.json new file mode 100644 index 000000000..8911738be --- /dev/null +++ b/domains/glyphtones.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "firu115", + "email": "firu-glyphtones@proton.me" + }, + "record": { + "A": ["5.75.148.17"], + "AAAA": ["2a01:04f8:0c0c:947e:0000:0000:0000:0001"] + }, + "description": "Glyphtones is a website that I made for sharing Nothing Phone ringtones that feature glyph light effects. https://nothing.tech/", + "repo": "https://github.com/Firu115/nothing_glyphtones" +} diff --git a/domains/gmanthemarioguy.json b/domains/gmanthemarioguy.json new file mode 100644 index 000000000..ee92eb1a2 --- /dev/null +++ b/domains/gmanthemarioguy.json @@ -0,0 +1,11 @@ +{ + "description": "This is to be used on my blog.", + "repo": "https://github.com/gmanthemarioguy/gmanthemarioguy.github.io", + "owner": { + "username": "gmanthemarioguy", + "email": "gman36147@gmail.com" + }, + "record": { + "CNAME": "gmanthemarioguy.github.io" + } +} diff --git a/domains/goddy.json b/domains/goddy.json new file mode 100644 index 000000000..8c6f689cd --- /dev/null +++ b/domains/goddy.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Owinogoddie", + "email": "owinogoddie@gmail.com" + }, + "record": { + "URL": "https://goddy-the-dev.vercel.app" + } + } + \ No newline at end of file diff --git a/domains/godwhitelight.json b/domains/godwhitelight.json index 4bdf142a7..569633d9a 100644 --- a/domains/godwhitelight.json +++ b/domains/godwhitelight.json @@ -4,10 +4,7 @@ "email": "godwhitelight1@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" } } diff --git a/domains/goguardian.json b/domains/goguardian.json index d3b46a0d5..34b3de2e1 100644 --- a/domains/goguardian.json +++ b/domains/goguardian.json @@ -4,7 +4,6 @@ "email": "golden_mooooooon@outlook.com", "discord": "1160256967504318576" }, - "record": { "CNAME": "loooooooooooooooool.onrender.com" } diff --git a/domains/gokay.json b/domains/gokay.json new file mode 100644 index 000000000..d590b8b4e --- /dev/null +++ b/domains/gokay.json @@ -0,0 +1,11 @@ +{ + "description": "Personal website for the use of gokay", + "repo": "https://github.com/gokay05/gokay05.github.io", + "owner": { + "username": "gokay05", + "email": "gyamankurt@gmail.com" + }, + "record": { + "CNAME": "gokay05.github.io" + } +} diff --git a/domains/gokul.json b/domains/gokul.json deleted file mode 100644 index b8f0b9839..000000000 --- a/domains/gokul.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal Page", - "repo": "https://github.com/gkdskp/gkdskp.github.io", - "owner": { - "username": "gkdskp", - "email": "gokuldskp@gmail.com" - }, - "record": { - "CNAME": "gkdskp.github.io" - } -} diff --git a/domains/gokulbarath.json b/domains/gokulbarath.json index d132d6686..1157ce59d 100644 --- a/domains/gokulbarath.json +++ b/domains/gokulbarath.json @@ -1,12 +1,9 @@ { - "description": "my personal website ", - "repo": "https://github.com/gokul6350/gokul6350.github.io", "owner": { "username": "gokul6350", - "email": "gokul00060@gmail.com", - "twitter": "gokul00060" + "email": "gokul00060@gmail.com" }, "record": { - "CNAME": "gokul6350.github.io" + "CNAME": "portfolio-gokul6350s-projects.vercel.app" } } diff --git a/domains/golden.json b/domains/golden.json index 738160392..9104f07eb 100644 --- a/domains/golden.json +++ b/domains/golden.json @@ -6,7 +6,6 @@ "email": "ody.chryssos@gmail.com", "discord": "936320442594103307" }, - "record": { "CNAME": "goldenboys2011.github.io" } diff --git a/domains/golvellius32.json b/domains/golvellius32.json new file mode 100644 index 000000000..5c7eb91fd --- /dev/null +++ b/domains/golvellius32.json @@ -0,0 +1,11 @@ +{ + "description": "Golvellius's website", + "repo": "https://github.com/golvellius32/skills-github-pages-public", + "owner": { + "username": "golvellius32", + "email": "golvellius@hotmail.com" + }, + "record": { + "CNAME": "golvellius32.github.io" + } +} diff --git a/domains/gourav.json b/domains/gourav.json index bd817ca37..9f8ab1955 100644 --- a/domains/gourav.json +++ b/domains/gourav.json @@ -1,12 +1,12 @@ { - "description": "Domain for my potfolio website", - "repo": "https://github.com/darkdevil3610/portfolio", - "owner": { - "username": "darkdevil3610", - "email": "herokugourav@gmail.com", - "twitter": "gourav3609" - }, - "record": { - "CNAME": "darkdevil3610.github.io" - } + "description": "Domain for my potfolio website", + "repo": "https://github.com/darkdevil3610/portfolio", + "owner": { + "username": "darkdevil3610", + "email": "herokugourav@gmail.com", + "twitter": "gourav3609" + }, + "record": { + "CNAME": "darkdevil3610.github.io" + } } diff --git a/domains/goutam.json b/domains/goutam.json new file mode 100644 index 000000000..dd0dda207 --- /dev/null +++ b/domains/goutam.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "MatrixCoder0101" + }, + "record": { + "A": ["76.76.21.21"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + } +} diff --git a/domains/gouthamkrishnakv.json b/domains/gouthamkrishnakv.json index c4dc620df..9580e18ef 100644 --- a/domains/gouthamkrishnakv.json +++ b/domains/gouthamkrishnakv.json @@ -3,7 +3,6 @@ "username": "gouthamkrishnakv", "email": "gauthamkrishna9991@live.com" }, - "record": { "URL": "https://gouthamkrishnakv.pages.dev" } diff --git a/domains/govind.json b/domains/govind.json index 7f49fe86a..7d1c94339 100644 --- a/domains/govind.json +++ b/domains/govind.json @@ -1,6 +1,5 @@ { "description": "Govind's personal developer website", - "repo": "https://github.com/govind-shenoy", "owner": { "username": "govind-shenoy", "email": "govindvshenoy@gmail.com" diff --git a/domains/grapeapplefruit.json b/domains/grapeapplefruit.json deleted file mode 100644 index db8e0dd64..000000000 --- a/domains/grapeapplefruit.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "This website is a link to my personal developer portfolio.", - "repo": "https://github.com/grapeapplefruit/grapeapplefruit.github.io", - "owner": { - "username": "grapeapplefruit", - "email": "jaxenreiter957@gmail.com" - }, - "record": { - "CNAME": "grapeapplefruit.github.io" - } -} diff --git a/domains/gravy.json b/domains/gravy.json index a000f4104..99cfb5d01 100644 --- a/domains/gravy.json +++ b/domains/gravy.json @@ -2,8 +2,7 @@ "owner": { "username": "thatgravyboat", "twitter": "thatgravyboat", - "discord": "thatgravyboat#0001", - "email": "" + "discord": "thatgravyboat#0001" }, "record": { "URL": "https://thatgravyboat.tech" diff --git a/domains/grazitukozaki.json b/domains/grazitukozaki.json new file mode 100644 index 000000000..236297604 --- /dev/null +++ b/domains/grazitukozaki.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "GrazielyTukozaki", + "email": "grazitukozaki@gmail.com" + }, + "record": { + "CNAME": "grazi-tukozaki-dev.vercel.app" + } +} diff --git a/domains/grishma-chhayani.json b/domains/grishma-chhayani.json index 0017041b8..3d280e5e0 100644 --- a/domains/grishma-chhayani.json +++ b/domains/grishma-chhayani.json @@ -2,8 +2,7 @@ "description": "Grishma Profile.", "repo": "https://github.com/grishma-chhayani/grishma-chhayani.github.io", "owner": { - "username": "grishma-chhayani", - "email": "" + "username": "grishma-chhayani" }, "record": { "CNAME": "grishma-chhayani.github.io" diff --git a/domains/gs.json b/domains/gs.json new file mode 100644 index 000000000..c2ff8bcbc --- /dev/null +++ b/domains/gs.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Newfies", + "twitter": "YeahItsGav", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.fraa7gfMOqQqWmbk-4fE5_pNd2zEvQ1K5w53QIHDTtr1C_Wu2Pzw-GfOlhxAtr7Af5ZIj_p7F5OOp6PwDxlKBXGt13e5l3Z9CQlYRclhfnaeYQm_xetYFlf9ucsYXVTfjFAeXxybT-RxbBjRl3Z48tSQaAto3E3Y-SbqwHPhjqh7-4tCpRZu5yc38Bx0_RHt95Ib2Mcg4cWShE-2ggvygSsonBuYBRGFqMIhM60tMA-cbJdQpvfVdZTJv0vHOtUJltv3eVzPpi4q5S5lWz3EKizGXuwAq3HLFycrBVrt5pegWLi1gId-urV9HGV1L3myGfQQSGwDVCEew9YKQFj71A.bxACuA7jrws9Z7z0oTx4wQ.fzzUvSGM_6ODHxUwg6vQvfJeI2kmUx5DW_4tIGVjPOymDplL8iBjzb5HIHhLqo_PlkcmGxeNr5DH4glPZdn1Dq2ywNTV90hWqpjfoHSOsYk.O8IBPKTRGwaH43VBg1rK3A", + "notes": "I'm occassionly on Twitter from time to time, hit me up if you need to talk to me, let me know your from is-a.dev" + }, + "record": { + "URL": "https://href.li/https://github.com/GsLibrary", + "TXT": "dh=0176bd21e2d276afe5ca0638c892a68a327dd5f9" + } +} diff --git a/domains/gta.json b/domains/gta.json index ac81cd4b3..d1ed02e1a 100644 --- a/domains/gta.json +++ b/domains/gta.json @@ -4,7 +4,6 @@ "email": "wweziza@icloud.com", "discord": "363373226207739904" }, - "record": { "CNAME": "clubroleplay.com" } diff --git a/domains/gua.json b/domains/gua.json new file mode 100644 index 000000000..2ed932281 --- /dev/null +++ b/domains/gua.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "yywbadm", + "discord": "849563829213593612", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.O62knFs7eQLZDKSjl1QUok_vd0iNXQEJVqDjfxRYJyMh6SBBWau4c-34j7mwYJJQCiig5dxl-0cmAQHprDtaCLyPv9ghabRTxNQJQXvF7ma_ron-4DeY9zI5o0hNKYV79qCQpt69FKFBbXvTIPL4grWpYaTVKoFwj2hWl3ZPU__5k3KhkMdZ6TLye-5qL713evGj3JNTYU3JQO4vR-d1VMnfeNHEfTOy1kmhbYuflBMFavXIKuPvqsy1JLg3gd7cD63jdHzG1OJsfUJvuIlTrSvlwA05DXRA0zB2ghUffmneHZfHPY2POWcGWZ2FWO0A1cRngeEjr1p9kTf2KKkauA.FDux7AQQpBXF5CT30_p1zw.vnxZM4mTxTdAb6UZ1Zz5gMJOX0Ody00WHJ8Fkt-IrUzpF_DpwROis9UmFsE9rbwxlD9lCMefKeNoIolm-Fn4DpMcsVy9gIOx4oR3hRw0TLs.XuBHoK_I8bzxVtE8vUBJbg" + }, + "record": { + "CNAME": "yywbadm.github.io" + } +} diff --git a/domains/gudorlltti.json b/domains/gudorlltti.json index ac77f69da..dd7fe6876 100644 --- a/domains/gudorlltti.json +++ b/domains/gudorlltti.json @@ -1,7 +1,6 @@ { "owner": { "username": "gudorlltti", - "email": "", "discord": "849610030431993916" }, "record": { diff --git a/domains/gui2.json b/domains/gui2.json new file mode 100644 index 000000000..178ed5b51 --- /dev/null +++ b/domains/gui2.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Gui2258", + "email": "guidotele@gmail.com" + }, + "record": { + "URL": "https://gui2dev.vercel.app" + } +} diff --git a/domains/guidocaru.json b/domains/guidocaru.json new file mode 100644 index 000000000..6bd97cf20 --- /dev/null +++ b/domains/guidocaru.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "guidocaru", + "discord": "696554384817127486" + }, + "record": { + "CNAME": "guidocaru.vercel.app" + } +} diff --git a/domains/guillelm.json b/domains/guillelm.json new file mode 100644 index 000000000..5baef4118 --- /dev/null +++ b/domains/guillelm.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio Tech Website...", + "repo": "https://github.com/guilleLM71/portafolio", + "owner": { + "username": "guilleLM71", + "email": "jlauram3@fcpn.edu.bo" + }, + "record": { + "CNAME": "guillelm71.github.io" + } +} diff --git a/domains/gulsah.json b/domains/gulsah.json new file mode 100644 index 000000000..85c97ea1f --- /dev/null +++ b/domains/gulsah.json @@ -0,0 +1,11 @@ +{ + "description": "The portfolio site of Gülşah Düzgün", + "repo": "https://github.com/GulsahDuzgun/Portfolio", + "owner": { + "username": "GulsahDuzgun", + "email": "duzgun.gulsah27@gmail.com" + }, + "record": { + "CNAME": "gulsah.netlify.app" + } +} diff --git a/domains/gulu.json b/domains/gulu.json index c34e5ee0b..e18b77ebc 100644 --- a/domains/gulu.json +++ b/domains/gulu.json @@ -4,7 +4,6 @@ "email": "netqian@126.com", "discord": "899289192729817159" }, - "record": { "A": ["35.212.239.31"] } diff --git a/domains/gunman.json b/domains/gunman.json index 5fb4c3e12..a8d718913 100644 --- a/domains/gunman.json +++ b/domains/gunman.json @@ -1,11 +1,10 @@ { - "owner": { - "username": "MukuJhansi", - "email": "mukundagrawal800@gmail.com", - "discord": "1115658967012626542" - }, - - "record": { - "A": ["216.24.57.1"] - } + "owner": { + "username": "MukuJhansi", + "email": "mukundagrawal800@gmail.com", + "discord": "1115658967012626542" + }, + "record": { + "A": ["216.24.57.1"] + } } diff --git a/domains/gustavo.json b/domains/gustavo.json index ccde054e7..189b181f2 100644 --- a/domains/gustavo.json +++ b/domains/gustavo.json @@ -7,6 +7,6 @@ "twitter": "gustavoarsenio" }, "record": { - "CNAME": "GustavoArsenio.github.io" + "CNAME": "gustavoarsenio.github.io" } } diff --git a/domains/gustyff.json b/domains/gustyff.json new file mode 100644 index 000000000..e001a4fb1 --- /dev/null +++ b/domains/gustyff.json @@ -0,0 +1,11 @@ +{ + "description": "A personal developer portfolio", + "repo": "https://github.com/denisz-becskei/denisz-becskei.github.io", + "owner": { + "username": "denisz-becskei", + "email": "gustyff.the.dev@gmail.com" + }, + "record": { + "CNAME": "denisz-becskei.github.io" + } +} diff --git a/domains/guvent.json b/domains/guvent.json new file mode 100644 index 000000000..470563897 --- /dev/null +++ b/domains/guvent.json @@ -0,0 +1,12 @@ +{ + "description": "The portfolio site of Guven Topal", + "repo": "https://github.com/guvent/guvent", + "owner": { + "username": "guvent", + "email": "me@guvent.com" + }, + "record": { + "CNAME": "guvent.com" + } + } + \ No newline at end of file diff --git a/domains/gwly.json b/domains/gwly.json new file mode 100644 index 000000000..26e78f64a --- /dev/null +++ b/domains/gwly.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "cyrilguocode" + }, + "record": { + "CNAME": "gwlyweb.pages.dev" + } +} diff --git a/domains/h.jax.json b/domains/h.jax.json new file mode 100644 index 000000000..6f624948e --- /dev/null +++ b/domains/h.jax.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jxaq" + }, + "record": { + "A": ["207.211.149.245"] + }, + "proxied": true +} diff --git a/domains/h.json b/domains/h.json new file mode 100644 index 000000000..6692a78a2 --- /dev/null +++ b/domains/h.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "thaihwng", + "discord": "913402397588611162", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.DlgVUxlDvBwmitiShjGH7v07E-3PzBajhoPLtMY8VqUFaK4Dlk-2Vtbf-prPmKLj26MR7TuyiPP6vG5HpBNhJmymmFs0p5h_PICI-OJqAtX4dJq1sESiK9Rpbt88vXkiXDMD0vUJWJajdGpGz__dwRawy6iINyMQVVtuKrD41m_VfV6uYn8I4OekB3M0C9Y3eEOVEd113MFO4uPdzYYqjT_6GWI0kE0ra9mOiN10qRytituc9TANADx_6STVZHl_6sMF7v11Ui2YcJctAlpajknKKpg1T9dY6OuR7KyTzFpbABsE3x-oHfQa8hGte-5zk8F2ZFlWgGNkj081uVJkmg.eQeHQqoJp2uT8vHXcOLtnA.Nh511lf5K9YkvaGfQKtKucwSpyp3Kb98w0vCylRd5u2gvW3QcUVxGwLyHmLnCHEAAqrSVvtj2PZAUPN06Fhx9CTzIKmHIBS7B3XMQodjiDM.hL7u4luGeaqfQfZI83HXGw" + }, + "record": { + "CNAME": "thaihwng.github.io" + } +} diff --git a/domains/h3ja.json b/domains/h3ja.json index 67594ca7e..81cd7ca17 100644 --- a/domains/h3ja.json +++ b/domains/h3ja.json @@ -4,7 +4,6 @@ "email": "tyjtyjyhjklt@gmail.com", "discord": "540167556443406338" }, - "record": { "CNAME": "hejagithub.github.io" } diff --git a/domains/h3l.json b/domains/h3l.json index f131f3af8..adb95680d 100644 --- a/domains/h3l.json +++ b/domains/h3l.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "gvalue-04", - "email": "vaporvault04@gmail.com", - "discord": "1229820339840618506" - }, - - "record": { - "A": ["69.197.135.202"] - } - } - \ No newline at end of file + "owner": { + "username": "gvalue-04", + "email": "vaporvault04@gmail.com", + "discord": "1229820339840618506" + }, + "record": { + "A": ["69.197.135.202"] + } +} diff --git a/domains/h3lios.json b/domains/h3lios.json new file mode 100644 index 000000000..088090649 --- /dev/null +++ b/domains/h3lios.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "NinjaXility", + "discord": "511106356267319296", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IBR3ZrvHG0dyQ1OU_ThEq2VbB_gvPhqPJkyPtwwbODCQENB-T2fstb7JrqYXG9lNaBWBrkeUzrheB5HY5tgEmPDAe6eDnN1D0dk0HKwxySEO7I1wbJsoJUnrWXigmuIYYkCPqHO9bBBD3seh4Y-REvCFI_xjNxBOIkqYiISDG4SJZW_AMoM-4ZwWJOS30ASQA3IM1DrvS3cNeamN0vmy2W16z7PUQxfn3UpwhdalfbzZKgiPowTVnbMT8OZ0IL45VZCmqeikraFf7fUv0PPCk54c07A8mIpYepzyy4hUftsF-ILHDLU_iOMZDHPrMDpPeyFXgYjA1iv1AfgFj6lshA.CFjZ-C3qr_js2SqYJQruNQ.j12mMFCkJhwZpCJXE_JDaY1XgeCUkSwhowfAvMEFrxvTdeqGbeEaHiXN4-oXfM0FuPLNgfsJDTwmva-ekWTAeOtX4a3IBlJ0uuj65_tdMOw.NDTU5ISRijrUIUoDvdYXJw" + }, + "record": { + "CNAME": "ninjaxility.github.io" + } +} diff --git a/domains/habeel.json b/domains/habeel.json index e1cbb3688..e3cdaa1f4 100644 --- a/domains/habeel.json +++ b/domains/habeel.json @@ -7,6 +7,6 @@ "twitter": "habeel_06" }, "record": { - "CNAME": "Habeel06.github.io" + "CNAME": "habeel06.github.io" } } diff --git a/domains/hachiro.json b/domains/hachiro.json index d08401bd2..b1d178cba 100644 --- a/domains/hachiro.json +++ b/domains/hachiro.json @@ -3,8 +3,7 @@ "repo": "https://github.com/bananalolok/register", "owner": { "username": "bananalolok", - "discord": "banana_lol_7678", - "email": "" + "discord": "banana_lol_7678" }, "record": { "CNAME": "edge.redirect.pizza" diff --git a/domains/hackerhawks.json b/domains/hackerhawks.json index 5b51f3b2d..eca8b37f7 100644 --- a/domains/hackerhawks.json +++ b/domains/hackerhawks.json @@ -4,10 +4,7 @@ "email": "robohawks.dev@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" } } diff --git a/domains/hackqd.json b/domains/hackqd.json new file mode 100644 index 000000000..41bd4d3e5 --- /dev/null +++ b/domains/hackqd.json @@ -0,0 +1,11 @@ +{ + "description": "personal website", + "repo": "https://github.com/hackqd/hackqd.github.io", + "owner": { + "username": "hackqd", + "email": "hackqdftw@gmail.com" + }, + "record": { + "CNAME": "hackqd.github.io" + } +} diff --git a/domains/hafeez.json b/domains/hafeez.json new file mode 100644 index 000000000..46548ec37 --- /dev/null +++ b/domains/hafeez.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "hamid1882", + "email": "hussainhafeez1100@gmail.com", + "discord": "hamid1882" + }, + "record": { + "CNAME": "hafeez-delta.vercel.app" + } +} diff --git a/domains/hafi.json b/domains/hafi.json index 01d83a4c1..11d2960e8 100644 --- a/domains/hafi.json +++ b/domains/hafi.json @@ -1,7 +1,6 @@ { "owner": { "username": "HafiTheCat", - "email": "", "discord": "hafi_the_cat" }, "description": "Website about about me", diff --git a/domains/hafidu.json b/domains/hafidu.json index 3524d958e..c8070080a 100644 --- a/domains/hafidu.json +++ b/domains/hafidu.json @@ -3,7 +3,6 @@ "username": "hafidu", "email": "mochammad.hafidu@gmail.com" }, - "record": { "CNAME": "hafidu.github.io" } diff --git a/domains/haft.json b/domains/haft.json new file mode 100644 index 000000000..c79f1e7a2 --- /dev/null +++ b/domains/haft.json @@ -0,0 +1,12 @@ +{ + "description": "socials, etc", + "repo": "https://github.com/HaftIsntHere/haftisnthere.github.io", + "owner": { + "username": "HaftIsntHere", + "discord": "imhaft", + "email": "haftthedev@gmail.com" + }, + "record": { + "CNAME": "haftisnthere.github.io" + } +} diff --git a/domains/halil.json b/domains/halil.json index edded22c0..a92640d32 100644 --- a/domains/halil.json +++ b/domains/halil.json @@ -6,8 +6,6 @@ "email": "halil@pissmail.com" }, "record": { - "A": [ - "173.249.45.163" - ] + "A": ["173.249.45.163"] } } diff --git a/domains/halinh0506.json b/domains/halinh0506.json new file mode 100644 index 000000000..2a3284a1c --- /dev/null +++ b/domains/halinh0506.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "huanhoahongso3-collab", + "email": "huanhoahongso3@gmail.com" + }, + "record": { + "A": ["75.2.60.5"], + "MX": ["halinh0506-isa-dev03c.mail.protection.outlook.com"], + "TXT": "v=spf1 include:spf.protection.outlook.com -all" + } +} diff --git a/domains/halink.json b/domains/halink.json new file mode 100644 index 000000000..464b84b14 --- /dev/null +++ b/domains/halink.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "halink0803" + }, + "record": { + "CNAME": "halink0803.github.io" + } +} diff --git a/domains/hamdi.json b/domains/hamdi.json new file mode 100644 index 000000000..b718fb161 --- /dev/null +++ b/domains/hamdi.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio", + "repo": "https://github.com/hb12devtn/Portfolio", + "owner": { + "username": "hb12devtn", + "email": "h.bougattaya1212@gmail.com" + }, + "record": { + "CNAME": "hb12devtn.github.io" + } +} diff --git a/domains/hammed.json b/domains/hammed.json new file mode 100644 index 000000000..91bcf2005 --- /dev/null +++ b/domains/hammed.json @@ -0,0 +1,11 @@ +{ + "description": "Link to my portfolio site.", + "repo": "https://github.com/devhammed/devhammed.github.io", + "owner": { + "username": "devhammed", + "email": "hey@hammed.dev" + }, + "record": { + "CNAME": "devhammed.github.io" + } +} diff --git a/domains/hansana.json b/domains/hansana.json index 3660ee32c..e4f1fc8a5 100644 --- a/domains/hansana.json +++ b/domains/hansana.json @@ -1,24 +1,27 @@ { - "description": "Hansana's Portfolio", - "repo": "https://github.com/DevHanza/hansana.is-a.dev", - "owner": { - "username": "DevHanza", - "email": "josephandrew1@logicstreak.com" - }, - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": [ - "v=spf1 include:spf.improvmx.com ~all", - "google-site-verification=lZt0feu9wVw9QCyB_j0ylLB2JcMaW33ZMQ6T-rEaV_k" - ] - } + "description": "Hansana's Portfolio", + "repo": "https://github.com/DevHanza/hansana.is-a.dev", + "owner": { + "username": "DevHanza", + "email": "josephandrew1@logicstreak.com" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "AAAA": [ + "2606:50c0:8000::153", + "2606:50c0:8001::153", + "2606:50c0:8002::153", + "2606:50c0:8003::153" + ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": [ + "v=spf1 include:spf.improvmx.com ~all", + "google-site-verification=lZt0feu9wVw9QCyB_j0ylLB2JcMaW33ZMQ6T-rEaV_k" + ] + } } diff --git a/domains/haohoang.json b/domains/haohoang.json new file mode 100644 index 000000000..f17d61b10 --- /dev/null +++ b/domains/haohoang.json @@ -0,0 +1,10 @@ +{ + "description": "The blog of Hao Hoang", + "owner": { + "username": "vanhaohoang", + "email": "hoangvanhao99.01@gmail.com" + }, + "record": { + "CNAME": "vanhaohoang.github.io" + } +} diff --git a/domains/haolamnm.json b/domains/haolamnm.json new file mode 100644 index 000000000..4d5004fdc --- /dev/null +++ b/domains/haolamnm.json @@ -0,0 +1,10 @@ +{ + "description": "Portfolio redirect for haolamnm", + "owner": { + "username": "haolamnm", + "email": "haolamnm.work@gmail.com" + }, + "record": { + "CNAME": "haolamnm.github.io" + } +} diff --git a/domains/hareesh.json b/domains/hareesh.json new file mode 100644 index 000000000..ec4c3873f --- /dev/null +++ b/domains/hareesh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Hareesh108", + "email": "hareeshbhittam@gmail.com" + }, + "record": { + "CNAME": "me-hazel-delta.vercel.app" + } +} \ No newline at end of file diff --git a/domains/haridarshan.json b/domains/haridarshan.json index fc78904ad..4c3fb8a5a 100644 --- a/domains/haridarshan.json +++ b/domains/haridarshan.json @@ -2,8 +2,7 @@ "description": "haridarshan.is-a.dev, for my portfolio", "repo": "https://github.com/hdck007/me", "owner": { - "username": "hdck007", - "email": "" + "username": "hdck007" }, "record": { "URL": "https://haridarshan.vercel.app" diff --git a/domains/harikrishnan.json b/domains/harikrishnan.json index 6a5fab314..25b662c01 100644 --- a/domains/harikrishnan.json +++ b/domains/harikrishnan.json @@ -5,6 +5,6 @@ "email": "harikrishnan6336@gmail.com" }, "record": { - "CNAME": "Harikrishnan6336.github.io" + "CNAME": "harikrishnan6336.github.io" } } diff --git a/domains/haripajjuri.json b/domains/haripajjuri.json new file mode 100644 index 000000000..197b1b280 --- /dev/null +++ b/domains/haripajjuri.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "haripajjuri", + "email": "haripajjuri@gmail.com" + }, + "record": { + "CNAME": "haripajjuri.vercel.app" + } +} diff --git a/domains/harish.json b/domains/harish.json new file mode 100644 index 000000000..54b3b46c7 --- /dev/null +++ b/domains/harish.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "HarishChandran3304", + "email": "harish3304.work@gmail.com", + "discord": "harish3304" + }, + "record": { + "CNAME": "harish-chandran.vercel.app" + } +} diff --git a/domains/harjakrepp.json b/domains/harjakrepp.json index a8928a67f..18fefd51b 100644 --- a/domains/harjakrepp.json +++ b/domains/harjakrepp.json @@ -3,7 +3,6 @@ "repo": "https://github.com/harjakrepp/harjakrepp.github.io", "owner": { "username": "Harjakrepp", - "email": "", "discord": "harjacraft#2385", "twitter": "harjakrepp" }, diff --git a/domains/harmputman.json b/domains/harmputman.json index c28ee2497..e0606e0b5 100644 --- a/domains/harmputman.json +++ b/domains/harmputman.json @@ -1,9 +1,7 @@ { "description": "Harm Putman a.k.a. High Five", - "repo": "https://github.com/harmputman", "owner": { "username": "harmputman", - "email": "", "twitter": "harmputman" }, "record": { diff --git a/domains/harrigan.json b/domains/harrigan.json index 32d85b357..b3970f409 100644 --- a/domains/harrigan.json +++ b/domains/harrigan.json @@ -1,6 +1,5 @@ { "description": "Martin Harrigan's Homepage", - "repo": "https://github.com/harrigan", "owner": { "username": "harrigan", "email": "martinharrigan@gmail.com" diff --git a/domains/harshad-patoliya.json b/domains/harshad-patoliya.json index fdbd48e2b..a8e068b28 100644 --- a/domains/harshad-patoliya.json +++ b/domains/harshad-patoliya.json @@ -2,8 +2,7 @@ "description": "Portfolio site.", "repo": "https://github.com/harshad-patoliya/harshad-patoliya.github.io", "owner": { - "username": "harshad-patoliya", - "email": "" + "username": "harshad-patoliya" }, "record": { "CNAME": "harshad-patoliya.github.io" diff --git a/domains/harshd.json b/domains/harshd.json new file mode 100644 index 000000000..60adeb28e --- /dev/null +++ b/domains/harshd.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio", + "repo": "https://github.com/harsh-writes-code/harsh-writes-code.github.io", + "owner": { + "username": "harsh-writes-code", + "email": "happydhimanbarara@gmail.com" + }, + "record": { + "CNAME": "harsh-writes-code.github.io" + } +} diff --git a/domains/harshikesh-abhinav.json b/domains/harshikesh-abhinav.json new file mode 100644 index 000000000..d65305aa3 --- /dev/null +++ b/domains/harshikesh-abhinav.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Abhinav-676", + "email": "harshikeshabhinav676@gmail.com" + }, + "record": { + "CNAME": "abhinav-portfolio-s-47.deno.dev" + } +} diff --git a/domains/harshmali.json b/domains/harshmali.json new file mode 100644 index 000000000..17fc3497a --- /dev/null +++ b/domains/harshmali.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "harm04", + "email": "harshmali.dev@gmail.com" + }, + "record": { + "CNAME": "harsh-project-8cafb.web.app" + } +} diff --git a/domains/harshnj.json b/domains/harshnj.json index 339032802..ebcc0f51a 100644 --- a/domains/harshnj.json +++ b/domains/harshnj.json @@ -1,30 +1,26 @@ { - "description": "My Portfolio", - "repo": "https://github.com/HarshNarayanJha", - "owner": { - "username": "HarshNarayanJha", - "email": "harshnj@proton.me" - }, - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], - "AAAA": [ - "2606:50c0:8000::153", - "2606:50c0:8001::153", - "2606:50c0:8002::153", - "2606:50c0:8003::153" - ], - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], - "TXT": [ - "forward-email=harshnj@proton.me", - "google-site-verification=Eu4i8iW1vck-KlTEnzPMfyc2WI1sgbYrNeATHJiyds0" - ] - } + "description": "My Portfolio", + "owner": { + "username": "HarshNarayanJha", + "email": "harshnj@proton.me" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "AAAA": [ + "2606:50c0:8000::153", + "2606:50c0:8001::153", + "2606:50c0:8002::153", + "2606:50c0:8003::153" + ], + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "TXT": [ + "forward-email=harshnj@proton.me", + "google-site-verification=Eu4i8iW1vck-KlTEnzPMfyc2WI1sgbYrNeATHJiyds0" + ] + } } diff --git a/domains/harshshah.json b/domains/harshshah.json new file mode 100644 index 000000000..4df0e9fe3 --- /dev/null +++ b/domains/harshshah.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "harshshah-codes", + "email": "harshshah.dev@gmail.com", + "discord": "889700837520199761" + }, + "record": { + "A": ["76.76.21.21"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + } +} diff --git a/domains/harshvardhan.json b/domains/harshvardhan.json new file mode 100644 index 000000000..9dcda340c --- /dev/null +++ b/domains/harshvardhan.json @@ -0,0 +1,11 @@ +{ + "description": "My Personal Portfolio", + "repo": "https://github.com/Harshvardhan5703/HarshPortfolio", + "owner": { + "username": "Harshvardhan5703", + "email": "shekhawat.harsh287@gmail.com" + }, + "record": { + "CNAME": "harsh-portfolio-liard.vercel.app" + } +} diff --git a/domains/harunabdullah.json b/domains/harunabdullah.json new file mode 100644 index 000000000..16e71771f --- /dev/null +++ b/domains/harunabdullah.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "harunabdullahrakin" + }, + + "record": { + "A": [ + "185.31.40.12" + ] + +} +} diff --git a/domains/harvey.json b/domains/harvey.json new file mode 100644 index 000000000..4ae4f7767 --- /dev/null +++ b/domains/harvey.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "hrv3y", + "discord": "969129892614660096", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.N_k2nKXX-b53o9aozW1ziDfVlbQt-Ja7nDBHnvFk-tNX-yaVmtnzLQOc540D_NWVEj9eac6rZ52VZUp3hQ3I8A9rnsp-zku18sZn1CRgnbIHty4yfWJxen4hHaS3vz0rLsXX_v73kYlG246cBUyvTc-Ps8TRVS-RzLUmQ-M1fT1Gf0lEDeqTHX8z7tsm_mbfCvyOcUrnp5nNLNchkdnflj5FHy_aZWvk_KETNAvfgCkTyl1EQ6u0jQ2UMsokEZ5tS6ze9fUk2X6Tc_ALE_tGEM_zBXLNS3YNngitA8NoNVcs2JZwXzZaf-zNTlN2JLYbYxEgxDbMpbkj7Y8vNmNC3Q.UcFQvuGHFScC6MVnGil7WQ.BOlRX-2b7-aiPOrh7VB8FvydjIlw9KwOiEd4NAuD_xo1GYU4fLcpTWQ3df2MkNa2vt0l85m-va9FgVVjuLQloQ.hvVVPUmPcKh_H4GRlVMO0g" + }, + "record": { + "CNAME": "hosted.omg.lol" + } +} diff --git a/domains/hasan.json b/domains/hasan.json new file mode 100644 index 000000000..7f1e31776 --- /dev/null +++ b/domains/hasan.json @@ -0,0 +1,11 @@ +{ + "description": "My personal website", + "repo": "https://github.com/bistcuite/bistcuite.github.io", + "owner": { + "username": "bistcuite", + "email": "hnk1440@gmail.com" + }, + "record": { + "CNAME": "bistcuite.github.io" + } +} diff --git a/domains/hasanbithto.json b/domains/hasanbithto.json new file mode 100644 index 000000000..e46df5e40 --- /dev/null +++ b/domains/hasanbithto.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "01HB", + "email": "hasanbithto207058@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/haseeb.json b/domains/haseeb.json index 9c92bf74f..6bfde9f1e 100644 --- a/domains/haseeb.json +++ b/domains/haseeb.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "Haseebprivate", - "email": "", - "discord": "1207534121052672090", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Jjpio28H9G5rvkKey2fD-IXl4SumfoSVx6WTtNvpcf7_2bKhJzO9AVtcOdhkpdc4p4O9SbdY2CJXY5LjSB5MRO1hVpu1E3XXUiTZOP7bxV9RqGBdNNV8tt3uYsdt4_6KP0_rhDo7OYCxZiz7_WoJRYbPgsE5O47zwCPDzS-DZ68v9te9iLNBRE4Hr2uT8Ua_FTbb0n6pUZBo3r_5jankjxg395JxAH41tHa62cBynSzkqnwkHYKhdHy6Jk1CQOoo6YFZFd03Csy56zGBTNIcBgurJDeYZQQ-gDWmlnlXP7xHc0WUIqEYHpIJRMmrgLNC1ni6epq3IMNnTACh9hSIug.mdWCmghtCxtNzePvYhzEqw.W9RA0Zw7bQvReJMYUTGvaoOgzo3Zzq-nCjn_6Zfa_5xXTNsmEtyoog6Y6wdxO6OGWRFP1JtMFMJx5jwYZQaEgKkVx-2RHkeDfLK_0X5F_LE.2glTRyMKwrCag9w34BrJAA" - }, - - "record": { - "CNAME": "haseeb-khalid.netlify.app" - } - } - \ No newline at end of file + "owner": { + "username": "Haseebprivate", + "discord": "1207534121052672090", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Jjpio28H9G5rvkKey2fD-IXl4SumfoSVx6WTtNvpcf7_2bKhJzO9AVtcOdhkpdc4p4O9SbdY2CJXY5LjSB5MRO1hVpu1E3XXUiTZOP7bxV9RqGBdNNV8tt3uYsdt4_6KP0_rhDo7OYCxZiz7_WoJRYbPgsE5O47zwCPDzS-DZ68v9te9iLNBRE4Hr2uT8Ua_FTbb0n6pUZBo3r_5jankjxg395JxAH41tHa62cBynSzkqnwkHYKhdHy6Jk1CQOoo6YFZFd03Csy56zGBTNIcBgurJDeYZQQ-gDWmlnlXP7xHc0WUIqEYHpIJRMmrgLNC1ni6epq3IMNnTACh9hSIug.mdWCmghtCxtNzePvYhzEqw.W9RA0Zw7bQvReJMYUTGvaoOgzo3Zzq-nCjn_6Zfa_5xXTNsmEtyoog6Y6wdxO6OGWRFP1JtMFMJx5jwYZQaEgKkVx-2RHkeDfLK_0X5F_LE.2glTRyMKwrCag9w34BrJAA" + }, + "record": { + "CNAME": "haseeb-khalid.netlify.app" + } +} diff --git a/domains/hash-cracker.json b/domains/hash-cracker.json new file mode 100644 index 000000000..3c63d2ca7 --- /dev/null +++ b/domains/hash-cracker.json @@ -0,0 +1,11 @@ +{ + "description": "A portfolio website", + "repo": "https://github.com/hash-cracker/hash-cracker.github.io", + "owner": { + "username": "Hash-Cracker", + "email": "tspamiitesh@gmail.com" + }, + "record": { + "CNAME": "hash-cracker.github.io" + } +} diff --git a/domains/hashan.json b/domains/hashan.json new file mode 100644 index 000000000..6e0a5a49b --- /dev/null +++ b/domains/hashan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hashaaan", + "email": "shalithadev@gmail.com" + }, + "record": { + "CNAME": "hashanshalitha.vercel.app" + } +} diff --git a/domains/hasnain.json b/domains/hasnain.json index f1ce11330..8f7267bb3 100644 --- a/domains/hasnain.json +++ b/domains/hasnain.json @@ -3,7 +3,6 @@ "username": "HasnainSZN", "email": "officialhasnain100@gmail.com" }, - "record": { "A": ["69.30.249.53"] } diff --git a/domains/hastebin.json b/domains/hastebin.json index 1e16486d9..d2c9f3338 100644 --- a/domains/hastebin.json +++ b/domains/hastebin.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "EducatedSuddenBucket", - "email": "149485703+EducatedSuddenBucket@users.noreply.github.com", - "discord": "1167825360151380032" - }, - - "record": { - "A": ["69.197.135.203"] - } - } - \ No newline at end of file + "owner": { + "username": "EducatedSuddenBucket", + "discord": "1167825360151380032" + }, + "record": { + "A": ["69.197.135.203"] + } +} diff --git a/domains/hate.json b/domains/hate.json new file mode 100644 index 000000000..4b150d5ab --- /dev/null +++ b/domains/hate.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DevMatei", + "email": "contact@devmatei.is-a.dev" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/hater-of-vectors.json b/domains/hater-of-vectors.json new file mode 100644 index 000000000..40ffa3672 --- /dev/null +++ b/domains/hater-of-vectors.json @@ -0,0 +1,12 @@ +{ + "description": "Test website for hater of vectors projects", + "repo": "https://github.com/Mortadelo24/", + "owner": { + "username": "Mortadelo24", + "email": "jdmp010101@gmail.com" + }, + "record": { + "URL": "https://github.com/Mortadelo24/" + }, + "proxied": false +} diff --git a/domains/hating.devmatei.json b/domains/hating.devmatei.json new file mode 100644 index 000000000..4b150d5ab --- /dev/null +++ b/domains/hating.devmatei.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DevMatei", + "email": "contact@devmatei.is-a.dev" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/hazel.json b/domains/hazel.json index 29a4c9851..e440b3df9 100644 --- a/domains/hazel.json +++ b/domains/hazel.json @@ -4,7 +4,6 @@ "email": "xendyex@tutanota.com", "discord": "1113284520737771621" }, - "record": { "CNAME": "hablethedev.github.io" } diff --git a/domains/hazy.json b/domains/hazy.json new file mode 100644 index 000000000..310d8b7fb --- /dev/null +++ b/domains/hazy.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "flouciel", + "discord": "967623271703007292", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.iXmlAAozpgqmWKMn4Uy8R2r51IF1iTfE7jG7GBwYET0EIWytyyyyOVPFLLzGfsf9qmPIaBX5V9JzXLV3h1rnK7fwJlhlQLnb1bOYAajqFoxxAwAa54PnCfo9aU8h7RJYoJAGgvzTjR5tAlzHtbEVPLr0aY93VTMv9Wgi6Vonatiakpx41apY8ggbTipSDR3y7IA14Qumi-wcUrLsECIGKYJNEXL409Lb0W-Sm7YDe8u8MzEr70MsZ-8ElJNbQ6Mmqb4jAtRqwQOW-rFsVYVIw6ngONgr3RHMXwXcdwXEhURaWObaect-XQ5KnQYtw4BXyaLpzfX5N_-b4CjnMkotyA.Jm-AREKkVLyzps9lTttUtw.MUvZm7aJ9zAJboAT4EMuhvZOsMtx88a3fz0yuJoXKicTIWEJmtrbv-Wj6RedoHN9G20RvX63GdfxBySHaPHS_eeeSNeGkLQCp9drhtQ5V6gxJVhJ7hjo_MwRpW62Cy0_.RIOZXukvXvUZQBdXeURZ1Q" + }, + "record": { + "CNAME": "flouciel.github.io" + } +} diff --git a/domains/hcj.json b/domains/hcj.json new file mode 100644 index 000000000..4dd713154 --- /dev/null +++ b/domains/hcj.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thehcj", + "bluesky": "did:plc:5f2c6awh4ffekm7srmi4d6zg" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/he.json b/domains/he.json index 6e9cb67f3..1b8492781 100644 --- a/domains/he.json +++ b/domains/he.json @@ -1,8 +1,7 @@ { "owner": { "username": "Yunexiz", - "discord": "1040303561847881729", - "email": "" + "discord": "1040303561847881729" }, "record": { "CNAME": "yunexiz.pages.dev" diff --git a/domains/ai.esb.json b/domains/heatblock.json similarity index 59% rename from domains/ai.esb.json rename to domains/heatblock.json index 1caa482a4..157684753 100644 --- a/domains/ai.esb.json +++ b/domains/heatblock.json @@ -4,11 +4,6 @@ "email": "educatedsuddenbucket@gmail.com" }, "record": { - "A": [ - "34.120.54.55" - ], - "AAAA": [ - "2600:1901:0:6d85::" - ] + "URL": "https://heatblock.esb.is-a.dev" } } diff --git a/domains/heath.json b/domains/heath.json new file mode 100644 index 000000000..006fbf0a9 --- /dev/null +++ b/domains/heath.json @@ -0,0 +1,10 @@ +{ + "description": "A simple link shortener page used for the minodabproductions.dev website.", + "owner": { + "username": "minodab492", + "email": "heath.garvin@minodabproductions.dev" + }, + "record": { + "CNAME": "mdp-linkshortener.pages.dev" + } +} diff --git a/domains/hecker.json b/domains/hecker.json index df7c9323c..daa9e0afe 100644 --- a/domains/hecker.json +++ b/domains/hecker.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "1tbfree", - "email": "", - "discord": "1256183302516248680", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Gulo_VzH36GNYsK77_AoaBJa0a51eOIcMMQv6eB8Q5Z3ENUhJ-r_XZ61uICYK7OMJChFbwIBCgBbeoOZ63hePBZ92PGIEpoQB01CGPiEy6f9sqgjObPseHDEqPUYo8wu-VYLa7fdvNAYh3_sJyaEv-6V5b12FuuiBhA69LhWDNhmI35AICifGZmpyiDl-6eGZkMYoo63tW5PmxOkSJNnd_sSo-bbwhX4TDsgVBFH5dSga9UFBm3LD2OHtHGldirFlEVdmK_OdrZsco97W2fYci0HSbAGwUZ9nduMhBhiWujCL79_hVSLcSdMjT_yVOAN1515sNDxwVBboZ4qbY8nHw.nA4IYJPRg_VC-H3JSUQCMw.fHdFrlnHqAF8q1usb4mVryVD1UzDIoXaw4QwsJqsA29DGevggNwoKFjsGwsDZLl-2n7VwqkPBdHEI1CFYeZM1g.yCHHbjElG3qrdQbn8rt8zA" - }, - - "record": { - "CNAME": "heckersoft.serv00.net" - } - } - \ No newline at end of file + "owner": { + "username": "1tbfree", + "discord": "1256183302516248680", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Gulo_VzH36GNYsK77_AoaBJa0a51eOIcMMQv6eB8Q5Z3ENUhJ-r_XZ61uICYK7OMJChFbwIBCgBbeoOZ63hePBZ92PGIEpoQB01CGPiEy6f9sqgjObPseHDEqPUYo8wu-VYLa7fdvNAYh3_sJyaEv-6V5b12FuuiBhA69LhWDNhmI35AICifGZmpyiDl-6eGZkMYoo63tW5PmxOkSJNnd_sSo-bbwhX4TDsgVBFH5dSga9UFBm3LD2OHtHGldirFlEVdmK_OdrZsco97W2fYci0HSbAGwUZ9nduMhBhiWujCL79_hVSLcSdMjT_yVOAN1515sNDxwVBboZ4qbY8nHw.nA4IYJPRg_VC-H3JSUQCMw.fHdFrlnHqAF8q1usb4mVryVD1UzDIoXaw4QwsJqsA29DGevggNwoKFjsGwsDZLl-2n7VwqkPBdHEI1CFYeZM1g.yCHHbjElG3qrdQbn8rt8zA" + }, + "record": { + "CNAME": "heckersoft.serv00.net" + } +} diff --git a/domains/heli-joshi.json b/domains/heli-joshi.json index 5e9935d61..5c79e9edf 100644 --- a/domains/heli-joshi.json +++ b/domains/heli-joshi.json @@ -2,8 +2,7 @@ "description": "Heli Profile.", "repo": "https://github.com/heli-joshi/heli-joshi.github.io", "owner": { - "username": "heli-joshi", - "email": "" + "username": "heli-joshi" }, "record": { "CNAME": "heli-joshi.github.io" diff --git a/domains/hellokhangtran.json b/domains/hellokhangtran.json new file mode 100644 index 000000000..a32a983b5 --- /dev/null +++ b/domains/hellokhangtran.json @@ -0,0 +1,11 @@ +{ + "description": "Personal website for Khang Tran", + "owner": { + "username": "KN2222", + "email": "hellokhangtran03@gmail.com" + }, + "record": { + "CNAME": "hellokhangtran.vercel.app" + }, + "proxied": false +} diff --git a/domains/hemanth.json b/domains/hemanth.json index 442e3087a..d3d8bf4b4 100644 --- a/domains/hemanth.json +++ b/domains/hemanth.json @@ -6,6 +6,6 @@ "email": "hemanthwarrier@gmail.com" }, "record": { - "CNAME": "Hemanthwarrier.github.io" + "CNAME": "hemanthwarrier.github.io" } } diff --git a/domains/hemath.json b/domains/hemath.json new file mode 100644 index 000000000..4328e6a63 --- /dev/null +++ b/domains/hemath.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "djhemath", + "email": "djhemath@gmail.com" + }, + "record": { + "URL": "https://hemath.dev" + } + } + \ No newline at end of file diff --git a/domains/henderythmix.json b/domains/henderythmix.json new file mode 100644 index 000000000..ca1a63df4 --- /dev/null +++ b/domains/henderythmix.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "henderythmix", + "email": "robertoselleswork@gmail.com" + }, + "record": { + "CNAME": "henderythmix.vercel.app" + } +} diff --git a/domains/hero.json b/domains/hero.json new file mode 100644 index 000000000..3b2001ac5 --- /dev/null +++ b/domains/hero.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "heropj", + "email": "pranjalpandey1022003@gmail.com" + }, + "record": { + "URL": "https://heroportfolio-two.vercel.app/portfolio" + } +} diff --git a/domains/herve.json b/domains/herve.json new file mode 100644 index 000000000..883675cff --- /dev/null +++ b/domains/herve.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "herveleclerc", + "email": "herve.leclerc@gmail.com" + }, + "record": { + "CNAME": "herveleclerc.github.io" + } +} diff --git a/domains/heterl0.json b/domains/heterl0.json new file mode 100644 index 000000000..56725a340 --- /dev/null +++ b/domains/heterl0.json @@ -0,0 +1,11 @@ +{ + "description": "Heterl0 Personal Blog Site", + "repo": "https://github.com/hieulvVn/eleventy-blog", + "owner": { + "username": "hieulvVn", + "email": "hieulv@kdigi.vn" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/hexaa.json b/domains/hexaa.json index e7bc07598..d62103e70 100644 --- a/domains/hexaa.json +++ b/domains/hexaa.json @@ -1,12 +1,12 @@ { "owner": { + "owl": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.svaUbpX_i7AZUnRnbjlFJqGPO5q-Ggc4_KUwj7zKurpH8YFZJ5J399yg_UZG1BUt-CRc5ZvWWoXHzRPeRJN0TVpNuPCtClOVsLtg-uuIf-m9IFifJgrNnFaTF4QJIfWQu92V9ZqfDBqWrUC31O5MR9bU3O3fvDGZqduxeYuyRBUJjsauqQb-B2JW5OxNp9I45PTT_x62h6PYHkmX8mslOogHafp-aboPTgIoroREABGiMaYIC_k2Y1VrK8t-EWzZUtqHwhIfp1TnhO1ZJiw9b_yZMY9bnOCZ1T1bl09YDqWVZqVN_q_HEM-dB3NfSR2wQ9sUmNNqSLxaHoHkKg5Y3w.I79tijv6pGsKXSPhcS48Ng.U4OgcRYwtyY8-HwdvW0hvbnYBnFOPI4BLiePLcwSReF10whseZpcnJ5gN2sm0WOgpCehx70Kcv7gjT0LXRGr4jHRRUzbdhlhT0YIjzICswA.yXQtUotGAoaKOGy4DiOmCg", "username": "hexaaagon", "email": "me@hexagonn.my.id", "discord": "scoooolzs", "twitter": "Scoooolzs" }, - "record": { - "URL": "https://www.hexagonn.my.id" + "NS": ["arch.ns.cloudflare.com", "perla.ns.cloudflare.com"] } } diff --git a/domains/heyaxo.json b/domains/heyaxo.json new file mode 100644 index 000000000..1f3dd451e --- /dev/null +++ b/domains/heyaxo.json @@ -0,0 +1,19 @@ +{ + "description": "My personal homepage!", + "repo": "https://github.com/verygafanhot", + "owner": { + "username": "Verygafanhot", + "email": "verygafanhot@gmail.com", + "twitter": "verygafanhot", + "discord": "Verygafanhot" + }, + "record": { + "CNAME": "verygafanhot.github.io", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + }, + "proxied": true +} diff --git a/domains/heytr.json b/domains/heytr.json index 30636c28c..8b17a3f82 100644 --- a/domains/heytr.json +++ b/domains/heytr.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "heyturkiye204", - "email": "", - "discord": "718374283642011728", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.AB-D0JAyoJsP1EWVbSBUxoDhCUdkyawehq02QQRDkCQ1Urcu4eUGKRmikFnmKMikokPPKHY73ebFVcXEuGhUkyETyP203GMFbUTgy9wykGPZE8Ba1iGxuEevHfGoHltjTkzEi_dcJ0sst_utOehLZp2lSNRXsf4QfQdp_bGVVpVbG5RP2YXjXozZIfqR5xw7vvZwSvJXSDzKvIeXgp_diinMDb3yRkFPSLO1CSDsgDocxJEnbV8m_4toQ4JiEwyACsY6wML8pvSljD_FErxrrUJwb3l1emke86CkFPvmlRAY7TFHftiFOQ74xNEF6_ZSBGhlFEnphZxHnFQabSbOlQ.cHfvuuNnY3biCSHpwKH2UQ.GCXZ93G0HxGsxtwe7kHpKlKjCO4767xt74ScKh4kpH_e4ETwDr9SlryVYTZkED_RMUZVoZ3B5xZu6ss2R9fgLnivI3HVQH7BSjTqv9vach10NrGzj6ib6QEtnq9JUoN4UQkWV4Kxjy3VnpLuHBtQow.I2tYq-7bgErLQqVDyxAH5Q" - }, - - "record": { - "CNAME": "heyturkiye204.netlify.app" - } - } - \ No newline at end of file + "owner": { + "username": "heyturkiye204", + "discord": "718374283642011728", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.AB-D0JAyoJsP1EWVbSBUxoDhCUdkyawehq02QQRDkCQ1Urcu4eUGKRmikFnmKMikokPPKHY73ebFVcXEuGhUkyETyP203GMFbUTgy9wykGPZE8Ba1iGxuEevHfGoHltjTkzEi_dcJ0sst_utOehLZp2lSNRXsf4QfQdp_bGVVpVbG5RP2YXjXozZIfqR5xw7vvZwSvJXSDzKvIeXgp_diinMDb3yRkFPSLO1CSDsgDocxJEnbV8m_4toQ4JiEwyACsY6wML8pvSljD_FErxrrUJwb3l1emke86CkFPvmlRAY7TFHftiFOQ74xNEF6_ZSBGhlFEnphZxHnFQabSbOlQ.cHfvuuNnY3biCSHpwKH2UQ.GCXZ93G0HxGsxtwe7kHpKlKjCO4767xt74ScKh4kpH_e4ETwDr9SlryVYTZkED_RMUZVoZ3B5xZu6ss2R9fgLnivI3HVQH7BSjTqv9vach10NrGzj6ib6QEtnq9JUoN4UQkWV4Kxjy3VnpLuHBtQow.I2tYq-7bgErLQqVDyxAH5Q" + }, + "record": { + "CNAME": "heyturkiye204.netlify.app" + } +} diff --git a/domains/hien.json b/domains/hien.json new file mode 100644 index 000000000..c3cf8f11d --- /dev/null +++ b/domains/hien.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hienlh", + "email": "hienlh1298@gmail.com" + }, + "record": { + "CNAME": "hienlh-github-io.vercel.app" + } +} diff --git a/domains/hieu.json b/domains/hieu.json new file mode 100644 index 000000000..c08837d31 --- /dev/null +++ b/domains/hieu.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "hieutm83", + "email": "minhhieu.832k@gmail.com", + "discord": "729364691398164490" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/hikamoru.json b/domains/hikamoru.json index c59ecd26b..2a758b8f1 100644 --- a/domains/hikamoru.json +++ b/domains/hikamoru.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "AmoreForever", - "email": "me.thefarkhodov@gmail.com" - }, - "record": { - "CNAME": "hikamoru.pages.dev" - } + "owner": { + "username": "AmoreForever", + "email": "me.thefarkhodov@gmail.com" + }, + "record": { + "CNAME": "hikamoru.pages.dev" + } } diff --git a/domains/hilight3r.json b/domains/hilight3r.json index 963dbaf2d..4936529b5 100644 --- a/domains/hilight3r.json +++ b/domains/hilight3r.json @@ -1,7 +1,6 @@ { "owner": { "username": "HIlight3R", - "email": "", "discord": "632272741000544259", "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.lEEbmOZavCkur0apEhD0MigNx6rzV3Kqhd9_Lw4Wxt7U7b0rcV779rEFB1Fm4LdwKAVJJ8_MeDm1jf0y14lGqQotXsvYzRKOCBk5t7vLtS_541WkodNwOPbAUV_g2KBaq6MynjnwX5786OLkuRJE-QnxwflxQRQHtL76xYJV3d7UVmZk0ppSUxyCw5SdSXUp7zgoJiTE2JIshtR5dFULQCyH9QK7gVpNFJBwaoTJeoRsCOy_oYoXVhYysYhX94tubtwKzE4xSDmQW4UbOo8yLRNTIo-PkyuY6cBD4yYvueRcTAd_UChS12Y27QSFhQq78I7WLaE7u4cV060Th1fEmA.9kQc0tIg1PyfXJtKgbiBSQ.uFTPklnOgLBqnu-dg7ZsCEZ_QrMiuyiHY60IgI1X3CdE1kSQckWTdApOQF8AXTC0inYYfmSpfvzP02Rcgo3Z9vyrckWG_ZSJbmfKR2SOpeN_Cq94jwKAZQXW0U45LxB1.cYkl_VljmQbyvurLc7hF6Q" }, diff --git a/domains/himashu.json b/domains/himashu.json index bd8feee3a..f939c2724 100644 --- a/domains/himashu.json +++ b/domains/himashu.json @@ -1,6 +1,5 @@ { "description": "About Himanshu Chhatwal", - "repo": "https://github.com/himanshu1221", "owner": { "username": "himanshu1221", "email": "himanshuchhatwal9295@gmail.com", diff --git a/domains/himesh.json b/domains/himesh.json new file mode 100644 index 000000000..2e8e40d0c --- /dev/null +++ b/domains/himesh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "himeshparashar", + "email": "himeshparashar424@gmail.com" + }, + "record": { + "CNAME": "site-himeshparashar.netlify.app" + } +} diff --git a/domains/himeshparashar.json b/domains/himeshparashar.json new file mode 100644 index 000000000..2e8e40d0c --- /dev/null +++ b/domains/himeshparashar.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "himeshparashar", + "email": "himeshparashar424@gmail.com" + }, + "record": { + "CNAME": "site-himeshparashar.netlify.app" + } +} diff --git a/domains/hinal-sanghvi.json b/domains/hinal-sanghvi.json index fcc489f4e..1a54d4be2 100644 --- a/domains/hinal-sanghvi.json +++ b/domains/hinal-sanghvi.json @@ -2,8 +2,7 @@ "description": "Personal website for now", "repo": "https://github.com/hinal-sanghvi/hinal-sanghvi.github.io", "owner": { - "username": "hinal-sanghvi", - "email": "" + "username": "hinal-sanghvi" }, "record": { "CNAME": "hinal-sanghvi.github.io" diff --git a/domains/hirako.json b/domains/hirako.json index 52e036b69..61031742b 100644 --- a/domains/hirako.json +++ b/domains/hirako.json @@ -1,7 +1,6 @@ { "owner": { "username": "hirakoisdead", - "email": "", "discord": "hirako.", "twitter": "hirakoisdead", "reddit": "u/hirakotm" diff --git a/domains/hironichu.json b/domains/hironichu.json index b5593db33..19ffd8072 100644 --- a/domains/hironichu.json +++ b/domains/hironichu.json @@ -1,6 +1,5 @@ { "description": "Yes I am a developer", - "repo": "https://github.com/hironichu", "owner": { "username": "hironichu", "email": "hironichu@gmail.com" diff --git a/domains/hiten.json b/domains/hiten.json new file mode 100644 index 000000000..68eda86cd --- /dev/null +++ b/domains/hiten.json @@ -0,0 +1,11 @@ +{ + "description": "Hiten's portfolio website", + "repo": "https://github.com/htadg/htadg.github.io", + "owner": { + "username": "htadg", + "email": "sharma.hiten3@gmail.com" + }, + "record": { + "CNAME": "htadg.github.io" + } +} diff --git a/domains/hitesh-makodiya.json b/domains/hitesh-makodiya.json index 1c5b1d292..89b58d0aa 100644 --- a/domains/hitesh-makodiya.json +++ b/domains/hitesh-makodiya.json @@ -2,8 +2,7 @@ "description": "My new website", "repo": "https://github.com/hitesh-makodiya/hitesh-makodiya.github.io", "owner": { - "username": "hitesh-makodiya", - "email": "" + "username": "hitesh-makodiya" }, "record": { "CNAME": "hitesh-makodiya.github.io" diff --git a/domains/hive.alvin.json b/domains/hive.alvin.json new file mode 100644 index 000000000..810c13865 --- /dev/null +++ b/domains/hive.alvin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alvinsjoy", + "discord": "825382504353234954" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/hixtrionix.json b/domains/hixtrionix.json new file mode 100644 index 000000000..f82388558 --- /dev/null +++ b/domains/hixtrionix.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/Hixtrionix/is-a-dev-register", + "owner": { + "username": "Hixtrionix", + "email": "aflores@cop.es" + }, + "record": { + "CNAME": "dev-webpage.web.app" + } +} diff --git a/domains/hjc.json b/domains/hjc.json new file mode 100644 index 000000000..30eb94731 --- /dev/null +++ b/domains/hjc.json @@ -0,0 +1,12 @@ +{ + "description": "The repo is my personal blog,it will record the things about how to develop.I will make some tutorials as well.", + "repo": "https://github.com/hjc-code/hjc-code.github.io", + "owner": { + "username": "hjc-code", + "email": "houjuncheng.me@gmail.com" + }, + "record": { + "CNAME": "hjc-code.github.io" + }, + "proxied": true +} diff --git a/domains/hjd.json b/domains/hjd.json index 6c4976c3b..2f5e93ba9 100644 --- a/domains/hjd.json +++ b/domains/hjd.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "jindongh", - "email": "", - "discord": "747475555133292566", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.GGA50arXlBZ2DyYbEXwSfiEvfUAhdXqPx3JxwSQ593x4RLc9a3yUHdyKtb8fbWuW-w74kJopmHnadfzF0W4IrKnzHXw6Q82xuRlpiB529QbcUc2YaNtAAwpqUAqkiHRVJN93biYkGweQNlnBfyi0_eGX8JUnKZkGbKhEN4Vcq0L0r_ONdY7tUfQfVK_4XBiPW89CwJHujzX676VxsbbtxaQDUkkDCF9eH6V-gW8G64pNIW_rOExrs0l5WGLjOjiKo5KlZyxzwBHX9w6Fvnx69YyxamYa1UXTUoAoe9Hi4Yi0Gy2GnnGMh56Da2ah5SUtN62b2qWX2q14JS99ellIjg.R77sNRkxywjiJHEUfRcL0g.u9W2J8SSl-il0cZ3x9f4ID3KqIHOS80fXuBtiqJZOBgTbqUY4HM0t-eQXMO1sCl6UWwCSIszlW9Q8mR96ijBVFrjQ4qJtD6Wzn0ia2updu4.Ucf2hDLtL9KbH6XFTYmiaA" - }, - - "record": { - "A": ["73.202.31.143"] - } - } - \ No newline at end of file + "owner": { + "username": "jindongh", + "discord": "747475555133292566", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.GGA50arXlBZ2DyYbEXwSfiEvfUAhdXqPx3JxwSQ593x4RLc9a3yUHdyKtb8fbWuW-w74kJopmHnadfzF0W4IrKnzHXw6Q82xuRlpiB529QbcUc2YaNtAAwpqUAqkiHRVJN93biYkGweQNlnBfyi0_eGX8JUnKZkGbKhEN4Vcq0L0r_ONdY7tUfQfVK_4XBiPW89CwJHujzX676VxsbbtxaQDUkkDCF9eH6V-gW8G64pNIW_rOExrs0l5WGLjOjiKo5KlZyxzwBHX9w6Fvnx69YyxamYa1UXTUoAoe9Hi4Yi0Gy2GnnGMh56Da2ah5SUtN62b2qWX2q14JS99ellIjg.R77sNRkxywjiJHEUfRcL0g.u9W2J8SSl-il0cZ3x9f4ID3KqIHOS80fXuBtiqJZOBgTbqUY4HM0t-eQXMO1sCl6UWwCSIszlW9Q8mR96ijBVFrjQ4qJtD6Wzn0ia2updu4.Ucf2hDLtL9KbH6XFTYmiaA" + }, + "record": { + "A": ["73.202.31.143"] + } +} diff --git a/domains/hjr.json b/domains/hjr.json new file mode 100644 index 000000000..8a65a027b --- /dev/null +++ b/domains/hjr.json @@ -0,0 +1,10 @@ +{ + "description": "Personal website for JrHimself.", + "owner": { + "username": "hongjr03", + "email": "me@jrhim.com" + }, + "record": { + "CNAME": "hongjr03-github-io.vercel.app" + } +} diff --git a/domains/hkdkfih.json b/domains/hkdkfih.json index 317605238..6db27c4c3 100644 --- a/domains/hkdkfih.json +++ b/domains/hkdkfih.json @@ -4,7 +4,6 @@ "email": "admin@cherry.work.gd", "discord": "1201107428608049164" }, - "record": { "CNAME": "cherryservice.github.io" } diff --git a/domains/hmp.json b/domains/hmp.json new file mode 100644 index 000000000..676e5ada7 --- /dev/null +++ b/domains/hmp.json @@ -0,0 +1,11 @@ +{ + "description": "This subdomain points to my portfolio website. https://blog-jimmy-hoangs-projects.vercel.app/ is the link for a preview of the website", + "owner": { + "username": "hmphu", + "email": "me@hmphu.com", + "discord": "830872854677422150" + }, + "record": { + "CNAME": "blog-jimmy-hoangs-projects.vercel.app" + } +} diff --git a/domains/hoangtran99.json b/domains/hoangtran99.json new file mode 100644 index 000000000..6af9777cb --- /dev/null +++ b/domains/hoangtran99.json @@ -0,0 +1,10 @@ +{ + "description": "Portfolio redirect for HoangTran0410", + "owner": { + "username": "hoangtran0410", + "email": "99.hoangtran@gmail.com" + }, + "record": { + "CNAME": "hoangtran0410.github.io" + } +} diff --git a/domains/holedev.json b/domains/holedev.json new file mode 100644 index 000000000..25c0f5245 --- /dev/null +++ b/domains/holedev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "holedev", + "email": "contact@holedev.com" + }, + "record": { + "URL": "https://github.com/holedev" + } +} \ No newline at end of file diff --git a/domains/holux.json b/domains/holux.json new file mode 100644 index 000000000..6b41b9586 --- /dev/null +++ b/domains/holux.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "holux-design", + "email": "office@holux-design.at" + }, + "record": { + "URL": "https://holux-design.at" + } +} diff --git a/domains/homelab.json b/domains/homelab.json new file mode 100644 index 000000000..c93d8014e --- /dev/null +++ b/domains/homelab.json @@ -0,0 +1,13 @@ +{ + "description": "Domain for dynamic DNS updates and Cloudflare Tunnel setup for demo and home lab purposes", + "owner": { + "username": "vikipranata", + "email": "helovikipranata@gmail.com" + }, + "record": { + "NS": [ + "deb.ns.cloudflare.com", + "sid.ns.cloudflare.com" + ] + } +} diff --git a/domains/homemadestea58.json b/domains/homemadestea58.json index b99176bcf..fbb0e7dd6 100644 --- a/domains/homemadestea58.json +++ b/domains/homemadestea58.json @@ -1,6 +1,5 @@ { "description": "Add some description", - "repo": "https://github.com/Homemadestea58homemadestea58.github.io", "owner": { "username": "Homemadestea58", "email": "conor.collins+isadev@dbbstu.catholic.edu.au" diff --git a/domains/hongquang.json b/domains/hongquang.json new file mode 100644 index 000000000..bfc84d262 --- /dev/null +++ b/domains/hongquang.json @@ -0,0 +1,11 @@ +{ + "description": "For introduce myself", + "repo": "https://github.com/HQuang/HQuang", + "owner": { + "username": "quanglh268", + "email": "quanglh268@gmail.com" + }, + "record": { + "CNAME": "hquang.github.io" + } +} diff --git a/domains/hongson.json b/domains/hongson.json new file mode 100644 index 000000000..98543bc3e --- /dev/null +++ b/domains/hongson.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "hongson209", + "discord": "1221370693959286892", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.U-QKtaxmfpnD4gyKpxceyXEJniqrouqFqMLOUr-R5US7q9t7CgEfpFVf1ICJC22NBFQDIZupwEWf0ggOhHjcRcq5ptxy5fMav6RNrt7luJzeDwdgFroBFbg2XjlY5ArfsJiPqEAJJspN3wt9cGoxb2WG6MQHwID90F3cS4PijOnThMX9h-qkOzXzCUwch4ex2qa7_MsQKbaEICSMJDphr1bX5FCUCMqFmRTF5LltjhLBh65zEXHPZZiKKZVWmbb4ENWv-C6PlSX2W2NrtbWn6AJBafdOTDKH2gFw2nbZMc-BpQB93PKcsHnMpyaUEuGE6miZwt-yP9RwI0hRRheDw.Su7jI9kAzVy63eUkcb2qVQ.m9-XLef-CoAmPkHyXSfzyZeDUQW0FliIJ_E91X6oD4B-3aoItG32mUMGDlNntwzOk1CbbSUXQDLY7q2zoHP-A.aQsLYDPrqxn-VyenjREoeA" + }, + "record": { + "CNAME": "hongson209.github.io" + } +} diff --git a/domains/hooman.json b/domains/hooman.json index 0a2d2226d..d142a8f2a 100644 --- a/domains/hooman.json +++ b/domains/hooman.json @@ -1,12 +1,11 @@ { - "description": "my personal site", - "repo": "https://github.com/ThisIsALegitUsername/thisisalegitusername.github.io", - "owner": { - "username": "hooman23", - "discord": "hooman23", - "email": "" - }, - "record": { - "CNAME": "thisisalegitusername.github.io" - } -} + "description": "my personal site", + "repo": "https://github.com/ThisIsALegitUsername/thisisalegitusername.github.io", + "owner": { + "username": "hooman23", + "discord": "hooman23" + }, + "record": { + "CNAME": "thisisalegitusername.github.io" + } +} diff --git a/domains/horibyte.json b/domains/horibyte.json new file mode 100644 index 000000000..4a1863917 --- /dev/null +++ b/domains/horibyte.json @@ -0,0 +1,11 @@ +{ + "description": "Horibyte's personal website", + "repo": "https://github.com/horibyte/horibyte.github.io", + "owner": { + "username": "horibyte", + "email": "thehoribyte@gmail.com" + }, + "record": { + "CNAME": "horibyte.github.io" + } +} diff --git a/domains/horizon-server.json b/domains/horizon-server.json index 1ab1e64e4..08cd9a80a 100644 --- a/domains/horizon-server.json +++ b/domains/horizon-server.json @@ -4,7 +4,6 @@ "email": "getbomb@bk.ru", "discord": "1223721772051075193" }, - "record": { "CNAME": "horizonfiles.github.io" } diff --git a/domains/horizon.json b/domains/horizon.json index 3caf9bcc8..a9e0ec27f 100644 --- a/domains/horizon.json +++ b/domains/horizon.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "Horizon1010", - "email": "", - "discord": "877848431983493132" - }, - - "record": { - "CNAME": "lunar-hangout.pages.dev" - } - } - \ No newline at end of file + "owner": { + "username": "Horizon1010", + "discord": "877848431983493132" + }, + "record": { + "CNAME": "lunar-hangout.pages.dev" + } +} diff --git a/domains/horu.json b/domains/horu.json index 45f1c8e08..d8e3b4cd6 100644 --- a/domains/horu.json +++ b/domains/horu.json @@ -1,9 +1,8 @@ { "owner": { - "username": "HigherOrderLogic", - "email": "73709188+HigherOrderLogic@users.noreply.github.com" + "username": "HigherOrderLogic" }, "record": { - "CNAME": "HigherOrderLogic.github.io" + "CNAME": "higherorderlogic.github.io" } } diff --git a/domains/host.xandaah.json b/domains/host.xandaah.json new file mode 100644 index 000000000..91160721f --- /dev/null +++ b/domains/host.xandaah.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "xandaaah", + "discord": "726910228289028127", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.T1qnVgduBT3ZaAhLEpPEEpb7lbe4ISMDiDt3L2wEAAbg-_gm0F_9uB1DsruJ6418nBUqz9eG_v0DInwIW6CvlbvceaOvBdF0lFElUSYowFWQg7fTBCIw1DkzUxiQubGAqpt6WiVt0sOSBFUnzOoYbxrmPFH3S5LgSzWoNwcqNZyFdz7At-vj3w61pL59zTHy_wdc_nckD1aLeonZIUxzfQKbL4dvdvnhLRlalVdBtE_Co20zUiUa_-JpEqSlfxAmURQSAyjfOCl_Y9ypizv018se-P0d6K8p7Ta2vNpWLsXWVMW3fOStQiiSqZMx-5V1b6FZdlDTMdXIXBywGH7LNQ.xVZdl43zV0s9MvRWdwvv_w.7Su9KEKZiIDVcbcsiehxY8zisq82fUx44Lj0tO6v9em0f65-x5Wi_FFa4yKBfqZxfVpsvpoc8wDHiOAqQPk_3I1XCxRKP07O884FgeLWEmc.7y2cHSgkts0nDvbHecDvCA" + }, + "record": { + "A": ["32.216.183.113"] + } +} diff --git a/domains/hotfix.saftec.json b/domains/hotfix.saftec.json new file mode 100644 index 000000000..29f984f33 --- /dev/null +++ b/domains/hotfix.saftec.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Samuraiflamesf", + "email": "Samuraiflamesf@gmail.com" + }, + "record": { + "A": ["152.67.45.142"] + } +} diff --git a/domains/hotspot.json b/domains/hotspot.json index 2f925f0d7..6b4c5ae40 100644 --- a/domains/hotspot.json +++ b/domains/hotspot.json @@ -4,7 +4,6 @@ "email": "msc2tvdn@duck.com", "discord": "962788530336178236" }, - "record": { "A": ["213.238.183.171"] } diff --git a/domains/houloude9.json b/domains/houloude9.json new file mode 100644 index 000000000..b812b452c --- /dev/null +++ b/domains/houloude9.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "Houloude9IOfficial" + }, + "record": { + "CNAME": "houloude9.pages.dev" + } +} diff --git a/domains/hroot.json b/domains/hroot.json new file mode 100644 index 000000000..d52d1c477 --- /dev/null +++ b/domains/hroot.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "H-Root", + "email": "sudo.hroot@gmail.com" + }, + "record": { + "URL": "https://hroot.dev/" + } +} diff --git a/domains/hsn.json b/domains/hsn.json new file mode 100644 index 000000000..8febb53c4 --- /dev/null +++ b/domains/hsn.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "hasan-bro-coder", + "email": "hasanur23910@gmail.com", + "discord": "hasan894" + }, + "record": { + "CNAME": "hasanur.vercel.app" + } +} diff --git a/domains/htrnguyen.json b/domains/htrnguyen.json new file mode 100644 index 000000000..b5247526a --- /dev/null +++ b/domains/htrnguyen.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "htrnguyen", + "email": "hatrongnguyen04@gmail.com" + }, + "record": { + "CNAME": "astro-portfolio-nu-seven.vercel.app" + } +} diff --git a/domains/hudson.json b/domains/hudson.json index 45b654e9a..68e3b9ac0 100644 --- a/domains/hudson.json +++ b/domains/hudson.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "Hudson-Liu", - "email": "", - "discord": "879464844103934014", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IOrkBDTOL8e5YwmSg1zQx2TOp0s6X984MjKxTc5Mwh9FajQFzQ6PkA_BfRn4LVFwuuVsURcPR-7J5Y4ZR0I35Ug1j1JCxjUHcgRyxMyiiiNnrQCGe2bdTDFKBaPbyIOKhUT94mv8YOh8pqQJVPPcEzQ9oXonSRsAMGGqE-4kAr41UIusklBWaA9F8Z8cRLEtIB1si9bMA6R3iLlTxEVYtXl7OgrRxF0Bt1gb9_fnF3oKTWT3w5S19XQYqfMD1RCwl3AKJEBpDq7Vcr0sgYlOYG-W_hWWMyxf7NNrIG-9Vz2UyXeM531eqP40tp1lIp7EWwE0TqdYcrRCaAafFS1D3g.TMk5oUDQEorIXe7kJK1gvA.N43xlqEWY9K4lmLeHC-5Z2C4BxkzdwLBKcO_p770ZdSWJbagO8mBzwZsFfvrSTJZNO0sJqFtrS3Rdk_aSBQNONXCYSOafIqCtjz1b4mZ4vA._Fj9x0E13gOT07yIeuhemw" - }, - - "record": { - "CNAME": "hudson-liu.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "Hudson-Liu", + "discord": "879464844103934014", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IOrkBDTOL8e5YwmSg1zQx2TOp0s6X984MjKxTc5Mwh9FajQFzQ6PkA_BfRn4LVFwuuVsURcPR-7J5Y4ZR0I35Ug1j1JCxjUHcgRyxMyiiiNnrQCGe2bdTDFKBaPbyIOKhUT94mv8YOh8pqQJVPPcEzQ9oXonSRsAMGGqE-4kAr41UIusklBWaA9F8Z8cRLEtIB1si9bMA6R3iLlTxEVYtXl7OgrRxF0Bt1gb9_fnF3oKTWT3w5S19XQYqfMD1RCwl3AKJEBpDq7Vcr0sgYlOYG-W_hWWMyxf7NNrIG-9Vz2UyXeM531eqP40tp1lIp7EWwE0TqdYcrRCaAafFS1D3g.TMk5oUDQEorIXe7kJK1gvA.N43xlqEWY9K4lmLeHC-5Z2C4BxkzdwLBKcO_p770ZdSWJbagO8mBzwZsFfvrSTJZNO0sJqFtrS3Rdk_aSBQNONXCYSOafIqCtjz1b4mZ4vA._Fj9x0E13gOT07yIeuhemw" + }, + "record": { + "CNAME": "hudson-liu.github.io" + } +} diff --git a/domains/hugo.json b/domains/hugo.json new file mode 100644 index 000000000..b217c90bb --- /dev/null +++ b/domains/hugo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hugorplobo", + "email": "hugorplobo@gmail.com" + }, + "record": { + "CNAME": "hugorplobo.github.io" + } +} diff --git a/domains/hujjat.json b/domains/hujjat.json new file mode 100644 index 000000000..d2a56b113 --- /dev/null +++ b/domains/hujjat.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "hujjatiii" + }, + "record": { + "CNAME": "hujmosaviblog.vercel.app" + } +} diff --git a/domains/hung319.json b/domains/hung319.json new file mode 100644 index 000000000..3cc16e42c --- /dev/null +++ b/domains/hung319.json @@ -0,0 +1,10 @@ +{ + "description": "hung319 profile", + "owner": { + "username": "hung319", + "email": "hungh6122@gmail.com" + }, + "record": { + "CNAME": "hung319.github.io" + } +} diff --git a/domains/hungthai.json b/domains/hungthai.json new file mode 100644 index 000000000..895a9e4a6 --- /dev/null +++ b/domains/hungthai.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Resume Website", + "repo": "https://github.com/hungthai1401/resume", + "owner": { + "username": "hungthai1401", + "email": "hungthai1401.it@gmail.com" + }, + "record": { + "CNAME": "hungthai1401.github.io" + } +} \ No newline at end of file diff --git a/domains/huseyin.json b/domains/huseyin.json index c5ba12225..f100e0ab5 100644 --- a/domains/huseyin.json +++ b/domains/huseyin.json @@ -6,6 +6,6 @@ "email": "gslicocuk8080@gmail.com" }, "record": { - "CNAME": "Huseyin-Cinar.github.io" + "CNAME": "huseyin-cinar.github.io" } } diff --git a/domains/huu-hoang.json b/domains/huu-hoang.json new file mode 100644 index 000000000..77dec9839 --- /dev/null +++ b/domains/huu-hoang.json @@ -0,0 +1,12 @@ +{ + "domain": "huu-hoang.is-a.dev", + "owner": { + "email": "huuhoag1412@gmail.com", + "username": "Mirai3103" + }, + "record": { + "A": [ + "103.82.194.100" + ] + } +} diff --git a/domains/huygd.json b/domains/huygd.json new file mode 100644 index 000000000..8f3a12618 --- /dev/null +++ b/domains/huygd.json @@ -0,0 +1,14 @@ +{ + "description": "First domain to study", + "repo": "https://github.com/huygmdvn/register", + "owner": { + "username": "huygmdvn", + "email": "huynhquochuytkna@gmail.com" + }, + "record": { + "A": ["103.77.240.59"], + "TXT": [ + "google-site-verification=ccDxQ_D0wTltS6cPq0sG76u3vGEPeqFFQEwHOGfXXE8" + ] + } +} diff --git a/domains/huygmd-is-a-dev.json b/domains/huygmd-is-a-dev.json new file mode 100644 index 000000000..633bf8223 --- /dev/null +++ b/domains/huygmd-is-a-dev.json @@ -0,0 +1,11 @@ +{ + "description": "My second domain, should be used to feature my project in the future", + "repo": "https://github.com/huygmdvn/register", + "owner": { + "username": "huygmdvn", + "email": "huynhquochuytkna@gmail.com" + }, + "record": { + "A": ["103.77.240.59"] + } +} diff --git a/domains/huygmd.json b/domains/huygmd.json new file mode 100644 index 000000000..2809539b9 --- /dev/null +++ b/domains/huygmd.json @@ -0,0 +1,14 @@ +{ + "description": "The domain I will use to test a PHP code", + "repo": "https://github.com/huygmdvn/register", + "owner": { + "username": "huygmdvn", + "email": "huynhquochuytkna@gmail.com" + }, + "record": { + "A": ["103.77.240.59"], + "TXT": [ + "google-site-verification=FCWHg1XBnXBvp3xuLqQatJfp0esM4CrZYbPfkhkMzyk" + ] + } +} diff --git a/domains/hvlxh.json b/domains/hvlxh.json index a5d6b2159..c143154a3 100644 --- a/domains/hvlxh.json +++ b/domains/hvlxh.json @@ -4,7 +4,6 @@ "email": "monsta22019@gmail.com", "discord": "hvlxh#0001" }, - "record": { "URL": "https://hvlxh.vercel.app" } diff --git a/domains/hvn-network.json b/domains/hvn-network.json index 82903e6b2..fcd0a18dc 100644 --- a/domains/hvn-network.json +++ b/domains/hvn-network.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "DaoLmao", - "email": "", - "discord": "854380469147140106", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.YYiTtfWSDHwSXb9MT6WVA8YGngFs8Na5NWWp15dLNgSOSkCDhyusojmz9so8D__NVF_MVbJ4dJ4mKUsoF1PQL_dRh-ZTINAFVnzjD4zGyFMW9nH7Q6wDk98tIGh5ZNfOUrqKgPUvslXMdDxtvkQ0ozsZB7XcIM6W35jHzHzjNYIJl58mTWlYg3qHXNcCZHXlDU-b4Qpq_yX4knBFpBBraJM-u8-j7MAkQgsX1x3kE_3LrR2W6d3AS_SofP_V7fSO-NU01glhbYPmp0TLXK0CxCGnhu8ZMzQPGD82TjN8pRtVUpQsbtMhcrCEwEmqkOXQ-D_Z4tKa_B-Qk_2g5c_gTw.HSLX0hOyRsELsyTL-Mk2tQ.WiNb7GNeSUyuaLRx6c-d00Eiv4ZC9OZM1h7_mKjjkC6AK5pdRSSvIOVpUy1c0ZRQ26SwekgDLz-rWm9GP2g5e4noskG9_2IiaH7BTg5lXb4.rxXv1bVYwiMt0sVdZz2rZg" - }, - - "record": { - "CNAME": "28dc2ff8b0c75ec76975e404306d189e.ipv4.tcpshield.com" - } - } - \ No newline at end of file + "owner": { + "username": "DaoLmao", + "discord": "854380469147140106", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.YYiTtfWSDHwSXb9MT6WVA8YGngFs8Na5NWWp15dLNgSOSkCDhyusojmz9so8D__NVF_MVbJ4dJ4mKUsoF1PQL_dRh-ZTINAFVnzjD4zGyFMW9nH7Q6wDk98tIGh5ZNfOUrqKgPUvslXMdDxtvkQ0ozsZB7XcIM6W35jHzHzjNYIJl58mTWlYg3qHXNcCZHXlDU-b4Qpq_yX4knBFpBBraJM-u8-j7MAkQgsX1x3kE_3LrR2W6d3AS_SofP_V7fSO-NU01glhbYPmp0TLXK0CxCGnhu8ZMzQPGD82TjN8pRtVUpQsbtMhcrCEwEmqkOXQ-D_Z4tKa_B-Qk_2g5c_gTw.HSLX0hOyRsELsyTL-Mk2tQ.WiNb7GNeSUyuaLRx6c-d00Eiv4ZC9OZM1h7_mKjjkC6AK5pdRSSvIOVpUy1c0ZRQ26SwekgDLz-rWm9GP2g5e4noskG9_2IiaH7BTg5lXb4.rxXv1bVYwiMt0sVdZz2rZg" + }, + "record": { + "CNAME": "28dc2ff8b0c75ec76975e404306d189e.ipv4.tcpshield.com" + } +} diff --git a/domains/hxphsts.json b/domains/hxphsts.json new file mode 100644 index 000000000..5789f698f --- /dev/null +++ b/domains/hxphsts.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "hxphsts", + "email": "hxphsts@kernelx.ai" + }, + "record": { + "URL": "https://hxphsts.kernelx.ai" + } +} diff --git a/domains/hypnomacka.json b/domains/hypnomacka.json index 9be9bd9ed..861bfdd14 100644 --- a/domains/hypnomacka.json +++ b/domains/hypnomacka.json @@ -3,7 +3,6 @@ "username": "hypnomacka", "email": "hypnomacka@gmail.com" }, - "record": { "CNAME": "hypnomacka.github.io" } diff --git a/domains/hyr1nk.json b/domains/hyr1nk.json new file mode 100644 index 000000000..692cd6455 --- /dev/null +++ b/domains/hyr1nk.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Kriemseeley", + "email": "adamseeley112250@gmail.com" + }, + "record": { + "A": ["39.101.73.144"] + } +} diff --git a/domains/hzyusuf.json b/domains/hzyusuf.json index 3cf01ddaa..607c70610 100644 --- a/domains/hzyusuf.json +++ b/domains/hzyusuf.json @@ -3,7 +3,6 @@ "username": "yufuss", "email": "yusufgocer40@hotmail.com" }, - "record": { "CNAME": "glitch.edgeapp.net" } diff --git a/domains/i.esb.json b/domains/i.esb.json deleted file mode 100644 index ffcf230cf..000000000 --- a/domains/i.esb.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "EducatedSuddenBucket", - "email": "educatedsuddenbucket@gmail.com" - }, - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} diff --git a/domains/i.json b/domains/i.json new file mode 100644 index 000000000..a00e3f7d0 --- /dev/null +++ b/domains/i.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "satindar31", + "email": "satindar@satindar-is.me" + }, + "record": { + "URL": "https://satindar.is-a.dev" + } +} diff --git a/domains/i3.esb.json b/domains/i3.esb.json deleted file mode 100644 index 364b03edf..000000000 --- a/domains/i3.esb.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "EducatedSuddenBucket", - "email": "educatedsuddenbucket@gmail.com", - "discord": "1167825360151380032" - }, - - "record": { - "A": ["69.197.135.205"] - } - } - \ No newline at end of file diff --git a/domains/i3vie.json b/domains/i3vie.json new file mode 100644 index 000000000..371692667 --- /dev/null +++ b/domains/i3vie.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "i3vie", + "discord": "i3vie" + }, + "record": { + "CNAME": "i3vie.port0.org" + } +} diff --git a/domains/iacoposb.json b/domains/iacoposb.json new file mode 100644 index 000000000..0a487f7c0 --- /dev/null +++ b/domains/iacoposb.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "IacopoSb", + "discord": "442322290206703628", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Hn0wg5RpzADaJvecwSHu8KpOj-Z_oG7i08e9Z62Give15eiaNXJzezQ9d7noux00NeBYHyoAWfBB5IQ4_XXWy75cLfR2N0A80Lod8D9f6zaWhH6HOcKrauCVolIJBBrzMfTXkWpi-yt74WFtQtfkjlOYren1QB6T_EqyLps5kEJxM08Vubn49m7ckSkNh2bRNJ5NfprPwjrGrHwrdsQqCDiVWn7SL7Dp-Qs-9X1m6nsbyr4shb1BA9X3embdAeL34Yq4GMaIje2tj991jpzq0lW1wGDAZweffw2cJf4xtzC1V0BBWPJDm3ye8eWWrhyOlOmVmK5xqduHk_GJ4jB__g.C50OguoaaY8-9Y9OheaUJw.pc_1FvYpLmydbLCQBa262CG2ROnCFJl-oxfguFWsFv7xDqFr5dRyEZVdEkO8J1UxQFAbO4fm3uEKV1JXDPqdl-6xZF9cpsEkOTZ72Gb2PiY.hYU41zXsd0lJbcQwO59cwA" + }, + "record": { + "NS": ["marge.ns.cloudflare.com", "dan.ns.cloudflare.com"] + } +} diff --git a/domains/iakshay.json b/domains/iakshay.json index 50fe12630..678b11bce 100644 --- a/domains/iakshay.json +++ b/domains/iakshay.json @@ -7,6 +7,6 @@ "twitter": "i_Akshay09" }, "record": { - "CNAME": "Akshay1018.github.io" + "CNAME": "akshay1018.github.io" } } diff --git a/domains/iakzs.json b/domains/iakzs.json index 588ed84fd..c3f9f7ad8 100644 --- a/domains/iakzs.json +++ b/domains/iakzs.json @@ -12,10 +12,7 @@ "185.199.111.153", "185.199.108.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~allCOPY" } } diff --git a/domains/iamdhakrey.json b/domains/iamdhakrey.json new file mode 100644 index 000000000..a9d55f97e --- /dev/null +++ b/domains/iamdhakrey.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "iamdhakrey", + "email": "dhakreyhrithik@gmail.com" + }, + "record": { + "URL": "https://iamdhakrey.dev" + } + } \ No newline at end of file diff --git a/domains/iammithani.json b/domains/iammithani.json index 930caba3d..7a9191a21 100644 --- a/domains/iammithani.json +++ b/domains/iammithani.json @@ -4,7 +4,6 @@ "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" } diff --git a/domains/iamthedefender.json b/domains/iamthedefender.json index 240db6e56..36a4ca46c 100644 --- a/domains/iamthedefender.json +++ b/domains/iamthedefender.json @@ -1,8 +1,7 @@ { "owner": { "username": "IamTheDefender", - "discord": "iamthedefender", - "email": "" + "discord": "iamthedefender" }, "record": { "URL": "https://portfolio-one-ecru-11.vercel.app" diff --git a/domains/iamtphuc.json b/domains/iamtphuc.json new file mode 100644 index 000000000..1147757b2 --- /dev/null +++ b/domains/iamtphuc.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "jikey0210", + "discord": "786795224738824253", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ee1_-Hd9pOdM8TcGUOWeAP0h4BdpuyqIBuSvNx5_KSPpDZkXKFtYl21y6FxaCiy1PTsY_OnnC5B-fa5YMNjdvlJtiTVOpLY-HInJBz0dC-vXFbmadz9CIFFjxM-NF8-VomijgrWafUJQx4RFtRIohb3V_XdpCj5vV5JXFrsYkK-ruATrHyH06bHqLdXbIWygLhLOLtuI1sphhcw_Ud8rj6JtoxtvbZ-8qQ-D_7cuUNOKNN6ulzEa85BKN--OczTmQxTLFfAMR2vCk_NiPbppC_CLEfKdATQOY7n17qGF0jTa0VisztE1LDDeDxyyAx0ziSeODTXJyeIseq5SXzIAXg.erxs67CcIn9XGm7FDTefAw.cNT6tPgWyYx9hBEee7TviJQa8m_IxjjHPV68IL9xVKvostsQDysgw_RfVzFWvNGj4BPPvns6PklpvKQb2vFQiKF1VZqAFAlYV-_VGW_M77Y.puDjbRl-QL9A6S6WhCKiOQ" + }, + "record": { + "CNAME": "jikey0210.github.io" + } +} diff --git a/domains/ibalh0.json b/domains/ibalh0.json new file mode 100644 index 000000000..a41658888 --- /dev/null +++ b/domains/ibalh0.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Ibalh0", + "discord": "1148535309160677376", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Q8OM23V_DPmsBSJrSdkYq4oK3ZzqYOmFumlIfDLjj3xDYnFWSzks4Hvwm_SiplJlPzqTgfsw4FqG51CbcBcuTlUzkhvoK3hyNY8CxZ8Np8_c35JPVo2v_8UkH9H1_qarNYAgquJqk08wGGc32xaaZrpJeN1jO8pCUhL6uc_r2xaJyvMMkO2w8jwu3iqCJpTJH5UH3-XpwJRUT_uzE1RK3rL9laab5TaLR6QIPFgNW5F71bN4Anj3HIlCbG5ee9mJQowSaS5YAMb4fttTYkSNT-1PR3ekKWMieg1z_7K7SbAn4vG3cE0AQj_fL06l6aO_hTWHi5M54WHUbsVj7fjsTQ.nYgVmf3xj0MTFDqn7XA-oA.BOs8XDiRPkOQ4yx9WzNlFJne3kyQPsec2y6g-LWvpvrq4xg9erYPK78xJtJlpyNwjqkxZf3dZW73bKW50kWpWUJ2UC67OWiMTYxXoKPrcs0.fWo46QmZvvKiLirmPoy7kA" + }, + "record": { + "CNAME": "ibalh0.github.io" + } +} diff --git a/domains/ibrahim.json b/domains/ibrahim.json index 22a80eef1..88f7d2cf4 100644 --- a/domains/ibrahim.json +++ b/domains/ibrahim.json @@ -1,6 +1,5 @@ { "description": "ibrahim's personal developer website.", - "repo": "https://github.com/ibrahimdevx", "owner": { "username": "ibrahimdev", "email": "ibrahimimran@northsixty.com" diff --git a/domains/ibru.json b/domains/ibru.json new file mode 100644 index 000000000..a00e3f7d0 --- /dev/null +++ b/domains/ibru.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "satindar31", + "email": "satindar@satindar-is.me" + }, + "record": { + "URL": "https://satindar.is-a.dev" + } +} diff --git a/domains/ice-head.json b/domains/ice-head.json index 6fe056ae3..5da892817 100644 --- a/domains/ice-head.json +++ b/domains/ice-head.json @@ -4,7 +4,6 @@ "email": "heads.ice@protonmail.com", "note": "This record was created by is-a.dev Discord bot via discord id: 744472773715427368" }, - "record": { "A": [ "185.199.108.153", @@ -12,12 +11,7 @@ "185.199.110.153", "185.199.111.153" ], - - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], - + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=heads.ice@protonmail.com" } } diff --git a/domains/ico-bc.json b/domains/ico-bc.json index d9258815a..e86e7686d 100644 --- a/domains/ico-bc.json +++ b/domains/ico-bc.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "ChiliDain1010", - "email": "", - "discord": "1109163497750802462", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.gUF9X8XLXk8fV1nD3vgJPKAV4fsYWamF7-F91O8zRN8SqFwSJXkrR8C9FXdear7XLnvprgNxJRM0tNi5uVtQUQHbgfekS1N_4TJzZt-lPpRpxDOS9wbDWyOs0MBJWSmty4eTNHo8HyrTBByPCa5G15TDkhXBRliKMGD2g2aW-qqPPOODIhZ5WCscwdKbn2mX8o8dDP6G0GUVsrgQEHspMyPwp34C8oJKVwzfj0OIatq5Cc_h7eGzQEKubJtDAmuJP7NnrJg-U1qui3K_iNGbeO_d-Hwv5_eHi5oelQfrbbKWfsrU9Ivb3wy-BWRSMk78gY4NskCuNXh8K6e3JYyRwg.yMnIahir7C9grLkf0WWMuw.FTH5aP1WdPaBiU6df-QWwfe6kx3fbHB1PnbIEAcr_WwRovDDUJMMZ6LYjIdPWg0xzLOty0dLkPM97scpH8CdDOqKG44A13IpvtzKSwh3Vgg.nLBgLSpeEYUNmrmEGSePLg" - }, - - "record": { - "A": ["59.93.130.149"] - } - } - \ No newline at end of file + "owner": { + "username": "ChiliDain1010", + "discord": "1109163497750802462", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.gUF9X8XLXk8fV1nD3vgJPKAV4fsYWamF7-F91O8zRN8SqFwSJXkrR8C9FXdear7XLnvprgNxJRM0tNi5uVtQUQHbgfekS1N_4TJzZt-lPpRpxDOS9wbDWyOs0MBJWSmty4eTNHo8HyrTBByPCa5G15TDkhXBRliKMGD2g2aW-qqPPOODIhZ5WCscwdKbn2mX8o8dDP6G0GUVsrgQEHspMyPwp34C8oJKVwzfj0OIatq5Cc_h7eGzQEKubJtDAmuJP7NnrJg-U1qui3K_iNGbeO_d-Hwv5_eHi5oelQfrbbKWfsrU9Ivb3wy-BWRSMk78gY4NskCuNXh8K6e3JYyRwg.yMnIahir7C9grLkf0WWMuw.FTH5aP1WdPaBiU6df-QWwfe6kx3fbHB1PnbIEAcr_WwRovDDUJMMZ6LYjIdPWg0xzLOty0dLkPM97scpH8CdDOqKG44A13IpvtzKSwh3Vgg.nLBgLSpeEYUNmrmEGSePLg" + }, + "record": { + "A": ["59.93.130.149"] + } +} diff --git a/domains/icvn.json b/domains/icvn.json new file mode 100644 index 000000000..4f0098268 --- /dev/null +++ b/domains/icvn.json @@ -0,0 +1,12 @@ +{ + "description": "A minecraft server", + "repo": "https://github.com/HaiYTB/register", + "owner": { + "username": "HaiYTB", + "email": "haiwt2xbox@gmail.com" + }, + "record": { + "A": ["103.229.52.14"] + }, + "proxied": true +} diff --git a/domains/id.json b/domains/id.json index d38041008..741c7f224 100644 --- a/domains/id.json +++ b/domains/id.json @@ -1,11 +1,9 @@ { - "owner": { - "username": "its-id", - "email": "", - "discord": "342664542754570250" - }, - "record": { - "CNAME": "portfolio-main-q8dxiuiap-indrakantdanas-projects.vercel.app" - } + "owner": { + "username": "its-id", + "discord": "342664542754570250" + }, + "record": { + "CNAME": "portfolio-main-q8dxiuiap-indrakantdanas-projects.vercel.app" } - \ No newline at end of file +} diff --git a/domains/id.youfoundalpha.json b/domains/id.youfoundalpha.json index fcc7369ef..b1ed58052 100644 --- a/domains/id.youfoundalpha.json +++ b/domains/id.youfoundalpha.json @@ -1,13 +1,11 @@ -{ - "owner": { - "username": "YouFoundAlpha", - "email": "", - "Discord": "661121998830960651", - "GitHub": "YouFoundAlpha", - "GitLab": "YouFoundAlpha", - "Mastodon": "@YouFoundAlpha@mastodon.social" - }, - "record": { - "URL": "https://keyoxide.org/8A6CD6545839F1276C7E5E3A92E7DB3078954562" - } -} +{ + "owner": { + "username": "YouFoundAlpha", + "discord": "661121998830960651", + "gitlab": "YouFoundAlpha", + "mastodon": "@YouFoundAlpha@mastodon.social" + }, + "record": { + "URL": "https://keyoxide.org/8A6CD6545839F1276C7E5E3A92E7DB3078954562" + } +} diff --git a/domains/ida64.json b/domains/ida64.json index abf07e3a2..a32f88384 100644 --- a/domains/ida64.json +++ b/domains/ida64.json @@ -2,7 +2,6 @@ "repo": "https://github.com/7v2p/7v2p.github.io", "owner": { "username": "7v2p", - "email": "", "discord": "IDA#1337" }, "record": { diff --git a/domains/idcesares.json b/domains/idcesares.json new file mode 100644 index 000000000..53cb961d0 --- /dev/null +++ b/domains/idcesares.json @@ -0,0 +1,11 @@ +{ + "description": "Isaac D'Césares personal website", + "repo": "https://github.com/idcesares", + "owner": { + "username": "idcesares", + "email": "isaac.dcesares@gmail.com" + }, + "record": { + "URL": "https://dcesares.dev" + } +} diff --git a/domains/ide.json b/domains/ide.json index 3425d95c7..3c4996686 100644 --- a/domains/ide.json +++ b/domains/ide.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "MohammedKHC0", - "email": "mohammedkhcool@gmail.com" - }, - "record": { - "URL": "https://rustroid.is-a.dev" - } + "owner": { + "username": "MohammedKHC0", + "email": "mohammedkhcool@gmail.com" + }, + "record": { + "URL": "https://rustroid.is-a.dev" + } } diff --git a/domains/idot.json b/domains/idot.json index de492b554..a1587b8a7 100644 --- a/domains/idot.json +++ b/domains/idot.json @@ -3,7 +3,6 @@ "username": "LackingCats", "email": "jackson.marsden6@gmail.com" }, - "record": { "CNAME": "idot.hopto.org" } diff --git a/domains/idriss.json b/domains/idriss.json new file mode 100644 index 000000000..58db049ff --- /dev/null +++ b/domains/idriss.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AstroDriss", + "email": "drisspennywise@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/iggy.json b/domains/iggy.json new file mode 100644 index 000000000..4ed071d4e --- /dev/null +++ b/domains/iggy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ignazio-castrogiovanni", + "email": "iggy.castrogiovanni@gmail.com" + }, + "record": { + "URL": "https://ignazio-castrogiovanni.com" + } +} diff --git a/domains/igna.json b/domains/igna.json index 40d98a68f..7b28ab568 100644 --- a/domains/igna.json +++ b/domains/igna.json @@ -1,11 +1,9 @@ { "description": "igna's portfolio website", - "repo": "https://github.com/uhIgnacio", "owner": { "username": "uhIgnacio", "email": "igna@hypixel.one" }, - "record": { "URL": "https://igna.rocks" } diff --git a/domains/igor.json b/domains/igor.json index 03ed9fa44..86fcebaf5 100644 --- a/domains/igor.json +++ b/domains/igor.json @@ -3,7 +3,6 @@ "username": "igorwastaken", "email": "figueiredoigor325@gmail.com" }, - "record": { "CNAME": "new-portfolio-84v.pages.dev" } diff --git a/domains/ikram.json b/domains/ikram.json new file mode 100644 index 000000000..84ac66224 --- /dev/null +++ b/domains/ikram.json @@ -0,0 +1,15 @@ +{ + "owner": { + "username": "ikram-maulana", + "email": "ikrammaulana021@gmail.com", + "discord": "634603202784002050" + }, + "record": { + "A": ["76.76.21.21"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": [ + "v=spf1 include:spf.improvmx.com ~all", + "google-site-verification=C38zyZL8LP_056d5IgevUInJTe4qerfxC6-qjQORdh4" + ] + } +} diff --git a/domains/ikramth.json b/domains/ikramth.json new file mode 100644 index 000000000..377caf3a1 --- /dev/null +++ b/domains/ikramth.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "arcfoz", + "email": "ikramtauffiqulh@gmail.com" + }, + "record": { + "CNAME": "ikramth.vercel.app" + } +} diff --git a/domains/ilhadev.json b/domains/ilhadev.json new file mode 100644 index 000000000..4fc124208 --- /dev/null +++ b/domains/ilhadev.json @@ -0,0 +1,11 @@ +{ + "description": "adalbertobrant.is-a.dev", + "repo": "https://github.com/adalbertobrant/adalbertobrant", + "owner": { + "username": "adalbertobrant", + "email": "adalbertobrant@protonmail.com" + }, + "record": { + "URL": "https://github.com/adalbertobrant/adalbertobrant" + } +} diff --git a/domains/ilovechickennuggets.json b/domains/ilovechickennuggets.json index df20ea7fc..9cfb0a5c2 100644 --- a/domains/ilovechickennuggets.json +++ b/domains/ilovechickennuggets.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "getSono", - "email": "", - "discord": "1222250424309121145", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.gAkGYSIGLwn_jm-_gUHR_Yl0sAylIkL4McCk_gZ_nXyibqjeQ_DobeuRsJfT9cRy2ddnIcQC6JwrZp9daFsrxdly1ZznSBGCporx8KIuIEYvgrP4HH6eWSORAsqE1Toph2WGdS-yk4qKwhJWgmKrZWtvjMEbUvaD0GwqvphY5MwnIIMov9_rn_ymUrnUg2rrAsy2BCUarvUT4Vf5UOmyUhSTcSp9Vemh7AM9SMytSSVTQfSb9w-G5rFMDbETYlyyVrvUEGn3fAqaxZTWd_IdqGW9X-xOJxGbNiJw6KQUcEsFwpb24mekOJD_Iz4OpRAa4P0zirQiDsFbqJBqduoReQ.moQSqRWIl7klP2yb37raLw.jNZ0pE7tDOltrj235y-bai83aUEkeOsQcA5K-g1zFKv1U6KEV7pXxE4M8ymTLcaVsPVEoUxzlwo44RCDjOxLb106X3NMGV5-hLHxMu23Ees.rtL6ctgRQu60iQYiFGxsCQ" - }, - - "record": { - "CNAME": "getsono.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "getSono", + "discord": "1222250424309121145", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.gAkGYSIGLwn_jm-_gUHR_Yl0sAylIkL4McCk_gZ_nXyibqjeQ_DobeuRsJfT9cRy2ddnIcQC6JwrZp9daFsrxdly1ZznSBGCporx8KIuIEYvgrP4HH6eWSORAsqE1Toph2WGdS-yk4qKwhJWgmKrZWtvjMEbUvaD0GwqvphY5MwnIIMov9_rn_ymUrnUg2rrAsy2BCUarvUT4Vf5UOmyUhSTcSp9Vemh7AM9SMytSSVTQfSb9w-G5rFMDbETYlyyVrvUEGn3fAqaxZTWd_IdqGW9X-xOJxGbNiJw6KQUcEsFwpb24mekOJD_Iz4OpRAa4P0zirQiDsFbqJBqduoReQ.moQSqRWIl7klP2yb37raLw.jNZ0pE7tDOltrj235y-bai83aUEkeOsQcA5K-g1zFKv1U6KEV7pXxE4M8ymTLcaVsPVEoUxzlwo44RCDjOxLb106X3NMGV5-hLHxMu23Ees.rtL6ctgRQu60iQYiFGxsCQ" + }, + "record": { + "CNAME": "getsono.github.io" + } +} diff --git a/domains/imad.json b/domains/imad.json index 7eec7155d..b0de533e4 100644 --- a/domains/imad.json +++ b/domains/imad.json @@ -1,6 +1,5 @@ { "description": "Imad", - "repo": "https://github.com/imadboy89", "owner": { "username": "imadboy89", "email": "imad.kh@outlook.com" diff --git a/domains/images.civic.json b/domains/images.civic.json index 1da09d2c7..f17628b17 100644 --- a/domains/images.civic.json +++ b/domains/images.civic.json @@ -3,7 +3,6 @@ "repo": "https://github.com/civic1007/image-service", "owner": { "username": "civic1007", - "email": "", "discord": "civic1007" }, "record": { diff --git a/domains/imd.json b/domains/imd.json index 7eec7155d..b0de533e4 100644 --- a/domains/imd.json +++ b/domains/imd.json @@ -1,6 +1,5 @@ { "description": "Imad", - "repo": "https://github.com/imadboy89", "owner": { "username": "imadboy89", "email": "imad.kh@outlook.com" diff --git a/domains/img.cala.json b/domains/img.cala.json index 7cbd431f6..8e1b59156 100644 --- a/domains/img.cala.json +++ b/domains/img.cala.json @@ -4,7 +4,6 @@ "email": "krivojta@gmail.com", "discord": "981555580495867964" }, - "record": { "CNAME": "calamitywoah.github.io" } diff --git a/domains/img.devmatei.json b/domains/img.devmatei.json new file mode 100644 index 000000000..b0b7702b5 --- /dev/null +++ b/domains/img.devmatei.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DevMatei", + "email": "contact@devmatei.is-a.dev" + }, + "record": { + "CNAME": "proxy.iostpa.com" + } +} diff --git a/domains/img.juststudio.json b/domains/img.juststudio.json new file mode 100644 index 000000000..62374a88f --- /dev/null +++ b/domains/img.juststudio.json @@ -0,0 +1,17 @@ +{ + "description": "JustStudio.", + "repo": "https://github.com/JustStudio7/images", + "owner": { + "username": "JustDeveloper1", + "email": "support@juststudio.is-a.dev", + "discord": "1117482901353812088" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] + } +} diff --git a/domains/img.kenny.json b/domains/img.kenny.json deleted file mode 100644 index 1f3d6287f..000000000 --- a/domains/img.kenny.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "KennySB-dev", - "email": "kennybugeja@gmail.com" - }, - "record": { - "CNAME": "ikenny.only-fans.club" - } -} diff --git a/domains/imide.json b/domains/imide.json index 9bc78a0e2..152e38fbd 100644 --- a/domains/imide.json +++ b/domains/imide.json @@ -1,14 +1,10 @@ { "owner": { "username": "imide", - "email": "", "discord": "555915168932954112" }, "record": { - "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/imlasiyah.json b/domains/imlasiyah.json index 531779648..4dd882f0d 100644 --- a/domains/imlasiyah.json +++ b/domains/imlasiyah.json @@ -3,7 +3,6 @@ "username": "ImLasiya", "email": "senash@darktsysl.onmicrosoft.com" }, - "record": { "CNAME": "imlasiya.github.io" } diff --git a/domains/imlauera.json b/domains/imlauera.json deleted file mode 100644 index 494048efe..000000000 --- a/domains/imlauera.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "imlauera", - "email": "suurrend3r@gmail.com" - }, - "record": { - "CNAME": "imlauera.github.io" - } -} diff --git a/domains/imm0nv1nhtv.json b/domains/imm0nv1nhtv.json index 4aff3bd16..967b65be3 100644 --- a/domains/imm0nv1nhtv.json +++ b/domains/imm0nv1nhtv.json @@ -4,6 +4,6 @@ "email": "windows10phamvinh+github@gmail.com" }, "record": { - "CNAME": "imm0nv1nhtv.pages.dev" + "NS":["alberto.ns.cloudflare.com", "rosemary.ns.cloudflare.com"] } } diff --git a/domains/imnyang.json b/domains/imnyang.json new file mode 100644 index 000000000..9315d3cf6 --- /dev/null +++ b/domains/imnyang.json @@ -0,0 +1,12 @@ +{ + "description": "imnyang.is-a.dev", + "repo": "https://github.com/imnyang/is-a-dev", + "owner": { + "username": "imnyang", + "email": "me@imnya.ng" + }, + "record": { + "CNAME": "imnya.ng" + }, + "proxied": false +} diff --git a/domains/imran.json b/domains/imran.json deleted file mode 100644 index 834373c01..000000000 --- a/domains/imran.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "imranmollajoy", - "email": "imranmollajoy@gmail.com" - }, - "record": { - "CNAME": "imranmollajoy.github.io" - } -} diff --git a/domains/imy.json b/domains/imy.json index 1c09d2596..f25eb25e3 100644 --- a/domains/imy.json +++ b/domains/imy.json @@ -6,6 +6,6 @@ "email": "omranmansour096@gmail.com" }, "record": { - "CNAME": "IMYdev.github.io" + "CNAME": "imydev.github.io" } } diff --git a/domains/indodev.json b/domains/indodev.json index aeee97318..efa99a1c0 100644 --- a/domains/indodev.json +++ b/domains/indodev.json @@ -4,7 +4,6 @@ "email": "hudah2102@gmail.com", "discord": "694850450410700831" }, - "record": { "A": ["178.128.211.205"] } diff --git a/domains/indreshp135.json b/domains/indreshp135.json index ac54b5d18..d93dcf14e 100644 --- a/domains/indreshp135.json +++ b/domains/indreshp135.json @@ -3,7 +3,6 @@ "username": "indreshp135", "email": "indreshp135@gmail.com" }, - "record": { "A": ["144.24.138.210"] } diff --git a/domains/inf.json b/domains/inf.json index 15707b541..5f63ff77e 100644 --- a/domains/inf.json +++ b/domains/inf.json @@ -1,7 +1,6 @@ { "owner": { "username": "InfinityDevTech", - "email": "", "discord": "inf5" }, "record": { diff --git a/domains/infernum.json b/domains/infernum.json index 127f7edd4..80507194c 100644 --- a/domains/infernum.json +++ b/domains/infernum.json @@ -6,6 +6,6 @@ "email": "infernum1212@gmail.com" }, "record": { - "CNAME": "Infernum1.github.io" + "CNAME": "infernum1.github.io" } } diff --git a/domains/infinityloop.json b/domains/infinityloop.json index 3a57b4392..461e40171 100644 --- a/domains/infinityloop.json +++ b/domains/infinityloop.json @@ -3,7 +3,6 @@ "repo": "https://github.com/InfinityLoop1/InfinityLoop", "owner": { "username": "InfinityLoop", - "email": "", "discord": "infinityloopdev" }, "record": { diff --git a/domains/ingo.json b/domains/ingo.json new file mode 100644 index 000000000..05cb1319d --- /dev/null +++ b/domains/ingo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "BugHunter2k", + "email": "hello@ingohollmann.de" + }, + "record": { + "URL": "https://ingohollmann.de/" + } +} diff --git a/domains/inj3c7i0n.json b/domains/inj3c7i0n.json index 1309b7055..16d3649b3 100644 --- a/domains/inj3c7i0n.json +++ b/domains/inj3c7i0n.json @@ -3,7 +3,6 @@ "username": "Inj3c7i0n", "email": "Inj3c7ed@gmail.com" }, - "record": { "CNAME": "inj3c7i0n.github.io" } diff --git a/domains/inkilu.json b/domains/inkilu.json index aeaf74889..89026e98b 100644 --- a/domains/inkilu.json +++ b/domains/inkilu.json @@ -3,7 +3,6 @@ "repo": "https://github.com/inkilu/Personal-web", "owner": { "username": "inkilu", - "email": "", "discord": "ink#6343" }, "record": { diff --git a/domains/innocentzero.json b/domains/innocentzero.json new file mode 100644 index 000000000..6d9c93b6b --- /dev/null +++ b/domains/innocentzero.json @@ -0,0 +1,11 @@ +{ + "description": "My personal blog", + "repo": "https://codeberg.org/innocentzer0/pages", + "owner": { + "username": "InnocentZero", + "email": "isfarulhaque@proton.me" + }, + "record": { + "CNAME": "innocentzer0.codeberg.page" + } +} diff --git a/domains/inputly.json b/domains/inputly.json new file mode 100644 index 000000000..b2685635a --- /dev/null +++ b/domains/inputly.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NateNear", + "email": "matternate21@gmail.com" + }, + "record": { + "CNAME": "inputly.vercel.app" + } +} \ No newline at end of file diff --git a/domains/insencel.json b/domains/insencel.json index cc5adf59d..d0e48264c 100644 --- a/domains/insencel.json +++ b/domains/insencel.json @@ -5,8 +5,6 @@ }, "description": "A domain for hosting a typo3 account to test things with and build test-websites", "record": { - "A": [ - "164.68.124.156" - ] + "A": ["164.68.124.156"] } } diff --git a/domains/intergrav.json b/domains/intergrav.json index 79d5a57d7..31c54f3a0 100644 --- a/domains/intergrav.json +++ b/domains/intergrav.json @@ -3,7 +3,6 @@ "username": "intergrav", "email": "devinkid1@gmail.com" }, - "record": { "CNAME": "intergrav.github.io" } diff --git a/domains/iomiras.json b/domains/iomiras.json new file mode 100644 index 000000000..ce9350855 --- /dev/null +++ b/domains/iomiras.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "iomiras", + "email": "miras.shaltayev+isadev@gmail.com" + }, + "record": { + "CNAME": "miras-iomiras.vercel.app" + } +} diff --git a/domains/iostpa.json b/domains/iostpa.json new file mode 100644 index 000000000..e3792dc3a --- /dev/null +++ b/domains/iostpa.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "iostpa", + "discord": "716306888492318790", + "twitter": "iostpa" + }, + "record": { + "URL": "https://iostpa.com" + } +} diff --git a/domains/iosviet.json b/domains/iosviet.json index a5bb861d8..8cea5fea5 100644 --- a/domains/iosviet.json +++ b/domains/iosviet.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "huutanphp", - "email": "", - "discord": "595368972594184235", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.UUB3u8JnQhweiOtS8ICf09sYk-WZL0haW_S50x1JgijmaiIBNCcX8hzE5xJVR2QXtiR_DfbseMXMtHVq5p_9SHf-qyiD8LKd22TKgorKH30PxP2Ej6Qw9LhbQKdI7EuAlBBGKyKm9gLWd8HYVeQlXMuya5X6AEKQS4WoH_GuX3itLnFUKf1hFZpEb5lJrdRKrvbTQgTXkLHsXggUi4Crcdfav4lmsA7DidmmfqpwXVy90TXdluqExc70JrtIY_9q0NDXwBe5boFOFOEYh7GW9MG0QHhor2Xibnd0pi5P5jAt9fUCGhUMMHKWTLBMjLumgswe8XEW4JXQGwmBBVMt_A.KpU_DlcxDclPoZwMO0H7rA.igZyUYSqQEyzpCfjGYAQivF9Jk8A6TzvA6sf2Ju7c4jP617xNtd7ZtTz2Wy9eYeSyF0ZDeEXn5RSWphywrSaIB6jhvzuEQ4xERnRW8ozdN0.xLh6AUpP7bDHQ7P8DwaZNw" - }, - - "record": { - "A": ["3.106.238.127"] - } - } - \ No newline at end of file + "owner": { + "username": "huutanphp", + "discord": "595368972594184235", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.UUB3u8JnQhweiOtS8ICf09sYk-WZL0haW_S50x1JgijmaiIBNCcX8hzE5xJVR2QXtiR_DfbseMXMtHVq5p_9SHf-qyiD8LKd22TKgorKH30PxP2Ej6Qw9LhbQKdI7EuAlBBGKyKm9gLWd8HYVeQlXMuya5X6AEKQS4WoH_GuX3itLnFUKf1hFZpEb5lJrdRKrvbTQgTXkLHsXggUi4Crcdfav4lmsA7DidmmfqpwXVy90TXdluqExc70JrtIY_9q0NDXwBe5boFOFOEYh7GW9MG0QHhor2Xibnd0pi5P5jAt9fUCGhUMMHKWTLBMjLumgswe8XEW4JXQGwmBBVMt_A.KpU_DlcxDclPoZwMO0H7rA.igZyUYSqQEyzpCfjGYAQivF9Jk8A6TzvA6sf2Ju7c4jP617xNtd7ZtTz2Wy9eYeSyF0ZDeEXn5RSWphywrSaIB6jhvzuEQ4xERnRW8ozdN0.xLh6AUpP7bDHQ7P8DwaZNw" + }, + "record": { + "A": ["3.106.238.127"] + } +} diff --git a/domains/ipamod.json b/domains/ipamod.json index e12e9fe15..9cfd4fa41 100644 --- a/domains/ipamod.json +++ b/domains/ipamod.json @@ -7,4 +7,4 @@ "record": { "A": ["3.106.238.127"] } -} \ No newline at end of file +} diff --git a/domains/ipuppyyt.json b/domains/ipuppyyt.json index 7ea3812f8..b4f3095d7 100644 --- a/domains/ipuppyyt.json +++ b/domains/ipuppyyt.json @@ -13,10 +13,7 @@ "185.199.111.153", "185.199.109.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/iqat.json b/domains/iqat.json index 43152397d..3e7a24656 100644 --- a/domains/iqat.json +++ b/domains/iqat.json @@ -6,6 +6,6 @@ "email": "iqat476@gmail.com" }, "record": { - "CNAME": "Iqat476.github.io" + "CNAME": "iqat476.github.io" } } diff --git a/domains/irc.pele.json b/domains/irc.pele.json new file mode 100644 index 000000000..eceae0d10 --- /dev/null +++ b/domains/irc.pele.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Pele12324", + "email": "pele.puric@gmail.com", + "discord": "483261654818226186" + }, + "record": { + "A": ["38.242.242.224"] + } +} diff --git a/domains/ireknazm.json b/domains/ireknazm.json index 56f405d64..deb07a87e 100644 --- a/domains/ireknazm.json +++ b/domains/ireknazm.json @@ -6,6 +6,6 @@ "email": "ireknazmievirek@gmail.com" }, "record": { - "CNAME": "Nagellan.github.io" + "CNAME": "nagellan.github.io" } } diff --git a/domains/iris.json b/domains/iris.json new file mode 100644 index 000000000..d743e7683 --- /dev/null +++ b/domains/iris.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "BlockybombDEV", + "discord": "1115068990381887490", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.g7uWo8aejwTP6dC-LsPpsPtlf9CMiW8Nvj3LCZz7wQ1hykJDvqGcHMvAW9514GKzFHfVVozZdKmi-5jmH459Zk9OuCbrgv0YRb-pzk7qFuRuIG0DCrbm6YI4KDzb-QrJa5Kcp7bnS_BSP8qmKBZgRQ31WOSSPX0NSzW628FWwFYkZs5K0RuOrmg9dllB-r1VDs-MxsaVufkPKZ7GaQaNBxAVV3ijTPUIrSFSIMQRdeIRYsBn7UZra9nNvji1w16qDx8tLvqdymREZYmiQkjX-U0wJD6sYPuhqLbrBUBnyIsA2Dx5sIsikvoPTPsb9cjAUd6IKdKbh9bPtDeMv-iO8A.SBxgrswlwUpBmXGIEe-xpw._H8VZtaJ--WkYXedw9W5ZXktiZFGkLtiIDwUWYNQezDHqmxl5s-56PJ9cvzl9KnwEyVqvYkoam4futlL6n4OrKOEeythhMtBQSXaF1Z0C3k.9zvNZhPO4Jf_usApUB8gtA" + }, + "record": { + "A": ["38.46.219.220"] + } +} diff --git a/domains/isaac.json b/domains/isaac.json index 74126117b..50d5697f5 100644 --- a/domains/isaac.json +++ b/domains/isaac.json @@ -3,7 +3,6 @@ "username": "IsaacTouhami", "email": "isaaco7274@gmail.com" }, - "record": { "CNAME": "isaactouhami.github.io" } diff --git a/domains/isaacrobert33.json b/domains/isaacrobert33.json new file mode 100644 index 000000000..53d087fb0 --- /dev/null +++ b/domains/isaacrobert33.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "isaacrobert33", + "email": "isaacrobertoluwaseun@gmail.com" + }, + "record": { + "CNAME": "isaacrobert-is-adev.vercel.app" + } +} diff --git a/domains/isaiahday.json b/domains/isaiahday.json deleted file mode 100644 index c4e8135bb..000000000 --- a/domains/isaiahday.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Isaiah08-D's personal website.", - "repo": "https://github.com/Isaiah08-D/isaiah08-d.github.io", - "owner": { - "username": "Isaiah08-D", - "email": "isaiahgrisha@gmail.com", - "discord": "isaiah08#6008" - }, - "record": { - "CNAME": "isaiah08-d.github.io" - } -} diff --git a/domains/isalvarez.json b/domains/isalvarez.json new file mode 100644 index 000000000..a4aa7aa2d --- /dev/null +++ b/domains/isalvarez.json @@ -0,0 +1,11 @@ +{ + "description": "I'll use isalvarez.is-a.dev for my personal portfolio.", + "repo": "https://github.com/isAlvarezDev/portfolio", + "owner": { + "username": "isAlvarezDev", + "email": "alvarezisaac871@gmail.com" + }, + "record": { + "CNAME": "isalvarezdev.github.io" + } +} diff --git a/domains/iscordian.json b/domains/iscordian.json new file mode 100644 index 000000000..bc21f228c --- /dev/null +++ b/domains/iscordian.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "iscordian", + "email": "iscordian.dev@gmail.com" + }, + "record": { + "CNAME": "iscordian.github.io" + } +} diff --git a/domains/ishbenjamin.json b/domains/ishbenjamin.json new file mode 100644 index 000000000..3697bb66c --- /dev/null +++ b/domains/ishbenjamin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Aurumdev952", + "email": "benjamugi20072@gmail.com" + }, + "record": { + "CNAME": "benjamin-bay.vercel.app" + } +} diff --git a/domains/ishh.json b/domains/ishh.json index d4ef01652..15a814769 100644 --- a/domains/ishh.json +++ b/domains/ishh.json @@ -6,6 +6,13 @@ "email": "ishh-xd@proton.me" }, "record": { - "CNAME": "ishh-xd.github.io" + "A": [ + "185.199.111.153", + "185.199.110.153", + "185.199.108.153", + "185.199.109.153" + ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] } } diff --git a/domains/ishwar.json b/domains/ishwar.json new file mode 100644 index 000000000..c2905f4dd --- /dev/null +++ b/domains/ishwar.json @@ -0,0 +1,11 @@ +{ + "description": "Documentation website for is-a.dev", + "repo": "https://github.com/ishwar00/ishwarstuff", + "owner": { + "username": "ishwar00", + "email": "ishwargowda100@gmail.com" + }, + "record": { + "CNAME": "ishwarstuff.vercel.app" + } +} diff --git a/domains/isiraadithya.json b/domains/isiraadithya.json new file mode 100644 index 000000000..5c0a3fec1 --- /dev/null +++ b/domains/isiraadithya.json @@ -0,0 +1,10 @@ +{ + "description": "Isira Adithya's Personal Website", + "owner": { + "username": "isira-adithya", + "email": "me@isiraadithya.com" + }, + "record": { + "URL": "https://isiraadithya.com" + } +} diff --git a/domains/islandboy.json b/domains/islandboy.json new file mode 100644 index 000000000..1ff10640a --- /dev/null +++ b/domains/islandboy.json @@ -0,0 +1,14 @@ +{ + "description": "Sub-domain of IslandBoy in is-a.dev", + "repo": "https://github.com/islandboymv/is-a-dev-register", + "owner": { + "username": "islandboymv", + "email": "mifzaal.scout@gmail.com" + }, + "record": { + "NS": [ + "lucy.ns.cloudflare.com", + "mario.ns.cloudflare.com" + ] + } +} diff --git a/domains/isturiz.json b/domains/isturiz.json new file mode 100644 index 000000000..45d902d79 --- /dev/null +++ b/domains/isturiz.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "isturiz" + }, + "record": { + "CNAME": "isturiz.vercel.app" + } +} diff --git a/domains/itq.json b/domains/itq.json index 0640de655..539ff2a00 100644 --- a/domains/itq.json +++ b/domains/itq.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "devitq", - "email": "itq.dev@ya.ru" - }, - "record": { - "URL": "https://github.com/devitq" - } + "owner": { + "username": "devitq", + "email": "itq.dev@ya.ru" + }, + "record": { + "URL": "https://github.com/devitq" + } } diff --git a/domains/itsdemongamez.json b/domains/itsdemongamez.json deleted file mode 100644 index e8710fb38..000000000 --- a/domains/itsdemongamez.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "DemonGamez", - "email": "peterwyneg@gmail.com", - "discord": "1038747272701292584" - }, - - "record": { - "CNAME": "DemonGamez.github.io" - } -} diff --git a/domains/itsjhonalex.json b/domains/itsjhonalex.json new file mode 100644 index 000000000..395fc6a3f --- /dev/null +++ b/domains/itsjhonalex.json @@ -0,0 +1,11 @@ +{ + "description": "itsjhonalex.is-a.dev", + "repo": "github.com/ItsJhonAlex/PortfolioDev", + "owner": { + "username": "ItsJhonAlex", + "email": "itsjhonalex@gmail.com" + }, + "record": { + "CNAME": "portfolio-dev-itsjhonalexs-projects.vercel.app" + } +} diff --git a/domains/itskh4ng.json b/domains/itskh4ng.json new file mode 100644 index 000000000..616949b1f --- /dev/null +++ b/domains/itskh4ng.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "itskh4ng", + "email": "itskh4ng@proton.me" + }, + "record": { + "CNAME": "itskh4ng.pages.dev" + } +} diff --git a/domains/itsmepvr.json b/domains/itsmepvr.json new file mode 100644 index 000000000..612620789 --- /dev/null +++ b/domains/itsmepvr.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "itsmepvr", + "email": "pvrreddy155@gmail.com" + }, + "record": { + "CNAME": "itsmepvr.github.io" + } +} diff --git a/domains/itsneufox.json b/domains/itsneufox.json index 96a3068df..afe9eec6e 100644 --- a/domains/itsneufox.json +++ b/domains/itsneufox.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "itsneufox", - "email": "ajuda@tntsamp.com" - }, - "record": { - "CNAME": "itsneufox.github.io" - } + "owner": { + "username": "itsneufox", + "email": "ajuda@tntsamp.com" + }, + "record": { + "CNAME": "itsneufox.github.io" + } } diff --git a/domains/itsnicecraft.json b/domains/itsnicecraft.json index d379a7d90..4e04ccfdf 100644 --- a/domains/itsnicecraft.json +++ b/domains/itsnicecraft.json @@ -3,7 +3,6 @@ "repo": "https://github.com/itsnicecraft/itsnicecraft.github.io", "owner": { "username": "itsnicecraft", - "email": "", "twitter": "itsnicecraft" }, "record": { diff --git a/domains/itsvick.json b/domains/itsvick.json index 7fc284a99..421b60a90 100644 --- a/domains/itsvick.json +++ b/domains/itsvick.json @@ -3,7 +3,6 @@ "username": "itsvick", "email": "vivek_kasture@techjoomla.com" }, - "record": { "CNAME": "itsvick.github.io" } diff --git a/domains/itz-rj-here.json b/domains/itz-rj-here.json new file mode 100644 index 000000000..ae29b4c2f --- /dev/null +++ b/domains/itz-rj-here.json @@ -0,0 +1,11 @@ +{ + "description": "It'z RJ's Website", + "repo": "https://github.com/itz-rj-here/itz-rj-here.github.io", + "owner": { + "username": "itz-rj-here", + "email": "faiadmahmudadil@gmail.com" + }, + "record": { + "CNAME": "itz-rj-here.github.io" + } +} diff --git a/domains/ivedant.json b/domains/ivedant.json index 19b2ccdf6..929e12961 100644 --- a/domains/ivedant.json +++ b/domains/ivedant.json @@ -6,6 +6,6 @@ "email": "naiduvedant@gmail.com" }, "record": { - "CNAME": "Flash2014.github.io" + "CNAME": "flash2014.github.io" } } diff --git a/domains/iviswanathreddy.json b/domains/iviswanathreddy.json new file mode 100644 index 000000000..10e4fb1ad --- /dev/null +++ b/domains/iviswanathreddy.json @@ -0,0 +1,11 @@ +{ + "description": "Personal portfolio written in Ruby and HTML", + "repo": "https://github.com/iviswanathreddy/iviswanathreddy.github.io.git", + "owner": { + "username": "iviswanathreddy", + "email": "i.viswanath666@gmail.com" + }, + "record": { + "CNAME": "iviswanathreddy.github.io" + } +} diff --git a/domains/ivo.json b/domains/ivo.json new file mode 100644 index 000000000..b501621ef --- /dev/null +++ b/domains/ivo.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio Website", + "owner": { + "username": "ifayala", + "email": "ivo@dailabs.io", + "discord": "lt_smash666" + }, + "record": { + "A": ["34.16.212.81"] + } +} diff --git a/domains/ixdoggo.json b/domains/ixdoggo.json index 7d1d87550..8dd5021b5 100644 --- a/domains/ixdoggo.json +++ b/domains/ixdoggo.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "xellion-dev", - "email": "xelxtct@gmail.com" - }, - "record": { - "CNAME": "ixdoggo.pages.dev" - } + "owner": { + "username": "xellion-dev", + "email": "xelxtct@gmail.com" + }, + "record": { + "CNAME": "ixdoggo.pages.dev" + } } diff --git a/domains/iystreem.json b/domains/iystreem.json index 648cd5ecd..8a23664b7 100644 --- a/domains/iystreem.json +++ b/domains/iystreem.json @@ -1,11 +1,11 @@ { - "description": "its for my portfolio", - "repo": "https://github.com/IYSTREEM/iystreem.github.io", - "owner": { - "username": "IYSTREEM", - "email": "iystreem186@gmail.com" - }, - "record": { - "CNAME": "iystreem.github.io" - } -} + "description": "its for my portfolio", + "repo": "https://github.com/IYSTREEM/iystreem.github.io", + "owner": { + "username": "IYSTREEM", + "email": "iystreem186@gmail.com" + }, + "record": { + "CNAME": "iystreem.github.io" + } +} diff --git a/domains/izerr.json b/domains/izerr.json new file mode 100644 index 000000000..c54809354 --- /dev/null +++ b/domains/izerr.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Explodey-Wolf", + "email": "peanutplays61@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/izumie.json b/domains/izumie.json new file mode 100644 index 000000000..f34fb3a83 --- /dev/null +++ b/domains/izumie.json @@ -0,0 +1,12 @@ +{ + "description": "izumie.is-a.dev subdomain", + "repo": "https://github.com/LexisMate/register", + "owner": { + "username": "LexisMate", + "email": "izumieprivateltd@gmail.com" + }, + "record": { + "CNAME": "mr-izumie.vercel.app" + }, + "proxied": true +} diff --git a/domains/j.json b/domains/j.json index 8207723f2..49769b580 100644 --- a/domains/j.json +++ b/domains/j.json @@ -1,11 +1,19 @@ { "description": "Short link to juststudio.is-a.dev", + "repo": "https://github.com/JustStudio7/juststudio7.github.io/tree/main", "owner": { "username": "JustDeveloper1", "email": "support@juststudio.is-a.dev", "discord": "1117482901353812088" }, "record": { - "A": ["89.106.200.1"] + "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/jabbdev.json b/domains/jabbdev.json new file mode 100644 index 000000000..2ab0a9d68 --- /dev/null +++ b/domains/jabbdev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jabbcode", + "email": "jabbsontouch@gmail.com" + }, + "record": { + "CNAME": "react-frontend-production-0024.up.railway.app" + } +} diff --git a/domains/jabin.json b/domains/jabin.json index c3528d919..bea60285e 100644 --- a/domains/jabin.json +++ b/domains/jabin.json @@ -1,9 +1,11 @@ { "owner": { - "username": "jabinstech", - "email": "jabinstech.net@gmail.com" + "username": "jab11n", + "twitter": "jab11n", + "github": "jab11n", + "email": "iad-contact@rdr.lol" }, "record": { - "CNAME": "jabinstech.github.io" + "CNAME": "jab11n.github.io" } } diff --git a/domains/jacek.json b/domains/jacek.json new file mode 100644 index 000000000..3695d1cbc --- /dev/null +++ b/domains/jacek.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "smolak", + "email": "jacek.smolak@gmail.com" + }, + "record": { + "CNAME": "jaceksmolak.vercel.app" + } +} diff --git a/domains/jackiso.json b/domains/jackiso.json deleted file mode 100644 index 53dc129c8..000000000 --- a/domains/jackiso.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "JaCkIsO is a Developer!", - "owner": { - "username": "JaCkIsO", - "email": "jackisodev@gmail.com" - }, - "record": { - "CNAME": "JaCkIsO.github.io" - } -} diff --git a/domains/jackson.json b/domains/jackson.json index 3239484a7..d0e3c5714 100644 --- a/domains/jackson.json +++ b/domains/jackson.json @@ -1,7 +1,6 @@ { "owner": { "username": "SimplyJackson", - "email": "", "discord": "jackson!#0001" }, "record": { diff --git a/domains/jacques.json b/domains/jacques.json new file mode 100644 index 000000000..fe26b1991 --- /dev/null +++ b/domains/jacques.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Jacques2Marais", + "discord": "itsmejackmorris" + }, + "record": { + "CNAME": "portfolio-jade-eta-63.vercel.app" + } +} diff --git a/domains/jadebetty.json b/domains/jadebetty.json index 8ac63a732..e548a36e1 100644 --- a/domains/jadebetty.json +++ b/domains/jadebetty.json @@ -1,7 +1,6 @@ { "owner": { "username": "JadeBetty", - "email": "", "discord": "758617912566087681" }, "record": { @@ -11,10 +10,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/jaennova.json b/domains/jaennova.json new file mode 100644 index 000000000..82a67b4de --- /dev/null +++ b/domains/jaennova.json @@ -0,0 +1,11 @@ +{ + "description": "Personal portfolio", + "repo": "https://github.com/jaennova/portfolio", + "owner": { + "username": "jaennova", + "email": "jaendevp@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/jagdhish-mer.json b/domains/jagdhish-mer.json index bcccd9eb8..272603963 100644 --- a/domains/jagdhish-mer.json +++ b/domains/jagdhish-mer.json @@ -2,8 +2,7 @@ "description": "jagdish Profile.", "repo": "https://github.com/jagdish-der/jagdish-der.github.io", "owner": { - "username": "jagdish-der", - "email": "" + "username": "jagdish-der" }, "record": { "CNAME": "jagdish-der.github.io" diff --git a/domains/jagdish-mer.json b/domains/jagdish-mer.json index bdcd867da..554509d17 100644 --- a/domains/jagdish-mer.json +++ b/domains/jagdish-mer.json @@ -2,8 +2,7 @@ "description": "my Profile.", "repo": "https://github.com/jagdish-mer/jagdish-mer.github.io", "owner": { - "username": "jagdish-mer", - "email": "" + "username": "jagdish-mer" }, "record": { "CNAME": "jagdish-mer.github.io" diff --git a/domains/jai.json b/domains/jai.json new file mode 100644 index 000000000..5417c99a7 --- /dev/null +++ b/domains/jai.json @@ -0,0 +1,11 @@ +{ + "description": "Jai Singh Rathore's Portfolio Website", + "repo": "https://github.com/jaizxzx/jaizxzx.github.io", + "owner": { + "username": "jaizxzx", + "email": "jaisinghrathore4432@gmail.com" + }, + "record": { + "CNAME": "jaizxzx.github.io" + } +} diff --git a/domains/jaideep.json b/domains/jaideep.json new file mode 100644 index 000000000..59a6fe0c5 --- /dev/null +++ b/domains/jaideep.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "xxeisenberg", + "email": "jaideepmato7@gmail.com" + }, + "record": { + "CNAME": "piyush10f.vercel.app" + } +} diff --git a/domains/jake.json b/domains/jake.json index 091329342..e0f07046a 100644 --- a/domains/jake.json +++ b/domains/jake.json @@ -1,11 +1,8 @@ { - "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" + "username": "xzrci" }, "record": { - "CNAME": "jakeanto.pages.dev" + "CNAME": "xzrci.vercel.app" } } diff --git a/domains/jakehe.json b/domains/jakehe.json index 4691f032e..bb611cbac 100644 --- a/domains/jakehe.json +++ b/domains/jakehe.json @@ -1,12 +1,11 @@ { "description": "Jake He's Portfolio", - "repo": "https://github.com/Jakethebest1238/Jakes-Portfolio", "owner": { - "username": "Jakethebest1238", + "username": "jakehe1226", "email": "jakehe1226@gmail.com", "twitter": "jakethebest1238" }, "record": { - "CNAME": "Jakethebest1238.github.io" + "CNAME": "jakehe1226.github.io" } } diff --git a/domains/jal.json b/domains/jal.json new file mode 100644 index 000000000..4acf4a0cb --- /dev/null +++ b/domains/jal.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio of Jal, Full Stack Dev", + "repo": "https://github.com/Jal-GG/Jal-Patel", + "owner": { + "username": "Jal-GG", + "email": "jalvrund2017@gmail.com" + }, + "record": { + "CNAME": "jal-patel.vercel.app" + } +} diff --git a/domains/jalaj.json b/domains/jalaj.json index ddd079e29..2f890ab41 100644 --- a/domains/jalaj.json +++ b/domains/jalaj.json @@ -1,16 +1,10 @@ { "description": "Jalaj's Portfolio", - "repo": "https://github.com/jalajcodes/jalaj", - "owner": { "username": "jalajcodes", - - "email": "", - "twitter": "jalajcodes" }, - "record": { "CNAME": "jalaj.up.railway.app" } diff --git a/domains/james-wiseman.json b/domains/james-wiseman.json new file mode 100644 index 000000000..973df57b8 --- /dev/null +++ b/domains/james-wiseman.json @@ -0,0 +1,11 @@ +{ + "description": "Personal site for James Wiseman", + "owner": { + "username": "jamesrobertwiseman", + "email": "hello@jameswiseman.me" + }, + "record": { + "CNAME": "jameswiseman.me" + }, + "proxied": true +} diff --git a/domains/james.json b/domains/james.json new file mode 100644 index 000000000..d5da97ed4 --- /dev/null +++ b/domains/james.json @@ -0,0 +1,11 @@ +{ + "description": "Directory for my dev related social links", + "owner": { + "username": "jameshaworthcs", + "email": "james@j-h.ai" + }, + "record": { + "URL": "https://j-h.ai" + }, + "proxied": false +} diff --git a/domains/jamestheflash.json b/domains/jamestheflash.json new file mode 100644 index 000000000..385f50821 --- /dev/null +++ b/domains/jamestheflash.json @@ -0,0 +1,11 @@ +{ + "description": "Wheel of fortune", + "repo": "https://github.com/JamesTheFlash22/JamesTheFlash22.github.io", + "owner": { + "username": "JamesTheFlash", + "email": "me@jamestheflash22.is-a.dev" + }, + "record": { + "CNAME": "jamestheflash22.github.io" + } +} diff --git a/domains/jamestheflash22.json b/domains/jamestheflash22.json index 2d2fdf99c..defa54273 100644 --- a/domains/jamestheflash22.json +++ b/domains/jamestheflash22.json @@ -6,13 +6,7 @@ "email": "davidebu43@gmail.com" }, "record": { - "TXT": [ - "zoho-verification=zb32026957.zmverify.zoho.eu" - ], - "MX": [ - "mx3.zoho.eu", - "mx2.zoho.eu", - "mx.zoho.eu" - ] + "TXT": ["zoho-verification=zb32026957.zmverify.zoho.eu"], + "MX": ["mx3.zoho.eu", "mx2.zoho.eu", "mx.zoho.eu"] } } diff --git a/domains/jamied132.json b/domains/jamied132.json index 40db7b1c4..3bcae162a 100644 --- a/domains/jamied132.json +++ b/domains/jamied132.json @@ -1,11 +1,10 @@ { "description": "A personal portfolio about me, along with some other stuff (the repository is currently empty but I will add some stuff)", - "repo": "https://github.com/jamied132", "owner": { "username": "jamied132", "email": "jamied132.email@gmail.com" }, "record": { - "CNAME": "jamied132.github.io" + "NS": ["kevin.ns.cloudflare.com", "megan.ns.cloudflare.com"] } } diff --git a/domains/jan.json b/domains/jan.json new file mode 100644 index 000000000..8f9eb0dfc --- /dev/null +++ b/domains/jan.json @@ -0,0 +1,10 @@ +{ + "description": "Personal Dev Website", + "owner": { + "username": "jpgreth", + "email": "github@greth.me" + }, + "record": { + "CNAME": "greth.dev" + } +} diff --git a/domains/janco.json b/domains/janco.json index 3ed28457e..0e925f33f 100644 --- a/domains/janco.json +++ b/domains/janco.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "JancoNel", - "email": "", - "discord": "1264555376918134796", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.LXD6kezr5CJaRBhFUVB3WcB2IKWzrw1zn6yuWQNmDlGbppbOw7W1GqJWiqePOPHEA_7EVj2f-pvK1WnkFaW4i1g0zpqAPeyNQfyVtlpttW7cyWFJGe_gRoTznaXXvntNw84qOEIIuPqFFloq03Lqdj5Iox736TOefBr5uTSieAj1oJ-qcQS424nnBrremLgjE3mEXY9ORhaTYD3XPdbvX6iYKrDl8ooM_nmkorcZzmoNjCKHDe3p6TML2vuPey_YTX1R0hJGJ1A99VYdBCVhvfEeeEO9Aaxo9Nu-4Um78wMHqtp7oryLHpwOcUzp7a3rAIkjtQaNmiL4jHLoWJFgtw.GWB9aQvdXYxUHmvAYGxK0A.IfxHtkIYUorJIxI7RvkstIB_pGZ-baszSq-IpLE_9arsm3tPTctQbz_Urii0J1-nBvjUaKdkQiWQDa_YBawyT7qber-j-zZlunX-bILrcT4.L4Sb6DK6xcrjwkUsYRmLXw" - }, - - "record": { - "CNAME": "janconel.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "JancoNel", + "discord": "1264555376918134796", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.LXD6kezr5CJaRBhFUVB3WcB2IKWzrw1zn6yuWQNmDlGbppbOw7W1GqJWiqePOPHEA_7EVj2f-pvK1WnkFaW4i1g0zpqAPeyNQfyVtlpttW7cyWFJGe_gRoTznaXXvntNw84qOEIIuPqFFloq03Lqdj5Iox736TOefBr5uTSieAj1oJ-qcQS424nnBrremLgjE3mEXY9ORhaTYD3XPdbvX6iYKrDl8ooM_nmkorcZzmoNjCKHDe3p6TML2vuPey_YTX1R0hJGJ1A99VYdBCVhvfEeeEO9Aaxo9Nu-4Um78wMHqtp7oryLHpwOcUzp7a3rAIkjtQaNmiL4jHLoWJFgtw.GWB9aQvdXYxUHmvAYGxK0A.IfxHtkIYUorJIxI7RvkstIB_pGZ-baszSq-IpLE_9arsm3tPTctQbz_Urii0J1-nBvjUaKdkQiWQDa_YBawyT7qber-j-zZlunX-bILrcT4.L4Sb6DK6xcrjwkUsYRmLXw" + }, + "record": { + "CNAME": "janconel.github.io" + } +} diff --git a/domains/janeq.json b/domains/janeq.json index 2ae4a57a1..051542fbc 100644 --- a/domains/janeq.json +++ b/domains/janeq.json @@ -1,11 +1,11 @@ { - "description": "I wanna use this website as a database of brawl stars assets", - "repo": "https://github.com/notjaneq/bs", - "owner": { - "username": "notjaneq", - "email": "a2012989z@gmail.com" - }, - "record": { - "CNAME": "notjaneq.github.io" - } -} + "description": "I wanna use this website as a database of brawl stars assets", + "repo": "https://github.com/notjaneq/bs", + "owner": { + "username": "notjaneq", + "email": "a2012989z@gmail.com" + }, + "record": { + "CNAME": "notjaneq.github.io" + } +} diff --git a/domains/janith.json b/domains/janith.json new file mode 100644 index 000000000..92cf35b54 --- /dev/null +++ b/domains/janith.json @@ -0,0 +1,11 @@ +{ + "description": "Janith .is-a.dev domain", + "repo": "https://github.com/janithpm/janithpm.github.io", + "owner": { + "username": "Janithpm", + "email": "janithmadarasinghe@gmail.com" + }, + "record": { + "CNAME": "janithpm.github.io" + } +} diff --git a/domains/janmb.json b/domains/janmb.json index 2f925f0d7..6b4c5ae40 100644 --- a/domains/janmb.json +++ b/domains/janmb.json @@ -4,7 +4,6 @@ "email": "msc2tvdn@duck.com", "discord": "962788530336178236" }, - "record": { "A": ["213.238.183.171"] } diff --git a/domains/janvier.json b/domains/janvier.json new file mode 100644 index 000000000..b0686f5de --- /dev/null +++ b/domains/janvier.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jenzzly", + "email": "jenzzly@gmail.com" + }, + "record": { + "URL": "https://jenzzly.github.io/systems/" + } +} diff --git a/domains/jasondevgm.json b/domains/jasondevgm.json new file mode 100644 index 000000000..0a93bae70 --- /dev/null +++ b/domains/jasondevgm.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio Website", + "repo": "https://github.com/jasondevgm/jasondevgm.github.io.git", + "owner": { + "username": "jasondevgm", + "email": "jasondevgm@gmail.com" + }, + "record": { + "CNAME": "jasondevgm.github.io" + } +} diff --git a/domains/jasontumusiime.json b/domains/jasontumusiime.json new file mode 100644 index 000000000..b7e23164a --- /dev/null +++ b/domains/jasontumusiime.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jasontumusiime", + "email": "jason.2mcme@gmail.com" + }, + "record": { + "A": ["16.170.224.34"] + } +} diff --git a/domains/jasvindersingh.json b/domains/jasvindersingh.json new file mode 100644 index 000000000..fe8dcd21a --- /dev/null +++ b/domains/jasvindersingh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "singhJasvinder101", + "email": "jasvindersingh3593@gmail.com" + }, + "record": { + "CNAME": "jasvinder-portfolio.netlify.app" + } +} diff --git a/domains/java.json b/domains/java.json index 6fee13ed2..3929e883c 100644 --- a/domains/java.json +++ b/domains/java.json @@ -3,7 +3,6 @@ "repo": "https://github.com/javascript-void0/javascript-void0.github.io", "owner": { "username": "javascript-void0", - "email": "", "discord": "Java#3865" }, "record": { diff --git a/domains/javi.json b/domains/javi.json new file mode 100644 index 000000000..77b29aa62 --- /dev/null +++ b/domains/javi.json @@ -0,0 +1,11 @@ +{ + "description": "Javi's dev website", + "repo": "https://github.com/itsjavi/itsjavi.github.io", + "owner": { + "username": "itsjavi", + "discord": "itsjavi" + }, + "record": { + "CNAME": "itsjavi.github.io" + } +} diff --git a/domains/javier.json b/domains/javier.json deleted file mode 100644 index 4383b3052..000000000 --- a/domains/javier.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Javier Zaleta's personal website", - "repo": "https://github.com/jzaleta/jzaleta", - "owner": { - "username": "jzaleta", - "email": "", - "twitter": "j_cordz" - }, - "record": { - "CNAME": "jzaleta.github.io" - } -} diff --git a/domains/javilopercoder.json b/domains/javilopercoder.json new file mode 100644 index 000000000..75acdd801 --- /dev/null +++ b/domains/javilopercoder.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "javilopercoder", + "email": "javilopercoder@gmail.com" + }, + "record": { + "CNAME": "javilopercoder.github.io" + } +} diff --git a/domains/jawad0501.json b/domains/jawad0501.json new file mode 100644 index 000000000..a0cfc9d51 --- /dev/null +++ b/domains/jawad0501.json @@ -0,0 +1,11 @@ +{ + "description": "jawad's personal portfolio website", + "repo": "https://github.com/Jawad0501/terminal-portfolio.git", + "owner": { + "username": "Jawad0501", + "email": "anmjawad007@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/jax.json b/domains/jax.json new file mode 100644 index 000000000..b4cf745c8 --- /dev/null +++ b/domains/jax.json @@ -0,0 +1,12 @@ +{ + "description": "Jackson's Portfolio", + "repo": "https://github.com/jxaq/jxaq.github.io", + "owner": { + "username": "jxaq", + "email": "wild.dives.0x@icloud.com" + }, + "record": { + "TXT": ["v=spf1 -all"], + "A": ["76.76.21.21"] + } +} diff --git a/domains/jayakrishna.json b/domains/jayakrishna.json new file mode 100644 index 000000000..7a40c9b69 --- /dev/null +++ b/domains/jayakrishna.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jayakrishna-g", + "email": "rareone.jk@gmail.com" + }, + "record": { + "CNAME": "jggandha-30911ba21954.herokuapp.com" + } +} diff --git a/domains/jayasurya.json b/domains/jayasurya.json new file mode 100644 index 000000000..803aed0ce --- /dev/null +++ b/domains/jayasurya.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jsuryakt" + }, + "record": { + "A": ["75.2.60.5"] + }, + "proxied": false +} diff --git a/domains/jayg.json b/domains/jayg.json index b281dabd2..9fb19ca09 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/jayraj.json b/domains/jayraj.json index f354aff38..aae089f1a 100644 --- a/domains/jayraj.json +++ b/domains/jayraj.json @@ -1,12 +1,12 @@ { - "description": "personal website", - "repo": "https://github.com/kyoichishido/personal_website", - "owner": { - "username": "kyoichishido", - "email": "jayrajcodes@gmail.com", - "twitter": "wanna_relive" - }, - "record": { - "CNAME": "kyoichishido.github.io" - } -} + "description": "personal website", + "repo": "https://github.com/kyoichishido/personal_website", + "owner": { + "username": "kyoichishido", + "email": "jayrajcodes@gmail.com", + "twitter": "wanna_relive" + }, + "record": { + "CNAME": "kyoichishido.github.io" + } +} diff --git a/domains/jb.json b/domains/jb.json index 6b3454fee..adc9648b7 100644 --- a/domains/jb.json +++ b/domains/jb.json @@ -6,6 +6,7 @@ "email": "jbcarreon212@gmail.com" }, "record": { - "A": ["35.223.92.119"] - } + "A": ["34.56.187.73"] + }, + "proxied": true } diff --git a/domains/jbmbhs.json b/domains/jbmbhs.json new file mode 100644 index 000000000..d7f73b47f --- /dev/null +++ b/domains/jbmbhs.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jbmbhs", + "email": "juan@belmontemarin.com" + }, + "record": { + "URL": "https://www.linkedin.com/in/juan-belmonte-821175112/" + } +} diff --git a/domains/jcarroyos-teaching.json b/domains/jcarroyos-teaching.json new file mode 100644 index 000000000..932d3bcde --- /dev/null +++ b/domains/jcarroyos-teaching.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jcarroyos-teaching", + "email": "jcarroyos@gmail.com" + }, + "record": { + "URL": "https://github.com/jcarroyos-teaching" + } +} diff --git a/domains/jdev082.json b/domains/jdev082.json index fa5b332ab..b36153f6c 100644 --- a/domains/jdev082.json +++ b/domains/jdev082.json @@ -3,7 +3,6 @@ "username": "jdev082", "email": "willsjayden2@gmail.com" }, - "record": { "CNAME": "jdev082.pages.dev" } diff --git a/domains/jean.json b/domains/jean.json index e64c8e468..42c1d304e 100644 --- a/domains/jean.json +++ b/domains/jean.json @@ -3,7 +3,6 @@ "repo": "https://github.com/EmperorJean/emperorjean.github.io", "owner": { "username": "emperorjean", - "email": "", "twitter": "emperorjean_" }, "record": { diff --git a/domains/jeanclaude.json b/domains/jeanclaude.json new file mode 100644 index 000000000..6ad03b19d --- /dev/null +++ b/domains/jeanclaude.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jeanclaudegeagea", + "email": "jeanclaude.geagea@gmail.com" + }, + "record": { + "CNAME": "jeanclaude-omega.vercel.app" + } +} diff --git a/domains/jeanpierre.json b/domains/jeanpierre.json new file mode 100644 index 000000000..3bfe0ab9e --- /dev/null +++ b/domains/jeanpierre.json @@ -0,0 +1,11 @@ +{ + "description": "Jean Pierre's presentation", + "repo": "https://github.com/LittleMega777/LittleMega777.github.io", + "owner": { + "username": "LittleMega777", + "email": "pierrecouto02@gmail.com" + }, + "record": { + "CNAME": "littlemega777-github-io.pages.dev" + } +} diff --git a/domains/jeanrondon.json b/domains/jeanrondon.json new file mode 100644 index 000000000..8d5abe73e --- /dev/null +++ b/domains/jeanrondon.json @@ -0,0 +1,12 @@ +{ + "description": "Jean's portfolio website and blog - JavaScript Developer, working as Frontend Dev, developer with over 3 years of JavaScript experience and a constant interest in learning new technologies. I have a solid experience in web, mobile, and desktop Frontend development.", + "repo": "https://github.com/jeandv/my-next-portfolio", + "owner": { + "username": "jeandv", + "email": "jeanrdev@gmail.com", + "twitter": "r4yb4" + }, + "record": { + "CNAME": "jeandv.github.io" + } +} diff --git a/domains/jecoh.json b/domains/jecoh.json new file mode 100644 index 000000000..22f4d0cd7 --- /dev/null +++ b/domains/jecoh.json @@ -0,0 +1,11 @@ +{ + "description": "For personal/portfolio use only.", + "repo": "https://github.com/jecoh12/jecoh-is-a.dev", + "owner": { + "username": "jecoh12", + "email": "jecoh12@gmail.com" + }, + "record": { + "CNAME": "jecoh12.github.io" + } +} diff --git a/domains/jeel.json b/domains/jeel.json index 3c55d57d3..9d17f4fb9 100644 --- a/domains/jeel.json +++ b/domains/jeel.json @@ -1,9 +1,7 @@ { "description": "Jeel's portfolio website", - "repo": "https://github.com/jeelpatel1612", "owner": { "username": "jeelpatel1612", - "email": "", "twitter": "__j_e_e_l__" }, "record": { diff --git a/domains/jeferson.json b/domains/jeferson.json index 6ed90384b..349b8032a 100644 --- a/domains/jeferson.json +++ b/domains/jeferson.json @@ -3,7 +3,6 @@ "repo": "https://github.com/jeferson-sb/portfolio", "owner": { "username": "jeferson-sb", - "email": "", "linkedin": "https://www.linkedin.com/in/jeferson-sb" }, "record": { diff --git a/domains/jeff.json b/domains/jeff.json new file mode 100644 index 000000000..d40c5f7c4 --- /dev/null +++ b/domains/jeff.json @@ -0,0 +1,21 @@ +{ + "owner": { + "username": "PentSec", + "email": "pentsec.2@protonmail.com" + }, + "record": { + "CNAME": "pentsec.github.io" + }, + "redirect_config": { + "custom_paths": { + "/gh": "https://github.com/PentSec", + "/dc": "https://discord.com/users/284896471210393600", + "/x": "https://x.com/__J3ff_", + "/bsky": "https://sitoz.bsky.social", + "/tw": "https://twitch.tv/Sitoz1", + "/kick": "https://kick.com/Sitoz1", + "/ig": "https://www.instagram.com/jeffreysfuenmayor_" + } + }, + "proxied": true +} diff --git a/domains/jefino.json b/domains/jefino.json new file mode 100644 index 000000000..a2b3c5f61 --- /dev/null +++ b/domains/jefino.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jefino9488", + "email": "jefinojacob9488@gmail.com" + }, + "record": { + "CNAME": "jefino9488.vercel.app" + } +} diff --git a/domains/jegatchalian.json b/domains/jegatchalian.json index d027305c0..f48dc2d75 100644 --- a/domains/jegatchalian.json +++ b/domains/jegatchalian.json @@ -3,7 +3,6 @@ "username": "trowsjerwin", "email": "johnerwingatchalian@gmail.com" }, - "record": { "A": ["192.232.223.67"] } diff --git a/domains/jeielmiranda.json b/domains/jeielmiranda.json new file mode 100644 index 000000000..ab21b4c1b --- /dev/null +++ b/domains/jeielmiranda.json @@ -0,0 +1,11 @@ +{ + "description": "Personal subdomain", + "repo": "https://github.com/Jetrom17/jetrom17.github.io", + "owner": { + "username": "Jetrom17", + "email": "jeiel@duck.com" + }, + "record": { + "CNAME": "jetrom17.github.io" + } +} diff --git a/domains/jello.sewt.json b/domains/jello.sewt.json new file mode 100644 index 000000000..c9c51f25e --- /dev/null +++ b/domains/jello.sewt.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "SkyExploreWasTaken", + "discord": "1049263707177353247" + }, + "record": { + "A": ["37.27.51.34"], + "AAAA": ["2a01:4f9:3081:399c::4"], + "TXT": ["domain-verification=skyexplorewastaken"] + }, + "proxied": false +} diff --git a/domains/jellobow.json b/domains/jellobow.json index 853c004a0..4d699d3f9 100644 --- a/domains/jellobow.json +++ b/domains/jellobow.json @@ -1,7 +1,6 @@ { "owner": { "username": "homelyseven250", - "email": "", "discord": "JelloBow#6734" }, "record": { diff --git a/domains/jellyfin.creeperita104.json b/domains/jellyfin.creeperita104.json deleted file mode 100644 index 66df526f1..000000000 --- a/domains/jellyfin.creeperita104.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "creeperita09", - "email": "creeperita.09@gmail.com" - }, - "record": { - "CNAME": "icahomesvr2022.freeddns.org" - } -} diff --git a/domains/jemalahmedov.json b/domains/jemalahmedov.json new file mode 100644 index 000000000..25e6a8e7e --- /dev/null +++ b/domains/jemalahmedov.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "jimjja", + "email": "jemalja.dev@gmail.com", + "discord": "665635903955533845" + }, + "record": { + "CNAME": "jemalahmedov.vercel.app" + } +} diff --git a/domains/jer.json b/domains/jer.json index b1646e945..bc4ea8f0c 100644 --- a/domains/jer.json +++ b/domains/jer.json @@ -1,9 +1,9 @@ { "owner": { - "username": "JerBlox", + "username": "i-Jer", "email": "chen.fuyuan07@gmail.com" }, "record": { - "CNAME": "i-jer.github.io" + "URL": "https://www.i-jer.com/" } } diff --git a/domains/jeremiah.json b/domains/jeremiah.json new file mode 100644 index 000000000..e84107fae --- /dev/null +++ b/domains/jeremiah.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "1tsJeremiah", + "email": "jmatdesigns@gmail.com" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + } +} diff --git a/domains/jeremy.json b/domains/jeremy.json index 85a4a8395..7f2ff3823 100644 --- a/domains/jeremy.json +++ b/domains/jeremy.json @@ -3,7 +3,6 @@ "username": "jeremyssocial", "email": "nearberlin@gmail.com" }, - "record": { "URL": "http://dev.jeremys.social" } diff --git a/domains/jeremydavid.json b/domains/jeremydavid.json index c02c1df37..3d791893a 100644 --- a/domains/jeremydavid.json +++ b/domains/jeremydavid.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "jedidavid", - "email": "jeremydb.david@gmail.com" - }, - "record": { - "CNAME": "jeremydavidv2.pages.dev" - } + "owner": { + "username": "jedidavid", + "email": "jeremydb.david@gmail.com" + }, + "record": { + "CNAME": "jeremydavidv2.pages.dev" + } } diff --git a/domains/jeros.json b/domains/jeros.json index fc832fd9b..971e17bba 100644 --- a/domains/jeros.json +++ b/domains/jeros.json @@ -3,7 +3,6 @@ "username": "Ascript89", "email": "smartlinkwfs@gmail.com" }, - "record": { "CNAME": "ascript89.github.io" } diff --git a/domains/jesgran.json b/domains/jesgran.json index 609c9c0b4..75bfb0256 100644 --- a/domains/jesgran.json +++ b/domains/jesgran.json @@ -3,7 +3,6 @@ "username": "Jesgran", "email": "calzdani20@libero.it" }, - "record": { "CNAME": "jesgran.github.io" } diff --git a/domains/jessiflessi.json b/domains/jessiflessi.json new file mode 100644 index 000000000..ae9fa914d --- /dev/null +++ b/domains/jessiflessi.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "JesseHoekema", + "email": "jessehoekema@icloud.com" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] + } +} diff --git a/domains/jesusaristigueta.json b/domains/jesusaristigueta.json new file mode 100644 index 000000000..08e152241 --- /dev/null +++ b/domains/jesusaristigueta.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jesusaristigueta", + "email": "jesusaristigueta@gmail.com" + }, + "record": { + "CNAME": "jesusaristigueta.pages.dev" + } +} diff --git a/domains/jesusdmedinac.json b/domains/jesusdmedinac.json new file mode 100644 index 000000000..a3b588c94 --- /dev/null +++ b/domains/jesusdmedinac.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jesusdmedinac", + "email": "jesus.daniel.medina.cruz@gmail.com" + }, + "record": { + "CNAME": "jesusdmedinac.github.io" + } +} diff --git a/domains/jesusvaladez.json b/domains/jesusvaladez.json new file mode 100644 index 000000000..084732e6d --- /dev/null +++ b/domains/jesusvaladez.json @@ -0,0 +1,11 @@ +{ + "description": "Use to show a personal portfolio", + "repo": "https://github.com/JesusVala/JesusValadez.github.io.git", + "owner": { + "username": "JesusVala", + "email": "jesusvaladezf@outlook.com" + }, + "record": { + "CNAME": "jesusvaladez.github.io" + } +} diff --git a/domains/jetta.json b/domains/jetta.json index b8f8c17b5..85f287350 100644 --- a/domains/jetta.json +++ b/domains/jetta.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "gloxyz", - "email": "arfeasotuzbir@gmail.com", - "discord": "1208335087523864598" - }, - - "record": { - "CNAME": "lively-first-bolt.glitch.me" - } - } - \ No newline at end of file + "owner": { + "username": "gloxyz", + "email": "arfeasotuzbir@gmail.com", + "discord": "1208335087523864598" + }, + "record": { + "CNAME": "lively-first-bolt.glitch.me" + } +} diff --git a/domains/jeydin.json b/domains/jeydin.json deleted file mode 100644 index 38aeaf458..000000000 --- a/domains/jeydin.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "I like code, but code does not like me", - "repo": "https://github.com/Jeydin/jeydin.github.io", - "owner": { - "username": "Jeydin", - "email": "JeyPham21@gmail.com" - }, - "record": { - "CNAME": "jeydin.github.io" - } -} diff --git a/domains/jeymen.json b/domains/jeymen.json deleted file mode 100644 index 90015ff87..000000000 --- a/domains/jeymen.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "owner": { - "username": "Jeymen", - "email": "jeymen11@proton.me" - }, - "record": { - "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/jg.json b/domains/jg.json new file mode 100644 index 000000000..b8f48c746 --- /dev/null +++ b/domains/jg.json @@ -0,0 +1,11 @@ +{ + "description": "Personal portfolio site for Jonathan Geva (short for jonathangeva)", + "repo": "https://github.com/jonathan-geva/Portfolio", + "owner": { + "username": "jonathan-geva", + "discord": "jonilul21" + }, + "record": { + "CNAME": "jonathangeva.ch" + } +} \ No newline at end of file diff --git a/domains/jhw.json b/domains/jhw.json new file mode 100644 index 000000000..67c849a94 --- /dev/null +++ b/domains/jhw.json @@ -0,0 +1,11 @@ +{ + "description": "Jason Wohlgemuth's resume", + "repo": "https://github.com/jhwohlgemuth/resume", + "owner": { + "username": "jhwohlgemuth", + "twitter": "jhwohlgemuth" + }, + "record": { + "CNAME": "jhwohlgemuth.github.io" + } +} diff --git a/domains/jigarbhoye.json b/domains/jigarbhoye.json new file mode 100644 index 000000000..b8a8bc5ef --- /dev/null +++ b/domains/jigarbhoye.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "jigarbhoye04", + "discord": "jigx.04", + "email": "jigarbhoye04@gmail.com" + }, + "record": { + "CNAME": "jigarbhoye.vercel.app" + } +} diff --git a/domains/jinso.json b/domains/jinso.json index 1aa37e760..f45ac7272 100644 --- a/domains/jinso.json +++ b/domains/jinso.json @@ -1,6 +1,5 @@ { "description": "Jinso Raj", - "repo": "https://github.com/jinsoraj", "owner": { "username": "jinsoraj", "email": "jinsoraj2000@gmail.com", diff --git a/domains/jitendrasaraf.json b/domains/jitendrasaraf.json new file mode 100644 index 000000000..374319f89 --- /dev/null +++ b/domains/jitendrasaraf.json @@ -0,0 +1,11 @@ +{ + "description": "portfolio page", + "repo": "https://github.com/jiten398/portfolio-latest", + "owner": { + "username": "jiten398", + "email": "jitendrasaraf65@gmail.com" + }, + "record": { + "A": ["216.24.57.1"] + } +} diff --git a/domains/jj.json b/domains/jj.json index c7a808c74..2df877f05 100644 --- a/domains/jj.json +++ b/domains/jj.json @@ -12,10 +12,7 @@ "185.199.111.153", "185.199.110.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/jmc.json b/domains/jmc.json new file mode 100644 index 000000000..b938c448e --- /dev/null +++ b/domains/jmc.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "josem430", + "email": "jmc300499@gmail.com", + "discord": "josem430" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/jmmille.json b/domains/jmmille.json new file mode 100644 index 000000000..4eca0d1b6 --- /dev/null +++ b/domains/jmmille.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jmmille", + "email": "jmmille@gmail.com" + }, + "record": { + "URL": "https://github.com/jmmille" + } +} diff --git a/domains/joao-silva.json b/domains/joao-silva.json index de975239e..5c8b65ef3 100644 --- a/domains/joao-silva.json +++ b/domains/joao-silva.json @@ -4,7 +4,6 @@ "email": "z4kreyyt@gmail.com", "discord": "498426798833664012" }, - "record": { "A": ["51.75.68.140"] } diff --git a/domains/joaopaulo.json b/domains/joaopaulo.json index 6c5fdc18c..89d57e466 100644 --- a/domains/joaopaulo.json +++ b/domains/joaopaulo.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "joaopaulodotbs", - "email": "joaopaulodotbs@outlook.com" - }, - "record": { - "CNAME": "joaopaulo.pages.dev" - } + "owner": { + "username": "joaopaulodotbs", + "email": "joaopaulodotbs@outlook.com" + }, + "record": { + "CNAME": "joaopaulo.pages.dev" + } } diff --git a/domains/jobayedsumon.json b/domains/jobayedsumon.json new file mode 100644 index 000000000..a6c66c0b0 --- /dev/null +++ b/domains/jobayedsumon.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jobayedsumon", + "email": "jobayedahmedsumon@gmail.com" + }, + "record": { + "A": ["103.159.73.11"] + } +} diff --git a/domains/joe-dawley.json b/domains/joe-dawley.json index b11aa52ee..a51fabb61 100644 --- a/domains/joe-dawley.json +++ b/domains/joe-dawley.json @@ -1,9 +1,7 @@ { "description": "Joe Dawley", - "repo": "https://github.com/jdawley", "owner": { "username": "jdawley", - "email": "", "twitter": "joedawley" }, "record": { diff --git a/domains/joe50097.json b/domains/joe50097.json index 93f5d50bb..451188731 100644 --- a/domains/joe50097.json +++ b/domains/joe50097.json @@ -1,16 +1,14 @@ { - "owner": { - "username": "Joe50097", - "email": "zcell9500@gmail.com" - }, - "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all", - "A": [ - "75.2.60.5" - ] - } + "owner": { + "username": "Joe50097", + "email": "zcell9500@gmail.com" + }, + "record": { + "MX": ["mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com"], + "TXT": [ + "zoho-verification=zb32862044.zmverify.zoho.com", + "v=spf1 include:zohomail.com ~all" + ], + "A": ["75.2.60.5"] + } } diff --git a/domains/joel.json b/domains/joel.json index 993666259..ebefef473 100644 --- a/domains/joel.json +++ b/domains/joel.json @@ -3,7 +3,6 @@ "repo": "https://github.com/9oelM/9oelm.github.io", "owner": { "username": "9oelm", - "email": "", "twitter": "9oelm" }, "record": { diff --git a/domains/joelst.json b/domains/joelst.json new file mode 100644 index 000000000..8cf3e6bbd --- /dev/null +++ b/domains/joelst.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "joestr", + "email": "joelstrasser1@gmail.com" + }, + "record": { + "NS": [ + "ns1-03.azure-dns.com", + "ns2-03.azure-dns.net", + "ns3-03.azure-dns.org", + "ns4-03.azure-dns.info" + ] + } +} diff --git a/domains/joesbrandt.json b/domains/joesbrandt.json deleted file mode 100644 index 003bd944a..000000000 --- a/domains/joesbrandt.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "joesbrandt", - "owner": { - "username": "joesbrandt", - "email": "joesbrandt@icloud.com" - }, - "record": { - "CNAME": "joesbrandt.github.io" - } -} diff --git a/domains/joesjourney.json b/domains/joesjourney.json index 1cf4eac78..a6c76d209 100644 --- a/domains/joesjourney.json +++ b/domains/joesjourney.json @@ -3,7 +3,6 @@ "username": "Joe-is-Coding", "email": "stickeman715@gmail.com" }, - "record": { "A": [ "185.199.108.153", diff --git a/domains/johansansebastian.json b/domains/johansansebastian.json index ef590f455..49af64878 100644 --- a/domains/johansansebastian.json +++ b/domains/johansansebastian.json @@ -1,11 +1,10 @@ { "description": "Johan's personal developer website", - "repo": "https://github.com/JohanSanSebastian.github.io", "owner": { "username": "JohanSanSebastian", "email": "johansanju06@gmail.com" }, "record": { - "CNAME": "JohanSanSebastian.github.io" + "CNAME": "johansansebastian.github.io" } } diff --git a/domains/johnny.json b/domains/johnny.json index 171e9f08c..544e38980 100644 --- a/domains/johnny.json +++ b/domains/johnny.json @@ -3,7 +3,6 @@ "username": "john-champagne", "email": "johnchampagne97@gmail.com" }, - "record": { "CNAME": "john-champagne.github.io" } diff --git a/domains/johntena.json b/domains/johntena.json new file mode 100644 index 000000000..0b4823126 --- /dev/null +++ b/domains/johntena.json @@ -0,0 +1,11 @@ +{ + "description": "JohnT portfolio website", + "repo": "https://github.com/johnTena/johntena.github.io", + "owner": { + "username": "johnTena", + "email": "secnetwork.mx13@gmail.com" + }, + "record": { + "URL": "https://johntena.github.io/" + } +} diff --git a/domains/joinsachinarya.json b/domains/joinsachinarya.json index bec22cef1..b57fc41d5 100644 --- a/domains/joinsachinarya.json +++ b/domains/joinsachinarya.json @@ -1,14 +1,12 @@ { - "description": "Portfolio website", - "repo": "https://github.com/joinsachinarya/joinsachinarya.is-a.dev.git", - "owner": { - "username": "joinsachinarya", - "email": "joinsachinarya@gmail.com", - "twitter": "joinsachinarya" - }, - "record": { - "A": [ - "75.2.60.5" - ] - } + "description": "Portfolio website", + "repo": "https://github.com/joinsachinarya/joinsachinarya.is-a.dev.git", + "owner": { + "username": "joinsachinarya", + "email": "joinsachinarya@gmail.com", + "twitter": "joinsachinarya" + }, + "record": { + "A": ["75.2.60.5"] + } } diff --git a/domains/jojiyzo.json b/domains/jojiyzo.json new file mode 100644 index 000000000..651cd8950 --- /dev/null +++ b/domains/jojiyzo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jojipanackal", + "email": "alphaa41@protonmail.com" + }, + "record": { + "CNAME": "jojipanackal.github.io" + } +} diff --git a/domains/joko.json b/domains/joko.json index c94c250e0..d87b6341b 100644 --- a/domains/joko.json +++ b/domains/joko.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "AhNode", - "email": "", - "discord": "704173828187619370" - }, - - "record": { - "A": ["69.197.135.202"] - } - } - \ No newline at end of file + "owner": { + "username": "AhNode", + "discord": "704173828187619370" + }, + "record": { + "A": ["69.197.135.202"] + } +} diff --git a/domains/jokostorage.json b/domains/jokostorage.json index 01eea57da..40827bc07 100644 --- a/domains/jokostorage.json +++ b/domains/jokostorage.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "AhNode", - "email": "jakijapanese@gmail.com", - "discord": "704173828187619370" - }, - - "record": { - "A": ["69.197.135.202"] - } - } - + "owner": { + "username": "AhNode", + "email": "jakijapanese@gmail.com", + "discord": "704173828187619370" + }, + "record": { + "A": ["69.197.135.202"] + } +} diff --git a/domains/jokotwib.json b/domains/jokotwib.json index 90b0f2b20..40827bc07 100644 --- a/domains/jokotwib.json +++ b/domains/jokotwib.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "AhNode", - "email": "jakijapanese@gmail.com", - "discord": "704173828187619370" - }, - - "record": { - "A": ["69.197.135.202"] - } - } - \ No newline at end of file + "owner": { + "username": "AhNode", + "email": "jakijapanese@gmail.com", + "discord": "704173828187619370" + }, + "record": { + "A": ["69.197.135.202"] + } +} diff --git a/domains/joltz.json b/domains/joltz.json index 952e436d4..e9a28bed0 100644 --- a/domains/joltz.json +++ b/domains/joltz.json @@ -4,7 +4,6 @@ "email": "joltzx123@gmail.com", "discord": "837162825373188106" }, - "record": { "URL": "https://guns.lol/joltz" } diff --git a/domains/joltz1234.json b/domains/joltz1234.json index 3f7340ebb..76c941cb5 100644 --- a/domains/joltz1234.json +++ b/domains/joltz1234.json @@ -4,7 +4,6 @@ "email": "joltzx123@gmail.com", "discord": "837162825373188106" }, - "record": { "CNAME": "joltz1234.github.io" } diff --git a/domains/jon.json b/domains/jon.json new file mode 100644 index 000000000..2050402ee --- /dev/null +++ b/domains/jon.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio", + "repo": "https://github.com/jon-edward/jon-edward.github.io", + "owner": { + "username": "jon-edward", + "email": "townsend.jonathan.e@gmail.com" + }, + "record": { + "CNAME": "jon-edward.github.io" + } +} diff --git a/domains/jonagoldman.json b/domains/jonagoldman.json new file mode 100644 index 000000000..1bd9f1004 --- /dev/null +++ b/domains/jonagoldman.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/jonagoldman/jonagoldman.github.io", + "owner": { + "username": "jonagoldman", + "email": "jonagoldman@gmail.com" + }, + "record": { + "CNAME": "jonagoldman.github.io" + } +} diff --git a/domains/jonasfroeller.json b/domains/jonasfroeller.json index 389a0f34c..da00be80f 100644 --- a/domains/jonasfroeller.json +++ b/domains/jonasfroeller.json @@ -1,11 +1,11 @@ { - "description": "Portfolio website.", - "repo": "https://github.com/jonasfroeller/jonasfroeller", - "owner": { - "username": "jonasfroeller", - "email": "j.froe@gmx.at" - }, - "record": { - "CNAME": "jonasfroeller.vercel.app" - } + "description": "Portfolio website.", + "repo": "https://github.com/jonasfroeller/jonasfroeller", + "owner": { + "username": "jonasfroeller", + "email": "j.froe@gmx.at" + }, + "record": { + "CNAME": "jonasfroeller.vercel.app" + } } diff --git a/domains/jonathan-russ.json b/domains/jonathan-russ.json new file mode 100644 index 000000000..2ec02dd8d --- /dev/null +++ b/domains/jonathan-russ.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Website", + "repo": "https://github.com/JonathanXDR/Application-Website-Frontend", + "owner": { + "username": "JonathanXDR", + "email": "jonathan.russ@bluewin.ch", + "discord": "494042822320717827" + }, + "record": { + "NS": ["ns1.vercel-dns.com", "ns2.vercel-dns.com"] + } +} diff --git a/domains/jonathan.json b/domains/jonathan.json new file mode 100644 index 000000000..96ed1ab64 --- /dev/null +++ b/domains/jonathan.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio website.", + "repo": "https://github.com/jonasfroeller/jonasfroeller", + "owner": { + "username": "JonathanB500", + "email": "jonathanbuitrago505@gmail.com" + }, + "record": { + "CNAME": "jonathanbuitragoroncancio.web.app" + } +} diff --git a/domains/jonathangeva.json b/domains/jonathangeva.json new file mode 100644 index 000000000..45a318066 --- /dev/null +++ b/domains/jonathangeva.json @@ -0,0 +1,11 @@ +{ + "description": "Personal portfolio site for Jonathan Geva", + "repo": "https://github.com/jonathan-geva/Portfolio", + "owner": { + "username": "jonathan-geva", + "discord": "jonilul21" + }, + "record": { + "CNAME": "jonathangeva.ch" + } +} \ No newline at end of file diff --git a/domains/jonathanmoya.json b/domains/jonathanmoya.json new file mode 100644 index 000000000..055cfc7a8 --- /dev/null +++ b/domains/jonathanmoya.json @@ -0,0 +1,11 @@ +{ + "description": "Subdominio personal para portfolio web", + "repo": "https://github.com/srgrover/portfolio", + "owner": { + "username": "srgrover", + "email": "jthmoya.webdev@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/jonestse.json b/domains/jonestse.json new file mode 100644 index 000000000..cd27d31e6 --- /dev/null +++ b/domains/jonestse.json @@ -0,0 +1,11 @@ +{ + "description": "Jones Tse's Portfolio Website", + "repo": "https://github.com/chunghei0116/portfolio", + "owner": { + "username": "chunghei0116", + "email": "chungheibrad@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/jorge-lopz.json b/domains/jorge-lopz.json new file mode 100644 index 000000000..78c0f6c57 --- /dev/null +++ b/domains/jorge-lopz.json @@ -0,0 +1,11 @@ +{ + "description": "Jorge's Web", + "owner": { + "username": "Jorge-lopz", + "email": "jlpenero2005@gmail.com", + "discord": "713831494761840753" + }, + "record": { + "CNAME": "jorge-lopz.vercel.app" + } +} diff --git a/domains/jorgelopez.json b/domains/jorgelopez.json new file mode 100644 index 000000000..9c6f17e3e --- /dev/null +++ b/domains/jorgelopez.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "j0rg3", + "email": "jorge.lopezvz@gmail.com" + }, + "record": { + "URL": "https://github.com/j0rgel0/" + } +} diff --git a/domains/jose.json b/domains/jose.json new file mode 100644 index 000000000..ef84bcb9e --- /dev/null +++ b/domains/jose.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "JMVS", + "email": "jose.veramutka@gmail.com" + }, + "record": { + "CNAME": "veramutka.com.ar" + } +} diff --git a/domains/josedevian.json b/domains/josedevian.json new file mode 100644 index 000000000..28fd7c77e --- /dev/null +++ b/domains/josedevian.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "josedevian", + "email": "josedevian@gmail.com" + }, + "record": { + "URL": "https://josedevian.xyz" + } +} diff --git a/domains/josemy.json b/domains/josemy.json new file mode 100644 index 000000000..31a05bfdd --- /dev/null +++ b/domains/josemy.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "JosemyDuarte" + }, + "record": { + "CNAME": "josemyduarte.github.io" + } +} diff --git a/domains/josh-ferrell.json b/domains/josh-ferrell.json new file mode 100644 index 000000000..41e93fb6a --- /dev/null +++ b/domains/josh-ferrell.json @@ -0,0 +1,11 @@ +{ + "description": "Josh Ferrell Personal Github Page", + "repo": "https://github.com/josh-ferrell/josh-ferrell", + "owner": { + "username": "josh-ferrell", + "email": "josh.ferrell@gmail.com" + }, + "record": { + "CNAME": "josh-ferrell.github.io" + } +} diff --git a/domains/josh.json b/domains/josh.json new file mode 100644 index 000000000..cd8aa496e --- /dev/null +++ b/domains/josh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "joshhargreaves", + "email": "me@joshhargreaves.co.uk" + }, + "record": { + "URL": "https://joshhargreaves.co.uk" + } +} diff --git a/domains/joshua.json b/domains/joshua.json index 2df21630b..795579a34 100644 --- a/domains/joshua.json +++ b/domains/joshua.json @@ -1,10 +1,8 @@ { "owner": { "username": "Dwigoric", - "email": "", "discord": "295391820744228867" }, - "record": { "CNAME": "dwigoric.pages.dev" } diff --git a/domains/joshuanoeldeke.json b/domains/joshuanoeldeke.json new file mode 100644 index 000000000..4acba9eb0 --- /dev/null +++ b/domains/joshuanoeldeke.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "joshuanoeldeke", + "email": "joshua.noeldeke@me.com" + }, + "record": { + "NS": ["adrian.ns.cloudflare.com", "keaton.ns.cloudflare.com"] + } +} diff --git a/domains/joy.json b/domains/joy.json new file mode 100644 index 000000000..9925e538a --- /dev/null +++ b/domains/joy.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Harmfulllll", + "email": "harmfulllll114@gmail.com", + "discord": "1007561787257933885" + }, + "record": { + "CNAME": "joy-portfolio-chi.vercel.app" + } +} diff --git a/domains/joyal-jijo.json b/domains/joyal-jijo.json index 55c4a44a5..3cebf5881 100644 --- a/domains/joyal-jijo.json +++ b/domains/joyal-jijo.json @@ -1,14 +1,11 @@ { - "description": "joyal portfolio", - "repo": "https://github.com/joyal-jij0/portfolio", - "owner": { - "username": "joyal-jij0", - "email": "", - "discord": "joyal_jij0" - }, - "record": { - "A": [ - "75.2.60.5" - ] - } -} \ No newline at end of file + "description": "joyal portfolio", + "repo": "https://github.com/joyal-jij0/portfolio", + "owner": { + "username": "joyal-jij0", + "discord": "joyal_jij0" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/jpsantistebanq.json b/domains/jpsantistebanq.json new file mode 100644 index 000000000..0d3a32305 --- /dev/null +++ b/domains/jpsantistebanq.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jpsantistebanq", + "email": "jpsantq@gmail.com" + }, + "record": { + "CNAME": "jpsantistebanq.github.io" + } +} diff --git a/domains/jqnn.json b/domains/jqnn.json new file mode 100644 index 000000000..95a1cf91a --- /dev/null +++ b/domains/jqnn.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Jqnn", + "email:": "contact@jqnn.studio" + }, + "record": { + "A": ["144.24.170.49"] + } +} diff --git a/domains/jretamal.json b/domains/jretamal.json new file mode 100644 index 000000000..133a3d4e3 --- /dev/null +++ b/domains/jretamal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jretamal", + "email": "jretamal@gmail.com" + }, + "record": { + "URL": "https://jretamal.cl" + } +} diff --git a/domains/jrmessias.json b/domains/jrmessias.json new file mode 100644 index 000000000..b24dfa200 --- /dev/null +++ b/domains/jrmessias.json @@ -0,0 +1,12 @@ +{ + "description": "For a personal website", + "repo": "https://github.com/jrmessias/jrmessias.github.io", + "owner": { + "username": "jrmessias", + "email": "jrmessias@gmail.com", + "twitter": "jrmessias" + }, + "record": { + "CNAME": "jrmessias.github.io" + } +} diff --git a/domains/js.json b/domains/js.json new file mode 100644 index 000000000..74716d6de --- /dev/null +++ b/domains/js.json @@ -0,0 +1,24 @@ +{ + "description": "js.is-a.dev", + "owner": { + "username": "JustDeveloper1", + "email": "support@juststudio.is-a.dev", + "discord": "1117482901353812088" + }, + "record": { + "URL": "https://juststudio.is-a.dev/" + }, + "redirect_config": { + "custom_paths": { + "/00": "https://juststudio.is-a.dev/account/#/security?from=wellknown", + "/01": "https://juststudio.is-a.dev/terms", + "/02": "https://juststudio.is-a.dev/rules", + "/03": "https://juststudio.is-a.dev/account/", + "/encoder": "https://encoder.js.is-a.dev/", + "/encoder/latest": "https://encoder.js.is-a.dev/encoder.js@1.0.1.js", + "/encoder/1.0.0": "https://encoder.js.is-a.dev/encoder.js@1.0.0.js", + "/encoder/1.0.1": "https://encoder.js.is-a.dev/encoder.js@1.0.1.js" + }, + "redirect_paths": true + } +} diff --git a/domains/jsanchez.json b/domains/jsanchez.json new file mode 100644 index 000000000..b5e66d8cb --- /dev/null +++ b/domains/jsanchez.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "chuyto", + "email": "jesusanchez221296@gmail.com" + }, + "record": { + "CNAME": "jsanchez-9148b.web.app" + } +} diff --git a/domains/jshlyzxl.json b/domains/jshlyzxl.json new file mode 100644 index 000000000..15ee55b97 --- /dev/null +++ b/domains/jshlyzxl.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "cbbnbbc", + "discord": "1038746610076762112", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Ab2hd4po08soMX0a0bMY_OYRwwnzSzOfytWFgSfqRcpamAeZfJ1ME2Eco_1EQgAkrgt2cnTcdIbyS17lAaFw5btEdLQKHBZaDoQdp74curgiEj1eYWRgYKQjMPS93QZdHXhgUUqLyldjggWF0Xu5fdJStxuL69MyJem9WmdXyruSOkPm01eEFZIimgd00gXs0BzPsfX4CMuakoYlOXijZlPhbJkJv-kRaJ4aFh9TUJKd8bqNRvyi6nv7JoL85yaEaIRB-d3i58G78qA-8vINoO7gAFb-ozavxkE5VY7P3F0jUJotRuXhik4BfYy40DcklPaB207S7EvUP22iijUGag.lqHb96P3LwB1bY9f7DLfLw.oHHZiB_3-GfVpTBN26unT0iDyVmA8uvOzhJ_tn2ePNKrLelQ_g--6240eFDC_vZGEgfpzEfNbWfAiZFSch1E3LV9rnmfDPVPmZJJV6hjnNk.VqaT4nVX8nGXpwSzkmsKaA" + }, + "record": { + "CNAME": "hcchat.911748.workers.dev" + } +} diff --git a/domains/jstn.json b/domains/jstn.json deleted file mode 100644 index e8190d4e7..000000000 --- a/domains/jstn.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Justin's personal website", - "repo": "https://github.com/justinbalaguer/justinbalaguer.github.io", - "owner": { - "username": "justinbalaguer", - "email": "justinbalaguer@pm.me", - "twitter": "ojintoji" - }, - "record": { - "CNAME": "justinbalaguer.github.io" - } -} diff --git a/domains/jt.json b/domains/jt.json new file mode 100644 index 000000000..13802861f --- /dev/null +++ b/domains/jt.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "cloudcap10", + "email": "jttalasan@live.com" + }, + "record": { + "NS": ["ivan.ns.cloudflare.com", "tara.ns.cloudflare.com"] + } +} diff --git a/domains/juan-morales.json b/domains/juan-morales.json new file mode 100644 index 000000000..5a8c56788 --- /dev/null +++ b/domains/juan-morales.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Juanmorales1810", + "email": "juan.exequiel.morales@gmail.com", + "discord": "746910653343596574" + }, + "record": { + "CNAME": "juan-morales.vercel.app" + } +} diff --git a/domains/juan.json b/domains/juan.json index 75185ef29..03b9a6277 100644 --- a/domains/juan.json +++ b/domains/juan.json @@ -4,7 +4,6 @@ "email": "miavictorianash@gmail.com", "discord": "779882046067179531" }, - "record": { "A": ["185.27.133.19"] } diff --git a/domains/juancarloslacruz.json b/domains/juancarloslacruz.json new file mode 100644 index 000000000..e2d6850f0 --- /dev/null +++ b/domains/juancarloslacruz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "LacruzJSDev", + "discord": "1336068820661567489" + }, + "record": { + "CNAME": "portafolio-weld-three.vercel.app" + } +} diff --git a/domains/juancx.json b/domains/juancx.json new file mode 100644 index 000000000..cdbc51195 --- /dev/null +++ b/domains/juancx.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "juancxdev", + "email": "developer.juancx@gmail.com" + }, + "record": { + "A": ["199.36.158.100"], + "TXT": "hosting-site=juancx-9e024" + } +} diff --git a/domains/juandev.json b/domains/juandev.json new file mode 100644 index 000000000..2c75b4f70 --- /dev/null +++ b/domains/juandev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "JuanPython1", + "email": "kamilo201025@gmail.com" + }, + "record": { + "CNAME": "juanpython1.github.io" + } +} diff --git a/domains/juanespachon.json b/domains/juanespachon.json new file mode 100644 index 000000000..c43e320a9 --- /dev/null +++ b/domains/juanespachon.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "JuanesPachon", + "email": "yeroparce1@gmail.com" + }, + "record": { + "CNAME": "juanes-portfolio.vercel.app" + } +} diff --git a/domains/juanluserrano.json b/domains/juanluserrano.json new file mode 100644 index 000000000..3c6b41e7c --- /dev/null +++ b/domains/juanluserrano.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "z3nitt", + "email": "juanluserranoleal@gmail.com" + }, + "record": { + "CNAME": "z3nitt.github.io" + } +} diff --git a/domains/juanpabloleonmaya.json b/domains/juanpabloleonmaya.json new file mode 100644 index 000000000..fcd0b2390 --- /dev/null +++ b/domains/juanpabloleonmaya.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "juanleon8581", + "email": "juanleon8581@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} \ No newline at end of file diff --git a/domains/juantito.json b/domains/juantito.json new file mode 100644 index 000000000..779db68dd --- /dev/null +++ b/domains/juantito.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "JuanTito", + "email": "JuanTito@gio.in" + }, + "record": { + "URL": "https://github.com/JuanGTito" + } +} diff --git a/domains/juanturcios.json b/domains/juanturcios.json new file mode 100644 index 000000000..606fc96e6 --- /dev/null +++ b/domains/juanturcios.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "wJuanca" + }, + "record": { + "CNAME": "wjuanca.github.io" + } +} diff --git a/domains/jubal.json b/domains/jubal.json new file mode 100644 index 000000000..076d28baa --- /dev/null +++ b/domains/jubal.json @@ -0,0 +1,11 @@ +{ + "description": "Jubal Slone's website", + "repo": "https://github.com/jubalslone/jubalslone.github.io", + "owner": { + "username": "jubalslone", + "email": "jubal.slone@gmail.com" + }, + "record": { + "CNAME": "jubalslone.github.io" + } +} diff --git a/domains/jules.json b/domains/jules.json new file mode 100644 index 000000000..d0b70b8cb --- /dev/null +++ b/domains/jules.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "not-a-feature", + "email": "contact@juleskreuer.eu" + }, + "record": { + "URL": "https://juleskreuer.eu" + } +} diff --git a/domains/julian.json b/domains/julian.json new file mode 100644 index 000000000..b851fdb8a --- /dev/null +++ b/domains/julian.json @@ -0,0 +1,15 @@ +{ + "owner": { + "username": "getSono", + "email": "sono.arbeit@gmail.com" + }, + "record": { + "A": [ + "185.199.110.153", + "185.199.108.153", + "185.199.109.153", + "185.199.111.153" + ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] + } +} diff --git a/domains/juliano.json b/domains/juliano.json new file mode 100644 index 000000000..255354e83 --- /dev/null +++ b/domains/juliano.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "JuSfrei", + "email": "me@jusfrei.dev" + }, + "record": { + "MX": ["in1-smtp.messagingengine.com", "in2-smtp.messagingengine.com"], + "TXT": "v=spf1 include:spf.messagingengine.com ?all" + } +} diff --git a/domains/julianwe17.json b/domains/julianwe17.json new file mode 100644 index 000000000..6b28bb722 --- /dev/null +++ b/domains/julianwe17.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Julianwe17", + "email": "julian.in.hbr@gmail.com", + "discord": "1055740356764901437" + }, + "record": { + "CNAME": "julianwe17.github.io" + } +} diff --git a/domains/julio.json b/domains/julio.json index b8118e0de..ef4447547 100644 --- a/domains/julio.json +++ b/domains/julio.json @@ -1,6 +1,5 @@ { "description": "My work portfolio", - "repo": "https://github.com/thatsquite", "owner": { "username": "thatsquite", "email": "juliocesar.santos@making.com" diff --git a/domains/jumanji.json b/domains/jumanji.json index d368f88de..99f81d324 100644 --- a/domains/jumanji.json +++ b/domains/jumanji.json @@ -4,14 +4,8 @@ "email": "madhuchutiya.unhinge650@silomails.com" }, "record": { - "A": [ - "172.66.47.44", - "172.66.44.212" - ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "A": ["76.76.21.21"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/juniper.orangc.json b/domains/juniper.orangc.json deleted file mode 100644 index 0c3b75689..000000000 --- a/domains/juniper.orangc.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "orxngc", - "discord": "orangc", - "email": "orangc@proton.me" - }, - "record": { - "A": ["66.59.209.229"] - } -} diff --git a/domains/justdeveloper.json b/domains/justdeveloper.json index 468029b98..3e7b887bd 100644 --- a/domains/justdeveloper.json +++ b/domains/justdeveloper.json @@ -1,21 +1,27 @@ { - "description": "JustDeveloper", - "repo": "https://github.com/JustDeveloper1/justdeveloper1.github.io", - "owner": { - "username": "JustDeveloper1", - "email": "justdeveloper@juststudio.is-a.dev", - "discord": "1117482901353812088" - }, - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], - "TXT": [ - "google-site-verification=qBaFslC7xe6gcHiolYEJ32HjpJVk-ZOMbRpu_1zkm_s", - "yandex-verification: 10cec93159ddc69f" - ] - } -} + "description": "JustDeveloper", + "repo": "https://github.com/JustDeveloper1/justdeveloper1.github.io", + "owner": { + "username": "JustDeveloper1", + "email": "justdeveloper@juststudio.is-a.dev", + "discord": "1117482901353812088" + }, + "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": [ + "google-site-verification=qBaFslC7xe6gcHiolYEJ32HjpJVk-ZOMbRpu_1zkm_s", + "yandex-verification: 10cec93159ddc69f", + "yandex-verification: a31dc9b638bff027", + "v=spf1 include:spf.improvmx.com ~all" + ] + } +} diff --git a/domains/juststudio.json b/domains/juststudio.json index 251d0872b..bf7bf26bb 100644 --- a/domains/juststudio.json +++ b/domains/juststudio.json @@ -21,7 +21,21 @@ "TXT": [ "v=spf1 include:zohomail.eu ~all", "google-site-verification=qUvCromdvfxnS6LXzcxcha5rEsHUzBxl9nZH6sT3Dk4", - "yandex-verification: aac5928d8d57ade9" + "yandex-verification: aac5928d8d57ade9", + "yandex-verification: 75d6e8d99eae89d4" ] - } + }, + "redirect_config": { + "custom_paths": { + "/.well-known/change-password": "https://js.is-a.dev/00", + "/terms-of-service": "https://js.is-a.dev/01", + "/user-agreement": "https://js.is-a.dev/01", + "/rules-for-players": "https://js.is-a.dev/02", + "/accounts": "https://js.is-a.dev/03", + "/r/discord": "https://discord.gg/aHXxS6VvcC", + "/r/roblox": "https://www.roblox.com/groups/11641563/JustStudio#!/about", + "/r/github": "https://github.com/JustStudio7" + } + }, + "proxied": true } diff --git a/domains/justtrynacode.json b/domains/justtrynacode.json index 65defaeeb..ad66d827e 100644 --- a/domains/justtrynacode.json +++ b/domains/justtrynacode.json @@ -3,10 +3,9 @@ "repo": "https://github.com/JustTrynacodee/JustTrynaCodee.github.io", "owner": { "username": "JustTrynacodee", - "email": "", "discord": "JustTrynaCode#0810" }, "record": { - "CNAME": "JustTrynaCodee.github.io" + "CNAME": "justtrynacodee.github.io" } } diff --git a/domains/justwinstuff.json b/domains/justwinstuff.json new file mode 100644 index 000000000..2ba65cf76 --- /dev/null +++ b/domains/justwinstuff.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "enderfoxbg", + "discord": "970380468090437672" + }, + "record": { + "CNAME": "justwinstuff.vercel.app" + } +} diff --git a/domains/jvdesign.json b/domains/jvdesign.json new file mode 100644 index 000000000..26bd113e0 --- /dev/null +++ b/domains/jvdesign.json @@ -0,0 +1,11 @@ +{ + "description": "Domain for projects page", + "repo": "https://github.com/JVDesignBavaria/jvdesignbavaria.github.io", + "owner": { + "username": "JVDesignBavaria", + "twitter": "JVDesignBavaria" + }, + "record": { + "CNAME": "jvdesignbavaria.github.io" + } +} diff --git a/domains/jvideo.json b/domains/jvideo.json index 9fa9b8fb9..623d38a24 100644 --- a/domains/jvideo.json +++ b/domains/jvideo.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "jvideo-sk", - "email": "davedrives7@gmail.com", - "discord": "1030204181207859260" - }, - - "record": { - "CNAME": "jvideo-sk.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "jvideo-sk", + "email": "davedrives7@gmail.com", + "discord": "1030204181207859260" + }, + "record": { + "CNAME": "jvideo-sk.github.io" + } +} diff --git a/domains/jvnsen.json b/domains/jvnsen.json new file mode 100644 index 000000000..5ef55ba4c --- /dev/null +++ b/domains/jvnsen.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jvnsen", + "email": "jansenharveyreyes0101@gmail.com" + }, + "record": { + "CNAME": "jvnsen.github.io" + } +} diff --git a/domains/jwaxy.json b/domains/jwaxy.json index f441505b4..7b81d01fd 100644 --- a/domains/jwaxy.json +++ b/domains/jwaxy.json @@ -6,6 +6,6 @@ "email": "me@yxawj.aleeas.com" }, "record": { - "CNAME": "jwaxy.github.io" + "NS": ["isabel.ns.cloudflare.com", "kolton.ns.cloudflare.com"] } } diff --git a/domains/jwe0.json b/domains/jwe0.json new file mode 100644 index 000000000..22e259b58 --- /dev/null +++ b/domains/jwe0.json @@ -0,0 +1,10 @@ +{ + "description": "Forwarding", + "owner": { + "email": "900qxecf7@mozmail.com", + "username" : "jwe0" + }, + "record": { + "CNAME" : "jwe0.xyz" + } +} diff --git a/domains/jznctt.json b/domains/jznctt.json new file mode 100644 index 000000000..a4f78e30e --- /dev/null +++ b/domains/jznctt.json @@ -0,0 +1,11 @@ +{ + "description": "Profile Website of Jznctt", + "repo": "https://github.com/ncttjz/ncttjz.github.io", + "owner": { + "username": "ncttjz", + "email": "jznctt@gmail.com" + }, + "record": { + "CNAME": "ncttjz.github.io" + } +} diff --git a/domains/k.json b/domains/k.json index 3e82368d9..6f58e46d3 100644 --- a/domains/k.json +++ b/domains/k.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "MaskDuck", - "email": "", - "discord": "716134528409665586" - }, - "record": { - "CNAME": "maskduck.pages.dev" - } + "owner": { + "username": "MaskDuck", + "discord": "716134528409665586" + }, + "record": { + "NS": ["ada.ns.cloudflare.com", "albert.ns.cloudflare.com"] + } } diff --git a/domains/kacem.json b/domains/kacem.json index f413e6bad..608e3298e 100644 --- a/domains/kacem.json +++ b/domains/kacem.json @@ -1,6 +1,5 @@ { "description": "Kacem's personal dungeon", - "repo": "https://github.com/LordKacem", "owner": { "username": "Kacem", "email": "Kacem.dev@hotmail.com" diff --git a/domains/kachi.json b/domains/kachi.json index cd2e69a82..eb7277aa1 100644 --- a/domains/kachi.json +++ b/domains/kachi.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "joshex150", - "email": "joshex150@gmail.com" - }, - "record": { - "CNAME": "josh-folio.web.app" - } + "owner": { + "username": "joshex150", + "email": "joshex150@gmail.com" + }, + "record": { + "CNAME": "josh-folio.web.app" + } } diff --git a/domains/kacper.json b/domains/kacper.json new file mode 100644 index 000000000..3e6ba42b3 --- /dev/null +++ b/domains/kacper.json @@ -0,0 +1,10 @@ +{ + "description": "kacper.is-a.dev", + "owner": { + "username": "k4czp3r", + "email": "contact@kacperserewis.net" + }, + "record": { + "CNAME": "kacperserewis.net" + } +} diff --git a/domains/kagari.json b/domains/kagari.json new file mode 100644 index 000000000..b7e1d15a8 --- /dev/null +++ b/domains/kagari.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "kagarifuyukawa", + "email": "fuyukawabot@gmail.com" + }, + "record": { + "CNAME": "kagarifuyukawa.github.io" + } +} diff --git a/domains/kagchi.json b/domains/kagchi.json index 5adbcc6b0..5a08ac610 100644 --- a/domains/kagchi.json +++ b/domains/kagchi.json @@ -1,6 +1,5 @@ { "description": "KagChi's Personal Website", - "repo": "https://github.com/KagChi", "owner": { "username": "KagChi", "email": "contact@kagchi.my.id" diff --git a/domains/kahseng.json b/domains/kahseng.json new file mode 100644 index 000000000..9735bc3ec --- /dev/null +++ b/domains/kahseng.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "kahseng-dev", + "email": "kahseng.chew@protonmail.com" + }, + "record": { + "CNAME": "kahseng.pages.dev" + } +} diff --git a/domains/kaivalya.json b/domains/kaivalya.json index 4e85a6b6b..8a3db2036 100644 --- a/domains/kaivalya.json +++ b/domains/kaivalya.json @@ -6,6 +6,6 @@ "email": "kt6819@yahoo.com" }, "record": { - "CNAME": "Kaivalya4.github.io" + "CNAME": "kaivalya4.github.io" } } diff --git a/domains/kaizenji2024.json b/domains/kaizenji2024.json index 7e5186cef..f75c0cc03 100644 --- a/domains/kaizenji2024.json +++ b/domains/kaizenji2024.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "Kaizenji", - "email": "baratumal6788@gmail.com" - }, - "record": { - "CNAME": "jayceeqti-web.pages.dev" - } + "owner": { + "username": "Kaizenji", + "email": "baratumal6788@gmail.com" + }, + "record": { + "CNAME": "jayceeqti-web.pages.dev" } +} diff --git a/domains/kajetan.json b/domains/kajetan.json new file mode 100644 index 000000000..79f0f0dd5 --- /dev/null +++ b/domains/kajetan.json @@ -0,0 +1,11 @@ +{ + "description": "Personal use for my portofolio website", + "repo": "https://github.com/Kajpio/kajpio.github.io", + "owner": { + "username": "Kajpio", + "email": "thugmichel14@gmail.com" + }, + "record": { + "CNAME": "kajpio.github.io" + } +} diff --git a/domains/kakarot.json b/domains/kakarot.json index f09639c32..30122896e 100644 --- a/domains/kakarot.json +++ b/domains/kakarot.json @@ -3,7 +3,6 @@ "username": "anshuayan", "email": "kakarotp@proton.me" }, - "record": { "CNAME": "anshuayan.github.io" } diff --git a/domains/kaktus.json b/domains/kaktus.json index 37f03af38..c455b84db 100644 --- a/domains/kaktus.json +++ b/domains/kaktus.json @@ -1,8 +1,7 @@ { "owner": { "username": "kaktus-1", - "email": "", - "discord":"kaktus___" + "discord": "kaktus___" }, "record": { "CNAME": "is-a-dev-3hg.pages.dev" diff --git a/domains/kakureta.ikram.json b/domains/kakureta.ikram.json new file mode 100644 index 000000000..ff29ca1bb --- /dev/null +++ b/domains/kakureta.ikram.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "ikram-maulana", + "email": "ikrammaulana021@gmail.com", + "discord": "634603202784002050" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/kalebalebachew.json b/domains/kalebalebachew.json new file mode 100644 index 000000000..937d42423 --- /dev/null +++ b/domains/kalebalebachew.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "kalebalebachew", + "email": "kalebalebachew4@gmail.com" + }, + "record": { + "URL": "https://kalebalebachew.com" + } +} diff --git a/domains/kapoor.json b/domains/kapoor.json index a88ae472c..fcc06ef00 100644 --- a/domains/kapoor.json +++ b/domains/kapoor.json @@ -4,7 +4,6 @@ "email": "saumitrakapoor24@gmail.com", "twitter": "0xKapoor" }, - "record": { "URL": "https://kapoorportfolio.vercel.app" } diff --git a/domains/kappucino.json b/domains/kappucino.json index aef4c217d..7fd0cb673 100644 --- a/domains/kappucino.json +++ b/domains/kappucino.json @@ -1,10 +1,8 @@ { "owner": { "username": "kappucin", - "email": "132572179+kappucin@users.noreply.github.com", "discord": "853170099392479253" }, - "record": { "CNAME": "kappucin.github.io" } diff --git a/domains/karan.json b/domains/karan.json new file mode 100644 index 000000000..6a04076eb --- /dev/null +++ b/domains/karan.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "balanikaran" + }, + "record": { + "CNAME": "karanbalani.com" + } +} diff --git a/domains/kareem.json b/domains/kareem.json new file mode 100644 index 000000000..760ed1e29 --- /dev/null +++ b/domains/kareem.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "kareem-m", + "email": "kareemmoh1911@gmail.com" + }, + "record": { + "CNAME": "kareemelramady.vercel.app" + } +} diff --git a/domains/karl95.json b/domains/karl95.json new file mode 100644 index 000000000..4bd4c0da0 --- /dev/null +++ b/domains/karl95.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/Karel95/karldev95", + "owner": { + "username": "Karel95", + "email": "karelh2207@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/kars.json b/domains/kars.json deleted file mode 100644 index 34990b408..000000000 --- a/domains/kars.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal website.", - "repo": "https://github.com/lean-cc/lean-cc.github.io", - "owner": { - "username": "lean-cc", - "email": "leancc3020@gmail.com" - }, - "record": { - "CNAME": "lean-cc.github.io" - } -} diff --git a/domains/kartikshriwas.json b/domains/kartikshriwas.json new file mode 100644 index 000000000..6305788fd --- /dev/null +++ b/domains/kartikshriwas.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "kartikshriwas", + "discord": "756002965323645069", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.pJe5J41LBdrD2xDWudBiVp66kIxdQIj60sraae1BOQ-SQ27mGzfBzsGjxzPfvEFSOFZd2sceXvK87x15PvOXRtdYvfUKNAFmt-oxcbfAfSmaiH4YtSFe7re3F5QEDNfYvYH96QsMwHQoj2CP5-5CceqWULYFvkusOL_4ScO8yYYYCRrDCKCJ8nP80wUT2ltwAikLqY6iJTwJvWS1LqiInC1qAn8VfA5-0Z6pgXCL7sMIsLWO-GZKXOqGUE_b5zV8LOgRml_RQgOlCZ306TVpOE2eF7M37nZ3ETbY3OWQo125q43oiisPZGo89sfL3jRxzd4OpaC56sEvEjj5_eXE6w.Bo1EpPh6LJSpWzAWSiqEYA.IHIiJ7JdCyD6CYg9bjHxHuBTJPluhpe2PGzmCR8A9RPmRcCitK4H5bTCXCw1R3qw6gIy2IugE9-Bt5iHulfHLHgPOmeg5xN8SHo5ea-Z7U4.1LJXKyAg2vnLjmnCoxQvGQ" + }, + "record": { + "CNAME": "kartikshriwas.github.io" + } +} diff --git a/domains/karttikeya.json b/domains/karttikeya.json index 6cce8a1d5..aebd415f4 100644 --- a/domains/karttikeya.json +++ b/domains/karttikeya.json @@ -6,6 +6,6 @@ "email": "karttikeyashahi@gmail.com" }, "record": { - "CNAME": "KartKernel.github.io" + "CNAME": "kartkernel.github.io" } } diff --git a/domains/kashif-kadri.json b/domains/kashif-kadri.json index 2e92c4aea..bac383fbe 100644 --- a/domains/kashif-kadri.json +++ b/domains/kashif-kadri.json @@ -2,8 +2,7 @@ "description": "This is personal website", "repo": "https://github.com/kashif-kadri/kashif-kadri.github.io", "owner": { - "username": "kashif-kadri", - "email": "" + "username": "kashif-kadri" }, "record": { "URL": "https://kashif-kadri.github.io" diff --git a/domains/katolik163.json b/domains/katolik163.json index a3a4a93a5..98d55ae2b 100644 --- a/domains/katolik163.json +++ b/domains/katolik163.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "katolik163", - "email": "klimenko.tolik2004@gmail.com", - "discord": "376320810631299084" - }, - - "record": { - "CNAME": "katolik163.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "katolik163", + "email": "klimenko.tolik2004@gmail.com", + "discord": "376320810631299084" + }, + "record": { + "CNAME": "katolik163.github.io" + } +} diff --git a/domains/katumbapaul.json b/domains/katumbapaul.json new file mode 100644 index 000000000..33aab8e61 --- /dev/null +++ b/domains/katumbapaul.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "kpaool", + "email": "jonathapkatumba@gmail.com" + }, + "record": { + "CNAME": "katumbapaul.com" + } + } + \ No newline at end of file diff --git a/domains/katz.json b/domains/katz.json index 9ea7902c3..1f6312968 100644 --- a/domains/katz.json +++ b/domains/katz.json @@ -1,15 +1,9 @@ { "owner": { "username": "Bananalolok", - "discord": "banana_lol_7678", - "email": "" + "discord": "banana_lol_7678" }, "record": { - "A": [ - "34.120.54.55" - ], - "AAAA": [ - "2600:1901:0:6d85::" - ] + "NS": ["audrey.ns.cloudflare.com", "hank.ns.cloudflare.com"] } } diff --git a/domains/kaushalbuccha.json b/domains/kaushalbuccha.json index 4ccd0ef0a..92dc3e8f6 100644 --- a/domains/kaushalbuccha.json +++ b/domains/kaushalbuccha.json @@ -1,14 +1,12 @@ { - "description": "Devloper Portfolio", - "repo": "https://github.com/kaushalbuccha/Portfolio", - "owner": { - "username": "kaushalbuccha", - "email": "kaushaljain741@gmail.com", - "twitter": "kaushalbuccha" - }, - "record": { - "A": [ - "75.2.60.5" - ] - } + "description": "Devloper Portfolio", + "repo": "https://github.com/kaushalbuccha/Portfolio", + "owner": { + "username": "kaushalbuccha", + "email": "kaushaljain741@gmail.com", + "twitter": "kaushalbuccha" + }, + "record": { + "A": ["75.2.60.5"] + } } diff --git a/domains/kavi.json b/domains/kavi.json index f81d0b7f7..362860163 100644 --- a/domains/kavi.json +++ b/domains/kavi.json @@ -3,7 +3,6 @@ "repo": "https://github.com/dkaviarasu/dkaviarasu.github.io", "owner": { "username": "dkaviarasu", - "email": "", "twitter": "kaviarasudm" }, "record": { diff --git a/domains/kaweendra.json b/domains/kaweendra.json index 06fd96007..a6e27fccb 100644 --- a/domains/kaweendra.json +++ b/domains/kaweendra.json @@ -3,7 +3,6 @@ "username": "kaweendras", "email": "salitha.wijerathna@gmail.com" }, - "record": { "CNAME": "kaweendras.github.io" } diff --git a/domains/kawet.json b/domains/kawet.json index 674b3f21a..868b7d754 100644 --- a/domains/kawet.json +++ b/domains/kawet.json @@ -1,6 +1,5 @@ { "description": "My portofolio", - "repo": "https://github.com/Kawet00", "owner": { "username": "kawet", "email": "kawet00@proton.me" diff --git a/domains/kawsar.json b/domains/kawsar.json new file mode 100644 index 000000000..b6dba88ac --- /dev/null +++ b/domains/kawsar.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "KawsarDev", + "email": "kawsar.dev1@gmail.com", + "discord": "520373269979988000" + }, + "record": { + "CNAME": "kawsardev.vercel.app" + } +} diff --git a/domains/kayden.json b/domains/kayden.json index a70fdcd17..42ab43640 100644 --- a/domains/kayden.json +++ b/domains/kayden.json @@ -3,8 +3,7 @@ "username": "leekayden", "email": "kaydenleefale@gmail.com" }, - "record": { - "A": ["103.7.8.238"] + "A": ["178.128.124.89"] } } diff --git a/domains/kd.json b/domains/kd.json deleted file mode 100644 index 572be3e22..000000000 --- a/domains/kd.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal Developer Website", - "repo": "https://github.com/KejdiKoci/kejdikoci.github.io", - "owner": { - "username": "KejdiKoci", - "email": "kejdikoci.mail@gmail.com" - }, - "record": { - "CNAME": "kejdikoci.github.io" - } -} diff --git a/domains/keirnegn.json b/domains/keirnegn.json index 5b59b8a2e..8b07829ab 100644 --- a/domains/keirnegn.json +++ b/domains/keirnegn.json @@ -4,7 +4,6 @@ "email": "terminatorx5e@gmail.com", "discord": "499592235772280842" }, - "record": { "URL": "https://keirnegn.dev" } diff --git a/domains/keli5.json b/domains/keli5.json index 9d505fab2..01f5412c2 100644 --- a/domains/keli5.json +++ b/domains/keli5.json @@ -3,7 +3,6 @@ "repo": "https://github.com/keli5/keli5.github.io", "owner": { "username": "keli5", - "email": "", "twitter": "keli5_letters" }, "record": { diff --git a/domains/kelly.json b/domains/kelly.json new file mode 100644 index 000000000..b6edc2131 --- /dev/null +++ b/domains/kelly.json @@ -0,0 +1,11 @@ +{ + "description": "Kelly Lawrence's personal website.", + "owner": { + "email": "kelly@kellylawrence.ca", + "username": "kellylawrence" + }, + "record": { + "CNAME": "kellylawrence.github.io" + }, + "repo": "https://github.com/kellylawrence/kellylawrence.github.io" +} diff --git a/domains/kelvin.json b/domains/kelvin.json new file mode 100644 index 000000000..58c947e26 --- /dev/null +++ b/domains/kelvin.json @@ -0,0 +1,10 @@ +{ + "description": "Dev Site", + "owner": { + "username": "kelvinelove", + "email": "kevypolu@yahoo.com" + }, + "record": { + "CNAME": "kevhi.netlify.app" + } +} diff --git a/domains/ken-kuro.json b/domains/ken-kuro.json new file mode 100644 index 000000000..f40d7e31d --- /dev/null +++ b/domains/ken-kuro.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ken-kuro", + "linkedin": "hieuhm2610" + }, + "record": { + "CNAME": "kuro-querencia.vercel.app" + } +} diff --git a/domains/kendikasir.json b/domains/kendikasir.json new file mode 100644 index 000000000..80742220b --- /dev/null +++ b/domains/kendikasir.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sneazy25", + "email": "sneazy25@proton.me" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/kenny.json b/domains/kenny.json index a8954a4c9..674dabce5 100644 --- a/domains/kenny.json +++ b/domains/kenny.json @@ -5,11 +5,6 @@ "discord": "kenny.sb" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] + "URL": "https://kennysb.xyz" } } diff --git a/domains/kennymolina.json b/domains/kennymolina.json new file mode 100644 index 000000000..4f15f284c --- /dev/null +++ b/domains/kennymolina.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "xXMolinaXx", + "email": "kjmolina@live.com" + }, + "record": { + "CNAME": "xxmolinaxx.github.io" + } +} diff --git a/domains/kentaylor.json b/domains/kentaylor.json new file mode 100644 index 000000000..ef4d53dc1 --- /dev/null +++ b/domains/kentaylor.json @@ -0,0 +1,12 @@ +{ + "description": "Keith Khaotic's personal website link", + "repo": "https://github.com/ktappdev/register", + "owner": { + "username": "Kentaylorappdev", + "email": "Kentaylorappdev@gmail.com", + "twitter": "@ktappdev" + }, + "record": { + "URL": "https://lugetech.com" + } +} diff --git a/domains/kernel32dll.json b/domains/kernel32dll.json index 239add0e0..15c41c3ac 100644 --- a/domains/kernel32dll.json +++ b/domains/kernel32dll.json @@ -4,12 +4,8 @@ "email": "expertzack2+g1thub@gmail.com", "discord": "1118894556801413240" }, - "record": { - "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/keshav.json b/domains/keshav.json new file mode 100644 index 000000000..bf7982598 --- /dev/null +++ b/domains/keshav.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "keshav-writes-code", + "email": "dhimankeshav201@gmail.com" + }, + "record": { + "CNAME": "keshav-writes-code.github.io" + } +} diff --git a/domains/kevin-xavier.json b/domains/kevin-xavier.json index 6641311e7..30da40e59 100644 --- a/domains/kevin-xavier.json +++ b/domains/kevin-xavier.json @@ -1,11 +1,11 @@ -{ - "description": "This subdomain points to my Netlify site", - "repo": "https://github.com/keviiixaviiii/My-Portfolio", - "owner": { - "username": "keviiixaviiii", - "email": "iamkevinxavi@gmail.com" - }, - "record": { - "CNAME": "myreactandcssportfolio.netlify.app" - } -} +{ + "description": "This subdomain points to my Netlify site", + "repo": "https://github.com/keviiixaviiii/My-Portfolio", + "owner": { + "username": "keviiixaviiii", + "email": "iamkevinxavi@gmail.com" + }, + "record": { + "CNAME": "myreactandcssportfolio.netlify.app" + } +} diff --git a/domains/kevin.json b/domains/kevin.json new file mode 100644 index 000000000..4f88a1adb --- /dev/null +++ b/domains/kevin.json @@ -0,0 +1,11 @@ +{ + "description": "portfolio", + "repo": "https://github.com/kevincrafturu2/portfolio-bolt.new", + "owner": { + "username": "kevincrafturu2", + "email": "kevincrafturu2@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/kevinmolina.json b/domains/kevinmolina.json new file mode 100644 index 000000000..5d1d0baa9 --- /dev/null +++ b/domains/kevinmolina.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "kevinmolinadev", + "email": "kevinmolina.dev@gmail.com" + }, + "record": { + "CNAME": "kevinmolinadev.vercel.app" + } +} \ No newline at end of file diff --git a/domains/keyaan.json b/domains/keyaan.json index d3e7f8b76..913845977 100644 --- a/domains/keyaan.json +++ b/domains/keyaan.json @@ -4,7 +4,6 @@ "email": "keyhacker786@gmail.com", "discord": "693533573105451089" }, - "record": { "URL": "http://ka4ma.unaux.com" } diff --git a/domains/keybinds.json b/domains/keybinds.json new file mode 100644 index 000000000..39bb6215f --- /dev/null +++ b/domains/keybinds.json @@ -0,0 +1,15 @@ +{ + "owner": { + "username": "tr1xem", + "email": "admin@trix.is-a.dev" + }, + "record": { + "A": [ + "185.199.110.153", + "185.199.109.153", + "185.199.111.153", + "185.199.108.153" + ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] + } +} diff --git a/domains/keyruu.json b/domains/keyruu.json new file mode 100644 index 000000000..b41075770 --- /dev/null +++ b/domains/keyruu.json @@ -0,0 +1,11 @@ +{ + "description": "Keyruu aka Lucas", + "repo": "https://github.com/keyruu/traversetown-htmx", + "owner": { + "username": "keyruu", + "email": "me@keyruu.de" + }, + "record": { + "URL": "https://keyruu.de" + } +} diff --git a/domains/keys.devmatei.json b/domains/keys.devmatei.json new file mode 100644 index 000000000..10dc9ea92 --- /dev/null +++ b/domains/keys.devmatei.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DevMatei", + "email": "matei.thoma@gmail.com" + }, + "record": { + "A": ["176.100.37.70"] + } +} diff --git a/domains/keyurnimavat.json b/domains/keyurnimavat.json index cc7122e38..8a65747a0 100644 --- a/domains/keyurnimavat.json +++ b/domains/keyurnimavat.json @@ -2,8 +2,7 @@ "description": "keyur Profile.", "repo": "https://github.com/keyurnimavat/keyurnimavat.github.io", "owner": { - "username": "keyurnimavat", - "email": "" + "username": "keyurnimavat" }, "record": { "CNAME": "keyurnimavat.github.io" diff --git a/domains/kha.json b/domains/kha.json index 7df945481..6751814e3 100644 --- a/domains/kha.json +++ b/domains/kha.json @@ -3,7 +3,6 @@ "username": "bkit9x", "email": "bkit9x@gmail.com" }, - "record": { "CNAME": "bkit9x.github.io" } diff --git a/domains/khaidev.json b/domains/khaidev.json index c14b383e4..f914519fd 100644 --- a/domains/khaidev.json +++ b/domains/khaidev.json @@ -4,7 +4,6 @@ "email": "truongduykhai1012@gmail.com", "discord": "871329074046435338" }, - "record": { "CNAME": "truongduykhai.github.io" } diff --git a/domains/khaif.json b/domains/khaif.json new file mode 100644 index 000000000..e7f8544cd --- /dev/null +++ b/domains/khaif.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "khxif", + "email": "code.khaif@gmail.com" + }, + "record": { + "CNAME": "portfolio-khxif.vercel.app" + } +} diff --git a/domains/khaled-bakhti.json b/domains/khaled-bakhti.json index 93dd887c6..19bad100b 100644 --- a/domains/khaled-bakhti.json +++ b/domains/khaled-bakhti.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "OTK-98", - "email": "", - "discord": "613789376325091329", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.QxPdpax0NnXuYc2y0Kd1afVg5WCm9q-4Pg4dfOhlJD_nEl57XXLzRTqSs19REvTOzrUU1BvxFEBF3Qe3yGaCx8y_vBcRZhh8Voqu637kk4rxatFV9G8wWtle6OatoqYjJ9bXeS-pzvPk4b0hqVwH3INnlzhwMERleRh0e3EbMjolSLEEREWAkNWr0PtEErFd1JL8OqyHxXqG2qNvXqYMtVu4TyVGbBvpiqe8lgToa0amu798f6rEDWKQbKArdbRfCgYYeMsgO4Y3GIjCSx08NJB7IljDhiucILegmOcv_xvQTWizW7KARlVzoxhQz89Yd_-kfOwYA8vmgeW2LOLDuQ.gIx5z6cUtBW0cF1-dI57LA._a_x8UO3Sry1F6tTwpHhdfmfkrfLnTurDfqcT740SwPA0G7DWGY6uli2t1_cV6JzoPry3rboDzwqaLM3fk3YIwhhLYSPpT01hBQO_LVeTmoMeGssyMSseU8ztu15Y_ht.4vtubaVaW9uVN217s62Aag" - }, - - "record": { - "CNAME": "khaled-bakhti.vercel.app" - } - } - \ No newline at end of file + "owner": { + "username": "OTK-98", + "discord": "613789376325091329", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.QxPdpax0NnXuYc2y0Kd1afVg5WCm9q-4Pg4dfOhlJD_nEl57XXLzRTqSs19REvTOzrUU1BvxFEBF3Qe3yGaCx8y_vBcRZhh8Voqu637kk4rxatFV9G8wWtle6OatoqYjJ9bXeS-pzvPk4b0hqVwH3INnlzhwMERleRh0e3EbMjolSLEEREWAkNWr0PtEErFd1JL8OqyHxXqG2qNvXqYMtVu4TyVGbBvpiqe8lgToa0amu798f6rEDWKQbKArdbRfCgYYeMsgO4Y3GIjCSx08NJB7IljDhiucILegmOcv_xvQTWizW7KARlVzoxhQz89Yd_-kfOwYA8vmgeW2LOLDuQ.gIx5z6cUtBW0cF1-dI57LA._a_x8UO3Sry1F6tTwpHhdfmfkrfLnTurDfqcT740SwPA0G7DWGY6uli2t1_cV6JzoPry3rboDzwqaLM3fk3YIwhhLYSPpT01hBQO_LVeTmoMeGssyMSseU8ztu15Y_ht.4vtubaVaW9uVN217s62Aag" + }, + "record": { + "CNAME": "khaled-bakhti.vercel.app" + } +} diff --git a/domains/khanh.json b/domains/khanh.json index cd666ce18..4aeb952fa 100644 --- a/domains/khanh.json +++ b/domains/khanh.json @@ -1,6 +1,5 @@ { "description": "Khanh's personal developer website", - "repo": "https://github.com/canfam", "owner": { "username": "canfam", "email": "khanhpham072007@gmail.com" diff --git a/domains/khanhngn.json b/domains/khanhngn.json new file mode 100644 index 000000000..430bfde3a --- /dev/null +++ b/domains/khanhngn.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "khanhngn-dev", + "email": "khanhngn.dev@gmail.com", + "discord": "jerry.ng" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/khateeb.json b/domains/khateeb.json new file mode 100644 index 000000000..29264d1dc --- /dev/null +++ b/domains/khateeb.json @@ -0,0 +1,11 @@ +{ + "description": "Welcome to Khateeb's portfolio - a showcase of full-stack development projects and skills. Explore my work in web development, software engineering, and creative solutions built with modern technologies.", + "repo": "https://github.com/khateeboveskey/khateeboveskey.github.io", + "owner": { + "username": "khateeboveskey", + "email": "khateeboveskey@gmail.com" + }, + "record": { + "CNAME": "khateeboveskey.github.io" + } +} diff --git a/domains/khc.json b/domains/khc.json index 51ef889c7..b8b4d0d1d 100644 --- a/domains/khc.json +++ b/domains/khc.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "MohammedKHC0", - "email": "mohammedkhcool@gmail.com" - }, - "record": { - "URL": "https://mohammedkhc.is-a.dev" - } + "owner": { + "username": "MohammedKHC0", + "email": "mohammedkhcool@gmail.com" + }, + "record": { + "URL": "https://mohammedkhc.is-a.dev" + } } diff --git a/domains/khoacao.json b/domains/khoacao.json new file mode 100644 index 000000000..e70254090 --- /dev/null +++ b/domains/khoacao.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "khoacao2k4", + "email": "cqnhatkhoa@gmail.com" + }, + "record": { + "CNAME": "khoa-cao-website.vercel.app" + } +} diff --git a/domains/khuong.json b/domains/khuong.json new file mode 100644 index 000000000..3959d95a7 --- /dev/null +++ b/domains/khuong.json @@ -0,0 +1,10 @@ +{ + "description": "khuong.is-a.dev : This is my personal notebook", + "owner": { + "username": "lamngockhuong", + "email": "me@ngockhuong.com" + }, + "record": { + "URL": "https://dev.ngockhuong.com" + } +} diff --git a/domains/khuongln.json b/domains/khuongln.json new file mode 100644 index 000000000..acfca4116 --- /dev/null +++ b/domains/khuongln.json @@ -0,0 +1,10 @@ +{ + "description": "khuongln.is-a.dev : This is my personal notebook", + "owner": { + "username": "lamngockhuong", + "email": "me@ngockhuong.com" + }, + "record": { + "URL": "https://dev.ngockhuong.com" + } +} diff --git a/domains/khushpatil.json b/domains/khushpatil.json new file mode 100644 index 000000000..05a532110 --- /dev/null +++ b/domains/khushpatil.json @@ -0,0 +1,10 @@ +{ + "description": "my personal homepage", + "owner": { + "username": "AssassinK786", + "email": "khushpatil01@gmail.com" + }, + "record": { + "CNAME": "assassink786.github.io" + } +} diff --git a/domains/khysnik.json b/domains/khysnik.json new file mode 100644 index 000000000..43ca4b4b4 --- /dev/null +++ b/domains/khysnik.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "khysnik", + "email": "pangea7707@hotmail.com" + }, + "record": { + "CNAME": "khysnik.pages.dev" + } +} diff --git a/domains/kikemendez.json b/domains/kikemendez.json new file mode 100644 index 000000000..ba13bc87b --- /dev/null +++ b/domains/kikemendez.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Kikeme98", + "email": "l.e.mendez1998@gmail.com" + }, + "description": "My personal site portfolio", + "repo": "https://github.com/Kikeme98/react-frontend-dev-portfolio.git", + "record": { + "CNAME": "kikeme98.github.io" + } +} diff --git a/domains/kilamieaz.json b/domains/kilamieaz.json new file mode 100644 index 000000000..badbb6876 --- /dev/null +++ b/domains/kilamieaz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "kilamieaz", + "email": "im.sultaan05@gmail.com" + }, + "record": { + "CNAME": "kilamieaz.vercel.app" + } +} diff --git a/domains/killua.json b/domains/killua.json index 44fed95cb..9480f2f50 100644 --- a/domains/killua.json +++ b/domains/killua.json @@ -6,6 +6,6 @@ "email": "bhat7362@gmail.com" }, "record": { - "CNAME": "Killua7362.github.io" + "CNAME": "killua7362.github.io" } } diff --git a/domains/kind-nodes.arnxv.json b/domains/kind-nodes.arnxv.json new file mode 100644 index 000000000..5ffe17247 --- /dev/null +++ b/domains/kind-nodes.arnxv.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ArnavBarway", + "email": "arnav@sagaraga.com" + }, + "record": { + "CNAME": "cname.vercel-dns.com" + } +} diff --git a/domains/kingofnetflix.json b/domains/kingofnetflix.json index 94a621fb9..8e726fc9e 100644 --- a/domains/kingofnetflix.json +++ b/domains/kingofnetflix.json @@ -5,8 +5,6 @@ }, "description": "personal development work (websites, reverse proxying, etc)", "record": { - "A": [ - "161.35.97.251" - ] + "A": ["161.35.97.251"] } } diff --git a/domains/kiransala.json b/domains/kiransala.json new file mode 100644 index 000000000..fd0c5b9dd --- /dev/null +++ b/domains/kiransala.json @@ -0,0 +1,10 @@ +{ + "description": "My personal portfolio site", + "owner": { + "username": "Kiransala", + "email": "kiransala.dev@gmail.com" + }, + "record": { + "CNAME": "kiransala.netlify.app" + } +} diff --git a/domains/kishan-bagiya.json b/domains/kishan-bagiya.json index 38e671ee9..d56ff0cc5 100644 --- a/domains/kishan-bagiya.json +++ b/domains/kishan-bagiya.json @@ -2,8 +2,7 @@ "description": "My new website", "repo": "https://github.com/kishan-bagiya/kishan-bagiya.github.io", "owner": { - "username": "kishan-bagiya", - "email": "" + "username": "kishan-bagiya" }, "record": { "CNAME": "kishan-bagiya.github.io" diff --git a/domains/kishore.json b/domains/kishore.json new file mode 100644 index 000000000..b50f52298 --- /dev/null +++ b/domains/kishore.json @@ -0,0 +1,11 @@ +{ + "description": "personal portfolio", + "repo": "https://github.com/Kishore0122/portfolio", + "owner": { + "username": "Kishore0122", + "email": "kishorepanuganti278@gmail.com" + }, + "record": { + "CNAME": "kishore0122.github.io" + } +} diff --git a/domains/kislay.json b/domains/kislay.json index 56e64db63..5efad9bde 100644 --- a/domains/kislay.json +++ b/domains/kislay.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "Crevils", - "email": "", - "discord": "716851813328093224", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.HIhUkETdeQJWFw4CAk5JOh2F2Y3gMOiQDrc0Lzu2QttwCbN9wcWJ9BLV4lH-O3T1MgC2snwX0K_-Jw35xI2MQhlW71e7fi_IOms4nTVvghkSHXDse5bQs_mPqLOMTDAXMdctjJX-AS2Xk9cWt53GY-MbIJHkkXz4I1vmjaj2-JhoJ1zKIxWnwqt4Q7ogCeNMx0fZkzZxBUlSAL7fnNTIn4CcDjAPyqN0iHwRhzvK2OFvIDVfFhywiSaaz2z_duIt-yJCavWuNyo1sKyvrmNTqlVdlc-RzdC3PQCtAxACi0ze011WMJittazwJVfXdfOZsOCj6EHgl4G1167YdKmnRQ.JKlkF98YVzYifIoXoUGH7Q.2bBLVW9QmgwifdRF32sx_5vgRnN9H6y59biU-zJu6Ay7Hb6wrwwVqZRHhD5cFFGajSIwtKk7dCxJtXMd6VdPUPXCRY-s9DZ_-OoxXiDefnrXRM_o2AIGgqnuPBOp3zad.t2l_a3UIBjnoY-tEElUuiQ" - }, - - "record": { - "CNAME": "kislay-dev.web.app" - } - } - \ No newline at end of file + "owner": { + "username": "Crevils", + "discord": "716851813328093224", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.HIhUkETdeQJWFw4CAk5JOh2F2Y3gMOiQDrc0Lzu2QttwCbN9wcWJ9BLV4lH-O3T1MgC2snwX0K_-Jw35xI2MQhlW71e7fi_IOms4nTVvghkSHXDse5bQs_mPqLOMTDAXMdctjJX-AS2Xk9cWt53GY-MbIJHkkXz4I1vmjaj2-JhoJ1zKIxWnwqt4Q7ogCeNMx0fZkzZxBUlSAL7fnNTIn4CcDjAPyqN0iHwRhzvK2OFvIDVfFhywiSaaz2z_duIt-yJCavWuNyo1sKyvrmNTqlVdlc-RzdC3PQCtAxACi0ze011WMJittazwJVfXdfOZsOCj6EHgl4G1167YdKmnRQ.JKlkF98YVzYifIoXoUGH7Q.2bBLVW9QmgwifdRF32sx_5vgRnN9H6y59biU-zJu6Ay7Hb6wrwwVqZRHhD5cFFGajSIwtKk7dCxJtXMd6VdPUPXCRY-s9DZ_-OoxXiDefnrXRM_o2AIGgqnuPBOp3zad.t2l_a3UIBjnoY-tEElUuiQ" + }, + "record": { + "CNAME": "kislay-dev.web.app" + } +} diff --git a/domains/kitb2romjbz3.dhlcgd.json b/domains/kitb2romjbz3.dhlcgd.json new file mode 100644 index 000000000..51718cb2f --- /dev/null +++ b/domains/kitb2romjbz3.dhlcgd.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dhlcgd", + "email": "dhlcgdofficial@gmail.com" + }, + "record": { + "CNAME": "gv-zz3nklni3izils.dv.googlehosted.com" + } +} diff --git a/domains/kito.json b/domains/kito.json index 0bd1ba082..06f44490d 100644 --- a/domains/kito.json +++ b/domains/kito.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "KitoMCVN", - "email": "", - "discord": "915876843884777472", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.bWNBxXSrLT81uzEvuFDyDzQ6MUq8Aq3mkVGE9xrhoZ3emFszHFj1sr4hGsNg-X2IJWAYJHNAFuN6ihvsdWNW1fuJIyUpYUfxnwG272uIjq1441itpD61r9GEjhVI9-f9eiA0DCM3mZxf7JABbSZEAAQSjkQNBZy7btbWqAC_fcvaHlh8tTkmn8tiCF6PmYUaU_-OVcVfpLqfE1NG4jWhqDdh6PHy-YJdNSRMggPKW1tgOkAzzPkFDFJbZLGxbRRhPFzsVi64Q4arfkQgTcsJpEGD5RwQvbb3j_lHGtErQvCndbnhcKAOltYpc-DL3Iv8A0iTeUsrpQ8lu-FKPOuVhg.eEabdg4lkJkWzZ9LhlnMAw.BxE4h5-4aIfPNc5C1Fc13n243OxCAOj0p6aWN6sClxRz9osKsmy_ASiLJ-S0thDvWu4-IDNdEvpt2pmjkQe2a4nCDDIZ8Lh9RHzVOZi_hQs.OTiy1ZwmVAWUfoEqGkqCEg" - }, - - "record": { - "CNAME": "kitomc.site" - } - } - \ No newline at end of file + "owner": { + "username": "KitoMCVN", + "discord": "915876843884777472", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.bWNBxXSrLT81uzEvuFDyDzQ6MUq8Aq3mkVGE9xrhoZ3emFszHFj1sr4hGsNg-X2IJWAYJHNAFuN6ihvsdWNW1fuJIyUpYUfxnwG272uIjq1441itpD61r9GEjhVI9-f9eiA0DCM3mZxf7JABbSZEAAQSjkQNBZy7btbWqAC_fcvaHlh8tTkmn8tiCF6PmYUaU_-OVcVfpLqfE1NG4jWhqDdh6PHy-YJdNSRMggPKW1tgOkAzzPkFDFJbZLGxbRRhPFzsVi64Q4arfkQgTcsJpEGD5RwQvbb3j_lHGtErQvCndbnhcKAOltYpc-DL3Iv8A0iTeUsrpQ8lu-FKPOuVhg.eEabdg4lkJkWzZ9LhlnMAw.BxE4h5-4aIfPNc5C1Fc13n243OxCAOj0p6aWN6sClxRz9osKsmy_ASiLJ-S0thDvWu4-IDNdEvpt2pmjkQe2a4nCDDIZ8Lh9RHzVOZi_hQs.OTiy1ZwmVAWUfoEqGkqCEg" + }, + "record": { + "CNAME": "kitomc.site" + } +} diff --git a/domains/kitten.json b/domains/kitten.json index 2b27f72e2..cd3620912 100644 --- a/domains/kitten.json +++ b/domains/kitten.json @@ -1,6 +1,5 @@ { "description": "using for personal projects", - "repo": "https://github.com/KittensAreDaBest", "owner": { "username": "KittensAreDaBest", "email": "is-a-dev@mythicalkitten.com" diff --git a/domains/kittyneverdies.json b/domains/kittyneverdies.json index 2f98b1943..d9339821e 100644 --- a/domains/kittyneverdies.json +++ b/domains/kittyneverdies.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "kittyneverdies", - "email": "Catofeyevich@proton.me" - }, - "record": { - "CNAME": "kittyneverdies.github.io" - } -} + "owner": { + "username": "kittyneverdies", + "email": "Catofeyevich@proton.me" + }, + "record": { + "CNAME": "kittyneverdies.github.io" + } +} diff --git a/domains/kiyora.json b/domains/kiyora.json index dfed83a7a..a687854a0 100644 --- a/domains/kiyora.json +++ b/domains/kiyora.json @@ -1,6 +1,5 @@ { "description": "using for personal projects", - "repo": "https://github.com/ItsMyEyes", "owner": { "username": "ItsMyEyes", "email": "dev@sipaling.top" diff --git a/domains/kleein.json b/domains/kleein.json new file mode 100644 index 000000000..391669f4f --- /dev/null +++ b/domains/kleein.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "kleeiny", + "discord": "763581985410121769", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.RB8tarmY1z9BCAER0LvmJIvKu0Fx_u6ruXqMwX4aw-v4pZUbhTCKLSf_iR1b_b5WIL8VlKOd4FX2ykUcIOO1goN3vBszT__Edxfir1FYNhMOE3Ywn1oO1K-dPG8Ptsk0B7kuqFbv-0OjXjefixD44g6OYNGy9xxThP0ZJLT3jSOFf3x1O49S1OuibhrElcx41MGjLIms5Fp147ZFVn2p38aZisFKw7Q3yyAaLvJ1uGC1mosVF5CAZbfZxPhUpdvGizMPG9IRzuAQxF6pZf-L4bb1WFMIQYNtTX5o65sMCqIjcWaTK26SdrR-m_r7RudENszlDCuI8eJP3Se_vIVzbA.zbLxAQ7r2w8FxmiDnbIaTw.l11uw6jMkX69_h-55R37CKGZdSlD4KXAUWvaTwGKiTZDzlusNY-YNVzh3gdqTDL8CMCaL8LXfxZHKRaP6wU_5ohHaWB8kzKaW_Kj5dI0MMI.jU93qV2ujuyvYD-oeSF6Pg" + }, + "record": { + "A": ["15.235.204.212"] + } +} diff --git a/domains/klent.json b/domains/klent.json index 8b1002d85..4f18da243 100644 --- a/domains/klent.json +++ b/domains/klent.json @@ -4,7 +4,6 @@ "email": "kleeinlmao@gmail.com", "discord": "763581985410121769" }, - "record": { "CNAME": "ghs.google.com" } diff --git a/domains/klez.json b/domains/klez.json new file mode 100644 index 000000000..f4a1fb6a3 --- /dev/null +++ b/domains/klez.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "klez2003", + "email": "klez@cock.li" + }, + "record": { + "CNAME": "ammosearch.lol" + } +} diff --git a/domains/kml.json b/domains/kml.json new file mode 100644 index 000000000..593cccaa5 --- /dev/null +++ b/domains/kml.json @@ -0,0 +1,11 @@ +{ + "description": "Personal website kmlupreti", + "repo": "https://github.com/kmlupreti/register", + "owner": { + "username": "kmlupreti", + "email": "kmlupreti@protonmail.com" + }, + "record": { + "CNAME": "kmlupreti.github.io" + } +} diff --git a/domains/kmrvarun.json b/domains/kmrvarun.json index f3bace905..c40c6c032 100644 --- a/domains/kmrvarun.json +++ b/domains/kmrvarun.json @@ -3,7 +3,6 @@ "username": "kmr-varun", "email": "kmr11varun@gmail.com" }, - "record": { "CNAME": "kmr-varun.github.io" } diff --git a/domains/kn0tzer.json b/domains/kn0tzer.json new file mode 100644 index 000000000..fb8dfcd0a --- /dev/null +++ b/domains/kn0tzer.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Kn0tzer", + "email": "g4marchi@gmail.com" + }, + "record": { + "CNAME": "kn0tzer.github.io" + } +} diff --git a/domains/ko.json b/domains/ko.json new file mode 100644 index 000000000..6c8614026 --- /dev/null +++ b/domains/ko.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "GameRoMan", + "email": "gameromandev@gmail.com" + }, + "record": { + "CNAME": "gameroman.pages.dev" + } +} diff --git a/domains/koding.json b/domains/koding.json index 24283837d..3fc2fbb75 100644 --- a/domains/koding.json +++ b/domains/koding.json @@ -1,6 +1,5 @@ { "description": "Full stack developer proficient in Kotlin", - "repo": "https://github.com/KodingDev", "owner": { "username": "KodingDev", "email": "kodingdev@pm.me" diff --git a/domains/kokoapi.json b/domains/kokoapi.json index 0aae2b79b..f161e0317 100644 --- a/domains/kokoapi.json +++ b/domains/kokoapi.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "kokofixcomputers", - "email": "", - "discord": "1096839213313446019", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.OVsezriezhfXmczekw7NKD6j1jiTDnkJZaV8hmKUT6jVau-fAM4xsfKuSd55u-ayIYDJTJmqUhOdDcRNGn9qJMQU1swUYKM2IjqV5F39j62OBWCEuvGahVIlvk3qPBrL6BsTnE6U5V6AcL7fk07JR7VQncG_gLo_CsF2D3NkMlvjeJweQKk-PjP5f64lFJxpGo4X6lfRgvYI9IAfyDFCBuXVz1bziA_ZLHMLSGSm6OxJSBBPV42TqlHNYGzRYaEq5gBDnANsuNDVN27pHgDEQjhCxP07U3V5dAL7JcESSlR7QQSng47lwmetAtfMlW2HSeOkBLLpkI82XNDCjwnsXA.Qpc8I5_rOVUFEGrJgh4mnw.aZ_gT11nH1hgU_JXz5a01NBB6CDgcy4i9cgBeqo2j50HuQ00uDzzBDS6M941D0WsCOLnzaQ1XvjXLcFiHKcBuINVPaVNDu0X0Nm2ruoPpfLyS6mRa_efDkm9rwXR3bghgOKkE1wcXTR6LyOkDEhyYg.jmEV6MAXMmLltboCG3yE6w" - }, - - "record": { - "A": ["37.114.46.39"] - } - } + "owner": { + "username": "kokofixcomputers", + "discord": "1096839213313446019", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.OVsezriezhfXmczekw7NKD6j1jiTDnkJZaV8hmKUT6jVau-fAM4xsfKuSd55u-ayIYDJTJmqUhOdDcRNGn9qJMQU1swUYKM2IjqV5F39j62OBWCEuvGahVIlvk3qPBrL6BsTnE6U5V6AcL7fk07JR7VQncG_gLo_CsF2D3NkMlvjeJweQKk-PjP5f64lFJxpGo4X6lfRgvYI9IAfyDFCBuXVz1bziA_ZLHMLSGSm6OxJSBBPV42TqlHNYGzRYaEq5gBDnANsuNDVN27pHgDEQjhCxP07U3V5dAL7JcESSlR7QQSng47lwmetAtfMlW2HSeOkBLLpkI82XNDCjwnsXA.Qpc8I5_rOVUFEGrJgh4mnw.aZ_gT11nH1hgU_JXz5a01NBB6CDgcy4i9cgBeqo2j50HuQ00uDzzBDS6M941D0WsCOLnzaQ1XvjXLcFiHKcBuINVPaVNDu0X0Nm2ruoPpfLyS6mRa_efDkm9rwXR3bghgOKkE1wcXTR6LyOkDEhyYg.jmEV6MAXMmLltboCG3yE6w" + }, + "record": { + "A": ["37.114.46.39"] + } +} diff --git a/domains/kokoauth.json b/domains/kokoauth.json index 2f6ffbed2..24e949628 100644 --- a/domains/kokoauth.json +++ b/domains/kokoauth.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "kokofixcomputers", - "email": "", - "discord": "1096839213313446019", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.siGn-NNc3J0a5tP-qPXfUiXXiLIVsc0rU0Xd0LJ2zn1pvgeLu42wC5CVbz2mPW9PvsxmeOF2FdX4W1ki8dkzxI5tZO3CljQWLsKq26TpVGTApDCXDUEFk80WpmvQK_uBajVrL-0Jaq_teH1coNYFPbH5dp9WmOV3ckgCkqwqP7alY4klkZ9A6GsdkcJ51gbQ1qHp1qZIX7jwBNcOXE0WR5KTNXKeeOGSvHbAGEWhLc96y6TzokyZsC71pkTF0UjrLfB4uylcD0UfEONiwDKc8jjXR3Jz3GnfzgaSqPjRNYqMjXQ5XxPXwjv8t4iCP3cBRNEMM70pFXneFWt3defrMQ.6dpv7unaFwIz_IkI7VerwA.P9NXfPTD2LDNEdOFa-roPC1NDB1WvFiX8Giai3cjpNFYcYHJyH7_7lOV6o4zUoN83Ttt1VaukQKLsMk2kaVedZUPPryAhzVLMJiG7-GiJlW22PgcTkjB67jRjqEdoSo_zS70y1C7KeiLv7ZyY_koGg.2NwhAegHA2i-6E9hhzlXfQ" - }, - - "record": { - "A": ["45.90.12.32"] - } - } - \ No newline at end of file + "owner": { + "username": "kokofixcomputers", + "discord": "1096839213313446019", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.siGn-NNc3J0a5tP-qPXfUiXXiLIVsc0rU0Xd0LJ2zn1pvgeLu42wC5CVbz2mPW9PvsxmeOF2FdX4W1ki8dkzxI5tZO3CljQWLsKq26TpVGTApDCXDUEFk80WpmvQK_uBajVrL-0Jaq_teH1coNYFPbH5dp9WmOV3ckgCkqwqP7alY4klkZ9A6GsdkcJ51gbQ1qHp1qZIX7jwBNcOXE0WR5KTNXKeeOGSvHbAGEWhLc96y6TzokyZsC71pkTF0UjrLfB4uylcD0UfEONiwDKc8jjXR3Jz3GnfzgaSqPjRNYqMjXQ5XxPXwjv8t4iCP3cBRNEMM70pFXneFWt3defrMQ.6dpv7unaFwIz_IkI7VerwA.P9NXfPTD2LDNEdOFa-roPC1NDB1WvFiX8Giai3cjpNFYcYHJyH7_7lOV6o4zUoN83Ttt1VaukQKLsMk2kaVedZUPPryAhzVLMJiG7-GiJlW22PgcTkjB67jRjqEdoSo_zS70y1C7KeiLv7ZyY_koGg.2NwhAegHA2i-6E9hhzlXfQ" + }, + "record": { + "A": ["45.90.12.32"] + } +} diff --git a/domains/kokofixcomputers.json b/domains/kokofixcomputers.json index 7ee797a39..8b2d51302 100644 --- a/domains/kokofixcomputers.json +++ b/domains/kokofixcomputers.json @@ -1,10 +1,8 @@ { "owner": { "username": "kokofixcomputers", - "email": "113046561+kokofixcomputers@users.noreply.github.com", "discord": "1096839213313446019" }, - "record": { "MX": ["mail0.serv00.com"] } diff --git a/domains/winbo.json b/domains/komaru.json similarity index 52% rename from domains/winbo.json rename to domains/komaru.json index dc28d5dc9..46caa668d 100644 --- a/domains/winbo.json +++ b/domains/komaru.json @@ -1,9 +1,9 @@ { "owner": { - "username": "winbo-yml-exe", + "username": "komaru-meow", "email": "winbo-yml-exe@outlook.com" }, "record": { - "CNAME": "winbo-yml-exe.github.io" + "CNAME": "komaru-meow.github.io" } } diff --git a/domains/konnn04.json b/domains/konnn04.json new file mode 100644 index 000000000..97a66b43e --- /dev/null +++ b/domains/konnn04.json @@ -0,0 +1,11 @@ +{ + "description": "Hello World!", + "repo": "https://github.com/konnn04/konnn04.github.io", + "owner": { + "username": "konnn04", + "email": "trieukon1011@gmail.com" + }, + "record": { + "CNAME": "konnn04.github.io" + } +} diff --git a/domains/konstantin-ivanov.json b/domains/konstantin-ivanov.json new file mode 100644 index 000000000..eea7f765f --- /dev/null +++ b/domains/konstantin-ivanov.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "KonstanTinoVino", + "email": "koiv.work@gmail.com" + }, + "record": { + "CNAME": "konstantinovino.github.io" + } +} diff --git a/domains/korauo.json b/domains/korauo.json index 54b87f72e..578fc77b5 100644 --- a/domains/korauo.json +++ b/domains/korauo.json @@ -1,7 +1,6 @@ { "owner": { "username": "korauo", - "email": "", "twitter": "korauo", "discord": "korauo#1423" }, diff --git a/domains/korigamik.json b/domains/korigamik.json index a81e82805..1aaeb1bf3 100644 --- a/domains/korigamik.json +++ b/domains/korigamik.json @@ -1,12 +1,11 @@ { - "description": "The Portfolio of KorigamiK", - "repo": "https://github.com/KorigamiK/korigamik.github.io", + "description": "goto website of KorigamiK", "owner": { "username": "KorigamiK", "email": "korigamik@gmail.com", - "twitter": "https://twitter.com/iamkorigamik" + "twitter": "https://twitter.com/codesonpaper" }, "record": { - "CNAME": "korigamik.github.io" + "CNAME": "korigamik-redirect.pages.dev" } } diff --git a/domains/kory.json b/domains/kory.json index 1c42effa1..712bc39b8 100644 --- a/domains/kory.json +++ b/domains/kory.json @@ -1,10 +1,8 @@ { "description": "Kory Porter's personal website", - "repo": "https://github.com/korziee", "owner": { "username": "korziee", - "twitter": "korziee", - "email": "" + "twitter": "korziee" }, "record": { "URL": "https://www.koryporter.com" diff --git a/domains/koshikkumar17.json b/domains/koshikkumar17.json deleted file mode 100644 index ae0639486..000000000 --- a/domains/koshikkumar17.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "My Portfolio", - "repo": "https://github.com/KoshikKumar17/KoshikKumar17.github.io", - "owner": { - "username": "koshikkumar17", - "email": "cw4rriors17@gmail.com" - }, - "record": { - "CNAME": "koshikkumar17.github.io" - } -} diff --git a/domains/kotikov.json b/domains/kotikov.json index fcfa81cc9..c9f2d4b43 100644 --- a/domains/kotikov.json +++ b/domains/kotikov.json @@ -7,10 +7,7 @@ }, "record": { "URL": "https://kotikov.pages.dev", - "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/kreativethinker.json b/domains/kreativethinker.json index ca7be3aef..650a1eaf7 100644 --- a/domains/kreativethinker.json +++ b/domains/kreativethinker.json @@ -3,7 +3,6 @@ "username": "KreativeThinker", "email": "sagely2005eagle@gmail.com" }, - "record": { "CNAME": "kreativethinker.github.io" } diff --git a/domains/krebinkkj.json b/domains/krebinkkj.json new file mode 100644 index 000000000..892dd259a --- /dev/null +++ b/domains/krebinkkj.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "krebinkkj", + "email": "krebinkkj@gmail.com", + "discord": "1041878326169587732" + }, + "record": { + "CNAME": "krebinkkj.vercel.app" + } +} diff --git a/domains/kriloud.json b/domains/kriloud.json index bba698974..213818273 100644 --- a/domains/kriloud.json +++ b/domains/kriloud.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "finderfail", - "email": "ilyalvov2007@gmail.com", - "discord": "354246208828735489" - }, - - "record": { - "A": ["142.93.34.245"] - } - } - \ No newline at end of file + "owner": { + "username": "finderfail", + "email": "ilyalvov2007@gmail.com", + "discord": "354246208828735489" + }, + "record": { + "A": ["142.93.34.245"] + } +} diff --git a/domains/krinzal.json b/domains/krinzal.json index 9596acebb..aad9b877e 100644 --- a/domains/krinzal.json +++ b/domains/krinzal.json @@ -3,7 +3,6 @@ "username": "krinzal", "email": "krinzal54@gmail.com" }, - "record": { "URL": "https://krinzal.vercel.app" } diff --git a/domains/krish.json b/domains/krish.json deleted file mode 100644 index f6c80b1af..000000000 --- a/domains/krish.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "krish858", - "email": "unknowmortal57@gmail.com", - "discord": "789102469345968131" - }, - - "record": { - "CNAME": "krish858.github.io" - } - } - diff --git a/domains/krishanu.json b/domains/krishanu.json index ee1e0e74b..1804a3e9e 100644 --- a/domains/krishanu.json +++ b/domains/krishanu.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "krishanunaskar", - "email": "", - "discord": "977802250716078210", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.qGTBpEFfITIu63a63XbYmqGoJDIOlEN4ISz3uij_lTD_OvLRriPZqb86NtySYA_f0g1DyQ77BzrWfcKYaB_Z7qoZkZA6mdaLR6631PlsG-Sgmaxe8TuBO2nCGtR8aqKHZy1v7_zTxp2il4D9tnOBkVQZD292aZvzHRp1rQuXWD0938IP7sHJ7iWc8ZWCslMZ1JZr2ovn6dlrJRSZwKDz9EXxhml_Vh1uMCSX4j6SVlY4Igar7uynfnQXFdfTXtNL6PmFLZzbmrT-2v1IWX37sIxdImOlu2luXFJqWyUyU3l2EdxEcrsGVxjYkVi6BYwEwuMvk1bzBdSWUSuDtbsTXg.wvk0XAFUlCXQaRY3zBwCJw.MpTbqLhGorHkqyksytW5i_3xlG4siQOw70f1hCsOuwYArFbD0T0R1Cgw_Ms-ym8yf4ksFXR6HlmS5tf3ZfnRuUu60LTBKbDC0wKY8dWsUig.g_ceL7m8Sdnyp4PCmweWgQ" - }, - - "record": { - "CNAME": "krishanu.odoo.com" - } - } - \ No newline at end of file + "owner": { + "username": "krishanunaskar", + "discord": "977802250716078210", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.qGTBpEFfITIu63a63XbYmqGoJDIOlEN4ISz3uij_lTD_OvLRriPZqb86NtySYA_f0g1DyQ77BzrWfcKYaB_Z7qoZkZA6mdaLR6631PlsG-Sgmaxe8TuBO2nCGtR8aqKHZy1v7_zTxp2il4D9tnOBkVQZD292aZvzHRp1rQuXWD0938IP7sHJ7iWc8ZWCslMZ1JZr2ovn6dlrJRSZwKDz9EXxhml_Vh1uMCSX4j6SVlY4Igar7uynfnQXFdfTXtNL6PmFLZzbmrT-2v1IWX37sIxdImOlu2luXFJqWyUyU3l2EdxEcrsGVxjYkVi6BYwEwuMvk1bzBdSWUSuDtbsTXg.wvk0XAFUlCXQaRY3zBwCJw.MpTbqLhGorHkqyksytW5i_3xlG4siQOw70f1hCsOuwYArFbD0T0R1Cgw_Ms-ym8yf4ksFXR6HlmS5tf3ZfnRuUu60LTBKbDC0wKY8dWsUig.g_ceL7m8Sdnyp4PCmweWgQ" + }, + "record": { + "CNAME": "krishanu.odoo.com" + } +} diff --git a/domains/krishanuop.json b/domains/krishanuop.json index b21a7f6c5..a3cc7a39c 100644 --- a/domains/krishanuop.json +++ b/domains/krishanuop.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "krishanunaskar", - "email": "", - "discord": "977802250716078210", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.OszIokiYPY7t3Ds6Ht-imaGPObxAklMvCUMae8XWaQ7viZjgRMMtjX9YfSXws6xbHJFckk1Y40MhMYPCHVi0WUHywQeqZsW-6aSTatDKKSn-2Wd2a3VxtZQabmGAtsNDdp9MFZnOTgs-XAKABpTDdsg4l0akeb-X1XkflwVdS018GsnkIzCxhsLG_SssCnyx3de7ZvGvGHmUzPxMeU6s4SgBvV-fZ1V7dFgyutDZzT01uF29-oIm8Xtaq-JVfJAVgnUpPZNapJFD9c_RItCQ80ukB3-r3D81bj-rTpydIipcRZdnz9WxhFgijxjCyoegO-LsEF5bx0-Jhtq0Y92Cvg.e513GaD0mKvES-jC1IjD2w.Rs3pmM_TESrJJIneD2cMrpon252r1EHu43bKC0628WlYzvt9QKMpR28oLfMcEtNoh2ND90ua77XzKXMJ_oClI_MKCZ0-_L-mLV4O5y-qhAg.oCo-xWtH8UfH_DmSlBghqg" - }, - - "record": { - "CNAME": "krishanu.odoo.com" - } - } - \ No newline at end of file + "owner": { + "username": "krishanunaskar", + "discord": "977802250716078210", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.OszIokiYPY7t3Ds6Ht-imaGPObxAklMvCUMae8XWaQ7viZjgRMMtjX9YfSXws6xbHJFckk1Y40MhMYPCHVi0WUHywQeqZsW-6aSTatDKKSn-2Wd2a3VxtZQabmGAtsNDdp9MFZnOTgs-XAKABpTDdsg4l0akeb-X1XkflwVdS018GsnkIzCxhsLG_SssCnyx3de7ZvGvGHmUzPxMeU6s4SgBvV-fZ1V7dFgyutDZzT01uF29-oIm8Xtaq-JVfJAVgnUpPZNapJFD9c_RItCQ80ukB3-r3D81bj-rTpydIipcRZdnz9WxhFgijxjCyoegO-LsEF5bx0-Jhtq0Y92Cvg.e513GaD0mKvES-jC1IjD2w.Rs3pmM_TESrJJIneD2cMrpon252r1EHu43bKC0628WlYzvt9QKMpR28oLfMcEtNoh2ND90ua77XzKXMJ_oClI_MKCZ0-_L-mLV4O5y-qhAg.oCo-xWtH8UfH_DmSlBghqg" + }, + "record": { + "CNAME": "krishanu.odoo.com" + } +} diff --git a/domains/krishna.json b/domains/krishna.json index 3bdb6ad77..3a8875946 100644 --- a/domains/krishna.json +++ b/domains/krishna.json @@ -4,7 +4,6 @@ "email": "Krishnabohra2013@gmail.com", "discord": "328135638358687746" }, - "record": { "CNAME": "krishnabohra.github.io" } diff --git a/domains/krunch.json b/domains/krunch.json index 6a37f059f..80350c61e 100644 --- a/domains/krunch.json +++ b/domains/krunch.json @@ -3,8 +3,7 @@ "repo": "https://github.com/RadioactivePotato/krunch-is-a-dev", "owner": { "username": "RadioactivePotato", - "email": "", - "discord": "krunchiekrunch._." + "discord": "1166013268008120340" }, "record": { "CNAME": "krunch.pages.dev" diff --git a/domains/ks.json b/domains/ks.json index b62fcf252..608470963 100644 --- a/domains/ks.json +++ b/domains/ks.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "k2s09", - "email": "soodkavin@gmail.com" - }, - "record": { - "CNAME": "kavinsood.com" - } + "owner": { + "username": "k2s09", + "email": "soodkavin@gmail.com" + }, + "record": { + "CNAME": "kavinsood.com" + } } diff --git a/domains/ktevin01.json b/domains/ktevin01.json new file mode 100644 index 000000000..63d6e2f91 --- /dev/null +++ b/domains/ktevin01.json @@ -0,0 +1,12 @@ +{ + "description": "Behold, My Stuff", + "repo": "https://github.com/ktevin01/register.is-a-dev", + "owner": { + "username": "ktevin01", + "email": "ktevin@icloud.com" + }, + "record": { + "URL": "https://github.com/ktevin01" + }, + "proxied": false +} diff --git a/domains/ktpguesser.loomeh.json b/domains/ktpguesser.loomeh.json new file mode 100644 index 000000000..953996849 --- /dev/null +++ b/domains/ktpguesser.loomeh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "loomeh", + "bluesky": "loomeh.bsky.social" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/kuanngyn.json b/domains/kuanngyn.json new file mode 100644 index 000000000..ce12aed84 --- /dev/null +++ b/domains/kuanngyn.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "LOQ-burh", + "email": "nguyenminhquan042004@email.com" + }, + "record": { + "CNAME": "kuanngyn-portfolio.vercel.app" + } +} diff --git a/domains/kubov.json b/domains/kubov.json index c3ddd1ebd..776034451 100644 --- a/domains/kubov.json +++ b/domains/kubov.json @@ -3,7 +3,6 @@ "username": "Kubov24", "email": "jakubcaly93@gmail.com" }, - "record": { "A": ["37.187.156.46"] } diff --git a/domains/kucharskov.json b/domains/kucharskov.json index 6aa4b6495..2bc0cbaa9 100644 --- a/domains/kucharskov.json +++ b/domains/kucharskov.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "Kucharskov", - "email": "", - "discord": "271314313984212992", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.B4bLEFARNAdE_BpPAqvnVufPoWEFTizcv4TOGjyRp4RXYC2M5KDV9FYxsJGHw1FSL349cL58sYIEj9rGNhYxAPWf9TzEXKgnCCHPcjbnOFr4q4Vo1z29HuvY2DyYjKHpWuGDoIgaYNsnXz2vYjgLeHG8gc6tB6v53Urf9jj4tF_vE3DmxgdsuXNcNlh9Lmw9Xi1DA2dId5YGklN9MVJLL78LEWkADBidKsSeQkEQ3h98pPw6MQuZ1WcDCBiFs6SaL0Hp9Mjsn3XESdwUeSF8oFbuIyRqQOsr26-SSn8t4noKeI_yvzI36sItkJVkfho9QtYUcdfjcxerXNDSpJ-6ow.fmZCDBax-e6Fvc2CpmcvUQ.TYO6CzoUcOp_GxVs9ACfSWNB4tawICrusIk8V1ccw4_4LrT5Sg8TSqX6Hv9AkSzHa1uJjqnq8Fpe5kLW7jp5neM1eC8YpeWKkpr_bxyggGA.OR3Hp4ja27cqEwLpfgmFag" - }, - - "record": { - "URL": "https://kucharskov.pl" - } - } - + "owner": { + "username": "Kucharskov", + "discord": "271314313984212992", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.B4bLEFARNAdE_BpPAqvnVufPoWEFTizcv4TOGjyRp4RXYC2M5KDV9FYxsJGHw1FSL349cL58sYIEj9rGNhYxAPWf9TzEXKgnCCHPcjbnOFr4q4Vo1z29HuvY2DyYjKHpWuGDoIgaYNsnXz2vYjgLeHG8gc6tB6v53Urf9jj4tF_vE3DmxgdsuXNcNlh9Lmw9Xi1DA2dId5YGklN9MVJLL78LEWkADBidKsSeQkEQ3h98pPw6MQuZ1WcDCBiFs6SaL0Hp9Mjsn3XESdwUeSF8oFbuIyRqQOsr26-SSn8t4noKeI_yvzI36sItkJVkfho9QtYUcdfjcxerXNDSpJ-6ow.fmZCDBax-e6Fvc2CpmcvUQ.TYO6CzoUcOp_GxVs9ACfSWNB4tawICrusIk8V1ccw4_4LrT5Sg8TSqX6Hv9AkSzHa1uJjqnq8Fpe5kLW7jp5neM1eC8YpeWKkpr_bxyggGA.OR3Hp4ja27cqEwLpfgmFag" + }, + "record": { + "URL": "https://kucharskov.pl" + } +} diff --git a/domains/kuldeep.json b/domains/kuldeep.json index a772ebcaf..459627f12 100644 --- a/domains/kuldeep.json +++ b/domains/kuldeep.json @@ -1,13 +1,15 @@ { - "owner": { - "username": "sukanayaprajapati124", - "email": "", - "discord": "1268262461576839222", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.SCcJ58_aMwgeQkYGvU9rzBgJa_EBHQl4TCr1dHPJyL_9r7gO7job3EH6jpv_wPxmUjlUmuMymShEOCl2tyCoEpGwOzTdKC1u7sBddNBKGA3OrhLuTYJDmb0DyyK9pndVT2XFbTvQ3muQEu37avW4emC-J8y0f_4XPaVluz-HCy1nmx4nG5YT1vYy3lFKoblexCkoPIni8gnX99GKakb1DU4i5Zrw__Uw6FH9BNqMDZ7u7rrn5iiAtopP2wNgNnMx83I1UEJ0eomY966kEkYzl3yf43UmorvAv_BKyKSomd-BfmoRG4GMICXjBgynuju0NFO_75LDJ-6fR_6OvgHMhw.xPf25fZWwHxMLxYzTwoUnA.ifY6RnwkNbTRpE-3pV7fC2kxC9GzBgjP9HmzXLcINbYNlKK_MEAUUXUU0JXhRL_vY99SXaYy4W7To13c_7YjSbx8vORYAcvXmt15B1nknKE.NoVRB7Wo-9sX3-BxKN4iYg" - }, - - "record": { - "A": ["185.199.108.153","185.199.109.153","185.199.110.153","185.199.110.153"] - } - } - + "owner": { + "username": "sukanayaprajapati124", + "discord": "1268262461576839222", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.SCcJ58_aMwgeQkYGvU9rzBgJa_EBHQl4TCr1dHPJyL_9r7gO7job3EH6jpv_wPxmUjlUmuMymShEOCl2tyCoEpGwOzTdKC1u7sBddNBKGA3OrhLuTYJDmb0DyyK9pndVT2XFbTvQ3muQEu37avW4emC-J8y0f_4XPaVluz-HCy1nmx4nG5YT1vYy3lFKoblexCkoPIni8gnX99GKakb1DU4i5Zrw__Uw6FH9BNqMDZ7u7rrn5iiAtopP2wNgNnMx83I1UEJ0eomY966kEkYzl3yf43UmorvAv_BKyKSomd-BfmoRG4GMICXjBgynuju0NFO_75LDJ-6fR_6OvgHMhw.xPf25fZWwHxMLxYzTwoUnA.ifY6RnwkNbTRpE-3pV7fC2kxC9GzBgjP9HmzXLcINbYNlKK_MEAUUXUU0JXhRL_vY99SXaYy4W7To13c_7YjSbx8vORYAcvXmt15B1nknKE.NoVRB7Wo-9sX3-BxKN4iYg" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] + } +} diff --git a/domains/kulikode.json b/domains/kulikode.json new file mode 100644 index 000000000..641c96cb4 --- /dev/null +++ b/domains/kulikode.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "khairu-aqsara", + "discord": "651519394673065977" + }, + "record": { + "CNAME": "khairu-aqsara.github.io" + } +} diff --git a/domains/kumoneo.json b/domains/kumoneo.json index 7507a5628..e85cd90c1 100644 --- a/domains/kumoneo.json +++ b/domains/kumoneo.json @@ -4,7 +4,6 @@ "email": "theamazingbrothers28@gmail.com", "discord": "961401804795547708" }, - "record": { "CNAME": "dns.nekoweb.org" } diff --git a/domains/kunalpurandare.json b/domains/kunalpurandare.json new file mode 100644 index 000000000..65b0486e4 --- /dev/null +++ b/domains/kunalpurandare.json @@ -0,0 +1,10 @@ +{ + "repo":"https://kunalpurandare.github.io/portfolio", + "owner": { + "username": "kunalpurandare", + "email": "kunalpurandare1703@gmail.com" + }, + "record": { + "CNAME": "kunalpurandare.github.io" + } +} diff --git a/domains/kunalshah017.json b/domains/kunalshah017.json new file mode 100644 index 000000000..ae6e2be7b --- /dev/null +++ b/domains/kunalshah017.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "kunalshah017", + "email": "kunalmanishshah@gmail.com", + "discord": "kunalshah17" + }, + "record": { + "CNAME": "kunalshah017.vercel.app" + } +} diff --git a/domains/kuro.json b/domains/kuro.json new file mode 100644 index 000000000..91d2d896a --- /dev/null +++ b/domains/kuro.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Kurorin-fs", + "twitter": "Kurorin_fs" + }, + "record": { + "CNAME": "kurorin-fs.github.io" + } +} diff --git a/domains/kushdhingra.json b/domains/kushdhingra.json deleted file mode 100644 index e82c0ac9f..000000000 --- a/domains/kushdhingra.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "Kush-Dhingra", - "email": "", - "discord": "1035869217796403220", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.gJTReSXxF-8BxDH8rn6i_DIx0XuVrc4yYnOEN1Awfp7mZcYPIgcPt4mvsScPbJYhZLN5XtDlxl0DcdU8Za12GCk-aIWegJ9-_32bdjw3agBzaJ-ltaslRoVpNJ3zfLaQ9V-BrhwVMEJhpz5-0eYeEiikL4tHAoPzzKMlYIf8f5l7IL6aMfhBZvIFf0B3upGg2FeOpFCXAsttU5QiKkjUt4BjetuYb29UJoNzDco1ZExLdudlKd_fz6IcaAsw2K1u6MMDDs2khsic9M42AE3pRFCP_hacdllY5Z66ATlmKhYAxFryJYWrgbfpGX2PxSrQalAao_IP1TIGgiq7ugiBDw.Lg-WIZSH_nzEfnLZct78Cg.soPtqjy32EA2Ew63dHQ8P8-dt4ZihvZpipBVkHyX_rlnv-y5YpS5v2-2d3O5hGHRfCKnfxQsvewDfcPSGa4_Oq8BN01Kzhbet8AXRCK6uOM.ouoa2YqHKAeX9lKWZoFaog" - }, - - "record": { - "CNAME": "kush-dhingra.github.io" - } - } - diff --git a/domains/kuyacarlos.json b/domains/kuyacarlos.json index bdaf6eee1..ec0eb10c3 100644 --- a/domains/kuyacarlos.json +++ b/domains/kuyacarlos.json @@ -5,6 +5,6 @@ "email": "carlosbenedictn@gmail.com" }, "record": { - "CNAME": "CarlosNatanauan.github.io" + "CNAME": "carlosnatanauan.github.io" } } diff --git a/domains/kuyo.json b/domains/kuyo.json index 5322d07d0..2af5ec513 100644 --- a/domains/kuyo.json +++ b/domains/kuyo.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "KaisenyiKuyo", - "email": "", - "discord": "1033580960882626630", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.iCF2wnxRDm-lOVzW7mpR5Hzk8w0r7tvzbOoRd-wI4WMccbkYPvoBBF3jMimR2AV71yxjeZVUdketFKEwxzzAblMmFcy2fqWrluc_--glvdT86HYZtshVKPrS8TCB018KNBApx5Vz1kj0vZ9DNCBBGGJyLseM_8JwlURJ8NDiYtR0wCtYUvFTs_h-LEsP7gqPy_41G2W92bb3D9SS6UZaShhB6tFs899A47E6u7JrgfmTcMhu_VjxwTqlq5jFdhDnjvEcwXW4SlJtwHvS_MKZzB0DGB_BzoPMmQExZzd4yXGnMZtMuboOp8M1nVCuuimdypDWVGVKFvOzFuh2fhKRXA.A8ru7HpNNyy9qpioaAFM5Q.wz2htUrwO5tiXD_uTot1C4OaPrh-HzchUNjDBFVHdWYL2u8TxnwiA-Vb1d8jBCmJ75ykdnahP4aSZkK32wEH4YxFDccgnYnli-EHoDp5iDQ.xPvh5urKu7BtaEODrareYA" - }, - - "record": { - "CNAME": "kaisenyikuyo.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "KaisenyiKuyo", + "discord": "1033580960882626630", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.iCF2wnxRDm-lOVzW7mpR5Hzk8w0r7tvzbOoRd-wI4WMccbkYPvoBBF3jMimR2AV71yxjeZVUdketFKEwxzzAblMmFcy2fqWrluc_--glvdT86HYZtshVKPrS8TCB018KNBApx5Vz1kj0vZ9DNCBBGGJyLseM_8JwlURJ8NDiYtR0wCtYUvFTs_h-LEsP7gqPy_41G2W92bb3D9SS6UZaShhB6tFs899A47E6u7JrgfmTcMhu_VjxwTqlq5jFdhDnjvEcwXW4SlJtwHvS_MKZzB0DGB_BzoPMmQExZzd4yXGnMZtMuboOp8M1nVCuuimdypDWVGVKFvOzFuh2fhKRXA.A8ru7HpNNyy9qpioaAFM5Q.wz2htUrwO5tiXD_uTot1C4OaPrh-HzchUNjDBFVHdWYL2u8TxnwiA-Vb1d8jBCmJ75ykdnahP4aSZkK32wEH4YxFDccgnYnli-EHoDp5iDQ.xPvh5urKu7BtaEODrareYA" + }, + "record": { + "CNAME": "kaisenyikuyo.github.io" + } +} diff --git a/domains/meenbeese.json b/domains/kuzey.json similarity index 100% rename from domains/meenbeese.json rename to domains/kuzey.json diff --git a/domains/kylemartin.json b/domains/kylemartin.json index b0d003cd7..18587dacd 100644 --- a/domains/kylemartin.json +++ b/domains/kylemartin.json @@ -2,8 +2,7 @@ "description": "Kyle Martin", "repo": "https://github.com/js-kyle/js-kyle.github.io", "owner": { - "username": "js-kyle", - "email": "" + "username": "js-kyle" }, "record": { "CNAME": "js-kyle.github.io" diff --git a/domains/kz.json b/domains/kz.json index a41039fba..2bc45d58e 100644 --- a/domains/kz.json +++ b/domains/kz.json @@ -4,7 +4,6 @@ "email": "iakzs@protonmail.com", "discord": "622795838032314388" }, - "record": { "MX": ["mx1.improvmx.com"] } diff --git a/domains/l.funn.json b/domains/l.funn.json new file mode 100644 index 000000000..161ac649c --- /dev/null +++ b/domains/l.funn.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "funnsam", + "email": "funnsam8@gmail.com" + }, + "record": { + "CNAME": "funnsam.github.io" + } +} diff --git a/domains/l.ps.json b/domains/l.ps.json new file mode 100644 index 000000000..f5f987d87 --- /dev/null +++ b/domains/l.ps.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "PrivacySecured", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.VoJDQtbSUW3kYsQ0IuIE4CTIomV-e8GVUO2wS0fZp_-DkO6QltgcnKL_mAqMH5Salut7IGMZy48HExbambDrl11jQWwYHBAqqyAuAlxsqnUh83KGY3UKYfQzA8eRkdCPTth1pxvyXfUFnAnjEtmJLMNTSCds-J8fmcIkNEu-xT2UMEjxPQkoN8sJ7EA8YTHn4t3078D8tMr3AV5DJ1rg0QnuFwjra5FbjuJGHeYenEzS-Tdha7LTUyTEbKrdqdxYNpN4pv45sNrVpsDZPt3sR1CgOnXNSsfVwjUm-5DRweNquJHUxSpNZblJnbWBErWyg9_NZvISrClpJZ4We48oDg.YdsO9C1ulWhtaJYei-z-Zg.8p4HE12styyP4JSTFrlLWMmfIUAOw1kDQWrAcqSOlqbbtujr4Ww-QyBuUBIQojGvuFKs3jflF5tuvIjOgU8hTOWxB2uS4KItHwpIsFeQo9i1OHSTzj0glP2ly-XMY1Wi.99kVL134lF7knduFKnqfGQ", + "notes": "I rarely go on my emails. If I do its because I needed a verification code." + }, + "record": { + "CNAME": "cname.short.io" + } +} diff --git a/domains/l0ser.json b/domains/l0ser.json index b5cb346b0..67b442d2e 100644 --- a/domains/l0ser.json +++ b/domains/l0ser.json @@ -1,11 +1,10 @@ { "description": "L0SER's personal developer website", - "repo": "https://github.com/L0SER8228", "owner": { "username": "L0SER8228", "email": "loserlackey@gmail.com" }, "record": { - "CNAME": "L0SER8228.github.io" + "CNAME": "l0ser8228.github.io" } } diff --git a/domains/l6174.json b/domains/l6174.json index 6071d4aa9..db7f0b6bd 100644 --- a/domains/l6174.json +++ b/domains/l6174.json @@ -6,18 +6,6 @@ "email": "l6174@proton.me" }, "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" - ] + "NS": ["armfazh.ns.cloudflare.com", "stella.ns.cloudflare.com"] } } diff --git a/domains/la-pyae-oo.json b/domains/la-pyae-oo.json new file mode 100644 index 000000000..87130f2ba --- /dev/null +++ b/domains/la-pyae-oo.json @@ -0,0 +1,11 @@ +{ + "description": "For my static portfolio website", + "owner": { + "username": "LaPyaeOo", + "email": "lapyaeootharthar@gmail.com" + }, + "record": { + "CNAME": "lapyaeoo.github.io" + }, + "proxied": true +} diff --git a/domains/lachlan.json b/domains/lachlan.json new file mode 100644 index 000000000..17042e9d9 --- /dev/null +++ b/domains/lachlan.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "mrteale" + }, + "record": { + "CNAME": "lachlanteale.com" + } +} diff --git a/domains/lachsfilet.json b/domains/lachsfilet.json index 9debd9e14..2960cf2a4 100644 --- a/domains/lachsfilet.json +++ b/domains/lachsfilet.json @@ -3,7 +3,6 @@ "username": "Lachsfilet", "email": "fberger10@gmx.de" }, - "record": { "CNAME": "lachsfilet.github.io" } diff --git a/domains/lackingcats.json b/domains/lackingcats.json new file mode 100644 index 000000000..68a357a64 --- /dev/null +++ b/domains/lackingcats.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "LackingCats", + "discord": "779872274744082442", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.fZCqZADYaD6DmkBnWFX5BBymOqmUfupbNuBRVYrbeuRO4palBeX_kv0Mqpb0LPQD3yEU1d9YseIEo6eC4cTo_KUsDR6JPYaJz7t9URslQixyQaWjZblSwG_LYCXXoNfiApkH56rb9qDUkIBf1WWBK3jE2J_9FwMBg1BZk1W5RQbuMNe-QjjY3Hn7BSDJaqDOeNMIWz95KsrRnLEAcgjW9ocoyfLO6UGMT-Yvr18jlYN9g5lo8gVexPnMS95xpzBf2MtJmjra6UJdY8g4v9y6S6qTHnF2gVpSShnkBjZCtCACyZ-m7NnWB--9hOkb3_ZK74JN6077VE0NZjXbPMJu5A.PSNruSL2dxexpB-Li38TYg.bFEi6ytIOLsqkWTOj1BO8JDs77s7jwOultNAwkKSNuP2HI3L7h3ffsFYlwUtOCGWTnaXKoSJZni-1OBESUhsuGonJ7b_qGhrjgevMjjHuBw.nPHqlyhm4Q7T525SBnhxpw" + }, + "record": { + "CNAME": "lackingcats.com.de" + } +} diff --git a/domains/lakhani-palak.json b/domains/lakhani-palak.json index 6c0b5f797..cacb9134d 100644 --- a/domains/lakhani-palak.json +++ b/domains/lakhani-palak.json @@ -2,8 +2,7 @@ "description": "Lakhani Palak.", "repo": "https://github.com/lakhani-palak/lakhani-palak.github.io", "owner": { - "username": "lakhani-palak", - "email": "" + "username": "lakhani-palak" }, "record": { "CNAME": "lakhani-palak.github.io" diff --git a/domains/lakhindar.json b/domains/lakhindar.json index 0ba66e3a0..0264b561d 100644 --- a/domains/lakhindar.json +++ b/domains/lakhindar.json @@ -10,10 +10,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=dev.lakhindarpal@gmail.com" } } diff --git a/domains/lakshay.json b/domains/lakshay.json new file mode 100644 index 000000000..48c3d9643 --- /dev/null +++ b/domains/lakshay.json @@ -0,0 +1,10 @@ +{ + "description": "Porfolio website link for lux", + "owner": { + "username": "unlux", + "email": "support@unlux.dev" + }, + "record": { + "URL": "https://unlux.dev" + } +} diff --git a/domains/lakshya.json b/domains/lakshya.json new file mode 100644 index 000000000..b46e64b73 --- /dev/null +++ b/domains/lakshya.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "lakshyaCreates", + "email": "lakshya.creates07@gmail.com" + }, + "description": "Lakshya's Personal Portfolio Website", + "repo": "https://github.com/lakshyaCreates/lakshyasharma", + "record": { + "URL": "https://lakshyasharma.dev" + } +} diff --git a/domains/lamngockhuong.json b/domains/lamngockhuong.json new file mode 100644 index 000000000..b06704cbe --- /dev/null +++ b/domains/lamngockhuong.json @@ -0,0 +1,10 @@ +{ + "description": "lamngockhuong.is-a.dev : This is my personal notebook", + "owner": { + "username": "lamngockhuong", + "email": "me@ngockhuong.com" + }, + "record": { + "URL": "https://dev.ngockhuong.com" + } +} diff --git a/domains/lamnguyenz.json b/domains/lamnguyenz.json new file mode 100644 index 000000000..795e9046a --- /dev/null +++ b/domains/lamnguyenz.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Blog Site", + "repo": "https://github.com/LamNguyenz/lamnguyenz.github.io", + "owner": { + "username": "LamNguyenz", + "email": "lamnguyen11e@gmail.com" + }, + "record": { + "CNAME": "lamnguyenz.github.io" + } +} diff --git a/domains/lamps-dev.json b/domains/lamps-dev.json new file mode 100644 index 000000000..855d591ea --- /dev/null +++ b/domains/lamps-dev.json @@ -0,0 +1,12 @@ +{ + "description": "For my projects.", + "repo": "https://github.com/lamps-dev/lamps-dev.github.io", + "owner": { + "username": "lamps-dev", + "email": "ilovelampadaire@gmail.com", + "twitter": "lampytofficial" + }, + "record": { + "CNAME": "lamps-dev.github.io" + } +} diff --git a/domains/landercity.json b/domains/landercity.json new file mode 100644 index 000000000..ebfc6c1e9 --- /dev/null +++ b/domains/landercity.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Juniordsfsdg", + "email": "emailcomputer22@gmail.com" + }, + "record": { + "A": ["209.126.86.32"] + } +} diff --git a/domains/landercitygaming.json b/domains/landercitygaming.json new file mode 100644 index 000000000..9ce1a4543 --- /dev/null +++ b/domains/landercitygaming.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "JuniorDereon", + "email": "robloxsafe72@gmail.com" + }, + "record": { + "A": ["159.69.86.171"] + } +} diff --git a/domains/lasty.json b/domains/lasty.json index 1674cd4e0..f0cef22aa 100644 --- a/domains/lasty.json +++ b/domains/lasty.json @@ -1,9 +1,9 @@ { "owner": { - "username": "me0w-0", - "email": "lasty@outlook.in" + "username": "me0w-0", + "email": "lasty@outlook.in" }, "record": { - "CNAME": "lasty.pages.dev" + "CNAME": "lasty.pages.dev" } } diff --git a/domains/laufey.json b/domains/laufey.json index 890b24d8c..60b0aecae 100644 --- a/domains/laufey.json +++ b/domains/laufey.json @@ -3,8 +3,7 @@ "repo": "https://github.com/idlidev/laufey-web", "owner": { "username": "idlidev", - "email": "idliyout@gmail.com", - "twitter": "" + "email": "idliyout@gmail.com" }, "record": { "CNAME": "idlidev.github.io" diff --git a/domains/lautaro-molina.json b/domains/lautaro-molina.json new file mode 100644 index 000000000..13b10fbc8 --- /dev/null +++ b/domains/lautaro-molina.json @@ -0,0 +1,10 @@ +{ + "description": "json for the domain is-a.dev", + "owner": { + "username": "LautaroMol", + "email": "Laumol159@gmail.com" + }, + "record": { + "URL": "https://lautaroportfolio.vercel.app/" + } +} diff --git a/domains/lavalink.akshtt.json b/domains/lavalink.akshtt.json index 5ff9fe6e2..ad11a082f 100644 --- a/domains/lavalink.akshtt.json +++ b/domains/lavalink.akshtt.json @@ -1,10 +1,9 @@ { "owner": { - "username": "LegendOP1041", + "username": "akshtt-dev", "email": "maillegendop@gmail.com", "discord": "1056531806763102218" }, - "record": { "A": ["69.197.135.202"] } diff --git a/domains/law.udhaya.json b/domains/law.udhaya.json new file mode 100644 index 000000000..9e8bd626f --- /dev/null +++ b/domains/law.udhaya.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "xaceduke", + "email": "kinghtth0@gmail.com" + }, + "record": { + "CNAME": "lawudhaya.netlify.app" + } +} diff --git a/domains/lawrenceee04.json b/domains/lawrenceee04.json new file mode 100644 index 000000000..ab5b04a7b --- /dev/null +++ b/domains/lawrenceee04.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lawrenceee04", + "email": "lawrencelg04@gmail.com" + }, + "record": { + "CNAME": "lawrenceee04.netlify.app" + } +} diff --git a/domains/layhout.json b/domains/layhout.json new file mode 100644 index 000000000..c36c03fa1 --- /dev/null +++ b/domains/layhout.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "layhout", + "email": "layhoutworkmail@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/lazy.json b/domains/lazy.json new file mode 100644 index 000000000..e4610e565 --- /dev/null +++ b/domains/lazy.json @@ -0,0 +1,10 @@ +{ + "description": "lazydragon.is-a.dev", + "owner": { + "username": "xuan-Thu", + "email": "xuanthu13090@gmail.com" + }, + "record": { + "CNAME": "xuan-thu.github.io" + } +} diff --git a/domains/ldt.json b/domains/ldt.json new file mode 100644 index 000000000..ad1bda352 --- /dev/null +++ b/domains/ldt.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "luongductrong", + "email": "luongductrong2004@gmail.com" + }, + "record": { + "CNAME": "luongductrong.github.io" + } +} diff --git a/domains/leandrogameplays.json b/domains/leandrogameplays.json index bcea816a7..488013c7a 100644 --- a/domains/leandrogameplays.json +++ b/domains/leandrogameplays.json @@ -1,17 +1,12 @@ { - "owner": { - "username": "LeandroGameplaysBR", - "email": "leandrogameplays74@outlook.com", - "discord": "351853993443590145", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.bZj78GsosfV-njUz8U1rJxGiVcdUic3W0HrirEAP8066paJbeal5aYkKOyyeTO7hmyatEJgdXr2DGGPexl079J4oawcsXiQYrewOwsc4XeLkpiWmAkMAJlflEy0Lwu_zPIcS6FHbLscjFltjYB0I_VaWH7d1yL-dDdB_9f79LqePpEDVWeSm_tE_K9AvOZWTxjlW-MLgtsF_dZkMCn5ez7gfQxya4KHFY2l9bEREmRe_hr_ZZp12WvNrlF29qW5MFbFQsbrYsDrI-iOxjsY041RJVT7G1abtTkF1bLuFN-5dkHXmcobAgsA9i_Z217_NLhVEfzfhxiEVvhh8bsxt-g.0gki4o65YPpemExFGVKWGQ.5filVxsyk_BErBgcU2nFuEHMtIuNQI1lUXV5oQtFB3Dr3eZCishTmAzyicrT_fu3I_BG1lstU2B3HXIDkza2bwRgOV1QTc0YmXT1jnY17tteTxICfcLkjgwqXYcoakfu.-rWHQPsibUCgYKaPMnP7vQ" - }, - "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": [ - "v=spf1 include:spf.improvmx.com ~all" - ] - } + "owner": { + "username": "LeandroGameplaysBR", + "email": "leandrogameplays74@outlook.com", + "discord": "351853993443590145", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.bZj78GsosfV-njUz8U1rJxGiVcdUic3W0HrirEAP8066paJbeal5aYkKOyyeTO7hmyatEJgdXr2DGGPexl079J4oawcsXiQYrewOwsc4XeLkpiWmAkMAJlflEy0Lwu_zPIcS6FHbLscjFltjYB0I_VaWH7d1yL-dDdB_9f79LqePpEDVWeSm_tE_K9AvOZWTxjlW-MLgtsF_dZkMCn5ez7gfQxya4KHFY2l9bEREmRe_hr_ZZp12WvNrlF29qW5MFbFQsbrYsDrI-iOxjsY041RJVT7G1abtTkF1bLuFN-5dkHXmcobAgsA9i_Z217_NLhVEfzfhxiEVvhh8bsxt-g.0gki4o65YPpemExFGVKWGQ.5filVxsyk_BErBgcU2nFuEHMtIuNQI1lUXV5oQtFB3Dr3eZCishTmAzyicrT_fu3I_BG1lstU2B3HXIDkza2bwRgOV1QTc0YmXT1jnY17tteTxICfcLkjgwqXYcoakfu.-rWHQPsibUCgYKaPMnP7vQ" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + } } diff --git a/domains/ledraa.json b/domains/ledraa.json index 7c4ec5023..f3ba64bf8 100644 --- a/domains/ledraa.json +++ b/domains/ledraa.json @@ -4,8 +4,6 @@ "email": "jling0139@gmail.com" }, "record": { - "MX": [ - "feedback-smtp.us-east-1.amazonses.com" - ] + "MX": ["feedback-smtp.us-east-1.amazonses.com"] } } diff --git a/domains/leek.json b/domains/leek.json new file mode 100644 index 000000000..8352459fc --- /dev/null +++ b/domains/leek.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "leek", + "email": "leeked+isadev@gmail.com" + }, + "record": { + "URL": "https://leek.io" + } +} diff --git a/domains/legz.json b/domains/legz.json new file mode 100644 index 000000000..8923707a6 --- /dev/null +++ b/domains/legz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "LegzDev", + "email": "legzdev@proton.me" + }, + "record": { + "A": ["152.206.177.227"] + } +} diff --git a/domains/lenicyl.json b/domains/lenicyl.json index d28d70dd9..78dcec555 100644 --- a/domains/lenicyl.json +++ b/domains/lenicyl.json @@ -1,8 +1,7 @@ { "owner": { "username": "Lenicyl", - "discord": "HUT#5940", - "email": "" + "discord": "HUT#5940" }, "record": { "CNAME": "lenicyl.github.io" diff --git a/domains/leo.json b/domains/leo.json index 24046e7b9..c4a259dc0 100644 --- a/domains/leo.json +++ b/domains/leo.json @@ -1,6 +1,5 @@ { "description": "Leonard's Personal Website", - "repo": "https://github.com/LeonardSSH", "owner": { "username": "LeonardSSH", "email": "leonardssh22@gmail.com", diff --git a/domains/leolb.json b/domains/leolb.json new file mode 100644 index 000000000..d8d150035 --- /dev/null +++ b/domains/leolb.json @@ -0,0 +1,11 @@ +{ + "description": "Leo LB Portfolio", + "repo": "https://github.com/leo-lb29", + "owner": { + "username": "leo-lb29", + "email": "postyourbot@gmail.com" + }, + "record": { + "URL": "https://leolb.wagoo.app" + } +} diff --git a/domains/lester.json b/domains/lester.json new file mode 100644 index 000000000..2a7e3f4d1 --- /dev/null +++ b/domains/lester.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "LSTR", + "email": "lesternr@gmail.com" + }, + "record": { + "CNAME": "lstr.github.io" + } +} diff --git a/domains/letum.json b/domains/letum.json index 524092915..c7060b934 100644 --- a/domains/letum.json +++ b/domains/letum.json @@ -1,8 +1,7 @@ { - "owner": { - "username": "amoramicae", - "discord": "1252631745514180790", - "email": "" + "owner": { + "username": "amoramicae", + "discord": "1252631745514180790" }, "record": { "CNAME": "letum.pages.dev" diff --git a/domains/levani.json b/domains/levani.json index de5c18571..86ce4423d 100644 --- a/domains/levani.json +++ b/domains/levani.json @@ -4,6 +4,6 @@ "email": "vashadzelevani11@gmail.com" }, "record": { - "CNAME": "LevaniVashadze.github.io" + "CNAME": "levanivashadze.github.io" } } diff --git a/domains/levon.json b/domains/levon.json new file mode 100644 index 000000000..a3e33e903 --- /dev/null +++ b/domains/levon.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "levon-d", + "email": "mycroft2003@gmail.com" + }, + "record": { + "CNAME": "levon-d.github.io" + } +} diff --git a/domains/lexy.json b/domains/lexy.json new file mode 100644 index 000000000..471b7cb26 --- /dev/null +++ b/domains/lexy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Olalexy1", + "discord": "olalexy1" + }, + "record": { + "CNAME": "lexy-portfolio-frontend.vercel.app" + } +} diff --git a/domains/lezli01.json b/domains/lezli01.json new file mode 100644 index 000000000..372185af2 --- /dev/null +++ b/domains/lezli01.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lezli01", + "email": "lezli01@gmail.com" + }, + "record": { + "CNAME": "lezli01.github.io" + } +} diff --git a/domains/lf.json b/domains/lf.json index 14a58e8e2..811f44f5a 100644 --- a/domains/lf.json +++ b/domains/lf.json @@ -1,7 +1,6 @@ { "owner": { "username": "lfom", - "email": "", "matrix": "@lfdev:envs.net" }, "record": { diff --git a/domains/lgstfn.json b/domains/lgstfn.json new file mode 100644 index 000000000..7c4cbe3f7 --- /dev/null +++ b/domains/lgstfn.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "lungustefan", + "email": "hi@lungustefan.ro", + "phone": "(+40) 0770618625", + "discord": "753179409682399332", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ZerVkVuk5RE7iT8ymXVcKhUkihyAdAbufacrfxq1u7NKQ4Hd0_PbY5FYDAR5uuVd-sCe7fOztiSKV7f9q1OI4HNGDqQxiaWqzom_lQsrIMW-gWUDsBG4Vo8gsq0wrw2th797i-JfsXy2crWaeXlX7X1kROV5KZhGwlSusnUrMp3jlN-uUM3b4hxUyEs3grbh4BiZ9CWShm-kLUs572OBpMigXh3aO0DcUl-BdYdlpSEdRQe8zwylJbFnetxG3qBaMcciGwImixY6V4qaqFwH18isGjDknsHB2WvXM8ekMZmSxgMyRtv1VRSbC22grzMeBazgWoj3x65KU3Z8C7KNmw.w-d8n6WalLAvFcWHqlRkcw.W7GJTwpNRB9pUehhfBXVlkOR1knSNSjvJWeDViV6u2h6AyBdwyaAyILEQzC5ishw0f209VgdyaCqocC7nJp_ZjWjAfcyw0ICLiUXM37Sn3Q.xQOo4RjPMh6dBbWiF1Polw" + }, + "record": { + "NS": ["aron.ns.cloudflare.com", "dilbert.ns.cloudflare.com"] + } +} diff --git a/domains/spicy.json b/domains/liam.json similarity index 58% rename from domains/spicy.json rename to domains/liam.json index d86016f3e..596537c09 100644 --- a/domains/spicy.json +++ b/domains/liam.json @@ -1,7 +1,7 @@ { "owner": { - "username": "oyepriyansh", - "email": "oyepriyansh@hotmail.com" + "username": "liamatienza", + "email": "liamdev@duck.com" }, "record": { "A": [ @@ -10,10 +10,8 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" - } + }, + "proxied": true } diff --git a/domains/liamgenjs.json b/domains/liamgenjs.json index e79c4eb07..914692b67 100644 --- a/domains/liamgenjs.json +++ b/domains/liamgenjs.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "liam-gen", - "email": "liamgen.js@proton.me" - }, - "record": { - "CNAME": "liamgenjs.pages.dev" - } + "owner": { + "username": "liam-gen", + "email": "liamgen.js@proton.me" + }, + "record": { + "CNAME": "liamgenjs.pages.dev" + } } diff --git a/domains/liaobots.json b/domains/liaobots.json index 3b40a06ed..6bc57f038 100644 --- a/domains/liaobots.json +++ b/domains/liaobots.json @@ -1,11 +1,9 @@ { - "owner": { - "username": "EducatedSuddenBucket", - "email": "educatedsuddenbucket@gmail.com" - }, - "record": { - "A": [ - "76.76.21.21" - ] - } + "owner": { + "username": "EducatedSuddenBucket", + "email": "educatedsuddenbucket@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } } diff --git a/domains/liboot.json b/domains/liboot.json new file mode 100644 index 000000000..1b302daeb --- /dev/null +++ b/domains/liboot.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "libootnet" + }, + "record": { + "URL": "https://github.com/libootnet" + } +} diff --git a/domains/libresplit-resources.loomeh.json b/domains/libresplit-resources.loomeh.json new file mode 100644 index 000000000..953996849 --- /dev/null +++ b/domains/libresplit-resources.loomeh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "loomeh", + "bluesky": "loomeh.bsky.social" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/libresplit.loomeh.json b/domains/libresplit.loomeh.json new file mode 100644 index 000000000..953996849 --- /dev/null +++ b/domains/libresplit.loomeh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "loomeh", + "bluesky": "loomeh.bsky.social" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/light.json b/domains/light.json deleted file mode 100644 index 652b1c7e1..000000000 --- a/domains/light.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "LightClient", - "repo": "https://github.com/EvaZeVolt/GBA-Emulator", - "owner": { - "username": "Voltage", - "email": "Voltagenesis@outlook.com" - }, - "record": { - "CNAME": "evazevolt.github.io" - } -} diff --git a/domains/lightsys32.json b/domains/lightsys32.json deleted file mode 100644 index f0a46ad09..000000000 --- a/domains/lightsys32.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "not-amplify", - "email": "not.amplify.x@gmail.com", - "discord": "1202067094360035353" - }, - - "record": { - "A": ["104.243.45.193"] - } - } - \ No newline at end of file diff --git a/domains/lighty.json b/domains/lighty.json index 175e5140d..87b3fc874 100644 --- a/domains/lighty.json +++ b/domains/lighty.json @@ -4,7 +4,6 @@ "email": "trapizoids543@gmail.com", "discord": "1108616541739700284" }, - "record": { "A": [ "185.199.108.153", @@ -12,12 +11,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": [ - "v=spf1 include:spf.improvmx.com ~all" - ] + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] } } diff --git a/domains/ligmatv.json b/domains/ligmatv.json deleted file mode 100644 index 12be4ab97..000000000 --- a/domains/ligmatv.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "This subdomain will i use for my LIGMATV's blog website.", - "repo": "https://github.com/LIGMATV/LIGMATV.github.io", - "owner": { - "username": "LIGMATV", - "email": "ligmatv.id@gmail.com" - }, - "record": { - "CNAME": "ligmatv.github.io" - } -} diff --git a/domains/lihua.json b/domains/lihua.json index 8e51c6f8d..8f04a6d66 100644 --- a/domains/lihua.json +++ b/domains/lihua.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "wanglihuaya", - "email": "me@lihua.dev" - }, - "record": { - "CNAME": "lihua.dev" - } + "owner": { + "username": "wanglihuaya", + "email": "me@lihua.dev" + }, + "record": { + "CNAME": "lihua.dev" + } } diff --git a/domains/lihun.json b/domains/lihun.json index 699523341..9a600f651 100644 --- a/domains/lihun.json +++ b/domains/lihun.json @@ -3,7 +3,6 @@ "username": "mushlihun", "email": "muslihun@untan.ac.id" }, - "record": { "CNAME": "mushlihun.github.io" } diff --git a/domains/limbanitejal.json b/domains/limbanitejal.json index 5b8552bd6..9e6fcd8f8 100644 --- a/domains/limbanitejal.json +++ b/domains/limbanitejal.json @@ -2,8 +2,7 @@ "description": "Limbani tejal Profile.", "repo": "https://github.com/limbanitejal/limbanitejal.github.io", "owner": { - "username": "limbanitejal", - "email": "" + "username": "limbanitejal" }, "record": { "CNAME": "limbanitejal.github.io" diff --git a/domains/lime360.json b/domains/lime360.json deleted file mode 100644 index dee22033f..000000000 --- a/domains/lime360.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "lime360", - "email": "emeraldlime@protonmail.com" - }, - "record": { - "CNAME": "lime360.github.io" - } -} diff --git a/domains/linhtutkyaw.json b/domains/linhtutkyaw.json new file mode 100644 index 000000000..8a149919a --- /dev/null +++ b/domains/linhtutkyaw.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "linhtutkyawdev", + "email": "linhtutkyaw.dev@gmail.com" + }, + "record": { + "CNAME": "linhtutkyawdev.vercel.app" + } +} diff --git a/domains/link-to.lver.json b/domains/link-to.lver.json new file mode 100644 index 000000000..c7b378dda --- /dev/null +++ b/domains/link-to.lver.json @@ -0,0 +1,11 @@ +{ + "github": "https://github.com/lverx", + "owner": { + "username": "lverx", + "email": "profoundlvr@gmail.com" + }, + "record": { + "A": ["52.72.49.79"] + }, + "proxied": true +} \ No newline at end of file diff --git a/domains/link.krunch.json b/domains/link.krunch.json deleted file mode 100644 index e8a8d5dc3..000000000 --- a/domains/link.krunch.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "RadioactivePotato", - "email": "", - "discord": "krunchiekrunch._." - }, - "record": { - "CNAME": "cname.short.io" - } -} diff --git a/domains/link.vinceale7082.json b/domains/link.vinceale7082.json deleted file mode 100644 index b7a885133..000000000 --- a/domains/link.vinceale7082.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "VinceAle7082", - "email": "vinceale7082@gmail.com", - "discord": "1078447459900063816", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.gJMoU3q_oUV1HkwQ_iqc9c5A-CrQpYDBcbv825Y26CHrUZZwrSb6oRfqqsEqiClcCyKMoFW3jbUdCEk3OsjldrgQOzY0xIvLuchXu1VCbSkkDXeSJCxS7lTpTJ_2TQe9zPs1nanuUf8k3zVxvpis_DIs4ON9vqyW-D9iXgCLJEqF6ILJla4aMSvya2yEWzz56Rdh242J5F3HMQwqEEQpYTJPdM-XN3NuQxsu9f6dfhBNd-QMKqc7nPDqDYSpKCABdWphikCjMEyYQHXXVnlLmXOYjaATE-ZvWyb-1aHTpqZwRxjB77AdrfPgwEpUVstCMYGuXehjz_VqZ5ihPGefRw.Hyqa9XTdQZexcwDXH6wcSw.ygPBwgZujpLGVzWFsjlHla6y14-6E7lL-ifYaFZ40jbXj-ukWpL4eXaXx6P-4yNYSjoNIXcaToQxvDVHbQkClZJiu5XDJ7ahzTnlCQ3ngqg.1LRgjc8WbrkWVnqpHBBQIw" - }, - - "record": { - "CNAME": "track.smtp2go.net" - } - } diff --git a/domains/link.yxz.json b/domains/link.yxz.json new file mode 100644 index 000000000..af2b7f4ee --- /dev/null +++ b/domains/link.yxz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "yz9551", + "discord": "yz9551" + }, + "record": { + "CNAME": "track.smtp2go.net" + } +} diff --git a/domains/linkman.json b/domains/linkman.json new file mode 100644 index 000000000..94aeb6a12 --- /dev/null +++ b/domains/linkman.json @@ -0,0 +1,11 @@ +{ + "description": "Website to put information about my projects", + "repo": "https://github.com/linkman8912/website", + "owner": { + "username": "linkman8912", + "email": "linkman8912@proton.me" + }, + "record": { + "CNAME": "website-1i7.pages.dev" + } +} diff --git a/domains/links.ikram.json b/domains/links.ikram.json new file mode 100644 index 000000000..ff29ca1bb --- /dev/null +++ b/domains/links.ikram.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "ikram-maulana", + "email": "ikrammaulana021@gmail.com", + "discord": "634603202784002050" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/links.ryanbaig.json b/domains/links.ryanbaig.json new file mode 100644 index 000000000..8f67cb323 --- /dev/null +++ b/domains/links.ryanbaig.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "RyanBaig", + "discord": "757475933170040893" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/linstall.json b/domains/linstall.json new file mode 100644 index 000000000..3d2753ff3 --- /dev/null +++ b/domains/linstall.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "riotoff", + "discord": "1040929084684902460" + }, + "record": { + "CNAME": "riotoff.github.io" + } +} diff --git a/domains/linux.formuna.json b/domains/linux.formuna.json new file mode 100644 index 000000000..2e471269e --- /dev/null +++ b/domains/linux.formuna.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "FormunaGit", + "discord": "754657845563097108" + }, + "record": { + "CNAME": "rimwiki.vercel.app" + } +} diff --git a/domains/linuxlover.json b/domains/linuxlover.json index e74372302..f33585f7d 100644 --- a/domains/linuxlover.json +++ b/domains/linuxlover.json @@ -1,12 +1,11 @@ { - "description": "A website for my program", - "repo": "https://github.com/winvistalover/winvistalover.github.io", - "owner": { - "username": "winvistalover", - "email": "", - "discord": "952930824351780904" - }, - "record": { - "CNAME": "winvistalover.github.io" - } -} + "description": "A website for my program", + "repo": "https://github.com/winvistalover/winvistalover.github.io", + "owner": { + "username": "winvistalover", + "discord": "952930824351780904" + }, + "record": { + "CNAME": "winvistalover.github.io" + } +} diff --git a/domains/lioo.json b/domains/lioo.json new file mode 100644 index 000000000..b784ed46b --- /dev/null +++ b/domains/lioo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lio10jr", + "email": "kevinzambrano593@gmail.com" + }, + "record": { + "URL": "https://github.com/Lio10jr" + } +} diff --git a/domains/liq.json b/domains/liq.json index 17595f9e5..1a976286f 100644 --- a/domains/liq.json +++ b/domains/liq.json @@ -1,9 +1,7 @@ { "description": "Learning something new everyday", - "repo": "https://github.com/DevLiQ", "owner": { - "username": "DevLiQ", - "email": "21136062+devliq@users.noreply.github.com" + "username": "DevLiQ" }, "record": { "CNAME": "devliq.github.io" diff --git a/domains/lit.lver.json b/domains/lit.lver.json new file mode 100644 index 000000000..e707644de --- /dev/null +++ b/domains/lit.lver.json @@ -0,0 +1,16 @@ +{ + "github": "https://github.com/lverx", + "owner": { + "username": "lverx", + "email": "profoundlvr@gmail.com" + }, + "record": { + "URL": "https://linktr.ee/lverboy" + }, + "redirect_config": { + "custom_paths": { + "/home": "https://lver.is-a.dev/" + }, + "redirect_paths": true + } +} diff --git a/domains/ljean.json b/domains/ljean.json new file mode 100644 index 000000000..4330b007f --- /dev/null +++ b/domains/ljean.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Granpiecito", + "email": "jeanpierresperrymanaleman@gmail.com", + "discord": "294318911791562752" + }, + "record": { + "CNAME": "portfolio-astro-fawn-ten.vercel.app" + } +} diff --git a/domains/lkmw.json b/domains/lkmw.json index 38bd18d90..0da759beb 100644 --- a/domains/lkmw.json +++ b/domains/lkmw.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "leowilkin", - "email": "leo.wilkin10@gmail.com", - "discord": "712341552537796629" - }, - - "record": { - "CNAME": "wilkin.xyz" - } - } - \ No newline at end of file + "owner": { + "username": "leowilkin", + "email": "leo.wilkin10@gmail.com", + "discord": "712341552537796629" + }, + "record": { + "CNAME": "wilkin.xyz" + } +} diff --git a/domains/lknows.json b/domains/lknows.json index 2f2f3da62..c3a80e66a 100644 --- a/domains/lknows.json +++ b/domains/lknows.json @@ -6,7 +6,6 @@ "email": "easyg53@gmail.com", "discord": "Ne bije al' ubija u pojam#2020" }, - "record": { "CNAME": "lknows.github.io" } diff --git a/domains/llm.fawwaz.json b/domains/llm.fawwaz.json new file mode 100644 index 000000000..f3ce99921 --- /dev/null +++ b/domains/llm.fawwaz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "fawwazanvilen", + "email": "fawwazanvi@gmail.com" + }, + "record": { + "A": ["103.16.117.247"] + } +} diff --git a/domains/llucx.json b/domains/llucx.json new file mode 100644 index 000000000..979f00458 --- /dev/null +++ b/domains/llucx.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "llucxdev", + "email": "puertesarrue@gmail.com", + "discord": "lluuuc_12" + }, + "record": { + "CNAME": "portfolio-llucx.vercel.app" + } +} diff --git a/domains/lndr2501.json b/domains/lndr2501.json index 1158094a3..92e436631 100644 --- a/domains/lndr2501.json +++ b/domains/lndr2501.json @@ -1,7 +1,6 @@ { "owner": { - "username": "Lndr2501", - "email": "" + "username": "Lndr2501" }, "repo": "https://github.com/Lndr2501/Lndr2501", "record": { diff --git a/domains/lnfnunes.json b/domains/lnfnunes.json index 063c01ba1..88af75306 100644 --- a/domains/lnfnunes.json +++ b/domains/lnfnunes.json @@ -1,6 +1,5 @@ { "description": "Little Big Nunes", - "repo": "https://github.com/lnfnunes", "owner": { "username": "lnfnunes", "email": "dr1design@gmail.com" diff --git a/domains/lnk.json b/domains/lnk.json index 7f37f7849..ae1b6f1d0 100644 --- a/domains/lnk.json +++ b/domains/lnk.json @@ -4,7 +4,6 @@ "email": "littlehaofficial@gmail.com", "discord": "810846876592242719" }, - "record": { "CNAME": "cname.short.io" } diff --git a/domains/lnminh1411.json b/domains/lnminh1411.json index 8615d05e7..b4a38db99 100644 --- a/domains/lnminh1411.json +++ b/domains/lnminh1411.json @@ -12,10 +12,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=nhatminh.forwarding@gmail.com" } } diff --git a/domains/lobo.json b/domains/lobo.json new file mode 100644 index 000000000..3e1f4443a --- /dev/null +++ b/domains/lobo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Lobooooooo14", + "discord": "783120232134082580" + }, + "record": { + "CNAME": "olobo.vercel.app" + } +} diff --git a/domains/locionic.json b/domains/locionic.json new file mode 100644 index 000000000..7b8b7b50f --- /dev/null +++ b/domains/locionic.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "locionic", + "email": "noone000a@gmail.com" + }, + "record": { + "CNAME": "portfolio-blog-locionic.vercel.app" + } +} diff --git a/domains/logan.json b/domains/logan.json index 9461a4911..cef72e17d 100644 --- a/domains/logan.json +++ b/domains/logan.json @@ -7,6 +7,6 @@ "twitter": "LoganTheDudeRox" }, "record": { - "CNAME": "LoganLikesToCode.github.io" + "CNAME": "loganlikestocode.github.io" } } diff --git a/domains/lohit.json b/domains/lohit.json new file mode 100644 index 000000000..9c060164b --- /dev/null +++ b/domains/lohit.json @@ -0,0 +1,15 @@ +{ + "owner": { + "username": "lohitkolluri", + "email": "lohitkolluri@gmail.com", + "discord": "drxven" + }, + "record": { + "A": ["76.76.21.21"], + "MX": ["mx.zoho.in", "mx2.zoho.in", "mx3.zoho.in"], + "TXT": [ + "v=spf1 include:zohomail.in ~all", + "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDk3bjKjaUSMk1CmR3dk3zbYxepsBEwSlM5Sz7f0IMEQICvmR4rv3O3dnT+2JmzV9sr/97sqQpucCVDJaJrnLB4XlFCvgJfwUTU8TX4CPSnWOJ4P7cxrfaMRMZARJoj31m81NB/eVArLcCZFZ/wprNeiOMhPGDL4B2lZRZkDts63wIDAQAB" + ] + } +} diff --git a/domains/loinguyende.json b/domains/loinguyende.json new file mode 100644 index 000000000..2e991fa5d --- /dev/null +++ b/domains/loinguyende.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "loinguyen3108", + "email": "ntloic3tbt@gmail.com" + }, + "record": { + "CNAME": "my-second-brain-omega.vercel.app" + } +} diff --git a/domains/lololand.json b/domains/lololand.json new file mode 100644 index 000000000..aeb4627b9 --- /dev/null +++ b/domains/lololand.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "pessonnier", + "email": "ihdpsidt.hpsi@gmail.com" + }, + "record": { + "URL": "https://pessonnier.github.io/doc/" + } +} diff --git a/domains/lonelil.json b/domains/lonelil.json deleted file mode 100644 index eeb702326..000000000 --- a/domains/lonelil.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "This will be used for my portfolio.", - "repo": "https://github.com/lonelil/lonelil.github.io", - "owner": { - "username": "lonelil", - "discord": "lonelil#0001", - "email": "" - }, - "record": { - "CNAME": "lonelil.github.io" - } -} diff --git a/domains/longnt.json b/domains/longnt.json new file mode 100644 index 000000000..33b59ff66 --- /dev/null +++ b/domains/longnt.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "simel0", + "email": "longnt2204+dev@gmail.com" + }, + "record": { + "NS": ["armfazh.ns.cloudflare.com", "stella.ns.cloudflare.com"] + } +} diff --git a/domains/loomeh.json b/domains/loomeh.json new file mode 100644 index 000000000..450b9ee89 --- /dev/null +++ b/domains/loomeh.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "loomeh", + "bluesky": "loomeh.bsky.social" + }, + "record": { + "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"], + "A": ["76.76.21.21"], + "TXT": [ + "v=spf1 include:zohomail.eu ~all", + "zoho-verification=zb06679817.zmverify.zoho.eu" + ] + } +} diff --git a/domains/loser.json b/domains/loser.json index 38284fffd..59a8bde05 100644 --- a/domains/loser.json +++ b/domains/loser.json @@ -4,7 +4,6 @@ "email": "gus.creten@gmail.com", "note": "This record was created by is-a.dev Discord bot via discord id: 1106868081843777537" }, - "record": { "A": [ "185.199.108.153", @@ -12,12 +11,7 @@ "185.199.110.153", "185.199.111.153" ], - - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], - + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=gus.creten@gmail.com" } } diff --git a/domains/losr.json b/domains/losr.json index 38284fffd..59a8bde05 100644 --- a/domains/losr.json +++ b/domains/losr.json @@ -4,7 +4,6 @@ "email": "gus.creten@gmail.com", "note": "This record was created by is-a.dev Discord bot via discord id: 1106868081843777537" }, - "record": { "A": [ "185.199.108.153", @@ -12,12 +11,7 @@ "185.199.110.153", "185.199.111.153" ], - - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], - + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=gus.creten@gmail.com" } } diff --git a/domains/lousybot.vulpine.json b/domains/lousybot.vulpine.json index be7ec6141..055304260 100644 --- a/domains/lousybot.vulpine.json +++ b/domains/lousybot.vulpine.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "VulpineFriend87", - "email": "", - "discord": "911268706112397392", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.r6syW7tNxlBa5qDUur4fffj5IZ_eJk-iOjUdEY0ltdKkaQb4_duvgZdvfL5vEgus1-X6ITfovRqqRdBe0QrCUz0cGZJApqG1mNatuxfLpIvsUs6NJXgUlvtlZNgEIs4quS9nTYkwaf2GN00Dw9HIWiI1kK9Xeka9pF5mawoiEBvUgkIkXIsIsN5o8_UP-RFCA1SPqRm9G5hsgGm4xH5XW8ujrZV-rO3DOq7Y1-3jg9Wu7pchKNWGB1gxwcNtYsJdwPt1rVVHUIRrwRTB0RO5iA-lOKD0uTb0YTqljQRraTm76ED6w5xOy5cF2-dAb93NOIh_BKK-kacf1PW5AzU_WA.0uyS8PftuzxGzQXJ0Ku2ZQ.AkMecMaSNp3FPFR-cVg6ZylxV9UUwjF1P0NIIZaiHyVtr-Xzl4qnbWebKMlZ3rMT8VusovJslRt5wAL8QaPuXBlznTy2drUJUuy6rZ-3l94.WUo41eNKnKL5vZMgoweWPw" - }, - - "record": { - "A": ["69.197.135.205"] - } - } - + "owner": { + "username": "VulpineFriend87", + "discord": "911268706112397392", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.r6syW7tNxlBa5qDUur4fffj5IZ_eJk-iOjUdEY0ltdKkaQb4_duvgZdvfL5vEgus1-X6ITfovRqqRdBe0QrCUz0cGZJApqG1mNatuxfLpIvsUs6NJXgUlvtlZNgEIs4quS9nTYkwaf2GN00Dw9HIWiI1kK9Xeka9pF5mawoiEBvUgkIkXIsIsN5o8_UP-RFCA1SPqRm9G5hsgGm4xH5XW8ujrZV-rO3DOq7Y1-3jg9Wu7pchKNWGB1gxwcNtYsJdwPt1rVVHUIRrwRTB0RO5iA-lOKD0uTb0YTqljQRraTm76ED6w5xOy5cF2-dAb93NOIh_BKK-kacf1PW5AzU_WA.0uyS8PftuzxGzQXJ0Ku2ZQ.AkMecMaSNp3FPFR-cVg6ZylxV9UUwjF1P0NIIZaiHyVtr-Xzl4qnbWebKMlZ3rMT8VusovJslRt5wAL8QaPuXBlznTy2drUJUuy6rZ-3l94.WUo41eNKnKL5vZMgoweWPw" + }, + "record": { + "A": ["69.197.135.205"] + } +} diff --git a/domains/loutre.json b/domains/loutre.json new file mode 100644 index 000000000..61f5b04f7 --- /dev/null +++ b/domains/loutre.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "loutrinesk", + "email": "loutrinesk@gmail.com", + "discord": "1222265538672201759" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/lowrp.site.json b/domains/lowrp.site.json deleted file mode 100644 index 4018785c4..000000000 --- a/domains/lowrp.site.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Grinti1", - "email": "mlody6869@gmail.com" - }, - "record": { - "CNAME": "lowrp.site" - } -} diff --git a/domains/lowsummer.json b/domains/lowsummer.json index 5afdb91bd..022d65a03 100644 --- a/domains/lowsummer.json +++ b/domains/lowsummer.json @@ -1,12 +1,12 @@ { - "description": "Low Summer, simple apps with beautiful ui", - "repo": "https://github.com/LowSummer/lowsummer.github.io", - "owner": { - "username": "LowSummer", - "email": "bressynickolas2007@gmail.com", - "twitter": "agelofmor" - }, - "record": { - "CNAME": "lowsummer.github.io" - } -} + "description": "Low Summer, simple apps with beautiful ui", + "repo": "https://github.com/LowSummer/lowsummer.github.io", + "owner": { + "username": "LowSummer", + "email": "bressynickolas2007@gmail.com", + "twitter": "agelofmor" + }, + "record": { + "CNAME": "lowsummer.github.io" + } +} diff --git a/domains/lqhuy.json b/domains/lqhuy.json new file mode 100644 index 000000000..e7b0355fe --- /dev/null +++ b/domains/lqhuy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Lqhuy125", + "email": "lequanghuy1252206@gmail.com" + }, + "record": { + "CNAME": "lqhuy125.github.io" + } +} diff --git a/domains/lsalas.json b/domains/lsalas.json new file mode 100644 index 000000000..e15508b10 --- /dev/null +++ b/domains/lsalas.json @@ -0,0 +1,11 @@ +{ + "description": "Test website for lsalas.is-a.dev using hosintger.com", + "repo": "https://github.com/leondrisalas/Lsalas", + "owner": { + "username": "leondrisalas", + "email": "leondrisalas@gmail.com" + }, + "record": { + "A": ["82.180.174.177"] + } +} diff --git a/domains/ltln.json b/domains/ltln.json index 5e9e77ead..724d1f020 100644 --- a/domains/ltln.json +++ b/domains/ltln.json @@ -3,7 +3,6 @@ "username": "ltln", "email": "uguest17@gmail.com" }, - "record": { "URL": "https://github.com/ltln" } diff --git a/domains/lua.json b/domains/lua.json index c8bd9251d..b86e5309c 100644 --- a/domains/lua.json +++ b/domains/lua.json @@ -2,9 +2,10 @@ "description": "Just a website for detailing the game development projects of Lua", "owner": { "username": "notxlua", - "email": "notxlua@gmail.com" + "email": "notxlua@gmail.com", + "discord": "778436572835086366" }, "record": { - "URL": "https://xmw2.wordpress.com" + "A": ["75.119.201.51"] } } diff --git a/domains/luanvu.json b/domains/luanvu.json new file mode 100644 index 000000000..17035e38e --- /dev/null +++ b/domains/luanvu.json @@ -0,0 +1,12 @@ +{ + "description": "My portfolio website", + "repo": "https://github.com/zthanhluan/luan.is-a.dev", + "owner": { + "username": "zthanhluan", + "email": "dientu078@gmail.com" + }, + "record": { + "CNAME": "luanvu.betaenglish.com.vn" + }, + "proxied": false +} \ No newline at end of file diff --git a/domains/lucasbaronio.json b/domains/lucasbaronio.json new file mode 100644 index 000000000..454cde016 --- /dev/null +++ b/domains/lucasbaronio.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio - Lucas Baronio", + "repo": "https://github.com/lucasbaronio/dev-portfolio", + "owner": { + "username": "lucasbaronio", + "email": "lbaronio20@hotmail.com" + }, + "record": { + "A": ["216.24.57.1"] + } +} diff --git a/domains/lucen.json b/domains/lucen.json index 85aba1788..cb66df3dc 100644 --- a/domains/lucen.json +++ b/domains/lucen.json @@ -4,7 +4,6 @@ "email": "lucentiniagustin@hotmail.com", "discord": "202467820225822720" }, - "record": { "CNAME": "lucendev.onrender.com" } diff --git a/domains/lucky.json b/domains/lucky.json index 8fb3118c4..74106d469 100644 --- a/domains/lucky.json +++ b/domains/lucky.json @@ -4,7 +4,6 @@ "email": "lucky@luckyc.site", "discord": "275273443329441792" }, - "record": { "CNAME": "luckyc.site" } diff --git a/domains/lucy.json b/domains/lucy.json index b0edfa561..ac69fef85 100644 --- a/domains/lucy.json +++ b/domains/lucy.json @@ -7,6 +7,6 @@ "discord": "romanromannya" }, "record": { - "CNAME": "Hai-Lucy.github.io" + "CNAME": "hai-lucy.github.io" } } diff --git a/domains/ludolua.json b/domains/ludolua.json new file mode 100644 index 000000000..ed49f49cf --- /dev/null +++ b/domains/ludolua.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "leduardoaraujo", + "email": "luizeduardo55062@gmail.com" + }, + "record": { + "CNAME": "leduardoaraujo.github.io" + } +} diff --git a/domains/ludwig.json b/domains/ludwig.json index dffa572c1..606be3c30 100644 --- a/domains/ludwig.json +++ b/domains/ludwig.json @@ -4,10 +4,7 @@ "email": "ludwig@courvix.com" }, "record": { - "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/luihh.json b/domains/luihh.json index af0238aed..54d42ba90 100644 --- a/domains/luihh.json +++ b/domains/luihh.json @@ -1,12 +1,21 @@ { - "description": "Luihh's website", - "repo": "https://github.com/iLui/iLui.github.io", "owner": { - "username": "Luihh", - "email": "luihhbusiness23@gmail.com", - "twitter": "PoweredByLuihh" + "username": "luihh", + "email": "luihh@proton.me", + "discord": "481268875586174986" }, "record": { - "CNAME": "iLui.github.io" - } + "CNAME": "spreadsheet-fih.pages.dev" + }, + "redirect_config": { + "custom_paths": { + "/github": "https://github.com/luihh", + "/twitch": "https://www.twitch.tv/luihh23", + "/youtube": "https://www.youtube.com/@Luihh", + "/discord": "https://discord.gg/MdMFGJdUB6", + "/steam": "https://steamcommunity.com/id/Luihh23", + "/paypal": "https://www.paypal.com/paypalme/luihhdev" + } + }, + "proxied": true } diff --git a/domains/luisalejandrobf.json b/domains/luisalejandrobf.json new file mode 100644 index 000000000..bea1591a8 --- /dev/null +++ b/domains/luisalejandrobf.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "luisalejandrobf", + "email": "luisalejandrobravoferreira@gmail.com" + }, + "record": { + "A": ["76.76.21.21"], + "TXT": "google-site-verification=sGmOAXQM9W1XepIo-CgWM_GlqEMW7z96P10kOC2p6fs" + } +} diff --git a/domains/luisandre.json b/domains/luisandre.json index 4f0f46556..e8cdec4bd 100644 --- a/domains/luisandre.json +++ b/domains/luisandre.json @@ -4,9 +4,6 @@ "email": "luis073094@gmail.com" }, "record": { - "URL": "https://portafolioluisandre.azurewebsites.net", - "A": [ - "20.206.176.7" - ] + "URL": "https://portafolioluisandre.azurewebsites.net" } } diff --git a/domains/luisdanieltrejo.json b/domains/luisdanieltrejo.json new file mode 100644 index 000000000..fbeaa889c --- /dev/null +++ b/domains/luisdanieltrejo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "luisdanieltrejo", + "email": "luisdanieltrejo@gmail.com" + }, + "record": { + "CNAME": "luisdanieltrejo.github.io" + } +} diff --git a/domains/luisgerardovillanueva.json b/domains/luisgerardovillanueva.json new file mode 100644 index 000000000..23ed9f8b9 --- /dev/null +++ b/domains/luisgerardovillanueva.json @@ -0,0 +1,11 @@ +{ + "description": "Personal portfolio website", + "repo": "https://github.com/GerardoVillla/portfolio", + "owner": { + "username": "GerardoVillla", + "email": "luismendezgd@gmail.com" + }, + "record": { + "CNAME": "portfolio-6f0jbiit2-gerardovilllas-projects.vercel.app" + } +} diff --git a/domains/luiz.json b/domains/luiz.json new file mode 100644 index 000000000..acfa30b90 --- /dev/null +++ b/domains/luiz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "luk4h", + "email": "luizmarcondes@lgvm.dev" + }, + "record": { + "CNAME": "lgvm.dev" + } +} diff --git a/domains/luked.json b/domains/luked.json new file mode 100644 index 000000000..23b25ca07 --- /dev/null +++ b/domains/luked.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "luked177", + "twitter": "lukedore_" + }, + "record": { + "CNAME": "cv-sand-zeta.vercel.app" + } +} diff --git a/domains/lumi.json b/domains/lumi.json new file mode 100644 index 000000000..c98b1cb19 --- /dev/null +++ b/domains/lumi.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "itsFatlum", + "discord": "563697359423406082" + }, + "record": { + "A": ["76.76.21.21"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + } +} diff --git a/domains/lumidevelopment.json b/domains/lumidevelopment.json new file mode 100644 index 000000000..ad38854dc --- /dev/null +++ b/domains/lumidevelopment.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "itsFatlum", + "discord": "563697359423406082" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + } +} diff --git a/domains/luminance.json b/domains/luminance.json index 20c0cf0f1..afd3545d6 100644 --- a/domains/luminance.json +++ b/domains/luminance.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "cssean11", - "email": "", - "discord": "635828542894112789", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.JT-OnctK0mhWXNuKCDoYEGParEBfGqf4T0umEUN_IHM9eE1xsKKri85e8Wndo5UNKLqBPolVBDlS5rc7Ja76vxhXfS8nPmOP-zQAQ6n5w0LvcAYd_Qcsgw-Q2I6AqqTVCGFwknmNo_ZyQcCdLVBfZAii2zrJc_xVBlaqfWL1_Lsb8ZfN1fhnpwMNokreKFz0DgZJHu8bDSo92_0ApTAUKlbspsITB_tJ_l0qRsDcWT7nxiitJZnE915vRW26O1NBJHeGertnhcgqpauhmRnvB9c4gHE6LTByZi2S5E-LqYrQ3ahbaZlVsJFVV_Sw76_0uKazn8O4-NzMsNkELa1xow.1Nhod2QcxcgQOQoTzkV7Ew.1kPNG5us6ZohtiL8RjOtsCn1bJ9J2WyfNH_qBYNTaCAtBaUM6uUkZIsKfuX3R436pIIkKzkkV46YO8SkoCp9TJ9T78J89rG2jYGKOjyO3Jg._Nho4PqrHloNlT5R_WUqdQ" - }, - - "record": { - "CNAME": "9fcca875.luminance-1cu.pages.dev" - } - } - + "owner": { + "username": "cssean11", + "discord": "635828542894112789", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.JT-OnctK0mhWXNuKCDoYEGParEBfGqf4T0umEUN_IHM9eE1xsKKri85e8Wndo5UNKLqBPolVBDlS5rc7Ja76vxhXfS8nPmOP-zQAQ6n5w0LvcAYd_Qcsgw-Q2I6AqqTVCGFwknmNo_ZyQcCdLVBfZAii2zrJc_xVBlaqfWL1_Lsb8ZfN1fhnpwMNokreKFz0DgZJHu8bDSo92_0ApTAUKlbspsITB_tJ_l0qRsDcWT7nxiitJZnE915vRW26O1NBJHeGertnhcgqpauhmRnvB9c4gHE6LTByZi2S5E-LqYrQ3ahbaZlVsJFVV_Sw76_0uKazn8O4-NzMsNkELa1xow.1Nhod2QcxcgQOQoTzkV7Ew.1kPNG5us6ZohtiL8RjOtsCn1bJ9J2WyfNH_qBYNTaCAtBaUM6uUkZIsKfuX3R436pIIkKzkkV46YO8SkoCp9TJ9T78J89rG2jYGKOjyO3Jg._Nho4PqrHloNlT5R_WUqdQ" + }, + "record": { + "CNAME": "9fcca875.luminance-1cu.pages.dev" + } +} diff --git a/domains/lumix.json b/domains/lumix.json index 7ab1e24b0..c09395975 100644 --- a/domains/lumix.json +++ b/domains/lumix.json @@ -4,7 +4,6 @@ "email": "bylumixxx@gmail.com", "discord": "828313756827516949" }, - "record": { "CNAME": "lumix-cmq.pages.dev" } diff --git a/domains/lunah.json b/domains/lunah.json index e31aafb2f..3b4e37b1e 100644 --- a/domains/lunah.json +++ b/domains/lunah.json @@ -1,17 +1,12 @@ { "description": "VPS hosted domain", - "repo": "https://github.com/piotr25691", "owner": { "username": "piotr25691", - "email": "", - "discord": "Lunah#3131" + "discord": "b4.lunah" }, "record": { - "A": ["62.171.160.186"], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "A": ["157.173.204.104"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/lungustefan.json b/domains/lungustefan.json new file mode 100644 index 000000000..e85e8ed1f --- /dev/null +++ b/domains/lungustefan.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "lungustefan", + "email": "hi@lungustefan.ro", + "discord": "753179409682399332", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ZerVkVuk5RE7iT8ymXVcKhUkihyAdAbufacrfxq1u7NKQ4Hd0_PbY5FYDAR5uuVd-sCe7fOztiSKV7f9q1OI4HNGDqQxiaWqzom_lQsrIMW-gWUDsBG4Vo8gsq0wrw2th797i-JfsXy2crWaeXlX7X1kROV5KZhGwlSusnUrMp3jlN-uUM3b4hxUyEs3grbh4BiZ9CWShm-kLUs572OBpMigXh3aO0DcUl-BdYdlpSEdRQe8zwylJbFnetxG3qBaMcciGwImixY6V4qaqFwH18isGjDknsHB2WvXM8ekMZmSxgMyRtv1VRSbC22grzMeBazgWoj3x65KU3Z8C7KNmw.w-d8n6WalLAvFcWHqlRkcw.W7GJTwpNRB9pUehhfBXVlkOR1knSNSjvJWeDViV6u2h6AyBdwyaAyILEQzC5ishw0f209VgdyaCqocC7nJp_ZjWjAfcyw0ICLiUXM37Sn3Q.xQOo4RjPMh6dBbWiF1Polw" + }, + "record": { + "NS": ["teagan.ns.cloudflare.com", "yevgen.ns.cloudflare.com"] + } +} diff --git a/domains/luoduyu.json b/domains/luoduyu.json new file mode 100644 index 000000000..084c99d34 --- /dev/null +++ b/domains/luoduyu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "luoduyu", + "email": "luoduyu@hotmail.com" + }, + "record": { + "CNAME": "luoduyu.github.io" + } +} diff --git a/domains/luoxiaohei.json b/domains/luoxiaohei.json new file mode 100644 index 000000000..1ef5b4c72 --- /dev/null +++ b/domains/luoxiaohei.json @@ -0,0 +1,13 @@ +{ + "description": "🌸 This is nicer with it's own site of discord app named Luo Xiaohei", + "repo": "https://github.com/lxhapp/lxhapp.github.io", + "owner": { + "username": "Melishy", + "email": "themelishy@outlook.com", + "twitter": "themelishy", + "discord": "1053012080812359750" + }, + "record": { + "CNAME": "lxhapp.github.io" + } +} diff --git a/domains/luvtoxic.json b/domains/luvtoxic.json new file mode 100644 index 000000000..65029ed5f --- /dev/null +++ b/domains/luvtoxic.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "luvtoxic", + "email": "ammarbags2023@gmail.com" + }, + "record": { + "CNAME": "new-portfolio-sigma-indol.vercel.app" + } +} diff --git a/domains/lux.json b/domains/lux.json new file mode 100644 index 000000000..48c3d9643 --- /dev/null +++ b/domains/lux.json @@ -0,0 +1,10 @@ +{ + "description": "Porfolio website link for lux", + "owner": { + "username": "unlux", + "email": "support@unlux.dev" + }, + "record": { + "URL": "https://unlux.dev" + } +} diff --git a/domains/luxxy.json b/domains/luxxy.json index 285d76955..a3c84983f 100644 --- a/domains/luxxy.json +++ b/domains/luxxy.json @@ -3,7 +3,6 @@ "username": "Luxxy-GF", "email": "deniedaddicted@gmail.com" }, - "record": { "A": ["178.33.110.212"] } diff --git a/domains/lver-rocks.lver.json b/domains/lver-rocks.lver.json new file mode 100644 index 000000000..c6816fddd --- /dev/null +++ b/domains/lver-rocks.lver.json @@ -0,0 +1,21 @@ +{ + "github": "https://github.com/lverx", + "owner": { + "username": "lverx", + "email": "profoundlvr@gmail.com" + }, + "record": { + "URL": "https://lver-rocks.pages.dev/" + }, + "redirect_config": { + "custom_paths": { + "/home": "https://lver.is-a.dev/", + "/host": "https://pages.dev/", + "/dir": "https://github.com/is-a-dev/register", + "/iad": "https://is-a.dev/", + "/proxy": "https://developers.cloudflare.com/dns/proxy-status/", + "/contact": "https://contact-lver.pages.dev" + }, + "redirect_paths": true + } +} diff --git a/domains/lver.json b/domains/lver.json new file mode 100644 index 000000000..4adc422c0 --- /dev/null +++ b/domains/lver.json @@ -0,0 +1,19 @@ +{ + "repo": "https://github.com/lverx", + "owner": { + "username": "lverx", + "email": "profoundlvr@gmail.com" + }, + "record": { + "URL": "https://lverz.glitch.me/" + }, + "redirect_config": { + "custom_paths": { + "/github": "https://github.com/lverx", + "/biz": "https://github.com/lverz", + "/contact": "https://contact-lver.pages.dev/", + "/site": "https://lver.link" + }, + "redirect_paths": true + } +} diff --git a/domains/lxz.json b/domains/lxz.json index 4d1884575..ad676fcd2 100644 --- a/domains/lxz.json +++ b/domains/lxz.json @@ -3,7 +3,6 @@ "repo": "https://github.com/lxz/justforlxz.github.io", "owner": { "username": "justforlxz", - "email": "", "twitter": "justforlxz" }, "record": { diff --git a/domains/lyaxsh.json b/domains/lyaxsh.json new file mode 100644 index 000000000..7c4c61b87 --- /dev/null +++ b/domains/lyaxsh.json @@ -0,0 +1,11 @@ +{ + "description": "Simple portfolio website for lyaxsh", + "repo": "https://github.com/lyaxsh/lyaxsh.github.io", + "owner": { + "username": "lyaxsh", + "email": "lakshnahar.forwork@gmail.com" + }, + "record": { + "CNAME": "lyaxsh.github.io" + } +} diff --git a/domains/lycoris.json b/domains/lycoris.json new file mode 100644 index 000000000..00e7fb281 --- /dev/null +++ b/domains/lycoris.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lycorissss", + "email": "beelzebub5758@gmail.com" + }, + "record": { + "CNAME": "septyo-adi-dwi-putra.vercel.app" + } +} diff --git a/domains/lyubo.json b/domains/lyubo.json index 6cdb729e0..f5f9bda53 100644 --- a/domains/lyubo.json +++ b/domains/lyubo.json @@ -1,7 +1,6 @@ { "owner": { "username": "impzero", - "email": "", "twitter": "impzero" }, "record": { diff --git a/domains/m.a.s.k.d.u.c.k.json b/domains/m.a.s.k.d.u.c.k.json deleted file mode 100644 index 57c2a7f63..000000000 --- a/domains/m.a.s.k.d.u.c.k.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "MaskDuck", - "email": "", - "discord": "716134528409665586", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.FCODcvMVh-iHQ04kj7Eff1SC1Gh-ycagZxRqb-Y0X8tJwM8YnSqscZVkyRbW36X8X_EycjD5DLhkuW1dlk_wNaRGXrROY2_sdUxL71rW6cjc6OUqYdGaBrkqHfQ_R-a0vUWHyNQTDd266RV2RfYTdT71siAeMMFVgC1S7K7bEVlo5n2yYZLJg0-BkSevG4tDLyndsB4rPzeJTm-8EKIk62A-9Xfla0zbxQpY8x7gAc9ukpCH5fkITPcbGAMSitGXEtd7bMzErBdP-97X-c9hFF_B2ot2U8J-W_Rp9z8xk-vCKrGGEG76rqXyY1tSN68iUyL8at5p0-vGliTuALLNsA.zQD4sI7edMLRBD_ii-KXDA.Y689CjD1NbsRoyYnoiO9Arg5sHrlQ1SxpXExtf8Gn1VRmK86FuKRYTBvwSc_qIz7LqL90lEuEcNwUAWQHXx6aKIw90X_WYDLagM8nsugxBo.dO8s5XxLzH0gsfWJtnKNmg" - }, - - "record": { - "CNAME": "maskduck.pages.dev" - } - } - \ No newline at end of file diff --git a/domains/m.json b/domains/m.json deleted file mode 100644 index ce1ab1851..000000000 --- a/domains/m.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "is-a-dev", - "email": "" - }, - "record": { - "MX": ["mail.hrsn.net"], - "TXT": "v=spf1 include:_spf.hrsn.net ~all" - } -} diff --git a/domains/m.ps.json b/domains/m.ps.json new file mode 100644 index 000000000..e3a9e8b66 --- /dev/null +++ b/domains/m.ps.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "PrivacySecured", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.VoJDQtbSUW3kYsQ0IuIE4CTIomV-e8GVUO2wS0fZp_-DkO6QltgcnKL_mAqMH5Salut7IGMZy48HExbambDrl11jQWwYHBAqqyAuAlxsqnUh83KGY3UKYfQzA8eRkdCPTth1pxvyXfUFnAnjEtmJLMNTSCds-J8fmcIkNEu-xT2UMEjxPQkoN8sJ7EA8YTHn4t3078D8tMr3AV5DJ1rg0QnuFwjra5FbjuJGHeYenEzS-Tdha7LTUyTEbKrdqdxYNpN4pv45sNrVpsDZPt3sR1CgOnXNSsfVwjUm-5DRweNquJHUxSpNZblJnbWBErWyg9_NZvISrClpJZ4We48oDg.YdsO9C1ulWhtaJYei-z-Zg.8p4HE12styyP4JSTFrlLWMmfIUAOw1kDQWrAcqSOlqbbtujr4Ww-QyBuUBIQojGvuFKs3jflF5tuvIjOgU8hTOWxB2uS4KItHwpIsFeQo9i1OHSTzj0glP2ly-XMY1Wi.99kVL134lF7knduFKnqfGQ", + "notes": "I rarely go on my emails. If I do its because I needed a verification code." + }, + "record": { + "TXT": [ + "zoho-verification=zb51857919.zmverify.zoho.com", + "v=spf1 include:zohomail.com ~all" + ], + "MX": ["mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com"] + } +} diff --git a/domains/m1raclemax.json b/domains/m1raclemax.json index db019fbdf..5581c472d 100644 --- a/domains/m1raclemax.json +++ b/domains/m1raclemax.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "nerdwithcomputers", - "email": "hpscigeek@gmail.com", - "discord": "862452372987314216" - }, - - "record": { - "CNAME": "nerdwithcomputers.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "nerdwithcomputers", + "email": "hpscigeek@gmail.com", + "discord": "862452372987314216" + }, + "record": { + "CNAME": "nerdwithcomputers.github.io" + } +} diff --git a/domains/m3o.json b/domains/m3o.json new file mode 100644 index 000000000..547b2bfb8 --- /dev/null +++ b/domains/m3o.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "marco-souza", + "email": "marco@tremtec.com" + }, + "record": { + "CNAME": "marco-pages-dev.pages.dev" + } +} diff --git a/domains/m42e.json b/domains/m42e.json index c5cbebf94..ec3f2a711 100644 --- a/domains/m42e.json +++ b/domains/m42e.json @@ -1,6 +1,5 @@ { "description": "m42e Homepage", - "repo": "https://github.com/m42e", "owner": { "username": "m42e", "email": "matthias@bilger.info" diff --git a/domains/maanripe.json b/domains/maanripe.json new file mode 100644 index 000000000..54f1dd7ed --- /dev/null +++ b/domains/maanripe.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "argkont", + "email": "kohacaelo+is-a-dev@gmail.com" + }, + "record": { + "CNAME": "portafolio-maan-ripe.vercel.app" + } +} diff --git a/domains/mac-lozano.json b/domains/mac-lozano.json index 182ca0b71..0f6bf932b 100644 --- a/domains/mac-lozano.json +++ b/domains/mac-lozano.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "lumakk", - "email": "", - "discord": "1239578679156408360", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Jrzl8nfaTQEYGBNdVvRDpd8W-oa_yT9SG8MRVvGG2NSiRtLmdNM09F_raK0zdFpqLGnLfqtLm36jjnGkBM2kN5DPmYnEvGuaA4cnap6GZR0yvW-iRfWDV418OjayiSRjtxDO527J1UDaQbRddCjzqfrCeuDFYQJoN10rfL_Y4weeehUTuoks7LZZe6OPY95wsVuUS04tDX-kjE-wX0NXcfwiMUkEGKBrTrB0xI_QTQLkKk78QwyFNYDzoHVSjZoohi5Nw8LG54vNPIa5yyGcgPBGO8PsM7tw06X8i6TdvCraUjJNcJeMA9lLF0SbtIugcH7QjTKtdzZvCrKKjAX23A.xkU2HEHOn80V3NQAbpHXUA.1FJRfVizr8D2YhGUcmy-dpqR8tL2T8ay8tbm5TN0oSGpThb55drnvVuc_fiCIMWKmLodMxPlCWNn4LDhoLB61HwnbaVqyMl35xCV1pdWkXs.WQuV_4ksN39VO9RiFrTnpA" - }, - - "record": { - "CNAME": "lumakk.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "lumakk", + "discord": "1239578679156408360", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Jrzl8nfaTQEYGBNdVvRDpd8W-oa_yT9SG8MRVvGG2NSiRtLmdNM09F_raK0zdFpqLGnLfqtLm36jjnGkBM2kN5DPmYnEvGuaA4cnap6GZR0yvW-iRfWDV418OjayiSRjtxDO527J1UDaQbRddCjzqfrCeuDFYQJoN10rfL_Y4weeehUTuoks7LZZe6OPY95wsVuUS04tDX-kjE-wX0NXcfwiMUkEGKBrTrB0xI_QTQLkKk78QwyFNYDzoHVSjZoohi5Nw8LG54vNPIa5yyGcgPBGO8PsM7tw06X8i6TdvCraUjJNcJeMA9lLF0SbtIugcH7QjTKtdzZvCrKKjAX23A.xkU2HEHOn80V3NQAbpHXUA.1FJRfVizr8D2YhGUcmy-dpqR8tL2T8ay8tbm5TN0oSGpThb55drnvVuc_fiCIMWKmLodMxPlCWNn4LDhoLB61HwnbaVqyMl35xCV1pdWkXs.WQuV_4ksN39VO9RiFrTnpA" + }, + "record": { + "CNAME": "lumakk.github.io" + } +} diff --git a/domains/mac.json b/domains/mac.json index c99b72071..cf33099e3 100644 --- a/domains/mac.json +++ b/domains/mac.json @@ -3,7 +3,6 @@ "username": "itsmaclol", "email": "itsmaclol69@gmail.com" }, - "record": { "CNAME": "macsite.pages.dev" } diff --git a/domains/machip3r.json b/domains/machip3r.json new file mode 100644 index 000000000..8ccfe2163 --- /dev/null +++ b/domains/machip3r.json @@ -0,0 +1,11 @@ +{ + "description": "MacHip3r Portfolio", + "repo": "https://github.com/machip3r/portfolio", + "owner": { + "username": "machip3r", + "email": "mac_258@hotmail.com" + }, + "record": { + "CNAME": "machip3r.github.io" + } +} diff --git a/domains/macielsuassuna.json b/domains/macielsuassuna.json new file mode 100644 index 000000000..78bdb88e7 --- /dev/null +++ b/domains/macielsuassuna.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Maciel64", + "discord": "macielmano", + "email": "macielsuassuna14@gmail.com" + }, + "record": { + "CNAME": "macielsuassuna-portfolio.vercel.app" + } +} diff --git a/domains/mackarroll.json b/domains/mackarroll.json index 21376169d..4f4f75116 100644 --- a/domains/mackarroll.json +++ b/domains/mackarroll.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "mackarroll-cc", - "email": "", - "discord": "158350765474316289", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.oY2ib88Xr7UtQT3vhdUsVy1tVTiU1K4n5ppy82sAy3vpuc_i6auFQJzajJxDN_a2cJZqegj4P15gWtoZo8i6vpVxu_mtXzDH-Q4AU05ZMjdivSH4f3N0_eJ8Y4gSSWwrKoKfSmp5yfthcwEknIRSts5g9P9PsxpLfybgkITMnPebZtlFmP7mlWQTfHUs_9qsQ9bhn2WITCrPYyjZOQQeAKAIsWiC0wR1rVTS7_8b60sdUEzBroKIIv1CIr_ysHAFpkakz1O3277kdus7O7MKgEriOyDUfnuJ9R2GZ06USQ6FluOW4JY3jRmdHaXw9KC9IoLlqPy7pNm4YF5khejoPQ.9EMGeUHPbC7Refhoylu_BQ.sPIXpepXrH3vCY9bHxA2WC5j0gSTVZ5Uel7cyBJxnRACl7iIZUfhbw9WfqIpBgdM_IRd2gwMXP1kz9vXQxOXGB7DU-FlHNJlP-sc5Msiav8.dF38jQNV8_gE1uCmkzTTPA" - }, - - "record": { - "URL": "https://mackarroll.cc" - } - } - + "owner": { + "username": "mackarroll-cc", + "discord": "158350765474316289", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.oY2ib88Xr7UtQT3vhdUsVy1tVTiU1K4n5ppy82sAy3vpuc_i6auFQJzajJxDN_a2cJZqegj4P15gWtoZo8i6vpVxu_mtXzDH-Q4AU05ZMjdivSH4f3N0_eJ8Y4gSSWwrKoKfSmp5yfthcwEknIRSts5g9P9PsxpLfybgkITMnPebZtlFmP7mlWQTfHUs_9qsQ9bhn2WITCrPYyjZOQQeAKAIsWiC0wR1rVTS7_8b60sdUEzBroKIIv1CIr_ysHAFpkakz1O3277kdus7O7MKgEriOyDUfnuJ9R2GZ06USQ6FluOW4JY3jRmdHaXw9KC9IoLlqPy7pNm4YF5khejoPQ.9EMGeUHPbC7Refhoylu_BQ.sPIXpepXrH3vCY9bHxA2WC5j0gSTVZ5Uel7cyBJxnRACl7iIZUfhbw9WfqIpBgdM_IRd2gwMXP1kz9vXQxOXGB7DU-FlHNJlP-sc5Msiav8.dF38jQNV8_gE1uCmkzTTPA" + }, + "record": { + "URL": "https://mackarroll.cc" + } +} diff --git a/domains/mackenzie.json b/domains/mackenzie.json new file mode 100644 index 000000000..10f0a44a3 --- /dev/null +++ b/domains/mackenzie.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jojocraftde-dev", + "email": "jojocraftde@proton.me" + }, + "record": { + "A": ["91.200.103.154"] + } +} diff --git a/domains/maclong.json b/domains/maclong.json new file mode 100644 index 000000000..056987142 --- /dev/null +++ b/domains/maclong.json @@ -0,0 +1,11 @@ +{ + "description": "Mac Long's personal developer portfolio and blog.", + "repo": "https://github.com/maclong9/maclong9", + "owner": { + "username": "maclong9", + "email": "maclong9@icloud.com" + }, + "record": { + "CNAME": "maclong9.github.io" + } +} diff --git a/domains/macos.notaperson535.json b/domains/macos.notaperson535.json index ab1b08fc4..db686df20 100644 --- a/domains/macos.notaperson535.json +++ b/domains/macos.notaperson535.json @@ -6,6 +6,6 @@ "email": "notAperson939@gmail.com" }, "record": { - "CNAME": "notAperson535.github.io" + "CNAME": "notaperson535.github.io" } } diff --git a/domains/madhav.json b/domains/madhav.json index 641c6dff0..dad17bb84 100644 --- a/domains/madhav.json +++ b/domains/madhav.json @@ -5,6 +5,6 @@ "email": "madhav.v.1996@gmail.com" }, "record": { - "CNAME": "LaBus3.github.io" + "CNAME": "labus3.github.io" } } diff --git a/domains/madhead341.json b/domains/madhead341.json index 38284fffd..59a8bde05 100644 --- a/domains/madhead341.json +++ b/domains/madhead341.json @@ -4,7 +4,6 @@ "email": "gus.creten@gmail.com", "note": "This record was created by is-a.dev Discord bot via discord id: 1106868081843777537" }, - "record": { "A": [ "185.199.108.153", @@ -12,12 +11,7 @@ "185.199.110.153", "185.199.111.153" ], - - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], - + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=gus.creten@gmail.com" } } diff --git a/domains/madhup.json b/domains/madhup.json new file mode 100644 index 000000000..708fc80c3 --- /dev/null +++ b/domains/madhup.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "madhup", + "discord": "714323644641181737", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.FudKVLrMa8Q4yq0sg6zxHlvtXq8KbfVv3tPlVaDvIeHJpHbviikAzWuGKxWnrGPrXJLzggxzjrmGfE-TwymhzhhN1K7t1iteQNsPMvs3ip-nBqV3urK9Hj-UvTT_n_qi-a5sH98-UvNWJcoqk52JvBNcyefncswd7qSx_4pI_rF68wMXIRgVqvz6sB45lupouDGKmbakDFaNqNY2Pi5LpUrZfCjl5wLcaXMv-0CJJ4bCCzpki8V8HAbVod-OfhpuJTy3S-P0XOHiHJ5HM10WIyjSfZEN9fm9ejT9pwoB3gdFqetXT0HWa2OYIpzM2TQUT7bzkf-xkdOzunOGit6FLg.F0pfD9nwaAjmepPR5cQKHg.FG9GyKfRJrX2qW0XI3-u-SbCeCMznQnr5hJlWuGo6nD0nOX0pLU5jeeOOXIsfXncIoTVhOx-_Me5eV2sIwUacA.sMMoX_OUCKYynrzuwKIrGQ" + }, + "record": { + "CNAME": "madhup.github.io" + } +} diff --git a/domains/mafiz.json b/domains/mafiz.json new file mode 100644 index 000000000..3333ff9c9 --- /dev/null +++ b/domains/mafiz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "pacehutt", + "email": "mafizonly@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/magedibrahim.json b/domains/magedibrahim.json new file mode 100644 index 000000000..234c0ff4c --- /dev/null +++ b/domains/magedibrahim.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Maqed", + "email": "magedibra@yahoo.com", + "discord": "272808689688248320" + }, + "record": { + "CNAME": "magedibrahim.vercel.app" + } +} diff --git a/domains/magic.json b/domains/magic.json deleted file mode 100644 index d413f2da7..000000000 --- a/domains/magic.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Website for skyallaround", - "repo": "https://github.com/skyallaround/skyallaround.github.io", - "owner": { - "username": "skyallaround", - "email": "jr1264464@gmail.com" - }, - "record": { - "CNAME": "skyallaround.github.io" - } -} diff --git a/domains/magitian.json b/domains/magitian.json index a0411e9dd..537cbd209 100644 --- a/domains/magitian.json +++ b/domains/magitian.json @@ -1,11 +1,11 @@ { - "description": "Home for my blogs", - "repo": "https://github.com/themagitian/themagitian.github.io", - "owner": { - "username": "magitian", - "email": "magitian@duck.com" - }, - "record": { - "CNAME": "themagitian.github.io" - } -} + "description": "Home for my blogs", + "repo": "https://github.com/TheMagitian/themagitian.github.io-old", + "owner": { + "username": "magitian", + "email": "magitian@duck.com" + }, + "record": { + "CNAME": "magitian.vercel.app" + } +} diff --git a/domains/magma.json b/domains/magma.json index 9417daedf..a375f5d23 100644 --- a/domains/magma.json +++ b/domains/magma.json @@ -1,6 +1,5 @@ { "description": "magma's personal developer profile", - "repo": "https://github.com/mgam-is-dreamin", "owner": { "username": "mgam-is-dreamin", "email": "sacred.lunar.dragon@gmail.com" diff --git a/domains/magniquick.json b/domains/magniquick.json index ff29b9735..5f604d432 100644 --- a/domains/magniquick.json +++ b/domains/magniquick.json @@ -3,7 +3,6 @@ "repo": "https://github.com/Magniquick/magniquick.github.io", "owner": { "username": "magniquick", - "email": "", "discord": "Magniquick#5003" }, "record": { diff --git a/domains/mahaviraenterprises.json b/domains/mahaviraenterprises.json index 1ac66d3d8..726befd50 100644 --- a/domains/mahaviraenterprises.json +++ b/domains/mahaviraenterprises.json @@ -3,7 +3,6 @@ "username": "chiragnahata", "email": "chiragnahata05@gmail.com" }, - "record": { "A": ["129.213.151.29"] } diff --git a/domains/mahdi.json b/domains/mahdi.json new file mode 100644 index 000000000..64c79ee45 --- /dev/null +++ b/domains/mahdi.json @@ -0,0 +1,11 @@ +{ + "description": "my dev portfolio website", + "repo": "https://github.com/Mahdi-Hazrati/mahdi.is-a.dev", + "owner": { + "username": "mahdi-hazrati", + "email": "mahdihazratimailbox@gmail.com" + }, + "record": { + "CNAME": "mahdi-hazrati.github.io" + } +} diff --git a/domains/mahdiruiz.json b/domains/mahdiruiz.json new file mode 100644 index 000000000..931bd8840 --- /dev/null +++ b/domains/mahdiruiz.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Mrdev88", + "discord": "1182049473673830435", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ePsSqFOGNkSh4H1BcdgVTr7Ie66h4JZ2t3AQPLM9OBgfOZcSTDU6VYAxTy2sHEMZkOPVGC97DpDVmngpyKQgkJD8B3nxecnzpboapW1lY6tlNp0drwcIeGfHH9oHdAw8ylY9BarqkAzxKeHtiqf6NPWCBc2xmgszDzk9CN4fKY6RelA9Yhdu_HUFnKHVUdSvm2MVfZYUzaChN2hOZoMmm_TUQI3s__CeXKlOPlywcP3L21zQk7uFdO3_pyavpesO2BB4f5gTerRYQE1CodhJvtkPTfxHEM0bWgzQ8g3gBJptcWR8937-yU2V7rFrvPCbyKpICP9TnpE5Pi5ncG4WLQ.ivq5ahY4SO1IXoJyhTghVw.3ma2bVTFuG7H6kaPUrzFl39vDPtx_0rHRftLlUD2eslqmlXm1tH2TAIZvZcQvuNTNLnX6gF_JBoPvqIr9TtRxg.9aIDcwUbsqrjtsqT9LOAsQ" + }, + "record": { + "CNAME": "mrdev88.github.io" + } +} diff --git a/domains/mahesh.json b/domains/mahesh.json index 3fe1b46b6..507cc5270 100644 --- a/domains/mahesh.json +++ b/domains/mahesh.json @@ -4,6 +4,6 @@ "email": "dhingra3673@gmail.com" }, "record": { - "CNAME": "MaheshTheDeveloper.github.io" + "CNAME": "maheshthedeveloper.github.io" } } diff --git a/domains/maheshpaul.json b/domains/maheshpaul.json new file mode 100644 index 000000000..d8529bae1 --- /dev/null +++ b/domains/maheshpaul.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "maheshpaulj", + "email": "mahesh.paul.j@gmail.com" + }, + "record": { + "CNAME": "maheshpaul.vercel.app" + } +} diff --git a/domains/maheta-bhavik.json b/domains/maheta-bhavik.json index dec45dc47..d2eb68269 100644 --- a/domains/maheta-bhavik.json +++ b/domains/maheta-bhavik.json @@ -2,8 +2,7 @@ "description": "My new website", "repo": "https://github.com/maheta-bhavik/maheta-bhavik.github.io", "owner": { - "username": "maheta-bhavik", - "email": "" + "username": "maheta-bhavik" }, "record": { "CNAME": "maheta-bhavik.github.io" diff --git a/domains/mahevish-husseni.json b/domains/mahevish-husseni.json index 5213f462e..65d0b2b2d 100644 --- a/domains/mahevish-husseni.json +++ b/domains/mahevish-husseni.json @@ -2,8 +2,7 @@ "description": "Mahevish Husseni", "repo": "https://github.com/mahevish-husseni/mahevish-husseni.github.io", "owner": { - "username": "mahevish-husseni", - "email": "" + "username": "mahevish-husseni" }, "record": { "CNAME": "mahevish-husseni.github.io" diff --git a/domains/mahfuz.json b/domains/mahfuz.json new file mode 100644 index 000000000..9d530b98f --- /dev/null +++ b/domains/mahfuz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mahfuzurrahman98", + "email": "mdmahfuzurrahmanarif@gmail.com" + }, + "record": { + "CNAME": "mahfuz.devcms.io" + } +} diff --git a/domains/mahir.json b/domains/mahir.json index bd1a902ee..84e668fbf 100644 --- a/domains/mahir.json +++ b/domains/mahir.json @@ -1,6 +1,5 @@ { "description": "Mahir's Website", - "repo": "https://github.com/mtgsquad", "owner": { "username": "mtgsquad", "email": "mahir@molai.dev", diff --git a/domains/mahmoud-makady.json b/domains/mahmoud-makady.json new file mode 100644 index 000000000..46eff1630 --- /dev/null +++ b/domains/mahmoud-makady.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mahmoud-Makady", + "email": "m.makady19@gmail.com" + }, + "record": { + "CNAME": "mahmoud-makady.netlify.app" + } +} diff --git a/domains/mahmoud.json b/domains/mahmoud.json index 6e2a08eca..4d84e811b 100644 --- a/domains/mahmoud.json +++ b/domains/mahmoud.json @@ -12,10 +12,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/mahmud.json b/domains/mahmud.json index 4c5e3849b..3322304f2 100644 --- a/domains/mahmud.json +++ b/domains/mahmud.json @@ -7,6 +7,6 @@ "twitter": "mahmudislam47" }, "record": { - "CNAME": "JBAxB8h7.github.io" + "CNAME": "jbaxb8h7.github.io" } } diff --git a/domains/mahmulp.json b/domains/mahmulp.json new file mode 100644 index 000000000..f54a85c39 --- /dev/null +++ b/domains/mahmulp.json @@ -0,0 +1,11 @@ +{ + "description": "Personal site for Machmul Pratama", + "owner": { + "username": "MahmulP", + "email": "hello@mahmulp.my.id" + }, + "record": { + "CNAME": "mahmulp.my.id" + }, + "proxied": false +} diff --git a/domains/maideveloper.json b/domains/maideveloper.json new file mode 100644 index 000000000..3be85544a --- /dev/null +++ b/domains/maideveloper.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "maideveloper", + "email": "maiwebdeveloper@gmail.com" + }, + "record": { + "CNAME": "maideveloper.com" + } +} diff --git a/domains/mail-noma.json b/domains/mail-noma.json index 0afa43a78..1b3990859 100644 --- a/domains/mail-noma.json +++ b/domains/mail-noma.json @@ -5,10 +5,7 @@ "email": "Noma4321business@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" } } diff --git a/domains/mail.aayushsiwa.json b/domains/mail.aayushsiwa.json index 83400b3e6..05f975bbe 100644 --- a/domains/mail.aayushsiwa.json +++ b/domains/mail.aayushsiwa.json @@ -4,12 +4,7 @@ "email": "22052177@kiit.ac.in" }, "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": [ - "v=spf1 include:spf.improvmx.com ~all" - ] + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] } } diff --git a/domains/mail.amaankazi.json b/domains/mail.amaankazi.json index edf5434c8..3d81509b8 100644 --- a/domains/mail.amaankazi.json +++ b/domains/mail.amaankazi.json @@ -1,11 +1,11 @@ { - "description": "Amaan Kazi's subdomain for mails", - "owner": { - "username": "Amaan-Kazi", - "email": "amaankazi1793@gmail.com" - }, - "record": { - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} + "description": "Amaan Kazi's subdomain for mails", + "owner": { + "username": "Amaan-Kazi", + "email": "amaankazi1793@gmail.com" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/mail.animesh.json b/domains/mail.animesh.json index 3d775a2d8..c6f9d89f9 100644 --- a/domains/mail.animesh.json +++ b/domains/mail.animesh.json @@ -4,10 +4,7 @@ "email": "animeshryu@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" } } diff --git a/domains/mail.arman.json b/domains/mail.arman.json index 7c9ff7ff2..be189220d 100644 --- a/domains/mail.arman.json +++ b/domains/mail.arman.json @@ -5,11 +5,7 @@ "email": "itz.armxn@outlook.com" }, "record": { - "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/mail.boolean44.json b/domains/mail.boolean44.json deleted file mode 100644 index 5f5ddcb2a..000000000 --- a/domains/mail.boolean44.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "owner": { - "username": "boolean44-repos", - "email": "serenitypalmer10@gmail.com" - }, - "record": { - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], - "TXT": [ - "forward-email=palmerowen100@gmail.com" - ] - } -} diff --git a/domains/mail.boolean442.json b/domains/mail.boolean442.json deleted file mode 100644 index 5f5ddcb2a..000000000 --- a/domains/mail.boolean442.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "owner": { - "username": "boolean44-repos", - "email": "serenitypalmer10@gmail.com" - }, - "record": { - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], - "TXT": [ - "forward-email=palmerowen100@gmail.com" - ] - } -} diff --git a/domains/mail.clyron.json b/domains/mail.clyron.json deleted file mode 100644 index ff25f398f..000000000 --- a/domains/mail.clyron.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "theclyron", - "email": "onenonlyclyron@gmail.com" - }, - "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} diff --git a/domains/mail.codesoft.json b/domains/mail.codesoft.json new file mode 100644 index 000000000..fdd29a627 --- /dev/null +++ b/domains/mail.codesoft.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "CodeSoftGit", + "email": "codesoft@proton.me" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + } +} diff --git a/domains/mail.deadcode.json b/domains/mail.deadcode.json index 35e942c81..2726276ef 100644 --- a/domains/mail.deadcode.json +++ b/domains/mail.deadcode.json @@ -2,16 +2,13 @@ "owner": { "username": "RichardKanshen", "email": "richard@kanshen.click", - "twitter": "@kanskje0", + "twitter": "kanskje0", "discord": "kanshen.uwu", "bluesky": "kanshen.click", - "telegram": "@richardkanskje" + "telegram": "richardkanskje" }, "record": { - "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/mail.devansh.json b/domains/mail.devansh.json index 18461c2d1..54b129949 100644 --- a/domains/mail.devansh.json +++ b/domains/mail.devansh.json @@ -1,15 +1,12 @@ { - "description": "mail forwarding", - "repo": "https://github.com/devanshyadav2010/register", - "owner": { - "username": "devanshyadav2010", - "email": "dev8adam576@gmail.com", - "twitter": "devanshyadav" - }, - "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ] - } - } + "description": "mail forwarding", + "repo": "https://github.com/devanshyadav2010/register", + "owner": { + "username": "devanshyadav2010", + "email": "dev8adam576@gmail.com", + "twitter": "devanshyadav" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] + } +} diff --git a/domains/mail.fran.json b/domains/mail.fran.json index ab44e26e7..62e7a6f13 100644 --- a/domains/mail.fran.json +++ b/domains/mail.fran.json @@ -7,10 +7,7 @@ "username": "xzonix" }, "record": { - "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/mail.gs.json b/domains/mail.gs.json new file mode 100644 index 000000000..ac0096acc --- /dev/null +++ b/domains/mail.gs.json @@ -0,0 +1,15 @@ +{ + "owner": { + "username": "Newfies", + "twitter": "YeahItsGav", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.fraa7gfMOqQqWmbk-4fE5_pNd2zEvQ1K5w53QIHDTtr1C_Wu2Pzw-GfOlhxAtr7Af5ZIj_p7F5OOp6PwDxlKBXGt13e5l3Z9CQlYRclhfnaeYQm_xetYFlf9ucsYXVTfjFAeXxybT-RxbBjRl3Z48tSQaAto3E3Y-SbqwHPhjqh7-4tCpRZu5yc38Bx0_RHt95Ib2Mcg4cWShE-2ggvygSsonBuYBRGFqMIhM60tMA-cbJdQpvfVdZTJv0vHOtUJltv3eVzPpi4q5S5lWz3EKizGXuwAq3HLFycrBVrt5pegWLi1gId-urV9HGV1L3myGfQQSGwDVCEew9YKQFj71A.bxACuA7jrws9Z7z0oTx4wQ.fzzUvSGM_6ODHxUwg6vQvfJeI2kmUx5DW_4tIGVjPOymDplL8iBjzb5HIHhLqo_PlkcmGxeNr5DH4glPZdn1Dq2ywNTV90hWqpjfoHSOsYk.O8IBPKTRGwaH43VBg1rK3A", + "notes": "I'm occasionally on Twitter from time to time; hit me up if you need to talk to me. Let me know you're from is-a.dev." + }, + "record": { + "TXT": [ + "zoho-verification=zb26727871.zmverify.zoho.com", + "v=spf1 include:zohomail.com ~all" + ], + "MX": ["mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com"] + } +} diff --git a/domains/mail.hvn-network.json b/domains/mail.hvn-network.json index e3b745419..c44cc4c4f 100644 --- a/domains/mail.hvn-network.json +++ b/domains/mail.hvn-network.json @@ -1,13 +1,11 @@ { - "owner": { - "username": "DaoLmao", - "email": "", - "discord": "854380469147140106", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.YYiTtfWSDHwSXb9MT6WVA8YGngFs8Na5NWWp15dLNgSOSkCDhyusojmz9so8D__NVF_MVbJ4dJ4mKUsoF1PQL_dRh-ZTINAFVnzjD4zGyFMW9nH7Q6wDk98tIGh5ZNfOUrqKgPUvslXMdDxtvkQ0ozsZB7XcIM6W35jHzHzjNYIJl58mTWlYg3qHXNcCZHXlDU-b4Qpq_yX4knBFpBBraJM-u8-j7MAkQgsX1x3kE_3LrR2W6d3AS_SofP_V7fSO-NU01glhbYPmp0TLXK0CxCGnhu8ZMzQPGD82TjN8pRtVUpQsbtMhcrCEwEmqkOXQ-D_Z4tKa_B-Qk_2g5c_gTw.HSLX0hOyRsELsyTL-Mk2tQ.WiNb7GNeSUyuaLRx6c-d00Eiv4ZC9OZM1h7_mKjjkC6AK5pdRSSvIOVpUy1c0ZRQ26SwekgDLz-rWm9GP2g5e4noskG9_2IiaH7BTg5lXb4.rxXv1bVYwiMt0sVdZz2rZg" - }, - - "record": { - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } - } + "owner": { + "username": "DaoLmao", + "discord": "854380469147140106", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.YYiTtfWSDHwSXb9MT6WVA8YGngFs8Na5NWWp15dLNgSOSkCDhyusojmz9so8D__NVF_MVbJ4dJ4mKUsoF1PQL_dRh-ZTINAFVnzjD4zGyFMW9nH7Q6wDk98tIGh5ZNfOUrqKgPUvslXMdDxtvkQ0ozsZB7XcIM6W35jHzHzjNYIJl58mTWlYg3qHXNcCZHXlDU-b4Qpq_yX4knBFpBBraJM-u8-j7MAkQgsX1x3kE_3LrR2W6d3AS_SofP_V7fSO-NU01glhbYPmp0TLXK0CxCGnhu8ZMzQPGD82TjN8pRtVUpQsbtMhcrCEwEmqkOXQ-D_Z4tKa_B-Qk_2g5c_gTw.HSLX0hOyRsELsyTL-Mk2tQ.WiNb7GNeSUyuaLRx6c-d00Eiv4ZC9OZM1h7_mKjjkC6AK5pdRSSvIOVpUy1c0ZRQ26SwekgDLz-rWm9GP2g5e4noskG9_2IiaH7BTg5lXb4.rxXv1bVYwiMt0sVdZz2rZg" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/mail.icehead.json b/domains/mail.icehead.json deleted file mode 100644 index e153e6f2b..000000000 --- a/domains/mail.icehead.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "Tanjimfuad", - "email": "tanjim_fuad@proton.me" - }, - "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} diff --git a/domains/mail.jamied132.json b/domains/mail.jamied132.json deleted file mode 100644 index 1160194f7..000000000 --- a/domains/mail.jamied132.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "jamied132", - "email": "jamied132.email@gmail.com" - }, - "record": { - "MX": [ - "mail.hmailserver.com" - ] - } -} diff --git a/domains/mail.krunch.json b/domains/mail.krunch.json index d5562584d..cdeedf725 100644 --- a/domains/mail.krunch.json +++ b/domains/mail.krunch.json @@ -1,15 +1,11 @@ { - "description": "ImprovMX Email", + "description": "ImprovMX Mail Forwarding", "owner": { "username": "RadioactivePotato", - "email": "", - "discord": "krunchiekrunch._." + "discord": "1166013268008120340" }, "record": { - "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/mail.letum.json b/domains/mail.letum.json index 4cbe07c04..e9c949849 100644 --- a/domains/mail.letum.json +++ b/domains/mail.letum.json @@ -1,14 +1,10 @@ { - "owner": { - "username": "amoramicae", - "discord": "1252631745514180790", - "email": "" + "owner": { + "username": "amoramicae", + "discord": "1252631745514180790" }, "record": { - "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/mail.lumix.json b/domains/mail.lumix.json new file mode 100644 index 000000000..172accf71 --- /dev/null +++ b/domains/mail.lumix.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "o-lumix", + "email": "lumix@duck.com" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] + } +} diff --git a/domains/mail.lver.json b/domains/mail.lver.json new file mode 100644 index 000000000..0b110e3c6 --- /dev/null +++ b/domains/mail.lver.json @@ -0,0 +1,18 @@ +{ + "repo": "https://github.com/lverx", + "owner": { + "username": "lverx", + "email": "profoundlvr@gmail.com" + }, + "record": { + "TXT": [ + "zoho-verification=zb43169475.zmverify.zoho.com", + "v=spf1 include:zohomail.com ~all" + ], + "MX": [ + "mx.zoho.com", + "mx2.zoho.com", + "mx3.zoho.com" + ] +} +} diff --git a/domains/mail.masseo.json b/domains/mail.masseo.json new file mode 100644 index 000000000..1447cd68a --- /dev/null +++ b/domains/mail.masseo.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "matte-oss", + "email": "7sz8jlw6h@mozmail.com" + }, + "record": { + "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"], + "TXT": [ + "v=spf1 include:zohomail.eu ~all", + "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCBdKJ9pgi76G8kOhX1v4hDt3jros0cBQMLMeKc8L6F8iLBUz78XwP4qRO/1sfdl1vSavi+KsybaNotnLfA2+vA+txPzR/zUEdPWTZhz/Q7iQqo7AuX8hZDY2emDA/0wAkSVAQ1i/KKmSnnR1q6RvJcjPmVCW2gjpw9MOfCwt7PAwIDAQAB" + ] + } +} diff --git a/domains/mail.minmit.json b/domains/mail.minmit.json index 911a193cf..bee099b5c 100644 --- a/domains/mail.minmit.json +++ b/domains/mail.minmit.json @@ -1,16 +1,11 @@ { "description": "Mail For My Website", - "repo": "https://github.com/MinMitCoder", "owner": { "username": "MinMitCoder", "email": "minmitgamer@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" } } diff --git a/domains/mail.mrjunkyz.json b/domains/mail.mrjunkyz.json index 1ac66d3d8..726befd50 100644 --- a/domains/mail.mrjunkyz.json +++ b/domains/mail.mrjunkyz.json @@ -3,7 +3,6 @@ "username": "chiragnahata", "email": "chiragnahata05@gmail.com" }, - "record": { "A": ["129.213.151.29"] } diff --git a/domains/mail.mrstickypiston.json b/domains/mail.mrstickypiston.json new file mode 100644 index 000000000..c120e7523 --- /dev/null +++ b/domains/mail.mrstickypiston.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "MrStickyPiston", + "discord": "700766242268774471", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.W2mVdm4dW8fJByQKFfFbX7Zy_LgzT03dRrDPZg1smltChY-8Q4ecmRlgbZg3qzCMTpZt0EAYKEvW3ZWJ2YANpH4NSl4rOExGzhByU5yhFxEFMFVu62LvAiEIRErPZLSpisd_p3sz6GNr_2lDhvy-YJHa5nstCGk8504Kfr_nLXwv6bWxpHPaQ_gMC3T3zCJs18znanaLs9A4h8O_07-_AlsKxUBhwyFPHBQv1zG05Dj-MNJXs2E3IiI2L5zwvV3807rvsolppR2et0Ghu6FZMDoq0ETelqjUmM_JW2T6fYiJk95QxRzLh0z4KHv0OcduJTAQT6OYjXDFsUOeOnl_cQ.BLMs-Z8M9F7U-qkpjWKE9g.POwlhWC7vCvZwtTz5pc6NRtbQFBqPK_DpWN7JBeIybylCNrqG9pEw12_qvlTIrb3cRh1ZEtzqLPBrVqyVV00zj8XKuFNZRmDfE7N7LZUebw.525ZlMIJoi8uHFtRgguNag" + }, + "record": { + "TXT": [ + "zoho-verification=zb27779902.zmverify.zoho.eu", + "v=spf1 include:zohomail.eu ~all" + ], + "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"] + } +} diff --git a/domains/mail.notaperson535.json b/domains/mail.notaperson535.json index eaae984f9..1b17786bf 100644 --- a/domains/mail.notaperson535.json +++ b/domains/mail.notaperson535.json @@ -5,10 +5,7 @@ "email": "notAperson939@gmail.com" }, "record": { - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=notaperson939@gmail.com" } } diff --git a/domains/mail.satindar.json b/domains/mail.satindar.json deleted file mode 100644 index c8bd7df24..000000000 --- a/domains/mail.satindar.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "description": "Mail for basic privacy", - "owner": { - "username": "satindar31", - "email": "satindar@satindar-is.me" - }, - "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} diff --git a/domains/mail.senaditya.json b/domains/mail.senaditya.json index eef051d90..c5c016185 100644 --- a/domains/mail.senaditya.json +++ b/domains/mail.senaditya.json @@ -5,11 +5,7 @@ "email": "aditya.sen1hl@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" } } diff --git a/domains/mail.shymike.json b/domains/mail.shymike.json index f6248a69b..8c23c8219 100644 --- a/domains/mail.shymike.json +++ b/domains/mail.shymike.json @@ -1,15 +1,9 @@ { - "owner": { - "username": "ImShyMike", - "email": "" - }, - "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } + "owner": { + "username": "ImShyMike" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } - \ No newline at end of file +} diff --git a/domains/mail.sx9.json b/domains/mail.sx9.json index 3e5dc3dbc..7f4f30be8 100644 --- a/domains/mail.sx9.json +++ b/domains/mail.sx9.json @@ -7,10 +7,7 @@ "username": "SX-9" }, "record": { - "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/mail.tmasikt.json b/domains/mail.tmasikt.json index 4ca98087f..972a1b830 100644 --- a/domains/mail.tmasikt.json +++ b/domains/mail.tmasikt.json @@ -7,10 +7,7 @@ "discord": "tmasikt" }, "record": { - "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/mail.toasty.json b/domains/mail.toasty.json deleted file mode 100644 index e8af719bb..000000000 --- a/domains/mail.toasty.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "owner": { - "username": "toastyyyxd", - "email": "asaeasaeasae.x10@gmail.com", - "discord": "577480703302959104" - }, - - "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} diff --git a/domains/mail.whine.json b/domains/mail.whine.json deleted file mode 100644 index 44f8adc26..000000000 --- a/domains/mail.whine.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "owner": { - "username": "whinee", - "email": "", - "twitter": "whi_nyaan" - }, - "description": "whi_ne's mail subdomain", - "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} diff --git a/domains/mail.zvdxc.json b/domains/mail.zvdxc.json deleted file mode 100644 index 9c555a537..000000000 --- a/domains/mail.zvdxc.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "description": "A sub-subdomain for use with a mail-forwarder, because the main subdomain zvdxc.is-a.dev has a CNAME and doesnt work. --MX records will be updated later, because Zoho--", - "owner": { - "username": "zvdxc", - "email": "zvdxc11@gmail.com" - }, - "record": { - "MX": [ - "mx.zoho.eu", - "mx2.zoho.eu", - "mx3.zoho.eu" - ], - "TXT": [ - "zoho-verification=zb90341973.zmverify.zoho.eu", - "v=spf1 include:zohomail.eu ~all" - ] - } -} diff --git a/domains/maine.json b/domains/maine.json index 232cf6091..9a0b4cacb 100644 --- a/domains/maine.json +++ b/domains/maine.json @@ -4,7 +4,6 @@ "email": "jermaineantwi22@gmail.com", "discord": "672698075910766622" }, - "record": { "CNAME": "codemaine.github.io" } diff --git a/domains/maintainers.json b/domains/maintainers.json deleted file mode 100644 index ce1ab1851..000000000 --- a/domains/maintainers.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "is-a-dev", - "email": "" - }, - "record": { - "MX": ["mail.hrsn.net"], - "TXT": "v=spf1 include:_spf.hrsn.net ~all" - } -} diff --git a/domains/mak448a.json b/domains/mak448a.json index 2f9ad0940..2fed264c9 100644 --- a/domains/mak448a.json +++ b/domains/mak448a.json @@ -1,7 +1,6 @@ { "owner": { "username": "mak448a", - "email": "", "discord": "295391820744228867" }, "record": { diff --git a/domains/maki.json b/domains/maki.json index 241336c6d..75ee18b82 100644 --- a/domains/maki.json +++ b/domains/maki.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "mackarroll-cc", - "email": "", - "discord": "158350765474316289", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.j8JWg0u5up2imhyvumsu8Z2rBOCvISQRqe_gJ_BW99OP1Czo67btMZ8G7PMxv8Z8TtfXAJIuwq0KILxELaHcaHlO-LcSnejyTcpVGQEDvhnQPoQPiJzaLggP2uqtFZ9O86V1trHBYdb73nK_PR5Xdx9FxJl69YhQ37DunU9bxW_TD63ETW29SveTL5PanejBcZt-68Lcb3U7mqiMIIU8eEJNYrqrYNEYC0VfAv75_g6xexd3QInfZEcnjgZR3FPrvk280qua61hMbJj65Onh-JEMRS6a13fCnoQANF23DbYXQ1syNHF_q63l-UmUm23nVPWn0uh30dJrNzkFAt1tZw.jC17NLbSioPA1-NUXyMbPQ.zRur4tObIw-Z4Y5gIlUQyknmh4_7J2v6wVkKzRnwRSk7-8gQp6-uxWURiujJ97pwqULTt0bF1D_rq15_lSTmkur0yQrq5AqUZVJY3_10s6E.qy0SGuCH0DvGsRMHulV8Qw" - }, - - "record": { - "URL": "https://mackarroll.cc" - } - } - + "owner": { + "username": "mackarroll-cc", + "discord": "158350765474316289", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.j8JWg0u5up2imhyvumsu8Z2rBOCvISQRqe_gJ_BW99OP1Czo67btMZ8G7PMxv8Z8TtfXAJIuwq0KILxELaHcaHlO-LcSnejyTcpVGQEDvhnQPoQPiJzaLggP2uqtFZ9O86V1trHBYdb73nK_PR5Xdx9FxJl69YhQ37DunU9bxW_TD63ETW29SveTL5PanejBcZt-68Lcb3U7mqiMIIU8eEJNYrqrYNEYC0VfAv75_g6xexd3QInfZEcnjgZR3FPrvk280qua61hMbJj65Onh-JEMRS6a13fCnoQANF23DbYXQ1syNHF_q63l-UmUm23nVPWn0uh30dJrNzkFAt1tZw.jC17NLbSioPA1-NUXyMbPQ.zRur4tObIw-Z4Y5gIlUQyknmh4_7J2v6wVkKzRnwRSk7-8gQp6-uxWURiujJ97pwqULTt0bF1D_rq15_lSTmkur0yQrq5AqUZVJY3_10s6E.qy0SGuCH0DvGsRMHulV8Qw" + }, + "record": { + "URL": "https://mackarroll.cc" + } +} diff --git a/domains/malik.json b/domains/malik.json index 38201e1f7..b31396c30 100644 --- a/domains/malik.json +++ b/domains/malik.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "Gwilymm", - "email": "", - "discord": "236575185849810944", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.dMI0nCVMnrusA6rZGPce5iBkGP9OpJCD_TGzFTtS1Ko2rDuVGKx-MgjX-GOwprAfcVuyWAFkKg6_ojRzld7lZeZmOxJE8DkOCW7VC-jWVQpZxZPJJFzEsqw4C9HLVSg2jUuhmRst8JzfhLFIvYPxeFv9w9rwQabWWCa9Trj4w9QRqAdwCX-vaVBo53C2D_n_fneAkTyvTHanNbipUNd2B-DbSrVdutzt0Ke-s5CZwKihRHfGB5hRVN0Oo5jviOPN7J2z5Q_8ObKv96uE_Mg0v08hM-bC47e4JLI1YnMl9z1-yq-m4tnSdhct7oBFg8SXehYu5GdvHMGmco6mrB6U_g.FdEs8-xLPtiqUTvLnijCYg.Cp4jo4xgq_zwhJD7HYchf6WysPFYx7E5Nsk6fq1IS_GLnQaIm2sg2qojKEVj9WKM_W97cQp4hRz7GPwAshmlRFiVstyw5pguVksRfE4aUfE.aKO5_Shplf_wnBE5idRQZg" - }, - - "record": { - "A": ["149.56.15.68"] - } - } - \ No newline at end of file + "owner": { + "username": "Gwilymm", + "discord": "236575185849810944", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.dMI0nCVMnrusA6rZGPce5iBkGP9OpJCD_TGzFTtS1Ko2rDuVGKx-MgjX-GOwprAfcVuyWAFkKg6_ojRzld7lZeZmOxJE8DkOCW7VC-jWVQpZxZPJJFzEsqw4C9HLVSg2jUuhmRst8JzfhLFIvYPxeFv9w9rwQabWWCa9Trj4w9QRqAdwCX-vaVBo53C2D_n_fneAkTyvTHanNbipUNd2B-DbSrVdutzt0Ke-s5CZwKihRHfGB5hRVN0Oo5jviOPN7J2z5Q_8ObKv96uE_Mg0v08hM-bC47e4JLI1YnMl9z1-yq-m4tnSdhct7oBFg8SXehYu5GdvHMGmco6mrB6U_g.FdEs8-xLPtiqUTvLnijCYg.Cp4jo4xgq_zwhJD7HYchf6WysPFYx7E5Nsk6fq1IS_GLnQaIm2sg2qojKEVj9WKM_W97cQp4hRz7GPwAshmlRFiVstyw5pguVksRfE4aUfE.aKO5_Shplf_wnBE5idRQZg" + }, + "record": { + "A": ["149.56.15.68"] + } +} diff --git a/domains/mamun.json b/domains/mamun.json index d7f8436e0..fcc58fa39 100644 --- a/domains/mamun.json +++ b/domains/mamun.json @@ -1,6 +1,5 @@ { "description": "Mamun's website", - "repo": "https://github.com/mamunhpath", "owner": { "username": "mamunhpath", "email": "mamunhpath@hotmail.com" diff --git a/domains/man.json b/domains/man.json new file mode 100644 index 000000000..6c8614026 --- /dev/null +++ b/domains/man.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "GameRoMan", + "email": "gameromandev@gmail.com" + }, + "record": { + "CNAME": "gameroman.pages.dev" + } +} diff --git a/domains/manash.json b/domains/manash.json index bd5c50311..d66adac44 100644 --- a/domains/manash.json +++ b/domains/manash.json @@ -1,6 +1,5 @@ { "description": "Manash Sonowal - DEV", - "repo": "https://github.com/msonowal", "owner": { "username": "msonowal", "email": "manash149@gmail.com" diff --git a/domains/mandaninikunj.json b/domains/mandaninikunj.json index 04eba9dd2..33cd05b5a 100644 --- a/domains/mandaninikunj.json +++ b/domains/mandaninikunj.json @@ -2,8 +2,7 @@ "description": "nikunj Profile.", "repo": "https://github.com/mandaninikunj/mandaninikunj.github.io", "owner": { - "username": "mandaninikunj", - "email": "" + "username": "mandaninikunj" }, "record": { "CNAME": "mandaninikunj.github.io" diff --git a/domains/manel.json b/domains/manel.json new file mode 100644 index 000000000..04beb3d18 --- /dev/null +++ b/domains/manel.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alcoceba", + "email": "manelalcoceba@gmail.com" + }, + "record": { + "CNAME": "alcoceba.github.io" + } +} diff --git a/domains/manhtran.json b/domains/manhtran.json new file mode 100644 index 000000000..a17d5e061 --- /dev/null +++ b/domains/manhtran.json @@ -0,0 +1,12 @@ +{ + "description": "My personal website", + "repo": "https://github.com/is-a-dev/docs", + "owner": { + "username": "ducmanh86", + "email": "ducmanh86@gmail.com" + }, + "record": { + "CNAME": "tranducmanh-info.web.app" + }, + "proxied": true +} diff --git a/domains/maninder.json b/domains/maninder.json index f62a88fe1..023de3b83 100644 --- a/domains/maninder.json +++ b/domains/maninder.json @@ -1,6 +1,5 @@ { "description": "My Github Page!", - "repo": "https://github.com/github4maninder", "owner": { "username": "github4maninder", "email": "iamgoat@tutanota.com" diff --git a/domains/manish-madi.json b/domains/manish-madi.json new file mode 100644 index 000000000..fe4f90072 --- /dev/null +++ b/domains/manish-madi.json @@ -0,0 +1,11 @@ +{ + "description": "Manish's Personal Website", + "repo": "https://github.com/m-manish03/m-manish03", + "owner": { + "username": "m-manish03", + "email": "manish.rebel14@gmail.com" + }, + "record": { + "CNAME": "m-manish03.github.io" + } +} diff --git a/domains/manishgautam.json b/domains/manishgautam.json new file mode 100644 index 000000000..19bdb8097 --- /dev/null +++ b/domains/manishgautam.json @@ -0,0 +1,11 @@ +{ + "description": "Manish Gautam's Website", + "repo": "https://github.com/Manishmg3994/Manishmg3994.github.io", + "owner": { + "username": "Manishmg3994", + "email": "manishgautammg7@gmail.com" + }, + "record": { + "CNAME": "manishmg3994.github.io" + } +} diff --git a/domains/manit.json b/domains/manit.json index 0f8452cc7..c2af209d7 100644 --- a/domains/manit.json +++ b/domains/manit.json @@ -3,7 +3,6 @@ "username": "namzop", "email": "manit.765489@gmail.com" }, - "record": { "CNAME": "namzop.github.io" } diff --git a/domains/mannu.json b/domains/mannu.json index cd3ee256e..16bc6a50f 100644 --- a/domains/mannu.json +++ b/domains/mannu.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "MannuVilasara", - "email": "", - "discord": "786926252811485186" - }, - "record": { - "URL": "https://www.mannuvls.xyz/" - } + "owner": { + "username": "MannuVilasara", + "discord": "786926252811485186" + }, + "record": { + "URL": "https://www.mannuvls.xyz/" + } } diff --git a/domains/mano.json b/domains/mano.json new file mode 100644 index 000000000..40398015d --- /dev/null +++ b/domains/mano.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "infofbnr", + "email": "manuelhagopian961@gmail.com" + }, + "record": { + "CNAME": "infofbnr.github.io" + } +} diff --git a/domains/manodeepray.json b/domains/manodeepray.json index b78a570cd..c2f586aac 100644 --- a/domains/manodeepray.json +++ b/domains/manodeepray.json @@ -1,10 +1,10 @@ { - "repo": "https://github.com/Manodeepray/website", - "owner": { - "username": "Manodeepray", - "email": "manodeepray@gmail.com" - }, - "record": { - "CNAME": "Manodeepray.github.io" - } - } \ No newline at end of file + "repo": "https://github.com/Manodeepray/website", + "owner": { + "username": "Manodeepray", + "email": "manodeepray@gmail.com" + }, + "record": { + "CNAME": "manodeepray.github.io" + } +} diff --git a/domains/manoj.json b/domains/manoj.json new file mode 100644 index 000000000..149c49b63 --- /dev/null +++ b/domains/manoj.json @@ -0,0 +1,12 @@ +{ + "description": "Manoj's portfolio website", + "repo": "https://github.com/ManojINaik/portfolio", + "owner": { + "username": "ManojINaik", + "email": "naik97059@gmail.com" + }, + "record": { + "CNAME": "manojinaik.github.io" + } + } + \ No newline at end of file diff --git a/domains/manojbarman.json b/domains/manojbarman.json index acfcadde9..edfc993e2 100644 --- a/domains/manojbarman.json +++ b/domains/manojbarman.json @@ -1,11 +1,9 @@ { "owner": { "username": "itsmanojb", - "email": "", "twitter": "itsmanojb" }, "description": "My personal website", - "repo": "https://github.com/itsmanojb", "record": { "URL": "https://manojbarman.in" } diff --git a/domains/mantas.json b/domains/mantas.json index ec487c071..52d8c98de 100644 --- a/domains/mantas.json +++ b/domains/mantas.json @@ -1,6 +1,5 @@ { "description": "Mantas is a developer!", - "repo": "https://github.com/mantooc", "owner": { "username": "mantooc", "email": "mantasnugaras@gmail.com" diff --git a/domains/mantou.json b/domains/mantou.json new file mode 100644 index 000000000..0492c135a --- /dev/null +++ b/domains/mantou.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Mantouisyummy", + "discord": "549056425943629825", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.aY6RLu6wtMjujwma0w1H5llw7yK9XYV91lqW6dNENxxMQAM3gOGYdq4qzDEkqtJgnRPk-3AS2aKNdvYKvhbiEwQZJjfMiI6mph1mJOiDzytTY0ddjVxUbpqCOzYfnH4eelbV_OLpkG-Xhmjq9oTIv26OIAdb5fNAb8KQ5mijE7R0hNW1gGOkwVgkdrAPdOI3CzzDWqAl7CBrXwhlIGNNlayd82F8KyZ7W3zqgQ2mmH8LlgIfPq0LWizcv4pkPULosHuAbY_JZWqlxEUVM0nGOZj2XmzQaqvslkCk2rpDf4sMs6lB2i1PX_LSwPMxzhyMpJ_GYTbJzTbWlX7LvDrCjA.wK3xmiKr05WNTB93lhQTCg.Kda6iR0wzdHXtytoJJyX8mPKl644gOimwKl3TUOK_qT6HxMP3nbu5YWSRuKT4BH1orCeYKgwh5qfo9jhauznKBJKgq9_thQPO7fHG6mOleI.iesJ_iq1hFXiiynvLhjZgg" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/manuel-garcia-nieto.json b/domains/manuel-garcia-nieto.json new file mode 100644 index 000000000..2b4661dbf --- /dev/null +++ b/domains/manuel-garcia-nieto.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mGarciaNieto", + "email": "mgarcianieto@gmail.com" + }, + "record": { + "CNAME": "mGarciaNieto.github.io" + } +} diff --git a/domains/manugeni.json b/domains/manugeni.json new file mode 100644 index 000000000..27d9bb359 --- /dev/null +++ b/domains/manugeni.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "manugeni" + }, + "record": { + "CNAME": "manugeni.github.io" + } +} diff --git a/domains/maps.vulcanocraft.json b/domains/maps.vulcanocraft.json new file mode 100644 index 000000000..06fb36cad --- /dev/null +++ b/domains/maps.vulcanocraft.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "VulcanoSoftware", + "discord": "814891541205876767", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.sIf_Ps8WbH_gxCdpTRX4pW-t2UH0uDm6j9dZbmDUM4joSTKNzlCq_vILFhEnBaffuUmYlpK7H0D29oZkl_agqgJ54Py6zm0E3IbFzbD7d5MIZeK_FXwpDb4yVV1dUMqB2iwIRG8dteCaE1dSIxMrckwuKxHR4QQR3k3_lr5J9Gx5RHIqYv3aWcVvgto8OtLX77SAywaz_b9ApXLHcokyGn20R4olg-7F_7OxFS6evQlnUabcf9sM4g-FkmygM_lDwCkjYmlXfTFmgMvE3XFpmheQY0yDtZSOKdGhmCGoxQTygyQuBlqmLd8GLnCVfEmCBc2oS4xLI1KzT5mb3rYbDA.h31K0cwMVajgtr9_PBGCvg.CzF5EYfU9U2LnSrayx3TCx2n3FHTG8ywzS6TONZmJdBWIB2GOg5hlXXYk0CMRVOO62DpZ_P1HGsN3utzVxNRJExKJHCr7VUCpJ0sPYpd8KdBfpEKHwJ8A3tHFPXqHYwx.0q-hLeHabXueOUCtZtJV4Q" + }, + "record": { + "CNAME": "vulcanomap.pages.dev" + } +} diff --git a/domains/marc.json b/domains/marc.json index 414c35ef8..0d55bbb8a 100644 --- a/domains/marc.json +++ b/domains/marc.json @@ -1,6 +1,5 @@ { "description": "Marc Gruita is a Developer!", - "repo": "https://github.com/marcgr9", "owner": { "username": "marcgr9", "email": "marc@gruita.ro" diff --git a/domains/marcelomrwin.json b/domains/marcelomrwin.json index c22c49bf7..e11f535f7 100644 --- a/domains/marcelomrwin.json +++ b/domains/marcelomrwin.json @@ -1,6 +1,5 @@ { "description": "My personal website to showcase the stuff that I do", - "repo": "https://github.com/marcelomrwin", "owner": { "username": "marcelomrwin", "email": "marcelo.d.sales@gmail.com" diff --git a/domains/marco.voegeli.json b/domains/marco.voegeli.json new file mode 100644 index 000000000..c92231ffe --- /dev/null +++ b/domains/marco.voegeli.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Marco-Voegeli", + "email": "voegelijjm@gmail.com" + }, + "record": { + "CNAME": "marco-voegeli.github.io" + } +} diff --git a/domains/marcoleder.json b/domains/marcoleder.json new file mode 100644 index 000000000..5ca478b51 --- /dev/null +++ b/domains/marcoleder.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "marcoleder", + "email": "info@marcoleder.ch" + }, + "record": { + "URL": "https://marcoleder.ch" + } +} diff --git a/domains/marcos.json b/domains/marcos.json new file mode 100644 index 000000000..2ad88a6d2 --- /dev/null +++ b/domains/marcos.json @@ -0,0 +1,10 @@ +{ + "description": "Developer portfolio", + "owner": { + "username": "mtoranzo", + "email": "mtoranzo@gmail.com" + }, + "record": { + "CNAME": "mtoranzo.github.io" + } +} diff --git a/domains/mardino.json b/domains/mardino.json new file mode 100644 index 000000000..e0c2bec3a --- /dev/null +++ b/domains/mardino.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zdienos", + "email": "zdienos@yahoo.com" + }, + "record": { + "CNAME": "zdienos.com" + } +} diff --git a/domains/maria.json b/domains/maria.json index 89aaa638a..aa9890ef8 100644 --- a/domains/maria.json +++ b/domains/maria.json @@ -3,7 +3,6 @@ "username": "nirewen", "email": "londero.edu@gmail.com" }, - "record": { "URL": "https://github.com/marialuisamol" } diff --git a/domains/mariano-avila.json b/domains/mariano-avila.json index d5db86d13..0671c1ad9 100644 --- a/domains/mariano-avila.json +++ b/domains/mariano-avila.json @@ -4,7 +4,7 @@ "owner": { "username": "dxravage", "email": "marianoavilaj4@gmail.com", - "twitter": "@MarianoAvilaC" + "twitter": "MarianoAvilaC" }, "record": { "CNAME": "dxravage.github.io" diff --git a/domains/mario-papetti.json b/domains/mario-papetti.json new file mode 100644 index 000000000..4b2b42e82 --- /dev/null +++ b/domains/mario-papetti.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mario-dango", + "email": "mp.robots@gmail.com" + }, + "record": { + "CNAME": "mario-dango.github.io" + } +} diff --git a/domains/marjuz.json b/domains/marjuz.json new file mode 100644 index 000000000..f678aa328 --- /dev/null +++ b/domains/marjuz.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "marjuzdev" + }, + "record": { + "CNAME": "marjuz.netlify.app" + } +} diff --git a/domains/mark.json b/domains/mark.json index e19bd2f9a..7234ae4f7 100644 --- a/domains/mark.json +++ b/domains/mark.json @@ -1,14 +1,12 @@ { - "description": "Portfolio website", - "repo": "https://github.com/t1devzeus/register", - "owner": { - "username": "t1devzeus", - "email": "dev.caspian.hayashi@gmail.com", - "discord": "944959943310737408" - }, - "record": { - "A": [ - "75.2.60.5" - ] - } + "description": "Portfolio website", + "repo": "https://github.com/t1devzeus/register", + "owner": { + "username": "t1devzeus", + "email": "dev.caspian.hayashi@gmail.com", + "discord": "944959943310737408" + }, + "record": { + "A": ["75.2.60.5"] + } } diff --git a/domains/markaguirre.json b/domains/markaguirre.json new file mode 100644 index 000000000..a2abe4a80 --- /dev/null +++ b/domains/markaguirre.json @@ -0,0 +1,11 @@ +{ + "description": "Developer Portfolio", + "repo": "https://github.com/MarkAguirre26/folio", + "owner": { + "username": "MarkAguirre26", + "email": "markaguirre26@gmail.com" + }, + "record": { + "CNAME": "markaguirre.netlify.app" + } +} diff --git a/domains/markasaad.json b/domains/markasaad.json new file mode 100644 index 000000000..4840de2d5 --- /dev/null +++ b/domains/markasaad.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "voltonik", + "email": "markasaadramzy@gmail.com" + }, + "record": { + "CNAME": "markasaad.vercel.app" + } +} diff --git a/domains/markblum.json b/domains/markblum.json index 073ee14d4..11b3bfc81 100644 --- a/domains/markblum.json +++ b/domains/markblum.json @@ -4,6 +4,6 @@ "email": "mark@el-blum.de" }, "record": { - "CNAME": "el-blum.selfhost.co" + "CNAME": "dyndns.el-blum.de" } } diff --git a/domains/marketplace.syntaxloopers.json b/domains/marketplace.syntaxloopers.json deleted file mode 100644 index 726befd50..000000000 --- a/domains/marketplace.syntaxloopers.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chiragnahata", - "email": "chiragnahata05@gmail.com" - }, - "record": { - "A": ["129.213.151.29"] - } -} diff --git a/domains/markos.json b/domains/markos.json index deb080298..a485cc764 100644 --- a/domains/markos.json +++ b/domains/markos.json @@ -1,6 +1,5 @@ { "description": "Hello my name is Markos Dimitsas and I am from Greece.", - "repo": "https://github.com/markdimi", "owner": { "username": "markdimi", "email": "markdimitsas@gmail.com" diff --git a/domains/marlon.json b/domains/marlon.json new file mode 100644 index 000000000..e63997d25 --- /dev/null +++ b/domains/marlon.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MarlonDevs", + "email": "marlonmogollon13@gmail.com" + }, + "record": { + "CNAME": "marlondevs.github.io" + } +} diff --git a/domains/marten-mrfc.json b/domains/marten-mrfc.json new file mode 100644 index 000000000..b5d2c9ae3 --- /dev/null +++ b/domains/marten-mrfc.json @@ -0,0 +1,11 @@ +{ + "description": "For my portfolio site", + "repo": "https://github.com/Marten-Mrfc/Marten-Mrfc", + "owner": { + "username": "Marten-Mrfc", + "email": "martensog@gmail.com" + }, + "record": { + "CNAME": "marten-mrfc.github.io" + } +} diff --git a/domains/martin.json b/domains/martin.json new file mode 100644 index 000000000..e714b1a9b --- /dev/null +++ b/domains/martin.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio", + "repo": "https://github.com/martinshaw/martinshaw.github.io", + "owner": { + "username": "martinshaw", + "email": "hello@martinshaw.co" + }, + "record": { + "CNAME": "martinshaw.github.io" + } +} diff --git a/domains/martinvruiz.json b/domains/martinvruiz.json new file mode 100644 index 000000000..e1092fd19 --- /dev/null +++ b/domains/martinvruiz.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "martinvruiz", + "email": "martinvruiz10@gmail.com", + "discord": "martinvruiz10" + }, + "record": { + "CNAME": "portfoliomvr.vercel.app" + } +} diff --git a/domains/marufcseuu.json b/domains/marufcseuu.json new file mode 100644 index 000000000..35d677655 --- /dev/null +++ b/domains/marufcseuu.json @@ -0,0 +1,10 @@ +{ + "description": "0xmaruf.is-a.dev domain", + "owner": { + "username": "marufms4", + "email": "marufsm4@gmail.com" + }, + "record": { + "CNAME": "marufcse.netlify.app" + } +} diff --git a/domains/maryll.json b/domains/maryll.json index b4c7b316b..c782f4ebb 100644 --- a/domains/maryll.json +++ b/domains/maryll.json @@ -3,7 +3,6 @@ "username": "Maryll-castelino", "email": "maryllcastelino@gmail.com" }, - "record": { "CNAME": "maryll-castelino.github.io" } diff --git a/domains/masdzub.json b/domains/masdzub.json new file mode 100644 index 000000000..a39de10c1 --- /dev/null +++ b/domains/masdzub.json @@ -0,0 +1,11 @@ +{ + "description": "My Personal Website.", + "repo": "https://github.com/masdzub/masdzub.github.io", + "owner": { + "username": "masdzub", + "email": "hello@masdzub.com" + }, + "record": { + "CNAME": "masdzub-github-io.pages.dev" + } +} diff --git a/domains/maskduck.json b/domains/maskduck.json index 81573292a..e8cc52d8b 100644 --- a/domains/maskduck.json +++ b/domains/maskduck.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "maskduck", - "email": "", - "discord": "_ngiu.a_" - }, - "record": { - "CNAME": "maskduck.github.io" - } + "owner": { + "username": "maskduck", + "discord": "_ngiu.a_" + }, + "record": { + "NS": ["ada.ns.cloudflare.com", "albert.ns.cloudflare.com"] + } } diff --git a/domains/masood.json b/domains/masood.json index aad69bdb4..d3285923a 100644 --- a/domains/masood.json +++ b/domains/masood.json @@ -1,6 +1,5 @@ { "description": "Masood Mohammad's Personal Website", - "repo": "https://github.com/masoodbinmohammad", "owner": { "username": "masoodbinmohammad", "email": "masoodbinmohammad@hotmail.com" diff --git a/domains/masseo.json b/domains/masseo.json new file mode 100644 index 000000000..c47cca342 --- /dev/null +++ b/domains/masseo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "matte-oss", + "email": "7sz8jlw6h@mozmail.co" + }, + "record": { + "CNAME": "hashnode.network" + } +} diff --git a/domains/matbak.json b/domains/matbak.json index d57ad1b77..91eacefe4 100644 --- a/domains/matbak.json +++ b/domains/matbak.json @@ -3,7 +3,6 @@ "username": "matbakdev", "email": "matbakdev@protonmail.com" }, - "record": { "CNAME": "matbakdev.github.io" } diff --git a/domains/mateogariboglio.json b/domains/mateogariboglio.json new file mode 100644 index 000000000..3b73f89dc --- /dev/null +++ b/domains/mateogariboglio.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mateo-404", + "discord": "gary_______" + }, + "record": { + "CNAME": "portfolio-mateo-404s-projects.vercel.app" + } +} diff --git a/domains/mateoguidi.json b/domains/mateoguidi.json new file mode 100644 index 000000000..205e8b613 --- /dev/null +++ b/domains/mateoguidi.json @@ -0,0 +1,11 @@ +{ + "description": "Mateo GUIDI's Portfolio", + "repo": "https://github.com/MateoGuidi/mateoguidi.github.io", + "owner": { + "username": "MateoGuidi", + "email": "mateo.guidi5@gmail.com" + }, + "record": { + "CNAME": "mateoguidi.github.io" + } +} diff --git a/domains/mateus.json b/domains/mateus.json new file mode 100644 index 000000000..cafec5c30 --- /dev/null +++ b/domains/mateus.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "costamateus", + "email": "mateus@costamateus.com.br" + }, + "record": { + "A": ["147.79.84.80"] + } +} diff --git a/domains/mateuseap.json b/domains/mateuseap.json new file mode 100644 index 000000000..a23d10a02 --- /dev/null +++ b/domains/mateuseap.json @@ -0,0 +1,11 @@ +{ + "description": "My portfolio", + "repo": "https://github.com/mateuseap/mateuseap.github.io", + "owner": { + "username": "mateuseap", + "email": "mateuseap@mateuseap.com" + }, + "record": { + "CNAME": "mateuseap.github.io" + } +} diff --git a/domains/mateusz.json b/domains/mateusz.json new file mode 100644 index 000000000..260df4beb --- /dev/null +++ b/domains/mateusz.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "Pand3moniuMx3" + }, + "record": { + "CNAME": "mateuszmirecki.netlify.app" + } +} diff --git a/domains/matheusdev.json b/domains/matheusdev.json new file mode 100644 index 000000000..0b5743747 --- /dev/null +++ b/domains/matheusdev.json @@ -0,0 +1,13 @@ +{ + "description": "Web Developer Portifolio", + "repo": "https://github.com/matheusfdosan/portifolio/", + "owner": { + "username": "matheusfdosan", + "email": "matheusfaustinoe20@gmail.com", + "linkedin": "https://www.linkedin.com/in/matheusfaus/", + "discord": "979816215281279019" + }, + "record": { + "CNAME": "portifolio-swart-five-65.vercel.app" + } +} diff --git a/domains/mathiassm.json b/domains/mathiassm.json index 326d932a4..8ed5ca5a6 100644 --- a/domains/mathiassm.json +++ b/domains/mathiassm.json @@ -1,7 +1,6 @@ { "owner": { "username": "mathiassm", - "email": "", "twitter": "mathiassm" }, "description": "MathiasSM's Personal Site", diff --git a/domains/mathiscool.json b/domains/mathiscool.json index 0195c7f09..f1d1e9d31 100644 --- a/domains/mathiscool.json +++ b/domains/mathiscool.json @@ -6,6 +6,6 @@ "email": "testbot-github@gmail.com" }, "record": { - "CNAME": "Mathiscool.github.io" + "CNAME": "mathiscool.github.io" } } diff --git a/domains/mathu-lmn.json b/domains/mathu-lmn.json index 12df213c5..cc96d5008 100644 --- a/domains/mathu-lmn.json +++ b/domains/mathu-lmn.json @@ -3,7 +3,6 @@ "repo": "https://github.com/Mathu-lmn/mathu-lmn.github.io", "owner": { "username": "mathu-lmn", - "email": "", "discord": "Mathu_lmn#6970" }, "record": { diff --git a/domains/matrixcoder.json b/domains/matrixcoder.json index 57a4b7c5a..e584272b1 100644 --- a/domains/matrixcoder.json +++ b/domains/matrixcoder.json @@ -12,10 +12,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/matt-murdock.json b/domains/matt-murdock.json new file mode 100644 index 000000000..c9f908960 --- /dev/null +++ b/domains/matt-murdock.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "xr-coder", + "email": "nryadav7412@gmail.com" + }, + "record": { + "NS": ["anahi.ns.cloudflare.com", "darl.ns.cloudflare.com"] + } +} diff --git a/domains/matt.json b/domains/matt.json index abad7ef8d..9442eee49 100644 --- a/domains/matt.json +++ b/domains/matt.json @@ -1,16 +1,12 @@ { "description": "Matt is a Developer!", - "repo": "https://github.com/Tweak4141", "owner": { "username": "tweak4141", "email": "tweak@talosbot.xyz" }, "record": { "A": ["150.230.46.24"], - "MX": [ - "mx1.talosbot.xyz", - "mx2.talosbot.xyz" - ], + "MX": ["mx1.talosbot.xyz", "mx2.talosbot.xyz"], "TXT": "v=spf1 include:spf.talosbot.xyz include:spf.brevo.com include:mailgun.org include:webmail.talosbot.xyz ~all" } } diff --git a/domains/matt3o0.json b/domains/matt3o0.json index c2f8e3ce5..f39094035 100644 --- a/domains/matt3o0.json +++ b/domains/matt3o0.json @@ -4,6 +4,6 @@ "email": "duvbolone@gmail.com" }, "record": { - "URL": "https://matt3o0.vercel.app" + "CNAME": "matt3o0.vercel.app" } } diff --git a/domains/mattw.json b/domains/mattw.json index 7b365e300..cd5c53691 100644 --- a/domains/mattw.json +++ b/domains/mattw.json @@ -1,6 +1,5 @@ { "description": "Matt is a Developer!", - "repo": "https://github.com/Tweak4141", "owner": { "username": "tweak4141", "email": "tweak@talosbot.xyz" diff --git a/domains/matytyma.json b/domains/matytyma.json index b21c92233..12f779297 100644 --- a/domains/matytyma.json +++ b/domains/matytyma.json @@ -4,7 +4,6 @@ "email": "matytyma22@gmail.com", "discord": "803549121247838209" }, - "record": { "CNAME": "matytyma.github.io" } diff --git a/domains/mau.json b/domains/mau.json new file mode 100644 index 000000000..2330e1c5a --- /dev/null +++ b/domains/mau.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mamv2137", + "email": "mamv.2137@gmail.com" + }, + "record": { + "CNAME": "mamv2137.github.io" + } +} diff --git a/domains/maurice.json b/domains/maurice.json index 814ba3d00..6f40018d0 100644 --- a/domains/maurice.json +++ b/domains/maurice.json @@ -4,7 +4,6 @@ "email": "capybara@mail.de", "discord": "1181949050770161756" }, - "record": { "A": ["91.216.248.20"] } diff --git a/domains/mausami-parmar.json b/domains/mausami-parmar.json index 68004c096..5ce30ac48 100644 --- a/domains/mausami-parmar.json +++ b/domains/mausami-parmar.json @@ -2,8 +2,7 @@ "description": "My new website", "repo": "https://github.com/mausami-parmar/mausami-parmar.github.io", "owner": { - "username": "mausami-parmar", - "email": "" + "username": "mausami-parmar" }, "record": { "CNAME": "mausami-parmar.github.io" diff --git a/domains/maxgiveawaybot.json b/domains/maxgiveawaybot.json index 578523388..f8bbac476 100644 --- a/domains/maxgiveawaybot.json +++ b/domains/maxgiveawaybot.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "emmu123", - "email": "", - "discord": "863271170228486187", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.U15Blx01XkJwDCgPniImJMBtkqzEzQ_InjZmPuBx2h7RRMPnBgBqUDOgC6r4r0NCARF6iKa5FqP5dJkh2wP2d0fV3opIioWqApLGll1XQOTW5N14yTk3NO9B7Sqa2RVMB-xmxxrXSyILkDXO3WnF4k2JUdoIYJ2E_wd5Mo8CwQpkd3hIfzfroaoSUvmeIR_cDh3KLOoliP-1SFuNn_Yo4sqoFI0xifcQsXAEV9RLaQ5KuJQz9mv6RBeT8C13TxJIt51e4Bb_JXLMyVjz-jiFyuOTIY0Wt3e8ATgXXHovoJkDiP71xcEWA1jzWUGEWE1qC9bmseghh-Ii6_Z4ieWdKA.ddonB5m57O0yCwXStFhsiw.DjqWalsKwjt07LA_Q--Kxda7_hfxAwvgBHtGQphyj7VRCbVT3DBitJmTXvH0fUuJ4oqs4Lr0iWl7gbAi9zxJmKHXWuGJ7D-yDmSQRPwfJYE.RetwqAP8tPc9M0RpGyk26A" - }, - - "record": { - "CNAME": "emmu123.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "emmu123", + "discord": "863271170228486187", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.U15Blx01XkJwDCgPniImJMBtkqzEzQ_InjZmPuBx2h7RRMPnBgBqUDOgC6r4r0NCARF6iKa5FqP5dJkh2wP2d0fV3opIioWqApLGll1XQOTW5N14yTk3NO9B7Sqa2RVMB-xmxxrXSyILkDXO3WnF4k2JUdoIYJ2E_wd5Mo8CwQpkd3hIfzfroaoSUvmeIR_cDh3KLOoliP-1SFuNn_Yo4sqoFI0xifcQsXAEV9RLaQ5KuJQz9mv6RBeT8C13TxJIt51e4Bb_JXLMyVjz-jiFyuOTIY0Wt3e8ATgXXHovoJkDiP71xcEWA1jzWUGEWE1qC9bmseghh-Ii6_Z4ieWdKA.ddonB5m57O0yCwXStFhsiw.DjqWalsKwjt07LA_Q--Kxda7_hfxAwvgBHtGQphyj7VRCbVT3DBitJmTXvH0fUuJ4oqs4Lr0iWl7gbAi9zxJmKHXWuGJ7D-yDmSQRPwfJYE.RetwqAP8tPc9M0RpGyk26A" + }, + "record": { + "CNAME": "emmu123.github.io" + } +} diff --git a/domains/maximilian.json b/domains/maximilian.json index 5b68a8cd6..df71adf25 100644 --- a/domains/maximilian.json +++ b/domains/maximilian.json @@ -10,10 +10,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/maxwelbm.json b/domains/maxwelbm.json new file mode 100644 index 000000000..e7f029e57 --- /dev/null +++ b/domains/maxwelbm.json @@ -0,0 +1,11 @@ +{ + "description": "My blog personal.", + "repo": "https://github.com/maxwelbm/maxwelbm.github.io", + "owner": { + "username": "maxwelbm", + "email": "maxwelbm@hotmail.com" + }, + "record": { + "CNAME": "maxwelbm.github.io" + } +} diff --git a/domains/mayank-rathva.json b/domains/mayank-rathva.json index 59b2a594f..0135f50cb 100644 --- a/domains/mayank-rathva.json +++ b/domains/mayank-rathva.json @@ -2,8 +2,7 @@ "description": "This is personal website", "repo": "https://github.com/mayank-rathva/mayank-rathva.github.io", "owner": { - "username": "mayank-rathva", - "email": "" + "username": "mayank-rathva" }, "record": { "CNAME": "mayank-rathva.github.io" diff --git a/domains/maybe.json b/domains/maybe.json new file mode 100644 index 000000000..630ec0d94 --- /dev/null +++ b/domains/maybe.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DevMatei", + "email": "matei.thoma@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/mayerfried.json b/domains/mayerfried.json index 85b531275..cfe12d2a5 100644 --- a/domains/mayerfried.json +++ b/domains/mayerfried.json @@ -1,6 +1,5 @@ { "description": "Mayer Fried Is A Dev", - "repo": "https://github.com/mfried40", "owner": { "username": "mfried40", "email": "mayer@mayerfried.com" diff --git a/domains/mayuresh.json b/domains/mayuresh.json new file mode 100644 index 000000000..376e8374c --- /dev/null +++ b/domains/mayuresh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mayur1377", + "email": "mayuresh1377@gmail.com" + }, + "record": { + "CNAME": "iammayur.vercel.app" + } +} diff --git a/domains/mayurraut.json b/domains/mayurraut.json new file mode 100644 index 000000000..31089e679 --- /dev/null +++ b/domains/mayurraut.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Website", + "repo": "https://github.com/razobeckett/razobeckett.github.io", + "owner": { + "username": "razobeckett", + "email": "mayurraut.dev@gmail.com" + }, + "record": { + "CNAME": "razobeckett.github.io" + } +} diff --git a/domains/mazengohar.json b/domains/mazengohar.json index 79bee6893..0cf5019b9 100644 --- a/domains/mazengohar.json +++ b/domains/mazengohar.json @@ -1,6 +1,5 @@ { "description": "Mazen Gohar - DEV", - "repo": "https://github.com/MazenGohar", "owner": { "username": "MazenGohar", "email": "mizoiology@gmail.com" diff --git a/domains/mb.json b/domains/mb.json index 246c7c3e5..910e20001 100644 --- a/domains/mb.json +++ b/domains/mb.json @@ -1,6 +1,5 @@ { "description": "Michael's personal developer website", - "repo": "https://github.com/mbrav", "owner": { "username": "mbrav", "email": "mbrav@protonmail.com" diff --git a/domains/mc.esb.json b/domains/mc.esb.json deleted file mode 100644 index 6a7b11a15..000000000 --- a/domains/mc.esb.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "EducatedSuddenBucket", - "email": "educatedsuddenbucket@gmail.com" - }, - "record": { - "CNAME": "bff5bd034c7fbbeafaaf626f505c8cc5.ipv4.tcpshield.com" - } -} diff --git a/domains/mc.haft.json b/domains/mc.haft.json new file mode 100644 index 000000000..6cf4bd80a --- /dev/null +++ b/domains/mc.haft.json @@ -0,0 +1,12 @@ +{ + "description": "socials, etc", + "repo": "https://github.com/HaftIsntHere/haftisnthere.github.io", + "owner": { + "username": "HaftIsntHere", + "discord": "imhaft", + "email": "haftthedev@gmail.com" + }, + "record": { + "A": ["38.22.104.156"] + } +} diff --git a/domains/mc.json b/domains/mc.json index a6716c4d6..ccb5069a7 100644 --- a/domains/mc.json +++ b/domains/mc.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "EducatedSuddenBucket", - "email": "", - "discord": "1167825360151380032", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.LSD9kCcuVMiKKvlR-FO7qhiXahKbBdhrtM9wnZpaelPXdjLYvhVOOIGNqpus2aj8DuVjqu3gvaoKqOOCvlxZVe8O22Ef6JqCtu2HWMm4nZbXfpUyxpORZbSXuKg8JOIdX50Tm2Hrx3UwG4xjzbRAK96DUuew4l2qeIyEUrl1ycBpv5CEDPVQz6DN7v1IoWEZlYHup9x9zIjC4U-YR3zjXOTZPjyQul9fQFKXqy9oNsock4u0PTHCJ6q9aNG4WW2_n4gyGxYGXN5IdRxIsIIuXGif_W4u2FbjcSiWPvmN7FND-1jWnvwhYTK6fT0L5j2FJ7SVFanm1wi8Rg8AM2iG6A.oVOsZt9TwDae4njjIkcczw.p2DEVq4W4Wp1FbeEd50P0KQYEtxu_purdwrb5eskPNIhn-UU8V3V4MCcA0IFYSEtWGbjdHy3YtI6NXp_zTE1INyHslf9sBsr1zohyhTzqbHw3FYB_C7ZZioMg6jXrIy2.Yj7_I0i-HKwO8VBpDxpQeA" - }, - - "record": { - "CNAME": "bff5bd034c7fbbeafaaf626f505c8cc5.ipv4.tcpshield.com" - } - } - \ No newline at end of file + "owner": { + "username": "EducatedSuddenBucket", + "discord": "1167825360151380032", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.LSD9kCcuVMiKKvlR-FO7qhiXahKbBdhrtM9wnZpaelPXdjLYvhVOOIGNqpus2aj8DuVjqu3gvaoKqOOCvlxZVe8O22Ef6JqCtu2HWMm4nZbXfpUyxpORZbSXuKg8JOIdX50Tm2Hrx3UwG4xjzbRAK96DUuew4l2qeIyEUrl1ycBpv5CEDPVQz6DN7v1IoWEZlYHup9x9zIjC4U-YR3zjXOTZPjyQul9fQFKXqy9oNsock4u0PTHCJ6q9aNG4WW2_n4gyGxYGXN5IdRxIsIIuXGif_W4u2FbjcSiWPvmN7FND-1jWnvwhYTK6fT0L5j2FJ7SVFanm1wi8Rg8AM2iG6A.oVOsZt9TwDae4njjIkcczw.p2DEVq4W4Wp1FbeEd50P0KQYEtxu_purdwrb5eskPNIhn-UU8V3V4MCcA0IFYSEtWGbjdHy3YtI6NXp_zTE1INyHslf9sBsr1zohyhTzqbHw3FYB_C7ZZioMg6jXrIy2.Yj7_I0i-HKwO8VBpDxpQeA" + }, + "record": { + "CNAME": "bff5bd034c7fbbeafaaf626f505c8cc5.ipv4.tcpshield.com" + } +} diff --git a/domains/mc.katz.json b/domains/mc.katz.json deleted file mode 100644 index 1d194a010..000000000 --- a/domains/mc.katz.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "bananalolok", - "email": "imethlol1234@gmail.com", - "discord": "banana_lol_7678" - }, - "record": { - "CNAME": "5e8898d8b635c8dbffbd3c5c7574b456.ipv4.tcpshield.com" - } -} diff --git a/domains/mc.minmit.json b/domains/mc.minmit.json index 096f8be1a..be6dba2f9 100644 --- a/domains/mc.minmit.json +++ b/domains/mc.minmit.json @@ -4,7 +4,6 @@ "email": "minmitgamer@gmail.com", "discord": "499232953352716288" }, - "record": { "A": ["141.144.228.165"] } diff --git a/domains/mc.sewt.json b/domains/mc.sewt.json deleted file mode 100644 index d4125db41..000000000 --- a/domains/mc.sewt.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "SkyExploreWasTaken", - "email": "", - "discord": "1049263707177353247", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.JjnXMeB-5yChFwqeTjRtzK3S_0JshRprm7Ix_Yl-zlvBzrR4ZlVNljlNwz5hHd6RwuBC_y5QFA1wpuLY7J9tuvaW_ttJpnbU58UGV2JNs6yR0C6ZBp5S0XR7J0zKoloVPgoN9i4q8SOzJeBQCanVOFzX3d9haVlZxrZFInLbMybS8FegbUdzDuV6s6TB0gA8fpBWx29ftzsLfwVj96tO9gmB0cJAU-URofHxmMBDUCIXDELQdrlRl_sj4kjW3uIKus_lgN7GU55xIvErfpV2_NVZTiuPzOh5HcP7rwWHhDaeKvQL4HeKWxIlrqQhPtQHQTFTgJuh7MmJimD95ixgVg.fhYccie9reT4Mi7XAmEtZA.lNh66dK74iYl7grB--wq1yi-AEKzvkuN7TLOS75XwYxJskb4dSr8TUcM0Y5ZVfR27oMahE1_kerqZOZOtZW58ZFwqoFD0oCFaEm68nwTd3or3uBWcYbZk5ilghu8TpPN.zKRzlPiGTBfNQTbJkCbrGg" - }, - - "record": { - "CNAME": "2ad91f09d3acba5ca94988f1f77baadc.ipv4.tcpshield.com" - } - } diff --git a/domains/mc.sono.json b/domains/mc.sono.json deleted file mode 100644 index a6b5e2e2f..000000000 --- a/domains/mc.sono.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "getSono", - "email": "sono.arbeit@gmail.com" - }, - "record": { - "CNAME": "574ccc29-f29c-444a-a610-97eeb4ad17c0.shield.neoprotect.ovh" - } -} diff --git a/domains/mc.vulcanocraft.json b/domains/mc.vulcanocraft.json new file mode 100644 index 000000000..f1c58414c --- /dev/null +++ b/domains/mc.vulcanocraft.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "VulcanoSoftware", + "discord": "814891541205876767", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.WYB8jKD71t5bNPCzGO99a6kcjoLLipJVLzHxhAqoPUcGLm8MAPJRa4WMlKhCDM0eN49rQ5EHzL08go2s05jE12ezxmZ92m58MJ9ztAlF16TOxCTI4Vy3hFknZlOWhIdE69DhINJT1sG1ceWLY_oGk758-GIvBAQrDVPB-5m1nYEpp2LYipiMngwgZDvz0gLF0BXXRrP7b74phJUmw39nK1_gE1uJFKuDknWGYlCxPfhJ1aNQEAHHxgbuVghaLCv3tIqrh29j99dXZjw8wFxmaubcew0eei1NaG_An_OzbgwsTJn3QiAnanYRtnSaMGBGTHzhJ3OWx9st5Phxfut7lQ.qPrZy8EOYsGDVaIXF-Ilcg.CXoxIk3NL2J6h0tipv9pRe47YDHQ3Vl7VB58l0tdPtSTE_guNUoBwxvNOLkwj5pozh3oVKlqdGH4sego6PCw1blqG5nIPKq3Lju0-jdQr_jH74BrOJ6Vp4VOY-m0-2kG.0kLSV4Xse1p9_QqEod0M6g" + }, + "record": { + "CNAME": "f14fb61a3cd4425fe52de16b257ca673.ipv4.tcpshield.com" + } +} diff --git a/domains/mcalec.json b/domains/mcalec.json new file mode 100644 index 000000000..cd7664694 --- /dev/null +++ b/domains/mcalec.json @@ -0,0 +1,12 @@ +{ + "description": "mcalec.is-a.dev", + "repo": "https://github.com/mcalec-dev/mcalec.is-a.dev", + "owner": { + "username": "mcalec-dev", + "email": "hello@mcalec.dev", + "discord": "mcalec" + }, + "record": { + "CNAME": "mcalec.dev" + } +} diff --git a/domains/mcstatus.json b/domains/mcstatus.json index c543e0863..37f3924e7 100644 --- a/domains/mcstatus.json +++ b/domains/mcstatus.json @@ -5,9 +5,7 @@ "discord": "1167825360151380032" }, "record": { - "A": [ - "216.24.57.1" - ], + "A": ["89.106.200.1"], "TXT": [ "google-site-verification=nDh74FzhzmLwzfX4wZWHjZOjNXmTCKyuw89TGKOIfkE" ] diff --git a/domains/mebius-.json b/domains/mebius.json similarity index 100% rename from domains/mebius-.json rename to domains/mebius.json diff --git a/domains/medinilla.json b/domains/medinilla.json new file mode 100644 index 000000000..257444038 --- /dev/null +++ b/domains/medinilla.json @@ -0,0 +1,11 @@ +{ + "description": "nedinilla is a dev", + "repo": "https://github.com/cmedinilla/cmedinilla.github.io", + "owner": { + "username": "cmedinilla", + "email": "cris.medinill@gmail.com" + }, + "record": { + "URL": "https://cmedinilla.github.io" + } +} diff --git a/domains/meerkats.shays.json b/domains/meerkats.shays.json index 7fc084b27..4f57d567d 100644 --- a/domains/meerkats.shays.json +++ b/domains/meerkats.shays.json @@ -1,7 +1,6 @@ { "owner": { "username": "SHays24", - "email": "", "discord": "munchkin2309" }, "record": { diff --git a/domains/mega-lag.sx9.json b/domains/mega-lag.sx9.json index a4742e503..cc96811a3 100644 --- a/domains/mega-lag.sx9.json +++ b/domains/mega-lag.sx9.json @@ -3,7 +3,6 @@ "username": "SX-9", "email": "satriakrach@gmail.com" }, - "record": { "CNAME": "sx-9.github.io" } diff --git a/domains/mega.json b/domains/mega.json index e19f69674..d9dd89558 100644 --- a/domains/mega.json +++ b/domains/mega.json @@ -1,9 +1,7 @@ { "description": "My Personal website and possibly an API", - "repo": "https://github.com/MegaDevGuy", "owner": { "username": "MegaDevGuy", - "email": "", "twitter": "_Mega_Dev_" }, "record": { diff --git a/domains/megalith.json b/domains/megalith.json index 8c108572b..2e569285e 100644 --- a/domains/megalith.json +++ b/domains/megalith.json @@ -3,7 +3,6 @@ "username": "MegalithOffical", "email": "gekocakaya@gmail.com" }, - "record": { "URL": "https://profile-megalithoffical.vercel.app" } diff --git a/domains/meghdip.json b/domains/meghdip.json index 4918f9208..3365c4c37 100644 --- a/domains/meghdip.json +++ b/domains/meghdip.json @@ -4,7 +4,6 @@ "email": "karmakarmeghdip@gmail.com", "discord": "479631349167423509" }, - "record": { "CNAME": "karmakarmeghdip.github.io" } diff --git a/domains/mehdigr.json b/domains/mehdigr.json index 7bcb19848..bf3dda1e6 100644 --- a/domains/mehdigr.json +++ b/domains/mehdigr.json @@ -1,10 +1,9 @@ - { - "owner": { - "username": "MehdiGR", - "email": "Mehdi_osMd@proton.me" - }, - "record": { - "URL": "https://mehdigr.netlify.app/" - } + "owner": { + "username": "MehdiGR", + "email": "Mehdi_osMd@proton.me" + }, + "record": { + "URL": "https://mehdigr.netlify.app/" + } } diff --git a/domains/mehdigrdev.json b/domains/mehdigrdev.json new file mode 100644 index 000000000..45662c47c --- /dev/null +++ b/domains/mehdigrdev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mehdi-GR-Dev", + "email": "Mehdi_is_my_Email@proton.me" + }, + "record": { + "URL": "https://portfolio-seven-gold-50.vercel.app/" + } +} diff --git a/domains/mehrdad.json b/domains/mehrdad.json new file mode 100644 index 000000000..e11f1e8cb --- /dev/null +++ b/domains/mehrdad.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mehrdad-shokri", + "email": "code.poet95@gmail.com" + }, + "record": { + "CNAME": "mehrdad.ai" + } +} diff --git a/domains/mehrshad.json b/domains/mehrshad.json new file mode 100644 index 000000000..3649fe4d8 --- /dev/null +++ b/domains/mehrshad.json @@ -0,0 +1,11 @@ +{ + "description": "Overview And Introduction of Owner's Open Source Projects", + "repo": "https://github.com/SaintScraTchY/SaintScraTchY.github.io", + "owner": { + "username": "SaintScraTchY", + "email": "mehrshad2028@gmail.com" + }, + "record": { + "CNAME": "saintscratchy.github.io" + } +} diff --git a/domains/mehul.json b/domains/mehul.json new file mode 100644 index 000000000..2b57a89e4 --- /dev/null +++ b/domains/mehul.json @@ -0,0 +1,10 @@ +{ + "description": "My Portfolio Website", + "owner": { + "username": "psvm-tallman", + "email": "mehulsavio@gmail.com" + }, + "record": { + "URL": "https://mehul-uttam-portfolio.vercel.app" + } +} diff --git a/domains/mehulpathak.json b/domains/mehulpathak.json new file mode 100644 index 000000000..411a745f4 --- /dev/null +++ b/domains/mehulpathak.json @@ -0,0 +1,10 @@ +{ + "description": "Mehul Pathak's Portfolio", + "owner": { + "username": "m3hu1", + "email": "pathakkmehul@gmail.com" + }, + "record": { + "URL": "https://mehulpathak.vercel.app/" + } +} diff --git a/domains/mekota.json b/domains/mekota.json deleted file mode 100644 index 056da1b64..000000000 --- a/domains/mekota.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "mikotohime", - "email": "exosk1ll.twl@gmail.com" - }, - "record": { - "A": ["194.28.226.129"] - } -} diff --git a/domains/meku.json b/domains/meku.json index 34b816052..e160851ed 100644 --- a/domains/meku.json +++ b/domains/meku.json @@ -4,7 +4,6 @@ "email": "micomacabali14@gmail.com", "discord": "1130452399094505534" }, - "record": { "A": ["69.30.249.53"] } diff --git a/domains/melainegerard.json b/domains/melainegerard.json index 211289550..98b248579 100644 --- a/domains/melainegerard.json +++ b/domains/melainegerard.json @@ -1,6 +1,5 @@ { "description": "Redirect to my personal website", - "repo": "https://github.com/MelaineGerard", "owner": { "username": "MelaineGerard", "email": "pro@melaine-gerard.fr", diff --git a/domains/melatonin.json b/domains/melatonin.json new file mode 100644 index 000000000..70b203dc4 --- /dev/null +++ b/domains/melatonin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "heheleo", + "email": "leowasntfound@gmail.com" + }, + "record": { + "CNAME": "heheleo.github.io" + } +} diff --git a/domains/melih.json b/domains/melih.json new file mode 100644 index 000000000..47878c1d3 --- /dev/null +++ b/domains/melih.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mdegis", + "email": "melihdegis@gmail.com" + }, + "record": { + "CNAME": "mdegis.com" + } +} diff --git a/domains/melody.json b/domains/melody.json index dc1d070c2..ab6099cd2 100644 --- a/domains/melody.json +++ b/domains/melody.json @@ -4,7 +4,6 @@ "email": "phantonducthang@hotmail.com", "discord": "1190624410630099046" }, - "record": { "CNAME": "melody.64342fb9f8-hosting.gitbook.io" } diff --git a/domains/meloun7.json b/domains/meloun7.json index c1275092f..d9d9bc774 100644 --- a/domains/meloun7.json +++ b/domains/meloun7.json @@ -1,6 +1,5 @@ { "description": "My personal website", - "repo": "https://github.com/Whtery1087", "owner": { "username": "Whtery1087", "email": "beelandsofficialmc@gmail.com" diff --git a/domains/memo.json b/domains/memo.json new file mode 100644 index 000000000..13a1956d7 --- /dev/null +++ b/domains/memo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "gmglln", + "email": "gmogollan@gmail.com" + }, + "record": { + "URL": "https://github.com/gmglln" + } +} diff --git a/domains/mertal-i.json b/domains/mertal-i.json index 5958c83e2..04c5a2b21 100644 --- a/domains/mertal-i.json +++ b/domains/mertal-i.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "mertal-i", - "email": "", - "discord": "756092748104335370", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.SKwpppmoVeC4eo8UVv9DF7inwpr6T1c7CJ1VULOurIk7f97GfyJtC4CjQBlZgv6ozPXsIzWejztvds2d0jDIoJ2__3D5cN58iztxzso4a_AukvAyaDo3CiqOa_VVU9clnRpE78F1oixzDCdzGkYTxShqf0ufHact_JZeJtQe6Nlvo7u25MULuXDXWrRB-8sydkAF7bFlpDt9RoN5TQMQT0chhFniiRW6GvNcv7wA0ww9XGvM3TnMUJDiEW-33P9lseFEZ7dnL00ymGQiv_NZ5udJ52d5zSBFtjyUS1neAWlAmSg2IAdI1vSOrJioXQ6uKm8g6U3V2AugXgq_DQZigA.cWNDprOdJItlfuXKLATXsw._ok99P9vK5jnDZ4wT7_R0kRjWGKhlEyWC3798tYoKv6gq1lEvcxfk52TdGu4EkDBtCHZNcJfzvQa4l2-ghvLxUEKkyHNz9O0s_Mxm1you-fAOMUr-1VhB73VIKKuYmrB.ctQR3Ro5bLhtvS4D4t4F6Q" - }, - - "record": { - "A": ["185.27.134.223"] - } - } - \ No newline at end of file + "owner": { + "username": "mertal-i", + "discord": "756092748104335370", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.SKwpppmoVeC4eo8UVv9DF7inwpr6T1c7CJ1VULOurIk7f97GfyJtC4CjQBlZgv6ozPXsIzWejztvds2d0jDIoJ2__3D5cN58iztxzso4a_AukvAyaDo3CiqOa_VVU9clnRpE78F1oixzDCdzGkYTxShqf0ufHact_JZeJtQe6Nlvo7u25MULuXDXWrRB-8sydkAF7bFlpDt9RoN5TQMQT0chhFniiRW6GvNcv7wA0ww9XGvM3TnMUJDiEW-33P9lseFEZ7dnL00ymGQiv_NZ5udJ52d5zSBFtjyUS1neAWlAmSg2IAdI1vSOrJioXQ6uKm8g6U3V2AugXgq_DQZigA.cWNDprOdJItlfuXKLATXsw._ok99P9vK5jnDZ4wT7_R0kRjWGKhlEyWC3798tYoKv6gq1lEvcxfk52TdGu4EkDBtCHZNcJfzvQa4l2-ghvLxUEKkyHNz9O0s_Mxm1you-fAOMUr-1VhB73VIKKuYmrB.ctQR3Ro5bLhtvS4D4t4F6Q" + }, + "record": { + "A": ["185.27.134.223"] + } +} diff --git a/domains/mertdemir.json b/domains/mertdemir.json new file mode 100644 index 000000000..ca349c00b --- /dev/null +++ b/domains/mertdemir.json @@ -0,0 +1,12 @@ +{ + "description": "Mert Demir CV", + "repo": "https://github.com/mertdemir0/mertdemir0.github.io", + "owner": { + "username": "mertdemir0", + "email" : "mertdemir@pec.it" + + }, + "record": { + "CNAME": "mertdemir0.github.io" + } +} diff --git a/domains/mesflit.json b/domains/mesflit.json index 5e7448b43..8f620936f 100644 --- a/domains/mesflit.json +++ b/domains/mesflit.json @@ -1 +1,9 @@ -{ "owner": { "username": "mesflit", "email": "benomerfaruk11@gmail.com" }, "record": { "URL": "https://mesflit.github.io/" } } +{ + "owner": { + "username": "mesflit", + "email": "benomerfaruk11@gmail.com" + }, + "record": { + "URL": "https://mesflit.github.io/" + } +} diff --git a/domains/meteor.sono.json b/domains/meteor.sono.json deleted file mode 100644 index ae2500ddf..000000000 --- a/domains/meteor.sono.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "getSono", - "email": "", - "discord": "1222250424309121145", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.AOcSmXH1xmgRQpt6st_1uHBuvjvjFiB8evwad25Ly9EDe8_isycXxLJlEbs8EodOndHHQDqNGW7QJ036O-rdpZcI1LHJScmTwWSawgNyXtFS5zoE52yScjNB0xmmU6BFFr7_3M7NOYoLEAKzgjWkX96OWSoFvKqTCoe5_pBn4EyPd1vhZ0_FcpvmY_sGsWpHR1IdfVDnmWvyxMo0UyjoY-8zaFVEsgRxGWY2lTqmQYyFcrV6fuqCSLsZ9IK_GNAcE1uascEoTrqrlVt6smO_wApzuVEt-TOffvKpqFq_uwxgYgYVcKs90zkEGmkqN0tQDo3wTDCJAx_fRSIx98sLhQ.U6p_R4dGEyf0oxaEPy7rAA.K5BiGr3XphTRo8BoYVmJUo-koNgd8thz0rMMuSTbe7tE3Rn4Wy7vVtMJRL8DJ3dOKzvtaspAa9_qSrqc0mx3Uy6iPMh0JCBoSZPSTCHn1SA.kTMtTIzH5hyAxJxBS6qojA" - }, - - "record": { - "CNAME": "getsono.github.io" - } - } - \ No newline at end of file diff --git a/domains/meters.dalpex.json b/domains/meters.dalpex.json deleted file mode 100644 index f0a2bd291..000000000 --- a/domains/meters.dalpex.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Dalpex", - "email": "dantupro@gmail.com" - }, - "record": { - "CNAME": "dalpex.github.io" - } -} diff --git a/domains/mew.json b/domains/mew.json new file mode 100644 index 000000000..922728d65 --- /dev/null +++ b/domains/mew.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "meewmeew", + "email": "mauminh.nguyen@gmail.com" + }, + "record": { + "NS": ["bart.ns.cloudflare.com", "karina.ns.cloudflare.com"] + } +} diff --git a/domains/meyer-pidiache.json b/domains/meyer-pidiache.json new file mode 100644 index 000000000..96b632798 --- /dev/null +++ b/domains/meyer-pidiache.json @@ -0,0 +1,10 @@ +{ + "description": "Blog", + "owner": { + "username": "meyer-pidiache", + "email": "pidiache@duck.com" + }, + "record": { + "CNAME": "meyer-pidiache.github.io" + } +} diff --git a/domains/meywy.json b/domains/meywy.json index 87a6c494e..51c3765e1 100644 --- a/domains/meywy.json +++ b/domains/meywy.json @@ -1,19 +1,14 @@ { - "description": "Portfolio", - "repo": "https://github.com/Meywy/meywy.github.io", - "owner": { - "username": "Meywy", - "email": "meywyy@gmail.com", - "discord": "923162990419791913" - }, - "record": { - "MX": [ - "mx1.improvmx.com.", - "mx2.improvmx.com." - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all", - "A": [ - "75.2.60.5" - ] - } + "description": "Portfolio", + "repo": "https://github.com/Meywy/meywy.github.io", + "owner": { + "username": "Meywy", + "email": "meywyy@gmail.com", + "discord": "923162990419791913" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all", + "A": ["75.2.60.5"] + } } diff --git a/domains/mgb.json b/domains/mgb.json new file mode 100644 index 000000000..90e6f42ee --- /dev/null +++ b/domains/mgb.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mbonum", + "email": "m.bonum@protonmail.com" + }, + "record": { + "CNAME": "mbonum.github.io" + } +} diff --git a/domains/mhmd.json b/domains/mhmd.json index 51ef889c7..b8b4d0d1d 100644 --- a/domains/mhmd.json +++ b/domains/mhmd.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "MohammedKHC0", - "email": "mohammedkhcool@gmail.com" - }, - "record": { - "URL": "https://mohammedkhc.is-a.dev" - } + "owner": { + "username": "MohammedKHC0", + "email": "mohammedkhcool@gmail.com" + }, + "record": { + "URL": "https://mohammedkhc.is-a.dev" + } } diff --git a/domains/mhzen.json b/domains/mhzen.json new file mode 100644 index 000000000..21563a524 --- /dev/null +++ b/domains/mhzen.json @@ -0,0 +1,10 @@ +{ + "description": "Personal site", + "owner": { + "username": "mhzen", + "email": "mhzen@proton.me" + }, + "record": { + "CNAME": "mhzen.pages.dev" + } +} diff --git a/domains/micah.json b/domains/micah.json index ebe809748..97715e06f 100644 --- a/domains/micah.json +++ b/domains/micah.json @@ -1,6 +1,5 @@ { "description": "Micah Lindley is a web developer.", - "repo": "https://github.com/micahlt", "owner": { "username": "micahlt", "email": "hi@micahlindley.com" diff --git a/domains/michaelmuthomi.json b/domains/michaelmuthomi.json new file mode 100644 index 000000000..8b0d8702e --- /dev/null +++ b/domains/michaelmuthomi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "michaelmuthomi", + "email": "lit911call@gmail.com" + }, + "record": { + "CNAME": "michael-portfolio-green.vercel.app" + } +} diff --git a/domains/michi.json b/domains/michi.json index 1a5ddda60..cd1f6cc41 100644 --- a/domains/michi.json +++ b/domains/michi.json @@ -1,11 +1,11 @@ { - "description": "Portfolio website.", - "repo": "https://github.com/Michi4/Michi4", - "owner": { - "username": "Michi4", - "email": "michael.ruep@gmail.com" - }, - "record": { - "CNAME": "michi4.vercel.app" - } + "description": "Portfolio website.", + "repo": "https://github.com/Michi4/Michi4", + "owner": { + "username": "Michi4", + "email": "michael.ruep@gmail.com" + }, + "record": { + "CNAME": "michi4.vercel.app" + } } diff --git a/domains/mico.json b/domains/mico.json new file mode 100644 index 000000000..461378ddb --- /dev/null +++ b/domains/mico.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "micoms" + }, + "record": { + "CNAME": "micoo.vercel.app" + } +} diff --git a/domains/micorksen.json b/domains/micorksen.json deleted file mode 100644 index 958f6d2db..000000000 --- a/domains/micorksen.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Micorksen", - "email": "hello@micorksen.eu", - "twitter": "Micorksen", - "discord": "Micorksen#2022" - }, - "record": { - "URL": "https://micorksen.eu" - } -} diff --git a/domains/micozv.json b/domains/micozv.json index e800267cc..8872dfe46 100644 --- a/domains/micozv.json +++ b/domains/micozv.json @@ -4,7 +4,6 @@ "email": "macabalimicooz@gmail.com", "discord": "711934005343158303" }, - "record": { "CNAME": "mekuvsh.pages.dev" } diff --git a/domains/midair.json b/domains/midair.json index 5b813cc18..f6e5c0c37 100644 --- a/domains/midair.json +++ b/domains/midair.json @@ -7,6 +7,6 @@ "twitter": "M16a1r" }, "record": { - "CNAME": "zMidair.github.io" + "CNAME": "zmidair.github.io" } } diff --git a/domains/midlaj.json b/domains/midlaj.json index 6cbc80df9..d551b462c 100644 --- a/domains/midlaj.json +++ b/domains/midlaj.json @@ -4,8 +4,6 @@ "email": "midlaj@tuta.io" }, "record": { - "A": [ - "107.173.201.166" - ] + "A": ["107.173.201.166"] } } diff --git a/domains/midnight0s.json b/domains/midnight0s.json index 4d901d538..97e672be3 100644 --- a/domains/midnight0s.json +++ b/domains/midnight0s.json @@ -1,7 +1,6 @@ { "owner": { "username": "midnight0s", - "email": "", "discord": "817858871388799026" }, "record": { diff --git a/domains/mig.json b/domains/mig.json index f39c776e9..fd64f6d89 100644 --- a/domains/mig.json +++ b/domains/mig.json @@ -1,15 +1,14 @@ { - "description": "This subdomain points to my portfolio website.", - "owner": { - "username": "miguelaram2016", - "email": "miguelaram2016@utexas.edu", - "twitter": "miguelcodes7", - "discord": "747499334383304755", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.sh5h8IcwANNjL4Cu_olrTjTuGNiBnihpvp8tYD3PQoJ0Qo8zJwh2wh93m0mxtB0JUmQyLHgMhqwNkRTfDkbQtIiMsJTMBpfwuekG-rohCXC3Bz1X674p58mTiI9BL1mYZjy4n3iNUltRrpEDIY_tQ91-deuB0vZmhFP7Ih-PU18_a7SFhrMTCGFnEpy5ioRBb_7-XaevqZU0ObJ9TXnuX5ZrcUs8dOKdPXQkUvh1T3X4ENkNkqxEX9SrC21ZUPsu0eBsinx8OWhVACBF-v6WsNErv4dYlxvlUF0s6i6H4ies_u47cXuD_ytOZVF19KRHv0mtC4Zq9FxKqvxQNpS2yA.ATDrqWU61Q7pAeI0iOYG3Q.WUBkDKZeYnntdHyh4t_qL56ZUvo4xiK6dF_DvM8i0aVxoooMhunELz8oFORqt_1lt3IMLw_aAWwzmBl4LtPa-frLObpHRe3QHeAhAb919XU.uvFZv2MiYxP-UoMM0DhLSA" - }, - "record": { - "A": [ - "75.2.60.5" - ] - } + "description": "This subdomain points to my portfolio website. https://nextjs-portfolio-ten-navy.vercel.app/ is the link for a preview of the website", + "owner": { + "username": "miguelaram2016", + "email": "miguelcodes7@gmail.com", + "twitter": "miguelcodes7", + "discord": "747499334383304755", + "instagram": "miguelcodes7", + "note": "Previously, mig.is-a.dev was hosted on Netlify, but now it will be hosted on vercel. _vercel.mig.json has been created already. I have also updated my social media (email and instagram)." + }, + "record": { + "A": ["76.76.21.21"] + } } diff --git a/domains/miguel.json b/domains/miguel.json index bf19dfe0d..a9a51cb47 100644 --- a/domains/miguel.json +++ b/domains/miguel.json @@ -1,6 +1,5 @@ { "description": "Miguel Piedrafita's website", - "repo": "https://github.com/m1guelpf", "owner": { "username": "m1guelpf", "email": "soy@miguelpiedrafita.com" diff --git a/domains/mihir-patel-agc.json b/domains/mihir-patel-agc.json index e08c7446a..f8221e0aa 100644 --- a/domains/mihir-patel-agc.json +++ b/domains/mihir-patel-agc.json @@ -2,8 +2,7 @@ "description": "Mihir Patel Portfolio.", "repo": "https://github.com/mihir-patel-agc/mihir-patel-agc.github.io", "owner": { - "username": "mihir-patel-agc", - "email": "" + "username": "mihir-patel-agc" }, "record": { "CNAME": "mihir-patel-agc.github.io" diff --git a/domains/mike.json b/domains/mike.json index 41b595b2f..11cfb8e80 100644 --- a/domains/mike.json +++ b/domains/mike.json @@ -1,6 +1,5 @@ { "description": "Mike's portfolio website and blog", - "repo": "https://github.com/mdrobbins", "owner": { "username": "mdrobbins", "email": "mikedrobbins@gmail.com" diff --git a/domains/mikevdberge.json b/domains/mikevdberge.json new file mode 100644 index 000000000..92498766b --- /dev/null +++ b/domains/mikevdberge.json @@ -0,0 +1,10 @@ +{ + "description": "Mike van den Berge's website and blog", + "owner": { + "username": "mikevdberge", + "email": "mike.van.den.berge@gmail.com" + }, + "record": { + "CNAME": "mikevdberge.github.io" + } +} diff --git a/domains/milaan.json b/domains/milaan.json new file mode 100644 index 000000000..a3f7b017c --- /dev/null +++ b/domains/milaan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "milandangol", + "email": "milandangol57@gmail.com" + }, + "record": { + "CNAME": "milaan.pages.dev" + } +} diff --git a/domains/milan.json b/domains/milan.json index d3ba49176..17cb89d11 100644 --- a/domains/milan.json +++ b/domains/milan.json @@ -3,7 +3,6 @@ "repo": "https://github.com/milanaryal/milanaryal.github.io", "owner": { "username": "milanaryal", - "email": "", "mastodon": "@milanaryal@mastodon.social" }, "record": { diff --git a/domains/milan090.json b/domains/milan090.json index 7a6d8947d..e3607e6f5 100644 --- a/domains/milan090.json +++ b/domains/milan090.json @@ -1,6 +1,5 @@ { "description": "I'm a student, but who are you 🔫", - "repo": "https://github.com/milan090", "owner": { "username": "milan090", "email": "milanmuhammed1@gmail.com" diff --git a/domains/milodev123.json b/domains/milodev123.json new file mode 100644 index 000000000..8085e0616 --- /dev/null +++ b/domains/milodev123.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "MiloDev123", + "email": "milo@milosantos.com", + "discord": "699318362848886864" + }, + "record": { + "NS": ["kristin.ns.cloudflare.com", "uriah.ns.cloudflare.com"] + } +} diff --git a/domains/milu.json b/domains/milu.json index 20fdbd50f..3f0eed517 100644 --- a/domains/milu.json +++ b/domains/milu.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "milanmarton", - "email": "", - "discord": "312899549670801410" - }, - - "record": { - "CNAME": "milu-eor.pages.dev" - } - } - \ No newline at end of file + "owner": { + "username": "milanmarton", + "discord": "312899549670801410" + }, + "record": { + "CNAME": "milu-eor.pages.dev" + } +} diff --git a/domains/mimic.json b/domains/mimic.json new file mode 100644 index 000000000..633d1cfe4 --- /dev/null +++ b/domains/mimic.json @@ -0,0 +1,11 @@ +{ + "description": "@mimic's personal portfolio", + "repo": "https://github.com/GioMjds/Personal-Portfolio.git", + "owner": { + "username": "GioMjds", + "email": "giomjds@gmail.com" + }, + "record": { + "CNAME": "giomjds-portfolio.vercel.app" + } +} diff --git a/domains/mineek.json b/domains/mineek.json index c3bbe2a2e..3ad87f615 100644 --- a/domains/mineek.json +++ b/domains/mineek.json @@ -3,7 +3,6 @@ "repo": "https://github.com/mineek/mineek.github.io", "owner": { "username": "mineek", - "email": "", "discord": "Mineek#6323" }, "record": { diff --git a/domains/minerwolfybtvn.json b/domains/minerwolfybtvn.json index 2855fc52d..749826128 100644 --- a/domains/minerwolfybtvn.json +++ b/domains/minerwolfybtvn.json @@ -4,7 +4,6 @@ "email": "ngdung853@gmail.com", "discord": "947884053544189992" }, - "record": { "CNAME": "miner-9eu.pages.dev" } diff --git a/domains/minh2000.json b/domains/minh2000.json index ffc14b55d..e5de8a9f2 100644 --- a/domains/minh2000.json +++ b/domains/minh2000.json @@ -4,7 +4,6 @@ "email": "mn9173024@gmail.com", "discord": "634263941153030175" }, - "record": { "CNAME": "minnb-bit.github.io" } diff --git a/domains/minhphan.json b/domains/minhphan.json index 45dce6854..8a75dc1d5 100644 --- a/domains/minhphan.json +++ b/domains/minhphan.json @@ -4,8 +4,6 @@ "email": "phan48788@gmail.com" }, "record": { - "A": [ - "75.2.60.5" - ] + "A": ["75.2.60.5"] } } diff --git a/domains/minhtan.json b/domains/minhtan.json new file mode 100644 index 000000000..3211b7562 --- /dev/null +++ b/domains/minhtan.json @@ -0,0 +1,12 @@ +{ + "description": "Trình giả lập chạy mã Python trên website.", + "repo": "https://github.com/tanbaycu/pythonCLI-webapp", + "owner": { + "username": "tanbaycu", + "email": "tanbaycu@gmail.com" + }, + "record": { + "CNAME": "python-cli-webapp.vercel.app" + }, + "proxied": true +} diff --git a/domains/minhtuan-1.json b/domains/minhtuan-1.json new file mode 100644 index 000000000..1be8150cb --- /dev/null +++ b/domains/minhtuan-1.json @@ -0,0 +1,11 @@ +{ + "description": "profile-tuan.dev", + "owner": { + "username": "tuannguyen2002", + "email": "nxmtuan.2002@gmail.com", + "discord": "nightfury06749" + }, + "record": { + "CNAME": "cname.vercel-dns.com" + } +} diff --git a/domains/minhvo.json b/domains/minhvo.json new file mode 100644 index 000000000..dd83efea2 --- /dev/null +++ b/domains/minhvo.json @@ -0,0 +1,12 @@ +{ + "description": "minhomega.github.io", + "repo": "https://github.com/minhomega/minhomega.github.io", + "owner": { + "username": "minhomega", + "email": "minhvo050298@gmail.com", + "discord": "omega0502" + }, + "record": { + "CNAME": "minhomega.github.io" + } +} diff --git a/domains/minify.json b/domains/minify.json new file mode 100644 index 000000000..4b150d5ab --- /dev/null +++ b/domains/minify.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DevMatei", + "email": "contact@devmatei.is-a.dev" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/minitor.json b/domains/minitor.json new file mode 100644 index 000000000..1b9c58667 --- /dev/null +++ b/domains/minitor.json @@ -0,0 +1,11 @@ +{ + "description": "Self hosted service", + "repo": "https://github.com/MinitorMHS/register", + "owner": { + "username": "minitormhs", + "email": "me@minitor.eu.org" + }, + "record": { + "CNAME": "cf-repl.pages.dev" + } +} diff --git a/domains/minmit.json b/domains/minmit.json index 20ac64b44..2a87f73ee 100644 --- a/domains/minmit.json +++ b/domains/minmit.json @@ -1,6 +1,5 @@ { "description": "My Personal Website", - "repo": "https://github.com/MinMitCoder", "owner": { "username": "MinMitCoder", "email": "minmitgamer@gmail.com" diff --git a/domains/minnb-bit.json b/domains/minnb-bit.json index ffc14b55d..e5de8a9f2 100644 --- a/domains/minnb-bit.json +++ b/domains/minnb-bit.json @@ -4,7 +4,6 @@ "email": "mn9173024@gmail.com", "discord": "634263941153030175" }, - "record": { "CNAME": "minnb-bit.github.io" } diff --git a/domains/mishal.json b/domains/mishal.json index b9119f973..a4dafbbad 100644 --- a/domains/mishal.json +++ b/domains/mishal.json @@ -1,11 +1,11 @@ { - "repo": "https://github.com/mishalhossin/mishalhossin.github.io", + "repo": "https://github.com/mishl-dev/mishl-dev.github.io", "owner": { - "username": "mishalhossin", - "email": "mishalhossin20@gmail.com", - "discord": "Mishal#1916" + "username": "mishl-dev", + "email": "meow@mishl.dev", + "discord": "m.shl" }, "record": { - "CNAME": "mishalhossin.github.io" + "CNAME": "mishl-dev.github.io" } } diff --git a/domains/misi.json b/domains/misi.json index 26e20d950..6252e94ae 100644 --- a/domains/misi.json +++ b/domains/misi.json @@ -1,7 +1,6 @@ { "owner": { "username": "suhajda3", - "email": "", "twitter": "misi" }, "record": { diff --git a/domains/miskode.json b/domains/miskode.json index 02fb0cf2e..70e1b696a 100644 --- a/domains/miskode.json +++ b/domains/miskode.json @@ -3,7 +3,6 @@ "username": "miskode", "email": "miskonx97@gmail.com" }, - "record": { "CNAME": "miskode.github.io" } diff --git a/domains/miteigi.json b/domains/miteigi.json new file mode 100644 index 000000000..764161773 --- /dev/null +++ b/domains/miteigi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "actuallyundefined", + "email": "baokhang4930@gmail.com" + }, + "record": { + "NS": ["elijah.ns.cloudflare.com", "jo.ns.cloudflare.com"] + } +} diff --git a/domains/mithilesh.json b/domains/mithilesh.json deleted file mode 100644 index ca9f67505..000000000 --- a/domains/mithilesh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal site to showcase my future works.", - "repo": "https://github.com/kingsmen732/nextgen-Resume-OTA", - "owner": { - "username": "kingsmen732", - "email": "kingsmen732@gmail.com" - }, - "record": { - "URL": "https://nextgen-resume-ota.vercel.app" - } -} diff --git a/domains/mitja.json b/domains/mitja.json index 968cf6f9e..58cfc1bdf 100644 --- a/domains/mitja.json +++ b/domains/mitja.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "MitjaCH", - "email": "", - "discord": "627840040671772672", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.mZFrhA1Z_iPWWQ-43dpDS8euyiKx0Btqct3ByfNNFIBfir0lksCAmhzgBHa5BbjuW6GtD5lfjkC-FxBvK4o37MYi4Hq4Q5mglIgkk7TjaBkcBaEkiBjfWqqY3Yw4cjJ7VKqsNNRg6rgUhuL0GIeVQNsLI1nPQTqnfUm4Z03sZ9xKe3BKdWZbEDuCQFnpnSjRTARKViC-9G9kKc31pHe7MwrKdXNrWdmiODYElG_tj0Wa1wYeH4GKpn96OPAOSuhV1aoa8JF8NMuyQuqC6diPCvdZhOhAKyRkIwa7-tBbCi7RLew2hMh-GuTnDwrF6al1yN78gyKh1nhJB_Xea-1gsw.dhj1MctCjX-1zgPJJ4om-w.vejH_HHplqUKJfRPdiuMoqwY4agNsXSGkrVykmKcWZrcomt-5xTGD1gblKMmolCW6_2aJQ6b_rGuD-I7xWv1rzk96QFAXamvx1HpY7DUMEY.3qG1WxmK8k9ntg6fmfGxRg" - }, - - "record": { - "CNAME": "portfolio-9ro.pages.dev" - } - } - \ No newline at end of file + "owner": { + "username": "MitjaCH", + "discord": "627840040671772672", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.mZFrhA1Z_iPWWQ-43dpDS8euyiKx0Btqct3ByfNNFIBfir0lksCAmhzgBHa5BbjuW6GtD5lfjkC-FxBvK4o37MYi4Hq4Q5mglIgkk7TjaBkcBaEkiBjfWqqY3Yw4cjJ7VKqsNNRg6rgUhuL0GIeVQNsLI1nPQTqnfUm4Z03sZ9xKe3BKdWZbEDuCQFnpnSjRTARKViC-9G9kKc31pHe7MwrKdXNrWdmiODYElG_tj0Wa1wYeH4GKpn96OPAOSuhV1aoa8JF8NMuyQuqC6diPCvdZhOhAKyRkIwa7-tBbCi7RLew2hMh-GuTnDwrF6al1yN78gyKh1nhJB_Xea-1gsw.dhj1MctCjX-1zgPJJ4om-w.vejH_HHplqUKJfRPdiuMoqwY4agNsXSGkrVykmKcWZrcomt-5xTGD1gblKMmolCW6_2aJQ6b_rGuD-I7xWv1rzk96QFAXamvx1HpY7DUMEY.3qG1WxmK8k9ntg6fmfGxRg" + }, + "record": { + "CNAME": "portfolio-9ro.pages.dev" + } +} diff --git a/domains/miu.json b/domains/miu.json index 36eed28a4..31cd7ddbe 100644 --- a/domains/miu.json +++ b/domains/miu.json @@ -7,6 +7,6 @@ "discord": "romanromannya" }, "record": { - "CNAME": "Miu-Discord.github.io" + "CNAME": "miu-discord.github.io" } } diff --git a/domains/mj1532.json b/domains/mj1532.json index 2cbeb6fa3..775ba0e3e 100644 --- a/domains/mj1532.json +++ b/domains/mj1532.json @@ -1,6 +1,5 @@ { "description": "MJ1532 Just A Normal Developer", - "repo": "https://github.com/MJ1532", "owner": { "username": "MJ1532", "email": "business@mj1532.cf" diff --git a/domains/mjclavillas.json b/domains/mjclavillas.json index 2b335e775..cd4be2168 100644 --- a/domains/mjclavillas.json +++ b/domains/mjclavillas.json @@ -1,10 +1,10 @@ { - "description": "", - "owner": { - "username": "mjclavillas", - "email": "mjdc1337@gmail.com" - }, - "record": { - "CNAME": "mjclavillas.github.io" - } + "description": "", + "owner": { + "username": "mjclavillas", + "email": "mjdc1337@gmail.com" + }, + "record": { + "CNAME": "mjclavillas.github.io" + } } diff --git a/domains/mjdc.json b/domains/mjdc.json index 2b335e775..cd4be2168 100644 --- a/domains/mjdc.json +++ b/domains/mjdc.json @@ -1,10 +1,10 @@ { - "description": "", - "owner": { - "username": "mjclavillas", - "email": "mjdc1337@gmail.com" - }, - "record": { - "CNAME": "mjclavillas.github.io" - } + "description": "", + "owner": { + "username": "mjclavillas", + "email": "mjdc1337@gmail.com" + }, + "record": { + "CNAME": "mjclavillas.github.io" + } } diff --git a/domains/mkeko.json b/domains/mkeko.json new file mode 100644 index 000000000..54340ecb0 --- /dev/null +++ b/domains/mkeko.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mkeko", + "discord": "1212043905059790881" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/mldeveer.json b/domains/mldeveer.json new file mode 100644 index 000000000..46b12ba80 --- /dev/null +++ b/domains/mldeveer.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio Website", + "repo": "https://github.com/existing-dev/mldeveer", + "owner": { + "username": "existing-dev", + "email": "maamelankar.deveer@gmail.com" + }, + "record": { + "CNAME": "existing-dev.github.io" + } +} diff --git a/domains/mln.json b/domains/mln.json new file mode 100644 index 000000000..6439d777e --- /dev/null +++ b/domains/mln.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/xmi1an/portfoliov2.git", + "owner": { + "username": "xmi1an", + "email": "xnarcos300@gmail.com" + }, + "record": { + "CNAME": "xmi1an.vercel.app" + } +} diff --git a/domains/mmondragon.json b/domains/mmondragon.json new file mode 100644 index 000000000..0f9c1e43f --- /dev/null +++ b/domains/mmondragon.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "Mac-Mondragon" + }, + "record": { + "CNAME": "Mac-Mondragon.github.io" + } +} diff --git a/domains/mod.s4il.json b/domains/mod.s4il.json new file mode 100644 index 000000000..e4788bcf6 --- /dev/null +++ b/domains/mod.s4il.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "S4IL21", + "email": "s4il.is.a.dev@gmail.com" + }, + "record": { + "CNAME": "s4il21.github.io" + } +} diff --git a/domains/modasser.json b/domains/modasser.json index faf48f321..60c885d41 100644 --- a/domains/modasser.json +++ b/domains/modasser.json @@ -1,12 +1,12 @@ { - "description": "This domain will be used for my Portfolio Page", - "repo": "https://github.com/TheProjectsX/theprojectsx.github.io", - "owner": { - "username": "TheProjectsX", - "email": "modassermubin@gmail.com", - "twitter": "n/a" - }, - "record": { - "CNAME": "theprojectsx.github.io" - } -} + "description": "This domain will be used for my Portfolio Page", + "repo": "https://github.com/TheProjectsX/theprojectsx.github.io", + "owner": { + "username": "TheProjectsX", + "email": "modassermubin@gmail.com", + "twitter": "n/a" + }, + "record": { + "CNAME": "theprojectsx.github.io" + } +} diff --git a/domains/moddatei.json b/domains/moddatei.json new file mode 100644 index 000000000..9277801f8 --- /dev/null +++ b/domains/moddatei.json @@ -0,0 +1,11 @@ +{ + "description" : "this is my profile / portfolio" , + "repo" : "https://github.com/moddatei/moddatei.github.io" , + "owner" : { + "username" : "moddatei" , + "email" : "moddatei@proton.me" + }, + "record" : { + "CNAME" : "moddatei.github.io" + } +} diff --git a/domains/moein.json b/domains/moein.json new file mode 100644 index 000000000..07238315f --- /dev/null +++ b/domains/moein.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "TrueMoein", + "email": "truemoein@gmail.com", + "discord": "truemoein" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/mofuru.json b/domains/mofuru.json index f6e3346f2..cefd4ef6d 100644 --- a/domains/mofuru.json +++ b/domains/mofuru.json @@ -1,7 +1,6 @@ { "owner": { "username": "dskprt", - "email": "", "reddit": "dskprt" }, "record": { diff --git a/domains/moha.json b/domains/moha.json index 7de1fae9a..35ba88af4 100644 --- a/domains/moha.json +++ b/domains/moha.json @@ -3,7 +3,6 @@ "repo": "https://github.com/mohanedashraf/mohanedashraf.github.io", "owner": { "username": "mohanedashraf", - "email": "", "twitter": "mohanedzz" }, "record": { diff --git a/domains/mohamadalzhori.json b/domains/mohamadalzhori.json new file mode 100644 index 000000000..4ad1a2862 --- /dev/null +++ b/domains/mohamadalzhori.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio for Mohamad Alzhori", + "owner": { + "username": "mohamadalzhori", + "email": "mohamadalzhori01@gmail.com" + }, + "record": { + "CNAME": "mohamadalzhori.github.io" + }, + "proxied": true +} diff --git a/domains/mohamedbishr.json b/domains/mohamedbishr.json new file mode 100644 index 000000000..34a06bd72 --- /dev/null +++ b/domains/mohamedbishr.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MohamedWaelBishr", + "email": "mohamedwaelbishr@gmail.com" + }, + "record": { + "URL": "https://mohamed-bishr.vercel.app/" + } +} diff --git a/domains/mohamedhisham.json b/domains/mohamedhisham.json new file mode 100644 index 000000000..b838093d6 --- /dev/null +++ b/domains/mohamedhisham.json @@ -0,0 +1,11 @@ +{ + "description": "The personal website for Mohamed Hisham", + "repo": "https://github.com/MH0386/MH0386.github.io", + "owner": { + "username": "MH0386", + "email": "mohamed.hisham.abdelzaher@gmail.com" + }, + "record": { + "CNAME": "mh0386.github.io" + } +} diff --git a/domains/mohammed.json b/domains/mohammed.json index 51ef889c7..b8b4d0d1d 100644 --- a/domains/mohammed.json +++ b/domains/mohammed.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "MohammedKHC0", - "email": "mohammedkhcool@gmail.com" - }, - "record": { - "URL": "https://mohammedkhc.is-a.dev" - } + "owner": { + "username": "MohammedKHC0", + "email": "mohammedkhcool@gmail.com" + }, + "record": { + "URL": "https://mohammedkhc.is-a.dev" + } } diff --git a/domains/mohammedasif-shaikh.json b/domains/mohammedasif-shaikh.json index 90a5fee1c..76a4f1153 100644 --- a/domains/mohammedasif-shaikh.json +++ b/domains/mohammedasif-shaikh.json @@ -2,8 +2,7 @@ "description": "My new website", "repo": "https://github.com/mohammedasif-shaikh/mohammedasif-shaikh.github.io", "owner": { - "username": "mohammedasif-shaikh", - "email": "" + "username": "mohammedasif-shaikh" }, "record": { "CNAME": "mohammedasif-shaikh.github.io" diff --git a/domains/mohammedkhc.json b/domains/mohammedkhc.json index 566482ea5..a4f0acf91 100644 --- a/domains/mohammedkhc.json +++ b/domains/mohammedkhc.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "MohammedKHC0", - "email": "mohammedkhcool@gmail.com" - }, - "record": { - "CNAME": "mohammedkhc.pages.dev" - } + "owner": { + "username": "MohammedKHC0", + "email": "mohammedkhcool@gmail.com" + }, + "record": { + "CNAME": "mohammedkhc.pages.dev" + } } diff --git a/domains/mohammedobaid.json b/domains/mohammedobaid.json new file mode 100644 index 000000000..a01a57d5a --- /dev/null +++ b/domains/mohammedobaid.json @@ -0,0 +1,10 @@ +{ + "description": "My name is mohammed obaid. I am a software engineer", + "owner": { + "username": "mdobaid311", + "email": "mdobaid311@gmail.com" + }, + "record": { + "CNAME": "mohammedobaid.vercel.app" + } +} diff --git a/domains/mohammedwisam.json b/domains/mohammedwisam.json new file mode 100644 index 000000000..a25cce59a --- /dev/null +++ b/domains/mohammedwisam.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "redcodemohammed", + "email": "redcodemohammed@gmail.com" + }, + "record": { + "CNAME": "mohammed-wisam.pages.dev" + } +} diff --git a/domains/mohan.json b/domains/mohan.json index 457c8d9d6..83879a983 100644 --- a/domains/mohan.json +++ b/domains/mohan.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "mohankumarpaluru", - "email": "", - "discord": "272751100237578241", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.O5C1Uzwh01XoHKti4fJ_Eh0ZCpqF32HIpdXGCHhaWGSS_Z3z-QT6BlMvzizTINB-aLjfTGrH9ey782Ew9rgjfh2kc59apj578D92W9huwdc-CwRxepsIfp1KmPTnzLWCH3o6VACrUvY4UB6-vRNkEu6a8dCEsCixypW9NPAeVo8nkweD0ITUXiO3rYFHVnKKvMyZRuqZ0BBMl37IXA55cSqhF2CFZo7mi-c7o0-Ft05wDTo94LQ4UbBVR6Bckb8hhHoWcVw5fvkbACNSk7gM1lG76KYvgzJy--UzylVzCJ4A1KqUNTzfNTEQx7CqPme32t8LtpkQM7EoO7lpTgIChg.9ycjUnzEXFf4bpRGEBz01Q.QdrS2Qupx8u_YCeoyP9W5gJlFyrz2tfRpw1j_fu0LlOO-yHLENRlsmODrh9wpd_UJz2KbwCvszos83SFhkxvWmO8nEkUFJ-9qpgk-0a2p6TKGIrptqkPzMfCe5wguQd-.taQ4FYyW5M3SwaH68et8bw" - }, - - "record": { - "A": ["68.233.113.238"] - } - } - \ No newline at end of file + "owner": { + "username": "mohankumarpaluru", + "discord": "272751100237578241", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.O5C1Uzwh01XoHKti4fJ_Eh0ZCpqF32HIpdXGCHhaWGSS_Z3z-QT6BlMvzizTINB-aLjfTGrH9ey782Ew9rgjfh2kc59apj578D92W9huwdc-CwRxepsIfp1KmPTnzLWCH3o6VACrUvY4UB6-vRNkEu6a8dCEsCixypW9NPAeVo8nkweD0ITUXiO3rYFHVnKKvMyZRuqZ0BBMl37IXA55cSqhF2CFZo7mi-c7o0-Ft05wDTo94LQ4UbBVR6Bckb8hhHoWcVw5fvkbACNSk7gM1lG76KYvgzJy--UzylVzCJ4A1KqUNTzfNTEQx7CqPme32t8LtpkQM7EoO7lpTgIChg.9ycjUnzEXFf4bpRGEBz01Q.QdrS2Qupx8u_YCeoyP9W5gJlFyrz2tfRpw1j_fu0LlOO-yHLENRlsmODrh9wpd_UJz2KbwCvszos83SFhkxvWmO8nEkUFJ-9qpgk-0a2p6TKGIrptqkPzMfCe5wguQd-.taQ4FYyW5M3SwaH68et8bw" + }, + "record": { + "A": ["68.233.113.238"] + } +} diff --git a/domains/mohdjariullah.json b/domains/mohdjariullah.json index b9abd94bb..bd07018cb 100644 --- a/domains/mohdjariullah.json +++ b/domains/mohdjariullah.json @@ -1,12 +1,12 @@ { - "description": "Personal Portfolio", - "repo": "https://github.com/Mohdjariullah/portfolio1/", - "owner": { - "username": "mohdjariullah", - "email": "mohdjariullah@gmail.com", - "twitter": "@mohdjariullah" - }, - "record": { - "CNAME": "mohdjariullah.github.io" - } -} + "description": "Personal Portfolio", + "repo": "https://github.com/Mohdjariullah/portfolio1/", + "owner": { + "username": "mohdjariullah", + "email": "mohdjariullah@gmail.com", + "twitter": "mohdjariullah" + }, + "record": { + "CNAME": "mohdjariullah.github.io" + } +} diff --git a/domains/mohit.json b/domains/mohit.json new file mode 100644 index 000000000..9c307bf32 --- /dev/null +++ b/domains/mohit.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "kumar-mohit-dev", + "email": "mohitgoswami.work@gmail.com" + }, + "record": { + "CNAME": "kumar-mohit-dev.github.io" + } +} diff --git a/domains/mohsen.json b/domains/mohsen.json new file mode 100644 index 000000000..835aa5627 --- /dev/null +++ b/domains/mohsen.json @@ -0,0 +1,10 @@ +{ + "description": "Portfolio website for mohsenansari.com", + "owner": { + "username": "mohsenari", + "email": "mansari387@gmail.com" + }, + "record": { + "CNAME": "mohsenansari.com" + } +} diff --git a/domains/moku.json b/domains/moku.json new file mode 100644 index 000000000..5e4ed4558 --- /dev/null +++ b/domains/moku.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio Website", + "repo": "https://github.com/Moku922/CSS_HTML-CV_Website", + "owner": { + "username": "Moku922", + "email": "abdulmoqtadir1@gmail.com" + }, + "record": { + "CNAME": "moku922.github.io" + } +} diff --git a/domains/molai.json b/domains/molai.json index bd1a902ee..84e668fbf 100644 --- a/domains/molai.json +++ b/domains/molai.json @@ -1,6 +1,5 @@ { "description": "Mahir's Website", - "repo": "https://github.com/mtgsquad", "owner": { "username": "mtgsquad", "email": "mahir@molai.dev", diff --git a/domains/momoka.json b/domains/momoka.json new file mode 100644 index 000000000..8b2e76241 --- /dev/null +++ b/domains/momoka.json @@ -0,0 +1,11 @@ +{ + "description": "M0M0K4S4N.github.io", + "repo": "https://github.com/M0M0K4S4N/M0M0K4S4N.github.io", + "owner": { + "username": "M0M0K4S4N", + "email": "momokasan@proton.me" + }, + "record": { + "CNAME": "m0m0k4s4n.github.io" + } +} diff --git a/domains/momu54.json b/domains/momu54.json index 0a5460ca8..a69cb3997 100644 --- a/domains/momu54.json +++ b/domains/momu54.json @@ -3,7 +3,6 @@ "username": "momu54", "email": "MoMuAlt@outlook.jp" }, - "record": { "CNAME": "momu54.github.io" } diff --git a/domains/monkey3three.json b/domains/monkey3three.json new file mode 100644 index 000000000..8555b0862 --- /dev/null +++ b/domains/monkey3three.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "monkey3three", + "discord": "872983325017514004", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.CtotszpAHc7y1esxQir3rFPcA7ijMeMIpj3JWiGEO7TWWTo7i3pozjvbcQj7PfjQgTAq-kfGj-B_Q6KyZM7lep49WkEmq3AFPlVVjnODuHoJkSPt1DsdF1nl__H0FzABL8h0yOVwxAQ_IrQ46boS-Lz1UpVIwkjYQn2wrd5zXWEFSvHBJuxob1t-sWOlIgVyoBNYUMaPmQ-BVLnkSqUmruMvpLSLUBCepEBONieioYWL3n_1a6URRj1-I3sn_lTPPRoX79Vj9fMkKxCx5vB0bqWHOMZfXE_R5KIsvHCQqJL1fMbwz_TU8MJ4OUdP7o90GAFv3A5KTq2kVoHcIOhufg.86MFM2JVNy8kmZaZQlh0mQ.28QEVQ_vJ8FnCw3O9aWhDdNBOu1-BA5ohMMeOvrtbFZJAw7bOUCoUfhDpIMASopsz6uPsUR6VHsWemjKhuaUZU4Y5wKmBav0zWrMisMEFq8.cYQth00awbZ4ZnzgZz-q1Q" + }, + "record": { + "CNAME": "portfolio-9xw.pages.dev" + } +} diff --git a/domains/monosen.json b/domains/monosen.json new file mode 100644 index 000000000..c24841fc2 --- /dev/null +++ b/domains/monosen.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Monosen", + "email": "edisonbj21@gmail.com", + "discord": "monosen" + }, + "record": { + "CNAME": "minimalist-portfolio-zeta.vercel.app" + } +} \ No newline at end of file diff --git a/domains/morning3tar.json b/domains/morning3tar.json index ca5e16d67..283893644 100644 --- a/domains/morning3tar.json +++ b/domains/morning3tar.json @@ -2,7 +2,6 @@ "description": "Morning3tar Personal Website", "owner": { "username": "morning3tar", - "email": "", "discord": "Morning3tar#7388" }, "record": { diff --git a/domains/morzhstudio.json b/domains/morzhstudio.json index 0c4ecbc3a..8196ce57e 100644 --- a/domains/morzhstudio.json +++ b/domains/morzhstudio.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "KapikRussia", - "email": "kapikrussia@gmail.com", - "discord": "1261855255147057220" - }, - - "record": { - "A": ["185.199.108.153"] - } - } - \ No newline at end of file + "owner": { + "username": "KapikRussia", + "email": "kapikrussia@gmail.com", + "discord": "1261855255147057220" + }, + "record": { + "A": ["185.199.108.153"] + } +} diff --git a/domains/mosaab.json b/domains/mosaab.json index e4c424c8c..ed3bba5f1 100644 --- a/domains/mosaab.json +++ b/domains/mosaab.json @@ -12,10 +12,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/mosaic.json b/domains/mosaic.json index 9409ef36a..f6d577390 100644 --- a/domains/mosaic.json +++ b/domains/mosaic.json @@ -4,7 +4,6 @@ "email": "golden_mooooooon@outlook.com", "discord": "1160256967504318576" }, - "record": { "CNAME": "aboutmeeeeeeeeeee.onrender.com" } diff --git a/domains/mostypc123.json b/domains/mostypc123.json new file mode 100644 index 000000000..7e3e28653 --- /dev/null +++ b/domains/mostypc123.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "mostypc123" + }, + "record": { + "CNAME": "mostypc123.github.io" + } +} diff --git a/domains/mpult.json b/domains/mpult.json index eedabf87c..cbd6fc922 100644 --- a/domains/mpult.json +++ b/domains/mpult.json @@ -6,6 +6,6 @@ "email": "MPult@protonmail.com" }, "record": { - "CNAME": "MPult.github.io" + "CNAME": "mpult.github.io" } } diff --git a/domains/mpy.json b/domains/mpy.json index b51be78f2..653904d1b 100644 --- a/domains/mpy.json +++ b/domains/mpy.json @@ -1,6 +1,5 @@ { "description": "Mike Perry Y Attara's personal website", - "repo": "https://github.com/mikeattara", "owner": { "username": "mikeattara", "email": "mpyebattara@gmail.com" diff --git a/domains/mqhirr.json b/domains/mqhirr.json index ae6e8ae4c..adc07ce91 100644 --- a/domains/mqhirr.json +++ b/domains/mqhirr.json @@ -1,10 +1,8 @@ { "owner": { "username": "mqhirr", - "email": "", "discord": "mqhirr" }, - "repo": "https://github.com/mqhirr/webnn_live", "record": { "CNAME": "mqhirr.github.io" diff --git a/domains/mqrshie.json b/domains/mqrshie.json index a1eb4dd04..3e5b946af 100644 --- a/domains/mqrshie.json +++ b/domains/mqrshie.json @@ -6,6 +6,6 @@ "twitter": "Mqrshie" }, "record": { - "CNAME": "Mqrshie.github.io" + "CNAME": "mqrshie.github.io" } } diff --git a/domains/mr-arsenic.json b/domains/mr-arsenic.json index 36be9fa11..0564416a3 100644 --- a/domains/mr-arsenic.json +++ b/domains/mr-arsenic.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "MrArsenic621", - "email": "asedighi81@gmail.com" - }, - "record": { - "CNAME": "personal-portfolio-dev.onrender.com" - } + "owner": { + "username": "MrArsenic621", + "email": "asedighi81@gmail.com" + }, + "record": { + "CNAME": "personal-portfolio-dev.onrender.com" + } } diff --git a/domains/mr-julus.json b/domains/mr-julus.json index 7a5159704..ef0d33648 100644 --- a/domains/mr-julus.json +++ b/domains/mr-julus.json @@ -5,6 +5,6 @@ "email": "bougsoon.studio@gmail.com" }, "record": { - "CNAME": "mr-julus.web.app" + "CNAME": "mr-julus.vercel.app" } } diff --git a/domains/mrcat.json b/domains/mrcat.json new file mode 100644 index 000000000..9572a8e51 --- /dev/null +++ b/domains/mrcat.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "bipre2466", + "discord": "1137413640945934418", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Y8eHPjeSqnG2MUxTMFsvWlhMNNYDsxTheEB8ak8Kiyso-_aGMkwFG_tMPE_2ZBya20BjudXX_gRgAG7YmDuyOP-oBGGP6pms8em_hgNoWxW9SQCfufy4dQ_sMkLNGumobnemmUuzlpMB77EtoBxXiINvyAF_MgoS_G68_6arIRWphBTSAGEaU2Fl7nBYUiArQD4W0wiZwTrwl5PRB6orOSa-SA4bg7k6ZDtxVmYCX1l1k_8ggG9L7oauftJ7yjq58miTUIx02qeCuP_t_p30wHHUbk02yFpJFtnH14xiDRQUCeAh25CibruxR82sDvsTPdsOJDJ-v_cWaenXoxX3Fg.Wjo-oD356QVDbjpXuIdBNg.OPnI-kc3PmzXQR-VR3rYOmFF1Quv56CJnGm-FUMP7WXRK-HW040wF647Sm3hu5KD_mn0gHdOvnVfpwBkKHsWg_eUzJgMlnBCzkT81lIi540.LNJ_5YhJ9zA2Kx8mx27hdQ" + }, + "record": { + "A": ["31.6.7.25"] + } +} diff --git a/domains/mrcorpz.json b/domains/mrcorpz.json deleted file mode 100644 index 18696553f..000000000 --- a/domains/mrcorpz.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Mrcorpz's Website", - "repo": "https://github.com/mrcorpz/mrcorpz.github.io", - "owner": { - "username": "mrcorpz", - "email": "mrcorpzpro@gmail.com", - "twitter": "mrcorpz" - }, - "record": { - "CNAME": "mrcorpz.github.io" - } -} diff --git a/domains/mrdev88.json b/domains/mrdev88.json deleted file mode 100644 index 069abeb77..000000000 --- a/domains/mrdev88.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Mrdev88", - "email": "RuizMahdi@gmx.com" - }, - "record": { - "CNAME": "mrdev88.github.io" - } -} diff --git a/domains/mrincer.json b/domains/mrincer.json new file mode 100644 index 000000000..3e4be87c9 --- /dev/null +++ b/domains/mrincer.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "khincer", + "email": "kirk.incerg@gmail.com", + "discord": "kyllhua" + }, + "record": { + "CNAME": "portfolio-ashy-ten-95.vercel.app" + } +} diff --git a/domains/mrinmoy.json b/domains/mrinmoy.json index 8aaca608f..2f518a0cd 100644 --- a/domains/mrinmoy.json +++ b/domains/mrinmoy.json @@ -2,11 +2,9 @@ "description": "Domain for my portofolio website", "owner": { "username": "MrinmoyHaloi", - "email": "", "twitter": "_mrinmoy_haloi_", "discord": "Mrinmoy#5878" }, - "record": { "CNAME": "mrinmoyhaloi.github.io" } diff --git a/domains/mrjunkyz.json b/domains/mrjunkyz.json index 1ac66d3d8..726befd50 100644 --- a/domains/mrjunkyz.json +++ b/domains/mrjunkyz.json @@ -3,7 +3,6 @@ "username": "chiragnahata", "email": "chiragnahata05@gmail.com" }, - "record": { "A": ["129.213.151.29"] } diff --git a/domains/mrkos.json b/domains/mrkos.json index 201ee6611..11c5a8828 100644 --- a/domains/mrkos.json +++ b/domains/mrkos.json @@ -2,10 +2,9 @@ "description": "Personal Page", "repo": "https://github.com/mrkOS1210/mrkos1210.github.io", "owner": { - "username": "mrkOS1210", - "email": "72011329+mrkOS1210@users.noreply.github.com" + "username": "mrkOS1210" }, "record": { - "CNAME": "mrkOS1210.github.io" + "CNAME": "mrkos1210.github.io" } } diff --git a/domains/mrksbgg.json b/domains/mrksbgg.json index 3e98f8668..5f54ff175 100644 --- a/domains/mrksbgg.json +++ b/domains/mrksbgg.json @@ -4,7 +4,6 @@ "email": "lapo.ez.yt@gmail.com", "discord": "1097383143708827679" }, - "record": { "CNAME": "mrksbgg.github.io" } diff --git a/domains/mrthundergod.json b/domains/mrthundergod.json index 7cdc71b00..bf08f9957 100644 --- a/domains/mrthundergod.json +++ b/domains/mrthundergod.json @@ -1,6 +1,5 @@ { "description": "The ThunderDome", - "repo": "https://github.com/mrthundergod", "owner": { "username": "mrthundergod", "email": "mrthundergod@gmail.com" diff --git a/domains/mrtspeedy.json b/domains/mrtspeedy.json new file mode 100644 index 000000000..c41b41107 --- /dev/null +++ b/domains/mrtspeedy.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "mrtspeedy", + "email": "toxicspeedytv@gmail.com", + "discord": "1095502790534627348" + }, + "record": { + "CNAME": "portfolio-mrtspeedy.vercel.app" + } +} \ No newline at end of file diff --git a/domains/mryusuf.json b/domains/mryusuf.json index 3cf01ddaa..607c70610 100644 --- a/domains/mryusuf.json +++ b/domains/mryusuf.json @@ -3,7 +3,6 @@ "username": "yufuss", "email": "yusufgocer40@hotmail.com" }, - "record": { "CNAME": "glitch.edgeapp.net" } diff --git a/domains/mu.json b/domains/mu.json new file mode 100644 index 000000000..16719e3c4 --- /dev/null +++ b/domains/mu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mohammadusman666", + "email": "mohammadusman666@gmail.com" + }, + "record": { + "CNAME": "portfolio-1cw.pages.dev" + } +} diff --git a/domains/mubaidr.json b/domains/mubaidr.json index 48c5f0d80..2f637b10b 100644 --- a/domains/mubaidr.json +++ b/domains/mubaidr.json @@ -1,8 +1,7 @@ { "owner": { "username": "mubaidr", - "email": "mubaidr@gmail.com", - "discord": "" + "email": "mubaidr@gmail.com" }, "record": { "CNAME": "mubaidr.js.org" diff --git a/domains/mubarak.json b/domains/mubarak.json new file mode 100644 index 000000000..d6e3161a8 --- /dev/null +++ b/domains/mubarak.json @@ -0,0 +1,10 @@ +{ + "description": "link to Mubarak H. Alketbi Github profile", + "owner": { + "username": "MubarakHAlketbi", + "email": "mubarak.harran@gmail.com" + }, + "record": { + "URL": "https://github.com/MubarakHAlketbi/" + } +} diff --git a/domains/mudasir.json b/domains/mudasir.json new file mode 100644 index 000000000..8ad64b0cd --- /dev/null +++ b/domains/mudasir.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mirzamudassir", + "discord": "0xmudassir" + }, + "record": { + "CNAME": "modasir.vercel.app" + } +} diff --git a/domains/muff.json b/domains/muff.json index 340061560..0c7cde2b4 100644 --- a/domains/muff.json +++ b/domains/muff.json @@ -3,7 +3,6 @@ "username": "lifeless-muffin", "email": "mansoorroeen71@gmail.com" }, - "record": { "CNAME": "lifeless-muffin.github.io" } diff --git a/domains/muhammad-yusuf.json b/domains/muhammad-yusuf.json new file mode 100644 index 000000000..0de161403 --- /dev/null +++ b/domains/muhammad-yusuf.json @@ -0,0 +1,11 @@ +{ + "description": "Describe the use of this subdomain", + "repo": "https://github.com/mhmmd-ysf/mhmmd-ysf", + "owner": { + "username": "mhmmd-ysf", + "email": "muhammad_yusuf22@outlook.com" + }, + "record": { + "URL": "https://mhmmd-ysf.github.io" + } +} diff --git a/domains/muhammad.json b/domains/muhammad.json index 51ef889c7..b8b4d0d1d 100644 --- a/domains/muhammad.json +++ b/domains/muhammad.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "MohammedKHC0", - "email": "mohammedkhcool@gmail.com" - }, - "record": { - "URL": "https://mohammedkhc.is-a.dev" - } + "owner": { + "username": "MohammedKHC0", + "email": "mohammedkhcool@gmail.com" + }, + "record": { + "URL": "https://mohammedkhc.is-a.dev" + } } diff --git a/domains/muhammadabdullah.json b/domains/muhammadabdullah.json new file mode 100644 index 000000000..98aa2cf6e --- /dev/null +++ b/domains/muhammadabdullah.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Abdullah9715", + "email": "muftimuhammadabdullah225@gmail.com" + }, + "record": { + "URL": "https://latest-porfolio-website.web.app" + } +} diff --git a/domains/muhammed.json b/domains/muhammed.json new file mode 100644 index 000000000..d2076691b --- /dev/null +++ b/domains/muhammed.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MhmdFais", + "email": "mofam534@gmail.com" + }, + "record": { + "CNAME": "muhammeddev.vercel.app" + } +} diff --git a/domains/muheko.json b/domains/muheko.json deleted file mode 100644 index b748bac89..000000000 --- a/domains/muheko.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "My Personal Landing Page!", - "repo": "https://github.com/MuhekoNikolas/p3", - "owner": { - "username": "MuhekoNikolas", - "email": "13nikolusmuheko@gmail.com", - "twitter": "MuhekoNikolas" - }, - "record": { - "CNAME": "muhekonikolas.github.io" - } -} diff --git a/domains/mukesh-tadpad.json b/domains/mukesh-tadpad.json index 060b512c5..44fcc60ca 100644 --- a/domains/mukesh-tadpad.json +++ b/domains/mukesh-tadpad.json @@ -2,8 +2,7 @@ "description": "This is a website", "repo": "https://github.com/mukesh-tadpad/mukesh-tadpad.github.io", "owner": { - "username": "mukesh-tadpad", - "email": "" + "username": "mukesh-tadpad" }, "record": { "CNAME": "mukesh-tadpad.github.io" diff --git a/domains/mumble.sono.json b/domains/mumble.sono.json deleted file mode 100644 index 7901ef9bd..000000000 --- a/domains/mumble.sono.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "getSono", - "email": "julianwolf2013@outlook.de", - "discord": "1222250424309121145" - }, - - "record": { - "A": ["69.197.135.202"] - } -} diff --git a/domains/muntasir.json b/domains/muntasir.json index dd0b5ffaa..bf7b496d6 100644 --- a/domains/muntasir.json +++ b/domains/muntasir.json @@ -3,7 +3,6 @@ "username": "muntasir-dev", "email": "meeoundnp@gmail.com" }, - "record": { "CNAME": "muntasir-de.github.io" } diff --git a/domains/muralikrishna.json b/domains/muralikrishna.json new file mode 100644 index 000000000..b465ba19d --- /dev/null +++ b/domains/muralikrishna.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "muralimallela", + "email": "mmallela9@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/murasame-san-ddl.json b/domains/murasame-san-ddl.json index a9b9b7a7f..f9adf01d1 100644 --- a/domains/murasame-san-ddl.json +++ b/domains/murasame-san-ddl.json @@ -1,12 +1,11 @@ { "owner": { "username": "comderzaid", - "email": "", + "email": "diazkhan66@gmail.com", "discord": "544461226499899393", "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.h5XfBb-IScJHFReqzLw1Or84zoOq6R4ypGCyDQDYsW-wijccncffZxnRm0UaPov4GHyypLM3kEYvOGymNCuAl-ipzDQrAkRIpD8Je8_thCTShwt06ftADHWrFc-UQgFhEOTwLiaaaz4z3Q0Jp6dNlqVCXnyIkk_V7A6-FQQS19oUQUCW0Vv-DC-XJO3GWvFPy31WFaYP8FIUwnkQH49CRO-CtdMZdbMsJ5kuAYKM_wSVnGeOK9qCJce8cP_oMO7b-XLkKGlHwymb0Qyn5r1vbCTk6gAd_A6PoPHYH8JmjEnexk9L8r2nkelP5Us1ZgrraBKMOvAP9QDI8U8iDtajrA.esKVpOzITWARO4xxpboB_A.ebg8aH85QLWwPoiYCm87y7baFdxdCKV48Ufs0esjY9wYpBtWpIHR-NJ1VCZ6vQGxzal8KrV11osN4PGYexSLSTgOiTdE3d48Yd753FS7_uE.LNSomkDjTx3uuscJhq48cg" }, - "record": { - "A": ["129.80.3.208"] + "CNAME": "cylindrical-gardlic-8jekw3mlfaoniohl2i7wdokz.herokudns.com" } } diff --git a/domains/muthomi.json b/domains/muthomi.json new file mode 100644 index 000000000..ff8e3bd4e --- /dev/null +++ b/domains/muthomi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "michaelmuthomi", + "discord": "michaelgikunda" + }, + "record": { + "CNAME": "michael-portfolio-green.vercel.app" + } +} diff --git a/domains/mvl.json b/domains/mvl.json new file mode 100644 index 000000000..e8980d191 --- /dev/null +++ b/domains/mvl.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "medival", + "email": "dev.adipurnomo@gmail.com" + }, + "record": { + "CNAME": "blog.mvl.biz.id" + } +} diff --git a/domains/mwa.json b/domains/mwa.json index a394023bf..52f77c560 100644 --- a/domains/mwa.json +++ b/domains/mwa.json @@ -1,7 +1,6 @@ { "owner": { "username": "Totallynotmwa", - "email": "", "discord": "totallynotmwa" }, "record": { diff --git a/domains/mxnticek.json b/domains/mxnticek.json index 4a1eb2c37..68094cc50 100644 --- a/domains/mxnticek.json +++ b/domains/mxnticek.json @@ -2,7 +2,7 @@ "description": "no", "repo": "https://github.com/VlastikYoutubeKo/vlastikyoutubeko.github.io", "owner": { - "username": " VlastikYoutubeKo", + "username": "VlastikYoutubeKo", "email": "mxnticek@proton.me" }, "record": { diff --git a/domains/mxnuchim.json b/domains/mxnuchim.json index 3b2bda37f..34be0b539 100644 --- a/domains/mxnuchim.json +++ b/domains/mxnuchim.json @@ -3,7 +3,6 @@ "username": "mxnuchim", "email": "manuchimoliver779@gmail.com" }, - "record": { "URL": "https://manuchimoliver.vercel.app" } diff --git a/domains/myforum.json b/domains/myforum.json new file mode 100644 index 000000000..e3f1896a0 --- /dev/null +++ b/domains/myforum.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bteamapp", + "email": "helpapp.bta@gmail.com" + }, + "record": { + "CNAME": "myforum.mydiscussion.net" + } +} diff --git a/domains/myominhan.json b/domains/myominhan.json new file mode 100644 index 000000000..da474e422 --- /dev/null +++ b/domains/myominhan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mmhann18491", + "email": "myominhan18491@gmail.com" + }, + "record": { + "CNAME": "my-portfolio-site-2d30a.web.app" + } +} diff --git a/domains/myprofile.json b/domains/myprofile.json new file mode 100644 index 000000000..c989f485a --- /dev/null +++ b/domains/myprofile.json @@ -0,0 +1,11 @@ +{ + "description": "tuan.myprofile.dev", + "owner": { + "username": "tuannguyen2002", + "email": "coixaygio107@gmail.com", + "discord": "minhtuan9039" + }, + "record": { + "CNAME": "cname.vercel-dns.com" + } +} diff --git a/domains/mythsman.json b/domains/mythsman.json index 6ba26aaef..e4789ad9e 100644 --- a/domains/mythsman.json +++ b/domains/mythsman.json @@ -1,6 +1,5 @@ { "description": "Mythsman's personal site", - "repo": "https://github.com/mythsman", "owner": { "username": "mythsman", "email": "mythsman@foxmail.com" diff --git a/domains/mzaman.json b/domains/mzaman.json new file mode 100644 index 000000000..b581c1439 --- /dev/null +++ b/domains/mzaman.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mirzazaman", + "email": "mirzazaman828@gmail.com" + }, + "record": { + "CNAME": "zaman-portfolio.vercel.app" + } +} diff --git a/domains/mzykin.json b/domains/mzykin.json index b8fdcf5f9..b767666ae 100644 --- a/domains/mzykin.json +++ b/domains/mzykin.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "maxzkn", - "email": "maks.zyk@gmail.com" - }, - "record": { - "CNAME": "mzykin.com" - } + "owner": { + "username": "maxzkn", + "email": "maks.zyk@gmail.com" + }, + "record": { + "CNAME": "mzykin.com" + } } diff --git a/domains/n3m.json b/domains/n3m.json new file mode 100644 index 000000000..20290f62b --- /dev/null +++ b/domains/n3m.json @@ -0,0 +1,9 @@ +{ + "description": "Domain that redirects to my personal portfolio", + "owner": { + "username": "n3m" + }, + "record": { + "URL": "https://n3m.me" + } +} diff --git a/domains/n3rdc4ptn.json b/domains/n3rdc4ptn.json new file mode 100644 index 000000000..1918ffd4b --- /dev/null +++ b/domains/n3rdc4ptn.json @@ -0,0 +1,10 @@ +{ + "description": "Personal website for n3rdc4ptn", + "owner": { + "username": "n3rdc4ptn" + }, + "record": { + "CNAME": "moritzreich.dev" + }, + "proxied": true +} diff --git a/domains/n4n5.json b/domains/n4n5.json index eddbd3b21..890d9fe69 100644 --- a/domains/n4n5.json +++ b/domains/n4n5.json @@ -1,9 +1,7 @@ { "description": "redirects to my website", - "repo": "https://github.com/Its-Just-Nans", "owner": { - "username": "Its-Just-Nans", - "email": "" + "username": "Its-Just-Nans" }, "record": { "URL": "https://n4n5.dev" diff --git a/domains/nabeel.json b/domains/nabeel.json new file mode 100644 index 000000000..e0fedc4d2 --- /dev/null +++ b/domains/nabeel.json @@ -0,0 +1,12 @@ +{ + "repo": "https://nabeel.molham.me/links/github", + "owner": { + "username": "N-Molham", + "email": "nmolham@duck.com", + "twitter": "https://nabeel.molham.me/links/twitter", + "links": "https://nabeel.molham.me/links/" + }, + "record": { + "CNAME": "nabeel.molham.me" + } +} diff --git a/domains/nabin.json b/domains/nabin.json new file mode 100644 index 000000000..4ccee6dd2 --- /dev/null +++ b/domains/nabin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nabinkatwal7", + "email":"mediocampistaa@gmail.com" + }, + "record": { + "CNAME": "portfolio-v3-six-iota.vercel.app" + } +} diff --git a/domains/nadeerasilva.json b/domains/nadeerasilva.json new file mode 100644 index 000000000..5e9d4118b --- /dev/null +++ b/domains/nadeerasilva.json @@ -0,0 +1,11 @@ +{ + "description": "My personal portfolio", + "repo": "https://github.com/NadeeraSilvaa/nadeerasilvaa.github.io", + "owner": { + "username": "nadeerasilvaa", + "email": "nadeerasilva01@gmail.com" + }, + "record": { + "CNAME": "nadeerasilvaa.github.io" + } +} diff --git a/domains/naffy.json b/domains/naffy.json index cf4c10991..956734e4a 100644 --- a/domains/naffy.json +++ b/domains/naffy.json @@ -3,7 +3,6 @@ "repo": "https://github.com/knownasnaffy/knownasnaffy.github.io", "owner": { "username": "knownasnaffy", - "email": "email@address", "twitter": "dharni_naffy" }, "record": { diff --git a/domains/naftali100.json b/domains/naftali100.json new file mode 100644 index 000000000..20e372492 --- /dev/null +++ b/domains/naftali100.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "naftali100", + "email": "hello@naftali100.top" + }, + "record": { + "CNAME": "naftali100.top" + } +} diff --git a/domains/nahid.json b/domains/nahid.json index 80b641ac6..a8da62284 100644 --- a/domains/nahid.json +++ b/domains/nahid.json @@ -6,6 +6,6 @@ "email": "SourovKhanNahid@gmail.com" }, "record": { - "CNAME": "SOUROVKHANNAHID.github.io" + "CNAME": "sourovkhannahid.github.io" } } diff --git a/domains/nahuel.json b/domains/nahuel.json new file mode 100644 index 000000000..b4c8fcdf0 --- /dev/null +++ b/domains/nahuel.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "navalesnahuel", + "email": "navalesnahuel@gmail.com" + }, + "record": { + "CNAME": "navalesnahuel.github.io" + } +} diff --git a/domains/nahuelnavales.json b/domains/nahuelnavales.json new file mode 100644 index 000000000..b4c8fcdf0 --- /dev/null +++ b/domains/nahuelnavales.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "navalesnahuel", + "email": "navalesnahuel@gmail.com" + }, + "record": { + "CNAME": "navalesnahuel.github.io" + } +} diff --git a/domains/nai.json b/domains/nai.json new file mode 100644 index 000000000..145e7b51d --- /dev/null +++ b/domains/nai.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NailethR", + "email": "nait.0005@gmail.com" + }, + "record": { + "CNAME": "nailethr.github.io" + } +} diff --git a/domains/naimur.json b/domains/naimur.json new file mode 100644 index 000000000..836f3d9ab --- /dev/null +++ b/domains/naimur.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mohammad-naimur-rahman", + "discord": "829283275846975488" + }, + "record": { + "CNAME": "naimurdev.vercel.app" + } +} diff --git a/domains/naki.json b/domains/naki.json index 5b9a9c23a..698a9f5a9 100644 --- a/domains/naki.json +++ b/domains/naki.json @@ -3,7 +3,6 @@ "username": "YoruAkio", "email": "yoruakio@proton.me" }, - "record": { "CNAME": "nakio.pages.dev" } diff --git a/domains/naltheduck.json b/domains/naltheduck.json index 87e8e1ce7..dffb88718 100644 --- a/domains/naltheduck.json +++ b/domains/naltheduck.json @@ -1,11 +1,11 @@ { - "description": "for my own info-website", - "repo": "https://github.com/PewZew/naLTheDuck_Web", - "owner": { - "username": "PewZew", - "email": "lanlehoang957@gmail.com" - }, - "record": { - "CNAME": "pewzew.github.io" - } -} + "description": "for my own info-website", + "repo": "https://github.com/PewZew/naLTheDuck_Web", + "owner": { + "username": "PewZew", + "email": "lanlehoang957@gmail.com" + }, + "record": { + "CNAME": "pewzew.github.io" + } +} diff --git a/domains/naman-machchhar.json b/domains/naman-machchhar.json index aa8a494a0..182de655c 100644 --- a/domains/naman-machchhar.json +++ b/domains/naman-machchhar.json @@ -2,8 +2,7 @@ "description": "Naman Profile.", "repo": "https://github.com/naman-machchhar/naman-machchhar.github.io", "owner": { - "username": "naman-machchhar", - "email": "" + "username": "naman-machchhar" }, "record": { "CNAME": "naman-machchhar.github.io" diff --git a/domains/naman.json b/domains/naman.json index d2f85e209..e02534f18 100644 --- a/domains/naman.json +++ b/domains/naman.json @@ -6,6 +6,6 @@ "email": "gururaninaman@gmail.com" }, "record": { - "CNAME": "Naman-Gururani.github.io" + "CNAME": "naman-gururani.github.io" } } diff --git a/domains/namansethi.json b/domains/namansethi.json new file mode 100644 index 000000000..4bfb8065a --- /dev/null +++ b/domains/namansethi.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "namansethi13", + "email": "heynamansethi@gmail.com" + }, + "record": { + "CNAME": "namansethi.vercel.app" + } + } + \ No newline at end of file diff --git a/domains/namansrivastava.json b/domains/namansrivastava.json new file mode 100644 index 000000000..7dc75b59c --- /dev/null +++ b/domains/namansrivastava.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "naman-0804", + "email": "namansrivastava1608@gmail.com", + "discord": "naman_1101" + }, + "record": { + "CNAME": "naman08portfolio.vercel.app" + } +} diff --git a/domains/namra.json b/domains/namra.json index d93d64a8d..fb30d1c0b 100644 --- a/domains/namra.json +++ b/domains/namra.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "njxixi", - "email": "jnamra.nj@gmail.com" - }, - "record": { - "CNAME": "njxixi.github.io" - } + "owner": { + "username": "njxixi", + "email": "jnamra.nj@gmail.com" + }, + "record": { + "CNAME": "njxixi.github.io" + } } diff --git a/domains/nandhu.json b/domains/nandhu.json index 6ed2b9d6b..95f64cdff 100644 --- a/domains/nandhu.json +++ b/domains/nandhu.json @@ -3,7 +3,6 @@ "username": "nandhu-44", "email": "nandhu90040@gmail.com" }, - "record": { "CNAME": "nandhu.deno.dev" } diff --git a/domains/naokoshoto.json b/domains/naokoshoto.json index 1e8fcadaa..89f3f4960 100644 --- a/domains/naokoshoto.json +++ b/domains/naokoshoto.json @@ -5,7 +5,6 @@ "email": "mdigreget@gmail.com", "twitter": "naokoshoto" }, - "record": { "URL": "https://naokoshoto.my.id" } diff --git a/domains/narasima.json b/domains/narasima.json new file mode 100644 index 000000000..7569b796f --- /dev/null +++ b/domains/narasima.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "NarasimaPandiyan", + "email": "cs42059@gmail.com", + "discord": "gamingdoodle" + }, + "record": { + "A": ["75.2.60.5"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + } +} diff --git a/domains/narendradwivedi.json b/domains/narendradwivedi.json new file mode 100644 index 000000000..c8151310e --- /dev/null +++ b/domains/narendradwivedi.json @@ -0,0 +1,10 @@ +{ + "description": "narendradwivedi.is-a.dev for portfolio and projects", + "owner": { + "username": "NarendraDwivedi", + "discord": "narendradwivedi" + }, + "record": { + "CNAME": "narendradwivedi.github.io" + } +} diff --git a/domains/nashnc.json b/domains/nashnc.json new file mode 100644 index 000000000..6fc930732 --- /dev/null +++ b/domains/nashnc.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nashnc", + "email": "nash.nc@gmail.com" + }, + "record": { + "CNAME": "nashnc.github.io" + } +} diff --git a/domains/nass.json b/domains/nass.json index 2e3b61971..51ee84657 100644 --- a/domains/nass.json +++ b/domains/nass.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "SpauriRosso", - "email": "spy456@zoho.com", - "discord": "404659098919895045" - }, - - "record": { - "A": ["64.226.79.220"] - } - } - \ No newline at end of file + "owner": { + "username": "SpauriRosso", + "email": "spy456@zoho.com", + "discord": "404659098919895045" + }, + "record": { + "A": ["64.226.79.220"] + } +} diff --git a/domains/natan.json b/domains/natan.json new file mode 100644 index 000000000..74d43bd85 --- /dev/null +++ b/domains/natan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NatanKonig", + "email": "natan.camargo8@gmail.com" + }, + "record": { + "A": ["144.22.137.5"] + } +} diff --git a/domains/nate.json b/domains/nate.json index b2499c182..029e8718a 100644 --- a/domains/nate.json +++ b/domains/nate.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "natewombwell", - "email": "", - "discord": "561428834663006208", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.r1ZfrPomNfeydU8c3S9mToZbpFStt303nzw9ujvdwylTnjrIUGyfVER7P11HftqO43Sj3BN-R0MumWUFs_LIDWxpjXBK3hpZdUUfZnOXNHElwKkTBm6V1s9Uvc-Na4TTVxWcE5uChPatbnDWYP8xAqArMPAIwQgC5w9l4z6LVDhDbkypyMpofbmlmZR_VtrNtsP_beK9CYzonAVZriG33_TKwqAJ5kyx53smXoUIHtApIL9rkKKmvQXH3vpci7HD917elmn3nu-2WEOG59KvsVXayXpXNQJMb65lV03jdR8iN3yTco8rFxnsPfLB4t8Cwn1btWjqhfM-B9m0tSe4RA.JpxuyATUyVpjqG7NzEBKOA.MSTbWtKk4-4o9cN03K1838lrnn8ffMzAlhKJ8HXEeNSXlnJv0FV4fkDC8LPR13b40V66IUBvaOb5tgFqOz-_yUg2035QfiTEbymPo0o5-yg.tLR30laxvdmfPsWxSqeg1Q" - }, - - "record": { - "A": ["172.66.0.70"] - } - } - \ No newline at end of file + "owner": { + "username": "natewombwell", + "discord": "561428834663006208", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.r1ZfrPomNfeydU8c3S9mToZbpFStt303nzw9ujvdwylTnjrIUGyfVER7P11HftqO43Sj3BN-R0MumWUFs_LIDWxpjXBK3hpZdUUfZnOXNHElwKkTBm6V1s9Uvc-Na4TTVxWcE5uChPatbnDWYP8xAqArMPAIwQgC5w9l4z6LVDhDbkypyMpofbmlmZR_VtrNtsP_beK9CYzonAVZriG33_TKwqAJ5kyx53smXoUIHtApIL9rkKKmvQXH3vpci7HD917elmn3nu-2WEOG59KvsVXayXpXNQJMb65lV03jdR8iN3yTco8rFxnsPfLB4t8Cwn1btWjqhfM-B9m0tSe4RA.JpxuyATUyVpjqG7NzEBKOA.MSTbWtKk4-4o9cN03K1838lrnn8ffMzAlhKJ8HXEeNSXlnJv0FV4fkDC8LPR13b40V66IUBvaOb5tgFqOz-_yUg2035QfiTEbymPo0o5-yg.tLR30laxvdmfPsWxSqeg1Q" + }, + "record": { + "A": ["172.66.0.70"] + } +} diff --git a/domains/nathan.json b/domains/nathan.json index ac48c642e..074669a7f 100644 --- a/domains/nathan.json +++ b/domains/nathan.json @@ -1,10 +1,10 @@ { - "repo": "https://github.com/MagedNuggets/MagedNuggets.github.io", + "repo": "https://github.com/nduartech/nduartech.github.io", "owner": { - "username": "MagedNuggets", - "email": "mastertofu12345@gmail.com" + "username": "nduartech", + "email": "nduartech101@gmail.com" }, "record": { - "CNAME": "MagedNuggets.github.io" + "CNAME": "nduartech.github.io" } } diff --git a/domains/nathanospino.json b/domains/nathanospino.json new file mode 100644 index 000000000..af1590821 --- /dev/null +++ b/domains/nathanospino.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "C4lumny", + "email": "ospinonathan@gmail.com" + }, + "record": { + "CNAME": "nathanospino.vercel.app" + } +} diff --git a/domains/navaneeth.json b/domains/navaneeth.json new file mode 100644 index 000000000..ecaff7d2c --- /dev/null +++ b/domains/navaneeth.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "snavaneeth78", + "email": "naveen.micro.test1@gmail.com" + }, + "record": { + "URL": "https://naveen.works" + } +} diff --git a/domains/naveen.json b/domains/naveen.json index 56d28d0f0..e699dd8c4 100644 --- a/domains/naveen.json +++ b/domains/naveen.json @@ -3,7 +3,6 @@ "username": "naveen8384", "email": "naveen.nani321@gmail.com" }, - "record": { "URL": "https://naveenkumar.org" } diff --git a/domains/naveenxd.json b/domains/naveenxd.json index d0130b697..249cef31e 100644 --- a/domains/naveenxd.json +++ b/domains/naveenxd.json @@ -1,11 +1,10 @@ { "description": "naveenxd.is-a.dev", - "repo": "https://github.com/Naveen-X", "owner": { "username": "Naveen-X", "email": "naveen@ourclg.tech" }, "record": { - "CNAME": "Naveen-X.github.io" + "CNAME": "naveen-x.github.io" } } diff --git a/domains/naviheylisten.json b/domains/naviheylisten.json new file mode 100644 index 000000000..fd86a31d0 --- /dev/null +++ b/domains/naviheylisten.json @@ -0,0 +1,11 @@ +{ + "description": "Domain used for the backend of my blog", + "owner": { + "username": "HeyListenNavi", + "email": "heylistennavi@proton.me", + "discord": "naviheylisten" + }, + "record": { + "NS": ["gloria.ns.cloudflare.com", "mustafa.ns.cloudflare.com"] + } +} diff --git a/domains/navistar.json b/domains/navistar.json new file mode 100644 index 000000000..9822afab7 --- /dev/null +++ b/domains/navistar.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AShuba", + "email": "anatoliy.shuba@gmail.com" + }, + "record": { + "A": ["138.68.159.126"] + } +} diff --git a/domains/navistar2.json b/domains/navistar2.json new file mode 100644 index 000000000..f22a6eb7b --- /dev/null +++ b/domains/navistar2.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AShuba", + "email": "anatoliy.shuba@gmail.com" + }, + "record": { + "A": ["52.73.119.251"] + } +} diff --git a/domains/nayan.json b/domains/nayan.json index ab18853e8..4feaf4751 100644 --- a/domains/nayan.json +++ b/domains/nayan.json @@ -1,6 +1,5 @@ { "description": "A personal website, for Nayan Patel.", - "repo": "https://github.com/pateln123", "owner": { "username": "pateln123", "email": "hello@nayanpatel.net" diff --git a/domains/nayu.json b/domains/nayu.json new file mode 100644 index 000000000..ddec2fbb4 --- /dev/null +++ b/domains/nayu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nayumin", + "email": "nayumi@duck.com" + }, + "record": { + "CNAME": "web-dgj.pages.dev" + } +} diff --git a/domains/nd24.json b/domains/nd24.json new file mode 100644 index 000000000..d7c106601 --- /dev/null +++ b/domains/nd24.json @@ -0,0 +1,11 @@ +{ + "description": "natedog2424's portfolio website", + "repo": "https://github.com/natedog2424/natedog2424.github.io", + "owner": { + "username": "natedog2424", + "email": "natedog2424mail@gmail.com" + }, + "record": { + "CNAME": "natedog2424.github.io" + } +} diff --git a/domains/neca.json b/domains/neca.json index 138f7c3b5..5c22775c3 100644 --- a/domains/neca.json +++ b/domains/neca.json @@ -1,13 +1,15 @@ { - "owner": { - "username": "nekotamogas", - "email": "dazzerdev@gmail.com", - "discord": "797458672225091594" - }, - - "record": { - "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"], - "TXT": ["zoho-verification=zb18547320.zmverify.zoho.eu", "v=spf1 include:zohomail.eu ~all", "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIHzsnS94jaMTbcflV4QMBR4P3YCgegw1NoV7t7rkElCnZ7LEJIWLMCMheXN+ipQUclpDZ8Lw6m8B7mm4tm8P79hTuM6rmhsqcQb8w/g3u6kUDhK/eq2QoDhUienbpKTsR4pZesu9yIW0DL5wYxHT2zpxQN7zO8+8b4IzFSPnmHQIDAQAB"] - } - } - + "owner": { + "username": "nekotamogas", + "email": "dazzerdev@gmail.com", + "discord": "797458672225091594" + }, + "record": { + "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"], + "TXT": [ + "zoho-verification=zb18547320.zmverify.zoho.eu", + "v=spf1 include:zohomail.eu ~all", + "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIHzsnS94jaMTbcflV4QMBR4P3YCgegw1NoV7t7rkElCnZ7LEJIWLMCMheXN+ipQUclpDZ8Lw6m8B7mm4tm8P79hTuM6rmhsqcQb8w/g3u6kUDhK/eq2QoDhUienbpKTsR4pZesu9yIW0DL5wYxHT2zpxQN7zO8+8b4IzFSPnmHQIDAQAB" + ] + } +} diff --git a/domains/neebooo.json b/domains/neebooo.json new file mode 100644 index 000000000..1048340fe --- /dev/null +++ b/domains/neebooo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "neebooo", + "email": "dev.cnamew@gmail.com" + }, + "record": { + "A": ["193.187.255.169"] + } +} diff --git a/domains/needrose.json b/domains/needrose.json new file mode 100644 index 000000000..525238ca6 --- /dev/null +++ b/domains/needrose.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Needrose", + "email": "neeedrose@gmail.com" + }, + "record": { + "A": ["155.248.226.206"] + } +} diff --git a/domains/neel.json b/domains/neel.json new file mode 100644 index 000000000..07d8db61e --- /dev/null +++ b/domains/neel.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio Website of Neel Mishra", + "repo": "https://github.com/Neel-07/my_portfolio", + "owner": { + "username": "neelmishra", + "email": "neelmishra9125@gmail.com" + }, + "record": { + "CNAME": "neelmishra.vercel.app" + } +} diff --git a/domains/neelsani.json b/domains/neelsani.json deleted file mode 100644 index 055a8cf69..000000000 --- a/domains/neelsani.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Neel Dev", - "repo": "https://github.com/neelsani/neelsani.github.io", - "owner": { - "username": "neelsani", - "email": "neel2645s@gmail.com" - }, - "record": { - "CNAME": "neelsani.github.io" - } -} diff --git a/domains/neerav.json b/domains/neerav.json index 4afd20014..b20172406 100644 --- a/domains/neerav.json +++ b/domains/neerav.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "BadPotato1007", - "email": "", - "discord": "1176835313356767312", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.h5lVmEVgNjSJED4_lCqP0uq8U6PetLRaVdYIsrVbDslLhV0Nmvkdj9AbxxT1TGf3ZGwFSSJe-0zei3AeiQ-opshMYrw_DRlx4f686t-AhNXj9Kmf2-0wQxjsmUvwXNsmNfgwxjXtD5gHv8jLOF1oh_ZV9rbjCmWUejPLX6a0RvRk-hH9ACxziJ3qzdY88SdlXcqA6KqxhD0ZDyWt_NAXk-DIDv-oOoeX-MM9ZW1f89HDXvQPZ3uqOmcdzJtoCBGGAt4nY9C0fkK0YGSp_lXe_r6G7gjhNfwEH_BQ997SpDpibdH3ensKeGf6DOufxaN1FK8L0KCf-XpLXELc9c2qUw.bEd83RTDvTOZ19pDJ6YrTA.hj0EVK9MR1_ygJEtgrhofZrU37pBoHu-zXlTGQSG0DuRAi1VQC3jOP6QrMJZi7zWZbce2Y83elAYzq_I4W0KrshAwfAUlcr6DRTb5Hl4JdU.RFRNhW4hhRsoe9Mw-F-fwg" - }, - - "record": { - "A": ["75.2.60.5"] - } - } - + "owner": { + "username": "BadPotato1007", + "discord": "1176835313356767312", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.h5lVmEVgNjSJED4_lCqP0uq8U6PetLRaVdYIsrVbDslLhV0Nmvkdj9AbxxT1TGf3ZGwFSSJe-0zei3AeiQ-opshMYrw_DRlx4f686t-AhNXj9Kmf2-0wQxjsmUvwXNsmNfgwxjXtD5gHv8jLOF1oh_ZV9rbjCmWUejPLX6a0RvRk-hH9ACxziJ3qzdY88SdlXcqA6KqxhD0ZDyWt_NAXk-DIDv-oOoeX-MM9ZW1f89HDXvQPZ3uqOmcdzJtoCBGGAt4nY9C0fkK0YGSp_lXe_r6G7gjhNfwEH_BQ997SpDpibdH3ensKeGf6DOufxaN1FK8L0KCf-XpLXELc9c2qUw.bEd83RTDvTOZ19pDJ6YrTA.hj0EVK9MR1_ygJEtgrhofZrU37pBoHu-zXlTGQSG0DuRAi1VQC3jOP6QrMJZi7zWZbce2Y83elAYzq_I4W0KrshAwfAUlcr6DRTb5Hl4JdU.RFRNhW4hhRsoe9Mw-F-fwg" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/nef.json b/domains/nef.json new file mode 100644 index 000000000..945e4682a --- /dev/null +++ b/domains/nef.json @@ -0,0 +1,11 @@ +{ + "description": "Describe the use of this subdomain", + "repo": "https://github.com/nefter/eleventy-netlify-boilerplate", + "owner": { + "username": "nefter", + "email": "therealnefter@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/neil.json b/domains/neil.json new file mode 100644 index 000000000..70447f53e --- /dev/null +++ b/domains/neil.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nxl22", + "email": "lien.dev.22@gmail.com" + }, + "record": { + "CNAME": "nxl22.github.io" + } +} diff --git a/domains/neki.json b/domains/neki.json index a6f5db92d..396f552d4 100644 --- a/domains/neki.json +++ b/domains/neki.json @@ -11,10 +11,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/neko7sora.json b/domains/neko7sora.json index 0e7e79001..7a49bb638 100644 --- a/domains/neko7sora.json +++ b/domains/neko7sora.json @@ -2,7 +2,6 @@ "description": "Neko7sora personal website", "owner": { "username": "Neko7sora", - "email": "", "twitter": "Neko7sora", "keybase": "neko7sora" }, diff --git a/domains/nekoibot.json b/domains/nekoibot.json index 055b46551..86811be7c 100644 --- a/domains/nekoibot.json +++ b/domains/nekoibot.json @@ -3,8 +3,7 @@ "username": "DomathID", "email": "domath69@gmail.com" }, - "record": { - "CNAME": "DomathID.github.io" + "CNAME": "domathid.github.io" } } diff --git a/domains/nekomiyasorato.json b/domains/nekomiyasorato.json index c330316b9..2eb28ca8b 100644 --- a/domains/nekomiyasorato.json +++ b/domains/nekomiyasorato.json @@ -2,7 +2,6 @@ "description": "personal website", "owner": { "username": "Neko7sora", - "email": "", "twitter": "Neko7sora", "keybase": "neko7sora" }, diff --git a/domains/nekomyaa.json b/domains/nekomyaa.json new file mode 100644 index 000000000..f70a2436a --- /dev/null +++ b/domains/nekomyaa.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lolinekord", + "email": "contact@lolineko3.net" + }, + "record": { + "URL": "https://github.com/lolinekord" + } +} diff --git a/domains/nemoralis.json b/domains/nemoralis.json new file mode 100644 index 000000000..3ca3f0511 --- /dev/null +++ b/domains/nemoralis.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nemoralis", + "email": "nerim4n@pm.me" + }, + "record": { + "CNAME": "neriman-me.pages.dev" + } +} diff --git a/domains/neon.json b/domains/neon.json index d76ac1acb..cf6370585 100644 --- a/domains/neon.json +++ b/domains/neon.json @@ -8,10 +8,7 @@ "email": "goodboyneon03@gmail.com" }, "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "A": [ "185.199.108.153", "185.199.109.153", diff --git a/domains/nepnep.imm0nv1nhtv.json b/domains/nepnep.imm0nv1nhtv.json deleted file mode 100644 index a9fea649b..000000000 --- a/domains/nepnep.imm0nv1nhtv.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "imm0nv1nhtv", - "email": "windows10phamvinh+github@gmail.com" - }, - "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} diff --git a/domains/nes.json b/domains/nes.json index 5030c66ac..4908f2b78 100644 --- a/domains/nes.json +++ b/domains/nes.json @@ -3,7 +3,6 @@ "repo": "https://github.com/undefinedDarkness/undefinedDarkness.github.io", "owner": { "username": "undefinedDarkness", - "email": "", "discord": "Dark NES#4901" }, "record": { diff --git a/domains/nestornahuel.json b/domains/nestornahuel.json new file mode 100644 index 000000000..2394f21e7 --- /dev/null +++ b/domains/nestornahuel.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NestorNahuel", + "email": "nahuel6195@gmail.com" + }, + "record": { + "CNAME": "portfolio-steel-seven-72.vercel.app" + } +} diff --git a/domains/neven.json b/domains/neven.json index b5ac253e0..aba4f1040 100644 --- a/domains/neven.json +++ b/domains/neven.json @@ -3,7 +3,6 @@ "description": "Personal Website", "owner": { "username": "nevenxr", - "email": "", "discord": "Neven#3985" }, "record": { diff --git a/domains/new.vornexx.json b/domains/new.vornexx.json index 9d9ad17d9..a85ee32c5 100644 --- a/domains/new.vornexx.json +++ b/domains/new.vornexx.json @@ -1,6 +1,6 @@ { "owner": { - "username": "vornex-gh", + "username": "vornexx", "email": "ajay.ramnath8812@gmail.com" }, "record": { diff --git a/domains/newpk.json b/domains/newpk.json index 4d5310fd5..c4e09a350 100644 --- a/domains/newpk.json +++ b/domains/newpk.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "newpkorn", - "email": "pakorn.soikham@gmail.com" - }, - "record": { - "CNAME": "newpkorn.github.io" - } + "owner": { + "username": "newpkorn", + "email": "pakorn.soikham@gmail.com" + }, + "record": { + "CNAME": "newpk.netlify.app" + } } diff --git a/domains/nexfilms.json b/domains/nexfilms.json index a17be18d1..588c0f5c0 100644 --- a/domains/nexfilms.json +++ b/domains/nexfilms.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "nexos20levrai", - "email": "", - "discord": "610847328680673302" - }, - - "record": { - "A": ["5.181.187.182"] - } - } - \ No newline at end of file + "owner": { + "username": "nexos20levrai", + "discord": "610847328680673302" + }, + "record": { + "A": ["5.181.187.182"] + } +} diff --git a/domains/nexflix.json b/domains/nexflix.json index a17be18d1..588c0f5c0 100644 --- a/domains/nexflix.json +++ b/domains/nexflix.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "nexos20levrai", - "email": "", - "discord": "610847328680673302" - }, - - "record": { - "A": ["5.181.187.182"] - } - } - \ No newline at end of file + "owner": { + "username": "nexos20levrai", + "discord": "610847328680673302" + }, + "record": { + "A": ["5.181.187.182"] + } +} diff --git a/domains/nexproxymanager.json b/domains/nexproxymanager.json index a17be18d1..588c0f5c0 100644 --- a/domains/nexproxymanager.json +++ b/domains/nexproxymanager.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "nexos20levrai", - "email": "", - "discord": "610847328680673302" - }, - - "record": { - "A": ["5.181.187.182"] - } - } - \ No newline at end of file + "owner": { + "username": "nexos20levrai", + "discord": "610847328680673302" + }, + "record": { + "A": ["5.181.187.182"] + } +} diff --git a/domains/nextcloud.vi0leta.json b/domains/nextcloud.vi0leta.json index 1af90edd0..def51632a 100644 --- a/domains/nextcloud.vi0leta.json +++ b/domains/nextcloud.vi0leta.json @@ -3,7 +3,6 @@ "username": "vi0letadev", "email": "vi0leta@riseup.net" }, - "record": { "A": ["37.27.4.76"] } diff --git a/domains/nexus.json b/domains/nexus.json index 7808ec6e6..d16440a8a 100644 --- a/domains/nexus.json +++ b/domains/nexus.json @@ -6,6 +6,6 @@ "email": "uvraysxc@gmail.com" }, "record": { - "CNAME": "Nexzon.github.io" + "CNAME": "nexzon.github.io" } } diff --git a/domains/ngocjohn.json b/domains/ngocjohn.json index 73102e1ac..c597a80ac 100644 --- a/domains/ngocjohn.json +++ b/domains/ngocjohn.json @@ -1,12 +1,12 @@ { - "description": "personal website", - "repo": "https://github.com/ngocjohn/ngocjohn.github.io", - "owner": { - "username": "ngocjohn", - "email": "ngocjohn@me.com", - "twitter": "emkay3000" - }, - "record": { - "CNAME": "ngocjohn.github.io" - } -} + "description": "personal website", + "repo": "https://github.com/ngocjohn/ngocjohn.github.io", + "owner": { + "username": "ngocjohn", + "email": "ngocjohn@me.com", + "twitter": "emkay3000" + }, + "record": { + "CNAME": "ngocjohn.github.io" + } +} diff --git a/domains/ngockhuong.json b/domains/ngockhuong.json new file mode 100644 index 000000000..0288067de --- /dev/null +++ b/domains/ngockhuong.json @@ -0,0 +1,10 @@ +{ + "description": "ngockhuong.is-a.dev : This is my personal notebook", + "owner": { + "username": "lamngockhuong", + "email": "me@ngockhuong.com" + }, + "record": { + "URL": "https://dev.ngockhuong.com" + } +} diff --git a/domains/ngocphung.json b/domains/ngocphung.json new file mode 100644 index 000000000..2aee1f5fe --- /dev/null +++ b/domains/ngocphung.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "nguyenngocphung2000" + }, + "record": { + "CNAME": "nguyenngocphung2000.github.io" + } +} diff --git a/domains/ngqkhai.json b/domains/ngqkhai.json new file mode 100644 index 000000000..d10806c80 --- /dev/null +++ b/domains/ngqkhai.json @@ -0,0 +1,10 @@ +{ + "description": "Documentation website for is-a.dev", + "owner": { + "username": "ngqkhai", + "email": "nguyenquangkhai2509@gmail.com" + }, + "record": { + "URL": "https://github.com/ngqkhai" + } +} diff --git a/domains/nguyen-phuong-nam.json b/domains/nguyen-phuong-nam.json new file mode 100644 index 000000000..de6f86e58 --- /dev/null +++ b/domains/nguyen-phuong-nam.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NBlue", + "email": "nam.np194336@gmail.com" + }, + "record": { + "CNAME": "protofilo-beta.vercel.app" + } +} diff --git a/domains/nguyenminhtuan.json b/domains/nguyenminhtuan.json new file mode 100644 index 000000000..3de80e85f --- /dev/null +++ b/domains/nguyenminhtuan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tuannguyen2002", + "discord": "minhtuan9039" + }, + "record": { + "CNAME": "profile-sigma-wine.vercel.app" + } +} diff --git a/domains/ngvgb.json b/domains/ngvgb.json index f663a706a..964709d3b 100644 --- a/domains/ngvgb.json +++ b/domains/ngvgb.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "NgVGB-Workspace", - "email": "", - "discord": "905671220333264966", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.PRdSIXpK3bfSVItlR4zG6y6YC0KwWF8fALLRJoKYHEiMUwTFQvi48kgvzveCVwUBuYJWQBMCYWBVstMTtR32JBnpQFMNVUnh3m3sFWKIiuydQL7JPzimMLZQ9WvTtEl3AUF-5DZaH_uX4_2CSxs-c0JfEG7n0vnjKRdOZ-31wtitEAvUolUiKcwoQKX6clvSiNN3l9pSVhP3ufyt9JN_caHya1xQrk8X9Ijaf9EYctXZFwXaf4KUJ44QcJZ1erfKh6FykNUtkkO0GV4V1XZlYZS8TaETta5k7GR3fJi_V9MKSCtiR5dG15KARX485akLI5ZYqqcRp7fH2xaLEOQCCQ.3pFuR0GZ8XBQGaFFIpFv9w.xuvztR8HsOO6zzPNpo_8sDQJimmQj79swKQqYi5blxu7Cpmdf_sLVw0SNmCCOVBPJJ-tyexWUEA7iXk36cDiB_iF9mkdb14Mwegb-0zFEQg.fDszk-8TV4Idc_CIIKOa_A" - }, - - "record": { - "CNAME": "ngvgb-workspace.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "NgVGB-Workspace", + "discord": "905671220333264966", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.PRdSIXpK3bfSVItlR4zG6y6YC0KwWF8fALLRJoKYHEiMUwTFQvi48kgvzveCVwUBuYJWQBMCYWBVstMTtR32JBnpQFMNVUnh3m3sFWKIiuydQL7JPzimMLZQ9WvTtEl3AUF-5DZaH_uX4_2CSxs-c0JfEG7n0vnjKRdOZ-31wtitEAvUolUiKcwoQKX6clvSiNN3l9pSVhP3ufyt9JN_caHya1xQrk8X9Ijaf9EYctXZFwXaf4KUJ44QcJZ1erfKh6FykNUtkkO0GV4V1XZlYZS8TaETta5k7GR3fJi_V9MKSCtiR5dG15KARX485akLI5ZYqqcRp7fH2xaLEOQCCQ.3pFuR0GZ8XBQGaFFIpFv9w.xuvztR8HsOO6zzPNpo_8sDQJimmQj79swKQqYi5blxu7Cpmdf_sLVw0SNmCCOVBPJJ-tyexWUEA7iXk36cDiB_iF9mkdb14Mwegb-0zFEQg.fDszk-8TV4Idc_CIIKOa_A" + }, + "record": { + "CNAME": "ngvgb-workspace.github.io" + } +} diff --git a/domains/nh.json b/domains/nh.json new file mode 100644 index 000000000..52000b33b --- /dev/null +++ b/domains/nh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nonxistnt", + "email": "khtyiscooler@gmail.com" + }, + "record": { + "CNAME": "nonxistnt.github.io" + } +} diff --git a/domains/nhatphan.json b/domains/nhatphan.json new file mode 100644 index 000000000..d303ca397 --- /dev/null +++ b/domains/nhatphan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "minaphan2815", + "email": "nhatphan2815@gmail.com" + }, + "record": { + "CNAME": "minaphan2815.github.io" + } +} diff --git a/domains/nhatphong.json b/domains/nhatphong.json index dc93e12be..4cee5d6b1 100644 --- a/domains/nhatphong.json +++ b/domains/nhatphong.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "nguyenquangdungfx28972", - "email": "dungnqFX28972@funix.edu.vn", - "discord": "1050395028452806714" - }, - - "record": { - "CNAME": "nhatphongsite.pages.dev" - } - } - \ No newline at end of file + "owner": { + "username": "nguyenquangdungfx28972", + "email": "dungnqFX28972@funix.edu.vn", + "discord": "1050395028452806714" + }, + "record": { + "CNAME": "nhatphongsite.pages.dev" + } +} diff --git a/domains/nhemgomia.json b/domains/nhemgomia.json index f798c4420..08b8b8bcf 100644 --- a/domains/nhemgomia.json +++ b/domains/nhemgomia.json @@ -3,7 +3,6 @@ "repo": "https://github.com/nhemgomia/nhemgomia.github.io", "owner": { "username": "nhemgomia", - "email": "", "discord": "nhemdgaf" }, "record": { diff --git a/domains/nhim411.json b/domains/nhim411.json new file mode 100644 index 000000000..32eae7f4f --- /dev/null +++ b/domains/nhim411.json @@ -0,0 +1,11 @@ +{ + "description": "Le Hoai Nam's website", + "repo": "https://github.com/nhim411/nhim411.github.io", + "owner": { + "username": "nhim411", + "email": "lehoainam1998@gmail.com" + }, + "record": { + "CNAME": "nhim411.github.io" + } +} \ No newline at end of file diff --git a/domains/_gh-is-a-dev-o.maintainers.json b/domains/nic.json similarity index 53% rename from domains/_gh-is-a-dev-o.maintainers.json rename to domains/nic.json index e381c3c8c..c78690f36 100644 --- a/domains/_gh-is-a-dev-o.maintainers.json +++ b/domains/nic.json @@ -1,10 +1,9 @@ { "owner": { "username": "is-a-dev", - "email": "" + "email": "admin@is-a.dev" }, - "record": { - "TXT": "7b45eb688b" + "URL": "https://is-a.dev" } } diff --git a/domains/nicetodayweather.json b/domains/nicetodayweather.json new file mode 100644 index 000000000..04eb02e36 --- /dev/null +++ b/domains/nicetodayweather.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mmhann18491", + "email": "myominhan18491@gmail.com" + }, + "record": { + "CNAME": "nice-today-weather.web.app" + } +} diff --git a/domains/nick.json b/domains/nick.json new file mode 100644 index 000000000..fa3fd15f3 --- /dev/null +++ b/domains/nick.json @@ -0,0 +1,11 @@ +{ + "description": "nick.is-a.dev -> nicholasalfonso.com", + "owner": { + "username": "PrinceBunBun981", + "email": "me@nick.cool", + "discord": "nickwoah" + }, + "record": { + "URL": "https://nicholasalfonso.com" + } +} diff --git a/domains/nickibreeki.json b/domains/nickibreeki.json new file mode 100644 index 000000000..6ea9cac03 --- /dev/null +++ b/domains/nickibreeki.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "n1ckibreeki", + "email": "nickibreeki@outlook.com" + }, + "record": { + "CNAME": "nickibreeki.pages.dev" + } +} diff --git a/domains/niclqs.json b/domains/niclqs.json new file mode 100644 index 000000000..e9f983367 --- /dev/null +++ b/domains/niclqs.json @@ -0,0 +1,11 @@ +{ + "description": "niclqs.is-a.dev --> niclqs.dev", + "record": { + "URL": "https://niclqs.dev" + }, + "owner": { + "discord": "niclqs", + "email": "discord@push-den-weg.de", + "username": "NiclqsGER" + } +} diff --git a/domains/nico.json b/domains/nico.json index 7d1885fad..7ffadfca3 100644 --- a/domains/nico.json +++ b/domains/nico.json @@ -7,6 +7,6 @@ "discord": "nicosnico#7674" }, "record": { - "CNAME": "NicoGaming77.github.io" + "CNAME": "nicogaming77.github.io" } } diff --git a/domains/nicojsuarez.json b/domains/nicojsuarez.json new file mode 100644 index 000000000..d39a77225 --- /dev/null +++ b/domains/nicojsuarez.json @@ -0,0 +1,11 @@ +{ + "description": "Personal use", + "repo": "https://github.com/NicoJSuarez2/PersonalPage", + "owner": { + "username": "nicojsuarez2", + "email": "javinsurez@gmail.com" + }, + "record": { + "CNAME": "Nicojsuarez2.github.io" + } +} diff --git a/domains/nicol.json b/domains/nicol.json index 53fafa4ae..383f15d04 100644 --- a/domains/nicol.json +++ b/domains/nicol.json @@ -2,11 +2,9 @@ "description": "Lina website", "repo": "https://github.com/Linadevv/Linadevv.github.io", "owner": { - "username": "Linadevv", - "email": "any@email", - "twitter": "Lina" + "username": "Linadevv" }, "record": { - "CNAME": "Linadevv.github.io" + "CNAME": "linadevv.github.io" } } diff --git a/domains/nicollas.json b/domains/nicollas.json new file mode 100644 index 000000000..92d23ea20 --- /dev/null +++ b/domains/nicollas.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "nicollaspetrelli", + "discord": "233677267975274496", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Io00BIEcuUaqGqro44tjhxyH2m685YaHnSqyGCNRBTjSndObd2P4HmNoX93X1Qatl7c6ygPxkfUfvvUJZ4igK6WxgxsSa9_hRh61r6AbXKDY1DFmm-0ZjHsNNEQOOoY4NtwT-zVocwhCINVQH6CQCqSkxI1sEikVdzbFCCSVXp35olvH8kRnGRDjLogKqWWhQnSgYI0EeE89ykBNtiW_R5LRogA5nFJW4lQy2DMv-37peuGu1pu-BAsm6iJwFE0OogY01bWwsIhapGjlgQbtY4vJhEOJr4CItQFUKux2VojlrMlfDefkOCZs5v2gjnTeZ6HC9x7RdQBtKUImQYV4Eg.XhW29WnPlnUCIzIUXyRDxg.29_Y-46C5Jl0hT9eq91j3WN2iKmBcKhqXeCtL4BemP72AxqnPAsHR-BM904hTIu80a5-vC30yZ1jxMI6rx9F1KyZHRgZasky140KJ0jTcTPuGmLmMT7szVlfgZ8G1S1YY0DfvFm_QIu-Rld6x5Yl8g.xxUgPNDRzytPy7i36K08gQ" + }, + "record": { + "CNAME": "nicollas.dev" + } +} diff --git a/domains/nidhis-patel.json b/domains/nidhis-patel.json index f384a7ea0..1465bff5b 100644 --- a/domains/nidhis-patel.json +++ b/domains/nidhis-patel.json @@ -2,8 +2,7 @@ "description": "This is a personal", "repo": "https://github.com/nidhis-patel/nidhis-patel.github.io", "owner": { - "username": "nidhis-patel", - "email": "" + "username": "nidhis-patel" }, "record": { "URL": "https://nidhis-patel.github.io" diff --git a/domains/nietbeer.json b/domains/nietbeer.json new file mode 100644 index 000000000..de3f3b784 --- /dev/null +++ b/domains/nietbeer.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "VulcanoSoftware", + "discord": "814891541205876767", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.NZN_bOggifZEtlA324wg2l2u3hX2MvZuD3yLHULkNX81YRQfOCtvT0IfoXAKV5IMD8GRt8qFAo2Rpw2lOvrTrvlEmjPkO_u0n5ScCZVU6FsXENlBz4zD5hHAes_kd1LCzFOICbmNdLNqWEoMEiNUw6VZiUfuIuqrJXIRXkSFXWQGWYUc_wbzu1oEdKLwNt0IvY4DyQ9pWvCSnsQlhXb7lUJS6iC-VUBoAqZnTuScHpwx5xHXHhFdJu2iiBU8zmroAQTxJ28-DLTuBmIRMQgS-FfZK0i7UQHnZb2f3CdWzi2lmlBQM-NCf8yOzziPAoS8cF1Eh4eQLKerBWlHyCSiyg.r37yi_KvhV0NTbXtet_DHw.PTf0jwkhBjRrEF8mdrsrhSetzO6jeM9XX50rJgv5brt3XwRbYWWaOlZjaLWTBNOuGGlCplqBngPJkB3ycZNUpay8NXKTGwdaSNgQRmi_-O_HbETajYI_zPsfLtjW-DEC.jHnPtvN5bcAswFISD9YBeg" + }, + "record": { + "CNAME": "nietbeer.pages.dev" + } +} diff --git a/domains/nifle.json b/domains/nifle.json new file mode 100644 index 000000000..fa016c2f0 --- /dev/null +++ b/domains/nifle.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Nifle-CGE", + "discord": "553939229475078154", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.nRTs07oBPtm7QihIkDqo1f3eBQwtYmpzZZYebo3UsxrJ9gpmPnY42WdO-H0r8XRAwYiwzZjZ8GnmRrG2xwz_8dw49VD0UvvWyJKTR7SSN1XxznSkbGJ3wthb384seNE_Fhg-E6Q6qV9vW8B1U6GD39blKsURHcgpTrSa-qopwXDeFctAo-RcxbmFwr-Mw0Cwr9ia3L1wnqvOSjQbU0a92oVv6293QbSvqgupXkS1ttXoBR9rpDPp8tH9oIXbCK4AhVTKowgIYAYh2iZT41nlkFKeus10yRKw5GqyokBXBdA70qKnU3lCd9VFZ4Eq4DxbSoMNBqk8FADig2MtA5RBFg.CqfMnrP60ibdRwfM4yUB8A.HZl3zu19tbnEz2j4hlejxUJfoEkCk0qsLeHlqLzc1-qXAnH1984_R8joN9l3WWA0Jgr13m8qr-GQsAEcjjdiog.vUXuNT3B9rjoE606ZfrRRA" + }, + "record": { + "A": ["172.234.178.155"] + } +} diff --git a/domains/nightmaregods.json b/domains/nightmaregods.json index 2f084ede8..bef349368 100644 --- a/domains/nightmaregods.json +++ b/domains/nightmaregods.json @@ -3,7 +3,6 @@ "repo": "https://github.com/Nightmaregodss/nightmaregodss.github.io", "owner": { "username": "nightmaregodss", - "email": "", "discord": "Demon Emperor NightmareGods#0001" }, "record": { diff --git a/domains/nikaxe.json b/domains/nikaxe.json index 08a181557..b31efedb9 100644 --- a/domains/nikaxe.json +++ b/domains/nikaxe.json @@ -6,6 +6,6 @@ "email": "iamnikaxing@gmail.com" }, "record": { - "CNAME": "Nikaxe-dev.github.io" + "CNAME": "nikaxe-dev.github.io" } } diff --git a/domains/nikhilji.json b/domains/nikhilji.json new file mode 100644 index 000000000..5b91aedf0 --- /dev/null +++ b/domains/nikhilji.json @@ -0,0 +1,11 @@ +{ + "description": "Nikhil Ji ki Website", + "repo": "https://github.com/cityji/cityji.github.io", + "owner": { + "username": "cityji", + "email": "mail.tiwarinikhil+domainIsADev@googlemail.com" + }, + "record": { + "CNAME": "cityji.github.io" + } +} diff --git a/domains/niki-tiwari.json b/domains/niki-tiwari.json index ef5c861aa..a88148eed 100644 --- a/domains/niki-tiwari.json +++ b/domains/niki-tiwari.json @@ -2,8 +2,7 @@ "description": "my self niki tiwari", "repo": "https://github.com/niki-tiwari/niki-tiwari.github.io", "owner": { - "username": "niki-tiwari", - "email": "" + "username": "niki-tiwari" }, "record": { "CNAME": "niki-tiwari.github.io" diff --git a/domains/nikity.json b/domains/nikity.json new file mode 100644 index 000000000..4cfaf02c1 --- /dev/null +++ b/domains/nikity.json @@ -0,0 +1,10 @@ +{ + "description": "Subdomain woohoo", + "owner": { + "username": "Nikityyy", + "email": "bergernikita1807@gmail.com" + }, + "record": { + "CNAME": "nikityyy.github.io" + } +} diff --git a/domains/nikolas.json b/domains/nikolas.json deleted file mode 100644 index ab016d33d..000000000 --- a/domains/nikolas.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "My Personal Landing Page!", - "repo": "https://github.com/MuhekoNikolas/p2", - "owner": { - "username": "MuhekoNikolas", - "email": "13nikolusmuheko@gmail.com", - "twitter": "MuhekoNikolas" - }, - "record": { - "CNAME": "muhekonikolas.github.io" - } -} diff --git a/domains/nikolus.json b/domains/nikolus.json deleted file mode 100644 index 0840f61ce..000000000 --- a/domains/nikolus.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "My Personal Landing Page!", - "repo": "https://github.com/MuhekoNikolas/MuhekoNikolas.github.io", - "owner": { - "username": "MuhekoNikolas", - "email": "13nikolusmuheko@gmail.com", - "twitter": "MuhekoNikolas" - }, - "record": { - "CNAME": "muhekonikolas.github.io" - } -} diff --git a/domains/nikymetaa.json b/domains/nikyofficial.json similarity index 69% rename from domains/nikymetaa.json rename to domains/nikyofficial.json index 47695a8d3..561752de2 100644 --- a/domains/nikymetaa.json +++ b/domains/nikyofficial.json @@ -4,6 +4,6 @@ "email": "anhky581@gmail.com" }, "record": { - "CNAME": "28nikyportfolio03.github.io" + "CNAME": "nikyy2.github.io" } } diff --git a/domains/ninad.json b/domains/ninad.json index 09ed56570..87d55ce0e 100644 --- a/domains/ninad.json +++ b/domains/ninad.json @@ -6,10 +6,7 @@ "repo": "https://github.com/ninadnaik10/ninadnaik10.github.io", "record": { "URL": "https://ninadnaik.xyz", - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=ninadtechnical+fe@gmail.com" } } diff --git a/domains/nine.json b/domains/nine.json index 626fa06b4..7f9aca78e 100644 --- a/domains/nine.json +++ b/domains/nine.json @@ -4,7 +4,8 @@ "email": "notninelel@gmail.com" }, "record": { - "A": ["76.223.55.44"], - "TXT": "deta-verification=DyZWThRbwVx1vudpA5oB8DEekn58LG75" + "A": ["76.76.21.21"], + "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"], + "TXT": ["zoho-verification=zb50940916.zmverify.zoho.com"] } } diff --git a/domains/nino.json b/domains/nino.json index 17327b571..605b45e51 100644 --- a/domains/nino.json +++ b/domains/nino.json @@ -8,6 +8,6 @@ "discord": "tokisakinino" }, "record": { - "CNAME": "TokisakiNinoVn.github.io" + "CNAME": "tokisakininovn.github.io" } } diff --git a/domains/niper.json b/domains/niper.json deleted file mode 100644 index 31bcbc521..000000000 --- a/domains/niper.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "NIPERR", - "email": "marcel.dziewaa@gmail.com" - }, - "record": { - "URL": "https://niper.vercel.app" - } -} diff --git a/domains/nipul-bhogayat.json b/domains/nipul-bhogayat.json index 10decf4e2..a75e6e181 100644 --- a/domains/nipul-bhogayat.json +++ b/domains/nipul-bhogayat.json @@ -2,8 +2,7 @@ "description": "My new website", "repo": "https://github.com/nipul-bhogayat/nipul-bhogayat.github.io", "owner": { - "username": "nipul-bhogayat", - "email": "" + "username": "nipul-bhogayat" }, "record": { "CNAME": "nipul-bhogayat.github.io" diff --git a/domains/nipuni.json b/domains/nipuni.json new file mode 100644 index 000000000..2fdb6e9d5 --- /dev/null +++ b/domains/nipuni.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nipunigamage", + "email": "nipunikanishka255@gmail.com" + }, + "record": { + "CNAME": "nipuni.pages.dev" + } +} diff --git a/domains/niransnarayanan.json b/domains/niransnarayanan.json index 0af1bdfbe..b7b20ae8c 100644 --- a/domains/niransnarayanan.json +++ b/domains/niransnarayanan.json @@ -1,10 +1,10 @@ { - "description": "Personal website", - "owner": { - "username": "nirans2002", - "email": "nirans2002@gmail.com" - }, - "record": { - "CNAME": "niransnarayanan-web.web.app" - } -} + "description": "Personal website", + "owner": { + "username": "nirans2002", + "email": "nirans2002@gmail.com" + }, + "record": { + "CNAME": "niransnarayanan-web.web.app" + } +} diff --git a/domains/nirav-bhut.json b/domains/nirav-bhut.json index 1a2f012b5..ffcf7a031 100644 --- a/domains/nirav-bhut.json +++ b/domains/nirav-bhut.json @@ -2,8 +2,7 @@ "description": "My new website", "repo": "https://github.com/nirav-bhut/nirav-bhut.github.io", "owner": { - "username": "nirav-bhut", - "email": "" + "username": "nirav-bhut" }, "record": { "CNAME": "nirav-bhut.github.io" diff --git a/domains/nirushan.json b/domains/nirushan.json index 0b97aceeb..5c2d829d7 100644 --- a/domains/nirushan.json +++ b/domains/nirushan.json @@ -4,7 +4,7 @@ "owner": { "username": "nirushan1", "email": "nirushan.prabaharan@gmail.com", - "twitter": "@tpnirushan" + "twitter": "tpnirushan" }, "record": { "CNAME": "nirushan1.github.io" diff --git a/domains/nischay.json b/domains/nischay.json index f0cf44058..46e7b3d77 100644 --- a/domains/nischay.json +++ b/domains/nischay.json @@ -15,10 +15,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/nitesh-rathod.json b/domains/nitesh-rathod.json index bd17063a7..6496d435c 100644 --- a/domains/nitesh-rathod.json +++ b/domains/nitesh-rathod.json @@ -2,8 +2,7 @@ "description": "Nitesh Rathod.", "repo": "https://github.com/nitesh-rathod/nitesh-rathod.github.io", "owner": { - "username": "nitesh-rathod", - "email": "" + "username": "nitesh-rathod" }, "record": { "CNAME": "nitesh-rathod.github.io" diff --git a/domains/nitesh.json b/domains/nitesh.json index 0184367ce..742820f23 100644 --- a/domains/nitesh.json +++ b/domains/nitesh.json @@ -1,11 +1,10 @@ { "description": "My personal portfolio site", - "repo": "https://github.com/Niteshballa", "owner": { "username": "Niteshballa", "email": "nithesh.mom@gmail.com" }, "record": { - "CNAME": "Niteshballa.github.io" + "CNAME": "niteshballa.github.io" } } diff --git a/domains/nithin.json b/domains/nithin.json index 0c6ea79cc..7e7f6ef2b 100644 --- a/domains/nithin.json +++ b/domains/nithin.json @@ -4,7 +4,6 @@ "email": "nithinnikhil582@gmail.com", "discord": "514353302675259412" }, - "record": { "CNAME": "nithinlycanz.github.io" } diff --git a/domains/niyakipham.json b/domains/niyakipham.json new file mode 100644 index 000000000..feee6752f --- /dev/null +++ b/domains/niyakipham.json @@ -0,0 +1,11 @@ +{ + "description": "niyakipham.is-a.dev", + "repo": "https://github.com/alexis-elaxis/alexis-elaxis.github.io", + "owner": { + "username": "niyakipham", + "email": "niyakipham@gmail.com" + }, + "record": { + "CNAME": "niyakipham.github.io" + } +} diff --git a/domains/nlog0312.json b/domains/nlog0312.json new file mode 100644 index 000000000..2d8ce48c1 --- /dev/null +++ b/domains/nlog0312.json @@ -0,0 +1,11 @@ +{ + "description": "Profile card", + "repo": "https://github.com/nLog0312/nlog0312.github.io", + "owner": { + "username": "nLog0312", + "email": "nlog.021203@gmail.com" + }, + "record": { + "CNAME": "nlog0312.github.io" + } +} diff --git a/domains/nnocsupnn.json b/domains/nnocsupnn.json new file mode 100644 index 000000000..908c13ff5 --- /dev/null +++ b/domains/nnocsupnn.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nnocsupnn", + "email": "nnocsupnn@gmail.com" + }, + "record": { + "CNAME": "nnocsupnn.github.io" + } +} diff --git a/domains/noah.json b/domains/noah.json new file mode 100644 index 000000000..de21756e2 --- /dev/null +++ b/domains/noah.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "noahprm", + "email": "contact.noahprm@gmail.com", + "discord": "949273553168121856" + }, + "record": { + "A": ["217.145.72.79"] + } +} diff --git a/domains/noahgao.json b/domains/noahgao.json index 00a552737..2e627e7cc 100644 --- a/domains/noahgao.json +++ b/domains/noahgao.json @@ -4,7 +4,6 @@ "email": "ziheng1719@163.com", "discord": "900791393931362374" }, - "record": { "CNAME": "noahziheng.github.io" } diff --git a/domains/noahvocat.json b/domains/noahvocat.json deleted file mode 100644 index 56144613f..000000000 --- a/domains/noahvocat.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "A dumb kid who like da computer", - "repo": "https://github.com/nvct-website/website/settings/pages", - "owner": { - "username": "Noahvocat (also known as NVCT, Noahvocado or Noahvocados)", - "email": "", - "discord": "noahvocat" - }, - "record": { - "CNAME": "nvct-website.github.io" - } -} diff --git a/domains/node.devmatei.json b/domains/node.devmatei.json new file mode 100644 index 000000000..10dc9ea92 --- /dev/null +++ b/domains/node.devmatei.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DevMatei", + "email": "matei.thoma@gmail.com" + }, + "record": { + "A": ["176.100.37.70"] + } +} diff --git a/domains/node.nvsn.json b/domains/node.nvsn.json deleted file mode 100644 index 87bcfb13e..000000000 --- a/domains/node.nvsn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "GMR828", - "email": "gmr828@null.net" - }, - "record": { - "A": ["173.212.202.171"] - } -} diff --git a/domains/node.stefdp.json b/domains/node.stefdp.json deleted file mode 100644 index 13881f84f..000000000 --- a/domains/node.stefdp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "email": "", - "discord": "694986201739952229", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" - }, - "record": { - "CNAME": "proxy.stefdp.is-a.dev" - } -} diff --git a/domains/noelpaton-og.json b/domains/noelpaton-og.json new file mode 100644 index 000000000..c3cae7c54 --- /dev/null +++ b/domains/noelpaton-og.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "noelpaton-og", + "email": "noel27938@gmail.com" + }, + "record": { + "CNAME": "noelpaton-og.github.io" + } +} diff --git a/domains/noise.json b/domains/noise.json new file mode 100644 index 000000000..92a4b9fd1 --- /dev/null +++ b/domains/noise.json @@ -0,0 +1,11 @@ +{ + "description": "This is a domain for my personal website!", + "repo": "https://github.com/iamthen0ise/iamthen0ise.github.io", + "owner": { + "username": "iamthen0ise", + "email": "evgenii.uvarov.post@gmail.com" + }, + "record": { + "CNAME": "iamthen0ise.github.io" + } +} diff --git a/domains/nolan-mai.json b/domains/nolan-mai.json new file mode 100644 index 000000000..5a940810f --- /dev/null +++ b/domains/nolan-mai.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "PotBorger", + "email": "khanhtrinh232005@gmail.com" + }, + "record": { + "CNAME": "potborger.github.io" + } +} diff --git a/domains/nomena.json b/domains/nomena.json new file mode 100644 index 000000000..4ba4fa00d --- /dev/null +++ b/domains/nomena.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Shiro-cha", + "email": "noum.rzdr@gmail.com" + }, + "record": { + "CNAME": "shiro-cha.github.io" + } +} diff --git a/domains/nonomino.json b/domains/nonomino.json index b8b197662..9e5d83307 100644 --- a/domains/nonomino.json +++ b/domains/nonomino.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "nonomino", - "email": "ontharros@gmail.com", - "discord": "937674639881166859" - }, - - "record": { - "CNAME": "nonomino.pages.dev" - } - } - \ No newline at end of file + "owner": { + "username": "nonomino", + "email": "ontharros@gmail.com", + "discord": "937674639881166859" + }, + "record": { + "CNAME": "nonomino.pages.dev" + } +} diff --git a/domains/noob.json b/domains/noob.json new file mode 100644 index 000000000..a5d63400c --- /dev/null +++ b/domains/noob.json @@ -0,0 +1,11 @@ +{ + "description": "My personal portfolio site, made in nextjs", + "repo": "https://github.com/IMXNOOBX/universe", + "owner": { + "username": "IMXNOOBX", + "email": "me@noob.bio" + }, + "record": { + "CNAME": "noob.bio" + } +} diff --git a/domains/nooz.json b/domains/nooz.json index 63c941d24..b8f3c8d41 100644 --- a/domains/nooz.json +++ b/domains/nooz.json @@ -13,10 +13,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/not-ethan.json b/domains/not-ethan.json index 67bd3556a..a560fa9d2 100644 --- a/domains/not-ethan.json +++ b/domains/not-ethan.json @@ -1,14 +1,10 @@ { "owner": { "username": "not-a-ethan", - "email": "", "discord": "not_ethan." }, "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all", "A": [ "185.199.108.153", diff --git a/domains/not.json b/domains/not.json new file mode 100644 index 000000000..a930938e5 --- /dev/null +++ b/domains/not.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Moodygd761", + "discord": "1279615522593308734", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.WDBjZ898iNiRP_Lvbnoj4LirAorotHcGhnntu1zdoqeuHq2AyxBL8ehFxtM3vtrYz1N73zp_8rKaJ8ynhakivpRjTW6i6JoadAD4fMALwRGFb8Ewa7sfyBpF90-GbhJlwGTVwJXxbM6gh0C0WUJBU0SSMMdQPSNqlDXzgcshhKKjnslQCqnoe82fJIbLWbYVIj7DY_vQd_c426LFFw-ELEdaSIS8BcvVvuAPBBEtMeTPHHJGlfM6uQFd5LC91dnL4OtIQRJrS-Dm3jHUqCDBIwBQOJ-GjUuZNSISvNN7nxn0RPmHEFPVorEgll_jIGSWoqZblFQAdTry_tco9-VTRg.xy1T4Mv96AlgNiL15wa86A.UgQ0AQSB-2dIvHfkqag9dLHY4ta9MBeNLu7aOgGjANs90WIwsgXbwguK2biGSOGf7yx-rKclyrSbQiFxl1m6GYj9eJ0Y3yZXe96TuhH3h9U.BxmZhevlny3h3XoYMkLgyw" + }, + "record": { + "A": ["158.178.200.29"] + } +} diff --git a/domains/notaperson535.json b/domains/notaperson535.json index 00dd1d1d2..af68b5d16 100644 --- a/domains/notaperson535.json +++ b/domains/notaperson535.json @@ -6,6 +6,6 @@ "email": "notAperson939@gmail.com" }, "record": { - "CNAME": "notAperson535.github.io" + "CNAME": "notaperson535.github.io" } } diff --git a/domains/notaproton.json b/domains/notaproton.json new file mode 100644 index 000000000..a7763e212 --- /dev/null +++ b/domains/notaproton.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "NotAProton", + "discord": "881083592648843294", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ljVmbkSps_q105bpImCtqo4lcTC3vXwfeKumQRVxp8bEoL2YAJOK_L1-ZJS3xoqwYz4dGhXRgfMwbXxt5DywBdnkWksIaVeslM0kAmjfqFGzT6j7YuFHHn0lCrtJACVCqfnkM6m-K8JVO71W66hnpyHqUep-pk-PEi7ySj7NibAjqMNf2UJiawXTTVLk3ynTUkwF4TJPwm4SdUJ6u9-YoFOh2aLOc716UINMAyRtnhB_LrfOYbl2a0OEnQGNdyEMqs1gjzmtn1wq_MZp6rI0HsRGV8PXuUh4GeEdptRCk2WIs2Rgg8vK1ECQ_DbbFCH0f1qxZAEngq-kTmByoICfhg.vi-XIRIxV8vkUwHBfoDxvQ._nY8vknWdQ_aGvm7_e2oh64O8IePxVzUV-Cxc20Y8HIG1ZihZ1_ae_BeL5b6OxJ9Ku0vnvwzitskb1y58Ja6krv4v-OVUft6kdUUYkyhB5Hai7HIRDbtiT9FD5EFXd3F.uS_CcluynSxFeTDrJosDrw" + }, + + "record": { + "CNAME": "notaproton.github.io" + } + } + \ No newline at end of file diff --git a/domains/notcoded.json b/domains/notcoded.json index 48b8ff214..de3fc586b 100644 --- a/domains/notcoded.json +++ b/domains/notcoded.json @@ -3,8 +3,7 @@ "repo": "https://github.com/not-coded/not-coded.github.io", "owner": { "username": "not-coded", - "email": "", - "discord": "Code#9844", + "discord": "notcoded", "discordUserID": "620662953347121163" }, "record": { diff --git a/domains/nothazz.json b/domains/nothazz.json index 4ed62c874..c5193bd3b 100644 --- a/domains/nothazz.json +++ b/domains/nothazz.json @@ -1,11 +1,11 @@ { - "description": "My personal site", - "repo": "https://github.com/nothazz/nothazz.github.io", - "owner": { - "username": "nothazz", - "email": "hazz73963@gmail.com" - }, - "record": { - "CNAME": "nothazz.github.io" - } -} + "description": "My personal site", + "repo": "https://github.com/nothazz/nothazz.github.io", + "owner": { + "username": "nothazz", + "email": "hazz73963@gmail.com" + }, + "record": { + "CNAME": "nothazz.github.io" + } +} diff --git a/domains/notjadeja.json b/domains/notjadeja.json index 02f4dce9b..d0ece2eb1 100644 --- a/domains/notjadeja.json +++ b/domains/notjadeja.json @@ -10,10 +10,7 @@ "185.199.111.153", "185.199.109.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/notjunar.json b/domains/notjunar.json new file mode 100644 index 000000000..10803726b --- /dev/null +++ b/domains/notjunar.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NotJunar", + "discord": "notjunar" + }, + "record": { + "CNAME": "notjunar.github.io" + } +} diff --git a/domains/notreallyprince.json b/domains/notreallyprince.json new file mode 100644 index 000000000..92d751ca7 --- /dev/null +++ b/domains/notreallyprince.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "notreallyprince", + "email": "prince30112001@gmail.com" + }, + "record": { + "CNAME": "notreallyprince.github.io" + } +} diff --git a/domains/notzer0two.json b/domains/notzer0two.json new file mode 100644 index 000000000..13d45fb45 --- /dev/null +++ b/domains/notzer0two.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NotZer0Two", + "email": "lyonfan2010@gmail.com" + }, + "record": { + "CNAME": "notzer0two.vercel.app" + } +} diff --git a/domains/nova.json b/domains/nova.json index 6dfa7862f..4d94af0ef 100644 --- a/domains/nova.json +++ b/domains/nova.json @@ -3,9 +3,9 @@ "owner": { "username": "LunarN0v4", "email": "nova@zeusteam.dev", - "discord": "novad3v" + "discord": "7un4r" }, "record": { - "CNAME": "zeusteam.dev" + "A": ["130.51.94.101"] } } diff --git a/domains/nparashar150.json b/domains/nparashar150.json new file mode 100644 index 000000000..634f1fa7e --- /dev/null +++ b/domains/nparashar150.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nparashar150", + "email": "nparashar150@gmail.com" + }, + "record": { + "CNAME": "portfolio-beta-ecru-19.vercel.app" + } +} diff --git a/domains/nsh.json b/domains/nsh.json index 6a57bfd2f..ba9686d4e 100644 --- a/domains/nsh.json +++ b/domains/nsh.json @@ -6,10 +6,7 @@ }, "description": "mail domain", "record": { - "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/ntfy.stefdp.json b/domains/ntfy.stefdp.json deleted file mode 100644 index 9f2b1dbbb..000000000 --- a/domains/ntfy.stefdp.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "email": "", - "discord": "694986201739952229", - "github_id": 81536172, - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" - }, - "record": { - "CNAME": "proxy.stefdp.is-a.dev" - } -} diff --git a/domains/nthn.json b/domains/nthn.json index 622f63a89..dca567fa2 100644 --- a/domains/nthn.json +++ b/domains/nthn.json @@ -1,6 +1,5 @@ { "description": "Storage Untuk Mengupload Semua Filemu", - "repo": "https://github.com/ZeroChanBot", "owner": { "username": "Nathan", "email": "contact@webraku.xyz" diff --git a/domains/ntrs05.json b/domains/ntrs05.json new file mode 100644 index 000000000..dd0ff0e8a --- /dev/null +++ b/domains/ntrs05.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ntrs05", + "email": "tukheo123@gmail.com" + }, + "record": { + "CNAME": "ntrs05.github.io" + } +} diff --git a/domains/nuggew.json b/domains/nuggew.json new file mode 100644 index 000000000..917fd7f2a --- /dev/null +++ b/domains/nuggew.json @@ -0,0 +1,10 @@ +{ + "description": "nuggew's fortress (portfolio)", + "owner": { + "username": "Nuggew", + "email": "contato.guilherme.silva.araujo@gmail.com" + }, + "record": { + "CNAME": "nuggew.github.io" + } +} diff --git a/domains/nulitas.json b/domains/nulitas.json index 45657366b..90cde575e 100644 --- a/domains/nulitas.json +++ b/domains/nulitas.json @@ -2,9 +2,8 @@ "owner": { "username": "nulitas", "email": "ndrakita@gmail.com", - "discord": "@nulitas" + "discord": "nulitas" }, - "record": { "CNAME": "nulitas.github.io" } diff --git a/domains/nullaustin.json b/domains/nullaustin.json new file mode 100644 index 000000000..28b84aa3f --- /dev/null +++ b/domains/nullaustin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Null-Austin", + "email": "admoore1310@gmail.com" + }, + "record": { + "CNAME": "null-austin.github.io" + } +} diff --git a/domains/nunya-9018.json b/domains/nunya-9018.json index e6210cd5c..f6af3da05 100644 --- a/domains/nunya-9018.json +++ b/domains/nunya-9018.json @@ -3,7 +3,6 @@ "username": "Nunya-9018", "email": "007youdontknowme@gmail.com" }, - "record": { "CNAME": "nunya-9018.up.railway.app" } diff --git a/domains/nuraly.json b/domains/nuraly.json new file mode 100644 index 000000000..1dded7be9 --- /dev/null +++ b/domains/nuraly.json @@ -0,0 +1,10 @@ +{ + "description": "Domain for the portfolio website", + "owner": { + "username": "nuraly-v", + "email": "mescorpx@gmail.com" + }, + "record": { + "CNAME": "nuraly-v.github.io" + } +} diff --git a/domains/nvhai272.json b/domains/nvhai272.json new file mode 100644 index 000000000..ff4640aed --- /dev/null +++ b/domains/nvhai272.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "nvhai272" + }, + "record": { + "CNAME": "nvhai272.github.io" + } +} diff --git a/domains/nvhmadridista.json b/domains/nvhmadridista.json new file mode 100644 index 000000000..e4b352ee5 --- /dev/null +++ b/domains/nvhmadridista.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nvhmadridista", + "email": "nvh.madridista@email.address" + }, + "record": { + "CNAME": "nvhmadridista.github.io" + } +} diff --git a/domains/nvme0n1p.json b/domains/nvme0n1p.json index b1101c134..8c3be4d2e 100644 --- a/domains/nvme0n1p.json +++ b/domains/nvme0n1p.json @@ -3,7 +3,6 @@ "username": "lbr77", "email": "me@nvme0n1p.dev" }, - "record": { "CNAME": "homepagen.pages.dev" } diff --git a/domains/nvrxstdwrth.json b/domains/nvrxstdwrth.json index fc107f74b..741e34961 100644 --- a/domains/nvrxstdwrth.json +++ b/domains/nvrxstdwrth.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "HIlight3R", - "email": "", - "discord": "632272741000544259", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.WwWL6rfhXZA0dVr8hvLSkevzpSY1ETrC-HjSa2C7RLxujUUwlyIwjhugowOuLMIGn2j_nJLy0vmFf-NrekykpLpsJdbQ5KeeW-YnnGL5Oj9waXYeBqofQ9HMGNERSmMdZig6gkRXcGu_mSbkqByt6Hye4StQ_5OzUOw5-IRnhZEWZmdW92rsiHbPb1FxQZ_0JzO3pusOwpIm3du9SbOLOS8EYp5wCjxJJQWIhQVbbf2zz38-kklX5XkL9aIJgyMVXdPUN0OwWG3zkVuAsofQamwsT9PM3cmNcij4v4VDRy23hkViQuBSkExUW5-GANGHsgmvULxc2XLt-34FPPpcGQ.o_hc0F4i2CbgXEizGhwbfA.Gq3lOGxqc_cmX5sQ_Qh1iZ_GXeuSPmnjhGimjVn5gjQXMBVcgn7EFWtEmNjMgvZ84GXfUTVdSjGSI1YIZf0eY6rizgkVojxDgrop0SSoAdvtHjcTxS-tlO9oUQxH5fa9.T5TSx4g4kGrd6g8KwX_T-g" - }, - - "record": { - "A": ["65.21.61.55"] - } - } - \ No newline at end of file + "owner": { + "username": "HIlight3R", + "discord": "632272741000544259", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.WwWL6rfhXZA0dVr8hvLSkevzpSY1ETrC-HjSa2C7RLxujUUwlyIwjhugowOuLMIGn2j_nJLy0vmFf-NrekykpLpsJdbQ5KeeW-YnnGL5Oj9waXYeBqofQ9HMGNERSmMdZig6gkRXcGu_mSbkqByt6Hye4StQ_5OzUOw5-IRnhZEWZmdW92rsiHbPb1FxQZ_0JzO3pusOwpIm3du9SbOLOS8EYp5wCjxJJQWIhQVbbf2zz38-kklX5XkL9aIJgyMVXdPUN0OwWG3zkVuAsofQamwsT9PM3cmNcij4v4VDRy23hkViQuBSkExUW5-GANGHsgmvULxc2XLt-34FPPpcGQ.o_hc0F4i2CbgXEizGhwbfA.Gq3lOGxqc_cmX5sQ_Qh1iZ_GXeuSPmnjhGimjVn5gjQXMBVcgn7EFWtEmNjMgvZ84GXfUTVdSjGSI1YIZf0eY6rizgkVojxDgrop0SSoAdvtHjcTxS-tlO9oUQxH5fa9.T5TSx4g4kGrd6g8KwX_T-g" + }, + "record": { + "A": ["65.21.61.55"] + } +} diff --git a/domains/nx.json b/domains/nx.json index 32399d810..086a880c5 100644 --- a/domains/nx.json +++ b/domains/nx.json @@ -4,6 +4,6 @@ "email": "jadfoq@getgoogleoff.me" }, "record": { - "URL": "https://nx.obl.ong" + "CNAME": "spo-o0x5.onrender.com" } } diff --git a/domains/nxmtuan.json b/domains/nxmtuan.json new file mode 100644 index 000000000..70a8e9007 --- /dev/null +++ b/domains/nxmtuan.json @@ -0,0 +1,11 @@ +{ + "description": "nxmt-profile.dev", + "owner": { + "username": "tuannguyen2002", + "email": "coixaygio107@gmail.com", + "discord": "nightfury06749" + }, + "record": { + "CNAME": "profile-sigma-wine.vercel.app" + } +} diff --git a/domains/nxrmqlly.json b/domains/nxrmqlly.json index 403ae35f2..0702db19d 100644 --- a/domains/nxrmqlly.json +++ b/domains/nxrmqlly.json @@ -3,8 +3,7 @@ "repo": "https://github.com/nxrmqlly/nxrmqlly.github.io", "owner": { "username": "nxrmqlly", - "email": "ritam.das3110@outlook.com", - "twitter": "" + "email": "ritam.das3110@outlook.com" }, "record": { "CNAME": "nxrmqlly.github.io" diff --git a/domains/nyan.json b/domains/nyan.json index 8a583bfaa..d734ce853 100644 --- a/domains/nyan.json +++ b/domains/nyan.json @@ -1,7 +1,6 @@ { "owner": { "username": "aeongdesu", - "email": "", "revolt": "Nyan", "discord": "Bread#2635", "note": "discord id: 548821619661864962" diff --git a/domains/nyanbrowser.json b/domains/nyanbrowser.json new file mode 100644 index 000000000..7feba489a --- /dev/null +++ b/domains/nyanbrowser.json @@ -0,0 +1,11 @@ +{ + "description": "Website to download nyanbrowser", + "repo": "https://github.com/nyanbrowser/nyanbrowser.github.io", + "owner": { + "username": "hoppygamer", + "email": "hoppyloser11@gmail.com" + }, + "record": { + "CNAME": "nyanbrowser.github.io" + } +} diff --git a/domains/nyda.json b/domains/nyda.json index 34cf412fe..eb19dd5dc 100644 --- a/domains/nyda.json +++ b/domains/nyda.json @@ -3,7 +3,6 @@ "username": "Nydauron", "email": "jarethgomes@gmail.com" }, - "record": { "CNAME": "jarethgomes.com" } diff --git a/domains/nyel.json b/domains/nyel.json index 25bbf1c4b..ef4c3badd 100644 --- a/domains/nyel.json +++ b/domains/nyel.json @@ -3,7 +3,6 @@ "username": "nyelnizy", "email": "yhiamdan@gmail.com" }, - "record": { "CNAME": "nyelnizy.github.io" } diff --git a/domains/nyexoi.json b/domains/nyexoi.json new file mode 100644 index 000000000..b21698a73 --- /dev/null +++ b/domains/nyexoi.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "nyex0i", + "discord": "1212192971164754033", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.nRgrN599r8xvQuvmS0Z9rYahQfr4DHRpFuqCcx0hA7lqvxyfU2bINENKxB9qHUKVLcxxJsVxJhTu9bHMg_lI7CKxDOHfil06iy4biCCDnUCKub8ju3d4YkZoVCBWM5uSHu1BqBjlWD_xKu6jHpV6SwbHbwLpWXSdH-P_KGTgHbaj5NCptvX0s4DdyVZDV5oBqz6VAmqAl0HoSFFnuANz8lfgE9z_yIxK0Rj4u4ce9et9Qkd1QGltI6er9tU2U9LH5X0J7qkA9Cl9sXyO8VwPm70qQfLx-aZ0MZPcHvPNxMiiJ5DxOuvYZS1HQ494nA5ghWQk8WFjvHSiRMaEh5aWBQ.SmcC2sB5sRSC4T9sNkidRw.0Y8OEmwmNVpmr34As2NwAlt-FhlBVOUuYyS8SXHLAh3Q4aYJv55WdwEVNd4u9JWSEwBxYLdajkKFimVzPunQQQqNvfbKGhp3rBdgels_dJU.irZbgI_gDpGkNpagO9e-Nw" + }, + "record": { + "CNAME": "siteisw.tiiny.site" + } +} diff --git a/domains/nyx.json b/domains/nyx.json index fa64313aa..37ee7f990 100644 --- a/domains/nyx.json +++ b/domains/nyx.json @@ -1,11 +1,11 @@ { - "description": "Blog for my personal thoughts and projects", - "repo": "https://github.com/devnyxie/devnyxie.github.io", - "owner": { - "username": "devnyxie", - "email": "timbusinez@gmail.com" - }, - "record": { - "CNAME": "devnyxie.github.io" - } - } \ No newline at end of file + "description": "Blog for my personal thoughts and projects", + "repo": "https://github.com/devnyxie/devnyxie.github.io", + "owner": { + "username": "devnyxie", + "email": "timbusinez@gmail.com" + }, + "record": { + "CNAME": "devnyxie.github.io" + } +} diff --git a/domains/o.json b/domains/o.json index b08792abe..b42ec9a6b 100644 --- a/domains/o.json +++ b/domains/o.json @@ -1,13 +1,9 @@ { "owner": { "username": "omsenjalia", - "email": "om@maintainers.is-a.dev" + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.RROLuTVz1Yiu7gYQ78NhdEWblxDBcdAtgXSrSKBX4s-6C15Gbg1gvdalVJRUFfhvt7FQ1HEtB7Wwz0Rdn1Jxk7Eqxp2s116sCmWwviCoh8RfWUEkWt9k4csRDjBtnwijFrfSv5gjf67gAe1dyoryQjg1ZFf9dlmwmaQtiJNKVkjlBsNAYNph9-CsYK8a0-TI-GVXung0rFjd-222TQij66CYBd7qitAvTPEypCBarB2SyBrN30wLTS9NjB-bSpmJZwcZO8CQ2obcYdMfVQ0nZgXBJhkbwjtGWfWTS-3AnCeLF48mT-9DCsVoraLb6DLoJoPB-9g4dim-tSZwC5pQ.OsIglUJ8OXge3R5CTVoEEw.YS-YtdmeJZKK1TEkERBJlH9RKdKcMynvcB5PrUsKXY4FJhgfrPoqF_JOAXO4tyYqwJzWnNM0hfd4WxqLi3KmjXToHxRAzdiFu1f4iiBfX68ABHoycHXkose4AHWe54a8.UazMc8kLEVvxHs2YN0DC3Q" }, "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "NS": ["raina.ns.cloudflare.com", "sergi.ns.cloudflare.com"] } } diff --git a/domains/oalonzo.json b/domains/oalonzo.json new file mode 100644 index 000000000..70e38da42 --- /dev/null +++ b/domains/oalonzo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "valitogt", + "email": "oswalonzo@hotmail.com" + }, + "record": { + "CNAME": "Valitogt79.github.io" + } +} diff --git a/domains/obedev.json b/domains/obedev.json new file mode 100644 index 000000000..c89d67365 --- /dev/null +++ b/domains/obedev.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Obed0101", + "email": "obedev.dev@gmail.com", + "discord": "1149424852986511441" + }, + "record": { + "CNAME": "obedev.onrender.com" + } +} diff --git a/domains/objectrecognisation.syntaxloopers.json b/domains/objectrecognisation.syntaxloopers.json deleted file mode 100644 index 1ac66d3d8..000000000 --- a/domains/objectrecognisation.syntaxloopers.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "chiragnahata", - "email": "chiragnahata05@gmail.com" - }, - - "record": { - "A": ["129.213.151.29"] - } -} diff --git a/domains/objshadow.json b/domains/objshadow.json new file mode 100644 index 000000000..15fa06e0f --- /dev/null +++ b/domains/objshadow.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ShadowObj", + "email": "shadowobject@protonmail.com" + }, + "record": { + "CNAME": "objshadow.pages.dev" + } +} diff --git a/domains/oc.json b/domains/oc.json index da3053a49..4e82f95b6 100644 --- a/domains/oc.json +++ b/domains/oc.json @@ -1,10 +1,9 @@ { "owner": { - "username": "orxngc", - "discord": "orangc", - "email": "orangc@proton.me" + "username": "orangci", + "discord": "orangc" }, "record": { - "CNAME": "edge.redirect.pizza" + "URL": "https://orangc.net" } } diff --git a/domains/ocean.json b/domains/ocean.json index 33961cd2b..5dcfb7ed1 100644 --- a/domains/ocean.json +++ b/domains/ocean.json @@ -1,7 +1,6 @@ { "owner": { "username": "OceanTechnic", - "email": "", "twitter": "UnderWater_DEV" }, "record": { diff --git a/domains/odi.json b/domains/odi.json deleted file mode 100644 index 127a862ef..000000000 --- a/domains/odi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "is-a.dev subdomain for my portfolio", - "repo": "https://github.com/vauth/hueco", - "owner": { - "username": "vauth", - "email": "ivuxey@gmail.com" - }, - "record": { - "CNAME": "vauth.github.io" - } -} diff --git a/domains/ohdy.json b/domains/ohdy.json index a837e86bd..52e6b9bdd 100644 --- a/domains/ohdy.json +++ b/domains/ohdy.json @@ -4,14 +4,6 @@ "email": "ohdy518@gmail.com" }, "record": { - "A": [ - "172.66.47.126", - "172.66.44.130" - ], - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], - "TXT": "forward-email=ohdy518@gmail.com" + "CNAME": "ohdy518.pages.dev" } } diff --git a/domains/ohqte.json b/domains/ohqte.json index 6f9cd7441..6c500a2d5 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/ok.json b/domains/ok.json new file mode 100644 index 000000000..1efdd2419 --- /dev/null +++ b/domains/ok.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "catch6", + "email": "catchlife6@163.com" + }, + "record": { + "CNAME": "catch6.github.io" + } +} diff --git a/domains/okan12300.json b/domains/okan12300.json index 9b671930a..39736548c 100644 --- a/domains/okan12300.json +++ b/domains/okan12300.json @@ -1,12 +1,12 @@ { - "description": "Just trying to be a Software Developer", - "repo": "https://github.com/okan12300/okan12300.github.io", - "owner": { - "username": "okan12300", - "email": "okanakd89@outlook.com", - "twitter": "okanakd12" - }, - "record": { - "CNAME": "okan12300.github.io" - } -} + "description": "Just trying to be a Software Developer", + "repo": "https://github.com/okan12300/okan12300.github.io", + "owner": { + "username": "okan12300", + "email": "okanakd89@outlook.com", + "twitter": "okanakd12" + }, + "record": { + "CNAME": "okan12300.github.io" + } +} diff --git a/domains/okinea.json b/domains/okinea.json index 5b83bc6b2..32605b493 100644 --- a/domains/okinea.json +++ b/domains/okinea.json @@ -1,16 +1,12 @@ { "description": "Okinea Dev website", - "repo": "https://github.com/okineadev", "owner": { "username": "okineadev", - "email": "81070564+okineadev@users.noreply.github.com" + "telegram": "https://telegram.okinea.dev", + "email": "hi@okinea.dev", + "discord": "okineadev" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] + "URL": "https://okinea.dev" } } diff --git a/domains/okyanusoz.json b/domains/okyanusoz.json index 0597038d6..3c9313c22 100644 --- a/domains/okyanusoz.json +++ b/domains/okyanusoz.json @@ -1,7 +1,6 @@ { "owner": { "username": "okyanusoz", - "email": "", "github": "okyanusoz" }, "record": { diff --git a/domains/olasubomi.json b/domains/olasubomi.json new file mode 100644 index 000000000..d1afa00b1 --- /dev/null +++ b/domains/olasubomi.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "firstaxel", + "email": "olasubomiolubisi@geeg.space", + "discord": "1209136236607049758" + }, + "record": { + "CNAME": "twinkle-portfolio-wine.vercel.app" + } +} diff --git a/domains/oleg.json b/domains/oleg.json index f562d3775..07a48418e 100644 --- a/domains/oleg.json +++ b/domains/oleg.json @@ -3,7 +3,6 @@ "username": "olegrumiancev", "email": "oleg.rumiancev@gmail.com" }, - "record": { "URL": "https://olegrumiancev.github.io" } diff --git a/domains/oliver.json b/domains/oliver.json new file mode 100644 index 000000000..0f16d3134 --- /dev/null +++ b/domains/oliver.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "oli-ward", + "email": "oliver.ward94@gmail.com" + }, + "record": { + "CNAME": "is-a-dev-zc9.pages.dev" + } +} diff --git a/domains/om.json b/domains/om.json index 9eef67dec..b42ec9a6b 100644 --- a/domains/om.json +++ b/domains/om.json @@ -1,11 +1,9 @@ { "owner": { "username": "omsenjalia", - "email": "", - "OWL":"eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.RROLuTVz1Yiu7gYQ78NhdEWblxDBcdAtgXSrSKBX4s-6C15Gbg1gvdalVJRUFfhvt7FQ1HEtB7Wwz0Rdn1Jxk7Eqxp2s116sCmWwviCoh8RfWUEkWt9k4csRDjBtnwijFrfSv5gjf67gAe1dyoryQjg1ZFf9dlmwmaQtiJNKVkjlBsNAYNph9-CsYK8a0-TI-GVXung0rFjd-222TQij66CYBd7qitAvTPEypCBarB2SyBrN30wLTS9NjB-bSpmJZwcZO8CQ2obcYdMfVQ0nZgXBJhkbwjtGWfWTS-3AnCeLF48mT-9DCsVoraLb6DLoJoPB-9g4dim-tSZwC5pQ.OsIglUJ8OXge3R5CTVoEEw.YS-YtdmeJZKK1TEkERBJlH9RKdKcMynvcB5PrUsKXY4FJhgfrPoqF_JOAXO4tyYqwJzWnNM0hfd4WxqLi3KmjXToHxRAzdiFu1f4iiBfX68ABHoycHXkose4AHWe54a8.UazMc8kLEVvxHs2YN0DC3Q" + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.RROLuTVz1Yiu7gYQ78NhdEWblxDBcdAtgXSrSKBX4s-6C15Gbg1gvdalVJRUFfhvt7FQ1HEtB7Wwz0Rdn1Jxk7Eqxp2s116sCmWwviCoh8RfWUEkWt9k4csRDjBtnwijFrfSv5gjf67gAe1dyoryQjg1ZFf9dlmwmaQtiJNKVkjlBsNAYNph9-CsYK8a0-TI-GVXung0rFjd-222TQij66CYBd7qitAvTPEypCBarB2SyBrN30wLTS9NjB-bSpmJZwcZO8CQ2obcYdMfVQ0nZgXBJhkbwjtGWfWTS-3AnCeLF48mT-9DCsVoraLb6DLoJoPB-9g4dim-tSZwC5pQ.OsIglUJ8OXge3R5CTVoEEw.YS-YtdmeJZKK1TEkERBJlH9RKdKcMynvcB5PrUsKXY4FJhgfrPoqF_JOAXO4tyYqwJzWnNM0hfd4WxqLi3KmjXToHxRAzdiFu1f4iiBfX68ABHoycHXkose4AHWe54a8.UazMc8kLEVvxHs2YN0DC3Q" }, "record": { - "MX": ["mx.zoho.in", "mx2.zoho.in", "mx3.zoho.in"], - "TXT": "v=spf1 include:zoho.in ~all" + "NS": ["raina.ns.cloudflare.com", "sergi.ns.cloudflare.com"] } } diff --git a/domains/omaradel.json b/domains/omaradel.json new file mode 100644 index 000000000..0b634aaba --- /dev/null +++ b/domains/omaradel.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "0xOmarAdel", + "email": "omaradelawad20013@gmail.com" + }, + "record": { + "CNAME": "omar-adel.netlify.app" + } +} diff --git a/domains/omardotdev.json b/domains/omardotdev.json new file mode 100644 index 000000000..7628e8e62 --- /dev/null +++ b/domains/omardotdev.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "omardotdev", + "email": "om749843@tutanota.de", + "discord": "1135918173959491595" + }, + "record": { + "CNAME": "omardotdev.pages.dev" + } +} diff --git a/domains/omesh.json b/domains/omesh.json new file mode 100644 index 000000000..4bd26f1cb --- /dev/null +++ b/domains/omesh.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "omesh7" + }, + "record": { + "CNAME": "omesh7.github.io" + } +} diff --git a/domains/omi.json b/domains/omi.json new file mode 100644 index 000000000..e9f3641b3 --- /dev/null +++ b/domains/omi.json @@ -0,0 +1,9 @@ +{ + "description": "Omi Personal Webpage", + "owner": { + "username": "omi-the-sorcerer" + }, + "record": { + "CNAME": "omi.cat" + } +} diff --git a/domains/omkar.json b/domains/omkar.json new file mode 100644 index 000000000..8a8fd377a --- /dev/null +++ b/domains/omkar.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "omkarkirpan", + "email": "okirpan@gmail.com" + }, + "repo": "https://github.com/omkarkirpan", + "record": { + "CNAME": "omkarkirpan.com" + } + } + \ No newline at end of file diff --git a/domains/omkartenkale.json b/domains/omkartenkale.json new file mode 100644 index 000000000..894613d27 --- /dev/null +++ b/domains/omkartenkale.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "omkar-tenkale", + "email": "otenkale@gmail.com" + }, + "record": { + "CNAME": "omkar-tenkale.github.io" + } +} diff --git a/domains/omshahane.json b/domains/omshahane.json index 5cc6814bb..ab7792842 100644 --- a/domains/omshahane.json +++ b/domains/omshahane.json @@ -1,6 +1,4 @@ { - "description": "Om Shahanee' personal developer website", - "repo": "https://github.com/shahane806/shahane806.github.io", "owner": { "username": "shahane806", "email": "om.p.shahane@gmail.com" diff --git a/domains/one.json b/domains/one.json index f9fae92aa..1aab8cf16 100644 --- a/domains/one.json +++ b/domains/one.json @@ -4,7 +4,6 @@ "email": "vibred@pm.me", "discord": "1169947990551699568" }, - "record": { "CNAME": "t-rex-runner.pages.dev" } diff --git a/domains/oneclick-macos-simple-kvm.notaperson535.json b/domains/oneclick-macos-simple-kvm.notaperson535.json index 2135c3dd1..d963cbb33 100644 --- a/domains/oneclick-macos-simple-kvm.notaperson535.json +++ b/domains/oneclick-macos-simple-kvm.notaperson535.json @@ -6,6 +6,6 @@ "email": "notAperson939@gmail.com" }, "record": { - "CNAME": "notAperson535.github.io" + "CNAME": "notaperson535.github.io" } } diff --git a/domains/onion.json b/domains/onion.json index 18af26572..6eefb1e00 100644 --- a/domains/onion.json +++ b/domains/onion.json @@ -1,15 +1,11 @@ { "owner": { "username": "OnionDev1885", - "email": "", "discord": "OnionDev#1885" }, "record": { "URL": "https://trgop.gq", - "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/oniondev.json b/domains/oniondev.json index 0309de764..bc141a889 100644 --- a/domains/oniondev.json +++ b/domains/oniondev.json @@ -1,14 +1,10 @@ { "owner": { "username": "OnionDev1885", - "email": "", "discord": "OnionDev#1885" }, "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all", "URL": "https://trgop.gq" } diff --git a/domains/onkarsathe.json b/domains/onkarsathe.json new file mode 100644 index 000000000..d683a379c --- /dev/null +++ b/domains/onkarsathe.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Website", + "repo": "https://github.com/Onkarsathe007/portfolio", + "owner": { + "username": "Onkarsathe007", + "email": "onkarsathe96k@gmail.com" + }, + "record": { + "CNAME": "onkarsathe007.github.io" + } +} diff --git a/domains/onlive.json b/domains/onlive.json index 6c3c7dd8f..008f34d06 100644 --- a/domains/onlive.json +++ b/domains/onlive.json @@ -1,7 +1,6 @@ { "owner": { "username": "onlive1337", - "email": "", "discord": "onlive" }, "record": { diff --git a/domains/onthepixel.json b/domains/onthepixel.json index f958265f9..cb8a6792a 100644 --- a/domains/onthepixel.json +++ b/domains/onthepixel.json @@ -1,11 +1,11 @@ { - "description": "OnThePixel.net Dont play allown", - "repo": "https://github.com/TinyBrickBoy/register/", - "owner": { - "username": "TinyBrickBoy", - "email": "leo@scherr.xyz" - }, - "record": { - "CNAME": "play.onthepixel.net" - } + "description": "OnThePixel.net Dont play allown", + "repo": "https://github.com/TinyBrickBoy/register/", + "owner": { + "username": "TinyBrickBoy", + "email": "leo@scherr.xyz" + }, + "record": { + "CNAME": "play.onthepixel.net" + } } diff --git a/domains/onvy.json b/domains/onvy.json index 42e0a84bf..5ca200119 100644 --- a/domains/onvy.json +++ b/domains/onvy.json @@ -4,10 +4,7 @@ "email": "eiobc3a0@gmail.com" }, "record": { - "MX": [ - "mx1.improvmx.com", - "mx1.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/oopshnik.json b/domains/oopshnik.json index b05372371..d42f7b33f 100644 --- a/domains/oopshnik.json +++ b/domains/oopshnik.json @@ -1,13 +1,11 @@ { - "description": "Personal website for me", - "repo": "https://github.com/oopshnik/oopshnik.github.io", - "owner": { - "username": "oopshnik", - "email": "", - "discord": "1186159079178108982" - }, - "record": { - "CNAME": "oopshnik.github.io" - } - -} \ No newline at end of file + "description": "Personal website for me", + "repo": "https://github.com/oopshnik/oopshnik.github.io", + "owner": { + "username": "oopshnik", + "discord": "1186159079178108982" + }, + "record": { + "CNAME": "oopshnik.github.io" + } +} diff --git a/domains/openmalus.json b/domains/openmalus.json index 17080a9e7..2c9409b2f 100644 --- a/domains/openmalus.json +++ b/domains/openmalus.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "openmalus", - "email": "openmalus@proton.me" - }, - "record": { - "A": ["47.99.50.139"] - } -} \ No newline at end of file + "owner": { + "username": "openmalus", + "email": "openmalus@proton.me" + }, + "record": { + "A": ["47.99.50.139"] + } +} diff --git a/domains/opott.json b/domains/opott.json index 13d088030..c7d07fdd6 100644 --- a/domains/opott.json +++ b/domains/opott.json @@ -5,10 +5,7 @@ }, "record": { "URL": "https://opott.github.io", - "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/optidium.json b/domains/optidium.json index 40b3cea5d..2a3cfa767 100644 --- a/domains/optidium.json +++ b/domains/optidium.json @@ -6,6 +6,6 @@ "email": "ka237133@gmail.com" }, "record": { - "CNAME": "XMODERLIVE.github.io" + "CNAME": "xmoderlive.github.io" } } diff --git a/domains/orangc.json b/domains/orangc.json index da3053a49..bad8300d4 100644 --- a/domains/orangc.json +++ b/domains/orangc.json @@ -1,10 +1,9 @@ { "owner": { - "username": "orxngc", - "discord": "orangc", - "email": "orangc@proton.me" + "username": "orangci", + "discord": "orangc" }, "record": { - "CNAME": "edge.redirect.pizza" + "NS": ["nucum.ns.cloudflare.com", "tate.ns.cloudflare.com"] } } diff --git a/domains/orange.json b/domains/orange.json index da3053a49..4e82f95b6 100644 --- a/domains/orange.json +++ b/domains/orange.json @@ -1,10 +1,9 @@ { "owner": { - "username": "orxngc", - "discord": "orangc", - "email": "orangc@proton.me" + "username": "orangci", + "discord": "orangc" }, "record": { - "CNAME": "edge.redirect.pizza" + "URL": "https://orangc.net" } } diff --git a/domains/orangethewell.json b/domains/orangethewell.json index 64308a242..721e6bcbe 100644 --- a/domains/orangethewell.json +++ b/domains/orangethewell.json @@ -3,7 +3,6 @@ "username": "orangethewell", "email": "orangethewell@gmail.com" }, - "record": { "A": ["85.31.231.4"] } diff --git a/domains/orcapet.json b/domains/orcapet.json index 6781ed885..f6811d88c 100644 --- a/domains/orcapet.json +++ b/domains/orcapet.json @@ -1,13 +1,12 @@ { - "description": "Orca Pet's site", - "repo": "https://github.com/orca-pet3910/orca-pet3910.github.io", - "owner": { - "username": "orca-pet3910", - "email": "user0thenyancat@proton.me", - "discord": "1085633540139532329" - }, - - "record": { - "CNAME": "orca-pet3910.github.io" - } + "description": "Orca Pet's site", + "repo": "https://github.com/orca-pet3910/orca-pet3910.github.io", + "owner": { + "username": "orca-pet3910", + "email": "user0thenyancat@proton.me", + "discord": "1085633540139532329" + }, + "record": { + "CNAME": "orca-pet3910.github.io" + } } diff --git a/domains/ordernest.json b/domains/ordernest.json new file mode 100644 index 000000000..da4df6853 --- /dev/null +++ b/domains/ordernest.json @@ -0,0 +1,10 @@ +{ + "description": "Website in development for a non-profit organization", + "owner": { + "username": "gills", + "email": "gigi37300@gmail.com" + }, + "record": { + "CNAME": "ordernest.qevi7356.odns.fr" + } +} diff --git a/domains/orellanamatias.json b/domains/orellanamatias.json new file mode 100644 index 000000000..b02f95c3b --- /dev/null +++ b/domains/orellanamatias.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "OrellanaMatias", + "email": "meorellanaramirez@gmail.com", + "discord": "1151115185419997184" + }, + "record": { + "CNAME": "portafolio-orellana-workspace.vercel.app" + } +} diff --git a/domains/orestsaban.json b/domains/orestsaban.json index 18ae16395..1795837c2 100644 --- a/domains/orestsaban.json +++ b/domains/orestsaban.json @@ -11,9 +11,6 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ] + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] } } diff --git a/domains/os.json b/domains/os.json index e7ccbeee9..d700b9f2d 100644 --- a/domains/os.json +++ b/domains/os.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "heyturkiye204", - "email": "", - "discord": "718374283642011728", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.YJHWsoIpTsaRjylmi0-c_2BNyuXsWm4cCJRRcnHFOPJkGyeVjNY809QQTzVQQuSoCgynyAv9VMTr54ZVc3AsjChVJWHCOP-Yz9Ajwfpbg1r3rHDtw7srO0RJU3Vp5afUNW4BnLE9pnOHPx_vGXVRb7KvITlAxj8GSKGzPYgm0yG0X5Yv1ZUI7AQ4WKngNl46n-9b0F9cWyTAPGmjeQMC6epBIrWYQQsWWG8Yjtpzfmw_FUipIrmrqkYl1Qy-RFZxtXLR7mTdewioJTFz2aVWKs7EyS4L0ok43yoOnPu6hGk7NOIIOPfLQpa4U2cdJzcCoFiaBeoSQGpXsbX7-JW3tA.CX_ALvG4kKdcCx21vPhwKg.ghxIF1QlhqFsyzeHnNybQDXByjJuvlqxLKMBL-HziRlnqfAxRyfvwCYwqiGM8oUdgwlhMKQxVx_HIH7sRMCdcjkOz04f9bZrzQCxJQvxDkiw0ePfwZgdqIO6ph-k0zQNBBqf40tkL_fNb0nzEq84LQ.Xl_zhcLwxfih4J4_xUuiSA" - }, - - "record": { - "CNAME": "cdn-rsdv-hey.netlify.app" - } - } - \ No newline at end of file + "owner": { + "username": "heyturkiye204", + "discord": "718374283642011728", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.YJHWsoIpTsaRjylmi0-c_2BNyuXsWm4cCJRRcnHFOPJkGyeVjNY809QQTzVQQuSoCgynyAv9VMTr54ZVc3AsjChVJWHCOP-Yz9Ajwfpbg1r3rHDtw7srO0RJU3Vp5afUNW4BnLE9pnOHPx_vGXVRb7KvITlAxj8GSKGzPYgm0yG0X5Yv1ZUI7AQ4WKngNl46n-9b0F9cWyTAPGmjeQMC6epBIrWYQQsWWG8Yjtpzfmw_FUipIrmrqkYl1Qy-RFZxtXLR7mTdewioJTFz2aVWKs7EyS4L0ok43yoOnPu6hGk7NOIIOPfLQpa4U2cdJzcCoFiaBeoSQGpXsbX7-JW3tA.CX_ALvG4kKdcCx21vPhwKg.ghxIF1QlhqFsyzeHnNybQDXByjJuvlqxLKMBL-HziRlnqfAxRyfvwCYwqiGM8oUdgwlhMKQxVx_HIH7sRMCdcjkOz04f9bZrzQCxJQvxDkiw0ePfwZgdqIO6ph-k0zQNBBqf40tkL_fNb0nzEq84LQ.Xl_zhcLwxfih4J4_xUuiSA" + }, + "record": { + "CNAME": "cdn-rsdv-hey.netlify.app" + } +} diff --git a/domains/osama.json b/domains/osama.json new file mode 100644 index 000000000..b963d5b52 --- /dev/null +++ b/domains/osama.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AhmedOsamaMath", + "email": "ahmedosamamath@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/osho.json b/domains/osho.json new file mode 100644 index 000000000..825030894 --- /dev/null +++ b/domains/osho.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "profxadke", + "email": "xadkeg@duck.com" + }, + "record": { + "CNAME": "profxadke.github.io" + } +} diff --git a/domains/overshifted.json b/domains/overshifted.json index 9cb618047..c57395025 100644 --- a/domains/overshifted.json +++ b/domains/overshifted.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "OverShifted", - "email": "prowidgs@gmail.com" - }, - "record": { - "CNAME": "overshifted.github.io" - } + "owner": { + "username": "OverShifted", + "email": "prowidgs@gmail.com" + }, + "record": { + "CNAME": "overshifted.github.io" + } } diff --git a/domains/owais.json b/domains/owais.json new file mode 100644 index 000000000..ca1220e1d --- /dev/null +++ b/domains/owais.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio", + "repo": "https://github.com/Muhammad-Owais-Warsi/portfolio2.1", + "owner": { + "username": "Muhammad-Owais-Warsi", + "email": "warsimuhammadowais@gmail.com" + }, + "record": { + "A": ["216.24.57.1"] + } +} diff --git a/domains/oways.json b/domains/oways.json index f92b8c324..af59c0c12 100644 --- a/domains/oways.json +++ b/domains/oways.json @@ -1,11 +1,10 @@ { - "owner": { - "username": "owayys", - "email": "", - "discord": "247290252941590528", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.FflqC5vxx2tCbycFekRghumtS6tE1lpXYp9pVYDYBmgjkR4j7MqsQ4foZrVZpX2zGQb4q5j1-v5drvUyH0etOCQkWyoMKbd6a_McTXNk-bseqJigoLS5Hcy37-KcN8qg1hkiRs6telGDJuNUErYKS3WO091Dkr1o-o_AsXAM2T-XNTciE1RFexrHcd_LlTSmwWUsubgJ7CnBoBhTNGkI5-L2dL4Sl8lheY7mXNbkVgMgDCoyzE8oHrt_1U0GTXGu9WSaAxaIo-jU5STWfvgdlNElEpti3yhaWHBlSyTueiE183-qVIu5DGUq3OuNz234y2yOY2PS_HvxULLBibSSSA.giN0WBv3jgt9RtOek-GaMQ.98AT5bnunl4fl52ShWBfpwWhAxIhuLvaBK1g6riZm0rZt-d1rFOgRmzW20nX2DWmWRp8SEMFVg7-0M-dNRkdMvGPex_VIy8AHdW2_EmEwcA.TPlreyvul6OSkcaQeosRHw" - }, - "record": { - "CNAME": "owayys.github.io" - } + "owner": { + "username": "owayys", + "discord": "247290252941590528", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.FflqC5vxx2tCbycFekRghumtS6tE1lpXYp9pVYDYBmgjkR4j7MqsQ4foZrVZpX2zGQb4q5j1-v5drvUyH0etOCQkWyoMKbd6a_McTXNk-bseqJigoLS5Hcy37-KcN8qg1hkiRs6telGDJuNUErYKS3WO091Dkr1o-o_AsXAM2T-XNTciE1RFexrHcd_LlTSmwWUsubgJ7CnBoBhTNGkI5-L2dL4Sl8lheY7mXNbkVgMgDCoyzE8oHrt_1U0GTXGu9WSaAxaIo-jU5STWfvgdlNElEpti3yhaWHBlSyTueiE183-qVIu5DGUq3OuNz234y2yOY2PS_HvxULLBibSSSA.giN0WBv3jgt9RtOek-GaMQ.98AT5bnunl4fl52ShWBfpwWhAxIhuLvaBK1g6riZm0rZt-d1rFOgRmzW20nX2DWmWRp8SEMFVg7-0M-dNRkdMvGPex_VIy8AHdW2_EmEwcA.TPlreyvul6OSkcaQeosRHw" + }, + "record": { + "CNAME": "owayys.github.io" + } } diff --git a/domains/owens.json b/domains/owens.json new file mode 100644 index 000000000..0332c732d --- /dev/null +++ b/domains/owens.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "owenslopez211" + }, + "record": { + "CNAME": "owenslopez211.github.io" + } +} diff --git a/domains/owentech.json b/domains/owentech.json deleted file mode 100644 index c7ff567a7..000000000 --- a/domains/owentech.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Owen's website", - "owner": { - "username": "owentechv", - "email": "dowenx83@gmail.com" - }, - "record": { - "CNAME": "owentechv.github.io" - } -} diff --git a/domains/owl.json b/domains/owl.json index 8a953d3ef..c1ee8caa7 100644 --- a/domains/owl.json +++ b/domains/owl.json @@ -1,9 +1,10 @@ { "owner": { "username": "is-a-dev", - "email": "" + "email": "admin@is-a.dev" }, "record": { - "CNAME": "p2pb.dev" - } + "CNAME": "wdh.app" + }, + "proxied": true } diff --git a/domains/owo.json b/domains/owo.json index 479b92cb4..4e82f95b6 100644 --- a/domains/owo.json +++ b/domains/owo.json @@ -1,10 +1,9 @@ { "owner": { - "username": "orxngc", - "discord": "orangc", - "email": "orangc@proton.me" + "username": "orangci", + "discord": "orangc" }, "record": { - "A": ["18.133.72.105"] + "URL": "https://orangc.net" } } diff --git a/domains/oxmc.json b/domains/oxmc.json index 9498953b1..3aba52655 100644 --- a/domains/oxmc.json +++ b/domains/oxmc.json @@ -11,10 +11,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=contact:oxmc7769.mail@gmail.com,jadenmc:oxmc7769.mail@gmail.com,buisness:oxmc7769.mail@gmail.com" } } diff --git a/domains/oxy.json b/domains/oxy.json index 2e82087d2..5ee976ea1 100644 --- a/domains/oxy.json +++ b/domains/oxy.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "0xyc0de", - "email": "alexutu49@outlook.com" - }, - "record": { - "CNAME": "0xyc0de.github.io" - } + "owner": { + "username": "0xyc0de", + "email": "alexutu49@outlook.com" + }, + "record": { + "CNAME": "0xyc0de.github.io" + } } diff --git a/domains/p-kinjal.json b/domains/p-kinjal.json index e8ca663a9..17bf2caab 100644 --- a/domains/p-kinjal.json +++ b/domains/p-kinjal.json @@ -2,8 +2,7 @@ "description": "My new website", "repo": "https://github.com/p-kinjal/p-kinjal.github.io", "owner": { - "username": "p-kinjal", - "email": "" + "username": "p-kinjal" }, "record": { "CNAME": "p-kinjal.github.io" diff --git a/domains/p2m.json b/domains/p2m.json index b7e29cdbe..c2f6095fb 100644 --- a/domains/p2m.json +++ b/domains/p2m.json @@ -6,8 +6,6 @@ "email": "philippe.lestrohan@les4vents.eu" }, "record": { - "A": [ - "91.224.149.29" - ] + "A": ["91.224.149.29"] } } diff --git a/domains/p4bu1.json b/domains/p4bu1.json index 0dd8b3cf5..7a20eb789 100644 --- a/domains/p4bu1.json +++ b/domains/p4bu1.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "pabu1san", - "email": "", - "discord": "1012270723663925278", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.B9KDLtWYgCT0YDOd4xQyAgKmSaDJipMXSMFCXUe3r7q_5qh08iHTW8mK0BxMQ2bYPKEuMsfAEWwu6t3g4A_kXBb-GSaDvFfggge46WFV-rlPU7Vcc0i4WR8Uonna_y2WZzS9T5JrEnbMC2I7_5JihjAaOzD5Gr2-TCfm4L-Bk6TGLOnkDmj1hmlLsTFe7tHy5BhYgxIWsocbxeBrtRFMSqCUubgIh2MM4sz0QK9wWcIp3orJKDiD2WpdA552gTeUff5nuTQrwgxTwv4Cxy45wOM5E4hc9pvr7k7VB7oG6dNT_5U2WuBEFyaYjH0gHI0kF7exk0m-eLkXOcikLR6M5g.F_Vy2IBlPyy9sf-z76mPTA.F3g-ocOOvvBKyD0ipMYg39QeSck-zJ4d8vKY2bnnBw1tnTmWqPaxU7EJKJKP301gx_L1OoBN3I950LiNUB1SqEN-LrOybjVg-a58SayBT-4._dBIp2VZ_6grZywv78duSg" - }, - - "record": { - "MX": ["mx.forwarding-service.maildim.com"] - } - } - \ No newline at end of file + "owner": { + "username": "pabu1san", + "discord": "1012270723663925278", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.B9KDLtWYgCT0YDOd4xQyAgKmSaDJipMXSMFCXUe3r7q_5qh08iHTW8mK0BxMQ2bYPKEuMsfAEWwu6t3g4A_kXBb-GSaDvFfggge46WFV-rlPU7Vcc0i4WR8Uonna_y2WZzS9T5JrEnbMC2I7_5JihjAaOzD5Gr2-TCfm4L-Bk6TGLOnkDmj1hmlLsTFe7tHy5BhYgxIWsocbxeBrtRFMSqCUubgIh2MM4sz0QK9wWcIp3orJKDiD2WpdA552gTeUff5nuTQrwgxTwv4Cxy45wOM5E4hc9pvr7k7VB7oG6dNT_5U2WuBEFyaYjH0gHI0kF7exk0m-eLkXOcikLR6M5g.F_Vy2IBlPyy9sf-z76mPTA.F3g-ocOOvvBKyD0ipMYg39QeSck-zJ4d8vKY2bnnBw1tnTmWqPaxU7EJKJKP301gx_L1OoBN3I950LiNUB1SqEN-LrOybjVg-a58SayBT-4._dBIp2VZ_6grZywv78duSg" + }, + "record": { + "MX": ["mx.forwarding-service.maildim.com"] + } +} diff --git a/domains/pa1.json b/domains/pa1.json new file mode 100644 index 000000000..f73da35a9 --- /dev/null +++ b/domains/pa1.json @@ -0,0 +1,11 @@ +{ + "description": "It's my personal portfolio page", + "repo": "https://github.com/pavan-ambekar/pavan-ambekar.github.io", + "owner": { + "username": "pavan-ambekar", + "email": "pavan479eC@gmail.com" + }, + "record": { + "CNAME": "pavan-ambekar.github.io" + } +} diff --git a/domains/pabitrabanerjee.json b/domains/pabitrabanerjee.json index dc79866ae..e6a5ae2cc 100644 --- a/domains/pabitrabanerjee.json +++ b/domains/pabitrabanerjee.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "PB2204", - "email": "rockstarpabitra2204@gmail.com", - "discord": "1091585182974345366" - }, - - "record": { - "A": ["12.14.243.127"] - } - } - \ No newline at end of file + "owner": { + "username": "PB2204", + "email": "rockstarpabitra2204@gmail.com", + "discord": "1091585182974345366" + }, + "record": { + "A": ["12.14.243.127"] + } +} diff --git a/domains/pablo.json b/domains/pablo.json new file mode 100644 index 000000000..5d252ea58 --- /dev/null +++ b/domains/pablo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "pasanflo", + "email": "pasanflo@protonmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/paddycooper.json b/domains/paddycooper.json index c2ec1ce29..1f2b371e2 100644 --- a/domains/paddycooper.json +++ b/domains/paddycooper.json @@ -3,7 +3,6 @@ "username": "PaddyCooper08", "email": "1210@rgsg.co.uk" }, - "record": { "CNAME": "paddycooper.surge.sh" } diff --git a/domains/painscreen.json b/domains/painscreen.json index 485c1c44b..df6526f0e 100644 --- a/domains/painscreen.json +++ b/domains/painscreen.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "iHategithub9000", - "email": "", - "discord": "836012649959522384", - "reddit": "u/ahhlifeeee" - }, - - "record": { - "CNAME": "ihategithub9000.github.io" - } - } - + "owner": { + "username": "iHategithub9000", + "discord": "836012649959522384", + "reddit": "u/ahhlifeeee" + }, + "record": { + "CNAME": "ihategithub9000.github.io" + } +} diff --git a/domains/paiva.json b/domains/paiva.json index 1053be08a..b451f8524 100644 --- a/domains/paiva.json +++ b/domains/paiva.json @@ -4,7 +4,6 @@ "email": "david.paiva+github@my.istec.pt", "discord": "764778654626349086" }, - "record": { "CNAME": "dpaiv0.github.io" } diff --git a/domains/palak.json b/domains/palak.json index 5ff9fe6e2..ad11a082f 100644 --- a/domains/palak.json +++ b/domains/palak.json @@ -1,10 +1,9 @@ { "owner": { - "username": "LegendOP1041", + "username": "akshtt-dev", "email": "maillegendop@gmail.com", "discord": "1056531806763102218" }, - "record": { "A": ["69.197.135.202"] } diff --git a/domains/pan.json b/domains/pan.json new file mode 100644 index 000000000..31fb376fc --- /dev/null +++ b/domains/pan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Currypan1229", + "email": "abcqqqwpvp@gmail.com" + }, + "record": { + "URL": "https://github.com/Currypan1229" + } +} diff --git a/domains/panashe-mapika.json b/domains/panashe-mapika.json new file mode 100644 index 000000000..88535ae2c --- /dev/null +++ b/domains/panashe-mapika.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "panda-zw" + }, + "record": { + "CNAME": "panashe.codes" + } +} diff --git a/domains/panashe.json b/domains/panashe.json new file mode 100644 index 000000000..88535ae2c --- /dev/null +++ b/domains/panashe.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "panda-zw" + }, + "record": { + "CNAME": "panashe.codes" + } +} diff --git a/domains/panchal-chirag.json b/domains/panchal-chirag.json index 072aea0cf..23c5ea016 100644 --- a/domains/panchal-chirag.json +++ b/domains/panchal-chirag.json @@ -2,8 +2,7 @@ "description": "Chirag Profile.", "repo": "https://github.com/panchal-chirag/panchal-chirag.github.io", "owner": { - "username": "panchal-chirag", - "email": "" + "username": "panchal-chirag" }, "record": { "CNAME": "panchal-chirag.github.io" diff --git a/domains/panchal-jatin.json b/domains/panchal-jatin.json index cabc09772..eaa60b21b 100644 --- a/domains/panchal-jatin.json +++ b/domains/panchal-jatin.json @@ -2,8 +2,7 @@ "description": "My new website", "repo": "https://github.com/panchal-jatin/panchal-jatin.github.io", "owner": { - "username": "panchal-jatin", - "email": "" + "username": "panchal-jatin" }, "record": { "CNAME": "panchal-jatin.github.io" diff --git a/domains/panchal-meet.json b/domains/panchal-meet.json index c9d5c9c40..5f174d5f9 100644 --- a/domains/panchal-meet.json +++ b/domains/panchal-meet.json @@ -2,8 +2,7 @@ "description": "This is a panchal meet", "repo": "https://github.com/panchal-meet/panchal-meet.github.io", "owner": { - "username": "panchal-meet", - "email": "" + "username": "panchal-meet" }, "record": { "CNAME": "panchal-meet.github.io" diff --git a/domains/pancystudio.json b/domains/pancystudio.json index f629e97b1..a50ded369 100644 --- a/domains/pancystudio.json +++ b/domains/pancystudio.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "ImTurbis", - "email": "", - "discord": "711329342193664012", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.YzG5hvJGZpP7QEGLttKRRJ3aa_voQNqUebTs1wZb7kD-XVzdggqVkYzmW9nVppmqunMUZ9PumQGb_2LdjaB1UskfrxRb7z0NXdycFgZ2n44ADDhAFaYruOTLznglg02ni5htnfwmQSJtPjSMRa65foPNBGCqQFdQYCsx0DaD84havLlCvHMUdKZOgaJWgO75kfaf2toO7cbK_EXl17EN53gH54zixIKMNwSi_Ug8mEScECN_HJ7cRM5yu91IVdyQiwxemT5Ze01bAl6KmlCmJWcnO2-9qqvuv82K2WxHoKlLU-nmI77jJ_vr0w6rkxYeb1zW28LV6EKKCKfU1oYAog.B6Ik8FFPJoBvR9YZCw3dMw.xyWEoyFUZwTLIGiacwhtx0k3LJgQEd3vxuHZ9z9eAAHtSfJzeTzWvxCLiDnJ4Qwq00sDbfR0PNzvGBc9IoI002h0pBnAwp9cMDZHZk5biGo.enRsEf6i-7nlTeVgZSgGZA" - }, - - "record": { - "A": ["69.30.249.53"] - } - } - \ No newline at end of file + "owner": { + "username": "ImTurbis", + "discord": "711329342193664012", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.YzG5hvJGZpP7QEGLttKRRJ3aa_voQNqUebTs1wZb7kD-XVzdggqVkYzmW9nVppmqunMUZ9PumQGb_2LdjaB1UskfrxRb7z0NXdycFgZ2n44ADDhAFaYruOTLznglg02ni5htnfwmQSJtPjSMRa65foPNBGCqQFdQYCsx0DaD84havLlCvHMUdKZOgaJWgO75kfaf2toO7cbK_EXl17EN53gH54zixIKMNwSi_Ug8mEScECN_HJ7cRM5yu91IVdyQiwxemT5Ze01bAl6KmlCmJWcnO2-9qqvuv82K2WxHoKlLU-nmI77jJ_vr0w6rkxYeb1zW28LV6EKKCKfU1oYAog.B6Ik8FFPJoBvR9YZCw3dMw.xyWEoyFUZwTLIGiacwhtx0k3LJgQEd3vxuHZ9z9eAAHtSfJzeTzWvxCLiDnJ4Qwq00sDbfR0PNzvGBc9IoI002h0pBnAwp9cMDZHZk5biGo.enRsEf6i-7nlTeVgZSgGZA" + }, + "record": { + "A": ["69.30.249.53"] + } +} diff --git a/domains/panda.json b/domains/panda.json new file mode 100644 index 000000000..23d8869c7 --- /dev/null +++ b/domains/panda.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "0pandadev", + "email": "contact@pandadev.net" + }, + "record": { + "CNAME": "pandadev.net" + } +} diff --git a/domains/pandya-riddhi.json b/domains/pandya-riddhi.json index 3765c9f3f..f89c2ddc9 100644 --- a/domains/pandya-riddhi.json +++ b/domains/pandya-riddhi.json @@ -2,8 +2,7 @@ "description": "Riddhi pandya profile.", "repo": "https://github.com/pandya-riddhi/pandya-riddhi.github.io", "owner": { - "username": "pandya-riddhi", - "email": "" + "username": "pandya-riddhi" }, "record": { "CNAME": "pandya-riddhi.github.io" diff --git a/domains/panel-luxxy.json b/domains/panel-luxxy.json index cd6b418a9..0d72df397 100644 --- a/domains/panel-luxxy.json +++ b/domains/panel-luxxy.json @@ -3,7 +3,6 @@ "username": "Luxxy-GF", "email": "deniedaddicted@gmail.com" }, - "record": { "CNAME": "panel.luxxy.xyz" } diff --git a/domains/panel.devmatei.json b/domains/panel.devmatei.json new file mode 100644 index 000000000..10dc9ea92 --- /dev/null +++ b/domains/panel.devmatei.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DevMatei", + "email": "matei.thoma@gmail.com" + }, + "record": { + "A": ["176.100.37.70"] + } +} diff --git a/domains/panel.nvsn.json b/domains/panel.nvsn.json deleted file mode 100644 index 87bcfb13e..000000000 --- a/domains/panel.nvsn.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "GMR828", - "email": "gmr828@null.net" - }, - "record": { - "A": ["173.212.202.171"] - } -} diff --git a/domains/panel.shing.json b/domains/panel.shing.json deleted file mode 100644 index f5081904f..000000000 --- a/domains/panel.shing.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "ShingSemicolon", - "email": "Shing.XD.0602@gmail.com" - }, - "record": { - "A": ["129.213.85.212"], - "AAAA": [ - "2603:c020:400d:3e89:ae49:1b0b:470c:5f33" - ] - } -} diff --git a/domains/panel.stefdp.json b/domains/panel.stefdp.json deleted file mode 100644 index 884b42e7a..000000000 --- a/domains/panel.stefdp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "email": "", - "discord": "694986201739952229", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" - }, - "record": { - "A": ["194.60.201.37"] - } -} diff --git a/domains/panel.vulcanocraft.json b/domains/panel.vulcanocraft.json new file mode 100644 index 000000000..baf8a4c5a --- /dev/null +++ b/domains/panel.vulcanocraft.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "VulcanoSoftware", + "discord": "814891541205876767", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.cT0Sm5ImSgFtrSLPMnQCdiQ22eeG9cU-X47BHIi-PwL6zMYOeUdsPEOpqDci0QKqrY9F0htQgSrgftsz5RtsbO0NWJsMwLcDdJ7daHeJQLKEjK_mMjv0xwf7pM4rRzGaed7euFSMP-LWAy3yni3911hMfU31BKYpoLzKOAvlzIRzFx58yT2URT2a7pzXLKQjhOHrBepCE9ssYyWmHiOhh8-zbUi8rMqX0m8zDntWqTVjjOdjyfji4QTyaTNsGK5CoMQudYcY3LHaVFvWM2kTJ6sTu26bWRTIth09WWdegQMMtSxuQoo8BRd_gHcweSN-yE5a9PSo5yh8-_6f1EeX_Q.XQLnjpPi_TRxouddA3YfTQ.GMRXSo5jiV2gnabTbuZaNbb5etbBABBaof-7KggBf7CCy2J2E5RsE4Zy6Nwwer2AJ_QK8XnRn7z0W4ahjnFRMq5DTUzAUGqyY5qrAKuoSXBvVNrK9X0n2TwnyxzZPIHT.v-xaNb6vPxjQjEYSAPFXnw" + }, + "record": { + "CNAME": "vulcanopanel.pages.dev" + } +} diff --git a/domains/panel.xrap1dx.json b/domains/panel.xrap1dx.json index e72f1038b..c1125cb8f 100644 --- a/domains/panel.xrap1dx.json +++ b/domains/panel.xrap1dx.json @@ -1,14 +1,10 @@ { "description": "making my cdn!!!", - "repo": "https://github.com/xrap1dx?tab=repositories", "owner": { "username": "xrap1dx", - "discord": "xrap1dx", - "email": "" + "discord": "xrap1dx" }, "record": { - "A": [ - "69.30.249.53" - ] + "A": ["69.30.249.53"] } } diff --git a/domains/pankaj.json b/domains/pankaj.json new file mode 100644 index 000000000..451ad5fea --- /dev/null +++ b/domains/pankaj.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "1719pankaj", + "email": "1719pankaj@gmail.com" + }, + "record": { + "URL": "https://1719pankaj.github.io" + } +} diff --git a/domains/panntod.json b/domains/panntod.json new file mode 100644 index 000000000..eefcf50dc --- /dev/null +++ b/domains/panntod.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "panntod", + "email": "munjalindra.pandhu@gmail.com", + "discord": "975960358999171152" + }, + "record": { + "CNAME": "panntod-personal.vercel.app" + } +} diff --git a/domains/paris.node.shing.json b/domains/paris.node.shing.json deleted file mode 100644 index 37c8f2d2a..000000000 --- a/domains/paris.node.shing.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "ShingSemicolon", - "email": "Shing.XD.0602@gmail.com" - }, - "record": { - "A": ["141.145.205.47"], - "AAAA": [ - "2603:c027:c003:6aa9:a974:e2d6:f01e:dea8" - ] - } -} diff --git a/domains/park.json b/domains/park.json index bcb38fc1d..0a6aa8528 100644 --- a/domains/park.json +++ b/domains/park.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "parknich", - "email": "", - "discord": "556850704770138114", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.RMlyfY4mGtUlaUQkOaxoaNdyfU8ldylf06Qtl7tYhrU_ivjmCSHks5pygP37oEYyHN6NfenY9FntFxaddwKCbb5eGeGs7cO4M213MPs9agSU-3NzvjLg6Kya5bjVrlhcF8KVXihW5ITNp4MUA20gPuM2EfImenDGnwe0azXhSuiFbaDvak1Yg51jy3eAnKi3OUgPF8TfOhHO_Hu4bGg5yq87P8Sp1X7w6ZhThgX83ZUCdH16xHIa_oUhnT7AQZIrZlLyT6SSDRg7oryZVPLlD1E-BrqEQlZXPuZPtDRxrNXmISCSorBCDd5fGAAEHN_RG_8qs2ysJoDTQ9E_g5v23g.8cbDPSl8X94DpagdJchXVw.rSdmAuGBzGk33r1XVbD6BkPI6CAi7BQ5lrXfTmuEHXvNELMytmHQL4uGzXgyKoAsQYbpRhwtoug6vE48VA2ydL08AgwlX3rdp9W_20E_gtgWZu36-2Diqy75WHbl567B.uQeFnbQ5lEE89z14li7Rig" - }, - - "record": { - "CNAME": "bio.parknich.xyz" - } - } - + "owner": { + "username": "parknich", + "discord": "556850704770138114", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.RMlyfY4mGtUlaUQkOaxoaNdyfU8ldylf06Qtl7tYhrU_ivjmCSHks5pygP37oEYyHN6NfenY9FntFxaddwKCbb5eGeGs7cO4M213MPs9agSU-3NzvjLg6Kya5bjVrlhcF8KVXihW5ITNp4MUA20gPuM2EfImenDGnwe0azXhSuiFbaDvak1Yg51jy3eAnKi3OUgPF8TfOhHO_Hu4bGg5yq87P8Sp1X7w6ZhThgX83ZUCdH16xHIa_oUhnT7AQZIrZlLyT6SSDRg7oryZVPLlD1E-BrqEQlZXPuZPtDRxrNXmISCSorBCDd5fGAAEHN_RG_8qs2ysJoDTQ9E_g5v23g.8cbDPSl8X94DpagdJchXVw.rSdmAuGBzGk33r1XVbD6BkPI6CAi7BQ5lrXfTmuEHXvNELMytmHQL4uGzXgyKoAsQYbpRhwtoug6vE48VA2ydL08AgwlX3rdp9W_20E_gtgWZu36-2Diqy75WHbl567B.uQeFnbQ5lEE89z14li7Rig" + }, + "record": { + "CNAME": "bio.parknich.xyz" + } +} diff --git a/domains/parmar-dixita.json b/domains/parmar-dixita.json index 77e100cf3..cd9000840 100644 --- a/domains/parmar-dixita.json +++ b/domains/parmar-dixita.json @@ -2,8 +2,7 @@ "description": "My new website", "repo": "https://github.com/parmar-dixita/parmar-dixita.github.io", "owner": { - "username": "parmar-dixita", - "email": "" + "username": "parmar-dixita" }, "record": { "CNAME": "parmar-dixita.github.io" diff --git a/domains/parrot.json b/domains/parrot.json index 1caa482a4..64dce2b97 100644 --- a/domains/parrot.json +++ b/domains/parrot.json @@ -4,11 +4,7 @@ "email": "educatedsuddenbucket@gmail.com" }, "record": { - "A": [ - "34.120.54.55" - ], - "AAAA": [ - "2600:1901:0:6d85::" - ] + "A": ["34.120.54.55"], + "AAAA": ["2600:1901:0:6d85::"] } } diff --git a/domains/parrothacker1.json b/domains/parrothacker1.json new file mode 100644 index 000000000..31c37daeb --- /dev/null +++ b/domains/parrothacker1.json @@ -0,0 +1,13 @@ +{ + "description": "A portfolio website", + "repo": "https://github.com/parrothacker1/parrothacker1.github.io", + "owner": { + "username": "parrothacker1", + "email": "rajeevgoutham1@proton.me", + "twitter": "parrothacker1", + "discord": "parrothacker1" + }, + "record": { + "CNAME": "parrothacker1.github.io" + } +} diff --git a/domains/parshnt.json b/domains/parshnt.json index 169b9886b..d17b6d3d3 100644 --- a/domains/parshnt.json +++ b/domains/parshnt.json @@ -1,6 +1,5 @@ { "description": "YAY, new place for my Portfolio", - "repo": "https://github.com/parshnt", "owner": { "username": "parshnt", "email": "hi.parshant@gmail.com" diff --git a/domains/pascal-jacq.json b/domains/pascal-jacq.json index 4ddba26bf..b333c5537 100644 --- a/domains/pascal-jacq.json +++ b/domains/pascal-jacq.json @@ -3,7 +3,6 @@ "username": "Pascal-Jacq", "email": "pascal.jacq29@gmail.com" }, - "record": { "A": ["80.119.158.22"] } diff --git a/domains/pashigin.json b/domains/pashigin.json index 213201524..d32fbb69f 100644 --- a/domains/pashigin.json +++ b/domains/pashigin.json @@ -3,8 +3,7 @@ "repo": "https://github.com/Pashigin/register", "owner": { "username": "pashigin", - "email": "", - "telegram": "@pashigin" + "telegram": "pashigin" }, "record": { "A": ["75.2.60.5"] diff --git a/domains/pasindu.json b/domains/pasindu.json index 1aadc9eba..f34884b8f 100644 --- a/domains/pasindu.json +++ b/domains/pasindu.json @@ -5,10 +5,7 @@ }, "record": { "URL": "https://github.com/pasinduupendra", - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=pasindu@toadcreatives.com" } } diff --git a/domains/passed.json b/domains/passed.json index 787131223..18c7e2ba8 100644 --- a/domains/passed.json +++ b/domains/passed.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "Dn1w", - "email": "", - "discord": "923208452581511199", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.YrCOGlefwiQLBjZKVl7fCH8lBcSZ35Dqye3FZvKNdBzwwVnVoB9EtUx9yxkKvMejmqPtBnc-Vd0qtwqMTP_XeA7N1Pb_uAXP5LJ0eVAK6A5dQV7PHD_91Zx9R1olSeJgxJpIXHM1VueDHDlqNSLy-iYE9xnF64NAMBwDBNW_NpRYzYJZdN4xNHx2fnHVeKq2U1YA643JGLDZCGSDzvPxDl6jYGsOP3ik56upOEbzlztzhcbEP1e7Tf16KHCGaObgu3gEhfQGixenW-FjBORCpAn1ECiGwSnbDZQgS-gcqKQmVagPT2AQTzd5yKIAqb6zO1vNySa_KXWwobON5rJ7lA.jvJTlSgE2hlML0SOblB-tw.hVJGFeU0buh0JsV4LSwoV0Gcc9HGnyiyXAklqJ9zgaDx5FX-vLT7eUoV0FdwKtMWr3bxbZ6FAWHAjJMv1vx5LQLnYHjDfDzG0-SpjY33y_M.6KvQ4vVBC9v0af7qCsc5mw" - }, - - "record": { - "CNAME": "yuwindev.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "Dn1w", + "discord": "923208452581511199", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.YrCOGlefwiQLBjZKVl7fCH8lBcSZ35Dqye3FZvKNdBzwwVnVoB9EtUx9yxkKvMejmqPtBnc-Vd0qtwqMTP_XeA7N1Pb_uAXP5LJ0eVAK6A5dQV7PHD_91Zx9R1olSeJgxJpIXHM1VueDHDlqNSLy-iYE9xnF64NAMBwDBNW_NpRYzYJZdN4xNHx2fnHVeKq2U1YA643JGLDZCGSDzvPxDl6jYGsOP3ik56upOEbzlztzhcbEP1e7Tf16KHCGaObgu3gEhfQGixenW-FjBORCpAn1ECiGwSnbDZQgS-gcqKQmVagPT2AQTzd5yKIAqb6zO1vNySa_KXWwobON5rJ7lA.jvJTlSgE2hlML0SOblB-tw.hVJGFeU0buh0JsV4LSwoV0Gcc9HGnyiyXAklqJ9zgaDx5FX-vLT7eUoV0FdwKtMWr3bxbZ6FAWHAjJMv1vx5LQLnYHjDfDzG0-SpjY33y_M.6KvQ4vVBC9v0af7qCsc5mw" + }, + "record": { + "CNAME": "yuwindev.github.io" + } +} diff --git a/domains/patel-hetal.json b/domains/patel-hetal.json index 589cadd23..ad599c51d 100644 --- a/domains/patel-hetal.json +++ b/domains/patel-hetal.json @@ -2,8 +2,7 @@ "description": "Hetal Profile.", "repo": "https://github.com/patel-hetal/patel-hetal.github.io", "owner": { - "username": "patel-hetal", - "email": "" + "username": "patel-hetal" }, "record": { "CNAME": "patel-hetal.github.io" diff --git a/domains/patel-jatin.json b/domains/patel-jatin.json index 386fbd802..c89232408 100644 --- a/domains/patel-jatin.json +++ b/domains/patel-jatin.json @@ -2,8 +2,7 @@ "description": "My dev website", "repo": "https://github.com/patel-jatin/patel-jatin.github.io", "owner": { - "username": "patel-jatin", - "email": "" + "username": "patel-jatin" }, "record": { "CNAME": "patel-jatin.github.io" diff --git a/domains/patel-komal.json b/domains/patel-komal.json index 5e6625cb2..65b760b87 100644 --- a/domains/patel-komal.json +++ b/domains/patel-komal.json @@ -2,8 +2,7 @@ "description": "This is komal patel", "repo": "https://github.com/patel-komal/patel-komal.github.io", "owner": { - "username": "patel-komal", - "email": "" + "username": "patel-komal" }, "record": { "CNAME": "patel-komal.github.io" diff --git a/domains/patel-monal.json b/domains/patel-monal.json index 1a9a80ccb..76a06570f 100644 --- a/domains/patel-monal.json +++ b/domains/patel-monal.json @@ -2,8 +2,7 @@ "description": "This is personal website", "repo": "https://github.com/patel-monal/patel-monal.github.io", "owner": { - "username": "patel-monal", - "email": "" + "username": "patel-monal" }, "record": { "CNAME": "patel-monal.github.io" diff --git a/domains/patel-parthiv.json b/domains/patel-parthiv.json index 7aecc1de4..94201ee9a 100644 --- a/domains/patel-parthiv.json +++ b/domains/patel-parthiv.json @@ -2,8 +2,7 @@ "description": "My new website", "repo": "https://github.com/patel-parthiv/patel-parthiv.github.io", "owner": { - "username": "patel-parthiv", - "email": "" + "username": "patel-parthiv" }, "record": { "CNAME": "patel-parthiv.github.io" diff --git a/domains/patelhardik-p.json b/domains/patelhardik-p.json index b517a8601..559279048 100644 --- a/domains/patelhardik-p.json +++ b/domains/patelhardik-p.json @@ -2,8 +2,7 @@ "description": "My new website", "repo": "https://github.com/patelhardik-p/patelhardik-p.github.io", "owner": { - "username": "patelhardik-p", - "email": "" + "username": "patelhardik-p" }, "record": { "CNAME": "patelhardik-p.github.io" diff --git a/domains/pathan-imran.json b/domains/pathan-imran.json index 0c79195de..05e54c671 100644 --- a/domains/pathan-imran.json +++ b/domains/pathan-imran.json @@ -2,8 +2,7 @@ "description": "Imran Profile.", "repo": "https://github.com/pathan-imran/pathan-imran.github.io", "owner": { - "username": "pathan-imran", - "email": "" + "username": "pathan-imran" }, "record": { "CNAME": "pathan-imran.github.io" diff --git a/domains/pati.json b/domains/pati.json index d091acdad..c10492779 100644 --- a/domains/pati.json +++ b/domains/pati.json @@ -3,7 +3,6 @@ "username": "EmojiPati", "email": "bestami355karakaya@gmail.com" }, - "record": { "CNAME": "termoji.pages.dev" } diff --git a/domains/patrickzhou.json b/domains/patrickzhou.json index 39ef1e18c..bee176071 100644 --- a/domains/patrickzhou.json +++ b/domains/patrickzhou.json @@ -1,7 +1,6 @@ { "owner": { "username": "patrickzhou1234", - "email": "", "discord": "moist__nugget" }, "record": { diff --git a/domains/patuiqx.json b/domains/patuiqx.json index 0ddf5ea4a..c93693610 100644 --- a/domains/patuiqx.json +++ b/domains/patuiqx.json @@ -3,7 +3,6 @@ "username": "GyShinA", "email": "MonicaGyoShin@gmail.com" }, - "record": { "CNAME": "gyshina.github.io" } diff --git a/domains/pau.json b/domains/pau.json new file mode 100644 index 000000000..0681828fc --- /dev/null +++ b/domains/pau.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "paugp", + "email": "hello@pau.dev" + }, + "record": { + "URL": "https://pau.dev/" + } +} diff --git a/domains/paul.json b/domains/paul.json index 8628d3dbe..8bf246773 100644 --- a/domains/paul.json +++ b/domains/paul.json @@ -1,6 +1,5 @@ { "description": "My Personal Landing Page!", - "repo": "https://github.com/NotKaskus", "owner": { "username": "NotKaskus", "email": "kaskus45@protonmail.com" diff --git a/domains/paula.json b/domains/paula.json index 560940d55..dd0530491 100644 --- a/domains/paula.json +++ b/domains/paula.json @@ -5,8 +5,6 @@ }, "record": { "A": ["185.26.156.151"], - "AAAA": [ - "2a00:d0c0:200:0:64fc:adff:fef0:8a72" - ] + "AAAA": ["2a00:d0c0:200:0:64fc:adff:fef0:8a72"] } } diff --git a/domains/paulmarc.json b/domains/paulmarc.json new file mode 100644 index 000000000..814800126 --- /dev/null +++ b/domains/paulmarc.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Dev website for paulmarc.is-a.dev", + "repo": "https://github.com/paulmarc", + "owner": { + "username": "paulmarc", + "email": "develop@paulmarc.org" + }, + "record": { + "URL": "https://github.com/paulmarc" + }, + "proxied": false +} diff --git a/domains/pavanc.json b/domains/pavanc.json new file mode 100644 index 000000000..f25da9045 --- /dev/null +++ b/domains/pavanc.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "pavancos", + "email": "pavankc005@gmail.com" + }, + "record": { + "URL": "https://pavanc.me" + } + } + \ No newline at end of file diff --git a/domains/pavankteja.json b/domains/pavankteja.json new file mode 100644 index 000000000..103620a58 --- /dev/null +++ b/domains/pavankteja.json @@ -0,0 +1,11 @@ +{ + "description": "Want to use it to showcase my portfolio", + "repo": "https://github.com/pavan-k-teja/pavan-k-teja.github.io", + "owner": { + "username": "pavan-k-teja", + "email": "pavan@pavan.gg" + }, + "record": { + "CNAME": "pavan-k-teja.github.io" + } +} diff --git a/domains/pavi.json b/domains/pavi.json index 4b7da0724..35aabf57a 100644 --- a/domains/pavi.json +++ b/domains/pavi.json @@ -3,7 +3,6 @@ "username": "rekcah-pavi", "email": "paviththanravi@gmail.com" }, - "record": { "CNAME": "rekcah-pavi.github.io" } diff --git a/domains/pawan.json b/domains/pawan.json new file mode 100644 index 000000000..fad1cadc3 --- /dev/null +++ b/domains/pawan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "pawansubedi889", + "email": "mail@pawansubedi.me" + }, + "record": { + "URL": "https://www.pawansubedi.me/" + } +} diff --git a/domains/pc.json b/domains/pc.json index f883e4562..007d4d120 100644 --- a/domains/pc.json +++ b/domains/pc.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "MCPE-PC", - "email": "maxpjh0528@naver.com", - "discord": "381062768385720321" - }, - - "record": { - "CNAME": "edge.redirect.pizza" - } - } - \ No newline at end of file + "owner": { + "username": "MCPE-PC", + "email": "maxpjh0528@naver.com", + "discord": "381062768385720321" + }, + "record": { + "CNAME": "edge.redirect.pizza" + } +} diff --git a/domains/pdf.aaqif.json b/domains/pdf.aaqif.json new file mode 100644 index 000000000..0a8e701d9 --- /dev/null +++ b/domains/pdf.aaqif.json @@ -0,0 +1,11 @@ +{ + "description": "PDF", + "repo": "https://github.com/aaqifshafi/chat-with-pdf", + "owner": { + "username": "aaqifshafi", + "email": "aaqifshafi@gmail.com" + }, + "record": { + "CNAME": "chat-with-pdf-aaqifshafis-projects.vercel.app" + } +} diff --git a/domains/pds.hcj.json b/domains/pds.hcj.json new file mode 100644 index 000000000..5f99fa1be --- /dev/null +++ b/domains/pds.hcj.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "TheHCJ", + "bluesky": "did:plc:5f2c6awh4ffekm7srmi4d6zg" + }, + "record": { + "CNAME": "serveo.net" + } +} diff --git a/domains/peachy.json b/domains/peachy.json index fbd6a2a82..f89e3335f 100644 --- a/domains/peachy.json +++ b/domains/peachy.json @@ -4,7 +4,6 @@ "email": "minecraft350star@gmail.com", "discord": "781577857511587900" }, - "record": { "CNAME": "peachysy.github.io" } diff --git a/domains/peantastic.json b/domains/peantastic.json new file mode 100644 index 000000000..907a2656e --- /dev/null +++ b/domains/peantastic.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "peantastic", + "email": "leostark.vndev@gmail.com" + }, + "description": "👋 Hello! I'm Do Tan Tinh, a passionate developer with expertise in efficient web solutions. Explore my portfolio and contact me on GitHub.", + "repo": "https://github.com/peantastic/", + "record": { + "CNAME": "dotantinh.onrender.com" + } +} diff --git a/domains/pearlcz.json b/domains/pearlcz.json new file mode 100644 index 000000000..56f953b26 --- /dev/null +++ b/domains/pearlcz.json @@ -0,0 +1,12 @@ +{ + "description": "Making a website about me and my projects.", + "repo": "https://github.com/0pearlcz0/is-a.dev", + "owner": { + "username": "0pearlcz0", + "email": "vitekjurcik@gmail.com", + "twitter": "pearl_czoffic" + }, + "record": { + "CNAME": "0pearlcz0.github.io" + } +} diff --git a/domains/pedrito.json b/domains/pedrito.json index 363c949ca..4aca01f86 100644 --- a/domains/pedrito.json +++ b/domains/pedrito.json @@ -7,6 +7,6 @@ "twitter": "Pedro929953698" }, "record": { - "CNAME": "Ranojay1.github.io" + "CNAME": "ranojay1.github.io" } } diff --git a/domains/pedrofff.json b/domains/pedrofff.json new file mode 100644 index 000000000..f007edb28 --- /dev/null +++ b/domains/pedrofff.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio", + "repo": "https://github.com/Pedrofff23/Portfolio", + "owner": { + "username": "Pedrofff", + "email": "pmendes09@hotmail.com" + }, + "record": { + "CNAME": "portfolio-opal-theta-47.vercel.app" + } +} diff --git a/domains/pele.json b/domains/pele.json new file mode 100644 index 000000000..eceae0d10 --- /dev/null +++ b/domains/pele.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Pele12324", + "email": "pele.puric@gmail.com", + "discord": "483261654818226186" + }, + "record": { + "A": ["38.242.242.224"] + } +} diff --git a/domains/peme969.json b/domains/peme969.json index cab3805f5..e0df03a16 100644 --- a/domains/peme969.json +++ b/domains/peme969.json @@ -1,9 +1,16 @@ { "owner": { "username": "peme969", - "email": "mrcoderpeme@gmail.com" + "email": "me@peme969.dev" }, "record": { - "CNAME": "peme969.github.io" + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "TXT": ["forward-email=hello:me@peme969.dev, bot:bot@peme969.dev"], + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"] } } diff --git a/domains/penguin.json b/domains/penguin.json index c80386ab7..0b0358dd8 100644 --- a/domains/penguin.json +++ b/domains/penguin.json @@ -10,11 +10,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx.zoho.com.au", - "mx2.zoho.com.au", - "mx3.zoho.com.au" - ], + "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/penieldialu.json b/domains/penieldialu.json index 0024b3ba9..ee56eeb53 100644 --- a/domains/penieldialu.json +++ b/domains/penieldialu.json @@ -3,7 +3,6 @@ "username": "bilwifi", "email": "dialundamapeniel@gmail.com" }, - "record": { "URL": "https://penieldialu.carrd.co" } diff --git a/domains/penieldialundama.json b/domains/penieldialundama.json index 0024b3ba9..ee56eeb53 100644 --- a/domains/penieldialundama.json +++ b/domains/penieldialundama.json @@ -3,7 +3,6 @@ "username": "bilwifi", "email": "dialundamapeniel@gmail.com" }, - "record": { "URL": "https://penieldialu.carrd.co" } diff --git a/domains/perfecthabibur.json b/domains/perfecthabibur.json new file mode 100644 index 000000000..1b8304297 --- /dev/null +++ b/domains/perfecthabibur.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio website", + "repo": "https://github.com/perfecthabibur/perfecthabibur.github.io", + "owner": { + "username": "perfecthabibur", + "email": "socialhabibur@gmail.com" + }, + "record": { + "CNAME": "perfecthabibur.github.io" + } +} diff --git a/domains/peroxide.json b/domains/peroxide.json index 89ea0bacb..4ea4fb5ed 100644 --- a/domains/peroxide.json +++ b/domains/peroxide.json @@ -7,6 +7,6 @@ "discord": "hydrogenpero.xide" }, "record": { - "CNAME": "oShinyMew.github.io" + "CNAME": "oshinymew.github.io" } } diff --git a/domains/perry.json b/domains/perry.json index 75cf831ac..45a196ba4 100644 --- a/domains/perry.json +++ b/domains/perry.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "1Brenny1", - "email": "brendanrcg@gmail.com", - "discord": "616746774744268820" - }, - - "record": { - "CNAME": "brenny.zip" - } - } - \ No newline at end of file + "owner": { + "username": "1Brenny1", + "email": "brendanrcg@gmail.com", + "discord": "616746774744268820" + }, + "record": { + "CNAME": "brenny.zip" + } +} diff --git a/domains/peter.json b/domains/peter.json index de5cf2fb3..fea68158d 100644 --- a/domains/peter.json +++ b/domains/peter.json @@ -3,7 +3,6 @@ "username": "pjschinske", "email": "pjschinske@gmail.com" }, - "record": { "CNAME": "pjschinske.github.io" } diff --git a/domains/peterbuga.json b/domains/peterbuga.json new file mode 100644 index 000000000..f4ee26dca --- /dev/null +++ b/domains/peterbuga.json @@ -0,0 +1,11 @@ +{ + "description": "Presentation website for peterbuga", + "repo": "https://github.com/peterbuga/peterbuga.github.io", + "owner": { + "username": "peterbuga", + "discord": "902580031044325407" + }, + "record": { + "CNAME": "peterbuga.github.io" + } +} diff --git a/domains/pex.json b/domains/pex.json new file mode 100644 index 000000000..d8b221c54 --- /dev/null +++ b/domains/pex.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "pexeixv", + "email": "gavn@duck.com" + }, + "record": { + "CNAME": "gavn.in" + } +} diff --git a/domains/peyloride.json b/domains/peyloride.json new file mode 100644 index 000000000..04e718ebe --- /dev/null +++ b/domains/peyloride.json @@ -0,0 +1,11 @@ +{ + "description": "Peyloride - Okan Binli", + "repo": "https://github.com/peyloride/peyloride", + "owner": { + "username": "peyloride", + "email": "okanbinli@gmail.com" + }, + "record": { + "CNAME": "peyloride.github.io" + } +} diff --git a/domains/pgscom.json b/domains/pgscom.json new file mode 100644 index 000000000..d7537127e --- /dev/null +++ b/domains/pgscom.json @@ -0,0 +1,11 @@ +{ + "description": "Url redirect to pgscom.es", + "repo": "https://github.com/pgscom/pgscom.github.io", + "owner": { + "username": "pgscom", + "twitter": "PGSCOM_54" + }, + "record": { + "URL": "https://pgscom.es" + } +} diff --git a/domains/pgscom54.json b/domains/pgscom54.json new file mode 100644 index 000000000..d7537127e --- /dev/null +++ b/domains/pgscom54.json @@ -0,0 +1,11 @@ +{ + "description": "Url redirect to pgscom.es", + "repo": "https://github.com/pgscom/pgscom.github.io", + "owner": { + "username": "pgscom", + "twitter": "PGSCOM_54" + }, + "record": { + "URL": "https://pgscom.es" + } +} diff --git a/domains/phamthanhnghia.json b/domains/phamthanhnghia.json new file mode 100644 index 000000000..ac3047847 --- /dev/null +++ b/domains/phamthanhnghia.json @@ -0,0 +1,11 @@ +{ + "description": "phamthanhnghia.is-a.dev", + "repo": "https://github.com/phamthanhnghia/phamthanhnghia.github.io", + "owner": { + "username": "phamthanhnghia", + "email": "phamthanhnghia.it@gmail.com" + }, + "record": { + "CNAME": "phamthanhnghia.github.io" + } +} diff --git a/domains/phani.json b/domains/phani.json new file mode 100644 index 000000000..ccee10544 --- /dev/null +++ b/domains/phani.json @@ -0,0 +1,11 @@ +{ + "description": "PortFolio Showcasing my Works and contact details", + "repo": "https://github.com/Phani2425/My-Portfolio", + "owner": { + "username": "Phani2425", + "email": "mohantyphanibhusan@gmail.com" + }, + "record": { + "URL": "https://portfolioweb-gules.vercel.app/" + } +} diff --git a/domains/phi.json b/domains/phi.json new file mode 100644 index 000000000..9a7ddbf0e --- /dev/null +++ b/domains/phi.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "y5c4l3", + "email": "y5c4l3@proton.me" + }, + "record": { + "NS": [ + "johnny.ns.cloudflare.com", + "rachel.ns.cloudflare.com" + ] + } +} diff --git a/domains/phongli.json b/domains/phongli.json new file mode 100644 index 000000000..b25e001e8 --- /dev/null +++ b/domains/phongli.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "PhongLi", + "email": "longpt1109@gmail.com", + "discord": "_younglin" + }, + "record": { + "CNAME": "phonglidev.vercel.app" + } +} diff --git a/domains/php.json b/domains/php.json new file mode 100644 index 000000000..320ed0e0a --- /dev/null +++ b/domains/php.json @@ -0,0 +1,10 @@ +{ + "description": "Personal website for Pedro Henrique Pires (PHP)", + "owner": { + "username": "pedrohenriquepires", + "email": "pdrhenriquepires@gmail.com" + }, + "record": { + "CNAME": "site-v2-puce.vercel.app" + } +} diff --git a/domains/pi.cupglass.json b/domains/pi.cupglass.json deleted file mode 100644 index fede3d816..000000000 --- a/domains/pi.cupglass.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "description": "My base website. Very epik tbh 💥💥", - "repo": "https://github.com/cupglassdev/", - "note": "no repo, this is just my actual nginx server", - "owner": { - "username": "cupglassdev", - "email": "", - "twitter": "https://x.com/cupglassdev", - "lahelu": "https://lahelu.com/user/cupglassdev", - "discord": "cupglassdev" - }, - "record": { - "URL": "https://cupglasspi.is-a.dev" - } -} diff --git a/domains/pi19044.json b/domains/pi19044.json deleted file mode 100644 index 2bfff3a1c..000000000 --- a/domains/pi19044.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "PrelevatedInsider19044's website", - "repo": "https://github.com/pi19044/pi19044.github.io", - "owner": { - "username": "pi19044", - "email": "membermadde.insiddev25120@hotmail.com" - }, - - "record": { - "CNAME": "pi19044.github.io" - } -} diff --git a/domains/pic.cfp.json b/domains/pic.cfp.json index e1ae41f05..f4702cc66 100644 --- a/domains/pic.cfp.json +++ b/domains/pic.cfp.json @@ -2,7 +2,6 @@ "description": "Private Immich server", "owner": { "username": "cfpwastaken", - "email": "", "discord": "cfp (318394797822050315)" }, "record": { diff --git a/domains/pics.imide.json b/domains/pics.imide.json index d8ab3cdc6..47fc78a18 100644 --- a/domains/pics.imide.json +++ b/domains/pics.imide.json @@ -1,7 +1,6 @@ { "owner": { "username": "imide", - "email": "", "discord": "555915168932954112" }, "record": { diff --git a/domains/pikachu.json b/domains/pikachu.json new file mode 100644 index 000000000..8f9c2cf8d --- /dev/null +++ b/domains/pikachu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vighnesh153", + "email": "pikachu@vighnesh153.dev" + }, + "record": { + "CNAME": "vighnesh153-app.web.app" + } +} diff --git a/domains/piker.json b/domains/piker.json index 934c5bc40..b895cdf3f 100644 --- a/domains/piker.json +++ b/domains/piker.json @@ -1,9 +1,8 @@ { "owner": { "username": "Piker98988", - "email": "piker98@tutanota.com" + "email": "iker.pavcur@gmail.com" }, - "record": { "CNAME": "pikerdevdomain.pages.dev" } diff --git a/domains/pilagonzalez.json b/domains/pilagonzalez.json new file mode 100644 index 000000000..7ed497792 --- /dev/null +++ b/domains/pilagonzalez.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Pilag6", + "email": "pilag6@gmail.com", + "discord": "pilagonzalez" + }, + "record": { + "URL": "https://piladev.netlify.app" + } +} diff --git a/domains/pilotseye.json b/domains/pilotseye.json new file mode 100644 index 000000000..9337caf6b --- /dev/null +++ b/domains/pilotseye.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "YFFKJB", + "email": "1261546255@qq.com" + }, + "record": { + "CNAME": "cname.vercel-dns.com" + }, + "description": "PilotsEYE Studio 会计系统 - PilotsEYE Studio 的基于 Web 的会计系统" +} diff --git a/domains/pinont.json b/domains/pinont.json index ebeb0fd4c..514e0d136 100644 --- a/domains/pinont.json +++ b/domains/pinont.json @@ -6,6 +6,6 @@ "email": "Pinozen.Thailand@gmail.com" }, "record": { - "CNAME": "PinozenTH.github.io" + "CNAME": "pinozenth.github.io" } } diff --git a/domains/pita.json b/domains/pita.json new file mode 100644 index 000000000..901098b86 --- /dev/null +++ b/domains/pita.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "pita092", + "discord": "spongebob_spongebob_spongebob" + }, + "record": { + "CNAME": "pita092.github.io" + } +} diff --git a/domains/pixelbend.json b/domains/pixelbend.json new file mode 100644 index 000000000..b3d2b2822 --- /dev/null +++ b/domains/pixelbend.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "pixelbend", + "email": "m.arkamfahry@gmail.com" + }, + "record": { + "CNAME": "pixelbend.github.io" + } +} diff --git a/domains/pixl8.json b/domains/pixl8.json index bd69505fb..11b423405 100644 --- a/domains/pixl8.json +++ b/domains/pixl8.json @@ -3,7 +3,6 @@ "username": "pixl8dev", "email": "judah.cs08@gmail.com" }, - "record": { "CNAME": "pixl8dev.github.io" } diff --git a/domains/pizzav.json b/domains/pizzav.json index c43b05895..3fcd8f940 100644 --- a/domains/pizzav.json +++ b/domains/pizzav.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "kittenvr", - "email": "bengallemoni@gmail.com", - "discord": "645235712815398912" - }, - - "record": { - "CNAME": "pizzav.pages.dev" - } - } - \ No newline at end of file + "owner": { + "username": "kittenvr", + "email": "bengallemoni@gmail.com", + "discord": "645235712815398912" + }, + "record": { + "CNAME": "pizzav.pages.dev" + } +} diff --git a/domains/plan.vulcanocraft.json b/domains/plan.vulcanocraft.json new file mode 100644 index 000000000..0359aab27 --- /dev/null +++ b/domains/plan.vulcanocraft.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "VulcanoSoftware", + "discord": "814891541205876767", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.U1HQ4j2veW3D6ZRfm8J-dyfphms0kkF7IYRUmA2n6zawu-A3FyVRC4PzxMEmRpZO_Q3rQXCbHcO_EtWQFtVw244aHgjASUW2bfbHr7Rhpl2VjdMNXXfWeQKR4XhoOmYRM4qmN585VSiMfV5WVYk96UKf9-VUhmWQpf-EDbModBujIIqLXQdMVVu3awmcXEvyPqOyVntrX7wg7sFT_z0GiZVB-LhdiXJBjl5M2Me-aWQX9TzY_US6deMO6MuhLo1MwPdQbvnwQp0cDx9yoI2Ef9kxihRGPr6aD7OiEXE4CF1LdDw7bt2hDEoJwnBNWCOLHDCpUJELx5qhKmAu3ulUYQ.K3l5byKhIee3xpCLLlcGBA.z5Csrbp2TdpvdGfegFKIgsipiWdGMC5oUsmLpDhOiNx8QPc3u-jhsf-97HigCS7ul789Kepa78SC5FTJbVjszVTFFcADXB9IlCb6RQjfE8a2gHMY75HXgcpxoA6HNnaR.SwL0PQR_FS5DQ-zXBhCSlA" + }, + "record": { + "CNAME": "vulcanoplan.pages.dev" + } +} diff --git a/domains/playboyfear.json b/domains/playboyfear.json new file mode 100644 index 000000000..e7d99bef4 --- /dev/null +++ b/domains/playboyfear.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Fear-Itself", + "discord": "1079471323220295781", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.lxlc-07Kcz9oxe3endfLP2iaYnhFx1YdAtlEl8n0GHWodaqDj6rscZ-tyqOgcQLgH4juWf4tm8f3ExHzYrwx097K5X97Rf3ZvibOI5KlhKwNxMDEPSrsaq13r2ILCAZGmeQmVnNVWzmbiwDns-z_uh0QEl-YvGatR2Z5XhNfvID_dRtshwkqdwi9SsDuwX6Y2qHUBBTtuy0a35nBU9iITFMLHKSvkmfnul6hwRo6g9rJhUZIebynuUCwDxb9seba8kI1tWYBGXNE0uwGb-1SJKp4XrFTsLZYlMXBCTdwCFtebONQtWAkbkuQAfhUuqtOvIbz6KcIyI7g6KV5OnPNzw.q9Fb1LgcuGOhDM7d8UPiuw.fdmJ9W-LPDrT6p53ITGhZqNxbisbRcssIA9XUoFvbrDCk8apYtDAeIaqR3N5QWtydIcKVkPdvhbEU-Dduga5PXqsO9Ot1MQLeErtI28O1H8.pKzhEjWsJBuESoPUMQzM4g" + }, + "record": { + "CNAME": "fear-itself.github.io" + } +} diff --git a/domains/playeranalytics.vulcanocraft.json b/domains/playeranalytics.vulcanocraft.json new file mode 100644 index 000000000..db7ef754b --- /dev/null +++ b/domains/playeranalytics.vulcanocraft.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "VulcanoSoftware", + "discord": "814891541205876767", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.PaUlk6ZArYasb5GFWnvJMTUcFLt0hlPqX2DDMAs_8dKVCFZhhAJYHfjbuo7Imsx8y9TQSv3b2_qSaTvo488GReI4sa8uscSTFUtypOeKYE5hzo6G7vWfj_fJ4OWQbxBhiAd-ebA5gJQQFihIS2SL37o1uvTQDdkOGprZS0XxsMN7hl3s9-u9tfwnIM_j5iG6z_TnzkE0QCIANe_y20J8ift_GPd89bz7M2-X7gpqgiWfzTGrRnOF2gFjIHofZB4uljxaPNK3TzzlV72Qwyh_WrU8Kw3XsKxsjr7IO62BrrNzTJyjixJd-oZkcEhd8Z4N5wueMX_Vx9cdJ0xtOIjrmQ.JdAPDqQADI_gas7asULI6A.r5P4wD7e_E-4TpKksyzjdQQvp3OWTHffPIM5_C5EfOWYeR6oUTCNB16WdP6NVKFvfWOdWnVuVgjO9bWTWTZKxuUxXTj0WeBIQSS3plaoNWbuEFY31OgMm-XXFP1ZRBie.lXIj9HQI-dJm1aJ5r-RJXw" + }, + "record": { + "CNAME": "vulcanoplan.pages.dev" + } +} diff --git a/domains/playreaver.json b/domains/playreaver.json new file mode 100644 index 000000000..36a8c1f76 --- /dev/null +++ b/domains/playreaver.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "playreaver", + "discord": "802466803984760853", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.YIQZW1Q4GvuHtwoVApEhTUfnTvZRbzgeTMFBwrRj4bRe-r37w_KlqAfvqDuBXCPv7a7uPkwE5evyx_DVX2UJ3Jl5M8N1SMKIg26cnzShzMARtF1m6oBGlei_fGung5SHj0UUekOnNqE6XlspxmKZLRT1EfT9H1DxLxXHlWjOaV1uAtEyKcZvv5G1TR_pLEanpcAik1jHaSdRoMOHH_LL4T-yZ_AcY2qfzI9dKdkJSdzdjw0ZKhmmFX9APqUTf9AWV2P0Aj_dKIKejzdR8CgTqnofaI7eWZ3kAJp_8LDVNoisvJvr2BgnPGvCQ_Lfv7YRouD7UE0SHEh9Rb0Ev1owsQ.FDIBraLuBZXlcNTt3jsXdA.MRrBmfOZ3L9_pnW4SuCmAaAr23yqsMOp-ptrX4TUFwY9Gobq7XyzKp1q-8w4Uv_bTsDEVj-QvEhsCRFKrnctLb-yDWHCJfQMau1mgwCgaK4.qG8M04A5TqkLwQnOLJD0QA" + }, + "record": { + "CNAME": "playreaver.github.io" + } +} diff --git a/domains/ploszukiwacz.json b/domains/ploszukiwacz.json index 07d305b08..2223f7b4c 100644 --- a/domains/ploszukiwacz.json +++ b/domains/ploszukiwacz.json @@ -6,6 +6,6 @@ "email": "ploszukiwacz1@gmail.com" }, "record": { - "CNAME": "ploszukiwaczdev.github.io" + "NS": ["jake.ns.cloudflare.com", "stephane.ns.cloudflare.com"] } } diff --git a/domains/fent.json b/domains/plug.json similarity index 55% rename from domains/fent.json rename to domains/plug.json index ede20a225..651490985 100644 --- a/domains/fent.json +++ b/domains/plug.json @@ -1,9 +1,9 @@ { "owner": { - "username": "fentbomb", + "username": "0n4u", "email": "musicbotqn@gmail.com" }, "record": { - "CNAME": "fentbomb.github.io" + "CNAME": "0n4u.github.io" } } diff --git a/domains/plumaxe.json b/domains/plumaxe.json index 106acdfdd..cceaa4f76 100644 --- a/domains/plumaxe.json +++ b/domains/plumaxe.json @@ -4,6 +4,6 @@ "email": "iaintflxzra122@gmail.com" }, "record": { - "CNAME": "Plumaxe.github.io" + "CNAME": "plumaxe.github.io" } } diff --git a/domains/plun.json b/domains/plun.json index 2e534c591..3dee1aeca 100644 --- a/domains/plun.json +++ b/domains/plun.json @@ -3,7 +3,6 @@ "username": "plun1331", "email": "plun1331@gmail.com" }, - "record": { "CNAME": "plun.pages.dev" } diff --git a/domains/plusrazz.json b/domains/plusrazz.json new file mode 100644 index 000000000..ec9725344 --- /dev/null +++ b/domains/plusrazz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "codehihe", + "email": "saurav.shubham8656@gmail.com" + }, + "record": { + "CNAME": "codehihe.github.io" + } +} diff --git a/domains/podcodar.json b/domains/podcodar.json new file mode 100644 index 000000000..b7b7d25b9 --- /dev/null +++ b/domains/podcodar.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "marco-souza", + "email": "marco@podcodar.org" + }, + "record": { + "CNAME": "podcodar.pages.dev" + } +} diff --git a/domains/pog.json b/domains/pog.json index 0e948dbee..03845c585 100644 --- a/domains/pog.json +++ b/domains/pog.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "PogMaster9001", - "email": "", - "discord": "1190052608346435597" - }, - - "record": { - "CNAME": "projectdevs.net" - } - } - + "owner": { + "username": "PogMaster9001", + "discord": "1190052608346435597" + }, + "record": { + "CNAME": "projectdevs.net" + } +} diff --git a/domains/pogmaster.json b/domains/pogmaster.json index 0e948dbee..03845c585 100644 --- a/domains/pogmaster.json +++ b/domains/pogmaster.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "PogMaster9001", - "email": "", - "discord": "1190052608346435597" - }, - - "record": { - "CNAME": "projectdevs.net" - } - } - + "owner": { + "username": "PogMaster9001", + "discord": "1190052608346435597" + }, + "record": { + "CNAME": "projectdevs.net" + } +} diff --git a/domains/pogmaster9001.json b/domains/pogmaster9001.json index 0e948dbee..03845c585 100644 --- a/domains/pogmaster9001.json +++ b/domains/pogmaster9001.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "PogMaster9001", - "email": "", - "discord": "1190052608346435597" - }, - - "record": { - "CNAME": "projectdevs.net" - } - } - + "owner": { + "username": "PogMaster9001", + "discord": "1190052608346435597" + }, + "record": { + "CNAME": "projectdevs.net" + } +} diff --git a/domains/poked.json b/domains/poked.json index 7c7f30683..cd4b1057b 100644 --- a/domains/poked.json +++ b/domains/poked.json @@ -7,6 +7,6 @@ "discord": "poked" }, "record": { - "CNAME": "PokedWasTaken.github.io" + "CNAME": "pokedwastaken.github.io" } } diff --git a/domains/pokey.json b/domains/pokey.json index d5b90541e..88d140542 100644 --- a/domains/pokey.json +++ b/domains/pokey.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "Pokeylooted", - "email": "", - "discord": "469808869426724865", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.YwtcHwpMZkKBYbgs0mxj-7NxjIGcUOrXLTJmxRNtVUAENnuLfqfoGn0-l4CeYdFvYSxBYv2ElPgXrvmfynv5w7bUclrf8k7nc2EEKaXgddisH4nHH1EhCDZ3S7N3wVA15MN4PwBehgRJkvNU-ckVpyQ1vMzpXhbeXz8UErfp039VViBrvY5S0V-n43CkDSf3iqtsa9sMDaWh9-I3oYXeMKqCyx-OXBhaY8w9R9f6V4rthWdwu2--gYe1gqEoV29I16wXRVZqpzHgecZV8rmcamLUZUkWSYdrG7ibBjkmzn_1j8Pxe-OBWLtuVpHUnX_PYwour7OPajWzXkAPjIoQAQ.sdtAwCEcrzrn3SV-e277bA.q73Rr_IE9cxfke6WUU-HessDBZZdhUOs9Ga7IK4bWZ1ewgtV7pLzaGDoe8_ukVHf-oo5Ya-QEJaGLglkvBK1IQWUKPpSW9rxzCQSMCpxCkg.9-P9cZ5_qyjMrJ8XMP2-Pg" - }, - - "record": { - "CNAME": "pokeylooted.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "Pokeylooted", + "discord": "469808869426724865", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.YwtcHwpMZkKBYbgs0mxj-7NxjIGcUOrXLTJmxRNtVUAENnuLfqfoGn0-l4CeYdFvYSxBYv2ElPgXrvmfynv5w7bUclrf8k7nc2EEKaXgddisH4nHH1EhCDZ3S7N3wVA15MN4PwBehgRJkvNU-ckVpyQ1vMzpXhbeXz8UErfp039VViBrvY5S0V-n43CkDSf3iqtsa9sMDaWh9-I3oYXeMKqCyx-OXBhaY8w9R9f6V4rthWdwu2--gYe1gqEoV29I16wXRVZqpzHgecZV8rmcamLUZUkWSYdrG7ibBjkmzn_1j8Pxe-OBWLtuVpHUnX_PYwour7OPajWzXkAPjIoQAQ.sdtAwCEcrzrn3SV-e277bA.q73Rr_IE9cxfke6WUU-HessDBZZdhUOs9Ga7IK4bWZ1ewgtV7pLzaGDoe8_ukVHf-oo5Ya-QEJaGLglkvBK1IQWUKPpSW9rxzCQSMCpxCkg.9-P9cZ5_qyjMrJ8XMP2-Pg" + }, + "record": { + "CNAME": "pokeylooted.github.io" + } +} diff --git a/domains/poldek.json b/domains/poldek.json new file mode 100644 index 000000000..a98db4452 --- /dev/null +++ b/domains/poldek.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "poldekdev", + "discord": "poldek333" + }, + "record": { + "CNAME": "poldek.pages.dev" + } +} diff --git a/domains/polishboiyt.json b/domains/polishboiyt.json index db4a28e6f..86e381037 100644 --- a/domains/polishboiyt.json +++ b/domains/polishboiyt.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "PolishBoiYT", - "email": "", - "discord": "994187133847875604", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.lRT7_mboLxbZEhJf5GgShupSpYsiC5X4nKn9lneWnVOe0_Zy425skI6hIF0PDM8SiggRM6l8mZ6rMIWeLE2hD0-5s1Py6qeb193EEOtAflwJMzdQZzmiLSg2G8lvMkronAbqy9hhQvIlfn31oNMQHwCxDao4623iJu4Lms4LyX5O9q9k-OHbl1n9_x7OuQkCR-v-TcaswbIs30MYwbOanV_2Nq9_Mryh1UPFRvn9XccokV6Kg4epVLweUIfUfL5uLLky7MnMHCncen3InovJZPoWzsx6Ze4vO1WfgU90hLPbMhVwUptgFxYtuSF_drt2dV3c00HJRS_chslDnE-UkQ.2bulfUF5rDNMy8TOVgKpQw.PVcafBMcxwoWZyccETnARrk7TDCkoIZhl4z-hZKHbCni1ed1xfD62KpHH1modkbh_4v1O3s12jtwvcvrsumzwtsfFms59PIuxfevOezpwH4.wtRTEYk_LfzqZKdkqk3ivQ" - }, - - "record": { - "CNAME": "polishboiyt.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "PolishBoiYT", + "discord": "994187133847875604", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.lRT7_mboLxbZEhJf5GgShupSpYsiC5X4nKn9lneWnVOe0_Zy425skI6hIF0PDM8SiggRM6l8mZ6rMIWeLE2hD0-5s1Py6qeb193EEOtAflwJMzdQZzmiLSg2G8lvMkronAbqy9hhQvIlfn31oNMQHwCxDao4623iJu4Lms4LyX5O9q9k-OHbl1n9_x7OuQkCR-v-TcaswbIs30MYwbOanV_2Nq9_Mryh1UPFRvn9XccokV6Kg4epVLweUIfUfL5uLLky7MnMHCncen3InovJZPoWzsx6Ze4vO1WfgU90hLPbMhVwUptgFxYtuSF_drt2dV3c00HJRS_chslDnE-UkQ.2bulfUF5rDNMy8TOVgKpQw.PVcafBMcxwoWZyccETnARrk7TDCkoIZhl4z-hZKHbCni1ed1xfD62KpHH1modkbh_4v1O3s12jtwvcvrsumzwtsfFms59PIuxfevOezpwH4.wtRTEYk_LfzqZKdkqk3ivQ" + }, + "record": { + "CNAME": "polishboiyt.github.io" + } +} diff --git a/domains/polo.json b/domains/polo.json index b5d537509..0800c8081 100644 --- a/domains/polo.json +++ b/domains/polo.json @@ -1,10 +1,8 @@ { "owner": { "username": "polo-1245-oficial", - "email": "", "discord": "725316907187568701" }, - "record": { "CNAME": "polo-1245-oficial.github.io" } diff --git a/domains/porant.json b/domains/porant.json index 35dce6910..abf61d960 100644 --- a/domains/porant.json +++ b/domains/porant.json @@ -4,6 +4,6 @@ "email": "porant@gmail.com" }, "record": { - "A": ["178.26.182.120"] + "A": ["188.194.183.203"] } } diff --git a/domains/portainer.stefdp.json b/domains/portainer.stefdp.json deleted file mode 100644 index 9f2b1dbbb..000000000 --- a/domains/portainer.stefdp.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "email": "", - "discord": "694986201739952229", - "github_id": 81536172, - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" - }, - "record": { - "CNAME": "proxy.stefdp.is-a.dev" - } -} diff --git a/domains/portfolio.arash.json b/domains/portfolio.arash.json new file mode 100644 index 000000000..3fbee9629 --- /dev/null +++ b/domains/portfolio.arash.json @@ -0,0 +1,11 @@ +{ + "description": "My personal portfolio", + "owner": { + "username": "hatamiarash7", + "email": "hatamiarash7@gmail.com", + "twitter": "hatamiarash7" + }, + "record": { + "URL": "https://portfolio.arash-hatami.ir" + } +} diff --git a/domains/post.json b/domains/post.json index 326ff22ef..0763d2d1c 100644 --- a/domains/post.json +++ b/domains/post.json @@ -8,10 +8,6 @@ "verification-code-site-App_lark=HBuHgbKczItwYdsgJHDZ", "v=spf1 +include:spf.onlarksuite.com -all" ], - "MX": [ - "mx1.larksuite.com", - "mx2.larksuite.com", - "mx3.larksuite.com" - ] + "MX": ["mx1.larksuite.com", "mx2.larksuite.com", "mx3.larksuite.com"] } } diff --git a/domains/potatochips0706.json b/domains/potatochips0706.json deleted file mode 100644 index e7dccb3ae..000000000 --- a/domains/potatochips0706.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "A sub-domain to my portfolio github page.", - "repo": "https://github.com/potato0706/potato0706.github.io", - "owner": { - "username": "potato0706", - "email": "potatochips0706@gmail.com" - }, - "record": { - "CNAME": "potato0706.github.io" - } -} diff --git a/domains/potatoenergy.json b/domains/potatoenergy.json new file mode 100644 index 000000000..4decf203b --- /dev/null +++ b/domains/potatoenergy.json @@ -0,0 +1,11 @@ +{ + "description": "Potato Energy Team Website Proxy", + "owner": { + "username": "ponfertato", + "email": "ponfertato@potatoenergy.ru", + "discord": "ponfertato" + }, + "record": { + "CNAME": "potatoenergy.ru" + } +} diff --git a/domains/poysa213.json b/domains/poysa213.json new file mode 100644 index 000000000..2ebb1e070 --- /dev/null +++ b/domains/poysa213.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "poysa213", + "email": "hanaiayoucef@gmail.com", + "discord": "944238875566551110", + "twitter": "poysa213", + "repo": "https://github.com/poysa213/portfolio" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/ppg00.json b/domains/ppg00.json deleted file mode 100644 index e1f703da2..000000000 --- a/domains/ppg00.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "for my personal website ^_^", - "repo": "https://github.com/ppg00/ppg00.github.io", - "owner": { - "username": "ppg00", - "email": "ppqg00@gmail.com", - "twitter": "qqg00" - }, - "record": { - "CNAME": "ppg00.github.io" - } -} diff --git a/domains/ppyoung.json b/domains/ppyoung.json new file mode 100644 index 000000000..b1319f01e --- /dev/null +++ b/domains/ppyoung.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ppYoung", + "email": "dongyang.luo@gmail.com" + }, + "record": { + "CNAME": "ppyoung.github.io" + } +} diff --git a/domains/pr.whine.json b/domains/pr.whine.json deleted file mode 100644 index e0b3cb5ca..000000000 --- a/domains/pr.whine.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "whinee", - "email": "", - "twitter": "whi_nyaan" - }, - "description": "whi_ne's projects' subdomain", - "record": { - "CNAME": "whnya.github.io" - } -} diff --git a/domains/prabin.json b/domains/prabin.json index 48207704a..be6412422 100644 --- a/domains/prabin.json +++ b/domains/prabin.json @@ -6,6 +6,6 @@ "email": "prabinsubedi2016@gmail.com" }, "record": { - "URL": "https://prabincankod.me" + "URL": "https://www.prabinsubedi.tech" } } diff --git a/domains/prajapati-divya.json b/domains/prajapati-divya.json index d529266f3..8346aca47 100644 --- a/domains/prajapati-divya.json +++ b/domains/prajapati-divya.json @@ -2,8 +2,7 @@ "description": "Divya profile.", "repo": "https://github.com/prajapati-divya/prajapati-divya.github.io", "owner": { - "username": "prajapati-divya", - "email": "" + "username": "prajapati-divya" }, "record": { "CNAME": "prajapati-divya.github.io" diff --git a/domains/prajwal.json b/domains/prajwal.json index 0ed47cbcc..4fd04c8c6 100644 --- a/domains/prajwal.json +++ b/domains/prajwal.json @@ -4,7 +4,6 @@ "email": "prjwl028@gmail.com", "discord": "721093211577385020" }, - "record": { "CNAME": "toricane.github.io" } diff --git a/domains/prakhar.json b/domains/prakhar.json index 787d31479..64d94060b 100644 --- a/domains/prakhar.json +++ b/domains/prakhar.json @@ -1,11 +1,10 @@ { "description": "Prakhar| Portfolio", - "repo": "https://github.com/Prakhar-commits.github.io", "owner": { "username": "Prakhar-commits", "email": "prakharb56@gmail.com" }, "record": { - "CNAME": "Prakhar-commits.github.io" + "CNAME": "prakhar-commits.github.io" } } diff --git a/domains/pranav.json b/domains/pranav.json new file mode 100644 index 000000000..3020c0d4f --- /dev/null +++ b/domains/pranav.json @@ -0,0 +1,12 @@ +{ + "description": "Documentation website for is-a.dev", + "repo": "https://github.com/is-a-dev/docs", + "owner": { + "username": "Srcpranav", + "email": "zoldyckzoldyck41@gmail.com" + }, + "record": { + "CNAME": "pranav-portfolio-sigma.vercel.app" + }, + "proxied": true +} diff --git a/domains/pranavagrawal.json b/domains/pranavagrawal.json index cbbdff1cd..961525336 100644 --- a/domains/pranavagrawal.json +++ b/domains/pranavagrawal.json @@ -8,10 +8,7 @@ "record": { "A": ["185.199.108.153"], "AAAA": ["2606:50c0:8001::153"], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/pranavsaxena.json b/domains/pranavsaxena.json index f5af52703..6da15a292 100644 --- a/domains/pranavsaxena.json +++ b/domains/pranavsaxena.json @@ -7,6 +7,6 @@ "discord": "PRANAV SAXENA#9327" }, "record": { - "CNAME": "Pranav-Saxena.github.io" + "CNAME": "pranav-saxena.github.io" } } diff --git a/domains/pranay.json b/domains/pranay.json new file mode 100644 index 000000000..3f57d7464 --- /dev/null +++ b/domains/pranay.json @@ -0,0 +1,10 @@ +{ + "description": "Website for my personal use", + "owner": { + "username": "pranaynidhi", + "email": "pranaynidhi@gmail.com" + }, + "record": { + "CNAME": "pranaynidhi.tech" + } +} diff --git a/domains/praneeth.json b/domains/praneeth.json index 03efd7468..e0b97f071 100644 --- a/domains/praneeth.json +++ b/domains/praneeth.json @@ -4,7 +4,6 @@ "email": "praneeth.nkl@gmail.com", "discord": "606833730459533372" }, - "record": { "CNAME": "praneeth-balamurugan.github.io" } diff --git a/domains/pranjal.json b/domains/pranjal.json index ccece6e96..dd2772b8e 100644 --- a/domains/pranjal.json +++ b/domains/pranjal.json @@ -1,11 +1,11 @@ { - "description": "Subdomain for my personal page.", - "repo": "https://github.com/Pranjal-SB/Pranjal-SB", - "owner": { - "username": "Pranjal-SB", - "email": "psbhatnagar.in@gmal.com" - }, - "record": { - "CNAME": "Pranjal-SB.github.io" - } -} + "description": "Subdomain for my personal page.", + "repo": "https://github.com/Pranjal-SB/Pranjal-SB", + "owner": { + "username": "Pranjal-SB", + "email": "psbhatnagar.in@gmal.com" + }, + "record": { + "CNAME": "pranjal-sb.github.io" + } +} diff --git a/domains/pranoy.json b/domains/pranoy.json new file mode 100644 index 000000000..8c82e7670 --- /dev/null +++ b/domains/pranoy.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "pranoymajumdar", + "email": "pranoyfr@gmail.com", + "discord": "1303089079809740904" + }, + "record": { + "CNAME": "pranoy-ruby.vercel.app" + } +} diff --git a/domains/prasad.json b/domains/prasad.json new file mode 100644 index 000000000..e4022faa6 --- /dev/null +++ b/domains/prasad.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "prasad89" + }, + "record": { + "CNAME": "prasad89.github.io" + } +} diff --git a/domains/prasant.json b/domains/prasant.json new file mode 100644 index 000000000..e7f6582ed --- /dev/null +++ b/domains/prasant.json @@ -0,0 +1,11 @@ +{ + "description": "My Portfolio Website", + "repo": "https://github.com/prashant48653c/portfolio", + "owner": { + "username": "prashant48653c", + "email": "acharyaprashant227@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} \ No newline at end of file diff --git a/domains/prashanthkusuma.json b/domains/prashanthkusuma.json new file mode 100644 index 000000000..9f9b747c5 --- /dev/null +++ b/domains/prashanthkusuma.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "prashanthkusuma", + "email": "kusumaprashanth2000@gmail.com" + }, + "record": { + "URL": "https://prashanthkusuma.github.io" + } +} diff --git a/domains/pratham15541.json b/domains/pratham15541.json new file mode 100644 index 000000000..60d74d54a --- /dev/null +++ b/domains/pratham15541.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "pratham15541", + "email": "prathamparikh94@gmail.com", + "discord": "951846985172938782" + }, + "record": { + "CNAME": "pratham-portfolio-web.vercel.app" + } +} diff --git a/domains/prathamesh.json b/domains/prathamesh.json index 98a131912..711309191 100644 --- a/domains/prathamesh.json +++ b/domains/prathamesh.json @@ -1,11 +1,9 @@ { "owner": { - "username": "Prathamesh-Dukare", - "email": "prathameshdukaremail@gmail.com", - "discord": "741144155559821342" + "username": "prathamesh-2002", + "email": "prathameshisadev@gmail.com" }, - "record": { - "CNAME": "prathamesh.works" + "CNAME": "prathamesh-2002.github.io" } } diff --git a/domains/prathm.json b/domains/prathm.json new file mode 100644 index 000000000..73bc68dad --- /dev/null +++ b/domains/prathm.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "prathm", + "email": "prathmtayade30@gmail.com" + }, + "record": { + "CNAME": "prathmtayade.vercel.app" + } +} diff --git a/domains/pratike-patel.json b/domains/pratike-patel.json index 8ac2d497a..d451ac524 100644 --- a/domains/pratike-patel.json +++ b/domains/pratike-patel.json @@ -2,8 +2,7 @@ "description": "My new website", "repo": "https://github.com/pratike-patel/pratike-patel.github.io", "owner": { - "username": "pratike-patel", - "email": "" + "username": "pratike-patel" }, "record": { "CNAME": "pratike-patel.github.io" diff --git a/domains/pratikp-patel.json b/domains/pratikp-patel.json index 3f6311ed9..751dd3a8d 100644 --- a/domains/pratikp-patel.json +++ b/domains/pratikp-patel.json @@ -2,8 +2,7 @@ "description": "This is a website", "repo": "https://github.com/pratikp-patel/pratikp-patel.github.io", "owner": { - "username": "pratikp-patel", - "email": "" + "username": "pratikp-patel" }, "record": { "CNAME": "pratikp-patel.github.io" diff --git a/domains/pratikshya.json b/domains/pratikshya.json index 16e76f1a4..e6d7c99e1 100644 --- a/domains/pratikshya.json +++ b/domains/pratikshya.json @@ -1,11 +1,10 @@ { - "description": "Pratikshya website", - "repo": "https://github.com/pratikshya-gautam/portfolio", - "owner": { - "username": "pratikshya-gautam", - "email": "" - }, - "record": { - "CNAME": "pratikshya-gautam.github.io" - } - } \ No newline at end of file + "description": "Pratikshya website", + "repo": "https://github.com/pratikshya-gautam/portfolio", + "owner": { + "username": "pratikshya-gautam" + }, + "record": { + "CNAME": "pratikshya-gautam.github.io" + } +} diff --git a/domains/pratikthapw.json b/domains/pratikthapw.json new file mode 100644 index 000000000..56e62a18a --- /dev/null +++ b/domains/pratikthapw.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "pratikthapw", + "email": "pratikthapw@gmail.com" + }, + "record": { + "CNAME": "pratikthapw.github.io" + } +} diff --git a/domains/prats.json b/domains/prats.json new file mode 100644 index 000000000..a5408f80b --- /dev/null +++ b/domains/prats.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "theyashl", + "email": "yashlohakare48@outlook.com" + }, + "record": { + "CNAME": "developerfolio-are.pages.dev" + } +} diff --git a/domains/pratyay.json b/domains/pratyay.json index 4de110802..daa3185b8 100644 --- a/domains/pratyay.json +++ b/domains/pratyay.json @@ -1,6 +1,5 @@ { "description": "Pratyay's portfolio website and blog", - "repo": "https://github.com/x3nosiz", "owner": { "username": "x3nosiz", "email": "neilblaze007@gmail.com" diff --git a/domains/praveen-patel.json b/domains/praveen-patel.json index f3a80dbe6..f8b53cc37 100644 --- a/domains/praveen-patel.json +++ b/domains/praveen-patel.json @@ -1,5 +1,4 @@ { - "repo": "https://github.com/praveen8git", "owner": { "username": "praveen8git", "email": "praveenpatel@duck.com", diff --git a/domains/praveen.json b/domains/praveen.json index 128459810..55bbe4703 100644 --- a/domains/praveen.json +++ b/domains/praveen.json @@ -1,6 +1,5 @@ { "description": "Praveen's personal developer website", - "repo": "https://github.com/PraveenPal4232", "owner": { "username": "PraveenPal4232", "email": "praveenpal4232@gmail.com" diff --git a/domains/pricing.syntaxloopers.json b/domains/pricing.syntaxloopers.json deleted file mode 100644 index 1ac66d3d8..000000000 --- a/domains/pricing.syntaxloopers.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "chiragnahata", - "email": "chiragnahata05@gmail.com" - }, - - "record": { - "A": ["129.213.151.29"] - } -} diff --git a/domains/princeprajapati.json b/domains/princeprajapati.json new file mode 100644 index 000000000..ae58450fd --- /dev/null +++ b/domains/princeprajapati.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "notreallyprince", + "email": "prince30112001@gmail.com" + }, + "record": { + "CNAME": "princexd.vercel.app" + } +} diff --git a/domains/princexd.json b/domains/princexd.json new file mode 100644 index 000000000..ae58450fd --- /dev/null +++ b/domains/princexd.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "notreallyprince", + "email": "prince30112001@gmail.com" + }, + "record": { + "CNAME": "princexd.vercel.app" + } +} diff --git a/domains/priscila.json b/domains/priscila.json new file mode 100644 index 000000000..f827b48c6 --- /dev/null +++ b/domains/priscila.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "pgoliv-code", + "email": "pguillen.oliv@gmail.com" + }, + "record": { + "CNAME": "pgoliv-code.github.io" + } +} diff --git a/domains/pritam.json b/domains/pritam.json new file mode 100644 index 000000000..1683fa89d --- /dev/null +++ b/domains/pritam.json @@ -0,0 +1,11 @@ +{ + "description": "My Portfolio.", + "repo": "https://github.com/ImDarkShadow/ImDarkShadow", + "owner": { + "username": "ImDarkShadow", + "email": "itspritam@proton.me" + }, + "record": { + "CNAME": "pritam-das.vercel.app" + } +} diff --git a/domains/priti-shide.json b/domains/priti-shide.json index 58194a73e..37e6cbad4 100644 --- a/domains/priti-shide.json +++ b/domains/priti-shide.json @@ -2,8 +2,7 @@ "description": "My Portfolio.", "repo": "https://github.com/priti-shide/priti-shide.github.io", "owner": { - "username": "priti-shide", - "email": "" + "username": "priti-shide" }, "record": { "CNAME": "priti-shide.github.io" diff --git a/domains/privacy.json b/domains/privacy.json deleted file mode 100644 index 6f3b6f9c6..000000000 --- a/domains/privacy.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "is-a-dev", - "email": "" - }, - "record": { - "URL": "https://owl.is-a.dev" - } -} diff --git a/domains/private.shockbs.json b/domains/private.shockbs.json new file mode 100644 index 000000000..3f6947a7b --- /dev/null +++ b/domains/private.shockbs.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "shockbs", + "discord": "880084860327313459" + }, + "record": { + "CNAME": "shockbs-private.netlify.app" + } +} diff --git a/domains/priyanshul.json b/domains/priyanshul.json index 1d3bd1586..60fcdbea9 100644 --- a/domains/priyanshul.json +++ b/domains/priyanshul.json @@ -1,11 +1,11 @@ -{ - "description": "My Portfolio Website", - "repo": "https://github.com/Priyanshul1307/Priyanshul1307.github.io", - "owner": { - "username": "Priyanshul1307", - "email": "piyanshul1307@gmail.com" - }, - "record": { - "CNAME": "Priyanshul130.github.io" - } - } +{ + "description": "My Portfolio Website", + "repo": "https://github.com/Priyanshul1307/Priyanshul1307.github.io", + "owner": { + "username": "Priyanshul1307", + "email": "piyanshul1307@gmail.com" + }, + "record": { + "CNAME": "priyanshul130.github.io" + } +} diff --git a/domains/priyas-rana.json b/domains/priyas-rana.json index d4ae6d184..7e8714b37 100644 --- a/domains/priyas-rana.json +++ b/domains/priyas-rana.json @@ -2,8 +2,7 @@ "description": "My new website", "repo": "https://github.com/priyas-rana/priyas-rana.github.io", "owner": { - "username": "priyas-rana", - "email": "" + "username": "priyas-rana" }, "record": { "CNAME": "priyas-rana.github.io" diff --git a/domains/probir-sarkar.json b/domains/probir-sarkar.json index fa8737683..c0dcd0345 100644 --- a/domains/probir-sarkar.json +++ b/domains/probir-sarkar.json @@ -3,7 +3,6 @@ "username": "probir-sarkar", "email": "me@probir.dev" }, - "record": { "URL": "https://probir-sarkar.vercel.app" } diff --git a/domains/proficode.json b/domains/proficode.json new file mode 100644 index 000000000..c64a9954f --- /dev/null +++ b/domains/proficode.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "profic0de", + "email": "anonymou3489@gmail.com" + }, + "record": { + "CNAME": "239581.site.bot-hosting.net" + } +} diff --git a/domains/programmerraja.json b/domains/programmerraja.json new file mode 100644 index 000000000..75c2aec80 --- /dev/null +++ b/domains/programmerraja.json @@ -0,0 +1,11 @@ +{ + "description": "programmerraja is.a.dev domain!", + "repo": "https://github.com/programmerraja/programmerraja.github.io", + "owner": { + "username": "programmerraja", + "email": "boooathis123@gmail.com" + }, + "record": { + "CNAME": "programmerraja.github.io" + } +} diff --git a/domains/projassets.oxmc.json b/domains/projassets.oxmc.json index 61a9bd4f7..28a3a3fb7 100644 --- a/domains/projassets.oxmc.json +++ b/domains/projassets.oxmc.json @@ -11,10 +11,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=contact:oxmc7769.mail@gmail.com" } } diff --git a/domains/project-jam.json b/domains/project-jam.json new file mode 100644 index 000000000..8b498e6cd --- /dev/null +++ b/domains/project-jam.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Omarplayz233", + "email": "mrbouiri@gmail.com" + }, + "record": { + "NS": ["elsa.ns.cloudflare.com", "roan.ns.cloudflare.com"] + } +} diff --git a/domains/projects.skibidi.json b/domains/projects.skibidi.json new file mode 100644 index 000000000..0c1ba2ca6 --- /dev/null +++ b/domains/projects.skibidi.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "bananaking6", + "email": "", + "discord": "skibidibagel" + }, + "record": { + "CNAME": "skibidi-4.vercel.app" + } +} diff --git a/domains/prokai-kun.json b/domains/prokai-kun.json index 2916a7bc2..8ee15ad97 100644 --- a/domains/prokai-kun.json +++ b/domains/prokai-kun.json @@ -6,6 +6,6 @@ "email": "prokaiindo003@gmail.com" }, "record": { - "CNAME": "IAKORP.github.io" + "CNAME": "iakorp.github.io" } } diff --git a/domains/pronicio.json b/domains/pronicio.json index 1ffca5071..dd6efa5dd 100644 --- a/domains/pronicio.json +++ b/domains/pronicio.json @@ -1,6 +1,5 @@ { "description": "Pronicio's Portfolio", - "repo": "https://github.com/Pronicio", "owner": { "username": "Pronicio", "email": "pronicio.contact@gmail.com", diff --git a/domains/protoshock.gizzy.json b/domains/protoshock.gizzy.json index 87bbe1f5b..d2fba1abb 100644 --- a/domains/protoshock.gizzy.json +++ b/domains/protoshock.gizzy.json @@ -1,12 +1,10 @@ { - "description": "protoshock.gizzy.is-a.dev", - "owner": { - "username": "GizzyUwU", - "email": "nerop455@gmail.com" - }, - "record": { - "A": [ - "69.197.135.202" - ] - } -} + "description": "protoshock.gizzy.is-a.dev", + "owner": { + "username": "GizzyUwU", + "email": "nerop455@gmail.com" + }, + "record": { + "A": ["69.197.135.202"] + } +} diff --git a/domains/prox.preston-code.json b/domains/prox.preston-code.json index 02f8925cc..b1ab99cdd 100644 --- a/domains/prox.preston-code.json +++ b/domains/prox.preston-code.json @@ -4,7 +4,6 @@ "email": "pres1234569@gmail.com", "discord": "816152941923663902" }, - "record": { "CNAME": "compiler-glzx.onrender.com" } diff --git a/domains/proxy.json b/domains/proxy.json index 450416a95..b226183e2 100644 --- a/domains/proxy.json +++ b/domains/proxy.json @@ -6,6 +6,6 @@ "email": "notAperson939@gmail.com" }, "record": { - "CNAME": "notAperson535.github.io" + "CNAME": "notaperson535.github.io" } } diff --git a/domains/proxy.stefdp.json b/domains/proxy.stefdp.json deleted file mode 100644 index 884b42e7a..000000000 --- a/domains/proxy.stefdp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "email": "", - "discord": "694986201739952229", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" - }, - "record": { - "A": ["194.60.201.37"] - } -} diff --git a/domains/ps.json b/domains/ps.json new file mode 100644 index 000000000..1a4a92db5 --- /dev/null +++ b/domains/ps.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "PrivacySecured", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.VoJDQtbSUW3kYsQ0IuIE4CTIomV-e8GVUO2wS0fZp_-DkO6QltgcnKL_mAqMH5Salut7IGMZy48HExbambDrl11jQWwYHBAqqyAuAlxsqnUh83KGY3UKYfQzA8eRkdCPTth1pxvyXfUFnAnjEtmJLMNTSCds-J8fmcIkNEu-xT2UMEjxPQkoN8sJ7EA8YTHn4t3078D8tMr3AV5DJ1rg0QnuFwjra5FbjuJGHeYenEzS-Tdha7LTUyTEbKrdqdxYNpN4pv45sNrVpsDZPt3sR1CgOnXNSsfVwjUm-5DRweNquJHUxSpNZblJnbWBErWyg9_NZvISrClpJZ4We48oDg.YdsO9C1ulWhtaJYei-z-Zg.8p4HE12styyP4JSTFrlLWMmfIUAOw1kDQWrAcqSOlqbbtujr4Ww-QyBuUBIQojGvuFKs3jflF5tuvIjOgU8hTOWxB2uS4KItHwpIsFeQo9i1OHSTzj0glP2ly-XMY1Wi.99kVL134lF7knduFKnqfGQ" + }, + "record": { + "CNAME": "privacysecured.github.io" + } +} diff --git a/domains/ptero.phoenix.json b/domains/ptero.phoenix.json deleted file mode 100644 index 37214625f..000000000 --- a/domains/ptero.phoenix.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "PhoenixOrigin", - "email": "phoenixorigin171@gmail.com", - "github_id": 85183285 - }, - "record": { - "A": ["130.162.166.134"] - } -} diff --git a/domains/pulkitmidha.json b/domains/pulkitmidha.json new file mode 100644 index 000000000..9e0d36c21 --- /dev/null +++ b/domains/pulkitmidha.json @@ -0,0 +1,10 @@ +{ + "description": "Personal website", + "owner": { + "username": "midopooler", + "email": "midhapulkit28@gmail.com" + }, + "record": { + "CNAME": "midopooler.github.io" + } +} diff --git a/domains/puncoz.json b/domains/puncoz.json new file mode 100644 index 000000000..9d6a4077c --- /dev/null +++ b/domains/puncoz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "puncoz", + "discord": "333515022565113856" + }, + "record": { + "NS": ["bruce.ns.cloudflare.com", "coco.ns.cloudflare.com"] + } +} diff --git a/domains/pvyas.json b/domains/pvyas.json index 4d54cf28e..34baaa5a3 100644 --- a/domains/pvyas.json +++ b/domains/pvyas.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "parthvyas7", - "email": "", - "discord": "505731689788473347", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.sf0jfkbSFi9mJlIHKGJyHq6aLTTeihBVr4C24pYoXyVydhbwXIsvMjzl6EplTvtAdaaTKAeA2Mvda4Q4_FrbsBdkX3Qd56ByRc4uuLHj-IX_-2W4gJ6EFUZ67Fqx1ePQIZ50SpZw9zLZBhXmExF0bOd3c9xJaf081kgqISRjxYlfy0ITaXjvly9ye2CDAgFN-oyKtRAyoolwiGCywfl-njl-oix02Ezc3EWS0zWVTPIjTyGoAxeeexfobLV0wWQa9P27GsnKQrTfpmmWxWlPLLfUlKmotW2C9bEPWSu5dEWhvCnQDry5tJ2m9IHsoSy27YRiqQLLo-WeQNF7CU9tLg.gf0byOghlGoqNnuHgld42A.EddL6PqoWvCcmqTte698ZKtTyyt_8sqMYIvVciH4GSSbOPxsKtRZkYE73QdBSC-tC0CwX2-nxsAGOSff4VFUSCl7S8p-s8YEmLe2-0g21QmPwyXGVwi1lAMcAY0GODf4.VypDGE8qp8W364yhOfkfNA" - }, - - "record": { - "CNAME": "parthvyas7.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "parthvyas7", + "discord": "505731689788473347", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.sf0jfkbSFi9mJlIHKGJyHq6aLTTeihBVr4C24pYoXyVydhbwXIsvMjzl6EplTvtAdaaTKAeA2Mvda4Q4_FrbsBdkX3Qd56ByRc4uuLHj-IX_-2W4gJ6EFUZ67Fqx1ePQIZ50SpZw9zLZBhXmExF0bOd3c9xJaf081kgqISRjxYlfy0ITaXjvly9ye2CDAgFN-oyKtRAyoolwiGCywfl-njl-oix02Ezc3EWS0zWVTPIjTyGoAxeeexfobLV0wWQa9P27GsnKQrTfpmmWxWlPLLfUlKmotW2C9bEPWSu5dEWhvCnQDry5tJ2m9IHsoSy27YRiqQLLo-WeQNF7CU9tLg.gf0byOghlGoqNnuHgld42A.EddL6PqoWvCcmqTte698ZKtTyyt_8sqMYIvVciH4GSSbOPxsKtRZkYE73QdBSC-tC0CwX2-nxsAGOSff4VFUSCl7S8p-s8YEmLe2-0g21QmPwyXGVwi1lAMcAY0GODf4.VypDGE8qp8W364yhOfkfNA" + }, + "record": { + "CNAME": "parthvyas7.github.io" + } +} diff --git a/domains/pxseu.json b/domains/pxseu.json index 4e1a315ba..d54b138a9 100644 --- a/domains/pxseu.json +++ b/domains/pxseu.json @@ -2,7 +2,6 @@ "description": "Pxseu's website!", "owner": { "username": "pxseu", - "email": "", "twitter": "pxseu" }, "record": { diff --git a/domains/pxsty.json b/domains/pxsty.json new file mode 100644 index 000000000..a82e9166c --- /dev/null +++ b/domains/pxsty.json @@ -0,0 +1,11 @@ +{ + "description": "pxsty personal web page", + "repo": "https://github.com/pxsty0/pxsty0.github.io", + "owner": { + "username": "pxsty0", + "email": "pxsty@pxserv.net" + }, + "record": { + "CNAME": "pxsty0.github.io" + } +} diff --git a/domains/pyro.json b/domains/pyro.json index 194a0fb34..bbceb77fc 100644 --- a/domains/pyro.json +++ b/domains/pyro.json @@ -1,6 +1,5 @@ { "description": "pyro's portfolio", - "repo": "https://github.com/pyroisgamer.github.io", "owner": { "username": "pyroisgamer", "email": "pyroisgamer@outlook.com" diff --git a/domains/pythonscratcher.json b/domains/pythonscratcher.json index 0d16fdf96..2ab0b99e5 100644 --- a/domains/pythonscratcher.json +++ b/domains/pythonscratcher.json @@ -3,7 +3,6 @@ "username": "PythonScratcher", "email": "callumcardy7@gmail.com" }, - "record": { "CNAME": "pythonscratcher.github.io" } diff --git a/domains/pyyupsk.json b/domains/pyyupsk.json index f3c04cdaf..8fc257f3a 100644 --- a/domains/pyyupsk.json +++ b/domains/pyyupsk.json @@ -1,12 +1,11 @@ { - "owner": { - "username": "pyyupsk", - "email": "pyyupsk@proton.me" - }, - "description": "👋 Hello! I'm ファース, a passionate full-stack developer with a passionate about creating innovative solutions that have a positive impact on people's lives.", - "repo": "https://github.com/pyyupsk/personal-website", - "record": { - "CNAME": "pyyupsk.pages.dev" - } + "owner": { + "username": "pyyupsk", + "email": "pyyupsk@proton.me" + }, + "description": "I'm a passionate software engineer with 6 years of experience in building web applications. I specialize in React, Node.js, and cloud technologies. My goal is to create efficient, scalable, and user-friendly solutions that make a positive impact.", + "repo": "https://github.com/pyyupsk/personal-website", + "record": { + "CNAME": "pyyupsk.vercel.app" } - \ No newline at end of file +} diff --git a/domains/q.json b/domains/q.json new file mode 100644 index 000000000..d0ef77563 --- /dev/null +++ b/domains/q.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "syedtahseen", + "email": "itxtahseen@gmail.com" + }, + "record": { + "CNAME": "xproject-xi.vercel.app" + } +} diff --git a/domains/qavv.json b/domains/qavv.json new file mode 100644 index 000000000..a76eacfde --- /dev/null +++ b/domains/qavv.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "qavv" + }, + "record": { + "CNAME": "qavv.github.io" + } +} diff --git a/domains/qloha.json b/domains/qloha.json new file mode 100644 index 000000000..5b8aa7378 --- /dev/null +++ b/domains/qloha.json @@ -0,0 +1,12 @@ +{ + "description": "Portfolio", + "repo": "https://github.com/qloha/qloha.github.io", + "owner": { + "username": "qloha", + "youtube": "https://youtube.com/@qloha", + "email": "sirfigaloha@gmail.com" + }, + "record": { + "CNAME": "qloha.github.io" + } +} diff --git a/domains/qrcode.json b/domains/qrcode.json index f721ee522..72bd1be2b 100644 --- a/domains/qrcode.json +++ b/domains/qrcode.json @@ -5,8 +5,6 @@ "email": "isobars.mustang_0g@icloud.com" }, "record": { - "A": [ - "103.97.126.29" - ] + "A": ["103.97.126.29"] } } diff --git a/domains/quang.json b/domains/quang.json new file mode 100644 index 000000000..832f5f7d6 --- /dev/null +++ b/domains/quang.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Kokkini", + "email": "trannhatquang1104@gmail.com" + }, + "record": { + "CNAME": "kokkini.github.io" + } +} diff --git a/domains/quangtran.json b/domains/quangtran.json new file mode 100644 index 000000000..832f5f7d6 --- /dev/null +++ b/domains/quangtran.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Kokkini", + "email": "trannhatquang1104@gmail.com" + }, + "record": { + "CNAME": "kokkini.github.io" + } +} diff --git a/domains/quantum.json b/domains/quantum.json index 7f7b5f37a..d472647a4 100644 --- a/domains/quantum.json +++ b/domains/quantum.json @@ -3,7 +3,6 @@ "username": "RabbitFored", "email": "quantum@theostrich.eu.org" }, - "record": { "CNAME": "quantum.theostrich.eu.org" } diff --git a/domains/quantumgarden.json b/domains/quantumgarden.json new file mode 100644 index 000000000..74d7fec7d --- /dev/null +++ b/domains/quantumgarden.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AlejandroGomezFrieiro", + "email": "alejandrogomezfrieiro@gmail.com" + }, + "record": { + "CNAME": "alejandrogomezfrieiro.github.io" + } +} diff --git a/domains/quantummapleqc.json b/domains/quantummapleqc.json new file mode 100644 index 000000000..d9fb6ac91 --- /dev/null +++ b/domains/quantummapleqc.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/QuantumMapleQC/quantumapleqc.github.io", + "owner": { + "username": "quantumapleqc", + "email": "thefattestmod@gmail.com" + }, + "record": { + "CNAME": "quantummapleqc.github.io" + } +} diff --git a/domains/quddi.json b/domains/quddi.json new file mode 100644 index 000000000..ac920f3da --- /dev/null +++ b/domains/quddi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Quddi", + "email": "quddi6@gmail.com" + }, + "record": { + "CNAME": "quddiy.github.io" + } +} diff --git a/domains/queirozt.json b/domains/queirozt.json index c022baa1b..ce87828fe 100644 --- a/domains/queirozt.json +++ b/domains/queirozt.json @@ -3,7 +3,6 @@ "username": "QueirozT", "email": "tiagoqueirozgoncalves100@gmail.com" }, - "record": { "A": ["144.22.180.97"] } diff --git a/domains/qui.json b/domains/qui.json index 85fbc4e3e..cb82f193a 100644 --- a/domains/qui.json +++ b/domains/qui.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "thatqui", - "email": "_qui@tuta.io", - "discord": "723148774137921738", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.jXGBO7Tsfyu_psmXqlYGGIyt2tZkd87qioPa0FEavsjkdz7cgkNenlSSYSYXrtvtPL4vuZEegKgIHnq8T0lkRDMLM2LmzamYm7JKkH401CE_24-KF0fh9Q7sRmgNJ_hO8RiESqC3zGJbvpIpXE2xZOAVLl9iNrjdd-5ErHzoBFkG5_ZjuN2xm-HRNuxyDf5cugkfQToZIXxitzWW73su9-QVyvY0vvzKXKtUaWpLffLIUfBTOf7DTJMZisqSIWYndMonBJbO_C458XYHnw0Iw_YiEULX0xNSsFx1IPTziJ4o4LywTFQP7jCc9LwSwIyeUuiO57g0lZdQzMihHKMOiA.Rl_Q9Am5PKiV7JEsEEtTtw.8wYlcB6Bw0H8GOjoYYpbiYR0eNicrsUOEbNgz2X4Km3_fyafRHp8C-RD5HfQEAx6lwsbaa1TY4yCrhU-R-4SwA.OeNvXsjqdk2rqhdIsPQnFg" - }, - - "record": { - "CNAME": "thatqui.github.io" - } - } + "owner": { + "username": "quiww", + "mastodon": "qui@bsd.cafe" + }, + "record": { + "CNAME": "quiww.github.io" + } +} diff --git a/domains/quincetart10.json b/domains/quincetart10.json index 4555c1ec7..813f0ee88 100644 --- a/domains/quincetart10.json +++ b/domains/quincetart10.json @@ -3,7 +3,6 @@ "repo": "https://github.com/QuinceTart10/quincetart10.github.io", "owner": { "username": "QuinceTart10", - "email": "", "discord": "862644161156218891" }, "record": { diff --git a/domains/quvi.json b/domains/quvi.json index ab00dd217..1d2d9e499 100644 --- a/domains/quvi.json +++ b/domains/quvi.json @@ -1,11 +1,11 @@ { - "description": "Domain for my bio", - "repo": "https://github.com/quvvii/quvvii.github.io", - "owner": { - "username": "quvvii", - "email": "quvi.top@gmail.com" - }, - "record": { - "CNAME": "quvvii.github.io" - } -} + "description": "Domain for my bio", + "repo": "https://github.com/quvvii/quvvii.github.io", + "owner": { + "username": "quvvii", + "email": "quvi.top@gmail.com" + }, + "record": { + "CNAME": "quvvii.github.io" + } +} diff --git a/domains/qwerty.json b/domains/qwerty.json deleted file mode 100644 index 749836d47..000000000 --- a/domains/qwerty.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Redirecting to my personal website!", - "repo": "https://github.com/qwertyiscoding/simple-redirect", - "owner": { - "username": "QwertyIsCoding", - "email": "3kn5nsfkb@relay.firefox.com", - "twitter": "qwertyiscoding" - }, - "record": { - "CNAME": "qwertyiscoding.github.io" - } -} diff --git a/domains/qwertyr0.json b/domains/qwertyr0.json index 1cb54ae2d..91032c2f1 100644 --- a/domains/qwertyr0.json +++ b/domains/qwertyr0.json @@ -3,7 +3,6 @@ "repo": "https://github.com/QwertyR0/Personal-Website", "owner": { "username": "QwertyR0", - "email": "", "discord": "qwerty.r0" }, "record": { diff --git a/domains/qxb3.json b/domains/qxb3.json new file mode 100644 index 000000000..261baea2e --- /dev/null +++ b/domains/qxb3.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "qxb3", + "email": "qxbthree@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/r.json b/domains/r.json index 9a344437c..eb5b1172f 100644 --- a/domains/r.json +++ b/domains/r.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "Razuuu", - "email": "", - "discord": "346717564895887360", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.e12vH6rhniPE29iegE8Nldgxx-_a4OW-RXe-JU-CbynMzDOPDozeZi-ASerbzV3Ta0HfAVDZmy5jYz1afPDuYIN4p1l_BI3Z_YTkWyiX37-hIkX9HSwY9epZ6keYodPHLCO5yWBlLaJ0zJ5PMUbzCYQvbB7WA1dmFEU7Aro_gYiIKkUMRMOtBkemiPJPp3YxuOFN18nboDTAk9_tmlgpyiChcjEezP3j3w4t7sw6b6EPy2gmrGEH5E4bd4Je2Pzk-Dt-9d20bYygn2tGaiKqMtGSx0b77K-J0SCG-yAE0SCDJzf4IuGD-tTsl12Q5WfolA90aKc_NPZyferBU0-BLw.E39G4iGbEfitm6rMmdGO9g.zNLGD5wcfN73kGkj9WKuUnycEpB7tsdzrZGeZT8TTjYyG-xdkbmgTObik7PdzD48ddnOwm7x0W2Cn9bOoqxpmNHb5ORhegp9x8ejUZT8Q_z6EJICfqEcRoDjk9sV7_Tf.suB-fbnKTcGFHoUmZyb45w" - }, - - "record": { - "CNAME": "razuuu.de" - } - } - \ No newline at end of file + "owner": { + "username": "Razuuu", + "discord": "346717564895887360", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.e12vH6rhniPE29iegE8Nldgxx-_a4OW-RXe-JU-CbynMzDOPDozeZi-ASerbzV3Ta0HfAVDZmy5jYz1afPDuYIN4p1l_BI3Z_YTkWyiX37-hIkX9HSwY9epZ6keYodPHLCO5yWBlLaJ0zJ5PMUbzCYQvbB7WA1dmFEU7Aro_gYiIKkUMRMOtBkemiPJPp3YxuOFN18nboDTAk9_tmlgpyiChcjEezP3j3w4t7sw6b6EPy2gmrGEH5E4bd4Je2Pzk-Dt-9d20bYygn2tGaiKqMtGSx0b77K-J0SCG-yAE0SCDJzf4IuGD-tTsl12Q5WfolA90aKc_NPZyferBU0-BLw.E39G4iGbEfitm6rMmdGO9g.zNLGD5wcfN73kGkj9WKuUnycEpB7tsdzrZGeZT8TTjYyG-xdkbmgTObik7PdzD48ddnOwm7x0W2Cn9bOoqxpmNHb5ORhegp9x8ejUZT8Q_z6EJICfqEcRoDjk9sV7_Tf.suB-fbnKTcGFHoUmZyb45w" + }, + "record": { + "CNAME": "razuuu.de" + } +} diff --git a/domains/r00t3d.json b/domains/r00t3d.json new file mode 100644 index 000000000..9dc0cc8bf --- /dev/null +++ b/domains/r00t3d.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "percioandrade", + "discord": "521918790951501843", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Z4DxbZ0HkguwBNihF_uYcYo6F90LU8_TxIWyvfSaynKVyfIULpKkPpKppLgxlDlTbnog7UqK1L5Q78CwzFZmIve_-rK3T7jmQSoXLVi9eZsnRj9DgVLjM3tWwiHdNnP-A_hIzW4A9zUwU6kSzo0yqI1XCgxadcm_O6YXUWVJ7hWjRHEMe_KQsiyd8EJCIEuG1mb5vHpSGueIpdchmNfK42chf8gWhl267t6H4fXg--HlSxbCTdD0a6IS5dfg8FdZFmhjhSUsPMFDcqBObtm1-As6lbVmLYfnQdJv4bV_YJkdYetGZ2B1edMLP99dRN1-kgmn3dzu40EIHJrjJgApdg.lqR4yiVU5IkKqRPkzJPSiA.EhOlPjq7MutxeLsxjNz5R3yuNP5gnZ2vIKz8v9gc8OC1g0RtEwXDLsbD2tjVkgn5wIsC2oG4lOUAKX1OVpO7n2HECDSil6gD3UF_t4bp_-I.P-A-L2t0f6vu2o-dn5M_XQ" + }, + "record": { + "A": ["144.126.135.27"] + } +} diff --git a/domains/r04nx.json b/domains/r04nx.json index 85dc5e474..1cc2d1e35 100644 --- a/domains/r04nx.json +++ b/domains/r04nx.json @@ -3,7 +3,6 @@ "username": "r04nx", "email": "rohanprakashpawar2005@gmail.com" }, - "record": { "CNAME": "r04nx.github.io" } diff --git a/domains/raafey.json b/domains/raafey.json index 7b6e0b5ac..0e0c632bb 100644 --- a/domains/raafey.json +++ b/domains/raafey.json @@ -4,13 +4,6 @@ "email": "raafeyraza1@gmail.com" }, "record": { - "A": ["69.197.135.202"], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": [ - "v=spf1 include:spf.improvmx.com ~all" - ] + "CNAME": "v0-personal-portfolio-tf.vercel.app" } } diff --git a/domains/raahi.json b/domains/raahi.json index 6f0a5ed2c..a35019c37 100644 --- a/domains/raahi.json +++ b/domains/raahi.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "Ravan745", - "email": "carelessgaming8@gmail.com" - }, - "record": { - "A": ["45.90.12.29"] - } + "owner": { + "username": "Ravan745", + "email": "carelessgaming8@gmail.com" + }, + "record": { + "A": ["45.90.12.29"] + } } diff --git a/domains/rabug.json b/domains/rabug.json new file mode 100644 index 000000000..542f74157 --- /dev/null +++ b/domains/rabug.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "NotRabug50", + "discord": "541194606214250496", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ps0moOTq92R__wFgKFQH6WfwtOBaTQI4l7VY-uKJH1Eq0_rgwbZn5VFO4JGz06gUM6TF7WcUJTXCKMBNmJ2FP72EziCABmyM9Nre1UzcAWQ5u8vI9BoBsFTRqbqtezMbfwi18iYzl5PhpTT9jFP9OVosqgRTaCuFQab6u_63KwrOfw4cH-vKUKAU0fr3Q0t2hlFKyioN04n--bgMbtxBkH1F9U4Y2WeeAikUsNUM-RJPxSRDkE5jPQwH3CRvteBDR3p9kMvT8hZDXH0MUQizKFE5ok2GEpc0f4yw7XZtCf59fg-kAuBlneA0or4twHPmMVBc5gj3RMQ2wkBM5TtEKg.Dz0wpW_pv-ibVW_W-AG46w.JxtLaG5wminoevZ_ovAe-G5MsPRfQLP-JsiFF_0nuHEYCrAGQvbDyTs5R9E6B9iqEvyWu7gcOAaSoclyaworD83p0P8oDbHcrRuzFnEl-N0.CsKvYUIxVUV9977e0H3KTw" + }, + "record": { + "CNAME": "notrabug.vercel.app" + } +} diff --git a/domains/raccoon.json b/domains/raccoon.json index bac165dc8..8212ee3da 100644 --- a/domains/raccoon.json +++ b/domains/raccoon.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "nilsraccoon", - "email": "", - "discord": "1129507464589627512", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Qx4ThJ6b-2bcrSCHvwQmwUm15cmnRgh8h2yafFwKND06K1CQp7zeGCyn3r2OCwFVkwfRAZfBFVMcb3gbGs5jnP1HdOi7qqZ3DuRdhWd2aXb4_x_WLbwAxfn0S6dHcQqKH46aCkRVHyZYnHhxEYaroUy3vdsvQWhnOs-gDLCIvYFCrz7fhiLAFXogwvccmBAfNZb_y9hrfeGm86uYHsQHYhIrkEPBX7EwX1wdXabkitIfbzr0_-7_-JwLJrmvyOPp605EKOyvrjI1Q-rlQadYanljBfXK-Mi2Evkohe-0PjSY0NAXvKD26OjEXblcRqFBgQGWgOyCvJ7bSBxo-MV8QQ.GfbApX_iVz_Sp6y0Y2a70g.Jf4zyGsWoKyjxofhnW2KWMKe9C677jCrMYM9q1mnK3xRL3wrbINlMfHpuoDpsXztC-5YByYMUsZCz7oN2tpIk7EUxAMnMNdqShvbvtZfdWw.ONM_KW-WKU-G1lL4rn-HkA" - }, - - "record": { - "CNAME": "nilsraccoon.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "nilsraccoon", + "discord": "1129507464589627512", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Qx4ThJ6b-2bcrSCHvwQmwUm15cmnRgh8h2yafFwKND06K1CQp7zeGCyn3r2OCwFVkwfRAZfBFVMcb3gbGs5jnP1HdOi7qqZ3DuRdhWd2aXb4_x_WLbwAxfn0S6dHcQqKH46aCkRVHyZYnHhxEYaroUy3vdsvQWhnOs-gDLCIvYFCrz7fhiLAFXogwvccmBAfNZb_y9hrfeGm86uYHsQHYhIrkEPBX7EwX1wdXabkitIfbzr0_-7_-JwLJrmvyOPp605EKOyvrjI1Q-rlQadYanljBfXK-Mi2Evkohe-0PjSY0NAXvKD26OjEXblcRqFBgQGWgOyCvJ7bSBxo-MV8QQ.GfbApX_iVz_Sp6y0Y2a70g.Jf4zyGsWoKyjxofhnW2KWMKe9C677jCrMYM9q1mnK3xRL3wrbINlMfHpuoDpsXztC-5YByYMUsZCz7oN2tpIk7EUxAMnMNdqShvbvtZfdWw.ONM_KW-WKU-G1lL4rn-HkA" + }, + "record": { + "CNAME": "nilsraccoon.github.io" + } +} diff --git a/domains/rachancheet.json b/domains/rachancheet.json new file mode 100644 index 000000000..d244b1026 --- /dev/null +++ b/domains/rachancheet.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rachancheet", + "email": "raxxsngh37@gmail.com" + }, + "record": { + "A": ["152.67.163.7"] + } +} diff --git a/domains/rachit.json b/domains/rachit.json index 3c608f993..a6d9f490b 100644 --- a/domains/rachit.json +++ b/domains/rachit.json @@ -5,7 +5,6 @@ "email": "rachitkhurana40@gmail.com", "twitter": "notnotrachit" }, - "record": { "CNAME": "notnotrachit.github.io" } diff --git a/domains/radim.json b/domains/radim.json index 1d2237fd3..b964c83f7 100644 --- a/domains/radim.json +++ b/domains/radim.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "radim-codes", - "email": "", - "discord": "1136622247918972968", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ALR6-kSY_1xcCXWeEFcN3MljHGs64i5CXNdAfaJjL76vrWcIdrbQpq1pxkJ5IUivvK6kO3glLYwGFY2aIMUAUOrNqP6kY8jwGz_jocoI6GsZrNMFG-iivMJH6KfMVflPxsi7S5Gj1h16SodeCYkSY75i_BFRzSuK2R08YAVogKYG0DCjnBy4vPmwGpDBzgvlzC1xcB3cp0xAiSAWGy1_yJ2AhSejJvJLOJjnduJKssiDQTStoh2pFJmFcegTg-d3XyEhPG2CLjlETMy5scK_7TJhfm2B_j7_WoGeqx9bYnhvezq2UL98_SApjQHYW0RqCvc2H8hDyqzz_mUSjqzdjw.twUMfQDP1UG0sSdnIjzl0Q.UlPnydKIKETIKTLQ0FDmnL_JEzfVezFXc3KkY5_Sn3aXpC0GOOhddolmTPmrxU7UX71wlhPJWcDQVVjIzf41IoN0gLSbq_T0GMuQbwq-kp8.v8huc9AakxQ0ROz0eTxxtA" - }, - - "record": { - "CNAME": "radim-codes.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "radim-codes", + "discord": "1136622247918972968", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ALR6-kSY_1xcCXWeEFcN3MljHGs64i5CXNdAfaJjL76vrWcIdrbQpq1pxkJ5IUivvK6kO3glLYwGFY2aIMUAUOrNqP6kY8jwGz_jocoI6GsZrNMFG-iivMJH6KfMVflPxsi7S5Gj1h16SodeCYkSY75i_BFRzSuK2R08YAVogKYG0DCjnBy4vPmwGpDBzgvlzC1xcB3cp0xAiSAWGy1_yJ2AhSejJvJLOJjnduJKssiDQTStoh2pFJmFcegTg-d3XyEhPG2CLjlETMy5scK_7TJhfm2B_j7_WoGeqx9bYnhvezq2UL98_SApjQHYW0RqCvc2H8hDyqzz_mUSjqzdjw.twUMfQDP1UG0sSdnIjzl0Q.UlPnydKIKETIKTLQ0FDmnL_JEzfVezFXc3KkY5_Sn3aXpC0GOOhddolmTPmrxU7UX71wlhPJWcDQVVjIzf41IoN0gLSbq_T0GMuQbwq-kp8.v8huc9AakxQ0ROz0eTxxtA" + }, + "record": { + "CNAME": "radim-codes.github.io" + } +} diff --git a/domains/raed.json b/domains/raed.json new file mode 100644 index 000000000..910477137 --- /dev/null +++ b/domains/raed.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "raed667", + "email": "contact@raed.email" + }, + "record": { + "CNAME": "raed.dev" + } +} diff --git a/domains/rafa.json b/domains/rafa.json new file mode 100644 index 000000000..d83264610 --- /dev/null +++ b/domains/rafa.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "xmceflp", + "discord": "1101900324467376139", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.psgSFJhaRVPO23S0CNPftTx1m35a_s7LRY_23XpcDAEm7_VstIcSEgf3UqE7XE5piyDqBx7E4fFp7OyjD271greQVjs3cbS5lOu93XalLq2LvOlT4LTsLqehmAawphAFoa1BiDzWKsnEX1sSCFeOQxiV85XuwV3yG1aEs7ErM8Nyc1GiTKI8_G4EyQiVWdiJ_XYorXgg9ycbX1x8dVfHzWfJb0C4KAYkByrbstDUEGsq11u1K2OfhE8PzcF7xgexueTXNfJIom5gQReXBDLH4CS-3EqsF57Dyt80wr7GS_z9Y3q0WNiwWyaYzMcnbZox8b5k0jRXBfeTmPgbdgrB0Q.FxF35ghjOYbPNHip8BnKLw.C0zTN0mfMahn-lHCejtrOejAanhzKOUweBfq3xjMAtgH2Jdt4TpItNh6Q-iw5himDS08FD09n9qMcmITW2LNR5Qwr1e1QD0tRGYxkcW0sOzFbjlG_OzhG3hL5gvvPfZG.wkMvw-xcKWyQ15hXwNQxxQ" + }, + "record": { + "A": ["144.22.130.149"] + } +} diff --git a/domains/rafael.json b/domains/rafael.json new file mode 100644 index 000000000..285142fdb --- /dev/null +++ b/domains/rafael.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rcerrejon", + "email": "neoline@gmail.com" + }, + "record": { + "CNAME": "rafaelcerrejon.com" + } +} diff --git a/domains/rafaelfernandes.json b/domains/rafaelfernandes.json new file mode 100644 index 000000000..dd7b9099d --- /dev/null +++ b/domains/rafaelfernandes.json @@ -0,0 +1,17 @@ +{ + "description": "Personal potifolho site.", + "repo": "https://github.com/RafaelFernandesBR/rafaelfernandes.github.io", + "owner": { + "username": "RafaelFernandesBR", + "email": "marcorafaeldemelo16@protonmail.com" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] + }, + "proxied": true +} \ No newline at end of file diff --git a/domains/rafinia.json b/domains/rafinia.json new file mode 100644 index 000000000..20e60ffbc --- /dev/null +++ b/domains/rafinia.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nRafinia", + "email": "naser.r@gmail.com" + }, + "record": { + "CNAME": "naser.rafinia.info" + } +} diff --git a/domains/rag3r.json b/domains/rag3r.json index 487212e09..960537eb8 100644 --- a/domains/rag3r.json +++ b/domains/rag3r.json @@ -1,11 +1,11 @@ -{ - "description": "My Website Portfolio and other stuff", - "repo": "https://github.com/Rage65/website", - "owner": { - "username": "Rage65", - "email": "123thetechguy@gmail.com" - }, - "record": { - "CNAME": "rage65.github.io" - } -} +{ + "description": "My Website Portfolio and other stuff", + "repo": "https://github.com/Rage65/website", + "owner": { + "username": "Rage65", + "email": "123thetechguy@gmail.com" + }, + "record": { + "CNAME": "rage65.github.io" + } +} diff --git a/domains/raghavyuva.json b/domains/raghavyuva.json index f59f0aa99..7aa332ded 100644 --- a/domains/raghavyuva.json +++ b/domains/raghavyuva.json @@ -3,7 +3,6 @@ "username": "raghavyuva", "email": "vikramnbhat15@gmail.com" }, - "record": { "CNAME": "raghavyuva.github.io" } diff --git a/domains/raghu.json b/domains/raghu.json new file mode 100644 index 000000000..d7a51e988 --- /dev/null +++ b/domains/raghu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "raghu-8", + "email": "raghu.project.websites@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/rahatrumi.json b/domains/rahatrumi.json new file mode 100644 index 000000000..d9cb4c7c7 --- /dev/null +++ b/domains/rahatrumi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rahat87942R", + "email": "rumirahat63@gmail.com" + }, + "record": { + "CNAME": "rahatrumi.vercel.app" + } +} diff --git a/domains/rahil.json b/domains/rahil.json new file mode 100644 index 000000000..9e0d52ec0 --- /dev/null +++ b/domains/rahil.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "rahilkzi", + "email": "rahilkazi66@gmail.com", + "discord": "rahilkzi" + }, + "record": { + "CNAME": "cname.vercel-dns.com" + } +} diff --git a/domains/rahul-rabari.json b/domains/rahul-rabari.json index 5a171c90d..f22a6d963 100644 --- a/domains/rahul-rabari.json +++ b/domains/rahul-rabari.json @@ -2,8 +2,7 @@ "description": "This is personal website", "repo": "https://github.com/rahul-rabari/rahul-rabari.github.io", "owner": { - "username": "rahul-rabari", - "email": "" + "username": "rahul-rabari" }, "record": { "CNAME": "rahul-rabari.github.io" diff --git a/domains/rahulc0dy.json b/domains/rahulc0dy.json new file mode 100644 index 000000000..69887d408 --- /dev/null +++ b/domains/rahulc0dy.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/rahulc0dy/rahulc0dy.github.io", + "owner": { + "username": "rahulc0dy", + "email": "codyrahulop@gmail.com" + }, + "record": { + "CNAME": "rahulc0dy.github.io" + } +} diff --git a/domains/rahuldeka.json b/domains/rahuldeka.json deleted file mode 100644 index 9f86e1495..000000000 --- a/domains/rahuldeka.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "iamRahul21", - "email": "", - "discord": "638400369986240512", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ZMyYId6tCsMQhHzUAOlANYLXeW88v_xaqFXMDdMPrqbSyX16JTShxlY0bNRfVYeRimLlJvguE6_3-gc1mROCpZ9oni5o9Qm8HxbGBe2QlxNmbgSnrn-RIt4pcbD1_uG2eD0SDOCNzypFDvEysML2oEZKYPkbKmKrngdlaBemUWrHo264DQyFquLW3D58wL-kWHUPlKHf-4yMoPGBrryoXjgBUGSH5UO6n4P7tpuWnvdWu_GV-qcW4Pnf9Rz8Ar3Zb0duzVCl3gjNplhDf-7BGrT4BJ2Hb0Pj8v7V5BidxlHw6TLX-2arnvkUFGQ-TXjAwr-rok5XHMsMU0rceZb9MQ.alqDzZf8wzEiNCDlxL1NCA.dC9TK-YXvpycR7cIeWnEXChuRKikVtMV3UqmjgMDJSZwJQMtAT2l_imAFj8cU8RRt7waSyKJJ8WusFaga33G2RMvd6KVeyrDS8cqWQMydvQ.qy4nN5DrABw1t_QsuWF3qg" - }, - - "record": { - "CNAME": "iamrahul21.github.io" - } - } - \ No newline at end of file diff --git a/domains/rahulps.json b/domains/rahulps.json index 10683aacf..e73bfb4b2 100644 --- a/domains/rahulps.json +++ b/domains/rahulps.json @@ -3,8 +3,8 @@ "username": "rahulps1000", "email": "rahulps1000@gmail.com" }, - "record": { - "URL": "https://myfolio-rahulps.netlify.app" - } + "A": ["75.2.60.5"] + }, + "proxied": false } diff --git a/domains/rahulsunil.json b/domains/rahulsunil.json new file mode 100644 index 000000000..16358d721 --- /dev/null +++ b/domains/rahulsunil.json @@ -0,0 +1,11 @@ +{ + "description": "Rahul Sunil - GenAI Engineer", + "repo": "https://github.com/rahulsunil2/rahulsunil-code-portfolio", + "owner": { + "username": "rahulsunil2", + "email": "rahulsunil2@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/raice.json b/domains/raice.json new file mode 100644 index 000000000..852d23fc9 --- /dev/null +++ b/domains/raice.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "RiceTheDev", + "email": "ricenooba@gmail.com" + }, + "record": { + "CNAME": "raice.pages.dev" + } +} diff --git a/domains/raid.json b/domains/raid.json index dc7f6b782..c9b927d17 100644 --- a/domains/raid.json +++ b/domains/raid.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "ThatsRaid", - "email": "itsraidlol@gmail.com" - }, - "record": { - "CNAME": "thatsraid.github.io" - } + "owner": { + "username": "ThatsRaid", + "email": "itsraidlol@gmail.com" + }, + "record": { + "CNAME": "thatsraid.github.io" + } } diff --git a/domains/raikan.json b/domains/raikan.json deleted file mode 100644 index 5debb03ac..000000000 --- a/domains/raikan.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "raikan-san", - "email": "", - "discord": "459219626484826113", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.UoRrv1IHlwaxxz5pjNT0ADqyG3EpR8FA3v2oBJGdoMuSZ5v-8ImQVabz3rQ8P1peUKADV4RExI0OtGfajWYQw11bJD9KNXCPMi_MevxxaAX22yvnyW3hPGf_sUe6qhltlGftElkG_yoO6MzxtZyB1_NTeiHR44IZywuoOOEZIwdkrWyLtgczCoTLFNPBtAwcBPaCQf1t94yTgI09juyLVQzHL26dzb-VISsWxfAxAnanBfMfn1ELUnMQXm32QlJPbuQ7f0OATmGfW-XwIiBRt3Zyn28PNZm7Vhgyr3m4NYylpgDjz5v2jibtw7rAO9eP_a9cfToZY7bwj02mZfMIBA.KnAaAaz-Spr94XeYJF4lLQ.dyOn2mafCFB2J1682xUN2VxAtMG35Sh8nJ1AFLqYGmo1nttcRWosRX6NjRxoK_FLRP1Bv9CdVhzhx-R39bLmXYM7fksuKYd_qsY_od-0vwGSm56iHkLrE5PZnjYULssO.70k22YtUqSrQtnO1MDwHwg" - }, - - "record": { - "CNAME": "raikan-san.github.io" - } - } diff --git a/domains/rajeshkumar.json b/domains/rajeshkumar.json new file mode 100644 index 000000000..8cb72bb81 --- /dev/null +++ b/domains/rajeshkumar.json @@ -0,0 +1,10 @@ +{ + "domain": "rajeshkumar.is-a.dev", + "owner": { + "username": "Dev-Rajeshkumar", + "email": "rajesh8778354586@gmail.com" + }, + "record": { + "CNAME": "dev-rajeshkumars.vercel.app" + } +} diff --git a/domains/rajeshreddy.json b/domains/rajeshreddy.json new file mode 100644 index 000000000..b15963b2e --- /dev/null +++ b/domains/rajeshreddy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rajesh-reddy1", + "email": "mrrajeshreddy1@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/rajputshashank.json b/domains/rajputshashank.json new file mode 100644 index 000000000..d048f6c2f --- /dev/null +++ b/domains/rajputshashank.json @@ -0,0 +1,11 @@ +{ + "description": "Shashank's portfolio", + "repo": "https://github.com/rajputshashank003/details", + "owner": { + "username": "rajputshashank003", + "email": "hariomshashank@gmail.com" + }, + "record": { + "CNAME": "rajputshashank.vercel.app" + } +} \ No newline at end of file diff --git a/domains/rakib.json b/domains/rakib.json new file mode 100644 index 000000000..ec82edab9 --- /dev/null +++ b/domains/rakib.json @@ -0,0 +1,11 @@ +{ + "description": "for my portfolio website", + "repo": "https://github.com/rakibmia7254/portfolio", + "owner": { + "username": "rakibmia7254", + "email": "rakib4ggp@gmail.com" + }, + "record": { + "CNAME": "rakibmia7254.github.io" + } +} diff --git a/domains/rakibhossain.json b/domains/rakibhossain.json new file mode 100644 index 000000000..ec82edab9 --- /dev/null +++ b/domains/rakibhossain.json @@ -0,0 +1,11 @@ +{ + "description": "for my portfolio website", + "repo": "https://github.com/rakibmia7254/portfolio", + "owner": { + "username": "rakibmia7254", + "email": "rakib4ggp@gmail.com" + }, + "record": { + "CNAME": "rakibmia7254.github.io" + } +} diff --git a/domains/rakshit.json b/domains/rakshit.json new file mode 100644 index 000000000..85a57f51f --- /dev/null +++ b/domains/rakshit.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "spuckhafte", + "email": "rakshit240405@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/raksix.json b/domains/raksix.json deleted file mode 100644 index 966d241f0..000000000 --- a/domains/raksix.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "A personel blog website", - "repo": "https://github.com/Raksixoffical", - "owner": { - "username": "Raksix", - "email": "raksixoffical@gmail.com" - }, - "record": { - "A": ["138.68.111.28"] - } -} diff --git a/domains/ramakant.json b/domains/ramakant.json new file mode 100644 index 000000000..e51c43d2d --- /dev/null +++ b/domains/ramakant.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ramakantbot", + "email": "ramakantbot@duck.com" + }, + "record": { + "CNAME": "ramakantbot.github.io" + } +} diff --git a/domains/ramiro.json b/domains/ramiro.json new file mode 100644 index 000000000..e6b06447b --- /dev/null +++ b/domains/ramiro.json @@ -0,0 +1,9 @@ +{ + "owner": { + "email": "urteagaramiro33@gmail.com" + }, + "record": { + "CNAME": "portafolio-chi-gilt.vercel.app" + }, + "proxied": false +} diff --git a/domains/rammeghe.json b/domains/rammeghe.json new file mode 100644 index 000000000..1a948b6c5 --- /dev/null +++ b/domains/rammeghe.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "kartikshriwas" + }, + "record": { + "CNAME": "rammeghe.github.io" + } +} diff --git a/domains/ramoweb.json b/domains/ramoweb.json new file mode 100644 index 000000000..5171dcb3f --- /dev/null +++ b/domains/ramoweb.json @@ -0,0 +1,11 @@ +{ + "description": "My personal Portfolio Ramoweb", + "repo": "https://github.com/d0vak1n/ramoweb", + "owner": { + "username": "d0vak1n", + "email": "raul@ramoweb.com" + }, + "record": { + "CNAME": "ramoweb.onrender.com" + } +} diff --git a/domains/ramsheed.json b/domains/ramsheed.json new file mode 100644 index 000000000..fcd4d8260 --- /dev/null +++ b/domains/ramsheed.json @@ -0,0 +1,11 @@ +{ + "description": "Personal website of Ramsheed", + "repo": "https://github.com/ramsheedrd/ramsheedrd.github.io", + "owner": { + "username": "ramsheedrd", + "email": "ramsheedkc10@gmail.com" + }, + "record": { + "CNAME": "ramsheedrd.github.io" + } +} diff --git a/domains/ranareal.json b/domains/ranareal.json index 9e06c2aa4..7959ab94e 100644 --- a/domains/ranareal.json +++ b/domains/ranareal.json @@ -4,10 +4,7 @@ "email": "notrana1122@outlook.com" }, "record": { - "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/randika.json b/domains/randika.json new file mode 100644 index 000000000..44a51c5c6 --- /dev/null +++ b/domains/randika.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "randika-srimal" + }, + "record": { + "CNAME": "area51projects.com" + } +} diff --git a/domains/random.json b/domains/random.json index b14fc31dc..0b0d32b26 100644 --- a/domains/random.json +++ b/domains/random.json @@ -1,14 +1,11 @@ { + "description": "Redirects to a random .is-a.dev site", + "repo": "https://github.com/gusruben/random-is-a-dev", "owner": { - "username": "EducatedSuddenBucket", - "email": "educatedsuddenbucket@gmail.com" + "username": "gusruben", + "email": "gusruben@protonmail.com" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] + "A": ["173.255.236.153"] } } diff --git a/domains/ranjityadav.json b/domains/ranjityadav.json new file mode 100644 index 000000000..c1a4196d0 --- /dev/null +++ b/domains/ranjityadav.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "13yadav", + "email": "yadavranjit521@gmail.com", + "discord": "529604454908035083" + }, + "record": { + "CNAME": "ranjityadav.vercel.app" + } +} diff --git a/domains/raoufbakhti.json b/domains/raoufbakhti.json index 730dd1269..7d53e16d7 100644 --- a/domains/raoufbakhti.json +++ b/domains/raoufbakhti.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "Raoufbaa", - "email": "", - "discord": "515230523128414228", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.CXjc5ZysF6WlX8X2or2V8RaOpyYr6KLUW9rw6KsogqcNnnMNn40xj-q2cDbHtUhdvLNtAjbnVZ17B61pRiY0fFxUXhmACQ_os6ePruIAzVgFu63nUqoumDXxqgzFxjO2CUQdutkaqWKgSUwiSsRYRvAQ8tBSRUBTUCQUArLxOEv6d5q2_-XkUW68EzqVsRRiREsmM-NSiJevv7pUlldqQ_gRWEJtmhdxIb1VZSl6fkOAExFtkvVOwImfZ5lLgU8AmptokCal4sxHnVTgggA2yVbY9e340nnph4BfFJwuUsPpotupOHxfYjTBWumJwedmsnpurDYeY8i9r9XzSQ5b_A.vAVImPUd1QO0K3glM07HAQ.x6THhvYTTHDP0J88xd0_FoUfABzspoar6w54QxykjJwjJeTrX9HtTfMJBjAfWrOe0mbAvd4jeX5L0lYX8QTBq8sj-rG52uIALTM03yV8Xc8.N20mCuJh7klNP8LF0bOQSQ" - }, - - "record": { - "CNAME": "raoufbakhti.vercel.app" - } - } - \ No newline at end of file + "owner": { + "username": "Raoufbaa", + "discord": "515230523128414228", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.CXjc5ZysF6WlX8X2or2V8RaOpyYr6KLUW9rw6KsogqcNnnMNn40xj-q2cDbHtUhdvLNtAjbnVZ17B61pRiY0fFxUXhmACQ_os6ePruIAzVgFu63nUqoumDXxqgzFxjO2CUQdutkaqWKgSUwiSsRYRvAQ8tBSRUBTUCQUArLxOEv6d5q2_-XkUW68EzqVsRRiREsmM-NSiJevv7pUlldqQ_gRWEJtmhdxIb1VZSl6fkOAExFtkvVOwImfZ5lLgU8AmptokCal4sxHnVTgggA2yVbY9e340nnph4BfFJwuUsPpotupOHxfYjTBWumJwedmsnpurDYeY8i9r9XzSQ5b_A.vAVImPUd1QO0K3glM07HAQ.x6THhvYTTHDP0J88xd0_FoUfABzspoar6w54QxykjJwjJeTrX9HtTfMJBjAfWrOe0mbAvd4jeX5L0lYX8QTBq8sj-rG52uIALTM03yV8Xc8.N20mCuJh7klNP8LF0bOQSQ" + }, + "record": { + "CNAME": "raoufbakhti.vercel.app" + } +} diff --git a/domains/rappergi.json b/domains/rappergi.json new file mode 100644 index 000000000..07a5ddf9c --- /dev/null +++ b/domains/rappergi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rappergi", + "email": "hoangvanchu202@gmail.com" + }, + "record": { + "NS": ["norm.ns.cloudflare.com", "pola.ns.cloudflare.com"] + } +} diff --git a/domains/rapter.json b/domains/rapter.json new file mode 100644 index 000000000..9ec8d8fe4 --- /dev/null +++ b/domains/rapter.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Rapter001", + "email": "rapter001yt@gmail.com" + }, + "record": { + "NS": ["martha.ns.cloudflare.com", "quinton.ns.cloudflare.com"] + } +} diff --git a/domains/rashed.json b/domains/rashed.json new file mode 100644 index 000000000..c6dc12fec --- /dev/null +++ b/domains/rashed.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Rashed360", + "email": "ruman.rush+isadev@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/rasmus.json b/domains/rasmus.json index 8bce87968..b68c5379a 100644 --- a/domains/rasmus.json +++ b/domains/rasmus.json @@ -3,7 +3,6 @@ "repo": "https://github.com/rfoldbirk/rfoldbirk.github.io", "owner": { "username": "rfoldbirk", - "email": "", "twitter": "RasmusFoldberg" }, "record": { diff --git a/domains/rasp.json b/domains/rasp.json index 356a4ee99..22884a041 100644 --- a/domains/rasp.json +++ b/domains/rasp.json @@ -3,7 +3,6 @@ "username": "titusj3026", "email": "titusjeffery54@gmail.com" }, - "record": { "CNAME": "titusj3026.github.io" } diff --git a/domains/raspicloud.json b/domains/raspicloud.json new file mode 100644 index 000000000..cd400dd65 --- /dev/null +++ b/domains/raspicloud.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mkrage", + "email": "manuel.krage@gmx.de" + }, + "record": { + "A": ["141.144.239.115"] + } +} diff --git a/domains/raunak.json b/domains/raunak.json index d41a5aaa9..939f2b007 100644 --- a/domains/raunak.json +++ b/domains/raunak.json @@ -4,7 +4,6 @@ "email": "newerxd1@gmail.com", "discord": "964547951273840650" }, - "record": { "A": [ "185.199.108.153", diff --git a/domains/ravana.json b/domains/ravana.json index 872759602..40883cced 100644 --- a/domains/ravana.json +++ b/domains/ravana.json @@ -3,7 +3,6 @@ "repo": "https://ravana69.github.io/mainpage", "owner": { "username": "ravana69", - "email": "", "twitter": "hornyravana>" }, "record": { diff --git a/domains/ravener.json b/domains/ravener.json index 4a90e5fb4..cc6d4bc55 100644 --- a/domains/ravener.json +++ b/domains/ravener.json @@ -7,10 +7,7 @@ }, "record": { "A": ["76.76.21.21"], - "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/ravi-pate.json b/domains/ravi-pate.json index b723207c6..ae51c37e2 100644 --- a/domains/ravi-pate.json +++ b/domains/ravi-pate.json @@ -2,8 +2,7 @@ "description": "Portfolio site.", "repo": "https://github.com/ravi-pate/ravi-pate.github.io", "owner": { - "username": "ravi-pate", - "email": "" + "username": "ravi-pate" }, "record": { "CNAME": "ravi-pate.github.io" diff --git a/domains/ravi.json b/domains/ravi.json new file mode 100644 index 000000000..4bf4de478 --- /dev/null +++ b/domains/ravi.json @@ -0,0 +1,11 @@ +{ + "description": "Personal website of Ravi", + "repo": "https://github.com/ravikhokhar23/ravikhokhar23.github.io", + "owner": { + "username": "ravikhokhar23", + "email": "khokhar.ravikumar@gmail.com" + }, + "record": { + "CNAME": "ravikhokhar23.github.io" + } +} diff --git a/domains/raw-api.json b/domains/raw-api.json index 888b761d4..b8d2e61c5 100644 --- a/domains/raw-api.json +++ b/domains/raw-api.json @@ -1,10 +1,9 @@ { "owner": { "username": "is-a-dev", - "email": "" + "email": "admin@is-a.dev" }, - "record": { - "CNAME": "is-a-dev.github.io" + "CNAME": "is-a.dev" } } diff --git a/domains/_github-challenge-is-a-dev-org.json b/domains/raw.json similarity index 50% rename from domains/_github-challenge-is-a-dev-org.json rename to domains/raw.json index d9ade36b1..cc2562542 100644 --- a/domains/_github-challenge-is-a-dev-org.json +++ b/domains/raw.json @@ -1,10 +1,9 @@ { "owner": { "username": "is-a-dev", - "email": "" + "email": "admin@is-a.dev" }, - "record": { - "TXT": "2c9dfbe7c8" + "URL": "https://raw-api.is-a.dev" } } diff --git a/domains/rayane-nekena.json b/domains/rayane-nekena.json index 201528a0b..fd871cffc 100644 --- a/domains/rayane-nekena.json +++ b/domains/rayane-nekena.json @@ -1,11 +1,11 @@ { - "description": "Domain for my personal blog", + "description": "Domain for my personal portfolio", "repo": "https://github.com/Online13/Online13.github.io", "owner": { "username": "Online13", - "email": "Rratiarivelo@gmail.com" + "email": "rratiarivelo@gmail.com" }, "record": { - "CNAME": "online13.github.io" + "CNAME": "portfolio-cwk.pages.dev" } } diff --git a/domains/raymar.json b/domains/raymar.json index 885a33348..7f2047ff8 100644 --- a/domains/raymar.json +++ b/domains/raymar.json @@ -3,7 +3,6 @@ "username": "RaymarMonte", "email": "raymarmontecs@gmail.com" }, - "record": { "CNAME": "raymar-laboratory.surge.sh" } diff --git a/domains/raymond.json b/domains/raymond.json index 489d2fb8b..51fa74ad5 100644 --- a/domains/raymond.json +++ b/domains/raymond.json @@ -3,7 +3,6 @@ "username": "raylu15742cs", "email": "raylucs15742@gmail.com" }, - "record": { "CNAME": "raylu15742cs.github.io" } diff --git a/domains/raymondlu.json b/domains/raymondlu.json index 489d2fb8b..51fa74ad5 100644 --- a/domains/raymondlu.json +++ b/domains/raymondlu.json @@ -3,7 +3,6 @@ "username": "raylu15742cs", "email": "raylucs15742@gmail.com" }, - "record": { "CNAME": "raylu15742cs.github.io" } diff --git a/domains/raynaldescala.json b/domains/raynaldescala.json new file mode 100644 index 000000000..a2dc696f9 --- /dev/null +++ b/domains/raynaldescala.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "raynaldescala", + "email": "raynaldescala01@gmail.com" + }, + "record": { + "CNAME": "raynaldescala.vercel.app" + } +} diff --git a/domains/rayrsn.json b/domains/rayrsn.json index 07edc5649..8365050ed 100644 --- a/domains/rayrsn.json +++ b/domains/rayrsn.json @@ -1,11 +1,11 @@ { - "owner": { - "username": "Rayrsn", - "email": "ramtin.015@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file + "owner": { + "username": "Rayrsn", + "email": "ramtin.015@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} diff --git a/domains/rayvid.json b/domains/rayvid.json index e26d64386..a0e061cac 100644 --- a/domains/rayvid.json +++ b/domains/rayvid.json @@ -1,6 +1,5 @@ { "description": "Rayvid's website", - "repo": "https://github.com/Rayvid", "owner": { "username": "rayvid", "email": "gin.kisonas@gmail.com" diff --git a/domains/rayyan.json b/domains/rayyan.json new file mode 100644 index 000000000..32afab133 --- /dev/null +++ b/domains/rayyan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "RayyanNafees", + "email": "nafees.rayyan@gmail.com" + }, + "record": { + "CNAME": "rayyano.vercel.app" + } +} diff --git a/domains/razin.json b/domains/razin.json index 4e07ebd6c..57736bd41 100644 --- a/domains/razin.json +++ b/domains/razin.json @@ -3,7 +3,6 @@ "username": "razinrayees", "email": "razin.rayeesk@gmail.com" }, - "record": { "URL": "https://razin.in" } diff --git a/domains/razu.json b/domains/razu.json index 09861c533..4eb3ee06f 100644 --- a/domains/razu.json +++ b/domains/razu.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "Razuuu", - "email": "", - "discord": "346717564895887360", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.XinpxXaZoe1abJCLysJ0Qhlxxe_tuIJ_rgJsIJz-FHFMhJwqz_MmZsvpg7fZ0UWiqBmLDiuPz7-nJrfd8XvXsEfY1N91ct50zja5SCJ3JlenS3G5rtO9pu2Lr9hDnOYcplGLuYKs8w18Le-pXigC_iouAhatve7sia93wmXls3pXGsFklnwnugeieu5hyT5MsZxVhwcZqp4GGkY-MXJA44bBGa6eDp9ZkMFSlhxzznz4RvxobTLvvshVQGClcQvH2janDr6h7YYT9BPY4juP2sfWLxl2Q_P_oPtFLxIh91eMksuAjjtcEffAUQwU5cWR0Zvoh9uiXDvCyK7GXz1HDw.jv5iNpUnsRvDFUHPfuS48A.fbrPdcBHOlaaiSjCJpZO9Lg9tkloC9stW7t9lYPF2wWzWKqz_KsSvmU4A2Wmh_vRbcq-cLDTBx7jpvUOvqGNRmhP8I_Mkj49e15jeOii9dA6Xvy_hShp842kCg06YhEL.kneCY9HIDL_efPvrqrUeug" - }, - - "record": { - "CNAME": "razuuu.de" - } - } - \ No newline at end of file + "owner": { + "username": "Razuuu", + "discord": "346717564895887360", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.XinpxXaZoe1abJCLysJ0Qhlxxe_tuIJ_rgJsIJz-FHFMhJwqz_MmZsvpg7fZ0UWiqBmLDiuPz7-nJrfd8XvXsEfY1N91ct50zja5SCJ3JlenS3G5rtO9pu2Lr9hDnOYcplGLuYKs8w18Le-pXigC_iouAhatve7sia93wmXls3pXGsFklnwnugeieu5hyT5MsZxVhwcZqp4GGkY-MXJA44bBGa6eDp9ZkMFSlhxzznz4RvxobTLvvshVQGClcQvH2janDr6h7YYT9BPY4juP2sfWLxl2Q_P_oPtFLxIh91eMksuAjjtcEffAUQwU5cWR0Zvoh9uiXDvCyK7GXz1HDw.jv5iNpUnsRvDFUHPfuS48A.fbrPdcBHOlaaiSjCJpZO9Lg9tkloC9stW7t9lYPF2wWzWKqz_KsSvmU4A2Wmh_vRbcq-cLDTBx7jpvUOvqGNRmhP8I_Mkj49e15jeOii9dA6Xvy_hShp842kCg06YhEL.kneCY9HIDL_efPvrqrUeug" + }, + "record": { + "CNAME": "razuuu.de" + } +} diff --git a/domains/razuuu.json b/domains/razuuu.json index f5faada0c..652673c1a 100644 --- a/domains/razuuu.json +++ b/domains/razuuu.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "Razuuu", - "email": "", - "discord": "346717564895887360", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.pLyyjwPv7LQ2RpeT7-Jc5bdoNokmFI_gW4yNwexrR_pq1c3UBUbVYSKiiyGBk-2Y5elcXkvMeMLD5svNuLaPVFdRMfPlmPBknQNDIhseBgptD0Hbfcp4g1SYTnuRVuLk3a-XH1u1HQcZ7735QMSsX9R-TXZA9t-qOsrpBKnMGpjZ9U6HedcWWTGJREz89jBlYkgZmv2qPQPq_1u9Rqoww-sLImI4KpekmrLdlPRzrFHRISzrKX8TJmCwv-o9bpMH6inNWNDJu7-d-MCViPp4AVepAjZ2eXpzy2C9nu6gVgcU7CM6TZcb6vxOjKkC3XxpcamwrzG7KeQO3NZyr_pFGA.bGO8dhsZSr68ETpcj8kIqQ.yP4ebRLIyuyKWQ5YUQ-l2gFXejWmB0ctKiFLIQRxIIEXoMkmHfbvjGl_-LCQeVWxPnD8LsIJptCUHabCHiVPf6GHsagCag3vTP6C2xQbRe2MtqcJ0Jt3gRh_Nw5xDtou.JBz-6R31-m9K7d_086nDzA" - }, - - "record": { - "CNAME": "razuuu.de" - } - } - \ No newline at end of file + "owner": { + "username": "Razuuu", + "discord": "346717564895887360", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.pLyyjwPv7LQ2RpeT7-Jc5bdoNokmFI_gW4yNwexrR_pq1c3UBUbVYSKiiyGBk-2Y5elcXkvMeMLD5svNuLaPVFdRMfPlmPBknQNDIhseBgptD0Hbfcp4g1SYTnuRVuLk3a-XH1u1HQcZ7735QMSsX9R-TXZA9t-qOsrpBKnMGpjZ9U6HedcWWTGJREz89jBlYkgZmv2qPQPq_1u9Rqoww-sLImI4KpekmrLdlPRzrFHRISzrKX8TJmCwv-o9bpMH6inNWNDJu7-d-MCViPp4AVepAjZ2eXpzy2C9nu6gVgcU7CM6TZcb6vxOjKkC3XxpcamwrzG7KeQO3NZyr_pFGA.bGO8dhsZSr68ETpcj8kIqQ.yP4ebRLIyuyKWQ5YUQ-l2gFXejWmB0ctKiFLIQRxIIEXoMkmHfbvjGl_-LCQeVWxPnD8LsIJptCUHabCHiVPf6GHsagCag3vTP6C2xQbRe2MtqcJ0Jt3gRh_Nw5xDtou.JBz-6R31-m9K7d_086nDzA" + }, + "record": { + "CNAME": "razuuu.de" + } +} diff --git a/domains/rblx.json b/domains/rblx.json index fd934b900..94aaf2ff7 100644 --- a/domains/rblx.json +++ b/domains/rblx.json @@ -1,7 +1,6 @@ { "owner": { - "username": "r-b-l-x", - "email": "178317246+r-b-l-x@users.noreply.github.com" + "username": "r-b-l-x" }, "record": { "CNAME": "r-b-l-x.github.io" diff --git a/domains/realityleaks.json b/domains/realityleaks.json index e1d47bb8d..14820ec43 100644 --- a/domains/realityleaks.json +++ b/domains/realityleaks.json @@ -4,7 +4,6 @@ "email": "getnukedbycreiloZ@proton.me", "discord": "1186392267511042149" }, - "record": { "CNAME": "realityleaks.rf.gd" } diff --git a/domains/really.json b/domains/really.json new file mode 100644 index 000000000..00ab0224a --- /dev/null +++ b/domains/really.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ukriu", + "email": "isadev@ukriu.com" + }, + "record": { + "CNAME": "ukriu.pages.dev" + } +} diff --git a/domains/realmzersdomain.json b/domains/realmzersdomain.json new file mode 100644 index 000000000..8d0e9c3da --- /dev/null +++ b/domains/realmzersdomain.json @@ -0,0 +1,11 @@ +{ + "description": "Realmzers Page", + "repo": "https://github.com/Realmzer/realmzer.github.io", + "owner": { + "username": "Realmzer", + "email": "therealm4mc@gmail.com" + }, + "record": { + "URL": "https://realmzer.github.io" + } +} diff --git a/domains/realyash.json b/domains/realyash.json index e9120ca38..7bd76a563 100644 --- a/domains/realyash.json +++ b/domains/realyash.json @@ -1,20 +1,17 @@ { - "repo": "https://github.com/Real-Yash/yash", - "owner": { - "username": "Real-Yash", - "email": "tempyuva00@gmail.com" - }, - "record": { - "A": [ - "185.199.111.153", - "185.199.109.153", - "185.199.108.153", - "185.199.110.153" - ], - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], - "TXT": "forward-email=yashpatil.pvt@gmail.com" - } + "repo": "https://github.com/Real-Yash/yash", + "owner": { + "username": "Real-Yash", + "email": "tempyuva00@gmail.com" + }, + "record": { + "A": [ + "185.199.111.153", + "185.199.109.153", + "185.199.108.153", + "185.199.110.153" + ], + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "TXT": "forward-email=yashpatil.pvt@gmail.com" + } } diff --git a/domains/realzzy.json b/domains/realzzy.json new file mode 100644 index 000000000..210343370 --- /dev/null +++ b/domains/realzzy.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "then77", + "email": "me@realzzy.my.id", + "discord": "realzzy", + "twitter": "realzzydev" + }, + "description": "Used for alternative shortcut to my website (also for easy redirection)", + "record": { + "URL": "https://realzzy.my.id" + } +} diff --git a/domains/receipes.json b/domains/receipes.json index e6dcc0ed3..83e1f5653 100644 --- a/domains/receipes.json +++ b/domains/receipes.json @@ -3,7 +3,6 @@ "repo": "https://github.com/receipes/receipes.github.io", "owner": { "username": "receipes", - "email": "", "discord": "receipes#3705" }, "record": { diff --git a/domains/receiptify.json b/domains/receiptify.json index bba65ccc1..19572b773 100644 --- a/domains/receiptify.json +++ b/domains/receiptify.json @@ -1,13 +1,10 @@ { "owner": { "username": "Stef-00012", - "email": "", "discord": "694986201739952229", "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" }, "record": { - "A": [ - "194.60.201.37" - ] + "CNAME": "proxy.stefdp.lol" } } diff --git a/domains/reda.json b/domains/reda.json new file mode 100644 index 000000000..6add5342b --- /dev/null +++ b/domains/reda.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "redaAssemghor", + "discord": "r3dapt" + }, + "record": { + "CNAME": "portfolio-mocha-eta-22.vercel.app" + } +} diff --git a/domains/redaassemghor.json b/domains/redaassemghor.json new file mode 100644 index 000000000..f96cd1d3d --- /dev/null +++ b/domains/redaassemghor.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "redaassemghor", + "discord": "r3dapt" + }, + "record": { + "CNAME": "portfolio-redas-projects-96854a06.vercel.app" + } +} diff --git a/domains/rededge.json b/domains/rededge.json index 8e02b7c87..99fc4a0dd 100644 --- a/domains/rededge.json +++ b/domains/rededge.json @@ -6,6 +6,6 @@ "email": "janithc967@gmail.com" }, "record": { - "CNAME": "RedEdge967.github.io" + "CNAME": "rededge967.github.io" } } diff --git a/domains/rediblesky.json b/domains/rediblesky.json index e9098d2c4..09e939afa 100644 --- a/domains/rediblesky.json +++ b/domains/rediblesky.json @@ -1,13 +1,12 @@ { - "description": "RedibleSky's site", - "repo": "https://github.com/RedibleSky/RedibleSky.github.io", - "owner": { - "username": "RedibleSky", - "email": "user0thenyancat@proton.me", - "discord": "1143176245018906697" - }, - - "record": { - "CNAME": "rediblesky.github.io" - } + "description": "RedibleSky's site", + "repo": "https://github.com/RedibleSky/RedibleSky.github.io", + "owner": { + "username": "RedibleSky", + "email": "user0thenyancat@proton.me", + "discord": "1143176245018906697" + }, + "record": { + "CNAME": "rediblesky.github.io" + } } diff --git a/domains/redirect.akk1to.json b/domains/redirect.akk1to.json new file mode 100644 index 000000000..a1cb4ca47 --- /dev/null +++ b/domains/redirect.akk1to.json @@ -0,0 +1,12 @@ +{ + "description": "This website is for redirect server", + "repo": "https://github.com/akk1to/redirect", + "owner": { + "username": "akk1to", + "email": "akk1to.dev@gmail.com", + "discord": "727497287777124414" + }, + "record": { + "CNAME": "akk1to.github.io" + } +} diff --git a/domains/redirect.lumix.json b/domains/redirect.lumix.json new file mode 100644 index 000000000..fdd6fed21 --- /dev/null +++ b/domains/redirect.lumix.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "o-lumix", + "email": "lumixfr@outlook.com" + }, + "record": { + "CNAME": "redirect-8qp.pages.dev" + } +} diff --git a/domains/redolent.json b/domains/redolent.json new file mode 100644 index 000000000..5512e045b --- /dev/null +++ b/domains/redolent.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "RedolentHalo", + "discord": "755718159641608202", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.c0d7ul7E-LX1qEJeFPuXgcpGJvLDeqnotDBs20mJdeqQzpzoMFTGzEYQ3QExt5XVjdX9SzRFpdgGaY04gN_c_Nrx7WaG47ZJL1rNAapJYCUGmysp3W6g2Trwi45_cIaWUEwKGnjBIgp3BTLKO6yentnHJXKjMb5AUkDcZVj69Nly4sCpdUTSjj1Xw6hVtmapS-lGaIlm6iaftk1pEJm1q1uIuDSsrufH2oRF3lVwkmjJDIwD_tf7PXuHRUGgxvt0FK_bLZKnoqbFtpTh9nNg_RBf8H1YnzHhOc6dkjf6ikBBzcQDutiKxelMupFmatlU5eAGCBmKkEUwxtSKsp5jQQ.R8WtRKhJLz0P5qUPEEdXZg.oEOJF1FocJn0FqQ1P0RaKVK4G1RoQT6E3oyRUpMg_lv0UXDwn16BlIUcKowUWxiObofg1YKRgB1OM4uIZPjxbAYJwkS-Q4Hf0CTmeZCjCaVpaeNc20Z9dREuphe4He30.jP6ZbMY8WRHngmBV6kRBsg" + }, + "record": { + "CNAME": "redolent.pages.dev" + } +} diff --git a/domains/redz.json b/domains/redz.json new file mode 100644 index 000000000..6132ad5c3 --- /dev/null +++ b/domains/redz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "redzgt", + "email": "morgans73072@gmail.com" + }, + "record": { + "CNAME": "redzgt.github.io" + } +} diff --git a/domains/reefsalty.json b/domains/reefsalty.json index cb967f686..fcc66f28a 100644 --- a/domains/reefsalty.json +++ b/domains/reefsalty.json @@ -7,6 +7,6 @@ "twitter": "ReefSalty" }, "record": { - "CNAME": "ReefSalty.github.io" + "CNAME": "reefsalty.github.io" } } diff --git a/domains/refat.json b/domains/refat.json index 537de405b..c715035aa 100644 --- a/domains/refat.json +++ b/domains/refat.json @@ -1,8 +1,7 @@ { "description": "Personal Site", "owner": { - "username": "refatc25", - "email": "" + "username": "refatc25" }, "record": { "URL": "https://www.refatchowdhury.com" diff --git a/domains/refayet.json b/domains/refayet.json index 4d2c70bb9..6dde1072e 100644 --- a/domains/refayet.json +++ b/domains/refayet.json @@ -3,7 +3,6 @@ "username": "refayet-dev", "email": "refayet0096@gmail.com" }, - "repo": "https://github.com/refayet-dev.github.io", "description": "refayet's portfolio site", "record": { "CNAME": "refayet-dev.github.io" diff --git a/domains/region.json b/domains/region.json new file mode 100644 index 000000000..2434bc609 --- /dev/null +++ b/domains/region.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "regioniosvn", + "discord": "1264096408395317289", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.WNRBeRSr5EzISmqLUQ2fxgAxern45vcHBcO0OhY8NGPm-MnxKCTOc6yWhmDfS3Mu28S9xI_WG3uQ46SYdVfIQKKoY8kGvirmXpftzJ3we_IqMgEH-7MyG35R0fnxQm6LMVKY41LncduwA1jh9sKmGk30oYcWU1u410j_ZxNGr2yzE17vZjJVBUxGFpRR2Rz3QyKTkHeBLWdTEfCSAYIv7JgJ0IH-iYN7DtqCjn2GGJPEMJYNVpivfUKPCNEqr29_f7clFJHifnmDKLG1BjQFitpO0YOyVTeqYwK0lcig5klf0QNTbJ7irj5uWokMkgKeTcQ1yYsKV4-Io0lTGW0ACA.FBJGaklyR9Ew9uB3rumREQ.tiWkr-YgRATVbC7ZHY6iAzEkcSPA8xCI4nYgQ9m-4k9JZ0hM8FgM7YpZW3Nuv7fl0S4s-QyHX8bilZQnQuQvTZ0AMMI7swTarwu4mvAXkr4.RAYWmatCs8lPwxLir16DVA" + }, + "record": { + "CNAME": "regioniosvn.github.io" + } +} diff --git a/domains/regiondavid.json b/domains/regiondavid.json index 03cb8587c..8b49a5ce2 100644 --- a/domains/regiondavid.json +++ b/domains/regiondavid.json @@ -6,6 +6,5 @@ "record": { "CNAME": "regiondavid.github.io" }, - "repo": "https://github.com/regiondavid", "description": "regiondavid's new website" } diff --git a/domains/register-bot.json b/domains/register-bot.json index 8a953d3ef..c1ee8caa7 100644 --- a/domains/register-bot.json +++ b/domains/register-bot.json @@ -1,9 +1,10 @@ { "owner": { "username": "is-a-dev", - "email": "" + "email": "admin@is-a.dev" }, "record": { - "CNAME": "p2pb.dev" - } + "CNAME": "wdh.app" + }, + "proxied": true } diff --git a/domains/register.json b/domains/register.json index f27db0ab3..aab28d71a 100644 --- a/domains/register.json +++ b/domains/register.json @@ -1,9 +1,8 @@ { "owner": { "username": "is-a-dev", - "email": "" + "email": "admin@is-a.dev" }, - "record": { "URL": "https://github.com/is-a-dev/register" } diff --git a/domains/rehanaf.json b/domains/rehanaf.json index dd683f649..807ad249a 100644 --- a/domains/rehanaf.json +++ b/domains/rehanaf.json @@ -3,7 +3,6 @@ "username": "rehanaf", "email": "rehanalfaqih287@gmail.com" }, - "record": { "CNAME": "rehanaf.github.io" } diff --git a/domains/reiya.json b/domains/reiya.json new file mode 100644 index 000000000..840a23f7a --- /dev/null +++ b/domains/reiya.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "reiya", + "discord": "atlayer3" + }, + "record": { + "CNAME": "atlayer3.net" + } +} diff --git a/domains/reiyuchan.json b/domains/reiyuchan.json new file mode 100644 index 000000000..a3b71b851 --- /dev/null +++ b/domains/reiyuchan.json @@ -0,0 +1,11 @@ +{ + "description": "reiyuchan personal website", + "repo": "https://github.com/reiyuchan/reiyuchan.github.io", + "owner": { + "username": "reiyuchan", + "email": "iwakura.rei.tk@gmail.com" + }, + "record": { + "CNAME": "reiyuchan.github.io" + } +} diff --git a/domains/relicrb.json b/domains/relicrb.json index e0e64b01e..1ace4d4fe 100644 --- a/domains/relicrb.json +++ b/domains/relicrb.json @@ -6,6 +6,6 @@ "email": "relicrb@gmail.com" }, "record": { - "CNAME": "RelicRB.github.io" + "CNAME": "relicrb.github.io" } } diff --git a/domains/remarkable.json b/domains/remarkable.json index 74cef241a..b8a47dd8b 100644 --- a/domains/remarkable.json +++ b/domains/remarkable.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "re-mark-able", - "email": "", - "discord": "765796161499824148", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.fOTIwfMKwClgFwL9HAKXDmSQ0f2lGUAqPC5aoK11pcVa1-2kyFMGaVPAdQT4FxsPz5TvMki5c_FVrrvB2e2z3b0D8CTnqAyt8t-fVMhR3ZQ7c_F9bnoHbrHLEuOxEWMLplzJ0DJK1mWq5LS1a8yiRe7rflpnTz4k-O6xpffJyy4Z0YmwaToQmSnkZVHYHEvW8LsMj-vJH4qoLWL15d3rDIyCoEI90w4e8LK7dnT6Lh_R19IAIjLCnlLEht5EjrJJzd0uZ8zsTx3rIVrsrH1ZWETQOJOSGtce3bRhJU0Oe_4IfTM9urZ-iKzgIsZ-UZ6LXe-YHdwz4WbpjgXyVg3aow.mTeqQiPOIbLifupAwjYlEw.DKuNxopD9OAba76OuG1YbookFbx_f0J03TMVEzGqOIjJMgchQKCpS-7YHfFtzDEOmRtsp0TKDfz-jLha_b3yGqfLCGlv576N5Crix5fLs9L3jCKX-_sDlwfkUa1yU1GZ2m7axkruRvkp89p4dmkMcA.7M_efxmBRwnxs0C7lP-8-g" - }, - - "record": { - "CNAME": "re-mark-able.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "re-mark-able", + "discord": "765796161499824148", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.fOTIwfMKwClgFwL9HAKXDmSQ0f2lGUAqPC5aoK11pcVa1-2kyFMGaVPAdQT4FxsPz5TvMki5c_FVrrvB2e2z3b0D8CTnqAyt8t-fVMhR3ZQ7c_F9bnoHbrHLEuOxEWMLplzJ0DJK1mWq5LS1a8yiRe7rflpnTz4k-O6xpffJyy4Z0YmwaToQmSnkZVHYHEvW8LsMj-vJH4qoLWL15d3rDIyCoEI90w4e8LK7dnT6Lh_R19IAIjLCnlLEht5EjrJJzd0uZ8zsTx3rIVrsrH1ZWETQOJOSGtce3bRhJU0Oe_4IfTM9urZ-iKzgIsZ-UZ6LXe-YHdwz4WbpjgXyVg3aow.mTeqQiPOIbLifupAwjYlEw.DKuNxopD9OAba76OuG1YbookFbx_f0J03TMVEzGqOIjJMgchQKCpS-7YHfFtzDEOmRtsp0TKDfz-jLha_b3yGqfLCGlv576N5Crix5fLs9L3jCKX-_sDlwfkUa1yU1GZ2m7axkruRvkp89p4dmkMcA.7M_efxmBRwnxs0C7lP-8-g" + }, + "record": { + "CNAME": "re-mark-able.github.io" + } +} diff --git a/domains/renant.json b/domains/renant.json new file mode 100644 index 000000000..c3fdf18a9 --- /dev/null +++ b/domains/renant.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "renant", + "email": "renan_replay@live.com" + }, + "record": { + "CNAME": "renant.vercel.app" + } +} diff --git a/domains/renn.json b/domains/renn.json index 3b83edd55..88e0606bb 100644 --- a/domains/renn.json +++ b/domains/renn.json @@ -4,7 +4,6 @@ "email": "ezzbro121@gmail.com", "discord": "1202338769379008515" }, - "record": { "CNAME": "lyvoid.github.io" } diff --git a/domains/renzcole.json b/domains/renzcole.json new file mode 100644 index 000000000..ba5e84817 --- /dev/null +++ b/domains/renzcole.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "CodeBuddySLTNS", + "email": "renz2arjhay@gmail.com" + }, + "record": { + "CNAME": "renzcole.vercel.app" + } +} diff --git a/domains/renzyx.json b/domains/renzyx.json index e5fda8c71..46f79f971 100644 --- a/domains/renzyx.json +++ b/domains/renzyx.json @@ -1,16 +1,16 @@ { - "description": "xYugen's Portfolio", - "repo": "https://github.com/xyugen/portfolio", - "owner": { - "username": "xyugen", - "email": "alex.arias.jorym@gmail.com" - }, - "record": { - "A": ["75.2.60.5"], - "MX": "feedback-smtp.us-east-1.amazonses.com", - "TXT": [ - "v=spf1 include:amazonses.com ~all", - "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDl3uimKrfDsLkGKkuwIhxEi23dmRf1GTyrcfpzF/iSfGrMp5xbDo3+lqN4R3Dx48orvlGbtNxQevx4NPIHU+BAIfRyRkMDzP9X+elTMFkHqHtly5OswQJd0Jciax8WqPoTfLo7+cjDyY0lejoqadUK0gxRe5b5HOLGNUBOCgmCNQIDAQAB" - ] - } + "description": "xYugen's Portfolio", + "repo": "https://github.com/xyugen/portfolio", + "owner": { + "username": "xyugen", + "email": "alex.arias.jorym@gmail.com" + }, + "record": { + "A": ["75.2.60.5"], + "MX": ["feedback-smtp.us-east-1.amazonses.com"], + "TXT": [ + "v=spf1 include:amazonses.com ~all", + "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDl3uimKrfDsLkGKkuwIhxEi23dmRf1GTyrcfpzF/iSfGrMp5xbDo3+lqN4R3Dx48orvlGbtNxQevx4NPIHU+BAIfRyRkMDzP9X+elTMFkHqHtly5OswQJd0Jciax8WqPoTfLo7+cjDyY0lejoqadUK0gxRe5b5HOLGNUBOCgmCNQIDAQAB" + ] + } } diff --git a/domains/rescenic.json b/domains/rescenic.json new file mode 100644 index 000000000..5713f2fae --- /dev/null +++ b/domains/rescenic.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rescenic", + "email": "admin@rescenic.my.id" + }, + "record": { + "CNAME": "rescenic.github.io" + } +} diff --git a/domains/researcx.json b/domains/researcx.json index e03098b51..297b432c8 100644 --- a/domains/researcx.json +++ b/domains/researcx.json @@ -5,13 +5,10 @@ }, "record": { "A": ["207.127.95.80"], - "MX": [ - "mx.zoho.eu", - "mx2.zoho.eu", - "mx3.zoho.eu" - ], + "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"], "TXT": [ - "v=spf1 include:zoho.eu ~all" + "v=spf1 include:zoho.eu ~all", + "oa1:xmr recipient_address=86PHZTrVFtRMqPvM4F6k5BKYz5EKD1eoTepvqpNGEcktEkQ9xuVt98biL4QzCCsENFKJP58nPTPbyB6CG33gy5FWDxacA1A; recipient_name=researcx;" ] } } diff --git a/domains/resend._domainkey.blogs.akk1to.json b/domains/resend._domainkey.blogs.akk1to.json new file mode 100644 index 000000000..0d4f04ee8 --- /dev/null +++ b/domains/resend._domainkey.blogs.akk1to.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "akk1to", + "email": "akk1to.dev@gmail.com" + }, + "record": { + "TXT": "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCkC3QeDPeGYFp3nDf2GByvCWnS24VLN9lnWJWWnkPNJGiFuoucjxU8CpeD74C1XlZDz6dr/zcNPsOrh5Zi/87XugfwQsDzjfPPosCRIGa1SVqm1S4kdaT2Ms7i6//x5Y0y7uoE+dK2EecDVwLJAqc93Yipp+xihK9HOf4ffO6nxwIDAQAB" + } +} diff --git a/domains/retrouser955.json b/domains/retrouser955.json index 08f313402..b607b6516 100644 --- a/domains/retrouser955.json +++ b/domains/retrouser955.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "retrouser955", - "email": "", - "discord": "691111067807514685" - }, - "record": { - "CNAME": "retrouser955.vercel.app" - } - } \ No newline at end of file + "owner": { + "username": "retrouser955", + "discord": "691111067807514685" + }, + "record": { + "CNAME": "retrouser955.vercel.app" + } +} diff --git a/domains/revolux.json b/domains/revolux.json index 0851bcacc..e1cbb6872 100644 --- a/domains/revolux.json +++ b/domains/revolux.json @@ -1,12 +1,12 @@ { - "description": "For my personal portfolio", - "repo": "https://github.com/rxvolux/rxvolux.github.io", - "owner": { - "username": "rxvolux", - "email": "business.itzswift@gmail.com", - "twitter": "rxvolux" - }, - "record": { - "CNAME": "rxvolux.github.io" - } -} + "description": "For my personal portfolio", + "repo": "https://github.com/rxvolux/rxvolux.github.io", + "owner": { + "username": "rxvolux", + "email": "business.itzswift@gmail.com", + "twitter": "rxvolux" + }, + "record": { + "CNAME": "rxvolux.github.io" + } +} diff --git a/domains/rez3x.json b/domains/rez3x.json index 050780e84..0a80fda34 100644 --- a/domains/rez3x.json +++ b/domains/rez3x.json @@ -3,7 +3,6 @@ "username": "REZ3X", "email": "rezex.dev01@gmail.com" }, - "record": { "CNAME": "japon-resto.pages.dev" } diff --git a/domains/rezz.json b/domains/rezz.json index d3723b234..45a2500fc 100644 --- a/domains/rezz.json +++ b/domains/rezz.json @@ -1,8 +1,6 @@ { - "repo": "https://github.com/RezzedUp", "owner": { "username": "RezzedUp", - "email": "", "twitter": "RezzedUp" }, "record": { diff --git a/domains/rhyk.json b/domains/rhyk.json index 203a5d624..595d125f1 100644 --- a/domains/rhyk.json +++ b/domains/rhyk.json @@ -4,10 +4,7 @@ "email": "qbkyde6c@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" } } diff --git a/domains/rhythm.json b/domains/rhythm.json new file mode 100644 index 000000000..a323394ae --- /dev/null +++ b/domains/rhythm.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ms7ru", + "email": "rhythm.upa@gmail.com" + }, + "record": { + "CNAME": "ms7ru.github.io" + } +} diff --git a/domains/rias.json b/domains/rias.json index 4fab68481..17700dcbe 100644 --- a/domains/rias.json +++ b/domains/rias.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "RiasZz", - "email": "", - "discord": "245028766387142656", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Edl4jRGMJSUFF14Y4qub1zHhEj-SrmXcG-eVgF6P_EsOjhgl6e5CDShlDkmMTAkpZBbT5s66KuSrDdmMGAJqgYP4aql0FF5cnj5yX5bM-AZnB_fzi1T1iymqiZvtJEYmKuYO-Djkge0pC5JmgVPFQGQj--AIeFbwuyQts19PrDci_kXquX_dKnXzP7_S61zM1vygbq-YcjnQw8abfRSZ1hoKVeZmDcbFi5KhxDWdgkiToyzOk5gBQ52_IwfzJesWeOtFXwiIJS7NwkIMKS70V9lu5a1C87aab9919ocqWsElrJHCdmQOIwSzmu36TIt51_RvjWsfkPjAtbrBWCiECw.R1diEo6UhieiMS9g_GiqZw.dgoN9oQuZxXM6aanZA9Gkh3Neb-hDbGh_7_vBlf79dvln503TEHDrCN-skUH8r3_uSVMSnSodFQu7rqHJa0z8CV3efig1zj2MZ2YYXMQKlc.I5t1GaMcmY2kqWqAO9yVwg" - }, - - "record": { - "CNAME": "riass.ir" - } - } - \ No newline at end of file + "owner": { + "username": "RiasZz", + "discord": "245028766387142656", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Edl4jRGMJSUFF14Y4qub1zHhEj-SrmXcG-eVgF6P_EsOjhgl6e5CDShlDkmMTAkpZBbT5s66KuSrDdmMGAJqgYP4aql0FF5cnj5yX5bM-AZnB_fzi1T1iymqiZvtJEYmKuYO-Djkge0pC5JmgVPFQGQj--AIeFbwuyQts19PrDci_kXquX_dKnXzP7_S61zM1vygbq-YcjnQw8abfRSZ1hoKVeZmDcbFi5KhxDWdgkiToyzOk5gBQ52_IwfzJesWeOtFXwiIJS7NwkIMKS70V9lu5a1C87aab9919ocqWsElrJHCdmQOIwSzmu36TIt51_RvjWsfkPjAtbrBWCiECw.R1diEo6UhieiMS9g_GiqZw.dgoN9oQuZxXM6aanZA9Gkh3Neb-hDbGh_7_vBlf79dvln503TEHDrCN-skUH8r3_uSVMSnSodFQu7rqHJa0z8CV3efig1zj2MZ2YYXMQKlc.I5t1GaMcmY2kqWqAO9yVwg" + }, + "record": { + "CNAME": "riass.ir" + } +} diff --git a/domains/riccardo126.json b/domains/riccardo126.json new file mode 100644 index 000000000..f7a201342 --- /dev/null +++ b/domains/riccardo126.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "riccardo126", + "email": "riccardopassacantando@gmail.com" + }, + "record": { + "CNAME": "riccardo126.vercel.app" + } +} diff --git a/domains/riii.json b/domains/riii.json index ec5f56558..b3e664d79 100644 --- a/domains/riii.json +++ b/domains/riii.json @@ -3,7 +3,6 @@ "username": "riyasachdeva04", "email": "sachdevar919@gmail.com" }, - "record": { "URL": "https://github.com/riyasachdeva04" } diff --git a/domains/rilliat.json b/domains/rilliat.json new file mode 100644 index 000000000..d21cc827c --- /dev/null +++ b/domains/rilliat.json @@ -0,0 +1,12 @@ +{ + "description": "Rilliat's is-a.dev domain", + "repo": "https://github.com/Rilliat/rilliat.github.io", + "owner": { + "username": "Rilliat", + "email": "rilliatserver@gmail.com", + "telegram": "rilliat.t.me" + }, + "record": { + "URL": "https://www.rilliat.ru" + } +} diff --git a/domains/rimiko.json b/domains/rimiko.json new file mode 100644 index 000000000..08ca11972 --- /dev/null +++ b/domains/rimiko.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "79SUBTEAM", + "discord": "857448863891849247", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.pIJwTKdfCZRWotu5ZYXOkqkRae5PDRRq74pniHDC-XdIMSYOpn81gpuMZLyFLEkYPDWwo1P6xfZVudT0F0IXHv-HbyAu-4yov8hZoQ56_QAp2AuCTFcGr1qRSW9_jqpg_C4-OyT_3J12GnIvuUlskfYmbtz50ThG9ar8xRF_H3Aa_9TuHE51NWD4YkEpmq6kDgtlxYk_0oqCEteuwpqAu-yFO-dDLfTmbIMlEYdOiWGPJYhuJahfiGx1I2-qTGloJZCiedqycUNyLnDG7yc7YVVMYWt1cJw_bSvuvto1pN5bKMA7dkX1RbJQ4_ZVtDSY84sTvd_ls4hDApNV5rhYjg.E17X2lWbPsX92huScUqJVQ.Ok9CpXBsUYTt5ZowBTp2dPU1ix1NftlMoH0sADvj-Hppt7qNZgewFySOD5Ylbj66ezn2K0TkD6r14Fr4M4VV-2vrB1roq-BAQFyp4boAEL0.NjIA92K2kLVedZLXbD4ZOQ" + }, + "record": { + "CNAME": "79subteam.github.io" + } +} diff --git a/domains/ririn.json b/domains/ririn.json new file mode 100644 index 000000000..f278d785d --- /dev/null +++ b/domains/ririn.json @@ -0,0 +1,13 @@ +{ + "description": "ririn-hq", + "repo": "https://github.com/ririn-hq/ririn-hq.github.io", + "owner": { + "username": "ririn-hq", + "email": "ririnvieux@gmail.com", + "twitter": "ririnvieux_hq", + "discord": "ririn_hq" + }, + "record": { + "CNAME": "ririn-hq.github.io" + } +} diff --git a/domains/rishabh.json b/domains/rishabh.json new file mode 100644 index 000000000..e41ce6faf --- /dev/null +++ b/domains/rishabh.json @@ -0,0 +1,11 @@ +{ + "description": "Is a dev subdomain for rishabh", + "repo": "https://github.com/rishabhc/rishabhc.github.io", + "owner": { + "username": "rishabhc", + "email": "me@rishabh.ch" + }, + "record": { + "CNAME": "rishabhc.github.io" + } +} diff --git a/domains/riskybotredirect.json b/domains/riskybotredirect.json index 639440253..35e65bcda 100644 --- a/domains/riskybotredirect.json +++ b/domains/riskybotredirect.json @@ -3,8 +3,7 @@ "repo": "https://github.com/RiskyMH/RiskyBOT", "owner": { "username": "RiskyMH", - "discord": "RiskyMH#0182", - "email": "" + "discord": "RiskyMH#0182" }, "record": { "URL": "https://riskymh.github.io/RiskyBOT" diff --git a/domains/riskymh.json b/domains/riskymh.json index 9f7fed28d..da084693b 100644 --- a/domains/riskymh.json +++ b/domains/riskymh.json @@ -3,14 +3,10 @@ "repo": "https://github.com/RiskyMH/RiskyMH.github.io", "owner": { "username": "RiskyMH", - "discord": "RiskyMH#0182", - "email": "" + "discord": "RiskyMH#0182" }, "record": { "URL": "https://riskymh.github.io", - "MX": [ - "rocky.smtp-in.mailway.app", - "peter.smtp-in.mailway.app" - ] + "MX": ["rocky.smtp-in.mailway.app", "peter.smtp-in.mailway.app"] } } diff --git a/domains/riskymhredirect.json b/domains/riskymhredirect.json index 3668e3cc0..127f7c69e 100644 --- a/domains/riskymhredirect.json +++ b/domains/riskymhredirect.json @@ -3,8 +3,7 @@ "repo": "https://github.com/RiskyMH/RiskyMH.github.io", "owner": { "username": "RiskyMH", - "discord": "RiskyMH#0182", - "email": "" + "discord": "RiskyMH#0182" }, "record": { "URL": "https://riskymh.github.io" diff --git a/domains/riskyprsty.json b/domains/riskyprsty.json new file mode 100644 index 000000000..bc7680c91 --- /dev/null +++ b/domains/riskyprsty.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "riskyprsty" + }, + "record": { + "CNAME": "riskyprsty.github.io" + } +} diff --git a/domains/risqiahmad.json b/domains/risqiahmad.json new file mode 100644 index 000000000..325cc3b83 --- /dev/null +++ b/domains/risqiahmad.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "risqi17", + "email": "ahmadreys@gmail.com", + "discord": "risqi_ahmad9230" + }, + "record": { + "CNAME": "nextjs-notion-starter-kit-transitive-bullshit.vercel.app" + } + } + \ No newline at end of file diff --git a/domains/risshi.json b/domains/risshi.json index ee9a901b8..6866fe692 100644 --- a/domains/risshi.json +++ b/domains/risshi.json @@ -6,6 +6,6 @@ "email": "risshirajsen@gmail.com" }, "record": { - "CNAME": "codeRisshi25.github.io" + "CNAME": "coderisshi25.github.io" } } diff --git a/domains/ritam.json b/domains/ritam.json new file mode 100644 index 000000000..d2875cf07 --- /dev/null +++ b/domains/ritam.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nxrmqlly", + "email": "ritam@duck.com" + }, + "record": { + "CNAME": "ritams-website.vercel.app" + } +} diff --git a/domains/rithinjose.json b/domains/rithinjose.json index 0e7931c3c..04cf0f931 100644 --- a/domains/rithinjose.json +++ b/domains/rithinjose.json @@ -3,8 +3,7 @@ "repo": "https://github.com/rithin-jose/rithin-jose.github.io", "owner": { "username": "rithin-jose", - "twitter": "rithinja", - "email": "" + "twitter": "rithinja" }, "record": { "CNAME": "rithin-jose.github.io" diff --git a/domains/ritwick2006.json b/domains/ritwick2006.json index 5ab1790e8..1c23da0d1 100644 --- a/domains/ritwick2006.json +++ b/domains/ritwick2006.json @@ -1,6 +1,5 @@ { "description": "Ritwick's website", - "repo": "https://github.com/BOTDEV123", "owner": { "username": "BOTDEV123", "email": "ritwick2006@hotmail.com" diff --git a/domains/rizkykr.json b/domains/rizkykr.json new file mode 100644 index 000000000..bcab1cd18 --- /dev/null +++ b/domains/rizkykr.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "rizkykr", + "email": "me@rizkykr.com" + }, + "description": "Personal Website for Personal Branding", + "record": { + "CNAME": "rizkykr-is-a-dev.rizkykr.workers.dev" + }, + "proxied": false +} diff --git a/domains/rizqi.json b/domains/rizqi.json new file mode 100644 index 000000000..99046675f --- /dev/null +++ b/domains/rizqi.json @@ -0,0 +1,11 @@ +{ + "description": "Portofolio Website.", + "repo": "https://github.com/RizqiSeijuuro/portfolio", + "owner": { + "username": "RizqiSeijuuro", + "email": "rizqiansyah52@gmail.com" + }, + "record": { + "CNAME": "rizqiseijuuro.github.io" + } +} \ No newline at end of file diff --git a/domains/rizvan.json b/domains/rizvan.json index e3d7c24bd..f156e0e1d 100644 --- a/domains/rizvan.json +++ b/domains/rizvan.json @@ -4,6 +4,6 @@ "email": "rizvankurungattil@gmail.com" }, "record": { - "CNAME": "Mrizvank.github.io" + "CNAME": "mrizvank.github.io" } } diff --git a/domains/rizz.json b/domains/rizz.json index 9391cc064..8d131c18a 100644 --- a/domains/rizz.json +++ b/domains/rizz.json @@ -1,7 +1,6 @@ { "owner": { "username": "bananaking6", - "email": "", "discord": "skibidibagel" }, "record": { diff --git a/domains/rjk.json b/domains/rjk.json index 7ac344085..ed968c532 100644 --- a/domains/rjk.json +++ b/domains/rjk.json @@ -1,12 +1,12 @@ { - "description": "This subdomain will be used by me to host my website and projects, which are currently under development ", - "repo": "https://github.com/rayyanjkhan/rayyanjkhan.github.io", - "owner": { - "username": "rayyanjkhan", - "email": "r.khan13245@kgs.edu.pk", - "twitter": "Rayyan Jamil Khan" - }, - "record": { - "CNAME": "rayyanjkhan.github.io" - } + "description": "This subdomain will be used by me to host my website and projects, which are currently under development ", + "repo": "https://github.com/rayyanjkhan/rayyanjkhan.github.io", + "owner": { + "username": "rayyanjkhan", + "email": "r.khan13245@kgs.edu.pk", + "twitter": "Rayyan Jamil Khan" + }, + "record": { + "CNAME": "rayyanjkhan.github.io" + } } diff --git a/domains/rk.json b/domains/rk.json new file mode 100644 index 000000000..75c7bc5c9 --- /dev/null +++ b/domains/rk.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rohankokkula", + "email": "rohankokkula01@gmail.com" + }, + "record": { + "URL": "https://rohankokkula.dev/" + } +} diff --git a/domains/rlewsley.json b/domains/rlewsley.json index f104945f3..2421bccb7 100644 --- a/domains/rlewsley.json +++ b/domains/rlewsley.json @@ -3,7 +3,6 @@ "username": "lewsley-r", "email": "lewsley-r@ulster.ac.uk" }, - "record": { "CNAME": "lewsley-r.github.io" } diff --git a/domains/rllanonymous.json b/domains/rllanonymous.json index 26ad81500..2cd7809e1 100644 --- a/domains/rllanonymous.json +++ b/domains/rllanonymous.json @@ -1,11 +1,11 @@ { - "description": "Lanonymous own website for contact.", - "repo": "https://github.com/RLLanonymous/RLLanonymous.github.io", - "owner": { - "username": "RLLanonymous", - "email": "ethanweirich31@gmail.com" - }, - "record": { - "CNAME": "rllanonymous.github.io" - } + "description": "Lanonymous own website for contact.", + "repo": "https://github.com/RLLanonymous/RLLanonymous.github.io", + "owner": { + "username": "RLLanonymous", + "email": "ethanweirich31@gmail.com" + }, + "record": { + "CNAME": "rllanonymous.github.io" } +} diff --git a/domains/ro.json b/domains/ro.json new file mode 100644 index 000000000..6c8614026 --- /dev/null +++ b/domains/ro.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "GameRoMan", + "email": "gameromandev@gmail.com" + }, + "record": { + "CNAME": "gameroman.pages.dev" + } +} diff --git a/domains/robertvas.json b/domains/robertvas.json new file mode 100644 index 000000000..e5896a5b7 --- /dev/null +++ b/domains/robertvas.json @@ -0,0 +1,11 @@ +{ + "description": "Documentation for is-a-dev", + "owner": { + "username": "robertvas", + "email": "robtechtester@gmail.com" + }, + "record": { + "CNAME": "robertvas.serv00.net" + }, + "proxied": false +} diff --git a/domains/robin.json b/domains/robin.json new file mode 100644 index 000000000..3ded27d8e --- /dev/null +++ b/domains/robin.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio", + "repo": "https://github.com/RobinJesba/robinjesba.github.io", + "owner": { + "username": "RobinJesba", + "email": "jb.robinm@gmail.com" + }, + "record": { + "CNAME": "robinjesba.github.io" + } +} diff --git a/domains/robot.json b/domains/robot.json new file mode 100644 index 000000000..5b7827f77 --- /dev/null +++ b/domains/robot.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ROBOTofficial", + "email": "robot@thunlights.com" + }, + "record": { + "URL": "https://github.com/ROBOTofficial" + } +} diff --git a/domains/rodolfo.json b/domains/rodolfo.json new file mode 100644 index 000000000..7a4e83fd0 --- /dev/null +++ b/domains/rodolfo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rudwolf", + "email": "rudwolf@gmail.com" + }, + "record": { + "CNAME": "rudwolf.github.io" + } +} diff --git a/domains/roei.json b/domains/roei.json new file mode 100644 index 000000000..33710d976 --- /dev/null +++ b/domains/roei.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "roei111", + "email": "roeiyaacobi@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/roger.json b/domains/roger.json index 4d0d24f82..472585806 100644 --- a/domains/roger.json +++ b/domains/roger.json @@ -1,12 +1,12 @@ { - "description": "Roger's website to host mostly useless projects", - "repo": "https://github.com/rogerpanza/rogerpanza.github.io", + "description": "Documentation website for is-a.dev", + "repo": "https://github.com/rogerHuntGauntlet/registerisadev", "owner": { - "username": "rogerpanza", - "email": "rogerpanza-ed@protonmail.com", - "twitter": "rogerpanza_" + "username": "rogerHuntGauntlet", + "email": "regorhunt02052@gmail.com", + "discord": "roger_jgs404040" }, "record": { - "CNAME": "rogerpanza.github.io" + "CNAME": "rogerbhuntiii.vercel.app" } } diff --git a/domains/rohan-codes.json b/domains/rohan-codes.json new file mode 100644 index 000000000..c85fa32fe --- /dev/null +++ b/domains/rohan-codes.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "khuranajordan", + "email": "rohankhurana20@gmail.com" + }, + "record": { + "CNAME": "khuranajordan.github.io" + } +} diff --git a/domains/rohan.json b/domains/rohan.json index 832a60dac..f59d8c3d8 100644 --- a/domains/rohan.json +++ b/domains/rohan.json @@ -1,6 +1,5 @@ { "description": "Rohan's devlog and portfolio", - "repo": "https://github.com/rohan-bansal", "owner": { "username": "Rohan-Bansal", "email": "rohan@rbansal.dev" diff --git a/domains/rohandacoder.json b/domains/rohandacoder.json index c9af32372..0dd426990 100644 --- a/domains/rohandacoder.json +++ b/domains/rohandacoder.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "RohanDaCoder", - "email": "RohanBmgo2010@gmail.com", - "discord": "922419431508938773" - }, - - "record": { - "CNAME": "rohandacoder.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "RohanDaCoder", + "email": "RohanBmgo2010@gmail.com", + "discord": "922419431508938773" + }, + "record": { + "CNAME": "rohandacoder.github.io" + } +} diff --git a/domains/rohanjaiswal.json b/domains/rohanjaiswal.json new file mode 100644 index 000000000..998e3c231 --- /dev/null +++ b/domains/rohanjaiswal.json @@ -0,0 +1,11 @@ +{ + "description": "Rohan Jaiswal's portfolio", + "repo": "https://github.com/jaiswalrohan8796/jaiswalrohan8796", + "owner": { + "username": "jaiswalrohan8796", + "email": "jaiswalrohan8796@gmail.com" + }, + "record": { + "CNAME": "jaiswalrohan8796.github.io" + } +} diff --git a/domains/rohanpawar.json b/domains/rohanpawar.json index 85dc5e474..1cc2d1e35 100644 --- a/domains/rohanpawar.json +++ b/domains/rohanpawar.json @@ -3,7 +3,6 @@ "username": "r04nx", "email": "rohanprakashpawar2005@gmail.com" }, - "record": { "CNAME": "r04nx.github.io" } diff --git a/domains/rohit-sony.json b/domains/rohit-sony.json index 4335a1c2c..34157977f 100644 --- a/domains/rohit-sony.json +++ b/domains/rohit-sony.json @@ -2,8 +2,7 @@ "description": "Rohit Profile.", "repo": "https://github.com/rohit-sony/rohit-sony.github.io", "owner": { - "username": "rohit-sony", - "email": "" + "username": "rohit-sony" }, "record": { "CNAME": "rohit-sony.github.io" diff --git a/domains/rohitgunthal.json b/domains/rohitgunthal.json new file mode 100644 index 000000000..eef797274 --- /dev/null +++ b/domains/rohitgunthal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rohitgunthal18", + "email": "rohitgunthal1819@gmail.com" + }, + "record": { + "CNAME": "rohitgunthal18.github.io" + } +} diff --git a/domains/rohith-jv.json b/domains/rohith-jv.json new file mode 100644 index 000000000..b0cb1d534 --- /dev/null +++ b/domains/rohith-jv.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "0mnichan" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/rohith.json b/domains/rohith.json index a01a24b8e..b575ce386 100644 --- a/domains/rohith.json +++ b/domains/rohith.json @@ -1,6 +1,5 @@ { "description": "Rohith's personal website", - "repo": "https://github.com/rohithp7777", "owner": { "username": "rohithp7777", "email": "rohithp8899@gmail.com" diff --git a/domains/rohithborana.json b/domains/rohithborana.json new file mode 100644 index 000000000..2ec95d269 --- /dev/null +++ b/domains/rohithborana.json @@ -0,0 +1,11 @@ +{ + "description": "Rohith's personal website", + "repo": "https://github.com/therohithborana/portfolio", + "owner": { + "username": "therohithborana", + "email": "boranarohith07@gmail.com" + }, + "record": { + "CNAME": "therohithborana.vercel.app" + } +} diff --git a/domains/rohithkumar.json b/domains/rohithkumar.json index 3c15206b9..fd3f9478b 100644 --- a/domains/rohithkumar.json +++ b/domains/rohithkumar.json @@ -1,6 +1,5 @@ { "description": "My Personal Website", - "repo": "https://github.com/killTheDB", "owner": { "username": "killTheDB", "email": "jayanarohith7@gmail.com" diff --git a/domains/roig.json b/domains/roig.json index ae9ecd76e..006082103 100644 --- a/domains/roig.json +++ b/domains/roig.json @@ -1,6 +1,5 @@ { "description": "Roig's website", - "repo": "https://github.com/groig", "owner": { "username": "groig", "email": "groig@protonmail.com" diff --git a/domains/rom.json b/domains/rom.json new file mode 100644 index 000000000..6c8614026 --- /dev/null +++ b/domains/rom.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "GameRoMan", + "email": "gameromandev@gmail.com" + }, + "record": { + "CNAME": "gameroman.pages.dev" + } +} diff --git a/domains/roma.json b/domains/roma.json new file mode 100644 index 000000000..6c8614026 --- /dev/null +++ b/domains/roma.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "GameRoMan", + "email": "gameromandev@gmail.com" + }, + "record": { + "CNAME": "gameroman.pages.dev" + } +} diff --git a/domains/roman.json b/domains/roman.json new file mode 100644 index 000000000..6c8614026 --- /dev/null +++ b/domains/roman.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "GameRoMan", + "email": "gameromandev@gmail.com" + }, + "record": { + "CNAME": "gameroman.pages.dev" + } +} diff --git a/domains/romero.json b/domains/romero.json new file mode 100644 index 000000000..3cbd67b1f --- /dev/null +++ b/domains/romero.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "helloromero", + "email": "hello@helloromero.co.uk" + }, + "record": { + "CNAME": "helloromero.co.uk" + } +} diff --git a/domains/romzyytv.json b/domains/romzyytv.json index dda02bdd7..4c2e01f57 100644 --- a/domains/romzyytv.json +++ b/domains/romzyytv.json @@ -1,11 +1,11 @@ { - "description": "RomzyyTV own website.", - "repo": "https://github.com/RomzyyTV/RomzyyTV.github.io", - "owner": { - "username": "RomzyyTV", - "email": "jesaisqpaspourquoi@gmail.com" - }, - "record": { - "CNAME": "romzyytv.github.io" - } + "description": "RomzyyTV own website.", + "repo": "https://github.com/RomzyyTV/RomzyyTV.github.io", + "owner": { + "username": "RomzyyTV", + "email": "jesaisqpaspourquoi@gmail.com" + }, + "record": { + "CNAME": "romzyytv.github.io" + } } diff --git a/domains/ronak.json b/domains/ronak.json index 04e58e3f1..5877585fc 100644 --- a/domains/ronak.json +++ b/domains/ronak.json @@ -1,11 +1,10 @@ { - "owner": { - "username": "RonakDutta", - "email": "ronakdutta100@gmail.com", - "discord": "755751261357473803" - }, - - "record": { - "CNAME": "ronakdutta.github.io" - } + "owner": { + "username": "RonakDutta", + "email": "ronakdutta100@gmail.com", + "discord": "755751261357473803" + }, + "record": { + "CNAME": "ronakdutta.github.io" + } } diff --git a/domains/ronaldo.json b/domains/ronaldo.json new file mode 100644 index 000000000..9fac9e28d --- /dev/null +++ b/domains/ronaldo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ronaldoao", + "email": "ronaldoa.ojeda@gmail.com" + }, + "record": { + "CNAME": "vite-react-ronaldos-projects-c3f1d8be.vercel.app" + } +} diff --git a/domains/ronalds1398.json b/domains/ronalds1398.json index 8585299b5..1af5c5f9e 100644 --- a/domains/ronalds1398.json +++ b/domains/ronalds1398.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "ronalds1398", - "email": "ronalds1398@gmail.com", - "discord": "ronaldino1398" - }, - - "record": { - "CNAME": "ronalds-website.pages.dev" - } - } - + "owner": { + "username": "ronalds1398", + "email": "ronalds1398@gmail.com", + "discord": "ronaldino1398" + }, + "record": { + "CNAME": "ronalds-website.pages.dev" + } +} diff --git a/domains/ronit.json b/domains/ronit.json index c42034185..a1d74e8eb 100644 --- a/domains/ronit.json +++ b/domains/ronit.json @@ -3,7 +3,6 @@ "username": "iamrony777", "email": "iamrony777@pm.me" }, - "record": { "CNAME": "iamrony777.github.io" } diff --git a/domains/ronnieaban.json b/domains/ronnieaban.json new file mode 100644 index 000000000..40b727fdc --- /dev/null +++ b/domains/ronnieaban.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ronnieaban", + "email": "ronnieaban@gmail.com" + }, + "record": { + "CNAME": "ronnieaban.pages.dev" + } +} diff --git a/domains/roohullah.kazmi.json b/domains/roohullah.kazmi.json new file mode 100644 index 000000000..74b6cab92 --- /dev/null +++ b/domains/roohullah.kazmi.json @@ -0,0 +1,11 @@ +{ + "description": "roohullah.kazmi", + "owner": { + "username": "r-kazmi", + "email": "smrkamzi@gmail.com" + }, + "record": { + "URL": "https://linktr.ee/roohullah.kazmi" + }, + "proxied": false +} diff --git a/domains/room.julian.json b/domains/room.julian.json new file mode 100644 index 000000000..9c2c441e2 --- /dev/null +++ b/domains/room.julian.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "getSono", + "email": "sono.arbeit@gmail.com" + }, + "record": { + "CNAME": "edge.redirect.pizza" + } +} diff --git a/domains/roque.json b/domains/roque.json new file mode 100644 index 000000000..f040bc5c0 --- /dev/null +++ b/domains/roque.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "luisfroquez", + "email": "luisfroque@gmail.com", + "discord": "lroque.dev" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/rose1440.json b/domains/rose1440.json index db8631407..ddb09df79 100644 --- a/domains/rose1440.json +++ b/domains/rose1440.json @@ -4,7 +4,6 @@ "email": "ferkomrkvicka3456@gmail.com", "discord": "832603218223431710" }, - "record": { "CNAME": "rocketlauncher21.github.io" } diff --git a/domains/roshangm.json b/domains/roshangm.json new file mode 100644 index 000000000..598bd270d --- /dev/null +++ b/domains/roshangm.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "roshangm1", + "email": "roshan@brainants.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/rouf0x.json b/domains/rouf0x.json index feded6393..ad4235268 100644 --- a/domains/rouf0x.json +++ b/domains/rouf0x.json @@ -1,10 +1,8 @@ { "owner": { "username": "Rouf0x", - "email": "gabriel.ruf@gmail.com", "discord": "790712104058617876" }, - "record": { "CNAME": "rouf0x.github.io" } diff --git a/domains/roufox.json b/domains/roufox.json index 938ec9f5a..cdcfccd46 100644 --- a/domains/roufox.json +++ b/domains/roufox.json @@ -1,10 +1,8 @@ { "owner": { "username": "Rouf0x", - "email": "gabriel.ruf@gmail.com", "discord": "790712104058617876" }, - "record": { "URL": "https://rouf0x.is-a.dev/" } diff --git a/domains/royalty.json b/domains/royalty.json index ba1a103bd..8976d0857 100644 --- a/domains/royalty.json +++ b/domains/royalty.json @@ -6,6 +6,6 @@ "email": "hisroyal.baguette@gmail.com" }, "record": { - "CNAME": "hisRoyalty.github.io" + "CNAME": "hisroyalty.github.io" } } diff --git a/domains/roydon.json b/domains/roydon.json index 1f103efba..7a37917c2 100644 --- a/domains/roydon.json +++ b/domains/roydon.json @@ -1,9 +1,7 @@ { "description": "URL forwarder", - "repo": "https://github.com/roydondsouza", "owner": { "username": "roydondsouza", - "email": "", "twitter": "roydondsouza" }, "record": { diff --git a/domains/roydondsouza.json b/domains/roydondsouza.json index aaace3352..a9e01d94c 100644 --- a/domains/roydondsouza.json +++ b/domains/roydondsouza.json @@ -1,9 +1,7 @@ { "description": "URL forwarder", - "repo": "https://github.com/roydondsouza", "owner": { "username": "roydondsouza", - "email": "", "twitter": "roydondsouza" }, "record": { diff --git a/domains/roylee0704.json b/domains/roylee0704.json new file mode 100644 index 000000000..66a6a4721 --- /dev/null +++ b/domains/roylee0704.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "roylee0704", + "email": "roylee0704@gmail.com" + }, + "record": { + "CNAME": "roylee0704.github.io" + } +} diff --git a/domains/rpadrell.json b/domains/rpadrell.json new file mode 100644 index 000000000..1b0fe5f20 --- /dev/null +++ b/domains/rpadrell.json @@ -0,0 +1,11 @@ +{ + "description": "Roger Padrell's portfolio website", + "repo": "https://github.com/roger-padrell/me", + "owner": { + "username": "roger-padrell", + "email": "padrell.roger@gmail.com" + }, + "record": { + "CNAME": "roger-padrell.github.io" + } +} diff --git a/domains/rqtl.json b/domains/rqtl.json index 1b03be0bb..aea3b79a1 100644 --- a/domains/rqtl.json +++ b/domains/rqtl.json @@ -3,7 +3,6 @@ "username": "ItsRqtl", "email": "itsrqtl@gmail.com" }, - "record": { "URL": "https://www.youtube.com/itsrqtl" } diff --git a/domains/rrcoder0167.json b/domains/rrcoder0167.json index b546517be..e0845d7b8 100644 --- a/domains/rrcoder0167.json +++ b/domains/rrcoder0167.json @@ -4,7 +4,6 @@ "email": "riddhiman.rana@gmail.com", "discord": "870936028108705803" }, - "record": { "CNAME": "website-f4e.pages.dev" } diff --git a/domains/rt10.json b/domains/rt10.json index 1706420aa..33ed1daf8 100644 --- a/domains/rt10.json +++ b/domains/rt10.json @@ -2,7 +2,6 @@ "description": "Email alias", "owner": { "username": "QuinceTart10", - "email": "", "discord": "862644161156218891" }, "record": { @@ -10,6 +9,7 @@ "6a43ddd802fc27e4.mx1.emailprofi.seznam.cz", "6a43ddd802fc27e4.mx2.emailprofi.seznam.cz" ], - "TXT": "v=spf1 include:spf.seznam.cz ~all" + "TXT": "v=spf1 include:spf.seznam.cz ~all", + "URL": "https://quincetart10.is-a.dev" } } diff --git a/domains/rubenvilchez.json b/domains/rubenvilchez.json new file mode 100644 index 000000000..0adfea645 --- /dev/null +++ b/domains/rubenvilchez.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "whiteThor", + "email": "rd.vilchez@gmail.com" + }, + "description": "Portfolio website for Ruben Vilchez showcasing projects and professional information.", + "record": { + "CNAME": "whitethor.github.io" + } +} diff --git a/domains/ruby.json b/domains/ruby.json index c468a6568..0f00f2683 100644 --- a/domains/ruby.json +++ b/domains/ruby.json @@ -1,12 +1,12 @@ { - "description": "ruby.is-a.dev", - "repo": "https://github.com/hopefulruby/hopefulruby.github.io/", - "owner": { - "username": "hopefulruby", - "email": "rubii.is.cool@outlook.com", - "discord": "669710912806060046" - }, - "record": { - "CNAME": "hopefulruby.github.io" - } -} + "description": "ruby.is-a.dev", + "repo": "https://github.com/hopefulruby/hopefulruby.github.io/", + "owner": { + "username": "hopefulruby", + "email": "rubii.is.cool@outlook.com", + "discord": "669710912806060046" + }, + "record": { + "CNAME": "hopefulruby.github.io" + } +} diff --git a/domains/rudeus.json b/domains/rudeus.json new file mode 100644 index 000000000..442899d78 --- /dev/null +++ b/domains/rudeus.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dmquang", + "email": "mq.rudyy.08@gmai.com" + }, + "record": { + "CNAME": "dmquang.github.io" + } +} diff --git a/domains/rufistofeles.json b/domains/rufistofeles.json new file mode 100644 index 000000000..297c8e569 --- /dev/null +++ b/domains/rufistofeles.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rufistofeles", + "email": "rufistofeles@outlook.com" + }, + "record": { + "CNAME": "rufistofeles.github.io" + } +} diff --git a/domains/ruhailmir.json b/domains/ruhailmir.json index 0857b6933..7b951754f 100644 --- a/domains/ruhailmir.json +++ b/domains/ruhailmir.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "theksa11", - "email": "", - "discord": "698903860194050059", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ZQKlwYrnAWRK7sAuLR4Cd44kqqztU6IFvNUPWwjx7hW0ULb_IanU4wDzZvhffu2CyYPqC-W1D-gXb74KYoQymH7f4KyaHy4lIJpFWfCvPzZbQkWXGIMb8MVqQa99C-V7gNRB9HD1celLW2YnR7t_RApLwAOYXS9Ff-K70a7Aw19ObVa1mlGuJfe9pqbIffiPSXDEjLY64kV1xA7Myg4BPuG_4knEWAhxn_rN5sYik7vlmyBhwkB1PN5PgXVEZU2DaqkZDW-mDvqmF8DMk1Or7EqwiHLWcyEuGEg0IWiyw9JXqovgf5B1Q6fboA8xElxoMKHZFtDt_ixSdqJaFmCg0g.hcw9SrmHCi-MJtKM0jewgg.xLnaKDh5UKD8po0HkZr4JJisQfWUOcDKLpjnzbEHDm3WhzxYAty9DGvzTTqmdJkNZtPnr3bFhsAdM5h7cbe2qYaS_OsVZwI4xh5kKGL95Mk.iKQYMmmX99baBPjAbW-9xw" - }, - - "record": { - "CNAME": "ruhailmir.netlify.app" - } - } - + "owner": { + "username": "theksa11", + "discord": "698903860194050059", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ZQKlwYrnAWRK7sAuLR4Cd44kqqztU6IFvNUPWwjx7hW0ULb_IanU4wDzZvhffu2CyYPqC-W1D-gXb74KYoQymH7f4KyaHy4lIJpFWfCvPzZbQkWXGIMb8MVqQa99C-V7gNRB9HD1celLW2YnR7t_RApLwAOYXS9Ff-K70a7Aw19ObVa1mlGuJfe9pqbIffiPSXDEjLY64kV1xA7Myg4BPuG_4knEWAhxn_rN5sYik7vlmyBhwkB1PN5PgXVEZU2DaqkZDW-mDvqmF8DMk1Or7EqwiHLWcyEuGEg0IWiyw9JXqovgf5B1Q6fboA8xElxoMKHZFtDt_ixSdqJaFmCg0g.hcw9SrmHCi-MJtKM0jewgg.xLnaKDh5UKD8po0HkZr4JJisQfWUOcDKLpjnzbEHDm3WhzxYAty9DGvzTTqmdJkNZtPnr3bFhsAdM5h7cbe2qYaS_OsVZwI4xh5kKGL95Mk.iKQYMmmX99baBPjAbW-9xw" + }, + "record": { + "CNAME": "ruhailmir.netlify.app" + } +} diff --git a/domains/ruixey.json b/domains/ruixey.json index f7564df76..94162a7d8 100644 --- a/domains/ruixey.json +++ b/domains/ruixey.json @@ -4,7 +4,6 @@ "email": "ruixey@gmail.com", "discord": "715464173617676369" }, - "record": { "CNAME": "ruixey.github.io" } diff --git a/domains/rupankar.json b/domains/rupankar.json new file mode 100644 index 000000000..d968cb51b --- /dev/null +++ b/domains/rupankar.json @@ -0,0 +1,11 @@ +{ + "description": "A portfolio website", + "repo": "https://github.com/InvictusRex/InvictusRex.github.io", + "owner": { + "username": "InvictusRex", + "email": "rupankar.majumdar2023@vitstudent.ac.in" + }, + "record": { + "CNAME": "invictusrex.github.io" + } +} diff --git a/domains/rushabh.json b/domains/rushabh.json new file mode 100644 index 000000000..b1991bab2 --- /dev/null +++ b/domains/rushabh.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "rushabhcodes", + "email": "rushabhpatil.dev@gmail.com", + "discord": "_rushabh" + }, + "record": { + "CNAME": "rushabhpatil.vercel.app" + } +} diff --git a/domains/rushi.json b/domains/rushi.json index 22e7ed28c..1bb34917d 100644 --- a/domains/rushi.json +++ b/domains/rushi.json @@ -3,8 +3,7 @@ "repo": "https://github.com/rushi0n/rushi0n.github.io", "owner": { "username": "rushi0n", - "email": "rushikushare99@gmail.com", - "twitter": "" + "email": "rushikushare99@gmail.com" }, "record": { "CNAME": "rushi0n.github.io" diff --git a/domains/rusky.json b/domains/rusky.json index dacd6aebb..71461d7b8 100644 --- a/domains/rusky.json +++ b/domains/rusky.json @@ -4,7 +4,6 @@ "email": "iamayaanalee@gmail.com", "discord": "969507085316399154" }, - "record": { "CNAME": "ruskydev.github.io" } diff --git a/domains/rust.json b/domains/rust.json index 3425d95c7..3c4996686 100644 --- a/domains/rust.json +++ b/domains/rust.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "MohammedKHC0", - "email": "mohammedkhcool@gmail.com" - }, - "record": { - "URL": "https://rustroid.is-a.dev" - } + "owner": { + "username": "MohammedKHC0", + "email": "mohammedkhcool@gmail.com" + }, + "record": { + "URL": "https://rustroid.is-a.dev" + } } diff --git a/domains/rustroid.json b/domains/rustroid.json index a18a962a0..8c13884f5 100644 --- a/domains/rustroid.json +++ b/domains/rustroid.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "MohammedKHC0", - "email": "mohammedkhcool@gmail.com" - }, - "record": { - "CNAME": "rustroid.pages.dev" - } + "owner": { + "username": "MohammedKHC0", + "email": "mohammedkhcool@gmail.com" + }, + "record": { + "CNAME": "rustroid.pages.dev" + } } diff --git a/domains/ruu3f.json b/domains/ruu3f.json index 90770dfb8..617168b42 100644 --- a/domains/ruu3f.json +++ b/domains/ruu3f.json @@ -1,7 +1,6 @@ { "owner": { "username": "Ruu3f", - "email": "", "discord": "Ruu3f#7942" }, "record": { diff --git a/domains/rvc11.json b/domains/rvc11.json new file mode 100644 index 000000000..d88d4005c --- /dev/null +++ b/domains/rvc11.json @@ -0,0 +1,11 @@ +{ + "description": "RedVelvetCake11's website", + "repo": "https://github.com/redvelvetcake11/redvelvetcake11.github.io", + "owner": { + "username": "redvelvetcake11", + "email": "membermadde.insiddev25120@hotmail.com" + }, + "record": { + "CNAME": "redvelvetcake11.github.io" + } +} diff --git a/domains/rya.json b/domains/rya.json index d02a3cfd1..3e0ac26da 100644 --- a/domains/rya.json +++ b/domains/rya.json @@ -3,7 +3,6 @@ "username": "Jecket22", "email": "lez.vezzica@gmail.com" }, - "record": { "URL": "https://jecket.xyz" } diff --git a/domains/ryan.ginut.json b/domains/ryan.ginut.json deleted file mode 100644 index c150de5a9..000000000 --- a/domains/ryan.ginut.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "rtb523", - "email": "ryan.ginut@gmail.com" - }, - - "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ] - } -} diff --git a/domains/ryan.json b/domains/ryan.json new file mode 100644 index 000000000..e0ad0775a --- /dev/null +++ b/domains/ryan.json @@ -0,0 +1,11 @@ +{ + "description": "Dev Portfolio", + "owner": { + "email": "edev9022@gmail.com", + "username": "epic-person-on", + "discord": "epic.person" + }, + "record": { + "CNAME": "ec2-3-12-165-61.us-east-2.compute.amazonaws.com" + } +} diff --git a/domains/ryanbaig.json b/domains/ryanbaig.json new file mode 100644 index 000000000..65f803b49 --- /dev/null +++ b/domains/ryanbaig.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "RyanBaig", + "discord": "757475933170040893" + }, + "record": { + "CNAME": "ryanthedev.vercel.app" + } +} diff --git a/domains/ryanzam.json b/domains/ryanzam.json index 460e43d37..a4093f03c 100644 --- a/domains/ryanzam.json +++ b/domains/ryanzam.json @@ -4,6 +4,6 @@ "email": "ryanzam2005@yahoo.com" }, "record": { - "CNAME": "icy-coast-0d7690d03.3.azurestaticapps.net" + "CNAME": "orange-island-07b3bb803.5.azurestaticapps.net" } } diff --git a/domains/ryz.json b/domains/ryz.json new file mode 100644 index 000000000..eb845c098 --- /dev/null +++ b/domains/ryz.json @@ -0,0 +1,11 @@ +{ + "description": "This subdomain is for my personal projects and mail forwarding.", + "owner": { + "username": "Iron9699", + "email": "j6qt9x5sj@mozmail.com", + "discord": "4ryz" + }, + "record": { + "NS": ["betty.ns.cloudflare.com", "cody.ns.cloudflare.com"] + } +} diff --git a/domains/s-kunjan.json b/domains/s-kunjan.json index cdbac5b37..013d07412 100644 --- a/domains/s-kunjan.json +++ b/domains/s-kunjan.json @@ -2,8 +2,7 @@ "description": "My new website", "repo": "https://github.com/s-kunjan/s-kunjan.github.io", "owner": { - "username": "s-kunjan", - "email": "" + "username": "s-kunjan" }, "record": { "CNAME": "s-kunjan.github.io" diff --git a/domains/s-nishit.json b/domains/s-nishit.json index e9ad50a08..14457dac2 100644 --- a/domains/s-nishit.json +++ b/domains/s-nishit.json @@ -2,8 +2,7 @@ "description": "My new website", "repo": "https://github.com/s-nishit/s-nishit.github.io", "owner": { - "username": "s-nishit", - "email": "" + "username": "s-nishit" }, "record": { "CNAME": "s-nishit.github.io" diff --git a/domains/s.drpleaserespect.json b/domains/s.drpleaserespect.json deleted file mode 100644 index ee0613c67..000000000 --- a/domains/s.drpleaserespect.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "DrPleaseRespect", - "email": "juliannayr2007@gmail.com" - }, - "record": { - "A": ["146.19.100.135"], - "AAAA": ["2a05:dfc1:4400:6c00::a"] - } -} diff --git a/domains/s.json b/domains/s.json index 7d087ad42..e079a7e08 100644 --- a/domains/s.json +++ b/domains/s.json @@ -2,9 +2,9 @@ "owner": { "username": "Smartlinuxcoder", "email": "smartcoder@linuxmail.org", - "discord":"987972818341888021" + "discord": "987972818341888021" }, "record": { - "CNAME": "proxytwo.smartlinux.xyz" + "CNAME": "proxy.smart.is-a.dev" } } diff --git a/domains/s1d.json b/domains/s1d.json index a06e88736..e7a9563ed 100644 --- a/domains/s1d.json +++ b/domains/s1d.json @@ -4,7 +4,6 @@ "email": "siddhant.rai.5686@gmail.com", "discord": "783600606451204176" }, - "record": { "CNAME": "siddhant-rai.web.app" } diff --git a/domains/s1ow.json b/domains/s1ow.json new file mode 100644 index 000000000..2a21df10f --- /dev/null +++ b/domains/s1ow.json @@ -0,0 +1,19 @@ +{ + "description": "! s1owmotion.0 profile page", + "repository": "https://github.com/H4iPh0ngM1enB4c/Web", + "owner": { + "username": "H4iPh0ngM1enB4c", + "email": "noobdownload2@gmail.com", + "discord": "1027559943462727740" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.110.153", + "185.199.109.153", + "185.199.111.153" + ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/s409.json b/domains/s409.json index 5f67d0b39..8c2ec4d55 100644 --- a/domains/s409.json +++ b/domains/s409.json @@ -4,7 +4,6 @@ "email": "hitlerwinning2301@gmail.com", "discord": "851827069284778054" }, - "record": { "CNAME": "s409.pages.dev" } diff --git a/domains/s4ib0t.json b/domains/s4ib0t.json index ae6193126..3234b30f2 100644 --- a/domains/s4ib0t.json +++ b/domains/s4ib0t.json @@ -4,7 +4,6 @@ "email": "Hilm4nsyah@gmail.com", "discord": "830349326785314846" }, - "record": { "MX": ["mx1.forwardemail.net"] } diff --git a/domains/s550384._domainkey.vinceale7082.json b/domains/s550384._domainkey.vinceale7082.json deleted file mode 100644 index 2e1c37a63..000000000 --- a/domains/s550384._domainkey.vinceale7082.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "VinceAle7082", - "email": "vinceale7082@gmail.com", - "discord": "1078447459900063816", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.gJMoU3q_oUV1HkwQ_iqc9c5A-CrQpYDBcbv825Y26CHrUZZwrSb6oRfqqsEqiClcCyKMoFW3jbUdCEk3OsjldrgQOzY0xIvLuchXu1VCbSkkDXeSJCxS7lTpTJ_2TQe9zPs1nanuUf8k3zVxvpis_DIs4ON9vqyW-D9iXgCLJEqF6ILJla4aMSvya2yEWzz56Rdh242J5F3HMQwqEEQpYTJPdM-XN3NuQxsu9f6dfhBNd-QMKqc7nPDqDYSpKCABdWphikCjMEyYQHXXVnlLmXOYjaATE-ZvWyb-1aHTpqZwRxjB77AdrfPgwEpUVstCMYGuXehjz_VqZ5ihPGefRw.Hyqa9XTdQZexcwDXH6wcSw.ygPBwgZujpLGVzWFsjlHla6y14-6E7lL-ifYaFZ40jbXj-ukWpL4eXaXx6P-4yNYSjoNIXcaToQxvDVHbQkClZJiu5XDJ7ahzTnlCQ3ngqg.1LRgjc8WbrkWVnqpHBBQIw" - }, - - "record": { - "CNAME": "dkim.smtp2go.net" - } - } diff --git a/domains/s697376._domainkey.yxz.json b/domains/s697376._domainkey.yxz.json new file mode 100644 index 000000000..bc4ea4f04 --- /dev/null +++ b/domains/s697376._domainkey.yxz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "yz9551", + "discord": "yz9551" + }, + "record": { + "CNAME": "dkim.smtp2go.net" + } +} diff --git a/domains/s97.json b/domains/s97.json index 4025f3758..d9ffc7ac1 100644 --- a/domains/s97.json +++ b/domains/s97.json @@ -2,7 +2,6 @@ "owner": { "username": "Saud-97", "email": "saud.aljaffer@gmail.com", - "repo": "https://github.com/Saud-97", "discord": "S97#6758" }, "record": { diff --git a/domains/saammaaeel.json b/domains/saammaaeel.json deleted file mode 100644 index 04e9c1664..000000000 --- a/domains/saammaaeel.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "saammaaeel", - "email": "codenamesamael@gmail.com", - "twitter": "codenamesamael" - }, - "record": { - "CNAME": "saammaaeel.github.io" - } -} diff --git a/domains/sabarivasan.json b/domains/sabarivasan.json index 7ff0ffac2..9958b50db 100644 --- a/domains/sabarivasan.json +++ b/domains/sabarivasan.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "sabarivasan-ramasamy", - "email": "sabarivasan738@gmail.com", - "discord": "535487185055383562" - }, - - "record": { - "CNAME": "sabarivasan-ramasamy.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "sabarivasan-ramasamy", + "email": "sabarivasan738@gmail.com", + "discord": "535487185055383562" + }, + "record": { + "CNAME": "sabarivasan-ramasamy.github.io" + } +} diff --git a/domains/sabbir.json b/domains/sabbir.json index 9f02d817e..2c4dd5094 100644 --- a/domains/sabbir.json +++ b/domains/sabbir.json @@ -4,6 +4,6 @@ "email": "sabbir.apbn.edu@gmail.com" }, "record": { - "CNAME": "sabbir1.pages.dev" + "NS": ["clarissa.ns.cloudflare.com", "harley.ns.cloudflare.com"] } } diff --git a/domains/sabelgames.json b/domains/sabelgames.json index fb65c2c31..016234dab 100644 --- a/domains/sabelgames.json +++ b/domains/sabelgames.json @@ -5,10 +5,7 @@ }, "record": { "URL": "https://sabelgames.itch.io", - "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/sachin.json b/domains/sachin.json index bffa70ddb..d176455dd 100644 --- a/domains/sachin.json +++ b/domains/sachin.json @@ -1,6 +1,5 @@ { "description": "Sachin's portfolio", - "repo": "https://github.com/sachin-in1", "owner": { "username": "sachin-in1", "email": "sachin.here01@gmail.com" diff --git a/domains/sadiq.json b/domains/sadiq.json index 8c87ca3b7..22d2e04bb 100644 --- a/domains/sadiq.json +++ b/domains/sadiq.json @@ -2,7 +2,6 @@ "repo": "https://github.com/sadiq334/sadiq334.github.io", "owner": { "username": "sadiq334", - "email": "", "discord": "! sadiq#1152" }, "record": { diff --git a/domains/sadkon.json b/domains/sadkon.json index 2f00d7e84..a2af24afd 100644 --- a/domains/sadkon.json +++ b/domains/sadkon.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "MohammedKHC0", - "email": "mohammedkhc@outlook.com" - }, - "record": { - "CNAME": "sadkon.gitlab.io" - } + "owner": { + "username": "MohammedKHC0", + "email": "mohammedkhc@outlook.com" + }, + "record": { + "CNAME": "sadkon.gitlab.io" + } } diff --git a/domains/saeed.json b/domains/saeed.json index cc6044b04..b5abfbb54 100644 --- a/domains/saeed.json +++ b/domains/saeed.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "MohammedKHC0", - "email": "mohammedkhcool@gmail.com" - }, - "record": { - "CNAME": "sheikh-saeed.pages.dev" - } + "owner": { + "username": "MohammedKHC0", + "email": "mohammedkhcool@gmail.com" + }, + "record": { + "CNAME": "sheikh-saeed.pages.dev" + } } diff --git a/domains/saeedmfarahani.json b/domains/saeedmfarahani.json new file mode 100644 index 000000000..10813186c --- /dev/null +++ b/domains/saeedmfarahani.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "Silitonix" + }, + "record": { + "CNAME": "silitonix.github.io" + } +} diff --git a/domains/saert.json b/domains/saert.json new file mode 100644 index 000000000..b497e31eb --- /dev/null +++ b/domains/saert.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "saert3311", + "email": "jose.duarte@trinum.xyz" + }, + "record": { + "CNAME": "trinum.xyz" + } +} diff --git a/domains/safety.json b/domains/safety.json new file mode 100644 index 000000000..f4fdcb48e --- /dev/null +++ b/domains/safety.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "HackingYZ", + "email": "sifed@qq.com" + }, + "record": { + "CNAME": "safety22w413a.github.io" + } +} diff --git a/domains/safone.json b/domains/safone.json index 7ff918593..e52365089 100644 --- a/domains/safone.json +++ b/domains/safone.json @@ -3,7 +3,6 @@ "username": "AsmSafone", "email": "asmsafone@gmail.com" }, - "record": { "CNAME": "safone.pages.dev" } diff --git a/domains/saftec.json b/domains/saftec.json new file mode 100644 index 000000000..29f984f33 --- /dev/null +++ b/domains/saftec.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Samuraiflamesf", + "email": "Samuraiflamesf@gmail.com" + }, + "record": { + "A": ["152.67.45.142"] + } +} diff --git a/domains/sahil.json b/domains/sahil.json index 8f3a82f32..724b9c4a9 100644 --- a/domains/sahil.json +++ b/domains/sahil.json @@ -1,12 +1,11 @@ { - "description": "For Portfolio", - "repo": "https://github.com/SahilShidruk/My-Portfolio", - "owner": { - "username": "SahilShidruk", - "discord": "1095900069095555133", - "email": "" - }, - "record": { - "CNAME": "sahilshidruk.github.io" - } + "description": "For Portfolio", + "repo": "https://github.com/SahilShidruk/My-Portfolio", + "owner": { + "username": "SahilShidruk", + "discord": "1095900069095555133" + }, + "record": { + "CNAME": "sahilshidruk.github.io" + } } diff --git a/domains/saif.json b/domains/saif.json new file mode 100644 index 000000000..d547e534c --- /dev/null +++ b/domains/saif.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Saifkhanz", + "email": "saif137.khan@gmail.com" + }, + "record": { + "CNAME": "saif-two.vercel.app" + } +} \ No newline at end of file diff --git a/domains/sairaj.json b/domains/sairaj.json new file mode 100644 index 000000000..6f0f651df --- /dev/null +++ b/domains/sairaj.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio Website", + "repo": "https://github.com/gegendepressed/gegendepressed.github.io", + "owner": { + "username": "gegendepressed", + "email": "sairaj09pai@gmail.com" + }, + "record": { + "CNAME": "gegendepressed.github.io" + } +} diff --git a/domains/saizuo.json b/domains/saizuo.json index a5fe7e9e4..b9f099d8a 100644 --- a/domains/saizuo.json +++ b/domains/saizuo.json @@ -7,6 +7,6 @@ "twitter": "SaizyWaizy" }, "record": { - "CNAME": "Saizuo.github.io" + "CNAME": "saizuo.github.io" } } diff --git a/domains/sajansaji.json b/domains/sajansaji.json index f372c9371..d0b52d1bd 100644 --- a/domains/sajansaji.json +++ b/domains/sajansaji.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "sajansaji", - "email": "sajansaji2050@gmail.com", - "discord": "875589371590500425" - }, - - "record": { - "CNAME": "portfolio-me-0bt.pages.dev" - } - } - \ No newline at end of file + "owner": { + "username": "sajansaji", + "email": "sajansaji2050@gmail.com", + "discord": "875589371590500425" + }, + "record": { + "CNAME": "portfolio-me-0bt.pages.dev" + } +} diff --git a/domains/sakis.json b/domains/sakis.json new file mode 100644 index 000000000..a6e1c94db --- /dev/null +++ b/domains/sakis.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "syakhisk", + "email": "syakhisks@gmail.com" + }, + "record": { + "URL": "https://al-az.me" + } +} diff --git a/domains/saleh.json b/domains/saleh.json new file mode 100644 index 000000000..667f3d896 --- /dev/null +++ b/domains/saleh.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/saleh-rahimzadeh/saleh-rahimzadeh.github.io", + "owner": { + "username": "saleh-rahimzadeh", + "email": "saleh-rz@outlook.com" + }, + "record": { + "CNAME": "saleh-rahimzadeh.github.io" + } +} diff --git a/domains/salman.json b/domains/salman.json new file mode 100644 index 000000000..60ae41228 --- /dev/null +++ b/domains/salman.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "salmaniyad", + "email": "eng.salmaniyad@gmail.com" + }, + "record": { + "CNAME": "salmans-digital-space-pro.vercel.app" + } +} diff --git a/domains/samanyu.json b/domains/samanyu.json index 3f955a21a..4bee54d7b 100644 --- a/domains/samanyu.json +++ b/domains/samanyu.json @@ -1,6 +1,5 @@ { "description": "They call me Soman", - "repo": "https://github.com/Samanyu13", "owner": { "username": "Samanyu13", "email": "samanyusaji18@gmail.com" diff --git a/domains/samatbk.json b/domains/samatbk.json index dd13cd9b6..7a4f9cbf6 100644 --- a/domains/samatbk.json +++ b/domains/samatbk.json @@ -1,11 +1,11 @@ { - "description": "samatbk's website", - "repo": "https://github.com/samatbk/samatbk.github.io", - "owner": { - "username": "samatbk", - "email": "samatbk@proton.me" - }, - "record": { - "CNAME": "samatbk.github.io" - } -} + "description": "samatbk's website", + "repo": "https://github.com/samatbk/samatbk.github.io", + "owner": { + "username": "samatbk", + "email": "samatbk@proton.me" + }, + "record": { + "CNAME": "samatbk.github.io" + } +} diff --git a/domains/sameerk.json b/domains/sameerk.json index c17792cbc..7e99695e9 100644 --- a/domains/sameerk.json +++ b/domains/sameerk.json @@ -4,7 +4,6 @@ "email": "sameermalikst6@gmail.com", "discord": "937701712293163118" }, - "record": { "A": [ "185.199.108.153", diff --git a/domains/samet.json b/domains/samet.json index 1eda48545..784646127 100644 --- a/domains/samet.json +++ b/domains/samet.json @@ -7,7 +7,6 @@ "discord": "Samett#8519", "discord-id": "894594782897262635" }, - "record": { "CNAME": "sa-met.github.io" } diff --git a/domains/samfareez.json b/domains/samfareez.json new file mode 100644 index 000000000..d7174c984 --- /dev/null +++ b/domains/samfareez.json @@ -0,0 +1,11 @@ +{ + "description": "Personal site", + "repo": "https://github.com/zeerafle/zeerafle.github.io", + "owner": { + "username": "zeerafle", + "email": "vsefareez@gmail.com" + }, + "record": { + "CNAME": "zeerafle.github.io" + } +} diff --git a/domains/samia-islam-sua.json b/domains/samia-islam-sua.json index 951bad237..cc0e5c76f 100644 --- a/domains/samia-islam-sua.json +++ b/domains/samia-islam-sua.json @@ -6,6 +6,6 @@ "email": "SamiaIslamSua@gmail.com" }, "record": { - "CNAME": "SamiaIslamSua.github.io" + "CNAME": "samiaislamsua.github.io" } } diff --git a/domains/samirkhanal.json b/domains/samirkhanal.json new file mode 100644 index 000000000..f8c5c5b46 --- /dev/null +++ b/domains/samirkhanal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "khanal-samir", + "email": "gdssamir@gmail.com" + }, + "record": { + "CNAME": "samir-khanal-portfolio.vercel.app" + } +} diff --git a/domains/samirp.json b/domains/samirp.json index 5841d5845..b0444d937 100644 --- a/domains/samirp.json +++ b/domains/samirp.json @@ -7,6 +7,6 @@ "twitter": "SamirPaulb" }, "record": { - "CNAME": "SamirPaul1.github.io" + "CNAME": "samirpaul1.github.io" } } diff --git a/domains/samirpaul.json b/domains/samirpaul.json deleted file mode 100644 index 8b1ee4b58..000000000 --- a/domains/samirpaul.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Samir Paul's Portfolio Website.", - "repo": "https://github.com/SamirPaul1/samirpaul", - "owner": { - "username": "SamirPaul1", - "email": "samirpaulb@gmail.com", - "twitter": "SamirPaulb" - }, - "record": { - "CNAME": "samirpaul1.github.io" - } -} diff --git a/domains/samishoukat.json b/domains/samishoukat.json new file mode 100644 index 000000000..d29dc1b16 --- /dev/null +++ b/domains/samishoukat.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "samishoukat12", + "email": "samishoukat12@gmail.com" + }, + "record": { + "CNAME": "dev-samishoukat.vercel.app" + } +} diff --git a/domains/samp.alora.json b/domains/samp.alora.json new file mode 100644 index 000000000..15249cb6d --- /dev/null +++ b/domains/samp.alora.json @@ -0,0 +1,11 @@ +{ + "description": "Making my SA-MP server accessible via a custom domain name", + "repo": "https://www.sa-mp.mp/", + "owner": { + "username": "aloramiaa", + "email": "xaloramia@gmail.com" + }, + "record": { + "A": ["46.183.184.33"] + } +} diff --git a/domains/sampath.json b/domains/sampath.json new file mode 100644 index 000000000..b09496a44 --- /dev/null +++ b/domains/sampath.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "gujarathisampath", + "discord": "984015688807100419", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.pl6QsQtuSeTxI4qW8VNCuAxSYrmPySIp-thnTbJzhdXyYrejfz3ypbCWqYX02RusfAkil6PMI_Y59cKhi_-EqWsEPNywQOqS1YWOQdRcH3XBIbZOXolGYyOUsCzCJDt52bn3RMbU0v1C7nw7bBElgOq6oQNYmUtQBPSG3BrEDJnwtyaIWAQmrI19mdG2lgMITPtB6bc9lkyDphg5CN44VON-dflwPzajVLcLKd7UFn-aupC8_k0SQ2Ls-9ldRFe45yrS2I1rK5NA5CdXahVn0HqOR4hjYBAcZ9n9TDWOdIw2KNKVy9uiKeS5omruwDaJlUX_rV6dZ0IYL4TFmRFqRQ.sdhuYH6WZA070TY-hK14_w.oNx0grctR0mFrgxZsrG_6alCz2x_XmYCWpot7ZEDP7HPaBu4WMLzUXAOX1e6yOE4UJX2Fuu3woZGmE9LHibD6KGw5fM6EHG0TFFzGbHdqh1S5P1OcGRVT46wEFMx8vh7.R4PT633lIs8sA7pkAaS8mg" + }, + "record": { + "CNAME": "cname.vercel-dns.com" + } +} diff --git a/domains/samrat.json b/domains/samrat.json new file mode 100644 index 000000000..c9c453bd4 --- /dev/null +++ b/domains/samrat.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "ogsamrat" + }, + "record": { + "CNAME": "ogsamrat.github.io" + } +} diff --git a/domains/samson.json b/domains/samson.json new file mode 100644 index 000000000..cc6d8927d --- /dev/null +++ b/domains/samson.json @@ -0,0 +1,11 @@ +{ + "description": "Personal website", + "repo": "https://github.com/MarsCapone/marscapone.github.io", + "owner": { + "username": "MarsCapone", + "email": "samson@danziger.uk" + }, + "record": { + "CNAME": "marscapone.github.io" + } +} diff --git a/domains/sana.json b/domains/sana.json new file mode 100644 index 000000000..936ce2b9c --- /dev/null +++ b/domains/sana.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sana-afk", + "email": "srijita3010@gmail.com" + }, + "record": { + "CNAME": "sana-afk.github.io" + } +} diff --git a/domains/sanchit.json b/domains/sanchit.json new file mode 100644 index 000000000..b7e49ca82 --- /dev/null +++ b/domains/sanchit.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "sanchitbajaj02", + "email": "sanchit02@outlook.com", + "discord": "704721578029744299" + }, + "record": { + "CNAME": "portfolio-delta-lemon-14.vercel.app" + } +} diff --git a/domains/sandepten.json b/domains/sandepten.json new file mode 100644 index 000000000..bb88643d8 --- /dev/null +++ b/domains/sandepten.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "sandepten", + "email": "sandepten@gmail.com", + "discord": "sandepten" + }, + "record": { + "CNAME": "sandepten.vercel.app" + } +} diff --git a/domains/sandira.json b/domains/sandira.json index aeea9cd15..a9a9052a1 100644 --- a/domains/sandira.json +++ b/domains/sandira.json @@ -3,7 +3,6 @@ "repo": "https://github.com/axolotlextnd/axolotlextnd.github.io", "owner": { "username": "axolotlextnd", - "email": "", "discord": "Sandira#0781" }, "record": { diff --git a/domains/sandun.json b/domains/sandun.json new file mode 100644 index 000000000..9e888ae80 --- /dev/null +++ b/domains/sandun.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio website of Sandun Madhushan", + "repo": "https://github.com/sandunMadhushan/sandunMadhushan.github.io", + "owner": { + "username": "sandunMadhushan", + "email": "sandunhmadushan9330@gmail.com" + }, + "record": { + "CNAME": "sandunmadhushan.github.io" + } +} diff --git a/domains/sang.json b/domains/sang.json new file mode 100644 index 000000000..137bba6d2 --- /dev/null +++ b/domains/sang.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "chauvansang", + "email": "cvansang94@gmail.com" + }, + "record": { + "CNAME": "chauvansang.github.io" + } +} diff --git a/domains/sangeeth.json b/domains/sangeeth.json new file mode 100644 index 000000000..178d24f73 --- /dev/null +++ b/domains/sangeeth.json @@ -0,0 +1,12 @@ +{ + "description": "PORTFOLIO", + "owner": { + "username": "sangeeth-606", + "email": "sangeeth999123@gmail.com" + }, + "repo": "https://github.com/sangeeth-606/meh", + "record": { + "CNAME": "github-sangeeth-606.github.io" + } + } + diff --git a/domains/sangelo.json b/domains/sangelo.json index 52d216dbb..f78904011 100644 --- a/domains/sangelo.json +++ b/domains/sangelo.json @@ -1,12 +1,9 @@ { "description": "Redirect to personal homepage", - "owner": { "username": "SangeloDev", "email": "contact@sangelo.space" }, - "repo": "https://github.com/SangeloDev", - "record": { "URL": "https://sangelo.space" } diff --git a/domains/sanish.json b/domains/sanish.json new file mode 100644 index 000000000..32352c9a1 --- /dev/null +++ b/domains/sanish.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sanishkr", + "email": "sanishkr@gmail.com" + }, + "record": { + "URL": "https://sanish.me/" + } +} diff --git a/domains/sanjay-suryavanshi.json b/domains/sanjay-suryavanshi.json index f3c7960f7..bdafc95b4 100644 --- a/domains/sanjay-suryavanshi.json +++ b/domains/sanjay-suryavanshi.json @@ -2,10 +2,9 @@ "description": "Sanjay Suryavanshi Profile.", "repo": "https://github.com/Sanjay-Suryavanshi/Sanjay-Suryavanshi.github.io", "owner": { - "username": "Sanjay-Suryavanshi", - "email": "" + "username": "Sanjay-Suryavanshi" }, "record": { - "CNAME": "Sanjay-Suryavanshi.github.io" + "CNAME": "sanjay-suryavanshi.github.io" } } diff --git a/domains/sanjay.json b/domains/sanjay.json index d8a9e9b83..3a37fdbb4 100644 --- a/domains/sanjay.json +++ b/domains/sanjay.json @@ -5,7 +5,6 @@ "twitter": "megasanjay" }, "description": "Personal website", - "repo": "https://github.com/megasanjay", "record": { "URL": "https://sanjaysoundarajan.dev" } diff --git a/domains/sanjay123.json b/domains/sanjay123.json new file mode 100644 index 000000000..324ff0fe0 --- /dev/null +++ b/domains/sanjay123.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "sanjay7178", + "discord": "783593841529585665", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ZBJQypIAJWa4IlL4QvRyoy0qLCRirh8jErK3tND1SPDtz1YOeiK7R8X2ibAHvEBwzQKDw7oJrD6U2y7YjfRkmS0UtOjauJ0-3qs_AUv4w6zDWpR7oHyTdxtmeO4WC98ff58b3BxcMA7jvIVCH7mSKpnYaQMdfYY9WlbOoMnipMiRZOqxRPp2nswW3M4AGOJgbzKyMPs-X8w78PSpD1eozCKkDpL0iWR6y-eYSQb1PtxEe0SifI3RwxSNGecBCRvikwt2WKe6b1EuPNucHgeTxMDzjGAcTAtaMTZ1q69EbTKZzOBL3miCtpq-dbsuSqqAfkQrxxnrM-6E2Xo6o93SCw.VNkxpGV8lOJq5_oWRa9Vcg.wcrYJnaSccXjrwRFLnakmE7O77GbEpnAWVL9uIJUKxUBMdTScxWHDQ5zC9-hGZrkEVD6KAtPTBdB2NtV9GgdFa2CpxNDgaxdBO3N8GKRlDp5NEKlNITQDgQbZnM0ckf_.9kha8tMGZqgQJaUx0MA3WQ" + }, + "record": { + "CNAME": "sanjay7178.github.io" + } +} diff --git a/domains/sanjaykumar.json b/domains/sanjaykumar.json new file mode 100644 index 000000000..61a08fadc --- /dev/null +++ b/domains/sanjaykumar.json @@ -0,0 +1,11 @@ +{ + "description": "Vannila Portfolio", + "repo": "https://github.com/Ethi19/vanillajs-portfolio", + "owner": { + "username": "ethi19", + "email": "sanjaykumardec98@gmail.com" + }, + "record": { + "CNAME": "ethi19.github.io" + } +} diff --git a/domains/sankalp.json b/domains/sankalp.json deleted file mode 100644 index 8af5afc14..000000000 --- a/domains/sankalp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Sankalp Pathak Website", - "repo": "https://github.com/k144u/k144u.github.io", - "owner": { - "username": "k144u", - "email": "pathaksankalp04@gmail.com" - }, - "record": { - "CNAME": "k144u.github.io" - } -} diff --git a/domains/sanketborade.json b/domains/sanketborade.json deleted file mode 100644 index 0da5bedf1..000000000 --- a/domains/sanketborade.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "boradesanket13", - "email": "boradesanket13@gmail.com" - }, - - "record": { - "CNAME": "boradesanket13.github.io" - } -} diff --git a/domains/santa.json b/domains/santa.json new file mode 100644 index 000000000..4c3b15b77 --- /dev/null +++ b/domains/santa.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "StefanoMantero", + "email": "eldrazichiodo@gmail.com" + }, + "description": "Fun project for santa", + "record": { + "CNAME": "seal-app-up9wg.ondigitalocean.app" + } +} diff --git a/domains/santhoshkani.json b/domains/santhoshkani.json new file mode 100644 index 000000000..ce2ba02b7 --- /dev/null +++ b/domains/santhoshkani.json @@ -0,0 +1,10 @@ +{ + "description": "Santhosh Kani - Personal Github Page", + "owner": { + "username": "santhoshkani", + "email": "santhosh.kani@gmail.com" + }, + "record": { + "CNAME": "santhoshkani.github.io" + } +} diff --git a/domains/santoshgiri.json b/domains/santoshgiri.json new file mode 100644 index 000000000..46c4b0d12 --- /dev/null +++ b/domains/santoshgiri.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio Website", + "repo": "https://github.com/santosh2345/santosh2345.github.io", + "owner": { + "username": "santosh2345", + "email": "hi@santoshgiri.com.np" + }, + "record": { + "URL": "https://santoshgiri.com.np/" + } +} diff --git a/domains/saras008.json b/domains/saras008.json new file mode 100644 index 000000000..f76bee78d --- /dev/null +++ b/domains/saras008.json @@ -0,0 +1,11 @@ +{ + "description": "Iyus Dedi Putra Github Profile", + "repo": "https://github.com/saras008/saras008.github.io", + "owner": { + "username": "saras008", + "email": "simatupang2000@gmail.com" + }, + "record": { + "CNAME": "saras008.github.io" + } +} diff --git a/domains/saraxa.json b/domains/saraxa.json deleted file mode 100644 index b6ffa9638..000000000 --- a/domains/saraxa.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "saraxa personal website", - "repo": "https://github.com/reef1447/reef1447.github.io", - "owner": { - "username": "reef1447", - "email": "spray123kira@gmail.com", - "discord": "saraxa#8899" - }, - "record": { - "CNAME": "reef1447.github.io" - } -} diff --git a/domains/sarthak-malhotra.json b/domains/sarthak-malhotra.json new file mode 100644 index 000000000..c67766061 --- /dev/null +++ b/domains/sarthak-malhotra.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio Website for Sarthak Malhotra", + "repo": "https://github.com/SaM13997/portfolio-simple", + "owner": { + "username": "Sam13997", + "email": "sarthakmalhotra251@gmail.com" + }, + "record": { + "CNAME": "www.webdevsam.pro" + } +} diff --git a/domains/sarthak.json b/domains/sarthak.json index 8acba1932..51d38e166 100644 --- a/domains/sarthak.json +++ b/domains/sarthak.json @@ -4,7 +4,6 @@ "email": "dubey.sarthak0613@gmail.com", "discord": "877525618525364295" }, - "record": { "CNAME": "dubey0613.github.io" } diff --git a/domains/sashankp.json b/domains/sashankp.json new file mode 100644 index 000000000..8875e676f --- /dev/null +++ b/domains/sashankp.json @@ -0,0 +1,11 @@ +{ + "description": "My portfolio website", + "repo": "https://github.com/Sashankps/portfolio-2023-react", + "owner": { + "username": "Sashankps", + "email": "sashank.pilli@gmail.com" + }, + "record": { + "CNAME": "sashankps.vercel.app" + } +} diff --git a/domains/sasial.json b/domains/sasial.json index 92a438793..1078092f3 100644 --- a/domains/sasial.json +++ b/domains/sasial.json @@ -3,7 +3,6 @@ "repo": "https://github.com/sasial-dev/Portfolio", "owner": { "username": "sasial-dev", - "email": "", "discord": "Sasial#9375" }, "record": { diff --git a/domains/sathish.json b/domains/sathish.json index fbd4cccc9..804567dd4 100644 --- a/domains/sathish.json +++ b/domains/sathish.json @@ -6,6 +6,6 @@ "email": "muppidathi00@gmail.com" }, "record": { - "CNAME": "Muppidathi-sys.github.io" + "CNAME": "muppidathi-sys.github.io" } } diff --git a/domains/satindar.json b/domains/satindar.json index 94f5a1c7a..9ed1644bd 100644 --- a/domains/satindar.json +++ b/domains/satindar.json @@ -1,12 +1,18 @@ { - "description": "personal use / portfolio", - "repo": "https://github.com/satindar31/satindar31.github.io", - "owner": { - "username": "satindar31", - "email": "satindar@satindar-is.me", - "twitter": "satindar31" - }, - "record": { - "CNAME": "satindar31.github.io" - } -} + "description": "personal use / portfolio", + "repo": "https://github.com/satindar31/satindar31.github.io", + "owner": { + "username": "satindar31", + "email": "satindar@satindar-is.me", + "twitter": "satindar31" + }, + "record": { + "NS": ["brodie.ns.cloudflare.com", "jamie.ns.cloudflare.com"], + "DS": [{ + "key_tag": 2371, + "algorithm": 13, + "digest_type": 2, + "digest": "C2074462471B81206F792AEC23469EF33DDC53538E8580DCCC92FD130C9A6096" + }] + } +} diff --git a/domains/satr14.json b/domains/satr14.json index e6de6df01..85a4759ee 100644 --- a/domains/satr14.json +++ b/domains/satr14.json @@ -1,10 +1,8 @@ { "owner": { "username": "SX-9", - "email": "", "discord": "882595027132493864" }, - "record": { "URL": "https://satr14.my.id/" } diff --git a/domains/satyam.json b/domains/satyam.json new file mode 100644 index 000000000..6d0e49eb5 --- /dev/null +++ b/domains/satyam.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lostboysatyam", + "email": "lostboysatyam54@gmail.com" + }, + "record": { + "NS": ["braden.ns.cloudflare.com", "diana.ns.cloudflare.com"] + } +} diff --git a/domains/satyamjha.json b/domains/satyamjha.json new file mode 100644 index 000000000..c9ec7ec45 --- /dev/null +++ b/domains/satyamjha.json @@ -0,0 +1,10 @@ +{ + "description": "Pool full of Diamonds", + "owner": { + "username": "SatyamIsSatyam", + "email": "realsatyam02@gmail.com" + }, + "record": { + "CNAME": "satyamissatyam.github.io" + } +} diff --git a/domains/satyamv7.json b/domains/satyamv7.json index 9aef9da6d..4fb2c2b47 100644 --- a/domains/satyamv7.json +++ b/domains/satyamv7.json @@ -6,6 +6,6 @@ "email": "satyamverma46@outlook.com" }, "record": { - "CNAME": "SatyamV7.github.io" + "CNAME": "satyamv7.github.io" } } diff --git a/domains/saumon.json b/domains/saumon.json index 16b913985..2982bfea6 100644 --- a/domains/saumon.json +++ b/domains/saumon.json @@ -1,11 +1,10 @@ { "owner": { "username": "saumonarcenciel", - "email": "viala38000@gmail.com", + "email": "saumon@duck.com", "discord": "823623660743950416" }, - "record": { - "A": ["163.5.143.4"] + "A": ["109.234.166.168"] } } diff --git a/domains/saunak.json b/domains/saunak.json new file mode 100644 index 000000000..127213ef2 --- /dev/null +++ b/domains/saunak.json @@ -0,0 +1,12 @@ +{ + "description": "my portfolio website", + "repo": "https://github.com/Saunakghosh10/dfolio.git", + "owner": { + "username": "Saunakghosh10", + "email": "saunakghosh710@gmail.com", + "discord": "695672697270829116" + }, + "record": { + "CNAME": "sgfolio-nu.vercel.app" + } +} diff --git a/domains/saurabhkirve.json b/domains/saurabhkirve.json index 798888ff5..e54cd907e 100644 --- a/domains/saurabhkirve.json +++ b/domains/saurabhkirve.json @@ -1,9 +1,9 @@ { "owner": { - "username": "BerzCode", + "username": "Sxurabh", "email": "saurabhkirve@gmail.com" }, "record": { - "CNAME": "berzcode.github.io" + "CNAME": "sxurabh.github.io" } } diff --git a/domains/savan-makawana.json b/domains/savan-makawana.json index 41227e3d9..a60cef5ff 100644 --- a/domains/savan-makawana.json +++ b/domains/savan-makawana.json @@ -2,8 +2,7 @@ "description": "My new website", "repo": "https://github.com/savan-makawana/savan-makawana.github.io", "owner": { - "username": "savan-makawana", - "email": "" + "username": "savan-makawana" }, "record": { "CNAME": "savan-makawana.github.io" diff --git a/domains/saxophone.json b/domains/saxophone.json index 27aed633f..ae8888e00 100644 --- a/domains/saxophone.json +++ b/domains/saxophone.json @@ -1,17 +1,15 @@ { - "description": "saxophones are the best instrument", - "owner": { - "username": "saxophone-guy", - "email": "itsarchit@keemail.me" - }, - "record": { - "A": [ - "216.24.57.1" - ], - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], - "TXT": "forward-email=itsarchit@keemail.me" - } + "description": "my personal site where i do random stuff i guess", + "owner": { + "username": "saxophone-dev", + "email": "itsarchit@keemail.me" + }, + "record": { + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "TXT": [ + "forward-email=itsarchit@keemail.me", + "google-site-verification=xWSXW0sDedf6aw6w8tJnySqXZYExIAViuKmTEiuJZpU" + ], + "A": ["76.76.21.21"] + } } diff --git a/domains/saya.json b/domains/saya.json index 1fa51a57e..11363cc07 100644 --- a/domains/saya.json +++ b/domains/saya.json @@ -7,6 +7,6 @@ "twitter": "AayanTDE" }, "record": { - "CNAME": "yanNotDev.github.io" + "CNAME": "yannotdev.github.io" } } diff --git a/domains/sc.json b/domains/sc.json index 890af4135..954a35471 100644 --- a/domains/sc.json +++ b/domains/sc.json @@ -5,17 +5,14 @@ "username": "SC136", "email": "swarchuri06@gmail.com" }, - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } + "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/scan.json b/domains/scan.json index b7d899ecf..fcf8e3393 100644 --- a/domains/scan.json +++ b/domains/scan.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "scanash00", - "email": "103391616+scanash00@users.noreply.github.com", - "discord": "827389583342698536" - }, - - "record": { - "CNAME": "scanash.pages.dev" - } - } - + "owner": { + "username": "scanash00", + "discord": "827389583342698536" + }, + "record": { + "CNAME": "scanash.pages.dev" + } +} diff --git a/domains/scfp.json b/domains/scfp.json index 8ff0f159e..0d4ce0416 100644 --- a/domains/scfp.json +++ b/domains/scfp.json @@ -2,7 +2,6 @@ "description": "Cfp Short Service", "owner": { "username": "cfpwastaken", - "email": "", "discord": "cfp (318394797822050315)" }, "record": { diff --git a/domains/school.klent.json b/domains/school.klent.json index 8b1002d85..4f18da243 100644 --- a/domains/school.klent.json +++ b/domains/school.klent.json @@ -4,7 +4,6 @@ "email": "kleeinlmao@gmail.com", "discord": "763581985410121769" }, - "record": { "CNAME": "ghs.google.com" } diff --git a/domains/schuh.json b/domains/schuh.json new file mode 100644 index 000000000..896579524 --- /dev/null +++ b/domains/schuh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "schuh", + "email": "theschuhofyou@gmail.com" + }, + "record": { + "CNAME": "vqpe.github.io" + } +} diff --git a/domains/schumerism.json b/domains/schumerism.json new file mode 100644 index 000000000..90c4b59f9 --- /dev/null +++ b/domains/schumerism.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "homosapiensapien", + "email": "nathanielswoo@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/scoobies.json b/domains/scoobies.json index c267cc01f..faf0e6f0b 100644 --- a/domains/scoobies.json +++ b/domains/scoobies.json @@ -1,11 +1,11 @@ { - "description": "Github Pages Site", - "repo": "https://github.com/turtletown73/turtletown73.github.io", - "owner": { - "username": "turtletown73", - "email": "wetturtle45@gmail.com" - }, - "record": { - "CNAME": "turtletown73.github.io" - } -} + "description": "Github Pages Site", + "repo": "https://github.com/turtletown73/turtletown73.github.io", + "owner": { + "username": "turtletown73", + "email": "wetturtle45@gmail.com" + }, + "record": { + "CNAME": "turtletown73.github.io" + } +} diff --git a/domains/scythemedia.json b/domains/scythemedia.json index cf87a475e..faa8f56e5 100644 --- a/domains/scythemedia.json +++ b/domains/scythemedia.json @@ -10,10 +10,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/sdheeraj.json b/domains/sdheeraj.json index 9c66a9281..73e3dfcb2 100644 --- a/domains/sdheeraj.json +++ b/domains/sdheeraj.json @@ -1,7 +1,7 @@ { "owner": { "username": "17sdheeraj", - "email": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkYXRhIjp7InVzZXJfaWQiOiIxMzE4NDk3NjUiLCJ1c2VybmFtZSI6IjE3c2RoZWVyYWoiLCJlbWFpbCI6IjE3c2RoZWVyYWpAd2luZ2Fyci5ldS5vcmcifSwiZXhwaXJlc0luIjoiOTk5OXkiLCJpYXQiOjE3MjE1MzM2ODJ9.7wMG7oM75_RVLS7uWP0b0gqJOP_v9jsfxRq-UcqPlgM" + "OWL": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkYXRhIjp7InVzZXJfaWQiOiIxMzE4NDk3NjUiLCJ1c2VybmFtZSI6IjE3c2RoZWVyYWoiLCJlbWFpbCI6IjE3c2RoZWVyYWpAd2luZ2Fyci5ldS5vcmcifSwiZXhwaXJlc0luIjoiOTk5OXkiLCJpYXQiOjE3MjE1MzM2ODJ9.7wMG7oM75_RVLS7uWP0b0gqJOP_v9jsfxRq-UcqPlgM" }, "record": { "CNAME": "17sdheeraj.github.io" diff --git a/domains/sdp.json b/domains/sdp.json index 9f2b1dbbb..48ad79422 100644 --- a/domains/sdp.json +++ b/domains/sdp.json @@ -1,12 +1,11 @@ { "owner": { "username": "Stef-00012", - "email": "", "discord": "694986201739952229", "github_id": 81536172, "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" }, "record": { - "CNAME": "proxy.stefdp.is-a.dev" + "CNAME": "proxy.stefdp.lol" } } diff --git a/domains/sea-horse-with-really-long-neck-and-fabulous-legs.json b/domains/sea-horse-with-really-long-neck-and-fabulous-legs.json index 171d71f46..e0fb239cf 100644 --- a/domains/sea-horse-with-really-long-neck-and-fabulous-legs.json +++ b/domains/sea-horse-with-really-long-neck-and-fabulous-legs.json @@ -1,8 +1,7 @@ { "owner": { "username": "yunexiz", - "discord": "1040303561847881729", - "email": "" + "discord": "1040303561847881729" }, "record": { "CNAME": "sea-horse-with-really-long-neck-and-fabulous-legs.pages.dev" diff --git a/domains/sebaslv.json b/domains/sebaslv.json new file mode 100644 index 000000000..819018324 --- /dev/null +++ b/domains/sebaslv.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AfterLehxuz", + "email": "juans.lopez2004@gmail.com" + }, + "record": { + "CNAME": "sebaslv.vercel.app" + } +} diff --git a/domains/sebastian.json b/domains/sebastian.json index d29072641..dc11746eb 100644 --- a/domains/sebastian.json +++ b/domains/sebastian.json @@ -10,10 +10,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com -all" } } diff --git a/domains/sebastiand.json b/domains/sebastiand.json new file mode 100644 index 000000000..862a2bdf1 --- /dev/null +++ b/domains/sebastiand.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "sebastiandg7", + "discord": "208368273086087170", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.TSHkwx0z2f7tKPzuS6eYo2gfqbD8VG1tfvr34qhGK-SB78GxVj0PXm_kT-ITkOx_h680FZf1__BzFHrEVPoSpFgv2aVOc4QYbk7i0qXPnVxZA9h6AgXMSwVTng-c7xd4vd3qsfZm7re-UBvxGPfYtwSbKPXWs_DxxB-P2Ci1Xzv07A6haVyyqectB_jctnWUq0h3E8r3LfbdnqUut1eQzGPZhbHQj-WPm3XaODu1BF5iiV18dKUNO-Pnv2OXc2AnYXIQPbRYuWo4mXCnOJlNItzhgHJnCKyzihiCJ_ppx6dOzrVtNMDd3D1WrrhK3mkZLnk2wsQnpNtENnez3i8CfQ._Pb9BHSmR48rQv8Wtb-DuQ.miPhqty--2dTp9YtR6eMxGT_YWhIc1Wn6W-zPy-o7luz6VpAii4KYpTt5NQ5rDw8krzrRevGjv2UEw4PAJJ5wp3Kgnz0EQQQx-xMu-64Hyo.05u2HUx_NgIxZ8YRPPEuqQ" + }, + "record": { + "CNAME": "sebastiandg7.github.io" + } +} diff --git a/domains/sebastianriveros.json b/domains/sebastianriveros.json new file mode 100644 index 000000000..8616af540 --- /dev/null +++ b/domains/sebastianriveros.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Wisauw", + "email": "riveross92@gmail.com" + }, + "record": { + "CNAME": "sebastian-riveros.vercel.app" + } +} diff --git a/domains/sebdev.json b/domains/sebdev.json new file mode 100644 index 000000000..c51e20935 --- /dev/null +++ b/domains/sebdev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sebdeveloper6952", + "email": "seb@sebdev.io" + }, + "record": { + "CNAME": "blog.sebdev.io" + } +} diff --git a/domains/secsum.json b/domains/secsum.json new file mode 100644 index 000000000..e35bf9625 --- /dev/null +++ b/domains/secsum.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "NgoQuangThien", + "email": "quangthien18032000@gmail.com" + }, + "record": { + "A": [ + "3.24.49.246" + ] + } +} diff --git a/domains/secure.furqan.json b/domains/secure.furqan.json index 31ca79480..4391efa0b 100644 --- a/domains/secure.furqan.json +++ b/domains/secure.furqan.json @@ -1,5 +1,5 @@ { -"owner": { + "owner": { "username": "rediffurqan", "email": "frqnlove8765@gmail.com" }, diff --git a/domains/seen.json b/domains/seen.json index e09cefb74..4d2ce4432 100644 --- a/domains/seen.json +++ b/domains/seen.json @@ -6,10 +6,7 @@ }, "record": { "URL": "https://github.com/Seendator", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": [ "v=spf1 include:spf.improvmx.com include:_spf.elasticemail.com ~all" ] diff --git a/domains/seiko.json b/domains/seiko.json new file mode 100644 index 000000000..97b55377e --- /dev/null +++ b/domains/seiko.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Delta-0mega", + "email": "seikoo.dev@gmail.com", + "discord": "1293641904860172389" + }, + "record": { + "CNAME": "seiko-7oa.pages.dev" + } +} diff --git a/domains/sekuji.json b/domains/sekuji.json index a85acb994..0d44a00b2 100644 --- a/domains/sekuji.json +++ b/domains/sekuji.json @@ -2,7 +2,6 @@ "description": "Sekuji's Personal Website", "owner": { "username": "sekuji", - "email": "", "discord": "sekuji#9595" }, "record": { diff --git a/domains/selenite.json b/domains/selenite.json deleted file mode 100644 index e88327251..000000000 --- a/domains/selenite.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "skysthelimitt", - "email": "skysth3limit@pm.me" - }, - "record": { - "A": ["5.161.118.69"] - } -} diff --git a/domains/semant.json b/domains/semant.json index b737dbb27..a5e64f98c 100644 --- a/domains/semant.json +++ b/domains/semant.json @@ -3,16 +3,11 @@ "owner": { "username": "ihacksemant", "email": "contact@semant.is-a.dev", - "discord": "@semant" + "discord": "semant" }, "record": { - "A": [ - "69.30.249.53" - ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "A": ["69.30.249.53"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/send.blogs.akk1to.json b/domains/send.blogs.akk1to.json new file mode 100644 index 000000000..6c1b33707 --- /dev/null +++ b/domains/send.blogs.akk1to.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "akk1to", + "email": "akk1to.dev@outlook.com" + }, + "record": { + "MX": ["feedback-smtp.us-east-1.amazonses.com"], + "TXT": "v=spf1 include:amazonses.com ~all" + } +} diff --git a/domains/sep.json b/domains/sep.json new file mode 100644 index 000000000..47a8c1a97 --- /dev/null +++ b/domains/sep.json @@ -0,0 +1,11 @@ +{ + "description": "personel-website", + "repo": "https://github.com/sepultrex/sepultrex.github.io", + "owner": { + "username": "sepultrex", + "email": "sepultrex@gmail.com" + }, + "record": { + "CNAME": "sepultrex.github.io" + } +} \ No newline at end of file diff --git a/domains/seqyu.json b/domains/seqyu.json new file mode 100644 index 000000000..7e341aef9 --- /dev/null +++ b/domains/seqyu.json @@ -0,0 +1,11 @@ +{ + "description": "I'm just some guy who enjoys Linux a bit too much", + "repo": "https://github.com/nvct-website/nvct-website.github.io", + "owner": { + "username": "nvct-website", + "discord": "@seqyu." + }, + "record": { + "CNAME": "nvct-website.github.io" + } +} diff --git a/domains/serena.json b/domains/serena.json index cbfe2b68e..f7145b71e 100644 --- a/domains/serena.json +++ b/domains/serena.json @@ -2,7 +2,6 @@ "description": "Serena's Website", "owner": { "username": "Serena-io", - "email": "", "discord": "Serena#1165" }, "record": { diff --git a/domains/sergarsilla.json b/domains/sergarsilla.json new file mode 100644 index 000000000..33486348a --- /dev/null +++ b/domains/sergarsilla.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sergarsilla", + "email": "sergarsilla@gmail.com" + }, + "record": { + "CNAME": "sergarsilla.github.io" + } +} diff --git a/domains/sergio.json b/domains/sergio.json new file mode 100644 index 000000000..0f36fc5a0 --- /dev/null +++ b/domains/sergio.json @@ -0,0 +1,10 @@ +{ + "description": "Mi sitio web personal", + "owner": { + "username": "sgm1018", + "email": "sgm1018@proton.me" + }, + "record": { + "URL": "https://www.linkedin.com/in/sergiogm1999/" + } +} diff --git a/domains/serhii-koba.json b/domains/serhii-koba.json new file mode 100644 index 000000000..b7a85ae65 --- /dev/null +++ b/domains/serhii-koba.json @@ -0,0 +1,11 @@ +{ + "description": "A personal blog website", + "repo": "https://github.com/sergey-koba-mobidev/static_blog", + "owner": { + "username": "sergey-koba-mobidev", + "email": "desgnkiss@gmail.com" + }, + "record": { + "CNAME": "static-blog-o3omu.ondigitalocean.app" + } +} diff --git a/domains/serignembaye.json b/domains/serignembaye.json index 9776f4706..df386209c 100644 --- a/domains/serignembaye.json +++ b/domains/serignembaye.json @@ -1,13 +1,11 @@ { - "description": "Describe the use of this subdomain", - "owner": { - "username": "Serigne-Mbaye", - "email": "serigne.mby@gmail.com", - "twitter": "djieggo" - }, - "record": { - "A": [ - "75.2.60.5" - ] - } + "description": "Describe the use of this subdomain", + "owner": { + "username": "Serigne-Mbaye", + "email": "serigne.mby@gmail.com", + "twitter": "djieggo" + }, + "record": { + "A": ["75.2.60.5"] + } } diff --git a/domains/serstars.json b/domains/serstars.json index b74f7005e..360e5f446 100644 --- a/domains/serstars.json +++ b/domains/serstars.json @@ -2,7 +2,6 @@ "repo": "https://github.com/SerStars/SerStars.github.io", "owner": { "username": "SerStars", - "email": "", "twitter": "SerStars_lol" }, "record": { diff --git a/domains/server.drpleaserespect.json b/domains/server.drpleaserespect.json deleted file mode 100644 index ee0613c67..000000000 --- a/domains/server.drpleaserespect.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "DrPleaseRespect", - "email": "juliannayr2007@gmail.com" - }, - "record": { - "A": ["146.19.100.135"], - "AAAA": ["2a05:dfc1:4400:6c00::a"] - } -} diff --git a/domains/server.mrdiamond.json b/domains/server.mrdiamond.json index 228b625ad..5fafbf9d2 100644 --- a/domains/server.mrdiamond.json +++ b/domains/server.mrdiamond.json @@ -4,6 +4,7 @@ "email": "drewratner27@gmail.com" }, "record": { - "A": ["129.153.208.15"] - } + "A": ["129.146.51.207"] + }, + "proxied": false } diff --git a/domains/service.rachancheet.json b/domains/service.rachancheet.json new file mode 100644 index 000000000..d244b1026 --- /dev/null +++ b/domains/service.rachancheet.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rachancheet", + "email": "raxxsngh37@gmail.com" + }, + "record": { + "A": ["152.67.163.7"] + } +} diff --git a/domains/services.defective.json b/domains/services.defective.json new file mode 100644 index 000000000..3a9459cac --- /dev/null +++ b/domains/services.defective.json @@ -0,0 +1,10 @@ +{ + "description": "A sub-domain for my services", + "owner": { + "username": "Defective4", + "email": "def3ctive4@gmail.com" + }, + "record": { + "A": ["130.61.27.34"] + } +} diff --git a/domains/services.not-ethan.json b/domains/services.not-ethan.json index 82af23d7a..f513c458c 100644 --- a/domains/services.not-ethan.json +++ b/domains/services.not-ethan.json @@ -1,7 +1,6 @@ { "owner": { "username": "not-a-ethan", - "email": "", "discord": "not_ethan." }, "record": { diff --git a/domains/sesasan.json b/domains/sesasan.json new file mode 100644 index 000000000..041756a81 --- /dev/null +++ b/domains/sesasan.json @@ -0,0 +1,10 @@ +{ + "description": "Portfolio de SESASAN - Desarrollador y programador full stack", + "owner": { + "username": "SESASAN", + "email": "sebastian.perezaraujo@outlook.com" + }, + "record": { + "CNAME": "sesasan.netlify.app" + } +} diff --git a/domains/sethpython.json b/domains/sethpython.json deleted file mode 100644 index c4748789d..000000000 --- a/domains/sethpython.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "An Useless Website", - "repo": "https://github.com/SethTheDev/seththedev.github.io", - "owner": { - "username": "SethTheDev", - "email": "spccmbseth@gmail.com" - }, - "record": { - "CNAME": "seththedev.github.io" - } -} diff --git a/domains/seui.json b/domains/seui.json index b2c078312..bf2218e7c 100644 --- a/domains/seui.json +++ b/domains/seui.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "mjy9088", - "email": "", - "discord": "252323012282548224", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.HwnzkKIzKgvD6v84UwqiOXgJRtgaG1JdD3BmON5Y839lJqVRfJkC21zJDQSNkvadwB0tY-51hbUeBzhd-B339WZlugRos3Apdez9Yk_8_DpMUbvbhvp4EgarIlXLU36mKxFRE0TpO1jYbyCiyYoZjpVEl332qMOUnxKmjpAPbzZJRg9O10JJdAYWcIdTg0B9GTxXdW4ZXu9nbV1EXEW0IBmNLLOnHhhfnb4zySlspptQmasv1TMjeZ7dSXdArpLXj3fXJjr8eqSiY2r2Zjm0pkatbi4DD0_dWBpbcrX6Lehz-8gVvznVBBSBkQk3GE3BFrbXy32aOJuic7fFYmBUYg.A9o-pDxvlpb1UHE2GiiQpQ.dr0Rjsh8_CGyNUc1nFkk2kpPT8AkPNdlo-N0D9M1jpjMrAe1Xp7_hHcgx13FprS2M4pUO9mrb70EBDKZFlOPrA.DEBRHXvbC9bOBrOC-056Cw" - }, - - "record": { - "A": ["140.245.70.146"] - } - } - + "owner": { + "username": "mjy9088", + "discord": "252323012282548224", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.HwnzkKIzKgvD6v84UwqiOXgJRtgaG1JdD3BmON5Y839lJqVRfJkC21zJDQSNkvadwB0tY-51hbUeBzhd-B339WZlugRos3Apdez9Yk_8_DpMUbvbhvp4EgarIlXLU36mKxFRE0TpO1jYbyCiyYoZjpVEl332qMOUnxKmjpAPbzZJRg9O10JJdAYWcIdTg0B9GTxXdW4ZXu9nbV1EXEW0IBmNLLOnHhhfnb4zySlspptQmasv1TMjeZ7dSXdArpLXj3fXJjr8eqSiY2r2Zjm0pkatbi4DD0_dWBpbcrX6Lehz-8gVvznVBBSBkQk3GE3BFrbXy32aOJuic7fFYmBUYg.A9o-pDxvlpb1UHE2GiiQpQ.dr0Rjsh8_CGyNUc1nFkk2kpPT8AkPNdlo-N0D9M1jpjMrAe1Xp7_hHcgx13FprS2M4pUO9mrb70EBDKZFlOPrA.DEBRHXvbC9bOBrOC-056Cw" + }, + "record": { + "A": ["140.245.70.146"] + } +} diff --git a/domains/seven.json b/domains/seven.json index 24a6e06ad..c8b16cbbe 100644 --- a/domains/seven.json +++ b/domains/seven.json @@ -1,25 +1,19 @@ { - "owner": { - "username": "7op3", - "email": "134126156+7op3@users.noreply.github.com", - "discord": "882124409945587773" - }, - - "record": { - - "A":[ - "185.199.110.153", - "185.199.108.153", - "185.199.111.153", - "185.199.109.153" - ], - - "MX": [ - "mx1.simplelogin.co", - "mx2.simplelogin.co" - ], - - "TXT": ["sl-verification=ivfyrhmrpfrkrgrkywcghobxqkhynw","v=spf1 include:simplelogin.co ~all"] - } - } - + "owner": { + "username": "7op3", + "discord": "882124409945587773" + }, + "record": { + "A": [ + "185.199.110.153", + "185.199.108.153", + "185.199.111.153", + "185.199.109.153" + ], + "MX": ["mx1.simplelogin.co", "mx2.simplelogin.co"], + "TXT": [ + "sl-verification=ivfyrhmrpfrkrgrkywcghobxqkhynw", + "v=spf1 include:simplelogin.co ~all" + ] + } +} diff --git a/domains/sevinda-herath._domainkey.sevinda-herath.json b/domains/sevinda-herath._domainkey.sevinda-herath.json new file mode 100644 index 000000000..b974a12ec --- /dev/null +++ b/domains/sevinda-herath._domainkey.sevinda-herath.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Sevinda-Herath", + "email": "sevindaherath@gmail.com" + }, + "record": { + "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCAhBt3btz/Lvou5WOJo+eF4YYWNZHxX0h5vPCfcP0IVtxOcicEhpvuY8DZ86ooVAptJeXKeuXVOz0J3SkAeGu2OAPZdHwKmBXTxvIx040Qhb3plS3T1iQXj3gu8SjkZk2w6X/07iQB+KkUYD8wvAT6UUIyNugQPd74LRYpOV1pRQIDAQAB" + } +} diff --git a/domains/sevinda-herath.json b/domains/sevinda-herath.json new file mode 100644 index 000000000..8c9b52842 --- /dev/null +++ b/domains/sevinda-herath.json @@ -0,0 +1,19 @@ +{ + "owner": { + "username": "Sevinda-Herath", + "email": "sevindaherath@gmail.com" + }, + "record": { + "CNAME": "sevinda-herath.github.io", + "MX": ["mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com"], + "TXT": "v=spf1 include:zohomail.com ~all" + }, + "redirect_config": { + "custom_paths": { + "/github": "https://github.com/Sevinda-Herath", + "/linkedin": "https://www.linkedin.com/in/sevindaherath", + "/youtube": "https://www.youtube.com/channel/UCz3Xgf25_heOC86kxdqunkA" + } + }, + "proxied": true +} diff --git a/domains/sewt.json b/domains/sewt.json index c68b0289b..1823b48d7 100644 --- a/domains/sewt.json +++ b/domains/sewt.json @@ -1,25 +1,16 @@ { - "owner": { - "username": "SkyExploreWasTaken", - "email": "", - "discord": "1049263707177353247", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.JjnXMeB-5yChFwqeTjRtzK3S_0JshRprm7Ix_Yl-zlvBzrR4ZlVNljlNwz5hHd6RwuBC_y5QFA1wpuLY7J9tuvaW_ttJpnbU58UGV2JNs6yR0C6ZBp5S0XR7J0zKoloVPgoN9i4q8SOzJeBQCanVOFzX3d9haVlZxrZFInLbMybS8FegbUdzDuV6s6TB0gA8fpBWx29ftzsLfwVj96tO9gmB0cJAU-URofHxmMBDUCIXDELQdrlRl_sj4kjW3uIKus_lgN7GU55xIvErfpV2_NVZTiuPzOh5HcP7rwWHhDaeKvQL4HeKWxIlrqQhPtQHQTFTgJuh7MmJimD95ixgVg.fhYccie9reT4Mi7XAmEtZA.lNh66dK74iYl7grB--wq1yi-AEKzvkuN7TLOS75XwYxJskb4dSr8TUcM0Y5ZVfR27oMahE1_kerqZOZOtZW58ZFwqoFD0oCFaEm68nwTd3or3uBWcYbZk5ilghu8TpPN.zKRzlPiGTBfNQTbJkCbrGg" - }, - - "record": { - "MX": [ - "mx.zoho.eu", - "mx2.zoho.eu", - "mx3.zoho.eu" - ], - "TXT": [ - "v=spf1 include:zohomail.eu ~all" - ], - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } - } + "owner": { + "username": "SkyExploreWasTaken", + "discord": "1049263707177353247" + }, + "record": { + "A": ["37.27.51.34"], + "AAAA": ["2a01:4f9:3081:399c::4"], + "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"], + "TXT": [ + "v=spf1 include:zohomail.eu ~all", + "domain-verification=skyexplorewastaken" + ] + }, + "proxied": false +} diff --git a/domains/seyioo.json b/domains/seyioo.json deleted file mode 100644 index 17e90b0a1..000000000 --- a/domains/seyioo.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "description": "For a personnal portfolio", - "repo": "https://github.com/seyiooo/seyiooo.github.io", - "owner": { - "username": "seyiooo", - "email": "", - "discord": "sey.ioo", - "instagram": "sey.ioo" - }, - "record": { - "CNAME": "seyiooo.github.io" - } -} diff --git a/domains/sezersinanoglu.json b/domains/sezersinanoglu.json index 57dd7b3f9..0988b7c01 100644 --- a/domains/sezersinanoglu.json +++ b/domains/sezersinanoglu.json @@ -3,7 +3,6 @@ "username": "sezersinanoglu", "email": "sezersinanoglu@gmail.com" }, - "record": { "CNAME": "sezersinanoglu.github.io" } diff --git a/domains/sf.json b/domains/sf.json index cef2b6bb9..08eb0192a 100644 --- a/domains/sf.json +++ b/domains/sf.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "XikiZxGS", - "email": "", - "discord": "1015654462334971925", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Zh0wnCQid9C4pOjptUVh6ESkNEKZxjJadK8auOvitr7Rx67nfqb_orGsPr9hXGdfOGzLcR1sB3v5KrB-nbqUQUUgGjs9zaKjwi99S_pwZgU3oi9cY2TePWNxM1ZvdCKptiR3C1CMtDbyPOpvsvRSEGyHZtOzdcrTV4OpnR2Hi7X7nD37wR8ZjCS60YhyPPlb8HUr6_Aq2o2RItJUYwZVB1t7BRWdHL-tYwbtZXWiOER6D1nCSj86AT3rKILr5DMbEvh1SOQIJ3pf5D9HtgIW3DgkyrutOEhxn4A8xzytPi-1api0AJJvpGv3Xaj63IttB5meuivJqqrtmL86dZxABA.hh7QLO4KsuZ7-zTiHi8GaA.6EDptXq34bfUr-OXUGTWkq1LTaLq-NNgU2EXgd-4GngxX1QzrxvUenF4wsn6DmQ1yPnmnIGdczioMxdsYk0JyUYbpHaCvOsW-xyH4a_EiMk.YYLgMoT8Z_FUJtmf9ImfRw" - }, - - "record": { - "CNAME": "xikizxgs.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "XikiZxGS", + "discord": "1015654462334971925", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Zh0wnCQid9C4pOjptUVh6ESkNEKZxjJadK8auOvitr7Rx67nfqb_orGsPr9hXGdfOGzLcR1sB3v5KrB-nbqUQUUgGjs9zaKjwi99S_pwZgU3oi9cY2TePWNxM1ZvdCKptiR3C1CMtDbyPOpvsvRSEGyHZtOzdcrTV4OpnR2Hi7X7nD37wR8ZjCS60YhyPPlb8HUr6_Aq2o2RItJUYwZVB1t7BRWdHL-tYwbtZXWiOER6D1nCSj86AT3rKILr5DMbEvh1SOQIJ3pf5D9HtgIW3DgkyrutOEhxn4A8xzytPi-1api0AJJvpGv3Xaj63IttB5meuivJqqrtmL86dZxABA.hh7QLO4KsuZ7-zTiHi8GaA.6EDptXq34bfUr-OXUGTWkq1LTaLq-NNgU2EXgd-4GngxX1QzrxvUenF4wsn6DmQ1yPnmnIGdczioMxdsYk0JyUYbpHaCvOsW-xyH4a_EiMk.YYLgMoT8Z_FUJtmf9ImfRw" + }, + "record": { + "CNAME": "xikizxgs.github.io" + } +} diff --git a/domains/sfinxv.json b/domains/sfinxv.json index 45059c229..5c29889b4 100644 --- a/domains/sfinxv.json +++ b/domains/sfinxv.json @@ -1,10 +1,8 @@ { "owner": { "username": "sfinxv", - "email": "", "discord": "sfinxv" }, - "repo": "https://github.com/SFINXVC/sfinxvc.github.io", "record": { "CNAME": "sfinxvc.github.io" diff --git a/domains/sg.mcstatus.json b/domains/sg.mcstatus.json index da100a659..756b0a608 100644 --- a/domains/sg.mcstatus.json +++ b/domains/sg.mcstatus.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "EducatedSuddenBucket", - "email": "", - "discord": "1167825360151380032", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.guUEvTOIBPJv8oJfvZdvgudRQpsBlIxnKLhef83On6LPv7t8yR4GXWxwwRWUmwlpsPJBLJBSzV1AZS26i7dgezj5k4-gfQdhr1ZKUz_w5T7JgQ9MIbWeOo5ocEMcMjmkC6WLesVMwH5cfCoOJeW097Gr6of_60Jt1JcpyNRX3s5zySh9cVb1p3_II0jrPbQ1Nj8ZqwNJhiRNT8xCdHt1cfsYi76RgFRx2iTsYbEmL0v933CCeqD75aYnlVmCqyKD-dv41QBhuq9dfUwKnJusArtxtbNC9h4EwX2Y9MnoIg7nKKLrOSllSS8tRIiVw2oHv_jHm3XRJascmoni2EzdmA.5waf0tgo5uTY4rjfw8gJUA.O0wUU5TTcpQ_8wkwEeKUsSX6wKEtwVZ-G0k1R0zjhAU9hXsii5BiittxlrdR2JKP_917n2rUCN7NKnYAFIg5acwvJS8NmZlvNcTIRxb_yFmC7fRfQ6RqXGkYjc0EEDWS.bxYmFS-IlttaZTgqdZdnHQ" - }, - - "record": { - "CNAME": "37sdfgrml49gl.ahost.marscode.site" - } - } - + "owner": { + "username": "EducatedSuddenBucket", + "discord": "1167825360151380032", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.guUEvTOIBPJv8oJfvZdvgudRQpsBlIxnKLhef83On6LPv7t8yR4GXWxwwRWUmwlpsPJBLJBSzV1AZS26i7dgezj5k4-gfQdhr1ZKUz_w5T7JgQ9MIbWeOo5ocEMcMjmkC6WLesVMwH5cfCoOJeW097Gr6of_60Jt1JcpyNRX3s5zySh9cVb1p3_II0jrPbQ1Nj8ZqwNJhiRNT8xCdHt1cfsYi76RgFRx2iTsYbEmL0v933CCeqD75aYnlVmCqyKD-dv41QBhuq9dfUwKnJusArtxtbNC9h4EwX2Y9MnoIg7nKKLrOSllSS8tRIiVw2oHv_jHm3XRJascmoni2EzdmA.5waf0tgo5uTY4rjfw8gJUA.O0wUU5TTcpQ_8wkwEeKUsSX6wKEtwVZ-G0k1R0zjhAU9hXsii5BiittxlrdR2JKP_917n2rUCN7NKnYAFIg5acwvJS8NmZlvNcTIRxb_yFmC7fRfQ6RqXGkYjc0EEDWS.bxYmFS-IlttaZTgqdZdnHQ" + }, + "record": { + "CNAME": "37sdfgrml49gl.ahost.marscode.site" + } +} diff --git a/domains/sh13y.json b/domains/sh13y.json new file mode 100644 index 000000000..663d3be97 --- /dev/null +++ b/domains/sh13y.json @@ -0,0 +1,11 @@ +{ + "description": "For My Blog", + "repo": "https://github.com/sh13y/register", + "owner": { + "username": "sh13y", + "email": "lucky10isuru@gmail.com" + }, + "record": { + "CNAME": "sh13y.github.io" + } +} diff --git a/domains/sh770.json b/domains/sh770.json new file mode 100644 index 000000000..c15cbe25c --- /dev/null +++ b/domains/sh770.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sh770", + "email": "sh770h@gmail.com" + }, + "record": { + "CNAME": "sh770.github.io" + } +} diff --git a/domains/sh9351.json b/domains/sh9351.json index b1d918e8c..07e2c0ea5 100644 --- a/domains/sh9351.json +++ b/domains/sh9351.json @@ -3,7 +3,6 @@ "username": "sh9351", "email": "perfect2315shlim@gmail.com" }, - "record": { "CNAME": "sh9351.github.io" } diff --git a/domains/shahab.json b/domains/shahab.json new file mode 100644 index 000000000..faf81f27b --- /dev/null +++ b/domains/shahab.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "shahab-xd", + "email": "0xshahab@proton.me" + }, + "record": { + "CNAME": "shahab-xd.github.io" + } +} diff --git a/domains/shahjenish.json b/domains/shahjenish.json index db616b5d2..5f8335df6 100644 --- a/domains/shahjenish.json +++ b/domains/shahjenish.json @@ -2,8 +2,7 @@ "description": "Jenish Profile.", "repo": "https://github.com/shahjenish/shahjenish.github.io", "owner": { - "username": "shahjenish", - "email": "" + "username": "shahjenish" }, "record": { "CNAME": "shahjenish.github.io" diff --git a/domains/shakeel-ahamad.json b/domains/shakeel-ahamad.json index 4f07efa68..7286b3c3d 100644 --- a/domains/shakeel-ahamad.json +++ b/domains/shakeel-ahamad.json @@ -2,8 +2,7 @@ "description": "Shakeel profile.", "repo": "https://github.com/shakeel-ahamad/shakeel-ahamad.github.io", "owner": { - "username": "shakeel-ahamad", - "email": "" + "username": "shakeel-ahamad" }, "record": { "CNAME": "shakeel-ahamad.github.io" diff --git a/domains/shakera-vora.json b/domains/shakera-vora.json index ee9ac8afc..845a8cbff 100644 --- a/domains/shakera-vora.json +++ b/domains/shakera-vora.json @@ -2,8 +2,7 @@ "description": "My new website", "repo": "https://github.com/shakera-vora/shakera-vora.github.io", "owner": { - "username": "shakera-vora", - "email": "" + "username": "shakera-vora" }, "record": { "CNAME": "shakera-vora.github.io" diff --git a/domains/shambhavisinha.json b/domains/shambhavisinha.json index 34183b59d..8a0c338fc 100644 --- a/domains/shambhavisinha.json +++ b/domains/shambhavisinha.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "shim-sham", - "email": "", - "discord": "731861620833386506", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.aqb7neHU6pfFXd-SzlAwE9p1H8Eln9vmyvfn3Q0tjEsPEJrF_tJGcyl1q54Y5W6mSGupod8K90YGXBaAoQmQJHgUMuEnBqXV-p9OVetnJgzuNJCIOzXcDj9RnfgbprtoiTb8yAnoikeXUg5OuJ6c0cYOc_iP-H_oqblDwEW3Cdk2-u2_umDOj0zCvRo-NDSknn38fRkdHwK4SYyOGKTW2n9NnCJnXZe0ZiSIoSCIprRS9F2VySXfndXdcCi56HfxbIv6uWp4h4lbLAFizZ-YcolEHpwHVsRNn5twuTxoIgV8VrJR8i1uTH5shOy2Z9Kh9HA3CWB_aGtWGOcN8RPsBA.O6W5Y1nwLfl16bPtMuNvcw.3X4Pk71XSjhqmMiIAvDd51oARntiRqi9Fd1LF9VG5dKanAN8B5EvWMJWQBB9yXG9ULGwh_7xsO8ZD4V26E2LLcG1rejELJDmXAMm3PJgi1U.ACU2mORwwDBN8txmBf5FpA" - }, - - "record": { - "CNAME": "shim-sham.github.io" - } - } - + "owner": { + "username": "shim-sham", + "discord": "731861620833386506", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.aqb7neHU6pfFXd-SzlAwE9p1H8Eln9vmyvfn3Q0tjEsPEJrF_tJGcyl1q54Y5W6mSGupod8K90YGXBaAoQmQJHgUMuEnBqXV-p9OVetnJgzuNJCIOzXcDj9RnfgbprtoiTb8yAnoikeXUg5OuJ6c0cYOc_iP-H_oqblDwEW3Cdk2-u2_umDOj0zCvRo-NDSknn38fRkdHwK4SYyOGKTW2n9NnCJnXZe0ZiSIoSCIprRS9F2VySXfndXdcCi56HfxbIv6uWp4h4lbLAFizZ-YcolEHpwHVsRNn5twuTxoIgV8VrJR8i1uTH5shOy2Z9Kh9HA3CWB_aGtWGOcN8RPsBA.O6W5Y1nwLfl16bPtMuNvcw.3X4Pk71XSjhqmMiIAvDd51oARntiRqi9Fd1LF9VG5dKanAN8B5EvWMJWQBB9yXG9ULGwh_7xsO8ZD4V26E2LLcG1rejELJDmXAMm3PJgi1U.ACU2mORwwDBN8txmBf5FpA" + }, + "record": { + "CNAME": "shim-sham.github.io" + } +} diff --git a/domains/shamil.json b/domains/shamil.json index ed2642d8c..eb45c55f2 100644 --- a/domains/shamil.json +++ b/domains/shamil.json @@ -4,7 +4,6 @@ "email": "im.shamxl@gmail.com", "discord": "967681574080507944" }, - "record": { "CNAME": "shamxl.github.io" } diff --git a/domains/shamit.json b/domains/shamit.json index 1e4d2d7f7..89437dfcb 100644 --- a/domains/shamit.json +++ b/domains/shamit.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "iamshamit", - "email": "shamitmishra22@gmail.com", - "discord": "769189484155371520" - }, - - "record": { - "CNAME": "portfolio-react-qpv8.onrender.com" - } - } - \ No newline at end of file + "owner": { + "username": "iamshamit", + "email": "shamitmishra22@gmail.com", + "discord": "769189484155371520" + }, + "record": { + "CNAME": "portfolio-react-qpv8.onrender.com" + } +} diff --git a/domains/shan.json b/domains/shan.json index f70555a47..03348e755 100644 --- a/domains/shan.json +++ b/domains/shan.json @@ -7,11 +7,8 @@ "twitter": "lordlinux69" }, "record": { - "A": ["45.90.12.31"], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "A": ["45.90.12.31", "37.114.46.37"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/shanise.json b/domains/shanise.json new file mode 100644 index 000000000..efb646a25 --- /dev/null +++ b/domains/shanise.json @@ -0,0 +1,11 @@ +{ + "description": "Domain registration for shanise.is.a.dev", + "repo": "https://github.com/shanise02/register", + "owner": { + "username": "shanise02", + "email": "shanise.smith2001@gmail.com" + }, + "record": { + "URL": "https://shanisesmith.vercel.app" + } +} diff --git a/domains/sharad-rajyaguru.json b/domains/sharad-rajyaguru.json index 9ecf96b7c..985501e8f 100644 --- a/domains/sharad-rajyaguru.json +++ b/domains/sharad-rajyaguru.json @@ -2,8 +2,7 @@ "description": "Sharad Profile.", "repo": "https://github.com/sharad-rajyaguru/sharad-rajyaguru.github.io", "owner": { - "username": "sharad-rajyaguru", - "email": "" + "username": "sharad-rajyaguru" }, "record": { "CNAME": "sharad-rajyaguru.github.io" diff --git a/domains/sharath.json b/domains/sharath.json index 93badde2b..ee1c17458 100644 --- a/domains/sharath.json +++ b/domains/sharath.json @@ -1,6 +1,5 @@ { "description": "Social media website project.", - "repo": "https://github.com/thesct22", "owner": { "username": "thesct22", "email": "sharathct22@gmail.com" diff --git a/domains/sharex.phoenix.json b/domains/sharex.phoenix.json deleted file mode 100644 index 4d74122a1..000000000 --- a/domains/sharex.phoenix.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "PhoenixOrigin", - "email": "phoenixorigin171@gmail.com" - }, - "record": { - "A": ["130.162.166.134"] - } -} diff --git a/domains/shashankreddy.json b/domains/shashankreddy.json index d65a84643..7a8b03095 100644 --- a/domains/shashankreddy.json +++ b/domains/shashankreddy.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "shashank-amireddy", - "email": "", - "discord": "758375198662590515", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.l-otd7mTmOFl0h0OTgf0G1R-qmTqFjlOKz7-1lzqCQoKPjfiQdTUjiWZH0O4_fBLskItih8GqoT2jgG1uCE5yIonjKPNy3c4HsRf200q5SDCiyxXItr8o6-o2KJh7RHnJxi_Kp9qrpYz0hNGsIesoq2sPlYfWmxYKQ1TCCK4gvubhywvmZcyTouz08TgakWzYHkn-4nisz-DH-ctNLGo0z6Esicv4C0Tcn0wOJ9LjO7urt9p51I5sN7IQm-20JnUqSOaja1ukv5HpIY1ILHBL3Sb13QVlpUIlaoby8EpAzmviXd0JWzfOQfVcdL1EnbUmQu86toSj-BbuweKPPeNOg.VPY-mZFRHfr91A38FwfjSQ.mmD2chI82Yzyv1Lz-pwvJ4-v3LgO28mHrsPce_8sRgrIRfnrykrLosARHwbsp32iKX2Syl36SSl4aFNLZe-ij7-sekB7G3nAmCfhgnDHw4BiAhut0BHOeg4BhlFvpCDG.f0GCirdTkqfAfW63jykwqw" - }, - - "record": { - "CNAME": "thequantumloom.pages.dev" - } - } - \ No newline at end of file + "owner": { + "username": "shashank-amireddy", + "discord": "758375198662590515", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.l-otd7mTmOFl0h0OTgf0G1R-qmTqFjlOKz7-1lzqCQoKPjfiQdTUjiWZH0O4_fBLskItih8GqoT2jgG1uCE5yIonjKPNy3c4HsRf200q5SDCiyxXItr8o6-o2KJh7RHnJxi_Kp9qrpYz0hNGsIesoq2sPlYfWmxYKQ1TCCK4gvubhywvmZcyTouz08TgakWzYHkn-4nisz-DH-ctNLGo0z6Esicv4C0Tcn0wOJ9LjO7urt9p51I5sN7IQm-20JnUqSOaja1ukv5HpIY1ILHBL3Sb13QVlpUIlaoby8EpAzmviXd0JWzfOQfVcdL1EnbUmQu86toSj-BbuweKPPeNOg.VPY-mZFRHfr91A38FwfjSQ.mmD2chI82Yzyv1Lz-pwvJ4-v3LgO28mHrsPce_8sRgrIRfnrykrLosARHwbsp32iKX2Syl36SSl4aFNLZe-ij7-sekB7G3nAmCfhgnDHw4BiAhut0BHOeg4BhlFvpCDG.f0GCirdTkqfAfW63jykwqw" + }, + "record": { + "CNAME": "thequantumloom.pages.dev" + } +} diff --git a/domains/shaunak.json b/domains/shaunak.json index 7fe7ba1fb..814c9c952 100644 --- a/domains/shaunak.json +++ b/domains/shaunak.json @@ -1,6 +1,5 @@ { "description": "my .is-a.dev domain", - "repo": "https://github.com/Shaunak-Pandya.github.io", "owner": { "username": "Shaunak-Pandya", "email": "shaunak.n.pandya@gmail.com" diff --git a/domains/shaurya.json b/domains/shaurya.json index 110727451..b591f4bfe 100644 --- a/domains/shaurya.json +++ b/domains/shaurya.json @@ -1,10 +1,9 @@ { - "owner": { - "username": "shauryagupta3", - "email": "", - "discord":"757499975922876446" - }, - "record": { - "CNAME": "shauryagupta3.github.io" - } + "owner": { + "username": "shauryagupta3", + "discord": "757499975922876446" + }, + "record": { + "CNAME": "shauryagupta3.github.io" } +} diff --git a/domains/shays.json b/domains/shays.json index 4c9e48caa..c744131a4 100644 --- a/domains/shays.json +++ b/domains/shays.json @@ -3,7 +3,6 @@ "repo": "https://github.com/SHays24/SHays24.github.io", "owner": { "username": "SHays24", - "email": "", "discord": "munchkin2309" }, "record": { diff --git a/domains/shept.json b/domains/shept.json index 225591665..67b494909 100644 --- a/domains/shept.json +++ b/domains/shept.json @@ -10,10 +10,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/shibiliya.json b/domains/shibiliya.json index 25a7b5efa..614dccd8e 100644 --- a/domains/shibiliya.json +++ b/domains/shibiliya.json @@ -1,6 +1,5 @@ { "description": "Shibiliya's personal developer website", - "repo": "https://github.com/duaboola", "owner": { "username": "duaboola", "email": "ismailshibiliya@gmail.com" diff --git a/domains/shikhar.json b/domains/shikhar.json new file mode 100644 index 000000000..819cecd6d --- /dev/null +++ b/domains/shikhar.json @@ -0,0 +1,11 @@ +{ + "description": "YOUR DESCRIPTION GOES HERE", + "repo": "https://github.com/adityasriv2317/portfolioAditya", + "owner": { + "username": "adityasriv2317", + "email": "adityaxia9237@gmail.com" + }, + "record": { + "URL": "https://adityasrivastava.vercel.app/" + } +} diff --git a/domains/shimizu.json b/domains/shimizu.json new file mode 100644 index 000000000..da5b1d4e5 --- /dev/null +++ b/domains/shimizu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mikofoxie", + "email": "shimizulazy@gmail.com" + }, + "record": { + "CNAME": "shimizulinks.vercel.app" + } +} diff --git a/domains/shin.json b/domains/shin.json deleted file mode 100644 index bd8fc6557..000000000 --- a/domains/shin.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "description": "The offcial website by Tachibana Shin (@tachib_shin)", - "repo": "https://github.com/tachibana-shin/tachibana-shin.github.io", - "owner": { - "username": "tachibana-shin", - "email": "", - "twitter": "tachib_shin" - }, - "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=tachibshin@duck.com" - } -} diff --git a/domains/shirishshinde.json b/domains/shirishshinde.json new file mode 100644 index 000000000..ab94f963f --- /dev/null +++ b/domains/shirishshinde.json @@ -0,0 +1,11 @@ +{ + "description": "Shirish Satish Shinde's Portfolio", + "repo": "https://github.com/MasterShirishShinde/MasterShirishShinde.github.io", + "owner": { + "username": "MasterShirishShinde", + "email": "shirishshinde2605@gmail.com" + }, + "record": { + "CNAME": "mastershirishshinde.github.io" + } +} diff --git a/domains/shivam.json b/domains/shivam.json new file mode 100644 index 000000000..812df0835 --- /dev/null +++ b/domains/shivam.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "shivamkumar177", + "email": "shivamk1717@gmail.com" + }, + "record": { + "CNAME": "shivam-kumar.netlify.app" + } +} diff --git a/domains/shivananda.json b/domains/shivananda.json new file mode 100644 index 000000000..f0e49005e --- /dev/null +++ b/domains/shivananda.json @@ -0,0 +1,11 @@ +{ + "description": "My Portfolio Website", + "repo": "https://github.com/ssk090/portfolio-2024", + "owner": { + "username": "ssk090", + "email": "shivanandasai.38@gmail.com" + }, + "record": { + "URL": "https://www.shivanandasai.xyz/" + } +} diff --git a/domains/shivang.json b/domains/shivang.json index 4c0f54aa6..fc69e5f55 100644 --- a/domains/shivang.json +++ b/domains/shivang.json @@ -7,6 +7,6 @@ "telegram": "ShivangKakkar88" }, "record": { - "CNAME": "ShivangKakkar.github.io" + "CNAME": "shivangkakkar.github.io" } } diff --git a/domains/shivansh.json b/domains/shivansh.json new file mode 100644 index 000000000..54f2a8418 --- /dev/null +++ b/domains/shivansh.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "shivansh722", + "email": "shivanshcha722@gmail.com", + "discord": "839163183141748807" + }, + "record": { + "CNAME": "portfolio-theta-one-19.vercel.app" + } +} diff --git a/domains/shiyaf.json b/domains/shiyaf.json index 956a11134..a8b7f5d59 100644 --- a/domains/shiyaf.json +++ b/domains/shiyaf.json @@ -3,7 +3,6 @@ "username": "mshiyaf", "email": "shiyafc@gmail.com" }, - "record": { "URL": "https://texolgulf.com" } diff --git a/domains/shoaib.json b/domains/shoaib.json new file mode 100644 index 000000000..07d506eed --- /dev/null +++ b/domains/shoaib.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "d3vshoaib", + "email": "d3vshoaib@gmail.com" + }, + "record": { + "CNAME": "d3vshoaib.netlify.app" + } +} diff --git a/domains/shock.json b/domains/shock.json index a1f2c7535..ed67791e5 100644 --- a/domains/shock.json +++ b/domains/shock.json @@ -1,9 +1,10 @@ { "owner": { "username": "shockbs", - "email": "apipherng@gmail.com" + "discord": "880084860327313459" }, "record": { "CNAME": "shockbs.github.io" - } + }, + "proxied": true } diff --git a/domains/shockbs.json b/domains/shockbs.json index 6174d5fce..dea16071f 100644 --- a/domains/shockbs.json +++ b/domains/shockbs.json @@ -1,11 +1,12 @@ { "owner": { "username": "shockbs", - "email": "apipherng@gmail.com" + "discord": "880084860327313459" }, "record": { "A": ["76.76.21.21"], - "MX": ["mx1.improvmx.com","mx2.improvmx.com."], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" - } + }, + "proxied": true } diff --git a/domains/shomy.json b/domains/shomy.json new file mode 100644 index 000000000..596da9668 --- /dev/null +++ b/domains/shomy.json @@ -0,0 +1,20 @@ +{ + "repo": "https://github.com/shomykohai/shomykohai.github.io", + "owner": { + "username": "shomykohai", + "twitter": "shomykohai" + }, + "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=MzBmYTJhZTc2Y2UyM2IzZS1jOGZmZDMwNWQzZjc2ZmIzMWIzZDQwOGZlNjNjZmMwMmQ5OTZhZTU2YTAxMGI1MGQ2ODk1MDFkYTEyMjM4OTk1Y2UyMWU3M2Y5NDc3YTk3NWQzN2NlYWVmMTY5ZGYyNzJmODljZGJlY2JiNmNmNWZkZmQyMTUxMzMxOGY5ZjExOA==", + "google-site-verification=86zZ55mR4x8nTO3sV5iWvq92pg8sikARK7f1Q_Gw7pI" + ] + } +} diff --git a/domains/shork.json b/domains/shork.json index 0af2bdf46..47fc31021 100644 --- a/domains/shork.json +++ b/domains/shork.json @@ -2,7 +2,7 @@ "owner": { "username": "shorkdev", "email": "shork_d3v@proton.me", - "telegram": "@shorko_owo" + "telegram": "shorko_owo" }, "record": { "URL": "https://shork.one" diff --git a/domains/shravan.json b/domains/shravan.json index dcf9173c4..ee8fd9af4 100644 --- a/domains/shravan.json +++ b/domains/shravan.json @@ -1,14 +1,12 @@ { - "description": "To get the .is-a.dev subdomain for my portfolio website", - "repo": "https://github.com/VirtualSquares/Portfolio", - "owner": { - "username": "VirtualSquares", - "email": "shravanparadigm@gmail.com", - "discord": "cannonboys" - }, - "record": { - "A": [ - "75.2.60.5" - ] - } + "description": "To get the .is-a.dev subdomain for my portfolio website", + "repo": "https://github.com/VirtualSquares/Portfolio", + "owner": { + "username": "VirtualSquares", + "email": "shravanparadigm@gmail.com", + "discord": "cannonboys" + }, + "record": { + "A": ["75.2.60.5"] + } } diff --git a/domains/shrey.json b/domains/shrey.json new file mode 100644 index 000000000..f24d2fbfe --- /dev/null +++ b/domains/shrey.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio", + "repo": "https://github.com/shreyzeous21/portfolio_fullstack", + "owner": { + "username": "shreyzeous21", + "email": "shrey.sadhukhan21@gmail.com" + }, + "record": { + "URL": "https://shreysadhukhan-portfolio.vercel.app/" + } +} diff --git a/domains/shreyas.json b/domains/shreyas.json new file mode 100644 index 000000000..af8d0fbeb --- /dev/null +++ b/domains/shreyas.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "shrysjain", + "email": "2027sjain@tjhsst.edu" + }, + "record": { + "URL": "https://shrysjain.me/" + } +} diff --git a/domains/shri.json b/domains/shri.json new file mode 100644 index 000000000..e193cad80 --- /dev/null +++ b/domains/shri.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "shari003", + "email": "shri.harii@hotmail.com", + "discord": "744620219976253481" + }, + "record": { + "CNAME": "shriharidev.vercel.app" + } +} diff --git a/domains/shrivatsav.json b/domains/shrivatsav.json new file mode 100644 index 000000000..e2849ae55 --- /dev/null +++ b/domains/shrivatsav.json @@ -0,0 +1,11 @@ +{ + "description": "nothing much here...", + "repo": "https://github.com/Millosaurs/portfolio", + "owner": { + "username": "Millosaurs", + "email": "sharanshrivatsav0@gmail.com" + }, + "record": { + "URL": "https://shrivatsav.vercel.app" + } +} diff --git a/domains/shrpp.json b/domains/shrpp.json new file mode 100644 index 000000000..1359a5432 --- /dev/null +++ b/domains/shrpp.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Shrpp", + "email": "lucius.2906@gmail.com" + }, + "record": { + "URL": "https://github.com/Shrpp" + } +} diff --git a/domains/shubh.json b/domains/shubh.json index 2b950ba61..b4321f5ef 100644 --- a/domains/shubh.json +++ b/domains/shubh.json @@ -1,12 +1,8 @@ { - "description": "personal portfolio website", - "repo": "https://github.com/R3tr0LastKnight/Portfoio_v2.git", "owner": { - "username": "R3tr0LastKnight", - "email": "r3tr0lastknight@gmail.com", - "twitter": "R3tr0LastKnight" + "username": "R3tr0LastKnight" }, "record": { - "CNAME": "r3tr0lastknight.github.io" + "CNAME": "portfoio-v2.vercel.app" } } diff --git a/domains/shubhambattoo.json b/domains/shubhambattoo.json index f3e0be9c8..2ab897359 100644 --- a/domains/shubhambattoo.json +++ b/domains/shubhambattoo.json @@ -5,7 +5,6 @@ "twitter": "Shubham_batt" }, "description": "My personal website", - "repo": "https://github.com/shubhambattoo", "record": { "URL": "https://shubhambattoo.in" } diff --git a/domains/shubhamsharma.json b/domains/shubhamsharma.json new file mode 100644 index 000000000..12b9762ac --- /dev/null +++ b/domains/shubhamsharma.json @@ -0,0 +1,11 @@ +{ + "description": "Self-made Linktree clone for myself.", + "repo": "https://github.com/Sharma-IT/linktree-clone", + "owner": { + "username": "Sharma-IT", + "email": "shubhamsharma.emails@gmail.com" + }, + "record": { + "CNAME": "shubs-links.netlify.app" + } +} diff --git a/domains/shubhamverma.json b/domains/shubhamverma.json new file mode 100644 index 000000000..2141e8dc9 --- /dev/null +++ b/domains/shubhamverma.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "Stroller15" + }, + "record": { + "CNAME": "cname.vercel-dns.com" + } +} diff --git a/domains/shubhhh.json b/domains/shubhhh.json new file mode 100644 index 000000000..5f30ef248 --- /dev/null +++ b/domains/shubhhh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "shubhhhwarrior", + "email": "shubhammvaghela999@gmail.com" + }, + "record": { + "CNAME": "shubhhh-96.netlify.app" + } +} diff --git a/domains/shuchirjain.json b/domains/shuchirjain.json index 12a1fb9e7..4264b6091 100644 --- a/domains/shuchirjain.json +++ b/domains/shuchirjain.json @@ -3,12 +3,8 @@ "username": "CoolCoderSJ", "email": "coolcodersj@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" } } diff --git a/domains/shuhaab.json b/domains/shuhaab.json new file mode 100644 index 000000000..fe1efec86 --- /dev/null +++ b/domains/shuhaab.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "Shuhaab-coder" + }, + "record": { + "CNAME": "shuhaab.vercel.app" + } +} diff --git a/domains/shukraditya.json b/domains/shukraditya.json new file mode 100644 index 000000000..c0ba14a62 --- /dev/null +++ b/domains/shukraditya.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Blog and portfolio", + "repo": "https://github.com/shukraditya/shukraditya", + "owner": { + "username": "shukraditya", + "email": "shukra12bose@gmail.com" + }, + "record": { + "CNAME": "shukraditya.github.io" + } +} \ No newline at end of file diff --git a/domains/shuvo.json b/domains/shuvo.json index cb8b29577..2be651fe3 100644 --- a/domains/shuvo.json +++ b/domains/shuvo.json @@ -5,9 +5,6 @@ "email": "shuvo1556@gmail.com" }, "record": { - "MX": [ - "dns1.alwaysdata.com", - "dns2.alwaysdata.com" - ] + "MX": ["dns1.alwaysdata.com", "dns2.alwaysdata.com"] } } diff --git a/domains/shweta-gotecha.json b/domains/shweta-gotecha.json index 6d120df81..ddde7523c 100644 --- a/domains/shweta-gotecha.json +++ b/domains/shweta-gotecha.json @@ -2,8 +2,7 @@ "description": "site.", "repo": "https://github.com/shweta-gotecha/shweta-gotecha.github.io", "owner": { - "username": "shweta-gotecha", - "email": "" + "username": "shweta-gotecha" }, "record": { "CNAME": "shweta-gotecha.github.io" diff --git a/domains/shwetarajput.json b/domains/shwetarajput.json new file mode 100644 index 000000000..e2e6eb5f9 --- /dev/null +++ b/domains/shwetarajput.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "shwetarajputsk" + }, + "record": { + "CNAME": "shwetarajput.netlify.app" + } +} diff --git a/domains/shy.json b/domains/shy.json index 1c35eb032..81874f097 100644 --- a/domains/shy.json +++ b/domains/shy.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "ImShyMike", - "email": "", - "discord": "582648583635992622" - }, - - "record": { - "CNAME": "edge.redirect.pizza" - } - } - + "owner": { + "username": "ImShyMike", + "discord": "582648583635992622" + }, + "record": { + "CNAME": "edge.redirect.pizza" + } +} diff --git a/domains/shyam.json b/domains/shyam.json new file mode 100644 index 000000000..6c40bc1ba --- /dev/null +++ b/domains/shyam.json @@ -0,0 +1,11 @@ +{ + "description": "Making a .is-a.dev domain as an alt url for my site.", + "repo": "https://github.com/shyam0118/portfolio", + "owner": { + "username": "shyam0118", + "email": "shyamalendunayak0118@gmail.com" + }, + "record": { + "CNAME": "shyam.dev" + } +} diff --git a/domains/shymike.json b/domains/shymike.json index 71a549273..867651f57 100644 --- a/domains/shymike.json +++ b/domains/shymike.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "ImShyMike", - "email": "", - "discord": "582648583635992622" - }, - - "record": { - "CNAME": "imshymike.github.io" - } - } - + "owner": { + "username": "ImShyMike", + "discord": "582648583635992622" + }, + "record": { + "CNAME": "imshymike.github.io" + } +} diff --git a/domains/si458.json b/domains/si458.json new file mode 100644 index 000000000..3043e5a4d --- /dev/null +++ b/domains/si458.json @@ -0,0 +1,14 @@ +{ + "description": "an open source software developer supporting opensource applications", + "repo": "https://github.com/si458", + "owner": { + "username": "si458", + "email": "simonsmith5521@gmail.com" + }, + "record": { + "NS": [ + "jake.ns.cloudflare.com", + "jill.ns.cloudflare.com" + ] + } +} diff --git a/domains/siama.json b/domains/siama.json deleted file mode 100644 index e10c1a395..000000000 --- a/domains/siama.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "siam3h", - "email": "philosiama@gmail.com" - }, - "record": { - "CNAME": "siam3h.github.io" - } -} diff --git a/domains/siamrahman.json b/domains/siamrahman.json deleted file mode 100644 index 25c6f6713..000000000 --- a/domains/siamrahman.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "repo": "https://github.com/siamrahman000/siamrahman000.github.io", - "owner": { - "username": "siamrahman000", - "email": "s14mshell@gmail.com", - "twitter": "skillsiam" - }, - "record": { - "CNAME": "siamrahman000.github.io" - } -} diff --git a/domains/sid.json b/domains/sid.json index 923cd8355..329515042 100644 --- a/domains/sid.json +++ b/domains/sid.json @@ -1,6 +1,5 @@ { "description": "Siddhartha Patki's development portfolio", - "repo": "https://github.com/SiddPatki", "owner": { "username": "SiddPatki", "email": "siddharthapatki@gmail.com" diff --git a/domains/sid385.json b/domains/sid385.json new file mode 100644 index 000000000..8b97b2a63 --- /dev/null +++ b/domains/sid385.json @@ -0,0 +1,11 @@ +{ + "description": "Personal portfolio ", + "repo": "https://github.com/siddhant385/siddhant385.github.io", + "owner": { + "username": "siddhant385", + "email": "ssiddhant.ssharma@gmail.com" + }, + "record": { + "CNAME": "siddhant385.github.io" + } +} diff --git a/domains/sidd.json b/domains/sidd.json new file mode 100644 index 000000000..2f9c071c1 --- /dev/null +++ b/domains/sidd.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/sidx04/sidx04.github.io", + "owner": { + "username": "sidx04", + "email": "siddpal04@gmail.com" + }, + "record": { + "CNAME": "sidx04.github.io" + } +} diff --git a/domains/siddhant.json b/domains/siddhant.json index a8b6f41b6..7a5ebbcdb 100644 --- a/domains/siddhant.json +++ b/domains/siddhant.json @@ -1,6 +1,5 @@ { "description": "Siddhant's personal site", - "repo": "https://github.com/siddhant094", "owner": { "username": "siddhant094", "email": "pandeysiddhant21@gmail.com" diff --git a/domains/siddharth.json b/domains/siddharth.json index 8e3c41a98..725b8fbca 100644 --- a/domains/siddharth.json +++ b/domains/siddharth.json @@ -4,7 +4,6 @@ "email": "siddharthjainj25@gmail.com", "discord": "804397662467915777" }, - "record": { "CNAME": "siddharthjain25.github.io" } diff --git a/domains/siddharth03.json b/domains/siddharth03.json new file mode 100644 index 000000000..e2e60361c --- /dev/null +++ b/domains/siddharth03.json @@ -0,0 +1,11 @@ +{ + "description": "To deploy portfolio website", + "repo": "https://github.com/sidshasane03/portfolio-website", + "owner": { + "username": "sidshasane03", + "email": "siddharthshasane03@gmail.com" + }, + "record": { + "CNAME": "sidshasane03.github.io" + } +} diff --git a/domains/siddharthjain.json b/domains/siddharthjain.json new file mode 100644 index 000000000..138f82e72 --- /dev/null +++ b/domains/siddharthjain.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "siddharth9300", + "discord": "sidd9300" + }, + "record": { + "CNAME": "next-js-portfolio-siddharth9300s-projects.vercel.app" + } +} diff --git a/domains/sidmaji.json b/domains/sidmaji.json index 7b93a7245..c26b46296 100644 --- a/domains/sidmaji.json +++ b/domains/sidmaji.json @@ -1,12 +1,12 @@ { - "description": "Personal portfolio.", - "repo": "https://github.com/sidmaji/portfolio", - "owner": { - "username": "sidmaji", - "email": "somebodyimportant0@gmail.com", - "twitter": "SomebodyImport5" - }, - "record": { - "CNAME": "sidmaji.github.io" - } -} + "description": "Personal portfolio.", + "repo": "https://github.com/sidmaji/portfolio", + "owner": { + "username": "sidmaji", + "email": "somebodyimportant0@gmail.com", + "twitter": "SomebodyImport5" + }, + "record": { + "CNAME": "sidmaji.github.io" + } +} diff --git a/domains/sifat.json b/domains/sifat.json new file mode 100644 index 000000000..0e714ec56 --- /dev/null +++ b/domains/sifat.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mahi160", + "email": "omarsifat288@gmail.com" + }, + "record": { + "CNAME": "mahi160.vercel.app" + } +} diff --git a/domains/sife.json b/domains/sife.json index 6b6120449..e3e5f1c87 100644 --- a/domains/sife.json +++ b/domains/sife.json @@ -3,7 +3,6 @@ "username": "Sife-shuo", "email": "sifed@qq.com" }, - "record": { "A": [ "185.199.110.153", @@ -12,9 +11,6 @@ "185.199.111.153" ], "TXT": "v=spf1 include:spf.improvmx.com ~all", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ] + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] } } diff --git a/domains/sig1._domainkey.ft.json b/domains/sig1._domainkey.ft.json new file mode 100644 index 000000000..fb7107c3b --- /dev/null +++ b/domains/sig1._domainkey.ft.json @@ -0,0 +1,11 @@ +{ + "description": "For the email address h@ft.is-a.dev", + "repo": "https://github.com/HaftIsntHere/is-a.dev/", + "owner": { + "username": "HaftIsntHere", + "email": "haftthedev@gmail.com" + }, + "record": { + "CNAME": "sig1.dkim.ft.is-a.dev.at.icloudmailadmin.com" + } +} diff --git a/domains/sigma.json b/domains/sigma.json index 085a547c4..62621ffb1 100644 --- a/domains/sigma.json +++ b/domains/sigma.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "trollm8", - "email": "", - "discord": "1266754182082461751", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.J_IcRG3Pk5dPVC7P2pLhs3tj8GTx9BwAJwc1GJfp6MkLpNA2aNwkSCuC9AeDcggizrZkPnTe0iVCeyWP1HxgMfnoNu76WHG-mKUr4dl_CAroTyD_e2XqJKsyfyPZy7zmFnaxB6QHj_VKg_f3L-YM2uRrIgyo-kWddoRkmEW2THVGVR_Vfvg2dX922bTkaAlgnXY7m2oBnSTWtisXuDQquAXWndj2GYoT9C5dA_9Dfczy7MuDAbweb939g6PhUJ4wxTjErSYdvmS99JIQ9Fpt2UDBM2c00wKlfohZuwIHospR19NY3wKfgXhmQyMY0xpcaFkDusQfktiq7tzhamVxrw.9n5xP0MzlLOiQZVDawXl0g.jLs5EC-yuzhl20fNT5KzN_F-inPJMXgXrY-JAyY-KziorsZnWcK0zu8eSSduX4j8isT2CW9iKwN4FLBPgBCHDg.SVZOTtVEniuOM5V4O8c50g" - }, - - "record": { - "CNAME": "trollmeight.pages.dev" - } - } - + "owner": { + "username": "trollm8", + "discord": "1266754182082461751", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.J_IcRG3Pk5dPVC7P2pLhs3tj8GTx9BwAJwc1GJfp6MkLpNA2aNwkSCuC9AeDcggizrZkPnTe0iVCeyWP1HxgMfnoNu76WHG-mKUr4dl_CAroTyD_e2XqJKsyfyPZy7zmFnaxB6QHj_VKg_f3L-YM2uRrIgyo-kWddoRkmEW2THVGVR_Vfvg2dX922bTkaAlgnXY7m2oBnSTWtisXuDQquAXWndj2GYoT9C5dA_9Dfczy7MuDAbweb939g6PhUJ4wxTjErSYdvmS99JIQ9Fpt2UDBM2c00wKlfohZuwIHospR19NY3wKfgXhmQyMY0xpcaFkDusQfktiq7tzhamVxrw.9n5xP0MzlLOiQZVDawXl0g.jLs5EC-yuzhl20fNT5KzN_F-inPJMXgXrY-JAyY-KziorsZnWcK0zu8eSSduX4j8isT2CW9iKwN4FLBPgBCHDg.SVZOTtVEniuOM5V4O8c50g" + }, + "record": { + "CNAME": "trollmeight.pages.dev" + } +} diff --git a/domains/sign.alvin.json b/domains/sign.alvin.json new file mode 100644 index 000000000..810c13865 --- /dev/null +++ b/domains/sign.alvin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alvinsjoy", + "discord": "825382504353234954" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/sija.json b/domains/sija.json new file mode 100644 index 000000000..fc1397e15 --- /dev/null +++ b/domains/sija.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "sija", + "email": "sija@sija.pl", + "twitter": "sijawusz" + }, + "record": { + "CNAME": "sija.pl" + } +} diff --git a/domains/silicoflare.json b/domains/silicoflare.json index 1d8562457..fb03f9f1d 100644 --- a/domains/silicoflare.json +++ b/domains/silicoflare.json @@ -4,7 +4,6 @@ "email": "silicoflare@gmail.com", "discord": "832485162847305728" }, - "record": { "CNAME": "silicoflare.pages.dev" } diff --git a/domains/silva.json b/domains/silva.json new file mode 100644 index 000000000..412f8402c --- /dev/null +++ b/domains/silva.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SilvaTechB", + "email": "momanyi.2913@gmail.com" + }, + "record": { + "CNAME": "silvatechb.github.io" + } +} diff --git a/domains/silver.json b/domains/silver.json index 32cf244d5..c7e290d3a 100644 --- a/domains/silver.json +++ b/domains/silver.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "hishamhitte", - "email": "hitte@post.com" - }, - "record": { - "CNAME": "silver-29u.pages.dev" - } + "owner": { + "username": "hishamhitte", + "email": "hitte@post.com" + }, + "record": { + "CNAME": "silver-29u.pages.dev" + } } diff --git a/domains/simo.json b/domains/simo.json index 23b9ef4e3..eddcc1229 100644 --- a/domains/simo.json +++ b/domains/simo.json @@ -1,9 +1,7 @@ { "description": "A redirect to simo.sh", - "repo": "https://github.com/fr3fou", "owner": { "username": "fr3fou", - "email": "", "twitter": "fr3fou" }, "record": { diff --git a/domains/simone.json b/domains/simone.json new file mode 100644 index 000000000..6adc3b493 --- /dev/null +++ b/domains/simone.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "cimasim89", + "email": "cimasim89@gmail.com" + }, + "record": { + "CNAME": "cimasim-portfolio.vercel.app" + } +} diff --git a/domains/singh-jitendar.json b/domains/singh-jitendar.json index 6522d2811..a48f23d6f 100644 --- a/domains/singh-jitendar.json +++ b/domains/singh-jitendar.json @@ -2,8 +2,7 @@ "description": "My new website", "repo": "https://github.com/singh-jitendar/singh-jitendar.github.io", "owner": { - "username": "singh-jitendar", - "email": "" + "username": "singh-jitendar" }, "record": { "CNAME": "singh-jitendar.github.io" diff --git a/domains/siritas.json b/domains/siritas.json new file mode 100644 index 000000000..f036001d6 --- /dev/null +++ b/domains/siritas.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dahoba", + "email": "dahoba+github@gmail.com" + }, + "record": { + "URL": "https://siritas.gitlab.io" + } +} diff --git a/domains/sirmacr0.json b/domains/sirmacr0.json index 4762d7782..8ebb66f94 100644 --- a/domains/sirmacr0.json +++ b/domains/sirmacr0.json @@ -6,6 +6,6 @@ "email": "tunagunduz03@gmail.com" }, "record": { - "CNAME": "SirMacr0.github.io" + "CNAME": "sirmacr0.github.io" } } diff --git a/domains/sitaram.json b/domains/sitaram.json new file mode 100644 index 000000000..333cab7d4 --- /dev/null +++ b/domains/sitaram.json @@ -0,0 +1,10 @@ +{ + "description": "Maka Sitaram's Portfolio", + "owner": { + "username": "satyaram413", + "email": "maka.sitaram@gmail.com" + }, + "record": { + "URL": "https://sitaram-portfolio.vercel.app/" + } +} diff --git a/domains/sitov.json b/domains/sitov.json new file mode 100644 index 000000000..84c2cb4a1 --- /dev/null +++ b/domains/sitov.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sitov", + "email": "cristian.sitov@gmail.com" + }, + "record": { + "CNAME": "sitov.ro" + } +} diff --git a/domains/sivaraj.json b/domains/sivaraj.json index 95347ea7a..d00a09ee7 100644 --- a/domains/sivaraj.json +++ b/domains/sivaraj.json @@ -4,7 +4,6 @@ "email": "sivarajkailas@gmail.com", "discord": "1057144035812327524" }, - "record": { "A": ["185.199.108.153"] } diff --git a/domains/siya.json b/domains/siya.json new file mode 100644 index 000000000..23d0afd79 --- /dev/null +++ b/domains/siya.json @@ -0,0 +1,11 @@ +{ + "description": "Siya's portfolio", + "repo": "https://github.com/rajputsiya/portfolio", + "owner": { + "username": "rajputsiya", + "email": "siyarajput9258@gmail.com" + }, + "record": { + "CNAME": "siyarajput.vercel.app" + } +} \ No newline at end of file diff --git a/domains/skarwuuu.json b/domains/skarwuuu.json new file mode 100644 index 000000000..d47821bb2 --- /dev/null +++ b/domains/skarwuuu.json @@ -0,0 +1,10 @@ +{ + "description": "skarwuuu.is-a.dev", + "owner": { + "username": "skarwuuu", + "email": "sakshrwt@gmail.com" + }, + "record": { + "CNAME": "skarwuuu.vercel.app" + } +} diff --git a/domains/skduck.json b/domains/skduck.json index 93a1a34e6..5c62d25cc 100644 --- a/domains/skduck.json +++ b/domains/skduck.json @@ -2,17 +2,13 @@ "description": "my em@il forwarder", "owner": { "username": "mAskDucK", - "email": "", "discord": "MaskDuck#1337", "twitter": "MaskDuck1", "reddit": "u/maskduck", "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586." }, "record": { - "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/skibidi.json b/domains/skibidi.json index d022461fe..ee66e2c72 100644 --- a/domains/skibidi.json +++ b/domains/skibidi.json @@ -1,11 +1,10 @@ { "owner": { "username": "bananaking6", - "discord": "skibidibagel", - "email": "" + "email": "", + "discord": "skibidibagel" }, - "record": { - "CNAME": "bananaking6.github.io" + "CNAME": "skibidi-3.vercel.app" } } diff --git a/domains/skid.json b/domains/skid.json new file mode 100644 index 000000000..036f035b1 --- /dev/null +++ b/domains/skid.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "PlOszukiwaczDEV" + }, + "record": { + "CNAME": "website-4ej.pages.dev" + } +} diff --git a/domains/skmojid.json b/domains/skmojid.json index 1e5f5e119..5778d07d4 100644 --- a/domains/skmojid.json +++ b/domains/skmojid.json @@ -1,15 +1,13 @@ { - "description": "This is my personal portfolio", - "repo": "https://github.com/skmojid/portfolio", - "owner": { - "username": "skmojid", - "email": "77mojid77@gmail.com", - "twitter": "SkMojid66927", - "preview": "skmojid.netlify.app" - }, - "record": { - "A": [ - "75.2.60.5" - ] - } + "description": "This is my personal portfolio", + "repo": "https://github.com/skmojid/portfolio", + "owner": { + "username": "skmojid", + "email": "77mojid77@gmail.com", + "twitter": "SkMojid66927", + "preview": "skmojid.netlify.app" + }, + "record": { + "A": ["75.2.60.5"] + } } diff --git a/domains/skullfiredevil.json b/domains/skullfiredevil.json index 7a35fe25a..6dca5a5c0 100644 --- a/domains/skullfiredevil.json +++ b/domains/skullfiredevil.json @@ -3,7 +3,6 @@ "username": "Skullfiredevil", "email": "jotipinto@gmail.com" }, - "record": { "CNAME": "skullfiredevil.github.io" } diff --git a/domains/sky.json b/domains/sky.json index e7c431c1c..df6600769 100644 --- a/domains/sky.json +++ b/domains/sky.json @@ -1,6 +1,5 @@ { "description": "Sky's personal website", - "repo": "https://github.com/SkyLeite", "owner": { "username": "skyleite", "email": "sky@leite.dev" diff --git a/domains/slainbot.json b/domains/slainbot.json index 7f38c4b79..dda436cf8 100644 --- a/domains/slainbot.json +++ b/domains/slainbot.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "KhongPhaiHoangQuangHuy", - "email": "khongphaihoangquanghuy@gmail.com", - "discord": "181064730075463680" - }, - - "record": { - "CNAME": "khongphaihoangquanghuy.github.io" - } - } - + "owner": { + "username": "KhongPhaiHoangQuangHuy", + "email": "khongphaihoangquanghuy@gmail.com", + "discord": "181064730075463680" + }, + "record": { + "CNAME": "khongphaihoangquanghuy.github.io" + } +} diff --git a/domains/slime.json b/domains/slime.json deleted file mode 100644 index 00a7810c8..000000000 --- a/domains/slime.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "purpleblueslime", - "email": "purpleblueslime@gmail.com" - }, - "record": { - "CNAME": "purpleblueslime.github.io" - } -} diff --git a/domains/sly.json b/domains/sly.json index 038909964..80a3024ed 100644 --- a/domains/sly.json +++ b/domains/sly.json @@ -1,16 +1,13 @@ { - "description": "Domain name for my personal portfolio website", - "repo": "https://github.com/SlyBouhafs/slybouhafs.github.io", - "owner": { - "username": "SlyBouhafs", - "email": "khmedj+github@gmail.com" - }, - "record": { - "A": ["164.92.183.234"], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } + "description": "Domain name for my personal portfolio website", + "repo": "https://github.com/SlyBouhafs/slybouhafs.github.io", + "owner": { + "username": "SlyBouhafs", + "email": "khmedj+github@gmail.com" + }, + "record": { + "A": ["164.92.183.234"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } } diff --git a/domains/smart.json b/domains/smart.json new file mode 100644 index 000000000..3935fc0e3 --- /dev/null +++ b/domains/smart.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Smartlinuxcoder", + "email": "smartcoder@linuxmail.org", + "discord": "694986201739952229" + }, + "record": { + "NS": ["ignacio.ns.cloudflare.com", "nicole.ns.cloudflare.com"] + } +} diff --git a/domains/smartlinuxcoder.json b/domains/smartlinuxcoder.json index d6ae1c7a0..8034acf7f 100644 --- a/domains/smartlinuxcoder.json +++ b/domains/smartlinuxcoder.json @@ -4,6 +4,6 @@ "email": "smartcoder@linuxmail.org" }, "record": { - "CNAME": "proxytwo.smartlinux.xyz" + "CNAME": "smartlinuxcoder.github.io" } } diff --git a/domains/smeagol.json b/domains/smeagol.json index edfccf3be..c3779955f 100644 --- a/domains/smeagol.json +++ b/domains/smeagol.json @@ -1,12 +1,11 @@ { "description": "Smeagol's github pages site, currently a work in progress", - "repo": "https://github.com/Smeagol2069/smeagol2069.github.io", + "repo": "https://github.com/IamSmeagol/IamSmeagol.github.io", "owner": { - "username": "Smeagol2069", - "email": "", - "discord": "Smeagol#2069" + "username": "IamSmeagol", + "discord": "iamsmeagol" }, "record": { - "CNAME": "smeagol2069.github.io" + "CNAME": "iamsmeagol.github.io" } } diff --git a/domains/smhemel.json b/domains/smhemel.json new file mode 100644 index 000000000..95c41d661 --- /dev/null +++ b/domains/smhemel.json @@ -0,0 +1,10 @@ +{ + "description": "A Full-Stack Developer", + "owner": { + "username": "smhemel", + "email": "smhemel.eu@gmail.com" + }, + "record": { + "URL": "https://github.com/smhemel" + } +} diff --git a/domains/smilos.json b/domains/smilos.json new file mode 100644 index 000000000..d004c9342 --- /dev/null +++ b/domains/smilos.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "smilos71" + }, + "record": { + "CNAME": "smilos71.github.io" + } +} diff --git a/domains/smtp.zerow.json b/domains/smtp.zerow.json index 243a05872..dc6cd582c 100644 --- a/domains/smtp.zerow.json +++ b/domains/smtp.zerow.json @@ -3,7 +3,6 @@ "username": "DevZerow", "email": "zerow.pro@protonmail.com" }, - "record": { "CNAME": "zerow.is-a.dev" } diff --git a/domains/smug.json b/domains/smug.json index ada35c729..577d8e52c 100644 --- a/domains/smug.json +++ b/domains/smug.json @@ -3,7 +3,6 @@ "username": "itsf1ckingsmugg", "email": "smugwhy420p@outlook.com" }, - "record": { "CNAME": "itsf1ckingsmugg.github.io" } diff --git a/domains/smutex.json b/domains/smutex.json index 4ee10bb87..cb475dd77 100644 --- a/domains/smutex.json +++ b/domains/smutex.json @@ -1,11 +1,9 @@ { - "owner": { - "username": "Smalorek", - "email": "", - "discord": "286178186645995522" - }, - - "record": { - "CNAME": "smalorek.github.io" - } - } + "owner": { + "username": "Smalorek", + "discord": "286178186645995522" + }, + "record": { + "CNAME": "smalorek.github.io" + } +} diff --git a/domains/snazzah.json b/domains/snazzah.json index 66123aac3..a771501cb 100644 --- a/domains/snazzah.json +++ b/domains/snazzah.json @@ -1,6 +1,5 @@ { "description": "Where the wild ones are.", - "repo": "https://github.com/Snazzah", "owner": { "username": "Snazzah", "email": "me@snazzah.com", diff --git a/domains/snbhowmik.json b/domains/snbhowmik.json index ee3879be0..93da31b96 100644 --- a/domains/snbhowmik.json +++ b/domains/snbhowmik.json @@ -1,15 +1,13 @@ { - "description": "A Portfolio site for my Academic Career", - "repo": "https://github.com/snbhowmik/portfolio", - "owner": { - "username": "snbhowmik", - "linkedin": "https://www.linkedin.com/in/snbhowmik/", - "reddit": "https://www.reddit.com/user/snbhowmik/", - "email": "snbhowmikac@proton.me" - }, - "record": { - "A": [ - "75.2.60.5" - ] - } + "description": "A Portfolio site for my Academic Career", + "repo": "https://github.com/snbhowmik/portfolio", + "owner": { + "username": "snbhowmik", + "linkedin": "https://www.linkedin.com/in/snbhowmik/", + "reddit": "https://www.reddit.com/user/snbhowmik/", + "email": "snbhowmikac@proton.me" + }, + "record": { + "A": ["75.2.60.5"] + } } diff --git a/domains/sneazy25.json b/domains/sneazy25.json new file mode 100644 index 000000000..80742220b --- /dev/null +++ b/domains/sneazy25.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sneazy25", + "email": "sneazy25@proton.me" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/snehajain.json b/domains/snehajain.json new file mode 100644 index 000000000..c58211807 --- /dev/null +++ b/domains/snehajain.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "snehajain16", + "email": "snehajain161104@gmail.com" + }, + "record": { + "CNAME": "snehajain16.github.io" + } +} diff --git a/domains/snehal.json b/domains/snehal.json new file mode 100644 index 000000000..74bf7f2ac --- /dev/null +++ b/domains/snehal.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Website", + "repo": "https://github.com/sneh-al/sneh-al.github.io", + "owner": { + "username": "sneh-al", + "email": "snehal1380@gmail.com" + }, + "record": { + "CNAME": "sneh-al.github.io" + } +} diff --git a/domains/snelusha.json b/domains/snelusha.json index 464b2f318..72a00c681 100644 --- a/domains/snelusha.json +++ b/domains/snelusha.json @@ -4,7 +4,6 @@ "email": "nelusha2003@gmail.com", "discord": "454880214904864776" }, - "record": { "URL": "https://snelusha.dev" } diff --git a/domains/snowy.json b/domains/snowy.json index ad1fb8ffe..bbe363e7c 100644 --- a/domains/snowy.json +++ b/domains/snowy.json @@ -1,10 +1,8 @@ { "owner": { - "username": "HayBael", - "email": "rakhakhairydarka801@gmail.com" + "username": "HayBael" }, - "record": { - "URL": "https://homepage-revisiakhir.vercel.app" + "CNAME": "homepage-revisitrus.vercel.app" } } diff --git a/domains/soccer.json b/domains/soccer.json new file mode 100644 index 000000000..86423c1a1 --- /dev/null +++ b/domains/soccer.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "soccer", + "email": "soccer1992.is.a.dev@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/socials.chiragnahata.json b/domains/socials.chiragnahata.json deleted file mode 100644 index 726befd50..000000000 --- a/domains/socials.chiragnahata.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chiragnahata", - "email": "chiragnahata05@gmail.com" - }, - "record": { - "A": ["129.213.151.29"] - } -} diff --git a/domains/socordia.json b/domains/socordia.json new file mode 100644 index 000000000..8ad67b74b --- /dev/null +++ b/domains/socordia.json @@ -0,0 +1,12 @@ +{ + "description": "Documentation site for the socordia programming language", + "repo": "https://github.com/Socordia-Org/Socordia", + "owner": { + "username": "furesoft", + "email": "chris.anders@outlook.de" + }, + "record": { + "URL": "https://furesoft.gitbook.io/socordia" + }, + "proxied": false +} diff --git a/domains/soestin.json b/domains/soestin.json index ebbbce05d..da74cbb27 100644 --- a/domains/soestin.json +++ b/domains/soestin.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "soestin", - "email": "", - "discord": "769813729599553567", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Eq_I4GOjlOB5tFdw0gihpb-s5mNrdbVcGGgjqD9T08EXuXhaCt9w-dzK8H12VZdP_PRzdgJe_nMkm5B6qfUrfcr9D1VdfCr_AsxPw39fH3hxmopIRJojj_t0irp-yw6rXC9wTMqdhaqQ1sEs_38sZV5Hnr4UMsuo3QIPimuDFecrVIreelu8yQzf2c0JmOEST4os6iwlK0Xx4HN_sSa2BxA_xddtLsn1LROSeqlba6r4CXfJxVmFEfqcXuW510-yVhg1O6wIVPz5la9FTgK12HYvx3qDnYnC3cJ5V1few5rJP4OeIby6dte7vtx7zuo3vbKkClFojc1Q9j1UmMReDQ.3I8N4rDWvBuPjEWKvognUA.OrICUOylQgkjUUekVYAQpHdJ5v4L68eAC6X69zwPUEZqRe33Xrjsk0OtCWfm-JDleiEIhUxsAuP_R3IMxTRwQA.cguBkKWaJpafBZkI9uKbOg" - }, - - "record": { - "CNAME": "soestin.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "soestin", + "discord": "769813729599553567", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Eq_I4GOjlOB5tFdw0gihpb-s5mNrdbVcGGgjqD9T08EXuXhaCt9w-dzK8H12VZdP_PRzdgJe_nMkm5B6qfUrfcr9D1VdfCr_AsxPw39fH3hxmopIRJojj_t0irp-yw6rXC9wTMqdhaqQ1sEs_38sZV5Hnr4UMsuo3QIPimuDFecrVIreelu8yQzf2c0JmOEST4os6iwlK0Xx4HN_sSa2BxA_xddtLsn1LROSeqlba6r4CXfJxVmFEfqcXuW510-yVhg1O6wIVPz5la9FTgK12HYvx3qDnYnC3cJ5V1few5rJP4OeIby6dte7vtx7zuo3vbKkClFojc1Q9j1UmMReDQ.3I8N4rDWvBuPjEWKvognUA.OrICUOylQgkjUUekVYAQpHdJ5v4L68eAC6X69zwPUEZqRe33Xrjsk0OtCWfm-JDleiEIhUxsAuP_R3IMxTRwQA.cguBkKWaJpafBZkI9uKbOg" + }, + "record": { + "CNAME": "soestin.github.io" + } +} diff --git a/domains/sohag.json b/domains/sohag.json new file mode 100644 index 000000000..cd06c3546 --- /dev/null +++ b/domains/sohag.json @@ -0,0 +1,10 @@ +{ + "description": "For my portfolio", + "owner": { + "username": "sohag02", + "discord": "sohagjabed" + }, + "record": { + "CNAME": "sohagj.vercel.app" + } +} \ No newline at end of file diff --git a/domains/sohil876.json b/domains/sohil876.json index fa30bd33a..b42d30394 100644 --- a/domains/sohil876.json +++ b/domains/sohil876.json @@ -3,7 +3,6 @@ "username": "Sohil876", "email": "sohil876@gmail.com" }, - "record": { "CNAME": "sohil876.github.io" } diff --git a/domains/solarskripts.json b/domains/solarskripts.json index 099617c21..208683a50 100644 --- a/domains/solarskripts.json +++ b/domains/solarskripts.json @@ -4,6 +4,6 @@ "email": "0hexius0@gmail.com" }, "record": { - "CNAME": "solarskripts.github.io" + "CNAME": "solarskripts.net" } } diff --git a/domains/somaiyalbakhet.json b/domains/somaiyalbakhet.json new file mode 100644 index 000000000..2e4f4b519 --- /dev/null +++ b/domains/somaiyalbakhet.json @@ -0,0 +1,10 @@ +{ + "description": "my portfolio website on Netlify", + "owner": { + "username": "Somaiya-XI", + "discord": "Sen!#0577" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/sombochea.json b/domains/sombochea.json new file mode 100644 index 000000000..41182a1db --- /dev/null +++ b/domains/sombochea.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sombochea", + "email": "sombochea100@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} \ No newline at end of file diff --git a/domains/son.json b/domains/son.json index bc4507b04..ca79663c4 100644 --- a/domains/son.json +++ b/domains/son.json @@ -3,7 +3,6 @@ "username": "sonphantrung", "email": "phantrungson17@gmail.com" }, - "record": { "CNAME": "sonphantrung.github.io" } diff --git a/domains/sono.json b/domains/sono.json index 626794992..6536bd70e 100644 --- a/domains/sono.json +++ b/domains/sono.json @@ -1,22 +1,9 @@ { - "owner": { - "username": "getSono", - "email": "sono.arbeit@gmail.com" - }, - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com." - ], - "TXT": [ - "v=spf1 include:spf.improvmx.com ~all", - "google-site-verification=F90R7qQ2_fVCwUljDPq9iPlyzzKs7-4XovZLDeNAvns" - ] - } + "owner": { + "username": "getSono", + "email": "sono.arbeit@gmail.com" + }, + "record": { + "NS": ["jasmine.ns.cloudflare.com", "trace.ns.cloudflare.com"] + } } diff --git a/domains/sopi.json b/domains/sopi.json new file mode 100644 index 000000000..e409cd30d --- /dev/null +++ b/domains/sopi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sopiseptiansyah", + "email": "sopiseptiansyah@gmail.com" + }, + "record": { + "CNAME": "sopiseptiansyah.vercel.app" + } +} diff --git a/domains/sora-os.json b/domains/sora-os.json new file mode 100644 index 000000000..ad3c6a0b1 --- /dev/null +++ b/domains/sora-os.json @@ -0,0 +1,11 @@ +{ + "description": "Cloud operating system", + "repo": "https://github.com/qloha/Sora-OS", + "owner": { + "username": "qloha", + "youtube": "https://youtube.com/@qloha" + }, + "record": { + "CNAME": "sora-os.up.railway.app" + } +} diff --git a/domains/soraishiro.json b/domains/soraishiro.json new file mode 100644 index 000000000..5cd967793 --- /dev/null +++ b/domains/soraishiro.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "Soraishiro" + }, + "record": { + "CNAME": "soraishiro.github.io" + } +} diff --git a/domains/sosaian.json b/domains/sosaian.json new file mode 100644 index 000000000..ed28c1e88 --- /dev/null +++ b/domains/sosaian.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sosaian", + "email": "is-a.dev.unworthy202@passinbox.com" + }, + "record": { + "CNAME": "sosaian.github.io" + } +} diff --git a/domains/soul.json b/domains/soul.json new file mode 100644 index 000000000..bc18daee4 --- /dev/null +++ b/domains/soul.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SoulDevs", + "email": "soulcosmic1406@proton.me" + }, + "record": { + "CNAME": "main-protfolio-seven.vercel.app" + } +} diff --git a/domains/soumya-das.json b/domains/soumya-das.json index 959de54e6..77d7f34c7 100644 --- a/domains/soumya-das.json +++ b/domains/soumya-das.json @@ -2,8 +2,7 @@ "description": "soumyah Profile.", "repo": "https://github.com/soumyah-das/soumyah-das.github.io", "owner": { - "username": "soumyah-das", - "email": "" + "username": "soumyah-das" }, "record": { "CNAME": "soumyah-das.github.io" diff --git a/domains/sourabh.json b/domains/sourabh.json new file mode 100644 index 000000000..c4c3f2aba --- /dev/null +++ b/domains/sourabh.json @@ -0,0 +1,11 @@ +{ + "description": "Sourabh Yadav's Portfolio", + "repo": "https://github.com/YadavSourabhGH/YadavSourabhGH.github.io", + "owner": { + "username": "YadavSourabhGH", + "email": "yadav.sourabh9012@gmail.com" + }, + "record": { + "CNAME": "yadavsourabhgh.github.io" + } +} diff --git a/domains/sourav-parida.json b/domains/sourav-parida.json new file mode 100644 index 000000000..94766d715 --- /dev/null +++ b/domains/sourav-parida.json @@ -0,0 +1,11 @@ +{ + "description": "I need a subdomain to customise it as in my university wifi i can not open my website", + "repo": "https://github.com/Sourav-Parida/My_website", + "owner": { + "username": "Sourav-Parida", + "email": "souravparida170@gmail.com" + }, + "record": { + "CNAME": "sourav-parida.github.io" + } +} diff --git a/domains/sourav.json b/domains/sourav.json index ba35e6f15..f188c86c7 100644 --- a/domains/sourav.json +++ b/domains/sourav.json @@ -1,12 +1,11 @@ -{ - "description": "My Website", - "repo": "https://github.com/itzsouravkumar/itzsouravkumar.github.io", - "owner": { - "username": "itzsouravkumar", - "discord": "quipxninja", - "email": "oyesourav05012006@gmail.com" - }, - "record": { - "CNAME": "itzsouravkumar.github.io" - } -} +{ + "description": "My Website", + "repo": "https://github.com/itzsouravkumar/itzsouravkumar.github.io", + "owner": { + "username": "itzsouravkumar", + "discord": "itz_sour4v" + }, + "record": { + "CNAME": "itzsouravkumar.github.io" + } +} diff --git a/domains/sourov-khan-nahid.json b/domains/sourov-khan-nahid.json index 2acefc029..d1b707373 100644 --- a/domains/sourov-khan-nahid.json +++ b/domains/sourov-khan-nahid.json @@ -4,6 +4,6 @@ "email": "SourovKhanNahid@gmail.com" }, "record": { - "CNAME": "SOUROVKHANNAHID.github.io" + "CNAME": "sourovkhannahid.github.io" } } diff --git a/domains/soymadip.json b/domains/soymadip.json new file mode 100644 index 000000000..10abda764 --- /dev/null +++ b/domains/soymadip.json @@ -0,0 +1,11 @@ +{ + "description": "My Portfolio Site", + "repo": "https://github.com/soymadip/soymadip.github.io", + "owner": { + "username": "soymadip", + "email": "soumadip@zohomail.in" + }, + "record": { + "CNAME": "soymadip.github.io" + } +} diff --git a/domains/spacecraft.hexaa.json b/domains/spacecraft.hexaa.json deleted file mode 100644 index a256c7d8a..000000000 --- a/domains/spacecraft.hexaa.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "hexaaagon", - "email": "me@hexagonn.my.id", - "discord": "scoooolzs", - "twitter": "Scoooolzs" - }, - - "record": { - "URL": "https://spacecraft.hexagonn.my.id" - } -} diff --git a/domains/spark.json b/domains/spark.json index 3ddd95fdd..baba7f665 100644 --- a/domains/spark.json +++ b/domains/spark.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "ChiliDain1010", - "email": "", - "discord": "1109163497750802462", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.a1DqPTklDs-2Pu4OOKzLfBPbHfoilro77qUPjY57bewAt0gd6S5QMW9ZM88ueP7Hvs7vWsEpHhKD6WV71cJxOGUbukp3cpQ7RBngs6SqIqqx70JM7WCxrkqMBnDBSOTFc85pvLkUA1LrPNXSs0dO7eZjg1y_xEarEYc5YRg9FvNqVYSJplCHrzIsMM4vbKFfEuu6k2iH1Rc7DC7JwcL7CGJz7mBfXwFI3AzJLPFXQK_2UTrxsmEGB01zaiGUFhLADTZowYQr-7bMV3zHFPGjB4T2p3kA0rkPCdLMu2-HU9sEe4LFBwoVvNq3ScYXUGkYlogqgA4cpPyCcgfWhI-EVw.0jfJ04_4N43xpTDFxcPEOw.PlLGeBJMh_exOEGKjCTaIQxrm2KwBfgchUgGgPirNwdeD80LzKr06oNPPqPL-jDzqllqGmC2u4fZzXfelHhwJ0w39vy3NkfcmKX6HsrLsYo.1KjSvNP6uVPg_60QLX4swQ" - }, - - "record": { - "CNAME": "spark-bypass.pages.dev" - } - } - \ No newline at end of file + "owner": { + "username": "ChiliDain1010", + "discord": "1109163497750802462", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.a1DqPTklDs-2Pu4OOKzLfBPbHfoilro77qUPjY57bewAt0gd6S5QMW9ZM88ueP7Hvs7vWsEpHhKD6WV71cJxOGUbukp3cpQ7RBngs6SqIqqx70JM7WCxrkqMBnDBSOTFc85pvLkUA1LrPNXSs0dO7eZjg1y_xEarEYc5YRg9FvNqVYSJplCHrzIsMM4vbKFfEuu6k2iH1Rc7DC7JwcL7CGJz7mBfXwFI3AzJLPFXQK_2UTrxsmEGB01zaiGUFhLADTZowYQr-7bMV3zHFPGjB4T2p3kA0rkPCdLMu2-HU9sEe4LFBwoVvNq3ScYXUGkYlogqgA4cpPyCcgfWhI-EVw.0jfJ04_4N43xpTDFxcPEOw.PlLGeBJMh_exOEGKjCTaIQxrm2KwBfgchUgGgPirNwdeD80LzKr06oNPPqPL-jDzqllqGmC2u4fZzXfelHhwJ0w39vy3NkfcmKX6HsrLsYo.1KjSvNP6uVPg_60QLX4swQ" + }, + "record": { + "CNAME": "spark-bypass.pages.dev" + } +} diff --git a/domains/sparkos.json b/domains/sparkos.json deleted file mode 100644 index 8abce667e..000000000 --- a/domains/sparkos.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "discord": "winbo.py", - "username": "winbo-yml-exe", - "email": "winbo.yml@proton.me" - }, - "record": { - "CNAME": "sparkos-win.github.io" - } -} diff --git a/domains/spaxly.json b/domains/spaxly.json index 909f32fc8..e78e6d9eb 100644 --- a/domains/spaxly.json +++ b/domains/spaxly.json @@ -4,7 +4,6 @@ "email": "ohmrc2545@gmail.com", "discord": "569920282546929694" }, - "record": { "A": [ "185.199.108.153", @@ -12,12 +11,7 @@ "185.199.110.153", "185.199.111.153" ], - - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], - + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=ohmrc2545@gmail.com" } } diff --git a/domains/spechide.json b/domains/spechide.json index 18aa013cf..0e09c60f0 100644 --- a/domains/spechide.json +++ b/domains/spechide.json @@ -3,10 +3,9 @@ "repo": "https://github.com/SpEcHiDe/SpEcHiDe.github.io", "owner": { "username": "SpEcHiDe", - "email": "", "twitter": "SpEcHiDe" }, "record": { - "CNAME": "SpEcHiDe.github.io" + "CNAME": "spechide.github.io" } } diff --git a/domains/speedindeed1.json b/domains/speedindeed1.json new file mode 100644 index 000000000..202eaadd3 --- /dev/null +++ b/domains/speedindeed1.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Rohan-ingle", + "email": "rohaningle911@gmail.com" + }, + "record": { + "CNAME": "rohan-ingle.github.io" + } +} diff --git a/domains/spencer.json b/domains/spencer.json new file mode 100644 index 000000000..b5fda7019 --- /dev/null +++ b/domains/spencer.json @@ -0,0 +1,11 @@ +{ + "description": "Spencer's website", + "repo": "https://github.com/LeeSpencer/leespencer.github.io", + "owner": { + "username": "LeeSpencer", + "email": "mr.lee.spencer@gmail.com" + }, + "record": { + "CNAME": "leespencer.github.io" + } +} diff --git a/domains/spicyaxolotl.json b/domains/spicyaxolotl.json index fd548abf4..9305546e5 100644 --- a/domains/spicyaxolotl.json +++ b/domains/spicyaxolotl.json @@ -3,7 +3,6 @@ "repo": "https://github.com/Spicy-Axolotl/spicy-axolotl.github.io", "owner": { "username": "Spicy-Axolotl", - "email": "", "discord": "Axolotl (mycoolface256)#4736" }, "record": { diff --git a/domains/spider-development.json b/domains/spider-development.json new file mode 100644 index 000000000..a6edbdbc5 --- /dev/null +++ b/domains/spider-development.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "spider-development01" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/spidy.json b/domains/spidy.json index c8b15471b..734974457 100644 --- a/domains/spidy.json +++ b/domains/spidy.json @@ -4,10 +4,7 @@ "email": "mrspidy32@outlook.in" }, "record": { - "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/spitkov.json b/domains/spitkov.json new file mode 100644 index 000000000..89b51958c --- /dev/null +++ b/domains/spitkov.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "spitkov", + "discord": "1092100801478004816", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.LPkO2Au5DPC2ARd6OZbf5NT8jhecHb9TBEz1L-1qCjLdM62qEY5OBrilld7d5weC0Zw5t0vYg-wNC55N2EJ7XEnugcMneWuolfppFmWTKAppu5xYXKYrjbERuwr3xXjaAFyCFrSjG1ZiBXPnv8wBxTj4VtQhgOxPxxBcIsgFUV_gWu4ZMva2wiN95cNfcQu2m0ssBfrk_jTC8uYqGlJARedRi64zg5HBWBCM_3ULAUykEga2nTfGxMtUYOs8cqDyTo4O0tkIYtJYt1cS0PvqbmyirX-M0TBpsevln9xioJLABNDz593Fehf35DOjqwtA-G25RAE8BS41CgNInxxx8A.7ZPjLovvSkfQJ9bhr1_Qzw.MVqq1FsnW1tPdPQJzkqt-tG-lXgycqD8ajR26ePfsnV_fazYWjaOorve7gkmHT8hp2H2wGkmgaiTz58SoGdCzZLZWBwPOS5zAnJXwmchdxD9Ncd_nQWI56SaKOA_a9YK.mapoe8bzfTsxcbvyTPiyyA" + }, + "record": { + "A": ["144.91.67.20"] + } +} diff --git a/domains/spoozy.json b/domains/spoozy.json index d9e7d42e9..d1f16fd34 100644 --- a/domains/spoozy.json +++ b/domains/spoozy.json @@ -6,6 +6,6 @@ "email": "gaspardlebreton@outlook.com" }, "record": { - "CNAME": "Spoozy.github.io" + "CNAME": "spoozy.github.io" } } diff --git a/domains/spotify.stefdp.json b/domains/spotify.stefdp.json deleted file mode 100644 index 13881f84f..000000000 --- a/domains/spotify.stefdp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "email": "", - "discord": "694986201739952229", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" - }, - "record": { - "CNAME": "proxy.stefdp.is-a.dev" - } -} diff --git a/domains/spotify.vornexx.json b/domains/spotify.vornexx.json index 54d480661..d8566e12d 100644 --- a/domains/spotify.vornexx.json +++ b/domains/spotify.vornexx.json @@ -1,7 +1,6 @@ { "owner": { - "username": "vornex-gh", - "email": "", + "username": "vornexx", "discord": "1149438819834269856", "twitter": "vornexx_" }, diff --git a/domains/sppidy.json b/domains/sppidy.json index 5bc00658e..e11b56e10 100644 --- a/domains/sppidy.json +++ b/domains/sppidy.json @@ -3,7 +3,6 @@ "username": "sppidy", "email": "ramshourieshr@gmail.com" }, - "record": { "CNAME": "sppidy.github.io" } diff --git a/domains/spreadsheets600.json b/domains/spreadsheets600.json new file mode 100644 index 000000000..0282c2282 --- /dev/null +++ b/domains/spreadsheets600.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio Website", + "repo": "https://github.com/SpreadSheets600/SpreadSheets600", + "owner": { + "username": "SpreadSheets600", + "email": "sohammaity006@gmail.com" + }, + "record": { + "CNAME": "spreadsheets600.github.io" + } +} diff --git a/domains/sprit.json b/domains/sprit.json new file mode 100644 index 000000000..e81d2aec3 --- /dev/null +++ b/domains/sprit.json @@ -0,0 +1,10 @@ +{ + "description": "Codedspeit's test homepage ", + "owner": { + "username": "codedsprit", + "email": "roshan0x01@gmail.com" + }, + "record": { + "CNAME": "codedsprit.netlify.app" + } +} diff --git a/domains/sq.json b/domains/sq.json index 038ca396c..e5d58ce32 100644 --- a/domains/sq.json +++ b/domains/sq.json @@ -2,9 +2,7 @@ "description": "sqec's website", "owner": { "username": "SquareScreamYT", - "repo": "https://github.com/SquareScreamYT", - "discord": "918475812884344852", - "email": "" + "discord": "918475812884344852" }, "record": { "CNAME": "squarescreamyt.github.io" diff --git a/domains/sr1kanth.json b/domains/sr1kanth.json index 9e83d7c84..27deda89c 100644 --- a/domains/sr1kanth.json +++ b/domains/sr1kanth.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "sr1kanth-dev", - "email": "", - "discord": "1280109808694984775", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.hjW7xnc_x_NlMZEIpOWYRGSpw07LyaN81z6nlJzWY61qa7xL_IhBum2zgVIQelmsioSdcNVZFNRRFQsekHHDI8ZJstW8u0_ztT-HNDIx85CAjiteIwZIs2Uqkmt57LOhJBTd_72wBTB08tCrhDn2qUcl-yWbM3gG87LgWIL5FBxzu2XmvJwa-96-Iqm_NAr8zkeQPcbQ6_3mybU1s2o_bGGAONYojyIEc2E2IfJi025wKV8vvISrAo5wsL6WUAeXrMzpiGKkII64p1CyMU2PxJVWx9zKbCYjOu96wdx0H-3gzncEMSeLJuOENwN_BhSYgyh4iEEiRKHhXfbIn79rYA.28g8KI618s4Frpmf5WQcFw.nQ-mYLSUO17tk_zubLYdMG3E3tTL_KS3K2qlvJNYaovez8MlcqKLHUT6ji2BPsg34vAfvhUyC0B_5aRYq86lc2oVtGr6ubwiey6ulK5NLwc.7QmfIFZE_u2vD5a5uGx60A" - }, - - "record": { - "CNAME": "sr1kanth-dev.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "sr1kanth-dev", + "discord": "1280109808694984775", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.hjW7xnc_x_NlMZEIpOWYRGSpw07LyaN81z6nlJzWY61qa7xL_IhBum2zgVIQelmsioSdcNVZFNRRFQsekHHDI8ZJstW8u0_ztT-HNDIx85CAjiteIwZIs2Uqkmt57LOhJBTd_72wBTB08tCrhDn2qUcl-yWbM3gG87LgWIL5FBxzu2XmvJwa-96-Iqm_NAr8zkeQPcbQ6_3mybU1s2o_bGGAONYojyIEc2E2IfJi025wKV8vvISrAo5wsL6WUAeXrMzpiGKkII64p1CyMU2PxJVWx9zKbCYjOu96wdx0H-3gzncEMSeLJuOENwN_BhSYgyh4iEEiRKHhXfbIn79rYA.28g8KI618s4Frpmf5WQcFw.nQ-mYLSUO17tk_zubLYdMG3E3tTL_KS3K2qlvJNYaovez8MlcqKLHUT6ji2BPsg34vAfvhUyC0B_5aRYq86lc2oVtGr6ubwiey6ulK5NLwc.7QmfIFZE_u2vD5a5uGx60A" + }, + "record": { + "CNAME": "sr1kanth-dev.github.io" + } +} diff --git a/domains/sreehari.json b/domains/sreehari.json new file mode 100644 index 000000000..b58faca18 --- /dev/null +++ b/domains/sreehari.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SreehariTS", + "email": "sreeharisudarshan@gmail.com" + }, + "record": { + "CNAME": "sreeharits.github.io" + } +} diff --git a/domains/sri.json b/domains/sri.json new file mode 100644 index 000000000..575e8234a --- /dev/null +++ b/domains/sri.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/srikrishna180/portfolio", + "owner": { + "username": "srikrishna180", + "email": "srikrishnak.dev@gmail.com" + }, + "record": { + "CNAME": "irs.dev" + } +} diff --git a/domains/srlebel.json b/domains/srlbel.json similarity index 54% rename from domains/srlebel.json rename to domains/srlbel.json index f30775358..f1c3e46ea 100644 --- a/domains/srlebel.json +++ b/domains/srlbel.json @@ -1,9 +1,9 @@ { "owner": { - "username": "SrLebel", + "username": "srlbel", "email": "dev.juansimancas@proton.me" }, "record": { - "URL": "https://srlebel.netlify.app/" + "CNAME": "srlbel.netlify.app" } } diff --git a/domains/srm.json b/domains/srm.json index 3b29ea633..f53eaf6f4 100644 --- a/domains/srm.json +++ b/domains/srm.json @@ -4,10 +4,7 @@ "email": "8zaqibue@duck.com" }, "record": { - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=lyen8rxu@duck.com,8zaqibue@duck.com" } } diff --git a/domains/srp.json b/domains/srp.json new file mode 100644 index 000000000..4c1cc4882 --- /dev/null +++ b/domains/srp.json @@ -0,0 +1,11 @@ +{ + "description": "Personal/portfolio developer website for P. R. Swaroop (aka SRP)", + "owner": { + "username": "SwaroopSRP", + "email": "srp31.swaroop@gmail.com" + }, + "repo": "https://github.com/SwaroopSRP/portfolio-site", + "record": { + "CNAME": "swaroopsrp.github.io" + } +} diff --git a/domains/srujan.json b/domains/srujan.json index 9433376f5..f2f07fecd 100644 --- a/domains/srujan.json +++ b/domains/srujan.json @@ -1,6 +1,5 @@ { "description": "Personal Website", - "repo": "https://github.com/bqwerr", "owner": { "username": "bqwerr", "email": "srujan.t@outlook.com" diff --git a/domains/ss.json b/domains/ss.json index 76fe3109f..dd71e190f 100644 --- a/domains/ss.json +++ b/domains/ss.json @@ -5,10 +5,7 @@ }, "description": "mail domain", "record": { - "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/ss.stefdp.json b/domains/ss.stefdp.json deleted file mode 100644 index 9f2b1dbbb..000000000 --- a/domains/ss.stefdp.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "email": "", - "discord": "694986201739952229", - "github_id": 81536172, - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" - }, - "record": { - "CNAME": "proxy.stefdp.is-a.dev" - } -} diff --git a/domains/ss.xcyth.json b/domains/ss.xcyth.json deleted file mode 100644 index b729a82f2..000000000 --- a/domains/ss.xcyth.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Xcyth", - "email": "ritam.choudhuri@gmail.com" - }, - "record": { - "CNAME": "proxy.private.danbot.host" - } -} diff --git a/domains/stargate.json b/domains/stargate.json new file mode 100644 index 000000000..02baccb32 --- /dev/null +++ b/domains/stargate.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "r0ckmix", + "email": "mix155@yandex.ru" + }, + "record": { + "A": ["193.178.210.179"] + } +} diff --git a/domains/stark.json b/domains/stark.json new file mode 100644 index 000000000..582d30863 --- /dev/null +++ b/domains/stark.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nguyentruongton", + "email": "tonstark.dev@gmail.com" + }, + "record": { + "CNAME": "truongton.vercel.app" + } +} diff --git a/domains/starnumber.json b/domains/starnumber.json index 523cf2832..4e52e365c 100644 --- a/domains/starnumber.json +++ b/domains/starnumber.json @@ -1,6 +1,5 @@ { "description": "StarNumber's blog", - "repo": "https://github.com/starnumber12046", "owner": { "username": "starnumber12046", "email": "starnumber.official12046@gmail.com" diff --git a/domains/starshine.json b/domains/starshine.json index 98cba1276..b0329ce9c 100644 --- a/domains/starshine.json +++ b/domains/starshine.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "thaddeuskkr", - "email": "", - "discord": "275830234262142978", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.lLFfIW3EiPjgK-i-I5E56ERBvjl-ueM91PRyYM6wRClZzuoAj4nQyqL57dSZjhO_4Hbu4ZubbM1I_NI8Vt4_SlsFmxgL-hrvH9tf7rv-hX-TZtBWT_LQQUmhd1ZViGwELTly797M8VXZ39ER2gDmzruxjh8eQEHBCeJujWuUNicigehUgfk-Pk9rSchVlR3TUcwL-wylY58KvBLQwIeMmqUW2qs_E_iKCwk_8FQH-IUb_4W58r6wBHh6MqiP72Py9ssDbxrV59e1eGrQZXYJJM1rUZHoHzW1KX84FgT0QCGc1cSiV-Sdc3p6WceRY6Tf1akfTNjuga61kpgzluoTxg.QwFk8iYMpzefwXgErTr9cQ.kwMwAIrFDxCKfvSxx3Jpvb6ZkiFcp56BFoBg7KQMsYw4PBK60JNzjpMpgMqZ7jymnYJFTz5img3xLlxBF7UuUy_Z9MgHCHaVR3W7970smoQ.aBJoeQFaHiIyXkpQa1Gx7g" - }, - - "record": { - "A": ["138.2.70.1"] - } + "owner": { + "username": "thaddeuskkr", + "discord": "275830234262142978", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.lLFfIW3EiPjgK-i-I5E56ERBvjl-ueM91PRyYM6wRClZzuoAj4nQyqL57dSZjhO_4Hbu4ZubbM1I_NI8Vt4_SlsFmxgL-hrvH9tf7rv-hX-TZtBWT_LQQUmhd1ZViGwELTly797M8VXZ39ER2gDmzruxjh8eQEHBCeJujWuUNicigehUgfk-Pk9rSchVlR3TUcwL-wylY58KvBLQwIeMmqUW2qs_E_iKCwk_8FQH-IUb_4W58r6wBHh6MqiP72Py9ssDbxrV59e1eGrQZXYJJM1rUZHoHzW1KX84FgT0QCGc1cSiV-Sdc3p6WceRY6Tf1akfTNjuga61kpgzluoTxg.QwFk8iYMpzefwXgErTr9cQ.kwMwAIrFDxCKfvSxx3Jpvb6ZkiFcp56BFoBg7KQMsYw4PBK60JNzjpMpgMqZ7jymnYJFTz5img3xLlxBF7UuUy_Z9MgHCHaVR3W7970smoQ.aBJoeQFaHiIyXkpQa1Gx7g" + }, + "record": { + "A": ["138.2.70.1"] + } } diff --git a/domains/status.cfp.json b/domains/status.cfp.json index 965d2cef9..be4cc5e3b 100644 --- a/domains/status.cfp.json +++ b/domains/status.cfp.json @@ -2,7 +2,6 @@ "description": "Cfp Status", "owner": { "username": "cfpwastaken", - "email": "", "discord": "cfp (318394797822050315)" }, "record": { diff --git a/domains/status.chriscoding.json b/domains/status.chriscoding.json index b12e583c0..c44f57c99 100644 --- a/domains/status.chriscoding.json +++ b/domains/status.chriscoding.json @@ -4,7 +4,6 @@ "email": "githubuserlol333@gmail.com", "discord": "735578614476570726" }, - "record": { "CNAME": "statuspage.betteruptime.com" } diff --git a/domains/status.gattinhosbot.json b/domains/status.gattinhosbot.json index 13881f84f..19572b773 100644 --- a/domains/status.gattinhosbot.json +++ b/domains/status.gattinhosbot.json @@ -1,11 +1,10 @@ { "owner": { "username": "Stef-00012", - "email": "", "discord": "694986201739952229", "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" }, "record": { - "CNAME": "proxy.stefdp.is-a.dev" + "CNAME": "proxy.stefdp.lol" } } diff --git a/domains/status.killuazoldyck.json b/domains/status.killuazoldyck.json new file mode 100644 index 000000000..137660aee --- /dev/null +++ b/domains/status.killuazoldyck.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "killuazoldyckreal", + "email": "bk1030798@gmail.com" + }, + "record": { + "CNAME": "statuspage.betteruptime.com" + } +} diff --git a/domains/status.shan.json b/domains/status.shan.json index 71bed96fe..0721bc1fd 100644 --- a/domains/status.shan.json +++ b/domains/status.shan.json @@ -1,11 +1,11 @@ { - "description": "My Uptime Page ", - "owner": { - "username": "Adwaith-Shan-Pk", - "email": "mail@shan.is-a.dev", - "twitter": "lordlinux69" - }, - "record": { - "A": ["69.197.135.202"] - } -} + "description": "My Uptime Page ", + "owner": { + "username": "Adwaith-Shan-Pk", + "email": "mail@shan.is-a.dev", + "twitter": "lordlinux69" + }, + "record": { + "A": ["69.197.135.202"] + } +} diff --git a/domains/status.shockbs.json b/domains/status.shockbs.json index e1aecf8ea..112f7f2ae 100644 --- a/domains/status.shockbs.json +++ b/domains/status.shockbs.json @@ -1,8 +1,9 @@ { - "owner": { - "username": "shockbs", - "email": "apipherng@gmail.com" - }, - "record": { - "CNAME": "bbbsjsijb8hsbsnakkshdbfdnds.onrender.com" } + "owner": { + "username": "shockbs", + "discord": "880084860327313459" + }, + "record": { + "URL": "https://status.shockbs.pro/" + } } diff --git a/domains/status.stefdp.json b/domains/status.stefdp.json deleted file mode 100644 index 13881f84f..000000000 --- a/domains/status.stefdp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "email": "", - "discord": "694986201739952229", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" - }, - "record": { - "CNAME": "proxy.stefdp.is-a.dev" - } -} diff --git a/domains/status.vulcanocraft.json b/domains/status.vulcanocraft.json new file mode 100644 index 000000000..d22f89082 --- /dev/null +++ b/domains/status.vulcanocraft.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "VulcanoSoftware", + "discord": "814891541205876767", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.mpPL9XXteeODNSJOnZAXl9g5kus0xQEGYMYgUHCkJGr5nRcIN1KNwQYV_wxyGiWdT1bo5Yy-HyK3vMh50g2ECLKdltfbJbOsSJkyOJewtKmvwkSVuZNl2rQ8KMNZ46se3LLHrOjEpRB-1ijmSnuXYuiYZ1AeEqaUfQSCRMY_yTlvMm_OdUj9VK97bjHliB6NHffuX93AtVSK5-OwxZyJsEpICevJd6YHbJiFzKTmUXEUtVM90LBI-BqlblawDq8cLyB1D1eXzNiTFT9JdEmTqalPusePWT8RO2knz9wkb2f4BeGJSGCCai7n9f-hO8X41pWS9UzP2qfutkinveBX4g.qPPdM2OBmIURG_QSgCiZvA.IVp2jGQA6Y0ZEcAuBeyKntWmnF2Y_1jCMJnJ8f-PQ6ceVooVM2r-ZzVnIN7khw5gou4Sc--VGnARlJRaXV5ma-vPZqr_4x1qQs-eYiPq_y5TcD_7qoDjmK3g5MwOMXbS.r-gr82Miw4q6KqKxSdZQDg" + }, + "record": { + "CNAME": "vulcanostatus.pages.dev" + } +} diff --git a/domains/status.xrap1dx.json b/domains/status.xrap1dx.json index 475702775..ceba36be3 100644 --- a/domains/status.xrap1dx.json +++ b/domains/status.xrap1dx.json @@ -1,6 +1,5 @@ { "description": "making my status page!!!", - "repo": "https://github.com/xrap1dx?tab=repositories", "owner": { "username": "xrap1dx", "email": "sirrapid155@gmail.com" diff --git a/domains/stavkv.json b/domains/stavkv.json deleted file mode 100644 index 89d5833b2..000000000 --- a/domains/stavkv.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "stavkv", - "email": "singhvikal891@gmail.com" - }, - "record": { - "CNAME": "stavkv.github.io" - } -} diff --git a/domains/steake.json b/domains/steake.json new file mode 100644 index 000000000..fb19248c3 --- /dev/null +++ b/domains/steake.json @@ -0,0 +1,12 @@ +{ + "description": "Steake", + "repo": "https://github.com/Steake/about/", + "owner": { + "username": "steake", + "email": "ollie.steake@gmail.com", + "twitter": "officialELTCOIN" + }, + "record": { + "CNAME": "steake.github.io" + } +} diff --git a/domains/stebanportfolio.json b/domains/stebanportfolio.json new file mode 100644 index 000000000..e0b3978eb --- /dev/null +++ b/domains/stebanportfolio.json @@ -0,0 +1,11 @@ +{ + "description": "Give a profesional domain to my portfolio", + "repo": "https://github.com/fergone03/Portfolio-Desarrollador-Web", + "owner": { + "username": "fergone03", + "email": "fergonesteban03@gmail.com" + }, + "record": { + "CNAME": "devsteban-portfolio.netlify.app" + } +} diff --git a/domains/stef.json b/domains/stef.json index a5e2f30c1..2793ff3e3 100644 --- a/domains/stef.json +++ b/domains/stef.json @@ -6,8 +6,6 @@ "email": "stefan@stefcodes.co.uk" }, "record": { - "A": [ - "45.84.57.2" - ] + "A": ["45.84.57.2"] } } diff --git a/domains/stefan.json b/domains/stefan.json index 1d0e13980..733c73d0c 100644 --- a/domains/stefan.json +++ b/domains/stefan.json @@ -6,10 +6,7 @@ }, "record": { "URL": "https://dyno.is-a.dev", - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": [ "forward-email=naffets0@gmail.com", "v=spf1 a mx include:spf.forwardemail.net include:_spf.google.com -all" diff --git a/domains/stefdp.json b/domains/stefdp.json index d301d97a5..408345e9e 100644 --- a/domains/stefdp.json +++ b/domains/stefdp.json @@ -1,15 +1,10 @@ { "owner": { "username": "Stef-00012", - "email": "", "discord": "694986201739952229", "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" }, "record": { - "A": [ - "194.60.201.37" - ], - "MX": ["mail.stefdp.lol"], - "TXT": ["v=spf1 mx ~all"] + "NS": ["jonah.ns.cloudflare.com", "mary.ns.cloudflare.com"] } } diff --git a/domains/stev.json b/domains/stev.json index 16eda6680..3c8079e11 100644 --- a/domains/stev.json +++ b/domains/stev.json @@ -4,7 +4,6 @@ "email": "i@miraaaa.my.id", "discord": "834618584331190343" }, - "record": { "CNAME": "stev.surge.sh" } diff --git a/domains/steven.json b/domains/steven.json index c01c15f36..daefda47f 100644 --- a/domains/steven.json +++ b/domains/steven.json @@ -6,6 +6,6 @@ "email": "steve.r.frohlich@gmail.com" }, "record": { - "CNAME": "StevenRonnyFrohlich.github.io" + "CNAME": "stevenronnyfrohlich.github.io" } } diff --git a/domains/sticknologic.json b/domains/sticknologic.json new file mode 100644 index 000000000..b940803a0 --- /dev/null +++ b/domains/sticknologic.json @@ -0,0 +1,12 @@ +{ + "description": "Simple Portfolio and Blog Website", + "owner": { + "username": "sticknologic", + "x": "STICKnoLOGIC", + "facebook": "STICKnoLOGIC", + "bsky": "STICKnoLOGIC" + }, + "record": { + "NS": ["ns1.heliohost.org", "ns2.heliohost.org"] + } +} diff --git a/domains/store.json b/domains/store.json deleted file mode 100644 index e2c8dec17..000000000 --- a/domains/store.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "zarqizoubir", - "email": "zarqi.ezzoubair@etu.uae.ac.ma" - }, - "record": { - "CNAME": "zarqizoubir.github.io" - } -} diff --git a/domains/strafe.json b/domains/strafe.json index c16e510b0..31caeecd5 100644 --- a/domains/strafe.json +++ b/domains/strafe.json @@ -4,7 +4,6 @@ "email": "strafecode@gmail.com", "discord": "931243168630972516" }, - "record": { "CNAME": "strafecode.github.io" } diff --git a/domains/sty.json b/domains/sty.json index ddeb0e10c..02541256c 100644 --- a/domains/sty.json +++ b/domains/sty.json @@ -3,7 +3,6 @@ "username": "Sty928", "email": "satyam99jha@gmail.com" }, - "record": { "A": [ "185.199.108.153", diff --git a/domains/styy.json b/domains/styy.json index 9a9388f1f..444d9d76e 100644 --- a/domains/styy.json +++ b/domains/styy.json @@ -3,7 +3,6 @@ "username": "Sty928", "email": "satyam99jha@gmail.com" }, - "record": { "A": ["161.97.137.17"] } diff --git a/domains/sua.json b/domains/sua.json index 5f5084bdd..2b34ee5b3 100644 --- a/domains/sua.json +++ b/domains/sua.json @@ -4,6 +4,6 @@ "email": "SamiaIslamSua@gmail.com" }, "record": { - "CNAME": "SamiaIslamSua.github.io" + "CNAME": "samiaislamsua.github.io" } } diff --git a/domains/subasi.json b/domains/subasi.json index 6ba35654f..ee1bcad6f 100644 --- a/domains/subasi.json +++ b/domains/subasi.json @@ -1,16 +1,14 @@ { - "description": "For a personnal portfolio", - "repo": "https://github.com/mhmmdlsubasi/mhmmdlsubasi.github.io", - "owner": { - "username": "mhmmdlsubasi", - "email": "mhmmdlsubasi@outlook.com", - "discord": "319735026625413132", - "twitter": "mhmmdlsubasi", - "instagram": "mhmmdlsubasi" - }, - - "record": { - "CNAME": "mhmmdlsubasi.github.io" - } - } - + "description": "For a personnal portfolio", + "repo": "https://github.com/mhmmdlsubasi/mhmmdlsubasi.github.io", + "owner": { + "username": "mhmmdlsubasi", + "email": "mhmmdlsubasi@outlook.com", + "discord": "319735026625413132", + "twitter": "mhmmdlsubasi", + "instagram": "mhmmdlsubasi" + }, + "record": { + "CNAME": "mhmmdlsubasi.github.io" + } +} diff --git a/domains/subhayu.json b/domains/subhayu.json index b3cf730cc..ac8b2f2ae 100644 --- a/domains/subhayu.json +++ b/domains/subhayu.json @@ -3,7 +3,6 @@ "username": "subhayu99", "email": "balasubhayu99@gmail.com" }, - "record": { "CNAME": "subhayu99.github.io" } diff --git a/domains/suctrebinhthuan.json b/domains/suctrebinhthuan.json new file mode 100644 index 000000000..75308061f --- /dev/null +++ b/domains/suctrebinhthuan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "suctrebth", + "email": "web.insuctre@gmail.com" + }, + "record": { + "CNAME": "suctrebinhthuan.com" + } +} diff --git a/domains/sudhanparajuli.json b/domains/sudhanparajuli.json new file mode 100644 index 000000000..5d954d149 --- /dev/null +++ b/domains/sudhanparajuli.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio website, this is currently private and deployed in Netlify.", + "repo": "https://github.com/SudhanParajuli/Portfolio", + "owner": { + "username": "SudhanParajuli", + "email": "dond38480@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/sujal.json b/domains/sujal.json new file mode 100644 index 000000000..86baa237b --- /dev/null +++ b/domains/sujal.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/SuzalShrestha/register", + "owner": { + "username": "suzalshrestha", + "email": "sujalshresthawork@gmail.com" + }, + "record": { + "CNAME": "sujalshrestha.vercel.app" + } +} diff --git a/domains/sukhdevr898.json b/domains/sukhdevr898.json new file mode 100644 index 000000000..01e9a705e --- /dev/null +++ b/domains/sukhdevr898.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SUKHDEVR898", + "email": "sukhdevr898@gmail.com" + }, + "record": { + "CNAME": "ai898.free.nf" + } +} diff --git a/domains/sulabh.json b/domains/sulabh.json new file mode 100644 index 000000000..d8a57efe9 --- /dev/null +++ b/domains/sulabh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sulabh-npl", + "email": "sulabh.work19@gmail.com" + }, + "record": { + "CNAME": "sulabh.info.np" + } +} diff --git a/domains/sulaiman.json b/domains/sulaiman.json new file mode 100644 index 000000000..70e23ce44 --- /dev/null +++ b/domains/sulaiman.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "natsu90", + "email": "github@s.ss.my" + }, + "record": { + "URL": "https://sulai.mn" + } +} diff --git a/domains/sumit.json b/domains/sumit.json index 049fec5b9..18f530e39 100644 --- a/domains/sumit.json +++ b/domains/sumit.json @@ -3,7 +3,6 @@ "username": "isumitjha", "email": "7sumitjha@gmail.com" }, - "record": { "CNAME": "isumitjha.github.io" } diff --git a/domains/summon-the-coder.json b/domains/summon-the-coder.json new file mode 100644 index 000000000..5ed790f42 --- /dev/null +++ b/domains/summon-the-coder.json @@ -0,0 +1,11 @@ +{ + "description": "Site about me", + "repo": "https://github.com/banana6boom/banana6boom.github.io", + "owner": { + "username": "banana6boom", + "email": "themadhouse@mail.ru" + }, + "record": { + "CNAME": "banana6boom.github.io" + } +} diff --git a/domains/sun.json b/domains/sun.json new file mode 100644 index 000000000..fecbc1755 --- /dev/null +++ b/domains/sun.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sxn4y", + "discord": "5unn7n" + }, + "record": { + "CNAME": "supern0va.vercel.app" + } +} diff --git a/domains/sunn4github.json b/domains/sunn4github.json index 0dcb10bb9..b26735896 100644 --- a/domains/sunn4github.json +++ b/domains/sunn4github.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "sunn4room", - "email": "sunn4room@163.com" - }, - "record": { - "CNAME": "ghproxy.sunn4room.workers.dev" - } + "owner": { + "username": "sunn4room", + "email": "sunn4room@163.com" + }, + "record": { + "CNAME": "ghproxy.sunn4room.workers.dev" + } } diff --git a/domains/sunn4room.json b/domains/sunn4room.json index eb2a4835a..bb2f4f1f4 100644 --- a/domains/sunn4room.json +++ b/domains/sunn4room.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "sunn4room", - "email": "sunn4room@163.com" - }, - "record": { - "CNAME": "blog-4ke.pages.dev" - } + "owner": { + "username": "sunn4room", + "email": "sunn4room@163.com" + }, + "record": { + "CNAME": "blog-4ke.pages.dev" + } } diff --git a/domains/sunny.json b/domains/sunny.json index e3cae088b..0d18a9400 100644 --- a/domains/sunny.json +++ b/domains/sunny.json @@ -4,6 +4,6 @@ "email": "sunnygandhwani027@gmail.com" }, "record": { - "CNAME": "Sunny-unik.github.io" + "CNAME": "sunny-unik.github.io" } } diff --git a/domains/sunnydsouza.json b/domains/sunnydsouza.json new file mode 100644 index 000000000..1bedf54c2 --- /dev/null +++ b/domains/sunnydsouza.json @@ -0,0 +1,10 @@ +{ + "description": "Sunny Dsouza's GitHub page", + "owner": { + "username": "sunnydsouza", + "email": "dsouzasunny1436@gmail.com" + }, + "record": { + "URL": "https://github.com/sunnydsouza" + } +} diff --git a/domains/sunnyychi.json b/domains/sunnyychi.json new file mode 100644 index 000000000..a313e75b1 --- /dev/null +++ b/domains/sunnyychi.json @@ -0,0 +1,11 @@ +{ + "description": "A personal portfolio website", + "repo": "https://github.com/sunnyychi/Website", + "owner": { + "username": "sunnyychi", + "email": "sunnyychi@lona-development.org" + }, + "record": { + "CNAME": "sunnyychi.github.io" + } +} diff --git a/domains/sunpodder.json b/domains/sunpodder.json index cbb090c60..9fe0b55e0 100644 --- a/domains/sunpodder.json +++ b/domains/sunpodder.json @@ -1,7 +1,6 @@ { "owner": { "username": "SunPodder", - "email": "", "discord": "sunpodder" }, "record": { diff --git a/domains/sunshine.json b/domains/sunshine.json index 291c8c08a..ec26e7f44 100644 --- a/domains/sunshine.json +++ b/domains/sunshine.json @@ -3,7 +3,6 @@ "username": "Hanyaku-Chan", "email": "collinbuchkamer@gmail.com" }, - "record": { "URL": "https://hanyaku.glitch.me" } diff --git a/domains/sunzizhuo.json b/domains/sunzizhuo.json new file mode 100644 index 000000000..b05bd5d7e --- /dev/null +++ b/domains/sunzizhuo.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio", + "repo": "https://github.com/UnidentifiedX/unidentifiedx.github.io", + "owner": { + "username": "UnidentifiedX", + "email": "sunzizhuo33@gmail.com" + }, + "record": { + "CNAME": "unidentifiedx.github.io" + } +} diff --git a/domains/supers0n1k.json b/domains/supers0n1k.json new file mode 100644 index 000000000..ffdf6933b --- /dev/null +++ b/domains/supers0n1k.json @@ -0,0 +1,11 @@ +{ + "description": "supers0n1k's website. private email not disclosed. discord contact given", + "repo": "https://github.com/supers0n1k/supers0n1k.github.io", + "owner": { + "username": "supers0n1k", + "discord": "46mil" + }, + "record": { + "CNAME": "supers0n1k.github.io" + } +} diff --git a/domains/supperfreddo.json b/domains/supperfreddo.json new file mode 100644 index 000000000..daaa546fb --- /dev/null +++ b/domains/supperfreddo.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "supperfreddo", + "email": "supperfreddoio@gmail.com", + "discord": "supperfreddo" + }, + "record": { + "CNAME": "supperfreddo.vercel.app" + } +} \ No newline at end of file diff --git a/domains/suraez.json b/domains/suraez.json new file mode 100644 index 000000000..5e9c40d9a --- /dev/null +++ b/domains/suraez.json @@ -0,0 +1,11 @@ +{ + "description": "My Portfolio Website", + "repo": "https://github.com/Suraez/portfolio-2080", + "owner": { + "username": "suraez", + "email": "oberais50@gmail.com" + }, + "record": { + "URL": "https://www.sko.com.np/" + } +} diff --git a/domains/surajh-patel.json b/domains/surajh-patel.json index 7502c1f13..e8cf877f4 100644 --- a/domains/surajh-patel.json +++ b/domains/surajh-patel.json @@ -2,8 +2,7 @@ "description": "surajh-patel Profile.", "repo": "https://github.com/surajh-patel/surajh-patel.github.io", "owner": { - "username": "surajh-patel", - "email": "" + "username": "surajh-patel" }, "record": { "CNAME": "surajh-patel.github.io" diff --git a/domains/surendran-soumya.json b/domains/surendran-soumya.json index 93c0ff8aa..770959983 100644 --- a/domains/surendran-soumya.json +++ b/domains/surendran-soumya.json @@ -2,8 +2,7 @@ "description": "surendran-soumya Profile.", "repo": "https://github.com/surendran-soumya/surendran-soumya.github.io", "owner": { - "username": "surendran-soumya", - "email": "" + "username": "surendran-soumya" }, "record": { "CNAME": "surendran-soumya.github.io" diff --git a/domains/surya0.json b/domains/surya0.json index 5b5dde1ec..19e8a5beb 100644 --- a/domains/surya0.json +++ b/domains/surya0.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "suryapratapsinghsuryavanshi", - "email": "", - "discord": "858030091106517042", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.DS_lQ-rkLkv0VFei9VOKq8YDnykOlXX8Rvlzzp8KSlTpDqnRY8e3X1_J4iVfI9t6KJdEfFjnR1r3xhXC9I2A2khHqZMlQTgdhyi72OLHDIQPur3lC16oZlz1T3d5BrVUdKd8ueNky_OLyIZDW9bYY_uR-8vy7ahqasWUW-EEdBspfeMDzWlUon7NKqZaR79maAArOCnoSjDg4Ul5vVei5w-EarI99nylk2tsk8Nx2KyjzEPxx_l7WLUWtZ8LOBRsV83KjJTKRtGZd0eD4jolAW6OQDnD9JEoR8g2XKVEylaYQlHJNgWLdHNdCdJcwhG6Ge2IRkvtlvhwQDu5230Mbg.4c2jfDHUTjsiJZZD2GNNWA.c7WmV_BgqxX8VhuhOyFxZJurynqJ4skcvPWenpEsKXrLG5j93rzAlh-kjG6A6ZIQpEu2NHwKEzvRu_S_PwijC-Ctq5GxiM8rCQfyvuAif4F-kroGiCPD0092yKmBa2kn.Ljp9qlE0JjM35gTNNQQPRQ" - }, - - "record": { - "CNAME": "suryapratap.netlify.app" - } - } - + "owner": { + "username": "suryapratapsinghsuryavanshi", + "discord": "858030091106517042", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.DS_lQ-rkLkv0VFei9VOKq8YDnykOlXX8Rvlzzp8KSlTpDqnRY8e3X1_J4iVfI9t6KJdEfFjnR1r3xhXC9I2A2khHqZMlQTgdhyi72OLHDIQPur3lC16oZlz1T3d5BrVUdKd8ueNky_OLyIZDW9bYY_uR-8vy7ahqasWUW-EEdBspfeMDzWlUon7NKqZaR79maAArOCnoSjDg4Ul5vVei5w-EarI99nylk2tsk8Nx2KyjzEPxx_l7WLUWtZ8LOBRsV83KjJTKRtGZd0eD4jolAW6OQDnD9JEoR8g2XKVEylaYQlHJNgWLdHNdCdJcwhG6Ge2IRkvtlvhwQDu5230Mbg.4c2jfDHUTjsiJZZD2GNNWA.c7WmV_BgqxX8VhuhOyFxZJurynqJ4skcvPWenpEsKXrLG5j93rzAlh-kjG6A6ZIQpEu2NHwKEzvRu_S_PwijC-Ctq5GxiM8rCQfyvuAif4F-kroGiCPD0092yKmBa2kn.Ljp9qlE0JjM35gTNNQQPRQ" + }, + "record": { + "CNAME": "suryapratap.netlify.app" + } +} diff --git a/domains/suryaaprakassh.json b/domains/suryaaprakassh.json index 8afc5e9ae..317accfae 100644 --- a/domains/suryaaprakassh.json +++ b/domains/suryaaprakassh.json @@ -3,7 +3,6 @@ "username": "suryaaprakassh", "email": "surya0prakash@proton.me" }, - "record": { "CNAME": "suryaaprakassh.github.io" } diff --git a/domains/suryababu.json b/domains/suryababu.json new file mode 100644 index 000000000..51e6e007d --- /dev/null +++ b/domains/suryababu.json @@ -0,0 +1,10 @@ +{ + "description": "Landing page for suryababu.is-a.dev", + "owner": { + "username": "suryababu", + "email": "suryababu.k.s@gmail.com" + }, + "record": { + "CNAME": "suryababus.github.io" + } +} diff --git a/domains/suryajith.json b/domains/suryajith.json index 203a75c6a..9681ff359 100644 --- a/domains/suryajith.json +++ b/domains/suryajith.json @@ -3,7 +3,6 @@ "repo": "https://github.com/SuryajithR/suryajithr.github.io", "owner": { "username": "suryajith", - "email": "", "discord": "SuryJithr#5011" }, "record": { diff --git a/domains/sushankghimire.json b/domains/sushankghimire.json new file mode 100644 index 000000000..9f6416ee8 --- /dev/null +++ b/domains/sushankghimire.json @@ -0,0 +1,11 @@ +{ + "description": "Sushank Ghimire", + "repo": "https://github.com/Sushank-ghimire/ghimiresushank.com.np", + "owner": { + "username": "Sushank-ghimire", + "email": "ghimiresushank08@gmail.com" + }, + "record": { + "URL": "https://www.ghimiresushank.com.np" + } +} diff --git a/domains/sushi.json b/domains/sushi.json index a2b431128..e8928cc56 100644 --- a/domains/sushi.json +++ b/domains/sushi.json @@ -3,7 +3,6 @@ "username": "sushi-ae", "email": "frapdotpng@gmail.com" }, - "record": { "CNAME": "sushi-ae.github.io" } diff --git a/domains/suspense.json b/domains/suspense.json index a655e0e7e..70d03ea7f 100644 --- a/domains/suspense.json +++ b/domains/suspense.json @@ -1,7 +1,6 @@ { "owner": { "username": "Suspense4615", - "email": "", "twitter": "Suspense4615" }, "record": { diff --git a/domains/suu.json b/domains/suu.json index 6ec1b0b48..f023ff1dd 100644 --- a/domains/suu.json +++ b/domains/suu.json @@ -1,11 +1,11 @@ { - "description": "to make a url shortner website", - "repo": "https://github.com/OKBOTS/register", - "owner": { - "username": "OKBOTS", - "email": "okbots1+2@gmail.com" - }, - "record": { - "CNAME": "minolink.onrender.com" - } + "description": "to make a url shortner website", + "repo": "https://github.com/OKBOTS/register", + "owner": { + "username": "OKBOTS", + "email": "okbots1+2@gmail.com" + }, + "record": { + "CNAME": "minolink.onrender.com" + } } diff --git a/domains/svijithprasad.json b/domains/svijithprasad.json index a32b84d20..6bc6c4d11 100644 --- a/domains/svijithprasad.json +++ b/domains/svijithprasad.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "svijithprasad", - "email": "", - "discord": "694159447790059521", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.G8V5ukgXfL16Z-fwAN4qDS4faEwK0WzXS60MuWwHYTgKolW4HjwT8hUBpK99JvKyNqB78bmrvbX_cKiq1yEop-907F_OYWaXFkFlM9FaLi4zb_gu_aRJ_ABmW4SD2hlUs5Lkq516cYhL-anGcsbW8jIharxrcCouPSUw0PwYZnc11E8NzhIRIN8m5sxQqj1TWP5L_Vc_Cr5yyvrRaWsN1p3-wep6gsIkAawchDXKDWfM9wjs2orrfOP0JQFLzKVKIM0e-nBlvqUdhFxqy473HucoMBAWi1fXsNZbD7SIUb2EMb8hOwX9YQT0fuB__IOMNMITDFxlyxNjqdf7lcJw7g.6EZGczxBeascAxNZhgbMrQ.YvwD-vK9j5FRIFSOKgvt0cBj0iOBVyJwMmQTDM-gjt6JYXzejxv_umlOkG7PfhrXgbcPfbPwH4VjK0M94wqlr1kVmgB3BQyLWPow9iwoGNM.DNOmvK0vCjtZQFhI3q9fDA" - }, - - "record": { - "CNAME": "svijithprasad.github.io" - } - } - + "owner": { + "username": "svijithprasad", + "discord": "694159447790059521", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.G8V5ukgXfL16Z-fwAN4qDS4faEwK0WzXS60MuWwHYTgKolW4HjwT8hUBpK99JvKyNqB78bmrvbX_cKiq1yEop-907F_OYWaXFkFlM9FaLi4zb_gu_aRJ_ABmW4SD2hlUs5Lkq516cYhL-anGcsbW8jIharxrcCouPSUw0PwYZnc11E8NzhIRIN8m5sxQqj1TWP5L_Vc_Cr5yyvrRaWsN1p3-wep6gsIkAawchDXKDWfM9wjs2orrfOP0JQFLzKVKIM0e-nBlvqUdhFxqy473HucoMBAWi1fXsNZbD7SIUb2EMb8hOwX9YQT0fuB__IOMNMITDFxlyxNjqdf7lcJw7g.6EZGczxBeascAxNZhgbMrQ.YvwD-vK9j5FRIFSOKgvt0cBj0iOBVyJwMmQTDM-gjt6JYXzejxv_umlOkG7PfhrXgbcPfbPwH4VjK0M94wqlr1kVmgB3BQyLWPow9iwoGNM.DNOmvK0vCjtZQFhI3q9fDA" + }, + "record": { + "CNAME": "svijithprasad.github.io" + } +} diff --git a/domains/swami.json b/domains/swami.json new file mode 100644 index 000000000..459fb9535 --- /dev/null +++ b/domains/swami.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio Website", + "repo": "https://github.com/aadltya/portfolio-website", + "owner": { + "username": "aadltya", + "email": "adityaedu22@gmail.com" + }, + "record": { + "CNAME": "adityasworld.vercel.app" + } +} diff --git a/domains/swapnil.json b/domains/swapnil.json index f23fddfd6..692bfc0ce 100644 --- a/domains/swapnil.json +++ b/domains/swapnil.json @@ -6,6 +6,6 @@ "email": "swapnilchand51@gmail.com" }, "record": { - "CNAME": "SwapnilChand.github.io" + "CNAME": "swapnilchand.github.io" } } diff --git a/domains/sxi.json b/domains/sxi.json index 7db21a348..c87b4f43a 100644 --- a/domains/sxi.json +++ b/domains/sxi.json @@ -4,8 +4,7 @@ "email": "oshidev@proton.me", "discord": "1247896918957490198" }, - "record": { - "CNAME": "sxi.digitalpress.blog" + "URL": "https://sxi.com.tr" } } diff --git a/domains/sxtxnzester.json b/domains/sxtxnzester.json index 5aa995ece..fce7b2234 100644 --- a/domains/sxtxnzester.json +++ b/domains/sxtxnzester.json @@ -4,7 +4,6 @@ "email": "lollo11020210@gmail.com", "discord": "1133362142461050980" }, - "record": { "CNAME": "sxtxnzester.github.io" } diff --git a/domains/syd.json b/domains/syd.json index 07b4b08f1..d9e07a923 100644 --- a/domains/syd.json +++ b/domains/syd.json @@ -3,7 +3,6 @@ "username": "bububa", "email": "prof.syd.xu@gmail.com" }, - "record": { "CNAME": "bububa.github.io" } diff --git a/domains/sylestic.json b/domains/sylestic.json index 191f96064..e3451dc32 100644 --- a/domains/sylestic.json +++ b/domains/sylestic.json @@ -1,7 +1,6 @@ { "owner": { "username": "Sylestic", - "email": "", "discord": "Sylestic#4231" }, "record": { diff --git a/domains/sylphin3107.json b/domains/sylphin3107.json new file mode 100644 index 000000000..673d0cd5d --- /dev/null +++ b/domains/sylphin3107.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Sylphin3107", + "email": "tqvcontacts@gmail.com" + }, + "record": { + "URL": "https://sylphin3107.uwu.ai/" + } +} diff --git a/domains/synacktra.json b/domains/synacktra.json new file mode 100644 index 000000000..30c9992a6 --- /dev/null +++ b/domains/synacktra.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio", + "repo": "https://github.com/synacktraa/synacktraa.github.io", + "owner": { + "username": "synacktraa", + "email": "synacktra.work@gmail.com" + }, + "record": { + "CNAME": "synacktraa.github.io" + } +} diff --git a/domains/synthara.json b/domains/synthara.json new file mode 100644 index 000000000..7aee4a82d --- /dev/null +++ b/domains/synthara.json @@ -0,0 +1,13 @@ +{ + "description": "🚀 Synthara – Your Smart AI Assistant Synthara is an advanced AI-powered virtual assistant designed to enhance productivity, answer queries, and automate tasks efficiently. Built with cutting-edge AI technology, Synthara delivers seamless interactions and intelligent responses.", + "repo": "https://github.com/ArhanAnsari/Synthara", + "owner": { + "username": "ArhanAnsari", + "email": "arhanansari2009@gmail.com", + "x": "https://x.com/codewitharhan", + "discord": "@codewitharhan" + }, + "record": { + "CNAME": "synthara.vercel.app" + } +} diff --git a/domains/szbcs.json b/domains/szbcs.json index 9a8f239d6..f559706f7 100644 --- a/domains/szbcs.json +++ b/domains/szbcs.json @@ -4,6 +4,6 @@ "email": "szilvesztercsab@gmail.com" }, "record": { - "A": ["35.211.253.61"] + "CNAME": "szbcs.duckdns.org" } } diff --git a/domains/szczota.json b/domains/szczota.json index 204e77484..e9c4b18be 100644 --- a/domains/szczota.json +++ b/domains/szczota.json @@ -1,10 +1,8 @@ { "owner": { "username": "szczotapl", - "email": "", "discord": ".szczotapl" }, - "record": { "CNAME": "szczotapl.github.io" } diff --git a/domains/szn20221014._domainkey.104.json b/domains/szn20221014._domainkey.104.json new file mode 100644 index 000000000..c6292fdf7 --- /dev/null +++ b/domains/szn20221014._domainkey.104.json @@ -0,0 +1,10 @@ +{ + "description": "DKIM", + "owner": { + "username": "QuinceTart10", + "discord": "862644161156218891" + }, + "record": { + "CNAME": "szn20221014._domainkey.seznam.cz" + } +} diff --git a/domains/szn20221014._domainkey.quincetart10.json b/domains/szn20221014._domainkey.quincetart10.json new file mode 100644 index 000000000..c6292fdf7 --- /dev/null +++ b/domains/szn20221014._domainkey.quincetart10.json @@ -0,0 +1,10 @@ +{ + "description": "DKIM", + "owner": { + "username": "QuinceTart10", + "discord": "862644161156218891" + }, + "record": { + "CNAME": "szn20221014._domainkey.seznam.cz" + } +} diff --git a/domains/szn20221014._domainkey.rt10.json b/domains/szn20221014._domainkey.rt10.json new file mode 100644 index 000000000..c6292fdf7 --- /dev/null +++ b/domains/szn20221014._domainkey.rt10.json @@ -0,0 +1,10 @@ +{ + "description": "DKIM", + "owner": { + "username": "QuinceTart10", + "discord": "862644161156218891" + }, + "record": { + "CNAME": "szn20221014._domainkey.seznam.cz" + } +} diff --git a/domains/t.json b/domains/t.json index fc41cce58..abf147dda 100644 --- a/domains/t.json +++ b/domains/t.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "trollm8", - "email": "", - "discord": "1266754182082461751", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.N8Vf7tNsfTIJKNaXAqD1t4qLzIqx8ZlybnLmVGjKs6dv3uxFMpKQhznKohFUEtOQlvURIZsKDGUOyFFpo6tzJEFt9Aaocse4xF2P7ud1ZBGLaPBSM7HF7IemNsczePYM-BjzMHvfTu7ryOGlCLvRe7z7M0KzRtImIcpm_ZQf-1aGlAFljd9Gy82Jc2mE9U-gMNU5GgRteegXGeNRHb10oYXWYV4lmLTP_YhvbiCavwTRyTS3SrwzQn78eTcXgwTeGhELj9eEfwTCsGJJfsbZPWAh1QNpm6-Y7HktDiNELbw2QfK3R0gvczybCfXGzj4d7z4Qhchea5X_uXxalGGNfA.VE-Mh6fPXbz7m456qKlh5w.gg7ta9FXClk001IBFL1UiwrYTks-hWzmecKfz9XdA1js4kBarT9MdlAb4UJTyoeyVqQ1uZSe3QLt25A1Kk7pTg.ZEXUDiLNEpaUwlvsx_xiEQ" - }, - - "record": { - "CNAME": "trollm8-redirect.pages.dev" - } - } - \ No newline at end of file + "owner": { + "username": "trollm8", + "discord": "1266754182082461751", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.N8Vf7tNsfTIJKNaXAqD1t4qLzIqx8ZlybnLmVGjKs6dv3uxFMpKQhznKohFUEtOQlvURIZsKDGUOyFFpo6tzJEFt9Aaocse4xF2P7ud1ZBGLaPBSM7HF7IemNsczePYM-BjzMHvfTu7ryOGlCLvRe7z7M0KzRtImIcpm_ZQf-1aGlAFljd9Gy82Jc2mE9U-gMNU5GgRteegXGeNRHb10oYXWYV4lmLTP_YhvbiCavwTRyTS3SrwzQn78eTcXgwTeGhELj9eEfwTCsGJJfsbZPWAh1QNpm6-Y7HktDiNELbw2QfK3R0gvczybCfXGzj4d7z4Qhchea5X_uXxalGGNfA.VE-Mh6fPXbz7m456qKlh5w.gg7ta9FXClk001IBFL1UiwrYTks-hWzmecKfz9XdA1js4kBarT9MdlAb4UJTyoeyVqQ1uZSe3QLt25A1Kk7pTg.ZEXUDiLNEpaUwlvsx_xiEQ" + }, + "record": { + "CNAME": "trollm8-redirect.pages.dev" + } +} diff --git a/domains/t3vada.json b/domains/t3vada.json new file mode 100644 index 000000000..e64cec5be --- /dev/null +++ b/domains/t3vada.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "wythh24" + }, + "record": { + "CNAME": "devada.vercel.app" + } +} diff --git a/domains/tabby.json b/domains/tabby.json new file mode 100644 index 000000000..e20b17287 --- /dev/null +++ b/domains/tabby.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "sobakintech", + "discord": "745203026335236178", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.LMYVJwDQMyo-1kl7uU8odmW6nRUsDL-7Hv4eCtfbgmOersfsy5_yUP0Tj19zMmnEMZFRcACJyKirBUl6FiDBWZuR5JAqFlwk6mkCa5q3y6euD0r2C1EblSV2FwdAuZeIYzUAtK1AW_zylt-NmdSKcV7WVpXo41LL13OkHlzqKhr9VWLKMkTKabUNUfixbjZE7mhKSaUySXsZuxZrsbw30Md4dKNiWM6U5ULeVLTzpbsc52V0VogGbbDsYp-uNz6EdRpc29Q8f-FUBYT9J80RNlojxKwpSvNThGhRK9xTefB62cxzccMuBLsY8NCuH4nYEBR6FWzXlhLmFYfRri3j6A.Ul0cgJ2u8JEhbqj8DqGxlw.Q2x8c2d_AX89g3zwNFlIbZdjktKzErELsyNUe5KpmUhuwIWQD7Vz800xKXDtGiJU0c-73A2lxUsKZpqmWpiV3u9crsiev-zCgrMPE-eoU5017fWEeu6RI2tfP1Njeeja._ss7y_5vGuQZShwGAFTD-g" + }, + "record": { + "A": ["144.24.184.141"] + } +} diff --git a/domains/tafviet.json b/domains/tafviet.json new file mode 100644 index 000000000..e28823b63 --- /dev/null +++ b/domains/tafviet.json @@ -0,0 +1,11 @@ +{ + "description": "Landing page for tafviet.is-a.dev", + "repo": "https://github.com/is-a-dev/docs", + "owner": { + "username": "is-a-dev", + "email": "meccar@protonmail.com" + }, + "record": { + "CNAME": "meccar.github.io" + } +} diff --git a/domains/taha2002.json b/domains/taha2002.json index 2937407f5..3108579db 100644 --- a/domains/taha2002.json +++ b/domains/taha2002.json @@ -3,7 +3,6 @@ "username": "taha2002", "email": "bouras1920@gmail.com" }, - "record": { "CNAME": "taha2002.github.io" } diff --git a/domains/tahir.json b/domains/tahir.json index b03b75046..b0180daf8 100644 --- a/domains/tahir.json +++ b/domains/tahir.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "syedraihanali", - "email": "", - "discord": "630920899952115712", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.aU2pNjWT_gok4yMFuWsXL8apN3XNbnx2GPr-wIKACKn3Ii-VvP9z-Y1_XsteCulsZroTutm5klnCPLKvEwHQtNO-rXtJ2ZLhBVy73b5F8OKopsTtutHOvJiA9KmSnUr3xfN8J4Xi27LDMXST7cnGKfnoe6D285_9dbtW6FZ-dMNiqPbqdHYZICzLUQnd4ls3lP_YPme5GeAJSfc0ZLJNbeVMj-f2Tp9EFNz8n9V6lWbOufJEt3D3_TpEYqqctVzkfFHPpHKAGmN0hSQEeVwRrmaYNispb9r9613MFt22IIaSvlWEVvzOLL1s_iHDGmCxlAe9ig7Xh_3OxXLLIDmKkg.UQS3jET5qqZVuWT0-p6zeQ.K4qfkcxCKrBJCXfr8kgt3-brJbx4PXonJYBqW0nA9nIT5cwvJ-vn8kTP9s0Irpxg6WTMZOalzsb3HNgKaYaHca3J9tSXNXZ1x99A-L_A5fM.snQpd1z0kofYC1dJO_O8SA" - }, - - "record": { - "A": ["103.213.38.188"] - } - } - \ No newline at end of file + "owner": { + "username": "syedraihanali", + "discord": "630920899952115712", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.aU2pNjWT_gok4yMFuWsXL8apN3XNbnx2GPr-wIKACKn3Ii-VvP9z-Y1_XsteCulsZroTutm5klnCPLKvEwHQtNO-rXtJ2ZLhBVy73b5F8OKopsTtutHOvJiA9KmSnUr3xfN8J4Xi27LDMXST7cnGKfnoe6D285_9dbtW6FZ-dMNiqPbqdHYZICzLUQnd4ls3lP_YPme5GeAJSfc0ZLJNbeVMj-f2Tp9EFNz8n9V6lWbOufJEt3D3_TpEYqqctVzkfFHPpHKAGmN0hSQEeVwRrmaYNispb9r9613MFt22IIaSvlWEVvzOLL1s_iHDGmCxlAe9ig7Xh_3OxXLLIDmKkg.UQS3jET5qqZVuWT0-p6zeQ.K4qfkcxCKrBJCXfr8kgt3-brJbx4PXonJYBqW0nA9nIT5cwvJ-vn8kTP9s0Irpxg6WTMZOalzsb3HNgKaYaHca3J9tSXNXZ1x99A-L_A5fM.snQpd1z0kofYC1dJO_O8SA" + }, + "record": { + "A": ["103.213.38.188"] + } +} diff --git a/domains/tahseen.json b/domains/tahseen.json new file mode 100644 index 000000000..7d65647be --- /dev/null +++ b/domains/tahseen.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tahseen", + "email": "itxtahseen@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/tainguyen.json b/domains/tainguyen.json new file mode 100644 index 000000000..a6759b620 --- /dev/null +++ b/domains/tainguyen.json @@ -0,0 +1,11 @@ +{ + "description" : "this is my profile" , + "repo" : "https://github.com/taitai2107/web_cv" , + "owner" : { + "username" : "taitai2107" , + "email" : "nguyencongkhanhtai21072001@gmail.com" + }, + "record" : { + "CNAME" : "taitai2107.github.io" + } +} diff --git a/domains/tak.json b/domains/tak.json new file mode 100644 index 000000000..4b6963878 --- /dev/null +++ b/domains/tak.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "tak-gamingYT", + "email": "tak@tak.io.vn" + }, + "record": { + "CNAME": "tak-gamingyt.github.io" + }, + "proxied": true +} diff --git a/domains/tallerthanshort.json b/domains/tallerthanshort.json index c97bfac10..76b62edfb 100644 --- a/domains/tallerthanshort.json +++ b/domains/tallerthanshort.json @@ -1,11 +1,10 @@ { "description": "TallerThanShort made site", - "repo": "https://github.com/TallerThanShort", "owner": { "username": "TallerThanShort", "email": "TallerThanShort@duck.com" }, "record": { - "CNAME": "TallerThanShort.github.io" + "CNAME": "tallerthanshort.github.io" } } diff --git a/domains/tan.json b/domains/tan.json new file mode 100644 index 000000000..85ecae11e --- /dev/null +++ b/domains/tan.json @@ -0,0 +1,10 @@ +{ + "description": "tan.is-a.dev", + "owner": { + "username": "cuno92", + "email": "hoangvannhattan@gmail.com" + }, + "record": { + "CNAME": "white-hill-030c00b00.4.azurestaticapps.net" + } +} diff --git a/domains/tanbaycu.json b/domains/tanbaycu.json new file mode 100644 index 000000000..892edd731 --- /dev/null +++ b/domains/tanbaycu.json @@ -0,0 +1,12 @@ +{ + "description": "Trang portfolio cá nhân của tôi.", + "repo": "https://github.com/tanbaycu/tanbaycu.github.io", + "owner": { + "username": "tanbaycu", + "email": "tanbaycu@gmail.com" + }, + "record": { + "CNAME": "tanbaycu.vercel.app" + }, + "proxied": true +} diff --git a/domains/tanish-chahal.json b/domains/tanish-chahal.json new file mode 100644 index 000000000..332880c13 --- /dev/null +++ b/domains/tanish-chahal.json @@ -0,0 +1,11 @@ +{ + "description": "Tanish's Portfolio", + "repo": "https://github.com/TanishChahal/register", + "owner": { + "username": "TanishChahal", + "email": "TanishChahal5705@gmail.com" + }, + "record": { + "URL": "https://tanishchahal.netlify.app" + } +} diff --git a/domains/tanish-poddar.json b/domains/tanish-poddar.json new file mode 100644 index 000000000..ea9a542fd --- /dev/null +++ b/domains/tanish-poddar.json @@ -0,0 +1,11 @@ +{ + "description": "Documentation website for is-a.dev", + "repo": "https://github.com/tanishpoddar/tanishpoddar.github.io", + "owner": { + "username": "tanishpoddar", + "email": "tanishpoddar.18@gmail.com" + }, + "record": { + "CNAME": "tanishpoddar.github.io" + } +} diff --git a/domains/tanishq.json b/domains/tanishq.json new file mode 100644 index 000000000..496cf9902 --- /dev/null +++ b/domains/tanishq.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tanishqmanuja", + "email": "tanishqmanuja@gmail.com" + }, + "record": { + "CNAME": "tqman.pages.dev" + } +} diff --git a/domains/tanos.json b/domains/tanos.json index 2cb30df04..8fbfaeb3c 100644 --- a/domains/tanos.json +++ b/domains/tanos.json @@ -6,6 +6,6 @@ "email": "opmijloly@gmail.com" }, "record": { - "CNAME": "TacoGit.github.io" + "CNAME": "tacogit.github.io" } } diff --git a/domains/tanquang.json b/domains/tanquang.json new file mode 100644 index 000000000..a7d609d87 --- /dev/null +++ b/domains/tanquang.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "quangnlt", + "email": "tanquang2k3@gmail.com" + }, + "record": { + "CNAME": "quangnlt.github.io" + } +} diff --git a/domains/tanveer.json b/domains/tanveer.json new file mode 100644 index 000000000..8ee2b9c5e --- /dev/null +++ b/domains/tanveer.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio Website of Tanveer Husyn", + "repo": "https://github.com/Tanveerhusyn/new_portfolio", + "owner": { + "username": "tanveerhusyn", + "email": "tanveerhussain465@gmail.com" + }, + "record": { + "CNAME": "portfolio-tanveer.netlify.app" + } +} diff --git a/domains/tanvir.json b/domains/tanvir.json new file mode 100644 index 000000000..32385ec92 --- /dev/null +++ b/domains/tanvir.json @@ -0,0 +1,12 @@ +{ + "description": "Tanvir's personal website", + "owner": { + "username": "tnv1r", + "email": "dev@tanvir.io" + }, + "record": { + "A": ["76.76.21.21"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/tanx-009.json b/domains/tanx-009.json index d02cf2f35..d3473ffde 100644 --- a/domains/tanx-009.json +++ b/domains/tanx-009.json @@ -3,7 +3,6 @@ "username": "TanX-009", "email": "tanmaymuley009@gmail.com" }, - "record": { "CNAME": "tanx-009.gitlab.io" } diff --git a/domains/taquanminhlong.json b/domains/taquanminhlong.json new file mode 100644 index 000000000..82e5712c8 --- /dev/null +++ b/domains/taquanminhlong.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "taquanminhlong", + "email": "taquanminhlong@gmail.com" + }, + "record": { + "URL": "https://tqml.vercel.app/" + } +} diff --git a/domains/tas33n.json b/domains/tas33n.json index 1b41f88ff..7f0cd7299 100644 --- a/domains/tas33n.json +++ b/domains/tas33n.json @@ -1,12 +1,11 @@ { - "description": "Portfolio for my works..", - "repo": "https://github.com/tas33n/tas33n.github.io", - "owner": { - "username": "tas33n", - "email": "tasu.legend@gmail.com", - "twitter": "" - }, - "record": { - "CNAME": "tas33n.pages.dev" - } + "description": "Portfolio for my works..", + "repo": "https://github.com/tas33n/tas33n.github.io", + "owner": { + "username": "tas33n", + "email": "tasu.legend@gmail.com" + }, + "record": { + "CNAME": "tas33n.pages.dev" + } } diff --git a/domains/tasawar-hussain.json b/domains/tasawar-hussain.json new file mode 100644 index 000000000..a1d52dbbf --- /dev/null +++ b/domains/tasawar-hussain.json @@ -0,0 +1,11 @@ +{ + "description": "tasawar-hussain.is-a.dev", + "repo": "https://github.com/tasawar-hussain/tasawar-hussain.github.io", + "owner": { + "username": "tasawar-hussain", + "email": "me.tasawarhussain@gmail.com" + }, + "record": { + "CNAME": "tasawar-hussain.github.io" + } +} diff --git a/domains/tat2008.json b/domains/tat2008.json index b203e4d9b..e3611d3bf 100644 --- a/domains/tat2008.json +++ b/domains/tat2008.json @@ -3,7 +3,6 @@ "username": "tat2008", "email": "tuan.trananh2008@gmail.com" }, - "record": { "CNAME": "profile-card-1ug.pages.dev" } diff --git a/domains/tawiah.json b/domains/tawiah.json new file mode 100644 index 000000000..cf4f34eec --- /dev/null +++ b/domains/tawiah.json @@ -0,0 +1,11 @@ +{ + "description": "Describe the use of this subdomain", + "repo": "https://github.com/tawiahnyt/tawiah", + "owner": { + "username": "tawiahnyt", + "email": "tawiahin4k@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/tay.json b/domains/tay.json index 3395b5249..3e43f2c48 100644 --- a/domains/tay.json +++ b/domains/tay.json @@ -4,7 +4,6 @@ "email": "mystixmew@gmail.com", "discord": "1050531216589332581" }, - "record": { "CNAME": "edge.redirect.pizza" } diff --git a/domains/tazbot.tienanh109.json b/domains/tazbot.tienanh109.json index b804a2e64..f26bb7e90 100644 --- a/domains/tazbot.tienanh109.json +++ b/domains/tazbot.tienanh109.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "tienanh109", - "email": "", - "discord": "835382592198410310", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.QywIEyfPB9B0am2WoL1ZmEvdDiRSQdBqnt6t6pLkmTUWrbdvSAabKektBxBavhV9BhqpnoBfBtqIL7IhiIjOpRYn_CH3OfnxHoxlqjYB7f_a_ynv1ywxsg50IogX94roAaLj8clQIhpUrVeQt4bjcFGN39w0w4xViMq2D37npSvIc9FD9jhWPJCoPoRrGESexvvdM9mfkDqbfGXZJR-92rvPi_FQ7u4x0S-s5ZqjeV0O3Ku09vpOeZlFUhNPfRCx1o8V-7uStWMn3nBRJ0uR05Q7gcEWFNaSPuVcgn0ocOREMvPbN1an_RSPpIcA9ctNEfI31RmKaswJh524mYYgUA.WQXvUgTWa4Z48JVlCo6CHA.Rm9uVvt-GVm4Uyylhj_KoKueFOQOT73poOsscsCTQM462TWx-5Fk0WdIwQdJaEuROeG7F5xketD-qUCu0X3r_hucqol6Pyd9RyA27o3EqEw.CVbcGiP8ynYP1NPTqGS2-g" - }, - - "record": { - "CNAME": "tazbot.pages.dev" - } - } - \ No newline at end of file + "owner": { + "username": "tienanh109", + "discord": "835382592198410310", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.QywIEyfPB9B0am2WoL1ZmEvdDiRSQdBqnt6t6pLkmTUWrbdvSAabKektBxBavhV9BhqpnoBfBtqIL7IhiIjOpRYn_CH3OfnxHoxlqjYB7f_a_ynv1ywxsg50IogX94roAaLj8clQIhpUrVeQt4bjcFGN39w0w4xViMq2D37npSvIc9FD9jhWPJCoPoRrGESexvvdM9mfkDqbfGXZJR-92rvPi_FQ7u4x0S-s5ZqjeV0O3Ku09vpOeZlFUhNPfRCx1o8V-7uStWMn3nBRJ0uR05Q7gcEWFNaSPuVcgn0ocOREMvPbN1an_RSPpIcA9ctNEfI31RmKaswJh524mYYgUA.WQXvUgTWa4Z48JVlCo6CHA.Rm9uVvt-GVm4Uyylhj_KoKueFOQOT73poOsscsCTQM462TWx-5Fk0WdIwQdJaEuROeG7F5xketD-qUCu0X3r_hucqol6Pyd9RyA27o3EqEw.CVbcGiP8ynYP1NPTqGS2-g" + }, + "record": { + "CNAME": "tazbot.pages.dev" + } +} diff --git a/domains/tcxone.json b/domains/tcxone.json deleted file mode 100644 index b4adeb0d9..000000000 --- a/domains/tcxone.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "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/team.json b/domains/team.json index cafc4ed88..993cade10 100644 --- a/domains/team.json +++ b/domains/team.json @@ -1,11 +1,11 @@ { - "description": "The Maintainer Docs For The Is-A.Dev Website!", - "repo": "github.com/is-a-dev/maintainer-docs", + "repo": "https://github.com/is-a-dev/team-docs", "owner": { "username": "is-a-dev", - "email": "" + "email": "admin@is-a.dev" }, "record": { - "CNAME": "is-a-dev.github.io" - } + "CNAME": "is-a.dev" + }, + "proxied": true } diff --git a/domains/teamfive.sono.json b/domains/teamfive.sono.json deleted file mode 100644 index 5bfe5ce2a..000000000 --- a/domains/teamfive.sono.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "getSono", - "email": "julianwolf2013@outlook.de", - "discord": "1222250424309121145" - }, - - "record": { - "CNAME": "getsono.github.io" - } - } - \ No newline at end of file diff --git a/domains/tech-geek-united.json b/domains/tech-geek-united.json index 3634622f5..c9cad3e34 100644 --- a/domains/tech-geek-united.json +++ b/domains/tech-geek-united.json @@ -6,10 +6,7 @@ }, "record": { "URL": "https://techgeekunited.github.io", - "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/tech4file.json b/domains/tech4file.json index bfaadf4ec..f0375d83f 100644 --- a/domains/tech4file.json +++ b/domains/tech4file.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "kubsai", - "email": "", - "discord": "477781395922485248", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.rjBMItaMqXDR5sgtxH1YnZZ9mYBhx3cbEQzddCZUiMNBR46LhAZ2AhH8wCbD6SG2zvXxFAs_37Lj-kdKpTwqvslDWBwu-USKw744-I9JSYOo5AOp07XOeMBub_hlhDzTs7c71UEp0Zn2aWcNT164tJZ9FtrrGz1cOlA1FrgOY6IiddK6Kpxc9WNfyKrFcvI36qFxp4Tb8S0Ibybm61KJbstlgbjxwB6KggPTHsywFOhw_Qefe9-QptaoPZRiruXHzvfWYoEzDVjlu7sfXbbyTfla9P6KMldZqhzfYLB1urG-iUnbE5lXWHpPUHS3Hg6-_zWzBIMn65gKfmXrp-uV7A.hW8GxTh4cATNDhwiGbFWyg.JoRpaJgGT1hqgC16L__tz931OK9opx5RmAWfsoe3QHUsiqCQM8xLkxUldZUX_UwYQWD0VZHxkk6KXYFfp2NwtQ.Q4d-6jP2DF2q_-6B8o-u5Q" - }, - - "record": { - "A": ["185.27.134.230"] - } - } - \ No newline at end of file + "owner": { + "username": "kubsai", + "discord": "477781395922485248", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.rjBMItaMqXDR5sgtxH1YnZZ9mYBhx3cbEQzddCZUiMNBR46LhAZ2AhH8wCbD6SG2zvXxFAs_37Lj-kdKpTwqvslDWBwu-USKw744-I9JSYOo5AOp07XOeMBub_hlhDzTs7c71UEp0Zn2aWcNT164tJZ9FtrrGz1cOlA1FrgOY6IiddK6Kpxc9WNfyKrFcvI36qFxp4Tb8S0Ibybm61KJbstlgbjxwB6KggPTHsywFOhw_Qefe9-QptaoPZRiruXHzvfWYoEzDVjlu7sfXbbyTfla9P6KMldZqhzfYLB1urG-iUnbE5lXWHpPUHS3Hg6-_zWzBIMn65gKfmXrp-uV7A.hW8GxTh4cATNDhwiGbFWyg.JoRpaJgGT1hqgC16L__tz931OK9opx5RmAWfsoe3QHUsiqCQM8xLkxUldZUX_UwYQWD0VZHxkk6KXYFfp2NwtQ.Q4d-6jP2DF2q_-6B8o-u5Q" + }, + "record": { + "A": ["185.27.134.230"] + } +} diff --git a/domains/techadv.json b/domains/techadv.json new file mode 100644 index 000000000..8ff8fe39f --- /dev/null +++ b/domains/techadv.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "techadvyt", + "discord": "1250701051812642887", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Vp8rCwhz4V1J-S7XGZRX3yIV-uuvxLHg_j1MB64d-i_xDZdl9mVIrln2zdw8R7Aeh80rTEgAKdJG7ihGxigBUpQvMOFktvm_ronxXv3HGQMSvHqm_YyxbMIO4oMb7eIzV4U6XtC_GJBz6jVDzn1a7o1ZhBwkACtLfkoSWyCFMevXGq2QJLKSCvl1LuM5dgBGfsMC67-qOJ0NKjucTXXvYU4jzC-aGN64QIfBg0Q3S52B6asw8M4oc8NPVSplJwP86n8wlhXRV9hK5gNUp9VhZXgjkcifnw2yTIezz4f8jax3_W7hpvdTdAiiHlAKt5DNESROD4QbSnN1nb6rPqgUhA.DtsV7hiKsdEv3RblcTjgHQ.c38vZ7MeCA5NjcY2jZj7eq7Jdd8HCqFFYNXBzR3LxtJc_zCtQvzWM-Fs2u-UV8mrl7GJTr0A8PpGc6WuFJPVrReyQl6dQllir9HnGiTVNCQ.g5lJmjLEqEq6jfkocwxJ3w" + }, + "record": { + "CNAME": "usest1.netro.host" + } +} diff --git a/domains/techy.json b/domains/techy.json index fa821291b..6435c39e6 100644 --- a/domains/techy.json +++ b/domains/techy.json @@ -3,7 +3,6 @@ "repo": "https://github.com/Techy/techy.github.io", "owner": { "username": "techy", - "email": "", "twitter": "tech_dude1" }, "record": { diff --git a/domains/tee.json b/domains/tee.json index 8ccd4c52b..0a423e506 100644 --- a/domains/tee.json +++ b/domains/tee.json @@ -4,7 +4,6 @@ "email": "mystixmew@gmail.com", "discord": "1050531216589332581" }, - "record": { "CNAME": "tayrp.github.io" } diff --git a/domains/ten.json b/domains/ten.json index 932bd5998..a625b7418 100644 --- a/domains/ten.json +++ b/domains/ten.json @@ -3,7 +3,6 @@ "repo": "https://github.com/TenDRILLL/tendrilll.github.io", "owner": { "username": "TenDRILLL", - "email": "", "discord": "Ten#0010" }, "record": { diff --git a/domains/tentomasne.json b/domains/tentomasne.json new file mode 100644 index 000000000..1e20af687 --- /dev/null +++ b/domains/tentomasne.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "jasomtubratu" + }, + "record": { + "CNAME": "tomasdavidik.sk" + } +} diff --git a/domains/teobouvard.json b/domains/teobouvard.json index ac0bc8287..1b9060b9c 100644 --- a/domains/teobouvard.json +++ b/domains/teobouvard.json @@ -2,8 +2,7 @@ "description": "Personal github page", "repo": "https://github.com/teobouvard/teobouvard.github.io", "owner": { - "username": "teobouvard", - "email": "" + "username": "teobouvard" }, "record": { "CNAME": "teobouvard.github.io" diff --git a/domains/termonoid.json b/domains/termonoid.json index aa459c481..f1d6a4918 100644 --- a/domains/termonoid.json +++ b/domains/termonoid.json @@ -1,6 +1,5 @@ { "description": "Domain for personal server", - "repo": "https://github.com/Termonoid", "owner": { "username": "Termonoid", "email": "termonoid@cumallover.me", diff --git a/domains/terry.json b/domains/terry.json new file mode 100644 index 000000000..264442cfd --- /dev/null +++ b/domains/terry.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "realyoterry", + "email": "theterrykim@gmail.com" + }, + "record": { + "CNAME": "realyoterry.vercel.app" + } +} diff --git a/domains/test.cutedog5695.json b/domains/test.cutedog5695.json index f38aad1e7..a7f05a227 100644 --- a/domains/test.cutedog5695.json +++ b/domains/test.cutedog5695.json @@ -1,9 +1,8 @@ { "owner": { - "username": "CuteDog5695", - "email": "", + "username": "iostpa", "discord": "716306888492318790", - "twitter": "cutedog5695" + "twitter": "iostpa" }, "record": { "CNAME": "glistening-faloodeh-84f4b1.netlify.app" diff --git a/domains/test.json b/domains/test.json deleted file mode 100644 index b62378c74..000000000 --- a/domains/test.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "TerraPlayz", - "email": "omsenjalia@gmail.com", - "discord": "248470317540966443" - }, - - "record": { - "A": ["11.11.11.11"] - } -} diff --git a/domains/texh.json b/domains/texh.json index 1b824caf8..b41ddb98b 100644 --- a/domains/texh.json +++ b/domains/texh.json @@ -3,7 +3,6 @@ "username": "Techtonic709", "email": "techtonic709@gmail.com" }, - "record": { "MX": ["mx1.improvmx.com"] } diff --git a/domains/texnogrand-dev.json b/domains/texnogrand-dev.json index 0c4c6529f..5b8c69bb0 100644 --- a/domains/texnogrand-dev.json +++ b/domains/texnogrand-dev.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "muhamamdyusuf-kurbonov", - "email": "muhammadyusuf.kurbonov2002@gmail.com" - }, - "record": { - "A": ["213.199.33.74"] - } -} + "owner": { + "username": "muhamamdyusuf-kurbonov", + "email": "muhammadyusuf.kurbonov2002@gmail.com" + }, + "record": { + "A": ["213.199.33.74"] + } +} diff --git a/domains/tf.json b/domains/tf.json index c3e6c7971..2e50f73c8 100644 --- a/domains/tf.json +++ b/domains/tf.json @@ -1,7 +1,6 @@ { "owner": { - "username": "WaspZix", - "email": "160319648+WaspZix@users.noreply.github.com" + "username": "WaspZix" }, "record": { "CNAME": "thefirst.glitch.me" diff --git a/domains/th3.json b/domains/th3.json index d34330fea..c5258bdbe 100644 --- a/domains/th3.json +++ b/domains/th3.json @@ -1,11 +1,11 @@ { - "description": "Th3-C0der's subdomain", - "repo": "https://github.com/Th3-C0der/Th3-C0der.github.io", - "owner": { - "username": "Th3-C0der", - "email": "Th3Drag8N@proton.me" - }, - "record": { - "CNAME": "th3-c0der.github.io" - } -} + "description": "Th3-C0der's subdomain", + "repo": "https://github.com/Th3-C0der/Th3-C0der.github.io", + "owner": { + "username": "Th3-C0der", + "email": "Th3Drag8N@proton.me" + }, + "record": { + "CNAME": "th3-c0der.github.io" + } +} diff --git a/domains/thaihung.json b/domains/thaihung.json index 1b0388685..043acd391 100644 --- a/domains/thaihung.json +++ b/domains/thaihung.json @@ -4,7 +4,6 @@ "email": "contact.hungg@gmail.com", "note": "This record was created by is-a.dev Discord bot via discord id: 892626947430051900" }, - "record": { "A": [ "185.199.108.153", @@ -12,12 +11,7 @@ "185.199.110.153", "185.199.111.153" ], - - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/thakuraman.json b/domains/thakuraman.json index 663e3228c..89cfff114 100644 --- a/domains/thakuraman.json +++ b/domains/thakuraman.json @@ -4,7 +4,6 @@ "email": "amant8425@gmail.com", "discord": "523813766295715851" }, - "record": { "CNAME": "aman7thakurr.github.io" } diff --git a/domains/thamizh.json b/domains/thamizh.json index e4d2b7a94..cc46ef255 100644 --- a/domains/thamizh.json +++ b/domains/thamizh.json @@ -7,6 +7,6 @@ "twitter": "k_thamizhventhu" }, "record": { - "CNAME": "ThisisThamizh.github.io" + "CNAME": "thisisthamizh.github.io" } } diff --git a/domains/thanawat.json b/domains/thanawat.json index ab968c9cb..f5a7d881c 100644 --- a/domains/thanawat.json +++ b/domains/thanawat.json @@ -4,7 +4,6 @@ "email": "tanawattawillha@gmail.com", "discord": "803249368533696512" }, - "record": { "CNAME": "thanawatttt.github.io" } diff --git a/domains/thangle.json b/domains/thangle.json new file mode 100644 index 000000000..521a29d38 --- /dev/null +++ b/domains/thangle.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thangle9999", + "discord": "thangle9999" + }, + "record": { + "TXT": "vc-domain-verify=thangle.is-a.dev,bd6f80914ee2949ce900" + } +} diff --git a/domains/thanh-sang.json b/domains/thanh-sang.json new file mode 100644 index 000000000..b5ba21e8f --- /dev/null +++ b/domains/thanh-sang.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sanG-github", + "email": "sanghuynh20000@gmail.com" + }, + "record": { + "CNAME": "portfolio-logan.netlify.app" + } +} diff --git a/domains/thavirak.json b/domains/thavirak.json new file mode 100644 index 000000000..c1bf93590 --- /dev/null +++ b/domains/thavirak.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thavirak", + "email": "thavirak@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/thecode764.json b/domains/thecode764.json index c5db43f66..a7008e580 100644 --- a/domains/thecode764.json +++ b/domains/thecode764.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "Thecode764", - "email": "artin962354@proton.me" - }, - "record": { - "URL": "https://thecode764.github.io" - } + "owner": { + "username": "Thecode764", + "email": "artin962354@proton.me" + }, + "record": { + "URL": "https://thecode764.github.io" + } } diff --git a/domains/thecommandcat.json b/domains/thecommandcat.json new file mode 100644 index 000000000..56e39014d --- /dev/null +++ b/domains/thecommandcat.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/TheCommandCat/TheCommandCat.github.io", + "owner": { + "username": "TheCommandCat", + "email": "bhrtkhvji@gmail.com" + }, + "record": { + "CNAME": "thecommandcat.github.io" + } +} diff --git a/domains/theconcepteur.json b/domains/theconcepteur.json index d4033c069..375b2adf3 100644 --- a/domains/theconcepteur.json +++ b/domains/theconcepteur.json @@ -3,7 +3,6 @@ "username": "th3conc3pt3ur", "email": "conceptordev@gmail.com" }, - "record": { "A": ["37.187.6.109"] } diff --git a/domains/thehackerdude1083.json b/domains/thehackerdude1083.json index 965bd6e5d..02b75fbd7 100644 --- a/domains/thehackerdude1083.json +++ b/domains/thehackerdude1083.json @@ -6,6 +6,6 @@ "email": "shaheeransari57@gmail.com" }, "record": { - "CNAME": "TheHackerDude1083.github.io" + "CNAME": "thehackerdude1083.github.io" } } diff --git a/domains/theharry.json b/domains/theharry.json index 7e9a5a9d2..1a928ff59 100644 --- a/domains/theharry.json +++ b/domains/theharry.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "Aceharry16", - "email": "aceharry16@gmail.com", - "discord": "1229076684066783252" - }, - - "record": { - "A": ["69.197.135.202"] - } - } - \ No newline at end of file + "owner": { + "username": "Aceharry16", + "email": "aceharry16@gmail.com", + "discord": "1229076684066783252" + }, + "record": { + "A": ["69.197.135.202"] + } +} diff --git a/domains/theheavy.json b/domains/theheavy.json new file mode 100644 index 000000000..5d4eccd22 --- /dev/null +++ b/domains/theheavy.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "PyNexus-PYPI", + "discord": "1266113644643614803", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Q0hi0eXIZoyV_qha54TNehZhpAbeSyzQI1OIT2wjQvArwviwVaqn4AKQj4LWMxDJFDu7KgAL-k336uR2UF26HMQ1h3BhR9t8xq_UdDJLrNv9HOyxBzLrVWZp3yveH__Cli62iKkBzJCu-0q2IbThvnZEhyyELgHBhXMot5eqWpm5vE_MGICc50lcz7vZNDPJTEGiie6bLdbvNPfxiXVugjhm7WW_tNoSheHSSOGr3asBTLFpl_46d-KGH07uKCc_wGgn9rz26qY0dwhaqTRDmq1lWn4_yuknefBHVw51vpk_C-7NA0lMp711CfPeqw0fKQT5n-QCSp4JfyYgXJkQhg.S6gJHj5xinUubawSe5bbEg.HR9U7iv7mJJAXQ1u5U88vuT0W9XbCd74QpxNl9Swn0QZ7DZs4foP8VbwLE7-L1EmEog8VSHnVWnrJO3SY06DZscCELHocxxPrOpe7cTcpomW3Sx4_fItRqIWV4OWl1Lr.qqnRh7IvZACgHMU5bwXM3g" + }, + "record": { + "CNAME": "pynexus-pypi.github.io" + } +} diff --git a/domains/therookiecoder.json b/domains/therookiecoder.json index 3dec24550..be47f4fa2 100644 --- a/domains/therookiecoder.json +++ b/domains/therookiecoder.json @@ -1,10 +1,12 @@ { + "description": "My personal website", + "repo": "https://github.com/theRookieCoder/theRookieCoder.github.io", "owner": { "username": "theRookieCoder", "email": "ileshkt@gmail.com", - "discord": "theRookieCoder#1287" + "discord": "therookiecoder" }, "record": { - "URL": "https://github.com/theRookieCoder" + "CNAME": "therookiecoder.github.io" } } diff --git a/domains/thesonofdevilhunter.json b/domains/thesonofdevilhunter.json index cb97c648f..6962f35bc 100644 --- a/domains/thesonofdevilhunter.json +++ b/domains/thesonofdevilhunter.json @@ -3,7 +3,6 @@ "username": "NerdsForGaming", "email": "thesonofdevilhunter1@gmail.com" }, - "record": { "CNAME": "nerdsforgaming.github.io" } diff --git a/domains/thet3o.json b/domains/thet3o.json index e05af27c5..63ae1d714 100644 --- a/domains/thet3o.json +++ b/domains/thet3o.json @@ -3,7 +3,6 @@ "username": "thet3o", "email": "thet3o@yahoo.com" }, - "record": { "MX": ["mx.mailtie.com"] } diff --git a/domains/thetechnikfreak.json b/domains/thetechnikfreak.json index b3fcc5b13..a3cae969e 100644 --- a/domains/thetechnikfreak.json +++ b/domains/thetechnikfreak.json @@ -1,18 +1,10 @@ { "owner": { "username": "thetechnikfreak", - "email": "", "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/theveryheavy.json b/domains/theveryheavy.json new file mode 100644 index 000000000..dc792c71b --- /dev/null +++ b/domains/theveryheavy.json @@ -0,0 +1,21 @@ +{ + "owner": { + "username": "theveryheavy", + "discord": "1266113644643614803", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.suIFFV54UOL9Uwa0noRId59uf3EFtDxH9ExQfDv0RMETAGRUfXgK5h68nPm94oBHBVdTrgqlxB1prBpZsoDRhNJnowBjtJL8NP6i40uChltcaAUMsL76kHFlx9I-HojhoHAg6BY3Kt3iQRkMuwHFmJLFwNBCEgK45IlxiBQQ_Of_LW_C7jfp_kqQhrXggqdZYLwKUvsp-JPXCwPmny7IlYF5T6OIhEmjkj2QWEjyqPj8MhvZOpB5WI5nxsxwXKVDvdQysWDm8UuvKThgoY73yoOsKMV6-8RLSIPzSA--hSz8OOzao-YOXMlropqHx9SSQKF2gbg8Jt0la-0o77OYOw._JRnIF_by82ZehfCV5YDgg.O8_d7esMCv2vadIOAxU3oP2njMeEUmuHn7Ud46KZakXuzA8WBZntj3rYa7PZYYDf4sAFwvVCE3O5sdBJsb27Pfbx4G2NjUd04t2tGVKvI6U.U3UdmUku7uVh1MQkFfHOyg" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "MX": ["mx1.simplelogin.co", "mx2.simplelogin.co"], + "TXT": [ + "sl-verification=annotwbbqjhagomrimwzthorstvzhw", + "v=spf1 include:simplelogin.co ~all", + "v=DMARC1; p=quarantine; pct=100; adkim=s; aspf=s" + ] + } +} diff --git a/domains/thiagotukozaki.json b/domains/thiagotukozaki.json new file mode 100644 index 000000000..8bbca53c8 --- /dev/null +++ b/domains/thiagotukozaki.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "TukozakiT", + "email": "contato.thiagoeiji@gmail.com" + }, + "record": { + "CNAME": "thiagotukozaki.vercel.app" + } +} diff --git a/domains/thiaguinho.json b/domains/thiaguinho.json new file mode 100644 index 000000000..fdd2af922 --- /dev/null +++ b/domains/thiaguinho.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "HomeamdAfK", + "email": "homeamd@hotmail.com" + }, + "record": { + "CNAME": "umbrel.minotaur-enigmatic.ts.net" + } +} diff --git a/domains/thien.json b/domains/thien.json new file mode 100644 index 000000000..2ddf8b840 --- /dev/null +++ b/domains/thien.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thiennguyen93", + "email": "hi@thiennguyen.dev" + }, + "record": { + "CNAME": "thiennguyen93.github.io" + } +} diff --git a/domains/thiennb.json b/domains/thiennb.json new file mode 100644 index 000000000..a87185c69 --- /dev/null +++ b/domains/thiennb.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "win123139", + "discord": "544548892327411734", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.pMSTKQk111zQJxPTcuQxQHByoZLjTTgd3kxGT89nNiSzF-s8uXFJ0bVZMqzQ0pn2EQmG7DF9906Ndni5DCObhjm2k8R59B5WYWDwarqOJmjDUwTFRutMOYjwf90E4E7FXodCsVmck2zQejU3MeOrfzuUf_B7glKq9pkdwt7gRUV9KBIkT1a6Q-IkrrvFT8DmIJFq70H4DLdWDW7KjeI9k7XHuEN3WYKcvbUknCZsAPChgpje15CqFxS_bJHjwtv7Vjn3pUyfLZ9Pyt71RCBdSBeQBMuhvF48h6To2pRv1SwBBgD4iutO3n4zb0Q9viprDtYczzGnE3ABhsg2Gyf0GQ.yv2s62qPTuE9h2b91ptGsA.AtdgyIGHNHkQdX93UYf6nuCtacmpwaAee7vm1pm_WyB2SgBUikZPxHt1C9WOqR3_zdK0XdZsJF4QSTNXhsczMybfRSOsRjxD7TtiYBmi5sM.yRvYKeuOqf-szZ5KP7ejXg" + }, + "record": { + "CNAME": "resume-next.onrender.com" + } +} diff --git a/domains/this-guy.json b/domains/this-guy.json index a270af88d..935395343 100644 --- a/domains/this-guy.json +++ b/domains/this-guy.json @@ -1,6 +1,5 @@ { "description": "This Guy is a Dev.", - "owner": { "username": "ochotadariusz", "email": "ochota.dariusz@gmail.com" diff --git a/domains/thisisepicdomain.json b/domains/thisisepicdomain.json new file mode 100644 index 000000000..87287ee16 --- /dev/null +++ b/domains/thisisepicdomain.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Dgegesg", + "discord": "652903829225865247", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.prxghnQMVJHUKOaffwNXwM9EfrhY_-Qa1bjZuOg1z4JcUp9sX5jOecoaQByLe9Yk65_K-AwyJ5tA9-tFnwr9t5Fx31kAA9vjsQ3vVKd_fLvRMLZPlqXa4C3iLsVoB1DfGXt_MCM6gBTVQn4QaFrbcvJfSJDJubYHDgcEG_0pZ0i5DqPwGmmoKnwuWydRB2g36b0ELw1LL_HfAV5GLzwOXguNAK2oVeqqtGp-63a0cbZj2QSvwdmX4OQhZGtQiMEpfikk0Nj8jMyPJ35ZuqTIvyvlDEgcm2ugT6lrwAUbzA_oKy0SYJe5T0ADrH5laPuvrGdFkPgpXSrujwd18yzEJg.jtS76jpOrdsVbnKjkR-ysw.C5zqruZf3gQA7-hUjFd1yLmTpWoOsITcbmJW09JKUDnk-zw6WCLrze1dj6Cf9vdGXcuJoplqRkMNxUcTwfHsa9LsArkYPZtVqwXMoRtzUrA.ltbt1tSvQu7E2L04S0zMUw" + }, + "record": { + "CNAME": "dwqdwqd.serv00.net" + } +} diff --git a/domains/thisiskeanyvy.json b/domains/thisiskeanyvy.json index 32b304d01..99bd248eb 100644 --- a/domains/thisiskeanyvy.json +++ b/domains/thisiskeanyvy.json @@ -3,7 +3,6 @@ "username": "thisiskeanyvy", "email": "notifkeanyvy@gmail.com" }, - "record": { "CNAME": "thisiskeanyvy.pages.dev" } diff --git a/domains/thomasc.json b/domains/thomasc.json deleted file mode 100644 index 93fdb9fbc..000000000 --- a/domains/thomasc.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Hopefully Thomas Croft's is-a.dev site", - "repo": "https://github.com/thomascf/thomascf.github.io", - "owner": { - "username": "thomascf", - "email": "thomas.croft@pm.me" - }, - "record": { - "CNAME": "thomascf.github.io" - } -} diff --git a/domains/thomash.json b/domains/thomash.json index 6bc9e02a6..32771ebf6 100644 --- a/domains/thomash.json +++ b/domains/thomash.json @@ -1,10 +1,10 @@ { - "description": "Personal site", - "owner": { - "username": "Tomax47", - "email": "tammam744@gmail.com" - }, - "record": { - "URL": "https://portfolio-rzb0.onrender.com" - } + "description": "Personal site", + "owner": { + "username": "Tomax47", + "email": "tammam744@gmail.com" + }, + "record": { + "URL": "https://portfolio-rzb0.onrender.com" } +} diff --git a/domains/thorito.json b/domains/thorito.json new file mode 100644 index 000000000..4e348830c --- /dev/null +++ b/domains/thorito.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio Website", + "repo": "https://github.com/thorito/thorito.github.io", + "owner": { + "username": "thorito", + "email": "victor.villar.misa@gmail.com" + }, + "record": { + "CNAME": "thorito.github.io" + } +} diff --git a/domains/thuc.json b/domains/thuc.json new file mode 100644 index 000000000..1bf1a2bbb --- /dev/null +++ b/domains/thuc.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "thucngyyen" + }, + "record": { + "CNAME": "thucngyyen.github.io" + } +} diff --git a/domains/ti3r.json b/domains/ti3r.json new file mode 100644 index 000000000..6ec571e42 --- /dev/null +++ b/domains/ti3r.json @@ -0,0 +1,10 @@ +{ + "description": "Ti3r's Dev Portfolio", + "owner": { + "username": "ti3r", + "email": "ti3r.bubblenet@gmail.com" + }, + "record": { + "CNAME": "ti3r.github.io" + } +} diff --git a/domains/tianji.stefdp.json b/domains/tianji.stefdp.json deleted file mode 100644 index 13881f84f..000000000 --- a/domains/tianji.stefdp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "email": "", - "discord": "694986201739952229", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" - }, - "record": { - "CNAME": "proxy.stefdp.is-a.dev" - } -} diff --git a/domains/tibebe.json b/domains/tibebe.json deleted file mode 100644 index 87a1843e2..000000000 --- a/domains/tibebe.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Tibebe is a dev", - "repo": "https://github.com/TibebeJS/tibebejs.github.io", - "owner": { - "username": "TibebeJs", - "email": "tibebes.js@gmail.com" - }, - "record": { - "CNAME": "tibebejs.github.io" - } -} diff --git a/domains/ticketkit.json b/domains/ticketkit.json index 3a230ac41..4a5f37e33 100644 --- a/domains/ticketkit.json +++ b/domains/ticketkit.json @@ -1,11 +1,9 @@ { - "owner": { - "username": "blaze-099", - "email": "", - "discord": "1186691290759434350" - }, - "record": { - "CNAME": "ticketsx.netlify.app" - } + "owner": { + "username": "blaze-099", + "discord": "1186691290759434350" + }, + "record": { + "CNAME": "ticketsx.netlify.app" + } } - diff --git a/domains/tictactoe.amaankazi.json b/domains/tictactoe.amaankazi.json index 6e8f6352c..d36508eb4 100644 --- a/domains/tictactoe.amaankazi.json +++ b/domains/tictactoe.amaankazi.json @@ -1,11 +1,11 @@ { - "description": "Tic Tac Toe (X & O) local, online and bot", - "repo": "https://github.com/Amaan-Kazi/website-TicTacToe", - "owner": { - "username": "Amaan-Kazi", - "email": "amaankazi1793@gmail.com" - }, - "record": { - "CNAME": "tictactoe-amaankazi.pages.dev" - } + "description": "Tic Tac Toe (X & O) local, online and bot", + "repo": "https://github.com/Amaan-Kazi/website-TicTacToe", + "owner": { + "username": "Amaan-Kazi", + "email": "amaankazi1793@gmail.com" + }, + "record": { + "CNAME": "tictactoe-amaankazi.pages.dev" + } } diff --git a/domains/tien.json b/domains/tien.json index 90b97603d..30d5db640 100644 --- a/domains/tien.json +++ b/domains/tien.json @@ -1,11 +1,11 @@ { - "description": "Personal Developer Start Page", - "repo": "https://github.com/TonyN678/TonyN678.github.io", - "owner": { - "username": "TonyN678", - "email": "tientonybest2006@gmail.com" - }, - "record": { - "CNAME": "TonyN678.github.io" - } -} + "description": "Personal Developer Start Page", + "repo": "https://github.com/TonyN678/TonyN678.github.io", + "owner": { + "username": "TonyN678", + "email": "tientonybest2006@gmail.com" + }, + "record": { + "CNAME": "tonyn678.github.io" + } +} diff --git a/domains/tienanh109.json b/domains/tienanh109.json index ed37f4688..f305607c0 100644 --- a/domains/tienanh109.json +++ b/domains/tienanh109.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "tienanh109", - "email": "", - "discord": "835382592198410310", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Lqj0olJGqYoV1vIhbjVwI6zkakO-MvyGqGDhftRohIILV6wLUd_rOI_UdMQuwkS_XX_iE3YW8y1mh7ft0S3C7kBHL_nHI_wJp8tsiWTZXYyUtjPCaMCm5Qtgf73_u9DW2GAhhcLSIWVmoA8vz5n58XIDA6a7hLI4O8vVmoGIjLy1wFx1qLdqM_Ln8T-o3OUTw5KxPZTCzlurbkd7cO-LsI4DyM3Hpo4YvEi7WwEHqFlGyUJ70OtjGlHQzm-gKG6BtT4EQmQZ_e27IKYnY3HLQBEIY0nAmy1B_syEgeu5s8JmoYwpbP3hnl79LzPebzTRFrwAA2i5s9FdG5aehW9zPQ.GkoYvRKA5lYLM7CVh4-vmg.jCVfsa6h3D0JuOtipDBpSq_2YyqyQytyfCsNnvbzvYQRW8H-wCsX6thhfFtba4bhfF8lsRsaqamuExTfFkFOIcHjPQqydxObv3Hd9VkRizo.Sge_zUOtqkDe7vBOcaJdLA" - }, - - "record": { - "CNAME": "tienanh109.pages.dev" - } - } - \ No newline at end of file + "owner": { + "username": "tienanh109", + "discord": "835382592198410310", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Lqj0olJGqYoV1vIhbjVwI6zkakO-MvyGqGDhftRohIILV6wLUd_rOI_UdMQuwkS_XX_iE3YW8y1mh7ft0S3C7kBHL_nHI_wJp8tsiWTZXYyUtjPCaMCm5Qtgf73_u9DW2GAhhcLSIWVmoA8vz5n58XIDA6a7hLI4O8vVmoGIjLy1wFx1qLdqM_Ln8T-o3OUTw5KxPZTCzlurbkd7cO-LsI4DyM3Hpo4YvEi7WwEHqFlGyUJ70OtjGlHQzm-gKG6BtT4EQmQZ_e27IKYnY3HLQBEIY0nAmy1B_syEgeu5s8JmoYwpbP3hnl79LzPebzTRFrwAA2i5s9FdG5aehW9zPQ.GkoYvRKA5lYLM7CVh4-vmg.jCVfsa6h3D0JuOtipDBpSq_2YyqyQytyfCsNnvbzvYQRW8H-wCsX6thhfFtba4bhfF8lsRsaqamuExTfFkFOIcHjPQqydxObv3Hd9VkRizo.Sge_zUOtqkDe7vBOcaJdLA" + }, + "record": { + "CNAME": "tienanh109.pages.dev" + } +} diff --git a/domains/tilak.json b/domains/tilak.json index f3b8ca7f6..fd0ed1d11 100644 --- a/domains/tilak.json +++ b/domains/tilak.json @@ -1,11 +1,9 @@ { - "description": "Tilak's personal developer website", - "repo": "https://github.com/Perry-xD/Perry-xD.github.io", "owner": { - "username": "Perry-xD", - "email": "heyahelloji@gmail.com" + "username": "YourTilak", + "email": "rj05tilak@gmail.com" }, "record": { - "CNAME": "Perry-xD.github.io" + "CNAME": "yourtilak.github.io" } } diff --git a/domains/tim-vdb.json b/domains/tim-vdb.json new file mode 100644 index 000000000..2fc8d8e7f --- /dev/null +++ b/domains/tim-vdb.json @@ -0,0 +1,11 @@ +{ + "description": "My personal portfolio", + "repo": "https://github.com/tim-vdb/tim-vdb.github.io", + "owner": { + "username": "tim-vdb", + "email": "timotheevdbosch@gmail.com" + }, + "record": { + "CNAME": "tim-vdb.github.io" + } +} diff --git a/domains/tim.json b/domains/tim.json index a0eb45dbb..3c170dbad 100644 --- a/domains/tim.json +++ b/domains/tim.json @@ -1,8 +1,7 @@ { "description": "Tim is a Dev", "owner": { - "username": "xorob0", - "email": "xorob0@toum" + "username": "xorob0" }, "repo": "https://github.com/xorob0/register", "record": { diff --git a/domains/timi2506.json b/domains/timi2506.json new file mode 100644 index 000000000..bbd8ef720 --- /dev/null +++ b/domains/timi2506.json @@ -0,0 +1,11 @@ +{ + "description": "A Custom Domain for my Personal Website", + "repo": "https://github.com/timi2506/register", + "owner": { + "username": "timi2506", + "email": "tim@glos-omu.uk" + }, + "record": { + "CNAME": "timi2506.github.io" + } +} diff --git a/domains/timothy.json b/domains/timothy.json new file mode 100644 index 000000000..acf3c5871 --- /dev/null +++ b/domains/timothy.json @@ -0,0 +1,11 @@ +{ + "description": "Timothy's Personal Website", + "repo": "https://github.com/tabrownies/tabrownies.github.io", + "owner": { + "username": "tabrownies", + "email": "tabrownies@gmail.com" + }, + "record": { + "CNAME": "tabrownies.github.io" + } +} diff --git a/domains/tiyanof.json b/domains/tiyanof.json index 65dac000f..2213d9cd8 100644 --- a/domains/tiyanof.json +++ b/domains/tiyanof.json @@ -1,12 +1,12 @@ { - "description": "To make my website more cooler bc is-a.dev domain is cool ngl", - "repo": "https://github.com/tiyanof/tiyanof.github.io", - "owner": { - "username": "tiyanof", - "email": "hannasophia1999@gmail.com", - "twitter": "s00op_" - }, - "record": { - "CNAME": "tiyanof.github.io" - } -} + "description": "To make my website more cooler bc is-a.dev domain is cool ngl", + "repo": "https://github.com/tiyanof/tiyanof.github.io", + "owner": { + "username": "tiyanof", + "email": "hannasophia1999@gmail.com", + "twitter": "s00op_" + }, + "record": { + "CNAME": "tiyanof.github.io" + } +} diff --git a/domains/tju-emg.json b/domains/tju-emg.json index 6df251cfd..edeaab1f9 100644 --- a/domains/tju-emg.json +++ b/domains/tju-emg.json @@ -1,11 +1,11 @@ { - "description": "TJU Engineering Mechanics Guide", - "repo": "https://gitlab.com/tju-2021-engineering-mechanics-top-notch/tju-emg", - "owner": { - "username": "XiaoHuanwise", - "email": "1056366209@qq.com" - }, - "record": { - "URL": "https://tju-2021-engineering-mechanics-top-notch.gitlab.io/tju-emg" - } -} + "description": "TJU Engineering Mechanics Guide", + "repo": "https://gitlab.com/tju-2021-engineering-mechanics-top-notch/tju-emg", + "owner": { + "username": "XiaoHuanwise", + "email": "1056366209@qq.com" + }, + "record": { + "URL": "https://tju-2021-engineering-mechanics-top-notch.gitlab.io/tju-emg" + } +} diff --git a/domains/tk.json b/domains/tk.json index d69fe43fe..8769cc98e 100644 --- a/domains/tk.json +++ b/domains/tk.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "thaddeuskkr", - "email": "", - "discord": "275830234262142978", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.lLFfIW3EiPjgK-i-I5E56ERBvjl-ueM91PRyYM6wRClZzuoAj4nQyqL57dSZjhO_4Hbu4ZubbM1I_NI8Vt4_SlsFmxgL-hrvH9tf7rv-hX-TZtBWT_LQQUmhd1ZViGwELTly797M8VXZ39ER2gDmzruxjh8eQEHBCeJujWuUNicigehUgfk-Pk9rSchVlR3TUcwL-wylY58KvBLQwIeMmqUW2qs_E_iKCwk_8FQH-IUb_4W58r6wBHh6MqiP72Py9ssDbxrV59e1eGrQZXYJJM1rUZHoHzW1KX84FgT0QCGc1cSiV-Sdc3p6WceRY6Tf1akfTNjuga61kpgzluoTxg.QwFk8iYMpzefwXgErTr9cQ.kwMwAIrFDxCKfvSxx3Jpvb6ZkiFcp56BFoBg7KQMsYw4PBK60JNzjpMpgMqZ7jymnYJFTz5img3xLlxBF7UuUy_Z9MgHCHaVR3W7970smoQ.aBJoeQFaHiIyXkpQa1Gx7g" - }, - - "record": { - "CNAME": "tkkr.tplinkdns.com" - } + "owner": { + "username": "thaddeuskkr", + "discord": "275830234262142978", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.lLFfIW3EiPjgK-i-I5E56ERBvjl-ueM91PRyYM6wRClZzuoAj4nQyqL57dSZjhO_4Hbu4ZubbM1I_NI8Vt4_SlsFmxgL-hrvH9tf7rv-hX-TZtBWT_LQQUmhd1ZViGwELTly797M8VXZ39ER2gDmzruxjh8eQEHBCeJujWuUNicigehUgfk-Pk9rSchVlR3TUcwL-wylY58KvBLQwIeMmqUW2qs_E_iKCwk_8FQH-IUb_4W58r6wBHh6MqiP72Py9ssDbxrV59e1eGrQZXYJJM1rUZHoHzW1KX84FgT0QCGc1cSiV-Sdc3p6WceRY6Tf1akfTNjuga61kpgzluoTxg.QwFk8iYMpzefwXgErTr9cQ.kwMwAIrFDxCKfvSxx3Jpvb6ZkiFcp56BFoBg7KQMsYw4PBK60JNzjpMpgMqZ7jymnYJFTz5img3xLlxBF7UuUy_Z9MgHCHaVR3W7970smoQ.aBJoeQFaHiIyXkpQa1Gx7g" + }, + "record": { + "CNAME": "tkkr.tplinkdns.com" + } } diff --git a/domains/tlwbr.json b/domains/tlwbr.json new file mode 100644 index 000000000..2ad4303ca --- /dev/null +++ b/domains/tlwbr.json @@ -0,0 +1,11 @@ +{ + "description": "My personal portfolio website", + "repo": "https://github.com/tolubori07/portfolio", + "owner": { + "username": "tolubori07", + "email": "Tolubori07@gmail.com" + }, + "record": { + "CNAME": "tlwbr.netlify.app" + } +} diff --git a/domains/to-zeeshan.json b/domains/to-zeeshan.json index 10ca6bbf1..fa9dfff32 100644 --- a/domains/to-zeeshan.json +++ b/domains/to-zeeshan.json @@ -2,14 +2,11 @@ "description": "zeeshan's email", "repo": "https://zeeshan.is-a.dev", "owner": { - "username": "m-zeeshan42" , + "username": "m-zeeshan42", "email": "zeeshanashraf424@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" } } diff --git a/domains/toadvillebay.json b/domains/toadvillebay.json new file mode 100644 index 000000000..73ced7ffd --- /dev/null +++ b/domains/toadvillebay.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "notghostvista", + "discord": "907846380486291486", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.LcONtw79KouZ5CHwdUE19aYS3OPqr4tc-zYo1vI4hiyk_-q2ZWUnLchzwdBxILOFYfDPGPk9u7xrwmH4RsgNNNQlNUj5XYTeKPDE9EiSzf1vgWnJ-oQC9W75U_p0lxhf2gjlK1_6a7V8DLL8eYt_yEN65VM5z_oLxLDuGJycd-QfN9KB4M5GCnrDmaft36Izs8cF4fGy5PgI2Tg0xIg5UlPMK-q6UtQk16nFbMXMat8UxQ7Wha30qS5HNlI2iuCLQb8iwTcKnG4rpkWFS1UGQeBa2ZBRAJTDxdbaSfJqTb8b1zroVhhRc-txA1OBeLTuVaVzPvFAEwSsstGZXvEkmA.8Zfqqt1TD7xwGlYlsf5D0g.0IacuKDmXmhPtSrYzZAJj_gTPTwPNa1v7HRN0tOUoQMqwfj5avpIR4eCv7_tXPwpfk9hbjvXw3_AvVhlANGfOgO1GHhhIHltcDc2WWktd1c.WoQIyHoD15gcTvKBRhuM0w" + }, + "record": { + "CNAME": "notghostvista.github.io" + } +} diff --git a/domains/toan.json b/domains/toan.json index 1f316ff9c..3e85250f2 100644 --- a/domains/toan.json +++ b/domains/toan.json @@ -3,7 +3,6 @@ "username": "toanducvo", "email": "toan.ducvo@icloud.com" }, - "record": { "CNAME": "hashnode.network" } diff --git a/domains/toanbe.json b/domains/toanbe.json index c31c077ae..f30e21d11 100644 --- a/domains/toanbe.json +++ b/domains/toanbe.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "toanbe-fx", - "email": "", - "discord": "1087967418355298354", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.CBr3aBDorHmB0nLGXD36N8XrnF9YK1gDSL76CagExlL8dzLG0utH_v7RImqmijomCQyMqw9XnKx4l--TpTU_KR6VRSe2ThLbRNtVPDdqOJQ8NSU2uJakZRQ7uxgwwmwaWGzCnBKro3ErOHdxCxUBn0cXaWKxOrExcgIthOEMIRyZAp2lbNXtcPkCucQSJOPzf6LnQx4SrIQzAM5j9e29Re6M4uydSkFk_DiTbm1G8rdWO2SQvU6RoGCiwucP4gyKhyguzI2OlJNAzHuk_AhZQ1qC9cCe_6U3-r0BENgnOYK2gdya74UQO935b8DtBZSUMn1OPhI0S6JNQQ93V53hVA.1w2pShM2hooR-SMIitylhg.AQxZBPVk2W6Ng_2D-NMM_we3ofyruZiKUFNx6vdOKRpm_YL_OUlSm2yUnmV4QZREhcg2juab9g4mv3GFn2QhBwVT7gB5YJbzuLD7BmxpGtw.tv0XItK7pqpXqrgeVLYLyA" - }, - - "record": { - "CNAME": "toanbe-fx.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "toanbe-fx", + "discord": "1087967418355298354", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.CBr3aBDorHmB0nLGXD36N8XrnF9YK1gDSL76CagExlL8dzLG0utH_v7RImqmijomCQyMqw9XnKx4l--TpTU_KR6VRSe2ThLbRNtVPDdqOJQ8NSU2uJakZRQ7uxgwwmwaWGzCnBKro3ErOHdxCxUBn0cXaWKxOrExcgIthOEMIRyZAp2lbNXtcPkCucQSJOPzf6LnQx4SrIQzAM5j9e29Re6M4uydSkFk_DiTbm1G8rdWO2SQvU6RoGCiwucP4gyKhyguzI2OlJNAzHuk_AhZQ1qC9cCe_6U3-r0BENgnOYK2gdya74UQO935b8DtBZSUMn1OPhI0S6JNQQ93V53hVA.1w2pShM2hooR-SMIitylhg.AQxZBPVk2W6Ng_2D-NMM_we3ofyruZiKUFNx6vdOKRpm_YL_OUlSm2yUnmV4QZREhcg2juab9g4mv3GFn2QhBwVT7gB5YJbzuLD7BmxpGtw.tv0XItK7pqpXqrgeVLYLyA" + }, + "record": { + "CNAME": "toanbe-fx.github.io" + } +} diff --git a/domains/toantran.json b/domains/toantran.json new file mode 100644 index 000000000..89ddd5725 --- /dev/null +++ b/domains/toantran.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/toantranct94/toantran.github.io", + "owner": { + "username": "toantranct94", + "email": "toantranct94@gmail.com" + }, + "record": { + "CNAME": "toantran.github.io" + } +} diff --git a/domains/toasty.json b/domains/toasty.json deleted file mode 100644 index f2ebd0915..000000000 --- a/domains/toasty.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "toastyyyxd", - "email": "asaeasaeasae.x10@gmail.com", - "discord": "577480703302959104" - }, - - "record": { - "CNAME": "toasty.pages.dev" - } -} diff --git a/domains/tobez.json b/domains/tobez.json index f7ead48df..9baf67051 100644 --- a/domains/tobez.json +++ b/domains/tobez.json @@ -3,7 +3,6 @@ "username": "tobezdev", "email": "therealtobes28@gmail.com" }, - "record": { "URL": "https://discord.gg/c2UhTFyRBw" } diff --git a/domains/tobi.json b/domains/tobi.json new file mode 100644 index 000000000..e1589e415 --- /dev/null +++ b/domains/tobi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tobikli", + "email": "tobikli@pm.me" + }, + "record": { + "URL": "https://tobia.sh" + } +} diff --git a/domains/tobias.json b/domains/tobias.json new file mode 100644 index 000000000..238276223 --- /dev/null +++ b/domains/tobias.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "smarterToby", + "discord": "724712767080235049" + }, + "record": { + "CNAME": "tobiasreuss.vercel.app" + } +} \ No newline at end of file diff --git a/domains/toby.json b/domains/toby.json index 23f45f3e9..8b0d79f2f 100644 --- a/domains/toby.json +++ b/domains/toby.json @@ -3,7 +3,6 @@ "username": "toby7002", "email": "minhthoj27@icloud.com" }, - "record": { "URL": "https://toby7002.github.io" } diff --git a/domains/todo.alvin.json b/domains/todo.alvin.json new file mode 100644 index 000000000..810c13865 --- /dev/null +++ b/domains/todo.alvin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alvinsjoy", + "discord": "825382504353234954" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/tofu.json b/domains/tofu.json new file mode 100644 index 000000000..bc813bb58 --- /dev/null +++ b/domains/tofu.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "yychen1201", + "discord": "1009412927754866728", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.cZujVSVhansXZskEDTwKI9pcw2Leo2FuKUY12bFLgBv8degT9VaRgOSn7Z4evuLzwINGhnhaweh-Xgo8pUWGOqrO_bDMRyxcIItpx_mGVTMaSZy5SS_aUqGeWbOpsq1oKDGDBumKjJd82m-KXJFq9VEybWOp2B5CVq_dzFC9tzJu-Uu_-0uuC1qRhPeQJHBl1FIgPlyo_bmFoJ_Ow7p7anUonv3zTkqBwPXSyde_BBMzXYU437yharMqo6kZK7N3CVFHoXIg_4aqipW2x-KwGllezQZI8ig3ZvQfLOXDuAwxDRdlwOHQnGlLpSZSZTfVCToifGo--0X6Ml0YHYry9A.Ch4kkhWBAEOJYbdFZyOxZA.Md97JISmrKUauMgTU3ounghyfbxUYW0-M-dedQA7IMlEUE0L08SaYAxh6z88b-7GtuwpszkbxQM9geUOvIl1H3bXfOJqaDFIRlBDgl_Vp4Q.djUuJgDKO_tQYYX_Sa0vLg" + }, + "record": { + "CNAME": "yychen1201.github.io" + } +} diff --git a/domains/tokito.json b/domains/tokito.json index 08414bbc1..1af49b526 100644 --- a/domains/tokito.json +++ b/domains/tokito.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "EnderHacker0", - "email": "", - "discord": "688203075533537281", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.mx2HGCzfupu6IYLjnCroqa1FGZBkTG0bGMBEiEXKXl4HaW7g-kd3jayBZAUgG_0sIQDYMm8UA2lDuv3seLS1NaDUhj2X3Ty1y8V923cwSACAbjJYfy6lhYdXoY1lmkFJ_kbcTv285fRLepjkjdoh6M1nHp6SHNsTu0fsuMeXEPFAGI3gWFhikL-1umWb4TbGvhIphQvajL__95PLe7CR1l8CylCsTQFadCJAmbRgPMWp0whkHA7brrw2I0-lwQa9teGYD--qbkyfbKMxJrxZjw-J3kV14b4zzd79Lv4nCxS3QU4u6xfAoAe7zno4k6b_D2-fOhCQyApDYKh0n2bmPw.0hxV_wnpQIH3Ly0XDsqZfQ.VTB8EBq15AQ_WipnhdFhfv6PIFCdOdVOnsAKDBJGieXXF81yANegE0NgrCSTS8RELRSxSE9X-mw2SDBXXHbsjfotBB1JT4UEC3piiIUoodM.2FQ6NTngevYqGIFQy09_cA" - }, - - "record": { - "CNAME": "www.mihoyo.gay" - } - } - + "owner": { + "username": "EnderHacker0", + "discord": "688203075533537281", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.mx2HGCzfupu6IYLjnCroqa1FGZBkTG0bGMBEiEXKXl4HaW7g-kd3jayBZAUgG_0sIQDYMm8UA2lDuv3seLS1NaDUhj2X3Ty1y8V923cwSACAbjJYfy6lhYdXoY1lmkFJ_kbcTv285fRLepjkjdoh6M1nHp6SHNsTu0fsuMeXEPFAGI3gWFhikL-1umWb4TbGvhIphQvajL__95PLe7CR1l8CylCsTQFadCJAmbRgPMWp0whkHA7brrw2I0-lwQa9teGYD--qbkyfbKMxJrxZjw-J3kV14b4zzd79Lv4nCxS3QU4u6xfAoAe7zno4k6b_D2-fOhCQyApDYKh0n2bmPw.0hxV_wnpQIH3Ly0XDsqZfQ.VTB8EBq15AQ_WipnhdFhfv6PIFCdOdVOnsAKDBJGieXXF81yANegE0NgrCSTS8RELRSxSE9X-mw2SDBXXHbsjfotBB1JT4UEC3piiIUoodM.2FQ6NTngevYqGIFQy09_cA" + }, + "record": { + "CNAME": "www.mihoyo.gay" + } +} diff --git a/domains/tom.json b/domains/tom.json index f97d865bb..b7cbf3ae3 100644 --- a/domains/tom.json +++ b/domains/tom.json @@ -3,7 +3,6 @@ "username": "tommitchelmore", "email": "tommitchelmore@outlook.com" }, - "repo": "https://github.com/tommitchelmore", "record": { "URL": "https://github.com/tommitchelmore" } diff --git a/domains/tomascornelles.json b/domains/tomascornelles.json new file mode 100644 index 000000000..06934fcd9 --- /dev/null +++ b/domains/tomascornelles.json @@ -0,0 +1,11 @@ +{ + "description": "Personal blog of Tomas Cornelles, Frontend developer", + "repo": "https://github.com/tomascornelles/tomascornelles", + "owner": { + "username": "tomascornelles", + "email": "tomascornelles@gmail.com" + }, + "record": { + "CNAME": "tomascornelles.github.io" + } +} diff --git a/domains/tomcollis.json b/domains/tomcollis.json index 522bb4e18..40e97c44b 100644 --- a/domains/tomcollis.json +++ b/domains/tomcollis.json @@ -3,7 +3,6 @@ "username": "tomcollis", "email": "tomuky2k@msn.com" }, - "record": { "URL": "https://github.com/tomcollis" } diff --git a/domains/tomek.json b/domains/tomek.json new file mode 100644 index 000000000..04410165b --- /dev/null +++ b/domains/tomek.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "tomek-i" + }, + "record": { + "CNAME": "tomek-i.github.io" + } +} diff --git a/domains/tomiszivacs.json b/domains/tomiszivacs.json index d90bea90f..36ec39746 100644 --- a/domains/tomiszivacs.json +++ b/domains/tomiszivacs.json @@ -1,13 +1,12 @@ { - "description": "Tomiszivacs' site", - "repo": "https://github.com/TomiSzivacs/TomiSzivacs.github.io", - "owner": { - "username": "TomiSzivacs", - "email": "tomiyt999@gmail.com", - "discord": "1133680871879229440" - }, - - "record": { - "CNAME": "tomiszivacs.github.io" - } + "description": "Tomiszivacs' site", + "repo": "https://github.com/TomiSzivacs/TomiSzivacs.github.io", + "owner": { + "username": "TomiSzivacs", + "email": "tomiyt999@gmail.com", + "discord": "1133680871879229440" + }, + "record": { + "CNAME": "tomiszivacs.github.io" + } } diff --git a/domains/tomlh.json b/domains/tomlh.json index e08fe47d6..870920b0b 100644 --- a/domains/tomlh.json +++ b/domains/tomlh.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "tomlonghorn", - "email": "", - "discord": "555437155829153793", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.fLYf5SQZcFwBqFk53_ChiGVQHkDDx6q5VBT_uVb1qPmiv8kUiP6drwPejnGfg8_WskhWBXw8VeBxZhuozUKm-81Ti1Jj8lEMDuO-npQYsXnNyP1pPmmn9PbWw5Miyn1nYmzvIwlD0vTvl2SaOmdDkSIdG6B-ZbF-fR7Xt--8zrmB-_ZGsRnY5Xz69qzzKeE4FW0JIgypkeqwXXrcJ3Xql9yrlq7ei-NTtyFnSryH3-bD2cnM-_2PcaAm0yhLWCIeVukgWaHpQM7f4tyIkWP_ZmN7_GGI9ofEzwou0ky2S6tz1gsbWRIj0yc5LKiU27jSSI7Xilbuf__1Yz_H3pcjUA.rG-9RsGnGA-PMeJ_I7sChw.U6RQsO8SPjsrt7kmydNYZq-AqaQiifoJ-zHDUMB7tYlhT0UELkKk4-OCd-Eg6bbZd3iRYjndwG-Co3kRrUJzhc4_JzvW3wfF-fS4QNTVsM0.2QRCf2qldh-pSDZ745U6oA" - }, - - "record": { - "CNAME": "tomlonghorn.github.io" - } - } - + "owner": { + "username": "tomlonghorn", + "discord": "555437155829153793", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.fLYf5SQZcFwBqFk53_ChiGVQHkDDx6q5VBT_uVb1qPmiv8kUiP6drwPejnGfg8_WskhWBXw8VeBxZhuozUKm-81Ti1Jj8lEMDuO-npQYsXnNyP1pPmmn9PbWw5Miyn1nYmzvIwlD0vTvl2SaOmdDkSIdG6B-ZbF-fR7Xt--8zrmB-_ZGsRnY5Xz69qzzKeE4FW0JIgypkeqwXXrcJ3Xql9yrlq7ei-NTtyFnSryH3-bD2cnM-_2PcaAm0yhLWCIeVukgWaHpQM7f4tyIkWP_ZmN7_GGI9ofEzwou0ky2S6tz1gsbWRIj0yc5LKiU27jSSI7Xilbuf__1Yz_H3pcjUA.rG-9RsGnGA-PMeJ_I7sChw.U6RQsO8SPjsrt7kmydNYZq-AqaQiifoJ-zHDUMB7tYlhT0UELkKk4-OCd-Eg6bbZd3iRYjndwG-Co3kRrUJzhc4_JzvW3wfF-fS4QNTVsM0.2QRCf2qldh-pSDZ745U6oA" + }, + "record": { + "CNAME": "tomlonghorn.github.io" + } +} diff --git a/domains/tong09.json b/domains/tong09.json new file mode 100644 index 000000000..dd9bcb161 --- /dev/null +++ b/domains/tong09.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tong09", + "email": "mdrochana93@gmail.com" + }, + "record": { + "CNAME": "383zyrozcr38d.ahost.marscode.site" + } +} diff --git a/domains/too-obvious-that.maskduck.json b/domains/too-obvious-that.maskduck.json deleted file mode 100644 index dee070ebf..000000000 --- a/domains/too-obvious-that.maskduck.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "owner": { - "username": "mAskDucK", - "email": "", - "discord": "maskduck", - "twitter": "MaskDuck1", - "reddit": "u/maskduck" - }, - "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} diff --git a/domains/tornfoolery.json b/domains/tornfoolery.json new file mode 100644 index 000000000..eaadc528a --- /dev/null +++ b/domains/tornfoolery.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Tornfoolery", + "discord": "936800884254441574", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.jaVhF-RvIy4ZAibRKflChFU5cRFBiomamrILFIW3p_KDaE6TVnRRa0DZMfK2SFVpVxqhPPGKu8MGPADxYEEIOKHuN2EQ-dG7FH9YSOd59a_J_UdE8LQ2_Bl7oxUkQPLzx-WTJdPSlYTrYbLlPNYo_iAdpEq7Hb-Ybm5UsZE_c7MOm6u3r-g8Z5t9drsuejZUIQ6HZMVumuvyKTCfrAoWZb8PEDirjPi6xQba8cVbAbPxA_Bvd4o29Izbu7h07K7ZjX-viPhV9Yukl12-onVFz3WpGLzBOKOVNAhr55Se0onEwvtdgYEfVsTyO-rxoIvz4ZAfDDE49haH49lxXW3aoQ.5TuUfagGprB6sPmqejocbg.xe0xJMCU35UdmO-bK9a2DONhSQD2G067t0NV7Ew9f8KzYbWlC7afzTruIiic2atElKyijPjVi62vKGO7VDsUw9LLmkKJo_Rh1oJlxHnkLcY.GML679gseynzgx0C_AlIFg" + }, + "record": { + "CNAME": "tornfoolery.github.io" + } +} diff --git a/domains/tortilla.json b/domains/tortilla.json new file mode 100644 index 000000000..cbec180a0 --- /dev/null +++ b/domains/tortilla.json @@ -0,0 +1,11 @@ +{ + "description": "tortilla.is-a.dev", + "owner": { + "username": "Colbster937", + "email": "colbster937@colbster937.dev" + }, + "record": { + "CNAME": "dns.tortillagames.org" + }, + "proxied": true +} diff --git a/domains/toster.json b/domains/toster.json index c8b4f3c38..5bb5b5341 100644 --- a/domains/toster.json +++ b/domains/toster.json @@ -4,6 +4,6 @@ "email": "matiz.rafal@gmail.com" }, "record": { - "CNAME": "Rafau04.github.io" + "CNAME": "rafau04.github.io" } } diff --git a/domains/trademark.json b/domains/trademark.json new file mode 100644 index 000000000..116efdcd4 --- /dev/null +++ b/domains/trademark.json @@ -0,0 +1,11 @@ +{ + "description": "nice subdomain for my personal website.", + "repo": "https://github.com/trmrk/trademark", + "owner": { + "username": "trmrk", + "email": "augmooney@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/tranduytoan.json b/domains/tranduytoan.json new file mode 100644 index 000000000..a53d5ed79 --- /dev/null +++ b/domains/tranduytoan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tranduytoan", + "email": "toandeptraibodoiqua.10a4@gmail.com" + }, + "record": { + "CNAME": "tranduytoan.github.io" + } +} diff --git a/domains/transfer.creeperita104.json b/domains/transfer.creeperita104.json deleted file mode 100644 index 66df526f1..000000000 --- a/domains/transfer.creeperita104.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "creeperita09", - "email": "creeperita.09@gmail.com" - }, - "record": { - "CNAME": "icahomesvr2022.freeddns.org" - } -} diff --git a/domains/tristan.json b/domains/tristan.json index 44416c51b..ae74a1e92 100644 --- a/domains/tristan.json +++ b/domains/tristan.json @@ -1,6 +1,5 @@ { "description": "Tristans personal Website", - "repo": "https://github.com/holymarcell", "owner": { "username": "holymarcell", "email": "is-a.dev@holy-mail.de" diff --git a/domains/trix.json b/domains/trix.json index 94dff565e..a4724b7ea 100644 --- a/domains/trix.json +++ b/domains/trix.json @@ -4,6 +4,12 @@ "email": "admin@trixsly.xyz" }, "record": { - "CNAME": "superuser-l.github.io" + "A": [ + "185.199.110.153", + "185.199.109.153", + "185.199.111.153", + "185.199.108.153" + ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] } } diff --git a/domains/trollm8.json b/domains/trollm8.json index 73710d2ee..f5d7e17e5 100644 --- a/domains/trollm8.json +++ b/domains/trollm8.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "trollm8", - "email": "", - "discord": "1266754182082461751", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Tmidf0-ostr7SwvsJgEdvwL8GNzBRuA7akFPycL23OBl4RxlOctbY2tZJhm9AFmd1GW_2cbZs735Lc4fbPYYOqYSg5PuCmPLA1LHrDdAffwQT2nwBZkKstxOWgR9_l0DvStxpyMd86jVgRUujXL0nChFeDA2-us7I0FaQsM4ojDFI2_yovADFT5MoukCYW1GEfu5-gsETTomrovCg2dKOGem8EH1bUhe9DFa0fzkVA9WNpleK5nW-53JC4LYNAttdNTLkzk8J04JMesCpKFNsuuqWJwIyJMhatge0PzKEQr2VQ-_oR9Mf-PJs5Wfrh64HLsV4WmCEgGJfY88vmOISQ.BP-dCaDVgXkrR30NuwAsag.vkx4F6n9o6tw0EQhk_eKzK4Q3PhxZfuoUf2_8sTjakA-vlRC04qXZ9STXkZzDl6XwG8uZbM1FCob-_AhY5ASPQ.fkMZOYZWqGef_gddA379eA" - }, - - "record": { - "CNAME": "trollm8.xyz" - } - } - + "owner": { + "username": "trollm8", + "discord": "1266754182082461751", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Tmidf0-ostr7SwvsJgEdvwL8GNzBRuA7akFPycL23OBl4RxlOctbY2tZJhm9AFmd1GW_2cbZs735Lc4fbPYYOqYSg5PuCmPLA1LHrDdAffwQT2nwBZkKstxOWgR9_l0DvStxpyMd86jVgRUujXL0nChFeDA2-us7I0FaQsM4ojDFI2_yovADFT5MoukCYW1GEfu5-gsETTomrovCg2dKOGem8EH1bUhe9DFa0fzkVA9WNpleK5nW-53JC4LYNAttdNTLkzk8J04JMesCpKFNsuuqWJwIyJMhatge0PzKEQr2VQ-_oR9Mf-PJs5Wfrh64HLsV4WmCEgGJfY88vmOISQ.BP-dCaDVgXkrR30NuwAsag.vkx4F6n9o6tw0EQhk_eKzK4Q3PhxZfuoUf2_8sTjakA-vlRC04qXZ9STXkZzDl6XwG8uZbM1FCob-_AhY5ASPQ.fkMZOYZWqGef_gddA379eA" + }, + "record": { + "CNAME": "trollm8.xyz" + } +} diff --git a/domains/trucpham.json b/domains/trucpham.json new file mode 100644 index 000000000..af42286f9 --- /dev/null +++ b/domains/trucpham.json @@ -0,0 +1,12 @@ +{ + "description": "My portfolio website.", + "repo": "https://github.com/trucpham04", + "owner": { + "username": "trucpham04", + "email": "trucpham04@proton.me" + }, + "record": { + "CNAME": "trucpham.pages.dev" + }, + "proxied": true +} diff --git a/domains/trueuser.json b/domains/trueuser.json index d86ce7b16..28c4e8676 100644 --- a/domains/trueuser.json +++ b/domains/trueuser.json @@ -5,10 +5,7 @@ }, "record": { "A": ["69.30.249.53"], - "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/trungz.json b/domains/trungz.json new file mode 100644 index 000000000..911383c15 --- /dev/null +++ b/domains/trungz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lehuutrung1412", + "email": "me@lehuutrung.dev" + }, + "record": { + "URL": "https://lehuutrung.dev" + } +} diff --git a/domains/truongvanthong.json b/domains/truongvanthong.json new file mode 100644 index 000000000..432565ec8 --- /dev/null +++ b/domains/truongvanthong.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "truongvanthong", + "email": "thongvanpro2002@gmail.com" + }, + "record": { + "CNAME": "truongvanthong.github.io" + } +} diff --git a/domains/tsania.json b/domains/tsania.json new file mode 100644 index 000000000..1e4edfed4 --- /dev/null +++ b/domains/tsania.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tsnzzhr", + "email": "tsnzzhr102@gmail.com" + }, + "record": { + "CNAME": "tsanias.vercel.app" + } +} diff --git a/domains/tstark.json b/domains/tstark.json new file mode 100644 index 000000000..cce907b7a --- /dev/null +++ b/domains/tstark.json @@ -0,0 +1,11 @@ +{ + "subdomain": "tstark", + "owner": { + "username": "t-starks", + "email": "sr.shelby.lp@gmail.com" + }, + "record": { + "CNAME": "t-stark.netlify.app" + }, + "proxied": false +} diff --git a/domains/tsu.json b/domains/tsu.json new file mode 100644 index 000000000..e020b0875 --- /dev/null +++ b/domains/tsu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dot-tsu", + "email": "lucanahtsu@gmail.com" + }, + "record": { + "CNAME": "dot-tsu.github.io" + } +} diff --git a/domains/ttkt.json b/domains/ttkt.json new file mode 100644 index 000000000..7dea7e8b7 --- /dev/null +++ b/domains/ttkt.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bteamapp", + "email": "helpapp.bta@gmail.com" + }, + "record": { + "CNAME": "ghs.google.com" + } +} diff --git a/domains/ttt.talinsharma.json b/domains/ttt.talinsharma.json index 697df0714..cf04b9d09 100644 --- a/domains/ttt.talinsharma.json +++ b/domains/ttt.talinsharma.json @@ -4,7 +4,6 @@ "email": "talinsharma.dev@gmail.com", "discord": "1010508154481676329" }, - "record": { "CNAME": "tic-tac-toe-175c5.web.app" } diff --git a/domains/tuankiet.json b/domains/tuankiet.json new file mode 100644 index 000000000..48df29e5e --- /dev/null +++ b/domains/tuankiet.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "harrytien107", + "email": "sigmatien@duck.com" + }, + "record": { + "CNAME": "harrytien107.github.io" + } +} diff --git a/domains/tuanpham.json b/domains/tuanpham.json new file mode 100644 index 000000000..82449f1ac --- /dev/null +++ b/domains/tuanpham.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Tun52299", + "discord": "699291160157618226", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.NO4Prmw4__zqB_JFqETf5p4zidLyqmBWvdQdtXTZ1AkyrCUUXRzqJX_Ls4rVWgkO_L-7tJgwLqo1Kd_bLWXm9KgI28TiqxqtAyuHBvQ2k_Ljy5AKzv1e7f_0SsJYGdONyz8JcRwE7lnzm9fkjbGwtLmmbY79vX4z0WckcIQXJZXsToT2cp33M_11wb1F9JpTDBq4SKvBcu11jeTSv3J_gyeL8JMFQQ87F16U30QGY98mtMJq7x0LWWqS2FevqPRyuiFwPOVuiir0qLVfCN9rOj3hnjsQh5ZDXaLCW-KoIBxJtAouQx7gOWsvAgEw9QUH4Z8NRKuklsIpk1ZbSSRgHw.VdDmy0RUUAIVXJfbm8FO3Q.nxTc-dx3PdfwHgGdk3yXfbsJj2Kdr6UrWSvlF9_yecVQH1eOETVxL6iwBdiNdLxfKKrP76gTS-9GK6j-cL1Ix-W5CaeyX4l2Jz_0nDgRVE8.zGKqhWqeyusy1PwiiMxnJA" + }, + "record": { + "CNAME": "tun52299.github.io" + } +} diff --git a/domains/tuantestdashboard.json b/domains/tuantestdashboard.json new file mode 100644 index 000000000..c3d130000 --- /dev/null +++ b/domains/tuantestdashboard.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "latuan2710", + "email": "tuan.la.cit19@eiu.edu.vn" + }, + "record": { + "CNAME": "admin-dashboard-latuan.vercel.app" + } +} diff --git a/domains/tuanthu1.json b/domains/tuanthu1.json new file mode 100644 index 000000000..e17321f16 --- /dev/null +++ b/domains/tuanthu1.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tuanthu1", + "email": "hoangtuanthu981@gmail.com" + }, + "record": { + "CNAME": "tuanthu1.github.io" + } +} diff --git a/domains/tukimi.json b/domains/tukimi.json index 8ccc1d738..559f00626 100644 --- a/domains/tukimi.json +++ b/domains/tukimi.json @@ -1,7 +1,6 @@ { "owner": { "username": "kr-tukimi", - "email": "", "twitter": "kr_tukimi" }, "record": { diff --git a/domains/tullio.json b/domains/tullio.json new file mode 100644 index 000000000..0abbe2cfe --- /dev/null +++ b/domains/tullio.json @@ -0,0 +1,10 @@ +{ + "description": "Tullio Sebastiani's Home Page", + "owner": { + "username": "tsebastiani", + "email": "github.sensitize723@passinbox.com" + }, + "record": { + "CNAME": "tsebastiani.github.io" + } +} diff --git a/domains/tungtran.json b/domains/tungtran.json index fb5eb2945..c5eaf28f1 100644 --- a/domains/tungtran.json +++ b/domains/tungtran.json @@ -5,7 +5,6 @@ "username": "tunganhtran", "email": "tunganhtran94@gmail.com" }, - "record": { "CNAME": "tunganhtran.github.io" } diff --git a/domains/tunnel.vulcanocraft.json b/domains/tunnel.vulcanocraft.json new file mode 100644 index 000000000..fbb3269d4 --- /dev/null +++ b/domains/tunnel.vulcanocraft.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "VulcanoSoftware", + "discord": "814891541205876767", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.JPhn4mFGL270NVjNvcLw1eYMU_-BAJ7GiIPBlijkSzPPJsByxT2CJErVgHV3K_QjLQRPMGeQE0jjYHOWFLhlZc2mjav7vcAYrcWjnSa-QKbQho_ppnebX1E8OfLtsKWtvqxfGm3O-ii7Eh4XYo7ozm49gTKed_Ypc1svCFp7SePt5DXzhuDoeJ7Ob-vd8zkmhuIoIBXBERWWnfQgaDDfUwCtkmziOmKGYECzpxK6y1z_jhHcjcftLSXn0S7730nODGhidOB9x-YSCkG-O3e72ECu0KH3SRg-HwJz4pQlmeYXGDZClDe9YG1GSHiW4xa9iT36PE8Q0zBLMvS8UWQh4g.LL602nYC1Zm6b1Rjv_5OGQ.QJymDzTupny-bEtQy-G8hZI1Ey49IDr3ZzhhBwE3Qtg7XQnsDf63q3nAGVX3zEHtK8GWQ-dnDg2FStiBRSihFczry1fYk1BOEbtwDQ-PYnphLeLhZuDz3BzVshnqVavw.1I4mHnmNjPVv4AwJvcUPKA" + }, + "record": { + "A": ["147.185.221.23"] + }, + "proxied": true +} diff --git a/domains/tunzankies.json b/domains/tunzankies.json new file mode 100644 index 000000000..ca7973568 --- /dev/null +++ b/domains/tunzankies.json @@ -0,0 +1,10 @@ +{ + "owner": { + "description": "tunzankies.is-a.dev", + "username": "Tuan-Dang05", + "discord": "703136026595426305" + }, + "record": { + "CNAME": "portfolio-3-d-nu.vercel.app" + } +} diff --git a/domains/tweets.clyron.json b/domains/tweets.clyron.json new file mode 100644 index 000000000..284409427 --- /dev/null +++ b/domains/tweets.clyron.json @@ -0,0 +1,11 @@ +{ + "description": "Personal website of Clyron", + "repo": "https://github.com/theclyron/theclyron.github.io", + "owner": { + "username": "theclyron", + "email": "onenonlyclyron@gmail.com" + }, + "record": { + "CNAME": "theclyron.github.io" + } +} diff --git a/domains/twiska.json b/domains/twiska.json index a293fef24..1e03c0913 100644 --- a/domains/twiska.json +++ b/domains/twiska.json @@ -1,11 +1,11 @@ { - "description": "My personal website", - "repo": "https://github.com/ttwisstterr/linktree", - "owner": { - "username": "ttwisstterr", - "email": "twiskanadilaa.a@gmail.com" - }, - "record": { - "CNAME": "ttwisstterr.github.io" - } -} + "description": "My personal website", + "repo": "https://github.com/ttwisstterr/linktree", + "owner": { + "username": "ttwisstterr", + "email": "twiskanadilaa.a@gmail.com" + }, + "record": { + "CNAME": "ttwisstterr.github.io" + } +} diff --git a/domains/twistedtransistor.json b/domains/twistedtransistor.json new file mode 100644 index 000000000..2ce8dc325 --- /dev/null +++ b/domains/twistedtransistor.json @@ -0,0 +1,11 @@ +{ + "description": "My Portfolio website", + "repo": "https://github.com/mikeisfree/webzone404", + "owner": { + "username": "mikeisfree", + "email": "mzaperty@gmail.com" + }, + "record": { + "CNAME": "mikeisfree.github.io" + } +} diff --git a/domains/twitchiger.json b/domains/twitchiger.json index 7f641969e..678746aa7 100644 --- a/domains/twitchiger.json +++ b/domains/twitchiger.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "devTwitchiger", - "email": "", - "discord": "1057600396991926332", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.VXrDR3dafppqxEL5tA4Ynhioq-6_C2maDvX29RFSMg-5F_TzcYa4bFF4wEE1xNVJoBDrUx0mayz0S7evW8BPj4NccUm0DoZTYIkeeoB-luxGmpFXE8K-DkSe76_2l6Sn64HP39MBuCc5B9HM5CCRK-7T0F23mOpIsflqJ-Kd1NqWQtTr45mOv7iW9XS-wgnTAk-Uqmmte4dQHYCHZO4-m3AkDpANzOVjQfjsxFEFeaewP_tvoqrtoQcO4nKsre5GsOAWnwFgn_AkgFSQkkHLqu8sNX7m5SO4n0ywxJx_zDWbqL9N302Hfr_i40mDKbJTjZsztpW1AmLUyOYW9sZvHw.NMlEMswtLXrfcUdkxN6-Yg.ShUu7Zlcnq4mPryzvjzWQ4SU0P0oOsRgOqKvvym2TvJRDTg_L_orP5TrQDOa3HvQ-i--zEJ0eL96bmTHf_zq2HDn6h_gBoIFVaG1uYM36rI.TlBJjdWrnRvs_mGMus306A" - }, - - "record": { - "CNAME": "devtwitchiger.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "devTwitchiger", + "discord": "1057600396991926332", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.VXrDR3dafppqxEL5tA4Ynhioq-6_C2maDvX29RFSMg-5F_TzcYa4bFF4wEE1xNVJoBDrUx0mayz0S7evW8BPj4NccUm0DoZTYIkeeoB-luxGmpFXE8K-DkSe76_2l6Sn64HP39MBuCc5B9HM5CCRK-7T0F23mOpIsflqJ-Kd1NqWQtTr45mOv7iW9XS-wgnTAk-Uqmmte4dQHYCHZO4-m3AkDpANzOVjQfjsxFEFeaewP_tvoqrtoQcO4nKsre5GsOAWnwFgn_AkgFSQkkHLqu8sNX7m5SO4n0ywxJx_zDWbqL9N302Hfr_i40mDKbJTjZsztpW1AmLUyOYW9sZvHw.NMlEMswtLXrfcUdkxN6-Yg.ShUu7Zlcnq4mPryzvjzWQ4SU0P0oOsRgOqKvvym2TvJRDTg_L_orP5TrQDOa3HvQ-i--zEJ0eL96bmTHf_zq2HDn6h_gBoIFVaG1uYM36rI.TlBJjdWrnRvs_mGMus306A" + }, + "record": { + "CNAME": "devtwitchiger.github.io" + } +} diff --git a/domains/tycho10101.json b/domains/tycho10101.json new file mode 100644 index 000000000..6395ed621 --- /dev/null +++ b/domains/tycho10101.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Tycho10101", + "discord": "914245831748632636", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.dzRWhccSL2217JXqqmZt9m_O4ll58iu-XcmyPaN-Zvqh7DnK4eebxpcMknh7bK4rhm7jdqmcFtKmmnGWaVO7n2mjvFD16Hvl0kQkQB9ZL3p2Z5mBSiOQdAgweS-iFhNSPHoAZhELYah8i4sI7x4AOZOsLoeQ5rUPdpx4raUv0bX9YyklmplyP8P__Iy13sQ0tczfj0o-Imbpeh7XnksgZfGdWMCf5Ez-ZO-hFvA60oTd9VumCAy02wCW7SJjAY8JmVy54O7yE3TdKLzMmJrQxVNZ-wdkZ4wzyAGdOHP2-dphmNDBHhOQ7asdnie7E65oaaxQUk3L43VATc4wJqLJSg.wYyNvIo2UkCm_eoYjsNgng.UsVB_ZdgSeht4eb5VZpHbT4c2-Ej8WSyFp3hMoWdPkcvTbv634WqqsYMyJ7qltpucTMPWZIzT0EL_5C22ImpLiOVCek2BBoYU-MsBKRkg1A.QSeOSDmyPG6VbNxDG0dpSg" + }, + "record": { + "CNAME": "tycho10101.github.io" + } +} diff --git a/domains/tykea.json b/domains/tykea.json new file mode 100644 index 000000000..02f73924c --- /dev/null +++ b/domains/tykea.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tykealy", + "email": "tykeaboyloy@gmail.com" + }, + "record": { + "CNAME": "tykea.dev" + } +} diff --git a/domains/typed.json b/domains/typed.json index 8b9dda3e7..4059c4f72 100644 --- a/domains/typed.json +++ b/domains/typed.json @@ -3,7 +3,6 @@ "username": "TYP3D", "email": "typedmod2@gmail.com" }, - "record": { "CNAME": "typedonline.github.io" } diff --git a/domains/u.json b/domains/u.json index 71cbfa50c..411c702f2 100644 --- a/domains/u.json +++ b/domains/u.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "ImShyMike", - "email": "", - "discord": "582648583635992622", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Bq0mgKU9dwmp1prf5QSITAVYicrNBYDY6nfK-8pCYPczMD1eFn6HZgpSCJ44STcfKBx9RPHBPpoPd3hJORgmFaS0yZUPyXC4PKTP4nD7I1g7C2hxH4Gtr2eYx9E6JRIDt3ZerfaCo8ysT_7iUwvD-vMPbzxRFVneGKh4gWLnnnIrGgHpl1Y1TkAH6SEPuYXWQuw927ty03K5QW-ebiBR3GB-u7dsbaRrtKv_LmPC-tHecjEwiBpM4FnLDLhul85HfeDPvZMHD1rqhNhjWbGpSdQHSr6XaaZIN4TJev2G8ufV2DIHcrz41Vi5utLZpNb9olWLZMr4HYxqW9k15IF6wA.CbsTKnKnOwj27Wd73bzLMw.lKVruFz7yGBWreBjiXXHmrl3dSREBOMMmzVAD3yUXyHID1TswgBZyQvO4NwxDxLaEcybp-_duJe7lJePnrfeVjui4amjo-KWUhFIcKnrrUc.9OT8WDOrcBmaQmyigxpuCg" - }, - - "record": { - "URL": "https://shymike.is-a.dev" - } - } - \ No newline at end of file + "owner": { + "username": "ImShyMike", + "discord": "582648583635992622", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Bq0mgKU9dwmp1prf5QSITAVYicrNBYDY6nfK-8pCYPczMD1eFn6HZgpSCJ44STcfKBx9RPHBPpoPd3hJORgmFaS0yZUPyXC4PKTP4nD7I1g7C2hxH4Gtr2eYx9E6JRIDt3ZerfaCo8ysT_7iUwvD-vMPbzxRFVneGKh4gWLnnnIrGgHpl1Y1TkAH6SEPuYXWQuw927ty03K5QW-ebiBR3GB-u7dsbaRrtKv_LmPC-tHecjEwiBpM4FnLDLhul85HfeDPvZMHD1rqhNhjWbGpSdQHSr6XaaZIN4TJev2G8ufV2DIHcrz41Vi5utLZpNb9olWLZMr4HYxqW9k15IF6wA.CbsTKnKnOwj27Wd73bzLMw.lKVruFz7yGBWreBjiXXHmrl3dSREBOMMmzVAD3yUXyHID1TswgBZyQvO4NwxDxLaEcybp-_duJe7lJePnrfeVjui4amjo-KWUhFIcKnrrUc.9OT8WDOrcBmaQmyigxpuCg" + }, + "record": { + "URL": "https://shymike.is-a.dev" + } +} diff --git a/domains/ud.json b/domains/ud.json new file mode 100644 index 000000000..74ceec910 --- /dev/null +++ b/domains/ud.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "umanga907", + "email": "umanga.907@gmail.com", + "discord": "ud907" + }, + "record": { + "CNAME": "umanga-portfolio.vercel.app" + } +} diff --git a/domains/udhaya.json b/domains/udhaya.json index 1585ab18a..8c66f9b7a 100644 --- a/domains/udhaya.json +++ b/domains/udhaya.json @@ -1,11 +1,10 @@ { - "description": "Just My personal portfolio page hosted in vercel", - "repo": "https://github.com/xAceDuke/ProjectAlpha", + "description": "Main Page", "owner": { - "username": "xAceDuke", + "username": "xaceduke", "email": "kinghtth0@gmail.com" }, "record": { - "CNAME": "projectalpha-xtgt.vercel.app" + "A": ["76.76.21.21"] } } diff --git a/domains/udit.json b/domains/udit.json new file mode 100644 index 000000000..1583fe5c4 --- /dev/null +++ b/domains/udit.json @@ -0,0 +1,11 @@ +{ + "description": "Udit's portfolio", + "repo": "https://github.com/uditdev1/details", + "owner": { + "username": "uditdev", + "email": "uditdev0008@gmail.com" + }, + "record": { + "CNAME": "details-five.vercel.app" + } +} \ No newline at end of file diff --git a/domains/uditha.json b/domains/uditha.json new file mode 100644 index 000000000..b3ffe8963 --- /dev/null +++ b/domains/uditha.json @@ -0,0 +1,9 @@ + +{ + "owner": { + "username": "udithamanohara" + }, + "record": { + "CNAME": "udithamanohara.github.io" + } +} diff --git a/domains/udyanupal.json b/domains/udyanupal.json new file mode 100644 index 000000000..5c569ad40 --- /dev/null +++ b/domains/udyanupal.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "udyanupal" + }, + "record": { + "CNAME": "usupal.vercel.app" + } +} diff --git a/domains/minecraft.urging.json b/domains/ugdev.json similarity index 80% rename from domains/minecraft.urging.json rename to domains/ugdev.json index e8cfb309f..4cd799e44 100644 --- a/domains/minecraft.urging.json +++ b/domains/ugdev.json @@ -4,6 +4,6 @@ "email": "diogo.lopes.silva.ch@gmail.com" }, "record": { - "A": ["69.30.249.53"] + "A": ["82.165.193.230"] } } diff --git a/domains/ujalakhasiya.json b/domains/ujalakhasiya.json index 63dbce92d..c1abafdcf 100644 --- a/domains/ujalakhasiya.json +++ b/domains/ujalakhasiya.json @@ -2,8 +2,7 @@ "description": "Portfolio site.", "repo": "https://github.com/ujalakhasiya/ujalakhasiya.github.io", "owner": { - "username": "ujalakhasiya", - "email": "" + "username": "ujalakhasiya" }, "record": { "CNAME": "ujalakhasiya.github.io" diff --git a/domains/ujjvaljoshi.json b/domains/ujjvaljoshi.json new file mode 100644 index 000000000..aeffece32 --- /dev/null +++ b/domains/ujjvaljoshi.json @@ -0,0 +1,10 @@ +{ + "description": "Main Page", + "owner": { + "username": "ujjvaljoshi45", + "email": "ujjvaljoshi45@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/ujjwal.json b/domains/ujjwal.json new file mode 100644 index 000000000..f041d840f --- /dev/null +++ b/domains/ujjwal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ujjwalshriwal", + "email": "ujjwalshrivastav16@gmail.com" + }, + "record": { + "CNAME": "ujjwalshriwal.github.io" + } +} diff --git a/domains/uk.json b/domains/uk.json index 458840eb2..9703d5bfb 100644 --- a/domains/uk.json +++ b/domains/uk.json @@ -4,11 +4,8 @@ "email": "isadev@ukriu.com" }, "record": { - "URL": "https://ukriu.github.io/", - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], + "URL": "https://ukriu.com/", + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=forwardemailnet@ukriu.com" } } diff --git a/domains/ukino.json b/domains/ukino.json new file mode 100644 index 000000000..cf8775b36 --- /dev/null +++ b/domains/ukino.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "ukinon" + }, + "record": { + "CNAME": "ukino.vercel.app" + } +} diff --git a/domains/ukrio.json b/domains/ukrio.json index 9604f8703..a10085b1a 100644 --- a/domains/ukrio.json +++ b/domains/ukrio.json @@ -5,11 +5,8 @@ "discord": "ukriu" }, "record": { - "URL": "https://ukriu.github.io", + "URL": "https://ukriu.com", "TXT": "v=spf1 include:spf.improvmx.com ~all", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ] + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] } } diff --git a/domains/ukriu.json b/domains/ukriu.json index af1b4f1d4..bd405f6e5 100644 --- a/domains/ukriu.json +++ b/domains/ukriu.json @@ -4,6 +4,6 @@ "email": "isadev@ukriu.com" }, "record": { - "URL": "https://ukriu.github.io" + "NS": ["love.ns.cloudflare.com", "pete.ns.cloudflare.com"] } } diff --git a/domains/uldoge.json b/domains/uldoge.json new file mode 100644 index 000000000..520010a26 --- /dev/null +++ b/domains/uldoge.json @@ -0,0 +1,10 @@ +{ + "description": "This is a proxy that allows you to search things without being tracked", + "owner": { + "username": "Kawrrq", + "email": "kawrrq@gmail.com" + }, + "record": { + "A": ["104.243.38.142"] + } +} diff --git a/domains/ultimatemedia.json b/domains/ultimatemedia.json index 4f1d287f0..b5c8f7c0a 100644 --- a/domains/ultimatemedia.json +++ b/domains/ultimatemedia.json @@ -12,10 +12,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/umar.json b/domains/umar.json new file mode 100644 index 000000000..de9b455a7 --- /dev/null +++ b/domains/umar.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "umarsidiki", + "email": "siddiquiumar0007@gmail.com" + }, + "record": { + "CNAME": "umarsidiki.github.io" + } +} \ No newline at end of file diff --git a/domains/umerislam.json b/domains/umerislam.json new file mode 100644 index 000000000..b6677d97a --- /dev/null +++ b/domains/umerislam.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "umer-islam", + "email": "umer.islam474@gmail.com" + }, + "record": { + "CNAME": "umerislam.netlify.app" + } +} diff --git a/domains/undefined.json b/domains/undefined.json index f9d8d472b..d2143d6e5 100644 --- a/domains/undefined.json +++ b/domains/undefined.json @@ -1,22 +1,11 @@ { "description": "This subdomain is for my personal portfolio website.", - "repo": "https://github.com/baokhang4930/baokhang4930.github.io", "owner": { - "username": "baokhang4930", + "username": "actuallyundefined", "email": "baokhang4930@gmail.com", "twitter": "undefiined__" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "NS": ["elijah.ns.cloudflare.com", "jo.ns.cloudflare.com"] } } diff --git a/domains/unicorn.json b/domains/unicorn.json new file mode 100644 index 000000000..139433a9a --- /dev/null +++ b/domains/unicorn.json @@ -0,0 +1,11 @@ +{ + "description": "Domain for dynamic DNS updates and Cloudflare Tunnel setup for demo purposes.", + "owner": { + "username": "bnfone", + "email": "is-a-dev-registration.zbden@simplelogin.com" + }, + "record": { + "NS": ["adelaide.ns.cloudflare.com", "arnold.ns.cloudflare.com"] + }, + "proxied": false +} diff --git a/domains/unlux.json b/domains/unlux.json new file mode 100644 index 000000000..48c3d9643 --- /dev/null +++ b/domains/unlux.json @@ -0,0 +1,10 @@ +{ + "description": "Porfolio website link for lux", + "owner": { + "username": "unlux", + "email": "support@unlux.dev" + }, + "record": { + "URL": "https://unlux.dev" + } +} diff --git a/domains/untitled.json b/domains/untitled.json deleted file mode 100644 index 81b800ddc..000000000 --- a/domains/untitled.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Hosting my website", - "repo": "https://github.com/VihaanAnand/VihaanAnand.github.io", - "owner": { - "username": "VihaanAnand", - "email": "macos14sonoma@gmail.com" - }, - "record": { - "CNAME": "VihaanAnand.github.io" - } -} diff --git a/domains/upcraft.json b/domains/upcraft.json index e089e876b..2e44a14fc 100644 --- a/domains/upcraft.json +++ b/domains/upcraft.json @@ -1,7 +1,6 @@ { "owner": { "username": "upcraftlp", - "email": "", "twitter": "upcraftlp" }, "record": { diff --git a/domains/upd.oxmc.json b/domains/upd.oxmc.json index 61a9bd4f7..28a3a3fb7 100644 --- a/domains/upd.oxmc.json +++ b/domains/upd.oxmc.json @@ -11,10 +11,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=contact:oxmc7769.mail@gmail.com" } } diff --git a/domains/upload.cdn.akk1to.json b/domains/upload.cdn.akk1to.json new file mode 100644 index 000000000..ace2ad7d7 --- /dev/null +++ b/domains/upload.cdn.akk1to.json @@ -0,0 +1,12 @@ +{ + "description": "file uploader of akk1to.dev", + "repo": "https://github.com/akk1to/upload.cdn", + "owner": { + "username": "akk1to", + "email": "akk1to.dev@gmail.com", + "discord": "727497287777124414" + }, + "record": { + "CNAME": "akk1to.github.io" + } +} diff --git a/domains/uptime.stefdp.json b/domains/uptime.stefdp.json deleted file mode 100644 index 9f2b1dbbb..000000000 --- a/domains/uptime.stefdp.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "email": "", - "discord": "694986201739952229", - "github_id": 81536172, - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IpOYbPWBUcNp4Tgw32QASUSoI0QE_q5cFcyg6OXpDYy8Eg3QGBagIVG4mvt70DgnRFuK5IKE0NY9Bxr32RdWrBGDSUxlKtlJQ9WpQIkLV-I7A7F5Kym4QzM58anHX0fggGtzHi_TaXcZGI-1Rw0KMnaq91hHfnez4e3O_Q-Mf-SD55CPqwibG3YoXwWM-H3Q_iKWibEX5mzD1wppmT8IO_2lO5Ne1V8HKlZ5_SWd8t9JyEDB7CsGNcpTLnUMDwE67Pw_92FqU0iNDTwDKG7oZK1x4JG4rmZcvU0_CTOWW02TRWT_evf8XdAT9V6Me6OpCWvD1LlTgmdkYsResxTKxw.7rSUKyX20MsaT6H7mJFWJA.M-wdjyAOxmgWiRQbLzzMJDumoFfOzUYoXplEvrth469Ib361dIke2yOiFyk-PIMsds3-GQYnmujRqcn8wxzyKnaTapsC4g0aAit-DdtKv7s.iCc6o2XSd76RHqUN6a03og" - }, - "record": { - "CNAME": "proxy.stefdp.is-a.dev" - } -} diff --git a/domains/uptimes.yug.json b/domains/uptimes.yug.json deleted file mode 100644 index 270e6d1aa..000000000 --- a/domains/uptimes.yug.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Uptime website for my stuff, gonna use hetrixtools for now, might change to something else later", - "repo": "N/A", - "owner": { - "username": "YUG38", - "email": "4yugpatel123@gmail.com", - "discord": "name_yug" - }, - "record": { - "CNAME": "reports.hetrixtools.com" - } -} diff --git a/domains/uralamin.json b/domains/uralamin.json index 3157bbec5..5b665c11f 100644 --- a/domains/uralamin.json +++ b/domains/uralamin.json @@ -1,7 +1,6 @@ { "owner": { "username": "MrAlaminH", - "email": "", "discord": "440574272856129547" }, "record": { diff --git a/domains/urging.json b/domains/urging.json index e8cfb309f..4cd799e44 100644 --- a/domains/urging.json +++ b/domains/urging.json @@ -4,6 +4,6 @@ "email": "diogo.lopes.silva.ch@gmail.com" }, "record": { - "A": ["69.30.249.53"] + "A": ["82.165.193.230"] } } diff --git a/domains/url.aditya.json b/domains/url.aditya.json index 18dab9f28..bdf74b007 100644 --- a/domains/url.aditya.json +++ b/domains/url.aditya.json @@ -1,6 +1,5 @@ { "description": "subdomain for link redirection", - "repo": "https://github.com/dedomil", "owner": { "username": "dedomil", "email": "ishqaddy@gmail.com", diff --git a/domains/us.mcstatus.json b/domains/us.mcstatus.json index 1caa482a4..64dce2b97 100644 --- a/domains/us.mcstatus.json +++ b/domains/us.mcstatus.json @@ -4,11 +4,7 @@ "email": "educatedsuddenbucket@gmail.com" }, "record": { - "A": [ - "34.120.54.55" - ], - "AAAA": [ - "2600:1901:0:6d85::" - ] + "A": ["34.120.54.55"], + "AAAA": ["2600:1901:0:6d85::"] } } diff --git a/domains/usakhil.json b/domains/usakhil.json index d5c62cbdc..2e262a266 100644 --- a/domains/usakhil.json +++ b/domains/usakhil.json @@ -3,7 +3,6 @@ "username": "usakhil121", "email": "usakhil121@gmail.com" }, - "record": { "CNAME": "usakhil121.github.io" } diff --git a/domains/usamakhalid.json b/domains/usamakhalid.json new file mode 100644 index 000000000..45f90bddc --- /dev/null +++ b/domains/usamakhalid.json @@ -0,0 +1,11 @@ +{ + "description": "THIS IS MY PORTFOLIO WEBSITE, But I am still working on it. I will update it soon.", + "repo": "https://github.com/usama0155/portfolio", + "owner": { + "username": "usama0155", + "email": "usamak5453@gmail.com" + }, + "record": { + "CNAME": "usama0155.github.io" + } +} diff --git a/domains/usekyber.json b/domains/usekyber.json new file mode 100644 index 000000000..b08eb49b1 --- /dev/null +++ b/domains/usekyber.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "roger-padrell", + "discord": "1335907071287230527", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.mUg0h0vs51TZlH_HhPFCqQvSXzhsEa9nWRE_vKRN7AWyU2jSneGFQopQ5Lj__CLtmRDCd60W0wYjH8FEqUjYaquACMvfkG2KrU-F6Ht8efv-g6fvQSnEpFeCy4jaeOI0WqCfwoDY8AAaH2daMX3CrLhrJAVD-CNm5sjssElj77cmDhU1Z0m2WCp__Akt-uDNc2VUVlUpDfqhV9b8pgEX-NfSMAU0kL-v1B037PVUCBPj_obfJyOUDj72lTcl5uYoJlkIiUbsfvWAIvbP2i_0xxAXXhuyfTnD1a_2FAXmKegzUmM9kjgao1RNWUAXo_sgydw0IxevpVgI-GhZgl09CA.WkO0f1qjPnhPD4YI1U_buA.Vj5CjME69F7g0jEiXmgD0OUNf7GpLBCRuI0Ap5sE67A0D0dWYoKPyE6c5Jy-8U5UuCic01BnIhP3SKeQ4u3ZiCjXkjfeYaXba_UIcOdWBpw.Qm7MtmHkzZBCmWtDpIMY7g" + }, + "record": { + "CNAME": "0fd7817ec6-hosting.gitbook.io" + } +} diff --git a/domains/user0.json b/domains/user0.json index fbb4ad490..a4d0c0619 100644 --- a/domains/user0.json +++ b/domains/user0.json @@ -3,11 +3,9 @@ "repo": "https://github.com/user0-07161/user0-07161.github.io", "owner": { "username": "user0-07161", - "email": "user0thenyancat@proton.me", - "discord": "1213799919920484364" + "email": "user0thenyancat@proton.me" }, - "record": { - "CNAME": "user0-07161.github.io" + "CNAME": "user0-07161.codeberg.page" } } diff --git a/domains/ushnish.json b/domains/ushnish.json new file mode 100644 index 000000000..e0b48b548 --- /dev/null +++ b/domains/ushnish.json @@ -0,0 +1,16 @@ +{ + "owner": { + "username": "UshnishG", + "email": "ghosalushnish@gmail.com" + }, + "record": { + "URL": "https://ushnish.vercel.app" + }, + "redirect_config": { + "custom_paths": { + "/github": "https://github.com/UshnishG", + "/linkedin" : "https://www.linkedin.com/in/ushnishghosal" + }, + "redirect_paths": true + } +} diff --git a/domains/usmanbaig.json b/domains/usmanbaig.json new file mode 100644 index 000000000..0753fd396 --- /dev/null +++ b/domains/usmanbaig.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "UsmanBaig001", + "email": "usmanbaig1572@gmail.com" + }, + "record": { + "CNAME": "usmanbaig-dev.vercel.app" + } +} diff --git a/domains/utkarsh-singhal.json b/domains/utkarsh-singhal.json new file mode 100644 index 000000000..9def37f05 --- /dev/null +++ b/domains/utkarsh-singhal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Utkarsh-Singhal-26", + "email": "singhalutkarsh26@gmail.com" + }, + "record": { + "CNAME": "utkarsh-singhal.vercel.app" + } +} diff --git a/domains/uto.json b/domains/uto.json index 48e5b27c4..2f31574a5 100644 --- a/domains/uto.json +++ b/domains/uto.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "utoshu", - "email": "", - "discord": "537265937200709672" - }, - - "record": { - "CNAME": "uto.pages.dev" - } - } - \ No newline at end of file + "owner": { + "username": "utoshu", + "discord": "537265937200709672" + }, + "record": { + "CNAME": "uto.pages.dev" + } +} diff --git a/domains/utsabadhikari.json b/domains/utsabadhikari.json new file mode 100644 index 000000000..a76bf227f --- /dev/null +++ b/domains/utsabadhikari.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "utsab1231", + "discord": "573163740309094413", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.J8Zs7sfsirMCXNl8iuUK7xdq5hrLgPvMdrbhp1XfqXBrego8HGcVBEaKNzqZu16DXgMlcJUFJylKY6C7TUPYheXfPDP0Wh66NT6o7wFUsWFuQ6g5NSiU8ctXlI1K7f1_PXwO0iLw5rQOmgh4iw7NCOYti3rF1RXuae3OtNWWQnxgVEv9jieBwtsDhmhjgY2LZxPNJmqvoYCsR9-ytJoNgKYnjxwFqd_bCOKsBBRUAFGKMY031aNZRQTO5EoLOilDOfpznb_DtVmQCZZ_FI56mkKgJhupqIOxJ_bJgKNF6GbvAjSElMdWoVq_YsLU1ivao7sFdXjecje9yOzcBkOuPA.papQF2Ih2vL7uZ8R2B0Dug.2QknjUZW3VXKfWNhnEG5x7GBXEMg1cowfgNMQYmdyPZ64cc5hq6xtB_ENmlpEu7_QzddxpAqxqeKUGTgxwP2ksbAsDFoV02SUMjyiGlYADE.ljIgAJ8-syYcHV1cKeLziA" + }, + "record": { + "CNAME": "personportfolio-e25d4.web.app" + } +} diff --git a/domains/uuphoria2.json b/domains/uuphoria2.json deleted file mode 100644 index f429aa66c..000000000 --- a/domains/uuphoria2.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "This is to be used on my blog.", - "repo": "https://github.com/uuphoria2/uuphoria2.github.io", - "owner": { - "username": "uuphoria2", - "email": "gman36147@gmail.com" - }, - "record": { - "CNAME": "uuphoria2.github.io" - } -} diff --git a/domains/uwu.json b/domains/uwu.json index da3053a49..4e82f95b6 100644 --- a/domains/uwu.json +++ b/domains/uwu.json @@ -1,10 +1,9 @@ { "owner": { - "username": "orxngc", - "discord": "orangc", - "email": "orangc@proton.me" + "username": "orangci", + "discord": "orangc" }, "record": { - "CNAME": "edge.redirect.pizza" + "URL": "https://orangc.net" } } diff --git a/domains/uwunotislove.json b/domains/uwunotislove.json new file mode 100644 index 000000000..abccaf63c --- /dev/null +++ b/domains/uwunotislove.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "uwunotislove", + "email": "moody761@hotmail.com" + }, + "record": { + "CNAME": "uwunotislove.github.io" + } +} diff --git a/domains/uzi.json b/domains/uzi.json index b3c35ea75..e644c518b 100644 --- a/domains/uzi.json +++ b/domains/uzi.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "crischutu07", - "email": "", - "discord": "1001747794954039368" - }, - - "record": { - "CNAME": "crischutu07.github.io" - } - } - + "owner": { + "username": "crischutu07", + "discord": "1001747794954039368" + }, + "record": { + "CNAME": "crischutu07.github.io" + } +} diff --git a/domains/v.json b/domains/v.json new file mode 100644 index 000000000..486915299 --- /dev/null +++ b/domains/v.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "leofelix908" + }, + "record": { + "CNAME": "xproject-xi.vercel.app" + } +} diff --git a/domains/v205.json b/domains/v205.json index 6b0b43598..3853b88fe 100644 --- a/domains/v205.json +++ b/domains/v205.json @@ -4,7 +4,6 @@ "email": "s@v205.obl.ong", "discord": "1159944006587924490" }, - "record": { "CNAME": "v205.hackclub.app" } diff --git a/domains/v3x.json b/domains/v3x.json index c03de000b..0ab34cda2 100644 --- a/domains/v3x.json +++ b/domains/v3x.json @@ -1,8 +1,7 @@ { "owner": { "username": "v3vishal", - "discord": "v3xg", - "email": "" + "discord": "v3xg" }, "record": { "CNAME": "v3vishal.github.io" diff --git a/domains/vaibhav.json b/domains/vaibhav.json new file mode 100644 index 000000000..fe5db90c2 --- /dev/null +++ b/domains/vaibhav.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "VaibhavSys", + "email": "vaibhavsys@protonmail.com" + }, + "record": { + "NS": ["daphne.ns.cloudflare.com", "venkat.ns.cloudflare.com"] + } +} diff --git a/domains/valentin-nicheglod.json b/domains/valentin-nicheglod.json new file mode 100644 index 000000000..08cf9c30c --- /dev/null +++ b/domains/valentin-nicheglod.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "valentinnicheglod", + "email": "nicheglod69@gmail.com" + }, + "record": { + "CNAME": "valentinnicheglod.github.io" + } +} diff --git a/domains/valenvivaldi.json b/domains/valenvivaldi.json new file mode 100644 index 000000000..e4dae1730 --- /dev/null +++ b/domains/valenvivaldi.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "valenvivaldi" + }, + "record": { + "URL": "https://github.com/valenvivaldi" + } +} diff --git a/domains/valerius.json b/domains/valerius.json new file mode 100644 index 000000000..e9bdb8679 --- /dev/null +++ b/domains/valerius.json @@ -0,0 +1,11 @@ +{ + "description": "valerius.is-a.dev", + "repo": "https://github.com/valerius21/register", + "owner": { + "username": "valerius21", + "email": "dev@voidcode.net" + }, + "record": { + "CNAME": "valerius.me" + } +} diff --git a/domains/vamtic.json b/domains/vamtic.json index 0b0d9b23f..a4cdc40f6 100644 --- a/domains/vamtic.json +++ b/domains/vamtic.json @@ -1,14 +1,14 @@ -{ - "owner": { - "username": "vamtic", - "email": "vamtic@yahoo.com" - }, - "record": { - "A": ["89.106.200.1"], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": ["v=spf1 include:spf.improvmx.com ~all", "google-site-verification=c87D0Hk4uYmuX7ztxpSafWM2aRVNibOeA7gLv7SK2ag"] - } -} +{ + "owner": { + "username": "vamtic", + "email": "vamtic@yahoo.com" + }, + "record": { + "A": ["89.106.200.1"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": [ + "v=spf1 include:spf.improvmx.com ~all", + "google-site-verification=c87D0Hk4uYmuX7ztxpSafWM2aRVNibOeA7gLv7SK2ag" + ] + } +} diff --git a/domains/vanhzxje.json b/domains/vanhzxje.json new file mode 100644 index 000000000..29b609e1d --- /dev/null +++ b/domains/vanhzxje.json @@ -0,0 +1,12 @@ +{ + "description": "Horikita Suzune Github Pages", + "repo": "https://github.com/vanhzxje/vanhzxje.github.io", + "owner": { + "username": "vanhzxje", + "email": "suzunesokawaiii@gmail.com", + "discord": "912968921148186624" + }, + "record": { + "CNAME": "vanhzxje.github.io" + } +} diff --git a/domains/vanmanh.json b/domains/vanmanh.json new file mode 100644 index 000000000..6b456da69 --- /dev/null +++ b/domains/vanmanh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vanmanhdev", + "email": "vanmanh2763@gmail.com" + }, + "record": { + "CNAME": "vanmanhdev.github.io" + } +} diff --git a/domains/vansh.json b/domains/vansh.json index 99919fe4e..233743bc4 100644 --- a/domains/vansh.json +++ b/domains/vansh.json @@ -4,7 +4,7 @@ "email": "goelvansh2@gmail.com" }, "record": { - "CNAME": "vansh-goel.github.io" + "CNAME": "portfolio-mu-three-49.vercel.app" }, "description": "Personal Portfolio" } diff --git a/domains/vantage.json b/domains/vantage.json new file mode 100644 index 000000000..f9e58b06a --- /dev/null +++ b/domains/vantage.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "blaze-099", + "discord": "1186691290759434350", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.QLo89mhM4fE7MyI0fwTOoE1gwfqgTROR4XPtssSWrCFKdjAMxwFLRxSVKfTTk47ZdvtFcNQ-9i6zANMmvnKWqb4lk-A_IYDgCTI-rzfl7lIAsff092nh30jydQF4TCaaPwer3yrDZs-cHqnPJe1M9tVGLROeCpH5ndmRFCFCTp0SF5fIlyed9zElmsvmVm1In-pKSTFghIOm7W5A0Y_TGgGRz1GnCd7rUL0y_2Pww__W_JmiPYaqnIaas5YfHZSeSv68f4u6TicVOUFMCmRCAeF17ajRHB8NJJmAZ_5o0pvPs-YTFttOGRRp0MV7AMObacFMFpYufgvFM6amMBuKFA.nFT85dthPK_PLwebqK3zVw.w_dE_O8xeNrfXjtiPx_VM3hBR_p0i8huGEZfvGafCIBBtWm42cuIYAZ_kNh_qai31o3i7oRRi7UXOBGeShlvXW7znEXB9nx6Xy81QrbL878.l30yta1ym3dOqtn8MC7dZA" + }, + "record": { + "CNAME": "valorant-overlay-phi.vercel.app" + } +} diff --git a/domains/varad.json b/domains/varad.json new file mode 100644 index 000000000..10ddc1443 --- /dev/null +++ b/domains/varad.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Qvme", + "email": "varad.pi@proton.me" + }, + "record": { + "CNAME": "qvme.github.io" + } +} diff --git a/domains/varun-kumar.json b/domains/varun-kumar.json new file mode 100644 index 000000000..747ee4f16 --- /dev/null +++ b/domains/varun-kumar.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "varun-kumar-code", + "email": "varunkumar1329@gmail.com" + }, + "record": { + "CNAME": "varun-kumar-code.github.io" + } +} diff --git a/domains/varunkumarbilwal.json b/domains/varunkumarbilwal.json index 3682309f0..9ed78f251 100644 --- a/domains/varunkumarbilwal.json +++ b/domains/varunkumarbilwal.json @@ -3,7 +3,6 @@ "username": "varunkumarbilwal", "email": "varunkumarbilwal@gmail.com" }, - "record": { "CNAME": "varunkumarbilwal.github.io" } diff --git a/domains/vasanth.json b/domains/vasanth.json new file mode 100644 index 000000000..df36647d1 --- /dev/null +++ b/domains/vasanth.json @@ -0,0 +1,12 @@ +{ + "description": "Vasanth personal Blog", + "owner": { + "username": "62d2", + "email": "itsparser@gmail.com", + "twitter": "itsparser", + "discord": "itsparser" + }, + "record": { + "CNAME": "itsparser.github.io" + } +} diff --git a/domains/vaxad.json b/domains/vaxad.json index e209e12ec..5972927fe 100644 --- a/domains/vaxad.json +++ b/domains/vaxad.json @@ -1,11 +1,11 @@ { - "description": "Varad's personal developer website", - "repo": "https://github.com/vaxad/portfolio3.0", - "owner": { - "username": "vaxad", - "email": "varadprabhu111@gmail.com" - }, - "record": { - "URL": "https://varadprabhu.vercel.app" - } -} \ No newline at end of file + "description": "Varad's personal developer website", + "repo": "https://github.com/vaxad/portfolio3.0", + "owner": { + "username": "vaxad", + "email": "varadprabhu111@gmail.com" + }, + "record": { + "URL": "https://varadprabhu.vercel.app" + } +} diff --git a/domains/vbc6.json b/domains/vbc6.json index 25e05a758..c21e76daf 100644 --- a/domains/vbc6.json +++ b/domains/vbc6.json @@ -4,10 +4,7 @@ "email": "tsb3.a2@proton.me" }, "record": { - "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/vbkg.json b/domains/vbkg.json index a5d5e977b..246e78a47 100644 --- a/domains/vbkg.json +++ b/domains/vbkg.json @@ -4,10 +4,7 @@ "email": "qekbd7c6@gmail.com" }, "record": { - "MX": [ - "mx1.improvmx.com", - "mx1.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/vdevanarayan.json b/domains/vdevanarayan.json new file mode 100644 index 000000000..149ef15b8 --- /dev/null +++ b/domains/vdevanarayan.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "CodeTitan7", + "email": "octavius1983bc@gmail.com" + }, + "record": { + "A": ["76.76.21.21"], + "TXT": "google-site-verification=NcQI-OpciiCC6SO5bs1ws-ptlIZ9AEZskMszLGwFcOY" + } +} diff --git a/domains/vedant.json b/domains/vedant.json new file mode 100644 index 000000000..1148cc2ea --- /dev/null +++ b/domains/vedant.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "theonlyvedu" + }, + "record": { + "CNAME": "theonlyvedu.github.io" + } +} diff --git a/domains/veeju.json b/domains/veeju.json index ee93f7282..8fd6431c9 100644 --- a/domains/veeju.json +++ b/domains/veeju.json @@ -1,9 +1,9 @@ -{ - "owner": { - "username": "pocopepe", - "email": "avijusanjai@gmail.com" - }, - "record": { - "CNAME": "portfolio-4m8.pages.dev" - } -} +{ + "owner": { + "username": "pocopepe", + "email": "avijusanjai@gmail.com" + }, + "record": { + "CNAME": "portfolio-4m8.pages.dev" + } +} diff --git a/domains/veen.json b/domains/veen.json index 396e7563a..c7826462d 100644 --- a/domains/veen.json +++ b/domains/veen.json @@ -4,6 +4,6 @@ "email": "vmikki7207@gmail.com" }, "record": { - "CNAME": "Vihaan7207.github.io" + "CNAME": "vihaan7207.github.io" } } diff --git a/domains/vela.json b/domains/vela.json new file mode 100644 index 000000000..53454a43c --- /dev/null +++ b/domains/vela.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "v3laDev", + "email": "27khero@proton.me" + }, + "record": { + "CNAME": "v3laDev.github.io" + } +} diff --git a/domains/vendors.syntaxloopers.json b/domains/vendors.syntaxloopers.json deleted file mode 100644 index 1ac66d3d8..000000000 --- a/domains/vendors.syntaxloopers.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "chiragnahata", - "email": "chiragnahata05@gmail.com" - }, - - "record": { - "A": ["129.213.151.29"] - } -} diff --git a/domains/venquidev.json b/domains/venquidev.json index ae1517736..80f8dfdc0 100644 --- a/domains/venquidev.json +++ b/domains/venquidev.json @@ -3,7 +3,6 @@ "username": "venquidev", "email": "edwinrey5211@gmail.com" }, - "record": { "CNAME": "venquidev.pages.dev" } diff --git a/domains/vercel.cutedog5695.json b/domains/vercel.cutedog5695.json index a71d11e68..2b34a2843 100644 --- a/domains/vercel.cutedog5695.json +++ b/domains/vercel.cutedog5695.json @@ -1,9 +1,8 @@ { "owner": { - "username": "CuteDog5695", - "email": "", + "username": "iostpa", "discord": "716306888492318790", - "twitter": "cutedog5695" + "twitter": "iostpa" }, "record": { "CNAME": "cutedog5695test.vercel.app" diff --git a/domains/vercel.uwu.json b/domains/vercel.uwu.json index 304ea2a5c..c76f22995 100644 --- a/domains/vercel.uwu.json +++ b/domains/vercel.uwu.json @@ -1,6 +1,6 @@ { "owner": { - "username": "orxngc", + "username": "orangci", "discord": "orangc", "email": "orangc@proton.me" }, diff --git a/domains/vercelstats.json b/domains/vercelstats.json new file mode 100644 index 000000000..ef4c3a88b --- /dev/null +++ b/domains/vercelstats.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "urasdbwd", + "discord": "291889282032074752", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Rk-tjtU1eVZHHNI82WkQoEiO7wtfqi_6oY-9xBg7tg1mIJpxyKGdsiwV_TAp3mX-iG_U9htCCFHbJLhGfX4RqVkdUiHmyawfIjohS0VRBqRLOJd3-9ReuVtGUpQ_DOaRiRAk-2Hlhk_ezQL4AiuhXHD28mmIYeKUStsdzBlbRmpQlwoYM-2yFIKMEMkh-CRc-icSqg4qfGW5L-a9b4ZWpJyjueT-Im_zFuSOlxxNw2973ReDrufBlH9aDP5Jaf182kkLC_3Tqal06AFP3E9_fDDop6I9LHgGSxDgdGxsk6sk_JqNiCuEPj5FPrtyzT8w8d2wrgPbT6JAm2TbATwPpg.is8KsKYKveS3VWScvBcJcw.jR2xMNvc4N8daMiq4nI4_XWM0DHse1UNfSoArKF9udkm5-8e9LDupPjzNeA-gLaSXE_bLOxbq3ofTUqFWrckSdQodJfJzqCaU_fhrYxGmX8.T8FA4E_QlW4nmGGOhNUFAg" + }, + "record": { + "A": ["193.149.164.209"] + } +} diff --git a/domains/verkyana.json b/domains/verkyana.json new file mode 100644 index 000000000..9348ec7f8 --- /dev/null +++ b/domains/verkyana.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Keiyanas", + "email": "katzswax@gmail.com" + }, + "record": { + "CNAME": "keiyanas.github.io" + } +} diff --git a/domains/verma-sanjeet.json b/domains/verma-sanjeet.json index 642ad4408..9a14a09a4 100644 --- a/domains/verma-sanjeet.json +++ b/domains/verma-sanjeet.json @@ -2,8 +2,7 @@ "description": "Sanjeet Verma.", "repo": "https://github.com/verma-sanjeet/verma-sanjeet.github.io", "owner": { - "username": "verma-sanjeet", - "email": "" + "username": "verma-sanjeet" }, "record": { "CNAME": "verma-sanjeet.github.io" diff --git a/domains/vgwarden.json b/domains/vgwarden.json new file mode 100644 index 000000000..cb2b3886e --- /dev/null +++ b/domains/vgwarden.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "VGWARDEN" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/vi0leta.json b/domains/vi0leta.json index 1af90edd0..def51632a 100644 --- a/domains/vi0leta.json +++ b/domains/vi0leta.json @@ -3,7 +3,6 @@ "username": "vi0letadev", "email": "vi0leta@riseup.net" }, - "record": { "A": ["37.27.4.76"] } diff --git a/domains/vicentelopez.json b/domains/vicentelopez.json new file mode 100644 index 000000000..a3e4a1e2a --- /dev/null +++ b/domains/vicentelopez.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "lopezvcnt", + "email": "lopezvcnt@gmail.com" + }, + "description": "Vicente López portfolio showcasing skills and projects for profesional purpose.", + "record": { + "CNAME": "lopezvcnt.github.io" + } +} diff --git a/domains/victor.json b/domains/victor.json index 0c432294a..e1890bc10 100644 --- a/domains/victor.json +++ b/domains/victor.json @@ -3,7 +3,6 @@ "username": "victoroliveira", "email": "victoroliveira.eng@gmail.com" }, - "record": { "CNAME": "victoroliveira.github.io" } diff --git a/domains/victoria.json b/domains/victoria.json new file mode 100644 index 000000000..6fad7fc3e --- /dev/null +++ b/domains/victoria.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "itahseen" + }, + "record": { + "CNAME": "viktoriaa.vercel.app" + } +} diff --git a/domains/victoroliveira.json b/domains/victoroliveira.json index 0c432294a..e1890bc10 100644 --- a/domains/victoroliveira.json +++ b/domains/victoroliveira.json @@ -3,7 +3,6 @@ "username": "victoroliveira", "email": "victoroliveira.eng@gmail.com" }, - "record": { "CNAME": "victoroliveira.github.io" } diff --git a/domains/victorvickie.json b/domains/victorvickie.json index 44b254078..b4faaf6fd 100644 --- a/domains/victorvickie.json +++ b/domains/victorvickie.json @@ -4,7 +4,6 @@ "email": "s.vickie14@gmail.com", "discord": "448131424655114250" }, - "record": { "URL": "https://vk.is-a.dev" } diff --git a/domains/viernes.json b/domains/viernes.json new file mode 100644 index 000000000..d8a7a2d67 --- /dev/null +++ b/domains/viernes.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "br0k3r", + "email": "br0k3r@protonmail.com" + }, + "record": { + "CNAME": "viernes.surge.sh" + } + } + \ No newline at end of file diff --git a/domains/viet.json b/domains/viet.json new file mode 100644 index 000000000..17a7d3607 --- /dev/null +++ b/domains/viet.json @@ -0,0 +1,15 @@ +{ + "description": "Secondary domain for vietthe.dev", + "repo": "https://github.com/vietthedev/vietthe.dev", + "owner": { + "username": "vietthedev", + "email": "vietthedev@gmail.com", + "discord": "vietthedev" + }, + "record": { + "NS": [ + "evangeline.ns.cloudflare.com", + "salvador.ns.cloudflare.com" + ] + } +} diff --git a/domains/viggo.json b/domains/viggo.json index 1c5678681..f26ac6f26 100644 --- a/domains/viggo.json +++ b/domains/viggo.json @@ -4,7 +4,6 @@ "email": "ViggAlm@gmail.com", "discord": "930932488040226876" }, - "record": { "CNAME": "viggalm.github.io" } diff --git a/domains/vighnesh153.json b/domains/vighnesh153.json new file mode 100644 index 000000000..68a2d64b4 --- /dev/null +++ b/domains/vighnesh153.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vighnesh153", + "email": "pikachu@vighnesh153.dev" + }, + "record": { + "CNAME": "vighnesh153-app.web.app" + } +} diff --git a/domains/vigikaran.json b/domains/vigikaran.json new file mode 100644 index 000000000..39e3b609f --- /dev/null +++ b/domains/vigikaran.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vigikaran", + "email": "vigikaran.php@gmail.com" + }, + "record": { + "URL": "https://www.linkedin.com/in/vigikaran/" + } +} diff --git a/domains/vignesh.json b/domains/vignesh.json new file mode 100644 index 000000000..c80386d58 --- /dev/null +++ b/domains/vignesh.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Vignesh025", + "email": "vigneshjayakumar9221@gmail.com", + "discord": "vignesh025" + }, + "record": { + "CNAME": "vigneshportfolio1.vercel.app" + } +} diff --git a/domains/vihanga.json b/domains/vihanga.json index fa92d2df2..22a3cde82 100644 --- a/domains/vihanga.json +++ b/domains/vihanga.json @@ -1,12 +1,12 @@ { - "description": "For my personal projects site.", - "repo": "https://github.com/vihangaashin/vihangaashin.github.io", - "owner": { - "username": "vihangaashin", - "email": "vihangapubg44@gmail.com", - "twitter": "vihangayt" - }, - "record": { - "CNAME": "vihangaashin.github.io" - } + "description": "For my personal projects site.", + "repo": "https://github.com/vihangaashin/vihangaashin.github.io", + "owner": { + "username": "vihangaashin", + "email": "vihangapubg44@gmail.com", + "twitter": "vihangayt" + }, + "record": { + "CNAME": "vihangaashin.github.io" + } } diff --git a/domains/vik.json b/domains/vik.json new file mode 100644 index 000000000..2de2f59c2 --- /dev/null +++ b/domains/vik.json @@ -0,0 +1,11 @@ +{ + "description": "Vivek's Portfolio", + "repo": "https://github.com/xd-vik/imvik", + "owner": { + "username": "xd-vik", + "email": "vivekcodzz@gmail.com" + }, + "record": { + "CNAME": "imvik.vercel.app" + } +} diff --git a/domains/vikas.json b/domains/vikas.json new file mode 100644 index 000000000..26b9387ee --- /dev/null +++ b/domains/vikas.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "kvikas063", + "email": "vikas_063@hotmail.com" + }, + "description": "portofolio website.", + "record": { + "CNAME": "kvikas063.github.io" + } +} diff --git a/domains/vikipranata.json b/domains/vikipranata.json new file mode 100644 index 000000000..1bdca1386 --- /dev/null +++ b/domains/vikipranata.json @@ -0,0 +1,12 @@ +{ + "description": "Domain for personal web pages", + "owner": { + "username": "vikipranata", + "email": "helovikipranata@gmail.com" + }, + "record": { + "CNAME": "vikipranata.github.io", + "TXT": "google-site-verification=P0NDXXGrIMQIApUCl70HKX0nLphXZtzeW2B4qckwuLE" + }, + "proxied": true +} diff --git a/domains/vikrant.json b/domains/vikrant.json new file mode 100644 index 000000000..bddc18231 --- /dev/null +++ b/domains/vikrant.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "diluteoxygen", + "email": "diluteoxygen@gmail.com" + }, + "record": { + "CNAME": "diluteoxygen.github.io" + } +} diff --git a/domains/vinay.json b/domains/vinay.json new file mode 100644 index 000000000..12bca45a2 --- /dev/null +++ b/domains/vinay.json @@ -0,0 +1,13 @@ +{ + "description": "Personal Portfolio Website", + "repo": "https://github.com/vinugawade/vinux.in", + "owner": { + "username": "vinugawade", + "email": "vinulike11@gmail.com", + "linkedin": "https://www.linkedin.com/in/vinu-gawade", + "discord": "830872854677422150" + }, + "record": { + "CNAME": "vinux.in" + } +} diff --git a/domains/vinayaka.json b/domains/vinayaka.json new file mode 100644 index 000000000..9f6fe25fc --- /dev/null +++ b/domains/vinayaka.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vinayaka-iyer", + "email": "vinayakaiyer999@gmail.com" + }, + "record": { + "CNAME": "vinayaka-portfolio.vercel.app" + } +} diff --git a/domains/vinceale7082.json b/domains/vinceale7082.json index 4a95357c0..4d7391ffa 100644 --- a/domains/vinceale7082.json +++ b/domains/vinceale7082.json @@ -1,13 +1,11 @@ { - "owner": { - "username": "VinceAle7082", - "email": "vinceale7082@gmail.com", - "discord": "1078447459900063816", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.gJMoU3q_oUV1HkwQ_iqc9c5A-CrQpYDBcbv825Y26CHrUZZwrSb6oRfqqsEqiClcCyKMoFW3jbUdCEk3OsjldrgQOzY0xIvLuchXu1VCbSkkDXeSJCxS7lTpTJ_2TQe9zPs1nanuUf8k3zVxvpis_DIs4ON9vqyW-D9iXgCLJEqF6ILJla4aMSvya2yEWzz56Rdh242J5F3HMQwqEEQpYTJPdM-XN3NuQxsu9f6dfhBNd-QMKqc7nPDqDYSpKCABdWphikCjMEyYQHXXVnlLmXOYjaATE-ZvWyb-1aHTpqZwRxjB77AdrfPgwEpUVstCMYGuXehjz_VqZ5ihPGefRw.Hyqa9XTdQZexcwDXH6wcSw.ygPBwgZujpLGVzWFsjlHla6y14-6E7lL-ifYaFZ40jbXj-ukWpL4eXaXx6P-4yNYSjoNIXcaToQxvDVHbQkClZJiu5XDJ7ahzTnlCQ3ngqg.1LRgjc8WbrkWVnqpHBBQIw" - }, - - "record": { - "A": ["37.183.129.150"] - } - } - + "owner": { + "username": "VinceAle7082", + "email": "vinceale7082@gmail.com", + "discord": "1078447459900063816", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.gJMoU3q_oUV1HkwQ_iqc9c5A-CrQpYDBcbv825Y26CHrUZZwrSb6oRfqqsEqiClcCyKMoFW3jbUdCEk3OsjldrgQOzY0xIvLuchXu1VCbSkkDXeSJCxS7lTpTJ_2TQe9zPs1nanuUf8k3zVxvpis_DIs4ON9vqyW-D9iXgCLJEqF6ILJla4aMSvya2yEWzz56Rdh242J5F3HMQwqEEQpYTJPdM-XN3NuQxsu9f6dfhBNd-QMKqc7nPDqDYSpKCABdWphikCjMEyYQHXXVnlLmXOYjaATE-ZvWyb-1aHTpqZwRxjB77AdrfPgwEpUVstCMYGuXehjz_VqZ5ihPGefRw.Hyqa9XTdQZexcwDXH6wcSw.ygPBwgZujpLGVzWFsjlHla6y14-6E7lL-ifYaFZ40jbXj-ukWpL4eXaXx6P-4yNYSjoNIXcaToQxvDVHbQkClZJiu5XDJ7ahzTnlCQ3ngqg.1LRgjc8WbrkWVnqpHBBQIw" + }, + "record": { + "URL": "https://vinceale7082.com" + } +} diff --git a/domains/vincent.json b/domains/vincent.json new file mode 100644 index 000000000..882de9792 --- /dev/null +++ b/domains/vincent.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vinvin27", + "email": "simsichepac+is-a@gmail.com" + }, + "record": { + "CNAME": "vincent-homepage.pages.dev" + } +} diff --git a/domains/vinicius.json b/domains/vinicius.json index d0d055bea..d58a4aa03 100644 --- a/domains/vinicius.json +++ b/domains/vinicius.json @@ -1,9 +1,7 @@ { "description": "My personal website", - "repo": "https://github.com/vncsmnl", "owner": { "username": "vncsmnl", - "email": "", "twitter": "vncsmnl", "discord": "vncsmnl#7835" }, diff --git a/domains/vinitshah.json b/domains/vinitshah.json new file mode 100644 index 000000000..deca1eb4f --- /dev/null +++ b/domains/vinitshah.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio Webisite", + "repo": "https://github.com/vinitshah101/portfolio-website", + "owner": { + "username": "vinitshah101", + "email": "vinitshahofficial@gmail.com" + }, + "record": { + "CNAME": "vinitshah101.github.io" + } +} diff --git a/domains/vintheweirdass.json b/domains/vintheweirdass.json new file mode 100644 index 000000000..77d233378 --- /dev/null +++ b/domains/vintheweirdass.json @@ -0,0 +1,17 @@ +{ + "description": "redirect. js that", + "repo": "https://github.com/vintheweirdass/vintheweirdass.github.io", + "owner": { + "username": "vintheweirdass", + "twitter": "vintheweirdass", + "discord": "vintheweirdass" + }, + "record": { + "URL": "https://vtwa.is-a.dev", + "TXT": [ + "zoho-verification=zb23163854.zmverify.zoho.com", + "v=spf1 include:zohomail.com ~all" + ], + "MX": ["mx.zoho.com"] + } +} diff --git a/domains/vinvin.json b/domains/vinvin.json new file mode 100644 index 000000000..a10d39420 --- /dev/null +++ b/domains/vinvin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vinvin27", + "email": "simsichepac@gmail.com" + }, + "record": { + "CNAME": "vincent-homepage.pages.dev" + } +} diff --git a/domains/viplav-mistry.json b/domains/viplav-mistry.json index 3c752af87..df3269860 100644 --- a/domains/viplav-mistry.json +++ b/domains/viplav-mistry.json @@ -2,8 +2,7 @@ "description": "Persona dev website", "repo": "https://github.com/viplav-mistry/viplav-mistry.github.io", "owner": { - "username": "viplav-mistry", - "email": "" + "username": "viplav-mistry" }, "record": { "CNAME": "viplav-mistry.github.io" diff --git a/domains/vipul.json b/domains/vipul.json index 645e0f455..b6e147d96 100644 --- a/domains/vipul.json +++ b/domains/vipul.json @@ -5,6 +5,6 @@ "email": "vipultyagi386+github@gmail.com" }, "record": { - "CNAME": "VipulOG.github.io" + "CNAME": "vipulog.github.io" } } diff --git a/domains/viral-gadhiya.json b/domains/viral-gadhiya.json index 5154666e0..f491c65cf 100644 --- a/domains/viral-gadhiya.json +++ b/domains/viral-gadhiya.json @@ -2,8 +2,7 @@ "description": "Viral Gadhiya Profile.", "repo": "https://github.com/viral-gadhiya/viral-gadhiya.github.io", "owner": { - "username": "viral-gadhiya", - "email": "" + "username": "viral-gadhiya" }, "record": { "CNAME": "viral-gadhiya.github.io" diff --git a/domains/viral-soni.json b/domains/viral-soni.json new file mode 100644 index 000000000..bfcc3e11e --- /dev/null +++ b/domains/viral-soni.json @@ -0,0 +1,11 @@ +{ + "description": "My personal developer profile", + "repo": "https://github.com/R-Okje/my-wasm-website", + "owner": { + "username": "R-Okje", + "email": "vssviral@gmail.com" + }, + "record": { + "CNAME": "r-okje.github.io" + } +} diff --git a/domains/viren-trivedi.json b/domains/viren-trivedi.json index 91eee4984..d04c634ed 100644 --- a/domains/viren-trivedi.json +++ b/domains/viren-trivedi.json @@ -2,8 +2,7 @@ "description": "Viren Profile.", "repo": "https://github.com/viren-trivedi/viren-trivedi.github.io", "owner": { - "username": "viren-trivedi", - "email": "" + "username": "viren-trivedi" }, "record": { "CNAME": "viren-trivedi.github.io" diff --git a/domains/virtual.json b/domains/virtual.json new file mode 100644 index 000000000..38940393e --- /dev/null +++ b/domains/virtual.json @@ -0,0 +1,11 @@ +{ + "description": "Virtual is a Dev", + "repo": "https://github.com/MarkAguirre26/virtual", + "owner": { + "username": "MarkAguirre26", + "email": "markaguirre26@gmail.com" + }, + "record": { + "URL": "https://virtual-dev.netlify.app/" + } +} diff --git a/domains/vishal.json b/domains/vishal.json index 91946b3e8..aecce9f41 100644 --- a/domains/vishal.json +++ b/domains/vishal.json @@ -1,6 +1,5 @@ { "description": "Welcome to Vishal Sharma's Space on Web", - "repo": "https://github.com/makeavish", "owner": { "username": "makeavish", "email": "hi@vishalsharma.dev" diff --git a/domains/vishalanarase.json b/domains/vishalanarase.json new file mode 100644 index 000000000..a04642c1d --- /dev/null +++ b/domains/vishalanarase.json @@ -0,0 +1,12 @@ +{ + "description": "Subdomain for my personal portfolio", + "repo": "https://github.com/vishalanarase/vishalanarase.github.io", + "owner": { + "username": "vishalanarase", + "email": "iamvishalanarase@gmail.com", + "twitter": "vishalanarase" + }, + "record": { + "CNAME": "vishalanarase.github.io" + } +} diff --git a/domains/vishalg.json b/domains/vishalg.json index a489c0024..abd51eac0 100644 --- a/domains/vishalg.json +++ b/domains/vishalg.json @@ -3,7 +3,6 @@ "repo": "https://github.com/vishalpx/vishalpx.github.io", "owner": { "username": "vishalpx", - "email": "", "twitter": "vishal26x" }, "record": { diff --git a/domains/vishalkrsharma.json b/domains/vishalkrsharma.json index 61a833385..244451508 100644 --- a/domains/vishalkrsharma.json +++ b/domains/vishalkrsharma.json @@ -1,7 +1,6 @@ { "owner": { "username": "vishalkrsharma", - "email": "", "discord": "daredev1l#0205" }, "description": "Vishal Kumar Sharma - Portfolio", diff --git a/domains/vishwapinnawala.json b/domains/vishwapinnawala.json index 966c730e7..4e28c4418 100644 --- a/domains/vishwapinnawala.json +++ b/domains/vishwapinnawala.json @@ -3,7 +3,6 @@ "username": "vishwapinnawala", "email": "vishwaspinnawala@gmail.com" }, - "record": { "A": ["198.91.81.12"] } diff --git a/domains/vivek.json b/domains/vivek.json index de9d64e68..4ca812941 100644 --- a/domains/vivek.json +++ b/domains/vivek.json @@ -12,10 +12,7 @@ "185.199.111.153", "185.199.110.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/vivekkumar.json b/domains/vivekkumar.json index 6721f848f..55ee2bb09 100644 --- a/domains/vivekkumar.json +++ b/domains/vivekkumar.json @@ -6,6 +6,6 @@ "email": "vivek-kumar@live.in" }, "record": { - "CNAME": "VivekKumarNeu.github.io" + "CNAME": "vivekkumarneu.github.io" } } diff --git a/domains/vk.json b/domains/vk.json index 319c34f62..aaef37b76 100644 --- a/domains/vk.json +++ b/domains/vk.json @@ -4,7 +4,6 @@ "email": "s.vickie14@gmail.com", "discord": "448131424655114250" }, - "record": { "CNAME": "victorvickie.github.io" } diff --git a/domains/vlad.json b/domains/vlad.json new file mode 100644 index 000000000..cfc329f7e --- /dev/null +++ b/domains/vlad.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "uladkaminski", + "email": "i@uladkaminski.com" + }, + "record": { + "CNAME": "uladkaminski.com" + } +} diff --git a/domains/vldm.json b/domains/vldm.json new file mode 100644 index 000000000..9e4d1ea05 --- /dev/null +++ b/domains/vldm.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "VLDeMenezes", + "email": "victorleandrodemenezes@gmail.com" + }, + "record": { + "CNAME": "vldm-portafolio.vercel.app" + } +} diff --git a/domains/voided.json b/domains/voided.json new file mode 100644 index 000000000..5473e25b8 --- /dev/null +++ b/domains/voided.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "VoidedGorilla", + "discord": "999697070288027800" + }, + "record": { + "CNAME": "voidedgorilla.github.io" + } +} diff --git a/domains/voidvault.json b/domains/voidvault.json new file mode 100644 index 000000000..0c15c0ec7 --- /dev/null +++ b/domains/voidvault.json @@ -0,0 +1,10 @@ +{ + "domain": "voidvault.is-a.dev", + "owner": { + "username": "Dev-Rajeshkumar", + "email": "rajesh8778354586@gmail.com" + }, + "record": { + "CNAME": "nova-blog-tech.vercel.app" + } +} diff --git a/domains/vornexx.json b/domains/vornexx.json index c89394853..4a7f7f58a 100644 --- a/domains/vornexx.json +++ b/domains/vornexx.json @@ -1,7 +1,6 @@ { "owner": { - "username": "vornex-gh", - "email": "", + "username": "vornexx", "discord": "1149438819834269856", "twitter": "vornexx_" }, diff --git a/domains/votiendung.json b/domains/votiendung.json new file mode 100644 index 000000000..683fe810d --- /dev/null +++ b/domains/votiendung.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dungxibo123", + "email": "votiendung0805@gmail.com" + }, + "record": { + "CNAME": "dungxibo123.github.io" + } +} diff --git a/domains/voxj.json b/domains/voxj.json index b6afe1879..12695c40b 100644 --- a/domains/voxj.json +++ b/domains/voxj.json @@ -1,10 +1,8 @@ { "owner": { "username": "voxj", - "email": "", "discord": "1108039808649015336" }, - "record": { "CNAME": "rawintosh.github.io" } diff --git a/domains/voxxdevv.json b/domains/voxxdevv.json new file mode 100644 index 000000000..6e783b671 --- /dev/null +++ b/domains/voxxdevv.json @@ -0,0 +1,11 @@ +{ + "description": "A simple website showcasing projects crafted by my development team.", + "repo": "https://github.com/voxxdevv/voxxdevv.github.io/lmdesigns", + "owner": { + "username": "voxxdevv", + "email": "aminrh@icloud.com" + }, + "record": { + "CNAME": "voxxdevv.github.io" + } +} diff --git a/domains/vra.json b/domains/vra.json new file mode 100644 index 000000000..213335b04 --- /dev/null +++ b/domains/vra.json @@ -0,0 +1,15 @@ +{ + "owner": { + "username": "vra-thenix", + "email": "rawatsiddhant25@gmail.com" + }, + "record": { + "A": [ + "185.199.110.153", + "185.199.109.153", + "185.199.111.153", + "185.199.108.153" + ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] + } +} diff --git a/domains/vrbz.json b/domains/vrbz.json new file mode 100644 index 000000000..a7c54de98 --- /dev/null +++ b/domains/vrbz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vrbz", + "email": "vrbzzz@proton.me" + }, + "record": { + "CNAME": "vrbz.rf.gd" + } +} diff --git a/domains/vrivera.json b/domains/vrivera.json new file mode 100644 index 000000000..7b6f0f6f7 --- /dev/null +++ b/domains/vrivera.json @@ -0,0 +1,11 @@ +{ + "description": "personal portfolio", + "repo": "https://github.com/vcntttt/portfolio", + "owner": { + "username": "vcntttt", + "email": "vrivera.dev@gmail.com" + }, + "record": { + "CNAME": "vcntttt.github.io" + } +} diff --git a/domains/vs206.json b/domains/vs206.json new file mode 100644 index 000000000..28fded3f2 --- /dev/null +++ b/domains/vs206.json @@ -0,0 +1,11 @@ +{ + "description": "is-a.dev subdomain for my portfolio", + "repo": "https://github.com/vs206/vs206.github.io", + "owner": { + "username": "vs206", + "email": "singhvikal891@gmail.com" + }, + "record": { + "CNAME": "vs206.github.io" + } +} diff --git a/domains/vscode.urging.json b/domains/vscode.urging.json deleted file mode 100644 index e8cfb309f..000000000 --- a/domains/vscode.urging.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "UrgingOfc", - "email": "diogo.lopes.silva.ch@gmail.com" - }, - "record": { - "A": ["69.30.249.53"] - } -} diff --git a/domains/vtwa.json b/domains/vtwa.json new file mode 100644 index 000000000..c9d554823 --- /dev/null +++ b/domains/vtwa.json @@ -0,0 +1,12 @@ +{ + "description": "My base website. Very epik tbh 💥💥", + "repo": "https://github.com/vintheweirdass/vintheweirdass.github.io", + "owner": { + "username": "vintheweirdass", + "twitter": "vintheweirdass", + "discord": "vintheweirdass" + }, + "record": { + "NS": ["christina.ns.cloudflare.com", "mustafa.ns.cloudflare.com"] + } +} diff --git a/domains/vulcanocraft.json b/domains/vulcanocraft.json index db184e905..ccd85e431 100644 --- a/domains/vulcanocraft.json +++ b/domains/vulcanocraft.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "VulcanoSoftware", - "email": "", - "discord": "814891541205876767", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.LFE4hdd7T8k_kGv3iE8p5w1dHdG5P6bV0tWDLkePBkHeQytXDnnlDdlmdKFwEjt_eB1SbPjhAi1Q7Mej6jgJKoP8V5PH6uoAMef0CgBiRz9EQXH9fbzDy5LNYkmu76PZONduIejnPhxohKFIaSkbTZJqnz7962HCUwSNEDptIgumL3-l30iEZ6ytQDzMuwJc4eSrfFh0qIMxvanz4pD2X67uLP-OjEMcEVl9JT4MtsfMFql1e9be3pym-Gi_VSilIFTkZrBOkmyShzkK2YG44z2-iRDPh-p920OxTxpIkytub38_qJ8OMuWrB5uaQ_UhX-YZan4TbMQHXwDY0oRxZg.34fTFW_4uMTgOrh4prtEMA.NoIOnyezwNIixQEnzbBpT0P4Z7ny0WdRBpC87tNeeWSQ-3HFGekyeSht37N8iSYPJW9rShlfpglzqLRQXr0_jOCBQClLWWTWVYnsFWYtfNbKt4ziAJHzs1a-IXZLNi0Y.zVvP0gJYcOXQdhqXuK8XOQ" - }, - - "record": { - "CNAME": "vulcanocraft.pages.dev" - } - } - \ No newline at end of file + "owner": { + "username": "VulcanoSoftware", + "discord": "814891541205876767", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.LFE4hdd7T8k_kGv3iE8p5w1dHdG5P6bV0tWDLkePBkHeQytXDnnlDdlmdKFwEjt_eB1SbPjhAi1Q7Mej6jgJKoP8V5PH6uoAMef0CgBiRz9EQXH9fbzDy5LNYkmu76PZONduIejnPhxohKFIaSkbTZJqnz7962HCUwSNEDptIgumL3-l30iEZ6ytQDzMuwJc4eSrfFh0qIMxvanz4pD2X67uLP-OjEMcEVl9JT4MtsfMFql1e9be3pym-Gi_VSilIFTkZrBOkmyShzkK2YG44z2-iRDPh-p920OxTxpIkytub38_qJ8OMuWrB5uaQ_UhX-YZan4TbMQHXwDY0oRxZg.34fTFW_4uMTgOrh4prtEMA.NoIOnyezwNIixQEnzbBpT0P4Z7ny0WdRBpC87tNeeWSQ-3HFGekyeSht37N8iSYPJW9rShlfpglzqLRQXr0_jOCBQClLWWTWVYnsFWYtfNbKt4ziAJHzs1a-IXZLNi0Y.zVvP0gJYcOXQdhqXuK8XOQ" + }, + "record": { + "CNAME": "vulcanocraft.pages.dev" + } +} diff --git a/domains/vulpine.json b/domains/vulpine.json index f09acfb0c..396534891 100644 --- a/domains/vulpine.json +++ b/domains/vulpine.json @@ -1,14 +1,11 @@ { - "owner": { - "username": "VulpineFriend87", - "email": "", - "discord": "911268706112397392" - }, - - "record": { - "A": ["69.30.249.53"], - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": ["v=spf1 include:spf.improvmx.com ~all"] - } - } - + "owner": { + "username": "VulpineFriend87", + "discord": "911268706112397392" + }, + "record": { + "A": ["69.30.249.53"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + } +} diff --git a/domains/vuri.json b/domains/vuri.json new file mode 100644 index 000000000..2e62d39d4 --- /dev/null +++ b/domains/vuri.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vurihuang", + "email": "vengeancehuang@gmail.com" + }, + "record": { + "CNAME": "vurihuang.github.io" + } +} diff --git a/domains/vurihuang.json b/domains/vurihuang.json new file mode 100644 index 000000000..2e62d39d4 --- /dev/null +++ b/domains/vurihuang.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vurihuang", + "email": "vengeancehuang@gmail.com" + }, + "record": { + "CNAME": "vurihuang.github.io" + } +} diff --git a/domains/vvp.json b/domains/vvp.json index 22761e781..d4626792f 100644 --- a/domains/vvp.json +++ b/domains/vvp.json @@ -1,6 +1,5 @@ { "description": "VVP's Website", - "repo": "https://github.com/VVP3215", "owner": { "username": "VVP", "email": "jamesmentes.management@gmail.com" diff --git a/domains/vyductan.json b/domains/vyductan.json new file mode 100644 index 000000000..fd12147df --- /dev/null +++ b/domains/vyductan.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "vyductan", + "email": "vdt5snet@gmail.com", + "discord": "370012050316984321" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/vyfor.json b/domains/vyfor.json new file mode 100644 index 000000000..669219e08 --- /dev/null +++ b/domains/vyfor.json @@ -0,0 +1,11 @@ +{ + "description": "minimal portfolio", + "repo": "https://github.com/vyfor/page", + "owner": { + "username": "vyfor", + "discord": "vyfor" + }, + "record": { + "CNAME": "vyfor.pages.dev" + } +} diff --git a/domains/w.json b/domains/w.json index b8151727b..55dcef36b 100644 --- a/domains/w.json +++ b/domains/w.json @@ -1,11 +1,12 @@ { "owner": { "username": "wdhdev", - "email": "william@williamharrison.dev", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.SdYpx7eNqzrsSaps8ePYAkUaNG-q_yn4sIwHgBleDwBi380-SWsVjBboVLydwM6PxK1gAzRamHu9HlrccM-6EHeWhogQlRxpqh00vdm_YvY2B2GizVZyo2WL1mcz9rYmicfWso_pcVNhgxHzj3k4MtNMcVbnQmFhVg8mk3DwXQyvK347cZCRnwuQe4l0XAX9xfEPJ-A02ljxjQUrwzaIUfDuJHM5UBC7uS5I6FRl8M2Sz0VlvmiE3lqdsxphL1vOAR3guCCulNyfLo-yvLqIvxGF-L2zbuaKMpQta0wxwTE4M2TNFJ3ajawCeWtzQvtHvjonuKoLZk02mkp2c4zlCA.XEGDbkb6MearJnI0Lx3mxw.uIfclT8STiI1PQpL7HBPPduiLS89ybBNYCz-5suFAqwpeoFqmeKoYjMLKssywx_UeNfYJ8EakPpSrno7PsVPeKhixsw1XwAj2Mnb_FkYQ6S-ibd0Mh3fS6299ISEmhBK.bT1AIOehMEy6K3M7amOaVQ" + "email": "william@is-a.dev" }, - "record": { - "CNAME": "edge.redirect.pizza" + "URL": "https://william.is-a.dev" + }, + "redirect_config": { + "redirect_paths": true } } diff --git a/domains/w3teal.json b/domains/w3teal.json new file mode 100644 index 000000000..3c4267490 --- /dev/null +++ b/domains/w3teal.json @@ -0,0 +1,19 @@ +{ + "description": "Used for my W3Teal's blog website, Keyoxide verification and ImprovMX.", + "repo": "https://github.com/w3teal/w3teal.github.io", + "owner": { + "username": "w3teal", + "email": "w3teal@gmail.com" + }, + "record": { + "A": ["76.76.21.21"], + "TXT": [ + "aspe:keyoxide.org:YM7J2J5UIVYRWSHRSOTYFYJ2HQ", + "v=spf1 include:spf.improvmx.com ~all" + ], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] + } +} diff --git a/domains/wacky.json b/domains/wacky.json index ff1252d9f..c90e42ef1 100644 --- a/domains/wacky.json +++ b/domains/wacky.json @@ -1,11 +1,10 @@ { - "owner": { - "username": "Turtles127", - "email": "turtles127855@gmail.com", - "discord": "838934801972723713" - }, - - "record": { - "CNAME": "wacky.pages.dev" - } + "owner": { + "username": "Turtles127", + "email": "turtles127855@gmail.com", + "discord": "838934801972723713" + }, + "record": { + "CNAME": "wacky.pages.dev" + } } diff --git a/domains/waffle.json b/domains/waffle.json new file mode 100644 index 000000000..e0ac261a7 --- /dev/null +++ b/domains/waffle.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "thunderbrown", + "discord": "1136724508963786853", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IOt6Fe7HwzPWLgMCnhEWxnQ5iIO_7N-JQQxbASxBod0HEN6leTAkKtT12vE4eQ8LQl-KyngOrCV3DXqMsm0TBQ-i50SATi0ulBUm0Y4DK5BE1ImiiI5r1k9wTNcIkscbjoPx-9UCXHJu4YSCCBO2ue1qabXS_qZBMoca9YoBhIRkm4TQdTHtQpBgPdEhQxpUTMLufSthViymi0gLtfrvN370LB5Ifn6uKEwqELbPgCguPrdgfRZ2IoDMmqIAjPammrzY38o4su-V11VHfaP2zmLbNirp68G1K5CM_4-vR_asABGGaZKL4UDeWSkXjWJ8vEPWtgDSWn9DdVvhALmpww.Twlxj_UzjVXZAApZdWop-w.iXs53ZGTHNcvbSqnMr8I7NMo9Uqc0snEg1Fwt148F9rGVw-WQnLrIJn3TiRHQE5t4yailES23tKfkjcyBzAM2ZQ794d8QZflOFRNmLatJe0.0oCcRtNlsAJPcsbek9kM3w" + }, + "record": { + "CNAME": "thunderbrown.github.io" + } +} diff --git a/domains/waki.json b/domains/waki.json index 08dba2bbc..b0c864305 100644 --- a/domains/waki.json +++ b/domains/waki.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "aiwaki", - "email": "", - "discord": "351012170839883776" - }, - - "record": { - "CNAME": "waki.pages.dev" - } - } - + "owner": { + "username": "aiwaki", + "discord": "351012170839883776" + }, + "record": { + "CNAME": "aiwaki.vercel.app" + } +} diff --git a/domains/walkercito.json b/domains/walkercito.json new file mode 100644 index 000000000..8629e93c1 --- /dev/null +++ b/domains/walkercito.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "Walkercito" + }, + "record": { + "CNAME": "walkercitodev.vercel.app" + } +} diff --git a/domains/wallsified.json b/domains/wallsified.json new file mode 100644 index 000000000..8a14eb7ff --- /dev/null +++ b/domains/wallsified.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "wallsified", + "email": "danielparedes@ciencias.unam.mx" + }, + "record": { + "CNAME": "portafolio-gamma-mauve.vercel.app" + } +} diff --git a/domains/wansc.json b/domains/wansc.json index 7e4a4db92..b1b5575ce 100644 --- a/domains/wansc.json +++ b/domains/wansc.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "661111", - "email": "3227988255@qq.com" - }, - "record": { - "CNAME": "661111.github.io" - } + "owner": { + "username": "661111", + "email": "3227988255@qq.com" + }, + "record": { + "CNAME": "661111.github.io" + } } diff --git a/domains/waradu.json b/domains/waradu.json new file mode 100644 index 000000000..1a169251c --- /dev/null +++ b/domains/waradu.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "waradu", + "email": "me@waradu.dev", + "discord": "waradu" + }, + "record": { + "CNAME": "portfolio-dee.pages.dev" + } +} diff --git a/domains/warofzen.json b/domains/warofzen.json deleted file mode 100644 index e10a19eff..000000000 --- a/domains/warofzen.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal site", - "repo": "https://github.com/warofzen/warofzen.github.io", - "owner": { - "username": "warofzen", - "email": "warofzen1@proton.me" - }, - "record": { - "CNAME": "warofzen.github.io" - } -} diff --git a/domains/warren.json b/domains/warren.json new file mode 100644 index 000000000..f67152f1d --- /dev/null +++ b/domains/warren.json @@ -0,0 +1,11 @@ +{ + "description": "GitHub profile of Warren", + "repo": "https://github.com/somethingwentwell/somethingwentwell.github.io", + "owner": { + "username": "somethingwentwell", + "email": "wwwc@outlook.com" + }, + "record": { + "CNAME": "somethingwentwell.github.io" + } +} diff --git a/domains/wasd228.json b/domains/wasd228.json new file mode 100644 index 000000000..a12d159cc --- /dev/null +++ b/domains/wasd228.json @@ -0,0 +1,11 @@ +{ + "description": "To get a cool looking subdomain for my portfolio hosted on netlify", + "repo": "https://github.com/ericafk0001/Portfolio.git", + "owner": { + "username": "ericafk0001", + "email": "dxslyofficial@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/wasi.json b/domains/wasi.json new file mode 100644 index 000000000..05b3ffc31 --- /dev/null +++ b/domains/wasi.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "WasiTC", + "discord": "802128241280286761", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.VfdMN3KkHv14UEuHSosP1YXOQh38Re1VEsdiCZFNaOYSQNgJrEVseI4eaY5gIUbR8tyN6IUDDjxYBe8JtgvTYVABOJfEYtNN-IWfErm5kSm_AhBXrqorhc5wIIuC1iBjlJX86x2iZPy0QUMUWvMcommb_enf4V8IfPkU4ByMqWmjgpLD26gKdoBcWbWprsI-_J_TdZIAeksbnaW0fhu_dqVD8H0Jc-o_DdMkdGOqIZBw49ThqiOTn9_ykXcFS7E5FPOcaPawNgH74ztkuMQEiuO2gLp-ibiILiNTniLoMRGJBB9YppR3o1dIWbg1AaPaUU4q0Hd8WBhIHgCbvQBlmw.FPAyefTCWSW9Cn4Re6vGBQ.xfrpDjbf0Gb63fo5C5zJTA5pM5aur7a-Ue6sEaEhskpEdMHWzOJETtyjSnyl6n9APyhOudlvWwFIXRmp7CNvx_hGMtMXNDj8XhRE5W1YXXU.3tdoXncw4wvTz5QDGvN4FA" + }, + "record": { + "A": ["59.152.96.163"] + } +} diff --git a/domains/wasim.json b/domains/wasim.json new file mode 100644 index 000000000..0543bf374 --- /dev/null +++ b/domains/wasim.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "simbaig", + "email": "wasimbaig000@gmail.com" + }, + "record": { + "CNAME": "wasimb.vercel.app" + } +} diff --git a/domains/wassim.json b/domains/wassim.json index 73e182235..93b577aa2 100644 --- a/domains/wassim.json +++ b/domains/wassim.json @@ -1,6 +1,5 @@ { "description": "Github profile of wassimbenzarti", - "repo": "https://github.com/wassimbenzarti", "owner": { "username": "wassimbenzarti", "email": "wass11121996@gmail.com" diff --git a/domains/wave.json b/domains/wave.json new file mode 100644 index 000000000..61d82cb6f --- /dev/null +++ b/domains/wave.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "mulchs", + "discord": "1273579466936815717", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.VQbRFqL4oyeBRF7H8wmvWeQR00tQnJnL2c0Yc--s4fbY_z_gr-LC7j6Ep_s-mStGfFpmnGZxPAz89WkApt6__tftZ8oClYEbRQJyN7jtoOHO86GNYMxcvQJ2ngNqxjADWrWROLR2uI9c0VZryiZFLfDXkfl0WbtTl2UvndEnjCVwNyIuv8L67P1p9p0ODDyKIcztIkDEROfD46mWthqIcElcWxNuCXMsPYgtBXYn6O6SrQWHhilzEsvLHe8BEMESAfpxvOH7clAWLVLIAmEmNNnoecLwse_z3k8pZHJQDOifr8k5t8FoRNhPH5QYFAXGfk4Mi_jCFUPZV9cwjJa0gA.EkJAMMF4R2XX-bBYIFnfQg.K1R0AqjrIzfN5_rcJit1g8JFU4DxBqL9Wq8nGU3Rhka93TEfxiRYSi5C0RFtt3i-OH_FxwePHkLCDDMDLE4fFFl8bQplvGRoXw-_QY5Czqf2bH6GtsIpt0viog_2l4h5.khbF7ESzWSSPeYTADVcsyg" + }, + "record": { + "CNAME": "wave.fwh.is" + } +} diff --git a/domains/wb.json b/domains/wb.json index dccb9a1a7..28ba19b35 100644 --- a/domains/wb.json +++ b/domains/wb.json @@ -1,7 +1,6 @@ { "owner": { "username": "davidctinescu", - "email": "", "discord": "908591344379899944" }, "record": { diff --git a/domains/wbalaile.json b/domains/wbalaile.json index dce4b9dd4..03facff59 100644 --- a/domains/wbalaile.json +++ b/domains/wbalaile.json @@ -3,7 +3,6 @@ "repo": "https://github.com/wilby-mj/wbalaile-dev", "owner": { "username": "wilby-mj", - "email": "", "twitter": "wilby_mj" }, "record": { diff --git a/domains/wdh.json b/domains/wdh.json deleted file mode 100644 index a56e0e845..000000000 --- a/domains/wdh.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "MaskDuck", - "email": "", - "discord": "716134528409665586", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.hrR-hCSQVXgc9HR5dgQtzdudsQw4N2SwhMOi2wgv3EVMuqZScgijTFAVAANjFynfR-w87WZ6uYNGdl7STDcxsCVf4aTb3bBgvIYrxdn94sjUhvjr9QwfQ_FByjGbcUcdYFqD80Gkzm9j-ywB4gB3plRZ_W8j7cFR0arXrtnbCUjWEvdT5C20zPnlNcgpIOgQT0sd3R_ByX8aKyoo0U66CbWBgfyVTofOBRXFDhOmdbg5-R2_tLVbj0_2keVKaw0rh6H7Vw8ASbRyfgyg4ZTpXYxqlUlnSIpuDvSUutQRaNCCRZJzi49GuDnHT9_c7vEyd16YhIDTjYf4FkQWr_uVZA.6kXO1_LRrVcp1rz5s8Ubzg.LGclXJMQDX3Bri0DVIldYYdRbrrU4maBGcFUYDObHVFKntkmigw_6xCbQZR8JbXDSkfctECmVEsQoG_iOVnXKLDiUyyDevOGZMn3rwY4MQ5374p82B6l1LDFBbuyFX4o.wty6s6UmUNnx3WcrJAljkw" - }, - - "record": { - "CNAME": "maskduck.pages.dev" - } - } - \ No newline at end of file diff --git a/domains/web.vulcanocraft.json b/domains/web.vulcanocraft.json new file mode 100644 index 000000000..f0c01aea2 --- /dev/null +++ b/domains/web.vulcanocraft.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "VulcanoSoftware", + "discord": "814891541205876767", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.OSN3PUPj-tyBSww7jRiLu3F9KJHZLnuunCHNQKcFiZF_qRsPd9uVTMBljFhRUAAzBM9lfFsRtBQnEUYqEyuWUq8e_fYYopTTJ2eoMj4tjkBAYbwRJG4FiT1LFDpDR0YtuSk-XgUFSi4HVBHAMnaAJ92Ez3_APNRBfspLSeSWRrr-aVYej5z_GusGjujgt1RnGX13HZTy7sQZSdGB6fztcxJEwMtAdAvc_GPA7t6oY1GJaVkl9JP0_s7VYkUDkA_msvFfPO2bT_aRi3CL1LwjRMzsS3hzhOK-qBc2mRD8Ea0F64wNaLYcYQINexXnxgF6toTHl9ZXiyKbOGVPuH1Ufw.2NmlL0bO_wxEmb-6eWlCyQ._ewSj4Dp8XIIfDqlriYtXKqrlYv70uhnEX0_pvFNsZ_L3AM4yGHw1aCFiAZkgOB3rCEEKEX2m4sMmApEhvmgh7rm2Y615R1QuJdwiDU332Z7NTtoTSb8LfYKN8Z-sX66.nQYEU4bu7Mrtfg4u57iRcQ" + }, + "record": { + "CNAME": "vulcanoweb.pages.dev" + } +} diff --git a/domains/webber.json b/domains/webber.json index 6b7d38610..c35792666 100644 --- a/domains/webber.json +++ b/domains/webber.json @@ -3,7 +3,6 @@ "username": "webbertakken", "email": "webber.nl@gmail.com" }, - "record": { "URL": "https://takken.io" } diff --git a/domains/webcubed.json b/domains/webcubed.json new file mode 100644 index 000000000..775b9a884 --- /dev/null +++ b/domains/webcubed.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "webcubed", + "email": "lainathannlaiv2@gmail.com" + }, + "record": { + "CNAME": "webcubed.pages.dev" + }, + "proxied": true +} diff --git a/domains/webmail.mrjunkyz.json b/domains/webmail.mrjunkyz.json index 1ac66d3d8..726befd50 100644 --- a/domains/webmail.mrjunkyz.json +++ b/domains/webmail.mrjunkyz.json @@ -3,7 +3,6 @@ "username": "chiragnahata", "email": "chiragnahata05@gmail.com" }, - "record": { "A": ["129.213.151.29"] } diff --git a/domains/webster.json b/domains/webster.json index e5194fa83..dfe244bed 100644 --- a/domains/webster.json +++ b/domains/webster.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "ItzWebster", - "email": "itzwebster@oliverbot.xyz", - "discord": "481068576363773972" - }, - - "record": { - "CNAME": "itzwebster.xyz" - } - } - + "owner": { + "username": "ItzWebster", + "email": "itzwebster@oliverbot.xyz", + "discord": "481068576363773972" + }, + "record": { + "CNAME": "itzwebster.xyz" + } +} diff --git a/domains/weeebdev.json b/domains/weeebdev.json index 5def70684..cd312035b 100644 --- a/domains/weeebdev.json +++ b/domains/weeebdev.json @@ -1,12 +1,9 @@ - - { - "owner": { - "username": "weeebdev", - "email": "mr.adil777@gmail.com" - }, - - "record": { - "CNAME": "weeebdev.github.io" - } - } - +{ + "owner": { + "username": "weeebdev", + "email": "mr.adil777@gmail.com" + }, + "record": { + "CNAME": "weeebdev.github.io" + } +} diff --git a/domains/wes.json b/domains/wes.json index 52ed3db03..b426463ec 100644 --- a/domains/wes.json +++ b/domains/wes.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "westhecool", - "email": "wesley@westhedev.xyz" - }, - "record": { - "CNAME": "wesley-is-a-dev.pages.dev" - } -} \ No newline at end of file + "owner": { + "username": "westhecool", + "email": "wesley@westhedev.xyz" + }, + "record": { + "CNAME": "wesley-is-a-dev.pages.dev" + } +} diff --git a/domains/wesley.json b/domains/wesley.json index 52ed3db03..b426463ec 100644 --- a/domains/wesley.json +++ b/domains/wesley.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "westhecool", - "email": "wesley@westhedev.xyz" - }, - "record": { - "CNAME": "wesley-is-a-dev.pages.dev" - } -} \ No newline at end of file + "owner": { + "username": "westhecool", + "email": "wesley@westhedev.xyz" + }, + "record": { + "CNAME": "wesley-is-a-dev.pages.dev" + } +} diff --git a/domains/wh.json b/domains/wh.json new file mode 100644 index 000000000..55dcef36b --- /dev/null +++ b/domains/wh.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "wdhdev", + "email": "william@is-a.dev" + }, + "record": { + "URL": "https://william.is-a.dev" + }, + "redirect_config": { + "redirect_paths": true + } +} diff --git a/domains/whine.json b/domains/whine.json deleted file mode 100644 index b38be8071..000000000 --- a/domains/whine.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "description": "whi_ne's personal site", - "repo": "https://github.com/whinee/whinee.github.io", - "owner": { - "username": "whinee", - "email": "", - "twitter": "whi_nyaan" - }, - "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/whitekj.json b/domains/whitekj.json index 9a259cd9e..6471cd07f 100644 --- a/domains/whitekj.json +++ b/domains/whitekj.json @@ -6,6 +6,6 @@ "email": "whitekj1221@gmail.com" }, "record": { - "CNAME": "CwhiteKJ.github.io" + "CNAME": "cwhitekj.github.io" } } diff --git a/domains/who.json b/domains/who.json index 52c7e7f39..cf6752f4f 100644 --- a/domains/who.json +++ b/domains/who.json @@ -1,6 +1,5 @@ { "description": "references for my npm packages", - "repo": "https://github.com/teamjoelee", "owner": { "username": "teamjoelee", "email": "tojoeleeofficial@gmail.com" diff --git a/domains/whoami.json b/domains/whoami.json index db7205e46..731dc5778 100644 --- a/domains/whoami.json +++ b/domains/whoami.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "samir717le", - "email": "", - "discord": "1079245055845474354", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.phbb5LtneePR_tIQ8EBNXc5KTf5grZOsS7VJw7GabZ90PkCimdUUWaTI4pBCKn3Zb0s0u2AiylLUTNW_U1jJjqCJoxMijgk9auLvGSEnz9JSghEAnki9XpkqtqzeGquCffwJ7gfNHQaeVcdeBA6NwnJRSSGBfod9-7NROzCuZbQWsyVx84EMQ7_QRP3S4Cl-3clvrmSweUiRTwCnRYiGkcthLnBp9jpFmztk_qO3bS_Xog_rYd2IuPI_Ow468R4rx4X7AH855UEltcqD0tCynNKGsS_OIZZ9xt1jgZ-1LNgEN9FFpma0NnjsOi_nu2GJ9arw-tZvsluafHkIGDzGKw.ZPEBx6oboRurws0dAy2P9Q.E1BFAx54_k6QrBC3Lna9IVx6Oj0X6YwZ8DLU4UksCrROf-6RS1qtiCFjpfs9p0UKBUnHt6rh7rfVBikNNBAuJZwcIWGLALU9z46_Ptik3k4.KZefJpPD6kjihdewn-bhoQ" - }, - - "record": { - "CNAME": "letsedit.cloudns.be" - } - } - \ No newline at end of file + "owner": { + "username": "samir717le", + "discord": "1079245055845474354", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.phbb5LtneePR_tIQ8EBNXc5KTf5grZOsS7VJw7GabZ90PkCimdUUWaTI4pBCKn3Zb0s0u2AiylLUTNW_U1jJjqCJoxMijgk9auLvGSEnz9JSghEAnki9XpkqtqzeGquCffwJ7gfNHQaeVcdeBA6NwnJRSSGBfod9-7NROzCuZbQWsyVx84EMQ7_QRP3S4Cl-3clvrmSweUiRTwCnRYiGkcthLnBp9jpFmztk_qO3bS_Xog_rYd2IuPI_Ow468R4rx4X7AH855UEltcqD0tCynNKGsS_OIZZ9xt1jgZ-1LNgEN9FFpma0NnjsOi_nu2GJ9arw-tZvsluafHkIGDzGKw.ZPEBx6oboRurws0dAy2P9Q.E1BFAx54_k6QrBC3Lna9IVx6Oj0X6YwZ8DLU4UksCrROf-6RS1qtiCFjpfs9p0UKBUnHt6rh7rfVBikNNBAuJZwcIWGLALU9z46_Ptik3k4.KZefJpPD6kjihdewn-bhoQ" + }, + "record": { + "CNAME": "letsedit.cloudns.be" + } +} diff --git a/domains/whos.json b/domains/whos.json index c58e671bd..b7696af5a 100644 --- a/domains/whos.json +++ b/domains/whos.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "IYSTREEM", - "email": "", - "discord": "774642006173286432", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.h6b_Eqh-4chXFRqgLbGncVUloea43QbUVWWJ7lwq0Hjm91jmKsLP7FcpKX92p-MDKt9QStG5Sg8uu50Np4_Yq3jK8fQiBWjcWLC2ZCu5Yg7iem15euU8XHFF4biPuOVUtnLXQ-XkLqecnqASjsho8g4kTs27lhJljzgT12yTdLD9xA1bLX2rbMoLJ5OrH3T2ddRHdHJqPgKHLVTKmdi051tzYHH2nVJwKMPkhadXEayUIaFHX_WloTmyG9EFKdriGHQiInTdNwFMrj_raaCfhVJpsZJ3BHbi4GEN5BwW8balZYtJWJnbAwCAlPkUH9IPOCHVU6OEKlwwq_83fazLqA.RSWwLjsEdiZ_PGIQ-PdyJg.1_ILivbXeWRBeoS1hGJER3idxSBewkTUaAXCHrDN40mGs6S5CIq7bL23zTdy7U7MvmnkCm9bB-XSqv5yrDkys2Vl-_VdIWP8s_1zS01-XUg.oRmvR5xgtXQQ05ajizcLwA" - }, - - "record": { - "CNAME": "iystreem.free.nf" - } - } - \ No newline at end of file + "owner": { + "username": "IYSTREEM", + "discord": "774642006173286432", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.h6b_Eqh-4chXFRqgLbGncVUloea43QbUVWWJ7lwq0Hjm91jmKsLP7FcpKX92p-MDKt9QStG5Sg8uu50Np4_Yq3jK8fQiBWjcWLC2ZCu5Yg7iem15euU8XHFF4biPuOVUtnLXQ-XkLqecnqASjsho8g4kTs27lhJljzgT12yTdLD9xA1bLX2rbMoLJ5OrH3T2ddRHdHJqPgKHLVTKmdi051tzYHH2nVJwKMPkhadXEayUIaFHX_WloTmyG9EFKdriGHQiInTdNwFMrj_raaCfhVJpsZJ3BHbi4GEN5BwW8balZYtJWJnbAwCAlPkUH9IPOCHVU6OEKlwwq_83fazLqA.RSWwLjsEdiZ_PGIQ-PdyJg.1_ILivbXeWRBeoS1hGJER3idxSBewkTUaAXCHrDN40mGs6S5CIq7bL23zTdy7U7MvmnkCm9bB-XSqv5yrDkys2Vl-_VdIWP8s_1zS01-XUg.oRmvR5xgtXQQ05ajizcLwA" + }, + "record": { + "CNAME": "iystreem.free.nf" + } +} diff --git a/domains/whxyu.json b/domains/whxyu.json index 146ff5817..0876c328b 100644 --- a/domains/whxyu.json +++ b/domains/whxyu.json @@ -1,7 +1,6 @@ { "owner": { - "username": "yxu6fingers", - "email": "" + "username": "yxu6fingers" }, "record": { "CNAME": "yxu6fingers.github.io" diff --git a/domains/wiki.chuyentinorz.json b/domains/wiki.chuyentinorz.json new file mode 100644 index 000000000..78190f999 --- /dev/null +++ b/domains/wiki.chuyentinorz.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "akk1to", + "email": "akk1to.dev@gmail.com", + "discord": "727497287777124414" + }, + "record": { + "CNAME": "akk1to.github.io" + } +} diff --git a/domains/wilbur.json b/domains/wilbur.json deleted file mode 100644 index a1a4c3575..000000000 --- a/domains/wilbur.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "ThisCatLikesCrypto", - "email": "contact@wilburwilliams.uk" - }, - "record": { - "CNAME": "ww-projects.pages.dev" - } -} diff --git a/domains/wildchamo.json b/domains/wildchamo.json new file mode 100644 index 000000000..374936a5c --- /dev/null +++ b/domains/wildchamo.json @@ -0,0 +1,11 @@ +{ + "description": "Personal website", + "repo": "https://github.com/wildchamo/Jose-Luis-Bedoya", + "owner": { + "username": "wildchamo", + "email": "wildchamo@gmail.com" + }, + "record": { + "CNAME": "wildchamo.github.io" + } +} diff --git a/domains/william.json b/domains/william.json index 2f3788f33..fcec296e5 100644 --- a/domains/william.json +++ b/domains/william.json @@ -1,10 +1,15 @@ { "owner": { "username": "wdhdev", - "email": "william@m.is-a.dev" + "email": "william@is-a.dev" }, - "record": { - "CNAME": "hrsn.dev" + "URL": "https://wharrison.com.au" + }, + "redirect_config": { + "custom_paths": { + "/github": "https://github.com/wdhdev" + }, + "redirect_paths": true } } diff --git a/domains/william2sober.json b/domains/william2sober.json new file mode 100644 index 000000000..a29cc6284 --- /dev/null +++ b/domains/william2sober.json @@ -0,0 +1,14 @@ +{ + "description": "The Website is to show off all my links and Dev Discord server", + "repo": "https://github.com/william2sober/is-a-dev", + "owner": { + "username": "william2sober", + "email": "willliam2sober@gmail.com" + }, + "record": { + "A": [ + "76.76.21.21" + ] + }, + "proxied": false +} diff --git a/domains/willian.json b/domains/willian.json index 5aad4c31d..453e16f9b 100644 --- a/domains/willian.json +++ b/domains/willian.json @@ -3,7 +3,6 @@ "repo": "https://github.com/waveiro/waveiro.github.io", "owner": { "username": "waveiro", - "email": "", "twitter": "waveiro" }, "record": { diff --git a/domains/willo.json b/domains/willo.json index 189a1f5b8..adc39a9a6 100644 --- a/domains/willo.json +++ b/domains/willo.json @@ -3,7 +3,6 @@ "repo": "https://github.com/WilloIzCitron/willoizcitron.github.io", "owner": { "username": "WilloIzCitron", - "email": "", "twitter": "willoizcitron" }, "record": { @@ -13,10 +12,7 @@ "185.199.111.153", "185.199.110.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/willymateo.json b/domains/willymateo.json new file mode 100644 index 000000000..c608366c4 --- /dev/null +++ b/domains/willymateo.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "willymateo", + "email": "matheoowilly@gmail.com", + "discord": "willycocolon" + }, + "record": { + "CNAME": "willymateo.vercel.app" + } +} diff --git a/domains/wilson-cordova.json b/domains/wilson-cordova.json new file mode 100644 index 000000000..737221366 --- /dev/null +++ b/domains/wilson-cordova.json @@ -0,0 +1,11 @@ +{ + "description": "Subdominio para el portafolio de Wilson Córdova", + "repo": "https://github.com/WSteeven/wilson-steeven.github.io", + "owner": { + "username": "WSteeven", + "email": "wilson972906@gmail.com" + }, + "record": { + "CNAME": "wsteeven.github.io" + } +} \ No newline at end of file diff --git a/domains/wilson.json b/domains/wilson.json new file mode 100644 index 000000000..b3e2bcb9d --- /dev/null +++ b/domains/wilson.json @@ -0,0 +1,11 @@ +{ + "description": "My portfolio", + "repo": "https://github.com/wmoralesl/wmoralesl.github.io", + "owner": { + "username": "wmoralesl", + "email": "wilsonm57wm@gmail.com" + }, + "record": { + "CNAME": "wmoralesl.github.io" + } +} diff --git a/domains/win11-tutorial.notaperson535.json b/domains/win11-tutorial.notaperson535.json index b4219735a..a50968197 100644 --- a/domains/win11-tutorial.notaperson535.json +++ b/domains/win11-tutorial.notaperson535.json @@ -6,6 +6,6 @@ "email": "notAperson939@gmail.com" }, "record": { - "CNAME": "notAperson535.github.io" + "CNAME": "notaperson535.github.io" } } diff --git a/domains/win11.notaperson535.json b/domains/win11.notaperson535.json index f27c20197..573710bc3 100644 --- a/domains/win11.notaperson535.json +++ b/domains/win11.notaperson535.json @@ -6,6 +6,6 @@ "email": "notAperson939@gmail.com" }, "record": { - "CNAME": "notAperson535.github.io" + "CNAME": "notaperson535.github.io" } } diff --git a/domains/win64.json b/domains/win64.json new file mode 100644 index 000000000..4048dd9a1 --- /dev/null +++ b/domains/win64.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "userwin64", + "email": "win64inquiries@gmail.com" + }, + "record": { + "CNAME": "userwin64.github.io" + } +} diff --git a/domains/windowsed.json b/domains/windowsed.json new file mode 100644 index 000000000..8ac0e28ca --- /dev/null +++ b/domains/windowsed.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "windowsed1225", + "discord": "906415095473655810", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.b4wkSB9hzfyZzAOO50m5Lmffz5ZpdPkeT6RBILTZckY94cbRa7BxRCVOAevnxu4zqonBcx017nf0Kgu1qP58hQV8rbPZM7bEeJwIuPh-gY_l1y_IkzE5Slq1CWvmFCBZvheUKYHFvPRcGGIqtxyKKaT6jcrJXv7xo_F2fldqbJ2NiJ88_u4WTXcfQ9CrPrPevocKfdesIrDwXnV2n2I0SpDV_QqycbmCcleRy3QzOpZMTHQyzAV_WA0B8OEkMftVSbiTr-S4WPRMpoZTRX7Er-l-ccC5HIs1c7P-twpXd4bphTsUBmWJL55dD0xq7vDQ2ouWq-o4ooqqZ3wmme-KvA.R7TKz12p_AeXBaX-7nEu9g.tjS2Ho_9HJkfxTIoz2MFeX34ptUfBAIh6vPSR_lMepN4Nz03-n_JxdpZW-5iEmDqBUUU82h7WteWeRKhyBkvi1syxFOnMRTBT4EveG-Ij9-skVlWjzeAQw-6WWRaGtDPfBSyZsTKyIb9iI2tVP7Kvw.jJ5K9-F9Rh-7DMlxCJ8yQA" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/wipad.json b/domains/wipad.json new file mode 100644 index 000000000..04908da06 --- /dev/null +++ b/domains/wipad.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "wipad0310", + "email": "nguyenlab2007@gmail.com" + }, + "record": { + "CNAME": "wipad0310.github.io" + } +} diff --git a/domains/wirisungs.json b/domains/wirisungs.json new file mode 100644 index 000000000..f0a181248 --- /dev/null +++ b/domains/wirisungs.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "wirisungs" + }, + "record": { + "CNAME": "wirisungs.github.io" + } +} diff --git a/domains/wizardsword.json b/domains/wizardsword.json index 2543958b0..a8bf76bee 100644 --- a/domains/wizardsword.json +++ b/domains/wizardsword.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "MukuJhansi", - "email": "", - "discord": "1115658967012626542" - }, - - "record": { - "A": ["216.24.57.1"] - } - } - \ No newline at end of file + "owner": { + "username": "MukuJhansi", + "discord": "1115658967012626542" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/wizcann.json b/domains/wizcann.json new file mode 100644 index 000000000..10abfdfb4 --- /dev/null +++ b/domains/wizcann.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "wizcann" + }, + "record": { + "CNAME": "wizcann.github.io" + } +} diff --git a/domains/wizq.json b/domains/wizq.json index ed1e3025c..bea27cddc 100644 --- a/domains/wizq.json +++ b/domains/wizq.json @@ -4,7 +4,6 @@ "email": "prajwal2079@gmail.com", "discord": "778254181303451658" }, - "record": { "CNAME": "proxy.private.danbot.host" } diff --git a/domains/wizzybot.joe50097.json b/domains/wizzybot.joe50097.json new file mode 100644 index 000000000..832d78797 --- /dev/null +++ b/domains/wizzybot.joe50097.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Joe50097", + "email": "zcell9500@gmail.com" + }, + "record": { + "CNAME": "wizzybot.netlify.app" + } +} diff --git a/domains/wkrzywiec.json b/domains/wkrzywiec.json index 50d6599b3..6b03fd675 100644 --- a/domains/wkrzywiec.json +++ b/domains/wkrzywiec.json @@ -3,7 +3,6 @@ "repo": "https://github.com/wkrzywiec/wkrzywiec.github.io", "owner": { "username": "wkrzywiec", - "email": "", "twitter": "wkrzywiec" }, "record": { diff --git a/domains/wojtekgame.json b/domains/wojtekgame.json index 25a3d5498..13fb051b7 100644 --- a/domains/wojtekgame.json +++ b/domains/wojtekgame.json @@ -4,7 +4,6 @@ "email": "wojtek.game.private@gmail.com", "discord": "1178278261516685393" }, - "record": { "CNAME": "wojtekcodestoday.github.io" } diff --git a/domains/woogi.json b/domains/woogi.json new file mode 100644 index 000000000..deea32542 --- /dev/null +++ b/domains/woogi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "woogi-kang", + "email": "woogi.dev@gmail.com" + }, + "record": { + "CNAME": "portfolio-whbd.vercel.app" + } +} diff --git a/domains/woosh.json b/domains/woosh.json index 9123c1bb7..d6dd9b785 100644 --- a/domains/woosh.json +++ b/domains/woosh.json @@ -1,6 +1,5 @@ { "description": "idk just a domain i guess", - "repo": "https://github.com/LetMeWoosh", "owner": { "username": "LetMeWoosh", "email": "me@letmewoosh.xyz" diff --git a/domains/wopian.json b/domains/wopian.json index 2c2275740..869980647 100644 --- a/domains/wopian.json +++ b/domains/wopian.json @@ -3,7 +3,6 @@ "repo": "https://github.com/wopian/wopian.me", "owner": { "username": "wopian", - "email": "", "twitter": "wopian_" }, "record": { diff --git a/domains/works.arnxv.json b/domains/works.arnxv.json new file mode 100644 index 000000000..5ffe17247 --- /dev/null +++ b/domains/works.arnxv.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ArnavBarway", + "email": "arnav@sagaraga.com" + }, + "record": { + "CNAME": "cname.vercel-dns.com" + } +} diff --git a/domains/worldsavior.json b/domains/worldsavior.json new file mode 100644 index 000000000..def794982 --- /dev/null +++ b/domains/worldsavior.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Worldsavior", + "email": "kajuki27@gmail.com" + }, + "record": { + "CNAME": "worldsavior.me" + } +} diff --git a/domains/wouter.json b/domains/wouter.json new file mode 100644 index 000000000..4f5a6c765 --- /dev/null +++ b/domains/wouter.json @@ -0,0 +1,10 @@ +{ + "description": "Wouter's personal website", + "owner": { + "username": "wouter173", + "email": "wouter@debruijn.dev" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/wrtks.json b/domains/wrtks.json index 591185bb0..58c70cdcf 100644 --- a/domains/wrtks.json +++ b/domains/wrtks.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "ali-valiev", - "email": "", - "discord": "722403528705966080", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.qzWTS5IwVj5Xj8VbbYJFmPx-sqIIloyZCVEDxxC1d2gK0LK90b13vyGNLCHyzKroGUApUrYdIR36k1Kku58aIsf-8nthxZzHxLOf61SjOqcYAwhwc3S4TRauhnMH2JCiruEUsxeks4Bb9ZK-7M9v1hskwTB7jClvhSLaERWCwUEkDGXWJAlbKENVclL65-crJiV43oulWUp78DrLgR6knVsiS3JHsuCmC3-__OwznqYuRS5fmBFyTEwjA6QlJ33-Ndl74r2OBZTRdpTaZuZIplJjZ9gp7uweQkSxAg_ZnuKgLcpQQQYGrb9Ihz5KkTcYMgh_huFDEzwvf5sDD1c-RQ.ZtvRe7jdQLRGWaWZtnWr8w.pJJPlLk-aB7aXktqHxB4EIYj8NL-ibozzoMfQA8YJcPwIhfK1blJogw4m1qFyBm32U2WIi4qZhFnZZyUg4KtaKVtXfQwq9j_3JkyI9RCbDwRseLpbwVqA5W35goTHrF3.q2iUWtIQmwI1azAbxn5kUw" - }, - - "record": { - "CNAME": "wrrtks.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "ali-valiev", + "discord": "722403528705966080", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.qzWTS5IwVj5Xj8VbbYJFmPx-sqIIloyZCVEDxxC1d2gK0LK90b13vyGNLCHyzKroGUApUrYdIR36k1Kku58aIsf-8nthxZzHxLOf61SjOqcYAwhwc3S4TRauhnMH2JCiruEUsxeks4Bb9ZK-7M9v1hskwTB7jClvhSLaERWCwUEkDGXWJAlbKENVclL65-crJiV43oulWUp78DrLgR6knVsiS3JHsuCmC3-__OwznqYuRS5fmBFyTEwjA6QlJ33-Ndl74r2OBZTRdpTaZuZIplJjZ9gp7uweQkSxAg_ZnuKgLcpQQQYGrb9Ihz5KkTcYMgh_huFDEzwvf5sDD1c-RQ.ZtvRe7jdQLRGWaWZtnWr8w.pJJPlLk-aB7aXktqHxB4EIYj8NL-ibozzoMfQA8YJcPwIhfK1blJogw4m1qFyBm32U2WIi4qZhFnZZyUg4KtaKVtXfQwq9j_3JkyI9RCbDwRseLpbwVqA5W35goTHrF3.q2iUWtIQmwI1azAbxn5kUw" + }, + "record": { + "CNAME": "wrrtks.github.io" + } +} diff --git a/domains/wusong.json b/domains/wusong.json index aeb8e15ce..a95e68a11 100644 --- a/domains/wusong.json +++ b/domains/wusong.json @@ -3,7 +3,6 @@ "username": "bayunjiang", "email": "master@bayun.org" }, - "record": { "CNAME": "bayunjiang.github.io" } diff --git a/domains/wuyuan.json b/domains/wuyuan.json index 83cf32431..bf1a0f844 100644 --- a/domains/wuyuan.json +++ b/domains/wuyuan.json @@ -4,6 +4,6 @@ "email": "1847261658@qq.com" }, "record": { - "CNAME": "wuyuan.dev" + "CNAME": "sunwuyuan.github.io" } } diff --git a/domains/www.0xarchit.json b/domains/www.0xarchit.json new file mode 100644 index 000000000..2283aae72 --- /dev/null +++ b/domains/www.0xarchit.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "0xarchit", + "email": "mail@0xarchit.is-a.dev" + }, + "record": { + "URL": "https://0xarchit.is-a.dev" + } +} diff --git a/domains/www.aj.json b/domains/www.aj.json new file mode 100644 index 000000000..810c13865 --- /dev/null +++ b/domains/www.aj.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alvinsjoy", + "discord": "825382504353234954" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/www.alvin.json b/domains/www.alvin.json new file mode 100644 index 000000000..f5d80d9f2 --- /dev/null +++ b/domains/www.alvin.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "alvinsjoy", + "discord": "825382504353234954" + }, + "record": { + "A": ["76.76.21.21"], + "TXT": [ + "google-site-verification=OFAPUslqNNZEkB5-UDAC1K1QjXCwDW_e3flhEchoobM" + ] + } +} diff --git a/domains/www.aswinmahesh.json b/domains/www.aswinmahesh.json new file mode 100644 index 000000000..d266113c5 --- /dev/null +++ b/domains/www.aswinmahesh.json @@ -0,0 +1,10 @@ +{ + "description": "Aswin Mahesh Website", + "owner": { + "username": "aswinmahesh", + "email": "aswinmahesh.com+dns@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/www.aswinmaheshc.json b/domains/www.aswinmaheshc.json new file mode 100644 index 000000000..1e793d181 --- /dev/null +++ b/domains/www.aswinmaheshc.json @@ -0,0 +1,10 @@ +{ + "description": "Aswin Mahesh C Website", + "owner": { + "username": "aswinmahesh", + "email": "aswinmahesh.com+dns@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/www.bao.json b/domains/www.bao.json new file mode 100644 index 000000000..712d7588f --- /dev/null +++ b/domains/www.bao.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bphamict", + "email": "bphamict@gmail.com" + }, + "record": { + "CNAME": "ghs.google.com" + } +} diff --git a/domains/www.bteamapp.json b/domains/www.bteamapp.json new file mode 100644 index 000000000..7dea7e8b7 --- /dev/null +++ b/domains/www.bteamapp.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bteamapp", + "email": "helpapp.bta@gmail.com" + }, + "record": { + "CNAME": "ghs.google.com" + } +} diff --git a/domains/www.chat.alvin.json b/domains/www.chat.alvin.json new file mode 100644 index 000000000..810c13865 --- /dev/null +++ b/domains/www.chat.alvin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alvinsjoy", + "discord": "825382504353234954" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/www.dhlcgd.json b/domains/www.dhlcgd.json new file mode 100644 index 000000000..84adf8b6e --- /dev/null +++ b/domains/www.dhlcgd.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dhlcgd", + "email": "dhlcgdofficial@gmail.com" + }, + "record": { + "CNAME": "ghs.google.com" + } +} diff --git a/domains/www.fungaming.joe50097.json b/domains/www.fungaming.joe50097.json new file mode 100644 index 000000000..50a39e83b --- /dev/null +++ b/domains/www.fungaming.joe50097.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Joe50097", + "email": "zcell9500@gmail.com" + }, + "record": { + "CNAME": "fungaming-discord-server.netlify.app" + } +} diff --git a/domains/www.harunabdullah.json b/domains/www.harunabdullah.json new file mode 100644 index 000000000..8a2ef2a61 --- /dev/null +++ b/domains/www.harunabdullah.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "harunabdullahrakin" + }, + + "record": { + "A": [ + "185.31.40.12" + ] + } + +} diff --git a/domains/www.haseeb.json b/domains/www.haseeb.json index 2b586cf5f..73ebd758f 100644 --- a/domains/www.haseeb.json +++ b/domains/www.haseeb.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "Haseebprivate", - "email": "", - "discord": "1207534121052672090", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Ty69vVqW-3J6uW_4-3gCeQ4P0POpxbuAAuYHc8UDbAiUGQLJ63wn4wKcpqV57OCSJHXHtjYXx1pgjJbn0ZXLc8uNvqGH4FmkFRnNIc965Nc084e1tNecccsh8CWec6PyVCWwrnz0XEC6Sa6HaRdfTNWt26LVh7gg8giIo58xBh2iTs-kgi9z4RXcO9UxDjDFu0_59GEoN0H2Zf6T-orhS3Yh05JoJGgAsfJsHi-plKx1YnP1GkA0w9NNty9xSb5rwiwdkRe_f-eDfko6E7xEOe8DC-30-juJNIYySE4tW-OabivqyHKXkoAHODEMLUJBDmOQsafL6CfnhFFiJXM6Vg.4VlFBFqjfMvaC1ZZJtQpuA.xXr9WcHSGqDmzsetkikBztVVlb9XDBvwqdO59GJmVJT_rHhB8fZdJKsAC31y6jVvjaIPeBk0FUKvxLtcNXMqfQzHwAGtjgNINm_93tEQg5c.eW8TVU_U5J80UdQWyxRhAg" - }, - - "record": { - "CNAME": "haseeb-khalid.netlify.app" - } - } - \ No newline at end of file + "owner": { + "username": "Haseebprivate", + "discord": "1207534121052672090", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Ty69vVqW-3J6uW_4-3gCeQ4P0POpxbuAAuYHc8UDbAiUGQLJ63wn4wKcpqV57OCSJHXHtjYXx1pgjJbn0ZXLc8uNvqGH4FmkFRnNIc965Nc084e1tNecccsh8CWec6PyVCWwrnz0XEC6Sa6HaRdfTNWt26LVh7gg8giIo58xBh2iTs-kgi9z4RXcO9UxDjDFu0_59GEoN0H2Zf6T-orhS3Yh05JoJGgAsfJsHi-plKx1YnP1GkA0w9NNty9xSb5rwiwdkRe_f-eDfko6E7xEOe8DC-30-juJNIYySE4tW-OabivqyHKXkoAHODEMLUJBDmOQsafL6CfnhFFiJXM6Vg.4VlFBFqjfMvaC1ZZJtQpuA.xXr9WcHSGqDmzsetkikBztVVlb9XDBvwqdO59GJmVJT_rHhB8fZdJKsAC31y6jVvjaIPeBk0FUKvxLtcNXMqfQzHwAGtjgNINm_93tEQg5c.eW8TVU_U5J80UdQWyxRhAg" + }, + "record": { + "CNAME": "haseeb-khalid.netlify.app" + } +} diff --git a/domains/www.hive.alvin.json b/domains/www.hive.alvin.json new file mode 100644 index 000000000..810c13865 --- /dev/null +++ b/domains/www.hive.alvin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alvinsjoy", + "discord": "825382504353234954" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/www.jamied132.json b/domains/www.jamied132.json deleted file mode 100644 index eaec72ecf..000000000 --- a/domains/www.jamied132.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "description": "personal portfolio", - "repo": "github.com/jamied132/jamied132.github.io", - "owner": { - "username": "jamied132", - "email": "jamied132.email@gmail.com", - "wasteof.money": "jamied132", - "darflen": "jamied132" - }, - "record": { - "URL": "https://jamied132.is-a.dev" - } -} diff --git a/domains/www.joe50097.json b/domains/www.joe50097.json new file mode 100644 index 000000000..7f5cfbe96 --- /dev/null +++ b/domains/www.joe50097.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Joe50097", + "email": "zcell9500@gmail.com" + }, + "record": { + "CNAME": "joe50097.netlify.app" + } +} diff --git a/domains/www.json b/domains/www.json index 6ecfc95b2..708e00ecc 100644 --- a/domains/www.json +++ b/domains/www.json @@ -1,11 +1,10 @@ { - "description": "The is-a.dev website", - "repo": "https://github.com/is-a-dev/is-a-dev.github.io", "owner": { - "username": "wdhdev", - "email": "" + "username": "is-a-dev", + "email": "admin@is-a.dev" }, "record": { - "CNAME": "is-a-dev.github.io" - } + "CNAME": "is-a.dev" + }, + "proxied": true } diff --git a/domains/www.justdeveloper.json b/domains/www.justdeveloper.json new file mode 100644 index 000000000..a2dd570b7 --- /dev/null +++ b/domains/www.justdeveloper.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "JustDeveloper1", + "email": "justdeveloper@juststudio.is-a.dev" + }, + "record": { + "URL": "https://justdeveloper.is-a.dev/" + } +} diff --git a/domains/www.juststudio.json b/domains/www.juststudio.json new file mode 100644 index 000000000..68c44d3ee --- /dev/null +++ b/domains/www.juststudio.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "JustDeveloper1", + "email": "support@juststudio.is-a.dev" + }, + "record": { + "URL": "https://juststudio.is-a.dev/" + } +} diff --git a/domains/www.lua.json b/domains/www.lua.json new file mode 100644 index 000000000..b86e5309c --- /dev/null +++ b/domains/www.lua.json @@ -0,0 +1,11 @@ +{ + "description": "Just a website for detailing the game development projects of Lua", + "owner": { + "username": "notxlua", + "email": "notxlua@gmail.com", + "discord": "778436572835086366" + }, + "record": { + "A": ["75.119.201.51"] + } +} diff --git a/domains/www.mohan.json b/domains/www.mohan.json index 79e06db28..7217e6514 100644 --- a/domains/www.mohan.json +++ b/domains/www.mohan.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "mohankumarpaluru", - "email": "", - "discord": "272751100237578241", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Q2d7CXJ-jVBCv3PUMEStpVqnk0Lc0YyspsLJEHjke1xPuQrHuMNElJxCERMxrkoDBTAJQS7AVwfGQxEASWM7urhwuWXP5ot3R1OE9QVdnQE-VdYZvit7DrbaboHCItT8K9B1ybWNkgd7oxSJArUiTJOQKXLna8BFWNFowN_4Hi833cWzBxRA_ZvwKB-Ve_vk-5ilpmuPVsUdbdRUSoOVdKBVbSYthwJ_bUKRRg6yVA-XG84M4_JaUb23mMcSBlE9dT-wC7n_iD6y06R4b284zAeqkrsBz-mg7CJ08ib8bu6RgGX_MTZpt-895KVQML1AmGDvMgnn8hP-2IbCfrQxIw.sZmo2jtMegZMGGFW7Eztzw.RCZ6ASMEZy18IC_cxR2WIX674_kJOaeRmWC4NETwulSudLLpHNQbm_41YvBsRfc9aUJ_3JyFoP524bukVS95-ztvYCAQk1Y5YLZDkLKbREGmMn1KGVYWsDHgIe9CyzvU.p8fsRd-LTtbJ1LIhd1YC_A" - }, - - "record": { - "CNAME": "mohan.is-a.dev" - } - } - \ No newline at end of file + "owner": { + "username": "mohankumarpaluru", + "discord": "272751100237578241", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Q2d7CXJ-jVBCv3PUMEStpVqnk0Lc0YyspsLJEHjke1xPuQrHuMNElJxCERMxrkoDBTAJQS7AVwfGQxEASWM7urhwuWXP5ot3R1OE9QVdnQE-VdYZvit7DrbaboHCItT8K9B1ybWNkgd7oxSJArUiTJOQKXLna8BFWNFowN_4Hi833cWzBxRA_ZvwKB-Ve_vk-5ilpmuPVsUdbdRUSoOVdKBVbSYthwJ_bUKRRg6yVA-XG84M4_JaUb23mMcSBlE9dT-wC7n_iD6y06R4b284zAeqkrsBz-mg7CJ08ib8bu6RgGX_MTZpt-895KVQML1AmGDvMgnn8hP-2IbCfrQxIw.sZmo2jtMegZMGGFW7Eztzw.RCZ6ASMEZy18IC_cxR2WIX674_kJOaeRmWC4NETwulSudLLpHNQbm_41YvBsRfc9aUJ_3JyFoP524bukVS95-ztvYCAQk1Y5YLZDkLKbREGmMn1KGVYWsDHgIe9CyzvU.p8fsRd-LTtbJ1LIhd1YC_A" + }, + "record": { + "CNAME": "mohan.is-a.dev" + } +} diff --git a/domains/www.myforum.json b/domains/www.myforum.json new file mode 100644 index 000000000..e3f1896a0 --- /dev/null +++ b/domains/www.myforum.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bteamapp", + "email": "helpapp.bta@gmail.com" + }, + "record": { + "CNAME": "myforum.mydiscussion.net" + } +} diff --git a/domains/www.schumerism.json b/domains/www.schumerism.json new file mode 100644 index 000000000..90c4b59f9 --- /dev/null +++ b/domains/www.schumerism.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "homosapiensapien", + "email": "nathanielswoo@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/www.sign.alvin.json b/domains/www.sign.alvin.json new file mode 100644 index 000000000..810c13865 --- /dev/null +++ b/domains/www.sign.alvin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alvinsjoy", + "discord": "825382504353234954" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/www.todo.alvin.json b/domains/www.todo.alvin.json new file mode 100644 index 000000000..810c13865 --- /dev/null +++ b/domains/www.todo.alvin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alvinsjoy", + "discord": "825382504353234954" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/www.ttkt.json b/domains/www.ttkt.json new file mode 100644 index 000000000..7dea7e8b7 --- /dev/null +++ b/domains/www.ttkt.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bteamapp", + "email": "helpapp.bta@gmail.com" + }, + "record": { + "CNAME": "ghs.google.com" + } +} diff --git a/domains/www.udhaya.json b/domains/www.udhaya.json new file mode 100644 index 000000000..a30fdef28 --- /dev/null +++ b/domains/www.udhaya.json @@ -0,0 +1,10 @@ +{ + "description": "Netfily CNAME", + "owner": { + "username": "xaceduke", + "email": "kinghtth0@gmail.com" + }, + "record": { + "CNAME": "mainudhaya.netlify.app" + } +} diff --git a/domains/www.vikipranata.json b/domains/www.vikipranata.json new file mode 100644 index 000000000..6f71cbfe9 --- /dev/null +++ b/domains/www.vikipranata.json @@ -0,0 +1,10 @@ +{ + "description": "Domain for redirection to vikipranata.is-a.dev", + "owner": { + "username": "vikipranata", + "email": "helovikipranata@gmail.com" + }, + "record": { + "URL": "https://vikipranata.is-a.dev" + } +} diff --git a/domains/www.wizzybot.joe50097.json b/domains/www.wizzybot.joe50097.json new file mode 100644 index 000000000..832d78797 --- /dev/null +++ b/domains/www.wizzybot.joe50097.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Joe50097", + "email": "zcell9500@gmail.com" + }, + "record": { + "CNAME": "wizzybot.netlify.app" + } +} diff --git a/domains/www.yourthoughts.catrin.json b/domains/www.yourthoughts.catrin.json new file mode 100644 index 000000000..f761e3ed4 --- /dev/null +++ b/domains/www.yourthoughts.catrin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "catrinlam", + "discord": "614054830360494100" + }, + "record": { + "A": ["144.21.62.57"] + } +} diff --git a/domains/wyatt.json b/domains/wyatt.json new file mode 100644 index 000000000..83dca1eb9 --- /dev/null +++ b/domains/wyatt.json @@ -0,0 +1,11 @@ +{ + "description": "Blog", + "repo": "https://github.com/ws998116/ws998116.github.io", + "owner": { + "username": "ws998116", + "email": "ws998116@gmail.com" + }, + "record": { + "CNAME": "ws998116.github.io" + } +} diff --git a/domains/x.json b/domains/x.json index 0f5d8195b..beb04f342 100644 --- a/domains/x.json +++ b/domains/x.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "jvideo-sk", - "email": "", - "discord": "1030204181207859260" - }, - - "record": { - "CNAME": "jvideo.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "jvideo-sk", + "discord": "1030204181207859260" + }, + "record": { + "CNAME": "jvideo.github.io" + } +} diff --git a/domains/x93.json b/domains/x93.json index 94b3bc5fe..b24332516 100644 --- a/domains/x93.json +++ b/domains/x93.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "xavzen", - "email": "", - "discord": "1124747549450977280", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.imphI7TJ5piJal5QDZrae4MZOp5Qng5f9WDAiEKpI142edS-w_kZjSPLi4JGqJpOIB0HL7EZMKb9uzkkVSL263GrEARaCmlCz3be0Llw9CoJGokIoUlhuBMlZeIE0XWWMsVeYAmU3oxIEPblc9JPs11oeTv1xh2x_b2uEZIry3wP3evd9HPRWivyOHjsyoUeEJx9_okuoJ4ULSS0ZPg0D_wq6tVGA-HwMCg-wUmeqk5DWt_GIJx14hGWGzJrVF9e-b0tPt7iqTN_PH74856kmTuu6_P3K1fspLNqiujiiByYkP8H0sRW9gciBhUGZr925h9IdsHKvXyfd9HtDNgGeg.1DfQ7ov9yg7ggUGRZJqhmw.0tTEyez485OFHSzTbhOsySXdCiE6S0IAzOVi69pbmA_qZco42OYArEf3MHhNQM6p3Zl5Dz-NztfMB-z4tY1xqUCaOme8TgTpb-gYWXc2oh4.K1RLSfDaW92wTf2Lz2cnPQ" - }, - - "record": { - "CNAME": "guns.lol" - } - } - \ No newline at end of file + "owner": { + "username": "xavzen", + "discord": "1124747549450977280", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.imphI7TJ5piJal5QDZrae4MZOp5Qng5f9WDAiEKpI142edS-w_kZjSPLi4JGqJpOIB0HL7EZMKb9uzkkVSL263GrEARaCmlCz3be0Llw9CoJGokIoUlhuBMlZeIE0XWWMsVeYAmU3oxIEPblc9JPs11oeTv1xh2x_b2uEZIry3wP3evd9HPRWivyOHjsyoUeEJx9_okuoJ4ULSS0ZPg0D_wq6tVGA-HwMCg-wUmeqk5DWt_GIJx14hGWGzJrVF9e-b0tPt7iqTN_PH74856kmTuu6_P3K1fspLNqiujiiByYkP8H0sRW9gciBhUGZr925h9IdsHKvXyfd9HtDNgGeg.1DfQ7ov9yg7ggUGRZJqhmw.0tTEyez485OFHSzTbhOsySXdCiE6S0IAzOVi69pbmA_qZco42OYArEf3MHhNQM6p3Zl5Dz-NztfMB-z4tY1xqUCaOme8TgTpb-gYWXc2oh4.K1RLSfDaW92wTf2Lz2cnPQ" + }, + "record": { + "CNAME": "guns.lol" + } +} diff --git a/domains/xabdoat.json b/domains/xabdoat.json index daedb1078..6d862b66e 100644 --- a/domains/xabdoat.json +++ b/domains/xabdoat.json @@ -3,7 +3,6 @@ "repo": "https://github.com/xAbdoAT/xAbdoAT.github.io", "owner": { "username": "xAbdoAT", - "email": "email@address", "twitter": "xAbdoAT" }, "record": { diff --git a/domains/xandaah.json b/domains/xandaah.json new file mode 100644 index 000000000..26dff68f8 --- /dev/null +++ b/domains/xandaah.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "xandaaah", + "discord": "726910228289028127", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.oxrqqSqk9XxZnJWHNR5pvh-uugiwuZObvtdKEK13Ukiuv_JoIVoADXbyLKQsWMbmC5RkNae5ynPvf7hCEljvIes9SPv7RAmkBXlJ62dSgF4pv500KKYhw3rYfvLH42f-Q122hxEDqrCEE-ipcfBJKuLw6XZm-RJBRZWOqZ_qcWlMmt1lODds5zPfccXuaUE2_CzN1vEfxm_gFeLRGPAwavy3Iu-03wCoE7GCljIdL4fTWTC5B6CoKYlT8WBtbcTsbIYKPvx6jaZcoVyK9gyAlX4MzUT1bGn9CfsBeJFPsr2fcrVV7WUlTKwGb7m0dE7i0lsVs-IDHIc0Fj75n6lCFA.4RWb42LiXSLOcR862EbpwA.7zo3KErqOjZC9VbtZ6KxQ6DW6M8gAwJCE2Vq8oEulH8TlThXAi0qTEdLLGxJoyJvlR_0ACfcVlJnPsOUx5fDnOJd2rG9SgqTH6uqLS1UUzc.gWnPDXFPz_YGFAnBd5GuIA" + }, + "record": { + "CNAME": "xandaaah.github.io" + } +} diff --git a/domains/xavier.json b/domains/xavier.json new file mode 100644 index 000000000..fa5b6efeb --- /dev/null +++ b/domains/xavier.json @@ -0,0 +1,11 @@ +{ + "description": "Xavier Personal Development Site", + "repo": "https://github.com/MrSiir/mrsiir.github.io", + "owner": { + "username": "MrSiir", + "email": "mrsiir@gmail.com" + }, + "record": { + "CNAME": "mrsiir.github.io" + } +} \ No newline at end of file diff --git a/domains/xelkomy.json b/domains/xelkomy.json new file mode 100644 index 000000000..20fc3c873 --- /dev/null +++ b/domains/xelkomy.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/xElkomy/xElkomy.github.io", + "owner": { + "username": "xElkomy", + "email": "khaled.mohamed@xelkomy.com", + "discord": "khaledkarimeldin" + }, + "record": { + "URL": "https://blog.xelkomy.com" + } +} diff --git a/domains/xelxen.json b/domains/xelxen.json index 870ca2b9c..cacb57e08 100644 --- a/domains/xelxen.json +++ b/domains/xelxen.json @@ -1,6 +1,5 @@ { "description": "I am a dev ig", - "repo": "https://github.com/xelxen.github.io", "owner": { "username": "XelXen", "email": "xelxenfox@gmail.com", diff --git a/domains/xen.json b/domains/xen.json deleted file mode 100644 index 2e6040a49..000000000 --- a/domains/xen.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Website for my projects", - "repo": "https://github.com/xenmods/xenmods.github.io", - "owner": { - "username": "xenmods", - "email": "ilumomin04@gmail.com", - "twitter": "momin_ilf" - }, - "record": { - "CNAME": "xenmods.github.io" - } -} diff --git a/domains/xenonrexo.json b/domains/xenonrexo.json new file mode 100644 index 000000000..ac46d78de --- /dev/null +++ b/domains/xenonrexo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "shshams", + "email": "shahadathossenshams@gmail.com" + }, + "record": { + "CNAME": "xenonrexo.vercel.app" + } +} diff --git a/domains/xenside.json b/domains/xenside.json index b1cb1e907..41670b384 100644 --- a/domains/xenside.json +++ b/domains/xenside.json @@ -10,10 +10,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } diff --git a/domains/xgarciadevs.json b/domains/xgarciadevs.json index f7dfc5d76..5f16a24f2 100644 --- a/domains/xgarciadevs.json +++ b/domains/xgarciadevs.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "xgarciadevs", - "email": "", - "discord": "528637169544331291", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.AEE26UaHZe8_LcuhJr1lzNzgeSkXmln0mE8UcQtMR0hViboJjLWgvqFz-SjvjwIAVojRtThKqDHSrLBDL6o348iAjyq40tkt4lBdXfr99WSaQMpFpHInnZt5oR8sxeudO5qIjUHQcfS-Yc0PjmkRTVAU9Tqux3y5Aq9zDVEuijnPTWZ2K_4jx9m9yl9sBIaWmnF_IsxQ8uyqjdbetOi5SjkKyAbRFWw7oOGFtYLj6TnoX3scmzttZ3KGmWJ0ZNS13Laox2HQcCpHxxK1S7KJ6pL5pMwVUPYky4HyHehxQKFg95i3MRzWuSTkodGtBdh49Pwh69QzrJqQb8att80uBA.TlnYc1bf6FVZiUS70wP29w.xE4-Bc5esGlMAfR9OgfYmSQn-nhzZTYuwyq_CazXX9AfLoNwe_uw322aB7BVJ0Ir9q7OhuxlgHH6p_Dr-eEGcTLSVrsXffpZ59QTVCmZtIo.8O7dpgd0M33X_CoKfigNyQ" - }, - - "record": { - "CNAME": "xgarciadevs.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "xgarciadevs", + "discord": "528637169544331291", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.AEE26UaHZe8_LcuhJr1lzNzgeSkXmln0mE8UcQtMR0hViboJjLWgvqFz-SjvjwIAVojRtThKqDHSrLBDL6o348iAjyq40tkt4lBdXfr99WSaQMpFpHInnZt5oR8sxeudO5qIjUHQcfS-Yc0PjmkRTVAU9Tqux3y5Aq9zDVEuijnPTWZ2K_4jx9m9yl9sBIaWmnF_IsxQ8uyqjdbetOi5SjkKyAbRFWw7oOGFtYLj6TnoX3scmzttZ3KGmWJ0ZNS13Laox2HQcCpHxxK1S7KJ6pL5pMwVUPYky4HyHehxQKFg95i3MRzWuSTkodGtBdh49Pwh69QzrJqQb8att80uBA.TlnYc1bf6FVZiUS70wP29w.xE4-Bc5esGlMAfR9OgfYmSQn-nhzZTYuwyq_CazXX9AfLoNwe_uw322aB7BVJ0Ir9q7OhuxlgHH6p_Dr-eEGcTLSVrsXffpZ59QTVCmZtIo.8O7dpgd0M33X_CoKfigNyQ" + }, + "record": { + "CNAME": "xgarciadevs.github.io" + } +} diff --git a/domains/xgeneric.json b/domains/xgeneric.json new file mode 100644 index 000000000..53f4098c4 --- /dev/null +++ b/domains/xgeneric.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "xgeneric", + "discord": "1194494419064328296", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.D232zLsD29QIoCDQBNjD76jn7VgIPpSOIrRPBMn37VV_JTS_3fJAKK7ADQtFwQu0A-I0TcZTU3UczrEGdwjmkHHAhPu95BuRbFqbWruAnX6ETw0JjSJQvYmlrFjF1xDMM33CJ3GW0R985HyTcB5MbU6-QvWbqPou5bwRShlQ06KKP944EiASahDDNAog2HUwEf7VJjWxdB-hP3Yj_BOvlC_kQBfZBhOTG4OWwbvbAonKjK26oqrVdUKhuDT0VfvI4VsBXlSG3g8P2LnyZZPmh3xJ3UQ4aWYRFhJkC3f0M98NQ4mI7ddwZu4YPVcw9yHiMD9iDnTBnNiSsJVZeMhqQw.6v7QP1iKQEXF2xIliVLoxA.n1gPGIhivHdAaq9enhjewqRKzW2BtPsOt97Ng4x7yp8nv-OzAS4Jev1hp_M3z0XL7l5z1Wc2YrPW7z3trdUlmTZkCLcOziKhwwECaKbQNErOq3yXDxe7K5FvhmQWGNQJ.fZiP_f8z_xpVs5jS0MRQPQ" + }, + "record": { + "CNAME": "paulswebhelp.com" + } +} diff --git a/domains/xhide341.json b/domains/xhide341.json new file mode 100644 index 000000000..8c861139d --- /dev/null +++ b/domains/xhide341.json @@ -0,0 +1,12 @@ +{ + "description": "Hey, I'm hide and I'm a developer", + "repo": "https://github.com/xhide341/portfolio", + "owner": { + "username": "xhide341", + "email": "shawnehgn10@gmail.com", + "discord": "364749406878171136" + }, + "record": { + "CNAME": "xhide341.netlify.app" + } +} \ No newline at end of file diff --git a/domains/xiaoxi-tw.json b/domains/xiaoxi-tw.json index b0ed3594a..e84042a04 100644 --- a/domains/xiaoxi-tw.json +++ b/domains/xiaoxi-tw.json @@ -4,7 +4,7 @@ "owner": { "username": "jimmy20180130", "email": "jimmy20180130@gmail.com", - "twitter": "@jimmyyo45639462" + "twitter": "jimmyyo45639462" }, "record": { "CNAME": "jimmy20180130.github.io" diff --git a/domains/xkhronoz.json b/domains/xkhronoz.json index e9f89b5ae..5b11b7e66 100644 --- a/domains/xkhronoz.json +++ b/domains/xkhronoz.json @@ -1,11 +1,11 @@ { - "description": "My Portfolio Web App", - "repo": "https://github.com/xKhronoz/xKhronoz.github.io", - "owner": { - "username": "xKhronoz", - "email": "yeek3063@gmail.com" - }, - "record": { - "CNAME": "xkhronoz.github.io" - } + "description": "My Portfolio Web App", + "repo": "https://github.com/xKhronoz/xKhronoz.github.io", + "owner": { + "username": "xKhronoz", + "email": "yeek3063@gmail.com" + }, + "record": { + "CNAME": "xkhronoz.github.io" + } } diff --git a/domains/xkotelek.json b/domains/xkotelek.json index 85daca0ae..0fa0378af 100644 --- a/domains/xkotelek.json +++ b/domains/xkotelek.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "xKotelek", - "email": "98203141+xKotelek@users.noreply.github.com", - "discord": "803159847641284640" - }, - - "record": { - "CNAME": "xkotelek.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "xKotelek", + "discord": "803159847641284640" + }, + "record": { + "CNAME": "xkotelek.github.io" + } +} diff --git a/domains/xmars.json b/domains/xmars.json new file mode 100644 index 000000000..845463ae9 --- /dev/null +++ b/domains/xmars.json @@ -0,0 +1,10 @@ +{ + "description": "My personal info", + "owner": { + "username": "xmars4", + "email": "xtruongptit@gmail.com" + }, + "record": { + "CNAME": "xmars4.github.io" + } +} diff --git a/domains/xn--01a.json b/domains/xn--01a.json new file mode 100644 index 000000000..803c2d456 --- /dev/null +++ b/domains/xn--01a.json @@ -0,0 +1,11 @@ +{ + "description": "ы.is-a.dev", + "repo": "https://github.com/juststudio7/website", + "owner": { + "username": "JustDeveloper1", + "email": "support@juststudio.is-a.dev" + }, + "record": { + "CNAME": "edge.redirect.pizza" + } +} diff --git a/domains/xn--3s9h.json b/domains/xn--3s9h.json new file mode 100644 index 000000000..e401bb43f --- /dev/null +++ b/domains/xn--3s9h.json @@ -0,0 +1,11 @@ +{ + "description": "I own unicorn.is-a.dev, so I thought it would be funny if I also own xn--3s9h.is-a.dev which is a unicorn-emoji.is-a.dev", + "repo": "https://github.com/6nf0n3/is-a-dev_register", + "owner": { + "username": "bnfone", + "email": "is-a-dev-registration.zbden@simplelogin.com" + }, + "record": { + "URL": "https://unicorn.is-a.dev" + } +} diff --git a/domains/xn--ol8h.json b/domains/xn--ol8h.json new file mode 100644 index 000000000..322469f54 --- /dev/null +++ b/domains/xn--ol8h.json @@ -0,0 +1,10 @@ +{ + "description": "emoji redirect", + "owner": { + "username": "saxophone-dev", + "email": "itsarchit@keemail.me" + }, + "record": { + "URL": "https://saxophone.is-a.dev" + } +} diff --git a/domains/xpr.json b/domains/xpr.json new file mode 100644 index 000000000..a08732c83 --- /dev/null +++ b/domains/xpr.json @@ -0,0 +1,12 @@ +{ + "description": "xprsh site", + "repo": "https://codeberg.org/xpr/pages", + "owner": { + "username": "xpr", + "email": "xpr@atl.tools", + "discord": "xprsh" + }, + "record": { + "CNAME": "xpr.codeberg.page" + } +} diff --git a/domains/xpugno.json b/domains/xpugno.json new file mode 100644 index 000000000..00fe20474 --- /dev/null +++ b/domains/xpugno.json @@ -0,0 +1,11 @@ +{ + "description": "Personal website for xPugno, hosted on Netlify at https://xpugno.netlify.app", + "repo": "https://github.com/xPugnocode/sillywebsite", + "owner": { + "username": "xPugnocode", + "discord": "567924760370085899" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/xrap1dx.json b/domains/xrap1dx.json index f11ffb0c8..e5caaa0eb 100644 --- a/domains/xrap1dx.json +++ b/domains/xrap1dx.json @@ -1,21 +1,15 @@ { - "description": "making a cool portfolio website.", - "repo": "https://github.com/xrap1dx?tab=repositories", - "owner": { - "username": "xrap1dx", - "email": "sirrapid155@gmail.com" - }, - "record": { - "A": [ - "69.30.249.53" - ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": [ - "v=spf1 include:spf.improvmx.com ~all", - "zoho-verification=zb43908801.zmverify.zoho.eu" - ] - } + "description": "making a cool portfolio website.", + "owner": { + "username": "xrap1dx", + "email": "sirrapid155@gmail.com" + }, + "record": { + "A": ["69.30.249.53"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": [ + "v=spf1 include:spf.improvmx.com ~all", + "zoho-verification=zb43908801.zmverify.zoho.eu" + ] + } } diff --git a/domains/xrcs.json b/domains/xrcs.json index 949f65e4d..5483fe9fd 100644 --- a/domains/xrcs.json +++ b/domains/xrcs.json @@ -3,8 +3,7 @@ "repo": "https://github.com/xrcss/xrcss.github.io", "owner": { "username": "xrcss", - "discord": "xrcs#0001", - "email": "" + "discord": "xrcs#0001" }, "record": { "CNAME": "xrcss.github.io" diff --git a/domains/xream.json b/domains/xream.json index dee5b2ca1..62847df6e 100644 --- a/domains/xream.json +++ b/domains/xream.json @@ -3,7 +3,6 @@ "username": "xream", "email": "xreamxu@gmail.com" }, - "record": { "A": ["150.230.219.72"] } diff --git a/domains/xrvuloepjriu.sevinda-herath.json b/domains/xrvuloepjriu.sevinda-herath.json new file mode 100644 index 000000000..a4e12249d --- /dev/null +++ b/domains/xrvuloepjriu.sevinda-herath.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Sevinda-Herath", + "email": "sevindaherath@gmail.com" + }, + "record": { + "CNAME": "gv-alvrz5ytmlhjh6.dv.googlehosted.com" + } +} diff --git a/domains/xryshirfxn.json b/domains/xryshirfxn.json deleted file mode 100644 index 2a6d5e2aa..000000000 --- a/domains/xryshirfxn.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Personal website", - "repo": "https://github.com/xryshirfxn/xryshirfxn.github.io", - "owner": { - "username": "xryshirfxn", - "email": "", - "twitter": "xryshirfxn" - }, - "record": { - "CNAME": "xryshirfxn.github.io" - } -} diff --git a/domains/xsamivs.json b/domains/xsamivs.json index 6b47dfc7b..28e0af625 100644 --- a/domains/xsamivs.json +++ b/domains/xsamivs.json @@ -1,14 +1,10 @@ { - "description": "Development Website of xSamiVS", - "repo": "https://github.com/xSamiVS", - "owner": { - "username": "xSamiVS", - "email": "", - "discord": "xSamiVS - 455335173748162563" - }, - "record": { - "A": [ - "88.99.5.172" - ] - } + "description": "Development Website of xSamiVS", + "owner": { + "username": "xSamiVS", + "discord": "xSamiVS - 455335173748162563" + }, + "record": { + "A": ["88.99.5.172"] + } } diff --git a/domains/xsec.json b/domains/xsec.json index c40405a98..395c94116 100644 --- a/domains/xsec.json +++ b/domains/xsec.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "mnikrsa21", - "email": "igcloud16@gmail.com" - }, - "record": { - "CNAME": "igcloudstore.my.id" - } + "owner": { + "username": "mnikrsa21", + "email": "igcloud16@gmail.com" + }, + "record": { + "CNAME": "igcloudstore.my.id" + } } diff --git a/domains/xshubhamg.json b/domains/xshubhamg.json new file mode 100644 index 000000000..ffe57de9e --- /dev/null +++ b/domains/xshubhamg.json @@ -0,0 +1,10 @@ +{ + "description": "Portfolio site", + "owner": { + "username": "xshubhamg", + "email": "shubhammgiri3@gmail.com" + }, + "record": { + "URL": "https://nerd-cv.netlify.app/" + } +} diff --git a/domains/xtendera.json b/domains/xtendera.json index b71936c1c..e09fe10f3 100644 --- a/domains/xtendera.json +++ b/domains/xtendera.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "Xtendera", - "email": "", - "discord": "738775476604239933", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.sq-KmAgGR-ZbJSMLfzyBL3owG_zZlnOxd_sd8s_VAsjDbDKq--kTGCOXfIMA84j1YOrfTdhx58vH3lT4GuXTfPeHIGm48DCoMj-AFFzZ4yZ7BglL2CXaVSXC3IqaVuEsNegoXrukgXOud3_ntJSZ8xUxsPd-scu4pfRAcj4K5Dg6cYxOaPLFHu2oGpMF3wwxmA4PiYJrMzzEQfbzUKIu_-Z3VaKTe0nNRsGj949wYhFA_aWiVmpHpIJmlKw0qir6rSK0v_6bQinsOHggQovs3Aaa6PY91oQSzDFflnaQ7B6DfsOqH2e71BRFn5bY9Lr7krSc2gRA7pPloHcLKtGWkw.AJ7kxDQt59jciByxVnW8Qg.xPNk-rj6MCK2920t9Hc3igwLH6_irc1EP8aanc6bOSVBYnS5LYBDpLJUPc1nSgbMUWpM0twRuVivMCFjrSmHzDpjukrcNG1gzaba8MoCgudw24ow1rLiN1B2JaJjw4Hf.QAoAeekZzCOVpsAzHH9qGg" - }, - - "record": { - "A": ["47.186.121.65"] - } - } - \ No newline at end of file + "owner": { + "username": "Xtendera", + "discord": "738775476604239933", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.sq-KmAgGR-ZbJSMLfzyBL3owG_zZlnOxd_sd8s_VAsjDbDKq--kTGCOXfIMA84j1YOrfTdhx58vH3lT4GuXTfPeHIGm48DCoMj-AFFzZ4yZ7BglL2CXaVSXC3IqaVuEsNegoXrukgXOud3_ntJSZ8xUxsPd-scu4pfRAcj4K5Dg6cYxOaPLFHu2oGpMF3wwxmA4PiYJrMzzEQfbzUKIu_-Z3VaKTe0nNRsGj949wYhFA_aWiVmpHpIJmlKw0qir6rSK0v_6bQinsOHggQovs3Aaa6PY91oQSzDFflnaQ7B6DfsOqH2e71BRFn5bY9Lr7krSc2gRA7pPloHcLKtGWkw.AJ7kxDQt59jciByxVnW8Qg.xPNk-rj6MCK2920t9Hc3igwLH6_irc1EP8aanc6bOSVBYnS5LYBDpLJUPc1nSgbMUWpM0twRuVivMCFjrSmHzDpjukrcNG1gzaba8MoCgudw24ow1rLiN1B2JaJjw4Hf.QAoAeekZzCOVpsAzHH9qGg" + }, + "record": { + "A": ["47.186.121.65"] + } +} diff --git a/domains/xthe.json b/domains/xthe.json deleted file mode 100644 index 64667b6b1..000000000 --- a/domains/xthe.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "repo": "https://github.com/SirXThe/sirxthe.github.io", - "owner": { - "username": "SirXThe", - "email": "sirxthe@gmail.com", - "discord": "XThe#4695" - }, - "record": { - "CNAME": "sirxthe.github.io" - } -} diff --git a/domains/xuxxi.json b/domains/xuxxi.json deleted file mode 100644 index 271f5d7bb..000000000 --- a/domains/xuxxi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "XUXXI", - "repo": "https://github.com/XUXXI/xuxxi.github.io", - "owner": { - "username": "methaine", - "email": "keter@keemail.me" - }, - "record": { - "CNAME": "xuxxi.github.io" - } -} diff --git a/domains/xvannn07.json b/domains/xvannn07.json new file mode 100644 index 000000000..7ba5ec189 --- /dev/null +++ b/domains/xvannn07.json @@ -0,0 +1,10 @@ +{ + "owner": { + "email": "xvannn07@example.com", + "username": "Xvannn07" + }, + "record": { + "CNAME": "silly-arithmetic-ef452c.netlify.app" + }, + "proxy": false +} diff --git a/domains/xvrtech.json b/domains/xvrtech.json new file mode 100644 index 000000000..1172adb43 --- /dev/null +++ b/domains/xvrtech.json @@ -0,0 +1,11 @@ +{ + "description": "Toy website xvrtech.is-a.dev", + "repo": "https://github.com/FullStackedRVC/Agency.git", + "owner": { + "username": "FullStackedRVC", + "email": "robertocarov2@gmail.com" + }, + "record": { + "CNAME": "fullstackedrvc.github.io" + } +} diff --git a/domains/y.json b/domains/y.json index 1a06bbbaf..0ab726729 100644 --- a/domains/y.json +++ b/domains/y.json @@ -1,8 +1,7 @@ { "owner": { "username": "yunexiz", - "discord": "1040303561847881729", - "email": "" + "discord": "1040303561847881729" }, "record": { "CNAME": "yunexiz.github.io" diff --git a/domains/yahli.json b/domains/yahli.json new file mode 100644 index 000000000..94473bb32 --- /dev/null +++ b/domains/yahli.json @@ -0,0 +1,10 @@ +{ + "description": "Personal dev website", + "owner": { + "username": "yahligitzi", + "email": "yahligitzi2@gmail.com" + }, + "record": { + "CNAME": "yahligitzi.github.io" + } +} diff --git a/domains/yakate.json b/domains/yakate.json index aceacfc2d..941169dd5 100644 --- a/domains/yakate.json +++ b/domains/yakate.json @@ -7,6 +7,6 @@ "discord": "842070971669544982" }, "record": { - "CNAME": "oYakate.github.io" + "CNAME": "oyakate.github.io" } } diff --git a/domains/yakiyo.json b/domains/yakiyo.json index fc54bfd37..0b478d727 100644 --- a/domains/yakiyo.json +++ b/domains/yakiyo.json @@ -3,7 +3,6 @@ "repo": "https;//github.com/Yakiyo/Yakiyo.github.io", "owner": { "username": "Yakiyo", - "email": "", "twitter": "Yakiyo8", "discord": "Yakiyo#1206" }, diff --git a/domains/yas.json b/domains/yas.json new file mode 100644 index 000000000..e22f156c1 --- /dev/null +++ b/domains/yas.json @@ -0,0 +1,11 @@ +{ + "description": "My Portfolio", + "repo": "https://github.com/yashokuu/yashokuu.github.io", + "owner": { + "username": "yashoukuu", + "email": "yas.studios.en@gmail.com" + }, + "record": { + "CNAME": "yashokuu.github.io" + } +} diff --git a/domains/yash-poojara.json b/domains/yash-poojara.json index 050133ef1..7c5bd7e25 100644 --- a/domains/yash-poojara.json +++ b/domains/yash-poojara.json @@ -2,8 +2,7 @@ "description": "Yash Poojara Profile.", "repo": "https://github.com/yash-poojara/yash-poojara.github.io", "owner": { - "username": "yash-poojara", - "email": "" + "username": "yash-poojara" }, "record": { "CNAME": "yash-poojara.github.io" diff --git a/domains/yash.json b/domains/yash.json index 0c16486dc..ab155bf9b 100644 --- a/domains/yash.json +++ b/domains/yash.json @@ -6,12 +6,12 @@ "email": "connect@real-yash.is-a.dev" }, "record": { - "A": [ - "185.199.111.153", - "185.199.109.153", - "185.199.108.153", - "185.199.110.153" - ], + "A": [ + "185.199.111.153", + "185.199.109.153", + "185.199.108.153", + "185.199.110.153" + ], "MX": ["yash-isa-dev01i.mail.protection.outlook.com"], "TXT": "v=spf1 include:spf.protection.outlook.com -all" } diff --git a/domains/yashas.json b/domains/yashas.json index 0aab88392..18ff198fd 100644 --- a/domains/yashas.json +++ b/domains/yashas.json @@ -1,6 +1,5 @@ { "description": "yashas.is-a.dev.", - "repo": "https://github.com/yashas9492", "owner": { "username": "Yashas9492", "email": "yashas.codes@gmail.com" diff --git a/domains/yashasviallen.json b/domains/yashasviallen.json index b06667a77..8932b058f 100644 --- a/domains/yashasviallen.json +++ b/domains/yashasviallen.json @@ -4,6 +4,6 @@ "email": "yashasviallen@gmail.com" }, "record": { - "CNAME": "yashasviallen.dynv6.net" + "NS": ["bethany.ns.cloudflare.com", "miles.ns.cloudflare.com"] } } diff --git a/domains/yashh-chauhan.json b/domains/yashh-chauhan.json index f43b94471..dc5b7a0a0 100644 --- a/domains/yashh-chauhan.json +++ b/domains/yashh-chauhan.json @@ -2,8 +2,7 @@ "description": "Yash Chauhan Profile.", "repo": "https://github.com/yashh-chauhan/yashh-chauhan.github.io", "owner": { - "username": "yashh-chauhan", - "email": "" + "username": "yashh-chauhan" }, "record": { "CNAME": "yashh-chauhan.github.io" diff --git a/domains/yashita.json b/domains/yashita.json new file mode 100644 index 000000000..2fbb83dc3 --- /dev/null +++ b/domains/yashita.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "yashita1512", + "email": "yashita1512939@gmail.com" + }, + "record": { + "CNAME": "yashita1512.github.io" + } +} diff --git a/domains/yashsachdev.json b/domains/yashsachdev.json new file mode 100644 index 000000000..ee20acfea --- /dev/null +++ b/domains/yashsachdev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "yashsachdev", + "email": "yashsachdev5677@gmail.com" + }, + "record": { + "CNAME": "yashsachdevblog.azureedge.net" + } +} diff --git a/domains/yassin.json b/domains/yassin.json index d809f2761..83b763557 100644 --- a/domains/yassin.json +++ b/domains/yassin.json @@ -3,7 +3,6 @@ "repo": "https://github.com/ycssin/bio", "owner": { "username": "ycssin", - "email": "", "twitter": "ycssin" }, "record": { diff --git a/domains/yassine.json b/domains/yassine.json index 656451d87..39e63049c 100644 --- a/domains/yassine.json +++ b/domains/yassine.json @@ -3,7 +3,6 @@ "username": "yassine20011", "email": "medalgamer47@gmail.com" }, - "record": { "CNAME": "amjad.pages.dev" } diff --git a/domains/yatinmalhotra.json b/domains/yatinmalhotra.json new file mode 100644 index 000000000..251d4a10c --- /dev/null +++ b/domains/yatinmalhotra.json @@ -0,0 +1,11 @@ +{ + "description": "Personal-Portfolio", + "repo": "https://github.com/Yatin-Malhotra/TestPortfolio", + "owner": { + "username": "Yatin-Malhotra", + "discord": "foreverinevitable" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/yaxh.json b/domains/yaxh.json new file mode 100644 index 000000000..5302cfbe0 --- /dev/null +++ b/domains/yaxh.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "yaxhcodes", + "email": "meyashjoshi3101@gmail.com", + "discord": "965845932782526495" + }, + "record": { + "CNAME": "yaxhcodes.vercel.app" + } +} diff --git a/domains/yeasin.json b/domains/yeasin.json new file mode 100644 index 000000000..a54bc6124 --- /dev/null +++ b/domains/yeasin.json @@ -0,0 +1,11 @@ +{ + "description": "yeasin.is-a.dev", + "owner": { + "username": "yeasiin", + "email": "iamyeasiin@gmail.com" + }, + "record": { + "CNAME": "yeasiin.github.io" + }, + "proxied": true +} \ No newline at end of file diff --git a/domains/yedu.json b/domains/yedu.json index ce22574bf..dd7837db0 100644 --- a/domains/yedu.json +++ b/domains/yedu.json @@ -3,10 +3,9 @@ "repo": "https://github.com/YedukrishnanTY/web", "owner": { "username": "YeduKrishnanTY", - "email": "", "discord": "Chandler._bing__#8780" }, "record": { - "CNAME": "YeduKrishnanTY.github.io" + "CNAME": "yedukrishnanty.github.io" } } diff --git a/domains/yellososa.json b/domains/yellososa.json new file mode 100644 index 000000000..d5141d19b --- /dev/null +++ b/domains/yellososa.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Dn1w", + "discord": "923208452581511199", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.UYEThSdIZTWX2_fHUJL6USuvkXNHtizdv6i6tq7VlLbxQ8hB9ShSrlEvwEbAL7xapElXx-Zjn9-DeeQLlpD6evOb-qeUOLp2bBA_TK9RmLnJnQEfTNsnjZAJwkd_IZUWtSoPVISyooLfEIFROAalmyBvOqO4jo6f_VS62akDJjFkpNHGizyTy3Ap4o4ECYhw3DJDpj70ZUfYlMym4IR9vBx-FENksCdRszGj9uSnCqrut0ebez8BhS4orxwF3iyh2zjOJ9RnvZdaBUM_T0bovHD-4W26p4PiOXVlJG-TPiLAA1oJrpRTjO4pIOeokstysYJWCfZMtz8Vzf1wsAXUnw.AtmbV8Ll8uA5ExuCKoLJAA.rw-ak74Tw-ynZRDyHMgKIwwy6-i-RNUSCEHQrvr4lK24iT5nsdqkqzBPFbIAnpbL-UT9VjlXF5JE-VDkg4p9iXaTPcNm11FSaqOEFSwEPIY.LbsXNr4vTuO14AqbVrEXJA" + }, + + "record": { + "CNAME": "yellososa.github.io" + } + } + \ No newline at end of file diff --git a/domains/yfa.json b/domains/yfa.json index 7f653ef42..97d460533 100644 --- a/domains/yfa.json +++ b/domains/yfa.json @@ -1,11 +1,9 @@ { "owner": { "username": "YouFoundAlpha", - "email": "", - "Discord": "661121998830960651", - "GitHub": "YouFoundAlpha", - "GitLab": "YouFoundAlpha", - "Mastodon": "@YouFoundAlpha@mastodon.social" + "discord": "661121998830960651", + "gitlab": "YouFoundAlpha", + "mastodon": "@YouFoundAlpha@mastodon.social" }, "record": { "URL": "https://github.com/YouFoundAlpha" diff --git a/domains/yfadev.json b/domains/yfadev.json index f21a82aa4..b8fb29fda 100644 --- a/domains/yfadev.json +++ b/domains/yfadev.json @@ -1,12 +1,9 @@ { "owner": { "username": "YouFoundAlpha", - "email": "", - "Discord": "661121998830960651", - - "GitHub": "YouFoundAlpha", - "GitLab": "YouFoundAlpha", - "Mastodon": "@YouFoundAlpha@mastodon.social" + "discord": "661121998830960651", + "gitlab": "YouFoundAlpha", + "mastodon": "@YouFoundAlpha@mastodon.social" }, "record": { "URL": "https://github.com/yfadev" diff --git a/domains/yhkz.json b/domains/yhkz.json new file mode 100644 index 000000000..9b655ee3f --- /dev/null +++ b/domains/yhkz.json @@ -0,0 +1,11 @@ +{ + "description": "yhkz.is-a.dev", + "repo": "https://github.com/yhkz/yhkz.github.io", + "owner": { + "username": "yhkz", + "email": "yhkz@yhkz.us.kg" + }, + "record": { + "CNAME": "yhkz.github.io" + } +} diff --git a/domains/yigit.json b/domains/yigit.json index 731117b2d..7054ab487 100644 --- a/domains/yigit.json +++ b/domains/yigit.json @@ -1,12 +1,12 @@ { - "description": "My Portfolio", - "repo": "https://github.com/yigitdev05/yigitdev05.github.io", - "owner": { - "username": "yigitdev05", - "email": "yigitkabak@proton.me", - "discord": "yigit.dev" - }, - "record": { - "CNAME": "yigitdev05.github.io" - } -} + "description": "My Portfolio", + "repo": "https://github.com/devyigit/devyigit.github.io", + "owner": { + "username": "devyigit", + "email": "yigitkabak05@hotmail.com", + "discord": "yigit.dev" + }, + "record": { + "CNAME": "devyigit.github.io" + } +} diff --git a/domains/yippymishy.json b/domains/yippymishy.json index d2efca2c6..53126985b 100644 --- a/domains/yippymishy.json +++ b/domains/yippymishy.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "yippymishy", - "email": "yippymishy@yippymishy.com" - }, - "record": { - "URL": "https://yippymishy.com" - } + "owner": { + "username": "yippymishy", + "email": "yippymishy@yippymishy.com" + }, + "record": { + "URL": "https://yippymishy.com" + } } diff --git a/domains/yisraeldov.json b/domains/yisraeldov.json new file mode 100644 index 000000000..f8d326cc0 --- /dev/null +++ b/domains/yisraeldov.json @@ -0,0 +1,10 @@ +{ + "description": "Yisrael Dov Lebow", + "owner": { + "username": "yisraeldov", + "email": "lebow@lebowtech.com" + }, + "record": { + "URL": "https://yisraeldov.gitlab.io" + } +} diff --git a/domains/yoan.json b/domains/yoan.json new file mode 100644 index 000000000..ab5b4d3ea --- /dev/null +++ b/domains/yoan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "yoan-gilliand", + "email": "yoangilliand@gmail.com" + }, + "record": { + "CNAME": "yoan-gilliand.vercel.app" + } +} diff --git a/domains/yohanesrioirsan.json b/domains/yohanesrioirsan.json new file mode 100644 index 000000000..b3386cce7 --- /dev/null +++ b/domains/yohanesrioirsan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "yohanesrioirsan", + "email": "rioirsan8@gmail.com" + }, + "record": { + "CNAME": "yohanesrioirsan.vercel.app" + } +} diff --git a/domains/yose.json b/domains/yose.json index 2ac61fbf5..568b8be93 100644 --- a/domains/yose.json +++ b/domains/yose.json @@ -3,7 +3,6 @@ "repo": "https://github.com/yohn-maistre/yohn-maistre.github.io", "owner": { "username": "yohn-maistre", - "email": "", "twitter": "jind0sh", "discord": "jind0sh#5330" }, diff --git a/domains/yosuke.json b/domains/yosuke.json index 559c675c1..b39c4b0a1 100644 --- a/domains/yosuke.json +++ b/domains/yosuke.json @@ -1,8 +1,7 @@ { "owner": { "username": "yunexiz", - "discord": "1040303561847881729", - "email": "" + "discord": "1040303561847881729" }, "record": { "CNAME": "yunexiz.pages.dev" diff --git a/domains/youfoundalpha.json b/domains/youfoundalpha.json index 8880a3772..0d0a81148 100644 --- a/domains/youfoundalpha.json +++ b/domains/youfoundalpha.json @@ -1,18 +1,13 @@ { "owner": { "username": "YouFoundAlpha", - "email": "", - "Discord": "661121998830960651", - "GitHub": "YouFoundAlpha", - "GitLab": "YouFoundAlpha", - "Mastodon": "@YouFoundAlpha@mastodon.social" + "discord": "661121998830960651", + "gitlab": "YouFoundAlpha", + "mastodon": "@YouFoundAlpha@mastodon.social" }, "record": { "URL": "https://github.com/YouFoundAlpha", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": [ "v=spf1 include:spf.improvmx.com ~all", "$argon2id$v=19$m=64,t=512,p=2$LQgtmaW74soANOQER5HbUw$AsMbVQTJEn5K3tM8hb2dsQ" diff --git a/domains/youfoundalpha.youfoundalpha.json b/domains/youfoundalpha.youfoundalpha.json index 2274c3b36..17b87a959 100644 --- a/domains/youfoundalpha.youfoundalpha.json +++ b/domains/youfoundalpha.youfoundalpha.json @@ -1,11 +1,9 @@ { "owner": { "username": "YouFoundAlpha", - "email": "", - "Discord": "661121998830960651", - "GitHub": "YouFoundAlpha", - "GitLab": "YouFoundAlpha", - "Mastodon": "@YouFoundAlpha@mastodon.social" + "discord": "661121998830960651", + "gitlab": "YouFoundAlpha", + "mastodon": "@YouFoundAlpha@mastodon.social" }, "record": { "URL": "https://youfoundalpha.is-a.dev" diff --git a/domains/youple.json b/domains/youple.json index b82d22a19..2ca9820c4 100644 --- a/domains/youple.json +++ b/domains/youple.json @@ -3,7 +3,6 @@ "username": "nagdongdev-0713", "email": "lyw8459@gmail.com" }, - "record": { "MX": ["aspmx.daum.net"] } diff --git a/domains/your-dad.json b/domains/your-dad.json new file mode 100644 index 000000000..7f288db42 --- /dev/null +++ b/domains/your-dad.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Satindar31", + "email": "satindar@satindar-is.me" + }, + "record": { + "URL": "https://cloud.satindar-is.me/s/gHJfbiyhVJzy3Vs" + } +} diff --git a/domains/your-mom.json b/domains/your-mom.json new file mode 100644 index 000000000..3921c95de --- /dev/null +++ b/domains/your-mom.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "satindar31", + "email": "satindar@satindar-is.me" + }, + "record": { + "URL": "https://cloud.satindar-is.me/index.php/apps/files_sharing/ajax/publicpreview.php?x=1633&y=642&a=true&file=polymorphism.jpg&t=3DKlVKFewNl3FHw&scalingup=0" + } +} diff --git a/domains/yourthoughts.catrin.json b/domains/yourthoughts.catrin.json new file mode 100644 index 000000000..f761e3ed4 --- /dev/null +++ b/domains/yourthoughts.catrin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "catrinlam", + "discord": "614054830360494100" + }, + "record": { + "A": ["144.21.62.57"] + } +} diff --git a/domains/yousef.json b/domains/yousef.json new file mode 100644 index 000000000..28ce8749c --- /dev/null +++ b/domains/yousef.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio for Yousef Yasser", + "repo": "https://github.com/yys-yss/yys-yss.github.io", + "owner": { + "username": "yys-yss", + "email": "yousefyassersalah@gmail.com" + }, + "record": { + "CNAME": "yys-yss.github.io" + } +} diff --git a/domains/youssef.json b/domains/youssef.json index 424b4a6f1..72737d5b5 100644 --- a/domains/youssef.json +++ b/domains/youssef.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "youssefsiam38", - "email": "youssef1yasser38@gmail.com" - }, - "record": { - "URL": "https://www.linkedin.com/in/youssefsiam38" - } + "owner": { + "username": "YoussefDevPro", + "email": "youssef.pro.coding@gmail.com" + }, + "record": { + "CNAME": "youssef-portfolio-sigma-youssefdevpros-projects.vercel.app" + } } diff --git a/domains/yp.shockbs.json b/domains/yp.shockbs.json index 987e9af9c..c59944439 100644 --- a/domains/yp.shockbs.json +++ b/domains/yp.shockbs.json @@ -5,6 +5,6 @@ }, "record": { "TXT": "v=spf1 include:mailgun.org ~all", - "MX": ["mxa.mailgun.org","mxb.mailgun.org"] + "MX": ["mxa.mailgun.org", "mxb.mailgun.org"] } } diff --git a/domains/ysfchn.json b/domains/ysfchn.json index 4ba9d55af..05a75f816 100644 --- a/domains/ysfchn.json +++ b/domains/ysfchn.json @@ -1,6 +1,5 @@ { "description": "ysfchn's personal website", - "repo": "https://github.com/ysfchn", "owner": { "username": "ysfchn", "email": "hi@ysfchn.com" diff --git a/domains/ysoseriouz.json b/domains/ysoseriouz.json new file mode 100644 index 000000000..fd0e82bd3 --- /dev/null +++ b/domains/ysoseriouz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ysoseriouz", + "email": "thanh.nguyen.ntt2612@gmail.com" + }, + "record": { + "CNAME": "ysoseriouz.com" + } +} diff --git a/domains/ysyz.json b/domains/ysyz.json new file mode 100644 index 000000000..3d34c0eb3 --- /dev/null +++ b/domains/ysyz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "yishuiyizhong", + "email": "sife@sife.is-a.dev" + }, + "record": { + "CNAME": "yishuiyizhong.github.io" + } +} diff --git a/domains/yug.json b/domains/yug.json new file mode 100644 index 000000000..799dbdc19 --- /dev/null +++ b/domains/yug.json @@ -0,0 +1,12 @@ +{ + "description": "Personal website!", + "repo": "N/A", + "owner": { + "username": "YUG38", + "email": "4yugpatel123@gmail.com", + "discord": "name_yug" + }, + "record": { + "CNAME": "name-yug.pages.dev" + } +} diff --git a/domains/yujia.json b/domains/yujia.json index 515025c08..6822324d1 100644 --- a/domains/yujia.json +++ b/domains/yujia.json @@ -1,11 +1,10 @@ { "description": "Yujia's Magic", - "repo": "https://github.com/YujiaY", "owner": { "username": "YujiaY", "email": "aujackyuan@gmail.com" }, "record": { - "CNAME": "YujiaY.github.io" + "CNAME": "yujiay.github.io" } } diff --git a/domains/yuko.json b/domains/yuko.json index 64f02ae30..f5ae8fa56 100644 --- a/domains/yuko.json +++ b/domains/yuko.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "DreamLikeAmonster", - "email": "", - "discord": "918872621892911164", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.FyzirrX9msJ22dfqcMb_F476tQ5rUYYmG681OE-Iel2p4ng72GCkf6U1y2jE3W8y8EpmY4SIZLyCQxnfkChRJB3Sf6SHBg54FaZYrhwZL6c42HNf5qbXPo1G8SMafzENqI4NuVFdpy4ctY-kqet3IUdELwb5Ca062tHi0f4ofxygXCvbPeL5Kwr7pttv87nFdrXyQXbONOyBSIEdkV_svZSqoIeN_pvYFwP6Ui5uPXLu1MK_wrhmDkCfsaq9fW1dhxJG9cg70pqTJLt9DsrhQydcG4CWC335MNjy4xPpSWWgIzraJGyf-tGpME8_gsYCSq0KFt7LDw8sDhfyJ-E_jQ.OErg6Z3UQeu0J_ICaJ2fNQ.BwUoHl2d0Hr1OfmCOg_m-LtJ_wwn_K2hSYsx3hiUvbzYzw5JTTM5c9phF5t_EX1ceBnp_-0cTtPOc7525aB8ThlWuEgqfa5yEd2XRy5GFpU._yB2iJ0EFbGg6MwFxU7p0A" - }, - - "record": { - "A": ["76.76.21.21"] - } - } - + "owner": { + "username": "DreamLikeAmonster", + "discord": "918872621892911164", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.FyzirrX9msJ22dfqcMb_F476tQ5rUYYmG681OE-Iel2p4ng72GCkf6U1y2jE3W8y8EpmY4SIZLyCQxnfkChRJB3Sf6SHBg54FaZYrhwZL6c42HNf5qbXPo1G8SMafzENqI4NuVFdpy4ctY-kqet3IUdELwb5Ca062tHi0f4ofxygXCvbPeL5Kwr7pttv87nFdrXyQXbONOyBSIEdkV_svZSqoIeN_pvYFwP6Ui5uPXLu1MK_wrhmDkCfsaq9fW1dhxJG9cg70pqTJLt9DsrhQydcG4CWC335MNjy4xPpSWWgIzraJGyf-tGpME8_gsYCSq0KFt7LDw8sDhfyJ-E_jQ.OErg6Z3UQeu0J_ICaJ2fNQ.BwUoHl2d0Hr1OfmCOg_m-LtJ_wwn_K2hSYsx3hiUvbzYzw5JTTM5c9phF5t_EX1ceBnp_-0cTtPOc7525aB8ThlWuEgqfa5yEd2XRy5GFpU._yB2iJ0EFbGg6MwFxU7p0A" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/yunexiz.json b/domains/yunexiz.json index 1f9a74c49..f7ee5f81c 100644 --- a/domains/yunexiz.json +++ b/domains/yunexiz.json @@ -1,8 +1,7 @@ { "owner": { "username": "yunexiz", - "discord": "1040303561847881729", - "email": "" + "discord": "1040303561847881729" }, "record": { "A": [ @@ -21,9 +20,6 @@ "v=spf1 include:spf.improvmx.com ~all", "google-site-verification=JaMCz_HK22wQhiZbF-51XTXAzEEt3qBYCMo2g_86BWo" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ] + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] } } diff --git a/domains/yurimontero.json b/domains/yurimontero.json new file mode 100644 index 000000000..e8e38480c --- /dev/null +++ b/domains/yurimontero.json @@ -0,0 +1,11 @@ +{ + "description": "Personal webpage", + "repo": "https://github.com/yurimontero/yurimontero.github.io", + "owner": { + "username": "yurimontero", + "email": "yurimontero@gmail.com" + }, + "record": { + "CNAME": "yurimontero.github.io" + } +} diff --git a/domains/yush.json b/domains/yush.json index 76fe3109f..dd71e190f 100644 --- a/domains/yush.json +++ b/domains/yush.json @@ -5,10 +5,7 @@ }, "description": "mail domain", "record": { - "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/yuwind.json b/domains/yuwind.json index 4d2a14fcb..8eb8b2687 100644 --- a/domains/yuwind.json +++ b/domains/yuwind.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "Dn1w", - "email": "", - "discord": "923208452581511199", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.nQF2bwIsViYIuC1FZ48r68zYQXusR7tgmol1Y5mNRhqkWD_x5XQ1F5KRN48xYpq_fIDcUQ-uBxgmradSBDnoiTB96eE_uq4MlQvjzpg2GXbcOgCc6E0usOvjMTMshcVbpGbEmWNOAzuXyIBT12VndaD9gNhU_n33a5_Qrb2FhTzI8XMrBjc8897so97IT3QFC1edNTi33ABhPOaiPo4rK82nb45BIt6RZDQijOwfi1GA05_q8HP1XMRqkxbTGSHKR6CWTOslEEEgaqFz8bxPBJLrzM-Hxq9yQZzF_9hcYhMDgzVapYORnLPhRD6BXB7NHh6TI7FDSLnXNu5fO-N_Yg.bkOu7XBiNIrQusCKH9gfmQ.gCG0QcEarPJlx_edap0C_5adBlpcSToQZTM7PLljXybcM_r8FKeErxGGHXdJVR9SjykisjgdfX33mkzgZm53CiDAQDOS6qdOGvCf9C8REQc.xMycJJl9UiQgpeO7QyfzPw" - }, - - "record": { - "CNAME": "yuwindev.github.io" - } - } - \ No newline at end of file + "owner": { + "username": "Dn1w", + "discord": "923208452581511199", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.nQF2bwIsViYIuC1FZ48r68zYQXusR7tgmol1Y5mNRhqkWD_x5XQ1F5KRN48xYpq_fIDcUQ-uBxgmradSBDnoiTB96eE_uq4MlQvjzpg2GXbcOgCc6E0usOvjMTMshcVbpGbEmWNOAzuXyIBT12VndaD9gNhU_n33a5_Qrb2FhTzI8XMrBjc8897so97IT3QFC1edNTi33ABhPOaiPo4rK82nb45BIt6RZDQijOwfi1GA05_q8HP1XMRqkxbTGSHKR6CWTOslEEEgaqFz8bxPBJLrzM-Hxq9yQZzF_9hcYhMDgzVapYORnLPhRD6BXB7NHh6TI7FDSLnXNu5fO-N_Yg.bkOu7XBiNIrQusCKH9gfmQ.gCG0QcEarPJlx_edap0C_5adBlpcSToQZTM7PLljXybcM_r8FKeErxGGHXdJVR9SjykisjgdfX33mkzgZm53CiDAQDOS6qdOGvCf9C8REQc.xMycJJl9UiQgpeO7QyfzPw" + }, + "record": { + "CNAME": "yuwindev.github.io" + } +} diff --git a/domains/yxz.json b/domains/yxz.json index 739cbc466..3aea970b6 100644 --- a/domains/yxz.json +++ b/domains/yxz.json @@ -1,10 +1,23 @@ { - "repo": "https://github.com/yz9551/blog", - "owner": { - "username": "yz9551", - "email": "yixuan0808@gmail.com" - }, - "record": { - "CNAME": "yz9551.github.io" - } -} + "repo": "https://github.com/yz9551/blog", + "owner": { + "username": "yz9551", + "discord": "yz9551" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "AAAA": [ + "2606:50c0:8000::153", + "2606:50c0:8001::153", + "2606:50c0:8002::153", + "2606:50c0:8003::153" + ], + "MX": ["tourmaline.uksouth.cloudapp.azure.com"], + "TXT": ["v=spf1 mx -all"] + } +} diff --git a/domains/z.json b/domains/z.json index 63cb18490..2d0965374 100644 --- a/domains/z.json +++ b/domains/z.json @@ -1,18 +1,9 @@ { - "owner": { - "username": "SkyExploreWasTaken", - "email": "", - "discord": "1049263707177353247", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ae9lxcsRx9K7NJv-AcRXmgm-8sWQp-2e6Pxly82K9_797Wy3RjBtVGaq9snYtOkL-Qm9Oj845TiS8DV-ae7fPyWYwHgzrDj99tuRjVFyrvWfCbglvOWWHODsjV5lJpJZQjuHQn08O1Ptv69N5E2-imTQegZhcn5pkMiTCW8VpuXNXD_1Viu5_xSUYXYaAsaY-G0QYNLK3IPky8zorgdC4-5w23htVxmbiAMTtqHHOJx-wqv2R-xya96-BlQ_P8GtCTG5XJQzdqrqz630012T_tdD5VL5wbBbsCcWI4EoHqGZcBt4LhUL0GPnr9jnWuTcoBVyMSevG6plNjPF9wc6WQ.cOsFit33h3r9GZdCYQ8B3Q.iOkTaYYCBBWaWv9ZtDxpCL4ix4zMWwIYcIMuje17bYUcWom6plFOQFmG24WCucDMgbeMd_eM0NdttpHYRdl7VaM_E4zTUMViGInDWEO1ucI2whNYUt3Cf1Zev1851l44.eoIzam49yND7K-OzfY6Rag" - }, - - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } - } - + "owner": { + "username": "jakeharrison90", + "email": "overtonmarke@gmail.com" + }, + "record": { + "CNAME": "excelcommunity.vercel.app" + } +} diff --git a/domains/z2ftzxm.json b/domains/z2ftzxm.json index c3ebc9d94..69c002d83 100644 --- a/domains/z2ftzxm.json +++ b/domains/z2ftzxm.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "zigzaglm13", - "email": "", - "discord": "1221383096901828720", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Cirj_NnJqGzTCyDDB1ZQPcvjcYaQIeqFtrXRrIuAi_HeGGkRjMGyJCXQ093JUJzTgCiFLiMiw49j6Aqhmo-NhIof2E4vzK30xAronlDnhDRQZoWSTlWxqJxZAcSb98ZJ0OQgTr24-mpFa0fTKBBtkp9hm-tD62oV20BFyKFK1OOY-c-nW-rym1DXshxwzzHV7I9VXUIlsQdvDV_M-ggJXj2HtmkkOjBgYOUqTBykkd3TgMzKgQ8_e_O0U0ulPnh9_PuHenwSe2MS0rmD3hRsbBJIFhzk1GJxDbBPM7_pJyAl-BUXULwOSpAYgN4w9FB9kRjGuMUcfeTu4mMNZY7dcA.4nC_ZORHozUubbeN0gM1aQ.Dl67xlT2xKuAYnjsoxzeYmggQMpUa6N3K-7sKGHZ-g_I8_4ToENfzpvpKDvIe7dKowfVwpYp56vrp7QI0rxeoVNSd38rigBnSTII6UmLQKY.E3Xv9CXUrXmGOQiH_icE0w" - }, - - "record": { - "CNAME": "zigzaglm13.github.io" - } - } - + "owner": { + "username": "zigzaglm13", + "discord": "1221383096901828720", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Cirj_NnJqGzTCyDDB1ZQPcvjcYaQIeqFtrXRrIuAi_HeGGkRjMGyJCXQ093JUJzTgCiFLiMiw49j6Aqhmo-NhIof2E4vzK30xAronlDnhDRQZoWSTlWxqJxZAcSb98ZJ0OQgTr24-mpFa0fTKBBtkp9hm-tD62oV20BFyKFK1OOY-c-nW-rym1DXshxwzzHV7I9VXUIlsQdvDV_M-ggJXj2HtmkkOjBgYOUqTBykkd3TgMzKgQ8_e_O0U0ulPnh9_PuHenwSe2MS0rmD3hRsbBJIFhzk1GJxDbBPM7_pJyAl-BUXULwOSpAYgN4w9FB9kRjGuMUcfeTu4mMNZY7dcA.4nC_ZORHozUubbeN0gM1aQ.Dl67xlT2xKuAYnjsoxzeYmggQMpUa6N3K-7sKGHZ-g_I8_4ToENfzpvpKDvIe7dKowfVwpYp56vrp7QI0rxeoVNSd38rigBnSTII6UmLQKY.E3Xv9CXUrXmGOQiH_icE0w" + }, + "record": { + "CNAME": "zigzaglm13.github.io" + } +} diff --git a/domains/za.json b/domains/za.json index fca885201..aa71bb05f 100644 --- a/domains/za.json +++ b/domains/za.json @@ -5,10 +5,7 @@ "username": "m-zeeshan42" }, "record": { - "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/zahid.json b/domains/zahid.json new file mode 100644 index 000000000..8a0a68eb4 --- /dev/null +++ b/domains/zahid.json @@ -0,0 +1,11 @@ +{ + "description": "Zahid47's personal website", + "repo": "https://github.com/zahid47/pw", + "owner": { + "username": "zahid47", + "email": "epiczahid@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/zai.json b/domains/zai.json index e774887a4..8804bddb0 100644 --- a/domains/zai.json +++ b/domains/zai.json @@ -1,11 +1,10 @@ { - "owner": { - "username": "Zai-Kun", - "email": "", - "discord": "1100460955390988410", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.m6cKdJTirBBSL5dhwU-39VbjpjyfPP_9mSRhao-tr5TYYAZ2KnkwkYsCWJ9euM2LB4GZyUqNCviMtjOM1AXoxWq_lVH7pHgvC8I3a-HeKX0TNcy819o5nlrINjiM4770f09woEl5GVw3bGajgeJLWTPmj7PTWBvQkQ3Ug9Iuye7HmZ-UAIgh8kEw7LJzhyOKS2UTIgrA4hFF7epgCXSrma27dhHqTOjDPeg30dBO1aF8LNaF9GRnAn_IZE8Lah1ZFB9kqZRta466Zuzz8k5ztk4d-cPZEpuR6s6QIpHnddumx_hIt386nsfyQezQIo6TF5InIMT6fWkXUxDlkTyYqQ.D2xW1pY3dTkoLE7rwujNmw.PAHfsXDfCMvwEnw2-xyEYy1PCsEnfFJrkz9wAUOzUebiQsVvJ8_EjuuRFj9okzrjerIpOt2jVSyc_d9F6JFKR4AD9vbFtsMgQ0ni-6wdH6I.2MpIxeaOipjNwh0uvaaAEw" - }, - "record": { - "CNAME": "zai-kun.vercel.app" - } + "owner": { + "username": "Zai-Kun", + "discord": "1100460955390988410", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.m6cKdJTirBBSL5dhwU-39VbjpjyfPP_9mSRhao-tr5TYYAZ2KnkwkYsCWJ9euM2LB4GZyUqNCviMtjOM1AXoxWq_lVH7pHgvC8I3a-HeKX0TNcy819o5nlrINjiM4770f09woEl5GVw3bGajgeJLWTPmj7PTWBvQkQ3Ug9Iuye7HmZ-UAIgh8kEw7LJzhyOKS2UTIgrA4hFF7epgCXSrma27dhHqTOjDPeg30dBO1aF8LNaF9GRnAn_IZE8Lah1ZFB9kqZRta466Zuzz8k5ztk4d-cPZEpuR6s6QIpHnddumx_hIt386nsfyQezQIo6TF5InIMT6fWkXUxDlkTyYqQ.D2xW1pY3dTkoLE7rwujNmw.PAHfsXDfCMvwEnw2-xyEYy1PCsEnfFJrkz9wAUOzUebiQsVvJ8_EjuuRFj9okzrjerIpOt2jVSyc_d9F6JFKR4AD9vbFtsMgQ0ni-6wdH6I.2MpIxeaOipjNwh0uvaaAEw" + }, + "record": { + "CNAME": "zai-kun.vercel.app" + } } diff --git a/domains/zaid-kadri.json b/domains/zaid-kadri.json index 3783cd1c9..1fbd94d9e 100644 --- a/domains/zaid-kadri.json +++ b/domains/zaid-kadri.json @@ -2,8 +2,7 @@ "description": "This is my website", "repo": "https://github.com/zaid-kadri/zaid-kadri.github.io", "owner": { - "username": "zaid-kadri", - "email": "" + "username": "zaid-kadri" }, "record": { "URL": "https://zaid-kadri.github.io" diff --git a/domains/zaid.json b/domains/zaid.json index 76668dabd..728d4240e 100644 --- a/domains/zaid.json +++ b/domains/zaid.json @@ -3,7 +3,7 @@ "repo": "https://github.com/zaidmukaddam/zaidmukaddam.github.io", "owner": { "username": "zaidmukaddam", - "email": "zaidlunatic1@gmail", + "email": "zaidlunatic1@gmail.com", "twitter": "Zaid08079154" }, "record": { diff --git a/domains/zakaria-didah.json b/domains/zakaria-didah.json index beb862cc3..941c1e6bc 100644 --- a/domains/zakaria-didah.json +++ b/domains/zakaria-didah.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "zakaria-didah", - "email": "zakariadidah@gmail.com", - "discord": "788397929308225546" - }, - - "record": { - "A": ["158.179.209.175"] - } - } - + "owner": { + "username": "zakaria-didah", + "email": "zakariadidah@gmail.com", + "discord": "788397929308225546" + }, + "record": { + "A": ["158.179.209.175"] + } +} diff --git a/domains/zalex.json b/domains/zalex.json new file mode 100644 index 000000000..fd77b578a --- /dev/null +++ b/domains/zalex.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Orange-Figure", + "discord": "1212435420776890368", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.N0_TVOrIKQHS-dgU5KDDcREwJDAtW1AfGLARAqAZyT-UjrmJz8IUFHg8zYxe6Spa4faQVR_emyVZKwqwlFvdIZZr4yQrWQSED-2WZJ5Z5DXpti6930sHO4CVgszWKjc5LqPW1764QP39iQrC7VtNSFxEmZTWJnmK0i8X_2AOSgu8BTH45vjMVKU4oBRzHjvoBZ-Z_17DCk0Awy2FxWSscZPDVF1-_1ETfQ60Ahcv8gYcMt3ZVs2vrUZR_sopt8LaPf6AQQ9zSgDtRiwBHogpiYWsAZVN_5EHTKosomGhUcxuHfUjhaHFauscXQjHZM6kDOEAEvY8MryV7jRy_gm7fQ.sZCseMTkxIHnGcrpk7SARA.SHzeybFf2FVb38kuLc62-X3zAK2SMpZiL2FlnaU77-UR5bsGoINyEnbJNdvCRd4nLItafWpWtCqu0NyvjBh8BWCNrCUhYMmmLRzg6sBgolI.kE2nsD9RtiZGMS-KFaXmZw" + }, + "record": { + "CNAME": "zalex.betteruptime.com" + } +} diff --git a/domains/zalnars.json b/domains/zalnars.json new file mode 100644 index 000000000..e25d17105 --- /dev/null +++ b/domains/zalnars.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "zalnars", + "email": "zalnars@proton.me", + "discord": "zalnars" + }, + "record": { + "CNAME": "zalnars.vercel.app" + } +} diff --git a/domains/zara.json b/domains/zara.json new file mode 100644 index 000000000..521b04e19 --- /dev/null +++ b/domains/zara.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tutupharirabu", + "email": "code.zharaurien@gmail.com" + }, + "record": { + "CNAME": "portofolio-pribadi-irfan-zharauri.vercel.app" + } +} \ No newline at end of file diff --git a/domains/zarox.json b/domains/zarox.json new file mode 100644 index 000000000..136cdd5d6 --- /dev/null +++ b/domains/zarox.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Portfolio", + "repo": "https://github.com/ZAR0X/ZAR0X.github.io", + "owner": { + "username": "ZAR0X", + "email": "qzarox@gmail.com", + "twitter": "qzarox" + }, + "record": { + "CNAME": "zar0x.github.io" + } +} diff --git a/domains/zarwin.json b/domains/zarwin.json index b5e0cad97..00a0ec361 100644 --- a/domains/zarwin.json +++ b/domains/zarwin.json @@ -2,7 +2,6 @@ "repo": "https://github.com/zarwin/zarwin.is-a.dev", "owner": { "username": "zarwin", - "email": "", "discord": "𝕃𝕠𝕣𝕕 ℤ𝕒𝕣𝕨𝕚𝕟#8600" }, "record": { diff --git a/domains/zax.json b/domains/zax.json index ef9f3d221..c8bf92092 100644 --- a/domains/zax.json +++ b/domains/zax.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "zaxerion", - "email": "xxunxxunxx@gmail.com" - }, - "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} + "owner": { + "username": "zaxerion", + "email": "xxunxxunxx@gmail.com" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} diff --git a/domains/zay.json b/domains/zay.json index 46e562603..d1942cfd8 100644 --- a/domains/zay.json +++ b/domains/zay.json @@ -4,7 +4,6 @@ "email": "yzerianyoung08@gmail.com", "discord": "352264519235403787" }, - "record": { "CNAME": "zayzzay.github.io" } diff --git a/domains/zayaanar.json b/domains/zayaanar.json index 2e0b7b5f1..1c54ca734 100644 --- a/domains/zayaanar.json +++ b/domains/zayaanar.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "userandaname", - "email": "", - "discord": "823939421686071386", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.a62ohGnPWnZcxwliAblMFZoEcnjztiOXGJrf3viuLFutyG5cwvSgEFmeYQAiODGndCak3XXgSJwLyFiS-HIsLWG6ViBhu9A48zkUMTv6IHO7OUFE9kNiGIqhp3S8h8lhaaxA3zW_OuOIQBoLFJnL0RqQgOd2QC6P-v1Fm6Aab3HMCGYN5tNwk1Jpl5vwisxnCG-PDUWrrgJ8PbMGRUa2Sa5qvFOJK0LML3yDqKOlFUGs9XmBcbTMc2KVdGjAm0F8l1w0WRDyx15hNFu_ppB7yaIS91o7iJS-g-ViSWf3-Hj0gCyUl1sHPQi3-2IE5GaNtfqVLQGNC2Kh6NBAkRRT7g.09Llm3K10Q7Tl3ceKAy76g.6NdcyRztDAFkqDFs5CWyaShozcshoMQ2qq1p7D8wQTG6O8shr8lbczRgMQZhgvzrq7u1g6HMQnW8bQdDdn2Mb1Jj3_qcHXnCUub6exAZONY.0ZXI8zVi0kGV0Qm7uvJOrA" - }, - - "record": { - "CNAME": "userandaname.github.io" - } - } - + "owner": { + "username": "userandaname", + "discord": "823939421686071386", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.a62ohGnPWnZcxwliAblMFZoEcnjztiOXGJrf3viuLFutyG5cwvSgEFmeYQAiODGndCak3XXgSJwLyFiS-HIsLWG6ViBhu9A48zkUMTv6IHO7OUFE9kNiGIqhp3S8h8lhaaxA3zW_OuOIQBoLFJnL0RqQgOd2QC6P-v1Fm6Aab3HMCGYN5tNwk1Jpl5vwisxnCG-PDUWrrgJ8PbMGRUa2Sa5qvFOJK0LML3yDqKOlFUGs9XmBcbTMc2KVdGjAm0F8l1w0WRDyx15hNFu_ppB7yaIS91o7iJS-g-ViSWf3-Hj0gCyUl1sHPQi3-2IE5GaNtfqVLQGNC2Kh6NBAkRRT7g.09Llm3K10Q7Tl3ceKAy76g.6NdcyRztDAFkqDFs5CWyaShozcshoMQ2qq1p7D8wQTG6O8shr8lbczRgMQZhgvzrq7u1g6HMQnW8bQdDdn2Mb1Jj3_qcHXnCUub6exAZONY.0ZXI8zVi0kGV0Qm7uvJOrA" + }, + "record": { + "CNAME": "userandaname.github.io" + } +} diff --git a/domains/zb60458066.klent.json b/domains/zb60458066.klent.json index b01f30800..bf88db7dd 100644 --- a/domains/zb60458066.klent.json +++ b/domains/zb60458066.klent.json @@ -4,7 +4,6 @@ "email": "kleeinlmao@gmail.com", "discord": "763581985410121769" }, - "record": { "CNAME": "zmverify.zoho.com" } diff --git a/domains/zedfr.json b/domains/zedfr.json new file mode 100644 index 000000000..0997536b9 --- /dev/null +++ b/domains/zedfr.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Not-oss", + "discord": "1071844093438726239", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.iCd7adkhXsDQ8JjsJXo0hr510PjPxN2DcPcJGhFr_33zbF5sHTZBbI5b0S7EXFgglMpHCIltY9aKCQ7GwZehq4DzvQU8BvHtEPvzwx-rscogCljZ6UF_DpOkypzju7gUtWHmQ1H8_UCXxh3Yv03PSsu9_FY59LgZsyGmSvQXQdJL1yEuuLMAN7ICeV-g8VVrptbPkru2F3KlKcpiPOgjJRojs53StmnnnRJbjJ_vhWdyN0bM69hutYKbi5XrOnN2ZfegaYvXrFZba1Dpj6n3nfrQmXBpA7UN08c6-JXvQuY63lGqv0I5mq03VzIitqqpQhMe0R3d40M7mZY7MgNKtQ.RvJhse7ZgSNv1TQ2fpsbxA.t3NwcxEB9GGJgs4GRpwUriu3ztxjwCKa7ARRXHtV5rO-VRVfPyHRGYG2UbnhZ7CQmlgaSrIMXAuystYoBbrszA.AqqWqZUgymarQHujxpm-sA" + }, + "record": { + "A": ["89.168.59.222"] + } +} diff --git a/domains/zedxos.json b/domains/zedxos.json index 76231da70..3746a533e 100644 --- a/domains/zedxos.json +++ b/domains/zedxos.json @@ -1,11 +1,10 @@ { - "owner": { - "username": "zedxos", - "email": "danpineda12345678910@gmail.com", - "discord": "966170177815339008" - }, - - "record": { - "CNAME": "cheerful-monstera-e4af4f.netlify.app" - } - } + "owner": { + "username": "zedxos", + "email": "danpineda12345678910@gmail.com", + "discord": "966170177815339008" + }, + "record": { + "CNAME": "cheerful-monstera-e4af4f.netlify.app" + } +} diff --git a/domains/zeeshan.json b/domains/zeeshan.json index 19cab1a91..2fdcd803b 100644 --- a/domains/zeeshan.json +++ b/domains/zeeshan.json @@ -1,12 +1,11 @@ { - "description": "Portfolio Website", - "repo": "https://github.com/m-zeeshan42/m-zeeshan42.github.io", - "owner": { - "username": "m-zeeshan42", - "email": "zeeshanashraf424@gmail.com" - - }, - "record": { - "CNAME": "m-zeeshan42.github.io" - } + "description": "Portfolio Website", + "repo": "https://github.com/m-zeeshan42/m-zeeshan42.github.io", + "owner": { + "username": "m-zeeshan42", + "email": "zeeshanashraf424@gmail.com" + }, + "record": { + "CNAME": "m-zeeshan42.github.io" + } } diff --git a/domains/zehao.json b/domains/zehao.json new file mode 100644 index 000000000..dd9f8938b --- /dev/null +++ b/domains/zehao.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "2eha0", + "email": "zehao93@outlook.com" + }, + "record": { + "CNAME": "blog-pi-eight.vercel.app" + } +} diff --git a/domains/zenpai.json b/domains/zenpai.json deleted file mode 100644 index 94baaf6a8..000000000 --- a/domains/zenpai.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "zenpai.is-a.dev", - "repo": "https://github.com/ZenpaiAng/ZenpaiAng.github.io", - "owner": { - "username": "ZenpaiAng", - "email": "zenpaiang@gmail.com", - "discord": "zenpaiang" - }, - "record": { - "CNAME": "ZenpaiAng.github.io" - } -} diff --git a/domains/zenzoya.json b/domains/zenzoya.json index 7f922b704..f88311f86 100644 --- a/domains/zenzoya.json +++ b/domains/zenzoya.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "ZenZoyaUDR", - "email": "", - "discord": "915228509440454707" - }, - - "record": { - "CNAME": "zenzoya.netlify.app" - } - } - \ No newline at end of file + "owner": { + "username": "ZenZoyaUDR", + "discord": "915228509440454707" + }, + "record": { + "CNAME": "zenzoya.netlify.app" + } +} diff --git a/domains/zeoz.json b/domains/zeoz.json index 7ea8094e7..97cbd053a 100644 --- a/domains/zeoz.json +++ b/domains/zeoz.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "nysr-dev", - "email": "", - "discord": "908554139888410635", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.DzFKuCJ9aSSXdV5Zva5ADifL9VFv8bwoGWvWEIzfzZHqSPsEFxpnIhQcOPCtuvPDQRkDd11dj2zpqv9gonnte79XPhqg_PqJsW_XH6e8RyK6GBaG0DqQrVhvubLKIUg7B7FwrIdIrVKt4gDInHEUx6IrwvR3qKbWfRbwu4XLB16IBzSQq9Vz96E9SHin7GDqcPviViTouT8KF_GGkWgPvFFysHnaSdXjMPch_zXX5fPgQ58p0P7um6lDVMSykwh4gZm4i6mhgAsUxGQVHY6ifQoIWxVcuMv8_JuIEyVj8X_EUzT5gqn9BWSpOoLHbFQ8nw-ydSDUWqK91zLCahTnlg.coaoSKqOk2tuipR3_ZQaow.RemUOjorEtATO2ekibtnjk3opGgUR9d9PF1IFij9rr1tDLKGe7T_mlHMqP-ma_wf7mBI63bVZOghlj2svObhPyV5Bx1uh9s5JWhpqOiB8ms._qNk5He5L58v1darIO3xGw" - }, - - "record": { - "CNAME": "nysr.host" - } - } - \ No newline at end of file + "owner": { + "username": "nysr-dev", + "discord": "908554139888410635", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.DzFKuCJ9aSSXdV5Zva5ADifL9VFv8bwoGWvWEIzfzZHqSPsEFxpnIhQcOPCtuvPDQRkDd11dj2zpqv9gonnte79XPhqg_PqJsW_XH6e8RyK6GBaG0DqQrVhvubLKIUg7B7FwrIdIrVKt4gDInHEUx6IrwvR3qKbWfRbwu4XLB16IBzSQq9Vz96E9SHin7GDqcPviViTouT8KF_GGkWgPvFFysHnaSdXjMPch_zXX5fPgQ58p0P7um6lDVMSykwh4gZm4i6mhgAsUxGQVHY6ifQoIWxVcuMv8_JuIEyVj8X_EUzT5gqn9BWSpOoLHbFQ8nw-ydSDUWqK91zLCahTnlg.coaoSKqOk2tuipR3_ZQaow.RemUOjorEtATO2ekibtnjk3opGgUR9d9PF1IFij9rr1tDLKGe7T_mlHMqP-ma_wf7mBI63bVZOghlj2svObhPyV5Bx1uh9s5JWhpqOiB8ms._qNk5He5L58v1darIO3xGw" + }, + "record": { + "CNAME": "nysr.host" + } +} diff --git a/domains/zephyr.json b/domains/zephyr.json index a9da2c48e..5b671f245 100644 --- a/domains/zephyr.json +++ b/domains/zephyr.json @@ -4,7 +4,6 @@ "email": "alvintan159@gmail.com", "discord": "985731141640286258" }, - "record": { "A": ["69.197.135.203"] } diff --git a/domains/zer0.json b/domains/zer0.json index 3a57f388f..a998a613b 100644 --- a/domains/zer0.json +++ b/domains/zer0.json @@ -1,10 +1,8 @@ { "owner": { "username": "Zer0Dev-exe", - "email": "zero", "discord": "817515739711406140" }, - "record": { "CNAME": "zer0dev-exe.github.io" } diff --git a/domains/zerot69.json b/domains/zerot69.json new file mode 100644 index 000000000..c4654bd07 --- /dev/null +++ b/domains/zerot69.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zerot69", + "email": "ngo.vo.hoang.tuan.69@gmail.com" + }, + "record": { + "CNAME": "zerot69.github.io" + } +} diff --git a/domains/zerotwo.json b/domains/zerotwo.json index 191503615..d89b36127 100644 --- a/domains/zerotwo.json +++ b/domains/zerotwo.json @@ -3,7 +3,7 @@ "repo": "https://github.com/ZeroTwoDiscord/zerotwodiscord.github.io", "owner": { "username": "ConnorDoesDev", - "email": "connordoesdev@gmail.com / connor@zerotwo.sytes.net" + "email": "connordoesdev@gmail.com" }, "record": { "CNAME": "zerotwodiscord.github.io" diff --git a/domains/zerow.json b/domains/zerow.json index 1a91b90cb..2c40bc901 100644 --- a/domains/zerow.json +++ b/domains/zerow.json @@ -3,7 +3,6 @@ "username": "DevZerow", "email": "zerow.pro@protonmail.com" }, - "record": { "A": ["45.158.77.64"] } diff --git a/domains/zester.json b/domains/zester.json index 5aa995ece..fce7b2234 100644 --- a/domains/zester.json +++ b/domains/zester.json @@ -4,7 +4,6 @@ "email": "lollo11020210@gmail.com", "discord": "1133362142461050980" }, - "record": { "CNAME": "sxtxnzester.github.io" } diff --git a/domains/zeus.json b/domains/zeus.json index e19bd2f9a..7234ae4f7 100644 --- a/domains/zeus.json +++ b/domains/zeus.json @@ -1,14 +1,12 @@ { - "description": "Portfolio website", - "repo": "https://github.com/t1devzeus/register", - "owner": { - "username": "t1devzeus", - "email": "dev.caspian.hayashi@gmail.com", - "discord": "944959943310737408" - }, - "record": { - "A": [ - "75.2.60.5" - ] - } + "description": "Portfolio website", + "repo": "https://github.com/t1devzeus/register", + "owner": { + "username": "t1devzeus", + "email": "dev.caspian.hayashi@gmail.com", + "discord": "944959943310737408" + }, + "record": { + "A": ["75.2.60.5"] + } } diff --git a/domains/zevobla.json b/domains/zevobla.json index cf317bf93..d0896aa96 100644 --- a/domains/zevobla.json +++ b/domains/zevobla.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "Zevobla", - "email": "", - "discord": "467539292877750284", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Yl52Rrzzsl6pjhBgVkYA_NfGUZUHIp18-pe5PQVvoVI_7U_nksgv91HNcy56xoSJ9A8WUJCeE8qwfsenu9qwHVyWlAuNuWKfEMdM4vAI0V_AuW_1YaIm-0ObrxQsOPMohv9n7e6b5vSLz3f7EKsbiqtebvwF1ebxxqN85t64ZrfCSEBATl3sCjR-vLAORej4Kj3MpgKe7Le1qsoey3u5SR1FvGezQh3PLljcKlR72g0TKvkn8WnF2JicERNDNFJYnwipt-G0HyvibpTsh7trMrcrSEfDYFxGkDLYhgHo02RvUhXer4mtCCvMUX2MgsGraqxDBdASwfk62Jn2EINU6Q.PxrZtoeRnAFNvkmvd0vAMg.xokePgy944ELwFNV_7CzH4K_ylDYFqd_rC-XnvJAt22K2dYKk5SVjftxmLJhwib-BcZh-Aqx7FkRmR3bytAKic2a_vdnmkV6c_tuDbSsJviXViBKpPDPhDF2DoWRBvTI.b2HHi1Vk1_cUmFDkZOclbw" - }, - - "record": { - "A": ["77.238.238.131"] - } - } - \ No newline at end of file + "owner": { + "username": "Zevobla", + "discord": "467539292877750284", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Yl52Rrzzsl6pjhBgVkYA_NfGUZUHIp18-pe5PQVvoVI_7U_nksgv91HNcy56xoSJ9A8WUJCeE8qwfsenu9qwHVyWlAuNuWKfEMdM4vAI0V_AuW_1YaIm-0ObrxQsOPMohv9n7e6b5vSLz3f7EKsbiqtebvwF1ebxxqN85t64ZrfCSEBATl3sCjR-vLAORej4Kj3MpgKe7Le1qsoey3u5SR1FvGezQh3PLljcKlR72g0TKvkn8WnF2JicERNDNFJYnwipt-G0HyvibpTsh7trMrcrSEfDYFxGkDLYhgHo02RvUhXer4mtCCvMUX2MgsGraqxDBdASwfk62Jn2EINU6Q.PxrZtoeRnAFNvkmvd0vAMg.xokePgy944ELwFNV_7CzH4K_ylDYFqd_rC-XnvJAt22K2dYKk5SVjftxmLJhwib-BcZh-Aqx7FkRmR3bytAKic2a_vdnmkV6c_tuDbSsJviXViBKpPDPhDF2DoWRBvTI.b2HHi1Vk1_cUmFDkZOclbw" + }, + "record": { + "A": ["77.238.238.131"] + } +} diff --git a/domains/zhangximufeng.json b/domains/zhangximufeng.json index 9d323e515..6a913196a 100644 --- a/domains/zhangximufeng.json +++ b/domains/zhangximufeng.json @@ -1,6 +1,5 @@ { "description": "Link to my github", - "repo": "https://github.com/zhangximufeng", "owner": { "username": "zhangximufeng", "email": "zhangximufeng@gmail.com" diff --git a/domains/zick.json b/domains/zick.json index 1a5d68263..dfaff1ee0 100644 --- a/domains/zick.json +++ b/domains/zick.json @@ -5,11 +5,7 @@ }, "record": { "A": ["144.22.193.227"], - "MX": [ - "mx.zoho.com", - "mx2.zoho.com", - "mx3.zoho.com" - ], + "MX": ["mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com"], "TXT": [ "v=spf1 include:zoho.com ~all", "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCdZp0j5EFJS+OJzSad09+rt4K73CiPfeNahs2qXKBdaRLSrELeRbh4m8dccFi81fAjtPXpU5EonVVj4fssytg06MJCJWbdb02NqwZGS3tm29maZV2UFBb0Fqj4uqNRy1LKynl37jA8XkshE0xyteyFvX3d9Ibf4n7W1VlDhF1HpwIDAQAB" diff --git a/domains/zilu.json b/domains/zilu.json new file mode 100644 index 000000000..14752d628 --- /dev/null +++ b/domains/zilu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zilurrane", + "email": "zilurrane@gmail.com" + }, + "record": { + "CNAME": "zilu.dev" + } +} diff --git a/domains/zinko.json b/domains/zinko.json new file mode 100644 index 000000000..66fa3689a --- /dev/null +++ b/domains/zinko.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zink0", + "email": "zinko.it@outlook.com" + }, + "record": { + "CNAME": "zink0.github.io" + } +} diff --git a/domains/ziue.json b/domains/ziue.json index 808003d65..43edfb009 100644 --- a/domains/ziue.json +++ b/domains/ziue.json @@ -2,7 +2,6 @@ "description": "Link to my github", "owner": { "username": "ziuee", - "email": "", "discord": "ziue#8495" }, "record": { diff --git a/domains/ziyad.json b/domains/ziyad.json index 4937e4ace..99dae42c5 100644 --- a/domains/ziyad.json +++ b/domains/ziyad.json @@ -3,7 +3,6 @@ "username": "o-lumix", "email": "lumixofficiel@gmail.com" }, - "record": { "CNAME": "o-lumix.github.io" } diff --git a/domains/ziyn.json b/domains/ziyn.json index de9454b43..5ae5c5423 100644 --- a/domains/ziyn.json +++ b/domains/ziyn.json @@ -1,7 +1,7 @@ { "owner": { - "username": "ziyndev", - "email": "NotZiyn@gmail.com" + "username": "chromapher", + "email": "notziyn@gmail.com" }, "record": { "CNAME": "ziyn.pages.dev" diff --git a/domains/zk.json b/domains/zk.json index dc7c9fa51..4572116c9 100644 --- a/domains/zk.json +++ b/domains/zk.json @@ -1,6 +1,5 @@ { "description": "ZK's Website", - "repo": "https://github.com/p55d2k", "owner": { "username": "p55d2k", "email": "peanutandscuffy1@gmail.com" diff --git a/domains/zmail._domainkey.0xarchit.json b/domains/zmail._domainkey.0xarchit.json new file mode 100644 index 000000000..9e1d85a52 --- /dev/null +++ b/domains/zmail._domainkey.0xarchit.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "0xarchit", + "email": "0xarchit@proton.me" + }, + "record": { + "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIIsclFhtL6ruTL5EClsNzTNxFf7jJBCyWJl+7VW9EXPt+x09GBVsYiaMEcLvNve0PGmuZKKVGv1H19OeJbZOAFg+kd4W7kgW9Bpw2oVklstLNZGPThu1Uv+UXgjpMIOQSwhzuWGo9yFn1k91eLkzqt2NvhMqmGVVqT9OibGwwowIDAQAB" + } +} diff --git a/domains/zmail._domainkey.alora.json b/domains/zmail._domainkey.alora.json index 1d8f5e252..e96ac6084 100644 --- a/domains/zmail._domainkey.alora.json +++ b/domains/zmail._domainkey.alora.json @@ -1,12 +1,12 @@ { - "owner": { - "username": "aloramiaa", - "email": "alora@alora.is-a.dev", - "discord": "1236292707371057216" - }, - "record": { - "TXT": [ - "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCpDj1YvQ59sHlGFLqD3vweqrGkr8cDp8CT5V+xBirlBb05D4V5YCvkIDgcDSu5O6yB28PXkzfWgvpGGPDIYQr1fW/zmoktXlwKE53cQv8aEfPmF8u9zucBLUqtFhb5WxBDfd4LSBaSbggLILD2/i8yP2TNQQO2F07IeVCoQFY12wIDAQAB" - ] - } + "owner": { + "username": "aloramiaa", + "email": "alora@alora.is-a.dev", + "discord": "1236292707371057216" + }, + "record": { + "TXT": [ + "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCpDj1YvQ59sHlGFLqD3vweqrGkr8cDp8CT5V+xBirlBb05D4V5YCvkIDgcDSu5O6yB28PXkzfWgvpGGPDIYQr1fW/zmoktXlwKE53cQv8aEfPmF8u9zucBLUqtFhb5WxBDfd4LSBaSbggLILD2/i8yP2TNQQO2F07IeVCoQFY12wIDAQAB" + ] + } } diff --git a/domains/zmail._domainkey.alvin.json b/domains/zmail._domainkey.alvin.json new file mode 100644 index 000000000..764252699 --- /dev/null +++ b/domains/zmail._domainkey.alvin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alvinsjoy", + "discord": "825382504353234954" + }, + "record": { + "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCTImPOYaxPGWFkA/Xb2u9/8xvjXBVrV3lMm5UWbtXEIwIOlmQhbtLMvQMgBYMJ5o5VKY2fGejoJKU1oiXAgoKfbmaXt/LI+YbegEZGV5j60VeBxZByKAzqqq+QS2Y2FCTm4ylSeNpEXIn5TUF7NxeOTOX663WDQcywVzlMAGjiGwIDAQAB" + } +} diff --git a/domains/zmail._domainkey.aruria.json b/domains/zmail._domainkey.aruria.json new file mode 100644 index 000000000..33b32cc16 --- /dev/null +++ b/domains/zmail._domainkey.aruria.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "cjolivier123", + "discord": "1175481072088268920", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.XlWqBdmbdUC_mgDhKMY0Hcl1_FRp5IxKkBD1UF2bGowx-BgYpv7UnElAdcrktTrHjJLD75zzEWNR8A_1UH7-4abrnY4lsqu2p9GIScw9j-9zrNZi_EeTmN8XRuD2fVvPFEVmzAQ7O9jE-B6fkMl4GybJB6td05nxzwHi5J-cDGzT1Wg2qu5ierWuHe7P8TI4tq-SwshaxpNTWkMJN9mgGie6QD7zXBo76G7lbFWTOJHM65UK81I2N8nmyttlD2E5ncNgMTyspkR0hmKeIb1cQvR4lVXu3n-NmJg4-PIOMP3BJ_FgiZFQEDps_opWCA-XhcET7C_EjCbZPEJlBfuTxQ.GFEDQow6ltp5UmM6d7EqfA.xoHXb_B_eC2HGsJ-7iTlZ0FAagE6icNiiVRILA3y5YPiC8chzN3t1JpWEP-uyODEUi7HDGVJzPhRwtTBSbY4S4lx4ZxVOIMr2-l5v50hTjo.ebOtxNCyuP2tf0zsqTg8Hg" + }, + "record": { + "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDKr1YCFtXzTufNgvRlYuDw72rzN8WBF+F8xNRtI5PwvfVyFEAS7saeRf6hqQ28hdqH8FFmJ9479UkP0023gyUyQcpRQnqu01InfoyPCIicCRv/WQBTKyb0YXMtrF3ANZHBDq0p2lcp/naUtPs2oQEuSI5Ih+SfsCs5HnCRTyV2DQIDAQABl" + } +} diff --git a/domains/zmail._domainkey.chandsi.json b/domains/zmail._domainkey.chandsi.json index e9ed3e91b..32b498d8b 100644 --- a/domains/zmail._domainkey.chandsi.json +++ b/domains/zmail._domainkey.chandsi.json @@ -1,11 +1,10 @@ { - "owner": { - "username": "Gauravisdev", - "email": "", - "discord": "1119494339735867422", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.QGI-jdpZpGtm5id_KBQnUjBud23siGGUxNcDIZlIJeFrkn5yoJnwzkEgvIeCMVJHfVc0s9-au_Ys2GaF7ho1BV0VMiZRec_CDLlXJloYACrJao6GZpgniHi7nEM_yo_ppea0qoSbHdkB78OVLFbdiMGXuQHAUgl93lyvQxpYncxmuoB45Lt4PHPeNI13oA_b2cl-4KJdWnIdZROHV70oiz0HeQtdT4-rOho4sXy_POgF-5U4cQPIRCv7Sn4vkwR5yues9ALzlmOxd6y2sq4oiGCnzfmoiPV9nOxs1y7GolnNQ-xEkMv_C2eLhmL7Dz2Ku0xfvHgqJ6D7GNpokYqwyQ.jmNMhGE5MROTfsXre5BEOQ.SKe9K2hsOV3DYE-UJQCaH46_tw41m_CXwao0xScbwgHIO0AWGaPsxhfrnON43gUmcCpEy9x5ZGYL27qiXB2YAGSJoQwWjamxtMDeySxCmvE.WEUQ4x98SHvxgv2HeQz0sw" - }, - "record": { - "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCF2Yx1xPXuy5EhlMEsj7hI0WrdcGdljE9U1dpwWaaQBDpPKlqljSUOhynejmAonmOs0XXZI6ULQ8bOMB9NVjX4SNErYgOYYmsTyj0TKZ0+8HsaksqO/8giBbANte1HSa7xQdjhV+pnzr5HbVWT2dJpuvhvyvRXEZNzB85USEuFeQIDAQAB" - } + "owner": { + "username": "Gauravisdev", + "discord": "1119494339735867422", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.QGI-jdpZpGtm5id_KBQnUjBud23siGGUxNcDIZlIJeFrkn5yoJnwzkEgvIeCMVJHfVc0s9-au_Ys2GaF7ho1BV0VMiZRec_CDLlXJloYACrJao6GZpgniHi7nEM_yo_ppea0qoSbHdkB78OVLFbdiMGXuQHAUgl93lyvQxpYncxmuoB45Lt4PHPeNI13oA_b2cl-4KJdWnIdZROHV70oiz0HeQtdT4-rOho4sXy_POgF-5U4cQPIRCv7Sn4vkwR5yues9ALzlmOxd6y2sq4oiGCnzfmoiPV9nOxs1y7GolnNQ-xEkMv_C2eLhmL7Dz2Ku0xfvHgqJ6D7GNpokYqwyQ.jmNMhGE5MROTfsXre5BEOQ.SKe9K2hsOV3DYE-UJQCaH46_tw41m_CXwao0xScbwgHIO0AWGaPsxhfrnON43gUmcCpEy9x5ZGYL27qiXB2YAGSJoQwWjamxtMDeySxCmvE.WEUQ4x98SHvxgv2HeQz0sw" + }, + "record": { + "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCF2Yx1xPXuy5EhlMEsj7hI0WrdcGdljE9U1dpwWaaQBDpPKlqljSUOhynejmAonmOs0XXZI6ULQ8bOMB9NVjX4SNErYgOYYmsTyj0TKZ0+8HsaksqO/8giBbANte1HSa7xQdjhV+pnzr5HbVWT2dJpuvhvyvRXEZNzB85USEuFeQIDAQAB" + } } diff --git a/domains/zmail._domainkey.crazo7924.json b/domains/zmail._domainkey.crazo7924.json new file mode 100644 index 000000000..63d87b81b --- /dev/null +++ b/domains/zmail._domainkey.crazo7924.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "crazo7924", + "discord": "466605393309859840", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.k9rR1eHnq7uURmU-Gme0lWVuRCgtdsqYuSpLzPv0G68LByI1gx0khH5ox4H2V80xgK3Bj-i4hYIJaS8Cou5ZL8EQaMw9xDush8iTbkbNHN9ATisdhtzmb6qW5nLZnXcWqMCyKn1xfsbacMkgtfLap5CISiVDORL2u3pHIPyZ6bQ27y7AYlZwSZQqaOADn-S1co-kYuiVDLN6jKbqsjJyTK_ZBYICiAPYfKUFTQWmo5jl0rHn06niVoYZSDmmbqc-n-vzfwr0TNibE4tJ30VYlCJsEKFJu7Em7Q9JpfLCfbg9hNdw3rsz0wLptjYMNA3szl2ydMCsFtr3GHna7bvkww.KkiDy_AodaD643bHTbzCmQ.SEHezEze3r6v7trpOsu6dAaoTa595V1whd_eOWS_MNcoUqymmXqSlzxNji3pqALMmcQHjZYu89BBGcIcD6RTPTeHALeFkmf81fZv8PxJJrT2ssh8nmNIRX-kUvcxqQ-J.cJfYl8zbT1DQOyg2OOBorg" + }, + "record": { + "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCsG1oi5DHp9ytwPT5aMFt28zy4rxWQ39qLPUJT+jFKVR6/eIIgGfrlQn1VbDNuQum0orxkFlPrOi9tzSxxGKRa5BzXawxk56Je8oy5YZ9L28MpbYlsbiQoc3XQwdBwFp1hbhtBJAm7QmpH6nKk8NZqXGCrq9auS6ShDazaq/ipswIDAQAB" + } +} diff --git a/domains/zmail._domainkey.cyteon.json b/domains/zmail._domainkey.cyteon.json index 4f0f8cd9d..1e5443b68 100644 --- a/domains/zmail._domainkey.cyteon.json +++ b/domains/zmail._domainkey.cyteon.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "Cyteon", - "email": "", - "discord": "871722786006138960", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Q9RhtbUP-u9Q4KAp7lbLAVHYORrtuE70vWDcr_S9DFFixPK3glDOVM9gUHMBsQcv0W0jfXsURDrcN0orvGrTmpn30_CQUBL0XAoBYcL5zC7wBavaXAP6v8YHXQmThdsZknwCfsrlAHK5bjOQR_Hke7H89XUnvjONABGMGozVLrveJsjsRUDrxuxggPlcnMDbaOGwZNNHqz7npcmSPe_Kpd5D2xTUjknMcVn9TlgBf0IjO8EAI0UhJUISLjQdT61Fttes2LP9L_h8cyrkFCHcvrBBrQgc05ijPsp5Yb4DC_drzsoLG1WnWObLNNffOUtf-f_CjAA_edIo-6ZA-4nWkg.v45Ib0akIwdqLrzLUFLWVw.m8Ski3CnEUcpfG3Z_ZE4QeSMzmezHxmIv_fXV23LHHr6NehYWI6W_ei45EsfAS-T9c8feeFxDlFm4NP-JOna1kxiQDFwUkApRgJJm3TR8ZY.pFZ7T7Kzts1Y1wtOzXTpRQ" - }, - - "record": { - "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCs7X4KSEMP6dXlPwSETCh/il7XAIUiR7qIxgInLFC7+IFYIywbvhZ6eB12CfMc2BRQLYz63Zfkia9O7wbSe0q8A9kfxA9wLT6oaErohOYqqJizVHHyH/BmswsL3z7oYA06OzUeTY9rFXbetoTcoeXl2iSGHgmLIZpFK4mXzbJneQIDAQAB" - } - } - + "owner": { + "username": "Cyteon", + "discord": "871722786006138960", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Q9RhtbUP-u9Q4KAp7lbLAVHYORrtuE70vWDcr_S9DFFixPK3glDOVM9gUHMBsQcv0W0jfXsURDrcN0orvGrTmpn30_CQUBL0XAoBYcL5zC7wBavaXAP6v8YHXQmThdsZknwCfsrlAHK5bjOQR_Hke7H89XUnvjONABGMGozVLrveJsjsRUDrxuxggPlcnMDbaOGwZNNHqz7npcmSPe_Kpd5D2xTUjknMcVn9TlgBf0IjO8EAI0UhJUISLjQdT61Fttes2LP9L_h8cyrkFCHcvrBBrQgc05ijPsp5Yb4DC_drzsoLG1WnWObLNNffOUtf-f_CjAA_edIo-6ZA-4nWkg.v45Ib0akIwdqLrzLUFLWVw.m8Ski3CnEUcpfG3Z_ZE4QeSMzmezHxmIv_fXV23LHHr6NehYWI6W_ei45EsfAS-T9c8feeFxDlFm4NP-JOna1kxiQDFwUkApRgJJm3TR8ZY.pFZ7T7Kzts1Y1wtOzXTpRQ" + }, + "record": { + "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCs7X4KSEMP6dXlPwSETCh/il7XAIUiR7qIxgInLFC7+IFYIywbvhZ6eB12CfMc2BRQLYz63Zfkia9O7wbSe0q8A9kfxA9wLT6oaErohOYqqJizVHHyH/BmswsL3z7oYA06OzUeTY9rFXbetoTcoeXl2iSGHgmLIZpFK4mXzbJneQIDAQAB" + } +} diff --git a/domains/zmail._domainkey.devarnav.json b/domains/zmail._domainkey.devarnav.json new file mode 100644 index 000000000..baa38f9b5 --- /dev/null +++ b/domains/zmail._domainkey.devarnav.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ArnavBarway", + "email": "playnav.yt@gmail.com" + }, + "record": { + "TXT": [ + "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDSshIz5JRWquCDisgpRtbtWwMhzi2asXOamXxO6G80r4cNYll2/7AWSIxEKGV8t/eoGo9xiryfUXi0W5P5jHY6TWcdawPE/xBoBySt58dQtOElHEplukCYxyTotrvdQp1nH9w2jmexZfjXzOS97sGwUXHDWxNZjwT7hYf5Kzif+QIDAQAB" + ] + } +} diff --git a/domains/zmail._domainkey.esb.json b/domains/zmail._domainkey.esb.json deleted file mode 100644 index 13fd79992..000000000 --- a/domains/zmail._domainkey.esb.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "EducatedsuddenBucket", - "email": "educatedsuddenbucket@gmail.com" - }, - "record": { - "TXT": [ - "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCOCPIlvAEZxJibdx9OiUyJHoj63GUkBafTzg5XI4kfG7LFcONNdJwjxbOipmriktgDwyltEM4ZC1kw+Vf3mSYwIqtfuMmFZXBawYW9nU7KbNqH2xLZF+7z0SkHdyB0ODm78ouiQLdr6IPc+ZSjyZD0M3eOMlXnwsBrCzhM+itKowIDAQAB" - ] - } -} diff --git a/domains/zmail._domainkey.joe50097.json b/domains/zmail._domainkey.joe50097.json new file mode 100644 index 000000000..95c73521b --- /dev/null +++ b/domains/zmail._domainkey.joe50097.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Joe50097", + "email": "zcell9500@gmail.com" + }, + "record": { + "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCWPXItvPXEQh/zTsZCFkEcBEObetcpbthrO74OK/zYR+wCk9gHurppJw0nTPcqVVW92Iq78R1b85s6bmGQvFCdMXPM/kM4eWlKKrMcs4QMr8muioEtbyCKu1YenXHZYlns7dfpf5JN2PNnC3cXTTW5uu3F2GNSDXcy/IjhnuSJAwIDAQAB" + } +} diff --git a/domains/zmail._domainkey.lohit.json b/domains/zmail._domainkey.lohit.json new file mode 100644 index 000000000..d02c5d24a --- /dev/null +++ b/domains/zmail._domainkey.lohit.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "lohitkolluri", + "email": "lohitkolluri@gmail.com", + "discord": "drxven" + }, + "record": { + "TXT": [ + "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDk3bjKjaUSMk1CmR3dk3zbYxepsBEwSlM5Sz7f0IMEQICvmR4rv3O3dnT+2JmzV9sr/97sqQpucCVDJaJrnLB4XlFCvgJfwUTU8TX4CPSnWOJ4P7cxrfaMRMZARJoj31m81NB/eVArLcCZFZ/wprNeiOMhPGDL4B2lZRZkDts63wIDAQAB" + ] + } +} diff --git a/domains/zmail._domainkey.loomeh.json b/domains/zmail._domainkey.loomeh.json new file mode 100644 index 000000000..20b5d4dd5 --- /dev/null +++ b/domains/zmail._domainkey.loomeh.json @@ -0,0 +1,10 @@ +{ + "description": "zoho mail for loomeh.is-a.dev", + "owner": { + "username": "loomeh", + "bluesky": "loomeh.bsky.social" + }, + "record": { + "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCrWUZ5Vfigr20ye1jk/A8BprQadj0d0ry2cd64fKfh+8r28UkocwQeIFFQ0CYq6vCzeaKHb1ejJh5PZG+C+8J/q152wkerLLgb6+l0FrDC1e7oN5dvIpy4oDvbzAg4dTyG5h3T5W12zFLp58EagAXLC9FLikxer2VstZYBxcUFCQIDAQAB" + } +} diff --git a/domains/zmail._domainkey.m.ps.json b/domains/zmail._domainkey.m.ps.json new file mode 100644 index 000000000..ef878b082 --- /dev/null +++ b/domains/zmail._domainkey.m.ps.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "PrivacySecured", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.VoJDQtbSUW3kYsQ0IuIE4CTIomV-e8GVUO2wS0fZp_-DkO6QltgcnKL_mAqMH5Salut7IGMZy48HExbambDrl11jQWwYHBAqqyAuAlxsqnUh83KGY3UKYfQzA8eRkdCPTth1pxvyXfUFnAnjEtmJLMNTSCds-J8fmcIkNEu-xT2UMEjxPQkoN8sJ7EA8YTHn4t3078D8tMr3AV5DJ1rg0QnuFwjra5FbjuJGHeYenEzS-Tdha7LTUyTEbKrdqdxYNpN4pv45sNrVpsDZPt3sR1CgOnXNSsfVwjUm-5DRweNquJHUxSpNZblJnbWBErWyg9_NZvISrClpJZ4We48oDg.YdsO9C1ulWhtaJYei-z-Zg.8p4HE12styyP4JSTFrlLWMmfIUAOw1kDQWrAcqSOlqbbtujr4Ww-QyBuUBIQojGvuFKs3jflF5tuvIjOgU8hTOWxB2uS4KItHwpIsFeQo9i1OHSTzj0glP2ly-XMY1Wi.99kVL134lF7knduFKnqfGQ", + "notes": "I rarely go on my emails. If I do its because I needed a verification code." + }, + "record": { + "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCJ+VFtI0MbKtqwscVOmrqxUWdUDP0e1sMefD/t/AW5YhlGZVkMWGtJ8f/AMx3wIdZXZbvxORpwip1V6wTC45+NbuIToOArp+S4Su9Z0uKF5IyC/3y07XchKFePXpp0gCAjMuLby+gOGlaXp61Uxfcnt1ZyUR7hydVppAwXSoYrrwIDAQAB" + } +} diff --git a/domains/zmail._domainkey.mail.gs.json b/domains/zmail._domainkey.mail.gs.json new file mode 100644 index 000000000..2356e433b --- /dev/null +++ b/domains/zmail._domainkey.mail.gs.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Newfies", + "twitter": "YeahItsGav", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.fraa7gfMOqQqWmbk-4fE5_pNd2zEvQ1K5w53QIHDTtr1C_Wu2Pzw-GfOlhxAtr7Af5ZIj_p7F5OOp6PwDxlKBXGt13e5l3Z9CQlYRclhfnaeYQm_xetYFlf9ucsYXVTfjFAeXxybT-RxbBjRl3Z48tSQaAto3E3Y-SbqwHPhjqh7-4tCpRZu5yc38Bx0_RHt95Ib2Mcg4cWShE-2ggvygSsonBuYBRGFqMIhM60tMA-cbJdQpvfVdZTJv0vHOtUJltv3eVzPpi4q5S5lWz3EKizGXuwAq3HLFycrBVrt5pegWLi1gId-urV9HGV1L3myGfQQSGwDVCEew9YKQFj71A.bxACuA7jrws9Z7z0oTx4wQ.fzzUvSGM_6ODHxUwg6vQvfJeI2kmUx5DW_4tIGVjPOymDplL8iBjzb5HIHhLqo_PlkcmGxeNr5DH4glPZdn1Dq2ywNTV90hWqpjfoHSOsYk.O8IBPKTRGwaH43VBg1rK3A", + "notes": "I'm occasionally on Twitter from time to time; hit me up if you need to talk to me. Let me know you're from is-a.dev." + }, + "record": { + "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIBTe8Y/UeDzWD6h6UcnIbE9+hQrVo1V/s4tBlINTsI0uLLqGrdOMjnkXAXljqm5HBx5L+qNOw5s7d+LLUMtUKLY01nttqhaiPsP1KdzJdoCwQR38VwzVDMIHyNVKxd4YY99MIkVCoR7KoWds6pLvYKYOB+EGucZJWs8VjWrK8UQIDAQAB" + } +} diff --git a/domains/zmail._domainkey.mail.mrstickypiston.json b/domains/zmail._domainkey.mail.mrstickypiston.json new file mode 100644 index 000000000..052b699ad --- /dev/null +++ b/domains/zmail._domainkey.mail.mrstickypiston.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "MrStickyPiston", + "discord": "700766242268774471", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.W2mVdm4dW8fJByQKFfFbX7Zy_LgzT03dRrDPZg1smltChY-8Q4ecmRlgbZg3qzCMTpZt0EAYKEvW3ZWJ2YANpH4NSl4rOExGzhByU5yhFxEFMFVu62LvAiEIRErPZLSpisd_p3sz6GNr_2lDhvy-YJHa5nstCGk8504Kfr_nLXwv6bWxpHPaQ_gMC3T3zCJs18znanaLs9A4h8O_07-_AlsKxUBhwyFPHBQv1zG05Dj-MNJXs2E3IiI2L5zwvV3807rvsolppR2et0Ghu6FZMDoq0ETelqjUmM_JW2T6fYiJk95QxRzLh0z4KHv0OcduJTAQT6OYjXDFsUOeOnl_cQ.BLMs-Z8M9F7U-qkpjWKE9g.POwlhWC7vCvZwtTz5pc6NRtbQFBqPK_DpWN7JBeIybylCNrqG9pEw12_qvlTIrb3cRh1ZEtzqLPBrVqyVV00zj8XKuFNZRmDfE7N7LZUebw.525ZlMIJoi8uHFtRgguNag" + }, + "record": { + "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCQzqCyycL/D4W2wxwRFdiQuDNf0ityvD6KD71b67nse9rbSgQ+03F/Yt7F19nPvnmgSElmaf7yUcQajw2Nhr4xAK95NUgBkjuF4ofkXZnqw7fyVz5JdVU504yPXzLCj5SxSU2Rbu5WS+rXr0P86jjUfNWVPs30p3RTgJDJRoQgBQIDAQAB" + } +} diff --git a/domains/zmail._domainkey.neca.json b/domains/zmail._domainkey.neca.json index 16151dea0..438422a6e 100644 --- a/domains/zmail._domainkey.neca.json +++ b/domains/zmail._domainkey.neca.json @@ -1,11 +1,10 @@ { - "owner": { - "username": "nekotamogas", - "email": "dazzerdev@gmail.com", - "discord": "797458672225091594" - }, - - "record": { - "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIHzsnS94jaMTbcflV4QMBR4P3YCgegw1NoV7t7rkElCnZ7LEJIWLMCMheXN+ipQUclpDZ8Lw6m8B7mm4tm8P79hTuM6rmhsqcQb8w/g3u6kUDhK/eq2QoDhUienbpKTsR4pZesu9yIW0DL5wYxHT2zpxQN7zO8+8b4IzFSPnmHQIDAQAB" - } - } + "owner": { + "username": "nekotamogas", + "email": "dazzerdev@gmail.com", + "discord": "797458672225091594" + }, + "record": { + "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIHzsnS94jaMTbcflV4QMBR4P3YCgegw1NoV7t7rkElCnZ7LEJIWLMCMheXN+ipQUclpDZ8Lw6m8B7mm4tm8P79hTuM6rmhsqcQb8w/g3u6kUDhK/eq2QoDhUienbpKTsR4pZesu9yIW0DL5wYxHT2zpxQN7zO8+8b4IzFSPnmHQIDAQAB" + } +} diff --git a/domains/zmail._domainkey.sewt.json b/domains/zmail._domainkey.sewt.json index 98c7074f1..47c7e1811 100644 --- a/domains/zmail._domainkey.sewt.json +++ b/domains/zmail._domainkey.sewt.json @@ -1,13 +1,12 @@ { - "owner": { - "username": "SkyExploreWasTaken", - "email": "", - "discord": "1049263707177353247", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.JjnXMeB-5yChFwqeTjRtzK3S_0JshRprm7Ix_Yl-zlvBzrR4ZlVNljlNwz5hHd6RwuBC_y5QFA1wpuLY7J9tuvaW_ttJpnbU58UGV2JNs6yR0C6ZBp5S0XR7J0zKoloVPgoN9i4q8SOzJeBQCanVOFzX3d9haVlZxrZFInLbMybS8FegbUdzDuV6s6TB0gA8fpBWx29ftzsLfwVj96tO9gmB0cJAU-URofHxmMBDUCIXDELQdrlRl_sj4kjW3uIKus_lgN7GU55xIvErfpV2_NVZTiuPzOh5HcP7rwWHhDaeKvQL4HeKWxIlrqQhPtQHQTFTgJuh7MmJimD95ixgVg.fhYccie9reT4Mi7XAmEtZA.lNh66dK74iYl7grB--wq1yi-AEKzvkuN7TLOS75XwYxJskb4dSr8TUcM0Y5ZVfR27oMahE1_kerqZOZOtZW58ZFwqoFD0oCFaEm68nwTd3or3uBWcYbZk5ilghu8TpPN.zKRzlPiGTBfNQTbJkCbrGg" - }, - "record": { - "TXT": [ - "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCb62fTLbpIcDigh68ZI+8EZGMV2LzLtIKTxoRwHhpONIg7eyimcOoeIv2uwYuHrNTnlZvQleD+eolnYEvJA6TTogkgkcOKX8FmPQmrh/MKLW0t8GU257DvxPC2MoGJR592tVyAyod+xOweKvWREvD+9JM8cozWnkvH2inTbud4bQIDAQAB" - ] - } + "owner": { + "username": "SkyExploreWasTaken", + "discord": "1049263707177353247", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.JjnXMeB-5yChFwqeTjRtzK3S_0JshRprm7Ix_Yl-zlvBzrR4ZlVNljlNwz5hHd6RwuBC_y5QFA1wpuLY7J9tuvaW_ttJpnbU58UGV2JNs6yR0C6ZBp5S0XR7J0zKoloVPgoN9i4q8SOzJeBQCanVOFzX3d9haVlZxrZFInLbMybS8FegbUdzDuV6s6TB0gA8fpBWx29ftzsLfwVj96tO9gmB0cJAU-URofHxmMBDUCIXDELQdrlRl_sj4kjW3uIKus_lgN7GU55xIvErfpV2_NVZTiuPzOh5HcP7rwWHhDaeKvQL4HeKWxIlrqQhPtQHQTFTgJuh7MmJimD95ixgVg.fhYccie9reT4Mi7XAmEtZA.lNh66dK74iYl7grB--wq1yi-AEKzvkuN7TLOS75XwYxJskb4dSr8TUcM0Y5ZVfR27oMahE1_kerqZOZOtZW58ZFwqoFD0oCFaEm68nwTd3or3uBWcYbZk5ilghu8TpPN.zKRzlPiGTBfNQTbJkCbrGg" + }, + "record": { + "TXT": [ + "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCb62fTLbpIcDigh68ZI+8EZGMV2LzLtIKTxoRwHhpONIg7eyimcOoeIv2uwYuHrNTnlZvQleD+eolnYEvJA6TTogkgkcOKX8FmPQmrh/MKLW0t8GU257DvxPC2MoGJR592tVyAyod+xOweKvWREvD+9JM8cozWnkvH2inTbud4bQIDAQAB" + ] + } } diff --git a/domains/zmail._domainkey.zumate.json b/domains/zmail._domainkey.zumate.json index 016f50610..6ae1648f2 100644 --- a/domains/zmail._domainkey.zumate.json +++ b/domains/zmail._domainkey.zumate.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "userandaname", - "email": "", - "discord": "823939421686071386", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.reOdbyp6Plxic0IjF6RuL5lNhiMqzBWweBtnJ-Fpqduom7hhoabj7svWmeD5k0QxutV10NOtl_AlZbmxGOnLZGhZzg8p4Pa1uvOnq9iMrJybaxC36vNieiv0tHy5j8NbMkSUlHjaWOOtHaLMKj0gDVzz3A_QLZAkYusb1zbehSq7CamcojGG4_HZvabGE7OJhWjX1jsr1xp5YmGvRUsDEmKkcQmQFqvRwiDT8rqWd56o8OdqDzehXxRdHyBygYJuuHLGN3iTYeEUEAjj88c3tk1aZNrjStPZdVfxtHrMJCZ76Ny5R1NVOucJVlXQziy6P78lrKneqg5Wo26sietPtA.y3_0JbSixF-j9GIwRYdeqw.XkuJbAg67qp0AVL3ti1-ZTV4XHumSSqgRouDhip2qpv60pIy9cv4hBqtAl5V3W3Mjbo6UJjCKQ-j-xsGYic3xmW4_RQu_b7ezL9r9ykqILs.8XLHqBfk0A3VExJarQ8g8g" - }, - - "record": { - "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCThzWhBz8eg5c4bE11qwCi95FvVOoSVi+8N70lAA3TRwkxAvgiUkiOj39M+9hgIvQ/8v3+VCerHvDmShl+AxatGvM0vrEZ7ZTQx0nT6YGeCYgebmhAQKyhqnGOL6YmDGHr0MkosD5/ApW1yPjwL0PqbXtALG9vMTyaI7dtZLDBHwIDAQAB" - } - } - + "owner": { + "username": "userandaname", + "discord": "823939421686071386", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.reOdbyp6Plxic0IjF6RuL5lNhiMqzBWweBtnJ-Fpqduom7hhoabj7svWmeD5k0QxutV10NOtl_AlZbmxGOnLZGhZzg8p4Pa1uvOnq9iMrJybaxC36vNieiv0tHy5j8NbMkSUlHjaWOOtHaLMKj0gDVzz3A_QLZAkYusb1zbehSq7CamcojGG4_HZvabGE7OJhWjX1jsr1xp5YmGvRUsDEmKkcQmQFqvRwiDT8rqWd56o8OdqDzehXxRdHyBygYJuuHLGN3iTYeEUEAjj88c3tk1aZNrjStPZdVfxtHrMJCZ76Ny5R1NVOucJVlXQziy6P78lrKneqg5Wo26sietPtA.y3_0JbSixF-j9GIwRYdeqw.XkuJbAg67qp0AVL3ti1-ZTV4XHumSSqgRouDhip2qpv60pIy9cv4hBqtAl5V3W3Mjbo6UJjCKQ-j-xsGYic3xmW4_RQu_b7ezL9r9ykqILs.8XLHqBfk0A3VExJarQ8g8g" + }, + "record": { + "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCThzWhBz8eg5c4bE11qwCi95FvVOoSVi+8N70lAA3TRwkxAvgiUkiOj39M+9hgIvQ/8v3+VCerHvDmShl+AxatGvM0vrEZ7ZTQx0nT6YGeCYgebmhAQKyhqnGOL6YmDGHr0MkosD5/ApW1yPjwL0PqbXtALG9vMTyaI7dtZLDBHwIDAQAB" + } +} diff --git a/domains/zold.json b/domains/zold.json new file mode 100644 index 000000000..b963d5b52 --- /dev/null +++ b/domains/zold.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AhmedOsamaMath", + "email": "ahmedosamamath@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} diff --git a/domains/zoosio.json b/domains/zoosio.json index 781af4488..c9a1ccd77 100644 --- a/domains/zoosio.json +++ b/domains/zoosio.json @@ -4,7 +4,6 @@ "email": "maz.nos@gmail.com", "discord": "788741120364511242" }, - "record": { "A": ["95.216.242.35"] } diff --git a/domains/zorex.json b/domains/zorex.json index a31ed12ba..58628a9de 100644 --- a/domains/zorex.json +++ b/domains/zorex.json @@ -1,11 +1,11 @@ { - "owner": { - "username": "iksmfua", - "email": "realiksm@gmail.com", - "twitter": "WaleedthemodYT" - }, - "record": { - "A": ["34.111.179.208"], - "TXT": "replit-verify=73d19ce6-ad19-4956-a800-4e647b4b7cd4" - } + "owner": { + "username": "iksmfua", + "email": "realiksm@gmail.com", + "twitter": "WaleedthemodYT" + }, + "record": { + "A": ["34.111.179.208"], + "TXT": "replit-verify=73d19ce6-ad19-4956-a800-4e647b4b7cd4" + } } diff --git a/domains/zplusfour.json b/domains/zplusfour.json index 4304e0846..d3189907c 100644 --- a/domains/zplusfour.json +++ b/domains/zplusfour.json @@ -4,12 +4,8 @@ "email": "zgjoniur@gmail.com", "discord": "zplusfour#0001" }, - "record": { - "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/zstg.json b/domains/zstg.json index 3cb52fbac..000f8d2b0 100644 --- a/domains/zstg.json +++ b/domains/zstg.json @@ -1,12 +1,12 @@ { - "description": "Describe the use of this subdomain", - "repo": "https://github.com/zstg/zstg.github.io", - "owner": { - "username": "zstg", - "email": "zestig@duck.com", - "twitter": "zstg" - }, - "record": { - "CNAME": "zstg.github.io" - } -} \ No newline at end of file + "description": "Describe the use of this subdomain", + "repo": "https://github.com/zstg/zstg.github.io", + "owner": { + "username": "zstg", + "email": "zestig@duck.com", + "twitter": "zstg" + }, + "record": { + "CNAME": "zstg.github.io" + } +} diff --git a/domains/zuhair.json b/domains/zuhair.json index e89431506..1b1596be4 100644 --- a/domains/zuhair.json +++ b/domains/zuhair.json @@ -3,8 +3,7 @@ "username": "ZuhairTarif", "email": "20-42115-1@student.aiub.edu" }, - "record": { - "CNAME": "ZuhairTarif.github.io" + "CNAME": "zuhairtarif.github.io" } } diff --git a/domains/zumate.json b/domains/zumate.json index b53e656ba..b4c4201e4 100644 --- a/domains/zumate.json +++ b/domains/zumate.json @@ -1,13 +1,14 @@ { - "owner": { - "username": "userandaname", - "email": "", - "discord": "823939421686071386", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.reOdbyp6Plxic0IjF6RuL5lNhiMqzBWweBtnJ-Fpqduom7hhoabj7svWmeD5k0QxutV10NOtl_AlZbmxGOnLZGhZzg8p4Pa1uvOnq9iMrJybaxC36vNieiv0tHy5j8NbMkSUlHjaWOOtHaLMKj0gDVzz3A_QLZAkYusb1zbehSq7CamcojGG4_HZvabGE7OJhWjX1jsr1xp5YmGvRUsDEmKkcQmQFqvRwiDT8rqWd56o8OdqDzehXxRdHyBygYJuuHLGN3iTYeEUEAjj88c3tk1aZNrjStPZdVfxtHrMJCZ76Ny5R1NVOucJVlXQziy6P78lrKneqg5Wo26sietPtA.y3_0JbSixF-j9GIwRYdeqw.XkuJbAg67qp0AVL3ti1-ZTV4XHumSSqgRouDhip2qpv60pIy9cv4hBqtAl5V3W3Mjbo6UJjCKQ-j-xsGYic3xmW4_RQu_b7ezL9r9ykqILs.8XLHqBfk0A3VExJarQ8g8g" - }, - - "record": { - "TXT": ["zoho-verification=zb15561523.zmverify.zoho.com", "v=spf1 include:zohomail.com ~all"], - "MX": ["mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com"] - } - } + "owner": { + "username": "userandaname", + "discord": "823939421686071386", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.reOdbyp6Plxic0IjF6RuL5lNhiMqzBWweBtnJ-Fpqduom7hhoabj7svWmeD5k0QxutV10NOtl_AlZbmxGOnLZGhZzg8p4Pa1uvOnq9iMrJybaxC36vNieiv0tHy5j8NbMkSUlHjaWOOtHaLMKj0gDVzz3A_QLZAkYusb1zbehSq7CamcojGG4_HZvabGE7OJhWjX1jsr1xp5YmGvRUsDEmKkcQmQFqvRwiDT8rqWd56o8OdqDzehXxRdHyBygYJuuHLGN3iTYeEUEAjj88c3tk1aZNrjStPZdVfxtHrMJCZ76Ny5R1NVOucJVlXQziy6P78lrKneqg5Wo26sietPtA.y3_0JbSixF-j9GIwRYdeqw.XkuJbAg67qp0AVL3ti1-ZTV4XHumSSqgRouDhip2qpv60pIy9cv4hBqtAl5V3W3Mjbo6UJjCKQ-j-xsGYic3xmW4_RQu_b7ezL9r9ykqILs.8XLHqBfk0A3VExJarQ8g8g" + }, + "record": { + "TXT": [ + "zoho-verification=zb15561523.zmverify.zoho.com", + "v=spf1 include:zohomail.com ~all" + ], + "MX": ["mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com"] + } +} diff --git a/domains/zvdxc.json b/domains/zvdxc.json index 2d357bd7c..977b7c3b9 100644 --- a/domains/zvdxc.json +++ b/domains/zvdxc.json @@ -4,6 +4,6 @@ "email": "zvdxc11@gmail.com" }, "record": { - "CNAME": "mysite-e7j.pages.dev" + "NS": ["armfazh.ns.cloudflare.com", "stella.ns.cloudflare.com"] } } diff --git a/domains/zwel.json b/domains/zwel.json new file mode 100644 index 000000000..b831f6698 --- /dev/null +++ b/domains/zwel.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zwelhtetyan", + "email": "zwelhtetyandev@gmail.com" + }, + "record": { + "CNAME": "zwel.pages.dev" + } +} diff --git a/domains/zxlbni.json b/domains/zxlbni.json new file mode 100644 index 000000000..78ad5c23b --- /dev/null +++ b/domains/zxlbni.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ZxLbni", + "email": "dolabani46@gmail.com" + }, + "record": { + "CNAME": "zxlbni.github.io" + } +} diff --git a/domains/zync.kenny.json b/domains/zync.kenny.json index a206964f4..cb56a8f94 100644 --- a/domains/zync.kenny.json +++ b/domains/zync.kenny.json @@ -6,11 +6,6 @@ "github_id": 75525014 }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] + "URL": "https://zync.kennysb.xyz" } } diff --git a/domains/zytre.json b/domains/zytre.json index 6b9848785..c687ef2cb 100644 --- a/domains/zytre.json +++ b/domains/zytre.json @@ -4,7 +4,6 @@ "email": "gglvmax@gmail.com", "discord": "689774740893859840" }, - "record": { "CNAME": "forum.gglvxd.eu.org" } diff --git a/media/cloudflare.png b/media/cloudflare.png new file mode 100644 index 000000000..dc252a0a5 Binary files /dev/null and b/media/cloudflare.png differ diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 000000000..32b170be4 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,2549 @@ +{ + "name": "register", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "devDependencies": { + "ava": "^6.2.0", + "fs-extra": "^11.2.0" + } + }, + "node_modules/@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "dev": true, + "license": "ISC", + "dependencies": { + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@isaacs/cliui/node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true, + "license": "MIT" + }, + "node_modules/@isaacs/cliui/node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dev": true, + "license": "MIT", + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/@isaacs/fs-minipass": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz", + "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==", + "dev": true, + "license": "ISC", + "dependencies": { + "minipass": "^7.0.4" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@mapbox/node-pre-gyp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-2.0.0.tgz", + "integrity": "sha512-llMXd39jtP0HpQLVI37Bf1m2ADlEb35GYSh1SDSLsBhR+5iCxiNGlT31yqbNtVHygHAtMy6dWFERpU2JgufhPg==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "consola": "^3.2.3", + "detect-libc": "^2.0.0", + "https-proxy-agent": "^7.0.5", + "node-fetch": "^2.6.7", + "nopt": "^8.0.0", + "semver": "^7.5.3", + "tar": "^7.4.0" + }, + "bin": { + "node-pre-gyp": "bin/node-pre-gyp" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@pkgjs/parseargs": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "dev": true, + "license": "MIT", + "optional": true, + "engines": { + "node": ">=14" + } + }, + "node_modules/@rollup/pluginutils": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.4.tgz", + "integrity": "sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/estree": "^1.0.0", + "estree-walker": "^2.0.2", + "picomatch": "^4.0.2" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true + } + } + }, + "node_modules/@sindresorhus/merge-streams": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz", + "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@types/estree": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", + "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@vercel/nft": { + "version": "0.27.10", + "resolved": "https://registry.npmjs.org/@vercel/nft/-/nft-0.27.10.tgz", + "integrity": "sha512-zbaF9Wp/NsZtKLE4uVmL3FyfFwlpDyuymQM1kPbeT0mVOHKDQQNjnnfslB3REg3oZprmNFJuh3pkHBk2qAaizg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@mapbox/node-pre-gyp": "^2.0.0-rc.0", + "@rollup/pluginutils": "^5.1.3", + "acorn": "^8.6.0", + "acorn-import-attributes": "^1.9.5", + "async-sema": "^3.1.1", + "bindings": "^1.4.0", + "estree-walker": "2.0.2", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "node-gyp-build": "^4.2.2", + "picomatch": "^4.0.2", + "resolve-from": "^5.0.0" + }, + "bin": { + "nft": "out/cli.js" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/abbrev": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-3.0.0.tgz", + "integrity": "sha512-+/kfrslGQ7TNV2ecmQwMJj/B65g5KVq1/L3SGVZ3tCYGqlzFuFCGBZJtMP99wH3NpEUyAjn0zPdPUg0D+DwrOA==", + "dev": true, + "license": "ISC", + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/acorn": { + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", + "dev": true, + "license": "MIT", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-import-attributes": { + "version": "1.9.5", + "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz", + "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "acorn": "^8" + } + }, + "node_modules/acorn-walk": { + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz", + "integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==", + "dev": true, + "license": "MIT", + "dependencies": { + "acorn": "^8.11.0" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/agent-base": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz", + "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 14" + } + }, + "node_modules/ansi-regex": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "license": "MIT", + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/array-find-index": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", + "integrity": "sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/arrgv": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/arrgv/-/arrgv-1.0.2.tgz", + "integrity": "sha512-a4eg4yhp7mmruZDQFqVMlxNRFGi/i1r87pt8SDHy0/I8PqSXoUTlWZRdAZo0VXgvEARcujbtTk8kiZRi1uDGRw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/arrify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-3.0.0.tgz", + "integrity": "sha512-tLkvA81vQG/XqE2mjDkGQHoOINtMHtysSnemrmoGe6PydDPMRbVugqyk4A6V/WDWEfm3l+0d8anA9r8cv/5Jaw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/async-sema": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/async-sema/-/async-sema-3.1.1.tgz", + "integrity": "sha512-tLRNUXati5MFePdAk8dw7Qt7DpxPB60ofAgn8WRhW6a2rcimZnYBP9oxHiv0OHy+Wz7kPMG+t4LGdt31+4EmGg==", + "dev": true, + "license": "MIT" + }, + "node_modules/ava": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/ava/-/ava-6.2.0.tgz", + "integrity": "sha512-+GZk5PbyepjiO/68hzCZCUepQOQauKfNnI7sA4JukBTg97jD7E+tDKEA7OhGOGr6EorNNMM9+jqvgHVOTOzG4w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@vercel/nft": "^0.27.5", + "acorn": "^8.13.0", + "acorn-walk": "^8.3.4", + "ansi-styles": "^6.2.1", + "arrgv": "^1.0.2", + "arrify": "^3.0.0", + "callsites": "^4.2.0", + "cbor": "^9.0.2", + "chalk": "^5.3.0", + "chunkd": "^2.0.1", + "ci-info": "^4.0.0", + "ci-parallel-vars": "^1.0.1", + "cli-truncate": "^4.0.0", + "code-excerpt": "^4.0.0", + "common-path-prefix": "^3.0.0", + "concordance": "^5.0.4", + "currently-unhandled": "^0.4.1", + "debug": "^4.3.7", + "emittery": "^1.0.3", + "figures": "^6.1.0", + "globby": "^14.0.2", + "ignore-by-default": "^2.1.0", + "indent-string": "^5.0.0", + "is-plain-object": "^5.0.0", + "is-promise": "^4.0.0", + "matcher": "^5.0.0", + "memoize": "^10.0.0", + "ms": "^2.1.3", + "p-map": "^7.0.2", + "package-config": "^5.0.0", + "picomatch": "^4.0.2", + "plur": "^5.1.0", + "pretty-ms": "^9.1.0", + "resolve-cwd": "^3.0.0", + "stack-utils": "^2.0.6", + "strip-ansi": "^7.1.0", + "supertap": "^3.0.1", + "temp-dir": "^3.0.0", + "write-file-atomic": "^6.0.0", + "yargs": "^17.7.2" + }, + "bin": { + "ava": "entrypoints/cli.mjs" + }, + "engines": { + "node": "^18.18 || ^20.8 || ^22 || >=23" + }, + "peerDependencies": { + "@ava/typescript": "*" + }, + "peerDependenciesMeta": { + "@ava/typescript": { + "optional": true + } + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true, + "license": "MIT" + }, + "node_modules/bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "file-uri-to-path": "1.0.0" + } + }, + "node_modules/blueimp-md5": { + "version": "2.19.0", + "resolved": "https://registry.npmjs.org/blueimp-md5/-/blueimp-md5-2.19.0.tgz", + "integrity": "sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w==", + "dev": true, + "license": "MIT" + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "dev": true, + "license": "MIT", + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/callsites": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-4.2.0.tgz", + "integrity": "sha512-kfzR4zzQtAE9PC7CzZsjl3aBNbXWuXiSeOCdLcPpBfGW8YuCqQHcRPFDbr/BPVmd3EEPVpuFzLyuT/cUhPr4OQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12.20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cbor": { + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/cbor/-/cbor-9.0.2.tgz", + "integrity": "sha512-JPypkxsB10s9QOWwa6zwPzqE1Md3vqpPc+cai4sAecuCsRyAtAl/pMyhPlMbT/xtPnm2dznJZYRLui57qiRhaQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "nofilter": "^3.1.0" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/chalk": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", + "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/chownr": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz", + "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==", + "dev": true, + "license": "BlueOak-1.0.0", + "engines": { + "node": ">=18" + } + }, + "node_modules/chunkd": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/chunkd/-/chunkd-2.0.1.tgz", + "integrity": "sha512-7d58XsFmOq0j6el67Ug9mHf9ELUXsQXYJBkyxhH/k+6Ke0qXRnv0kbemx+Twc6fRJ07C49lcbdgm9FL1Ei/6SQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/ci-info": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.1.0.tgz", + "integrity": "sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/sibiraj-s" + } + ], + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/ci-parallel-vars": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ci-parallel-vars/-/ci-parallel-vars-1.0.1.tgz", + "integrity": "sha512-uvzpYrpmidaoxvIQHM+rKSrigjOe9feHYbw4uOI2gdfe1C3xIlxO+kVXq83WQWNniTf8bAxVpy+cQeFQsMERKg==", + "dev": true, + "license": "MIT" + }, + "node_modules/cli-truncate": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-4.0.0.tgz", + "integrity": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==", + "dev": true, + "license": "MIT", + "dependencies": { + "slice-ansi": "^5.0.0", + "string-width": "^7.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/cliui/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/cliui/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/cliui/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/cliui/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cliui/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/code-excerpt": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/code-excerpt/-/code-excerpt-4.0.0.tgz", + "integrity": "sha512-xxodCmBen3iy2i0WtAK8FlFNrRzjUqjRsMfho58xT/wvZU1YTM3fCnRjcy1gJPMepaRlgm/0e6w8SpWHpn3/cA==", + "dev": true, + "license": "MIT", + "dependencies": { + "convert-to-spaces": "^2.0.1" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "license": "MIT" + }, + "node_modules/common-path-prefix": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz", + "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==", + "dev": true, + "license": "ISC" + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true, + "license": "MIT" + }, + "node_modules/concordance": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/concordance/-/concordance-5.0.4.tgz", + "integrity": "sha512-OAcsnTEYu1ARJqWVGwf4zh4JDfHZEaSNlNccFmt8YjB2l/n19/PF2viLINHc57vO4FKIAFl2FWASIGZZWZ2Kxw==", + "dev": true, + "license": "ISC", + "dependencies": { + "date-time": "^3.1.0", + "esutils": "^2.0.3", + "fast-diff": "^1.2.0", + "js-string-escape": "^1.0.1", + "lodash": "^4.17.15", + "md5-hex": "^3.0.1", + "semver": "^7.3.2", + "well-known-symbols": "^2.0.0" + }, + "engines": { + "node": ">=10.18.0 <11 || >=12.14.0 <13 || >=14" + } + }, + "node_modules/consola": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.0.tgz", + "integrity": "sha512-EiPU8G6dQG0GFHNR8ljnZFki/8a+cQwEQ+7wpxdChl02Q8HXlwEZWD5lqAF8vC2sEC3Tehr8hy7vErz88LHyUA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^14.18.0 || >=16.10.0" + } + }, + "node_modules/convert-to-spaces": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/convert-to-spaces/-/convert-to-spaces-2.0.1.tgz", + "integrity": "sha512-rcQ1bsQO9799wq24uE5AM2tAILy4gXGIK/njFWcVQkGNZ96edlpY+A7bjwvzjYvLDyzmG1MmMLZhpcsb+klNMQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + } + }, + "node_modules/cross-spawn": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", + "dev": true, + "license": "MIT", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/currently-unhandled": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", + "integrity": "sha512-/fITjgjGU50vjQ4FH6eUoYu+iUoUKIXws2hL15JJpIR+BbTxaXQsMuuyjtNh2WqsSBS5nsaZHFsFecyw5CCAng==", + "dev": true, + "license": "MIT", + "dependencies": { + "array-find-index": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/date-time": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/date-time/-/date-time-3.1.0.tgz", + "integrity": "sha512-uqCUKXE5q1PNBXjPqvwhwJf9SwMoAHBgWJ6DcrnS5o+W2JOiIILl0JEdVD8SGujrNS02GGxgwAg2PN2zONgtjg==", + "dev": true, + "license": "MIT", + "dependencies": { + "time-zone": "^1.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/debug": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", + "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/detect-libc": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz", + "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=8" + } + }, + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true, + "license": "MIT" + }, + "node_modules/emittery": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/emittery/-/emittery-1.1.0.tgz", + "integrity": "sha512-rsX7ktqARv/6UQDgMaLfIqUWAEzzbCQiVh7V9rhDXp6c37yoJcks12NVD+XPkgl4AEavmNhVfrhGoqYwIsMYYA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sindresorhus/emittery?sponsor=1" + } + }, + "node_modules/emoji-regex": { + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", + "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==", + "dev": true, + "license": "MIT" + }, + "node_modules/escalade": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-string-regexp": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", + "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true, + "license": "BSD-2-Clause", + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/estree-walker": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", + "dev": true, + "license": "MIT" + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/fast-diff": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz", + "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==", + "dev": true, + "license": "Apache-2.0" + }, + "node_modules/fast-glob": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", + "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.8" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/fastq": { + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.0.tgz", + "integrity": "sha512-7SFSRCNjBQIZH/xZR3iy5iQYR8aGBE0h3VG6/cwlbrpdciNYBMotQav8c1XI3HjHH+NikUpP53nPdlZSdWmFzA==", + "dev": true, + "license": "ISC", + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/figures": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz", + "integrity": "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-unicode-supported": "^2.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "dev": true, + "license": "MIT" + }, + "node_modules/fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "dev": true, + "license": "MIT", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-up-simple": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/find-up-simple/-/find-up-simple-1.0.0.tgz", + "integrity": "sha512-q7Us7kcjj2VMePAa02hDAF6d+MzsdsAWEwYyOpwUtlerRBkOEPBCRZrAV4XfcSN8fHAgaD0hP7miwoay6DCprw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/foreground-child": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz", + "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==", + "dev": true, + "license": "ISC", + "dependencies": { + "cross-spawn": "^7.0.0", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/fs-extra": { + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz", + "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==", + "dev": true, + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dev": true, + "license": "ISC" + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true, + "license": "ISC", + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-east-asian-width": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz", + "integrity": "sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Glob versions prior to v9 are no longer supported", + "dev": true, + "license": "ISC", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "license": "ISC", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/globby": { + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-14.1.0.tgz", + "integrity": "sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@sindresorhus/merge-streams": "^2.1.0", + "fast-glob": "^3.3.3", + "ignore": "^7.0.3", + "path-type": "^6.0.0", + "slash": "^5.1.0", + "unicorn-magic": "^0.3.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/https-proxy-agent": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz", + "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==", + "dev": true, + "license": "MIT", + "dependencies": { + "agent-base": "^7.1.2", + "debug": "4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/ignore": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.3.tgz", + "integrity": "sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 4" + } + }, + "node_modules/ignore-by-default": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-2.1.0.tgz", + "integrity": "sha512-yiWd4GVmJp0Q6ghmM2B/V3oZGRmjrKLXvHR3TE1nfoXsmoggllfZUQe74EN0fJdPFZu2NIvNdrMMLm3OsV7Ohw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=10 <11 || >=12 <13 || >=14" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/indent-string": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz", + "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", + "dev": true, + "license": "ISC", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/irregular-plurals": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/irregular-plurals/-/irregular-plurals-3.5.0.tgz", + "integrity": "sha512-1ANGLZ+Nkv1ptFb2pa8oG8Lem4krflKuX/gINiHJHjJUKaJHk/SXk5x6K3J+39/p0h1RQ2saROclJJ+QLvETCQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz", + "integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-plain-object": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-promise": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz", + "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/is-unicode-supported": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz", + "integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true, + "license": "ISC" + }, + "node_modules/jackspeak": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", + "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "@isaacs/cliui": "^8.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" + } + }, + "node_modules/js-string-escape": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/js-string-escape/-/js-string-escape-1.0.1.tgz", + "integrity": "sha512-Smw4xcfIQ5LVjAOuJCvN/zIodzA/BBSsluuoSykP+lUvScIi4U6RJLfwHet5cxFnCswUjISV8oAXaqaJDY3chg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dev": true, + "license": "MIT", + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/load-json-file": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-7.0.1.tgz", + "integrity": "sha512-Gnxj3ev3mB5TkVBGad0JM6dmLiQL+o0t23JPBZ9sd+yvSLk05mFoqKBw5N8gbbkU4TNXyqCgIrl/VM17OgUIgQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true, + "license": "MIT" + }, + "node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/matcher": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/matcher/-/matcher-5.0.0.tgz", + "integrity": "sha512-s2EMBOWtXFc8dgqvoAzKJXxNHibcdJMV0gwqKUaw9E2JBJuGUK7DrNKrA6g/i+v72TT16+6sVm5mS3thaMLQUw==", + "dev": true, + "license": "MIT", + "dependencies": { + "escape-string-regexp": "^5.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/md5-hex": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/md5-hex/-/md5-hex-3.0.1.tgz", + "integrity": "sha512-BUiRtTtV39LIJwinWBjqVsU9xhdnz7/i889V859IBFpuqGAj6LuOvHv5XLbgZ2R7ptJoJaEcxkv88/h25T7Ciw==", + "dev": true, + "license": "MIT", + "dependencies": { + "blueimp-md5": "^2.10.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/memoize": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/memoize/-/memoize-10.0.0.tgz", + "integrity": "sha512-H6cBLgsi6vMWOcCpvVCdFFnl3kerEXbrYh9q+lY6VXvQSmM6CkmV08VOwT+WE2tzIEqRPFfAq3fm4v/UIW6mSA==", + "dev": true, + "license": "MIT", + "dependencies": { + "mimic-function": "^5.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sindresorhus/memoize?sponsor=1" + } + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, + "node_modules/micromatch": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "dev": true, + "license": "MIT", + "dependencies": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/micromatch/node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/mimic-function": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz", + "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/minizlib": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.1.tgz", + "integrity": "sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==", + "dev": true, + "license": "MIT", + "dependencies": { + "minipass": "^7.0.4", + "rimraf": "^5.0.5" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/mkdirp": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz", + "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==", + "dev": true, + "license": "MIT", + "bin": { + "mkdirp": "dist/cjs/src/bin.js" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true, + "license": "MIT" + }, + "node_modules/node-fetch": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", + "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "dev": true, + "license": "MIT", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/node-gyp-build": { + "version": "4.8.4", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz", + "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==", + "dev": true, + "license": "MIT", + "bin": { + "node-gyp-build": "bin.js", + "node-gyp-build-optional": "optional.js", + "node-gyp-build-test": "build-test.js" + } + }, + "node_modules/nofilter": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/nofilter/-/nofilter-3.1.0.tgz", + "integrity": "sha512-l2NNj07e9afPnhAhvgVrCD/oy2Ai1yfLpuo3EpiO1jFTsB4sFz6oIfAfSZyQzVpkZQ9xS8ZS5g1jCBgq4Hwo0g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12.19" + } + }, + "node_modules/nopt": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-8.1.0.tgz", + "integrity": "sha512-ieGu42u/Qsa4TFktmaKEwM6MQH0pOWnaB3htzh0JRtx84+Mebc0cbZYN5bC+6WTZ4+77xrL9Pn5m7CV6VIkV7A==", + "dev": true, + "license": "ISC", + "dependencies": { + "abbrev": "^3.0.0" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, + "license": "ISC", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/p-map": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.3.tgz", + "integrity": "sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/package-config": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/package-config/-/package-config-5.0.0.tgz", + "integrity": "sha512-GYTTew2slBcYdvRHqjhwaaydVMvn/qrGC323+nKclYioNSLTDUM/lGgtGTgyHVtYcozb+XkE8CNhwcraOmZ9Mg==", + "dev": true, + "license": "MIT", + "dependencies": { + "find-up-simple": "^1.0.0", + "load-json-file": "^7.0.1" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/package-json-from-dist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", + "dev": true, + "license": "BlueOak-1.0.0" + }, + "node_modules/parse-ms": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-4.0.0.tgz", + "integrity": "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-scurry": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "lru-cache": "^10.2.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, + "engines": { + "node": ">=16 || 14 >=14.18" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/path-type": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-6.0.0.tgz", + "integrity": "sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/picomatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", + "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/plur": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/plur/-/plur-5.1.0.tgz", + "integrity": "sha512-VP/72JeXqak2KiOzjgKtQen5y3IZHn+9GOuLDafPv0eXa47xq0At93XahYBs26MsifCQ4enGKwbjBTKgb9QJXg==", + "dev": true, + "license": "MIT", + "dependencies": { + "irregular-plurals": "^3.3.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/pretty-ms": { + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-9.2.0.tgz", + "integrity": "sha512-4yf0QO/sllf/1zbZWYnvWw3NxCQwLXKzIj0G849LSufP15BXKM0rbD2Z3wVnkMfjdn/CB0Dpp444gYAACdsplg==", + "dev": true, + "license": "MIT", + "dependencies": { + "parse-ms": "^4.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/resolve-cwd": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", + "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", + "dev": true, + "license": "MIT", + "dependencies": { + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true, + "license": "MIT", + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rimraf": { + "version": "5.0.10", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz", + "integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "glob": "^10.3.7" + }, + "bin": { + "rimraf": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/rimraf/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/rimraf/node_modules/glob": { + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dev": true, + "license": "ISC", + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/rimraf/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/semver": { + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz", + "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/serialize-error": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-7.0.1.tgz", + "integrity": "sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==", + "dev": true, + "license": "MIT", + "dependencies": { + "type-fest": "^0.13.1" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/slash": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz", + "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/slice-ansi": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz", + "integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^6.0.0", + "is-fullwidth-code-point": "^4.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/slice-ansi?sponsor=1" + } + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/stack-utils": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", + "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "escape-string-regexp": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/stack-utils/node_modules/escape-string-regexp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", + "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^10.3.0", + "get-east-asian-width": "^1.0.0", + "strip-ansi": "^7.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/string-width-cjs": { + "name": "string-width", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/string-width-cjs/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/strip-ansi-cjs": { + "name": "strip-ansi", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/supertap": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/supertap/-/supertap-3.0.1.tgz", + "integrity": "sha512-u1ZpIBCawJnO+0QePsEiOknOfCRq0yERxiAchT0i4li0WHNUJbf0evXXSXOcCAR4M8iMDoajXYmstm/qO81Isw==", + "dev": true, + "license": "MIT", + "dependencies": { + "indent-string": "^5.0.0", + "js-yaml": "^3.14.1", + "serialize-error": "^7.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + } + }, + "node_modules/tar": { + "version": "7.4.3", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.3.tgz", + "integrity": "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==", + "dev": true, + "license": "ISC", + "dependencies": { + "@isaacs/fs-minipass": "^4.0.0", + "chownr": "^3.0.0", + "minipass": "^7.1.2", + "minizlib": "^3.0.1", + "mkdirp": "^3.0.1", + "yallist": "^5.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/temp-dir": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-3.0.0.tgz", + "integrity": "sha512-nHc6S/bwIilKHNRgK/3jlhDoIHcp45YgyiwcAk46Tr0LfEqGBVpmiAyuiuxeVE44m3mXnEeVhaipLOEWmH+Njw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=14.16" + } + }, + "node_modules/time-zone": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/time-zone/-/time-zone-1.0.0.tgz", + "integrity": "sha512-TIsDdtKo6+XrPtiTm1ssmMngN1sAhyKnTO2kunQWqNPWIVvCm15Wmw4SWInwTVgJ5u/Tr04+8Ei9TNcw4x4ONA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "dev": true, + "license": "MIT" + }, + "node_modules/type-fest": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz", + "integrity": "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==", + "dev": true, + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/unicorn-magic": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz", + "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/universalify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "dev": true, + "license": "BSD-2-Clause" + }, + "node_modules/well-known-symbols": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/well-known-symbols/-/well-known-symbols-2.0.0.tgz", + "integrity": "sha512-ZMjC3ho+KXo0BfJb7JgtQ5IBuvnShdlACNkKkdsqBmYw3bPAaJfPeYUo6tLUaT5tG/Gkh7xkpBhKRQ9e7pyg9Q==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=6" + } + }, + "node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "dev": true, + "license": "MIT", + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs": { + "name": "wrap-ansi", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/wrap-ansi-cjs/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/wrap-ansi/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/write-file-atomic": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-6.0.0.tgz", + "integrity": "sha512-GmqrO8WJ1NuzJ2DrziEI2o57jKAVIQNf8a18W3nCYU3H7PNWqCCVTeH6/NQE93CIllIgQS98rrmVkYgTX9fFJQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "imurmurhash": "^0.1.4", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=10" + } + }, + "node_modules/yallist": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz", + "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==", + "dev": true, + "license": "BlueOak-1.0.0", + "engines": { + "node": ">=18" + } + }, + "node_modules/yargs": { + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "dev": true, + "license": "MIT", + "dependencies": { + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=12" + } + }, + "node_modules/yargs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/yargs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/yargs/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/yargs/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/yargs/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + } + } +} diff --git a/package.json b/package.json index ccc8dbd41..858f3ddd5 100644 --- a/package.json +++ b/package.json @@ -1,27 +1,9 @@ { - "name": "is-a-dev-core", - "version": "1.0.0", - "description": "Register *.is-a.dev domains for free", - "scripts": { - "lint": "eslint utils scripts domains --ext .json,.js", - "publish-records": "bun run -b ./scripts/register-domains.js", - "dc": "docker-compose -p is-a-dev", - "dc:start": "bun run dc up", - "dc:shell": "bun run dc run dev /bin/bash" - }, - "repository": { - "type": "git", - "url": "https://github.com/is-a-dev/register" - }, - "author": "Akshay Nair ", - "license": "GPL-3.0", - "dependencies": { - "ip-regex": "^5.0.0", - "ramda": "^0.27.1" - }, "devDependencies": { - "eslint": "^7.11.0", - "eslint-plugin-json": "^2.1.2", - "eslint-plugin-node": "^11.1.0" + "ava": "^6.2.0", + "fs-extra": "^11.2.0" + }, + "scripts": { + "test": "npx ava tests/*.test.js" } } diff --git a/scripts/action-utils.js b/scripts/action-utils.js deleted file mode 100644 index 38a33a420..000000000 --- a/scripts/action-utils.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = { - hasLabel: (context, label) => { - const pr = context.payload.pull_request || context.payload.issue; - const { labels = [] } = pr; - - return !!labels.find(({ name }) => name === label); - }, -}; diff --git a/scripts/certbot-auth.sh b/scripts/certbot-auth.sh deleted file mode 100755 index 6b4ee8bc7..000000000 --- a/scripts/certbot-auth.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/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"; - -echo "Going to sleep for a few minutes..."; - -# TODO: Check if $CERTBOT_VALIDATION == $(./scripts/certbot.sh get-acme)? -sleep $((3*60)); - -./scripts/certbot.sh check; - diff --git a/scripts/certbot.sh b/scripts/certbot.sh deleted file mode 100755 index ee84aa6d7..000000000 --- a/scripts/certbot.sh +++ /dev/null @@ -1,91 +0,0 @@ -#!/usr/bin/env bash - -export NODE_ENV=production -DRY_RUN=0 -if_dry_run() { [[ $DRY_RUN == 1 ]] && echo "$1" || echo "$2"; } - -generate_certificate() { - outdir=$(mktemp -d /tmp/is-a-dev-certbot.XXXXX); - - certbot \ - --config-dir $outdir/config \ - --work-dir $outdir/work \ - --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 \ - $(if_dry_run "--dry-run" ""); - - echo "+-----------------------------------------------+"; - echo "| Certificate output: |"; - echo "|= $outdir"; - echo "+-----------------------------------------------+"; -} - -update_record() { - local method=$([[ "$1" == "add" ]] && echo "addZoneRecord" || echo "removeZoneRecord"); - local type="$2"; - local name="$3"; - local address="$4"; - local ttl=${5:-"1"}; - bun -e " - const { domainService } = require('./utils/domain-service'); - const { ENV, DOMAIN_DOMAIN } = require('./utils/constants'); - const method = '$method'; - const name = '$name'; - const type = '$type'; - - const record = { name, type, address: '$address', ttl: $ttl }; - - async function main() { - if (method === 'removeZoneRecord') { - const data = await domainService.get({ customonly: 0, name: '$name.is-a.dev.', type }); - if (data.length > 0) { - record.id = data[0].line; - } else { - throw new Error('Unable to find record'); - } - } - - console.log('Uploading $name to', DOMAIN_DOMAIN, '(', ENV, ')...'); - const data = await domainService[method](record)(); - console.log(data.cpanelresult ? data.cpanelresult.data : data); - } - - main().catch(console.error); - " -} - -update_acme_txt_record() { - update_record add TXT '_acme-challenge' "$1"; -} - -reset_acme() { - sleep 1; - update_record remove TXT '_acme-challenge' ''; - update_record remove TXT '_acme-challenge' ''; - # update_record add CNAME 'www' "is-a-dev.github.io"; -} - -get_acme() { dig +noall +answer _acme-challenge.is-a.dev TXT | awk '{print $5}'; } - -case "$1" in - check) echo "TXT record:: $(get_acme)" ;; - get-acme) get_acme ;; - cert) generate_certificate ;; - acme_txt) update_acme_txt_record "$2" ;; - reset) reset_acme ;; - *) echo "Invalid command"; exit 1; ;; -esac - - -### STEPS ### -# Run ./scripts/certbot.sh cert -# 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 - diff --git a/scripts/register-domains.js b/scripts/register-domains.js deleted file mode 100644 index 94bc02089..000000000 --- a/scripts/register-domains.js +++ /dev/null @@ -1,76 +0,0 @@ -const R = require("ramda"); -const { - VALID_RECORD_TYPES, - DOMAIN_HOST_IP, - TTL, - ENV, -} = require("../utils/constants"); -const { domainService: dc } = require("../utils/domain-service"); -const { getDomains: gd } = require("../utils/get-domain"); - -const getRecords = R.compose(R.toPairs, R.pick(VALID_RECORD_TYPES)); - -const address = (type, value) => { - if ("URL" === type) return `${value}`.replace(/\/$/g, ""); - if ("TXT" === type) return value; - return (type === "CNAME" ? `${value}`.toLowerCase() : `${value}`).replace( - /[/.]$/g, - "", - ); -}; - -const toHostList = R.chain((data) => { - // URL redirection must contain explicit A record - // Wildcard A record breaks when used with MX - // Ref: https://github.com/is-a-dev/register/issues/2365 - if ((data.record.URL && data.record.MX) || data.name === "@") { - data.record.A = [DOMAIN_HOST_IP]; - } - - const records = getRecords(data.record); - - return R.chain(([recordType, values]) => { - const valueList = Array.isArray(values) ? values : [values]; - - return valueList.map((value, index) => ({ - name: data.name, - type: recordType, - address: address(recordType, value), - ttl: TTL, - ...(recordType === "MX" ? { priority: index + 20 } : {}), - })); - }, records); -}); - -const registerDomains = async ({ - domainService, - getDomains, - log = () => {}, -}) => { - const domains = await getDomains().then(toHostList); - - if (domains.length === 0) - return Promise.reject(new Error("Nothing to register")); - - log(`${domains.length} records found`); - return domainService.updateHosts(domains); -}; - -const main = async () => { - console.log(`Running in ${ENV} mode`); - const result = await registerDomains({ - domainService: dc, - getDomains: gd, - log: console.log, - }); - console.log(result); -}; - -if (require.main === module) { - main().catch((e) => { - console.error(e); - process.exit(1); - }); -} else { - module.exports = { toHostList, registerDomains }; -} diff --git a/scripts/reply.js b/scripts/reply.js deleted file mode 100644 index dd4df142d..000000000 --- a/scripts/reply.js +++ /dev/null @@ -1,48 +0,0 @@ -const getInstructions = () => ` -The changes have been published!! It should reflect in less than 24 hours. - -## Here's what you need to do next -If your domain points to a server you own, add \`domain-name.is-a.dev\` to your server config. For https, you will have to configure ssl certificate to allow the new subdomain. - -### For github pages users, -* Go to your github page repo (\`user/user.github.io\`) -* Open up the **settings** tab -* Scroll down to the **Github pages** section -* In the **Custom domain** text input, enter the domain you registered (\`domain-name.is-a.dev\`) -* Check the **Enforce HTTPS** checkbox below the input -* Give it some time to reflect and you should be good to go - - -## Need help with your domain? -If you are having trouble setting up your domain, [create an issue](https://github.com/is-a-dev/register/issues/new/choose). I will try my best to get back to you asap! - - -## Made a mistake in the record? -Don't worry, you can create a new pull request with the corrections - - -## Love/Hate the service? -**Love it?** Leave it a **star**! Also consider donating so that I can keep this service running forever! -**Hate it?** Please leave your feedback by [creating an issue](https://github.com/is-a-dev/register/issues/new/choose). I would really like to keep improving this service for other users. - - -## Wanna support this project? -Help me in my mission to keep this service alive forever by donating! - -Buy Me A Coffee Liberapay recurring donation button - -`; - -module.exports = { - async instructions(context, github) { - const pr = context.payload.issue || context.payload.pull_request; - const { number } = pr; - - await github.issues.createComment({ - owner: context.repo.owner, - repo: context.repo.repo, - issue_number: number, - body: getInstructions(), - }); - }, -}; diff --git a/scripts/verify-record.sh b/scripts/verify-record.sh deleted file mode 100644 index a4fc0da6a..000000000 --- a/scripts/verify-record.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env sh - -sed \ - -e 's/\.json.*$/.is-a.dev/g' \ - -e 's/^\s*domains\///g' \ - -e '/^\s*$/d' \ -| while read domain; do - echo "$domain"; - dig "$domain" +noall +answer && echo "done" || echo "x"; -done; - diff --git a/tests/cpanel.test.js b/tests/cpanel.test.js deleted file mode 100644 index b2415f8b4..000000000 --- a/tests/cpanel.test.js +++ /dev/null @@ -1,210 +0,0 @@ -const R = require("ramda"); -const { CpanelClient } = require("../utils/lib/cpanel"); - -const mockFetch = - (expectRequest, decorate = R.identity) => - (reqUrl, request) => { - expectRequest(reqUrl, request); - return Promise.resolve({ - json: async () => decorate(request), - }); - }; - -describe("Cpanel client", () => { - describe("fetchzonerecords", () => { - it("should make the correct request", async () => { - const fetch = mockFetch((url, request) => { - expect(url).toBe( - "https://example.com:2000/json-api/cpanel?customonly=0&domain=a.b&cpanel_jsonapi_user=boy&cpanel_jsonapi_module=ZoneEdit&cpanel_jsonapi_func=fetchzone_records&cpanel_jsonapi_apiversion=2", - ); - expect(request).toEqual({ - headers: { - Authorization: "cpanel boy:boybyebye", - }, - rejectUnauthorized: false, - }); - }); - - const cpanel = CpanelClient({ - host: "example.com", - port: 2000, - username: "boy", - apiKey: "boybyebye", - domain: "a.b", - dependencies: { fetch }, - }); - - await cpanel.zone.fetch(); - }); - - it("should make the correct request with query", async () => { - const fetch = mockFetch((url, request) => { - expect(url).toBe( - "https://example.com:2000/json-api/cpanel?customonly=0&domain=foobar.boeey&cpanel_jsonapi_user=boy&cpanel_jsonapi_module=ZoneEdit&cpanel_jsonapi_func=fetchzone_records&cpanel_jsonapi_apiversion=2", - ); - expect(request).toEqual({ - headers: { - Authorization: "cpanel boy:boybyebye", - }, - rejectUnauthorized: false, - }); - }); - - const cpanel = CpanelClient({ - host: "example.com", - port: 2000, - username: "boy", - apiKey: "boybyebye", - domain: "a.b", - dependencies: { fetch }, - }); - - await cpanel.zone.fetch({ domain: "foobar.boeey" }); - }); - }); - - describe("addzonerecord", () => { - it("should make the correct request", async () => { - const fetch = mockFetch((url, request) => { - expect(url).toBe( - "https://example.com:2000/json-api/cpanel?domain=a.b&name=googo&type=CNAME&cname=beey&ttl=2020&cpanel_jsonapi_user=boy&cpanel_jsonapi_module=ZoneEdit&cpanel_jsonapi_func=add_zone_record&cpanel_jsonapi_apiversion=2", - ); - expect(request).toEqual({ - headers: { - Authorization: "cpanel boy:boybyebye", - }, - rejectUnauthorized: false, - }); - }); - - const cpanel = CpanelClient({ - host: "example.com", - port: 2000, - username: "boy", - apiKey: "boybyebye", - domain: "a.b", - dependencies: { fetch }, - }); - - await cpanel.zone.add({ - name: "googo", - type: "boyee", - cname: "beey", - type: "CNAME", - ttl: 2020, - }); - }); - }); - - describe("addzonerecord", () => { - it("should make the correct request", async () => { - const fetch = mockFetch((url, request) => { - expect(url).toBe( - "https://example.com:2000/json-api/cpanel?domain=a.b&line=500&cpanel_jsonapi_user=boy&cpanel_jsonapi_module=ZoneEdit&cpanel_jsonapi_func=remove_zone_record&cpanel_jsonapi_apiversion=2", - ); - expect(request).toEqual({ - headers: { - Authorization: "cpanel boy:boybyebye", - }, - rejectUnauthorized: false, - }); - }); - - const cpanel = CpanelClient({ - host: "example.com", - port: 2000, - username: "boy", - apiKey: "boybyebye", - domain: "a.b", - dependencies: { fetch }, - }); - - await cpanel.zone.remove({ - line: 500, - }); - }); - }); - - describe("fetchredirections", () => { - it("should make the correct request", async () => { - const fetch = mockFetch((url, request) => { - expect(url).toBe( - "https://example.com:2000/execute/Mime/list_redirects?cpanel_jsonapi_user=boy&cpanel_jsonapi_module=Mime&cpanel_jsonapi_func=list_redirects&cpanel_jsonapi_apiversion=2", - ); - expect(request).toEqual({ - headers: { - Authorization: "cpanel boy:boybyebye", - }, - rejectUnauthorized: false, - }); - }); - - const cpanel = CpanelClient({ - host: "example.com", - port: 2000, - username: "boy", - apiKey: "boybyebye", - domain: "a.b", - dependencies: { fetch }, - }); - - await cpanel.redirection.fetch(); - }); - }); - describe("addredirection", () => { - it("should make the correct request", async () => { - const fetch = mockFetch((url, request) => { - expect(url).toBe( - "https://example.com:2000/execute/Mime/add_redirect?domain=googo&destination=https%3A%2F%2Foodf.com&cpanel_jsonapi_user=boy&cpanel_jsonapi_module=Mime&cpanel_jsonapi_func=add_redirect&cpanel_jsonapi_apiversion=2", - ); - expect(request).toEqual({ - headers: { - Authorization: "cpanel boy:boybyebye", - }, - rejectUnauthorized: false, - }); - }); - - const cpanel = CpanelClient({ - host: "example.com", - port: 2000, - username: "boy", - apiKey: "boybyebye", - domain: "a.b", - dependencies: { fetch }, - }); - - await cpanel.redirection.add({ - domain: "googo", - destination: "https://oodf.com", - }); - }); - }); - - describe("deleteredirection", () => { - it("should make the correct request", async () => { - const fetch = mockFetch((url, request) => { - expect(url).toBe( - "https://example.com:2000/execute/Mime/delete_redirect?domain=googo&cpanel_jsonapi_user=boy&cpanel_jsonapi_module=Mime&cpanel_jsonapi_func=delete_redirect&cpanel_jsonapi_apiversion=2", - ); - expect(request).toEqual({ - headers: { - Authorization: "cpanel boy:boybyebye", - }, - rejectUnauthorized: false, - }); - }); - - const cpanel = CpanelClient({ - host: "example.com", - port: 2000, - username: "boy", - apiKey: "boybyebye", - domain: "a.b", - dependencies: { fetch }, - }); - - await cpanel.redirection.remove({ domain: "googo" }); - }); - }); -}); diff --git a/tests/domain-service.test.js b/tests/domain-service.test.js deleted file mode 100644 index dfd6400ed..000000000 --- a/tests/domain-service.test.js +++ /dev/null @@ -1,421 +0,0 @@ -const R = require("ramda"); -const { getDomainService, diffRecords } = require("../utils/domain-service"); -const { DOMAIN_DOMAIN } = require("../utils/constants"); - -const getCpanel = ({ - zone, - addZone, - removeZone, - redir, - addRedir, - removeRedir, - addEmail, - removeEmail, -} = {}) => ({ - zone: { - fetch: (_) => zone(), - add: (rec) => addZone(rec), - remove: (rec) => removeZone(rec), - }, - redirection: { - fetch: (_) => redir(), - add: (rec) => addRedir(rec), - remove: (rec) => removeRedir(rec), - }, - email: { - add: (rec) => addEmail(rec), - remove: (rec) => removeEmail(rec), - }, -}); - -describe("diffRecords", () => { - it("should show added record", () => { - const oldRecords = [ - { name: "xx", type: "CNAME", address: "fck.com." }, - { name: "xa", type: "A", address: "111.1.1212.1" }, - ]; - const newRecords = [ - { name: "xx", type: "CNAME", address: "fck.com." }, - { name: "xa", type: "A", address: "111.1.1212.1" }, - { name: "boo", type: "CNAME", address: "x.com" }, - ]; - - const result = diffRecords(oldRecords, newRecords); - expect(result).toEqual({ - remove: [], - add: [{ name: "boo", type: "CNAME", address: "x.com" }], - }); - }); - - it("should show edited records", () => { - const oldRecords = [ - { name: "xx", type: "CNAME", address: "fck.com." }, - { name: "xa", type: "A", address: "111.1.1212.1" }, - ]; - const newRecords = [ - { name: "xx", type: "CNAME", address: "fck.com." }, - { name: "xa", type: "A", address: "69.69.69.69" }, - ]; - - const result = diffRecords(oldRecords, newRecords); - expect(result).toEqual({ - remove: [{ name: "xa", type: "A", address: "111.1.1212.1" }], - add: [{ name: "xa", type: "A", address: "69.69.69.69" }], - }); - }); - - it("should show added records with the same name and record type", () => { - const oldRecords = [ - { name: "xx", type: "CNAME", address: "fck.com." }, - { name: "xa", type: "A", address: "69.69.69.69" }, - ]; - const newRecords = [ - { name: "xx", type: "CNAME", address: "fck.com." }, - { name: "xa", type: "A", address: "69.69.69.69" }, - { name: "xa", type: "A", address: "69.69.4.20" }, - ]; - - const result = diffRecords(oldRecords, newRecords); - expect(result).toEqual({ - remove: [], - add: [{ name: "xa", type: "A", address: "69.69.4.20" }], - }); - }); - - it("should diff complex changes", () => { - const oldRecords = [ - { name: "a", type: "CNAME", address: "fck.com." }, - { name: "b", type: "A", address: "69.69.69.69" }, - { name: "111", type: "CNAME", address: "x" }, - { name: "d", type: "A", address: "69.69.4.20" }, - ]; - const newRecords = [ - { name: "111", type: "CNAME", address: "x" }, - { name: "d", type: "CNAME", address: "duck.com" }, - { name: "a", type: "CNAME", address: "og.com" }, - { name: "b", type: "A", address: "69.69.69.69" }, - { name: "b", type: "A", address: "69.69.4.20" }, - { name: "c", type: "CNAME", address: "ccc.cc" }, - ]; - - const result = diffRecords(oldRecords, newRecords); - expect(result).toEqual({ - remove: [ - { name: "a", type: "CNAME", address: "fck.com." }, - { name: "d", type: "A", address: "69.69.4.20" }, - ], - add: [ - { name: "d", type: "CNAME", address: "duck.com" }, - { name: "a", type: "CNAME", address: "og.com" }, - { name: "b", type: "A", address: "69.69.4.20" }, - { name: "c", type: "CNAME", address: "ccc.cc" }, - ], - }); - }); -}); - -describe("Domain service", () => { - const addZone = jest.fn(async () => ({})); - const removeZone = jest.fn(async () => ({})); - const addRedir = jest.fn(async () => ({})); - const removeRedir = jest.fn(async () => ({})); - const addEmail = jest.fn(async () => ({})); - const removeEmail = jest.fn(async () => ({})); - - const mockDS = ({ zones, redirections }) => - getDomainService({ - cpanel: getCpanel({ - zone: async () => zones, - redir: async () => redirections, - addZone, - addEmail, - addRedir, - removeZone, - removeRedir, - removeEmail, - }), - }); - - const getRecordCalls = (recfn) => - recfn.mock.calls - .map(R.head) - .map( - R.pick([ - "name", - "type", - "address", - "redirect", - "domain", - "line", - "priority", - "exchanger", - ]), - ); - - beforeEach(() => { - addZone.mockClear(); - removeZone.mockClear(); - addRedir.mockClear(); - removeRedir.mockClear(); - addEmail.mockClear(); - removeEmail.mockClear(); - }); - - describe("getHosts", () => { - it("should resolve with a list of hosts", async () => { - const zones = [ - { name: "xx", type: "CNAME", address: "fck.com." }, - { name: "xx", type: "A", address: "111.1.1212.1" }, - ]; - const redirections = []; - const zone = async () => zones; - const redir = async () => redirections; - const mockDomainService = getDomainService({ - cpanel: getCpanel({ zone, redir }), - }); - const list = await mockDomainService.getHosts(); - - expect(list).toEqual([ - { name: "xx", type: "CNAME", address: "fck.com" }, - { name: "xx", type: "A", address: "111.1.1212.1" }, - ]); - }); - - it("should resolve with a redirections", async () => { - const zones = [ - { line: "111", name: "xx", type: "CNAME", address: "fck.com." }, - { line: "112", name: "xx", type: "A", address: "111.1.1212.1" }, - ]; - const redirections = [ - { domain: "foo.booboo.xyz", destination: "https://google.com" }, - { domain: "foo1.booboo.xyz", destination: "https://duck.com" }, - ]; - const zone = async () => zones; - const redir = async () => redirections; - const mockDomainService = getDomainService({ - cpanel: getCpanel({ zone, redir }), - }); - const list = await mockDomainService.getHosts(); - - expect(list).toEqual([ - { id: "111", name: "xx", type: "CNAME", address: "fck.com" }, - { id: "112", name: "xx", type: "A", address: "111.1.1212.1" }, - { - id: `foo.${DOMAIN_DOMAIN}`, - name: "foo", - type: "URL", - address: "https://google.com", - }, - { - id: `foo1.${DOMAIN_DOMAIN}`, - name: "foo1", - type: "URL", - address: "https://duck.com", - }, - ]); - }); - }); - - describe("updateHosts", () => { - it("should append new hosts with existing ones and set it", async () => { - const zones = [ - { line: 1, name: "a", type: "CNAME", address: "boo" }, - { line: 2, name: "b", type: "CNAME", address: "goo" }, - ]; - const redirections = []; - - const mockDomainService = mockDS({ zones, redirections }); - await mockDomainService.updateHosts([ - { name: "a", type: "CNAME", address: "boo" }, - { name: "b", type: "CNAME", address: "goo" }, - { name: "c", type: "A", address: "12.131321.213" }, - { name: "c", type: "MX", address: "foobar.com", priority: 2 }, - ]); - - expect(addZone).toHaveBeenCalledTimes(1); - expect(getRecordCalls(addZone)).toEqual([ - { name: "c", type: "A", address: "12.131321.213" }, - ]); - - expect(addEmail).toHaveBeenCalledTimes(1); - expect(getRecordCalls(addEmail)).toEqual([ - { domain: "c.is-a.dev", exchanger: "foobar.com", priority: 2 }, - ]); - - expect(removeZone).toHaveBeenCalledTimes(0); - expect(removeEmail).toHaveBeenCalledTimes(0); - }); - - it("should update matching host and set it", async () => { - const zones = [ - { line: 1, name: "a", type: "CNAME", address: "boo" }, - { line: 2, name: "b", type: "CNAME", address: "goo" }, - ]; - const redirections = []; - - const mockDomainService = mockDS({ zones, redirections }); - await mockDomainService.updateHosts([ - { name: "a", type: "CNAME", address: "boo" }, - { name: "b", type: "CNAME", address: "googoogaga" }, - ]); - - expect(addZone).toHaveBeenCalledTimes(1); - expect(getRecordCalls(addZone)).toEqual([ - { name: "b", type: "CNAME", address: "googoogaga" }, - ]); - expect(removeZone).toHaveBeenCalledTimes(1); - expect(getRecordCalls(removeZone)).toEqual([{ line: 2 }]); - }); - - it("should update matching host and set it", async () => { - const zones = [ - { line: 1, name: "a", type: "CNAME", address: "boo" }, - { line: 2, name: "b", type: "CNAME", address: "goo" }, - { line: 3, name: "b", type: "CNAME", address: "xaa" }, - ]; - const redirections = []; - - const mockDomainService = mockDS({ zones, redirections }); - await mockDomainService.updateHosts([ - { name: "a", type: "CNAME", address: "boo" }, - { name: "b", type: "CNAME", address: "googoogaga" }, - { name: "b", type: "CNAME", address: "farboo" }, - ]); - - expect(addZone).toHaveBeenCalledTimes(2); - expect(getRecordCalls(addZone)).toEqual([ - { name: "b", type: "CNAME", address: "googoogaga" }, - { name: "b", type: "CNAME", address: "farboo" }, - ]); - expect(removeZone).toHaveBeenCalledTimes(2); - expect(getRecordCalls(removeZone)).toEqual([ - { line: 3 }, - { line: 2 }, - ]); - }); - - it("should workout this complex example", async () => { - const zones = [ - { line: 1, name: "a", type: "CNAME", address: "world" }, - { line: 2, name: "b", type: "A", address: "1" }, - { line: 3, name: "b", type: "A", address: "2" }, - { line: 4, name: "c", type: "CNAME", address: "hello.com" }, - { - line: 5, - name: "c", - type: "MX", - address: "mx1.hello.com", - priority: 20, - }, - { - line: 6, - name: "c", - type: "MX", - address: "mx2.hello.com", - priority: 21, - }, - { - line: 7, - name: "b", - type: "MX", - address: "foo.bar", - priority: 20, - }, - { line: 101, name: "x", type: "A", address: "1" }, - { line: 99, name: "y", type: "A", address: "2" }, - { line: 100, name: "z", type: "A", address: "3" }, - ]; - const redirections = [ - { - domain: `b.${DOMAIN_DOMAIN}`, - destination: "https://foobar.com", - }, - { - domain: `c.${DOMAIN_DOMAIN}`, - destination: "https://goobar.com", - }, - { - domain: `x.${DOMAIN_DOMAIN}`, - destination: "https://example.com", - }, - ]; - - const mockDomainService = mockDS({ zones, redirections }); - await mockDomainService.updateHosts([ - { name: "a", type: "CNAME", address: "boo" }, - { name: "b", type: "A", address: "1" }, - { name: "b", type: "A", address: "2" }, - { name: "b", type: "A", address: "3" }, - { name: "b", type: "URL", address: "https://wowow.com" }, - { name: "c", type: "CNAME", address: "hello.com" }, - { name: "c", type: "URL", address: "https://goobar.com" }, - { name: "d", type: "CNAME", address: "helo.com" }, - { name: "d", type: "URL", address: "https://hhh.com" }, - { name: "x", type: "URL", address: "https://example69.com" }, - { - name: "c", - type: "MX", - address: "mx2.hello.com", - priority: 21, - }, - { name: "a", type: "MX", address: "example.com", priority: 20 }, - ]); - - expect(addZone).toHaveBeenCalledTimes(3); - expect(getRecordCalls(addZone)).toEqual([ - { name: "a", type: "CNAME", address: "boo" }, - { name: "b", type: "A", address: "3" }, - { name: "d", type: "CNAME", address: "helo.com" }, - ]); - expect(removeZone).toHaveBeenCalledTimes(4); - expect(getRecordCalls(removeZone)).toEqual([ - { line: 101 }, - { line: 100 }, - { line: 99 }, - { line: 1 }, - ]); - - expect(addEmail).toHaveBeenCalledTimes(1); - expect(getRecordCalls(addEmail)).toEqual([ - { - domain: "a.is-a.dev", - exchanger: "example.com", - priority: 20, - }, - ]); - expect(removeEmail).toHaveBeenCalledTimes(2); - expect(getRecordCalls(removeEmail)).toEqual([ - { domain: "b.is-a.dev", exchanger: "foo.bar", priority: 20 }, - { - domain: "c.is-a.dev", - exchanger: "mx1.hello.com", - priority: 20, - }, - ]); - - expect(addRedir).toHaveBeenCalledTimes(3); - expect(getRecordCalls(addRedir)).toEqual([ - { - domain: `b.${DOMAIN_DOMAIN}`, - type: "permanent", - redirect: "https://wowow.com", - }, - { - domain: `d.${DOMAIN_DOMAIN}`, - type: "permanent", - redirect: "https://hhh.com", - }, - { - domain: `x.${DOMAIN_DOMAIN}`, - type: "permanent", - redirect: "https://example69.com", - }, - ]); - expect(removeRedir).toHaveBeenCalledTimes(2); - expect(getRecordCalls(removeRedir)).toEqual([ - { domain: `b.${DOMAIN_DOMAIN}` }, - { domain: `x.${DOMAIN_DOMAIN}` }, - ]); - }); - }); -}); diff --git a/tests/domain-utils.test.js b/tests/domain-utils.test.js deleted file mode 100644 index 896cf017d..000000000 --- a/tests/domain-utils.test.js +++ /dev/null @@ -1,8 +0,0 @@ -const { getDomains } = require("../utils/get-domain"); - -describe("getDomains", () => { - it("should resolve with the list of domains", async () => { - const list = await getDomains(); - expect(Array.isArray(list)).toBe(true); - }); -}); diff --git a/tests/domains.test.js b/tests/domains.test.js index 75971b00b..90262cdef 100644 --- a/tests/domains.test.js +++ b/tests/domains.test.js @@ -1,37 +1,134 @@ -const R = require("ramda"); -const fs = require("fs"); -const { getDomains } = require("../utils/get-domain"); -const { validateDomainData } = require("../utils/validations"); -const { DOMAINS_PATH } = require("../utils/constants"); +const t = require("ava"); +const fs = require("fs-extra"); +const path = require("path"); -describe("Domains", () => { - it("should all be json", async () => { - const files = await fs.promises.readdir(DOMAINS_PATH, {}); - expect(files.filter((f) => !/\.json$/g.test(f)).length).toBe(0); - }); +const domainsPath = path.resolve("domains"); +const files = fs + .readdirSync(domainsPath) + .filter((file) => file.endsWith(".json")); - it("should be valid", (done) => { - getDomains() - .then(R.reject(R.propEq("name", "_psl"))) - .then( - R.map((data) => { - const { errors } = validateDomainData(data); - if (errors.length) { - const message = errors - .map( - ([key, { reason }]) => - `[${data.name}.${key}]: ${reason}`, - ) - .join("\n"); - return `\nValidation errors in ${data.name}.json: \n${message}`; - } - return ""; - }), - ) - .then(R.filter(R.complement(R.isEmpty))) - .then((messages) => - messages.length ? done(messages.join("\n")) : done(), - ) - .catch(done); +const domainCache = {}; + +function getDomainData(subdomain) { + if (domainCache[subdomain]) { + return domainCache[subdomain]; + } + + try { + const data = fs.readJsonSync( + path.join(domainsPath, `${subdomain}.json`), + ); + domainCache[subdomain] = data; // Cache the domain data + return data; + } catch (error) { + throw new Error( + `Failed to read JSON for ${subdomain}: ${error.message}`, + ); + } +} + +function getParentSubdomain(subdomain) { + const parts = subdomain.split("."); + + if (parts.length <= 1) return null; // No parent for top-level subdomains + + // Try to find the parent subdomain by iterating over the parts + for (let i = parts.length - 1; i > 0; i--) { + const potentialParent = parts.slice(i - 1).join("."); + + if (files.includes(`${potentialParent}.json`)) { + return potentialParent; + } + } + + return null; +} + +t("Nested subdomains should not exist without a parent subdomain", (t) => { + files.forEach((file) => { + const subdomain = file.replace(/\.json$/, ""); + + if (subdomain.split(".").length > 1) { + const parentSubdomain = getParentSubdomain(subdomain); + t.true( + parentSubdomain && files.includes(`${parentSubdomain}.json`), + `${file}: Parent subdomain does not exist`, + ); + } + }); +}); + +t( + "Nested subdomains should not exist if the parent subdomain has NS records", + (t) => { + files.forEach((file) => { + const subdomain = file.replace(/\.json$/, ""); + + if (subdomain.split(".").length > 1) { + const parentSubdomain = getParentSubdomain(subdomain); + const parentDomain = getDomainData(parentSubdomain); + + t.true( + !parentDomain.record.NS, + `${file}: Parent subdomain has NS records`, + ); + } + }); + }, +); + +t("Nested subdomains should be owned by the parent subdomain's owner", (t) => { + files.forEach((file) => { + const subdomain = file.replace(/\.json$/, ""); + + if (subdomain.split(".").length > 1) { + const data = getDomainData(subdomain); + const parentSubdomain = getParentSubdomain(subdomain); + const parentDomain = getDomainData(parentSubdomain); + + t.true( + data.owner.username.toLowerCase() === + parentDomain.owner.username.toLowerCase(), + `${file}: Owner does not match the parent subdomain`, + ); + } + }); +}); + +t("Subdomains containing an underscore can only have specific records", (t) => { + files.forEach((file) => { + const subdomain = file.replace(/\.json$/, ""); + + if (subdomain.includes("_")) { + const data = getDomainData(subdomain); + const recordKeys = Object.keys(data.record); + + if ( + subdomain.startsWith("_acme-challenge.") || + subdomain.includes("._domainkey.") + ) { + t.true( + recordKeys.every((key) => + new Set(["TXT", "CNAME"]).has(key), + ), + `${file}: This type of subdomain can only have TXT or CNAME records`, + ); + } else if ( + subdomain.includes("._tcp.") || + subdomain.includes("._udp.") + ) { + t.deepEqual( + recordKeys, + ["SRV"], + `${file}: This type of subdomain can only have SRV records`, + ); + } else { + t.deepEqual( + recordKeys, + ["TXT"], + `${file}: Subdomains with underscores can only have TXT records`, + ); + } + } }); }); diff --git a/tests/json.test.js b/tests/json.test.js new file mode 100644 index 000000000..847cf0259 --- /dev/null +++ b/tests/json.test.js @@ -0,0 +1,244 @@ +const t = require("ava"); +const fs = require("fs-extra"); +const path = require("path"); + +const ignoredRootJSONFiles = ["package-lock.json", "package.json"]; + +const requiredFields = { + owner: "object", + record: "object", +}; + +const optionalFields = { + proxied: "boolean", + redirect_config: "object", +}; + +const requiredOwnerFields = { + username: "string", +}; + +const optionalOwnerFields = { + email: "string", +}; + +const optionalRedirectConfigFields = { + custom_paths: "object", + redirect_paths: "boolean", +}; + +const emailRegex = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/; +const hostnameRegex = + /^(?=.{1,253}$)(?:(?:[_a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)\.)+[a-zA-Z]{2,63}$/; + +const exceptedDomains = require("../util/excepted.json"); +const reservedDomains = require("../util/reserved.json"); +const domainsPath = path.resolve("domains"); +const files = fs.readdirSync(domainsPath); + +function expandReservedDomains(reserved) { + const expandedList = [...reserved]; + + reserved.forEach((item) => { + const rangeMatch = item.match(/\[(\d+)-(\d+)\]/); + + if (rangeMatch) { + const prefix = item.split("[")[0]; + const start = parseInt(rangeMatch[1], 10); + const end = parseInt(rangeMatch[2], 10); + + if (start < end) { + for (let i = start; i <= end; i++) { + expandedList.push(prefix + i); + } + expandedList.splice(expandedList.indexOf(item), 1); + } else { + throw new Error( + `[util/reserved.json] Invalid range [${start}-${end}] in "${item}"`, + ); + } + } + }); + + return expandedList; +} + +const expandedReservedDomains = expandReservedDomains(reservedDomains); + +function findDuplicateKeys(jsonString) { + const keyPattern = /"([^"]+)"(?=\s*:)/g; + const keys = []; + let match; + + // Find all keys in the JSON string + while ((match = keyPattern.exec(jsonString)) !== null) { + keys.push(match[1]); + } + + // Count occurrences of each key + const keyCount = {}; + keys.forEach((key) => { + keyCount[key] = (keyCount[key] || 0) + 1; + }); + + // Return keys that occur more than once + return Object.keys(keyCount).filter((key) => keyCount[key] > 1); +} + +function validateFields(t, obj, fields, file, prefix = "") { + Object.keys(fields).forEach((key) => { + const fieldPath = prefix ? `${prefix}.${key}` : key; + + if (obj.hasOwnProperty(key)) { + t.is( + typeof obj[key], + fields[key], + `${file}: Field ${fieldPath} should be of type ${fields[key]}`, + ); + } else if (fields === requiredFields) { + t.true(false, `${file}: Missing required field: ${fieldPath}`); + } + }); +} + +function validateFileName(t, file) { + t.true( + file.endsWith(".json"), + `${file}: File does not have .json extension`, + ); + t.false( + file.includes(".is-a.dev"), + `${file}: File name should not contain .is-a.dev`, + ); + t.true( + file === file.toLowerCase(), + `${file}: File name should be all lowercase`, + ); + + // Ignore root domain + if (file !== "@.json") { + const subdomain = file.replace(/\.json$/, ""); + + t.regex( + subdomain + ".is-a.dev", + hostnameRegex, + `${file}: FQDN must be 1-253 characters, use letters, numbers, dots, or hyphens, and not start or end with a hyphen.`, + ); + t.false( + expandedReservedDomains.includes(subdomain), + `${file}: Subdomain name is reserved`, + ); + // Disallow nested subdomains above reserved domains + t.true( + !expandedReservedDomains.some((reserved) => + subdomain.endsWith(`.${reserved}`), + ), + `${file}: Subdomain name is reserved`, + ); + + const rootSubdomain = subdomain.split(".").pop(); + + if (!exceptedDomains.includes(rootSubdomain)) { + t.false( + rootSubdomain.startsWith("_"), + `${file}: Root subdomains should not start with an underscore`, + ); + } + } +} + +t("JSON files should not be in the root directory", (t) => { + const rootFiles = fs + .readdirSync(path.resolve()) + .filter( + (file) => + file.endsWith(".json") && !ignoredRootJSONFiles.includes(file), + ); + t.is(rootFiles.length, 0, "JSON files should not be in the root directory"); +}); + +t("All files should be valid JSON", (t) => { + files.forEach((file) => { + t.notThrows( + () => fs.readJsonSync(path.join(domainsPath, file)), + `${file}: Invalid JSON file`, + ); + }); +}); + +t("All files should not have duplicate keys", (t) => { + files.forEach((file) => { + // Parse JSON as a string because JS automatically gets the last key if there are duplicates + const rawData = fs.readFileSync(`${domainsPath}/${file}`, "utf8"); + const duplicateKeys = findDuplicateKeys(rawData); + + t.true( + !duplicateKeys.length, + `${file}: Duplicate keys found: ${duplicateKeys.join(", ")}`, + ); + }); +}); + +t("All files should have valid file names", (t) => { + files.forEach((file) => { + validateFileName(t, file); + }); +}); + +t("All files should have valid required and optional fields", (t) => { + files.forEach((file) => { + const data = fs.readJsonSync(path.join(domainsPath, file)); + + // Validate top-level required fields + validateFields(t, data, requiredFields, file); + + // Validate owner fields + validateFields(t, data.owner, requiredOwnerFields, file, "owner"); + validateFields(t, data.owner, optionalOwnerFields, file, "owner"); + + // Validate optional fields for top-level and redirect config + validateFields(t, data, optionalFields, file); + if (data.redirect_config) { + validateFields( + t, + data.redirect_config, + optionalRedirectConfigFields, + file, + "redirect_config", + ); + } + + // Validate email format + if (data.owner.email) { + t.regex( + data.owner.email, + emailRegex, + `${file}: Owner email should be a valid email address`, + ); + t.false( + data.owner.email.endsWith("@users.noreply.github.com"), + `${file}: Owner email should not be a GitHub no-reply email`, + ); + } + + // Ensure 'record' field is not empty + t.true( + Object.keys(data.record).length > 0, + `${file}: Missing DNS records`, + ); + }); +}); + +t("Reserved domains file should be valid", (t) => { + const subdomainRegex = /^_?[a-zA-Z0-9]+([-\.][a-zA-Z0-9]+)*(\[\d+-\d+\])?$/; + + expandedReservedDomains.forEach((item, index) => { + t.regex( + item, + subdomainRegex, + `[util/reserved-domains.json] Invalid subdomain name "${item}" at index ${index}`, + ); + }); + + t.pass(); +}); diff --git a/tests/proxy.test.js b/tests/proxy.test.js new file mode 100644 index 000000000..0f1c65039 --- /dev/null +++ b/tests/proxy.test.js @@ -0,0 +1,53 @@ +const t = require("ava"); +const fs = require("fs-extra"); +const path = require("path"); + +const requiredRecordsToProxy = new Set(["A", "AAAA", "CNAME"]); + +const domainCache = {}; + +function getDomainData(file) { + if (domainCache[file]) { + return domainCache[file]; + } + + try { + const data = fs.readJsonSync(path.join(domainsPath, file)); + domainCache[file] = data; + return data; + } catch (error) { + throw new Error(`Failed to read JSON for ${file}: ${error.message}`); + } +} + +function validateProxiedRecords(t, data, file) { + // Convert the Set to an array for message display (moved outside the loop to optimize performance) + const recordTypes = Array.from(requiredRecordsToProxy).join(", "); + + if (data.proxied) { + const hasProxiedRecord = Object.keys(data.record).some((key) => + requiredRecordsToProxy.has(key), + ); + + t.true( + hasProxiedRecord, + `${file}: Proxied is true but there are no records that can be proxied (${recordTypes} expected)`, + ); + } +} + +const domainsPath = path.resolve("domains"); +const files = fs + .readdirSync(domainsPath) + .filter((file) => file.endsWith(".json")); + +t( + "Domains with proxy enabled must have at least one proxy-able record", + (t) => { + files.forEach((file) => { + const domain = getDomainData(file); + + validateProxiedRecords(t, domain, file); + }); + }, +); diff --git a/tests/records.test.js b/tests/records.test.js new file mode 100644 index 000000000..9f05a650b --- /dev/null +++ b/tests/records.test.js @@ -0,0 +1,387 @@ +const t = require("ava"); +const fs = require("fs-extra"); +const path = require("path"); + +const validRecordTypes = new Set([ + "A", + "AAAA", + "CAA", + "CNAME", + "DS", + "MX", + "NS", + "SRV", + "TXT", + "URL", +]); +const hostnameRegex = + /^(?=.{1,253}$)(?:(?:[_a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)\.)+[a-zA-Z]{2,63}$/; +const ipv4Regex = + /^(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])(\.(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])){3}$/; +const ipv6Regex = + /^(?:[0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}$|^::(?:[0-9a-fA-F]{1,4}:){0,6}[0-9a-fA-F]{1,4}$|^(?:[0-9a-fA-F]{1,4}:){1,7}:$|^(?:[0-9a-fA-F]{1,4}:){0,6}::(?:[0-9a-fA-F]{1,4}:){0,5}[0-9a-fA-F]{1,4}$/; + +const domainsPath = path.resolve("domains"); +const files = fs + .readdirSync(domainsPath) + .filter((file) => file.endsWith(".json")); + +const domainCache = {}; + +function getDomainData(file) { + if (domainCache[file]) { + return domainCache[file]; + } + + try { + const data = fs.readJsonSync(path.join(domainsPath, file)); + domainCache[file] = data; + return data; + } catch (error) { + throw new Error(`Failed to read JSON for ${file}: ${error.message}`); + } +} + +function expandIPv6(ip) { + let segments = ip.split(":"); + const emptyIndex = segments.indexOf(""); + + if (emptyIndex !== -1) { + const nonEmptySegments = segments.filter((seg) => seg !== ""); + const missingSegments = 8 - nonEmptySegments.length; + + segments = [ + ...nonEmptySegments.slice(0, emptyIndex), + ...Array(missingSegments).fill("0000"), + ...nonEmptySegments.slice(emptyIndex), + ]; + } + + return segments.map((segment) => segment.padStart(4, "0")).join(":"); +} + +function validateIPv4(ip, proxied) { + const parts = ip.split(".").map(Number); + + if ( + parts.length !== 4 || + parts.some((part) => isNaN(part) || part < 0 || part > 255) + ) + return false; + if (ip === "192.0.2.1" && proxied) return true; + + return !( + parts[0] === 10 || + (parts[0] === 172 && parts[1] >= 16 && parts[1] <= 31) || + (parts[0] === 192 && parts[1] === 168) || + (parts[0] === 100 && parts[1] >= 64 && parts[1] <= 127) || + (parts[0] === 169 && parts[1] === 254) || + (parts[0] === 192 && parts[1] === 0 && parts[2] === 0) || + (parts[0] === 192 && parts[1] === 0 && parts[2] === 2) || + (parts[0] === 198 && parts[1] === 18) || + (parts[0] === 198 && parts[1] === 51 && parts[2] === 100) || + (parts[0] === 203 && parts[1] === 0 && parts[2] === 113) || + parts[0] >= 224 + ); +} + +function validateIPv6(ip) { + return !( + ip.toLowerCase().startsWith("fc") || + ip.toLowerCase().startsWith("fd") || + ip.toLowerCase().startsWith("fe80") || + ip.toLowerCase().startsWith("::1") || + ip.toLowerCase().startsWith("2001:db8") + ); +} + +function validateRecordType(recordType) { + return validRecordTypes.has(recordType); +} + +function isValidHostname(hostname) { + return hostnameRegex.test(hostname); +} + +function isValidHexadecimal(value) { + return /^[0-9a-fA-F]+$/.test(value); +} + +function validateRecordValues(t, data, file) { + const subdomain = file.replace(/\.json$/, ""); + + Object.entries(data.record).forEach(([key, value]) => { + // General validation for arrays + if (["A", "AAAA", "MX", "NS"].includes(key)) { + t.true( + Array.isArray(value), + `${file}: Record value for ${key} should be an array`, + ); + + value.forEach((record, idx) => { + t.true( + typeof record === "string", + `${file}: Record value for ${key} should be a string at index ${idx}`, + ); + + if (key === "A") { + t.true( + ipv4Regex.test(record), + `${file}: Invalid IPv4 address for ${key} at index ${idx}`, + ); + t.true( + validateIPv4(record, data.proxied), + `${file}: Invalid IPv4 address for ${key} at index ${idx}`, + ); + } else if (key === "AAAA") { + const expandedIPv6 = expandIPv6(record); + t.true( + ipv6Regex.test(expandedIPv6), + `${file}: Invalid IPv6 address for ${key} at index ${idx}`, + ); + t.true( + validateIPv6(expandedIPv6), + `${file}: Invalid IPv6 address for ${key} at index ${idx}`, + ); + } else if (["MX", "NS"].includes(key)) { + t.true( + isValidHostname(record), + `${file}: Invalid hostname for ${key} at index ${idx}`, + ); + } + }); + } + + // CNAME and URL validations + if (["CNAME", "URL"].includes(key)) { + t.true( + typeof value === "string", + `${file}: Record value for ${key} should be a string`, + ); + + if (key === "CNAME") { + t.true( + isValidHostname(value), + `${file}: Invalid hostname for ${key}`, + ); + t.true(value !== file, `${file}: CNAME cannot point to itself`); + } else if (key === "URL") { + t.true( + value.startsWith("http://") || value.startsWith("https://"), + `${file}: Record value for ${key} must start with http:// or https://`, + ); + t.notThrows( + () => new URL(value), + `${file}: Invalid URL for ${key}`, + ); + + const urlHost = new URL(value).host; + const isSelfReferencing = + file === "@.json" + ? urlHost === "is-a.dev" + : urlHost === `${subdomain}.is-a.dev`; + + t.false( + isSelfReferencing, + `${file}: URL cannot point to itself`, + ); + } + } + + // CAA, DS, SRV validations + if (["CAA", "DS", "SRV"].includes(key)) { + t.true( + Array.isArray(value), + `${file}: Record value for ${key} should be an array`, + ); + + value.forEach((record, idx) => { + t.true( + typeof record === "object", + `${file}: Record value for ${key} should be an object at index ${idx}`, + ); + + if (key === "CAA") { + t.true( + ["issue", "issuewild", "iodef"].includes(record.tag), + `${file}: Invalid tag for CAA at index ${idx}`, + ); + t.true( + typeof record.value === "string", + `${file}: Invalid value for CAA at index ${idx}`, + ); + t.true( + isValidHostname(record.value) || record.value === ";", + `${file}: Value must be a hostname or semicolon for CAA at index ${idx}`, + ); + } else if (key === "DS") { + t.true( + Number.isInteger(record.key_tag) && + record.key_tag >= 0 && + record.key_tag <= 65535, + `${file}: Invalid key_tag for DS at index ${idx}`, + ); + t.true( + Number.isInteger(record.algorithm) && + record.algorithm >= 0 && + record.algorithm <= 255, + `${file}: Invalid algorithm for DS at index ${idx}`, + ); + t.true( + Number.isInteger(record.digest_type) && + record.digest_type >= 0 && + record.digest_type <= 255, + `${file}: Invalid digest_type for DS at index ${idx}`, + ); + t.true( + isValidHexadecimal(record.digest), + `${file}: Invalid digest for DS at index ${idx}`, + ); + } else if (key === "SRV") { + t.true( + Number.isInteger(record.priority) && + record.priority >= 0 && + record.priority <= 65535, + `${file}: Invalid priority for SRV at index ${idx}`, + ); + t.true( + Number.isInteger(record.weight) && + record.weight >= 0 && + record.weight <= 65535, + `${file}: Invalid weight for SRV at index ${idx}`, + ); + t.true( + Number.isInteger(record.port) && + record.port >= 0 && + record.port <= 65535, + `${file}: Invalid port for SRV at index ${idx}`, + ); + t.true( + isValidHostname(record.target), + `${file}: Invalid target for SRV at index ${idx}`, + ); + } + }); + } + + // TXT validation + if (key === "TXT") { + const values = Array.isArray(value) ? value : [value]; + values.forEach((record, idx) => { + t.true( + typeof record === "string", + `${file}: TXT record value should be a string at index ${idx}`, + ); + }); + } + }); + + if (data.redirect_config) { + const customPaths = Object.keys( + data.redirect_config.custom_paths || {}, + ); + const pathRegex = /^\/[a-zA-Z0-9\-_\.\/]+(? { + const customRedirectURL = + data.redirect_config.custom_paths[customPath]; + const urlMessage = `${file}: Custom path in redirect_config`; + + // Validate the custom path + t.true( + pathRegex.test(customPath), + `${urlMessage} must start with a slash, contain only alphanumeric characters, hyphens, underscores, periods, and slashes, and cannot end with a slash at index ${idx}`, + ); + t.true( + customPath.length >= 2 && customPath.length <= 255, + `${urlMessage} should be 2-255 characters long at index ${idx}`, + ); + + // Validate the redirect URL + t.true( + data.record.URL !== customRedirectURL, + `${urlMessage} should be different from the URL record at index ${idx}`, + ); + t.true( + customRedirectURL.startsWith("http://") || + customRedirectURL.startsWith("https://"), + `${urlMessage} must start with http:// or https:// at index ${idx}`, + ); + t.notThrows( + () => new URL(customRedirectURL), + `${urlMessage} contains an invalid URL at index ${idx}`, + ); + + // Check for self-referencing redirects + const urlHost = new URL(customRedirectURL).host; + const isSelfReferencing = + file === "@.json" + ? urlHost === "is-a.dev" + : urlHost === `${subdomain}.is-a.dev`; + t.false( + isSelfReferencing, + `${urlMessage} cannot point to itself at index ${idx}`, + ); + }); + } +} + +t("All files should have valid record types", (t) => { + files.forEach((file) => { + const data = getDomainData(file); + const recordKeys = Object.keys(data.record); + + recordKeys.forEach((key) => { + t.true( + validateRecordType(key), + `${file}: Invalid record type: ${key}`, + ); + }); + + // Record type combinations validation + if (recordKeys.includes("CNAME") && !data.proxied) { + t.is( + recordKeys.length, + 1, + `${file}: CNAME records cannot be combined with other records unless proxied`, + ); + } + if (recordKeys.includes("NS")) { + t.true( + recordKeys.length === 1 || + (recordKeys.length === 2 && recordKeys.includes("DS")), + `${file}: NS records cannot be combined with other records, except for DS records`, + ); + } + if (recordKeys.includes("DS")) { + t.true( + recordKeys.includes("NS"), + `${file}: DS records must be combined with NS records`, + ); + } + if (recordKeys.includes("URL")) { + t.true( + !recordKeys.includes("A") && + !recordKeys.includes("AAAA") && + !recordKeys.includes("CNAME"), + `${file}: URL records cannot be combined with A, AAAA, or CNAME records`, + ); + } + if (data.redirect_config) { + t.true( + recordKeys.includes("URL") || data.proxied, + `${file}: Redirect config must be combined with a URL record or the domain must be proxied`, + ); + if (data.redirect_config.redirect_paths) { + t.true( + recordKeys.includes("URL"), + `${file}: redirect_config.redirect_paths requires a URL record`, + ); + } + } + + validateRecordValues(t, data, file); + }); + + t.pass(); +}); diff --git a/tests/register.test.js b/tests/register.test.js deleted file mode 100644 index 6628df211..000000000 --- a/tests/register.test.js +++ /dev/null @@ -1,242 +0,0 @@ -const R = require("ramda"); -const { toHostList, registerDomains } = require("../scripts/register-domains"); -const { TTL, DOMAIN_DOMAIN } = require("../utils/constants"); -const { getDomainService } = require("../utils/domain-service"); - -const getCpanel = ({ - zone, - addZone, - removeZone, - redir, - addRedir, - removeRedir, - addEmail, - removeEmail, -} = {}) => ({ - zone: { - fetch: (_) => zone(), - add: (rec) => addZone(rec), - remove: (rec) => removeZone(rec), - }, - redirection: { - fetch: (_) => redir(), - add: (rec) => addRedir(rec), - remove: (rec) => removeRedir(rec), - }, - email: { - add: (rec) => addEmail(rec), - remove: (rec) => removeEmail(rec), - }, -}); - -describe("toHostList", () => { - it("should flatten domain data to list of hosts (without https)", () => { - const res = toHostList([ - { name: "akshay", record: { CNAME: "phenax.github.io" } }, - { name: "foobar", record: { CNAME: "v.io" } }, - { name: "xx", record: { A: ["1.2.3.4", "5.6.3.2", "1.2.31.1"] } }, - { - name: "xx", - record: { CNAME: "foobar.com", MX: ["as.com", "f.com"] }, - }, - ]); - - expect(res).toEqual([ - { - name: "akshay", - type: "CNAME", - address: "phenax.github.io", - ttl: TTL, - }, - { name: "foobar", type: "CNAME", address: "v.io", ttl: TTL }, - { name: "xx", type: "A", address: "1.2.3.4", ttl: TTL }, - { name: "xx", type: "A", address: "5.6.3.2", ttl: TTL }, - { name: "xx", type: "A", address: "1.2.31.1", ttl: TTL }, - { name: "xx", type: "CNAME", address: "foobar.com", ttl: TTL }, - { - name: "xx", - type: "MX", - address: "as.com", - priority: 20, - ttl: TTL, - }, - { - name: "xx", - type: "MX", - address: "f.com", - priority: 21, - ttl: TTL, - }, - ]); - }); -}); - -describe("registerDomains", () => { - const addZone = jest.fn(async () => ({})); - const removeZone = jest.fn(async () => ({})); - const addRedir = jest.fn(async () => ({})); - const removeRedir = jest.fn(async () => ({})); - const addEmail = jest.fn(async () => ({})); - const removeEmail = jest.fn(async () => ({})); - - const mockDS = ({ zones, redirections }) => - getDomainService({ - cpanel: getCpanel({ - zone: async () => zones, - redir: async () => redirections, - addZone, - addEmail, - addRedir, - removeZone, - removeRedir, - removeEmail, - }), - }); - - beforeEach(() => { - addZone.mockClear(); - removeZone.mockClear(); - addRedir.mockClear(); - removeRedir.mockClear(); - addEmail.mockClear(); - removeEmail.mockClear(); - }); - - it("should register the new set of hosts generated from domains list", async () => { - const localHosts = [ - { name: "a", record: { CNAME: "hello" } }, - { name: "b", record: { CNAME: "xaa" } }, - ]; - const remoteHosts = [ - { line: 1, name: "a", type: "CNAME", address: "hello" }, - { line: 2, name: "b", type: "CNAME", address: "goo" }, - { line: 3, name: "b", type: "CNAME", address: "xaa" }, - ]; - const remoteRedirections = []; - - const domainService = mockDS({ - zones: remoteHosts, - redirections: remoteRedirections, - }); - await registerDomains({ - getDomains: async () => localHosts, - domainService, - }); - - expect(addZone).toHaveBeenCalledTimes(0); - expect(removeZone).toHaveBeenCalledTimes(1); - expect(addRedir).toHaveBeenCalledTimes(0); - expect(removeRedir).toHaveBeenCalledTimes(0); - }); - - it("should add the new set hosts", async () => { - const localHosts = [ - { name: "a", record: { CNAME: "boo" } }, - { - name: "b", - record: { - A: ["1.1.1.1", "1.1.1.2"], - MX: "somemx", - TXT: "some txt", - }, - }, - { name: "c", record: { URL: "https://google.com" } }, - { name: "d", record: { CNAME: "foobar" } }, - { - name: "e", - record: { A: ["2.2.2.2"], TXT: ["some", "extra", "txt"] }, - }, - ]; - const remoteHosts = [ - { line: 1, name: "a", type: "CNAME", address: "boo" }, - { line: 2, name: "b", type: "MX", address: "othermx" }, - { line: 3, name: "d", type: "CNAME", address: "foobaz" }, - ]; - const remoteRedirections = [ - { domain: `b.${DOMAIN_DOMAIN}`, destination: "x" }, - { domain: `a.${DOMAIN_DOMAIN}`, destination: "y" }, - ]; - - const domainService = mockDS({ - zones: remoteHosts, - redirections: remoteRedirections, - }); - await registerDomains({ - getDomains: async () => localHosts, - domainService, - }); - - expect(addZone).toHaveBeenCalledTimes(8); - expect(addZone.mock.calls).toEqual([ - [{ name: "b", type: "A", address: "1.1.1.1", line: undefined }], - [{ name: "b", type: "A", address: "1.1.1.2", line: undefined }], - [ - { - name: "b", - type: "TXT", - address: "some txt", - txtdata: "some txt", - line: undefined, - }, - ], - [ - { - name: "d", - type: "CNAME", - cname: "foobar", - address: "foobar", - line: undefined, - }, - ], - [{ name: "e", type: "A", address: "2.2.2.2", line: undefined }], - [ - { - name: "e", - type: "TXT", - address: "some", - txtdata: "some", - line: undefined, - }, - ], - [ - { - name: "e", - type: "TXT", - address: "extra", - txtdata: "extra", - line: undefined, - }, - ], - [ - { - name: "e", - type: "TXT", - address: "txt", - txtdata: "txt", - line: undefined, - }, - ], - ]); - - expect(removeZone).toHaveBeenCalledTimes(1); - expect(removeZone.mock.calls).toEqual([[{ line: 3 }]]); - - expect(addRedir).toHaveBeenCalledTimes(1); - expect(addRedir.mock.calls).toEqual([ - [ - { - domain: "c.booboo.xyz", - redirect: "https://google.com", - redirect_wildcard: 1, - redirect_www: 1, - type: "permanent", - }, - ], - ]); - - expect(addEmail).toHaveBeenCalledTimes(1); - expect(addEmail.mock.calls).toEqual([ - [{ domain: "b.is-a.dev", exchanger: "somemx", priority: 20 }], - ]); - }); -}); diff --git a/tests/special.test.js b/tests/special.test.js new file mode 100644 index 000000000..3a5f8aeef --- /dev/null +++ b/tests/special.test.js @@ -0,0 +1,66 @@ +const t = require("ava"); +const fs = require("fs-extra"); +const path = require("path"); + +const domainsPath = path.resolve("domains"); +const files = fs + .readdirSync(domainsPath) + .filter((file) => file.endsWith(".json")); + +const bypassedUsernames = require("../util/bypassed.json").map((username) => + username.toLowerCase(), +); + +function getDomainData(subdomain) { + try { + const data = fs.readJsonSync( + path.join(domainsPath, `${subdomain}.json`), + ); + return data; + } catch (error) { + throw new Error( + `Failed to read JSON for ${subdomain}: ${error.message}`, + ); + } +} + +t("Users are limited to one single character subdomain", (t) => { + const results = []; + + files.forEach((file) => { + const subdomain = file.replace(/\.json$/, ""); + const data = getDomainData(subdomain); + + if ( + subdomain.length === 1 && + !bypassedUsernames.includes(data.owner.username.toLowerCase()) + ) { + results.push({ + subdomain, + owner: data.owner.username.toLowerCase(), + }); + } + }); + + const duplicates = results.filter( + (result) => results.filter((r) => r.owner === result.owner).length > 1, + ); + const output = duplicates.reduce((acc, curr) => { + if (!acc[curr.owner]) { + acc[curr.owner] = []; + } + + acc[curr.owner].push(`${curr.subdomain}.is-a.dev`); + return acc; + }, {}); + + t.is( + duplicates.length, + 0, + Object.keys(output) + .map((owner) => `${owner} - ${output[owner].join(", ")}`) + .join("\n"), + ); + + t.pass(); +}); diff --git a/tests/validations.test.js b/tests/validations.test.js deleted file mode 100644 index af27b68bb..000000000 --- a/tests/validations.test.js +++ /dev/null @@ -1,167 +0,0 @@ -const { validateDomainData, isValidDomain } = require("../utils/validations"); -const INVALID_NAMES = require("../utils/invalid-domains.json"); - -const defaultDomain = { - name: "aaa", - record: { - A: ["121.121.121.121"], - }, - owner: { - username: "betsy", - email: "betsyfuckyoassup@foobar.com", - }, -}; - -const getstroflen = (len) => Array(len).fill("a").join(""); - -describe("isValidMX", () => { - it("should be valid mx record", () => { - const cases = [ - { mx: "foobar.com", result: true }, - { mx: "as.as", result: true }, - { mx: "ASPMX.L.GOOGLE.COM", result: true }, - { mx: "ALT4.ASPMX.L.GOOGLE.COM", result: true }, - { mx: "hello", result: false }, - { mx: "helalsds-asd5sjdsd.com", result: true }, - { mx: "helalsds?asd5sjdsd.com", result: false }, - { mx: "helalsds_asd5sjdsd.com", result: false }, - ]; - - cases.forEach(({ mx, result }) => { - expect(isValidDomain(mx)).toBe(result); - }); - }); -}); - -describe("validateDomainData", () => { - const invalidCases = [ - {}, - { name: "helo" }, - { name: "wwow", record: { A: ["12312"] } }, - ...[ - "", - " ", - undefined, - "hlo wld", - "g32++13", - "ajsdD_123yq", - "khsda%", - "122*dsd", - getstroflen(101), - ].map((name) => ({ - ...defaultDomain, - name, - })), - { ...defaultDomain, record: { CNAME: "sd", A: ["121,3213"] } }, - { ...defaultDomain, record: { A: ["121", "12"], FOOBAR: ["sd"] } }, - { ...defaultDomain, record: { A: [] } }, - { ...defaultDomain, owner: {} }, - { ...defaultDomain, owner: { username: "hwelo" } }, - { ...defaultDomain, owner: { email: "hwelo" } }, - { ...defaultDomain, record: { CNAME: "http://foobar.com" } }, - { ...defaultDomain, record: { CNAME: "https://foobar.com" } }, - { ...defaultDomain, record: { URL: "foobar.com" } }, - { - ...defaultDomain, - record: { CNAME: "foobar.com", A: ["11.22.22.33"] }, - }, - { - ...defaultDomain, - record: { CNAME: "foobar.com", MX: ["ALT4.ASPMX.L.GOOGLE.COM"] }, - }, - ...INVALID_NAMES.map((name) => ({ ...defaultDomain, name })).slice( - 0, - 1, - ), - { ...defaultDomain, name: "ww2.baa" }, - { ...defaultDomain, name: "help.baa" }, - { ...defaultDomain, name: "_github-pages-challenge-is-a-dev" }, - { ...defaultDomain, name: "_github-challenge-is-a-dev" }, - { ...defaultDomain, record: { AAAA: [] } }, - { ...defaultDomain, record: { AAAA: ["182.22.222.22", "::1"] } }, - { ...defaultDomain, record: { AAAA: "182.22.222.22" } }, - { ...defaultDomain, record: { A: "::1" } }, - { ...defaultDomain, name: "_discord" }, - { ...defaultDomain, name: "_gitlab-pages-verification-code" }, - { ...defaultDomain, name: "_acme-challenge" }, - { ...defaultDomain, name: "_dmarc" }, - { ...defaultDomain, name: "_gh-is-a-dev" }, - { ...defaultDomain, name: "_domainkey" }, - { ...defaultDomain, name: "_improvmx" }, - { ...defaultDomain, name: "_vercel" }, - ]; - - const validCases = [ - defaultDomain, - ...[ - "hello", - "hello-world", - "11111111111", - "--wow--", - "wow--", - "--wow", - ].map((name) => ({ - ...defaultDomain, - name, - })), - { - ...defaultDomain, - description: getstroflen(99), - }, - { ...defaultDomain, record: { CNAME: "aa.sd" } }, - { ...defaultDomain, record: { URL: "https://foobar.com" } }, - { ...defaultDomain, record: { URL: "http://foobar.com/foobar/" } }, - { ...defaultDomain, record: { MX: ["ALT4.ASPMX.L.GOOGLE.COM"] } }, - { ...defaultDomain, record: { TXT: "foobar wow nice!!!" } }, - { - ...defaultDomain, - record: { A: ["1.1.1.1"], MX: ["mx1.example.com"] }, - }, - { ...defaultDomain, name: "gogo.foo.bar" }, - { ...defaultDomain, name: "ww9.baa" }, - { ...defaultDomain, name: "_github-pages-challenge-phenax.akshay" }, - { ...defaultDomain, name: "_github-pages-challenge-hello01-ga" }, - { ...defaultDomain, name: "_github-pages-challenge-hello01_ga" }, - { ...defaultDomain, name: "_github-challenge-phenax.akshay" }, - { ...defaultDomain, name: "_github-challenge-hello01-ga" }, - { ...defaultDomain, name: "_github-challenge-hello01_ga" }, - { - ...defaultDomain, - record: { TXT: ["foobar wow nice!!!", "more text"] }, - }, - { - ...defaultDomain, - record: { AAAA: ["::1", "2001:db8:3333:4444:5555:6666:7777:8888"] }, - }, - { ...defaultDomain, record: { A: ["122.222.222.222"] } }, - { ...defaultDomain, name: "_discord.subdomain" }, - { ...defaultDomain, name: "_gitlab-pages-verification-code.subdomain" }, - { ...defaultDomain, name: "_acme-challenge.subdomain" }, - { ...defaultDomain, name: "_dmarc.subdomain" }, - { ...defaultDomain, name: "_gh-phenax.akshay" }, - { ...defaultDomain, name: "_gh-hello01-ga" }, - { ...defaultDomain, name: "_gh-hello01_ga" }, - { ...defaultDomain, name: "_domainkey.subdomain" }, - { ...defaultDomain, name: "mx._domainkey.subdomain" }, - { ...defaultDomain, name: '_improvmx.subdomain' }, - { ...defaultDomain, name: '_vercel.subdomain' }, - { ...defaultDomain, name: "a.b" }, - ]; - - it("should return false for invalid data", () => { - invalidCases.forEach((data) => { - const { valid, errors } = validateDomainData(data); - expect(valid).toBe(false); - expect(errors.length).toBeGreaterThan(0); - }); - }); - - it("should return true if the name is valid", () => { - validCases.forEach((data) => { - const { valid, errors } = validateDomainData(data); - if (!valid) console.log(JSON.stringify(errors, null, 2)); - expect(valid).toBe(true); - expect(errors).toEqual([]); - }); - }); -}); diff --git a/util/bypassed.json b/util/bypassed.json new file mode 100644 index 000000000..31fe6be0d --- /dev/null +++ b/util/bypassed.json @@ -0,0 +1 @@ +["is-a-dev", "wdhdev"] diff --git a/util/excepted.json b/util/excepted.json new file mode 100644 index 000000000..fd68638d8 --- /dev/null +++ b/util/excepted.json @@ -0,0 +1,7 @@ +[ + "_discord", + "_psl", + "_gh-is-a-dev-docs-o", + "_gh-is-a-dev-o", + "_github-pages-challenge-is-a-dev" +] diff --git a/util/reserved.json b/util/reserved.json new file mode 100644 index 000000000..8ac0501fd --- /dev/null +++ b/util/reserved.json @@ -0,0 +1,168 @@ +[ + "_acme-challenge.www", + "_atproto.www", + "_discord.www", + "_vercel.www", + "acc", + "account", + "accounts", + "admin", + "admin[1-99]", + "admins", + "administrator", + "administrators", + "alert", + "alerts", + "api", + "apis", + "auth", + "authentication", + "authorisation", + "authorise", + "authorization", + "authorize", + "aux", + "billing", + "blog", + "calendar", + "cart", + "catalog", + "chat", + "checkout", + "cname", + "cname[1-99]", + "co", + "codeofconduct", + "code-of-conduct", + "com", + "com[1-9]", + "con", + "confirm", + "confirmation", + "dash", + "dashboard", + "default", + "dns", + "doc", + "documentation", + "email", + "emails", + "error", + "errors", + "event", + "events", + "example", + "feedback", + "file", + "file[1-9999]", + "files", + "finance", + "forgot", + "forgot-password", + "gtld", + "guest", + "help", + "helpdesk", + "helper", + "helper[1-99]", + "helpers", + "hostmaster", + "info", + "infos", + "int", + "internal", + "legal", + "license", + "login", + "logout", + "lpt[1-9]", + "m", + "mail", + "maintainer", + "maintainers", + "marketing", + "media", + "mobile", + "mod", + "mod[1-99]", + "mods", + "moderator", + "moderators", + "net", + "network", + "news", + "noc", + "notification", + "notifications", + "notify", + "ns", + "ns[1-99]", + "nul", + "oauth", + "oauth[1-99]", + "official", + "operations", + "ops", + "org", + "organisation", + "owner", + "pay", + "payment", + "payments", + "portal", + "postmaster", + "prod", + "production", + "recovery", + "redirect", + "registrar", + "registry", + "reset", + "reset-password", + "root", + "sales", + "schedule", + "secure", + "security", + "service", + "services", + "session", + "sessions", + "shop", + "signin", + "signout", + "signup", + "srv", + "srv[1-99]", + "staff", + "staging", + "statistics", + "stats", + "status", + "store", + "superuser", + "support", + "sys", + "system", + "teams", + "test", + "test[1-9999]", + "termsofservice", + "terms-of-service", + "tld", + "token", + "tokens", + "tos", + "txt", + "txt[1-9999]", + "url", + "url[1-9999]", + "user", + "users", + "webmail", + "webmaster", + "whois", + "www[1-99]", + "wwww", + "your-domain-name" +] diff --git a/utils/constants.js b/utils/constants.js deleted file mode 100644 index b0cf0079d..000000000 --- a/utils/constants.js +++ /dev/null @@ -1,30 +0,0 @@ -const path = require("path"); - -const { NODE_ENV: ENV = "test" } = process.env; - -const { - DOMAIN_USER, - DOMAIN_API_KEY, - DOMAIN_DOMAIN, - DOMAIN_API_HOST, - DOMAIN_API_PORT, - DOMAIN_HOST_IP, -} = process.env; - -const IS_TEST = ENV === "test"; - -const DOMAINS_PATH = path.resolve("domains"); - -module.exports = { - ENV, - IS_TEST, - VALID_RECORD_TYPES: ["CNAME", "A", "URL", "MX", "TXT", "AAAA"], - DOMAIN_DOMAIN: DOMAIN_DOMAIN || "booboo.xyz", - DOMAIN_USER: IS_TEST ? "testuser" : DOMAIN_USER, - DOMAIN_API_KEY: IS_TEST ? "testkey" : DOMAIN_API_KEY, - DOMAIN_API_HOST: IS_TEST ? "example.com" : DOMAIN_API_HOST, - DOMAIN_API_PORT: IS_TEST ? 6969 : DOMAIN_API_PORT, - DOMAIN_HOST_IP, - DOMAINS_PATH, - TTL: 5 * 60 * 60, -}; diff --git a/utils/domain-service.js b/utils/domain-service.js deleted file mode 100644 index b76eeac01..000000000 --- a/utils/domain-service.js +++ /dev/null @@ -1,206 +0,0 @@ -const R = require("ramda"); -const { cpanel } = require("./lib/cpanel"); -const { DOMAIN_DOMAIN, VALID_RECORD_TYPES } = require("./constants"); -const { then, log, print, lazyTask, batchLazyTasks } = require("./helpers"); - -const BATCH_SIZE = 1; - -const recordToRedirection = ({ name, address }) => ({ - domain: name === "@" ? DOMAIN_DOMAIN : `${name}.${DOMAIN_DOMAIN}`, - redirect: address, - type: "permanent", - redirect_wildcard: 1, - redirect_www: 1, -}); -const recordToZone = ({ name, type, address, id, priority }) => ({ - line: id, - name: name === "@" ? `${DOMAIN_DOMAIN}.` : name, - type, - address, - ...(type === "MX" ? { priority } : {}), - ...(type === "CNAME" ? { cname: address } : {}), - ...(type === "TXT" ? { txtdata: address } : {}), -}); - -const cleanName = (name) => - [DOMAIN_DOMAIN, `${DOMAIN_DOMAIN}.`].includes(name) - ? "@" - : `${name}` - .replace(new RegExp(`\\.${DOMAIN_DOMAIN}\\.?$`), "") - .toLowerCase(); - -const zoneToRecord = ({ - name, - type, - cname, - address, - priority, - preference, - exchange, - record, - line: id, -}) => ({ - id, - name: cleanName(name), - type: `${type}`, - address: `${exchange || cname || address || record}` - .replace(/\.$/g, "") - .toLowerCase(), - priority: priority || preference, -}); -const redirectionToRecord = ({ domain, destination }) => ({ - id: domain, - name: cleanName(domain), - type: "URL", - address: `${destination}`.replace(/\/$/g, ""), -}); - -const recordToEmailMx = ({ name, address, priority }) => ({ - domain: `${name}.is-a.dev`, - exchanger: address, - priority, -}); - -const getHostKey = (host) => - `${host.name.toLowerCase()}##${host.type.toLowerCase()}##${host.address.toLowerCase()}`; - -const isReserved = (domain) => - domain.name.startsWith("*") || !VALID_RECORD_TYPES.includes(domain.type); - -const diffRecords = (oldRecords, newRecords) => { - const isMatchingRecord = (a, b) => getHostKey(a) === getHostKey(b); - - const remove = R.differenceWith(isMatchingRecord, oldRecords, newRecords); - const add = R.differenceWith(isMatchingRecord, newRecords, oldRecords); - - return { add, remove }; -}; - -const executeBatch = (batches) => - batches.reduce((promise, batch, index) => { - return promise.then(async () => { - log( - ">>> Running batch number:", - index + 1, - `(size: ${batch.length})`, - ); - - const values = await Promise.all( - batch.map((fn) => fn().catch((e) => console.error(e))), - ); - - const results = values.map((data) => - R.pathOr({ result: data }, ["cpanelresult", "data", 0], data), - ); - const failed = results.filter((x) => (x.result || {}).status != 1); - - log(`${values.length - failed.length}/${values.length}`); - failed.length && log(JSON.stringify(failed, null, 2)); - - return null; - }); - }, Promise.resolve()); - -const getDomainService = ({ cpanel }) => { - const fetchZoneRecords = R.compose( - then(R.reject(isReserved)), - then(R.map(zoneToRecord)), - cpanel.zone.fetch, - ); - const fetchRedirections = R.compose( - then(R.map(redirectionToRecord)), - cpanel.redirection.fetch, - ); - - const addZoneRecord = lazyTask( - R.compose( - R.ifElse( - R.propEq("type", "MX"), - R.compose(cpanel.email.add, recordToEmailMx), - cpanel.zone.add, - ), - recordToZone, - print( - (r) => `Adding zone for ${r.name}: (${r.type} ${r.address})...`, - ), - ), - ); - const removeZoneRecord = lazyTask( - R.compose( - R.ifElse( - R.propEq("type", "MX"), - R.compose(cpanel.email.remove, recordToEmailMx), - R.compose(cpanel.zone.remove, R.pick(["line"])), - ), - recordToZone, - print( - (r) => - `Deleting zone for ${r.name}: (${r.type} ${r.address})...`, - ), - ), - ); - const addRedirection = lazyTask( - R.compose( - cpanel.redirection.add, - recordToRedirection, - print(({ name }) => `Adding redirection for ${name}`), - ), - ); - const removeRedirection = lazyTask( - R.compose( - cpanel.redirection.remove, - R.pick(["domain"]), - recordToRedirection, - print(({ name }) => `Deleting redirection for ${name}`), - ), - ); - - const getHosts = () => - Promise.all([fetchZoneRecords(), fetchRedirections()]).then(R.flatten); - - const addRecords = R.compose( - batchLazyTasks(BATCH_SIZE), - R.filter(Boolean), - R.map( - R.cond([ - [R.propEq("type", "URL"), addRedirection], - [R.T, addZoneRecord], - ]), - ), - ); - const removeRecords = R.compose( - batchLazyTasks(BATCH_SIZE), - R.map( - R.cond([ - [R.propEq("type", "URL"), removeRedirection], - [R.T, removeZoneRecord], - ]), - ), - R.sort((a, b) => b.id - a.id), - ); - - const updateHosts = async (hosts) => { - const remoteHostList = await getHosts(); - const { add, remove } = diffRecords(remoteHostList, hosts); - console.log(`Adding ${add.length}; Removing ${remove.length}`); - - await executeBatch([...removeRecords(remove), ...addRecords(add)]); - return { added: add.length, removed: remove.length }; - }; - - return { - getHosts, - get: cpanel.zone.fetch, - addZoneRecord, - removeZoneRecord, - updateHosts, - }; -}; - -const domainService = getDomainService({ cpanel }); - -module.exports = { - getDomainService, - domainService, - diffRecords, -}; diff --git a/utils/get-domain.js b/utils/get-domain.js deleted file mode 100644 index 064240358..000000000 --- a/utils/get-domain.js +++ /dev/null @@ -1,27 +0,0 @@ -const fs = require("fs"); -const path = require("path"); -const R = require("ramda"); -const { DOMAINS_PATH } = require("./constants"); - -const toDomain = (str) => path.join(DOMAINS_PATH, str); - -const parseDomain = (name) => (str) => { - try { - return JSON.parse(str); - } catch (e) { - throw new Error(`Error: Could not parse ${name} => ${str}`); - } -}; - -const toDomainData = (name) => - R.compose(parseDomain(name), R.toString, fs.readFileSync, toDomain)(name); - -const getDomains = () => - fs.promises.readdir(DOMAINS_PATH, {}).then( - R.map((name) => ({ - ...toDomainData(name), - name: name.replace(/\.json$/, ""), - })), - ); - -module.exports = { getDomains }; diff --git a/utils/helpers.js b/utils/helpers.js deleted file mode 100644 index 03369f2b7..000000000 --- a/utils/helpers.js +++ /dev/null @@ -1,54 +0,0 @@ -const R = require("ramda"); -const { IS_TEST } = require("./constants"); - -const log = IS_TEST ? () => {} : console.log; -const print = (fn) => (x) => log(fn(x)) || x; - -const between = (min, max) => (num) => num >= min && num <= max; -const testRegex = (regex) => (str) => !!(str && str.match(regex)); - -const validate = (pattern) => (data) => - R.compose( - (invalidPairs) => - invalidPairs.length - ? { errors: invalidPairs, valid: false } - : { errors: [], valid: true }, - R.filter(([key, { fn }]) => (fn ? !fn(data[key]) : false)), - R.toPairs, - )(pattern); - -const or = R.anyPass; -const and = R.allPass; - -const then = (fn) => (p) => p.then(fn); - -const lazyTask = (fn) => (data) => () => fn(data); - -const batchLazyTasks = (count) => (tasks) => - tasks.reduce((batches, task) => { - if (batches.length === 0) return [[task]]; - - const full = R.init(batches); - const last = R.last(batches); - - if (last.length >= count) return [...batches, [task]]; - return [...full, [...last, task]]; - }, []); - -const withLengthGte = (n) => R.compose(R.gte(R.__, n), R.length); -const withLengthEq = (n) => R.compose(R.equals(n), R.length); - -module.exports = { - or, - and, - validate, - between, - testRegex, - log, - print, - then, - lazyTask, - batchLazyTasks, - withLengthEq, - withLengthGte, -}; diff --git a/utils/invalid-domains.json b/utils/invalid-domains.json deleted file mode 100644 index 736faa9bd..000000000 --- a/utils/invalid-domains.json +++ /dev/null @@ -1,27 +0,0 @@ -[ - "0", - "_acme-challenge", - "_discord", - "_dmarc", - "_domainkey", - "_gh-is-a-dev", - "_github-challenge-is-a-dev", - "_github-pages-challenge-is-a-dev", - "_gitlab-pages-verification-code", - "_improvmx", - "_vercel", - "con", - "help", - "no-reply", - "noreply", - "notification", - "notifications", - "support", - "ww", - "ww1", - "ww2", - "ww3", - "ww4", - "wwww", - "your-domain-name" -] diff --git a/utils/lib/cpanel.js b/utils/lib/cpanel.js deleted file mode 100644 index 573a22e5e..000000000 --- a/utils/lib/cpanel.js +++ /dev/null @@ -1,123 +0,0 @@ -const R = require("ramda"); -const qs = require("querystring"); -const { - DOMAIN_API_HOST, - DOMAIN_API_PORT, - DOMAIN_USER, - DOMAIN_API_KEY, - DOMAIN_DOMAIN, -} = require("../constants"); - -const CpanelClient = (options) => { - const api = - ({ basePath = "", action = "" }) => - (module, func, defaultQuery = {}) => - (q = {}) => { - const query = { - ...defaultQuery, - ...q, - cpanel_jsonapi_user: options.username, - cpanel_jsonapi_module: module, - cpanel_jsonapi_func: func, - cpanel_jsonapi_apiversion: 2, - }; - - const request = { - headers: { - Authorization: `cpanel ${options.username}:${options.apiKey}`, - }, - rejectUnauthorized: false, - }; - - const path = `${basePath}/${action}?${qs.stringify(query)}`; - const reqUrl = `https://${options.host}:${options.port}/${path}`; - - const { fetch } = options.dependencies; - return fetch(reqUrl, request).then((res) => res.json()); - }; - - const api2 = api({ basePath: "json-api", action: "cpanel" }); - const uapi = (module, func, defaultQuery) => - api({ basePath: "execute", action: `${module}/${func}` })( - module, - func, - defaultQuery, - ); - - return { - zone: { - // { customonly, domain } - // -> [{ class, ttl, name, line, Line, cname, type, record }] - fetch: R.compose( - (p) => p.then(R.pathOr([], ["cpanelresult", "data"])), - api2("ZoneEdit", "fetchzone_records", { - customonly: 0, - domain: options.domain, - }), - ), - - // { name, type(A|CNAME), cname, address, ttl } - // -> {} - add: api2("ZoneEdit", "add_zone_record", { - domain: options.domain, - }), - - // { line } - // -> {} - remove: api2("ZoneEdit", "remove_zone_record", { - domain: options.domain, - }), - }, - redirection: { - // {} - // -> [{ domain, destination }] - fetch: R.compose( - (p) => p.then(R.pathOr([], ["data"])), - uapi("Mime", "list_redirects"), - ), - - // { domain, redirect, type(permanent|tmp), redirect_wildcard(0|1), redirect(0|1|2) } - // -> {} - add: uapi("Mime", "add_redirect"), - - // { domain } - // -> {} - remove: uapi("Mime", "delete_redirect"), - }, - file: { - write: uapi("Fileman", "save_file_content", { - from_charset: "UTF-8", - to_charset: "UTF-8", - fallback: 1, - }), - }, - email: { - // { domain, exchanger, priority } - // -> {} - add: uapi("Email", "add_mx", { alwaysaccept: "auto" }), - - // { domain, exchanger, priority } - // -> {} - remove: uapi("Email", "delete_mx", { alwaysaccept: "auto" }), - }, - }; -}; - -if (!DOMAIN_API_KEY) { - console.error("Api key cannot be empty"); - process.exit(1); -} - -const cpanel = CpanelClient({ - host: DOMAIN_API_HOST, - port: DOMAIN_API_PORT, - username: DOMAIN_USER, - apiKey: DOMAIN_API_KEY, - domain: DOMAIN_DOMAIN, - dependencies: { fetch }, -}); - -module.exports = { - cpanel, - CpanelClient, -}; diff --git a/utils/validations.js b/utils/validations.js deleted file mode 100644 index eea099cd4..000000000 --- a/utils/validations.js +++ /dev/null @@ -1,129 +0,0 @@ -const R = require("ramda"); -const { VALID_RECORD_TYPES } = require("./constants"); -const { - or, - and, - validate, - between, - testRegex, - withLengthEq, - withLengthGte, -} = require("./helpers"); -const INVALID_NAMES = require("./invalid-domains.json"); -const ipRegex_ = require("ip-regex"); -const ipRegex = ipRegex_.default ?? ipRegex_; - -const isValidURL = and([R.is(String), testRegex(/^https?:\/\//gi)]); - -const isValidDomain = and([ - R.is(String), - testRegex(/^(([a-z0-9-_]+)\.)*(([a-z0-9-]+)\.)+[a-z]+$/gi), -]); - -const validateCnameRecord = (type) => - and([ - R.propIs(String, type), - R.compose(withLengthEq(1), R.keys), // CNAME cannot be used with any other record - R.propSatisfies(withLengthGte(4), type), - R.propSatisfies(isValidDomain, type), - ]); - -const validateARecord = (type) => - and([ - R.propIs(Array, type), - R.propSatisfies(withLengthGte(1), type), - R.all(testRegex(ipRegex.v4({ exact: true }))), - ]); - -const validateMXRecord = (type) => - and([ - R.propIs(Array, type), - R.propSatisfies(withLengthGte(1), type), - R.propSatisfies(R.all(isValidDomain), type), - ]); - -const validateAAAARecord = R.propSatisfies( - and([ - R.is(Array), - withLengthGte(1), - R.all(testRegex(ipRegex.v6({ exact: true }))), - ]), -); - -const checkRestrictedNames = R.complement(R.includes(R.__, INVALID_NAMES)); - -const extraSupportedNames = [ - testRegex(/^_github(-pages)?-challenge-[a-z0-9-_]+$/i), - R.equals("_discord"), - R.equals("_gitlab-pages-verification-code"), - R.equals("_acme-challenge"), - R.equals("_dmarc"), - R.equals("_domainkey"), - R.equals("_improvmx"), - R.equals("_vercel"), - testRegex(/^_gh-[a-z0-9-_]+$/i), -]; - -const validateDomainData = validate({ - name: { - reason: "The name of the file is invalid. It must be lowercased, alphanumeric and each component must be between 1-100 characters long.", - fn: or([ - R.equals("@"), - and([ - R.is(String), - checkRestrictedNames, - R.compose( - R.all( - or([ - and([ - R.compose(between(1, 100), R.length), - testRegex(/^[a-z0-9-]+$/g), - checkRestrictedNames, - ]), - ...extraSupportedNames, - ]), - ), - R.split("."), - ), - ]), - ]), - }, - description: { reason: "", fn: R.T }, - repo: { reason: "", fn: R.T }, - owner: { - reason: "`owner` key needs valid username and email properties.", - fn: and([ - R.is(Object), - R.complement(R.isEmpty), - R.where({ - username: and([R.is(String), withLengthGte(1)]), - email: R.is(String), - }), - ]), - }, - record: { - reason: "Invalid record(s) found. Please check the record types and values.", - fn: and([ - R.is(Object), - R.compose( - R.isEmpty, - R.difference(R.__, VALID_RECORD_TYPES), - R.keys, - ), - R.cond([ - [R.has("CNAME"), validateCnameRecord("CNAME")], - [R.has("A"), validateARecord("A")], - [R.has("URL"), R.propSatisfies(isValidURL, "URL")], - [R.has("MX"), validateMXRecord("MX")], - [ - R.has("TXT"), - R.propSatisfies(or([R.is(String), R.is(Array)]), "TXT"), - ], - [R.has("AAAA"), validateAAAARecord("AAAA")], - [R.T, R.T], - ]), - ]), - }, -}); - -module.exports = { validateDomainData, isValidDomain };