diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
deleted file mode 100644
index 080e54b65..000000000
--- a/.github/FUNDING.yml
+++ /dev/null
@@ -1 +0,0 @@
-custom: ["https://donate.is-a.dev"]
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/.github/workflows/validation.yml b/.github/workflows/validation.yml
index 0da107478..6e86fabc5 100644
--- a/.github/workflows/validation.yml
+++ b/.github/workflows/validation.yml
@@ -8,7 +8,7 @@ on:
paths:
- "domains/*"
- "tests/*"
- - "utils/*"
+ - "util/*"
- ".github/workflows/validation.yml"
- "dnsconfig.js"
@@ -36,6 +36,22 @@ jobs:
steps:
- uses: actions/checkout@v4
+ - name: Clone is-a-dev/register
+ run: git clone https://github.com/is-a-dev/register.git register-${{ github.run_id }}
+
- run: npm install
- - run: npm test
+ - name: Get all modified domain JSON files
+ if: github.event_name == 'pull_request'
+ id: changed-files
+ uses: tj-actions/changed-files@v45
+ with:
+ files: domains/*.json
+
+ - name: Run tests
+ run: npx ava tests/*.test.js
+ env:
+ EVENT: ${{ github.event_name }}
+ RUN_ID: ${{ github.run_id }}
+ PR_AUTHOR: ${{ github.event.pull_request.user.login }}
+ MODIFIED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
diff --git a/.gitignore b/.gitignore
index c6bba5913..8e8fae3d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -128,3 +128,6 @@ dist
.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..49cc4532e 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -9,3 +9,23 @@ This is a Code of Conduct for any interactions in this repository. This includes
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.
+
+## Explicitly disallowed usage
+- 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)
diff --git a/README.md b/README.md
index 6629d8c78..a5983b1c7 100644
--- a/README.md
+++ b/README.md
@@ -21,47 +21,37 @@ Not all of these will be posted on GitHub, however they will always be posted in
# Register
-### NS Records
-When applying for NS records, please consider if you *actually* need them.
-In your PR, please provide *extensive* reasoning, with evidence/examples, of why you need NS records.
-You can see a good example of this [here](https://github.com/is-a-dev/register/pull/17592).
-
-***Pull requests adding NS records without valid reasoning will be closed.***
-
-**Instant Denials**:
-- I don't want to create a pull request everytime I want to update my DNS records.
- - Over 3,000 people have to create PRs for updating their records, you can too.
-- It is easier to manage DNS records on *(insert DNS provider name)*.
- - It isn't too difficult to open a pull request to update your DNS records. We aim for PRs to be merged with-in 24 hours.
-- I want to use DDoS protection.
- - You can simply add `"proxied": true` to your file, to enable Cloudflare's Enterprise-level DDoS protection for your subdomain.
-
-> [!NOTE]
-> You can skip these requirements by [supporting the service](https://wdh.gg/pvNCdvs) with a small amount of $2.
->
-> If you decide to donate, please email william@is-a.dev with your payment confirmation and your pull request link to receive your NS records.
-
-## Manual Registration
+## 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
- Add a new file called `your-domain-name.json` in the `domains` folder to register `your-domain-name.is-a.dev`
- [Read the documentation](https://is-a.dev/docs)
+ - 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!
-## Automated Registration
-***Returning soon.*** Join our [Discord server](https://discord.gg/is-a-dev-830872854677422150) for updates.
+### NS Records
+When applying for NS records, please be aware we already support a [wide range of DNS records](https://is-a.dev/docs/faq/#which-records-are-supported), so you may not need them.
-# Issues
-If you have any problems, feel free to [open an issue](https://github.com/is-a-dev/register/issues/new/choose).
+In your PR, please provide sufficient reasoning of why you need NS records, to help us mitigate potential abuse. It is helpful to refer to the [FAQ](https://is-a.dev/docs/faq/#who-can-use-ns-records) to see if you will likely be approved for NS records or not. You can see a good example of a request for NS records [here](https://github.com/is-a-dev/register/pull/17592).
-If you have an issue that contains confidental infomation, send an email to security@is-a.dev.
+***Pull requests adding NS records without sufficient reasoning will be closed.***
+
+> Also see: [Why are you so strict with NS records?](https://is-a.dev/docs/faq/#why-are-you-so-strict-with-ns-records)
+
+> [!NOTE]
+> You may bypass these requirements by [donating](https://wdh.gg/pvNCdvs) a small amount of $2 (you can also donate via [GitHub Sponsors](https://wdh.gg/sponsor)). You also get a special role in our [Discord server](https://discord.gg/is-a-dev-830872854677422150)!
+>
+> If you decide to donate, please email william@is-a.dev (or DM `@williamharrison` on Discord) with your payment receipt and your pull request link.
+
+## Report Abuse
+If you find any subdomains being abused, 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 fully 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! 💖
+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! 💖
diff --git a/SECURITY.md b/SECURITY.md
index 4c96d8394..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@is-a.dev.
+Please report all vulnerabilities to security@is-a.dev.
diff --git a/dnsconfig.js b/dnsconfig.js
index e0be5c1a9..5ee924a87 100644
--- a/dnsconfig.js
+++ b/dnsconfig.js
@@ -139,12 +139,6 @@ for (var subdomain in domains) {
// Handle URL records
if (domainData.record.URL) {
records.push(A(subdomainName, IP("192.0.2.1"), CF_PROXY_ON));
- records.push(TXT("_redirect." + subdomainName, "\"" + domainData.record.URL + "\""));
- }
-
- // Handle reserved domains
- if (domainData.reserved) {
- records.push(TXT(subdomainName, "\"" + "RESERVED" + "\""));
}
}
@@ -159,7 +153,8 @@ var ignored = [
IGNORE("_dmarc", "TXT"),
IGNORE("autoconfig", "CNAME"),
IGNORE("autodiscover", "CNAME"),
- IGNORE("dkim._domainkey", "TXT")
+ IGNORE("dkim._domainkey", "TXT"),
+ IGNORE("ns[1-4]", "A,AAAA"),
];
// Push TXT record of when the zone was last updated
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 e809964fb..000000000
--- a/domains/1-train-ride-in-germany-is-300-euros.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "owner": {
- "username": "Yunexiz",
- "discord": "1040303561847881729"
- },
- "record": {
- "A": [
- "185.199.109.153",
- "185.199.108.153",
- "185.199.110.153",
- "185.199.111.153"
- ]
- }
-}
diff --git a/domains/1tfr.json b/domains/1tfr.json
new file mode 100644
index 000000000..20975ec1c
--- /dev/null
+++ b/domains/1tfr.json
@@ -0,0 +1,12 @@
+{
+ "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"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/2.json b/domains/2.json
new file mode 100644
index 000000000..5e6f21eae
--- /dev/null
+++ b/domains/2.json
@@ -0,0 +1,10 @@
+{
+ "description": "LIGMATV's URL Manager (aka 2)",
+ "owner": {
+ "username": "LIGMATV",
+ "email": "ligmatv.id@gmail.com"
+ },
+ "record": {
+ "CNAME": "ligmatv-links.vercel.app"
+ }
+}
diff --git a/domains/_atproto.thehcj.json b/domains/_atproto.hcj.json
similarity index 100%
rename from domains/_atproto.thehcj.json
rename to domains/_atproto.hcj.json
diff --git a/domains/_atproto.ligmatv.json b/domains/_atproto.ligmatv.json
new file mode 100644
index 000000000..fa991f375
--- /dev/null
+++ b/domains/_atproto.ligmatv.json
@@ -0,0 +1,10 @@
+{
+ "description": "Domain verification for my Bluesky account.",
+ "owner": {
+ "username": "LIGMATV",
+ "email": "ligmatv.id@gmail.com"
+ },
+ "record": {
+ "TXT": "did=did:plc:pibkszlhfix34y257kqcozix"
+ }
+}
diff --git a/domains/_discord.aruria.json b/domains/_discord.aruria.json
new file mode 100644
index 000000000..1e39c54d3
--- /dev/null
+++ b/domains/_discord.aruria.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "cjolivier123"
+ },
+ "record": {
+ "TXT": ["dh=74c1e1cd4df113f2b79e799d4f0e5910ef8f9557"]
+ }
+}
diff --git a/domains/_discord.cutedog5695.json b/domains/_discord.cutedog5695.json
index 1d0239aa3..92dfb8f79 100644
--- a/domains/_discord.cutedog5695.json
+++ b/domains/_discord.cutedog5695.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "CuteDog5695",
+ "username": "iostpa",
"discord": "716306888492318790",
- "twitter": "cutedog5695"
+ "twitter": "iostpa"
},
"record": {
"TXT": "dh=f85ce7cf4e6ff1f6136767a12c041fbbcb446045"
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.gabek.json b/domains/_discord.gabek.json
deleted file mode 100644
index f72b8b148..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.thehcj.json b/domains/_discord.hcj.json
similarity index 68%
rename from domains/_discord.thehcj.json
rename to domains/_discord.hcj.json
index 48958ca46..b227fd8f9 100644
--- a/domains/_discord.thehcj.json
+++ b/domains/_discord.hcj.json
@@ -4,6 +4,6 @@
"bluesky": "did:plc:5f2c6awh4ffekm7srmi4d6zg"
},
"record": {
- "TXT": "dh=d8213a7b69c2c71bfc2cdddc2744080847a4b0da"
+ "TXT": "dh=4d34d136feda8f0fade8d9cbf34cfb3ff0adee15"
}
}
\ No newline at end of file
diff --git a/domains/_discord.infernum.json b/domains/_discord.infernum.json
new file mode 100644
index 000000000..63552f868
--- /dev/null
+++ b/domains/_discord.infernum.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "Infernum1"
+ },
+ "record": {
+ "TXT": ["dh=b25f81ebab2ff999a86bbda2f49f609e03054b39"]
+ }
+}
diff --git a/domains/_discord.justwinstuff.json b/domains/_discord.justwinstuff.json
new file mode 100644
index 000000000..f846fd946
--- /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.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.niclqs.json b/domains/_discord.niclqs.json
new file mode 100644
index 000000000..059975761
--- /dev/null
+++ b/domains/_discord.niclqs.json
@@ -0,0 +1,12 @@
+{
+ "description": "niclqs.is-a.dev discord verify „ownership''",
+ "repo": "https://github.com/niclqsger",
+ "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.nikyofficial.json
similarity index 52%
rename from domains/_discord.nikymetaa.json
rename to domains/_discord.nikyofficial.json
index e295661f1..0777d6d1a 100644
--- a/domains/_discord.nikymetaa.json
+++ b/domains/_discord.nikyofficial.json
@@ -1,10 +1,10 @@
{
"owner": {
"username": "nikyy2",
- "email": "anhky726@gmail.com",
+ "email": "anhky581@gmail.com",
"discord": "1007521768761729094"
},
"record": {
- "TXT": "dh=0d03c1e4a0e12d0e7190cea1571ec61cb3ba0101"
+ "TXT": "dh=eb8bcab3a2e8a1f278e7cb88404974b46f58a31c"
}
}
diff --git a/domains/_discord.osho.json b/domains/_discord.osho.json
new file mode 100644
index 000000000..8375d9a64
--- /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.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..b5a4d0ec4
--- /dev/null
+++ b/domains/_discord.webcubed.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "webcubed"
+ },
+ "record": {
+ "TXT": ["dh=1612c48236f97b2a8b0fc79833cd7e46cf0c512d"]
+ }
+}
diff --git a/domains/_github-pages-challenge-akzana.json b/domains/_github-pages-challenge-akzana.json
new file mode 100644
index 000000000..3c3ba1691
--- /dev/null
+++ b/domains/_github-pages-challenge-akzana.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "akzana"
+ },
+ "record": {
+ "TXT": ["a9e7df1f4744431d00299a1ca92510"]
+ }
+}
diff --git a/domains/_github-pages-challenge-gabekgfx.gabek.json b/domains/_github-pages-challenge-gabekgfx.gabek.json
deleted file mode 100644
index 775a7b416..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-cutedog5695.cutedog5695.json b/domains/_github-pages-challenge-iostpa.cutedog5695.json
similarity index 66%
rename from domains/_github-pages-challenge-cutedog5695.cutedog5695.json
rename to domains/_github-pages-challenge-iostpa.cutedog5695.json
index 251128d4e..bc809f8d4 100644
--- a/domains/_github-pages-challenge-cutedog5695.cutedog5695.json
+++ b/domains/_github-pages-challenge-iostpa.cutedog5695.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "CuteDog5695",
+ "username": "iostpa",
"discord": "716306888492318790",
- "twitter": "cutedog5695"
+ "twitter": "iostpa"
},
"record": {
"TXT": "cd8aac10494e4b5b76656163a11508"
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-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-ogsamrat.samrat.json b/domains/_github-pages-challenge-ogsamrat.samrat.json
new file mode 100644
index 000000000..86bb70b25
--- /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-wdhdev.william.json b/domains/_github-pages-challenge-wdhdev.william.json
new file mode 100644
index 000000000..2542d31a6
--- /dev/null
+++ b/domains/_github-pages-challenge-wdhdev.william.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "wdhdev",
+ "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..2de31857f
--- /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-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 73f4376f4..000000000
--- a/domains/_github-pages-challenge-yunexiz.1-train-ride-in-germany-is-300-euros.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Yunexiz",
- "discord": "1040303561847881729"
- },
- "record": {
- "TXT": "a39a9e9549128753e8f6757a37d2c2"
- }
-}
diff --git a/domains/_github-pages-challenge-yunexiz.ai-y.yunexiz.json b/domains/_github-pages-challenge-yunexiz.ai-y.yunexiz.json
deleted file mode 100644
index 5e584ec99..000000000
--- a/domains/_github-pages-challenge-yunexiz.ai-y.yunexiz.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "yunexiz",
- "discord": "1040303561847881729"
- },
- "record": {
- "TXT": "44acf50d05a09c5bdcb82f64551e6c"
- }
-}
diff --git a/domains/_vercel.2.json b/domains/_vercel.2.json
new file mode 100644
index 000000000..24db2720e
--- /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.akay.json b/domains/_vercel.akay.json
new file mode 100644
index 000000000..3f05cfc52
--- /dev/null
+++ b/domains/_vercel.akay.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "AKBORANA3"
+ },
+ "record": {
+ "TXT": [
+ "vc-domain-verify=akay.is-a.dev,f9e6eaccf85abfddae57"
+ ]
+ }
+}
diff --git a/domains/_vercel.alvin.json b/domains/_vercel.alvin.json
index 3ac30aa3a..73cbbec62 100644
--- a/domains/_vercel.alvin.json
+++ b/domains/_vercel.alvin.json
@@ -9,7 +9,9 @@
"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=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"
]
}
}
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.cutedog5695.json b/domains/_vercel.cutedog5695.json
index 2c2a0bb11..aadb56683 100644
--- a/domains/_vercel.cutedog5695.json
+++ b/domains/_vercel.cutedog5695.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "CuteDog5695",
+ "username": "iostpa",
"discord": "716306888492318790",
- "twitter": "cutedog5695"
+ "twitter": "iostpa"
},
"record": {
"TXT": "vc-domain-verify=vercel.cutedog5695.is-a.dev,92820276b2029f5426ec"
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.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.gunman.json b/domains/_vercel.gunman.json
new file mode 100644
index 000000000..b63ab8209
--- /dev/null
+++ b/domains/_vercel.gunman.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "MukuJhansi",
+ "email": "mukundagrawal800@gmail.com",
+ "discord": "1115658967012626542"
+ },
+ "record": {
+ "TXT": [
+ "vc-domain-verify=gunman.is-a.dev,a31e97770fb8c89e3b57"
+ ]
+ }
+}
diff --git a/domains/_vercel.hcj.json b/domains/_vercel.hcj.json
new file mode 100644
index 000000000..c903acfb5
--- /dev/null
+++ b/domains/_vercel.hcj.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "TheHCJ",
+ "bluesky": "did:plc:5f2c6awh4ffekm7srmi4d6zg"
+ },
+ "record": {
+ "TXT": ["vc-domain-verify=hcj.is-a.dev,010396202f45aacdad27"]
+ }
+ }
+
\ No newline at end of file
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.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.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.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.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.ryanbaig.json b/domains/_vercel.ryanbaig.json
new file mode 100644
index 000000000..0e7a80730
--- /dev/null
+++ b/domains/_vercel.ryanbaig.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "RyanBaig"
+ },
+ "record": {
+ "TXT": ["vc-domain-verify=ryanbaig.is-a.dev,6611c040f39e1689070b"]
+ }
+}
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.swami.json b/domains/_vercel.swami.json
new file mode 100644
index 000000000..96e206351
--- /dev/null
+++ b/domains/_vercel.swami.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "aadltya"
+ },
+ "record": {
+ "TXT": [
+ "vc-domain-verify=swami.is-a.dev,ebd6de23b5512663a728"
+ ]
+ }
+}
\ No newline at end of file
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.whisp.json b/domains/_vercel.whisp.json
deleted file mode 100644
index b5e18cfbd..000000000
--- a/domains/_vercel.whisp.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "itswhisp",
- "email": "ag.whisp@gmail.com",
- "discord": "1276688713434529854"
- },
- "record": {
- "TXT": "vc-domain-verify=whisp.is-a.dev,131ed1253e922c1133f2"
- }
-}
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/adib.json b/domains/adib.json
new file mode 100644
index 000000000..ff5c21a4d
--- /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/ah2.json b/domains/ah2.json
new file mode 100644
index 000000000..735d5b25a
--- /dev/null
+++ b/domains/ah2.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ah2",
+ "email": "uni.ahmamy@gmail.com"
+ },
+ "record": {
+ "CNAME": "hamd.cloud.libraryofcode.org"
+ }
+}
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/ai-y.json b/domains/ai-y.json
deleted file mode 100644
index 1ba829032..000000000
--- a/domains/ai-y.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "yunexiz",
- "discord": "1040303561847881729"
- },
- "record": {
- "CNAME": "ai-y.onrender.com"
- }
-}
diff --git a/domains/ai-y.yosuke.json b/domains/ai-y.yosuke.json
deleted file mode 100644
index 632f9c315..000000000
--- a/domains/ai-y.yosuke.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "yunexiz",
- "discord": "1040303561847881729"
- },
- "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 0ab726729..000000000
--- a/domains/ai-y.yunexiz.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "yunexiz",
- "discord": "1040303561847881729"
- },
- "record": {
- "CNAME": "yunexiz.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/akay.json b/domains/akay.json
new file mode 100644
index 000000000..b44511fed
--- /dev/null
+++ b/domains/akay.json
@@ -0,0 +1,17 @@
+{
+ "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 4ae247682..000000000
--- a/domains/akborana.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "akborana3",
- "email": "akayonfire3@gmail.com",
- "discord": "1042457884736368721"
- },
- "record": {
- "CNAME": "akborana3.github.io"
- }
-}
diff --git a/domains/akiraxd.json b/domains/akiraxd.json
deleted file mode 100644
index cd01cd838..000000000
--- a/domains/akiraxd.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "akiraxdxd",
- "email": "ekereymen451+645675476345635573454309@gmail.com",
- "discord": "1241059919377989695"
- },
- "record": {
- "CNAME": "akiraxdxd.github.io"
- }
-}
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 45f5a05d1..000000000
--- a/domains/al-bagra.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "UtsaVy",
- "email": "utsavk681@gmail.com"
- },
- "record": {
- "CNAME": "utsav.github.io"
- }
-}
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/amjad.json b/domains/amjad.json
deleted file mode 100644
index 81953551c..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/anay-208.json b/domains/anay-208.json
index 39fea189b..6d2c4d712 100644
--- a/domains/anay-208.json
+++ b/domains/anay-208.json
@@ -1,9 +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 39fea189b..6d2c4d712 100644
--- a/domains/anay.json
+++ b/domains/anay.json
@@ -1,9 +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 39fea189b..6d2c4d712 100644
--- a/domains/anayparaswani.json
+++ b/domains/anayparaswani.json
@@ -1,9 +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 781f9dcaa..8f930e996 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/anger.json b/domains/anger.json
deleted file mode 100644
index 3db92ec84..000000000
--- a/domains/anger.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Will be used to show my page showing stuff about me",
- "repo": "https://github.com/angerminecraftyt/aboutme",
- "owner": {
- "username": "AngerminecraftYT",
- "discord": "AngerMinecraftYT#3051"
- },
- "record": {
- "CNAME": "angerminecraftyt.github.io"
- }
-}
diff --git a/domains/annant.json b/domains/annant.json
new file mode 100644
index 000000000..78cb5f780
--- /dev/null
+++ b/domains/annant.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "ThatNerdyKun",
+"discord": "629851641579044874"
+ },
+
+ "record": {
+ "CNAME": "annant.pages.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/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/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/aruria.json b/domains/aruria.json
new file mode 100644
index 000000000..262a1aba6
--- /dev/null
+++ b/domains/aruria.json
@@ -0,0 +1,12 @@
+{
+ "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": {
+ "CNAME": "cjolivier123.github.io"
+ }
+ }
+
\ No newline at end of file
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/auras.json b/domains/auras.json
deleted file mode 100644
index abb5350e6..000000000
--- a/domains/auras.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "agnesmonret",
- "email": "agnesmoret@proton.me",
- "discord": "694917200720429066"
- },
- "record": {
- "CNAME": "agnesmonret.github.io"
- }
-}
diff --git a/domains/aynonyme.json b/domains/aynonyme.json
index a7e2709de..66a84dbb0 100644
--- a/domains/aynonyme.json
+++ b/domains/aynonyme.json
@@ -6,6 +6,6 @@
"email": "aynonyme@proton.me"
},
"record": {
- "A": ["93.95.117.183"]
+ "A": ["69.30.249.53"]
}
}
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/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/carmelo.json b/domains/carmelo.json
deleted file mode 100644
index d2c332114..000000000
--- a/domains/carmelo.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Carmelo Velardo",
- "repo": "https://github.com/2dvisio/2dvisio.github.io",
- "owner": {
- "username": "2dvisio",
- "twitter": "2dvisio"
- },
- "record": {
- "CNAME": "2dvisio.github.io"
- }
-}
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..c2652d957
--- /dev/null
+++ b/domains/chattingmessenger.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "riotoff",
+ "discord": "1040929084684902460"
+ },
+ "record": {
+ "CNAME": "riotoff.github.io"
+ }
+}
diff --git a/domains/clipping.json b/domains/clipping.json
new file mode 100644
index 000000000..6fb3d138b
--- /dev/null
+++ b/domains/clipping.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "hazelvert"
+ },
+ "record": {
+ "CNAME": "hazelvert.github.io"
+ }
+}
diff --git a/domains/cnvrs.json b/domains/cnvrs.json
index 9f0610bdd..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"
+ "username": "2nvrs"
},
"record": {
- "CNAME": "2nvrs.github.io"
+ "A": ["76.76.21.21"]
}
}
diff --git a/domains/co.ligmatv.json b/domains/co.ligmatv.json
new file mode 100644
index 000000000..ee5fdc4e8
--- /dev/null
+++ b/domains/co.ligmatv.json
@@ -0,0 +1,18 @@
+{
+ "description": "This sub-subdomain will i use for my Zoho email.",
+ "owner": {
+ "username": "LIGMATV",
+ "email": "ligmatv.id@gmail.com"
+ },
+ "record": {
+ "MX": [
+ "mx.zoho.com",
+ "mx2.zoho.com",
+ "mx3.zoho.com"
+ ],
+ "TXT": [
+ "zoho-verification=zb21447312.zmverify.zoho.com",
+ "v=spf1 include:zoho.com ~all"
+ ]
+ }
+}
diff --git a/domains/cutedog5695.json b/domains/cutedog5695.json
index 87f0cea66..fa85df0c6 100644
--- a/domains/cutedog5695.json
+++ b/domains/cutedog5695.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "CuteDog5695",
+ "username": "iostpa",
"discord": "716306888492318790",
- "twitter": "cutedog5695"
+ "twitter": "iostpa"
},
"record": {
"A": ["89.106.200.1"],
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/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/de.whine.json b/domains/de.whine.json
deleted file mode 100644
index 25b3d7131..000000000
--- a/domains/de.whine.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "whinee",
- "twitter": "whi_nyaan"
- },
- "description": "whi_ne's deno subdomain",
- "record": {
- "A": ["34.120.54.55"],
- "TXT": "deno-com-validation=572b9c00ebc922b6f8367944"
- }
-}
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/devmatei.json b/domains/devmatei.json
index 587286d93..362b85d4b 100644
--- a/domains/devmatei.json
+++ b/domains/devmatei.json
@@ -1,10 +1,21 @@
{
"owner": {
- "username": "DevMatei"
+ "username": "DevMatei",
+ "email": "matei.thoma@gmail.com"
},
"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"
]
- }
+ },
+ "proxied": true
}
diff --git a/domains/dilshad.json b/domains/dilshad.json
deleted file mode 100644
index 06a3542a5..000000000
--- a/domains/dilshad.json
+++ /dev/null
@@ -1,11 +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/docs.devmatei.json b/domains/docs.devmatei.json
new file mode 100644
index 000000000..fb9d70034
--- /dev/null
+++ b/domains/docs.devmatei.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "matei.thoma@gmail.com"
+ },
+ "record": {
+ "A": [
+ "75.2.60.5"
+ ]
+ }
+}
diff --git a/domains/duyhung.json b/domains/duyhung.json
index 0d86aa3dc..05736e1f2 100644
--- a/domains/duyhung.json
+++ b/domains/duyhung.json
@@ -4,6 +4,6 @@
"email": "hungwt334@gmail.com"
},
"record": {
- "A": ["109.228.48.107"]
+ "A": ["31.186.83.254"]
}
}
diff --git a/domains/earth.json b/domains/earth.json
deleted file mode 100644
index 30a59e681..000000000
--- a/domains/earth.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "imdakiki",
- "discord": "898255050592366642",
- "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IaEjpjC1tqI3LaIBPKNHiotfKngSRpLBMGFsV3dg18jGSzG2RoF4lLTrY3f0ZUXcTE-ih1NxoiFAXqlw4BXHVnJ2SVHD12U3LqBd5OWjcEm5LqljME2JnXhsu0bHIf2iwSDiR61D6IH4w1_PDoNYwbLc8qCDqp4vayZJMyTrN_TXH2dodU-phuUR0yp91-NdM6NfaStMXm8enJv2sKte6_HmCvstiy5a_RuXn52-EafKgGYO9KtyNKlnfk3LLl_IjIRRJY6ghy_6hzYszwAP1mDyw5Sn7q2ZDfnH8hQZBZXW-znFAxhXr-T4nbsus7PEEdEEYJk10aIX-HOoxxXAlA.Wo3JN-takALA-_h-Vw4dXA.3JRBTuabx2N5hfwU42QS3nk83xO_bnFqx3-x2ik2eW_GzTwQBb-2CZ2LTyKOHg-z_Hmr8ceVnPWexb56unfuJthoKCxwmwLrh2EPEBEMjpU.rt3Y5jkzKuFFwsF2OsiZDQ"
- },
- "record": {
- "CNAME": "imdakiki.github.io"
- }
-}
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/em550384.vinceale7082.json b/domains/em550384.vinceale7082.json
deleted file mode 100644
index 11876b874..000000000
--- a/domains/em550384.vinceale7082.json
+++ /dev/null
@@ -1,11 +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/f.jax.json b/domains/f.jax.json
new file mode 100644
index 000000000..cb8b2a27f
--- /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/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/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/g.shockbs.json b/domains/g.shockbs.json
deleted file mode 100644
index 42008293f..000000000
--- a/domains/g.shockbs.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "shockbs",
- "discord": "880084860327313459"
- },
- "record": {
- "CNAME": "ziplineshockbs.onrender.com"
- },
- "proxied": true
-}
diff --git a/domains/gabek.json b/domains/gabek.json
deleted file mode 100644
index faaf0b447..000000000
--- a/domains/gabek.json
+++ /dev/null
@@ -1,12 +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/gary.json b/domains/gary.json
new file mode 100644
index 000000000..7947054c1
--- /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": {
+ "URL": "https://garylovesclimbingtreesexploringplacesandchasingbutterflies.garythecatisanadorablefelinealwaysseekingfunandadventure.site"
+ }
+}
diff --git a/domains/generic2.json b/domains/generic2.json
new file mode 100644
index 000000000..caffa15be
--- /dev/null
+++ b/domains/generic2.json
@@ -0,0 +1,12 @@
+{
+ "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"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/genericx.json b/domains/genericx.json
new file mode 100644
index 000000000..8650a831e
--- /dev/null
+++ b/domains/genericx.json
@@ -0,0 +1,12 @@
+{
+ "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"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/generix.json b/domains/generix.json
new file mode 100644
index 000000000..c0cb770ec
--- /dev/null
+++ b/domains/generix.json
@@ -0,0 +1,12 @@
+{
+ "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"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/ghostman.json b/domains/ghostman.json
new file mode 100644
index 000000000..e21c44a0f
--- /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/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/gitea.vinceale7082.json b/domains/gitea.vinceale7082.json
index 9635dd504..717a9d3ea 100644
--- a/domains/gitea.vinceale7082.json
+++ b/domains/gitea.vinceale7082.json
@@ -6,6 +6,6 @@
"OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.gJMoU3q_oUV1HkwQ_iqc9c5A-CrQpYDBcbv825Y26CHrUZZwrSb6oRfqqsEqiClcCyKMoFW3jbUdCEk3OsjldrgQOzY0xIvLuchXu1VCbSkkDXeSJCxS7lTpTJ_2TQe9zPs1nanuUf8k3zVxvpis_DIs4ON9vqyW-D9iXgCLJEqF6ILJla4aMSvya2yEWzz56Rdh242J5F3HMQwqEEQpYTJPdM-XN3NuQxsu9f6dfhBNd-QMKqc7nPDqDYSpKCABdWphikCjMEyYQHXXVnlLmXOYjaATE-ZvWyb-1aHTpqZwRxjB77AdrfPgwEpUVstCMYGuXehjz_VqZ5ihPGefRw.Hyqa9XTdQZexcwDXH6wcSw.ygPBwgZujpLGVzWFsjlHla6y14-6E7lL-ifYaFZ40jbXj-ukWpL4eXaXx6P-4yNYSjoNIXcaToQxvDVHbQkClZJiu5XDJ7ahzTnlCQ3ngqg.1LRgjc8WbrkWVnqpHBBQIw"
},
"record": {
- "A": ["5.94.2.75"]
+ "URL": "https://gitea.vinceale7082.com"
}
}
diff --git a/domains/glyphtones.json b/domains/glyphtones.json
new file mode 100644
index 000000000..b80cb23d6
--- /dev/null
+++ b/domains/glyphtones.json
@@ -0,0 +1,16 @@
+{
+ "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/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/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/h.jax.json b/domains/h.jax.json
new file mode 100644
index 000000000..cb8b2a27f
--- /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/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/hate.json b/domains/hate.json
new file mode 100644
index 000000000..3cd3062c8
--- /dev/null
+++ b/domains/hate.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "A": [
+ "75.2.60.5"
+ ]
+ }
+}
diff --git a/domains/hating.devmatei.json b/domains/hating.devmatei.json
new file mode 100644
index 000000000..3cd3062c8
--- /dev/null
+++ b/domains/hating.devmatei.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "A": [
+ "75.2.60.5"
+ ]
+ }
+}
diff --git a/domains/thehcj.json b/domains/hcj.json
similarity index 78%
rename from domains/thehcj.json
rename to domains/hcj.json
index 8f312d4f1..4dd713154 100644
--- a/domains/thehcj.json
+++ b/domains/hcj.json
@@ -4,6 +4,6 @@
"bluesky": "did:plc:5f2c6awh4ffekm7srmi4d6zg"
},
"record": {
- "CNAME": "thehcj.github.io"
+ "A": ["76.76.21.21"]
}
}
diff --git a/domains/help.json b/domains/help.json
deleted file mode 100644
index e9887267f..000000000
--- a/domains/help.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev",
- "email": "admin@is-a.dev"
- },
- "record": {
- "URL": "https://is-a.dev/docs"
- }
-}
diff --git a/domains/hotfix.saftec.json b/domains/hotfix.saftec.json
new file mode 100644
index 000000000..1b5d366c3
--- /dev/null
+++ b/domains/hotfix.saftec.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Samuraiflamesf",
+ "email": "Samuraiflamesf@gmail.com"
+ },
+ "record": {
+ "A": [
+ "100.42.189.124"
+ ]
+ }
+}
diff --git a/domains/houloude9.json b/domains/houloude9.json
new file mode 100644
index 000000000..c0c9c96db
--- /dev/null
+++ b/domains/houloude9.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "Houloude9IOfficial"
+ },
+ "record": {
+ "CNAME": "houloude9.pages.dev"
+ }
+}
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/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/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/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/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/j.json b/domains/j.json
index 9469a066e..6bfc0f035 100644
--- a/domains/j.json
+++ b/domains/j.json
@@ -7,6 +7,15 @@
"discord": "1117482901353812088"
},
"record": {
- "CNAME": "juststudio7.github.io"
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": [
+ "v=spf1 include:spf.improvmx.com ~all"
+ ]
}
}
diff --git a/domains/jackiso.json b/domains/jackiso.json
deleted file mode 100644
index 0139cf692..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/jamestheflash.json b/domains/jamestheflash.json
new file mode 100644
index 000000000..bf26d55c6
--- /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/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/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/jobayedsumon.json b/domains/jobayedsumon.json
new file mode 100644
index 000000000..3a946146e
--- /dev/null
+++ b/domains/jobayedsumon.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "jobayedsumon",
+ "email": "jobayedahmedsumon@gmail.com"
+ },
+ "record": {
+ "A": [
+ "103.159.73.11"
+ ]
+ }
+}
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/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/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/juststudio.json b/domains/juststudio.json
index 2eeed3689..287ea66c3 100644
--- a/domains/juststudio.json
+++ b/domains/juststudio.json
@@ -17,7 +17,8 @@
"TXT": [
"v=spf1 include:zohomail.eu ~all",
"google-site-verification=qUvCromdvfxnS6LXzcxcha5rEsHUzBxl9nZH6sT3Dk4",
- "yandex-verification: aac5928d8d57ade9"
+ "yandex-verification: aac5928d8d57ade9",
+ "yandex-verification: 75d6e8d99eae89d4"
]
}
}
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/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/kars.json b/domains/kars.json
deleted file mode 100644
index 4bd7355f8..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/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/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/krish.json b/domains/krish.json
deleted file mode 100644
index f0f501d88..000000000
--- a/domains/krish.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "krish858",
- "email": "unknowmortal57@gmail.com",
- "discord": "789102469345968131"
- },
- "record": {
- "CNAME": "krish858.github.io"
- }
-}
diff --git a/domains/l6174.json b/domains/l6174.json
index c3c4ae97f..505eb5de7 100644
--- a/domains/l6174.json
+++ b/domains/l6174.json
@@ -6,13 +6,9 @@
"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/lightsys32.json b/domains/lightsys32.json
deleted file mode 100644
index a80725cfc..000000000
--- a/domains/lightsys32.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "not-amplify",
- "email": "not.amplify.x@gmail.com",
- "discord": "1202067094360035353"
- },
- "record": {
- "A": ["104.243.45.193"]
- }
-}
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/link.vinceale7082.json b/domains/link.vinceale7082.json
deleted file mode 100644
index 253d1a64a..000000000
--- a/domains/link.vinceale7082.json
+++ /dev/null
@@ -1,11 +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/lohit.json b/domains/lohit.json
index 52d0da6c2..b76800a08 100644
--- a/domains/lohit.json
+++ b/domains/lohit.json
@@ -5,6 +5,8 @@
"discord": "drxven"
},
"record": {
- "CNAME": "lohitkolluri.vercel.app"
+ "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/lonelil.json b/domains/lonelil.json
deleted file mode 100644
index aac002461..000000000
--- a/domains/lonelil.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "This will be used for my portfolio.",
- "repo": "https://github.com/lonelil/lonelil.github.io",
- "owner": {
- "username": "lonelil",
- "discord": "lonelil#0001"
- },
- "record": {
- "CNAME": "lonelil.github.io"
- }
-}
diff --git a/domains/m.json b/domains/m.json
deleted file mode 100644
index 1570b3e57..000000000
--- a/domains/m.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev",
- "email": "admin@is-a.dev"
- },
- "record": {},
- "reserved": true
-}
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/mail.toasty.json b/domains/mail.toasty.json
deleted file mode 100644
index 921d356bb..000000000
--- a/domains/mail.toasty.json
+++ /dev/null
@@ -1,11 +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 c90d733db..000000000
--- a/domains/mail.whine.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "whinee",
- "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/maintainers.json b/domains/maintainers.json
deleted file mode 100644
index 1570b3e57..000000000
--- a/domains/maintainers.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev",
- "email": "admin@is-a.dev"
- },
- "record": {},
- "reserved": true
-}
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/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/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/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/melatonin.json b/domains/melatonin.json
new file mode 100644
index 000000000..7af06d425
--- /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/minify.json b/domains/minify.json
new file mode 100644
index 000000000..0a2e96ce5
--- /dev/null
+++ b/domains/minify.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "A": [
+ "75.2.60.5"
+ ]
+ }
+}
diff --git a/domains/mostypc123.json b/domains/mostypc123.json
new file mode 100644
index 000000000..705dcd965
--- /dev/null
+++ b/domains/mostypc123.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "mostypc123"
+ },
+ "record": {
+ "CNAME": "mostypc123.github.io"
+ }
+}
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/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/nic.json b/domains/nic.json
deleted file mode 100644
index 1570b3e57..000000000
--- a/domains/nic.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev",
- "email": "admin@is-a.dev"
- },
- "record": {},
- "reserved": true
-}
diff --git a/domains/niclqs.json b/domains/niclqs.json
new file mode 100644
index 000000000..5aa8d348b
--- /dev/null
+++ b/domains/niclqs.json
@@ -0,0 +1,12 @@
+{
+ "description": "niclqs.is-a.dev --> niclqs.dev",
+ "record": {
+ "URL": "https://niclqs.dev"
+ },
+ "repo": "https://github.com/niclqsger",
+ "owner": {
+ "discord": "niclqs",
+ "email": "discord@push-den-weg.de",
+ "username": "NiclqsGER"
+ }
+}
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/okinea.json b/domains/okinea.json
index c5f1904d5..2f586da5b 100644
--- a/domains/okinea.json
+++ b/domains/okinea.json
@@ -3,7 +3,8 @@
"repo": "https://github.com/okineadev-website",
"owner": {
"username": "okineadev",
- "telegram": "@stadius_lucioni",
+ "telegram": "https://telegram.okinea.dev",
+ "email": "hi@okinea.dev",
"discord": "okineadev"
},
"record": {
diff --git a/domains/osho.json b/domains/osho.json
new file mode 100644
index 000000000..f947a746a
--- /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/pr.whine.json b/domains/pr.whine.json
deleted file mode 100644
index 6ecd2c338..000000000
--- a/domains/pr.whine.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "whinee",
- "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/rahuldeka.json b/domains/rahuldeka.json
deleted file mode 100644
index cf2e78c32..000000000
--- a/domains/rahuldeka.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "iamRahul21",
- "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"
- }
-}
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/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/reiyuchan.json b/domains/reiyuchan.json
new file mode 100644
index 000000000..8b975f981
--- /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/researcx.json b/domains/researcx.json
index 0cfe4cd96..eed68c8a6 100644
--- a/domains/researcx.json
+++ b/domains/researcx.json
@@ -6,6 +6,6 @@
"record": {
"A": ["207.127.95.80"],
"MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"],
- "TXT": ["v=spf1 include:zoho.eu ~all"]
+ "TXT": ["v=spf1 include:zoho.eu ~all", "oa1:xmr recipient_address=86PHZTrVFtRMqPvM4F6k5BKYz5EKD1eoTepvqpNGEcktEkQ9xuVt98biL4QzCCsENFKJP58nPTPbyB6CG33gy5FWDxacA1A; recipient_name=researcx;"]
}
}
diff --git a/domains/roger.json b/domains/roger.json
deleted file mode 100644
index 4d0d24f82..000000000
--- a/domains/roger.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Roger's website to host mostly useless projects",
- "repo": "https://github.com/rogerpanza/rogerpanza.github.io",
- "owner": {
- "username": "rogerpanza",
- "email": "rogerpanza-ed@protonmail.com",
- "twitter": "rogerpanza_"
- },
- "record": {
- "CNAME": "rogerpanza.github.io"
- }
-}
diff --git a/domains/ryanbaig.json b/domains/ryanbaig.json
new file mode 100644
index 000000000..1fa8545be
--- /dev/null
+++ b/domains/ryanbaig.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "RyanBaig"
+ },
+ "record": {
+ "CNAME": "ryanthedev.vercel.app"
+ }
+}
diff --git a/domains/s1ow.json b/domains/s1ow.json
new file mode 100644
index 000000000..e26a5106b
--- /dev/null
+++ b/domains/s1ow.json
@@ -0,0 +1,22 @@
+{
+ "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/s550384._domainkey.vinceale7082.json b/domains/s550384._domainkey.vinceale7082.json
deleted file mode 100644
index 38230f9c5..000000000
--- a/domains/s550384._domainkey.vinceale7082.json
+++ /dev/null
@@ -1,11 +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/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/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/sana.json b/domains/sana.json
new file mode 100644
index 000000000..e78a9c374
--- /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/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 8ec6edfe8..000000000
--- a/domains/sanketborade.json
+++ /dev/null
@@ -1,9 +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..9c9bf9bf8
--- /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/satyam.json b/domains/satyam.json
new file mode 100644
index 000000000..205dcec52
--- /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/server.mrdiamond.json b/domains/server.mrdiamond.json
index 228b625ad..9081face6 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": true
}
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/sevinda-herath.json b/domains/sevinda-herath.json
new file mode 100644
index 000000000..b5202b92c
--- /dev/null
+++ b/domains/sevinda-herath.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Sevinda-Herath",
+ "email": "sevindaherath@gmail.com"
+ },
+ "record": {
+ "CNAME": "sevinda-herath.github.io"
+ },
+ "proxied": true
+}
diff --git a/domains/shan.json b/domains/shan.json
index e39234069..7d003ab99 100644
--- a/domains/shan.json
+++ b/domains/shan.json
@@ -1,14 +1,20 @@
{
- "description": "My Personal Website ",
- "repo": "https://github.com/Adwaith-Shan-Pk/Adwaith-Shan-Pk.github.io",
- "owner": {
- "username": "Adwaith-Shan-Pk",
- "email": "mail@adwaithshan.rf.gd",
- "twitter": "lordlinux69"
- },
- "record": {
- "A": ["45.90.12.31"],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
+ "description": "My Personal Website ",
+ "repo": "https://github.com/Adwaith-Shan-Pk/Adwaith-Shan-Pk.github.io",
+ "owner": {
+ "username": "Adwaith-Shan-Pk",
+ "email": "mail@adwaithshan.rf.gd",
+ "twitter": "lordlinux69"
+ },
+ "record": {
+ "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/shin.json b/domains/shin.json
deleted file mode 100644
index c8b028e0e..000000000
--- a/domains/shin.json
+++ /dev/null
@@ -1,18 +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",
- "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/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/sidd.json b/domains/sidd.json
new file mode 100644
index 000000000..fa3b6e974
--- /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/skid.json b/domains/skid.json
new file mode 100644
index 000000000..8a97aef4e
--- /dev/null
+++ b/domains/skid.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "PlOszukiwaczDEV"
+ },
+ "record": {
+ "CNAME": "website-4ej.pages.dev"
+ }
+}
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/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/snowy.json b/domains/snowy.json
index 8f7de18f7..bbe363e7c 100644
--- a/domains/snowy.json
+++ b/domains/snowy.json
@@ -1,9 +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/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/sourav.json b/domains/sourav.json
index 2a495c383..a37eacc31 100644
--- a/domains/sourav.json
+++ b/domains/sourav.json
@@ -3,8 +3,8 @@
"repo": "https://github.com/itzsouravkumar/itzsouravkumar.github.io",
"owner": {
"username": "itzsouravkumar",
- "discord": "quipxninja",
- "email": "oyesourav05012006@gmail.com"
+ "email": "",
+ "discord": "itz_sour4v"
},
"record": {
"CNAME": "itzsouravkumar.github.io"
diff --git a/domains/spicy.json b/domains/spicy.json
deleted file mode 100644
index f50b70ba4..000000000
--- a/domains/spicy.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "owner": {
- "username": "oyepriyansh",
- "email": "oyepriyansh@hotmail.com"
- },
- "record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
-}
diff --git a/domains/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/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/support.json b/domains/support.json
deleted file mode 100644
index e9887267f..000000000
--- a/domains/support.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev",
- "email": "admin@is-a.dev"
- },
- "record": {
- "URL": "https://is-a.dev/docs"
- }
-}
diff --git a/domains/swami.json b/domains/swami.json
new file mode 100644
index 000000000..8c60a7970
--- /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"
+ }
+ }
\ No newline at end of file
diff --git a/domains/t3vada.json b/domains/t3vada.json
new file mode 100644
index 000000000..512bcff16
--- /dev/null
+++ b/domains/t3vada.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "wythh24"
+ },
+ "record": {
+ "CNAME": "devada.vercel.app"
+ }
+}
\ No newline at end of file
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/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/test.cutedog5695.json b/domains/test.cutedog5695.json
index 3fb45aabe..a7f05a227 100644
--- a/domains/test.cutedog5695.json
+++ b/domains/test.cutedog5695.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "CuteDog5695",
+ "username": "iostpa",
"discord": "716306888492318790",
- "twitter": "cutedog5695"
+ "twitter": "iostpa"
},
"record": {
"CNAME": "glistening-faloodeh-84f4b1.netlify.app"
diff --git a/domains/this.json b/domains/this.json
deleted file mode 100644
index 436e7afb0..000000000
--- a/domains/this.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "is-a.dev subdomain for my portfolio",
- "repo": "https://github.com/vauth/vauth.github.io",
- "owner": {
- "username": "vauth",
- "email": "ivuxey@gmail.com"
- },
- "record": {
- "CNAME": "vauth.github.io"
- }
-}
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/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/tictactoe.json b/domains/tictactoe.json
new file mode 100644
index 000000000..6e1582f7e
--- /dev/null
+++ b/domains/tictactoe.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Ciao287",
+ "discord": "687333016921440317"
+ },
+ "record": {
+ "A": ["144.91.115.195"]
+ }
+}
diff --git a/domains/toasty.json b/domains/toasty.json
deleted file mode 100644
index 0e06d33b5..000000000
--- a/domains/toasty.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "toastyyyxd",
- "email": "asaeasaeasae.x10@gmail.com",
- "discord": "577480703302959104"
- },
- "record": {
- "CNAME": "toasty.pages.dev"
- }
-}
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/vercel.cutedog5695.json b/domains/vercel.cutedog5695.json
index 6d8c85f5a..2b34a2843 100644
--- a/domains/vercel.cutedog5695.json
+++ b/domains/vercel.cutedog5695.json
@@ -1,8 +1,8 @@
{
"owner": {
- "username": "CuteDog5695",
+ "username": "iostpa",
"discord": "716306888492318790",
- "twitter": "cutedog5695"
+ "twitter": "iostpa"
},
"record": {
"CNAME": "cutedog5695test.vercel.app"
diff --git a/domains/vinceale7082.json b/domains/vinceale7082.json
index 9635dd504..4d7391ffa 100644
--- a/domains/vinceale7082.json
+++ b/domains/vinceale7082.json
@@ -6,6 +6,6 @@
"OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.gJMoU3q_oUV1HkwQ_iqc9c5A-CrQpYDBcbv825Y26CHrUZZwrSb6oRfqqsEqiClcCyKMoFW3jbUdCEk3OsjldrgQOzY0xIvLuchXu1VCbSkkDXeSJCxS7lTpTJ_2TQe9zPs1nanuUf8k3zVxvpis_DIs4ON9vqyW-D9iXgCLJEqF6ILJla4aMSvya2yEWzz56Rdh242J5F3HMQwqEEQpYTJPdM-XN3NuQxsu9f6dfhBNd-QMKqc7nPDqDYSpKCABdWphikCjMEyYQHXXVnlLmXOYjaATE-ZvWyb-1aHTpqZwRxjB77AdrfPgwEpUVstCMYGuXehjz_VqZ5ihPGefRw.Hyqa9XTdQZexcwDXH6wcSw.ygPBwgZujpLGVzWFsjlHla6y14-6E7lL-ifYaFZ40jbXj-ukWpL4eXaXx6P-4yNYSjoNIXcaToQxvDVHbQkClZJiu5XDJ7ahzTnlCQ3ngqg.1LRgjc8WbrkWVnqpHBBQIw"
},
"record": {
- "A": ["5.94.2.75"]
+ "URL": "https://vinceale7082.com"
}
}
diff --git a/domains/vintheweirdass.json b/domains/vintheweirdass.json
index f001e5992..f1fffe798 100644
--- a/domains/vintheweirdass.json
+++ b/domains/vintheweirdass.json
@@ -1,13 +1,12 @@
{
- "description": "My base website. Very epik tbh 💥💥",
+ "description": "redirect. js that",
"repo": "https://github.com/vintheweirdass/vintheweirdass.github.io",
"owner": {
"username": "vintheweirdass",
"twitter": "vintheweirdass",
- "discord": "vintheweirdass",
- "lahelu": "https://lahelu.com/user/cupglassdev"
+ "discord": "vintheweirdass"
},
"record": {
- "NS": ["christina.ns.cloudflare.com", "mustafa.ns.cloudflare.com"]
+ "URL": "https://vtwa.is-a.dev"
}
}
diff --git a/domains/vm.sevinda-herath.json b/domains/vm.sevinda-herath.json
new file mode 100644
index 000000000..f827aefb3
--- /dev/null
+++ b/domains/vm.sevinda-herath.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "sevinda-herath",
+ "email": "sevindaherath@gmail.com"
+ },
+ "record": {
+ "A": ["170.64.240.215"]
+ },
+ "proxied": true
+}
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/vps.quincetart10.json b/domains/vps.quincetart10.json
deleted file mode 100644
index e891351c6..000000000
--- a/domains/vps.quincetart10.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "VPS",
- "owner": {
- "username": "QuinceTart10",
- "discord": "862644161156218891"
- },
- "record": {
- "A": ["64.226.124.11"]
- }
-}
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/w.json b/domains/w.json
index e576dac37..159f1b048 100644
--- a/domains/w.json
+++ b/domains/w.json
@@ -4,6 +4,6 @@
"email": "william@is-a.dev"
},
"record": {
- "URL": "https://hrsn.dev"
+ "URL": "https://william.is-a.dev"
}
}
diff --git a/domains/webcubed.json b/domains/webcubed.json
new file mode 100644
index 000000000..1bc3caa49
--- /dev/null
+++ b/domains/webcubed.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "webcubed",
+ "email": "lainathannlaiv2@gmail.com"
+ },
+ "record": {
+ "CNAME": "webcubed.github.io"
+ }
+}
diff --git a/domains/whine.json b/domains/whine.json
deleted file mode 100644
index a0b0bdeb5..000000000
--- a/domains/whine.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "description": "whi_ne's personal site",
- "repo": "https://github.com/whinee/whinee.github.io",
- "owner": {
- "username": "whinee",
- "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/whisp.json b/domains/whisp.json
deleted file mode 100644
index 1af8c7df8..000000000
--- a/domains/whisp.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "itswhisp",
- "email": "ag.whisp@gmail.com",
- "discord": "1276688713434529854"
- },
- "record": {
- "A": ["76.76.21.21"]
- }
-}
diff --git a/domains/whois.json b/domains/whois.json
deleted file mode 100644
index 1570b3e57..000000000
--- a/domains/whois.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev",
- "email": "admin@is-a.dev"
- },
- "record": {},
- "reserved": true
-}
diff --git a/domains/william.json b/domains/william.json
index db5f9b71a..6f3d1268b 100644
--- a/domains/william.json
+++ b/domains/william.json
@@ -4,24 +4,6 @@
"email": "william@is-a.dev"
},
"record": {
- "NS": [
- "ns1.william.net.au",
- "ns0045.secondary.cloudflare.com",
- "ns0199.secondary.cloudflare.com"
- ],
- "DS": [
- {
- "key_tag": 18485,
- "algorithm": 8,
- "digest_type": 2,
- "digest": "ABFE96B99A05BD94A867C9A10820DF8DCBD5F8B6033C989B547CA06BA1052943"
- },
- {
- "key_tag": 18485,
- "algorithm": 8,
- "digest_type": 4,
- "digest": "8B50C488B31136F19AAE237B093EAD6CE8180EF4CFEA3A74E4C0D6FF7837AA3527C54CEA00F0283C7174C5DC30A9F6D8"
- }
- ]
+ "URL": "https://github.com/wdhdev"
}
}
diff --git a/domains/wirisungs.json b/domains/wirisungs.json
new file mode 100644
index 000000000..0bd4f92cf
--- /dev/null
+++ b/domains/wirisungs.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "wirisungs"
+ },
+ "record": {
+ "CNAME": "wirisungs.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.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/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/xgeneric.json b/domains/xgeneric.json
new file mode 100644
index 000000000..4ffc90339
--- /dev/null
+++ b/domains/xgeneric.json
@@ -0,0 +1,12 @@
+{
+ "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"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/xryshirfxn.json b/domains/xryshirfxn.json
deleted file mode 100644
index c2da6e5dc..000000000
--- a/domains/xryshirfxn.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Personal website",
- "repo": "https://github.com/xryshirfxn/xryshirfxn.github.io",
- "owner": {
- "username": "xryshirfxn",
- "twitter": "xryshirfxn"
- },
- "record": {
- "CNAME": "xryshirfxn.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/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/youssef.json b/domains/youssef.json
deleted file mode 100644
index c27748e3d..000000000
--- a/domains/youssef.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "youssefsiam38",
- "email": "youssef1yasser38@gmail.com"
- },
- "record": {
- "CNAME": "youssefsiam38.github.io"
- }
-}
diff --git a/domains/zenpai.json b/domains/zenpai.json
deleted file mode 100644
index 2fee81ec6..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/zmail._domainkey.co.ligmatv.json b/domains/zmail._domainkey.co.ligmatv.json
new file mode 100644
index 000000000..cd08c7a23
--- /dev/null
+++ b/domains/zmail._domainkey.co.ligmatv.json
@@ -0,0 +1,10 @@
+{
+ "description": "This sub-subdomain will i use for my Zoho email.",
+ "owner": {
+ "username": "LIGMATV",
+ "email": "ligmatv.id@gmail.com"
+ },
+ "record": {
+ "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDO+5yaTA58OpZCT1ejrzPxjO4xNvsImCfvA2UigeVQwtFbl5QbwcdZUf6ga0LE6VOIDA3bMzHmVgTSZfYizmYDxNZ3TOobKEiT3TaaMcZj1sM2zWFVCpuYCHZ3WYPJj7rFF/PKZK9gCPPr1eLgao2SFkXnpwL/BWGL+uQ5OHZvlQIDAQAB"
+ }
+}
diff --git a/domains/zmail._domainkey.lohit.json b/domains/zmail._domainkey.lohit.json
new file mode 100644
index 000000000..45759e124
--- /dev/null
+++ b/domains/zmail._domainkey.lohit.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "lohitkolluri",
+ "email": "lohitkolluri@gmail.com",
+ "discord": "drxven"
+ },
+ "record": {
+ "TXT": ["v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDk3bjKjaUSMk1CmR3dk3zbYxepsBEwSlM5Sz7f0IMEQICvmR4rv3O3dnT+2JmzV9sr/97sqQpucCVDJaJrnLB4XlFCvgJfwUTU8TX4CPSnWOJ4P7cxrfaMRMZARJoj31m81NB/eVArLcCZFZ/wprNeiOMhPGDL4B2lZRZkDts63wIDAQAB"]
+ }
+}
diff --git a/tests/domains.test.js b/tests/domains.test.js
index 071f2c534..4c4dc25d6 100644
--- a/tests/domains.test.js
+++ b/tests/domains.test.js
@@ -7,9 +7,9 @@ const files = fs.readdirSync(domainsPath);
function getParentSubdomain(subdomain) {
const parts = subdomain.split(".");
-
+
if (parts.length <= 1) return null; // No parent for top-level subdomains
-
+
// Attempt to find the parent subdomain by removing the last part
for (let i = parts.length - 1; i > 0; i--) {
const potentialParent = parts.slice(i - 1).join(".");
@@ -17,11 +17,10 @@ function getParentSubdomain(subdomain) {
return potentialParent; // Return the parent subdomain if it exists
}
}
-
+
return null; // Return null if no valid parent is found
}
-
function getDomainData(subdomain) {
try {
return fs.readJsonSync(path.join(domainsPath, `${subdomain}.json`));
@@ -30,6 +29,33 @@ function getDomainData(subdomain) {
}
}
+function expandReservedDomains() {
+ const reserved = require("../util/reserved-domains.json");
+ const expandedList = [...reserved];
+
+ for (const item of reserved) {
+ const rangeMatch = item.match(/\[(\d+)-(\d+)\]/); // Matches [min-max]
+
+ 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-domains.json] Invalid range [${start}-${end}] in "${item}"`);
+ }
+ }
+ }
+
+ return expandedList;
+}
+
t("Nested subdomains should not exist without a parent subdomain", (t) => {
for (const file of files) {
const subdomain = file.replace(/\.json$/, "");
@@ -75,3 +101,29 @@ t("Nested subdomains should be owned by the parent subdomain's owner", (t) => {
}
}
});
+
+const reservedDomains = expandReservedDomains();
+
+t("Subdomain names must not be reserved", (t) => {
+ for (const file of files) {
+ const subdomain = file.replace(/\.json$/, "");
+
+ t.true(!reservedDomains.includes(subdomain), `${file}: Subdomain name is reserved`);
+ }
+
+ t.pass();
+});
+
+t("Reserved domains file should be valid", (t) => {
+ const subdomainRegex = /^_?[a-zA-Z0-9]+([-\.][a-zA-Z0-9]+)*(\[\d+-\d+\])?$/;
+
+ for (const item of reservedDomains) {
+ t.regex(
+ item,
+ subdomainRegex,
+ `[util/reserved-domains.json] Invalid subdomain name "${item}" at index ${reservedDomains.indexOf(item)}`
+ );
+ }
+
+ t.pass();
+});
diff --git a/tests/json.test.js b/tests/json.test.js
index 1bf3e3f3d..4dab0ede7 100644
--- a/tests/json.test.js
+++ b/tests/json.test.js
@@ -8,8 +8,7 @@ const requiredFields = {
};
const optionalFields = {
- proxied: "boolean",
- reserved: "boolean"
+ proxied: "boolean"
};
const requiredOwnerFields = {
@@ -79,10 +78,8 @@ t("All files should have the required fields", (t) => {
// Validate owner object fields
validateRequiredFields(t, data.owner, requiredOwnerFields, file);
- // Ensure 'record' field is not empty unless reserved
- if (!data.reserved) {
- t.true(Object.keys(data.record).length > 0, `${file}: No record types found`);
- }
+ // Ensure 'record' field is not empty
+ t.true(Object.keys(data.record).length > 0, `${file}: Missing DNS records`);
});
});
diff --git a/tests/pr.test.js b/tests/pr.test.js
new file mode 100644
index 000000000..7bb79061b
--- /dev/null
+++ b/tests/pr.test.js
@@ -0,0 +1,69 @@
+const t = require("ava");
+const fs = require("fs-extra");
+const path = require("path");
+
+const PR_AUTHOR = process.env.PR_AUTHOR;
+const MODIFIED_FILES = (process.env.MODIFIED_FILES || "").split(" ").map((file) => file.replace(/^domains\//, ""));
+const EVENT = process.env.EVENT;
+const RUN_ID = process.env.RUN_ID;
+
+const domainsPath = path.resolve("domains");
+const headDomainsPath = path.resolve(`register-${RUN_ID}/domains`);
+
+const admins = require("../util/administrators.json");
+
+async function getJSONContent(basePath, fileName) {
+ try {
+ return await fs.readJson(path.join(basePath, fileName));
+ } catch {
+ return null;
+ }
+}
+
+t("Modified JSON files must be owned by the PR author", async (t) => {
+ if (EVENT !== "pull_request") return t.pass();
+
+ const checks = MODIFIED_FILES.map(async (file) => {
+ const [modifiedDomain, currentDomain] = await Promise.all([
+ getJSONContent(domainsPath, file),
+ getJSONContent(headDomainsPath, file)
+ ]);
+
+ const domainToCheck = currentDomain || modifiedDomain;
+
+ if (!modifiedDomain || !domainToCheck) {
+ t.fail(`${file}: Unable to read domain data`);
+ return;
+ }
+
+ t.true(
+ domainToCheck.owner.username === PR_AUTHOR || admins.includes(PR_AUTHOR),
+ `${file}: Domain owner is ${domainToCheck.owner.username} but ${PR_AUTHOR} is the PR author`
+ );
+ });
+
+ await Promise.all(checks);
+ t.pass();
+});
+
+t("New JSON files must be owned by the PR author", async (t) => {
+ if (EVENT !== "pull_request") return t.pass();
+
+ const [newFiles, currentFiles] = await Promise.all([fs.readdir(domainsPath), fs.readdir(headDomainsPath)]);
+
+ const newDomainFiles = newFiles.filter((file) => !currentFiles.includes(file));
+
+ const checks = newDomainFiles.map(async (file) => {
+ const domain = await getJSONContent(domainsPath, file);
+
+ if (!domain) return t.fail(`${file}: Unable to read domain data`);
+
+ t.true(
+ domain.owner.username === PR_AUTHOR || admins.includes(PR_AUTHOR),
+ `${file}: Domain owner is ${domain.owner.username} but ${PR_AUTHOR} is the PR author`
+ );
+ });
+
+ await Promise.all(checks);
+ t.pass();
+});
diff --git a/tests/records.test.js b/tests/records.test.js
index d819fa9b9..de5ecbadc 100644
--- a/tests/records.test.js
+++ b/tests/records.test.js
@@ -165,13 +165,8 @@ t("All files should have valid record values", (t) => {
}
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}`);
- try {
- const urlObj = new URL(value);
- t.true(urlObj.hostname !== subdomain, `${file}: URL cannot point to itself`);
- } catch {
- t.fail(`${file}: Invalid URL for ${key}`);
- }
}
}
diff --git a/util/administrators.json b/util/administrators.json
new file mode 100644
index 000000000..f85832ced
--- /dev/null
+++ b/util/administrators.json
@@ -0,0 +1,4 @@
+[
+ "wdhdev",
+ "DEV-DIBSTER"
+]
\ No newline at end of file
diff --git a/util/reserved-domains.json b/util/reserved-domains.json
new file mode 100644
index 000000000..42a683c8c
--- /dev/null
+++ b/util/reserved-domains.json
@@ -0,0 +1,119 @@
+[
+ "account",
+ "accounts",
+ "admin",
+ "administrator",
+ "alert",
+ "alerts",
+ "api",
+ "auth",
+ "authentication",
+ "authorisation",
+ "authorise",
+ "authorization",
+ "authorize",
+ "aux",
+ "billing",
+ "blog",
+ "calendar",
+ "cart",
+ "catalog",
+ "checkout",
+ "co",
+ "com",
+ "com[1-9]",
+ "con",
+ "confirm",
+ "confirmation",
+ "dashboard",
+ "default",
+ "dns",
+ "doc",
+ "documentation",
+ "email",
+ "error",
+ "errors",
+ "event",
+ "events",
+ "example",
+ "feedback",
+ "finance",
+ "forgot",
+ "forgot-password",
+ "gtld",
+ "guest",
+ "help",
+ "helpdesk",
+ "hostmaster",
+ "info",
+ "infos",
+ "login",
+ "logout",
+ "lpt[1-9]",
+ "m",
+ "mail",
+ "maintainer",
+ "maintainers",
+ "marketing",
+ "mobile",
+ "net",
+ "news",
+ "nic",
+ "noc",
+ "notification",
+ "notifications",
+ "notify",
+ "ns",
+ "ns[1-99]",
+ "nul",
+ "oauth",
+ "official",
+ "operations",
+ "ops",
+ "org",
+ "organisation",
+ "pay",
+ "payment",
+ "payments",
+ "portal",
+ "postmaster",
+ "recovery",
+ "redirect",
+ "registrar",
+ "registry",
+ "reset",
+ "reset-password",
+ "root",
+ "sales",
+ "schedule",
+ "security",
+ "service",
+ "services",
+ "session",
+ "sessions",
+ "shop",
+ "signin",
+ "signout",
+ "signup",
+ "staff",
+ "store",
+ "superuser",
+ "support",
+ "sys",
+ "system",
+ "teams",
+ "test",
+ "test[1-9999]",
+ "tld",
+ "token",
+ "tokens",
+ "url",
+ "url[1-9999]",
+ "user",
+ "users",
+ "webmaster",
+ "whois",
+ "www[1-99]",
+ "wwww",
+ "your-domain-name"
+]