diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 87c22c175..3747adddc 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,7 +1,6 @@
-* @phenax
+* @phenax @wdhdev
/.github/ @wdhdev
-/.github/CODEOWNERS @phenax
+/domains/ @is-a-dev/maintainers @is-a-dev/trial-maintainers
-/domains/ @is-a-dev/maintainers
*.md @is-a-dev/maintainers
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index e39c28420..36ec3d8b5 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -6,11 +6,12 @@ Unless explicitly specified otherwise by a **maintainer** or in the requirement
Please note that we reserve the rights not to accept any domain at our own discretion.
- [ ] The file is in the `domains` folder and is in the JSON format.
+- [ ] The file's name is all lowercased and alphanumeric.
- [ ] You have completed your website.
- [ ] The website is reachable.
-- [ ] You're not using Vercel or Netlify.
+- [ ] You're not using Vercel.
- [ ] The CNAME record doesn't contain `https://` or `/`.
- [ ] There is sufficient information at the `owner` field.
## Website Link/Preview
-
+
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index 7fa947f15..be5f73e48 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -1,4 +1,5 @@
name: Checks
+
on: [pull_request, workflow_dispatch]
jobs:
@@ -13,4 +14,5 @@ jobs:
with:
bun-version: latest
- run: bun install
- - run: bun test
+ - name: Run tests
+ run: bun test
diff --git a/.github/workflows/raw-api.yml b/.github/workflows/raw-api.yml
index 5f54189bf..6ef7b81a0 100644
--- a/.github/workflows/raw-api.yml
+++ b/.github/workflows/raw-api.yml
@@ -40,7 +40,7 @@ jobs:
source-directory: "raw-api"
destination-github-username: is-a-dev
destination-repository-name: raw-api
- user-email: is-a-dev@win11react.com
+ user-email: 106927495+is-a-dev-bot@users.noreply.github.com
user-name: is-a-dev-bot
commit-message: "Update Data via is-a-dev/register"
env:
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index f4cc4fe4a..9eefecd7b 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -14,7 +14,7 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 7
- days-before-close: 14
+ days-before-close: 3
stale-issue-message: 'This issue has been marked as stale due to inactivity and will be closed. Comment anything on this issue to prevent it'
stale-pr-message: 'This pull request has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it'
exempt-issue-labels: 'no-stale'
diff --git a/MAINTAINERS.md b/MAINTAINERS.md
index 40cc2b418..071673ba9 100644
--- a/MAINTAINERS.md
+++ b/MAINTAINERS.md
@@ -2,17 +2,11 @@
| Name | GitHub | Role |
|:-:|-|-|
| Akshay | [@phenax](https://github.com/phenax) | Owner |
-|||
| William | [@wdhdev](https://github.com/wdhdev) | Administrator |
-||
-| Andrew | [@andrewstech](https://github.com/andrewstech) | Maintainer |
| CuteDog5695 | [@CuteDog5695](https://github.com/CuteDog5695) | Maintainer |
| Daniel | [@hackermondev](https://github.com/hackermondev) | Maintainer |
| DIBSTER | [@DEV-DIBSTER](https://github.com/DEV-DIBSTER) | Maintainer |
-| Mahir | [@mtgsquad](https://github.com/mtgsquad) | Maintainer |
-| Satria | [@SX-9](https://github.com/SX-9) | Maintainer |
-| Vaibhav | [@VaibhavSys](https://github.com/VaibhavSys) | Maintainer |
-||
-| Om | [@TerraPlayz](https://github.com/TerraPlayz) | Helper |
-| Phoenix | [@PhoenixOrigin](https://github.com/PhoenixOrigin) | Helper |
-| Stef | [@Stef-00012](https://github.com/Stef-00012) | Helper |
+| MaskDuck | [@MaskDuck](https://github.com/MaskDuck) | Maintainer |
+| Om | [@omsenjalia](https://github.com/omsenjalia) | Maintainer |
+| orangc | [@orxngc](https://github.com/orxngc) | Maintainer |
+| Stef | [@Stef-00012](https://github.com/Stef-00012) | Maintainer |
diff --git a/README.md b/README.md
index de3ba9c49..388da51c3 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
+
@@ -13,49 +13,39 @@
is-a-dev is a service that allows developers to get a sweet-looking ".is-a.dev" domain for their personal websites.
-
+
+## Phishing emails alert
+**We have been notified of scammers using emails in this repository to send phishing emails. Do NOT click any links in suspicious emails.**
+
+If you would like to remove your email, remove it from your JSON file and provide a separate contact method (preferably Discord).
+
+Leave the email field there, but just blank. Then add a separate contact method to your file.
+
+Please see more information in issue https://github.com/is-a-dev/register/issues/14802.
+
## Issues
If you have any problems, feel free to [open a issue](https://github.com/is-a-dev/register/issues/new/choose).
-If you have an issue that contains confidental infomation, send an email to security@maintainers.is-a.dev.
+If you have an issue that contains confidental infomation, send an email to security@m.is-a.dev.
## Register
-
-### Automated Registration
-Easiest method: Use the [manage website](https://manage.is-a.dev), sign in with your GitHub account and click the register page in the navbar. Fill out some questions and it will all happen automatically!
-
-Another method is to join our [Discord server](https://discord.gg/PZCGHz4RhQ), head to the commands channel and run `/register`. The bot will ask you a few questions then will generate your PR and domain automatically. The bot also allows for domain deletion and editing.
-
### Manual Registration
-- [Fork](https://github.com/is-a-dev/register/fork) this repository.
-- Add a new file called `your-domain-name.json` in the `domains` folder to register `your-domain-name.is-a.dev`.
-- [Read the documentation](https://www.is-a.dev/docs).
+> If you want a more visual guide, check out [this blog post](https://wdh.gg/tX3ghge).
+
+- [Fork](https://github.com/is-a-dev/register/fork) and star this repository
+- Add a new file called `your-domain-name.json` in the `domains` folder to register `your-domain-name.is-a.dev`
+- [Read the documentation](https://www.is-a.dev/docs)
- Your pull request will be reviewed and merged. *Make sure to keep an eye on it incase we need you to make any changes!*
-- After the pull request is merged, please allow up to 24 hours for the changes to propagate.
+- After the pull request is merged, please allow up to 24 hours for the changes to propagate
- Enjoy your new `.is-a.dev` domain!
-### CLI Registration
-For issues with the CLI, do **not** open an issue on this repository, instead open an issue on the [is-a-dev/cli](https://github.com/is-a-dev/cli/issues/new) repository.
+### Automated Registration
+> [!WARNING]
+> **When using automated registration, please ensure your records are valid. Please do NOT "test" out the system and create invalid PRs, it wastes maintainers' time.**
-Install the CLI:
-
-```bash
-npm install @is-a-dev/cli -g
-```
-
-Login to the CLI:
-
-```bash
-is-a-dev login
-```
-
-Register a subdomain on the CLI:
-
-```
-is-a-dev register
-```
+Join our [Discord server](https://discord.gg/is-a-dev-830872854677422150), head to the commands channel and run `/register`. The bot will ask you a few questions then will generate your PR and domain automatically. The bot also allows for domain deletion and editing.
## Status
You can check the uptime of our services on our [status dashboard](https://is-a-dev.wdh.gg).
diff --git a/SECURITY.md b/SECURITY.md
index 048435cb9..e6b236db7 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -3,4 +3,4 @@
## Reporting a vulnerability
You can report low severity bugs as [issues](https://github.com/is-a-dev/register/issues/new/choose) on this repository.
-However, for **higher severity vulnerabilities and bugs**, please email security@maintainers.is-a.dev.
+However, for **higher severity vulnerabilities and bugs**, please email security@m.is-a.dev.
diff --git a/domains/0.json b/domains/0.json
new file mode 100644
index 000000000..0e948dbee
--- /dev/null
+++ b/domains/0.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "PogMaster9001",
+ "email": "",
+ "discord": "1190052608346435597"
+ },
+
+ "record": {
+ "CNAME": "projectdevs.net"
+ }
+ }
+
diff --git a/domains/00.json b/domains/00.json
index df557c1c2..fe125c21b 100644
--- a/domains/00.json
+++ b/domains/00.json
@@ -4,6 +4,6 @@
"email": "rayrsn@proton.me"
},
"record": {
- "URL": "https://rayr.link"
+ "URL": "https://rayrsn.me/"
}
}
diff --git a/domains/01.json b/domains/01.json
index df557c1c2..fe125c21b 100644
--- a/domains/01.json
+++ b/domains/01.json
@@ -4,6 +4,6 @@
"email": "rayrsn@proton.me"
},
"record": {
- "URL": "https://rayr.link"
+ "URL": "https://rayrsn.me/"
}
}
diff --git a/domains/0v90.json b/domains/0v90.json
new file mode 100644
index 000000000..98925033e
--- /dev/null
+++ b/domains/0v90.json
@@ -0,0 +1,22 @@
+{
+ "description": "Personal Portfolio Website",
+ "repo": "https://github.com/0v90/0v90.github.io",
+ "owner": {
+ "username": "0v90",
+ "discord": "651519394673065989",
+ "email": ""
+
+ },
+
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.110.153"
+ ]
+ }
+ }
+
+
+
diff --git a/domains/0x1026.json b/domains/0x1026.json
new file mode 100644
index 000000000..268a804f7
--- /dev/null
+++ b/domains/0x1026.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "0x1026",
+ "email": "me@hugovidafe.dev"
+ },
+ "record": {
+ "URL": "https://hugovidafe.dev"
+ }
+}
diff --git a/domains/0xzer0x.json b/domains/0xzer0x.json
new file mode 100644
index 000000000..8b4dccf09
--- /dev/null
+++ b/domains/0xzer0x.json
@@ -0,0 +1,16 @@
+{
+ "owner": {
+ "username": "0xzer0x",
+ "email": "youssefessamasu@gmail.com"
+ },
+ "record": {
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
+ "TXT": [
+ "forward-email=youssefessamasu@gmail.com",
+ "v=spf1 a include:spf.forwardemail.net include:_spf.google.com -all"
+ ]
+ }
+}
diff --git a/domains/1.json b/domains/1.json
new file mode 100644
index 000000000..ccf0df602
--- /dev/null
+++ b/domains/1.json
@@ -0,0 +1,10 @@
+{
+ "description": "1.is-a.dev",
+ "owner": {
+ "username": "i-am-is-a-dev",
+ "email": "lx737456@gmail.com"
+ },
+ "record": {
+ "A": ["89.106.200.1"]
+ }
+}
diff --git a/domains/104.json b/domains/104.json
new file mode 100644
index 000000000..59cca2be0
--- /dev/null
+++ b/domains/104.json
@@ -0,0 +1,15 @@
+{
+ "description": "Email thingy",
+ "owner": {
+ "username": "QuinceTart10",
+ "email": "",
+ "discord": "862644161156218891"
+ },
+ "record": {
+ "MX": [
+ "a8aacaa795f68ffd.mx1.emailprofi.seznam.cz",
+ "a8aacaa795f68ffd.mx2.emailprofi.seznam.cz"
+ ],
+ "TXT": "v=spf1 include:spf.seznam.cz ~all"
+ }
+}
diff --git a/domains/1111.json b/domains/1111.json
new file mode 100644
index 000000000..0e948dbee
--- /dev/null
+++ b/domains/1111.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "PogMaster9001",
+ "email": "",
+ "discord": "1190052608346435597"
+ },
+
+ "record": {
+ "CNAME": "projectdevs.net"
+ }
+ }
+
diff --git a/domains/13nn07.json b/domains/13nn07.json
new file mode 100644
index 000000000..ddf8a01a7
--- /dev/null
+++ b/domains/13nn07.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal Website",
+ "repo": "https://github.com/navandarnidhi/navandarnidhi.github.io",
+ "owner": {
+ "username": "navandarnidhi",
+ "email": "nidhi.navandar@mescoeorg.onmicrsoft.com"
+ },
+ "record": {
+ "CNAME": "navandarnidhi.github.io"
+ }
+}
diff --git a/domains/200anxy.json b/domains/200anxy.json
index e606eb25c..476e8e5f6 100644
--- a/domains/200anxy.json
+++ b/domains/200anxy.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "200anxy",
- "email": "aadarshnair.p@gmail.com"
- },
- "record": {
- "CNAME": "200anxy.github.io"
- }
+ "owner": {
+ "username": "200anxy",
+ "email": "aadarshnair.p@gmail.com"
+ },
+ "record": {
+ "CNAME": "200anxy.github.io"
+ }
}
diff --git a/domains/21z.json b/domains/21z.json
new file mode 100644
index 000000000..3bf4995f9
--- /dev/null
+++ b/domains/21z.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "21Z",
+ "email": "",
+ "discord": "780356848737058857"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/2giosangmitom.json b/domains/2giosangmitom.json
index a2a87ef0c..37e11d6c0 100644
--- a/domains/2giosangmitom.json
+++ b/domains/2giosangmitom.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "2giosangmitom",
- "email": "yeuxacucodon.dev@proton.me"
- },
- "record": {
- "CNAME": "2giosangmitom.github.io"
- }
+ "owner": {
+ "username": "2giosangmitom",
+ "email": "yeuxacucodon.dev@proton.me"
+ },
+ "record": {
+ "CNAME": "2giosangmitom.github.io"
+ }
}
diff --git a/domains/4-m4t.json b/domains/4-m4t.json
new file mode 100644
index 000000000..9a6c53bf3
--- /dev/null
+++ b/domains/4-m4t.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "4-m4t",
+ "email": "e_serhat@hotmail.com"
+ },
+ "record": {
+ "CNAME": "ambitious-flower-0b346cf0f.4.azurestaticapps.net"
+ }
+}
diff --git a/domains/50x.json b/domains/50x.json
new file mode 100644
index 000000000..753d855b4
--- /dev/null
+++ b/domains/50x.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MullerIsabella",
+ "email": "AlpineDreamer92@protonmail.com"
+ },
+ "record": {
+ "CNAME": "suisse.onrender.com"
+ }
+}
diff --git a/domains/57.json b/domains/57.json
new file mode 100644
index 000000000..6d3e7a757
--- /dev/null
+++ b/domains/57.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "fiftys7vencode",
+ "email": "potatogamer34579@gmail.com"
+ },
+ "record": {
+ "A": ["185.199.108.153"]
+ }
+}
diff --git a/domains/6.json b/domains/6.json
new file mode 100644
index 000000000..d7c943095
--- /dev/null
+++ b/domains/6.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shockbs",
+ "email": "apipherng@gmail.com"
+ },
+ "record": {
+ "URL": "https://shockbs.is-a.dev/"
+ }
+}
diff --git a/domains/69.json b/domains/69.json
new file mode 100644
index 000000000..239044d30
--- /dev/null
+++ b/domains/69.json
@@ -0,0 +1 @@
+{"owner":{"username":"maskduck","email":"","discord":"716134528409665586"},"record":{"CNAME":"maskduck.pages.dev"}}
diff --git a/domains/7.json b/domains/7.json
new file mode 100644
index 000000000..1b9626783
--- /dev/null
+++ b/domains/7.json
@@ -0,0 +1,11 @@
+{
+ "description": "7.is.a.dev why not",
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "justdeveloper@juststudio.is-a.dev",
+ "discord": "1117482901353812088"
+ },
+ "record": {
+ "A": ["89.106.200.1"]
+ }
+}
diff --git a/domains/762.json b/domains/762.json
new file mode 100644
index 000000000..842f254ca
--- /dev/null
+++ b/domains/762.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NaTDeveloper",
+ "email": "devihermeena@gmail.com"
+ },
+ "record": {
+ "CNAME": "treker.betteruptime.com"
+ }
+}
diff --git a/domains/8bit.json b/domains/8bit.json
new file mode 100644
index 000000000..3645a0037
--- /dev/null
+++ b/domains/8bit.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "8-bittt",
+ "email": "8botted@gmail.com"
+ },
+ "record": {
+ "URL": "https://replit.com/@8bittt?path="
+ }
+}
diff --git a/domains/@.json b/domains/@.json
index 36cd14e7b..4fe4c1133 100644
--- a/domains/@.json
+++ b/domains/@.json
@@ -2,8 +2,8 @@
"description": "The root domain for is-a.dev website",
"repo": "https://github.com/is-a-dev/is-a-dev.github.io",
"owner": {
- "username": "phenax",
- "email": "phenax5@gmail.com"
+ "username": "is-a-dev",
+ "email": ""
},
"record": {
"URL": "http://www.is-a.dev"
diff --git a/domains/_acme-challenge.juqwtf.json b/domains/_acme-challenge.juqwtf.json
index f4702f13d..e8fc66acc 100644
--- a/domains/_acme-challenge.juqwtf.json
+++ b/domains/_acme-challenge.juqwtf.json
@@ -1,11 +1,12 @@
{
- "owner": {
- "username": "denboy0123",
- "email": "pochtaproverka01@gmail.com"
- },
- "record": {
- "TXT": [
- "FZo9g0GqRYR-fhmWc1QzbycfV5UZIE4bwh42BI81NDQ",
- "V1N8tuJvEcUtltxMXLRvP0U1_jaAgsSJJ89MgyxpWUk"]
- }
+ "owner": {
+ "username": "denboy0123",
+ "email": "pochtaproverka01@gmail.com"
+ },
+ "record": {
+ "TXT": [
+ "FZo9g0GqRYR-fhmWc1QzbycfV5UZIE4bwh42BI81NDQ",
+ "V1N8tuJvEcUtltxMXLRvP0U1_jaAgsSJJ89MgyxpWUk"
+ ]
+ }
}
diff --git a/domains/_acme-challenge.oioioi.json b/domains/_acme-challenge.oioioi.json
new file mode 100644
index 000000000..1bb254789
--- /dev/null
+++ b/domains/_acme-challenge.oioioi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "VaibhavSys",
+ "email": "vaibhavsys@protonmail.com"
+ },
+ "record": {
+ "CNAME": "b00be066-ce45-455f-bb4a-de9f6dc14e0c.acmedns.infinityfree.net"
+ }
+}
diff --git a/domains/_acme-challenge.raafey.json b/domains/_acme-challenge.raafey.json
new file mode 100644
index 000000000..59d86c9fe
--- /dev/null
+++ b/domains/_acme-challenge.raafey.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "RaafeyRaza",
+ "email": "raafeyraza1@gmail.com"
+ },
+ "record": {
+ "CNAME": "dc6fbbae-3aba-4a5d-9741-4b7a386b9151.acmedns.infinityfree.net"
+ }
+}
diff --git a/domains/_discord.acronical.json b/domains/_discord.acronical.json
new file mode 100644
index 000000000..b4ebaa00f
--- /dev/null
+++ b/domains/_discord.acronical.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "AcronicalYT",
+ "email": "acronicalbusiness@gmail.com",
+ "discord": "627045949998497792"
+ },
+ "record": {
+ "TXT": "dh=b787b100fba1eaf9de455acb506e5f6fdcf1e829"
+ }
+}
diff --git a/domains/_discord.akatsuki2555.json b/domains/_discord.akatsuki2555.json
new file mode 100644
index 000000000..1169636d9
--- /dev/null
+++ b/domains/_discord.akatsuki2555.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Akatsuki2555",
+ "email": "akatsuki2555@proton.me",
+ "discord": "1226900455037075509"
+ },
+ "record": {
+ "TXT": "dh=30962b6c5cdbbd4629fdf0da9d0bf4c717f065e9"
+ }
+}
\ No newline at end of file
diff --git a/domains/_discord.akcord.json b/domains/_discord.akcord.json
new file mode 100644
index 000000000..1773b9414
--- /dev/null
+++ b/domains/_discord.akcord.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AKCord",
+ "email": "shrestha.aeniv@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=fc3eadcea1712e3159f516950cf20f2397647f63"
+ }
+}
diff --git a/domains/_discord.akshtt.json b/domains/_discord.akshtt.json
new file mode 100644
index 000000000..e3e6e9228
--- /dev/null
+++ b/domains/_discord.akshtt.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "akshtt-dev",
+ "email": "maillegendop@gmail.com",
+ "discord": "1056531806763102218"
+ },
+
+ "record": {
+ "TXT": "dh=09032e888f853fbc8b540d4ff64dc7abd828f107"
+ }
+}
diff --git a/domains/_discord.alpha.json b/domains/_discord.alpha.json
index b436dc184..16f82ef6a 100644
--- a/domains/_discord.alpha.json
+++ b/domains/_discord.alpha.json
@@ -1,9 +1,8 @@
{
"owner": {
"username": "YouFoundAlpha",
- "email": "alpha@alpha.is-a.dev",
+ "email": "",
"Discord": "661121998830960651",
- "Twitter": "YouFoundAlpha",
"GitHub": "YouFoundAlpha",
"GitLab": "YouFoundAlpha",
"Mastodon": "@YouFoundAlpha@mastodon.social"
diff --git a/domains/_discord.arman.json b/domains/_discord.arman.json
new file mode 100644
index 000000000..e864e1387
--- /dev/null
+++ b/domains/_discord.arman.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ItzArman09",
+ "email": "itz.armxn@outlook.com"
+ },
+ "record": {
+ "TXT": "dh=508604a0381985579d65a0e9c8b241bc6186cc44"
+ }
+}
diff --git a/domains/_discord.arvindt.json b/domains/_discord.arvindt.json
new file mode 100644
index 000000000..ac2bd1772
--- /dev/null
+++ b/domains/_discord.arvindt.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ARVIN3108",
+ "email": "31arvin08@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=f4de5717bd2c2b490973ead6cdd9a7c81d38fe5b"
+ }
+}
\ No newline at end of file
diff --git a/domains/_discord.ashishagarwal.json b/domains/_discord.ashishagarwal.json
new file mode 100644
index 000000000..f6ecafb7b
--- /dev/null
+++ b/domains/_discord.ashishagarwal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ashishagarwal2023",
+ "email": "code.with.aasheesh@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=d5e203382ac94458c0d7d26b4864676898e72ea0"
+ }
+}
diff --git a/domains/_discord.axviii3.json b/domains/_discord.axviii3.json
index 1ab97f335..268236b75 100644
--- a/domains/_discord.axviii3.json
+++ b/domains/_discord.axviii3.json
@@ -1,9 +1,10 @@
{
- "owner": {
- "username": "AXVIII3",
- "email": "anirbanrc2286@gmail.com"
- },
- "record": {
- "TXT": "dh=06feb5fa4fc1b28e67043c64664a49c5dfe9b614"
- }
+ "owner": {
+ "username": "AXVIII3",
+ "discord": "axviii3",
+ "email": ""
+ },
+ "record": {
+ "TXT": "dh=06feb5fa4fc1b28e67043c64664a49c5dfe9b614"
+ }
}
diff --git a/domains/_discord.azhammakestrash.json b/domains/_discord.azhammakestrash.json
new file mode 100644
index 000000000..91fa17ed6
--- /dev/null
+++ b/domains/_discord.azhammakestrash.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "AzhamProdLive",
+ "email": "websitedomain.regroup588@passinbox.com",
+ "discord": "797534115935027271"
+ },
+ "record": {
+ "TXT": "dh=b3b9be236f1e61048cecc94f8e3e6a4accf9d6b5"
+ }
+}
diff --git a/domains/_discord.bkms.json b/domains/_discord.bkms.json
new file mode 100644
index 000000000..7c76299e0
--- /dev/null
+++ b/domains/_discord.bkms.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bkmsstudio",
+ "email": "mmini15354424@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=28e7384e869c06a1ca87f91b10fd14aefc7f4433"
+ }
+}
diff --git a/domains/_discord.blog.vornexx.json b/domains/_discord.blog.vornexx.json
new file mode 100644
index 000000000..3ae537de8
--- /dev/null
+++ b/domains/_discord.blog.vornexx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vornexx",
+ "email": "ajay.ramnath@courvix.com"
+ },
+ "record": {
+ "TXT": "dh=9834c3a11e7647463c3f62cbbbb0aa0442f503f6"
+ }
+}
diff --git a/domains/_discord.blue.json b/domains/_discord.blue.json
new file mode 100644
index 000000000..d83536f91
--- /dev/null
+++ b/domains/_discord.blue.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "B1ue-Dev",
+ "email": "b1uedev@outlook.com",
+ "twitter": "b1uedev"
+ },
+ "record": {
+ "TXT": "dh=17587955722bcb2745e20304b98cb5cbda716054"
+ }
+}
diff --git a/domains/_discord.brandgrandreal.json b/domains/_discord.brandgrandreal.json
deleted file mode 100644
index 00d86e76f..000000000
--- a/domains/_discord.brandgrandreal.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "BrandgrandRealMe",
- "email": "brandon.lambe@skiff.com"
- },
- "record": {
- "TXT": "dh=5a46861f9c2b864210ab3d3ffdd61d09e9170650"
- }
-}
diff --git a/domains/_discord.caiden.json b/domains/_discord.caiden.json
new file mode 100644
index 000000000..c1815cf52
--- /dev/null
+++ b/domains/_discord.caiden.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Caiden-P",
+ "email": "iididhejejdj@gmail.com",
+ "discord": "850820069310201896"
+ },
+ "record": {
+ "TXT": "dh=9edde4bc2a73469cb8653bf05ae22226397bc77a"
+ }
+}
diff --git a/domains/_discord.cala.json b/domains/_discord.cala.json
new file mode 100644
index 000000000..2d8b99ebd
--- /dev/null
+++ b/domains/_discord.cala.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "calamitywoah",
+ "email": "krivojta@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=2cd3fcd551a8d871e135c5613dccb097d9abcb03"
+ }
+}
diff --git a/domains/_discord.chaotic.json b/domains/_discord.chaotic.json
index b97ea0f73..e8cbec23d 100644
--- a/domains/_discord.chaotic.json
+++ b/domains/_discord.chaotic.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ChaoticChaosTheGreat",
- "email": "ryan.ryanabraham@gmail.com"
- },
- "record": {
- "TXT": "dh=99c69f88a933d5ec20fe830e8543f7e7c63646cd"
- }
+ "owner": {
+ "username": "ChaoticChaosTheGreat",
+ "email": "ryan.ryanabraham@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=99c69f88a933d5ec20fe830e8543f7e7c63646cd"
+ }
}
diff --git a/domains/_discord.chiko.json b/domains/_discord.chiko.json
new file mode 100644
index 000000000..1ce885b25
--- /dev/null
+++ b/domains/_discord.chiko.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "chikoiko",
+ "email": "itsmezark05@gmail.com",
+ "discord": "1152640014832902245"
+ },
+ "record": {
+ "TXT": "dh=bcbc8ef1f361e6190ebf1ffb09b84800ac8cd341"
+ }
+}
diff --git a/domains/_discord.codesuthar.json b/domains/_discord.codesuthar.json
new file mode 100644
index 000000000..1d18066b6
--- /dev/null
+++ b/domains/_discord.codesuthar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "CodeSuthar",
+ "email": "AdityaSuthar13@outlook.com"
+ },
+ "record": {
+ "TXT": "dh=c9d95514358feae443357e8366bfa224cb7709e1"
+ }
+}
diff --git a/domains/_discord.crischutu07.json b/domains/_discord.crischutu07.json
new file mode 100644
index 000000000..d23dd3689
--- /dev/null
+++ b/domains/_discord.crischutu07.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "crischutu07",
+ "email": "crischutu07owo@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=fffa03e2584e730d2c0166aaa6fe846542439b19"
+ }
+}
diff --git a/domains/_discord.cutedog5695.json b/domains/_discord.cutedog5695.json
index a42bbd84b..ae46c9666 100644
--- a/domains/_discord.cutedog5695.json
+++ b/domains/_discord.cutedog5695.json
@@ -1,8 +1,8 @@
{
"owner": {
"username": "CuteDog5695",
- "email": "cutedog5695@gmail.com",
- "discord": "cutedog5695",
+ "email": "",
+ "discord": "716306888492318790",
"twitter": "cutedog5695"
},
"record": {
diff --git a/domains/_discord.cuxdi.json b/domains/_discord.cuxdi.json
new file mode 100644
index 000000000..66ea3b294
--- /dev/null
+++ b/domains/_discord.cuxdi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "cuxdii",
+ "email": "vihar2408@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=afaf5843216f288f6b9d6d2b06b66bcc396b0479"
+ }
+}
diff --git a/domains/_discord.daamin.json b/domains/_discord.daamin.json
new file mode 100644
index 000000000..6b2e20a5a
--- /dev/null
+++ b/domains/_discord.daamin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Daamin909",
+ "email": "ashai.daamin@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=bc215d4445233c4ff76582ad1b83c8b277c2713e"
+ }
+}
diff --git a/domains/_discord.dag.json b/domains/_discord.dag.json
new file mode 100644
index 000000000..d9bebef1f
--- /dev/null
+++ b/domains/_discord.dag.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "daglaroglou",
+ "email": "christos.daglaroglou@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=835bc23146b3e22366c53fc75b2e573d30f02730"
+ }
+}
diff --git a/domains/_discord.dashboard.gattinhosbot.json b/domains/_discord.dashboard.gattinhosbot.json
deleted file mode 100644
index b2bf9a11d..000000000
--- a/domains/_discord.dashboard.gattinhosbot.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Stef-00012",
- "email": "stefano.delprete.08@gmail.com"
- },
- "record": {
- "TXT": "dh=8fb11c7ecad141914be5cc41aa1b4569dcd14f6c"
- }
-}
diff --git a/domains/_discord.debtlessflea.json b/domains/_discord.debtlessflea.json
new file mode 100644
index 000000000..500699a06
--- /dev/null
+++ b/domains/_discord.debtlessflea.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DebtlessFlea",
+ "email": "citizen.caption020@passfwd.com"
+ },
+ "record": {
+ "TXT": "dh=ec2194e7089856af252f3cffdbc4378b193c4cd0"
+ }
+}
\ No newline at end of file
diff --git a/domains/_discord.dscbmr.json b/domains/_discord.dscbmr.json
new file mode 100644
index 000000000..32ee53f3e
--- /dev/null
+++ b/domains/_discord.dscbmr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SRPVT",
+ "email": "syedyaseeralirayan@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=7864dbaf534fd1fe06980cef458e294c317390ad"
+ }
+}
diff --git a/domains/_discord.duckysolucky.json b/domains/_discord.duckysolucky.json
index 3faab7ff3..e5e96d7c9 100644
--- a/domains/_discord.duckysolucky.json
+++ b/domains/_discord.duckysolucky.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DuckySoLucky",
- "email": "robertkovac160@gmail.com"
- },
- "record": {
- "TXT": "dh=7bb43942d51685c0980f38345bf6a13e4498157a"
- }
+ "owner": {
+ "username": "DuckySoLucky",
+ "email": "robertkovac160@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=7bb43942d51685c0980f38345bf6a13e4498157a"
+ }
}
diff --git a/domains/_discord.dwigoric.json b/domains/_discord.dwigoric.json
new file mode 100644
index 000000000..70acc2c97
--- /dev/null
+++ b/domains/_discord.dwigoric.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Dwigoric",
+ "email": "dwigoric@pm.me",
+ "discord": "295391820744228867"
+ },
+
+ "record": {
+ "TXT": "dh=0dbe5579faf14819c58607e423f955be71311f60"
+ }
+}
diff --git a/domains/_discord.eryquicc.json b/domains/_discord.eryquicc.json
new file mode 100644
index 000000000..178836ab0
--- /dev/null
+++ b/domains/_discord.eryquicc.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "eryquicc",
+ "email": "fathirzaidanmaulana@gmail.com",
+ "discord": "629939924589608961"
+ },
+ "record": {
+ "TXT": "dh=7efcfd9b81fc26c7d20c998cbc23866c0d6bc407"
+ }
+}
diff --git a/domains/_discord.evie.json b/domains/_discord.evie.json
index 6ae2acc54..dc5fd1346 100644
--- a/domains/_discord.evie.json
+++ b/domains/_discord.evie.json
@@ -1,9 +1,11 @@
{
- "owner": {
- "username": "Socketlike",
- "email": "evelynxii.xt@gmail.com"
- },
- "record": {
- "TXT": "dh=2ffdb09f9be5f3f51fe2089c4cced6ec296d490e"
- }
+ "owner": {
+ "username": "Socketlike",
+ "discordId": "285329659023851520",
+ "discord": "encyclopedic",
+ "email": ""
+ },
+ "record": {
+ "TXT": "dh=2ffdb09f9be5f3f51fe2089c4cced6ec296d490e"
+ }
}
diff --git a/domains/_discord.founderfie.json b/domains/_discord.founderfie.json
new file mode 100644
index 000000000..c6393a490
--- /dev/null
+++ b/domains/_discord.founderfie.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Founderfie",
+ "email": "director@founderfie.in"
+ },
+ "record": {
+ "TXT": "dh=d0051682cdad6866306cdb315ae5abff7e314dcc"
+ }
+}
diff --git a/domains/_discord.fran.json b/domains/_discord.fran.json
new file mode 100644
index 000000000..3ce849246
--- /dev/null
+++ b/domains/_discord.fran.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "xzonix",
+ "email": "imahalojigi@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=9ffde6acccff8c74faeb599818e2901110d15fa5"
+ }
+}
diff --git a/domains/_discord.ftn.json b/domains/_discord.ftn.json
new file mode 100644
index 000000000..bb7497e1a
--- /dev/null
+++ b/domains/_discord.ftn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "furthir",
+ "email": "furthir@pm.me"
+ },
+ "record": {
+ "TXT": "dh=a80a210e492f34a4378ffbb73352034cdc60fbb3"
+ }
+}
diff --git a/domains/_discord.funn.json b/domains/_discord.funn.json
new file mode 100644
index 000000000..d89e44cc3
--- /dev/null
+++ b/domains/_discord.funn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "funnsam",
+ "email": "funnsam8@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=901b963730610d7e0f1d4f29c48658f871d6e71d"
+ }
+}
diff --git a/domains/_discord.gabek.json b/domains/_discord.gabek.json
new file mode 100644
index 000000000..8646e0122
--- /dev/null
+++ b/domains/_discord.gabek.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "gabekgfx",
+ "email": "bussines.gabrys@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=02ed193dbc1e396517abe81c2c5d9a007a4a6e25"
+ }
+}
diff --git a/domains/_discord.gioco.json b/domains/_discord.gioco.json
index 996a25815..249cbd259 100644
--- a/domains/_discord.gioco.json
+++ b/domains/_discord.gioco.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "giocoliere",
- "email": "simcrigjeki@gmail.com"
- },
- "record": {
- "TXT": "dh=4301bad793b7475c64673daa37b9599f04aafdd8"
- }
+ "owner": {
+ "username": "giocoliere",
+ "email": "simcrigjeki@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=4301bad793b7475c64673daa37b9599f04aafdd8"
+ }
}
diff --git a/domains/_discord.goyal.json b/domains/_discord.goyal.json
new file mode 100644
index 000000000..0cb21f7f8
--- /dev/null
+++ b/domains/_discord.goyal.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "dgbkn",
+ "discord": "somegumtank",
+ "email": "anandrambkn@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=f6d08bad0d4c2032a55386a83761bc8ddef363fa"
+ }
+}
diff --git a/domains/_discord.gunman.json b/domains/_discord.gunman.json
new file mode 100644
index 000000000..d4ad3f37f
--- /dev/null
+++ b/domains/_discord.gunman.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MukuJhansi",
+ "email": "mukundagrawal800@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=be7d82f3a9cf950d2aa2d3379ddf345aff4859f0"
+ }
+}
diff --git a/domains/_discord.gzf.is-a.dev.json b/domains/_discord.gzf.is-a.dev.json
deleted file mode 100644
index ad8f10731..000000000
--- a/domains/_discord.gzf.is-a.dev.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Argzf",
- "email": "gzf.dev@gmail.com"
- },
- "record": {
- "TXT": "dh=790b378eaf31c0c456354c0aa04129bd7057dfb2"
- }
-}
diff --git a/domains/_discord.hilight3r.json b/domains/_discord.hilight3r.json
new file mode 100644
index 000000000..a78cebdb3
--- /dev/null
+++ b/domains/_discord.hilight3r.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "HIlight3R",
+ "email": "",
+ "discord": "632272741000544259",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.lEEbmOZavCkur0apEhD0MigNx6rzV3Kqhd9_Lw4Wxt7U7b0rcV779rEFB1Fm4LdwKAVJJ8_MeDm1jf0y14lGqQotXsvYzRKOCBk5t7vLtS_541WkodNwOPbAUV_g2KBaq6MynjnwX5786OLkuRJE-QnxwflxQRQHtL76xYJV3d7UVmZk0ppSUxyCw5SdSXUp7zgoJiTE2JIshtR5dFULQCyH9QK7gVpNFJBwaoTJeoRsCOy_oYoXVhYysYhX94tubtwKzE4xSDmQW4UbOo8yLRNTIo-PkyuY6cBD4yYvueRcTAd_UChS12Y27QSFhQq78I7WLaE7u4cV060Th1fEmA.9kQc0tIg1PyfXJtKgbiBSQ.uFTPklnOgLBqnu-dg7ZsCEZ_QrMiuyiHY60IgI1X3CdE1kSQckWTdApOQF8AXTC0inYYfmSpfvzP02Rcgo3Z9vyrckWG_ZSJbmfKR2SOpeN_Cq94jwKAZQXW0U45LxB1.cYkl_VljmQbyvurLc7hF6Q"
+ },
+ "record": {
+ "TXT": "dh=0d11368eef3be6f6195da6a3a1b55663a1bafb38"
+ }
+}
diff --git a/domains/_discord.imide.json b/domains/_discord.imide.json
new file mode 100644
index 000000000..06a6c486d
--- /dev/null
+++ b/domains/_discord.imide.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "imide",
+ "email": "",
+ "discord": "555915168932954112"
+ },
+ "record": {
+ "TXT": "dh=5bac029dd3873cf20dba45eaec03433d5afe5608"
+ }
+}
diff --git a/domains/_discord.imm0nv1nhtv.json b/domains/_discord.imm0nv1nhtv.json
new file mode 100644
index 000000000..dcce76bce
--- /dev/null
+++ b/domains/_discord.imm0nv1nhtv.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "imm0nv1nhtv",
+ "email": "windows10phamvinh+github@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=05d77c5d6895f487e96ea956a6a985fa532fa0ee"
+ }
+}
diff --git a/domains/_discord.jirafey.json b/domains/_discord.jirafey.json
index 3d616f3b5..ca5092c75 100644
--- a/domains/_discord.jirafey.json
+++ b/domains/_discord.jirafey.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "jirafey",
- "email": "jirafey@tuta.io"
+ "email": "e9282425-361f-427d-a3dd-249a564432b9@anonaddy.me"
},
"record": {
"TXT": "dh=3c80d94ed181b223255b5fbf35f8fda6a402058f"
diff --git a/domains/_discord.joesepp.json b/domains/_discord.joesepp.json
new file mode 100644
index 000000000..5ebef5bdc
--- /dev/null
+++ b/domains/_discord.joesepp.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "joesepph",
+ "email": "markwer.dev@proton.me"
+ },
+ "record": {
+ "TXT": "dh=9ce2fab52773c35cecf4a10133d502e0644e19cb"
+ }
+}
diff --git a/domains/_discord.joetroll.json b/domains/_discord.joetroll.json
new file mode 100644
index 000000000..a0776f3fa
--- /dev/null
+++ b/domains/_discord.joetroll.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "trolljoe",
+ "email": "joetechtok@proton.me"
+ },
+ "record": {
+ "TXT": "dh=0ebb35a3def7a74049859c553b91d46c3eccbf3f"
+ }
+}
diff --git a/domains/_discord.joshua.json b/domains/_discord.joshua.json
new file mode 100644
index 000000000..d2caa64b4
--- /dev/null
+++ b/domains/_discord.joshua.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Dwigoric",
+ "email": "dwigoric@gmail.com",
+ "discord": "295391820744228867"
+ },
+
+ "record": {
+ "TXT": "dh=091e5d13b0f360e03d1ae8a746c5bed81da680e2"
+ }
+}
diff --git a/domains/_discord.justdeveloper.json b/domains/_discord.justdeveloper.json
new file mode 100644
index 000000000..fc8da2bd5
--- /dev/null
+++ b/domains/_discord.justdeveloper.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "lk.qq@ya.ru"
+ },
+ "record": {
+ "TXT": "dh=a468556178a0bac462fa84043545b67b982e7fe0"
+ }
+}
diff --git a/domains/_discord.juststudio.json b/domains/_discord.juststudio.json
new file mode 100644
index 000000000..0ad748f7a
--- /dev/null
+++ b/domains/_discord.juststudio.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JustStudio7",
+ "email": "support@juststudio.is-a.dev"
+ },
+ "record": {
+ "TXT": "dh=33f1a73c2f587fed7b0f3c03f18e1bf4591f8aec"
+ }
+}
diff --git a/domains/_discord.kappurumedia.json b/domains/_discord.kappurumedia.json
new file mode 100644
index 000000000..0c1f534ad
--- /dev/null
+++ b/domains/_discord.kappurumedia.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "CyrusCore",
+ "email": "abramsatria7@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=ce5c5f60ae66a7f508b44432fe2d9a0b51038fa8"
+ }
+}
diff --git a/domains/_discord.keiran.json b/domains/_discord.keiran.json
new file mode 100644
index 000000000..0de82ec5b
--- /dev/null
+++ b/domains/_discord.keiran.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "KeiranScript",
+ "email": "keiran0@proton.me"
+ },
+ "record": {
+ "TXT": "dh=eb547686041eae67bd1cc80bb3ce863b47199c02"
+ }
+}
diff --git a/domains/_discord.kenny.json b/domains/_discord.kenny.json
new file mode 100644
index 000000000..8ca4f5fa4
--- /dev/null
+++ b/domains/_discord.kenny.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "KennySB-dev",
+ "email": "kennybugeja@gmail.com",
+ "discord": "kenny.sb"
+ },
+ "record": {
+ "TXT": "dh=aaf780c8f8f85a096d0adea5223a0fdfd643de02"
+ }
+}
diff --git a/domains/_discord.korrykatti.json b/domains/_discord.korrykatti.json
new file mode 100644
index 000000000..17edd0917
--- /dev/null
+++ b/domains/_discord.korrykatti.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "korrykatti",
+ "email": "8nctvx7gi@mozmail.com"
+ },
+ "record": {
+ "TXT": "dh=75cc1a7bea6d033882a519e2d3fb4dd85314d6ec"
+ }
+}
diff --git a/domains/_discord.krishnan.json b/domains/_discord.krishnan.json
new file mode 100644
index 000000000..76332d52c
--- /dev/null
+++ b/domains/_discord.krishnan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "krishnans2006",
+ "email": "krishnans2006@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=fb4689a2ce0128317b7371c97ce6cc9c1940d73e"
+ }
+}
diff --git a/domains/_discord.krunch.json b/domains/_discord.krunch.json
new file mode 100644
index 000000000..cc0a0db9b
--- /dev/null
+++ b/domains/_discord.krunch.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "RadioactivePotato",
+ "email": "",
+ "discord": "krunchiekrunch._."
+ },
+ "record": {
+ "TXT": "dh=df2bf9fb87a1dc3ee29c6ddfa51ed86da28581c5"
+ }
+}
diff --git a/domains/_discord.kuba.json b/domains/_discord.kuba.json
index 9e353aa16..4555aca5e 100644
--- a/domains/_discord.kuba.json
+++ b/domains/_discord.kuba.json
@@ -8,6 +8,8 @@
},
"repo": "https://github.com/kbvivi/kuba.lol",
"record": {
- "TXT": ["dh=4f43d84403713773fa9506963218fe01cfd9b61d"]
+ "TXT": [
+ "dh=4f43d84403713773fa9506963218fe01cfd9b61d"
+ ]
}
}
diff --git a/domains/_discord.lasty.json b/domains/_discord.lasty.json
new file mode 100644
index 000000000..887e589c2
--- /dev/null
+++ b/domains/_discord.lasty.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "me0w-0",
+ "email": "lasty@outlook.in"
+ },
+ "record": {
+ "TXT": "dh=c380482ea03623c429b2750e9daa2f2778dc18b8"
+ }
+}
diff --git a/domains/_discord.lewdhutao.json b/domains/_discord.lewdhutao.json
new file mode 100644
index 000000000..60c4f4a41
--- /dev/null
+++ b/domains/_discord.lewdhutao.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LewdHuTao",
+ "email": "lewdhutao@shittybot.xyz"
+ },
+ "record": {
+ "TXT": "dh=b54d35b2dcde4ad6184e155736f8fd9911772204"
+ }
+}
diff --git a/domains/_discord.linksrayan.json b/domains/_discord.linksrayan.json
new file mode 100644
index 000000000..f6a20e2ca
--- /dev/null
+++ b/domains/_discord.linksrayan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "syedrayangames",
+ "email": "syedrayangames@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=9978fb189e392bec25b857297f914f34ef65ffb7"
+ }
+}
diff --git a/domains/_discord.lumix.json b/domains/_discord.lumix.json
new file mode 100644
index 000000000..83962b4e7
--- /dev/null
+++ b/domains/_discord.lumix.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "o-lumix",
+ "email": "bylumixxx@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=bbcffd54d5f1b8489e6641a569f55d5e82a7a32f"
+ }
+}
diff --git a/domains/_discord.meesam.json b/domains/_discord.meesam.json
new file mode 100644
index 000000000..9d67256b3
--- /dev/null
+++ b/domains/_discord.meesam.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "meesam4687",
+ "email": "meesam4687@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=f7e6c74947af4ca6f07d83d6b2fba1fcb965c9a6"
+ }
+}
diff --git a/domains/_discord.meywy.json b/domains/_discord.meywy.json
new file mode 100644
index 000000000..c45f63440
--- /dev/null
+++ b/domains/_discord.meywy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Meywy",
+ "email": "meywyy@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=67bbe9b7f65f85288f9235e79cde1dbab8dc825f"
+ }
+}
diff --git a/domains/_discord.mrstickypiston.json b/domains/_discord.mrstickypiston.json
new file mode 100644
index 000000000..c846e3961
--- /dev/null
+++ b/domains/_discord.mrstickypiston.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "MrStickyPiston",
+ "email": "mr.sticky.piston@gmail.com",
+ "discord": "700766242268774471"
+ },
+
+ "record": {
+ "TXT": "dh=bf6dee9491a16ba5f5e3f6550e1fe4640843323e"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/_discord.mwa.json b/domains/_discord.mwa.json
new file mode 100644
index 000000000..bb21e3b42
--- /dev/null
+++ b/domains/_discord.mwa.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "totallynotmwa",
+ "email": "",
+ "discord": "totallynotmwa"
+ },
+ "record": {
+ "TXT": "dh=7d4809eb409755939787cbc69a2de54a863b32d8"
+ }
+}
diff --git a/domains/_discord.mxritz.json b/domains/_discord.mxritz.json
new file mode 100644
index 000000000..82aaf865c
--- /dev/null
+++ b/domains/_discord.mxritz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Moritz-Deiaco",
+ "email": "moritz.deiaco@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=01795372b646a8a36087b00130313eda00b40928"
+ }
+}
diff --git a/domains/_discord.myrdin.json b/domains/_discord.myrdin.json
new file mode 100644
index 000000000..8b73e6b53
--- /dev/null
+++ b/domains/_discord.myrdin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Myrdincx",
+ "email": "myrdincx@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=66640cb07a3d5f325ece17597144b38af7b75ec9"
+ }
+}
diff --git a/domains/_discord.nekitori17.json b/domains/_discord.nekitori17.json
new file mode 100644
index 000000000..97571ee8e
--- /dev/null
+++ b/domains/_discord.nekitori17.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "nekitori17",
+ "email": "cuongnguyen286641@gmail.com",
+ "discord": "nekitorihakari"
+ },
+ "record": {
+ "TXT": "dh=8849bd42df7ed435ec3e75b68585a930ec3634b0"
+ }
+}
\ No newline at end of file
diff --git a/domains/_discord.niksne.json b/domains/_discord.niksne.json
new file mode 100644
index 000000000..0d7a19eb1
--- /dev/null
+++ b/domains/_discord.niksne.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NiKSneMC",
+ "email": "contact@niksne.ru"
+ },
+ "record": {
+ "TXT": "dh=47ed92cf32dd1f8ab41a7dd00ee21d1e09fc8317"
+ }
+}
diff --git a/domains/_discord.nikymetaa.json b/domains/_discord.nikymetaa.json
new file mode 100644
index 000000000..05d81f346
--- /dev/null
+++ b/domains/_discord.nikymetaa.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "nikytap1n",
+ "email": "anhky726@gmail.com",
+ "discord": "1007521768761729094"
+ },
+ "record": {
+ "TXT": "dh=0d03c1e4a0e12d0e7190cea1571ec61cb3ba0101"
+ }
+}
diff --git a/domains/_discord.oc.json b/domains/_discord.oc.json
new file mode 100644
index 000000000..ca3feed6f
--- /dev/null
+++ b/domains/_discord.oc.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "orxngc",
+ "discord": "orangc",
+ "email": "orangc@proton.me"
+ },
+ "record": {
+ "TXT": "dh=a46c846585142f2290edfa87de14a47c01715d15"
+ }
+}
diff --git a/domains/_discord.okinea.json b/domains/_discord.okinea.json
new file mode 100644
index 000000000..0a77c016c
--- /dev/null
+++ b/domains/_discord.okinea.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "okineadev",
+ "discord": "okineadev",
+ "telegram": "okinea",
+ "email": "81070564+okineadev@users.noreply.github.com"
+ },
+ "record": {
+ "TXT": "dh=72f6dea86d79bda34d2c61e1edb3037954caac82"
+ }
+}
diff --git a/domains/_discord.orangc.json b/domains/_discord.orangc.json
new file mode 100644
index 000000000..dcdfb506a
--- /dev/null
+++ b/domains/_discord.orangc.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "orxngc",
+ "discord": "orangc",
+ "email": "orangc@proton.me"
+ },
+ "record": {
+ "TXT": "dh=d27c8c015aa5f1be96c0c468e091a0958dd1c1dc"
+ }
+}
diff --git a/domains/_discord.orange.json b/domains/_discord.orange.json
index c76324891..f211bc75e 100644
--- a/domains/_discord.orange.json
+++ b/domains/_discord.orange.json
@@ -1,6 +1,7 @@
{
"owner": {
"username": "orxngc",
+ "discord": "orangc",
"email": "orangc@proton.me"
},
"record": {
diff --git a/domains/_discord.painscreen.json b/domains/_discord.painscreen.json
new file mode 100644
index 000000000..08cf77287
--- /dev/null
+++ b/domains/_discord.painscreen.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "iHategithub9000",
+ "email": "",
+ "discord": "836012649959522384",
+ "reddit": "u/ahhlifeeee"
+ },
+
+ "record": {
+ "TXT":"dh=7e6fb461ca0baaa88aa3fd36db70d4f8efa67675"
+ }
+ }
diff --git a/domains/_discord.paul.json b/domains/_discord.paul.json
new file mode 100644
index 000000000..4f6f6efb3
--- /dev/null
+++ b/domains/_discord.paul.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NotKaskus",
+ "email": "kaskus45@proton.me"
+ },
+ "record": {
+ "TXT": "dh=47c4b20ad8d876bd40060dd5cee8a4a201378626"
+ }
+}
diff --git a/domains/_discord.pig.json b/domains/_discord.pig.json
new file mode 100644
index 000000000..332ae06de
--- /dev/null
+++ b/domains/_discord.pig.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ipigtw",
+ "email": "diegogamingtw@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=3f12653d72696e056aa42fc684e3177a5de4b7ba"
+ }
+}
diff --git a/domains/_discord.piste.json b/domains/_discord.piste.json
new file mode 100644
index 000000000..043fb9f30
--- /dev/null
+++ b/domains/_discord.piste.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zpiste",
+ "email": "contact@piste.dev"
+ },
+ "record": {
+ "TXT": "dh=896e7262fdc9ab140d9c5b137e41917e8512a6bd"
+ }
+}
diff --git a/domains/_discord.poked.json b/domains/_discord.poked.json
new file mode 100644
index 000000000..2f54d094c
--- /dev/null
+++ b/domains/_discord.poked.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "PokedWasTaken",
+ "email": "pokedwastaken@gmail.com",
+ "discord": "poked"
+ },
+ "record": {
+ "TXT": "dh=14c9c8708542baf32a78da0ac413184b02e43486"
+ }
+}
diff --git a/domains/_discord.potatochips0706.json b/domains/_discord.potatochips0706.json
new file mode 100644
index 000000000..f447f2aea
--- /dev/null
+++ b/domains/_discord.potatochips0706.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "potato0706",
+ "email": "potatochips0706@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=0eeef9c4f4ec2b1309eec477bd8170e116d3b1d9"
+ }
+}
diff --git a/domains/_discord.priyanshu.json b/domains/_discord.priyanshu.json
new file mode 100644
index 000000000..de00307ca
--- /dev/null
+++ b/domains/_discord.priyanshu.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Priyansxu",
+ "email": "cloudypriyanshu@gmail.com",
+ "discord": "priyansxu"
+ },
+ "record": {
+ "TXT": "dh=4784b7e772166e35d7f9a41207e1ddf7e3d57f82"
+ }
+}
diff --git a/domains/_discord.push.json b/domains/_discord.push.json
new file mode 100644
index 000000000..b827037a4
--- /dev/null
+++ b/domains/_discord.push.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "pushingcc",
+ "email": "pushing@mailfence.com"
+ },
+ "record": {
+ "TXT": "dh=63d8f2f88286c81885273cdf5f07364b15884ff6"
+ }
+}
diff --git a/domains/_discord.ravener.json b/domains/_discord.ravener.json
new file mode 100644
index 000000000..74860950c
--- /dev/null
+++ b/domains/_discord.ravener.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ravener",
+ "email": "ravener.anime@gmail.com",
+ "twitter": "RavenRavener",
+ "discord": "292690616285134850"
+ },
+ "record": {
+ "TXT": "dh=da7bf917ef77c49f85bb9303d1703d0f10f492d8"
+ }
+}
diff --git a/domains/_discord.riku.json b/domains/_discord.riku.json
new file mode 100644
index 000000000..d429c336e
--- /dev/null
+++ b/domains/_discord.riku.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Rikuxyz",
+ "email": "rikukagenou@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=fb048a2833345c205c4d76f9e7a44a13b180967f"
+ }
+}
diff --git a/domains/_discord.riviox.json b/domains/_discord.riviox.json
new file mode 100644
index 000000000..f58c79501
--- /dev/null
+++ b/domains/_discord.riviox.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "riviox",
+ "email": "rivioxyt@hotmail.com",
+ "discord": "1200520669570539620"
+ },
+
+ "record": {
+ "TXT": "dh=dd0ace532148756be1fc56725f272b263adb8978"
+ }
+}
diff --git a/domains/_discord.rllanonymous.json b/domains/_discord.rllanonymous.json
new file mode 100644
index 000000000..fdc343de9
--- /dev/null
+++ b/domains/_discord.rllanonymous.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "RLLanonymous",
+ "email": "ethanweirich31@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=da8ae85aafa7325f95bd440a972eb5efa90c45f6"
+ }
+}
diff --git a/domains/_discord.rrcoder0167.json b/domains/_discord.rrcoder0167.json
new file mode 100644
index 000000000..94386ec93
--- /dev/null
+++ b/domains/_discord.rrcoder0167.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rrcoder0167",
+ "email": "riddhiman.rana@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=edffc018717818b3b5679949d15c4d3014187e1f"
+ }
+}
diff --git a/domains/_discord.rtxeon.json b/domains/_discord.rtxeon.json
deleted file mode 100644
index 04622f8d6..000000000
--- a/domains/_discord.rtxeon.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Rtxeon",
- "email": "AdityaSuthar13@outlook.com"
- },
- "record": {
- "TXT": "dh=665c123dc34d1ff5a58d5baadd5b97bb9a7ade7d"
- }
-}
\ No newline at end of file
diff --git a/domains/_discord.rusky.json b/domains/_discord.rusky.json
new file mode 100644
index 000000000..d347894a7
--- /dev/null
+++ b/domains/_discord.rusky.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "RuskyDev",
+ "email": "iamayaanalee@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=cb120c45e7e8c3ff2e65938b1e2fdf9d2f18707f"
+ }
+}
diff --git a/domains/_discord.sanooj.json b/domains/_discord.sanooj.json
new file mode 100644
index 000000000..6d1aa5537
--- /dev/null
+++ b/domains/_discord.sanooj.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sanoojes",
+ "email": "sanoojes6371@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=e486a386ca77d0104403742c5e9955c337ab70ec"
+ }
+}
diff --git a/domains/_discord.satindar.json b/domains/_discord.satindar.json
new file mode 100644
index 000000000..85a48ff33
--- /dev/null
+++ b/domains/_discord.satindar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "satindar31",
+ "email": "satindar31@tutanota.com"
+ },
+ "record": {
+ "TXT": "dh=68721fc8451ae56bc306d470eb43f2127e0f9970"
+ }
+}
diff --git a/domains/_discord.seria.json b/domains/_discord.seria.json
new file mode 100644
index 000000000..3eb6d4560
--- /dev/null
+++ b/domains/_discord.seria.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "seriaati",
+ "email": "seria.ati@gmail.com",
+ "discord": "seria_ati"
+ },
+ "record": {
+ "TXT": "dh=bbebabaaf56930459c8954d414197dddbc96ef11"
+ }
+}
diff --git a/domains/_discord.sewt.json b/domains/_discord.sewt.json
new file mode 100644
index 000000000..2ab351d09
--- /dev/null
+++ b/domains/_discord.sewt.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "SkyExploreWasTaken",
+ "email": "",
+ "discord": "1049263707177353247",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.JjnXMeB-5yChFwqeTjRtzK3S_0JshRprm7Ix_Yl-zlvBzrR4ZlVNljlNwz5hHd6RwuBC_y5QFA1wpuLY7J9tuvaW_ttJpnbU58UGV2JNs6yR0C6ZBp5S0XR7J0zKoloVPgoN9i4q8SOzJeBQCanVOFzX3d9haVlZxrZFInLbMybS8FegbUdzDuV6s6TB0gA8fpBWx29ftzsLfwVj96tO9gmB0cJAU-URofHxmMBDUCIXDELQdrlRl_sj4kjW3uIKus_lgN7GU55xIvErfpV2_NVZTiuPzOh5HcP7rwWHhDaeKvQL4HeKWxIlrqQhPtQHQTFTgJuh7MmJimD95ixgVg.fhYccie9reT4Mi7XAmEtZA.lNh66dK74iYl7grB--wq1yi-AEKzvkuN7TLOS75XwYxJskb4dSr8TUcM0Y5ZVfR27oMahE1_kerqZOZOtZW58ZFwqoFD0oCFaEm68nwTd3or3uBWcYbZk5ilghu8TpPN.zKRzlPiGTBfNQTbJkCbrGg"
+ },
+ "record": {
+ "TXT": "dh=a34e8bb281bffd5d738efe81e189ab6ef231ebb5"
+ }
+}
diff --git a/domains/_discord.shan.json b/domains/_discord.shan.json
new file mode 100644
index 000000000..0a25a1dd1
--- /dev/null
+++ b/domains/_discord.shan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Adwaith-Shan-Pk",
+ "email": "mail@adwaithshan.rf.gd"
+ },
+ "record": {
+ "TXT": "dh=edc2f8a1ed533b91a794ced9244cb4fa8a138531"
+ }
+}
diff --git a/domains/_discord.shy.json b/domains/_discord.shy.json
new file mode 100644
index 000000000..d06766437
--- /dev/null
+++ b/domains/_discord.shy.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "ImShyMike",
+ "email": "",
+ "discord": "582648583635992622"
+ },
+ "record": {
+ "TXT": "dh=4277dadd7134f6e2ee439faf5377801a9eec7b2c"
+ }
+}
diff --git a/domains/_discord.shymega.json b/domains/_discord.shymega.json
new file mode 100644
index 000000000..55ad48b75
--- /dev/null
+++ b/domains/_discord.shymega.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shymega",
+ "email": "shymega@shymega.org.uk"
+ },
+ "record": {
+ "TXT": "dh=43b627cccb9f6828d48ec7db6a573824bccfabc5"
+ }
+}
diff --git a/domains/_discord.sunn.json b/domains/_discord.sunn.json
new file mode 100644
index 000000000..d8637fc57
--- /dev/null
+++ b/domains/_discord.sunn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sunn-ia32",
+ "email": "thelynxmic@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=4127674bda0a2291a9479fe6c77468c677339dba"
+ }
+}
diff --git a/domains/_discord.sussyrayan.json b/domains/_discord.sussyrayan.json
new file mode 100644
index 000000000..c78384ca1
--- /dev/null
+++ b/domains/_discord.sussyrayan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "syedrayangames",
+ "email": "syedrayangames@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=634d6d19cba1fa609a7e88e098292bcec9198aa7"
+ }
+}
diff --git a/domains/_discord.tay.json b/domains/_discord.tay.json
new file mode 100644
index 000000000..0d3727a5d
--- /dev/null
+++ b/domains/_discord.tay.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "tayrp",
+ "email": "mystixmew@gmail.com",
+ "discord": "1050531216589332581"
+ },
+ "record": {
+ "TXT": "dh=e7e657ac53ef369ebb204320dd3fce49a25ed959"
+ }
+}
diff --git a/domains/_discord.thenoppy12.json b/domains/_discord.thenoppy12.json
new file mode 100644
index 000000000..4ed5817f9
--- /dev/null
+++ b/domains/_discord.thenoppy12.json
@@ -0,0 +1,12 @@
+{
+ "description": "Discord Domain Verify",
+ "repo": "https://github.com/thenoppy12/thenoppy12.github.io",
+ "owner": {
+ "username": "BussyBakks",
+ "email": "lengochuykiengiang@gmail.com",
+ "discord": ".thenoppy12"
+ },
+ "record": {
+ "TXT": "dh=a865dfb9b8ef277f5edfaad346ddbbcfcba85b71"
+ }
+}
diff --git a/domains/_discord.toast.json b/domains/_discord.toast.json
new file mode 100644
index 000000000..13c896aec
--- /dev/null
+++ b/domains/_discord.toast.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lightly-toasted",
+ "email": "tooast@duck.com"
+ },
+ "record": {
+ "TXT": "dh=bfb579423bd225af45d72942fe5c646b0504b2c6"
+ }
+}
diff --git a/domains/_discord.tobez.json b/domains/_discord.tobez.json
new file mode 100644
index 000000000..76330cf99
--- /dev/null
+++ b/domains/_discord.tobez.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tobezdev",
+ "email": "therealtobes28@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=64624183b9e763aa7a812ddf39b0ae9261491182"
+ }
+}
diff --git a/domains/_discord.untitled.json b/domains/_discord.untitled.json
new file mode 100644
index 000000000..6d57baa9a
--- /dev/null
+++ b/domains/_discord.untitled.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "VihaanAnand",
+ "email": "macos14sonoma@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=635f70c64c210c98011d4391e0ba6a69adfedc89"
+ }
+}
diff --git a/domains/_discord.urging.json b/domains/_discord.urging.json
index 60e7f0e3b..f556b7c19 100644
--- a/domains/_discord.urging.json
+++ b/domains/_discord.urging.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "UrgingOfc",
- "email": "diogo.lopes.silva.ch@gmail.com"
- },
- "record": {
- "TXT": "dh=847ffa96587e4547c31ae6c36fbc5fed451bf886"
- }
+ "owner": {
+ "username": "UrgingOfc",
+ "email": "diogo.lopes.silva.ch@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=847ffa96587e4547c31ae6c36fbc5fed451bf886"
+ }
}
diff --git a/domains/_discord.uwu.json b/domains/_discord.uwu.json
new file mode 100644
index 000000000..2c72d9128
--- /dev/null
+++ b/domains/_discord.uwu.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "orxngc",
+ "discord": "orangc",
+ "email": "orangc@proton.me"
+ },
+ "record": {
+ "TXT": "dh=23993c297b87e754fd5660af023aa55579ed324e"
+ }
+}
diff --git a/domains/_discord.vornexx.json b/domains/_discord.vornexx.json
new file mode 100644
index 000000000..462772ba8
--- /dev/null
+++ b/domains/_discord.vornexx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vornexx",
+ "email": "ajay.ramnath@courvix.com"
+ },
+ "record": {
+ "TXT": "dh=d7455d2e7bbe608a4e60dee8c502c758d3d13464"
+ }
+}
diff --git a/domains/_discord.xrap1dx.json b/domains/_discord.xrap1dx.json
new file mode 100644
index 000000000..ca3644d28
--- /dev/null
+++ b/domains/_discord.xrap1dx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "xrap1dx",
+ "email": "sirrapid155@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=5552cf7dcf2fec81360ac9ee4af0b0a674f1cd33"
+ }
+}
diff --git a/domains/_discord.xzonix.json b/domains/_discord.xzonix.json
new file mode 100644
index 000000000..3ce849246
--- /dev/null
+++ b/domains/_discord.xzonix.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "xzonix",
+ "email": "imahalojigi@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=9ffde6acccff8c74faeb599818e2901110d15fa5"
+ }
+}
diff --git a/domains/_discord.yfa.json b/domains/_discord.yfa.json
index 7d0ac436a..ae38ea033 100644
--- a/domains/_discord.yfa.json
+++ b/domains/_discord.yfa.json
@@ -1,9 +1,8 @@
{
"owner": {
"username": "YouFoundAlpha",
- "email": "alpha@alpha.is-a.dev",
+ "email": "",
"Discord": "661121998830960651",
- "Twitter": "YouFoundAlpha",
"GitHub": "YouFoundAlpha",
"GitLab": "YouFoundAlpha",
"Mastodon": "@YouFoundAlpha@mastodon.social"
diff --git a/domains/_discord.z.json b/domains/_discord.z.json
new file mode 100644
index 000000000..278cf9fb8
--- /dev/null
+++ b/domains/_discord.z.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "SkyExploreWasTaken",
+ "email": "",
+ "discord": "1049263707177353247",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.JjnXMeB-5yChFwqeTjRtzK3S_0JshRprm7Ix_Yl-zlvBzrR4ZlVNljlNwz5hHd6RwuBC_y5QFA1wpuLY7J9tuvaW_ttJpnbU58UGV2JNs6yR0C6ZBp5S0XR7J0zKoloVPgoN9i4q8SOzJeBQCanVOFzX3d9haVlZxrZFInLbMybS8FegbUdzDuV6s6TB0gA8fpBWx29ftzsLfwVj96tO9gmB0cJAU-URofHxmMBDUCIXDELQdrlRl_sj4kjW3uIKus_lgN7GU55xIvErfpV2_NVZTiuPzOh5HcP7rwWHhDaeKvQL4HeKWxIlrqQhPtQHQTFTgJuh7MmJimD95ixgVg.fhYccie9reT4Mi7XAmEtZA.lNh66dK74iYl7grB--wq1yi-AEKzvkuN7TLOS75XwYxJskb4dSr8TUcM0Y5ZVfR27oMahE1_kerqZOZOtZW58ZFwqoFD0oCFaEm68nwTd3or3uBWcYbZk5ilghu8TpPN.zKRzlPiGTBfNQTbJkCbrGg"
+ },
+ "record": {
+ "TXT": "dh=f84f09e3884eca601066a6e1dba5175f6e82940f"
+ }
+}
diff --git a/domains/_discord.zeaxey.json b/domains/_discord.zeaxey.json
new file mode 100644
index 000000000..486063733
--- /dev/null
+++ b/domains/_discord.zeaxey.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Pixel556",
+ "email": "therealzeaxey123@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=03271c5828f57362f1d12969313966fb88b6f83e"
+ }
+}
diff --git a/domains/_discord.zoom.json b/domains/_discord.zoom.json
new file mode 100644
index 000000000..2306b16b2
--- /dev/null
+++ b/domains/_discord.zoom.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "theoldzoom",
+ "email": "theoldzoom@gmail.com",
+ "twitter": "theoldzoom",
+ "discord": "theoldzoom"
+ },
+ "record": {
+ "TXT": "dh=170063c268dd129fa057f1517490d51aa9e792f7"
+ }
+}
diff --git a/domains/_gh-DeadCodeGames-o.deadcode.json b/domains/_gh-DeadCodeGames-o.deadcode.json
new file mode 100644
index 000000000..15d36be09
--- /dev/null
+++ b/domains/_gh-DeadCodeGames-o.deadcode.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "RichardKanshen",
+ "email": "richard@kanshen.click",
+ "twitter": "@kanskje0",
+ "discord": "kanshen.uwu",
+ "bluesky": "kanshen.click",
+ "telegram": "@richardkanskje"
+ },
+ "record": {
+ "TXT": "392e701839"
+ }
+}
diff --git a/domains/modmail.json b/domains/_gh-is-a-dev-o.m.json
similarity index 76%
rename from domains/modmail.json
rename to domains/_gh-is-a-dev-o.m.json
index d66eca635..e7af9390b 100644
--- a/domains/modmail.json
+++ b/domains/_gh-is-a-dev-o.m.json
@@ -5,6 +5,6 @@
},
"record": {
- "CNAME": "wdhdns.com"
+ "TXT": "e0ffcded3e"
}
}
diff --git a/domains/api.json b/domains/_gh-is-a-dev-o.maintainers.json
similarity index 76%
rename from domains/api.json
rename to domains/_gh-is-a-dev-o.maintainers.json
index d66eca635..e381c3c8c 100644
--- a/domains/api.json
+++ b/domains/_gh-is-a-dev-o.maintainers.json
@@ -5,6 +5,6 @@
},
"record": {
- "CNAME": "wdhdns.com"
+ "TXT": "7b45eb688b"
}
}
diff --git a/domains/status.json b/domains/_gh-is-a-dev-o.www.json
similarity index 76%
rename from domains/status.json
rename to domains/_gh-is-a-dev-o.www.json
index f186873d1..a93e75f33 100644
--- a/domains/status.json
+++ b/domains/_gh-is-a-dev-o.www.json
@@ -3,7 +3,8 @@
"username": "is-a-dev",
"email": ""
},
+
"record": {
- "CNAME": "wdhdns.com"
+ "TXT": "1259c184c5"
}
}
diff --git a/domains/_github-challenge-thenoppy12-org.thenoppy12.json b/domains/_github-challenge-thenoppy12-org.thenoppy12.json
new file mode 100644
index 000000000..1613186f9
--- /dev/null
+++ b/domains/_github-challenge-thenoppy12-org.thenoppy12.json
@@ -0,0 +1,12 @@
+{
+ "description": "Github Orgs Verify",
+ "repo": "https://github.com/thenoppy12",
+ "owner": {
+ "username": "BussyBakks",
+ "email": "lengochuykiengiang@gmail.com",
+ "discord": ".thenoppy12#0"
+ },
+ "record": {
+ "TXT": "19f2dbfb9a"
+ }
+}
diff --git a/domains/_github-challenge-yfadev-org.alpha.json b/domains/_github-challenge-yfadev-org.alpha.json
index 9c8f68d3a..9267c8d18 100644
--- a/domains/_github-challenge-yfadev-org.alpha.json
+++ b/domains/_github-challenge-yfadev-org.alpha.json
@@ -1,9 +1,8 @@
{
"owner": {
"username": "YouFoundAlpha",
- "email": "alpha@alpha.is-a.dev",
+ "email": "",
"Discord": "661121998830960651",
- "Twitter": "YouFoundAlpha",
"GitHub": "YouFoundAlpha",
"GitLab": "YouFoundAlpha",
"Mastodon": "@YouFoundAlpha@mastodon.social"
diff --git a/domains/_github-challenge-yfadev-org.yfa.json b/domains/_github-challenge-yfadev-org.yfa.json
index a4cc774dc..42ef5a3b9 100644
--- a/domains/_github-challenge-yfadev-org.yfa.json
+++ b/domains/_github-challenge-yfadev-org.yfa.json
@@ -1,14 +1,13 @@
{
"owner": {
"username": "YouFoundAlpha",
- "email": "alpha@alpha.is-a.dev",
+ "email": "",
"Discord": "661121998830960651",
- "Twitter": "YouFoundAlpha",
"GitHub": "YouFoundAlpha",
"GitLab": "YouFoundAlpha",
"Mastodon": "@YouFoundAlpha@mastodon.social"
},
"record": {
- "TXT": "3436b41d67"
+ "TXT": "a4b5c60953"
}
}
diff --git a/domains/_github-challenge-yfadev-org.yfadev.json b/domains/_github-challenge-yfadev-org.yfadev.json
index 570c15bb7..4f6102623 100644
--- a/domains/_github-challenge-yfadev-org.yfadev.json
+++ b/domains/_github-challenge-yfadev-org.yfadev.json
@@ -1,9 +1,8 @@
{
"owner": {
"username": "YouFoundAlpha",
- "email": "alpha@alpha.is-a.dev",
+ "email": "",
"Discord": "661121998830960651",
- "Twitter": "YouFoundAlpha",
"GitHub": "YouFoundAlpha",
"GitLab": "YouFoundAlpha",
"Mastodon": "@YouFoundAlpha@mastodon.social"
diff --git a/domains/_github-pages-challenge-0v90.json b/domains/_github-pages-challenge-0v90.json
new file mode 100644
index 000000000..cbb6c1ed8
--- /dev/null
+++ b/domains/_github-pages-challenge-0v90.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "0v90",
+ "discord": "651519394673065989",
+ "email": ""
+ },
+ "record": {
+ "TXT": "9e58408bb4a7267e5a81669f75cfb3"
+ }
+}
diff --git a/domains/_github-pages-challenge-Abaan5467.abaan.json b/domains/_github-pages-challenge-Abaan5467.abaan.json
new file mode 100644
index 000000000..35e940ffb
--- /dev/null
+++ b/domains/_github-pages-challenge-Abaan5467.abaan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Abaan5467",
+ "email": "abaan@metfabproducts.com"
+ },
+ "record": {
+ "TXT": "325c1344f55d617d4e206517dde06c"
+ }
+}
diff --git a/domains/_github-pages-challenge-Akatsuki2555.akatsuki2555.json b/domains/_github-pages-challenge-Akatsuki2555.akatsuki2555.json
new file mode 100644
index 000000000..93f108113
--- /dev/null
+++ b/domains/_github-pages-challenge-Akatsuki2555.akatsuki2555.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Akatsuki2555",
+ "email": "Akatsuki2555@proton.me"
+ },
+ "record": {
+ "TXT": "af66c6734ae2342654c413fbb3b9aa"
+ }
+}
\ No newline at end of file
diff --git a/domains/_github-pages-challenge-Arch881010.arch.json b/domains/_github-pages-challenge-Arch881010.arch.json
index 6946ddb7b..335a14182 100644
--- a/domains/_github-pages-challenge-Arch881010.arch.json
+++ b/domains/_github-pages-challenge-Arch881010.arch.json
@@ -3,9 +3,10 @@
"repo": "https://github.com/Arch881010/Arch881010",
"owner": {
"username": "Arch881010",
- "email": "c1yd4.arch@inbox.testmail.app",
+ "email": "arch@arch1010.dev",
"discord": "arch1010",
- "discord-id": "410248634593050627"
+ "discord-id": "410248634593050627",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.kSAiARG7F3TMPQLHtfhtk3dE05kz7As2lA8g_FzeDJHxsc9y68hJe40iZByj83Q-A7wgguTAPkshy34EfXOlnbEW6QGE3nwCdu8BLCDAZFZSDYffesKjYPq7djQpYfIcrwaKQ8BNsPejDVBpfycXULTJKFg6860m6AQeCRBCTKbs1et_J_1LKbD58oCoA2fRjoOcmsfiuv177b0JB5y4YYJvv-ZUxnqfFOYs8z4cYa0sjLz1PHf45ZXI94YaiIGbctnl4-mCWmUyVAEzoZXMMZTpb2yDmkfkXbubaRL8ftl6dXFlsr_s8t5oNNn_qqydjVqHAgoBod7pnX8nnbNB7g.QIJDtBcgQc6abzpqMJEDQQ.yqolPrBs4ixr0g2Sd6FkMHqMg_CXvxV146dDoe4y8yeSmW951Au23QlBGwemyMKQmJv6fNMo7GPctGfxCxgaaL6hXPVbtJ13MdgtO22e5bA.vevEeBUZxq5C7dewSx_YUQ"
},
"record": {
"TXT": "f7ef0429540150e9e2d26e968dc4de"
diff --git a/domains/_github-pages-challenge-Bimarsha69.bimarsha.json b/domains/_github-pages-challenge-Bimarsha69.bimarsha.json
new file mode 100644
index 000000000..f53fe5cbf
--- /dev/null
+++ b/domains/_github-pages-challenge-Bimarsha69.bimarsha.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Bimarsha69",
+ "email": "bimarshathapa2@gmail.com"
+ },
+ "record": {
+ "TXT": "ad9b8ff5793eb8dd58746a30bee4c7"
+ }
+}
diff --git a/domains/_github-pages-challenge-Codemaine.maine.json b/domains/_github-pages-challenge-Codemaine.maine.json
new file mode 100644
index 000000000..d8e26f5b0
--- /dev/null
+++ b/domains/_github-pages-challenge-Codemaine.maine.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Codemaine",
+ "email": "jermaineantwi22@gmail.com"
+ },
+ "record": {
+ "TXT": "9991ed48ef1e29bebb9213d814ebd6"
+ }
+}
diff --git a/domains/_github-pages-challenge-Crazy-Max-Blog.rpi.crazymax.json b/domains/_github-pages-challenge-Crazy-Max-Blog.rpi.crazymax.json
new file mode 100644
index 000000000..468d5157c
--- /dev/null
+++ b/domains/_github-pages-challenge-Crazy-Max-Blog.rpi.crazymax.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Crazy-Max-Blog",
+ "email": "Crazy-Max-2011@yandex.ru"
+ },
+ "record": {
+ "TXT": "78e02ece6b6361900c40e44be0079c"
+ }
+}
diff --git a/domains/_github-pages-challenge-CuteDog5695.cutedog5695.json b/domains/_github-pages-challenge-CuteDog5695.cutedog5695.json
index 42643aeee..c2d66c756 100644
--- a/domains/_github-pages-challenge-CuteDog5695.cutedog5695.json
+++ b/domains/_github-pages-challenge-CuteDog5695.cutedog5695.json
@@ -1,8 +1,8 @@
{
"owner": {
"username": "CuteDog5695",
- "email": "cutedog5695@gmail.com",
- "discord": "cutedog5695",
+ "email": "",
+ "discord": "716306888492318790",
"twitter": "cutedog5695"
},
"record": {
diff --git a/domains/_github-pages-challenge-Daamin909.daamin.json b/domains/_github-pages-challenge-Daamin909.daamin.json
new file mode 100644
index 000000000..b3738e6d7
--- /dev/null
+++ b/domains/_github-pages-challenge-Daamin909.daamin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Daamin909",
+ "email": "ashai.daamin@gmail.com"
+ },
+ "record": {
+ "TXT": "3c96f2bc76027656f9d05fbdd95026"
+ }
+}
diff --git a/domains/_github-pages-challenge-DebtlessFlea.debtlessflea.json b/domains/_github-pages-challenge-DebtlessFlea.debtlessflea.json
new file mode 100644
index 000000000..da607d762
--- /dev/null
+++ b/domains/_github-pages-challenge-DebtlessFlea.debtlessflea.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DebtlessFlea",
+ "email": "citizen.caption020@passfwd.com"
+ },
+ "record": {
+ "TXT": "ba015236c9b45aa3d3427b2b3c0f7e"
+ }
+}
diff --git a/domains/_github-pages-challenge-Dev-Ajay-sahani.ajays.json b/domains/_github-pages-challenge-Dev-Ajay-sahani.ajays.json
new file mode 100644
index 000000000..bb1371c1b
--- /dev/null
+++ b/domains/_github-pages-challenge-Dev-Ajay-sahani.ajays.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Dev-Ajay-sahani",
+ "email": "ajays.dev.contact@gmail.com"
+ },
+ "record": {
+ "TXT": "41d8fd2a7b00dc0110fdfa4c1518c9"
+ }
+}
diff --git a/domains/_github-pages-challenge-Glqch404.glqch.json b/domains/_github-pages-challenge-Glqch404.glqch.json
index 060991950..e9001d5ba 100644
--- a/domains/_github-pages-challenge-Glqch404.glqch.json
+++ b/domains/_github-pages-challenge-Glqch404.glqch.json
@@ -4,8 +4,8 @@
"email": "bridgerbusiness2@gmail.com",
"twitter": "Glqch",
"discord": "915932527871541309"
- },
- "record": {
+ },
+ "record": {
"TXT": "a3b430c8adc12043863d6785cfa782"
}
}
diff --git a/domains/_github-pages-challenge-HarshNarayanJha.harshnj.json b/domains/_github-pages-challenge-HarshNarayanJha.harshnj.json
new file mode 100644
index 000000000..48279b3b5
--- /dev/null
+++ b/domains/_github-pages-challenge-HarshNarayanJha.harshnj.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "HarshNarayanJha",
+ "email": "harshnj@proton.me"
+ },
+ "record": {
+ "TXT": "fc925e645f243f84b9c9f0585add64"
+ }
+}
\ No newline at end of file
diff --git a/domains/_github-pages-challenge-Hima-Pro.tdim.json b/domains/_github-pages-challenge-Hima-Pro.tdim.json
new file mode 100644
index 000000000..6022b25f3
--- /dev/null
+++ b/domains/_github-pages-challenge-Hima-Pro.tdim.json
@@ -0,0 +1,10 @@
+{
+ "description": "Github verification",
+ "owner": {
+ "username": "Hima-Pro",
+ "email": "pnpop01027066161@gmail.com"
+ },
+ "record": {
+ "TXT": "c8b67d5aafafeb2e5ec1561e503552"
+ }
+}
diff --git a/domains/_github-pages-challenge-ImShyMike.shymike.json b/domains/_github-pages-challenge-ImShyMike.shymike.json
new file mode 100644
index 000000000..53070340a
--- /dev/null
+++ b/domains/_github-pages-challenge-ImShyMike.shymike.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "ImShyMike",
+ "email": "",
+ "discord": "582648583635992622"
+ },
+ "record": {
+ "TXT": "f3bee6548add17e5852c9b567d9a44"
+ }
+}
diff --git a/domains/_github-pages-challenge-JerBlox.jer.json b/domains/_github-pages-challenge-JerBlox.jer.json
index 1119cc305..ba868f179 100644
--- a/domains/_github-pages-challenge-JerBlox.jer.json
+++ b/domains/_github-pages-challenge-JerBlox.jer.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "JerBlox",
- "email": "chen.fuyuan07@gmail.com"
- },
- "record": {
- "TXT": "e1e6eda49ed7d363f8492c91821a1a"
- }
+ "owner": {
+ "username": "JerBlox",
+ "email": "chen.fuyuan07@gmail.com"
+ },
+ "record": {
+ "TXT": "e1e6eda49ed7d363f8492c91821a1a"
+ }
}
diff --git a/domains/_github-pages-challenge-LIGMATV.ligmatv.json b/domains/_github-pages-challenge-LIGMATV.ligmatv.json
new file mode 100644
index 000000000..7e27b7ac0
--- /dev/null
+++ b/domains/_github-pages-challenge-LIGMATV.ligmatv.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LIGMATV",
+ "email": "ligmatv.id@gmail.com"
+ },
+ "record": {
+ "TXT": "de8560c4ea3c0f753266b402385c50"
+ }
+}
diff --git a/domains/_github-pages-challenge-LowkeyGUY4444.akshya.json b/domains/_github-pages-challenge-LowkeyGUY4444.akshya.json
new file mode 100644
index 000000000..c6b0bb7ef
--- /dev/null
+++ b/domains/_github-pages-challenge-LowkeyGUY4444.akshya.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lowkeyguy4444",
+ "email": "akshyathapa23@gmail.com"
+ },
+ "record": {
+ "TXT": "b29322c856bfcf9889e95c6cd95b91"
+ }
+}
diff --git a/domains/_github-pages-challenge-MadisonWirtanen.zwyz.json b/domains/_github-pages-challenge-MadisonWirtanen.zwyz.json
new file mode 100644
index 000000000..594e85860
--- /dev/null
+++ b/domains/_github-pages-challenge-MadisonWirtanen.zwyz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "madisonwirtanen",
+ "email": "isadev@imkk.uk"
+ },
+ "record": {
+ "TXT": "18776d6f831dd6e69e7889f4747ecb"
+ }
+}
diff --git a/domains/_github-pages-challenge-MukuJhansi.gunman.json b/domains/_github-pages-challenge-MukuJhansi.gunman.json
new file mode 100644
index 000000000..ef4cff6cd
--- /dev/null
+++ b/domains/_github-pages-challenge-MukuJhansi.gunman.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MukuJhansi",
+ "email": "mukundagrawal800@gmail.com"
+ },
+ "record": {
+ "TXT": "c891d48a286f45f50eb814e97f60df"
+ }
+}
diff --git a/domains/_github-pages-challenge-Myrdincx.myrdin.json b/domains/_github-pages-challenge-Myrdincx.myrdin.json
new file mode 100644
index 000000000..8f23e4a78
--- /dev/null
+++ b/domains/_github-pages-challenge-Myrdincx.myrdin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Myrdincx",
+ "email": "myrdincx@gmail.com"
+ },
+ "record": {
+ "TXT": "73c422f79a3a088a46e52e7844cb08"
+ }
+}
diff --git a/domains/_github-pages-challenge-NamesMT.namesmt.json b/domains/_github-pages-challenge-NamesMT.namesmt.json
new file mode 100644
index 000000000..51c701b9a
--- /dev/null
+++ b/domains/_github-pages-challenge-NamesMT.namesmt.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NamesMT",
+ "email": "dangquoctrung123@gmail.com"
+ },
+ "record": {
+ "TXT": "6ec39f629cd9510bca23b84ba61aff"
+ }
+}
diff --git a/domains/_github-pages-challenge-Nekitori17.nekitori17.json b/domains/_github-pages-challenge-Nekitori17.nekitori17.json
new file mode 100644
index 000000000..4af3ddf19
--- /dev/null
+++ b/domains/_github-pages-challenge-Nekitori17.nekitori17.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "nekitori17",
+ "email": "cuongnguyen286641@gmail.com",
+ "discord": "nekitorihakari"
+ },
+ "record": {
+ "TXT": "24cd28e86ee31fda98f1ffb6c3c732"
+ }
+}
diff --git a/domains/_github-pages-challenge-PokedWasTaken.poked.json b/domains/_github-pages-challenge-PokedWasTaken.poked.json
new file mode 100644
index 000000000..e3df4a54d
--- /dev/null
+++ b/domains/_github-pages-challenge-PokedWasTaken.poked.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "PokedWasTaken",
+ "email": "pokedwastaken@gmail.com",
+ "discord": "poked"
+ },
+ "record": {
+ "TXT": "492698bed250302903bda08e024c89"
+ }
+}
diff --git a/domains/_github-pages-challenge-Riihime.riihime.json b/domains/_github-pages-challenge-Riihime.riihime.json
new file mode 100644
index 000000000..cecec3884
--- /dev/null
+++ b/domains/_github-pages-challenge-Riihime.riihime.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Riihime",
+ "email": "",
+ "discord": "riihime"
+ },
+ "record": {
+ "TXT": "dbf468dcc12907dc90b485737f344a"
+ }
+}
diff --git a/domains/_github-pages-challenge-Rouf0x.json b/domains/_github-pages-challenge-Rouf0x.json
new file mode 100644
index 000000000..16c8283a8
--- /dev/null
+++ b/domains/_github-pages-challenge-Rouf0x.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Rouf0x",
+ "email": "Gabrielruf.fr@gmail.com"
+ },
+ "record": {
+ "TXT": "f01cd0a4cbac68efe6b87568776ad9"
+ }
+}
diff --git a/domains/_github-pages-challenge-Satindar31.satindar.json b/domains/_github-pages-challenge-Satindar31.satindar.json
new file mode 100644
index 000000000..0e757865b
--- /dev/null
+++ b/domains/_github-pages-challenge-Satindar31.satindar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "satindar31",
+ "email": "satindar31@tutanota.com"
+ },
+ "record": {
+ "TXT": "ccd690fc913ce2ac27c8b9e10132a1"
+ }
+}
diff --git a/domains/_github-pages-challenge-ScytheMediaTheDev.scythemedia.json b/domains/_github-pages-challenge-ScytheMediaTheDev.scythemedia.json
new file mode 100644
index 000000000..53ad119dd
--- /dev/null
+++ b/domains/_github-pages-challenge-ScytheMediaTheDev.scythemedia.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ScytheMediaTheDev",
+ "email": "tswartz22@aol.com"
+ },
+ "record": {
+ "TXT": "46b3d088175cbb38e9c4b3b81cdb4b"
+ }
+}
diff --git a/domains/_github-pages-challenge-SkyExploreWasTaken.sewt.json b/domains/_github-pages-challenge-SkyExploreWasTaken.sewt.json
new file mode 100644
index 000000000..5fecfdce7
--- /dev/null
+++ b/domains/_github-pages-challenge-SkyExploreWasTaken.sewt.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "SkyExploreWasTaken",
+ "email": "",
+ "discord": "1049263707177353247",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.JjnXMeB-5yChFwqeTjRtzK3S_0JshRprm7Ix_Yl-zlvBzrR4ZlVNljlNwz5hHd6RwuBC_y5QFA1wpuLY7J9tuvaW_ttJpnbU58UGV2JNs6yR0C6ZBp5S0XR7J0zKoloVPgoN9i4q8SOzJeBQCanVOFzX3d9haVlZxrZFInLbMybS8FegbUdzDuV6s6TB0gA8fpBWx29ftzsLfwVj96tO9gmB0cJAU-URofHxmMBDUCIXDELQdrlRl_sj4kjW3uIKus_lgN7GU55xIvErfpV2_NVZTiuPzOh5HcP7rwWHhDaeKvQL4HeKWxIlrqQhPtQHQTFTgJuh7MmJimD95ixgVg.fhYccie9reT4Mi7XAmEtZA.lNh66dK74iYl7grB--wq1yi-AEKzvkuN7TLOS75XwYxJskb4dSr8TUcM0Y5ZVfR27oMahE1_kerqZOZOtZW58ZFwqoFD0oCFaEm68nwTd3or3uBWcYbZk5ilghu8TpPN.zKRzlPiGTBfNQTbJkCbrGg"
+ },
+ "record": {
+ "TXT": "6db7bbc1e3f533f3dad4925751cdc7"
+ }
+}
diff --git a/domains/_github-pages-challenge-SkyExploreWasTaken.z.json b/domains/_github-pages-challenge-SkyExploreWasTaken.z.json
new file mode 100644
index 000000000..640a0cd3a
--- /dev/null
+++ b/domains/_github-pages-challenge-SkyExploreWasTaken.z.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "SkyExploreWasTaken",
+ "email": "",
+ "discord": "1049263707177353247",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.JjnXMeB-5yChFwqeTjRtzK3S_0JshRprm7Ix_Yl-zlvBzrR4ZlVNljlNwz5hHd6RwuBC_y5QFA1wpuLY7J9tuvaW_ttJpnbU58UGV2JNs6yR0C6ZBp5S0XR7J0zKoloVPgoN9i4q8SOzJeBQCanVOFzX3d9haVlZxrZFInLbMybS8FegbUdzDuV6s6TB0gA8fpBWx29ftzsLfwVj96tO9gmB0cJAU-URofHxmMBDUCIXDELQdrlRl_sj4kjW3uIKus_lgN7GU55xIvErfpV2_NVZTiuPzOh5HcP7rwWHhDaeKvQL4HeKWxIlrqQhPtQHQTFTgJuh7MmJimD95ixgVg.fhYccie9reT4Mi7XAmEtZA.lNh66dK74iYl7grB--wq1yi-AEKzvkuN7TLOS75XwYxJskb4dSr8TUcM0Y5ZVfR27oMahE1_kerqZOZOtZW58ZFwqoFD0oCFaEm68nwTd3or3uBWcYbZk5ilghu8TpPN.zKRzlPiGTBfNQTbJkCbrGg"
+ },
+ "record": {
+ "TXT": "7eb5b6034d696256f342136b0289cc"
+ }
+}
diff --git a/domains/_github-pages-challenge-Socketlike.evie.json b/domains/_github-pages-challenge-Socketlike.evie.json
index 3ff048f29..7ab6df371 100644
--- a/domains/_github-pages-challenge-Socketlike.evie.json
+++ b/domains/_github-pages-challenge-Socketlike.evie.json
@@ -1,9 +1,11 @@
{
- "owner": {
- "username": "Socketlike",
- "email": "evelynxii.xt@gmail.com"
- },
- "record": {
- "TXT": "351773beb3717122300722aeb5d1ac"
- }
+ "owner": {
+ "username": "Socketlike",
+ "discordId": "285329659023851520",
+ "discord": "encyclopedic",
+ "email": ""
+ },
+ "record": {
+ "TXT": "351773beb3717122300722aeb5d1ac"
+ }
}
diff --git a/domains/_github-pages-challenge-Th3-C0der.th3.json b/domains/_github-pages-challenge-Th3-C0der.th3.json
new file mode 100644
index 000000000..4222831f9
--- /dev/null
+++ b/domains/_github-pages-challenge-Th3-C0der.th3.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Th3-C0der",
+ "email": "Th3Drag8N@proton.me"
+ },
+ "record": {
+ "TXT": "5eb5141d4526c7035a1a9e1613b3d6"
+ }
+}
diff --git a/domains/_github-pages-challenge-TheOldZoom.zoom.json b/domains/_github-pages-challenge-TheOldZoom.zoom.json
new file mode 100644
index 000000000..bf25ddd7b
--- /dev/null
+++ b/domains/_github-pages-challenge-TheOldZoom.zoom.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "theoldzoom",
+ "email": "theoldzoom@gmail.com",
+ "twitter": "theoldzoom",
+ "discord": "theoldzoom"
+ },
+ "record": {
+ "TXT": "617b3a42e42c46cb26aef97305fd8e"
+ }
+}
diff --git a/domains/_github-pages-challenge-TheWongLife.thewonglife.json b/domains/_github-pages-challenge-TheWongLife.thewonglife.json
new file mode 100644
index 000000000..7e2626680
--- /dev/null
+++ b/domains/_github-pages-challenge-TheWongLife.thewonglife.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TheWongLife",
+ "email": "nwong27@illinois.edu"
+ },
+ "record": {
+ "TXT": "eab75ad7eaab8f055c0d350cb1d28e"
+ }
+}
diff --git a/domains/_github-pages-challenge-YantCaccia.antonio.json b/domains/_github-pages-challenge-YantCaccia.antonio.json
new file mode 100644
index 000000000..11bca6447
--- /dev/null
+++ b/domains/_github-pages-challenge-YantCaccia.antonio.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "YantCaccia",
+ "email": "yantcaccia@gmail.com"
+ },
+ "record": {
+ "TXT": "7af4c3a94c5f7fa70f489c3c8c901f"
+ }
+}
diff --git a/domains/_github-pages-challenge-YouFoundAlpha.alpha.json b/domains/_github-pages-challenge-YouFoundAlpha.alpha.json
index f69fbfcf4..e0787ddbd 100644
--- a/domains/_github-pages-challenge-YouFoundAlpha.alpha.json
+++ b/domains/_github-pages-challenge-YouFoundAlpha.alpha.json
@@ -1,9 +1,8 @@
{
"owner": {
"username": "YouFoundAlpha",
- "email": "alpha@alpha.is-a.dev",
+ "email": "",
"Discord": "661121998830960651",
- "Twitter": "YouFoundAlpha",
"GitHub": "YouFoundAlpha",
"GitLab": "YouFoundAlpha",
"Mastodon": "@YouFoundAlpha@mastodon.social"
diff --git a/domains/_github-pages-challenge-YummyOreo.oreo.json b/domains/_github-pages-challenge-YummyOreo.oreo.json
new file mode 100644
index 000000000..9400f38ef
--- /dev/null
+++ b/domains/_github-pages-challenge-YummyOreo.oreo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "YummyOreo",
+ "email": "bobgim20@gmail.com"
+ },
+ "record": {
+ "TXT": "91193592629d4273fa574d6c88a7e4"
+ }
+}
diff --git a/domains/_github-pages-challenge-aldnnnz.aldnnnz.json b/domains/_github-pages-challenge-aldnnnz.aldnnnz.json
new file mode 100644
index 000000000..71373891b
--- /dev/null
+++ b/domains/_github-pages-challenge-aldnnnz.aldnnnz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "aldnnnz",
+ "email": "aldynnn@yahoo.com"
+ },
+ "record": {
+ "TXT": "5fd4c25bc65bfba8a87f5aa0b38a37"
+ }
+}
diff --git a/domains/_github-pages-challenge-anshbhimani.anshbhimani.json b/domains/_github-pages-challenge-anshbhimani.anshbhimani.json
new file mode 100644
index 000000000..405a10c0e
--- /dev/null
+++ b/domains/_github-pages-challenge-anshbhimani.anshbhimani.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "anshbhimani",
+ "email": "ansh.bhimani@outlook.com"
+ },
+ "record": {
+ "TXT": "36d0b9db7565094d11ea8fdb539e1dg"
+ }
+}
diff --git a/domains/_github-pages-challenge-axviii3.axviii3.json b/domains/_github-pages-challenge-axviii3.axviii3.json
index 165c8f168..f49dacadc 100644
--- a/domains/_github-pages-challenge-axviii3.axviii3.json
+++ b/domains/_github-pages-challenge-axviii3.axviii3.json
@@ -1,7 +1,8 @@
{
"owner": {
"username": "AXVIII3",
- "email": "anirbanrc2286@gmail.com"
+ "discord": "axviii3",
+ "email": ""
},
"record": {
"TXT": "f99b7081b391b0e77e8b9bd80ea50e"
diff --git a/domains/_github-pages-challenge-ayvacs.ave.json b/domains/_github-pages-challenge-ayvacs.ave.json
index 262f3b8c9..1da3471f7 100644
--- a/domains/_github-pages-challenge-ayvacs.ave.json
+++ b/domains/_github-pages-challenge-ayvacs.ave.json
@@ -6,6 +6,6 @@
"email": "ayvacs@proton.me"
},
"record": {
- "TXT": "5a1e6c3195a98bf63ceba5a88f4be2"
+ "TXT": "e0986b3076f4a103b5f4de9bb7a302"
}
}
diff --git a/domains/_github-pages-challenge-bob16077.bob16077.json b/domains/_github-pages-challenge-bob16077.bob16077.json
new file mode 100644
index 000000000..264aef891
--- /dev/null
+++ b/domains/_github-pages-challenge-bob16077.bob16077.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "bob16077",
+ "email": "",
+ "discord": "bob16077777"
+ },
+ "record": {
+ "TXT": "8e9dc25e9c1ae9cc0823ede9ba135d"
+ }
+}
diff --git a/domains/_github-pages-challenge-carafelix.heroprotagonist.json b/domains/_github-pages-challenge-carafelix.heroprotagonist.json
new file mode 100644
index 000000000..c02fd3255
--- /dev/null
+++ b/domains/_github-pages-challenge-carafelix.heroprotagonist.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "carafelix",
+ "email": "heroprotagonist32@gmail.com"
+ },
+ "record": {
+ "TXT": "61ef4af708632a4018579e72c75b65"
+ }
+}
diff --git a/domains/_github-pages-challenge-chadeeeee.chadee.json b/domains/_github-pages-challenge-chadeeeee.chadee.json
new file mode 100644
index 000000000..ff922c3e2
--- /dev/null
+++ b/domains/_github-pages-challenge-chadeeeee.chadee.json
@@ -0,0 +1,12 @@
+{
+ "description": "Chadee website",
+ "repo": "https://github.com/chadeeeee/chadee-site",
+ "owner": {
+ "username": "chadeeeee",
+ "telegram": "@chadeeeeeeeeee",
+ "email": "esurginet2011@gmail.com"
+ },
+ "record": {
+ "TXT": "86c9964ec0f6d3ccbb233390376306"
+ }
+}
diff --git a/domains/_github-pages-challenge-crischutu07.crischutu07.json b/domains/_github-pages-challenge-crischutu07.crischutu07.json
new file mode 100644
index 000000000..fbd8c58f1
--- /dev/null
+++ b/domains/_github-pages-challenge-crischutu07.crischutu07.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "crischutu07",
+ "email": "sondolavnxbox.omlet@gmail.com"
+ },
+ "record": {
+ "TXT": "bad00bc54be093493a43e915dfd349"
+ }
+}
diff --git a/domains/_github-pages-challenge-denboy0123.juqwtf.json b/domains/_github-pages-challenge-denboy0123.juqwtf.json
new file mode 100644
index 000000000..f59cc1eba
--- /dev/null
+++ b/domains/_github-pages-challenge-denboy0123.juqwtf.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "denboy0123",
+ "email": "pochtaproverka01@gmail.com"
+ },
+ "record": {
+ "TXT": "6146edfce746644d8877fd941120eb"
+ }
+}
diff --git a/domains/_github-pages-challenge-devendrakanojiya.devendra.json b/domains/_github-pages-challenge-devendrakanojiya.devendra.json
new file mode 100644
index 000000000..961fb0562
--- /dev/null
+++ b/domains/_github-pages-challenge-devendrakanojiya.devendra.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "devendrakanojiya",
+ "email": "s_36100@bkbirlacollegekalyan.com"
+ },
+ "record": {
+ "TXT": "1bab44a51e777f98e075d71f2806a4"
+ }
+}
diff --git a/domains/_github-pages-challenge-devendrakanojiya.devendrakanojiya.json b/domains/_github-pages-challenge-devendrakanojiya.devendrakanojiya.json
new file mode 100644
index 000000000..bc273caf0
--- /dev/null
+++ b/domains/_github-pages-challenge-devendrakanojiya.devendrakanojiya.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "devendrakanojiya",
+ "email": "s_36100@bkbirlacollegekalyan.com"
+ },
+ "record": {
+ "TXT": "37b9724a41bf8e23b2a352d65b7d19"
+ }
+}
diff --git a/domains/_github-pages-challenge-funnsam.funn.json b/domains/_github-pages-challenge-funnsam.funn.json
new file mode 100644
index 000000000..ef59f63b6
--- /dev/null
+++ b/domains/_github-pages-challenge-funnsam.funn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "funnsam",
+ "email": "funnsam8@gmail.com"
+ },
+ "record": {
+ "TXT": "a81a9e51e2583c003a02eba386cb78"
+ }
+}
diff --git a/domains/_github-pages-challenge-gabekgfx.gabek.json b/domains/_github-pages-challenge-gabekgfx.gabek.json
new file mode 100644
index 000000000..ec4a1d969
--- /dev/null
+++ b/domains/_github-pages-challenge-gabekgfx.gabek.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "gabekgfx",
+ "email": "bussines.gabrys@gmail.com"
+ },
+ "record": {
+ "TXT": "e9b873f6071bb8f4c1384efe52d14d"
+ }
+}
diff --git a/domains/_github-pages-challenge-giocoliere.gioco.json b/domains/_github-pages-challenge-giocoliere.gioco.json
index 7202ebd6a..9ea7ff84e 100644
--- a/domains/_github-pages-challenge-giocoliere.gioco.json
+++ b/domains/_github-pages-challenge-giocoliere.gioco.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "giocoliere",
- "email": "simcrigjeki@gmail.com"
- },
- "record": {
- "TXT": "6da8f68c4f74f990d4d75ad48bdd93"
- }
+ "owner": {
+ "username": "giocoliere",
+ "email": "simcrigjeki@gmail.com"
+ },
+ "record": {
+ "TXT": "6da8f68c4f74f990d4d75ad48bdd93"
+ }
}
diff --git a/domains/_github-pages-challenge-hansanaD.hansana.json b/domains/_github-pages-challenge-hansanaD.hansana.json
new file mode 100644
index 000000000..4c6a207bd
--- /dev/null
+++ b/domains/_github-pages-challenge-hansanaD.hansana.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "hansanad",
+ "email": "josephandrew1@logicstreak.com"
+ },
+ "record": {
+ "TXT": "f5a2e9d9fc400899120ec6e97e3291"
+ }
+}
diff --git a/domains/_github-pages-challenge-heyshaquib.heyshaquib.json b/domains/_github-pages-challenge-heyshaquib.heyshaquib.json
new file mode 100644
index 000000000..a2dbe89ac
--- /dev/null
+++ b/domains/_github-pages-challenge-heyshaquib.heyshaquib.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "heyshaquib",
+ "email": "heyshaquib@proton.me"
+ },
+ "record": {
+ "TXT": "cd081244e0ad3700962e9d4280285a"
+ }
+}
diff --git a/domains/_github-pages-challenge-hilight3r.hilight3r.json b/domains/_github-pages-challenge-hilight3r.hilight3r.json
new file mode 100644
index 000000000..6bdc1b937
--- /dev/null
+++ b/domains/_github-pages-challenge-hilight3r.hilight3r.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "HIlight3R",
+ "email": "",
+ "discord": "632272741000544259",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.lEEbmOZavCkur0apEhD0MigNx6rzV3Kqhd9_Lw4Wxt7U7b0rcV779rEFB1Fm4LdwKAVJJ8_MeDm1jf0y14lGqQotXsvYzRKOCBk5t7vLtS_541WkodNwOPbAUV_g2KBaq6MynjnwX5786OLkuRJE-QnxwflxQRQHtL76xYJV3d7UVmZk0ppSUxyCw5SdSXUp7zgoJiTE2JIshtR5dFULQCyH9QK7gVpNFJBwaoTJeoRsCOy_oYoXVhYysYhX94tubtwKzE4xSDmQW4UbOo8yLRNTIo-PkyuY6cBD4yYvueRcTAd_UChS12Y27QSFhQq78I7WLaE7u4cV060Th1fEmA.9kQc0tIg1PyfXJtKgbiBSQ.uFTPklnOgLBqnu-dg7ZsCEZ_QrMiuyiHY60IgI1X3CdE1kSQckWTdApOQF8AXTC0inYYfmSpfvzP02Rcgo3Z9vyrckWG_ZSJbmfKR2SOpeN_Cq94jwKAZQXW0U45LxB1.cYkl_VljmQbyvurLc7hF6Q"
+ },
+ "record": {
+ "TXT": "0c51eaecf1de5c4349169056229f46"
+ }
+}
diff --git a/domains/_github-pages-challenge-himangshu147-git.himangshu147.json b/domains/_github-pages-challenge-himangshu147-git.himangshu147.json
index 4e7fd2b3c..b70bb5b04 100644
--- a/domains/_github-pages-challenge-himangshu147-git.himangshu147.json
+++ b/domains/_github-pages-challenge-himangshu147-git.himangshu147.json
@@ -1,12 +1,11 @@
{
- "owner": {
- "username": "himangshu147-git",
- "email": "saikiahimangshu1256@gmail.com",
- "discord": "775660503342776341"
- },
-
- "record": {
- "TXT": "2679f35b2c0a88253be04cc1230ee2"
- }
- }
-
+ "owner": {
+ "username": "himangshu147-git",
+ "email": "saikiahimangshu1256@gmail.com",
+ "discord": "775660503342776341"
+ },
+
+ "record": {
+ "TXT": "2679f35b2c0a88253be04cc1230ee2"
+ }
+}
diff --git a/domains/_github-pages-challenge-jwaxy.jwaxy.json b/domains/_github-pages-challenge-jwaxy.jwaxy.json
new file mode 100644
index 000000000..96595b11e
--- /dev/null
+++ b/domains/_github-pages-challenge-jwaxy.jwaxy.json
@@ -0,0 +1,10 @@
+{
+ "description": "GitHub said that the verification was needed so I created this record.",
+ "owner": {
+ "username": "jwaxy",
+ "email": "me@yxawj.aleeas.com"
+ },
+ "record": {
+ "TXT": "8e4b33b2837436011e57d5cade6b40"
+ }
+}
diff --git a/domains/_github-pages-challenge-kiensamson0000.khuathuykien.json b/domains/_github-pages-challenge-kiensamson0000.khuathuykien.json
new file mode 100644
index 000000000..0d7ce5a96
--- /dev/null
+++ b/domains/_github-pages-challenge-kiensamson0000.khuathuykien.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kiensamson0000",
+ "email": "kienkh99@gmail.com"
+ },
+ "record": {
+ "TXT": "5bcdd0e68060954c89ee00291531a9"
+ }
+}
diff --git a/domains/_github-pages-challenge-krishnans2006.krishnan.json b/domains/_github-pages-challenge-krishnans2006.krishnan.json
new file mode 100644
index 000000000..b5377951e
--- /dev/null
+++ b/domains/_github-pages-challenge-krishnans2006.krishnan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "krishnans2006",
+ "email": "krishnans2006@gmail.com"
+ },
+ "record": {
+ "TXT": "98ed55fbc51103499325626a360a64"
+ }
+}
diff --git a/domains/_github-pages-challenge-kunsh13.kunsh13.json b/domains/_github-pages-challenge-kunsh13.kunsh13.json
new file mode 100644
index 000000000..1d8a75d5c
--- /dev/null
+++ b/domains/_github-pages-challenge-kunsh13.kunsh13.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kunsh13",
+ "email": "kunshmaurya@gmail.com"
+ },
+ "record": {
+ "TXT": "72d4c5c21140c36045a8acebb81bd3"
+ }
+}
diff --git a/domains/_github-pages-challenge-l6174.l6174.json b/domains/_github-pages-challenge-l6174.l6174.json
new file mode 100644
index 000000000..97dae4a78
--- /dev/null
+++ b/domains/_github-pages-challenge-l6174.l6174.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "l6174",
+ "email": "l6174@proton.me"
+ },
+ "record": {
+ "TXT": "239afcf7406892899a65a396dc024f"
+ }
+}
diff --git a/domains/_github-pages-challenge-lean-cc.kars.json b/domains/_github-pages-challenge-lean-cc.kars.json
new file mode 100644
index 000000000..a8b7cabc1
--- /dev/null
+++ b/domains/_github-pages-challenge-lean-cc.kars.json
@@ -0,0 +1,11 @@
+{
+ "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-lightly-toasted.toast.json b/domains/_github-pages-challenge-lightly-toasted.toast.json
new file mode 100644
index 000000000..6b9d99795
--- /dev/null
+++ b/domains/_github-pages-challenge-lightly-toasted.toast.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lightly-toasted",
+ "email": "tooast@duck.com"
+ },
+ "record": {
+ "TXT": "b92470bdf6083c1af8509ee249c02f"
+ }
+}
diff --git a/domains/_github-pages-challenge-lnminh1411.lnminh1411.json b/domains/_github-pages-challenge-lnminh1411.lnminh1411.json
new file mode 100644
index 000000000..6390f086c
--- /dev/null
+++ b/domains/_github-pages-challenge-lnminh1411.lnminh1411.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lnminh1411",
+ "email": "nhatminh.forwarding@gmail.com"
+ },
+ "record": {
+ "TXT": "4f83fedca6340871b27f2bb29e61ae"
+ }
+}
diff --git a/domains/_github-pages-challenge-mesflit.mesflit.json b/domains/_github-pages-challenge-mesflit.mesflit.json
new file mode 100644
index 000000000..f445a2871
--- /dev/null
+++ b/domains/_github-pages-challenge-mesflit.mesflit.json
@@ -0,0 +1,9 @@
+{
+"owner": {
+"username": "mesflit",
+"email": "benomerfaruk11@gmail.com"
+},
+"record": {
+"TXT": "67874e41f93805b9e30bd65ea1ca5a"
+}
+}
diff --git a/domains/_github-pages-challenge-mrasif.mrasif.json b/domains/_github-pages-challenge-mrasif.mrasif.json
new file mode 100644
index 000000000..4578316ae
--- /dev/null
+++ b/domains/_github-pages-challenge-mrasif.mrasif.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mrasif",
+ "email": "admin@mrasif.in"
+ },
+ "record": {
+ "TXT": "3a800ee62fcc8911956495882b71ec"
+ }
+}
diff --git a/domains/_github-pages-challenge-nameisminh.ming.json b/domains/_github-pages-challenge-nameisminh.ming.json
new file mode 100644
index 000000000..9dc22d928
--- /dev/null
+++ b/domains/_github-pages-challenge-nameisminh.ming.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nameisminh",
+ "email": "buicongminh081104@gmail.com"
+ },
+ "record": {
+ "TXT": "124480cad3fd4ed9b6cf85747562f6"
+ }
+}
diff --git a/domains/_github-pages-challenge-neoapps-dev.neoapps.json b/domains/_github-pages-challenge-neoapps-dev.neoapps.json
new file mode 100644
index 000000000..38bdb1364
--- /dev/null
+++ b/domains/_github-pages-challenge-neoapps-dev.neoapps.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "neoapps-dev",
+ "email": "asd22.info@gmail.com"
+ },
+ "record": {
+ "TXT": "e18c9ddc220cc83720a8cf6a0d2b2c"
+ }
+}
diff --git a/domains/_github-pages-challenge-nerdwithcomputers.m1raclemax.json b/domains/_github-pages-challenge-nerdwithcomputers.m1raclemax.json
new file mode 100644
index 000000000..9e8fae654
--- /dev/null
+++ b/domains/_github-pages-challenge-nerdwithcomputers.m1raclemax.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nerdwithcomputers",
+ "email": "hpscigeek@gmail.com"
+ },
+ "record": {
+ "TXT": "c944d7c547efbee69cf6537db51faa"
+ }
+}
diff --git a/domains/_github-pages-challenge-ngocjohn.ngocjohn.json b/domains/_github-pages-challenge-ngocjohn.ngocjohn.json
new file mode 100644
index 000000000..ee4e12f81
--- /dev/null
+++ b/domains/_github-pages-challenge-ngocjohn.ngocjohn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ngocjohn",
+ "email": "ngocjohn@me.com"
+ },
+ "record": {
+ "TXT": "ffa3766e16ef7c648239c0d3292491"
+ }
+}
diff --git a/domains/_github-pages-challenge-niksnemc.niksne.json b/domains/_github-pages-challenge-niksnemc.niksne.json
new file mode 100644
index 000000000..c4fe3f77b
--- /dev/null
+++ b/domains/_github-pages-challenge-niksnemc.niksne.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NikSneMC",
+ "email": "contact@niksne.ru"
+ },
+ "record": {
+ "TXT": "6cde33bca742bd0dd9adf39a8f6d82"
+ }
+}
diff --git a/domains/_github-pages-challenge-o-lumix.lumix.json b/domains/_github-pages-challenge-o-lumix.lumix.json
new file mode 100644
index 000000000..043436e80
--- /dev/null
+++ b/domains/_github-pages-challenge-o-lumix.lumix.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "o-lumix",
+ "email": "bylumixxx@gmail.com"
+ },
+ "record": {
+ "TXT": "5eeb1461cd186204552743313555e9"
+ }
+}
diff --git a/domains/_github-pages-challenge-okineadev.okinea.json b/domains/_github-pages-challenge-okineadev.okinea.json
new file mode 100644
index 000000000..08e93918c
--- /dev/null
+++ b/domains/_github-pages-challenge-okineadev.okinea.json
@@ -0,0 +1,11 @@
+{
+ "description": "Okinea Dev website",
+ "repo": "https://github.com/okineadev",
+ "owner": {
+ "username": "okineadev",
+ "email": "81070564+okineadev@users.noreply.github.com"
+ },
+ "record": {
+ "TXT": "a4553ebffa6a3356fc37fb4f8e8a14"
+ }
+}
diff --git a/domains/_github-pages-challenge-owentechv.owentech.json b/domains/_github-pages-challenge-owentechv.owentech.json
new file mode 100644
index 000000000..3ee03fa12
--- /dev/null
+++ b/domains/_github-pages-challenge-owentechv.owentech.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "owentechv",
+ "email": "dowenx83@gmail.com"
+ },
+ "record": {
+ "TXT": "c07b3c627d33a0c9fe4cbc593a2234"
+ }
+}
diff --git a/domains/_github-pages-challenge-potato0706.potatochips0706.json b/domains/_github-pages-challenge-potato0706.potatochips0706.json
new file mode 100644
index 000000000..637ee416f
--- /dev/null
+++ b/domains/_github-pages-challenge-potato0706.potatochips0706.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "potato0706",
+ "email": "potatochips0706@gmail.com"
+ },
+ "record": {
+ "TXT": "5b91b8e422a44c261ea94f0cd21d21"
+ }
+}
diff --git a/domains/_github-pages-challenge-quvvii.quvi.json b/domains/_github-pages-challenge-quvvii.quvi.json
new file mode 100644
index 000000000..8906daf64
--- /dev/null
+++ b/domains/_github-pages-challenge-quvvii.quvi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "quvvii",
+ "email": "quvi.top@gmail.com"
+ },
+ "record": {
+ "TXT": "73689a256517432e99c181b07d0a83"
+ }
+}
diff --git a/domains/_github-pages-challenge-radioactivepotato.krunch.json b/domains/_github-pages-challenge-radioactivepotato.krunch.json
new file mode 100644
index 000000000..eba5fb38d
--- /dev/null
+++ b/domains/_github-pages-challenge-radioactivepotato.krunch.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "RadioactivePotato",
+ "email": "",
+ "discord": "krunchiekrunch._."
+ },
+ "record": {
+ "TXT": "05dc6febabf44f8decab35d01609ee"
+ }
+}
diff --git a/domains/_github-pages-challenge-reuel-k.reuel.json b/domains/_github-pages-challenge-reuel-k.reuel.json
new file mode 100644
index 000000000..c4b7bbc18
--- /dev/null
+++ b/domains/_github-pages-challenge-reuel-k.reuel.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "reuel-k",
+ "email": "reuelk@protonmail.com"
+ },
+ "record": {
+ "TXT": "2a76de58b3d71c4918f07e57c92d5b"
+ }
+}
diff --git a/domains/_github-pages-challenge-rushi0n.rushi.json b/domains/_github-pages-challenge-rushi0n.rushi.json
new file mode 100644
index 000000000..fd62108ce
--- /dev/null
+++ b/domains/_github-pages-challenge-rushi0n.rushi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rushi0n",
+ "email": "rushikushare99@gmail.com"
+ },
+ "record": {
+ "TXT": "cfaabf5e62265f5c2f811c0b22efae"
+ }
+}
diff --git a/domains/_github-pages-challenge-ryznxx.ryznxx.json b/domains/_github-pages-challenge-ryznxx.ryznxx.json
new file mode 100644
index 000000000..788e192ec
--- /dev/null
+++ b/domains/_github-pages-challenge-ryznxx.ryznxx.json
@@ -0,0 +1,10 @@
+{
+ "description": "To Get Great domain for developers get new dns",
+ "owner": {
+ "username": "ryznxx",
+ "email": "7ryznxx@gmail.com"
+ },
+ "record": {
+ "TXT": "929fe6044a0a6c6e6d32410d33ceb1"
+ }
+}
diff --git a/domains/_github-pages-challenge-sebitalent04.sebitalent04.json b/domains/_github-pages-challenge-sebitalent04.sebitalent04.json
deleted file mode 100644
index bd4e7c3ae..000000000
--- a/domains/_github-pages-challenge-sebitalent04.sebitalent04.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "SebiTalent04",
- "email": ""
- },
- "record": {
- "TXT": "8139f556926b84918edeb68fa50b47"
- }
-}
diff --git a/domains/_github-pages-challenge-shymega.shymega.json b/domains/_github-pages-challenge-shymega.shymega.json
new file mode 100644
index 000000000..ebda0f2f6
--- /dev/null
+++ b/domains/_github-pages-challenge-shymega.shymega.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shymega",
+ "email": "shymega@shymega.org.uk"
+ },
+ "record": {
+ "TXT": "83c50be1b56ddbe89e971e9f77aa0b"
+ }
+}
diff --git a/domains/_github-pages-challenge-stef-00012.gbot.json b/domains/_github-pages-challenge-stef-00012.gbot.json
index e9288e235..08f7c6960 100644
--- a/domains/_github-pages-challenge-stef-00012.gbot.json
+++ b/domains/_github-pages-challenge-stef-00012.gbot.json
@@ -5,6 +5,8 @@
"discord": "694986201739952229"
},
"record": {
- "TXT": ["7d2f026325a7a6b08efdb7c6031370"]
+ "TXT": [
+ "7d2f026325a7a6b08efdb7c6031370"
+ ]
}
}
diff --git a/domains/_github-pages-challenge-stef-00012.receiptify.json b/domains/_github-pages-challenge-stef-00012.receiptify.json
index d9d00c4cb..7965f5989 100644
--- a/domains/_github-pages-challenge-stef-00012.receiptify.json
+++ b/domains/_github-pages-challenge-stef-00012.receiptify.json
@@ -5,6 +5,8 @@
"discord": "694986201739952229"
},
"record": {
- "TXT": ["bd419a0cfdcbf998e7de1e486cbb4c"]
+ "TXT": [
+ "bd419a0cfdcbf998e7de1e486cbb4c"
+ ]
}
}
diff --git a/domains/_github-pages-challenge-stef-00012.stefdp.json b/domains/_github-pages-challenge-stef-00012.stefdp.json
index 75d0d03b1..ef7b2b8b6 100644
--- a/domains/_github-pages-challenge-stef-00012.stefdp.json
+++ b/domains/_github-pages-challenge-stef-00012.stefdp.json
@@ -5,6 +5,8 @@
"discord": "694986201739952229"
},
"record": {
- "TXT": ["27c2dc9cd3e8a0a37947e82ab6f637"]
+ "TXT": [
+ "27c2dc9cd3e8a0a37947e82ab6f637"
+ ]
}
}
diff --git a/domains/_github-pages-challenge-surv-is-a-dev.surv.json b/domains/_github-pages-challenge-surv-is-a-dev.surv.json
new file mode 100644
index 000000000..ea54e5331
--- /dev/null
+++ b/domains/_github-pages-challenge-surv-is-a-dev.surv.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "yuri-kiss",
+ "email": "a_2oo@outlook.com"
+ },
+ "record": {
+ "TXT": "762ac4818881ad8a0420c077a2ab99"
+ }
+}
diff --git a/domains/_github-pages-challenge-suryanarayanrenjith.surya.json b/domains/_github-pages-challenge-suryanarayanrenjith.surya.json
new file mode 100644
index 000000000..5844c2edc
--- /dev/null
+++ b/domains/_github-pages-challenge-suryanarayanrenjith.surya.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "suryanarayanrenjith",
+ "email": "suryanarayanrenjith@outlook.com"
+ },
+ "record": {
+ "TXT": "2c563764487945f6157ee1c82e15d6"
+ }
+}
diff --git a/domains/_github-pages-challenge-tayrp.tay.json b/domains/_github-pages-challenge-tayrp.tay.json
new file mode 100644
index 000000000..e7a02c16c
--- /dev/null
+++ b/domains/_github-pages-challenge-tayrp.tay.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "tayrp",
+ "email": "mystixmew@gmail.com",
+ "discord": "1050531216589332581"
+ },
+ "record": {
+ "TXT": "360bbac0c42cd6beedbe67a62c8da5"
+ }
+}
diff --git a/domains/_github-pages-challenge-thenoppy12.thenoppy12.json b/domains/_github-pages-challenge-thenoppy12.thenoppy12.json
new file mode 100644
index 000000000..816ddcdd9
--- /dev/null
+++ b/domains/_github-pages-challenge-thenoppy12.thenoppy12.json
@@ -0,0 +1,12 @@
+{
+ "description": "Github Pages Register Domain",
+ "repo": "https://github.com/thenoppy12/thenoppy12.github.io",
+ "owner": {
+ "username": "BussyBakks",
+ "email": "lengochuykiengiang@gmail.com",
+ "discord": ".thenoppy12"
+ },
+ "record": {
+ "TXT": "b41e7f365072dbb42ed1ee40c250db"
+ }
+}
diff --git a/domains/_github-pages-challenge-uuphoria2.uuphoria2.json b/domains/_github-pages-challenge-uuphoria2.uuphoria2.json
new file mode 100644
index 000000000..f65e6dc95
--- /dev/null
+++ b/domains/_github-pages-challenge-uuphoria2.uuphoria2.json
@@ -0,0 +1,10 @@
+{
+ "description": "Verification for my personal site",
+ "owner": {
+ "username": "uuphoria2",
+ "email": "gman36147@gmail.com"
+ },
+ "record": {
+ "TXT": "e102771c99f70130190148a2d00ee0"
+ }
+}
diff --git a/domains/_github-pages-challenge-vihaananand.untitled.json b/domains/_github-pages-challenge-vihaananand.untitled.json
new file mode 100644
index 000000000..e5fe95813
--- /dev/null
+++ b/domains/_github-pages-challenge-vihaananand.untitled.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "VihaanAnand",
+ "email": "macos14sonoma@gmail.com"
+ },
+ "record": {
+ "TXT": "53234a8871b871e94e29adff5a8e91"
+ }
+}
diff --git a/domains/_github-pages-challenge-xKhronoz.xkhronoz.json b/domains/_github-pages-challenge-xKhronoz.xkhronoz.json
new file mode 100644
index 000000000..38701e84c
--- /dev/null
+++ b/domains/_github-pages-challenge-xKhronoz.xkhronoz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "xKhronoz",
+ "email": "yeek3063@gmail.com"
+ },
+ "record": {
+ "TXT": "ea9be10bf29f3df4c2c6a77fc2b9ed"
+ }
+}
diff --git a/domains/_github-pages-challenge-yunexiz.ai-y.yunexiz.json b/domains/_github-pages-challenge-yunexiz.ai-y.yunexiz.json
new file mode 100644
index 000000000..00925115e
--- /dev/null
+++ b/domains/_github-pages-challenge-yunexiz.ai-y.yunexiz.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "yunexiz",
+ "discord": "1040303561847881729",
+ "email": ""
+ },
+ "record": {
+ "TXT": "44acf50d05a09c5bdcb82f64551e6c"
+ }
+}
diff --git a/domains/_github-pages-challenge-yunexiz.cat.json b/domains/_github-pages-challenge-yunexiz.cat.json
new file mode 100644
index 000000000..9307de465
--- /dev/null
+++ b/domains/_github-pages-challenge-yunexiz.cat.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "yunexiz",
+ "discord": "1040303561847881729",
+ "email": ""
+ },
+ "record": {
+ "TXT": "7b0048087227dc98eb47a46c9f1b43"
+ }
+}
diff --git a/domains/_github-pages-challenge-yunexiz.dog.json b/domains/_github-pages-challenge-yunexiz.dog.json
new file mode 100644
index 000000000..253d7ddd7
--- /dev/null
+++ b/domains/_github-pages-challenge-yunexiz.dog.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "yunexiz",
+ "discord": "1040303561847881729",
+ "email": ""
+ },
+ "record": {
+ "TXT": "5fa47df0612540ae6e92989a4007e9"
+ }
+}
diff --git a/domains/_github-pages-challenge-yunexiz.y.json b/domains/_github-pages-challenge-yunexiz.y.json
new file mode 100644
index 000000000..722be64ed
--- /dev/null
+++ b/domains/_github-pages-challenge-yunexiz.y.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "yunexiz",
+ "discord": "1040303561847881729",
+ "email": ""
+ },
+ "record": {
+ "TXT": "e510e7d345184525230751fbbf1e5b"
+ }
+}
diff --git a/domains/_github-pages-challenge-yunexiz.yunexiz.json b/domains/_github-pages-challenge-yunexiz.yunexiz.json
new file mode 100644
index 000000000..64e11b344
--- /dev/null
+++ b/domains/_github-pages-challenge-yunexiz.yunexiz.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Yunexiz",
+ "discord": "1040303561847881729",
+ "email": ""
+ },
+ "record": {
+ "TXT": [
+ "273b8f26fd1aacf2cd47be00178179"
+ ]
+ }
+}
diff --git a/domains/_github-pages-challenge-zpiste.piste.json b/domains/_github-pages-challenge-zpiste.piste.json
new file mode 100644
index 000000000..9398fd245
--- /dev/null
+++ b/domains/_github-pages-challenge-zpiste.piste.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zpiste",
+ "email": "contact@piste.dev"
+ },
+ "record": {
+ "TXT": "ad901dc238a681f67e4979e64eac7e"
+ }
+}
diff --git a/domains/_gitlab-pages-verification-code.meerkats.shays.json b/domains/_gitlab-pages-verification-code.meerkats.shays.json
index 442847b5d..e7a7d28ef 100644
--- a/domains/_gitlab-pages-verification-code.meerkats.shays.json
+++ b/domains/_gitlab-pages-verification-code.meerkats.shays.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "SHays24",
- "email": "SHays24@student.sacs.nsw.edu.au"
- },
- "record": {
- "TXT": "gitlab-pages-verification-code=621b768139e0bfaf6eb43d60db03cabf"
- }
+ "owner": {
+ "username": "SHays24",
+ "email": "SHays24@student.sacs.nsw.edu.au"
+ },
+ "record": {
+ "TXT": "gitlab-pages-verification-code=621b768139e0bfaf6eb43d60db03cabf"
+ }
}
diff --git a/domains/_gitlab-pages-verification-code.pinage404.json b/domains/_gitlab-pages-verification-code.pinage404.json
new file mode 100644
index 000000000..072c8147a
--- /dev/null
+++ b/domains/_gitlab-pages-verification-code.pinage404.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "pinage404",
+ "email": "pinage404+is-a.dev@gmail.com"
+ },
+ "record": {
+ "TXT": "gitlab-pages-verification-code=d43eb39124dec340bdbb11a4d6aa6b52"
+ }
+}
diff --git a/domains/_psl.json b/domains/_psl.json
index 6647add63..fd8db17bb 100644
--- a/domains/_psl.json
+++ b/domains/_psl.json
@@ -1,11 +1,10 @@
{
"description": "PSL validation record for is-a.dev",
- "repo": "https://github.com/is-a-dev/is-a-dev.github.io",
"owner": {
- "username": "phenax",
+ "username": "is-a-dev",
"email": "phenax5@gmail.com"
},
"record": {
- "TXT": "https://github.com/publicsuffix/list/pull/1327"
+ "TXT": "https://github.com/publicsuffix/list/pull/1949"
}
}
diff --git a/domains/a-little-hat.json b/domains/a-little-hat.json
new file mode 100644
index 000000000..2e2679abb
--- /dev/null
+++ b/domains/a-little-hat.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "A-Little-Hat",
+ "email": "soumyasarkar309@gmail.com"
+ },
+ "record": {
+ "CNAME": "a-little-hat.github.io"
+ }
+}
diff --git a/domains/a.json b/domains/a.json
new file mode 100644
index 000000000..b3f291c15
--- /dev/null
+++ b/domains/a.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "dhruvakalur",
+ "email": "",
+ "discord": "794802369216380949",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.n6sY7FH0bwRVpn5paxjZE9b0AS1bS9fiw6WV4sdfPhfnRrO9vR_Mxznkv_LzM5IWuOPUrNzJ8el1rUP1_BEnafofpoSYWV4J326U0TjFnhOysYjmpJ00oNE_TkBdF-gIlwZ3Ps6X2_i5OwLkWysa6oz7-DPHMA2bN27pC7VV7uMwt8gbvLH7BBgnpgZk7vf9eQ7hb8lgHDfjaeaxfG8PoGnO4SBMxcS_Q9hQxW-z7WsfBTTOeKC8jDg3ql5CCtw4epp61hmMGMD8Fk0ETZTDXVHLRVVLsR78uKwgRm-eifgDRVgycfoGfZpRkdZAWFG5fmAYTAxOxCFj6Efa44n-tA.PzULyP0rlpaGmeRh1tX5pA._J47HD2_nZv5f8j_vl5QZZCxbm6K4_nvrZ4LVcTdjH275xenN3SC3fbM-kQFokjiiKtiaSdZMxokzZtBbDBXHORYh2Z9Ve1ENytjWkmOP3U.YDrfLdRHD6-J3Bb9_7iysA"
+ },
+
+ "record": {
+ "A": ["45.90.12.29"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/aa.json b/domains/aa.json
new file mode 100644
index 000000000..64cb3a11a
--- /dev/null
+++ b/domains/aa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Abdullah-Albanna",
+ "email": "albannaa78@gmail.com"
+ },
+ "record": {
+ "CNAME": "abdullah-albanna.github.io"
+ }
+}
diff --git a/domains/aadirajuthup.json b/domains/aadirajuthup.json
new file mode 100644
index 000000000..dd110b351
--- /dev/null
+++ b/domains/aadirajuthup.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "aadirajuthup",
+ "email": "aadi.rajuthup@gmail.com"
+ },
+ "record": {
+ "A": ["150.136.148.164"]
+ }
+}
diff --git a/domains/aakashuuuu.json b/domains/aakashuuuu.json
new file mode 100644
index 000000000..d94b5b9e9
--- /dev/null
+++ b/domains/aakashuuuu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "itsAakashz",
+ "email": "gzatrop@gmail.com"
+ },
+ "record": {
+ "CNAME": "nextjs-aakashuu-portfolio.pages.dev"
+ }
+}
diff --git a/domains/aalcantara.json b/domains/aalcantara.json
new file mode 100644
index 000000000..d4f2171bb
--- /dev/null
+++ b/domains/aalcantara.json
@@ -0,0 +1,11 @@
+{
+ "description": "Documentation for is-a-dev",
+ "repo": "https://github.com/Aalcantaraxxx/register",
+ "owner": {
+ "username": "Aalcantaraxxx",
+ "email": "angele2705@gmail.com"
+ },
+ "record": {
+ "CNAME": "aalcantara-is-a-dev.web.app"
+ }
+}
diff --git a/domains/aayushbharti.json b/domains/aayushbharti.json
new file mode 100644
index 000000000..4d12555a7
--- /dev/null
+++ b/domains/aayushbharti.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "aayushbharti",
+ "email": "iaayushbharti@gmail.com"
+ },
+ "record": {
+ "CNAME": "aayushbharti.pages.dev"
+ }
+}
diff --git a/domains/aayushsiwa.json b/domains/aayushsiwa.json
new file mode 100644
index 000000000..295bb4b0c
--- /dev/null
+++ b/domains/aayushsiwa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "aayushsiwa",
+ "email": "22052177@kiit.ac.in"
+ },
+ "record": {
+ "CNAME": "aayushsiwa.pages.dev"
+ }
+}
diff --git a/domains/abaan.json b/domains/abaan.json
new file mode 100644
index 000000000..86b1091c3
--- /dev/null
+++ b/domains/abaan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Abaan5467",
+ "email": "abaan@metfabproducts.com"
+ },
+ "record": {
+ "CNAME": "abaan5467.github.io"
+ }
+}
diff --git a/domains/abc.json b/domains/abc.json
new file mode 100644
index 000000000..4747a5b5c
--- /dev/null
+++ b/domains/abc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "neohe",
+ "email": "he_neo@163.com"
+ },
+ "record": {
+ "CNAME": "neohe.github.io"
+ }
+}
diff --git a/domains/abdelkarim-ain.json b/domains/abdelkarim-ain.json
new file mode 100644
index 000000000..64ace5d29
--- /dev/null
+++ b/domains/abdelkarim-ain.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "abdelkarimain",
+ "email": "abdelkarimain0@gmail.com"
+ },
+ "record": {
+ "CNAME": "abdelkarimain.github.io"
+ }
+}
diff --git a/domains/abdelkarimain.json b/domains/abdelkarimain.json
new file mode 100644
index 000000000..64ace5d29
--- /dev/null
+++ b/domains/abdelkarimain.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "abdelkarimain",
+ "email": "abdelkarimain0@gmail.com"
+ },
+ "record": {
+ "CNAME": "abdelkarimain.github.io"
+ }
+}
diff --git a/domains/abdo.json b/domains/abdo.json
new file mode 100644
index 000000000..0aa8537f1
--- /dev/null
+++ b/domains/abdo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "xAbdoATx",
+ "email": "xabdoat@gmail.com"
+ },
+ "record": {
+ "CNAME": "xabdoatx.github.io"
+ }
+}
diff --git a/domains/abdul.json b/domains/abdul.json
new file mode 100644
index 000000000..71b6bf706
--- /dev/null
+++ b/domains/abdul.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "AhadWeb3",
+ "email": "ahad4387@gmail.com"
+ },
+ "description": "portofolio website.",
+ "record": {
+ "URL": "https://abdul-ahad-portfolio.webflow.io"
+ }
+ }
\ No newline at end of file
diff --git a/domains/abe.json b/domains/abe.json
new file mode 100644
index 000000000..7029a15cd
--- /dev/null
+++ b/domains/abe.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "solarcosmic",
+ "email": "skyrocket180@gmail.com",
+ "discord": "1201432681913778260"
+ },
+
+ "record": {
+ "CNAME": "profile01.overstand.app"
+ }
+}
diff --git a/domains/abhilash.json b/domains/abhilash.json
new file mode 100644
index 000000000..8048cae1d
--- /dev/null
+++ b/domains/abhilash.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal portfolio",
+ "repo": "https://github.com/ostrichization/ostrichization.github.io",
+ "owner": {
+ "username": "Ostrichization",
+ "email": "abhilashk1@proton.me",
+ "twitter": "OstrichHimself"
+ },
+ "record": {
+ "CNAME": "ostrichization.github.io"
+ }
+}
diff --git a/domains/abhishek-sharma.json b/domains/abhishek-sharma.json
new file mode 100644
index 000000000..82aba4eef
--- /dev/null
+++ b/domains/abhishek-sharma.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AbhiSharma096",
+ "email": "Abhisheksharma10a@gmail.com"
+ },
+ "record": {
+ "URL": "https://abhishek-sharma-01.netlify.app/"
+ }
+}
diff --git a/domains/abhrajitdas.json b/domains/abhrajitdas.json
new file mode 100644
index 000000000..d0c26388f
--- /dev/null
+++ b/domains/abhrajitdas.json
@@ -0,0 +1,12 @@
+{
+ "description": "My personal Portfolio Webdite",
+ "repo": "https://github.com/Abhrajitdas02/Abhrajitdas02.github.io",
+ "owner": {
+ "username": "Abhrajitdas02",
+ "email": "abhrajitdas12245@gmail.com",
+ "twitter": "abhrajit2002"
+ },
+ "record": {
+ "CNAME": "abhrajitdas02.github.io"
+ }
+}
diff --git a/domains/abid.json b/domains/abid.json
new file mode 100644
index 000000000..8c17122ee
--- /dev/null
+++ b/domains/abid.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "abidhasannir",
+ "email": "abidhasannir@omail.edu.pl"
+ },
+ "record": {
+ "CNAME": "abidhasannir.github.io"
+ }
+}
diff --git a/domains/abyss.json b/domains/abyss.json
new file mode 100644
index 000000000..4e050d48c
--- /dev/null
+++ b/domains/abyss.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ultimduck",
+ "email": "zultimduk@gmail.com"
+ },
+ "record": {
+ "CNAME": "ultimduck.github.io"
+ }
+}
diff --git a/domains/acctuke.json b/domains/acctuke.json
new file mode 100644
index 000000000..96f7c2c5d
--- /dev/null
+++ b/domains/acctuke.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Roing",
+ "email": "yang4421@outlook.com"
+ },
+ "record": {
+ "A": ["47.120.72.157"]
+ }
+}
diff --git a/domains/acronical.json b/domains/acronical.json
new file mode 100644
index 000000000..b63c4de95
--- /dev/null
+++ b/domains/acronical.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AcronicalYT",
+ "email": "acronicalbusiness@gmail.com"
+ },
+ "record": {
+ "CNAME": "acronical.pages.dev"
+ }
+}
diff --git a/domains/activities.maskduck.json b/domains/activities.maskduck.json
deleted file mode 100644
index 6fb6a6599..000000000
--- a/domains/activities.maskduck.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "docs for my lib, nc-ext-activities",
- "repo": "https://github.com/MaskDuck/nextcord-ext-activities",
- "owner": {
- "username": "MaskDuck",
- "twitter": "MaskDuck1",
- "email": ""
- },
- "record": {
- "CNAME": "readthedocs.io"
- }
-}
diff --git a/domains/adamski.json b/domains/adamski.json
new file mode 100644
index 000000000..68c836593
--- /dev/null
+++ b/domains/adamski.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "edtimer",
+ "email": "b4timer@protonamil.com"
+ },
+ "record": {
+ "CNAME": "adamski.pages.dev"
+ }
+}
diff --git a/domains/adeebkhan.json b/domains/adeebkhan.json
new file mode 100644
index 000000000..d2abea43e
--- /dev/null
+++ b/domains/adeebkhan.json
@@ -0,0 +1,11 @@
+{
+ "description": "Describe the use of this subdomain",
+ "repo": "https://github.com/akpathan2799/akpathan2799.github.io",
+ "owner": {
+ "username": "akpathan2799",
+ "email": "akpathan2799@gmail.com"
+ },
+ "record": {
+ "CNAME": "akpathan2799.github.io"
+ }
+}
diff --git a/domains/adit.json b/domains/adit.json
new file mode 100644
index 000000000..e3a663c15
--- /dev/null
+++ b/domains/adit.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "aditya-lika-ardiansyah",
+ "email": "Adytialikaardiansyah@gmail.com"
+ },
+ "record": {
+ "CNAME": "aditya-lika-ardiansyah.github.io"
+ }
+}
diff --git a/domains/adithya.json b/domains/adithya.json
new file mode 100644
index 000000000..928901c94
--- /dev/null
+++ b/domains/adithya.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "adithyakb10",
+ "email": "adithyakb93@gmail.com"
+ },
+ "record": {
+ "URL": "https://adithyakb.carrd.co/"
+ }
+}
diff --git a/domains/adoqet.json b/domains/adoqet.json
index a047c17f7..e85fe6bd4 100644
--- a/domains/adoqet.json
+++ b/domains/adoqet.json
@@ -1,21 +1,21 @@
{
- "owner": {
- "username": "AdoQeT",
- "email": "adoqet@gmail.com"
- },
- "record": {
- "A": [
- "185.199.108.153",
- "185.199.111.153",
- "185.199.110.153",
- "185.199.109.153"
- ],
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
- "TXT": [
- "v=spf1 include:spf.improvmx.com ~all"
- ]
- }
+ "owner": {
+ "username": "AdoQeT",
+ "email": "adoqet@gmail.com"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.111.153",
+ "185.199.110.153",
+ "185.199.109.153"
+ ],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": [
+ "v=spf1 include:spf.improvmx.com ~all"
+ ]
+ }
}
diff --git a/domains/advance-bot.json b/domains/advance-bot.json
index e5dfd5e13..3275b6f92 100644
--- a/domains/advance-bot.json
+++ b/domains/advance-bot.json
@@ -1,12 +1,11 @@
{
- "owner": {
- "username": "shygamer123",
- "email": "gpratham522@gmail.com",
- "discord": "840244590870003762"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
- }
-
\ No newline at end of file
+ "owner": {
+ "username": "shygamer123",
+ "email": "gpratham522@gmail.com",
+ "discord": "840244590870003762"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/aerocyber.json b/domains/aerocyber.json
new file mode 100644
index 000000000..ffc3bb003
--- /dev/null
+++ b/domains/aerocyber.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "aerocyber",
+ "email": "aerocyberdev@pm.me"
+ },
+ "record": {
+ "CNAME": "aerocyber.github.io"
+ },
+ "description": "My personal project hosting",
+ "repo": "https://github.com/aerocyber"
+}
diff --git a/domains/aesyncio.json b/domains/aesyncio.json
new file mode 100644
index 000000000..113d3a35a
--- /dev/null
+++ b/domains/aesyncio.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "aesyncio",
+ "email": "ssupercow@proton.me",
+ "discord": "1235901872649539604"
+ },
+
+ "record": {
+ "CNAME": "aesyncio.github.io"
+ }
+}
diff --git a/domains/affidev.json b/domains/affidev.json
new file mode 100644
index 000000000..07c9a0359
--- /dev/null
+++ b/domains/affidev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "eabdalmufid",
+ "email": "eabdalmufid@gmail.com"
+ },
+ "record": {
+ "CNAME": "eabdalmufid.github.io"
+ }
+}
diff --git a/domains/afidev.json b/domains/afidev.json
new file mode 100644
index 000000000..07c9a0359
--- /dev/null
+++ b/domains/afidev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "eabdalmufid",
+ "email": "eabdalmufid@gmail.com"
+ },
+ "record": {
+ "CNAME": "eabdalmufid.github.io"
+ }
+}
diff --git a/domains/afk.json b/domains/afk.json
index 86c822049..a34e49d0c 100644
--- a/domains/afk.json
+++ b/domains/afk.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "RainWill",
- "email": "2782401449@qq.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
+ "owner": {
+ "username": "RainWill",
+ "email": "2782401449@qq.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
}
diff --git a/domains/afp.json b/domains/afp.json
new file mode 100644
index 000000000..9a7f0a88b
--- /dev/null
+++ b/domains/afp.json
@@ -0,0 +1,16 @@
+{
+ "owner": {
+ "username": "AndreasFxPro",
+ "email": "",
+ "discord": "423906482904629268"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": [
+ "v=spf1 include:spf.improvmx.com ~all"
+ ]
+ }
+}
diff --git a/domains/ag.json b/domains/ag.json
index eee6ebcae..d543ffcf8 100644
--- a/domains/ag.json
+++ b/domains/ag.json
@@ -6,6 +6,6 @@
"email": "software@grafen.info"
},
"record": {
- "URL": "https://andreas.grafen.info"
+ "URL": "https://unseen.ninja"
}
}
diff --git a/domains/agn.json b/domains/agn.json
index f1645fc14..a20a8d69b 100644
--- a/domains/agn.json
+++ b/domains/agn.json
@@ -1,12 +1,11 @@
{
- "owner": {
- "username": "agnesmonret",
- "email": "agnesmoret@proton.me",
- "discord": "694917200720429066"
- },
-
- "record": {
- "CNAME": "agnesmonret.github.io"
- }
- }
-
\ No newline at end of file
+ "owner": {
+ "username": "agnesmonret",
+ "email": "agnesmoret@proton.me",
+ "discord": "694917200720429066"
+ },
+
+ "record": {
+ "CNAME": "agnesmonret.github.io"
+ }
+}
diff --git a/domains/ahammednibras.json b/domains/ahammednibras.json
new file mode 100644
index 000000000..5b4ca3270
--- /dev/null
+++ b/domains/ahammednibras.json
@@ -0,0 +1,12 @@
+{
+ "description": "I want to use this domain as my personal web portfolio.",
+ "repo": "https://github.com/ahammednibras8/ahammednibras8.github.io",
+ "owner": {
+ "username": "ahammednibras8",
+ "email": "ahammednibras@hey.com",
+ "twitter": "ahammednibras8"
+ },
+ "record": {
+ "CNAME": "ahammednibras8.github.io"
+ }
+}
diff --git a/domains/ahku.json b/domains/ahku.json
index 5c10f18ad..814591fb9 100644
--- a/domains/ahku.json
+++ b/domains/ahku.json
@@ -4,7 +4,10 @@
"email": "pebna7d9@gmail.com"
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/ahmedtohamy.json b/domains/ahmedtohamy.json
new file mode 100644
index 000000000..44fc48511
--- /dev/null
+++ b/domains/ahmedtohamy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ahmedtohamy1",
+ "email": "1ahmed.tohamy@gmail.com"
+ },
+ "record": {
+ "CNAME": "ahmedtohamy1.github.io"
+ }
+}
diff --git a/domains/ahsanu.json b/domains/ahsanu.json
new file mode 100644
index 000000000..a7d507a27
--- /dev/null
+++ b/domains/ahsanu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ahsanu123",
+ "email": "caasperahsanuamala5@gmail.com"
+ },
+ "record": {
+ "CNAME": "ahsanu123.github.io"
+ }
+}
diff --git a/domains/ai-demo.json b/domains/ai-demo.json
new file mode 100644
index 000000000..51914a0f8
--- /dev/null
+++ b/domains/ai-demo.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "andrewstech",
+ "email": "andrew@maintainers.is-a.dev",
+ "discord": "598245488977903688"
+ },
+
+ "record": {
+ "CNAME": "andrewstech.github.io"
+ }
+}
diff --git a/domains/ai-y.json b/domains/ai-y.json
new file mode 100644
index 000000000..99101fef5
--- /dev/null
+++ b/domains/ai-y.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "yunexiz",
+ "discord": "1040303561847881729",
+ "email": ""
+ },
+
+ "record": {
+ "CNAME": "ai-y-web.pages.dev"
+ }
+}
diff --git a/domains/ai-y.yosuke.json b/domains/ai-y.yosuke.json
new file mode 100644
index 000000000..e4b6d6271
--- /dev/null
+++ b/domains/ai-y.yosuke.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "yunexiz",
+ "discord": "1040303561847881729",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "ai-y-main.pages.dev"
+ }
+}
diff --git a/domains/ai-y.yunexiz.json b/domains/ai-y.yunexiz.json
new file mode 100644
index 000000000..1a06bbbaf
--- /dev/null
+++ b/domains/ai-y.yunexiz.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "yunexiz",
+ "discord": "1040303561847881729",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "yunexiz.github.io"
+ }
+}
diff --git a/domains/aichat.json b/domains/aichat.json
new file mode 100644
index 000000000..ef8dc3532
--- /dev/null
+++ b/domains/aichat.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TechnoFusionTech",
+ "email": "technofusiontech@techie.com"
+ },
+ "record": {
+ "CNAME": "technofusiontech.is-a.dev"
+ }
+}
diff --git a/domains/ain3abdo.json b/domains/ain3abdo.json
new file mode 100644
index 000000000..246306030
--- /dev/null
+++ b/domains/ain3abdo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ainabdelkarim",
+ "email": "abdelkarimain0@gmail.com"
+ },
+ "record": {
+ "CNAME": "ainabdelkarim.github.io"
+ }
+}
diff --git a/domains/air.json b/domains/air.json
new file mode 100644
index 000000000..dc7a76be0
--- /dev/null
+++ b/domains/air.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Caiden-P",
+ "email": "iididhejejdj@gmail.com",
+ "discord": "850820069310201896"
+ },
+ "record": {
+ "CNAME": "air-busl.onrender.com"
+ }
+}
diff --git a/domains/aish.json b/domains/aish.json
new file mode 100644
index 000000000..4f1926b86
--- /dev/null
+++ b/domains/aish.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "code-hunt-in",
+ "email": "aishwary.pandore@somaiya.edu"
+ },
+ "record": {
+ "CNAME": "code-hunt-in.github.io"
+ }
+}
diff --git a/domains/aixiaoji.json b/domains/aixiaoji.json
index df68efd68..dbeecaec5 100644
--- a/domains/aixiaoji.json
+++ b/domains/aixiaoji.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "HelloAIXIAOJI",
- "email": "aixiaoji2020@163.com"
- },
- "record": {
- "CNAME": "ip.hk.dhost.devskyr.com"
- }
+ "owner": {
+ "username": "HelloAIXIAOJI",
+ "email": "aixiaoji2020@163.com"
+ },
+ "record": {
+ "CNAME": "ip.hk.dhost.devskyr.com"
+ }
}
diff --git a/domains/ajay.json b/domains/ajay.json
new file mode 100644
index 000000000..32b4b1176
--- /dev/null
+++ b/domains/ajay.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Aj-Cdr",
+ "email": "ajaysathishpreetha2.0@gmail.com"
+ },
+ "record": {
+ "URL": "https://ajay.framer.ai/"
+ }
+}
diff --git a/domains/ajayanto.json b/domains/ajayanto.json
new file mode 100644
index 000000000..c64961cbc
--- /dev/null
+++ b/domains/ajayanto.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AjayAntoIsDev",
+ "email": "ajayantoisdev@gmail.com"
+ },
+ "record": {
+ "CNAME": "ajayanto.pages.dev"
+ }
+}
diff --git a/domains/ajayisdev.json b/domains/ajays.json
similarity index 52%
rename from domains/ajayisdev.json
rename to domains/ajays.json
index 46e65f07c..8fa7f088c 100644
--- a/domains/ajayisdev.json
+++ b/domains/ajays.json
@@ -1,11 +1,11 @@
{
"description": "want to use it for hosting my portfolio site",
- "repo": "https://github.com/AjayIsDev/AjayIsDev.github.io",
+ "repo": "https://github.com/Dev-Ajay-sahani/Ajay_site",
"owner": {
- "username": "AjayIsDev",
+ "username": "Dev-Ajay-sahani",
"email": "ajays.dev.contact@gmail.com"
},
"record": {
- "CNAME": "AjayIsDev.github.io"
+ "CNAME": "Dev-Ajay-sahani.github.io"
}
}
diff --git a/domains/ajie.json b/domains/ajie.json
new file mode 100644
index 000000000..d38a44c72
--- /dev/null
+++ b/domains/ajie.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AjieDev",
+ "email": "ajiedev@ajieblogs.eu.org"
+ },
+ "record": {
+ "CNAME": "ajiedev.pages.dev"
+ }
+}
diff --git a/domains/akash.json b/domains/akash.json
new file mode 100644
index 000000000..d6c799907
--- /dev/null
+++ b/domains/akash.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "CruxCoder7",
+ "email": "akashrangesh07@gmail.com"
+ },
+ "record": {
+ "CNAME": "cruxcoder7.github.io"
+ }
+}
diff --git a/domains/akashr.json b/domains/akashr.json
new file mode 100644
index 000000000..5886e4058
--- /dev/null
+++ b/domains/akashr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "akash2600707",
+ "email": "akashramesh2607@gmail.com"
+ },
+ "record": {
+ "CNAME": "akashr-portfolio.onrender.com"
+ }
+}
\ No newline at end of file
diff --git a/domains/akatsuki.json b/domains/akatsuki.json
new file mode 100644
index 000000000..38307d498
--- /dev/null
+++ b/domains/akatsuki.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Miguel-altcell",
+ "email": "wilsonmigueljalla@gmail.com",
+ "discord": "1223721772051075193"
+ },
+
+ "record": {
+ "CNAME": "akatsuki-crew.rf.gd"
+ }
+}
diff --git a/domains/akatsuki2555.json b/domains/akatsuki2555.json
new file mode 100644
index 000000000..d409e9dc8
--- /dev/null
+++ b/domains/akatsuki2555.json
@@ -0,0 +1,11 @@
+{
+ "repo": "https://github.com/Akatsuki2555/Akatsuki2555.github.io",
+ "owner": {
+ "username": "Akatsuki2555",
+ "email": "akatsuki2555@proton.me",
+ "discord": "1226900455037075509"
+ },
+ "record": {
+ "CNAME": "akatsuki2555.github.io"
+ }
+}
\ No newline at end of file
diff --git a/domains/akbar.json b/domains/akbar.json
new file mode 100644
index 000000000..b4c5d32ea
--- /dev/null
+++ b/domains/akbar.json
@@ -0,0 +1,10 @@
+{
+ "description": "Portfolio of M. Akbar Perdana",
+ "owner": {
+ "username": "akbarrdev",
+ "email": "teamnevolution@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-7to.pages.dev"
+ }
+}
diff --git a/domains/akborana.json b/domains/akborana.json
new file mode 100644
index 000000000..0a46fee2c
--- /dev/null
+++ b/domains/akborana.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "akborana3",
+ "email": "akayonfire3@gmail.com",
+ "discord": "1042457884736368721"
+ },
+
+ "record": {
+ "CNAME": "akborana3.github.io"
+ }
+}
diff --git a/domains/akcord.json b/domains/akcord.json
new file mode 100644
index 000000000..2132ee213
--- /dev/null
+++ b/domains/akcord.json
@@ -0,0 +1,11 @@
+{
+ "description": "AKCord's Portfolio",
+ "repo": "https://github.com/AKCord/akcord.github.io",
+ "owner": {
+ "username": "AKCord",
+ "email": "shrestha.aeniv@gmail.com"
+ },
+ "record": {
+ "CNAME": "akcord.github.io"
+ }
+}
diff --git a/domains/akhilesh.json b/domains/akhilesh.json
new file mode 100644
index 000000000..fafe817b1
--- /dev/null
+++ b/domains/akhilesh.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal Portfolio",
+ "repo": "https://github.com/ProCoderAkhil/ProCoderAkhil.github.io",
+ "owner": {
+ "username": "ProCoderAkhil",
+ "email": "AkhilRamachandran@gmail.com"
+ },
+ "record": {
+ "CNAME": "ProCoderAkhil.github.io"
+ }
+}
diff --git a/domains/akiraxd.json b/domains/akiraxd.json
new file mode 100644
index 000000000..07425efe8
--- /dev/null
+++ b/domains/akiraxd.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "akiraxdxd",
+ "email": "ekereymen451+645675476345635573454309@gmail.com",
+ "discord": "1241059919377989695"
+ },
+
+ "record": {
+ "CNAME": "akiraxdxd.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/cloud.akshtt.json b/domains/akki.json
similarity index 66%
rename from domains/cloud.akshtt.json
rename to domains/akki.json
index 28cc32359..fcddeed5a 100644
--- a/domains/cloud.akshtt.json
+++ b/domains/akki.json
@@ -1,11 +1,11 @@
{
"owner": {
- "username": "LegendOP1041",
+ "username": "akshtt-dev",
"email": "maillegendop@gmail.com",
"discord": "1056531806763102218"
},
"record": {
- "A": ["69.30.249.53"]
+ "A": ["69.197.135.203"]
}
}
diff --git a/domains/akpi.json b/domains/akpi.json
index 40065ae48..7df15e6ef 100644
--- a/domains/akpi.json
+++ b/domains/akpi.json
@@ -11,7 +11,12 @@
"185.199.111.153",
"185.199.109.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": ["v=spf1 include:spf.improvmx.com ~all"]
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": [
+ "v=spf1 include:spf.improvmx.com ~all"
+ ]
}
}
diff --git a/domains/akrm.json b/domains/akrm.json
index 45d414d01..5c6f59489 100644
--- a/domains/akrm.json
+++ b/domains/akrm.json
@@ -6,8 +6,7 @@
},
"record": {
- "A": ["65.19.141.67"],
+ "A": ["64.62.151.106"],
"AAAA": ["2001:470:1:1ee::2009"]
}
- }
-
+ }
\ No newline at end of file
diff --git a/domains/akshat.json b/domains/akshat.json
new file mode 100644
index 000000000..3570057b6
--- /dev/null
+++ b/domains/akshat.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "akshatgurnani",
+ "email": "Akshatgurnani@outlook.com"
+ },
+ "record": {
+ "URL": "https://www.github.com/akshatgurnani"
+ }
+}
diff --git a/domains/akshatjain.json b/domains/akshatjain.json
new file mode 100644
index 000000000..3a4ccb3c6
--- /dev/null
+++ b/domains/akshatjain.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "akshatjain",
+ "email": "akshatjain1567@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.github.com/akshatjaiin"
+ }
+}
diff --git a/domains/akshay-n.json b/domains/akshay-n.json
index a255c39e3..54a9a6909 100644
--- a/domains/akshay-n.json
+++ b/domains/akshay-n.json
@@ -7,6 +7,9 @@
},
"record": {
"TXT": "v=spf1 include:spf.improvmx.com ~all",
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"]
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ]
}
}
diff --git a/domains/akshayks.json b/domains/akshayks.json
new file mode 100644
index 000000000..ac5fabd1c
--- /dev/null
+++ b/domains/akshayks.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "akshaynox",
+ "email": "mail.akshayks@gmail.com"
+ },
+ "record": {
+ "URL": "https://akshayks.vercel.app/"
+ }
+}
diff --git a/domains/akshsingla.json b/domains/akshsingla.json
new file mode 100644
index 000000000..7306ad99e
--- /dev/null
+++ b/domains/akshsingla.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Aktindo",
+ "email": "akshit.singla.dps@gmail.com"
+ },
+ "description": "Personal website.",
+ "repo": "https://github.com/Aktindo/personal-website",
+ "record": {
+ "URL": "https://akshsingla.vercel.app"
+ }
+}
diff --git a/domains/akshtt.json b/domains/akshtt.json
index 28cc32359..5ff9fe6e2 100644
--- a/domains/akshtt.json
+++ b/domains/akshtt.json
@@ -6,6 +6,6 @@
},
"record": {
- "A": ["69.30.249.53"]
+ "A": ["69.197.135.202"]
}
}
diff --git a/domains/akshya.json b/domains/akshya.json
new file mode 100644
index 000000000..0a08b60dc
--- /dev/null
+++ b/domains/akshya.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio Website",
+ "repo": "https://github.com/LowkeyGUY4444/LowkeyGUY4444.github.io",
+ "owner": {
+ "username": "LowkeyGUY4444",
+ "email": "akshyathapa23@gmail.com"
+ },
+ "record": {
+ "CNAME": "LowkeyGUY4444.github.io"
+ }
+}
diff --git a/domains/akxd.json b/domains/akxd.json
new file mode 100644
index 000000000..a5b3b9351
--- /dev/null
+++ b/domains/akxd.json
@@ -0,0 +1,12 @@
+{
+ "description": "Aditya's Portfolio",
+ "repo": "https://github.com/adityakumarxd",
+ "owner": {
+ "username": "adityakumarxd",
+ "email": "",
+ "discord": "akxd"
+ },
+ "record": {
+ "CNAME": "adityakumarxd.github.io"
+ }
+}
diff --git a/domains/alain.json b/domains/alain.json
new file mode 100644
index 000000000..807b89f2e
--- /dev/null
+++ b/domains/alain.json
@@ -0,0 +1,12 @@
+{
+ "repo": "https://github.com/alainsdev/register",
+ "owner": {
+ "username": "alainsdev",
+ "email": "ghghello30@gmail.com",
+ "discord": "970325505989574656"
+ },
+
+ "record": {
+ "CNAME": "alainsdev.github.io"
+ }
+}
diff --git a/domains/alcantara.json b/domains/alcantara.json
new file mode 100644
index 000000000..07a6f1b91
--- /dev/null
+++ b/domains/alcantara.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Aalcantaraxxx",
+ "email": "angele2705@gmail.com",
+ "discord": "713108034171437066"
+ },
+
+ "record": {
+ "CNAME": "aalcantara-is-a-dev.web.app"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/aldess.json b/domains/aldess.json
index c139c319f..e88e64276 100644
--- a/domains/aldess.json
+++ b/domains/aldess.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "AldessScratch",
- "email": "aldess.sc@gmail.com"
- },
- "record": {
- "CNAME": "aldess.pages.dev"
- }
+ "owner": {
+ "username": "AldessScratch",
+ "email": "aldess.sc@gmail.com"
+ },
+ "record": {
+ "CNAME": "aldess.pages.dev"
+ }
}
diff --git a/domains/aldnnnz.json b/domains/aldnnnz.json
new file mode 100644
index 000000000..9447f9be8
--- /dev/null
+++ b/domains/aldnnnz.json
@@ -0,0 +1,12 @@
+{
+ "description": "portofolio",
+ "domain": "aldnnnz.is-a.dev",
+ "repo": "https://github.com/aldnnnz/aldnnnz.github.io",
+ "owner": {
+ "username": "aldnnnz",
+ "email": "aldynnn@yahoo.com"
+ },
+ "record": {
+ "CNAME": "aldnnnz.github.io"
+ }
+}
diff --git a/domains/alecks.json b/domains/alecks.json
new file mode 100644
index 000000000..e61b812fc
--- /dev/null
+++ b/domains/alecks.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Alecks20",
+ "email": "contact@alecks.dev",
+ "discord": "612522818294251522"
+ },
+
+ "record": {
+ "CNAME": "mmsehn6m.up.railway.app"
+ }
+ }
+
diff --git a/domains/alephdiallo.json b/domains/alephdiallo.json
index 8eec58784..ed82a93d7 100644
--- a/domains/alephdiallo.json
+++ b/domains/alephdiallo.json
@@ -13,7 +13,10 @@
"185.199.111.153"
],
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
"TXT": "forward-email=alephdiallo@mail.com"
}
diff --git a/domains/alexbartles.json b/domains/alexbartles.json
new file mode 100644
index 000000000..e4a561f4d
--- /dev/null
+++ b/domains/alexbartles.json
@@ -0,0 +1,11 @@
+{
+ "repo": "https://alexbartles.github.io/",
+ "owner": {
+ "username": "AlexBartles",
+ "email": "alexbartles2012@gmail.com",
+ "discord": "_alexbartles"
+ },
+ "record": {
+ "CNAME": "alexbartles.github.io"
+ }
+}
diff --git a/domains/alexd.json b/domains/alexd.json
new file mode 100644
index 000000000..a7d74ee46
--- /dev/null
+++ b/domains/alexd.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "AlexanderDDevelopment",
+ "email": "AlexanderDDevelopment@gmail.com",
+ "discord": "1237578569358639190"
+ },
+
+ "record": {
+ "CNAME": "alexanderd.pages.dev"
+ }
+}
diff --git a/domains/alexismaison.json b/domains/alexismaison.json
new file mode 100644
index 000000000..c135d4713
--- /dev/null
+++ b/domains/alexismaison.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alexis2m",
+ "email": "hello@alexismaison.com"
+ },
+ "record": {
+ "URL": "https://alexismaison.com"
+ }
+}
diff --git a/domains/alfanaan.json b/domains/alfanaan.json
new file mode 100644
index 000000000..10a510b3b
--- /dev/null
+++ b/domains/alfanaan.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Alfanaannet",
+ "email": "hmmm202031520062021@gmail.com",
+ "discord": "775012312876711936"
+ },
+ "record": {
+ "URL": "https://timevoice.onrender.com",
+ "MX": ["mail.is-a.dev"],
+ "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ }
+}
diff --git a/domains/alfari.json b/domains/alfari.json
index 30dbb37f2..d442f3731 100644
--- a/domains/alfari.json
+++ b/domains/alfari.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "alfari24",
- "email": "ari@alfari.id"
- },
- "record": {
- "A": ["194.15.36.220"]
- }
+ "owner": {
+ "username": "alfari24",
+ "email": "ari@alfari.id"
+ },
+ "record": {
+ "A": ["194.15.36.220"]
+ }
}
diff --git a/domains/alijafari.json b/domains/alijafari.json
index 639da30f9..639d61198 100644
--- a/domains/alijafari.json
+++ b/domains/alijafari.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "alijafari-gd",
- "email": "ali.jafari.sn@gmail.com"
- },
- "record": {
- "URL": "https://alijafari-gd.github.io"
- }
+ "owner": {
+ "username": "alijafari-gd",
+ "email": "ali.jafari.sn@gmail.com"
+ },
+ "record": {
+ "URL": "https://alijafari-gd.github.io"
+ }
}
diff --git a/domains/alimehdi.json b/domains/alimehdi.json
new file mode 100644
index 000000000..703bf6956
--- /dev/null
+++ b/domains/alimehdi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DeadMan30",
+ "email": "its.alimehdi25@gmail.com"
+ },
+ "record": {
+ "CNAME": "alimehdi.pages.dev"
+ }
+}
diff --git a/domains/aliwoto.json b/domains/aliwoto.json
index fbcff706e..f1939d174 100644
--- a/domains/aliwoto.json
+++ b/domains/aliwoto.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ALiwoto",
- "email": "aminnimaj@gmail.com"
- },
- "record": {
- "A": ["176.9.175.107"]
- }
+ "owner": {
+ "username": "ALiwoto",
+ "email": "aminnimaj@gmail.com"
+ },
+ "record": {
+ "A": ["176.9.175.107"]
+ }
}
diff --git a/domains/allancoding.json b/domains/allancoding.json
index 158097ebc..82b0cfda9 100644
--- a/domains/allancoding.json
+++ b/domains/allancoding.json
@@ -1,4 +1,6 @@
{
+ "description": "My main website",
+ "repo": "https://github.com/allancoding/allancoding.is-a.dev",
"owner": {
"username": "allancoding",
"email": "allancoding.dev@gmail.com",
@@ -6,6 +8,13 @@
"discord": "allancoding"
},
"record": {
- "CNAME": "allancoding.github.io"
+ "A": [
+ "75.2.60.5"
+ ],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com include:_spf.google.com ~all"
}
}
diff --git a/domains/alltawd.json b/domains/alltawd.json
new file mode 100644
index 000000000..7184a18c6
--- /dev/null
+++ b/domains/alltawd.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AlltAWD",
+ "email": "hanson_2014@hotmail.com"
+ },
+ "record": {
+ "CNAME": "alltawd.github.io"
+ }
+}
diff --git a/domains/almaz.json b/domains/almaz.json
index 30428d155..4a9f6402d 100644
--- a/domains/almaz.json
+++ b/domains/almaz.json
@@ -4,8 +4,11 @@
"email": "almazgamer228@gmail.com"
},
"record": {
- "A": ["45.137.70.68"],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ "URL": "https://ss.almaz.is-a.dev",
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/alpha.json b/domains/alpha.json
index 49af16a2d..bda1d70b5 100644
--- a/domains/alpha.json
+++ b/domains/alpha.json
@@ -1,21 +1,18 @@
{
"owner": {
"username": "YouFoundAlpha",
- "email": "alpha@alpha.is-a.dev",
+ "email": "",
"Discord": "661121998830960651",
- "Twitter": "YouFoundAlpha",
"GitHub": "YouFoundAlpha",
"GitLab": "YouFoundAlpha",
"Mastodon": "@YouFoundAlpha@mastodon.social"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
+ "URL": "https://yfadev.pw",
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/alphatechnolog.json b/domains/alphatechnolog.json
new file mode 100644
index 000000000..e27b6aad0
--- /dev/null
+++ b/domains/alphatechnolog.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal page",
+ "repo": "https://github.com/alphatechnolog/alphatechnolog.github.io",
+ "owner": {
+ "username": "AlphaTechnolog",
+ "email": "gfranklings@gmail.com"
+ },
+ "record": {
+ "CNAME": "alphatechnolog.github.io"
+ }
+}
diff --git a/domains/amaankazi.json b/domains/amaankazi.json
new file mode 100644
index 000000000..dd2ac3a60
--- /dev/null
+++ b/domains/amaankazi.json
@@ -0,0 +1,11 @@
+{
+ "description": "Amaan Kazi's website containing portfolio, projects, games and more",
+ "repo": "https://github.com/Amaan-Kazi/website-amaan-kazi",
+ "owner": {
+ "username": "Amaan-Kazi",
+ "email": "amaankazi1793@gmail.com"
+ },
+ "record": {
+ "CNAME": "amaankazi.pages.dev"
+ }
+}
diff --git a/domains/amerigo.json b/domains/amerigo.json
new file mode 100644
index 000000000..090913f5b
--- /dev/null
+++ b/domains/amerigo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "north-site",
+ "email": "v.imreadrian@gmail.com"
+ },
+ "record": {
+ "CNAME": "5c13057597f8.sn.mynetname.net"
+ }
+}
diff --git a/domains/ammthecoder.json b/domains/ammthecoder.json
index feb3270af..f9166f589 100644
--- a/domains/ammthecoder.json
+++ b/domains/ammthecoder.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Aung-myat-min",
- "email": "koaungmyatmin0@gmail.com"
- },
- "record": {
- "URL": "https://ammthercoder.vercel.app/"
- }
+ "owner": {
+ "username": "Aung-myat-min",
+ "email": "koaungmyatmin0@gmail.com"
+ },
+ "record": {
+ "URL": "https://ammthercoder.vercel.app/"
+ }
}
diff --git a/domains/amoramicae.json b/domains/amoramicae.json
new file mode 100644
index 000000000..a12f139b4
--- /dev/null
+++ b/domains/amoramicae.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "amoramicae",
+ "email": "amoramicae@gmail.com"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/amy.json b/domains/amy.json
index 8d5d0b02e..0ec869526 100644
--- a/domains/amy.json
+++ b/domains/amy.json
@@ -3,7 +3,7 @@
"repo": "https://github.com/nullishamy/nullishamy.github.io",
"owner": {
"username": "nullishamy",
- "email": "amycodes@null.net"
+ "email": "contact@amyerskine.me"
},
"record": {
"CNAME": "nullishamy.github.io"
diff --git a/domains/anbuinfosec.json b/domains/anbuinfosec.json
new file mode 100644
index 000000000..40e40a408
--- /dev/null
+++ b/domains/anbuinfosec.json
@@ -0,0 +1,12 @@
+{
+ "description": "Portfolio for anbuinfosec..",
+ "repo": "https://github.com/anbuinfosec/anbuinfosec.github.io",
+ "owner": {
+ "username": "anbuinfosec",
+ "email": "anbuinfosec@gmail.com",
+ "twitter": ""
+ },
+ "record": {
+ "CNAME": "anbuinfosec.github.io"
+ }
+}
diff --git a/domains/andres.json b/domains/andres.json
new file mode 100644
index 000000000..b72e4c382
--- /dev/null
+++ b/domains/andres.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "eneru2",
+ "email": "elementaov@gmail.com"
+ },
+ "record": {
+ "A": ["130.61.184.180"]
+ }
+}
diff --git a/domains/andrewdxz.json b/domains/andrewdxz.json
new file mode 100644
index 000000000..d6af4ad2f
--- /dev/null
+++ b/domains/andrewdxz.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "alainsdev",
+ "email": "ghghello30@gmail.com",
+ "discord": "970325505989574656"
+ },
+
+ "record": {
+ "CNAME": "andrewmack1.github.io"
+ }
+}
diff --git a/domains/andrewstech.json b/domains/andrewstech.json
deleted file mode 100644
index 817c9da4c..000000000
--- a/domains/andrewstech.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "andrewstech",
- "email": "is-a-dev@win11react.com"
- },
- "record": {
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
- }
-}
diff --git a/domains/angellopomayay.json b/domains/angellopomayay.json
new file mode 100644
index 000000000..8466fe646
--- /dev/null
+++ b/domains/angellopomayay.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Angello-Pomayay",
+ "email": "angelopomayay@gmail.com"
+ },
+ "record": {
+ "CNAME": "angello-pomayay.github.io"
+ }
+}
diff --git a/domains/anhnguyen.json b/domains/anhnguyen.json
new file mode 100644
index 000000000..eb8455e75
--- /dev/null
+++ b/domains/anhnguyen.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "NgTuanAnhDev",
+ "email": "",
+ "discord": "828117990746226730",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.lixsfaMKCKk1YMhuBF5EtARI2qEpJhxATbtW3TDWFadUKmIJ0RFGWQc_6Qtk28B2SQkdHA9_z82m6xgipu8VvjMC7mMpz1AfIudqzi8XtzljXFc2ftSaYxPKkrd8ef8kbOZ_xkbsj35QvCMs1YlxGEVFUSWRBBOoyB5rbKIOd8WtwkM1ESkSQdfpDdwj538qtfjoH8JoyXEOl0EdUPLDTbBLGLaw0SlQUod-nxF8p_3Zr3bsPO-FwgdMwPBlxpz4MAw51ufsMEcm6n2pJmk_2TdYJNOzwL77AYjsr8YsWV76iZhsdqKgI5DNTRcMckLwewCMUrx6kkRYg351kkwD9w.53pueykef1bzZ6qhBGY01Q.OEUxFSsQ0LXcUFKbs3KjGUqWr4mndnY81mU435lSQ2am3DwDkSwrNMvr1XOjgkMiMEtYEmHockeMIv23cHyOksi5A5-fAvXjoRB7vM-CFefTWlQTsEzc1Pw9y5irxZQZGdD_cVh5CKjJ8WoDUfPwJw.gEGZwTGzZmnECh0sRKDcag"
+ },
+
+ "record": {
+ "A": ["103.97.126.29"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/aniket-thapa.json b/domains/aniket-thapa.json
new file mode 100644
index 000000000..fdfac3873
--- /dev/null
+++ b/domains/aniket-thapa.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "aniket-thapa",
+ "email": "aniketthapa04@gmail.com",
+ "discord": "1249367001961463962"
+ },
+
+ "record": {
+ "CNAME": "aniket-thapa.github.io"
+ }
+ }
+
diff --git a/domains/anime-oni.json b/domains/anime-oni.json
new file mode 100644
index 000000000..9aaf7280e
--- /dev/null
+++ b/domains/anime-oni.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "anime-oni",
+ "email": "hiba.aashir@gmail.com",
+ "discord": "1014232959143907429"
+ },
+
+ "record": {
+ "CNAME": "anime-oni.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/animesh.json b/domains/animesh.json
new file mode 100644
index 000000000..fb1bad073
--- /dev/null
+++ b/domains/animesh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "animeshryu",
+ "email": "animeshryu@gmail.com"
+ },
+ "record": {
+ "CNAME": "animesh.pages.dev"
+ }
+}
diff --git a/domains/anmail.json b/domains/anmail.json
new file mode 100644
index 000000000..93d819357
--- /dev/null
+++ b/domains/anmail.json
@@ -0,0 +1,13 @@
+{
+ "description": "Subdomain my own website and email forwarding",
+ "repo": "https://github.com/ririko5834/register",
+ "owner": {
+ "username": "ririko5834",
+ "email": "wolfo89+anmail@protonmail.com"
+ },
+ "record": {
+ "A": ["167.235.217.200"],
+ "MX": ["5d84c429388a8a21.mx2.emailprofi.seznam.cz", "5d84c429388a8a21.mx1.emailprofi.seznam.cz"],
+ "TXT": ["v=spf1 include:spf.seznam.cz ~all"]
+ }
+}
\ No newline at end of file
diff --git a/domains/ann.json b/domains/ann.json
new file mode 100644
index 000000000..2d18478dc
--- /dev/null
+++ b/domains/ann.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal website to host bio info and other things",
+ "repo": "https://github.com/ann-dvlpr/ann-dvlpr.github.io",
+ "owner": {
+ "username": "ann-dvlpr",
+ "email": "ne0xch4r4@gmail.com"
+ },
+ "record": {
+ "CNAME": "ann-dvlpr.github.io"
+ }
+}
diff --git a/domains/anna.json b/domains/anna.json
new file mode 100644
index 000000000..8222c902f
--- /dev/null
+++ b/domains/anna.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "annanas271",
+ "email": "iamrvins@gmail.com",
+ "discord": "1206164385911799850"
+ },
+
+ "record": {
+ "CNAME": "annanas271.github.io"
+ }
+}
diff --git a/domains/anton.json b/domains/anton.json
new file mode 100644
index 000000000..e61a5235a
--- /dev/null
+++ b/domains/anton.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rorosin",
+ "email": "rosin886@gmail.com"
+ },
+ "record": {
+ "CNAME": "ru.ardev.tk"
+ }
+}
diff --git a/domains/anubhav-pathak.json b/domains/anubhav-pathak.json
new file mode 100644
index 000000000..8c81e3e8b
--- /dev/null
+++ b/domains/anubhav-pathak.json
@@ -0,0 +1,11 @@
+{
+ "description": "Documentation for is-a-dev",
+ "repo": "https://github.com/Anubhav-Pathak/Anubhav-Pathak.github.io",
+ "owner": {
+ "username": "Anubhav-Pathak",
+ "email": "anubhavpathak99@gmail.com"
+ },
+ "record": {
+ "CNAME": "anubhav-pathak.github.io"
+ }
+ }
diff --git a/domains/anumeya.json b/domains/anumeya.json
new file mode 100644
index 000000000..ca7be3aef
--- /dev/null
+++ b/domains/anumeya.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "KreativeThinker",
+ "email": "sagely2005eagle@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "kreativethinker.github.io"
+ }
+}
diff --git a/domains/anurag.json b/domains/anurag.json
index 99ff09294..90a981b07 100644
--- a/domains/anurag.json
+++ b/domains/anurag.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "anuragjawalkar",
- "email": "anurag24jawalkar@gmail.com"
- },
- "record": {
- "CNAME": "anuragjawalkar.github.io"
- }
+ "owner": {
+ "username": "anuragjawalkar",
+ "email": "anurag24jawalkar@gmail.com"
+ },
+ "record": {
+ "CNAME": "anuragjawalkar.github.io"
+ }
}
diff --git a/domains/any.json b/domains/any.json
new file mode 100644
index 000000000..de7da893f
--- /dev/null
+++ b/domains/any.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "IRDMctorl",
+ "email": "fun64646969@gmail.com"
+ },
+ "record": {
+ "CNAME": "any-w1a3.onrender.com"
+ }
+}
diff --git a/domains/ap2.json b/domains/ap2.json
new file mode 100644
index 000000000..4f1926b86
--- /dev/null
+++ b/domains/ap2.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "code-hunt-in",
+ "email": "aishwary.pandore@somaiya.edu"
+ },
+ "record": {
+ "CNAME": "code-hunt-in.github.io"
+ }
+}
diff --git a/domains/apam.json b/domains/apam.json
index 4d3da275b..ace8aeeb8 100644
--- a/domains/apam.json
+++ b/domains/apam.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "iamxani",
- "email": "xenpei11@gmail.com"
- },
- "record": {
- "CNAME": "iamxani.github.io"
- }
+ "owner": {
+ "username": "iamxani",
+ "email": "xenpei11@gmail.com"
+ },
+ "record": {
+ "CNAME": "iamxani.github.io"
}
+}
diff --git a/domains/apep.json b/domains/apep.json
new file mode 100644
index 000000000..c326356b7
--- /dev/null
+++ b/domains/apep.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ArasakaID",
+ "email": "afifeka20@gmail.com",
+ "discord": "331616752767205378"
+ },
+
+ "record": {
+ "A": ["8.222.249.188"]
+ }
+}
diff --git a/domains/apgyorfi.json b/domains/apgyorfi.json
index 5bc041303..ded124ff7 100644
--- a/domains/apgyorfi.json
+++ b/domains/apgyorfi.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "apgyorfi",
- "email": "apgyorfi@protonmail.com"
- },
- "record": {
- "CNAME": "gfsys.hu"
- }
+ "owner": {
+ "username": "apgyorfi",
+ "email": "apgyorfi@protonmail.com"
+ },
+ "record": {
+ "CNAME": "gfsys.hu"
+ }
}
diff --git a/domains/api.astra.json b/domains/api.astra.json
deleted file mode 100644
index d9df3fa1a..000000000
--- a/domains/api.astra.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "LilyMusic",
- "email": "lilymusicdiscord@gmail.com",
- "discord": "981225782938579014"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/api.namkun.json b/domains/api.namkun.json
new file mode 100644
index 000000000..c06d4d968
--- /dev/null
+++ b/domains/api.namkun.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "beocaca",
+ "email": "namdev1402@gmail.com"
+ },
+ "record": {
+ "CNAME": "a.namkun.workers.dev"
+ }
+}
diff --git a/domains/api.semant.json b/domains/api.semant.json
index d36e9beeb..7dde925c0 100644
--- a/domains/api.semant.json
+++ b/domains/api.semant.json
@@ -6,6 +6,6 @@
"discord": "445073800850046977"
},
"record": {
- "A": ["69.30.249.53"]
+ "A": ["69.197.135.205"]
}
}
diff --git a/domains/api.shockbs.json b/domains/api.shockbs.json
index 90d1fbd6e..a4be3930b 100644
--- a/domains/api.shockbs.json
+++ b/domains/api.shockbs.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "shockbs",
- "email": "apipherng@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
+ "owner": {
+ "username": "shockbs",
+ "email": "apipherng@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
}
diff --git a/domains/api.sono.json b/domains/api.sono.json
new file mode 100644
index 000000000..f0f6e863d
--- /dev/null
+++ b/domains/api.sono.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "getSono",
+ "email": "sono.arbeit@gmail.com"
+ },
+ "record": {
+ "CNAME": "imaginary-wakeful-busby.glitch.me"
+ }
+}
diff --git a/domains/paste.stefdp.json b/domains/api.spotify.stefdp.json
similarity index 81%
rename from domains/paste.stefdp.json
rename to domains/api.spotify.stefdp.json
index 0223d9753..e2b559f3c 100644
--- a/domains/paste.stefdp.json
+++ b/domains/api.spotify.stefdp.json
@@ -6,8 +6,6 @@
"github_id": 81536172
},
"record": {
- "A": [
- "45.137.70.68"
- ]
+ "CNAME": "proxy.stefdp.is-a.dev"
}
}
diff --git a/domains/api.stefdp.json b/domains/api.stefdp.json
index 0223d9753..e2b559f3c 100644
--- a/domains/api.stefdp.json
+++ b/domains/api.stefdp.json
@@ -6,8 +6,6 @@
"github_id": 81536172
},
"record": {
- "A": [
- "45.137.70.68"
- ]
+ "CNAME": "proxy.stefdp.is-a.dev"
}
}
diff --git a/domains/api.zeppelin.maskduck.json b/domains/api.zeppelin.maskduck.json
deleted file mode 100644
index 4ffcd8ccf..000000000
--- a/domains/api.zeppelin.maskduck.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "description": "Zeppelin selfhost API",
- "repo": "https://github.com/maskducks/maskducks.github.io",
- "owner": {
- "username": "MaskDuck",
- "email": "",
- "discord": "MaskDuck#1337",
- "twitter": "MaskDuck1",
- "reddit": "u/maskduck",
- "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586."
- },
- "record": {
- "CNAME": "zeppelin-railway-api.up.railway.app"
- }
-}
diff --git a/domains/api.zoom.json b/domains/api.zoom.json
new file mode 100644
index 000000000..3c72d6bbd
--- /dev/null
+++ b/domains/api.zoom.json
@@ -0,0 +1,13 @@
+{
+ "description": "A API where I will host all of my images/videos/stuff like it",
+ "repo": "https://github.com/theoldzoom/theoldzoom.github.io",
+ "owner": {
+ "username": "theoldzoom",
+ "email": "theoldzoom@gmail.com",
+ "twitter": "theoldzoom",
+ "discord": "theoldzoom"
+ },
+ "record": {
+ "CNAME": "theoldzoom.github.io"
+ }
+}
diff --git a/domains/apostolos.json b/domains/apostolos.json
new file mode 100644
index 000000000..029ecae6e
--- /dev/null
+++ b/domains/apostolos.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tolisdev",
+ "email": "a.katsoudas@yahoo.com"
+ },
+ "record": {
+ "CNAME": "lux1.apostolosk.eu.org"
+ }
+}
diff --git a/domains/app.allancoding.json b/domains/app.allancoding.json
new file mode 100644
index 000000000..131809fe4
--- /dev/null
+++ b/domains/app.allancoding.json
@@ -0,0 +1,15 @@
+{
+ "description": "My app website for diffrent services",
+ "owner": {
+ "username": "allancoding",
+ "email": "allancoding.dev@gmail.com",
+ "twitter": "allancoding",
+ "discord": "allancoding"
+ },
+ "record": {
+ "A": [
+ "206.188.218.143"
+ ]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/app.json b/domains/app.json
new file mode 100644
index 000000000..4f1926b86
--- /dev/null
+++ b/domains/app.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "code-hunt-in",
+ "email": "aishwary.pandore@somaiya.edu"
+ },
+ "record": {
+ "CNAME": "code-hunt-in.github.io"
+ }
+}
diff --git a/domains/appointer.json b/domains/appointer.json
new file mode 100644
index 000000000..c929e29e3
--- /dev/null
+++ b/domains/appointer.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "MrDaPoyo",
+ "email": "wiiuforever25@gmail.com",
+ "discord": "1147531188148375623"
+ },
+
+ "record": {
+ "CNAME": "appointer-z3jo.onrender.com"
+ }
+ }
+
diff --git a/domains/aqilhensem.json b/domains/aqilhensem.json
new file mode 100644
index 000000000..84c94a4f2
--- /dev/null
+++ b/domains/aqilhensem.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "qing762",
+ "email": "threatedblade@outlook.com"
+ },
+ "record": {
+ "CNAME": "qing762.github.io"
+ }
+}
diff --git a/domains/aquatica.json b/domains/aquatica.json
new file mode 100644
index 000000000..ed6714922
--- /dev/null
+++ b/domains/aquatica.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "UntoldGam",
+ "email": "charlessbird+github@outlook.com"
+ },
+ "record": {
+ "A": ["130.162.169.213"]
+ }
+}
diff --git a/domains/arafat.json b/domains/arafat.json
new file mode 100644
index 000000000..800dc4439
--- /dev/null
+++ b/domains/arafat.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "yasar-arafath",
+ "email": "1up6i9jv@duck.com"
+ },
+ "record": {
+ "CNAME": "yasar-arafath.github.io"
+ }
+}
diff --git a/domains/araguaci.json b/domains/araguaci.json
new file mode 100644
index 000000000..a33a1b6b8
--- /dev/null
+++ b/domains/araguaci.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "araguaci",
+ "email": "araguaci@gmail.com"
+ },
+ "record": {
+ "CNAME": "araguaci.github.io"
+ }
+}
diff --git a/domains/aravinnndddd.json b/domains/aravinnndddd.json
new file mode 100644
index 000000000..210b4c7b0
--- /dev/null
+++ b/domains/aravinnndddd.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Aravinnndddd",
+ "email": "aromalaravind0@gmail.com",
+ "discord": "754961569858846770"
+ },
+
+ "record": {
+ "CNAME": "aravinnndddd.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/arceus.json b/domains/arceus.json
new file mode 100644
index 000000000..6a6b9e5b9
--- /dev/null
+++ b/domains/arceus.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "0x2b67",
+ "email": "",
+ "discord": "1055478076013817936"
+ },
+
+ "record": {
+ "CNAME": "0x2b67.github.io"
+ }
+}
diff --git a/domains/arch.json b/domains/arch.json
index 46ccb10ca..791ffd871 100644
--- a/domains/arch.json
+++ b/domains/arch.json
@@ -3,9 +3,10 @@
"repo": "https://github.com/Arch881010/Arch881010",
"owner": {
"username": "Arch881010",
- "email": "c1yd4.arch@inbox.testmail.app",
+ "email": "arch@arch1010.dev",
"discord": "arch1010",
- "discord-id": "410248634593050627"
+ "discord-id": "410248634593050627",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.kSAiARG7F3TMPQLHtfhtk3dE05kz7As2lA8g_FzeDJHxsc9y68hJe40iZByj83Q-A7wgguTAPkshy34EfXOlnbEW6QGE3nwCdu8BLCDAZFZSDYffesKjYPq7djQpYfIcrwaKQ8BNsPejDVBpfycXULTJKFg6860m6AQeCRBCTKbs1et_J_1LKbD58oCoA2fRjoOcmsfiuv177b0JB5y4YYJvv-ZUxnqfFOYs8z4cYa0sjLz1PHf45ZXI94YaiIGbctnl4-mCWmUyVAEzoZXMMZTpb2yDmkfkXbubaRL8ftl6dXFlsr_s8t5oNNn_qqydjVqHAgoBod7pnX8nnbNB7g.QIJDtBcgQc6abzpqMJEDQQ.yqolPrBs4ixr0g2Sd6FkMHqMg_CXvxV146dDoe4y8yeSmW951Au23QlBGwemyMKQmJv6fNMo7GPctGfxCxgaaL6hXPVbtJ13MdgtO22e5bA.vevEeBUZxq5C7dewSx_YUQ"
},
"record": {
"CNAME": "arch881010.github.io"
diff --git a/domains/archon.json b/domains/archon.json
new file mode 100644
index 000000000..17267d9d8
--- /dev/null
+++ b/domains/archon.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "29ayaang",
+ "email": "29ayaang@proton.me"
+ },
+ "record": {
+ "CNAME": "29ayaang.github.io"
+ }
+}
diff --git a/domains/ardaninho.json b/domains/ardaninho.json
new file mode 100644
index 000000000..035564227
--- /dev/null
+++ b/domains/ardaninho.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Ardaninho",
+ "email": "",
+ "discord": "639439553698201626"
+ },
+
+ "record": {
+ "CNAME": "ardaninho.github.io"
+ }
+ }
+
diff --git a/domains/ardistory.json b/domains/ardistory.json
new file mode 100644
index 000000000..98b557280
--- /dev/null
+++ b/domains/ardistory.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ardistory",
+ "email": "putraardiansyah530@gmail.com"
+ },
+ "record": {
+ "A": ["198.91.81.13"]
+ }
+}
diff --git a/domains/ardox.json b/domains/ardox.json
new file mode 100644
index 000000000..24d080fbb
--- /dev/null
+++ b/domains/ardox.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LeVraiArdox",
+ "email": "adrian.arjoca18@gmail.com"
+ },
+ "record": {
+ "CNAME": "levraiardox.github.io"
+ }
+}
diff --git a/domains/arhan.json b/domains/arhan.json
new file mode 100644
index 000000000..a7c83722a
--- /dev/null
+++ b/domains/arhan.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ArhanExploits",
+ "email": "vortexsperts@gmail.com",
+ "discord": "1058620249978716191"
+ },
+
+ "record": {
+ "A": ["54.37.19.49"]
+ }
+}
diff --git a/domains/ariffhazmi.json b/domains/ariffhazmi.json
new file mode 100644
index 000000000..638b5bc14
--- /dev/null
+++ b/domains/ariffhazmi.json
@@ -0,0 +1,11 @@
+{
+ "description": "Ariffhazmi's Website",
+ "repo": "https://github.com/Areplesapelagi/ariffhazmi.git",
+ "owner": {
+ "username": "Areplesapelagi",
+ "email": "muhdariffhazmi@gmail.com"
+ },
+ "record": {
+ "CNAME": "Areplesapelagi.github.io"
+ }
+}
diff --git a/domains/arjuncvinod.json b/domains/arjuncvinod.json
new file mode 100644
index 000000000..0860da5c8
--- /dev/null
+++ b/domains/arjuncvinod.json
@@ -0,0 +1,12 @@
+{
+ "description": "Portfolio website",
+ "repo": "https://github.com/arjuncvinod/arjuncvinod.github.io",
+ "owner": {
+ "username": "arjuncvinod",
+ "email": "arjuncvinod007@gmail.com",
+ "twitter": "arjuncvinod7"
+ },
+ "record": {
+ "CNAME": "arjuncvinod.github.io"
+ }
+}
diff --git a/domains/arman.json b/domains/arman.json
new file mode 100644
index 000000000..58404ec4e
--- /dev/null
+++ b/domains/arman.json
@@ -0,0 +1,10 @@
+{
+ "description": "Personal Portfolio",
+ "owner": {
+ "username": "ItzArman09",
+ "email": "itz.armxn@outlook.com"
+ },
+ "record": {
+ "CNAME": "itzarman09.github.io"
+ }
+}
diff --git a/domains/arnab.json b/domains/arnab.json
new file mode 100644
index 000000000..db12d8d3b
--- /dev/null
+++ b/domains/arnab.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "arnabdatta",
+ "email": "arnabdatta3@gmail.com"
+ },
+ "record": {
+ "CNAME": "arnabdatta.github.io"
+ }
+}
diff --git a/domains/arrtea.json b/domains/arrtea.json
new file mode 100644
index 000000000..d8620b4ee
--- /dev/null
+++ b/domains/arrtea.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Arrtea21",
+ "email": "arte.priv@protonmail.com"
+ },
+ "record": {
+ "CNAME": "arrtea21.github.io"
+ }
+}
diff --git a/domains/artesdosul.json b/domains/artesdosul.json
new file mode 100644
index 000000000..a591e0306
--- /dev/null
+++ b/domains/artesdosul.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "araguaci",
+ "email": "araguaci@gmail.com"
+ },
+ "record": {
+ "CNAME": "artesdosul.github.io"
+ }
+}
diff --git a/domains/artix.json b/domains/artix.json
index 5d7662e28..8027a27d0 100644
--- a/domains/artix.json
+++ b/domains/artix.json
@@ -1,12 +1,11 @@
{
- "owner": {
- "username": "alex1028199",
- "email": "yu1234u73f.com@gmail.com",
- "discord": "834867471885271053"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
- }
-
\ No newline at end of file
+ "owner": {
+ "username": "alex1028199",
+ "email": "yu1234u73f.com@gmail.com",
+ "discord": "834867471885271053"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/arvindt.json b/domains/arvindt.json
new file mode 100644
index 000000000..c8d7df23c
--- /dev/null
+++ b/domains/arvindt.json
@@ -0,0 +1,14 @@
+{
+ "description": "ARVIN3108's personal blog",
+ "repo": "https://github.com/ARVIN3108/arvin3108.github.io",
+ "owner": {
+ "username": "ARVIN3108",
+ "email": "",
+ "discord": "arvin3108.id",
+ "instagram": "arvin_d.t",
+ "twitter": "ARVIN3108_ID"
+ },
+ "record": {
+ "CNAME": "arvin3108.github.io"
+ }
+}
diff --git a/domains/aryamaan.json b/domains/aryamaan.json
index d0ece2eb1..02f4dce9b 100644
--- a/domains/aryamaan.json
+++ b/domains/aryamaan.json
@@ -10,7 +10,10 @@
"185.199.111.153",
"185.199.109.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/aryan.json b/domains/aryan.json
new file mode 100644
index 000000000..f943f7230
--- /dev/null
+++ b/domains/aryan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AryanTheDevloper",
+ "email": "aryan.p062009@gmail.com"
+ },
+ "record": {
+ "CNAME": "aryanthedevloper.github.io"
+ }
+}
diff --git a/domains/aryxst.json b/domains/aryxst.json
new file mode 100644
index 000000000..e5d6750d9
--- /dev/null
+++ b/domains/aryxst.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Aryxst",
+ "email": "jessieodeh08@gmail.com"
+ },
+ "record": {
+ "CNAME": "aryxst.github.io"
+ }
+}
diff --git a/domains/as.json b/domains/as.json
index 49f779a1c..fd745e171 100644
--- a/domains/as.json
+++ b/domains/as.json
@@ -1,10 +1,10 @@
{
- "repo" :"https://mrakshayas.github.io/me/",
- "owner": {
- "username": "MrAkshayAS",
- "email": "akshau72p@gmail.com"
- },
- "record": {
- "CNAME": "mrakshayas.github.io"
- }
+ "repo": "https://mrakshayas.github.io/me/",
+ "owner": {
+ "username": "MrAkshayAS",
+ "email": "akshau72p@gmail.com"
+ },
+ "record": {
+ "CNAME": "mrakshayas.github.io"
+ }
}
diff --git a/domains/asheer.json b/domains/asheer.json
new file mode 100644
index 000000000..1e8c43c61
--- /dev/null
+++ b/domains/asheer.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "NullyIsHere",
+ "email": "",
+ "discord": "itsasheer"
+ },
+ "record": {
+ "URL": "https://altex.page?from=isadev"
+ }
+}
diff --git a/domains/ashif.json b/domains/ashif.json
index 914b6a383..9daef0cc8 100644
--- a/domains/ashif.json
+++ b/domains/ashif.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "TheKingslayer11",
- "email": "ashifhussain609@gmail.com"
- },
- "record": {
- "CNAME": "thekingslayer11.github.io"
- }
+ "owner": {
+ "username": "TheKingslayer11",
+ "email": "ashifhussain609@gmail.com"
+ },
+ "record": {
+ "CNAME": "thekingslayer11.github.io"
+ }
}
diff --git a/domains/ashishagarwal.json b/domains/ashishagarwal.json
new file mode 100644
index 000000000..6c59394ff
--- /dev/null
+++ b/domains/ashishagarwal.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "ashishagarwal2023",
+ "email": "code.with.aasheesh@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "ashishagarwal.netlify.app"
+ }
+}
diff --git a/domains/ashishagr.json b/domains/ashishagr.json
new file mode 100644
index 000000000..b8bab7514
--- /dev/null
+++ b/domains/ashishagr.json
@@ -0,0 +1,21 @@
+{
+ "owner": {
+ "username": "ashishagarwal2023",
+ "email": "code.with.aasheesh@gmail.com"
+ },
+ "record": {
+ "A": [
+ "185.199.109.153",
+ "185.199.111.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": [
+ "v=spf1 include:spf.improvmx.com ~all"
+ ]
+ }
+}
diff --git a/domains/ashishji.json b/domains/ashishji.json
new file mode 100644
index 000000000..ca92753f0
--- /dev/null
+++ b/domains/ashishji.json
@@ -0,0 +1,11 @@
+{
+ "description": "Ashish Verma Portfolio Website",
+ "repo": "https://github.com/ashishjii/ashishjii.github.io",
+ "owner": {
+ "username": "AshishJii",
+ "email": "ashishverma208004@gmail.com"
+ },
+ "record": {
+ "CNAME": "ashishjii.github.io"
+ }
+}
diff --git a/domains/ashley.json b/domains/ashley.json
new file mode 100644
index 000000000..a173c86f7
--- /dev/null
+++ b/domains/ashley.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ashleyyy94",
+ "email": "ashley_2461994@hotmail.com"
+ },
+ "record": {
+ "URL": "https://ashleyong.xyz/"
+ }
+}
diff --git a/domains/asicalug.json b/domains/asicalug.json
index 64a350652..f3fded52c 100644
--- a/domains/asicalug.json
+++ b/domains/asicalug.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Asicalug",
- "email": "isaac.poissinger@gmail.com"
- },
- "record": {
- "CNAME": "asicalug.github.io"
- }
+ "owner": {
+ "username": "Asicalug",
+ "email": "isaac.poissinger@gmail.com"
+ },
+ "record": {
+ "CNAME": "asicalug.github.io"
+ }
}
diff --git a/domains/asnct.json b/domains/asnct.json
index 846b87a84..c5d53fced 100644
--- a/domains/asnct.json
+++ b/domains/asnct.json
@@ -1,9 +1,12 @@
{
- "owner": {
- "username": "asnct",
- "email": "asnct.email@gmail.com"
- },
- "record": {
- "A": ["5.42.94.94"]
- }
+ "description": "Redirect to my telegram channel & mail",
+ "owner": {
+ "username": "asnct",
+ "email": "asnct@proton.me"
+ },
+ "record": {
+ "URL": "https://asnct_bio.t.me",
+ "TXT": ["mailru-domain: wDSaV835X4LZyKsP", "v=spf1 redirect=_spf.mail.ru"],
+ "MX": "emx.mail.ru"
+ }
}
diff --git a/domains/asteria.json b/domains/asteria.json
new file mode 100644
index 000000000..05d23a3b9
--- /dev/null
+++ b/domains/asteria.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "spectre-xenon",
+ "email": "omarzaghlool538@gmail.com"
+ },
+ "record": {
+ "CNAME": "asteria-9ee.pages.dev"
+ }
+}
diff --git a/domains/asterisk.json b/domains/asterisk.json
new file mode 100644
index 000000000..74d6a192d
--- /dev/null
+++ b/domains/asterisk.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "ast3risk-ops",
+ "email": "me@asterisk.lol",
+ "discord": "789561823863111742"
+ },
+ "record": {
+ "URL": "https://asterisk.lol"
+ }
+}
diff --git a/domains/astris.api.json b/domains/astris.api.json
index b1b07be6e..6db90070c 100644
--- a/domains/astris.api.json
+++ b/domains/astris.api.json
@@ -6,7 +6,10 @@
},
"record": {
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
"TXT": "forward-email=rherlydev@proton.me"
}
}
diff --git a/domains/astrowin.json b/domains/astrowin.json
new file mode 100644
index 000000000..2fa0be1c4
--- /dev/null
+++ b/domains/astrowin.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "enderfoxbg",
+ "email": "enderfoxbg670@gmail.com",
+ "discord": "970380468090437672"
+ },
+
+ "record": {
+ "CNAME": "astrowin.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/aswinrout.json b/domains/aswinrout.json
new file mode 100644
index 000000000..fda546dc8
--- /dev/null
+++ b/domains/aswinrout.json
@@ -0,0 +1,11 @@
+{
+ "description": "aswinrout.is-a.dev",
+ "repo": "https://github.com/AswinCreates/aswincreates.github.io",
+ "owner": {
+ "username": "AswinCreates",
+ "email": "aswin94281@gmail.com"
+ },
+ "record": {
+ "CNAME": "aswincreates.github.io"
+ }
+}
diff --git a/domains/atharva.json b/domains/atharva.json
index c98afeecd..8b1d4b4fc 100644
--- a/domains/atharva.json
+++ b/domains/atharva.json
@@ -5,7 +5,10 @@
"email": "atharva.upadhyay1099@gmail.com"
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/auras.json b/domains/auras.json
index f6d0e13bd..a20a8d69b 100644
--- a/domains/auras.json
+++ b/domains/auras.json
@@ -1,12 +1,11 @@
{
- "owner": {
- "username": "agnesmonret",
- "email": "agnesmoret@proton.me",
- "discord": "694917200720429066"
- },
-
- "record": {
- "CNAME": "agnesmonret.github.io"
- }
- }
-
+ "owner": {
+ "username": "agnesmonret",
+ "email": "agnesmoret@proton.me",
+ "discord": "694917200720429066"
+ },
+
+ "record": {
+ "CNAME": "agnesmonret.github.io"
+ }
+}
diff --git a/domains/aus.json b/domains/aus.json
index abb0eea34..f5c40ead8 100644
--- a/domains/aus.json
+++ b/domains/aus.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "MrAkshayAS",
- "email": "akshau72p@gmail.com"
- },
- "record": {
- "URL": "https://mrakshayas.github.io/portfolio/"
- }
+ "owner": {
+ "username": "MrAkshayAS",
+ "email": "akshau72p@gmail.com"
+ },
+ "record": {
+ "URL": "https://mrakshayas.github.io/portfolio/"
+ }
}
diff --git a/domains/austino.json b/domains/austino.json
index a584f8779..5d24b4b1f 100644
--- a/domains/austino.json
+++ b/domains/austino.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "AustinGraphics",
- "email": "austinxthomas@gmail.com"
- },
- "record": {
- "CNAME": "austingraphics.github.io"
- }
+ "owner": {
+ "username": "AustinGraphics",
+ "email": "austinxthomas@gmail.com"
+ },
+ "record": {
+ "CNAME": "austingraphics.github.io"
+ }
}
diff --git a/domains/avengers-sonarqube.json b/domains/avengers-sonarqube.json
new file mode 100644
index 000000000..fc7696611
--- /dev/null
+++ b/domains/avengers-sonarqube.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "hxhieu",
+ "email": "hugh.hoang@gmail.com"
+ },
+ "record": {
+ "CNAME": "sonaqube.jollyocean-513cc86d.australiaeast.azurecontainerapps.io"
+ }
+}
diff --git a/domains/averagepce.json b/domains/averagepce.json
new file mode 100644
index 000000000..a0714805f
--- /dev/null
+++ b/domains/averagepce.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "FaultyFaulty-glitch",
+ "email": "faultywindows@gmail.com"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/averagepcweb.json b/domains/averagepcweb.json
new file mode 100644
index 000000000..628504cd6
--- /dev/null
+++ b/domains/averagepcweb.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "FaultyFaulty-glitch",
+ "email": "",
+ "discord": "1102928631191322675"
+ },
+
+ "record": {
+ "CNAME": "averagepcweb.pages.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/averse.json b/domains/averse.json
new file mode 100644
index 000000000..a01b730f1
--- /dev/null
+++ b/domains/averse.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal site",
+ "repo": "https://github.com/AverseABFun/my-site",
+ "owner": {
+ "username": "AverseABFun",
+ "email": "averse.abfun@gmail.com"
+ },
+ "record": {
+ "CNAME": "averseabfun.github.io"
+ }
+}
diff --git a/domains/axay.json b/domains/axay.json
index 85300ea9e..eed8c68bc 100644
--- a/domains/axay.json
+++ b/domains/axay.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "MrAkshayAS",
- "email": "",
- "discord" : "mrakshayas"
- },
- "record": {
- "CNAME": "mrakshayas.github.io"
- }
+ "owner": {
+ "username": "MrAkshayAS",
+ "email": "",
+ "discord": "mrakshayas"
+ },
+ "record": {
+ "URL": "https://mrakshayas.github.io/"
+ }
}
diff --git a/domains/axd.json b/domains/axd.json
index 1441f3654..f94ccdc4f 100644
--- a/domains/axd.json
+++ b/domains/axd.json
@@ -4,6 +4,6 @@
"email": "axd@webwarp.ro"
},
"record": {
- "CNAME": "axxd.me"
+ "URL": "https://axxd.me"
}
}
diff --git a/domains/axe.json b/domains/axe.json
index eba50712e..490132d0e 100644
--- a/domains/axe.json
+++ b/domains/axe.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "axelawh",
- "email": "lewisbrown171@gmail.com"
- },
- "record": {
- "A": ["195.20.254.54"]
- }
+ "owner": {
+ "username": "axelawh",
+ "email": "lewisbrown171@gmail.com"
+ },
+ "record": {
+ "A": ["195.20.254.54"]
+ }
}
diff --git a/domains/axeon.json b/domains/axeon.json
index 556237d75..ece880400 100644
--- a/domains/axeon.json
+++ b/domains/axeon.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "ReBlast",
- "email": "",
- "discord": "poxuizm"
- },
- "record": {
- "CNAME": "axeon.pages.dev"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "ReBlast",
+ "email": "",
+ "discord": "poxuizm"
+ },
+ "record": {
+ "CNAME": "axeon.pages.dev"
+ }
+}
diff --git a/domains/axrxvm.json b/domains/axrxvm.json
index dec8af0ef..c019c3058 100644
--- a/domains/axrxvm.json
+++ b/domains/axrxvm.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "AaravMehta59",
- "email": "poojaaarav321@gmail.com"
- },
- "record": {
- "URL": "https://aaravm.me/"
- }
+ "owner": {
+ "username": "AaravMehta59",
+ "email": "poojaaarav321@gmail.com"
+ },
+ "record": {
+ "URL": "https://aaravm.me/"
+ }
}
diff --git a/domains/axviii3.json b/domains/axviii3.json
index a9dea5aa7..3a394f2d4 100644
--- a/domains/axviii3.json
+++ b/domains/axviii3.json
@@ -1,7 +1,8 @@
{
"owner": {
"username": "AXVIII3",
- "email": "anirbanrc2286@gmail.com"
+ "discord": "axviii3",
+ "email": ""
},
"record": {
"A": [
@@ -10,7 +11,6 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ "TXT": "b5ddb9e8._improvmx=b5ddb9e810a94421817eec6f5d1250b9"
}
}
diff --git a/domains/ayinaki.json b/domains/ayinaki.json
new file mode 100644
index 000000000..3400f69bd
--- /dev/null
+++ b/domains/ayinaki.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Ayinaki",
+ "email": "ayinakidev@gmail.com"
+ },
+ "record": {
+ "CNAME": "ayinaki.github.io"
+ }
+}
diff --git a/domains/aymouwu.json b/domains/aymouwu.json
new file mode 100644
index 000000000..9e620ceca
--- /dev/null
+++ b/domains/aymouwu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NotAymo",
+ "email": "ninecraftoff@outlook.com"
+ },
+ "record": {
+ "CNAME": "usest1.netro.host"
+ }
+}
diff --git a/domains/ayoungmanwithanoldsoul.json b/domains/ayoungmanwithanoldsoul.json
index 039f642e0..ff9f8ecfc 100644
--- a/domains/ayoungmanwithanoldsoul.json
+++ b/domains/ayoungmanwithanoldsoul.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ayoungmanwithanoldsoul",
- "email": "paoloandrewpomar@gmail.com"
- },
- "record": {
- "CNAME": "ayoungmanwithanoldsoul.github.io"
- }
+ "owner": {
+ "username": "ayoungmanwithanoldsoul",
+ "email": "paoloandrewpomar@gmail.com"
+ },
+ "record": {
+ "CNAME": "ayoungmanwithanoldsoul.github.io"
+ }
}
diff --git a/domains/ayushtiwari.json b/domains/ayushtiwari.json
index 4e4876e24..2ade8b3f8 100644
--- a/domains/ayushtiwari.json
+++ b/domains/ayushtiwari.json
@@ -1,12 +1,12 @@
{
- "description": "ayushtiwari.is-a.dev for my portfolio website",
- "repo": "https://github.com/aaayushh7/myPortfolio.git",
- "owner": {
- "username": "aaayushh7",
- "email": "",
- "discord": "_aaayushh"
- },
- "record": {
- "URL": "https://ayushtiwari.co"
- }
- }
\ No newline at end of file
+ "description": "ayushtiwari.is-a.dev for my portfolio website",
+ "repo": "https://github.com/aaayushh7/myPortfolio.git",
+ "owner": {
+ "username": "aaayushh7",
+ "email": "",
+ "discord": "_aaayushh"
+ },
+ "record": {
+ "URL": "https://ayushtiwari.co"
+ }
+}
diff --git a/domains/azeem.json b/domains/azeem.json
new file mode 100644
index 000000000..4b38bf4b7
--- /dev/null
+++ b/domains/azeem.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal Portfolio",
+ "repo": "https://github.com/azeemidrisi/azeemidrisi.github.io",
+ "owner": {
+ "username": "azeemidrisi",
+ "email": "azeemidrisi@protonmail.com"
+ },
+ "record": {
+ "CNAME": "azeemidrisi.github.io"
+ }
+}
diff --git a/domains/azeez.json b/domains/azeez.json
index 104165487..d3e6c3f7f 100644
--- a/domains/azeez.json
+++ b/domains/azeez.json
@@ -13,7 +13,10 @@
"185.199.111.153",
"185.199.108.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/azhammakestrash.json b/domains/azhammakestrash.json
new file mode 100644
index 000000000..3880745f5
--- /dev/null
+++ b/domains/azhammakestrash.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AzhamProdLive",
+ "email": "websitedomain.regroup588@passinbox.com"
+ },
+ "record": {
+ "CNAME": "azhammakestrash.pages.dev"
+ }
+}
diff --git a/domains/b.json b/domains/b.json
new file mode 100644
index 000000000..522a54005
--- /dev/null
+++ b/domains/b.json
@@ -0,0 +1,11 @@
+{
+ "description": "vugiabao1337 subdomain",
+ "repo": "https://github.com/VuGiaBao1337/vugiabao1337.github.io",
+ "owner": {
+ "username": "VuGiaBao1337",
+ "email": "ahihidiscord@gmail.com"
+ },
+ "record": {
+ "CNAME": "vugiabao1337.github.io"
+ }
+}
diff --git a/domains/b4iterdev.json b/domains/b4iterdev.json
new file mode 100644
index 000000000..63ec735c4
--- /dev/null
+++ b/domains/b4iterdev.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "b4iterdev",
+ "email": "thaimeo200389@gmail.com",
+ "discord": "480587458908651530"
+ },
+
+ "record": {
+ "CNAME": "b4iterdev.net.eu.org"
+ }
+}
diff --git a/domains/ba9.json b/domains/ba9.json
index 82095444d..81b7330a0 100644
--- a/domains/ba9.json
+++ b/domains/ba9.json
@@ -4,7 +4,10 @@
"email": "d2a59.ce26a.1@gmail.com"
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/backend.jzitnik.json b/domains/backend.jzitnik.json
deleted file mode 100644
index 59600c905..000000000
--- a/domains/backend.jzitnik.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "JZITNIK-github",
- "email": "klindkubak@zohomail.eu",
- "discord": "jzitnik"
- },
- "record": {
- "CNAME": "backend-92l0.onrender.com"
- }
-}
diff --git a/domains/badend.json b/domains/badend.json
index 6d7e3035d..5dfc220b5 100644
--- a/domains/badend.json
+++ b/domains/badend.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "BadEnd777",
- "email": "badend777@proton.me"
- },
- "description": "👋 Hello, I'm BadEnd, a passionate Full Stack Developer with a solid background in web development. I specialize in creating efficient web solutions and am always seeking opportunities to deliver high-quality work. Feel free to view my personal website, featured projects, and contact information on GitHub.",
- "repo": "https://github.com/BadEnd777/Personal-Website",
- "record": {
- "CNAME": "badend.pages.dev"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "BadEnd777",
+ "email": "badend777@proton.me"
+ },
+ "description": "👋 Hello, I'm BadEnd, a passionate Full Stack Developer with a solid background in web development. I specialize in creating efficient web solutions and am always seeking opportunities to deliver high-quality work. Feel free to view my personal website, featured projects, and contact information on GitHub.",
+ "repo": "https://github.com/BadEnd777/Personal-Website",
+ "record": {
+ "CNAME": "badend.pages.dev"
+ }
+}
diff --git a/domains/baka.json b/domains/baka.json
index b563486a7..ea6ceb63b 100644
--- a/domains/baka.json
+++ b/domains/baka.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Baka-OP",
- "email": "itsmew2468@gmail.com"
- },
- "record": {
- "CNAME": "baka-op.github.io"
- }
+ "owner": {
+ "username": "Baka-OP",
+ "email": "itsmew2468@gmail.com"
+ },
+ "record": {
+ "CNAME": "baka-op.github.io"
+ }
}
diff --git a/domains/bako.json b/domains/bako.json
new file mode 100644
index 000000000..b7f24f50d
--- /dev/null
+++ b/domains/bako.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "real-kwellercat",
+ "email": "lucas.rausch.732@k12.friscoisd.org",
+ "discord": "950189411759456266"
+ },
+
+ "record": {
+ "CNAME": "real-kwellercat.github.io"
+ }
+}
diff --git a/domains/baltraz.json b/domains/baltraz.json
new file mode 100644
index 000000000..61d43b7cd
--- /dev/null
+++ b/domains/baltraz.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "Killermaschine88",
+ "email": "",
+ "discord": "570267487393021969",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.X7V9A3bj7uW7izQvYtaNyn684nE_FBaWC6kn2U-QVBSmP7TFLZkGnRLAfiv748szEf8Ps3JA6p2fUsdSKY5a9iS6D44dU9NAMmPWyX-MAy5aTFyretWktY4pmi6qKKekdcbSIqApUOEQjaOQR6ZTYFILkIFgjmJIioZEBpgDP_TXU2zbckIBr1wfRSgn7Cu9MfdcsAn6L68F7oqilLh1ZgkyU8YHsJbNmcUXjGeYAbcf6h1ZMDt-iE8df7vkJwiKUYR398JwvxSjxF-ip2vFLZ9hzMkyD3q19zJ29NefOEhhIVdOgHl4aV1CFYPWBzkGpMyIg1k1Eiky8BOu2Qo2Fw.u2fm6QjYJ54XYKASbzyZFg.T8FGfq4es9Rnc9Wv6qTczCRl-GtH40ujE6mbmoTQegCPeUatFiUzRghM8-JLthty6hqtu9iIhhlpE_0LC6kKrcCrbF0iUhqIkVd_gGUkJtQ.1rtLCkkF5gtQsek8m5RjUQ"
+ },
+
+ "record": {
+ "A": ["49.13.78.155"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/banik.json b/domains/banik.json
new file mode 100644
index 000000000..6d44f9b9b
--- /dev/null
+++ b/domains/banik.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Chiradeep-Banik",
+ "email": "chiradeep13@gmail.com"
+ },
+ "record": {
+ "CNAME": "chiradeep-banik.github.io"
+ }
+}
diff --git a/domains/baptiste.json b/domains/baptiste.json
index 4f8b728bc..e0eb2f3ee 100644
--- a/domains/baptiste.json
+++ b/domains/baptiste.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "BapRx",
- "email": "rouxbaptiste@outlook.com"
- },
- "record": {
- "CNAME": "baprx.github.io"
- }
+ "owner": {
+ "username": "BapRx",
+ "email": "rouxbaptiste@outlook.com"
+ },
+ "record": {
+ "CNAME": "baprx.github.io"
+ }
}
diff --git a/domains/bark1n.json b/domains/bark1n.json
new file mode 100644
index 000000000..9f3276329
--- /dev/null
+++ b/domains/bark1n.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Helixoo",
+ "email": "mailistenebeklion1@gmail.com"
+ },
+ "record": {
+ "CNAME": "0crsvdst.up.railway.app"
+ }
+}
diff --git a/domains/barnacl437.json b/domains/barnacl437.json
new file mode 100644
index 000000000..47200c18f
--- /dev/null
+++ b/domains/barnacl437.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Barnacl437",
+ "email": "barnacl437@proton.me"
+ },
+ "record": {
+ "CNAME": "barnacl437.github.io"
+ }
+}
diff --git a/domains/bcraft.json b/domains/bcraft.json
new file mode 100644
index 000000000..e186ce30f
--- /dev/null
+++ b/domains/bcraft.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "xuanhaivptthn",
+ "email": "xuanhaivptthn@gmail.com",
+ "discord": "379076400394666004"
+ },
+
+ "record": {
+ "CNAME": "xuanhaivptthn.github.io"
+ }
+}
diff --git a/domains/bdays.suki.json b/domains/bdays.suki.json
index a3d5501ed..4ae0c87c0 100644
--- a/domains/bdays.suki.json
+++ b/domains/bdays.suki.json
@@ -4,6 +4,6 @@
"email": "sukimayoo@outlook.com"
},
"record": {
- "A": ["69.30.249.53"]
+ "A": ["69.197.135.204"]
}
}
diff --git a/domains/bean.json b/domains/bean.json
new file mode 100644
index 000000000..6440c9d3a
--- /dev/null
+++ b/domains/bean.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BeanRob",
+ "email": "bentr99@gmail.com"
+ },
+ "record": {
+ "CNAME": "beanrob.com"
+ }
+}
diff --git a/domains/ben.json b/domains/ben.json
index d64f12062..0376f3c46 100644
--- a/domains/ben.json
+++ b/domains/ben.json
@@ -10,7 +10,10 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/benet.json b/domains/benet.json
new file mode 100644
index 000000000..07107c052
--- /dev/null
+++ b/domains/benet.json
@@ -0,0 +1,19 @@
+{
+ "description": "Personal Portfolio",
+ "repo": "https://github.com/JohnnyMoneJohnny/JohnnyMoneJohnny.github.io",
+ "owner": {
+ "username": "JohnnyMoneJohnny",
+ "email": "okbutwhoaskedlikefr@gmail.com"
+ },
+ "record": {
+ "A": [
+ "185.199.111.153",
+ "185.199.108.153",
+ "185.199.110.153",
+ "185.199.109.153"
+ ],
+ "MX": ["mx1.improvmx.com","mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+
+ }
+}
diff --git a/domains/benz.json b/domains/benz.json
index 0cfeed30f..31ea72a70 100644
--- a/domains/benz.json
+++ b/domains/benz.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "MicroBenz",
- "email": "microbenz.prob@gmail.com"
- },
- "record": {
- "CNAME": "microbenz.in.th"
- }
+ "owner": {
+ "username": "MicroBenz",
+ "email": "microbenz.prob@gmail.com"
+ },
+ "record": {
+ "CNAME": "microbenz.in.th"
+ }
}
diff --git a/domains/bernalvarela.json b/domains/bernalvarela.json
index 2557355d7..045eb30b8 100644
--- a/domains/bernalvarela.json
+++ b/domains/bernalvarela.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "bernalvarela",
- "email": "bernalvarela@gmail.com"
- },
- "record": {
- "CNAME": "bernalvarela.github.io"
- }
+ "owner": {
+ "username": "bernalvarela",
+ "email": "bernalvarela@gmail.com"
+ },
+ "record": {
+ "CNAME": "bernalvarela.github.io"
+ }
}
diff --git a/domains/bernardofoegbu.json b/domains/bernardofoegbu.json
new file mode 100644
index 000000000..a3d0e71ac
--- /dev/null
+++ b/domains/bernardofoegbu.json
@@ -0,0 +1,11 @@
+{
+ "description": "I want to use it for hosting my portfolio site",
+ "repo": "https://github.com/O-BERNARDOFOEGBU/my-portfolio",
+ "owner": {
+ "username": "O-BERNARDOFOEGBU",
+ "email": "obinnaofoegbu71@gmail.com"
+ },
+ "record": {
+ "CNAME": "o-bernardofoegbu.github.io"
+ }
+}
diff --git a/domains/betsthebest.json b/domains/betsthebest.json
new file mode 100644
index 000000000..065ae2d9c
--- /dev/null
+++ b/domains/betsthebest.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Betsthebest",
+ "email": "bets.hassoun@gmail.com"
+ },
+ "record": {
+ "CNAME": "betsthebest.github.io"
+ }
+}
diff --git a/domains/bhardwaj.json b/domains/bhardwaj.json
new file mode 100644
index 000000000..fdb97f8e2
--- /dev/null
+++ b/domains/bhardwaj.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rohanbhardwaj205",
+ "email": "71399@cgcjhanjeri.in"
+ },
+ "record": {
+ "CNAME": "rohanbhardwaj205.github.io"
+ }
+}
diff --git a/domains/bhavitha.json b/domains/bhavitha.json
new file mode 100644
index 000000000..ea83c0394
--- /dev/null
+++ b/domains/bhavitha.json
@@ -0,0 +1,12 @@
+{
+ "description": "Portfolio website",
+ "repo": "https://github.com/nightcoder26/bhavitha",
+ "owner": {
+ "username": "nightcoder26",
+ "email": "",
+ "twitter": "night_coder26"
+ },
+ "record": {
+ "CNAME": "nightcoder26.github.io"
+ }
+}
diff --git a/domains/bigtime.json b/domains/bigtime.json
index 9f783f23c..036a9718a 100644
--- a/domains/bigtime.json
+++ b/domains/bigtime.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "mxl0s",
- "email": "contact@milosv.co"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
+ "owner": {
+ "username": "mxl0s",
+ "email": "contact@milosv.co"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
}
diff --git a/domains/biko.json b/domains/biko.json
new file mode 100644
index 000000000..f30299260
--- /dev/null
+++ b/domains/biko.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal website that will be used as an introduction to me, how to contact me, my blog posts and more",
+ "repo": "https://github.com/Bikoil/bikoil.github.io",
+ "owner": {
+ "username": "bikoil",
+ "email": "devbikoilu@gmail.com",
+ "twitter": "BikoAni"
+ },
+ "record": {
+ "CNAME": "bikoil.github.io"
+ }
+}
diff --git a/domains/billy.json b/domains/billy.json
new file mode 100644
index 000000000..7c49e1998
--- /dev/null
+++ b/domains/billy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tomlin7",
+ "email": "billydevbusiness@gmail.com"
+ },
+ "record": {
+ "URL": "https://tomlin7.github.io"
+ }
+}
diff --git a/domains/bimarsha.json b/domains/bimarsha.json
new file mode 100644
index 000000000..a4195f796
--- /dev/null
+++ b/domains/bimarsha.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Bimarsha69",
+ "email": "bimarshathapa2@gmail.com"
+ },
+ "record": {
+ "CNAME": "bimarsha69.github.io"
+ }
+}
diff --git a/domains/bin.sono.json b/domains/bin.sono.json
new file mode 100644
index 000000000..7901ef9bd
--- /dev/null
+++ b/domains/bin.sono.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "getSono",
+ "email": "julianwolf2013@outlook.de",
+ "discord": "1222250424309121145"
+ },
+
+ "record": {
+ "A": ["69.197.135.202"]
+ }
+}
diff --git a/domains/binwonk.json b/domains/binwonk.json
new file mode 100644
index 000000000..b8647c14a
--- /dev/null
+++ b/domains/binwonk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "binwonk",
+ "email": "finnwok1@gmail.com"
+ },
+ "record": {
+ "CNAME": "binwonk.github.io"
+ }
+}
diff --git a/domains/bismuth.json b/domains/bismuth.json
new file mode 100644
index 000000000..6ef1961e2
--- /dev/null
+++ b/domains/bismuth.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bismuthnickel",
+ "email": "warreneverettstevens@gmail.com"
+ },
+ "record": {
+ "CNAME": "bismuthnickel.github.io"
+ }
+}
diff --git a/domains/bkms.json b/domains/bkms.json
new file mode 100644
index 000000000..03f3f8128
--- /dev/null
+++ b/domains/bkms.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bkmsstudio",
+ "email": "mmini15354424@gmail.com"
+ },
+ "record": {
+ "CNAME": "www.bkmsdev.in.th"
+ }
+}
diff --git a/domains/blackneeed.json b/domains/blackneeed.json
new file mode 100644
index 000000000..753435815
--- /dev/null
+++ b/domains/blackneeed.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Blackneeed",
+ "email": "kontododatkowe.marcelclay@gmail.com",
+ "discord": "928360278683443210"
+ },
+
+ "record": {
+ "CNAME": "blackneeed.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/blek.json b/domains/blek.json
index 0f020ea1d..529fead20 100644
--- a/domains/blek.json
+++ b/domains/blek.json
@@ -6,6 +6,8 @@
},
"record": {
"A": ["185.130.226.115"],
- "AAAA": ["2a05:b40:0:570:4563:92af:9a56:7fc8"]
+ "AAAA": [
+ "2a05:b40:0:570:4563:92af:9a56:7fc8"
+ ]
}
}
diff --git a/domains/blitzbrian.json b/domains/blitzbrian.json
new file mode 100644
index 000000000..e836d0948
--- /dev/null
+++ b/domains/blitzbrian.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "blitzbrian",
+ "email": "brianvoorbij@gmail.com",
+ "discord": "814555302178455604"
+ },
+
+ "record": {
+ "CNAME": "blitzbrian.github.io"
+ }
+}
diff --git a/domains/block.json b/domains/block.json
deleted file mode 100644
index 49f769b27..000000000
--- a/domains/block.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "CookieTriste",
- "email": "romain.tocsin@gmail.com"
- },
- "record": {
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
- }
-}
diff --git a/domains/blog.areen-c.json b/domains/blog.areen-c.json
index dd1ba1a4b..558f42f8b 100644
--- a/domains/blog.areen-c.json
+++ b/domains/blog.areen-c.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "areen-c",
- "email": "areenelhaq@gmail.com"
- },
- "record": {
- "CNAME": "blog-areen.pages.dev"
- }
+ "owner": {
+ "username": "areen-c",
+ "email": "areenelhaq@gmail.com"
+ },
+ "record": {
+ "CNAME": "blog-areen.pages.dev"
+ }
}
diff --git a/domains/blog.areen.json b/domains/blog.areen.json
index 7259f9224..8241cfe7b 100644
--- a/domains/blog.areen.json
+++ b/domains/blog.areen.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "areen-c",
- "email": "areenelhaq@gmail.com"
- },
- "record": {
- "CNAME": "areencx.pages.dev"
- }
+ "owner": {
+ "username": "areen-c",
+ "email": "areenelhaq@gmail.com"
+ },
+ "record": {
+ "CNAME": "areencx.pages.dev"
+ }
}
diff --git a/domains/blog.joetroll.json b/domains/blog.joetroll.json
new file mode 100644
index 000000000..e4c3b635f
--- /dev/null
+++ b/domains/blog.joetroll.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "trolljoe",
+ "email": "joetechtok@proton.me",
+ "discord": "1054945019137630278"
+ },
+ "record": {
+ "CNAME": "blogjoetroll.pages.dev"
+ }
+}
diff --git a/domains/blog.quincetart10.json b/domains/blog.quincetart10.json
new file mode 100644
index 000000000..c672e92e3
--- /dev/null
+++ b/domains/blog.quincetart10.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal blog",
+ "repo": "https://github.com/QuinceTart10/blog",
+ "owner": {
+ "username": "QuinceTart10",
+ "email": "",
+ "discord": "862644161156218891"
+ },
+ "record": {
+ "CNAME": "quincetart10.github.io"
+ }
+}
diff --git a/domains/blog.sanooj.json b/domains/blog.sanooj.json
new file mode 100644
index 000000000..aca9695ac
--- /dev/null
+++ b/domains/blog.sanooj.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sanoojes",
+ "email": "sanoojes6371@gmail.com"
+ },
+ "record": {
+ "CNAME": "sanoojes.github.io"
+ }
+}
diff --git a/domains/blog.saxophone.json b/domains/blog.saxophone.json
new file mode 100644
index 000000000..1906b0c00
--- /dev/null
+++ b/domains/blog.saxophone.json
@@ -0,0 +1,10 @@
+{
+ "description": "subdomain for my blog",
+ "owner": {
+ "username": "saxophone-guy",
+ "email": "itsarchit@keemail.me"
+ },
+ "record": {
+ "CNAME": "my-blog-8il5.onrender.com"
+ }
+}
diff --git a/domains/blog.uvw.json b/domains/blog.uvw.json
new file mode 100644
index 000000000..c7e27f95e
--- /dev/null
+++ b/domains/blog.uvw.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "The-Intruder",
+ "email": "ruj1nuvp8@mozmail.com"
+ },
+ "record": {
+ "A": ["192.227.173.73"]
+ }
+}
diff --git a/domains/blog.vornexx.json b/domains/blog.vornexx.json
new file mode 100644
index 000000000..d73de74da
--- /dev/null
+++ b/domains/blog.vornexx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vornex-gh",
+ "email": "ajay.ramnath8812@gmail.com"
+ },
+ "record": {
+ "CNAME": "blogvornexx.pages.dev"
+ }
+}
diff --git a/domains/blogs.adityabh.json b/domains/blogs.adityabh.json
new file mode 100644
index 000000000..9131029a5
--- /dev/null
+++ b/domains/blogs.adityabh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AdityaBhattacharya1",
+ "email": "ec6isyf0@anonaddy.me"
+ },
+ "record": {
+ "CNAME": "blogs-b2q.pages.dev"
+ }
+}
diff --git a/domains/blue.json b/domains/blue.json
index 30f1c7a0b..ff330ce92 100644
--- a/domains/blue.json
+++ b/domains/blue.json
@@ -1,12 +1,12 @@
{
- "description": "My personal site, for introducing myself.",
- "repo": "https://github.com/b1ue-dev/b1ue-dev.github.io",
- "owner": {
- "username": "B1ue-Dev",
- "email": "b1uedev@outlook.com",
- "twitter": "b1uedev"
- },
- "record": {
- "CNAME": "b1ue-dev.github.io"
- }
+ "description": "My personal site, for introducing myself.",
+ "repo": "https://github.com/b1ue-dev/b1ue-dev.github.io",
+ "owner": {
+ "username": "B1ue-Dev",
+ "email": "b1uedev@outlook.com",
+ "twitter": "b1uedev"
+ },
+ "record": {
+ "CNAME": "b1ue-dev.github.io"
+ }
}
diff --git a/domains/bob16077.json b/domains/bob16077.json
new file mode 100644
index 000000000..938aa9a82
--- /dev/null
+++ b/domains/bob16077.json
@@ -0,0 +1,12 @@
+{
+ "description": "A personal page that also gives information on my projects",
+ "repo": "https://github.com/Bob16077/bob16077.github.io",
+ "owner": {
+ "username": "bob16077",
+ "email": "",
+ "discord": "bob16077777"
+ },
+ "record": {
+ "CNAME": "bob16077.github.io"
+ }
+}
diff --git a/domains/bombacat.json b/domains/bombacat.json
new file mode 100644
index 000000000..585e09437
--- /dev/null
+++ b/domains/bombacat.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "bomba.cat",
+ "email": "bledion.morina@hotmail.com"
+ },
+
+ "record": {
+ "CNAME": "bomba-cat.github.io"
+ }
+}
diff --git a/domains/boris1993.json b/domains/boris1993.json
index 1df9959bc..c79b3d1c3 100644
--- a/domains/boris1993.json
+++ b/domains/boris1993.json
@@ -5,6 +5,6 @@
},
"description": "boris1993.is-a.dev",
"record": {
- "CNAME": "boris1993.github.io"
+ "URL": "https://www.boris1993.com"
}
}
diff --git a/domains/boseong.json b/domains/boseong.json
index 139b6872f..66e10fd24 100644
--- a/domains/boseong.json
+++ b/domains/boseong.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "2paperstar",
- "email": "lee@paperst.ar"
- },
- "record": {
- "CNAME": "paperst.ar"
- }
+ "owner": {
+ "username": "2paperstar",
+ "email": "lee@paperst.ar"
+ },
+ "record": {
+ "CNAME": "paperst.ar"
+ }
}
diff --git a/domains/bot.esb.json b/domains/bot.esb.json
new file mode 100644
index 000000000..b410132ce
--- /dev/null
+++ b/domains/bot.esb.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "EducatedSuddenBucket",
+ "email": "149485703+EducatedSuddenBucket@users.noreply.github.com",
+ "discord": "1167825360151380032"
+ },
+
+ "record": {
+ "A": ["69.197.135.203"]
+ }
+ }
+
diff --git a/domains/bracketproto.json b/domains/bracketproto.json
index c3bf16801..6a7ebd04b 100644
--- a/domains/bracketproto.json
+++ b/domains/bracketproto.json
@@ -1,15 +1,14 @@
{
- "owner": {
- "username": "oxmc",
- "email": "oxmc7769.mail@gmail.com",
- "discord": "oxmc7769"
- },
- "record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ]
- }
+ "owner": {
+ "email": "not specified, refer to discord.",
+ "username": "not specified, refer to discord.",
+ "discord": "oxmc7769"
+ },
+ "record": {
+ "URL": "https://bracketproto.com"
+ },
+ "generator": {
+ "name": "is-a-dev Config Generator (unofficial, by oxmc)",
+ "version": "1.0.0"
+ }
}
diff --git a/domains/brainproxy.json b/domains/brainproxy.json
new file mode 100644
index 000000000..7156dd298
--- /dev/null
+++ b/domains/brainproxy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LtBrain",
+ "email": "brian.j.guan@outlook.com"
+ },
+ "record": {
+ "A": ["64.227.120.231"]
+ }
+}
diff --git a/domains/brandgrandreal.json b/domains/brandgrandreal.json
index 98da537d8..1fa6e8d15 100644
--- a/domains/brandgrandreal.json
+++ b/domains/brandgrandreal.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "BrandgrandRealMe",
- "email": "brandon.lambe@skiff.com"
- },
- "record": {
- "CNAME": "brandgrandrealme.github.io"
- }
+ "owner": {
+ "username": "BrandgrandRealMe",
+ "email": "BrandonTheDev@proton.me"
+ },
+ "record": {
+ "CNAME": "brandgrandrealme.github.io"
+ }
}
diff --git a/domains/bru.json b/domains/bru.json
new file mode 100644
index 000000000..cd16e7f30
--- /dev/null
+++ b/domains/bru.json
@@ -0,0 +1,11 @@
+{
+ "description": "Brunos's personal developer website",
+ "repo": "https://github.com/BrunoWithoutH/BrunoWithoutH.github.io",
+ "owner": {
+ "username": "BrunoWithoutH",
+ "email": "pinheirobrunoevaristo@gmail.com"
+ },
+ "record": {
+ "CNAME": "brunowithouth.github.io"
+ }
+}
diff --git a/domains/bud.json b/domains/bud.json
new file mode 100644
index 000000000..8fe0b0852
--- /dev/null
+++ b/domains/bud.json
@@ -0,0 +1,11 @@
+{
+ "description": "Looks nicer than if it were github.io",
+ "repo": "https://github.com/bud3699/bud3699.github.io",
+ "owner": {
+ "username": "bud3699",
+ "email": "bud3699@gmail.com"
+ },
+ "record": {
+ "CNAME": "bud3699.github.io"
+ }
+}
diff --git a/domains/buffer.json b/domains/buffer.json
new file mode 100644
index 000000000..85f9afb98
--- /dev/null
+++ b/domains/buffer.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "bufferwise",
+ "email": "126371417+bufferwise@users.noreply.github.com",
+ "discord": "790846560229392444"
+ },
+
+ "record": {
+ "CNAME": "bufferwise.netlify.app"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/buko-dev.json b/domains/buko-dev.json
new file mode 100644
index 000000000..c22a3f937
--- /dev/null
+++ b/domains/buko-dev.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "BukoDEV",
+ "email": "",
+ "discord": "539008740826021900",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.YuNXpG0-lTwVQMkxn_FAYLEsDj2ey-_j1nAxH4tGeZJIvCDGyCAIB3PTbOPb9rfmIK718ISh19183EOPVouHX5qGB5yINiTbpwKKVpVkOXodMe9-rfk8BlRPVdLzTHmUYNPCO5lJtnJKXJj0DZ-jKh7ifMzYqdzaDHlOCSkwva9vl09-XX-vNl8PHMVDTO1wQF1ojzmxzaCBjuz_UwE9k_MlOQyz22l2HnBN990OYO63dNiC9hHJVR6V3cBiZTRGq9Xq2SWW2JvXxBeoIZWs0mGV5JHd70YnIl_COowQ2Je3T72VGTUwXK_9eixzBUEOgC8s3wQLFvPh5MJbkS0lPg.cWVq2oSU90LZc8VZSL4IrA.yQ9bwBAobrePb2jcOU5SVKQGuTrx98F1qfhnyu4rhAw2aATjsUBn9lnNavSF-TNcM4FXvS2wASedJlvzVwcCAB2jbWh_MeMteu5j4Ad91MYwMKKxU3J40W7xFce9l3FI.5q01GI-LyojgnwFOo26Tbw"
+ },
+
+ "record": {
+ "A": ["193.111.250.109"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/buyer.json b/domains/buyer.json
new file mode 100644
index 000000000..58ff75f17
--- /dev/null
+++ b/domains/buyer.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Meghdut-Mandal",
+ "email": "meghdut.windows@gmail.com"
+ },
+ "record": {
+ "CNAME": "d2qfp4li4hsnxe.cloudfront.net"
+ }
+}
diff --git a/domains/byte.json b/domains/byte.json
index dcf479cbc..0a3c1e05c 100644
--- a/domains/byte.json
+++ b/domains/byte.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "ishan-school",
- "email": "ishan.13406@lahartara.sunbeamschools.com"
- },
+ "owner": {
+ "username": "ishan-school",
+ "email": "ishan.13406@lahartara.sunbeamschools.com"
+ },
- "record": {
- "A": ["69.30.249.53"]
- }
+ "record": {
+ "A": ["69.30.249.53"]
+ }
}
diff --git a/domains/c.json b/domains/c.json
new file mode 100644
index 000000000..da3053a49
--- /dev/null
+++ b/domains/c.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "orxngc",
+ "discord": "orangc",
+ "email": "orangc@proton.me"
+ },
+ "record": {
+ "CNAME": "edge.redirect.pizza"
+ }
+}
diff --git a/domains/caburum.json b/domains/caburum.json
new file mode 100644
index 000000000..81d75fa69
--- /dev/null
+++ b/domains/caburum.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "caburum",
+ "email": "24cdingwall@gmail.com"
+ },
+ "record": {
+ "CNAME": "calum-portfolio.pages.dev"
+ }
+}
diff --git a/domains/caesar.json b/domains/caesar.json
new file mode 100644
index 000000000..cf5c98ed9
--- /dev/null
+++ b/domains/caesar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Illupiter",
+ "email": "lollelxkfo@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/caiden.json b/domains/caiden.json
index 80e231afc..3f3294a1f 100644
--- a/domains/caiden.json
+++ b/domains/caiden.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "Caiden-P",
- "email": "iididhejejdj@gmail.com",
- "discord": "850820069310201896"
- },
- "record": {
- "CNAME": "caiden.onrender.com"
- }
+ "owner": {
+ "username": "Caiden-P",
+ "email": "iididhejejdj@gmail.com",
+ "discord": "850820069310201896"
+ },
+ "record": {
+ "CNAME": "caiden.onrender.com"
+ }
}
diff --git a/domains/cala.json b/domains/cala.json
index 678c1a566..7cbd431f6 100644
--- a/domains/cala.json
+++ b/domains/cala.json
@@ -1,12 +1,11 @@
{
- "owner": {
- "username": "calamitywoah",
- "email": "krivojta@gmail.com",
- "discord": "981555580495867964"
- },
-
- "record": {
- "CNAME": "calamitywoah.github.io"
- }
- }
-
\ No newline at end of file
+ "owner": {
+ "username": "calamitywoah",
+ "email": "krivojta@gmail.com",
+ "discord": "981555580495867964"
+ },
+
+ "record": {
+ "CNAME": "calamitywoah.github.io"
+ }
+}
diff --git a/domains/calum.json b/domains/calum.json
new file mode 100644
index 000000000..47d46affe
--- /dev/null
+++ b/domains/calum.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "caburum",
+ "email": "24cdingwall@gmail.com"
+ },
+ "record": {
+ "URL": "https://caburum.is-a.dev"
+ }
+}
diff --git a/domains/canavan.json b/domains/canavan.json
new file mode 100644
index 000000000..79074c352
--- /dev/null
+++ b/domains/canavan.json
@@ -0,0 +1,23 @@
+{
+ "description": "My little web profile",
+ "repo": "https://github.com/Ninja-5000/ninja-5000.github.io",
+ "owner": {
+ "username": "Ninja-5000",
+ "email": "",
+ "discord": "707170199861854209"
+ },
+
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/carlo.json b/domains/carlo.json
index fc1fa8c70..76ed83571 100644
--- a/domains/carlo.json
+++ b/domains/carlo.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "z1on3",
- "email": "panercarlo99@gmail.com"
- },
- "record": {
- "CNAME": "z1on3.github.io"
- }
+ "owner": {
+ "username": "z1on3",
+ "email": "panercarlo99@gmail.com"
+ },
+ "record": {
+ "CNAME": "z1on3.github.io"
+ }
}
diff --git a/domains/carpodi.json b/domains/carpodi.json
index c019c6a19..34aa021f6 100644
--- a/domains/carpodi.json
+++ b/domains/carpodi.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Carpodi",
- "email": "itsjahzielgarcia07@gmail.com"
- },
- "record": {
- "CNAME": "carpodi.github.io"
- }
+ "owner": {
+ "username": "Carpodi",
+ "email": "itsjahzielgarcia07@gmail.com"
+ },
+ "record": {
+ "CNAME": "carpodi.github.io"
+ }
}
diff --git a/domains/cat.json b/domains/cat.json
new file mode 100644
index 000000000..1a06bbbaf
--- /dev/null
+++ b/domains/cat.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "yunexiz",
+ "discord": "1040303561847881729",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "yunexiz.github.io"
+ }
+}
diff --git a/domains/catfein.json b/domains/catfein.json
index 30dbb37f2..d442f3731 100644
--- a/domains/catfein.json
+++ b/domains/catfein.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "alfari24",
- "email": "ari@alfari.id"
- },
- "record": {
- "A": ["194.15.36.220"]
- }
+ "owner": {
+ "username": "alfari24",
+ "email": "ari@alfari.id"
+ },
+ "record": {
+ "A": ["194.15.36.220"]
+ }
}
diff --git a/domains/catfoolyou.json b/domains/catfoolyou.json
deleted file mode 100644
index 33ed5718c..000000000
--- a/domains/catfoolyou.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "catfoolyou",
- "email": "catfoolyou.github@manyme.com"
- },
- "record": {
- "URL": "https://vast-puce-hippo-shoe.cyclic.app/"
- }
-}
diff --git a/domains/cats.json b/domains/cats.json
new file mode 100644
index 000000000..c0cb32f1d
--- /dev/null
+++ b/domains/cats.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "yunexiz",
+ "discord": "1040303561847881729",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "cat-images.pages.dev"
+ }
+}
diff --git a/domains/cattopytheweb.json b/domains/cattopytheweb.json
index 2aa4390df..17bb3c419 100644
--- a/domains/cattopytheweb.json
+++ b/domains/cattopytheweb.json
@@ -8,7 +8,10 @@
},
"record": {
"URL": "https://cattopytheweb.github.io",
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/cdn.arman.json b/domains/cdn.arman.json
new file mode 100644
index 000000000..b195e1f8c
--- /dev/null
+++ b/domains/cdn.arman.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ItzArman09",
+ "email": "itz.armxn@outlook.com"
+ },
+ "record": {
+ "CNAME": "itzarman09.github.io"
+ }
+}
diff --git a/domains/cdn.artix.json b/domains/cdn.artix.json
index 5d7662e28..8027a27d0 100644
--- a/domains/cdn.artix.json
+++ b/domains/cdn.artix.json
@@ -1,12 +1,11 @@
{
- "owner": {
- "username": "alex1028199",
- "email": "yu1234u73f.com@gmail.com",
- "discord": "834867471885271053"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
- }
-
\ No newline at end of file
+ "owner": {
+ "username": "alex1028199",
+ "email": "yu1234u73f.com@gmail.com",
+ "discord": "834867471885271053"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/cdn.haru.ki.json b/domains/cdn.haru.ki.json
deleted file mode 100644
index 6c272e999..000000000
--- a/domains/cdn.haru.ki.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Anandkrishna34",
- "email": "aanandkrishna344@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/cdn.mohammad87115.json b/domains/cdn.mohammad87115.json
new file mode 100644
index 000000000..812623f23
--- /dev/null
+++ b/domains/cdn.mohammad87115.json
@@ -0,0 +1,11 @@
+{
+ "description": "I'm using this subdomain to access the place i upload my files easier",
+ "owner": {
+ "username": "mohammad87115",
+ "email": "mohammad87115@gmail.com",
+ "twitter": "mohammad87115"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/cdn.parsewar.json b/domains/cdn.parsewar.json
new file mode 100644
index 000000000..549590ce7
--- /dev/null
+++ b/domains/cdn.parsewar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AtharvParsewar",
+ "email": "atharvparsewar@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/cdn.serstars.json b/domains/cdn.serstars.json
new file mode 100644
index 000000000..3922882b7
--- /dev/null
+++ b/domains/cdn.serstars.json
@@ -0,0 +1,11 @@
+{
+ "repo": "https://github.com/SerStars-2/",
+ "owner": {
+ "username": "SerStars",
+ "email": "",
+ "twitter": "SerStars_lol"
+ },
+ "record": {
+ "CNAME": "serstars-2.github.io"
+ }
+}
diff --git a/domains/cdn.shymike.json b/domains/cdn.shymike.json
new file mode 100644
index 000000000..69fd29cba
--- /dev/null
+++ b/domains/cdn.shymike.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "ImShyMike",
+ "email": "",
+ "discord": "582648583635992622"
+ },
+ "record": {
+ "A": [
+ "69.197.135.203"
+ ]
+ }
+}
diff --git a/domains/cdn.trung.json b/domains/cdn.trung.json
index c372c8070..b99730c4e 100644
--- a/domains/cdn.trung.json
+++ b/domains/cdn.trung.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "vuthanhtrung2010",
- "email": "vuthanhtrungsuper@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "A": ["35.185.84.140"]
+ }
}
diff --git a/domains/cdn.xrap1dx.json b/domains/cdn.xrap1dx.json
new file mode 100644
index 000000000..1de1dd0ca
--- /dev/null
+++ b/domains/cdn.xrap1dx.json
@@ -0,0 +1,13 @@
+{
+ "description": "making my cdn!!!",
+ "repo": "https://github.com/xrap1dx?tab=repositories",
+ "owner": {
+ "username": "xrap1dx",
+ "email": "sirrapid155@gmail.com"
+ },
+ "record": {
+ "A": [
+ "69.30.249.53"
+ ]
+ }
+}
diff --git a/domains/ceed.json b/domains/ceed.json
index 28050fad3..72bda0f99 100644
--- a/domains/ceed.json
+++ b/domains/ceed.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ItsCEED",
- "email": "ceed1337@gmail.com"
- },
- "record": {
- "URL": "https://github.com/itsceed"
- }
+ "owner": {
+ "username": "ItsCEED",
+ "email": "ceed1337@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/itsceed"
+ }
}
diff --git a/domains/cfp.json b/domains/cfp.json
index 3e1e287cb..c45551172 100644
--- a/domains/cfp.json
+++ b/domains/cfp.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "cfpwastaken",
- "email": "",
- "discord": "cfp (318394797822050315)"
- },
- "record": {
- "CNAME": "cfp.gotdns.ch"
- }
-}
\ No newline at end of file
+ "owner": {
+ "username": "cfpwastaken",
+ "email": "",
+ "discord": "cfp (318394797822050315)"
+ },
+ "record": {
+ "CNAME": "dyn.picoscratch.de"
+ }
+}
diff --git a/domains/cggaurav.json b/domains/cggaurav.json
index 09086a652..1888149d3 100644
--- a/domains/cggaurav.json
+++ b/domains/cggaurav.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "cggaurav",
- "email": "cggaurav@u.nus.edu"
- },
- "record": {
- "URL": "https://cggaurav.net"
- }
+ "owner": {
+ "username": "cggaurav",
+ "email": "cggaurav@u.nus.edu"
+ },
+ "record": {
+ "URL": "https://cggaurav.net"
+ }
}
diff --git a/domains/chadee.json b/domains/chadee.json
new file mode 100644
index 000000000..b6f7cd675
--- /dev/null
+++ b/domains/chadee.json
@@ -0,0 +1,17 @@
+{
+ "description": "Chadee website",
+ "repo": "https://github.com/chadeeeee/chadee-site",
+ "owner": {
+ "username": "chadeeeee",
+ "telegram": "@chadeeeeeeeeee",
+ "email": "esurginet2011@gmail.com"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
+}
diff --git a/domains/chandrasekhar.json b/domains/chandrasekhar.json
new file mode 100644
index 000000000..4ffae3433
--- /dev/null
+++ b/domains/chandrasekhar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Chandra-Sekhar-Bala",
+ "email": "sekhar.chandra.5832@gmail.com"
+ },
+ "record": {
+ "URL": "https://chandra-sekhar-bala.github.io"
+ }
+}
diff --git a/domains/charlesbird.json b/domains/charlesbird.json
new file mode 100644
index 000000000..1fe618441
--- /dev/null
+++ b/domains/charlesbird.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "UntoldGam",
+ "email": "charlesobird+github@outlook.com"
+ },
+ "record": {
+ "CNAME": "charlesobird.pages.dev"
+ }
+}
diff --git a/domains/chat.vamtic.json b/domains/chat.vamtic.json
new file mode 100644
index 000000000..72e57dc0f
--- /dev/null
+++ b/domains/chat.vamtic.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vamtic",
+ "email": "vamtic@yahoo.com"
+ },
+ "record": {
+ "CNAME": "anon.69.mu"
+ }
+}
diff --git a/domains/chathub.json b/domains/chathub.json
index bea7f1902..5815fb617 100644
--- a/domains/chathub.json
+++ b/domains/chathub.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "bhaskaraa45",
- "email": "bhaskarmandal369@gmail.com"
- },
- "record": {
- "A": ["20.198.8.42"]
- }
+ "owner": {
+ "username": "bhaskaraa45",
+ "email": "bhaskarmandal369@gmail.com"
+ },
+ "record": {
+ "A": ["20.198.8.42"]
+ }
}
diff --git a/domains/cheftheo.json b/domains/cheftheo.json
new file mode 100644
index 000000000..bff35005a
--- /dev/null
+++ b/domains/cheftheo.json
@@ -0,0 +1,11 @@
+{
+ "description": "This website represents a portofolio",
+ "repo": "https://cheftheo.github.io/",
+ "owner": {
+ "username": "cheftheo",
+ "email": "marascu.theodor@gmail.com"
+ },
+ "record": {
+ "CNAME": "cheftheo.github.io"
+ }
+}
diff --git a/domains/chegedouglas.json b/domains/chegedouglas.json
new file mode 100644
index 000000000..d2dc596d9
--- /dev/null
+++ b/domains/chegedouglas.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "LSAfrika",
+ "email": "lstudiosafrika@gmail.com",
+ "discord": "1239524915112181791"
+ },
+
+ "record": {
+ "A": ["13.48.207.48"]
+ }
+}
diff --git a/domains/chepsgames.json b/domains/chepsgames.json
new file mode 100644
index 000000000..d9d4aff99
--- /dev/null
+++ b/domains/chepsgames.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ChepsGames",
+ "email": "edu.chepsgames@gmail.com"
+ },
+ "record": {
+ "CNAME": "chepsgames.github.io"
+ }
+}
diff --git a/domains/chess.bob16077.json b/domains/chess.bob16077.json
new file mode 100644
index 000000000..af3733f54
--- /dev/null
+++ b/domains/chess.bob16077.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "bob16077",
+ "discord": "bob16077777",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "bob16077.github.io"
+ }
+}
diff --git a/domains/chgeo.json b/domains/chgeo.json
new file mode 100644
index 000000000..e1f8a997d
--- /dev/null
+++ b/domains/chgeo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chgeo",
+ "email": "christian.georgi@sap.com"
+ },
+ "record": {
+ "URL": "https://github.com/chgeo"
+ }
+}
diff --git a/domains/chiko.json b/domains/chiko.json
new file mode 100644
index 000000000..601618b48
--- /dev/null
+++ b/domains/chiko.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chikoiko",
+ "email": "itsmezark05@gmail.com"
+ },
+ "record": {
+ "CNAME": "chikoiko.github.io"
+ }
+}
diff --git a/domains/chikoiko.json b/domains/chikoiko.json
new file mode 100644
index 000000000..3cf6c8c5e
--- /dev/null
+++ b/domains/chikoiko.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal website for @chikoiko",
+ "repo": "https://github.com/chikoiko/chikoiko.github.io",
+ "owner": {
+ "username": "chikoiko",
+ "email": "itsmezark05@gmail.com"
+ },
+ "record": {
+ "CNAME": "chikoiko.github.io"
+ }
+}
diff --git a/domains/community2.syntaxloopers.json b/domains/chiragnahata.json
similarity index 99%
rename from domains/community2.syntaxloopers.json
rename to domains/chiragnahata.json
index 1ac66d3d8..726befd50 100644
--- a/domains/community2.syntaxloopers.json
+++ b/domains/chiragnahata.json
@@ -3,7 +3,6 @@
"username": "chiragnahata",
"email": "chiragnahata05@gmail.com"
},
-
"record": {
"A": ["129.213.151.29"]
}
diff --git a/domains/chiranth.json b/domains/chiranth.json
new file mode 100644
index 000000000..4df04a6e9
--- /dev/null
+++ b/domains/chiranth.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chiranthkothari",
+ "email": "chiranthkothari96@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/chiranthkothari/chiranthkothari"
+ }
+}
diff --git a/domains/choudery.json b/domains/choudery.json
new file mode 100644
index 000000000..e071797f1
--- /dev/null
+++ b/domains/choudery.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "Choudery",
+ "email": "blreaderdammy@gmail.com"
+ },
+ "record": {
+ "MX": [
+ "john.ns.cloudflare.com",
+ "sharon.ns.cloudflare.com"
+ ]
+ },
+ "description": "Choudery coding"
+}
\ No newline at end of file
diff --git a/domains/choukseaaryan.json b/domains/choukseaaryan.json
index eb7ca2b8d..1d804b4f0 100644
--- a/domains/choukseaaryan.json
+++ b/domains/choukseaaryan.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "choukseaaryan",
- "email": "aaryan2chouksey@gmail.com"
- },
- "record": {
- "CNAME": "choukseaaryan.github.io"
- }
+ "owner": {
+ "username": "choukseaaryan",
+ "email": "aaryan2chouksey@gmail.com"
+ },
+ "record": {
+ "CNAME": "choukseaaryan.github.io"
+ }
}
diff --git a/domains/chrinsieboy.json b/domains/chrinsieboy.json
new file mode 100644
index 000000000..794d2b9fa
--- /dev/null
+++ b/domains/chrinsieboy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Chrinsieboy",
+ "email": "github@chris.friemann.nl"
+ },
+ "record": {
+ "CNAME": "chrisfriemann.nl"
+ }
+}
diff --git a/domains/chrischenny.json b/domains/chrischenny.json
new file mode 100644
index 000000000..54b11fabc
--- /dev/null
+++ b/domains/chrischenny.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Chrischenny0",
+ "email": "chris_chenoweth1@baylor.edu"
+ },
+ "record": {
+ "CNAME": "alamohouse.duckdns.org"
+ }
+}
diff --git a/domains/chriscoding.json b/domains/chriscoding.json
index 21d786a84..0e0e85aa7 100644
--- a/domains/chriscoding.json
+++ b/domains/chriscoding.json
@@ -1,12 +1,11 @@
{
- "owner": {
- "username": "BestGithubUser1",
- "email": "githubuserlol333@gmail.com",
- "discord": "735578614476570726"
- },
-
- "record": {
- "CNAME": "bestgithubuser1.github.io"
- }
- }
-
\ No newline at end of file
+ "owner": {
+ "username": "BestGithubUser1",
+ "email": "githubuserlol333@gmail.com",
+ "discord": "735578614476570726"
+ },
+
+ "record": {
+ "CNAME": "bestgithubuser1.github.io"
+ }
+}
diff --git a/domains/chutte.json b/domains/chutte.json
index 10ea8f55e..972871ac6 100644
--- a/domains/chutte.json
+++ b/domains/chutte.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "supunsathsara",
- "email": "savindusupunsathsara@gmail.com"
- },
- "record": {
- "CNAME": "supunsathsara.pages.dev"
- }
+ "owner": {
+ "username": "supunsathsara",
+ "email": "savindusupunsathsara@gmail.com"
+ },
+ "record": {
+ "CNAME": "next-supun.pages.dev"
+ }
}
diff --git a/domains/ciaobot.json b/domains/ciaobot.json
index d18eefaa1..c4456c116 100644
--- a/domains/ciaobot.json
+++ b/domains/ciaobot.json
@@ -1,12 +1,10 @@
{
- "owner": {
- "username": "Ciao287",
- "email": "",
- "discord": "687333016921440317"
- },
- "record": {
- "A": [
- "45.137.70.68"
- ]
- }
+ "owner": {
+ "username": "Ciao287",
+ "email": "",
+ "discord": "687333016921440317"
+ },
+ "record": {
+ "A": ["144.91.115.195"]
+ }
}
diff --git a/domains/cibucristi.json b/domains/cibucristi.json
new file mode 100644
index 000000000..572a79237
--- /dev/null
+++ b/domains/cibucristi.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "cibucristi",
+ "email": "cibucristi1@gmail.com",
+ "discord": "773576280150900749"
+ },
+
+ "record": {
+ "CNAME": "cibucristi-dev.pages.dev"
+ }
+}
diff --git a/domains/civic.json b/domains/civic.json
new file mode 100644
index 000000000..eef27a079
--- /dev/null
+++ b/domains/civic.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "civic1007",
+ "email": "",
+ "discord":"1258033419443503124"
+ },
+ "record": {
+ "CNAME": "civic1007.pages.dev"
+ }
+}
diff --git a/domains/cli.json b/domains/cli.json
deleted file mode 100644
index 549f942c5..000000000
--- a/domains/cli.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev",
- "email": ""
- },
-
- "record": {
- "URL": "https://npmjs.com/@is-a-dev/cli"
- }
-}
diff --git a/domains/clicker.vamtic.json b/domains/clicker.vamtic.json
new file mode 100644
index 000000000..e8a928b55
--- /dev/null
+++ b/domains/clicker.vamtic.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vamtic",
+ "email": "vamtic@yahoo.com"
+ },
+ "record": {
+ "CNAME": "clicker-bao.pages.dev"
+ }
+}
diff --git a/domains/clicpow.json b/domains/clicpow.json
index b431066e4..253d26a07 100644
--- a/domains/clicpow.json
+++ b/domains/clicpow.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ClicpoW",
- "email": "clicpowytb@gmail.com"
- },
- "record": {
- "CNAME": "mlkfkqd.pages.dev"
- }
+ "owner": {
+ "username": "ClicpoW",
+ "email": "clicpowytb@gmail.com"
+ },
+ "record": {
+ "CNAME": "mlkfkqd.pages.dev"
+ }
}
diff --git a/domains/cloudirector.json b/domains/cloudirector.json
index 8806f1bc3..ce3c9697e 100644
--- a/domains/cloudirector.json
+++ b/domains/cloudirector.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "cloudirector",
- "email": "cantcloud@gmail.com"
- },
- "record": {
- "CNAME": "cloudirector.github.io"
- }
+ "owner": {
+ "username": "cloudirector",
+ "email": "cantcloud@gmail.com"
+ },
+ "record": {
+ "CNAME": "cloudirector.github.io"
+ }
}
diff --git a/domains/cloudskies.json b/domains/cloudskies.json
new file mode 100644
index 000000000..9c219f3c8
--- /dev/null
+++ b/domains/cloudskies.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "cloudskies13",
+ "email": "cloudskies@perso.be"
+ },
+ "record": {
+ "URL": "https://cloudskies13.carrd.co",
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/code.trung.json b/domains/code.trung.json
index 8958e6c03..b99730c4e 100644
--- a/domains/code.trung.json
+++ b/domains/code.trung.json
@@ -4,6 +4,6 @@
"email": "vuthanhtrungsuper@gmail.com"
},
"record": {
- "A": ["69.30.249.53"]
+ "A": ["35.185.84.140"]
}
}
diff --git a/domains/codecloak.jigar.json b/domains/codecloak.jigar.json
new file mode 100644
index 000000000..1b469453d
--- /dev/null
+++ b/domains/codecloak.jigar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "drone911",
+ "email": "jigar1822@gmail.com"
+ },
+ "record": {
+ "URL": "https://codecloak.onrender.com"
+ }
+}
diff --git a/domains/codeminds.json b/domains/codeminds.json
new file mode 100644
index 000000000..91a0a8cc3
--- /dev/null
+++ b/domains/codeminds.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "clementhart999",
+ "email": "clementhart999@gmail.com"
+ },
+ "record": {
+ "CNAME": "clementhart999.github.io"
+ }
+}
diff --git a/domains/codeserver.sono.json b/domains/codeserver.sono.json
new file mode 100644
index 000000000..7901ef9bd
--- /dev/null
+++ b/domains/codeserver.sono.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "getSono",
+ "email": "julianwolf2013@outlook.de",
+ "discord": "1222250424309121145"
+ },
+
+ "record": {
+ "A": ["69.197.135.202"]
+ }
+}
diff --git a/domains/codestantin.json b/domains/codestantin.json
new file mode 100644
index 000000000..9c945bfbc
--- /dev/null
+++ b/domains/codestantin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "codestantindev",
+ "email": "kontakt@codestantin.de"
+ },
+ "record": {
+ "A": ["85.202.163.42"]
+ }
+}
diff --git a/domains/webdevelopment.roadmap.rtxeon.json b/domains/codesuthar.json
similarity index 85%
rename from domains/webdevelopment.roadmap.rtxeon.json
rename to domains/codesuthar.json
index ef0cfb776..1c010dc13 100644
--- a/domains/webdevelopment.roadmap.rtxeon.json
+++ b/domains/codesuthar.json
@@ -1,6 +1,6 @@
{
"owner": {
- "username": "Rtxeon",
+ "username": "CodeSuthar",
"email": "AdityaSuthar13@outlook.com"
},
"record": {
@@ -11,4 +11,4 @@
"185.199.110.153"
]
}
-}
\ No newline at end of file
+}
diff --git a/domains/codixer.json b/domains/codixer.json
new file mode 100644
index 000000000..32e5a6356
--- /dev/null
+++ b/domains/codixer.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Codixer",
+ "email": "stefano@stefanocoding.me"
+ },
+ "record": {
+ "CNAME": "stefanocoding.me"
+ }
+}
diff --git a/domains/cody.json b/domains/cody.json
new file mode 100644
index 000000000..18f0026e1
--- /dev/null
+++ b/domains/cody.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "theinfamouscoder5",
+ "email": "codingamazing224@outlook.com"
+ },
+ "record": {
+ "URL": "https://about-cody.pages.dev/"
+ }
+}
diff --git a/domains/colix.json b/domains/colix.json
new file mode 100644
index 000000000..e9f5291a9
--- /dev/null
+++ b/domains/colix.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "YeahhColix",
+ "email": "yeahhcolix@gmail.com"
+ },
+ "record": {
+ "CNAME": "colix.pages.dev"
+ }
+}
diff --git a/domains/completesoft.json b/domains/completesoft.json
index ff1083b09..68844226e 100644
--- a/domains/completesoft.json
+++ b/domains/completesoft.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "simersim",
- "email": "simer@f1.mk.ua"
- },
- "record": {
- "A": ["78.46.77.92"],
- "MX": ["mx.comp.in.ua"],
- "TXT": "v=spf1 mx a:mx.comp.in.ua -all"
- }
+ "owner": {
+ "username": "simersim",
+ "email": "simer@f1.mk.ua"
+ },
+ "record": {
+ "A": ["78.46.77.92"],
+ "MX": ["mx.comp.in.ua"],
+ "TXT": "v=spf1 mx a:mx.comp.in.ua -all"
+ }
}
diff --git a/domains/computerblade.json b/domains/computerblade.json
new file mode 100644
index 000000000..6e01dab71
--- /dev/null
+++ b/domains/computerblade.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "computerblade-official",
+ "email": "ayproductionsteam@gmail.com",
+ "discord": "1032603689069846549"
+ },
+
+ "record": {
+ "CNAME": "computerblade-official.github.io"
+ }
+ }
+
diff --git a/domains/corey.json b/domains/corey.json
index 2503b62fc..724e70cc7 100644
--- a/domains/corey.json
+++ b/domains/corey.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "cjsewell",
- "email": "corey@sewell.net.nz"
- },
- "record": {
- "CNAME": "sewell.net.nz"
- }
+ "owner": {
+ "username": "cjsewell",
+ "email": "corey@sewell.net.nz"
+ },
+ "record": {
+ "CNAME": "sewell.net.nz"
+ }
}
diff --git a/domains/cr1ket.json b/domains/cr1ket.json
new file mode 100644
index 000000000..0027bc062
--- /dev/null
+++ b/domains/cr1ket.json
@@ -0,0 +1,12 @@
+{
+ "description": "Using for my personal site cr1ket.xyz",
+ "repo": "https://github.com/NoahMK21100/NoahMK21100.github.io",
+ "owner": {
+ "username": "NoahMK21100",
+ "email": "NoahMK21100@gmail.com",
+ "twitter": "noahmk17"
+ },
+ "record": {
+ "CNAME": "NoahMK21100.github.io"
+ }
+}
diff --git a/domains/crafty.json b/domains/crafty.json
new file mode 100644
index 000000000..483f9f231
--- /dev/null
+++ b/domains/crafty.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TConnor2003",
+ "email": "CraftyPlayzmcyt@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.craftyplayz.com/"
+ }
+}
diff --git a/domains/create.json b/domains/create.json
new file mode 100644
index 000000000..c54d1dfaa
--- /dev/null
+++ b/domains/create.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "VaibhavSys",
+ "email": "vaibhavsys@protonmail.com"
+ },
+ "record": {
+ "URL": "https://factory.is-a.dev"
+ }
+}
diff --git a/domains/creed.json b/domains/creed.json
new file mode 100644
index 000000000..c2bad7e1b
--- /dev/null
+++ b/domains/creed.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "M-creed",
+ "email": "marwankalosha005@gmail.com"
+ },
+ "record": {
+ "CNAME": "m-creed.github.io"
+ }
+}
diff --git a/domains/creeperita104.json b/domains/creeperita104.json
new file mode 100644
index 000000000..66df526f1
--- /dev/null
+++ b/domains/creeperita104.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "creeperita09",
+ "email": "creeperita.09@gmail.com"
+ },
+ "record": {
+ "CNAME": "icahomesvr2022.freeddns.org"
+ }
+}
diff --git a/domains/crischutu07.json b/domains/crischutu07.json
new file mode 100644
index 000000000..fa3ca7ff5
--- /dev/null
+++ b/domains/crischutu07.json
@@ -0,0 +1,19 @@
+{
+ "owner": {
+ "username": "crischutu07",
+ "email": "crischutu07owo@gmail.com"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/cristofer54.json b/domains/cristofer54.json
new file mode 100644
index 000000000..6563f41f8
--- /dev/null
+++ b/domains/cristofer54.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Cristofer543",
+ "email": "cristoferpayamps543a@gmail.com"
+ },
+ "record": {
+ "CNAME": "cristofer543.github.io"
+ }
+}
diff --git a/domains/crm.digidenone.json b/domains/crm.digidenone.json
new file mode 100644
index 000000000..f47a8711d
--- /dev/null
+++ b/domains/crm.digidenone.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "digidenone",
+ "email": "digidenone@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/crystalcoding.json b/domains/crystalcoding.json
new file mode 100644
index 000000000..505fb6a6f
--- /dev/null
+++ b/domains/crystalcoding.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "crystalcoding9999",
+ "email": "crystalcraft9999@gmail.com",
+ "discord": "1102272783712522331"
+ },
+
+ "record": {
+ "CNAME": "crystalcoding9999.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/ctrlraul.json b/domains/ctrlraul.json
index 133c2c199..ec47623e1 100644
--- a/domains/ctrlraul.json
+++ b/domains/ctrlraul.json
@@ -1,12 +1,12 @@
{
- "description": "Personal Website",
- "repo": "https://github.com/ctrlraul/ctrlraul.github.io",
- "owner": {
- "username": "ctrlraul",
- "email": "mailctrlraul@gmail.com",
- "twitter": "@CtrlRaul"
- },
- "record": {
- "CNAME": "ctrlraul.github.io"
- }
+ "description": "Personal Website",
+ "repo": "https://github.com/ctrlraul/ctrlraul.github.io",
+ "owner": {
+ "username": "ctrlraul",
+ "email": "mailctrlraul@gmail.com",
+ "twitter": "@CtrlRaul"
+ },
+ "record": {
+ "CNAME": "ctrlraul.github.io"
+ }
}
diff --git a/domains/cutedog5695.json b/domains/cutedog5695.json
index 17cb80541..086a7c053 100644
--- a/domains/cutedog5695.json
+++ b/domains/cutedog5695.json
@@ -1,13 +1,16 @@
{
"owner": {
"username": "CuteDog5695",
- "email": "cutedog5695@gmail.com",
- "discord": "cutedog5695",
+ "email": "",
+ "discord": "716306888492318790",
"twitter": "cutedog5695"
},
"record": {
- "URL": "https://cutedog5695.me",
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ "A": ["89.106.200.1"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/cuxdi.json b/domains/cuxdi.json
new file mode 100644
index 000000000..22e532713
--- /dev/null
+++ b/domains/cuxdi.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "cuxdii",
+ "email": "vihar2408@gmail.com",
+ "discord": "1156381555875385484"
+ },
+
+ "record": {
+ "CNAME": "cuxdi.pages.dev"
+ }
+}
diff --git a/domains/cybersecbyte.json b/domains/cybersecbyte.json
index f951db9e8..467e058d6 100644
--- a/domains/cybersecbyte.json
+++ b/domains/cybersecbyte.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "CyberSecByte",
- "email": "cybersecbyte@gmail.com"
- },
- "record": {
- "CNAME": "cybersecbyte.github.io"
- }
+ "owner": {
+ "username": "CyberSecByte",
+ "email": "cybersecbyte@gmail.com"
+ },
+ "record": {
+ "CNAME": "cybersecbyte.github.io"
+ }
}
diff --git a/domains/cycloneaddons.json b/domains/cycloneaddons.json
new file mode 100644
index 000000000..ce323ebd2
--- /dev/null
+++ b/domains/cycloneaddons.json
@@ -0,0 +1,12 @@
+{
+ "description": "Use for portfolio.",
+ "repo": "https://github.com/CycloneAddons/cycloneaddons.github.io",
+ "owner": {
+ "username": "CycloneAddons",
+ "email": "cycloneaddon@gmail.com",
+ "twitter": "cycloneaddons"
+ },
+ "record": {
+ "CNAME": "cycloneaddons.github.io"
+ }
+}
diff --git a/domains/cylis.json b/domains/cylis.json
new file mode 100644
index 000000000..69ccdb70a
--- /dev/null
+++ b/domains/cylis.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Cylis-Dragneel",
+ "email": "craftingcaptain456@gmail.com",
+ "discord": "372363585394966528"
+ },
+
+ "record": {
+ "CNAME": "cylis-dragneel.github.io"
+ }
+}
diff --git a/domains/czwx.json b/domains/czwx.json
index d5a39d62f..7f83c9bbb 100644
--- a/domains/czwx.json
+++ b/domains/czwx.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "czwxx",
- "email": "czwx790@gmail.com"
- },
- "record": {
- "CNAME": "czwxx.github.io"
- }
+ "owner": {
+ "username": "czwxx",
+ "email": "czwx790@gmail.com"
+ },
+ "record": {
+ "CNAME": "czwxx.github.io"
+ }
}
diff --git a/domains/d.json b/domains/d.json
new file mode 100644
index 000000000..5d8a53e7e
--- /dev/null
+++ b/domains/d.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "AhNode",
+ "email": "",
+ "discord": "704173828187619370"
+ },
+
+ "record": {
+ "A": ["69.197.135.202"]
+ }
+ }
+
diff --git a/domains/d3c.json b/domains/d3c.json
index f713c47ae..fdb6a3e0b 100644
--- a/domains/d3c.json
+++ b/domains/d3c.json
@@ -4,7 +4,10 @@
"email": "czb8.a1@gmail.com"
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/d4rkd3n1337.json b/domains/d4rkd3n1337.json
index 4d63d96ce..16ce0771f 100644
--- a/domains/d4rkd3n1337.json
+++ b/domains/d4rkd3n1337.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "d4rkd3n1337",
- "email": "darkdenrevolt@gmail.com"
- },
- "record": {
- "A": ["45.85.117.139"]
- }
+ "owner": {
+ "username": "d4rkd3n1337",
+ "email": "darkdenrevolt@gmail.com"
+ },
+ "record": {
+ "A": ["45.85.117.139"]
+ }
}
diff --git a/domains/daamin.json b/domains/daamin.json
new file mode 100644
index 000000000..7c331f7df
--- /dev/null
+++ b/domains/daamin.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio Website",
+ "repo": "https://github.com/Daamin909/website/",
+ "owner": {
+ "username": "Daamin909",
+ "email": "ashai.daamin@gmail.com"
+ },
+ "record": {
+ "CNAME": "daamin909.github.io"
+ }
+}
diff --git a/domains/dadaboudi.chiragnahata.json b/domains/dadaboudi.chiragnahata.json
new file mode 100644
index 000000000..726befd50
--- /dev/null
+++ b/domains/dadaboudi.chiragnahata.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/dae.json b/domains/dae.json
new file mode 100644
index 000000000..2b98a62f8
--- /dev/null
+++ b/domains/dae.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Daeloth",
+ "email": "alanvcd@frikipedia.es"
+ },
+ "record": {
+ "URL": "http://www.daeloth.com/home"
+ }
+}
diff --git a/domains/dainfloop.json b/domains/dainfloop.json
index dfd437b48..a9ce7e36e 100644
--- a/domains/dainfloop.json
+++ b/domains/dainfloop.json
@@ -5,7 +5,10 @@
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 ip4:37.27.51.34 ip6:2a01:4f9:3081:399c::/64 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/daksh.json b/domains/daksh.json
index 0033a570a..bf0b5237c 100644
--- a/domains/daksh.json
+++ b/domains/daksh.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "lonewqlf",
- "email": "lonewqlf@proton.me"
- },
- "record": {
- "CNAME": "lonewqlf.github.io"
- }
+ "owner": {
+ "username": "lonewqlf",
+ "email": "lonewqlf@proton.me"
+ },
+ "record": {
+ "CNAME": "lonewqlf.github.io"
+ }
}
diff --git a/domains/damu.json b/domains/damu.json
new file mode 100644
index 000000000..b24a3c75b
--- /dev/null
+++ b/domains/damu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "damnUUUU",
+ "email": "damodar.sssihl@gmail.com"
+ },
+ "record": {
+ "A": ["103.174.70.38"]
+ }
+}
diff --git a/domains/dan-habot.json b/domains/dan-habot.json
index b69f8a9c7..fe6ba021b 100644
--- a/domains/dan-habot.json
+++ b/domains/dan-habot.json
@@ -1,5 +1,5 @@
{
- "description": "Fullstack web & mobile dev, quality assurance, automation, reverse engineering, and flexible",
+ "description": "My links",
"repo": "https://github.com/danhab99/danhab99.github.io",
"owner": {
"username": "danhab99",
diff --git a/domains/dangnat.json b/domains/dangnat.json
new file mode 100644
index 000000000..89ca41082
--- /dev/null
+++ b/domains/dangnat.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NaTDeveloper",
+ "email": "devihermeena@gmail.com"
+ },
+ "record": {
+ "CNAME": "natdev-5ffb.onrender.com"
+ }
+}
diff --git a/domains/daniel.json b/domains/daniel.json
index b3d4893fe..3674bbe32 100644
--- a/domains/daniel.json
+++ b/domains/daniel.json
@@ -8,7 +8,10 @@
"record": {
"A": ["34.120.194.28"],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
diff --git a/domains/danilwhale.json b/domains/danilwhale.json
new file mode 100644
index 000000000..66ad214c3
--- /dev/null
+++ b/domains/danilwhale.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "danilwhale",
+ "email": "",
+ "discord": "1191777214467940414",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.TMndiEsl4ECzkNhIvJVzKhARY5P83h9nXwYNjtmb8fy_gr0Xrl6dIgbXdxasHq2R4EFrN8VfElTk5pMEjjAXvIVP0mvXO3pmdunG2hbGNmKqPyyG6ZAB6EwOYnYJS6tKF17MmDwiRRreewgohIKJE7c3oP8oYaXH_mLvo9RI_BxpgRbdblFGZFzkGiTrZL0ju0XjSX5oBrcmFLfX5Rd3P3Lv7ySszZiwvRBLyEoR4v_I1oeS59FhMFJ5nHfdMwwd0X0UP_FUf67C24-vcaGi7Xv3ni4lWEU-skubVXTS2ya1t41VX2T_FD0kEorFAcwC30NcHjRERFMdHYXBMyvGEw.CpiU15hYni_PlE_UWHFCQA.sguibYYksrr1sUw7BqjJXJBmRNA0mOuEhRUaZ4I74H2LD-QC1GdY2wCYLp987GEbRnGiOGiNypsk_hONvHFcH0-0NXYxRL3Nel9gPATShEQ.KWSA5I9S9fXpvGnlkqFs7A"
+ },
+
+ "record": {
+ "CNAME": "danilwhale.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/danithu.json b/domains/danithu.json
new file mode 100644
index 000000000..549079e7f
--- /dev/null
+++ b/domains/danithu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "danithu123",
+ "email": "danithuamaranayakanew@gmail.com"
+ },
+ "record": {
+ "CNAME": "danithu123.github.io"
+ }
+}
diff --git a/domains/danosyrus.json b/domains/danosyrus.json
new file mode 100644
index 000000000..cd0ab9272
--- /dev/null
+++ b/domains/danosyrus.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal Resume",
+ "repo": "https://github.com/danosyrus/danosyrus.github.io",
+ "owner": {
+ "username": "danosyrus",
+ "email": "danosyrus@tuta.io",
+ "discord": "danosyrus"
+ },
+ "record": {
+ "CNAME": "danosyrus.github.io"
+ }
+}
diff --git a/domains/darkdevil.json b/domains/darkdevil.json
index fe9279857..43a8b34a8 100644
--- a/domains/darkdevil.json
+++ b/domains/darkdevil.json
@@ -13,7 +13,10 @@
"185.199.111.153",
"185.199.108.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/darshil.json b/domains/darshil.json
new file mode 100644
index 000000000..48ac072ab
--- /dev/null
+++ b/domains/darshil.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Darshil-154",
+ "email": "darshil6675@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/darvin.json b/domains/darvin.json
index 7a10fd7c4..e3154c0a4 100644
--- a/domains/darvin.json
+++ b/domains/darvin.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "darvingaba",
- "email": "darvingaba1@gmail.com"
- },
- "record": {
- "URL": "https://darvingaba.github.io/pfmain/"
- }
+ "owner": {
+ "username": "darvingaba",
+ "email": "darvingaba1@gmail.com"
+ },
+ "record": {
+ "URL": "https://darvingaba.github.io/pfmain/"
+ }
}
diff --git a/domains/darvingaba.json b/domains/darvingaba.json
index 0da3ec8df..e0fadb8a7 100644
--- a/domains/darvingaba.json
+++ b/domains/darvingaba.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "darvingaba",
- "email": "darvingaba1@gmail.com"
- },
- "record": {
- "URL": "https://pf-o64a.onrender.com/"
- }
+ "owner": {
+ "username": "darvingaba",
+ "email": "darvingaba1@gmail.com"
+ },
+ "record": {
+ "URL": "https://pf-o64a.onrender.com/"
+ }
}
diff --git a/domains/dash.stefdp.json b/domains/dash.stefdp.json
new file mode 100644
index 000000000..37f29b109
--- /dev/null
+++ b/domains/dash.stefdp.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "CNAME": "proxy.stefdp.is-a.dev"
+ }
+}
diff --git a/domains/dashboard.almaz.json b/domains/dashboard.almaz.json
index ecd87e11f..b73b812a6 100644
--- a/domains/dashboard.almaz.json
+++ b/domains/dashboard.almaz.json
@@ -6,8 +6,6 @@
"github_id": 132609906
},
"record": {
- "A": [
- "45.137.70.68"
- ]
+ "A": ["45.134.39.14"]
}
}
diff --git a/domains/dashboard.chiragnahata.json b/domains/dashboard.chiragnahata.json
new file mode 100644
index 000000000..726befd50
--- /dev/null
+++ b/domains/dashboard.chiragnahata.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/dasshark.json b/domains/dasshark.json
index 3c749dca8..a4486010e 100644
--- a/domains/dasshark.json
+++ b/domains/dasshark.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DasSharkk",
- "email": "dassharkk@proton.me"
- },
- "record": {
- "CNAME": "dasshark.dasshept.de"
- }
+ "owner": {
+ "username": "DasSharkk",
+ "email": "mail@julius.software"
+ },
+ "record": {
+ "CNAME": "julius.software"
+ }
}
diff --git a/domains/data.om.json b/domains/data.om.json
new file mode 100644
index 000000000..a55f3e7e8
--- /dev/null
+++ b/domains/data.om.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TerraPlayz",
+ "email": "omsenjalia+github@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/dave.json b/domains/dave.json
new file mode 100644
index 000000000..1eca59856
--- /dev/null
+++ b/domains/dave.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "davad00",
+ "email": "",
+ "discord": "1201678865093894234"
+ },
+
+ "record": {
+ "CNAME": "dave-lezt.onrender.com"
+ }
+ }
+
diff --git a/domains/davidbisky.json b/domains/davidbisky.json
new file mode 100644
index 000000000..0b12b7d9a
--- /dev/null
+++ b/domains/davidbisky.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "VitStudio",
+ "email": "richardvu12391@gmail.com"
+ },
+
+ "record": {
+ "A": ["198.45.114.194"]
+ }
+}
diff --git a/domains/dead.json b/domains/dead.json
new file mode 100644
index 000000000..ba1cb3eb3
--- /dev/null
+++ b/domains/dead.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "w8dead",
+ "email": "w8dead@proton.me"
+ },
+ "record": {
+ "URL": "https://www.instagram.com/w8dead/"
+ }
+}
diff --git a/domains/deadcode.json b/domains/deadcode.json
index 2af77acd1..0de06a26c 100644
--- a/domains/deadcode.json
+++ b/domains/deadcode.json
@@ -1,7 +1,11 @@
{
"owner": {
"username": "RichardKanshen",
- "email": "richard@kanshen.click"
+ "email": "richard@kanshen.click",
+ "twitter": "@kanskje0",
+ "discord": "kanshen.uwu",
+ "bluesky": "kanshen.click",
+ "telegram": "@richardkanskje"
},
"record": {
"CNAME": "deadcodegames.github.io"
diff --git a/domains/debaleena.json b/domains/debaleena.json
new file mode 100644
index 000000000..713a03111
--- /dev/null
+++ b/domains/debaleena.json
@@ -0,0 +1,12 @@
+{
+ "description": "host my portfolio.",
+ "repo": "https://github.com/Debaleena84/personal-portfolio-website",
+ "owner": {
+ "username": "Debaleena84",
+ "email": "des.debaleenabasu@gmail.com"
+ },
+ "record": {
+ "CNAME": "debaleena84.github.io"
+ }
+
+}
diff --git a/domains/debarchito.json b/domains/debarchito.json
new file mode 100644
index 000000000..c2fc1d9fa
--- /dev/null
+++ b/domains/debarchito.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "debarchito",
+ "email": "debarchitonath@gmail.com",
+ "discord": "739497344780992564"
+ },
+
+ "record": {
+ "CNAME": "debarchito.github.io"
+ }
+}
diff --git a/domains/debtlessflea.json b/domains/debtlessflea.json
new file mode 100644
index 000000000..2e963239c
--- /dev/null
+++ b/domains/debtlessflea.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DebtlessFlea",
+ "email": "citizen.caption020@passfwd.com"
+ },
+ "record": {
+ "CNAME": "debtlessflea.github.io"
+ }
+}
\ No newline at end of file
diff --git a/domains/decentparadox.json b/domains/decentparadox.json
index bc9fc4f78..9125c32f2 100644
--- a/domains/decentparadox.json
+++ b/domains/decentparadox.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "decentparadox",
- "email": "BackendBeast@gmail.com"
- },
- "record": {
- "CNAME": "personalweb-aiq.pages.dev"
- }
+ "owner": {
+ "username": "decentparadox",
+ "email": "BackendBeast@gmail.com"
+ },
+ "record": {
+ "CNAME": "personalweb-aiq.pages.dev"
+ }
}
diff --git a/domains/declan.json b/domains/declan.json
new file mode 100644
index 000000000..d567bc965
--- /dev/null
+++ b/domains/declan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "declanwn",
+ "email": "declanwnickerson@gmail.com"
+ },
+ "record": {
+ "A": ["67.246.110.110"]
+ }
+}
diff --git a/domains/deepesh.json b/domains/deepesh.json
new file mode 100644
index 000000000..f57c250d9
--- /dev/null
+++ b/domains/deepesh.json
@@ -0,0 +1,11 @@
+{
+ "description": "Use for portfolio.",
+ "repo": "https://github.com/DeepeshXCodes/deepeshxcodes.github.io",
+ "owner": {
+ "username": "DeepeshXCodes",
+ "email": "deepesh.chakravartii@gmail.com"
+ },
+ "record": {
+ "CNAME": "deepeshxcodes.github.io"
+ }
+}
diff --git a/domains/deepraj.json b/domains/deepraj.json
new file mode 100644
index 000000000..62cf1114d
--- /dev/null
+++ b/domains/deepraj.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "deepraj21",
+ "email": "deepraj21.bera@gmail.com"
+ },
+ "record": {
+ "CNAME": "deepraj21.github.io"
+ }
+}
diff --git a/domains/deko.json b/domains/deko.json
index 26ba21351..7f1fe005d 100644
--- a/domains/deko.json
+++ b/domains/deko.json
@@ -4,8 +4,6 @@
"email": "u8k50850@gmail.com"
},
"record": {
- "URL": "https://ukrioo.github.io",
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ "URL": "https://ukrioo.github.io"
}
}
diff --git a/domains/delta.json b/domains/delta.json
index 0a80befd9..5be00badd 100644
--- a/domains/delta.json
+++ b/domains/delta.json
@@ -1,12 +1,12 @@
{
- "description": "Delta's personal website using Github Pages",
- "repo": "https://github.com/protogendelta/protogendelta.github.io",
+ "description": "Leo's personal website using Github Pages",
+ "repo": "https://github.com/leocatsune/leocatsune.github.io",
"owner": {
- "username": "ProtogenDelta",
+ "username": "LeoCatsune",
"email": "",
- "twitter": "TheDeltaProto"
+ "twitter": "LeoCatsune"
},
"record": {
- "CNAME": "protogendelta.github.io"
+ "CNAME": "leocatsune.github.io"
}
}
diff --git a/domains/demo.mcstatus.json b/domains/demo.mcstatus.json
new file mode 100644
index 000000000..6a7b11a15
--- /dev/null
+++ b/domains/demo.mcstatus.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "EducatedSuddenBucket",
+ "email": "educatedsuddenbucket@gmail.com"
+ },
+ "record": {
+ "CNAME": "bff5bd034c7fbbeafaaf626f505c8cc5.ipv4.tcpshield.com"
+ }
+}
diff --git a/domains/demonitize.json b/domains/demonitize.json
index e6750f917..6f005c4e4 100644
--- a/domains/demonitize.json
+++ b/domains/demonitize.json
@@ -4,13 +4,16 @@
"email": "",
"twitter": "demonitized_boi",
"twitch": "demonitized_boi",
- "discord": "DEMONITIZED BOI#6969"
+ "discord": "demonitize"
},
"description": "Probably will use this to redirect to GitHub, because custom domain look cool",
"repo": "https://github.com/demonitize",
"record": {
"URL": "https://github.com/demonitize",
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "dh=09350922b05d5a2bcc4a3b4b16c9ef4c0deecb79 v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/denboy0123.json b/domains/denboy0123.json
new file mode 100644
index 000000000..46dc74d46
--- /dev/null
+++ b/domains/denboy0123.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "denboy0123",
+ "email": "pochtaproverka01@gmail.com"
+ },
+ "record": {
+ "URL": "https://t.me/s/denboy0123"
+ }
+}
diff --git a/domains/desiredesign.json b/domains/desiredesign.json
new file mode 100644
index 000000000..91c68269c
--- /dev/null
+++ b/domains/desiredesign.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Gh053d413x",
+ "email": "ghostedalex@gmail.com"
+ },
+ "record": {
+ "URL": "https://sites.google.com/view/desiredesign"
+ }
+}
diff --git a/domains/dev.acronical.json b/domains/dev.acronical.json
new file mode 100644
index 000000000..160a0a613
--- /dev/null
+++ b/domains/dev.acronical.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AcronicalYT",
+ "email": "acronicalbusiness@gmail.com"
+ },
+ "record": {
+ "CNAME": "dev.acronical.pages.dev"
+ }
+}
diff --git a/domains/dev.charlesbird.json b/domains/dev.charlesbird.json
new file mode 100644
index 000000000..2b232ffcd
--- /dev/null
+++ b/domains/dev.charlesbird.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "UntoldGam",
+ "email": "charlessbird+github@outlook.com"
+ },
+ "record": {
+ "CNAME": "dev.charlesobird.pages.dev"
+ }
+}
diff --git a/domains/dev.wilbur.json b/domains/dev.wilbur.json
new file mode 100644
index 000000000..37ccb0959
--- /dev/null
+++ b/domains/dev.wilbur.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ThisCatLikesCrypto",
+ "email": "contact@wilburwilliams.uk"
+ },
+ "record": {
+ "CNAME": "dev.ww-projects.pages.dev"
+ }
+}
diff --git a/domains/dev10us.json b/domains/dev10us.json
new file mode 100644
index 000000000..3f45376ae
--- /dev/null
+++ b/domains/dev10us.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal Portfolio Site",
+ "repo": "https://dev10us1ty.github.io",
+ "owner": {
+ "username": "melonmasteristaken",
+ "email": "melonmasteristaken@gmail.com"
+ },
+ "record": {
+ "CNAME": "dev10us1ty.github.io"
+ }
+}
diff --git a/domains/deva.json b/domains/deva.json
index b5f86d518..0a06c85f4 100644
--- a/domains/deva.json
+++ b/domains/deva.json
@@ -5,7 +5,10 @@
"email": "devamidhun.3c.kmbvm@gmail.com"
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/devansh.json b/domains/devansh.json
new file mode 100644
index 000000000..288c4c417
--- /dev/null
+++ b/domains/devansh.json
@@ -0,0 +1,12 @@
+{
+ "description": "portfolio",
+ "repo": "https://github.com/devanshyadav2010/register",
+ "owner": {
+ "username": "dev8adam",
+ "email": "dev8adam576@gmail.com",
+ "twitter": "devanshyadav"
+ },
+ "record": {
+ "CNAME": "devanshyadav2010.github.io"
+ }
+}
diff --git a/domains/devbrainless.json b/domains/devbrainless.json
index b92469b63..5a319d07f 100644
--- a/domains/devbrainless.json
+++ b/domains/devbrainless.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Badless",
- "email": "karolczeeek@gmail.com"
- },
- "record": {
- "CNAME": "badless.github.io"
- }
+ "owner": {
+ "username": "Badless",
+ "email": "karolczeeek@gmail.com"
+ },
+ "record": {
+ "CNAME": "badless.github.io"
+ }
}
diff --git a/domains/devbx.json b/domains/devbx.json
new file mode 100644
index 000000000..9c921ebc9
--- /dev/null
+++ b/domains/devbx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "devbx",
+ "email": "pangys0306@hotmail.com"
+ },
+ "record": {
+ "CNAME": "devbx.github.io"
+ }
+}
diff --git a/domains/devendra.json b/domains/devendra.json
index 86632b532..93c05e163 100644
--- a/domains/devendra.json
+++ b/domains/devendra.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "devendrakanojiya",
- "email": "s_36100@bkbirlacollegekalyan.com"
- },
- "record": {
- "CNAME": "xplorehow.in"
- }
+ "owner": {
+ "username": "devendrakanojiya",
+ "email": "s_36100@bkbirlacollegekalyan.com"
+ },
+ "record": {
+ "CNAME": "devendrakanojiya.github.io"
+ }
}
diff --git a/domains/devlori.json b/domains/devlori.json
new file mode 100644
index 000000000..6225cf861
--- /dev/null
+++ b/domains/devlori.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "evefind",
+ "email": "fivemgtarp50@gmail.com"
+ },
+ "record": {
+ "CNAME": "evefind.github.io"
+ }
+}
diff --git a/domains/devvault.json b/domains/devvault.json
new file mode 100644
index 000000000..fd8c87242
--- /dev/null
+++ b/domains/devvault.json
@@ -0,0 +1,11 @@
+{
+ "description": "Link for DevVault personal site on GitHub pages",
+ "repo": "https://github.com/DevVault/devvault.github.io",
+ "owner": {
+ "username": "DevVault",
+ "email": "admin@devvault.ru"
+ },
+ "record": {
+ "CNAME": "devvault.github.io"
+ }
+}
diff --git a/domains/dexo.json b/domains/dexo.json
index dd1b4b74c..a97675642 100644
--- a/domains/dexo.json
+++ b/domains/dexo.json
@@ -4,7 +4,10 @@
"email": "dexo1337@pm.me"
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/dg23w6xwjtee.json b/domains/dg23w6xwjtee.json
new file mode 100644
index 000000000..a04a530ae
--- /dev/null
+++ b/domains/dg23w6xwjtee.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "kleeiny",
+ "email": "kleeinlmao@gmail.com",
+ "discord": "763581985410121769"
+ },
+
+ "record": {
+ "CNAME": "gv-q6wjma7mpehvc2.dv.googlehosted.com"
+ }
+}
diff --git a/domains/dhananjaypatil.json b/domains/dhananjaypatil.json
new file mode 100644
index 000000000..9f5692cab
--- /dev/null
+++ b/domains/dhananjaypatil.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "dhananjay8",
+ "email": "dhananjay.pict@gmail.com"
+ },
+ "record": {
+ "CNAME": "dhananjay8.github.io"
+ }
+}
diff --git a/domains/dhilipan.json b/domains/dhilipan.json
new file mode 100644
index 000000000..d98067d07
--- /dev/null
+++ b/domains/dhilipan.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "MysticalPvE",
+ "email": "",
+ "discord": "1229782675678826496",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.WPtn_SlHtmPez8jjftkfl-CgWWn-ZYC-SyRJsyxLt-Gn_aEyTjQCgENyWvEpCzShxRpsqd5Np_gpkW8UM1-1MhIm1LjkGB50Aw_DMZK-gZS5KsWEXG8mclQXpIbcBVzI-HlRtHXicgDs-t7TcdL1qefMiisKwedNEUz9UvBxHFoNuA9E37cNrl5Y5j8Cf2E2x3D7eK2FxA3WvKXaMTRj40pitxwXxOGJqFqiv5QFehiIp_0pwtsjlWXm792LsePHIOKONeFy1p6v7HJgUx3WZKI4-5FADx9XqD3s6pS9jC8gOFqL4zllEE5cLVOz1Fy27tQrMn4B_b7qn5UxO1kBYA.ekzBd4v9e5MKBuUB-08ILg.qLhRJw9HYeu7ifjuRQfOUYdplsU6goAZRwazKk8fnW9FU1N6zxPg_2FjU4yoIki6PHZUrb-I5Bwt8FrX6G-3-M3uBQspwQLb5YdUDU-qJQY.KTelr2g7MJZ-b4qOxnJv2A"
+ },
+ "record": {
+ "A": ["75.2.60.5"],
+ "TXT": ["1d2d287e._improvmx", "1d2d287e105c411381a3e4c3b8909c44"]
+ }
+}
diff --git a/domains/dhruvakalur.json b/domains/dhruvakalur.json
new file mode 100644
index 000000000..ab5e622cc
--- /dev/null
+++ b/domains/dhruvakalur.json
@@ -0,0 +1,14 @@
+{
+ "description": "My Personal EMAIL",
+ "owner": {
+ "username": "dhruvakalur",
+ "email": "dhruvakalur9@gmail.com"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/dhruvil.json b/domains/dhruvil.json
index 05e433f17..19a961690 100644
--- a/domains/dhruvil.json
+++ b/domains/dhruvil.json
@@ -12,7 +12,10 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/dhruvilprajapati.json b/domains/dhruvilprajapati.json
new file mode 100644
index 000000000..ef9f87d7b
--- /dev/null
+++ b/domains/dhruvilprajapati.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Dhruvil2511",
+ "email": "dhruvilprajapati2003@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/dhruvil2511"
+ }
+}
diff --git a/domains/dhyy.json b/domains/dhyy.json
new file mode 100644
index 000000000..d9000f92a
--- /dev/null
+++ b/domains/dhyy.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "Dcashter",
+ "email": "tinggiisky1@gmail.com"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/diary.akshtt.json b/domains/diary.akshtt.json
deleted file mode 100644
index d55e38eee..000000000
--- a/domains/diary.akshtt.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "LegendOP1041",
- "email": "maillegendop@gmail.com",
- "discord": "1056531806763102218"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
- }
-
\ No newline at end of file
diff --git a/domains/digidenone.json b/domains/digidenone.json
new file mode 100644
index 000000000..f47a8711d
--- /dev/null
+++ b/domains/digidenone.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "digidenone",
+ "email": "digidenone@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/dijisx.json b/domains/dijisx.json
new file mode 100644
index 000000000..736ccd175
--- /dev/null
+++ b/domains/dijisx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sxinar",
+ "email": "oshidev@proton.me"
+ },
+ "record": {
+ "CNAME": "sx.digitalpress.blog"
+ }
+}
diff --git a/domains/dimtsagk.json b/domains/dimtsagk.json
new file mode 100644
index 000000000..f75951bd5
--- /dev/null
+++ b/domains/dimtsagk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "dimtsagk",
+ "email": "dimtsagk93@gmail.com"
+ },
+ "record": {
+ "CNAME": "dimtsagk.go.yo.fr"
+ }
+}
diff --git a/domains/discdefender.json b/domains/discdefender.json
index 5829769d5..825461c1d 100644
--- a/domains/discdefender.json
+++ b/domains/discdefender.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "GMR828",
- "email": "gmr828@null.net"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
+ "owner": {
+ "username": "GMR828",
+ "email": "gmr828@null.net"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
}
diff --git a/domains/discord.json b/domains/discord.json
deleted file mode 100644
index 9e6b5e8f5..000000000
--- a/domains/discord.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev",
- "email": ""
- },
- "record": {
- "URL": "https://discord.gg/PZCGHz4RhQ"
- }
-}
diff --git a/domains/discusser.json b/domains/discusser.json
index a4694ae64..d74b3a325 100644
--- a/domains/discusser.json
+++ b/domains/discusser.json
@@ -1,11 +1,11 @@
{
- "description": "Hosts Discusser's personal website",
- "repo": "https://github.com/Discusser/discusser.github.io",
- "owner": {
- "username": "Discusser",
- "email": "noobly321growing@gmail.com"
- },
- "record": {
- "CNAME": "discusser.github.io"
- }
-}
+ "description": "Hosts Discusser's personal website",
+ "repo": "https://github.com/Discusser/discusser.github.io",
+ "owner": {
+ "username": "Discusser",
+ "email": "noobly321growing@gmail.com"
+ },
+ "record": {
+ "CNAME": "discusser.github.io"
+ }
+}
diff --git a/domains/dishery.json b/domains/dishery.json
new file mode 100644
index 000000000..d4f17e492
--- /dev/null
+++ b/domains/dishery.json
@@ -0,0 +1,18 @@
+{
+ "owner": {
+ "username": "legofanlovessayori",
+ "email": "",
+ "discord": "805708874178625546"
+ },
+ "record": {
+ "TXT": [
+ "protonmail-verification=4673bc02c41c5ac6445e15835074759576e78e3d",
+ "v=spf1 include:_spf.protonmail.ch ~all",
+ "v=DMARC1; p=quarantine"
+ ],
+ "MX": [
+ "mail.protonmail.ch",
+ "mailsec.protonmail.ch"
+ ]
+ }
+}
diff --git a/domains/divyanshudhruv.json b/domains/divyanshudhruv.json
index 5cedd69c2..ec15dcb29 100644
--- a/domains/divyanshudhruv.json
+++ b/domains/divyanshudhruv.json
@@ -1,11 +1,11 @@
{
- "description": "Its just my portfolio :)",
- "repo": "https://github.com/divyanshudhruv/divyanshudhruv.github.io",
- "owner": {
- "username": "divyanshudhruv",
- "email": "divyanshudhruv24@gmail.com"
- },
- "record": {
- "CNAME": "divyanshudhruv.github.io"
- }
-}
+ "description": "Its just my portfolio :)",
+ "repo": "https://github.com/divyanshudhruv/divyanshudhruv.github.io",
+ "owner": {
+ "username": "divyanshudhruv",
+ "email": "divyanshudhruv24@gmail.com"
+ },
+ "record": {
+ "CNAME": "divyanshudhruv.github.io"
+ }
+}
diff --git a/domains/django.json b/domains/django.json
new file mode 100644
index 000000000..46c5ab61d
--- /dev/null
+++ b/domains/django.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mediaformat",
+ "email": "mediaformat.ux@gmail.com"
+ },
+ "record": {
+ "CNAME": "mediaformat.github.io"
+ }
+}
diff --git a/domains/dk.json b/domains/dk.json
new file mode 100644
index 000000000..059d8de2c
--- /dev/null
+++ b/domains/dk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zurlyy",
+ "email": "d@zurly.me"
+ },
+ "record": {
+ "A": ["76.76.21.21"]
+ }
+}
diff --git a/domains/dmr.json b/domains/dmr.json
new file mode 100644
index 000000000..fb13c7959
--- /dev/null
+++ b/domains/dmr.json
@@ -0,0 +1,10 @@
+{
+ "description": "dmr.is-a.dev",
+ "owner": {
+ "username": "dmr-93",
+ "email": "demisrosseti@gmail.com"
+ },
+ "record": {
+ "URL": "https://040ff340db5c97c3ab74202ea081dd80.serveo.net"
+ }
+}
diff --git a/domains/do-gia-huy.json b/domains/do-gia-huy.json
index 89f36ba86..c1a8d78d0 100644
--- a/domains/do-gia-huy.json
+++ b/domains/do-gia-huy.json
@@ -4,7 +4,12 @@
"email": "quyendongho238@Gmail.com"
},
"record": {
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
- "TXT": ["forward-email=quyendongho238@gmail.com"]
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
+ "TXT": [
+ "forward-email=quyendongho238@gmail.com"
+ ]
}
}
diff --git a/domains/dockge.stefdp.json b/domains/dockge.stefdp.json
new file mode 100644
index 000000000..e2b559f3c
--- /dev/null
+++ b/domains/dockge.stefdp.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229",
+ "github_id": 81536172
+ },
+ "record": {
+ "CNAME": "proxy.stefdp.is-a.dev"
+ }
+}
diff --git a/domains/docs.6.json b/domains/docs.6.json
new file mode 100644
index 000000000..883e0729d
--- /dev/null
+++ b/domains/docs.6.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shockbs",
+ "email": "apipherng@gmail.com"
+ },
+ "record": {
+ "URL": "https://docs.shockbs.is-a.dev/"
+ }
+}
diff --git a/domains/docs.akshtt.json b/domains/docs.akshtt.json
deleted file mode 100644
index d55e38eee..000000000
--- a/domains/docs.akshtt.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "LegendOP1041",
- "email": "maillegendop@gmail.com",
- "discord": "1056531806763102218"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
- }
-
\ No newline at end of file
diff --git a/domains/docs.shockbs.json b/domains/docs.shockbs.json
new file mode 100644
index 000000000..874b42c4a
--- /dev/null
+++ b/domains/docs.shockbs.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "shockbs",
+ "email": "apipherng@gmail.com"
+ },
+ "record": {
+ "CNAME": "documentationggffddjussdddgghhirrdssh6dd.onrender.com" }
+}
diff --git a/domains/docs.stefdp.json b/domains/docs.stefdp.json
index b53062e84..37f29b109 100644
--- a/domains/docs.stefdp.json
+++ b/domains/docs.stefdp.json
@@ -5,6 +5,6 @@
"discord": "694986201739952229"
},
"record": {
- "CNAME": "c2d298f98c-hosting.gitbook.io"
+ "CNAME": "proxy.stefdp.is-a.dev"
}
}
diff --git a/domains/docs.trung.json b/domains/docs.trung.json
index 3a89a7d1e..cd80e37cc 100644
--- a/domains/docs.trung.json
+++ b/domains/docs.trung.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "vuthanhtrung2010",
- "email": "vuthanhtrungsuper@gmail.com"
- },
- "record": {
- "CNAME": "c40e958615-hosting.gitbook.io"
- }
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "CNAME": "c40e958615-hosting.gitbook.io"
+ }
}
diff --git a/domains/dog.json b/domains/dog.json
new file mode 100644
index 000000000..1a06bbbaf
--- /dev/null
+++ b/domains/dog.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "yunexiz",
+ "discord": "1040303561847881729",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "yunexiz.github.io"
+ }
+}
diff --git a/domains/dogesploit.json b/domains/dogesploit.json
new file mode 100644
index 000000000..88bfbf2ab
--- /dev/null
+++ b/domains/dogesploit.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Zumwaltboi68",
+ "email": "alexander662022@outlook.com"
+ },
+ "record": {
+ "URL": "https://velocity-v2.dogesploit.byethost15.com/"
+ }
+}
diff --git a/domains/dogs.json b/domains/dogs.json
new file mode 100644
index 000000000..42168e22b
--- /dev/null
+++ b/domains/dogs.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "yunexiz",
+ "discord": "1040303561847881729",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "dog-images.pages.dev"
+ }
+}
diff --git a/domains/dohyun.json b/domains/dohyun.json
index bd6821c81..69cc5820b 100644
--- a/domains/dohyun.json
+++ b/domains/dohyun.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "dohyun-ko",
- "email": "dohyun682@gmail.com"
- },
- "record": {
- "CNAME": "dohyun-ko.github.io"
- }
+ "owner": {
+ "username": "dohyun-ko",
+ "email": "dohyun682@gmail.com"
+ },
+ "record": {
+ "CNAME": "dohyun-ko.github.io"
+ }
}
diff --git a/domains/domb.json b/domains/domb.json
new file mode 100644
index 000000000..2be518ba9
--- /dev/null
+++ b/domains/domb.json
@@ -0,0 +1,11 @@
+{
+ "description": "to be able to use .is-a.dev domain",
+ "repo": "https://smailiukas.github.io/",
+ "owner": {
+ "username": "smailiukas",
+ "email": "domantas.bulotas@gmail.com"
+ },
+ "record": {
+ "CNAME": "smailiukas.github.io"
+ }
+}
diff --git a/domains/dominicbrauer.json b/domains/dominicbrauer.json
new file mode 100644
index 000000000..0851905e1
--- /dev/null
+++ b/domains/dominicbrauer.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "DominicBrauer",
+ "email": "dominicbrauer06@gmail.com"
+ },
+ "record": {
+ "A": ["185.245.61.41"]
+ }
+}
diff --git a/domains/door.json b/domains/door.json
new file mode 100644
index 000000000..81b85c8c9
--- /dev/null
+++ b/domains/door.json
@@ -0,0 +1,15 @@
+{
+ "description": "A fun meme site :0 (as of entering of this domain, it hasn't been published yet).",
+ "owner": {
+ "username": "theNeighbourNextDoor",
+ "email": "theNeighbourNextDoor@ukrio.is-a.dev"
+ },
+ "record": {
+ "URL": "https://theneighbournextdoor.github.io/",
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
+ "TXT": "forward-email=u8k50850@gmail.com"
+ }
+}
diff --git a/domains/drago-cuven.json b/domains/drago-cuven.json
new file mode 100644
index 000000000..2ada7533a
--- /dev/null
+++ b/domains/drago-cuven.json
@@ -0,0 +1,12 @@
+{
+ "description": "a site for Drago Cuven's general content",
+ "repo": "https://github.com/Drago-Cuven/drago-cuven.github.io",
+ "owner": {
+ "username": "Drago-Cuven",
+ "email": "MartinelplayzYT@gmail.com",
+ "twitter": "@mbcbgd"
+ },
+ "record": {
+ "CNAME": "Drago-Cuven.github.io"
+ }
+}
diff --git a/domains/drakeknight.json b/domains/drakeknight.json
new file mode 100644
index 000000000..d03b6d5b4
--- /dev/null
+++ b/domains/drakeknight.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Drake-knight",
+ "email": "jakharvishalv@gmail.com"
+ },
+ "record": {
+ "CNAME": "lbonb42y.up.railway.app"
+ }
+}
diff --git a/domains/dreni.json b/domains/dreni.json
index df998281a..f69b5dca3 100644
--- a/domains/dreni.json
+++ b/domains/dreni.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "drenxhyliqi",
- "email": "drenxhyliqi3@gmail.com"
- },
- "record": {
- "URL": "https://drenxhyliqi.netlify.app/"
- }
+ "owner": {
+ "username": "drenxhyliqi",
+ "email": "drenxhyliqi3@gmail.com"
+ },
+ "record": {
+ "URL": "https://drenxhyliqi.netlify.app/"
+ }
}
diff --git a/domains/drenxhyliqi.json b/domains/drenxhyliqi.json
new file mode 100644
index 000000000..bcec09ba0
--- /dev/null
+++ b/domains/drenxhyliqi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "drenxhyliqi",
+ "email": "drenxhyliqi3@gmail.com"
+ },
+ "record": {
+ "URL": "https://drenxhyliqi.site/"
+ }
+}
diff --git a/domains/dresan.json b/domains/dresan.json
new file mode 100644
index 000000000..c67dd494e
--- /dev/null
+++ b/domains/dresan.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal website",
+ "repo": "https://github.com/dresandev/dresandev.github.io",
+ "owner": {
+ "username": "dresandev",
+ "email": "dresan.dev@gmail.com",
+ "twitter": "dresandev"
+ },
+ "record": {
+ "CNAME": "dresandev.github.io"
+ }
+}
diff --git a/domains/drian.json b/domains/drian.json
index f5fbf8259..5d687123a 100644
--- a/domains/drian.json
+++ b/domains/drian.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Luiso9",
- "email": "muhandreop@gmail.com"
- },
- "record": {
- "CNAME": "luiso9.github.io"
- }
+ "owner": {
+ "username": "Luiso9",
+ "email": "muhandreop@gmail.com"
+ },
+ "record": {
+ "CNAME": "luiso9.github.io"
+ }
}
diff --git a/domains/dscbmr.json b/domains/dscbmr.json
new file mode 100644
index 000000000..25a2fb441
--- /dev/null
+++ b/domains/dscbmr.json
@@ -0,0 +1,12 @@
+{
+ "description": "Profile card",
+ "repo": "https://srpvt.github.io/DSCBMR",
+ "owner": {
+ "username": "SRPVT",
+ "email": "syedrayangames@gmail.com",
+ "Discord": "乃爪尺𓆩♕𓆪"
+ },
+ "record": {
+ "CNAME": "srpvt.github.io"
+ }
+}
diff --git a/domains/duck.json b/domains/duck.json
index 2ccc393ff..38cb2521a 100644
--- a/domains/duck.json
+++ b/domains/duck.json
@@ -1,9 +1,9 @@
{
"owner": {
"username": "ServerDeveloper9447",
- "email": "craftblurdiscord@gmail.com"
+ "email": "serverdeveloper@duck.com"
},
"record": {
- "CNAME": "glitch.edgeapp.net"
+ "CNAME": "serverdeveloper9447.github.io"
}
}
diff --git a/domains/dumo.json b/domains/dumo.json
new file mode 100644
index 000000000..d836d8c12
--- /dev/null
+++ b/domains/dumo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "thepython555",
+ "email": "k0n52uuu@duck.com"
+ },
+ "record": {
+ "CNAME": "thepython555.github.io"
+ }
+}
diff --git a/domains/durov.json b/domains/durov.json
index 4e6029358..94290eebc 100644
--- a/domains/durov.json
+++ b/domains/durov.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "BobleGun",
- "email": "dobroq1954@gmail.com"
- },
- "record": {
- "CNAME": "a0913910.xsph.ru"
- }
+ "owner": {
+ "username": "BobleGun",
+ "email": "dobroq1954@gmail.com"
+ },
+ "record": {
+ "CNAME": "a0913910.xsph.ru"
+ }
}
diff --git a/domains/dushmanta.json b/domains/dushmanta.json
new file mode 100644
index 000000000..ac23ed6e1
--- /dev/null
+++ b/domains/dushmanta.json
@@ -0,0 +1,12 @@
+{
+ "description": "Portfolio",
+ "repo": "https://github.com/dushmanta05/dushmanta05.github.io",
+ "owner": {
+ "username": "dushmanta05",
+ "email": "dushbehera05@gmail.com",
+ "twitter": "dushmanta05"
+ },
+ "record": {
+ "CNAME": "dushmanta05.github.io"
+ }
+}
diff --git a/domains/dust0n.json b/domains/dust0n.json
index 20c80d1e8..bb1a73181 100644
--- a/domains/dust0n.json
+++ b/domains/dust0n.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "itsdust0n",
- "email": "contact@dust0n.ru"
- },
+ "owner": {
+ "username": "itsdust0n",
+ "email": "contact@dust0n.ru"
+ },
- "record": {
- "A": ["89.208.104.177"]
- }
+ "record": {
+ "A": ["89.208.104.177"]
+ }
}
diff --git a/domains/duyhung.json b/domains/duyhung.json
index a7342b89b..05736e1f2 100644
--- a/domains/duyhung.json
+++ b/domains/duyhung.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "hungwt",
- "email": "hungwt334@gmail.com"
- },
- "record": {
- "A": ["31.186.83.254"]
- }
+ "owner": {
+ "username": "hungwt",
+ "email": "hungwt334@gmail.com"
+ },
+ "record": {
+ "A": ["31.186.83.254"]
+ }
}
diff --git a/domains/duyquang.json b/domains/duyquang.json
new file mode 100644
index 000000000..fb833a2f7
--- /dev/null
+++ b/domains/duyquang.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lequang0911",
+ "email": "lequang.99@outlook.com"
+ },
+ "record": {
+ "A": ["103.97.126.23"]
+ }
+}
diff --git a/domains/duzo.json b/domains/duzo.json
index 65f918082..ce7022753 100644
--- a/domains/duzo.json
+++ b/domains/duzo.json
@@ -1,11 +1,11 @@
{
- "description": "For Duzo's website",
- "repo": "https://github.com/Duzos/duzos.github.io",
- "owner": {
- "username": "Duzos",
- "email": "73184526+Duzos@users.noreply.github.com"
- },
- "record": {
- "CNAME": "duzos.github.io"
- }
-}
+ "description": "For Duzo's website",
+ "repo": "https://github.com/Duzos/duzos.github.io",
+ "owner": {
+ "username": "Duzos",
+ "email": "73184526+Duzos@users.noreply.github.com"
+ },
+ "record": {
+ "CNAME": "duzos.github.io"
+ }
+}
diff --git a/domains/dwigoric.json b/domains/dwigoric.json
new file mode 100644
index 000000000..9dc355fcd
--- /dev/null
+++ b/domains/dwigoric.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Dwigoric",
+ "email": "",
+ "discord": "295391820744228867"
+ },
+ "record": {
+ "CNAME": "dwigoric.pages.dev"
+ }
+}
diff --git a/domains/dylanjtholen.json b/domains/dylanjtholen.json
new file mode 100644
index 000000000..fbcb63e9f
--- /dev/null
+++ b/domains/dylanjtholen.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "dylanjtholen",
+ "email": "dylanjtholen@gmail.com"
+ },
+ "record": {
+ "CNAME": "dylanjtholen.github.io"
+ }
+}
diff --git a/domains/dylanmarsili.json b/domains/dylanmarsili.json
index b91790482..3862e510b 100644
--- a/domains/dylanmarsili.json
+++ b/domains/dylanmarsili.json
@@ -1,12 +1,11 @@
{
- "owner": {
- "username": "Dylan-Marsili",
- "email": "marsilidylan@gmail.com",
- "discord": "721840611174383780"
- },
-
- "record": {
- "CNAME": "dylan-marsili.github.io"
- }
- }
-
\ No newline at end of file
+ "owner": {
+ "username": "Dylan-Marsili",
+ "email": "marsilidylan@gmail.com",
+ "discord": "721840611174383780"
+ },
+
+ "record": {
+ "CNAME": "dylan-marsili.github.io"
+ }
+}
diff --git a/domains/e.json b/domains/e.json
new file mode 100644
index 000000000..91f2b142a
--- /dev/null
+++ b/domains/e.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "KennySB-dev",
+ "email": "",
+ "discord": "681811851428102145"
+ },
+
+ "record": {
+ "CNAME": "kennysb.xyz"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/easynebula.json b/domains/easynebula.json
new file mode 100644
index 000000000..1aaf4d9c3
--- /dev/null
+++ b/domains/easynebula.json
@@ -0,0 +1,12 @@
+{
+ "description": "Links to the github page which displays a README file",
+ "repo": "https://github.com/EasyNebula/EasyNebula",
+ "owner": {
+ "username": "EasyNebula",
+ "email": "geographicalfacts16@gmail.com",
+ "twitter": "@easynebula"
+ },
+ "record": {
+ "CNAME": "easynebula.github.io"
+ }
+}
diff --git a/domains/echo-des-luttes.json b/domains/echo-des-luttes.json
new file mode 100644
index 000000000..9ad4f3f22
--- /dev/null
+++ b/domains/echo-des-luttes.json
@@ -0,0 +1,10 @@
+{
+ "description": "Website in development for a non-profit organization",
+ "owner": {
+ "username": "gills",
+ "email": "gigi37300@gmail.com"
+ },
+ "record": {
+ "CNAME": "echo-des-luttes.qevi7356.odns.fr"
+ }
+}
diff --git a/domains/ecoplayer07.json b/domains/ecoplayer07.json
new file mode 100644
index 000000000..58160d6ac
--- /dev/null
+++ b/domains/ecoplayer07.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ecoplayer07",
+ "email": "kareemehab910@gmail.com"
+ },
+ "record": {
+ "CNAME": "ecoplayer07.github.io"
+ }
+}
diff --git a/domains/ecstaticsoul.json b/domains/ecstaticsoul.json
new file mode 100644
index 000000000..d268d9fa3
--- /dev/null
+++ b/domains/ecstaticsoul.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ecstaticsoul",
+ "email": "soulfulkrishna@gmail.com"
+ },
+ "record": {
+ "CNAME": "ecstaticsoul.github.io"
+ }
+}
diff --git a/domains/edjva.json b/domains/edjva.json
index 4d850a52a..e6925c7ad 100644
--- a/domains/edjva.json
+++ b/domains/edjva.json
@@ -4,7 +4,10 @@
"email": "skobl.kodpt.1@gmail.com"
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/educatedsuddenbucket.json b/domains/educatedsuddenbucket.json
new file mode 100644
index 000000000..200cf4653
--- /dev/null
+++ b/domains/educatedsuddenbucket.json
@@ -0,0 +1,22 @@
+{
+ "owner": {
+ "username": "EducatedSuddenBucket",
+ "email": "educatedsuddenbucket@gmail.com"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "TXT": [
+ "google-site-verification=hS8B2hSz-rNk6gLRnwaZjxuJE9rCLU_25X65JsLEczE",
+ "v=spf1 include:spf.improvmx.com ~all"
+ ],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ]
+ }
+}
diff --git a/domains/edwardsnowden.json b/domains/edwardsnowden.json
new file mode 100644
index 000000000..2f8c2cd17
--- /dev/null
+++ b/domains/edwardsnowden.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "satoshi-prefers-monero",
+ "email": "satoshinakamoto@tuta.com"
+ },
+ "record": {
+ "URL": "https://stephencastelphoto.com"
+ }
+}
diff --git a/domains/edwin-lh.json b/domains/edwin-lh.json
new file mode 100644
index 000000000..322c8a940
--- /dev/null
+++ b/domains/edwin-lh.json
@@ -0,0 +1,12 @@
+{
+ "description": "Custom github pages domain",
+ "repo": "https://github.com/ezerinz/ezerinz.github.io",
+ "owner": {
+ "username": "ezerinz",
+ "email": "edwinnnzx@gmail.com",
+ "twitter": "@Ezerinz"
+ },
+ "record": {
+ "CNAME": "ezerinz.github.io"
+ }
+}
diff --git a/domains/effex.json b/domains/effex.json
index 3fd801923..74098082d 100644
--- a/domains/effex.json
+++ b/domains/effex.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "noteffex",
- "email": "effex.wtf@gmail.com"
- },
- "record": {
- "URL": "https://github.com/noteffex"
- }
+ "owner": {
+ "username": "noteffex",
+ "email": "effex.wtf@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/noteffex"
+ }
}
diff --git a/domains/egyxo.json b/domains/egyxo.json
new file mode 100644
index 000000000..97ca09e3f
--- /dev/null
+++ b/domains/egyxo.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "7oda-mo",
+ "email": "esl2my@gmail.com",
+ "discord": "1016128744819265618"
+ },
+
+ "record": {
+ "CNAME": "7oda-mo.github.io"
+ }
+}
diff --git a/domains/ehsan.json b/domains/ehsan.json
index 51d800cd3..333087917 100644
--- a/domains/ehsan.json
+++ b/domains/ehsan.json
@@ -4,8 +4,6 @@
"email": "mu23172@gmail.com"
},
"record": {
- "A": ["8.219.148.143"],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ "A": ["8.219.148.143"]
}
}
diff --git a/domains/elbenja.json b/domains/elbenja.json
index 4ecd1e99e..3b59b53bd 100644
--- a/domains/elbenja.json
+++ b/domains/elbenja.json
@@ -6,7 +6,10 @@
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/eldzey.json b/domains/eldzey.json
new file mode 100644
index 000000000..28916e817
--- /dev/null
+++ b/domains/eldzey.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "elefantapan",
+ "email": "alxalien@proton.me",
+ "discord": "697408753288478742"
+ },
+
+ "record": {
+ "CNAME": "elefantapan.github.io"
+ }
+ }
+
diff --git a/domains/eletrixtime.json b/domains/eletrixtime.json
new file mode 100644
index 000000000..39bb05d91
--- /dev/null
+++ b/domains/eletrixtime.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "EletrixtimeYT",
+ "email": "lisandro.b@outlook.com"
+ },
+ "record": {
+ "CNAME": "eletrixtimeyt.github.io"
+ }
+}
diff --git a/domains/elfanaan.json b/domains/elfanaan.json
new file mode 100644
index 000000000..ad7c24287
--- /dev/null
+++ b/domains/elfanaan.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Alfanaannet",
+ "email": "hmmm202031520062021@gmail.com",
+ "discord": "775012312876711936"
+ },
+ "record": {
+ "URL": "http://elfanaan.giize.com",
+ "MX": ["mail.is-a.dev"],
+ "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ }
+}
diff --git a/domains/email.nota.json b/domains/email.nota.json
index db86f74cf..e360b5591 100644
--- a/domains/email.nota.json
+++ b/domains/email.nota.json
@@ -6,7 +6,10 @@
},
"record": {
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
"TXT": "forward-email=zerolikecyber.2005@gmail.com"
}
}
diff --git a/domains/email.zeaxey.json b/domains/email.zeaxey.json
new file mode 100644
index 000000000..3eec4e7af
--- /dev/null
+++ b/domains/email.zeaxey.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "Pixel556",
+ "email": "therealzeaxey123@gmail.com"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/emmy.json b/domains/emmy.json
new file mode 100644
index 000000000..1dbb78294
--- /dev/null
+++ b/domains/emmy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "8FrMc",
+ "email": "pijuskaminskas1@gmail.com"
+ },
+ "record": {
+ "URL": "https://sk1dhub.xyz"
+ }
+}
diff --git a/domains/emoji.json b/domains/emoji.json
index 15189cc35..0d6a3e53d 100644
--- a/domains/emoji.json
+++ b/domains/emoji.json
@@ -1,12 +1,11 @@
{
- "owner": {
- "username": "ItzEmoji",
- "email": "cyril.dettling@gmail.com",
- "discord": "1123260870991020083"
- },
-
- "record": {
- "CNAME": "itzemojiwebsite.pages.dev"
- }
- }
-
+ "owner": {
+ "username": "ItzEmoji",
+ "email": "cyril.dettling@gmail.com",
+ "discord": "1123260870991020083"
+ },
+
+ "record": {
+ "CNAME": "itzemojiwebsite.pages.dev"
+ }
+}
diff --git a/domains/emojiplayer.json b/domains/emojiplayer.json
index 4e24a1fed..294a5253a 100644
--- a/domains/emojiplayer.json
+++ b/domains/emojiplayer.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ItzEmoji",
- "email": "cyril.dettling@gmail.com"
- },
- "record": {
- "CNAME": "itzemojiwebsite.pages.dev"
- }
+ "owner": {
+ "username": "ItzEmoji",
+ "email": "cyril.dettling@gmail.com"
+ },
+ "record": {
+ "CNAME": "itzemojiwebsite.pages.dev"
+ }
}
diff --git a/domains/endeade.json b/domains/endeade.json
new file mode 100644
index 000000000..be543bd7d
--- /dev/null
+++ b/domains/endeade.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Endeade",
+ "email": "endeade80@gmail.com",
+ "discord": "1117869855538942032"
+ },
+
+ "record": {
+ "CNAME": "endeade.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/enderdevcom.json b/domains/enderdevcom.json
new file mode 100644
index 000000000..fdfe19ae0
--- /dev/null
+++ b/domains/enderdevcom.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "enderfoxbg",
+ "email": "enderfoxbg670@gmail.com",
+ "discord": "970380468090437672"
+ },
+
+ "record": {
+ "CNAME": "enderfoxbg.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/erdogan.json b/domains/erdogan.json
index 262c7b493..5120b3239 100644
--- a/domains/erdogan.json
+++ b/domains/erdogan.json
@@ -4,6 +4,6 @@
"email": "erdogan.sad@windowslive.com"
},
"record": {
- "A": ["87.248.157.245"]
+ "A": ["194.87.246.134"]
}
}
diff --git a/domains/ermal.json b/domains/ermal.json
index 0b14c85c0..ed348b7d1 100644
--- a/domains/ermal.json
+++ b/domains/ermal.json
@@ -12,7 +12,10 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/ernande.json b/domains/ernande.json
new file mode 100644
index 000000000..66950ae87
--- /dev/null
+++ b/domains/ernande.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ernande-f",
+ "email": "ernandefacco@outlook.com"
+ },
+ "record": {
+ "CNAME": "ernande-f.github.io"
+ }
+}
diff --git a/domains/eryquicc.json b/domains/eryquicc.json
new file mode 100644
index 000000000..70bbf297e
--- /dev/null
+++ b/domains/eryquicc.json
@@ -0,0 +1,21 @@
+{
+ "description": "Personal use",
+ "repo": "https://github.com/eryquicc/eryquicc.github.io",
+ "owner": {
+ "username": "Eryquicc",
+ "email": "fathirzaidanmaulana@gmail.com"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/esb.json b/domains/esb.json
new file mode 100644
index 000000000..0eb39b0e6
--- /dev/null
+++ b/domains/esb.json
@@ -0,0 +1,20 @@
+{
+ "owner": {
+ "username": "EducatedsuddenBucket",
+ "email": "educatedsuddenbucket@gmail.com"
+ },
+ "record": {
+ "A": [
+ "89.106.200.1"
+ ],
+ "TXT": [
+ "zoho-verification=zb54408053.zmverify.zoho.in",
+ "v=spf1 include:zohomail.in ~all"
+ ],
+ "MX": [
+ "mx.zoho.in",
+ "mx2.zoho.in",
+ "mx3.zoho.in"
+ ]
+ }
+}
diff --git a/domains/escfrpls.json b/domains/escfrpls.json
index 018e73b19..6111e27e9 100644
--- a/domains/escfrpls.json
+++ b/domains/escfrpls.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DrochiczynPoleski",
- "email": "licwin1410@gmail.com"
- },
- "record": {
- "URL": "https://drochiczynpoleski.github.io/escfrpls.github.io/"
- }
+ "owner": {
+ "username": "DrochiczynPoleski",
+ "email": "licwin1410@gmail.com"
+ },
+ "record": {
+ "URL": "https://drochiczynpoleski.github.io/escfrpls.github.io/"
+ }
}
diff --git a/domains/esp.json b/domains/esp.json
index 762f41303..9a9a935e3 100644
--- a/domains/esp.json
+++ b/domains/esp.json
@@ -6,6 +6,6 @@
"telegram": "fakeesp"
},
"record": {
- "A": ["141.145.192.190"]
+ "A": ["158.178.196.15"]
}
}
diff --git a/domains/essawy.json b/domains/essawy.json
new file mode 100644
index 000000000..6ec7356f3
--- /dev/null
+++ b/domains/essawy.json
@@ -0,0 +1,11 @@
+{
+ "description": "Abdelrahman Essawy - Full Stack Software Engineer",
+ "repo": "https://github.com/abdelrahman-essawy/abdelrahman-essawy.github.io",
+ "owner": {
+ "username": "abdelrahman-essawy",
+ "email": "abdelrahman.mo.essawy@gmail.com"
+ },
+ "record": {
+ "CNAME": "abdelrahman-essawy.github.io"
+ }
+}
diff --git a/domains/evalk.json b/domains/evalk.json
new file mode 100644
index 000000000..d925f660a
--- /dev/null
+++ b/domains/evalk.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Siyu1017",
+ "email": "adibao1111@gmail.com",
+ "discord": "895251736250437653"
+ },
+
+ "record": {
+ "A": ["60.249.193.112"]
+ }
+}
diff --git a/domains/evelio.json b/domains/evelio.json
index 12a7d1380..50b2a1246 100644
--- a/domains/evelio.json
+++ b/domains/evelio.json
@@ -7,7 +7,10 @@
},
"record": {
"A": ["216.24.57.1"],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/evie.json b/domains/evie.json
index e9f9bfccc..f6220b9cd 100644
--- a/domains/evie.json
+++ b/domains/evie.json
@@ -1,9 +1,11 @@
{
- "owner": {
- "username": "Socketlike",
- "email": "evelynxii.xt@gmail.com"
- },
- "record": {
- "CNAME": "socketlike.github.io"
- }
+ "owner": {
+ "username": "Socketlike",
+ "discordId": "285329659023851520",
+ "discord": "encyclopedic",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "socketlike.github.io"
+ }
}
diff --git a/domains/ewan.json b/domains/ewan.json
new file mode 100644
index 000000000..0348b08d0
--- /dev/null
+++ b/domains/ewan.json
@@ -0,0 +1,11 @@
+{
+ "description": "personal portfolio for dev",
+ "repo": "https://github.com/Ewan-Dev/ewan-dev.github.io",
+ "owner": {
+ "username": "Ewan-Dev",
+ "email": "lyricizer2@gmail.com"
+ },
+ "record": {
+ "CNAME": "ewan-dev.github.io"
+ }
+}
diff --git a/domains/exhq.json b/domains/exhq.json
new file mode 100644
index 000000000..cda07d0e8
--- /dev/null
+++ b/domains/exhq.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "exhq",
+ "email": "infidelLOLer@gmail.com",
+ "discord": "712639419785412668"
+ },
+
+ "record": {
+ "A": ["91.107.164.89"]
+ }
+}
diff --git a/domains/info.trung.json b/domains/extensions.trung.json
similarity index 73%
rename from domains/info.trung.json
rename to domains/extensions.trung.json
index c8a19ac46..b99730c4e 100644
--- a/domains/info.trung.json
+++ b/domains/extensions.trung.json
@@ -4,6 +4,6 @@
"email": "vuthanhtrungsuper@gmail.com"
},
"record": {
- "CNAME": "dev-info-website.pages.dev"
+ "A": ["35.185.84.140"]
}
}
diff --git a/domains/exx.json b/domains/exx.json
index 83307f4a2..977561c23 100644
--- a/domains/exx.json
+++ b/domains/exx.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "xqxyzl",
- "email": "exemailhelp+3@gmail.com"
- },
- "record": {
- "TXT": "_discord.exx.is-a.dev"
- }
+ "owner": {
+ "username": "xqxyzl",
+ "email": "exemailhelp+3@gmail.com"
+ },
+ "record": {
+ "TXT": "_discord.exx.is-a.dev"
+ }
}
diff --git a/domains/eyescary.json b/domains/eyescary.json
new file mode 100644
index 000000000..48ecd9048
--- /dev/null
+++ b/domains/eyescary.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "EyeScary-Development",
+ "email": "peteromg43@gmail.com"
+ },
+ "record": {
+ "CNAME": "eyescary.pages.dev"
+ }
+}
diff --git a/domains/fa-fifi.json b/domains/fa-fifi.json
index c974049d3..5870bbcc3 100644
--- a/domains/fa-fifi.json
+++ b/domains/fa-fifi.json
@@ -5,6 +5,12 @@
"email": "fafifi1997@gmail.com"
},
"record": {
- "CNAME": "fa-fifi.github.io"
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "TXT": "google-site-verification=AYbL6PIbwUv4qzq9KxmrjAM9vfCQ0IUNRBX_AeXPfVE"
}
}
diff --git a/domains/fab1andev.json b/domains/fab1andev.json
new file mode 100644
index 000000000..e645d0569
--- /dev/null
+++ b/domains/fab1andev.json
@@ -0,0 +1,12 @@
+{
+ "description": "Fab1anDev subdomain for fab1andev.github.io",
+ "repo": "https://github.com/Fab1anDev/fab1andev.github.io",
+ "owner": {
+ "username": "Fab1anDev",
+ "email": "fab1andev@proton.me",
+ "twitter": "Fab1anDev"
+ },
+ "record": {
+ "CNAME": "fab1andev.github.io"
+ }
+}
diff --git a/domains/factory.json b/domains/factory.json
new file mode 100644
index 000000000..ac0f1c0ce
--- /dev/null
+++ b/domains/factory.json
@@ -0,0 +1,11 @@
+{
+ "description": "Factory for manufacturing is-a-dev domains",
+ "repo": "https://github.com/VaibhavSys/DomainFactory",
+ "owner": {
+ "username": "VaibhavSys",
+ "email": "vaibhavsys@protonmail.com"
+ },
+ "record": {
+ "CNAME": "domainfactory.pages.dev"
+ }
+}
diff --git a/domains/fafu.json b/domains/fafu.json
deleted file mode 100644
index 8b1ae1d09..000000000
--- a/domains/fafu.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "fafu-10",
- "email": "shimni22@skiff.com"
- },
- "record": {
- "CNAME": "fafu-10.github.io"
- }
-}
diff --git a/domains/fahri.json b/domains/fahri.json
new file mode 100644
index 000000000..b5bfa7bde
--- /dev/null
+++ b/domains/fahri.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "FahriDevZ",
+ "email": "fakhri.5567@gmail.com"
+ },
+ "record": {
+ "CNAME": "fahri.dev"
+ }
+}
diff --git a/domains/fajox.json b/domains/fajox.json
index cc07c5cc3..1fa1414f7 100644
--- a/domains/fajox.json
+++ b/domains/fajox.json
@@ -1,9 +1,14 @@
{
- "owner": {
- "username": "FajoX1",
- "email": "pybytee@gmail.com"
- },
- "record": {
- "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"]
- }
+ "owner": {
+ "username": "FajoX1",
+ "email": "pybytee@gmail.com"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
}
diff --git a/domains/fake.json b/domains/fake.json
index cd52c6137..f9f4f5077 100644
--- a/domains/fake.json
+++ b/domains/fake.json
@@ -2,12 +2,15 @@
"description": "site",
"repo": "https://github.com/fakename131",
"owner": {
- "username": "Fake_Name131",
+ "username": "fakename131",
"email": "fake@fake.is-a.dev"
},
"record": {
- "A": ["185.199.108.153"],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "A": ["75.2.60.5"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/farish.json b/domains/farish.json
index c7c7407db..c36566126 100644
--- a/domains/farish.json
+++ b/domains/farish.json
@@ -7,7 +7,10 @@
"email": "hello@farish.is-a.dev"
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/farman.json b/domains/farman.json
index 57c4196b8..b31219642 100644
--- a/domains/farman.json
+++ b/domains/farman.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "MUHAMMAD-FARMAN",
- "email": "muhammadfarman7654@gmail.com"
- },
- "record": {
- "A": ["66.29.153.55"]
- }
+ "owner": {
+ "username": "MUHAMMAD-FARMAN",
+ "email": "muhammadfarman7654@gmail.com"
+ },
+ "record": {
+ "A": ["66.29.153.55"]
+ }
}
diff --git a/domains/fassion.json b/domains/fassion.json
new file mode 100644
index 000000000..962e70ad5
--- /dev/null
+++ b/domains/fassion.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Lolipopguy",
+ "email": "ngauthier818@gmail.com"
+ },
+ "record": {
+ "A": ["79.94.184.109"]
+ }
+}
diff --git a/domains/fathulfahmy.json b/domains/fathulfahmy.json
index 80548b8ee..1911af476 100644
--- a/domains/fathulfahmy.json
+++ b/domains/fathulfahmy.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "fathulfahmy",
- "email": "mfathulfahmy@gmail.com"
- },
- "record": {
- "URL": "https://fathulfahmy.netlify.app"
- }
+ "owner": {
+ "username": "fathulfahmy",
+ "email": "mfathulfahmy@gmail.com"
+ },
+ "record": {
+ "URL": "https://fathulfahmy.pages.dev"
+ }
}
diff --git a/domains/faultysden.json b/domains/faultysden.json
new file mode 100644
index 000000000..111af1065
--- /dev/null
+++ b/domains/faultysden.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "FaultyFaulty-glitch",
+ "email": "faultywindows+github@gmail.com",
+ "discord": "1041028534690386051"
+ },
+
+ "record": {
+ "TXT": "google-site-verification=ix1jczu2q87igryc4eaexvdv1vrzjxolu14sjfpsnko"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/faultywindows.json b/domains/faultywindows.json
new file mode 100644
index 000000000..39b15454c
--- /dev/null
+++ b/domains/faultywindows.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "FaultyWindows",
+ "email": "faultywindows@gmail.com",
+ "discord": "1041028534690386051"
+ },
+
+ "record": {
+ "A": ["185.199.108.153"]
+ }
+}
diff --git a/domains/fdkgenie.json b/domains/fdkgenie.json
new file mode 100644
index 000000000..5288879ce
--- /dev/null
+++ b/domains/fdkgenie.json
@@ -0,0 +1,11 @@
+{
+ "description": "Register fdkgenie.is-a.dev domain",
+ "repo": "https://github.com/is-a-dev/docs",
+ "owner": {
+ "username": "fdkgenie",
+ "email": "fdkgenie@gmail.com"
+ },
+ "record": {
+ "URL": "https://cuongphd.wordpress.com/"
+ }
+}
diff --git a/domains/femboy.json b/domains/femboy.json
index 4d63d96ce..16ce0771f 100644
--- a/domains/femboy.json
+++ b/domains/femboy.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "d4rkd3n1337",
- "email": "darkdenrevolt@gmail.com"
- },
- "record": {
- "A": ["45.85.117.139"]
- }
+ "owner": {
+ "username": "d4rkd3n1337",
+ "email": "darkdenrevolt@gmail.com"
+ },
+ "record": {
+ "A": ["45.85.117.139"]
+ }
}
diff --git a/domains/fent.json b/domains/fent.json
new file mode 100644
index 000000000..ede20a225
--- /dev/null
+++ b/domains/fent.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "fentbomb",
+ "email": "musicbotqn@gmail.com"
+ },
+ "record": {
+ "CNAME": "fentbomb.github.io"
+ }
+}
diff --git a/domains/files.allancoding.json b/domains/files.allancoding.json
index 158097ebc..23114485e 100644
--- a/domains/files.allancoding.json
+++ b/domains/files.allancoding.json
@@ -1,4 +1,6 @@
{
+ "description": "My files website",
+ "repo": "https://github.com/allancoding/files.allancoding.is-a.dev",
"owner": {
"username": "allancoding",
"email": "allancoding.dev@gmail.com",
@@ -6,6 +8,8 @@
"discord": "allancoding"
},
"record": {
- "CNAME": "allancoding.github.io"
+ "A": [
+ "75.2.60.5"
+ ]
}
}
diff --git a/domains/files.ravener.json b/domains/files.ravener.json
new file mode 100644
index 000000000..829548d3a
--- /dev/null
+++ b/domains/files.ravener.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ravener",
+ "email": "ravener.anime@gmail.com",
+ "twitter": "RavenRavener",
+ "discord": "292690616285134850"
+ },
+ "record": {
+ "A": ["132.145.196.17"]
+ }
+}
diff --git a/domains/files.vornexx.json b/domains/files.vornexx.json
index eba84ac92..979ff89a4 100644
--- a/domains/files.vornexx.json
+++ b/domains/files.vornexx.json
@@ -1,9 +1,11 @@
{
- "owner": {
- "username": "vornex-gh",
- "email": "ajay.ramnath8812@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
+ "owner": {
+ "username": "vornex-gh",
+ "email": "",
+ "discord": "1149438819834269856",
+ "twitter": "vornexx_"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
}
diff --git a/domains/finsniper.json b/domains/finsniper.json
index 887938009..140f70bf2 100644
--- a/domains/finsniper.json
+++ b/domains/finsniper.json
@@ -4,6 +4,8 @@
"email": "eldar.fire.tv@gmail.com"
},
"record": {
- "MX": ["feedback-smtp.us-east-1.amazonses.com"]
+ "MX": [
+ "feedback-smtp.us-east-1.amazonses.com"
+ ]
}
}
diff --git a/domains/flash.json b/domains/flash.json
new file mode 100644
index 000000000..60735b2c7
--- /dev/null
+++ b/domains/flash.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "w8flash",
+ "email": "flashhrdc@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.instagram.com/w8flash/"
+ }
+}
diff --git a/domains/fliberd.json b/domains/fliberd.json
index b597cfce4..068d4660b 100644
--- a/domains/fliberd.json
+++ b/domains/fliberd.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "fliberd",
- "email": "dankashkarev@gmail.com"
- },
- "record": {
- "A": ["80.87.111.147"]
- }
+ "owner": {
+ "username": "fliberd",
+ "email": "dankashkarev@gmail.com"
+ },
+ "record": {
+ "A": ["80.87.111.147"]
+ }
}
diff --git a/domains/flower.json b/domains/flower.json
new file mode 100644
index 000000000..328ecfcfd
--- /dev/null
+++ b/domains/flower.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "messedupflowerpot",
+ "email": "messedupflowerpot@gmail.com"
+ },
+ "record": {
+ "URL": "https://messedupflowerpot.carrd.co",
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/fluor.json b/domains/fluor.json
index 6e24bf953..0c4b4c485 100644
--- a/domains/fluor.json
+++ b/domains/fluor.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "PlowDev",
- "email": "clicpowytb@gmail.com"
- },
- "record": {
- "CNAME": "fluor.pages.dev"
- }
+ "owner": {
+ "username": "PlowDev",
+ "email": "clicpowytb@gmail.com"
+ },
+ "record": {
+ "CNAME": "fluor.pages.dev"
+ }
}
diff --git a/domains/fluoresced.json b/domains/fluoresced.json
new file mode 100644
index 000000000..5d65b647d
--- /dev/null
+++ b/domains/fluoresced.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "8FrMc",
+ "email": "pijuskaminskas1@gmail.com"
+ },
+ "record": {
+ "URL": "https://guns.lol/ecq"
+ }
+}
diff --git a/domains/fma.json b/domains/fma.json
new file mode 100644
index 000000000..d5ba3ec8f
--- /dev/null
+++ b/domains/fma.json
@@ -0,0 +1,14 @@
+{
+ "description": "FMA's main domain",
+ "owner": {
+ "username": "FMA",
+ "email": "eggnogh@gmail.com"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/formuna.json b/domains/formuna.json
new file mode 100644
index 000000000..853c02e3c
--- /dev/null
+++ b/domains/formuna.json
@@ -0,0 +1,12 @@
+{
+ "description": "My website for my projects",
+ "repo": "https://github.com/FormunaGit/FormunaGit.github.io",
+ "owner": {
+ "username": "FormunaGit",
+ "email": "",
+ "discord": "754657845563097108"
+ },
+ "record": {
+ "CNAME": "formunagit.github.io"
+ }
+}
diff --git a/domains/founderfie.json b/domains/founderfie.json
new file mode 100644
index 000000000..819ae85ae
--- /dev/null
+++ b/domains/founderfie.json
@@ -0,0 +1,10 @@
+{
+ "description": "Main Website Of Our Company",
+ "owner": {
+ "username": "Founderfie",
+ "email": "director@founderfie.in"
+ },
+ "record": {
+ "CNAME": "edge.redirect.pizza"
+ }
+}
diff --git a/domains/foxie.arman.json b/domains/foxie.arman.json
new file mode 100644
index 000000000..14174d5d3
--- /dev/null
+++ b/domains/foxie.arman.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ItzArman09",
+ "email": "itz.armxn@outlook.com"
+ },
+ "record": {
+ "A": ["45.140.142.112"]
+ }
+}
diff --git a/domains/fptbb.json b/domains/fptbb.json
new file mode 100644
index 000000000..367d6c24b
--- /dev/null
+++ b/domains/fptbb.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "Fptbb",
+ "email": "lucas@fptbb.com"
+ },
+ "record": {
+ "URL": "https://fptbb.com",
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/fran.json b/domains/fran.json
new file mode 100644
index 000000000..e2b4ec8f3
--- /dev/null
+++ b/domains/fran.json
@@ -0,0 +1,20 @@
+{
+ "owner": {
+ "username": "xzonix",
+ "discord": "xzon1x",
+ "email": ""
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.110.153",
+ "185.199.109.153",
+ "185.199.111.153"
+ ],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/frank.json b/domains/frank.json
new file mode 100644
index 000000000..16feeed4c
--- /dev/null
+++ b/domains/frank.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kageurufu",
+ "email": "franklyn@tackitt.net"
+ },
+ "record": {
+ "CNAME": "is-a-dev.frank.af"
+ }
+}
diff --git a/domains/free.json b/domains/free.json
new file mode 100644
index 000000000..df4e9ada4
--- /dev/null
+++ b/domains/free.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "EducatedSuddenBucket",
+ "email": "educatedsuddenbucket@gmail.com"
+ },
+ "record": {
+ "A": [
+ "216.24.57.1"
+ ]
+ }
+}
diff --git a/domains/freefor.json b/domains/freefor.json
new file mode 100644
index 000000000..df4e9ada4
--- /dev/null
+++ b/domains/freefor.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "EducatedSuddenBucket",
+ "email": "educatedsuddenbucket@gmail.com"
+ },
+ "record": {
+ "A": [
+ "216.24.57.1"
+ ]
+ }
+}
diff --git a/domains/freefordevs.json b/domains/freefordevs.json
new file mode 100644
index 000000000..df4e9ada4
--- /dev/null
+++ b/domains/freefordevs.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "EducatedSuddenBucket",
+ "email": "educatedsuddenbucket@gmail.com"
+ },
+ "record": {
+ "A": [
+ "216.24.57.1"
+ ]
+ }
+}
diff --git a/domains/frenzy.json b/domains/frenzy.json
index de4c1bc91..f1883ba05 100644
--- a/domains/frenzy.json
+++ b/domains/frenzy.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "frenzy602",
- "email": "GK267281@GMAIL.COM"
- },
+ "owner": {
+ "username": "frenzy602",
+ "email": "GK267281@GMAIL.COM"
+ },
- "record": {
- "A": ["69.30.249.53"]
- }
+ "record": {
+ "A": ["69.30.249.53"]
+ }
}
diff --git a/domains/friday.json b/domains/friday.json
new file mode 100644
index 000000000..8db69922d
--- /dev/null
+++ b/domains/friday.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "itmefriday",
+ "email": "chauhan20292827@gmail.com"
+ },
+ "record": {
+ "A": ["109.71.252.37"]
+ }
+}
diff --git a/domains/frogiee1real.json b/domains/frogiee1real.json
new file mode 100644
index 000000000..89a1a2107
--- /dev/null
+++ b/domains/frogiee1real.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "FrogiesArcade",
+ "email": "frogiesarcade@gmail.com"
+ },
+ "record": {
+ "CNAME": "extramathequations.web.app"
+ }
+}
diff --git a/domains/froniz.json b/domains/froniz.json
index 96dd9df97..5228c271b 100644
--- a/domains/froniz.json
+++ b/domains/froniz.json
@@ -1,12 +1,11 @@
{
- "owner": {
- "username": "Froniz",
- "email": "discordmarc1912@gmail.com",
- "discord": "1002293564782411787"
- },
-
- "record": {
- "A": ["144.91.116.153"]
- }
- }
-
\ No newline at end of file
+ "owner": {
+ "username": "Froniz",
+ "email": "discordmarc1912@gmail.com",
+ "discord": "1002293564782411787"
+ },
+
+ "record": {
+ "A": ["144.91.116.153"]
+ }
+}
diff --git a/domains/ftn.json b/domains/ftn.json
new file mode 100644
index 000000000..8a81c4317
--- /dev/null
+++ b/domains/ftn.json
@@ -0,0 +1,11 @@
+{
+ "description": "frthr's personal site",
+ "repo": "https://github.com/furthir/furthir.github.io",
+ "owner": {
+ "username": "furthir",
+ "email": "furthir@pm.me"
+ },
+ "record": {
+ "CNAME": "furthir.github.io"
+ }
+}
diff --git a/domains/fucabot.json b/domains/fucabot.json
new file mode 100644
index 000000000..56a8f07fb
--- /dev/null
+++ b/domains/fucabot.json
@@ -0,0 +1,11 @@
+{
+ "description": "Fuca Bot website",
+ "repo": "https://github.com/anshtyagi0",
+ "owner": {
+ "username": "anshtyagi0",
+ "email": "tyagiansh175@gmail.com"
+ },
+ "record": {
+ "A": ["65.109.168.46"]
+ }
+}
diff --git a/domains/fuccsoc.json b/domains/fuccsoc.json
index cc646f703..7245312bb 100644
--- a/domains/fuccsoc.json
+++ b/domains/fuccsoc.json
@@ -4,8 +4,13 @@
"email": "me@fuccsoc.com"
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": ["v=spf1 include:spf.improvmx.com ~all"],
- "URL": "https://fuccsoc.me"
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": [
+ "v=spf1 include:spf.improvmx.com ~all"
+ ],
+ "URL": "https://fuccsoc.github.io"
}
}
diff --git a/domains/fuds.json b/domains/fuds.json
new file mode 100644
index 000000000..a4b4d4eed
--- /dev/null
+++ b/domains/fuds.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "GeekSupport",
+ "email": "geek@laguaz.eu.org"
+ },
+ "record": {
+ "CNAME": "fuds.pages.dev"
+ }
+}
diff --git a/domains/funasitien.json b/domains/funasitien.json
new file mode 100644
index 000000000..a7d931a02
--- /dev/null
+++ b/domains/funasitien.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Funasitien",
+ "email": "bwha.bwha.splash@gmail.com"
+ },
+ "record": {
+ "CNAME": "funasitien.github.io"
+ }
+}
diff --git a/domains/funn.json b/domains/funn.json
new file mode 100644
index 000000000..dc25bcf3e
--- /dev/null
+++ b/domains/funn.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "funnsam",
+ "email": "funnsam8@gmail.com",
+ "discord": "684733024612646953",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ZMW5PjPtfPT7C8JjTRmHq8lQPCfuuqYjzrJDWht6SAT7w7Uf1pocR9OhIsl4fvx3Jw1bcOYsa2KfWbZ_PXLDD6YlRHM86nszS4TPFlo8_DsqJC0IMlXdBtlgqPg0gntNzuZMNg9HLpkRWiXzkXMEMdQ5OJJgVoKtBCpc9Z68aoFw_d8WNKebA1mC04DayucBOulPu1bY2HhZleTvjAlW7_wA-soRF-O9ByL59DtNfUGaJaX7SqvthGz2FSyPqlaw1UOe3fpQdutYG_A97tv_toQOJZy93o2iCcrxSWS3tPFZnu_LVyL-JRmkfaMvzxFakgA3etAOx-ReUnD8TmM3tw.ZqPbIAF9lrCM39_U9KgzHA.PdOPxoSDOoMU9saO4KtrXor5ZIStqTjA8AMrCFatJDiB3iHln7gPkzkhmS-l6w8hwu7T3VLxDe8kfVmxmbenKksumyR6pDicLaw45zb5vfY.srUkRHoxqz9QXW1pzbTo2w"
+ },
+
+ "record": {
+ "CNAME": "funnsam.github.io"
+ }
+}
+
diff --git a/domains/furqan.json b/domains/furqan.json
new file mode 100644
index 000000000..4391efa0b
--- /dev/null
+++ b/domains/furqan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rediffurqan",
+ "email": "frqnlove8765@gmail.com"
+ },
+ "record": {
+ "CNAME": "phonesme.onrender.com"
+ }
+}
diff --git a/domains/furry.json b/domains/furry.json
new file mode 100644
index 000000000..e9e4413dc
--- /dev/null
+++ b/domains/furry.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "furyashnyy",
+ "email": "faradey.iskra@mail.ru",
+ "discord": "754721080383373373"
+ },
+
+ "record": {
+ "A": ["31.31.196.104"]
+ }
+}
diff --git a/domains/fy.json b/domains/fy.json
new file mode 100644
index 000000000..d8485c6a8
--- /dev/null
+++ b/domains/fy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bestzwei",
+ "email": "post@zwei.de.eu.org"
+ },
+ "record": {
+ "CNAME": "libretranslator.pages.dev"
+ }
+}
diff --git a/domains/fyz.json b/domains/fyz.json
new file mode 100644
index 000000000..7ba39f60a
--- /dev/null
+++ b/domains/fyz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "w8fyz",
+ "email": "fyzdesignyt@gmail.com"
+ },
+ "record": {
+ "CNAME": "fyz.sh"
+ }
+}
diff --git a/domains/g.6.json b/domains/g.6.json
new file mode 100644
index 000000000..ff9db082d
--- /dev/null
+++ b/domains/g.6.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shockbs",
+ "email": "apipherng@gmail.com"
+ },
+ "record": {
+ "URL": "https://gg.shockbs.is-a.dev/"
+ }
+}
diff --git a/domains/g.json b/domains/g.json
new file mode 100644
index 000000000..334b3759f
--- /dev/null
+++ b/domains/g.json
@@ -0,0 +1,11 @@
+{
+ "description": "g.is-a.dev",
+ "owner": {
+ "username": "GizzyUwU",
+ "email": "nerop455@gmail.com",
+ "discord": "gizzyowo"
+ },
+ "record": {
+ "CNAME": "edge.redirect.pizza"
+ }
+}
diff --git a/domains/g.shockbs.json b/domains/g.shockbs.json
new file mode 100644
index 000000000..6d2da5cca
--- /dev/null
+++ b/domains/g.shockbs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shockbs",
+ "email": "apipherng@gmail.com"
+ },
+ "record": {
+ "CNAME": "ziplineshockbs.onrender.com"
+ }
+}
diff --git a/domains/gabek.json b/domains/gabek.json
new file mode 100644
index 000000000..d9fd6b982
--- /dev/null
+++ b/domains/gabek.json
@@ -0,0 +1,13 @@
+{
+ "description": "Personal Website",
+ "repo": "https://github.com/gabekgfx/gabekgfx.github.io",
+ "owner": {
+ "username": "gabekgfx",
+ "email": "bussines.gabrys@gmail.com",
+ "twitter": "gabek_gfx"
+ },
+
+ "record": {
+ "CNAME": "gabekgfx.github.io"
+ }
+}
diff --git a/domains/gabriela.json b/domains/gabriela.json
new file mode 100644
index 000000000..ec755f4d5
--- /dev/null
+++ b/domains/gabriela.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "gabriela4152",
+ "email": "gabriela4152@gmail.com"
+ },
+ "record": {
+ "CNAME": "gabriela4152.github.io"
+ }
+}
diff --git a/domains/gachugu.json b/domains/gachugu.json
index 978265a79..e6d9b89ec 100644
--- a/domains/gachugu.json
+++ b/domains/gachugu.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "BryanGachugu",
- "email": "gachugusville@gmail.com"
- },
- "record": {
- "CNAME": "bryangachugu.github.io"
- }
+ "owner": {
+ "username": "BryanGachugu",
+ "email": "gachugusville@gmail.com"
+ },
+ "record": {
+ "CNAME": "bryangachugu.github.io"
+ }
}
diff --git a/domains/galvanized-square-steel-with-aluminium-frame.json b/domains/galvanized-square-steel-with-aluminium-frame.json
new file mode 100644
index 000000000..5c856434f
--- /dev/null
+++ b/domains/galvanized-square-steel-with-aluminium-frame.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "yunexiz",
+ "discord": "1040303561847881729",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "galvanized-square-steel-with-aluminium-frame.pages.dev"
+ }
+}
diff --git a/domains/games.bob16077.json b/domains/games.bob16077.json
new file mode 100644
index 000000000..af3733f54
--- /dev/null
+++ b/domains/games.bob16077.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "bob16077",
+ "discord": "bob16077777",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "bob16077.github.io"
+ }
+}
diff --git a/domains/gameserver.ardaninho.json b/domains/gameserver.ardaninho.json
new file mode 100644
index 000000000..a57c2383b
--- /dev/null
+++ b/domains/gameserver.ardaninho.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Ardaninho",
+ "email": "",
+ "discord": "639439553698201626"
+ },
+
+ "record": {
+ "A": ["23.88.73.88"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/gassayping.json b/domains/gassayping.json
index c473d62f5..f83e483bd 100644
--- a/domains/gassayping.json
+++ b/domains/gassayping.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "gassayping",
- "email": "Dev_Gassayping@proton.me"
- },
- "record": {
- "CNAME": "gassayping.github.io"
- }
+ "owner": {
+ "username": "gassayping",
+ "email": "Dev_Gassayping@proton.me"
+ },
+ "record": {
+ "CNAME": "gassayping.github.io"
+ }
}
diff --git a/domains/gattinhosbot.json b/domains/gattinhosbot.json
index 86a46c8ca..4b19abb4c 100644
--- a/domains/gattinhosbot.json
+++ b/domains/gattinhosbot.json
@@ -6,14 +6,8 @@
"github_id": 81536172
},
"record": {
- "A": [
- "45.137.70.68"
- ],
- "MX": [
- "mail.is-a.dev"
- ],
- "TXT": [
- "v=spf1 mx a:mail.is-a.dev ~all"
- ]
+ "A": ["194.60.201.37"],
+ "MX": ["mail.stefdp.lol"],
+ "TXT": ["v=spf1 mx ~all"]
}
}
diff --git a/domains/gauravgupta.json b/domains/gauravgupta.json
new file mode 100644
index 000000000..571c2edf5
--- /dev/null
+++ b/domains/gauravgupta.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "gauravgupta256",
+ "email": "gauravgupta8652@gmail.com"
+ },
+ "record": {
+ "CNAME": "gauravgupta.is-a.dev"
+ }
+}
diff --git a/domains/gauravguptaa.json b/domains/gauravguptaa.json
new file mode 100644
index 000000000..2bf6ebe5f
--- /dev/null
+++ b/domains/gauravguptaa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "gauravgupta256",
+ "email": "gauravgupta8652@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-gaurav.onrender.com"
+ }
+}
diff --git a/domains/gavingogaming.json b/domains/gavingogaming.json
index ffdf2fc7f..f83cb478c 100644
--- a/domains/gavingogaming.json
+++ b/domains/gavingogaming.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "GavinGoGaming",
- "email": "gavingogaming@gmail.com"
- },
+ "owner": {
+ "username": "GavinGoGaming",
+ "email": "gavingogaming@gmail.com"
+ },
- "record": {
- "CNAME": "gavingogaming.github.io"
- }
+ "record": {
+ "CNAME": "gavingogaming.github.io"
+ }
}
diff --git a/domains/gbot.json b/domains/gbot.json
index 3ecc483c0..d7ffb67ed 100644
--- a/domains/gbot.json
+++ b/domains/gbot.json
@@ -1,14 +1,14 @@
{
- "owner": {
- "username": "Stef-00012",
- "email": "admin@stefdp.is-a.dev"
- },
- "record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ]
- }
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
}
diff --git a/domains/gee.json b/domains/gee.json
index b4c9a455c..cc38849dd 100644
--- a/domains/gee.json
+++ b/domains/gee.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "geedoes",
- "email": "captg1@gmail.com"
- },
- "record": {
- "A": ["207.211.187.18"]
- }
+ "owner": {
+ "username": "geedoes",
+ "email": "captg1@gmail.com"
+ },
+ "record": {
+ "A": ["207.211.187.18"]
+ }
}
diff --git a/domains/geenzo.json b/domains/geenzo.json
new file mode 100644
index 000000000..b873b54ff
--- /dev/null
+++ b/domains/geenzo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "geenzo69",
+ "email": "geenzogamer164@gmail.com"
+ },
+ "record": {
+ "CNAME": "server.geenzo.eu.org"
+ }
+}
diff --git a/domains/gen1x.json b/domains/gen1x.json
index a9722d204..44a6243f4 100644
--- a/domains/gen1x.json
+++ b/domains/gen1x.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Gen1x-ALT",
- "email": "theg1nx@hotmail.com"
- },
- "record": {
- "CNAME": "gen1x-alt.github.io"
- }
+ "owner": {
+ "username": "Gen1x-ALT",
+ "email": "theg1nx@hotmail.com"
+ },
+ "record": {
+ "CNAME": "gen1x-alt.github.io"
+ }
}
diff --git a/domains/geostatic.json b/domains/geostatic.json
new file mode 100644
index 000000000..b680eb1e7
--- /dev/null
+++ b/domains/geostatic.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Jkingwalagam",
+ "email": "",
+ "discord": "1100459863592685640"
+ },
+
+ "record": {
+ "CNAME": "geostatic-github-io.pages.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/gerick.json b/domains/gerick.json
index 993235876..b49b49645 100644
--- a/domains/gerick.json
+++ b/domains/gerick.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Gerickpogi17",
- "email": "gymatibag17@gmail.com"
- },
- "record": {
- "CNAME": "portfolio-3a9.pages.dev"
- }
+ "owner": {
+ "username": "Gerickpogi17",
+ "email": "gymatibag17@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-3a9.pages.dev"
+ }
}
diff --git a/domains/getsono.json b/domains/getsono.json
new file mode 100644
index 000000000..2b72e8a9e
--- /dev/null
+++ b/domains/getsono.json
@@ -0,0 +1,17 @@
+{
+ "owner": {
+ "username": "getSono",
+ "email": "julianwolf2013@outlook.de",
+ "discord": "1222250424309121145"
+ },
+
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "TXT": "google-site-verification=MFPLEonkdLiPBmou5SY2mk4qJQ2HC3jZC9cQ8poP3_o"
+ }
+}
diff --git a/domains/gg.6.json b/domains/gg.6.json
new file mode 100644
index 000000000..ff9db082d
--- /dev/null
+++ b/domains/gg.6.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shockbs",
+ "email": "apipherng@gmail.com"
+ },
+ "record": {
+ "URL": "https://gg.shockbs.is-a.dev/"
+ }
+}
diff --git a/domains/gg.shockbs.json b/domains/gg.shockbs.json
new file mode 100644
index 000000000..6d2da5cca
--- /dev/null
+++ b/domains/gg.shockbs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shockbs",
+ "email": "apipherng@gmail.com"
+ },
+ "record": {
+ "CNAME": "ziplineshockbs.onrender.com"
+ }
+}
diff --git a/domains/giahuy.json b/domains/giahuy.json
new file mode 100644
index 000000000..433c7d5c2
--- /dev/null
+++ b/domains/giahuy.json
@@ -0,0 +1,13 @@
+{
+ "description": "I Make the Worst Discord Bot on Earth",
+ "repo": "https://github.com/mtheintrude23/register",
+ "owner": {
+ "username": "mtheintrude23",
+ "email": "hostbotfree@gmail.com",
+ "discord": "1219514896778133594"
+},
+
+ "record": {
+ "CNAME": "mtheintrude23.github.io"
+ }
+}
diff --git a/domains/gicorada.json b/domains/gicorada.json
new file mode 100644
index 000000000..b4fa19a54
--- /dev/null
+++ b/domains/gicorada.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "gicorada",
+ "email": "51818710+gicorada@users.noreply.github.com",
+ "discord": "607903753831448626"
+ },
+
+ "record": {
+ "CNAME": "gicorada.netlify.app"
+ }
+ }
+
diff --git a/domains/gioco.json b/domains/gioco.json
index bcc212cdb..4aa120c8c 100644
--- a/domains/gioco.json
+++ b/domains/gioco.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "giocoliere",
- "email": "simcrigjeki@gmail.com"
- },
- "record": {
- "CNAME": "giocoliere.github.io"
- }
+ "owner": {
+ "username": "giocoliere",
+ "email": "simcrigjeki@gmail.com"
+ },
+ "record": {
+ "CNAME": "giocoliere.github.io"
+ }
}
diff --git a/domains/git.maskduck.json b/domains/git.maskduck.json
deleted file mode 100644
index f93d4f10e..000000000
--- a/domains/git.maskduck.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "my git repos",
- "owner": {
- "username": "MaskDuck",
- "email": "maskduckuwu@gmail.com",
- "discord": "MaskDuck#7325"
- },
- "record": {
- "CNAME": "edge.redirect.pizza"
- }
-}
diff --git a/domains/gizzy.json b/domains/gizzy.json
index e5d7b3f50..129903f90 100644
--- a/domains/gizzy.json
+++ b/domains/gizzy.json
@@ -18,7 +18,10 @@
"2606:50c0:8002::153",
"2606:50c0:8003::153"
],
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
"TXT": "forward-email=nerop455@gmail.com"
}
}
diff --git a/domains/glitchblog.mrdev88.json b/domains/glitchblog.mrdev88.json
new file mode 100644
index 000000000..e5e88e486
--- /dev/null
+++ b/domains/glitchblog.mrdev88.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mrdev88",
+ "email": "RuizMahdi@gmx.com"
+ },
+ "record": {
+ "CNAME": "1nw25jjg5f4id14j87.fastly-validations.com"
+ }
+}
diff --git a/domains/glqch.json b/domains/glqch.json
deleted file mode 100644
index 599884a97..000000000
--- a/domains/glqch.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Subdomain to put my portfolio website online",
- "repo": "https://github.com/Glqch404/Glqch404.github.io",
- "owner": {
- "username": "Glqch404",
- "email": "midoayoub447@gmail.com",
- "twitter": "glqch"
- },
- "record": {
- "CNAME": "glqch404.github.io"
- }
-}
diff --git a/domains/go.fran.json b/domains/go.fran.json
new file mode 100644
index 000000000..f7eb1fe3c
--- /dev/null
+++ b/domains/go.fran.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "xzonix",
+ "email": "imahalojigi@gmail.com"
+ },
+ "record": {
+ "CNAME": "cname.short.io"
+ }
+}
diff --git a/domains/godwhitelight.json b/domains/godwhitelight.json
index 569633d9a..4bdf142a7 100644
--- a/domains/godwhitelight.json
+++ b/domains/godwhitelight.json
@@ -4,7 +4,10 @@
"email": "godwhitelight1@gmail.com"
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/goel.json b/domains/goel.json
new file mode 100644
index 000000000..52be8f609
--- /dev/null
+++ b/domains/goel.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "radhesh1",
+ "email": "radhesh036916@gmail.com",
+ "discord": "datpep"
+ },
+ "description": "I'll probably put some project pages on goel.is-a.dev.",
+ "record": {
+ "CNAME": "radhesh.eu.org"
+ }
+}
diff --git a/domains/goguardian.json b/domains/goguardian.json
index 30a660dcb..d3b46a0d5 100644
--- a/domains/goguardian.json
+++ b/domains/goguardian.json
@@ -1,12 +1,11 @@
{
- "owner": {
- "username": "mg0the0goat0",
- "email": "golden_mooooooon@outlook.com",
- "discord": "1160256967504318576"
- },
-
- "record": {
- "CNAME": "loooooooooooooooool.onrender.com"
- }
- }
-
\ No newline at end of file
+ "owner": {
+ "username": "mg0the0goat0",
+ "email": "golden_mooooooon@outlook.com",
+ "discord": "1160256967504318576"
+ },
+
+ "record": {
+ "CNAME": "loooooooooooooooool.onrender.com"
+ }
+}
diff --git a/domains/gokcin.json b/domains/gokcin.json
new file mode 100644
index 000000000..70f914718
--- /dev/null
+++ b/domains/gokcin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "gokcinosman",
+ "email": "osmangokcinn@gmail.com"
+ },
+ "record": {
+ "CNAME": "gokcinosman.github.io"
+ }
+}
diff --git a/domains/gokulbarath.json b/domains/gokulbarath.json
new file mode 100644
index 000000000..d132d6686
--- /dev/null
+++ b/domains/gokulbarath.json
@@ -0,0 +1,12 @@
+{
+ "description": "my personal website ",
+ "repo": "https://github.com/gokul6350/gokul6350.github.io",
+ "owner": {
+ "username": "gokul6350",
+ "email": "gokul00060@gmail.com",
+ "twitter": "gokul00060"
+ },
+ "record": {
+ "CNAME": "gokul6350.github.io"
+ }
+}
diff --git a/domains/golden.json b/domains/golden.json
new file mode 100644
index 000000000..738160392
--- /dev/null
+++ b/domains/golden.json
@@ -0,0 +1,13 @@
+{
+ "description": "Golden's Public Site",
+ "repo": "https://github.com/goldenboys2011/goldenboys2011.github.io",
+ "owner": {
+ "username": "goldenboys2011",
+ "email": "ody.chryssos@gmail.com",
+ "discord": "936320442594103307"
+ },
+
+ "record": {
+ "CNAME": "goldenboys2011.github.io"
+ }
+}
diff --git a/domains/goobsoder.json b/domains/goobsoder.json
index 1feb4e16c..91c1726e1 100644
--- a/domains/goobsoder.json
+++ b/domains/goobsoder.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "BreadGhoti",
- "email": "breadghoti@gmail.com"
- },
- "record": {
- "A": ["134.56.183.128"]
- }
+ "owner": {
+ "username": "BreadGhoti",
+ "email": "breadghoti@gmail.com"
+ },
+ "record": {
+ "A": ["134.56.183.128"]
+ }
}
diff --git a/domains/gopal.json b/domains/gopal.json
new file mode 100644
index 000000000..a36908583
--- /dev/null
+++ b/domains/gopal.json
@@ -0,0 +1,11 @@
+{
+ "description": "Gopal's Portfolio website",
+ "repo": "https://github.com/Gopal0Gupta/gopal0gupta.github.io",
+ "owner": {
+ "username": "gopal0gupta",
+ "email": "k7523337@gmail.com"
+ },
+ "record": {
+ "CNAME": "gopal0gupta.github.io"
+ }
+}
diff --git a/domains/goyal.json b/domains/goyal.json
new file mode 100644
index 000000000..5d64d8d7f
--- /dev/null
+++ b/domains/goyal.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "dgbkn",
+ "email": "anandrambkn@gmail.com",
+ "discord": "somegumtank"
+ },
+ "description": "I'll probably put some project pages on goyal.is-a.dev.",
+ "record": {
+ "CNAME": "portfolio-4wd.pages.dev"
+ }
+}
diff --git a/domains/grafaffel.json b/domains/grafaffel.json
new file mode 100644
index 000000000..bc5332c78
--- /dev/null
+++ b/domains/grafaffel.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Grafaffel",
+ "email": "jannis107@icloud.com"
+ },
+ "record": {
+ "CNAME": "grafaffel.github.io"
+ }
+}
diff --git a/domains/grafana.akshtt.json b/domains/grafana.akshtt.json
deleted file mode 100644
index d55e38eee..000000000
--- a/domains/grafana.akshtt.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "LegendOP1041",
- "email": "maillegendop@gmail.com",
- "discord": "1056531806763102218"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
- }
-
\ No newline at end of file
diff --git a/domains/grantcards.json b/domains/grantcards.json
index d326a3ddd..a38c663e5 100644
--- a/domains/grantcards.json
+++ b/domains/grantcards.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "calvgrant",
- "email": "alvinnobeltungga@gmail.com"
- },
- "record": {
- "CNAME": "calvgrant.github.io"
- }
+ "owner": {
+ "username": "calvgrant",
+ "email": "alvinnobeltungga@gmail.com"
+ },
+ "record": {
+ "CNAME": "calvgrant.github.io"
+ }
}
diff --git a/domains/graphica.json b/domains/graphica.json
new file mode 100644
index 000000000..db249ca4d
--- /dev/null
+++ b/domains/graphica.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "booktastic1",
+ "email": "booktastic-library@outlook.com"
+ },
+ "record": {
+ "URL": "https://btastic.wixsite.com/graphica"
+ }
+}
diff --git a/domains/graphicanow.json b/domains/graphicanow.json
new file mode 100644
index 000000000..db249ca4d
--- /dev/null
+++ b/domains/graphicanow.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "booktastic1",
+ "email": "booktastic-library@outlook.com"
+ },
+ "record": {
+ "URL": "https://btastic.wixsite.com/graphica"
+ }
+}
diff --git a/domains/grusio.json b/domains/grusio.json
index 96e9fa8ba..c141bf374 100644
--- a/domains/grusio.json
+++ b/domains/grusio.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "mattiagrusio",
- "email": "mattiagrusio@gmail.com"
- },
- "record": {
- "A": ["2.231.198.113"]
- }
+ "owner": {
+ "username": "mattiagrusio",
+ "email": "mattiagrusio@gmail.com"
+ },
+ "record": {
+ "A": ["2.231.198.113"]
+ }
}
diff --git a/domains/gta.json b/domains/gta.json
new file mode 100644
index 000000000..ac81cd4b3
--- /dev/null
+++ b/domains/gta.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "wweziza",
+ "email": "wweziza@icloud.com",
+ "discord": "363373226207739904"
+ },
+
+ "record": {
+ "CNAME": "clubroleplay.com"
+ }
+}
diff --git a/domains/gtvolk.json b/domains/gtvolk.json
new file mode 100644
index 000000000..15e761097
--- /dev/null
+++ b/domains/gtvolk.json
@@ -0,0 +1,11 @@
+{
+ "description": "Link for GTVolk personal site on GitHub pages",
+ "repo": "https://github.com/GTVolk/gtvolk.github.io",
+ "owner": {
+ "username": "GTVolk",
+ "email": "gtvolk31@gmail.com"
+ },
+ "record": {
+ "CNAME": "gtvolk.github.io"
+ }
+}
diff --git a/domains/gudorlltti.json b/domains/gudorlltti.json
new file mode 100644
index 000000000..ac77f69da
--- /dev/null
+++ b/domains/gudorlltti.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "gudorlltti",
+ "email": "",
+ "discord": "849610030431993916"
+ },
+ "record": {
+ "URL": "https://github.com/gudorlltti/"
+ }
+}
diff --git a/domains/guess-who.json b/domains/guess-who.json
index df557c1c2..fe125c21b 100644
--- a/domains/guess-who.json
+++ b/domains/guess-who.json
@@ -4,6 +4,6 @@
"email": "rayrsn@proton.me"
},
"record": {
- "URL": "https://rayr.link"
+ "URL": "https://rayrsn.me/"
}
}
diff --git a/domains/gulu.json b/domains/gulu.json
new file mode 100644
index 000000000..c34e5ee0b
--- /dev/null
+++ b/domains/gulu.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "flowiceeos",
+ "email": "netqian@126.com",
+ "discord": "899289192729817159"
+ },
+
+ "record": {
+ "A": ["35.212.239.31"]
+ }
+}
diff --git a/domains/gunethra.json b/domains/gunethra.json
index f4decf0de..aa7904eab 100644
--- a/domains/gunethra.json
+++ b/domains/gunethra.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Gunethra",
- "email": "gunethrarp1@gmail.com"
- },
- "record": {
- "URL": "https://gunethra.github.io/"
- }
+ "owner": {
+ "username": "Gunethra",
+ "email": "gunethrarp1@gmail.com"
+ },
+ "record": {
+ "URL": "https://gunethra.github.io/"
+ }
}
diff --git a/domains/gunman.json b/domains/gunman.json
new file mode 100644
index 000000000..5fb4c3e12
--- /dev/null
+++ b/domains/gunman.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "MukuJhansi",
+ "email": "mukundagrawal800@gmail.com",
+ "discord": "1115658967012626542"
+ },
+
+ "record": {
+ "A": ["216.24.57.1"]
+ }
+}
diff --git a/domains/guptagaurav.json b/domains/guptagaurav.json
new file mode 100644
index 000000000..2bf6ebe5f
--- /dev/null
+++ b/domains/guptagaurav.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "gauravgupta256",
+ "email": "gauravgupta8652@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-gaurav.onrender.com"
+ }
+}
diff --git a/domains/guru.json b/domains/guru.json
index 88e201709..48356a928 100644
--- a/domains/guru.json
+++ b/domains/guru.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Guru322",
- "email": "sahoogurucharan00@gmail.com"
- },
- "record": {
- "CNAME": "guru322.github.io"
- }
+ "owner": {
+ "username": "Guru322",
+ "email": "sahoogurucharan00@gmail.com"
+ },
+ "record": {
+ "CNAME": "guru322.github.io"
+ }
}
diff --git a/domains/gvl610.json b/domains/gvl610.json
new file mode 100644
index 000000000..2f6b2715f
--- /dev/null
+++ b/domains/gvl610.json
@@ -0,0 +1,12 @@
+{
+ "description": "Host my Github pages. I don't want giangvinhloc610 but instead just gvl610",
+ "repo": "https://github.com/giangvinhloc610/giangvinhloc610.github.io",
+ "owner": {
+ "username": "gvl610",
+ "email": "giangvinhloc610@gmail.com",
+ "twitter": "gvl610"
+ },
+ "record": {
+ "CNAME": "giangvinhloc610.github.io"
+ }
+}
diff --git a/domains/gwilym.json b/domains/gwilym.json
index 1604fb2bd..6b8c5ab77 100644
--- a/domains/gwilym.json
+++ b/domains/gwilym.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Gwilymm",
- "email": "marin.davies@gmail.com"
- },
- "record": {
- "A": ["31.207.36.249"]
- }
+ "owner": {
+ "username": "Gwilymm",
+ "email": "marin.davies@gmail.com"
+ },
+ "record": {
+ "A": ["31.207.36.249"]
+ }
}
diff --git a/domains/gzf.json b/domains/gzf.json
deleted file mode 100644
index 3c4c3f32d..000000000
--- a/domains/gzf.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Argzf",
- "email": "gzf.dev@gmail.com"
- },
- "record": {
- "TXT": "0"
- }
-}
diff --git a/domains/h1roune.json b/domains/h1roune.json
index a15ecc06e..407a2a91f 100644
--- a/domains/h1roune.json
+++ b/domains/h1roune.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "zarqizoubir",
- "email": "zarqi.ezzoubair@etu.uae.ac.ma"
- },
- "record": {
- "CNAME": "zarqi.is-a.dev"
- }
+ "owner": {
+ "username": "zarqizoubir",
+ "email": "zarqi.ezzoubair@etu.uae.ac.ma"
+ },
+ "record": {
+ "CNAME": "zarqi.is-a.dev"
+ }
}
diff --git a/domains/h3ja.json b/domains/h3ja.json
new file mode 100644
index 000000000..67594ca7e
--- /dev/null
+++ b/domains/h3ja.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "hejagithub",
+ "email": "tyjtyjyhjklt@gmail.com",
+ "discord": "540167556443406338"
+ },
+
+ "record": {
+ "CNAME": "hejagithub.github.io"
+ }
+}
diff --git a/domains/h3l.json b/domains/h3l.json
new file mode 100644
index 000000000..f131f3af8
--- /dev/null
+++ b/domains/h3l.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "gvalue-04",
+ "email": "vaporvault04@gmail.com",
+ "discord": "1229820339840618506"
+ },
+
+ "record": {
+ "A": ["69.197.135.202"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/hachiro.json b/domains/hachiro.json
new file mode 100644
index 000000000..d08401bd2
--- /dev/null
+++ b/domains/hachiro.json
@@ -0,0 +1,12 @@
+{
+ "description": "Redirects to my freind's roblox pfp (temp)",
+ "repo": "https://github.com/bananalolok/register",
+ "owner": {
+ "username": "bananalolok",
+ "discord": "banana_lol_7678",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "edge.redirect.pizza"
+ }
+}
diff --git a/domains/hackerhawks.json b/domains/hackerhawks.json
index eca8b37f7..5b51f3b2d 100644
--- a/domains/hackerhawks.json
+++ b/domains/hackerhawks.json
@@ -4,7 +4,10 @@
"email": "robohawks.dev@gmail.com"
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/hafi.json b/domains/hafi.json
new file mode 100644
index 000000000..01d83a4c1
--- /dev/null
+++ b/domains/hafi.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "HafiTheCat",
+ "email": "",
+ "discord": "hafi_the_cat"
+ },
+ "description": "Website about about me",
+ "repo": "https://github.com/HafiTheCat/hafi_the_cat.github.io",
+ "record": {
+ "CNAME": "hafithecat.github.io"
+ }
+}
diff --git a/domains/haizad.json b/domains/haizad.json
index f8264d4b5..da4de8962 100644
--- a/domains/haizad.json
+++ b/domains/haizad.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "haizad",
- "email": "haizadannuar@gmail.com"
- },
- "record": {
- "CNAME": "haizad.github.io"
- }
+ "owner": {
+ "username": "haizad",
+ "email": "haizadannuar@gmail.com"
+ },
+ "record": {
+ "CNAME": "haizad.github.io"
+ }
}
diff --git a/domains/hansana.json b/domains/hansana.json
new file mode 100644
index 000000000..e56adb60c
--- /dev/null
+++ b/domains/hansana.json
@@ -0,0 +1,12 @@
+{
+ "description": "Hansana's Portfolio",
+ "repo": "https://github.com/hansanaD/hansanad.github.io",
+ "owner": {
+ "username": "hansanaD",
+ "email": "josephandrew1@logicstreak.com",
+ "twitter": ""
+ },
+ "record": {
+ "CNAME": "hansanad.github.io"
+ }
+}
diff --git a/domains/harsh.json b/domains/harsh.json
new file mode 100644
index 000000000..bf20be117
--- /dev/null
+++ b/domains/harsh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Riotly",
+ "email": "harshskb73@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-production.onrender.com"
+ }
+}
diff --git a/domains/harshnj.json b/domains/harshnj.json
new file mode 100644
index 000000000..339032802
--- /dev/null
+++ b/domains/harshnj.json
@@ -0,0 +1,30 @@
+{
+ "description": "My Portfolio",
+ "repo": "https://github.com/HarshNarayanJha",
+ "owner": {
+ "username": "HarshNarayanJha",
+ "email": "harshnj@proton.me"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "AAAA": [
+ "2606:50c0:8000::153",
+ "2606:50c0:8001::153",
+ "2606:50c0:8002::153",
+ "2606:50c0:8003::153"
+ ],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
+ "TXT": [
+ "forward-email=harshnj@proton.me",
+ "google-site-verification=Eu4i8iW1vck-KlTEnzPMfyc2WI1sgbYrNeATHJiyds0"
+ ]
+ }
+}
diff --git a/domains/hasnain.json b/domains/hasnain.json
new file mode 100644
index 000000000..f1ce11330
--- /dev/null
+++ b/domains/hasnain.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "HasnainSZN",
+ "email": "officialhasnain100@gmail.com"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/hassbomb.json b/domains/hassbomb.json
new file mode 100644
index 000000000..a3f0b91d5
--- /dev/null
+++ b/domains/hassbomb.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Th3ABombs",
+ "email": "andreabombelli@gmail.com"
+ },
+ "record": {
+ "A": ["144.24.243.47"]
+ }
+}
diff --git a/domains/haste.brandgrandreal.json b/domains/haste.brandgrandreal.json
deleted file mode 100644
index 221e76351..000000000
--- a/domains/haste.brandgrandreal.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "BrandgrandRealMe",
- "email": "brandon.lambe@skiff.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/hastebin.json b/domains/hastebin.json
new file mode 100644
index 000000000..1e16486d9
--- /dev/null
+++ b/domains/hastebin.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "EducatedSuddenBucket",
+ "email": "149485703+EducatedSuddenBucket@users.noreply.github.com",
+ "discord": "1167825360151380032"
+ },
+
+ "record": {
+ "A": ["69.197.135.203"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/hazel.json b/domains/hazel.json
new file mode 100644
index 000000000..29a4c9851
--- /dev/null
+++ b/domains/hazel.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "hablethedev",
+ "email": "xendyex@tutanota.com",
+ "discord": "1113284520737771621"
+ },
+
+ "record": {
+ "CNAME": "hablethedev.github.io"
+ }
+}
diff --git a/domains/hazelnut.json b/domains/hazelnut.json
index 1f87b5e49..d1cad5df7 100644
--- a/domains/hazelnut.json
+++ b/domains/hazelnut.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "HazelNutHoney",
- "email": "hazelnutzhoney@gmail.com"
- },
- "record": {
- "CNAME": "hazelnuthoney.github.io"
- }
+ "owner": {
+ "username": "HazelNutHoney",
+ "email": "hazelnutzhoney@gmail.com"
+ },
+ "record": {
+ "CNAME": "hazelnuthoney.github.io"
+ }
}
diff --git a/domains/hcr5.json b/domains/hcr5.json
new file mode 100644
index 000000000..1a8685a3e
--- /dev/null
+++ b/domains/hcr5.json
@@ -0,0 +1,10 @@
+{
+ "description": "Domain for testing and having fun",
+ "owner": {
+ "username": "hcr5",
+ "email": "hcr5.hcr@gmail.com"
+ },
+ "record": {
+ "URL": "https://hcr5.github.io"
+ }
+}
diff --git a/domains/he.json b/domains/he.json
new file mode 100644
index 000000000..6e9cb67f3
--- /dev/null
+++ b/domains/he.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Yunexiz",
+ "discord": "1040303561847881729",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "yunexiz.pages.dev"
+ }
+}
diff --git a/domains/hein.json b/domains/hein.json
new file mode 100644
index 000000000..b7070cd29
--- /dev/null
+++ b/domains/hein.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "HeinKhantZaw",
+ "email": "heinkhantzaw1@gmail.com"
+ },
+ "record": {
+ "CNAME": "heinkhantzaw.github.io"
+ }
+}
diff --git a/domains/heroprotagonist.json b/domains/heroprotagonist.json
new file mode 100644
index 000000000..8afe86c34
--- /dev/null
+++ b/domains/heroprotagonist.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "carafelix",
+ "email": "heroprotagonist32@gmail.com"
+ },
+ "record": {
+ "CNAME": "carafelix.github.io"
+ }
+}
diff --git a/domains/hexviewer.json b/domains/hexviewer.json
new file mode 100644
index 000000000..b14fc31dc
--- /dev/null
+++ b/domains/hexviewer.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "EducatedSuddenBucket",
+ "email": "educatedsuddenbucket@gmail.com"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
+}
diff --git a/domains/hikamoru.json b/domains/hikamoru.json
new file mode 100644
index 000000000..c59ecd26b
--- /dev/null
+++ b/domains/hikamoru.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AmoreForever",
+ "email": "me.thefarkhodov@gmail.com"
+ },
+ "record": {
+ "CNAME": "hikamoru.pages.dev"
+ }
+}
diff --git a/domains/hilight3r.json b/domains/hilight3r.json
new file mode 100644
index 000000000..963dbaf2d
--- /dev/null
+++ b/domains/hilight3r.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "HIlight3R",
+ "email": "",
+ "discord": "632272741000544259",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.lEEbmOZavCkur0apEhD0MigNx6rzV3Kqhd9_Lw4Wxt7U7b0rcV779rEFB1Fm4LdwKAVJJ8_MeDm1jf0y14lGqQotXsvYzRKOCBk5t7vLtS_541WkodNwOPbAUV_g2KBaq6MynjnwX5786OLkuRJE-QnxwflxQRQHtL76xYJV3d7UVmZk0ppSUxyCw5SdSXUp7zgoJiTE2JIshtR5dFULQCyH9QK7gVpNFJBwaoTJeoRsCOy_oYoXVhYysYhX94tubtwKzE4xSDmQW4UbOo8yLRNTIo-PkyuY6cBD4yYvueRcTAd_UChS12Y27QSFhQq78I7WLaE7u4cV060Th1fEmA.9kQc0tIg1PyfXJtKgbiBSQ.uFTPklnOgLBqnu-dg7ZsCEZ_QrMiuyiHY60IgI1X3CdE1kSQckWTdApOQF8AXTC0inYYfmSpfvzP02Rcgo3Z9vyrckWG_ZSJbmfKR2SOpeN_Cq94jwKAZQXW0U45LxB1.cYkl_VljmQbyvurLc7hF6Q"
+ },
+ "record": {
+ "CNAME": "hilight3r.github.io"
+ }
+}
diff --git a/domains/hirako.json b/domains/hirako.json
index 90bcd4b77..52e036b69 100644
--- a/domains/hirako.json
+++ b/domains/hirako.json
@@ -1,7 +1,10 @@
{
"owner": {
- "username": "hirakotm",
- "email": "hirakoo@proton.me"
+ "username": "hirakoisdead",
+ "email": "",
+ "discord": "hirako.",
+ "twitter": "hirakoisdead",
+ "reddit": "u/hirakotm"
},
"record": {
"CNAME": "website-5xr.pages.dev"
diff --git a/domains/hitesh.json b/domains/hitesh.json
index e31ea8902..cf2577453 100644
--- a/domains/hitesh.json
+++ b/domains/hitesh.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "hitesh-can-code",
- "email": "hiteshofficalyt@gmail.com"
- },
- "record": {
- "CNAME": "hvlxh.pages.dev"
- }
+ "owner": {
+ "username": "hitesh-can-code",
+ "email": "hiteshofficalyt@gmail.com"
+ },
+ "record": {
+ "CNAME": "hvlxh.pages.dev"
+ }
}
diff --git a/domains/hk.json b/domains/hk.json
new file mode 100644
index 000000000..7659d6bbb
--- /dev/null
+++ b/domains/hk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ericsia",
+ "email": "medlexopm@gmail.com"
+ },
+ "record": {
+ "CNAME": "sga.domcloud.co"
+ }
+}
diff --git a/domains/hkdkfih.json b/domains/hkdkfih.json
new file mode 100644
index 000000000..317605238
--- /dev/null
+++ b/domains/hkdkfih.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "cherryservice",
+ "email": "admin@cherry.work.gd",
+ "discord": "1201107428608049164"
+ },
+
+ "record": {
+ "CNAME": "cherryservice.github.io"
+ }
+}
diff --git a/domains/homelander.json b/domains/homelander.json
new file mode 100644
index 000000000..d0b2c8ea4
--- /dev/null
+++ b/domains/homelander.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "GokuPlay609",
+ "email": "GokuPlay609@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/hongkorium.json b/domains/hongkorium.json
deleted file mode 100644
index 97bf197a9..000000000
--- a/domains/hongkorium.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "HongKorium",
- "email": "",
- "discord": "hong.kong"
- },
- "record": {
- "CNAME": "hongkorium.github.io"
- }
-}
diff --git a/domains/hoogdorp.json b/domains/hoogdorp.json
new file mode 100644
index 000000000..194bfd216
--- /dev/null
+++ b/domains/hoogdorp.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Gunterke",
+ "email": "gunterke@zoho.eu"
+ },
+ "record": {
+ "CNAME": "gratis-4925113.jouwweb.site"
+ }
+}
diff --git a/domains/hooman.json b/domains/hooman.json
new file mode 100644
index 000000000..0a2d2226d
--- /dev/null
+++ b/domains/hooman.json
@@ -0,0 +1,12 @@
+{
+ "description": "my personal site",
+ "repo": "https://github.com/ThisIsALegitUsername/thisisalegitusername.github.io",
+ "owner": {
+ "username": "hooman23",
+ "discord": "hooman23",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "thisisalegitusername.github.io"
+ }
+}
diff --git a/domains/horizon-server.json b/domains/horizon-server.json
new file mode 100644
index 000000000..1ab1e64e4
--- /dev/null
+++ b/domains/horizon-server.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "HorizonFiles",
+ "email": "getbomb@bk.ru",
+ "discord": "1223721772051075193"
+ },
+
+ "record": {
+ "CNAME": "horizonfiles.github.io"
+ }
+}
diff --git a/domains/horizon.json b/domains/horizon.json
new file mode 100644
index 000000000..3caf9bcc8
--- /dev/null
+++ b/domains/horizon.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Horizon1010",
+ "email": "",
+ "discord": "877848431983493132"
+ },
+
+ "record": {
+ "CNAME": "lunar-hangout.pages.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/horn7x.is-a.dev.json b/domains/horn7x.is-a.dev.json
deleted file mode 100644
index 4dbdc308a..000000000
--- a/domains/horn7x.is-a.dev.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "owner": {
- "username": "horn7x",
- "email": "133672531+horn7x@users.noreply.github.com",
- "note": "This record was created by is-a.dev Discord bot via discord id: 958443139918598204"
- },
-
- "record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
-
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
-
- "TXT": "forward-email=horn7x@gmail.com"
- }
-}
diff --git a/domains/horu.json b/domains/horu.json
new file mode 100644
index 000000000..45f1c8e08
--- /dev/null
+++ b/domains/horu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "HigherOrderLogic",
+ "email": "73709188+HigherOrderLogic@users.noreply.github.com"
+ },
+ "record": {
+ "CNAME": "HigherOrderLogic.github.io"
+ }
+}
diff --git a/domains/host-image.json b/domains/host-image.json
new file mode 100644
index 000000000..57d30f8c5
--- /dev/null
+++ b/domains/host-image.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "heyjumanji",
+ "email": "madhuchutiya.unhinge650@silomails.com"
+ },
+ "record": {
+ "CNAME": "host-image.pages.dev"
+ }
+}
diff --git a/domains/houlton.json b/domains/houlton.json
new file mode 100644
index 000000000..d30abda61
--- /dev/null
+++ b/domains/houlton.json
@@ -0,0 +1,11 @@
+{
+ "description": "houlton.is-a.dev -> solo.to/houlton redirect.",
+ "repo": "https://github.com/ahoulton/register",
+ "owner": {
+ "username": "ahoulton",
+ "email": "ignhoulton@gmail.com"
+ },
+ "record": {
+ "URL": "https://solo.to/houlton"
+ }
+}
diff --git a/domains/hridimay.json b/domains/hridimay.json
index d3352404b..3ac435491 100644
--- a/domains/hridimay.json
+++ b/domains/hridimay.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "hridimay",
- "email": "hridimay@gmail.com"
- },
- "record": {
- "CNAME": "hridimay.github.io"
- }
+ "owner": {
+ "username": "hridimay",
+ "email": "hridimay@gmail.com"
+ },
+ "record": {
+ "CNAME": "hridimay.github.io"
+ }
}
diff --git a/domains/hugovidafe.json b/domains/hugovidafe.json
new file mode 100644
index 000000000..268a804f7
--- /dev/null
+++ b/domains/hugovidafe.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "0x1026",
+ "email": "me@hugovidafe.dev"
+ },
+ "record": {
+ "URL": "https://hugovidafe.dev"
+ }
+}
diff --git a/domains/huz.json b/domains/huz.json
new file mode 100644
index 000000000..547fd3d73
--- /dev/null
+++ b/domains/huz.json
@@ -0,0 +1,12 @@
+{
+ "description": "Huz Personal Portfolio",
+ "repo": "https://github.com/Nooby69/Huz",
+ "owner": {
+ "username": "Nooby69",
+ "email": "farighinsaan123@gmail.com",
+ "discord": "excalibur._.dev"
+ },
+ "record": {
+ "CNAME": "nooby69.github.io"
+ }
+}
diff --git a/domains/hycord.json b/domains/hycord.json
index 7e282d7b6..482ca4839 100644
--- a/domains/hycord.json
+++ b/domains/hycord.json
@@ -1,11 +1,13 @@
{
- "description": "Hi! I'm Hycord!",
+ "description": "Development Portfolio for Hycord",
+ "url": "https://github.com/hycord/monorepo",
"owner": {
"username": "hycord",
"email": "hycord@hycordia.com",
- "twitter": "IGNHycord"
+ "twitter": "IGNHycord",
+ "discord": "322144499734151169"
},
"record": {
- "CNAME": "xbwlnzmg.up.railway.app"
+ "URL": "https://masen.dev/"
}
}
diff --git a/domains/i-am.json b/domains/i-am.json
new file mode 100644
index 000000000..5b296d642
--- /dev/null
+++ b/domains/i-am.json
@@ -0,0 +1,10 @@
+{
+ "description": "i-am.is-a.dev",
+ "owner": {
+ "username": "i-am-is-a-dev",
+ "email": "lx737456@gmail.com"
+ },
+ "record": {
+ "A": ["89.106.200.1"]
+ }
+}
diff --git a/domains/i.esb.json b/domains/i.esb.json
new file mode 100644
index 000000000..ffcf230cf
--- /dev/null
+++ b/domains/i.esb.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "EducatedSuddenBucket",
+ "email": "educatedsuddenbucket@gmail.com"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
+}
diff --git a/domains/i3.esb.json b/domains/i3.esb.json
new file mode 100644
index 000000000..364b03edf
--- /dev/null
+++ b/domains/i3.esb.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "EducatedSuddenBucket",
+ "email": "educatedsuddenbucket@gmail.com",
+ "discord": "1167825360151380032"
+ },
+
+ "record": {
+ "A": ["69.197.135.205"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/iakzs.json b/domains/iakzs.json
index c3f9f7ad8..588ed84fd 100644
--- a/domains/iakzs.json
+++ b/domains/iakzs.json
@@ -12,7 +12,10 @@
"185.199.111.153",
"185.199.108.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~allCOPY"
}
}
diff --git a/domains/ialkoa.json b/domains/ialkoa.json
index 73e569944..0a8f0bb84 100644
--- a/domains/ialkoa.json
+++ b/domains/ialkoa.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "CallMePudding",
- "email": "CallMePudding@zohomail.eu"
- },
- "record": {
- "URL": "https://callmepudding.github.io/ialkoastuff/"
- }
+ "owner": {
+ "username": "CallMePudding",
+ "email": "CallMePudding@zohomail.eu"
+ },
+ "record": {
+ "URL": "https://callmepudding.github.io/ialkoastuff/"
+ }
}
diff --git a/domains/iam.json b/domains/iam.json
new file mode 100644
index 000000000..fa65df012
--- /dev/null
+++ b/domains/iam.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Utsav14s",
+ "email": "utsavk740@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/iamai.json b/domains/iamai.json
index ac27c3e37..383d7b618 100644
--- a/domains/iamai.json
+++ b/domains/iamai.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "HsiangNianian",
- "email": "i@jyunko.cn"
- },
- "record": {
- "CNAME": "readthedocs.io"
- }
+ "owner": {
+ "username": "HsiangNianian",
+ "email": "i@jyunko.cn"
+ },
+ "record": {
+ "CNAME": "readthedocs.io"
+ }
}
diff --git a/domains/iamlazylll.json b/domains/iamlazylll.json
index 1a961fefa..8f172e32f 100644
--- a/domains/iamlazylll.json
+++ b/domains/iamlazylll.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "iamlazylll",
- "email": "eason4666@gmail.com"
- },
- "record": {
- "CNAME": "iamlazylll.github.io"
- }
+ "owner": {
+ "username": "iamlazylll",
+ "email": "eason4666@gmail.com"
+ },
+ "record": {
+ "CNAME": "iamlazylll.github.io"
+ }
}
diff --git a/domains/ians.json b/domains/ians.json
index f683a751b..af327bdad 100644
--- a/domains/ians.json
+++ b/domains/ians.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ianskids",
- "email": "theians@yahoo.com"
- },
- "record": {
- "CNAME": "dev.ians.my.id"
- }
+ "owner": {
+ "username": "ianskids",
+ "email": "theians@yahoo.com"
+ },
+ "record": {
+ "CNAME": "dev.ians.my.id"
+ }
}
diff --git a/domains/ibrahimai.json b/domains/ibrahimai.json
new file mode 100644
index 000000000..0388a32cd
--- /dev/null
+++ b/domains/ibrahimai.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ibrahimaitech",
+ "email": "ibrahimaik045@gmail.com"
+ },
+ "record": {
+ "URL": "https://telegra.ph/file/9101ffa9637ca85a5cae1.jpg"
+ }
+}
diff --git a/domains/ibrahimtech.json b/domains/ibrahimtech.json
new file mode 100644
index 000000000..11e7d7576
--- /dev/null
+++ b/domains/ibrahimtech.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ibrahimaitech",
+ "email": "ibrahimaik045@gmail.com"
+ },
+ "record": {
+ "URL": "https://telegra.ph/file/13685b7a1d9131dd7ca27.jpg"
+ }
+}
diff --git a/domains/ice-head.json b/domains/ice-head.json
index 2fd187cda..6fe056ae3 100644
--- a/domains/ice-head.json
+++ b/domains/ice-head.json
@@ -13,7 +13,10 @@
"185.199.111.153"
],
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
"TXT": "forward-email=heads.ice@protonmail.com"
}
diff --git a/domains/ignasius.json b/domains/ignasius.json
index 2d10d378b..79fcef4cd 100644
--- a/domains/ignasius.json
+++ b/domains/ignasius.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ace3",
- "email": "ace3xx@gmail.com"
- },
- "record": {
- "A": ["138.2.84.251"]
- }
+ "owner": {
+ "username": "ace3",
+ "email": "ace3xx@gmail.com"
+ },
+ "record": {
+ "A": ["138.2.84.251"]
+ }
}
diff --git a/domains/igor.json b/domains/igor.json
index aab6143cf..e75d01eaf 100644
--- a/domains/igor.json
+++ b/domains/igor.json
@@ -1,10 +1,10 @@
{
"owner": {
- "username": "apenasigordev",
- "email": "nerdvsvs@gmail.com"
+ "username": "igorwastaken",
+ "email": "figueiredoigor325@gmail.com"
},
"record": {
- "CNAME": "apenasigordev.github.io"
+ "CNAME": "portfolio-dcn.pages.dev"
}
}
diff --git a/domains/ikdan.json b/domains/ikdan.json
new file mode 100644
index 000000000..44355691e
--- /dev/null
+++ b/domains/ikdan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Kirill2255",
+ "email": "ailcenko019@gmail.com"
+ },
+ "record": {
+ "A": ["95.163.215.114"]
+ }
+}
diff --git a/domains/ikhlashmulya.json b/domains/ikhlashmulya.json
index fc2b38135..5ec9df23e 100644
--- a/domains/ikhlashmulya.json
+++ b/domains/ikhlashmulya.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Ikhlashmulya",
- "email": "nurahmanmulya@gmail.com"
- },
- "record": {
- "CNAME": "ikhlashmulya.github.io"
- }
+ "owner": {
+ "username": "Ikhlashmulya",
+ "email": "nurahmanmulya@gmail.com"
+ },
+ "record": {
+ "CNAME": "ikhlashmulya.github.io"
+ }
}
diff --git a/domains/ikjun.json b/domains/ikjun.json
index 10e947364..903662e11 100644
--- a/domains/ikjun.json
+++ b/domains/ikjun.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "no-ikjun",
- "email": "choiikjun1101@gmail.com"
- },
- "record": {
- "CNAME": "ikjun.com"
- }
+ "owner": {
+ "username": "no-ikjun",
+ "email": "choiikjun1101@gmail.com"
+ },
+ "record": {
+ "CNAME": "ikjun.com"
+ }
}
diff --git a/domains/illy.json b/domains/illy.json
new file mode 100644
index 000000000..2f8bd197e
--- /dev/null
+++ b/domains/illy.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal about me and Projects website",
+ "repo": "https://github.com/illy-dev/illy-dev.github.io",
+ "owner": {
+ "username": "illy-dev",
+ "email": "illythehase@gmail.com"
+ },
+ "record": {
+ "CNAME": "illy-dev.github.io"
+ }
+}
diff --git a/domains/imad.json b/domains/imad.json
index a6f00d379..7eec7155d 100644
--- a/domains/imad.json
+++ b/domains/imad.json
@@ -6,8 +6,6 @@
"email": "imad.kh@outlook.com"
},
"record": {
- "A": [
- "20.101.44.225"
- ]
+ "A": ["20.101.44.225"]
}
}
diff --git a/domains/images.civic.json b/domains/images.civic.json
new file mode 100644
index 000000000..1da09d2c7
--- /dev/null
+++ b/domains/images.civic.json
@@ -0,0 +1,12 @@
+{
+ "description": "image server",
+ "repo": "https://github.com/civic1007/image-service",
+ "owner": {
+ "username": "civic1007",
+ "email": "",
+ "discord": "civic1007"
+ },
+ "record": {
+ "CNAME": "civics-api.pages.dev"
+ }
+}
diff --git a/domains/imd.json b/domains/imd.json
index a6f00d379..7eec7155d 100644
--- a/domains/imd.json
+++ b/domains/imd.json
@@ -6,8 +6,6 @@
"email": "imad.kh@outlook.com"
},
"record": {
- "A": [
- "20.101.44.225"
- ]
+ "A": ["20.101.44.225"]
}
}
diff --git a/domains/img.cala.json b/domains/img.cala.json
new file mode 100644
index 000000000..7cbd431f6
--- /dev/null
+++ b/domains/img.cala.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "calamitywoah",
+ "email": "krivojta@gmail.com",
+ "discord": "981555580495867964"
+ },
+
+ "record": {
+ "CNAME": "calamitywoah.github.io"
+ }
+}
diff --git a/domains/img.cutedog5695.json b/domains/img.cutedog5695.json
deleted file mode 100644
index 86c042d71..000000000
--- a/domains/img.cutedog5695.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "CuteDog5695",
- "email": "cutedog5695@gmail.com",
- "discord": "cutedog5695",
- "twitter": "cutedog5695"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/img.kenny.json b/domains/img.kenny.json
new file mode 100644
index 000000000..1f3d6287f
--- /dev/null
+++ b/domains/img.kenny.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "KennySB-dev",
+ "email": "kennybugeja@gmail.com"
+ },
+ "record": {
+ "CNAME": "ikenny.only-fans.club"
+ }
+}
diff --git a/domains/img.suki.json b/domains/img.suki.json
index a3d5501ed..4ae0c87c0 100644
--- a/domains/img.suki.json
+++ b/domains/img.suki.json
@@ -4,6 +4,6 @@
"email": "sukimayoo@outlook.com"
},
"record": {
- "A": ["69.30.249.53"]
+ "A": ["69.197.135.204"]
}
}
diff --git a/domains/imide.json b/domains/imide.json
new file mode 100644
index 000000000..9bc78a0e2
--- /dev/null
+++ b/domains/imide.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "imide",
+ "email": "",
+ "discord": "555915168932954112"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/imm0nv1nhtv.json b/domains/imm0nv1nhtv.json
new file mode 100644
index 000000000..4aff3bd16
--- /dev/null
+++ b/domains/imm0nv1nhtv.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "imm0nv1nhtv",
+ "email": "windows10phamvinh+github@gmail.com"
+ },
+ "record": {
+ "CNAME": "imm0nv1nhtv.pages.dev"
+ }
+}
diff --git a/domains/imran.json b/domains/imran.json
new file mode 100644
index 000000000..834373c01
--- /dev/null
+++ b/domains/imran.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "imranmollajoy",
+ "email": "imranmollajoy@gmail.com"
+ },
+ "record": {
+ "CNAME": "imranmollajoy.github.io"
+ }
+}
diff --git a/domains/imsoumyaneel.json b/domains/imsoumyaneel.json
new file mode 100644
index 000000000..2e2679abb
--- /dev/null
+++ b/domains/imsoumyaneel.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "A-Little-Hat",
+ "email": "soumyasarkar309@gmail.com"
+ },
+ "record": {
+ "CNAME": "a-little-hat.github.io"
+ }
+}
diff --git a/domains/indidee.json b/domains/indidee.json
new file mode 100644
index 000000000..7c283d282
--- /dev/null
+++ b/domains/indidee.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "indideee",
+ "email": "amberisamab@gmail.com"
+ },
+ "record": {
+ "CNAME": "indideee.github.io"
+ }
+}
diff --git a/domains/indra87g.json b/domains/indra87g.json
new file mode 100644
index 000000000..063ea2303
--- /dev/null
+++ b/domains/indra87g.json
@@ -0,0 +1,11 @@
+{
+ "description": "Indra Sah Noeldy",
+ "repo": "https://github.com/is-a-dev/docs",
+ "owner": {
+ "username": "indra87g",
+ "email": "twinightwheel50@gmail.com"
+ },
+ "record": {
+ "CNAME": "indra87g.surge.sh"
+ }
+}
diff --git a/domains/infinotiver.json b/domains/infinotiver.json
index 3b9b4b719..eb05bf447 100644
--- a/domains/infinotiver.json
+++ b/domains/infinotiver.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "infinotiver",
- "email": "prakarsh.3482@gmail.com"
- },
- "record": {
- "CNAME": "infinotiver.github.io"
- }
+ "owner": {
+ "username": "infinotiver",
+ "email": "prakarsh.3482@gmail.com"
+ },
+ "record": {
+ "CNAME": "infinotiver.github.io"
+ }
}
diff --git a/domains/info.vamtic.json b/domains/info.vamtic.json
new file mode 100644
index 000000000..7e6366b80
--- /dev/null
+++ b/domains/info.vamtic.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vamtic",
+ "email": "vamtic@yahoo.com"
+ },
+ "record": {
+ "CNAME": "info-86z.pages.dev"
+ }
+}
diff --git a/domains/insencel.json b/domains/insencel.json
new file mode 100644
index 000000000..cc5adf59d
--- /dev/null
+++ b/domains/insencel.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Insencel",
+ "email": "devsencel@gmail.com"
+ },
+ "description": "A domain for hosting a typo3 account to test things with and build test-websites",
+ "record": {
+ "A": [
+ "164.68.124.156"
+ ]
+ }
+}
diff --git a/domains/ipsum.json b/domains/ipsum.json
new file mode 100644
index 000000000..0089d3bca
--- /dev/null
+++ b/domains/ipsum.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ashlynmay",
+ "email": "may.ashlyn0723@gmail.com"
+ },
+ "record": {
+ "CNAME": "ashlynmay-github-io.onrender.com"
+ }
+}
diff --git a/domains/ipuppyyt.json b/domains/ipuppyyt.json
index b4f3095d7..7ea3812f8 100644
--- a/domains/ipuppyyt.json
+++ b/domains/ipuppyyt.json
@@ -13,7 +13,10 @@
"185.199.111.153",
"185.199.109.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/iqat.json b/domains/iqat.json
new file mode 100644
index 000000000..43152397d
--- /dev/null
+++ b/domains/iqat.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio for Muhammad Taqi (Iqat)",
+ "repo": "https://github.com/Iqat476/Iqat476.github.io",
+ "owner": {
+ "username": "Iqat476",
+ "email": "iqat476@gmail.com"
+ },
+ "record": {
+ "CNAME": "Iqat476.github.io"
+ }
+}
diff --git a/domains/isabella.json b/domains/isabella.json
index 2c495c66a..d0e038a61 100644
--- a/domains/isabella.json
+++ b/domains/isabella.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "MullerIsabella",
- "email": "AlpineDreamer92@protonmail.com"
- },
- "record": {
- "CNAME": "mullerisabella.onrender.com"
- }
+ "owner": {
+ "username": "MullerIsabella",
+ "email": "AlpineDreamer92@protonmail.com"
+ },
+ "record": {
+ "CNAME": "mullerisabella.onrender.com"
+ }
}
diff --git a/domains/ishan-chawla.json b/domains/ishan-chawla.json
index ec771b0a8..8e8803394 100644
--- a/domains/ishan-chawla.json
+++ b/domains/ishan-chawla.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "KooShnoo",
- "email": "ishan.kpv@gmail.com"
- },
- "record": {
- "CNAME": "portfolio-se0.pages.dev"
- }
+ "owner": {
+ "username": "KooShnoo",
+ "email": "ishan.kpv@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-se0.pages.dev"
+ }
}
diff --git a/domains/ishh.json b/domains/ishh.json
new file mode 100644
index 000000000..d4ef01652
--- /dev/null
+++ b/domains/ishh.json
@@ -0,0 +1,11 @@
+{
+ "description": "ishh.is-a.dev",
+ "repo": "https://github.com/ishh-xd/ishh-xd.github.io",
+ "owner": {
+ "username": "ishh-xd",
+ "email": "ishh-xd@proton.me"
+ },
+ "record": {
+ "CNAME": "ishh-xd.github.io"
+ }
+}
diff --git a/domains/itq.json b/domains/itq.json
new file mode 100644
index 000000000..0640de655
--- /dev/null
+++ b/domains/itq.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "devitq",
+ "email": "itq.dev@ya.ru"
+ },
+ "record": {
+ "URL": "https://github.com/devitq"
+ }
+}
diff --git a/domains/itsmenewbie03.json b/domains/itsmenewbie03.json
deleted file mode 100644
index 096f987fc..000000000
--- a/domains/itsmenewbie03.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "itsmenewbie03",
- "email": "2101102516@student.buksu.edu.ph"
- },
- "record": {
- "A": ["46.250.251.63"]
- }
-}
diff --git a/domains/itsreimau.json b/domains/itsreimau.json
new file mode 100644
index 000000000..7304cefd0
--- /dev/null
+++ b/domains/itsreimau.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "itsreimau",
+ "email": "private.iblmln@gmail.com"
+ },
+ "record": {
+ "CNAME": "itsreimau.github.io"
+ }
+}
diff --git a/domains/ittranducloc.json b/domains/ittranducloc.json
index 809a7b54b..db77b9d81 100644
--- a/domains/ittranducloc.json
+++ b/domains/ittranducloc.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ittranducloc",
- "email": "it.tranducloc@gmail.com"
- },
- "record": {
- "URL": "https://github.com/ittranducloc"
- }
+ "owner": {
+ "username": "ittranducloc",
+ "email": "it.tranducloc@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/ittranducloc"
+ }
}
diff --git a/domains/ixdoggo.json b/domains/ixdoggo.json
new file mode 100644
index 000000000..7d1d87550
--- /dev/null
+++ b/domains/ixdoggo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "xellion-dev",
+ "email": "xelxtct@gmail.com"
+ },
+ "record": {
+ "CNAME": "ixdoggo.pages.dev"
+ }
+}
diff --git a/domains/j.json b/domains/j.json
new file mode 100644
index 000000000..542a2a56a
--- /dev/null
+++ b/domains/j.json
@@ -0,0 +1,10 @@
+{
+ "description": "Short link to juststudio.is-a.dev",
+ "owner": {
+ "username": "JustStudio7",
+ "email": "support@juststudio.is-a.dev"
+ },
+ "record": {
+ "A": ["89.106.200.1"]
+ }
+}
diff --git a/domains/ja.json b/domains/ja.json
index 05ab59d87..5690830d8 100644
--- a/domains/ja.json
+++ b/domains/ja.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "jsJack",
- "email": "hello@jackperry.co"
- },
- "record": {
- "URL": "https://jackperry.co"
- }
+ "owner": {
+ "username": "jsJack",
+ "email": "hello@jackperry.co"
+ },
+ "record": {
+ "URL": "https://jackperry.co"
+ }
}
diff --git a/domains/jabin.json b/domains/jabin.json
new file mode 100644
index 000000000..c3528d919
--- /dev/null
+++ b/domains/jabin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jabinstech",
+ "email": "jabinstech.net@gmail.com"
+ },
+ "record": {
+ "CNAME": "jabinstech.github.io"
+ }
+}
diff --git a/domains/jacksonmalone.json b/domains/jacksonmalone.json
index 7284cc01f..5832f0353 100644
--- a/domains/jacksonmalone.json
+++ b/domains/jacksonmalone.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "jacksonmalone",
- "email": "jrm9918@gmail.com"
- },
- "record": {
- "CNAME": "jacksonmalone.github.io"
- }
+ "owner": {
+ "username": "jacksonmalone",
+ "email": "jrm9918@gmail.com"
+ },
+ "record": {
+ "CNAME": "jacksonmalone.github.io"
+ }
}
diff --git a/domains/jadebetty.json b/domains/jadebetty.json
index c333f85e9..8ac63a732 100644
--- a/domains/jadebetty.json
+++ b/domains/jadebetty.json
@@ -11,7 +11,10 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/jadify.json b/domains/jadify.json
deleted file mode 100644
index 2a89ab99c..000000000
--- a/domains/jadify.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "Jadify-eu",
- "email": "jadifyeu@gmail.com",
- "discord": "753179409682399332"
- },
-
- "record": {
- "CNAME": "is-a.dev.jadify.cyou"
- }
- }
-
\ No newline at end of file
diff --git a/domains/jamespi.json b/domains/jamespi.json
index 423c5d75b..7c332d79a 100644
--- a/domains/jamespi.json
+++ b/domains/jamespi.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Sussy-OS",
- "email": "SussyS0S-Operating-Systems@protonmail.com"
- },
- "record": {
- "URL": "https://cooperbrosssp.top"
- }
+ "owner": {
+ "username": "Sussy-OS",
+ "email": "SussyS0S-Operating-Systems@protonmail.com"
+ },
+ "record": {
+ "URL": "https://cooperbrosssp.top"
+ }
}
diff --git a/domains/jamestheflash22.json b/domains/jamestheflash22.json
new file mode 100644
index 000000000..b3b4d3d13
--- /dev/null
+++ b/domains/jamestheflash22.json
@@ -0,0 +1,11 @@
+{
+ "description": "Use for my server description: Palette Of Pages",
+ "repo": "https://github.com/JamesTheFlash22/JamesTheFlash22.github.io",
+ "owner": {
+ "username": "JamesTheFlash22",
+ "email": "davidebu43@gmail.com"
+ },
+ "record": {
+ "CNAME": "jamestheflash22.github.io"
+ }
+}
diff --git a/domains/janco.json b/domains/janco.json
new file mode 100644
index 000000000..3ed28457e
--- /dev/null
+++ b/domains/janco.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "JancoNel",
+ "email": "",
+ "discord": "1264555376918134796",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.LXD6kezr5CJaRBhFUVB3WcB2IKWzrw1zn6yuWQNmDlGbppbOw7W1GqJWiqePOPHEA_7EVj2f-pvK1WnkFaW4i1g0zpqAPeyNQfyVtlpttW7cyWFJGe_gRoTznaXXvntNw84qOEIIuPqFFloq03Lqdj5Iox736TOefBr5uTSieAj1oJ-qcQS424nnBrremLgjE3mEXY9ORhaTYD3XPdbvX6iYKrDl8ooM_nmkorcZzmoNjCKHDe3p6TML2vuPey_YTX1R0hJGJ1A99VYdBCVhvfEeeEO9Aaxo9Nu-4Um78wMHqtp7oryLHpwOcUzp7a3rAIkjtQaNmiL4jHLoWJFgtw.GWB9aQvdXYxUHmvAYGxK0A.IfxHtkIYUorJIxI7RvkstIB_pGZ-baszSq-IpLE_9arsm3tPTctQbz_Urii0J1-nBvjUaKdkQiWQDa_YBawyT7qber-j-zZlunX-bILrcT4.L4Sb6DK6xcrjwkUsYRmLXw"
+ },
+
+ "record": {
+ "CNAME": "janconel.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/janeq.json b/domains/janeq.json
new file mode 100644
index 000000000..2ae4a57a1
--- /dev/null
+++ b/domains/janeq.json
@@ -0,0 +1,11 @@
+{
+ "description": "I wanna use this website as a database of brawl stars assets",
+ "repo": "https://github.com/notjaneq/bs",
+ "owner": {
+ "username": "notjaneq",
+ "email": "a2012989z@gmail.com"
+ },
+ "record": {
+ "CNAME": "notjaneq.github.io"
+ }
+}
diff --git a/domains/jay.json b/domains/jay.json
new file mode 100644
index 000000000..a5e352183
--- /dev/null
+++ b/domains/jay.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jiacea",
+ "email": "jayjayconsuelo@gmail.com"
+ },
+ "record": {
+ "CNAME": "jai.pages.dev"
+ }
+}
diff --git a/domains/jayg.json b/domains/jayg.json
index 9fb19ca09..b281dabd2 100644
--- a/domains/jayg.json
+++ b/domains/jayg.json
@@ -8,7 +8,10 @@
},
"record": {
"URL": "https://jayg.top",
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/jayraj.json b/domains/jayraj.json
new file mode 100644
index 000000000..f354aff38
--- /dev/null
+++ b/domains/jayraj.json
@@ -0,0 +1,12 @@
+{
+ "description": "personal website",
+ "repo": "https://github.com/kyoichishido/personal_website",
+ "owner": {
+ "username": "kyoichishido",
+ "email": "jayrajcodes@gmail.com",
+ "twitter": "wanna_relive"
+ },
+ "record": {
+ "CNAME": "kyoichishido.github.io"
+ }
+}
diff --git a/domains/jb.json b/domains/jb.json
new file mode 100644
index 000000000..6b3454fee
--- /dev/null
+++ b/domains/jb.json
@@ -0,0 +1,11 @@
+{
+ "description": "jbcarreon123's personal website",
+ "repo": "https://github.com/jbcarreon123/jbs-website/",
+ "owner": {
+ "username": "jbcarreon123",
+ "email": "jbcarreon212@gmail.com"
+ },
+ "record": {
+ "A": ["35.223.92.119"]
+ }
+}
diff --git a/domains/jd.json b/domains/jd.json
new file mode 100644
index 000000000..fef85ac0d
--- /dev/null
+++ b/domains/jd.json
@@ -0,0 +1,11 @@
+{
+ "description": "Short link to justdeveloper.is-a.dev",
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "justdeveloper@juststudio.is-a.dev",
+ "discord": "1117482901353812088"
+ },
+ "record": {
+ "A": ["89.106.200.1"]
+ }
+}
diff --git a/domains/jdszekeres.json b/domains/jdszekeres.json
deleted file mode 100644
index e609b5720..000000000
--- a/domains/jdszekeres.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "repo": "https://github.com/jdszekeres/jdszekeres.github.io",
- "owner": {
- "username": "jdszekeres",
- "email": "racoxo1041@favilu.com"
- },
- "record": {
- "CNAME": "jdszekeres.github.io"
- }
-}
diff --git a/domains/jellyfin.chiragnahata.json b/domains/jellyfin.chiragnahata.json
new file mode 100644
index 000000000..726befd50
--- /dev/null
+++ b/domains/jellyfin.chiragnahata.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/jellyfin.creeperita104.json b/domains/jellyfin.creeperita104.json
new file mode 100644
index 000000000..66df526f1
--- /dev/null
+++ b/domains/jellyfin.creeperita104.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "creeperita09",
+ "email": "creeperita.09@gmail.com"
+ },
+ "record": {
+ "CNAME": "icahomesvr2022.freeddns.org"
+ }
+}
diff --git a/domains/jemex.json b/domains/jemex.json
new file mode 100644
index 000000000..bbd638082
--- /dev/null
+++ b/domains/jemex.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mhmmd95",
+ "email": "mohammadalabras77@gmail.com"
+ },
+ "record": {
+ "A": ["51.89.109.155"]
+ }
+}
diff --git a/domains/jer.json b/domains/jer.json
index 8d9d0874d..abcf1f107 100644
--- a/domains/jer.json
+++ b/domains/jer.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "JerBlox",
- "email": "chen.fuyuan07@gmail.com"
- },
- "record": {
- "CNAME": "jerblox.github.io"
- }
+ "owner": {
+ "username": "JerBlox",
+ "email": "chen.fuyuan07@gmail.com"
+ },
+ "record": {
+ "CNAME": "jerblox.github.io"
+ }
}
diff --git a/domains/jeremydavid.json b/domains/jeremydavid.json
new file mode 100644
index 000000000..c02c1df37
--- /dev/null
+++ b/domains/jeremydavid.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jedidavid",
+ "email": "jeremydb.david@gmail.com"
+ },
+ "record": {
+ "CNAME": "jeremydavidv2.pages.dev"
+ }
+}
diff --git a/domains/jermaine.json b/domains/jermaine.json
new file mode 100644
index 000000000..6de20d1cc
--- /dev/null
+++ b/domains/jermaine.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Codemaine",
+ "email": "jermaineantwi22@gmail.com"
+ },
+ "record": {
+ "CNAME": "codemaine.github.io"
+ }
+}
diff --git a/domains/jes.json b/domains/jes.json
new file mode 100644
index 000000000..e95bf90d6
--- /dev/null
+++ b/domains/jes.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Jesgran",
+ "email": "calzdani20@libero.it"
+ },
+ "record": {
+ "CNAME": "jes.github.io"
+ }
+}
diff --git a/domains/jesseallan.json b/domains/jesseallan.json
index e6f5b6a60..bb5e55010 100644
--- a/domains/jesseallan.json
+++ b/domains/jesseallan.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "JesseAllan",
- "email": "jesseba20+github2@gmail.com"
- },
- "record": {
- "CNAME": "jesseallan.github.io"
- }
+ "owner": {
+ "username": "JesseAllan",
+ "email": "jesseba20+github2@gmail.com"
+ },
+ "record": {
+ "CNAME": "jesseallan.github.io"
+ }
}
diff --git a/domains/jetta.json b/domains/jetta.json
new file mode 100644
index 000000000..b8f8c17b5
--- /dev/null
+++ b/domains/jetta.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "gloxyz",
+ "email": "arfeasotuzbir@gmail.com",
+ "discord": "1208335087523864598"
+ },
+
+ "record": {
+ "CNAME": "lively-first-bolt.glitch.me"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/jeymen.json b/domains/jeymen.json
index 081ebf64c..90015ff87 100644
--- a/domains/jeymen.json
+++ b/domains/jeymen.json
@@ -11,7 +11,11 @@
"185.199.111.153"
],
- "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"],
+ "MX": [
+ "mx.zoho.eu",
+ "mx2.zoho.eu",
+ "mx3.zoho.eu"
+ ],
"TXT": "v=spf1 include:zoho.eu ~all"
}
diff --git a/domains/jhedmendoza.json b/domains/jhedmendoza.json
new file mode 100644
index 000000000..e77a30f37
--- /dev/null
+++ b/domains/jhedmendoza.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jhedmendoza",
+ "email": "jhed.mendoza@hotmail.com"
+ },
+ "record": {
+ "CNAME": "jhedmendoza.github.io"
+ }
+}
diff --git a/domains/jhonneg.json b/domains/jhonneg.json
new file mode 100644
index 000000000..d97b053ca
--- /dev/null
+++ b/domains/jhonneg.json
@@ -0,0 +1,12 @@
+{
+ "description": "Portfolio",
+ "repo": "https://github.com/Jhonneg/jhonneg",
+ "owner": {
+ "username": "Jhonneg",
+ "email": "jonee4339@hotmail.com",
+ "twitter": "Jonee1155"
+ },
+ "record": {
+ "CNAME": "jhonneg.github.io"
+ }
+}
diff --git a/domains/jhonpaco.json b/domains/jhonpaco.json
new file mode 100644
index 000000000..d0e0388fd
--- /dev/null
+++ b/domains/jhonpaco.json
@@ -0,0 +1,10 @@
+{
+ "description": "jhonpaco.is-a.dev",
+ "owner": {
+ "username": "pacodan",
+ "email": "pacodan@jhonpaco.dev"
+ },
+ "record": {
+ "URL": "https://pacoDan.github.io"
+ }
+}
diff --git a/domains/jigar.json b/domains/jigar.json
new file mode 100644
index 000000000..7e4ed2745
--- /dev/null
+++ b/domains/jigar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "drone911",
+ "email": "jigar1822@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.github.com/drone911"
+ }
+}
diff --git a/domains/jj.json b/domains/jj.json
index 2df877f05..c7a808c74 100644
--- a/domains/jj.json
+++ b/domains/jj.json
@@ -12,7 +12,10 @@
"185.199.111.153",
"185.199.110.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/joao-silva.json b/domains/joao-silva.json
new file mode 100644
index 000000000..de975239e
--- /dev/null
+++ b/domains/joao-silva.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "imjoaosilva",
+ "email": "z4kreyyt@gmail.com",
+ "discord": "498426798833664012"
+ },
+
+ "record": {
+ "A": ["51.75.68.140"]
+ }
+}
diff --git a/domains/joaoz.json b/domains/joaoz.json
new file mode 100644
index 000000000..390f30cd9
--- /dev/null
+++ b/domains/joaoz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "joao-zanutto",
+ "email": "jpberno@gmail.com"
+ },
+ "record": {
+ "CNAME": "joao-zanutto-github-com.pages.dev"
+ }
+}
diff --git a/domains/joe50097.json b/domains/joe50097.json
new file mode 100644
index 000000000..93f5d50bb
--- /dev/null
+++ b/domains/joe50097.json
@@ -0,0 +1,16 @@
+{
+ "owner": {
+ "username": "Joe50097",
+ "email": "zcell9500@gmail.com"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all",
+ "A": [
+ "75.2.60.5"
+ ]
+ }
+}
diff --git a/domains/joesepp.json b/domains/joesepp.json
new file mode 100644
index 000000000..78fa4dae2
--- /dev/null
+++ b/domains/joesepp.json
@@ -0,0 +1,12 @@
+{
+ "description": "My portfolio website showcasing my work and skills",
+ "repo": "https://github.com//joesepph.github.io",
+ "owner": {
+ "username": "joesepph",
+ "email": "markwer.dev@proton.me",
+ "twitter": "devSeppski"
+ },
+ "record": {
+ "CNAME": "joesepph.github.io"
+ }
+}
diff --git a/domains/joetroll.json b/domains/joetroll.json
new file mode 100644
index 000000000..e66f5ad9d
--- /dev/null
+++ b/domains/joetroll.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "trolljoe",
+ "email": "joetechtok@proton.me",
+ "discord": "1054945019137630278"
+ },
+ "record": {
+ "CNAME": "joetroll.pages.dev"
+ }
+}
diff --git a/domains/johndoe.json b/domains/johndoe.json
new file mode 100644
index 000000000..cd996b2e5
--- /dev/null
+++ b/domains/johndoe.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "KingLuc12",
+ "email": "lucian.g.king+github@gmail.com"
+ },
+ "record": {
+ "CNAME": "jhondoeisadev.pages.dev"
+ }
+}
diff --git a/domains/johndoegg.json b/domains/johndoegg.json
new file mode 100644
index 000000000..c3a7d919a
--- /dev/null
+++ b/domains/johndoegg.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kuroigg",
+ "email": "mrlangdon197@gmail.com"
+ },
+ "record": {
+ "URL": "https://kuroigg.github.io/"
+ }
+}
diff --git a/domains/joko.json b/domains/joko.json
new file mode 100644
index 000000000..c94c250e0
--- /dev/null
+++ b/domains/joko.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "AhNode",
+ "email": "",
+ "discord": "704173828187619370"
+ },
+
+ "record": {
+ "A": ["69.197.135.202"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/jokostorage.json b/domains/jokostorage.json
new file mode 100644
index 000000000..01eea57da
--- /dev/null
+++ b/domains/jokostorage.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "AhNode",
+ "email": "jakijapanese@gmail.com",
+ "discord": "704173828187619370"
+ },
+
+ "record": {
+ "A": ["69.197.135.202"]
+ }
+ }
+
diff --git a/domains/jokotwib.json b/domains/jokotwib.json
new file mode 100644
index 000000000..90b0f2b20
--- /dev/null
+++ b/domains/jokotwib.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "AhNode",
+ "email": "jakijapanese@gmail.com",
+ "discord": "704173828187619370"
+ },
+
+ "record": {
+ "A": ["69.197.135.202"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/joltz.json b/domains/joltz.json
new file mode 100644
index 000000000..952e436d4
--- /dev/null
+++ b/domains/joltz.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "joltz1234",
+ "email": "joltzx123@gmail.com",
+ "discord": "837162825373188106"
+ },
+
+ "record": {
+ "URL": "https://guns.lol/joltz"
+ }
+}
diff --git a/domains/joltz1234.json b/domains/joltz1234.json
new file mode 100644
index 000000000..3f7340ebb
--- /dev/null
+++ b/domains/joltz1234.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "joltz1234",
+ "email": "joltzx123@gmail.com",
+ "discord": "837162825373188106"
+ },
+
+ "record": {
+ "CNAME": "joltz1234.github.io"
+ }
+}
diff --git a/domains/joseph.json b/domains/joseph.json
index b0022536a..06d74b060 100644
--- a/domains/joseph.json
+++ b/domains/joseph.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Friedman10",
- "email": "yfriedman@gmail.com"
- },
- "record": {
- "MX": ["smtp.google.com"]
- }
+ "owner": {
+ "username": "Friedman10",
+ "email": "yfriedman@gmail.com"
+ },
+ "record": {
+ "MX": ["smtp.google.com"]
+ }
}
diff --git a/domains/joshua.json b/domains/joshua.json
new file mode 100644
index 000000000..2df21630b
--- /dev/null
+++ b/domains/joshua.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Dwigoric",
+ "email": "",
+ "discord": "295391820744228867"
+ },
+
+ "record": {
+ "CNAME": "dwigoric.pages.dev"
+ }
+}
diff --git a/domains/josval.json b/domains/josval.json
new file mode 100644
index 000000000..c111ed7b8
--- /dev/null
+++ b/domains/josval.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "heyy-josval",
+ "email": "josvalmtrz@gmail.com"
+ },
+ "record": {
+ "URL": "https://josval.vercel.app"
+ }
+}
diff --git a/domains/joyal-jijo.json b/domains/joyal-jijo.json
new file mode 100644
index 000000000..55c4a44a5
--- /dev/null
+++ b/domains/joyal-jijo.json
@@ -0,0 +1,14 @@
+{
+ "description": "joyal portfolio",
+ "repo": "https://github.com/joyal-jij0/portfolio",
+ "owner": {
+ "username": "joyal-jij0",
+ "email": "",
+ "discord": "joyal_jij0"
+ },
+ "record": {
+ "A": [
+ "75.2.60.5"
+ ]
+ }
+}
\ No newline at end of file
diff --git a/domains/js.json b/domains/js.json
index 89ea90364..a1422fcd9 100644
--- a/domains/js.json
+++ b/domains/js.json
@@ -1,11 +1,14 @@
{
- "owner": {
- "username": "ukrioo",
- "email": "u8k50850@gmail.com"
- },
- "record": {
- "URL": "https://ukrioo.github.io/",
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
- "TXT": "forward-email=u8k50850@gmail.com"
- }
+ "owner": {
+ "username": "ukrioo",
+ "email": "u8k50850@gmail.com"
+ },
+ "record": {
+ "URL": "https://ukrioo.github.io/",
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
+ "TXT": "forward-email=u8k50850@gmail.com"
+ }
}
diff --git a/domains/jsjack.json b/domains/jsjack.json
index 05ab59d87..5690830d8 100644
--- a/domains/jsjack.json
+++ b/domains/jsjack.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "jsJack",
- "email": "hello@jackperry.co"
- },
- "record": {
- "URL": "https://jackperry.co"
- }
+ "owner": {
+ "username": "jsJack",
+ "email": "hello@jackperry.co"
+ },
+ "record": {
+ "URL": "https://jackperry.co"
+ }
}
diff --git a/domains/jsongenerator.json b/domains/jsongenerator.json
new file mode 100644
index 000000000..b14fc31dc
--- /dev/null
+++ b/domains/jsongenerator.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "EducatedSuddenBucket",
+ "email": "educatedsuddenbucket@gmail.com"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
+}
diff --git a/domains/jstn.json b/domains/jstn.json
new file mode 100644
index 000000000..e8190d4e7
--- /dev/null
+++ b/domains/jstn.json
@@ -0,0 +1,12 @@
+{
+ "description": "Justin's personal website",
+ "repo": "https://github.com/justinbalaguer/justinbalaguer.github.io",
+ "owner": {
+ "username": "justinbalaguer",
+ "email": "justinbalaguer@pm.me",
+ "twitter": "ojintoji"
+ },
+ "record": {
+ "CNAME": "justinbalaguer.github.io"
+ }
+}
diff --git a/domains/juan.json b/domains/juan.json
new file mode 100644
index 000000000..75185ef29
--- /dev/null
+++ b/domains/juan.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "juan7180",
+ "email": "miavictorianash@gmail.com",
+ "discord": "779882046067179531"
+ },
+
+ "record": {
+ "A": ["185.27.133.19"]
+ }
+}
diff --git a/domains/juin.json b/domains/juin.json
new file mode 100644
index 000000000..c78a8794c
--- /dev/null
+++ b/domains/juin.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal portfolio",
+ "repo": "https://github.com/Juin28/Juin28.github.io",
+ "owner": {
+ "username": "Juin28",
+ "email": "tanjuinlong@gmail.com"
+ },
+ "record": {
+ "CNAME": "juin28.github.io"
+ }
+}
diff --git a/domains/jumanji.json b/domains/jumanji.json
index 351a248a3..d368f88de 100644
--- a/domains/jumanji.json
+++ b/domains/jumanji.json
@@ -1,9 +1,17 @@
{
- "owner": {
- "username": "heyjumanji",
- "email": "madhuchutiya.unhinge650@silomails.com"
- },
- "record": {
- "CNAME": "heyjumanji.pages.dev"
- }
+ "owner": {
+ "username": "heyjumanji",
+ "email": "madhuchutiya.unhinge650@silomails.com"
+ },
+ "record": {
+ "A": [
+ "172.66.47.44",
+ "172.66.44.212"
+ ],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/jun-wei.json b/domains/jun-wei.json
new file mode 100644
index 000000000..18f55ddf5
--- /dev/null
+++ b/domains/jun-wei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "junwei0676",
+ "email": "junwei0676@gmail.com"
+ },
+ "record": {
+ "URL": "https://jun-wei-dev.netlify.app/"
+ }
+}
diff --git a/domains/juniper.orangc.json b/domains/juniper.orangc.json
new file mode 100644
index 000000000..0c3b75689
--- /dev/null
+++ b/domains/juniper.orangc.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "orxngc",
+ "discord": "orangc",
+ "email": "orangc@proton.me"
+ },
+ "record": {
+ "A": ["66.59.209.229"]
+ }
+}
diff --git a/domains/junwei.json b/domains/junwei.json
new file mode 100644
index 000000000..18f55ddf5
--- /dev/null
+++ b/domains/junwei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "junwei0676",
+ "email": "junwei0676@gmail.com"
+ },
+ "record": {
+ "URL": "https://jun-wei-dev.netlify.app/"
+ }
+}
diff --git a/domains/juqwtf.json b/domains/juqwtf.json
index 5d42c100f..396af90f7 100644
--- a/domains/juqwtf.json
+++ b/domains/juqwtf.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "denboy0123",
- "email": "pochtaproverka01@gmail.com"
- },
- "record": {
- "A": ["193.233.252.12"],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
- }
+ "description": "juqwtf site",
+ "repo": "https://github.com/denboy0123/juq.github.io",
+ "owner": {
+ "username": "denboy0123",
+ "email": "pochtaproverka01@gmail.com"
+ },
+ "record": {
+ "CNAME": "denboy0123.github.io"
+ }
}
diff --git a/domains/jurgen.json b/domains/jurgen.json
new file mode 100644
index 000000000..855ee18f9
--- /dev/null
+++ b/domains/jurgen.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "def0e0",
+ "email": "def0e0@yandex.ru"
+ },
+ "record": {
+ "A": ["45.148.120.75"]
+ }
+}
diff --git a/domains/just.json b/domains/just.json
new file mode 100644
index 000000000..04c99bd69
--- /dev/null
+++ b/domains/just.json
@@ -0,0 +1,11 @@
+{
+ "description": "Short link to juststudio.is-a.dev",
+ "owner": {
+ "username": "JustStudio7",
+ "email": "support@juststudio.is-a.dev",
+ "discord": "1117482901353812088"
+ },
+ "record": {
+ "A": ["89.106.200.1"]
+ }
+}
diff --git a/domains/justdev.json b/domains/justdev.json
new file mode 100644
index 000000000..c6539887a
--- /dev/null
+++ b/domains/justdev.json
@@ -0,0 +1,10 @@
+{
+ "description": "Short link to justdeveloer.is-a.dev",
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "justdeveloper@juststudio.is-a.dev"
+ },
+ "record": {
+ "A": ["89.106.200.1"]
+ }
+}
diff --git a/domains/justdeveloper.json b/domains/justdeveloper.json
new file mode 100644
index 000000000..468029b98
--- /dev/null
+++ b/domains/justdeveloper.json
@@ -0,0 +1,21 @@
+{
+ "description": "JustDeveloper",
+ "repo": "https://github.com/JustDeveloper1/justdeveloper1.github.io",
+ "owner": {
+ "username": "JustDeveloper1",
+ "email": "justdeveloper@juststudio.is-a.dev",
+ "discord": "1117482901353812088"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "TXT": [
+ "google-site-verification=qBaFslC7xe6gcHiolYEJ32HjpJVk-ZOMbRpu_1zkm_s",
+ "yandex-verification: 10cec93159ddc69f"
+ ]
+ }
+}
diff --git a/domains/juststudio.json b/domains/juststudio.json
new file mode 100644
index 000000000..4f2722c82
--- /dev/null
+++ b/domains/juststudio.json
@@ -0,0 +1,27 @@
+{
+ "description": "JustStudio.",
+ "repo": "https://github.com/JustStudio7/juststudio7.github.io",
+ "owner": {
+ "username": "JustStudio7",
+ "email": "support@juststudio.is-a.dev",
+ "discord": "1117482901353812088"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "MX": [
+ "mx.zoho.eu",
+ "mx2.zoho.eu",
+ "mx3.zoho.eu"
+ ],
+ "TXT": [
+ "v=spf1 include:zohomail.eu ~all",
+ "google-site-verification=qUvCromdvfxnS6LXzcxcha5rEsHUzBxl9nZH6sT3Dk4",
+ "yandex-verification: aac5928d8d57ade9"
+ ]
+ }
+}
diff --git a/domains/jvideo.json b/domains/jvideo.json
new file mode 100644
index 000000000..9fa9b8fb9
--- /dev/null
+++ b/domains/jvideo.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "jvideo-sk",
+ "email": "davedrives7@gmail.com",
+ "discord": "1030204181207859260"
+ },
+
+ "record": {
+ "CNAME": "jvideo-sk.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/jzitnik.json b/domains/jzitnik.json
index 79140672f..58e385e73 100644
--- a/domains/jzitnik.json
+++ b/domains/jzitnik.json
@@ -5,7 +5,6 @@
"discord": "KLIND#1906"
},
"record": {
- "A": ["216.24.57.1"],
"MX": [
"a257fec0e9137cd3.mx2.emailprofi.seznam.cz",
"a257fec0e9137cd3.mx1.emailprofi.seznam.cz"
diff --git a/domains/k.json b/domains/k.json
new file mode 100644
index 000000000..3e82368d9
--- /dev/null
+++ b/domains/k.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "MaskDuck",
+ "email": "",
+ "discord": "716134528409665586"
+ },
+ "record": {
+ "CNAME": "maskduck.pages.dev"
+ }
+}
diff --git a/domains/kaizenji2024.json b/domains/kaizenji2024.json
new file mode 100644
index 000000000..7e5186cef
--- /dev/null
+++ b/domains/kaizenji2024.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Kaizenji",
+ "email": "baratumal6788@gmail.com"
+ },
+ "record": {
+ "CNAME": "jayceeqti-web.pages.dev"
+ }
+ }
diff --git a/domains/kaktus.json b/domains/kaktus.json
index de828695f..37f03af38 100644
--- a/domains/kaktus.json
+++ b/domains/kaktus.json
@@ -1,9 +1,10 @@
{
- "owner": {
- "username": "kaktus-1",
- "email": "meatgithub@istwunderbar.de"
- },
- "record": {
- "CNAME": "is-a-dev-3hg.pages.dev"
- }
+ "owner": {
+ "username": "kaktus-1",
+ "email": "",
+ "discord":"kaktus___"
+ },
+ "record": {
+ "CNAME": "is-a-dev-3hg.pages.dev"
+ }
}
diff --git a/domains/kalanathilake.json b/domains/kalanathilake.json
new file mode 100644
index 000000000..653dff925
--- /dev/null
+++ b/domains/kalanathilake.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Kalana-Thilakarathna",
+ "email": "kalana2100@gmail.com"
+ },
+ "record": {
+ "URL": "https://kalanathilake.netlify.app"
+ }
+}
diff --git a/domains/kamlendras.json b/domains/kamlendras.json
index 3bf335942..17e1e7e3a 100644
--- a/domains/kamlendras.json
+++ b/domains/kamlendras.json
@@ -1,12 +1,11 @@
- {
- "description": "my personal web page",
- "repo": "https://github.com/kamlendras/kamlendras.github.io",
- "owner": {
- "username": "kamlendras",
- "email": "kamlendras@proton.me"
-
- },
- "record": {
- "CNAME": "kamlendras.github.io"
- }
-}
+{
+ "description": "my personal web page",
+ "repo": "https://github.com/kamlendras/kamlendras.github.io",
+ "owner": {
+ "username": "kamlendras",
+ "email": "kamlendras@proton.me"
+ },
+ "record": {
+ "CNAME": "kamlendras.github.io"
+ }
+}
diff --git a/domains/kamolgks.json b/domains/kamolgks.json
new file mode 100644
index 000000000..ced082bc1
--- /dev/null
+++ b/domains/kamolgks.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kamolgks",
+ "email": "kamoliddintuhtaboev2@gmail.com"
+ },
+ "record": {
+ "CNAME": "kamolgks.github.io"
+ }
+}
diff --git a/domains/kanti-tkm.json b/domains/kanti-tkm.json
new file mode 100644
index 000000000..d4180df5a
--- /dev/null
+++ b/domains/kanti-tkm.json
@@ -0,0 +1,11 @@
+{
+ "description": "Toyota Fan Website",
+ "repo": "https://ashc1ty.github.io/test-toyo/",
+ "owner": {
+ "username": "AshC1ty",
+ "email": "ashcity07734@gmail.com"
+ },
+ "record": {
+ "CNAME": "ashc1ty.github.io"
+ }
+}
diff --git a/domains/kappucino.json b/domains/kappucino.json
new file mode 100644
index 000000000..aef4c217d
--- /dev/null
+++ b/domains/kappucino.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "kappucin",
+ "email": "132572179+kappucin@users.noreply.github.com",
+ "discord": "853170099392479253"
+ },
+
+ "record": {
+ "CNAME": "kappucin.github.io"
+ }
+}
diff --git a/domains/karacsony.vamtic.json b/domains/karacsony.vamtic.json
new file mode 100644
index 000000000..a0c9ee304
--- /dev/null
+++ b/domains/karacsony.vamtic.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vamtic",
+ "email": "vamtic@yahoo.com"
+ },
+ "record": {
+ "CNAME": "karacsony.pages.dev"
+ }
+}
diff --git a/domains/kars.json b/domains/kars.json
new file mode 100644
index 000000000..34990b408
--- /dev/null
+++ b/domains/kars.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal website.",
+ "repo": "https://github.com/lean-cc/lean-cc.github.io",
+ "owner": {
+ "username": "lean-cc",
+ "email": "leancc3020@gmail.com"
+ },
+ "record": {
+ "CNAME": "lean-cc.github.io"
+ }
+}
diff --git a/domains/karthikr.json b/domains/karthikr.json
new file mode 100644
index 000000000..ceb68c8df
--- /dev/null
+++ b/domains/karthikr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ghxst0x1",
+ "email": "karthikrofficial7@gmail.com"
+ },
+ "record": {
+ "CNAME": "ghxst0x1.pages.dev"
+ }
+}
diff --git a/domains/karttikeya.json b/domains/karttikeya.json
new file mode 100644
index 000000000..6cce8a1d5
--- /dev/null
+++ b/domains/karttikeya.json
@@ -0,0 +1,11 @@
+{
+ "description": "Karttikeya's portfolio website",
+ "repo": "https://github.com/KartKernel/KartKernel.github.io",
+ "owner": {
+ "username": "Karttikeya",
+ "email": "karttikeyashahi@gmail.com"
+ },
+ "record": {
+ "CNAME": "KartKernel.github.io"
+ }
+}
diff --git a/domains/katolik163.json b/domains/katolik163.json
new file mode 100644
index 000000000..a3a4a93a5
--- /dev/null
+++ b/domains/katolik163.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "katolik163",
+ "email": "klimenko.tolik2004@gmail.com",
+ "discord": "376320810631299084"
+ },
+
+ "record": {
+ "CNAME": "katolik163.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/katz.json b/domains/katz.json
new file mode 100644
index 000000000..a9b2826ab
--- /dev/null
+++ b/domains/katz.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Bananalolok",
+ "discord": "banana_lol_7678",
+ "email": ""
+ },
+ "record": {
+ "A": [
+ "69.197.135.205"
+ ]
+ }
+}
diff --git a/domains/kaushalbuccha.json b/domains/kaushalbuccha.json
new file mode 100644
index 000000000..4ccd0ef0a
--- /dev/null
+++ b/domains/kaushalbuccha.json
@@ -0,0 +1,14 @@
+{
+ "description": "Devloper Portfolio",
+ "repo": "https://github.com/kaushalbuccha/Portfolio",
+ "owner": {
+ "username": "kaushalbuccha",
+ "email": "kaushaljain741@gmail.com",
+ "twitter": "kaushalbuccha"
+ },
+ "record": {
+ "A": [
+ "75.2.60.5"
+ ]
+ }
+}
diff --git a/domains/kavin.json b/domains/kavin.json
index a01c0221b..f31da9aec 100644
--- a/domains/kavin.json
+++ b/domains/kavin.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "kavin81",
- "email": "kavin6462@gmail.com"
- },
- "record": {
- "CNAME": "kavin81.pages.dev"
- }
+ "owner": {
+ "username": "kavin81",
+ "email": "kavin6462@gmail.com"
+ },
+ "record": {
+ "CNAME": "kavin81.pages.dev"
+ }
}
diff --git a/domains/kawet.json b/domains/kawet.json
new file mode 100644
index 000000000..674b3f21a
--- /dev/null
+++ b/domains/kawet.json
@@ -0,0 +1,11 @@
+{
+ "description": "My portofolio",
+ "repo": "https://github.com/Kawet00",
+ "owner": {
+ "username": "kawet",
+ "email": "kawet00@proton.me"
+ },
+ "record": {
+ "CNAME": "ee4b2375-cc40-4c9d-b34a-9fa2047b8ebf.id.repl.co"
+ }
+}
diff --git a/domains/kaybee.json b/domains/kaybee.json
new file mode 100644
index 000000000..d268d9fa3
--- /dev/null
+++ b/domains/kaybee.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ecstaticsoul",
+ "email": "soulfulkrishna@gmail.com"
+ },
+ "record": {
+ "CNAME": "ecstaticsoul.github.io"
+ }
+}
diff --git a/domains/kayla.json b/domains/kayla.json
new file mode 100644
index 000000000..b2d7cbb34
--- /dev/null
+++ b/domains/kayla.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "CyberGen49",
+ "email": "kayla@cybah.me"
+ },
+ "description": "For now I just want to secure this subdomain and have it redirect to my main site. I may do more with it later.",
+ "record": {
+ "URL": "https://cybah.me"
+ }
+}
diff --git a/domains/kazuoyk.json b/domains/kazuoyk.json
index 66bd9141a..08ccad1ca 100644
--- a/domains/kazuoyk.json
+++ b/domains/kazuoyk.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "KazuoYK",
- "email": "d4rknewbie@gmail.com"
- },
- "record": {
- "URL": "https://github.com/kazuoyk/dev"
- }
+ "owner": {
+ "username": "KazuoYK",
+ "email": "d4rknewbie@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/kazuoyk/dev"
+ }
}
diff --git a/domains/keiran.json b/domains/keiran.json
new file mode 100644
index 000000000..25238e87a
--- /dev/null
+++ b/domains/keiran.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal Bio",
+ "repo": "https://github.com/is-a-dev/docs",
+ "owner": {
+ "username": "keiranscript",
+ "email": "keiran0@proton.me"
+ },
+ "record": {
+ "URL": "https://bio.kuuichi.xyz"
+ }
+}
diff --git a/domains/kem.json b/domains/kem.json
new file mode 100644
index 000000000..abd8048bf
--- /dev/null
+++ b/domains/kem.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kemsadboiz",
+ "email": "kemdev.contact@gmail.com"
+ },
+ "record": {
+ "A": ["103.169.35.190"]
+ }
+}
diff --git a/domains/kenny.json b/domains/kenny.json
index 8c4cd5e9f..a8954a4c9 100644
--- a/domains/kenny.json
+++ b/domains/kenny.json
@@ -1,17 +1,15 @@
{
- "owner": {
- "username": "KennySB-dev",
- "email": "kennybugeja@gmail.com",
- "discord": "kenny.sb"
- },
- "record": {
- "A": [
+ "owner": {
+ "username": "KennySB-dev",
+ "email": "kennybugeja@gmail.com",
+ "discord": "kenny.sb"
+ },
+ "record": {
+ "A": [
"185.199.108.153",
"185.199.109.153",
"185.199.110.153",
"185.199.111.153"
- ],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
- }
+ ]
+ }
}
diff --git a/domains/kermicidal.json b/domains/kermicidal.json
new file mode 100644
index 000000000..7c2a85ab2
--- /dev/null
+++ b/domains/kermicidal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kermitsgonnakermicide",
+ "email": "kermicidal@gmail.com"
+ },
+ "record": {
+ "CNAME": "kermitsgonnakermicide.github.io"
+ }
+}
diff --git a/domains/kernel32dll.json b/domains/kernel32dll.json
new file mode 100644
index 000000000..239add0e0
--- /dev/null
+++ b/domains/kernel32dll.json
@@ -0,0 +1,15 @@
+{
+ "owner": {
+ "username": "kernal32dll",
+ "email": "expertzack2+g1thub@gmail.com",
+ "discord": "1118894556801413240"
+ },
+
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/kershan.json b/domains/kershan.json
new file mode 100644
index 000000000..c6923e3ed
--- /dev/null
+++ b/domains/kershan.json
@@ -0,0 +1,10 @@
+{
+ "description": "Kershan is a dev site, points to personal site",
+ "owner": {
+ "username": "kershan",
+ "email": "n.kershan+isadev@gmail.com"
+ },
+ "record": {
+ "URL": "http://platformer.online/"
+ }
+}
diff --git a/domains/kewanb.json b/domains/kewanb.json
new file mode 100644
index 000000000..858313696
--- /dev/null
+++ b/domains/kewanb.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kewanfr",
+ "email": "mail@kewan.fr"
+ },
+ "record": {
+ "URL": "https://blog.kewan.fr"
+ }
+}
diff --git a/domains/khaidev.json b/domains/khaidev.json
index 2fa6866a9..c14b383e4 100644
--- a/domains/khaidev.json
+++ b/domains/khaidev.json
@@ -1,10 +1,10 @@
{
- "description": "Hello! I am Khai but if you want you can call me Ken! I am a self thought Developer and mostly code Discord Bots for others for fun! Sometimes I even get donations back, which makes me even more happier and results in having more fun at coding.",
- "repo": "https://github.com/TruongDuyKhai/TruongDuyKhai.github.io",
"owner": {
"username": "TruongDuyKhai",
- "email": "truongduykhai1012@gmail.com"
+ "email": "truongduykhai1012@gmail.com",
+ "discord": "871329074046435338"
},
+
"record": {
"CNAME": "truongduykhai.github.io"
}
diff --git a/domains/khuathuykien.json b/domains/khuathuykien.json
new file mode 100644
index 000000000..f9acb10c2
--- /dev/null
+++ b/domains/khuathuykien.json
@@ -0,0 +1,11 @@
+{
+ "description": "Describe the use of this subdomain",
+ "repo": "https://github.com/kiensamson0000/kiensamson0000.github.io",
+ "owner": {
+ "username": "kiensamson0000",
+ "email": "kienkh99@gmail.com"
+ },
+ "record": {
+ "CNAME": "kiensamson0000.github.io"
+ }
+}
diff --git a/domains/ki.json b/domains/ki.json
deleted file mode 100644
index 6c272e999..000000000
--- a/domains/ki.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Anandkrishna34",
- "email": "aanandkrishna344@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/killerf.json b/domains/killerf.json
index 00deef209..ce44e629e 100644
--- a/domains/killerf.json
+++ b/domains/killerf.json
@@ -1,11 +1,11 @@
{
- "description": "The Person Who Hacked QLASH RP And got away with it with nothing to lose, An Exploiter to say the least; Welcome to Grove Street",
- "repo": "https://discord.gg/groove-community-875725991551569960",
+ "description": "The Person Who Hacked QLASH RP And got away with it with nothing to lose, An Exploiter to say the least; Welcome to the other side",
+ "repo": "https://guns.lol/killerf",
"owner": {
"username": "MohamexDR",
"email": "loliehentaixd@gmail.com"
},
"record": {
- "URL": "https://discord.gg/groove-community-875725991551569960"
+ "URL": "https://guns.lol/killerf"
}
}
diff --git a/domains/killuazoldyck.json b/domains/killuazoldyck.json
new file mode 100644
index 000000000..fefcb1948
--- /dev/null
+++ b/domains/killuazoldyck.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "killuazoldyckreal",
+ "email": "bk1030798@gmail.com"
+ },
+ "record": {
+ "CNAME": "killuazoldyckreal.github.io"
+ }
+}
diff --git a/domains/kingluc.json b/domains/kingluc.json
index 615ef86aa..6a548c428 100644
--- a/domains/kingluc.json
+++ b/domains/kingluc.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "KingLuc12",
- "email": "lucian.g.king+github@gmail.com"
- },
- "record": {
- "URL": "https://kingluc.my.id"
- }
+ "owner": {
+ "username": "KingLuc12",
+ "email": "lucian.g.king+github@gmail.com"
+ },
+ "record": {
+ "URL": "https://kingluc.my.id"
+ }
}
diff --git a/domains/kingofnetflix.json b/domains/kingofnetflix.json
new file mode 100644
index 000000000..94a621fb9
--- /dev/null
+++ b/domains/kingofnetflix.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "kingofnetflix",
+ "email": "kingofnetflix@waifu.club"
+ },
+ "description": "personal development work (websites, reverse proxying, etc)",
+ "record": {
+ "A": [
+ "161.35.97.251"
+ ]
+ }
+}
diff --git a/domains/kirill-adamuk.json b/domains/kirill-adamuk.json
index 752d36fa3..3be528e1f 100644
--- a/domains/kirill-adamuk.json
+++ b/domains/kirill-adamuk.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "superhorsy",
- "email": "adamuk.kirill@gmail.com"
- },
- "record": {
- "CNAME": "superhorsy.github.io"
- }
+ "owner": {
+ "username": "superhorsy",
+ "email": "adamuk.kirill@gmail.com"
+ },
+ "record": {
+ "CNAME": "superhorsy.github.io"
+ }
}
diff --git a/domains/kisi.json b/domains/kisi.json
new file mode 100644
index 000000000..058367869
--- /dev/null
+++ b/domains/kisi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kisi-dev",
+ "email": "bagasdwianggoro535@gmail.com"
+ },
+ "record": {
+ "CNAME": "kisi-dev.github.io"
+ }
+}
diff --git a/domains/kito.json b/domains/kito.json
new file mode 100644
index 000000000..0bd1ba082
--- /dev/null
+++ b/domains/kito.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "KitoMCVN",
+ "email": "",
+ "discord": "915876843884777472",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.bWNBxXSrLT81uzEvuFDyDzQ6MUq8Aq3mkVGE9xrhoZ3emFszHFj1sr4hGsNg-X2IJWAYJHNAFuN6ihvsdWNW1fuJIyUpYUfxnwG272uIjq1441itpD61r9GEjhVI9-f9eiA0DCM3mZxf7JABbSZEAAQSjkQNBZy7btbWqAC_fcvaHlh8tTkmn8tiCF6PmYUaU_-OVcVfpLqfE1NG4jWhqDdh6PHy-YJdNSRMggPKW1tgOkAzzPkFDFJbZLGxbRRhPFzsVi64Q4arfkQgTcsJpEGD5RwQvbb3j_lHGtErQvCndbnhcKAOltYpc-DL3Iv8A0iTeUsrpQ8lu-FKPOuVhg.eEabdg4lkJkWzZ9LhlnMAw.BxE4h5-4aIfPNc5C1Fc13n243OxCAOj0p6aWN6sClxRz9osKsmy_ASiLJ-S0thDvWu4-IDNdEvpt2pmjkQe2a4nCDDIZ8Lh9RHzVOZi_hQs.OTiy1ZwmVAWUfoEqGkqCEg"
+ },
+
+ "record": {
+ "CNAME": "kitomc.site"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/kittyneverdies.json b/domains/kittyneverdies.json
new file mode 100644
index 000000000..2f98b1943
--- /dev/null
+++ b/domains/kittyneverdies.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kittyneverdies",
+ "email": "Catofeyevich@proton.me"
+ },
+ "record": {
+ "CNAME": "kittyneverdies.github.io"
+ }
+}
diff --git a/domains/kiwi.json b/domains/kiwi.json
new file mode 100644
index 000000000..af7ef00c0
--- /dev/null
+++ b/domains/kiwi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "imdakiki",
+ "email": "skullkid73@outlook.com"
+ },
+ "record": {
+ "CNAME": "kikisdevelopment.github.io"
+ }
+}
diff --git a/domains/kleb.json b/domains/kleb.json
index 21d058b71..f8d1961e3 100644
--- a/domains/kleb.json
+++ b/domains/kleb.json
@@ -4,8 +4,6 @@
"email": "krazykleb@outlook.com"
},
"record": {
- "A": ["69.30.249.53"],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ "A": ["69.30.249.53"]
}
}
diff --git a/domains/klent.json b/domains/klent.json
new file mode 100644
index 000000000..8b1002d85
--- /dev/null
+++ b/domains/klent.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "kleeiny",
+ "email": "kleeinlmao@gmail.com",
+ "discord": "763581985410121769"
+ },
+
+ "record": {
+ "CNAME": "ghs.google.com"
+ }
+}
diff --git a/domains/klindos.jzitnik.json b/domains/klindos.jzitnik.json
deleted file mode 100644
index 5fd90cf60..000000000
--- a/domains/klindos.jzitnik.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "JZITNIK-github",
- "email": "klindkubak@zohomail.eu",
- "discord": "KLIND#1906"
- },
- "record": {
- "CNAME": "klind-os.onrender.com"
- }
-}
diff --git a/domains/klone.json b/domains/klone.json
new file mode 100644
index 000000000..fba8f2709
--- /dev/null
+++ b/domains/klone.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Vai3soh",
+ "email": "work.rwx.seven@gmail.com"
+ },
+ "record": {
+ "A": ["45.153.69.189"]
+ }
+}
diff --git a/domains/kociak.json b/domains/kociak.json
new file mode 100644
index 000000000..eecd6f689
--- /dev/null
+++ b/domains/kociak.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "piotrkociakx",
+ "email": "piotrekstypczynski@gmail.com"
+ },
+ "record": {
+ "A": ["137.74.3.247"]
+ }
+}
diff --git a/domains/kokoapi.json b/domains/kokoapi.json
new file mode 100644
index 000000000..0aae2b79b
--- /dev/null
+++ b/domains/kokoapi.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "kokofixcomputers",
+ "email": "",
+ "discord": "1096839213313446019",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.OVsezriezhfXmczekw7NKD6j1jiTDnkJZaV8hmKUT6jVau-fAM4xsfKuSd55u-ayIYDJTJmqUhOdDcRNGn9qJMQU1swUYKM2IjqV5F39j62OBWCEuvGahVIlvk3qPBrL6BsTnE6U5V6AcL7fk07JR7VQncG_gLo_CsF2D3NkMlvjeJweQKk-PjP5f64lFJxpGo4X6lfRgvYI9IAfyDFCBuXVz1bziA_ZLHMLSGSm6OxJSBBPV42TqlHNYGzRYaEq5gBDnANsuNDVN27pHgDEQjhCxP07U3V5dAL7JcESSlR7QQSng47lwmetAtfMlW2HSeOkBLLpkI82XNDCjwnsXA.Qpc8I5_rOVUFEGrJgh4mnw.aZ_gT11nH1hgU_JXz5a01NBB6CDgcy4i9cgBeqo2j50HuQ00uDzzBDS6M941D0WsCOLnzaQ1XvjXLcFiHKcBuINVPaVNDu0X0Nm2ruoPpfLyS6mRa_efDkm9rwXR3bghgOKkE1wcXTR6LyOkDEhyYg.jmEV6MAXMmLltboCG3yE6w"
+ },
+
+ "record": {
+ "A": ["37.114.46.39"]
+ }
+ }
diff --git a/domains/kokoauth.json b/domains/kokoauth.json
new file mode 100644
index 000000000..2f6ffbed2
--- /dev/null
+++ b/domains/kokoauth.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "kokofixcomputers",
+ "email": "",
+ "discord": "1096839213313446019",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.siGn-NNc3J0a5tP-qPXfUiXXiLIVsc0rU0Xd0LJ2zn1pvgeLu42wC5CVbz2mPW9PvsxmeOF2FdX4W1ki8dkzxI5tZO3CljQWLsKq26TpVGTApDCXDUEFk80WpmvQK_uBajVrL-0Jaq_teH1coNYFPbH5dp9WmOV3ckgCkqwqP7alY4klkZ9A6GsdkcJ51gbQ1qHp1qZIX7jwBNcOXE0WR5KTNXKeeOGSvHbAGEWhLc96y6TzokyZsC71pkTF0UjrLfB4uylcD0UfEONiwDKc8jjXR3Jz3GnfzgaSqPjRNYqMjXQ5XxPXwjv8t4iCP3cBRNEMM70pFXneFWt3defrMQ.6dpv7unaFwIz_IkI7VerwA.P9NXfPTD2LDNEdOFa-roPC1NDB1WvFiX8Giai3cjpNFYcYHJyH7_7lOV6o4zUoN83Ttt1VaukQKLsMk2kaVedZUPPryAhzVLMJiG7-GiJlW22PgcTkjB67jRjqEdoSo_zS70y1C7KeiLv7ZyY_koGg.2NwhAegHA2i-6E9hhzlXfQ"
+ },
+
+ "record": {
+ "A": ["45.90.12.32"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/kokofixcomputers.json b/domains/kokofixcomputers.json
new file mode 100644
index 000000000..7ee797a39
--- /dev/null
+++ b/domains/kokofixcomputers.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "kokofixcomputers",
+ "email": "113046561+kokofixcomputers@users.noreply.github.com",
+ "discord": "1096839213313446019"
+ },
+
+ "record": {
+ "MX": ["mail0.serv00.com"]
+ }
+}
diff --git a/domains/koolwiza.json b/domains/koolwiza.json
deleted file mode 100644
index 57cd570dd..000000000
--- a/domains/koolwiza.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "Koolwiza",
- "email": "koolwiza@gmail.com"
- },
- "description": "Just a cool subdomain to have :)",
- "repo": "https://www.github.com/Koolwiza",
- "record": {
- "CNAME": "koolwiza.github.io"
- }
-}
diff --git a/domains/koriumm.json b/domains/koriumm.json
new file mode 100644
index 000000000..9a11101bf
--- /dev/null
+++ b/domains/koriumm.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Koriumm",
+ "email": "KoriummLive@gmail.com",
+ "discord": "hong.kong"
+ },
+ "record": {
+ "CNAME": "koriumm.github.io"
+ }
+}
diff --git a/domains/korrykatti.json b/domains/korrykatti.json
new file mode 100644
index 000000000..8fd67b270
--- /dev/null
+++ b/domains/korrykatti.json
@@ -0,0 +1,12 @@
+{
+ "description": "Domain for my personal website",
+ "repo": "https://github.com/KorryKatti/korrykatti.github.io",
+ "owner": {
+ "username": "KorryKatti",
+ "email": "8nctvx7gi@mozmail.com",
+ "twitter": "korrykatti"
+ },
+ "record": {
+ "CNAME": "korrykatti.github.io"
+ }
+}
diff --git a/domains/kota.json b/domains/kota.json
new file mode 100644
index 000000000..b499f848b
--- /dev/null
+++ b/domains/kota.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sharkota",
+ "email": "nappythebappy@gmail.com"
+ },
+ "record": {
+ "CNAME": "sharkota.github.io"
+ }
+}
diff --git a/domains/kotelek.json b/domains/kotelek.json
deleted file mode 100644
index 5f3c854fe..000000000
--- a/domains/kotelek.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "xKotelek",
- "email": "contact@kotelek.dev"
- },
- "record": {
- "CNAME": "kotelek.dev"
- }
-}
diff --git a/domains/kotikov.json b/domains/kotikov.json
index c9f2d4b43..fcfa81cc9 100644
--- a/domains/kotikov.json
+++ b/domains/kotikov.json
@@ -7,7 +7,10 @@
},
"record": {
"URL": "https://kotikov.pages.dev",
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/kr.json b/domains/kr.json
index 656a56200..fbe679633 100644
--- a/domains/kr.json
+++ b/domains/kr.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "me-nkr",
- "email": "thenaveenkr7@gmail.com"
- },
- "record": {
- "URL": "https://dev.menkr.in"
- }
+ "owner": {
+ "username": "me-nkr",
+ "email": "thenaveenkr7@gmail.com"
+ },
+ "record": {
+ "URL": "https://dev.menkr.in"
+ }
}
diff --git a/domains/kreativethinker.json b/domains/kreativethinker.json
new file mode 100644
index 000000000..ca7be3aef
--- /dev/null
+++ b/domains/kreativethinker.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "KreativeThinker",
+ "email": "sagely2005eagle@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "kreativethinker.github.io"
+ }
+}
diff --git a/domains/kriloud.json b/domains/kriloud.json
new file mode 100644
index 000000000..bba698974
--- /dev/null
+++ b/domains/kriloud.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "finderfail",
+ "email": "ilyalvov2007@gmail.com",
+ "discord": "354246208828735489"
+ },
+
+ "record": {
+ "A": ["142.93.34.245"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/krish.json b/domains/krish.json
new file mode 100644
index 000000000..f6c80b1af
--- /dev/null
+++ b/domains/krish.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "krish858",
+ "email": "unknowmortal57@gmail.com",
+ "discord": "789102469345968131"
+ },
+
+ "record": {
+ "CNAME": "krish858.github.io"
+ }
+ }
+
diff --git a/domains/krishnan.json b/domains/krishnan.json
new file mode 100644
index 000000000..2837b4fa5
--- /dev/null
+++ b/domains/krishnan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "krishnans2006",
+ "email": "krishnans2006@gmail.com"
+ },
+ "record": {
+ "A": ["216.24.57.1"]
+ }
+}
diff --git a/domains/krunch.json b/domains/krunch.json
new file mode 100644
index 000000000..6a37f059f
--- /dev/null
+++ b/domains/krunch.json
@@ -0,0 +1,12 @@
+{
+ "description": "Profile Page",
+ "repo": "https://github.com/RadioactivePotato/krunch-is-a-dev",
+ "owner": {
+ "username": "RadioactivePotato",
+ "email": "",
+ "discord": "krunchiekrunch._."
+ },
+ "record": {
+ "CNAME": "krunch.pages.dev"
+ }
+}
diff --git a/domains/kryptorian.json b/domains/kryptorian.json
new file mode 100644
index 000000000..b5c88bebb
--- /dev/null
+++ b/domains/kryptorian.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kryptorian",
+ "email": "kryptoria@protonmail.com"
+ },
+ "record": {
+ "A": ["130.61.159.247"]
+ }
+}
diff --git a/domains/kryptx.json b/domains/kryptx.json
index 2c628e6b2..eacaea2cf 100644
--- a/domains/kryptx.json
+++ b/domains/kryptx.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "0kryptx",
- "email": "k3px@proton.me"
- },
- "record": {
- "CNAME": "0kryptx.github.io"
- }
+ "owner": {
+ "username": "0kryptx",
+ "email": "k3px@proton.me"
+ },
+ "record": {
+ "CNAME": "0kryptx.github.io"
+ }
}
diff --git a/domains/krystian.json b/domains/krystian.json
new file mode 100644
index 000000000..687ce5471
--- /dev/null
+++ b/domains/krystian.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Krystian15x",
+ "email": "krystiankoral@gmail.com"
+ },
+ "record": {
+ "A": ["138.2.132.47"]
+ }
+}
diff --git a/domains/ks.json b/domains/ks.json
new file mode 100644
index 000000000..b62fcf252
--- /dev/null
+++ b/domains/ks.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "k2s09",
+ "email": "soodkavin@gmail.com"
+ },
+ "record": {
+ "CNAME": "kavinsood.com"
+ }
+}
diff --git a/domains/kunsh13.json b/domains/kunsh13.json
new file mode 100644
index 000000000..4e79e94a0
--- /dev/null
+++ b/domains/kunsh13.json
@@ -0,0 +1,11 @@
+{
+ "description": "kunsh13.is-a.dev",
+ "repo": "https://github.com/kunsh13/iptv",
+ "owner": {
+ "username": "kunsh13",
+ "email": "kunshmaurya@gmail.com"
+ },
+ "record": {
+ "CNAME": "kunsh13.github.io"
+ }
+}
diff --git a/domains/kuroigg.json b/domains/kuroigg.json
new file mode 100644
index 000000000..658aeafb9
--- /dev/null
+++ b/domains/kuroigg.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kuroigg",
+ "email": "mrlangdon197@gmail.com"
+ },
+ "record": {
+ "CNAME": "kuroigg.github.io"
+ }
+}
diff --git a/domains/kushal.json b/domains/kushal.json
new file mode 100644
index 000000000..49a0d7c66
--- /dev/null
+++ b/domains/kushal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kushalshah0",
+ "email": "code@kushalshah.com.np"
+ },
+ "record": {
+ "CNAME": "kushalshah0.github.io"
+ }
+}
diff --git a/domains/kwan.json b/domains/kwan.json
new file mode 100644
index 000000000..1d1a6c8cc
--- /dev/null
+++ b/domains/kwan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kwansing14",
+ "email": "kwansing@hotmail.sg"
+ },
+ "record": {
+ "CNAME": "kwan-is-a-dev.pages.dev"
+ }
+}
diff --git a/domains/kxtz.json b/domains/kxtz.json
new file mode 100644
index 000000000..3981338bc
--- /dev/null
+++ b/domains/kxtz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kxtzownsu",
+ "email": "kxtzownsu@gmail.com"
+ },
+ "record": {
+ "CNAME": "kxtz.dev"
+ }
+}
diff --git a/domains/kylewebdev.json b/domains/kylewebdev.json
new file mode 100644
index 000000000..979e13adc
--- /dev/null
+++ b/domains/kylewebdev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kylewebdev",
+ "email": "kylewebdev@gmail.com"
+ },
+ "record": {
+ "CNAME": "kylewebdev.com"
+ }
+}
diff --git a/domains/kyogrq.json b/domains/kyogrq.json
index 9dd76759c..e3b687aaa 100644
--- a/domains/kyogrq.json
+++ b/domains/kyogrq.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Kyogrq",
- "email": "benetbenson815@gmail.com"
- },
- "record": {
- "CNAME": "kyogrq.github.io"
- }
+ "owner": {
+ "username": "Kyogrq",
+ "email": "benetbenson815@gmail.com"
+ },
+ "record": {
+ "CNAME": "kyogrq.github.io"
+ }
}
diff --git a/domains/l.json b/domains/l.json
new file mode 100644
index 000000000..c45a313f9
--- /dev/null
+++ b/domains/l.json
@@ -0,0 +1,11 @@
+{
+ "description": "redirect domain",
+ "repo": "https://github.com/xkcdnerd/xkcdnerd.github.io",
+ "owner": {
+ "username": "xkcdnerd",
+ "email": "evanwang330@gmail.com"
+ },
+ "record": {
+ "URL": "https://nerd.is-a.dev"
+ }
+}
diff --git a/domains/l6174.json b/domains/l6174.json
index 997904ba8..6071d4aa9 100644
--- a/domains/l6174.json
+++ b/domains/l6174.json
@@ -3,9 +3,21 @@
"repo": "https://github.com/l6174/l6174.github.io",
"owner": {
"username": "l6174",
- "email": "l.lawliet6174@gmail.com"
+ "email": "l6174@proton.me"
},
"record": {
- "CNAME": "l6174.github.io"
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": [
+ "v=spf1 include:spf.improvmx.com ~all"
+ ]
}
}
diff --git a/domains/l7neg.json b/domains/l7neg.json
index d9dc92047..62b2f4ef3 100644
--- a/domains/l7neg.json
+++ b/domains/l7neg.json
@@ -5,6 +5,6 @@
"discord": "669453086418534400"
},
"record": {
- "A": ["34.111.254.92"]
+ "CNAME": "l7neg.pages.dev"
}
}
diff --git a/domains/lachsfilet.json b/domains/lachsfilet.json
index 79afd4e6e..9debd9e14 100644
--- a/domains/lachsfilet.json
+++ b/domains/lachsfilet.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "Lachsfilet",
- "email": "fberger10@gmx.de"
- },
+ "owner": {
+ "username": "Lachsfilet",
+ "email": "fberger10@gmx.de"
+ },
- "record": {
- "CNAME": "lachsfilet.github.io"
- }
+ "record": {
+ "CNAME": "lachsfilet.github.io"
+ }
}
diff --git a/domains/lakhindar.json b/domains/lakhindar.json
index 6a7dba004..0ba66e3a0 100644
--- a/domains/lakhindar.json
+++ b/domains/lakhindar.json
@@ -1,11 +1,19 @@
{
- "owner": {
- "username": "LakhindarPal",
- "email": "dev.lakhindarpal@gmail.com"
- },
- "record": {
- "A": ["185.199.108.153","185.199.109.153","185.199.110.153","185.199.111.153"],
- "MX": ["mx1.forwardemail.net","mx2.forwardemail.net"],
- "TXT": "forward-email=dev.lakhindarpal@gmail.com"
- }
+ "owner": {
+ "username": "LakhindarPal",
+ "email": "dev.lakhindarpal@gmail.com"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
+ "TXT": "forward-email=dev.lakhindarpal@gmail.com"
+ }
}
diff --git a/domains/lakis.json b/domains/lakis.json
new file mode 100644
index 000000000..373a93e5d
--- /dev/null
+++ b/domains/lakis.json
@@ -0,0 +1,10 @@
+{
+ "description": "Lakis with axolotls",
+ "owner": {
+ "username": "LakiÅ›",
+ "email": "support@axolotlmc.pl"
+ },
+ "record": {
+ "URL": "https://e-z.bio/lakis"
+ }
+}
diff --git a/domains/lalit.json b/domains/lalit.json
new file mode 100644
index 000000000..adefe66e7
--- /dev/null
+++ b/domains/lalit.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lalitm1004",
+ "email": "lalitm1004@gmail.com"
+ },
+ "record": {
+ "CNAME": "lalit-is-a-dev.pages.dev"
+ }
+}
diff --git a/domains/land.json b/domains/land.json
new file mode 100644
index 000000000..918494fe6
--- /dev/null
+++ b/domains/land.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LandWarderer2772",
+ "email": "navaneethbinoy@gmail.com"
+ },
+ "record": {
+ "CNAME": "website-zfm.pages.dev"
+ }
+}
diff --git a/domains/larp.json b/domains/larp.json
index 4718325c2..4cc731c98 100644
--- a/domains/larp.json
+++ b/domains/larp.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "lhwe",
- "email": "arieslovespiggies@gmail.com"
- },
- "record": {
- "A": ["64.23.128.177"]
- }
+ "owner": {
+ "username": "lhwe",
+ "email": "arieslovespiggies@gmail.com"
+ },
+ "record": {
+ "A": ["64.23.128.177"]
+ }
}
diff --git a/domains/lasty.json b/domains/lasty.json
new file mode 100644
index 000000000..1674cd4e0
--- /dev/null
+++ b/domains/lasty.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "me0w-0",
+ "email": "lasty@outlook.in"
+ },
+ "record": {
+ "CNAME": "lasty.pages.dev"
+ }
+}
diff --git a/domains/latealways.json b/domains/latealways.json
index 3ef5c7d69..b2f8e02d1 100644
--- a/domains/latealways.json
+++ b/domains/latealways.json
@@ -1,9 +1,9 @@
{
"owner": {
"username": "LateAlways",
- "email": "latealways@i-am-a.fuchsiax.dev"
+ "email": "latealways.official@gmail.com"
},
"record": {
- "A": ["85.239.250.3"]
+ "CNAME": "latealways.github.io"
}
}
diff --git a/domains/lava3.akshtt.json b/domains/lava3.akshtt.json
deleted file mode 100644
index d55e38eee..000000000
--- a/domains/lava3.akshtt.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "LegendOP1041",
- "email": "maillegendop@gmail.com",
- "discord": "1056531806763102218"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
- }
-
\ No newline at end of file
diff --git a/domains/lava4.akshtt.json b/domains/lava4.akshtt.json
deleted file mode 100644
index d55e38eee..000000000
--- a/domains/lava4.akshtt.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "LegendOP1041",
- "email": "maillegendop@gmail.com",
- "discord": "1056531806763102218"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
- }
-
\ No newline at end of file
diff --git a/domains/lavalink.akshtt.json b/domains/lavalink.akshtt.json
index d55e38eee..5ff9fe6e2 100644
--- a/domains/lavalink.akshtt.json
+++ b/domains/lavalink.akshtt.json
@@ -1,12 +1,11 @@
{
- "owner": {
- "username": "LegendOP1041",
- "email": "maillegendop@gmail.com",
- "discord": "1056531806763102218"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
- }
-
\ No newline at end of file
+ "owner": {
+ "username": "LegendOP1041",
+ "email": "maillegendop@gmail.com",
+ "discord": "1056531806763102218"
+ },
+
+ "record": {
+ "A": ["69.197.135.202"]
+ }
+}
diff --git a/domains/lazizbek.json b/domains/lazizbek.json
index c946e78ca..ebfeb3e2a 100644
--- a/domains/lazizbek.json
+++ b/domains/lazizbek.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "LazizbekGamer",
- "email": "lazizbekgameryt@gmail.com"
- },
- "record": {
- "CNAME": "www.gpitify-ai.uz"
- }
+ "owner": {
+ "username": "LazizbekGamer",
+ "email": "lazizbekgameryt@gmail.com"
+ },
+ "record": {
+ "CNAME": "www.gpitify-ai.uz"
+ }
}
diff --git a/domains/lbplbp.json b/domains/lbplbp.json
new file mode 100644
index 000000000..a55ffeaa5
--- /dev/null
+++ b/domains/lbplbp.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sjzsbgwb",
+ "email": "3022605585@qq.com"
+ },
+ "record": {
+ "CNAME": "wiki.jejsjsjja.workers.dev"
+ }
+}
diff --git a/domains/leandrogameplays.json b/domains/leandrogameplays.json
new file mode 100644
index 000000000..bcea816a7
--- /dev/null
+++ b/domains/leandrogameplays.json
@@ -0,0 +1,17 @@
+{
+ "owner": {
+ "username": "LeandroGameplaysBR",
+ "email": "leandrogameplays74@outlook.com",
+ "discord": "351853993443590145",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.bZj78GsosfV-njUz8U1rJxGiVcdUic3W0HrirEAP8066paJbeal5aYkKOyyeTO7hmyatEJgdXr2DGGPexl079J4oawcsXiQYrewOwsc4XeLkpiWmAkMAJlflEy0Lwu_zPIcS6FHbLscjFltjYB0I_VaWH7d1yL-dDdB_9f79LqePpEDVWeSm_tE_K9AvOZWTxjlW-MLgtsF_dZkMCn5ez7gfQxya4KHFY2l9bEREmRe_hr_ZZp12WvNrlF29qW5MFbFQsbrYsDrI-iOxjsY041RJVT7G1abtTkF1bLuFN-5dkHXmcobAgsA9i_Z217_NLhVEfzfhxiEVvhh8bsxt-g.0gki4o65YPpemExFGVKWGQ.5filVxsyk_BErBgcU2nFuEHMtIuNQI1lUXV5oQtFB3Dr3eZCishTmAzyicrT_fu3I_BG1lstU2B3HXIDkza2bwRgOV1QTc0YmXT1jnY17tteTxICfcLkjgwqXYcoakfu.-rWHQPsibUCgYKaPMnP7vQ"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": [
+ "v=spf1 include:spf.improvmx.com ~all"
+ ]
+ }
+}
diff --git a/domains/ledraa.json b/domains/ledraa.json
new file mode 100644
index 000000000..7c4ec5023
--- /dev/null
+++ b/domains/ledraa.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "elhadede",
+ "email": "jling0139@gmail.com"
+ },
+ "record": {
+ "MX": [
+ "feedback-smtp.us-east-1.amazonses.com"
+ ]
+ }
+}
diff --git a/domains/lemon.json b/domains/lemon.json
index e0e46dacb..8cdfa5ef6 100644
--- a/domains/lemon.json
+++ b/domains/lemon.json
@@ -4,6 +4,6 @@
"email": "lemonl3mn@protonmail.com"
},
"record": {
- "A": ["64.217.148.69"]
+ "CNAME": "passivelemon.github.io"
}
}
diff --git a/domains/lengyandong.json b/domains/lengyandong.json
index fd86ad37b..a637193aa 100644
--- a/domains/lengyandong.json
+++ b/domains/lengyandong.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "lengyandong",
- "email": "3052868271@qq.com"
- },
- "record": {
- "URL": "http://fence.rf.gd"
- }
+ "owner": {
+ "username": "lengyandong",
+ "email": "3052868271@qq.com"
+ },
+ "record": {
+ "CNAME": "me.lengyandong.eu.org"
+ }
}
diff --git a/domains/leon332157.json b/domains/leon332157.json
index 9ef2c46e9..25f13ae98 100644
--- a/domains/leon332157.json
+++ b/domains/leon332157.json
@@ -4,6 +4,6 @@
"email": "leon332157@gmail.com"
},
"record": {
- "CNAME": "leon332157.github.io"
+ "CNAME": "leon3321.pages.dev"
}
}
diff --git a/domains/leska.json b/domains/leska.json
new file mode 100644
index 000000000..f46f42f06
--- /dev/null
+++ b/domains/leska.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JustLeska",
+ "email": "leskalouis@hotmail.com"
+ },
+ "record": {
+ "URL": "https://guns.lol/leska"
+ }
+}
diff --git a/domains/letters.json b/domains/letters.json
index 978eb40ba..cdb57547d 100644
--- a/domains/letters.json
+++ b/domains/letters.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "keli5",
- "email": "kel5isgod@gmail.com"
- },
- "record": {
- "CNAME": "donkeypuncher.chestnut-puffin.ts.net"
- }
+ "owner": {
+ "username": "keli5",
+ "email": "keli5.letters@gmail.com"
+ },
+ "record": {
+ "CNAME": "keli5.duckdns.org"
+ }
}
diff --git a/domains/lev.json b/domains/lev.json
index dbd69d651..dcd9481c7 100644
--- a/domains/lev.json
+++ b/domains/lev.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "skyallaround",
- "email": "jr1264464@gmail.com"
- },
- "record": {
- "CNAME": "basicscript.glitch.me"
- }
+ "owner": {
+ "username": "skyallaround",
+ "email": "jr1264464@gmail.com"
+ },
+ "record": {
+ "CNAME": "basicscript.glitch.me"
+ }
}
diff --git a/domains/levisurely.json b/domains/levisurely.json
index dbd69d651..dcd9481c7 100644
--- a/domains/levisurely.json
+++ b/domains/levisurely.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "skyallaround",
- "email": "jr1264464@gmail.com"
- },
- "record": {
- "CNAME": "basicscript.glitch.me"
- }
+ "owner": {
+ "username": "skyallaround",
+ "email": "jr1264464@gmail.com"
+ },
+ "record": {
+ "CNAME": "basicscript.glitch.me"
+ }
}
diff --git a/domains/levraiardox.json b/domains/levraiardox.json
new file mode 100644
index 000000000..24d080fbb
--- /dev/null
+++ b/domains/levraiardox.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LeVraiArdox",
+ "email": "adrian.arjoca18@gmail.com"
+ },
+ "record": {
+ "CNAME": "levraiardox.github.io"
+ }
+}
diff --git a/domains/lewdhutao.json b/domains/lewdhutao.json
new file mode 100644
index 000000000..a7f4fb43b
--- /dev/null
+++ b/domains/lewdhutao.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LewdHuTao",
+ "email": "lewdhutao@shittybot.xyz"
+ },
+ "record": {
+ "CNAME": "lewdhutao.pages.dev"
+ }
+}
diff --git a/domains/lewis.json b/domains/lewis.json
index 4be5c00d9..059c13d49 100644
--- a/domains/lewis.json
+++ b/domains/lewis.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "jsJack",
- "email": "hello@jackperry.co"
- },
- "record": {
- "URL": "https://raybould.co"
- }
+ "owner": {
+ "username": "jsJack",
+ "email": "hello@jackperry.co"
+ },
+ "record": {
+ "URL": "https://raybould.co"
+ }
}
diff --git a/domains/lexufybot.json b/domains/lexufybot.json
index 88ae0a50c..2f35b82ba 100644
--- a/domains/lexufybot.json
+++ b/domains/lexufybot.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "alidexter001",
- "email": "dexter.ali001@gmail.com"
- },
- "record": {
- "A": ["45.11.229.211"]
- }
+ "owner": {
+ "username": "alidexter001",
+ "email": "dexter.ali001@gmail.com"
+ },
+ "record": {
+ "A": ["45.11.229.211"]
+ }
}
diff --git a/domains/lhjhminecraft.json b/domains/lhjhminecraft.json
new file mode 100644
index 000000000..e25b2fbb2
--- /dev/null
+++ b/domains/lhjhminecraft.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "watergotspilled",
+ "email": "sc467209@g.risd.org"
+ },
+ "record": {
+ "URL": "https://size-origin.gl.joinmc.link"
+ }
+}
diff --git a/domains/liamgenjs.json b/domains/liamgenjs.json
new file mode 100644
index 000000000..e79c4eb07
--- /dev/null
+++ b/domains/liamgenjs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "liam-gen",
+ "email": "liamgen.js@proton.me"
+ },
+ "record": {
+ "CNAME": "liamgenjs.pages.dev"
+ }
+}
diff --git a/domains/life.qtitpc.json b/domains/life.qtitpc.json
new file mode 100644
index 000000000..307fc309b
--- /dev/null
+++ b/domains/life.qtitpc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "qtungnui07",
+ "email": "qtung.07.dt@gmail.com"
+ },
+ "record": {
+ "URL": "https://qtitpc.notion.site/qtung-s-works-a55a20d0d4604f0b95c5ffeaefee695a"
+ }
+}
diff --git a/domains/lightsys32.json b/domains/lightsys32.json
new file mode 100644
index 000000000..f0a46ad09
--- /dev/null
+++ b/domains/lightsys32.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "not-amplify",
+ "email": "not.amplify.x@gmail.com",
+ "discord": "1202067094360035353"
+ },
+
+ "record": {
+ "A": ["104.243.45.193"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/lighty.json b/domains/lighty.json
index cb0fc88ca..175e5140d 100644
--- a/domains/lighty.json
+++ b/domains/lighty.json
@@ -6,6 +6,18 @@
},
"record": {
- "CNAME": "ssynical.github.io"
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": [
+ "v=spf1 include:spf.improvmx.com ~all"
+ ]
}
}
diff --git a/domains/ligmatv.json b/domains/ligmatv.json
new file mode 100644
index 000000000..12be4ab97
--- /dev/null
+++ b/domains/ligmatv.json
@@ -0,0 +1,11 @@
+{
+ "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/lilith.json b/domains/lilith.json
index c5d19ade2..0bcee95d3 100644
--- a/domains/lilith.json
+++ b/domains/lilith.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "LilithLovesYou",
- "email": "dev.cutestloli@gmail.com"
- },
- "record": {
- "CNAME": "lilithlovesyou.github.io"
- }
+ "owner": {
+ "username": "LilithLovesYou",
+ "email": "dev.cutestloli@gmail.com"
+ },
+ "record": {
+ "CNAME": "lilithlovesyou.github.io"
+ }
}
diff --git a/domains/lime360.json b/domains/lime360.json
new file mode 100644
index 000000000..dee22033f
--- /dev/null
+++ b/domains/lime360.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lime360",
+ "email": "emeraldlime@protonmail.com"
+ },
+ "record": {
+ "CNAME": "lime360.github.io"
+ }
+}
diff --git a/domains/link.krunch.json b/domains/link.krunch.json
new file mode 100644
index 000000000..e8a8d5dc3
--- /dev/null
+++ b/domains/link.krunch.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "RadioactivePotato",
+ "email": "",
+ "discord": "krunchiekrunch._."
+ },
+ "record": {
+ "CNAME": "cname.short.io"
+ }
+}
diff --git a/domains/link.vamtic.json b/domains/link.vamtic.json
new file mode 100644
index 000000000..c1ffc9e53
--- /dev/null
+++ b/domains/link.vamtic.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vamtic",
+ "email": "vamtic@yahoo.com"
+ },
+ "record": {
+ "CNAME": "cname.short.io"
+ }
+}
diff --git a/domains/linkr.json b/domains/linkr.json
index cfefb66a5..12cc5d437 100644
--- a/domains/linkr.json
+++ b/domains/linkr.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "devlinkr",
- "email": "magicgamerdiscord@gmail.com"
- },
- "record": {
- "URL": "https://sites.google.com/view/linkrdiscord"
- }
+ "owner": {
+ "username": "devlinkr",
+ "email": "magicgamerdiscord@gmail.com"
+ },
+ "record": {
+ "URL": "https://sites.google.com/view/linkrdiscord"
+ }
}
diff --git a/domains/links.trung.json b/domains/links.trung.json
index c372c8070..b99730c4e 100644
--- a/domains/links.trung.json
+++ b/domains/links.trung.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "vuthanhtrung2010",
- "email": "vuthanhtrungsuper@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "A": ["35.185.84.140"]
+ }
}
diff --git a/domains/linksrayan.json b/domains/linksrayan.json
new file mode 100644
index 000000000..ca710c52f
--- /dev/null
+++ b/domains/linksrayan.json
@@ -0,0 +1,11 @@
+{
+ "description": "portfolio website",
+ "repo": "https://linkssyedrayan.github.io/portfolio",
+ "owner": {
+ "username": "linkssyedrayan",
+ "email": "kgold3796@gmail.com"
+ },
+ "record": {
+ "CNAME": "linkssyedrayan.github.io"
+ }
+}
diff --git a/domains/linkup.json b/domains/linkup.json
new file mode 100644
index 000000000..859000847
--- /dev/null
+++ b/domains/linkup.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Novampr",
+ "email": "LimeDEV8756@gmail.com"
+ },
+ "record": {
+ "A": ["86.27.73.108"]
+ }
+}
diff --git a/domains/linky.json b/domains/linky.json
new file mode 100644
index 000000000..a3b5338ed
--- /dev/null
+++ b/domains/linky.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Grafaffel",
+ "email": "jannis170@icloud.com"
+ },
+ "record": {
+ "CNAME": "linky.jannisfischer170.workers.dev"
+ }
+}
diff --git a/domains/lipi.json b/domains/lipi.json
new file mode 100644
index 000000000..320f75c9d
--- /dev/null
+++ b/domains/lipi.json
@@ -0,0 +1,11 @@
+{
+ "description": "Lipi's .is-a.dev reg",
+ "repo": "https://github.com/ReticentFacade/reticentfacade.github.io/",
+ "owner": {
+ "username": "ReticentFacade",
+ "email": "lipisharma2911@gmail.com"
+ },
+ "record": {
+ "CNAME": "reticentfacade.github.io"
+ }
+}
diff --git a/domains/littletw.json b/domains/littletw.json
new file mode 100644
index 000000000..98f620791
--- /dev/null
+++ b/domains/littletw.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "littletheworld",
+ "email": "littlehaofficial@gmail.com"
+ },
+ "record": {
+ "CNAME": "cname.short.io"
+ }
+}
diff --git a/domains/live.json b/domains/live.json
new file mode 100644
index 000000000..d374d32ab
--- /dev/null
+++ b/domains/live.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tomgxz",
+ "email": "tomgxz138@gmail.com"
+ },
+ "record": {
+ "CNAME": "oyqkpa3p.up.railway.app"
+ }
+}
diff --git a/domains/lkmw.json b/domains/lkmw.json
new file mode 100644
index 000000000..38bd18d90
--- /dev/null
+++ b/domains/lkmw.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "leowilkin",
+ "email": "leo.wilkin10@gmail.com",
+ "discord": "712341552537796629"
+ },
+
+ "record": {
+ "CNAME": "wilkin.xyz"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/lnk.json b/domains/lnk.json
new file mode 100644
index 000000000..7f37f7849
--- /dev/null
+++ b/domains/lnk.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "littletheworld",
+ "email": "littlehaofficial@gmail.com",
+ "discord": "810846876592242719"
+ },
+
+ "record": {
+ "CNAME": "cname.short.io"
+ }
+}
diff --git a/domains/lnminh1411.json b/domains/lnminh1411.json
new file mode 100644
index 000000000..8615d05e7
--- /dev/null
+++ b/domains/lnminh1411.json
@@ -0,0 +1,21 @@
+{
+ "repo": "https://github.com/lnminh1411/lnminh1411.github.io",
+ "owner": {
+ "username": "lnminh1411",
+ "email": "nhatminh.forwarding@gmail.com",
+ "discord": "cvn2484"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
+ "TXT": "forward-email=nhatminh.forwarding@gmail.com"
+ }
+}
diff --git a/domains/looker.json b/domains/looker.json
new file mode 100644
index 000000000..965f70935
--- /dev/null
+++ b/domains/looker.json
@@ -0,0 +1,12 @@
+{
+ "description": "LooKeR's Portfolio",
+ "repo": "https://github.com/Iamlooker/iamlooker.github.io",
+ "owner": {
+ "username": "Iamlooker",
+ "email": "mohit2002ss@gmail.com",
+ "twitter": "Iam_looker"
+ },
+ "record": {
+ "CNAME": "iamlooker.github.io"
+ }
+}
diff --git a/domains/loser.json b/domains/loser.json
index 6a39f3bdb..38284fffd 100644
--- a/domains/loser.json
+++ b/domains/loser.json
@@ -13,7 +13,10 @@
"185.199.111.153"
],
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
"TXT": "forward-email=gus.creten@gmail.com"
}
diff --git a/domains/losr.json b/domains/losr.json
index 6a39f3bdb..38284fffd 100644
--- a/domains/losr.json
+++ b/domains/losr.json
@@ -13,7 +13,10 @@
"185.199.111.153"
],
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
"TXT": "forward-email=gus.creten@gmail.com"
}
diff --git a/domains/lousybot.vulpine.json b/domains/lousybot.vulpine.json
new file mode 100644
index 000000000..508ba76f1
--- /dev/null
+++ b/domains/lousybot.vulpine.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "VulpineFriend87",
+ "email": "",
+ "discord": "911268706112397392",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.r6syW7tNxlBa5qDUur4fffj5IZ_eJk-iOjUdEY0ltdKkaQb4_duvgZdvfL5vEgus1-X6ITfovRqqRdBe0QrCUz0cGZJApqG1mNatuxfLpIvsUs6NJXgUlvtlZNgEIs4quS9nTYkwaf2GN00Dw9HIWiI1kK9Xeka9pF5mawoiEBvUgkIkXIsIsN5o8_UP-RFCA1SPqRm9G5hsgGm4xH5XW8ujrZV-rO3DOq7Y1-3jg9Wu7pchKNWGB1gxwcNtYsJdwPt1rVVHUIRrwRTB0RO5iA-lOKD0uTb0YTqljQRraTm76ED6w5xOy5cF2-dAb93NOIh_BKK-kacf1PW5AzU_WA.0uyS8PftuzxGzQXJ0Ku2ZQ.AkMecMaSNp3FPFR-cVg6ZylxV9UUwjF1P0NIIZaiHyVtr-Xzl4qnbWebKMlZ3rMT8VusovJslRt5wAL8QaPuXBlznTy2drUJUuy6rZ-3l94.WUo41eNKnKL5vZMgoweWPw"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/lowrp.site.json b/domains/lowrp.site.json
new file mode 100644
index 000000000..4018785c4
--- /dev/null
+++ b/domains/lowrp.site.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Grinti1",
+ "email": "mlody6869@gmail.com"
+ },
+ "record": {
+ "CNAME": "lowrp.site"
+ }
+}
diff --git a/domains/lua.json b/domains/lua.json
new file mode 100644
index 000000000..c8bd9251d
--- /dev/null
+++ b/domains/lua.json
@@ -0,0 +1,10 @@
+{
+ "description": "Just a website for detailing the game development projects of Lua",
+ "owner": {
+ "username": "notxlua",
+ "email": "notxlua@gmail.com"
+ },
+ "record": {
+ "URL": "https://xmw2.wordpress.com"
+ }
+}
diff --git a/domains/lucasp.json b/domains/lucasp.json
new file mode 100644
index 000000000..850086954
--- /dev/null
+++ b/domains/lucasp.json
@@ -0,0 +1,11 @@
+{
+ "description": "lucasp.is-a.dev",
+ "repo": "https://github.com/lucaspuntillo/lucaspuntillo.github.io/",
+ "owner": {
+ "username": "lucaspuntillo",
+ "email": "puntillol@linuxmail.org"
+ },
+ "record": {
+ "CNAME": "lucaspuntillo.github.io"
+ }
+}
diff --git a/domains/lucky.json b/domains/lucky.json
new file mode 100644
index 000000000..8fb3118c4
--- /dev/null
+++ b/domains/lucky.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "luckycdev",
+ "email": "lucky@luckyc.site",
+ "discord": "275273443329441792"
+ },
+
+ "record": {
+ "CNAME": "luckyc.site"
+ }
+}
diff --git a/domains/ludwig.json b/domains/ludwig.json
index 606be3c30..dffa572c1 100644
--- a/domains/ludwig.json
+++ b/domains/ludwig.json
@@ -4,7 +4,10 @@
"email": "ludwig@courvix.com"
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/luisandre.json b/domains/luisandre.json
index 93dadbff4..4f0f46556 100644
--- a/domains/luisandre.json
+++ b/domains/luisandre.json
@@ -4,6 +4,9 @@
"email": "luis073094@gmail.com"
},
"record": {
- "CNAME": "portafolio-ctll.onrender.com"
+ "URL": "https://portafolioluisandre.azurewebsites.net",
+ "A": [
+ "20.206.176.7"
+ ]
}
}
diff --git a/domains/luislemus.json b/domains/luislemus.json
new file mode 100644
index 000000000..8955c57dc
--- /dev/null
+++ b/domains/luislemus.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lemux-one",
+ "email": "lemux.one@gmail.com"
+ },
+ "record": {
+ "CNAME": "lemux-one.github.io"
+ }
+}
diff --git a/domains/lukass.json b/domains/lukass.json
index 644d2e73a..59a7eef8f 100644
--- a/domains/lukass.json
+++ b/domains/lukass.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "fraimerdelacruz",
- "email": "fraimerdelacruzjaziel@gmail.com"
- },
- "record": {
- "CNAME": "0abf0073-04e2-485c-9752-042bae7c1074.id.repl.co"
- }
+ "owner": {
+ "username": "fraimerdelacruz",
+ "email": "fraimerdelacruzjaziel@gmail.com"
+ },
+ "record": {
+ "CNAME": "0abf0073-04e2-485c-9752-042bae7c1074.id.repl.co"
+ }
}
diff --git a/domains/luki.json b/domains/luki.json
index 467346fb9..853f0ea19 100644
--- a/domains/luki.json
+++ b/domains/luki.json
@@ -1,9 +1,11 @@
{
- "owner": {
- "username": "lzif",
- "email": "people@lukiznr.my.id"
- },
- "record": {
- "URL": "https://luki.my.id"
- }
+ "description": "Used for blogging",
+ "repo": "https://github.com/lzif/lzif.github.io",
+ "owner": {
+ "username": "lzif",
+ "email": "lukyfriendly@gmail.com"
+ },
+ "record": {
+ "CNAME": "lzif.github.io"
+ }
}
diff --git a/domains/luminaos.json b/domains/luminaos.json
new file mode 100644
index 000000000..f40a1bb76
--- /dev/null
+++ b/domains/luminaos.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "luminaOS-win",
+ "email": "winbo-yml-exe@outlook.com"
+ },
+ "record": {
+ "CNAME": "luminaos-win.github.io"
+ }
+}
diff --git a/domains/lumix.json b/domains/lumix.json
new file mode 100644
index 000000000..7ab1e24b0
--- /dev/null
+++ b/domains/lumix.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "o-lumix",
+ "email": "bylumixxx@gmail.com",
+ "discord": "828313756827516949"
+ },
+
+ "record": {
+ "CNAME": "lumix-cmq.pages.dev"
+ }
+}
diff --git a/domains/lunah.json b/domains/lunah.json
index 43375a892..e31aafb2f 100644
--- a/domains/lunah.json
+++ b/domains/lunah.json
@@ -8,7 +8,10 @@
},
"record": {
"A": ["62.171.160.186"],
- "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/lunarleaf.json b/domains/lunarleaf.json
index 768e4e0f3..9768bda74 100644
--- a/domains/lunarleaf.json
+++ b/domains/lunarleaf.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "LunarLeaf",
- "email": "laptopaleksa45@gmail.com"
- },
- "record": {
- "CNAME": "lunarleaf.github.io"
- }
+ "owner": {
+ "username": "LunarLeaf",
+ "email": "laptopaleksa45@gmail.com"
+ },
+ "record": {
+ "CNAME": "lunarleaf.github.io"
+ }
}
diff --git a/domains/lutherantz.json b/domains/lutherantz.json
new file mode 100644
index 000000000..e3f45bbed
--- /dev/null
+++ b/domains/lutherantz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lutherantz",
+ "email": "akamecanic@gmail.com"
+ },
+ "record": {
+ "CNAME": "lutherantz.github.io"
+ }
+}
diff --git a/domains/luyende.json b/domains/luyende.json
new file mode 100644
index 000000000..64e11c218
--- /dev/null
+++ b/domains/luyende.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "coangsang",
+ "email": "sangtkx2@gmail.com"
+ },
+ "record": {
+ "CNAME": "gv-dc5d3bwhw7btmc.dv.googlehosted.com"
+ }
+}
diff --git a/domains/lyke.json b/domains/lyke.json
new file mode 100644
index 000000000..03acd4114
--- /dev/null
+++ b/domains/lyke.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LykeTheBest",
+ "email": "lykethebest@outlook.com"
+ },
+ "record": {
+ "URL": "https://lyke.glitch.me/"
+ }
+}
diff --git a/domains/lylythechosenone.json b/domains/lylythechosenone.json
index c6515247e..1e3f19dbf 100644
--- a/domains/lylythechosenone.json
+++ b/domains/lylythechosenone.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "lylythechosenone",
- "email": "Lysander.mealy@gmail.com"
- },
- "record": {
- "CNAME": "lylythechosenone.github.io"
- }
+ "owner": {
+ "username": "lylythechosenone",
+ "email": "Lysander.mealy@gmail.com"
+ },
+ "record": {
+ "CNAME": "lylythechosenone.github.io"
+ }
}
diff --git a/domains/m.json b/domains/m.json
new file mode 100644
index 000000000..559b318c5
--- /dev/null
+++ b/domains/m.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "is-a-dev",
+ "email": ""
+ },
+ "record": {
+ "MX": ["mail.wdh.gg"],
+ "TXT": "v=spf1 include:_spf.wdh.gg ~all"
+ }
+}
diff --git a/domains/m1raclemax.json b/domains/m1raclemax.json
new file mode 100644
index 000000000..db019fbdf
--- /dev/null
+++ b/domains/m1raclemax.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "nerdwithcomputers",
+ "email": "hpscigeek@gmail.com",
+ "discord": "862452372987314216"
+ },
+
+ "record": {
+ "CNAME": "nerdwithcomputers.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/madhead341.json b/domains/madhead341.json
index 6a39f3bdb..38284fffd 100644
--- a/domains/madhead341.json
+++ b/domains/madhead341.json
@@ -13,7 +13,10 @@
"185.199.111.153"
],
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
"TXT": "forward-email=gus.creten@gmail.com"
}
diff --git a/domains/madkarma.json b/domains/madkarma.json
new file mode 100644
index 000000000..d5b53d204
--- /dev/null
+++ b/domains/madkarma.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "madkarmaa",
+ "email": "madkarma99@gmail.com"
+ },
+ "record": {
+ "CNAME": "madkarmaa.github.io"
+ }
+}
diff --git a/domains/magdi.json b/domains/magdi.json
index ea9361664..2ba8f630c 100644
--- a/domains/magdi.json
+++ b/domains/magdi.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "coeur85",
- "email": "ahmed.magdi@msn.com"
- },
- "record": {
- "MX": ["mx01.mail.icloud.com"]
- }
+ "owner": {
+ "username": "coeur85",
+ "email": "ahmed.magdi@msn.com"
+ },
+ "record": {
+ "MX": ["mx01.mail.icloud.com"]
+ }
}
diff --git a/domains/mage.json b/domains/mage.json
new file mode 100644
index 000000000..586abbfd0
--- /dev/null
+++ b/domains/mage.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mageclienttt",
+ "email": "mageclienttt@gmail.com"
+ },
+ "record": {
+ "MX": ["mx01.mail.icloud.com"]
+ }
+}
diff --git a/domains/magic.json b/domains/magic.json
index dad0c91db..d413f2da7 100644
--- a/domains/magic.json
+++ b/domains/magic.json
@@ -1,11 +1,11 @@
{
- "description": "Website for skyallaround",
- "repo": "https://github.com/skyallaround/skyallaround.github.io",
- "owner": {
- "username": "skyallaround",
- "email": "jr1264464@gmail.com"
- },
- "record": {
- "CNAME": "skyallaround.github.io"
- }
+ "description": "Website for skyallaround",
+ "repo": "https://github.com/skyallaround/skyallaround.github.io",
+ "owner": {
+ "username": "skyallaround",
+ "email": "jr1264464@gmail.com"
+ },
+ "record": {
+ "CNAME": "skyallaround.github.io"
+ }
}
diff --git a/domains/magitian.json b/domains/magitian.json
new file mode 100644
index 000000000..a0411e9dd
--- /dev/null
+++ b/domains/magitian.json
@@ -0,0 +1,11 @@
+{
+ "description": "Home for my blogs",
+ "repo": "https://github.com/themagitian/themagitian.github.io",
+ "owner": {
+ "username": "magitian",
+ "email": "magitian@duck.com"
+ },
+ "record": {
+ "CNAME": "themagitian.github.io"
+ }
+}
diff --git a/domains/magniquick.json b/domains/magniquick.json
index fa8a1abfd..ff29b9735 100644
--- a/domains/magniquick.json
+++ b/domains/magniquick.json
@@ -7,13 +7,6 @@
"discord": "Magniquick#5003"
},
"record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ "CNAME": "magniquick.github.io"
}
}
diff --git a/domains/mahmoud.json b/domains/mahmoud.json
index 4d84e811b..6e2a08eca 100644
--- a/domains/mahmoud.json
+++ b/domains/mahmoud.json
@@ -12,7 +12,10 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/mail-noma.json b/domains/mail-noma.json
index 1b3990859..0afa43a78 100644
--- a/domains/mail-noma.json
+++ b/domains/mail-noma.json
@@ -5,7 +5,10 @@
"email": "Noma4321business@gmail.com"
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/mail.aayushsiwa.json b/domains/mail.aayushsiwa.json
new file mode 100644
index 000000000..83400b3e6
--- /dev/null
+++ b/domains/mail.aayushsiwa.json
@@ -0,0 +1,15 @@
+{
+ "owner": {
+ "username": "aayushsiwa",
+ "email": "22052177@kiit.ac.in"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": [
+ "v=spf1 include:spf.improvmx.com ~all"
+ ]
+ }
+}
diff --git a/domains/mail.amaankazi.json b/domains/mail.amaankazi.json
new file mode 100644
index 000000000..edf5434c8
--- /dev/null
+++ b/domains/mail.amaankazi.json
@@ -0,0 +1,11 @@
+{
+ "description": "Amaan Kazi's subdomain for mails",
+ "owner": {
+ "username": "Amaan-Kazi",
+ "email": "amaankazi1793@gmail.com"
+ },
+ "record": {
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/mail.animesh.json b/domains/mail.animesh.json
new file mode 100644
index 000000000..3d775a2d8
--- /dev/null
+++ b/domains/mail.animesh.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "animeshryu",
+ "email": "animeshryu@gmail.com"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/mail.arman.json b/domains/mail.arman.json
new file mode 100644
index 000000000..7c9ff7ff2
--- /dev/null
+++ b/domains/mail.arman.json
@@ -0,0 +1,15 @@
+{
+ "description": "Mail For My Website",
+ "owner": {
+ "username": "ItzArman09",
+ "email": "itz.armxn@outlook.com"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/mail.boolean44.json b/domains/mail.boolean44.json
new file mode 100644
index 000000000..5f5ddcb2a
--- /dev/null
+++ b/domains/mail.boolean44.json
@@ -0,0 +1,15 @@
+{
+ "owner": {
+ "username": "boolean44-repos",
+ "email": "serenitypalmer10@gmail.com"
+ },
+ "record": {
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
+ "TXT": [
+ "forward-email=palmerowen100@gmail.com"
+ ]
+ }
+}
diff --git a/domains/mail.boolean442.json b/domains/mail.boolean442.json
new file mode 100644
index 000000000..5f5ddcb2a
--- /dev/null
+++ b/domains/mail.boolean442.json
@@ -0,0 +1,15 @@
+{
+ "owner": {
+ "username": "boolean44-repos",
+ "email": "serenitypalmer10@gmail.com"
+ },
+ "record": {
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
+ "TXT": [
+ "forward-email=palmerowen100@gmail.com"
+ ]
+ }
+}
diff --git a/domains/mail.deadcode.json b/domains/mail.deadcode.json
index b851b6d93..35e942c81 100644
--- a/domains/mail.deadcode.json
+++ b/domains/mail.deadcode.json
@@ -1,10 +1,17 @@
{
"owner": {
"username": "RichardKanshen",
- "email": "richard@kanshen.click"
+ "email": "richard@kanshen.click",
+ "twitter": "@kanskje0",
+ "discord": "kanshen.uwu",
+ "bluesky": "kanshen.click",
+ "telegram": "@richardkanskje"
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/mail.enderpoint.json b/domains/mail.enderpoint.json
deleted file mode 100644
index fdecce10c..000000000
--- a/domains/mail.enderpoint.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "EnderPoint07",
- "email": "",
- "discord": "dotm38"
- },
- "record": {
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
- }
-}
diff --git a/domains/mail.fran.json b/domains/mail.fran.json
new file mode 100644
index 000000000..ab44e26e7
--- /dev/null
+++ b/domains/mail.fran.json
@@ -0,0 +1,16 @@
+{
+ "description": "Fran's email",
+ "repo": "https://fran.is-a.dev",
+ "owner": {
+ "discord": "xzonix",
+ "email": "xz1@dr.com",
+ "username": "xzonix"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/mail.icehead.json b/domains/mail.icehead.json
index 765bbc998..e153e6f2b 100644
--- a/domains/mail.icehead.json
+++ b/domains/mail.icehead.json
@@ -4,7 +4,10 @@
"email": "tanjim_fuad@proton.me"
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/mail.json b/domains/mail.json
deleted file mode 100644
index 29b296234..000000000
--- a/domains/mail.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev",
- "email": ""
- },
-
- "record": {
- "A": ["51.161.54.164"],
- "MX": ["mail.is-a.dev"],
- "TXT": "google-site-verification=pcSxUAiBwhvh9AVBbSSkKZovjsUFZzMgnh3q6XfGe1E"
- }
-}
diff --git a/domains/mail.krunch.json b/domains/mail.krunch.json
new file mode 100644
index 000000000..d5562584d
--- /dev/null
+++ b/domains/mail.krunch.json
@@ -0,0 +1,15 @@
+{
+ "description": "ImprovMX Email",
+ "owner": {
+ "username": "RadioactivePotato",
+ "email": "",
+ "discord": "krunchiekrunch._."
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/mail.l6174.json b/domains/mail.l6174.json
deleted file mode 100644
index c9d525eb8..000000000
--- a/domains/mail.l6174.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My Email Forwarding Domain.",
- "owner": {
- "username": "l6174",
- "email": "l.lawliet6174@gmail.com"
- },
- "record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
-}
diff --git a/domains/mail.minmit.json b/domains/mail.minmit.json
index 9c539779f..911a193cf 100644
--- a/domains/mail.minmit.json
+++ b/domains/mail.minmit.json
@@ -6,7 +6,10 @@
"email": "minmitgamer@gmail.com"
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
diff --git a/domains/mail.norkart.json b/domains/mail.norkart.json
deleted file mode 100644
index 43401ac60..000000000
--- a/domains/mail.norkart.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "norkart1",
- "email": "navasforwork@gmail.com",
- "discord": "captnork"
- },
- "record": {
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
- }
-}
diff --git a/domains/mail.notaperson535.json b/domains/mail.notaperson535.json
index 1b17786bf..eaae984f9 100644
--- a/domains/mail.notaperson535.json
+++ b/domains/mail.notaperson535.json
@@ -5,7 +5,10 @@
"email": "notAperson939@gmail.com"
},
"record": {
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
"TXT": "forward-email=notaperson939@gmail.com"
}
}
diff --git a/domains/mail.senaditya.json b/domains/mail.senaditya.json
new file mode 100644
index 000000000..eef051d90
--- /dev/null
+++ b/domains/mail.senaditya.json
@@ -0,0 +1,15 @@
+{
+ "description": "Mail For My Website",
+ "owner": {
+ "username": "senaditya",
+ "email": "aditya.sen1hl@gmail.com"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/mail.shymike.json b/domains/mail.shymike.json
new file mode 100644
index 000000000..f6248a69b
--- /dev/null
+++ b/domains/mail.shymike.json
@@ -0,0 +1,15 @@
+{
+ "owner": {
+ "username": "ImShyMike",
+ "email": ""
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/mail.somyadipghosh.json b/domains/mail.somyadipghosh.json
new file mode 100644
index 000000000..726befd50
--- /dev/null
+++ b/domains/mail.somyadipghosh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/mail.sx9.json b/domains/mail.sx9.json
index 7f4f30be8..3e5dc3dbc 100644
--- a/domains/mail.sx9.json
+++ b/domains/mail.sx9.json
@@ -7,7 +7,10 @@
"username": "SX-9"
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/mail.tmasikt.json b/domains/mail.tmasikt.json
new file mode 100644
index 000000000..4ca98087f
--- /dev/null
+++ b/domains/mail.tmasikt.json
@@ -0,0 +1,16 @@
+{
+ "description": "tmasikt's mail record",
+ "owner": {
+ "username": "tmasikt",
+ "email": "tmasik.t.210@gmail.com",
+ "telegram": "tmasikt",
+ "discord": "tmasikt"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/mail.toasty.json b/domains/mail.toasty.json
index f6da01e3e..e8af719bb 100644
--- a/domains/mail.toasty.json
+++ b/domains/mail.toasty.json
@@ -6,7 +6,10 @@
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/mail.whine.json b/domains/mail.whine.json
index 2c475e30a..44f8adc26 100644
--- a/domains/mail.whine.json
+++ b/domains/mail.whine.json
@@ -6,7 +6,10 @@
},
"description": "whi_ne's mail subdomain",
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/mail.zvdxc.json b/domains/mail.zvdxc.json
new file mode 100644
index 000000000..f6f59f469
--- /dev/null
+++ b/domains/mail.zvdxc.json
@@ -0,0 +1,14 @@
+{
+ "description": "A sub-subdomain for use with a mail-forwarder, because the main subdomain zvdxc.is-a.dev has a CNAME and doesnt work",
+ "owner": {
+ "username": "zvdxc",
+ "email": "zvdxc11@gmail.com"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/maine.json b/domains/maine.json
new file mode 100644
index 000000000..232cf6091
--- /dev/null
+++ b/domains/maine.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Codemaine",
+ "email": "jermaineantwi22@gmail.com",
+ "discord": "672698075910766622"
+ },
+
+ "record": {
+ "CNAME": "codemaine.github.io"
+ }
+}
diff --git a/domains/maintainers.json b/domains/maintainers.json
index d6db98c44..f305d1c74 100644
--- a/domains/maintainers.json
+++ b/domains/maintainers.json
@@ -1,11 +1,10 @@
{
"owner": {
- "username": "is-a-dev",
- "email": ""
+ "username": "is-a-dev",
+ "email": ""
},
"record": {
- "URL": "https://team.is-a.dev",
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ "MX": ["mail.wdh.gg"],
+ "TXT": "v=spf1 include:_spf.wdh.gg ~all"
}
}
diff --git a/domains/mak448a.json b/domains/mak448a.json
index df469e3b7..2f9ad0940 100644
--- a/domains/mak448a.json
+++ b/domains/mak448a.json
@@ -1,7 +1,8 @@
{
"owner": {
"username": "mak448a",
- "email": "thracc448@gmail.com"
+ "email": "",
+ "discord": "295391820744228867"
},
"record": {
"CNAME": "mak448a.github.io"
diff --git a/domains/malik.json b/domains/malik.json
new file mode 100644
index 000000000..38201e1f7
--- /dev/null
+++ b/domains/malik.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "Gwilymm",
+ "email": "",
+ "discord": "236575185849810944",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.dMI0nCVMnrusA6rZGPce5iBkGP9OpJCD_TGzFTtS1Ko2rDuVGKx-MgjX-GOwprAfcVuyWAFkKg6_ojRzld7lZeZmOxJE8DkOCW7VC-jWVQpZxZPJJFzEsqw4C9HLVSg2jUuhmRst8JzfhLFIvYPxeFv9w9rwQabWWCa9Trj4w9QRqAdwCX-vaVBo53C2D_n_fneAkTyvTHanNbipUNd2B-DbSrVdutzt0Ke-s5CZwKihRHfGB5hRVN0Oo5jviOPN7J2z5Q_8ObKv96uE_Mg0v08hM-bC47e4JLI1YnMl9z1-yq-m4tnSdhct7oBFg8SXehYu5GdvHMGmco6mrB6U_g.FdEs8-xLPtiqUTvLnijCYg.Cp4jo4xgq_zwhJD7HYchf6WysPFYx7E5Nsk6fq1IS_GLnQaIm2sg2qojKEVj9WKM_W97cQp4hRz7GPwAshmlRFiVstyw5pguVksRfE4aUfE.aKO5_Shplf_wnBE5idRQZg"
+ },
+
+ "record": {
+ "A": ["149.56.15.68"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/malleshcn.json b/domains/malleshcn.json
new file mode 100644
index 000000000..f9a971deb
--- /dev/null
+++ b/domains/malleshcn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rohanworld",
+ "email": "rohanmaharaj78@gmail.com"
+ },
+ "record": {
+ "URL": "https://malleshcn.netlify.app/"
+ }
+}
diff --git a/domains/mameen.json b/domains/mameen.json
index 611504640..c5b02a28b 100644
--- a/domains/mameen.json
+++ b/domains/mameen.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "mameen-omar",
- "email": "mameen.omar@gmail.com"
- },
- "record": {
- "A": ["129.151.180.253"]
- }
+ "owner": {
+ "username": "mameen-omar",
+ "email": "mameen.omar@gmail.com"
+ },
+ "record": {
+ "A": ["129.151.180.253"]
+ }
}
diff --git a/domains/manage.json b/domains/manage.json
index 670a3837b..f27db0ab3 100644
--- a/domains/manage.json
+++ b/domains/manage.json
@@ -5,6 +5,6 @@
},
"record": {
- "CNAME": "dns.beadman-network.com"
+ "URL": "https://github.com/is-a-dev/register"
}
}
diff --git a/domains/manage.uptime.trung.json b/domains/manage.uptime.trung.json
index 8958e6c03..b99730c4e 100644
--- a/domains/manage.uptime.trung.json
+++ b/domains/manage.uptime.trung.json
@@ -4,6 +4,6 @@
"email": "vuthanhtrungsuper@gmail.com"
},
"record": {
- "A": ["69.30.249.53"]
+ "A": ["35.185.84.140"]
}
}
diff --git a/domains/manastripathi.json b/domains/manastripathi.json
index 5350c143a..b8b227820 100644
--- a/domains/manastripathi.json
+++ b/domains/manastripathi.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "godspeedx14",
- "email": "manastripathi.m@gmail.com"
- },
- "record": {
- "CNAME": "manas-t.web.app"
- }
+ "owner": {
+ "username": "godspeedx14",
+ "email": "manastripathi.m@gmail.com"
+ },
+ "record": {
+ "CNAME": "manas-t.web.app"
+ }
}
diff --git a/domains/manodeepray.json b/domains/manodeepray.json
new file mode 100644
index 000000000..b78a570cd
--- /dev/null
+++ b/domains/manodeepray.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/Manodeepray/website",
+ "owner": {
+ "username": "Manodeepray",
+ "email": "manodeepray@gmail.com"
+ },
+ "record": {
+ "CNAME": "Manodeepray.github.io"
+ }
+ }
\ No newline at end of file
diff --git a/domains/manoj-kumar-c.json b/domains/manoj-kumar-c.json
new file mode 100644
index 000000000..e5d834776
--- /dev/null
+++ b/domains/manoj-kumar-c.json
@@ -0,0 +1,11 @@
+{
+ "description": "Manojkumar C personal developer website",
+ "repo": "https://github.com/Manoj-kumar-C/manojkumar-c-dev",
+ "owner": {
+ "username": "Manoj-kumar-C",
+ "email": "developermanoj2003@gmail.com"
+ },
+ "record": {
+ "URL": "https://manoj-kumar-c.github.io/manojkumar-c-dev/"
+ }
+}
diff --git a/domains/mapsyseo.json b/domains/mapsyseo.json
new file mode 100644
index 000000000..57cfc5050
--- /dev/null
+++ b/domains/mapsyseo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ShingSemicolon",
+ "email": "Shing.XD.0602@gmail.com"
+ },
+ "record": {
+ "A": ["81.16.29.155"]
+ }
+}
diff --git a/domains/mariano-avila.json b/domains/mariano-avila.json
index 669c8e2ec..d5db86d13 100644
--- a/domains/mariano-avila.json
+++ b/domains/mariano-avila.json
@@ -1,12 +1,12 @@
{
- "description": "personal portfolio using github pages",
- "repo": "https://github.com/dxravage/dxravage.github.io",
- "owner": {
- "username": "dxravage",
- "email": "marianoavilaj4@gmail.com",
- "twitter": "@MarianoAvilaC"
- },
- "record": {
- "CNAME": "dxravage.github.io"
- }
-}
+ "description": "personal portfolio using github pages",
+ "repo": "https://github.com/dxravage/dxravage.github.io",
+ "owner": {
+ "username": "dxravage",
+ "email": "marianoavilaj4@gmail.com",
+ "twitter": "@MarianoAvilaC"
+ },
+ "record": {
+ "CNAME": "dxravage.github.io"
+ }
+}
diff --git a/domains/mariano.avila.json b/domains/mariano.avila.json
index 830f26aad..b0af1b49c 100644
--- a/domains/mariano.avila.json
+++ b/domains/mariano.avila.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DxRavage",
- "email": "marianoavilaj4@gmail.com"
- },
- "record": {
- "CNAME": "dxravage.github.io"
- }
+ "owner": {
+ "username": "DxRavage",
+ "email": "marianoavilaj4@gmail.com"
+ },
+ "record": {
+ "CNAME": "dxravage.github.io"
+ }
}
diff --git a/domains/markblum.json b/domains/markblum.json
index a23935cbf..073ee14d4 100644
--- a/domains/markblum.json
+++ b/domains/markblum.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "mblumdumes",
- "email": "mark@el-blum.de"
- },
- "record": {
- "CNAME": "el-blum.selfhost.co"
- }
+ "owner": {
+ "username": "mblumdumes",
+ "email": "mark@el-blum.de"
+ },
+ "record": {
+ "CNAME": "el-blum.selfhost.co"
+ }
}
diff --git a/domains/maskduck.json b/domains/maskduck.json
index 0b92c97b8..81573292a 100644
--- a/domains/maskduck.json
+++ b/domains/maskduck.json
@@ -1,14 +1,10 @@
{
- "description": "MaskDuck's personal website!",
- "repo": "https://github.com/maskducks/maskducks.github.io",
- "owner": {
- "username": "MaskDuck",
- "email": "maskduckuwu@gmail.com",
- "discord": "maskduck",
- "reddit": "u/maskduck",
- "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586."
- },
- "record": {
- "CNAME": "maskduck.github.io"
- }
+ "owner": {
+ "username": "maskduck",
+ "email": "",
+ "discord": "_ngiu.a_"
+ },
+ "record": {
+ "CNAME": "maskduck.github.io"
+ }
}
diff --git a/domains/mastergrid.json b/domains/mastergrid.json
new file mode 100644
index 000000000..549590ce7
--- /dev/null
+++ b/domains/mastergrid.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AtharvParsewar",
+ "email": "atharvparsewar@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/matrixcoder.json b/domains/matrixcoder.json
index e584272b1..57a4b7c5a 100644
--- a/domains/matrixcoder.json
+++ b/domains/matrixcoder.json
@@ -12,7 +12,10 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/matt.json b/domains/matt.json
new file mode 100644
index 000000000..abad7ef8d
--- /dev/null
+++ b/domains/matt.json
@@ -0,0 +1,16 @@
+{
+ "description": "Matt is a Developer!",
+ "repo": "https://github.com/Tweak4141",
+ "owner": {
+ "username": "tweak4141",
+ "email": "tweak@talosbot.xyz"
+ },
+ "record": {
+ "A": ["150.230.46.24"],
+ "MX": [
+ "mx1.talosbot.xyz",
+ "mx2.talosbot.xyz"
+ ],
+ "TXT": "v=spf1 include:spf.talosbot.xyz include:spf.brevo.com include:mailgun.org include:webmail.talosbot.xyz ~all"
+ }
+}
diff --git a/domains/matytyma.json b/domains/matytyma.json
new file mode 100644
index 000000000..b21c92233
--- /dev/null
+++ b/domains/matytyma.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "matytyma",
+ "email": "matytyma22@gmail.com",
+ "discord": "803549121247838209"
+ },
+
+ "record": {
+ "CNAME": "matytyma.github.io"
+ }
+}
diff --git a/domains/maurice.json b/domains/maurice.json
new file mode 100644
index 000000000..814ba3d00
--- /dev/null
+++ b/domains/maurice.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "bwl3810",
+ "email": "capybara@mail.de",
+ "discord": "1181949050770161756"
+ },
+
+ "record": {
+ "A": ["91.216.248.20"]
+ }
+}
diff --git a/domains/maxgiveawaybot.json b/domains/maxgiveawaybot.json
new file mode 100644
index 000000000..578523388
--- /dev/null
+++ b/domains/maxgiveawaybot.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "emmu123",
+ "email": "",
+ "discord": "863271170228486187",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.U15Blx01XkJwDCgPniImJMBtkqzEzQ_InjZmPuBx2h7RRMPnBgBqUDOgC6r4r0NCARF6iKa5FqP5dJkh2wP2d0fV3opIioWqApLGll1XQOTW5N14yTk3NO9B7Sqa2RVMB-xmxxrXSyILkDXO3WnF4k2JUdoIYJ2E_wd5Mo8CwQpkd3hIfzfroaoSUvmeIR_cDh3KLOoliP-1SFuNn_Yo4sqoFI0xifcQsXAEV9RLaQ5KuJQz9mv6RBeT8C13TxJIt51e4Bb_JXLMyVjz-jiFyuOTIY0Wt3e8ATgXXHovoJkDiP71xcEWA1jzWUGEWE1qC9bmseghh-Ii6_Z4ieWdKA.ddonB5m57O0yCwXStFhsiw.DjqWalsKwjt07LA_Q--Kxda7_hfxAwvgBHtGQphyj7VRCbVT3DBitJmTXvH0fUuJ4oqs4Lr0iWl7gbAi9zxJmKHXWuGJ7D-yDmSQRPwfJYE.RetwqAP8tPc9M0RpGyk26A"
+ },
+
+ "record": {
+ "CNAME": "emmu123.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/maxgreet.json b/domains/maxgreet.json
new file mode 100644
index 000000000..64627b79c
--- /dev/null
+++ b/domains/maxgreet.json
@@ -0,0 +1,15 @@
+{
+ "description": "Discord bot features.",
+ "repo": "https://emmu123.github.io/Max-Greet/",
+ "owner": {
+ "username": "emmu123",
+ "email": "aneenababu71901@gmail.com",
+ "discord": "863271170228486187",
+ "repo": "https://emmu123.github.io/Max-Greet/"
+ },
+
+ "record": {
+ "CNAME": "emmu123.github.io"
+ }
+ }
+
diff --git a/domains/maxgreetbot.json b/domains/maxgreetbot.json
new file mode 100644
index 000000000..a184d15ba
--- /dev/null
+++ b/domains/maxgreetbot.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "emmu123",
+ "email": "aneenababu71901@gmail.com",
+ "repo": "https://emmu123.github.io/Max-Greet/"
+ },
+ "record": {
+ "CNAME": "emmu123.github.io"
+ }
+}
diff --git a/domains/maximilian.json b/domains/maximilian.json
new file mode 100644
index 000000000..5b68a8cd6
--- /dev/null
+++ b/domains/maximilian.json
@@ -0,0 +1,19 @@
+{
+ "owner": {
+ "username": "MaximilianHeinrich",
+ "email": "maxhei.21@gmail.com"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/mayank.json b/domains/mayank.json
new file mode 100644
index 000000000..3c9d891a5
--- /dev/null
+++ b/domains/mayank.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MayankServers",
+ "email": "mayankreal657@gmail.com"
+ },
+ "record": {
+ "CNAME": "mayankservers.github.io"
+ }
+}
diff --git a/domains/mc.esb.json b/domains/mc.esb.json
new file mode 100644
index 000000000..6a7b11a15
--- /dev/null
+++ b/domains/mc.esb.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "EducatedSuddenBucket",
+ "email": "educatedsuddenbucket@gmail.com"
+ },
+ "record": {
+ "CNAME": "bff5bd034c7fbbeafaaf626f505c8cc5.ipv4.tcpshield.com"
+ }
+}
diff --git a/domains/mc.h3l.json b/domains/mc.h3l.json
new file mode 100644
index 000000000..0145ec64c
--- /dev/null
+++ b/domains/mc.h3l.json
@@ -0,0 +1,11 @@
+{
+ "description": "Documentation for is-a-dev",
+ "repo": "https://github.com/is-a-dev/docs",
+ "owner": {
+ "username": "gvalue-04",
+ "email": "vaporvault04@gmail.com"
+ },
+ "record": {
+ "CNAME": "on-clan.gl.at.ply.gg"
+ }
+}
diff --git a/domains/mc.json b/domains/mc.json
new file mode 100644
index 000000000..a6716c4d6
--- /dev/null
+++ b/domains/mc.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "EducatedSuddenBucket",
+ "email": "",
+ "discord": "1167825360151380032",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.LSD9kCcuVMiKKvlR-FO7qhiXahKbBdhrtM9wnZpaelPXdjLYvhVOOIGNqpus2aj8DuVjqu3gvaoKqOOCvlxZVe8O22Ef6JqCtu2HWMm4nZbXfpUyxpORZbSXuKg8JOIdX50Tm2Hrx3UwG4xjzbRAK96DUuew4l2qeIyEUrl1ycBpv5CEDPVQz6DN7v1IoWEZlYHup9x9zIjC4U-YR3zjXOTZPjyQul9fQFKXqy9oNsock4u0PTHCJ6q9aNG4WW2_n4gyGxYGXN5IdRxIsIIuXGif_W4u2FbjcSiWPvmN7FND-1jWnvwhYTK6fT0L5j2FJ7SVFanm1wi8Rg8AM2iG6A.oVOsZt9TwDae4njjIkcczw.p2DEVq4W4Wp1FbeEd50P0KQYEtxu_purdwrb5eskPNIhn-UU8V3V4MCcA0IFYSEtWGbjdHy3YtI6NXp_zTE1INyHslf9sBsr1zohyhTzqbHw3FYB_C7ZZioMg6jXrIy2.Yj7_I0i-HKwO8VBpDxpQeA"
+ },
+
+ "record": {
+ "CNAME": "bff5bd034c7fbbeafaaf626f505c8cc5.ipv4.tcpshield.com"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/mc.minmit.json b/domains/mc.minmit.json
new file mode 100644
index 000000000..096f8be1a
--- /dev/null
+++ b/domains/mc.minmit.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "MinMitCoder",
+ "email": "minmitgamer@gmail.com",
+ "discord": "499232953352716288"
+ },
+
+ "record": {
+ "A": ["141.144.228.165"]
+ }
+}
diff --git a/domains/mc.neki.json b/domains/mc.neki.json
new file mode 100644
index 000000000..f2156df7e
--- /dev/null
+++ b/domains/mc.neki.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "PinkLittleKitty",
+ "email": "santyfisela@neki.is-a.dev"
+ },
+ "record": {
+ "A": ["128.254.225.78"]
+ }
+}
diff --git a/domains/mc.pig.json b/domains/mc.pig.json
new file mode 100644
index 000000000..4d81398e5
--- /dev/null
+++ b/domains/mc.pig.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ipigtw",
+ "email": "diegogamingtw@gmail.com"
+ },
+ "record": {
+ "A": ["34.81.149.229"]
+ }
+}
diff --git a/domains/mc.sono.json b/domains/mc.sono.json
new file mode 100644
index 000000000..09dcc7b08
--- /dev/null
+++ b/domains/mc.sono.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "getSono",
+ "email": "sono.arbeit@gmail.com"
+ },
+ "record": {
+ "CNAME": "f30e650e-c871-4081-bcac-de9791d361f3.shield.neoprotect.ovh"
+ }
+}
diff --git a/domains/mcreed.json b/domains/mcreed.json
new file mode 100644
index 000000000..b2ae7698e
--- /dev/null
+++ b/domains/mcreed.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "M-creed",
+ "email": "marwankalosha005@gmail.com"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
+}
diff --git a/domains/mcstatus.json b/domains/mcstatus.json
new file mode 100644
index 000000000..c543e0863
--- /dev/null
+++ b/domains/mcstatus.json
@@ -0,0 +1,15 @@
+{
+ "owner": {
+ "username": "EducatedSuddenBucket",
+ "email": "educatedsuddenbucket@gmail.com",
+ "discord": "1167825360151380032"
+ },
+ "record": {
+ "A": [
+ "216.24.57.1"
+ ],
+ "TXT": [
+ "google-site-verification=nDh74FzhzmLwzfX4wZWHjZOjNXmTCKyuw89TGKOIfkE"
+ ]
+ }
+}
diff --git a/domains/mduha.json b/domains/mduha.json
new file mode 100644
index 000000000..13d6545c3
--- /dev/null
+++ b/domains/mduha.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "r2kch",
+ "email": "marco@dubini.com"
+ },
+ "record": {
+ "A": ["84.72.8.155"]
+ }
+}
diff --git a/domains/me.json b/domains/me.json
index a40c4013d..4bd2309ac 100644
--- a/domains/me.json
+++ b/domains/me.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "cloudcap10",
- "email": "jttalasan@live.com"
- },
- "record": {
- "CNAME": "cloudcap10.github.io"
- }
+ "owner": {
+ "username": "cloudcap10",
+ "email": "jttalasan@live.com"
+ },
+ "record": {
+ "CNAME": "cloudcap10.github.io"
+ }
}
diff --git a/domains/mebius-.json b/domains/mebius-.json
index e2801ae2a..e9fc701cd 100644
--- a/domains/mebius-.json
+++ b/domains/mebius-.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Mebiius",
- "email": "anjuangyu@gmail.com"
- },
- "record": {
- "URL": "https://mebiius.github.io/"
- }
+ "owner": {
+ "username": "Mebiius",
+ "email": "anjuangyu@gmail.com"
+ },
+ "record": {
+ "URL": "https://mebiius.github.io/"
+ }
}
diff --git a/domains/meesam.json b/domains/meesam.json
index 7f3fc700a..c850075b3 100644
--- a/domains/meesam.json
+++ b/domains/meesam.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "meesam4687",
- "email": "meesam4687@gmail.com"
- },
- "record": {
- "CNAME": "meesam4687.github.io"
- }
+ "owner": {
+ "username": "meesam4687",
+ "email": "meesam4687@gmail.com"
+ },
+ "record": {
+ "CNAME": "meesam4687.github.io"
+ }
}
diff --git a/domains/meghdip.json b/domains/meghdip.json
new file mode 100644
index 000000000..4918f9208
--- /dev/null
+++ b/domains/meghdip.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "karmakarmeghdip",
+ "email": "karmakarmeghdip@gmail.com",
+ "discord": "479631349167423509"
+ },
+
+ "record": {
+ "CNAME": "karmakarmeghdip.github.io"
+ }
+}
diff --git a/domains/mekota.json b/domains/mekota.json
new file mode 100644
index 000000000..056da1b64
--- /dev/null
+++ b/domains/mekota.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mikotohime",
+ "email": "exosk1ll.twl@gmail.com"
+ },
+ "record": {
+ "A": ["194.28.226.129"]
+ }
+}
diff --git a/domains/meku.json b/domains/meku.json
new file mode 100644
index 000000000..34b816052
--- /dev/null
+++ b/domains/meku.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Mai1ii",
+ "email": "micomacabali14@gmail.com",
+ "discord": "1130452399094505534"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/mekuu.json b/domains/mekuu.json
new file mode 100644
index 000000000..5071f1cfc
--- /dev/null
+++ b/domains/mekuu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mai1ii",
+ "email": "micomacabali14@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/mekuuu.json b/domains/mekuuu.json
new file mode 100644
index 000000000..5071f1cfc
--- /dev/null
+++ b/domains/mekuuu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mai1ii",
+ "email": "micomacabali14@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/mekuvsh.json b/domains/mekuvsh.json
new file mode 100644
index 000000000..5071f1cfc
--- /dev/null
+++ b/domains/mekuvsh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mai1ii",
+ "email": "micomacabali14@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/mekuzv.json b/domains/mekuzv.json
new file mode 100644
index 000000000..5071f1cfc
--- /dev/null
+++ b/domains/mekuzv.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mai1ii",
+ "email": "micomacabali14@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/melody.json b/domains/melody.json
new file mode 100644
index 000000000..dc1d070c2
--- /dev/null
+++ b/domains/melody.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "phantonducthang",
+ "email": "phantonducthang@hotmail.com",
+ "discord": "1190624410630099046"
+ },
+
+ "record": {
+ "CNAME": "melody.64342fb9f8-hosting.gitbook.io"
+ }
+}
diff --git a/domains/menkr.json b/domains/menkr.json
index 656a56200..fbe679633 100644
--- a/domains/menkr.json
+++ b/domains/menkr.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "me-nkr",
- "email": "thenaveenkr7@gmail.com"
- },
- "record": {
- "URL": "https://dev.menkr.in"
- }
+ "owner": {
+ "username": "me-nkr",
+ "email": "thenaveenkr7@gmail.com"
+ },
+ "record": {
+ "URL": "https://dev.menkr.in"
+ }
}
diff --git a/domains/merely.json b/domains/merely.json
new file mode 100644
index 000000000..66bd2a57d
--- /dev/null
+++ b/domains/merely.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MerelyMiserable",
+ "email": "MerelyMiserable@gmail.com"
+ },
+ "record": {
+ "CNAME": "merelymiserable.github.io"
+ }
+}
diff --git a/domains/mesflit.json b/domains/mesflit.json
new file mode 100644
index 000000000..5e7448b43
--- /dev/null
+++ b/domains/mesflit.json
@@ -0,0 +1 @@
+{ "owner": { "username": "mesflit", "email": "benomerfaruk11@gmail.com" }, "record": { "URL": "https://mesflit.github.io/" } }
diff --git a/domains/messiersixtyfour.json b/domains/messiersixtyfour.json
new file mode 100644
index 000000000..e9e8f28df
--- /dev/null
+++ b/domains/messiersixtyfour.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MessierSixtyFour",
+ "email": "messier1244@gmail.com"
+ },
+ "record": {
+ "CNAME": "messiersixtyfour.github.io"
+ }
+}
diff --git a/domains/meters.dalpex.json b/domains/meters.dalpex.json
new file mode 100644
index 000000000..f0a2bd291
--- /dev/null
+++ b/domains/meters.dalpex.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Dalpex",
+ "email": "dantupro@gmail.com"
+ },
+ "record": {
+ "CNAME": "dalpex.github.io"
+ }
+}
diff --git a/domains/mewwme.json b/domains/mewwme.json
index 68d559817..07f130c06 100644
--- a/domains/mewwme.json
+++ b/domains/mewwme.json
@@ -1,11 +1,11 @@
{
- "description": "mewwme.is-a.dev",
- "repo": "https://github.com/mewwme/mewwme.github.io",
- "owner": {
- "username": "lrmn7",
- "email": "lrmn.dev@gmail.com"
- },
- "record": {
- "CNAME": "mewwme.github.io"
- }
+ "description": "mewwme.is-a.dev",
+ "repo": "https://github.com/mewwme/mewwme.github.io",
+ "owner": {
+ "username": "lrmn7",
+ "email": "lrmn.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "mewwme.github.io"
+ }
}
diff --git a/domains/meywy.json b/domains/meywy.json
new file mode 100644
index 000000000..87a6c494e
--- /dev/null
+++ b/domains/meywy.json
@@ -0,0 +1,19 @@
+{
+ "description": "Portfolio",
+ "repo": "https://github.com/Meywy/meywy.github.io",
+ "owner": {
+ "username": "Meywy",
+ "email": "meywyy@gmail.com",
+ "discord": "923162990419791913"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com.",
+ "mx2.improvmx.com."
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all",
+ "A": [
+ "75.2.60.5"
+ ]
+ }
+}
diff --git a/domains/micozv.json b/domains/micozv.json
new file mode 100644
index 000000000..e800267cc
--- /dev/null
+++ b/domains/micozv.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "mekuvsh",
+ "email": "macabalimicooz@gmail.com",
+ "discord": "711934005343158303"
+ },
+
+ "record": {
+ "CNAME": "mekuvsh.pages.dev"
+ }
+}
diff --git a/domains/midair.json b/domains/midair.json
new file mode 100644
index 000000000..5b813cc18
--- /dev/null
+++ b/domains/midair.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal Portofolio",
+ "repo": "https://github.com/zMidair/zMidair.github.io",
+ "owner": {
+ "username": "zMidair",
+ "email": "midair4546@gmail.com",
+ "twitter": "M16a1r"
+ },
+ "record": {
+ "CNAME": "zMidair.github.io"
+ }
+}
diff --git a/domains/midlaj.json b/domains/midlaj.json
index fb48373f0..d17eee7dc 100644
--- a/domains/midlaj.json
+++ b/domains/midlaj.json
@@ -4,6 +4,6 @@
"email": "midlaj@tuta.io"
},
"record": {
- "CNAME": "whoismidlaj.github.io"
+ "CNAME": "nuxtfolio.pages.dev"
}
}
diff --git a/domains/miladamiri.json b/domains/miladamiri.json
index 06d42606b..c77d3ee11 100644
--- a/domains/miladamiri.json
+++ b/domains/miladamiri.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DigitalGenius-ui",
- "email": "miladmarketing282@gmail.com"
- },
- "record": {
- "URL": "https://miladamiri.netlify.app/"
- }
+ "owner": {
+ "username": "DigitalGenius-ui",
+ "email": "miladmarketing282@gmail.com"
+ },
+ "record": {
+ "URL": "https://miladamiri.netlify.app/"
+ }
}
diff --git a/domains/milu.json b/domains/milu.json
new file mode 100644
index 000000000..20fdbd50f
--- /dev/null
+++ b/domains/milu.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "milanmarton",
+ "email": "",
+ "discord": "312899549670801410"
+ },
+
+ "record": {
+ "CNAME": "milu-eor.pages.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/minecraft.urging.json b/domains/minecraft.urging.json
new file mode 100644
index 000000000..e8cfb309f
--- /dev/null
+++ b/domains/minecraft.urging.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "UrgingOfc",
+ "email": "diogo.lopes.silva.ch@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/minerwolfybtvn.json b/domains/minerwolfybtvn.json
new file mode 100644
index 000000000..2855fc52d
--- /dev/null
+++ b/domains/minerwolfybtvn.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "MinerwolfybtVn",
+ "email": "ngdung853@gmail.com",
+ "discord": "947884053544189992"
+ },
+
+ "record": {
+ "CNAME": "miner-9eu.pages.dev"
+ }
+}
diff --git a/domains/minhphan.json b/domains/minhphan.json
index 366b6d4b6..9f1fb3788 100644
--- a/domains/minhphan.json
+++ b/domains/minhphan.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "MinhPhan1203",
- "email": "phan48788@gmail.com"
- },
- "record": {
- "URL": "https://minhphan.tech"
- }
+ "owner": {
+ "username": "MinhPhan1203",
+ "email": "phan48788@gmail.com"
+ },
+ "record": {
+ "URL": "https://minhphan.tech"
+ }
}
diff --git a/domains/miquel.json b/domains/miquel.json
index 0886b0d36..1fe6d72dc 100644
--- a/domains/miquel.json
+++ b/domains/miquel.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "MCrumo",
- "email": "miquel1rr@gmail.com"
- },
- "record": {
- "CNAME": "mcrumo.github.io"
- }
+ "owner": {
+ "username": "MCrumo",
+ "email": "miquel1rr@gmail.com"
+ },
+ "record": {
+ "CNAME": "mcrumo.github.io"
+ }
}
diff --git a/domains/mirzosharif.json b/domains/mirzosharif.json
index 87db978d6..26d4d6269 100644
--- a/domains/mirzosharif.json
+++ b/domains/mirzosharif.json
@@ -6,6 +6,6 @@
"email": "mirzoupwork@gmail.com"
},
"record": {
- "CNAME": "habiboffdev.github.io"
+ "CNAME": "mirzosharif.me"
}
}
diff --git a/domains/misha.json b/domains/misha.json
index 24afefd03..959fb4896 100644
--- a/domains/misha.json
+++ b/domains/misha.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "misha-jw",
- "email": "mishawu@outlook.com"
- },
- "record": {
- "CNAME": "misha-jw.github.io"
- }
+ "owner": {
+ "username": "misha-jw",
+ "email": "mishawu@outlook.com"
+ },
+ "record": {
+ "CNAME": "misha-jw.github.io"
+ }
}
diff --git a/domains/miskode.json b/domains/miskode.json
new file mode 100644
index 000000000..02fb0cf2e
--- /dev/null
+++ b/domains/miskode.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "miskode",
+ "email": "miskonx97@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "miskode.github.io"
+ }
+}
diff --git a/domains/misonomika.json b/domains/misonomika.json
new file mode 100644
index 000000000..f66df4dca
--- /dev/null
+++ b/domains/misonomika.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "misonomikadev",
+ "email": "93425627+misonomikadev@users.noreply.github.com",
+ "discord": "898521048545374248"
+ },
+
+ "record": {
+ "CNAME": "server.elainateam.io"
+ }
+}
diff --git a/domains/miten.json b/domains/miten.json
index d47bb885c..1a59666d6 100644
--- a/domains/miten.json
+++ b/domains/miten.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "m1ten",
- "email": "h4ckr+github@icloud.com"
- },
- "record": {
- "CNAME": "m1ten.github.io"
- }
+ "owner": {
+ "username": "m1ten",
+ "email": "h4ckr+github@icloud.com"
+ },
+ "record": {
+ "CNAME": "m1ten.github.io"
+ }
}
diff --git a/domains/mjclavillas.json b/domains/mjclavillas.json
new file mode 100644
index 000000000..2b335e775
--- /dev/null
+++ b/domains/mjclavillas.json
@@ -0,0 +1,10 @@
+{
+ "description": "",
+ "owner": {
+ "username": "mjclavillas",
+ "email": "mjdc1337@gmail.com"
+ },
+ "record": {
+ "CNAME": "mjclavillas.github.io"
+ }
+}
diff --git a/domains/mjdc.json b/domains/mjdc.json
new file mode 100644
index 000000000..2b335e775
--- /dev/null
+++ b/domains/mjdc.json
@@ -0,0 +1,10 @@
+{
+ "description": "",
+ "owner": {
+ "username": "mjclavillas",
+ "email": "mjdc1337@gmail.com"
+ },
+ "record": {
+ "CNAME": "mjclavillas.github.io"
+ }
+}
diff --git a/domains/modasser.json b/domains/modasser.json
new file mode 100644
index 000000000..faf48f321
--- /dev/null
+++ b/domains/modasser.json
@@ -0,0 +1,12 @@
+{
+ "description": "This domain will be used for my Portfolio Page",
+ "repo": "https://github.com/TheProjectsX/theprojectsx.github.io",
+ "owner": {
+ "username": "TheProjectsX",
+ "email": "modassermubin@gmail.com",
+ "twitter": "n/a"
+ },
+ "record": {
+ "CNAME": "theprojectsx.github.io"
+ }
+}
diff --git a/domains/modules.json b/domains/modules.json
new file mode 100644
index 000000000..17f83d092
--- /dev/null
+++ b/domains/modules.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Manafix",
+ "email": "manafix.pub@gmail.com"
+ },
+ "record": {
+ "CNAME": "manafix.dev"
+ }
+}
diff --git a/domains/mohammad87115.json b/domains/mohammad87115.json
index 53d4205f0..86bbdb0ab 100644
--- a/domains/mohammad87115.json
+++ b/domains/mohammad87115.json
@@ -1,12 +1,12 @@
{
- "description": "I'm using this subdomain to make my portfolio website",
- "repo": "https://github.com/mohammad87115/mohammad87115.github.io",
- "owner": {
- "username": "mohammad87115",
- "email": "mohammad87115@gmail.com",
- "twitter": "mohammad87115"
- },
- "record": {
- "CNAME": "mohammad87115.github.io"
- }
-}
+ "description": "I'm using this subdomain to make my portfolio website",
+ "repo": "https://github.com/mohammad87115/mohammad87115.github.io",
+ "owner": {
+ "username": "mohammad87115",
+ "email": "mohammad87115@gmail.com",
+ "twitter": "mohammad87115"
+ },
+ "record": {
+ "CNAME": "mohammad87115.github.io"
+ }
+}
diff --git a/domains/moncef.json b/domains/moncef.json
index 18c1c5e8a..7c062c694 100644
--- a/domains/moncef.json
+++ b/domains/moncef.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "m2ncef",
- "email": "moncxff@gmail.com"
- },
- "record": {
- "URL": "https://m2ncef.github.io/"
- }
+ "owner": {
+ "username": "m2ncef",
+ "email": "moncxff@gmail.com"
+ },
+ "record": {
+ "CNAME": "m2ncef.github.io"
+ }
}
diff --git a/domains/mongodb.trung.json b/domains/mongodb.trung.json
index c372c8070..b99730c4e 100644
--- a/domains/mongodb.trung.json
+++ b/domains/mongodb.trung.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "vuthanhtrung2010",
- "email": "vuthanhtrungsuper@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "A": ["35.185.84.140"]
+ }
}
diff --git a/domains/mori.lalit.json b/domains/mori.lalit.json
new file mode 100644
index 000000000..66ece50c8
--- /dev/null
+++ b/domains/mori.lalit.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lalitm1004",
+ "email": "lalitm1004@gmail.com"
+ },
+ "record": {
+ "CNAME": "memento-mori-6at.pages.dev"
+ }
+}
diff --git a/domains/morzhstudio.json b/domains/morzhstudio.json
new file mode 100644
index 000000000..0c4ecbc3a
--- /dev/null
+++ b/domains/morzhstudio.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "KapikRussia",
+ "email": "kapikrussia@gmail.com",
+ "discord": "1261855255147057220"
+ },
+
+ "record": {
+ "A": ["185.199.108.153"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/mosa.json b/domains/mosa.json
index 3e30876be..e55f37352 100644
--- a/domains/mosa.json
+++ b/domains/mosa.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "mosageneral",
- "email": "mosageneral@gmail.com"
- },
- "record": {
- "A": ["130.162.164.99"]
- }
+ "owner": {
+ "username": "mosageneral",
+ "email": "mosageneral@gmail.com"
+ },
+ "record": {
+ "A": ["130.162.164.99"]
+ }
}
diff --git a/domains/mosaab.json b/domains/mosaab.json
index ed3bba5f1..e4c424c8c 100644
--- a/domains/mosaab.json
+++ b/domains/mosaab.json
@@ -12,7 +12,10 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/mosaic.json b/domains/mosaic.json
index 894a6c4cc..9409ef36a 100644
--- a/domains/mosaic.json
+++ b/domains/mosaic.json
@@ -1,12 +1,11 @@
{
- "owner": {
- "username": "mg0the0goat0",
- "email": "golden_mooooooon@outlook.com",
- "discord": "1160256967504318576"
- },
-
- "record": {
- "CNAME": "aboutmeeeeeeeeeee.onrender.com"
- }
- }
-
\ No newline at end of file
+ "owner": {
+ "username": "mg0the0goat0",
+ "email": "golden_mooooooon@outlook.com",
+ "discord": "1160256967504318576"
+ },
+
+ "record": {
+ "CNAME": "aboutmeeeeeeeeeee.onrender.com"
+ }
+}
diff --git a/domains/motortruck1221.json b/domains/motortruck1221.json
deleted file mode 100644
index 38a5e52de..000000000
--- a/domains/motortruck1221.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "MotorTruck1221",
- "email": "tuckerj0606@icloud.com"
- },
- "record": {
- "CNAME": "motortruck1221.github.io"
- }
-}
diff --git a/domains/moviebypass.json b/domains/moviebypass.json
index 88ae0a50c..2f35b82ba 100644
--- a/domains/moviebypass.json
+++ b/domains/moviebypass.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "alidexter001",
- "email": "dexter.ali001@gmail.com"
- },
- "record": {
- "A": ["45.11.229.211"]
- }
+ "owner": {
+ "username": "alidexter001",
+ "email": "dexter.ali001@gmail.com"
+ },
+ "record": {
+ "A": ["45.11.229.211"]
+ }
}
diff --git a/domains/mr-virus.json b/domains/mr-virus.json
new file mode 100644
index 000000000..ae70ed940
--- /dev/null
+++ b/domains/mr-virus.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mr-Virus-Dev",
+ "email": "mr.virus.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "mr-virus.pages.dev"
+ }
+}
diff --git a/domains/mr.bhardwaj.json b/domains/mr.bhardwaj.json
new file mode 100644
index 000000000..fdb97f8e2
--- /dev/null
+++ b/domains/mr.bhardwaj.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rohanbhardwaj205",
+ "email": "71399@cgcjhanjeri.in"
+ },
+ "record": {
+ "CNAME": "rohanbhardwaj205.github.io"
+ }
+}
diff --git a/domains/mrdev88.json b/domains/mrdev88.json
new file mode 100644
index 000000000..069abeb77
--- /dev/null
+++ b/domains/mrdev88.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Mrdev88",
+ "email": "RuizMahdi@gmx.com"
+ },
+ "record": {
+ "CNAME": "mrdev88.github.io"
+ }
+}
diff --git a/domains/mrdiamond.json b/domains/mrdiamond.json
new file mode 100644
index 000000000..691b44ea1
--- /dev/null
+++ b/domains/mrdiamond.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MrDiamondDog",
+ "email": "drewratner27@gmail.com"
+ },
+ "record": {
+ "CNAME": "mrdiamond.pages.dev"
+ }
+}
diff --git a/domains/mrfrostyxd.json b/domains/mrfrostyxd.json
new file mode 100644
index 000000000..5e31f1e84
--- /dev/null
+++ b/domains/mrfrostyxd.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MrxAravind",
+ "email": "mrspidyxd@gmail.com"
+ },
+ "record": {
+ "URL": "https://mrxaravind.github.io"
+ }
+}
diff --git a/domains/mrksbgg.json b/domains/mrksbgg.json
new file mode 100644
index 000000000..3e98f8668
--- /dev/null
+++ b/domains/mrksbgg.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "mrksbgg",
+ "email": "lapo.ez.yt@gmail.com",
+ "discord": "1097383143708827679"
+ },
+
+ "record": {
+ "CNAME": "mrksbgg.github.io"
+ }
+}
diff --git a/domains/mrstickypiston.json b/domains/mrstickypiston.json
new file mode 100644
index 000000000..90f4c685f
--- /dev/null
+++ b/domains/mrstickypiston.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MrStickyPiston",
+ "email": "mr.sticky.piston@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-site-4d2.pages.dev"
+ }
+}
diff --git a/domains/mrvasil.json b/domains/mrvasil.json
new file mode 100644
index 000000000..957a8f3b6
--- /dev/null
+++ b/domains/mrvasil.json
@@ -0,0 +1,10 @@
+{
+ "description": "mrvasil's domain",
+ "owner": {
+ "username": "mrvasil",
+ "email": "adminich@urrr.ru"
+ },
+ "record": {
+ "A": ["176.109.106.66"]
+ }
+}
diff --git a/domains/mssfreight.json b/domains/mssfreight.json
new file mode 100644
index 000000000..0f0ef26d8
--- /dev/null
+++ b/domains/mssfreight.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "KRNRBRBR",
+ "email": "kizadawiza2@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/muhalvin.json b/domains/muhalvin.json
new file mode 100644
index 000000000..002cdd5ae
--- /dev/null
+++ b/domains/muhalvin.json
@@ -0,0 +1,11 @@
+{
+ "description": "For my portofolio and personal project",
+ "repo": "https://github.com/muhalvin/muhalvin.github.io",
+ "owner": {
+ "username": "muhalvin",
+ "email": "work.muhalvin@gmail.com"
+ },
+ "record": {
+ "CNAME": "muhalvin.github.io"
+ }
+}
diff --git a/domains/muizzz.json b/domains/muizzz.json
new file mode 100644
index 000000000..f76bc7d64
--- /dev/null
+++ b/domains/muizzz.json
@@ -0,0 +1,12 @@
+{
+ "description": "This subdomain is a redirection to my personal portfolio",
+ "repo": "https://github.com/muizzatam/muizzatam.github.io",
+ "owner": {
+ "username": "MuizZatam",
+ "email": "muizzatam110@gmail.com",
+ "twitter": "muizzatam"
+ },
+ "record": {
+ "CNAME": "muizzatam.github.io"
+ }
+}
diff --git a/domains/mumble.sono.json b/domains/mumble.sono.json
new file mode 100644
index 000000000..7901ef9bd
--- /dev/null
+++ b/domains/mumble.sono.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "getSono",
+ "email": "julianwolf2013@outlook.de",
+ "discord": "1222250424309121145"
+ },
+
+ "record": {
+ "A": ["69.197.135.202"]
+ }
+}
diff --git a/domains/musiccorn01.json b/domains/musiccorn01.json
new file mode 100644
index 000000000..6e44b6d8e
--- /dev/null
+++ b/domains/musiccorn01.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ondirisuliuly",
+ "email": "ondirisuliuly@gmail.com"
+ },
+ "record": {
+ "A": ["185.239.48.45"]
+ }
+}
diff --git a/domains/mustafaozturk.json b/domains/mustafaozturk.json
new file mode 100644
index 000000000..ee71e791e
--- /dev/null
+++ b/domains/mustafaozturk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Night-X-dev",
+ "email": "mustafaozturkk1907@gmail.com"
+ },
+ "record": {
+ "URL": "https://mustafa.yusufzengin.com.tr/"
+ }
+}
diff --git a/domains/mwa.json b/domains/mwa.json
new file mode 100644
index 000000000..6f9e056fb
--- /dev/null
+++ b/domains/mwa.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Totallynotmwa",
+ "email": "",
+ "discord": "totallynotmwa"
+ },
+ "record": {
+ "CNAME": "totallynotmwa.github.io"
+ }
+}
diff --git a/domains/mwanothere.json b/domains/mwanothere.json
new file mode 100644
index 000000000..9450b1906
--- /dev/null
+++ b/domains/mwanothere.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Totallynotmwa",
+ "email": "totallynot@mwa.lol"
+ },
+ "record": {
+ "URL": "https://mwa.lol"
+ }
+}
diff --git a/domains/mxritz.json b/domains/mxritz.json
new file mode 100644
index 000000000..c36cab614
--- /dev/null
+++ b/domains/mxritz.json
@@ -0,0 +1,10 @@
+{
+ "description": "Personal Portfolio",
+ "owner": {
+ "username": "Moritz-Deiaco",
+ "email": "moritz.deiaco@gmail.com"
+ },
+ "record": {
+ "CNAME": "proxy.host.bytes.wtf"
+ }
+}
diff --git a/domains/my.sembiland.json b/domains/my.sembiland.json
new file mode 100644
index 000000000..fafe88295
--- /dev/null
+++ b/domains/my.sembiland.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TTGGHHgjkG",
+ "email": "tgfeghfcrxctchvvhv@gmail.com"
+ },
+ "record": {
+ "URL": "https://sembiland.my.canva.site"
+ }
+}
diff --git a/domains/mydesktop.json b/domains/mydesktop.json
new file mode 100644
index 000000000..141d1b56b
--- /dev/null
+++ b/domains/mydesktop.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "bigcacarouci",
+ "email": "bigcacarouci@gmail.com"
+ },
+ "record": {
+ "A": ["188.241.118.89"]
+ }
+}
diff --git a/domains/myrdin.json b/domains/myrdin.json
new file mode 100644
index 000000000..3d0af9700
--- /dev/null
+++ b/domains/myrdin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Myrdincx",
+ "email": "myrdincx@gmail.com"
+ },
+ "record": {
+ "CNAME": "myrdincx.github.io"
+ }
+}
diff --git a/domains/mystic-titans.json b/domains/mystic-titans.json
new file mode 100644
index 000000000..9e1ed46ce
--- /dev/null
+++ b/domains/mystic-titans.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "joltz1234",
+ "email": "joltzx123@gmail.com"
+ },
+ "record": {
+ "URL": "https://discord.gg/mystic-titans"
+ }
+}
diff --git a/domains/mystic.trung.json b/domains/mystic.trung.json
index c372c8070..b99730c4e 100644
--- a/domains/mystic.trung.json
+++ b/domains/mystic.trung.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "vuthanhtrung2010",
- "email": "vuthanhtrungsuper@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "A": ["35.185.84.140"]
+ }
}
diff --git a/domains/myxi.json b/domains/myxi.json
index 5e7e5068a..1a2f6a835 100644
--- a/domains/myxi.json
+++ b/domains/myxi.json
@@ -1,9 +1,9 @@
{
"owner": {
"username": "eeriemyxi",
- "email": "myxi@duck.com"
+ "email": "myxi@envs.net"
},
"record": {
- "URL": "https://eeriemyxi.blogspot.com"
+ "URL": "https://myxi.envs.net"
}
}
diff --git a/domains/mznking.json b/domains/mznking.json
new file mode 100644
index 000000000..45d33185b
--- /dev/null
+++ b/domains/mznking.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mznking",
+ "email": "maazinking23@gmail.com"
+ },
+ "record": {
+ "CNAME": "mzn-king.onrender.com"
+ }
+}
diff --git a/domains/n0rule.json b/domains/n0rule.json
new file mode 100644
index 000000000..153275be1
--- /dev/null
+++ b/domains/n0rule.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "N0rule",
+ "email": "N0rule228@gmail.com"
+ },
+ "record": {
+ "CNAME": "n0rule.github.io"
+ }
+}
diff --git a/domains/n4rc1ssus.json b/domains/n4rc1ssus.json
index d760a2cc3..44601c8d5 100644
--- a/domains/n4rc1ssus.json
+++ b/domains/n4rc1ssus.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "AnubisNekhet",
- "email": "extrastuff.j3db6@simplelogin.co",
- "note": "Not my actual email, but it forwards to my actual one."
- },
- "record": {
- "CNAME": "n4rc1ssus.codeberg.page"
- }
+ "owner": {
+ "username": "AnubisNekhet",
+ "email": "extrastuff.j3db6@simplelogin.co",
+ "note": "Not my actual email, but it forwards to my actual one."
+ },
+ "record": {
+ "CNAME": "n4rc1ssus.codeberg.page"
+ }
}
diff --git a/domains/naffy.json b/domains/naffy.json
new file mode 100644
index 000000000..cf4c10991
--- /dev/null
+++ b/domains/naffy.json
@@ -0,0 +1,12 @@
+{
+ "description": "My personal portfolio website",
+ "repo": "https://github.com/knownasnaffy/knownasnaffy.github.io",
+ "owner": {
+ "username": "knownasnaffy",
+ "email": "email@address",
+ "twitter": "dharni_naffy"
+ },
+ "record": {
+ "CNAME": "knownasnaffy.github.io"
+ }
+}
diff --git a/domains/naivelyn.json b/domains/naivelyn.json
index 922881a58..8bc9cacc2 100644
--- a/domains/naivelyn.json
+++ b/domains/naivelyn.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Golgrax",
- "email": "pepe.kotelurow@gmail.com"
- },
- "record": {
- "CNAME": "naivelyn.pages.dev"
- }
+ "owner": {
+ "username": "Golgrax",
+ "email": "pepe.kotelurow@gmail.com"
+ },
+ "record": {
+ "CNAME": "naivelyn.pages.dev"
+ }
}
diff --git a/domains/naltheduck.json b/domains/naltheduck.json
new file mode 100644
index 000000000..87e8e1ce7
--- /dev/null
+++ b/domains/naltheduck.json
@@ -0,0 +1,11 @@
+{
+ "description": "for my own info-website",
+ "repo": "https://github.com/PewZew/naLTheDuck_Web",
+ "owner": {
+ "username": "PewZew",
+ "email": "lanlehoang957@gmail.com"
+ },
+ "record": {
+ "CNAME": "pewzew.github.io"
+ }
+}
diff --git a/domains/nam.json b/domains/nam.json
deleted file mode 100644
index b581e140e..000000000
--- a/domains/nam.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "chadcat7",
- "email": "namishpande2007@gmail.com"
- },
- "record": {
- "CNAME": "chadcat7.github.io"
- }
-}
diff --git a/domains/namesmt.json b/domains/namesmt.json
new file mode 100644
index 000000000..49dc6964a
--- /dev/null
+++ b/domains/namesmt.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NamesMT",
+ "email": "dangquoctrung123@gmail.com"
+ },
+ "record": {
+ "CNAME": "namesmt.github.io"
+ }
+}
diff --git a/domains/namkun.json b/domains/namkun.json
new file mode 100644
index 000000000..2ffcacdbb
--- /dev/null
+++ b/domains/namkun.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "beocaca",
+ "email": "namdev1402@gmail.com"
+ },
+ "record": {
+ "CNAME": "namkun.pages.dev"
+ }
+}
diff --git a/domains/namra.json b/domains/namra.json
new file mode 100644
index 000000000..d93d64a8d
--- /dev/null
+++ b/domains/namra.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "njxixi",
+ "email": "jnamra.nj@gmail.com"
+ },
+ "record": {
+ "CNAME": "njxixi.github.io"
+ }
+}
diff --git a/domains/nanonavigate.json b/domains/nanonavigate.json
index 5edd21a55..bee5b0f63 100644
--- a/domains/nanonavigate.json
+++ b/domains/nanonavigate.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Kurumi30",
- "email": "fernandoshengxinzhu@gmail.com"
- },
- "record": {
- "URL": "https://nanonavigate.onrender.com/"
- }
+ "owner": {
+ "username": "Kurumi30",
+ "email": "fernandoshengxinzhu@gmail.com"
+ },
+ "record": {
+ "URL": "https://nanonavigate.onrender.com/"
+ }
}
diff --git a/domains/nass.json b/domains/nass.json
new file mode 100644
index 000000000..2e3b61971
--- /dev/null
+++ b/domains/nass.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "SpauriRosso",
+ "email": "spy456@zoho.com",
+ "discord": "404659098919895045"
+ },
+
+ "record": {
+ "A": ["64.226.79.220"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/natewashburn.json b/domains/natewashburn.json
index 3a326bea9..d0e1eab61 100644
--- a/domains/natewashburn.json
+++ b/domains/natewashburn.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "NateTheGreat1230",
- "email": "nathanprattwashburn@gmail.com"
- },
- "record": {
- "CNAME": "natethegreat1230.github.io"
- }
+ "owner": {
+ "username": "NateTheGreat1230",
+ "email": "nathanprattwashburn@gmail.com"
+ },
+ "record": {
+ "CNAME": "natethegreat1230.github.io"
+ }
}
diff --git a/domains/navon.json b/domains/navon.json
new file mode 100644
index 000000000..4ca613951
--- /dev/null
+++ b/domains/navon.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Magniquick",
+ "email": "navonjohnlukose@gmail.com"
+ },
+ "record": {
+ "URL": "https://magniquick.github.io/"
+ }
+}
diff --git a/domains/neca.json b/domains/neca.json
new file mode 100644
index 000000000..138f7c3b5
--- /dev/null
+++ b/domains/neca.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "nekotamogas",
+ "email": "dazzerdev@gmail.com",
+ "discord": "797458672225091594"
+ },
+
+ "record": {
+ "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"],
+ "TXT": ["zoho-verification=zb18547320.zmverify.zoho.eu", "v=spf1 include:zohomail.eu ~all", "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIHzsnS94jaMTbcflV4QMBR4P3YCgegw1NoV7t7rkElCnZ7LEJIWLMCMheXN+ipQUclpDZ8Lw6m8B7mm4tm8P79hTuM6rmhsqcQb8w/g3u6kUDhK/eq2QoDhUienbpKTsR4pZesu9yIW0DL5wYxHT2zpxQN7zO8+8b4IzFSPnmHQIDAQAB"]
+ }
+ }
+
diff --git a/domains/neighbour.next.door.json b/domains/neighbour.next.door.json
new file mode 100644
index 000000000..81b85c8c9
--- /dev/null
+++ b/domains/neighbour.next.door.json
@@ -0,0 +1,15 @@
+{
+ "description": "A fun meme site :0 (as of entering of this domain, it hasn't been published yet).",
+ "owner": {
+ "username": "theNeighbourNextDoor",
+ "email": "theNeighbourNextDoor@ukrio.is-a.dev"
+ },
+ "record": {
+ "URL": "https://theneighbournextdoor.github.io/",
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
+ "TXT": "forward-email=u8k50850@gmail.com"
+ }
+}
diff --git a/domains/neki.json b/domains/neki.json
index 480561afe..a6f5db92d 100644
--- a/domains/neki.json
+++ b/domains/neki.json
@@ -11,7 +11,10 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/nekitori17.json b/domains/nekitori17.json
new file mode 100644
index 000000000..7cc6487cf
--- /dev/null
+++ b/domains/nekitori17.json
@@ -0,0 +1,13 @@
+{
+ "description": "Nyaaaaaa!!!!",
+ "repo": "https://github.com/nekitori17/nekitori17.github.io",
+ "owner": {
+ "username": "nekitori17",
+ "email": "cuongnguyen286641@gmail.com",
+ "twitter": "nekitori17",
+ "discord": "nekitorihakari"
+ },
+ "record": {
+ "CNAME": "nekitori17.github.io"
+ }
+}
diff --git a/domains/neo.json b/domains/neo.json
new file mode 100644
index 000000000..ac048537a
--- /dev/null
+++ b/domains/neo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "phantonducthang",
+ "email": "phantonducthang@hotmail.com"
+ },
+ "record": {
+ "CNAME": "64342fb9f8-hosting.gitbook.io"
+ }
+}
diff --git a/domains/neoapps.json b/domains/neoapps.json
new file mode 100644
index 000000000..d5f3eea2a
--- /dev/null
+++ b/domains/neoapps.json
@@ -0,0 +1,10 @@
+{
+ "description": "NEOAPPS",
+ "owner": {
+ "username": "neoapps-dev",
+ "email": "asd22.info@gmail.com"
+ },
+ "record": {
+ "URL": "https://neoapps-dev.github.io/web"
+ }
+}
diff --git a/domains/neon.json b/domains/neon.json
index cf6370585..d76ac1acb 100644
--- a/domains/neon.json
+++ b/domains/neon.json
@@ -8,7 +8,10 @@
"email": "goodboyneon03@gmail.com"
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"A": [
"185.199.108.153",
"185.199.109.153",
diff --git a/domains/nepnep.imm0nv1nhtv.json b/domains/nepnep.imm0nv1nhtv.json
new file mode 100644
index 000000000..a9fea649b
--- /dev/null
+++ b/domains/nepnep.imm0nv1nhtv.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "imm0nv1nhtv",
+ "email": "windows10phamvinh+github@gmail.com"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/nerd.json b/domains/nerd.json
new file mode 100644
index 000000000..46ecb6cf5
--- /dev/null
+++ b/domains/nerd.json
@@ -0,0 +1,11 @@
+{
+ "description": "website",
+ "repo": "https://github.com/xkcdnerd/xkcdnerd.github.io",
+ "owner": {
+ "username": "xkcdnerd",
+ "email": "evanwang330@gmail.com"
+ },
+ "record": {
+ "CNAME": "xkcdnerd.github.io"
+ }
+}
diff --git a/domains/new.vornexx.json b/domains/new.vornexx.json
new file mode 100644
index 000000000..9d9ad17d9
--- /dev/null
+++ b/domains/new.vornexx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vornex-gh",
+ "email": "ajay.ramnath8812@gmail.com"
+ },
+ "record": {
+ "CNAME": "newvornexx.pages.dev"
+ }
+}
diff --git a/domains/newyear.trung.is-a.dev.json b/domains/newyear.trung.is-a.dev.json
deleted file mode 100644
index d50f9fefc..000000000
--- a/domains/newyear.trung.is-a.dev.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "vuthanhtrung2010",
- "email": "vuthanhtrungsuper@gmail.com"
- },
- "record": {
- "CNAME": "lunar-newyr-countdown.pages.dev"
- }
-}
diff --git a/domains/email.trung.json b/domains/newyear.trung.json
similarity index 61%
rename from domains/email.trung.json
rename to domains/newyear.trung.json
index 8ce475d95..2081b19e3 100644
--- a/domains/email.trung.json
+++ b/domains/newyear.trung.json
@@ -4,7 +4,6 @@
"email": "vuthanhtrungsuper@gmail.com"
},
"record": {
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ "CNAME": "lunar-newyr-countdown.pages.dev"
}
}
diff --git a/domains/nexfilms.json b/domains/nexfilms.json
new file mode 100644
index 000000000..a17be18d1
--- /dev/null
+++ b/domains/nexfilms.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "nexos20levrai",
+ "email": "",
+ "discord": "610847328680673302"
+ },
+
+ "record": {
+ "A": ["5.181.187.182"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/nexflix.json b/domains/nexflix.json
new file mode 100644
index 000000000..a17be18d1
--- /dev/null
+++ b/domains/nexflix.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "nexos20levrai",
+ "email": "",
+ "discord": "610847328680673302"
+ },
+
+ "record": {
+ "A": ["5.181.187.182"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/nexos.json b/domains/nexos.json
index c9a51d5bc..5efda0e8e 100644
--- a/domains/nexos.json
+++ b/domains/nexos.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "nexos20levrai",
- "email": "nexos.dons@gmail.com"
- },
- "record": {
- "A": ["78.47.213.108"]
- }
+ "owner": {
+ "username": "nexos20levrai",
+ "email": "nexos.dons@gmail.com"
+ },
+ "record": {
+ "A": ["78.47.213.108"]
+ }
}
diff --git a/domains/nexproxymanager.json b/domains/nexproxymanager.json
new file mode 100644
index 000000000..a17be18d1
--- /dev/null
+++ b/domains/nexproxymanager.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "nexos20levrai",
+ "email": "",
+ "discord": "610847328680673302"
+ },
+
+ "record": {
+ "A": ["5.181.187.182"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/nexsphere.json b/domains/nexsphere.json
deleted file mode 100644
index d8e3725f0..000000000
--- a/domains/nexsphere.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "nexos20levrai",
- "email": "nexos.dons@gmail.com"
- },
- "record": {
- "A": ["146.19.168.239"]
- }
-}
diff --git a/domains/next.door.json b/domains/next.door.json
new file mode 100644
index 000000000..81b85c8c9
--- /dev/null
+++ b/domains/next.door.json
@@ -0,0 +1,15 @@
+{
+ "description": "A fun meme site :0 (as of entering of this domain, it hasn't been published yet).",
+ "owner": {
+ "username": "theNeighbourNextDoor",
+ "email": "theNeighbourNextDoor@ukrio.is-a.dev"
+ },
+ "record": {
+ "URL": "https://theneighbournextdoor.github.io/",
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
+ "TXT": "forward-email=u8k50850@gmail.com"
+ }
+}
diff --git a/domains/nezarec.json b/domains/nezarec.json
index 150b78eb4..8eb7b4ec4 100644
--- a/domains/nezarec.json
+++ b/domains/nezarec.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "NezarecSR",
- "email": "anjuangyu@gmail.com"
- },
- "record": {
- "URL": "https://nezhome.vercel.app/"
- }
+ "owner": {
+ "username": "NezarecSR",
+ "email": "anjuangyu@gmail.com"
+ },
+ "record": {
+ "URL": "https://nezhome.vercel.app/"
+ }
}
diff --git a/domains/ngocjohn.json b/domains/ngocjohn.json
new file mode 100644
index 000000000..73102e1ac
--- /dev/null
+++ b/domains/ngocjohn.json
@@ -0,0 +1,12 @@
+{
+ "description": "personal website",
+ "repo": "https://github.com/ngocjohn/ngocjohn.github.io",
+ "owner": {
+ "username": "ngocjohn",
+ "email": "ngocjohn@me.com",
+ "twitter": "emkay3000"
+ },
+ "record": {
+ "CNAME": "ngocjohn.github.io"
+ }
+}
diff --git a/domains/ngt.json b/domains/ngt.json
index 17f7b78f4..3b12d7731 100644
--- a/domains/ngt.json
+++ b/domains/ngt.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "7ngt",
- "email": "contatofthales@gmail.com"
- },
- "record": {
- "URL": "https://discord.com/users/906639702558375986"
- }
+ "owner": {
+ "username": "7ngt",
+ "email": "contatofthales@gmail.com"
+ },
+ "record": {
+ "URL": "https://discord.com/users/906639702558375986"
+ }
}
diff --git a/domains/ngvgb.json b/domains/ngvgb.json
new file mode 100644
index 000000000..f663a706a
--- /dev/null
+++ b/domains/ngvgb.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "NgVGB-Workspace",
+ "email": "",
+ "discord": "905671220333264966",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.PRdSIXpK3bfSVItlR4zG6y6YC0KwWF8fALLRJoKYHEiMUwTFQvi48kgvzveCVwUBuYJWQBMCYWBVstMTtR32JBnpQFMNVUnh3m3sFWKIiuydQL7JPzimMLZQ9WvTtEl3AUF-5DZaH_uX4_2CSxs-c0JfEG7n0vnjKRdOZ-31wtitEAvUolUiKcwoQKX6clvSiNN3l9pSVhP3ufyt9JN_caHya1xQrk8X9Ijaf9EYctXZFwXaf4KUJ44QcJZ1erfKh6FykNUtkkO0GV4V1XZlYZS8TaETta5k7GR3fJi_V9MKSCtiR5dG15KARX485akLI5ZYqqcRp7fH2xaLEOQCCQ.3pFuR0GZ8XBQGaFFIpFv9w.xuvztR8HsOO6zzPNpo_8sDQJimmQj79swKQqYi5blxu7Cpmdf_sLVw0SNmCCOVBPJJ-tyexWUEA7iXk36cDiB_iF9mkdb14Mwegb-0zFEQg.fDszk-8TV4Idc_CIIKOa_A"
+ },
+
+ "record": {
+ "CNAME": "ngvgb-workspace.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/nhatphong.json b/domains/nhatphong.json
new file mode 100644
index 000000000..dc93e12be
--- /dev/null
+++ b/domains/nhatphong.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "nguyenquangdungfx28972",
+ "email": "dungnqFX28972@funix.edu.vn",
+ "discord": "1050395028452806714"
+ },
+
+ "record": {
+ "CNAME": "nhatphongsite.pages.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/nicesapien.json b/domains/nicesapien.json
index 1e882a627..6d36c1cdf 100644
--- a/domains/nicesapien.json
+++ b/domains/nicesapien.json
@@ -1,12 +1,12 @@
{
- "description": "idk mane why did u delete it \n my portfolio website btw",
- "repo": "nicesapien.netlify.app",
- "owner": {
- "username": "nicesapien",
- "email": "nicesapien@duck.com",
- "twitter": "nicesapien"
- },
- "record": {
- "CNAME": "portfolio-6dp.pages.dev"
- }
-}
+ "description": "idk mane why did u delete it \n my portfolio website btw",
+ "repo": "nicesapien.netlify.app",
+ "owner": {
+ "username": "nicesapien",
+ "email": "nicesapien@duck.com",
+ "twitter": "nicesapien"
+ },
+ "record": {
+ "CNAME": "portfolio-6dp.pages.dev"
+ }
+}
diff --git a/domains/nidun.json b/domains/nidun.json
new file mode 100644
index 000000000..135b2ee93
--- /dev/null
+++ b/domains/nidun.json
@@ -0,0 +1,11 @@
+{
+ "description": "new update to request new cname",
+ "repo": "https://github.com/nldun/nldun.github.io",
+ "owner": {
+ "username": "nldun",
+ "email": "rezkyto@gmail.com"
+ },
+ "record": {
+ "CNAME": "nldun.github.io"
+ }
+}
diff --git a/domains/nikaxe.json b/domains/nikaxe.json
new file mode 100644
index 000000000..08a181557
--- /dev/null
+++ b/domains/nikaxe.json
@@ -0,0 +1,11 @@
+{
+ "description": "Place for me to share anything I make",
+ "repo": "https://github.com/Nikaxe-dev/nikaxe.dev",
+ "owner": {
+ "username": "Nikaxe-dev",
+ "email": "iamnikaxing@gmail.com"
+ },
+ "record": {
+ "CNAME": "Nikaxe-dev.github.io"
+ }
+}
diff --git a/domains/nikenhapsari.json b/domains/nikenhapsari.json
new file mode 100644
index 000000000..898df4a5e
--- /dev/null
+++ b/domains/nikenhapsari.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nikenhpsr",
+ "email": "hpsri.niken@gmail.com"
+ },
+ "record": {
+ "CNAME": "my-web-7nu.pages.dev"
+ }
+}
diff --git a/domains/nikk.json b/domains/nikk.json
new file mode 100644
index 000000000..d04237017
--- /dev/null
+++ b/domains/nikk.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/bonitoflakez/bonitoflakez.github.io",
+ "owner": {
+ "username": "bonitoflakez",
+ "email": "nikhildhiman9050@gmail.com"
+ },
+ "record": {
+ "CNAME": "bonitoflakez.github.io"
+ }
+}
diff --git a/domains/niksne.json b/domains/niksne.json
new file mode 100644
index 000000000..962a60e0f
--- /dev/null
+++ b/domains/niksne.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NikSneMC",
+ "email": "contact@niksne.ru"
+ },
+ "record": {
+ "CNAME": "niksne-ru.pages.dev"
+ }
+}
diff --git a/domains/nikymetaa.json b/domains/nikymetaa.json
new file mode 100644
index 000000000..47695a8d3
--- /dev/null
+++ b/domains/nikymetaa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nikyy2",
+ "email": "anhky581@gmail.com"
+ },
+ "record": {
+ "CNAME": "28nikyportfolio03.github.io"
+ }
+}
diff --git a/domains/nikywelcome.json b/domains/nikywelcome.json
new file mode 100644
index 000000000..63ab207d1
--- /dev/null
+++ b/domains/nikywelcome.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nikyy2",
+ "email": "anhky581@gmail.com"
+ },
+ "record": {
+ "CNAME": "nikytap1n.github.io"
+ }
+}
diff --git a/domains/nilashan.json b/domains/nilashan.json
new file mode 100644
index 000000000..8fe7bfb3a
--- /dev/null
+++ b/domains/nilashan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "N-Nilashan",
+ "email": "informal.nimesh@gmail.com"
+ },
+ "record": {
+ "URL": "https://n-nilashan.github.io/"
+ }
+}
diff --git a/domains/nimesh.json b/domains/nimesh.json
new file mode 100644
index 000000000..5df280a08
--- /dev/null
+++ b/domains/nimesh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "N-Nilashan",
+ "email": "informal.nimesh@gmail.com"
+ },
+ "record": {
+ "CNAME": "n-nilashan.github.io"
+ }
+}
diff --git a/domains/ninad.json b/domains/ninad.json
new file mode 100644
index 000000000..09ed56570
--- /dev/null
+++ b/domains/ninad.json
@@ -0,0 +1,15 @@
+{
+ "owner": {
+ "username": "ninadnaik10",
+ "email": "ninadtechnical@gmail.com"
+ },
+ "repo": "https://github.com/ninadnaik10/ninadnaik10.github.io",
+ "record": {
+ "URL": "https://ninadnaik.xyz",
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
+ "TXT": "forward-email=ninadtechnical+fe@gmail.com"
+ }
+}
diff --git a/domains/ninjastrikers.json b/domains/ninjastrikers.json
new file mode 100644
index 000000000..ca39ff806
--- /dev/null
+++ b/domains/ninjastrikers.json
@@ -0,0 +1,11 @@
+{
+ "description": "ninjastrikers.is-a.dev -> own site redirect",
+ "repo": "https://github.com/ninjastrikers/is-a-dev-register",
+ "owner": {
+ "username": "ninjastrikers",
+ "email": "leonhart@ninjastrikers.net"
+ },
+ "record": {
+ "URL": "https://ninjastrikers.net"
+ }
+}
diff --git a/domains/niransnarayanan.json b/domains/niransnarayanan.json
new file mode 100644
index 000000000..0af1bdfbe
--- /dev/null
+++ b/domains/niransnarayanan.json
@@ -0,0 +1,10 @@
+{
+ "description": "Personal website",
+ "owner": {
+ "username": "nirans2002",
+ "email": "nirans2002@gmail.com"
+ },
+ "record": {
+ "CNAME": "niransnarayanan-web.web.app"
+ }
+}
diff --git a/domains/nirushan.json b/domains/nirushan.json
new file mode 100644
index 000000000..0b97aceeb
--- /dev/null
+++ b/domains/nirushan.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal Website --> nirushan.is-a.dev",
+ "repo": "https://github.com/nirushan1/nirushan1.github.io",
+ "owner": {
+ "username": "nirushan1",
+ "email": "nirushan.prabaharan@gmail.com",
+ "twitter": "@tpnirushan"
+ },
+ "record": {
+ "CNAME": "nirushan1.github.io"
+ }
+}
diff --git a/domains/nischay.json b/domains/nischay.json
index 46e7b3d77..f0cf44058 100644
--- a/domains/nischay.json
+++ b/domains/nischay.json
@@ -15,7 +15,10 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/nishan-hamza.json b/domains/nishan-hamza.json
new file mode 100644
index 000000000..cdb996869
--- /dev/null
+++ b/domains/nishan-hamza.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NishanHamza",
+ "email": "nishanhamza2@gmail.com"
+ },
+ "record": {
+ "CNAME": "nishan-hamza.pages.dev"
+ }
+}
diff --git a/domains/nishith.json b/domains/nishith.json
new file mode 100644
index 000000000..b10457a21
--- /dev/null
+++ b/domains/nishith.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Nishith-Savla",
+ "email": "nishithsavla005@gmail.com"
+ },
+ "record": {
+ "CNAME": "nishith.tech"
+ }
+}
diff --git a/domains/niteshpanthi.json b/domains/niteshpanthi.json
new file mode 100644
index 000000000..91962475b
--- /dev/null
+++ b/domains/niteshpanthi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nieekha",
+ "email": "nittrashzn@gmail.com"
+ },
+ "record": {
+ "CNAME": "niteshpanthi.com.np"
+ }
+}
diff --git a/domains/nithin.json b/domains/nithin.json
index 2d129cb32..0c6ea79cc 100644
--- a/domains/nithin.json
+++ b/domains/nithin.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "nithin",
- "email": "nithinnikhil582@gmail.com",
- "discord": "514353302675259412"
- },
+ "owner": {
+ "username": "nithin",
+ "email": "nithinnikhil582@gmail.com",
+ "discord": "514353302675259412"
+ },
- "record": {
- "CNAME": "nithinlycanz.github.io"
- }
- }
+ "record": {
+ "CNAME": "nithinlycanz.github.io"
+ }
+}
diff --git a/domains/nithinbiju.json b/domains/nithinbiju.json
new file mode 100644
index 000000000..c6bc83ba1
--- /dev/null
+++ b/domains/nithinbiju.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal Web Page",
+ "repo": "https://nithinbiju007.github.io/nithinbiju007.github.io",
+ "owner": {
+ "username": "nithinbiju007",
+ "email": "nithinbijubiss@gmail.com"
+ },
+ "record": {
+ "CNAME": "nithinbiju007.github.io"
+ }
+}
diff --git a/domains/nitin.json b/domains/nitin.json
index 85375f08e..a9b62dabf 100644
--- a/domains/nitin.json
+++ b/domains/nitin.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "chess10kp",
- "email": "nitinshankarmadhu@gmail.com"
- },
- "record": {
- "CNAME": "nitinwebsite-bde4d.web.app"
- }
+ "owner": {
+ "username": "chess10kp",
+ "email": "nitinshankarmadhu@gmail.com"
+ },
+ "record": {
+ "CNAME": "nitinwebsite-bde4d.web.app"
+ }
}
diff --git a/domains/nmsderp.json b/domains/nmsderp.json
new file mode 100644
index 000000000..7f4f0fa35
--- /dev/null
+++ b/domains/nmsderp.json
@@ -0,0 +1,11 @@
+{
+ "description": "A place for my small projects, and maybe a blog in the future.",
+ "repo": "https://github.com/nmsderp/nmsderp.github.io",
+ "owner": {
+ "username": "nmsderp",
+ "email": "nmsderp@gmail.com"
+ },
+ "record": {
+ "CNAME": "nmsderp.github.io"
+ }
+}
diff --git a/domains/noahgao.json b/domains/noahgao.json
new file mode 100644
index 000000000..00a552737
--- /dev/null
+++ b/domains/noahgao.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "noahziheng",
+ "email": "ziheng1719@163.com",
+ "discord": "900791393931362374"
+ },
+
+ "record": {
+ "CNAME": "noahziheng.github.io"
+ }
+}
diff --git a/domains/nocwarebot.acronical.json b/domains/nocwarebot.acronical.json
new file mode 100644
index 000000000..f84af7e3e
--- /dev/null
+++ b/domains/nocwarebot.acronical.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AcronicalYT",
+ "email": "acronicalbusiness@gmail.com"
+ },
+ "record": {
+ "CNAME": "59893.site.bot-hosting.net"
+ }
+}
diff --git a/domains/node.nvsn.json b/domains/node.nvsn.json
new file mode 100644
index 000000000..87bcfb13e
--- /dev/null
+++ b/domains/node.nvsn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "GMR828",
+ "email": "gmr828@null.net"
+ },
+ "record": {
+ "A": ["173.212.202.171"]
+ }
+}
diff --git a/domains/node.stefdp.json b/domains/node.stefdp.json
new file mode 100644
index 000000000..37f29b109
--- /dev/null
+++ b/domains/node.stefdp.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "CNAME": "proxy.stefdp.is-a.dev"
+ }
+}
diff --git a/domains/nom.json b/domains/nom.json
new file mode 100644
index 000000000..767b61329
--- /dev/null
+++ b/domains/nom.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kqcl",
+ "email": "jscharein.js@gmail.com"
+ },
+ "record": {
+ "A": ["185.234.69.13"]
+ }
+}
diff --git a/domains/nonam4lol.json b/domains/nonam4lol.json
index a8c9417f9..93c491387 100644
--- a/domains/nonam4lol.json
+++ b/domains/nonam4lol.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Nonam4lol",
- "email": "literallynoname13@gmail.com"
- },
- "record": {
- "A": ["45.11.229.211"]
- }
+ "owner": {
+ "username": "Nonam4lol",
+ "email": "literallynoname13@gmail.com"
+ },
+ "record": {
+ "A": ["45.11.229.211"]
+ }
}
diff --git a/domains/nonomino.json b/domains/nonomino.json
new file mode 100644
index 000000000..b8b197662
--- /dev/null
+++ b/domains/nonomino.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "nonomino",
+ "email": "ontharros@gmail.com",
+ "discord": "937674639881166859"
+ },
+
+ "record": {
+ "CNAME": "nonomino.pages.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/nooz.json b/domains/nooz.json
index b8f3c8d41..63c941d24 100644
--- a/domains/nooz.json
+++ b/domains/nooz.json
@@ -13,7 +13,10 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/not-ethan.json b/domains/not-ethan.json
index 84a1a135f..67bd3556a 100644
--- a/domains/not-ethan.json
+++ b/domains/not-ethan.json
@@ -5,7 +5,10 @@
"discord": "not_ethan."
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all",
"A": [
"185.199.108.153",
diff --git a/domains/note.json b/domains/note.json
index 39aed0282..b53a0cdd3 100644
--- a/domains/note.json
+++ b/domains/note.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "imimbert",
- "email": "2080035494@qq.com"
- },
- "record": {
- "CNAME": "imimbert.github.io"
- }
+ "owner": {
+ "username": "imimbert",
+ "email": "2080035494@qq.com"
+ },
+ "record": {
+ "CNAME": "imimbert.github.io"
+ }
}
diff --git a/domains/notfrycek.json b/domains/notfrycek.json
index 737defaca..dc4a9ff8b 100644
--- a/domains/notfrycek.json
+++ b/domains/notfrycek.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "NotFrycek",
- "email": "frycek345@gmail.com"
- },
- "record": {
- "CNAME": "notfrycek.github.io"
- }
+ "owner": {
+ "username": "NotFrycek",
+ "email": "frycek345@gmail.com"
+ },
+ "record": {
+ "CNAME": "notfrycek.github.io"
+ }
}
diff --git a/domains/nothazz.json b/domains/nothazz.json
new file mode 100644
index 000000000..4ed62c874
--- /dev/null
+++ b/domains/nothazz.json
@@ -0,0 +1,11 @@
+{
+ "description": "My personal site",
+ "repo": "https://github.com/nothazz/nothazz.github.io",
+ "owner": {
+ "username": "nothazz",
+ "email": "hazz73963@gmail.com"
+ },
+ "record": {
+ "CNAME": "nothazz.github.io"
+ }
+}
diff --git a/domains/notjadeja.json b/domains/notjadeja.json
index d0ece2eb1..02f4dce9b 100644
--- a/domains/notjadeja.json
+++ b/domains/notjadeja.json
@@ -10,7 +10,10 @@
"185.199.111.153",
"185.199.109.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/nova.json b/domains/nova.json
new file mode 100644
index 000000000..6dfa7862f
--- /dev/null
+++ b/domains/nova.json
@@ -0,0 +1,11 @@
+{
+ "description": "nova.is-a.dev",
+ "owner": {
+ "username": "LunarN0v4",
+ "email": "nova@zeusteam.dev",
+ "discord": "novad3v"
+ },
+ "record": {
+ "CNAME": "zeusteam.dev"
+ }
+}
diff --git a/domains/novafox.json b/domains/novafox.json
new file mode 100644
index 000000000..ffbf10de3
--- /dev/null
+++ b/domains/novafox.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "novathefox",
+ "email": "foxsdenyt@gmail.com"
+ },
+ "record": {
+ "CNAME": "foxsdenyt-github-io.onrender.com"
+ }
+}
diff --git a/domains/novampr.json b/domains/novampr.json
new file mode 100644
index 000000000..89e756e16
--- /dev/null
+++ b/domains/novampr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Novampr",
+ "email": "LimeDEV8756@gmail.com"
+ },
+ "record": {
+ "CNAME": "novampr.github.io"
+ }
+}
diff --git a/domains/nozura.json b/domains/nozura.json
new file mode 100644
index 000000000..9efa74196
--- /dev/null
+++ b/domains/nozura.json
@@ -0,0 +1,11 @@
+{
+ "description": "a cool portfolio site from _Novandra",
+ "repo": "https://github.com/inozura/inozura.github.io",
+ "owner": {
+ "username": "inozura",
+ "email": "nodhzen@gmail.com"
+ },
+ "record": {
+ "CNAME": "inozura.github.io"
+ }
+}
diff --git a/domains/nsh.json b/domains/nsh.json
index ba9686d4e..6a57bfd2f 100644
--- a/domains/nsh.json
+++ b/domains/nsh.json
@@ -6,7 +6,10 @@
},
"description": "mail domain",
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/ntech.json b/domains/ntech.json
new file mode 100644
index 000000000..fd04049d3
--- /dev/null
+++ b/domains/ntech.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "NTechsoftware",
+ "email": "finnzi151@gmail.com"
+ },
+ "record": {
+ "CNAME": "ntechservices.xyz"
+ }
+}
diff --git a/domains/ntfy.ravener.json b/domains/ntfy.ravener.json
new file mode 100644
index 000000000..829548d3a
--- /dev/null
+++ b/domains/ntfy.ravener.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ravener",
+ "email": "ravener.anime@gmail.com",
+ "twitter": "RavenRavener",
+ "discord": "292690616285134850"
+ },
+ "record": {
+ "A": ["132.145.196.17"]
+ }
+}
diff --git a/domains/ntfy.stefdp.json b/domains/ntfy.stefdp.json
index 0223d9753..e2b559f3c 100644
--- a/domains/ntfy.stefdp.json
+++ b/domains/ntfy.stefdp.json
@@ -6,8 +6,6 @@
"github_id": 81536172
},
"record": {
- "A": [
- "45.137.70.68"
- ]
+ "CNAME": "proxy.stefdp.is-a.dev"
}
}
diff --git a/domains/nthduc.json b/domains/nthduc.json
new file mode 100644
index 000000000..1bdc76b52
--- /dev/null
+++ b/domains/nthduc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "nthduc",
+ "email": "nguyenthaiduc0212@gmail.com"
+ },
+ "record": {
+ "CNAME": "xb00925c3.custom.b4a.run"
+ }
+}
diff --git a/domains/ntmusic.json b/domains/ntmusic.json
new file mode 100644
index 000000000..bb1377a14
--- /dev/null
+++ b/domains/ntmusic.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "gunawan092w",
+ "email": "gunawan092w@gmail.com"
+ },
+ "record": {
+ "CNAME": "ntmusic.github.io"
+ }
+}
diff --git a/domains/nulitas.json b/domains/nulitas.json
new file mode 100644
index 000000000..45657366b
--- /dev/null
+++ b/domains/nulitas.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "nulitas",
+ "email": "ndrakita@gmail.com",
+ "discord": "@nulitas"
+ },
+
+ "record": {
+ "CNAME": "nulitas.github.io"
+ }
+}
diff --git a/domains/numerius.json b/domains/numerius.json
new file mode 100644
index 000000000..554faea37
--- /dev/null
+++ b/domains/numerius.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "EmperorNumerius",
+ "email": "krishnamohanmeda@gmail.com"
+ },
+ "record": {
+ "URL": "https://numeriusdevwebsite.vercel.app/"
+ }
+}
diff --git a/domains/nutworks-team.json b/domains/nutworks-team.json
new file mode 100644
index 000000000..784d1e830
--- /dev/null
+++ b/domains/nutworks-team.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rightburrow",
+ "email": "rightburrowyt@gmail.com"
+ },
+ "record": {
+ "URL": "https://nutworks-team.neocities.org"
+ }
+}
diff --git a/domains/nvrxstdwrth.json b/domains/nvrxstdwrth.json
new file mode 100644
index 000000000..fc107f74b
--- /dev/null
+++ b/domains/nvrxstdwrth.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "HIlight3R",
+ "email": "",
+ "discord": "632272741000544259",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.WwWL6rfhXZA0dVr8hvLSkevzpSY1ETrC-HjSa2C7RLxujUUwlyIwjhugowOuLMIGn2j_nJLy0vmFf-NrekykpLpsJdbQ5KeeW-YnnGL5Oj9waXYeBqofQ9HMGNERSmMdZig6gkRXcGu_mSbkqByt6Hye4StQ_5OzUOw5-IRnhZEWZmdW92rsiHbPb1FxQZ_0JzO3pusOwpIm3du9SbOLOS8EYp5wCjxJJQWIhQVbbf2zz38-kklX5XkL9aIJgyMVXdPUN0OwWG3zkVuAsofQamwsT9PM3cmNcij4v4VDRy23hkViQuBSkExUW5-GANGHsgmvULxc2XLt-34FPPpcGQ.o_hc0F4i2CbgXEizGhwbfA.Gq3lOGxqc_cmX5sQ_Qh1iZ_GXeuSPmnjhGimjVn5gjQXMBVcgn7EFWtEmNjMgvZ84GXfUTVdSjGSI1YIZf0eY6rizgkVojxDgrop0SSoAdvtHjcTxS-tlO9oUQxH5fa9.T5TSx4g4kGrd6g8KwX_T-g"
+ },
+
+ "record": {
+ "A": ["65.21.61.55"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/nx.json b/domains/nx.json
new file mode 100644
index 000000000..32399d810
--- /dev/null
+++ b/domains/nx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jadfoq",
+ "email": "jadfoq@getgoogleoff.me"
+ },
+ "record": {
+ "URL": "https://nx.obl.ong"
+ }
+}
diff --git a/domains/nyx.json b/domains/nyx.json
new file mode 100644
index 000000000..fa64313aa
--- /dev/null
+++ b/domains/nyx.json
@@ -0,0 +1,11 @@
+{
+ "description": "Blog for my personal thoughts and projects",
+ "repo": "https://github.com/devnyxie/devnyxie.github.io",
+ "owner": {
+ "username": "devnyxie",
+ "email": "timbusinez@gmail.com"
+ },
+ "record": {
+ "CNAME": "devnyxie.github.io"
+ }
+ }
\ No newline at end of file
diff --git a/domains/o.json b/domains/o.json
new file mode 100644
index 000000000..b08792abe
--- /dev/null
+++ b/domains/o.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "omsenjalia",
+ "email": "om@maintainers.is-a.dev"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/oandbtech-chat.json b/domains/oandbtech-chat.json
index bea7f1902..5815fb617 100644
--- a/domains/oandbtech-chat.json
+++ b/domains/oandbtech-chat.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "bhaskaraa45",
- "email": "bhaskarmandal369@gmail.com"
- },
- "record": {
- "A": ["20.198.8.42"]
- }
+ "owner": {
+ "username": "bhaskaraa45",
+ "email": "bhaskarmandal369@gmail.com"
+ },
+ "record": {
+ "A": ["20.198.8.42"]
+ }
}
diff --git a/domains/oandbtech.json b/domains/oandbtech.json
index bea7f1902..5815fb617 100644
--- a/domains/oandbtech.json
+++ b/domains/oandbtech.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "bhaskaraa45",
- "email": "bhaskarmandal369@gmail.com"
- },
- "record": {
- "A": ["20.198.8.42"]
- }
+ "owner": {
+ "username": "bhaskaraa45",
+ "email": "bhaskarmandal369@gmail.com"
+ },
+ "record": {
+ "A": ["20.198.8.42"]
+ }
}
diff --git a/domains/oc.json b/domains/oc.json
new file mode 100644
index 000000000..da3053a49
--- /dev/null
+++ b/domains/oc.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "orxngc",
+ "discord": "orangc",
+ "email": "orangc@proton.me"
+ },
+ "record": {
+ "CNAME": "edge.redirect.pizza"
+ }
+}
diff --git a/domains/oceannetwork.json b/domains/oceannetwork.json
index 831428c21..3a9465b6e 100644
--- a/domains/oceannetwork.json
+++ b/domains/oceannetwork.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ikcaaft",
- "email": "mitchelblokker@hotmail.com"
- },
- "record": {
- "URL": "https://7b5d5049-e5ab-47a5-93c2-14b263d69fce-00-2y8olb6cg2med.janeway.replit.dev/index.html"
- }
+ "owner": {
+ "username": "ikcaaft",
+ "email": "mitchelblokker@hotmail.com"
+ },
+ "record": {
+ "URL": "https://7b5d5049-e5ab-47a5-93c2-14b263d69fce-00-2y8olb6cg2med.janeway.replit.dev/index.html"
+ }
}
diff --git a/domains/odanilo.json b/domains/odanilo.json
new file mode 100644
index 000000000..f3a2aeee1
--- /dev/null
+++ b/domains/odanilo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "oculosdanilo",
+ "email": "oculosdanilo@gmail.com"
+ },
+ "record": {
+ "CNAME": "odanilo.web.app"
+ }
+}
diff --git a/domains/odi.json b/domains/odi.json
new file mode 100644
index 000000000..127a862ef
--- /dev/null
+++ b/domains/odi.json
@@ -0,0 +1,11 @@
+{
+ "description": "is-a.dev subdomain for my portfolio",
+ "repo": "https://github.com/vauth/hueco",
+ "owner": {
+ "username": "vauth",
+ "email": "ivuxey@gmail.com"
+ },
+ "record": {
+ "CNAME": "vauth.github.io"
+ }
+}
diff --git a/domains/ofer.json b/domains/ofer.json
new file mode 100644
index 000000000..a2ee9c1d6
--- /dev/null
+++ b/domains/ofer.json
@@ -0,0 +1,11 @@
+{
+ "description": "Ofer Sadan",
+ "repo": "https://github.com/ofersadan85/portfolio",
+ "owner": {
+ "username": "ofersadan85",
+ "email": "ofersadan85@gmail.com"
+ },
+ "record": {
+ "URL": "https://ofersadan85.github.io/portfolio/"
+ }
+}
diff --git a/domains/ohdy.json b/domains/ohdy.json
index 674daed6b..a837e86bd 100644
--- a/domains/ohdy.json
+++ b/domains/ohdy.json
@@ -1,9 +1,17 @@
{
- "owner": {
- "username": "ohdy518",
- "email": "ohdy518@gmail.com"
- },
- "record": {
- "CNAME": "ohdy518.pages.dev"
- }
+ "owner": {
+ "username": "ohdy518",
+ "email": "ohdy518@gmail.com"
+ },
+ "record": {
+ "A": [
+ "172.66.47.126",
+ "172.66.44.130"
+ ],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
+ "TXT": "forward-email=ohdy518@gmail.com"
+ }
}
diff --git a/domains/ohqte.json b/domains/ohqte.json
index 6c500a2d5..6f9cd7441 100644
--- a/domains/ohqte.json
+++ b/domains/ohqte.json
@@ -5,7 +5,10 @@
},
"record": {
"URL": "https://ohqte.vercel.app",
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/oioioi.json b/domains/oioioi.json
new file mode 100644
index 000000000..71d078448
--- /dev/null
+++ b/domains/oioioi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "VaibhavSys",
+ "email": "vaibhavsys@protonmail.com"
+ },
+ "record": {
+ "CNAME": "azltvzbg.infinityfree.com"
+ }
+}
diff --git a/domains/okan12300.json b/domains/okan12300.json
new file mode 100644
index 000000000..9b671930a
--- /dev/null
+++ b/domains/okan12300.json
@@ -0,0 +1,12 @@
+{
+ "description": "Just trying to be a Software Developer",
+ "repo": "https://github.com/okan12300/okan12300.github.io",
+ "owner": {
+ "username": "okan12300",
+ "email": "okanakd89@outlook.com",
+ "twitter": "okanakd12"
+ },
+ "record": {
+ "CNAME": "okan12300.github.io"
+ }
+}
diff --git a/domains/okinea.json b/domains/okinea.json
new file mode 100644
index 000000000..5b83bc6b2
--- /dev/null
+++ b/domains/okinea.json
@@ -0,0 +1,16 @@
+{
+ "description": "Okinea Dev website",
+ "repo": "https://github.com/okineadev",
+ "owner": {
+ "username": "okineadev",
+ "email": "81070564+okineadev@users.noreply.github.com"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
+}
diff --git a/domains/olivia.json b/domains/olivia.json
index 0373c1330..6dd26072b 100644
--- a/domains/olivia.json
+++ b/domains/olivia.json
@@ -1,11 +1,11 @@
{
- "repo": "https://github.com/olivi-r/olivi-r.github.io",
- "owner": {
- "username": "olivi-r",
- "email": "olivia.r.dev@gmail.com",
- "discord": "723626729247342662"
- },
- "record": {
- "CNAME": "olivi-r.github.io"
- }
+ "repo": "https://github.com/olivi-r/olivi-r.github.io",
+ "owner": {
+ "username": "olivi-r",
+ "email": "olivia.r.dev@gmail.com",
+ "discord": "723626729247342662"
+ },
+ "record": {
+ "CNAME": "olivi-r.github.io"
+ }
}
diff --git a/domains/om-auti.json b/domains/om-auti.json
new file mode 100644
index 000000000..f6bfd70ec
--- /dev/null
+++ b/domains/om-auti.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "hOMie03",
+ "email": "autiom3123@gmail.com"
+ },
+ "record": {
+ "URL": "https://om-auti.vercel.app/"
+ }
+}
diff --git a/domains/om.json b/domains/om.json
new file mode 100644
index 000000000..b08792abe
--- /dev/null
+++ b/domains/om.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "omsenjalia",
+ "email": "om@maintainers.is-a.dev"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/omairr.json b/domains/omairr.json
new file mode 100644
index 000000000..f459e1a4e
--- /dev/null
+++ b/domains/omairr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "omaiirr",
+ "email": "crazyomairennab@gmail.com"
+ },
+ "record": {
+ "CNAME": "omaiirr.github.io"
+ }
+}
diff --git a/domains/omar.json b/domains/omar.json
new file mode 100644
index 000000000..53cae4161
--- /dev/null
+++ b/domains/omar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TheGr8Coder",
+ "email": "omarrushil@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/thegr8coder/"
+ }
+}
diff --git a/domains/one.json b/domains/one.json
new file mode 100644
index 000000000..f9fae92aa
--- /dev/null
+++ b/domains/one.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Vibred",
+ "email": "vibred@pm.me",
+ "discord": "1169947990551699568"
+ },
+
+ "record": {
+ "CNAME": "t-rex-runner.pages.dev"
+ }
+}
diff --git a/domains/onion.json b/domains/onion.json
index 8e96cc260..18af26572 100644
--- a/domains/onion.json
+++ b/domains/onion.json
@@ -6,7 +6,10 @@
},
"record": {
"URL": "https://trgop.gq",
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/oniondev.json b/domains/oniondev.json
index 5d3eb1393..0309de764 100644
--- a/domains/oniondev.json
+++ b/domains/oniondev.json
@@ -5,7 +5,10 @@
"discord": "OnionDev#1885"
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all",
"URL": "https://trgop.gq"
}
diff --git a/domains/onlive.json b/domains/onlive.json
new file mode 100644
index 000000000..6c3c7dd8f
--- /dev/null
+++ b/domains/onlive.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "onlive1337",
+ "email": "",
+ "discord": "onlive"
+ },
+ "record": {
+ "CNAME": "onlive1337.github.io"
+ }
+}
diff --git a/domains/onvy.json b/domains/onvy.json
index 866e9a615..42e0a84bf 100644
--- a/domains/onvy.json
+++ b/domains/onvy.json
@@ -4,7 +4,10 @@
"email": "eiobc3a0@gmail.com"
},
"record": {
- "MX": ["mx1.improvmx.com", "mx1.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx1.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/oogway.json b/domains/oogway.json
index 92df6aff3..c7d15aef4 100644
--- a/domains/oogway.json
+++ b/domains/oogway.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ActualMasterOogway",
- "email": "williasfun@gmail.com"
- },
- "record": {
- "URL": "https://actualmasteroogway.github.io"
- }
+ "owner": {
+ "username": "ActualMasterOogway",
+ "email": "williasfun@gmail.com"
+ },
+ "record": {
+ "URL": "https://actualmasteroogway.github.io"
+ }
}
diff --git a/domains/openmalus.json b/domains/openmalus.json
new file mode 100644
index 000000000..17080a9e7
--- /dev/null
+++ b/domains/openmalus.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "openmalus",
+ "email": "openmalus@proton.me"
+ },
+ "record": {
+ "A": ["47.99.50.139"]
+ }
+}
\ No newline at end of file
diff --git a/domains/opott.json b/domains/opott.json
new file mode 100644
index 000000000..13d088030
--- /dev/null
+++ b/domains/opott.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "opott",
+ "email": "om.potter09@gmail.com"
+ },
+ "record": {
+ "URL": "https://opott.github.io",
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/orangc.json b/domains/orangc.json
new file mode 100644
index 000000000..da3053a49
--- /dev/null
+++ b/domains/orangc.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "orxngc",
+ "discord": "orangc",
+ "email": "orangc@proton.me"
+ },
+ "record": {
+ "CNAME": "edge.redirect.pizza"
+ }
+}
diff --git a/domains/orange.json b/domains/orange.json
index 0e3a2a77d..da3053a49 100644
--- a/domains/orange.json
+++ b/domains/orange.json
@@ -1,9 +1,10 @@
{
"owner": {
"username": "orxngc",
+ "discord": "orangc",
"email": "orangc@proton.me"
},
"record": {
- "CNAME": "sahmed011.github.io"
+ "CNAME": "edge.redirect.pizza"
}
}
diff --git a/domains/orangethewell.json b/domains/orangethewell.json
new file mode 100644
index 000000000..64308a242
--- /dev/null
+++ b/domains/orangethewell.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "orangethewell",
+ "email": "orangethewell@gmail.com"
+ },
+
+ "record": {
+ "A": ["85.31.231.4"]
+ }
+}
diff --git a/domains/orcapet.json b/domains/orcapet.json
new file mode 100644
index 000000000..6781ed885
--- /dev/null
+++ b/domains/orcapet.json
@@ -0,0 +1,13 @@
+{
+ "description": "Orca Pet's site",
+ "repo": "https://github.com/orca-pet3910/orca-pet3910.github.io",
+ "owner": {
+ "username": "orca-pet3910",
+ "email": "user0thenyancat@proton.me",
+ "discord": "1085633540139532329"
+ },
+
+ "record": {
+ "CNAME": "orca-pet3910.github.io"
+ }
+}
diff --git a/domains/orestsaban.json b/domains/orestsaban.json
index 1795837c2..18ae16395 100644
--- a/domains/orestsaban.json
+++ b/domains/orestsaban.json
@@ -11,6 +11,9 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"]
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ]
}
}
diff --git a/domains/outroninja.json b/domains/outroninja.json
new file mode 100644
index 000000000..3a60b9d0d
--- /dev/null
+++ b/domains/outroninja.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "outroninja",
+ "email": "outroninjaa@gmail.com"
+ },
+ "record": {
+ "URL": "https://outroninja.vercel.app"
+ }
+}
diff --git a/domains/overshifted.json b/domains/overshifted.json
new file mode 100644
index 000000000..9cb618047
--- /dev/null
+++ b/domains/overshifted.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "OverShifted",
+ "email": "prowidgs@gmail.com"
+ },
+ "record": {
+ "CNAME": "overshifted.github.io"
+ }
+}
diff --git a/domains/owentech.json b/domains/owentech.json
new file mode 100644
index 000000000..c7ff567a7
--- /dev/null
+++ b/domains/owentech.json
@@ -0,0 +1,10 @@
+{
+ "description": "Owen's website",
+ "owner": {
+ "username": "owentechv",
+ "email": "dowenx83@gmail.com"
+ },
+ "record": {
+ "CNAME": "owentechv.github.io"
+ }
+}
diff --git a/domains/analytics.json b/domains/owl.json
similarity index 68%
rename from domains/analytics.json
rename to domains/owl.json
index 1853906a7..8a953d3ef 100644
--- a/domains/analytics.json
+++ b/domains/owl.json
@@ -4,6 +4,6 @@
"email": ""
},
"record": {
- "CNAME": "dns.beadman-network.com"
+ "CNAME": "p2pb.dev"
}
}
diff --git a/domains/owo.json b/domains/owo.json
new file mode 100644
index 000000000..da3053a49
--- /dev/null
+++ b/domains/owo.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "orxngc",
+ "discord": "orangc",
+ "email": "orangc@proton.me"
+ },
+ "record": {
+ "CNAME": "edge.redirect.pizza"
+ }
+}
diff --git a/domains/oxmc.json b/domains/oxmc.json
index 3aba52655..9498953b1 100644
--- a/domains/oxmc.json
+++ b/domains/oxmc.json
@@ -11,7 +11,10 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
"TXT": "forward-email=contact:oxmc7769.mail@gmail.com,jadenmc:oxmc7769.mail@gmail.com,buisness:oxmc7769.mail@gmail.com"
}
}
diff --git a/domains/p.json b/domains/p.json
new file mode 100644
index 000000000..6f9d79483
--- /dev/null
+++ b/domains/p.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Priyansxu",
+ "email": "cloudypriyanshu@gmail.com"
+ },
+ "record": {
+ "CNAME": "pusxoo.onrender.com"
+ }
+}
diff --git a/domains/p1raidz.json b/domains/p1raidz.json
index 4030adca7..d8d72cf51 100644
--- a/domains/p1raidz.json
+++ b/domains/p1raidz.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "p1raidz",
- "email": "adithyaalex5@gmail.com"
- },
- "record": {
- "CNAME": "p1raidz.github.io"
- }
+ "owner": {
+ "username": "p1raidz",
+ "email": "adithyaalex5@gmail.com"
+ },
+ "record": {
+ "CNAME": "p1raidz.github.io"
+ }
}
diff --git a/domains/pabitrabanerjee.json b/domains/pabitrabanerjee.json
new file mode 100644
index 000000000..dc79866ae
--- /dev/null
+++ b/domains/pabitrabanerjee.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "PB2204",
+ "email": "rockstarpabitra2204@gmail.com",
+ "discord": "1091585182974345366"
+ },
+
+ "record": {
+ "A": ["12.14.243.127"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/painscreen.json b/domains/painscreen.json
new file mode 100644
index 000000000..485c1c44b
--- /dev/null
+++ b/domains/painscreen.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "iHategithub9000",
+ "email": "",
+ "discord": "836012649959522384",
+ "reddit": "u/ahhlifeeee"
+ },
+
+ "record": {
+ "CNAME": "ihategithub9000.github.io"
+ }
+ }
+
diff --git a/domains/palak.json b/domains/palak.json
index 28cc32359..5ff9fe6e2 100644
--- a/domains/palak.json
+++ b/domains/palak.json
@@ -6,6 +6,6 @@
},
"record": {
- "A": ["69.30.249.53"]
+ "A": ["69.197.135.202"]
}
}
diff --git a/domains/palekiox.json b/domains/palekiox.json
new file mode 100644
index 000000000..7ea3e8f9c
--- /dev/null
+++ b/domains/palekiox.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "palekiox",
+ "email": "zigzagrpg@gmail.com"
+ },
+ "record": {
+ "CNAME": "palekiox.github.io"
+ }
+}
diff --git a/domains/pana.json b/domains/pana.json
index f12e4f080..711d51ad5 100644
--- a/domains/pana.json
+++ b/domains/pana.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ANDREIP211109",
- "email": "panaandreimihai@gmail.com"
- },
- "record": {
- "A": ["79.118.191.216"]
- }
+ "owner": {
+ "username": "ANDREIP211109",
+ "email": "panaandreimihai@gmail.com"
+ },
+ "record": {
+ "A": ["79.118.191.216"]
+ }
}
diff --git a/domains/pancystudio.json b/domains/pancystudio.json
new file mode 100644
index 000000000..f629e97b1
--- /dev/null
+++ b/domains/pancystudio.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "ImTurbis",
+ "email": "",
+ "discord": "711329342193664012",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.YzG5hvJGZpP7QEGLttKRRJ3aa_voQNqUebTs1wZb7kD-XVzdggqVkYzmW9nVppmqunMUZ9PumQGb_2LdjaB1UskfrxRb7z0NXdycFgZ2n44ADDhAFaYruOTLznglg02ni5htnfwmQSJtPjSMRa65foPNBGCqQFdQYCsx0DaD84havLlCvHMUdKZOgaJWgO75kfaf2toO7cbK_EXl17EN53gH54zixIKMNwSi_Ug8mEScECN_HJ7cRM5yu91IVdyQiwxemT5Ze01bAl6KmlCmJWcnO2-9qqvuv82K2WxHoKlLU-nmI77jJ_vr0w6rkxYeb1zW28LV6EKKCKfU1oYAog.B6Ik8FFPJoBvR9YZCw3dMw.xyWEoyFUZwTLIGiacwhtx0k3LJgQEd3vxuHZ9z9eAAHtSfJzeTzWvxCLiDnJ4Qwq00sDbfR0PNzvGBc9IoI002h0pBnAwp9cMDZHZk5biGo.enRsEf6i-7nlTeVgZSgGZA"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/pande.json b/domains/pande.json
new file mode 100644
index 000000000..4bb8f779b
--- /dev/null
+++ b/domains/pande.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "PandeCode",
+ "email": "pandeshawnbenjamin@gmail.com"
+ },
+ "record": {
+ "URL": "https://pandecode.github.io/"
+ }
+}
diff --git a/domains/panel.nvsn.json b/domains/panel.nvsn.json
new file mode 100644
index 000000000..87bcfb13e
--- /dev/null
+++ b/domains/panel.nvsn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "GMR828",
+ "email": "gmr828@null.net"
+ },
+ "record": {
+ "A": ["173.212.202.171"]
+ }
+}
diff --git a/domains/panel.shing.json b/domains/panel.shing.json
index 0f5d71008..f5081904f 100644
--- a/domains/panel.shing.json
+++ b/domains/panel.shing.json
@@ -5,6 +5,8 @@
},
"record": {
"A": ["129.213.85.212"],
- "AAAA": ["2603:c020:400d:3e89:ae49:1b0b:470c:5f33"]
+ "AAAA": [
+ "2603:c020:400d:3e89:ae49:1b0b:470c:5f33"
+ ]
}
}
diff --git a/domains/temp.stefdp.json b/domains/panel.stefdp.json
similarity index 84%
rename from domains/temp.stefdp.json
rename to domains/panel.stefdp.json
index 7e60c772e..9f46625af 100644
--- a/domains/temp.stefdp.json
+++ b/domains/panel.stefdp.json
@@ -5,6 +5,6 @@
"discord": "694986201739952229"
},
"record": {
- "A": ["45.137.70.68"]
+ "A": ["194.60.201.37"]
}
}
diff --git a/domains/panel.xrap1dx.json b/domains/panel.xrap1dx.json
new file mode 100644
index 000000000..e72f1038b
--- /dev/null
+++ b/domains/panel.xrap1dx.json
@@ -0,0 +1,14 @@
+{
+ "description": "making my cdn!!!",
+ "repo": "https://github.com/xrap1dx?tab=repositories",
+ "owner": {
+ "username": "xrap1dx",
+ "discord": "xrap1dx",
+ "email": ""
+ },
+ "record": {
+ "A": [
+ "69.30.249.53"
+ ]
+ }
+}
diff --git a/domains/paperstar.json b/domains/paperstar.json
index 139b6872f..66e10fd24 100644
--- a/domains/paperstar.json
+++ b/domains/paperstar.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "2paperstar",
- "email": "lee@paperst.ar"
- },
- "record": {
- "CNAME": "paperst.ar"
- }
+ "owner": {
+ "username": "2paperstar",
+ "email": "lee@paperst.ar"
+ },
+ "record": {
+ "CNAME": "paperst.ar"
+ }
}
diff --git a/domains/paris.node.shing.json b/domains/paris.node.shing.json
new file mode 100644
index 000000000..37c8f2d2a
--- /dev/null
+++ b/domains/paris.node.shing.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "ShingSemicolon",
+ "email": "Shing.XD.0602@gmail.com"
+ },
+ "record": {
+ "A": ["141.145.205.47"],
+ "AAAA": [
+ "2603:c027:c003:6aa9:a974:e2d6:f01e:dea8"
+ ]
+ }
+}
diff --git a/domains/parsewar.json b/domains/parsewar.json
new file mode 100644
index 000000000..549590ce7
--- /dev/null
+++ b/domains/parsewar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AtharvParsewar",
+ "email": "atharvparsewar@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/pasindu.json b/domains/pasindu.json
index f34884b8f..1aadc9eba 100644
--- a/domains/pasindu.json
+++ b/domains/pasindu.json
@@ -5,7 +5,10 @@
},
"record": {
"URL": "https://github.com/pasinduupendra",
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
"TXT": "forward-email=pasindu@toadcreatives.com"
}
}
diff --git a/domains/passadissubmari.json b/domains/passadissubmari.json
new file mode 100644
index 000000000..f264feb98
--- /dev/null
+++ b/domains/passadissubmari.json
@@ -0,0 +1,11 @@
+{
+ "description": "PassadÃs SubmarÃ",
+ "repo": "https://github.com/Cucusise/passadissummari",
+ "owner": {
+ "username": "Cucusise",
+ "email": "cucusise@gmail.com"
+ },
+ "record": {
+ "CNAME": "cucusise.github.io"
+ }
+}
diff --git a/domains/patin.json b/domains/patin.json
new file mode 100644
index 000000000..3e04759c5
--- /dev/null
+++ b/domains/patin.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "patin_osu",
+ "email": "patinopsu@gmail.com",
+ "discord": "patin_osu"
+ },
+ "record": {
+ "A": ["5.78.24.5"]
+ }
+}
diff --git a/domains/paula.json b/domains/paula.json
index dd0530491..560940d55 100644
--- a/domains/paula.json
+++ b/domains/paula.json
@@ -5,6 +5,8 @@
},
"record": {
"A": ["185.26.156.151"],
- "AAAA": ["2a00:d0c0:200:0:64fc:adff:fef0:8a72"]
+ "AAAA": [
+ "2a00:d0c0:200:0:64fc:adff:fef0:8a72"
+ ]
}
}
diff --git a/domains/pavan.json b/domains/pavan.json
new file mode 100644
index 000000000..5b77857fa
--- /dev/null
+++ b/domains/pavan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "PavanKumarGurram",
+ "email": "gurrampavankumar1@gmail.com"
+ },
+ "record": {
+ "URL": "https://pavangurram.com"
+ }
+}
diff --git a/domains/pb.brandgrandreal.json b/domains/pb.brandgrandreal.json
deleted file mode 100644
index 221e76351..000000000
--- a/domains/pb.brandgrandreal.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "BrandgrandRealMe",
- "email": "brandon.lambe@skiff.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/pc.json b/domains/pc.json
new file mode 100644
index 000000000..f883e4562
--- /dev/null
+++ b/domains/pc.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "MCPE-PC",
+ "email": "maxpjh0528@naver.com",
+ "discord": "381062768385720321"
+ },
+
+ "record": {
+ "CNAME": "edge.redirect.pizza"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/peachy.json b/domains/peachy.json
new file mode 100644
index 000000000..fbd6a2a82
--- /dev/null
+++ b/domains/peachy.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Peachysy",
+ "email": "minecraft350star@gmail.com",
+ "discord": "781577857511587900"
+ },
+
+ "record": {
+ "CNAME": "peachysy.github.io"
+ }
+}
diff --git a/domains/pedrito.json b/domains/pedrito.json
index bdf9a128d..363c949ca 100644
--- a/domains/pedrito.json
+++ b/domains/pedrito.json
@@ -1,13 +1,12 @@
-
{
- "description": "For my private VPS ",
- "repo": "https://github.com/Ranojay1/Ranojay1.github.io",
- "owner": {
- "username": "Ranojay1",
- "email": "pegomsan@gmail.com",
- "twitter": "Pedro929953698"
- },
- "record": {
- "CNAME": "Ranojay1.github.io"
- }
-}
+ "description": "For my private VPS ",
+ "repo": "https://github.com/Ranojay1/Ranojay1.github.io",
+ "owner": {
+ "username": "Ranojay1",
+ "email": "pegomsan@gmail.com",
+ "twitter": "Pedro929953698"
+ },
+ "record": {
+ "CNAME": "Ranojay1.github.io"
+ }
+}
diff --git a/domains/penguin.json b/domains/penguin.json
index 0b0358dd8..c80386ab7 100644
--- a/domains/penguin.json
+++ b/domains/penguin.json
@@ -10,7 +10,11 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": ["mx.zoho.com.au", "mx2.zoho.com.au", "mx3.zoho.com.au"],
+ "MX": [
+ "mx.zoho.com.au",
+ "mx2.zoho.com.au",
+ "mx3.zoho.com.au"
+ ],
"TXT": "v=spf1 include:zoho.com.au ~all"
}
}
diff --git a/domains/peroxide.json b/domains/peroxide.json
new file mode 100644
index 000000000..89ea0bacb
--- /dev/null
+++ b/domains/peroxide.json
@@ -0,0 +1,12 @@
+{
+ "description": "I would like to use this subdomain for my website, but mostly for a custom email.",
+ "repo": "https://github.com/oShinyMew/oShinyMew.github.io",
+ "owner": {
+ "username": "oShinyMew",
+ "email": "modelcafe14266@gmail.com",
+ "discord": "hydrogenpero.xide"
+ },
+ "record": {
+ "CNAME": "oShinyMew.github.io"
+ }
+}
diff --git a/domains/perry.json b/domains/perry.json
new file mode 100644
index 000000000..75cf831ac
--- /dev/null
+++ b/domains/perry.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "1Brenny1",
+ "email": "brendanrcg@gmail.com",
+ "discord": "616746774744268820"
+ },
+
+ "record": {
+ "CNAME": "brenny.zip"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/ph7ntom.json b/domains/ph7ntom.json
index 0ae0dfe73..f8ab53cc1 100644
--- a/domains/ph7ntom.json
+++ b/domains/ph7ntom.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "PH7N",
- "email": "hdgameplaybbtt@gmail.com"
- },
- "record": {
- "URL": "https://ph7n.github.io/ph7ntom-web/"
- }
+ "owner": {
+ "username": "PH7N",
+ "email": "hdgameplaybbtt@gmail.com"
+ },
+ "record": {
+ "URL": "https://ph7n.github.io/ph7ntom-web/"
+ }
}
diff --git a/domains/phamanhtien.json b/domains/phamanhtien.json
new file mode 100644
index 000000000..02a56d28c
--- /dev/null
+++ b/domains/phamanhtien.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "phamanhtiencutis1",
+ "email": "nhincaiditmemay888@gmail.com"
+ },
+ "record": {
+ "CNAME": "181.ip.ply.gg"
+ }
+}
diff --git a/domains/phantom.json b/domains/phantom.json
deleted file mode 100644
index 19d8b51b3..000000000
--- a/domains/phantom.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My is-a-dev sub-domain Credentials! :D",
- "repo": "https://github.com/SealedSaucer",
- "owner": {
- "username": "SealedSaucer",
- "email": "sealedsaucer@gmail.com"
- },
- "record": {
- "CNAME": "phantom.pages.dev"
- }
-}
diff --git a/domains/pi19044.json b/domains/pi19044.json
new file mode 100644
index 000000000..2bfff3a1c
--- /dev/null
+++ b/domains/pi19044.json
@@ -0,0 +1,12 @@
+{
+ "description": "PrelevatedInsider19044's website",
+ "repo": "https://github.com/pi19044/pi19044.github.io",
+ "owner": {
+ "username": "pi19044",
+ "email": "membermadde.insiddev25120@hotmail.com"
+ },
+
+ "record": {
+ "CNAME": "pi19044.github.io"
+ }
+}
diff --git a/domains/pic.cfp.json b/domains/pic.cfp.json
index 62da2395a..e1ae41f05 100644
--- a/domains/pic.cfp.json
+++ b/domains/pic.cfp.json
@@ -1,11 +1,11 @@
{
- "description": "Private Immich server",
- "owner": {
- "username": "cfpwastaken",
- "email": "",
- "discord": "cfp (318394797822050315)"
- },
- "record": {
- "CNAME": "cfp.gotdns.ch"
- }
-}
\ No newline at end of file
+ "description": "Private Immich server",
+ "owner": {
+ "username": "cfpwastaken",
+ "email": "",
+ "discord": "cfp (318394797822050315)"
+ },
+ "record": {
+ "CNAME": "dyn.picoscratch.de"
+ }
+}
diff --git a/domains/pics.imide.json b/domains/pics.imide.json
new file mode 100644
index 000000000..d8ab3cdc6
--- /dev/null
+++ b/domains/pics.imide.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "imide",
+ "email": "",
+ "discord": "555915168932954112"
+ },
+ "record": {
+ "CNAME": "ksso4kc.141.148.65.26.sslip.io"
+ }
+}
diff --git a/domains/pig.json b/domains/pig.json
new file mode 100644
index 000000000..f9b5d424d
--- /dev/null
+++ b/domains/pig.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ipigtw",
+ "email": "diegogamingtw@gmail.com"
+ },
+ "record": {
+ "CNAME": "react-app-djl.pages.dev"
+ }
+}
diff --git a/domains/piker.json b/domains/piker.json
new file mode 100644
index 000000000..934c5bc40
--- /dev/null
+++ b/domains/piker.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Piker98988",
+ "email": "piker98@tutanota.com"
+ },
+
+ "record": {
+ "CNAME": "pikerdevdomain.pages.dev"
+ }
+}
diff --git a/domains/pinage404.json b/domains/pinage404.json
new file mode 100644
index 000000000..297c9310d
--- /dev/null
+++ b/domains/pinage404.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "pinage404",
+ "email": "pinage404+is-a.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "pinage404.gitlab.io"
+ }
+}
diff --git a/domains/pinkyplant.json b/domains/pinkyplant.json
new file mode 100644
index 000000000..0f0005b92
--- /dev/null
+++ b/domains/pinkyplant.json
@@ -0,0 +1,12 @@
+{
+ "description": "Jay's website and portfolio.",
+ "repo": "https://github.com/pinkyplant/pinkyplant.github.io",
+ "owner": {
+ "username": "pinkyplant",
+ "email": "pinkyplantz@proton.me",
+ "twitter": "pinkyplant"
+ },
+ "record": {
+ "CNAME": "pinkyplant.github.io"
+ }
+}
diff --git a/domains/piplup7575.json b/domains/piplup7575.json
index 03e1d5495..f3351cd3e 100644
--- a/domains/piplup7575.json
+++ b/domains/piplup7575.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Piplup7575",
- "email": "piplup7575@gmail.com"
- },
- "record": {
- "CNAME": "pip75.github.io"
- }
+ "owner": {
+ "username": "Piplup7575",
+ "email": "piplup7575@gmail.com"
+ },
+ "record": {
+ "CNAME": "pip75.github.io"
+ }
}
diff --git a/domains/piste.json b/domains/piste.json
new file mode 100644
index 000000000..3191be22d
--- /dev/null
+++ b/domains/piste.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zpiste",
+ "email": "contact@piste.dev"
+ },
+ "record": {
+ "URL": "https://piste.dev"
+ }
+}
diff --git a/domains/piyushkatyal.json b/domains/piyushkatyal.json
new file mode 100644
index 000000000..d3a9a48b4
--- /dev/null
+++ b/domains/piyushkatyal.json
@@ -0,0 +1,11 @@
+{
+ "description": "Serves as an alias to primary domain",
+ "repo": "https://github.com/piyushk77/piyushk77.github.io",
+ "owner": {
+ "username": "piyushk77",
+ "email": "pshkatyal8@gmail.com"
+ },
+ "record": {
+ "CNAME": "piyushk77.github.io"
+ }
+}
diff --git a/domains/pizzav.json b/domains/pizzav.json
new file mode 100644
index 000000000..c43b05895
--- /dev/null
+++ b/domains/pizzav.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "kittenvr",
+ "email": "bengallemoni@gmail.com",
+ "discord": "645235712815398912"
+ },
+
+ "record": {
+ "CNAME": "pizzav.pages.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/plague.json b/domains/plague.json
index ded2d166a..e7cbda39c 100644
--- a/domains/plague.json
+++ b/domains/plague.json
@@ -1,12 +1,12 @@
{
"description": "My souper personal domain.",
- "repo": "https://github.com/pl4g/pl4g.github.io",
+ "repo": "https://github.com/pl4gue/pl4gue.github.io",
"owner": {
- "username": "pl4g",
+ "username": "pl4gue",
"email": "viniciuslucianocardoso@gmail.com",
"discord": "plague🥣#8408"
},
"record": {
- "CNAME": "pl4g.github.io"
+ "CNAME": "pl4gue.github.io"
}
}
diff --git a/domains/playwithbmr.json b/domains/playwithbmr.json
new file mode 100644
index 000000000..c654b25a0
--- /dev/null
+++ b/domains/playwithbmr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "RXHGGAMES",
+ "email": "syedyaseerali854@gmail.com"
+ },
+ "record": {
+ "TXT": "dh=cfc3889fbceb43413a724b4e1358c080e2644716"
+ }
+}
diff --git a/domains/plow.json b/domains/plow.json
index b431066e4..253d26a07 100644
--- a/domains/plow.json
+++ b/domains/plow.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ClicpoW",
- "email": "clicpowytb@gmail.com"
- },
- "record": {
- "CNAME": "mlkfkqd.pages.dev"
- }
+ "owner": {
+ "username": "ClicpoW",
+ "email": "clicpowytb@gmail.com"
+ },
+ "record": {
+ "CNAME": "mlkfkqd.pages.dev"
+ }
}
diff --git a/domains/plugin.json b/domains/plugin.json
index 1da801837..04aac875a 100644
--- a/domains/plugin.json
+++ b/domains/plugin.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ukrioo",
- "email": "u8k50850@gmail.com"
- },
- "record": {
- "URL": "https://ukrioo.github.io/"
- }
+ "owner": {
+ "username": "ukrioo",
+ "email": "u8k50850@gmail.com"
+ },
+ "record": {
+ "URL": "https://ukrioo.github.io/"
+ }
}
diff --git a/domains/plumsy.json b/domains/plumsy.json
index ee4da896d..3751cf9a2 100644
--- a/domains/plumsy.json
+++ b/domains/plumsy.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "hxntaish",
- "email": "juliettepoisson3@gmail.com"
- },
- "record": {
- "CNAME": "geo-routing.nexuspipe.com"
- }
+ "owner": {
+ "username": "hxntaish",
+ "email": "juliettepoisson3@gmail.com"
+ },
+ "record": {
+ "CNAME": "geo-routing.nexuspipe.com"
+ }
}
diff --git a/domains/ply.json b/domains/ply.json
new file mode 100644
index 000000000..0572cf98e
--- /dev/null
+++ b/domains/ply.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "plymc",
+ "email": "plymc@proton.me"
+ },
+ "record": {
+ "CNAME": "plymc.github.io"
+ }
+}
diff --git a/domains/pog.json b/domains/pog.json
new file mode 100644
index 000000000..0e948dbee
--- /dev/null
+++ b/domains/pog.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "PogMaster9001",
+ "email": "",
+ "discord": "1190052608346435597"
+ },
+
+ "record": {
+ "CNAME": "projectdevs.net"
+ }
+ }
+
diff --git a/domains/pogmaster.json b/domains/pogmaster.json
new file mode 100644
index 000000000..0e948dbee
--- /dev/null
+++ b/domains/pogmaster.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "PogMaster9001",
+ "email": "",
+ "discord": "1190052608346435597"
+ },
+
+ "record": {
+ "CNAME": "projectdevs.net"
+ }
+ }
+
diff --git a/domains/pogmaster9001.json b/domains/pogmaster9001.json
new file mode 100644
index 000000000..0e948dbee
--- /dev/null
+++ b/domains/pogmaster9001.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "PogMaster9001",
+ "email": "",
+ "discord": "1190052608346435597"
+ },
+
+ "record": {
+ "CNAME": "projectdevs.net"
+ }
+ }
+
diff --git a/domains/poked.json b/domains/poked.json
index 9470797fb..7c7f30683 100644
--- a/domains/poked.json
+++ b/domains/poked.json
@@ -1,13 +1,12 @@
{
"description": "poked.is-a.dev",
- "repo": "https://github.com/PokedArmory/PokedArmory.github.io",
+ "repo": "https://github.com/PokedWasTaken/PokedWasTaken.github.io",
"owner": {
- "username": "PokedArmory",
- "email": "poked.armory@gmail.com",
- "discord": "Poked_Armory#0001",
- "twitter": "PokedWasTaken"
+ "username": "PokedWasTaken",
+ "email": "pokedwastaken@gmail.com",
+ "discord": "poked"
},
"record": {
- "CNAME": "PokedArmory.github.io"
+ "CNAME": "PokedWasTaken.github.io"
}
}
diff --git a/domains/pokey.json b/domains/pokey.json
new file mode 100644
index 000000000..d5b90541e
--- /dev/null
+++ b/domains/pokey.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "Pokeylooted",
+ "email": "",
+ "discord": "469808869426724865",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.YwtcHwpMZkKBYbgs0mxj-7NxjIGcUOrXLTJmxRNtVUAENnuLfqfoGn0-l4CeYdFvYSxBYv2ElPgXrvmfynv5w7bUclrf8k7nc2EEKaXgddisH4nHH1EhCDZ3S7N3wVA15MN4PwBehgRJkvNU-ckVpyQ1vMzpXhbeXz8UErfp039VViBrvY5S0V-n43CkDSf3iqtsa9sMDaWh9-I3oYXeMKqCyx-OXBhaY8w9R9f6V4rthWdwu2--gYe1gqEoV29I16wXRVZqpzHgecZV8rmcamLUZUkWSYdrG7ibBjkmzn_1j8Pxe-OBWLtuVpHUnX_PYwour7OPajWzXkAPjIoQAQ.sdtAwCEcrzrn3SV-e277bA.q73Rr_IE9cxfke6WUU-HessDBZZdhUOs9Ga7IK4bWZ1ewgtV7pLzaGDoe8_ukVHf-oo5Ya-QEJaGLglkvBK1IQWUKPpSW9rxzCQSMCpxCkg.9-P9cZ5_qyjMrJ8XMP2-Pg"
+ },
+
+ "record": {
+ "CNAME": "pokeylooted.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/polar.json b/domains/polar.json
new file mode 100644
index 000000000..52bf068a2
--- /dev/null
+++ b/domains/polar.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "polarfreez",
+ "email": "rafaelbraun5@hotmail.com"
+ },
+ "repo": "https://github.com/polarfreez/polarfreez.github.io",
+ "record": {
+ "CNAME": "polarfreez.github.io"
+ }
+}
diff --git a/domains/policy.akshtt.json b/domains/policy.akshtt.json
deleted file mode 100644
index d55e38eee..000000000
--- a/domains/policy.akshtt.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "owner": {
- "username": "LegendOP1041",
- "email": "maillegendop@gmail.com",
- "discord": "1056531806763102218"
- },
-
- "record": {
- "A": ["69.30.249.53"]
- }
- }
-
\ No newline at end of file
diff --git a/domains/polo.json b/domains/polo.json
new file mode 100644
index 000000000..b5d537509
--- /dev/null
+++ b/domains/polo.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "polo-1245-oficial",
+ "email": "",
+ "discord": "725316907187568701"
+ },
+
+ "record": {
+ "CNAME": "polo-1245-oficial.github.io"
+ }
+}
diff --git a/domains/polongdev.json b/domains/polongdev.json
new file mode 100644
index 000000000..acd57582f
--- /dev/null
+++ b/domains/polongdev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "PolongDev",
+ "email": "kennethgregorioperez@gmail.com"
+ },
+ "record": {
+ "URL": "https://polongdev.github.io"
+ }
+}
diff --git a/domains/porant.json b/domains/porant.json
new file mode 100644
index 000000000..35dce6910
--- /dev/null
+++ b/domains/porant.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "porant",
+ "email": "porant@gmail.com"
+ },
+ "record": {
+ "A": ["178.26.182.120"]
+ }
+}
diff --git a/domains/portainer.stefdp.json b/domains/portainer.stefdp.json
new file mode 100644
index 000000000..e2b559f3c
--- /dev/null
+++ b/domains/portainer.stefdp.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229",
+ "github_id": 81536172
+ },
+ "record": {
+ "CNAME": "proxy.stefdp.is-a.dev"
+ }
+}
diff --git a/domains/post.json b/domains/post.json
new file mode 100644
index 000000000..326ff22ef
--- /dev/null
+++ b/domains/post.json
@@ -0,0 +1,17 @@
+{
+ "owner": {
+ "username": "vibred",
+ "email": "vibred@att.net"
+ },
+ "record": {
+ "TXT": [
+ "verification-code-site-App_lark=HBuHgbKczItwYdsgJHDZ",
+ "v=spf1 +include:spf.onlarksuite.com -all"
+ ],
+ "MX": [
+ "mx1.larksuite.com",
+ "mx2.larksuite.com",
+ "mx3.larksuite.com"
+ ]
+ }
+}
diff --git a/domains/pow.json b/domains/pow.json
new file mode 100644
index 000000000..718c59e9a
--- /dev/null
+++ b/domains/pow.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Calebrlx",
+ "email": "caleb@alyeska.dev"
+ },
+ "record": {
+ "URL": "https://calebrlx.github.io"
+ }
+}
diff --git a/domains/praharsh.json b/domains/praharsh.json
new file mode 100644
index 000000000..b1531198b
--- /dev/null
+++ b/domains/praharsh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "praharshjain",
+ "email": "praharshsamria@gmail.com"
+ },
+ "record": {
+ "CNAME": "praharsh.zz.mu"
+ }
+}
diff --git a/domains/praharshjain.json b/domains/praharshjain.json
new file mode 100644
index 000000000..b1531198b
--- /dev/null
+++ b/domains/praharshjain.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "praharshjain",
+ "email": "praharshsamria@gmail.com"
+ },
+ "record": {
+ "CNAME": "praharsh.zz.mu"
+ }
+}
diff --git a/domains/prajwal.json b/domains/prajwal.json
new file mode 100644
index 000000000..0ed47cbcc
--- /dev/null
+++ b/domains/prajwal.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Toricane",
+ "email": "prjwl028@gmail.com",
+ "discord": "721093211577385020"
+ },
+
+ "record": {
+ "CNAME": "toricane.github.io"
+ }
+}
diff --git a/domains/pranavagrawal.json b/domains/pranavagrawal.json
index e242c7f8d..cbbdff1cd 100644
--- a/domains/pranavagrawal.json
+++ b/domains/pranavagrawal.json
@@ -8,7 +8,10 @@
"record": {
"A": ["185.199.108.153"],
"AAAA": ["2606:50c0:8001::153"],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/praneeth.json b/domains/praneeth.json
new file mode 100644
index 000000000..03efd7468
--- /dev/null
+++ b/domains/praneeth.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "praneeth-balamurugan",
+ "email": "praneeth.nkl@gmail.com",
+ "discord": "606833730459533372"
+ },
+
+ "record": {
+ "CNAME": "praneeth-balamurugan.github.io"
+ }
+}
diff --git a/domains/pranjal.json b/domains/pranjal.json
new file mode 100644
index 000000000..ccece6e96
--- /dev/null
+++ b/domains/pranjal.json
@@ -0,0 +1,11 @@
+{
+ "description": "Subdomain for my personal page.",
+ "repo": "https://github.com/Pranjal-SB/Pranjal-SB",
+ "owner": {
+ "username": "Pranjal-SB",
+ "email": "psbhatnagar.in@gmal.com"
+ },
+ "record": {
+ "CNAME": "Pranjal-SB.github.io"
+ }
+}
diff --git a/domains/prashant.json b/domains/prashant.json
new file mode 100644
index 000000000..f57f055bb
--- /dev/null
+++ b/domains/prashant.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Meprazhant",
+ "email": "meprazhant@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.prashantkafle.com.np"
+ }
+}
diff --git a/domains/prathamesh.json b/domains/prathamesh.json
new file mode 100644
index 000000000..98a131912
--- /dev/null
+++ b/domains/prathamesh.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Prathamesh-Dukare",
+ "email": "prathameshdukaremail@gmail.com",
+ "discord": "741144155559821342"
+ },
+
+ "record": {
+ "CNAME": "prathamesh.works"
+ }
+}
diff --git a/domains/praveen-patel.json b/domains/praveen-patel.json
new file mode 100644
index 000000000..f3a80dbe6
--- /dev/null
+++ b/domains/praveen-patel.json
@@ -0,0 +1,11 @@
+{
+ "repo": "https://github.com/praveen8git",
+ "owner": {
+ "username": "praveen8git",
+ "email": "praveenpatel@duck.com",
+ "discord": "praveen.patel"
+ },
+ "record": {
+ "CNAME": "praveensingh.in"
+ }
+}
diff --git a/domains/premiumairoxide.json b/domains/premiumairoxide.json
new file mode 100644
index 000000000..dc7a76be0
--- /dev/null
+++ b/domains/premiumairoxide.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Caiden-P",
+ "email": "iididhejejdj@gmail.com",
+ "discord": "850820069310201896"
+ },
+ "record": {
+ "CNAME": "air-busl.onrender.com"
+ }
+}
diff --git a/domains/preston-code-lobby.json b/domains/preston-code-lobby.json
new file mode 100644
index 000000000..1ed2484da
--- /dev/null
+++ b/domains/preston-code-lobby.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Skitskat7738",
+ "email": "doooogy7738@gmail.com"
+ },
+ "record": {
+ "URL": "https://mountainous-doll.surge.sh/preston-code/prestoncode.wixsite.com/website-2.html"
+ }
+}
diff --git a/domains/preston-code.json b/domains/preston-code.json
new file mode 100644
index 000000000..e78bff979
--- /dev/null
+++ b/domains/preston-code.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "preston-riley",
+ "email": "pres1234569@gmail.com"
+ },
+ "record": {
+ "CNAME": "preston-riley.github.io"
+ }
+}
diff --git a/domains/preview.shan.json b/domains/preview.shan.json
new file mode 100644
index 000000000..14545aa26
--- /dev/null
+++ b/domains/preview.shan.json
@@ -0,0 +1,11 @@
+{
+ "description": "Preview For My Personal Website ",
+ "owner": {
+ "username": "Adwaith-Shan-Pk",
+ "email": "mail@shan.is-a.dev",
+ "twitter": "lordlinux69"
+ },
+ "record": {
+ "A": ["45.90.12.122"]
+ }
+}
diff --git a/domains/prime.json b/domains/prime.json
new file mode 100644
index 000000000..b9bd80825
--- /dev/null
+++ b/domains/prime.json
@@ -0,0 +1,12 @@
+{
+ "description": "My personal website",
+ "repo": "https://github.com/primetdmomega/primetdmomega.github.io",
+ "owner": {
+ "username": "PrimeTDMomega",
+ "email": "primetdmomega@gmail.com",
+ "twitter": "primeinspace"
+ },
+ "record": {
+ "CNAME": "primetdmomega.github.io"
+ }
+}
diff --git a/domains/prince.json b/domains/prince.json
new file mode 100644
index 000000000..da9cd79dc
--- /dev/null
+++ b/domains/prince.json
@@ -0,0 +1,14 @@
+{
+ "description": "Portfolio of Prince Raj",
+ "repo": "https://github.com/theprinceraj/theprinceraj.github.io",
+ "owner": {
+ "username": "theprinceraj",
+ "email": "profile.princeraj@gmail.com",
+ "linkedin": "https://www.linkedin.com/in/theprinceraj/",
+ "twitter": "ThePrinceRaj",
+ "discord": "bhaalu"
+ },
+ "record": {
+ "CNAME": "theprinceraj.github.io"
+ }
+}
diff --git a/domains/privacy.json b/domains/privacy.json
index dbfddaf11..6f3b6f9c6 100644
--- a/domains/privacy.json
+++ b/domains/privacy.json
@@ -1,11 +1,9 @@
{
- "owner": {
- "username": "is-a-dev",
- "email": ""
- },
- "record": {
- "URL": "https://team.is-a.dev",
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
- "TXT": "forward-email=isdevmail.beadman-network.com,andrew@win11react.com"
- }
+ "owner": {
+ "username": "is-a-dev",
+ "email": ""
+ },
+ "record": {
+ "URL": "https://owl.is-a.dev"
+ }
}
diff --git a/domains/priyanshul.json b/domains/priyanshul.json
new file mode 100644
index 000000000..1d3bd1586
--- /dev/null
+++ b/domains/priyanshul.json
@@ -0,0 +1,11 @@
+{
+ "description": "My Portfolio Website",
+ "repo": "https://github.com/Priyanshul1307/Priyanshul1307.github.io",
+ "owner": {
+ "username": "Priyanshul1307",
+ "email": "piyanshul1307@gmail.com"
+ },
+ "record": {
+ "CNAME": "Priyanshul130.github.io"
+ }
+ }
diff --git a/domains/projassets.oxmc.json b/domains/projassets.oxmc.json
index 28a3a3fb7..61a9bd4f7 100644
--- a/domains/projassets.oxmc.json
+++ b/domains/projassets.oxmc.json
@@ -11,7 +11,10 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
"TXT": "forward-email=contact:oxmc7769.mail@gmail.com"
}
}
diff --git a/domains/protoshock.gizzy.json b/domains/protoshock.gizzy.json
new file mode 100644
index 000000000..87bbe1f5b
--- /dev/null
+++ b/domains/protoshock.gizzy.json
@@ -0,0 +1,12 @@
+{
+ "description": "protoshock.gizzy.is-a.dev",
+ "owner": {
+ "username": "GizzyUwU",
+ "email": "nerop455@gmail.com"
+ },
+ "record": {
+ "A": [
+ "69.197.135.202"
+ ]
+ }
+}
diff --git a/domains/prox.preston-code.json b/domains/prox.preston-code.json
new file mode 100644
index 000000000..02f8925cc
--- /dev/null
+++ b/domains/prox.preston-code.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Preston-Riley",
+ "email": "pres1234569@gmail.com",
+ "discord": "816152941923663902"
+ },
+
+ "record": {
+ "CNAME": "compiler-glzx.onrender.com"
+ }
+}
diff --git a/domains/vsc.stefdp.json b/domains/proxy.stefdp.json
similarity index 84%
rename from domains/vsc.stefdp.json
rename to domains/proxy.stefdp.json
index 7e60c772e..9f46625af 100644
--- a/domains/vsc.stefdp.json
+++ b/domains/proxy.stefdp.json
@@ -5,6 +5,6 @@
"discord": "694986201739952229"
},
"record": {
- "A": ["45.137.70.68"]
+ "A": ["194.60.201.37"]
}
}
diff --git a/domains/proxy.trung.json b/domains/proxy.trung.json
new file mode 100644
index 000000000..b99730c4e
--- /dev/null
+++ b/domains/proxy.trung.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "A": ["35.185.84.140"]
+ }
+}
diff --git a/domains/psnbl.json b/domains/psnbl.json
new file mode 100644
index 000000000..e6b5ddc49
--- /dev/null
+++ b/domains/psnbl.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "psnbl",
+ "email": "pietrosimone.nobiletti@studenti.unipr.it"
+ },
+ "record": {
+ "CNAME": "psnbl.github.io"
+ }
+}
diff --git a/domains/ptero.phoenix.json b/domains/ptero.phoenix.json
index e36c8f4bf..37214625f 100644
--- a/domains/ptero.phoenix.json
+++ b/domains/ptero.phoenix.json
@@ -5,12 +5,6 @@
"github_id": 85183285
},
"record": {
- "A": [
- "130.162.166.134"
- ],
- "MX": [
- "mail.is-a.dev"
- ],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~include:_spf.google.com ~all"
+ "A": ["130.162.166.134"]
}
-}
\ No newline at end of file
+}
diff --git a/domains/push.json b/domains/push.json
new file mode 100644
index 000000000..290292048
--- /dev/null
+++ b/domains/push.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal Website/ File Storage",
+ "repo": "https://github.com/pushingcc/pushingcc.github.io",
+ "owner": {
+ "username": "pushingcc",
+ "email": "pushing@mailfence.com",
+ "twitter": "Thxczx"
+ },
+ "record": {
+ "CNAME": "pushingcc.github.io"
+ }
+}
diff --git a/domains/pustak.json b/domains/pustak.json
new file mode 100644
index 000000000..60c4cb14d
--- /dev/null
+++ b/domains/pustak.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "PustakP",
+ "email": "pustakpathak7@gmail.com"
+ },
+ "record": {
+ "CNAME": "oppoyy.pages.dev"
+ }
+}
diff --git a/domains/py.json b/domains/py.json
index 01c68070f..b3e1d70fd 100644
--- a/domains/py.json
+++ b/domains/py.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "jrirydkdifu",
- "email": "0kryptx@gmail.com"
- },
- "record": {
- "CNAME": "jrirydkdifu.github.io"
- }
+ "owner": {
+ "username": "jrirydkdifu",
+ "email": "0kryptx@gmail.com"
+ },
+ "record": {
+ "CNAME": "jrirydkdifu.github.io"
+ }
}
diff --git a/domains/pyyupsk.json b/domains/pyyupsk.json
new file mode 100644
index 000000000..f3c04cdaf
--- /dev/null
+++ b/domains/pyyupsk.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "pyyupsk",
+ "email": "pyyupsk@proton.me"
+ },
+ "description": "👋 Hello! I'm ファース, a passionate full-stack developer with a passionate about creating innovative solutions that have a positive impact on people's lives.",
+ "repo": "https://github.com/pyyupsk/personal-website",
+ "record": {
+ "CNAME": "pyyupsk.pages.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/qrcode.json b/domains/qrcode.json
new file mode 100644
index 000000000..f721ee522
--- /dev/null
+++ b/domains/qrcode.json
@@ -0,0 +1,12 @@
+{
+ "description": "My QRCode Webpage Project",
+ "owner": {
+ "username": "isobarsmustang0g",
+ "email": "isobars.mustang_0g@icloud.com"
+ },
+ "record": {
+ "A": [
+ "103.97.126.29"
+ ]
+ }
+}
diff --git a/domains/qtitpc.json b/domains/qtitpc.json
new file mode 100644
index 000000000..25943f908
--- /dev/null
+++ b/domains/qtitpc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "qtungnui07",
+ "email": "qtung.07.dt@gmail.com"
+ },
+ "record": {
+ "CNAME": "qtungnui07.github.io"
+ }
+}
diff --git a/domains/quadeer.json b/domains/quadeer.json
new file mode 100644
index 000000000..e2b52a500
--- /dev/null
+++ b/domains/quadeer.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "maquadeer",
+ "email": "mdquadeer2003@gmail.com"
+ },
+ "record": {
+ "CNAME": "quadeer.pages.dev"
+ }
+}
diff --git a/domains/quantum.json b/domains/quantum.json
new file mode 100644
index 000000000..7f7b5f37a
--- /dev/null
+++ b/domains/quantum.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "RabbitFored",
+ "email": "quantum@theostrich.eu.org"
+ },
+
+ "record": {
+ "CNAME": "quantum.theostrich.eu.org"
+ }
+}
diff --git a/domains/quincetart10.json b/domains/quincetart10.json
new file mode 100644
index 000000000..4555c1ec7
--- /dev/null
+++ b/domains/quincetart10.json
@@ -0,0 +1,22 @@
+{
+ "description": "Personal site",
+ "repo": "https://github.com/QuinceTart10/quincetart10.github.io",
+ "owner": {
+ "username": "QuinceTart10",
+ "email": "",
+ "discord": "862644161156218891"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "MX": [
+ "5a3d085e4aa47645.mx1.emailprofi.seznam.cz",
+ "5a3d085e4aa47645.mx2.emailprofi.seznam.cz"
+ ],
+ "TXT": "v=spf1 include:spf.seznam.cz ~all"
+ }
+}
diff --git a/domains/quvi.json b/domains/quvi.json
new file mode 100644
index 000000000..ab00dd217
--- /dev/null
+++ b/domains/quvi.json
@@ -0,0 +1,11 @@
+{
+ "description": "Domain for my bio",
+ "repo": "https://github.com/quvvii/quvvii.github.io",
+ "owner": {
+ "username": "quvvii",
+ "email": "quvi.top@gmail.com"
+ },
+ "record": {
+ "CNAME": "quvvii.github.io"
+ }
+}
diff --git a/domains/qwertyqwerty.json b/domains/qwertyqwerty.json
index 41501480e..a9fd0e978 100644
--- a/domains/qwertyqwerty.json
+++ b/domains/qwertyqwerty.json
@@ -5,7 +5,6 @@
"twitter": "QwertyQwerty88_"
},
"record": {
- "A": ["34.111.254.92"],
- "TXT": "replit-verify=91e42e80-7ebf-4e64-88e0-b20657592584"
+ "CNAME": "qwertyqwerty.pages.dev"
}
}
diff --git a/domains/r1p.json b/domains/r1p.json
index 2c628e6b2..eacaea2cf 100644
--- a/domains/r1p.json
+++ b/domains/r1p.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "0kryptx",
- "email": "k3px@proton.me"
- },
- "record": {
- "CNAME": "0kryptx.github.io"
- }
+ "owner": {
+ "username": "0kryptx",
+ "email": "k3px@proton.me"
+ },
+ "record": {
+ "CNAME": "0kryptx.github.io"
+ }
}
diff --git a/domains/r2mvstr.json b/domains/r2mvstr.json
new file mode 100644
index 000000000..d4ad28162
--- /dev/null
+++ b/domains/r2mvstr.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "1MillonunlockDev",
+ "email": "1millonunlock@gmail.com"
+ },
+ "record": {
+ "A": ["144.91.94.164"]
+ }
+}
diff --git a/domains/raafey.json b/domains/raafey.json
new file mode 100644
index 000000000..7b6e0b5ac
--- /dev/null
+++ b/domains/raafey.json
@@ -0,0 +1,16 @@
+{
+ "owner": {
+ "username": "RaafeyRaza",
+ "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"
+ ]
+ }
+}
diff --git a/domains/radke.json b/domains/radke.json
index be29586fe..c37ccfabe 100644
--- a/domains/radke.json
+++ b/domains/radke.json
@@ -5,6 +5,6 @@
},
"repo": "https://github.com/radekw8733/radke.is-a.dev",
"record": {
- "CNAME": "radkerouter.ddns.net"
+ "CNAME": "radke.duckdns.org"
}
}
diff --git a/domains/raf.json b/domains/raf.json
new file mode 100644
index 000000000..e817c6f71
--- /dev/null
+++ b/domains/raf.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rafaalrazzak",
+ "email": "dev.rafaalrazzak@gmail.com"
+ },
+ "record": {
+ "CNAME": "rafaar.pages.dev"
+ }
+}
diff --git a/domains/rafaar.json b/domains/rafaar.json
new file mode 100644
index 000000000..e817c6f71
--- /dev/null
+++ b/domains/rafaar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rafaalrazzak",
+ "email": "dev.rafaalrazzak@gmail.com"
+ },
+ "record": {
+ "CNAME": "rafaar.pages.dev"
+ }
+}
diff --git a/domains/rainotoberu.json b/domains/rainotoberu.json
new file mode 100644
index 000000000..8dcaf6c68
--- /dev/null
+++ b/domains/rainotoberu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Rainotoberu",
+ "email": "imdmelan@gmail.com"
+ },
+ "record": {
+ "CNAME": "rainotoberu.github.io"
+ }
+}
diff --git a/domains/rajveer.json b/domains/rajveer.json
new file mode 100644
index 000000000..28465abca
--- /dev/null
+++ b/domains/rajveer.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kyouhei14",
+ "email": "rajveerkobot@gmail.com"
+ },
+ "record": {
+ "URL": "https://kyouhei14.github.io/rajveer-is-dead/"
+ }
+}
diff --git a/domains/ralph.json b/domains/ralph.json
new file mode 100644
index 000000000..6ab58382a
--- /dev/null
+++ b/domains/ralph.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rpineda26",
+ "email": "rp.pineda26@gmail.com"
+ },
+ "record": {
+ "CNAME": "rpineda26.github.io"
+ }
+}
diff --git a/domains/ralphpineda.json b/domains/ralphpineda.json
new file mode 100644
index 000000000..6ab58382a
--- /dev/null
+++ b/domains/ralphpineda.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rpineda26",
+ "email": "rp.pineda26@gmail.com"
+ },
+ "record": {
+ "CNAME": "rpineda26.github.io"
+ }
+}
diff --git a/domains/ram.json b/domains/ram.json
new file mode 100644
index 000000000..f368d3465
--- /dev/null
+++ b/domains/ram.json
@@ -0,0 +1,12 @@
+{
+ "description": "personal use",
+ "repo": "https://github.com/thisisramhere/Portfolio",
+ "owner": {
+ "username": "thisisramhere",
+ "email": "ramkiranmohan1759@gmail.com",
+ "twitter": "RamKiranMohan1"
+ },
+ "record": {
+ "CNAME": "thisisramhere.github.io"
+ }
+}
diff --git a/domains/raman.json b/domains/raman.json
new file mode 100644
index 000000000..fcafeca57
--- /dev/null
+++ b/domains/raman.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "kushalshah0",
+ "email": "code@kushalshah.com.np"
+ },
+ "record": {
+ "CNAME": "ramanshah0.github.io"
+ }
+}
diff --git a/domains/ranareal.json b/domains/ranareal.json
new file mode 100644
index 000000000..9e06c2aa4
--- /dev/null
+++ b/domains/ranareal.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "NotRana",
+ "email": "notrana1122@outlook.com"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/random.json b/domains/random.json
new file mode 100644
index 000000000..b14fc31dc
--- /dev/null
+++ b/domains/random.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "EducatedSuddenBucket",
+ "email": "educatedsuddenbucket@gmail.com"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
+}
diff --git a/domains/raphael.json b/domains/raphael.json
new file mode 100644
index 000000000..fff1c6cf6
--- /dev/null
+++ b/domains/raphael.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "raphael-as",
+ "email": "raphaelas.pro@gmail.com"
+ },
+ "record": {
+ "CNAME": "raphael-as.github.io"
+ }
+}
diff --git a/domains/raqeemtak.json b/domains/raqeemtak.json
new file mode 100644
index 000000000..939448708
--- /dev/null
+++ b/domains/raqeemtak.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "RaqeemTak",
+ "email": "raqeemahmadtak@gmail.com"
+ },
+ "record": {
+ "CNAME": "raqeemtak.github.io"
+ }
+}
diff --git a/domains/rasel.json b/domains/rasel.json
new file mode 100644
index 000000000..9b0a96011
--- /dev/null
+++ b/domains/rasel.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "raselshikdar",
+ "email": "imrasel597@gmail.com"
+ },
+ "record": {
+ "CNAME": "rasel.pages.dev"
+ }
+}
diff --git a/domains/raselshikdar.json b/domains/raselshikdar.json
new file mode 100644
index 000000000..842d4ada5
--- /dev/null
+++ b/domains/raselshikdar.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "raselshikdar",
+ "email": "imrasel597@gmail.com"
+ },
+ "record": {
+ "CNAME": "raselshikdar.github.io"
+ }
+}
diff --git a/domains/ravener.json b/domains/ravener.json
new file mode 100644
index 000000000..6e51a0d68
--- /dev/null
+++ b/domains/ravener.json
@@ -0,0 +1,16 @@
+{
+ "owner": {
+ "username": "ravener",
+ "email": "ravener.anime@gmail.com",
+ "twitter": "RavenRavener",
+ "discord": "292690616285134850"
+ },
+ "record": {
+ "URL": "https://ravener.vercel.app",
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/raviteja-geddada.json b/domains/raviteja-geddada.json
index 24a282723..3e4423c0c 100644
--- a/domains/raviteja-geddada.json
+++ b/domains/raviteja-geddada.json
@@ -9,8 +9,6 @@
"185.199.109.153",
"185.199.110.153",
"185.199.111.153"
- ],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
+ ]
}
}
diff --git a/domains/raw.json b/domains/raw.json
deleted file mode 100644
index 1d5799f52..000000000
--- a/domains/raw.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev",
- "email": ""
- },
-
- "record": {
- "URL": "https://raw-api.is-a.dev"
- }
-}
diff --git a/domains/rawfin.json b/domains/rawfin.json
new file mode 100644
index 000000000..3f42275a3
--- /dev/null
+++ b/domains/rawfin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "raofin",
+ "email": "contact@rawfin.net"
+ },
+ "record": {
+ "CNAME": "rawfin.pages.dev"
+ }
+}
diff --git a/domains/ray.json b/domains/ray.json
new file mode 100644
index 000000000..088e1870c
--- /dev/null
+++ b/domains/ray.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "RayDev07",
+ "email": "jatingujjar.alive@gmail.com"
+ },
+ "record": {
+ "CNAME": "raydev07.github.io"
+ }
+}
diff --git a/domains/rayr.json b/domains/rayr.json
index df557c1c2..fe125c21b 100644
--- a/domains/rayr.json
+++ b/domains/rayr.json
@@ -4,6 +4,6 @@
"email": "rayrsn@proton.me"
},
"record": {
- "URL": "https://rayr.link"
+ "URL": "https://rayrsn.me/"
}
}
diff --git a/domains/rayrsn.json b/domains/rayrsn.json
new file mode 100644
index 000000000..07edc5649
--- /dev/null
+++ b/domains/rayrsn.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Rayrsn",
+ "email": "ramtin.015@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"],
+ "MX": ["hosts.is-a.dev"],
+ "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all"
+ }
+}
\ No newline at end of file
diff --git a/domains/razin.json b/domains/razin.json
index 805a7053c..4e07ebd6c 100644
--- a/domains/razin.json
+++ b/domains/razin.json
@@ -5,6 +5,6 @@
},
"record": {
- "CNAME": "razin.pages.dev"
+ "URL": "https://razin.in"
}
}
diff --git a/domains/rbg.brandgrandreal.json b/domains/rbg.brandgrandreal.json
index 221e76351..4e1414663 100644
--- a/domains/rbg.brandgrandreal.json
+++ b/domains/rbg.brandgrandreal.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "BrandgrandRealMe",
- "email": "brandon.lambe@skiff.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
+ "owner": {
+ "username": "BrandgrandRealMe",
+ "email": "BrandonTheDev@proton.me"
+ },
+ "record": {
+ "A": ["69.197.135.205"]
+ }
}
diff --git a/domains/rdap.json b/domains/rdap.json
new file mode 100644
index 000000000..f2b45dc76
--- /dev/null
+++ b/domains/rdap.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rdaphq",
+ "email": "rdapshii@gmail.com"
+ },
+ "record": {
+ "A": ["156.67.73.46"]
+ }
+}
diff --git a/domains/real.json b/domains/real.json
index f1db4caef..5769d71b3 100644
--- a/domains/real.json
+++ b/domains/real.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Xyront",
- "email": "abalabalscratch@gmail.com"
- },
- "record": {
- "URL": "https://www.youtube.com/watch?v=69tzp7vkg_m"
- }
+ "owner": {
+ "username": "Xyront",
+ "email": "abalabalscratch@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.youtube.com/watch?v=69tzp7vkg_m"
+ }
}
diff --git a/domains/realfara.json b/domains/realfara.json
new file mode 100644
index 000000000..71d688c8c
--- /dev/null
+++ b/domains/realfara.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "furyashnyy",
+ "email": "faradey.iskra@mail.ru"
+ },
+ "record": {
+ "A": ["185.199.111.153"]
+ }
+}
diff --git a/domains/realityleaks.json b/domains/realityleaks.json
new file mode 100644
index 000000000..e1d47bb8d
--- /dev/null
+++ b/domains/realityleaks.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "RealityLeaks",
+ "email": "getnukedbycreiloZ@proton.me",
+ "discord": "1186392267511042149"
+ },
+
+ "record": {
+ "CNAME": "realityleaks.rf.gd"
+ }
+}
diff --git a/domains/realyash.json b/domains/realyash.json
new file mode 100644
index 000000000..e9120ca38
--- /dev/null
+++ b/domains/realyash.json
@@ -0,0 +1,20 @@
+{
+ "repo": "https://github.com/Real-Yash/yash",
+ "owner": {
+ "username": "Real-Yash",
+ "email": "tempyuva00@gmail.com"
+ },
+ "record": {
+ "A": [
+ "185.199.111.153",
+ "185.199.109.153",
+ "185.199.108.153",
+ "185.199.110.153"
+ ],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
+ "TXT": "forward-email=yashpatil.pvt@gmail.com"
+ }
+}
diff --git a/domains/receiptify.json b/domains/receiptify.json
index 2e943103e..216e6dc23 100644
--- a/domains/receiptify.json
+++ b/domains/receiptify.json
@@ -1,15 +1,15 @@
{
- "owner": {
- "username": "Stef-00012",
- "email": "admin@stefdp.is-a.dev",
- "discord": "694986201739952229"
- },
- "record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ]
- }
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
}
diff --git a/domains/rediblesky.json b/domains/rediblesky.json
new file mode 100644
index 000000000..e9098d2c4
--- /dev/null
+++ b/domains/rediblesky.json
@@ -0,0 +1,13 @@
+{
+ "description": "RedibleSky's site",
+ "repo": "https://github.com/RedibleSky/RedibleSky.github.io",
+ "owner": {
+ "username": "RedibleSky",
+ "email": "user0thenyancat@proton.me",
+ "discord": "1143176245018906697"
+ },
+
+ "record": {
+ "CNAME": "rediblesky.github.io"
+ }
+}
diff --git a/domains/rednotsus.json b/domains/rednotsus.json
new file mode 100644
index 000000000..4bf677852
--- /dev/null
+++ b/domains/rednotsus.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "RedNotSus",
+ "email": "Jiayangc1@gmail.com"
+ },
+ "record": {
+ "A": ["15.204.232.110"]
+ }
+}
diff --git a/domains/refayet.json b/domains/refayet.json
index 0667b5bc9..4d2c70bb9 100644
--- a/domains/refayet.json
+++ b/domains/refayet.json
@@ -1,11 +1,11 @@
{
- "owner": {
- "username": "refayet-dev",
- "email": "refayet0096@gmail.com"
- },
- "repo": "https://github.com/refayet-dev.github.io",
- "description": "refayet's portfolio site",
- "record": {
- "CNAME": "refayet-dev.github.io"
- }
- }
\ No newline at end of file
+ "owner": {
+ "username": "refayet-dev",
+ "email": "refayet0096@gmail.com"
+ },
+ "repo": "https://github.com/refayet-dev.github.io",
+ "description": "refayet's portfolio site",
+ "record": {
+ "CNAME": "refayet-dev.github.io"
+ }
+}
diff --git a/domains/register-bot.json b/domains/register-bot.json
index c937b2ab1..8a953d3ef 100644
--- a/domains/register-bot.json
+++ b/domains/register-bot.json
@@ -4,6 +4,6 @@
"email": ""
},
"record": {
- "A": ["217.174.245.249"]
+ "CNAME": "p2pb.dev"
}
}
diff --git a/domains/register.json b/domains/register.json
index 38302b827..f27db0ab3 100644
--- a/domains/register.json
+++ b/domains/register.json
@@ -5,6 +5,6 @@
},
"record": {
- "URL": "https://manage.is-a.dev"
+ "URL": "https://github.com/is-a-dev/register"
}
}
diff --git a/domains/renn.json b/domains/renn.json
new file mode 100644
index 000000000..3b83edd55
--- /dev/null
+++ b/domains/renn.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "LyVoid",
+ "email": "ezzbro121@gmail.com",
+ "discord": "1202338769379008515"
+ },
+
+ "record": {
+ "CNAME": "lyvoid.github.io"
+ }
+}
diff --git a/domains/renzyx.json b/domains/renzyx.json
new file mode 100644
index 000000000..d97cfd374
--- /dev/null
+++ b/domains/renzyx.json
@@ -0,0 +1,11 @@
+{
+ "description": "xYugen's Portfolio",
+ "repo": "https://github.com/xyugen/xyugen.github.io",
+ "owner": {
+ "username": "xyugen",
+ "email": "alex.arias.jorym@gmail.com"
+ },
+ "record": {
+ "CNAME": "xyugen.github.io"
+ }
+}
\ No newline at end of file
diff --git a/domains/researcx.json b/domains/researcx.json
index 1ab0501a0..e03098b51 100644
--- a/domains/researcx.json
+++ b/domains/researcx.json
@@ -1,10 +1,17 @@
{
- "owner": {
- "username": "researcx",
- "email": "kei.trei.a52@gmail.com"
- },
-
- "record": {
- "A": ["129.151.206.225"]
- }
+ "owner": {
+ "username": "researcx",
+ "email": "kei.trei.a52@gmail.com"
+ },
+ "record": {
+ "A": ["207.127.95.80"],
+ "MX": [
+ "mx.zoho.eu",
+ "mx2.zoho.eu",
+ "mx3.zoho.eu"
+ ],
+ "TXT": [
+ "v=spf1 include:zoho.eu ~all"
+ ]
+ }
}
diff --git a/domains/resolved.json b/domains/resolved.json
new file mode 100644
index 000000000..0e4a2899f
--- /dev/null
+++ b/domains/resolved.json
@@ -0,0 +1,12 @@
+{
+ "description": "Hello",
+ "repo": "https://github.com/huukhoa04/resolved-io",
+ "owner": {
+ "username": "huukhoa04",
+ "email": "huukhoa04@gmail.com",
+ "twitter": "huukhoa004"
+ },
+ "record": {
+ "CNAME": "huukhoa04.github.io"
+ }
+}
diff --git a/domains/restaurantmanagementsystem.chiragnahata.json b/domains/restaurantmanagementsystem.chiragnahata.json
new file mode 100644
index 000000000..726befd50
--- /dev/null
+++ b/domains/restaurantmanagementsystem.chiragnahata.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/reuel.json b/domains/reuel.json
new file mode 100644
index 000000000..1b11c1258
--- /dev/null
+++ b/domains/reuel.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal Blog",
+ "repo": "https://github.com/reuel-k/reuel-k.github.io",
+ "owner": {
+ "username": "reuel-k",
+ "email": "reuelk@protonmail.com"
+ },
+ "record": {
+ "CNAME": "reuel-k.github.io"
+ }
+}
diff --git a/domains/revolux.json b/domains/revolux.json
new file mode 100644
index 000000000..0851bcacc
--- /dev/null
+++ b/domains/revolux.json
@@ -0,0 +1,12 @@
+{
+ "description": "For my personal portfolio",
+ "repo": "https://github.com/rxvolux/rxvolux.github.io",
+ "owner": {
+ "username": "rxvolux",
+ "email": "business.itzswift@gmail.com",
+ "twitter": "rxvolux"
+ },
+ "record": {
+ "CNAME": "rxvolux.github.io"
+ }
+}
diff --git a/domains/revvnik.json b/domains/revvnik.json
new file mode 100644
index 000000000..3713638bc
--- /dev/null
+++ b/domains/revvnik.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "revvnik",
+ "email": "nikitasitter@gmail.com"
+ },
+ "record": {
+ "CNAME": "revvnik.github.io"
+ }
+}
diff --git a/domains/rez3x.json b/domains/rez3x.json
new file mode 100644
index 000000000..050780e84
--- /dev/null
+++ b/domains/rez3x.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "REZ3X",
+ "email": "rezex.dev01@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "japon-resto.pages.dev"
+ }
+}
diff --git a/domains/rhyk.json b/domains/rhyk.json
index 595d125f1..203a5d624 100644
--- a/domains/rhyk.json
+++ b/domains/rhyk.json
@@ -4,7 +4,10 @@
"email": "qbkyde6c@gmail.com"
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/rias.json b/domains/rias.json
new file mode 100644
index 000000000..4fab68481
--- /dev/null
+++ b/domains/rias.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "RiasZz",
+ "email": "",
+ "discord": "245028766387142656",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Edl4jRGMJSUFF14Y4qub1zHhEj-SrmXcG-eVgF6P_EsOjhgl6e5CDShlDkmMTAkpZBbT5s66KuSrDdmMGAJqgYP4aql0FF5cnj5yX5bM-AZnB_fzi1T1iymqiZvtJEYmKuYO-Djkge0pC5JmgVPFQGQj--AIeFbwuyQts19PrDci_kXquX_dKnXzP7_S61zM1vygbq-YcjnQw8abfRSZ1hoKVeZmDcbFi5KhxDWdgkiToyzOk5gBQ52_IwfzJesWeOtFXwiIJS7NwkIMKS70V9lu5a1C87aab9919ocqWsElrJHCdmQOIwSzmu36TIt51_RvjWsfkPjAtbrBWCiECw.R1diEo6UhieiMS9g_GiqZw.dgoN9oQuZxXM6aanZA9Gkh3Neb-hDbGh_7_vBlf79dvln503TEHDrCN-skUH8r3_uSVMSnSodFQu7rqHJa0z8CV3efig1zj2MZ2YYXMQKlc.I5t1GaMcmY2kqWqAO9yVwg"
+ },
+
+ "record": {
+ "CNAME": "riass.ir"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/ricky.json b/domains/ricky.json
new file mode 100644
index 000000000..4ab502ad1
--- /dev/null
+++ b/domains/ricky.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rickynolep",
+ "email": "rickynolepcuy@gmail.com"
+ },
+ "record": {
+ "CNAME": "rickynolep.github.io"
+ }
+}
diff --git a/domains/riddim-glitch.json b/domains/riddim-glitch.json
new file mode 100644
index 000000000..bd4db0fe4
--- /dev/null
+++ b/domains/riddim-glitch.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Riddim-GLiTCH",
+ "email": "Riddim_GLiTCH@proton.me"
+ },
+ "record": {
+ "CNAME": "riddim-glitch.github.io"
+ }
+}
diff --git a/domains/ridwanalfarezi.json b/domains/ridwanalfarezi.json
new file mode 100644
index 000000000..da1dd74b1
--- /dev/null
+++ b/domains/ridwanalfarezi.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/ridwanalfarezi/ridwanalfarezi.github.io",
+ "owner": {
+ "username": "ridwanalfarezi",
+ "email": "alfareziridwan@gmail.com"
+ },
+ "record": {
+ "CNAME": "ridwanalfarezi.github.io"
+ }
+}
diff --git a/domains/ridwanyinus.json b/domains/ridwanyinus.json
new file mode 100644
index 000000000..b077d79f5
--- /dev/null
+++ b/domains/ridwanyinus.json
@@ -0,0 +1,11 @@
+{
+ "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/riihime.json b/domains/riihime.json
new file mode 100644
index 000000000..196368537
--- /dev/null
+++ b/domains/riihime.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Riihime",
+ "email": "miuly1459@gmail.com"
+ },
+ "record": {
+ "CNAME": "riihime.github.io"
+ }
+}
diff --git a/domains/riku.json b/domains/riku.json
new file mode 100644
index 000000000..592b0bcef
--- /dev/null
+++ b/domains/riku.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Rikuxyz",
+ "email": "rikukagenou@gmail.com"
+ },
+ "record": {
+ "CNAME": "redirect-1qp.pages.dev"
+ }
+}
diff --git a/domains/rikubot.json b/domains/rikubot.json
new file mode 100644
index 000000000..c6217a3d8
--- /dev/null
+++ b/domains/rikubot.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "devops-riku",
+ "email": "egermino.riku@gmail.com"
+ },
+ "record": {
+ "CNAME": "rikudev.cloud"
+ }
+}
diff --git a/domains/rikuxyz.json b/domains/rikuxyz.json
new file mode 100644
index 000000000..b867a6509
--- /dev/null
+++ b/domains/rikuxyz.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Rikuxyz",
+ "email": "rikuishigami015@gmail.com",
+ "twitter": "riku_xyzs"
+ },
+ "record": {
+ "CNAME": "pixel-cci.pages.dev"
+ }
+}
diff --git a/domains/rishub.json b/domains/rishub.json
new file mode 100644
index 000000000..3b584a718
--- /dev/null
+++ b/domains/rishub.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "itsrishub",
+ "email": "itsrishub@gmail.com"
+ },
+ "record": {
+ "CNAME": "hashnode.network"
+ }
+}
diff --git a/domains/riskymh.json b/domains/riskymh.json
index a61ee3948..9f7fed28d 100644
--- a/domains/riskymh.json
+++ b/domains/riskymh.json
@@ -8,6 +8,9 @@
},
"record": {
"URL": "https://riskymh.github.io",
- "MX": ["rocky.smtp-in.mailway.app", "peter.smtp-in.mailway.app"]
+ "MX": [
+ "rocky.smtp-in.mailway.app",
+ "peter.smtp-in.mailway.app"
+ ]
}
}
diff --git a/domains/rivos.json b/domains/rivos.json
new file mode 100644
index 000000000..16975534a
--- /dev/null
+++ b/domains/rivos.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal Portofolio",
+ "repo": "https://github.com/rioovs/rioovs.github.io",
+ "owner": {
+ "username": "rioovs",
+ "email": "riooktaviansyah36@gmail.com"
+ },
+ "record": {
+ "CNAME": "rioovs.github.io"
+ }
+}
diff --git a/domains/rl.json b/domains/rl.json
index 112215ca4..15decbe89 100644
--- a/domains/rl.json
+++ b/domains/rl.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Rylazius",
- "email": "nodejsenjoyer@gmail.com"
- },
- "record": {
- "CNAME": "rylazius.github.io"
- }
+ "owner": {
+ "username": "Rylazius",
+ "email": "nodejsenjoyer@gmail.com"
+ },
+ "record": {
+ "CNAME": "rylazius.github.io"
+ }
}
diff --git a/domains/rllanonymous.json b/domains/rllanonymous.json
new file mode 100644
index 000000000..26ad81500
--- /dev/null
+++ b/domains/rllanonymous.json
@@ -0,0 +1,11 @@
+{
+ "description": "Lanonymous own website for contact.",
+ "repo": "https://github.com/RLLanonymous/RLLanonymous.github.io",
+ "owner": {
+ "username": "RLLanonymous",
+ "email": "ethanweirich31@gmail.com"
+ },
+ "record": {
+ "CNAME": "rllanonymous.github.io"
+ }
+ }
diff --git a/domains/rnv.json b/domains/rnv.json
index 062bd1e9e..ebb006b8d 100644
--- a/domains/rnv.json
+++ b/domains/rnv.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ZeroDeaths379",
- "email": "arnavp651@gmail.com"
- },
- "record": {
- "CNAME": "zerodeaths379-github-io.pages.dev"
- }
+ "owner": {
+ "username": "ZeroDeaths379",
+ "email": "arnavp651@gmail.com"
+ },
+ "record": {
+ "CNAME": "zerodeaths379-github-io.pages.dev"
+ }
}
diff --git a/domains/rob.json b/domains/rob.json
index dca1b2012..18472a335 100644
--- a/domains/rob.json
+++ b/domains/rob.json
@@ -1,6 +1,6 @@
{
- "description": "Rob.Is-A.Dev Website",
- "repo": "https://melroser.github.io",
+ "description": "Rob.Is-A.Dev Website",
+ "repo": "https://melroser.github.io",
"owner": {
"username": "melroser",
"email": "biz@eml.cc"
diff --git a/domains/robson.json b/domains/robson.json
new file mode 100644
index 000000000..a0b921412
--- /dev/null
+++ b/domains/robson.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "imrob-s",
+ "email": "orobsilva@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/imrob-s"
+ }
+}
diff --git a/domains/rocky.json b/domains/rocky.json
index bd537b18b..121ad2994 100644
--- a/domains/rocky.json
+++ b/domains/rocky.json
@@ -4,6 +4,6 @@
"email": "prodefix.ytb@gmail.com"
},
"record": {
- "CNAME": "rockybots.betteruptime.com"
+ "CNAME": "statuspage.betteruptime.com"
}
}
diff --git a/domains/rohandacoder.json b/domains/rohandacoder.json
new file mode 100644
index 000000000..c9af32372
--- /dev/null
+++ b/domains/rohandacoder.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "RohanDaCoder",
+ "email": "RohanBmgo2010@gmail.com",
+ "discord": "922419431508938773"
+ },
+
+ "record": {
+ "CNAME": "rohandacoder.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/romchilolchi.json b/domains/romchilolchi.json
new file mode 100644
index 000000000..ae911a8d9
--- /dev/null
+++ b/domains/romchilolchi.json
@@ -0,0 +1,11 @@
+{
+ "repo": "https://github.com/RomchiLolchi/RomchiLolchi.github.io",
+ "owner": {
+ "username": "RomchiLolchi",
+ "email": "pri20051982@gmail.com",
+ "twitter": "romchi_lolchi"
+ },
+ "record": {
+ "CNAME": "RomchiLolchi.github.io"
+ }
+}
diff --git a/domains/ronak.json b/domains/ronak.json
new file mode 100644
index 000000000..04e58e3f1
--- /dev/null
+++ b/domains/ronak.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "RonakDutta",
+ "email": "ronakdutta100@gmail.com",
+ "discord": "755751261357473803"
+ },
+
+ "record": {
+ "CNAME": "ronakdutta.github.io"
+ }
+}
diff --git a/domains/ronan696.json b/domains/ronan696.json
new file mode 100644
index 000000000..3e4631b95
--- /dev/null
+++ b/domains/ronan696.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ronan696",
+ "email": "ronan696@gmail.com"
+ },
+ "record": {
+ "CNAME": "ronan696.github.io"
+ }
+}
diff --git a/domains/ronnie.json b/domains/ronnie.json
index 9a4873f78..6a75763e1 100644
--- a/domains/ronnie.json
+++ b/domains/ronnie.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "NukeJS",
- "email": "me@nukejs.dev"
- },
- "record": {
- "CNAME": "nukejs.dev"
- }
+ "owner": {
+ "username": "NukeJS",
+ "email": "me@nukejs.dev"
+ },
+ "record": {
+ "CNAME": "nukejs.dev"
+ }
}
diff --git a/domains/rootcircle.json b/domains/rootcircle.json
new file mode 100644
index 000000000..52b366972
--- /dev/null
+++ b/domains/rootcircle.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rootCircle",
+ "email": "dev.frolics@gmail.com"
+ },
+ "record": {
+ "CNAME": "rootcircle.github.io"
+ }
+}
diff --git a/domains/rooyca.json b/domains/rooyca.json
index 824bfb86e..d1bf237d9 100644
--- a/domains/rooyca.json
+++ b/domains/rooyca.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Rooyca",
- "email": "rooyca@gmail.com"
- },
- "record": {
- "URL": "https://rooyca.github.io/portfolio/"
- }
+ "owner": {
+ "username": "Rooyca",
+ "email": "rooyca@gmail.com"
+ },
+ "record": {
+ "URL": "https://rooyca.github.io/portfolio/"
+ }
}
diff --git a/domains/rorosin.json b/domains/rorosin.json
new file mode 100644
index 000000000..e61a5235a
--- /dev/null
+++ b/domains/rorosin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "rorosin",
+ "email": "rosin886@gmail.com"
+ },
+ "record": {
+ "CNAME": "ru.ardev.tk"
+ }
+}
diff --git a/domains/rose1440.json b/domains/rose1440.json
new file mode 100644
index 000000000..db8631407
--- /dev/null
+++ b/domains/rose1440.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "RocketLauncher21",
+ "email": "ferkomrkvicka3456@gmail.com",
+ "discord": "832603218223431710"
+ },
+
+ "record": {
+ "CNAME": "rocketlauncher21.github.io"
+ }
+}
diff --git a/domains/rouf0x.json b/domains/rouf0x.json
new file mode 100644
index 000000000..feded6393
--- /dev/null
+++ b/domains/rouf0x.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Rouf0x",
+ "email": "gabriel.ruf@gmail.com",
+ "discord": "790712104058617876"
+ },
+
+ "record": {
+ "CNAME": "rouf0x.github.io"
+ }
+}
diff --git a/domains/roufox.json b/domains/roufox.json
new file mode 100644
index 000000000..938ec9f5a
--- /dev/null
+++ b/domains/roufox.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Rouf0x",
+ "email": "gabriel.ruf@gmail.com",
+ "discord": "790712104058617876"
+ },
+
+ "record": {
+ "URL": "https://rouf0x.is-a.dev/"
+ }
+}
diff --git a/domains/rpi.crazymax.json b/domains/rpi.crazymax.json
new file mode 100644
index 000000000..05ad07555
--- /dev/null
+++ b/domains/rpi.crazymax.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Crazy-Max-Blog",
+ "email": "Crazy-Max-2011@yandex.ru"
+ },
+ "record": {
+ "URL": "https://Crazy-Max-Blog.github.io/rpi/"
+ }
+}
diff --git a/domains/rrcoder0167.json b/domains/rrcoder0167.json
index 0e303d197..b546517be 100644
--- a/domains/rrcoder0167.json
+++ b/domains/rrcoder0167.json
@@ -1,12 +1,11 @@
{
- "owner": {
- "username": "rrcoder0167",
- "email": "riddhiman.rana@gmail.com",
- "discord": "870936028108705803"
- },
-
- "record": {
- "CNAME": "website-f4e.pages.dev"
- }
- }
-
\ No newline at end of file
+ "owner": {
+ "username": "rrcoder0167",
+ "email": "riddhiman.rana@gmail.com",
+ "discord": "870936028108705803"
+ },
+
+ "record": {
+ "CNAME": "website-f4e.pages.dev"
+ }
+}
diff --git a/domains/rt10.json b/domains/rt10.json
new file mode 100644
index 000000000..1706420aa
--- /dev/null
+++ b/domains/rt10.json
@@ -0,0 +1,15 @@
+{
+ "description": "Email alias",
+ "owner": {
+ "username": "QuinceTart10",
+ "email": "",
+ "discord": "862644161156218891"
+ },
+ "record": {
+ "MX": [
+ "6a43ddd802fc27e4.mx1.emailprofi.seznam.cz",
+ "6a43ddd802fc27e4.mx2.emailprofi.seznam.cz"
+ ],
+ "TXT": "v=spf1 include:spf.seznam.cz ~all"
+ }
+}
diff --git a/domains/rtxeon.json b/domains/rtxeon.json
deleted file mode 100644
index bd4a621b4..000000000
--- a/domains/rtxeon.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "owner": {
- "username": "Rtxeon",
- "email": "AdityaSuthar13@outlook.com"
- },
- "record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.111.153",
- "185.199.110.153"
- ],
- "MX": ["mail.is-a.dev"],
- "TXT": "v=spf1 mx a:mail.is-a.dev ~all"
- }
-}
diff --git a/domains/rubiin.json b/domains/rubiin.json
new file mode 100644
index 000000000..839bab0b9
--- /dev/null
+++ b/domains/rubiin.json
@@ -0,0 +1,11 @@
+{
+ "description": "My Portfolio",
+ "repo": "https://github.com/rubiin/rubiin.github.io",
+ "owner": {
+ "username": "rubiin",
+ "email": "roobin.bhandari@gmail.com"
+ },
+ "record": {
+ "CNAME": "rubiin.github.io"
+ }
+}
diff --git a/domains/ruby.json b/domains/ruby.json
new file mode 100644
index 000000000..c468a6568
--- /dev/null
+++ b/domains/ruby.json
@@ -0,0 +1,12 @@
+{
+ "description": "ruby.is-a.dev",
+ "repo": "https://github.com/hopefulruby/hopefulruby.github.io/",
+ "owner": {
+ "username": "hopefulruby",
+ "email": "rubii.is.cool@outlook.com",
+ "discord": "669710912806060046"
+ },
+ "record": {
+ "CNAME": "hopefulruby.github.io"
+ }
+}
diff --git a/domains/ruchitawagh.json b/domains/ruchitawagh.json
new file mode 100644
index 000000000..ff42332a7
--- /dev/null
+++ b/domains/ruchitawagh.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio",
+ "repo": "https://github.com/Roxie2003/Portfolio",
+ "owner": {
+ "username": "Roxie2003",
+ "email": "ruchita03wagh@gmail.com"
+ },
+ "record": {
+ "CNAME": "roxie2003.github.io"
+ }
+}
diff --git a/domains/ruixey.json b/domains/ruixey.json
new file mode 100644
index 000000000..f7564df76
--- /dev/null
+++ b/domains/ruixey.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Ruixey",
+ "email": "ruixey@gmail.com",
+ "discord": "715464173617676369"
+ },
+
+ "record": {
+ "CNAME": "ruixey.github.io"
+ }
+}
diff --git a/domains/rushi.json b/domains/rushi.json
new file mode 100644
index 000000000..22e7ed28c
--- /dev/null
+++ b/domains/rushi.json
@@ -0,0 +1,12 @@
+{
+ "description": "This domain will be used for my personal website.",
+ "repo": "https://github.com/rushi0n/rushi0n.github.io",
+ "owner": {
+ "username": "rushi0n",
+ "email": "rushikushare99@gmail.com",
+ "twitter": ""
+ },
+ "record": {
+ "CNAME": "rushi0n.github.io"
+ }
+}
diff --git a/domains/rushil-patel.json b/domains/rushil-patel.json
index ac6beeb13..81e7e1448 100644
--- a/domains/rushil-patel.json
+++ b/domains/rushil-patel.json
@@ -1,9 +1,11 @@
{
+ "description": "For my Personal Portfolio website",
+ "repo": "https://github.com/rushilp1/rushilp1.github.io",
"owner": {
"username": "rushilp1",
"email": "rushil.p1@ahduni.edu.in"
},
"record": {
- "URL": "https://rushilp1.github.io/"
+ "CNAME": "rushilp1.github.io"
}
}
diff --git a/domains/rushil.json b/domains/rushil.json
new file mode 100644
index 000000000..81e7e1448
--- /dev/null
+++ b/domains/rushil.json
@@ -0,0 +1,11 @@
+{
+ "description": "For my Personal Portfolio website",
+ "repo": "https://github.com/rushilp1/rushilp1.github.io",
+ "owner": {
+ "username": "rushilp1",
+ "email": "rushil.p1@ahduni.edu.in"
+ },
+ "record": {
+ "CNAME": "rushilp1.github.io"
+ }
+}
diff --git a/domains/rusky.json b/domains/rusky.json
new file mode 100644
index 000000000..dacd6aebb
--- /dev/null
+++ b/domains/rusky.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "RuskyDev",
+ "email": "iamayaanalee@gmail.com",
+ "discord": "969507085316399154"
+ },
+
+ "record": {
+ "CNAME": "ruskydev.github.io"
+ }
+}
diff --git a/domains/ruthless.json b/domains/ruthless.json
new file mode 100644
index 000000000..9af329b2d
--- /dev/null
+++ b/domains/ruthless.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Ruthleeess",
+ "email": "semikk.eu@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/ryan.ginut.json b/domains/ryan.ginut.json
index ca057ee8f..c150de5a9 100644
--- a/domains/ryan.ginut.json
+++ b/domains/ryan.ginut.json
@@ -5,6 +5,9 @@
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"]
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ]
}
}
diff --git a/domains/ryanisyyds.json b/domains/ryanisyyds.json
index e3000f1b9..6bf6bd89b 100644
--- a/domains/ryanisyyds.json
+++ b/domains/ryanisyyds.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "RyanisyydsTT",
- "email": "ryantseng123@mail.edu.tw"
- },
- "record": {
- "A": ["170.39.76.35"]
- }
+ "owner": {
+ "username": "RyanisyydsTT",
+ "email": "ryantseng123@mail.edu.tw"
+ },
+ "record": {
+ "A": ["170.39.76.35"]
+ }
}
diff --git a/domains/ryannkim327.json b/domains/ryannkim327.json
new file mode 100644
index 000000000..7b5591605
--- /dev/null
+++ b/domains/ryannkim327.json
@@ -0,0 +1,11 @@
+{
+ "description": "Ryann Kim Sesgundo, a student from Dalubhasaan ng Lungsod ng Lucena",
+ "repo": "https://github.com/RyannKim327/ryannkim327.github.io",
+ "owner": {
+ "username": "RyannKim327",
+ "email": "weryses19@gmail.com"
+ },
+ "record": {
+ "CNAME": "ryannkim327.github.io"
+ }
+}
diff --git a/domains/ryo.json b/domains/ryo.json
index d2e7ef7da..6fda8e551 100644
--- a/domains/ryo.json
+++ b/domains/ryo.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "FrosGaming",
- "email": "dgfrosdgfros@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
+ "owner": {
+ "username": "FrosGaming",
+ "email": "dgfrosdgfros@gmail.com"
+ },
+ "record": {
+ "A": ["69.197.135.202"]
+ }
}
diff --git a/domains/s.json b/domains/s.json
new file mode 100644
index 000000000..7d087ad42
--- /dev/null
+++ b/domains/s.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Smartlinuxcoder",
+ "email": "smartcoder@linuxmail.org",
+ "discord":"987972818341888021"
+ },
+ "record": {
+ "CNAME": "proxytwo.smartlinux.xyz"
+ }
+}
diff --git a/domains/s1d.json b/domains/s1d.json
new file mode 100644
index 000000000..a06e88736
--- /dev/null
+++ b/domains/s1d.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "siiddhantt",
+ "email": "siddhant.rai.5686@gmail.com",
+ "discord": "783600606451204176"
+ },
+
+ "record": {
+ "CNAME": "siddhant-rai.web.app"
+ }
+}
diff --git a/domains/s409.json b/domains/s409.json
new file mode 100644
index 000000000..5f67d0b39
--- /dev/null
+++ b/domains/s409.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "S409ISDAD",
+ "email": "hitlerwinning2301@gmail.com",
+ "discord": "851827069284778054"
+ },
+
+ "record": {
+ "CNAME": "s409.pages.dev"
+ }
+}
diff --git a/domains/s4il.json b/domains/s4il.json
new file mode 100644
index 000000000..e4788bcf6
--- /dev/null
+++ b/domains/s4il.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "S4IL21",
+ "email": "s4il.is.a.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "s4il21.github.io"
+ }
+}
diff --git a/domains/sabarivasan.json b/domains/sabarivasan.json
new file mode 100644
index 000000000..7ff0ffac2
--- /dev/null
+++ b/domains/sabarivasan.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "sabarivasan-ramasamy",
+ "email": "sabarivasan738@gmail.com",
+ "discord": "535487185055383562"
+ },
+
+ "record": {
+ "CNAME": "sabarivasan-ramasamy.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/sabbir.json b/domains/sabbir.json
new file mode 100644
index 000000000..9f02d817e
--- /dev/null
+++ b/domains/sabbir.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sabbir",
+ "email": "sabbir.apbn.edu@gmail.com"
+ },
+ "record": {
+ "CNAME": "sabbir1.pages.dev"
+ }
+}
diff --git a/domains/sabelgames.json b/domains/sabelgames.json
index 016234dab..fb65c2c31 100644
--- a/domains/sabelgames.json
+++ b/domains/sabelgames.json
@@ -5,7 +5,10 @@
},
"record": {
"URL": "https://sabelgames.itch.io",
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/sadgabi.json b/domains/sadgabi.json
index 9bbec3653..f3e5cdca5 100644
--- a/domains/sadgabi.json
+++ b/domains/sadgabi.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "sad-gabi",
- "email": "sadgabi20@gmail.com"
- },
- "record": {
- "URL": "https://sad-gabi.github.io/sad-gabi/index.html"
- }
+ "owner": {
+ "username": "sad-gabi",
+ "email": "sadgabi20@gmail.com"
+ },
+ "record": {
+ "URL": "https://sad-gabi.github.io/sad-gabi/index.html"
+ }
}
diff --git a/domains/sahil.json b/domains/sahil.json
new file mode 100644
index 000000000..8f3a82f32
--- /dev/null
+++ b/domains/sahil.json
@@ -0,0 +1,12 @@
+{
+ "description": "For Portfolio",
+ "repo": "https://github.com/SahilShidruk/My-Portfolio",
+ "owner": {
+ "username": "SahilShidruk",
+ "discord": "1095900069095555133",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "sahilshidruk.github.io"
+ }
+}
diff --git a/domains/saikat.json b/domains/saikat.json
new file mode 100644
index 000000000..a1126676b
--- /dev/null
+++ b/domains/saikat.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "saikatislamhadis",
+ "email": "saikatislamhadis@gmail.com"
+ },
+ "record": {
+ "CNAME": "saikatislam.pages.dev"
+ }
+}
diff --git a/domains/sajansaji.json b/domains/sajansaji.json
new file mode 100644
index 000000000..f372c9371
--- /dev/null
+++ b/domains/sajansaji.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "sajansaji",
+ "email": "sajansaji2050@gmail.com",
+ "discord": "875589371590500425"
+ },
+
+ "record": {
+ "CNAME": "portfolio-me-0bt.pages.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/sajiddev.json b/domains/sajiddev.json
new file mode 100644
index 000000000..63ee163d4
--- /dev/null
+++ b/domains/sajiddev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sajid-tech",
+ "email": "s.khan9430319425@gmail.com"
+ },
+ "record": {
+ "CNAME": "sajid-tech.github.io"
+ }
+}
diff --git a/domains/sajidhussain.json b/domains/sajidhussain.json
new file mode 100644
index 000000000..2e276cebf
--- /dev/null
+++ b/domains/sajidhussain.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sajidhussaindev",
+ "email": "sajidhussain189057@gmail.com"
+ },
+ "record": {
+ "CNAME": "sajidhussaindev.github.io"
+ }
+}
diff --git a/domains/samatbk.json b/domains/samatbk.json
new file mode 100644
index 000000000..dd13cd9b6
--- /dev/null
+++ b/domains/samatbk.json
@@ -0,0 +1,11 @@
+{
+ "description": "samatbk's website",
+ "repo": "https://github.com/samatbk/samatbk.github.io",
+ "owner": {
+ "username": "samatbk",
+ "email": "samatbk@proton.me"
+ },
+ "record": {
+ "CNAME": "samatbk.github.io"
+ }
+}
diff --git a/domains/sankalp.json b/domains/sankalp.json
new file mode 100644
index 000000000..8af5afc14
--- /dev/null
+++ b/domains/sankalp.json
@@ -0,0 +1,11 @@
+{
+ "description": "Sankalp Pathak Website",
+ "repo": "https://github.com/k144u/k144u.github.io",
+ "owner": {
+ "username": "k144u",
+ "email": "pathaksankalp04@gmail.com"
+ },
+ "record": {
+ "CNAME": "k144u.github.io"
+ }
+}
diff --git a/domains/sanooj.json b/domains/sanooj.json
new file mode 100644
index 000000000..bbf3697a6
--- /dev/null
+++ b/domains/sanooj.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/sanoojes/sanoojes.github.io",
+ "owner": {
+ "username": "sanoojes",
+ "email": "Sanoojes6371@gmail.com"
+ },
+ "record": {
+ "CNAME": "sanoojes.github.io"
+ }
+}
diff --git a/domains/santosh.json b/domains/santosh.json
new file mode 100644
index 000000000..46f1abb01
--- /dev/null
+++ b/domains/santosh.json
@@ -0,0 +1,11 @@
+{
+ "description": "Santosh Bhandari Personal Portfolio Website",
+ "repo": "https://github.com/santoshvandari/PersonalWebsite",
+ "owner": {
+ "username": "santoshvandari",
+ "email": "info@bhandari-santosh.com.np"
+ },
+ "record": {
+ "URL": "https://bhandari-santosh.com.np/"
+ }
+}
diff --git a/domains/sarthak.json b/domains/sarthak.json
new file mode 100644
index 000000000..8acba1932
--- /dev/null
+++ b/domains/sarthak.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "dubey0613",
+ "email": "dubey.sarthak0613@gmail.com",
+ "discord": "877525618525364295"
+ },
+
+ "record": {
+ "CNAME": "dubey0613.github.io"
+ }
+}
diff --git a/domains/sashank.json b/domains/sashank.json
new file mode 100644
index 000000000..8d9d68c38
--- /dev/null
+++ b/domains/sashank.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shankypedia",
+ "email": "sashankbhamidi@gmail.com"
+ },
+ "record": {
+ "URL": "https://sashank.wiki"
+ }
+}
diff --git a/domains/satindar.json b/domains/satindar.json
new file mode 100644
index 000000000..b3be8e999
--- /dev/null
+++ b/domains/satindar.json
@@ -0,0 +1,12 @@
+{
+ "description": "personal use / portfolio",
+ "repo": "https://github.com/satindar31/satindar31.github.io",
+ "owner": {
+ "username": "satindar31",
+ "email": "satindar31@tutanota.com",
+ "twitter": "satindar31"
+ },
+ "record": {
+ "CNAME": "satindar31.github.io"
+ }
+}
diff --git a/domains/satr14.json b/domains/satr14.json
index aaf344bcb..09b6cc8ea 100644
--- a/domains/satr14.json
+++ b/domains/satr14.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "SX-9",
- "email": "satriakrach@gmail.com",
+ "email": "",
"discord": "882595027132493864"
},
diff --git a/domains/saumon.json b/domains/saumon.json
new file mode 100644
index 000000000..16b913985
--- /dev/null
+++ b/domains/saumon.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "saumonarcenciel",
+ "email": "viala38000@gmail.com",
+ "discord": "823623660743950416"
+ },
+
+ "record": {
+ "A": ["163.5.143.4"]
+ }
+}
diff --git a/domains/saxon.json b/domains/saxon.json
index 6f731f8bc..b670bf5f1 100644
--- a/domains/saxon.json
+++ b/domains/saxon.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "tensura-is-good",
- "email": "sands.is.undertable@gmail.com"
- },
- "record": {
- "A": ["129.213.65.72"]
- }
+ "owner": {
+ "username": "tensura-is-good",
+ "email": "sands.is.undertable@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.65.72"]
+ }
}
diff --git a/domains/saxophone.json b/domains/saxophone.json
new file mode 100644
index 000000000..d2aea61d8
--- /dev/null
+++ b/domains/saxophone.json
@@ -0,0 +1,17 @@
+{
+ "description": "saxophones are the best instrument",
+ "owner": {
+ "username": "saxophone-guy",
+ "email": "itsarchit@keemail.me"
+ },
+ "record": {
+ "A": [
+ "27.5.57.213"
+ ],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
+ "TXT": "forward-email=itsarchit@keemail.me"
+ }
+}
diff --git a/domains/scan.json b/domains/scan.json
new file mode 100644
index 000000000..b7d899ecf
--- /dev/null
+++ b/domains/scan.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "scanash00",
+ "email": "103391616+scanash00@users.noreply.github.com",
+ "discord": "827389583342698536"
+ },
+
+ "record": {
+ "CNAME": "scanash.pages.dev"
+ }
+ }
+
diff --git a/domains/scfp.json b/domains/scfp.json
index ccaed7079..8ff0f159e 100644
--- a/domains/scfp.json
+++ b/domains/scfp.json
@@ -1,11 +1,11 @@
{
- "description": "Cfp Short Service",
- "owner": {
- "username": "cfpwastaken",
- "email": "",
- "discord": "cfp (318394797822050315)"
- },
- "record": {
- "CNAME": "cfp.gotdns.ch"
- }
-}
\ No newline at end of file
+ "description": "Cfp Short Service",
+ "owner": {
+ "username": "cfpwastaken",
+ "email": "",
+ "discord": "cfp (318394797822050315)"
+ },
+ "record": {
+ "CNAME": "dyn.picoscratch.de"
+ }
+}
diff --git a/domains/school.klent.json b/domains/school.klent.json
new file mode 100644
index 000000000..8b1002d85
--- /dev/null
+++ b/domains/school.klent.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "kleeiny",
+ "email": "kleeinlmao@gmail.com",
+ "discord": "763581985410121769"
+ },
+
+ "record": {
+ "CNAME": "ghs.google.com"
+ }
+}
diff --git a/domains/scoobis.json b/domains/scoobis.json
new file mode 100644
index 000000000..d07c18469
--- /dev/null
+++ b/domains/scoobis.json
@@ -0,0 +1,11 @@
+{
+ "description": "scoobis website",
+ "repo": "https://github.com/turtletown73/http-server",
+ "owner": {
+ "username": "turtletown73",
+ "email": "wetturtle45@gmail.com"
+ },
+ "record": {
+ "A": ["174.182.75.57"]
+ }
+}
diff --git a/domains/scythemedia.json b/domains/scythemedia.json
new file mode 100644
index 000000000..cf87a475e
--- /dev/null
+++ b/domains/scythemedia.json
@@ -0,0 +1,19 @@
+{
+ "owner": {
+ "username": "ScytheMediaTheDev",
+ "email": "tswartz22@aol.com"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/sdheeraj.json b/domains/sdheeraj.json
new file mode 100644
index 000000000..9c66a9281
--- /dev/null
+++ b/domains/sdheeraj.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "17sdheeraj",
+ "email": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkYXRhIjp7InVzZXJfaWQiOiIxMzE4NDk3NjUiLCJ1c2VybmFtZSI6IjE3c2RoZWVyYWoiLCJlbWFpbCI6IjE3c2RoZWVyYWpAd2luZ2Fyci5ldS5vcmcifSwiZXhwaXJlc0luIjoiOTk5OXkiLCJpYXQiOjE3MjE1MzM2ODJ9.7wMG7oM75_RVLS7uWP0b0gqJOP_v9jsfxRq-UcqPlgM"
+ },
+ "record": {
+ "CNAME": "17sdheeraj.github.io"
+ }
+}
diff --git a/domains/sdp.json b/domains/sdp.json
index 0223d9753..e2b559f3c 100644
--- a/domains/sdp.json
+++ b/domains/sdp.json
@@ -6,8 +6,6 @@
"github_id": 81536172
},
"record": {
- "A": [
- "45.137.70.68"
- ]
+ "CNAME": "proxy.stefdp.is-a.dev"
}
}
diff --git a/domains/sea-horse-with-really-long-neck-and-fabulous-legs.json b/domains/sea-horse-with-really-long-neck-and-fabulous-legs.json
new file mode 100644
index 000000000..171d71f46
--- /dev/null
+++ b/domains/sea-horse-with-really-long-neck-and-fabulous-legs.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "yunexiz",
+ "discord": "1040303561847881729",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "sea-horse-with-really-long-neck-and-fabulous-legs.pages.dev"
+ }
+}
diff --git a/domains/seba.json b/domains/seba.json
new file mode 100644
index 000000000..d2c400be7
--- /dev/null
+++ b/domains/seba.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ssxbaa",
+ "email": "ssxbaa@proton.me"
+ },
+ "record": {
+ "CNAME": "ssxbaa.github.io"
+ }
+}
diff --git a/domains/sebastian.json b/domains/sebastian.json
index dc11746eb..d29072641 100644
--- a/domains/sebastian.json
+++ b/domains/sebastian.json
@@ -10,7 +10,10 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com -all"
}
}
diff --git a/domains/sebb.json b/domains/sebb.json
new file mode 100644
index 000000000..91b134988
--- /dev/null
+++ b/domains/sebb.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "WiseFrederick",
+ "email": "plen.plan.plane.plene@gmail.com"
+ },
+ "record": {
+ "CNAME": "sebb.pages.dev"
+ }
+}
diff --git a/domains/sebitalent04.json b/domains/sebitalent04.json
deleted file mode 100644
index f11b22aee..000000000
--- a/domains/sebitalent04.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "repo": "https://github.com/SebiTalent04/SebiTalent04.github.io",
- "owner": {
- "username": "SebiTalent04",
- "email": "",
- "discord": "Sto#7264"
- },
- "record": {
- "CNAME": "SebiTalent04.github.io"
- }
-}
diff --git a/domains/secredasho.json b/domains/secredasho.json
index c4499feec..9061c611f 100644
--- a/domains/secredasho.json
+++ b/domains/secredasho.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "secredasho",
- "email": "dtran072712@outlook.com"
- },
- "record": {
- "CNAME": "secredasho.github.io"
- }
+ "owner": {
+ "username": "secredasho",
+ "email": "dtran072712@outlook.com"
+ },
+ "record": {
+ "CNAME": "secredasho.github.io"
+ }
}
diff --git a/domains/secure.furqan.json b/domains/secure.furqan.json
new file mode 100644
index 000000000..31ca79480
--- /dev/null
+++ b/domains/secure.furqan.json
@@ -0,0 +1,9 @@
+{
+"owner": {
+ "username": "rediffurqan",
+ "email": "frqnlove8765@gmail.com"
+ },
+ "record": {
+ "CNAME": "phonesme.onrender.com"
+ }
+}
diff --git a/domains/seen.json b/domains/seen.json
new file mode 100644
index 000000000..e09cefb74
--- /dev/null
+++ b/domains/seen.json
@@ -0,0 +1,17 @@
+{
+ "owner": {
+ "username": "Seendator",
+ "email": "seendator@outlook.com",
+ "discord": "852477599476482048"
+ },
+ "record": {
+ "URL": "https://github.com/Seendator",
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": [
+ "v=spf1 include:spf.improvmx.com include:_spf.elasticemail.com ~all"
+ ]
+ }
+}
diff --git a/domains/seka.json b/domains/seka.json
new file mode 100644
index 000000000..17e89e94b
--- /dev/null
+++ b/domains/seka.json
@@ -0,0 +1,12 @@
+{
+ "description": "lutherantz.is-a.dev",
+ "repo": "https://github.com/lutherantz/lutherantz.github.io",
+ "owner": {
+ "username": "lutherantz",
+ "email": "sekausername@gmail.com",
+ "twitter": "sekateur_"
+ },
+ "record": {
+ "CNAME": "lutherantz.github.io"
+ }
+}
diff --git a/domains/selinjodhani.json b/domains/selinjodhani.json
new file mode 100644
index 000000000..b4c9136fd
--- /dev/null
+++ b/domains/selinjodhani.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SelinJodhani",
+ "email": "jodhaniselin.sj@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/selinjodhani"
+ }
+}
diff --git a/domains/selvakumaran.json b/domains/selvakumaran.json
new file mode 100644
index 000000000..36e03f883
--- /dev/null
+++ b/domains/selvakumaran.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "selvaklnc",
+ "email": "selvakumaran301@gmail.com"
+ },
+ "record": {
+ "CNAME": "selvaklnc.github.io"
+ }
+}
diff --git a/domains/semant.json b/domains/semant.json
index 5a088906f..b737dbb27 100644
--- a/domains/semant.json
+++ b/domains/semant.json
@@ -1,18 +1,18 @@
{
- "description": "Semant's Website",
- "repo": "https://github.com/SemantCodes/SemantCodes.github.io",
+ "description": "My Website",
"owner": {
- "username": "s3mant",
- "email": "contact@semant.is-a.dev"
+ "username": "ihacksemant",
+ "email": "contact@semant.is-a.dev",
+ "discord": "@semant"
},
"record": {
"A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
+ "69.30.249.53"
+ ],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/sembiland.json b/domains/sembiland.json
new file mode 100644
index 000000000..fafe88295
--- /dev/null
+++ b/domains/sembiland.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "TTGGHHgjkG",
+ "email": "tgfeghfcrxctchvvhv@gmail.com"
+ },
+ "record": {
+ "URL": "https://sembiland.my.canva.site"
+ }
+}
diff --git a/domains/sen.json b/domains/sen.json
index 9e7684a42..5a3db3432 100644
--- a/domains/sen.json
+++ b/domains/sen.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Leclu",
- "email": "minsnow1889@gmail.com"
- },
- "record": {
- "CNAME": "leclu.github.io"
- }
+ "owner": {
+ "username": "Leclu",
+ "email": "minsnow1889@gmail.com"
+ },
+ "record": {
+ "CNAME": "leclu.github.io"
+ }
}
diff --git a/domains/senaditya.json b/domains/senaditya.json
new file mode 100644
index 000000000..79b96750f
--- /dev/null
+++ b/domains/senaditya.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "senaditya",
+ "email": "aditya.sen1hl@gmail.com"
+ },
+ "record": {
+ "CNAME": "senaditya.pages.dev"
+ }
+}
diff --git a/domains/seriesreminder.json b/domains/seriesreminder.json
new file mode 100644
index 000000000..13d1ee770
--- /dev/null
+++ b/domains/seriesreminder.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Series-Reminder",
+ "email": "eric@seriesreminder.com"
+ },
+ "record": {
+ "URL": "https://seriesreminder.com"
+ }
+}
diff --git a/domains/server.chiragnahata.json b/domains/server.chiragnahata.json
new file mode 100644
index 000000000..726befd50
--- /dev/null
+++ b/domains/server.chiragnahata.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/server.drpleaserespect.json b/domains/server.drpleaserespect.json
index eaac1ee3b..ee0613c67 100644
--- a/domains/server.drpleaserespect.json
+++ b/domains/server.drpleaserespect.json
@@ -4,6 +4,7 @@
"email": "juliannayr2007@gmail.com"
},
"record": {
- "A": ["64.93.80.13"]
+ "A": ["146.19.100.135"],
+ "AAAA": ["2a05:dfc1:4400:6c00::a"]
}
}
diff --git a/domains/serverpanel.json b/domains/serverpanel.json
new file mode 100644
index 000000000..0436a3d08
--- /dev/null
+++ b/domains/serverpanel.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Neeedrose",
+ "email": "bobbyaneville@gmail.com"
+ },
+ "record": {
+ "A": ["34.75.192.79"]
+ }
+}
diff --git a/domains/seven.json b/domains/seven.json
new file mode 100644
index 000000000..24a6e06ad
--- /dev/null
+++ b/domains/seven.json
@@ -0,0 +1,25 @@
+{
+ "owner": {
+ "username": "7op3",
+ "email": "134126156+7op3@users.noreply.github.com",
+ "discord": "882124409945587773"
+ },
+
+ "record": {
+
+ "A":[
+ "185.199.110.153",
+ "185.199.108.153",
+ "185.199.111.153",
+ "185.199.109.153"
+ ],
+
+ "MX": [
+ "mx1.simplelogin.co",
+ "mx2.simplelogin.co"
+ ],
+
+ "TXT": ["sl-verification=ivfyrhmrpfrkrgrkywcghobxqkhynw","v=spf1 include:simplelogin.co ~all"]
+ }
+ }
+
diff --git a/domains/sewt.json b/domains/sewt.json
new file mode 100644
index 000000000..62c22cdaf
--- /dev/null
+++ b/domains/sewt.json
@@ -0,0 +1,22 @@
+{
+ "owner": {
+ "username": "SkyExploreWasTaken",
+ "email": "",
+ "discord": "1049263707177353247",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.JjnXMeB-5yChFwqeTjRtzK3S_0JshRprm7Ix_Yl-zlvBzrR4ZlVNljlNwz5hHd6RwuBC_y5QFA1wpuLY7J9tuvaW_ttJpnbU58UGV2JNs6yR0C6ZBp5S0XR7J0zKoloVPgoN9i4q8SOzJeBQCanVOFzX3d9haVlZxrZFInLbMybS8FegbUdzDuV6s6TB0gA8fpBWx29ftzsLfwVj96tO9gmB0cJAU-URofHxmMBDUCIXDELQdrlRl_sj4kjW3uIKus_lgN7GU55xIvErfpV2_NVZTiuPzOh5HcP7rwWHhDaeKvQL4HeKWxIlrqQhPtQHQTFTgJuh7MmJimD95ixgVg.fhYccie9reT4Mi7XAmEtZA.lNh66dK74iYl7grB--wq1yi-AEKzvkuN7TLOS75XwYxJskb4dSr8TUcM0Y5ZVfR27oMahE1_kerqZOZOtZW58ZFwqoFD0oCFaEm68nwTd3or3uBWcYbZk5ilghu8TpPN.zKRzlPiGTBfNQTbJkCbrGg"
+ },
+
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all",
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
+ }
diff --git a/domains/seyioo.json b/domains/seyioo.json
new file mode 100644
index 000000000..17e90b0a1
--- /dev/null
+++ b/domains/seyioo.json
@@ -0,0 +1,13 @@
+{
+ "description": "For a personnal portfolio",
+ "repo": "https://github.com/seyiooo/seyiooo.github.io",
+ "owner": {
+ "username": "seyiooo",
+ "email": "",
+ "discord": "sey.ioo",
+ "instagram": "sey.ioo"
+ },
+ "record": {
+ "CNAME": "seyiooo.github.io"
+ }
+}
diff --git a/domains/sf.json b/domains/sf.json
new file mode 100644
index 000000000..cef2b6bb9
--- /dev/null
+++ b/domains/sf.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "XikiZxGS",
+ "email": "",
+ "discord": "1015654462334971925",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Zh0wnCQid9C4pOjptUVh6ESkNEKZxjJadK8auOvitr7Rx67nfqb_orGsPr9hXGdfOGzLcR1sB3v5KrB-nbqUQUUgGjs9zaKjwi99S_pwZgU3oi9cY2TePWNxM1ZvdCKptiR3C1CMtDbyPOpvsvRSEGyHZtOzdcrTV4OpnR2Hi7X7nD37wR8ZjCS60YhyPPlb8HUr6_Aq2o2RItJUYwZVB1t7BRWdHL-tYwbtZXWiOER6D1nCSj86AT3rKILr5DMbEvh1SOQIJ3pf5D9HtgIW3DgkyrutOEhxn4A8xzytPi-1api0AJJvpGv3Xaj63IttB5meuivJqqrtmL86dZxABA.hh7QLO4KsuZ7-zTiHi8GaA.6EDptXq34bfUr-OXUGTWkq1LTaLq-NNgU2EXgd-4GngxX1QzrxvUenF4wsn6DmQ1yPnmnIGdczioMxdsYk0JyUYbpHaCvOsW-xyH4a_EiMk.YYLgMoT8Z_FUJtmf9ImfRw"
+ },
+
+ "record": {
+ "CNAME": "xikizxgs.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/shad.json b/domains/shad.json
index 38e60bec0..885288694 100644
--- a/domains/shad.json
+++ b/domains/shad.json
@@ -1,9 +1,14 @@
{
- "owner": {
- "username": "Maverick00001",
- "email": "saksham.access@yahoo.com"
- },
- "record": {
- "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"]
- }
+ "owner": {
+ "username": "Maverick00001",
+ "email": "saksham.access@yahoo.com"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
}
diff --git a/domains/shadow.json b/domains/shadow.json
new file mode 100644
index 000000000..db9ac44b6
--- /dev/null
+++ b/domains/shadow.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "callme-Shadow",
+ "email": "shadowstriker169@gmail.com"
+ },
+ "record": {
+ "CNAME": "callme-shadow.github.io"
+ }
+}
diff --git a/domains/shafi.json b/domains/shafi.json
new file mode 100644
index 000000000..05d921dbb
--- /dev/null
+++ b/domains/shafi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Xshafi",
+ "email": "AkramSanghar10@gmail.com"
+ },
+ "record": {
+ "CNAME": "xshafi.github.io"
+ }
+}
diff --git a/domains/shahjada.json b/domains/shahjada.json
index c28c41e7a..3d5cf3e79 100644
--- a/domains/shahjada.json
+++ b/domains/shahjada.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "shahjada0",
- "email": "muhammedalif2004@gmail.com"
- },
- "record": {
- "A": ["31.186.83.254"]
- }
+ "owner": {
+ "username": "shahjada0",
+ "email": "muhammedalif2004@gmail.com"
+ },
+ "record": {
+ "A": ["31.186.83.254"]
+ }
}
diff --git a/domains/shamil.json b/domains/shamil.json
index c6caf8f8a..ed2642d8c 100644
--- a/domains/shamil.json
+++ b/domains/shamil.json
@@ -1,12 +1,11 @@
{
- "owner": {
- "username": "shamxl",
- "email": "im.shamxl@gmail.com",
- "discord": "967681574080507944"
- },
-
- "record": {
- "CNAME": "shamxl.github.io"
- }
- }
-
+ "owner": {
+ "username": "shamxl",
+ "email": "im.shamxl@gmail.com",
+ "discord": "967681574080507944"
+ },
+
+ "record": {
+ "CNAME": "shamxl.github.io"
+ }
+}
diff --git a/domains/shamit.json b/domains/shamit.json
new file mode 100644
index 000000000..1e4d2d7f7
--- /dev/null
+++ b/domains/shamit.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "iamshamit",
+ "email": "shamitmishra22@gmail.com",
+ "discord": "769189484155371520"
+ },
+
+ "record": {
+ "CNAME": "portfolio-react-qpv8.onrender.com"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/shan.json b/domains/shan.json
new file mode 100644
index 000000000..f70555a47
--- /dev/null
+++ b/domains/shan.json
@@ -0,0 +1,17 @@
+{
+ "description": "My Personal Website ",
+ "repo": "https://github.com/Adwaith-Shan-Pk/Adwaith-Shan-Pk.github.io",
+ "owner": {
+ "username": "Adwaith-Shan-Pk",
+ "email": "mail@adwaithshan.rf.gd",
+ "twitter": "lordlinux69"
+ },
+ "record": {
+ "A": ["45.90.12.31"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/sharan.json b/domains/sharan.json
new file mode 100644
index 000000000..fac845479
--- /dev/null
+++ b/domains/sharan.json
@@ -0,0 +1,11 @@
+{
+ "description": "Sharan's website",
+ "repo": "https://github.com/Vasoyasharan/Mywebsite",
+ "owner": {
+ "username": "Vasoyasharan",
+ "email": "sharanvasoya@gmail.com"
+ },
+ "record": {
+ "CNAME": "vasoyasharan.github.io"
+ }
+}
diff --git a/domains/sharanvasoya.json b/domains/sharanvasoya.json
new file mode 100644
index 000000000..d6cc75261
--- /dev/null
+++ b/domains/sharanvasoya.json
@@ -0,0 +1,11 @@
+{
+ "description": "Sharan's website",
+ "repo": "https://github.com/Vasoyasharan/MyPortfolio",
+ "owner": {
+ "username": "Vasoyasharan",
+ "email": "sharanvasoya@gmail.com"
+ },
+ "record": {
+ "CNAME": "vasoyasharan.github.io"
+ }
+}
diff --git a/domains/share.brandgrandreal.json b/domains/share.brandgrandreal.json
deleted file mode 100644
index 221e76351..000000000
--- a/domains/share.brandgrandreal.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "BrandgrandRealMe",
- "email": "brandon.lambe@skiff.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/sharma.json b/domains/sharma.json
new file mode 100644
index 000000000..40fb7a7cb
--- /dev/null
+++ b/domains/sharma.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "adityash4rma",
+ "email": "gaming.boy.fhx@gmail.com"
+ },
+ "record": {
+ "CNAME": "blog-9bb.pages.dev"
+ }
+}
diff --git a/domains/shatanik.json b/domains/shatanik.json
new file mode 100644
index 000000000..ffb4985f1
--- /dev/null
+++ b/domains/shatanik.json
@@ -0,0 +1,10 @@
+{
+ "description": "Shatanik's Developer Portfolio",
+ "owner": {
+ "username": "shatanikmahanty",
+ "email": "shatanikmahanty@gmail.com"
+ },
+ "record": {
+ "CNAME": "shatanikmahanty.github.io"
+ }
+}
diff --git a/domains/shaurya.json b/domains/shaurya.json
new file mode 100644
index 000000000..110727451
--- /dev/null
+++ b/domains/shaurya.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "shauryagupta3",
+ "email": "",
+ "discord":"757499975922876446"
+ },
+ "record": {
+ "CNAME": "shauryagupta3.github.io"
+ }
+ }
diff --git a/domains/shept.json b/domains/shept.json
index 44231c85b..225591665 100644
--- a/domains/shept.json
+++ b/domains/shept.json
@@ -9,6 +9,11 @@
"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/shevon.json b/domains/shevon.json
index bd1ab4b05..844e9b24b 100644
--- a/domains/shevon.json
+++ b/domains/shevon.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "ShevonKuan",
- "email": "331749486@qq.com"
- },
- "record": {
- "A": ["47.243.44.66"]
- }
+ "owner": {
+ "username": "ShevonKuan",
+ "email": "331749486@qq.com"
+ },
+ "record": {
+ "A": ["47.243.44.66"]
+ }
}
diff --git a/domains/shijaz.json b/domains/shijaz.json
new file mode 100644
index 000000000..1f0f4fae4
--- /dev/null
+++ b/domains/shijaz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ShijazKS",
+ "email": "hafizshijaz@gmail.com"
+ },
+ "record": {
+ "URL": "https://shijazks.github.io/"
+ }
+}
diff --git a/domains/shikharreyya.json b/domains/shikharreyya.json
index 8144c2b3a..a7bca1b08 100644
--- a/domains/shikharreyya.json
+++ b/domains/shikharreyya.json
@@ -1,12 +1,12 @@
-{
- "description": "For my personal projects",
- "repo": "https://github.com/Poseidon0070/Poseidon0070.github.io",
- "owner": {
- "username": "Poseidon0070",
- "email": "criticalxsynergy@gmail.com",
- "twitter": "Voldemort_7585"
- },
- "record": {
- "CNAME": "poseidon0070.github.io"
- }
-}
+{
+ "description": "For my personal projects",
+ "repo": "https://github.com/Poseidon0070/Poseidon0070.github.io",
+ "owner": {
+ "username": "Poseidon0070",
+ "email": "criticalxsynergy@gmail.com",
+ "twitter": "Voldemort_7585"
+ },
+ "record": {
+ "CNAME": "poseidon0070.github.io"
+ }
+}
diff --git a/domains/shin.json b/domains/shin.json
index 272a5746d..bd8fc6557 100644
--- a/domains/shin.json
+++ b/domains/shin.json
@@ -13,7 +13,10 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
"TXT": "forward-email=tachibshin@duck.com"
}
}
diff --git a/domains/shirsak.json b/domains/shirsak.json
new file mode 100644
index 000000000..6a81370fd
--- /dev/null
+++ b/domains/shirsak.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "shirsakm",
+ "email": "shirsakm@gmail.com"
+ },
+ "description": "Hosts my personal website",
+ "repo": "https://github.com/shirsakm/website",
+ "record": {
+ "CNAME": "website-ndp.pages.dev"
+ }
+}
diff --git a/domains/shiva-vijai.json b/domains/shiva-vijai.json
new file mode 100644
index 000000000..e37786cab
--- /dev/null
+++ b/domains/shiva-vijai.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Shiva-Vijai",
+ "email": "shivavijai2008@gmail.com"
+ },
+ "record": {
+ "CNAME": "shiva-vijai.github.io"
+ }
+}
diff --git a/domains/shock.json b/domains/shock.json
new file mode 100644
index 000000000..a1f2c7535
--- /dev/null
+++ b/domains/shock.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shockbs",
+ "email": "apipherng@gmail.com"
+ },
+ "record": {
+ "CNAME": "shockbs.github.io"
+ }
+}
diff --git a/domains/shockbs.json b/domains/shockbs.json
index b55fbc4a7..ced36bbdd 100644
--- a/domains/shockbs.json
+++ b/domains/shockbs.json
@@ -1,10 +1,11 @@
{
- "owner": {
- "username": "shockbs",
- "email": "apipherng@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"],
- "MX": ["mail.is-a.dev"]
- }
+ "owner": {
+ "username": "shockbs",
+ "email": "apipherng@gmail.com"
+ },
+ "record": {
+ "A": ["216.24.57.1"],
+ "MX": ["mx1.improvmx.com","mx2.improvmx.com."],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/domains/shork.json b/domains/shork.json
new file mode 100644
index 000000000..0af2bdf46
--- /dev/null
+++ b/domains/shork.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "shorkdev",
+ "email": "shork_d3v@proton.me",
+ "telegram": "@shorko_owo"
+ },
+ "record": {
+ "URL": "https://shork.one"
+ }
+}
diff --git a/domains/shorko.json b/domains/shorko.json
new file mode 100644
index 000000000..4e0ba711c
--- /dev/null
+++ b/domains/shorko.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shorkdev",
+ "email": "shork_d3v@proton.me"
+ },
+ "record": {
+ "URL": "https://shork.one"
+ }
+}
diff --git a/domains/short.crischutu07.json b/domains/short.crischutu07.json
new file mode 100644
index 000000000..e9df16672
--- /dev/null
+++ b/domains/short.crischutu07.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "crischutu07",
+ "email": "crischutu07owo@gmail.com"
+ },
+ "record": {
+ "CNAME": "cname.short.io"
+ }
+}
diff --git a/domains/shoumik.json b/domains/shoumik.json
index 900d2a3ab..df4605c03 100644
--- a/domains/shoumik.json
+++ b/domains/shoumik.json
@@ -1,12 +1,12 @@
{
- "description": "Personal Portfolio",
- "repo": "https://github.com/mixmaker/mixmaker.github.io",
- "owner": {
- "username": "mixmaker",
- "email": "shoumikskdev@gmail.com",
- "twitter": "almost_shoumik"
- },
- "record": {
- "CNAME": "mixmaker.github.io"
- }
-}
+ "description": "Personal Portfolio",
+ "repo": "https://github.com/mixmaker/mixmaker.github.io",
+ "owner": {
+ "username": "mixmaker",
+ "email": "shoumikskdev@gmail.com",
+ "twitter": "almost_shoumik"
+ },
+ "record": {
+ "CNAME": "mixmaker.github.io"
+ }
+}
diff --git a/domains/shree.json b/domains/shree.json
new file mode 100644
index 000000000..2f02f1bab
--- /dev/null
+++ b/domains/shree.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shreekrishnalamichhane",
+ "email": "uniksk123@gmail.com"
+ },
+ "record": {
+ "CNAME": "shreekrishnalamichhane.com.np"
+ }
+}
diff --git a/domains/shubh.json b/domains/shubh.json
new file mode 100644
index 000000000..2b950ba61
--- /dev/null
+++ b/domains/shubh.json
@@ -0,0 +1,12 @@
+{
+ "description": "personal portfolio website",
+ "repo": "https://github.com/R3tr0LastKnight/Portfoio_v2.git",
+ "owner": {
+ "username": "R3tr0LastKnight",
+ "email": "r3tr0lastknight@gmail.com",
+ "twitter": "R3tr0LastKnight"
+ },
+ "record": {
+ "CNAME": "r3tr0lastknight.github.io"
+ }
+}
diff --git a/domains/shubham1806.json b/domains/shubham1806.json
index 8f45a8739..d61978237 100644
--- a/domains/shubham1806.json
+++ b/domains/shubham1806.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "shubham-1806",
- "email": "shub.agarwal2003@gmail.com"
- },
- "record": {
- "A": ["20.207.73.82"]
- }
+ "owner": {
+ "username": "shubham-1806",
+ "email": "shub.agarwal2003@gmail.com"
+ },
+ "record": {
+ "A": ["20.207.73.82"]
+ }
}
diff --git a/domains/shuchirjain.json b/domains/shuchirjain.json
index 4bac647a4..12a1fb9e7 100644
--- a/domains/shuchirjain.json
+++ b/domains/shuchirjain.json
@@ -5,7 +5,10 @@
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/shuvo.json b/domains/shuvo.json
index 2be651fe3..cb8b29577 100644
--- a/domains/shuvo.json
+++ b/domains/shuvo.json
@@ -5,6 +5,9 @@
"email": "shuvo1556@gmail.com"
},
"record": {
- "MX": ["dns1.alwaysdata.com", "dns2.alwaysdata.com"]
+ "MX": [
+ "dns1.alwaysdata.com",
+ "dns2.alwaysdata.com"
+ ]
}
}
diff --git a/domains/shy.json b/domains/shy.json
new file mode 100644
index 000000000..1c35eb032
--- /dev/null
+++ b/domains/shy.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "ImShyMike",
+ "email": "",
+ "discord": "582648583635992622"
+ },
+
+ "record": {
+ "CNAME": "edge.redirect.pizza"
+ }
+ }
+
diff --git a/domains/shymega.json b/domains/shymega.json
new file mode 100644
index 000000000..9c2f87eec
--- /dev/null
+++ b/domains/shymega.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shymega",
+ "email": "shymega@shymega.org.uk"
+ },
+ "record": {
+ "CNAME": "dom-rodriguez-org-uk.pages.dev"
+ }
+}
diff --git a/domains/shymike.json b/domains/shymike.json
new file mode 100644
index 000000000..71a549273
--- /dev/null
+++ b/domains/shymike.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "ImShyMike",
+ "email": "",
+ "discord": "582648583635992622"
+ },
+
+ "record": {
+ "CNAME": "imshymike.github.io"
+ }
+ }
+
diff --git a/domains/siama.json b/domains/siama.json
new file mode 100644
index 000000000..e10c1a395
--- /dev/null
+++ b/domains/siama.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "siam3h",
+ "email": "philosiama@gmail.com"
+ },
+ "record": {
+ "CNAME": "siam3h.github.io"
+ }
+}
diff --git a/domains/siddharth.json b/domains/siddharth.json
new file mode 100644
index 000000000..8e3c41a98
--- /dev/null
+++ b/domains/siddharth.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "siddharthjain25",
+ "email": "siddharthjainj25@gmail.com",
+ "discord": "804397662467915777"
+ },
+
+ "record": {
+ "CNAME": "siddharthjain25.github.io"
+ }
+}
diff --git a/domains/sidou.json b/domains/sidou.json
new file mode 100644
index 000000000..36db4939c
--- /dev/null
+++ b/domains/sidou.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SidAhmedSahraoui",
+ "email": "s.sahraoui@esi-sba.dz"
+ },
+ "record": {
+ "CNAME": "sidou.codes"
+ }
+}
diff --git a/domains/sife.json b/domains/sife.json
index d11dc02ae..6b6120449 100644
--- a/domains/sife.json
+++ b/domains/sife.json
@@ -12,6 +12,9 @@
"185.199.111.153"
],
"TXT": "v=spf1 include:spf.improvmx.com ~all",
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"]
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ]
}
}
diff --git a/domains/simplyleon.json b/domains/simplyleon.json
new file mode 100644
index 000000000..58ac5851e
--- /dev/null
+++ b/domains/simplyleon.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "simply-leon",
+ "email": "saishashaz@gmail.com"
+ },
+ "record": {
+ "CNAME": "1aumop7g.up.railway.app"
+ }
+}
diff --git a/domains/sitetransform.json b/domains/sitetransform.json
index 4355b54c8..4e876f9c5 100644
--- a/domains/sitetransform.json
+++ b/domains/sitetransform.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "sitetransform",
- "email": "quentavers@gmail.com"
- },
- "record": {
- "CNAME": "zmverify.zoho.com"
- }
+ "owner": {
+ "username": "sitetransform",
+ "email": "quentavers@gmail.com"
+ },
+ "record": {
+ "CNAME": "zmverify.zoho.com"
+ }
}
diff --git a/domains/sivaraj.json b/domains/sivaraj.json
new file mode 100644
index 000000000..95347ea7a
--- /dev/null
+++ b/domains/sivaraj.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "TheCyb3rMafia",
+ "email": "sivarajkailas@gmail.com",
+ "discord": "1057144035812327524"
+ },
+
+ "record": {
+ "A": ["185.199.108.153"]
+ }
+}
diff --git a/domains/siwon.json b/domains/siwon.json
index 324184970..07e898543 100644
--- a/domains/siwon.json
+++ b/domains/siwon.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "siwonpada",
- "email": "psw041115@gmail.com"
- },
- "record": {
- "A": ["43.201.138.247"]
- }
+ "owner": {
+ "username": "siwonpada",
+ "email": "psw041115@gmail.com"
+ },
+ "record": {
+ "A": ["43.201.138.247"]
+ }
}
diff --git a/domains/siyamex.json b/domains/siyamex.json
new file mode 100644
index 000000000..96faa8e98
--- /dev/null
+++ b/domains/siyamex.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "siyamex",
+ "email": "siyamex2012@gmail.com"
+ },
+ "record": {
+ "URL": "https://siyamex.com"
+ }
+}
diff --git a/domains/skduck.json b/domains/skduck.json
index a2b497bfb..aee4880db 100644
--- a/domains/skduck.json
+++ b/domains/skduck.json
@@ -9,7 +9,10 @@
"note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586."
},
"record": {
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
- "TXT": "forward-email=it-is@too-obvious-that.maskduck.is-a.dev"
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/skibidi.json b/domains/skibidi.json
new file mode 100644
index 000000000..d022461fe
--- /dev/null
+++ b/domains/skibidi.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "bananaking6",
+ "discord": "skibidibagel",
+ "email": ""
+ },
+
+ "record": {
+ "CNAME": "bananaking6.github.io"
+ }
+}
diff --git a/domains/skittles.json b/domains/skittles.json
new file mode 100644
index 000000000..7fb9ff7a2
--- /dev/null
+++ b/domains/skittles.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BlenderDuck",
+ "email": "blenderduck@duck.com"
+ },
+ "record": {
+ "CNAME": "blenderduck.github.io"
+ }
+}
diff --git a/domains/skulix.json b/domains/skulix.json
index 837613894..5f70429a9 100644
--- a/domains/skulix.json
+++ b/domains/skulix.json
@@ -1,12 +1,11 @@
{
- "description": "SkuliX personal website",
- "repo": "https://github.com/SkuliX01/Portfolio",
- "owner": {
- "username": "SkuliX01",
- "email": "bartosz.krawczyk34@gmail.com"
- },
- "record": {
- "CNAME": "portfolio-9ga.pages.dev"
- }
+ "description": "SkuliX personal website",
+ "repo": "https://github.com/SkuliX01/Portfolio",
+ "owner": {
+ "username": "SkuliX01",
+ "email": "bartosz.krawczyk34@gmail.com"
+ },
+ "record": {
+ "CNAME": "portfolio-9ga.pages.dev"
}
-
\ No newline at end of file
+}
diff --git a/domains/sky-bridge.json b/domains/sky-bridge.json
index 5c68215a2..331ebc563 100644
--- a/domains/sky-bridge.json
+++ b/domains/sky-bridge.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "levisurely",
- "email": "jr1264464@gmail.com"
- },
- "record": {
- "CNAME": "levisurely.github.io"
- }
+ "owner": {
+ "username": "levisurely",
+ "email": "jr1264464@gmail.com"
+ },
+ "record": {
+ "CNAME": "levisurely.github.io"
+ }
}
diff --git a/domains/sky-development.json b/domains/sky-development.json
new file mode 100644
index 000000000..20b413a1e
--- /dev/null
+++ b/domains/sky-development.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Skyy-Development",
+ "email": "strikefn143@gmail.com"
+ },
+ "record": {
+ "CNAME": "statuspage.betteruptime.com"
+ }
+}
diff --git a/domains/skycloudd.json b/domains/skycloudd.json
new file mode 100644
index 000000000..ba7d8a830
--- /dev/null
+++ b/domains/skycloudd.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "skycloudd",
+ "email": "benkrassenburg@gmail.com"
+ },
+ "record": {
+ "CNAME": "skycloudd.github.io"
+ }
+}
diff --git a/domains/slainbot.json b/domains/slainbot.json
new file mode 100644
index 000000000..7f38c4b79
--- /dev/null
+++ b/domains/slainbot.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "KhongPhaiHoangQuangHuy",
+ "email": "khongphaihoangquanghuy@gmail.com",
+ "discord": "181064730075463680"
+ },
+
+ "record": {
+ "CNAME": "khongphaihoangquanghuy.github.io"
+ }
+ }
+
diff --git a/domains/smaltin.json b/domains/smaltin.json
index 63069f1b2..326bc89f5 100644
--- a/domains/smaltin.json
+++ b/domains/smaltin.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Smaltin",
- "email": "sterling.maltin@gmail.com"
- },
- "record": {
- "URL": "https://smaltin.dev"
- }
+ "owner": {
+ "username": "Smaltin",
+ "email": "sterling.maltin@gmail.com"
+ },
+ "record": {
+ "URL": "https://smaltin.dev"
+ }
}
diff --git a/domains/smartlinuxcoder.json b/domains/smartlinuxcoder.json
index 8034acf7f..d6ae1c7a0 100644
--- a/domains/smartlinuxcoder.json
+++ b/domains/smartlinuxcoder.json
@@ -4,6 +4,6 @@
"email": "smartcoder@linuxmail.org"
},
"record": {
- "CNAME": "smartlinuxcoder.github.io"
+ "CNAME": "proxytwo.smartlinux.xyz"
}
}
diff --git a/domains/smp.json b/domains/smp.json
new file mode 100644
index 000000000..193cbd798
--- /dev/null
+++ b/domains/smp.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zzph",
+ "email": "johnbrettc@gmail.com"
+ },
+ "record": {
+ "CNAME": "clear-skies.onrender.com"
+ }
+}
diff --git a/domains/smug.json b/domains/smug.json
new file mode 100644
index 000000000..ada35c729
--- /dev/null
+++ b/domains/smug.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "itsf1ckingsmugg",
+ "email": "smugwhy420p@outlook.com"
+ },
+
+ "record": {
+ "CNAME": "itsf1ckingsmugg.github.io"
+ }
+}
diff --git a/domains/smutex.json b/domains/smutex.json
new file mode 100644
index 000000000..4ee10bb87
--- /dev/null
+++ b/domains/smutex.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Smalorek",
+ "email": "",
+ "discord": "286178186645995522"
+ },
+
+ "record": {
+ "CNAME": "smalorek.github.io"
+ }
+ }
diff --git a/domains/snbhowmik.json b/domains/snbhowmik.json
new file mode 100644
index 000000000..ee3879be0
--- /dev/null
+++ b/domains/snbhowmik.json
@@ -0,0 +1,15 @@
+{
+ "description": "A Portfolio site for my Academic Career",
+ "repo": "https://github.com/snbhowmik/portfolio",
+ "owner": {
+ "username": "snbhowmik",
+ "linkedin": "https://www.linkedin.com/in/snbhowmik/",
+ "reddit": "https://www.reddit.com/user/snbhowmik/",
+ "email": "snbhowmikac@proton.me"
+ },
+ "record": {
+ "A": [
+ "75.2.60.5"
+ ]
+ }
+}
diff --git a/domains/sneh.json b/domains/sneh.json
new file mode 100644
index 000000000..37979668e
--- /dev/null
+++ b/domains/sneh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "snehasishlol",
+ "email": "snehasishcodes@gmail.com"
+ },
+ "record": {
+ "CNAME": "sneh-is-a-dev.pages.dev"
+ }
+}
diff --git a/domains/snelusha.json b/domains/snelusha.json
new file mode 100644
index 000000000..464b2f318
--- /dev/null
+++ b/domains/snelusha.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "snelusha",
+ "email": "nelusha2003@gmail.com",
+ "discord": "454880214904864776"
+ },
+
+ "record": {
+ "URL": "https://snelusha.dev"
+ }
+}
diff --git a/domains/snozxyx.json b/domains/snozxyx.json
new file mode 100644
index 000000000..e9b87a942
--- /dev/null
+++ b/domains/snozxyx.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Snozxyx",
+ "email": "gabhastikumar@gmail.com"
+ },
+ "record": {
+ "CNAME": "snozxyx.github.io"
+ }
+}
diff --git a/domains/snupai.json b/domains/snupai.json
new file mode 100644
index 000000000..8f571b0cf
--- /dev/null
+++ b/domains/snupai.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Snupai",
+ "email": "yannluca@naeher.eu"
+ },
+ "record": {
+ "URL": "https://snupai.me"
+ }
+}
diff --git a/domains/soamtripathy.json b/domains/soamtripathy.json
new file mode 100644
index 000000000..c8d575b52
--- /dev/null
+++ b/domains/soamtripathy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "soamtripathy",
+ "email": "soumyaranjantripathy44@outlook.com"
+ },
+ "record": {
+ "URL": "https://portfolio-tawny-omega-13.vercel.app/"
+ }
+}
diff --git a/domains/socials.chiragnahata.json b/domains/socials.chiragnahata.json
new file mode 100644
index 000000000..726befd50
--- /dev/null
+++ b/domains/socials.chiragnahata.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/soestin.json b/domains/soestin.json
new file mode 100644
index 000000000..ebbbce05d
--- /dev/null
+++ b/domains/soestin.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "soestin",
+ "email": "",
+ "discord": "769813729599553567",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Eq_I4GOjlOB5tFdw0gihpb-s5mNrdbVcGGgjqD9T08EXuXhaCt9w-dzK8H12VZdP_PRzdgJe_nMkm5B6qfUrfcr9D1VdfCr_AsxPw39fH3hxmopIRJojj_t0irp-yw6rXC9wTMqdhaqQ1sEs_38sZV5Hnr4UMsuo3QIPimuDFecrVIreelu8yQzf2c0JmOEST4os6iwlK0Xx4HN_sSa2BxA_xddtLsn1LROSeqlba6r4CXfJxVmFEfqcXuW510-yVhg1O6wIVPz5la9FTgK12HYvx3qDnYnC3cJ5V1few5rJP4OeIby6dte7vtx7zuo3vbKkClFojc1Q9j1UmMReDQ.3I8N4rDWvBuPjEWKvognUA.OrICUOylQgkjUUekVYAQpHdJ5v4L68eAC6X69zwPUEZqRe33Xrjsk0OtCWfm-JDleiEIhUxsAuP_R3IMxTRwQA.cguBkKWaJpafBZkI9uKbOg"
+ },
+
+ "record": {
+ "CNAME": "soestin.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/sohil876.json b/domains/sohil876.json
new file mode 100644
index 000000000..fa30bd33a
--- /dev/null
+++ b/domains/sohil876.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Sohil876",
+ "email": "sohil876@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "sohil876.github.io"
+ }
+}
diff --git a/domains/solarskripts.json b/domains/solarskripts.json
new file mode 100644
index 000000000..099617c21
--- /dev/null
+++ b/domains/solarskripts.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SolarSkripts",
+ "email": "0hexius0@gmail.com"
+ },
+ "record": {
+ "CNAME": "solarskripts.github.io"
+ }
+}
diff --git a/domains/somerand0mcat.json b/domains/somerand0mcat.json
new file mode 100644
index 000000000..8b7bf443c
--- /dev/null
+++ b/domains/somerand0mcat.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "somerand0mcat",
+ "email": "",
+ "discord": "1135918173959491595",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.h9JvX9g-xh8PiBroR0hXIZz17OveuKLPcbid_BhW-ZCQIzx7pWvMV8ha2ozhcHTDiuDi-m3a2Ve1yKywVfx02Vo192JpjSFlTtngTyafnPQDjSeD0x5VTqiwoHb1MA_bH9V5aXfyN3kGL9UrI3jiJVaESCvIaOKdXpWKVrbygy-Dn-AiviBcU95m-eLKcz7PN7ksKOJT_XnvOH38H4WGLpyXUGPTQZGn8XZb2H8lhj01cEZ3qFHlFLt7WFTVIFAC-i67ItX57BDBcS4LrjsAkBC46CLAwpsu9O_o4tMd-z9JBnUVOSGhTzfCSKcNw4FTvNJr4wbQ3EBO_C7nRc1A9w.-7hDX5vHvDvx3zWEsZPE6w.wCq8m-LKtwlJY10BjYmoN82763IjMNgKupRU7JFYk7Os_CGE-QoT2MkfhAiBEeOXs5EJcXFhIS6ZZixQjbtIdxGlYNgUPP-4wTpuFPdgwgm8JHKrk6z2FX5SMiDS_P2ZvBAYpaRRB6vwqhxESrnceQ.Rsy2vQVeH3fjYX0rJTpqtw"
+ },
+
+ "record": {
+ "CNAME": "somerand0mcat.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/somyadipghosh.json b/domains/somyadipghosh.json
new file mode 100644
index 000000000..726befd50
--- /dev/null
+++ b/domains/somyadipghosh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/sono.json b/domains/sono.json
new file mode 100644
index 000000000..5b9dec35f
--- /dev/null
+++ b/domains/sono.json
@@ -0,0 +1,17 @@
+{
+ "owner": {
+ "username": "getSono",
+ "email": "sono.arbeit@gmail.com"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com."
+ ],
+ "TXT": [
+ "v=spf1 include:spf.improvmx.com ~all",
+ "google-site-verification=F90R7qQ2_fVCwUljDPq9iPlyzzKs7-4XovZLDeNAvns"
+ ],
+ "URL": "https://getsono.is-a.dev"
+ }
+}
diff --git a/domains/sophie.json b/domains/sophie.json
new file mode 100644
index 000000000..15cbe9666
--- /dev/null
+++ b/domains/sophie.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "awne8886",
+ "email": "sophie@awne.xyz"
+ },
+ "record": {
+ "CNAME": "sophie-github-io.pages.dev"
+ }
+}
diff --git a/domains/soulfulkrishna.json b/domains/soulfulkrishna.json
new file mode 100644
index 000000000..d268d9fa3
--- /dev/null
+++ b/domains/soulfulkrishna.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ecstaticsoul",
+ "email": "soulfulkrishna@gmail.com"
+ },
+ "record": {
+ "CNAME": "ecstaticsoul.github.io"
+ }
+}
diff --git a/domains/soumo.json b/domains/soumo.json
new file mode 100644
index 000000000..4e35b2fdd
--- /dev/null
+++ b/domains/soumo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sourayen",
+ "email": "soumodas4536@gmail.com"
+ },
+ "record": {
+ "URL": "https://sourayen.github.io"
+ }
+}
diff --git a/domains/spacecraft.hexaa.json b/domains/spacecraft.hexaa.json
new file mode 100644
index 000000000..a256c7d8a
--- /dev/null
+++ b/domains/spacecraft.hexaa.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "hexaaagon",
+ "email": "me@hexagonn.my.id",
+ "discord": "scoooolzs",
+ "twitter": "Scoooolzs"
+ },
+
+ "record": {
+ "URL": "https://spacecraft.hexagonn.my.id"
+ }
+}
diff --git a/domains/spacewd.json b/domains/spacewd.json
deleted file mode 100644
index 60763eebe..000000000
--- a/domains/spacewd.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "spacewd69",
- "email": "kysonbranch0@gmail.com"
- },
- "record": {
- "CNAME": "spacewd69.github.io"
- }
-}
diff --git a/domains/spaxly.json b/domains/spaxly.json
index c104278a9..909f32fc8 100644
--- a/domains/spaxly.json
+++ b/domains/spaxly.json
@@ -13,7 +13,10 @@
"185.199.111.153"
],
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
"TXT": "forward-email=ohmrc2545@gmail.com"
}
diff --git a/domains/spectranow.json b/domains/spectranow.json
new file mode 100644
index 000000000..f12583b66
--- /dev/null
+++ b/domains/spectranow.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "booktastic1",
+ "email": "booktastic-library@outlook.com"
+ },
+ "record": {
+ "URL": "https://btastic.wixsite.com/spectra"
+ }
+}
diff --git a/domains/spicy.json b/domains/spicy.json
index f50b70ba4..d86016f3e 100644
--- a/domains/spicy.json
+++ b/domains/spicy.json
@@ -10,7 +10,10 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/spicydevs.json b/domains/spicydevs.json
index eb42ce755..5a57cd717 100644
--- a/domains/spicydevs.json
+++ b/domains/spicydevs.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "OpAayush",
- "email": "aayushmagrawal@gmail.com",
- "twitter": "DevAayu5h"
- },
- "record": {
- "CNAME": "spicydevs.pages.dev"
- }
-}
+ "owner": {
+ "username": "OpAayush",
+ "email": "aayushmagrawal@gmail.com",
+ "twitter": "DevAayu5h"
+ },
+ "record": {
+ "CNAME": "spicydevs.pages.dev"
+ }
+}
diff --git a/domains/spixed.json b/domains/spixed.json
index d96f9b472..7ec4e62f4 100644
--- a/domains/spixed.json
+++ b/domains/spixed.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Spixed",
- "email": "Space369X@163.com"
- },
- "record": {
- "CNAME": "spixed.github.io"
- }
+ "owner": {
+ "username": "Spixed",
+ "email": "Space369X@163.com"
+ },
+ "record": {
+ "CNAME": "spixed.github.io"
+ }
}
diff --git a/domains/splack.json b/domains/splack.json
new file mode 100644
index 000000000..9f0eb49b3
--- /dev/null
+++ b/domains/splack.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "splack01",
+ "email": "splack1@protonmail.com"
+ },
+ "record": {
+ "CNAME": "splack01.github.io"
+ }
+}
diff --git a/domains/splatterxl.json b/domains/splatterxl.json
deleted file mode 100644
index 0c1ec8990..000000000
--- a/domains/splatterxl.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Splatterxl's very cool site",
- "repo": "https://github.com/splatterxl/splatterxl.github.io",
- "owner": {
- "username": "splatterxl",
- "email": "splatterxl@outlook.ie",
- "twitter": "splatterxlisdum"
- },
- "record": {
- "CNAME": "splatterxl.github.io"
- }
-}
diff --git a/domains/spotify.stefdp.json b/domains/spotify.stefdp.json
new file mode 100644
index 000000000..37f29b109
--- /dev/null
+++ b/domains/spotify.stefdp.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "CNAME": "proxy.stefdp.is-a.dev"
+ }
+}
diff --git a/domains/spotify.trung.json b/domains/spotify.trung.json
new file mode 100644
index 000000000..b99730c4e
--- /dev/null
+++ b/domains/spotify.trung.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "A": ["35.185.84.140"]
+ }
+}
diff --git a/domains/spotify.vornexx.json b/domains/spotify.vornexx.json
index 3c97cf881..54d480661 100644
--- a/domains/spotify.vornexx.json
+++ b/domains/spotify.vornexx.json
@@ -1,9 +1,11 @@
{
- "owner": {
- "username": "vornex-gh",
- "email": "ajay.ramnath8812@gmail.com"
- },
- "record": {
- "CNAME": "spotify-vornexx.pages.dev"
- }
+ "owner": {
+ "username": "vornex-gh",
+ "email": "",
+ "discord": "1149438819834269856",
+ "twitter": "vornexx_"
+ },
+ "record": {
+ "CNAME": "spotify-vornexx.pages.dev"
+ }
}
diff --git a/domains/srlebel.json b/domains/srlebel.json
new file mode 100644
index 000000000..f30775358
--- /dev/null
+++ b/domains/srlebel.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SrLebel",
+ "email": "dev.juansimancas@proton.me"
+ },
+ "record": {
+ "URL": "https://srlebel.netlify.app/"
+ }
+}
diff --git a/domains/srm.json b/domains/srm.json
new file mode 100644
index 000000000..3b29ea633
--- /dev/null
+++ b/domains/srm.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "srmlab002",
+ "email": "8zaqibue@duck.com"
+ },
+ "record": {
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
+ "TXT": "forward-email=lyen8rxu@duck.com,8zaqibue@duck.com"
+ }
+}
diff --git a/domains/ss.almaz.json b/domains/ss.almaz.json
index 5c38b8763..cc9550154 100644
--- a/domains/ss.almaz.json
+++ b/domains/ss.almaz.json
@@ -1,12 +1,9 @@
{
"owner": {
"username": "AlmaziikDev",
- "email": "admin@almaz.is-a.dev",
- "github_id": 132609906
+ "email": "admin@almaz.is-a.dev"
},
"record": {
- "A": [
- "45.137.70.68"
- ]
+ "CNAME": "proxy.weissx.net"
}
}
diff --git a/domains/ss.cutedog5695.json b/domains/ss.cutedog5695.json
deleted file mode 100644
index 86c042d71..000000000
--- a/domains/ss.cutedog5695.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "owner": {
- "username": "CuteDog5695",
- "email": "cutedog5695@gmail.com",
- "discord": "cutedog5695",
- "twitter": "cutedog5695"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/ss.json b/domains/ss.json
index dd71e190f..76fe3109f 100644
--- a/domains/ss.json
+++ b/domains/ss.json
@@ -5,7 +5,10 @@
},
"description": "mail domain",
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/ss.stefdp.json b/domains/ss.stefdp.json
index 0223d9753..e2b559f3c 100644
--- a/domains/ss.stefdp.json
+++ b/domains/ss.stefdp.json
@@ -6,8 +6,6 @@
"github_id": 81536172
},
"record": {
- "A": [
- "45.137.70.68"
- ]
+ "CNAME": "proxy.stefdp.is-a.dev"
}
}
diff --git a/domains/ss.xcyth.json b/domains/ss.xcyth.json
new file mode 100644
index 000000000..b729a82f2
--- /dev/null
+++ b/domains/ss.xcyth.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Xcyth",
+ "email": "ritam.choudhuri@gmail.com"
+ },
+ "record": {
+ "CNAME": "proxy.private.danbot.host"
+ }
+}
diff --git a/domains/ssapp.json b/domains/ssapp.json
new file mode 100644
index 000000000..2ba3469ea
--- /dev/null
+++ b/domains/ssapp.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ssapp",
+ "email": "v.naydenov@icloud.com"
+ },
+ "record": {
+ "CNAME": "tarkov-time.com"
+ }
+}
diff --git a/domains/sstudiosdev.json b/domains/sstudiosdev.json
new file mode 100644
index 000000000..893f05cf9
--- /dev/null
+++ b/domains/sstudiosdev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Sstudiosdev",
+ "email": "sstudiosdev@gmail.com"
+ },
+ "record": {
+ "CNAME": "sstudiosdev.github.io"
+ }
+}
diff --git a/domains/staff.json b/domains/staff.json
deleted file mode 100644
index 8c3f72381..000000000
--- a/domains/staff.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "is-a-dev",
- "email": ""
- },
- "record": {
- "CNAME": "is-a-dev-maintainers.pages.dev"
- }
-}
diff --git a/domains/stan.json b/domains/stan.json
new file mode 100644
index 000000000..29a1e6bc4
--- /dev/null
+++ b/domains/stan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "stansters",
+ "email": "stanleygeorgebond@gmail.com"
+ },
+ "record": {
+ "A": ["132.145.22.92"]
+ }
+}
diff --git a/domains/stardust.json b/domains/stardust.json
index e160960bd..97be8fadf 100644
--- a/domains/stardust.json
+++ b/domains/stardust.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Hanzla-Double3",
- "email": "Hanzla.mughal3284@gmail.com"
- },
- "record": {
- "A": ["139.135.52.143"]
- }
+ "owner": {
+ "username": "Hanzla-Double3",
+ "email": "Hanzla.mughal3284@gmail.com"
+ },
+ "record": {
+ "A": ["139.135.52.143"]
+ }
}
diff --git a/domains/starnumber.json b/domains/starnumber.json
index 40d08ab46..523cf2832 100644
--- a/domains/starnumber.json
+++ b/domains/starnumber.json
@@ -5,5 +5,7 @@
"username": "starnumber12046",
"email": "starnumber.official12046@gmail.com"
},
- "record": { "CNAME": "hashnode.network" }
+ "record": {
+ "CNAME": "hashnode.network"
+ }
}
diff --git a/domains/starshine.json b/domains/starshine.json
new file mode 100644
index 000000000..98cba1276
--- /dev/null
+++ b/domains/starshine.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "thaddeuskkr",
+ "email": "",
+ "discord": "275830234262142978",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.lLFfIW3EiPjgK-i-I5E56ERBvjl-ueM91PRyYM6wRClZzuoAj4nQyqL57dSZjhO_4Hbu4ZubbM1I_NI8Vt4_SlsFmxgL-hrvH9tf7rv-hX-TZtBWT_LQQUmhd1ZViGwELTly797M8VXZ39ER2gDmzruxjh8eQEHBCeJujWuUNicigehUgfk-Pk9rSchVlR3TUcwL-wylY58KvBLQwIeMmqUW2qs_E_iKCwk_8FQH-IUb_4W58r6wBHh6MqiP72Py9ssDbxrV59e1eGrQZXYJJM1rUZHoHzW1KX84FgT0QCGc1cSiV-Sdc3p6WceRY6Tf1akfTNjuga61kpgzluoTxg.QwFk8iYMpzefwXgErTr9cQ.kwMwAIrFDxCKfvSxx3Jpvb6ZkiFcp56BFoBg7KQMsYw4PBK60JNzjpMpgMqZ7jymnYJFTz5img3xLlxBF7UuUy_Z9MgHCHaVR3W7970smoQ.aBJoeQFaHiIyXkpQa1Gx7g"
+ },
+
+ "record": {
+ "A": ["138.2.70.1"]
+ }
+}
diff --git a/domains/stats.trung.json b/domains/stats.trung.json
new file mode 100644
index 000000000..b99730c4e
--- /dev/null
+++ b/domains/stats.trung.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "A": ["35.185.84.140"]
+ }
+}
diff --git a/domains/status-ryo.json b/domains/status-ryo.json
new file mode 100644
index 000000000..c43440b7b
--- /dev/null
+++ b/domains/status-ryo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "FrosGaming",
+ "email": "dgfrosdgfros@gmail.com"
+ },
+ "record": {
+ "A": ["69.197.135.203"]
+ }
+}
diff --git a/domains/status.6.json b/domains/status.6.json
new file mode 100644
index 000000000..947bf4219
--- /dev/null
+++ b/domains/status.6.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shockbs",
+ "email": "apipherng@gmail.com"
+ },
+ "record": {
+ "URL": "https://status.shockbs.is-a.dev/"
+ }
+}
diff --git a/domains/status.cfp.json b/domains/status.cfp.json
index 3334b3a54..965d2cef9 100644
--- a/domains/status.cfp.json
+++ b/domains/status.cfp.json
@@ -1,11 +1,11 @@
{
- "description": "Cfp Status",
- "owner": {
- "username": "cfpwastaken",
- "email": "",
- "discord": "cfp (318394797822050315)"
- },
- "record": {
- "CNAME": "cfp.gotdns.ch"
- }
-}
\ No newline at end of file
+ "description": "Cfp Status",
+ "owner": {
+ "username": "cfpwastaken",
+ "email": "",
+ "discord": "cfp (318394797822050315)"
+ },
+ "record": {
+ "CNAME": "dyn.picoscratch.de"
+ }
+}
diff --git a/domains/status.chriscoding.json b/domains/status.chriscoding.json
new file mode 100644
index 000000000..b12e583c0
--- /dev/null
+++ b/domains/status.chriscoding.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "BestGithubUser1",
+ "email": "githubuserlol333@gmail.com",
+ "discord": "735578614476570726"
+ },
+
+ "record": {
+ "CNAME": "statuspage.betteruptime.com"
+ }
+}
diff --git a/domains/status.ciaobot.json b/domains/status.ciaobot.json
index d18eefaa1..c4456c116 100644
--- a/domains/status.ciaobot.json
+++ b/domains/status.ciaobot.json
@@ -1,12 +1,10 @@
{
- "owner": {
- "username": "Ciao287",
- "email": "",
- "discord": "687333016921440317"
- },
- "record": {
- "A": [
- "45.137.70.68"
- ]
- }
+ "owner": {
+ "username": "Ciao287",
+ "email": "",
+ "discord": "687333016921440317"
+ },
+ "record": {
+ "A": ["144.91.115.195"]
+ }
}
diff --git a/domains/status.gattinhosbot.json b/domains/status.gattinhosbot.json
index b6430c832..37f29b109 100644
--- a/domains/status.gattinhosbot.json
+++ b/domains/status.gattinhosbot.json
@@ -5,6 +5,6 @@
"discord": "694986201739952229"
},
"record": {
- "CNAME": "uptime.stefdp.is-a.dev"
+ "CNAME": "proxy.stefdp.is-a.dev"
}
}
diff --git a/domains/status.jzitnik.json b/domains/status.jzitnik.json
deleted file mode 100644
index 310a76264..000000000
--- a/domains/status.jzitnik.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "owner": {
- "username": "JZITNIK-github",
- "email": "klindkubak@zohomail.eu",
- "discord": "jzitnik"
- },
- "record": {
- "URL": "https://status.jzitnik.dev"
- }
-}
diff --git a/domains/status.shan.json b/domains/status.shan.json
new file mode 100644
index 000000000..71bed96fe
--- /dev/null
+++ b/domains/status.shan.json
@@ -0,0 +1,11 @@
+{
+ "description": "My Uptime Page ",
+ "owner": {
+ "username": "Adwaith-Shan-Pk",
+ "email": "mail@shan.is-a.dev",
+ "twitter": "lordlinux69"
+ },
+ "record": {
+ "A": ["69.197.135.202"]
+ }
+}
diff --git a/domains/status.shockbs.json b/domains/status.shockbs.json
new file mode 100644
index 000000000..e1aecf8ea
--- /dev/null
+++ b/domains/status.shockbs.json
@@ -0,0 +1,8 @@
+{
+ "owner": {
+ "username": "shockbs",
+ "email": "apipherng@gmail.com"
+ },
+ "record": {
+ "CNAME": "bbbsjsijb8hsbsnakkshdbfdnds.onrender.com" }
+}
diff --git a/domains/status.stefdp.json b/domains/status.stefdp.json
index b6430c832..37f29b109 100644
--- a/domains/status.stefdp.json
+++ b/domains/status.stefdp.json
@@ -5,6 +5,6 @@
"discord": "694986201739952229"
},
"record": {
- "CNAME": "uptime.stefdp.is-a.dev"
+ "CNAME": "proxy.stefdp.is-a.dev"
}
}
diff --git a/domains/status.trung.json b/domains/status.trung.json
index c372c8070..b99730c4e 100644
--- a/domains/status.trung.json
+++ b/domains/status.trung.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "vuthanhtrung2010",
- "email": "vuthanhtrungsuper@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "A": ["35.185.84.140"]
+ }
}
diff --git a/domains/status.xrap1dx.json b/domains/status.xrap1dx.json
new file mode 100644
index 000000000..475702775
--- /dev/null
+++ b/domains/status.xrap1dx.json
@@ -0,0 +1,11 @@
+{
+ "description": "making my status page!!!",
+ "repo": "https://github.com/xrap1dx?tab=repositories",
+ "owner": {
+ "username": "xrap1dx",
+ "email": "sirrapid155@gmail.com"
+ },
+ "record": {
+ "CNAME": "statuspage.betteruptime.com"
+ }
+}
diff --git a/domains/stavkv.json b/domains/stavkv.json
new file mode 100644
index 000000000..89d5833b2
--- /dev/null
+++ b/domains/stavkv.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "stavkv",
+ "email": "singhvikal891@gmail.com"
+ },
+ "record": {
+ "CNAME": "stavkv.github.io"
+ }
+}
diff --git a/domains/stefan.json b/domains/stefan.json
index 733c73d0c..1d0e13980 100644
--- a/domains/stefan.json
+++ b/domains/stefan.json
@@ -6,7 +6,10 @@
},
"record": {
"URL": "https://dyno.is-a.dev",
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
"TXT": [
"forward-email=naffets0@gmail.com",
"v=spf1 a mx include:spf.forwardemail.net include:_spf.google.com -all"
diff --git a/domains/stefdp.json b/domains/stefdp.json
index 7d50ffa3c..b7b843d55 100644
--- a/domains/stefdp.json
+++ b/domains/stefdp.json
@@ -1,21 +1,14 @@
{
- "owner": {
- "username": "Stef-00012",
- "email": "admin@stefdp.is-a.dev",
- "discord": "694986201739952229"
- },
- "record": {
- "A": [
- "185.199.108.153",
- "185.199.109.153",
- "185.199.110.153",
- "185.199.111.153"
- ],
- "MX": [
- "mail.is-a.dev"
- ],
- "TXT": [
- "v=spf1 mx a:mail.is-a.dev ip4:217.174.245.249 ~all"
- ]
- }
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "A": [
+ "194.60.201.37"
+ ],
+ "MX": ["mail.stefdp.lol"],
+ "TXT": ["v=spf1 mx ~all"]
+ }
}
diff --git a/domains/stephen-adeniji.json b/domains/stephen-adeniji.json
new file mode 100644
index 000000000..b8285e8bf
--- /dev/null
+++ b/domains/stephen-adeniji.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Praizee",
+ "email": "praiseadeniji2017@gmail.com"
+ },
+ "record": {
+ "CNAME": "nextjs-portfolio-4jp.pages.dev"
+ }
+}
diff --git a/domains/stoltz.json b/domains/stoltz.json
index 761a9778f..df6feaa57 100644
--- a/domains/stoltz.json
+++ b/domains/stoltz.json
@@ -1,9 +1,10 @@
{
- "owner": {
- "username": "stoltz-dev",
- "email": "rafaelbraun5@hotmail.com"
- },
- "record": {
- "URL": "https://stoltz-dev.github.io"
- }
+ "owner": {
+ "username": "stoltz-dev",
+ "email": "rafaelbraun5@hotmail.com"
+ },
+ "repo": "https://github.com/stoltz-dev/stoltz-dev.github.io",
+ "record": {
+ "CNAME": "stoltz-dev.github.io"
+ }
}
diff --git a/domains/stremioaddonlt.json b/domains/stremioaddonlt.json
new file mode 100644
index 000000000..91a9e9129
--- /dev/null
+++ b/domains/stremioaddonlt.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "makufelis",
+ "email": "coinbasedeivuxo@gmail.com"
+ },
+ "record": {
+ "A": ["185.192.97.1"]
+ }
+}
diff --git a/domains/sub.any.json b/domains/sub.any.json
new file mode 100644
index 000000000..2b07d877c
--- /dev/null
+++ b/domains/sub.any.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "IRDMctorl",
+ "email": "fun64646969@gmail.com"
+ },
+ "record": {
+ "CNAME": "sub.any-w1a3.onrender.com"
+ }
+}
diff --git a/domains/subasi.json b/domains/subasi.json
new file mode 100644
index 000000000..6ba35654f
--- /dev/null
+++ b/domains/subasi.json
@@ -0,0 +1,16 @@
+{
+ "description": "For a personnal portfolio",
+ "repo": "https://github.com/mhmmdlsubasi/mhmmdlsubasi.github.io",
+ "owner": {
+ "username": "mhmmdlsubasi",
+ "email": "mhmmdlsubasi@outlook.com",
+ "discord": "319735026625413132",
+ "twitter": "mhmmdlsubasi",
+ "instagram": "mhmmdlsubasi"
+ },
+
+ "record": {
+ "CNAME": "mhmmdlsubasi.github.io"
+ }
+ }
+
diff --git a/domains/subyyal.json b/domains/subyyal.json
new file mode 100644
index 000000000..676759a3e
--- /dev/null
+++ b/domains/subyyal.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Subyyalx",
+ "email": "subyyal@xavor.com"
+ },
+ "record": {
+ "CNAME": "cdblxrp8.up.railway.app"
+ }
+}
diff --git a/domains/sumit404.json b/domains/sumit404.json
new file mode 100644
index 000000000..b8457528b
--- /dev/null
+++ b/domains/sumit404.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SumitRajak404",
+ "email": "rajaksummit9@gmail.com"
+ },
+ "record": {
+ "CNAME": "sumitrajak404.github.io"
+ }
+}
diff --git a/domains/sumitrajak.json b/domains/sumitrajak.json
new file mode 100644
index 000000000..e8b9fed90
--- /dev/null
+++ b/domains/sumitrajak.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SumitRajak404",
+ "email": "rajaksummit9@gmail.com"
+ },
+ "record": {
+ "CNAME": "sumitrajak.pages.dev"
+ }
+}
diff --git a/domains/sunglass.json b/domains/sunglass.json
index 164f9173e..37618a383 100644
--- a/domains/sunglass.json
+++ b/domains/sunglass.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "sunglassdev",
- "email": "g1asstech@outlook.com"
- },
- "record": {
- "URL": "https://sunglassdev.github.io/"
- }
+ "owner": {
+ "username": "sunglassdev",
+ "email": "g1asstech@outlook.com"
+ },
+ "record": {
+ "URL": "https://sunglassdev.github.io/"
+ }
}
diff --git a/domains/sunil.json b/domains/sunil.json
new file mode 100644
index 000000000..2e00d97cc
--- /dev/null
+++ b/domains/sunil.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "skgupta507",
+ "email": "sunilk98850@gmail.com"
+ },
+ "record": {
+ "URL": "https://sunil-gupta.netlify.app/"
+ }
+}
diff --git a/domains/sunn.json b/domains/sunn.json
new file mode 100644
index 000000000..3ac25cb13
--- /dev/null
+++ b/domains/sunn.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal website of Sunn/sunn.ia32",
+ "repo": "https://github.com/sunn-ia32/sunn-ia32.github.io",
+ "owner": {
+ "username": "sunn-ia32",
+ "email": "thelynxmic@gmail.com"
+ },
+ "record": {
+ "CNAME": "sunn-ia32.github.io"
+ }
+}
diff --git a/domains/sunn4room.json b/domains/sunn4room.json
new file mode 100644
index 000000000..eb2a4835a
--- /dev/null
+++ b/domains/sunn4room.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "sunn4room",
+ "email": "sunn4room@163.com"
+ },
+ "record": {
+ "CNAME": "blog-4ke.pages.dev"
+ }
+}
diff --git a/domains/surv.json b/domains/surv.json
index a052db7a1..20673649c 100644
--- a/domains/surv.json
+++ b/domains/surv.json
@@ -1,9 +1,9 @@
{
"owner": {
- "username": "SurvExe1Pc",
+ "username": "yuri-kiss",
"email": "a_2oo@outlook.com"
},
"record": {
- "CNAME": "survexe1pc.github.io"
+ "CNAME": "surv-is-a-dev.github.io"
}
}
diff --git a/domains/surya.json b/domains/surya.json
new file mode 100644
index 000000000..3b1603d41
--- /dev/null
+++ b/domains/surya.json
@@ -0,0 +1,12 @@
+{
+ "description": "Profile Links",
+ "repo": "https://github.com/suryanarayanrenjith/suryanarayanrenjith.github.io",
+ "owner": {
+ "username": "suryanarayanrenjith",
+ "email": "suryanarayanrenjith@outlook.com",
+ "twitter": "_suryanarayanr"
+ },
+ "record": {
+ "CNAME": "suryanarayanrenjith.github.io"
+ }
+}
diff --git a/domains/suspense.json b/domains/suspense.json
index 7f7acaae5..a655e0e7e 100644
--- a/domains/suspense.json
+++ b/domains/suspense.json
@@ -4,5 +4,7 @@
"email": "",
"twitter": "Suspense4615"
},
- "record": { "CNAME": "suspense4615.github.io" }
+ "record": {
+ "CNAME": "suspense4615.github.io"
+ }
}
diff --git a/domains/sussyrayan.json b/domains/sussyrayan.json
new file mode 100644
index 000000000..0fe3af89b
--- /dev/null
+++ b/domains/sussyrayan.json
@@ -0,0 +1,11 @@
+{
+ "description": "portfolio website",
+ "repo": "https://syedrayangames.github.io/portfolio",
+ "owner": {
+ "username": "syedrayangames",
+ "email": "syedyaseeralirayan5@gmail.com"
+ },
+ "record": {
+ "CNAME": "syedrayangames.github.io"
+ }
+}
diff --git a/domains/swastik.json b/domains/swastik.json
new file mode 100644
index 000000000..d0cf946f9
--- /dev/null
+++ b/domains/swastik.json
@@ -0,0 +1,12 @@
+{
+ "description": "About Swastik Baranwal",
+ "repo": "https://github.com/delta456/delta456.github.io",
+ "owner": {
+ "username": "delta456",
+ "email": "swstkbaranwal@gmail.com",
+ "twitter": "delta2315"
+ },
+ "record": {
+ "CNAME": "delta456.github.io"
+ }
+}
diff --git a/domains/swenet.json b/domains/swenet.json
new file mode 100644
index 000000000..38b2f90bc
--- /dev/null
+++ b/domains/swenet.json
@@ -0,0 +1,12 @@
+{
+ "description": "Portfolio",
+ "repo": "https://github.com/sweneet/sweneet.github.io",
+ "owner": {
+ "username": "sweneet",
+ "email": "swenetbabapro@gmail.com",
+ "twitter": "tiltedswenet"
+ },
+ "record": {
+ "CNAME": "sweneet.github.io"
+ }
+}
diff --git a/domains/swimou.json b/domains/swimou.json
new file mode 100644
index 000000000..21d1040c7
--- /dev/null
+++ b/domains/swimou.json
@@ -0,0 +1,15 @@
+{
+ "owner": {
+ "username": "abdeldroid2007",
+ "email": "abdessattar23@proton.me"
+ },
+ "record": {
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
+ "TXT": [
+ "forward-email=abdessattar23@proton.me"
+ ]
+ }
+}
diff --git a/domains/sxi.json b/domains/sxi.json
new file mode 100644
index 000000000..e8e4d6454
--- /dev/null
+++ b/domains/sxi.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Sxinar",
+ "email": "oshidev@proton.me",
+ "discord": "1247896918957490198"
+ },
+
+ "record": {
+ "CNAME": "sxinar.github.io"
+ }
+}
diff --git a/domains/sxtxnzester.json b/domains/sxtxnzester.json
new file mode 100644
index 000000000..5aa995ece
--- /dev/null
+++ b/domains/sxtxnzester.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "sxtxnzester",
+ "email": "lollo11020210@gmail.com",
+ "discord": "1133362142461050980"
+ },
+
+ "record": {
+ "CNAME": "sxtxnzester.github.io"
+ }
+}
diff --git a/domains/syedrayan.json b/domains/syedrayan.json
new file mode 100644
index 000000000..46a47ddcc
--- /dev/null
+++ b/domains/syedrayan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "syedrayangames",
+ "email": "syedyaseeralirayan@gmail.com"
+ },
+ "record": {
+ "URL": "https://rxhggamingnews.blogspot.com/"
+ }
+}
diff --git a/domains/syntaxsavior.json b/domains/syntaxsavior.json
new file mode 100644
index 000000000..55f1528bc
--- /dev/null
+++ b/domains/syntaxsavior.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ItzYoVishal",
+ "email": "rockstarelitecoc@gmail.com"
+ },
+ "record": {
+ "CNAME": "blue-sand-021f23e10.4.azurestaticapps.net"
+ }
+}
diff --git a/domains/szbcs.json b/domains/szbcs.json
new file mode 100644
index 000000000..30ceeb377
--- /dev/null
+++ b/domains/szbcs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "szilvesztercsab",
+ "email": "szilvesztercsab@gmail.com"
+ },
+ "record": {
+ "A": ["35.207.21.45"]
+ }
+}
diff --git a/domains/szczota.json b/domains/szczota.json
new file mode 100644
index 000000000..204e77484
--- /dev/null
+++ b/domains/szczota.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "szczotapl",
+ "email": "",
+ "discord": ".szczotapl"
+ },
+
+ "record": {
+ "CNAME": "szczotapl.github.io"
+ }
+}
diff --git a/domains/szisza.vamtic.json b/domains/szisza.vamtic.json
new file mode 100644
index 000000000..45f0d23d7
--- /dev/null
+++ b/domains/szisza.vamtic.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vamtic",
+ "email": "vamtic@yahoo.com"
+ },
+ "record": {
+ "CNAME": "szisza.pages.dev"
+ }
+}
diff --git a/domains/t.json b/domains/t.json
new file mode 100644
index 000000000..fc41cce58
--- /dev/null
+++ b/domains/t.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "trollm8",
+ "email": "",
+ "discord": "1266754182082461751",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.N8Vf7tNsfTIJKNaXAqD1t4qLzIqx8ZlybnLmVGjKs6dv3uxFMpKQhznKohFUEtOQlvURIZsKDGUOyFFpo6tzJEFt9Aaocse4xF2P7ud1ZBGLaPBSM7HF7IemNsczePYM-BjzMHvfTu7ryOGlCLvRe7z7M0KzRtImIcpm_ZQf-1aGlAFljd9Gy82Jc2mE9U-gMNU5GgRteegXGeNRHb10oYXWYV4lmLTP_YhvbiCavwTRyTS3SrwzQn78eTcXgwTeGhELj9eEfwTCsGJJfsbZPWAh1QNpm6-Y7HktDiNELbw2QfK3R0gvczybCfXGzj4d7z4Qhchea5X_uXxalGGNfA.VE-Mh6fPXbz7m456qKlh5w.gg7ta9FXClk001IBFL1UiwrYTks-hWzmecKfz9XdA1js4kBarT9MdlAb4UJTyoeyVqQ1uZSe3QLt25A1Kk7pTg.ZEXUDiLNEpaUwlvsx_xiEQ"
+ },
+
+ "record": {
+ "CNAME": "trollm8-redirect.pages.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/tagbot.maskduck.json b/domains/tagbot.maskduck.json
deleted file mode 100644
index 909c18865..000000000
--- a/domains/tagbot.maskduck.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "description": "HTTP command handler for my bot",
- "repo": "https://github.com/MaskDuck/tag_bot",
- "owner": {
- "username": "MaskDuck",
- "email": "",
- "discord": "MaskDuck#1337",
- "twitter": "MaskDuck1",
- "reddit": "u/maskduck",
- "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586."
- },
- "record": {
- "CNAME": "tagbot-production-bef9.up.railway.app"
- }
-}
diff --git a/domains/tarifsadman.json b/domains/tarifsadman.json
index 7afe34aea..9ab46f133 100644
--- a/domains/tarifsadman.json
+++ b/domains/tarifsadman.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "TarifSadman",
- "email": "sadmantaha17@gmail.com"
- },
- "record": {
- "URL": "https://tarif-sadman.netlify.app/"
- }
+ "owner": {
+ "username": "TarifSadman",
+ "email": "sadmantaha17@gmail.com"
+ },
+ "record": {
+ "URL": "https://tarif-sadman.netlify.app/"
+ }
}
diff --git a/domains/tasory.json b/domains/tasory.json
new file mode 100644
index 000000000..656423749
--- /dev/null
+++ b/domains/tasory.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tasory",
+ "email": "andr3393399@gmail.com"
+ },
+ "record": {
+ "CNAME": "tasory.github.io"
+ }
+}
diff --git a/domains/tawhid.json b/domains/tawhid.json
new file mode 100644
index 000000000..4a7ab0430
--- /dev/null
+++ b/domains/tawhid.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Dumbo-programmer",
+ "email": "rony.120285d2k@gmail.com"
+ },
+ "record": {
+ "CNAME": "dumbo-programmer.github.io"
+ }
+}
diff --git a/domains/taxen.json b/domains/taxen.json
new file mode 100644
index 000000000..2a8ef5743
--- /dev/null
+++ b/domains/taxen.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "taxenlmao",
+ "email": "jayd3ngame@gmail.com"
+ },
+ "record": {
+ "URL": "https://feds.lol/skittles"
+ }
+}
diff --git a/domains/tay.json b/domains/tay.json
new file mode 100644
index 000000000..8ccd4c52b
--- /dev/null
+++ b/domains/tay.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "tayrp",
+ "email": "mystixmew@gmail.com",
+ "discord": "1050531216589332581"
+ },
+
+ "record": {
+ "CNAME": "tayrp.github.io"
+ }
+}
diff --git a/domains/tdim.json b/domains/tdim.json
new file mode 100644
index 000000000..9ddd060b4
--- /dev/null
+++ b/domains/tdim.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Hima-Pro",
+ "email": "pnpop01027066161@gmail.com"
+ },
+ "record": {
+ "CNAME": "hima-pro.github.io"
+ }
+}
diff --git a/domains/teamfive.sono.json b/domains/teamfive.sono.json
new file mode 100644
index 000000000..5bfe5ce2a
--- /dev/null
+++ b/domains/teamfive.sono.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "getSono",
+ "email": "julianwolf2013@outlook.de",
+ "discord": "1222250424309121145"
+ },
+
+ "record": {
+ "CNAME": "getsono.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/tech-geek-united.json b/domains/tech-geek-united.json
index c9cad3e34..3634622f5 100644
--- a/domains/tech-geek-united.json
+++ b/domains/tech-geek-united.json
@@ -6,7 +6,10 @@
},
"record": {
"URL": "https://techgeekunited.github.io",
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/tech4file.json b/domains/tech4file.json
new file mode 100644
index 000000000..bfaadf4ec
--- /dev/null
+++ b/domains/tech4file.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "kubsai",
+ "email": "",
+ "discord": "477781395922485248",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.rjBMItaMqXDR5sgtxH1YnZZ9mYBhx3cbEQzddCZUiMNBR46LhAZ2AhH8wCbD6SG2zvXxFAs_37Lj-kdKpTwqvslDWBwu-USKw744-I9JSYOo5AOp07XOeMBub_hlhDzTs7c71UEp0Zn2aWcNT164tJZ9FtrrGz1cOlA1FrgOY6IiddK6Kpxc9WNfyKrFcvI36qFxp4Tb8S0Ibybm61KJbstlgbjxwB6KggPTHsywFOhw_Qefe9-QptaoPZRiruXHzvfWYoEzDVjlu7sfXbbyTfla9P6KMldZqhzfYLB1urG-iUnbE5lXWHpPUHS3Hg6-_zWzBIMn65gKfmXrp-uV7A.hW8GxTh4cATNDhwiGbFWyg.JoRpaJgGT1hqgC16L__tz931OK9opx5RmAWfsoe3QHUsiqCQM8xLkxUldZUX_UwYQWD0VZHxkk6KXYFfp2NwtQ.Q4d-6jP2DF2q_-6B8o-u5Q"
+ },
+
+ "record": {
+ "A": ["185.27.134.230"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/techbot.json b/domains/techbot.json
index efbfd640a..c4cc49d5f 100644
--- a/domains/techbot.json
+++ b/domains/techbot.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "gunter228",
- "email": "mq.2024@mail.ru"
- },
- "record": {
- "A": ["45.11.229.211"]
- }
+ "owner": {
+ "username": "gunter228",
+ "email": "mq.2024@mail.ru"
+ },
+ "record": {
+ "A": ["45.137.70.68"]
+ }
}
diff --git a/domains/teesh.json b/domains/teesh.json
new file mode 100644
index 000000000..1f2c740d6
--- /dev/null
+++ b/domains/teesh.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "teesh3rt",
+ "email": "teesh3rt@gmail.com"
+ },
+ "description": "Teesh's Site",
+ "repo": "https://github.com/teesh3rt/teesh3rt.github.io",
+ "record": {
+ "CNAME": "teesh3rt.github.io"
+ }
+}
diff --git a/domains/tejaswa.json b/domains/tejaswa.json
new file mode 100644
index 000000000..5ccb9253c
--- /dev/null
+++ b/domains/tejaswa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tejas-wa",
+ "email": "sa.firein@proton.me"
+ },
+ "record": {
+ "CNAME": "tejas-wa.github.io"
+ }
+}
diff --git a/domains/temelkov.json b/domains/temelkov.json
new file mode 100644
index 000000000..023a9b850
--- /dev/null
+++ b/domains/temelkov.json
@@ -0,0 +1,11 @@
+{
+ "description": "Stanislav Temelkov Proffesional Portfolio",
+ "repo": "https://github.com/Temelkov/temelkov.github.io",
+ "owner": {
+ "username": "Temelkov",
+ "email": "stanislav.temelkov@hotmail.com"
+ },
+ "record": {
+ "CNAME": "temelkov.github.io"
+ }
+}
diff --git a/domains/tenvy.json b/domains/tenvy.json
new file mode 100644
index 000000000..fffb55bcc
--- /dev/null
+++ b/domains/tenvy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Tenvy",
+ "email": "riskykusyon.school@gmail.com"
+ },
+ "record": {
+ "URL": "https://tenvy.vercel.app"
+ }
+}
diff --git a/domains/test-netlify.json b/domains/test-netlify.json
new file mode 100644
index 000000000..67b34d3f5
--- /dev/null
+++ b/domains/test-netlify.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Stef-00012",
+ "email": "admin@stefdp.is-a.dev",
+ "discord": "694986201739952229"
+ },
+ "record": {
+ "CNAME": "test-is-a-dev.netlify.app"
+ }
+}
diff --git a/domains/test.chiragnahata.json b/domains/test.chiragnahata.json
new file mode 100644
index 000000000..726befd50
--- /dev/null
+++ b/domains/test.chiragnahata.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/test.cutedog5695.json b/domains/test.cutedog5695.json
new file mode 100644
index 000000000..f38aad1e7
--- /dev/null
+++ b/domains/test.cutedog5695.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "CuteDog5695",
+ "email": "",
+ "discord": "716306888492318790",
+ "twitter": "cutedog5695"
+ },
+ "record": {
+ "CNAME": "glistening-faloodeh-84f4b1.netlify.app"
+ }
+}
diff --git a/domains/test.json b/domains/test.json
new file mode 100644
index 000000000..b62378c74
--- /dev/null
+++ b/domains/test.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "TerraPlayz",
+ "email": "omsenjalia@gmail.com",
+ "discord": "248470317540966443"
+ },
+
+ "record": {
+ "A": ["11.11.11.11"]
+ }
+}
diff --git a/domains/test.trung.json b/domains/test.trung.json
new file mode 100644
index 000000000..b99730c4e
--- /dev/null
+++ b/domains/test.trung.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "A": ["35.185.84.140"]
+ }
+}
diff --git a/domains/texnogrand-dev.json b/domains/texnogrand-dev.json
new file mode 100644
index 000000000..0c4c6529f
--- /dev/null
+++ b/domains/texnogrand-dev.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "muhamamdyusuf-kurbonov",
+ "email": "muhammadyusuf.kurbonov2002@gmail.com"
+ },
+ "record": {
+ "A": ["213.199.33.74"]
+ }
+}
diff --git a/domains/tf.json b/domains/tf.json
new file mode 100644
index 000000000..c3e6c7971
--- /dev/null
+++ b/domains/tf.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "WaspZix",
+ "email": "160319648+WaspZix@users.noreply.github.com"
+ },
+ "record": {
+ "CNAME": "thefirst.glitch.me"
+ }
+}
diff --git a/domains/th3.json b/domains/th3.json
new file mode 100644
index 000000000..d34330fea
--- /dev/null
+++ b/domains/th3.json
@@ -0,0 +1,11 @@
+{
+ "description": "Th3-C0der's subdomain",
+ "repo": "https://github.com/Th3-C0der/Th3-C0der.github.io",
+ "owner": {
+ "username": "Th3-C0der",
+ "email": "Th3Drag8N@proton.me"
+ },
+ "record": {
+ "CNAME": "th3-c0der.github.io"
+ }
+}
diff --git a/domains/thaihung.json b/domains/thaihung.json
index 3daa8144f..1b0388685 100644
--- a/domains/thaihung.json
+++ b/domains/thaihung.json
@@ -13,7 +13,10 @@
"185.199.111.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
diff --git a/domains/the-green-light.json b/domains/the-green-light.json
new file mode 100644
index 000000000..bec4a9ac0
--- /dev/null
+++ b/domains/the-green-light.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Senky-Dev",
+ "email": "agarwala.keshav10@gmail.com"
+ },
+ "record": {
+ "CNAME": "the-green-light.pages.dev"
+ }
+}
diff --git a/domains/the.neighbour.next.door.json b/domains/the.neighbour.next.door.json
new file mode 100644
index 000000000..c6cc82372
--- /dev/null
+++ b/domains/the.neighbour.next.door.json
@@ -0,0 +1,26 @@
+{
+ "description": "A fun meme site :0 (as of entering of this domain, it hasn't been published yet).",
+ "owner": {
+ "username": "theNeighbourNextDoor",
+ "email": "theNeighbourNextDoor@ukrio.is-a.dev"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "AAAA": [
+ "2606:50c0:8000::153",
+ "2606:50c0:8001::153",
+ "2606:50c0:8002::153",
+ "2606:50c0:8003::153"
+ ],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
+ "TXT": "forward-email=u8k50850@gmail.com"
+ }
+}
diff --git a/domains/thecode764.json b/domains/thecode764.json
new file mode 100644
index 000000000..c5db43f66
--- /dev/null
+++ b/domains/thecode764.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Thecode764",
+ "email": "artin962354@proton.me"
+ },
+ "record": {
+ "URL": "https://thecode764.github.io"
+ }
+}
diff --git a/domains/thedt.json b/domains/thedt.json
index ea52c6fcf..ca92d70ce 100644
--- a/domains/thedt.json
+++ b/domains/thedt.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "thedtvn",
- "email": "duongtuan30306@gmail.com"
- },
- "record": {
- "URL": "https://many.link/dt/"
- }
+ "owner": {
+ "username": "thedtvn",
+ "email": "duongtuan30306@gmail.com"
+ },
+ "record": {
+ "CNAME": "thedt-portfolio.pages.dev"
+ }
}
diff --git a/domains/theharry.json b/domains/theharry.json
new file mode 100644
index 000000000..7e9a5a9d2
--- /dev/null
+++ b/domains/theharry.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "Aceharry16",
+ "email": "aceharry16@gmail.com",
+ "discord": "1229076684066783252"
+ },
+
+ "record": {
+ "A": ["69.197.135.202"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/theneighbournextdoor.json b/domains/theneighbournextdoor.json
new file mode 100644
index 000000000..81b85c8c9
--- /dev/null
+++ b/domains/theneighbournextdoor.json
@@ -0,0 +1,15 @@
+{
+ "description": "A fun meme site :0 (as of entering of this domain, it hasn't been published yet).",
+ "owner": {
+ "username": "theNeighbourNextDoor",
+ "email": "theNeighbourNextDoor@ukrio.is-a.dev"
+ },
+ "record": {
+ "URL": "https://theneighbournextdoor.github.io/",
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
+ "TXT": "forward-email=u8k50850@gmail.com"
+ }
+}
diff --git a/domains/thenoppy12.json b/domains/thenoppy12.json
new file mode 100644
index 000000000..bca17f9f9
--- /dev/null
+++ b/domains/thenoppy12.json
@@ -0,0 +1,12 @@
+{
+ "description": "Main Page",
+ "repo": "https://github.com/thenoppy12/thenoppy12.github.io",
+ "owner": {
+ "username": "BussyBakks",
+ "email": "lengochuykiengiang@gmail.com",
+ "discord": ".thenoppy12"
+ },
+ "record": {
+ "CNAME": "thenoppy12.github.io"
+ }
+}
diff --git a/domains/theo.json b/domains/theo.json
index dff8f0224..5efe7f504 100644
--- a/domains/theo.json
+++ b/domains/theo.json
@@ -1,12 +1,12 @@
{
- "description": "Personal website (blog and etc).",
- "repo": "https://github.com/DrTheodor/drtheodor.github.io",
- "owner": {
- "username": "DrTheodor",
- "email": "teodor2k8@gmail.com",
- "discord": "691552610519613440"
- },
- "record": {
- "CNAME": "drtheodor.github.io"
- }
+ "description": "Personal website (blog and etc).",
+ "repo": "https://github.com/DrTheodor/drtheodor.github.io",
+ "owner": {
+ "username": "DrTheodor",
+ "email": "teodor2k8@gmail.com",
+ "discord": "691552610519613440"
+ },
+ "record": {
+ "CNAME": "drtheodor.github.io"
+ }
}
diff --git a/domains/theprofessionalbinbag.json b/domains/theprofessionalbinbag.json
new file mode 100644
index 000000000..ba13924a1
--- /dev/null
+++ b/domains/theprofessionalbinbag.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Soapiexoxoxo",
+ "email": "ellieroberts240506@outlook.com"
+ },
+ "record": {
+ "URL": "https://free-5118674.webadorsite.com/"
+ }
+}
diff --git a/domains/thetechnikfreak.json b/domains/thetechnikfreak.json
index f7f05a2f6..b3fcc5b13 100644
--- a/domains/thetechnikfreak.json
+++ b/domains/thetechnikfreak.json
@@ -5,7 +5,14 @@
"discord": "TheTechnikFreak#3314"
},
"record": {
- "A": ["52.21.33.16", "18.184.197.212"],
- "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"]
+ "A": [
+ "52.21.33.16",
+ "18.184.197.212"
+ ],
+ "MX": [
+ "mx.zoho.eu",
+ "mx2.zoho.eu",
+ "mx3.zoho.eu"
+ ]
}
}
diff --git a/domains/thewonglife.json b/domains/thewonglife.json
new file mode 100644
index 000000000..a223ee952
--- /dev/null
+++ b/domains/thewonglife.json
@@ -0,0 +1,12 @@
+{
+ "description": "Nicholas Wong's Personal Subdomain",
+ "repo": "https://github.com/TheWongLife/TheWongLife.github.io",
+ "owner": {
+ "username": "TheWongLife",
+ "email": "nwong27@illinois.edu",
+ "twitter": "The_Wong_Life"
+ },
+ "record": {
+ "CNAME": "thewonglife.github.io"
+ }
+}
diff --git a/domains/thikhathali.json b/domains/thikhathali.json
index 2065da4f0..ee33d6291 100644
--- a/domains/thikhathali.json
+++ b/domains/thikhathali.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Thikhathali",
- "email": "thikhamataboge@gmail.com"
- },
- "record": {
- "CNAME": "thikhathali.github.io"
- }
+ "owner": {
+ "username": "Thikhathali",
+ "email": "thikhamataboge@gmail.com"
+ },
+ "record": {
+ "CNAME": "thikhathali.github.io"
+ }
}
diff --git a/domains/this-guy.json b/domains/this-guy.json
new file mode 100644
index 000000000..a270af88d
--- /dev/null
+++ b/domains/this-guy.json
@@ -0,0 +1,11 @@
+{
+ "description": "This Guy is a Dev.",
+
+ "owner": {
+ "username": "ochotadariusz",
+ "email": "ochota.dariusz@gmail.com"
+ },
+ "record": {
+ "CNAME": "ochotadariusz.github.io"
+ }
+}
diff --git a/domains/tianji.stefdp.json b/domains/tianji.stefdp.json
index 4ad66c889..37f29b109 100644
--- a/domains/tianji.stefdp.json
+++ b/domains/tianji.stefdp.json
@@ -5,8 +5,6 @@
"discord": "694986201739952229"
},
"record": {
- "A": [
- "45.137.70.68"
- ]
+ "CNAME": "proxy.stefdp.is-a.dev"
}
}
diff --git a/domains/ticketkit.json b/domains/ticketkit.json
new file mode 100644
index 000000000..3a230ac41
--- /dev/null
+++ b/domains/ticketkit.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "blaze-099",
+ "email": "",
+ "discord": "1186691290759434350"
+ },
+ "record": {
+ "CNAME": "ticketsx.netlify.app"
+ }
+}
+
diff --git a/domains/tictactoe.amaankazi.json b/domains/tictactoe.amaankazi.json
new file mode 100644
index 000000000..6e8f6352c
--- /dev/null
+++ b/domains/tictactoe.amaankazi.json
@@ -0,0 +1,11 @@
+{
+ "description": "Tic Tac Toe (X & O) local, online and bot",
+ "repo": "https://github.com/Amaan-Kazi/website-TicTacToe",
+ "owner": {
+ "username": "Amaan-Kazi",
+ "email": "amaankazi1793@gmail.com"
+ },
+ "record": {
+ "CNAME": "tictactoe-amaankazi.pages.dev"
+ }
+}
diff --git a/domains/tien.json b/domains/tien.json
new file mode 100644
index 000000000..90b97603d
--- /dev/null
+++ b/domains/tien.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal Developer Start Page",
+ "repo": "https://github.com/TonyN678/TonyN678.github.io",
+ "owner": {
+ "username": "TonyN678",
+ "email": "tientonybest2006@gmail.com"
+ },
+ "record": {
+ "CNAME": "TonyN678.github.io"
+ }
+}
diff --git a/domains/tih.json b/domains/tih.json
index 6849ce094..5c3385aaa 100644
--- a/domains/tih.json
+++ b/domains/tih.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "FatihArridho",
- "email": "m.fatiharridho@gmail.com"
- },
- "record": {
- "CNAME": "tih-9t0.pages.dev"
- }
-}
+ "owner": {
+ "username": "FatihArridho",
+ "email": "m.fatiharridho@gmail.com"
+ },
+ "record": {
+ "CNAME": "tih-9t0.pages.dev"
+ }
+}
diff --git a/domains/titan.json b/domains/titan.json
index b493cc257..916e8a963 100644
--- a/domains/titan.json
+++ b/domains/titan.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "bhoopesh369",
- "email": "bhoopesh459@gmail.com"
- },
- "record": {
- "A": ["217.174.245.249"]
- }
+ "owner": {
+ "username": "bhoopesh369",
+ "email": "bhoopesh459@gmail.com"
+ },
+ "record": {
+ "A": ["217.174.245.249"]
+ }
}
diff --git a/domains/tiyanof.json b/domains/tiyanof.json
new file mode 100644
index 000000000..65dac000f
--- /dev/null
+++ b/domains/tiyanof.json
@@ -0,0 +1,12 @@
+{
+ "description": "To make my website more cooler bc is-a.dev domain is cool ngl",
+ "repo": "https://github.com/tiyanof/tiyanof.github.io",
+ "owner": {
+ "username": "tiyanof",
+ "email": "hannasophia1999@gmail.com",
+ "twitter": "s00op_"
+ },
+ "record": {
+ "CNAME": "tiyanof.github.io"
+ }
+}
diff --git a/domains/tju-emg.json b/domains/tju-emg.json
new file mode 100644
index 000000000..6df251cfd
--- /dev/null
+++ b/domains/tju-emg.json
@@ -0,0 +1,11 @@
+{
+ "description": "TJU Engineering Mechanics Guide",
+ "repo": "https://gitlab.com/tju-2021-engineering-mechanics-top-notch/tju-emg",
+ "owner": {
+ "username": "XiaoHuanwise",
+ "email": "1056366209@qq.com"
+ },
+ "record": {
+ "URL": "https://tju-2021-engineering-mechanics-top-notch.gitlab.io/tju-emg"
+ }
+}
diff --git a/domains/tk.json b/domains/tk.json
index ba6a21620..d69fe43fe 100644
--- a/domains/tk.json
+++ b/domains/tk.json
@@ -1,9 +1,12 @@
{
- "owner": {
- "username": "thaddeuskkr",
- "email": "thaddeuskkr@gmail.com"
- },
- "record": {
- "CNAME": "tkkr.tplinkdns.com"
- }
+ "owner": {
+ "username": "thaddeuskkr",
+ "email": "",
+ "discord": "275830234262142978",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.lLFfIW3EiPjgK-i-I5E56ERBvjl-ueM91PRyYM6wRClZzuoAj4nQyqL57dSZjhO_4Hbu4ZubbM1I_NI8Vt4_SlsFmxgL-hrvH9tf7rv-hX-TZtBWT_LQQUmhd1ZViGwELTly797M8VXZ39ER2gDmzruxjh8eQEHBCeJujWuUNicigehUgfk-Pk9rSchVlR3TUcwL-wylY58KvBLQwIeMmqUW2qs_E_iKCwk_8FQH-IUb_4W58r6wBHh6MqiP72Py9ssDbxrV59e1eGrQZXYJJM1rUZHoHzW1KX84FgT0QCGc1cSiV-Sdc3p6WceRY6Tf1akfTNjuga61kpgzluoTxg.QwFk8iYMpzefwXgErTr9cQ.kwMwAIrFDxCKfvSxx3Jpvb6ZkiFcp56BFoBg7KQMsYw4PBK60JNzjpMpgMqZ7jymnYJFTz5img3xLlxBF7UuUy_Z9MgHCHaVR3W7970smoQ.aBJoeQFaHiIyXkpQa1Gx7g"
+ },
+
+ "record": {
+ "CNAME": "tkkr.tplinkdns.com"
+ }
}
diff --git a/domains/tlowng.json b/domains/tlowng.json
new file mode 100644
index 000000000..043584104
--- /dev/null
+++ b/domains/tlowng.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "longathelstan",
+ "email": "longaluminium10@gmail.com"
+ },
+ "record": {
+ "URL": "https://guns.lol/longathelstan"
+ }
+}
diff --git a/domains/tmasikt.json b/domains/tmasikt.json
new file mode 100644
index 000000000..1fe9f2e93
--- /dev/null
+++ b/domains/tmasikt.json
@@ -0,0 +1,12 @@
+{
+ "description": "tmasikt's server record",
+ "owner": {
+ "username": "tmasikt",
+ "email": "tmasik.t.210@gmail.com",
+ "telegram": "tmasikt",
+ "discord": "tmasikt"
+ },
+ "record": {
+ "A": ["194.190.169.59"]
+ }
+}
diff --git a/domains/to-zeeshan.json b/domains/to-zeeshan.json
new file mode 100644
index 000000000..10ca6bbf1
--- /dev/null
+++ b/domains/to-zeeshan.json
@@ -0,0 +1,15 @@
+{
+ "description": "zeeshan's email",
+ "repo": "https://zeeshan.is-a.dev",
+ "owner": {
+ "username": "m-zeeshan42" ,
+ "email": "zeeshanashraf424@gmail.com"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/toast.json b/domains/toast.json
new file mode 100644
index 000000000..46a7ea8c1
--- /dev/null
+++ b/domains/toast.json
@@ -0,0 +1,11 @@
+{
+ "description": "toast's toast",
+ "repo": "https://github.com/lightly-toasted/lightly-toasted.github.io",
+ "owner": {
+ "username": "lightly-toasted",
+ "email": "tooast@duck.com"
+ },
+ "record": {
+ "CNAME": "lightly-toasted.github.io"
+ }
+}
diff --git a/domains/tobez.json b/domains/tobez.json
index 3641c412c..f7ead48df 100644
--- a/domains/tobez.json
+++ b/domains/tobez.json
@@ -1,10 +1,10 @@
{
"owner": {
- "username": "TobezDev",
+ "username": "tobezdev",
"email": "therealtobes28@gmail.com"
},
"record": {
- "URL": "https://tobez.dev"
+ "URL": "https://discord.gg/c2UhTFyRBw"
}
}
diff --git a/domains/toby.json b/domains/toby.json
index bccae9460..23f45f3e9 100644
--- a/domains/toby.json
+++ b/domains/toby.json
@@ -1,10 +1,10 @@
{
- "owner": {
- "username": "toby7002",
- "email": "minhthoj27@icloud.com"
- },
+ "owner": {
+ "username": "toby7002",
+ "email": "minhthoj27@icloud.com"
+ },
- "record": {
- "URL": "https://toby7002.github.io"
- }
+ "record": {
+ "URL": "https://toby7002.github.io"
+ }
}
diff --git a/domains/tomgxz.json b/domains/tomgxz.json
index f63efc5f7..8cb257965 100644
--- a/domains/tomgxz.json
+++ b/domains/tomgxz.json
@@ -4,6 +4,6 @@
"email": "tomgxz138@gmail.com"
},
"record": {
- "CNAME": "cv3cgzx7.up.railway.app"
+ "URL": "https://tomlx.co.uk"
}
}
diff --git a/domains/tomiszivacs.json b/domains/tomiszivacs.json
new file mode 100644
index 000000000..d90bea90f
--- /dev/null
+++ b/domains/tomiszivacs.json
@@ -0,0 +1,13 @@
+{
+ "description": "Tomiszivacs' site",
+ "repo": "https://github.com/TomiSzivacs/TomiSzivacs.github.io",
+ "owner": {
+ "username": "TomiSzivacs",
+ "email": "tomiyt999@gmail.com",
+ "discord": "1133680871879229440"
+ },
+
+ "record": {
+ "CNAME": "tomiszivacs.github.io"
+ }
+}
diff --git a/domains/tomsystems.json b/domains/tomsystems.json
new file mode 100644
index 000000000..927f49550
--- /dev/null
+++ b/domains/tomsystems.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "thesillycat",
+ "email": "tomnetwork@duck.com"
+ },
+ "record": {
+ "CNAME": "tomsystems.pages.dev"
+ }
+}
diff --git a/domains/too-obvious-that.maskduck.json b/domains/too-obvious-that.maskduck.json
index 9d6673904..78c5f9e3b 100644
--- a/domains/too-obvious-that.maskduck.json
+++ b/domains/too-obvious-that.maskduck.json
@@ -2,13 +2,15 @@
"owner": {
"username": "MaskDuck",
"email": "",
- "discord": "MaskDuck#1337",
+ "discord": "maskduck",
"twitter": "MaskDuck1",
- "reddit": "u/maskduck",
- "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586."
+ "reddit": "u/maskduck"
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/totallynotmwa.json b/domains/totallynotmwa.json
new file mode 100644
index 000000000..9450b1906
--- /dev/null
+++ b/domains/totallynotmwa.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Totallynotmwa",
+ "email": "totallynot@mwa.lol"
+ },
+ "record": {
+ "URL": "https://mwa.lol"
+ }
+}
diff --git a/domains/tr1n.json b/domains/tr1n.json
new file mode 100644
index 000000000..fb216032f
--- /dev/null
+++ b/domains/tr1n.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tr1n",
+ "email": "djpatrio@gmail.com"
+ },
+ "record": {
+ "URL": "https://tr1n.me"
+ }
+}
diff --git a/domains/tracking.seen.json b/domains/tracking.seen.json
new file mode 100644
index 000000000..d67b225e3
--- /dev/null
+++ b/domains/tracking.seen.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Seendator",
+ "email": "seendator@outlook.com",
+ "discord": "852477599476482048"
+ },
+ "record": {
+ "CNAME": "api.elasticemail.com"
+ }
+}
diff --git a/domains/trackstore.json b/domains/trackstore.json
new file mode 100644
index 000000000..eb92f2038
--- /dev/null
+++ b/domains/trackstore.json
@@ -0,0 +1,11 @@
+{
+ "description": "TrackStore is website where people can share and find Hill Climb Racing 2 custom tracks. It is not ready yet, but is actively under development. The email I used is a Proton Mail 'hide my email alias'. For more info on TrackStore, see https://github.com/TrackStore#README",
+ "repo": "https://github.com/TrackStore/TrackStore.github.io",
+ "owner": {
+ "username": "TrackStore",
+ "email": "imaginary_macaw058@simplelogin.com"
+ },
+ "record": {
+ "CNAME": "trackstore.github.io"
+ }
+}
diff --git a/domains/transfer.creeperita104.json b/domains/transfer.creeperita104.json
new file mode 100644
index 000000000..66df526f1
--- /dev/null
+++ b/domains/transfer.creeperita104.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "creeperita09",
+ "email": "creeperita.09@gmail.com"
+ },
+ "record": {
+ "CNAME": "icahomesvr2022.freeddns.org"
+ }
+}
diff --git a/domains/triach-rold.json b/domains/triach-rold.json
new file mode 100644
index 000000000..46443e71c
--- /dev/null
+++ b/domains/triach-rold.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "triach-rold",
+ "email": "roldtriach@gmail.com"
+ },
+ "record": {
+ "URL": "https://triach-rold.github.io/"
+ }
+}
diff --git a/domains/triachrold.json b/domains/triachrold.json
new file mode 100644
index 000000000..46443e71c
--- /dev/null
+++ b/domains/triachrold.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "triach-rold",
+ "email": "roldtriach@gmail.com"
+ },
+ "record": {
+ "URL": "https://triach-rold.github.io/"
+ }
+}
diff --git a/domains/trix.json b/domains/trix.json
new file mode 100644
index 000000000..94dff565e
--- /dev/null
+++ b/domains/trix.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tr1xem",
+ "email": "admin@trixsly.xyz"
+ },
+ "record": {
+ "CNAME": "superuser-l.github.io"
+ }
+}
diff --git a/domains/trollm8.json b/domains/trollm8.json
new file mode 100644
index 000000000..28fd6b728
--- /dev/null
+++ b/domains/trollm8.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "trollm8",
+ "email": "",
+ "discord": "1266754182082461751",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Tmidf0-ostr7SwvsJgEdvwL8GNzBRuA7akFPycL23OBl4RxlOctbY2tZJhm9AFmd1GW_2cbZs735Lc4fbPYYOqYSg5PuCmPLA1LHrDdAffwQT2nwBZkKstxOWgR9_l0DvStxpyMd86jVgRUujXL0nChFeDA2-us7I0FaQsM4ojDFI2_yovADFT5MoukCYW1GEfu5-gsETTomrovCg2dKOGem8EH1bUhe9DFa0fzkVA9WNpleK5nW-53JC4LYNAttdNTLkzk8J04JMesCpKFNsuuqWJwIyJMhatge0PzKEQr2VQ-_oR9Mf-PJs5Wfrh64HLsV4WmCEgGJfY88vmOISQ.BP-dCaDVgXkrR30NuwAsag.vkx4F6n9o6tw0EQhk_eKzK4Q3PhxZfuoUf2_8sTjakA-vlRC04qXZ9STXkZzDl6XwG8uZbM1FCob-_AhY5ASPQ.fkMZOYZWqGef_gddA379eA"
+ },
+
+ "record": {
+ "CNAME": "trollm8.pages.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/trueuser.json b/domains/trueuser.json
index 738526030..d86ce7b16 100644
--- a/domains/trueuser.json
+++ b/domains/trueuser.json
@@ -4,6 +4,11 @@
"email": "thisistrueemail@gmail.com"
},
"record": {
- "A": ["69.30.249.53"]
+ "A": ["69.30.249.53"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/trung.json b/domains/trung.json
index c9210d96d..b99730c4e 100644
--- a/domains/trung.json
+++ b/domains/trung.json
@@ -4,6 +4,6 @@
"email": "vuthanhtrungsuper@gmail.com"
},
"record": {
- "CNAME": "dev-website-emr.pages.dev"
+ "A": ["35.185.84.140"]
}
}
diff --git a/domains/tshonq.json b/domains/tshonq.json
new file mode 100644
index 000000000..ba9443808
--- /dev/null
+++ b/domains/tshonq.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shubhamakshit",
+ "email": "akshitshubhammas@gmail.com"
+ },
+ "record": {
+ "CNAME": "tshonqkhan.onrender.com"
+ }
+}
diff --git a/domains/ttt.talinsharma.json b/domains/ttt.talinsharma.json
new file mode 100644
index 000000000..697df0714
--- /dev/null
+++ b/domains/ttt.talinsharma.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "TalinTheDev",
+ "email": "talinsharma.dev@gmail.com",
+ "discord": "1010508154481676329"
+ },
+
+ "record": {
+ "CNAME": "tic-tac-toe-175c5.web.app"
+ }
+}
diff --git a/domains/u.json b/domains/u.json
new file mode 100644
index 000000000..a1422fcd9
--- /dev/null
+++ b/domains/u.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "ukrioo",
+ "email": "u8k50850@gmail.com"
+ },
+ "record": {
+ "URL": "https://ukrioo.github.io/",
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
+ "TXT": "forward-email=u8k50850@gmail.com"
+ }
+}
diff --git a/domains/uk.json b/domains/uk.json
index 89ea90364..a1422fcd9 100644
--- a/domains/uk.json
+++ b/domains/uk.json
@@ -1,11 +1,14 @@
{
- "owner": {
- "username": "ukrioo",
- "email": "u8k50850@gmail.com"
- },
- "record": {
- "URL": "https://ukrioo.github.io/",
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
- "TXT": "forward-email=u8k50850@gmail.com"
- }
+ "owner": {
+ "username": "ukrioo",
+ "email": "u8k50850@gmail.com"
+ },
+ "record": {
+ "URL": "https://ukrioo.github.io/",
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
+ "TXT": "forward-email=u8k50850@gmail.com"
+ }
}
diff --git a/domains/ukrio.json b/domains/ukrio.json
index 4791dc2e2..afaf1efa7 100644
--- a/domains/ukrio.json
+++ b/domains/ukrio.json
@@ -19,6 +19,9 @@
"2606:50c0:8003::153"
],
"TXT": "v=spf1 include:spf.improvmx.com ~all",
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"]
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ]
}
}
diff --git a/domains/ultimatemedia.json b/domains/ultimatemedia.json
index b5c8f7c0a..4f1d287f0 100644
--- a/domains/ultimatemedia.json
+++ b/domains/ultimatemedia.json
@@ -12,7 +12,10 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/umarahsan.json b/domains/umarahsan.json
new file mode 100644
index 000000000..139682c06
--- /dev/null
+++ b/domains/umarahsan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "umarxz559",
+ "email": "umarxz559@gmail.com"
+ },
+ "record": {
+ "A": ["141.147.52.210"]
+ }
+}
diff --git a/domains/undefined.json b/domains/undefined.json
new file mode 100644
index 000000000..f9d8d472b
--- /dev/null
+++ b/domains/undefined.json
@@ -0,0 +1,22 @@
+{
+ "description": "This subdomain is for my personal portfolio website.",
+ "repo": "https://github.com/baokhang4930/baokhang4930.github.io",
+ "owner": {
+ "username": "baokhang4930",
+ "email": "baokhang4930@gmail.com",
+ "twitter": "undefiined__"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/unnst.json b/domains/unnst.json
index 0b46c9119..9e96de052 100644
--- a/domains/unnst.json
+++ b/domains/unnst.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "482migs",
- "email": "amberisamab@gmail.com"
- },
- "record": {
- "CNAME": "unnst.github.io"
- }
+ "owner": {
+ "username": "482migs",
+ "email": "amberisamab@gmail.com"
+ },
+ "record": {
+ "CNAME": "unnst.github.io"
+ }
}
diff --git a/domains/untitled.json b/domains/untitled.json
new file mode 100644
index 000000000..81b800ddc
--- /dev/null
+++ b/domains/untitled.json
@@ -0,0 +1,11 @@
+{
+ "description": "Hosting my website",
+ "repo": "https://github.com/VihaanAnand/VihaanAnand.github.io",
+ "owner": {
+ "username": "VihaanAnand",
+ "email": "macos14sonoma@gmail.com"
+ },
+ "record": {
+ "CNAME": "VihaanAnand.github.io"
+ }
+}
diff --git a/domains/upd.oxmc.json b/domains/upd.oxmc.json
index 28a3a3fb7..61a9bd4f7 100644
--- a/domains/upd.oxmc.json
+++ b/domains/upd.oxmc.json
@@ -11,7 +11,10 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"],
+ "MX": [
+ "mx1.forwardemail.net",
+ "mx2.forwardemail.net"
+ ],
"TXT": "forward-email=contact:oxmc7769.mail@gmail.com"
}
}
diff --git a/domains/uptime-ryo.json b/domains/uptime-ryo.json
new file mode 100644
index 000000000..c43440b7b
--- /dev/null
+++ b/domains/uptime-ryo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "FrosGaming",
+ "email": "dgfrosdgfros@gmail.com"
+ },
+ "record": {
+ "A": ["69.197.135.203"]
+ }
+}
diff --git a/domains/uptime.acronical.json b/domains/uptime.acronical.json
new file mode 100644
index 000000000..fa8380b23
--- /dev/null
+++ b/domains/uptime.acronical.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AcronicalYT",
+ "email": "acronicalbusiness@gmail.com"
+ },
+ "record": {
+ "A": ["138.68.133.84"]
+ }
+}
diff --git a/domains/uptime.stefdp.json b/domains/uptime.stefdp.json
index 0223d9753..e2b559f3c 100644
--- a/domains/uptime.stefdp.json
+++ b/domains/uptime.stefdp.json
@@ -6,8 +6,6 @@
"github_id": 81536172
},
"record": {
- "A": [
- "45.137.70.68"
- ]
+ "CNAME": "proxy.stefdp.is-a.dev"
}
}
diff --git a/domains/uptime.trung.json b/domains/uptime.trung.json
index c372c8070..b99730c4e 100644
--- a/domains/uptime.trung.json
+++ b/domains/uptime.trung.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "vuthanhtrung2010",
- "email": "vuthanhtrungsuper@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "A": ["35.185.84.140"]
+ }
}
diff --git a/domains/urduck.json b/domains/urduck.json
deleted file mode 100644
index 1918d7e4a..000000000
--- a/domains/urduck.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "description": "MaskDuck's personal website!",
- "repo": "https://github.com/maskducks/maskducks.github.io",
- "owner": {
- "username": "MaskDuck",
- "email": "",
- "discord": "MaskDuck#7325",
- "twitter": "MaskDuck1",
- "reddit": "u/maskduck",
- "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586."
- },
- "record": {
- "CNAME": "maskducks.github.io"
- }
-}
diff --git a/domains/urging.json b/domains/urging.json
index e0d094d44..e8cfb309f 100644
--- a/domains/urging.json
+++ b/domains/urging.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "UrgingOfc",
- "email": "diogo.lopes.silva.ch@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
+ "owner": {
+ "username": "UrgingOfc",
+ "email": "diogo.lopes.silva.ch@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
}
diff --git a/domains/use-ho2.json b/domains/use-ho2.json
index 0cb068a29..5366d809e 100644
--- a/domains/use-ho2.json
+++ b/domains/use-ho2.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "hussain22g",
- "email": "hussainaltahoo944@gmail.com"
- },
- "record": {
- "CNAME": "ho2.pages.dev"
- }
+ "owner": {
+ "username": "hussain22g",
+ "email": "hussainaltahoo944@gmail.com"
+ },
+ "record": {
+ "CNAME": "ho2.pages.dev"
+ }
}
diff --git a/domains/user0.json b/domains/user0.json
new file mode 100644
index 000000000..fbb4ad490
--- /dev/null
+++ b/domains/user0.json
@@ -0,0 +1,13 @@
+{
+ "description": "My own web profile",
+ "repo": "https://github.com/user0-07161/user0-07161.github.io",
+ "owner": {
+ "username": "user0-07161",
+ "email": "user0thenyancat@proton.me",
+ "discord": "1213799919920484364"
+ },
+
+ "record": {
+ "CNAME": "user0-07161.github.io"
+ }
+}
diff --git a/domains/utkarsh.json b/domains/utkarsh.json
new file mode 100644
index 000000000..27aa394c1
--- /dev/null
+++ b/domains/utkarsh.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/utkarshkrsingh/website",
+ "owner": {
+ "username": "Utkarshkrsingh",
+ "email": "utkarshkrsingh@proton.me"
+ },
+ "record": {
+ "CNAME": "utkarshkrsingh.github.io"
+ }
+}
diff --git a/domains/uto.json b/domains/uto.json
new file mode 100644
index 000000000..48e5b27c4
--- /dev/null
+++ b/domains/uto.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "utoshu",
+ "email": "",
+ "discord": "537265937200709672"
+ },
+
+ "record": {
+ "CNAME": "uto.pages.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/uuphoria2.json b/domains/uuphoria2.json
new file mode 100644
index 000000000..f429aa66c
--- /dev/null
+++ b/domains/uuphoria2.json
@@ -0,0 +1,11 @@
+{
+ "description": "This is to be used on my blog.",
+ "repo": "https://github.com/uuphoria2/uuphoria2.github.io",
+ "owner": {
+ "username": "uuphoria2",
+ "email": "gman36147@gmail.com"
+ },
+ "record": {
+ "CNAME": "uuphoria2.github.io"
+ }
+}
diff --git a/domains/uwu.json b/domains/uwu.json
new file mode 100644
index 000000000..da3053a49
--- /dev/null
+++ b/domains/uwu.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "orxngc",
+ "discord": "orangc",
+ "email": "orangc@proton.me"
+ },
+ "record": {
+ "CNAME": "edge.redirect.pizza"
+ }
+}
diff --git a/domains/uynilo9.json b/domains/uynilo9.json
index 08ac4ee06..1d45c6b28 100644
--- a/domains/uynilo9.json
+++ b/domains/uynilo9.json
@@ -1,12 +1,10 @@
{
- "description": "uynilo9.is-a.dev",
- "repo": "https://github.com/uynilo9/website",
"owner": {
"username": "uynilo9",
"email": "uynilo9@outlook.com",
"twitter": "uynilo9"
},
"record": {
- "URL": "https://uynilo9.netlify.app"
+ "CNAME": "uynilo9.pages.dev"
}
}
diff --git a/domains/uzi.json b/domains/uzi.json
new file mode 100644
index 000000000..b3c35ea75
--- /dev/null
+++ b/domains/uzi.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "crischutu07",
+ "email": "",
+ "discord": "1001747794954039368"
+ },
+
+ "record": {
+ "CNAME": "crischutu07.github.io"
+ }
+ }
+
diff --git a/domains/v205.json b/domains/v205.json
new file mode 100644
index 000000000..6b0b43598
--- /dev/null
+++ b/domains/v205.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "V205Arduino",
+ "email": "s@v205.obl.ong",
+ "discord": "1159944006587924490"
+ },
+
+ "record": {
+ "CNAME": "v205.hackclub.app"
+ }
+}
diff --git a/domains/vachanmn.json b/domains/vachanmn.json
index 86bfbac2a..ae385acda 100644
--- a/domains/vachanmn.json
+++ b/domains/vachanmn.json
@@ -1,9 +1,9 @@
- {
- "owner": {
- "username": "vachanmn123",
- "email": "vachanmn123@gmail.com"
- },
- "record": {
- "CNAME": "edge.redirect.pizza"
- }
- }
+{
+ "owner": {
+ "username": "vachanmn123",
+ "email": "vachanmn123@gmail.com"
+ },
+ "record": {
+ "CNAME": "edge.redirect.pizza"
+ }
+}
diff --git a/domains/valo-io.json b/domains/valo-io.json
new file mode 100644
index 000000000..3451aed67
--- /dev/null
+++ b/domains/valo-io.json
@@ -0,0 +1,13 @@
+{
+ "description": "Static page, displaying the links to my socials",
+ "repo": "https://github.com/valo-io/valo-io.github.io",
+ "owner": {
+ "username": "valo-io",
+ "email": "starfleet.valowolf@gmail.com",
+ "twitter": "Valo_iO",
+ "discord": "valo_io"
+ },
+ "record": {
+ "CNAME": "valo-io.github.io"
+ }
+}
diff --git a/domains/vamtic.json b/domains/vamtic.json
new file mode 100644
index 000000000..0b0d9b23f
--- /dev/null
+++ b/domains/vamtic.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "vamtic",
+ "email": "vamtic@yahoo.com"
+ },
+ "record": {
+ "A": ["89.106.200.1"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": ["v=spf1 include:spf.improvmx.com ~all", "google-site-verification=c87D0Hk4uYmuX7ztxpSafWM2aRVNibOeA7gLv7SK2ag"]
+ }
+}
diff --git a/domains/vaxad.json b/domains/vaxad.json
new file mode 100644
index 000000000..e209e12ec
--- /dev/null
+++ b/domains/vaxad.json
@@ -0,0 +1,11 @@
+{
+ "description": "Varad's personal developer website",
+ "repo": "https://github.com/vaxad/portfolio3.0",
+ "owner": {
+ "username": "vaxad",
+ "email": "varadprabhu111@gmail.com"
+ },
+ "record": {
+ "URL": "https://varadprabhu.vercel.app"
+ }
+}
\ No newline at end of file
diff --git a/domains/vbc6.json b/domains/vbc6.json
index c21e76daf..25e05a758 100644
--- a/domains/vbc6.json
+++ b/domains/vbc6.json
@@ -4,7 +4,10 @@
"email": "tsb3.a2@proton.me"
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/vbkg.json b/domains/vbkg.json
index ab423a922..a5d5e977b 100644
--- a/domains/vbkg.json
+++ b/domains/vbkg.json
@@ -4,7 +4,10 @@
"email": "qekbd7c6@gmail.com"
},
"record": {
- "MX": ["mx1.improvmx.com", "mx1.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx1.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/ved.json b/domains/ved.json
new file mode 100644
index 000000000..b3265de53
--- /dev/null
+++ b/domains/ved.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ved-patel226",
+ "email": "talk2ved11@gmail.com"
+ },
+ "record": {
+ "CNAME": "ved-patel226.github.io"
+ }
+}
diff --git a/domains/venarimusic.json b/domains/venarimusic.json
new file mode 100644
index 000000000..c11bc1fff
--- /dev/null
+++ b/domains/venarimusic.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Zirmith",
+ "email": "f2v74yt@gmail.com"
+ },
+ "record": {
+ "CNAME": "vens-music-cove.onrender.com"
+ }
+}
diff --git a/domains/verstandlxs.json b/domains/verstandlxs.json
new file mode 100644
index 000000000..e67dedc0c
--- /dev/null
+++ b/domains/verstandlxs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "byKeksYT",
+ "email": "community@verstandlxs.de"
+ },
+ "record": {
+ "CNAME": "verstandlxs.eu"
+ }
+}
diff --git a/domains/vesly.json b/domains/vesly.json
new file mode 100644
index 000000000..8147fd31d
--- /dev/null
+++ b/domains/vesly.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Veslydev",
+ "email": "theflashtrdublaj@gmail.com"
+ },
+ "record": {
+ "A": ["88.209.248.121"]
+ }
+}
diff --git a/domains/vhardik.json b/domains/vhardik.json
new file mode 100644
index 000000000..edc213e29
--- /dev/null
+++ b/domains/vhardik.json
@@ -0,0 +1,11 @@
+{
+ "description": "Hardik Portofolio",
+ "repo": "https://github.com/Hardik-Vanani/portfolio",
+ "owner": {
+ "username": "Hardik-Vanani",
+ "email": "vananihardik8553@gmail.com"
+ },
+ "record": {
+ "CNAME": "hardik-vanani.github.io"
+ }
+}
diff --git a/domains/victormak.json b/domains/victormak.json
index 88d23c257..bcff28194 100644
--- a/domains/victormak.json
+++ b/domains/victormak.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "DreamerChaserHAH",
- "email": "ehekunhah@gmail.com"
- },
- "record": {
- "CNAME": "dreamerchaserhah.github.io"
- }
+ "owner": {
+ "username": "DreamerChaserHAH",
+ "email": "ehekunhah@gmail.com"
+ },
+ "record": {
+ "CNAME": "dreamerchaserhah.github.io"
+ }
}
diff --git a/domains/viggo.json b/domains/viggo.json
new file mode 100644
index 000000000..1c5678681
--- /dev/null
+++ b/domains/viggo.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ViggAlm",
+ "email": "ViggAlm@gmail.com",
+ "discord": "930932488040226876"
+ },
+
+ "record": {
+ "CNAME": "viggalm.github.io"
+ }
+}
diff --git a/domains/vinn.json b/domains/vinn.json
new file mode 100644
index 000000000..e4ee201d5
--- /dev/null
+++ b/domains/vinn.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "VinnDev",
+ "email": "vinndeveloper@gmail.com"
+ },
+ "record": {
+ "CNAME": "vinndev.github.io"
+ }
+}
diff --git a/domains/vishalxd.json b/domains/vishalxd.json
new file mode 100644
index 000000000..2bad1d40e
--- /dev/null
+++ b/domains/vishalxd.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Vishal-1756",
+ "email": "vishalborse2885@gmail.com"
+ },
+ "record": {
+ "URL": "https://my-portfolio-vishal-1756.vercel.app/"
+ }
+}
diff --git a/domains/vishok.json b/domains/vishok.json
new file mode 100644
index 000000000..b14343e4e
--- /dev/null
+++ b/domains/vishok.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mvishok",
+ "email": "mvishok2005@gmail.com"
+ },
+ "record": {
+ "CNAME": "mvishok.github.io"
+ }
+}
diff --git a/domains/vismbs.json b/domains/vismbs.json
new file mode 100644
index 000000000..3fc62a53b
--- /dev/null
+++ b/domains/vismbs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "gzfs",
+ "email": "vismbs@pm.me"
+ },
+ "record": {
+ "A": ["150.230.141.111"]
+ }
+}
diff --git a/domains/vitalik.json b/domains/vitalik.json
new file mode 100644
index 000000000..372c2886b
--- /dev/null
+++ b/domains/vitalik.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "satoshi-prefers-monero",
+ "email": "satoshinakamoto@tuta.com"
+ },
+ "record": {
+ "URL": "https://www.stephencastelphoto.com"
+ }
+}
diff --git a/domains/vivek.json b/domains/vivek.json
index 4ca812941..de9d64e68 100644
--- a/domains/vivek.json
+++ b/domains/vivek.json
@@ -12,7 +12,10 @@
"185.199.111.153",
"185.199.110.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/vivekpratapsingh.json b/domains/vivekpratapsingh.json
index 67ec768d1..b91daf6ec 100644
--- a/domains/vivekpratapsingh.json
+++ b/domains/vivekpratapsingh.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "vpsone",
- "email": "onenewfacts@gmail.com"
- },
- "record": {
- "URL": "https://vivek-pratap-singh.vercel.app/"
- }
+ "owner": {
+ "username": "vpsone",
+ "email": "onenewfacts@gmail.com"
+ },
+ "record": {
+ "URL": "https://vivek-pratap-singh.vercel.app/"
+ }
}
diff --git a/domains/vlppz.json b/domains/vlppz.json
new file mode 100644
index 000000000..ea6db3d32
--- /dev/null
+++ b/domains/vlppz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "VladimirPapazov88",
+ "email": "vfr.123.op@gmail.com"
+ },
+ "record": {
+ "CNAME": "main-website-2q4.pages.dev"
+ }
+}
diff --git a/domains/vma.json b/domains/vma.json
new file mode 100644
index 000000000..aebf97aeb
--- /dev/null
+++ b/domains/vma.json
@@ -0,0 +1,11 @@
+{
+ "description": "Link for vmadev-ru personal site on GitHub pages",
+ "repo": "https://github.com/vmadev-ru/vmadev-ru.github.io",
+ "owner": {
+ "username": "vmadev-ru",
+ "email": "vmadev.ru@gmail.com"
+ },
+ "record": {
+ "CNAME": "vmadev-ru.github.io"
+ }
+}
diff --git a/domains/vornexx.json b/domains/vornexx.json
index 764ac4c04..c89394853 100644
--- a/domains/vornexx.json
+++ b/domains/vornexx.json
@@ -1,9 +1,11 @@
{
- "owner": {
- "username": "vornex-gh",
- "email": "ajay.ramnath8812@gmail.com"
- },
- "record": {
- "CNAME": "vornexx.pages.dev"
- }
+ "owner": {
+ "username": "vornex-gh",
+ "email": "",
+ "discord": "1149438819834269856",
+ "twitter": "vornexx_"
+ },
+ "record": {
+ "CNAME": "vornexx.pages.dev"
+ }
}
diff --git a/domains/voxel.json b/domains/voxel.json
new file mode 100644
index 000000000..0b48e18ff
--- /dev/null
+++ b/domains/voxel.json
@@ -0,0 +1,12 @@
+{
+ "description": "personal website",
+ "repo": "https://github.com/voxel79/voxel79.github.io",
+ "owner": {
+ "username": "voxel79",
+ "email": "voxelcool@gmail.com",
+ "twitter": "voxelhaha"
+ },
+ "record": {
+ "CNAME": "voxel79.github.io"
+ }
+}
diff --git a/domains/voxj.json b/domains/voxj.json
new file mode 100644
index 000000000..b6afe1879
--- /dev/null
+++ b/domains/voxj.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "voxj",
+ "email": "",
+ "discord": "1108039808649015336"
+ },
+
+ "record": {
+ "CNAME": "rawintosh.github.io"
+ }
+}
diff --git a/domains/vrxxdev.json b/domains/vrxxdev.json
index b71f3e364..febee3fa1 100644
--- a/domains/vrxxdev.json
+++ b/domains/vrxxdev.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Its-VrxxDev",
- "email": "vrxxdev@gmail.com"
- },
- "record": {
- "CNAME": "5c89de66-4d03-4838-842d-4745a6da887d-00-mv6wfn8khxkg.pike.replit.dev"
- }
+ "owner": {
+ "username": "Its-VrxxDev",
+ "email": "vrxxdev@gmail.com"
+ },
+ "record": {
+ "CNAME": "5c89de66-4d03-4838-842d-4745a6da887d-00-mv6wfn8khxkg.pike.replit.dev"
+ }
}
diff --git a/domains/vscode.urging.json b/domains/vscode.urging.json
new file mode 100644
index 000000000..e8cfb309f
--- /dev/null
+++ b/domains/vscode.urging.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "UrgingOfc",
+ "email": "diogo.lopes.silva.ch@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/vsh.json b/domains/vsh.json
new file mode 100644
index 000000000..e4fec6333
--- /dev/null
+++ b/domains/vsh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vshell-vxj",
+ "email": "mark.chexari@gmail.com"
+ },
+ "record": {
+ "CNAME": "vshell-vxj.github.io"
+ }
+}
diff --git a/domains/vulpine.json b/domains/vulpine.json
new file mode 100644
index 000000000..f4cfb2487
--- /dev/null
+++ b/domains/vulpine.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "VulpineFriend87",
+ "email": "",
+ "discord": "911268706112397392"
+ },
+
+ "record": {
+ "A": ["69.30.249.53"],
+ "MX": ["mx1.improvmx.com, mx2.improvmx.com"],
+ "TXT": ["v=spf1 include:spf.improvmx.com ~all"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/vvxrtues.json b/domains/vvxrtues.json
new file mode 100644
index 000000000..4788c867b
--- /dev/null
+++ b/domains/vvxrtues.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vvirtues",
+ "email": "ezi2468@icloud.com"
+ },
+ "record": {
+ "CNAME": "vvirtues.github.io"
+ }
+}
diff --git a/domains/vxj.json b/domains/vxj.json
index 92e6d60c7..68372da4a 100644
--- a/domains/vxj.json
+++ b/domains/vxj.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "voxj",
- "email": "aglinkoyurjevich@gmail.com"
- },
- "record": {
- "CNAME": "voxj.github.io"
- }
+ "owner": {
+ "username": "voxj",
+ "email": "aglinkoyurjevich@gmail.com"
+ },
+ "record": {
+ "CNAME": "voxj.github.io"
+ }
}
diff --git a/domains/vxsualized.json b/domains/vxsualized.json
new file mode 100644
index 000000000..bb5e85530
--- /dev/null
+++ b/domains/vxsualized.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vxsualized",
+ "email": "vncntwbr0207@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.youtube.com/watch?v=dqw4w9wgxcq"
+ }
+}
diff --git a/domains/w.json b/domains/w.json
new file mode 100644
index 000000000..b8151727b
--- /dev/null
+++ b/domains/w.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "wdhdev",
+ "email": "william@williamharrison.dev",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.SdYpx7eNqzrsSaps8ePYAkUaNG-q_yn4sIwHgBleDwBi380-SWsVjBboVLydwM6PxK1gAzRamHu9HlrccM-6EHeWhogQlRxpqh00vdm_YvY2B2GizVZyo2WL1mcz9rYmicfWso_pcVNhgxHzj3k4MtNMcVbnQmFhVg8mk3DwXQyvK347cZCRnwuQe4l0XAX9xfEPJ-A02ljxjQUrwzaIUfDuJHM5UBC7uS5I6FRl8M2Sz0VlvmiE3lqdsxphL1vOAR3guCCulNyfLo-yvLqIvxGF-L2zbuaKMpQta0wxwTE4M2TNFJ3ajawCeWtzQvtHvjonuKoLZk02mkp2c4zlCA.XEGDbkb6MearJnI0Lx3mxw.uIfclT8STiI1PQpL7HBPPduiLS89ybBNYCz-5suFAqwpeoFqmeKoYjMLKssywx_UeNfYJ8EakPpSrno7PsVPeKhixsw1XwAj2Mnb_FkYQ6S-ibd0Mh3fS6299ISEmhBK.bT1AIOehMEy6K3M7amOaVQ"
+ },
+
+ "record": {
+ "CNAME": "edge.redirect.pizza"
+ }
+}
diff --git a/domains/wacky.json b/domains/wacky.json
new file mode 100644
index 000000000..ff1252d9f
--- /dev/null
+++ b/domains/wacky.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Turtles127",
+ "email": "turtles127855@gmail.com",
+ "discord": "838934801972723713"
+ },
+
+ "record": {
+ "CNAME": "wacky.pages.dev"
+ }
+}
diff --git a/domains/waki.json b/domains/waki.json
new file mode 100644
index 000000000..08dba2bbc
--- /dev/null
+++ b/domains/waki.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "aiwaki",
+ "email": "",
+ "discord": "351012170839883776"
+ },
+
+ "record": {
+ "CNAME": "waki.pages.dev"
+ }
+ }
+
diff --git a/domains/wb.json b/domains/wb.json
new file mode 100644
index 000000000..dccb9a1a7
--- /dev/null
+++ b/domains/wb.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "davidctinescu",
+ "email": "",
+ "discord": "908591344379899944"
+ },
+ "record": {
+ "A": ["156.67.25.171"]
+ }
+}
diff --git a/domains/webmail.somyadipghosh.json b/domains/webmail.somyadipghosh.json
new file mode 100644
index 000000000..726befd50
--- /dev/null
+++ b/domains/webmail.somyadipghosh.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chiragnahata",
+ "email": "chiragnahata05@gmail.com"
+ },
+ "record": {
+ "A": ["129.213.151.29"]
+ }
+}
diff --git a/domains/webouille.json b/domains/webouille.json
new file mode 100644
index 000000000..0dd5101df
--- /dev/null
+++ b/domains/webouille.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MrPidouille",
+ "email": "valentinrobin7500@gmail.com"
+ },
+ "record": {
+ "A": ["69.30.249.53"]
+ }
+}
diff --git a/domains/weeebdev.json b/domains/weeebdev.json
new file mode 100644
index 000000000..5def70684
--- /dev/null
+++ b/domains/weeebdev.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "weeebdev",
+ "email": "mr.adil777@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "weeebdev.github.io"
+ }
+ }
+
diff --git a/domains/weissx.json b/domains/weissx.json
index 30dbb37f2..d442f3731 100644
--- a/domains/weissx.json
+++ b/domains/weissx.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "alfari24",
- "email": "ari@alfari.id"
- },
- "record": {
- "A": ["194.15.36.220"]
- }
+ "owner": {
+ "username": "alfari24",
+ "email": "ari@alfari.id"
+ },
+ "record": {
+ "A": ["194.15.36.220"]
+ }
}
diff --git a/domains/wes.json b/domains/wes.json
new file mode 100644
index 000000000..52ed3db03
--- /dev/null
+++ b/domains/wes.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "westhecool",
+ "email": "wesley@westhedev.xyz"
+ },
+ "record": {
+ "CNAME": "wesley-is-a-dev.pages.dev"
+ }
+}
\ No newline at end of file
diff --git a/domains/wesley.json b/domains/wesley.json
new file mode 100644
index 000000000..52ed3db03
--- /dev/null
+++ b/domains/wesley.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "westhecool",
+ "email": "wesley@westhedev.xyz"
+ },
+ "record": {
+ "CNAME": "wesley-is-a-dev.pages.dev"
+ }
+}
\ No newline at end of file
diff --git a/domains/whine.json b/domains/whine.json
index a9697c64d..b38be8071 100644
--- a/domains/whine.json
+++ b/domains/whine.json
@@ -13,7 +13,10 @@
"185.199.110.153",
"185.199.111.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/wiener234.json b/domains/wiener234.json
new file mode 100644
index 000000000..3e02d61c1
--- /dev/null
+++ b/domains/wiener234.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Wiener234",
+ "email": "wiemernils@gmail.com"
+ },
+ "record": {
+ "A": ["130.61.152.39"]
+ }
+}
diff --git a/domains/wilbur.json b/domains/wilbur.json
new file mode 100644
index 000000000..a1a4c3575
--- /dev/null
+++ b/domains/wilbur.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ThisCatLikesCrypto",
+ "email": "contact@wilburwilliams.uk"
+ },
+ "record": {
+ "CNAME": "ww-projects.pages.dev"
+ }
+}
diff --git a/domains/william.json b/domains/william.json
index 0a51a1e9a..b8151727b 100644
--- a/domains/william.json
+++ b/domains/william.json
@@ -1,10 +1,11 @@
{
"owner": {
"username": "wdhdev",
- "email": "william@williamharrison.dev"
+ "email": "william@williamharrison.dev",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.SdYpx7eNqzrsSaps8ePYAkUaNG-q_yn4sIwHgBleDwBi380-SWsVjBboVLydwM6PxK1gAzRamHu9HlrccM-6EHeWhogQlRxpqh00vdm_YvY2B2GizVZyo2WL1mcz9rYmicfWso_pcVNhgxHzj3k4MtNMcVbnQmFhVg8mk3DwXQyvK347cZCRnwuQe4l0XAX9xfEPJ-A02ljxjQUrwzaIUfDuJHM5UBC7uS5I6FRl8M2Sz0VlvmiE3lqdsxphL1vOAR3guCCulNyfLo-yvLqIvxGF-L2zbuaKMpQta0wxwTE4M2TNFJ3ajawCeWtzQvtHvjonuKoLZk02mkp2c4zlCA.XEGDbkb6MearJnI0Lx3mxw.uIfclT8STiI1PQpL7HBPPduiLS89ybBNYCz-5suFAqwpeoFqmeKoYjMLKssywx_UeNfYJ8EakPpSrno7PsVPeKhixsw1XwAj2Mnb_FkYQ6S-ibd0Mh3fS6299ISEmhBK.bT1AIOehMEy6K3M7amOaVQ"
},
"record": {
- "CNAME": "wdhdns.com"
+ "CNAME": "edge.redirect.pizza"
}
}
diff --git a/domains/willo.json b/domains/willo.json
index ce7ce88a8..189a1f5b8 100644
--- a/domains/willo.json
+++ b/domains/willo.json
@@ -13,7 +13,10 @@
"185.199.111.153",
"185.199.110.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/win10sunvalley.json b/domains/win10sunvalley.json
new file mode 100644
index 000000000..41ecc6f36
--- /dev/null
+++ b/domains/win10sunvalley.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "winbo-yml-exe",
+ "email": "winbo-yml-exe@outlook.com"
+ },
+ "record": {
+ "CNAME": "win10sunvalley.github.io"
+ }
+}
diff --git a/domains/winbo.json b/domains/winbo.json
new file mode 100644
index 000000000..dc28d5dc9
--- /dev/null
+++ b/domains/winbo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "winbo-yml-exe",
+ "email": "winbo-yml-exe@outlook.com"
+ },
+ "record": {
+ "CNAME": "winbo-yml-exe.github.io"
+ }
+}
diff --git a/domains/witchboo.json b/domains/witchboo.json
new file mode 100644
index 000000000..965a7c682
--- /dev/null
+++ b/domains/witchboo.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "WitchBoo",
+ "email": "soconfirmo@hotmail.com"
+ },
+ "record": {
+ "CNAME": "witchboo.github.io"
+ }
+}
diff --git a/domains/withsang.json b/domains/withsang.json
index 2a95e103f..a77fd6b64 100644
--- a/domains/withsang.json
+++ b/domains/withsang.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "withSang",
- "email": "jsa5115@naver.com"
- },
- "record": {
- "URL": "https://github.com/withsang"
- }
+ "owner": {
+ "username": "withSang",
+ "email": "jsa5115@naver.com"
+ },
+ "record": {
+ "URL": "https://github.com/withsang"
+ }
}
diff --git a/domains/wizardsword.json b/domains/wizardsword.json
new file mode 100644
index 000000000..2543958b0
--- /dev/null
+++ b/domains/wizardsword.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "MukuJhansi",
+ "email": "",
+ "discord": "1115658967012626542"
+ },
+
+ "record": {
+ "A": ["216.24.57.1"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/wlodekm.json b/domains/wlodekm.json
new file mode 100644
index 000000000..37c301a0a
--- /dev/null
+++ b/domains/wlodekm.json
@@ -0,0 +1,10 @@
+{
+ "description": "Domain for the stuff that i host on my pc",
+ "owner": {
+ "username": "WlodekM",
+ "email": "wlodekm.work@gmail.com"
+ },
+ "record": {
+ "A": ["159.224.173.169"]
+ }
+}
diff --git a/domains/wojtekgame.json b/domains/wojtekgame.json
new file mode 100644
index 000000000..25a3d5498
--- /dev/null
+++ b/domains/wojtekgame.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "WojtekCodesToday",
+ "email": "wojtek.game.private@gmail.com",
+ "discord": "1178278261516685393"
+ },
+
+ "record": {
+ "CNAME": "wojtekcodestoday.github.io"
+ }
+}
diff --git a/domains/workspace.trung.json b/domains/workspace.trung.json
new file mode 100644
index 000000000..b99730c4e
--- /dev/null
+++ b/domains/workspace.trung.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "vuthanhtrung2010",
+ "email": "vuthanhtrungsuper@gmail.com"
+ },
+ "record": {
+ "A": ["35.185.84.140"]
+ }
+}
diff --git a/domains/wtfchirag.json b/domains/wtfchirag.json
new file mode 100644
index 000000000..802feb6b1
--- /dev/null
+++ b/domains/wtfchirag.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "chiragksharma",
+ "email": "chiragksharma15@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.github.com/chiragksharma"
+ }
+}
diff --git a/domains/wu.json b/domains/wu.json
new file mode 100644
index 000000000..83cf32431
--- /dev/null
+++ b/domains/wu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SunWuyuan",
+ "email": "1847261658@qq.com"
+ },
+ "record": {
+ "CNAME": "wuyuan.dev"
+ }
+}
diff --git a/domains/wumpus.json b/domains/wumpus.json
new file mode 100644
index 000000000..5987a1510
--- /dev/null
+++ b/domains/wumpus.json
@@ -0,0 +1,11 @@
+{
+ "description": "Fullstack web & mobile dev, quality assurance, automation, reverse engineering, and flexible",
+ "repo": "https://github.com/wumpus2000/wumpus2000.github.io",
+ "owner": {
+ "username": "Wumpus2000",
+ "email": "wumpusing@gmail.com"
+ },
+ "record": {
+ "CNAME": "wumpus2000.github.io"
+ }
+}
diff --git a/domains/wuyuan.json b/domains/wuyuan.json
new file mode 100644
index 000000000..83cf32431
--- /dev/null
+++ b/domains/wuyuan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "SunWuyuan",
+ "email": "1847261658@qq.com"
+ },
+ "record": {
+ "CNAME": "wuyuan.dev"
+ }
+}
diff --git a/domains/www.json b/domains/www.json
index 359253458..6ecfc95b2 100644
--- a/domains/www.json
+++ b/domains/www.json
@@ -1,9 +1,9 @@
{
- "description": "www.is-a.dev",
+ "description": "The is-a.dev website",
"repo": "https://github.com/is-a-dev/is-a-dev.github.io",
"owner": {
- "username": "phenax",
- "email": "phenax5@gmail.com"
+ "username": "wdhdev",
+ "email": ""
},
"record": {
"CNAME": "is-a-dev.github.io"
diff --git a/domains/x.json b/domains/x.json
new file mode 100644
index 000000000..0f5d8195b
--- /dev/null
+++ b/domains/x.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "jvideo-sk",
+ "email": "",
+ "discord": "1030204181207859260"
+ },
+
+ "record": {
+ "CNAME": "jvideo.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/xabdoat.json b/domains/xabdoat.json
index 381d4b433..daedb1078 100644
--- a/domains/xabdoat.json
+++ b/domains/xabdoat.json
@@ -1,10 +1,11 @@
{
+ "description": "xAbdo AT Main Web Page",
+ "repo": "https://github.com/xAbdoAT/xAbdoAT.github.io",
"owner": {
"username": "xAbdoAT",
- "email": "ABDO199877@gmail.com",
- "discord": "943662778433032242"
+ "email": "email@address",
+ "twitter": "xAbdoAT"
},
-
"record": {
"CNAME": "xabdoat.github.io"
}
diff --git a/domains/xdoxx123.json b/domains/xdoxx123.json
new file mode 100644
index 000000000..8a426286d
--- /dev/null
+++ b/domains/xdoxx123.json
@@ -0,0 +1,11 @@
+{
+ "description": "xdoxx123.is-a.dev",
+ "repo": "https://github.com/xdoxx123/xdoxx123.github.io",
+ "owner": {
+ "username": "xdoxx123",
+ "email": "xdoxx124@gmail.com"
+ },
+ "record": {
+ "CNAME": "xdoxx123.github.io"
+ }
+}
diff --git a/domains/xeno.json b/domains/xeno.json
new file mode 100644
index 000000000..7752e3014
--- /dev/null
+++ b/domains/xeno.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lextra",
+ "email": "xenojusbetter@gmail.com"
+ },
+ "record": {
+ "CNAME": "bloody.bio"
+ }
+}
diff --git a/domains/xeno9118.json b/domains/xeno9118.json
new file mode 100644
index 000000000..830ec6510
--- /dev/null
+++ b/domains/xeno9118.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Aether1777",
+ "email": "bkevin39415@gmail.com"
+ },
+ "record": {
+ "CNAME": "border.hop.io"
+ }
+}
diff --git a/domains/xenside.json b/domains/xenside.json
index 066f5f095..b1cb1e907 100644
--- a/domains/xenside.json
+++ b/domains/xenside.json
@@ -1,16 +1,19 @@
{
- "owner": {
- "username": "XenSideNBTS",
- "email": "peskoila89@gmail.com"
- },
- "record": {
+ "owner": {
+ "username": "XenSideNBTS",
+ "email": "xenside@xenside.is-a.dev"
+ },
+ "record": {
"A": [
"185.199.108.153",
"185.199.109.153",
"185.199.110.153",
"185.199.111.153"
],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/xgarciadevs.json b/domains/xgarciadevs.json
new file mode 100644
index 000000000..f7dfc5d76
--- /dev/null
+++ b/domains/xgarciadevs.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "xgarciadevs",
+ "email": "",
+ "discord": "528637169544331291",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.AEE26UaHZe8_LcuhJr1lzNzgeSkXmln0mE8UcQtMR0hViboJjLWgvqFz-SjvjwIAVojRtThKqDHSrLBDL6o348iAjyq40tkt4lBdXfr99WSaQMpFpHInnZt5oR8sxeudO5qIjUHQcfS-Yc0PjmkRTVAU9Tqux3y5Aq9zDVEuijnPTWZ2K_4jx9m9yl9sBIaWmnF_IsxQ8uyqjdbetOi5SjkKyAbRFWw7oOGFtYLj6TnoX3scmzttZ3KGmWJ0ZNS13Laox2HQcCpHxxK1S7KJ6pL5pMwVUPYky4HyHehxQKFg95i3MRzWuSTkodGtBdh49Pwh69QzrJqQb8att80uBA.TlnYc1bf6FVZiUS70wP29w.xE4-Bc5esGlMAfR9OgfYmSQn-nhzZTYuwyq_CazXX9AfLoNwe_uw322aB7BVJ0Ir9q7OhuxlgHH6p_Dr-eEGcTLSVrsXffpZ59QTVCmZtIo.8O7dpgd0M33X_CoKfigNyQ"
+ },
+
+ "record": {
+ "CNAME": "xgarciadevs.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/xkaper.json b/domains/xkaper.json
new file mode 100644
index 000000000..8b131d773
--- /dev/null
+++ b/domains/xkaper.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "xkaper001",
+ "email": "imluckyayan@gmail.com"
+ },
+ "record": {
+ "CNAME": "xkaper.webflow.io"
+ }
+}
diff --git a/domains/xkhronoz.json b/domains/xkhronoz.json
new file mode 100644
index 000000000..e9f89b5ae
--- /dev/null
+++ b/domains/xkhronoz.json
@@ -0,0 +1,11 @@
+{
+ "description": "My Portfolio Web App",
+ "repo": "https://github.com/xKhronoz/xKhronoz.github.io",
+ "owner": {
+ "username": "xKhronoz",
+ "email": "yeek3063@gmail.com"
+ },
+ "record": {
+ "CNAME": "xkhronoz.github.io"
+ }
+}
diff --git a/domains/xkotelek.json b/domains/xkotelek.json
new file mode 100644
index 000000000..85daca0ae
--- /dev/null
+++ b/domains/xkotelek.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "xKotelek",
+ "email": "98203141+xKotelek@users.noreply.github.com",
+ "discord": "803159847641284640"
+ },
+
+ "record": {
+ "CNAME": "xkotelek.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/xlr.json b/domains/xlr.json
new file mode 100644
index 000000000..64b10fb8c
--- /dev/null
+++ b/domains/xlr.json
@@ -0,0 +1,11 @@
+{
+ "description": "xlr personal website",
+ "repo": "https://github.com/llxlr/blog",
+ "owner": {
+ "username": "llxlr",
+ "email": "i@xhlr.top"
+ },
+ "record": {
+ "URL": "https://white-album.top"
+ }
+}
diff --git a/domains/xmoj-bbs.json b/domains/xmoj-bbs.json
new file mode 100644
index 000000000..cd33a9f41
--- /dev/null
+++ b/domains/xmoj-bbs.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "PythonSmall-Q",
+ "email": "seanoj_noreply@yeah.net"
+ },
+ "record": {
+ "CNAME": "xmoj-script.pages.dev"
+ }
+}
diff --git a/domains/xn--mt9h.json b/domains/xn--mt9h.json
new file mode 100644
index 000000000..9a903f2a6
--- /dev/null
+++ b/domains/xn--mt9h.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "DynoW",
+ "email": "naffets0@gmail.com",
+ "discord": "455608238335983617"
+ },
+ "record": {
+ "URL": "https://dyno.is-a.dev"
+ }
+}
diff --git a/domains/xrap1dx.json b/domains/xrap1dx.json
new file mode 100644
index 000000000..f11ffb0c8
--- /dev/null
+++ b/domains/xrap1dx.json
@@ -0,0 +1,21 @@
+{
+ "description": "making a cool portfolio website.",
+ "repo": "https://github.com/xrap1dx?tab=repositories",
+ "owner": {
+ "username": "xrap1dx",
+ "email": "sirrapid155@gmail.com"
+ },
+ "record": {
+ "A": [
+ "69.30.249.53"
+ ],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": [
+ "v=spf1 include:spf.improvmx.com ~all",
+ "zoho-verification=zb43908801.zmverify.zoho.eu"
+ ]
+ }
+}
diff --git a/domains/xtoast.json b/domains/xtoast.json
new file mode 100644
index 000000000..952d6a87b
--- /dev/null
+++ b/domains/xtoast.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Toast0012",
+ "email": "aahansiwakoti1@gmail.com"
+ },
+ "record": {
+ "CNAME": "toast-about-me.onrender.com"
+ }
+}
diff --git a/domains/xuyife.json b/domains/xuyife.json
new file mode 100644
index 000000000..f765988e2
--- /dev/null
+++ b/domains/xuyife.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "xuyife",
+ "email": "18916947008@163.com"
+ },
+ "record": {
+ "CNAME": "xuyife.github.io"
+ }
+}
diff --git a/domains/xuyifei.json b/domains/xuyifei.json
new file mode 100644
index 000000000..c6dc6532d
--- /dev/null
+++ b/domains/xuyifei.json
@@ -0,0 +1,12 @@
+{
+ "description": "Xuyifei's website’",
+ "repo": "https://github.com/xuyife/xuyife.github.io",
+ "owner": {
+ "username": "xuyife",
+ "email": "xuyifeiDev@outlook.com",
+ "twitter": "xuyifei"
+ },
+ "record": {
+ "CNAME": "xuyife.github.io"
+ }
+}
diff --git a/domains/xyront.json b/domains/xyront.json
index ff547105d..da19de159 100644
--- a/domains/xyront.json
+++ b/domains/xyront.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "Xyront",
- "email": "abalabalscratch@gmail.com"
- },
- "record": {
- "CNAME": "xyront.github.io"
- }
+ "owner": {
+ "username": "Xyront",
+ "email": "abalabalscratch@gmail.com"
+ },
+ "record": {
+ "CNAME": "xyront.github.io"
+ }
}
diff --git a/domains/xyz.json b/domains/xyz.json
new file mode 100644
index 000000000..66ce08561
--- /dev/null
+++ b/domains/xyz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "BLCXD",
+ "email": "blctoblc223@gmail.com"
+ },
+ "record": {
+ "CNAME": "blcpage.github.io"
+ }
+}
diff --git a/domains/y.json b/domains/y.json
new file mode 100644
index 000000000..1a06bbbaf
--- /dev/null
+++ b/domains/y.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "yunexiz",
+ "discord": "1040303561847881729",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "yunexiz.github.io"
+ }
+}
diff --git a/domains/yaakovschlachter.json b/domains/yaakovschlachter.json
new file mode 100644
index 000000000..a0238bee9
--- /dev/null
+++ b/domains/yaakovschlachter.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "CompuGenius",
+ "email": "contact@cgprograms.com"
+ },
+ "record": {
+ "CNAME": "cgprograms.com"
+ }
+}
diff --git a/domains/yakate.json b/domains/yakate.json
new file mode 100644
index 000000000..aceacfc2d
--- /dev/null
+++ b/domains/yakate.json
@@ -0,0 +1,12 @@
+{
+ "description": "personal website",
+ "repo": "https://github.com/oyakate/oyakate.github.io",
+ "owner": {
+ "username": "oYakate",
+ "email": "trollekxmusic@gmail.com",
+ "discord": "842070971669544982"
+ },
+ "record": {
+ "CNAME": "oYakate.github.io"
+ }
+}
diff --git a/domains/yaman-malla.json b/domains/yaman-malla.json
new file mode 100644
index 000000000..679e1b935
--- /dev/null
+++ b/domains/yaman-malla.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "yamanISyaman",
+ "email": "yaman.1423@gmail.com"
+ },
+ "record": {
+ "CNAME": "yaman-malla.surge.sh"
+ }
+}
diff --git a/domains/yash.json b/domains/yash.json
index 9716e38dd..811b232bb 100644
--- a/domains/yash.json
+++ b/domains/yash.json
@@ -1,12 +1,11 @@
{
"description": "Link to my portfolio site.",
- "repo": "https://github.com/YashkShrivas4491/Terminal_Portfolio",
+ "repo": "https://github.com/real-yash/website",
"owner": {
- "username": "YashkShrivas4491",
- "email": "kumaryash4491@gmail.com",
- "twitter": "YashKumarS4491"
+ "username": "real-yash",
+ "email": "connect@real-yash.is-a.dev"
},
"record": {
- "CNAME": "yashkshrivas4491.github.io"
+ "CNAME": "real-yash.github.io"
}
}
diff --git a/domains/yashasviallen.json b/domains/yashasviallen.json
new file mode 100644
index 000000000..b06667a77
--- /dev/null
+++ b/domains/yashasviallen.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "JavaProgswing",
+ "email": "yashasviallen@gmail.com"
+ },
+ "record": {
+ "CNAME": "yashasviallen.dynv6.net"
+ }
+}
diff --git a/domains/yashgupta.json b/domains/yashgupta.json
new file mode 100644
index 000000000..505710abe
--- /dev/null
+++ b/domains/yashgupta.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "yashhh999",
+ "email": "gupta25yash@gmail.com"
+ },
+ "record": {
+ "CNAME": "yashhh999.github.io"
+ }
+}
diff --git a/domains/yemzikk.json b/domains/yemzikk.json
new file mode 100644
index 000000000..ca239356a
--- /dev/null
+++ b/domains/yemzikk.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "yemzikk",
+ "email": "muhammedziyad12@gmail.com"
+ },
+ "record": {
+ "URL": "https://yemzikk.in/"
+ }
+}
diff --git a/domains/yeti.json b/domains/yeti.json
new file mode 100644
index 000000000..45ad792af
--- /dev/null
+++ b/domains/yeti.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "yetimeh",
+ "email": "senukabandara2006@gmail.com"
+ },
+ "record": {
+ "CNAME": "yetimeh.github.io"
+ }
+}
diff --git a/domains/yfa.json b/domains/yfa.json
index 12aa0463a..f20a18071 100644
--- a/domains/yfa.json
+++ b/domains/yfa.json
@@ -1,9 +1,8 @@
{
"owner": {
"username": "YouFoundAlpha",
- "email": "alpha@alpha.is-a.dev",
+ "email": "",
"Discord": "661121998830960651",
- "Twitter": "YouFoundAlpha",
"GitHub": "YouFoundAlpha",
"GitLab": "YouFoundAlpha",
"Mastodon": "@YouFoundAlpha@mastodon.social"
diff --git a/domains/yieldray.json b/domains/yieldray.json
index 3c02836f1..2e4d2c1e0 100644
--- a/domains/yieldray.json
+++ b/domains/yieldray.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "YieldRay",
- "email": "yieldray@outlook.com"
- },
- "record": {
- "URL": "https://ray.deno.dev/"
- }
+ "owner": {
+ "username": "YieldRay",
+ "email": "yieldray@outlook.com"
+ },
+ "record": {
+ "URL": "https://ray.deno.dev/"
+ }
}
diff --git a/domains/yigit.json b/domains/yigit.json
new file mode 100644
index 000000000..731117b2d
--- /dev/null
+++ b/domains/yigit.json
@@ -0,0 +1,12 @@
+{
+ "description": "My Portfolio",
+ "repo": "https://github.com/yigitdev05/yigitdev05.github.io",
+ "owner": {
+ "username": "yigitdev05",
+ "email": "yigitkabak@proton.me",
+ "discord": "yigit.dev"
+ },
+ "record": {
+ "CNAME": "yigitdev05.github.io"
+ }
+}
diff --git a/domains/yippymishy.json b/domains/yippymishy.json
index 01d6af901..80dedc484 100644
--- a/domains/yippymishy.json
+++ b/domains/yippymishy.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "yippymishy",
- "email": "michaelbrocks@outlook.com"
- },
- "record": {
- "URL": "https://scratch.mit.edu/users/yippymishy"
- }
+ "owner": {
+ "username": "yippymishy",
+ "email": "michaelbrocks@outlook.com"
+ },
+ "record": {
+ "URL": "https://scratch.mit.edu/users/yippymishy"
+ }
}
diff --git a/domains/yisus82.json b/domains/yisus82.json
new file mode 100644
index 000000000..9bf61e251
--- /dev/null
+++ b/domains/yisus82.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal webpage",
+ "repo": "https://github.com/yisus82/yisus82.github.io",
+ "owner": {
+ "username": "yisus82",
+ "email": "djalma8@gmail.com",
+ "twitter": "yisusbauer"
+ },
+ "record": {
+ "CNAME": "yisus82.github.io"
+ }
+}
diff --git a/domains/yochietti.json b/domains/yochietti.json
new file mode 100644
index 000000000..66e35d95a
--- /dev/null
+++ b/domains/yochietti.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "yochie",
+ "email": "yoann.ochietti@gmail.com"
+ },
+ "record": {
+ "URL": "https://yochie.github.io"
+ }
+}
diff --git a/domains/yol.json b/domains/yol.json
new file mode 100644
index 000000000..74b4f4727
--- /dev/null
+++ b/domains/yol.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "YoelNath",
+ "email": "yoelnathanael1@gmail.com"
+ },
+ "record": {
+ "CNAME": "yoelnath.github.io"
+ }
+}
diff --git a/domains/yosuke.json b/domains/yosuke.json
new file mode 100644
index 000000000..559c675c1
--- /dev/null
+++ b/domains/yosuke.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "yunexiz",
+ "discord": "1040303561847881729",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "yunexiz.pages.dev"
+ }
+}
diff --git a/domains/youfoundalpha.json b/domains/youfoundalpha.json
index 12aa0463a..58d260e74 100644
--- a/domains/youfoundalpha.json
+++ b/domains/youfoundalpha.json
@@ -1,14 +1,18 @@
{
"owner": {
"username": "YouFoundAlpha",
- "email": "alpha@alpha.is-a.dev",
+ "email": "",
"Discord": "661121998830960651",
- "Twitter": "YouFoundAlpha",
"GitHub": "YouFoundAlpha",
"GitLab": "YouFoundAlpha",
"Mastodon": "@YouFoundAlpha@mastodon.social"
},
"record": {
- "CNAME": "edge.redirect.pizza"
+ "URL": "https://ap.yfadev.pw",
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/youfoundalpha.youfoundalpha.json b/domains/youfoundalpha.youfoundalpha.json
new file mode 100644
index 000000000..2274c3b36
--- /dev/null
+++ b/domains/youfoundalpha.youfoundalpha.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "YouFoundAlpha",
+ "email": "",
+ "Discord": "661121998830960651",
+ "GitHub": "YouFoundAlpha",
+ "GitLab": "YouFoundAlpha",
+ "Mastodon": "@YouFoundAlpha@mastodon.social"
+ },
+ "record": {
+ "URL": "https://youfoundalpha.is-a.dev"
+ }
+}
diff --git a/domains/yourz.json b/domains/yourz.json
new file mode 100644
index 000000000..d8e15e041
--- /dev/null
+++ b/domains/yourz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Yourz",
+ "email": "crazilou@vip.qq.com"
+ },
+ "record": {
+ "CNAME": "yourz.github.io"
+ }
+}
diff --git a/domains/youssef.json b/domains/youssef.json
new file mode 100644
index 000000000..424b4a6f1
--- /dev/null
+++ b/domains/youssef.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "youssefsiam38",
+ "email": "youssef1yasser38@gmail.com"
+ },
+ "record": {
+ "URL": "https://www.linkedin.com/in/youssefsiam38"
+ }
+}
diff --git a/domains/yp.shockbs.json b/domains/yp.shockbs.json
new file mode 100644
index 000000000..987e9af9c
--- /dev/null
+++ b/domains/yp.shockbs.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "shockbs",
+ "email": "apipherng@gmail.com"
+ },
+ "record": {
+ "TXT": "v=spf1 include:mailgun.org ~all",
+ "MX": ["mxa.mailgun.org","mxb.mailgun.org"]
+ }
+}
diff --git a/domains/ypratham.json b/domains/ypratham.json
index eeaed2906..a615a076f 100644
--- a/domains/ypratham.json
+++ b/domains/ypratham.json
@@ -1,8 +1,8 @@
{
"description": "Pratham Yadav Portfolio",
- "repo": "https://github.com/ypratham/portfolio.github.io",
+ "repo": "https://github.com/ypratham/ypratham.github.io",
"owner": {
- "username": "ypratahm",
+ "username": "ypratham",
"email": "ypratham0014@gmail.com"
},
"record": {
diff --git a/domains/yrrahbot.acronical.json b/domains/yrrahbot.acronical.json
new file mode 100644
index 000000000..fa8380b23
--- /dev/null
+++ b/domains/yrrahbot.acronical.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AcronicalYT",
+ "email": "acronicalbusiness@gmail.com"
+ },
+ "record": {
+ "A": ["138.68.133.84"]
+ }
+}
diff --git a/domains/yrrahevents.acronical.json b/domains/yrrahevents.acronical.json
new file mode 100644
index 000000000..8635bd042
--- /dev/null
+++ b/domains/yrrahevents.acronical.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "AcronicalYT",
+ "email": "acronicalbusiness@gmail.com"
+ },
+ "record": {
+ "CNAME": "yrrahevents.pages.dev"
+ }
+}
diff --git a/domains/yunexiz.json b/domains/yunexiz.json
new file mode 100644
index 000000000..1f9a74c49
--- /dev/null
+++ b/domains/yunexiz.json
@@ -0,0 +1,29 @@
+{
+ "owner": {
+ "username": "yunexiz",
+ "discord": "1040303561847881729",
+ "email": ""
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "AAAA": [
+ "2606:50c0:8000::153",
+ "2606:50c0:8001::153",
+ "2606:50c0:8002::153",
+ "2606:50c0:8003::153"
+ ],
+ "TXT": [
+ "v=spf1 include:spf.improvmx.com ~all",
+ "google-site-verification=JaMCz_HK22wQhiZbF-51XTXAzEEt3qBYCMo2g_86BWo"
+ ],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ]
+ }
+}
diff --git a/domains/yunus.json b/domains/yunus.json
deleted file mode 100644
index 7268c39cd..000000000
--- a/domains/yunus.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "owner": {
- "username": "Nonam4lol",
- "email": "literallynoname13@gmail.com"
- },
- "record": {
- "A": ["69.30.249.53"]
- }
-}
diff --git a/domains/yuri.json b/domains/yuri.json
new file mode 100644
index 000000000..64fed4d33
--- /dev/null
+++ b/domains/yuri.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MaiYurito",
+ "email": "reachgamers9999@gmail.com"
+ },
+ "record": {
+ "URL": "https://yuri.only-fans.club/"
+ }
+}
diff --git a/domains/yurito.json b/domains/yurito.json
new file mode 100644
index 000000000..19d199040
--- /dev/null
+++ b/domains/yurito.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "MaiYurito",
+ "email": "reachgamers9999@gmail.com"
+ },
+ "record": {
+ "CNAME": "yurito.pages.dev"
+ }
+}
diff --git a/domains/yush.json b/domains/yush.json
index dd71e190f..76fe3109f 100644
--- a/domains/yush.json
+++ b/domains/yush.json
@@ -5,7 +5,10 @@
},
"description": "mail domain",
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/yxz.json b/domains/yxz.json
new file mode 100644
index 000000000..739cbc466
--- /dev/null
+++ b/domains/yxz.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/yz9551/blog",
+ "owner": {
+ "username": "yz9551",
+ "email": "yixuan0808@gmail.com"
+ },
+ "record": {
+ "CNAME": "yz9551.github.io"
+ }
+}
diff --git a/domains/z.json b/domains/z.json
new file mode 100644
index 000000000..63cb18490
--- /dev/null
+++ b/domains/z.json
@@ -0,0 +1,18 @@
+{
+ "owner": {
+ "username": "SkyExploreWasTaken",
+ "email": "",
+ "discord": "1049263707177353247",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ae9lxcsRx9K7NJv-AcRXmgm-8sWQp-2e6Pxly82K9_797Wy3RjBtVGaq9snYtOkL-Qm9Oj845TiS8DV-ae7fPyWYwHgzrDj99tuRjVFyrvWfCbglvOWWHODsjV5lJpJZQjuHQn08O1Ptv69N5E2-imTQegZhcn5pkMiTCW8VpuXNXD_1Viu5_xSUYXYaAsaY-G0QYNLK3IPky8zorgdC4-5w23htVxmbiAMTtqHHOJx-wqv2R-xya96-BlQ_P8GtCTG5XJQzdqrqz630012T_tdD5VL5wbBbsCcWI4EoHqGZcBt4LhUL0GPnr9jnWuTcoBVyMSevG6plNjPF9wc6WQ.cOsFit33h3r9GZdCYQ8B3Q.iOkTaYYCBBWaWv9ZtDxpCL4ix4zMWwIYcIMuje17bYUcWom6plFOQFmG24WCucDMgbeMd_eM0NdttpHYRdl7VaM_E4zTUMViGInDWEO1ucI2whNYUt3Cf1Zev1851l44.eoIzam49yND7K-OzfY6Rag"
+ },
+
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ]
+ }
+ }
+
diff --git a/domains/za.json b/domains/za.json
new file mode 100644
index 000000000..fca885201
--- /dev/null
+++ b/domains/za.json
@@ -0,0 +1,14 @@
+{
+ "description": "Zeeshan's Email",
+ "owner": {
+ "email": "itsshanihere42@gmail.com",
+ "username": "m-zeeshan42"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/zaman.json b/domains/zaman.json
new file mode 100644
index 000000000..cbbc86337
--- /dev/null
+++ b/domains/zaman.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "asimuzzaman",
+ "email": "eii8mo9om@mozmail.com"
+ },
+ "record": {
+ "CNAME": "asimuzzaman.pages.dev"
+ },
+ "description": "Personal website of @asimuzzaman"
+}
diff --git a/domains/zax.json b/domains/zax.json
new file mode 100644
index 000000000..ef9f3d221
--- /dev/null
+++ b/domains/zax.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "zaxerion",
+ "email": "xxunxxunxx@gmail.com"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/zay.json b/domains/zay.json
new file mode 100644
index 000000000..46e562603
--- /dev/null
+++ b/domains/zay.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "zayzzay",
+ "email": "yzerianyoung08@gmail.com",
+ "discord": "352264519235403787"
+ },
+
+ "record": {
+ "CNAME": "zayzzay.github.io"
+ }
+}
diff --git a/domains/zb60458066.klent.json b/domains/zb60458066.klent.json
new file mode 100644
index 000000000..b01f30800
--- /dev/null
+++ b/domains/zb60458066.klent.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "kleeiny",
+ "email": "kleeinlmao@gmail.com",
+ "discord": "763581985410121769"
+ },
+
+ "record": {
+ "CNAME": "zmverify.zoho.com"
+ }
+}
diff --git a/domains/zeaxey.json b/domains/zeaxey.json
new file mode 100644
index 000000000..0641f48df
--- /dev/null
+++ b/domains/zeaxey.json
@@ -0,0 +1,12 @@
+{
+ "description": "website.",
+ "repo": "https://github.com/Pixel556/website",
+ "owner": {
+ "username": "Pixel556",
+ "email": "therealzeaxey123@gmail.com",
+ "discord": "862644161156218891"
+ },
+ "record": {
+ "CNAME": "pixel556.github.io"
+ }
+}
diff --git a/domains/zedxos.json b/domains/zedxos.json
new file mode 100644
index 000000000..76231da70
--- /dev/null
+++ b/domains/zedxos.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "zedxos",
+ "email": "danpineda12345678910@gmail.com",
+ "discord": "966170177815339008"
+ },
+
+ "record": {
+ "CNAME": "cheerful-monstera-e4af4f.netlify.app"
+ }
+ }
diff --git a/domains/zeeshan.json b/domains/zeeshan.json
new file mode 100644
index 000000000..19cab1a91
--- /dev/null
+++ b/domains/zeeshan.json
@@ -0,0 +1,12 @@
+{
+ "description": "Portfolio Website",
+ "repo": "https://github.com/m-zeeshan42/m-zeeshan42.github.io",
+ "owner": {
+ "username": "m-zeeshan42",
+ "email": "zeeshanashraf424@gmail.com"
+
+ },
+ "record": {
+ "CNAME": "m-zeeshan42.github.io"
+ }
+}
diff --git a/domains/zenzoya.json b/domains/zenzoya.json
new file mode 100644
index 000000000..7f922b704
--- /dev/null
+++ b/domains/zenzoya.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "ZenZoyaUDR",
+ "email": "",
+ "discord": "915228509440454707"
+ },
+
+ "record": {
+ "CNAME": "zenzoya.netlify.app"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/zeoz.json b/domains/zeoz.json
new file mode 100644
index 000000000..7ea8094e7
--- /dev/null
+++ b/domains/zeoz.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "nysr-dev",
+ "email": "",
+ "discord": "908554139888410635",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.DzFKuCJ9aSSXdV5Zva5ADifL9VFv8bwoGWvWEIzfzZHqSPsEFxpnIhQcOPCtuvPDQRkDd11dj2zpqv9gonnte79XPhqg_PqJsW_XH6e8RyK6GBaG0DqQrVhvubLKIUg7B7FwrIdIrVKt4gDInHEUx6IrwvR3qKbWfRbwu4XLB16IBzSQq9Vz96E9SHin7GDqcPviViTouT8KF_GGkWgPvFFysHnaSdXjMPch_zXX5fPgQ58p0P7um6lDVMSykwh4gZm4i6mhgAsUxGQVHY6ifQoIWxVcuMv8_JuIEyVj8X_EUzT5gqn9BWSpOoLHbFQ8nw-ydSDUWqK91zLCahTnlg.coaoSKqOk2tuipR3_ZQaow.RemUOjorEtATO2ekibtnjk3opGgUR9d9PF1IFij9rr1tDLKGe7T_mlHMqP-ma_wf7mBI63bVZOghlj2svObhPyV5Bx1uh9s5JWhpqOiB8ms._qNk5He5L58v1darIO3xGw"
+ },
+
+ "record": {
+ "CNAME": "nysr.host"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/zephyr.json b/domains/zephyr.json
index d741f1bbf..a9da2c48e 100644
--- a/domains/zephyr.json
+++ b/domains/zephyr.json
@@ -1,12 +1,11 @@
{
- "owner": {
- "username": "ALVINTAN159",
- "email": "alvintan159@gmail.com",
- "discord": "985731141640286258"
- },
-
- "record": {
- "CNAME": "ALVINTAN159.github.io"
- }
- }
-
+ "owner": {
+ "username": "ALVINTAN159",
+ "email": "alvintan159@gmail.com",
+ "discord": "985731141640286258"
+ },
+
+ "record": {
+ "A": ["69.197.135.203"]
+ }
+}
diff --git a/domains/zeranamu.json b/domains/zeranamu.json
new file mode 100644
index 000000000..1332a3249
--- /dev/null
+++ b/domains/zeranamu.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Zeranamu",
+ "email": "zeranamu@gmail.com"
+ },
+ "record": {
+ "CNAME": "zeranamu.github.io"
+ }
+}
diff --git a/domains/zester.json b/domains/zester.json
new file mode 100644
index 000000000..5aa995ece
--- /dev/null
+++ b/domains/zester.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "sxtxnzester",
+ "email": "lollo11020210@gmail.com",
+ "discord": "1133362142461050980"
+ },
+
+ "record": {
+ "CNAME": "sxtxnzester.github.io"
+ }
+}
diff --git a/domains/zevobla.json b/domains/zevobla.json
new file mode 100644
index 000000000..cf317bf93
--- /dev/null
+++ b/domains/zevobla.json
@@ -0,0 +1,13 @@
+{
+ "owner": {
+ "username": "Zevobla",
+ "email": "",
+ "discord": "467539292877750284",
+ "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Yl52Rrzzsl6pjhBgVkYA_NfGUZUHIp18-pe5PQVvoVI_7U_nksgv91HNcy56xoSJ9A8WUJCeE8qwfsenu9qwHVyWlAuNuWKfEMdM4vAI0V_AuW_1YaIm-0ObrxQsOPMohv9n7e6b5vSLz3f7EKsbiqtebvwF1ebxxqN85t64ZrfCSEBATl3sCjR-vLAORej4Kj3MpgKe7Le1qsoey3u5SR1FvGezQh3PLljcKlR72g0TKvkn8WnF2JicERNDNFJYnwipt-G0HyvibpTsh7trMrcrSEfDYFxGkDLYhgHo02RvUhXer4mtCCvMUX2MgsGraqxDBdASwfk62Jn2EINU6Q.PxrZtoeRnAFNvkmvd0vAMg.xokePgy944ELwFNV_7CzH4K_ylDYFqd_rC-XnvJAt22K2dYKk5SVjftxmLJhwib-BcZh-Aqx7FkRmR3bytAKic2a_vdnmkV6c_tuDbSsJviXViBKpPDPhDF2DoWRBvTI.b2HHi1Vk1_cUmFDkZOclbw"
+ },
+
+ "record": {
+ "A": ["77.238.238.131"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/zffu.json b/domains/zffu.json
new file mode 100644
index 000000000..8ce8a7a6c
--- /dev/null
+++ b/domains/zffu.json
@@ -0,0 +1,11 @@
+{
+ "description": "zffu.is-a.dev",
+ "owner": {
+ "username": "Zffu",
+ "email": "zffumc@gmail.com",
+ "discord": "Zffu"
+ },
+ "record": {
+ "CNAME": "zffu.github.io"
+ }
+}
diff --git a/domains/zick.json b/domains/zick.json
new file mode 100644
index 000000000..1a5d68263
--- /dev/null
+++ b/domains/zick.json
@@ -0,0 +1,18 @@
+{
+ "owner": {
+ "username": "LucasZick",
+ "email": "lucasalexandrezick@gmail.com"
+ },
+ "record": {
+ "A": ["144.22.193.227"],
+ "MX": [
+ "mx.zoho.com",
+ "mx2.zoho.com",
+ "mx3.zoho.com"
+ ],
+ "TXT": [
+ "v=spf1 include:zoho.com ~all",
+ "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCdZp0j5EFJS+OJzSad09+rt4K73CiPfeNahs2qXKBdaRLSrELeRbh4m8dccFi81fAjtPXpU5EonVVj4fssytg06MJCJWbdb02NqwZGS3tm29maZV2UFBb0Fqj4uqNRy1LKynl37jA8XkshE0xyteyFvX3d9Ibf4n7W1VlDhF1HpwIDAQAB"
+ ]
+ }
+}
diff --git a/domains/ziko.json b/domains/ziko.json
new file mode 100644
index 000000000..2e89af872
--- /dev/null
+++ b/domains/ziko.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "hghfth",
+ "email": "zakariadidah@gmail.com",
+ "discord": "788397929308225546"
+ },
+
+ "record": {
+ "A": ["51.20.101.210"]
+ }
+}
diff --git a/domains/ziriksi.json b/domains/ziriksi.json
new file mode 100644
index 000000000..79afd1e19
--- /dev/null
+++ b/domains/ziriksi.json
@@ -0,0 +1,12 @@
+{
+ "description": "Ziriksi's website.",
+ "repo": "https://github.com/cloudcloudskies/coolziriksi.github.io",
+ "owner": {
+ "username": "cloudcloudskies",
+ "email": "cloudskies@perso.be",
+ "twitter": "cloudskies13"
+ },
+ "record": {
+ "CNAME": "cloudcloudskies.github.io"
+ }
+}
diff --git a/domains/ziyn.json b/domains/ziyn.json
index 6ac2b1359..de9454b43 100644
--- a/domains/ziyn.json
+++ b/domains/ziyn.json
@@ -1,9 +1,9 @@
{
"owner": {
- "username": "ZiynCS",
+ "username": "ziyndev",
"email": "NotZiyn@gmail.com"
},
"record": {
- "CNAME": "website-db5.pages.dev"
+ "CNAME": "ziyn.pages.dev"
}
}
diff --git a/domains/zk.json b/domains/zk.json
new file mode 100644
index 000000000..dc7c9fa51
--- /dev/null
+++ b/domains/zk.json
@@ -0,0 +1,11 @@
+{
+ "description": "ZK's Website",
+ "repo": "https://github.com/p55d2k",
+ "owner": {
+ "username": "p55d2k",
+ "email": "peanutandscuffy1@gmail.com"
+ },
+ "record": {
+ "CNAME": "zk-website-cwo.pages.dev"
+ }
+}
diff --git a/domains/zmail._domainkey.esb.json b/domains/zmail._domainkey.esb.json
new file mode 100644
index 000000000..13fd79992
--- /dev/null
+++ b/domains/zmail._domainkey.esb.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "EducatedsuddenBucket",
+ "email": "educatedsuddenbucket@gmail.com"
+ },
+ "record": {
+ "TXT": [
+ "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCOCPIlvAEZxJibdx9OiUyJHoj63GUkBafTzg5XI4kfG7LFcONNdJwjxbOipmriktgDwyltEM4ZC1kw+Vf3mSYwIqtfuMmFZXBawYW9nU7KbNqH2xLZF+7z0SkHdyB0ODm78ouiQLdr6IPc+ZSjyZD0M3eOMlXnwsBrCzhM+itKowIDAQAB"
+ ]
+ }
+}
diff --git a/domains/zmail._domainkey.juststudio.json b/domains/zmail._domainkey.juststudio.json
new file mode 100644
index 000000000..fa533eb95
--- /dev/null
+++ b/domains/zmail._domainkey.juststudio.json
@@ -0,0 +1,10 @@
+{
+ "description": "zoho mail for juststudio.is-a.dev domain",
+ "owner": {
+ "username": "JustStudio7",
+ "email": "lk.qq@ya.ru"
+ },
+ "record": {
+ "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjezgYOcTrOFw6uITe2KXiQ7MTEzCI76YKzGNPCeN7ttYlbZ/+KRg+iNPNcinf96ClHDhw7fooDSkmTnsCwXdK29gidrXFljATKEB3bilriDYTdtesd+kCHVS5XqUWHKfAdhFZpQcV97DwX1mzTb17JOi8R9HJ8KqJ00/+eir+EQIDAQAB"
+ }
+}
diff --git a/domains/zmail._domainkey.neca.json b/domains/zmail._domainkey.neca.json
new file mode 100644
index 000000000..16151dea0
--- /dev/null
+++ b/domains/zmail._domainkey.neca.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "nekotamogas",
+ "email": "dazzerdev@gmail.com",
+ "discord": "797458672225091594"
+ },
+
+ "record": {
+ "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIHzsnS94jaMTbcflV4QMBR4P3YCgegw1NoV7t7rkElCnZ7LEJIWLMCMheXN+ipQUclpDZ8Lw6m8B7mm4tm8P79hTuM6rmhsqcQb8w/g3u6kUDhK/eq2QoDhUienbpKTsR4pZesu9yIW0DL5wYxHT2zpxQN7zO8+8b4IzFSPnmHQIDAQAB"
+ }
+ }
diff --git a/domains/zonghao.json b/domains/zonghao.json
new file mode 100644
index 000000000..242e4dc46
--- /dev/null
+++ b/domains/zonghao.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ZHTang29",
+ "email": "e0725226@u.nus.edu"
+ },
+ "record": {
+ "URL": "https://zonghao-portfolio.web.app/"
+ }
+}
diff --git a/domains/zoom.json b/domains/zoom.json
new file mode 100644
index 000000000..20fad6138
--- /dev/null
+++ b/domains/zoom.json
@@ -0,0 +1,13 @@
+{
+ "description": "A way of showing my github website",
+ "repo": "https://github.com/theoldzoom/theoldzoom.github.io",
+ "owner": {
+ "username": "theoldzoom",
+ "email": "theoldzoom@gmail.com",
+ "twitter": "theoldzoom",
+ "discord": "theoldzoom"
+ },
+ "record": {
+ "CNAME": "theoldzoom.github.io"
+ }
+}
diff --git a/domains/zoosio.json b/domains/zoosio.json
new file mode 100644
index 000000000..781af4488
--- /dev/null
+++ b/domains/zoosio.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "239626",
+ "email": "maz.nos@gmail.com",
+ "discord": "788741120364511242"
+ },
+
+ "record": {
+ "A": ["95.216.242.35"]
+ }
+}
diff --git a/domains/zorex.json b/domains/zorex.json
new file mode 100644
index 000000000..a31ed12ba
--- /dev/null
+++ b/domains/zorex.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "iksmfua",
+ "email": "realiksm@gmail.com",
+ "twitter": "WaleedthemodYT"
+ },
+ "record": {
+ "A": ["34.111.179.208"],
+ "TXT": "replit-verify=73d19ce6-ad19-4956-a800-4e647b4b7cd4"
+ }
+}
diff --git a/domains/zplusfour.json b/domains/zplusfour.json
index f1a36e550..4304e0846 100644
--- a/domains/zplusfour.json
+++ b/domains/zplusfour.json
@@ -6,7 +6,10 @@
},
"record": {
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/zstg.json b/domains/zstg.json
new file mode 100644
index 000000000..3cb52fbac
--- /dev/null
+++ b/domains/zstg.json
@@ -0,0 +1,12 @@
+{
+ "description": "Describe the use of this subdomain",
+ "repo": "https://github.com/zstg/zstg.github.io",
+ "owner": {
+ "username": "zstg",
+ "email": "zestig@duck.com",
+ "twitter": "zstg"
+ },
+ "record": {
+ "CNAME": "zstg.github.io"
+ }
+}
\ No newline at end of file
diff --git a/domains/ztrdiamond.json b/domains/ztrdiamond.json
new file mode 100644
index 000000000..f8c7fd9da
--- /dev/null
+++ b/domains/ztrdiamond.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "ZTRdiamond",
+ "email": "rikosimon9@gmail.com"
+ },
+ "record": {
+ "URL": "https://ztrdiamond.vercel.app/"
+ }
+}
diff --git a/domains/zuygui.json b/domains/zuygui.json
index 212f498eb..6172d552d 100644
--- a/domains/zuygui.json
+++ b/domains/zuygui.json
@@ -1,9 +1,9 @@
{
- "owner": {
- "username": "zuygui",
- "email": "maxime@halbitte.fr"
- },
- "record": {
- "CNAME": "zuygui.github.io"
- }
+ "owner": {
+ "username": "zuygui",
+ "email": "maxime@halbitte.fr"
+ },
+ "record": {
+ "CNAME": "zuygui.github.io"
+ }
}
diff --git a/domains/zvdxc.json b/domains/zvdxc.json
new file mode 100644
index 000000000..2d357bd7c
--- /dev/null
+++ b/domains/zvdxc.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zvdxc",
+ "email": "zvdxc11@gmail.com"
+ },
+ "record": {
+ "CNAME": "mysite-e7j.pages.dev"
+ }
+}
diff --git a/domains/zwei.json b/domains/zwei.json
new file mode 100644
index 000000000..02ad53c00
--- /dev/null
+++ b/domains/zwei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zwei",
+ "email": "post@zwei.de.eu.org"
+ },
+ "record": {
+ "CNAME": "bestzwei.github.io"
+ }
+}
diff --git a/domains/zwyz.json b/domains/zwyz.json
new file mode 100644
index 000000000..c1cba54d5
--- /dev/null
+++ b/domains/zwyz.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "madisonwirtanen",
+ "email": "isadev@imkk.uk"
+ },
+ "record": {
+ "CNAME": "madisonwirtanen.github.io"
+ }
+}
diff --git a/domains/zylo.json b/domains/zylo.json
new file mode 100644
index 000000000..b26333371
--- /dev/null
+++ b/domains/zylo.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Zylo23",
+ "email": "pyyupsk@proton.me"
+ },
+ "description": "👋 Hello! I'm Zylo, a passionate developer with expertise in efficient web solutions. Explore my portfolio and contact me on GitHub.",
+ "repo": "https://github.com/Zylo23/personal-website",
+ "record": {
+ "CNAME": "zylo23.pages.dev"
+ }
+}
diff --git a/domains/zymi.json b/domains/zymi.json
new file mode 100644
index 000000000..b78dcf38e
--- /dev/null
+++ b/domains/zymi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "Zyminotfound",
+ "email": "notzymi0@gmail.com"
+ },
+ "record": {
+ "CNAME": "zyminotfound.github.io"
+ }
+}
diff --git a/domains/zyronixbot.mznking.json b/domains/zyronixbot.mznking.json
new file mode 100644
index 000000000..287e887ed
--- /dev/null
+++ b/domains/zyronixbot.mznking.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mznking",
+ "email": "maazinking23@gmail.com"
+ },
+ "record": {
+ "CNAME": "zyronixbot.onrender.com"
+ }
+}
diff --git a/domains/zyrouge.json b/domains/zyrouge.json
index e980c87fd..cd4b99e23 100644
--- a/domains/zyrouge.json
+++ b/domains/zyrouge.json
@@ -5,6 +5,6 @@
"twitter": "_zyrouge_"
},
"record": {
- "CNAME": "zyrouge.github.io"
+ "URL": "https://zyrouge.me/"
}
}
diff --git a/domains/zytre.json b/domains/zytre.json
new file mode 100644
index 000000000..6b9848785
--- /dev/null
+++ b/domains/zytre.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "GGLVXD",
+ "email": "gglvmax@gmail.com",
+ "discord": "689774740893859840"
+ },
+
+ "record": {
+ "CNAME": "forum.gglvxd.eu.org"
+ }
+}
diff --git a/media/logo.svg b/media/logo.svg
index 5cd981207..d3e0eb0d3 100644
--- a/media/logo.svg
+++ b/media/logo.svg
@@ -1 +1,46 @@
-
\ No newline at end of file
+
+
diff --git a/media/logo_circle.png b/media/logo_circle.png
new file mode 100644
index 000000000..dae6ae51b
Binary files /dev/null and b/media/logo_circle.png differ
diff --git a/scripts/action-utils.js b/scripts/action-utils.js
index f4fde5761..38a33a420 100644
--- a/scripts/action-utils.js
+++ b/scripts/action-utils.js
@@ -1,8 +1,8 @@
module.exports = {
- hasLabel: (context, label) => {
- const pr = context.payload.pull_request || context.payload.issue;
- const { labels = [] } = pr;
+ hasLabel: (context, label) => {
+ const pr = context.payload.pull_request || context.payload.issue;
+ const { labels = [] } = pr;
- return !!labels.find(({ name }) => name === label);
- },
+ return !!labels.find(({ name }) => name === label);
+ },
};
diff --git a/scripts/register-domains.js b/scripts/register-domains.js
index 20670f8af..94bc02089 100644
--- a/scripts/register-domains.js
+++ b/scripts/register-domains.js
@@ -1,61 +1,76 @@
-const R = require('ramda');
-const { VALID_RECORD_TYPES, DOMAIN_HOST_IP, TTL, ENV } = require('../utils/constants');
-const { domainService: dc } = require('../utils/domain-service');
-const { getDomains: gd } = require('../utils/get-domain');
+const R = require("ramda");
+const {
+ VALID_RECORD_TYPES,
+ DOMAIN_HOST_IP,
+ TTL,
+ ENV,
+} = require("../utils/constants");
+const { domainService: dc } = require("../utils/domain-service");
+const { getDomains: gd } = require("../utils/get-domain");
const getRecords = R.compose(R.toPairs, R.pick(VALID_RECORD_TYPES));
const address = (type, value) => {
- if ('URL' === type) return `${value}`.replace(/\/$/g, '');
- if ('TXT' === type) return value;
- return (type === 'CNAME' ? `${value}`.toLowerCase() : `${value}`).replace(/[/.]$/g, '');
+ if ("URL" === type) return `${value}`.replace(/\/$/g, "");
+ if ("TXT" === type) return value;
+ return (type === "CNAME" ? `${value}`.toLowerCase() : `${value}`).replace(
+ /[/.]$/g,
+ "",
+ );
};
-const toHostList = R.chain(data => {
- // URL redirection must contain explicit A record
- // Wildcard A record breaks when used with MX
- // Ref: https://github.com/is-a-dev/register/issues/2365
- if ((data.record.URL && data.record.MX) || data.name === '@') {
- data.record.A = [ DOMAIN_HOST_IP ]
- }
+const toHostList = R.chain((data) => {
+ // URL redirection must contain explicit A record
+ // Wildcard A record breaks when used with MX
+ // Ref: https://github.com/is-a-dev/register/issues/2365
+ if ((data.record.URL && data.record.MX) || data.name === "@") {
+ data.record.A = [DOMAIN_HOST_IP];
+ }
- const records = getRecords(data.record);
+ const records = getRecords(data.record);
- return R.chain(([recordType, values]) => {
- const valueList = Array.isArray(values) ? values : [values];
+ return R.chain(([recordType, values]) => {
+ const valueList = Array.isArray(values) ? values : [values];
- return valueList.map((value, index) => ({
- name: data.name,
- type: recordType,
- address: address(recordType, value),
- ttl: TTL,
- ...(recordType === 'MX' ? { priority: index + 20 } : {})
- }))
- }, records)
+ return valueList.map((value, index) => ({
+ name: data.name,
+ type: recordType,
+ address: address(recordType, value),
+ ttl: TTL,
+ ...(recordType === "MX" ? { priority: index + 20 } : {}),
+ }));
+ }, records);
});
-const registerDomains = async ({ domainService, getDomains, log = () => { } }) => {
- const domains = await getDomains().then(toHostList);
+const registerDomains = async ({
+ domainService,
+ getDomains,
+ log = () => {},
+}) => {
+ const domains = await getDomains().then(toHostList);
- if (domains.length === 0)
- return Promise.reject(new Error('Nothing to register'));
+ if (domains.length === 0)
+ return Promise.reject(new Error("Nothing to register"));
- log(`${domains.length} records found`);
- return domainService.updateHosts(domains);
+ log(`${domains.length} records found`);
+ return domainService.updateHosts(domains);
};
const main = async () => {
- console.log(`Running in ${ENV} mode`);
- const result = await registerDomains({ domainService: dc, getDomains: gd, log: console.log });
- console.log(result);
+ console.log(`Running in ${ENV} mode`);
+ const result = await registerDomains({
+ domainService: dc,
+ getDomains: gd,
+ log: console.log,
+ });
+ console.log(result);
};
if (require.main === module) {
- main().catch(e => {
- console.error(e);
- process.exit(1);
- });
+ main().catch((e) => {
+ console.error(e);
+ process.exit(1);
+ });
} else {
- module.exports = { toHostList, registerDomains };
+ module.exports = { toHostList, registerDomains };
}
-
diff --git a/scripts/reply.js b/scripts/reply.js
index 233f56ed4..dd4df142d 100644
--- a/scripts/reply.js
+++ b/scripts/reply.js
@@ -1,4 +1,3 @@
-
const getInstructions = () => `
The changes have been published!! It should reflect in less than 24 hours.
@@ -35,16 +34,15 @@ Help me in my mission to keep this service alive forever by donating!
`;
module.exports = {
- async instructions(context, github) {
- const pr = context.payload.issue || context.payload.pull_request;
- const { number } = pr;
+ async instructions(context, github) {
+ const pr = context.payload.issue || context.payload.pull_request;
+ const { number } = pr;
- await github.issues.createComment({
- owner: context.repo.owner,
- repo: context.repo.repo,
- issue_number: number,
- body: getInstructions(),
- });
- }
+ await github.issues.createComment({
+ owner: context.repo.owner,
+ repo: context.repo.repo,
+ issue_number: number,
+ body: getInstructions(),
+ });
+ },
};
-
diff --git a/tests/cpanel.test.js b/tests/cpanel.test.js
index 162a9a5d3..b2415f8b4 100644
--- a/tests/cpanel.test.js
+++ b/tests/cpanel.test.js
@@ -1,195 +1,210 @@
-const R = require('ramda');
-const { CpanelClient } = require('../utils/lib/cpanel');
+const R = require("ramda");
+const { CpanelClient } = require("../utils/lib/cpanel");
-const mockFetch = (expectRequest, decorate = R.identity) => (reqUrl, request) => {
- expectRequest(reqUrl, request);
- return Promise.resolve({
- json: async () => decorate(request),
- });
-};
-
-describe('Cpanel client', () => {
- describe('fetchzonerecords', () => {
- it('should make the correct request', async () => {
- const fetch = mockFetch((url, request) => {
- expect(url).toBe('https://example.com:2000/json-api/cpanel?customonly=0&domain=a.b&cpanel_jsonapi_user=boy&cpanel_jsonapi_module=ZoneEdit&cpanel_jsonapi_func=fetchzone_records&cpanel_jsonapi_apiversion=2');
- expect(request).toEqual({
- headers: {
- Authorization: 'cpanel boy:boybyebye',
- },
- rejectUnauthorized: false,
+const mockFetch =
+ (expectRequest, decorate = R.identity) =>
+ (reqUrl, request) => {
+ expectRequest(reqUrl, request);
+ return Promise.resolve({
+ json: async () => decorate(request),
});
- });
+ };
- const cpanel = CpanelClient({
- host: 'example.com',
- port: 2000,
- username: 'boy',
- apiKey: 'boybyebye',
- domain: 'a.b',
- dependencies: { fetch },
- });
+describe("Cpanel client", () => {
+ describe("fetchzonerecords", () => {
+ it("should make the correct request", async () => {
+ const fetch = mockFetch((url, request) => {
+ expect(url).toBe(
+ "https://example.com:2000/json-api/cpanel?customonly=0&domain=a.b&cpanel_jsonapi_user=boy&cpanel_jsonapi_module=ZoneEdit&cpanel_jsonapi_func=fetchzone_records&cpanel_jsonapi_apiversion=2",
+ );
+ expect(request).toEqual({
+ headers: {
+ Authorization: "cpanel boy:boybyebye",
+ },
+ rejectUnauthorized: false,
+ });
+ });
- await cpanel.zone.fetch();
+ const cpanel = CpanelClient({
+ host: "example.com",
+ port: 2000,
+ username: "boy",
+ apiKey: "boybyebye",
+ domain: "a.b",
+ dependencies: { fetch },
+ });
+
+ await cpanel.zone.fetch();
+ });
+
+ it("should make the correct request with query", async () => {
+ const fetch = mockFetch((url, request) => {
+ expect(url).toBe(
+ "https://example.com:2000/json-api/cpanel?customonly=0&domain=foobar.boeey&cpanel_jsonapi_user=boy&cpanel_jsonapi_module=ZoneEdit&cpanel_jsonapi_func=fetchzone_records&cpanel_jsonapi_apiversion=2",
+ );
+ expect(request).toEqual({
+ headers: {
+ Authorization: "cpanel boy:boybyebye",
+ },
+ rejectUnauthorized: false,
+ });
+ });
+
+ const cpanel = CpanelClient({
+ host: "example.com",
+ port: 2000,
+ username: "boy",
+ apiKey: "boybyebye",
+ domain: "a.b",
+ dependencies: { fetch },
+ });
+
+ await cpanel.zone.fetch({ domain: "foobar.boeey" });
+ });
});
- it('should make the correct request with query', async () => {
- const fetch = mockFetch((url, request) => {
- expect(url).toBe('https://example.com:2000/json-api/cpanel?customonly=0&domain=foobar.boeey&cpanel_jsonapi_user=boy&cpanel_jsonapi_module=ZoneEdit&cpanel_jsonapi_func=fetchzone_records&cpanel_jsonapi_apiversion=2');
- expect(request).toEqual({
- headers: {
- Authorization: 'cpanel boy:boybyebye',
- },
- rejectUnauthorized: false,
+ describe("addzonerecord", () => {
+ it("should make the correct request", async () => {
+ const fetch = mockFetch((url, request) => {
+ expect(url).toBe(
+ "https://example.com:2000/json-api/cpanel?domain=a.b&name=googo&type=CNAME&cname=beey&ttl=2020&cpanel_jsonapi_user=boy&cpanel_jsonapi_module=ZoneEdit&cpanel_jsonapi_func=add_zone_record&cpanel_jsonapi_apiversion=2",
+ );
+ expect(request).toEqual({
+ headers: {
+ Authorization: "cpanel boy:boybyebye",
+ },
+ rejectUnauthorized: false,
+ });
+ });
+
+ const cpanel = CpanelClient({
+ host: "example.com",
+ port: 2000,
+ username: "boy",
+ apiKey: "boybyebye",
+ domain: "a.b",
+ dependencies: { fetch },
+ });
+
+ await cpanel.zone.add({
+ name: "googo",
+ type: "boyee",
+ cname: "beey",
+ type: "CNAME",
+ ttl: 2020,
+ });
});
- });
-
- const cpanel = CpanelClient({
- host: 'example.com',
- port: 2000,
- username: 'boy',
- apiKey: 'boybyebye',
- domain: 'a.b',
- dependencies: { fetch },
- });
-
- await cpanel.zone.fetch({ domain: 'foobar.boeey' });
});
- });
- describe('addzonerecord', () => {
- it('should make the correct request', async () => {
- const fetch = mockFetch((url, request) => {
- expect(url).toBe('https://example.com:2000/json-api/cpanel?domain=a.b&name=googo&type=CNAME&cname=beey&ttl=2020&cpanel_jsonapi_user=boy&cpanel_jsonapi_module=ZoneEdit&cpanel_jsonapi_func=add_zone_record&cpanel_jsonapi_apiversion=2');
- expect(request).toEqual({
- headers: {
- Authorization: 'cpanel boy:boybyebye',
- },
- rejectUnauthorized: false,
+ describe("addzonerecord", () => {
+ it("should make the correct request", async () => {
+ const fetch = mockFetch((url, request) => {
+ expect(url).toBe(
+ "https://example.com:2000/json-api/cpanel?domain=a.b&line=500&cpanel_jsonapi_user=boy&cpanel_jsonapi_module=ZoneEdit&cpanel_jsonapi_func=remove_zone_record&cpanel_jsonapi_apiversion=2",
+ );
+ expect(request).toEqual({
+ headers: {
+ Authorization: "cpanel boy:boybyebye",
+ },
+ rejectUnauthorized: false,
+ });
+ });
+
+ const cpanel = CpanelClient({
+ host: "example.com",
+ port: 2000,
+ username: "boy",
+ apiKey: "boybyebye",
+ domain: "a.b",
+ dependencies: { fetch },
+ });
+
+ await cpanel.zone.remove({
+ line: 500,
+ });
});
- });
-
- const cpanel = CpanelClient({
- host: 'example.com',
- port: 2000,
- username: 'boy',
- apiKey: 'boybyebye',
- domain: 'a.b',
- dependencies: { fetch },
- });
-
- await cpanel.zone.add({
- name: 'googo',
- type: 'boyee',
- cname: 'beey',
- type: 'CNAME',
- ttl: 2020,
- });
});
- });
- describe('addzonerecord', () => {
- it('should make the correct request', async () => {
- const fetch = mockFetch((url, request) => {
- expect(url).toBe('https://example.com:2000/json-api/cpanel?domain=a.b&line=500&cpanel_jsonapi_user=boy&cpanel_jsonapi_module=ZoneEdit&cpanel_jsonapi_func=remove_zone_record&cpanel_jsonapi_apiversion=2');
- expect(request).toEqual({
- headers: {
- Authorization: 'cpanel boy:boybyebye',
- },
- rejectUnauthorized: false,
+ describe("fetchredirections", () => {
+ it("should make the correct request", async () => {
+ const fetch = mockFetch((url, request) => {
+ expect(url).toBe(
+ "https://example.com:2000/execute/Mime/list_redirects?cpanel_jsonapi_user=boy&cpanel_jsonapi_module=Mime&cpanel_jsonapi_func=list_redirects&cpanel_jsonapi_apiversion=2",
+ );
+ expect(request).toEqual({
+ headers: {
+ Authorization: "cpanel boy:boybyebye",
+ },
+ rejectUnauthorized: false,
+ });
+ });
+
+ const cpanel = CpanelClient({
+ host: "example.com",
+ port: 2000,
+ username: "boy",
+ apiKey: "boybyebye",
+ domain: "a.b",
+ dependencies: { fetch },
+ });
+
+ await cpanel.redirection.fetch();
});
- });
-
- const cpanel = CpanelClient({
- host: 'example.com',
- port: 2000,
- username: 'boy',
- apiKey: 'boybyebye',
- domain: 'a.b',
- dependencies: { fetch },
- });
-
- await cpanel.zone.remove({
- line: 500,
- });
});
- });
+ describe("addredirection", () => {
+ it("should make the correct request", async () => {
+ const fetch = mockFetch((url, request) => {
+ expect(url).toBe(
+ "https://example.com:2000/execute/Mime/add_redirect?domain=googo&destination=https%3A%2F%2Foodf.com&cpanel_jsonapi_user=boy&cpanel_jsonapi_module=Mime&cpanel_jsonapi_func=add_redirect&cpanel_jsonapi_apiversion=2",
+ );
+ expect(request).toEqual({
+ headers: {
+ Authorization: "cpanel boy:boybyebye",
+ },
+ rejectUnauthorized: false,
+ });
+ });
- describe('fetchredirections', () => {
- it('should make the correct request', async () => {
- const fetch = mockFetch((url, request) => {
- expect(url).toBe('https://example.com:2000/execute/Mime/list_redirects?cpanel_jsonapi_user=boy&cpanel_jsonapi_module=Mime&cpanel_jsonapi_func=list_redirects&cpanel_jsonapi_apiversion=2');
- expect(request).toEqual({
- headers: {
- Authorization: 'cpanel boy:boybyebye',
- },
- rejectUnauthorized: false,
+ const cpanel = CpanelClient({
+ host: "example.com",
+ port: 2000,
+ username: "boy",
+ apiKey: "boybyebye",
+ domain: "a.b",
+ dependencies: { fetch },
+ });
+
+ await cpanel.redirection.add({
+ domain: "googo",
+ destination: "https://oodf.com",
+ });
});
- });
-
- const cpanel = CpanelClient({
- host: 'example.com',
- port: 2000,
- username: 'boy',
- apiKey: 'boybyebye',
- domain: 'a.b',
- dependencies: { fetch },
- });
-
- await cpanel.redirection.fetch();
});
- });
- describe('addredirection', () => {
- it('should make the correct request', async () => {
- const fetch = mockFetch((url, request) => {
- expect(url).toBe('https://example.com:2000/execute/Mime/add_redirect?domain=googo&destination=https%3A%2F%2Foodf.com&cpanel_jsonapi_user=boy&cpanel_jsonapi_module=Mime&cpanel_jsonapi_func=add_redirect&cpanel_jsonapi_apiversion=2');
- expect(request).toEqual({
- headers: {
- Authorization: 'cpanel boy:boybyebye',
- },
- rejectUnauthorized: false,
+
+ describe("deleteredirection", () => {
+ it("should make the correct request", async () => {
+ const fetch = mockFetch((url, request) => {
+ expect(url).toBe(
+ "https://example.com:2000/execute/Mime/delete_redirect?domain=googo&cpanel_jsonapi_user=boy&cpanel_jsonapi_module=Mime&cpanel_jsonapi_func=delete_redirect&cpanel_jsonapi_apiversion=2",
+ );
+ expect(request).toEqual({
+ headers: {
+ Authorization: "cpanel boy:boybyebye",
+ },
+ rejectUnauthorized: false,
+ });
+ });
+
+ const cpanel = CpanelClient({
+ host: "example.com",
+ port: 2000,
+ username: "boy",
+ apiKey: "boybyebye",
+ domain: "a.b",
+ dependencies: { fetch },
+ });
+
+ await cpanel.redirection.remove({ domain: "googo" });
});
- });
-
- const cpanel = CpanelClient({
- host: 'example.com',
- port: 2000,
- username: 'boy',
- apiKey: 'boybyebye',
- domain: 'a.b',
- dependencies: { fetch },
- });
-
- await cpanel.redirection.add({
- domain: 'googo',
- destination: 'https://oodf.com'
- });
});
- });
-
- describe('deleteredirection', () => {
- it('should make the correct request', async () => {
- const fetch = mockFetch((url, request) => {
- expect(url).toBe('https://example.com:2000/execute/Mime/delete_redirect?domain=googo&cpanel_jsonapi_user=boy&cpanel_jsonapi_module=Mime&cpanel_jsonapi_func=delete_redirect&cpanel_jsonapi_apiversion=2');
- expect(request).toEqual({
- headers: {
- Authorization: 'cpanel boy:boybyebye',
- },
- rejectUnauthorized: false,
- });
- });
-
- const cpanel = CpanelClient({
- host: 'example.com',
- port: 2000,
- username: 'boy',
- apiKey: 'boybyebye',
- domain: 'a.b',
- dependencies: { fetch },
- });
-
- await cpanel.redirection.remove({ domain: 'googo' });
- });
- });
});
-
diff --git a/tests/domain-service.test.js b/tests/domain-service.test.js
index 077aa4ea2..dfd6400ed 100644
--- a/tests/domain-service.test.js
+++ b/tests/domain-service.test.js
@@ -1,344 +1,421 @@
-const R = require('ramda');
-const { getDomainService, diffRecords } = require('../utils/domain-service');
-const { DOMAIN_DOMAIN } = require('../utils/constants');
+const R = require("ramda");
+const { getDomainService, diffRecords } = require("../utils/domain-service");
+const { DOMAIN_DOMAIN } = require("../utils/constants");
-const getCpanel = ({ zone, addZone, removeZone, redir, addRedir, removeRedir, addEmail, removeEmail } = {}) => ({
- zone: {
- fetch: (_) => zone(),
- add: (rec) => addZone(rec),
- remove: (rec) => removeZone(rec),
- },
- redirection: {
- fetch: (_) => redir(),
- add: (rec) => addRedir(rec),
- remove: (rec) => removeRedir(rec),
- },
- email: {
- add: (rec) => addEmail(rec),
- remove: (rec) => removeEmail(rec),
- },
+const getCpanel = ({
+ zone,
+ addZone,
+ removeZone,
+ redir,
+ addRedir,
+ removeRedir,
+ addEmail,
+ removeEmail,
+} = {}) => ({
+ zone: {
+ fetch: (_) => zone(),
+ add: (rec) => addZone(rec),
+ remove: (rec) => removeZone(rec),
+ },
+ redirection: {
+ fetch: (_) => redir(),
+ add: (rec) => addRedir(rec),
+ remove: (rec) => removeRedir(rec),
+ },
+ email: {
+ add: (rec) => addEmail(rec),
+ remove: (rec) => removeEmail(rec),
+ },
});
-describe('diffRecords', () => {
- it('should show added record', () => {
- const oldRecords = [
- { name: 'xx', type: 'CNAME', address: 'fck.com.' },
- { name: 'xa', type: 'A', address: '111.1.1212.1' },
- ];
- const newRecords = [
- { name: 'xx', type: 'CNAME', address: 'fck.com.' },
- { name: 'xa', type: 'A', address: '111.1.1212.1' },
- { name: 'boo', type: 'CNAME', address: 'x.com' },
- ];
+describe("diffRecords", () => {
+ it("should show added record", () => {
+ const oldRecords = [
+ { name: "xx", type: "CNAME", address: "fck.com." },
+ { name: "xa", type: "A", address: "111.1.1212.1" },
+ ];
+ const newRecords = [
+ { name: "xx", type: "CNAME", address: "fck.com." },
+ { name: "xa", type: "A", address: "111.1.1212.1" },
+ { name: "boo", type: "CNAME", address: "x.com" },
+ ];
- const result = diffRecords(oldRecords, newRecords);
- expect(result).toEqual({
- remove: [],
- add: [
- { name: 'boo', type: 'CNAME', address: 'x.com' },
- ],
+ const result = diffRecords(oldRecords, newRecords);
+ expect(result).toEqual({
+ remove: [],
+ add: [{ name: "boo", type: "CNAME", address: "x.com" }],
+ });
});
- });
- it('should show edited records', () => {
- const oldRecords = [
- { name: 'xx', type: 'CNAME', address: 'fck.com.' },
- { name: 'xa', type: 'A', address: '111.1.1212.1' },
- ];
- const newRecords = [
- { name: 'xx', type: 'CNAME', address: 'fck.com.' },
- { name: 'xa', type: 'A', address: '69.69.69.69' },
- ];
+ it("should show edited records", () => {
+ const oldRecords = [
+ { name: "xx", type: "CNAME", address: "fck.com." },
+ { name: "xa", type: "A", address: "111.1.1212.1" },
+ ];
+ const newRecords = [
+ { name: "xx", type: "CNAME", address: "fck.com." },
+ { name: "xa", type: "A", address: "69.69.69.69" },
+ ];
- const result = diffRecords(oldRecords, newRecords);
- expect(result).toEqual({
- remove: [
- { name: 'xa', type: 'A', address: '111.1.1212.1' },
- ],
- add: [
- { name: 'xa', type: 'A', address: '69.69.69.69' },
- ],
+ const result = diffRecords(oldRecords, newRecords);
+ expect(result).toEqual({
+ remove: [{ name: "xa", type: "A", address: "111.1.1212.1" }],
+ add: [{ name: "xa", type: "A", address: "69.69.69.69" }],
+ });
});
- });
- it('should show added records with the same name and record type', () => {
- const oldRecords = [
- { name: 'xx', type: 'CNAME', address: 'fck.com.' },
- { name: 'xa', type: 'A', address: '69.69.69.69' },
- ];
- const newRecords = [
- { name: 'xx', type: 'CNAME', address: 'fck.com.' },
- { name: 'xa', type: 'A', address: '69.69.69.69' },
- { name: 'xa', type: 'A', address: '69.69.4.20' },
- ];
+ it("should show added records with the same name and record type", () => {
+ const oldRecords = [
+ { name: "xx", type: "CNAME", address: "fck.com." },
+ { name: "xa", type: "A", address: "69.69.69.69" },
+ ];
+ const newRecords = [
+ { name: "xx", type: "CNAME", address: "fck.com." },
+ { name: "xa", type: "A", address: "69.69.69.69" },
+ { name: "xa", type: "A", address: "69.69.4.20" },
+ ];
- const result = diffRecords(oldRecords, newRecords);
- expect(result).toEqual({
- remove: [],
- add: [
- { name: 'xa', type: 'A', address: '69.69.4.20' },
- ],
+ const result = diffRecords(oldRecords, newRecords);
+ expect(result).toEqual({
+ remove: [],
+ add: [{ name: "xa", type: "A", address: "69.69.4.20" }],
+ });
});
- });
- it('should diff complex changes', () => {
- const oldRecords = [
- { name: 'a', type: 'CNAME', address: 'fck.com.' },
- { name: 'b', type: 'A', address: '69.69.69.69' },
- { name: '111', type: 'CNAME', address: 'x' },
- { name: 'd', type: 'A', address: '69.69.4.20' },
- ];
- const newRecords = [
- { name: '111', type: 'CNAME', address: 'x' },
- { name: 'd', type: 'CNAME', address: 'duck.com' },
- { name: 'a', type: 'CNAME', address: 'og.com' },
- { name: 'b', type: 'A', address: '69.69.69.69' },
- { name: 'b', type: 'A', address: '69.69.4.20' },
- { name: 'c', type: 'CNAME', address: 'ccc.cc' },
- ];
+ it("should diff complex changes", () => {
+ const oldRecords = [
+ { name: "a", type: "CNAME", address: "fck.com." },
+ { name: "b", type: "A", address: "69.69.69.69" },
+ { name: "111", type: "CNAME", address: "x" },
+ { name: "d", type: "A", address: "69.69.4.20" },
+ ];
+ const newRecords = [
+ { name: "111", type: "CNAME", address: "x" },
+ { name: "d", type: "CNAME", address: "duck.com" },
+ { name: "a", type: "CNAME", address: "og.com" },
+ { name: "b", type: "A", address: "69.69.69.69" },
+ { name: "b", type: "A", address: "69.69.4.20" },
+ { name: "c", type: "CNAME", address: "ccc.cc" },
+ ];
- const result = diffRecords(oldRecords, newRecords);
- expect(result).toEqual({
- remove: [
- { name: 'a', type: 'CNAME', address: 'fck.com.' },
- { name: 'd', type: 'A', address: '69.69.4.20' },
- ],
- add: [
- { name: 'd', type: 'CNAME', address: 'duck.com' },
- { name: 'a', type: 'CNAME', address: 'og.com' },
- { name: 'b', type: 'A', address: '69.69.4.20' },
- { name: 'c', type: 'CNAME', address: 'ccc.cc' },
- ],
+ const result = diffRecords(oldRecords, newRecords);
+ expect(result).toEqual({
+ remove: [
+ { name: "a", type: "CNAME", address: "fck.com." },
+ { name: "d", type: "A", address: "69.69.4.20" },
+ ],
+ add: [
+ { name: "d", type: "CNAME", address: "duck.com" },
+ { name: "a", type: "CNAME", address: "og.com" },
+ { name: "b", type: "A", address: "69.69.4.20" },
+ { name: "c", type: "CNAME", address: "ccc.cc" },
+ ],
+ });
});
- });
});
-describe('Domain service', () => {
- const addZone = jest.fn(async () => ({}));
- const removeZone = jest.fn(async () => ({}));
- const addRedir = jest.fn(async () => ({}));
- const removeRedir = jest.fn(async () => ({}));
- const addEmail = jest.fn(async () => ({}));
- const removeEmail = jest.fn(async () => ({}));
+describe("Domain service", () => {
+ const addZone = jest.fn(async () => ({}));
+ const removeZone = jest.fn(async () => ({}));
+ const addRedir = jest.fn(async () => ({}));
+ const removeRedir = jest.fn(async () => ({}));
+ const addEmail = jest.fn(async () => ({}));
+ const removeEmail = jest.fn(async () => ({}));
- const mockDS = ({ zones, redirections }) => getDomainService({
- cpanel: getCpanel({
- zone: async () => zones,
- redir: async () => redirections,
- addZone,
- addEmail,
- addRedir,
- removeZone,
- removeRedir,
- removeEmail,
- })
- });
+ const mockDS = ({ zones, redirections }) =>
+ getDomainService({
+ cpanel: getCpanel({
+ zone: async () => zones,
+ redir: async () => redirections,
+ addZone,
+ addEmail,
+ addRedir,
+ removeZone,
+ removeRedir,
+ removeEmail,
+ }),
+ });
- const getRecordCalls = recfn => recfn.mock.calls
- .map(R.head)
- .map(R.pick(['name', 'type', 'address', 'redirect', 'domain', 'line', 'priority', 'exchanger']));
+ const getRecordCalls = (recfn) =>
+ recfn.mock.calls
+ .map(R.head)
+ .map(
+ R.pick([
+ "name",
+ "type",
+ "address",
+ "redirect",
+ "domain",
+ "line",
+ "priority",
+ "exchanger",
+ ]),
+ );
- beforeEach(() => {
- addZone.mockClear();
- removeZone.mockClear();
- addRedir.mockClear();
- removeRedir.mockClear();
- addEmail.mockClear();
- removeEmail.mockClear();
- });
-
- describe('getHosts', () => {
- it('should resolve with a list of hosts', async () => {
- const zones = [
- { name: 'xx', type: 'CNAME', address: 'fck.com.' },
- { name: 'xx', type: 'A', address: '111.1.1212.1' },
- ];
- const redirections = [];
- const zone = async () => zones;
- const redir = async () => redirections;
- const mockDomainService = getDomainService({ cpanel: getCpanel({ zone, redir }) });
- const list = await mockDomainService.getHosts();
-
- expect(list).toEqual([
- { name: 'xx', type: 'CNAME', address: 'fck.com' },
- { name: 'xx', type: 'A', address: '111.1.1212.1' },
- ]);
+ beforeEach(() => {
+ addZone.mockClear();
+ removeZone.mockClear();
+ addRedir.mockClear();
+ removeRedir.mockClear();
+ addEmail.mockClear();
+ removeEmail.mockClear();
});
- it('should resolve with a redirections', async () => {
- const zones = [
- { line: '111', name: 'xx', type: 'CNAME', address: 'fck.com.' },
- { line: '112', name: 'xx', type: 'A', address: '111.1.1212.1' },
- ];
- const redirections = [
- { domain: 'foo.booboo.xyz', destination: 'https://google.com' },
- { domain: 'foo1.booboo.xyz', destination: 'https://duck.com' },
- ];
- const zone = async () => zones;
- const redir = async () => redirections;
- const mockDomainService = getDomainService({ cpanel: getCpanel({ zone, redir }) });
- const list = await mockDomainService.getHosts();
+ describe("getHosts", () => {
+ it("should resolve with a list of hosts", async () => {
+ const zones = [
+ { name: "xx", type: "CNAME", address: "fck.com." },
+ { name: "xx", type: "A", address: "111.1.1212.1" },
+ ];
+ const redirections = [];
+ const zone = async () => zones;
+ const redir = async () => redirections;
+ const mockDomainService = getDomainService({
+ cpanel: getCpanel({ zone, redir }),
+ });
+ const list = await mockDomainService.getHosts();
- expect(list).toEqual([
- { id: '111', name: 'xx', type: 'CNAME', address: 'fck.com' },
- { id: '112', name: 'xx', type: 'A', address: '111.1.1212.1' },
- { id: `foo.${DOMAIN_DOMAIN}`, name: 'foo', type: 'URL', address: 'https://google.com' },
- { id: `foo1.${DOMAIN_DOMAIN}`, name: 'foo1', type: 'URL', address: 'https://duck.com' },
- ]);
- });
- });
+ expect(list).toEqual([
+ { name: "xx", type: "CNAME", address: "fck.com" },
+ { name: "xx", type: "A", address: "111.1.1212.1" },
+ ]);
+ });
- describe('updateHosts', () => {
- it('should append new hosts with existing ones and set it', async () => {
- const zones = [
- { line: 1, name: 'a', type: 'CNAME', address: 'boo' },
- { line: 2, name: 'b', type: 'CNAME', address: 'goo' },
- ];
- const redirections = [];
+ it("should resolve with a redirections", async () => {
+ const zones = [
+ { line: "111", name: "xx", type: "CNAME", address: "fck.com." },
+ { line: "112", name: "xx", type: "A", address: "111.1.1212.1" },
+ ];
+ const redirections = [
+ { domain: "foo.booboo.xyz", destination: "https://google.com" },
+ { domain: "foo1.booboo.xyz", destination: "https://duck.com" },
+ ];
+ const zone = async () => zones;
+ const redir = async () => redirections;
+ const mockDomainService = getDomainService({
+ cpanel: getCpanel({ zone, redir }),
+ });
+ const list = await mockDomainService.getHosts();
- const mockDomainService = mockDS({ zones, redirections });
- await mockDomainService.updateHosts([
- { name: 'a', type: 'CNAME', address: 'boo' },
- { name: 'b', type: 'CNAME', address: 'goo' },
- { name: 'c', type: 'A', address: '12.131321.213' },
- { name: 'c', type: 'MX', address: 'foobar.com', priority: 2 },
- ]);
-
- expect(addZone).toHaveBeenCalledTimes(1);
- expect(getRecordCalls(addZone)).toEqual([
- { name: 'c', type: 'A', address: '12.131321.213' },
- ]);
-
- expect(addEmail).toHaveBeenCalledTimes(1);
- expect(getRecordCalls(addEmail)).toEqual([
- { domain: 'c.is-a.dev', exchanger: 'foobar.com', priority: 2 },
- ]);
-
- expect(removeZone).toHaveBeenCalledTimes(0);
- expect(removeEmail).toHaveBeenCalledTimes(0);
+ expect(list).toEqual([
+ { id: "111", name: "xx", type: "CNAME", address: "fck.com" },
+ { id: "112", name: "xx", type: "A", address: "111.1.1212.1" },
+ {
+ id: `foo.${DOMAIN_DOMAIN}`,
+ name: "foo",
+ type: "URL",
+ address: "https://google.com",
+ },
+ {
+ id: `foo1.${DOMAIN_DOMAIN}`,
+ name: "foo1",
+ type: "URL",
+ address: "https://duck.com",
+ },
+ ]);
+ });
});
- it('should update matching host and set it', async () => {
- const zones = [
- { line: 1, name: 'a', type: 'CNAME', address: 'boo' },
- { line: 2, name: 'b', type: 'CNAME', address: 'goo' },
- ];
- const redirections = [];
+ describe("updateHosts", () => {
+ it("should append new hosts with existing ones and set it", async () => {
+ const zones = [
+ { line: 1, name: "a", type: "CNAME", address: "boo" },
+ { line: 2, name: "b", type: "CNAME", address: "goo" },
+ ];
+ const redirections = [];
- const mockDomainService = mockDS({ zones, redirections });
- await mockDomainService.updateHosts([
- { name: 'a', type: 'CNAME', address: 'boo' },
- { name: 'b', type: 'CNAME', address: 'googoogaga' },
- ]);
+ const mockDomainService = mockDS({ zones, redirections });
+ await mockDomainService.updateHosts([
+ { name: "a", type: "CNAME", address: "boo" },
+ { name: "b", type: "CNAME", address: "goo" },
+ { name: "c", type: "A", address: "12.131321.213" },
+ { name: "c", type: "MX", address: "foobar.com", priority: 2 },
+ ]);
- expect(addZone).toHaveBeenCalledTimes(1);
- expect(getRecordCalls(addZone)).toEqual([
- { name: 'b', type: 'CNAME', address: 'googoogaga' },
- ]);
- expect(removeZone).toHaveBeenCalledTimes(1);
- expect(getRecordCalls(removeZone)).toEqual([
- { line: 2 },
- ]);
+ expect(addZone).toHaveBeenCalledTimes(1);
+ expect(getRecordCalls(addZone)).toEqual([
+ { name: "c", type: "A", address: "12.131321.213" },
+ ]);
+
+ expect(addEmail).toHaveBeenCalledTimes(1);
+ expect(getRecordCalls(addEmail)).toEqual([
+ { domain: "c.is-a.dev", exchanger: "foobar.com", priority: 2 },
+ ]);
+
+ expect(removeZone).toHaveBeenCalledTimes(0);
+ expect(removeEmail).toHaveBeenCalledTimes(0);
+ });
+
+ it("should update matching host and set it", async () => {
+ const zones = [
+ { line: 1, name: "a", type: "CNAME", address: "boo" },
+ { line: 2, name: "b", type: "CNAME", address: "goo" },
+ ];
+ const redirections = [];
+
+ const mockDomainService = mockDS({ zones, redirections });
+ await mockDomainService.updateHosts([
+ { name: "a", type: "CNAME", address: "boo" },
+ { name: "b", type: "CNAME", address: "googoogaga" },
+ ]);
+
+ expect(addZone).toHaveBeenCalledTimes(1);
+ expect(getRecordCalls(addZone)).toEqual([
+ { name: "b", type: "CNAME", address: "googoogaga" },
+ ]);
+ expect(removeZone).toHaveBeenCalledTimes(1);
+ expect(getRecordCalls(removeZone)).toEqual([{ line: 2 }]);
+ });
+
+ it("should update matching host and set it", async () => {
+ const zones = [
+ { line: 1, name: "a", type: "CNAME", address: "boo" },
+ { line: 2, name: "b", type: "CNAME", address: "goo" },
+ { line: 3, name: "b", type: "CNAME", address: "xaa" },
+ ];
+ const redirections = [];
+
+ const mockDomainService = mockDS({ zones, redirections });
+ await mockDomainService.updateHosts([
+ { name: "a", type: "CNAME", address: "boo" },
+ { name: "b", type: "CNAME", address: "googoogaga" },
+ { name: "b", type: "CNAME", address: "farboo" },
+ ]);
+
+ expect(addZone).toHaveBeenCalledTimes(2);
+ expect(getRecordCalls(addZone)).toEqual([
+ { name: "b", type: "CNAME", address: "googoogaga" },
+ { name: "b", type: "CNAME", address: "farboo" },
+ ]);
+ expect(removeZone).toHaveBeenCalledTimes(2);
+ expect(getRecordCalls(removeZone)).toEqual([
+ { line: 3 },
+ { line: 2 },
+ ]);
+ });
+
+ it("should workout this complex example", async () => {
+ const zones = [
+ { line: 1, name: "a", type: "CNAME", address: "world" },
+ { line: 2, name: "b", type: "A", address: "1" },
+ { line: 3, name: "b", type: "A", address: "2" },
+ { line: 4, name: "c", type: "CNAME", address: "hello.com" },
+ {
+ line: 5,
+ name: "c",
+ type: "MX",
+ address: "mx1.hello.com",
+ priority: 20,
+ },
+ {
+ line: 6,
+ name: "c",
+ type: "MX",
+ address: "mx2.hello.com",
+ priority: 21,
+ },
+ {
+ line: 7,
+ name: "b",
+ type: "MX",
+ address: "foo.bar",
+ priority: 20,
+ },
+ { line: 101, name: "x", type: "A", address: "1" },
+ { line: 99, name: "y", type: "A", address: "2" },
+ { line: 100, name: "z", type: "A", address: "3" },
+ ];
+ const redirections = [
+ {
+ domain: `b.${DOMAIN_DOMAIN}`,
+ destination: "https://foobar.com",
+ },
+ {
+ domain: `c.${DOMAIN_DOMAIN}`,
+ destination: "https://goobar.com",
+ },
+ {
+ domain: `x.${DOMAIN_DOMAIN}`,
+ destination: "https://example.com",
+ },
+ ];
+
+ const mockDomainService = mockDS({ zones, redirections });
+ await mockDomainService.updateHosts([
+ { name: "a", type: "CNAME", address: "boo" },
+ { name: "b", type: "A", address: "1" },
+ { name: "b", type: "A", address: "2" },
+ { name: "b", type: "A", address: "3" },
+ { name: "b", type: "URL", address: "https://wowow.com" },
+ { name: "c", type: "CNAME", address: "hello.com" },
+ { name: "c", type: "URL", address: "https://goobar.com" },
+ { name: "d", type: "CNAME", address: "helo.com" },
+ { name: "d", type: "URL", address: "https://hhh.com" },
+ { name: "x", type: "URL", address: "https://example69.com" },
+ {
+ name: "c",
+ type: "MX",
+ address: "mx2.hello.com",
+ priority: 21,
+ },
+ { name: "a", type: "MX", address: "example.com", priority: 20 },
+ ]);
+
+ expect(addZone).toHaveBeenCalledTimes(3);
+ expect(getRecordCalls(addZone)).toEqual([
+ { name: "a", type: "CNAME", address: "boo" },
+ { name: "b", type: "A", address: "3" },
+ { name: "d", type: "CNAME", address: "helo.com" },
+ ]);
+ expect(removeZone).toHaveBeenCalledTimes(4);
+ expect(getRecordCalls(removeZone)).toEqual([
+ { line: 101 },
+ { line: 100 },
+ { line: 99 },
+ { line: 1 },
+ ]);
+
+ expect(addEmail).toHaveBeenCalledTimes(1);
+ expect(getRecordCalls(addEmail)).toEqual([
+ {
+ domain: "a.is-a.dev",
+ exchanger: "example.com",
+ priority: 20,
+ },
+ ]);
+ expect(removeEmail).toHaveBeenCalledTimes(2);
+ expect(getRecordCalls(removeEmail)).toEqual([
+ { domain: "b.is-a.dev", exchanger: "foo.bar", priority: 20 },
+ {
+ domain: "c.is-a.dev",
+ exchanger: "mx1.hello.com",
+ priority: 20,
+ },
+ ]);
+
+ expect(addRedir).toHaveBeenCalledTimes(3);
+ expect(getRecordCalls(addRedir)).toEqual([
+ {
+ domain: `b.${DOMAIN_DOMAIN}`,
+ type: "permanent",
+ redirect: "https://wowow.com",
+ },
+ {
+ domain: `d.${DOMAIN_DOMAIN}`,
+ type: "permanent",
+ redirect: "https://hhh.com",
+ },
+ {
+ domain: `x.${DOMAIN_DOMAIN}`,
+ type: "permanent",
+ redirect: "https://example69.com",
+ },
+ ]);
+ expect(removeRedir).toHaveBeenCalledTimes(2);
+ expect(getRecordCalls(removeRedir)).toEqual([
+ { domain: `b.${DOMAIN_DOMAIN}` },
+ { domain: `x.${DOMAIN_DOMAIN}` },
+ ]);
+ });
});
-
- it('should update matching host and set it', async () => {
- const zones = [
- { line: 1, name: 'a', type: 'CNAME', address: 'boo' },
- { line: 2, name: 'b', type: 'CNAME', address: 'goo' },
- { line: 3, name: 'b', type: 'CNAME', address: 'xaa' },
- ];
- const redirections = [];
-
- const mockDomainService = mockDS({ zones, redirections });
- await mockDomainService.updateHosts([
- { name: 'a', type: 'CNAME', address: 'boo' },
- { name: 'b', type: 'CNAME', address: 'googoogaga' },
- { name: 'b', type: 'CNAME', address: 'farboo' },
- ]);
-
- expect(addZone).toHaveBeenCalledTimes(2);
- expect(getRecordCalls(addZone)).toEqual([
- { name: 'b', type: 'CNAME', address: 'googoogaga' },
- { name: 'b', type: 'CNAME', address: 'farboo' },
- ]);
- expect(removeZone).toHaveBeenCalledTimes(2);
- expect(getRecordCalls(removeZone)).toEqual([
- { line: 3 },
- { line: 2 },
- ]);
- });
-
- it('should workout this complex example', async () => {
- const zones = [
- { line: 1, name: 'a', type: 'CNAME', address: 'world' },
- { line: 2, name: 'b', type: 'A', address: '1' },
- { line: 3, name: 'b', type: 'A', address: '2' },
- { line: 4, name: 'c', type: 'CNAME', address: 'hello.com' },
- { line: 5, name: 'c', type: 'MX', address: 'mx1.hello.com', priority: 20 },
- { line: 6, name: 'c', type: 'MX', address: 'mx2.hello.com', priority: 21 },
- { line: 7, name: 'b', type: 'MX', address: 'foo.bar', priority: 20 },
- { line: 101, name: 'x', type: 'A', address: '1' },
- { line: 99, name: 'y', type: 'A', address: '2' },
- { line: 100, name: 'z', type: 'A', address: '3' },
- ];
- const redirections = [
- { domain: `b.${DOMAIN_DOMAIN}`, destination: 'https://foobar.com' },
- { domain: `c.${DOMAIN_DOMAIN}`, destination: 'https://goobar.com' },
- { domain: `x.${DOMAIN_DOMAIN}`, destination: 'https://example.com' },
- ];
-
- const mockDomainService = mockDS({ zones, redirections });
- await mockDomainService.updateHosts([
- { name: 'a', type: 'CNAME', address: 'boo' },
- { name: 'b', type: 'A', address: '1' },
- { name: 'b', type: 'A', address: '2' },
- { name: 'b', type: 'A', address: '3' },
- { name: 'b', type: 'URL', address: 'https://wowow.com' },
- { name: 'c', type: 'CNAME', address: 'hello.com' },
- { name: 'c', type: 'URL', address: 'https://goobar.com' },
- { name: 'd', type: 'CNAME', address: 'helo.com' },
- { name: 'd', type: 'URL', address: 'https://hhh.com' },
- { name: 'x', type: 'URL', address: 'https://example69.com' },
- { name: 'c', type: 'MX', address: 'mx2.hello.com', priority: 21 },
- { name: 'a', type: 'MX', address: 'example.com', priority: 20 },
- ]);
-
- expect(addZone).toHaveBeenCalledTimes(3);
- expect(getRecordCalls(addZone)).toEqual([
- { name: 'a', type: 'CNAME', address: 'boo' },
- { name: 'b', type: 'A', address: '3' },
- { name: 'd', type: 'CNAME', address: 'helo.com' },
- ]);
- expect(removeZone).toHaveBeenCalledTimes(4);
- expect(getRecordCalls(removeZone)).toEqual([
- { line: 101 },
- { line: 100 },
- { line: 99 },
- { line: 1 },
- ]);
-
- expect(addEmail).toHaveBeenCalledTimes(1);
- expect(getRecordCalls(addEmail)).toEqual([
- { domain: 'a.is-a.dev', exchanger: 'example.com', priority: 20 },
- ]);
- expect(removeEmail).toHaveBeenCalledTimes(2);
- expect(getRecordCalls(removeEmail)).toEqual([
- { domain: 'b.is-a.dev', exchanger: 'foo.bar', priority: 20 },
- { domain: 'c.is-a.dev', exchanger: 'mx1.hello.com', priority: 20 },
- ]);
-
- expect(addRedir).toHaveBeenCalledTimes(3);
- expect(getRecordCalls(addRedir)).toEqual([
- { domain: `b.${DOMAIN_DOMAIN}`, type: 'permanent', redirect: 'https://wowow.com' },
- { domain: `d.${DOMAIN_DOMAIN}`, type: 'permanent', redirect: 'https://hhh.com' },
- { domain: `x.${DOMAIN_DOMAIN}`, type: 'permanent', redirect: 'https://example69.com' },
- ]);
- expect(removeRedir).toHaveBeenCalledTimes(2);
- expect(getRecordCalls(removeRedir)).toEqual([
- { domain: `b.${DOMAIN_DOMAIN}` },
- { domain: `x.${DOMAIN_DOMAIN}` },
- ]);
- });
- });
});
-
diff --git a/tests/domain-utils.test.js b/tests/domain-utils.test.js
index 077896726..896cf017d 100644
--- a/tests/domain-utils.test.js
+++ b/tests/domain-utils.test.js
@@ -1,9 +1,8 @@
-const { getDomains } = require('../utils/get-domain');
+const { getDomains } = require("../utils/get-domain");
-describe('getDomains', () => {
- it('should resolve with the list of domains', async () => {
- const list = await getDomains();
- expect(Array.isArray(list)).toBe(true);
- });
+describe("getDomains", () => {
+ it("should resolve with the list of domains", async () => {
+ const list = await getDomains();
+ expect(Array.isArray(list)).toBe(true);
+ });
});
-
diff --git a/tests/domains.test.js b/tests/domains.test.js
index 44c2a5422..75971b00b 100644
--- a/tests/domains.test.js
+++ b/tests/domains.test.js
@@ -1,31 +1,37 @@
-const R = require('ramda');
-const fs = require('fs');
-const { getDomains } = require('../utils/get-domain');
-const { validateDomainData } = require('../utils/validations');
-const { DOMAINS_PATH } = require('../utils/constants');
+const R = require("ramda");
+const fs = require("fs");
+const { getDomains } = require("../utils/get-domain");
+const { validateDomainData } = require("../utils/validations");
+const { DOMAINS_PATH } = require("../utils/constants");
-describe('Domains', () => {
- it('should all be json', async () => {
- const files = await fs.promises.readdir(DOMAINS_PATH, {});
- expect(files.filter(f => !/\.json$/g.test(f)).length).toBe(0);
- });
+describe("Domains", () => {
+ it("should all be json", async () => {
+ const files = await fs.promises.readdir(DOMAINS_PATH, {});
+ expect(files.filter((f) => !/\.json$/g.test(f)).length).toBe(0);
+ });
- it('should be valid', (done) => {
- getDomains()
- .then(R.reject(R.propEq('name', '_psl')))
- .then(R.map(data => {
- const { errors } = validateDomainData(data);
- if (errors.length) {
- const message = errors
- .map(([key, { reason }]) => `[${data.name}.${key}]: ${reason}`)
- .join('\n');
- return `\nValidation errors in ${data.name}.json: \n${message}`;
- }
- return '';
- }))
- .then(R.filter(R.complement(R.isEmpty)))
- .then(messages => messages.length ? done(messages.join('\n')) : done())
- .catch(done);
- });
+ it("should be valid", (done) => {
+ getDomains()
+ .then(R.reject(R.propEq("name", "_psl")))
+ .then(
+ R.map((data) => {
+ const { errors } = validateDomainData(data);
+ if (errors.length) {
+ const message = errors
+ .map(
+ ([key, { reason }]) =>
+ `[${data.name}.${key}]: ${reason}`,
+ )
+ .join("\n");
+ return `\nValidation errors in ${data.name}.json: \n${message}`;
+ }
+ return "";
+ }),
+ )
+ .then(R.filter(R.complement(R.isEmpty)))
+ .then((messages) =>
+ messages.length ? done(messages.join("\n")) : done(),
+ )
+ .catch(done);
+ });
});
-
diff --git a/tests/register.test.js b/tests/register.test.js
index bd967a298..6628df211 100644
--- a/tests/register.test.js
+++ b/tests/register.test.js
@@ -1,209 +1,242 @@
-const R = require('ramda')
-const { toHostList, registerDomains } = require('../scripts/register-domains')
-const { TTL, DOMAIN_DOMAIN } = require('../utils/constants')
-const { getDomainService } = require('../utils/domain-service')
+const R = require("ramda");
+const { toHostList, registerDomains } = require("../scripts/register-domains");
+const { TTL, DOMAIN_DOMAIN } = require("../utils/constants");
+const { getDomainService } = require("../utils/domain-service");
const getCpanel = ({
- zone,
- addZone,
- removeZone,
- redir,
- addRedir,
- removeRedir,
- addEmail,
- removeEmail,
+ zone,
+ addZone,
+ removeZone,
+ redir,
+ addRedir,
+ removeRedir,
+ addEmail,
+ removeEmail,
} = {}) => ({
- zone: {
- fetch: (_) => zone(),
- add: (rec) => addZone(rec),
- remove: (rec) => removeZone(rec),
- },
- redirection: {
- fetch: (_) => redir(),
- add: (rec) => addRedir(rec),
- remove: (rec) => removeRedir(rec),
- },
- email: {
- add: (rec) => addEmail(rec),
- remove: (rec) => removeEmail(rec),
- },
-})
+ zone: {
+ fetch: (_) => zone(),
+ add: (rec) => addZone(rec),
+ remove: (rec) => removeZone(rec),
+ },
+ redirection: {
+ fetch: (_) => redir(),
+ add: (rec) => addRedir(rec),
+ remove: (rec) => removeRedir(rec),
+ },
+ email: {
+ add: (rec) => addEmail(rec),
+ remove: (rec) => removeEmail(rec),
+ },
+});
-describe('toHostList', () => {
- it('should flatten domain data to list of hosts (without https)', () => {
- const res = toHostList([
- { name: 'akshay', record: { CNAME: 'phenax.github.io' } },
- { name: 'foobar', record: { CNAME: 'v.io' } },
- { name: 'xx', record: { A: ['1.2.3.4', '5.6.3.2', '1.2.31.1'] } },
- { name: 'xx', record: { CNAME: 'foobar.com', MX: ['as.com', 'f.com'] } },
- ])
+describe("toHostList", () => {
+ it("should flatten domain data to list of hosts (without https)", () => {
+ const res = toHostList([
+ { name: "akshay", record: { CNAME: "phenax.github.io" } },
+ { name: "foobar", record: { CNAME: "v.io" } },
+ { name: "xx", record: { A: ["1.2.3.4", "5.6.3.2", "1.2.31.1"] } },
+ {
+ name: "xx",
+ record: { CNAME: "foobar.com", MX: ["as.com", "f.com"] },
+ },
+ ]);
- expect(res).toEqual([
- { name: 'akshay', type: 'CNAME', address: 'phenax.github.io', ttl: TTL },
- { name: 'foobar', type: 'CNAME', address: 'v.io', ttl: TTL },
- { name: 'xx', type: 'A', address: '1.2.3.4', ttl: TTL },
- { name: 'xx', type: 'A', address: '5.6.3.2', ttl: TTL },
- { name: 'xx', type: 'A', address: '1.2.31.1', ttl: TTL },
- { name: 'xx', type: 'CNAME', address: 'foobar.com', ttl: TTL },
- { name: 'xx', type: 'MX', address: 'as.com', priority: 20, ttl: TTL },
- { name: 'xx', type: 'MX', address: 'f.com', priority: 21, ttl: TTL },
- ])
- })
-})
+ expect(res).toEqual([
+ {
+ name: "akshay",
+ type: "CNAME",
+ address: "phenax.github.io",
+ ttl: TTL,
+ },
+ { name: "foobar", type: "CNAME", address: "v.io", ttl: TTL },
+ { name: "xx", type: "A", address: "1.2.3.4", ttl: TTL },
+ { name: "xx", type: "A", address: "5.6.3.2", ttl: TTL },
+ { name: "xx", type: "A", address: "1.2.31.1", ttl: TTL },
+ { name: "xx", type: "CNAME", address: "foobar.com", ttl: TTL },
+ {
+ name: "xx",
+ type: "MX",
+ address: "as.com",
+ priority: 20,
+ ttl: TTL,
+ },
+ {
+ name: "xx",
+ type: "MX",
+ address: "f.com",
+ priority: 21,
+ ttl: TTL,
+ },
+ ]);
+ });
+});
-describe('registerDomains', () => {
- const addZone = jest.fn(async () => ({}))
- const removeZone = jest.fn(async () => ({}))
- const addRedir = jest.fn(async () => ({}))
- const removeRedir = jest.fn(async () => ({}))
- const addEmail = jest.fn(async () => ({}))
- const removeEmail = jest.fn(async () => ({}))
+describe("registerDomains", () => {
+ const addZone = jest.fn(async () => ({}));
+ const removeZone = jest.fn(async () => ({}));
+ const addRedir = jest.fn(async () => ({}));
+ const removeRedir = jest.fn(async () => ({}));
+ const addEmail = jest.fn(async () => ({}));
+ const removeEmail = jest.fn(async () => ({}));
- const mockDS = ({ zones, redirections }) =>
- getDomainService({
- cpanel: getCpanel({
- zone: async () => zones,
- redir: async () => redirections,
- addZone,
- addEmail,
- addRedir,
- removeZone,
- removeRedir,
- removeEmail,
- }),
- })
+ const mockDS = ({ zones, redirections }) =>
+ getDomainService({
+ cpanel: getCpanel({
+ zone: async () => zones,
+ redir: async () => redirections,
+ addZone,
+ addEmail,
+ addRedir,
+ removeZone,
+ removeRedir,
+ removeEmail,
+ }),
+ });
- beforeEach(() => {
- addZone.mockClear()
- removeZone.mockClear()
- addRedir.mockClear()
- removeRedir.mockClear()
- addEmail.mockClear()
- removeEmail.mockClear()
- })
+ beforeEach(() => {
+ addZone.mockClear();
+ removeZone.mockClear();
+ addRedir.mockClear();
+ removeRedir.mockClear();
+ addEmail.mockClear();
+ removeEmail.mockClear();
+ });
- it('should register the new set of hosts generated from domains list', async () => {
- const localHosts = [
- { name: 'a', record: { CNAME: 'hello' } },
- { name: 'b', record: { CNAME: 'xaa' } },
- ]
- const remoteHosts = [
- { line: 1, name: 'a', type: 'CNAME', address: 'hello' },
- { line: 2, name: 'b', type: 'CNAME', address: 'goo' },
- { line: 3, name: 'b', type: 'CNAME', address: 'xaa' },
- ]
- const remoteRedirections = []
+ it("should register the new set of hosts generated from domains list", async () => {
+ const localHosts = [
+ { name: "a", record: { CNAME: "hello" } },
+ { name: "b", record: { CNAME: "xaa" } },
+ ];
+ const remoteHosts = [
+ { line: 1, name: "a", type: "CNAME", address: "hello" },
+ { line: 2, name: "b", type: "CNAME", address: "goo" },
+ { line: 3, name: "b", type: "CNAME", address: "xaa" },
+ ];
+ const remoteRedirections = [];
- const domainService = mockDS({
- zones: remoteHosts,
- redirections: remoteRedirections,
- })
- await registerDomains({ getDomains: async () => localHosts, domainService })
+ const domainService = mockDS({
+ zones: remoteHosts,
+ redirections: remoteRedirections,
+ });
+ await registerDomains({
+ getDomains: async () => localHosts,
+ domainService,
+ });
- expect(addZone).toHaveBeenCalledTimes(0)
- expect(removeZone).toHaveBeenCalledTimes(1)
- expect(addRedir).toHaveBeenCalledTimes(0)
- expect(removeRedir).toHaveBeenCalledTimes(0)
- })
+ expect(addZone).toHaveBeenCalledTimes(0);
+ expect(removeZone).toHaveBeenCalledTimes(1);
+ expect(addRedir).toHaveBeenCalledTimes(0);
+ expect(removeRedir).toHaveBeenCalledTimes(0);
+ });
- it('should add the new set hosts', async () => {
- const localHosts = [
- { name: 'a', record: { CNAME: 'boo' } },
- {
- name: 'b',
- record: { A: ['1.1.1.1', '1.1.1.2'], MX: 'somemx', TXT: 'some txt' },
- },
- { name: 'c', record: { URL: 'https://google.com' } },
- { name: 'd', record: { CNAME: 'foobar' } },
- { name: 'e', record: { A: ['2.2.2.2'], TXT: ['some', 'extra', 'txt'] } },
- ]
- const remoteHosts = [
- { line: 1, name: 'a', type: 'CNAME', address: 'boo' },
- { line: 2, name: 'b', type: 'MX', address: 'othermx' },
- { line: 3, name: 'd', type: 'CNAME', address: 'foobaz' },
- ]
- const remoteRedirections = [
- { domain: `b.${DOMAIN_DOMAIN}`, destination: 'x' },
- { domain: `a.${DOMAIN_DOMAIN}`, destination: 'y' },
- ]
+ it("should add the new set hosts", async () => {
+ const localHosts = [
+ { name: "a", record: { CNAME: "boo" } },
+ {
+ name: "b",
+ record: {
+ A: ["1.1.1.1", "1.1.1.2"],
+ MX: "somemx",
+ TXT: "some txt",
+ },
+ },
+ { name: "c", record: { URL: "https://google.com" } },
+ { name: "d", record: { CNAME: "foobar" } },
+ {
+ name: "e",
+ record: { A: ["2.2.2.2"], TXT: ["some", "extra", "txt"] },
+ },
+ ];
+ const remoteHosts = [
+ { line: 1, name: "a", type: "CNAME", address: "boo" },
+ { line: 2, name: "b", type: "MX", address: "othermx" },
+ { line: 3, name: "d", type: "CNAME", address: "foobaz" },
+ ];
+ const remoteRedirections = [
+ { domain: `b.${DOMAIN_DOMAIN}`, destination: "x" },
+ { domain: `a.${DOMAIN_DOMAIN}`, destination: "y" },
+ ];
- const domainService = mockDS({
- zones: remoteHosts,
- redirections: remoteRedirections,
- })
- await registerDomains({ getDomains: async () => localHosts, domainService })
+ const domainService = mockDS({
+ zones: remoteHosts,
+ redirections: remoteRedirections,
+ });
+ await registerDomains({
+ getDomains: async () => localHosts,
+ domainService,
+ });
- expect(addZone).toHaveBeenCalledTimes(8)
- expect(addZone.mock.calls).toEqual([
- [{ name: 'b', type: 'A', address: '1.1.1.1', line: undefined }],
- [{ name: 'b', type: 'A', address: '1.1.1.2', line: undefined }],
- [
- {
- name: 'b',
- type: 'TXT',
- address: 'some txt',
- txtdata: 'some txt',
- line: undefined,
- },
- ],
- [
- {
- name: 'd',
- type: 'CNAME',
- cname: 'foobar',
- address: 'foobar',
- line: undefined,
- },
- ],
- [{ name: 'e', type: 'A', address: '2.2.2.2', line: undefined }],
- [
- {
- name: 'e',
- type: 'TXT',
- address: 'some',
- txtdata: 'some',
- line: undefined,
- },
- ],
- [
- {
- name: 'e',
- type: 'TXT',
- address: 'extra',
- txtdata: 'extra',
- line: undefined,
- },
- ],
- [
- {
- name: 'e',
- type: 'TXT',
- address: 'txt',
- txtdata: 'txt',
- line: undefined,
- },
- ],
- ])
+ expect(addZone).toHaveBeenCalledTimes(8);
+ expect(addZone.mock.calls).toEqual([
+ [{ name: "b", type: "A", address: "1.1.1.1", line: undefined }],
+ [{ name: "b", type: "A", address: "1.1.1.2", line: undefined }],
+ [
+ {
+ name: "b",
+ type: "TXT",
+ address: "some txt",
+ txtdata: "some txt",
+ line: undefined,
+ },
+ ],
+ [
+ {
+ name: "d",
+ type: "CNAME",
+ cname: "foobar",
+ address: "foobar",
+ line: undefined,
+ },
+ ],
+ [{ name: "e", type: "A", address: "2.2.2.2", line: undefined }],
+ [
+ {
+ name: "e",
+ type: "TXT",
+ address: "some",
+ txtdata: "some",
+ line: undefined,
+ },
+ ],
+ [
+ {
+ name: "e",
+ type: "TXT",
+ address: "extra",
+ txtdata: "extra",
+ line: undefined,
+ },
+ ],
+ [
+ {
+ name: "e",
+ type: "TXT",
+ address: "txt",
+ txtdata: "txt",
+ line: undefined,
+ },
+ ],
+ ]);
- expect(removeZone).toHaveBeenCalledTimes(1)
- expect(removeZone.mock.calls).toEqual([[{ line: 3 }]])
+ expect(removeZone).toHaveBeenCalledTimes(1);
+ expect(removeZone.mock.calls).toEqual([[{ line: 3 }]]);
- expect(addRedir).toHaveBeenCalledTimes(1)
- expect(addRedir.mock.calls).toEqual([
- [
- {
- domain: 'c.booboo.xyz',
- redirect: 'https://google.com',
- redirect_wildcard: 1,
- redirect_www: 1,
- type: 'permanent',
- },
- ],
- ])
+ expect(addRedir).toHaveBeenCalledTimes(1);
+ expect(addRedir.mock.calls).toEqual([
+ [
+ {
+ domain: "c.booboo.xyz",
+ redirect: "https://google.com",
+ redirect_wildcard: 1,
+ redirect_www: 1,
+ type: "permanent",
+ },
+ ],
+ ]);
- expect(addEmail).toHaveBeenCalledTimes(1)
- expect(addEmail.mock.calls).toEqual([
- [{ domain: 'b.is-a.dev', exchanger: 'somemx', priority: 20 }],
- ])
- })
-})
+ expect(addEmail).toHaveBeenCalledTimes(1);
+ expect(addEmail.mock.calls).toEqual([
+ [{ domain: "b.is-a.dev", exchanger: "somemx", priority: 20 }],
+ ]);
+ });
+});
diff --git a/tests/validations.test.js b/tests/validations.test.js
index 6b9054a4a..224e244aa 100644
--- a/tests/validations.test.js
+++ b/tests/validations.test.js
@@ -1,122 +1,163 @@
-const { validateDomainData, isValidDomain } = require('../utils/validations');
-const INVALID_NAMES = require('../utils/invalid-domains.json');
+const { validateDomainData, isValidDomain } = require("../utils/validations");
+const INVALID_NAMES = require("../utils/invalid-domains.json");
const defaultDomain = {
- name: 'aaa',
- record: {
- A: ['121.121.121.121']
- },
- owner: {
- username: 'betsy',
- email: 'betsyfuckyoassup@foobar.com',
- },
+ name: "aaa",
+ record: {
+ A: ["121.121.121.121"],
+ },
+ owner: {
+ username: "betsy",
+ email: "betsyfuckyoassup@foobar.com",
+ },
};
-const getstroflen = len => Array(len).fill('a').join('');
+const getstroflen = (len) => Array(len).fill("a").join("");
-describe('isValidMX', () => {
- it('should be valid mx record', () => {
- const cases = [
- { mx: 'foobar.com', result: true },
- { mx: 'as.as', result: true },
- { mx: 'ASPMX.L.GOOGLE.COM', result: true },
- { mx: 'ALT4.ASPMX.L.GOOGLE.COM', result: true },
- { mx: 'hello', result: false },
- { mx: 'helalsds-asd5sjdsd.com', result: true },
- { mx: 'helalsds?asd5sjdsd.com', result: false },
- { mx: 'helalsds_asd5sjdsd.com', result: false },
+describe("isValidMX", () => {
+ it("should be valid mx record", () => {
+ const cases = [
+ { mx: "foobar.com", result: true },
+ { mx: "as.as", result: true },
+ { mx: "ASPMX.L.GOOGLE.COM", result: true },
+ { mx: "ALT4.ASPMX.L.GOOGLE.COM", result: true },
+ { mx: "hello", result: false },
+ { mx: "helalsds-asd5sjdsd.com", result: true },
+ { mx: "helalsds?asd5sjdsd.com", result: false },
+ { mx: "helalsds_asd5sjdsd.com", result: false },
+ ];
+
+ cases.forEach(({ mx, result }) => {
+ expect(isValidDomain(mx)).toBe(result);
+ });
+ });
+});
+
+describe("validateDomainData", () => {
+ const invalidCases = [
+ {},
+ { name: "helo" },
+ { name: "wwow", record: { A: ["12312"] } },
+ ...[
+ "",
+ " ",
+ undefined,
+ "hlo wld",
+ "g32++13",
+ "ajsdD_123yq",
+ "khsda%",
+ "122*dsd",
+ getstroflen(101),
+ ].map((name) => ({
+ ...defaultDomain,
+ name,
+ })),
+ { ...defaultDomain, record: { CNAME: "sd", A: ["121,3213"] } },
+ { ...defaultDomain, record: { A: ["121", "12"], FOOBAR: ["sd"] } },
+ { ...defaultDomain, record: { A: [] } },
+ { ...defaultDomain, owner: {} },
+ { ...defaultDomain, owner: { username: "hwelo" } },
+ { ...defaultDomain, owner: { email: "hwelo" } },
+ { ...defaultDomain, record: { CNAME: "http://foobar.com" } },
+ { ...defaultDomain, record: { CNAME: "https://foobar.com" } },
+ { ...defaultDomain, record: { URL: "foobar.com" } },
+ {
+ ...defaultDomain,
+ record: { CNAME: "foobar.com", A: ["11.22.22.33"] },
+ },
+ {
+ ...defaultDomain,
+ record: { CNAME: "foobar.com", MX: ["ALT4.ASPMX.L.GOOGLE.COM"] },
+ },
+ ...INVALID_NAMES.map((name) => ({ ...defaultDomain, name })).slice(
+ 0,
+ 1,
+ ),
+ { ...defaultDomain, name: "ww2.baa" },
+ { ...defaultDomain, name: "help.baa" },
+ { ...defaultDomain, name: "_github-pages-challenge-is-a-dev" },
+ { ...defaultDomain, name: "_github-challenge-is-a-dev" },
+ { ...defaultDomain, record: { AAAA: [] } },
+ { ...defaultDomain, record: { AAAA: ["182.22.222.22", "::1"] } },
+ { ...defaultDomain, record: { AAAA: "182.22.222.22" } },
+ { ...defaultDomain, record: { A: "::1" } },
+ { ...defaultDomain, name: "_discord" },
+ { ...defaultDomain, name: "_gitlab-pages-verification-code" },
+ { ...defaultDomain, name: "_acme-challenge" },
+ { ...defaultDomain, name: "_dmarc" },
+ { ...defaultDomain, name: "_gh-is-a-dev" },
+ { ...defaultDomain, name: "_domainkey" },
];
- cases.forEach(({ mx, result }) => {
- expect(isValidDomain(mx)).toBe(result);
+ const validCases = [
+ defaultDomain,
+ ...[
+ "hello",
+ "hello-world",
+ "11111111111",
+ "--wow--",
+ "wow--",
+ "--wow",
+ ].map((name) => ({
+ ...defaultDomain,
+ name,
+ })),
+ {
+ ...defaultDomain,
+ description: getstroflen(99),
+ },
+ { ...defaultDomain, record: { CNAME: "aa.sd" } },
+ { ...defaultDomain, record: { URL: "https://foobar.com" } },
+ { ...defaultDomain, record: { URL: "http://foobar.com/foobar/" } },
+ { ...defaultDomain, record: { MX: ["ALT4.ASPMX.L.GOOGLE.COM"] } },
+ { ...defaultDomain, record: { TXT: "foobar wow nice!!!" } },
+ {
+ ...defaultDomain,
+ record: { A: ["1.1.1.1"], MX: ["mx1.example.com"] },
+ },
+ { ...defaultDomain, name: "gogo.foo.bar" },
+ { ...defaultDomain, name: "ww9.baa" },
+ { ...defaultDomain, name: "_github-pages-challenge-phenax.akshay" },
+ { ...defaultDomain, name: "_github-pages-challenge-hello01-ga" },
+ { ...defaultDomain, name: "_github-pages-challenge-hello01_ga" },
+ { ...defaultDomain, name: "_github-challenge-phenax.akshay" },
+ { ...defaultDomain, name: "_github-challenge-hello01-ga" },
+ { ...defaultDomain, name: "_github-challenge-hello01_ga" },
+ {
+ ...defaultDomain,
+ record: { TXT: ["foobar wow nice!!!", "more text"] },
+ },
+ {
+ ...defaultDomain,
+ record: { AAAA: ["::1", "2001:db8:3333:4444:5555:6666:7777:8888"] },
+ },
+ { ...defaultDomain, record: { A: ["122.222.222.222"] } },
+ { ...defaultDomain, name: "_discord.subdomain" },
+ { ...defaultDomain, name: "_gitlab-pages-verification-code.subdomain" },
+ { ...defaultDomain, name: "_acme-challenge.subdomain" },
+ { ...defaultDomain, name: "_dmarc.subdomain" },
+ { ...defaultDomain, name: "_gh-phenax.akshay" },
+ { ...defaultDomain, name: "_gh-hello01-ga" },
+ { ...defaultDomain, name: "_gh-hello01_ga" },
+ { ...defaultDomain, name: "_domainkey.subdomain" },
+ { ...defaultDomain, name: "mx._domainkey.subdomain" },
+ { ...defaultDomain, name: "a.b" },
+ ];
+
+ it("should return false for invalid data", () => {
+ invalidCases.forEach((data) => {
+ const { valid, errors } = validateDomainData(data);
+ expect(valid).toBe(false);
+ expect(errors.length).toBeGreaterThan(0);
+ });
+ });
+
+ it("should return true if the name is valid", () => {
+ validCases.forEach((data) => {
+ const { valid, errors } = validateDomainData(data);
+ if (!valid) console.log(JSON.stringify(errors, null, 2));
+ expect(valid).toBe(true);
+ expect(errors).toEqual([]);
+ });
});
- });
});
-
-describe('validateDomainData', () => {
- const invalidCases = [
- {},
- { name: 'helo' },
- { name: 'wwow', record: { A: ['12312'] } },
- ...['', ' ', undefined, 'hlo wld', 'g32++13', 'ajsdD_123yq', 'khsda%', '122*dsd', getstroflen(101)].map(name => ({
- ...defaultDomain,
- name,
- })),
- { ...defaultDomain, record: { CNAME: 'sd', A: ['121,3213'] } },
- { ...defaultDomain, record: { A: ['121', '12'], FOOBAR: ['sd'] } },
- { ...defaultDomain, record: { A: [] } },
- { ...defaultDomain, owner: {}, },
- { ...defaultDomain, owner: { username: 'hwelo', }, },
- { ...defaultDomain, owner: { email: 'hwelo' }, },
- { ...defaultDomain, record: { CNAME: 'http://foobar.com' } },
- { ...defaultDomain, record: { CNAME: 'https://foobar.com' } },
- { ...defaultDomain, record: { URL: 'foobar.com' } },
- { ...defaultDomain, record: { CNAME: 'foobar.com', A: ['11.22.22.33'] } },
- { ...defaultDomain, record: { CNAME: 'foobar.com', MX: ['ALT4.ASPMX.L.GOOGLE.COM'] } },
- ...INVALID_NAMES.map(name => ({ ...defaultDomain, name })).slice(0, 1),
- { ...defaultDomain, name: 'a.b' },
- { ...defaultDomain, name: 'ww2.baa' },
- { ...defaultDomain, name: 'help.baa' },
- { ...defaultDomain, name: '_github-pages-challenge-is-a-dev' },
- { ...defaultDomain, name: '_github-challenge-is-a-dev' },
- { ...defaultDomain, record: { AAAA: [] } },
- { ...defaultDomain, record: { AAAA: ['182.22.222.22', '::1'] } },
- { ...defaultDomain, record: { AAAA: '182.22.222.22' } },
- { ...defaultDomain, record: { A: '::1' } },
- { ...defaultDomain, name: '_discord' },
- { ...defaultDomain, name: '_gitlab-pages-verification-code' },
- { ...defaultDomain, name: '_acme-challenge' },
- { ...defaultDomain, name: '_dmarc' },
- ];
-
- const validCases = [
- defaultDomain,
- ...['hello', 'hello-world', '11111111111', '--wow--', 'wow--', '--wow'].map(name => ({
- ...defaultDomain,
- name,
- })),
- {
- ...defaultDomain,
- description: getstroflen(99),
- },
- { ...defaultDomain, record: { CNAME: 'aa.sd' } },
- { ...defaultDomain, record: { URL: 'https://foobar.com' } },
- { ...defaultDomain, record: { URL: 'http://foobar.com/foobar/' } },
- { ...defaultDomain, record: { MX: ['ALT4.ASPMX.L.GOOGLE.COM'] } },
- { ...defaultDomain, record: { TXT: 'foobar wow nice!!!' } },
- { ...defaultDomain, record: { A: ['1.1.1.1'], MX: ['mx1.example.com'] } },
- { ...defaultDomain, name: 'gogo.foo.bar' },
- { ...defaultDomain, name: 'ww9.baa' },
- { ...defaultDomain, name: '_github-pages-challenge-phenax.akshay' },
- { ...defaultDomain, name: '_github-pages-challenge-hello01-ga' },
- { ...defaultDomain, name: '_github-pages-challenge-hello01_ga' },
- { ...defaultDomain, name: '_github-challenge-phenax.akshay' },
- { ...defaultDomain, name: '_github-challenge-hello01-ga' },
- { ...defaultDomain, name: '_github-challenge-hello01_ga' },
- { ...defaultDomain, record: { TXT: ['foobar wow nice!!!', 'more text'] } },
- { ...defaultDomain, record: { AAAA: ['::1', '2001:db8:3333:4444:5555:6666:7777:8888'] } },
- { ...defaultDomain, record: { A: ['122.222.222.222'] } },
- { ...defaultDomain, name: '_discord.subdomain' },
- { ...defaultDomain, name: '_gitlab-pages-verification-code.subdomain' },
- { ...defaultDomain, name: '_acme-challenge.subdomain' },
- { ...defaultDomain, name: '_dmarc.subdomain' },
- ];
-
- it('should return false for invalid data', () => {
- invalidCases.forEach(data => {
- const { valid, errors } = validateDomainData(data);
- expect(valid).toBe(false);
- expect(errors.length).toBeGreaterThan(0);
- });
- });
-
- it('should return true if the name is valid', () => {
- validCases.forEach(data => {
- const { valid, errors } = validateDomainData(data);
- if (!valid) console.log(JSON.stringify(errors, null, 2));
- expect(valid).toBe(true);
- expect(errors).toEqual([]);
- });
- });
-});
-
diff --git a/utils/constants.js b/utils/constants.js
index 19430e5bf..b0cf0079d 100644
--- a/utils/constants.js
+++ b/utils/constants.js
@@ -1,30 +1,30 @@
-const path = require('path');
+const path = require("path");
-const { NODE_ENV: ENV = 'test' } = process.env;
+const { NODE_ENV: ENV = "test" } = process.env;
const {
- DOMAIN_USER,
- DOMAIN_API_KEY,
- DOMAIN_DOMAIN,
- DOMAIN_API_HOST,
- DOMAIN_API_PORT,
- DOMAIN_HOST_IP,
+ DOMAIN_USER,
+ DOMAIN_API_KEY,
+ DOMAIN_DOMAIN,
+ DOMAIN_API_HOST,
+ DOMAIN_API_PORT,
+ DOMAIN_HOST_IP,
} = process.env;
-const IS_TEST = ENV === 'test';
+const IS_TEST = ENV === "test";
-const DOMAINS_PATH = path.resolve('domains');
+const DOMAINS_PATH = path.resolve("domains");
module.exports = {
- ENV,
- IS_TEST,
- VALID_RECORD_TYPES: ['CNAME', 'A', 'URL', 'MX', 'TXT', 'AAAA'],
- DOMAIN_DOMAIN: DOMAIN_DOMAIN || 'booboo.xyz',
- DOMAIN_USER: IS_TEST ? 'testuser' : DOMAIN_USER,
- DOMAIN_API_KEY: IS_TEST ? 'testkey' : DOMAIN_API_KEY,
- DOMAIN_API_HOST: IS_TEST ? 'example.com' : DOMAIN_API_HOST,
- DOMAIN_API_PORT: IS_TEST ? 6969 : DOMAIN_API_PORT,
- DOMAIN_HOST_IP,
- DOMAINS_PATH,
- TTL: 5 * 60 * 60,
+ ENV,
+ IS_TEST,
+ VALID_RECORD_TYPES: ["CNAME", "A", "URL", "MX", "TXT", "AAAA"],
+ DOMAIN_DOMAIN: DOMAIN_DOMAIN || "booboo.xyz",
+ DOMAIN_USER: IS_TEST ? "testuser" : DOMAIN_USER,
+ DOMAIN_API_KEY: IS_TEST ? "testkey" : DOMAIN_API_KEY,
+ DOMAIN_API_HOST: IS_TEST ? "example.com" : DOMAIN_API_HOST,
+ DOMAIN_API_PORT: IS_TEST ? 6969 : DOMAIN_API_PORT,
+ DOMAIN_HOST_IP,
+ DOMAINS_PATH,
+ TTL: 5 * 60 * 60,
};
diff --git a/utils/domain-service.js b/utils/domain-service.js
index fe75aef04..b76eeac01 100644
--- a/utils/domain-service.js
+++ b/utils/domain-service.js
@@ -1,167 +1,206 @@
-const R = require('ramda');
-const { cpanel } = require('./lib/cpanel');
-const { DOMAIN_DOMAIN, VALID_RECORD_TYPES } = require('./constants');
-const { then, log, print, lazyTask, batchLazyTasks } = require('./helpers');
+const R = require("ramda");
+const { cpanel } = require("./lib/cpanel");
+const { DOMAIN_DOMAIN, VALID_RECORD_TYPES } = require("./constants");
+const { then, log, print, lazyTask, batchLazyTasks } = require("./helpers");
const BATCH_SIZE = 1;
const recordToRedirection = ({ name, address }) => ({
- domain: name === '@' ? DOMAIN_DOMAIN : `${name}.${DOMAIN_DOMAIN}`,
- redirect: address,
- type: 'permanent',
- redirect_wildcard: 1,
- redirect_www: 1,
+ domain: name === "@" ? DOMAIN_DOMAIN : `${name}.${DOMAIN_DOMAIN}`,
+ redirect: address,
+ type: "permanent",
+ redirect_wildcard: 1,
+ redirect_www: 1,
});
const recordToZone = ({ name, type, address, id, priority }) => ({
- line: id,
- name: name === '@' ? `${DOMAIN_DOMAIN}.` : name,
- type,
- address,
- ...(type === 'MX' ? { priority } : {}),
- ...(type === 'CNAME' ? { cname: address } : {}),
- ...(type === 'TXT' ? { txtdata: address } : {}),
+ line: id,
+ name: name === "@" ? `${DOMAIN_DOMAIN}.` : name,
+ type,
+ address,
+ ...(type === "MX" ? { priority } : {}),
+ ...(type === "CNAME" ? { cname: address } : {}),
+ ...(type === "TXT" ? { txtdata: address } : {}),
});
-const cleanName = name =>
- [DOMAIN_DOMAIN, `${DOMAIN_DOMAIN}.`].includes(name) ? '@' : `${name}`.replace(new RegExp(`\\.${DOMAIN_DOMAIN}\\.?$`), '').toLowerCase();
+const cleanName = (name) =>
+ [DOMAIN_DOMAIN, `${DOMAIN_DOMAIN}.`].includes(name)
+ ? "@"
+ : `${name}`
+ .replace(new RegExp(`\\.${DOMAIN_DOMAIN}\\.?$`), "")
+ .toLowerCase();
const zoneToRecord = ({
- name,
- type,
- cname,
- address,
- priority,
- preference,
- exchange,
- record,
- line: id
-}) =>
- ({
+ name,
+ type,
+ cname,
+ address,
+ priority,
+ preference,
+ exchange,
+ record,
+ line: id,
+}) => ({
id,
name: cleanName(name),
type: `${type}`,
- address: `${exchange || cname || address || record}`.replace(/\.$/g, '').toLowerCase(),
+ address: `${exchange || cname || address || record}`
+ .replace(/\.$/g, "")
+ .toLowerCase(),
priority: priority || preference,
- });
+});
const redirectionToRecord = ({ domain, destination }) => ({
- id: domain,
- name: cleanName(domain),
- type: 'URL',
- address: `${destination}`.replace(/\/$/g, ''),
+ id: domain,
+ name: cleanName(domain),
+ type: "URL",
+ address: `${destination}`.replace(/\/$/g, ""),
});
const recordToEmailMx = ({ name, address, priority }) => ({
- domain: `${name}.is-a.dev`,
- exchanger: address,
- priority,
-})
+ domain: `${name}.is-a.dev`,
+ exchanger: address,
+ priority,
+});
-const getHostKey = host =>
- `${host.name.toLowerCase()}##${host.type.toLowerCase()}##${host.address.toLowerCase()}`;
+const getHostKey = (host) =>
+ `${host.name.toLowerCase()}##${host.type.toLowerCase()}##${host.address.toLowerCase()}`;
const isReserved = (domain) =>
- domain.name.startsWith('*') || !VALID_RECORD_TYPES.includes(domain.type)
+ domain.name.startsWith("*") || !VALID_RECORD_TYPES.includes(domain.type);
const diffRecords = (oldRecords, newRecords) => {
- const isMatchingRecord = (a, b) => getHostKey(a) === getHostKey(b);
+ const isMatchingRecord = (a, b) => getHostKey(a) === getHostKey(b);
- const remove = R.differenceWith(isMatchingRecord, oldRecords, newRecords);
- const add = R.differenceWith(isMatchingRecord, newRecords, oldRecords);
+ const remove = R.differenceWith(isMatchingRecord, oldRecords, newRecords);
+ const add = R.differenceWith(isMatchingRecord, newRecords, oldRecords);
- return { add, remove };
+ return { add, remove };
};
-const executeBatch = (batches) => batches.reduce((promise, batch, index) => {
- return promise.then(async () => {
- log('>>> Running batch number:', index + 1, `(size: ${batch.length})`);
+const executeBatch = (batches) =>
+ batches.reduce((promise, batch, index) => {
+ return promise.then(async () => {
+ log(
+ ">>> Running batch number:",
+ index + 1,
+ `(size: ${batch.length})`,
+ );
- const values = await Promise.all(batch.map(fn => fn().catch(e => console.error(e))));
+ const values = await Promise.all(
+ batch.map((fn) => fn().catch((e) => console.error(e))),
+ );
- const results = values.map(data => R.pathOr({ result: data }, ['cpanelresult', 'data', 0], data));
- const failed = results.filter(x => (x.result || {}).status != 1);
+ const results = values.map((data) =>
+ R.pathOr({ result: data }, ["cpanelresult", "data", 0], data),
+ );
+ const failed = results.filter((x) => (x.result || {}).status != 1);
- log(`${values.length - failed.length}/${values.length}`);
- failed.length && log(JSON.stringify(failed, null, 2));
+ log(`${values.length - failed.length}/${values.length}`);
+ failed.length && log(JSON.stringify(failed, null, 2));
- return null;
- });
-}, Promise.resolve());
+ return null;
+ });
+ }, Promise.resolve());
const getDomainService = ({ cpanel }) => {
- const fetchZoneRecords = R.compose(
- then(R.reject(isReserved)),
- then(R.map(zoneToRecord)),
- cpanel.zone.fetch
- );
- const fetchRedirections = R.compose(
- then(R.map(redirectionToRecord)),
- cpanel.redirection.fetch
- );
+ const fetchZoneRecords = R.compose(
+ then(R.reject(isReserved)),
+ then(R.map(zoneToRecord)),
+ cpanel.zone.fetch,
+ );
+ const fetchRedirections = R.compose(
+ then(R.map(redirectionToRecord)),
+ cpanel.redirection.fetch,
+ );
- const addZoneRecord = lazyTask(R.compose(
- R.ifElse(R.propEq('type', 'MX'),
- R.compose(cpanel.email.add, recordToEmailMx),
- cpanel.zone.add
- ),
- recordToZone,
- print(r => `Adding zone for ${r.name}: (${r.type} ${r.address})...`),
- ));
- const removeZoneRecord = lazyTask(R.compose(
- R.ifElse(R.propEq('type', 'MX'),
- R.compose(cpanel.email.remove, recordToEmailMx),
- R.compose(cpanel.zone.remove, R.pick(['line']))
- ),
- recordToZone,
- print(r => `Deleting zone for ${r.name}: (${r.type} ${r.address})...`),
- ));
- const addRedirection = lazyTask(R.compose(
- cpanel.redirection.add,
- recordToRedirection,
- print(({ name }) => `Adding redirection for ${name}`),
- ));
- const removeRedirection = lazyTask(R.compose(
- cpanel.redirection.remove,
- R.pick(['domain']),
- recordToRedirection,
- print(({ name }) => `Deleting redirection for ${name}`),
- ));
+ const addZoneRecord = lazyTask(
+ R.compose(
+ R.ifElse(
+ R.propEq("type", "MX"),
+ R.compose(cpanel.email.add, recordToEmailMx),
+ cpanel.zone.add,
+ ),
+ recordToZone,
+ print(
+ (r) => `Adding zone for ${r.name}: (${r.type} ${r.address})...`,
+ ),
+ ),
+ );
+ const removeZoneRecord = lazyTask(
+ R.compose(
+ R.ifElse(
+ R.propEq("type", "MX"),
+ R.compose(cpanel.email.remove, recordToEmailMx),
+ R.compose(cpanel.zone.remove, R.pick(["line"])),
+ ),
+ recordToZone,
+ print(
+ (r) =>
+ `Deleting zone for ${r.name}: (${r.type} ${r.address})...`,
+ ),
+ ),
+ );
+ const addRedirection = lazyTask(
+ R.compose(
+ cpanel.redirection.add,
+ recordToRedirection,
+ print(({ name }) => `Adding redirection for ${name}`),
+ ),
+ );
+ const removeRedirection = lazyTask(
+ R.compose(
+ cpanel.redirection.remove,
+ R.pick(["domain"]),
+ recordToRedirection,
+ print(({ name }) => `Deleting redirection for ${name}`),
+ ),
+ );
- const getHosts = () =>
- Promise.all([fetchZoneRecords(), fetchRedirections()]).then(R.flatten);
+ const getHosts = () =>
+ Promise.all([fetchZoneRecords(), fetchRedirections()]).then(R.flatten);
- const addRecords = R.compose(
- batchLazyTasks(BATCH_SIZE),
- R.filter(Boolean),
- R.map(R.cond([
- [R.propEq('type', 'URL'), addRedirection],
- [R.T, addZoneRecord],
- ])),
- );
- const removeRecords = R.compose(
- batchLazyTasks(BATCH_SIZE),
- R.map(R.cond([ [ R.propEq('type', 'URL'), removeRedirection ], [ R.T, removeZoneRecord ] ])),
- R.sort((a, b) => b.id - a.id)
- );
+ const addRecords = R.compose(
+ batchLazyTasks(BATCH_SIZE),
+ R.filter(Boolean),
+ R.map(
+ R.cond([
+ [R.propEq("type", "URL"), addRedirection],
+ [R.T, addZoneRecord],
+ ]),
+ ),
+ );
+ const removeRecords = R.compose(
+ batchLazyTasks(BATCH_SIZE),
+ R.map(
+ R.cond([
+ [R.propEq("type", "URL"), removeRedirection],
+ [R.T, removeZoneRecord],
+ ]),
+ ),
+ R.sort((a, b) => b.id - a.id),
+ );
- const updateHosts = async hosts => {
- const remoteHostList = await getHosts();
- const { add, remove } = diffRecords(remoteHostList, hosts);
- console.log(`Adding ${add.length}; Removing ${remove.length}`)
+ const updateHosts = async (hosts) => {
+ const remoteHostList = await getHosts();
+ const { add, remove } = diffRecords(remoteHostList, hosts);
+ console.log(`Adding ${add.length}; Removing ${remove.length}`);
- await executeBatch([
- ...removeRecords(remove),
- ...addRecords(add),
- ]);
- return { added: add.length, removed: remove.length };
- };
+ await executeBatch([...removeRecords(remove), ...addRecords(add)]);
+ return { added: add.length, removed: remove.length };
+ };
- return { getHosts, get: cpanel.zone.fetch, addZoneRecord, removeZoneRecord, updateHosts };
+ return {
+ getHosts,
+ get: cpanel.zone.fetch,
+ addZoneRecord,
+ removeZoneRecord,
+ updateHosts,
+ };
};
const domainService = getDomainService({ cpanel });
module.exports = {
- getDomainService,
- domainService,
- diffRecords,
+ getDomainService,
+ domainService,
+ diffRecords,
};
diff --git a/utils/get-domain.js b/utils/get-domain.js
index d6529032d..064240358 100644
--- a/utils/get-domain.js
+++ b/utils/get-domain.js
@@ -1,22 +1,27 @@
-const fs = require('fs');
-const path = require('path');
-const R = require('ramda');
-const {DOMAINS_PATH} = require('./constants');
+const fs = require("fs");
+const path = require("path");
+const R = require("ramda");
+const { DOMAINS_PATH } = require("./constants");
-const toDomain = str => path.join(DOMAINS_PATH, str);
+const toDomain = (str) => path.join(DOMAINS_PATH, str);
-const parseDomain = name => str => {
- try {return JSON.parse(str);}
- catch (e) {throw new Error(`Error: Cant parse ${name} => ${str}`);}
+const parseDomain = (name) => (str) => {
+ try {
+ return JSON.parse(str);
+ } catch (e) {
+ throw new Error(`Error: Could not parse ${name} => ${str}`);
+ }
};
-const toDomainData = name => R.compose(parseDomain(name), R.toString, fs.readFileSync, toDomain)(name);
+const toDomainData = (name) =>
+ R.compose(parseDomain(name), R.toString, fs.readFileSync, toDomain)(name);
const getDomains = () =>
- fs.promises.readdir(DOMAINS_PATH, {})
- .then(R.map(name => ({
- ...toDomainData(name),
- name: name.replace(/\.json$/, ''),
- })));
+ fs.promises.readdir(DOMAINS_PATH, {}).then(
+ R.map((name) => ({
+ ...toDomainData(name),
+ name: name.replace(/\.json$/, ""),
+ })),
+ );
-module.exports = {getDomains};
+module.exports = { getDomains };
diff --git a/utils/helpers.js b/utils/helpers.js
index 171dce8cc..03369f2b7 100644
--- a/utils/helpers.js
+++ b/utils/helpers.js
@@ -1,52 +1,54 @@
-const R = require('ramda');
-const { IS_TEST } = require('./constants');
+const R = require("ramda");
+const { IS_TEST } = require("./constants");
const log = IS_TEST ? () => {} : console.log;
-const print = fn => x => log(fn(x)) || x;
+const print = (fn) => (x) => log(fn(x)) || x;
-const between = (min, max) => num => num >= min && num <= max;
-const testRegex = regex => str => !!(str && str.match(regex));
+const between = (min, max) => (num) => num >= min && num <= max;
+const testRegex = (regex) => (str) => !!(str && str.match(regex));
-const validate = pattern => data => R.compose(
- invalidPairs => invalidPairs.length
- ? { errors: invalidPairs, valid: false }
- : { errors: [], valid: true },
- R.filter(([key, { fn }]) => fn ? !fn(data[key]) : false),
- R.toPairs,
-)(pattern);
+const validate = (pattern) => (data) =>
+ R.compose(
+ (invalidPairs) =>
+ invalidPairs.length
+ ? { errors: invalidPairs, valid: false }
+ : { errors: [], valid: true },
+ R.filter(([key, { fn }]) => (fn ? !fn(data[key]) : false)),
+ R.toPairs,
+ )(pattern);
const or = R.anyPass;
const and = R.allPass;
-const then = fn => p => p.then(fn);
+const then = (fn) => (p) => p.then(fn);
-const lazyTask = fn => data => () => fn(data);
+const lazyTask = (fn) => (data) => () => fn(data);
-const batchLazyTasks = count => tasks => tasks.reduce((batches, task) => {
- if (batches.length === 0) return [[task]];
+const batchLazyTasks = (count) => (tasks) =>
+ tasks.reduce((batches, task) => {
+ if (batches.length === 0) return [[task]];
- const full = R.init(batches);
- const last = R.last(batches);
+ const full = R.init(batches);
+ const last = R.last(batches);
- if (last.length >= count) return [...batches, [task]];
- return [...full, [...last, task]];
-}, []);
+ if (last.length >= count) return [...batches, [task]];
+ return [...full, [...last, task]];
+ }, []);
-const withLengthGte = n => R.compose(R.gte(R.__, n), R.length);
-const withLengthEq = n => R.compose(R.equals(n), R.length);
+const withLengthGte = (n) => R.compose(R.gte(R.__, n), R.length);
+const withLengthEq = (n) => R.compose(R.equals(n), R.length);
module.exports = {
- or,
- and,
- validate,
- between,
- testRegex,
- log,
- print,
- then,
- lazyTask,
- batchLazyTasks,
- withLengthEq,
- withLengthGte,
+ or,
+ and,
+ validate,
+ between,
+ testRegex,
+ log,
+ print,
+ then,
+ lazyTask,
+ batchLazyTasks,
+ withLengthEq,
+ withLengthGte,
};
-
diff --git a/utils/invalid-domains.json b/utils/invalid-domains.json
index 193ee41e5..c3ab5e2f8 100644
--- a/utils/invalid-domains.json
+++ b/utils/invalid-domains.json
@@ -1,21 +1,24 @@
[
- "_acme-challenge",
- "_discord",
- "_dmarc",
- "_github-challenge-is-a-dev",
- "_github-pages-challenge-is-a-dev",
- "_gitlab-pages-verification-code",
- "help",
- "no-reply",
- "noreply",
- "notification",
- "notifications",
- "support",
- "ww",
- "ww1",
- "ww2",
- "ww3",
- "ww4",
- "wwww",
- "your-domain-name"
+ "_acme-challenge",
+ "_discord",
+ "_dmarc",
+ "_domainkey",
+ "_gh-is-a-dev",
+ "_github-challenge-is-a-dev",
+ "_github-pages-challenge-is-a-dev",
+ "_gitlab-pages-verification-code",
+ "con",
+ "help",
+ "no-reply",
+ "noreply",
+ "notification",
+ "notifications",
+ "support",
+ "ww",
+ "ww1",
+ "ww2",
+ "ww3",
+ "ww4",
+ "wwww",
+ "your-domain-name"
]
diff --git a/utils/lib/cpanel.js b/utils/lib/cpanel.js
index e61b15a0f..573a22e5e 100644
--- a/utils/lib/cpanel.js
+++ b/utils/lib/cpanel.js
@@ -1,100 +1,123 @@
-const R = require('ramda');
-const qs = require('querystring');
-const { DOMAIN_API_HOST, DOMAIN_API_PORT, DOMAIN_USER, DOMAIN_API_KEY, DOMAIN_DOMAIN } = require('../constants');
+const R = require("ramda");
+const qs = require("querystring");
+const {
+ DOMAIN_API_HOST,
+ DOMAIN_API_PORT,
+ DOMAIN_USER,
+ DOMAIN_API_KEY,
+ DOMAIN_DOMAIN,
+} = require("../constants");
const CpanelClient = (options) => {
- const api = ({ basePath = '', action = '' }) => (module, func, defaultQuery = {}) => (q = {}) => {
- const query = {
- ...defaultQuery,
- ...q,
- cpanel_jsonapi_user: options.username,
- cpanel_jsonapi_module: module,
- cpanel_jsonapi_func: func,
- cpanel_jsonapi_apiversion: 2,
+ const api =
+ ({ basePath = "", action = "" }) =>
+ (module, func, defaultQuery = {}) =>
+ (q = {}) => {
+ const query = {
+ ...defaultQuery,
+ ...q,
+ cpanel_jsonapi_user: options.username,
+ cpanel_jsonapi_module: module,
+ cpanel_jsonapi_func: func,
+ cpanel_jsonapi_apiversion: 2,
+ };
+
+ const request = {
+ headers: {
+ Authorization: `cpanel ${options.username}:${options.apiKey}`,
+ },
+ rejectUnauthorized: false,
+ };
+
+ const path = `${basePath}/${action}?${qs.stringify(query)}`;
+ const reqUrl = `https://${options.host}:${options.port}/${path}`;
+
+ const { fetch } = options.dependencies;
+ return fetch(reqUrl, request).then((res) => res.json());
+ };
+
+ const api2 = api({ basePath: "json-api", action: "cpanel" });
+ const uapi = (module, func, defaultQuery) =>
+ api({ basePath: "execute", action: `${module}/${func}` })(
+ module,
+ func,
+ defaultQuery,
+ );
+
+ return {
+ zone: {
+ // { customonly, domain }
+ // -> [{ class, ttl, name, line, Line, cname, type, record }]
+ fetch: R.compose(
+ (p) => p.then(R.pathOr([], ["cpanelresult", "data"])),
+ api2("ZoneEdit", "fetchzone_records", {
+ customonly: 0,
+ domain: options.domain,
+ }),
+ ),
+
+ // { name, type(A|CNAME), cname, address, ttl }
+ // -> {}
+ add: api2("ZoneEdit", "add_zone_record", {
+ domain: options.domain,
+ }),
+
+ // { line }
+ // -> {}
+ remove: api2("ZoneEdit", "remove_zone_record", {
+ domain: options.domain,
+ }),
+ },
+ redirection: {
+ // {}
+ // -> [{ domain, destination }]
+ fetch: R.compose(
+ (p) => p.then(R.pathOr([], ["data"])),
+ uapi("Mime", "list_redirects"),
+ ),
+
+ // { domain, redirect, type(permanent|tmp), redirect_wildcard(0|1), redirect(0|1|2) }
+ // -> {}
+ add: uapi("Mime", "add_redirect"),
+
+ // { domain }
+ // -> {}
+ remove: uapi("Mime", "delete_redirect"),
+ },
+ file: {
+ write: uapi("Fileman", "save_file_content", {
+ from_charset: "UTF-8",
+ to_charset: "UTF-8",
+ fallback: 1,
+ }),
+ },
+ email: {
+ // { domain, exchanger, priority }
+ // -> {}
+ add: uapi("Email", "add_mx", { alwaysaccept: "auto" }),
+
+ // { domain, exchanger, priority }
+ // -> {}
+ remove: uapi("Email", "delete_mx", { alwaysaccept: "auto" }),
+ },
};
-
- const request = {
- headers: {
- Authorization: `cpanel ${options.username}:${options.apiKey}`,
- },
- rejectUnauthorized: false,
- };
-
- const path = `${basePath}/${action}?${qs.stringify(query)}`;
- const reqUrl = `https://${options.host}:${options.port}/${path}`;
-
- const { fetch } = options.dependencies;
- return fetch(reqUrl, request).then(res => res.json());
- };
-
- const api2 = api({ basePath: 'json-api', action: 'cpanel' });
- const uapi = (module, func, defaultQuery) =>
- api({ basePath: 'execute', action: `${module}/${func}` })(module, func, defaultQuery);
-
- return {
- zone: {
- // { customonly, domain }
- // -> [{ class, ttl, name, line, Line, cname, type, record }]
- fetch: R.compose(
- p => p.then(R.pathOr([], ['cpanelresult', 'data'])),
- api2('ZoneEdit', 'fetchzone_records', { customonly: 0, domain: options.domain })
- ),
-
- // { name, type(A|CNAME), cname, address, ttl }
- // -> {}
- add: api2('ZoneEdit', 'add_zone_record', { domain: options.domain }),
-
- // { line }
- // -> {}
- remove: api2('ZoneEdit', 'remove_zone_record', { domain: options.domain }),
- },
- redirection: {
- // {}
- // -> [{ domain, destination }]
- fetch: R.compose(
- p => p.then(R.pathOr([], ['data'])),
- uapi('Mime', 'list_redirects'),
- ),
-
- // { domain, redirect, type(permanent|tmp), redirect_wildcard(0|1), redirect(0|1|2) }
- // -> {}
- add: uapi('Mime', 'add_redirect'),
-
- // { domain }
- // -> {}
- remove: uapi('Mime', 'delete_redirect'),
- },
- file: {
- write: uapi('Fileman', 'save_file_content', { from_charset: 'UTF-8', to_charset: 'UTF-8', fallback: 1 }),
- },
- email: {
- // { domain, exchanger, priority }
- // -> {}
- add: uapi('Email', 'add_mx', { alwaysaccept: 'auto' }),
-
- // { domain, exchanger, priority }
- // -> {}
- remove: uapi('Email', 'delete_mx', { alwaysaccept: 'auto' }),
- },
- };
};
if (!DOMAIN_API_KEY) {
- console.error('Api key cannot be empty');
- process.exit(1);
+ console.error("Api key cannot be empty");
+ process.exit(1);
}
const cpanel = CpanelClient({
- host: DOMAIN_API_HOST,
- port: DOMAIN_API_PORT,
- username: DOMAIN_USER,
- apiKey: DOMAIN_API_KEY,
- domain: DOMAIN_DOMAIN,
- dependencies: { fetch },
+ host: DOMAIN_API_HOST,
+ port: DOMAIN_API_PORT,
+ username: DOMAIN_USER,
+ apiKey: DOMAIN_API_KEY,
+ domain: DOMAIN_DOMAIN,
+ dependencies: { fetch },
});
module.exports = {
- cpanel,
- CpanelClient,
+ cpanel,
+ CpanelClient,
};
-
diff --git a/utils/validations.js b/utils/validations.js
index 3731095b2..2facda7fa 100644
--- a/utils/validations.js
+++ b/utils/validations.js
@@ -1,100 +1,127 @@
-const R = require('ramda');
-const { VALID_RECORD_TYPES } = require('./constants');
-const { or, and, validate, between, testRegex, withLengthEq, withLengthGte } = require('./helpers');
-const INVALID_NAMES = require('./invalid-domains.json');
-const ipRegex_ = require('ip-regex');
+const R = require("ramda");
+const { VALID_RECORD_TYPES } = require("./constants");
+const {
+ or,
+ and,
+ validate,
+ between,
+ testRegex,
+ withLengthEq,
+ withLengthGte,
+} = require("./helpers");
+const INVALID_NAMES = require("./invalid-domains.json");
+const ipRegex_ = require("ip-regex");
const ipRegex = ipRegex_.default ?? ipRegex_;
-const isValidURL = and([R.is(String), testRegex(/^https?:\/\//ig)]);
+const isValidURL = and([R.is(String), testRegex(/^https?:\/\//gi)]);
-const isValidDomain = and([R.is(String), testRegex(/^(([a-z0-9-]+)\.)+[a-z]+$/ig)]);
-
-const validateCnameRecord = type => and([
- R.propIs(String, type),
- R.compose(withLengthEq(1), R.keys), // CNAME cannot be used with any other record
- R.propSatisfies(withLengthGte(4), type),
- R.propSatisfies(isValidDomain, type),
+const isValidDomain = and([
+ R.is(String),
+ testRegex(/^(([a-z0-9-]+)\.)+[a-z]+$/gi),
]);
-const validateARecord = type => and([
- R.propIs(Array, type),
- R.propSatisfies(withLengthGte(1), type),
- R.all(testRegex(ipRegex.v4({ exact: true }))),
-]);
+const validateCnameRecord = (type) =>
+ and([
+ R.propIs(String, type),
+ R.compose(withLengthEq(1), R.keys), // CNAME cannot be used with any other record
+ R.propSatisfies(withLengthGte(4), type),
+ R.propSatisfies(isValidDomain, type),
+ ]);
-const validateMXRecord = type => and([
- R.propIs(Array, type),
- R.propSatisfies(withLengthGte(1), type),
- R.propSatisfies(R.all(isValidDomain), type),
-]);
+const validateARecord = (type) =>
+ and([
+ R.propIs(Array, type),
+ R.propSatisfies(withLengthGte(1), type),
+ R.all(testRegex(ipRegex.v4({ exact: true }))),
+ ]);
-const validateAAAARecord = R.propSatisfies(and([
- R.is(Array),
- withLengthGte(1),
- R.all(testRegex(ipRegex.v6({ exact: true }))),
-]))
+const validateMXRecord = (type) =>
+ and([
+ R.propIs(Array, type),
+ R.propSatisfies(withLengthGte(1), type),
+ R.propSatisfies(R.all(isValidDomain), type),
+ ]);
-const checkRestrictedNames = R.complement(R.includes(R.__, INVALID_NAMES))
+const validateAAAARecord = R.propSatisfies(
+ and([
+ R.is(Array),
+ withLengthGte(1),
+ R.all(testRegex(ipRegex.v6({ exact: true }))),
+ ]),
+);
+
+const checkRestrictedNames = R.complement(R.includes(R.__, INVALID_NAMES));
const extraSupportedNames = [
- testRegex(/^_github(-pages)?-challenge-[a-z0-9-_]+$/i), // Exception for github verification records
- R.equals('_discord'),
- R.equals('_gitlab-pages-verification-code'),
- R.equals('_acme-challenge'),
- R.equals('_dmarc'),
-]
+ testRegex(/^_github(-pages)?-challenge-[a-z0-9-_]+$/i),
+ R.equals("_discord"),
+ R.equals("_gitlab-pages-verification-code"),
+ R.equals("_acme-challenge"),
+ R.equals("_dmarc"),
+ R.equals("_domainkey"),
+ testRegex(/^_gh-[a-z0-9-_]+$/i),
+];
const validateDomainData = validate({
- name: {
- reason: 'The name of the file is invalid. It must be lowercased, alphanumeric and each component must be more than 2 characters long',
- fn: or([
- R.equals('@'),
- and([
- R.is(String),
- checkRestrictedNames,
- R.compose(
- R.all(or([
+ name: {
+ reason: "The name of the file is invalid. It must be lowercased, alphanumeric and each component must be between 1-100 characters long.",
+ fn: or([
+ R.equals("@"),
and([
- R.compose(between(2, 100), R.length),
- testRegex(/^[a-z0-9-]+$/g),
- checkRestrictedNames,
+ R.is(String),
+ checkRestrictedNames,
+ R.compose(
+ R.all(
+ or([
+ and([
+ R.compose(between(1, 100), R.length),
+ testRegex(/^[a-z0-9-]+$/g),
+ checkRestrictedNames,
+ ]),
+ ...extraSupportedNames,
+ ]),
+ ),
+ R.split("."),
+ ),
]),
- ...extraSupportedNames,
- ])),
- R.split('.'),
- ),
- ])
- ]),
- },
- description: { reason: '', fn: R.T, },
- repo: { reason: '', fn: R.T, },
- owner: {
- reason: '`owner` needs valid username and email properties',
- fn: and([
- R.is(Object),
- R.complement(R.isEmpty),
- R.where({
- username: and([R.is(String), withLengthGte(1)]),
- email: R.is(String),
- }),
- ]),
- },
- record: {
- reason: 'Invalid record. CNAME records have to be a host name and A records has to be a list of ips',
- fn: and([
- R.is(Object),
- R.compose(R.isEmpty, R.difference(R.__, VALID_RECORD_TYPES), R.keys),
- R.cond([
- [R.has('CNAME'), validateCnameRecord('CNAME')],
- [R.has('A'), validateARecord('A')],
- [R.has('URL'), R.propSatisfies(isValidURL, 'URL')],
- [R.has('MX'), validateMXRecord('MX')],
- [R.has('TXT'), R.propSatisfies(or([ R.is(String), R.is(Array) ]), 'TXT')],
- [R.has('AAAA'), validateAAAARecord('AAAA')],
- [R.T, R.T],
- ]),
- ]),
- },
+ ]),
+ },
+ description: { reason: "", fn: R.T },
+ repo: { reason: "", fn: R.T },
+ owner: {
+ reason: "`owner` key needs valid username and email properties.",
+ fn: and([
+ R.is(Object),
+ R.complement(R.isEmpty),
+ R.where({
+ username: and([R.is(String), withLengthGte(1)]),
+ email: R.is(String),
+ }),
+ ]),
+ },
+ record: {
+ reason: "Invalid record(s) found. Please check the record types and values.",
+ fn: and([
+ R.is(Object),
+ R.compose(
+ R.isEmpty,
+ R.difference(R.__, VALID_RECORD_TYPES),
+ R.keys,
+ ),
+ R.cond([
+ [R.has("CNAME"), validateCnameRecord("CNAME")],
+ [R.has("A"), validateARecord("A")],
+ [R.has("URL"), R.propSatisfies(isValidURL, "URL")],
+ [R.has("MX"), validateMXRecord("MX")],
+ [
+ R.has("TXT"),
+ R.propSatisfies(or([R.is(String), R.is(Array)]), "TXT"),
+ ],
+ [R.has("AAAA"), validateAAAARecord("AAAA")],
+ [R.T, R.T],
+ ]),
+ ]),
+ },
});
module.exports = { validateDomainData, isValidDomain };