diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
new file mode 100644
index 000000000..1521b5990
--- /dev/null
+++ b/.github/workflows/ci.yml
@@ -0,0 +1,54 @@
+name: CI
+
+on:
+ pull_request:
+
+ push:
+ branches: [main]
+ paths:
+ - "domains/*"
+ - "tests/*"
+ - "util/*"
+ - ".github/workflows/ci.yml"
+ - "dnsconfig.js"
+
+ workflow_dispatch:
+
+concurrency:
+ group: ${{ github.ref }}-ci
+ cancel-in-progress: true
+
+jobs:
+ tests:
+ name: Tests
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v4
+
+ - run: npm install
+
+ - name: Fetch PR information
+ if: github.event_name == 'pull_request'
+ run: |
+ echo "PR_AUTHOR=${{ github.event.pull_request.user.login }}" >> $GITHUB_ENV
+ echo "PR_AUTHOR_ID=${{ github.event.pull_request.user.id }}" >> $GITHUB_ENV
+
+ LABELS=$(gh api --jq '[.labels[].name]' /repos/{owner}/{repo}/pulls/${{ github.event.number }})
+ echo "PR_LABELS=$LABELS" >> $GITHUB_ENV
+
+ FILES=$(gh api --jq '[.[] | select(.status != "removed") | .filename]' /repos/{owner}/{repo}/pulls/${{ github.event.number }}/files)
+ echo "CHANGED_FILES=$FILES" >> $GITHUB_ENV
+
+ REMOVED_FILE_DATA=$(gh api --jq '[.[] | select(.status == "removed") | {name: .filename, data: .patch}]' /repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/files)
+ echo "DELETED_FILES=$REMOVED_FILE_DATA" >> $GITHUB_ENV
+ env:
+ GH_TOKEN: ${{ github.token }}
+
+ - name: Run DNSControl tests
+ if: github.event_name == 'pull_request' && contains(fromJson(env.CHANGED_FILES), 'dnsconfig.js')
+ uses: is-a-dev/dnscontrol-action@main
+ with:
+ args: check
+
+ - name: Run tests
+ run: npx ava tests/*.test.js --timeout=1m
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index ac9c92abd..6094cba76 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -6,6 +6,7 @@ on:
paths:
- "domains/*"
- ".github/workflows/publish.yml"
+ - "util/reserved.json"
- "dnsconfig.js"
workflow_dispatch:
@@ -21,10 +22,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- - name: Run tests
- run: |
- npm install
- npx ava tests/*.test.js
+ - name: Run DNSControl tests
+ uses: is-a-dev/dnscontrol-action@main
+ with:
+ args: check
- name: Generate creds.json
run: echo '{"cloudflare":{"TYPE":"CLOUDFLAREAPI","apitoken":"$CLOUDFLARE_API_TOKEN"}}' > ./creds.json
diff --git a/.github/workflows/raw-api.yml b/.github/workflows/raw-api.yml
index 4ba2bd85d..227e6100e 100644
--- a/.github/workflows/raw-api.yml
+++ b/.github/workflows/raw-api.yml
@@ -6,6 +6,7 @@ on:
paths:
- "domains/*"
- ".github/workflows/raw-api.yml"
+ - "util/reserved.json"
workflow_dispatch:
diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml
deleted file mode 100644
index fa0fa8f5f..000000000
--- a/.github/workflows/validation.yml
+++ /dev/null
@@ -1,40 +0,0 @@
-name: Validation
-
-on:
- pull_request:
-
- push:
- branches: [main]
- paths:
- - "domains/*"
- - "tests/*"
- - "util/*"
- - ".github/workflows/validation.yml"
- - "dnsconfig.js"
-
- workflow_dispatch:
-
-concurrency:
- group: ${{ github.ref }}-validation
- cancel-in-progress: true
-
-jobs:
- dnscontrol:
- name: DNSControl
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
-
- - uses: is-a-dev/dnscontrol-action@main
- with:
- args: check
-
- tests:
- name: Tests
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
-
- - run: npm install
-
- - run: npx ava tests/*.test.js
diff --git a/DISCORD_RULES.md b/DISCORD_RULES.md
new file mode 100644
index 000000000..af2efef88
--- /dev/null
+++ b/DISCORD_RULES.md
@@ -0,0 +1,88 @@
+# Discord Server Rules
+
+## Introduction
+This document is intended for staff and community members. It covers what is and isn’t allowed in the server, along with punishment lengths and more.
+
+## Server Rules
+
+1. Follow Discord's [ToS](https://discord.com/terms) and [Community Guidelines](https://discord.com/guidelines).
+ 1. Modified clients are allowed, however abusing them may result in a ban.
+2. Show human decency and use common sense above all else. Keep our server clean and be respectful of others.
+ 1. No NSFW. This includes, images, discussions of anything on the topic or "funny" jokes, gore, role playing etc.
+ 2. Do not discuss mutes, bans, warnings, or any related topics in public chats. They do not serve as a topic of discussion.
+ 3. Refrain from mini modding. You aren't a moderator; use */report* or ping one staff member.
+ 4. No slurs, excessive swearing, abuse, bait, harassment, etc.
+3. Do not post malicious links and/or files.
+4. No attempting to bypass, intentionally misinterpret, or find loopholes in the rules.
+ 1. A moderator's word is final. When told to cease, cease.
+5. Refrain from asking for support in non-support channels; you will not receive help there. If you need help, then open a ticket in \#get-help only after you have read the is-a.dev documentation and weren't answered there.
+6. Do not beg for your pull request to be merged or for anything else. Send a link to your pull request *once* in \#pull-requests and patiently wait for a maintainer to get to it. Do *not* ping maintainers to merge pull requests.
+7. Your account is your responsibility.
+ 1. If someone else is using your account and breaks these rules, you are responsible.
+ 2. If your account gets compromised and gets banned from this server, you may request an unban once you recover it.
+8. Do not attempt to bypass our auto moderation system.
+9. Do not advertise your website, bot or anything else outside of \#showcase.
+ 1. Bot invite links are not allowed in \#showcase.
+10. Do not attempt to bypass a punishment on your account.
+ 1. This will result in an immediate ban on your account.
+11. Do not use bot commands outside of \#commands.
+12. English only.
+13. Where applicable, this server is governed by our [Terms of Service](https://is-a.dev/terms).
+
+## Moderation Ethic
+
+1. Don't allow yourself to show bias or prejudice. For example, don't “let something slide” solely because the member in question is a respected person within the community. It is not harsh or wrong to call someone out and request somebody to cease something that isn't allowed on the server.
+2. Don't be rude. A problem that is fairly common in the server is that some maintainers are rude to new members. It's ridiculous and sets a horrible example.
+3. Don't abuse your privileges. You were granted them for a reason \- because we trusted you. Please don't abuse that trust and use them for things they aren't meant for, *even as a joke*. Simply put, it's fair to nobody.
+4. Follow the rules. Especially regarding NSFW language and content.
+5. Staff are not immune to punishment. If you are caught breaking the rules, you will be punished, just like any other regular member.
+
+## Staff Team Respect
+
+**Being respectful to each other**:
+We are working together, this is not a competition, so act like it. Everyone here should be mature enough to be able to at least respect each other, regardless of any differences or issues we have between us. If you have an issue with another staff member, take it to DMs, do not share your problems with the rest of the server.
+
+**Regarding roles and permissions**:
+If someone receives a certain role or position that is higher than you, do not go complaining about it. We are old enough to talk it out properly and not have to argue. What matters is that the service and server runs peacefully, all this does is create drama. If you disagree with someone receiving a specific role or permission, you can talk about it in **private** channels, do not talk about these topics outside of staff channels, and try not to argue.
+
+## Enforcing the Rules
+
+* ***Miscellaneous offences***:
+ * Extremely flashy or earrape media and memes: 3 hour mute
+ * Hoisting: Change nickname to *Moderated Nickname*
+ * Begging for roles/PR merging: 1-3 hour mute
+ * Asking for support in a non-support channel *after* being told it is the wrong channel: 30 minute mute
+ * Impersonation of a staff member: Ban
+ * Mention spam, chat flooding, text walls, command spam: 1-3 hour mute
+ * Arguing after being asked to stop: 1 hour mute, if continued, 1 day mute
+ * Breaking Discord's [ToS](https://discord.com/terms)/[Guidelines](https://discord.com/guidelines): Ban
+ * Modified clients are allowed, assuming they are not using them for abusive purposes. This is because they are extremely hard to moderate.
+ * Doxxing/raiding (including threats): Ban \+ report to Discord
+ * Posting malicious links, files: Ban
+ * Harassment of a user: 3 hour mute
+ * Bypassing mutes/bans: Ban
+* ***Death threats***:
+ * kill yourself/kill myself jokes (including GIFs): 12 hour mute
+ * Severe offence (above, but not a joke) Ban
+* ***Slurs***:
+ * Racial slurs: Ban
+ * LGBT slurs: 1 day mute
+ * *“retard”* is allowed, however it cannot be targeted towards a user
+ * Permitted uses: “that's retarded”
+ * Disallowed uses: “@user is retarded”
+ * 1 day mute
+* ***Trolling***:
+ * Non-severe offence (e.g. just being stupid, asking dumb questions)
+ * 3 hour mute
+ * Severe offence (e.g. abusing moderator permissions)
+ * Ban
+* ***Advertising***:
+ * DM advertising: Ban
+ * Malicious advertising: Ban
+ * Advertising in server: 1 hour mute, if continued, ban
+ * *Advertising is allowed in \#showcase, but mainly only websites and bots.*
+* ***NSFW***:
+ * NSFW jokes/humour: 1-3 hour mute
+ * NSFW content/media: Ban
+ * CP: Ban \+ report to Discord
+ * CP jokes: Ban \+ report messages
diff --git a/README.md b/README.md
index 6c53a4027..9b4b42f9c 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,6 @@
-
is-a.dev
diff --git a/dnsconfig.js b/dnsconfig.js
index 3cd55b011..2e056ad43 100644
--- a/dnsconfig.js
+++ b/dnsconfig.js
@@ -67,7 +67,21 @@ for (var subdomain in domains) {
// Handle MX records
if (domainData.record.MX) {
for (var mx in domainData.record.MX) {
- records.push(MX(subdomainName, 10 + parseInt(mx), domainData.record.MX[mx] + "."));
+ var mxRecord = domainData.record.MX[mx];
+
+ if (typeof mxRecord === "string") {
+ records.push(
+ MX(subdomainName, 10 + parseInt(mx), domainData.record.MX[mx] + ".")
+ );
+ } else {
+ records.push(
+ MX(
+ subdomainName,
+ parseInt(mxRecord.priority),
+ mxRecord.target + "."
+ )
+ );
+ }
}
}
@@ -88,6 +102,23 @@ for (var subdomain in domains) {
}
}
+ // Handle TLSA records
+ if (domainData.record.TLSA) {
+ for (var tlsa in domainData.record.TLSA) {
+ var tlsaRecord = domainData.record.TLSA[tlsa];
+
+ records.push(
+ TLSA(
+ subdomainName,
+ tlsaRecord.usage,
+ tlsaRecord.selector,
+ tlsaRecord.matchingType,
+ tlsaRecord.certificate
+ )
+ );
+ }
+ }
+
// Handle TXT records
if (domainData.record.TXT) {
if (Array.isArray(domainData.record.TXT)) {
@@ -102,6 +133,22 @@ 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 + "\""));
+ }
+}
+
+var reserved = require("./util/reserved.json");
+
+// Handle reserved domains
+for (var i = 0; i < reserved.length; i++) {
+ var subdomainName = reserved[i];
+ if (
+ subdomainName !== "ns1" &&
+ subdomainName !== "ns2" &&
+ subdomainName !== "ns3" &&
+ subdomainName !== "ns4"
+ ) {
+ records.push(A(subdomainName, IP("192.0.2.1"), CF_PROXY_ON));
}
}
diff --git a/domains/0xarchit.json b/domains/0xarchit.json
new file mode 100644
index 000000000..cc3476cd2
--- /dev/null
+++ b/domains/0xarchit.json
@@ -0,0 +1,16 @@
+{
+ "owner": {
+ "username": "0xarchit",
+ "email": "0xarchit@proton.me"
+ },
+ "record": {
+ "MX": ["mx.zoho.in", "mx2.zoho.in", "mx3.zoho.in"],
+ "TXT": [
+ "v=spf1 include:zohomail.in ~all",
+ "zoho-verification=zb94087787.zmverify.zoho.in",
+ "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIIsclFhtL6ruTL5EClsNzTNxFf7jJBCyWJl+7VW9EXPt+x09GBVsYiaMEcLvNve0PGmuZKKVGv1H19OeJbZOAFg+kd4W7kgW9Bpw2oVklstLNZGPThu1Uv+UXgjpMIOQSwhzuWGo9yFn1k91eLkzqt2NvhMqmGVVqT9OibGwwowIDAQAB"
+ ],
+ "CNAME": "0xarchit.pages.dev"
+ },
+ "proxied": true
+}
diff --git a/domains/2giosangmitom.json b/domains/2giosangmitom.json
index 37e11d6c0..48468e286 100644
--- a/domains/2giosangmitom.json
+++ b/domains/2giosangmitom.json
@@ -1,9 +1,9 @@
{
"owner": {
"username": "2giosangmitom",
- "email": "yeuxacucodon.dev@proton.me"
+ "email": "2giosangmitom@gmail.com"
},
"record": {
- "CNAME": "2giosangmitom.github.io"
+ "CNAME": "blog-o7t.pages.dev"
}
}
diff --git a/domains/4hmet.json b/domains/4hmet.json
index 503098fb1..d2172911f 100644
--- a/domains/4hmet.json
+++ b/domains/4hmet.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ahmetunsal",
- "email": "web.unsalahmet@gmail.com"
- },
- "record": {
- "A": ["76.76.21.21"]
- }
+ "owner": {
+ "username": "ahmetunsal",
+ "email": "web.unsalahmet@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
}
diff --git a/domains/57.json b/domains/57.json
index 6d3e7a757..6b4cd2492 100644
--- a/domains/57.json
+++ b/domains/57.json
@@ -4,6 +4,17 @@
"email": "potatogamer34579@gmail.com"
},
"record": {
- "A": ["185.199.108.153"]
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "AAAA": [
+ "2606:50c0:8000::153",
+ "2606:50c0:8001::153",
+ "2606:50c0:8002::153",
+ "2606:50c0:8003::153"
+ ]
}
}
diff --git a/domains/_acme-challenge.analytics.juststudio.json b/domains/_acme-challenge.analytics.juststudio.json
new file mode 100644
index 000000000..6e9fc4a9c
--- /dev/null
+++ b/domains/_acme-challenge.analytics.juststudio.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "support@juststudio.is-a.dev",
+ "discord": "1117482901353812088"
+ },
+ "record": {
+ "CNAME": "78515120d374647d2302076e._acme.deno.dev"
+ }
+}
diff --git a/domains/_atproto.exyxz.json b/domains/_atproto.exyxz.json
new file mode 100644
index 000000000..74596a070
--- /dev/null
+++ b/domains/_atproto.exyxz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "exyxz",
+ "discord": "exyxz"
+ },
+ "record": {
+ "TXT": "did=did:plc:73r55srxmmlhhiof7fnllisy"
+ }
+}
\ No newline at end of file
diff --git a/domains/_atproto.ligmatv.json b/domains/_atproto.ligmatv.json
deleted file mode 100644
index 1d0d9b048..000000000
--- a/domains/_atproto.ligmatv.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "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/_atproto.lumi.json b/domains/_atproto.lumi.json
index 7c80a4563..1a19c7d60 100644
--- a/domains/_atproto.lumi.json
+++ b/domains/_atproto.lumi.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "itsFatlum",
+ "username": "itssfatlum",
"email": "fatlum@lumi.is-a.dev"
},
"record": {
diff --git a/domains/_atproto.notcoded.json b/domains/_atproto.notcoded.json
new file mode 100644
index 000000000..293c22341
--- /dev/null
+++ b/domains/_atproto.notcoded.json
@@ -0,0 +1,11 @@
+{
+ "description": "domain verification for bluesky",
+ "owner": {
+ "username": "not-coded",
+ "discord": "notcoded",
+ "discordUserID": "620662953347121163"
+ },
+ "record": {
+ "TXT": "did=did:plc:hvgfiqmdl5sqcba2453dfpxe"
+ }
+}
diff --git a/domains/_atproto.priyanshu.json b/domains/_atproto.priyanshu.json
new file mode 100644
index 000000000..d56ee1548
--- /dev/null
+++ b/domains/_atproto.priyanshu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Priyansxu",
+ "email": "priyansxu@yahoo.com"
+ },
+ "record": {
+ "TXT": "did=did:plc:psimj7hgshwoets2jvd6caib"
+ }
+}
diff --git a/domains/_atproto.razo.json b/domains/_atproto.razo.json
deleted file mode 100644
index 6186da4d3..000000000
--- a/domains/_atproto.razo.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Domain verification for my Bluesky account.",
- "owner": {
- "username": "razobeckett",
- "email": "razobeckett@proton.me"
- },
- "record": {
- "TXT": "did=did:plc:w6h4dilqruly6q4zki2mj5qt"
- }
-}
diff --git a/domains/_discord.arlan.json b/domains/_discord.arlan.json
new file mode 100644
index 000000000..6ce9e19e6
--- /dev/null
+++ b/domains/_discord.arlan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "handikatriarlan",
+ "email": "handikaarlan@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=bc2dcf8fbcb6ee4e4d77621a0f2369571bc03416"
+ }
+}
diff --git a/domains/_discord.arsenobetaine.json b/domains/_discord.arsenobetaine.json
new file mode 100644
index 000000000..d7c22bf47
--- /dev/null
+++ b/domains/_discord.arsenobetaine.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "arsenobetaine",
+ "email": "arsenobetaine@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=a7836fe0f1ee1642624faaa1e95fedba6f53f907"
+ }
+}
diff --git a/domains/_discord.bio.json b/domains/_discord.bio.json
new file mode 100644
index 000000000..b13b582ed
--- /dev/null
+++ b/domains/_discord.bio.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "octyn-yt",
+ "email": "simplelogin-newsletter.idealize471@simplelogin.com"
+ },
+ "record": {
+ "TXT": "dh=501251d3fa61ce8fb7a761606b9aa5e707eacd96"
+ }
+}
diff --git a/domains/_discord.cally.json b/domains/_discord.cally.json
new file mode 100644
index 000000000..efb6a94ad
--- /dev/null
+++ b/domains/_discord.cally.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "cally-jt",
+ "email": "callumjt@proton.me"
+ },
+ "record": {
+ "TXT": "dh=ad9865a1b510eca9917556bd35b8e60d089d3888"
+ }
+}
diff --git a/domains/_discord.colin.json b/domains/_discord.colin.json
new file mode 100644
index 000000000..44e17ad6b
--- /dev/null
+++ b/domains/_discord.colin.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "ColinLeDev"
+ },
+ "record": {
+ "TXT": ["dh=f51bcf0f0dac685ca2a69541d3981cd689a1e96a"]
+ }
+}
diff --git a/domains/_discord.exyxz.json b/domains/_discord.exyxz.json
new file mode 100644
index 000000000..45579e273
--- /dev/null
+++ b/domains/_discord.exyxz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "exyxz",
+ "discord": "exyxz"
+ },
+ "record": {
+ "TXT": "dh=529be62f885915368b4b5c20beaef95a1c55ea98"
+ }
+}
\ No newline at end of file
diff --git a/domains/_discord.harunabdullah.json b/domains/_discord.harunabdullah.json
new file mode 100644
index 000000000..e1922283a
--- /dev/null
+++ b/domains/_discord.harunabdullah.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "harunabdullahrakin",
+ "email": "harunabdullahrakin@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=08ca7b2a348ba12437193e6d84e9b819dc75da31"
+ }
+}
diff --git a/domains/_discord.imm0nv1nhtv.json b/domains/_discord.imm0nv1nhtv.json
deleted file mode 100644
index dcce76bce..000000000
--- a/domains/_discord.imm0nv1nhtv.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "imm0nv1nhtv",
- "email": "windows10phamvinh+github@gmail.com"
- },
- "record": {
- "TXT": "dh=05d77c5d6895f487e96ea956a6a985fa532fa0ee"
- }
-}
diff --git a/domains/_discord.jonathan-russ.json b/domains/_discord.jonathan-russ.json
deleted file mode 100644
index 85ec5b4c7..000000000
--- a/domains/_discord.jonathan-russ.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "JonathanXDR",
- "email": "jonathan.russ@bluewin.ch",
- "discord": "494042822320717827"
- },
- "record": {
- "TXT": "dh=38d522d76c80c10c68fa083f015b65ef2986a91b"
- }
-}
diff --git a/domains/_discord.justdeveloper.json b/domains/_discord.justdeveloper.json
index dd6ef3666..9dfa8c4ff 100644
--- a/domains/_discord.justdeveloper.json
+++ b/domains/_discord.justdeveloper.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "JustDeveloper1",
- "email": "lk.qq@ya.ru"
+ "email": "justdeveloper@juststudio.is-a.dev"
},
"record": {
"TXT": "dh=a468556178a0bac462fa84043545b67b982e7fe0"
diff --git a/domains/_discord.liam.json b/domains/_discord.liam.json
index 99637acbc..61b416831 100644
--- a/domains/_discord.liam.json
+++ b/domains/_discord.liam.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "liamatienza",
- "email": "liamdev@duck.com"
- },
- "record": {
- "TXT": "dh=c53cce4432aa366f65bd320ab681d468c8cea968"
- }
+ "owner": {
+ "username": "liamatienza",
+ "email": "liamdev@duck.com"
+ },
+ "record": {
+ "TXT": "dh=c53cce4432aa366f65bd320ab681d468c8cea968"
+ }
}
diff --git a/domains/_discord.lumi.json b/domains/_discord.lumi.json
index 94a9a1b26..774b92f31 100644
--- a/domains/_discord.lumi.json
+++ b/domains/_discord.lumi.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "itsFatlum",
+ "username": "itssfatlum",
"discord": "563697359423406082"
},
"record": {
diff --git a/domains/_discord.lver.json b/domains/_discord.lver.json
new file mode 100644
index 000000000..6441d8735
--- /dev/null
+++ b/domains/_discord.lver.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lverx",
+ "email": "profoundlvr@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=2e24b5f5d9aa41852614d8b5760748d097b138b9"
+ }
+}
diff --git a/domains/_discord.moddatei.json b/domains/_discord.moddatei.json
new file mode 100644
index 000000000..0f2871c2c
--- /dev/null
+++ b/domains/_discord.moddatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "moddatei",
+ "email": "moddatei@proton.me"
+ },
+ "record": {
+ "TXT": "dh=61bcf3ed41433d6b179422a6b0bd4fc2b95acf4e"
+ }
+}
diff --git a/domains/_discord.nek0zyx.json b/domains/_discord.nek0zyx.json
new file mode 100644
index 000000000..b409d2807
--- /dev/null
+++ b/domains/_discord.nek0zyx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nek0zyx",
+ "email": "nek0zyx@costmiku.space"
+ },
+ "record": {
+ "TXT": "dh=540cae67bbdffb46fb380c384823dda2270a28f0"
+ }
+}
diff --git a/domains/_discord.nickibreeki.json b/domains/_discord.nickibreeki.json
new file mode 100644
index 000000000..d3b54f4f7
--- /dev/null
+++ b/domains/_discord.nickibreeki.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "n1ckibreeki",
+ "email": "nickibreeki@outlook.com"
+ },
+ "record": {
+ "TXT": "dh=14acda3ef13ac5d15f7cf8e8cfd3a8556fc227eb"
+ }
+}
diff --git a/domains/_discord.notcoded.json b/domains/_discord.notcoded.json
new file mode 100644
index 000000000..4b0d5f267
--- /dev/null
+++ b/domains/_discord.notcoded.json
@@ -0,0 +1,11 @@
+{
+ "description": "domain verification for discord",
+ "owner": {
+ "username": "not-coded",
+ "discord": "notcoded",
+ "discordUserID": "620662953347121163"
+ },
+ "record": {
+ "TXT": "dh=0a6a5afd3a6ee9b2709a43a77e6679a2e9969384"
+ }
+}
diff --git a/domains/_discord.notzer0two.json b/domains/_discord.notzer0two.json
new file mode 100644
index 000000000..690fc331e
--- /dev/null
+++ b/domains/_discord.notzer0two.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NotZer0Two",
+ "email": "lyonfan2010@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=89504c863f0365fd5e214e695141b54b8d44c6c7"
+ }
+}
diff --git a/domains/_discord.nuggew.json b/domains/_discord.nuggew.json
new file mode 100644
index 000000000..39d8df00c
--- /dev/null
+++ b/domains/_discord.nuggew.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Nuggew",
+ "email": "contato.guilherme.silva.araujo@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=a5d33ae1ddbac9692e675b562538f6b316f1aa1f"
+ }
+}
diff --git a/domains/_discord.priyanshu.json b/domains/_discord.priyanshu.json
index de00307ca..9acf6b2e0 100644
--- a/domains/_discord.priyanshu.json
+++ b/domains/_discord.priyanshu.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "Priyansxu",
- "email": "cloudypriyanshu@gmail.com",
+ "email": "priyansxu@yahoo.com",
"discord": "priyansxu"
},
"record": {
diff --git a/domains/_discord.qing762.json b/domains/_discord.qing762.json
new file mode 100644
index 000000000..29b423eda
--- /dev/null
+++ b/domains/_discord.qing762.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "qing762",
+ "email": "q1ng762@outlook.com"
+ },
+ "record": {
+ "TXT": "dh=c798ccabffa36b2206669860c46efe903852e675"
+ }
+}
diff --git a/domains/_discord.roki.json b/domains/_discord.roki.json
new file mode 100644
index 000000000..f829530db
--- /dev/null
+++ b/domains/_discord.roki.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Roki100",
+ "discord": "289479495444987904"
+ },
+ "record": {
+ "TXT": "dh=7c71f3dd265b7bae0e9a7383a779bddc4e8adf62"
+ }
+}
diff --git a/domains/_discord.rouf0x.json b/domains/_discord.rouf0x.json
index b8e5e35c2..b9cd3eb35 100644
--- a/domains/_discord.rouf0x.json
+++ b/domains/_discord.rouf0x.json
@@ -1,8 +1,7 @@
{
"owner": {
- "username": "Roufox",
- "email": "gabrielruf.fr@gmail.com",
- "discord": "Roufox"
+ "username": "Rouf0x",
+ "discord": "roufox"
},
"record": {
"TXT": "dh=c3f8c6ef337cccc45ed0c1fac8f1dbbb76b86271"
diff --git a/domains/_discord.sabbir.json b/domains/_discord.sabbir.json
deleted file mode 100644
index a57a9d97f..000000000
--- a/domains/_discord.sabbir.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "owner": {
- "username": "s8rr"
- },
- "record": {
- "TXT": ["dh=02cb947f7961bbd1816cb3aa4d2d47854665515c"]
- }
-}
diff --git a/domains/_discord.schuh.json b/domains/_discord.schuh.json
new file mode 100644
index 000000000..b7db211c7
--- /dev/null
+++ b/domains/_discord.schuh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vqpe",
+ "email": "theschuhofyou@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=7e4702912048b4ff69b652081db69782cd50ccf3"
+ }
+}
diff --git a/domains/_discord.sep.json b/domains/_discord.sep.json
index f1584c0e4..801b76c44 100644
--- a/domains/_discord.sep.json
+++ b/domains/_discord.sep.json
@@ -1,9 +1,9 @@
-{
- "owner": {
- "username": "sepultrex",
- "email": "sepultrex@gmail.com"
- },
- "record": {
- "TXT": "dh=2f929b7a4935af1795801360d92ba2788e27a2ff"
- }
-}
\ No newline at end of file
+{
+ "owner": {
+ "username": "sepultrex",
+ "email": "sepultrex@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=2f929b7a4935af1795801360d92ba2788e27a2ff"
+ }
+}
diff --git a/domains/_discord.shimizu.json b/domains/_discord.shimizu.json
new file mode 100644
index 000000000..027445582
--- /dev/null
+++ b/domains/_discord.shimizu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mikofoxie",
+ "email": "shimizulazy@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=a24d14132caded8f17f5e4fdd4222378e8df2b89"
+ }
+}
diff --git a/domains/_discord.thangle.json b/domains/_discord.thangle.json
new file mode 100644
index 000000000..ed21f0026
--- /dev/null
+++ b/domains/_discord.thangle.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ThangLe9999",
+ "discord": "872078632565215282",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.G5BtkuOaAUmFdixUP1IN4ZTmec-NZCllzsliK6q8sggJkBzasXefGfeEh6pBOiZ6ZkV2gr-GCdTN7LkP7QLPgLN6FglXac8BP1DSGDF3Lo8ULvrM-CpLUdeR0mqes6OQVvWdmPhZgVFGF3ItzDXQ7SqB6zrMbEWEwuZeg2KLHyPqvHsdrWLjzNpvVUwZRBuxicPyNTT70oMbPaOn3cvg4J_mVxNywnrIY5F34-T4tmiOEijsHmPwG2RzHsTCzC3cGYfNmokQtAsL0jhIMH4GzYdbTUsjDOrqbLdT-W2y33pQkeQuCjdf8KkeYCfacE0oWAZKFhrW2X0zJLYvGQBeuw.3qY1yT9H2x2WH2DePTziiw.PJvjWBGxfTgCKqZiHuAsRaUEdjld3XeMAw7NwX9P28VSFOS3-xsSiOvbLrCo1n1nTF-4g8EIRkkFJPn2P1T6YUDNuHVqbvnGg2wfhpfdSaM.yxghx67x9iGLMjDEKJdeAw"
+ },
+
+ "record": {
+ "TXT": "dh=8d98fb5fefbb1915e89d5dc43c9fdd9fa801557f"
+ }
+}
diff --git a/domains/_discord.voxxdevv.json b/domains/_discord.voxxdevv.json
index 3b379ef5b..89619e1df 100644
--- a/domains/_discord.voxxdevv.json
+++ b/domains/_discord.voxxdevv.json
@@ -4,6 +4,6 @@
"email": "aminrh@icloud.com"
},
"record": {
- "TXT": "dh=6d817006952096ed75c9c1c84fab50783bad46ac"
+ "TXT": "dh=86ca7e3af41dae9a1eea4036e19ff63c8417dca0"
}
}
diff --git a/domains/_discord.whisp.json b/domains/_discord.whisp.json
deleted file mode 100644
index e84b61faf..000000000
--- a/domains/_discord.whisp.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "itswhisp",
- "email": "ag.whisp@gmail.com"
- },
- "record": {
- "TXT": "dh=f98e45bf000905131a5ee712210c9561d2079b24"
- }
-}
diff --git a/domains/_dmarc.sewt.json b/domains/_dmarc.sewt.json
new file mode 100644
index 000000000..e0d29af48
--- /dev/null
+++ b/domains/_dmarc.sewt.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SkyExploreWasTaken",
+ "discord": "1049263707177353247"
+ },
+ "record": {
+ "TXT": "v=DMARC1; p=quarantine; pct=100; adkim=s; aspf=s"
+ }
+}
diff --git a/domains/_gh-juststudio7-o.js.json b/domains/_gh-juststudio7-o.js.json
new file mode 100644
index 000000000..4ed5dadd5
--- /dev/null
+++ b/domains/_gh-juststudio7-o.js.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "support@juststudio.is-a.dev",
+ "discord": "1117482901353812088"
+ },
+ "record": {
+ "TXT": ["53741b79f9"]
+ }
+}
diff --git a/domains/_gh-lumidevelopment-o.lumi.json b/domains/_gh-lumidevelopment-o.lumi.json
index 93f4e58c2..9053f020f 100644
--- a/domains/_gh-lumidevelopment-o.lumi.json
+++ b/domains/_gh-lumidevelopment-o.lumi.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "LUMIDevelopment"
+ "username": "itssfatlum"
},
"record": {
"TXT": ["eade7c5be7"]
diff --git a/domains/_github-challenge-spicydevs-org.spicy.json b/domains/_github-challenge-spicydevs-org.spicy.json
deleted file mode 100644
index b38b357ca..000000000
--- a/domains/_github-challenge-spicydevs-org.spicy.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "oyepriyansh",
- "email": "oyepriyansh@hotmail.com"
- },
- "record": {
- "TXT": "0e84f14f3a"
- }
-}
diff --git a/domains/_github-pages-challenge-abiapp789.abiapp22.json b/domains/_github-pages-challenge-abiapp789.abiapp22.json
deleted file mode 100644
index cd681e6b9..000000000
--- a/domains/_github-pages-challenge-abiapp789.abiapp22.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "domain": "abiapp1789.is-a.dev",
- "owner": {
- "username": "abiapp789",
- "email": "abiapp2024@gmail.com"
- },
- "record": {
- "TXT": "e8984bf946de59788c1b78b19b8d51"
- }
-}
diff --git a/domains/_github-pages-challenge-akpi816218.akpi.json b/domains/_github-pages-challenge-akpi816218.akpi.json
deleted file mode 100644
index 030db64ef..000000000
--- a/domains/_github-pages-challenge-akpi816218.akpi.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "akpi816218",
- "discord": "equus_quagga"
- },
- "record": {
- "TXT": "83f74e3c71720aa4514d32cabe7324"
- }
-}
diff --git a/domains/_github-pages-challenge-alenseeman.alen.json b/domains/_github-pages-challenge-alenseeman.alen.json
new file mode 100644
index 000000000..2af91df99
--- /dev/null
+++ b/domains/_github-pages-challenge-alenseeman.alen.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alenseeman",
+ "email": "alenseeman@hotmail.com"
+ },
+ "record": {
+ "TXT": "8a6132b9777f26ea1a3f2a892f92f6"
+ }
+}
diff --git a/domains/_github-pages-challenge-alpha-og.athulanoop.json b/domains/_github-pages-challenge-alpha-og.athulanoop.json
new file mode 100644
index 000000000..1aab4b74e
--- /dev/null
+++ b/domains/_github-pages-challenge-alpha-og.athulanoop.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alpha-og",
+ "email": "athulanoop2020@gmail.com"
+ },
+ "record": {
+ "TXT": "f39f5fde5d918c2ca297b843c5776b"
+ }
+}
diff --git a/domains/_github-pages-challenge-arsenobetaine.arsenobetaine.json b/domains/_github-pages-challenge-arsenobetaine.arsenobetaine.json
new file mode 100644
index 000000000..62bf5d789
--- /dev/null
+++ b/domains/_github-pages-challenge-arsenobetaine.arsenobetaine.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "arsenobetaine",
+ "email": "arsenobetaine@gmail.com"
+ },
+ "record": {
+ "TXT": "02ff8b21eeaed5e8333376fc244485"
+ }
+}
diff --git a/domains/_github-pages-challenge-ayberktandogan.ayberk.json b/domains/_github-pages-challenge-ayberktandogan.ayberk.json
new file mode 100644
index 000000000..7d2dd41e0
--- /dev/null
+++ b/domains/_github-pages-challenge-ayberktandogan.ayberk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ayberktandogan",
+ "email": "ayberk.tandogan@outlook.com"
+ },
+ "record": {
+ "TXT": "6fe6a3695f856260a2fa97ce9dfe94"
+ }
+}
diff --git a/domains/_github-pages-challenge-baturalp52.baturalp.json b/domains/_github-pages-challenge-baturalp52.baturalp.json
new file mode 100644
index 000000000..4bdbd3237
--- /dev/null
+++ b/domains/_github-pages-challenge-baturalp52.baturalp.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Baturalp52",
+ "email": "baturalpsonmez2002@gmail.com"
+ },
+ "record": {
+ "TXT": "8e1fd82942a7ceae35f62019e370aa"
+ }
+}
diff --git a/domains/_github-pages-challenge-breakertws.breakertws.json b/domains/_github-pages-challenge-breakertws.breakertws.json
new file mode 100644
index 000000000..1f660b9b6
--- /dev/null
+++ b/domains/_github-pages-challenge-breakertws.breakertws.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BreakerTWS",
+ "email": "breakingtws@gmail.com"
+ },
+ "record": {
+ "TXT": "dcde9a29c9e10cbea2e47c46805b57"
+ }
+}
diff --git a/domains/_github-pages-challenge-chauvansang.sang.json b/domains/_github-pages-challenge-chauvansang.sang.json
index 733c9a150..4ddffeb83 100644
--- a/domains/_github-pages-challenge-chauvansang.sang.json
+++ b/domains/_github-pages-challenge-chauvansang.sang.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "chauvansang",
- "email": "cvansang94@gmail.com"
- },
- "record": {
- "TXT": "8a2d191d582a62b817e10aa08b67f5"
- }
+ "owner": {
+ "username": "chauvansang",
+ "email": "cvansang94@gmail.com"
+ },
+ "record": {
+ "TXT": "8a2d191d582a62b817e10aa08b67f5"
+ }
}
diff --git a/domains/_github-pages-challenge-daspete.pete.json b/domains/_github-pages-challenge-daspete.pete.json
new file mode 100644
index 000000000..64ef791c7
--- /dev/null
+++ b/domains/_github-pages-challenge-daspete.pete.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "daspete",
+ "email": "daspetemail@gmail.com"
+ },
+ "record": {
+ "TXT": "ece69b9f0bf2d6d1bda512b8af30fa"
+ }
+}
diff --git a/domains/_github-pages-challenge-duc-ios.duc.json b/domains/_github-pages-challenge-duc-ios.duc.json
new file mode 100644
index 000000000..4a017f679
--- /dev/null
+++ b/domains/_github-pages-challenge-duc-ios.duc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "duc-ios",
+ "email": "hi@duk.one"
+ },
+ "record": {
+ "TXT": "91c9fd955fd906fab980881cb5f477"
+ }
+}
diff --git a/domains/_github-pages-challenge-exyxz.exyxz.json b/domains/_github-pages-challenge-exyxz.exyxz.json
new file mode 100644
index 000000000..4b0c1d6c2
--- /dev/null
+++ b/domains/_github-pages-challenge-exyxz.exyxz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "exyxz",
+ "discord": "exyxz"
+ },
+ "record": {
+ "TXT": "38873ba2da582e531282026e6fb4bf"
+ }
+}
\ No newline at end of file
diff --git a/domains/_github-pages-challenge-fa-fifi.fa-fifi.json b/domains/_github-pages-challenge-fa-fifi.fa-fifi.json
deleted file mode 100644
index e68a19e0e..000000000
--- a/domains/_github-pages-challenge-fa-fifi.fa-fifi.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Github page domain verification",
- "owner": {
- "username": "fa-fifi",
- "email": "fafifi1997@gmail.com"
- },
- "record": {
- "TXT": "4076c15aac94a89c1a131d252cf368"
- }
-}
diff --git a/domains/_github-pages-challenge-gewaleelek.gewalee.json b/domains/_github-pages-challenge-gewaleelek.gewalee.json
new file mode 100644
index 000000000..3cd79d42b
--- /dev/null
+++ b/domains/_github-pages-challenge-gewaleelek.gewalee.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "gewaleelek"
+ },
+ "record": {
+ "TXT": "06e9ec8a834fc5e6c09ded6c524be4"
+ }
+}
diff --git a/domains/_github-pages-challenge-herwingx.ghsearch.json b/domains/_github-pages-challenge-herwingx.ghsearch.json
new file mode 100644
index 000000000..6c38dd1e4
--- /dev/null
+++ b/domains/_github-pages-challenge-herwingx.ghsearch.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "herwingx",
+ "email": "herwingmacias@gmail.com"
+ },
+ "record": {
+ "TXT": "2a006f5ffbfb592d6001e215d479da"
+ }
+}
diff --git a/domains/_github-pages-challenge-hungthai1401.hungthai.json b/domains/_github-pages-challenge-hungthai1401.hungthai.json
new file mode 100644
index 000000000..04d99debd
--- /dev/null
+++ b/domains/_github-pages-challenge-hungthai1401.hungthai.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "hungthai1401",
+ "email": "hungthai1401.it@gmail.com"
+ },
+ "record": {
+ "TXT": "693e3be4f1121fc00f2fbad65439d0"
+ }
+}
diff --git a/domains/_github-pages-challenge-i-jer.jer.json b/domains/_github-pages-challenge-i-jer.jer.json
index ba868f179..cc0be384e 100644
--- a/domains/_github-pages-challenge-i-jer.jer.json
+++ b/domains/_github-pages-challenge-i-jer.jer.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "JerBlox",
+ "username": "i-Jer",
"email": "chen.fuyuan07@gmail.com"
},
"record": {
diff --git a/domains/nic.json b/domains/_github-pages-challenge-is-a-dev.raw.json
similarity index 69%
rename from domains/nic.json
rename to domains/_github-pages-challenge-is-a-dev.raw.json
index c78690f36..586d27003 100644
--- a/domains/nic.json
+++ b/domains/_github-pages-challenge-is-a-dev.raw.json
@@ -4,6 +4,6 @@
"email": "admin@is-a.dev"
},
"record": {
- "URL": "https://is-a.dev"
+ "TXT": "451887dc71c60fef6eb91e9b1ac27d"
}
}
diff --git a/domains/_github-pages-challenge-jecoh12.jecoh.json b/domains/_github-pages-challenge-jecoh12.jecoh.json
new file mode 100644
index 000000000..be579d34b
--- /dev/null
+++ b/domains/_github-pages-challenge-jecoh12.jecoh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jecoh12",
+ "email": "jecoh12@gmail.com"
+ },
+ "record": {
+ "TXT": "06b17cb3b27f897547ef636ec8189d"
+ }
+}
diff --git a/domains/_github-pages-challenge-jlai403.joey.json b/domains/_github-pages-challenge-jlai403.joey.json
new file mode 100644
index 000000000..21df29414
--- /dev/null
+++ b/domains/_github-pages-challenge-jlai403.joey.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jlai403",
+ "discord": "120522740590575616"
+ },
+ "record": {
+ "TXT": "f6ab04a95a9197df0b4d38f5426824"
+ }
+}
diff --git a/domains/_github-pages-challenge-juansamayoa.juan-samayoa.json b/domains/_github-pages-challenge-juansamayoa.juan-samayoa.json
new file mode 100644
index 000000000..90fc9e6a8
--- /dev/null
+++ b/domains/_github-pages-challenge-juansamayoa.juan-samayoa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JuanSamayoa",
+ "email": "juancho1705@gmail.com"
+ },
+ "record": {
+ "TXT": "fc8f871bfa593a9c2c21cc89bc2a84"
+ }
+}
diff --git a/domains/_github-pages-challenge-kajpio.kajetan.json b/domains/_github-pages-challenge-kajpio.kajetan.json
new file mode 100644
index 000000000..351dd400a
--- /dev/null
+++ b/domains/_github-pages-challenge-kajpio.kajetan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Kajpio",
+ "email": "thugmichel14@gmail.com"
+ },
+ "record": {
+ "TXT": "22a0972632a2df28e644ae320025b9"
+ }
+}
diff --git a/domains/_github-pages-challenge-kellylawrence.kelly.json b/domains/_github-pages-challenge-kellylawrence.kelly.json
index a6f1930f8..b9c8eb85b 100644
--- a/domains/_github-pages-challenge-kellylawrence.kelly.json
+++ b/domains/_github-pages-challenge-kellylawrence.kelly.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "kellylawrence",
- "email": "kelly@kellylawrence.ca"
- },
- "record": {
- "TXT": "26237ec72d51f1ba56e371e8e3fef9"
- }
+ "owner": {
+ "username": "kellylawrence",
+ "email": "kelly@kellylawrence.ca"
+ },
+ "record": {
+ "TXT": "26237ec72d51f1ba56e371e8e3fef9"
+ }
}
diff --git a/domains/_github-pages-challenge-knowgaurav.gauravsingh.json b/domains/_github-pages-challenge-knowgaurav.gauravsingh.json
new file mode 100644
index 000000000..ee1f70eac
--- /dev/null
+++ b/domains/_github-pages-challenge-knowgaurav.gauravsingh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "knowgaurav",
+ "email": "qj1b83fmt@mozmail.com"
+ },
+ "record": {
+ "TXT": "eaf70c3b4e96a8417de6d506d64c88"
+ }
+}
diff --git a/domains/_github-pages-challenge-kunalpurandare.kunalpurandare.json b/domains/_github-pages-challenge-kunalpurandare.kunalpurandare.json
new file mode 100644
index 000000000..c3623095c
--- /dev/null
+++ b/domains/_github-pages-challenge-kunalpurandare.kunalpurandare.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kunalpurandare",
+ "email": "kunalpurandare1703@gmail.com"
+ },
+ "record": {
+ "TXT": "6ab808f578d906f3b0fe8333da9b57"
+ }
+}
diff --git a/domains/_github-pages-challenge-lean-cc.kars.json b/domains/_github-pages-challenge-lean-cc.kars.json
deleted file mode 100644
index 3b0f43bdf..000000000
--- a/domains/_github-pages-challenge-lean-cc.kars.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Personal website.",
- "repo": "https://github.com/lean-cc/Personal-site",
- "owner": {
- "username": "lean-cc",
- "email": "leancc3020@gmail.com"
- },
- "record": {
- "TXT": "3c11059b471a5b5163437912c020df"
- }
-}
diff --git a/domains/_github-pages-challenge-leespencer.spencer.json b/domains/_github-pages-challenge-leespencer.spencer.json
new file mode 100644
index 000000000..9ad6bbbfe
--- /dev/null
+++ b/domains/_github-pages-challenge-leespencer.spencer.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LeeSpencer",
+ "email": "mr.lee.spencer@gmail.com"
+ },
+ "record": {
+ "TXT": "d2ec009b06395dafb0b2a7cb525a3a"
+ }
+}
diff --git a/domains/_github-pages-challenge-ligmatv.ligmatv.json b/domains/_github-pages-challenge-ligmatv.ligmatv.json
deleted file mode 100644
index 7e27b7ac0..000000000
--- a/domains/_github-pages-challenge-ligmatv.ligmatv.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "LIGMATV",
- "email": "ligmatv.id@gmail.com"
- },
- "record": {
- "TXT": "de8560c4ea3c0f753266b402385c50"
- }
-}
diff --git a/domains/_github-pages-challenge-lyaxsh.lyaxsh.json b/domains/_github-pages-challenge-lyaxsh.lyaxsh.json
new file mode 100644
index 000000000..8ab20d7e9
--- /dev/null
+++ b/domains/_github-pages-challenge-lyaxsh.lyaxsh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lyaxsh",
+ "email": "lakshnahar.forwork@gmail.com"
+ },
+ "record": {
+ "TXT": "052e15826ee7e1723c713d222b1bcc"
+ }
+}
diff --git a/domains/_github-pages-challenge-mcalec-dev.mcalec.json b/domains/_github-pages-challenge-mcalec-dev.mcalec.json
index d1525b872..be12871f5 100644
--- a/domains/_github-pages-challenge-mcalec-dev.mcalec.json
+++ b/domains/_github-pages-challenge-mcalec-dev.mcalec.json
@@ -1,12 +1,12 @@
{
- "description": "mcalec.is-a.dev",
- "repo": "https://github.com/mcalec-dev/mcalec.is-a.dev",
- "owner": {
- "username": "mcalec-dev",
- "email": "hello@mcalec.dev",
- "discord": "mcalec"
- },
- "record": {
- "TXT": "015fcfab7237a3342e028237414716"
- }
+ "description": "mcalec.is-a.dev",
+ "repo": "https://github.com/mcalec-dev/mcalec.is-a.dev",
+ "owner": {
+ "username": "mcalec-dev",
+ "email": "hello@mcalec.dev",
+ "discord": "mcalec"
+ },
+ "record": {
+ "TXT": "015fcfab7237a3342e028237414716"
+ }
}
diff --git a/domains/_github-pages-challenge-mnhtng.mnhtng.json b/domains/_github-pages-challenge-mnhtng.mnhtng.json
new file mode 100644
index 000000000..20bde4b60
--- /dev/null
+++ b/domains/_github-pages-challenge-mnhtng.mnhtng.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "mnhtng"
+ },
+ "record": {
+ "TXT": "d3bfa02a77af7eec2db5df3a4d98da"
+ }
+}
diff --git a/domains/_github-pages-challenge-mrsanjaya.jasa.json b/domains/_github-pages-challenge-mrsanjaya.jasa.json
new file mode 100644
index 000000000..f4c19e493
--- /dev/null
+++ b/domains/_github-pages-challenge-mrsanjaya.jasa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mrsanjaya",
+ "email": "sandhysanjaya0110@gmail.com"
+ },
+ "record": {
+ "TXT": "d8a383c1e9f79f3d08781238025862"
+ }
+}
diff --git a/domains/_github-pages-challenge-mrsiir.xavier.json b/domains/_github-pages-challenge-mrsiir.xavier.json
new file mode 100644
index 000000000..c68522f20
--- /dev/null
+++ b/domains/_github-pages-challenge-mrsiir.xavier.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MrSiir",
+ "email": "mrsiir@gmail.com"
+ },
+ "record": {
+ "TXT": "137e2b17a723cce89a10e5e245a3b5"
+ }
+}
diff --git a/domains/_github-pages-challenge-mysterv.my5ter.json b/domains/_github-pages-challenge-mysterv.my5ter.json
new file mode 100644
index 000000000..f02e48e27
--- /dev/null
+++ b/domains/_github-pages-challenge-mysterv.my5ter.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MysterV",
+ "email": "myster@ik.me"
+ },
+ "record": {
+ "TXT": "b3c336392a691368a55de53cff8fd8"
+ }
+}
diff --git a/domains/_github-pages-challenge-mysterv.myster.json b/domains/_github-pages-challenge-mysterv.myster.json
new file mode 100644
index 000000000..07a1e707c
--- /dev/null
+++ b/domains/_github-pages-challenge-mysterv.myster.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MysterV",
+ "email": "myster@ik.me"
+ },
+ "record": {
+ "TXT": "e87fc6899d83da116cebe8335835d2"
+ }
+}
diff --git a/domains/_github-pages-challenge-natedog2424.nd24.json b/domains/_github-pages-challenge-natedog2424.nd24.json
index b1edfb72e..1be329a14 100644
--- a/domains/_github-pages-challenge-natedog2424.nd24.json
+++ b/domains/_github-pages-challenge-natedog2424.nd24.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "natedog2424",
- "email": "natedog2424mail@gmail.com"
- },
- "record": {
- "TXT": "277ecd07aa6d1593b09b96c9329e3b"
- }
+ "owner": {
+ "username": "natedog2424",
+ "email": "natedog2424mail@gmail.com"
+ },
+ "record": {
+ "TXT": "277ecd07aa6d1593b09b96c9329e3b"
+ }
}
diff --git a/domains/_github-pages-challenge-nduartech.nathan.json b/domains/_github-pages-challenge-nduartech.nathan.json
new file mode 100644
index 000000000..4b689eb3b
--- /dev/null
+++ b/domains/_github-pages-challenge-nduartech.nathan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nduartech",
+ "email": "nduartech101@gmail.com"
+ },
+ "record": {
+ "TXT": "79d3051264abe353b91b26d27d0e42"
+ }
+}
diff --git a/domains/_github-pages-challenge-nuraly-v.nuraly.json b/domains/_github-pages-challenge-nuraly-v.nuraly.json
new file mode 100644
index 000000000..3407dc574
--- /dev/null
+++ b/domains/_github-pages-challenge-nuraly-v.nuraly.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nuraly-v",
+ "email": "mescorpx@gmail.com"
+ },
+ "record": {
+ "TXT": "aecce766c2f539c48be6e59e611020"
+ }
+}
diff --git a/domains/_github-pages-challenge-owentechv.owentech.json b/domains/_github-pages-challenge-owentechv.owentech.json
deleted file mode 100644
index 927cddd9f..000000000
--- a/domains/_github-pages-challenge-owentechv.owentech.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "owentechv",
- "email": "dowenx83@gmail.com"
- },
- "record": {
- "TXT": "c07b3c627d33a0c9fe4cbc593a2234"
- }
-}
diff --git a/domains/_github-pages-challenge-parzi-val.bala.json b/domains/_github-pages-challenge-parzi-val.bala.json
index 42a5c2b1d..d616d7121 100644
--- a/domains/_github-pages-challenge-parzi-val.bala.json
+++ b/domains/_github-pages-challenge-parzi-val.bala.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "parzi-val",
- "email": "krbala1511@gmail.com"
- },
- "record": {
- "TXT": "ce0aa85ad09c4e53ee08034cd66447"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "parzi-val",
+ "email": "krbala1511@gmail.com"
+ },
+ "record": {
+ "TXT": "ce0aa85ad09c4e53ee08034cd66447"
+ }
+}
diff --git a/domains/_github-pages-challenge-peterbuga.peterbuga.json b/domains/_github-pages-challenge-peterbuga.peterbuga.json
new file mode 100644
index 000000000..5049a8aea
--- /dev/null
+++ b/domains/_github-pages-challenge-peterbuga.peterbuga.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "peterbuga",
+ "discord": "902580031044325407"
+ },
+ "record": {
+ "TXT": "02d47f8f8f4e0b58658a80eff34a66"
+ }
+}
diff --git a/domains/_github-pages-challenge-prs96.pranavs.json b/domains/_github-pages-challenge-prs96.pranavs.json
new file mode 100644
index 000000000..92df3ec58
--- /dev/null
+++ b/domains/_github-pages-challenge-prs96.pranavs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Prs96",
+ "email": "pranavsudheesh34@gmail.com"
+ },
+ "record": {
+ "TXT": "191a26c6879278f22117451ad5d91c"
+ }
+}
diff --git a/domains/_github-pages-challenge-ramanandkrgupta.ramanand.json b/domains/_github-pages-challenge-ramanandkrgupta.ramanand.json
deleted file mode 100644
index f3502af5c..000000000
--- a/domains/_github-pages-challenge-ramanandkrgupta.ramanand.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "ramanandkrgupta",
- "email": "ramanand@myyahoo.com"
- },
- "record": {
- "TXT": "07cd3e879dce98546f212f494f50da"
- }
-}
diff --git a/domains/_github-pages-challenge-ravikhokhar23.ravi.json b/domains/_github-pages-challenge-ravikhokhar23.ravi.json
new file mode 100644
index 000000000..47c732492
--- /dev/null
+++ b/domains/_github-pages-challenge-ravikhokhar23.ravi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ravikhokhar23",
+ "email": "khokhar.ravikumar@gmail.com"
+ },
+ "record": {
+ "TXT": "48fae48f04aa23f0be9bb8b052c7d0"
+ }
+}
diff --git a/domains/_github-pages-challenge-robinjesba.robin.json b/domains/_github-pages-challenge-robinjesba.robin.json
index 0019269cc..eafe3866e 100644
--- a/domains/_github-pages-challenge-robinjesba.robin.json
+++ b/domains/_github-pages-challenge-robinjesba.robin.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "RobinJesba",
- "email": "jb.robinm@gmail.com"
- },
- "record": {
- "TXT": "eed44d532373578471a0fb245336c4"
- }
+ "owner": {
+ "username": "RobinJesba",
+ "email": "jb.robinm@gmail.com"
+ },
+ "record": {
+ "TXT": "eed44d532373578471a0fb245336c4"
+ }
}
diff --git a/domains/_github-pages-challenge-rudwolf.rodolfo.json b/domains/_github-pages-challenge-rudwolf.rodolfo.json
new file mode 100644
index 000000000..a3d1d3b7d
--- /dev/null
+++ b/domains/_github-pages-challenge-rudwolf.rodolfo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rudwolf",
+ "email": "rudwolf@gmail.com"
+ },
+ "record": {
+ "TXT": "549d8e2eaf3753b07362c99c2eb240"
+ }
+}
diff --git a/domains/_github-pages-challenge-saganaki22.drbaph.json b/domains/_github-pages-challenge-saganaki22.drbaph.json
new file mode 100644
index 000000000..8c27fc546
--- /dev/null
+++ b/domains/_github-pages-challenge-saganaki22.drbaph.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Saganaki22",
+ "email": "info@drbaph.dev"
+ },
+ "record": {
+ "TXT": "5aa90f589281a20522ec58d7b8a739"
+ }
+}
diff --git a/domains/_github-pages-challenge-sandunmadhushan.sandun.json b/domains/_github-pages-challenge-sandunmadhushan.sandun.json
new file mode 100644
index 000000000..a26c14771
--- /dev/null
+++ b/domains/_github-pages-challenge-sandunmadhushan.sandun.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sandunMadhushan",
+ "email": "sandunhmadushan9330@gmail.com"
+ },
+ "record": {
+ "TXT": "6f8cbcd17af6f3e277eb864f78cfeb"
+ }
+}
diff --git a/domains/_github-pages-challenge-sangeeth-606.sangeeth.json b/domains/_github-pages-challenge-sangeeth-606.sangeeth.json
index 4a4eb54b2..f02e58941 100644
--- a/domains/_github-pages-challenge-sangeeth-606.sangeeth.json
+++ b/domains/_github-pages-challenge-sangeeth-606.sangeeth.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "sangeeth-606",
- "email": "sangeeth999123@gmail.com"
- },
- "record": {
- "TXT": "db86cdabc094732729851d093e4c47"
- }
+ "owner": {
+ "username": "sangeeth-606",
+ "email": "sangeeth999123@gmail.com"
+ },
+ "record": {
+ "TXT": "db86cdabc094732729851d093e4c47"
+ }
}
diff --git a/domains/_github-pages-challenge-sepultrex.sep.json b/domains/_github-pages-challenge-sepultrex.sep.json
index 34d0664e8..2d9d5dca9 100644
--- a/domains/_github-pages-challenge-sepultrex.sep.json
+++ b/domains/_github-pages-challenge-sepultrex.sep.json
@@ -1,8 +1,8 @@
-{
- "owner": {
- "username": "sepultrex"
- },
- "record": {
- "TXT": "9d48d99c569b77b148651f4052b25f"
- }
- }
\ No newline at end of file
+{
+ "owner": {
+ "username": "sepultrex"
+ },
+ "record": {
+ "TXT": "9d48d99c569b77b148651f4052b25f"
+ }
+}
diff --git a/domains/_github-pages-challenge-shukraditya.shukraditya.json b/domains/_github-pages-challenge-shukraditya.shukraditya.json
index 88e6eb8d1..3719166a9 100644
--- a/domains/_github-pages-challenge-shukraditya.shukraditya.json
+++ b/domains/_github-pages-challenge-shukraditya.shukraditya.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "shukraditya",
- "email": "shukra12bose@gmail.com"
- },
- "record": {
- "TXT": "617d0b9d13126957daf657d7396ec2"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "shukraditya",
+ "email": "shukra12bose@gmail.com"
+ },
+ "record": {
+ "TXT": "617d0b9d13126957daf657d7396ec2"
+ }
+}
diff --git a/domains/_github-pages-challenge-sidhant947.sidhant.json b/domains/_github-pages-challenge-sidhant947.sidhant.json
new file mode 100644
index 000000000..24fcbb24b
--- /dev/null
+++ b/domains/_github-pages-challenge-sidhant947.sidhant.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sidhant947",
+ "email": "khatkarsidhant@gmail.com"
+ },
+ "record": {
+ "TXT": "6c4f29a8923a09d9e9c36a95669015"
+ }
+}
diff --git a/domains/_github-pages-challenge-therookiecoder.therookiecoder.json b/domains/_github-pages-challenge-therookiecoder.therookiecoder.json
new file mode 100644
index 000000000..fbf7295f8
--- /dev/null
+++ b/domains/_github-pages-challenge-therookiecoder.therookiecoder.json
@@ -0,0 +1,12 @@
+{
+ "description": "GitHub domain verification for my personal website",
+ "repo": "https://github.com/theRookieCoder/theRookieCoder.github.io",
+ "owner": {
+ "username": "theRookieCoder",
+ "email": "ileshkt@gmail.com",
+ "discord": "therookiecoder"
+ },
+ "record": {
+ "TXT": "11a49aa635c8bc15e62134fbd34a46"
+ }
+}
diff --git a/domains/_github-pages-challenge-thorito.thorito.json b/domains/_github-pages-challenge-thorito.thorito.json
new file mode 100644
index 000000000..517999f9c
--- /dev/null
+++ b/domains/_github-pages-challenge-thorito.thorito.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "thorito",
+ "email": "victor.villar.misa@gmail.com"
+ },
+ "record": {
+ "TXT": "900d61c3e5e63880bf2f15832064bc"
+ }
+}
diff --git a/domains/_github-pages-challenge-totalolage.filip.json b/domains/_github-pages-challenge-totalolage.filip.json
new file mode 100644
index 000000000..01eff4575
--- /dev/null
+++ b/domains/_github-pages-challenge-totalolage.filip.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "totalolage",
+ "email": "filip@kalny.net"
+ },
+ "record": {
+ "TXT": "7023b937e5e580da1a941ec57734df"
+ }
+}
diff --git a/domains/_github-pages-challenge-unidentifiedx.sunzizhuo.json b/domains/_github-pages-challenge-unidentifiedx.sunzizhuo.json
new file mode 100644
index 000000000..2373cfd05
--- /dev/null
+++ b/domains/_github-pages-challenge-unidentifiedx.sunzizhuo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "UnidentifiedX",
+ "email": "sunzizhuo33@gmail.com"
+ },
+ "record": {
+ "TXT": "82c071e58d59a58ca0ac52f3240f65"
+ }
+}
diff --git a/domains/_github-pages-challenge-weebneedweed.harley.json b/domains/_github-pages-challenge-weebneedweed.harley.json
new file mode 100644
index 000000000..94d74d30d
--- /dev/null
+++ b/domains/_github-pages-challenge-weebneedweed.harley.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "weebNeedWeed",
+ "email": "rivenmle@gmail.com"
+ },
+ "record": {
+ "TXT": "659c12dc6e08a166dc1e88780bd87d"
+ }
+}
diff --git a/domains/_github-pages-challenge-yashokuu.yas.json b/domains/_github-pages-challenge-yashokuu.yas.json
new file mode 100644
index 000000000..17656bd55
--- /dev/null
+++ b/domains/_github-pages-challenge-yashokuu.yas.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "yashoukuu",
+ "email": "yas.studios.en@gmail.com"
+ },
+ "record": {
+ "TXT": "3dc5a3f950e7f70f6535b6bf715042"
+ }
+}
diff --git a/domains/_github-pages-challenge.wildchamo.json b/domains/_github-pages-challenge.wildchamo.json
index 836e5b1ac..ea0ece3d4 100644
--- a/domains/_github-pages-challenge.wildchamo.json
+++ b/domains/_github-pages-challenge.wildchamo.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "wildchamo",
- "email": "wildchamo@gmail.com"
- },
- "record": {
- "TXT": "5b9a158bcd9821a7a78b5b362bccf0"
- }
+ "owner": {
+ "username": "wildchamo",
+ "email": "wildchamo@gmail.com"
+ },
+ "record": {
+ "TXT": "5b9a158bcd9821a7a78b5b362bccf0"
+ }
}
diff --git a/domains/_vercel.4hmet.json b/domains/_vercel.4hmet.json
index a11a56cfc..548534f94 100644
--- a/domains/_vercel.4hmet.json
+++ b/domains/_vercel.4hmet.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ahmetunsal",
- "email": "web.unsalahmet@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=4hmet.is-a.dev,c313bc7151ebff9a1f1f"
- }
+ "owner": {
+ "username": "ahmetunsal",
+ "email": "web.unsalahmet@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=4hmet.is-a.dev,c313bc7151ebff9a1f1f"
+ }
}
diff --git a/domains/_vercel.aadityaa.json b/domains/_vercel.aadityaa.json
new file mode 100644
index 000000000..58ad65db3
--- /dev/null
+++ b/domains/_vercel.aadityaa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Aadityaa2606",
+ "email": "aadityaa2606@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=aadityaa.is-a.dev,ac8d0d70ecad184cddfa"
+ }
+}
diff --git a/domains/_vercel.aakashrawat.json b/domains/_vercel.aakashrawat.json
index 0e745a4ff..b92e69e32 100644
--- a/domains/_vercel.aakashrawat.json
+++ b/domains/_vercel.aakashrawat.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "aakashrawat04",
- "email": "2004rawataakash@gmail.com",
- "discord": "759817307957493800"
- },
- "record": {
- "TXT": "vc-domain-verify=aakashrawat.is-a.dev,d80839eb94f222e03728"
- }
+ "owner": {
+ "username": "aakashrawat04",
+ "email": "2004rawataakash@gmail.com",
+ "discord": "759817307957493800"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=aakashrawat.is-a.dev,d80839eb94f222e03728"
+ }
}
diff --git a/domains/_vercel.abdullah-al-mridul.json b/domains/_vercel.abdullah-al-mridul.json
index f4d8c53a2..178199aa9 100644
--- a/domains/_vercel.abdullah-al-mridul.json
+++ b/domains/_vercel.abdullah-al-mridul.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "abdullah-al-mridul",
- "email": "rim89987@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=abdullah-al-mridul.is-a.dev,28add02b5250c0339353"
- }
+ "owner": {
+ "username": "abdullah-al-mridul",
+ "email": "rim89987@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=abdullah-al-mridul.is-a.dev,28add02b5250c0339353"
+ }
}
diff --git a/domains/_vercel.abdullahcxd.json b/domains/_vercel.abdullahcxd.json
new file mode 100644
index 000000000..9d91dd155
--- /dev/null
+++ b/domains/_vercel.abdullahcxd.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "abdullahcxd",
+ "email": "sabdullahcxd@gmail.com",
+ "discord": "sabdullahcxd"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=docs.abdullahcxd.is-a.dev,88eae4c1971934256cdf"
+ }
+}
diff --git a/domains/_vercel.about.harshshah.json b/domains/_vercel.about.harshshah.json
deleted file mode 100644
index 20179c209..000000000
--- a/domains/_vercel.about.harshshah.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Harsh-0986",
- "email": "harsh2102.dev@gmail.com",
- "discord": "889700837520199761"
- },
- "record": {
- "TXT": "vc-domain-verify=about.harshshah.is-a.dev,f9d8e16efb5cc0d31d96"
- }
-}
diff --git a/domains/_vercel.adiii3692.json b/domains/_vercel.adiii3692.json
new file mode 100644
index 000000000..8ad7df240
--- /dev/null
+++ b/domains/_vercel.adiii3692.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "adiii3692",
+ "email": "adinair0206@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=adiii3692.is-a.dev,be704332b1928225a1ce"
+ }
+}
\ No newline at end of file
diff --git a/domains/_vercel.aditya.json b/domains/_vercel.aditya.json
new file mode 100644
index 000000000..69fd750da
--- /dev/null
+++ b/domains/_vercel.aditya.json
@@ -0,0 +1,10 @@
+{
+ "description": "Aditya portfolio",
+ "owner": {
+ "username": "raghav-45",
+ "email": "raghavbhai4545@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=aditya.is-a.dev,bb0fe79d43ee24597631"
+ }
+}
diff --git a/domains/_vercel.ahios.json b/domains/_vercel.ahios.json
new file mode 100644
index 000000000..eec2a6e3e
--- /dev/null
+++ b/domains/_vercel.ahios.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ahios",
+ "email": "ahios.dev@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=ahios.is-a.dev,4937fc5cde05797c4fc3"
+ }
+}
diff --git a/domains/_vercel.aishik999.json b/domains/_vercel.aishik999.json
new file mode 100644
index 000000000..f1d7e4b23
--- /dev/null
+++ b/domains/_vercel.aishik999.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "aishik999",
+ "email": "aishikm2002@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=aishik999.is-a.dev,ee81dd1464c614776855"
+ }
+}
diff --git a/domains/_vercel.aitji.json b/domains/_vercel.aitji.json
index ae4360a8f..3b7104481 100644
--- a/domains/_vercel.aitji.json
+++ b/domains/_vercel.aitji.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "aitji",
- "email": "ait.suriya@gmail.com",
- "discord": "aitji"
- },
- "record": {
- "TXT": "vc-domain-verify=aitji.is-a.dev,0a05468b82f542c74dea"
- }
+ "owner": {
+ "username": "aitji",
+ "email": "ait.suriya@gmail.com",
+ "discord": "aitji"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=aitji.is-a.dev,0a05468b82f542c74dea"
+ }
}
diff --git a/domains/_vercel.akashkumar.json b/domains/_vercel.akashkumar.json
new file mode 100644
index 000000000..e35f85f2b
--- /dev/null
+++ b/domains/_vercel.akashkumar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "akash-kumar-dev",
+ "email": "akashkumar.dev00@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=akashkumar.is-a.dev,844132b059abdd5bd808"
+ }
+}
diff --git a/domains/_vercel.akk1to.json b/domains/_vercel.akk1to.json
new file mode 100644
index 000000000..52ae857e8
--- /dev/null
+++ b/domains/_vercel.akk1to.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "akk1to",
+ "email": "akk1to.dev@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=blogs.akk1to.is-a.dev,18b784bd5f6ecb5feeb8"
+ }
+}
diff --git a/domains/_vercel.alrakib.json b/domains/_vercel.alrakib.json
new file mode 100644
index 000000000..d764d097f
--- /dev/null
+++ b/domains/_vercel.alrakib.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alrakibthedev",
+ "email": "alrakibthedev@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=alrakib.is-a.dev,3a2663fe979960b1dad2"
+ }
+}
diff --git a/domains/_vercel.alvin.json b/domains/_vercel.alvin.json
index 73cbbec62..acb3eafa7 100644
--- a/domains/_vercel.alvin.json
+++ b/domains/_vercel.alvin.json
@@ -11,7 +11,9 @@
"vc-domain-verify=chat.alvin.is-a.dev,520a1452a367459dd568",
"vc-domain-verify=www.chat.alvin.is-a.dev,df452600790ef98fd42e",
"vc-domain-verify=todo.alvin.is-a.dev,08b2734d859de7c855c5",
- "vc-domain-verify=www.todo.alvin.is-a.dev,affd5e1204871843ebb8"
+ "vc-domain-verify=www.todo.alvin.is-a.dev,affd5e1204871843ebb8",
+ "vc-domain-verify=sign.alvin.is-a.dev,2563e8f2f9edc85132ac",
+ "vc-domain-verify=www.sign.alvin.is-a.dev,94900e209df86ce94741"
]
}
}
diff --git a/domains/_vercel.amanraj.json b/domains/_vercel.amanraj.json
deleted file mode 100644
index 27511e0c9..000000000
--- a/domains/_vercel.amanraj.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "description": "This website is my personal portfolio",
- "repo": "https://github.com/huamanraj/Portfolio-v4",
- "owner": {
- "username": "huamanraj",
- "email": "amanraj12.ar@gmail.com",
- "discord": "amanraj"
- },
- "record": {
- "TXT": ["vc-domain-verify=amanraj.is-a.dev,25dd2c58bb98baf55cd4"]
- }
- }
-
\ No newline at end of file
diff --git a/domains/_vercel.anand.json b/domains/_vercel.anand.json
index 6b53bbfeb..01f2379f5 100644
--- a/domains/_vercel.anand.json
+++ b/domains/_vercel.anand.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "anandd17",
- "email": "avdoddamani123@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=anand.is-a.dev,3a42c86f85216132b3ef"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "anandd17",
+ "email": "avdoddamani123@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=anand.is-a.dev,3a42c86f85216132b3ef"
+ }
+}
diff --git a/domains/_vercel.andresarr.json b/domains/_vercel.andresarr.json
new file mode 100644
index 000000000..b95184791
--- /dev/null
+++ b/domains/_vercel.andresarr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Anonymous1223334444",
+ "email": "replit005@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=andresarr.is-a.dev,c7c6b930211214eb12c5"
+ }
+}
diff --git a/domains/_vercel.aneeshraskar.json b/domains/_vercel.aneeshraskar.json
new file mode 100644
index 000000000..5c5902489
--- /dev/null
+++ b/domains/_vercel.aneeshraskar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Zephyrus02",
+ "email": "aneeshraskar@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=aneeshraskar.is-a.dev,15a32ae23fd15bc3d6ff"
+ }
+}
diff --git a/domains/_vercel.ansh.json b/domains/_vercel.ansh.json
new file mode 100644
index 000000000..4d1b1a3f7
--- /dev/null
+++ b/domains/_vercel.ansh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "anshaneja5",
+ "email": "anshanejaa@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=ansh.is-a.dev,074c2e585d197374e108"
+ }
+}
diff --git a/domains/_vercel.arhanansari.json b/domains/_vercel.arhanansari.json
new file mode 100644
index 000000000..47ca6fa78
--- /dev/null
+++ b/domains/_vercel.arhanansari.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ArhanAnsari",
+ "email": "arhanansari2009@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=arhanansari.is-a.dev,73384f1ab64fc8f50509"
+ }
+}
diff --git a/domains/_vercel.arkan.json b/domains/_vercel.arkan.json
new file mode 100644
index 000000000..5f5b0866f
--- /dev/null
+++ b/domains/_vercel.arkan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ArizalArkan",
+ "email": "arizalarkan@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=arkan.is-a.dev,1950c16be793b47f3a76"
+ }
+}
diff --git a/domains/_vercel.arlan.json b/domains/_vercel.arlan.json
new file mode 100644
index 000000000..35c1f87c6
--- /dev/null
+++ b/domains/_vercel.arlan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "handikatriarlan",
+ "email": "handikaarlan@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=arlan.is-a.dev,0ab1dd26cecd05574326"
+ }
+}
diff --git a/domains/_vercel.arvind.json b/domains/_vercel.arvind.json
index dc0b83863..f429e44c3 100644
--- a/domains/_vercel.arvind.json
+++ b/domains/_vercel.arvind.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "coderman400",
- "email": "achurox1121@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=arvind.is-a.dev,6078db13fb7b19c2e83d"
- }
+ "owner": {
+ "username": "coderman400",
+ "email": "achurox1121@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=arvind.is-a.dev,6078db13fb7b19c2e83d"
+ }
}
diff --git a/domains/_vercel.barnacl437.json b/domains/_vercel.barnacl437.json
new file mode 100644
index 000000000..1960b5e20
--- /dev/null
+++ b/domains/_vercel.barnacl437.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Barnacl437",
+ "email": "barnacl437@proton.me"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=barnacl437.is-a.dev,3f01ae10ed626c14894b"
+ }
+}
diff --git a/domains/_vercel.bdn-fr.json b/domains/_vercel.bdn-fr.json
new file mode 100644
index 000000000..f7437b28f
--- /dev/null
+++ b/domains/_vercel.bdn-fr.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "bdn-fr"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=bdn-fr.is-a.dev,85271b1cab848c134027"
+ }
+}
diff --git a/domains/_vercel.bm.json b/domains/_vercel.bm.json
new file mode 100644
index 000000000..90038acea
--- /dev/null
+++ b/domains/_vercel.bm.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BM87006",
+ "email": "bm.is.a.dev@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=bm.is-a.dev,d8bab26fdcf36f857b96"
+ }
+}
diff --git a/domains/_vercel.bumidenpasar.json b/domains/_vercel.bumidenpasar.json
new file mode 100644
index 000000000..5495d630d
--- /dev/null
+++ b/domains/_vercel.bumidenpasar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BumiDenpasar",
+ "instagram": "ibummmbumi"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=bumidenpasar.is-a.dev,2acace80e7ea336fd678"
+ }
+}
diff --git a/domains/_vercel.caelan.json b/domains/_vercel.caelan.json
new file mode 100644
index 000000000..465c2daff
--- /dev/null
+++ b/domains/_vercel.caelan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "CaeCur",
+ "email": "caelan.curry+isadev@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=caelan.is-a.dev,8b8aef79a843715439f0"
+ }
+}
diff --git a/domains/_vercel.charly.json b/domains/_vercel.charly.json
new file mode 100644
index 000000000..831e2c934
--- /dev/null
+++ b/domains/_vercel.charly.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "soy-charly",
+ "email": "carlos.scarrasco08@gmail.com",
+ "discord": "charly0572"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=charly.is-a.dev,ecb785240907dd83c0cc"
+ }
+}
diff --git a/domains/_vercel.codesoft.json b/domains/_vercel.codesoft.json
new file mode 100644
index 000000000..1e332b1c0
--- /dev/null
+++ b/domains/_vercel.codesoft.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "CodeSoftGit",
+ "email": "codesft@proton.me"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=codesoft.is-a.dev,18c04513308f15b350a9"
+ }
+}
diff --git a/domains/_vercel.codexkun.json b/domains/_vercel.codexkun.json
index 11f528470..4b909ef1d 100644
--- a/domains/_vercel.codexkun.json
+++ b/domains/_vercel.codexkun.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "KunalBishwal",
- "email": "kunalbishwal2004@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=codexkun.is-a.dev,0c262cd5c5e3a73e7717"
- }
+ "owner": {
+ "username": "KunalBishwal",
+ "email": "kunalbishwal2004@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=codexkun.is-a.dev,0c262cd5c5e3a73e7717"
+ }
}
diff --git a/domains/_vercel.crystal.json b/domains/_vercel.crystal.json
new file mode 100644
index 000000000..cd4c8821e
--- /dev/null
+++ b/domains/_vercel.crystal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "crystalbajgai",
+ "email": "crystalbajgai@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=crystal.is-a.dev,ef573673a0e376748ea9"
+ }
+}
diff --git a/domains/_vercel.cynik.json b/domains/_vercel.cynik.json
new file mode 100644
index 000000000..0df2030ff
--- /dev/null
+++ b/domains/_vercel.cynik.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "criticic",
+ "email": "acriticalcynic@outlook.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=cynik.is-a.dev,c3bf65e6e52c2bd9ce40"
+ }
+}
diff --git a/domains/_vercel.davr.json b/domains/_vercel.davr.json
new file mode 100644
index 000000000..c40474376
--- /dev/null
+++ b/domains/_vercel.davr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "cernoh",
+ "email": "davincey06@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=davr.is-a.dev,ac46906b38acef6b29bf"
+ }
+}
diff --git a/domains/_vercel.deeptanshu.json b/domains/_vercel.deeptanshu.json
new file mode 100644
index 000000000..d8567ddde
--- /dev/null
+++ b/domains/_vercel.deeptanshu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Deeptanshuu",
+ "email": "laldeeptanshu96@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=deeptanshu.is-a.dev,28a4f0adf29f7fd2f9c3"
+ }
+}
diff --git a/domains/_vercel.dishant.json b/domains/_vercel.dishant.json
new file mode 100644
index 000000000..00eb62c4a
--- /dev/null
+++ b/domains/_vercel.dishant.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Dishant402955",
+ "email": "dishantradadiya3036@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=dishant.is-a.dev,cfc2c6cd0ad49054757b"
+ }
+}
diff --git a/domains/_vercel.divyanshudhruv.json b/domains/_vercel.divyanshudhruv.json
new file mode 100644
index 000000000..98afe396e
--- /dev/null
+++ b/domains/_vercel.divyanshudhruv.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "divyanshudhruv",
+ "email": "divyanshudhruv24@gmail.com"
+ },
+ "record": {
+ "TXT": ["vc-domain-verify=divyanshudhruv.is-a.dev,3736859f922a85d87e46"]
+ }
+}
diff --git a/domains/_vercel.dokiet.json b/domains/_vercel.dokiet.json
new file mode 100644
index 000000000..4a0bb2904
--- /dev/null
+++ b/domains/_vercel.dokiet.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kietdo-dev",
+ "email": "lionvs12345@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=dokiet.is-a.dev,1e2bde9af2e3aef379fd"
+ }
+}
diff --git a/domains/_vercel.drew.json b/domains/_vercel.drew.json
new file mode 100644
index 000000000..5d12c9a0e
--- /dev/null
+++ b/domains/_vercel.drew.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zessu",
+ "email": "regime-pluck-gulf@duck.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=drew.is-a.dev,78b1c3bcf18815fe9bfe"
+ }
+}
diff --git a/domains/_vercel.duypt14.json b/domains/_vercel.duypt14.json
new file mode 100644
index 000000000..f65d99352
--- /dev/null
+++ b/domains/_vercel.duypt14.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ptduy14",
+ "email": "phantanduy14@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=duypt14.is-a.dev,14245b40810d20910d2a"
+ }
+}
diff --git a/domains/_vercel.emanuel-prado.json b/domains/_vercel.emanuel-prado.json
new file mode 100644
index 000000000..535009f99
--- /dev/null
+++ b/domains/_vercel.emanuel-prado.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "emanu-dev",
+ "email": "emanuel.prado.dev@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=emanuel-prado.is-a.dev,2852fb034d376417491f"
+ }
+}
diff --git a/domains/_vercel.ethantran.json b/domains/_vercel.ethantran.json
new file mode 100644
index 000000000..ebe8e1643
--- /dev/null
+++ b/domains/_vercel.ethantran.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Ethanxcode",
+ "email": "trannguyendanhuy2904@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=ethantran.is-a.dev,5f35b845871b948c0035"
+ }
+}
diff --git a/domains/_vercel.farouk.json b/domains/_vercel.farouk.json
index 341011e42..d5b387e8f 100644
--- a/domains/_vercel.farouk.json
+++ b/domains/_vercel.farouk.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "faroukchebaiki",
- "email": "farouk.chebaiki@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=farouk.is-a.dev,ec3de2841315d1108853"
- }
+ "owner": {
+ "username": "faroukchebaiki",
+ "email": "farouk.chebaiki@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=farouk.is-a.dev,ec3de2841315d1108853"
+ }
}
diff --git a/domains/_vercel.fendimohamed.json b/domains/_vercel.fendimohamed.json
index c98014cf0..529b41706 100644
--- a/domains/_vercel.fendimohamed.json
+++ b/domains/_vercel.fendimohamed.json
@@ -1,9 +1,9 @@
-{
- "owner": {
- "username": "FendiMohamed",
- "email": "fendimohamed615@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=fendimohamed.is-a.dev,36783fd4f5b7c8306eb5"
- }
+{
+ "owner": {
+ "username": "FendiMohamed",
+ "email": "fendimohamed615@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=fendimohamed.is-a.dev,36783fd4f5b7c8306eb5"
+ }
}
diff --git a/domains/_vercel.fodilfliti.json b/domains/_vercel.fodilfliti.json
new file mode 100644
index 000000000..9d324b412
--- /dev/null
+++ b/domains/_vercel.fodilfliti.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "fodilfliti",
+ "email": "fodilfliti150@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=fodilfliti.is-a.dev,4fd9fffa402a9f014dc9"
+ }
+}
diff --git a/domains/_vercel.francoleon.json b/domains/_vercel.francoleon.json
index d450bfd5b..da40de48d 100644
--- a/domains/_vercel.francoleon.json
+++ b/domains/_vercel.francoleon.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "francoleon08",
- "email": "francoleon284@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=francoleon.is-a.dev,ead369809cf9c9018296"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "francoleon08",
+ "email": "francoleon284@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=francoleon.is-a.dev,ead369809cf9c9018296"
+ }
+}
diff --git a/domains/_vercel.funinkina.json b/domains/_vercel.funinkina.json
new file mode 100644
index 000000000..8ebcbeaf6
--- /dev/null
+++ b/domains/_vercel.funinkina.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "funinkina",
+ "email": "aryankushwaha3101@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=funinkina.is-a.dev,8581bc99ee19dbb2326b"
+ }
+}
diff --git a/domains/_vercel.glitched-da-kitty-cat.json b/domains/_vercel.glitched-da-kitty-cat.json
new file mode 100644
index 000000000..075705d42
--- /dev/null
+++ b/domains/_vercel.glitched-da-kitty-cat.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "GlitchedDaKittyCatSchoolaccount",
+ "email": "glitcheddacat@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=glitched-da-kitty-cat.is-a.dev,d3ead0cedf604d462fbb"
+ }
+}
diff --git a/domains/_vercel.graxya.json b/domains/_vercel.graxya.json
new file mode 100644
index 000000000..225281315
--- /dev/null
+++ b/domains/_vercel.graxya.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "GratiaManullang03",
+ "email": "felixmanullang81@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=graxya.is-a.dev,f57c22ab53c078ea60ce"
+ }
+}
diff --git a/domains/_vercel.greeshma.json b/domains/_vercel.greeshma.json
deleted file mode 100644
index 0d8d151ad..000000000
--- a/domains/_vercel.greeshma.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "greeshhma",
- "email": "greeshma864@gmail.com",
- "discord": "greeshhma"
- },
- "record": {
- "TXT": "vc-domain-verify=greeshma.is-a.dev,dcf8eae911029ace6427"
- }
-}
diff --git a/domains/_vercel.hareesh.json b/domains/_vercel.hareesh.json
new file mode 100644
index 000000000..52ed4ba29
--- /dev/null
+++ b/domains/_vercel.hareesh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Hareesh108",
+ "email": "hareeshbhittam@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=hareesh.is-a.dev,477c6844f0ac3a8191e6"
+ }
+}
diff --git a/domains/_vercel.henderythmix.json b/domains/_vercel.henderythmix.json
new file mode 100644
index 000000000..018042d86
--- /dev/null
+++ b/domains/_vercel.henderythmix.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Henderythmix",
+ "email": "robertoselleswork@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=henderythmix.is-a.dev,daad531219c3ad9b7579"
+ }
+}
diff --git a/domains/_vercel.idriss.json b/domains/_vercel.idriss.json
new file mode 100644
index 000000000..613026e0b
--- /dev/null
+++ b/domains/_vercel.idriss.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AstroDriss",
+ "email": "drisspennywise@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=idriss.is-a.dev,375d6639e027c0907afd"
+ }
+}
diff --git a/domains/_vercel.inputly.json b/domains/_vercel.inputly.json
new file mode 100644
index 000000000..550811aa7
--- /dev/null
+++ b/domains/_vercel.inputly.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NateNear",
+ "email": "matternate21@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=inputly.is-a.dev,650df8c4415b2035e3e3"
+ }
+}
diff --git a/domains/_vercel.ios.json b/domains/_vercel.ios.json
new file mode 100644
index 000000000..275190d62
--- /dev/null
+++ b/domains/_vercel.ios.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ahios",
+ "email": "ahios.dev@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=ios.is-a.dev,535168654c257a38deb0"
+ }
+ }
\ No newline at end of file
diff --git a/domains/_vercel.isaacrobert33.json b/domains/_vercel.isaacrobert33.json
new file mode 100644
index 000000000..2c67403dc
--- /dev/null
+++ b/domains/_vercel.isaacrobert33.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "isaacrobert33",
+ "email": "isaacrobertoluwaseun@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=isaacrobert33.is-a.dev,1688a3dfda585e08298e"
+ }
+}
diff --git a/domains/_vercel.itsjhonalex.json b/domains/_vercel.itsjhonalex.json
new file mode 100644
index 000000000..a1541f08d
--- /dev/null
+++ b/domains/_vercel.itsjhonalex.json
@@ -0,0 +1,11 @@
+{
+ "description": "itsjhonalex.is-a.dev",
+ "repo": "github.com/ItsJhonAlex/PortfolioDev",
+ "owner": {
+ "username": "ItsJhonAlex",
+ "email": "itsjhonalex@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=itsjhonalex.is-a.dev,8c4f4f96f1fa142804c7"
+ }
+}
diff --git a/domains/_vercel.jar.json b/domains/_vercel.jar.json
new file mode 100644
index 000000000..607c01ff0
--- /dev/null
+++ b/domains/_vercel.jar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jartf",
+ "email": "hi@jar.tf"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=jar.is-a.dev,faf9fc9ca0c53d380bd7"
+ }
+}
diff --git a/domains/_vercel.jeanclaude.json b/domains/_vercel.jeanclaude.json
index 75c0aa258..e99b7b66d 100644
--- a/domains/_vercel.jeanclaude.json
+++ b/domains/_vercel.jeanclaude.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "jeanclaudegeagea",
- "email": "jeanclaude.geagea@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=jeanclaude.is-a.dev,76b49022de3c560947e8"
- }
+ "owner": {
+ "username": "jeanclaudegeagea",
+ "email": "jeanclaude.geagea@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=jeanclaude.is-a.dev,76b49022de3c560947e8"
+ }
}
diff --git a/domains/_vercel.jmc.json b/domains/_vercel.jmc.json
new file mode 100644
index 000000000..f2903e319
--- /dev/null
+++ b/domains/_vercel.jmc.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "josem430",
+ "email": "jmc300499@gmail.com",
+ "discord": "josem430"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=jmc.is-a.dev,27b92885b5a4c6e96615"
+ }
+}
diff --git a/domains/_vercel.jonathan-russ.json b/domains/_vercel.jonathan-russ.json
deleted file mode 100644
index dddf4eabc..000000000
--- a/domains/_vercel.jonathan-russ.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "JonathanXDR",
- "email": "jonathan.russ@bluewin.ch",
- "discord": "494042822320717827"
- },
- "record": {
- "TXT": "vc-domain-verify=jonathan-russ.is-a.dev,298a207b5f94dffde572"
- }
-}
diff --git a/domains/_vercel.juanhuete.json b/domains/_vercel.juanhuete.json
new file mode 100644
index 000000000..6828f934e
--- /dev/null
+++ b/domains/_vercel.juanhuete.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "juanjose23",
+ "email": "jrios9836@gmail.com",
+ "discord":"988647501236162641"
+
+ },
+ "record": {
+ "TXT": "vc-domain-verify=juanhuete.is-a.dev,479b0bcf59c976d6f921"
+ }
+}
diff --git a/domains/_vercel.juanpabloleonmaya.json b/domains/_vercel.juanpabloleonmaya.json
new file mode 100644
index 000000000..6ba26c133
--- /dev/null
+++ b/domains/_vercel.juanpabloleonmaya.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "juanleon8581",
+ "email": "juanleon8581@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=juanpabloleonmaya.is-a.dev,60444b8f6c0ae7c91c12"
+ }
+}
diff --git a/domains/_vercel.kareem.json b/domains/_vercel.kareem.json
index fa317c31e..0e9a9caa1 100644
--- a/domains/_vercel.kareem.json
+++ b/domains/_vercel.kareem.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "kareem-m",
- "email": "kareemmoh1911@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=kareem.is-a.dev,227f1873f5be3f29395e"
- }
+ "owner": {
+ "username": "kareem-m",
+ "email": "kareemmoh1911@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=kareem.is-a.dev,227f1873f5be3f29395e"
+ }
}
diff --git a/domains/_vercel.ken-kuro.json b/domains/_vercel.ken-kuro.json
new file mode 100644
index 000000000..99439a77c
--- /dev/null
+++ b/domains/_vercel.ken-kuro.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ken-kuro",
+ "linkedin": "hieuhm2610"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=ken-kuro.is-a.dev,f7190a78aaa06c66bd44"
+ }
+}
diff --git a/domains/_vercel.kevinmolina.json b/domains/_vercel.kevinmolina.json
new file mode 100644
index 000000000..5a3ee6a88
--- /dev/null
+++ b/domains/_vercel.kevinmolina.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kevinmolinadev",
+ "email": "kevinmolina.dev@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=kevinmolina.is-a.dev,514e23dcdfedeb5ae4c5"
+ }
+}
diff --git a/domains/_vercel.khaif.json b/domains/_vercel.khaif.json
new file mode 100644
index 000000000..f197c11b8
--- /dev/null
+++ b/domains/_vercel.khaif.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "khxif",
+ "email": "code.khaif@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=khaif.is-a.dev,fe39b6b2d8e96026a707"
+ }
+}
diff --git a/domains/_vercel.kilamieaz.json b/domains/_vercel.kilamieaz.json
new file mode 100644
index 000000000..914ecfc7a
--- /dev/null
+++ b/domains/_vercel.kilamieaz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kilamieaz",
+ "email": "im.sultaan05@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=kilamieaz.is-a.dev,43bb0e712f64dcb9c8a5"
+ }
+}
diff --git a/domains/_vercel.kushdhingra.json b/domains/_vercel.kushdhingra.json
deleted file mode 100644
index 350a577a1..000000000
--- a/domains/_vercel.kushdhingra.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "owner": {
- "username": "kushdhingra"
- },
- "record": {
- "TXT": ["vc-domain-verify=kushdhingra.is-a.dev,a0343a97ff791537efcd"]
- }
-}
diff --git a/domains/_vercel.layhout.json b/domains/_vercel.layhout.json
index e17243f9c..5b4e0205d 100644
--- a/domains/_vercel.layhout.json
+++ b/domains/_vercel.layhout.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "layhout",
- "email": "layhoutworkmail@gmail.com"
- },
- "record": {
- "TXT": ["vc-domain-verify=layhout.is-a.dev,be218a450dbf76cb68f1"]
- }
+ "owner": {
+ "username": "layhout",
+ "email": "layhoutworkmail@gmail.com"
+ },
+ "record": {
+ "TXT": ["vc-domain-verify=layhout.is-a.dev,be218a450dbf76cb68f1"]
+ }
}
diff --git a/domains/_vercel.locionic.json b/domains/_vercel.locionic.json
new file mode 100644
index 000000000..b6b264d1d
--- /dev/null
+++ b/domains/_vercel.locionic.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "locionic",
+ "email": "noone000a@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=locionic.is-a.dev,1d6fe75265bd8065f222"
+ }
+}
diff --git a/domains/_vercel.loomeh.json b/domains/_vercel.loomeh.json
new file mode 100644
index 000000000..b1f138aab
--- /dev/null
+++ b/domains/_vercel.loomeh.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "loomeh",
+ "bluesky": "loomeh.bsky.social"
+ },
+ "record": {
+ "TXT": [
+ "vc-domain-verify=loomeh.is-a.dev,a6084877a07f81dfa4b2",
+ "vc-domain-verify=libresplit.loomeh.is-a.dev,345e69da9c8565af78cb",
+ "vc-domain-verify=libresplit-resources.loomeh.is-a.dev,41fad39e7213cf56c118",
+ "vc-domain-verify=ktpguesser.loomeh.is-a.dev,7e26e46b10152c2df032"
+ ]
+ }
+}
diff --git a/domains/_vercel.lucvuro.json b/domains/_vercel.lucvuro.json
new file mode 100644
index 000000000..4e19db2a3
--- /dev/null
+++ b/domains/_vercel.lucvuro.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lucvuro",
+ "email": "lucvuit@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=lucvuro.is-a.dev,da1967c10a4607cdefe4"
+ }
+}
\ No newline at end of file
diff --git a/domains/_vercel.luvtoxic.json b/domains/_vercel.luvtoxic.json
index 396c99bad..18e948862 100644
--- a/domains/_vercel.luvtoxic.json
+++ b/domains/_vercel.luvtoxic.json
@@ -1,9 +1,9 @@
-{
- "owner": {
- "username": "luvtoxic",
- "email": "ammarbags2023@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=luvtoxic.is-a.dev,fe679dc4161b66e8e00f"
- }
-}
+{
+ "owner": {
+ "username": "luvtoxic",
+ "email": "ammarbags2023@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=luvtoxic.is-a.dev,fe679dc4161b66e8e00f"
+ }
+}
diff --git a/domains/_vercel.lycoris.json b/domains/_vercel.lycoris.json
new file mode 100644
index 000000000..37a225862
--- /dev/null
+++ b/domains/_vercel.lycoris.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lycorissss",
+ "email": "beelzebub5758@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=lycoris.is-a.dev,c3b18b1afc1e66757025"
+ }
+}
diff --git a/domains/_vercel.lyxtem.json b/domains/_vercel.lyxtem.json
new file mode 100644
index 000000000..e5908e00a
--- /dev/null
+++ b/domains/_vercel.lyxtem.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Lyxtem",
+ "email": "nu284955@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=lyxtem.is-a.dev,bf84cf6cc0d0a77baa9d"
+ }
+}
diff --git a/domains/_vercel.macielsuassuna.json b/domains/_vercel.macielsuassuna.json
new file mode 100644
index 000000000..273788c96
--- /dev/null
+++ b/domains/_vercel.macielsuassuna.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Maciel64",
+ "discord": "macielmano",
+ "email": "macielsuassuna14@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=macielsuassuna.is-a.dev,8c379ebe1b06a321ff44"
+ }
+}
diff --git a/domains/_vercel.manhnguyen18.json b/domains/_vercel.manhnguyen18.json
new file mode 100644
index 000000000..3e5ce4d3d
--- /dev/null
+++ b/domains/_vercel.manhnguyen18.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nguyenmanh18",
+ "email": "nguyenmanh1891997@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=manhnguyen18.is-a.dev,32b5b9a6627ffaa77e66"
+ }
+}
diff --git a/domains/_vercel.manishgun.json b/domains/_vercel.manishgun.json
deleted file mode 100644
index bf60d0cb8..000000000
--- a/domains/_vercel.manishgun.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "manishgun",
- "email": "mail.cto.manish@gmail.com"
- },
- "record": {
- "TXT": ["vc-domain-verify=manishgun.is-a.dev,f13d291aacd89c0da59c"]
- }
-}
diff --git a/domains/_vercel.marlonbaatjes.json b/domains/_vercel.marlonbaatjes.json
new file mode 100644
index 000000000..bb1c76446
--- /dev/null
+++ b/domains/_vercel.marlonbaatjes.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mdesignscode",
+ "email": "marlonbaatjes62@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=marlonbaatjes.is-a.dev,e393641c1319b97e701e"
+ }
+}
diff --git a/domains/_vercel.mateogariboglio.json b/domains/_vercel.mateogariboglio.json
new file mode 100644
index 000000000..2e6217207
--- /dev/null
+++ b/domains/_vercel.mateogariboglio.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mateo-404",
+ "discord": "gary_______"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=mateogariboglio.is-a.dev,5241b76c19e0f7de2f4a"
+ }
+}
diff --git a/domains/_vercel.meghdip.json b/domains/_vercel.meghdip.json
new file mode 100644
index 000000000..8b740ed19
--- /dev/null
+++ b/domains/_vercel.meghdip.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "karmakarmeghdip",
+ "email": "karmakarmeghdip@gmail.com",
+ "discord": "479631349167423509"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=meghdip.is-a.dev,c42a80a81afe4ac5800c"
+ }
+}
\ No newline at end of file
diff --git a/domains/_vercel.menn.json b/domains/_vercel.menn.json
new file mode 100644
index 000000000..127af943f
--- /dev/null
+++ b/domains/_vercel.menn.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "hedgehog-menn",
+ "email": "kp.thananchai@gmail.com",
+ "discord": "26623men"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=menn.is-a.dev,888e516936e6a1278bc0"
+ }
+}
diff --git a/domains/_vercel.minhtan.json b/domains/_vercel.minhtan.json
new file mode 100644
index 000000000..8ff25ab80
--- /dev/null
+++ b/domains/_vercel.minhtan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tanbaycu",
+ "email": "tanbaycu@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=minhtan.is-a.dev,7be64448654af271a7c5"
+ }
+}
diff --git a/domains/_vercel.mjresu.json b/domains/_vercel.mjresu.json
new file mode 100644
index 000000000..9f5a8e9d0
--- /dev/null
+++ b/domains/_vercel.mjresu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mjdsj",
+ "email": "work.mjdsj+is-a-dev@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=mjresu.is-a.dev,2122712d466f4e306e1d"
+ }
+}
\ No newline at end of file
diff --git a/domains/_vercel.monosen.json b/domains/_vercel.monosen.json
index d3fa8c851..90f07ae1b 100644
--- a/domains/_vercel.monosen.json
+++ b/domains/_vercel.monosen.json
@@ -7,4 +7,4 @@
"record": {
"TXT": "vc-domain-verify=monosen.is-a.dev,a2fd2dc04b730870b37c"
}
-}
\ No newline at end of file
+}
diff --git a/domains/_vercel.mr-julus.json b/domains/_vercel.mr-julus.json
new file mode 100644
index 000000000..bc35f9022
--- /dev/null
+++ b/domains/_vercel.mr-julus.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BougSoon-Studio",
+ "email": "bougsoon.studio@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=mr-julus.is-a.dev,caaed911982c75cb0961"
+ }
+}
diff --git a/domains/_vercel.mrtspeedy.json b/domains/_vercel.mrtspeedy.json
new file mode 100644
index 000000000..cce036d23
--- /dev/null
+++ b/domains/_vercel.mrtspeedy.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "mrtspeedy",
+ "email": "toxicspeedytv@gmail.com",
+ "discord": "1095502790534627348"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=mrtspeedy.is-a.dev,c168ba7b9bdca5dd1be8"
+ }
+}
diff --git a/domains/_vercel.mudasir.json b/domains/_vercel.mudasir.json
index f6281db7a..14bc33e4f 100644
--- a/domains/_vercel.mudasir.json
+++ b/domains/_vercel.mudasir.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "mirzamudassir",
- "discord": "0xmudassir"
- },
- "record": {
- "TXT": "vc-domain-verify=mudasir.is-a.dev,2d0551deb0d92e5838a7"
- }
+ "owner": {
+ "username": "mirzamudassir",
+ "discord": "0xmudassir"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=mudasir.is-a.dev,2d0551deb0d92e5838a7"
+ }
}
diff --git a/domains/_vercel.muhammed.json b/domains/_vercel.muhammed.json
index 3a8cd8152..b58578cb6 100644
--- a/domains/_vercel.muhammed.json
+++ b/domains/_vercel.muhammed.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "MhmdFais",
- "email": "mofam534@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=muhammed.is-a.dev,98134514b3a6d270df4b"
- }
+ "owner": {
+ "username": "MhmdFais",
+ "email": "mofam534@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=muhammed.is-a.dev,98134514b3a6d270df4b"
+ }
}
diff --git a/domains/_vercel.nabin.json b/domains/_vercel.nabin.json
new file mode 100644
index 000000000..40f80cb54
--- /dev/null
+++ b/domains/_vercel.nabin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nabinkatwal7",
+ "email": "mediocampistaa@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=nabin.is-a.dev,bfd13935a3cb2aaea0e5"
+ }
+}
diff --git a/domains/_vercel.namansethi.json b/domains/_vercel.namansethi.json
new file mode 100644
index 000000000..11e5c7e15
--- /dev/null
+++ b/domains/_vercel.namansethi.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "namansethi13",
+ "discord": "namansethi",
+ "email": "namansethi1328@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=namansethi.is-a.dev,e0b892773250b43800c9"
+ }
+}
diff --git a/domains/_vercel.namht.json b/domains/_vercel.namht.json
new file mode 100644
index 000000000..e347eead7
--- /dev/null
+++ b/domains/_vercel.namht.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lagux-coding",
+ "email": "nguyenhientrungnam@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=namht.is-a.dev,e9380ff504bc157f2eda"
+ }
+}
diff --git a/domains/_vercel.nestornahuel.json b/domains/_vercel.nestornahuel.json
new file mode 100644
index 000000000..32be602d4
--- /dev/null
+++ b/domains/_vercel.nestornahuel.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NestorNahuel",
+ "email": "nahuel6195@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=nestornahuel.is-a.dev,efb92feab05594a5f526"
+ }
+}
diff --git a/domains/_vercel.newtun-code-cheat-sheet.json b/domains/_vercel.newtun-code-cheat-sheet.json
new file mode 100644
index 000000000..73b172f57
--- /dev/null
+++ b/domains/_vercel.newtun-code-cheat-sheet.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "VinhTin-AQUA",
+ "email": "tinhovinh@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=newtun-code-cheat-sheet.is-a.dev,d8b78b5284419c18ec16"
+ }
+}
diff --git a/domains/_vercel.newtun.json b/domains/_vercel.newtun.json
new file mode 100644
index 000000000..60530537c
--- /dev/null
+++ b/domains/_vercel.newtun.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "VinhTin-AQUA",
+ "email": "tinhovinh@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=newtun.is-a.dev,4bb1f2ec7e540d7f7a2b"
+ }
+}
diff --git a/domains/_vercel.ngoutam.json b/domains/_vercel.ngoutam.json
new file mode 100644
index 000000000..93eec5434
--- /dev/null
+++ b/domains/_vercel.ngoutam.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Goutam-04",
+ "email": "goutamnayak2804+github1@gmail.com"
+ },
+ "record": {
+ "TXT": ["vc-domain-verify=ngoutam.is-a.dev,9c110859b66d7ddcd7b5"]
+ }
+}
diff --git a/domains/_vercel.nicolas.json b/domains/_vercel.nicolas.json
new file mode 100644
index 000000000..cfe5b995d
--- /dev/null
+++ b/domains/_vercel.nicolas.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "niicojs",
+ "discord": ".niico."
+ },
+ "record": {
+ "TXT": "vc-domain-verify=nicolas.is-a.dev,1acb257fda76a2df31ce"
+ }
+}
diff --git a/domains/_vercel.nithinramkalava.json b/domains/_vercel.nithinramkalava.json
new file mode 100644
index 000000000..f6746a6b8
--- /dev/null
+++ b/domains/_vercel.nithinramkalava.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nithinramkalava",
+ "email": "nithinramkalava@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=nithinramkalava.is-a.dev,2c94b1dbc37b602f2519"
+ }
+}
\ No newline at end of file
diff --git a/domains/_vercel.notzer0two.json b/domains/_vercel.notzer0two.json
new file mode 100644
index 000000000..5126eb959
--- /dev/null
+++ b/domains/_vercel.notzer0two.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NotZer0Two",
+ "email": "lyonfan2010@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=notzer0two.is-a.dev,38a2a717010666874386"
+ }
+}
diff --git a/domains/_vercel.onerandom.json b/domains/_vercel.onerandom.json
new file mode 100644
index 000000000..88dd53e8f
--- /dev/null
+++ b/domains/_vercel.onerandom.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "OneRandom1509",
+ "email": "anantukid@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=onerandom.is-a.dev,e18318031614810f658f"
+ }
+}
diff --git a/domains/_vercel.paul8liveira.json b/domains/_vercel.paul8liveira.json
new file mode 100644
index 000000000..45372957f
--- /dev/null
+++ b/domains/_vercel.paul8liveira.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "paul8liveira",
+ "email": "paul8liveira@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=paul8liveira.is-a.dev,86dcef96f01c5029a229"
+ }
+}
diff --git a/domains/_vercel.prashil.json b/domains/_vercel.prashil.json
new file mode 100644
index 000000000..601806a4b
--- /dev/null
+++ b/domains/_vercel.prashil.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "prashilthul",
+ "email": "prashil1411@gmail.com"
+ },
+ "record": {
+ "TXT": ["vc-domain-verify=prashil.is-a.dev,4d4ecde09797589bede3"]
+ }
+}
diff --git a/domains/_vercel.pratham.json b/domains/_vercel.pratham.json
new file mode 100644
index 000000000..21f743df7
--- /dev/null
+++ b/domains/_vercel.pratham.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Prathamdas3",
+ "email": "daspratham3@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=pratham.is-a.dev,b632047325056df87293"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/_vercel.praveen-2006.json b/domains/_vercel.praveen-2006.json
new file mode 100644
index 000000000..2ce2088a4
--- /dev/null
+++ b/domains/_vercel.praveen-2006.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "InfiniteCoder06",
+ "email": "mallidipraveenkumar@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=praveen-2006.is-a.dev,6ed24154aab38b23b2d3"
+ }
+}
diff --git a/domains/_vercel.pythonweb.json b/domains/_vercel.pythonweb.json
new file mode 100644
index 000000000..175a58013
--- /dev/null
+++ b/domains/_vercel.pythonweb.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "CodeGeekR",
+ "discord": "768080481924677632"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=pythonweb.is-a.dev,395acbd091553c5523bb"
+ }
+}
diff --git a/domains/_vercel.raafey.json b/domains/_vercel.raafey.json
new file mode 100644
index 000000000..be0119b9b
--- /dev/null
+++ b/domains/_vercel.raafey.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "RaafeyRaza",
+ "email": "raafeyraza1@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=raafey.is-a.dev,aa0e06a894333b259a4b"
+ }
+}
diff --git a/domains/_vercel.rajeshkumar.json b/domains/_vercel.rajeshkumar.json
new file mode 100644
index 000000000..5a228e0f1
--- /dev/null
+++ b/domains/_vercel.rajeshkumar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Dev-Rajeshkumar",
+ "email": "rajesh8778354586@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=rajeshkumar.is-a.dev,52cd27c94b7115d293d5"
+ }
+}
diff --git a/domains/_vercel.rajeshreddy.json b/domains/_vercel.rajeshreddy.json
index f4bfd865c..d9e8499ea 100644
--- a/domains/_vercel.rajeshreddy.json
+++ b/domains/_vercel.rajeshreddy.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "rajesh-reddy1",
- "email": "mrrajeshreddy1@gmail.com",
- "discord": "suuiii_1"
- },
- "record": {
- "TXT": "vc-domain-verify=rajeshreddy.is-a.dev,400e697edc993cbbeab7"
- }
+ "owner": {
+ "username": "rajesh-reddy1",
+ "email": "mrrajeshreddy1@gmail.com",
+ "discord": "suuiii_1"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=rajeshreddy.is-a.dev,400e697edc993cbbeab7"
+ }
}
diff --git a/domains/_vercel.rajputshashank.json b/domains/_vercel.rajputshashank.json
new file mode 100644
index 000000000..1a277e35c
--- /dev/null
+++ b/domains/_vercel.rajputshashank.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rajputshashank003",
+ "email": "hariomshashank@gmail.com"
+ },
+ "record": {
+ "TXT": ["vc-domain-verify=rajputshashank.is-a.dev,b54453fc10c77cf72c1d"]
+ }
+}
diff --git a/domains/_vercel.raynaldescala.json b/domains/_vercel.raynaldescala.json
index 843e11542..cb6d3b8e2 100644
--- a/domains/_vercel.raynaldescala.json
+++ b/domains/_vercel.raynaldescala.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "raynaldescala",
- "email": "raynaldescala01@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=raynaldescala.is-a.dev,7c5440b0cdb643d66472"
- }
+ "owner": {
+ "username": "raynaldescala",
+ "email": "raynaldescala01@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=raynaldescala.is-a.dev,7c5440b0cdb643d66472"
+ }
}
diff --git a/domains/_vercel.rejectmodders.json b/domains/_vercel.rejectmodders.json
new file mode 100644
index 000000000..5beb0a600
--- /dev/null
+++ b/domains/_vercel.rejectmodders.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "RejectModders",
+ "email": "rejectmodders@disutils.com",
+ "discord": "RejectModders"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=rejectmodders.is-a.dev,96098d7f80d62c706b12"
+ }
+}
diff --git a/domains/_vercel.renant.json b/domains/_vercel.renant.json
new file mode 100644
index 000000000..45de79fb6
--- /dev/null
+++ b/domains/_vercel.renant.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "renant",
+ "email": "renan_replay@live.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=renant.is-a.dev,fe738eebddc5a20097e6"
+ }
+}
diff --git a/domains/_vercel.riccardo126.json b/domains/_vercel.riccardo126.json
index 9f98c2832..c486602f9 100644
--- a/domains/_vercel.riccardo126.json
+++ b/domains/_vercel.riccardo126.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "riccardo126",
- "email": "riccardopassacantando@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=riccardo126.is-a.dev,408e1d0b2f39a662b0ae"
- }
+ "owner": {
+ "username": "riccardo126",
+ "email": "riccardopassacantando@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=riccardo126.is-a.dev,408e1d0b2f39a662b0ae"
+ }
}
diff --git a/domains/_vercel.ridwan.json b/domains/_vercel.ridwan.json
new file mode 100644
index 000000000..36fdbfd66
--- /dev/null
+++ b/domains/_vercel.ridwan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ridwanyinus",
+ "email": "ridwanyinusa15@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=ridwan.is-a.dev,225e2c74c9221022a84f"
+ }
+}
diff --git a/domains/_vercel.risqiahmad.json b/domains/_vercel.risqiahmad.json
new file mode 100644
index 000000000..193bb9876
--- /dev/null
+++ b/domains/_vercel.risqiahmad.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "risqi17",
+ "email": "ahmadreys@gmail.com",
+ "discord": "risqi_ahmad9230"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=risqiahmad.is-a.dev,8bd8af8f24fe915c1ac4"
+ }
+}
diff --git a/domains/_vercel.s1dd.json b/domains/_vercel.s1dd.json
new file mode 100644
index 000000000..157262262
--- /dev/null
+++ b/domains/_vercel.s1dd.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nots1dd",
+ "email": "sid9.karanam@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=s1dd.is-a.dev,e08de74daf627d6e653d"
+ }
+}
diff --git a/domains/_vercel.saif.json b/domains/_vercel.saif.json
index 0207cec10..6e2518c73 100644
--- a/domains/_vercel.saif.json
+++ b/domains/_vercel.saif.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Saifkhanz",
- "email": "saif137.khan@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=saif.is-a.dev,8f2dcd17056c670b7276"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "Saifkhanz",
+ "email": "saif137.khan@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=saif.is-a.dev,8f2dcd17056c670b7276"
+ }
+}
diff --git a/domains/_vercel.santty.json b/domains/_vercel.santty.json
new file mode 100644
index 000000000..52b70fb6c
--- /dev/null
+++ b/domains/_vercel.santty.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "santiagogr05",
+ "email": "san7iagogr.05@gmail.com"
+ },
+ "record": {
+ "TXT": ["vc-domain-verify=santty.is-a.dev,42e7e83a90cfeb305cbf"]
+ }
+ }
\ No newline at end of file
diff --git a/domains/_vercel.saxophone.json b/domains/_vercel.saxophone.json
new file mode 100644
index 000000000..cb0b800f5
--- /dev/null
+++ b/domains/_vercel.saxophone.json
@@ -0,0 +1,10 @@
+{
+ "description": "vercel stuff for personal site",
+ "owner": {
+ "username": "saxophone-dev",
+ "email": "itsarchit@keemail.me"
+ },
+ "record": {
+ "TXT": ["vc-domain-verify=saxophone.is-a.dev,e2dac8b9c5e42361fda8"]
+ }
+}
diff --git a/domains/_vercel.sergioperea.json b/domains/_vercel.sergioperea.json
new file mode 100644
index 000000000..c3b8cf061
--- /dev/null
+++ b/domains/_vercel.sergioperea.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sperea",
+ "email": "perea@mailfence.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=sergioperea.is-a.dev,ff9bc4d6b26eca2587d7"
+ }
+}
diff --git a/domains/_vercel.shimizu.json b/domains/_vercel.shimizu.json
new file mode 100644
index 000000000..4f16f5a8c
--- /dev/null
+++ b/domains/_vercel.shimizu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mikofoxie",
+ "email": "shimizulazy@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=shimizu.is-a.dev,3356672e8054fe9b4d65"
+ }
+}
diff --git a/domains/_vercel.shubhamprajapati.json b/domains/_vercel.shubhamprajapati.json
new file mode 100644
index 000000000..2a573f6f4
--- /dev/null
+++ b/domains/_vercel.shubhamprajapati.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ShubhamP528",
+ "email": "shubham528prajapati@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=shubhamprajapati.is-a.dev,a8d0420a3cd14b3d2928"
+ }
+}
diff --git a/domains/_vercel.sifat.json b/domains/_vercel.sifat.json
new file mode 100644
index 000000000..fc4e9c80a
--- /dev/null
+++ b/domains/_vercel.sifat.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mahi160",
+ "email": "omarsifat288@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=sifat.is-a.dev,cc8d1b30995eac869fea"
+ }
+}
diff --git a/domains/_vercel.simone.json b/domains/_vercel.simone.json
new file mode 100644
index 000000000..0d605acbe
--- /dev/null
+++ b/domains/_vercel.simone.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "cimasim89",
+ "email": "cimasim89@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=simone.is-a.dev,dc2853a2476427303b16"
+ }
+}
diff --git a/domains/_vercel.siya.json b/domains/_vercel.siya.json
new file mode 100644
index 000000000..053ee8548
--- /dev/null
+++ b/domains/_vercel.siya.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rajputsiya",
+ "email": "siyarajput9258@gmail.com"
+ },
+ "record": {
+ "TXT": ["vc-domain-verify=siya.is-a.dev,8b5584a1aeb3bb9a60c5"]
+ }
+}
diff --git a/domains/_vercel.skibidi.json b/domains/_vercel.skibidi.json
index 3c3d88a30..71ed2cfcb 100644
--- a/domains/_vercel.skibidi.json
+++ b/domains/_vercel.skibidi.json
@@ -4,6 +4,10 @@
"discord": "skibidibagel"
},
"record": {
- "TXT": ["vc-domain-verify=skibidi.is-a.dev,b75173107a422d2f8244", "vc-domain-verify=bundler.skibidi.is-a.dev,0ed5e66158d45b6bd83d", "vc-domain-verify=projects.skibidi.is-a.dev,33f08aa6e287f18f368b"]
+ "TXT": [
+ "vc-domain-verify=skibidi.is-a.dev,b75173107a422d2f8244",
+ "vc-domain-verify=bundler.skibidi.is-a.dev,0ed5e66158d45b6bd83d",
+ "vc-domain-verify=projects.skibidi.is-a.dev,33f08aa6e287f18f368b"
+ ]
}
}
diff --git a/domains/_vercel.sohag.json b/domains/_vercel.sohag.json
new file mode 100644
index 000000000..36dd7e789
--- /dev/null
+++ b/domains/_vercel.sohag.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sohag02",
+ "discord": "sohagjabed"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=sohag.is-a.dev,905a0fff3e8fdda0052e"
+ }
+}
diff --git a/domains/_vercel.sombochea.json b/domains/_vercel.sombochea.json
index ee967eece..d5f0ee241 100644
--- a/domains/_vercel.sombochea.json
+++ b/domains/_vercel.sombochea.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "sombochea",
- "email": "sombochea100@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=sombochea.is-a.dev,2cdc71284d8d8193f021"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "sombochea",
+ "email": "sombochea100@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=sombochea.is-a.dev,2cdc71284d8d8193f021"
+ }
+}
diff --git a/domains/_vercel.soul.json b/domains/_vercel.soul.json
new file mode 100644
index 000000000..f1616f878
--- /dev/null
+++ b/domains/_vercel.soul.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "SoulDevs",
+ "email": "soulcosmic1406@proton.me",
+ "discord": "soulcosmic1406_"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=soul.is-a.dev,6f957e2edcd5bb791896"
+ }
+}
diff --git a/domains/_vercel.supperfreddo.json b/domains/_vercel.supperfreddo.json
new file mode 100644
index 000000000..1ca14d6cc
--- /dev/null
+++ b/domains/_vercel.supperfreddo.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "supperfreddo",
+ "email": "supperfreddoio@gmail.com",
+ "discord": "supperfreddo"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=supperfreddo.is-a.dev,68c20273ddb3ea11e1d6"
+ }
+}
diff --git a/domains/_vercel.synthara.json b/domains/_vercel.synthara.json
new file mode 100644
index 000000000..7dc7bfd57
--- /dev/null
+++ b/domains/_vercel.synthara.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ArhanAnsari",
+ "email": "arhanansari2009@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=synthara.is-a.dev,5cfe1b6f6a8530d47a55"
+ }
+}
diff --git a/domains/_vercel.tanbaycu.json b/domains/_vercel.tanbaycu.json
new file mode 100644
index 000000000..443f46f7a
--- /dev/null
+++ b/domains/_vercel.tanbaycu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tanbaycu",
+ "email": "tanbaycu@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=tanbaycu.is-a.dev,39c822aec04365116c16"
+ }
+}
diff --git a/domains/_vercel.terry.json b/domains/_vercel.terry.json
new file mode 100644
index 000000000..9fc9c6b92
--- /dev/null
+++ b/domains/_vercel.terry.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "realyoterry",
+ "email": "theterrykim@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=terry.is-a.dev,77663b6ef45302529609"
+ }
+}
diff --git a/domains/_vercel.thavirak.json b/domains/_vercel.thavirak.json
new file mode 100644
index 000000000..1e65365c2
--- /dev/null
+++ b/domains/_vercel.thavirak.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "thavirak",
+ "email": "thavirak@gmail.com"
+ },
+ "record": {
+ "TXT": ["vc-domain-verify=thavirak.is-a.dev,7a6a4ebd89476f7b339a"]
+ }
+}
diff --git a/domains/_vercel.tobias.json b/domains/_vercel.tobias.json
index 9910e6185..487856ea0 100644
--- a/domains/_vercel.tobias.json
+++ b/domains/_vercel.tobias.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "smarterToby",
- "discord": "724712767080235049"
- },
- "record": {
- "TXT": "vc-domain-verify=tobias.is-a.dev,21171b13f4596f6ef9ee"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "smarterToby",
+ "discord": "724712767080235049"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=tobias.is-a.dev,21171b13f4596f6ef9ee"
+ }
+}
diff --git a/domains/_vercel.tsania.json b/domains/_vercel.tsania.json
new file mode 100644
index 000000000..091c6b96f
--- /dev/null
+++ b/domains/_vercel.tsania.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tsnzzhr",
+ "email": "tsnzzhr102@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=tsania.is-a.dev,cb5fadd5728a99eb3c4d"
+ }
+}
diff --git a/domains/_vercel.udit.json b/domains/_vercel.udit.json
new file mode 100644
index 000000000..96f2e3ead
--- /dev/null
+++ b/domains/_vercel.udit.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "uditdev",
+ "email": "uditdev0008@gmail.com"
+ },
+ "record": {
+ "TXT": ["vc-domain-verify=udit.is-a.dev,8718c1c2a08417265d7e"]
+ }
+}
diff --git a/domains/_vercel.ujjvaljoshi.json b/domains/_vercel.ujjvaljoshi.json
new file mode 100644
index 000000000..09252807b
--- /dev/null
+++ b/domains/_vercel.ujjvaljoshi.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio Website",
+ "repo": "https://github.com/ujjvaljoshi45/ujjvaljoshi45",
+ "owner": {
+ "username": "ujjvaljoshi45",
+ "email": "ujjvaljoshi45@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=ujjvaljoshi.is-a.dev,f7ed737aeb48311d634c"
+ }
+}
diff --git a/domains/_vercel.vdevanarayan.json b/domains/_vercel.vdevanarayan.json
new file mode 100644
index 000000000..1f8b49254
--- /dev/null
+++ b/domains/_vercel.vdevanarayan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "CodeTitan7",
+ "email": "octavius1983bc@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=vdevanarayan.is-a.dev,0c0c081b89b565d7ece1"
+ }
+}
diff --git a/domains/_vercel.veygax.json b/domains/_vercel.veygax.json
new file mode 100644
index 000000000..47892fb69
--- /dev/null
+++ b/domains/_vercel.veygax.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "veygax",
+ "email": "veyga@checkpoint.llc",
+ "discord": "1119938236245094521"
+
+ },
+ "record": {
+ "TXT": "vc-domain-verify=veygax.is-a.dev,a56bc04fff9fc5e6e38d"
+ }
+}
diff --git a/domains/_vercel.vineeth.json b/domains/_vercel.vineeth.json
new file mode 100644
index 000000000..94f9d4ec9
--- /dev/null
+++ b/domains/_vercel.vineeth.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vineeth-motati",
+ "email": "vineethmotati@duck.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=vineeth.is-a.dev,772d59fe1bf7422c8f8f"
+ }
+}
\ No newline at end of file
diff --git a/domains/_vercel.voidvault.json b/domains/_vercel.voidvault.json
new file mode 100644
index 000000000..fd5702d80
--- /dev/null
+++ b/domains/_vercel.voidvault.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Dev-Rajeshkumar",
+ "email": "rajesh8778354686@gmail.com"
+ },
+ "record": {
+ "TXT": ["vc-domain-verify=voidvault.is-a.dev,fdc2aadb068bd286d372"]
+ }
+}
diff --git a/domains/_vercel.vukhoi.json b/domains/_vercel.vukhoi.json
new file mode 100644
index 000000000..1c002c971
--- /dev/null
+++ b/domains/_vercel.vukhoi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "khoivt",
+ "email": "khoidragonslayer@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=vukhoi.is-a.dev,40bd929996059a5dbea2"
+ }
+}
diff --git a/domains/_vercel.w3teal.json b/domains/_vercel.w3teal.json
new file mode 100644
index 000000000..06e381c67
--- /dev/null
+++ b/domains/_vercel.w3teal.json
@@ -0,0 +1,11 @@
+{
+ "description": "Used for my W3Teal's blog website.",
+ "repo": "https://github.com/w3teal/w3teal.github.io",
+ "owner": {
+ "username": "w3teal",
+ "email": "w3teal@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=w3teal.is-a.dev,d0cb532c15b16a993c2a"
+ }
+}
diff --git a/domains/_vercel.wasim.json b/domains/_vercel.wasim.json
new file mode 100644
index 000000000..a5ce07365
--- /dev/null
+++ b/domains/_vercel.wasim.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "simbaig",
+ "email": "wasimbaig000@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=wasim.is-a.dev,6b4abdaf07b7f6517075"
+ }
+}
diff --git a/domains/_vercel.xenonrexo.json b/domains/_vercel.xenonrexo.json
new file mode 100644
index 000000000..b654d4a5b
--- /dev/null
+++ b/domains/_vercel.xenonrexo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shshams",
+ "email": "shahadathossenshams@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=xenonrexo.is-a.dev,8fbb85bd77adeb090add"
+ }
+}
diff --git a/domains/_vercel.yohanesrioirsan.json b/domains/_vercel.yohanesrioirsan.json
index 0edf88def..2f46c5930 100644
--- a/domains/_vercel.yohanesrioirsan.json
+++ b/domains/_vercel.yohanesrioirsan.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "yohanesrioirsan",
- "email": "rioirsan8@gmail.com"
- },
- "record": {
- "TXT": "vc-domain-verify=yohanesrioirsan.is-a.dev,2c8b157439c95db80770"
- }
+ "owner": {
+ "username": "yohanesrioirsan",
+ "email": "rioirsan8@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=yohanesrioirsan.is-a.dev,2c8b157439c95db80770"
+ }
}
diff --git a/domains/_vercel.youssef.json b/domains/_vercel.youssef.json
new file mode 100644
index 000000000..e54a53d60
--- /dev/null
+++ b/domains/_vercel.youssef.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "YoussefDevPro",
+ "email": "youssef.pro.coding@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=youssef.is-a.dev,8a21ff17b71b3518be3c"
+ }
+}
diff --git a/domains/_vercel.zara.json b/domains/_vercel.zara.json
new file mode 100644
index 000000000..e9024b750
--- /dev/null
+++ b/domains/_vercel.zara.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tutupharirabu",
+ "email": "code.zharaurien@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=zara.is-a.dev,54fd6194f447f7c5295b"
+ }
+}
diff --git a/domains/_vercel.zehao.json b/domains/_vercel.zehao.json
new file mode 100644
index 000000000..cf6b9d3ca
--- /dev/null
+++ b/domains/_vercel.zehao.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "2eha0",
+ "email": "zehao93@outlook.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=zehao.is-a.dev,6fbc4cc62fac0cd68f14"
+ }
+}
diff --git a/domains/aadi.json b/domains/aadi.json
deleted file mode 100644
index 2594b614b..000000000
--- a/domains/aadi.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "repo": "https://github.com/ringholder/ringholder.github.io",
- "owner": {
- "username": "ringholder",
- "discord": "ringholder"
- },
- "record": {
- "CNAME": "ringholder.github.io"
- }
-}
diff --git a/domains/aadityaa.json b/domains/aadityaa.json
new file mode 100644
index 000000000..c6f26b17c
--- /dev/null
+++ b/domains/aadityaa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Aadityaa2606",
+ "email": "aadityaa2606@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
diff --git a/domains/aakashrawat.json b/domains/aakashrawat.json
index 24c81cf1a..0f0a3ccfa 100644
--- a/domains/aakashrawat.json
+++ b/domains/aakashrawat.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "aakashrawat04",
- "email": "2004rawataakash@gmail.com",
- "discord": "759817307957493800"
- },
- "record": {
- "CNAME": "aakashrawat.vercel.app"
- }
+ "owner": {
+ "username": "aakashrawat04",
+ "email": "2004rawataakash@gmail.com",
+ "discord": "759817307957493800"
+ },
+ "record": {
+ "CNAME": "aakashrawat.vercel.app"
+ }
}
diff --git a/domains/aankit.json b/domains/aankit.json
new file mode 100644
index 000000000..76e46b9ae
--- /dev/null
+++ b/domains/aankit.json
@@ -0,0 +1,13 @@
+{
+ "description": "Ankit's GitHub page",
+ "repo": "https://github.com/Ankit-0310",
+ "owner": {
+ "username": "Ankit-0310",
+ "email": "ankitarya753@gmail.com",
+ "telegram": "F0RBIDDEN_USER",
+ "github": "Ankit-0310"
+ },
+ "record": {
+ "CNAME": "Ankit-0310.github.io"
+ }
+}
diff --git a/domains/aargh.json b/domains/aargh.json
deleted file mode 100644
index a1eef442d..000000000
--- a/domains/aargh.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "aargh.is-a.dev",
- "repo": "https://github.com/FloatingComet62/floatingcomet62.github.io",
- "owner": {
- "username": "FloatingComet62",
- "email": "shubh2007rai@gmail.com"
- },
- "record": {
- "CNAME": "floatingcomet62.github.io"
- }
-}
diff --git a/domains/abdelkarim-ain.json b/domains/abdelkarim-ain.json
deleted file mode 100644
index 64ace5d29..000000000
--- a/domains/abdelkarim-ain.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "abdelkarimain",
- "email": "abdelkarimain0@gmail.com"
- },
- "record": {
- "CNAME": "abdelkarimain.github.io"
- }
-}
diff --git a/domains/abdullah-al-mridul.json b/domains/abdullah-al-mridul.json
index eecee44a1..2fcb83694 100644
--- a/domains/abdullah-al-mridul.json
+++ b/domains/abdullah-al-mridul.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "abdullah-al-mridul",
- "email": "rim89987@gmail.com"
- },
- "record": {
- "CNAME": "abdullah-al-mridul-dev.vercel.app"
- }
+ "owner": {
+ "username": "abdullah-al-mridul",
+ "email": "rim89987@gmail.com"
+ },
+ "record": {
+ "CNAME": "abdullah-al-mridul-dev.vercel.app"
+ }
}
diff --git a/domains/abdullah.json b/domains/abdullah.json
deleted file mode 100644
index 549ce8855..000000000
--- a/domains/abdullah.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "adistar964",
- "email": "adistar964@gmail.com"
- },
- "description": "this is for my personal website made.",
- "record": {
- "CNAME": "adistar964.github.io"
- }
-}
diff --git a/domains/abdulquddus.json b/domains/abdulquddus.json
new file mode 100644
index 000000000..11a3677f4
--- /dev/null
+++ b/domains/abdulquddus.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "aqdev-tech",
+ "email": "abdulquddusinda@gmail.com"
+ },
+ "record": {
+ "CNAME": "abdulquddus.onrender.com"
+ }
+}
diff --git a/domains/abeer.json b/domains/abeer.json
new file mode 100644
index 000000000..aa0f9620c
--- /dev/null
+++ b/domains/abeer.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "abeer555",
+ "email": "abeergupta555@gmail.com"
+ },
+ "record": {
+ "CNAME": "abeer555.github.io"
+ }
+}
diff --git a/domains/abhiii.json b/domains/abhiii.json
new file mode 100644
index 000000000..323a0ffd3
--- /dev/null
+++ b/domains/abhiii.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "wiz-abhi",
+ "email": "abbhiiishekk@proton.me"
+ },
+ "record": {
+ "URL": "https://abhiishekk.netlify.app"
+ }
+}
diff --git a/domains/abhinav-shyju.json b/domains/abhinav-shyju.json
new file mode 100644
index 000000000..62b8b15b9
--- /dev/null
+++ b/domains/abhinav-shyju.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "abhinavshyju",
+ "email": "abhinavshyjupc@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-6ns.pages.dev"
+ }
+}
diff --git a/domains/abidraza.json b/domains/abidraza.json
new file mode 100644
index 000000000..ee456e6dd
--- /dev/null
+++ b/domains/abidraza.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ariabid",
+ "email": "ari.abid@gmail.com"
+ },
+ "record": {
+ "URL": "https://abidraza.com"
+ }
+}
diff --git a/domains/abineethan.json b/domains/abineethan.json
index d65050360..9983a2f6d 100644
--- a/domains/abineethan.json
+++ b/domains/abineethan.json
@@ -1,11 +1,10 @@
{
- "description": "This subdomain hosts my personal portfolio website.",
- "repo": "https://github.com/abineethan/abineethan.github.io",
+ "description": "This is my portfolio website.",
"owner": {
"username": "abineethan",
"email": "abineethan22@gmail.com"
},
"record": {
- "CNAME": "abineethan.github.io"
+ "CNAME": "abineethan-dev.web.app"
}
}
diff --git a/domains/about.harshshah.json b/domains/about.harshshah.json
deleted file mode 100644
index 4adaaf31d..000000000
--- a/domains/about.harshshah.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Harsh-0986",
- "email": "harsh2102.dev@gmail.com",
- "discord": "889700837520199761"
- },
- "record": {
- "A": ["76.76.21.21"]
- }
-}
diff --git a/domains/abu.json b/domains/abu.json
new file mode 100644
index 000000000..7fae28ec1
--- /dev/null
+++ b/domains/abu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mohamed-faaris",
+ "email": "mohammedfaaris2005@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/Mohamed-Abu-Bakkar"
+ }
+}
diff --git a/domains/ad.lver.json b/domains/ad.lver.json
new file mode 100644
index 000000000..93c4db3e7
--- /dev/null
+++ b/domains/ad.lver.json
@@ -0,0 +1,11 @@
+{
+ "github": "https://github.com/lverx",
+ "owner": {
+ "username": "lverx",
+ "email": "profoundlvr@gmail.com"
+ },
+ "record": {
+ "A": ["52.72.49.79"]
+ },
+ "proxied": true
+}
diff --git a/domains/adarshkumar.json b/domains/adarshkumar.json
new file mode 100644
index 000000000..33719d97f
--- /dev/null
+++ b/domains/adarshkumar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Adarsh R. Kumar",
+ "email": "adarshravikumar2@gmail.com"
+ },
+ "record": {
+ "CNAME": "adarshrkumar.github.io"
+ }
+}
diff --git a/domains/adiii3692.json b/domains/adiii3692.json
new file mode 100644
index 000000000..773e1898a
--- /dev/null
+++ b/domains/adiii3692.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "adiii3692",
+ "email": "adinair0206@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-rho-sand-13.vercel.app"
+ }
+}
\ No newline at end of file
diff --git a/domains/aditya.json b/domains/aditya.json
index d9137efed..191ff4102 100644
--- a/domains/aditya.json
+++ b/domains/aditya.json
@@ -1,12 +1,10 @@
{
- "description": "my personal homepage",
+ "description": "Aditya portfolio",
"owner": {
- "username": "dedomil",
- "email": "ishqaddy@gmail.com",
- "twitter": "aadixl",
- "discord": "dedomil"
+ "username": "raghav-45",
+ "email": "raghavbhai4545@gmail.com"
},
"record": {
- "CNAME": "dedomil.github.io"
+ "A": ["76.76.21.21"]
}
}
diff --git a/domains/adriancmiranda.json b/domains/adriancmiranda.json
new file mode 100644
index 000000000..f74f5e370
--- /dev/null
+++ b/domains/adriancmiranda.json
@@ -0,0 +1,16 @@
+{
+ "owner": {
+ "username": "adriancmiranda",
+ "email": "ad@is-a.dev"
+ },
+ "record": {
+ "URL": "https://adrian-miranda.vercel.app"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/github": "https://github.com/adriancmiranda",
+ "/linkedin": "https://www.linkedin.com/in/adriancmiranda"
+ },
+ "redirect_paths": true
+ }
+}
diff --git a/domains/affan.json b/domains/affan.json
index 9930f2698..c24952ed8 100644
--- a/domains/affan.json
+++ b/domains/affan.json
@@ -5,10 +5,7 @@
},
"record": {
"A": ["75.2.60.5"],
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": [
"v=spf1 include:_spf.mx.cloudflare.net include:spf.improvmx.com ~all",
"dh=92c9945830f32cb180df547af9f491ff1a4c75a9",
diff --git a/domains/afnan.json b/domains/afnan.json
index 3974d2c22..fc62c307c 100644
--- a/domains/afnan.json
+++ b/domains/afnan.json
@@ -1,11 +1,11 @@
{
- "description": "My portfolio website",
- "repo": "https://github.com/Sayed-Afnan-Khazi/sayed-afnan-khazi.github.io",
- "owner": {
- "username": "Sayed-Afnan-Khazi",
- "email": "oofnanfake1@gmail.com"
- },
- "record": {
- "CNAME": "sayed-afnan-khazi.github.io"
- }
+ "description": "My portfolio website",
+ "repo": "https://github.com/Sayed-Afnan-Khazi/sayed-afnan-khazi.github.io",
+ "owner": {
+ "username": "Sayed-Afnan-Khazi",
+ "email": "oofnanfake1@gmail.com"
+ },
+ "record": {
+ "CNAME": "sayed-afnan-khazi.github.io"
+ }
}
diff --git a/domains/ahios.json b/domains/ahios.json
new file mode 100644
index 000000000..54b441118
--- /dev/null
+++ b/domains/ahios.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "ahios",
+ "email": "ahios.dev@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"],
+ "TXT": "google-site-verification=vIUwZhHqcAiiHZW2nNaE21Lb0H1_FIEBHyYs6f3b0KA",
+ "MX": [
+ "SMTP.GOOGLE.COM"
+ ]
+ }
+}
diff --git a/domains/ai.devmatei.json b/domains/ai.devmatei.json
new file mode 100644
index 000000000..4b150d5ab
--- /dev/null
+++ b/domains/ai.devmatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
diff --git a/domains/aishik999.json b/domains/aishik999.json
new file mode 100644
index 000000000..175c6af92
--- /dev/null
+++ b/domains/aishik999.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "aishik999",
+ "email": "aishikm2002@gmail.com"
+ },
+ "record": {
+ "CNAME": "aishik999.vercel.app"
+ }
+}
diff --git a/domains/aitji.json b/domains/aitji.json
index a7c793f2f..7d7b38413 100644
--- a/domains/aitji.json
+++ b/domains/aitji.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "aitji",
- "email": "ait.suriya@gmail.com"
- },
- "record": {
- "A": ["76.76.21.21"]
- }
+ "owner": {
+ "username": "aitji",
+ "email": "ait.suriya@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
}
diff --git a/domains/ajayj.json b/domains/ajayj.json
new file mode 100644
index 000000000..a6c769dc1
--- /dev/null
+++ b/domains/ajayj.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AJAY260505",
+ "email": "ajay260505@gmail.com"
+ },
+ "record": {
+ "CNAME": "ajayjaisankar.netlify.app"
+ }
+}
diff --git a/domains/ak-profile.json b/domains/ak-profile.json
new file mode 100644
index 000000000..3734127ed
--- /dev/null
+++ b/domains/ak-profile.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Akash0816",
+ "email": "akashoffical321@gmail.com"
+ },
+ "record": {
+ "CNAME": "akash0816.github.io"
+ }
+}
diff --git a/domains/akashj.json b/domains/akashj.json
new file mode 100644
index 000000000..1153fa421
--- /dev/null
+++ b/domains/akashj.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "akash-janapati",
+ "email": "akash2009janapati@gmail.com"
+ },
+ "record": {
+ "CNAME": "akash-janapati.github.io"
+ }
+}
diff --git a/domains/akashkumar.json b/domains/akashkumar.json
new file mode 100644
index 000000000..f5ce94745
--- /dev/null
+++ b/domains/akashkumar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "akash-kumar-dev",
+ "email": "akashkumar.dev00@gmail.com"
+ },
+ "record": {
+ "CNAME": "akashkumar-dev.vercel.app"
+ }
+}
diff --git a/domains/akk1to.json b/domains/akk1to.json
index 5f3997d5b..a2a8e777b 100644
--- a/domains/akk1to.json
+++ b/domains/akk1to.json
@@ -7,7 +7,12 @@
"discord": "727497287777124414"
},
"record": {
- "A": ["185.199.108.153", "185.199.111.153", "185.199.110.153"],
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
diff --git a/domains/akprofile.json b/domains/akprofile.json
new file mode 100644
index 000000000..04b0255a3
--- /dev/null
+++ b/domains/akprofile.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Akash0816",
+ "email": "akashoffical321@gmail.com"
+ },
+ "record": {
+ "CNAME": "Akash0816.github.io"
+ }
+}
diff --git a/domains/akshit-jain.json b/domains/akshit-jain.json
new file mode 100644
index 000000000..5071b77f2
--- /dev/null
+++ b/domains/akshit-jain.json
@@ -0,0 +1,10 @@
+{
+ "description": "Akshit's Personal Website",
+ "owner": {
+ "username": "akshitjain16",
+ "email": "gang.akshitjain@gmail.com"
+ },
+ "record": {
+ "URL": "https://akshit-jain.netlify.app/"
+ }
+}
diff --git a/domains/alas.json b/domains/alas.json
index b42694ddd..0681ba7c2 100644
--- a/domains/alas.json
+++ b/domains/alas.json
@@ -7,6 +7,7 @@
},
"record": {
"URL": "https://alastrantia.github.io",
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"]
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": ["v=spf1 include:spf.improvmx.com ~all"]
}
}
diff --git a/domains/albertodm.json b/domains/albertodm.json
new file mode 100644
index 000000000..af96c304c
--- /dev/null
+++ b/domains/albertodm.json
@@ -0,0 +1,11 @@
+{
+ "repo": "https://github.com/MonforteGG/portfolio",
+ "owner": {
+ "username": "MonforteGG",
+ "email": "albdiamun@gmail.com"
+ },
+ "description": "portfolio website",
+ "record": {
+ "CNAME": "albertodm.netlify.app"
+ }
+}
diff --git a/domains/alec.json b/domains/alec.json
new file mode 100644
index 000000000..5a5839ade
--- /dev/null
+++ b/domains/alec.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "asidsdamad1"
+ },
+ "record": {
+ "CNAME": "asidsdamad1.github.io"
+ }
+}
diff --git a/domains/alecks.json b/domains/alecks.json
index 6d0e88aef..791ee1bbb 100644
--- a/domains/alecks.json
+++ b/domains/alecks.json
@@ -1,11 +1,10 @@
{
"owner": {
"username": "Alecks20",
- "email": "contact@alecks.dev",
+ "email": "hi@alecks.dev",
"discord": "612522818294251522"
},
"record": {
- "CNAME": "evergarden.alecks.cloud"
- },
- "proxied": true
+ "CNAME": "alecks.pages.dev"
+ }
}
diff --git a/domains/alejandro.json b/domains/alejandro.json
new file mode 100644
index 000000000..2cea35453
--- /dev/null
+++ b/domains/alejandro.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AlejandroSanchezSerrano",
+ "email": "alexxsanse@gmail.com"
+ },
+ "record": {
+ "CNAME": "alejandrosanchezserrano.github.io"
+ }
+}
diff --git a/domains/alejandropi.json b/domains/alejandropi.json
new file mode 100644
index 000000000..da1441620
--- /dev/null
+++ b/domains/alejandropi.json
@@ -0,0 +1,11 @@
+{
+ "description": "Alejandro's Portfolio ",
+ "repo": "https://github.com/AlejandroPiCano/alejandropi",
+ "owner": {
+ "username": "AlejandroPiCano",
+ "email": "alejandro.pi87@gmail.com"
+ },
+ "record": {
+ "CNAME": "alejandropicano.github.io"
+ }
+}
diff --git a/domains/alen.json b/domains/alen.json
new file mode 100644
index 000000000..6c4930fb5
--- /dev/null
+++ b/domains/alen.json
@@ -0,0 +1,11 @@
+{
+ "description": "Alen's page",
+ "repo": "https://github.com/alenseeman/alenseeman.github.io",
+ "owner": {
+ "username": "alenseeman",
+ "email": "alenseeman@hotmail.com"
+ },
+ "record": {
+ "CNAME": "alenseeman.github.io"
+ }
+}
diff --git a/domains/alfredjophy.json b/domains/alfredjophy.json
new file mode 100644
index 000000000..f852093a0
--- /dev/null
+++ b/domains/alfredjophy.json
@@ -0,0 +1,10 @@
+{
+ "description": "Redirect for my personal website.",
+ "owner": {
+ "username": "alfredjophy",
+ "email": "mail@alfredjophy.com"
+ },
+ "record": {
+ "CNAME": "alfredjophy.com"
+ }
+}
diff --git a/domains/aliezan.json b/domains/aliezan.json
deleted file mode 100644
index aa5890989..000000000
--- a/domains/aliezan.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Aliezan",
- "email": "muhammadalieza4@gmail.com"
- },
- "record": {
- "CNAME": "aliezan.github.io"
- }
-}
diff --git a/domains/all.json b/domains/all.json
index d4ad8d0ea..de7c6e90a 100644
--- a/domains/all.json
+++ b/domains/all.json
@@ -12,6 +12,10 @@
"185.199.109.153",
"185.199.110.153",
"185.199.111.153"
+ ],
+ "TXT": [
+ "google-site-verification=BbYZhMhwA6qo69R2udUA6wKJidmrTiWflfU01Kjm7eI",
+ "yandex-verification: 7cc47fa77df61676"
]
}
}
diff --git a/domains/allen-xavier.json b/domains/allen-xavier.json
index 9498d4c59..2c8121245 100644
--- a/domains/allen-xavier.json
+++ b/domains/allen-xavier.json
@@ -1,11 +1,11 @@
{
- "description": "For Portfolio Website",
- "repo": "https://github.com/xavierallem/AllenXavier",
- "owner": {
- "username": "xavierallem",
- "email": "xavierallem1999@gmail.com"
- },
- "record": {
- "A": ["75.2.60.5"]
- }
+ "description": "For Portfolio Website",
+ "repo": "https://github.com/xavierallem/AllenXavier",
+ "owner": {
+ "username": "xavierallem",
+ "email": "xavierallem1999@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
}
diff --git a/domains/alpha.json b/domains/alpha.json
index 9256c4955..9ec626b63 100644
--- a/domains/alpha.json
+++ b/domains/alpha.json
@@ -6,7 +6,7 @@
"mastodon": "@YouFoundAlpha@mastodon.social"
},
"record": {
- "URL": "https://yfadev.pw",
+ "URL": "https://youfoundalpha.pages.dev",
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
diff --git a/domains/alrakib.json b/domains/alrakib.json
new file mode 100644
index 000000000..3ee2d4b4a
--- /dev/null
+++ b/domains/alrakib.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alrakibthedev",
+ "email": "alrakibthedev@gmail.com"
+ },
+ "record": {
+ "CNAME": "alrakibthedev.vercel.app"
+ }
+}
diff --git a/domains/alvaro14.json b/domains/alvaro14.json
new file mode 100644
index 000000000..d11b61a8f
--- /dev/null
+++ b/domains/alvaro14.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lovian",
+ "email": "stikamera26@gmail.com"
+ },
+ "record": {
+ "CNAME": "cfpages-4pw.pages.dev"
+ }
+}
diff --git a/domains/aly.json b/domains/aly.json
new file mode 100644
index 000000000..830b7d77c
--- /dev/null
+++ b/domains/aly.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "el7amrawy",
+ "email": "el7amrawy@outlook.com"
+ },
+ "record": {
+ "CNAME": "portfolio-8sc.pages.dev"
+ }
+}
diff --git a/domains/amr.json b/domains/amr.json
new file mode 100644
index 000000000..d33621228
--- /dev/null
+++ b/domains/amr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "agawish",
+ "email": "amr.gawish@gmail.com"
+ },
+ "record": {
+ "CNAME": "amr-gawish.com"
+ }
+}
diff --git a/domains/an.json b/domains/an.json
new file mode 100644
index 000000000..6c8614026
--- /dev/null
+++ b/domains/an.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "GameRoMan",
+ "email": "gameromandev@gmail.com"
+ },
+ "record": {
+ "CNAME": "gameroman.pages.dev"
+ }
+}
diff --git a/domains/analytics.juststudio.json b/domains/analytics.juststudio.json
new file mode 100644
index 000000000..cbd6e4639
--- /dev/null
+++ b/domains/analytics.juststudio.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "support@juststudio.is-a.dev",
+ "discord": "1117482901353812088"
+ },
+ "record": {
+ "A": ["34.120.54.55"],
+ "AAAA": ["2600:1901:0:6d85::"]
+ }
+}
diff --git a/domains/anand.json b/domains/anand.json
index 9eeb9637a..5a627fafc 100644
--- a/domains/anand.json
+++ b/domains/anand.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "anandd17",
- "email": "avdoddamani123@gmail.com"
- },
- "record": {
- "CNAME": "anandd17.vercel.app"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "anandd17",
+ "email": "avdoddamani123@gmail.com"
+ },
+ "record": {
+ "CNAME": "anandd17.vercel.app"
+ }
+}
diff --git a/domains/andrea.json b/domains/andrea.json
index 6d86ce8de..30030d36c 100644
--- a/domains/andrea.json
+++ b/domains/andrea.json
@@ -5,6 +5,6 @@
"email": "uadopo+isadev@pm.me"
},
"record": {
- "A": ["212.237.38.154"]
+ "A": ["62.171.176.192"]
}
}
diff --git a/domains/andresarr.json b/domains/andresarr.json
new file mode 100644
index 000000000..31c5e2b16
--- /dev/null
+++ b/domains/andresarr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Anonymous1223334444",
+ "email": "replit005@gmail.com"
+ },
+ "record": {
+ "CNAME": "portofoliowebdev.vercel.app"
+ }
+}
diff --git a/domains/andriampeno.json b/domains/andriampeno.json
new file mode 100644
index 000000000..18e54c391
--- /dev/null
+++ b/domains/andriampeno.json
@@ -0,0 +1,11 @@
+{
+ "description": "Domain for my personal portfolio",
+ "repo": "https://github.com/odie100/odie100.github.io",
+ "owner": {
+ "username": "odie100",
+ "email": "andriampeno.odilon@gmail.com"
+ },
+ "record": {
+ "CNAME": "odie100.github.io"
+ }
+}
diff --git a/domains/aneeshraskar.json b/domains/aneeshraskar.json
new file mode 100644
index 000000000..9bbbcc007
--- /dev/null
+++ b/domains/aneeshraskar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Zephyrus02",
+ "email": "aneeshraskar@gmail.com"
+ },
+ "record": {
+ "CNAME": "aneesh-raskar.vercel.app"
+ }
+}
diff --git a/domains/angganix.json b/domains/angganix.json
new file mode 100644
index 000000000..9c87dedd8
--- /dev/null
+++ b/domains/angganix.json
@@ -0,0 +1,13 @@
+{
+ "description": "For personal site, blogging, and displayed portofolio",
+ "repo": "https://github.com/angganix/angganix.github.io",
+ "owner": {
+ "username": "angganix",
+ "email": "angganix@gmail.com"
+ },
+ "record": {
+ "CNAME": "angganix.github.io",
+ "TXT": "google-site-verification=q5JulUF0tB8rSEi7z2cnvV6IgMZr5En3l_O_uq70ijI"
+ },
+ "proxied": true
+}
diff --git a/domains/anhvt.json b/domains/anhvt.json
new file mode 100644
index 000000000..0fe602a8c
--- /dev/null
+++ b/domains/anhvt.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "anhvt3010",
+ "email": "anh.vt.3010@gmail.com"
+ },
+ "record": {
+ "CNAME": "build-cv.vercel.app"
+ }
+}
diff --git a/domains/anime.girl.json b/domains/anime.girl.json
new file mode 100644
index 000000000..00ab0224a
--- /dev/null
+++ b/domains/anime.girl.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ukriu",
+ "email": "isadev@ukriu.com"
+ },
+ "record": {
+ "CNAME": "ukriu.pages.dev"
+ }
+}
diff --git a/domains/anirban-das.json b/domains/anirban-das.json
new file mode 100644
index 000000000..fae1432c3
--- /dev/null
+++ b/domains/anirban-das.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sherlock5000",
+ "email": "danirban5000@gmail.com"
+ },
+ "record": {
+ "CNAME": "sherlock5000.github.io"
+ }
+}
diff --git a/domains/ankit-kelkar.json b/domains/ankit-kelkar.json
new file mode 100644
index 000000000..1f43baee6
--- /dev/null
+++ b/domains/ankit-kelkar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "akelkar3",
+ "email": "ankit.kelkar@gmail.com"
+ },
+ "record": {
+ "CNAME": "akelkar3.github.io"
+ }
+}
diff --git a/domains/anony.json b/domains/anony.json
new file mode 100644
index 000000000..e47ce1d74
--- /dev/null
+++ b/domains/anony.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "celestix",
+ "email": "i@anodite.me"
+ },
+ "record": {
+ "URL": "https://anodite.me/"
+ }
+}
diff --git a/domains/ansh.json b/domains/ansh.json
new file mode 100644
index 000000000..7a29bba12
--- /dev/null
+++ b/domains/ansh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "anshaneja5",
+ "email": "anshanejaa@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-xi-liard-96.vercel.app"
+ }
+}
diff --git a/domains/anveshraman.json b/domains/anveshraman.json
new file mode 100644
index 000000000..6034749a5
--- /dev/null
+++ b/domains/anveshraman.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SA-Army",
+ "email": "anveshraman.ae@gmail.com"
+ },
+ "record": {
+ "CNAME": "developeranveshraman.github.io"
+ }
+}
diff --git a/domains/anw.json b/domains/anw.json
new file mode 100644
index 000000000..aa02d7f37
--- /dev/null
+++ b/domains/anw.json
@@ -0,0 +1,11 @@
+{
+ "description": "ANW's (Subhrajit Sain) Personal Site",
+ "owner": {
+ "username": "SubhrajitSain",
+ "email": "subhrajitsain34@gmail.com"
+ },
+ "record": {
+ "URL": "https://subhrajitsain.pythonanywhere.com"
+ },
+ "proxied": false
+}
diff --git a/domains/api.0xarchit.json b/domains/api.0xarchit.json
new file mode 100644
index 000000000..4a5b7a150
--- /dev/null
+++ b/domains/api.0xarchit.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "0xarchit",
+ "email": "0xarchit@proton.me"
+ },
+ "record": {
+ "CNAME": "status.cron-job.org"
+ }
+}
diff --git a/domains/api.dark.json b/domains/api.dark.json
new file mode 100644
index 000000000..c8ff1362d
--- /dev/null
+++ b/domains/api.dark.json
@@ -0,0 +1,11 @@
+{
+ "description": "API for a Discord bot",
+ "owner": {
+ "username": "BruhDark",
+ "email": "darkpxint@gmail.com",
+ "discord": "dark.py"
+ },
+ "record": {
+ "A": ["34.57.65.208"]
+ }
+}
diff --git a/domains/api.devmatei.json b/domains/api.devmatei.json
new file mode 100644
index 000000000..e84cdfd7f
--- /dev/null
+++ b/domains/api.devmatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://docs.devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/api.kruase.json b/domains/api.kruase.json
new file mode 100644
index 000000000..e08408500
--- /dev/null
+++ b/domains/api.kruase.json
@@ -0,0 +1,14 @@
+{
+ "description": "Development and pet-project APIs",
+ "repo": "https://github.com/KruASe76",
+ "owner": {
+ "username": "KruASe76",
+ "email": "kruanse@ya.ru",
+ "telegram": "https://t.me/KruASe"
+ },
+ "record": {
+ "A": [
+ "89.19.177.86"
+ ]
+ }
+}
diff --git a/domains/app.json b/domains/app.json
deleted file mode 100644
index 4f1926b86..000000000
--- a/domains/app.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "code-hunt-in",
- "email": "aishwary.pandore@somaiya.edu"
- },
- "record": {
- "CNAME": "code-hunt-in.github.io"
- }
-}
diff --git a/domains/araf.json b/domains/araf.json
deleted file mode 100644
index 442c23e60..000000000
--- a/domains/araf.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "yasar-arafath",
- "email": "1up6i9jv@duck.com"
- },
- "record": {
- "CNAME": "yasar-arafath.github.io"
- }
-}
diff --git a/domains/arca.json b/domains/arca.json
new file mode 100644
index 000000000..9cdd568b0
--- /dev/null
+++ b/domains/arca.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/anibalCApaza/anibalcapaza.github.io",
+ "owner": {
+ "username": "anibalCApaza",
+ "email": "arcacorini@gmail.com"
+ },
+ "record": {
+ "CNAME": "anibalcapaza.github.io"
+ }
+}
diff --git a/domains/archive.json b/domains/archive.json
new file mode 100644
index 000000000..639f942d1
--- /dev/null
+++ b/domains/archive.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "EducatedSuddenBucket",
+ "email": "educatedsuddenbucket@gmail.com"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153"
+ ]
+ }
+}
diff --git a/domains/arhanansari.json b/domains/arhanansari.json
new file mode 100644
index 000000000..39c01c9a0
--- /dev/null
+++ b/domains/arhanansari.json
@@ -0,0 +1,13 @@
+{
+ "description": "A sleek and 3D portfolio website for Arhan Ansari.",
+ "repo": "https://github.com/ArhanAnsari/Arhans-Portfolio",
+ "owner": {
+ "username": "ArhanAnsari",
+ "email": "arhanansari2009@gmail.com",
+ "x": "https://x.com/codewitharhan",
+ "discord": "@codewitharhan"
+ },
+ "record": {
+ "CNAME": "arhanansari.vercel.app"
+ }
+}
diff --git a/domains/ariabid.json b/domains/ariabid.json
new file mode 100644
index 000000000..5d0b9f54c
--- /dev/null
+++ b/domains/ariabid.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ariabid",
+ "email": "ari.abid@gmail.com"
+ },
+ "record": {
+ "URL": "https://ariabid.github.io"
+ }
+}
diff --git a/domains/arif.json b/domains/arif.json
new file mode 100644
index 000000000..65cbda863
--- /dev/null
+++ b/domains/arif.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal Portfolio Website",
+ "repo": "https://github.com/Arif-Islam/Portfolio-site",
+ "owner": {
+ "username": "Arif-Islam",
+ "email": "arif8491@gmail.com"
+ },
+ "record": {
+ "CNAME": "arif-islam.github.io"
+ }
+}
diff --git a/domains/arjix.json b/domains/arjix.json
deleted file mode 100644
index 3af0bba31..000000000
--- a/domains/arjix.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Most likely a page for my portfolio.",
- "repo": "https://github.com/ArjixWasTaken/arjixwastaken.github.io",
- "owner": {
- "username": "ArjixWasTaken",
- "discord": "Hecker#5573"
- },
- "record": {
- "CNAME": "arjixwastaken.github.io"
- }
-}
diff --git a/domains/arkan.json b/domains/arkan.json
new file mode 100644
index 000000000..e79671df3
--- /dev/null
+++ b/domains/arkan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ArizalArkan",
+ "email": "arizalarkan@gmail.com"
+ },
+ "record": {
+ "CNAME": "arkan-potofolio.vercel.app"
+ }
+}
diff --git a/domains/arlan.json b/domains/arlan.json
new file mode 100644
index 000000000..82484a9f5
--- /dev/null
+++ b/domains/arlan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "handikatriarlan",
+ "email": "handikaarlan@gmail.com"
+ },
+ "record": {
+ "CNAME": "handikatriarlan.vercel.app"
+ }
+}
diff --git a/domains/armaan44.json b/domains/armaan44.json
index 9d9c048e8..bf2d5a192 100644
--- a/domains/armaan44.json
+++ b/domains/armaan44.json
@@ -1,11 +1,11 @@
{
- "description": "Portfolio-Website",
- "repo": "https://github.com/Armaan4477/Portfolio",
- "owner": {
- "username": "Armaan4477",
- "email": "nakhudaarmaan66@gmail.com"
- },
- "record": {
- "CNAME": "armaan4477.github.io"
- }
- }
+ "description": "Portfolio-Website",
+ "repo": "https://github.com/Armaan4477/Portfolio",
+ "owner": {
+ "username": "Armaan4477",
+ "email": "nakhudaarmaan66@gmail.com"
+ },
+ "record": {
+ "CNAME": "armaan4477.github.io"
+ }
+}
diff --git a/domains/armandosalcedo.json b/domains/armandosalcedo.json
new file mode 100644
index 000000000..93d1f4777
--- /dev/null
+++ b/domains/armandosalcedo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "asd1495",
+ "email": "armando.salcedo95@gmail.com"
+ },
+ "record": {
+ "CNAME": "asd1495.github.io"
+ }
+}
diff --git a/domains/arsenobetaine.json b/domains/arsenobetaine.json
new file mode 100644
index 000000000..14207d31f
--- /dev/null
+++ b/domains/arsenobetaine.json
@@ -0,0 +1,11 @@
+{
+ "description": "A personal website for information on me and my projects.",
+ "repo": "https://github.com/arsenobetaine/arsenobetaine.is-a.dev",
+ "owner": {
+ "username": "arsenobetaine",
+ "email": "arsenobetaine@gmail.com"
+ },
+ "record": {
+ "CNAME": "arsenobetaine.github.io"
+ }
+}
diff --git a/domains/arunlorenz.json b/domains/arunlorenz.json
new file mode 100644
index 000000000..7fc202e89
--- /dev/null
+++ b/domains/arunlorenz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "arunlorenz",
+ "email": "nsak1763@gmail.com"
+ },
+ "record": {
+ "CNAME": "arunlorenz.vercel.app"
+ }
+}
diff --git a/domains/arvind.json b/domains/arvind.json
index bf9ab69c0..dc3f90151 100644
--- a/domains/arvind.json
+++ b/domains/arvind.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "coderman400",
- "email": "achurox1121@gmail.com"
- },
- "record": {
- "CNAME": "portfolio-nine-sigma-65.vercel.app"
- }
+ "owner": {
+ "username": "coderman400",
+ "email": "achurox1121@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-nine-sigma-65.vercel.app"
+ }
}
diff --git a/domains/as.json b/domains/as.json
index fd745e171..0443203ea 100644
--- a/domains/as.json
+++ b/domains/as.json
@@ -1,10 +1,9 @@
{
- "repo": "https://mrakshayas.github.io/me/",
"owner": {
- "username": "MrAkshayAS",
- "email": "akshau72p@gmail.com"
+ "username": "mraxays",
+ "discord": "mrakshayas"
},
"record": {
- "CNAME": "mrakshayas.github.io"
+ "URL": "https://mraxays.github.io/"
}
}
diff --git a/domains/ashkan.json b/domains/ashkan.json
new file mode 100644
index 000000000..46d16df50
--- /dev/null
+++ b/domains/ashkan.json
@@ -0,0 +1,11 @@
+{
+ "description": "Welcome to Ashkan's portfolio – a full-stack developer specializing in Angular, React, NestJS, Go, and cloud-native applications",
+ "repo": "https://github.com/Ashkan4472/ashkan4472.github.io",
+ "owner": {
+ "username": "ashkan4472",
+ "email": "ashkan4472@gmail.com"
+ },
+ "record": {
+ "CNAME": "ashkan4472.github.io"
+ }
+}
diff --git a/domains/asil.json b/domains/asil.json
new file mode 100644
index 000000000..e96232068
--- /dev/null
+++ b/domains/asil.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio website for Asil",
+ "repo": "https://github.com/asyard/asyard.github.io",
+ "owner": {
+ "username": "asyard",
+ "discord": "asyard"
+ },
+ "record": {
+ "CNAME": "asyard.github.io"
+ }
+}
diff --git a/domains/asya.json b/domains/asya.json
new file mode 100644
index 000000000..eda2cc50c
--- /dev/null
+++ b/domains/asya.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal portofolio website",
+ "repo": "https://github.com/Glenferdinza/glenferdinza.github.io",
+ "owner": {
+ "username": "Glenferdinza",
+ "email":"ghisyadesign21@gmail.com"
+ },
+ "record": {
+ "CNAME": "glenferdinza.github.io"
+ }
+}
diff --git a/domains/athulanoop.json b/domains/athulanoop.json
new file mode 100644
index 000000000..3fc576c1c
--- /dev/null
+++ b/domains/athulanoop.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio website",
+ "repo": "https://github.com/alpha-og/portfolio",
+ "owner": {
+ "username": "alpha-og",
+ "email": "athulanoop2020@gmail.com"
+ },
+ "record": {
+ "CNAME": "alpha-og.github.io"
+ }
+}
diff --git a/domains/atomic.json b/domains/atomic.json
new file mode 100644
index 000000000..4e9bb4012
--- /dev/null
+++ b/domains/atomic.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "atomictyler1",
+ "discord": "atomictyler"
+ },
+ "record": {
+ "CNAME": "atomictyler1.github.io"
+ }
+}
diff --git a/domains/atomtr.json b/domains/atomtr.json
new file mode 100644
index 000000000..c9aacaa60
--- /dev/null
+++ b/domains/atomtr.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "atom-tr",
+ "email": "thai.tr@hotmail.com",
+ "discord": "423327141921423361"
+ },
+ "record": {
+ "CNAME": "astro-erudite.pages.dev"
+ },
+ "repo": "https://github.com/atom-tr/astro-erudite"
+}
diff --git a/domains/australia.json b/domains/australia.json
new file mode 100644
index 000000000..f7343bdc9
--- /dev/null
+++ b/domains/australia.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Yunexiz",
+ "discord": "1040303561847881729"
+ },
+ "record": {
+ "URL": "https://yunexiz.is-a.dev/?australia-is-upside-down=true"
+ }
+}
diff --git a/domains/aviv.json b/domains/aviv.json
new file mode 100644
index 000000000..dccbffc39
--- /dev/null
+++ b/domains/aviv.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "avivelmakias1",
+ "email": "aviv.elmakias.b@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/avivelmakias1"
+ }
+ }
diff --git a/domains/axay.json b/domains/axay.json
index 3bea8a7b9..0443203ea 100644
--- a/domains/axay.json
+++ b/domains/axay.json
@@ -1,9 +1,9 @@
{
"owner": {
- "username": "MrAkshayAS",
+ "username": "mraxays",
"discord": "mrakshayas"
},
"record": {
- "URL": "https://mrakshayas.github.io/"
+ "URL": "https://mraxays.github.io/"
}
}
diff --git a/domains/ayberk.json b/domains/ayberk.json
new file mode 100644
index 000000000..c89fc485c
--- /dev/null
+++ b/domains/ayberk.json
@@ -0,0 +1,11 @@
+{
+ "description": "My Portfolio",
+ "repo": "https://github.com/ayberktandogan/ayberktandogan.github.io",
+ "owner": {
+ "username": "ayberktandogan",
+ "email": "ayberk.tandogan@outlook.com"
+ },
+ "record": {
+ "CNAME": "ayberktandogan.github.io"
+ }
+}
diff --git a/domains/ayushman.json b/domains/ayushman.json
new file mode 100644
index 000000000..ec481315c
--- /dev/null
+++ b/domains/ayushman.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal website for Ayushman",
+ "owner": {
+ "username": "AMRzip",
+ "email": "ayushmanrathi0@gmail.com"
+ },
+ "record": {
+ "CNAME": "ARMzip.github.io"
+ },
+ "proxied": false
+}
diff --git a/domains/bala.json b/domains/bala.json
index 7e2863e38..3f61f6f0b 100644
--- a/domains/bala.json
+++ b/domains/bala.json
@@ -1,11 +1,11 @@
{
- "description": "For my github page",
- "repo": "https://https://github.com/parzi-val/parzi-val",
- "owner": {
- "username": "parzi-val",
- "email": "krbala1511@gmail.com"
- },
- "record": {
- "CNAME": "parzi-val.github.io"
- }
-}
\ No newline at end of file
+ "description": "For my github page",
+ "repo": "https://https://github.com/parzi-val/parzi-val",
+ "owner": {
+ "username": "parzi-val",
+ "email": "krbala1511@gmail.com"
+ },
+ "record": {
+ "CNAME": "parzi-val.github.io"
+ }
+}
diff --git a/domains/balogram.json b/domains/balogram.json
new file mode 100644
index 000000000..e1de12852
--- /dev/null
+++ b/domains/balogram.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Balogram-dev",
+ "email": "tunde.agboke@gmail.com"
+ },
+ "record": {
+ "CNAME": "balogram-dev.github.io"
+ }
+}
diff --git a/domains/bandu.json b/domains/bandu.json
new file mode 100644
index 000000000..b0cd2619a
--- /dev/null
+++ b/domains/bandu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bmulla7",
+ "email": "bmulla7@gmail.com"
+ },
+ "record": {
+ "CNAME": "bandu.pages.dev"
+ }
+}
diff --git a/domains/bao.json b/domains/bao.json
new file mode 100644
index 000000000..712d7588f
--- /dev/null
+++ b/domains/bao.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bphamict",
+ "email": "bphamict@gmail.com"
+ },
+ "record": {
+ "CNAME": "ghs.google.com"
+ }
+}
diff --git a/domains/barnacl437.json b/domains/barnacl437.json
index 47200c18f..245ab0986 100644
--- a/domains/barnacl437.json
+++ b/domains/barnacl437.json
@@ -4,6 +4,6 @@
"email": "barnacl437@proton.me"
},
"record": {
- "CNAME": "barnacl437.github.io"
+ "CNAME": "barnacl437.vercel.app"
}
}
diff --git a/domains/barry-hammer.json b/domains/barry-hammer.json
index a19403a2b..83c35ae48 100644
--- a/domains/barry-hammer.json
+++ b/domains/barry-hammer.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "barry-hammer"
- },
- "record": {
- "CNAME": "barry-hammer.github.io"
- }
+ "owner": {
+ "username": "barry-hammer"
+ },
+ "record": {
+ "CNAME": "barry-hammer.github.io"
+ }
}
diff --git a/domains/baturalp.json b/domains/baturalp.json
new file mode 100644
index 000000000..40373949d
--- /dev/null
+++ b/domains/baturalp.json
@@ -0,0 +1,11 @@
+{
+ "description": "Baturalp Sönmez Portfolio website",
+ "repo": "https://github.com/Baturalp52/Baturalp52.github.io",
+ "owner": {
+ "username": "Baturalp52",
+ "email": "baturalpsonmez2002@gmail.com"
+ },
+ "record": {
+ "CNAME": "baturalp52.github.io"
+ }
+}
diff --git a/domains/bayu.json b/domains/bayu.json
new file mode 100644
index 000000000..7ae7c1030
--- /dev/null
+++ b/domains/bayu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ByeByu07",
+ "email": "muhammadbaharuddin08123@gmail.com"
+ },
+ "record": {
+ "CNAME": "byebyu07.github.io"
+ }
+}
diff --git a/domains/bdn-fr.json b/domains/bdn-fr.json
new file mode 100644
index 000000000..5368a69bd
--- /dev/null
+++ b/domains/bdn-fr.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "bdn-fr"
+ },
+ "record": {
+ "CNAME": "bdn-fr.vercel.app"
+ }
+}
diff --git a/domains/bennguyen.json b/domains/bennguyen.json
new file mode 100644
index 000000000..66a32eaa8
--- /dev/null
+++ b/domains/bennguyen.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "benvgaming",
+ "email": "benvipgaming@protonmail.com"
+ },
+ "record": {
+ "CNAME": "ben-homepage.vercel.app"
+ }
+}
diff --git a/domains/beoo.json b/domains/beoo.json
new file mode 100644
index 000000000..c364ad11f
--- /dev/null
+++ b/domains/beoo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "16-thag5",
+ "email": "truongvan1605.yahoo@gmail.com"
+ },
+ "record": {
+ "CNAME": "16-thag5.github.io"
+ }
+}
diff --git a/domains/berkk.json b/domains/berkk.json
new file mode 100644
index 000000000..e4af0c6d3
--- /dev/null
+++ b/domains/berkk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "berkkaradalan",
+ "email": "berkkaradalan@gmail.com"
+ },
+ "record": {
+ "CNAME": "berkkaradalan.github.io"
+ }
+}
diff --git a/domains/billion.json b/domains/billion.json
index 021d46279..85f0b2c7e 100644
--- a/domains/billion.json
+++ b/domains/billion.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "billionbucks",
- "discord": "mrbillion_bucks",
- "email": "mrbillionbucks@gmail.com"
- },
- "record": {
- "CNAME": "billionbucks.github.io"
- }
+ "owner": {
+ "username": "billionbucks",
+ "discord": "mrbillion_bucks",
+ "email": "mrbillionbucks@gmail.com"
+ },
+ "record": {
+ "CNAME": "billionbucks.github.io"
+ }
}
diff --git a/domains/bintangbagus.json b/domains/bintangbagus.json
new file mode 100644
index 000000000..4e59ce07a
--- /dev/null
+++ b/domains/bintangbagus.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bntngbgs",
+ "email": "bintangbgs16@gmail.com"
+ },
+ "record": {
+ "CNAME": "bintangbagus.pages.dev"
+ }
+}
diff --git a/domains/bio.json b/domains/bio.json
new file mode 100644
index 000000000..53c17e34b
--- /dev/null
+++ b/domains/bio.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal Bio",
+ "repo": "https://github.com/is-a-dev/docs",
+ "owner": {
+ "username": "octyn-yt",
+ "email": "simplelogin-newsletter.idealize471@simplelogin.com"
+ },
+ "record": {
+ "CNAME": "edge.redirect.pizza"
+ }
+}
diff --git a/domains/bitbend.json b/domains/bitbend.json
new file mode 100644
index 000000000..f25942387
--- /dev/null
+++ b/domains/bitbend.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bitbend",
+ "email": "arkamdev@gmail.com"
+ },
+ "record": {
+ "CNAME": "bitbend.github.io"
+ }
+}
diff --git a/domains/blackwin.json b/domains/blackwin.json
new file mode 100644
index 000000000..ce8c34d18
--- /dev/null
+++ b/domains/blackwin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BlackWin123",
+ "email": "lequocthang04092022@gmail.com"
+ },
+ "record": {
+ "CNAME": "blackwin123.github.io"
+ }
+}
diff --git a/domains/blkdang1.json b/domains/blkdang1.json
new file mode 100644
index 000000000..ddb3956cf
--- /dev/null
+++ b/domains/blkdang1.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "lmlmdf404"
+ },
+ "record": {
+ "CNAME": "lmlmdf404.github.io"
+ }
+}
diff --git a/domains/blogs.akk1to.json b/domains/blogs.akk1to.json
new file mode 100644
index 000000000..f83bf1fca
--- /dev/null
+++ b/domains/blogs.akk1to.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "akk1to",
+ "email": "akk1to.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "blogs-chi-pearl.vercel.app"
+ }
+}
diff --git a/domains/bm.json b/domains/bm.json
new file mode 100644
index 000000000..b5b04a005
--- /dev/null
+++ b/domains/bm.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "BM87006",
+ "email": "bm.is.a.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "v0-blue-portfolio-brown.vercel.app"
+ },
+ "description": "BM Portfolio"
+}
diff --git a/domains/bonusbubble.json b/domains/bonusbubble.json
new file mode 100644
index 000000000..666ca8480
--- /dev/null
+++ b/domains/bonusbubble.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bonusbubble",
+ "email": "bonusbubble@proton.me"
+ },
+ "record": {
+ "CNAME": "bonusbubble.github.io"
+ }
+}
diff --git a/domains/bot.json b/domains/bot.json
deleted file mode 100644
index 19228f791..000000000
--- a/domains/bot.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "owner": {
- "username": "tanmoythebot"
- },
- "record": {
- "CNAME": "tanmoythebot.github.io"
- }
-}
diff --git a/domains/botlab.json b/domains/botlab.json
index e2481ebe3..556257bc2 100644
--- a/domains/botlab.json
+++ b/domains/botlab.json
@@ -2,7 +2,7 @@
"description": "DBD(NO CODE)",
"owner": {
"username": "Priyansxu",
- "email": "cloudypriyanshu@gmail.com"
+ "email": "priyansxu@yahoo.com"
},
"record": {
"A": ["75.2.60.5"]
diff --git a/domains/breakertws.json b/domains/breakertws.json
new file mode 100644
index 000000000..f457a5ded
--- /dev/null
+++ b/domains/breakertws.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio by Breaker TWS",
+ "repo": "https://github.com/BreakerTWS/breakertws.github.io",
+ "owner": {
+ "username": "BreakerTWS",
+ "email": "breakingtws@gmail.com"
+ },
+ "record": {
+ "CNAME": "breakertws.github.io"
+ }
+}
diff --git a/domains/brint.json b/domains/brint.json
new file mode 100644
index 000000000..24fd52854
--- /dev/null
+++ b/domains/brint.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "brint97"
+ },
+ "record": {
+ "CNAME": "brint97.github.io"
+ }
+}
diff --git a/domains/brodes.json b/domains/brodes.json
new file mode 100644
index 000000000..40d562c38
--- /dev/null
+++ b/domains/brodes.json
@@ -0,0 +1,12 @@
+{
+ "description": "small Website of mine, may have done it wrong",
+ "repo": "https://github.com/Br0des/Website",
+ "owner": {
+ "username": "br0des",
+ "email": "brodyyeah@proton.me"
+ },
+ "record": {
+ "CNAME": "br0des.github.io"
+ },
+ "proxied": true
+}
diff --git a/domains/brokends.json b/domains/brokends.json
new file mode 100644
index 000000000..d3cf0501f
--- /dev/null
+++ b/domains/brokends.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "dns24",
+ "email": "wahidns24@gmail.com"
+ },
+ "record": {
+ "CNAME": "dns24.github.io"
+ }
+}
diff --git a/domains/bruno-eilliar.json b/domains/bruno-eilliar.json
new file mode 100644
index 000000000..fdb29948f
--- /dev/null
+++ b/domains/bruno-eilliar.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal blog to build my brand as developer.",
+ "repo": "https://github.com/Eilliar/eilliar.github.io",
+ "owner": {
+ "username": "Eilliar",
+ "email": "engbrunoeilliar@gmail.com"
+ },
+ "record": {
+ "CNAME": "eilliar.github.io"
+ }
+}
\ No newline at end of file
diff --git a/domains/bryan14saenz.json b/domains/bryan14saenz.json
new file mode 100644
index 000000000..7d5956ba0
--- /dev/null
+++ b/domains/bryan14saenz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Bryan14Saenz",
+ "email": "14bryansaenz@gmail.com"
+ },
+ "record": {
+ "CNAME": "portafoliob14s.netlify.app"
+ }
+}
diff --git a/domains/bryanj.json b/domains/bryanj.json
new file mode 100644
index 000000000..f010dc11d
--- /dev/null
+++ b/domains/bryanj.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bryanj0410",
+ "email": "bryanj0410@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-holy-fog-2069.fly.dev"
+ }
+}
diff --git a/domains/bumidenpasar.json b/domains/bumidenpasar.json
new file mode 100644
index 000000000..206faafaf
--- /dev/null
+++ b/domains/bumidenpasar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BumiDenpasar",
+ "instagram": "ibummmbumi"
+ },
+ "record": {
+ "CNAME": "portofolio-gray-nine.vercel.app"
+ }
+}
diff --git a/domains/c0ba1t.json b/domains/c0ba1t.json
new file mode 100644
index 000000000..25d25003d
--- /dev/null
+++ b/domains/c0ba1t.json
@@ -0,0 +1,12 @@
+{
+ "description": "hosting personal / portfolio website for myself!",
+ "repo": "https://github.com/0xC0ba1t/0xc0ba1t.github.io",
+ "owner": {
+ "username": "0xC0ba1t",
+ "email": "main0xc0ba1t@duck.com"
+ },
+ "record": {
+ "CNAME": "0xC0ba1t.github.io"
+ }
+}
+
diff --git a/domains/caelan.json b/domains/caelan.json
new file mode 100644
index 000000000..1184f5c73
--- /dev/null
+++ b/domains/caelan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "CaeCur",
+ "email": "caelan.curry+isadev@gmail.com"
+ },
+ "record": {
+ "CNAME": "caelan-curry.vercel.app"
+ }
+}
diff --git a/domains/callumjt.json b/domains/callumjt.json
deleted file mode 100644
index d16cc03b6..000000000
--- a/domains/callumjt.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "callumjt",
- "email": "cjblack2009@icloud.com"
- },
- "record": {
- "CNAME": "callumjt.github.io"
- }
-}
diff --git a/domains/cally.json b/domains/cally.json
new file mode 100644
index 000000000..795487de4
--- /dev/null
+++ b/domains/cally.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "cally-jt",
+ "email": "callumjt@proton.me"
+ },
+ "record": {
+ "CNAME": "cally-jt.github.io"
+ }
+}
diff --git a/domains/carlostirado.json b/domains/carlostirado.json
new file mode 100644
index 000000000..67bc47f9c
--- /dev/null
+++ b/domains/carlostirado.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "carlostirado23",
+ "email": "mariotiradotovar@outlook.com"
+ },
+ "record": {
+ "CNAME": "carlostirado.vercel.app"
+ }
+}
diff --git a/domains/cdn.evelio.json b/domains/cdn.evelio.json
new file mode 100644
index 000000000..06316fe71
--- /dev/null
+++ b/domains/cdn.evelio.json
@@ -0,0 +1,11 @@
+{
+ "description": "Will be used for Zipline purposes",
+ "owner": {
+ "username": "SrEvelio",
+ "email": "alphaevelio@gmail.com",
+ "discord": "srevelio"
+ },
+ "record": {
+ "A": ["69.197.135.202"]
+ }
+}
diff --git a/domains/cedrickfeze.json b/domains/cedrickfeze.json
new file mode 100644
index 000000000..8585ed122
--- /dev/null
+++ b/domains/cedrickfeze.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "cedrickdev",
+ "email": "cedrickv.tchindaf@hes-so.ch"
+ },
+ "record": {
+ "CNAME": "cedrickfeze.vercel.app"
+ }
+}
diff --git a/domains/cemalgnlts.json b/domains/cemalgnlts.json
new file mode 100644
index 000000000..c9869cd61
--- /dev/null
+++ b/domains/cemalgnlts.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "cemalgnlts",
+ "discord": "cemalgnlts"
+ },
+ "record": {
+ "CNAME": "cemalgnlts.surge.sh"
+ }
+}
diff --git a/domains/cescdev.json b/domains/cescdev.json
new file mode 100644
index 000000000..7314a7492
--- /dev/null
+++ b/domains/cescdev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "GitCesc07",
+ "email": "cesar0407197@gmail.com"
+ },
+ "record": {
+ "CNAME": "cescdev-portafolio.netlify.app"
+ }
+}
diff --git a/domains/charcg.json b/domains/charcg.json
deleted file mode 100644
index f49dbde7e..000000000
--- a/domains/charcg.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "CharCG's Website",
- "repo": "https://github.com/charcg/charcg.github.io",
- "owner": {
- "username": "CharCG",
- "email": "charlescong91@gmail.com",
- "twitter": "charlescong91"
- },
- "record": {
- "CNAME": "charcg.github.io"
- }
-}
diff --git a/domains/charly.json b/domains/charly.json
new file mode 100644
index 000000000..303c9be1f
--- /dev/null
+++ b/domains/charly.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "soy-charly",
+ "email": "carlos.scarrasco08@gmail.com",
+ "discord": "charly0572"
+ },
+ "record": {
+ "CNAME": "porfolio-bice-mu.vercel.app"
+ }
+}
diff --git a/domains/cirno.json b/domains/cirno.json
new file mode 100644
index 000000000..4e82f95b6
--- /dev/null
+++ b/domains/cirno.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "orangci",
+ "discord": "orangc"
+ },
+ "record": {
+ "URL": "https://orangc.net"
+ }
+}
diff --git a/domains/co.ligmatv.json b/domains/co.ligmatv.json
deleted file mode 100644
index 7ce8810b1..000000000
--- a/domains/co.ligmatv.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "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/code-vista.json b/domains/code-vista.json
new file mode 100644
index 000000000..d84672805
--- /dev/null
+++ b/domains/code-vista.json
@@ -0,0 +1,12 @@
+{
+ "description": "Just a personal website to use with this is-a.dev subdomain",
+ "repo": "https://github.com/JavaVista/code-vista-site",
+ "owner": {
+ "username": "JavaVista",
+ "discord": "codevista",
+ "email": "code-vista@outlook.com"
+ },
+ "record": {
+ "CNAME": "javavista.github.io"
+ }
+}
diff --git a/domains/codesoft.json b/domains/codesoft.json
index bf961a1c8..28f62a79f 100644
--- a/domains/codesoft.json
+++ b/domains/codesoft.json
@@ -4,7 +4,6 @@
"email": "codesft@proton.me"
},
"record": {
- "CNAME": "codesoftgit.github.io"
- },
- "proxied": true
+ "CNAME": "portfolio-codesoftgits-projects.vercel.app"
+ }
}
diff --git a/domains/codexisme.json b/domains/codexisme.json
new file mode 100644
index 000000000..b7174ba69
--- /dev/null
+++ b/domains/codexisme.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "codexart-lab",
+ "email": "atmostechnexa@gmail.com"
+ },
+ "record": {
+ "CNAME": "codexart-lab.github.io"
+ }
+}
diff --git a/domains/codexkun.json b/domains/codexkun.json
index a10cfd30e..c625ca52a 100644
--- a/domains/codexkun.json
+++ b/domains/codexkun.json
@@ -2,10 +2,10 @@
"description": "Personal Portfolio",
"repo": "https://github.com/KunalBishwal/Portfolio_IDE",
"owner": {
- "username": "KunalBishwal",
- "email": "kunalbishwal2004@gmail.com"
+ "username": "KunalBishwal",
+ "email": "kunalbishwal2004@gmail.com"
},
"record": {
- "CNAME": "portfolio-ide-zeta.vercel.app"
+ "CNAME": "portfolio-ide-zeta.vercel.app"
}
}
diff --git a/domains/colin.json b/domains/colin.json
new file mode 100644
index 000000000..d3c365a23
--- /dev/null
+++ b/domains/colin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ColinLeDev",
+ "email": "spam+isadev@col1n.fr"
+ },
+ "record": {
+ "CNAME": "proxy.col1n.fr"
+ }
+}
diff --git a/domains/connor.json b/domains/connor.json
index 2fb2b310e..36a89f81f 100644
--- a/domains/connor.json
+++ b/domains/connor.json
@@ -3,9 +3,9 @@
"repo": "https://github.com/ConnorDoesDev/connordoesdev.github.io",
"owner": {
"username": "ConnorDoesDev",
- "email": "connor@cstudios.gay"
+ "email": "connor@dmc.chat"
},
"record": {
- "CNAME": "connordoesdev.github.io"
+ "A": ["173.249.45.163"]
}
}
diff --git a/domains/coolify-app.json b/domains/coolify-app.json
new file mode 100644
index 000000000..2f614d496
--- /dev/null
+++ b/domains/coolify-app.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "umarsidiki",
+ "email": "siddiquiumar0007@gmail.com"
+ },
+ "record": {
+ "A": ["89.168.88.28"]
+ },
+ "proxied": true
+}
diff --git a/domains/cruz.json b/domains/cruz.json
deleted file mode 100644
index ae4b088cf..000000000
--- a/domains/cruz.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "my portfolio",
- "repo": "https://github.com/acruz97/me",
- "owner": {
- "username": "acruz97",
- "email": "angelo.t.cruz1@gmail.com"
- },
- "record": {
- "CNAME": "acruz97.github.io"
- }
-}
diff --git a/domains/crystal.json b/domains/crystal.json
index dadbdde8e..49f09c784 100644
--- a/domains/crystal.json
+++ b/domains/crystal.json
@@ -1,12 +1,12 @@
{
"description": "For hosting my portfolio",
- "repo": "https://github.com/crystalbajgai/crystalbajgai.github.io",
+ "repo": "https://github.com/crystalbajgai/portfolio",
"owner": {
"username": "crystalbajgai",
"email": "crystalbajgai@gmail.com",
- "twitter": "Crissy0__0"
+ "twitter": "crystaaaal"
},
"record": {
- "CNAME": "crystalbajgai.github.io"
+ "CNAME": "crystalbajgai.vercel.app"
}
}
diff --git a/domains/cynik.json b/domains/cynik.json
new file mode 100644
index 000000000..56d8340fb
--- /dev/null
+++ b/domains/cynik.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "criticic",
+ "email": "acriticalcynic@outlook.com"
+ },
+ "record": {
+ "CNAME": "cynikal-blog.vercel.app"
+ }
+}
diff --git a/domains/dadoge.json b/domains/dadoge.json
new file mode 100644
index 000000000..00ca5db19
--- /dev/null
+++ b/domains/dadoge.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DaDogeDev"
+ },
+ "record": {
+ "CNAME": "dadogedev.github.io"
+ },
+ "proxied": false
+}
diff --git a/domains/daffa.json b/domains/daffa.json
new file mode 100644
index 000000000..de6e74424
--- /dev/null
+++ b/domains/daffa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "daffafaizan",
+ "email": "daffamfzn@gmail.com"
+ },
+ "record": {
+ "URL": "https://daffafaizan.com"
+ }
+}
diff --git a/domains/damilare.json b/domains/damilare.json
new file mode 100644
index 000000000..a646b65d4
--- /dev/null
+++ b/domains/damilare.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Peculiars",
+ "email": "olaitandamilare230@gmail.com"
+ },
+ "record": {
+ "CNAME": "peculiars.github.io"
+ }
+}
diff --git a/domains/darsshan.json b/domains/darsshan.json
new file mode 100644
index 000000000..dab8ddf9e
--- /dev/null
+++ b/domains/darsshan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DotEnvv",
+ "email": "nahsrad04@gmail.com"
+ },
+ "record": {
+ "CNAME": "dotenvv.github.io"
+ }
+}
diff --git a/domains/dat.json b/domains/dat.json
new file mode 100644
index 000000000..8c0a351b2
--- /dev/null
+++ b/domains/dat.json
@@ -0,0 +1,10 @@
+{
+ "description": "Github site of pdqdat",
+ "owner": {
+ "username": "pdqdat",
+ "email": "phanduongquocdat273@gmail.com"
+ },
+ "record": {
+ "URL": "https://pdqdat.github.io/"
+ }
+}
diff --git a/domains/datit309.json b/domains/datit309.json
new file mode 100644
index 000000000..ddc334f39
--- /dev/null
+++ b/domains/datit309.json
@@ -0,0 +1,12 @@
+{
+ "description": "Documentation website for is-a.dev",
+ "repo": "https://github.com/datit309309/register",
+ "owner": {
+ "username": "datit309",
+ "email": "datit309@gmail.com"
+ },
+ "record": {
+ "URL": "https://datit309.github.io",
+ "TXT": "google-site-verification=2F7H5wS3Sly_6DKcp2IIlsDI3z3PWGfqv81YFGbMRKY"
+ }
+}
diff --git a/domains/dauvet.json b/domains/dauvet.json
new file mode 100644
index 000000000..9ae8a6075
--- /dev/null
+++ b/domains/dauvet.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "dauvet",
+ "email": "vanhieu85@gmail.com"
+ },
+ "record": {
+ "CNAME": "dauvet.github.io"
+ }
+}
diff --git a/domains/davidpizarro.json b/domains/davidpizarro.json
new file mode 100644
index 000000000..58664efd0
--- /dev/null
+++ b/domains/davidpizarro.json
@@ -0,0 +1,11 @@
+{
+ "description": "Use the domain for my porfolio",
+ "repo": "https://github.com/DavidPPizarro/davidppizarro.github.io",
+ "owner": {
+ "username": "DavidPPizarro",
+ "email": "paulpizarro151@gmail.com"
+ },
+ "record": {
+ "CNAME": "davidppizarro.github.io"
+ }
+}
diff --git a/domains/davidrivas.json b/domains/davidrivas.json
new file mode 100644
index 000000000..37a4a3ce6
--- /dev/null
+++ b/domains/davidrivas.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DavidRDevs",
+ "email": "ing.davidrivas96@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/DavidRDevs"
+ }
+}
diff --git a/domains/davidsneighbour.json b/domains/davidsneighbour.json
new file mode 100644
index 000000000..6952ce03b
--- /dev/null
+++ b/domains/davidsneighbour.json
@@ -0,0 +1,11 @@
+{
+ "description": "My GitHub profile",
+ "owner": {
+ "username": "davidsneighbour",
+ "email": "pkollitsch+isadev@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/davidsneighbour/",
+ "MX": ["smtp.google.com"]
+ }
+}
diff --git a/domains/davr.json b/domains/davr.json
new file mode 100644
index 000000000..3c07b5a70
--- /dev/null
+++ b/domains/davr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "cernoh",
+ "email": "davincey06@gmail.com"
+ },
+ "record": {
+ "CNAME": "neobrutal-resume-vercel.vercel.app"
+ }
+}
diff --git a/domains/debjotimallick.json b/domains/debjotimallick.json
new file mode 100644
index 000000000..544392a72
--- /dev/null
+++ b/domains/debjotimallick.json
@@ -0,0 +1,14 @@
+{
+ "description": "This subdomain is for my own testing and learning purpose.",
+ "repo": "https://github.com/DebjotiMallick/debjotimallick.github.io",
+ "owner": {
+ "username": "debjotimallick",
+ "email": "debjoti97@gmail.com"
+ },
+ "record": {
+ "NS": [
+ "art.ns.cloudflare.com",
+ "liz.ns.cloudflare.com"
+ ]
+ }
+}
diff --git a/domains/deeptanshu.json b/domains/deeptanshu.json
new file mode 100644
index 000000000..603733909
--- /dev/null
+++ b/domains/deeptanshu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Deeptanshuu",
+ "email": "laldeeptanshu96@gmail.com"
+ },
+ "record": {
+ "CNAME": "deeptanshu.vercel.app"
+ }
+}
diff --git a/domains/denblo.json b/domains/denblo.json
new file mode 100644
index 000000000..2b03ac82b
--- /dev/null
+++ b/domains/denblo.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/DenisBlokhin/DenisBlokhin.github.io",
+ "owner": {
+ "username": "DenisBlokhin",
+ "email": "denis.blokhin@outlook.com"
+ },
+ "record": {
+ "CNAME": "denisblokhin.github.io"
+ }
+}
diff --git a/domains/nepnep.imm0nv1nhtv.json b/domains/devghost.json
similarity index 51%
rename from domains/nepnep.imm0nv1nhtv.json
rename to domains/devghost.json
index 2bae8b5a4..d28397cfe 100644
--- a/domains/nepnep.imm0nv1nhtv.json
+++ b/domains/devghost.json
@@ -1,7 +1,8 @@
{
+ "repo": "https://github.com/thecodingwizardx/register.git",
"owner": {
- "username": "imm0nv1nhtv",
- "email": "windows10phamvinh+github@gmail.com"
+ "username": "thecodingwizardx",
+ "email": "murkyaxe@gmail.com"
},
"record": {
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
diff --git a/domains/devhanza.json b/domains/devhanza.json
index e7e14efc3..e18b914ce 100644
--- a/domains/devhanza.json
+++ b/domains/devhanza.json
@@ -4,6 +4,6 @@
"email": "josephandrew1@logicstreak.com"
},
"record": {
- "URL": "https://hansana.is-a.dev/"
+ "URL": "https://contra.com/devhanza/work"
}
}
diff --git a/domains/devm.json b/domains/devm.json
new file mode 100644
index 000000000..b2447dc4b
--- /dev/null
+++ b/domains/devm.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/devma.json b/domains/devma.json
new file mode 100644
index 000000000..b2447dc4b
--- /dev/null
+++ b/domains/devma.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/devmai.json b/domains/devmai.json
new file mode 100644
index 000000000..b2447dc4b
--- /dev/null
+++ b/domains/devmai.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/devmat.json b/domains/devmat.json
new file mode 100644
index 000000000..b2447dc4b
--- /dev/null
+++ b/domains/devmat.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/devmate.json b/domains/devmate.json
new file mode 100644
index 000000000..b2447dc4b
--- /dev/null
+++ b/domains/devmate.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/devmatei-again.json b/domains/devmatei-again.json
new file mode 100644
index 000000000..b2447dc4b
--- /dev/null
+++ b/domains/devmatei-again.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/dharamvir.json b/domains/dharamvir.json
new file mode 100644
index 000000000..543e4aa8f
--- /dev/null
+++ b/domains/dharamvir.json
@@ -0,0 +1,10 @@
+{
+ "domain": "dharamvir.is-a.dev",
+ "owner": {
+ "email": "gohildharamvirsinh1530@gmail.com",
+ "github": "DH4R4M"
+ },
+ "record": {
+ "CNAME": "DH4R4M.github.io"
+ }
+}
diff --git a/domains/dhruvkoshta.json b/domains/dhruvkoshta.json
index 2dc4ca279..73f56b446 100644
--- a/domains/dhruvkoshta.json
+++ b/domains/dhruvkoshta.json
@@ -1,11 +1,11 @@
{
- "repo" : "https://github.com/Dhruvkoshta/Dhruvkoshta.github.io",
- "description": "portfolio site",
- "owner": {
- "username": "Dhruvkoshta",
- "email": "dhruvkoshta@gmail.com"
- },
- "record": {
- "CNAME": "dhruvkoshta.github.io"
- }
+ "repo": "https://github.com/Dhruvkoshta/Dhruvkoshta.github.io",
+ "description": "portfolio site",
+ "owner": {
+ "username": "Dhruvkoshta",
+ "email": "dhruvkoshta@gmail.com"
+ },
+ "record": {
+ "CNAME": "dhruvkoshta.github.io"
+ }
}
diff --git a/domains/dikshantsingh.json b/domains/dikshantsingh.json
new file mode 100644
index 000000000..f37339670
--- /dev/null
+++ b/domains/dikshantsingh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "dikshantsingh510",
+ "email": "dikshantsingh510@gmail.com"
+ },
+ "record": {
+ "CNAME": "dikshantsingh510.github.io"
+ }
+}
diff --git a/domains/discord-lakshishere.json b/domains/discord-lakshishere.json
new file mode 100644
index 000000000..7a03c091c
--- /dev/null
+++ b/domains/discord-lakshishere.json
@@ -0,0 +1,11 @@
+{
+ "description": "Welcome to my experimental domain",
+ "repo": "https://github.com/WebLux7/WebLux",
+ "owner": {
+ "username": "WebLux7",
+ "email": "lucky7049sp@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/WebLux7"
+ }
+}
diff --git a/domains/discord.devmatei.json b/domains/discord.devmatei.json
new file mode 100644
index 000000000..92923422a
--- /dev/null
+++ b/domains/discord.devmatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://discord.com/users/784443338627612673"
+ }
+}
diff --git a/domains/discord.winbo.json b/domains/discord.winbo.json
deleted file mode 100644
index 8d30e3739..000000000
--- a/domains/discord.winbo.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "komaru-meow",
- "email": "winbo-yml-exe@outlook.com"
- },
- "record": {
- "CNAME": "komaru-discord.github.io"
- }
-}
diff --git a/domains/discordlakshishere.json b/domains/discordlakshishere.json
new file mode 100644
index 000000000..7a03c091c
--- /dev/null
+++ b/domains/discordlakshishere.json
@@ -0,0 +1,11 @@
+{
+ "description": "Welcome to my experimental domain",
+ "repo": "https://github.com/WebLux7/WebLux",
+ "owner": {
+ "username": "WebLux7",
+ "email": "lucky7049sp@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/WebLux7"
+ }
+}
diff --git a/domains/dishant.json b/domains/dishant.json
new file mode 100644
index 000000000..cc84bd77c
--- /dev/null
+++ b/domains/dishant.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/Dishant402955/Portfolio",
+ "owner": {
+ "username": "Dishant402955",
+ "email": "dishantradadiya3036@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-dishants-projects-6881d6c0.vercel.app"
+ }
+}
diff --git a/domains/divyanshudhruv.json b/domains/divyanshudhruv.json
index 4e927568d..351a5b287 100644
--- a/domains/divyanshudhruv.json
+++ b/domains/divyanshudhruv.json
@@ -1,11 +1,9 @@
{
- "description": "Its just my portfolio :)",
- "repo": "https://github.com/divyanshudhruv/divyanshudhruv.github.io",
"owner": {
"username": "divyanshudhruv",
"email": "divyanshudhruv24@gmail.com"
},
"record": {
- "CNAME": "divyanshudhruv.netlify.app"
+ "CNAME": "divyanshudhruv.vercel.app"
}
}
diff --git a/domains/dkim._domainkey.sewt.json b/domains/dkim._domainkey.sewt.json
new file mode 100644
index 000000000..a6f8f1dd3
--- /dev/null
+++ b/domains/dkim._domainkey.sewt.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SkyExploreWasTaken",
+ "discord": "1049263707177353247"
+ },
+ "record": {
+ "CNAME": "dkim._domainkey.simplelogin.co"
+ }
+}
diff --git a/domains/dkim02._domainkey.sewt.json b/domains/dkim02._domainkey.sewt.json
new file mode 100644
index 000000000..bde56b46b
--- /dev/null
+++ b/domains/dkim02._domainkey.sewt.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SkyExploreWasTaken",
+ "discord": "1049263707177353247"
+ },
+ "record": {
+ "CNAME": "dkim02._domainkey.simplelogin.co"
+ }
+}
diff --git a/domains/dkim03._domainkey.sewt.json b/domains/dkim03._domainkey.sewt.json
new file mode 100644
index 000000000..b79fc8f11
--- /dev/null
+++ b/domains/dkim03._domainkey.sewt.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SkyExploreWasTaken",
+ "discord": "1049263707177353247"
+ },
+ "record": {
+ "CNAME": "dkim03._domainkey.simplelogin.co"
+ }
+}
diff --git a/domains/dm.devmatei.json b/domains/dm.devmatei.json
new file mode 100644
index 000000000..92923422a
--- /dev/null
+++ b/domains/dm.devmatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://discord.com/users/784443338627612673"
+ }
+}
diff --git a/domains/dm.json b/domains/dm.json
new file mode 100644
index 000000000..b2447dc4b
--- /dev/null
+++ b/domains/dm.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/dmi.json b/domains/dmi.json
new file mode 100644
index 000000000..b2447dc4b
--- /dev/null
+++ b/domains/dmi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/doansilinh.json b/domains/doansilinh.json
new file mode 100644
index 000000000..1d8747c17
--- /dev/null
+++ b/domains/doansilinh.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "doansilinh"
+ },
+ "record": {
+ "CNAME": "doansilinh.github.io"
+ }
+}
diff --git a/domains/doc.devmatei.json b/domains/doc.devmatei.json
new file mode 100644
index 000000000..e84cdfd7f
--- /dev/null
+++ b/domains/doc.devmatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://docs.devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/docs.abdullahcxd.json b/domains/docs.abdullahcxd.json
new file mode 100644
index 000000000..0364a1347
--- /dev/null
+++ b/domains/docs.abdullahcxd.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "abdullahcxd",
+ "email": "sabdullahcxd@gmail.com",
+ "discord": "sabdullahcxd"
+ },
+ "record": {
+ "CNAME": "cname.vercel-dns.com"
+ }
+}
diff --git a/domains/dodongduc.json b/domains/dodongduc.json
new file mode 100644
index 000000000..fc67b2dc4
--- /dev/null
+++ b/domains/dodongduc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "duc3d-hus",
+ "email": "duc3d.hus@gmail.com"
+ },
+ "record": {
+ "CNAME": "duc3d-hus.github.io"
+ }
+}
diff --git a/domains/dokiet.json b/domains/dokiet.json
new file mode 100644
index 000000000..27d684591
--- /dev/null
+++ b/domains/dokiet.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kietdo-dev",
+ "email": "lionvs12345@gmail.com"
+ },
+ "record": {
+ "CNAME": "dokiet.vercel.app"
+ }
+}
diff --git a/domains/dongtran.json b/domains/dongtran.json
new file mode 100644
index 000000000..e3ba5a3da
--- /dev/null
+++ b/domains/dongtran.json
@@ -0,0 +1,10 @@
+{
+ "description": "dongtran.is-a.dev : This is my personal notebook",
+ "owner": {
+ "username": "dongitran",
+ "email": "thiendong.iuh@gmail.com"
+ },
+ "record": {
+ "URL": "https://devvui.one"
+ }
+}
diff --git a/domains/draken.json b/domains/draken.json
new file mode 100644
index 000000000..6a9ddae49
--- /dev/null
+++ b/domains/draken.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "dragonx943",
+ "email": "premieregirl26@gmail.com"
+ },
+ "record": {
+ "CNAME": "ec2-54-254-71-100.ap-southeast-1.compute.amazonaws.com"
+ }
+}
diff --git a/domains/drbaph.json b/domains/drbaph.json
new file mode 100644
index 000000000..1660188a8
--- /dev/null
+++ b/domains/drbaph.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Saganaki22",
+ "email": "info@drbaph.dev"
+ },
+ "record": {
+ "CNAME": "saganaki22.github.io"
+ }
+}
diff --git a/domains/drew.json b/domains/drew.json
index bd7232463..94b4df25b 100644
--- a/domains/drew.json
+++ b/domains/drew.json
@@ -6,6 +6,6 @@
"email": "regime-pluck-gulf@duck.com"
},
"record": {
- "CNAME": "zessu.github.io"
+ "CNAME": "zessu-github-io-7l1v.vercel.app"
}
}
diff --git a/domains/dtducas.json b/domains/dtducas.json
new file mode 100644
index 000000000..d29c1ed94
--- /dev/null
+++ b/domains/dtducas.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal website for DTDucas",
+ "repo": "https://github.com/DTDucas",
+ "owner": {
+ "username": "DTDucas",
+ "email": "baymax.contact@gmail.com"
+ },
+ "record": {
+ "CNAME": "dtducas.github.io"
+ },
+ "proxied": true
+}
diff --git a/domains/dtdung.json b/domains/dtdung.json
new file mode 100644
index 000000000..e275ee0c9
--- /dev/null
+++ b/domains/dtdung.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "dtdung07"
+ },
+ "record": {
+ "URL": "https://dtdung.us.to"
+ }
+}
diff --git a/domains/duanyang.json b/domains/duanyang.json
new file mode 100644
index 000000000..c9cc5fa86
--- /dev/null
+++ b/domains/duanyang.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Mrliduanyang",
+ "email": "duanyangchn@gmail.com"
+ },
+ "record": {
+ "CNAME": "duanyang.cool"
+ },
+ "proxied": false
+}
diff --git a/domains/duc.json b/domains/duc.json
new file mode 100644
index 000000000..c4e199714
--- /dev/null
+++ b/domains/duc.json
@@ -0,0 +1,11 @@
+{
+ "description": "duc.is-a.dev",
+ "repo": "https://github.com/duc-ios/duc-ios.github.io",
+ "owner": {
+ "username": "duc-ios",
+ "email": "hi@duk.one"
+ },
+ "record": {
+ "CNAME": "duc-ios.github.io"
+ }
+}
diff --git a/domains/duyhandsome.json b/domains/duyhandsome.json
new file mode 100644
index 000000000..0210a29ec
--- /dev/null
+++ b/domains/duyhandsome.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "dominhduy09"
+ },
+ "record": {
+ "URL": "https://dominhduy09.github.io/profile/"
+ }
+}
diff --git a/domains/duyhuyhoang.json b/domains/duyhuyhoang.json
new file mode 100644
index 000000000..6a93937d6
--- /dev/null
+++ b/domains/duyhuyhoang.json
@@ -0,0 +1,20 @@
+{
+ "description": "duyhuyhoang.is-a.dev : This is my personal notebook",
+ "owner": {
+ "username": "nguyenkimduy180697",
+ "email": "nguyenkimduy180697@gmail.com"
+ },
+ "record": {
+ "URL": "https://nguyenkimduy.com/"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/github": "https://github.com/nguyenkimduy180697",
+ "/fb": "https://facebook.com/nguyenkimduy180697",
+ "/instagram": "https://instagram.com/nguyenkimduy180697/",
+ "/linkedin": "https://linkedin.com/in/nguyenkimduy180697",
+ "/viblo": "https://viblo.asia/u/nguyenkimduy180697"
+ },
+ "redirect_paths": true
+ }
+}
diff --git a/domains/duynguyen.json b/domains/duynguyen.json
new file mode 100644
index 000000000..959a33e0c
--- /dev/null
+++ b/domains/duynguyen.json
@@ -0,0 +1,20 @@
+{
+ "description": "duynguyen.is-a.dev : This is my personal notebook",
+ "owner": {
+ "username": "nguyenkimduy180697",
+ "email": "nguyenkimduy180697@gmail.com"
+ },
+ "record": {
+ "URL": "https://nguyenkimduy.com/"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/github": "https://github.com/nguyenkimduy180697",
+ "/fb": "https://facebook.com/nguyenkimduy180697",
+ "/instagram": "https://instagram.com/nguyenkimduy180697/",
+ "/linkedin": "https://linkedin.com/in/nguyenkimduy180697",
+ "/viblo": "https://viblo.asia/u/nguyenkimduy180697"
+ },
+ "redirect_paths": true
+ }
+}
diff --git a/domains/duynguyenkim.json b/domains/duynguyenkim.json
new file mode 100644
index 000000000..ac19e426c
--- /dev/null
+++ b/domains/duynguyenkim.json
@@ -0,0 +1,20 @@
+{
+ "description": "duynguyenkim.is-a.dev : This is my personal notebook",
+ "owner": {
+ "username": "nguyenkimduy180697",
+ "email": "nguyenkimduy180697@gmail.com"
+ },
+ "record": {
+ "URL": "https://nguyenkimduy.com/"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/github": "https://github.com/nguyenkimduy180697",
+ "/fb": "https://facebook.com/nguyenkimduy180697",
+ "/instagram": "https://instagram.com/nguyenkimduy180697/",
+ "/linkedin": "https://linkedin.com/in/nguyenkimduy180697",
+ "/viblo": "https://viblo.asia/u/nguyenkimduy180697"
+ },
+ "redirect_paths": true
+ }
+}
diff --git a/domains/duypt14.json b/domains/duypt14.json
new file mode 100644
index 000000000..5fe5977e1
--- /dev/null
+++ b/domains/duypt14.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ptduy14",
+ "email": "phantanduy14@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-ptduy14s-projects.vercel.app"
+ }
+}
diff --git a/domains/dvm.json b/domains/dvm.json
new file mode 100644
index 000000000..b2447dc4b
--- /dev/null
+++ b/domains/dvm.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/dvmi.json b/domains/dvmi.json
new file mode 100644
index 000000000..b2447dc4b
--- /dev/null
+++ b/domains/dvmi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/educatedsuddenbucket.json b/domains/educatedsuddenbucket.json
index 76a51d94e..a4d17f0c7 100644
--- a/domains/educatedsuddenbucket.json
+++ b/domains/educatedsuddenbucket.json
@@ -4,7 +4,18 @@
"email": "educatedsuddenbucket@gmail.com"
},
"record": {
- "A": ["185.199.108.153"],
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "AAAA": [
+ "2606:50c0:8000::153",
+ "2606:50c0:8001::153",
+ "2606:50c0:8002::153",
+ "2606:50c0:8003::153"
+ ],
"TXT": [
"google-site-verification=hS8B2hSz-rNk6gLRnwaZjxuJE9rCLU_25X65JsLEczE",
"v=spf1 include:spf.improvmx.com ~all"
diff --git a/domains/elbek.json b/domains/elbek.json
new file mode 100644
index 000000000..615779395
--- /dev/null
+++ b/domains/elbek.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "khamdullaevuz",
+ "email": "elbek.khamdullaev@gmail.com"
+ },
+ "record": {
+ "CNAME": "khamdullaevuz.github.io"
+ }
+}
diff --git a/domains/element.json b/domains/element.json
new file mode 100644
index 000000000..8b0d30fa5
--- /dev/null
+++ b/domains/element.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/playreaver/reaverlauncher",
+ "owner": {
+ "username": "playreaver",
+ "email": "reaver.entertainment@hotmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
diff --git a/domains/eletrixtime.json b/domains/eletrixtime.json
deleted file mode 100644
index 39bb05d91..000000000
--- a/domains/eletrixtime.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "EletrixtimeYT",
- "email": "lisandro.b@outlook.com"
- },
- "record": {
- "CNAME": "eletrixtimeyt.github.io"
- }
-}
diff --git a/domains/eli.json b/domains/eli.json
new file mode 100644
index 000000000..264a680fc
--- /dev/null
+++ b/domains/eli.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "elisoreal"
+ },
+ "record": {
+ "CNAME": "elisoreal.github.io"
+ }
+}
diff --git a/domains/elib0.json b/domains/elib0.json
new file mode 100644
index 000000000..dfb6c8537
--- /dev/null
+++ b/domains/elib0.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "elib0",
+ "email": "elijose.c@gmail.com"
+ },
+ "record": {
+ "CNAME": "elib0.github.io"
+ }
+}
diff --git a/domains/emanuel-prado.json b/domains/emanuel-prado.json
new file mode 100644
index 000000000..15fd64130
--- /dev/null
+++ b/domains/emanuel-prado.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "emanu-dev",
+ "email": "emanuel.prado.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "meteoric-swarm.vercel.app"
+ }
+}
diff --git a/domains/endeade.json b/domains/endeade.json
deleted file mode 100644
index bf33c7e37..000000000
--- a/domains/endeade.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "Endeade",
- "email": "endeade80@gmail.com",
- "discord": "1117869855538942032"
- },
- "record": {
- "CNAME": "endeade.github.io"
- }
-}
diff --git a/domains/enzomazzariol.json b/domains/enzomazzariol.json
new file mode 100644
index 000000000..70cfa4472
--- /dev/null
+++ b/domains/enzomazzariol.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "enzomazzariol",
+ "email": "mazzariolenzo@gmail.com"
+ },
+ "record": {
+ "CNAME": "enzomazzariol.netlify.app"
+ }
+}
diff --git a/domains/etercore.json b/domains/etercore.json
new file mode 100644
index 000000000..a20c97deb
--- /dev/null
+++ b/domains/etercore.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ramirosanchezaranda",
+ "email": "etercoredesignweb@gmail.com"
+ },
+ "record": {
+ "CNAME": "etercore.vercel.app"
+ }
+}
diff --git a/domains/ethantran.json b/domains/ethantran.json
new file mode 100644
index 000000000..37f12fdb7
--- /dev/null
+++ b/domains/ethantran.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Ethanxcode",
+ "email": "trannguyendanhuy2904@gmail.com"
+ },
+ "record": {
+ "CNAME": "ethanxcode.vercel.app"
+ }
+}
diff --git a/domains/euler.json b/domains/euler.json
new file mode 100644
index 000000000..c54107065
--- /dev/null
+++ b/domains/euler.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Euler-B",
+ "email": "eduardojosebb.matescience@gmail.com"
+ },
+ "record": {
+ "CNAME": "euler-b.pages.dev"
+ }
+}
diff --git a/domains/eurafa.json b/domains/eurafa.json
new file mode 100644
index 000000000..83a2a5b22
--- /dev/null
+++ b/domains/eurafa.json
@@ -0,0 +1,11 @@
+{
+ "repo": "https://github.com/eurafa/eurafa.github.io",
+ "owner": {
+ "username": "eurafa",
+ "email": "eurafa@gmail.com",
+ "discord": "eurafa"
+ },
+ "record": {
+ "CNAME": "eurafa.github.io"
+ }
+}
diff --git a/domains/existing.json b/domains/existing.json
index 9444e0ff2..fe83dde20 100644
--- a/domains/existing.json
+++ b/domains/existing.json
@@ -9,4 +9,3 @@
"CNAME": "existing-dev.github.io"
}
}
-
diff --git a/domains/exyxz.json b/domains/exyxz.json
new file mode 100644
index 000000000..60ccac4dc
--- /dev/null
+++ b/domains/exyxz.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/exyxz/exyxz.github.io",
+ "owner": {
+ "username": "exyxz",
+ "discord": "exyxz"
+ },
+ "record": {
+ "CNAME": "exyxz.github.io"
+ }
+}
\ No newline at end of file
diff --git a/domains/ezequiel.json b/domains/ezequiel.json
new file mode 100644
index 000000000..7e9e574df
--- /dev/null
+++ b/domains/ezequiel.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "EzequielBoussard",
+ "email": "boussardezequiel@gmail.com"
+ },
+ "record": {
+ "CNAME": "ezequielboussard.pages.dev"
+ }
+}
diff --git a/domains/faaris.json b/domains/faaris.json
new file mode 100644
index 000000000..42f60a334
--- /dev/null
+++ b/domains/faaris.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mohamed-faaris",
+ "email": "mohammedfaaris2005@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/Mohamed-faaris"
+ }
+}
diff --git a/domains/faisalamin.json b/domains/faisalamin.json
new file mode 100644
index 000000000..75e121438
--- /dev/null
+++ b/domains/faisalamin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "faisalamin001",
+ "email": "faysalamin001@gmail.com"
+ },
+ "record": {
+ "URL": "https://faisalamin001.vercel.app/"
+ }
+}
diff --git a/domains/fan.json b/domains/fan.json
new file mode 100644
index 000000000..13a91acef
--- /dev/null
+++ b/domains/fan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "fandyahmd",
+ "email": "fandyahmadazizi@gmail.com"
+ },
+ "record": {
+ "CNAME": "fann.pages.dev"
+ }
+}
diff --git a/domains/fang.json b/domains/fang.json
new file mode 100644
index 000000000..7d7b80cb5
--- /dev/null
+++ b/domains/fang.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Fangoling",
+ "discord": "327905667778347019",
+ "bluesky": "bsky.app/profile/fangx.ing"
+ },
+ "record": {
+ "URL": "https://fangx.ing"
+ }
+}
diff --git a/domains/farouk.json b/domains/farouk.json
index 95a5a3edb..bb69e4d6b 100644
--- a/domains/farouk.json
+++ b/domains/farouk.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "faroukchebaiki",
- "email": "farouk.chebaiki@gmail.com"
- },
- "record": {
- "CNAME": "faroukchebaiki.vercel.app"
- }
+ "owner": {
+ "username": "faroukchebaiki",
+ "email": "farouk.chebaiki@gmail.com"
+ },
+ "record": {
+ "CNAME": "faroukchebaiki.vercel.app"
+ }
}
diff --git a/domains/farzan.json b/domains/farzan.json
deleted file mode 100644
index 9344f9dea..000000000
--- a/domains/farzan.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Farzan F A is a Dev",
- "repo": "https://github.com/Farzanfa/Farzanfa.github.io",
- "owner": {
- "username": "farzanfa",
- "email": "farzanfa007@gmail.com"
- },
- "record": {
- "CNAME": "farzanfa.github.io"
- }
-}
diff --git a/domains/faultywindows.json b/domains/faultywindows.json
index 7df656cab..c0411c20a 100644
--- a/domains/faultywindows.json
+++ b/domains/faultywindows.json
@@ -5,6 +5,17 @@
"discord": "1041028534690386051"
},
"record": {
- "A": ["185.199.108.153"]
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "AAAA": [
+ "2606:50c0:8000::153",
+ "2606:50c0:8001::153",
+ "2606:50c0:8002::153",
+ "2606:50c0:8003::153"
+ ]
}
}
diff --git a/domains/fayaz.json b/domains/fayaz.json
new file mode 100644
index 000000000..1ca6749a1
--- /dev/null
+++ b/domains/fayaz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "fayaz07",
+ "email": "fayazfz07@gmail.com"
+ },
+ "record": {
+ "CNAME": "fayaz07.github.io"
+ }
+}
diff --git a/domains/febs.json b/domains/febs.json
new file mode 100644
index 000000000..cc98d842e
--- /dev/null
+++ b/domains/febs.json
@@ -0,0 +1,10 @@
+{
+ "description": "febs.is-a.dev",
+ "owner": {
+ "username": "febriansf",
+ "email": "febrian.xiii@gmail.com"
+ },
+ "record": {
+ "CNAME": "www.febss.web.id"
+ }
+}
diff --git a/domains/felipecampos.json b/domains/felipecampos.json
index 87039e94e..340136c12 100644
--- a/domains/felipecampos.json
+++ b/domains/felipecampos.json
@@ -4,6 +4,6 @@
"email": "felipecamposdev@gmail.com"
},
"record": {
- "CNAME": "felipecampos.vercel.app"
+ "URL": "https://felipecampos.vercel.app"
}
}
diff --git a/domains/fendimohamed.json b/domains/fendimohamed.json
index c1298253f..b726d9c23 100644
--- a/domains/fendimohamed.json
+++ b/domains/fendimohamed.json
@@ -1,11 +1,9 @@
-{
- "owner": {
- "username": "FendiMohamed",
- "email": "fendimohamed615@gmail.com"
- },
- "record": {
- "A": [
- "76.76.21.21"
- ]
- }
+{
+ "owner": {
+ "username": "FendiMohamed",
+ "email": "fendimohamed615@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
}
diff --git a/domains/files.heyaxo.json b/domains/files.heyaxo.json
new file mode 100644
index 000000000..0704d36c6
--- /dev/null
+++ b/domains/files.heyaxo.json
@@ -0,0 +1,15 @@
+{
+ "repo": "https://github.com/verygafanhot",
+ "owner": {
+ "username": "Verygafanhot",
+ "email": "verygafanhot@gmail.com",
+ "twitter": "verygafanhot",
+ "discord": "Verygafanhot"
+ },
+ "record": {
+ "A": [
+ "176.79.88.86"
+ ]
+ },
+ "proxied": true
+}
diff --git a/domains/filip.json b/domains/filip.json
index 8028dc3cd..6d8e1b9af 100644
--- a/domains/filip.json
+++ b/domains/filip.json
@@ -5,7 +5,15 @@
"username": "totalolage",
"email": "filip@kalny.net"
},
+ "proxied": true,
"record": {
- "CNAME": "totalolage.github.io"
+ "CNAME": "vps1.kalny.net",
+ "CAA": [
+ {
+ "flags": 0,
+ "tag": "issue",
+ "value": "letsencrypt.org"
+ }
+ ]
}
}
diff --git a/domains/finch.json b/domains/finch.json
index cb9df88e5..228d1dfd8 100644
--- a/domains/finch.json
+++ b/domains/finch.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "metalespesados",
- "email": "metalespesados@icloud.com"
- },
- "record": {
- "CNAME": "metalespesados.vercel.app"
- }
+ "owner": {
+ "username": "metalespesados",
+ "email": "bengfm@icloud.com"
+ },
+ "record": {
+ "CNAME": "ebn.netlify.app"
+ }
}
diff --git a/domains/florent.json b/domains/florent.json
new file mode 100644
index 000000000..8d6922a6c
--- /dev/null
+++ b/domains/florent.json
@@ -0,0 +1,11 @@
+{
+ "repo": "https://github.com/flobsx",
+ "owner": {
+ "username": "flobsx",
+ "email": "flo@bsx.pm"
+ },
+ "record": {
+ "CNAME": "flobsx.github.io"
+ },
+ "proxied": true
+}
diff --git a/domains/fodilfliti.json b/domains/fodilfliti.json
new file mode 100644
index 000000000..e831522dc
--- /dev/null
+++ b/domains/fodilfliti.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "fodilfliti",
+ "email": "fodilfliti150@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
diff --git a/domains/fongg.json b/domains/fongg.json
new file mode 100644
index 000000000..55405c792
--- /dev/null
+++ b/domains/fongg.json
@@ -0,0 +1,11 @@
+{
+ "description": "nphng15.is-a.dev",
+ "repo": "https://github.com/nphng15/nphng15.github.io",
+ "owner": {
+ "username": "nphng15",
+ "email": "23521172@gm.uit.edu.vn"
+ },
+ "record": {
+ "CNAME": "nphng15.github.io"
+ }
+}
diff --git a/domains/frank-perez-fleita.json b/domains/frank-perez-fleita.json
new file mode 100644
index 000000000..86a078f93
--- /dev/null
+++ b/domains/frank-perez-fleita.json
@@ -0,0 +1,10 @@
+{
+ "description": "Personal domain for Frank Perez Fleita, redirecting to my Vercel app.",
+ "owner": {
+ "username": "frankperez-github",
+ "email": "fp848584@gmail.com"
+ },
+ "record": {
+ "URL": "https://frank-perez-fleita.vercel.app"
+ }
+}
diff --git a/domains/franlo42.json b/domains/franlo42.json
new file mode 100644
index 000000000..5117f63b1
--- /dev/null
+++ b/domains/franlo42.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "franlo42"
+ },
+ "record": {
+ "CNAME": "franlo42.github.io"
+ }
+}
diff --git a/domains/freewill.devmatei.json b/domains/freewill.devmatei.json
new file mode 100644
index 000000000..b2447dc4b
--- /dev/null
+++ b/domains/freewill.devmatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/fsoft72.json b/domains/fsoft72.json
index b97e6ff7d..9fcef0e3f 100644
--- a/domains/fsoft72.json
+++ b/domains/fsoft72.json
@@ -1,10 +1,10 @@
{
- "description": "👋 Hello! I'm Fabio, a passionate developer with 30+ years experience in programming. In my career I have done almost everything, from shared objects for Linux in C to complex web applications and efficient web solutions. Explore my portfolio and contact me on GitHub.",
- "owner": {
- "username": "fsoft72",
- "email": "fabio.rotondo@gmail.com"
- },
- "record": {
- "URL": "https://fsoft.dev"
- }
+ "description": "👋 Hello! I'm Fabio, a passionate developer with 30+ years experience in programming. In my career I have done almost everything, from shared objects for Linux in C to complex web applications and efficient web solutions. Explore my portfolio and contact me on GitHub.",
+ "owner": {
+ "username": "fsoft72",
+ "email": "fabio.rotondo@gmail.com"
+ },
+ "record": {
+ "URL": "https://fsoft.dev"
+ }
}
diff --git a/domains/funinkina.json b/domains/funinkina.json
new file mode 100644
index 000000000..79248d131
--- /dev/null
+++ b/domains/funinkina.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "funinkina",
+ "email": "aryankushwaha3101@gmail.com"
+ },
+ "record": {
+ "CNAME": "funinkina.vercel.app"
+ }
+}
diff --git a/domains/furycraft.json b/domains/furycraft.json
deleted file mode 100644
index f1bb6919e..000000000
--- a/domains/furycraft.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "description": "Used as portfolio and to promote my work",
- "repo": "https://github.com/FuryCraft/furycraft.github.io",
- "owner": {
- "username": "FuryCraft",
- "email": "pro.furycraft@outlook.fr",
- "twitter": "furycraft_",
- "discord": "Fury_Craft#9831"
- },
- "record": {
- "CNAME": "furycraft.github.io"
- }
-}
diff --git a/domains/fusoras.json b/domains/fusoras.json
new file mode 100644
index 000000000..347f07eac
--- /dev/null
+++ b/domains/fusoras.json
@@ -0,0 +1,11 @@
+{
+ "description": "Porfolio website",
+ "repo": "https://github.com/FuSoraS/portfolio",
+ "owner": {
+ "username": "FuSoraS",
+ "email": "developer.FuSoraS@gmail.com"
+ },
+ "record": {
+ "CNAME": "fusoras.github.io"
+ }
+}
diff --git a/domains/fynnlukah.json b/domains/fynnlukah.json
index 7b49a8bc8..5652527f3 100644
--- a/domains/fynnlukah.json
+++ b/domains/fynnlukah.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "fynnlukah",
- "discord": "727590288209608824"
- },
- "record": {
- "CNAME": "fynnlukah.vercel.app"
- }
+ "owner": {
+ "username": "fynnlukah",
+ "discord": "727590288209608824"
+ },
+ "record": {
+ "CNAME": "fynnlukah.vercel.app"
+ }
}
diff --git a/domains/gabriel-iturre.json b/domains/gabriel-iturre.json
index 4876467f9..be43ac2f8 100644
--- a/domains/gabriel-iturre.json
+++ b/domains/gabriel-iturre.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "GabrielIturreCs",
- "email": "gabriel13iturre@gmail.com"
- },
- "record": {
- "CNAME": "gabrieliturre.netlify.app"
- }
+ "owner": {
+ "username": "GabrielIturreCs",
+ "email": "gabriel13iturre@gmail.com"
+ },
+ "record": {
+ "CNAME": "gabrieliturre.netlify.app"
+ }
}
diff --git a/domains/galabra.json b/domains/galabra.json
new file mode 100644
index 000000000..aa819d542
--- /dev/null
+++ b/domains/galabra.json
@@ -0,0 +1,10 @@
+{
+ "description": "I'm a dev.",
+ "owner": {
+ "username": "galabra",
+ "email": "galabra.dev@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/galabra"
+ }
+}
diff --git a/domains/ganeswarv.json b/domains/ganeswarv.json
index 1bcc92bed..921e50bee 100644
--- a/domains/ganeswarv.json
+++ b/domains/ganeswarv.json
@@ -1,11 +1,11 @@
{
- "repo": "https://github.com/ganeswar-velvadapu/portfolio",
- "description": "My Portfolio Webiste",
- "owner": {
- "username": "ganeswar-velvadapu",
- "email": "ganeshvelvadapu@gmail.com"
- },
- "record": {
- "CNAME": "portfolio-tau-mauve-63.vercel.app"
- }
+ "repo": "https://github.com/ganeswar-velvadapu/portfolio",
+ "description": "My Portfolio Webiste",
+ "owner": {
+ "username": "ganeswar-velvadapu",
+ "email": "ganeshvelvadapu@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-tau-mauve-63.vercel.app"
+ }
}
diff --git a/domains/gauravsingh.json b/domains/gauravsingh.json
new file mode 100644
index 000000000..4a6c1ecec
--- /dev/null
+++ b/domains/gauravsingh.json
@@ -0,0 +1,11 @@
+{
+ "description": "Using it to point to my Portfolio on GitHub Pages",
+ "repo": "https://github.com/knowgaurav/knowgaurav.github.io",
+ "owner": {
+ "username": "knowgaurav",
+ "email": "qj1b83fmt@mozmail.com"
+ },
+ "record": {
+ "CNAME": "knowgaurav.github.io"
+ }
+}
diff --git a/domains/gd.anw.json b/domains/gd.anw.json
new file mode 100644
index 000000000..3d32bd250
--- /dev/null
+++ b/domains/gd.anw.json
@@ -0,0 +1,10 @@
+{
+ "description": "ANW's (Subhrajit Sain) Personal Site",
+ "owner": {
+ "username": "SubhrajitSain",
+ "email": "subhrajitsain34@gmail.com"
+ },
+ "record": {
+ "URL": "https://drive.google.com/drive/folders/1xmqavhZ9VrdE1zK37WbLRKogJiQk499y?usp=drive_link"
+ }
+}
diff --git a/domains/_github-pages-challenge-is-a-dev.raw-api.json b/domains/get.json
similarity index 66%
rename from domains/_github-pages-challenge-is-a-dev.raw-api.json
rename to domains/get.json
index 3b2c1b412..aab28d71a 100644
--- a/domains/_github-pages-challenge-is-a-dev.raw-api.json
+++ b/domains/get.json
@@ -4,6 +4,6 @@
"email": "admin@is-a.dev"
},
"record": {
- "TXT": "22bbab4068a6c51de6df06aac442d5"
+ "URL": "https://github.com/is-a-dev/register"
}
}
diff --git a/domains/gh.anw.json b/domains/gh.anw.json
new file mode 100644
index 000000000..a5b57c1b0
--- /dev/null
+++ b/domains/gh.anw.json
@@ -0,0 +1,10 @@
+{
+ "description": "ANW's (Subhrajit Sain) GitHub",
+ "owner": {
+ "username": "SubhrajitSain",
+ "email": "subhrajitsain34@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/SubhrajitSain"
+ }
+}
diff --git a/domains/ghsearch.json b/domains/ghsearch.json
new file mode 100644
index 000000000..38aa8f6d9
--- /dev/null
+++ b/domains/ghsearch.json
@@ -0,0 +1,11 @@
+{
+ "description": "Aplicación web para buscar repositorios en GitHub por tema, utilizando la API de GitHub. Construida con HTML, CSS y JavaScript.",
+ "repo": "https://https://github.com/herwingx/awesome-github-search",
+ "owner": {
+ "username": "herwingx",
+ "email": "herwingmacias@gmail.com"
+ },
+ "record": {
+ "CNAME": "herwingx.github.io"
+ }
+}
diff --git a/domains/girl.json b/domains/girl.json
new file mode 100644
index 000000000..00ab0224a
--- /dev/null
+++ b/domains/girl.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ukriu",
+ "email": "isadev@ukriu.com"
+ },
+ "record": {
+ "CNAME": "ukriu.pages.dev"
+ }
+}
diff --git a/domains/glitched-da-kitty-cat.json b/domains/glitched-da-kitty-cat.json
new file mode 100644
index 000000000..be310fb86
--- /dev/null
+++ b/domains/glitched-da-kitty-cat.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "GlitchedDaKittyCatSchoolaccount",
+ "email": "glitcheddacat@gmail.com"
+ },
+ "record": {
+ "CNAME": "glitched-da-kitty-cat.vercel.app"
+ }
+}
diff --git a/domains/goddy.json b/domains/goddy.json
index 8c6f689cd..7735a6c4d 100644
--- a/domains/goddy.json
+++ b/domains/goddy.json
@@ -1,10 +1,9 @@
{
- "owner": {
- "username": "Owinogoddie",
- "email": "owinogoddie@gmail.com"
- },
- "record": {
- "URL": "https://goddy-the-dev.vercel.app"
- }
+ "owner": {
+ "username": "Owinogoddie",
+ "email": "owinogoddie@gmail.com"
+ },
+ "record": {
+ "URL": "https://goddy-the-dev.vercel.app"
}
-
\ No newline at end of file
+}
diff --git a/domains/godkode.json b/domains/godkode.json
new file mode 100644
index 000000000..e290738b3
--- /dev/null
+++ b/domains/godkode.json
@@ -0,0 +1,11 @@
+{
+ "description": "Flex",
+ "repo": "https://github.com/GodKode69/GodKode69.github.io",
+ "owner": {
+ "username": "GodKode69",
+ "email": "knownasraghav@gmail.com"
+ },
+ "record": {
+ "CNAME": "godkode69.github.io"
+ }
+}
diff --git a/domains/golvellius32.json b/domains/golvellius32.json
new file mode 100644
index 000000000..5c7eb91fd
--- /dev/null
+++ b/domains/golvellius32.json
@@ -0,0 +1,11 @@
+{
+ "description": "Golvellius's website",
+ "repo": "https://github.com/golvellius32/skills-github-pages-public",
+ "owner": {
+ "username": "golvellius32",
+ "email": "golvellius@hotmail.com"
+ },
+ "record": {
+ "CNAME": "golvellius32.github.io"
+ }
+}
diff --git a/domains/graxya.json b/domains/graxya.json
new file mode 100644
index 000000000..b6892ec48
--- /dev/null
+++ b/domains/graxya.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "GratiaManullang03",
+ "email": "felixmanullang81@gmail.com"
+ },
+ "record": {
+ "CNAME": "gratiaportofolio.vercel.app"
+ }
+}
diff --git a/domains/griff.json b/domains/griff.json
new file mode 100644
index 000000000..faffbe6fa
--- /dev/null
+++ b/domains/griff.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio, blog and personal website",
+ "owner": {
+ "username": "gfargo",
+ "email": "ghfargo@gmail.com",
+ "twitter": "ghfargo"
+ },
+ "record": {
+ "URL": "https://griffen.codes"
+ }
+}
diff --git a/domains/guillelm.json b/domains/guillelm.json
new file mode 100644
index 000000000..361bf23d1
--- /dev/null
+++ b/domains/guillelm.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal Portfolio Tech Website...",
+ "repo": "https://github.com/guilleLM71/portafolio",
+ "owner": {
+ "username": "guilleLM71",
+ "email": "jlauram3@fcpn.edu.bo"
+ },
+ "record": {
+ "CNAME": "guillelm71.github.io"
+ }
+}
diff --git a/domains/gusza.json b/domains/gusza.json
new file mode 100644
index 000000000..e945d96e5
--- /dev/null
+++ b/domains/gusza.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "gusza110811",
+ "email": "auguz1108@gmail.com"
+ },
+ "record": {
+ "CNAME": "gusza110811.github.io"
+ }
+}
diff --git a/domains/guvent.json b/domains/guvent.json
new file mode 100644
index 000000000..49d231992
--- /dev/null
+++ b/domains/guvent.json
@@ -0,0 +1,11 @@
+{
+ "description": "The portfolio site of Guven Topal",
+ "repo": "https://github.com/guvent/guvent",
+ "owner": {
+ "username": "guvent",
+ "email": "me@guvent.com"
+ },
+ "record": {
+ "CNAME": "guvent.com"
+ }
+}
diff --git a/domains/gwly.json b/domains/gwly.json
new file mode 100644
index 000000000..4f99b36f7
--- /dev/null
+++ b/domains/gwly.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "cyrilguocode"
+ },
+ "record": {
+ "CNAME": "gwlyweb.pages.dev"
+ }
+}
diff --git a/domains/h3lios.json b/domains/h3lios.json
deleted file mode 100644
index 088090649..000000000
--- a/domains/h3lios.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "NinjaXility",
- "discord": "511106356267319296",
- "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.IBR3ZrvHG0dyQ1OU_ThEq2VbB_gvPhqPJkyPtwwbODCQENB-T2fstb7JrqYXG9lNaBWBrkeUzrheB5HY5tgEmPDAe6eDnN1D0dk0HKwxySEO7I1wbJsoJUnrWXigmuIYYkCPqHO9bBBD3seh4Y-REvCFI_xjNxBOIkqYiISDG4SJZW_AMoM-4ZwWJOS30ASQA3IM1DrvS3cNeamN0vmy2W16z7PUQxfn3UpwhdalfbzZKgiPowTVnbMT8OZ0IL45VZCmqeikraFf7fUv0PPCk54c07A8mIpYepzyy4hUftsF-ILHDLU_iOMZDHPrMDpPeyFXgYjA1iv1AfgFj6lshA.CFjZ-C3qr_js2SqYJQruNQ.j12mMFCkJhwZpCJXE_JDaY1XgeCUkSwhowfAvMEFrxvTdeqGbeEaHiXN4-oXfM0FuPLNgfsJDTwmva-ekWTAeOtX4a3IBlJ0uuj65_tdMOw.NDTU5ISRijrUIUoDvdYXJw"
- },
- "record": {
- "CNAME": "ninjaxility.github.io"
- }
-}
diff --git a/domains/hamdi.json b/domains/hamdi.json
new file mode 100644
index 000000000..8790624d9
--- /dev/null
+++ b/domains/hamdi.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio",
+ "repo": "https://github.com/hb12devtn/Portfolio",
+ "owner": {
+ "username": "hb12devtn",
+ "email": "h.bougattaya1212@gmail.com"
+ },
+ "record": {
+ "CNAME": "hb12devtn.github.io"
+ }
+}
diff --git a/domains/haohoang.json b/domains/haohoang.json
new file mode 100644
index 000000000..547ff761f
--- /dev/null
+++ b/domains/haohoang.json
@@ -0,0 +1,10 @@
+{
+ "description": "The blog of Hao Hoang",
+ "owner": {
+ "username": "vanhaohoang",
+ "email": "hoangvanhao99.01@gmail.com"
+ },
+ "record": {
+ "CNAME": "vanhaohoang.github.io"
+ }
+}
diff --git a/domains/hareesh.json b/domains/hareesh.json
new file mode 100644
index 000000000..f6906c0e0
--- /dev/null
+++ b/domains/hareesh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Hareesh108",
+ "email": "hareeshbhittam@gmail.com"
+ },
+ "record": {
+ "CNAME": "me-hazel-delta.vercel.app"
+ }
+}
diff --git a/domains/harley.json b/domains/harley.json
new file mode 100644
index 000000000..d281afe4e
--- /dev/null
+++ b/domains/harley.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "weebNeedWeed",
+ "email": "rivenmle@gmail.com"
+ },
+ "record": {
+ "CNAME": "weebneedweed.github.io"
+ }
+}
diff --git a/domains/harshmallick.json b/domains/harshmallick.json
new file mode 100644
index 000000000..ea69f1236
--- /dev/null
+++ b/domains/harshmallick.json
@@ -0,0 +1,11 @@
+{
+ "description": "My portfolio website",
+ "repo": "https://github.com/harsh-mallick/portfolio",
+ "owner": {
+ "username": "harsh-mallick",
+ "email": "harshmallick052009@gmail.com"
+ },
+ "record": {
+ "URL": "https://harshmallick.vercel.app/"
+ }
+ }
diff --git a/domains/harunabdullah.json b/domains/harunabdullah.json
new file mode 100644
index 000000000..f535533c9
--- /dev/null
+++ b/domains/harunabdullah.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "harunabdullahrakin"
+ },
+
+ "record": {
+ "A": ["185.31.40.12"]
+ }
+}
diff --git a/domains/haydenpc.json b/domains/haydenpc.json
new file mode 100644
index 000000000..771561aab
--- /dev/null
+++ b/domains/haydenpc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "haydenpc",
+ "email": "haydenpc369@gmail.com"
+ },
+ "record": {
+ "CNAME": "haydenpc.github.io"
+ }
+}
diff --git a/domains/hemath.json b/domains/hemath.json
new file mode 100644
index 000000000..97e97e053
--- /dev/null
+++ b/domains/hemath.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "djhemath",
+ "email": "djhemath@gmail.com"
+ },
+ "record": {
+ "URL": "https://hemath.dev"
+ }
+}
diff --git a/domains/henderythmix.json b/domains/henderythmix.json
new file mode 100644
index 000000000..601c86ad4
--- /dev/null
+++ b/domains/henderythmix.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "henderythmix",
+ "email": "robertoselleswork@gmail.com"
+ },
+ "record": {
+ "CNAME": "henderythmix.vercel.app"
+ }
+}
diff --git a/domains/hercase.json b/domains/hercase.json
new file mode 100644
index 000000000..8c14dc06a
--- /dev/null
+++ b/domains/hercase.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "hercase",
+ "email": "hercase92@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
diff --git a/domains/herve.json b/domains/herve.json
index 883675cff..3898aae8b 100644
--- a/domains/herve.json
+++ b/domains/herve.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "herveleclerc",
- "email": "herve.leclerc@gmail.com"
- },
- "record": {
- "CNAME": "herveleclerc.github.io"
- }
+ "owner": {
+ "username": "herveleclerc",
+ "email": "herve.leclerc@gmail.com"
+ },
+ "record": {
+ "CNAME": "herveleclerc.github.io"
+ }
}
diff --git a/domains/heyaxo.json b/domains/heyaxo.json
index 1f3dd451e..1938285bf 100644
--- a/domains/heyaxo.json
+++ b/domains/heyaxo.json
@@ -1,19 +1,16 @@
{
- "description": "My personal homepage!",
- "repo": "https://github.com/verygafanhot",
- "owner": {
- "username": "Verygafanhot",
- "email": "verygafanhot@gmail.com",
- "twitter": "verygafanhot",
- "discord": "Verygafanhot"
- },
- "record": {
- "CNAME": "verygafanhot.github.io",
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- },
- "proxied": true
+ "description": "My personal homepage!",
+ "repo": "https://github.com/verygafanhot",
+ "owner": {
+ "username": "Verygafanhot",
+ "email": "verygafanhot@gmail.com",
+ "twitter": "verygafanhot",
+ "discord": "Verygafanhot"
+ },
+ "record": {
+ "CNAME": "verygafanhot.github.io",
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ },
+ "proxied": true
}
diff --git a/domains/hgia.json b/domains/hgia.json
new file mode 100644
index 000000000..236785df1
--- /dev/null
+++ b/domains/hgia.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "hjia98",
+ "email": "hoanggia1611@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/hjia98"
+ }
+ }
diff --git a/domains/hjc.json b/domains/hjc.json
new file mode 100644
index 000000000..30eb94731
--- /dev/null
+++ b/domains/hjc.json
@@ -0,0 +1,12 @@
+{
+ "description": "The repo is my personal blog,it will record the things about how to develop.I will make some tutorials as well.",
+ "repo": "https://github.com/hjc-code/hjc-code.github.io",
+ "owner": {
+ "username": "hjc-code",
+ "email": "houjuncheng.me@gmail.com"
+ },
+ "record": {
+ "CNAME": "hjc-code.github.io"
+ },
+ "proxied": true
+}
diff --git a/domains/hoan.json b/domains/hoan.json
new file mode 100644
index 000000000..8b28f9a23
--- /dev/null
+++ b/domains/hoan.json
@@ -0,0 +1,10 @@
+{
+ "description": "hoan.is-a.dev : This is my personal notebook",
+ "owner": {
+ "username": "hwanngo",
+ "email": "conghoan.0406@gmail.com"
+ },
+ "record": {
+ "CNAME": "hwanngo.github.io"
+ }
+}
diff --git a/domains/holedev.json b/domains/holedev.json
new file mode 100644
index 000000000..4e1b3e006
--- /dev/null
+++ b/domains/holedev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "holedev",
+ "email": "contact@holedev.com"
+ },
+ "record": {
+ "URL": "https://github.com/holedev"
+ }
+}
diff --git a/domains/homelab.json b/domains/homelab.json
new file mode 100644
index 000000000..143591535
--- /dev/null
+++ b/domains/homelab.json
@@ -0,0 +1,10 @@
+{
+ "description": "Domain for dynamic DNS updates and Cloudflare Tunnel setup for demo and home lab purposes",
+ "owner": {
+ "username": "vikipranata",
+ "email": "helovikipranata@gmail.com"
+ },
+ "record": {
+ "NS": ["deb.ns.cloudflare.com", "sid.ns.cloudflare.com"]
+ }
+}
diff --git a/domains/hongquang.json b/domains/hongquang.json
index bfc84d262..10c809630 100644
--- a/domains/hongquang.json
+++ b/domains/hongquang.json
@@ -1,11 +1,11 @@
{
- "description": "For introduce myself",
- "repo": "https://github.com/HQuang/HQuang",
- "owner": {
- "username": "quanglh268",
- "email": "quanglh268@gmail.com"
- },
- "record": {
- "CNAME": "hquang.github.io"
- }
+ "description": "For introduce myself",
+ "repo": "https://github.com/HQuang/HQuang",
+ "owner": {
+ "username": "quanglh268",
+ "email": "quanglh268@gmail.com"
+ },
+ "record": {
+ "CNAME": "hquang.github.io"
+ }
}
diff --git a/domains/hoojinguyen.json b/domains/hoojinguyen.json
new file mode 100644
index 000000000..a1d2c8ded
--- /dev/null
+++ b/domains/hoojinguyen.json
@@ -0,0 +1,11 @@
+{
+ "description": "hoojinguyen.is-a.dev : This is my personal notebook",
+ "repo": "https://github.com/hoojinguyen/portfolio-by-ai",
+ "owner": {
+ "username": "hoojinguyen",
+ "email": "vn.hoinv98@gmail.com"
+ },
+ "record": {
+ "URL": "https://hooji-nguyen.vercel.app/"
+ }
+}
diff --git a/domains/hotfix.saftec.json b/domains/hotfix.saftec.json
index 516324bb9..29f984f33 100644
--- a/domains/hotfix.saftec.json
+++ b/domains/hotfix.saftec.json
@@ -4,6 +4,6 @@
"email": "Samuraiflamesf@gmail.com"
},
"record": {
- "A": ["207.244.235.32"]
+ "A": ["152.67.45.142"]
}
}
diff --git a/domains/htrnguyen.json b/domains/htrnguyen.json
new file mode 100644
index 000000000..b5247526a
--- /dev/null
+++ b/domains/htrnguyen.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "htrnguyen",
+ "email": "hatrongnguyen04@gmail.com"
+ },
+ "record": {
+ "CNAME": "astro-portfolio-nu-seven.vercel.app"
+ }
+}
diff --git a/domains/hungthai.json b/domains/hungthai.json
new file mode 100644
index 000000000..c28594939
--- /dev/null
+++ b/domains/hungthai.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal Resume Website",
+ "repo": "https://github.com/hungthai1401/resume",
+ "owner": {
+ "username": "hungthai1401",
+ "email": "hungthai1401.it@gmail.com"
+ },
+ "record": {
+ "CNAME": "hungthai1401.github.io"
+ }
+}
diff --git a/domains/huntroid.json b/domains/huntroid.json
index a8726b01f..9065b0a7c 100644
--- a/domains/huntroid.json
+++ b/domains/huntroid.json
@@ -4,6 +4,17 @@
"email": "srimath8@gmail.com"
},
"record": {
- "A": ["185.199.108.153"]
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "AAAA": [
+ "2606:50c0:8000::153",
+ "2606:50c0:8001::153",
+ "2606:50c0:8002::153",
+ "2606:50c0:8003::153"
+ ]
}
}
diff --git a/domains/huu-hoang.json b/domains/huu-hoang.json
new file mode 100644
index 000000000..b1df9317d
--- /dev/null
+++ b/domains/huu-hoang.json
@@ -0,0 +1,10 @@
+{
+ "domain": "huu-hoang.is-a.dev",
+ "owner": {
+ "email": "huuhoag1412@gmail.com",
+ "username": "Mirai3103"
+ },
+ "record": {
+ "A": ["103.82.194.100"]
+ }
+}
diff --git a/domains/iamdhakrey.json b/domains/iamdhakrey.json
new file mode 100644
index 000000000..308119b65
--- /dev/null
+++ b/domains/iamdhakrey.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "iamdhakrey",
+ "email": "dhakreyhrithik@gmail.com"
+ },
+ "record": {
+ "URL": "https://iamdhakrey.dev"
+ }
+}
diff --git a/domains/iamkevinhuang.json b/domains/iamkevinhuang.json
new file mode 100644
index 000000000..aa72ec809
--- /dev/null
+++ b/domains/iamkevinhuang.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "iamkevinhuang",
+ "email": "kevinjaydenwivano@duck.com"
+ },
+ "record": {
+ "CNAME": "iamkevinhuang.github.io"
+ }
+}
diff --git a/domains/idcesares.json b/domains/idcesares.json
new file mode 100644
index 000000000..9410601b4
--- /dev/null
+++ b/domains/idcesares.json
@@ -0,0 +1,11 @@
+{
+ "description": "Isaac D'Césares personal website",
+ "repo": "https://github.com/idcesares",
+ "owner": {
+ "username": "idcesares",
+ "email": "isaac.dcesares@gmail.com"
+ },
+ "record": {
+ "URL": "https://dcesares.dev"
+ }
+}
diff --git a/domains/idriss.json b/domains/idriss.json
index be40bb738..076dfeac9 100644
--- a/domains/idriss.json
+++ b/domains/idriss.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "AstroDriss",
- "email": "drisspennywise@gmail.com"
- },
- "record": {
- "CNAME": "idriss.douiri.org"
- }
+ "owner": {
+ "username": "AstroDriss",
+ "email": "drisspennywise@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
}
diff --git a/domains/ikram.json b/domains/ikram.json
index 515170fc1..84ac66224 100644
--- a/domains/ikram.json
+++ b/domains/ikram.json
@@ -11,6 +11,5 @@
"v=spf1 include:spf.improvmx.com ~all",
"google-site-verification=C38zyZL8LP_056d5IgevUInJTe4qerfxC6-qjQORdh4"
]
- },
- "proxied": true
+ }
}
diff --git a/domains/ilya.json b/domains/ilya.json
new file mode 100644
index 000000000..f083e1348
--- /dev/null
+++ b/domains/ilya.json
@@ -0,0 +1,11 @@
+{
+ "description": "Ilya Stepanov's portfolio website",
+ "repo": "https://github.com/thatslegit/threejs-portfolio",
+ "owner": {
+ "username": "thatslegit",
+ "email": "iliastepanov1996@gmail.com"
+ },
+ "record": {
+ "CNAME": "thatslegit.github.io"
+ }
+}
diff --git a/domains/img.devmatei.json b/domains/img.devmatei.json
new file mode 100644
index 000000000..b0b7702b5
--- /dev/null
+++ b/domains/img.devmatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "CNAME": "proxy.iostpa.com"
+ }
+}
diff --git a/domains/imm0nv1nhtv.json b/domains/imm0nv1nhtv.json
index 4aff3bd16..c0a6a8d49 100644
--- a/domains/imm0nv1nhtv.json
+++ b/domains/imm0nv1nhtv.json
@@ -4,6 +4,6 @@
"email": "windows10phamvinh+github@gmail.com"
},
"record": {
- "CNAME": "imm0nv1nhtv.pages.dev"
+ "NS": ["alberto.ns.cloudflare.com", "rosemary.ns.cloudflare.com"]
}
}
diff --git a/domains/imtiazepu.json b/domains/imtiazepu.json
new file mode 100644
index 000000000..8c0f407f1
--- /dev/null
+++ b/domains/imtiazepu.json
@@ -0,0 +1,10 @@
+{
+ "description": "Parsonal website for Imtiaz Epu",
+ "owner": {
+ "username": "imtiazepu",
+ "email": "info@imtiazepu.com"
+ },
+ "record": {
+ "URL": "https://imtiazepu.com"
+ }
+}
diff --git a/domains/imxitiz.json b/domains/imxitiz.json
new file mode 100644
index 000000000..73bc0bbcc
--- /dev/null
+++ b/domains/imxitiz.json
@@ -0,0 +1,9 @@
+{
+ "description": "imxitiz.is-a.dev",
+ "owner": {
+ "username": "imxitiz"
+ },
+ "record": {
+ "CNAME": "imxitiz.github.io"
+ }
+}
diff --git a/domains/ingo.json b/domains/ingo.json
new file mode 100644
index 000000000..05cb1319d
--- /dev/null
+++ b/domains/ingo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BugHunter2k",
+ "email": "hello@ingohollmann.de"
+ },
+ "record": {
+ "URL": "https://ingohollmann.de/"
+ }
+}
diff --git a/domains/innocentzero.json b/domains/innocentzero.json
new file mode 100644
index 000000000..6d9c93b6b
--- /dev/null
+++ b/domains/innocentzero.json
@@ -0,0 +1,11 @@
+{
+ "description": "My personal blog",
+ "repo": "https://codeberg.org/innocentzer0/pages",
+ "owner": {
+ "username": "InnocentZero",
+ "email": "isfarulhaque@proton.me"
+ },
+ "record": {
+ "CNAME": "innocentzer0.codeberg.page"
+ }
+}
diff --git a/domains/inputly.json b/domains/inputly.json
new file mode 100644
index 000000000..db5f3f7c2
--- /dev/null
+++ b/domains/inputly.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NateNear",
+ "email": "matternate21@gmail.com"
+ },
+ "record": {
+ "CNAME": "inputly.vercel.app"
+ }
+}
diff --git a/domains/ios.json b/domains/ios.json
new file mode 100644
index 000000000..90c755dab
--- /dev/null
+++ b/domains/ios.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "ahios",
+ "email": "ahios.dev@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"],
+ "TXT": "google-site-verification=AyQrjerFwekkOGG9oZLdBFy4TOAeVAYrHTTm5Q-NZD4",
+ "MX": [
+ "SMTP.GOOGLE.COM"
+ ]
+ }
+ }
\ No newline at end of file
diff --git a/domains/is-a-dev.devmatei.json b/domains/is-a-dev.devmatei.json
new file mode 100644
index 000000000..4b150d5ab
--- /dev/null
+++ b/domains/is-a-dev.devmatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
diff --git a/domains/isaacrobert33.json b/domains/isaacrobert33.json
new file mode 100644
index 000000000..119ce98f3
--- /dev/null
+++ b/domains/isaacrobert33.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "isaacrobert33",
+ "email": "isaacrobertoluwaseun@gmail.com"
+ },
+ "record": {
+ "CNAME": "isaacrobert-is-adev.vercel.app"
+ }
+}
diff --git a/domains/isaiahday.json b/domains/isaiahday.json
deleted file mode 100644
index c4e8135bb..000000000
--- a/domains/isaiahday.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Isaiah08-D's personal website.",
- "repo": "https://github.com/Isaiah08-D/isaiah08-d.github.io",
- "owner": {
- "username": "Isaiah08-D",
- "email": "isaiahgrisha@gmail.com",
- "discord": "isaiah08#6008"
- },
- "record": {
- "CNAME": "isaiah08-d.github.io"
- }
-}
diff --git a/domains/islandboy.json b/domains/islandboy.json
new file mode 100644
index 000000000..592dfed3d
--- /dev/null
+++ b/domains/islandboy.json
@@ -0,0 +1,11 @@
+{
+ "description": "Sub-domain of IslandBoy in is-a.dev",
+ "repo": "https://github.com/islandboymv/is-a-dev-register",
+ "owner": {
+ "username": "islandboymv",
+ "email": "mifzaal.scout@gmail.com"
+ },
+ "record": {
+ "NS": ["lucy.ns.cloudflare.com", "mario.ns.cloudflare.com"]
+ }
+}
diff --git a/domains/israrkhan.json b/domains/israrkhan.json
new file mode 100644
index 000000000..e3aa5bc6a
--- /dev/null
+++ b/domains/israrkhan.json
@@ -0,0 +1,10 @@
+{
+ "description": "israrkhan.is-a.dev.",
+ "owner": {
+ "username": "israrthedev08",
+ "email": "israrislive@gmail.com"
+ },
+ "record": {
+ "URL": "https://guns.lol/israr08"
+ }
+}
diff --git a/domains/itsdemongamez.json b/domains/itsdemongamez.json
deleted file mode 100644
index ad1448374..000000000
--- a/domains/itsdemongamez.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "DemonGamez",
- "email": "peterwyneg@gmail.com",
- "discord": "1038747272701292584"
- },
- "record": {
- "CNAME": "demongamez.github.io"
- }
-}
diff --git a/domains/itsjhonalex.json b/domains/itsjhonalex.json
index 395fc6a3f..1688235c0 100644
--- a/domains/itsjhonalex.json
+++ b/domains/itsjhonalex.json
@@ -1,11 +1,11 @@
{
- "description": "itsjhonalex.is-a.dev",
- "repo": "github.com/ItsJhonAlex/PortfolioDev",
- "owner": {
- "username": "ItsJhonAlex",
- "email": "itsjhonalex@gmail.com"
- },
- "record": {
- "CNAME": "portfolio-dev-itsjhonalexs-projects.vercel.app"
- }
+ "description": "itsjhonalex.is-a.dev",
+ "repo": "github.com/ItsJhonAlex/PortfolioDev",
+ "owner": {
+ "username": "ItsJhonAlex",
+ "email": "itsjhonalex@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-dev-itsjhonalexs-projects.vercel.app"
+ }
}
diff --git a/domains/itz-rj-here.json b/domains/itz-rj-here.json
index ae29b4c2f..55b773761 100644
--- a/domains/itz-rj-here.json
+++ b/domains/itz-rj-here.json
@@ -1,11 +1,11 @@
{
- "description": "It'z RJ's Website",
- "repo": "https://github.com/itz-rj-here/itz-rj-here.github.io",
- "owner": {
- "username": "itz-rj-here",
- "email": "faiadmahmudadil@gmail.com"
- },
- "record": {
- "CNAME": "itz-rj-here.github.io"
- }
+ "description": "It'z RJ's Website",
+ "repo": "https://github.com/itz-rj-here/itz-rj-here.github.io",
+ "owner": {
+ "username": "itz-rj-here",
+ "email": "faiadmahmudadil@gmail.com"
+ },
+ "record": {
+ "CNAME": "itz-rj-here.github.io"
+ }
}
diff --git a/domains/ivy.json b/domains/ivy.json
new file mode 100644
index 000000000..e87417f41
--- /dev/null
+++ b/domains/ivy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jel9",
+ "email": "cock@ivy.lat"
+ },
+ "record": {
+ "URL": "https://ivy.lat"
+ }
+}
diff --git a/domains/ixdoggo.json b/domains/ixdoggo.json
index 8dd5021b5..d72cbcc8a 100644
--- a/domains/ixdoggo.json
+++ b/domains/ixdoggo.json
@@ -4,6 +4,9 @@
"email": "xelxtct@gmail.com"
},
"record": {
- "CNAME": "ixdoggo.pages.dev"
- }
+ "CNAME": "ixdoggo.pages.dev",
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": ["v=spf1 include:spf.improvmx.com ~all"]
+ },
+ "proxied": true
}
diff --git a/domains/jaimezpe.json b/domains/jaimezpe.json
new file mode 100644
index 000000000..06d30db48
--- /dev/null
+++ b/domains/jaimezpe.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/jaimezpe/bio",
+ "owner": {
+ "username": "jaimezpe",
+ "email": "info@jaimezpe.com"
+ },
+ "record": {
+ "CNAME": "jaimezpe.com"
+ }
+}
diff --git a/domains/james-wiseman.json b/domains/james-wiseman.json
new file mode 100644
index 000000000..973df57b8
--- /dev/null
+++ b/domains/james-wiseman.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal site for James Wiseman",
+ "owner": {
+ "username": "jamesrobertwiseman",
+ "email": "hello@jameswiseman.me"
+ },
+ "record": {
+ "CNAME": "jameswiseman.me"
+ },
+ "proxied": true
+}
diff --git a/domains/jameshartley.json b/domains/jameshartley.json
new file mode 100644
index 000000000..83aae3a5e
--- /dev/null
+++ b/domains/jameshartley.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio domain showcasing projects",
+ "repo": "https://github.com/jdbhartley/portfolio_nuro",
+ "owner": {
+ "username": "jdbhartley",
+ "discord": "MobiSlick#3640"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
diff --git a/domains/jan.json b/domains/jan.json
new file mode 100644
index 000000000..8f9eb0dfc
--- /dev/null
+++ b/domains/jan.json
@@ -0,0 +1,10 @@
+{
+ "description": "Personal Dev Website",
+ "owner": {
+ "username": "jpgreth",
+ "email": "github@greth.me"
+ },
+ "record": {
+ "CNAME": "greth.dev"
+ }
+}
diff --git a/domains/janith.json b/domains/janith.json
new file mode 100644
index 000000000..92cf35b54
--- /dev/null
+++ b/domains/janith.json
@@ -0,0 +1,11 @@
+{
+ "description": "Janith .is-a.dev domain",
+ "repo": "https://github.com/janithpm/janithpm.github.io",
+ "owner": {
+ "username": "Janithpm",
+ "email": "janithmadarasinghe@gmail.com"
+ },
+ "record": {
+ "CNAME": "janithpm.github.io"
+ }
+}
diff --git a/domains/jar.json b/domains/jar.json
new file mode 100644
index 000000000..beb93c667
--- /dev/null
+++ b/domains/jar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jartf",
+ "email": "hi@jar.tf"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
diff --git a/domains/jasa.json b/domains/jasa.json
new file mode 100644
index 000000000..1ce6a0739
--- /dev/null
+++ b/domains/jasa.json
@@ -0,0 +1,11 @@
+{
+ "description": "Describe the use of this subdomain",
+ "repo": "https://github.com/mrsanjaya/mrsanjaya.github.io",
+ "owner": {
+ "username": "mrsanjaya",
+ "email": "sandhysanjaya0110@gmail.com"
+ },
+ "record": {
+ "CNAME": "mrsanjaya.github.io"
+ }
+}
diff --git a/domains/jasvindersingh.json b/domains/jasvindersingh.json
index fe8dcd21a..4a0fc40c2 100644
--- a/domains/jasvindersingh.json
+++ b/domains/jasvindersingh.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "singhJasvinder101",
- "email": "jasvindersingh3593@gmail.com"
- },
- "record": {
- "CNAME": "jasvinder-portfolio.netlify.app"
- }
+ "owner": {
+ "username": "singhJasvinder101",
+ "email": "jasvindersingh3593@gmail.com"
+ },
+ "record": {
+ "CNAME": "jasvinder-portfolio.netlify.app"
+ }
}
diff --git a/domains/javier.json b/domains/javier.json
deleted file mode 100644
index e10b9826f..000000000
--- a/domains/javier.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Javier Zaleta's personal website",
- "repo": "https://github.com/jzaleta/jzaleta",
- "owner": {
- "username": "jzaleta",
- "twitter": "j_cordz"
- },
- "record": {
- "CNAME": "jzaleta.github.io"
- }
-}
diff --git a/domains/jawad0501.json b/domains/jawad0501.json
new file mode 100644
index 000000000..d3849e9da
--- /dev/null
+++ b/domains/jawad0501.json
@@ -0,0 +1,11 @@
+{
+ "description": "jawad's personal portfolio website",
+ "repo": "https://github.com/Jawad0501/terminal-portfolio.git",
+ "owner": {
+ "username": "Jawad0501",
+ "email": "anmjawad007@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
diff --git a/domains/jb.json b/domains/jb.json
index 6b3454fee..adc9648b7 100644
--- a/domains/jb.json
+++ b/domains/jb.json
@@ -6,6 +6,7 @@
"email": "jbcarreon212@gmail.com"
},
"record": {
- "A": ["35.223.92.119"]
- }
+ "A": ["34.56.187.73"]
+ },
+ "proxied": true
}
diff --git a/domains/jecoh.json b/domains/jecoh.json
new file mode 100644
index 000000000..bd5dd516f
--- /dev/null
+++ b/domains/jecoh.json
@@ -0,0 +1,11 @@
+{
+ "description": "For personal/portfolio use only.",
+ "repo": "https://github.com/jecoh12/jecoh-is-a.dev",
+ "owner": {
+ "username": "jecoh12",
+ "email": "jecoh12@gmail.com"
+ },
+ "record": {
+ "CNAME": "jecoh12.github.io"
+ }
+}
diff --git a/domains/jeielmiranda.json b/domains/jeielmiranda.json
new file mode 100644
index 000000000..1f38f558f
--- /dev/null
+++ b/domains/jeielmiranda.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal subdomain",
+ "repo": "https://github.com/Jetrom17/jetrom17.github.io",
+ "owner": {
+ "username": "Jetrom17",
+ "email": "jeiel@duck.com"
+ },
+ "record": {
+ "CNAME": "jetrom17.github.io"
+ }
+}
diff --git a/domains/jer.json b/domains/jer.json
index be66faf1a..bc4ea8f0c 100644
--- a/domains/jer.json
+++ b/domains/jer.json
@@ -1,9 +1,9 @@
{
"owner": {
- "username": "JerBlox",
+ "username": "i-Jer",
"email": "chen.fuyuan07@gmail.com"
},
"record": {
- "CNAME": "cbx3ryr6.up.railway.app"
+ "URL": "https://www.i-jer.com/"
}
}
diff --git a/domains/jg.json b/domains/jg.json
index b8f48c746..7352aa6a7 100644
--- a/domains/jg.json
+++ b/domains/jg.json
@@ -1,11 +1,11 @@
{
- "description": "Personal portfolio site for Jonathan Geva (short for jonathangeva)",
- "repo": "https://github.com/jonathan-geva/Portfolio",
- "owner": {
- "username": "jonathan-geva",
- "discord": "jonilul21"
- },
- "record": {
- "CNAME": "jonathangeva.ch"
- }
-}
\ No newline at end of file
+ "description": "Personal portfolio site for Jonathan Geva (short for jonathangeva)",
+ "repo": "https://github.com/jonathan-geva/Portfolio",
+ "owner": {
+ "username": "jonathan-geva",
+ "discord": "jonilul21"
+ },
+ "record": {
+ "CNAME": "jonathangeva.ch"
+ }
+}
diff --git a/domains/jmc.json b/domains/jmc.json
new file mode 100644
index 000000000..7401c1150
--- /dev/null
+++ b/domains/jmc.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "josem430",
+ "email": "jmc300499@gmail.com",
+ "discord": "josem430"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
diff --git a/domains/jmmille.json b/domains/jmmille.json
index 4eca0d1b6..2b21c910b 100644
--- a/domains/jmmille.json
+++ b/domains/jmmille.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "jmmille",
- "email": "jmmille@gmail.com"
- },
- "record": {
- "URL": "https://github.com/jmmille"
- }
+ "owner": {
+ "username": "jmmille",
+ "email": "jmmille@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/jmmille"
+ }
}
diff --git a/domains/joeb.json b/domains/joeb.json
new file mode 100644
index 000000000..f37ce2583
--- /dev/null
+++ b/domains/joeb.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "joevizcara",
+ "email": "joevizcara@proton.me"
+ },
+ "record": {
+ "CNAME": "joeb.pages.dev"
+ }
+}
diff --git a/domains/joelst.json b/domains/joelst.json
new file mode 100644
index 000000000..0fc708102
--- /dev/null
+++ b/domains/joelst.json
@@ -0,0 +1,22 @@
+{
+ "owner": {
+ "username": "joestr",
+ "email": "joelstrasser1@gmail.com"
+ },
+ "record": {
+ "NS": [
+ "ns1-03.azure-dns.com",
+ "ns2-03.azure-dns.net",
+ "ns3-03.azure-dns.org",
+ "ns4-03.azure-dns.info"
+ ],
+ "DS": [
+ {
+ "key_tag": 20446,
+ "algorithm": 13,
+ "digest_type": 2,
+ "digest": "66D720AF25875B71BB1ECBF45D1E108D4CE4D51EF1553F7E50F60B2B49A279A6"
+ }
+ ]
+ }
+}
diff --git a/domains/joey.json b/domains/joey.json
new file mode 100644
index 000000000..87cb549ee
--- /dev/null
+++ b/domains/joey.json
@@ -0,0 +1,11 @@
+{
+ "description": "GitHub Pages verification for joey.is-a.dev",
+ "repo": "https://github.com/jlai403/jlai403.github.io",
+ "owner": {
+ "username": "jlai403",
+ "discord": "120522740590575616"
+ },
+ "record": {
+ "CNAME": "jlai403.github.io"
+ }
+}
diff --git a/domains/jonagoldman.json b/domains/jonagoldman.json
new file mode 100644
index 000000000..1bd9f1004
--- /dev/null
+++ b/domains/jonagoldman.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/jonagoldman/jonagoldman.github.io",
+ "owner": {
+ "username": "jonagoldman",
+ "email": "jonagoldman@gmail.com"
+ },
+ "record": {
+ "CNAME": "jonagoldman.github.io"
+ }
+}
diff --git a/domains/jonathan-russ.json b/domains/jonathan-russ.json
index 4a3e8c54a..2ec02dd8d 100644
--- a/domains/jonathan-russ.json
+++ b/domains/jonathan-russ.json
@@ -7,7 +7,6 @@
"discord": "494042822320717827"
},
"record": {
- "A": ["76.76.21.21"],
- "TXT": "google-site-verification=ZGu5jFsoZwyt_sig1wz3iNV1-8QAzMQ7qWJ1qvRZUQE"
+ "NS": ["ns1.vercel-dns.com", "ns2.vercel-dns.com"]
}
}
diff --git a/domains/jonathangeva.json b/domains/jonathangeva.json
index 45a318066..244af87e6 100644
--- a/domains/jonathangeva.json
+++ b/domains/jonathangeva.json
@@ -1,11 +1,11 @@
{
- "description": "Personal portfolio site for Jonathan Geva",
- "repo": "https://github.com/jonathan-geva/Portfolio",
- "owner": {
- "username": "jonathan-geva",
- "discord": "jonilul21"
- },
- "record": {
- "CNAME": "jonathangeva.ch"
- }
-}
\ No newline at end of file
+ "description": "Personal portfolio site for Jonathan Geva",
+ "repo": "https://github.com/jonathan-geva/Portfolio",
+ "owner": {
+ "username": "jonathan-geva",
+ "discord": "jonilul21"
+ },
+ "record": {
+ "CNAME": "jonathangeva.ch"
+ }
+}
diff --git a/domains/jonathanmoya.json b/domains/jonathanmoya.json
new file mode 100644
index 000000000..4a96736b8
--- /dev/null
+++ b/domains/jonathanmoya.json
@@ -0,0 +1,11 @@
+{
+ "description": "Subdominio personal para portfolio web",
+ "repo": "https://github.com/srgrover/portfolio",
+ "owner": {
+ "username": "srgrover",
+ "email": "jthmoya.webdev@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
diff --git a/domains/josh.json b/domains/josh.json
new file mode 100644
index 000000000..3277f997d
--- /dev/null
+++ b/domains/josh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "joshhargreaves",
+ "email": "me@joshhargreaves.co.uk"
+ },
+ "record": {
+ "URL": "https://joshhargreaves.co.uk"
+ }
+}
diff --git a/domains/joszxchua.json b/domains/joszxchua.json
new file mode 100644
index 000000000..5c7419c0e
--- /dev/null
+++ b/domains/joszxchua.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "joszxchua",
+ "email": "joschuaordonio29@gmail.com"
+ },
+ "record": {
+ "CNAME": "joszxchua-dev.vercel.app"
+ }
+}
diff --git a/domains/jrmessias.json b/domains/jrmessias.json
new file mode 100644
index 000000000..b24dfa200
--- /dev/null
+++ b/domains/jrmessias.json
@@ -0,0 +1,12 @@
+{
+ "description": "For a personal website",
+ "repo": "https://github.com/jrmessias/jrmessias.github.io",
+ "owner": {
+ "username": "jrmessias",
+ "email": "jrmessias@gmail.com",
+ "twitter": "jrmessias"
+ },
+ "record": {
+ "CNAME": "jrmessias.github.io"
+ }
+}
diff --git a/domains/js.json b/domains/js.json
index 1b9626783..74716d6de 100644
--- a/domains/js.json
+++ b/domains/js.json
@@ -1,11 +1,24 @@
{
- "description": "7.is.a.dev why not",
+ "description": "js.is-a.dev",
"owner": {
"username": "JustDeveloper1",
- "email": "justdeveloper@juststudio.is-a.dev",
+ "email": "support@juststudio.is-a.dev",
"discord": "1117482901353812088"
},
"record": {
- "A": ["89.106.200.1"]
+ "URL": "https://juststudio.is-a.dev/"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/00": "https://juststudio.is-a.dev/account/#/security?from=wellknown",
+ "/01": "https://juststudio.is-a.dev/terms",
+ "/02": "https://juststudio.is-a.dev/rules",
+ "/03": "https://juststudio.is-a.dev/account/",
+ "/encoder": "https://encoder.js.is-a.dev/",
+ "/encoder/latest": "https://encoder.js.is-a.dev/encoder.js@1.0.1.js",
+ "/encoder/1.0.0": "https://encoder.js.is-a.dev/encoder.js@1.0.0.js",
+ "/encoder/1.0.1": "https://encoder.js.is-a.dev/encoder.js@1.0.1.js"
+ },
+ "redirect_paths": true
}
}
diff --git a/domains/juan-samayoa.json b/domains/juan-samayoa.json
new file mode 100644
index 000000000..f9af830b5
--- /dev/null
+++ b/domains/juan-samayoa.json
@@ -0,0 +1,12 @@
+{
+ "description": "Portafolio of Juan Samayoa, a viewable page that shows my experience and projects worked on and will be updated from now on so needed this to begin",
+ "repo": "https://github.com/JuanSamayoa/Portafolio-HTML",
+ "owner": {
+ "username": "JuanSamayoa",
+ "email": "juancho1705@gmail.com"
+ },
+ "record": {
+ "CNAME": "juansamayoa.github.io"
+ },
+ "proxied": true
+}
diff --git a/domains/juanhuete.json b/domains/juanhuete.json
new file mode 100644
index 000000000..6b36b1e1e
--- /dev/null
+++ b/domains/juanhuete.json
@@ -0,0 +1,10 @@
+{
+ "description": "Personal website for juanhuete",
+ "owner": {
+ "username": "juanjose23",
+ "email": "jrios9836@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+}
+}
\ No newline at end of file
diff --git a/domains/juanpabloleonmaya.json b/domains/juanpabloleonmaya.json
new file mode 100644
index 000000000..d49b9944a
--- /dev/null
+++ b/domains/juanpabloleonmaya.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "juanleon8581",
+ "email": "juanleon8581@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
diff --git a/domains/juantito.json b/domains/juantito.json
index 779db68dd..2c55e7375 100644
--- a/domains/juantito.json
+++ b/domains/juantito.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "JuanTito",
- "email": "JuanTito@gio.in"
- },
- "record": {
- "URL": "https://github.com/JuanGTito"
- }
+ "owner": {
+ "username": "JuanTito",
+ "email": "JuanTito@gio.in"
+ },
+ "record": {
+ "URL": "https://github.com/JuanGTito"
+ }
}
diff --git a/domains/jubal.json b/domains/jubal.json
new file mode 100644
index 000000000..802ed34b9
--- /dev/null
+++ b/domains/jubal.json
@@ -0,0 +1,11 @@
+{
+ "description": "Jubal Slone's website",
+ "repo": "https://github.com/jubalslone/jubalslone.github.io",
+ "owner": {
+ "username": "jubalslone",
+ "email": "jubal.slone@gmail.com"
+ },
+ "record": {
+ "CNAME": "jubalslone.github.io"
+ }
+}
diff --git a/domains/justdeveloper.json b/domains/justdeveloper.json
index 4313ccf47..799ea5b03 100644
--- a/domains/justdeveloper.json
+++ b/domains/justdeveloper.json
@@ -13,9 +13,12 @@
"185.199.110.153",
"185.199.111.153"
],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": [
"google-site-verification=qBaFslC7xe6gcHiolYEJ32HjpJVk-ZOMbRpu_1zkm_s",
- "yandex-verification: 10cec93159ddc69f"
+ "yandex-verification: 10cec93159ddc69f",
+ "yandex-verification: a31dc9b638bff027",
+ "v=spf1 include:spf.improvmx.com ~all"
]
}
}
diff --git a/domains/justdeveloper1.json b/domains/justdeveloper1.json
new file mode 100644
index 000000000..a2dd570b7
--- /dev/null
+++ b/domains/justdeveloper1.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "justdeveloper@juststudio.is-a.dev"
+ },
+ "record": {
+ "URL": "https://justdeveloper.is-a.dev/"
+ }
+}
diff --git a/domains/justdeveloper7.json b/domains/justdeveloper7.json
new file mode 100644
index 000000000..a2dd570b7
--- /dev/null
+++ b/domains/justdeveloper7.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "justdeveloper@juststudio.is-a.dev"
+ },
+ "record": {
+ "URL": "https://justdeveloper.is-a.dev/"
+ }
+}
diff --git a/domains/juststudio.json b/domains/juststudio.json
index 287ea66c3..bb8add587 100644
--- a/domains/juststudio.json
+++ b/domains/juststudio.json
@@ -20,5 +20,18 @@
"yandex-verification: aac5928d8d57ade9",
"yandex-verification: 75d6e8d99eae89d4"
]
- }
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/.well-known/change-password": "https://js.is-a.dev/00",
+ "/terms-of-service": "https://js.is-a.dev/01",
+ "/user-agreement": "https://js.is-a.dev/01",
+ "/rules-for-players": "https://js.is-a.dev/02",
+ "/accounts": "https://js.is-a.dev/03",
+ "/r/discord": "https://discord.gg/aHXxS6VvcC",
+ "/r/roblox": "https://www.roblox.com/groups/11641563/JustStudio#!/about",
+ "/r/github": "https://github.com/JustStudio7"
+ }
+ },
+ "proxied": true
}
diff --git a/domains/juststudio7.json b/domains/juststudio7.json
new file mode 100644
index 000000000..68c44d3ee
--- /dev/null
+++ b/domains/juststudio7.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "support@juststudio.is-a.dev"
+ },
+ "record": {
+ "URL": "https://juststudio.is-a.dev/"
+ }
+}
diff --git a/domains/jwe0.json b/domains/jwe0.json
new file mode 100644
index 000000000..a7bef65b3
--- /dev/null
+++ b/domains/jwe0.json
@@ -0,0 +1,10 @@
+{
+ "description": "Forwarding",
+ "owner": {
+ "email": "900qxecf7@mozmail.com",
+ "username": "jwe0"
+ },
+ "record": {
+ "CNAME": "jwe0.xyz"
+ }
+}
diff --git a/domains/jznctt.json b/domains/jznctt.json
new file mode 100644
index 000000000..a4f78e30e
--- /dev/null
+++ b/domains/jznctt.json
@@ -0,0 +1,11 @@
+{
+ "description": "Profile Website of Jznctt",
+ "repo": "https://github.com/ncttjz/ncttjz.github.io",
+ "owner": {
+ "username": "ncttjz",
+ "email": "jznctt@gmail.com"
+ },
+ "record": {
+ "CNAME": "ncttjz.github.io"
+ }
+}
diff --git a/domains/kagurayayoi.json b/domains/kagurayayoi.json
new file mode 100644
index 000000000..f47aea9c7
--- /dev/null
+++ b/domains/kagurayayoi.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/fjaxzhy/is-a.dev",
+ "owner": {
+ "username": "Fjaxzhy",
+ "email": "admin@kagurayayoi.top"
+ },
+ "record": {
+ "CNAME": "kagurayayoi.top"
+ }
+ }
\ No newline at end of file
diff --git a/domains/kajetan.json b/domains/kajetan.json
new file mode 100644
index 000000000..79f0f0dd5
--- /dev/null
+++ b/domains/kajetan.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal use for my portofolio website",
+ "repo": "https://github.com/Kajpio/kajpio.github.io",
+ "owner": {
+ "username": "Kajpio",
+ "email": "thugmichel14@gmail.com"
+ },
+ "record": {
+ "CNAME": "kajpio.github.io"
+ }
+}
diff --git a/domains/kakureta.ikram.json b/domains/kakureta.ikram.json
index 0bf36e18f..ff29ca1bb 100644
--- a/domains/kakureta.ikram.json
+++ b/domains/kakureta.ikram.json
@@ -6,6 +6,5 @@
},
"record": {
"A": ["76.76.21.21"]
- },
- "proxied": true
+ }
}
diff --git a/domains/kareem.json b/domains/kareem.json
index 760ed1e29..fb6592863 100644
--- a/domains/kareem.json
+++ b/domains/kareem.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "kareem-m",
- "email": "kareemmoh1911@gmail.com"
- },
- "record": {
- "CNAME": "kareemelramady.vercel.app"
- }
+ "owner": {
+ "username": "kareem-m",
+ "email": "kareemmoh1911@gmail.com"
+ },
+ "record": {
+ "CNAME": "kareemelramady.vercel.app"
+ }
}
diff --git a/domains/karify98.json b/domains/karify98.json
new file mode 100644
index 000000000..f5db5890e
--- /dev/null
+++ b/domains/karify98.json
@@ -0,0 +1,10 @@
+
+{
+ "owner": {
+ "username": "karify98",
+ "email": "nnnam048@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/karify98"
+ }
+ }
diff --git a/domains/karthikeyanj.json b/domains/karthikeyanj.json
new file mode 100644
index 000000000..b4889bc1f
--- /dev/null
+++ b/domains/karthikeyanj.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio of karthikeyan J",
+ "repo": "https://github.com/karthik1915/my-vue-portfolio",
+ "owner": {
+ "username": "karthik1915",
+ "email": "karthikeyanj1915@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
diff --git a/domains/katumbapaul.json b/domains/katumbapaul.json
index 33aab8e61..f9ad1810b 100644
--- a/domains/katumbapaul.json
+++ b/domains/katumbapaul.json
@@ -1,10 +1,9 @@
-{
- "owner": {
- "username": "kpaool",
- "email": "jonathapkatumba@gmail.com"
- },
- "record": {
- "CNAME": "katumbapaul.com"
- }
- }
-
\ No newline at end of file
+{
+ "owner": {
+ "username": "kpaool",
+ "email": "jonathapkatumba@gmail.com"
+ },
+ "record": {
+ "CNAME": "katumbapaul.com"
+ }
+}
diff --git a/domains/kelly.json b/domains/kelly.json
index b6edc2131..b68491bbc 100644
--- a/domains/kelly.json
+++ b/domains/kelly.json
@@ -1,11 +1,11 @@
{
- "description": "Kelly Lawrence's personal website.",
- "owner": {
- "email": "kelly@kellylawrence.ca",
- "username": "kellylawrence"
- },
- "record": {
- "CNAME": "kellylawrence.github.io"
- },
- "repo": "https://github.com/kellylawrence/kellylawrence.github.io"
+ "description": "Kelly Lawrence's personal website.",
+ "owner": {
+ "email": "kelly@kellylawrence.ca",
+ "username": "kellylawrence"
+ },
+ "record": {
+ "CNAME": "kellylawrence.github.io"
+ },
+ "repo": "https://github.com/kellylawrence/kellylawrence.github.io"
}
diff --git a/domains/ken-kuro.json b/domains/ken-kuro.json
new file mode 100644
index 000000000..b5bf0c5bd
--- /dev/null
+++ b/domains/ken-kuro.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ken-kuro",
+ "linkedin": "hieuhm2610"
+ },
+ "record": {
+ "CNAME": "kuro-querencia.vercel.app"
+ }
+}
diff --git a/domains/kennymolina.json b/domains/kennymolina.json
new file mode 100644
index 000000000..89f70f0e2
--- /dev/null
+++ b/domains/kennymolina.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "xXMolinaXx",
+ "email": "kjmolina@live.com"
+ },
+ "record": {
+ "CNAME": "xxmolinaxx.github.io"
+ }
+}
diff --git a/domains/kevinmolina.json b/domains/kevinmolina.json
new file mode 100644
index 000000000..3e11f77cc
--- /dev/null
+++ b/domains/kevinmolina.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kevinmolinadev",
+ "email": "kevinmolina.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "kevinmolinadev.vercel.app"
+ }
+}
diff --git a/domains/khaif.json b/domains/khaif.json
new file mode 100644
index 000000000..e7f8544cd
--- /dev/null
+++ b/domains/khaif.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "khxif",
+ "email": "code.khaif@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-khxif.vercel.app"
+ }
+}
diff --git a/domains/khuong.json b/domains/khuong.json
new file mode 100644
index 000000000..2283f3209
--- /dev/null
+++ b/domains/khuong.json
@@ -0,0 +1,20 @@
+{
+ "description": "khuong.is-a.dev : This is my personal notebook",
+ "owner": {
+ "username": "lamngockhuong",
+ "email": "me@ngockhuong.com"
+ },
+ "record": {
+ "URL": "https://dev.ngockhuong.com"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/github": "https://github.com/lamngockhuong",
+ "/x": "https://x.com/lamngockhuong",
+ "/fb": "https://facebook.com/lamngockhuong",
+ "/linkedin": "https://linkedin.com/in/lamngockhuong",
+ "/viblo": "https://viblo.asia/u/lamngockhuong"
+ },
+ "redirect_paths": true
+ }
+}
diff --git a/domains/khuongln.json b/domains/khuongln.json
new file mode 100644
index 000000000..c45eb15c0
--- /dev/null
+++ b/domains/khuongln.json
@@ -0,0 +1,20 @@
+{
+ "description": "khuongln.is-a.dev : This is my personal notebook",
+ "owner": {
+ "username": "lamngockhuong",
+ "email": "me@ngockhuong.com"
+ },
+ "record": {
+ "URL": "https://dev.ngockhuong.com"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/github": "https://github.com/lamngockhuong",
+ "/x": "https://x.com/lamngockhuong",
+ "/fb": "https://facebook.com/lamngockhuong",
+ "/linkedin": "https://linkedin.com/in/lamngockhuong",
+ "/viblo": "https://viblo.asia/u/lamngockhuong"
+ },
+ "redirect_paths": true
+ }
+}
diff --git a/domains/kietdo.json b/domains/kietdo.json
new file mode 100644
index 000000000..6b8bb75d5
--- /dev/null
+++ b/domains/kietdo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kietdo-dev",
+ "email": "lionvs12345@gmail.com"
+ },
+ "record": {
+ "CNAME": "kietdo-portolio.vercel.app"
+ }
+}
diff --git a/domains/kilamieaz.json b/domains/kilamieaz.json
new file mode 100644
index 000000000..661af786e
--- /dev/null
+++ b/domains/kilamieaz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kilamieaz",
+ "email": "im.sultaan05@gmail.com"
+ },
+ "record": {
+ "CNAME": "kilamieaz.vercel.app"
+ }
+}
diff --git a/domains/kimduy.json b/domains/kimduy.json
new file mode 100644
index 000000000..90bbe207f
--- /dev/null
+++ b/domains/kimduy.json
@@ -0,0 +1,20 @@
+{
+ "description": "kimduy.is-a.dev : This is my personal notebook",
+ "owner": {
+ "username": "nguyenkimduy180697",
+ "email": "nguyenkimduy180697@gmail.com"
+ },
+ "record": {
+ "URL": "https://nguyenkimduy.com/"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/github": "https://github.com/nguyenkimduy180697",
+ "/fb": "https://facebook.com/nguyenkimduy180697",
+ "/instagram": "https://instagram.com/nguyenkimduy180697/",
+ "/linkedin": "https://linkedin.com/in/nguyenkimduy180697",
+ "/viblo": "https://viblo.asia/u/nguyenkimduy180697"
+ },
+ "redirect_paths": true
+ }
+}
diff --git a/domains/kitohemat.iamkevinhuang.json b/domains/kitohemat.iamkevinhuang.json
new file mode 100644
index 000000000..24e618a76
--- /dev/null
+++ b/domains/kitohemat.iamkevinhuang.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "iamkevinhuang",
+ "email": "kevinjaydenwivano@duck.com"
+ },
+ "record": {
+ "A": ["194.233.91.185"]
+ }
+}
diff --git a/domains/ko.json b/domains/ko.json
new file mode 100644
index 000000000..6c8614026
--- /dev/null
+++ b/domains/ko.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "GameRoMan",
+ "email": "gameromandev@gmail.com"
+ },
+ "record": {
+ "CNAME": "gameroman.pages.dev"
+ }
+}
diff --git a/domains/konnn04.json b/domains/konnn04.json
new file mode 100644
index 000000000..fc1708e61
--- /dev/null
+++ b/domains/konnn04.json
@@ -0,0 +1,11 @@
+{
+ "description": "Hello World!",
+ "repo": "https://github.com/konnn04/konnn04.github.io",
+ "owner": {
+ "username": "konnn04",
+ "email": "trieukon1011@gmail.com"
+ },
+ "record": {
+ "CNAME": "konnn04.github.io"
+ }
+}
diff --git a/domains/koshikkumar17.json b/domains/koshikkumar17.json
deleted file mode 100644
index ae0639486..000000000
--- a/domains/koshikkumar17.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My Portfolio",
- "repo": "https://github.com/KoshikKumar17/KoshikKumar17.github.io",
- "owner": {
- "username": "koshikkumar17",
- "email": "cw4rriors17@gmail.com"
- },
- "record": {
- "CNAME": "koshikkumar17.github.io"
- }
-}
diff --git a/domains/kruase.json b/domains/kruase.json
new file mode 100644
index 000000000..79f09d49d
--- /dev/null
+++ b/domains/kruase.json
@@ -0,0 +1,12 @@
+{
+ "description": "Root subdomain, just a CNAME to Vercel",
+ "repo": "https://github.com/KruASe76",
+ "owner": {
+ "username": "KruASe76",
+ "email": "kruanse@ya.ru",
+ "telegram": "https://t.me/KruASe"
+ },
+ "record": {
+ "CNAME": "kruase.vercel.app"
+ }
+}
diff --git a/domains/ktpguesser.loomeh.json b/domains/ktpguesser.loomeh.json
new file mode 100644
index 000000000..953996849
--- /dev/null
+++ b/domains/ktpguesser.loomeh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "loomeh",
+ "bluesky": "loomeh.bsky.social"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
diff --git a/domains/kunalpurandare.json b/domains/kunalpurandare.json
new file mode 100644
index 000000000..1207b3f70
--- /dev/null
+++ b/domains/kunalpurandare.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://kunalpurandare.github.io/portfolio",
+ "owner": {
+ "username": "kunalpurandare",
+ "email": "kunalpurandare1703@gmail.com"
+ },
+ "record": {
+ "CNAME": "kunalpurandare.github.io"
+ }
+}
diff --git a/domains/kush.json b/domains/kush.json
deleted file mode 100644
index 185f39166..000000000
--- a/domains/kush.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "Kush-Dhingra",
- "email": "kushdhingra3112@gmail.com",
- "discord": "1035869217796403220"
- },
- "record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": ["v=spf1 include:spf.improvmx.com ~all"]
- }
-}
diff --git a/domains/kushdhingra.json b/domains/kushdhingra.json
deleted file mode 100644
index 94d0dfea3..000000000
--- a/domains/kushdhingra.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "kushdhingra",
- "email": "kushdhingra3112@gmail.com",
- "discord": "1035869217796403220",
- "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.gJTReSXxF-8BxDH8rn6i_DIx0XuVrc4yYnOEN1Awfp7mZcYPIgcPt4mvsScPbJYhZLN5XtDlxl0DcdU8Za12GCk-aIWegJ9-_32bdjw3agBzaJ-ltaslRoVpNJ3zfLaQ9V-BrhwVMEJhpz5-0eYeEiikL4tHAoPzzKMlYIf8f5l7IL6aMfhBZvIFf0B3upGg2FeOpFCXAsttU5QiKkjUt4BjetuYb29UJoNzDco1ZExLdudlKd_fz6IcaAsw2K1u6MMDDs2khsic9M42AE3pRFCP_hacdllY5Z66ATlmKhYAxFryJYWrgbfpGX2PxSrQalAao_IP1TIGgiq7ugiBDw.Lg-WIZSH_nzEfnLZct78Cg.soPtqjy32EA2Ew63dHQ8P8-dt4ZihvZpipBVkHyX_rlnv-y5YpS5v2-2d3O5hGHRfCKnfxQsvewDfcPSGa4_Oq8BN01Kzhbet8AXRCK6uOM.ouoa2YqHKAeX9lKWZoFaog"
- },
- "record": {
- "CNAME": "kushdhingra.vercel.app"
- }
-}
diff --git a/domains/kz.json b/domains/kz.json
index 2bc45d58e..18b52cfa4 100644
--- a/domains/kz.json
+++ b/domains/kz.json
@@ -5,6 +5,6 @@
"discord": "622795838032314388"
},
"record": {
- "MX": ["mx1.improvmx.com"]
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"]
}
}
diff --git a/domains/la-pyae-oo.json b/domains/la-pyae-oo.json
index 87130f2ba..0006fc51a 100644
--- a/domains/la-pyae-oo.json
+++ b/domains/la-pyae-oo.json
@@ -1,11 +1,13 @@
{
- "description": "For my static portfolio website",
- "owner": {
- "username": "LaPyaeOo",
- "email": "lapyaeootharthar@gmail.com"
- },
- "record": {
- "CNAME": "lapyaeoo.github.io"
- },
- "proxied": true
-}
+ "description": "For my static portfolio website",
+ "repo": "https://github.com/LaPyaeOo",
+ "owner": {
+ "username": "LaPyaeOo",
+ "email": "lapyaeootharthar@gmail.com"
+ },
+ "record": {
+ "CNAME": "lapyaeoo.github.io",
+ "TXT": "google-site-verification=6LBBzq6hGqSJG1IkXd766eWxcJmf7VPHrvSMDZ_h1HE"
+ },
+ "proxied": true
+}
\ No newline at end of file
diff --git a/domains/lakshay.json b/domains/lakshay.json
new file mode 100644
index 000000000..48c3d9643
--- /dev/null
+++ b/domains/lakshay.json
@@ -0,0 +1,10 @@
+{
+ "description": "Porfolio website link for lux",
+ "owner": {
+ "username": "unlux",
+ "email": "support@unlux.dev"
+ },
+ "record": {
+ "URL": "https://unlux.dev"
+ }
+}
diff --git a/domains/lakshisherediscord.json b/domains/lakshisherediscord.json
new file mode 100644
index 000000000..7a03c091c
--- /dev/null
+++ b/domains/lakshisherediscord.json
@@ -0,0 +1,11 @@
+{
+ "description": "Welcome to my experimental domain",
+ "repo": "https://github.com/WebLux7/WebLux",
+ "owner": {
+ "username": "WebLux7",
+ "email": "lucky7049sp@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/WebLux7"
+ }
+}
diff --git a/domains/lamngockhuong.json b/domains/lamngockhuong.json
new file mode 100644
index 000000000..ab7eb8792
--- /dev/null
+++ b/domains/lamngockhuong.json
@@ -0,0 +1,20 @@
+{
+ "description": "lamngockhuong.is-a.dev : This is my personal notebook",
+ "owner": {
+ "username": "lamngockhuong",
+ "email": "me@ngockhuong.com"
+ },
+ "record": {
+ "URL": "https://dev.ngockhuong.com"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/github": "https://github.com/lamngockhuong",
+ "/x": "https://x.com/lamngockhuong",
+ "/fb": "https://facebook.com/lamngockhuong",
+ "/linkedin": "https://linkedin.com/in/lamngockhuong",
+ "/viblo": "https://viblo.asia/u/lamngockhuong"
+ },
+ "redirect_paths": true
+ }
+}
diff --git a/domains/layhout.json b/domains/layhout.json
index c36c03fa1..185abbfcd 100644
--- a/domains/layhout.json
+++ b/domains/layhout.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "layhout",
- "email": "layhoutworkmail@gmail.com"
- },
- "record": {
- "A": ["76.76.21.21"]
- }
+ "owner": {
+ "username": "layhout",
+ "email": "layhoutworkmail@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
}
diff --git a/domains/lazy.json b/domains/lazy.json
new file mode 100644
index 000000000..e4610e565
--- /dev/null
+++ b/domains/lazy.json
@@ -0,0 +1,10 @@
+{
+ "description": "lazydragon.is-a.dev",
+ "owner": {
+ "username": "xuan-Thu",
+ "email": "xuanthu13090@gmail.com"
+ },
+ "record": {
+ "CNAME": "xuan-thu.github.io"
+ }
+}
diff --git a/domains/leek.json b/domains/leek.json
new file mode 100644
index 000000000..8352459fc
--- /dev/null
+++ b/domains/leek.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "leek",
+ "email": "leeked+isadev@gmail.com"
+ },
+ "record": {
+ "URL": "https://leek.io"
+ }
+}
diff --git a/domains/leolb.json b/domains/leolb.json
new file mode 100644
index 000000000..d8d150035
--- /dev/null
+++ b/domains/leolb.json
@@ -0,0 +1,11 @@
+{
+ "description": "Leo LB Portfolio",
+ "repo": "https://github.com/leo-lb29",
+ "owner": {
+ "username": "leo-lb29",
+ "email": "postyourbot@gmail.com"
+ },
+ "record": {
+ "URL": "https://leolb.wagoo.app"
+ }
+}
diff --git a/domains/leon.json b/domains/leon.json
new file mode 100644
index 000000000..4f3fbf417
--- /dev/null
+++ b/domains/leon.json
@@ -0,0 +1,11 @@
+{
+ "description": "Leon is a dev!",
+ "owner": {
+ "username": "itsLeonB",
+ "email": "ellionblessan@gmail.com"
+ },
+ "record": {
+ "CNAME": "itsLeonB.github.io"
+ },
+ "proxied": true
+}
diff --git a/domains/levon.json b/domains/levon.json
new file mode 100644
index 000000000..a3e33e903
--- /dev/null
+++ b/domains/levon.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "levon-d",
+ "email": "mycroft2003@gmail.com"
+ },
+ "record": {
+ "CNAME": "levon-d.github.io"
+ }
+}
diff --git a/domains/libresplit-resources.loomeh.json b/domains/libresplit-resources.loomeh.json
new file mode 100644
index 000000000..953996849
--- /dev/null
+++ b/domains/libresplit-resources.loomeh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "loomeh",
+ "bluesky": "loomeh.bsky.social"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
diff --git a/domains/libresplit.loomeh.json b/domains/libresplit.loomeh.json
new file mode 100644
index 000000000..953996849
--- /dev/null
+++ b/domains/libresplit.loomeh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "loomeh",
+ "bluesky": "loomeh.bsky.social"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
diff --git a/domains/light.json b/domains/light.json
deleted file mode 100644
index 652b1c7e1..000000000
--- a/domains/light.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "LightClient",
- "repo": "https://github.com/EvaZeVolt/GBA-Emulator",
- "owner": {
- "username": "Voltage",
- "email": "Voltagenesis@outlook.com"
- },
- "record": {
- "CNAME": "evazevolt.github.io"
- }
-}
diff --git a/domains/ligmatv.json b/domains/ligmatv.json
deleted file mode 100644
index 12be4ab97..000000000
--- a/domains/ligmatv.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "This subdomain will i use for my LIGMATV's blog website.",
- "repo": "https://github.com/LIGMATV/LIGMATV.github.io",
- "owner": {
- "username": "LIGMATV",
- "email": "ligmatv.id@gmail.com"
- },
- "record": {
- "CNAME": "ligmatv.github.io"
- }
-}
diff --git a/domains/link-to.lver.json b/domains/link-to.lver.json
new file mode 100644
index 000000000..93c4db3e7
--- /dev/null
+++ b/domains/link-to.lver.json
@@ -0,0 +1,11 @@
+{
+ "github": "https://github.com/lverx",
+ "owner": {
+ "username": "lverx",
+ "email": "profoundlvr@gmail.com"
+ },
+ "record": {
+ "A": ["52.72.49.79"]
+ },
+ "proxied": true
+}
diff --git a/domains/links.ikram.json b/domains/links.ikram.json
index 0bf36e18f..ff29ca1bb 100644
--- a/domains/links.ikram.json
+++ b/domains/links.ikram.json
@@ -6,6 +6,5 @@
},
"record": {
"A": ["76.76.21.21"]
- },
- "proxied": true
+ }
}
diff --git a/domains/links.vulcanocraft.json b/domains/links.vulcanocraft.json
new file mode 100644
index 000000000..131858673
--- /dev/null
+++ b/domains/links.vulcanocraft.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "VulcanoSoftware",
+ "discord": "814891541205876767",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.DlO2KOEJxA8ox9mvR1isR_rPxNzdgErO1Sz3lDV1n3RjS--FqiD_kwjxXJFUNwCiHYhhUyVab9ZCjvaZ3dmL4En1v8sRTTl4KkrwDnW6ggD95L2KjejHNUpfogXgxzD5JlIg_ANXQX7MMbQKkc3ih8xFAEUCo4Hy7CkGzN7Kwcu9jvWz4TgX6WoRLqN1AGv0Ldn49hDviRsfXUqWuHOJOJjCtMQPj2uZAqKVXPwlFz_QZJCxd6nNCWRZwOi7q06aCPMjkIo3bppt_iBQxmK2XI0rd4nf5qZF9tyAr_d5FXu6gpLApFsb1HGTwNJ2PDHeVvXx9j6pS8shMhLVtYo_0g.V41N00bJ1np-q-JhkGNn1A.Lr5tPaGpBKb_I2r9QF2N8CperG-05bOj-LxHU5QSnPw2VhP-f8g6DQC4sw1HG76SfX6dhV4OOgrr7afpp7axGQefMEUTVEnJhiyxlWsq7NXGqai43vbifEaV8FCrjNLd.vFOZ2h0K7ag6ESfdcFSXAA"
+ },
+
+ "record": {
+ "CNAME": "vulcanolinks.pages.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/lit.lver.json b/domains/lit.lver.json
new file mode 100644
index 000000000..7a2497f8e
--- /dev/null
+++ b/domains/lit.lver.json
@@ -0,0 +1,16 @@
+{
+ "github": "https://github.com/lverx",
+ "owner": {
+ "username": "lverx",
+ "email": "profoundlvr@gmail.com"
+ },
+ "record": {
+ "URL": "https://linktr.ee/lverboy"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/home": "https://lver.is-a.dev/"
+ },
+ "redirect_paths": true
+ }
+}
diff --git a/domains/locionic.json b/domains/locionic.json
new file mode 100644
index 000000000..1271c4a37
--- /dev/null
+++ b/domains/locionic.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "locionic",
+ "email": "noone000a@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-blog-locionic.vercel.app"
+ }
+}
diff --git a/domains/lololand.json b/domains/lololand.json
index aeb4627b9..642812000 100644
--- a/domains/lololand.json
+++ b/domains/lololand.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "pessonnier",
- "email": "ihdpsidt.hpsi@gmail.com"
- },
- "record": {
- "URL": "https://pessonnier.github.io/doc/"
- }
+ "owner": {
+ "username": "pessonnier",
+ "email": "ihdpsidt.hpsi@gmail.com"
+ },
+ "record": {
+ "URL": "https://pessonnier.github.io/doc/"
+ }
}
diff --git a/domains/loomeh.json b/domains/loomeh.json
new file mode 100644
index 000000000..450b9ee89
--- /dev/null
+++ b/domains/loomeh.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "loomeh",
+ "bluesky": "loomeh.bsky.social"
+ },
+ "record": {
+ "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"],
+ "A": ["76.76.21.21"],
+ "TXT": [
+ "v=spf1 include:zohomail.eu ~all",
+ "zoho-verification=zb06679817.zmverify.zoho.eu"
+ ]
+ }
+}
diff --git a/domains/lorenzobautista.json b/domains/lorenzobautista.json
deleted file mode 100644
index 9f2b103a1..000000000
--- a/domains/lorenzobautista.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "lorenbaucas",
- "discord": "Draklum#3847"
- },
- "record": {
- "CNAME": "myblog-e3n6qwsjfj.live-website.com"
- }
-}
diff --git a/domains/love.json b/domains/love.json
deleted file mode 100644
index 56da804a4..000000000
--- a/domains/love.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "zx155",
- "email": "laiquanguy82@gmail.com"
- },
- "record": {
- "CNAME": "zx155.github.io"
- }
-}
diff --git a/domains/luanvu.json b/domains/luanvu.json
index 5d94b96db..7ab86fd0e 100644
--- a/domains/luanvu.json
+++ b/domains/luanvu.json
@@ -1,13 +1,12 @@
-{
- "description": "My portfolio website",
- "repo": "https://github.com/zthanhluan/luan.is-a.dev",
- "owner": {
- "username": "zthanhluan",
- "email": "dientu078@gmail.com"
- },
- "record": {
- "A": ["46.17.172.206"]
- },
-
- "proxied": false
-}
+{
+ "description": "My portfolio website",
+ "repo": "https://github.com/zthanhluan/luan.is-a.dev",
+ "owner": {
+ "username": "zthanhluan",
+ "email": "dientu078@gmail.com"
+ },
+ "record": {
+ "CNAME": "luanvu.betaenglish.com.vn"
+ },
+ "proxied": false
+}
diff --git a/domains/lucvuro.json b/domains/lucvuro.json
new file mode 100644
index 000000000..5a99bce49
--- /dev/null
+++ b/domains/lucvuro.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lucvuro",
+ "email": "lucvuit@gmail.com"
+ },
+ "record": {
+ "CNAME": "my-portfolio-v2-iota.vercel.app"
+ }
+}
\ No newline at end of file
diff --git a/domains/ludolua.json b/domains/ludolua.json
new file mode 100644
index 000000000..b298132bd
--- /dev/null
+++ b/domains/ludolua.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "leduardoaraujo",
+ "email": "luizeduardo55062@gmail.com"
+ },
+ "record": {
+ "CNAME": "leduardoaraujo.github.io"
+ }
+}
diff --git a/domains/luiz.json b/domains/luiz.json
index acfa30b90..0de948317 100644
--- a/domains/luiz.json
+++ b/domains/luiz.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "luk4h",
- "email": "luizmarcondes@lgvm.dev"
- },
- "record": {
- "CNAME": "lgvm.dev"
- }
+ "owner": {
+ "username": "luk4h",
+ "email": "luizmarcondes@lgvm.dev"
+ },
+ "record": {
+ "CNAME": "lgvm.dev"
+ }
}
diff --git a/domains/lumi.json b/domains/lumi.json
index c98b1cb19..7b8bd0174 100644
--- a/domains/lumi.json
+++ b/domains/lumi.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "itsFatlum",
+ "username": "itssfatlum",
"discord": "563697359423406082"
},
"record": {
diff --git a/domains/luvtoxic.json b/domains/luvtoxic.json
index 65029ed5f..ff4b58d9d 100644
--- a/domains/luvtoxic.json
+++ b/domains/luvtoxic.json
@@ -1,9 +1,9 @@
-{
- "owner": {
- "username": "luvtoxic",
- "email": "ammarbags2023@gmail.com"
- },
- "record": {
- "CNAME": "new-portfolio-sigma-indol.vercel.app"
- }
-}
+{
+ "owner": {
+ "username": "luvtoxic",
+ "email": "ammarbags2023@gmail.com"
+ },
+ "record": {
+ "CNAME": "new-portfolio-sigma-indol.vercel.app"
+ }
+}
diff --git a/domains/lux.json b/domains/lux.json
new file mode 100644
index 000000000..48c3d9643
--- /dev/null
+++ b/domains/lux.json
@@ -0,0 +1,10 @@
+{
+ "description": "Porfolio website link for lux",
+ "owner": {
+ "username": "unlux",
+ "email": "support@unlux.dev"
+ },
+ "record": {
+ "URL": "https://unlux.dev"
+ }
+}
diff --git a/domains/luxorens.json b/domains/luxorens.json
new file mode 100644
index 000000000..2b8a2d91a
--- /dev/null
+++ b/domains/luxorens.json
@@ -0,0 +1,11 @@
+{
+ "description": "Website for Luxorens projects",
+ "owner": {
+ "username": "Luxorens",
+ "email": "luxorens@gmail.com"
+ },
+ "record": {
+ "CNAME": "luxorens.github.io"
+ },
+ "proxied": true
+}
diff --git a/domains/lver-rocks.lver.json b/domains/lver-rocks.lver.json
new file mode 100644
index 000000000..d5565eb14
--- /dev/null
+++ b/domains/lver-rocks.lver.json
@@ -0,0 +1,21 @@
+{
+ "github": "https://github.com/lverx",
+ "owner": {
+ "username": "lverx",
+ "email": "profoundlvr@gmail.com"
+ },
+ "record": {
+ "URL": "https://lver-rocks.pages.dev/"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/home": "https://lver.is-a.dev/",
+ "/host": "https://pages.dev/",
+ "/dir": "https://github.com/is-a-dev/register",
+ "/iad": "https://is-a.dev/",
+ "/proxy": "https://developers.cloudflare.com/dns/proxy-status/",
+ "/contact": "https://contact-lver.pages.dev"
+ },
+ "redirect_paths": true
+ }
+}
diff --git a/domains/lver.json b/domains/lver.json
new file mode 100644
index 000000000..b381fae98
--- /dev/null
+++ b/domains/lver.json
@@ -0,0 +1,19 @@
+{
+ "repo": "https://github.com/lverx",
+ "owner": {
+ "username": "lverx",
+ "email": "profoundlvr@gmail.com"
+ },
+ "record": {
+ "URL": "https://lverz.glitch.me/"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/github": "https://github.com/lverx",
+ "/biz": "https://github.com/lverz",
+ "/contact": "https://contact-lver.pages.dev/",
+ "/site": "https://lver.link"
+ },
+ "redirect_paths": true
+ }
+}
diff --git a/domains/lyaxsh.json b/domains/lyaxsh.json
new file mode 100644
index 000000000..f138821cf
--- /dev/null
+++ b/domains/lyaxsh.json
@@ -0,0 +1,11 @@
+{
+ "description": "Simple portfolio website for lyaxsh",
+ "repo": "https://github.com/lyaxsh/lyaxsh.github.io",
+ "owner": {
+ "username": "lyaxsh",
+ "email": "lakshnahar.forwork@gmail.com"
+ },
+ "record": {
+ "CNAME": "lyaxsh.github.io"
+ }
+}
diff --git a/domains/lycoris.json b/domains/lycoris.json
new file mode 100644
index 000000000..8fa432374
--- /dev/null
+++ b/domains/lycoris.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lycorissss",
+ "email": "beelzebub5758@gmail.com"
+ },
+ "record": {
+ "CNAME": "septyo-adi-dwi-putra.vercel.app"
+ }
+}
diff --git a/domains/lyxtem.json b/domains/lyxtem.json
new file mode 100644
index 000000000..a615a3ce9
--- /dev/null
+++ b/domains/lyxtem.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Lyxtem",
+ "email": "nu284955@gmail.com"
+ },
+ "record": {
+ "CNAME": "lyxtem.vercel.app"
+ }
+}
diff --git a/domains/macielsuassuna.json b/domains/macielsuassuna.json
new file mode 100644
index 000000000..78bdb88e7
--- /dev/null
+++ b/domains/macielsuassuna.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Maciel64",
+ "discord": "macielmano",
+ "email": "macielsuassuna14@gmail.com"
+ },
+ "record": {
+ "CNAME": "macielsuassuna-portfolio.vercel.app"
+ }
+}
diff --git a/domains/mahmoud-makady.json b/domains/mahmoud-makady.json
new file mode 100644
index 000000000..f72f26ac4
--- /dev/null
+++ b/domains/mahmoud-makady.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mahmoud-Makady",
+ "email": "m.makady19@gmail.com"
+ },
+ "record": {
+ "CNAME": "mahmoud-makady.netlify.app"
+ }
+}
diff --git a/domains/mahmulp.json b/domains/mahmulp.json
new file mode 100644
index 000000000..f54a85c39
--- /dev/null
+++ b/domains/mahmulp.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal site for Machmul Pratama",
+ "owner": {
+ "username": "MahmulP",
+ "email": "hello@mahmulp.my.id"
+ },
+ "record": {
+ "CNAME": "mahmulp.my.id"
+ },
+ "proxied": false
+}
diff --git a/domains/mail.lver.json b/domains/mail.lver.json
new file mode 100644
index 000000000..01af9da15
--- /dev/null
+++ b/domains/mail.lver.json
@@ -0,0 +1,14 @@
+{
+ "repo": "https://github.com/lverx",
+ "owner": {
+ "username": "lverx",
+ "email": "profoundlvr@gmail.com"
+ },
+ "record": {
+ "TXT": [
+ "zoho-verification=zb43169475.zmverify.zoho.com",
+ "v=spf1 include:zohomail.com ~all"
+ ],
+ "MX": ["mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com"]
+ }
+}
diff --git a/domains/main.devmatei.json b/domains/main.devmatei.json
new file mode 100644
index 000000000..b2447dc4b
--- /dev/null
+++ b/domains/main.devmatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/man.json b/domains/man.json
new file mode 100644
index 000000000..6c8614026
--- /dev/null
+++ b/domains/man.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "GameRoMan",
+ "email": "gameromandev@gmail.com"
+ },
+ "record": {
+ "CNAME": "gameroman.pages.dev"
+ }
+}
diff --git a/domains/manhnguyen18.json b/domains/manhnguyen18.json
new file mode 100644
index 000000000..44ffe2526
--- /dev/null
+++ b/domains/manhnguyen18.json
@@ -0,0 +1,11 @@
+{
+ "description": "manhnguyen18 portfolio",
+ "repo": "https://github.com/nguyenmanh18",
+ "owner": {
+ "username": "nguyenmanh18",
+ "email": "nguyenmanh1891997@gmail.com"
+ },
+ "record": {
+ "CNAME": "manh-nguyen-blogs.vercel.app"
+ }
+}
diff --git a/domains/manoj.json b/domains/manoj.json
index 149c49b63..ddfb6adbd 100644
--- a/domains/manoj.json
+++ b/domains/manoj.json
@@ -1,12 +1,11 @@
{
- "description": "Manoj's portfolio website",
- "repo": "https://github.com/ManojINaik/portfolio",
- "owner": {
- "username": "ManojINaik",
- "email": "naik97059@gmail.com"
- },
- "record": {
- "CNAME": "manojinaik.github.io"
- }
+ "description": "Manoj's portfolio website",
+ "repo": "https://github.com/ManojINaik/portfolio",
+ "owner": {
+ "username": "ManojINaik",
+ "email": "naik97059@gmail.com"
+ },
+ "record": {
+ "CNAME": "manojinaik.github.io"
}
-
\ No newline at end of file
+}
diff --git a/domains/manuelramallo.json b/domains/manuelramallo.json
new file mode 100644
index 000000000..aeb8928b5
--- /dev/null
+++ b/domains/manuelramallo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ManuelRamallo",
+ "email": "mramallodiaz96@gmail.com"
+ },
+ "record": {
+ "CNAME": "manuelramallo.github.io"
+ }
+}
diff --git a/domains/marjuz.json b/domains/marjuz.json
new file mode 100644
index 000000000..6c9415def
--- /dev/null
+++ b/domains/marjuz.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "marjuzdev"
+ },
+ "record": {
+ "CNAME": "marjuz.netlify.app"
+ }
+}
diff --git a/domains/markblum.json b/domains/markblum.json
index 073ee14d4..11b3bfc81 100644
--- a/domains/markblum.json
+++ b/domains/markblum.json
@@ -4,6 +4,6 @@
"email": "mark@el-blum.de"
},
"record": {
- "CNAME": "el-blum.selfhost.co"
+ "CNAME": "dyndns.el-blum.de"
}
}
diff --git a/domains/marlon.json b/domains/marlon.json
new file mode 100644
index 000000000..6d5a8ae76
--- /dev/null
+++ b/domains/marlon.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MarlonDevs",
+ "email": "marlonmogollon13@gmail.com"
+ },
+ "record": {
+ "CNAME": "marlondevs.github.io"
+ }
+}
diff --git a/domains/marlonbaatjes.json b/domains/marlonbaatjes.json
new file mode 100644
index 000000000..b364129b9
--- /dev/null
+++ b/domains/marlonbaatjes.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mdesignscode",
+ "email": "marlonbaatjes62@gmail.com"
+ },
+ "record": {
+ "CNAME": "marlonbaatjes.vercel.app"
+ }
+}
diff --git a/domains/marten-mrfc.json b/domains/marten-mrfc.json
new file mode 100644
index 000000000..deb6b4787
--- /dev/null
+++ b/domains/marten-mrfc.json
@@ -0,0 +1,11 @@
+{
+ "description": "For my portfolio site",
+ "repo": "https://github.com/Marten-Mrfc/Marten-Mrfc",
+ "owner": {
+ "username": "Marten-Mrfc",
+ "email": "martensog@gmail.com"
+ },
+ "record": {
+ "CNAME": "marten-mrfc.github.io"
+ }
+}
diff --git a/domains/masdzub.json b/domains/masdzub.json
new file mode 100644
index 000000000..a39de10c1
--- /dev/null
+++ b/domains/masdzub.json
@@ -0,0 +1,11 @@
+{
+ "description": "My Personal Website.",
+ "repo": "https://github.com/masdzub/masdzub.github.io",
+ "owner": {
+ "username": "masdzub",
+ "email": "hello@masdzub.com"
+ },
+ "record": {
+ "CNAME": "masdzub-github-io.pages.dev"
+ }
+}
diff --git a/domains/matei.json b/domains/matei.json
new file mode 100644
index 000000000..b2447dc4b
--- /dev/null
+++ b/domains/matei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/mateogariboglio.json b/domains/mateogariboglio.json
new file mode 100644
index 000000000..30d20d95b
--- /dev/null
+++ b/domains/mateogariboglio.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mateo-404",
+ "discord": "gary_______"
+ },
+ "record": {
+ "CNAME": "portfolio-mateo-404s-projects.vercel.app"
+ }
+}
diff --git a/domains/mateusz.json b/domains/mateusz.json
index 260df4beb..f7047966b 100644
--- a/domains/mateusz.json
+++ b/domains/mateusz.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "Pand3moniuMx3"
- },
- "record": {
- "CNAME": "mateuszmirecki.netlify.app"
- }
+ "owner": {
+ "username": "Pand3moniuMx3"
+ },
+ "record": {
+ "CNAME": "mateuszmirecki.netlify.app"
+ }
}
diff --git a/domains/mattew.json b/domains/mattew.json
new file mode 100644
index 000000000..b2447dc4b
--- /dev/null
+++ b/domains/mattew.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/mayuresh.json b/domains/mayuresh.json
index 376e8374c..90a6ac7f5 100644
--- a/domains/mayuresh.json
+++ b/domains/mayuresh.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "mayur1377",
- "email": "mayuresh1377@gmail.com"
- },
- "record": {
- "CNAME": "iammayur.vercel.app"
- }
+ "owner": {
+ "username": "mayur1377",
+ "email": "mayuresh1377@gmail.com"
+ },
+ "record": {
+ "CNAME": "iammayur.vercel.app"
+ }
}
diff --git a/domains/mcalec.json b/domains/mcalec.json
index cd7664694..70d5716a3 100644
--- a/domains/mcalec.json
+++ b/domains/mcalec.json
@@ -1,12 +1,12 @@
{
- "description": "mcalec.is-a.dev",
- "repo": "https://github.com/mcalec-dev/mcalec.is-a.dev",
- "owner": {
- "username": "mcalec-dev",
- "email": "hello@mcalec.dev",
- "discord": "mcalec"
- },
- "record": {
- "CNAME": "mcalec.dev"
- }
+ "description": "mcalec.is-a.dev",
+ "repo": "https://github.com/mcalec-dev/mcalec.is-a.dev",
+ "owner": {
+ "username": "mcalec-dev",
+ "email": "hello@mcalec.dev",
+ "discord": "mcalec"
+ },
+ "record": {
+ "CNAME": "mcalec.dev"
+ }
}
diff --git a/domains/meghdip.json b/domains/meghdip.json
index 3365c4c37..9fe8d102e 100644
--- a/domains/meghdip.json
+++ b/domains/meghdip.json
@@ -5,6 +5,6 @@
"discord": "479631349167423509"
},
"record": {
- "CNAME": "karmakarmeghdip.github.io"
+ "CNAME": "meghdip.vercel.app"
}
-}
+}
\ No newline at end of file
diff --git a/domains/mehedihjim.json b/domains/mehedihjim.json
new file mode 100644
index 000000000..e2c02c3e8
--- /dev/null
+++ b/domains/mehedihjim.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mehedihjim",
+ "email": "mhjim.info@gmail.com"
+ },
+ "record": {
+ "CNAME": "mehedihjim.github.io"
+ }
+}
diff --git a/domains/mehrshad.json b/domains/mehrshad.json
index 3649fe4d8..ea89beb26 100644
--- a/domains/mehrshad.json
+++ b/domains/mehrshad.json
@@ -1,11 +1,11 @@
{
- "description": "Overview And Introduction of Owner's Open Source Projects",
- "repo": "https://github.com/SaintScraTchY/SaintScraTchY.github.io",
- "owner": {
- "username": "SaintScraTchY",
- "email": "mehrshad2028@gmail.com"
- },
- "record": {
- "CNAME": "saintscratchy.github.io"
- }
+ "description": "Overview And Introduction of Owner's Open Source Projects",
+ "repo": "https://github.com/SaintScraTchY/SaintScraTchY.github.io",
+ "owner": {
+ "username": "SaintScraTchY",
+ "email": "mehrshad2028@gmail.com"
+ },
+ "record": {
+ "CNAME": "saintscratchy.github.io"
+ }
}
diff --git a/domains/meme.devmatei.json b/domains/meme.devmatei.json
new file mode 100644
index 000000000..4b150d5ab
--- /dev/null
+++ b/domains/meme.devmatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
diff --git a/domains/menn.json b/domains/menn.json
new file mode 100644
index 000000000..cef07f018
--- /dev/null
+++ b/domains/menn.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "hedgehog-menn",
+ "email": "kp.thananchai@gmail.com",
+ "discord": "26623men"
+ },
+ "record": {
+ "CNAME": "hedgehog-menn.vercel.app"
+ }
+}
diff --git a/domains/meow.json b/domains/meow.json
new file mode 100644
index 000000000..00ab0224a
--- /dev/null
+++ b/domains/meow.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ukriu",
+ "email": "isadev@ukriu.com"
+ },
+ "record": {
+ "CNAME": "ukriu.pages.dev"
+ }
+}
diff --git a/domains/mertdemir.json b/domains/mertdemir.json
new file mode 100644
index 000000000..3108178a2
--- /dev/null
+++ b/domains/mertdemir.json
@@ -0,0 +1,11 @@
+{
+ "description": "Mert Demir CV",
+ "repo": "https://github.com/mertdemir0/mertdemir0.github.io",
+ "owner": {
+ "username": "mertdemir0",
+ "email": "mertdemir@pec.it"
+ },
+ "record": {
+ "CNAME": "mertdemir0.github.io"
+ }
+}
diff --git a/domains/miaomingc.json b/domains/miaomingc.json
new file mode 100644
index 000000000..31b7e00be
--- /dev/null
+++ b/domains/miaomingc.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "miaomingc",
+ "email" : "miaomingc@outlook.com"
+ },
+ "record": {
+ "A": ["204.194.66.196"],
+ "AAAA": ["2001:470:18:c89::2"]
+ }
+}
diff --git a/domains/micahb.json b/domains/micahb.json
new file mode 100644
index 000000000..f9ce68b13
--- /dev/null
+++ b/domains/micahb.json
@@ -0,0 +1,11 @@
+{
+ "description": "Micah Brereton, technologist creating impact",
+ "owner": {
+ "username": "BreretonCodez",
+ "email": "me@micahb.net",
+ "discord": "kingmb"
+ },
+ "record": {
+ "URL": "https://micahb.net"
+ }
+}
diff --git a/domains/miguelsole.json b/domains/miguelsole.json
new file mode 100644
index 000000000..6140e8162
--- /dev/null
+++ b/domains/miguelsole.json
@@ -0,0 +1,11 @@
+{
+ "description": "Miguel Sole's personal portfolio",
+ "repo": "https://github.com/Msole18/12-portfolio",
+ "owner": {
+ "username": "Msole18",
+ "email": "miguel.sole18@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
diff --git a/domains/mihchis.json b/domains/mihchis.json
new file mode 100644
index 000000000..46bb8febe
--- /dev/null
+++ b/domains/mihchis.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "mihchis"
+ },
+ "record": {
+ "CNAME": "mihchis.github.io"
+ }
+}
diff --git a/domains/mikevdberge.json b/domains/mikevdberge.json
new file mode 100644
index 000000000..92498766b
--- /dev/null
+++ b/domains/mikevdberge.json
@@ -0,0 +1,10 @@
+{
+ "description": "Mike van den Berge's website and blog",
+ "owner": {
+ "username": "mikevdberge",
+ "email": "mike.van.den.berge@gmail.com"
+ },
+ "record": {
+ "CNAME": "mikevdberge.github.io"
+ }
+}
diff --git a/domains/milaan.json b/domains/milaan.json
new file mode 100644
index 000000000..e0e4bec57
--- /dev/null
+++ b/domains/milaan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "milandangol",
+ "email": "milandangol57@gmail.com"
+ },
+ "record": {
+ "CNAME": "milaan.pages.dev"
+ }
+}
diff --git a/domains/minhtan.json b/domains/minhtan.json
new file mode 100644
index 000000000..3211b7562
--- /dev/null
+++ b/domains/minhtan.json
@@ -0,0 +1,12 @@
+{
+ "description": "Trình giả lập chạy mã Python trên website.",
+ "repo": "https://github.com/tanbaycu/pythonCLI-webapp",
+ "owner": {
+ "username": "tanbaycu",
+ "email": "tanbaycu@gmail.com"
+ },
+ "record": {
+ "CNAME": "python-cli-webapp.vercel.app"
+ },
+ "proxied": true
+}
diff --git a/domains/miteigi.json b/domains/miteigi.json
new file mode 100644
index 000000000..764161773
--- /dev/null
+++ b/domains/miteigi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "actuallyundefined",
+ "email": "baokhang4930@gmail.com"
+ },
+ "record": {
+ "NS": ["elijah.ns.cloudflare.com", "jo.ns.cloudflare.com"]
+ }
+}
diff --git a/domains/mjresu.json b/domains/mjresu.json
new file mode 100644
index 000000000..371171c79
--- /dev/null
+++ b/domains/mjresu.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "mjdsj",
+ "email": "work.mjdsj+is-a-dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-workmjdsj-gmailcom.vercel.app"
+ },
+ "proxied": false
+ }
\ No newline at end of file
diff --git a/domains/mkeko-dm.json b/domains/mkeko-dm.json
new file mode 100644
index 000000000..126a4cd45
--- /dev/null
+++ b/domains/mkeko-dm.json
@@ -0,0 +1,11 @@
+{
+ "description": "Mkeko'S DM RULES DOCS",
+ "owner": {
+ "username": "Mkeko",
+ "email": "mkekoplayreal@gmail.com"
+ },
+ "record": {
+ "URL": "https://docs.google.com/document/d/11kX-6F9HoGzgIM5KYXvMmPvt4A_vIbLT9aj5uCATpOM/edit?usp=sharing"
+ },
+ "proxied": false
+}
diff --git a/domains/mldeveer.json b/domains/mldeveer.json
new file mode 100644
index 000000000..46b12ba80
--- /dev/null
+++ b/domains/mldeveer.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio Website",
+ "repo": "https://github.com/existing-dev/mldeveer",
+ "owner": {
+ "username": "existing-dev",
+ "email": "maamelankar.deveer@gmail.com"
+ },
+ "record": {
+ "CNAME": "existing-dev.github.io"
+ }
+}
diff --git a/domains/mln.json b/domains/mln.json
new file mode 100644
index 000000000..6439d777e
--- /dev/null
+++ b/domains/mln.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/xmi1an/portfoliov2.git",
+ "owner": {
+ "username": "xmi1an",
+ "email": "xnarcos300@gmail.com"
+ },
+ "record": {
+ "CNAME": "xmi1an.vercel.app"
+ }
+}
diff --git a/domains/mnhtng.json b/domains/mnhtng.json
new file mode 100644
index 000000000..8bc2dc9d2
--- /dev/null
+++ b/domains/mnhtng.json
@@ -0,0 +1,9 @@
+{
+ "description": "mnhtng.is-a.dev",
+ "owner": {
+ "username": "MnhTng"
+ },
+ "record": {
+ "URL": "https://mnhtng.github.io/Student-managerment"
+ }
+}
diff --git a/domains/moddatei.json b/domains/moddatei.json
new file mode 100644
index 000000000..d220ba65c
--- /dev/null
+++ b/domains/moddatei.json
@@ -0,0 +1,11 @@
+{
+ "description": "this is my profile / portfolio",
+ "repo": "https://github.com/moddatei/moddatei.github.io",
+ "owner": {
+ "username": "moddatei",
+ "email": "moddatei@proton.me"
+ },
+ "record": {
+ "CNAME": "moddatei.github.io"
+ }
+}
diff --git a/domains/mohammedobaid.json b/domains/mohammedobaid.json
new file mode 100644
index 000000000..1849186cf
--- /dev/null
+++ b/domains/mohammedobaid.json
@@ -0,0 +1,10 @@
+{
+ "description": "My name is mohammed obaid. I am a software engineer",
+ "owner": {
+ "username": "mdobaid311",
+ "email": "mdobaid311@gmail.com"
+ },
+ "record": {
+ "CNAME": "mohammedobaid.vercel.app"
+ }
+}
diff --git a/domains/mohammedwisam.json b/domains/mohammedwisam.json
new file mode 100644
index 000000000..fac907868
--- /dev/null
+++ b/domains/mohammedwisam.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "redcodemohammed",
+ "email": "redcodemohammed@gmail.com"
+ },
+ "record": {
+ "CNAME": "mohammed-wisam.pages.dev"
+ }
+}
diff --git a/domains/mohsen.json b/domains/mohsen.json
index 835aa5627..3c797b92a 100644
--- a/domains/mohsen.json
+++ b/domains/mohsen.json
@@ -1,10 +1,10 @@
{
- "description": "Portfolio website for mohsenansari.com",
- "owner": {
- "username": "mohsenari",
- "email": "mansari387@gmail.com"
- },
- "record": {
- "CNAME": "mohsenansari.com"
- }
+ "description": "Portfolio website for mohsenansari.com",
+ "owner": {
+ "username": "mohsenari",
+ "email": "mansari387@gmail.com"
+ },
+ "record": {
+ "CNAME": "mohsenansari.com"
+ }
}
diff --git a/domains/mokho.json b/domains/mokho.json
new file mode 100644
index 000000000..8043a0ca7
--- /dev/null
+++ b/domains/mokho.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ngompoweredbypoi",
+ "discord": "ngompoweredbypoi"
+ },
+ "record": {
+ "CNAME": "mokho.github.io"
+ }
+}
diff --git a/domains/monosen.json b/domains/monosen.json
index c24841fc2..2c70a9fff 100644
--- a/domains/monosen.json
+++ b/domains/monosen.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "Monosen",
- "email": "edisonbj21@gmail.com",
- "discord": "monosen"
- },
- "record": {
- "CNAME": "minimalist-portfolio-zeta.vercel.app"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "Monosen",
+ "email": "edisonbj21@gmail.com",
+ "discord": "monosen"
+ },
+ "record": {
+ "CNAME": "minimalist-portfolio-zeta.vercel.app"
+ }
+}
diff --git a/domains/morzhstudio.json b/domains/morzhstudio.json
index 8196ce57e..d5c2b2cc3 100644
--- a/domains/morzhstudio.json
+++ b/domains/morzhstudio.json
@@ -5,6 +5,17 @@
"discord": "1261855255147057220"
},
"record": {
- "A": ["185.199.108.153"]
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "AAAA": [
+ "2606:50c0:8000::153",
+ "2606:50c0:8001::153",
+ "2606:50c0:8002::153",
+ "2606:50c0:8003::153"
+ ]
}
}
diff --git a/domains/mr-julus.json b/domains/mr-julus.json
index 7a5159704..ef0d33648 100644
--- a/domains/mr-julus.json
+++ b/domains/mr-julus.json
@@ -5,6 +5,6 @@
"email": "bougsoon.studio@gmail.com"
},
"record": {
- "CNAME": "mr-julus.web.app"
+ "CNAME": "mr-julus.vercel.app"
}
}
diff --git a/domains/mrasyadc.json b/domains/mrasyadc.json
new file mode 100644
index 000000000..f12e13018
--- /dev/null
+++ b/domains/mrasyadc.json
@@ -0,0 +1,10 @@
+{
+ "description": "Personal Website",
+ "owner": {
+ "username": "mrasyadc",
+ "email": "mrasyadc@gmail.com"
+ },
+ "record": {
+ "CNAME": "mrasyadc.github.io"
+ }
+}
diff --git a/domains/mrtspeedy.json b/domains/mrtspeedy.json
new file mode 100644
index 000000000..31cf8f7eb
--- /dev/null
+++ b/domains/mrtspeedy.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "mrtspeedy",
+ "email": "toxicspeedytv@gmail.com",
+ "discord": "1095502790534627348"
+ },
+ "record": {
+ "CNAME": "portfolio-mrtspeedy.vercel.app"
+ }
+}
diff --git a/domains/mudasir.json b/domains/mudasir.json
index 8ad64b0cd..28beb19b5 100644
--- a/domains/mudasir.json
+++ b/domains/mudasir.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "mirzamudassir",
- "discord": "0xmudassir"
- },
- "record": {
- "CNAME": "modasir.vercel.app"
- }
+ "owner": {
+ "username": "mirzamudassir",
+ "discord": "0xmudassir"
+ },
+ "record": {
+ "CNAME": "modasir.vercel.app"
+ }
}
diff --git a/domains/muhammed.json b/domains/muhammed.json
index d2076691b..13d51c48e 100644
--- a/domains/muhammed.json
+++ b/domains/muhammed.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "MhmdFais",
- "email": "mofam534@gmail.com"
- },
- "record": {
- "CNAME": "muhammeddev.vercel.app"
- }
+ "owner": {
+ "username": "MhmdFais",
+ "email": "mofam534@gmail.com"
+ },
+ "record": {
+ "CNAME": "muhammeddev.vercel.app"
+ }
}
diff --git a/domains/muheko.json b/domains/muheko.json
deleted file mode 100644
index b748bac89..000000000
--- a/domains/muheko.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "My Personal Landing Page!",
- "repo": "https://github.com/MuhekoNikolas/p3",
- "owner": {
- "username": "MuhekoNikolas",
- "email": "13nikolusmuheko@gmail.com",
- "twitter": "MuhekoNikolas"
- },
- "record": {
- "CNAME": "muhekonikolas.github.io"
- }
-}
diff --git a/domains/mxritz.json b/domains/mxritz.json
index 26a02cac2..8def2b725 100644
--- a/domains/mxritz.json
+++ b/domains/mxritz.json
@@ -2,9 +2,9 @@
"description": "Personal Portfolio",
"owner": {
"username": "mxritzdev",
- "email": "contact@mxritz.dev"
+ "email": "mail@mxritz.dev"
},
"record": {
- "CNAME": "proxy.host.bytes.wtf"
+ "CNAME": "server.mxritz.dev"
}
}
diff --git a/domains/my5ter.json b/domains/my5ter.json
new file mode 100644
index 000000000..9ac03a862
--- /dev/null
+++ b/domains/my5ter.json
@@ -0,0 +1,12 @@
+{
+ "description": "Myster's website",
+ "repo": "https://github.com/MysterV/mysterv.github.io",
+ "owner": {
+ "username": "MysterV",
+ "email": "myster@ik.me",
+ "discord": "my5ter"
+ },
+ "record": {
+ "CNAME": "mysterv.github.io"
+ }
+}
diff --git a/domains/myster.json b/domains/myster.json
new file mode 100644
index 000000000..9ac03a862
--- /dev/null
+++ b/domains/myster.json
@@ -0,0 +1,12 @@
+{
+ "description": "Myster's website",
+ "repo": "https://github.com/MysterV/mysterv.github.io",
+ "owner": {
+ "username": "MysterV",
+ "email": "myster@ik.me",
+ "discord": "my5ter"
+ },
+ "record": {
+ "CNAME": "mysterv.github.io"
+ }
+}
diff --git a/domains/nabin.json b/domains/nabin.json
new file mode 100644
index 000000000..521057d79
--- /dev/null
+++ b/domains/nabin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nabinkatwal7",
+ "email": "mediocampistaa@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-v3-six-iota.vercel.app"
+ }
+}
diff --git a/domains/nakim.json b/domains/nakim.json
new file mode 100644
index 000000000..17c68f290
--- /dev/null
+++ b/domains/nakim.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal website",
+ "repo": "https://github.com/xaviermawet",
+ "owner": {
+ "username": "xaviermawet",
+ "email": "xavier@nakim.be"
+ },
+ "record": {
+ "CNAME": "nakim.be"
+ }
+}
diff --git a/domains/namansethi.json b/domains/namansethi.json
new file mode 100644
index 000000000..3c890d681
--- /dev/null
+++ b/domains/namansethi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "namansethi13",
+ "email": "heynamansethi@gmail.com"
+ },
+ "record": {
+ "CNAME": "namansethi.vercel.app"
+ }
+}
diff --git a/domains/namht.json b/domains/namht.json
new file mode 100644
index 000000000..9d83a8bac
--- /dev/null
+++ b/domains/namht.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lagux-coding",
+ "email": "nguyenhientrungnam@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
diff --git a/domains/narendradwivedi.json b/domains/narendradwivedi.json
new file mode 100644
index 000000000..356b74dd3
--- /dev/null
+++ b/domains/narendradwivedi.json
@@ -0,0 +1,10 @@
+{
+ "description": "narendradwivedi.is-a.dev for portfolio and projects",
+ "owner": {
+ "username": "NarendraDwivedi",
+ "discord": "narendradwivedi"
+ },
+ "record": {
+ "CNAME": "narendradwivedi.github.io"
+ }
+}
diff --git a/domains/nashnc.json b/domains/nashnc.json
new file mode 100644
index 000000000..aa3277cba
--- /dev/null
+++ b/domains/nashnc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nashnc",
+ "email": "nash.nc@gmail.com"
+ },
+ "record": {
+ "CNAME": "nashnc.github.io"
+ }
+}
diff --git a/domains/nathan.json b/domains/nathan.json
index 86bb6d99d..074669a7f 100644
--- a/domains/nathan.json
+++ b/domains/nathan.json
@@ -1,10 +1,10 @@
{
- "repo": "https://github.com/MagedNuggets/MagedNuggets.github.io",
+ "repo": "https://github.com/nduartech/nduartech.github.io",
"owner": {
- "username": "MagedNuggets",
- "email": "mastertofu12345@gmail.com"
+ "username": "nduartech",
+ "email": "nduartech101@gmail.com"
},
"record": {
- "CNAME": "magednuggets.github.io"
+ "CNAME": "nduartech.github.io"
}
}
diff --git a/domains/nathanospino.json b/domains/nathanospino.json
index af1590821..27f28e6c4 100644
--- a/domains/nathanospino.json
+++ b/domains/nathanospino.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "C4lumny",
- "email": "ospinonathan@gmail.com"
- },
- "record": {
- "CNAME": "nathanospino.vercel.app"
- }
+ "owner": {
+ "username": "C4lumny",
+ "email": "ospinonathan@gmail.com"
+ },
+ "record": {
+ "CNAME": "nathanospino.vercel.app"
+ }
}
diff --git a/domains/nek0zyx.json b/domains/nek0zyx.json
new file mode 100644
index 000000000..6bec550e3
--- /dev/null
+++ b/domains/nek0zyx.json
@@ -0,0 +1,11 @@
+{
+ "description": "Serving my website fr fr",
+ "repo": "https://github.com/nek0zyx/nek0zyx.github.io",
+ "owner": {
+ "username": "nek0zyx",
+ "email": "nek0zyx@costmiku.space"
+ },
+ "record": {
+ "CNAME": "nek0zyx.github.io"
+ }
+}
diff --git a/domains/nestornahuel.json b/domains/nestornahuel.json
new file mode 100644
index 000000000..2394f21e7
--- /dev/null
+++ b/domains/nestornahuel.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NestorNahuel",
+ "email": "nahuel6195@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-steel-seven-72.vercel.app"
+ }
+}
diff --git a/domains/newtun-code-cheat-sheet.json b/domains/newtun-code-cheat-sheet.json
new file mode 100644
index 000000000..8ccbd1102
--- /dev/null
+++ b/domains/newtun-code-cheat-sheet.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "VinhTin-AQUA",
+ "email": "tinhovinh@gmail.com"
+ },
+ "record": {
+ "CNAME": "code-cheat-sheet.vercel.app"
+ }
+}
diff --git a/domains/newtun.json b/domains/newtun.json
new file mode 100644
index 000000000..ca850627c
--- /dev/null
+++ b/domains/newtun.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "VinhTin-AQUA",
+ "email": "tinhovinh@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-nine-cyan-53.vercel.app"
+ }
+}
diff --git a/domains/ngockhuong.json b/domains/ngockhuong.json
new file mode 100644
index 000000000..0296c9863
--- /dev/null
+++ b/domains/ngockhuong.json
@@ -0,0 +1,20 @@
+{
+ "description": "ngockhuong.is-a.dev : This is my personal notebook",
+ "owner": {
+ "username": "lamngockhuong",
+ "email": "me@ngockhuong.com"
+ },
+ "record": {
+ "URL": "https://dev.ngockhuong.com"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/github": "https://github.com/lamngockhuong",
+ "/x": "https://x.com/lamngockhuong",
+ "/fb": "https://facebook.com/lamngockhuong",
+ "/linkedin": "https://linkedin.com/in/lamngockhuong",
+ "/viblo": "https://viblo.asia/u/lamngockhuong"
+ },
+ "redirect_paths": true
+ }
+}
diff --git a/domains/ngocphung.json b/domains/ngocphung.json
new file mode 100644
index 000000000..78ab8e9b0
--- /dev/null
+++ b/domains/ngocphung.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "nguyenngocphung2000"
+ },
+ "record": {
+ "CNAME": "nguyenngocphung2000.github.io"
+ }
+}
diff --git a/domains/ngompoweredbypoi.json b/domains/ngompoweredbypoi.json
new file mode 100644
index 000000000..908ce0606
--- /dev/null
+++ b/domains/ngompoweredbypoi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ngompoweredbypoi",
+ "discord": "ngompoweredbypoi"
+ },
+ "record": {
+ "CNAME": "ngompoweredbypoi.github.io"
+ }
+}
diff --git a/domains/ngoutam.json b/domains/ngoutam.json
new file mode 100644
index 000000000..1d3fc7144
--- /dev/null
+++ b/domains/ngoutam.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Goutam-04",
+ "email": "goutamnayak2804+github1@gmail.com"
+ },
+ "record": {
+ "CNAME": "goutam-porfolio.vercel.app"
+ }
+}
diff --git a/domains/nguyen-phuong-nam.json b/domains/nguyen-phuong-nam.json
new file mode 100644
index 000000000..72dfdb1ad
--- /dev/null
+++ b/domains/nguyen-phuong-nam.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NBlue",
+ "email": "nam.np194336@gmail.com"
+ },
+ "record": {
+ "CNAME": "protofilo-beta.vercel.app"
+ }
+}
diff --git a/domains/nguyenkimduy.json b/domains/nguyenkimduy.json
new file mode 100644
index 000000000..7d31658a7
--- /dev/null
+++ b/domains/nguyenkimduy.json
@@ -0,0 +1,20 @@
+{
+ "description": "nguyenkimduy.is-a.dev : This is my personal notebook",
+ "owner": {
+ "username": "nguyenkimduy180697",
+ "email": "nguyenkimduy180697@gmail.com"
+ },
+ "record": {
+ "URL": "https://nguyenkimduy.com/"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/github": "https://github.com/nguyenkimduy180697",
+ "/fb": "https://facebook.com/nguyenkimduy180697",
+ "/instagram": "https://instagram.com/nguyenkimduy180697/",
+ "/linkedin": "https://linkedin.com/in/nguyenkimduy180697",
+ "/viblo": "https://viblo.asia/u/nguyenkimduy180697"
+ },
+ "redirect_paths": true
+ }
+}
diff --git a/domains/nhim411.json b/domains/nhim411.json
index 32eae7f4f..c2daaa8e9 100644
--- a/domains/nhim411.json
+++ b/domains/nhim411.json
@@ -1,11 +1,11 @@
{
- "description": "Le Hoai Nam's website",
- "repo": "https://github.com/nhim411/nhim411.github.io",
- "owner": {
- "username": "nhim411",
- "email": "lehoainam1998@gmail.com"
- },
- "record": {
- "CNAME": "nhim411.github.io"
- }
-}
\ No newline at end of file
+ "description": "Le Hoai Nam's website",
+ "repo": "https://github.com/nhim411/nhim411.github.io",
+ "owner": {
+ "username": "nhim411",
+ "email": "lehoainam1998@gmail.com"
+ },
+ "record": {
+ "CNAME": "nhim411.github.io"
+ }
+}
diff --git a/domains/nickibreeki.json b/domains/nickibreeki.json
new file mode 100644
index 000000000..abc2b0673
--- /dev/null
+++ b/domains/nickibreeki.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "n1ckibreeki",
+ "email": "nickibreeki@outlook.com"
+ },
+ "record": {
+ "CNAME": "nickibreeki.pages.dev"
+ }
+}
diff --git a/domains/nicolas.json b/domains/nicolas.json
new file mode 100644
index 000000000..eea2d4406
--- /dev/null
+++ b/domains/nicolas.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "niicojs",
+ "discord": ".niico."
+ },
+ "record": {
+ "CNAME": "home-is-a-dev.vercel.app"
+ }
+}
diff --git a/domains/nihalkrishna.json b/domains/nihalkrishna.json
new file mode 100644
index 000000000..cbe2b895b
--- /dev/null
+++ b/domains/nihalkrishna.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nkverified",
+ "email": "nkverifiedyt@gmail.com"
+ },
+ "record": {
+ "CNAME": "nkverified.github.io"
+ }
+}
diff --git a/domains/nipuni.json b/domains/nipuni.json
new file mode 100644
index 000000000..6e72a2979
--- /dev/null
+++ b/domains/nipuni.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nipunigamage",
+ "email": "nipunikanishka255@gmail.com"
+ },
+ "record": {
+ "CNAME": "nipuni.pages.dev"
+ }
+}
diff --git a/domains/nithinramkalava.json b/domains/nithinramkalava.json
new file mode 100644
index 000000000..5f23c0bed
--- /dev/null
+++ b/domains/nithinramkalava.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nithinramkalava",
+ "email": "nithinramkalava@gmail.com"
+ },
+ "record": {
+ "CNAME": "nithinramkalava.vercel.app"
+ }
+}
\ No newline at end of file
diff --git a/domains/noctade.json b/domains/noctade.json
new file mode 100644
index 000000000..97a3b5b64
--- /dev/null
+++ b/domains/noctade.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "noctade",
+ "discord": "1117869855538942032",
+ "email": "endeade80@gmail.com"
+ },
+ "record": {
+ "CNAME": "noctade.github.io"
+ }
+}
diff --git a/domains/noelpatonog.json b/domains/noelpatonog.json
new file mode 100644
index 000000000..c3cae7c54
--- /dev/null
+++ b/domains/noelpatonog.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "noelpaton-og",
+ "email": "noel27938@gmail.com"
+ },
+ "record": {
+ "CNAME": "noelpaton-og.github.io"
+ }
+}
diff --git a/domains/noob.json b/domains/noob.json
index a5d63400c..a045d21c1 100644
--- a/domains/noob.json
+++ b/domains/noob.json
@@ -1,11 +1,11 @@
{
- "description": "My personal portfolio site, made in nextjs",
- "repo": "https://github.com/IMXNOOBX/universe",
- "owner": {
- "username": "IMXNOOBX",
- "email": "me@noob.bio"
- },
- "record": {
- "CNAME": "noob.bio"
- }
+ "description": "My personal portfolio site, made in nextjs",
+ "repo": "https://github.com/IMXNOOBX/universe",
+ "owner": {
+ "username": "IMXNOOBX",
+ "email": "me@noob.bio"
+ },
+ "record": {
+ "CNAME": "noob.bio"
+ }
}
diff --git a/domains/notaproton.json b/domains/notaproton.json
index a7763e212..c5c9bf4e1 100644
--- a/domains/notaproton.json
+++ b/domains/notaproton.json
@@ -1,12 +1,11 @@
{
- "owner": {
- "username": "NotAProton",
- "discord": "881083592648843294",
- "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ljVmbkSps_q105bpImCtqo4lcTC3vXwfeKumQRVxp8bEoL2YAJOK_L1-ZJS3xoqwYz4dGhXRgfMwbXxt5DywBdnkWksIaVeslM0kAmjfqFGzT6j7YuFHHn0lCrtJACVCqfnkM6m-K8JVO71W66hnpyHqUep-pk-PEi7ySj7NibAjqMNf2UJiawXTTVLk3ynTUkwF4TJPwm4SdUJ6u9-YoFOh2aLOc716UINMAyRtnhB_LrfOYbl2a0OEnQGNdyEMqs1gjzmtn1wq_MZp6rI0HsRGV8PXuUh4GeEdptRCk2WIs2Rgg8vK1ECQ_DbbFCH0f1qxZAEngq-kTmByoICfhg.vi-XIRIxV8vkUwHBfoDxvQ._nY8vknWdQ_aGvm7_e2oh64O8IePxVzUV-Cxc20Y8HIG1ZihZ1_ae_BeL5b6OxJ9Ku0vnvwzitskb1y58Ja6krv4v-OVUft6kdUUYkyhB5Hai7HIRDbtiT9FD5EFXd3F.uS_CcluynSxFeTDrJosDrw"
- },
-
- "record": {
- "CNAME": "notaproton.github.io"
- }
- }
-
\ No newline at end of file
+ "owner": {
+ "username": "NotAProton",
+ "discord": "881083592648843294",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ljVmbkSps_q105bpImCtqo4lcTC3vXwfeKumQRVxp8bEoL2YAJOK_L1-ZJS3xoqwYz4dGhXRgfMwbXxt5DywBdnkWksIaVeslM0kAmjfqFGzT6j7YuFHHn0lCrtJACVCqfnkM6m-K8JVO71W66hnpyHqUep-pk-PEi7ySj7NibAjqMNf2UJiawXTTVLk3ynTUkwF4TJPwm4SdUJ6u9-YoFOh2aLOc716UINMAyRtnhB_LrfOYbl2a0OEnQGNdyEMqs1gjzmtn1wq_MZp6rI0HsRGV8PXuUh4GeEdptRCk2WIs2Rgg8vK1ECQ_DbbFCH0f1qxZAEngq-kTmByoICfhg.vi-XIRIxV8vkUwHBfoDxvQ._nY8vknWdQ_aGvm7_e2oh64O8IePxVzUV-Cxc20Y8HIG1ZihZ1_ae_BeL5b6OxJ9Ku0vnvwzitskb1y58Ja6krv4v-OVUft6kdUUYkyhB5Hai7HIRDbtiT9FD5EFXd3F.uS_CcluynSxFeTDrJosDrw"
+ },
+
+ "record": {
+ "CNAME": "notaproton.github.io"
+ }
+}
diff --git a/domains/notcoded.json b/domains/notcoded.json
index d065c32ac..de3fc586b 100644
--- a/domains/notcoded.json
+++ b/domains/notcoded.json
@@ -3,7 +3,7 @@
"repo": "https://github.com/not-coded/not-coded.github.io",
"owner": {
"username": "not-coded",
- "discord": "Code#9844",
+ "discord": "notcoded",
"discordUserID": "620662953347121163"
},
"record": {
diff --git a/domains/notdevmatei.json b/domains/notdevmatei.json
new file mode 100644
index 000000000..b2447dc4b
--- /dev/null
+++ b/domains/notdevmatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/notzer0two.json b/domains/notzer0two.json
new file mode 100644
index 000000000..d1205c6f6
--- /dev/null
+++ b/domains/notzer0two.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NotZer0Two",
+ "email": "lyonfan2010@gmail.com"
+ },
+ "record": {
+ "CNAME": "notzer0two.vercel.app"
+ }
+}
diff --git a/domains/nuggew.json b/domains/nuggew.json
new file mode 100644
index 000000000..917fd7f2a
--- /dev/null
+++ b/domains/nuggew.json
@@ -0,0 +1,10 @@
+{
+ "description": "nuggew's fortress (portfolio)",
+ "owner": {
+ "username": "Nuggew",
+ "email": "contato.guilherme.silva.araujo@gmail.com"
+ },
+ "record": {
+ "CNAME": "nuggew.github.io"
+ }
+}
diff --git a/domains/nuraly.json b/domains/nuraly.json
new file mode 100644
index 000000000..54dea8e7c
--- /dev/null
+++ b/domains/nuraly.json
@@ -0,0 +1,10 @@
+{
+ "description": "Domain for the portfolio website",
+ "owner": {
+ "username": "nuraly-v",
+ "email": "mescorpx@gmail.com"
+ },
+ "record": {
+ "CNAME": "nuraly-v.github.io"
+ }
+}
diff --git a/domains/nvcoden.json b/domains/nvcoden.json
new file mode 100644
index 000000000..2a76f5f2a
--- /dev/null
+++ b/domains/nvcoden.json
@@ -0,0 +1,11 @@
+{
+ "description": "Blog for my personal stuff and things I like",
+ "repo": "https://github.com/nvcoden/nvcoden.github.io",
+ "owner": {
+ "username": "nvcoden",
+ "email": "navneeths55555@gmail.com"
+ },
+ "record": {
+ "CNAME": "nvcoden.github.io"
+ }
+}
diff --git a/domains/nvhai272.json b/domains/nvhai272.json
new file mode 100644
index 000000000..1a5cb16fb
--- /dev/null
+++ b/domains/nvhai272.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "nvhai272"
+ },
+ "record": {
+ "CNAME": "nvhai272.github.io"
+ }
+}
diff --git a/domains/oliver.json b/domains/oliver.json
index 0f16d3134..357322288 100644
--- a/domains/oliver.json
+++ b/domains/oliver.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "oli-ward",
- "email": "oliver.ward94@gmail.com"
- },
- "record": {
- "CNAME": "is-a-dev-zc9.pages.dev"
- }
+ "owner": {
+ "username": "oli-ward",
+ "email": "oliver.ward94@gmail.com"
+ },
+ "record": {
+ "CNAME": "is-a-dev-zc9.pages.dev"
+ }
}
diff --git a/domains/omaradel.json b/domains/omaradel.json
new file mode 100644
index 000000000..0b634aaba
--- /dev/null
+++ b/domains/omaradel.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "0xOmarAdel",
+ "email": "omaradelawad20013@gmail.com"
+ },
+ "record": {
+ "CNAME": "omar-adel.netlify.app"
+ }
+}
diff --git a/domains/omardotdev.json b/domains/omardotdev.json
new file mode 100644
index 000000000..7628e8e62
--- /dev/null
+++ b/domains/omardotdev.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "omardotdev",
+ "email": "om749843@tutanota.de",
+ "discord": "1135918173959491595"
+ },
+ "record": {
+ "CNAME": "omardotdev.pages.dev"
+ }
+}
diff --git a/domains/omarjaber.json b/domains/omarjaber.json
new file mode 100644
index 000000000..18ff50d83
--- /dev/null
+++ b/domains/omarjaber.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/omarHJ/Portfolio-Website",
+ "owner": {
+ "username": "omarHJ",
+ "email": "omarpp5555@gmail.com"
+ },
+ "record": {
+ "CNAME": "omarhj.github.io"
+ }
+}
diff --git a/domains/omesh.json b/domains/omesh.json
new file mode 100644
index 000000000..a6fd02709
--- /dev/null
+++ b/domains/omesh.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "omesh7"
+ },
+ "record": {
+ "CNAME": "omesh7.github.io"
+ }
+}
diff --git a/domains/omkar.json b/domains/omkar.json
new file mode 100644
index 000000000..31c6b9561
--- /dev/null
+++ b/domains/omkar.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "omkarkirpan",
+ "email": "okirpan@gmail.com"
+ },
+ "repo": "https://github.com/omkarkirpan",
+ "record": {
+ "CNAME": "omkarkirpan.com"
+ }
+}
diff --git a/domains/onerandom.json b/domains/onerandom.json
new file mode 100644
index 000000000..7ce863398
--- /dev/null
+++ b/domains/onerandom.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "OneRandom1509",
+ "email": "anantukid@gmail.com"
+ },
+ "record": {
+ "CNAME": "folio-five-beta.vercel.app"
+ }
+}
diff --git a/domains/owens.json b/domains/owens.json
index 0332c732d..c9cec82df 100644
--- a/domains/owens.json
+++ b/domains/owens.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "owenslopez211"
- },
- "record": {
- "CNAME": "owenslopez211.github.io"
- }
+ "owner": {
+ "username": "owenslopez211"
+ },
+ "record": {
+ "CNAME": "owenslopez211.github.io"
+ }
}
diff --git a/domains/owentech.json b/domains/owentech.json
deleted file mode 100644
index c7ff567a7..000000000
--- a/domains/owentech.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Owen's website",
- "owner": {
- "username": "owentechv",
- "email": "dowenx83@gmail.com"
- },
- "record": {
- "CNAME": "owentechv.github.io"
- }
-}
diff --git a/domains/p.json b/domains/p.json
index 04961f75d..4f8ad8e8c 100644
--- a/domains/p.json
+++ b/domains/p.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "Priyansxu",
- "email": "cloudypriyanshu@gmail.com"
+ "email": "priyansxu@yahoo.com"
},
"record": {
"CNAME": "edge.redirect.pizza"
diff --git a/domains/panashe-mapika.json b/domains/panashe-mapika.json
index 88535ae2c..0369a3bb4 100644
--- a/domains/panashe-mapika.json
+++ b/domains/panashe-mapika.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "panda-zw"
- },
- "record": {
- "CNAME": "panashe.codes"
- }
+ "owner": {
+ "username": "panda-zw"
+ },
+ "record": {
+ "CNAME": "panashe.codes"
+ }
}
diff --git a/domains/panashe.json b/domains/panashe.json
index 88535ae2c..0369a3bb4 100644
--- a/domains/panashe.json
+++ b/domains/panashe.json
@@ -1,8 +1,8 @@
{
- "owner": {
- "username": "panda-zw"
- },
- "record": {
- "CNAME": "panashe.codes"
- }
+ "owner": {
+ "username": "panda-zw"
+ },
+ "record": {
+ "CNAME": "panashe.codes"
+ }
}
diff --git a/domains/patrick.json b/domains/patrick.json
new file mode 100644
index 000000000..98cdd9f96
--- /dev/null
+++ b/domains/patrick.json
@@ -0,0 +1,10 @@
+{
+ "description": "My portfolio website made with GoHugo",
+ "owner": {
+ "username": "davidsneighbour",
+ "email": "pkollitsch+isadev@gmail.com"
+ },
+ "record": {
+ "URL": "https://kollitsch.dev/"
+ }
+}
diff --git a/domains/pau.json b/domains/pau.json
new file mode 100644
index 000000000..0681828fc
--- /dev/null
+++ b/domains/pau.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "paugp",
+ "email": "hello@pau.dev"
+ },
+ "record": {
+ "URL": "https://pau.dev/"
+ }
+}
diff --git a/domains/paul8liveira.json b/domains/paul8liveira.json
new file mode 100644
index 000000000..20abf88a4
--- /dev/null
+++ b/domains/paul8liveira.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "paul8liveira",
+ "email": "paul8liveira@gmail.com"
+ },
+ "record": {
+ "CNAME": "paul8liveira.vercel.app"
+ }
+}
diff --git a/domains/paulmarc.json b/domains/paulmarc.json
new file mode 100644
index 000000000..814800126
--- /dev/null
+++ b/domains/paulmarc.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal Dev website for paulmarc.is-a.dev",
+ "repo": "https://github.com/paulmarc",
+ "owner": {
+ "username": "paulmarc",
+ "email": "develop@paulmarc.org"
+ },
+ "record": {
+ "URL": "https://github.com/paulmarc"
+ },
+ "proxied": false
+}
diff --git a/domains/pavanc.json b/domains/pavanc.json
index f25da9045..9a452f4d4 100644
--- a/domains/pavanc.json
+++ b/domains/pavanc.json
@@ -1,10 +1,9 @@
-{
- "owner": {
- "username": "pavancos",
- "email": "pavankc005@gmail.com"
- },
- "record": {
- "URL": "https://pavanc.me"
- }
- }
-
\ No newline at end of file
+{
+ "owner": {
+ "username": "pavancos",
+ "email": "pavankc005@gmail.com"
+ },
+ "record": {
+ "URL": "https://pavanc.me"
+ }
+}
diff --git a/domains/pedrofff.json b/domains/pedrofff.json
index f007edb28..42d2319d8 100644
--- a/domains/pedrofff.json
+++ b/domains/pedrofff.json
@@ -2,7 +2,7 @@
"description": "Portfolio",
"repo": "https://github.com/Pedrofff23/Portfolio",
"owner": {
- "username": "Pedrofff",
+ "username": "Pedrofff23",
"email": "pmendes09@hotmail.com"
},
"record": {
diff --git a/domains/pete.json b/domains/pete.json
new file mode 100644
index 000000000..b55fcc504
--- /dev/null
+++ b/domains/pete.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio of a fullstack developer",
+ "repo": "https://github.com/daspete/pete-github-io",
+ "owner": {
+ "username": "daspete",
+ "email": "daspetemail@gmail.com"
+ },
+ "record": {
+ "CNAME": "daspete.github.io"
+ }
+}
diff --git a/domains/peterbuga.json b/domains/peterbuga.json
new file mode 100644
index 000000000..f4ee26dca
--- /dev/null
+++ b/domains/peterbuga.json
@@ -0,0 +1,11 @@
+{
+ "description": "Presentation website for peterbuga",
+ "repo": "https://github.com/peterbuga/peterbuga.github.io",
+ "owner": {
+ "username": "peterbuga",
+ "discord": "902580031044325407"
+ },
+ "record": {
+ "CNAME": "peterbuga.github.io"
+ }
+}
diff --git a/domains/phi.json b/domains/phi.json
index 9a7ddbf0e..6e182f503 100644
--- a/domains/phi.json
+++ b/domains/phi.json
@@ -4,9 +4,6 @@
"email": "y5c4l3@proton.me"
},
"record": {
- "NS": [
- "johnny.ns.cloudflare.com",
- "rachel.ns.cloudflare.com"
- ]
+ "NS": ["johnny.ns.cloudflare.com", "rachel.ns.cloudflare.com"]
}
}
diff --git a/domains/pikachu.json b/domains/pikachu.json
index 8f9c2cf8d..68a2d64b4 100644
--- a/domains/pikachu.json
+++ b/domains/pikachu.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "vighnesh153",
- "email": "pikachu@vighnesh153.dev"
- },
- "record": {
- "CNAME": "vighnesh153-app.web.app"
- }
+ "owner": {
+ "username": "vighnesh153",
+ "email": "pikachu@vighnesh153.dev"
+ },
+ "record": {
+ "CNAME": "vighnesh153-app.web.app"
+ }
}
diff --git a/domains/pita.json b/domains/pita.json
new file mode 100644
index 000000000..de9887004
--- /dev/null
+++ b/domains/pita.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "pita092",
+ "discord": "spongebob_spongebob_spongebob"
+ },
+ "record": {
+ "CNAME": "pita092.github.io"
+ }
+}
diff --git a/domains/pixelbend.json b/domains/pixelbend.json
new file mode 100644
index 000000000..93e524266
--- /dev/null
+++ b/domains/pixelbend.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "pixelbend",
+ "email": "m.arkamfahry@gmail.com"
+ },
+ "record": {
+ "CNAME": "pixelbend.github.io"
+ }
+}
diff --git a/domains/pixxo.json b/domains/pixxo.json
new file mode 100644
index 000000000..53e40f62b
--- /dev/null
+++ b/domains/pixxo.json
@@ -0,0 +1,10 @@
+{
+ "description": "Personal website for Aleeyoo",
+ "owner": {
+ "username": "Aleeyoo",
+ "email": "m16638037095@163.com"
+ },
+ "record": {
+ "URL": "https://aleeyoo.github.io/pixxo.github.io/"
+ }
+}
diff --git a/domains/play.soccer.json b/domains/play.soccer.json
new file mode 100644
index 000000000..3a03f0522
--- /dev/null
+++ b/domains/play.soccer.json
@@ -0,0 +1,18 @@
+{
+ "description": "KillToLive minecraft server",
+ "owner": {
+ "username": "minecradt",
+ "email": "soccer1992.is.a.dev@gmail.com"
+ },
+ "record": {
+ "SRV": [
+ {
+ "name": "_minecraft._tcp.@",
+ "priority": 0,
+ "weight": 5,
+ "port": 25565,
+ "target": "KillToLive.valksystems.pro"
+ }
+ ]
+ }
+}
diff --git a/domains/plumbus.json b/domains/plumbus.json
new file mode 100644
index 000000000..e35970e23
--- /dev/null
+++ b/domains/plumbus.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MAM-SYS",
+ "email": "m.hossein95th@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/MAM-SYS"
+ }
+ }
diff --git a/domains/polls.json b/domains/polls.json
new file mode 100644
index 000000000..be315fac0
--- /dev/null
+++ b/domains/polls.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Yunexiz",
+ "discord": "1040303561847881729"
+ },
+ "record": {
+ "URL": "https://y.is-a.dev"
+ }
+}
diff --git a/domains/ppg00.json b/domains/ppg00.json
deleted file mode 100644
index e1f703da2..000000000
--- a/domains/ppg00.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "for my personal website ^_^",
- "repo": "https://github.com/ppg00/ppg00.github.io",
- "owner": {
- "username": "ppg00",
- "email": "ppqg00@gmail.com",
- "twitter": "qqg00"
- },
- "record": {
- "CNAME": "ppg00.github.io"
- }
-}
diff --git a/domains/pranavagrawal.json b/domains/pranavagrawal.json
index 961525336..ee91c44b5 100644
--- a/domains/pranavagrawal.json
+++ b/domains/pranavagrawal.json
@@ -6,8 +6,18 @@
"email": "pranavagrawal321@gmail.com"
},
"record": {
- "A": ["185.199.108.153"],
- "AAAA": ["2606:50c0:8001::153"],
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "AAAA": [
+ "2606:50c0:8000::153",
+ "2606:50c0:8001::153",
+ "2606:50c0:8002::153",
+ "2606:50c0:8003::153"
+ ],
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
diff --git a/domains/pranavarya.json b/domains/pranavarya.json
new file mode 100644
index 000000000..58082d9e5
--- /dev/null
+++ b/domains/pranavarya.json
@@ -0,0 +1,11 @@
+{
+ "description:": "pranavarya.is-a.dev (pranavarya.in)",
+ "owner": {
+ "username": "PranavArya37",
+ "email": "pranavarya2799@gmail.com",
+ "linkedin": "https://www.linkedin.com/in/pranavarya37/"
+ },
+ "record": {
+ "URL": "https://pranavarya.in"
+ }
+}
diff --git a/domains/pranavs.json b/domains/pranavs.json
new file mode 100644
index 000000000..8bb379083
--- /dev/null
+++ b/domains/pranavs.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio-website",
+ "repo": "https://github.com/Prs96/portfolio-website.git",
+ "owner": {
+ "username": "Prs96",
+ "email": "pranavsudheesh34@gmail.com"
+ },
+ "record": {
+ "CNAME": "prs96.github.io"
+ }
+}
diff --git a/domains/prasant.json b/domains/prasant.json
new file mode 100644
index 000000000..291eca8f9
--- /dev/null
+++ b/domains/prasant.json
@@ -0,0 +1,11 @@
+{
+ "description": "My Portfolio Website",
+ "repo": "https://github.com/prashant48653c/portfolio",
+ "owner": {
+ "username": "prashant48653c",
+ "email": "acharyaprashant227@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
diff --git a/domains/prashil.json b/domains/prashil.json
new file mode 100644
index 000000000..55a5a788f
--- /dev/null
+++ b/domains/prashil.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "prashilthul",
+ "email": "prashil1411@gmail.com"
+ },
+ "record": {
+ "A": ["216.198.79.1", "64.29.17.1"]
+ }
+}
diff --git a/domains/pratham.json b/domains/pratham.json
new file mode 100644
index 000000000..c6534572b
--- /dev/null
+++ b/domains/pratham.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Prathamdas3",
+ "email": "daspratham3@gmail.com"
+ },
+ "record": {
+ "CNAME": "prathamdas.vercel.app"
+ }
+}
diff --git a/domains/pratikthapw.json b/domains/pratikthapw.json
index 56e62a18a..5fb285a9f 100644
--- a/domains/pratikthapw.json
+++ b/domains/pratikthapw.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "pratikthapw",
- "email": "pratikthapw@gmail.com"
- },
- "record": {
- "CNAME": "pratikthapw.github.io"
- }
+ "owner": {
+ "username": "pratikthapw",
+ "email": "pratikthapw@gmail.com"
+ },
+ "record": {
+ "CNAME": "pratikthapw.github.io"
+ }
}
diff --git a/domains/praveen-2006.json b/domains/praveen-2006.json
new file mode 100644
index 000000000..77d1e048d
--- /dev/null
+++ b/domains/praveen-2006.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "InfiniteCoder06",
+ "email": "mallidipraveenkumar@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
diff --git a/domains/priscila.json b/domains/priscila.json
new file mode 100644
index 000000000..1b6d1c568
--- /dev/null
+++ b/domains/priscila.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "pgoliv-code",
+ "email": "pguillen.oliv@gmail.com"
+ },
+ "record": {
+ "CNAME": "pgoliv-code.github.io"
+ }
+}
diff --git a/domains/priyanshu.json b/domains/priyanshu.json
index bc043c227..4061965a0 100644
--- a/domains/priyanshu.json
+++ b/domains/priyanshu.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "Priyansxu",
- "email": "cloudypriyanshu@gmail.com",
+ "email": "priyansxu@yahoo.com",
"twitter": "priyansxu_gupta"
},
"record": {
diff --git a/domains/ptr.json b/domains/ptr.json
new file mode 100644
index 000000000..c8412a1a4
--- /dev/null
+++ b/domains/ptr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "schminho",
+ "email": "peter@geiselnehmer.de"
+ },
+ "record": {
+ "CNAME": "schminho.github.io"
+ }
+}
diff --git a/domains/pulkitmidha.json b/domains/pulkitmidha.json
new file mode 100644
index 000000000..9e0d36c21
--- /dev/null
+++ b/domains/pulkitmidha.json
@@ -0,0 +1,10 @@
+{
+ "description": "Personal website",
+ "owner": {
+ "username": "midopooler",
+ "email": "midhapulkit28@gmail.com"
+ },
+ "record": {
+ "CNAME": "midopooler.github.io"
+ }
+}
diff --git a/domains/pyaesonewin.json b/domains/pyaesonewin.json
new file mode 100644
index 000000000..bfe0b476e
--- /dev/null
+++ b/domains/pyaesonewin.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal website and portfolio for Pyae Sone Win",
+ "repo": "https://github.com/mgmgpyaesonewin/mgmgpyaesonewin.github.io",
+ "owner": {
+ "username": "mgmgpyaesonewin",
+ "email": "pyaesonewin.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "mgmgpyaesonewin.github.io"
+ }
+}
diff --git a/domains/pythonweb.json b/domains/pythonweb.json
new file mode 100644
index 000000000..6b4c91ebd
--- /dev/null
+++ b/domains/pythonweb.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "CodeGeekR",
+ "discord": "768080481924677632"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
diff --git a/domains/quang.json b/domains/quang.json
new file mode 100644
index 000000000..832f5f7d6
--- /dev/null
+++ b/domains/quang.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Kokkini",
+ "email": "trannhatquang1104@gmail.com"
+ },
+ "record": {
+ "CNAME": "kokkini.github.io"
+ }
+}
diff --git a/domains/quangtran.json b/domains/quangtran.json
new file mode 100644
index 000000000..832f5f7d6
--- /dev/null
+++ b/domains/quangtran.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Kokkini",
+ "email": "trannhatquang1104@gmail.com"
+ },
+ "record": {
+ "CNAME": "kokkini.github.io"
+ }
+}
diff --git a/domains/quddi.json b/domains/quddi.json
index ac920f3da..82da25fce 100644
--- a/domains/quddi.json
+++ b/domains/quddi.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Quddi",
- "email": "quddi6@gmail.com"
- },
- "record": {
- "CNAME": "quddiy.github.io"
- }
+ "owner": {
+ "username": "Quddi",
+ "email": "quddi6@gmail.com"
+ },
+ "record": {
+ "CNAME": "quddiy.github.io"
+ }
}
diff --git a/domains/qwerty.json b/domains/qwerty.json
deleted file mode 100644
index 749836d47..000000000
--- a/domains/qwerty.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Redirecting to my personal website!",
- "repo": "https://github.com/qwertyiscoding/simple-redirect",
- "owner": {
- "username": "QwertyIsCoding",
- "email": "3kn5nsfkb@relay.firefox.com",
- "twitter": "qwertyiscoding"
- },
- "record": {
- "CNAME": "qwertyiscoding.github.io"
- }
-}
diff --git a/domains/r42mp6d7pwns.bao.json b/domains/r42mp6d7pwns.bao.json
new file mode 100644
index 000000000..3acff5b85
--- /dev/null
+++ b/domains/r42mp6d7pwns.bao.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bphamict",
+ "email": "bphamict@gmail.com"
+ },
+ "record": {
+ "CNAME": "gv-t63jjd67zkqqxj.dv.googlehosted.com"
+ }
+}
diff --git a/domains/raafey.json b/domains/raafey.json
index b2cd0e262..0e0c632bb 100644
--- a/domains/raafey.json
+++ b/domains/raafey.json
@@ -4,8 +4,6 @@
"email": "raafeyraza1@gmail.com"
},
"record": {
- "A": ["69.197.135.202"],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": ["v=spf1 include:spf.improvmx.com ~all"]
+ "CNAME": "v0-personal-portfolio-tf.vercel.app"
}
}
diff --git a/domains/rafaelfernandes.json b/domains/rafaelfernandes.json
new file mode 100644
index 000000000..8175b139a
--- /dev/null
+++ b/domains/rafaelfernandes.json
@@ -0,0 +1,17 @@
+{
+ "description": "Personal potifolho site.",
+ "repo": "https://github.com/RafaelFernandesBR/rafaelfernandes.github.io",
+ "owner": {
+ "username": "RafaelFernandesBR",
+ "email": "marcorafaeldemelo16@protonmail.com"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ },
+ "proxied": true
+}
diff --git a/domains/raghav.json b/domains/raghav.json
new file mode 100644
index 000000000..e290738b3
--- /dev/null
+++ b/domains/raghav.json
@@ -0,0 +1,11 @@
+{
+ "description": "Flex",
+ "repo": "https://github.com/GodKode69/GodKode69.github.io",
+ "owner": {
+ "username": "GodKode69",
+ "email": "knownasraghav@gmail.com"
+ },
+ "record": {
+ "CNAME": "godkode69.github.io"
+ }
+}
diff --git a/domains/rahatrumi.json b/domains/rahatrumi.json
new file mode 100644
index 000000000..d9cb4c7c7
--- /dev/null
+++ b/domains/rahatrumi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rahat87942R",
+ "email": "rumirahat63@gmail.com"
+ },
+ "record": {
+ "CNAME": "rahatrumi.vercel.app"
+ }
+}
diff --git a/domains/rahulc0dy.json b/domains/rahulc0dy.json
index 69887d408..d1cdc8186 100644
--- a/domains/rahulc0dy.json
+++ b/domains/rahulc0dy.json
@@ -1,10 +1,10 @@
{
- "repo": "https://github.com/rahulc0dy/rahulc0dy.github.io",
- "owner": {
- "username": "rahulc0dy",
- "email": "codyrahulop@gmail.com"
- },
- "record": {
- "CNAME": "rahulc0dy.github.io"
- }
+ "repo": "https://github.com/rahulc0dy/rahulc0dy.github.io",
+ "owner": {
+ "username": "rahulc0dy",
+ "email": "codyrahulop@gmail.com"
+ },
+ "record": {
+ "CNAME": "rahulc0dy.github.io"
+ }
}
diff --git a/domains/rahulsunil.json b/domains/rahulsunil.json
new file mode 100644
index 000000000..3e6e7ad57
--- /dev/null
+++ b/domains/rahulsunil.json
@@ -0,0 +1,11 @@
+{
+ "description": "Rahul Sunil - GenAI Engineer",
+ "repo": "https://github.com/rahulsunil2/rahulsunil-code-portfolio",
+ "owner": {
+ "username": "rahulsunil2",
+ "email": "rahulsunil2@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
diff --git a/domains/rahulverma.json b/domains/rahulverma.json
new file mode 100644
index 000000000..1d47b75a2
--- /dev/null
+++ b/domains/rahulverma.json
@@ -0,0 +1,11 @@
+{
+ "description": "My Developer Portfolio",
+ "repo": "https://github.com/SudoRV/register",
+ "owner": {
+ "username": "SudoRV",
+ "email": "rahulverma.1.2005@gamil.com"
+ },
+ "record": {
+ "CNAME": "rahul-verma.onrender.com"
+ }
+}
diff --git a/domains/rajeshreddy.json b/domains/rajeshreddy.json
index b15963b2e..d5995d048 100644
--- a/domains/rajeshreddy.json
+++ b/domains/rajeshreddy.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "rajesh-reddy1",
- "email": "mrrajeshreddy1@gmail.com"
- },
- "record": {
- "A": ["76.76.21.21"]
- }
+ "owner": {
+ "username": "rajesh-reddy1",
+ "email": "mrrajeshreddy1@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
}
diff --git a/domains/rajputshashank.json b/domains/rajputshashank.json
index d048f6c2f..995e6296b 100644
--- a/domains/rajputshashank.json
+++ b/domains/rajputshashank.json
@@ -1,11 +1,11 @@
{
- "description": "Shashank's portfolio",
- "repo": "https://github.com/rajputshashank003/details",
- "owner": {
- "username": "rajputshashank003",
- "email": "hariomshashank@gmail.com"
- },
- "record": {
- "CNAME": "rajputshashank.vercel.app"
- }
-}
\ No newline at end of file
+ "description": "Shashank's portfolio",
+ "repo": "https://github.com/rajputshashank003/details",
+ "owner": {
+ "username": "rajputshashank003",
+ "email": "hariomshashank@gmail.com"
+ },
+ "record": {
+ "CNAME": "rajputshashank.vercel.app"
+ }
+}
diff --git a/domains/rappergi.json b/domains/rappergi.json
new file mode 100644
index 000000000..07a5ddf9c
--- /dev/null
+++ b/domains/rappergi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rappergi",
+ "email": "hoangvanchu202@gmail.com"
+ },
+ "record": {
+ "NS": ["norm.ns.cloudflare.com", "pola.ns.cloudflare.com"]
+ }
+}
diff --git a/domains/raspicloud.json b/domains/raspicloud.json
index cd400dd65..376aa0682 100644
--- a/domains/raspicloud.json
+++ b/domains/raspicloud.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "mkrage",
- "email": "manuel.krage@gmx.de"
- },
- "record": {
- "A": ["141.144.239.115"]
- }
+ "owner": {
+ "username": "mkrage",
+ "email": "manuel.krage@gmx.de"
+ },
+ "record": {
+ "A": ["141.144.239.115"]
+ }
}
diff --git a/domains/ravi.json b/domains/ravi.json
new file mode 100644
index 000000000..4bf4de478
--- /dev/null
+++ b/domains/ravi.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal website of Ravi",
+ "repo": "https://github.com/ravikhokhar23/ravikhokhar23.github.io",
+ "owner": {
+ "username": "ravikhokhar23",
+ "email": "khokhar.ravikumar@gmail.com"
+ },
+ "record": {
+ "CNAME": "ravikhokhar23.github.io"
+ }
+}
diff --git a/domains/raw-api.json b/domains/raw-api.json
index b8d2e61c5..48df34639 100644
--- a/domains/raw-api.json
+++ b/domains/raw-api.json
@@ -4,6 +4,6 @@
"email": "admin@is-a.dev"
},
"record": {
- "CNAME": "is-a.dev"
+ "URL": "https://raw.is-a.dev"
}
}
diff --git a/domains/raw.json b/domains/raw.json
index cc2562542..b8d2e61c5 100644
--- a/domains/raw.json
+++ b/domains/raw.json
@@ -4,6 +4,6 @@
"email": "admin@is-a.dev"
},
"record": {
- "URL": "https://raw-api.is-a.dev"
+ "CNAME": "is-a.dev"
}
}
diff --git a/domains/rawr.json b/domains/rawr.json
new file mode 100644
index 000000000..1bac253e7
--- /dev/null
+++ b/domains/rawr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Yunexiz",
+ "discord": "yunexiz"
+ },
+ "record": {
+ "URL": "https://y.is-a.dev"
+ }
+}
diff --git a/domains/raynaldescala.json b/domains/raynaldescala.json
index a2dc696f9..53e9f8c27 100644
--- a/domains/raynaldescala.json
+++ b/domains/raynaldescala.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "raynaldescala",
- "email": "raynaldescala01@gmail.com"
- },
- "record": {
- "CNAME": "raynaldescala.vercel.app"
- }
+ "owner": {
+ "username": "raynaldescala",
+ "email": "raynaldescala01@gmail.com"
+ },
+ "record": {
+ "CNAME": "raynaldescala.vercel.app"
+ }
}
diff --git a/domains/rbk.json b/domains/rbk.json
new file mode 100644
index 000000000..73f84d35a
--- /dev/null
+++ b/domains/rbk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "its-me-rbk",
+ "email": "ceo@greendwarftech.com"
+ },
+ "record": {
+ "CNAME": "rubhak.greendwarftech.com"
+ }
+}
diff --git a/domains/realfara.json b/domains/realfara.json
index 71d688c8c..29b94d786 100644
--- a/domains/realfara.json
+++ b/domains/realfara.json
@@ -4,6 +4,17 @@
"email": "faradey.iskra@mail.ru"
},
"record": {
- "A": ["185.199.111.153"]
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "AAAA": [
+ "2606:50c0:8000::153",
+ "2606:50c0:8001::153",
+ "2606:50c0:8002::153",
+ "2606:50c0:8003::153"
+ ]
}
}
diff --git a/domains/reiya.json b/domains/reiya.json
new file mode 100644
index 000000000..840a23f7a
--- /dev/null
+++ b/domains/reiya.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "reiya",
+ "discord": "atlayer3"
+ },
+ "record": {
+ "CNAME": "atlayer3.net"
+ }
+}
diff --git a/domains/rejectmodders.json b/domains/rejectmodders.json
new file mode 100644
index 000000000..88d4706d3
--- /dev/null
+++ b/domains/rejectmodders.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "RejectModders",
+ "discord": "RejectModders",
+ "email": "rejectmodders@disutils.com"
+ },
+ "record": {
+ "CNAME": "rejectmoddersis-adev.vercel.app"
+ }
+}
diff --git a/domains/renant.json b/domains/renant.json
new file mode 100644
index 000000000..86e36854f
--- /dev/null
+++ b/domains/renant.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "renant",
+ "email": "renan_replay@live.com"
+ },
+ "record": {
+ "CNAME": "renant.vercel.app"
+ }
+}
diff --git a/domains/resend._domainkey.blogs.akk1to.json b/domains/resend._domainkey.blogs.akk1to.json
new file mode 100644
index 000000000..d3bd69516
--- /dev/null
+++ b/domains/resend._domainkey.blogs.akk1to.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "akk1to",
+ "email": "akk1to.dev@gmail.com"
+ },
+ "record": {
+ "TXT": "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCkC3QeDPeGYFp3nDf2GByvCWnS24VLN9lnWJWWnkPNJGiFuoucjxU8CpeD74C1XlZDz6dr/zcNPsOrh5Zi/87XugfwQsDzjfPPosCRIGa1SVqm1S4kdaT2Ms7i6//x5Y0y7uoE+dK2EecDVwLJAqc93Yipp+xihK9HOf4ffO6nxwIDAQAB"
+ }
+}
diff --git a/domains/retro.horibyte.json b/domains/retro.horibyte.json
new file mode 100644
index 000000000..4a1863917
--- /dev/null
+++ b/domains/retro.horibyte.json
@@ -0,0 +1,11 @@
+{
+ "description": "Horibyte's personal website",
+ "repo": "https://github.com/horibyte/horibyte.github.io",
+ "owner": {
+ "username": "horibyte",
+ "email": "thehoribyte@gmail.com"
+ },
+ "record": {
+ "CNAME": "horibyte.github.io"
+ }
+}
diff --git a/domains/riccardo126.json b/domains/riccardo126.json
index f7a201342..3d8ca7fd4 100644
--- a/domains/riccardo126.json
+++ b/domains/riccardo126.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "riccardo126",
- "email": "riccardopassacantando@gmail.com"
- },
- "record": {
- "CNAME": "riccardo126.vercel.app"
- }
+ "owner": {
+ "username": "riccardo126",
+ "email": "riccardopassacantando@gmail.com"
+ },
+ "record": {
+ "CNAME": "riccardo126.vercel.app"
+ }
}
diff --git a/domains/ridwan.json b/domains/ridwan.json
new file mode 100644
index 000000000..3e4a2b6c8
--- /dev/null
+++ b/domains/ridwan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ridwanyinus",
+ "email": "ridwanyinusa15@gmail.com"
+ },
+ "record": {
+ "CNAME": "ridwanyinus.vercel.app"
+ }
+}
diff --git a/domains/ridwanyinus.json b/domains/ridwanyinus.json
deleted file mode 100644
index b077d79f5..000000000
--- a/domains/ridwanyinus.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My Portfolio",
- "repo": "https://github.com/ridwanyinus/pfp-2",
- "owner": {
- "username": "ridwanyinusa",
- "email": "ridwanyinusa15@gmail.com"
- },
- "record": {
- "CNAME": "ridwanyinusa.netlify.app"
- }
-}
diff --git a/domains/rifai.json b/domains/rifai.json
new file mode 100644
index 000000000..c32ef16c3
--- /dev/null
+++ b/domains/rifai.json
@@ -0,0 +1,10 @@
+{
+ "description": "Using is-a.dev for my personal portfolio",
+ "owner": {
+ "username": "humanwhodebugs",
+ "email": "humanwhodebugs@gmail.com"
+ },
+ "record": {
+ "CNAME": "humanwhodebugs.netlify.app"
+ }
+}
diff --git a/domains/rilliat.json b/domains/rilliat.json
new file mode 100644
index 000000000..d21cc827c
--- /dev/null
+++ b/domains/rilliat.json
@@ -0,0 +1,12 @@
+{
+ "description": "Rilliat's is-a.dev domain",
+ "repo": "https://github.com/Rilliat/rilliat.github.io",
+ "owner": {
+ "username": "Rilliat",
+ "email": "rilliatserver@gmail.com",
+ "telegram": "rilliat.t.me"
+ },
+ "record": {
+ "URL": "https://www.rilliat.ru"
+ }
+}
diff --git a/domains/risqiahmad.json b/domains/risqiahmad.json
new file mode 100644
index 000000000..0a4baad15
--- /dev/null
+++ b/domains/risqiahmad.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "risqi17",
+ "email": "ahmadreys@gmail.com",
+ "discord": "risqi_ahmad9230"
+ },
+ "record": {
+ "CNAME": "nextjs-notion-starter-kit-transitive-bullshit.vercel.app"
+ }
+}
diff --git a/domains/rizkykr.json b/domains/rizkykr.json
new file mode 100644
index 000000000..bcab1cd18
--- /dev/null
+++ b/domains/rizkykr.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "rizkykr",
+ "email": "me@rizkykr.com"
+ },
+ "description": "Personal Website for Personal Branding",
+ "record": {
+ "CNAME": "rizkykr-is-a-dev.rizkykr.workers.dev"
+ },
+ "proxied": false
+}
diff --git a/domains/rizqi.json b/domains/rizqi.json
new file mode 100644
index 000000000..d3cc7bfa6
--- /dev/null
+++ b/domains/rizqi.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portofolio Website.",
+ "repo": "https://github.com/RizqiSeijuuro/portfolio",
+ "owner": {
+ "username": "RizqiSeijuuro",
+ "email": "rizqiansyah52@gmail.com"
+ },
+ "record": {
+ "CNAME": "rizqiseijuuro.github.io"
+ }
+}
diff --git a/domains/rodolfo.json b/domains/rodolfo.json
index 7a4e83fd0..2ad8be59f 100644
--- a/domains/rodolfo.json
+++ b/domains/rodolfo.json
@@ -1,4 +1,6 @@
{
+ "description": "Rodolfo Rodrigues developer page",
+ "repo": "https://github.com/rudwolf/rudwolf.github.io",
"owner": {
"username": "rudwolf",
"email": "rudwolf@gmail.com"
diff --git a/domains/roei.json b/domains/roei.json
index 33710d976..08d323ffd 100644
--- a/domains/roei.json
+++ b/domains/roei.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "roei111",
- "email": "roeiyaacobi@gmail.com"
- },
- "record": {
- "A": ["75.2.60.5"]
- }
+ "owner": {
+ "username": "roei111",
+ "email": "roeiyaacobi@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
}
diff --git a/domains/rogo.json b/domains/rogo.json
new file mode 100644
index 000000000..a4b3384d8
--- /dev/null
+++ b/domains/rogo.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "BenRogozinski",
+ "discord": "BenDaBuilder",
+ "email": "brogodev@gmail.com"
+ },
+ "record": {
+ "A": ["5.161.233.190"],
+ "AAAA": ["2a01:4ff:f0:dd7c::1"]
+ }
+}
diff --git a/domains/roki.json b/domains/roki.json
new file mode 100644
index 000000000..69fb8c0b7
--- /dev/null
+++ b/domains/roki.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Roki100",
+ "discord": "289479495444987904"
+ },
+ "record": {
+ "CNAME": "p.2255.me"
+ }
+}
diff --git a/domains/roma.json b/domains/roma.json
new file mode 100644
index 000000000..6c8614026
--- /dev/null
+++ b/domains/roma.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "GameRoMan",
+ "email": "gameromandev@gmail.com"
+ },
+ "record": {
+ "CNAME": "gameroman.pages.dev"
+ }
+}
diff --git a/domains/ronnieaban.json b/domains/ronnieaban.json
index 40b727fdc..65b6406bd 100644
--- a/domains/ronnieaban.json
+++ b/domains/ronnieaban.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ronnieaban",
- "email": "ronnieaban@gmail.com"
- },
- "record": {
- "CNAME": "ronnieaban.pages.dev"
- }
+ "owner": {
+ "username": "ronnieaban",
+ "email": "ronnieaban@gmail.com"
+ },
+ "record": {
+ "CNAME": "ronnieaban.pages.dev"
+ }
}
diff --git a/domains/roohullah.kazmi.json b/domains/roohullah.kazmi.json
deleted file mode 100644
index 74b6cab92..000000000
--- a/domains/roohullah.kazmi.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "roohullah.kazmi",
- "owner": {
- "username": "r-kazmi",
- "email": "smrkamzi@gmail.com"
- },
- "record": {
- "URL": "https://linktr.ee/roohullah.kazmi"
- },
- "proxied": false
-}
diff --git a/domains/roshan.json b/domains/roshan.json
index 6ca21a0e2..0e8534360 100644
--- a/domains/roshan.json
+++ b/domains/roshan.json
@@ -1,12 +1,13 @@
{
"description": "Personal portfolio",
- "repo": "https://github.com/roshan1337d/roshan1337d.github.io",
"owner": {
- "username": "roshan1337d",
- "email": "roshan1337x@gmail.com",
- "twitter": "roshan1337d"
+ "username": "roshan1885",
+ "discord": "roshan1885"
},
"record": {
- "CNAME": "roshan1337d.github.io"
- }
+ "CNAME": "roshan1885.github.io",
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ },
+ "proxied": true
}
diff --git a/domains/rouf0x.json b/domains/rouf0x.json
index 47555a910..ad4235268 100644
--- a/domains/rouf0x.json
+++ b/domains/rouf0x.json
@@ -1,7 +1,6 @@
{
"owner": {
"username": "Rouf0x",
- "email": "gabriel.ruf@gmail.com",
"discord": "790712104058617876"
},
"record": {
diff --git a/domains/roufox.json b/domains/roufox.json
index 653875194..cdcfccd46 100644
--- a/domains/roufox.json
+++ b/domains/roufox.json
@@ -1,7 +1,6 @@
{
"owner": {
"username": "Rouf0x",
- "email": "gabriel.ruf@gmail.com",
"discord": "790712104058617876"
},
"record": {
diff --git a/domains/roylee0704.json b/domains/roylee0704.json
new file mode 100644
index 000000000..66a6a4721
--- /dev/null
+++ b/domains/roylee0704.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "roylee0704",
+ "email": "roylee0704@gmail.com"
+ },
+ "record": {
+ "CNAME": "roylee0704.github.io"
+ }
+}
diff --git a/domains/rudeus.json b/domains/rudeus.json
new file mode 100644
index 000000000..605e8c6bd
--- /dev/null
+++ b/domains/rudeus.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "dmquang",
+ "email": "mq.rudyy.08@gmai.com"
+ },
+ "record": {
+ "CNAME": "dmquang.github.io"
+ }
+}
diff --git a/domains/rupankar.json b/domains/rupankar.json
index d968cb51b..83901f13e 100644
--- a/domains/rupankar.json
+++ b/domains/rupankar.json
@@ -1,11 +1,11 @@
{
- "description": "A portfolio website",
- "repo": "https://github.com/InvictusRex/InvictusRex.github.io",
- "owner": {
- "username": "InvictusRex",
- "email": "rupankar.majumdar2023@vitstudent.ac.in"
- },
- "record": {
- "CNAME": "invictusrex.github.io"
- }
-}
+ "description": "A portfolio website",
+ "repo": "https://github.com/InvictusRex/InvictusRex.github.io",
+ "owner": {
+ "username": "InvictusRex",
+ "email": "rupankar.majumdar2023@vitstudent.ac.in"
+ },
+ "record": {
+ "CNAME": "invictusrex.github.io"
+ }
+}
diff --git a/domains/s1dd.json b/domains/s1dd.json
new file mode 100644
index 000000000..e7a6119eb
--- /dev/null
+++ b/domains/s1dd.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nots1dd",
+ "email": "sid9.karanam@gmail.com"
+ },
+ "record": {
+ "CNAME": "webpage-seven-puce.vercel.app"
+ }
+}
diff --git a/domains/sad-devmatei.json b/domains/sad-devmatei.json
new file mode 100644
index 000000000..b2447dc4b
--- /dev/null
+++ b/domains/sad-devmatei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DevMatei",
+ "email": "contact@devmatei.is-a.dev"
+ },
+ "record": {
+ "URL": "https://devmatei.is-a.dev/"
+ }
+}
diff --git a/domains/saeedmfarahani.json b/domains/saeedmfarahani.json
new file mode 100644
index 000000000..10813186c
--- /dev/null
+++ b/domains/saeedmfarahani.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "Silitonix"
+ },
+ "record": {
+ "CNAME": "silitonix.github.io"
+ }
+}
diff --git a/domains/saftec.json b/domains/saftec.json
index 516324bb9..29f984f33 100644
--- a/domains/saftec.json
+++ b/domains/saftec.json
@@ -4,6 +4,6 @@
"email": "Samuraiflamesf@gmail.com"
},
"record": {
- "A": ["207.244.235.32"]
+ "A": ["152.67.45.142"]
}
}
diff --git a/domains/sageofluke.json b/domains/sageofluke.json
new file mode 100644
index 000000000..5b4d94e2b
--- /dev/null
+++ b/domains/sageofluke.json
@@ -0,0 +1,11 @@
+{
+ "description": "SageofLuke.is-a.dev",
+ "repo": "https://github.com/sageofluke/sageofluke.github.io",
+ "owner": {
+ "username": "SageOfLuke",
+ "email": "rj05tilak@hotmail.com"
+ },
+ "record": {
+ "CNAME": "sageofluke.github.io"
+ }
+}
diff --git a/domains/saif.json b/domains/saif.json
index d547e534c..50a8e1d09 100644
--- a/domains/saif.json
+++ b/domains/saif.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Saifkhanz",
- "email": "saif137.khan@gmail.com"
- },
- "record": {
- "CNAME": "saif-two.vercel.app"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "Saifkhanz",
+ "email": "saif137.khan@gmail.com"
+ },
+ "record": {
+ "CNAME": "saif-two.vercel.app"
+ }
+}
diff --git a/domains/sakis.json b/domains/sakis.json
new file mode 100644
index 000000000..a6e1c94db
--- /dev/null
+++ b/domains/sakis.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "syakhisk",
+ "email": "syakhisks@gmail.com"
+ },
+ "record": {
+ "URL": "https://al-az.me"
+ }
+}
diff --git a/domains/sakshi.json b/domains/sakshi.json
new file mode 100644
index 000000000..7be25164e
--- /dev/null
+++ b/domains/sakshi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "git-sakshii",
+ "email": "sakshiii@outlook.com"
+ },
+ "record": {
+ "URL": "https://github.com/git-sakshii/"
+ }
+ }
diff --git a/domains/samadhi.json b/domains/samadhi.json
new file mode 100644
index 000000000..f02292fba
--- /dev/null
+++ b/domains/samadhi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "samadhi1311",
+ "email": "samadhilakmina.sl@gmail.com"
+ },
+ "record": {
+ "CNAME": "samadhi-gunasinghe.pages.dev"
+ }
+}
diff --git a/domains/samenal.json b/domains/samenal.json
new file mode 100644
index 000000000..8f6649b25
--- /dev/null
+++ b/domains/samenal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Samenal-sys",
+ "email": "samenaal@proton.me"
+ },
+ "record": {
+ "CNAME": "samenal.pages.dev"
+ }
+}
diff --git a/domains/samirpaul.json b/domains/samirpaul.json
deleted file mode 100644
index 8b1ee4b58..000000000
--- a/domains/samirpaul.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Samir Paul's Portfolio Website.",
- "repo": "https://github.com/SamirPaul1/samirpaul",
- "owner": {
- "username": "SamirPaul1",
- "email": "samirpaulb@gmail.com",
- "twitter": "SamirPaulb"
- },
- "record": {
- "CNAME": "samirpaul1.github.io"
- }
-}
diff --git a/domains/sandun.json b/domains/sandun.json
new file mode 100644
index 000000000..9e888ae80
--- /dev/null
+++ b/domains/sandun.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio website of Sandun Madhushan",
+ "repo": "https://github.com/sandunMadhushan/sandunMadhushan.github.io",
+ "owner": {
+ "username": "sandunMadhushan",
+ "email": "sandunhmadushan9330@gmail.com"
+ },
+ "record": {
+ "CNAME": "sandunmadhushan.github.io"
+ }
+}
diff --git a/domains/sangeeth.json b/domains/sangeeth.json
index 178d24f73..a05494c84 100644
--- a/domains/sangeeth.json
+++ b/domains/sangeeth.json
@@ -1,12 +1,11 @@
{
- "description": "PORTFOLIO",
- "owner": {
- "username": "sangeeth-606",
- "email": "sangeeth999123@gmail.com"
- },
- "repo": "https://github.com/sangeeth-606/meh",
- "record": {
- "CNAME": "github-sangeeth-606.github.io"
- }
+ "description": "PORTFOLIO",
+ "owner": {
+ "username": "sangeeth-606",
+ "email": "sangeeth999123@gmail.com"
+ },
+ "repo": "https://github.com/sangeeth-606/meh",
+ "record": {
+ "CNAME": "github-sangeeth-606.github.io"
}
-
+}
diff --git a/domains/santty.json b/domains/santty.json
new file mode 100644
index 000000000..b97d0d7e5
--- /dev/null
+++ b/domains/santty.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "santiagogr05",
+ "email": "san7iagogr.05@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-santtys-projects.vercel.app"
+ }
+}
\ No newline at end of file
diff --git a/domains/saraxa.json b/domains/saraxa.json
deleted file mode 100644
index b6ffa9638..000000000
--- a/domains/saraxa.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "saraxa personal website",
- "repo": "https://github.com/reef1447/reef1447.github.io",
- "owner": {
- "username": "reef1447",
- "email": "spray123kira@gmail.com",
- "discord": "saraxa#8899"
- },
- "record": {
- "CNAME": "reef1447.github.io"
- }
-}
diff --git a/domains/satindar.json b/domains/satindar.json
index 9ed1644bd..bf02e1c4e 100644
--- a/domains/satindar.json
+++ b/domains/satindar.json
@@ -8,11 +8,13 @@
},
"record": {
"NS": ["brodie.ns.cloudflare.com", "jamie.ns.cloudflare.com"],
- "DS": [{
- "key_tag": 2371,
- "algorithm": 13,
- "digest_type": 2,
- "digest": "C2074462471B81206F792AEC23469EF33DDC53538E8580DCCC92FD130C9A6096"
- }]
+ "DS": [
+ {
+ "key_tag": 2371,
+ "algorithm": 13,
+ "digest_type": 2,
+ "digest": "C2074462471B81206F792AEC23469EF33DDC53538E8580DCCC92FD130C9A6096"
+ }
+ ]
}
}
diff --git a/domains/saxophone.json b/domains/saxophone.json
index 7e6fc1394..ae8888e00 100644
--- a/domains/saxophone.json
+++ b/domains/saxophone.json
@@ -1,7 +1,7 @@
{
"description": "my personal site where i do random stuff i guess",
"owner": {
- "username": "saxophone-guy",
+ "username": "saxophone-dev",
"email": "itsarchit@keemail.me"
},
"record": {
@@ -10,6 +10,6 @@
"forward-email=itsarchit@keemail.me",
"google-site-verification=xWSXW0sDedf6aw6w8tJnySqXZYExIAViuKmTEiuJZpU"
],
- "A": ["216.24.57.1"]
+ "A": ["76.76.21.21"]
}
}
diff --git a/domains/schuh.json b/domains/schuh.json
index 896579524..a1919a9de 100644
--- a/domains/schuh.json
+++ b/domains/schuh.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "schuh",
+ "username": "vqpe",
"email": "theschuhofyou@gmail.com"
},
"record": {
diff --git a/domains/sebastianguz.json b/domains/sebastianguz.json
new file mode 100644
index 000000000..e86b94ee6
--- /dev/null
+++ b/domains/sebastianguz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sebaguse",
+ "email": "sebaguse@gmail.com"
+ },
+ "record": {
+ "CNAME": "friendly-churros-e20592.netlify.app"
+ }
+}
diff --git a/domains/sebdev.json b/domains/sebdev.json
new file mode 100644
index 000000000..c51e20935
--- /dev/null
+++ b/domains/sebdev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sebdeveloper6952",
+ "email": "seb@sebdev.io"
+ },
+ "record": {
+ "CNAME": "blog.sebdev.io"
+ }
+}
diff --git a/domains/secsum.json b/domains/secsum.json
new file mode 100644
index 000000000..077fc697d
--- /dev/null
+++ b/domains/secsum.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NgoQuangThien",
+ "email": "quangthien18032000@gmail.com"
+ },
+ "record": {
+ "A": ["3.24.49.246"]
+ }
+}
diff --git a/domains/send.blogs.akk1to.json b/domains/send.blogs.akk1to.json
new file mode 100644
index 000000000..b988ef95f
--- /dev/null
+++ b/domains/send.blogs.akk1to.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "akk1to",
+ "email": "akk1to.dev@outlook.com"
+ },
+ "record": {
+ "MX": ["feedback-smtp.us-east-1.amazonses.com"],
+ "TXT": "v=spf1 include:amazonses.com ~all"
+ }
+}
diff --git a/domains/sep.json b/domains/sep.json
index 47a8c1a97..4706dc1d6 100644
--- a/domains/sep.json
+++ b/domains/sep.json
@@ -1,11 +1,11 @@
-{
- "description": "personel-website",
- "repo": "https://github.com/sepultrex/sepultrex.github.io",
- "owner": {
- "username": "sepultrex",
- "email": "sepultrex@gmail.com"
- },
- "record": {
- "CNAME": "sepultrex.github.io"
- }
-}
\ No newline at end of file
+{
+ "description": "personel-website",
+ "repo": "https://github.com/sepultrex/sepultrex.github.io",
+ "owner": {
+ "username": "sepultrex",
+ "email": "sepultrex@gmail.com"
+ },
+ "record": {
+ "CNAME": "sepultrex.github.io"
+ }
+}
diff --git a/domains/sergarsilla.json b/domains/sergarsilla.json
new file mode 100644
index 000000000..acc50cad4
--- /dev/null
+++ b/domains/sergarsilla.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sergarsilla",
+ "email": "sergarsilla@gmail.com"
+ },
+ "record": {
+ "CNAME": "sergarsilla.github.io"
+ }
+}
diff --git a/domains/sergioperea.json b/domains/sergioperea.json
new file mode 100644
index 000000000..3d07f1a09
--- /dev/null
+++ b/domains/sergioperea.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sperea",
+ "email": "perea@mailfence.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
diff --git a/domains/services.defective.json b/domains/services.defective.json
new file mode 100644
index 000000000..3a9459cac
--- /dev/null
+++ b/domains/services.defective.json
@@ -0,0 +1,10 @@
+{
+ "description": "A sub-domain for my services",
+ "owner": {
+ "username": "Defective4",
+ "email": "def3ctive4@gmail.com"
+ },
+ "record": {
+ "A": ["130.61.27.34"]
+ }
+}
diff --git a/domains/sewt.json b/domains/sewt.json
index 1823b48d7..f0d948321 100644
--- a/domains/sewt.json
+++ b/domains/sewt.json
@@ -6,9 +6,10 @@
"record": {
"A": ["37.27.51.34"],
"AAAA": ["2a01:4f9:3081:399c::4"],
- "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"],
+ "MX": ["mx1.simplelogin.co", "mx2.simplelogin.co"],
"TXT": [
- "v=spf1 include:zohomail.eu ~all",
+ "sl-verification=sibwuwbmtopnrrdmfxvdabidjzvcow",
+ "v=spf1 include:simplelogin.co ~all",
"domain-verification=skyexplorewastaken"
]
},
diff --git a/domains/sh13y.json b/domains/sh13y.json
new file mode 100644
index 000000000..392946361
--- /dev/null
+++ b/domains/sh13y.json
@@ -0,0 +1,11 @@
+{
+ "description": "For My Blog",
+ "repo": "https://github.com/sh13y/register",
+ "owner": {
+ "username": "sh13y",
+ "email": "lucky10isuru@gmail.com"
+ },
+ "record": {
+ "CNAME": "sh13y.github.io"
+ }
+}
diff --git a/domains/shikhar.json b/domains/shikhar.json
index 819cecd6d..ad2a7a480 100644
--- a/domains/shikhar.json
+++ b/domains/shikhar.json
@@ -1,11 +1,11 @@
{
- "description": "YOUR DESCRIPTION GOES HERE",
- "repo": "https://github.com/adityasriv2317/portfolioAditya",
- "owner": {
- "username": "adityasriv2317",
- "email": "adityaxia9237@gmail.com"
- },
- "record": {
- "URL": "https://adityasrivastava.vercel.app/"
- }
+ "description": "YOUR DESCRIPTION GOES HERE",
+ "repo": "https://github.com/adityasriv2317/portfolioAditya",
+ "owner": {
+ "username": "adityasriv2317",
+ "email": "adityaxia9237@gmail.com"
+ },
+ "record": {
+ "URL": "https://adityasrivastava.vercel.app/"
+ }
}
diff --git a/domains/shimizu.json b/domains/shimizu.json
new file mode 100644
index 000000000..b0c335042
--- /dev/null
+++ b/domains/shimizu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mikofoxie",
+ "email": "shimizulazy@gmail.com"
+ },
+ "record": {
+ "CNAME": "shimizulinks.vercel.app"
+ }
+}
diff --git a/domains/shivamtrivedi.json b/domains/shivamtrivedi.json
new file mode 100644
index 000000000..f2d372662
--- /dev/null
+++ b/domains/shivamtrivedi.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal portfolio website",
+ "repo": "https://github.com/Shivam1303/portfolio.git",
+ "owner": {
+ "username": "Shivam1303",
+ "email": "shivamtrivedi1434@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-three-lake-77.vercel.app"
+ },
+ "proxied": true
+}
diff --git a/domains/shoaib.json b/domains/shoaib.json
new file mode 100644
index 000000000..492b7ef35
--- /dev/null
+++ b/domains/shoaib.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "d3vshoaib",
+ "email": "d3vshoaib@gmail.com"
+ },
+ "record": {
+ "CNAME": "d3vshoaib.netlify.app"
+ }
+}
diff --git a/domains/shubhamprajapati.json b/domains/shubhamprajapati.json
new file mode 100644
index 000000000..a0e028e69
--- /dev/null
+++ b/domains/shubhamprajapati.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ShubhamP528",
+ "email": "shubham528prajapati@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-kappa-orpin-32.vercel.app"
+ }
+}
diff --git a/domains/shubhamverma.json b/domains/shubhamverma.json
new file mode 100644
index 000000000..e00d1e26c
--- /dev/null
+++ b/domains/shubhamverma.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "Stroller15"
+ },
+ "record": {
+ "CNAME": "cname.vercel-dns.com"
+ }
+}
diff --git a/domains/shukraditya.json b/domains/shukraditya.json
index c0ba14a62..8210c31d5 100644
--- a/domains/shukraditya.json
+++ b/domains/shukraditya.json
@@ -1,11 +1,11 @@
{
- "description": "Personal Blog and portfolio",
- "repo": "https://github.com/shukraditya/shukraditya",
- "owner": {
- "username": "shukraditya",
- "email": "shukra12bose@gmail.com"
- },
- "record": {
- "CNAME": "shukraditya.github.io"
- }
-}
\ No newline at end of file
+ "description": "Personal Blog and portfolio",
+ "repo": "https://github.com/shukraditya/shukraditya",
+ "owner": {
+ "username": "shukraditya",
+ "email": "shukra12bose@gmail.com"
+ },
+ "record": {
+ "CNAME": "shukraditya.github.io"
+ }
+}
diff --git a/domains/si458.json b/domains/si458.json
new file mode 100644
index 000000000..69fff21be
--- /dev/null
+++ b/domains/si458.json
@@ -0,0 +1,11 @@
+{
+ "description": "an open source software developer supporting opensource applications",
+ "repo": "https://github.com/si458",
+ "owner": {
+ "username": "si458",
+ "email": "simonsmith5521@gmail.com"
+ },
+ "record": {
+ "NS": ["jake.ns.cloudflare.com", "jill.ns.cloudflare.com"]
+ }
+}
diff --git a/domains/sid385.json b/domains/sid385.json
index 8b97b2a63..f421fdcb1 100644
--- a/domains/sid385.json
+++ b/domains/sid385.json
@@ -1,11 +1,11 @@
{
- "description": "Personal portfolio ",
- "repo": "https://github.com/siddhant385/siddhant385.github.io",
- "owner": {
- "username": "siddhant385",
- "email": "ssiddhant.ssharma@gmail.com"
- },
- "record": {
- "CNAME": "siddhant385.github.io"
- }
+ "description": "Personal portfolio ",
+ "repo": "https://github.com/siddhant385/siddhant385.github.io",
+ "owner": {
+ "username": "siddhant385",
+ "email": "ssiddhant.ssharma@gmail.com"
+ },
+ "record": {
+ "CNAME": "siddhant385.github.io"
+ }
}
diff --git a/domains/sidhant.json b/domains/sidhant.json
new file mode 100644
index 000000000..1abbaa50a
--- /dev/null
+++ b/domains/sidhant.json
@@ -0,0 +1,11 @@
+{
+ "description": "This is for my personal portfolio",
+ "repo": "https://github.com/sidhant947/sidhant947.github.io",
+ "owner": {
+ "username": "sidhant947",
+ "email": "khatkarsidhant@gmail.com"
+ },
+ "record": {
+ "CNAME": "sidhant947.github.io"
+ }
+}
diff --git a/domains/sifat.json b/domains/sifat.json
new file mode 100644
index 000000000..0e714ec56
--- /dev/null
+++ b/domains/sifat.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mahi160",
+ "email": "omarsifat288@gmail.com"
+ },
+ "record": {
+ "CNAME": "mahi160.vercel.app"
+ }
+}
diff --git a/domains/sign.alvin.json b/domains/sign.alvin.json
new file mode 100644
index 000000000..810c13865
--- /dev/null
+++ b/domains/sign.alvin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alvinsjoy",
+ "discord": "825382504353234954"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
diff --git a/domains/silva.json b/domains/silva.json
index 412f8402c..22ac88af5 100644
--- a/domains/silva.json
+++ b/domains/silva.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "SilvaTechB",
- "email": "momanyi.2913@gmail.com"
- },
- "record": {
- "CNAME": "silvatechb.github.io"
- }
+ "owner": {
+ "username": "SilvaTechB",
+ "email": "momanyi.2913@gmail.com"
+ },
+ "record": {
+ "CNAME": "silvatechb.github.io"
+ }
}
diff --git a/domains/simone.json b/domains/simone.json
new file mode 100644
index 000000000..6adc3b493
--- /dev/null
+++ b/domains/simone.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "cimasim89",
+ "email": "cimasim89@gmail.com"
+ },
+ "record": {
+ "CNAME": "cimasim-portfolio.vercel.app"
+ }
+}
diff --git a/domains/simontran.json b/domains/simontran.json
new file mode 100644
index 000000000..eb732a4e1
--- /dev/null
+++ b/domains/simontran.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tvkorsimon02",
+ "email": "tntgaming2016@gmail.com"
+ },
+ "record": {
+ "CNAME": "tvkorsimon02.github.io"
+ }
+}
diff --git a/domains/sincererflame71.json b/domains/sincererflame71.json
index c6e93e287..3a985230f 100644
--- a/domains/sincererflame71.json
+++ b/domains/sincererflame71.json
@@ -4,6 +4,17 @@
"email": "DarkNightcore8@outlook.com"
},
"record": {
- "A": ["185.199.108.153"]
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "AAAA": [
+ "2606:50c0:8000::153",
+ "2606:50c0:8001::153",
+ "2606:50c0:8002::153",
+ "2606:50c0:8003::153"
+ ]
}
}
diff --git a/domains/siritas.json b/domains/siritas.json
index f036001d6..164e7d993 100644
--- a/domains/siritas.json
+++ b/domains/siritas.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "dahoba",
- "email": "dahoba+github@gmail.com"
- },
- "record": {
- "URL": "https://siritas.gitlab.io"
- }
+ "owner": {
+ "username": "dahoba",
+ "email": "dahoba+github@gmail.com"
+ },
+ "record": {
+ "URL": "https://siritas.gitlab.io"
+ }
}
diff --git a/domains/sitov.json b/domains/sitov.json
new file mode 100644
index 000000000..84c2cb4a1
--- /dev/null
+++ b/domains/sitov.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sitov",
+ "email": "cristian.sitov@gmail.com"
+ },
+ "record": {
+ "CNAME": "sitov.ro"
+ }
+}
diff --git a/domains/sivaraj.json b/domains/sivaraj.json
index d00a09ee7..91c3c4821 100644
--- a/domains/sivaraj.json
+++ b/domains/sivaraj.json
@@ -5,6 +5,17 @@
"discord": "1057144035812327524"
},
"record": {
- "A": ["185.199.108.153"]
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "AAAA": [
+ "2606:50c0:8000::153",
+ "2606:50c0:8001::153",
+ "2606:50c0:8002::153",
+ "2606:50c0:8003::153"
+ ]
}
}
diff --git a/domains/siya.json b/domains/siya.json
new file mode 100644
index 000000000..6d829e4d5
--- /dev/null
+++ b/domains/siya.json
@@ -0,0 +1,11 @@
+{
+ "description": "Siya's portfolio",
+ "repo": "https://github.com/rajputsiya/portfolio",
+ "owner": {
+ "username": "rajputsiya",
+ "email": "siyarajput9258@gmail.com"
+ },
+ "record": {
+ "CNAME": "siyarajput.vercel.app"
+ }
+}
diff --git a/domains/skierka.json b/domains/skierka.json
new file mode 100644
index 000000000..ef5adfa2f
--- /dev/null
+++ b/domains/skierka.json
@@ -0,0 +1,11 @@
+{
+ "description": "Landing page to host EdTech projects",
+ "repo": "https://github.com/skierkcity/skierkcity.github.io",
+ "owner": {
+ "username": "skierkcity",
+ "email": "jacobskierka@outlook.com"
+ },
+ "record": {
+ "CNAME": "skierkcity.github.io"
+ }
+}
diff --git a/domains/soccer.json b/domains/soccer.json
index 86423c1a1..713e2b038 100644
--- a/domains/soccer.json
+++ b/domains/soccer.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "soccer",
+ "username": "minecradt",
"email": "soccer1992.is.a.dev@gmail.com"
},
"record": {
diff --git a/domains/sohag.json b/domains/sohag.json
new file mode 100644
index 000000000..a23436df4
--- /dev/null
+++ b/domains/sohag.json
@@ -0,0 +1,10 @@
+{
+ "description": "For my portfolio",
+ "owner": {
+ "username": "sohag02",
+ "discord": "sohagjabed"
+ },
+ "record": {
+ "CNAME": "sohagj.vercel.app"
+ }
+}
diff --git a/domains/sombochea.json b/domains/sombochea.json
new file mode 100644
index 000000000..0c39b6a29
--- /dev/null
+++ b/domains/sombochea.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sombochea",
+ "email": "sombochea100@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
diff --git a/domains/soul.json b/domains/soul.json
new file mode 100644
index 000000000..7bfa67701
--- /dev/null
+++ b/domains/soul.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SoulDevs",
+ "email": "soulcosmic1406@proton.me"
+ },
+ "record": {
+ "CNAME": "main-protfolio-seven.vercel.app"
+ }
+}
diff --git a/domains/speedindeed1.json b/domains/speedindeed1.json
index 202eaadd3..4b66ab415 100644
--- a/domains/speedindeed1.json
+++ b/domains/speedindeed1.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Rohan-ingle",
- "email": "rohaningle911@gmail.com"
- },
- "record": {
- "CNAME": "rohan-ingle.github.io"
- }
+ "owner": {
+ "username": "Rohan-ingle",
+ "email": "rohaningle911@gmail.com"
+ },
+ "record": {
+ "CNAME": "rohan-ingle.github.io"
+ }
}
diff --git a/domains/spencer.json b/domains/spencer.json
new file mode 100644
index 000000000..43484de0f
--- /dev/null
+++ b/domains/spencer.json
@@ -0,0 +1,11 @@
+{
+ "description": "Spencer's website",
+ "repo": "https://github.com/LeeSpencer/leespencer.github.io",
+ "owner": {
+ "username": "LeeSpencer",
+ "email": "mr.lee.spencer@gmail.com"
+ },
+ "record": {
+ "CNAME": "leespencer.github.io"
+ }
+}
diff --git a/domains/sree.json b/domains/sree.json
new file mode 100644
index 000000000..b83e29a83
--- /dev/null
+++ b/domains/sree.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sreekanthputta",
+ "email": "srikanthp12896@gmail.com"
+ },
+ "record": {
+ "TXT": "google-site-verification=nXX-abxPPSr9hSqhiakyIHcXYGcuPpIBYVXtPnnxf00"
+ }
+}
diff --git a/domains/sreehari.json b/domains/sreehari.json
new file mode 100644
index 000000000..b58faca18
--- /dev/null
+++ b/domains/sreehari.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SreehariTS",
+ "email": "sreeharisudarshan@gmail.com"
+ },
+ "record": {
+ "CNAME": "sreeharits.github.io"
+ }
+}
diff --git a/domains/stark.json b/domains/stark.json
new file mode 100644
index 000000000..ceb61f2e8
--- /dev/null
+++ b/domains/stark.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nguyentruongton",
+ "email": "tonstark.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "truongton.vercel.app"
+ }
+}
diff --git a/domains/status.killuazoldyck.json b/domains/status.killuazoldyck.json
index 137660aee..c03099498 100644
--- a/domains/status.killuazoldyck.json
+++ b/domains/status.killuazoldyck.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "killuazoldyckreal",
- "email": "bk1030798@gmail.com"
- },
- "record": {
- "CNAME": "statuspage.betteruptime.com"
- }
+ "owner": {
+ "username": "killuazoldyckreal",
+ "email": "bk1030798@gmail.com"
+ },
+ "record": {
+ "CNAME": "statuspage.betteruptime.com"
+ }
}
diff --git a/domains/stavkv.json b/domains/stavkv.json
deleted file mode 100644
index 89d5833b2..000000000
--- a/domains/stavkv.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "stavkv",
- "email": "singhvikal891@gmail.com"
- },
- "record": {
- "CNAME": "stavkv.github.io"
- }
-}
diff --git a/domains/stkong.json b/domains/stkong.json
new file mode 100644
index 000000000..8727f9102
--- /dev/null
+++ b/domains/stkong.json
@@ -0,0 +1,12 @@
+{
+ "description": "hosting personal / portfolio website for myself. Also this website is a link to my personal blog.",
+ "repo": "https://github.com/congltk1234/congltk1234.github.io",
+ "owner": {
+ "username": "congltk1234",
+ "email": "suwuanxan@gmail.com",
+ "linkedin": "https://www.linkedin.com/in/suthanhcong"
+ },
+ "record": {
+ "CNAME": "congltk1234.github.io"
+ }
+}
diff --git a/domains/studio.json b/domains/studio.json
new file mode 100644
index 000000000..68c44d3ee
--- /dev/null
+++ b/domains/studio.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "support@juststudio.is-a.dev"
+ },
+ "record": {
+ "URL": "https://juststudio.is-a.dev/"
+ }
+}
diff --git a/domains/summon-the-coder.json b/domains/summon-the-coder.json
new file mode 100644
index 000000000..d80088a6d
--- /dev/null
+++ b/domains/summon-the-coder.json
@@ -0,0 +1,11 @@
+{
+ "description": "Site about me",
+ "repo": "https://github.com/banana6boom/banana6boom.github.io",
+ "owner": {
+ "username": "banana6boom",
+ "email": "themadhouse@mail.ru"
+ },
+ "record": {
+ "CNAME": "banana6boom.github.io"
+ }
+}
diff --git a/domains/supers0n1k.json b/domains/supers0n1k.json
new file mode 100644
index 000000000..ffdf6933b
--- /dev/null
+++ b/domains/supers0n1k.json
@@ -0,0 +1,11 @@
+{
+ "description": "supers0n1k's website. private email not disclosed. discord contact given",
+ "repo": "https://github.com/supers0n1k/supers0n1k.github.io",
+ "owner": {
+ "username": "supers0n1k",
+ "discord": "46mil"
+ },
+ "record": {
+ "CNAME": "supers0n1k.github.io"
+ }
+}
diff --git a/domains/supperfreddo.json b/domains/supperfreddo.json
new file mode 100644
index 000000000..121f6e599
--- /dev/null
+++ b/domains/supperfreddo.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "supperfreddo",
+ "email": "supperfreddoio@gmail.com",
+ "discord": "supperfreddo"
+ },
+ "record": {
+ "CNAME": "supperfreddo.vercel.app"
+ }
+}
diff --git a/domains/sylphin3107.json b/domains/sylphin3107.json
new file mode 100644
index 000000000..673d0cd5d
--- /dev/null
+++ b/domains/sylphin3107.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sylphin3107",
+ "email": "tqvcontacts@gmail.com"
+ },
+ "record": {
+ "URL": "https://sylphin3107.uwu.ai/"
+ }
+}
diff --git a/domains/synthara.json b/domains/synthara.json
new file mode 100644
index 000000000..0c8c720b9
--- /dev/null
+++ b/domains/synthara.json
@@ -0,0 +1,13 @@
+{
+ "description": "🚀 Synthara – Your Smart AI Assistant Synthara is an advanced AI-powered virtual assistant designed to enhance productivity, answer queries, and automate tasks efficiently. Built with cutting-edge AI technology, Synthara delivers seamless interactions and intelligent responses.",
+ "repo": "https://github.com/ArhanAnsari/Synthara",
+ "owner": {
+ "username": "ArhanAnsari",
+ "email": "arhanansari2009@gmail.com",
+ "x": "https://x.com/codewitharhan",
+ "discord": "@codewitharhan"
+ },
+ "record": {
+ "CNAME": "synthara.vercel.app"
+ }
+}
diff --git a/domains/tainguyen.json b/domains/tainguyen.json
new file mode 100644
index 000000000..1819fd70e
--- /dev/null
+++ b/domains/tainguyen.json
@@ -0,0 +1,11 @@
+{
+ "description": "this is my profile",
+ "repo": "https://github.com/taitai2107/web_cv",
+ "owner": {
+ "username": "taitai2107",
+ "email": "nguyencongkhanhtai21072001@gmail.com"
+ },
+ "record": {
+ "CNAME": "taitai2107.github.io"
+ }
+}
diff --git a/domains/tanbaycu.json b/domains/tanbaycu.json
new file mode 100644
index 000000000..892edd731
--- /dev/null
+++ b/domains/tanbaycu.json
@@ -0,0 +1,12 @@
+{
+ "description": "Trang portfolio cá nhân của tôi.",
+ "repo": "https://github.com/tanbaycu/tanbaycu.github.io",
+ "owner": {
+ "username": "tanbaycu",
+ "email": "tanbaycu@gmail.com"
+ },
+ "record": {
+ "CNAME": "tanbaycu.vercel.app"
+ },
+ "proxied": true
+}
diff --git a/domains/tanish-chahal.json b/domains/tanish-chahal.json
index 332880c13..af18388a1 100644
--- a/domains/tanish-chahal.json
+++ b/domains/tanish-chahal.json
@@ -1,11 +1,11 @@
{
- "description": "Tanish's Portfolio",
- "repo": "https://github.com/TanishChahal/register",
- "owner": {
- "username": "TanishChahal",
- "email": "TanishChahal5705@gmail.com"
- },
- "record": {
- "URL": "https://tanishchahal.netlify.app"
- }
+ "description": "Tanish's Portfolio",
+ "repo": "https://github.com/TanishChahal/register",
+ "owner": {
+ "username": "TanishChahal",
+ "email": "TanishChahal5705@gmail.com"
+ },
+ "record": {
+ "URL": "https://tanishchahal.netlify.app"
+ }
}
diff --git a/domains/tanuj-nagpal.json b/domains/tanuj-nagpal.json
new file mode 100644
index 000000000..be8d09b2d
--- /dev/null
+++ b/domains/tanuj-nagpal.json
@@ -0,0 +1,11 @@
+{
+ "description": "personal website",
+ "repo": "https://github.com/tanuj101/personal-web-space",
+ "owner": {
+ "username": "tanuj101",
+ "email": "tanujnagpal999@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
diff --git a/domains/tawiah.json b/domains/tawiah.json
new file mode 100644
index 000000000..7582148ea
--- /dev/null
+++ b/domains/tawiah.json
@@ -0,0 +1,11 @@
+{
+ "description": "Describe the use of this subdomain",
+ "repo": "https://github.com/tawiahnyt/tawiah",
+ "owner": {
+ "username": "tawiahnyt",
+ "email": "tawiahin4k@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
+}
diff --git a/domains/terry.json b/domains/terry.json
new file mode 100644
index 000000000..e6de06fe4
--- /dev/null
+++ b/domains/terry.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "realyoterry",
+ "email": "theterrykim@gmail.com"
+ },
+ "record": {
+ "CNAME": "realyoterry.vercel.app"
+ }
+}
diff --git a/domains/texh.json b/domains/texh.json
index b41ddb98b..b1ea1da39 100644
--- a/domains/texh.json
+++ b/domains/texh.json
@@ -4,6 +4,6 @@
"email": "techtonic709@gmail.com"
},
"record": {
- "MX": ["mx1.improvmx.com"]
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"]
}
}
diff --git a/domains/thangle.json b/domains/thangle.json
new file mode 100644
index 000000000..f3b5eea08
--- /dev/null
+++ b/domains/thangle.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "thangle9999",
+ "discord": "thangle9999"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=thangle.is-a.dev,bd6f80914ee2949ce900"
+ }
+}
diff --git a/domains/thanh-sang.json b/domains/thanh-sang.json
new file mode 100644
index 000000000..5254349b3
--- /dev/null
+++ b/domains/thanh-sang.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sanG-github",
+ "email": "sanghuynh20000@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-logan.netlify.app"
+ }
+}
diff --git a/domains/thavirak.json b/domains/thavirak.json
new file mode 100644
index 000000000..2ae929ee3
--- /dev/null
+++ b/domains/thavirak.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "thavirak",
+ "email": "thavirak@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
diff --git a/domains/the-green-light.json b/domains/the-green-light.json
deleted file mode 100644
index bec4a9ac0..000000000
--- a/domains/the-green-light.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Senky-Dev",
- "email": "agarwala.keshav10@gmail.com"
- },
- "record": {
- "CNAME": "the-green-light.pages.dev"
- }
-}
diff --git a/domains/thedt.json b/domains/thedt.json
index ca92d70ce..af18ae2b3 100644
--- a/domains/thedt.json
+++ b/domains/thedt.json
@@ -4,6 +4,6 @@
"email": "duongtuan30306@gmail.com"
},
"record": {
- "CNAME": "thedt-portfolio.pages.dev"
+ "CNAME": "thedthomepage.pages.dev"
}
}
diff --git a/domains/therookiecoder.json b/domains/therookiecoder.json
index 3dec24550..be47f4fa2 100644
--- a/domains/therookiecoder.json
+++ b/domains/therookiecoder.json
@@ -1,10 +1,12 @@
{
+ "description": "My personal website",
+ "repo": "https://github.com/theRookieCoder/theRookieCoder.github.io",
"owner": {
"username": "theRookieCoder",
"email": "ileshkt@gmail.com",
- "discord": "theRookieCoder#1287"
+ "discord": "therookiecoder"
},
"record": {
- "URL": "https://github.com/theRookieCoder"
+ "CNAME": "therookiecoder.github.io"
}
}
diff --git a/domains/thorito.json b/domains/thorito.json
new file mode 100644
index 000000000..f9b31b22d
--- /dev/null
+++ b/domains/thorito.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal Portfolio Website",
+ "repo": "https://github.com/thorito/thorito.github.io",
+ "owner": {
+ "username": "thorito",
+ "email": "victor.villar.misa@gmail.com"
+ },
+ "record": {
+ "CNAME": "thorito.github.io"
+ }
+}
diff --git a/domains/thuc.json b/domains/thuc.json
new file mode 100644
index 000000000..5c10b4b73
--- /dev/null
+++ b/domains/thuc.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "thucngyyen"
+ },
+ "record": {
+ "CNAME": "thucngyyen.github.io"
+ }
+}
diff --git a/domains/tiep-dv.json b/domains/tiep-dv.json
new file mode 100644
index 000000000..06c89907c
--- /dev/null
+++ b/domains/tiep-dv.json
@@ -0,0 +1,11 @@
+{
+ "description": "tiep-dv.is-a.dev : This is my personal notebook",
+ "repo": "https://github.com/tiep-dv/github-repository",
+ "owner": {
+ "username": "tiep-dv",
+ "email": "tiepduongv@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/tiep-dv"
+ }
+}
diff --git a/domains/toastedstuff.json b/domains/toastedstuff.json
new file mode 100644
index 000000000..279bc8f6f
--- /dev/null
+++ b/domains/toastedstuff.json
@@ -0,0 +1,11 @@
+{
+ "description": "toast's site lol",
+ "repo": "https://github.com/bpr1ch3/bpr1ch3.github.io",
+ "owner": {
+ "username": "bpr1ch3",
+ "email": "toastedstufff@gmail.com"
+ },
+ "record": {
+ "CNAME": "bpr1ch3.github.io"
+ }
+}
diff --git a/domains/tobi.json b/domains/tobi.json
new file mode 100644
index 000000000..b8f1d131f
--- /dev/null
+++ b/domains/tobi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tobikli",
+ "email": "tobikli@pm.me"
+ },
+ "record": {
+ "URL": "https://tobia.sh"
+ }
+}
diff --git a/domains/tobias.json b/domains/tobias.json
index 238276223..bd43dbc9d 100644
--- a/domains/tobias.json
+++ b/domains/tobias.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "smarterToby",
- "discord": "724712767080235049"
- },
- "record": {
- "CNAME": "tobiasreuss.vercel.app"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "smarterToby",
+ "discord": "724712767080235049"
+ },
+ "record": {
+ "CNAME": "tobiasreuss.vercel.app"
+ }
+}
diff --git a/domains/tomek.json b/domains/tomek.json
new file mode 100644
index 000000000..defbebbd1
--- /dev/null
+++ b/domains/tomek.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "tomek-i"
+ },
+ "record": {
+ "CNAME": "tomek-i.github.io"
+ }
+}
diff --git a/domains/trademark.json b/domains/trademark.json
index 116efdcd4..59d91b0bb 100644
--- a/domains/trademark.json
+++ b/domains/trademark.json
@@ -1,11 +1,11 @@
{
- "description": "nice subdomain for my personal website.",
- "repo": "https://github.com/trmrk/trademark",
- "owner": {
- "username": "trmrk",
- "email": "augmooney@gmail.com"
- },
- "record": {
- "A": ["75.2.60.5"]
- }
+ "description": "nice subdomain for my personal website.",
+ "repo": "https://github.com/trmrk/trademark",
+ "owner": {
+ "username": "trmrk",
+ "email": "augmooney@gmail.com"
+ },
+ "record": {
+ "A": ["75.2.60.5"]
+ }
}
diff --git a/domains/tranduytoan.json b/domains/tranduytoan.json
new file mode 100644
index 000000000..9c327da91
--- /dev/null
+++ b/domains/tranduytoan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tranduytoan",
+ "email": "toandeptraibodoiqua.10a4@gmail.com"
+ },
+ "record": {
+ "CNAME": "tranduytoan.github.io"
+ }
+}
diff --git a/domains/trucpham.json b/domains/trucpham.json
new file mode 100644
index 000000000..af42286f9
--- /dev/null
+++ b/domains/trucpham.json
@@ -0,0 +1,12 @@
+{
+ "description": "My portfolio website.",
+ "repo": "https://github.com/trucpham04",
+ "owner": {
+ "username": "trucpham04",
+ "email": "trucpham04@proton.me"
+ },
+ "record": {
+ "CNAME": "trucpham.pages.dev"
+ },
+ "proxied": true
+}
diff --git a/domains/truongvanthong.json b/domains/truongvanthong.json
new file mode 100644
index 000000000..835cd40cc
--- /dev/null
+++ b/domains/truongvanthong.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "truongvanthong",
+ "email": "thongvanpro2002@gmail.com"
+ },
+ "record": {
+ "CNAME": "truongvanthong.github.io"
+ }
+}
diff --git a/domains/tsania.json b/domains/tsania.json
new file mode 100644
index 000000000..bfb6df136
--- /dev/null
+++ b/domains/tsania.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tsnzzhr",
+ "email": "tsnzzhr102@gmail.com"
+ },
+ "record": {
+ "CNAME": "tsanias.vercel.app"
+ }
+}
diff --git a/domains/tulasidhar.json b/domains/tulasidhar.json
new file mode 100644
index 000000000..323dd95dc
--- /dev/null
+++ b/domains/tulasidhar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tulasidharm",
+ "email": "tulasidharmulakaluri@gmail.com"
+ },
+ "record": {
+ "CNAME": "tulasidharm.github.io"
+ }
+}
diff --git a/domains/tungbt.json b/domains/tungbt.json
new file mode 100644
index 000000000..c4a66578f
--- /dev/null
+++ b/domains/tungbt.json
@@ -0,0 +1,20 @@
+{
+ "description": "tungbt.is-a.dev : This is my personal blog",
+ "owner": {
+ "username": "bthanhtung",
+ "email": "bthanhtung.se@gmail.com"
+ },
+ "record": {
+ "URL": "https://tungbt.vercel.app/"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/github": "https://github.com/bthanhtung",
+ "/x": "https://x.com/_bthanhtung",
+ "/fb": "https://facebook.com/TungDaDev",
+ "/linkedin": "https://linkedin.com/in/TungDaDev",
+ "/viblo": "https://viblo.asia/u/bthanhtung"
+ },
+ "redirect_paths": true
+ }
+}
diff --git a/domains/twistedtransistor.json b/domains/twistedtransistor.json
new file mode 100644
index 000000000..2ce8dc325
--- /dev/null
+++ b/domains/twistedtransistor.json
@@ -0,0 +1,11 @@
+{
+ "description": "My Portfolio website",
+ "repo": "https://github.com/mikeisfree/webzone404",
+ "owner": {
+ "username": "mikeisfree",
+ "email": "mzaperty@gmail.com"
+ },
+ "record": {
+ "CNAME": "mikeisfree.github.io"
+ }
+}
diff --git a/domains/udit.json b/domains/udit.json
new file mode 100644
index 000000000..b80065b9a
--- /dev/null
+++ b/domains/udit.json
@@ -0,0 +1,11 @@
+{
+ "description": "Udit's portfolio",
+ "repo": "https://github.com/uditdev1/details",
+ "owner": {
+ "username": "uditdev",
+ "email": "uditdev0008@gmail.com"
+ },
+ "record": {
+ "CNAME": "details-five.vercel.app"
+ }
+}
diff --git a/domains/uditha.json b/domains/uditha.json
new file mode 100644
index 000000000..962512690
--- /dev/null
+++ b/domains/uditha.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "udithamanohara"
+ },
+ "record": {
+ "CNAME": "udithamanohara.github.io"
+ }
+}
diff --git a/domains/udyanupal.json b/domains/udyanupal.json
new file mode 100644
index 000000000..b257a8a54
--- /dev/null
+++ b/domains/udyanupal.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "udyanupal"
+ },
+ "record": {
+ "CNAME": "usupal.vercel.app"
+ }
+}
diff --git a/domains/ujjvaljoshi.json b/domains/ujjvaljoshi.json
index ff022a990..aeffece32 100644
--- a/domains/ujjvaljoshi.json
+++ b/domains/ujjvaljoshi.json
@@ -1,11 +1,10 @@
{
- "description": "Portfolio Website",
- "repo": "https://github.com/ujjvaljoshi45/ujjvaljoshi45",
- "owner": {
- "username": "ujjvaljoshi45",
- "email": "ujjvaljoshi45@gmail.com"
- },
- "record": {
- "CNAME": "portfolio-ivui.vercel.app"
- }
+ "description": "Main Page",
+ "owner": {
+ "username": "ujjvaljoshi45",
+ "email": "ujjvaljoshi45@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
}
diff --git a/domains/umar.json b/domains/umar.json
index de9b455a7..063adf298 100644
--- a/domains/umar.json
+++ b/domains/umar.json
@@ -1,9 +1,9 @@
-{
- "owner": {
- "username": "umarsidiki",
- "email": "siddiquiumar0007@gmail.com"
- },
- "record": {
- "CNAME": "umarsidiki.github.io"
- }
-}
\ No newline at end of file
+{
+ "owner": {
+ "username": "umarsidiki",
+ "email": "siddiquiumar0007@gmail.com"
+ },
+ "record": {
+ "CNAME": "umarsidiki.github.io"
+ }
+}
diff --git a/domains/undefined.json b/domains/undefined.json
index d860e36c3..d2143d6e5 100644
--- a/domains/undefined.json
+++ b/domains/undefined.json
@@ -1,8 +1,7 @@
{
"description": "This subdomain is for my personal portfolio website.",
- "repo": "https://github.com/baokhang4930/baokhang4930.github.io",
"owner": {
- "username": "baokhang4930",
+ "username": "actuallyundefined",
"email": "baokhang4930@gmail.com",
"twitter": "undefiined__"
},
diff --git a/domains/unlux.json b/domains/unlux.json
new file mode 100644
index 000000000..48c3d9643
--- /dev/null
+++ b/domains/unlux.json
@@ -0,0 +1,10 @@
+{
+ "description": "Porfolio website link for lux",
+ "owner": {
+ "username": "unlux",
+ "email": "support@unlux.dev"
+ },
+ "record": {
+ "URL": "https://unlux.dev"
+ }
+}
diff --git a/domains/url.aditya.json b/domains/url.aditya.json
deleted file mode 100644
index bdf74b007..000000000
--- a/domains/url.aditya.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "subdomain for link redirection",
- "owner": {
- "username": "dedomil",
- "email": "ishqaddy@gmail.com",
- "twitter": "aadixl",
- "discord": "dedomil"
- },
- "record": {
- "CNAME": "edge.redirect.pizza"
- }
-}
diff --git a/domains/usamakhalid.json b/domains/usamakhalid.json
new file mode 100644
index 000000000..a07a72c04
--- /dev/null
+++ b/domains/usamakhalid.json
@@ -0,0 +1,11 @@
+{
+ "description": "THIS IS MY PORTFOLIO WEBSITE, But I am still working on it. I will update it soon.",
+ "repo": "https://github.com/usama0155/portfolio",
+ "owner": {
+ "username": "usama0155",
+ "email": "usamak5453@gmail.com"
+ },
+ "record": {
+ "CNAME": "usama0155.github.io"
+ }
+}
diff --git a/domains/user0.json b/domains/user0.json
index f20cd0911..a4d0c0619 100644
--- a/domains/user0.json
+++ b/domains/user0.json
@@ -3,10 +3,9 @@
"repo": "https://github.com/user0-07161/user0-07161.github.io",
"owner": {
"username": "user0-07161",
- "email": "user0thenyancat@proton.me",
- "discord": "1213799919920484364"
+ "email": "user0thenyancat@proton.me"
},
"record": {
- "CNAME": "user0-07161.github.io"
+ "CNAME": "user0-07161.codeberg.page"
}
}
diff --git a/domains/ushnish.json b/domains/ushnish.json
new file mode 100644
index 000000000..104afd249
--- /dev/null
+++ b/domains/ushnish.json
@@ -0,0 +1,16 @@
+{
+ "owner": {
+ "username": "UshnishG",
+ "email": "ghosalushnish@gmail.com"
+ },
+ "record": {
+ "URL": "https://ushnish.vercel.app"
+ },
+ "redirect_config": {
+ "custom_paths": {
+ "/github": "https://github.com/UshnishG",
+ "/linkedin": "https://www.linkedin.com/in/ushnishghosal"
+ },
+ "redirect_paths": true
+ }
+}
diff --git a/domains/valentin-nicheglod.json b/domains/valentin-nicheglod.json
new file mode 100644
index 000000000..08cf9c30c
--- /dev/null
+++ b/domains/valentin-nicheglod.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "valentinnicheglod",
+ "email": "nicheglod69@gmail.com"
+ },
+ "record": {
+ "CNAME": "valentinnicheglod.github.io"
+ }
+}
diff --git a/domains/valenvivaldi.json b/domains/valenvivaldi.json
new file mode 100644
index 000000000..e4dae1730
--- /dev/null
+++ b/domains/valenvivaldi.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "valenvivaldi"
+ },
+ "record": {
+ "URL": "https://github.com/valenvivaldi"
+ }
+}
diff --git a/domains/vampirepapi.json b/domains/vampirepapi.json
new file mode 100644
index 000000000..27854e7c8
--- /dev/null
+++ b/domains/vampirepapi.json
@@ -0,0 +1,11 @@
+{
+ "description": "vampirepapi's portfolio website",
+ "repo": "https://github.com/vampirepapi/vampirepapi.github.io",
+ "owner": {
+ "username": "vampirepapi",
+ "email": "shubhamsourabh8@gmail.com"
+ },
+ "record": {
+ "CNAME": "vampirepapi.github.io"
+ }
+}
\ No newline at end of file
diff --git a/domains/varun-kumar.json b/domains/varun-kumar.json
index 747ee4f16..be2a09ca9 100644
--- a/domains/varun-kumar.json
+++ b/domains/varun-kumar.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "varun-kumar-code",
- "email": "varunkumar1329@gmail.com"
- },
- "record": {
- "CNAME": "varun-kumar-code.github.io"
- }
+ "owner": {
+ "username": "varun-kumar-code",
+ "email": "varunkumar1329@gmail.com"
+ },
+ "record": {
+ "CNAME": "varun-kumar-code.github.io"
+ }
}
diff --git a/domains/vdevanarayan.json b/domains/vdevanarayan.json
index 91adbc61a..149ef15b8 100644
--- a/domains/vdevanarayan.json
+++ b/domains/vdevanarayan.json
@@ -4,6 +4,7 @@
"email": "octavius1983bc@gmail.com"
},
"record": {
- "URL": "https://vdevanarayan.vercel.app"
+ "A": ["76.76.21.21"],
+ "TXT": "google-site-verification=NcQI-OpciiCC6SO5bs1ws-ptlIZ9AEZskMszLGwFcOY"
}
}
diff --git a/domains/vedant.json b/domains/vedant.json
new file mode 100644
index 000000000..15624eabb
--- /dev/null
+++ b/domains/vedant.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "theonlyvedu"
+ },
+ "record": {
+ "CNAME": "theonlyvedu.github.io"
+ }
+}
diff --git a/domains/veronicacamarzana.json b/domains/veronicacamarzana.json
new file mode 100644
index 000000000..0d425e9ae
--- /dev/null
+++ b/domains/veronicacamarzana.json
@@ -0,0 +1,11 @@
+{
+ "description": "Veronica Camarzana Website",
+ "repo": "https://github.com/vcamarzana/web",
+ "owner": {
+ "username": "vcamarzana",
+ "email": "veronicacamarzana@outlook.es"
+ },
+ "record": {
+ "CNAME": "vcamarzana.github.io"
+ }
+}
diff --git a/domains/veygax.json b/domains/veygax.json
new file mode 100644
index 000000000..d07e62baf
--- /dev/null
+++ b/domains/veygax.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "veygax",
+ "email": "veyga@checkpoint.llc",
+ "discord": "1119938236245094521"
+
+ },
+ "record": {
+ "CNAME": "cname.vercel-dns.com"
+ }
+}
diff --git a/domains/viernes.json b/domains/viernes.json
new file mode 100644
index 000000000..a738e08c8
--- /dev/null
+++ b/domains/viernes.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "br0k3r",
+ "email": "br0k3r@protonmail.com"
+ },
+ "record": {
+ "CNAME": "viernes.surge.sh"
+ }
+}
diff --git a/domains/viet.json b/domains/viet.json
new file mode 100644
index 000000000..8ed672915
--- /dev/null
+++ b/domains/viet.json
@@ -0,0 +1,12 @@
+{
+ "description": "Secondary domain for vietthe.dev",
+ "repo": "https://github.com/vietthedev/vietthe.dev",
+ "owner": {
+ "username": "vietthedev",
+ "email": "vietthedev@gmail.com",
+ "discord": "vietthedev"
+ },
+ "record": {
+ "NS": ["evangeline.ns.cloudflare.com", "salvador.ns.cloudflare.com"]
+ }
+}
diff --git a/domains/vikipranata.json b/domains/vikipranata.json
new file mode 100644
index 000000000..1bdca1386
--- /dev/null
+++ b/domains/vikipranata.json
@@ -0,0 +1,12 @@
+{
+ "description": "Domain for personal web pages",
+ "owner": {
+ "username": "vikipranata",
+ "email": "helovikipranata@gmail.com"
+ },
+ "record": {
+ "CNAME": "vikipranata.github.io",
+ "TXT": "google-site-verification=P0NDXXGrIMQIApUCl70HKX0nLphXZtzeW2B4qckwuLE"
+ },
+ "proxied": true
+}
diff --git a/domains/vineeth.json b/domains/vineeth.json
new file mode 100644
index 000000000..c523be526
--- /dev/null
+++ b/domains/vineeth.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vineeth-motati",
+ "email": "vineethmotati@duck.com"
+ },
+ "record": {
+ "CNAME": "vineeth-reddy-motati.vercel.app"
+ }
+}
\ No newline at end of file
diff --git a/domains/vinitshah.json b/domains/vinitshah.json
new file mode 100644
index 000000000..a40cd92da
--- /dev/null
+++ b/domains/vinitshah.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio Webisite",
+ "repo": "https://github.com/vinitshah101/portfolio-website",
+ "owner": {
+ "username": "vinitshah101",
+ "email": "vinitshahofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "vinitshah101.github.io"
+ }
+}
diff --git a/domains/visionmate.akshit-jain.json b/domains/visionmate.akshit-jain.json
new file mode 100644
index 000000000..736a47c01
--- /dev/null
+++ b/domains/visionmate.akshit-jain.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "akshitjain16",
+ "email": "gang.akshitjain@gmail.com"
+ },
+ "record": {
+ "URL": "https://vision-mate.netlify.app/"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/vlad.json b/domains/vlad.json
new file mode 100644
index 000000000..cfc329f7e
--- /dev/null
+++ b/domains/vlad.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "uladkaminski",
+ "email": "i@uladkaminski.com"
+ },
+ "record": {
+ "CNAME": "uladkaminski.com"
+ }
+}
diff --git a/domains/voucan.json b/domains/voucan.json
new file mode 100644
index 000000000..a61ce1080
--- /dev/null
+++ b/domains/voucan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "voucan",
+ "email": "vcn4313@gmail.com"
+ },
+ "record": {
+ "CNAME": "voucan.pages.dev"
+ }
+}
diff --git a/domains/vs206.json b/domains/vs206.json
new file mode 100644
index 000000000..28fded3f2
--- /dev/null
+++ b/domains/vs206.json
@@ -0,0 +1,11 @@
+{
+ "description": "is-a.dev subdomain for my portfolio",
+ "repo": "https://github.com/vs206/vs206.github.io",
+ "owner": {
+ "username": "vs206",
+ "email": "singhvikal891@gmail.com"
+ },
+ "record": {
+ "CNAME": "vs206.github.io"
+ }
+}
diff --git a/domains/vugx.json b/domains/vugx.json
new file mode 100644
index 000000000..522ba37b9
--- /dev/null
+++ b/domains/vugx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TheVugx",
+ "email": "thevugx@gmail.com"
+ },
+ "record": {
+ "CNAME": "thevugx.github.io"
+ }
+}
diff --git a/domains/vukhoi.json b/domains/vukhoi.json
new file mode 100644
index 000000000..e71f148b4
--- /dev/null
+++ b/domains/vukhoi.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "khoivt",
+ "email": "khoidragonslayer+is-a-dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "vukhoidev.vercel.app"
+ },
+ "proxied": false
+ }
diff --git a/domains/w0l1d.json b/domains/w0l1d.json
new file mode 100644
index 000000000..f96d1bd90
--- /dev/null
+++ b/domains/w0l1d.json
@@ -0,0 +1,13 @@
+{
+ "description": "Personal Software engineer portfolio",
+ "repo": "https://github.com/is-a-dev/docs",
+ "owner": {
+ "username": "w0l1d",
+ "email": "w0l1d.dev@gmail.com",
+ "linkedin": "linkedin.com/in/w0l1d"
+ },
+ "record": {
+ "CNAME": "www.w0l1d.me"
+ },
+ "proxied": true
+}
diff --git a/domains/w3teal.json b/domains/w3teal.json
new file mode 100644
index 000000000..d8afb6325
--- /dev/null
+++ b/domains/w3teal.json
@@ -0,0 +1,16 @@
+{
+ "description": "Used for my W3Teal's blog website, Keyoxide verification and ImprovMX.",
+ "repo": "https://github.com/w3teal/w3teal.github.io",
+ "owner": {
+ "username": "w3teal",
+ "email": "w3teal@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"],
+ "TXT": [
+ "aspe:keyoxide.org:YM7J2J5UIVYRWSHRSOTYFYJ2HQ",
+ "v=spf1 include:spf.improvmx.com ~all"
+ ],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"]
+ }
+}
diff --git a/domains/wahid7852.json b/domains/wahid7852.json
index 9e204221e..f922c2c83 100644
--- a/domains/wahid7852.json
+++ b/domains/wahid7852.json
@@ -1,11 +1,11 @@
{
"description": "portfolio site for Abdul Wahid Khan",
- "repo": "https://github.com/Wahid7852/Wahid7852.github.io",
+ "repo": "https://github.com/Wahid7852/wahid-portfolio",
"owner": {
"username": "Wahid7852",
"email": "wahidzk0091@gmail.com"
},
"record": {
- "URL": "https://wahid-wahid7852.vercel.app"
+ "URL": "https://wahid-portfolio-tczb-wahid-khans-projects.vercel.app/"
}
}
diff --git a/domains/wasim.json b/domains/wasim.json
new file mode 100644
index 000000000..fdae2d706
--- /dev/null
+++ b/domains/wasim.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "simbaig",
+ "email": "wasimbaig000@gmail.com"
+ },
+ "record": {
+ "CNAME": "wasimb.vercel.app"
+ }
+}
diff --git a/domains/wh.json b/domains/wh.json
deleted file mode 100644
index 55dcef36b..000000000
--- a/domains/wh.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "wdhdev",
- "email": "william@is-a.dev"
- },
- "record": {
- "URL": "https://william.is-a.dev"
- },
- "redirect_config": {
- "redirect_paths": true
- }
-}
diff --git a/domains/william2sober.json b/domains/william2sober.json
new file mode 100644
index 000000000..89d6ca4f9
--- /dev/null
+++ b/domains/william2sober.json
@@ -0,0 +1,12 @@
+{
+ "description": "The Website is to show off all my links and Dev Discord server",
+ "repo": "https://github.com/william2sober/is-a-dev",
+ "owner": {
+ "username": "william2sober",
+ "email": "willliam2sober@gmail.com"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ },
+ "proxied": false
+}
diff --git a/domains/williamwei.json b/domains/williamwei.json
new file mode 100644
index 000000000..3c5db8571
--- /dev/null
+++ b/domains/williamwei.json
@@ -0,0 +1,11 @@
+{
+ "description": "William Wei's Blog",
+ "repo": "https://github.com/WiIIiamWei",
+ "owner": {
+ "username": "WiIIiamWei",
+ "email": "me@williamwei.top"
+ },
+ "record": {
+ "CNAME": "willwell.netlify.app"
+ }
+}
diff --git a/domains/wilson-cordova.json b/domains/wilson-cordova.json
new file mode 100644
index 000000000..6adad4a17
--- /dev/null
+++ b/domains/wilson-cordova.json
@@ -0,0 +1,11 @@
+{
+ "description": "Subdominio para el portafolio de Wilson Córdova",
+ "repo": "https://github.com/WSteeven/wilson-steeven.github.io",
+ "owner": {
+ "username": "WSteeven",
+ "email": "wilson972906@gmail.com"
+ },
+ "record": {
+ "CNAME": "wsteeven.github.io"
+ }
+}
diff --git a/domains/witchboo.json b/domains/witchboo.json
index 965a7c682..53865792f 100644
--- a/domains/witchboo.json
+++ b/domains/witchboo.json
@@ -4,6 +4,6 @@
"email": "soconfirmo@hotmail.com"
},
"record": {
- "CNAME": "witchboo.github.io"
+ "URL": "https://witchboo.me"
}
}
diff --git a/domains/wizzybot.joe50097.json b/domains/wizzybot.joe50097.json
new file mode 100644
index 000000000..832d78797
--- /dev/null
+++ b/domains/wizzybot.joe50097.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Joe50097",
+ "email": "zcell9500@gmail.com"
+ },
+ "record": {
+ "CNAME": "wizzybot.netlify.app"
+ }
+}
diff --git a/domains/worldsavior.json b/domains/worldsavior.json
new file mode 100644
index 000000000..def794982
--- /dev/null
+++ b/domains/worldsavior.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Worldsavior",
+ "email": "kajuki27@gmail.com"
+ },
+ "record": {
+ "CNAME": "worldsavior.me"
+ }
+}
diff --git a/domains/www.0xarchit.json b/domains/www.0xarchit.json
new file mode 100644
index 000000000..2283aae72
--- /dev/null
+++ b/domains/www.0xarchit.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "0xarchit",
+ "email": "mail@0xarchit.is-a.dev"
+ },
+ "record": {
+ "URL": "https://0xarchit.is-a.dev"
+ }
+}
diff --git a/domains/www.all.json b/domains/www.all.json
new file mode 100644
index 000000000..425e8bf7e
--- /dev/null
+++ b/domains/www.all.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "justdeveloper@juststudio.is-a.dev"
+ },
+ "record": {
+ "URL": "https://all.is-a.dev/"
+ }
+}
diff --git a/domains/www.angganix.json b/domains/www.angganix.json
new file mode 100644
index 000000000..e7078cf3b
--- /dev/null
+++ b/domains/www.angganix.json
@@ -0,0 +1,10 @@
+{
+ "description": "Domain for redirection to angganix.is-a.dev",
+ "owner": {
+ "username": "angganix",
+ "email": "angganix@gmail.com"
+ },
+ "record": {
+ "URL": "https://angganix.is-a.dev"
+ }
+}
diff --git a/domains/www.bao.json b/domains/www.bao.json
new file mode 100644
index 000000000..712d7588f
--- /dev/null
+++ b/domains/www.bao.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bphamict",
+ "email": "bphamict@gmail.com"
+ },
+ "record": {
+ "CNAME": "ghs.google.com"
+ }
+}
diff --git a/domains/www.encoder.js.json b/domains/www.encoder.js.json
new file mode 100644
index 000000000..78d2124d6
--- /dev/null
+++ b/domains/www.encoder.js.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "support@juststudio.is-a.dev"
+ },
+ "record": {
+ "URL": "https://encoder.js.is-a.dev/"
+ }
+}
diff --git a/domains/www.harunabdullah.json b/domains/www.harunabdullah.json
new file mode 100644
index 000000000..f535533c9
--- /dev/null
+++ b/domains/www.harunabdullah.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "harunabdullahrakin"
+ },
+
+ "record": {
+ "A": ["185.31.40.12"]
+ }
+}
diff --git a/domains/www.justdeveloper.json b/domains/www.justdeveloper.json
new file mode 100644
index 000000000..a2dd570b7
--- /dev/null
+++ b/domains/www.justdeveloper.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "justdeveloper@juststudio.is-a.dev"
+ },
+ "record": {
+ "URL": "https://justdeveloper.is-a.dev/"
+ }
+}
diff --git a/domains/www.juststudio.json b/domains/www.juststudio.json
new file mode 100644
index 000000000..68c44d3ee
--- /dev/null
+++ b/domains/www.juststudio.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "support@juststudio.is-a.dev"
+ },
+ "record": {
+ "URL": "https://juststudio.is-a.dev/"
+ }
+}
diff --git a/domains/www.sign.alvin.json b/domains/www.sign.alvin.json
new file mode 100644
index 000000000..810c13865
--- /dev/null
+++ b/domains/www.sign.alvin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alvinsjoy",
+ "discord": "825382504353234954"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
diff --git a/domains/www.tanuj-nagpal.json b/domains/www.tanuj-nagpal.json
new file mode 100644
index 000000000..b174bda4e
--- /dev/null
+++ b/domains/www.tanuj-nagpal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tanuj101",
+ "email": "tanujnagpal999@gmail.com"
+ },
+ "record": {
+ "CNAME": "tanuj101.netlify.app"
+ }
+}
diff --git a/domains/www.vikipranata.json b/domains/www.vikipranata.json
new file mode 100644
index 000000000..6f71cbfe9
--- /dev/null
+++ b/domains/www.vikipranata.json
@@ -0,0 +1,10 @@
+{
+ "description": "Domain for redirection to vikipranata.is-a.dev",
+ "owner": {
+ "username": "vikipranata",
+ "email": "helovikipranata@gmail.com"
+ },
+ "record": {
+ "URL": "https://vikipranata.is-a.dev"
+ }
+}
diff --git a/domains/www.wizzybot.joe50097.json b/domains/www.wizzybot.joe50097.json
new file mode 100644
index 000000000..832d78797
--- /dev/null
+++ b/domains/www.wizzybot.joe50097.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Joe50097",
+ "email": "zcell9500@gmail.com"
+ },
+ "record": {
+ "CNAME": "wizzybot.netlify.app"
+ }
+}
diff --git a/domains/xavier.json b/domains/xavier.json
new file mode 100644
index 000000000..e8c7047f4
--- /dev/null
+++ b/domains/xavier.json
@@ -0,0 +1,11 @@
+{
+ "description": "Xavier Personal Development Site",
+ "repo": "https://github.com/MrSiir/mrsiir.github.io",
+ "owner": {
+ "username": "MrSiir",
+ "email": "mrsiir@gmail.com"
+ },
+ "record": {
+ "CNAME": "mrsiir.github.io"
+ }
+}
diff --git a/domains/xenonrexo.json b/domains/xenonrexo.json
index ac46d78de..61d5d10fb 100644
--- a/domains/xenonrexo.json
+++ b/domains/xenonrexo.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "shshams",
- "email": "shahadathossenshams@gmail.com"
- },
- "record": {
- "CNAME": "xenonrexo.vercel.app"
- }
+ "owner": {
+ "username": "shshams",
+ "email": "shahadathossenshams@gmail.com"
+ },
+ "record": {
+ "CNAME": "xenonrexo.vercel.app"
+ }
}
diff --git a/domains/xhide341.json b/domains/xhide341.json
new file mode 100644
index 000000000..4d5e23169
--- /dev/null
+++ b/domains/xhide341.json
@@ -0,0 +1,12 @@
+{
+ "description": "Hey, I'm hide and I'm a developer",
+ "repo": "https://github.com/xhide341/portfolio",
+ "owner": {
+ "username": "xhide341",
+ "email": "shawnehgn10@gmail.com",
+ "discord": "364749406878171136"
+ },
+ "record": {
+ "CNAME": "xhide341.netlify.app"
+ }
+}
diff --git a/domains/xn--01a.json b/domains/xn--01a.json
deleted file mode 100644
index 803c2d456..000000000
--- a/domains/xn--01a.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "ы.is-a.dev",
- "repo": "https://github.com/juststudio7/website",
- "owner": {
- "username": "JustDeveloper1",
- "email": "support@juststudio.is-a.dev"
- },
- "record": {
- "CNAME": "edge.redirect.pizza"
- }
-}
diff --git a/domains/xn--mt9h.json b/domains/xn--mt9h.json
deleted file mode 100644
index 9a903f2a6..000000000
--- a/domains/xn--mt9h.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "DynoW",
- "email": "naffets0@gmail.com",
- "discord": "455608238335983617"
- },
- "record": {
- "URL": "https://dyno.is-a.dev"
- }
-}
diff --git a/domains/xthe.json b/domains/xthe.json
deleted file mode 100644
index 64667b6b1..000000000
--- a/domains/xthe.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "repo": "https://github.com/SirXThe/sirxthe.github.io",
- "owner": {
- "username": "SirXThe",
- "email": "sirxthe@gmail.com",
- "discord": "XThe#4695"
- },
- "record": {
- "CNAME": "sirxthe.github.io"
- }
-}
diff --git a/domains/yahli.json b/domains/yahli.json
new file mode 100644
index 000000000..94473bb32
--- /dev/null
+++ b/domains/yahli.json
@@ -0,0 +1,10 @@
+{
+ "description": "Personal dev website",
+ "owner": {
+ "username": "yahligitzi",
+ "email": "yahligitzi2@gmail.com"
+ },
+ "record": {
+ "CNAME": "yahligitzi.github.io"
+ }
+}
diff --git a/domains/yamenher.json b/domains/yamenher.json
new file mode 100644
index 000000000..c6654d8c5
--- /dev/null
+++ b/domains/yamenher.json
@@ -0,0 +1,11 @@
+{
+ "description": "A Material Website about me",
+ "repo": "https://github.com/yamenher/info",
+ "owner": {
+ "username": "Yamenher",
+ "email": "hermassiyamen@gmail.com"
+ },
+ "record": {
+ "CNAME": "yamenher.github.io"
+ }
+}
\ No newline at end of file
diff --git a/domains/yas.json b/domains/yas.json
index e22f156c1..d3b5a8a8b 100644
--- a/domains/yas.json
+++ b/domains/yas.json
@@ -1,11 +1,11 @@
{
- "description": "My Portfolio",
- "repo": "https://github.com/yashokuu/yashokuu.github.io",
- "owner": {
- "username": "yashoukuu",
- "email": "yas.studios.en@gmail.com"
- },
- "record": {
- "CNAME": "yashokuu.github.io"
- }
+ "description": "My Portfolio",
+ "repo": "https://github.com/yashokuu/yashokuu.github.io",
+ "owner": {
+ "username": "yashoukuu",
+ "email": "yas.studios.en@gmail.com"
+ },
+ "record": {
+ "CNAME": "yashokuu.github.io"
+ }
}
diff --git a/domains/yashnerkar.json b/domains/yashnerkar.json
new file mode 100644
index 000000000..dcee824d0
--- /dev/null
+++ b/domains/yashnerkar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "yashnerkar",
+ "email": "yashnerkar512@gmail.com"
+ },
+ "record": {
+ "CNAME": "yashnerkar.github.io"
+ }
+}
diff --git a/domains/yatsuki.json b/domains/yatsuki.json
new file mode 100644
index 000000000..5e975566f
--- /dev/null
+++ b/domains/yatsuki.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal dev domain for my portfolio, testing purposes, and self-hosting via Cloudflare Tunnel.",
+ "owner": {
+ "username": "Turkitutu",
+ "email": "turkitututfm@gmail.com",
+ "discord": "yatsuki."
+ },
+ "record": {
+ "NS": ["ezra.ns.cloudflare.com", "teagan.ns.cloudflare.com"]
+ }
+}
diff --git a/domains/yeasin.json b/domains/yeasin.json
new file mode 100644
index 000000000..9cb2a9e92
--- /dev/null
+++ b/domains/yeasin.json
@@ -0,0 +1,11 @@
+{
+ "description": "yeasin.is-a.dev",
+ "owner": {
+ "username": "yeasiin",
+ "email": "iamyeasiin@gmail.com"
+ },
+ "record": {
+ "CNAME": "yeasiin.github.io"
+ },
+ "proxied": true
+}
diff --git a/domains/yellososa.json b/domains/yellososa.json
new file mode 100644
index 000000000..5673378fa
--- /dev/null
+++ b/domains/yellososa.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Dn1w",
+ "discord": "923208452581511199",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.UYEThSdIZTWX2_fHUJL6USuvkXNHtizdv6i6tq7VlLbxQ8hB9ShSrlEvwEbAL7xapElXx-Zjn9-DeeQLlpD6evOb-qeUOLp2bBA_TK9RmLnJnQEfTNsnjZAJwkd_IZUWtSoPVISyooLfEIFROAalmyBvOqO4jo6f_VS62akDJjFkpNHGizyTy3Ap4o4ECYhw3DJDpj70ZUfYlMym4IR9vBx-FENksCdRszGj9uSnCqrut0ebez8BhS4orxwF3iyh2zjOJ9RnvZdaBUM_T0bovHD-4W26p4PiOXVlJG-TPiLAA1oJrpRTjO4pIOeokstysYJWCfZMtz8Vzf1wsAXUnw.AtmbV8Ll8uA5ExuCKoLJAA.rw-ak74Tw-ynZRDyHMgKIwwy6-i-RNUSCEHQrvr4lK24iT5nsdqkqzBPFbIAnpbL-UT9VjlXF5JE-VDkg4p9iXaTPcNm11FSaqOEFSwEPIY.LbsXNr4vTuO14AqbVrEXJA"
+ },
+
+ "record": {
+ "CNAME": "yellososa.github.io"
+ }
+}
diff --git a/domains/yohanesrioirsan.json b/domains/yohanesrioirsan.json
index b3386cce7..dcc978126 100644
--- a/domains/yohanesrioirsan.json
+++ b/domains/yohanesrioirsan.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "yohanesrioirsan",
- "email": "rioirsan8@gmail.com"
- },
- "record": {
- "CNAME": "yohanesrioirsan.vercel.app"
- }
+ "owner": {
+ "username": "yohanesrioirsan",
+ "email": "rioirsan8@gmail.com"
+ },
+ "record": {
+ "CNAME": "yohanesrioirsan.vercel.app"
+ }
}
diff --git a/domains/yourtilak.json b/domains/yourtilak.json
deleted file mode 100644
index 23c7fd71e..000000000
--- a/domains/yourtilak.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "YourTilak.is-a.dev",
- "repo": "https://github.com/YourTilak/YourTilak.github.io",
- "owner": {
- "username": "YourTilak",
- "email": "rj05tilak@gmail.com"
- },
- "record": {
- "CNAME": "yourtilak.github.io"
- }
-}
diff --git a/domains/youssef-lmouden.json b/domains/youssef-lmouden.json
deleted file mode 100644
index 922756d8c..000000000
--- a/domains/youssef-lmouden.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "owner": {
- "username": "YoussefDevPro"
- },
- "record": {
- "CNAME": "youssefdevpro.github.io"
- }
-}
diff --git a/domains/youssef.json b/domains/youssef.json
new file mode 100644
index 000000000..94f62f7dc
--- /dev/null
+++ b/domains/youssef.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "YoussefDevPro",
+ "email": "youssef.pro.coding@gmail.com"
+ },
+ "record": {
+ "CNAME": "youssef-portfolio-sigma-youssefdevpros-projects.vercel.app"
+ }
+}
diff --git a/domains/ysoseriouz.json b/domains/ysoseriouz.json
new file mode 100644
index 000000000..ed5fa1f31
--- /dev/null
+++ b/domains/ysoseriouz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ysoseriouz",
+ "email": "thanh.nguyen.ntt2612@gmail.com"
+ },
+ "record": {
+ "CNAME": "ysoseriouz.com"
+ }
+}
diff --git a/domains/yt.anw.json b/domains/yt.anw.json
new file mode 100644
index 000000000..dd1eb6c91
--- /dev/null
+++ b/domains/yt.anw.json
@@ -0,0 +1,10 @@
+{
+ "description": "ANW's (Subhrajit Sain) YouTube Channel",
+ "owner": {
+ "username": "SubhrajitSain",
+ "email": "subhrajitsain34@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.youtube.com/@ANormalWintrovert"
+ }
+}
diff --git a/domains/zara.json b/domains/zara.json
new file mode 100644
index 000000000..b5b4b0676
--- /dev/null
+++ b/domains/zara.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tutupharirabu",
+ "email": "code.zharaurien@gmail.com"
+ },
+ "record": {
+ "CNAME": "portofolio-pribadi-irfan-zharauri.vercel.app"
+ }
+}
diff --git a/domains/zehao.json b/domains/zehao.json
new file mode 100644
index 000000000..d2f99bc95
--- /dev/null
+++ b/domains/zehao.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "2eha0",
+ "email": "zehao93@outlook.com"
+ },
+ "record": {
+ "CNAME": "blog-pi-eight.vercel.app"
+ }
+}
diff --git a/domains/zerot69.json b/domains/zerot69.json
new file mode 100644
index 000000000..1b2d17044
--- /dev/null
+++ b/domains/zerot69.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zerot69",
+ "email": "ngo.vo.hoang.tuan.69@gmail.com"
+ },
+ "record": {
+ "CNAME": "zerot69.github.io"
+ }
+}
diff --git a/domains/zmail._domainkey.0xarchit.json b/domains/zmail._domainkey.0xarchit.json
new file mode 100644
index 000000000..9e1d85a52
--- /dev/null
+++ b/domains/zmail._domainkey.0xarchit.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "0xarchit",
+ "email": "0xarchit@proton.me"
+ },
+ "record": {
+ "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIIsclFhtL6ruTL5EClsNzTNxFf7jJBCyWJl+7VW9EXPt+x09GBVsYiaMEcLvNve0PGmuZKKVGv1H19OeJbZOAFg+kd4W7kgW9Bpw2oVklstLNZGPThu1Uv+UXgjpMIOQSwhzuWGo9yFn1k91eLkzqt2NvhMqmGVVqT9OibGwwowIDAQAB"
+ }
+}
diff --git a/domains/zmail._domainkey.co.ligmatv.json b/domains/zmail._domainkey.co.ligmatv.json
deleted file mode 100644
index cd08c7a23..000000000
--- a/domains/zmail._domainkey.co.ligmatv.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "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.devarnav.json b/domains/zmail._domainkey.devarnav.json
deleted file mode 100644
index baa38f9b5..000000000
--- a/domains/zmail._domainkey.devarnav.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "ArnavBarway",
- "email": "playnav.yt@gmail.com"
- },
- "record": {
- "TXT": [
- "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDSshIz5JRWquCDisgpRtbtWwMhzi2asXOamXxO6G80r4cNYll2/7AWSIxEKGV8t/eoGo9xiryfUXi0W5P5jHY6TWcdawPE/xBoBySt58dQtOElHEplukCYxyTotrvdQp1nH9w2jmexZfjXzOS97sGwUXHDWxNZjwT7hYf5Kzif+QIDAQAB"
- ]
- }
-}
diff --git a/domains/zmail._domainkey.loomeh.json b/domains/zmail._domainkey.loomeh.json
new file mode 100644
index 000000000..20b5d4dd5
--- /dev/null
+++ b/domains/zmail._domainkey.loomeh.json
@@ -0,0 +1,10 @@
+{
+ "description": "zoho mail for loomeh.is-a.dev",
+ "owner": {
+ "username": "loomeh",
+ "bluesky": "loomeh.bsky.social"
+ },
+ "record": {
+ "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCrWUZ5Vfigr20ye1jk/A8BprQadj0d0ry2cd64fKfh+8r28UkocwQeIFFQ0CYq6vCzeaKHb1ejJh5PZG+C+8J/q152wkerLLgb6+l0FrDC1e7oN5dvIpy4oDvbzAg4dTyG5h3T5W12zFLp58EagAXLC9FLikxer2VstZYBxcUFCQIDAQAB"
+ }
+}
diff --git a/tests/domains.test.js b/tests/domains.test.js
index 90262cdef..9df9598f4 100644
--- a/tests/domains.test.js
+++ b/tests/domains.test.js
@@ -3,9 +3,7 @@ const fs = require("fs-extra");
const path = require("path");
const domainsPath = path.resolve("domains");
-const files = fs
- .readdirSync(domainsPath)
- .filter((file) => file.endsWith(".json"));
+const files = fs.readdirSync(domainsPath).filter((file) => file.endsWith(".json"));
const domainCache = {};
@@ -15,120 +13,90 @@ function getDomainData(subdomain) {
}
try {
- const data = fs.readJsonSync(
- path.join(domainsPath, `${subdomain}.json`),
- );
+ const data = fs.readJsonSync(path.join(domainsPath, `${subdomain}.json`));
domainCache[subdomain] = data; // Cache the domain data
return data;
} catch (error) {
- throw new Error(
- `Failed to read JSON for ${subdomain}: ${error.message}`,
- );
+ throw new Error(`Failed to read JSON for ${subdomain}: ${error.message}`);
}
}
-function getParentSubdomain(subdomain) {
- const parts = subdomain.split(".");
-
- if (parts.length <= 1) return null; // No parent for top-level subdomains
-
- // Try to find the parent subdomain by iterating over the parts
- for (let i = parts.length - 1; i > 0; i--) {
- const potentialParent = parts.slice(i - 1).join(".");
-
- if (files.includes(`${potentialParent}.json`)) {
- return potentialParent;
- }
- }
-
- return null;
-}
-
t("Nested subdomains should not exist without a parent subdomain", (t) => {
files.forEach((file) => {
const subdomain = file.replace(/\.json$/, "");
+ const parentDomain = subdomain.split(".").reverse()[0];
- if (subdomain.split(".").length > 1) {
- const parentSubdomain = getParentSubdomain(subdomain);
+ if (parentDomain !== subdomain) {
t.true(
- parentSubdomain && files.includes(`${parentSubdomain}.json`),
- `${file}: Parent subdomain does not exist`,
+ parentDomain && files.includes(`${parentDomain}.json`),
+ `${file}: Parent subdomain does not exist`
);
}
});
});
-t(
- "Nested subdomains should not exist if the parent subdomain has NS records",
- (t) => {
- files.forEach((file) => {
- const subdomain = file.replace(/\.json$/, "");
+t("Nested subdomains should not exist if the parent subdomain has NS records", (t) => {
+ files.forEach((file) => {
+ const subdomain = file.replace(/\.json$/, "");
+ const parentDomain = subdomain.split(".").reverse()[0];
- if (subdomain.split(".").length > 1) {
- const parentSubdomain = getParentSubdomain(subdomain);
- const parentDomain = getDomainData(parentSubdomain);
+ if (parentDomain !== subdomain) {
+ const parentData = getDomainData(parentDomain);
- t.true(
- !parentDomain.record.NS,
- `${file}: Parent subdomain has NS records`,
- );
- }
- });
- },
-);
+ t.true(!parentData.record.NS, `${file}: Parent subdomain has NS records`);
+ }
+ });
+});
t("Nested subdomains should be owned by the parent subdomain's owner", (t) => {
files.forEach((file) => {
const subdomain = file.replace(/\.json$/, "");
+ const parentDomain = subdomain.split(".").reverse()[0];
- if (subdomain.split(".").length > 1) {
+ if (parentDomain !== subdomain) {
const data = getDomainData(subdomain);
- const parentSubdomain = getParentSubdomain(subdomain);
- const parentDomain = getDomainData(parentSubdomain);
+ const parentData = getDomainData(parentDomain);
t.true(
- data.owner.username.toLowerCase() ===
- parentDomain.owner.username.toLowerCase(),
- `${file}: Owner does not match the parent subdomain`,
+ data.owner.username.toLowerCase() === parentData.owner.username.toLowerCase(),
+ `${file}: Owner does not match the parent subdomain`
);
}
});
});
-t("Subdomains containing an underscore can only have specific records", (t) => {
+t("Users are limited to one single character subdomain", (t) => {
+ const results = [];
+
files.forEach((file) => {
const subdomain = file.replace(/\.json$/, "");
+ const data = getDomainData(subdomain);
- if (subdomain.includes("_")) {
- const data = getDomainData(subdomain);
- const recordKeys = Object.keys(data.record);
-
- if (
- subdomain.startsWith("_acme-challenge.") ||
- subdomain.includes("._domainkey.")
- ) {
- t.true(
- recordKeys.every((key) =>
- new Set(["TXT", "CNAME"]).has(key),
- ),
- `${file}: This type of subdomain can only have TXT or CNAME records`,
- );
- } else if (
- subdomain.includes("._tcp.") ||
- subdomain.includes("._udp.")
- ) {
- t.deepEqual(
- recordKeys,
- ["SRV"],
- `${file}: This type of subdomain can only have SRV records`,
- );
- } else {
- t.deepEqual(
- recordKeys,
- ["TXT"],
- `${file}: Subdomains with underscores can only have TXT records`,
- );
- }
+ if (subdomain.length === 1 && data.owner.username.toLowerCase() !== "is-a-dev") {
+ results.push({
+ subdomain,
+ owner: data.owner.username.toLowerCase()
+ });
}
});
+
+ const duplicates = results.filter((result) => results.filter((r) => r.owner === result.owner).length > 1);
+ const output = duplicates.reduce((acc, curr) => {
+ if (!acc[curr.owner]) {
+ acc[curr.owner] = [];
+ }
+
+ acc[curr.owner].push(`${curr.subdomain}.is-a.dev`);
+ return acc;
+ }, {});
+
+ t.is(
+ duplicates.length,
+ 0,
+ Object.keys(output)
+ .map((owner) => `${owner} - ${output[owner].join(", ")}`)
+ .join("\n")
+ );
+
+ t.pass();
});
diff --git a/tests/json.test.js b/tests/json.test.js
index 847cf0259..6b0fff983 100644
--- a/tests/json.test.js
+++ b/tests/json.test.js
@@ -6,239 +6,143 @@ const ignoredRootJSONFiles = ["package-lock.json", "package.json"];
const requiredFields = {
owner: "object",
- record: "object",
+ record: "object"
};
const optionalFields = {
proxied: "boolean",
- redirect_config: "object",
+ redirect_config: "object"
};
const requiredOwnerFields = {
- username: "string",
+ username: "string"
};
const optionalOwnerFields = {
- email: "string",
+ email: "string"
};
const optionalRedirectConfigFields = {
custom_paths: "object",
- redirect_paths: "boolean",
+ redirect_paths: "boolean"
};
const emailRegex = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/;
-const hostnameRegex =
- /^(?=.{1,253}$)(?:(?:[_a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)\.)+[a-zA-Z]{2,63}$/;
+const hostnameRegex = /^(?=.{1,253}$)(?:(?:[_a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)\.)+[a-zA-Z]{2,63}$/;
const exceptedDomains = require("../util/excepted.json");
const reservedDomains = require("../util/reserved.json");
const domainsPath = path.resolve("domains");
const files = fs.readdirSync(domainsPath);
-function expandReservedDomains(reserved) {
- const expandedList = [...reserved];
-
- reserved.forEach((item) => {
- const rangeMatch = item.match(/\[(\d+)-(\d+)\]/);
-
- if (rangeMatch) {
- const prefix = item.split("[")[0];
- const start = parseInt(rangeMatch[1], 10);
- const end = parseInt(rangeMatch[2], 10);
-
- if (start < end) {
- for (let i = start; i <= end; i++) {
- expandedList.push(prefix + i);
- }
- expandedList.splice(expandedList.indexOf(item), 1);
- } else {
- throw new Error(
- `[util/reserved.json] Invalid range [${start}-${end}] in "${item}"`,
- );
- }
- }
- });
-
- return expandedList;
-}
-
-const expandedReservedDomains = expandReservedDomains(reservedDomains);
-
function findDuplicateKeys(jsonString) {
const keyPattern = /"([^"]+)"(?=\s*:)/g;
const keys = [];
let match;
- // Find all keys in the JSON string
while ((match = keyPattern.exec(jsonString)) !== null) {
keys.push(match[1]);
}
- // Count occurrences of each key
const keyCount = {};
keys.forEach((key) => {
keyCount[key] = (keyCount[key] || 0) + 1;
});
- // Return keys that occur more than once
return Object.keys(keyCount).filter((key) => keyCount[key] > 1);
}
-function validateFields(t, obj, fields, file, prefix = "") {
- Object.keys(fields).forEach((key) => {
+async function validateFields(t, obj, fields, file, prefix = "") {
+ for (const key of Object.keys(fields)) {
const fieldPath = prefix ? `${prefix}.${key}` : key;
if (obj.hasOwnProperty(key)) {
- t.is(
- typeof obj[key],
- fields[key],
- `${file}: Field ${fieldPath} should be of type ${fields[key]}`,
- );
+ t.is(typeof obj[key], fields[key], `${file}: Field ${fieldPath} should be of type ${fields[key]}`);
} else if (fields === requiredFields) {
t.true(false, `${file}: Missing required field: ${fieldPath}`);
}
- });
+ }
}
-function validateFileName(t, file) {
- t.true(
- file.endsWith(".json"),
- `${file}: File does not have .json extension`,
- );
- t.false(
- file.includes(".is-a.dev"),
- `${file}: File name should not contain .is-a.dev`,
- );
- t.true(
- file === file.toLowerCase(),
- `${file}: File name should be all lowercase`,
- );
+async function validateFileName(t, file) {
+ t.true(file.endsWith(".json"), `${file}: File does not have .json extension`);
+ t.false(file.includes(".is-a.dev"), `${file}: File name should not contain .is-a.dev`);
+ t.true(file === file.toLowerCase(), `${file}: File name should be all lowercase`);
+ t.false(file.includes("--"), `${file}: File name should not contain consecutive hyphens`);
- // Ignore root domain
if (file !== "@.json") {
const subdomain = file.replace(/\.json$/, "");
t.regex(
subdomain + ".is-a.dev",
hostnameRegex,
- `${file}: FQDN must be 1-253 characters, use letters, numbers, dots, or hyphens, and not start or end with a hyphen.`,
+ `${file}: FQDN must be 1-253 characters, can use letters, numbers, dots, and non-consecutive hyphens.`
);
- t.false(
- expandedReservedDomains.includes(subdomain),
- `${file}: Subdomain name is reserved`,
- );
- // Disallow nested subdomains above reserved domains
+ t.false(reservedDomains.includes(subdomain), `${file}: Subdomain name is reserved`);
t.true(
- !expandedReservedDomains.some((reserved) =>
- subdomain.endsWith(`.${reserved}`),
- ),
- `${file}: Subdomain name is reserved`,
+ !reservedDomains.some((reserved) => subdomain.endsWith(`.${reserved}`)),
+ `${file}: Subdomain name is reserved`
);
const rootSubdomain = subdomain.split(".").pop();
if (!exceptedDomains.includes(rootSubdomain)) {
- t.false(
- rootSubdomain.startsWith("_"),
- `${file}: Root subdomains should not start with an underscore`,
- );
+ t.false(rootSubdomain.startsWith("_"), `${file}: Root subdomains should not start with an underscore`);
}
}
}
+async function processFile(file, t) {
+ const filePath = path.join(domainsPath, file);
+ const data = await fs.readJson(filePath);
+
+ validateFileName(t, file);
+
+ // Validate fields and duplicates
+ validateFields(t, data, requiredFields, file);
+ validateFields(t, data.owner, requiredOwnerFields, file, "owner");
+ validateFields(t, data.owner, optionalOwnerFields, file, "owner");
+ validateFields(t, data, optionalFields, file);
+
+ if (data.redirect_config) {
+ validateFields(t, data.redirect_config, optionalRedirectConfigFields, file, "redirect_config");
+ }
+
+ if (data.owner.email) {
+ t.regex(data.owner.email, emailRegex, `${file}: Owner email should be a valid email address`);
+ t.false(
+ data.owner.email.endsWith("@users.noreply.github.com"),
+ `${file}: Owner email should not be a GitHub no-reply email`
+ );
+ }
+
+ t.true(Object.keys(data.record).length > 0, `${file}: Missing DNS records`);
+
+ // Check for duplicate keys
+ const rawData = await fs.readFile(filePath, "utf8");
+ const duplicateKeys = findDuplicateKeys(rawData);
+ t.true(!duplicateKeys.length, `${file}: Duplicate keys found: ${duplicateKeys.join(", ")}`);
+}
+
t("JSON files should not be in the root directory", (t) => {
const rootFiles = fs
.readdirSync(path.resolve())
- .filter(
- (file) =>
- file.endsWith(".json") && !ignoredRootJSONFiles.includes(file),
- );
+ .filter((file) => file.endsWith(".json") && !ignoredRootJSONFiles.includes(file));
t.is(rootFiles.length, 0, "JSON files should not be in the root directory");
});
-t("All files should be valid JSON", (t) => {
- files.forEach((file) => {
- t.notThrows(
- () => fs.readJsonSync(path.join(domainsPath, file)),
- `${file}: Invalid JSON file`,
- );
- });
+t("All files should be valid JSON", async (t) => {
+ await Promise.all(
+ files.map((file) => {
+ return t.notThrows(() => fs.readJson(path.join(domainsPath, file)), `${file}: Invalid JSON file`);
+ })
+ );
});
-t("All files should not have duplicate keys", (t) => {
- files.forEach((file) => {
- // Parse JSON as a string because JS automatically gets the last key if there are duplicates
- const rawData = fs.readFileSync(`${domainsPath}/${file}`, "utf8");
- const duplicateKeys = findDuplicateKeys(rawData);
-
- t.true(
- !duplicateKeys.length,
- `${file}: Duplicate keys found: ${duplicateKeys.join(", ")}`,
- );
- });
+t("All files should have valid file names", async (t) => {
+ await Promise.all(files.map((file) => validateFileName(t, file)));
});
-t("All files should have valid file names", (t) => {
- files.forEach((file) => {
- validateFileName(t, file);
- });
-});
-
-t("All files should have valid required and optional fields", (t) => {
- files.forEach((file) => {
- const data = fs.readJsonSync(path.join(domainsPath, file));
-
- // Validate top-level required fields
- validateFields(t, data, requiredFields, file);
-
- // Validate owner fields
- validateFields(t, data.owner, requiredOwnerFields, file, "owner");
- validateFields(t, data.owner, optionalOwnerFields, file, "owner");
-
- // Validate optional fields for top-level and redirect config
- validateFields(t, data, optionalFields, file);
- if (data.redirect_config) {
- validateFields(
- t,
- data.redirect_config,
- optionalRedirectConfigFields,
- file,
- "redirect_config",
- );
- }
-
- // Validate email format
- if (data.owner.email) {
- t.regex(
- data.owner.email,
- emailRegex,
- `${file}: Owner email should be a valid email address`,
- );
- t.false(
- data.owner.email.endsWith("@users.noreply.github.com"),
- `${file}: Owner email should not be a GitHub no-reply email`,
- );
- }
-
- // Ensure 'record' field is not empty
- t.true(
- Object.keys(data.record).length > 0,
- `${file}: Missing DNS records`,
- );
- });
-});
-
-t("Reserved domains file should be valid", (t) => {
- const subdomainRegex = /^_?[a-zA-Z0-9]+([-\.][a-zA-Z0-9]+)*(\[\d+-\d+\])?$/;
-
- expandedReservedDomains.forEach((item, index) => {
- t.regex(
- item,
- subdomainRegex,
- `[util/reserved-domains.json] Invalid subdomain name "${item}" at index ${index}`,
- );
- });
-
- t.pass();
+t("All files should have valid required and optional fields", async (t) => {
+ await Promise.all(files.map((file) => processFile(file, t)));
});
diff --git a/tests/pr.test.js b/tests/pr.test.js
new file mode 100644
index 000000000..6afa1ff85
--- /dev/null
+++ b/tests/pr.test.js
@@ -0,0 +1,63 @@
+const t = require("ava");
+const fs = require("fs-extra");
+const path = require("path");
+
+const requiredEnvVars = ["PR_AUTHOR", "PR_AUTHOR_ID"];
+const trustedUsers = require("../util/trusted.json").map((u) => u.id.toString());
+
+function getDomainData(subdomain) {
+ try {
+ const data = fs.readJsonSync(path.join(path.resolve("domains"), `${subdomain}.json`));
+ return data;
+ } catch (error) {
+ throw new Error(`Failed to read JSON for ${subdomain}: ${error.message}`);
+ }
+}
+
+t("Users can only update their own subdomains", (t) => {
+ if (requiredEnvVars.every((v) => process.env[v])) {
+ const changedFiles = JSON.parse(process.env.CHANGED_FILES);
+ const deletedFiles = JSON.parse(process.env.DELETED_FILES);
+ const prAuthor = process.env.PR_AUTHOR.toLowerCase();
+ const prAuthorId = process.env.PR_AUTHOR_ID;
+
+ const changedJSONFiles = changedFiles
+ .filter((file) => file.startsWith("domains/"))
+ .map((file) => path.basename(file));
+ const deletedJSONFiles = deletedFiles
+ .filter((file) => file.name.startsWith("domains/"))
+ .map((file) => path.basename(file.name));
+
+ if ((!changedJSONFiles && !deletedFiles) || trustedUsers.includes(prAuthorId)) return t.pass();
+ if (process.env.PR_LABELS && process.env.PR_LABELS.includes("ci: bypass-owner-check")) return t.pass();
+
+ changedJSONFiles.forEach((file) => {
+ const subdomain = file.replace(/\.json$/, "");
+ const data = getDomainData(subdomain);
+
+ t.true(
+ data.owner.username.toLowerCase() === prAuthor,
+ `${subdomain}: ${prAuthor} is not authorized to update ${subdomain}.is-a.dev`
+ );
+ });
+
+ deletedJSONFiles.forEach((file) => {
+ const subdomain = file.replace(/\.json$/, "");
+ const data = JSON.parse(
+ deletedFiles
+ .find((f) => f.name === `domains/${file}`)
+ .data.split("\n")
+ .filter((line) => line.startsWith("-") && !line.startsWith("---"))
+ .map((line) => line.substring(1))
+ .join("\n")
+ );
+
+ t.true(
+ data.owner.username.toLowerCase() === prAuthor,
+ `${file}: ${prAuthor} is not authorized to delete ${subdomain}.is-a.dev`
+ );
+ });
+ }
+
+ t.pass();
+});
diff --git a/tests/proxy.test.js b/tests/proxy.test.js
index 0f1c65039..4a193a5d5 100644
--- a/tests/proxy.test.js
+++ b/tests/proxy.test.js
@@ -21,33 +21,31 @@ function getDomainData(file) {
}
function validateProxiedRecords(t, data, file) {
- // Convert the Set to an array for message display (moved outside the loop to optimize performance)
const recordTypes = Array.from(requiredRecordsToProxy).join(", ");
+ // Forcefully stop raw.is-a.dev from being proxied
+ if (file === "raw.json") {
+ t.true(!data.proxied, `${file}: raw.is-a.dev cannot be proxied`);
+ return;
+ }
+
if (data.proxied) {
- const hasProxiedRecord = Object.keys(data.record).some((key) =>
- requiredRecordsToProxy.has(key),
- );
+ const hasProxiedRecord = Object.keys(data.record).some((key) => requiredRecordsToProxy.has(key));
t.true(
hasProxiedRecord,
- `${file}: Proxied is true but there are no records that can be proxied (${recordTypes} expected)`,
+ `${file}: Proxied is true but there are no records that can be proxied (${recordTypes} expected)`
);
}
}
const domainsPath = path.resolve("domains");
-const files = fs
- .readdirSync(domainsPath)
- .filter((file) => file.endsWith(".json"));
+const files = fs.readdirSync(domainsPath).filter((file) => file.endsWith(".json"));
-t(
- "Domains with proxy enabled must have at least one proxy-able record",
- (t) => {
- files.forEach((file) => {
- const domain = getDomainData(file);
+t("Domains with proxy enabled must have at least one proxy-able record", (t) => {
+ files.forEach((file) => {
+ const data = getDomainData(file);
- validateProxiedRecords(t, domain, file);
- });
- },
-);
+ validateProxiedRecords(t, data, file);
+ });
+});
diff --git a/tests/records.test.js b/tests/records.test.js
index 9f05a650b..52fb1f677 100644
--- a/tests/records.test.js
+++ b/tests/records.test.js
@@ -2,29 +2,14 @@ const t = require("ava");
const fs = require("fs-extra");
const path = require("path");
-const validRecordTypes = new Set([
- "A",
- "AAAA",
- "CAA",
- "CNAME",
- "DS",
- "MX",
- "NS",
- "SRV",
- "TXT",
- "URL",
-]);
-const hostnameRegex =
- /^(?=.{1,253}$)(?:(?:[_a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)\.)+[a-zA-Z]{2,63}$/;
-const ipv4Regex =
- /^(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])(\.(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])){3}$/;
+const validRecordTypes = new Set(["A", "AAAA", "CAA", "CNAME", "DS", "MX", "NS", "SRV", "TLSA", "TXT", "URL"]);
+const hostnameRegex = /^(?=.{1,253}$)(?:(?:[_a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)\.)+[a-zA-Z]{2,63}$/;
+const ipv4Regex = /^(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])(\.(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])){3}$/;
const ipv6Regex =
/^(?:[0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}$|^::(?:[0-9a-fA-F]{1,4}:){0,6}[0-9a-fA-F]{1,4}$|^(?:[0-9a-fA-F]{1,4}:){1,7}:$|^(?:[0-9a-fA-F]{1,4}:){0,6}::(?:[0-9a-fA-F]{1,4}:){0,5}[0-9a-fA-F]{1,4}$/;
const domainsPath = path.resolve("domains");
-const files = fs
- .readdirSync(domainsPath)
- .filter((file) => file.endsWith(".json"));
+const files = fs.readdirSync(domainsPath).filter((file) => file.endsWith(".json"));
const domainCache = {};
@@ -53,7 +38,7 @@ function expandIPv6(ip) {
segments = [
...nonEmptySegments.slice(0, emptyIndex),
...Array(missingSegments).fill("0000"),
- ...nonEmptySegments.slice(emptyIndex),
+ ...nonEmptySegments.slice(emptyIndex)
];
}
@@ -63,11 +48,7 @@ function expandIPv6(ip) {
function validateIPv4(ip, proxied) {
const parts = ip.split(".").map(Number);
- if (
- parts.length !== 4 ||
- parts.some((part) => isNaN(part) || part < 0 || part > 255)
- )
- return false;
+ if (parts.length !== 4 || parts.some((part) => isNaN(part) || part < 0 || part > 255)) return false;
if (ip === "192.0.2.1" && proxied) return true;
return !(
@@ -113,153 +94,129 @@ function validateRecordValues(t, data, file) {
Object.entries(data.record).forEach(([key, value]) => {
// General validation for arrays
if (["A", "AAAA", "MX", "NS"].includes(key)) {
- t.true(
- Array.isArray(value),
- `${file}: Record value for ${key} should be an array`,
- );
+ t.true(Array.isArray(value), `${file}: Record value for ${key} should be an array`);
value.forEach((record, idx) => {
t.true(
- typeof record === "string",
- `${file}: Record value for ${key} should be a string at index ${idx}`,
+ typeof record === "string" || typeof record === "object",
+ `${file}: Record value for ${key} should be a string or an object at index ${idx}`
);
if (key === "A") {
- t.true(
- ipv4Regex.test(record),
- `${file}: Invalid IPv4 address for ${key} at index ${idx}`,
- );
+ t.true(ipv4Regex.test(record), `${file}: Invalid IPv4 address for ${key} at index ${idx}`);
t.true(
validateIPv4(record, data.proxied),
- `${file}: Invalid IPv4 address for ${key} at index ${idx}`,
+ `${file}: Invalid IPv4 address for ${key} at index ${idx}`
);
} else if (key === "AAAA") {
const expandedIPv6 = expandIPv6(record);
+ t.true(ipv6Regex.test(expandedIPv6), `${file}: Invalid IPv6 address for ${key} at index ${idx}`);
+ t.true(validateIPv6(expandedIPv6), `${file}: Invalid IPv6 address for ${key} at index ${idx}`);
+ } else if (key === "MX") {
t.true(
- ipv6Regex.test(expandedIPv6),
- `${file}: Invalid IPv6 address for ${key} at index ${idx}`,
- );
- t.true(
- validateIPv6(expandedIPv6),
- `${file}: Invalid IPv6 address for ${key} at index ${idx}`,
- );
- } else if (["MX", "NS"].includes(key)) {
- t.true(
- isValidHostname(record),
- `${file}: Invalid hostname for ${key} at index ${idx}`,
+ typeof record === "object" || typeof record === "string",
+ `${file}: Record value for ${key} should be an object or a string at index ${idx}`
);
+
+ if (typeof record === "string") {
+ t.true(isValidHostname(record), `${file}: Invalid hostname for ${key} at index ${idx}`);
+ } else {
+ t.true(isValidHostname(record.target), `${file}: Invalid target for ${key} at index ${idx}`);
+ t.true(
+ Number.isInteger(record.priority) && record.priority >= 0 && record.priority <= 65535,
+ `${file}: Invalid priority for ${key} at index ${idx}`
+ );
+ }
+ } else if (key === "NS") {
+ t.true(isValidHostname(record), `${file}: Invalid hostname for ${key} at index ${idx}`);
}
});
}
// CNAME and URL validations
if (["CNAME", "URL"].includes(key)) {
- t.true(
- typeof value === "string",
- `${file}: Record value for ${key} should be a string`,
- );
+ t.true(typeof value === "string", `${file}: Record value for ${key} should be a string`);
if (key === "CNAME") {
- t.true(
- isValidHostname(value),
- `${file}: Invalid hostname for ${key}`,
- );
+ t.true(isValidHostname(value), `${file}: Invalid hostname for ${key}`);
t.true(value !== file, `${file}: CNAME cannot point to itself`);
} else if (key === "URL") {
t.true(
value.startsWith("http://") || value.startsWith("https://"),
- `${file}: Record value for ${key} must start with http:// or https://`,
- );
- t.notThrows(
- () => new URL(value),
- `${file}: Invalid URL for ${key}`,
+ `${file}: Record value for ${key} must start with http:// or https://`
);
+ t.notThrows(() => new URL(value), `${file}: Invalid URL for ${key}`);
const urlHost = new URL(value).host;
const isSelfReferencing =
- file === "@.json"
- ? urlHost === "is-a.dev"
- : urlHost === `${subdomain}.is-a.dev`;
+ file === "@.json" ? urlHost === "is-a.dev" : urlHost === `${subdomain}.is-a.dev`;
- t.false(
- isSelfReferencing,
- `${file}: URL cannot point to itself`,
- );
+ t.false(isSelfReferencing, `${file}: URL cannot point to itself`);
}
}
- // CAA, DS, SRV validations
- if (["CAA", "DS", "SRV"].includes(key)) {
- t.true(
- Array.isArray(value),
- `${file}: Record value for ${key} should be an array`,
- );
+ // CAA, DS, SRV, TLSA validations
+ if (["CAA", "DS", "SRV", "TLSA"].includes(key)) {
+ t.true(Array.isArray(value), `${file}: Record value for ${key} should be an array`);
value.forEach((record, idx) => {
t.true(
typeof record === "object",
- `${file}: Record value for ${key} should be an object at index ${idx}`,
+ `${file}: Record value for ${key} should be an object at index ${idx}`
);
if (key === "CAA") {
t.true(
["issue", "issuewild", "iodef"].includes(record.tag),
- `${file}: Invalid tag for CAA at index ${idx}`,
- );
- t.true(
- typeof record.value === "string",
- `${file}: Invalid value for CAA at index ${idx}`,
+ `${file}: Invalid tag for ${key} at index ${idx}`
);
+ t.true(typeof record.value === "string", `${file}: Invalid value for ${key} at index ${idx}`);
t.true(
isValidHostname(record.value) || record.value === ";",
- `${file}: Value must be a hostname or semicolon for CAA at index ${idx}`,
+ `${file}: Value must be a hostname or semicolon for ${key} at index ${idx}`
);
} else if (key === "DS") {
t.true(
- Number.isInteger(record.key_tag) &&
- record.key_tag >= 0 &&
- record.key_tag <= 65535,
- `${file}: Invalid key_tag for DS at index ${idx}`,
+ Number.isInteger(record.key_tag) && record.key_tag >= 0 && record.key_tag <= 65535,
+ `${file}: Invalid key_tag for ${key} at index ${idx}`
);
t.true(
- Number.isInteger(record.algorithm) &&
- record.algorithm >= 0 &&
- record.algorithm <= 255,
- `${file}: Invalid algorithm for DS at index ${idx}`,
+ Number.isInteger(record.algorithm) && record.algorithm >= 0 && record.algorithm <= 255,
+ `${file}: Invalid algorithm for ${key} at index ${idx}`
);
t.true(
- Number.isInteger(record.digest_type) &&
- record.digest_type >= 0 &&
- record.digest_type <= 255,
- `${file}: Invalid digest_type for DS at index ${idx}`,
- );
- t.true(
- isValidHexadecimal(record.digest),
- `${file}: Invalid digest for DS at index ${idx}`,
+ Number.isInteger(record.digest_type) && record.digest_type >= 0 && record.digest_type <= 255,
+ `${file}: Invalid digest_type for ${key} at index ${idx}`
);
+ t.true(isValidHexadecimal(record.digest), `${file}: Invalid digest for ${key} at index ${idx}`);
} else if (key === "SRV") {
t.true(
- Number.isInteger(record.priority) &&
- record.priority >= 0 &&
- record.priority <= 65535,
- `${file}: Invalid priority for SRV at index ${idx}`,
+ Number.isInteger(record.priority) && record.priority >= 0 && record.priority <= 65535,
+ `${file}: Invalid priority for ${key} at index ${idx}`
);
t.true(
- Number.isInteger(record.weight) &&
- record.weight >= 0 &&
- record.weight <= 65535,
- `${file}: Invalid weight for SRV at index ${idx}`,
+ Number.isInteger(record.weight) && record.weight >= 0 && record.weight <= 65535,
+ `${file}: Invalid weight for ${key} at index ${idx}`
);
t.true(
- Number.isInteger(record.port) &&
- record.port >= 0 &&
- record.port <= 65535,
- `${file}: Invalid port for SRV at index ${idx}`,
+ Number.isInteger(record.port) && record.port >= 0 && record.port <= 65535,
+ `${file}: Invalid port for ${key} at index ${idx}`
+ );
+ t.true(isValidHostname(record.target), `${file}: Invalid target for ${key} at index ${idx}`);
+ } else if (key === "TLSA") {
+ t.true(
+ Number.isInteger(record.usage) && record.usage >= 0 && record.usage <= 255,
+ `${file}: Invalid usage for ${key} at index ${idx}`
);
t.true(
- isValidHostname(record.target),
- `${file}: Invalid target for SRV at index ${idx}`,
+ Number.isInteger(record.selector) && record.selector >= 0 && record.selector <= 255,
+ `${file}: Invalid selector for ${key} at index ${idx}`
);
+ t.true(
+ Number.isInteger(record.matchingType) && record.matchingType >= 0 && record.matchingType <= 255,
+ `${file}: Invalid matchingType for ${key} at index ${idx}`
+ );
+ t.true(isValidHexadecimal(record.certificate), `${file}: Invalid certificate for ${key} at index ${idx}`);
}
});
}
@@ -268,60 +225,44 @@ function validateRecordValues(t, data, file) {
if (key === "TXT") {
const values = Array.isArray(value) ? value : [value];
values.forEach((record, idx) => {
- t.true(
- typeof record === "string",
- `${file}: TXT record value should be a string at index ${idx}`,
- );
+ t.true(typeof record === "string", `${file}: TXT record value should be a string at index ${idx}`);
});
}
});
if (data.redirect_config) {
- const customPaths = Object.keys(
- data.redirect_config.custom_paths || {},
- );
+ const customPaths = Object.keys(data.redirect_config.custom_paths || {});
const pathRegex = /^\/[a-zA-Z0-9\-_\.\/]+(? {
- const customRedirectURL =
- data.redirect_config.custom_paths[customPath];
+ const customRedirectURL = data.redirect_config.custom_paths[customPath];
const urlMessage = `${file}: Custom path in redirect_config`;
// Validate the custom path
t.true(
pathRegex.test(customPath),
- `${urlMessage} must start with a slash, contain only alphanumeric characters, hyphens, underscores, periods, and slashes, and cannot end with a slash at index ${idx}`,
+ `${urlMessage} must start with a slash, contain only alphanumeric characters, hyphens, underscores, periods, and slashes, and cannot end with a slash at index ${idx}`
);
t.true(
customPath.length >= 2 && customPath.length <= 255,
- `${urlMessage} should be 2-255 characters long at index ${idx}`,
+ `${urlMessage} should be 2-255 characters long at index ${idx}`
);
// Validate the redirect URL
t.true(
data.record.URL !== customRedirectURL,
- `${urlMessage} should be different from the URL record at index ${idx}`,
+ `${urlMessage} should be different from the URL record at index ${idx}`
);
t.true(
- customRedirectURL.startsWith("http://") ||
- customRedirectURL.startsWith("https://"),
- `${urlMessage} must start with http:// or https:// at index ${idx}`,
- );
- t.notThrows(
- () => new URL(customRedirectURL),
- `${urlMessage} contains an invalid URL at index ${idx}`,
+ customRedirectURL.startsWith("http://") || customRedirectURL.startsWith("https://"),
+ `${urlMessage} must start with http:// or https:// at index ${idx}`
);
+ t.notThrows(() => new URL(customRedirectURL), `${urlMessage} contains an invalid URL at index ${idx}`);
// Check for self-referencing redirects
const urlHost = new URL(customRedirectURL).host;
- const isSelfReferencing =
- file === "@.json"
- ? urlHost === "is-a.dev"
- : urlHost === `${subdomain}.is-a.dev`;
- t.false(
- isSelfReferencing,
- `${urlMessage} cannot point to itself at index ${idx}`,
- );
+ const isSelfReferencing = file === "@.json" ? urlHost === "is-a.dev" : urlHost === `${subdomain}.is-a.dev`;
+ t.false(isSelfReferencing, `${urlMessage} cannot point to itself at index ${idx}`);
});
}
}
@@ -332,51 +273,35 @@ t("All files should have valid record types", (t) => {
const recordKeys = Object.keys(data.record);
recordKeys.forEach((key) => {
- t.true(
- validateRecordType(key),
- `${file}: Invalid record type: ${key}`,
- );
+ t.true(validateRecordType(key), `${file}: Invalid record type: ${key}`);
});
// Record type combinations validation
if (recordKeys.includes("CNAME") && !data.proxied) {
- t.is(
- recordKeys.length,
- 1,
- `${file}: CNAME records cannot be combined with other records unless proxied`,
- );
+ t.is(recordKeys.length, 1, `${file}: CNAME records cannot be combined with other records unless proxied`);
}
if (recordKeys.includes("NS")) {
t.true(
- recordKeys.length === 1 ||
- (recordKeys.length === 2 && recordKeys.includes("DS")),
- `${file}: NS records cannot be combined with other records, except for DS records`,
+ recordKeys.length === 1 || (recordKeys.length === 2 && recordKeys.includes("DS")),
+ `${file}: NS records cannot be combined with other records, except for DS records`
);
}
if (recordKeys.includes("DS")) {
- t.true(
- recordKeys.includes("NS"),
- `${file}: DS records must be combined with NS records`,
- );
+ t.true(recordKeys.includes("NS"), `${file}: DS records must be combined with NS records`);
}
if (recordKeys.includes("URL")) {
t.true(
- !recordKeys.includes("A") &&
- !recordKeys.includes("AAAA") &&
- !recordKeys.includes("CNAME"),
- `${file}: URL records cannot be combined with A, AAAA, or CNAME records`,
+ !recordKeys.includes("A") && !recordKeys.includes("AAAA") && !recordKeys.includes("CNAME"),
+ `${file}: URL records cannot be combined with A, AAAA, or CNAME records`
);
}
if (data.redirect_config) {
t.true(
recordKeys.includes("URL") || data.proxied,
- `${file}: Redirect config must be combined with a URL record or the domain must be proxied`,
+ `${file}: Redirect config must be combined with a URL record or the domain must be proxied`
);
if (data.redirect_config.redirect_paths) {
- t.true(
- recordKeys.includes("URL"),
- `${file}: redirect_config.redirect_paths requires a URL record`,
- );
+ t.true(recordKeys.includes("URL"), `${file}: redirect_config.redirect_paths requires a URL record`);
}
}
diff --git a/tests/special.test.js b/tests/special.test.js
deleted file mode 100644
index 3a5f8aeef..000000000
--- a/tests/special.test.js
+++ /dev/null
@@ -1,66 +0,0 @@
-const t = require("ava");
-const fs = require("fs-extra");
-const path = require("path");
-
-const domainsPath = path.resolve("domains");
-const files = fs
- .readdirSync(domainsPath)
- .filter((file) => file.endsWith(".json"));
-
-const bypassedUsernames = require("../util/bypassed.json").map((username) =>
- username.toLowerCase(),
-);
-
-function getDomainData(subdomain) {
- try {
- const data = fs.readJsonSync(
- path.join(domainsPath, `${subdomain}.json`),
- );
- return data;
- } catch (error) {
- throw new Error(
- `Failed to read JSON for ${subdomain}: ${error.message}`,
- );
- }
-}
-
-t("Users are limited to one single character subdomain", (t) => {
- const results = [];
-
- files.forEach((file) => {
- const subdomain = file.replace(/\.json$/, "");
- const data = getDomainData(subdomain);
-
- if (
- subdomain.length === 1 &&
- !bypassedUsernames.includes(data.owner.username.toLowerCase())
- ) {
- results.push({
- subdomain,
- owner: data.owner.username.toLowerCase(),
- });
- }
- });
-
- const duplicates = results.filter(
- (result) => results.filter((r) => r.owner === result.owner).length > 1,
- );
- const output = duplicates.reduce((acc, curr) => {
- if (!acc[curr.owner]) {
- acc[curr.owner] = [];
- }
-
- acc[curr.owner].push(`${curr.subdomain}.is-a.dev`);
- return acc;
- }, {});
-
- t.is(
- duplicates.length,
- 0,
- Object.keys(output)
- .map((owner) => `${owner} - ${output[owner].join(", ")}`)
- .join("\n"),
- );
-
- t.pass();
-});
diff --git a/util/bypassed.json b/util/bypassed.json
deleted file mode 100644
index 31fe6be0d..000000000
--- a/util/bypassed.json
+++ /dev/null
@@ -1 +0,0 @@
-["is-a-dev", "wdhdev"]
diff --git a/util/excepted.json b/util/excepted.json
index fd68638d8..9f7268d2e 100644
--- a/util/excepted.json
+++ b/util/excepted.json
@@ -1,7 +1,6 @@
[
"_discord",
"_psl",
- "_gh-is-a-dev-docs-o",
"_gh-is-a-dev-o",
"_github-pages-challenge-is-a-dev"
]
diff --git a/util/reserved.json b/util/reserved.json
index 4482ced8e..953c50aa3 100644
--- a/util/reserved.json
+++ b/util/reserved.json
@@ -1,133 +1,157 @@
[
- "_acme-challenge.www",
- "_atproto.www",
- "_discord.www",
- "_vercel.www",
+ "_zone-updated",
+ "about",
"account",
"accounts",
"admin",
- "administrator",
- "alert",
- "alerts",
"api",
+ "apis",
+ "app",
+ "apps",
+ "assets",
"auth",
"authentication",
"authorisation",
"authorise",
"authorization",
"authorize",
- "aux",
+ "ad",
+ "ads",
"billing",
"blog",
- "calendar",
- "cart",
- "catalog",
+ "bot",
+ "cdn",
"chat",
"checkout",
+ "cname",
"co",
"com",
- "com[1-9]",
"con",
- "confirm",
- "confirmation",
+ "contribute",
+ "contributing",
+ "dash",
"dashboard",
- "default",
"dns",
"doc",
"documentation",
+ "domain",
"email",
- "emails",
- "error",
- "errors",
- "event",
- "events",
"example",
"feedback",
- "finance",
- "forgot",
- "forgot-password",
- "gtld",
- "guest",
+ "file",
+ "files",
"help",
- "helpdesk",
+ "helper",
+ "helpers",
+ "home",
"hostmaster",
+ "http",
+ "https",
"info",
- "infos",
"int",
"internal",
+ "legal",
+ "license",
"login",
- "logout",
- "lpt[1-9]",
+ "lpt1",
+ "lpt2",
+ "lpt3",
+ "lpt4",
+ "lpt5",
+ "lpt6",
+ "lpt7",
+ "lpt8",
+ "lpt9",
"m",
"mail",
"maintainer",
"maintainers",
- "marketing",
"media",
"mobile",
+ "moderator",
+ "moderators",
"net",
"network",
"news",
+ "nic",
"noc",
"notification",
"notifications",
- "notify",
"ns",
- "ns[1-99]",
- "nul",
+ "ns0",
+ "ns1",
+ "ns2",
+ "ns3",
+ "ns4",
+ "ns5",
+ "ns6",
+ "ns7",
+ "ns8",
+ "ns9",
"oauth",
- "official",
- "operations",
"ops",
"org",
- "organisation",
+ "owner",
"pay",
"payment",
"payments",
"portal",
"postmaster",
- "recovery",
+ "preview",
+ "private",
+ "prod",
+ "production",
"redirect",
"registrar",
"registry",
- "reset",
- "reset-password",
+ "reserved",
"root",
- "sales",
- "schedule",
"secure",
"security",
"service",
"services",
- "session",
- "sessions",
- "shop",
- "signin",
- "signout",
- "signup",
"staff",
+ "staging",
+ "static",
"statistics",
"stats",
"status",
- "store",
- "superuser",
+ "subdomain",
"support",
"sys",
"system",
- "teams",
"test",
- "test[1-9999]",
- "tld",
+ "terms",
"token",
"tokens",
+ "tos",
"url",
- "url[1-9999]",
- "user",
- "users",
"webmail",
"webmaster",
"whois",
- "www[1-99]",
+ "ww",
+ "ww0",
+ "ww1",
+ "ww2",
+ "ww3",
+ "ww4",
+ "ww5",
+ "ww6",
+ "ww7",
+ "ww8",
+ "ww9",
+ "www0",
+ "www1",
+ "www2",
+ "www3",
+ "www4",
+ "www5",
+ "www6",
+ "www7",
+ "www8",
+ "www9",
"wwww",
- "your-domain-name"
+ "your-domain-name",
+ "zone",
+ "zone-updated"
]
diff --git a/util/trusted.json b/util/trusted.json
new file mode 100644
index 000000000..f8b95d666
--- /dev/null
+++ b/util/trusted.json
@@ -0,0 +1,8 @@
+[
+ { "username": "iostpa", "id": 69630113 },
+ { "username": "is-a-dev-bot", "id": 106927495 },
+ { "username": "orangci", "id": 90866414 },
+ { "username": "Stef-00012", "id": 81536172 },
+ { "username": "WDH-2", "id": 115670568 },
+ { "username": "wdhdev", "id": 87287585 }
+]