diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 000000000..93f878a31
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,14 @@
+To make our job easier, please spend time to review your application before submitting.
+
+
+#### Add a x between [] if you meet that requirement example `[x]`
+- [ ] You're not using Vercel or Netlify.
+- [ ] You have completed your website, there's no type of placeholder at the website. **This requirement can be raised if the domain you're registering is for emails**
+ - Link to website:
+- [ ] The website is reachable.
+- [ ] The CNAME record doesn't contain any slash.
+- [ ] There's enough information at the `owner` field.
+ - You should have your email presented. If you don't want to share email, you can leave email an empty string (`""`) and add any other social such as Discord/Twitter/etc.
+
+ #### Feel free to join our discord server for more updates or any help related to the service :D - https://discord.gg/PZCGHz4RhQ
+
diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml
index 89c9b8144..4c68ceaa2 100644
--- a/.github/workflows/bot.yml
+++ b/.github/workflows/bot.yml
@@ -10,15 +10,17 @@ jobs:
name: instructions
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
- - name: Comment
- if: github.event.action == 'closed' && github.event.pull_request.merged == true
- uses: actions/github-script@v3
- with:
- github-token: ${{secrets.GITHUB_TOKEN}}
- script: |
- const { hasLabel } = require(`${process.env.GITHUB_WORKSPACE}/scripts/action-utils.js`);
- const { instructions } = require(`${process.env.GITHUB_WORKSPACE}/scripts/reply.js`);
- if (hasLabel(context, 'domain'))
- console.log('Domain');
- await instructions(context, github);
+ - run: curl https://notify-api.is-a.dev/pr/merged/${{ github.event.pull_request.number }}
+ if: github.event.action == 'closed' && github.event.pull_request.merged == true
+# - uses: actions/checkout@v2
+# - name: Comment
+# if: github.event.action == 'closed' && github.event.pull_request.merged == true
+# uses: actions/github-script@v3
+# with:
+# github-token: ${{secrets.GITHUB_TOKEN}}
+# script: |
+# const { hasLabel } = require(`${process.env.GITHUB_WORKSPACE}/scripts/action-utils.js`);
+# const { instructions } = require(`${process.env.GITHUB_WORKSPACE}/scripts/reply.js`);
+# if (hasLabel(context, 'domain'))
+# console.log('Domain');
+# await instructions(context, github);
diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml
index 4427f98c7..24ffbfc00 100644
--- a/.github/workflows/label.yml
+++ b/.github/workflows/label.yml
@@ -1,13 +1,13 @@
-name: Label
+name: Pull Request Labeler
on:
schedule:
- - cron: "0 * * * *"
-
+ - cron: '*/10 * * * *'
jobs:
- label:
+ labeler:
runs-on: ubuntu-latest
steps:
- - name: Labelling pull request
- uses: actions/labeler@main
- with:
- repo-token: "${{ secrets.GITHUB_TOKEN }}"
+ - uses: docker://docker.io/ilyam8/periodic-pr-labeler:v0.1.1
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_REPOSITORY: ${{ github.repository }}
+ LABEL_MAPPINGS_FILE: .github/labeler.yml
diff --git a/API.md b/API.md
index 8df1015ce..ba931b098 100644
--- a/API.md
+++ b/API.md
@@ -1 +1 @@
-Moved to [./docs](./docs)
+Moved to [docs](https://is-a.dev/docs)
diff --git a/README.md b/README.md
index 33dbd976d..0b6a5af76 100644
--- a/README.md
+++ b/README.md
@@ -6,14 +6,18 @@

+## Register service
+Try our new service to easily register the subdomain of your choice. Visit: https://register.is-a.dev/
+
+
## How do I register?
-* Fork this repository
-* Add a new `domains/your-domain-name.json` file directory to register `your-domain-name.is-a.dev`
-* [Read the docs](./docs)
-* The PR will be reviewed and merged
-* After merging, the changes will take effect within a day
-* That's it! Done! Now go show off your cool `.is-a.dev` domain
+* [Fork](https://github.com/is-a-dev/register/fork) this repository.
+* Add a new `domains/your-domain-name.json` file directory to register `your-domain-name.is-a.dev`.
+* [Read the docs](https://is-a.dev/docs).
+* The PR will be reviewed and merged.
+* After merging, the changes will take effect within a day!
+* That's it! Done! Now go show off your cool `.is-a.dev` domain!
diff --git a/docs/README.md b/docs/README.md
deleted file mode 100644
index 554b0d71c..000000000
--- a/docs/README.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# How to register
-You can read the [domains.json file api reference](./domains-json.md) for more information about the json file structure.
-
-### Websites hosted at
-* [For github pages users](./hosted-at/github-pages.md)
-* [For hashnode blogs](./hosted-at/hashnode.md)
-* [For other services](./hosted-at/others.md)
-
-### Vercel & Netlify Note
-You will encounter an SSL certificate issue when using Vercel and Netlify. Neither service will work with our domains. It is recommend to use [Github Pages](https://github.com/is-a-dev/register/blob/add-hosting-warning/docs/hosted-at/github-pages.md) or [Railway](https://railway.app/) instead.
diff --git a/docs/domains-json.md b/docs/domains-json.md
deleted file mode 100644
index c1f0c19e6..000000000
--- a/docs/domains-json.md
+++ /dev/null
@@ -1,113 +0,0 @@
-# Domains json file
-The way you register your own domain name is through a pull request.
-To register `my-domain.is-a.dev`, you need to create a `domains/my-domain.json` file
-
-### Filename
-The file name must pass the following criteria -
-
-> NOTE: You can use `.` (dots) in your file name (for registering `blog.mysubdomain.is-a.dev`) but each of the following criteria must be valid for all part of your subdomain
-
-* Must be alpha-numeric in lowercase with dashes as seperators
-* Must be more than 2 characters long
-* Must have a `.json` file extension
-
-
-The file needs to have the following fields -
-
-### owner (required)
-You need to specify some information about yourself here.
-This is so that you can be contacted if required.
-
-In the owner object, the fields `username` and `email` are required. You can however add more information in this object if you need.
-```json
-{
- "owner": {
- "username": "github-username",
- "email": "any@email"
- }
-}
-```
-
-If you don't wish to share your email address here, please share your twitter, discord or any other social media account.
-```json
-{
- "owner": {
- "username": "github-username",
- "email": "",
- "twitter": "twitter-handle"
- }
-}
-```
-
-
-### description
-Describe your domain name and your usage. This is purely for documentation purpose and is optional.
-
-
-### repo
-This is a link to your website repository or your github account. This is purely for documentation purpose and is optional.
-
-
-### record (required)
-This is where you specify the DNS records you wish to use.
-
-The supported record types are: `CNAME`, `A`, `URL`, `MX` and `TXT`
-
-Here's a few different use cases for the given record types -
-
-* **CNAME**
-CNAME must be a host name (Eg - `something.tld`). CNAME cannot be used in conjunction with any other record types.
-```json
-{
- "record": {
- "CNAME": "username.github.io"
- }
-}
-```
-
-* **A record**
-A record must be a list of ips
-```json
-{
- "record": {
- "A": [
- "999.999.991.999",
- "999.999.992.999",
- "999.999.993.999",
- "999.999.994.999"
- ]
- }
-}
-```
-
-* **URL redirection**
-```json
-{
- "record": {
- "URL": "https://my-other-website.com"
- }
-}
-```
-
-* **MX**
-MX must be a list of host names
-```json
-{
- "record": {
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ]
- }
-}
-```
-
-* **TXT**
-TXT can be any string value. **You can only have 1 TXT record.**
-```json
-{
- "record": {
- "TXT": "hello world"
- }
-}
-```
diff --git a/docs/hosted-at/github-pages.md b/docs/hosted-at/github-pages.md
deleted file mode 100644
index cf7962014..000000000
--- a/docs/hosted-at/github-pages.md
+++ /dev/null
@@ -1,28 +0,0 @@
-# For github pages
-
-### Creating a github pages repo
-You can create a github pages website by creating a repo with the name `.github.io`.
-For more information about github pages, please read through [their guide](https://guides.github.com/features/pages/).
-
-
-### Domains file
-Create a json file inside the `domains` directory (`domains/.json`) with the following contents
-```json
-{
- "description": "Add some description",
- "repo": "https://github.com//.github.io",
- "owner": {
- "username": "",
- "email": "",
- "twitter": ""
- },
- "record": {
- "CNAME": ".github.io"
- }
-}
-```
-
-### Configuring your repo
-* After the pull request is merged, you will see a 404 error on `your-domain.is-a.dev`. To fix this go to your github page repo's `Settings > Github pages > Custom domain` and add `your-domain.is-a.dev` in the given field
-* Check the `Enforce HTTPS` checkbox below the custom domain input
-
diff --git a/docs/hosted-at/hashnode.md b/docs/hosted-at/hashnode.md
deleted file mode 100644
index 20b2276c3..000000000
--- a/docs/hosted-at/hashnode.md
+++ /dev/null
@@ -1,27 +0,0 @@
-When you create your Hashnode blog, hashnode provides a free **yourdomain.hashnode.dev** subdomain for you. However, you can set up your own **.is-a.dev** subdomain.
-
-In this guide, you will learn how to accomplish this.
-
----
-
-1. Log in to your Hashnode account.
-
-2. Click on your **profile picture** at the bottom-left corner of the page on *desktop* screen or top-right corner on *mobile* screen.
-
-
-
-3. Click on the **Blog Dashboard** option from the popup modal to access your blog's dashboard.
-
-
-
-4. Navigate to the **DOMAIN** tab and enter your domain without the **www** or **https://** prefix in the text field provided. Then click on the **Update** button to proceed.
-
-
-
-5. Go To Your Fork Of The `is-a-dev/register` repo, edit your subdomain's JSON file, make sure you remove any old records, then add this:
-```json
-"CNAME": "hashnode.network"
-```
-
-Once Done, your hashnode blog is setup to use your subdomain, all you have to do is wait sometime for the DNS to propogate. These changes could take from 1 hour to around 48 hours, so please be patient, It'll most likely be ready within a hour.
-Enjoy Your Hashnode Blog, With Your Sweet `.is-a.dev` Subdomain! **If You Need More Help:** please read this support article on hashnode support: https://support.hashnode.com/docs/mapping-domain/, this should help you more, if you need more help related to [Hashnode](https://hashnode.com), then please visit the [Hashnode Support Center](https://support.hashnode.com/). Remeber, is-a.dev has no links with hashnode, so please do not create issues on our github, saying that your hashnode blog is having issues, we simply will not respond to them.
diff --git a/docs/hosted-at/others.md b/docs/hosted-at/others.md
deleted file mode 100644
index 0d0c534e8..000000000
--- a/docs/hosted-at/others.md
+++ /dev/null
@@ -1,53 +0,0 @@
-# For other hosting services
-
-### Domains file
-Create a json file inside the `domains` directory (`domains/.json`) with the following contents
-```json
-{
- "description": "Add some description",
- "repo": "https://github.com/github-username",
- "owner": {
- "username": "github-username",
- "email": "any@email"
- },
- "record": {}
-}
-```
-
-### Record
-In your `record` key of the json file, you need to add one of the following -
-* CNAME record
-```json
-{
- "record": {
- "CNAME": "the-domain-you-own.com"
- }
-}
-```
-
-* A records
-```json
-{
- "record": {
- "A": [
- "69.69.69.69",
- "69.69.69.70"
- ]
- }
-}
-```
-
-* URL redirection
-```json
-{
- "record": {
- "URL": "https://your-website.com"
- }
-}
-```
-
-### Configuring your server
-After the pull request is merged, **configure your server** (apache, nginx, whatever) to work with `.is-a.dev`. If you are unsure how to configure your server, you can create an issue for support.
-
-You should also, include `.is-a.dev` in your **ssl certificate** to get rid of certificate errors
-
diff --git a/docs/maintainers/pr-review.md b/docs/maintainers/pr-review.md
deleted file mode 100644
index e3a871ac0..000000000
--- a/docs/maintainers/pr-review.md
+++ /dev/null
@@ -1,72 +0,0 @@
-# Reviewing pull requests
-There are a few things you'll need to look out for when reviewing pull requests for domain registrations. This list is not exhaustive and will be updated.
-
----
-
-### CI errors
-A lot of minor issues will be caught in the CI checks
-* JSON parsing issues
-* Schema issues
-
-If the CI is failing, tag the user and comment on the pr.
-
----
-
-### Contents of the website
-We need to make sure that the contents being hosted via the record being registered is not used for malicious purposes.
-To do this, we must try our best to verify the contents of website and if required ask some questions regarding the contents in the PR.
-
----
-
-### Invalid email/social link
-A way to contact the user is important in case we need to inform the users of some changes to the project.
-Confirm if the email looks valid or the social user name/link works.
-The user should have either an email or a valid social link.
-
-❌ `"owner": { "username": "gh-username" }` is invalid as it doesn't contain an email or any social links
-
-❌ `"email": "28372878+user-name@users.noreply.github.com"` is invalid as the email cannot be used
-
-✅ `"owner": { "username": "phenax", "twitter": "twitter-username" }` is valid as it contains a social link
-
-✅ `"owner": { "username": "phenax", "email": "email@gmail.com" }` is valid as it contains an email
-
----
-
-### Invalid CNAME
-CNAME has to be a hostname. Something like `example.com`.
-
-❌ `http://example.com` is invalid as it contains a protocol `https://`
-
-❌ `example.com/some/path` is invalid as it contains the path name `/some/path`
-
-✅ `example.com` is valid as it is the hostname of the website
-
----
-
-### Invalid A
-A record has to be an array of ips.
-
-❌ `"A": "211.211.211.211"` is invalid as it must be an array
-
-❌ `"A": ["example.com"]` is invalid as it is not an ip address
-
-✅ `"A": ["211.211.211.211", "211.211.211.212"]` is valid as it is an array of ips
-
----
-
-### Invalid URL
-The URL must have a protocol (`http://` or `https://`) and must be something like `https://example.com` or `https://example.com/some/path`.
-
-❌ `example.com` is invalid as it doesn't contain the protocol
-
-✅ `https://example.com/some/path` is valid as it contains a protocol
-
----
-
-### Only one record type
-Earlier, is-a-dev used to allow for handling https redirections along with CNAME but the way we handle requests has changed since then.
-This is why a record file can only contain one record type. Either `CNAME` or `A` or `URL`.
-
-❌ `"CNAME": "example.com", "URL": "https://something.com"` is invalid as it should only contain one type of record, either CNAME or URL.
-
diff --git a/docs/maintainers/publishing-records.md b/docs/maintainers/publishing-records.md
deleted file mode 100644
index 2c363e8a1..000000000
--- a/docs/maintainers/publishing-records.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# Publishing records
-> NOTE: This is only for maintainers with publishing access
-
-Currently, the records are published using a manual github actions workflow.
-When all the PR's are merged and ready, go to `Actions > Publish records` and click on the `Run workflow` button to publish the merged records.
-
-
-
-Sometimes it may log an error message while publishing saying some record(s) couldn't be published.
-Usually, the cause is related to some conflict while deleting and re-publishing.
-In those situations, running the workflow again will fix the issues.
diff --git a/domains/00001.json b/domains/00001.json
new file mode 100644
index 000000000..9aef9da6d
--- /dev/null
+++ b/domains/00001.json
@@ -0,0 +1,11 @@
+{
+ "description": "SatyamV7.is-a.dev",
+ "repo": "https://github.com/SatyamV7/SatyamV7.github.io",
+ "owner": {
+ "username": "SatyamV7",
+ "email": "satyamverma46@outlook.com"
+ },
+ "record": {
+ "CNAME": "SatyamV7.github.io"
+ }
+}
diff --git a/domains/18o4.json b/domains/18o4.json
new file mode 100644
index 000000000..5e20f0c1a
--- /dev/null
+++ b/domains/18o4.json
@@ -0,0 +1,13 @@
+{
+ "description": "redirects to my website",
+ "repo": "https://github.com/18o4/18o4.github.io",
+ "owner": {
+ "username": "18o4",
+ "email": "",
+ "discord": "18O4#4350",
+ "discordUserID": "279894305630453760"
+ },
+ "record": {
+ "URL": "https://18o4.tk"
+ }
+}
diff --git a/domains/1rogman.json b/domains/1rogman.json
new file mode 100644
index 000000000..693de4e20
--- /dev/null
+++ b/domains/1rogman.json
@@ -0,0 +1,11 @@
+{
+ "description": "Applying for an is-a.dev domain on behalf of my friend so he can use one.",
+ "repo": "https://github.com/EndingPencil/EndingPencil.github.io",
+ "owner": {
+ "username": "EndingPencil",
+ "email": "watsonsohil@gmail.com"
+ },
+ "record": {
+ "CNAME": "EndingPencil.github.io"
+ }
+}
diff --git a/domains/600.json b/domains/600.json
new file mode 100644
index 000000000..a8d626411
--- /dev/null
+++ b/domains/600.json
@@ -0,0 +1,10 @@
+{
+ "repo":"https://github.com/5rq/5rq.github.io",
+ "owner":{
+ "username":"5rq",
+ "email":"600@fbi.ac"
+ },
+ "record":{
+ "CNAME":"5rq.github.io"
+ }
+}
diff --git a/domains/@.json b/domains/@.json
index 36cd14e7b..674d239c4 100644
--- a/domains/@.json
+++ b/domains/@.json
@@ -6,6 +6,7 @@
"email": "phenax5@gmail.com"
},
"record": {
- "URL": "http://www.is-a.dev"
+ "URL": "http://www.is-a.dev",
+ "TXT": "google-site-verification=jxUxBquLRsSLsUNUqYYB3EfN7X_IuVZ5Ff-ZfElMBOQ"
}
}
diff --git a/domains/aakash.json b/domains/aakash.json
index dfb64f0c5..21a9add4f 100644
--- a/domains/aakash.json
+++ b/domains/aakash.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "Shinyzenith",
- "email": "xelphlinux@gmail.com"
+ "email": "aakashsensharma@gmail.com"
},
"record": {
"CNAME": "shinyzenith.github.io"
diff --git a/domains/abdul.json b/domains/abdul.json
new file mode 100644
index 000000000..eada0681f
--- /dev/null
+++ b/domains/abdul.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Abdul1810",
+ "email": "abdulking8010@gmail.com",
+ "discord": "Abdul ♥#5464"
+ },
+ "record": {
+ "CNAME": "abduldev.me"
+ }
+}
diff --git a/domains/abdullah.json b/domains/abdullah.json
new file mode 100644
index 000000000..a39ae9040
--- /dev/null
+++ b/domains/abdullah.json
@@ -0,0 +1,11 @@
+
+{
+ "owner": {
+ "username": "adistar964",
+ "email": "adistar964@gmail.com"
+ },
+ "description":"this is for my personal website made.",
+ "record": {
+ "CNAME": "adistar964.github.io"
+ }
+}
diff --git a/domains/abhay7.json b/domains/abhay7.json
deleted file mode 100644
index 5c618f37e..000000000
--- a/domains/abhay7.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "description": "Abhay's portfolio site",
- "repo": "https://github.com/EpicGamer007/portfolio-site",
- "owner": {
- "username": "EpicGamer007",
- "email": "",
- "discord": "EpicGamer007#5702"
- },
- "record": {
- "URL": "https://abhay.runs-on.tech",
- "MX": [
- "mx1.forwardemail.net",
- "mx2.forwardemail.net"
- ],
- "TXT": "forward-email=contact:forwardemail.nwyxt@aleeas.com,from:forwardemail.nwyxt@aleeas.com"
- }
-}
diff --git a/domains/abhishekkumar.json b/domains/abhishekkumar.json
new file mode 100644
index 000000000..81ca81759
--- /dev/null
+++ b/domains/abhishekkumar.json
@@ -0,0 +1,11 @@
+{
+ "description": "Abhishek's personal developer website",
+ "repo": "https://github.com/Abhishek-569",
+ "owner": {
+ "username": "Abhishek-569",
+ "email": "akabhishek4444@gmail.com"
+ },
+ "record": {
+ "URL": "https://akabhishek4444.wixsite.com/abhishek-kumar"
+ }
+}
diff --git a/domains/abku.json b/domains/abku.json
deleted file mode 100644
index c6fcaf8d8..000000000
--- a/domains/abku.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "Abku personal website.",
- "repo": "https://github.com",
- "owner": {
- "username": "Abku",
- "email": "abku@abku.xyz"
- },
- "record": {
- "URL": "https://abku.xyz"
- }
- }
\ No newline at end of file
diff --git a/domains/abysmal.json b/domains/abysmal.json
new file mode 100644
index 000000000..fef7a2419
--- /dev/null
+++ b/domains/abysmal.json
@@ -0,0 +1,11 @@
+{
+ "description": "My personal website",
+ "repo": "https://github.com/abysmal26/website",
+ "owner": {
+ "username": "abysmal26",
+ "email": "abysmal@disroot.org"
+ },
+ "record": {
+ "CNAME": "abysmal26.github.io"
+ }
+}
diff --git a/domains/acey.json b/domains/acey.json
new file mode 100644
index 000000000..43405681e
--- /dev/null
+++ b/domains/acey.json
@@ -0,0 +1,15 @@
+{
+ "repo": "https://github.com/AceyDoCodes",
+ "description": "Email ;-;",
+ "owner": {
+ "username": "AceyDoCodes",
+ "email": "aceygoesboom@gmail.com"
+ },
+ "record": {
+ "MX": [
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/achim.json b/domains/achim.json
new file mode 100644
index 000000000..9baa79b91
--- /dev/null
+++ b/domains/achim.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "nohli",
+ "email": "",
+ "twitter": "joachi_"
+ },
+ "record": {
+ "CNAME":"achim.io"
+ }
+}
diff --git a/domains/agam778.json b/domains/agam778.json
index 14b7df04b..3a41fe69b 100644
--- a/domains/agam778.json
+++ b/domains/agam778.json
@@ -6,6 +6,6 @@
"email": "agam778@zohomail.in"
},
"record": {
- "CNAME": "agamsblog.xyz"
+ "CNAME": "agamsblog.pages.dev"
}
}
diff --git a/domains/ahmedashraf.json b/domains/ahmedashraf.json
new file mode 100644
index 000000000..382661f1f
--- /dev/null
+++ b/domains/ahmedashraf.json
@@ -0,0 +1,11 @@
+{
+ "description": "My Portfolio",
+ "repo": "https://github.com/AhmedrAshraf/ahmedrashraf",
+ "owner": {
+ "username": "ahmedrashraf",
+ "email": "ahmedr.0331@gmail.com"
+ },
+ "record": {
+ "CNAME": "ahmedrashraf.github.io"
+ }
+}
diff --git a/domains/aizawakiyaworu.json b/domains/aizawakiyaworu.json
new file mode 100644
index 000000000..75ae335b7
--- /dev/null
+++ b/domains/aizawakiyaworu.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "mhmdysf",
+ "email": "muhammadyusuf1325@smp.belajar.id"
+ },
+ "record": {
+ "URL": "https://linktr.ee/aizawakiyaworu"
+ }
+ }
+
diff --git a/domains/akemi.json b/domains/akemi.json
deleted file mode 100644
index 15cf69948..000000000
--- a/domains/akemi.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "My personal website goes here",
- "repo": "https://github.com/ItzCuteAkemi/itzcuteakemi.github.io",
- "owner": {
- "username": "ItzCuteAkemi",
- "email": "christianpandapotans@gmail.com",
- "twitter": "@ItzCuteAkemi"
- },
- "record": {
- "CNAME": "itzcuteakemi.github.io"
- }
-}
diff --git a/domains/alexander-david.json b/domains/alexander-david.json
deleted file mode 100644
index 22ea47b19..000000000
--- a/domains/alexander-david.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "Alexander David's portofolio-personal website",
- "owner": {
- "username": "alexzerozeroone",
- "email": "alexander-david-dev@yandex.com"
- },
- "record": {
- "URL": "https://www.alexzerozeroone.ga"
- }
-}
diff --git a/domains/alexis.json b/domains/alexis.json
new file mode 100644
index 000000000..3b2172db3
--- /dev/null
+++ b/domains/alexis.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personnal website of",
+ "repo": "https://github.com/alexis-elaxis/alexis-elaxis.github.io",
+ "owner": {
+ "username": "alexis-elaxis",
+ "email": "contact@alexiis.fr",
+ "twitter": "un_nalexis"
+ },
+ "record": {
+ "CNAME": "alexis-elaxis.github.io"
+ }
+}
diff --git a/domains/alexmercerind.json b/domains/alexmercerind.json
new file mode 100644
index 000000000..58812cc82
--- /dev/null
+++ b/domains/alexmercerind.json
@@ -0,0 +1,13 @@
+{
+ "description": "A redirect to my actual personal website on GitHub Pages",
+ "repo": "https://github.com/alexmercerind/alexmercerind.github.io",
+ "owner": {
+ "username": "alexmercerind",
+ "email": "alexmercerind@gmail.com",
+ "twitter": "alexmercerind",
+ "discord": "alexmercerind#3898"
+ },
+ "record": {
+ "CNAME": "alexmercerind.github.io"
+ }
+}
diff --git a/domains/alfred.json b/domains/alfred.json
new file mode 100644
index 000000000..221c4e5c8
--- /dev/null
+++ b/domains/alfred.json
@@ -0,0 +1,11 @@
+{
+ "description": "MkDocs website for alfred-discord-bot",
+ "repo": "https://github.com/AlfredDiscordBot/AlfredDiscordBot.github.io",
+ "owner": {
+ "username": "AlfredDiscordBot",
+ "email": "alvinallen333@gmail.com"
+ },
+ "record": {
+ "CNAME": "AlfredDiscordBot.github.io"
+ }
+}
diff --git a/domains/alimd.json b/domains/alimd.json
new file mode 100644
index 000000000..a8f47d554
--- /dev/null
+++ b/domains/alimd.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "AliMD",
+ "email": "ali@mihandoost.com"
+ },
+
+ "record": {
+ "CNAME": "alimd.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/allen.json b/domains/allen.json
new file mode 100644
index 000000000..2d8ed18ad
--- /dev/null
+++ b/domains/allen.json
@@ -0,0 +1,12 @@
+{
+ "description": "A full-stack developer.",
+ "repo": "https://github.com/xiaofuyesnew",
+ "owner": {
+ "username": "xiaofuyesnew",
+ "email": "xiaofuyesnew@qq.com",
+ "twitter": "xiaofuyesnew"
+ },
+ "record": {
+ "URL": "https://github.com/xiaofuyesnew"
+ }
+}
diff --git a/domains/alpha.json b/domains/alpha.json
deleted file mode 100644
index 207dfbc41..000000000
--- a/domains/alpha.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-"repo": "https://github.com/YouFoundAlpha/youfoundalpha.github.io",
- "owner": {
- "username": "YouFoundAlpha",
- "email": "",
- "twitter": "YouFoundAlpha",
- "discord": "YouFoundAlpha#5372"
- },
- "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/alraakib.json b/domains/alraakib.json
new file mode 100644
index 000000000..e8df4e8c5
--- /dev/null
+++ b/domains/alraakib.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "alraakib",
+ "email": "alraakib@gmail.com"
+ },
+ "record": {
+ "CNAME": "portrkb.netlify.app"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/amarjeet.json b/domains/amarjeet.json
index b8a105680..c2d8bdb11 100644
--- a/domains/amarjeet.json
+++ b/domains/amarjeet.json
@@ -1,9 +1,9 @@
{
"owner": {
- "username": "amarjeetmalpotra",
+ "username": "amalpotra",
"email": "amarjeetmalpotra@outlook.com"
},
"record": {
- "CNAME": "amarjeetmalpotra.github.io"
+ "CNAME": "amalpotra.github.io"
}
}
diff --git a/domains/amiyo.json b/domains/amiyo.json
new file mode 100644
index 000000000..c551b7e87
--- /dev/null
+++ b/domains/amiyo.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "DevAmiyo",
+ "email": "devamiyosp@gmail.com",
+ "repo": "https://github.com/DevAmiyo",
+ "discord": "Amiyo#7978",
+ "twitter": "AmiyoTweets"
+ },
+ "record": {
+ "URL": "https://github.amiyo.tk"
+ }
+}
diff --git a/domains/anamay.json b/domains/anamay.json
new file mode 100644
index 000000000..95bc7390a
--- /dev/null
+++ b/domains/anamay.json
@@ -0,0 +1,11 @@
+{
+ "description": "Anamay's .is-a.dev domain",
+ "repo": "https://github.com/anamaykashiv/anamaykashiv.github.io",
+ "owner": {
+ "username": "anamaykashiv",
+ "email": "kashiv.anamay002@gmail.com"
+ },
+ "record": {
+ "CNAME": "anamaykashiv.github.io"
+ }
+ }
diff --git a/domains/anandyeole.json b/domains/anandyeole.json
new file mode 100644
index 000000000..dfef22de1
--- /dev/null
+++ b/domains/anandyeole.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/anandyeole/anandyeole.github.io",
+ "owner": {
+ "username": "anandyeole",
+ "email": "anandyeole@duck.com"
+ },
+ "record": {
+ "CNAME": "anandyeole.github.io"
+ }
+}
diff --git a/domains/andremor.json b/domains/andremor.json
new file mode 100644
index 000000000..3bf00c31f
--- /dev/null
+++ b/domains/andremor.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "AndreMor8",
+ "email": "me@andremor.dev"
+ },
+ "record": {
+ "URL": "https://andremor.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/angelwuff.json b/domains/angelwuff.json
new file mode 100644
index 000000000..f697f47f9
--- /dev/null
+++ b/domains/angelwuff.json
@@ -0,0 +1,12 @@
+{
+ "description": "Angel Wuffy",
+ "repo": "https://github.com/Angelix1/Angelix1.github.io",
+ "owner": {
+ "username": "Angelix1",
+ "email": "",
+ "twitter": "AngelTheWolfy"
+ },
+ "record": {
+ "CNAME": "Angelix1.github.io"
+ }
+}
diff --git a/domains/anger.json b/domains/anger.json
new file mode 100644
index 000000000..2f5e54211
--- /dev/null
+++ b/domains/anger.json
@@ -0,0 +1,13 @@
+{
+ "description": "Will be used to show my page showing stuff about me",
+ "repo": "https://github.com/angerminecraftyt/aboutme",
+ "owner": {
+ "username": "AngerminecraftYT",
+ "email": "",
+ "discord": "AngerMinecraftYT#3051"
+ },
+ "record": {
+ "CNAME": "angerminecraftyt.github.io"
+ }
+}
+
diff --git a/domains/api-kyouka.json b/domains/api-kyouka.json
new file mode 100644
index 000000000..bbe4a625e
--- /dev/null
+++ b/domains/api-kyouka.json
@@ -0,0 +1,11 @@
+{
+ "description": "APIKEY KYOUKA | SHIORI BOT",
+ "repo": "https://github.com/Yuri-Neko",
+ "owner": {
+ "username": "Yuri-Neko",
+ "email": "apikeykyouka@gmail.com"
+ },
+ "record": {
+ "CNAME": "kyouka-apis.herokuapp.com"
+ }
+}
diff --git a/domains/api.alpha.json b/domains/api.alpha.json
deleted file mode 100644
index 39979cb64..000000000
--- a/domains/api.alpha.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"repo": "https://github.com/YouFoundAlpha/api",
- "owner": {
- "username": "YouFoundAlpha",
- "email": "",
- "twitter": "YouFoundAlpha",
- "discord": "YouFoundAlpha#5372"
- },
- "record": {
-"CNAME": "alphaapi.up.railway.app"
-}
-}
diff --git a/domains/api.saml.json b/domains/api.saml.json
new file mode 100644
index 000000000..69d2334e1
--- /dev/null
+++ b/domains/api.saml.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal Website's API",
+ "owner": {
+ "username": "SamDev-7",
+ "email": "",
+ "discord": "SamDev7#1767"
+ },
+ "record": {
+ "CNAME": "bfc09d50-652a-454d-8135-5f3b323998bd.id.repl.co"
+ }
+}
\ No newline at end of file
diff --git a/domains/applesfruit.json b/domains/applesfruit.json
new file mode 100644
index 000000000..807e8b314
--- /dev/null
+++ b/domains/applesfruit.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal portfolio page with my recent and past projects, experiences, and more.",
+ "repo": "https://github.com/applesfruit/applesfruit.github.io",
+ "owner": {
+ "username": "applesfruit",
+ "email": "arya.kshipra@gmail.com",
+ "discord": "fruits#1845"
+ },
+ "record": {
+ "CNAME": "applesfruit.github.io"
+ }
+}
diff --git a/domains/aqua22.json b/domains/aqua22.json
deleted file mode 100644
index c28c3b744..000000000
--- a/domains/aqua22.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "Domain for my github page",
- "repo": "https://github.com/aqua22/aqua22.github.io",
- "owner": {
- "username": "Aqua22",
- "email": "hello@aqua22.hu",
- "twitter": "aqua22of"
- },
- "record": {
- "CNAME": "aqua22.github.io"
- }
-}
diff --git a/domains/archelaus.json b/domains/archelaus.json
new file mode 100644
index 000000000..39e9f2e0c
--- /dev/null
+++ b/domains/archelaus.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio",
+ "repo": "https://github.com/archelaus/archelaus.github.io",
+ "owner": {
+ "username": "archelaus",
+ "email": "aa.18cs02@thdcihet.ac.in"
+ },
+ "record": {
+ "CNAME": "archelaus.github.io"
+ }
+}
diff --git a/domains/ari.json b/domains/ari.json
index 68f02077d..dd8e98c8a 100644
--- a/domains/ari.json
+++ b/domains/ari.json
@@ -6,6 +6,6 @@
"email": "rayhanadev@protonmail.com"
},
"record": {
- "URL": "http://furret.codes"
+ "CNAME": "edge.redirect.pizza"
}
}
diff --git a/domains/asp.json b/domains/asp.json
new file mode 100644
index 000000000..643ba0d9f
--- /dev/null
+++ b/domains/asp.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "aspekts",
+ "email": "marcus.kamuntu@gmail.com"
+ },
+ "record": {
+ "CNAME": "29e1a02d-9848-4f80-845e-74cb27d553b3.id.repl.co"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/auth.json b/domains/auth.json
new file mode 100644
index 000000000..36646103a
--- /dev/null
+++ b/domains/auth.json
@@ -0,0 +1,10 @@
+ {
+ "owner": {
+ "username": "@is-a-dev/maintainers",
+ "email": "mahir@molai.dev"
+ },
+ "record": {
+ "A": ["199.36.158.100"]
+ }
+ }
+
diff --git a/domains/authorises.json b/domains/authorises.json
new file mode 100644
index 000000000..3396108d2
--- /dev/null
+++ b/domains/authorises.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal portfolio",
+ "repo": "https://github.com/Authorises/authorises.github.io",
+ "owner": {
+ "username": "authorises",
+ "email": "authorises_alt@outlook.com"
+ },
+ "record": {
+ "CNAME": "authorises.github.io"
+ }
+}
diff --git a/domains/ave.json b/domains/ave.json
index f7afb1d3c..a288ba5e6 100644
--- a/domains/ave.json
+++ b/domains/ave.json
@@ -3,8 +3,7 @@
"repo": "https://github.com/ayvacs/ayvacs.github.io",
"owner": {
"username": "ayvacs",
- "email": "ayvacs@protonmail.com",
- "twitter": "ayvacs_"
+ "email": "ayvacs@proton.me"
},
"record": {
"CNAME": "ayvacs.github.io"
diff --git a/domains/avon.json b/domains/avon.json
new file mode 100644
index 000000000..f6246e3a8
--- /dev/null
+++ b/domains/avon.json
@@ -0,0 +1,10 @@
+{
+ "owner":{
+ "username": "avonryle",
+ "discord": "avonryle#3155",
+ "email": "avonryle@cloudteam.me"
+ },
+ "record": {
+ "CNAME": "b496390d-18ef-4629-990f-a6bb296f35d6.id.repl.co"
+ }
+}
diff --git a/domains/ax.json b/domains/ax.json
new file mode 100644
index 000000000..4fb9067e6
--- /dev/null
+++ b/domains/ax.json
@@ -0,0 +1,11 @@
+{
+ "description": "Ax's Portfolio",
+ "repo": "https://github.com/ax-a-dev",
+ "owner": {
+ "username": "ax-a-dev",
+ "email": "ax_a_dev#3122"
+ },
+ "record": {
+ "URL":"https://axdev.vercel.app"
+ }
+}
diff --git a/domains/axd.json b/domains/axd.json
new file mode 100644
index 000000000..eb11f6a16
--- /dev/null
+++ b/domains/axd.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "alexdhg",
+ "email": "me@alexdhg.com"
+ },
+ "record": {
+ "URL": "https://alexdhg.com"
+ }
+}
diff --git a/domains/axolotlextnd.json b/domains/axolotlextnd.json
new file mode 100644
index 000000000..4516c7886
--- /dev/null
+++ b/domains/axolotlextnd.json
@@ -0,0 +1,12 @@
+{
+ "description": "My personal portofolio",
+ "repo": "https://github.com/axolotlextnd/axolotlextnd.github.io",
+ "owner": {
+ "username": "axolotlextnd",
+ "email": "",
+ "discord": "Sandira#0781"
+ },
+ "record": {
+ "CNAME": "axolotlextnd.github.io"
+ }
+}
diff --git a/domains/ayush.json b/domains/ayush.json
new file mode 100644
index 000000000..54169c393
--- /dev/null
+++ b/domains/ayush.json
@@ -0,0 +1,12 @@
+{
+ "description": "My Website",
+ "repo": "https://github.com/Itzayushzz/Itzayushzz.github.io",
+ "owner": {
+ "username": "Itzayushzz",
+ "email": "",
+ "discord": "Ayush_Ezz#6057"
+ },
+ "record": {
+ "CNAME": "itzayushzz.github.io"
+ }
+}
diff --git a/domains/ayushshivaji.json b/domains/ayushshivaji.json
new file mode 100644
index 000000000..f3c9a0645
--- /dev/null
+++ b/domains/ayushshivaji.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "ayushclashroyale",
+ "email": "ayushclashroyale@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "ayushclashroyale.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/baijiu.yec.json b/domains/baijiu.yec.json
new file mode 100644
index 000000000..02420e017
--- /dev/null
+++ b/domains/baijiu.yec.json
@@ -0,0 +1,11 @@
+{
+ "description": "baijiu.yec",
+ "repo": "https://github.com/twentwo/baijiu.yec",
+ "owner": {
+ "username": "twentwo",
+ "email": "joneyee22@qq.com"
+ },
+ "record": {
+ "URL": "https://twentwo.github.io/baijiu.yec"
+ }
+}
diff --git a/domains/bast.json b/domains/bast.json
new file mode 100644
index 000000000..302ae95f6
--- /dev/null
+++ b/domains/bast.json
@@ -0,0 +1,10 @@
+{
+ "description": "Bast's Programming Blog",
+ "owner": {
+ "username": "bast0006",
+ "email": "bast@bast-development.com"
+ },
+ "record": {
+ "URL": "https://bast-development.com"
+ }
+}
diff --git a/domains/batema.json b/domains/batema.json
new file mode 100644
index 000000000..2e9225f58
--- /dev/null
+++ b/domains/batema.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "lukas-batema",
+ "email": "lukasbatema@gmail.com"
+ },
+ "record": {
+ "URL": "https://batemadevelopment.com/"
+ }
+}
diff --git a/domains/bear.json b/domains/bear.json
index b66b74ec9..9109f56fe 100644
--- a/domains/bear.json
+++ b/domains/bear.json
@@ -1,9 +1,10 @@
{
"description": "Bear's Portfolio Website",
- "repo": "https://github.com/bearts/PortFolio",
- "owner": {
- "username": "bearts",
- "email": "bearjs@protonmail.com"
+ "repo": "https://github.com/bearts/bearts.github.io",
+ "owner": {
+ "username": "bearts",
+ "email": "anujparihar@yahoo.com",
+ "twitter": "anujpflash"
},
"record": {
"CNAME": "bearts.github.io"
diff --git a/domains/bee.json b/domains/bee.json
new file mode 100644
index 000000000..ce0fa62ed
--- /dev/null
+++ b/domains/bee.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "padlocks",
+ "email": "",
+ "twitter": "WeDoBeeVibing",
+ "discord": "bee!#0001"
+ },
+ "description": "Commission website and links to my social medias.",
+ "record": {
+ "CNAME": "enbee.carrd.co"
+ }
+}
diff --git a/domains/beta.auth.json b/domains/beta.auth.json
new file mode 100644
index 000000000..e8bb2b5cd
--- /dev/null
+++ b/domains/beta.auth.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "andrewstech",
+ "email": "andrew@win11react.com"
+ },
+ "record": {
+ "A": ["199.36.158.100"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/beta.json b/domains/beta.json
new file mode 100644
index 000000000..d88dc13cb
--- /dev/null
+++ b/domains/beta.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "andrewstech",
+ "email": "andrew@win11react.com"
+ },
+ "record": {
+ "URL": "https://register.is-a.dev/"
+ }
+ }
+
diff --git a/domains/bimal.json b/domains/bimal.json
new file mode 100644
index 000000000..9f69d553d
--- /dev/null
+++ b/domains/bimal.json
@@ -0,0 +1,12 @@
+{
+ "description": "My personal website goes here",
+ "repo": "https://github.com/bimal-inc/bimal-inc.github.io",
+ "owner": {
+ "username": "bimal-inc",
+ "email": "bimalyadavemail7@gmail.com",
+ "twitter": "@bimalinc"
+ },
+ "record": {
+ "CNAME": "bimal-inc.github.io"
+ }
+}
diff --git a/domains/blast.json b/domains/blast.json
new file mode 100644
index 000000000..d83a94be7
--- /dev/null
+++ b/domains/blast.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ReBlast",
+ "email": "",
+ "discord": "Blast#9400"
+ },
+ "description": "Personal website with links to my social medias, will probably add portfolio",
+ "record": {
+ "CNAME": "reblast.github.io"
+ }
+}
diff --git a/domains/blog.alpha.json b/domains/blog.alpha.json
deleted file mode 100644
index e4325163f..000000000
--- a/domains/blog.alpha.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"repo": "https://github.com/YouFoundAlpha/blog",
- "owner": {
- "username": "YouFoundAlpha",
- "email": "",
- "twitter": "YouFoundAlpha",
- "discord": "YouFoundAlpha#5372"
- },
- "record": {
-"CNAME": "youfoundalpha.github.io"
- }
-}
diff --git a/domains/blog.terra.json b/domains/blog.terra.json
new file mode 100644
index 000000000..ca6370219
--- /dev/null
+++ b/domains/blog.terra.json
@@ -0,0 +1,12 @@
+{
+ "description": "Blog - a simple blog site/dairy for TerraPlayz! I hope to see you again.",
+ "repo": "https://github.com/terraplayz/blog-cf",
+ "owner": {
+ "username": "terraplayz",
+ "email": "github@om.is-a.dev",
+ "twitter": "DaRealOmxpro"
+ },
+ "record": {
+ "CNAME": "blog-cf-bu7.pages.dev"
+ }
+}
diff --git a/domains/brawley.json b/domains/brawley.json
index 6feea0f0a..6b0af71e8 100644
--- a/domains/brawley.json
+++ b/domains/brawley.json
@@ -5,6 +5,6 @@
"email": "tojoeleeofficial@gmail.com"
},
"record": {
- "CNAME": "brawlie.github.io"
+ "URL": "https://brawley.js.org"
}
}
diff --git a/domains/cb.json b/domains/cb.json
new file mode 100644
index 000000000..2438155ed
--- /dev/null
+++ b/domains/cb.json
@@ -0,0 +1,10 @@
+{
+ "description": "Coffeebank",
+ "owner": {
+ "username": "coffeebank",
+ "email": "coffeebank-is-a-dev@catdev.anonaddy.com"
+ },
+ "record": {
+ "URL": "https://coffeebank.github.io"
+ }
+}
diff --git a/domains/cc.json b/domains/cc.json
new file mode 100644
index 000000000..532b22dd8
--- /dev/null
+++ b/domains/cc.json
@@ -0,0 +1,12 @@
+{
+ "description": "A subdomain for iamcc.github.io",
+ "repo": "https://github.com/iamcc/iamcc.github.io",
+ "owner": {
+ "username": "iamcc",
+ "email": "sic.hcq@gmail.com",
+ "twitter": "arm_cc"
+ },
+ "record": {
+ "CNAME": "iamcc.github.io"
+ }
+}
diff --git a/domains/cdn.alpha.json b/domains/cdn.alpha.json
deleted file mode 100644
index df92732a6..000000000
--- a/domains/cdn.alpha.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"repo": "https://github.com/YouFoundAlpha/cdn",
- "owner": {
- "username": "YouFoundAlpha",
- "email": "",
- "twitter": "YouFoundAlpha",
- "discord": "YouFoundAlpha#5372"
- },
- "record": {
-"CNAME": "youfoundalpha.github.io"
- }
-}
diff --git a/domains/cdn.badboy.json b/domains/cdn.badboy.json
index eeed68a07..171a0fcb1 100644
--- a/domains/cdn.badboy.json
+++ b/domains/cdn.badboy.json
@@ -6,6 +6,6 @@
"email": "contact@mail.badboy.is-a.dev"
},
"record": {
- "CNAME": "bad-boy-codes.github.io"
+ "CNAME": "89b424b5-8e2d-4678-93a9-b793cdf6fceb.id.repl.co"
}
}
diff --git a/domains/cfp.json b/domains/cfp.json
new file mode 100644
index 000000000..b4947c1a0
--- /dev/null
+++ b/domains/cfp.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "cfpwastaken",
+ "email": "",
+ "discord": "cfp#7174"
+ },
+ "record": {
+ "CNAME": "cfp.gotdns.ch"
+ }
+}
\ No newline at end of file
diff --git a/domains/chat-with.sx9.json b/domains/chat-with.sx9.json
index ae54b7571..9fc0ab82d 100644
--- a/domains/chat-with.sx9.json
+++ b/domains/chat-with.sx9.json
@@ -1,14 +1,10 @@
-{
- "description": "SX's Discord Server",
- "repo": "https://sx-9.github.io/sx-discord-redirect",
- "owner": {
- "username": "SX-9",
- "twitter": "SX_Discord",
- "discord": "SX-Spy-Agent#1377",
- "email": "sx-91@outlook.com",
- "note": "Im Trying Some Hosting Providers For My Website So You Might Get A Lot Of Pull Requests From Me"
- },
- "record": {
- "CNAME": "sx-9.github.io"
- }
-}
+ {
+ "owner": {
+ "username": "SX-9",
+ "email": "satriakrach@gmail.com"
+ },
+ "record": {
+ "CNAME": "5b57fe59-8f17-4bdf-9ece-d8dde3f9cab0.id.repl.co"
+ }
+ }
+
diff --git a/domains/checkmate-os.sx9.json b/domains/checkmate-os.sx9.json
new file mode 100644
index 000000000..0efaa1984
--- /dev/null
+++ b/domains/checkmate-os.sx9.json
@@ -0,0 +1,13 @@
+{
+ "description": "CheckMateOS",
+ "repo": "https://sx-9.github.io/sx-web-os",
+ "owner": {
+ "username": "SX-9",
+ "twitter": "SX_Discord",
+ "discord": "SX-Spy-Agent#1377",
+ "email": "sx-91@outlook.com"
+ },
+ "record": {
+ "CNAME": "sx-9.github.io"
+ }
+}
diff --git a/domains/chenpeng.json b/domains/chenpeng.json
new file mode 100644
index 000000000..9e533ff90
--- /dev/null
+++ b/domains/chenpeng.json
@@ -0,0 +1,13 @@
+{
+ "description": "Patrick Chen's develop site",
+ "repo": "https://github.com/ChpShy/ChpShy.github.io.git",
+ "owner": {
+ "username": "chenpeng",
+ "email": "cp786156072@gmail.com",
+ "twitter": "chepy2019",
+ "discord": "Patrick Chen#9900"
+ },
+ "record": {
+ "URL": "https://chpshy.github.io/"
+ }
+}
diff --git a/domains/chloe.json b/domains/chloe.json
new file mode 100644
index 000000000..6070857fa
--- /dev/null
+++ b/domains/chloe.json
@@ -0,0 +1,12 @@
+{
+ "description": "Chloe's is-a-dev domain",
+ "repo": "https://github.com/chloeashlyn",
+ "owner": {
+ "username": "chloeashlyn",
+ "email": "",
+ "discord": "chloeashlyn#7272"
+ },
+ "record": {
+ "URL": "https://chloeashlyn.vercel.app"
+ }
+}
diff --git a/domains/cisco.json b/domains/cisco.json
new file mode 100644
index 000000000..bca5b7fcd
--- /dev/null
+++ b/domains/cisco.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "franpessoa",
+ "email": "frandevacc@gmail.com"
+ },
+ "record": {
+ "CNAME": "frandevacc.bearblog.dev"
+ }
+}
diff --git a/domains/cloud.json b/domains/cloud.json
new file mode 100644
index 000000000..e46e0cb7e
--- /dev/null
+++ b/domains/cloud.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "adarsh-goel",
+ "email": "adarsh.goel05@gmail.com"
+ },
+ "record": {
+ "CNAME": "91afb326-7cc2-4a86-bc00-49da7755a6b4.id.repl.co"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/code.sx9.json b/domains/code.sx9.json
new file mode 100644
index 000000000..b4cdb297a
--- /dev/null
+++ b/domains/code.sx9.json
@@ -0,0 +1,12 @@
+{
+ "description": "SX's VS Code On The Web",
+ "owner": {
+ "username": "SX-9",
+ "twitter": "SX_Discord",
+ "discord": "SX-Spy-Agent#1377",
+ "email": "sx-91@outlook.com"
+ },
+"record": {
+ "CNAME": "code-sx9.up.railway.app"
+ }
+}
diff --git a/domains/codewhiteweb.json b/domains/codewhiteweb.json
new file mode 100644
index 000000000..ace90f3e8
--- /dev/null
+++ b/domains/codewhiteweb.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "CodeWhiteWeb",
+ "email": "web.codewhite@gmail.com",
+ "twitter": "CodeWhiteWeb1",
+ "instagram": "CodeWhiteWeb"
+ },
+ "record": {
+ "URL": "https://codewhiteweb.cf"
+ }
+}
diff --git a/domains/conorsheehan1.json b/domains/conorsheehan1.json
new file mode 100644
index 000000000..531453482
--- /dev/null
+++ b/domains/conorsheehan1.json
@@ -0,0 +1,11 @@
+{
+ "description": "ConorSheehan1's personal website and blog",
+ "repo": "https://github.com/ConorSheehan1/ConorSheehan1.github.io",
+ "owner": {
+ "username": "ConorSheehan1",
+ "email": "conor.sheehan.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "conorsheehan1.github.io"
+ }
+}
diff --git a/domains/creve.json b/domains/creve.json
new file mode 100644
index 000000000..9b06405fc
--- /dev/null
+++ b/domains/creve.json
@@ -0,0 +1,11 @@
+{
+ "description": "My site ig",
+ "owner": {
+ "username": "Creveoolus",
+ "email": "",
+ "discord": "Creve#0727"
+ },
+ "record": {
+ "CNAME": "shielded-turnip-jvcv0g342r3gnbht5wr9tpio.herokudns.com"
+ }
+}
diff --git a/domains/crystal.json b/domains/crystal.json
new file mode 100644
index 000000000..b86f1a32a
--- /dev/null
+++ b/domains/crystal.json
@@ -0,0 +1,12 @@
+{
+ "description": "For hosting my portfolio",
+ "repo": "https://github.com/crystalbajgai/crystalbajgai.github.io",
+ "owner": {
+ "username": "crystalbajgai",
+ "email": "crystalnplol@gmail.com",
+ "twitter": "@CrystalNPYT"
+ },
+ "record": {
+ "CNAME": "crystalbajgai.github.io"
+ }
+}
diff --git a/domains/cucusise.json b/domains/cucusise.json
new file mode 100644
index 000000000..9d55e8185
--- /dev/null
+++ b/domains/cucusise.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "Cucusise",
+ "email": "cucusise@gmail.com"
+ },
+ "record": {
+ "CNAME": "cucusise.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/cycno.json b/domains/cycno.json
new file mode 100644
index 000000000..ff6543c4f
--- /dev/null
+++ b/domains/cycno.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "CYCNO",
+ "email": "daniyalchunna2@gmail.com"
+ },
+ "record": {
+ "CNAME": "cycno.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/dainfloop.json b/domains/dainfloop.json
new file mode 100644
index 000000000..59da615b2
--- /dev/null
+++ b/domains/dainfloop.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "DaInfLoop",
+ "email": "backupharoongames100@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "ea1ab2ec-071c-45d5-8455-bfdecf9fb1b1.id.repl.co"
+ }
+}
diff --git a/domains/daniel4-dev.json b/domains/daniel4-dev.json
index cde7863e7..2ac3e26c2 100644
--- a/domains/daniel4-dev.json
+++ b/domains/daniel4-dev.json
@@ -5,8 +5,6 @@
"email": "llama552621@gmail.com"
},
"record": {
- "A": [
- "52.54.56.45"
- ]
+ "CNAME": "b1a7de73-3e69-432d-91b8-cedb341d848b.id.repl.co"
}
}
diff --git a/domains/danielclarke.json b/domains/danielclarke.json
new file mode 100644
index 000000000..3e860a22f
--- /dev/null
+++ b/domains/danielclarke.json
@@ -0,0 +1,11 @@
+{
+ "description": "Daniel Clarke's website",
+ "repo": "https://github.com/DanielWilliamClarke/Cujo",
+ "owner": {
+ "username": "DanielWilliamClarke",
+ "email": "clarkit@gmail.com"
+ },
+ "record": {
+ "URL": "https://danielclarke.tech"
+ }
+}
\ No newline at end of file
diff --git a/domains/dannydandan.json b/domains/dannydandan.json
new file mode 100644
index 000000000..6aafdcde0
--- /dev/null
+++ b/domains/dannydandan.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "daanschenkel",
+ "email": "daan@daanschenkel.nl"
+ },
+ "record": {
+ "CNAME": "daanschenkel.nl"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/dano.json b/domains/dano.json
new file mode 100644
index 000000000..76e29ed6c
--- /dev/null
+++ b/domains/dano.json
@@ -0,0 +1,12 @@
+{
+ "description": "Dano's Portfolio",
+ "repo": "https://github.com/dano235/Portfolio",
+ "owner": {
+ "username": "dano235",
+ "email": "danoleet@gmail.com",
+ "discord": "dano#6811"
+ },
+ "record": {
+ "CNAME": "dano.up.railway.app"
+ }
+}
diff --git a/domains/dashboard.json b/domains/dashboard.json
new file mode 100644
index 000000000..0f287178e
--- /dev/null
+++ b/domains/dashboard.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "@is-a-dev/maintainers",
+ "email": "phenax5@gmail.com"
+ },
+
+ "record": {
+ "URL": "https://register.is-a.dev"
+ }
+}
diff --git a/domains/dehteam3.json b/domains/dehteam3.json
new file mode 100644
index 000000000..74931407b
--- /dev/null
+++ b/domains/dehteam3.json
@@ -0,0 +1,12 @@
+
+{
+ "description": "Hi, I am Thomas Aka dehteam3, I like coding, playing games",
+ "repo": "https://github.com/dehteam3/dehteam3.github.io",
+ "owner": {
+ "username": "dehteam3",
+ "email": "thomasemad2008@gmail.com"
+ },
+ "record": {
+ "CNAME": "dehteam3.github.io"
+ }
+}
diff --git a/domains/deliable.json b/domains/deliable.json
new file mode 100644
index 000000000..86994bae4
--- /dev/null
+++ b/domains/deliable.json
@@ -0,0 +1,10 @@
+{
+ "description": "hi! i am deliable, a developer. i love minecraft.",
+ "owner": {
+ "username": "Deliable",
+ "email": "rbstsoul@gmail.com"
+ },
+ "record": {
+ "CNAME": "5e125b8d47-hosting.gitbook.io"
+ }
+}
diff --git a/domains/deoxy.json b/domains/deoxy.json
new file mode 100644
index 000000000..ee3d7c750
--- /dev/null
+++ b/domains/deoxy.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "D3oxy",
+ "email": "deoxy@deoxy.tech"
+ },
+ "record": {
+ "CNAME": "new.deoxy.tech"
+ }
+}
diff --git a/domains/devin.json b/domains/devin.json
new file mode 100644
index 000000000..4586c4292
--- /dev/null
+++ b/domains/devin.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "athuldevin",
+ "email": "athuldevin@gmail.com"
+ },
+ "record": {
+ "A": ["140.238.255.16"]
+ }
+}
diff --git a/domains/dex.json b/domains/dex.json
new file mode 100644
index 000000000..5ec350973
--- /dev/null
+++ b/domains/dex.json
@@ -0,0 +1,12 @@
+{
+ "description": "Portfolio",
+ "repo": "https://github.com/thegeekdex",
+ "owner": {
+ "username": "thegeekdex",
+ "email": "",
+ "discord": "Dexter#6993"
+ },
+ "record": {
+ "CNAME": "thegeekdex.xyz"
+ }
+}
diff --git a/domains/dib.json b/domains/dib.json
index db99c50ae..1854fa38a 100644
--- a/domains/dib.json
+++ b/domains/dib.json
@@ -7,6 +7,7 @@
"twitter": "DEV_DIBSTER"
},
"record": {
- "A": ["192.95.42.74"]
+ "A": ["192.95.42.74"],
+ "TXT": "zoho-verification=zb87142129.zmverify.zoho.eu"
}
}
diff --git a/domains/dimszyxx.json b/domains/dieviel.json
similarity index 84%
rename from domains/dimszyxx.json
rename to domains/dieviel.json
index d99dca764..0deaae115 100644
--- a/domains/dimszyxx.json
+++ b/domains/dieviel.json
@@ -1,5 +1,5 @@
{
- "description": "Dimszyxx Website",
+ "description": "dieViel Website",
"owner": {
"username": "nobuyaki",
"email": "dimas2214sa@gmail.com",
diff --git a/domains/divyam.json b/domains/divyam.json
new file mode 100644
index 000000000..bc6693301
--- /dev/null
+++ b/domains/divyam.json
@@ -0,0 +1,11 @@
+{
+ "description": "Divyam's personal website",
+ "repo": "https://github.com/DivyamAhuja/divyamahuja.github.io",
+ "owner": {
+ "username": "DivyamAhuja",
+ "email": "ahujadivyam@gmail.com"
+ },
+ "record": {
+ "CNAME": "divyamahuja.github.io"
+ }
+}
diff --git a/domains/docs.json b/domains/docs.json
new file mode 100644
index 000000000..6bc7fd236
--- /dev/null
+++ b/domains/docs.json
@@ -0,0 +1,11 @@
+{
+ "description": "Documentation website for is-a-dev/register",
+ "repo": "is-a-dev/docs",
+ "owner": {
+ "username": "@is-a-dev/maintainers",
+ "email": "mahir@molai.dev"
+ },
+ "record": {
+ "URL": "https://is-a.dev/docs"
+ }
+}
diff --git a/domains/dom.json b/domains/dom.json
new file mode 100644
index 000000000..a213fd9bc
--- /dev/null
+++ b/domains/dom.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "DominicFilice",
+ "email": "dominic@filiceenterprises.com"
+ },
+ "record": {
+ "URL": "https://dsc.gg/minecraftanarchy"
+ }
+ }
+
diff --git a/domains/domin.json b/domains/domin.json
index 4efeab4f7..1e7d3ef9d 100644
--- a/domains/domin.json
+++ b/domains/domin.json
@@ -7,7 +7,7 @@
},
"record": {
"A": [
- "164.132.74.251"
+ "192.95.42.75"
]
}
-}
\ No newline at end of file
+}
diff --git a/domains/dominic.json b/domains/dominic.json
new file mode 100644
index 000000000..086a31b3c
--- /dev/null
+++ b/domains/dominic.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "mrhappyma",
+ "email": "dominic@userexe.me"
+ },
+ "record": {
+ "URL": "https://userexe.me"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/donate.gornostay25.json b/domains/donate.gornostay25.json
new file mode 100644
index 000000000..2b66adcd3
--- /dev/null
+++ b/domains/donate.gornostay25.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "gornostay25",
+ "email": "me@gornostay25.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/eax.json b/domains/eax.json
index e3af4cf06..8b49879e6 100644
--- a/domains/eax.json
+++ b/domains/eax.json
@@ -1,11 +1,11 @@
{
"description": "is-a.dev website of eaxly",
- "repo": "https://github.com/eaxly/eaxly.github.io",
+ "repo": "https://codeberg.org/eax/website",
"owner": {
"username": "eaxly",
"email": "extinctaxolotl@protonmail.com"
},
"record": {
- "CNAME": "eaxly.github.io"
+ "CNAME": "eax.codeberg.page"
}
}
diff --git a/domains/elbkr.json b/domains/elbkr.json
new file mode 100644
index 000000000..21bd783d0
--- /dev/null
+++ b/domains/elbkr.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "elbkr",
+ "email": "zaakoukiayman@gmail.com",
+ "twitter": "elbkrrr"
+ },
+ "record": {
+ "CNAME": "elbkr.github.io"
+ }
+ }
diff --git a/domains/emily.json b/domains/emily.json
new file mode 100644
index 000000000..481480df0
--- /dev/null
+++ b/domains/emily.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "EmilyLove26",
+ "email": "EmilyLove@writeme.com",
+ "discord": "Emily Love#1251",
+ "note": "Koji Redirect"
+ },
+ "description": "Redirects to my Koji Profile: https://koji.to/EmilyLove",
+ "record": {
+ "CNAME": "cnames.withkoji.com"
+ }
+}
diff --git a/domains/emofy.abku.json b/domains/emofy.abku.json
deleted file mode 100644
index 3307b3411..000000000
--- a/domains/emofy.abku.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "description": "emofy website",
- "owner": {
- "username": "abkux",
- "email": "abku@abku.xyz"
- },
- "record": {
- "CNAME": "abkux.github.io"
- }
-}
diff --git a/domains/ethan.json b/domains/ethan.json
new file mode 100644
index 000000000..ff47b39fc
--- /dev/null
+++ b/domains/ethan.json
@@ -0,0 +1,10 @@
+{
+ "owner":{
+ "username": "Darkcoder402",
+ "email": "ethanrodrigues25@gmail.com",
+ "twitter": "EthanRo97737635"
+ },
+ "record":{
+ "CNAME":"ethan-is-a-dev.tk"
+ }
+}
diff --git a/domains/ethxrnity.json b/domains/ethxrnity.json
new file mode 100644
index 000000000..1212ebfb0
--- /dev/null
+++ b/domains/ethxrnity.json
@@ -0,0 +1,12 @@
+{
+ "description": "My personal website",
+ "repo": "https://github.com/ethxrnity/ethxrnity.github.io",
+ "owner": {
+ "username": "ethxrnity",
+ "email": "ethxrnity@gmail.com",
+ "twitter": "ethxrnity"
+ },
+ "record": {
+ "CNAME": "ethxrnity.github.io"
+ }
+}
diff --git a/domains/eva.json b/domains/eva.json
new file mode 100644
index 000000000..b7ac01666
--- /dev/null
+++ b/domains/eva.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "mowatermelon",
+ "email": "neefoxmo@gmail.com"
+ },
+ "record": {
+ "URL": "https://t.iiwhy.cn/"
+ }
+ }
\ No newline at end of file
diff --git a/domains/evils.json b/domains/evils.json
new file mode 100644
index 000000000..c58083374
--- /dev/null
+++ b/domains/evils.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portofolio",
+ "repo": "https://github.com/evils7/evils7.github.io",
+ "owner": {
+ "username": "evils7",
+ "email": "info@evils.gay"
+ },
+ "record": {
+ "CNAME": "evilssite.glitch.me"
+ }
+}
diff --git a/domains/example.json b/domains/example.json
new file mode 100644
index 000000000..6ed30b9fb
--- /dev/null
+++ b/domains/example.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "MaskDuck",
+ "email": "",
+ "discord": "MaskDuck#7325"
+ },
+ "description": "This domain serve no purpose and is intended for documentation purpose.",
+ "record": {
+ "URL": "https://is-a.dev"
+ }
+}
+
diff --git a/domains/faisal.json b/domains/faisal.json
new file mode 100644
index 000000000..200413336
--- /dev/null
+++ b/domains/faisal.json
@@ -0,0 +1,12 @@
+{
+ "description": "Faisal Portfolio Website",
+ "repo": "https://github.com/faisal-fida/faisal-fida.github.io",
+ "owner": {
+ "username": "faisal-fida",
+ "email": "arainfaisal826@gmail.com",
+ "twitter": "faisalfida_4"
+ },
+ "record": {
+ "CNAME": "faisal-fida.github.io"
+ }
+}
diff --git a/domains/fallen.json b/domains/fallen.json
index 452e7453a..1be0aa1b4 100644
--- a/domains/fallen.json
+++ b/domains/fallen.json
@@ -1,5 +1,5 @@
{
- "description": "Personal site and portfolio.",
+ "description": "Website Redirect",
"repo": "https://github.com/ThingsOfFallen/Website",
"owner": {
"username": "TheFallenSpirit",
@@ -7,6 +7,6 @@
"twitter": "@FallenCodes"
},
"record": {
- "A": ["198.58.110.227"]
+ "URL": "https://fallenspirit.dev"
}
}
diff --git a/domains/fietu.json b/domains/fietu.json
new file mode 100644
index 000000000..3a249f7e9
--- /dev/null
+++ b/domains/fietu.json
@@ -0,0 +1,11 @@
+{
+ "description": "Fietu Website",
+ "repo": "https://github.com/elfietulais",
+ "owner": {
+ "username": "El Fietulais",
+ "email": "pancongusanos@gmail.com"
+ },
+ "record": {
+ "A": ["152.70.198.159"]
+ }
+ }
diff --git a/domains/florin.json b/domains/florin.json
new file mode 100644
index 000000000..34849b871
--- /dev/null
+++ b/domains/florin.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "flc995",
+ "email": "flc995@gmail.com"
+ },
+ "record": {
+ "CNAME": "flc995.github.io"
+ }
+ }
+
diff --git a/domains/frd.json b/domains/frd.json
new file mode 100644
index 000000000..4bc729000
--- /dev/null
+++ b/domains/frd.json
@@ -0,0 +1,12 @@
+{
+ "description": "frd.is-a.dev.",
+ "repo": "https://github.com/superXdev/portfolio-next",
+ "owner": {
+ "username": "superXdev",
+ "email": "fikrizhanking@gmail.com"
+ },
+ "record": {
+ "TXT": "vc-domain-verify=frd.is-a.dev,e04ccfeb28b2ba8ec702",
+ "URL": "https://fikri.vercel.app"
+ }
+}
diff --git a/domains/frost2k5.json b/domains/frost2k5.json
new file mode 100644
index 000000000..f07b37e69
--- /dev/null
+++ b/domains/frost2k5.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "FrosT2k5",
+ "email": "androygaming@protonmail.com"
+ },
+ "record": {
+ "CNAME": "frost2k5.github.io"
+ }
+}
diff --git a/domains/frostx.json b/domains/frostx.json
new file mode 100644
index 000000000..996568557
--- /dev/null
+++ b/domains/frostx.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "frostx-official",
+ "email": "denialfrostiks589@gmail.com",
+ "discord": "Frost X#6215",
+ "note": "Type in discord, i wont answer in email probably lol"
+ },
+ "description": "Making portfolio here lol.",
+ "record": {
+ "CNAME": "frostx-official.github.io"
+ }
+}
diff --git a/domains/furkancetinkaya.json b/domains/furkancetinkaya.json
new file mode 100644
index 000000000..c0acfb817
--- /dev/null
+++ b/domains/furkancetinkaya.json
@@ -0,0 +1,12 @@
+{
+ "description": "my portfolio site",
+ "repo": "https://github.com/honeybadger4768/furkancetinkaya",
+ "owner": {
+ "username": "honeybadger4768",
+ "email": "furkancetinkaya0746@gmail.com",
+ "twitter": "honeybutdev"
+ },
+ "record": {
+ "CNAME": "furkancetinkaya-me.pages.dev"
+ }
+}
diff --git a/domains/gabimaciel.json b/domains/gabimaciel.json
new file mode 100644
index 000000000..3d80ee451
--- /dev/null
+++ b/domains/gabimaciel.json
@@ -0,0 +1,18 @@
+{
+ "description": "Gabi's webpage",
+ "repo": "https://github.com/gabriel-maciel",
+ "owner": {
+ "username": "gabriel-maciel",
+ "email": "gabrielmaciel@duck.com"
+ },
+ "record": {
+ "A": [
+ "147.182.139.182"
+ ],
+ "MX": [
+ "ns1.digitalocean.com",
+ "ns2.digitalocean.com",
+ "ns3.digitalocean.com"
+ ]
+ }
+ }
diff --git a/domains/galacyber.json b/domains/galacyber.json
new file mode 100644
index 000000000..2f969f27b
--- /dev/null
+++ b/domains/galacyber.json
@@ -0,0 +1,12 @@
+{
+ "description": "My personal portofolio",
+ "repo": "https://github.com/MGalaCyber/mgalacyber.github.io",
+ "owner": {
+ "username": "MGalaCyber",
+ "email": "",
+ "discord": "GalaXd#9165"
+ },
+ "record": {
+ "CNAME": "mgalacyber.github.io"
+ }
+}
diff --git a/domains/georgee.json b/domains/georgee.json
new file mode 100644
index 000000000..174a78729
--- /dev/null
+++ b/domains/georgee.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Georgee1337",
+
+ "email": "contact@georgexv.ru"
+ },
+ "record": {
+ "URL": "https://georgexv.ru/"
+ }
+}
\ No newline at end of file
diff --git a/domains/gizzygizmo.json b/domains/gizzygizmo.json
new file mode 100644
index 000000000..124bc1894
--- /dev/null
+++ b/domains/gizzygizmo.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "NeroGizmoUwU",
+ "email": "minecraftcoolglibchannel@gmail.com"
+ },
+ "record": {
+ "CNAME": "nero-pi.duckdns.org"
+ }
+ }
+
diff --git a/domains/sages.semant.json b/domains/gnes.semant.json
similarity index 100%
rename from domains/sages.semant.json
rename to domains/gnes.semant.json
diff --git a/domains/godwin.json b/domains/godwin.json
new file mode 100644
index 000000000..abf90fd6b
--- /dev/null
+++ b/domains/godwin.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "gpproton",
+ "email": "me@godwin.dev"
+ },
+
+ "record": {
+ "CNAME": "godwin.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/gornostay25.json b/domains/gornostay25.json
index 4de2d7fc3..48cc451dc 100644
--- a/domains/gornostay25.json
+++ b/domains/gornostay25.json
@@ -1,9 +1,19 @@
{
- "owner": {
- "username": "gornostay25",
- "email": "volodia.palamar25+github@gmail.com"
- },
- "record": {
- "CNAME": "gornostay25.github.io"
- }
+ "owner":{
+ "username":"gornostay25",
+ "email":"me@gornostay25.is-a.dev"
+ },
+ "record":{
+ "A":[
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "TXT":"v=spf1 include:spf.improvmx.com ~all",
+ "MX":[
+ "mx1.improvmx.com",
+ "mx2.improvmx.com"
+ ]
+ }
}
diff --git a/domains/gxlpes.json b/domains/gxlpes.json
new file mode 100644
index 000000000..bdd53a9e8
--- /dev/null
+++ b/domains/gxlpes.json
@@ -0,0 +1,12 @@
+{
+ "description": "Website portfolio",
+ "repo": "https://github.com/gxlpes/gxlpes.github.io",
+ "owner": {
+ "username": "gxlpes",
+ "email": "guilhermxlopes@gmail.com"
+
+ },
+ "record": {
+ "CNAME": "gxlpes.github.io"
+ }
+}
diff --git a/domains/hamza.json b/domains/hamza.json
new file mode 100644
index 000000000..930529215
--- /dev/null
+++ b/domains/hamza.json
@@ -0,0 +1,11 @@
+{
+ "description": "Hamza's website",
+ "owner": {
+ "username": "hamza8bit",
+ "email": "hamzabyte@gmail.com"
+ },
+ "record": {
+ "CNAME": "hamza8bit.github.io"
+
+ }
+}
diff --git a/domains/hardik-chandan.json b/domains/hardik-chandan.json
new file mode 100644
index 000000000..a74b2cc5e
--- /dev/null
+++ b/domains/hardik-chandan.json
@@ -0,0 +1,11 @@
+{
+ "description": "This website is a link to my personal developer portfolio.",
+ "repo": "https://github.com/hardik-chandan/hardik-chandan.github.io",
+ "owner": {
+ "username": "hardik-chandan",
+ "email": "hardikchandan4231@gmail.com"
+ },
+ "record": {
+ "CNAME": "hardik-chandan.github.io"
+ }
+}
diff --git a/domains/harjakrepp.json b/domains/harjakrepp.json
new file mode 100644
index 000000000..16076dfcc
--- /dev/null
+++ b/domains/harjakrepp.json
@@ -0,0 +1,13 @@
+{
+ "description": "My personal portofolio",
+ "repo": "https://github.com/harjakrepp/harjakrepp.github.io",
+ "owner": {
+ "username": "Harjakrepp",
+ "email": "",
+ "discord": "harjacraft#2385",
+ "twitter": "@harjakrepp"
+ },
+ "record": {
+ "CNAME": "harjakrepp.github.io"
+ }
+}
diff --git a/domains/hay.json b/domains/hay.json
index 68f02077d..472aaa77d 100644
--- a/domains/hay.json
+++ b/domains/hay.json
@@ -1,11 +1,11 @@
{
"description": "RayhanADev's Website!",
- "repo": "https://github.com/rayhanadev/Personal-Website",
+ "repo": "https://github.com/rayhanadev/Personal-Website-v3",
"owner": {
"username": "rayhanadev",
"email": "rayhanadev@protonmail.com"
},
"record": {
- "URL": "http://furret.codes"
+ "CNAME": "edge.redirect.pizza"
}
}
diff --git a/domains/herckun.json b/domains/herckun.json
new file mode 100644
index 000000000..2ecdecf32
--- /dev/null
+++ b/domains/herckun.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "herckun",
+ "email": "",
+ "twitter": "herckun",
+ "discord": "herckun#2055"
+ },
+ "description" : "Personal portfolio website",
+ "record": {
+ "URL": "https://herckun.xyz"
+ }
+}
diff --git a/domains/hiro.json b/domains/hiro.json
new file mode 100644
index 000000000..d83e04528
--- /dev/null
+++ b/domains/hiro.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal website for now",
+ "repo": "https://github.com/XxHiroTTVxX",
+ "owner": {
+ "username": "XxHiroTTVxX",
+ "email": "xxhirottvxx@gmail.com",
+ "twitter": ""
+ },
+ "record": {
+ "CNAME": "incognito-20-production-9fe2.up.railway.app"
+ }
+}
diff --git a/domains/hsgamer.json b/domains/hsgamer.json
new file mode 100644
index 000000000..5a749b8d2
--- /dev/null
+++ b/domains/hsgamer.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "HSGamer",
+ "email": "huynhqtienvtag@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "hsgamer.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/hu-kaixiang.json b/domains/hu-kaixiang.json
new file mode 100644
index 000000000..3ad085a46
--- /dev/null
+++ b/domains/hu-kaixiang.json
@@ -0,0 +1,11 @@
+{
+ "description": "Hu Kaixiang's Personal Site",
+ "repo": "https://github.com/Maxhu787/g4o2-website",
+ "owner": {
+ "username": "Maxhu787",
+ "email": "maxhu787@gmail.com"
+ },
+ "record": {
+ "CNAME": "maxhu787.github.io"
+ }
+}
diff --git a/domains/hunai.json b/domains/hunai.json
new file mode 100644
index 000000000..aca426cfb
--- /dev/null
+++ b/domains/hunai.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Hunter2809",
+ "email": "auser929129@gmail.com"
+ },
+ "record": {
+ "A": [
+ "75.2.69.226"
+ ]
+ }
+}
\ No newline at end of file
diff --git a/domains/hunter.json b/domains/hunter.json
new file mode 100644
index 000000000..bc3207138
--- /dev/null
+++ b/domains/hunter.json
@@ -0,0 +1,11 @@
+{
+ "description": "Hunter Website",
+ "repo": "https://github.com/itshunterr",
+ "owner": {
+ "username": "Itshunterr",
+ "email": "itshunterr@protonmail.com"
+ },
+ "record": {
+ "A": ["185.199.108.153"]
+ }
+ }
diff --git a/domains/ida64.json b/domains/ida64.json
new file mode 100644
index 000000000..abf07e3a2
--- /dev/null
+++ b/domains/ida64.json
@@ -0,0 +1,11 @@
+{
+ "repo": "https://github.com/7v2p/7v2p.github.io",
+ "owner": {
+ "username": "7v2p",
+ "email": "",
+ "discord": "IDA#1337"
+ },
+ "record": {
+ "CNAME": "7v2p.github.io"
+ }
+}
diff --git a/domains/immails.json b/domains/immails.json
new file mode 100644
index 000000000..5e70eecc5
--- /dev/null
+++ b/domains/immails.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "ImMAils",
+ "email": "anton140315@gmail.com",
+ "discord": "I'mMAils#1238"
+ },
+ "description": "Why? To share my projects and other stuff. Like discord bot, node.js modules or even games!",
+ "record": {
+ "CNAME": "f0476060.xsph.ru"
+ }
+}
diff --git a/domains/infinity.json b/domains/infinity.json
new file mode 100644
index 000000000..382c28774
--- /dev/null
+++ b/domains/infinity.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "Infinitybeond1",
+ "email": "Infinitybeond1@protonmail.com"
+ },
+ "record": {
+ "CNAME": "1de2d007-3905-40b1-b64f-d166b367a43d.id.repl.co"
+ }
+ }
+
diff --git a/domains/instantnoodles.json b/domains/instantnoodles.json
new file mode 100644
index 000000000..bd9b9c820
--- /dev/null
+++ b/domains/instantnoodles.json
@@ -0,0 +1,12 @@
+{
+ "description": "info@instantnoodles.is-a.dev",
+ "repo": "https://github.com/NoodlesDev1/InstantNoodles-portfolio",
+ "owner": {
+ "username": "NoodlesDev1",
+ "email": "info@InstantNoodles.is-a.dev"
+ },
+ "record": {
+ "A": ["172.66.47.94", "172.66.44.162"],
+ "MX": ["mx1.improvmx.com","mx2.improvmx.com"]
+ }
+}
diff --git a/domains/iop3.json b/domains/iop3.json
deleted file mode 100644
index f7cc36336..000000000
--- a/domains/iop3.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "my website :)",
- "repo": "https://github.com/iop3/iop3.github.io",
- "owner": {
- "username": "iop3",
- "email": "iop3.is.epic@gmail.com"
- },
- "record": {
- "CNAME": "iop3.github.io"
- }
-}
diff --git a/domains/isaiahday.json b/domains/isaiahday.json
new file mode 100644
index 000000000..f56aa699d
--- /dev/null
+++ b/domains/isaiahday.json
@@ -0,0 +1,12 @@
+{
+ "description": "Isaiah08-D's personal website.",
+ "repo": "https://github.com/Isaiah08-D/isaiah08-d.github.io",
+ "owner": {
+ "username": "Isaiah08-D",
+ "email": "isaiahgrisha@gmail.com",
+ "discord": "isaiah08#6008"
+ },
+ "record": {
+ "CNAME": "isaiah08-d.github.io"
+ }
+}
diff --git a/domains/ishh.json b/domains/ishh.json
new file mode 100644
index 000000000..91fa6accb
--- /dev/null
+++ b/domains/ishh.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "AdityaOP2008",
+ "discord": "844843800874582048",
+ "email": "bw.dev@yahoo.com"
+ },
+ "record": {
+ "CNAME": "570860f7-84fb-4ecd-8aee-015227be243d.id.repl.co"
+ }
+}
diff --git a/domains/ivan.json b/domains/ivan.json
new file mode 100644
index 000000000..db731c0e7
--- /dev/null
+++ b/domains/ivan.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "174n",
+ "email": "174n@riseup.net"
+ },
+ "record": {
+ "CNAME": "alexandrov.online"
+ }
+}
\ No newline at end of file
diff --git a/domains/jacobtm.json b/domains/jacobtm.json
index dcb28dc3a..8cc0f7880 100644
--- a/domains/jacobtm.json
+++ b/domains/jacobtm.json
@@ -7,6 +7,6 @@
"twitter": "Jacob1_Tm"
},
"record": {
- "URL": "https://jacobtm.ga"
+ "URL": "https://jacobtm.tk"
}
}
diff --git a/domains/java.json b/domains/java.json
new file mode 100644
index 000000000..6fee13ed2
--- /dev/null
+++ b/domains/java.json
@@ -0,0 +1,12 @@
+{
+ "description": "Java's Website",
+ "repo": "https://github.com/javascript-void0/javascript-void0.github.io",
+ "owner": {
+ "username": "javascript-void0",
+ "email": "",
+ "discord": "Java#3865"
+ },
+ "record": {
+ "CNAME": "javascript-void0.github.io"
+ }
+}
diff --git a/domains/jay.json b/domains/jay.json
new file mode 100644
index 000000000..0988f28ee
--- /dev/null
+++ b/domains/jay.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "jaygmx",
+ "email": "j.jay@gmx.us"
+ },
+ "record": {
+ "CNAME": "jay.readthedocs.io"
+ }
+}
diff --git a/domains/jean.json b/domains/jean.json
new file mode 100644
index 000000000..2eef71801
--- /dev/null
+++ b/domains/jean.json
@@ -0,0 +1,12 @@
+{
+ "description": "A website showcasing all of Jean's work",
+ "repo": "https://github.com/EmperorJean/emperorjean.github.io",
+ "owner": {
+ "username": "emperorjean",
+ "email": "",
+ "twitter":"emperorjean_"
+ },
+ "record": {
+ "CNAME": "emperorjean.github.io"
+ }
+}
diff --git a/domains/jeydin.json b/domains/jeydin.json
index 3b8497af6..e315911da 100644
--- a/domains/jeydin.json
+++ b/domains/jeydin.json
@@ -1,8 +1,8 @@
{
"description": "I play a game called Genshin Impact",
- "repo": "https://github.com/Jeydin/jeydin.github.io",
+ "repo": "https://github.com/Jeydin21/jeydin.github.io",
"owner": {
- "username": "Jeydin",
+ "username": "Jeydin21",
"email": "JeyPham21@gmail.com",
"twitter": "Jeydin21"
},
diff --git a/domains/jimscope.json b/domains/jimscope.json
index f9201f644..80d7432b5 100644
--- a/domains/jimscope.json
+++ b/domains/jimscope.json
@@ -6,6 +6,6 @@
"email": "jimscope@protonmail.com"
},
"record": {
- "CNAME": "jimscope.github.io"
+ "CNAME": "hashnode.network"
}
}
diff --git a/domains/jinso.json b/domains/jinso.json
index 460b9f660..edbf24322 100644
--- a/domains/jinso.json
+++ b/domains/jinso.json
@@ -7,6 +7,6 @@
"twitter": "@jinsoraj"
},
"record": {
- "CNAME": "jinsoraj.eu.org"
+ "URL": "https://jinsoraj.eu.org"
}
- }
\ No newline at end of file
+ }
diff --git a/domains/jithumon.json b/domains/jithumon.json
new file mode 100644
index 000000000..4569e27e4
--- /dev/null
+++ b/domains/jithumon.json
@@ -0,0 +1,12 @@
+{
+ "description": "Jithumon's Personal Website",
+ "repo": "https://github.com/jithumon/jithumon.github.com",
+ "owner": {
+ "username": "jithumon",
+ "email": "jithumondev@gmail.com",
+ "twitter": "@Jithumatt"
+ },
+ "record": {
+ "CNAME": "jithumon.github.io"
+ }
+}
diff --git a/domains/jj.json b/domains/jj.json
index e599d5de0..56f65b367 100644
--- a/domains/jj.json
+++ b/domains/jj.json
@@ -6,7 +6,7 @@
"email": "TheBotlyNoob@gmail.com"
},
"record": {
- "A": ["35.230.85.45"],
+ "A": ["185.199.108.153", "185.199.109.153", "185.199.111.153", "185.199.110.153"],
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
diff --git a/domains/joelbobanoffline.json b/domains/joelbobanoffline.json
new file mode 100644
index 000000000..d2c2db96b
--- /dev/null
+++ b/domains/joelbobanoffline.json
@@ -0,0 +1,11 @@
+{
+ "description": "For Portfolio",
+ "repo": "https://github.com/JoelBobanOffline/JoelBobanOffline.github.io",
+ "owner": {
+ "username": "JoelBobanOffline",
+ "email": "joelboban2007@gmail.com"
+ },
+ "record": {
+ "CNAME": "joelbobanoffline.github.io"
+ }
+}
diff --git a/domains/jrdrwn.json b/domains/jrdrwn.json
new file mode 100644
index 000000000..9ec5ac297
--- /dev/null
+++ b/domains/jrdrwn.json
@@ -0,0 +1,12 @@
+{
+ "description": "For a personal website",
+ "repo": "https://github.com/jrdrwn/jrdrwn.github.io",
+ "owner": {
+ "username": "jrdrwn",
+ "email": "jordirwn@gmail.com",
+ "twitter": "_jrdrwan"
+ },
+ "record": {
+ "CNAME": "jrdrwn.github.io"
+ }
+}
diff --git a/domains/jsworld.json b/domains/jsworld.json
new file mode 100644
index 000000000..ffba7c4ad
--- /dev/null
+++ b/domains/jsworld.json
@@ -0,0 +1,12 @@
+{
+ "description": "Hello I Made project JS World - A magical world where u can learn Java Script. I dont want to use js.org subdomain.",
+ "repo": "https://js.fireurl.ga/",
+ "owner": {
+ "username": "pythoniaweb",
+ "email": "gamerciter2@gmail.com",
+ "twitter": "dont have"
+ },
+ "record": {
+ "CNAME": "pythoniaweb.github.io"
+ }
+}
diff --git a/domains/k4i0d.json b/domains/k4i0d.json
new file mode 100644
index 000000000..5177be014
--- /dev/null
+++ b/domains/k4i0d.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "kaiodcosta",
+ "email": "kaiod@riseup.net"
+ },
+ "record": {
+ "URL": "https://kaiod.icu"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/kaivalya.json b/domains/kaivalya.json
new file mode 100644
index 000000000..67b4342c2
--- /dev/null
+++ b/domains/kaivalya.json
@@ -0,0 +1,11 @@
+{
+ "description": "For my Personal Portfolio website",
+ "repo": "https://github.com/Kaivalya4/Kaivalya4.github.io",
+ "owner": {
+ "username": "Kaivalya4",
+ "email": "kt6819@yahoo.com"
+ },
+ "record": {
+ "CNAME": "Kaivalya4.github.io"
+ }
+}
diff --git a/domains/keithkhaotic.json b/domains/keithkhaotic.json
new file mode 100644
index 000000000..0dc8de9ad
--- /dev/null
+++ b/domains/keithkhaotic.json
@@ -0,0 +1,12 @@
+{
+ "description": "Keith Khaotic's personal website link",
+ "repo": "https://github.com/KeithKhaotic/KeithKhaotic.github.io",
+ "owner": {
+ "username": "KeithKhaotic",
+ "email": "keithbussyness@gmail.com",
+ "twitter": "@redrocker133"
+ },
+ "record": {
+ "CNAME": "keithkhaotic.github.io"
+ }
+}
diff --git a/domains/kekda.json b/domains/kekda.json
index 01dd1fb78..2b40ad9d8 100644
--- a/domains/kekda.json
+++ b/domains/kekda.json
@@ -1,12 +1,10 @@
{
- "description": "A description",
- "repo": "https://github.com/kekda-py/kekda-py.github.io",
"owner": {
"username": "kekda-py",
"email": "yashverma7869@gmail.com",
- "twitter": "your-twitter-username"
+ "twitter": "Yash72274544"
},
"record": {
- "CNAME": "kekdais-adev-production.up.railway.app"
+ "URL": "https://yashverma.me"
}
}
diff --git a/domains/koshikkumar17.json b/domains/koshikkumar17.json
new file mode 100644
index 000000000..bafc92bda
--- /dev/null
+++ b/domains/koshikkumar17.json
@@ -0,0 +1,21 @@
+{
+
+ "description": "My Portfolio",
+
+ "repo": "https://github.com/KoshikKumar17/KoshikKumar17.github.io",
+
+ "owner": {
+
+ "username": "koshikkumar17",
+
+ "email": "cw4rriors17@gmail.com"
+
+ },
+
+ "record": {
+
+ "URL": "https://koshikkumar17.github.io/home"
+
+ }
+
+}
diff --git a/domains/kpopiui.json b/domains/kpopiui.json
new file mode 100644
index 000000000..92ef2be26
--- /dev/null
+++ b/domains/kpopiui.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "Zeor154",
+ "email": "driop12bu@gmail.com"
+ },
+ "record": {
+ "A": ["45.140.141.88"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/kr-tukimi.json b/domains/kr-tukimi.json
index f217fd6d1..8ccc1d738 100644
--- a/domains/kr-tukimi.json
+++ b/domains/kr-tukimi.json
@@ -5,6 +5,6 @@
"twitter": "kr_tukimi"
},
"record": {
- "URL": "https://kr-tukimi.com"
+ "URL": "https://tuki.dev"
}
-}
\ No newline at end of file
+}
diff --git a/domains/krix.json b/domains/krix.json
index 6da0c8a17..a00d3cdfc 100644
--- a/domains/krix.json
+++ b/domains/krix.json
@@ -5,11 +5,6 @@
"email": "kristjan.kocevar89@gmail.com"
},
"record": {
- "A": ["35.186.245.55"],
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ "CNAME": "krix12.github.io"
}
}
diff --git a/domains/kukikop.json b/domains/kukikop.json
new file mode 100644
index 000000000..bc57f3884
--- /dev/null
+++ b/domains/kukikop.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "Zeor154",
+ "email": "driop12bu@gmail.com"
+ },
+ "record": {
+ "A": ["45.130.141.88"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/laker.json b/domains/laker.json
new file mode 100644
index 000000000..17cc7d4bd
--- /dev/null
+++ b/domains/laker.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "lxjv",
+ "email": "hey@laker.tech"
+ },
+ "record": {
+ "CNAME": "laker.omg.lol"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/leha.json b/domains/leha.json
new file mode 100644
index 000000000..c553c7f8f
--- /dev/null
+++ b/domains/leha.json
@@ -0,0 +1,12 @@
+{
+ "description": "Leha's little part of the web",
+ "repo": "https://github.com/leha-code/leha-code.github.io",
+ "owner": {
+ "username": "leha-code",
+ "email": "pezleha@duck.com",
+ "twitter" : "pezleha2"
+ },
+ "record": {
+ "CNAME": "leha-code.github.io"
+ }
+}
diff --git a/domains/levani.json b/domains/levani.json
new file mode 100644
index 000000000..de5c18571
--- /dev/null
+++ b/domains/levani.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "LevaniVashadze",
+ "email": "vashadzelevani11@gmail.com"
+ },
+ "record": {
+ "CNAME": "LevaniVashadze.github.io"
+ }
+}
diff --git a/domains/lime360.json b/domains/lime360.json
new file mode 100644
index 000000000..ecea5243c
--- /dev/null
+++ b/domains/lime360.json
@@ -0,0 +1,14 @@
+{
+ "owner": {
+ "username": "lime360",
+ "email": "emeraldlime@protonmail.com",
+ "mastodon": "lime360@meow.social",
+ "discord": "lime360#3291"
+ },
+
+ "description": "my website",
+ "repo": "https://github.com/lime360/lime360.github.io",
+ "record": {
+ "CNAME": "lime360.github.io"
+ }
+}
diff --git a/domains/link.alpha.json b/domains/link.alpha.json
deleted file mode 100644
index ae11706fb..000000000
--- a/domains/link.alpha.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-"repo": "https://github.com/YouFoundAlpha/link",
- "owner": {
- "username": "YouFoundAlpha",
- "email": "",
- "twitter": "YouFoundAlpha",
- "discord": "YouFoundAlpha#5372"
- },
- "record": {
-"CNAME": "youfoundalpha.github.io"
- }
-}
diff --git a/domains/lintahtorrents.json b/domains/lintahtorrents.json
new file mode 100644
index 000000000..89d0345a3
--- /dev/null
+++ b/domains/lintahtorrents.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "meritocrazy",
+ "email": "lunatic@tuta.io"
+ },
+ "record": {
+ "CNAME": "drives.labor.workers.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/linusx.json b/domains/linusx.json
new file mode 100644
index 000000000..1481a711e
--- /dev/null
+++ b/domains/linusx.json
@@ -0,0 +1,11 @@
+{
+ "description": "Just my personal website, static on github pages. Generated with hugo",
+ "repo": "https://github.com/linuzzx/linuzzx.github.io",
+ "owner": {
+ "username": "linuzzx",
+ "email": "galaxylinus@gmail.com"
+ },
+ "record": {
+ "CNAME": "linuzzx.github.io"
+ }
+}
diff --git a/domains/live.preview.beta.json b/domains/live.preview.beta.json
new file mode 100644
index 000000000..b25729d94
--- /dev/null
+++ b/domains/live.preview.beta.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "is-a-dev-bot",
+ "email": "is-a-dev@win11react.com"
+ },
+
+ "record": {
+ "A": ["140.238.66.199"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/lknows.json b/domains/lknows.json
new file mode 100644
index 000000000..3b62ab641
--- /dev/null
+++ b/domains/lknows.json
@@ -0,0 +1,15 @@
+
+ {
+ "description": "Link for lknow's personal site on GitHub pages",
+ "repo": "https://github.com/lknows/lknows.github.io/",
+ "owner": {
+ "username": "lknows",
+ "email": "easyg53@gmail.com",
+ "discord": "Ne bije al' ubija u pojam#2020"
+ },
+
+ "record": {
+ "CNAME": "lknows.github.io"
+ }
+ }
+
diff --git a/domains/logan.json b/domains/logan.json
new file mode 100644
index 000000000..f2451dffc
--- /dev/null
+++ b/domains/logan.json
@@ -0,0 +1,12 @@
+{
+ "description": "LoganTheDudeRox's custom development website.",
+ "repo": "https://github.com/LoganLikesToCode/LoganLikesToCode.github.io",
+ "owner": {
+ "username": "LoganLikesToCode",
+ "email": "logantheduderox@gmail.com",
+ "twitter": "LoganTheDudeRox"
+ },
+ "record": {
+ "CNAME": "LoganLikesToCode.github.io"
+ }
+}
diff --git a/domains/lonelil.json b/domains/lonelil.json
new file mode 100644
index 000000000..84bfec106
--- /dev/null
+++ b/domains/lonelil.json
@@ -0,0 +1,12 @@
+{
+ "description": "This will be used for my portfolio.",
+ "repo": "https://github.com/lonelil/lonelil.github.io",
+ "owner": {
+ "username": "lonelil",
+ "discord": "lonelil#0001",
+ "email": ""
+ },
+ "record": {
+ "CNAME": "lonelil.github.io"
+ }
+}
diff --git a/domains/luistena.json b/domains/luistena.json
new file mode 100644
index 000000000..43a8fa800
--- /dev/null
+++ b/domains/luistena.json
@@ -0,0 +1,12 @@
+{
+ "description": "Luis Tena's portfolio",
+ "repo": "https://github.com/devluist/devluist.github.io",
+ "owner": {
+ "username": "devluist",
+ "email": "des.luistena@hotmail.com",
+ "twitter": "dev_luist"
+ },
+ "record": {
+ "CNAME": "devluist.github.io"
+ }
+}
diff --git a/domains/lukas.json b/domains/lukas.json
new file mode 100644
index 000000000..ac09576f3
--- /dev/null
+++ b/domains/lukas.json
@@ -0,0 +1,12 @@
+{
+ "description": "Lukas' Developer Page!",
+ "repo": "https://github.com/lukpopp0/lukpopp0.github.io",
+ "owner": {
+ "username": "LukPopp0",
+ "email": "luk.popp0@gmail.com",
+ "twitter": "@LukPopp0"
+ },
+ "record": {
+ "CNAME": "lukpopp0.github.io"
+ }
+}
diff --git a/domains/lunah.json b/domains/lunah.json
index 065644bc6..f5a8b21af 100644
--- a/domains/lunah.json
+++ b/domains/lunah.json
@@ -6,6 +6,6 @@
"email": "lunah@lunahdev.ml"
},
"record": {
- "A": ["5.161.46.209"]
+ "A": ["62.171.160.186"]
}
}
diff --git a/domains/lyertia.json b/domains/lyertia.json
index 433c615c3..076036b64 100644
--- a/domains/lyertia.json
+++ b/domains/lyertia.json
@@ -6,6 +6,6 @@
"email": "camahmut7@gmail.com"
},
"record": {
- "URL": "https://lyertia.me"
+ "TXT": "vc-domain-verify=lyertia.is-a.dev,f457c36e042417f3ab7f"
}
}
diff --git a/domains/m4hbod.json b/domains/m4hbod.json
new file mode 100644
index 000000000..4e57e4235
--- /dev/null
+++ b/domains/m4hbod.json
@@ -0,0 +1,13 @@
+{
+ "description": "M4hbod's .is-a.dev domain",
+ "repo": "https://github.com/M4hbod/m4hbod.github.io",
+ "owner": {
+ "username": "M4hbod",
+ "email": "m4hbod@proton.me",
+ "telegram": "M4hbod",
+ "discord": "M4hbod#1615"
+ },
+ "record": {
+ "CNAME": "m4hbod.github.io"
+ }
+}
diff --git a/domains/macos.notaperson535.json b/domains/macos.notaperson535.json
new file mode 100644
index 000000000..ab1b08fc4
--- /dev/null
+++ b/domains/macos.notaperson535.json
@@ -0,0 +1,11 @@
+{
+ "description": "A macOS recreation in HTML",
+ "repo": "https://github.com/notAperson535/macOS-HTML",
+ "owner": {
+ "username": "notAperson535",
+ "email": "notAperson939@gmail.com"
+ },
+ "record": {
+ "CNAME": "notAperson535.github.io"
+ }
+}
diff --git a/domains/minmitalso.json b/domains/mail.minmit.json
similarity index 100%
rename from domains/minmitalso.json
rename to domains/mail.minmit.json
diff --git a/domains/mail.sx9.json b/domains/mail.sx9.json
new file mode 100644
index 000000000..18e887738
--- /dev/null
+++ b/domains/mail.sx9.json
@@ -0,0 +1,13 @@
+{
+ "description": "SX's Email",
+ "repo": "https://sx9.is-a.dev",
+ "owner": {
+ "discord": "SX-Spy-Agent#1377",
+ "email": "sx-91@outlook.com",
+ "username": "SX-9"
+ },
+ "record": {
+ "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" ],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/makhbaz.json b/domains/makhbaz.json
new file mode 100644
index 000000000..2536652d2
--- /dev/null
+++ b/domains/makhbaz.json
@@ -0,0 +1,12 @@
+{
+ "description": "Makhbaz's .is-a.dev domain",
+ "repo": "https://github.com/Makhbaz/makhbaz.github.io",
+ "owner": {
+ "username": "Makhbaz",
+ "email": "makhbaz@proton.me",
+ "telegram": "Makhbaz"
+ },
+ "record": {
+ "CNAME": "makhbaz.github.io"
+ }
+}
diff --git a/domains/malware.json b/domains/malware.json
new file mode 100644
index 000000000..d49069f09
--- /dev/null
+++ b/domains/malware.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "themalware",
+ "email": "daredevil.vikrant@gmail.com"
+ },
+ "record": {
+ "URL": "https://themalware.tk"
+ }
+}
diff --git a/domains/maskduck.json b/domains/maskduck.json
index b080ca967..d4b41187b 100644
--- a/domains/maskduck.json
+++ b/domains/maskduck.json
@@ -10,6 +10,6 @@
"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"
+ "CNAME": "maskduck.pages.dev"
}
}
diff --git a/domains/mc.daniel.json b/domains/mc.daniel.json
new file mode 100644
index 000000000..23dcf599c
--- /dev/null
+++ b/domains/mc.daniel.json
@@ -0,0 +1,13 @@
+{
+ "description": "2b2t Minecraft proxy",
+
+ "owner": {
+ "username": "hackermondev",
+ "email": "isadev@daniel.is-a.dev",
+ "twitter": "hackermondev"
+ },
+
+ "record": {
+ "A": ["44.203.172.179"]
+ }
+}
diff --git a/domains/mczgodpiggy.json b/domains/mczgodpiggy.json
new file mode 100644
index 000000000..7369438f5
--- /dev/null
+++ b/domains/mczgodpiggy.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "Mczgodpiggy",
+ "email": "aukoeh@gmail.com"
+ },
+ "record": {
+ "CNAME": "947fd546-46f4-480c-b971-ca2b663c54d8.id.repl.co"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/mega-lag.sx9.json b/domains/mega-lag.sx9.json
new file mode 100644
index 000000000..475e56e55
--- /dev/null
+++ b/domains/mega-lag.sx9.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "SX-9",
+ "email": "satriakrach@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "sx-9.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/micorksen.json b/domains/micorksen.json
new file mode 100644
index 000000000..958f6d2db
--- /dev/null
+++ b/domains/micorksen.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Micorksen",
+ "email": "hello@micorksen.eu",
+ "twitter": "Micorksen",
+ "discord": "Micorksen#2022"
+ },
+ "record": {
+ "URL": "https://micorksen.eu"
+ }
+}
diff --git a/domains/mineek.json b/domains/mineek.json
new file mode 100644
index 000000000..3cb4c189b
--- /dev/null
+++ b/domains/mineek.json
@@ -0,0 +1,12 @@
+{
+ "description": "My personal website",
+ "repo": "https://github.com/mineek/mineek.github.io",
+ "owner": {
+ "username": "mineek",
+ "email": "",
+ "discord": "Mineek#6323"
+ },
+ "record": {
+ "CNAME": "mineek.github.io"
+ }
+}
\ No newline at end of file
diff --git a/domains/miraclecherrypie.json b/domains/miraclecherrypie.json
new file mode 100644
index 000000000..ed7bb0057
--- /dev/null
+++ b/domains/miraclecherrypie.json
@@ -0,0 +1,11 @@
+{
+ "description": "My personal website goes here",
+ "repo": "https://github.com/MiracleCherryPie/miraclecherrypie.github.io",
+ "owner": {
+ "username": "MiracleCherryPie",
+ "email": "christianpandapotans@gmail.com"
+ },
+ "record": {
+ "CNAME": "miraclecherrypie.github.io"
+ }
+}
diff --git a/domains/mkk.json b/domains/mkk.json
new file mode 100644
index 000000000..c85123d13
--- /dev/null
+++ b/domains/mkk.json
@@ -0,0 +1,11 @@
+{
+ "description": "portfolio | Urinx",
+ "repo": "https://github.com/urinx/urinx.github.io",
+ "owner": {
+ "username": "maokangkun",
+ "email": "uri.lqy@gmail.com"
+ },
+ "record": {
+ "CNAME": "urinx.github.io"
+ }
+}
diff --git a/domains/morning3tar.json b/domains/morning3tar.json
new file mode 100644
index 000000000..ca5e16d67
--- /dev/null
+++ b/domains/morning3tar.json
@@ -0,0 +1,11 @@
+{
+ "description": "Morning3tar Personal Website",
+ "owner": {
+ "username": "morning3tar",
+ "email": "",
+ "discord": "Morning3tar#7388"
+ },
+ "record": {
+ "CNAME": "glitch.edgeapp.net"
+ }
+}
diff --git a/domains/muheko.json b/domains/muheko.json
new file mode 100644
index 000000000..94b5ccf9a
--- /dev/null
+++ b/domains/muheko.json
@@ -0,0 +1,12 @@
+{
+ "description": "My Personal Landing Page!",
+ "repo": "https://github.com/MuhekoNikolas/p3",
+ "owner": {
+ "username": "MuhekoNikolas",
+ "email": "13nikolusmuheko@gmail.com",
+ "twitter": "@MuhekoNikolas"
+ },
+ "record": {
+ "CNAME": "muhekonikolas.github.io"
+ }
+}
diff --git a/domains/mystpi.json b/domains/mystpi.json
deleted file mode 100644
index 184f36055..000000000
--- a/domains/mystpi.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "My personal homepage.",
- "repo": "https://mystpi.glitch.me/",
- "owner": {
- "username": "MystPi",
- "email": "blaunoah@gmail.com"
- },
- "record": {
- "CNAME": "glitch.edgeapp.net"
- }
-}
diff --git a/domains/mythsman.json b/domains/mythsman.json
new file mode 100644
index 000000000..6ba26aaef
--- /dev/null
+++ b/domains/mythsman.json
@@ -0,0 +1,11 @@
+{
+ "description": "Mythsman's personal site",
+ "repo": "https://github.com/mythsman",
+ "owner": {
+ "username": "mythsman",
+ "email": "mythsman@foxmail.com"
+ },
+ "record": {
+ "URL": "https://blog.mythsman.com"
+ }
+}
diff --git a/domains/natya.json b/domains/natya.json
new file mode 100644
index 000000000..366609af4
--- /dev/null
+++ b/domains/natya.json
@@ -0,0 +1,12 @@
+{
+ "description": "My Portfolio Website",
+ "repo": "https://github.com/studiousgamer/studiousgamer.github.io",
+ "owner": {
+ "username": "studiousgamer",
+ "email": "natyavidhanbiswas10@gmail.com",
+ "twitter": "GamerStudious"
+ },
+ "record": {
+ "CNAME": "studiousgamer.github.io"
+ }
+}
diff --git a/domains/neranjana.json b/domains/neranjana.json
new file mode 100644
index 000000000..55a2b16dd
--- /dev/null
+++ b/domains/neranjana.json
@@ -0,0 +1,11 @@
+{
+ "description": "Neranjana's is-a.dev subdomain",
+ "repo": "https://github.com/NandiyaLive/is-a-dev",
+ "owner": {
+ "username": "NandiyaLive",
+ "email": "neranjanaprsd@gmail.com"
+ },
+ "record": {
+ "URL": "https://neranjana.tk"
+ }
+}
diff --git a/domains/nexus.json b/domains/nexus.json
new file mode 100644
index 000000000..7808ec6e6
--- /dev/null
+++ b/domains/nexus.json
@@ -0,0 +1,11 @@
+{
+ "description": "Nexus.is-a.dev",
+ "repo": "https://github.com/Nexzon/nexzon.github.io",
+ "owner": {
+ "username": "Nexus",
+ "email": "uvraysxc@gmail.com"
+ },
+ "record": {
+ "CNAME": "Nexzon.github.io"
+ }
+}
diff --git a/domains/nico.json b/domains/nico.json
new file mode 100644
index 000000000..7d1885fad
--- /dev/null
+++ b/domains/nico.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal Website",
+ "repo": "https://github.com/NicoGaming77/NicoGaming77.github.io",
+ "owner": {
+ "username": "NicoGaming77",
+ "email": "nicodreyer7@icloud.com",
+ "discord": "nicosnico#7674"
+ },
+ "record": {
+ "CNAME": "NicoGaming77.github.io"
+ }
+}
diff --git a/domains/nikolas.json b/domains/nikolas.json
new file mode 100644
index 000000000..c5fb5b368
--- /dev/null
+++ b/domains/nikolas.json
@@ -0,0 +1,12 @@
+{
+ "description": "My Personal Landing Page!",
+ "repo": "https://github.com/MuhekoNikolas/p2",
+ "owner": {
+ "username": "MuhekoNikolas",
+ "email": "13nikolusmuheko@gmail.com",
+ "twitter": "@MuhekoNikolas"
+ },
+ "record": {
+ "CNAME": "muhekonikolas.github.io"
+ }
+}
diff --git a/domains/nikolus.json b/domains/nikolus.json
new file mode 100644
index 000000000..3963ef385
--- /dev/null
+++ b/domains/nikolus.json
@@ -0,0 +1,12 @@
+{
+ "description": "My Personal Landing Page!",
+ "repo": "https://github.com/MuhekoNikolas/MuhekoNikolas.github.io",
+ "owner": {
+ "username": "MuhekoNikolas",
+ "email": "13nikolusmuheko@gmail.com",
+ "twitter": "@MuhekoNikolas"
+ },
+ "record": {
+ "CNAME": "muhekonikolas.github.io"
+ }
+}
diff --git a/domains/nine.json b/domains/nine.json
index cead71201..dca4dedd8 100644
--- a/domains/nine.json
+++ b/domains/nine.json
@@ -2,13 +2,7 @@
"description": "A passionate Back and Front-end Developer 🚀 Having An Experience Of Building Web And Discord Bots With JavaScript / HTML / CSS / Nodejs / Python And Some Other Cool Libraries And Frameworks.",
"repo": "https://github.com/ninelel",
"record": {
- "A": [
- "23.185.16.239"
- ],
- "MX": [
- "mx1.improvmx.com",
- "mx2.improvmx.com"
- ]
+ "CNAME": "nineis-adev-production.up.railway.app"
},
"owner": {
"username": "NineLEL",
diff --git a/domains/notify-api.json b/domains/notify-api.json
new file mode 100644
index 000000000..8744f3af0
--- /dev/null
+++ b/domains/notify-api.json
@@ -0,0 +1,12 @@
+
+ {
+ "repo" :"https://github.com/andrewstech/notify-api",
+ "owner": {
+ "username": "andrewstech",
+ "email": "andrew@win11react.com"
+ },
+ "record": {
+ "A": ["140.238.66.199"]
+ }
+ }
+
diff --git a/domains/nyan.json b/domains/nyan.json
new file mode 100644
index 000000000..2320dfa1e
--- /dev/null
+++ b/domains/nyan.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "aeongdesu",
+ "email": "",
+ "revolt": "@Nyan",
+ "discord": "Bread#2635",
+ "note": "discord id: 548821619661864962"
+ },
+ "record": {
+ "CNAME": "ppy.pages.dev"
+ }
+}
diff --git a/domains/oleksa.json b/domains/oleksa.json
new file mode 100644
index 000000000..b9d94fe20
--- /dev/null
+++ b/domains/oleksa.json
@@ -0,0 +1,11 @@
+{
+ "description": "Oleksa's personal portfolio pagee",
+ "repo": "https://github.com/angelofallars/angelofallars.github.io/",
+ "owner": {
+ "username": "oleksa15",
+ "email": "oleksaa.ua@gmail.com"
+ },
+ "record": {
+ "CNAME": "oleksa15.github.io"
+ }
+}
diff --git a/domains/om.json b/domains/om.json
deleted file mode 100644
index 329c4adaf..000000000
--- a/domains/om.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "description": "Portfolio - a simple portfolio website for Omxpro. It's in Beta Stages. Thanks for visiting my Portfolio! I hope to see you again.",
- "repo": "https://github.com/omxpro/omxpro.github.io",
- "owner": {
- "username": "omxpro",
- "email": "omsenjalia@gmail.com",
- "twitter": "DaRealOmxpro"
- },
- "record": {
- "A": ["198.27.83.178"],
- "A": ["192.95.42.74"],
- "A": ["15.235.140.225"],
- "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
- }
-}
diff --git a/domains/onichan.json b/domains/onichan.json
deleted file mode 100644
index 189c2ecb3..000000000
--- a/domains/onichan.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "onichan's plugins. what can i say?",
- "repo": "https://github.com/rbstsoul",
- "owner": {
- "username": "rbstsoul",
- "email": "rbstsoul@gmail.com"
- },
- "record": {
- "CNAME": "readthedocs.io"
- }
-}
diff --git a/domains/opaayush.json b/domains/opaayush.json
new file mode 100644
index 000000000..4026f1a16
--- /dev/null
+++ b/domains/opaayush.json
@@ -0,0 +1,12 @@
+{
+ "description": "Aayu5h's Portfolio Website",
+ "repo": "https://github.com/OpAayush/opaayush.github.io",
+ "owner": {
+ "username": "OpAayush",
+ "email": "aayushmagrawal@gmail.com",
+ "discord": "Aayu5h#1737"
+ },
+ "record": {
+ "CNAME": "opaayush.github.io"
+ }
+}
diff --git a/domains/mousemoosz.json b/domains/orestsaban.json
similarity index 57%
rename from domains/mousemoosz.json
rename to domains/orestsaban.json
index e18c837ff..18ae16395 100644
--- a/domains/mousemoosz.json
+++ b/domains/orestsaban.json
@@ -1,8 +1,8 @@
{
- "description": "For my website",
+ "description": "My personality web page",
"owner": {
- "username": "MouseMoosz",
- "email": "mousemoosz@protonmail.com"
+ "username": "OrestSaban",
+ "email": "OrestSaban@OrestSaban.is-a.dev"
},
"record": {
"A": [
@@ -14,7 +14,6 @@
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
- ],
- "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ ]
}
}
diff --git a/domains/patrick.json b/domains/patrick.json
new file mode 100644
index 000000000..91fa2b4c4
--- /dev/null
+++ b/domains/patrick.json
@@ -0,0 +1,11 @@
+{
+ "description": "Have a look to my web site please ;-;",
+ "repo": "https://github.com/PatrickChoDev",
+ "owner": {
+ "username": "PatrickChoDev",
+ "email": "devpatrick.cho@gmail.com"
+ },
+ "record": {
+ "A": ["140.83.36.254"]
+ }
+}
diff --git a/domains/pay2gornostay25.json b/domains/pay.gornostay25.json
similarity index 72%
rename from domains/pay2gornostay25.json
rename to domains/pay.gornostay25.json
index d8972af28..e884103ae 100644
--- a/domains/pay2gornostay25.json
+++ b/domains/pay.gornostay25.json
@@ -1,7 +1,7 @@
{
"owner": {
"username": "gornostay25",
- "email": "volodia.palamar25+github@gmail.com"
+ "email": "me@gornostay25.is-a.dev"
},
"record": {
"CNAME": "d3ef8e32-cbba-4a23-a450-08aa46054a6b.repl.co"
diff --git a/domains/pemtshewang.json b/domains/pemtshewang.json
new file mode 100644
index 000000000..f070b9552
--- /dev/null
+++ b/domains/pemtshewang.json
@@ -0,0 +1,12 @@
+{
+ "description": "The subdomain will be used for my github portfolio :)",
+ "repo": "https://github.com/pemtshewang/pemtshewang.github.io",
+ "owner": {
+ "username": "pemtshewang",
+ "email": "pemtshewang500@gmail.com",
+ "twitter": "pemtshewang_4"
+ },
+ "record": {
+ "CNAME": "pemtshewang.github.io"
+ }
+}
diff --git a/domains/philcajurao.json b/domains/philcajurao.json
new file mode 100644
index 000000000..fb8158e0a
--- /dev/null
+++ b/domains/philcajurao.json
@@ -0,0 +1,11 @@
+{
+ "description": "my firstime here and for my portfolio website",
+ "repo": "https://github.com/philcajurao/philcajurao.github.io",
+ "owner": {
+ "username": "philcajurao",
+ "email": "philcajurao@gmail.com"
+ },
+ "record": {
+ "CNAME": "philcajurao.github.io"
+ }
+}
diff --git a/domains/pixelgeek.json b/domains/pixelgeek.json
new file mode 100644
index 000000000..97cf04944
--- /dev/null
+++ b/domains/pixelgeek.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "pixelgeek",
+ "email": "pixelgeek@intel.com"
+ },
+ "record": {
+ "CNAME": "pixelgeek.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/preview.beta.json b/domains/preview.beta.json
new file mode 100644
index 000000000..5f14074df
--- /dev/null
+++ b/domains/preview.beta.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "andrewstech",
+ "email": "andrew@win11react.com"
+ },
+ "record": {
+ "CNAME": "is-a-dev-bot.github.io"
+ }
+ }
+
diff --git a/domains/proxy.json b/domains/proxy.json
new file mode 100644
index 000000000..450416a95
--- /dev/null
+++ b/domains/proxy.json
@@ -0,0 +1,11 @@
+{
+ "description": "Ultraviolet proxy",
+ "repo": "https://github.com/notAperson535/Ultraviolet-Static",
+ "owner": {
+ "username": "notAperson535",
+ "email": "notAperson939@gmail.com"
+ },
+ "record": {
+ "CNAME": "notAperson535.github.io"
+ }
+}
diff --git a/domains/proxzima.json b/domains/proxzima.json
new file mode 100644
index 000000000..3923d8f25
--- /dev/null
+++ b/domains/proxzima.json
@@ -0,0 +1,13 @@
+{
+ "description": "Describe the use of this subdomain",
+ "repo": "https://github.com/PROxZIMA/proxzima.github.io",
+ "owner": {
+ "username": "PROxZIMA",
+ "email": "pratikbpingale9075@gmail.com",
+ "twitter": "pro_x_zima",
+ "discord": "PROxZIMA#7272"
+ },
+ "record": {
+ "CNAME": "proxzima.github.io"
+ }
+}
diff --git a/domains/prryplatypus.json b/domains/prryplatypus.json
new file mode 100644
index 000000000..06f1dda9f
--- /dev/null
+++ b/domains/prryplatypus.json
@@ -0,0 +1,11 @@
+{
+ "repo": "https://github.com/prryplatypus",
+ "owner": {
+ "username": "prryplatypus",
+ "email": "",
+ "twitter": "prryplatypus"
+ },
+ "record": {
+ "CNAME": "prryplatypus.dev"
+ }
+ }
diff --git a/domains/psicmi.json b/domains/psicmi.json
new file mode 100644
index 000000000..fbd9410f4
--- /dev/null
+++ b/domains/psicmi.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "psicmi",
+ "email": "hello@psicmi.party"
+ },
+ "record": {
+ "CNAME": "psicmi-party.github.io"
+ }
+}
diff --git a/domains/pybash.json b/domains/pybash.json
deleted file mode 100644
index 76b0cfea3..000000000
--- a/domains/pybash.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "PyBash's Personal Website",
- "repo": "https://github.com/pybash1",
- "owner": {
- "username": "pybash1",
- "email": "dontwanttotell@privacy.com"
- },
- "record": {
- "URL":"https://pybash.vercel.app"
- }
-}
diff --git a/domains/radar.json b/domains/radar.json
new file mode 100644
index 000000000..6db2b0aa7
--- /dev/null
+++ b/domains/radar.json
@@ -0,0 +1,13 @@
+{
+ "description": "Radar's personal developer website",
+ "repo": "https://github.com/RadarFolf/CaseyK9",
+ "owner": {
+ "username": "CaseyK9",
+ "email": "rocco@caseymediallc.com",
+ "twitter": "RadarFolf",
+ "discord": "Radar#0001"
+ },
+ "record": {
+ "CNAME": "caseymediallc.com"
+ }
+}
diff --git a/domains/rafsan.json b/domains/rafsan.json
new file mode 100644
index 000000000..b992037bb
--- /dev/null
+++ b/domains/rafsan.json
@@ -0,0 +1,11 @@
+{
+ "description": "Github Portfolio of rafsan",
+ "repo": "https://github.com/htrafsan/htrafsan.github.io",
+ "owner": {
+ "username": "htrafsan",
+ "email": "rafsanoff@gmail.com"
+ },
+ "record": {
+ "CNAME": "htrafsan.github.io"
+ }
+}
diff --git a/domains/raiden.json b/domains/raiden.json
new file mode 100644
index 000000000..d7e66a0e8
--- /dev/null
+++ b/domains/raiden.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "raiden076",
+ "email": "arkapravodas99@gmail.com"
+ },
+ "record": {
+ "A": ["144.24.145.70"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/raiven.json b/domains/raiven.json
new file mode 100644
index 000000000..8747e1e50
--- /dev/null
+++ b/domains/raiven.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "rdvntpkky",
+ "email": "ridvantopakkaya@hotmail.com"
+ },
+
+ "record": {
+ "A": ["193.31.116.116"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/raka.json b/domains/raka.json
new file mode 100644
index 000000000..ae55c1618
--- /dev/null
+++ b/domains/raka.json
@@ -0,0 +1,12 @@
+{
+ "owner": {
+ "username": "rahulkarda",
+ "email": "rahulkarda2002@gmail.com",
+ "discord": "rk02#1553",
+ "note": "I'm open to connect with developers for collaborations."
+ },
+ "description": "Landing page of RakaCreativeContent Organization",
+ "record": {
+ "CNAME": "rakacreativecontent.github.io"
+ }
+}
diff --git a/domains/ravana.json b/domains/ravana.json
new file mode 100644
index 000000000..261625a4e
--- /dev/null
+++ b/domains/ravana.json
@@ -0,0 +1,12 @@
+{
+ "description": "Ravana FM",
+ "repo": "https://ravana69.github.io/mainpage",
+ "owner": {
+ "username": "ravana69",
+ "email": "",
+ "twitter": "hornyravana>"
+ },
+ "record": {
+ "CNAME": "ravana.github.io"
+ }
+}
diff --git a/domains/rawir.json b/domains/rawir.json
new file mode 100644
index 000000000..835551f5c
--- /dev/null
+++ b/domains/rawir.json
@@ -0,0 +1,12 @@
+{
+ "description": "Rawir's website",
+ "repo": "https://github.com/Rawiros/rawiros.github.io",
+ "owner": {
+ "username": "Rawiros",
+ "email": "0x4d3a@protonmail.com",
+ "twitter": "Rawir_"
+ },
+ "record": {
+ "CNAME": "rawiros.github.io"
+ }
+}
diff --git a/domains/ray.json b/domains/ray.json
index 68f02077d..e77593d58 100644
--- a/domains/ray.json
+++ b/domains/ray.json
@@ -1,11 +1,11 @@
{
- "description": "RayhanADev's Website!",
- "repo": "https://github.com/rayhanadev/Personal-Website",
+ "description": "RayhanADev's Personal Website",
+ "repo": "https://github.com/rayhanadev/Personal-Website-v3",
"owner": {
"username": "rayhanadev",
"email": "rayhanadev@protonmail.com"
},
"record": {
- "URL": "http://furret.codes"
+ "CNAME": "edge.redirect.pizza"
}
}
diff --git a/domains/regiondavid.json b/domains/regiondavid.json
new file mode 100644
index 000000000..03cb8587c
--- /dev/null
+++ b/domains/regiondavid.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "regiondavid",
+ "email": "uestczjw@gmail.com"
+ },
+ "record": {
+ "CNAME": "regiondavid.github.io"
+ },
+ "repo": "https://github.com/regiondavid",
+ "description": "regiondavid's new website"
+}
diff --git a/domains/relicrb.json b/domains/relicrb.json
new file mode 100644
index 000000000..49c94e0c7
--- /dev/null
+++ b/domains/relicrb.json
@@ -0,0 +1,11 @@
+{
+ "description": "Relic's Personal Site",
+ "repo": "https://github.com/RelicRB/RelicRB.github.io",
+ "owner": {
+ "username": "RelicRB",
+ "email": "relicrb@gmail.com"
+ },
+ "record": {
+ "CNAME": "RelicRB.github.io"
+ }
+}
diff --git a/domains/rennaru.json b/domains/rennaru.json
deleted file mode 100644
index 46bd479f5..000000000
--- a/domains/rennaru.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "description": "My personal website ",
- "repo": "https://github.com/NotRennaru/NotRennaru.github.io",
- "owner": {
- "username": "NotRennaru",
- "email": "rennaru.fuij@gmail.com",
- "twitter": "RennaruFuij"
- },
- "record": {
- "CNAME": "NotRennaru.github.io"
- }
-}
diff --git a/domains/rhino.json b/domains/rhino.json
new file mode 100644
index 000000000..9105f5faa
--- /dev/null
+++ b/domains/rhino.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "Tech2Logix",
+ "email": "rhinovanboxelaere@outlook.com"
+ },
+ "record": {
+ "CNAME": "rhino-vb.be"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/ritshu.json b/domains/ritshu.json
new file mode 100644
index 000000000..9e300228b
--- /dev/null
+++ b/domains/ritshu.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "Ritshu",
+ "discord": "216282035503890442",
+ "email": "ritshu.dev@gmail.com"
+ },
+ "record": {
+ "CNAME": "ritshu.github.io"
+ }
+}
diff --git a/domains/robin.json b/domains/robin.json
new file mode 100644
index 000000000..52aa52892
--- /dev/null
+++ b/domains/robin.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "RobinDev03",
+ "email": "robin@robin-it.de"
+ },
+
+ "record": {
+ "CNAME": "robin-w.de"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/rony.json b/domains/rony.json
new file mode 100644
index 000000000..816782e58
--- /dev/null
+++ b/domains/rony.json
@@ -0,0 +1,16 @@
+{
+ "owner": {
+ "username": "ronylee11",
+ "email": "rongyil33@gmail.com"
+ },
+ "description": {
+ "domain": "rony.is-a.dev",
+ "usage": "This is going to be my portfolio"
+ },
+ "repo": {
+ "github": "github.com/ronylee11"
+ },
+ "record": {
+ "CNAME": "ronylee11.github.io"
+ }
+}
diff --git a/domains/rsgarxia.json b/domains/rsgarxia.json
new file mode 100644
index 000000000..7a8700931
--- /dev/null
+++ b/domains/rsgarxia.json
@@ -0,0 +1,14 @@
+{
+ "description": "Ruben Garcia's personal website",
+ "repo": "https://github.com/sigfriedCub1990/personal-site",
+ "owner": {
+ "username": "sigfriedcub1990",
+ "email": "rssanjuan2704@gmail.com",
+ "twitter": "sigfriedcub1990"
+ },
+ "record": {
+ "A": [
+ "142.93.27.109"
+ ]
+ }
+}
diff --git a/domains/rumesh.json b/domains/rumesh.json
new file mode 100644
index 000000000..edf250f01
--- /dev/null
+++ b/domains/rumesh.json
@@ -0,0 +1,11 @@
+{
+ "description": "Rumesh's .is-a.dev domain",
+ "repo": "https://github.com/iRumesh/irumesh.github.io",
+ "owner": {
+ "username": "irumesh",
+ "email": "irumesh.work@gmail.com"
+ },
+ "record": {
+ "CNAME": "irumesh.github.io"
+ }
+ }
diff --git a/domains/ryn.json b/domains/ryn.json
new file mode 100644
index 000000000..0adcb55ec
--- /dev/null
+++ b/domains/ryn.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "lazylamps",
+ "email": "lampslazy@gmail.com"
+ },
+ "record": {
+ "A": [
+ "132.145.25.232"
+ ]
+ }
+}
diff --git a/domains/s97.json b/domains/s97.json
new file mode 100644
index 000000000..4025f3758
--- /dev/null
+++ b/domains/s97.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Saud-97",
+ "email": "saud.aljaffer@gmail.com",
+ "repo": "https://github.com/Saud-97",
+ "discord": "S97#6758"
+ },
+ "record": {
+ "URL": "https://github.com/Saud-97"
+ }
+}
diff --git a/domains/saba.json b/domains/saba.json
new file mode 100644
index 000000000..96bcc7588
--- /dev/null
+++ b/domains/saba.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio page for full stack projects",
+ "repo": "https://github.com/itsaba/itsaba.github.io",
+ "owner": {
+ "username": "itsaba",
+ "email": "saba.s@mail.com"
+ },
+ "record": {
+ "CNAME": "itsaba.github.io"
+ }
+}
diff --git a/domains/sabelgames.json b/domains/sabelgames.json
new file mode 100644
index 000000000..088e0446c
--- /dev/null
+++ b/domains/sabelgames.json
@@ -0,0 +1,12 @@
+
+{
+ "owner": {
+ "username": "SabelGames",
+ "email": "contact@sabelgames.is-a.dev"
+ },
+ "record": {
+ "URL": "https://sabelgames.itch.io",
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/safone.json b/domains/safone.json
new file mode 100644
index 000000000..1640525b4
--- /dev/null
+++ b/domains/safone.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "AsmSafone",
+ "email": "asmsafone@gmail.com"
+ },
+
+ "record": {
+ "A": ["185.27.134.124"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/saizuo.json b/domains/saizuo.json
new file mode 100644
index 000000000..649a91388
--- /dev/null
+++ b/domains/saizuo.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "Saizuo",
+ "email": "vikasj@noerror.studio"
+ },
+
+ "record": {
+ "URL": "https://saizuo.me"
+ }
+ }
+
diff --git a/domains/sakko.json b/domains/sakko.json
new file mode 100644
index 000000000..2e4037cfa
--- /dev/null
+++ b/domains/sakko.json
@@ -0,0 +1,12 @@
+{
+ "description": "SaKKo from Thailand",
+ "repo": "https://github.com/SaKKo/soontobeprogrammer.com",
+ "owner": {
+ "username": "sakko",
+ "email": "saklism@gmail.com",
+ "twitter": "sakkosama"
+ },
+ "record": {
+ "CNAME": "sakko.github.io"
+ }
+}
diff --git a/domains/sam-jspn.json b/domains/sam-jspn.json
new file mode 100644
index 000000000..8544a4a4b
--- /dev/null
+++ b/domains/sam-jspn.json
@@ -0,0 +1,12 @@
+{
+ "description": "Sam's website",
+ "repo":"https://github.com/Samuel-Jspn/lair",
+ "owner": {
+ "username": "Samuel-Jspn",
+ "email": "sam.josephine@outlook.fr",
+ "discord": "R3dL1ghty#2904"
+ },
+ "record": {
+ "CNAME": "samuel-jspn.github.io"
+ }
+}
diff --git a/domains/samir.json b/domains/samir.json
new file mode 100644
index 000000000..55f56e20e
--- /dev/null
+++ b/domains/samir.json
@@ -0,0 +1,12 @@
+{
+ "description": "Samir's Portfolio Website.",
+ "repo": "https://github.com/SamirPaulb/samir.is-a.dev",
+ "owner": {
+ "username": "SamirPaulb",
+ "email": "samirpaulb@gmail.com",
+ "twitter": "SamirPaulb"
+ },
+ "record": {
+ "CNAME": "samirpaulb.github.io"
+ }
+}
diff --git a/domains/saml.json b/domains/saml.json
index c4f95f174..161c827ff 100644
--- a/domains/saml.json
+++ b/domains/saml.json
@@ -7,6 +7,16 @@
"discord": "SamDev7#1767"
},
"record": {
- "CNAME": "samdev-7.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/roreef.json b/domains/saraxa.json
similarity index 73%
rename from domains/roreef.json
rename to domains/saraxa.json
index 8a56cfab8..b6ffa9638 100644
--- a/domains/roreef.json
+++ b/domains/saraxa.json
@@ -1,10 +1,10 @@
{
- "description": "roreef personal website",
+ "description": "saraxa personal website",
"repo": "https://github.com/reef1447/reef1447.github.io",
"owner": {
"username": "reef1447",
"email": "spray123kira@gmail.com",
- "discord": "ro-reef#8899"
+ "discord": "saraxa#8899"
},
"record": {
"CNAME": "reef1447.github.io"
diff --git a/domains/sasial.json b/domains/sasial.json
index a7d5eed0c..e5493f924 100644
--- a/domains/sasial.json
+++ b/domains/sasial.json
@@ -3,9 +3,10 @@
"repo": "https://github.com/sasial-dev/Portfolio",
"owner": {
"username": "sasial-dev",
- "email": "sasial@koal.us"
+ "email": "",
+ "discord": "Sasial#9375"
},
"record": {
- "URL": "https://portfolio-sasial.vercel.app/"
+ "URL": "https://sasial.dev/"
}
}
diff --git a/domains/satyamv7.json b/domains/satyamv7.json
new file mode 100644
index 000000000..9aef9da6d
--- /dev/null
+++ b/domains/satyamv7.json
@@ -0,0 +1,11 @@
+{
+ "description": "SatyamV7.is-a.dev",
+ "repo": "https://github.com/SatyamV7/SatyamV7.github.io",
+ "owner": {
+ "username": "SatyamV7",
+ "email": "satyamverma46@outlook.com"
+ },
+ "record": {
+ "CNAME": "SatyamV7.github.io"
+ }
+}
diff --git a/domains/yan.json b/domains/saya.json
similarity index 87%
rename from domains/yan.json
rename to domains/saya.json
index 08e410caf..1fa51a57e 100644
--- a/domains/yan.json
+++ b/domains/saya.json
@@ -1,5 +1,5 @@
{
- "description": "yan's site",
+ "description": "saya's site",
"repo": "https://github.com/yanNotDev/yanNotDev.github.io",
"owner": {
"username": "yanNotDev",
diff --git a/domains/scfp.json b/domains/scfp.json
new file mode 100644
index 000000000..1ce145571
--- /dev/null
+++ b/domains/scfp.json
@@ -0,0 +1,11 @@
+{
+ "description": "Cfp Short Service",
+ "owner": {
+ "username": "cfpwastaken",
+ "email": "",
+ "discord": "cfp#7174"
+ },
+ "record": {
+ "CNAME": "cfp.gotdns.ch"
+ }
+}
\ No newline at end of file
diff --git a/domains/schematic.json b/domains/schematic.json
new file mode 100644
index 000000000..ef811401c
--- /dev/null
+++ b/domains/schematic.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "alenpaul2001",
+ "email": "alenpaul2001@pm.me"
+ },
+ "record": {
+ "A": [
+ "152.67.160.188"
+ ]
+ }
+}
diff --git a/domains/sdxqw.json b/domains/sdxqw.json
new file mode 100644
index 000000000..46c540625
--- /dev/null
+++ b/domains/sdxqw.json
@@ -0,0 +1,11 @@
+{
+ "description": "A personal portfolio site for my project.",
+ "repo": "https://github.com/AsarySoftware/AxstTweaker",
+ "owner": {
+ "username": "sdxqw",
+ "email": "xntrowdev@gmail.com"
+ },
+ "record": {
+ "CNAME": "sdxqw.github.io"
+ }
+}
diff --git a/domains/sea-shell.jj.json b/domains/sea-shell.jj.json
deleted file mode 100644
index b83d36489..000000000
--- a/domains/sea-shell.jj.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "website for the Sea Shell project",
- "repo": "https://github.com/Sea-Shell/site",
- "owner": {
- "username": "TheBotlyNoob",
- "email": "jj@jj.is-a.dev"
- },
- "record": {
- "CNAME": "site-production-be0d.up.railway.app"
- }
-}
diff --git a/domains/sebaz.json b/domains/sebaz.json
new file mode 100644
index 000000000..b96fe5d04
--- /dev/null
+++ b/domains/sebaz.json
@@ -0,0 +1,10 @@
+{
+ "description": "my website link",
+ "owner": {
+ "username": "iSebazz",
+ "email": "iSebazz@outlook.es"
+ },
+ "record": {
+ "CNAME": "usebazz.github.io"
+ }
+}
diff --git a/domains/sekuji.json b/domains/sekuji.json
new file mode 100644
index 000000000..e234d5513
--- /dev/null
+++ b/domains/sekuji.json
@@ -0,0 +1,11 @@
+{
+ "description": "Sekuji's Personal Website",
+ "owner": {
+ "username": "sekuji",
+ "email": "",
+ "discord": "sekuji#9595"
+ },
+ "record": {
+ "CNAME": "sekuji.github.io"
+ }
+}
diff --git a/domains/semanteo.json b/domains/semanteo.json
new file mode 100644
index 000000000..a3cba613b
--- /dev/null
+++ b/domains/semanteo.json
@@ -0,0 +1,11 @@
+{
+ "description": "semanteo.is-a.dev",
+ "repo": "https://github.com/Semanteo/semanteo.github.io",
+ "owner": {
+ "username": "Semanteo",
+ "email": "simsim3374@gmail.com"
+ },
+ "record": {
+ "CNAME": "semanteo.github.io"
+ }
+}
diff --git a/domains/sh9351.json b/domains/sh9351.json
new file mode 100644
index 000000000..f1cea6e4b
--- /dev/null
+++ b/domains/sh9351.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "sh9351",
+ "email": "perfect2315shlim@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "sh9351.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/shafi100.json b/domains/shafi100.json
new file mode 100644
index 000000000..f6504f16b
--- /dev/null
+++ b/domains/shafi100.json
@@ -0,0 +1,12 @@
+{
+ "description": "Personal portfolio and blogging website of Md Abdullahil Shafi",
+ "repo": "https://github.com/shafi100/shafi100.github.io",
+ "owner": {
+ "username": "shafi100",
+ "email": "pro.shafi.12@gmail.com",
+ "twitter": "bd_shafi"
+ },
+ "record": {
+ "CNAME": "shafi100.github.io"
+ }
+}
diff --git a/domains/she.json b/domains/she.json
new file mode 100644
index 000000000..dce479e36
--- /dev/null
+++ b/domains/she.json
@@ -0,0 +1,12 @@
+{
+ "description": "My personal website",
+ "repo": "https://github.com/yuzhigang33/yuzhigang33.github.com",
+ "owner": {
+ "username": "yuzhigang33",
+ "email": "yuzhigang33@gmail.com"
+ },
+ "record": {
+ "CNAME": "yuzhigang33.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/shilinlee.json b/domains/shilinlee.json
new file mode 100644
index 000000000..1ab0a88d4
--- /dev/null
+++ b/domains/shilinlee.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "shilinlee",
+ "email": "shilinlee.ghost@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/shilinlee"
+ }
+}
diff --git a/domains/simonwong.json b/domains/simonwong.json
new file mode 100644
index 000000000..afccade83
--- /dev/null
+++ b/domains/simonwong.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "Simon Wong",
+ "email": "wsjwsjsimon@gmail.com",
+ "twitter": "wsj_simonwong",
+ "discord": "Simon Wong#6040"
+ },
+ "record": {
+ "URL": "https://github.com/simonwong"
+ }
+}
diff --git a/domains/siow-kai-yang.json b/domains/siow-kai-yang.json
new file mode 100644
index 000000000..18caf9be1
--- /dev/null
+++ b/domains/siow-kai-yang.json
@@ -0,0 +1,11 @@
+{
+ "description": "Portfolio go brrrrr",
+ "repo": "https://github.com/yeetus-maximus/yeetus-maximus.github.io",
+ "owner": {
+ "username": "yeetus-maximus",
+ "email": "siowkaiyang@protonmail.com"
+ },
+ "record": {
+ "CNAME": "yeetus-maximus.github.io"
+ }
+}
diff --git a/domains/siris.json b/domains/siris.json
new file mode 100644
index 000000000..1870137f7
--- /dev/null
+++ b/domains/siris.json
@@ -0,0 +1,11 @@
+{
+ "description": "this a link to my website",
+ "owner": {
+ "username": "Siris01",
+ "email": "contact@siris.me",
+ "discord": "Siris#1337"
+ },
+ "record": {
+ "URL": "https://siris.me"
+ }
+}
diff --git a/domains/rim.json b/domains/slime.json
similarity index 51%
rename from domains/rim.json
rename to domains/slime.json
index 869b213cd..00a7810c8 100644
--- a/domains/rim.json
+++ b/domains/slime.json
@@ -1,9 +1,9 @@
{
"owner": {
- "username": "itsRim",
+ "username": "purpleblueslime",
"email": "purpleblueslime@gmail.com"
},
"record": {
- "CNAME": "itsrim.github.io"
+ "CNAME": "purpleblueslime.github.io"
}
}
diff --git a/domains/snxx.json b/domains/snxx.json
new file mode 100644
index 000000000..7fa670fba
--- /dev/null
+++ b/domains/snxx.json
@@ -0,0 +1,10 @@
+{
+ "description": "Personal page of Serzhan Nasredin",
+ "owner": {
+ "username": "snxx-lppxx",
+ "email": "snxx.lppxx@gmail.com"
+ },
+ "record": {
+ "CNAME": "snxx-lppxx.github.io"
+ }
+}
diff --git a/domains/spongly.json b/domains/spongly.json
new file mode 100644
index 000000000..aac0f77f1
--- /dev/null
+++ b/domains/spongly.json
@@ -0,0 +1,11 @@
+{
+ "description": "Spongly's Personal Site",
+ "repo": "https://github.com/spongly/spongly.github.io",
+ "owner": {
+ "username": "spongly",
+ "email": "mail.spongly@gmail.com"
+ },
+ "record": {
+ "CNAME": "spongly.github.io"
+ }
+}
diff --git a/domains/sputnick567.json b/domains/sputnick567.json
new file mode 100644
index 000000000..1fc17b458
--- /dev/null
+++ b/domains/sputnick567.json
@@ -0,0 +1,11 @@
+{
+
+ "repo": "https://github.com/sputnick567/sputnick567.github.io",
+ "owner": {
+ "username": "sputnick567",
+ "email": "567sputnick@gmail.com"
+ },
+ "record": {
+ "CNAME": "sputnick567.github.io"
+ }
+}
diff --git a/domains/ss.json b/domains/ss.json
new file mode 100644
index 000000000..e05cdddb7
--- /dev/null
+++ b/domains/ss.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "win11bot",
+ "email": "w11bot@andrewstech.me"
+ },
+ "record": {
+ "A": ["178.128.174.110"]
+ }
+ }
+
diff --git a/domains/staff.json b/domains/staff.json
new file mode 100644
index 000000000..5cba77419
--- /dev/null
+++ b/domains/staff.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "mahirmolai27",
+ "email": "mtgissmart@gmail.com"
+ },
+ "record": {
+ "CNAME": "is-a-dev-maintainers.pages.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/suraj.json b/domains/suraj.json
new file mode 100644
index 000000000..4bc1f3c32
--- /dev/null
+++ b/domains/suraj.json
@@ -0,0 +1,11 @@
+{
+ "description": "My personal developer website",
+ "repo": "https://github.com/Clay990/suraj",
+ "owner": {
+ "username": "Clay990",
+ "email": "asuraj991m@gmail.com"
+ },
+ "record": {
+ "CNAME": "clay990.github.io"
+ }
+}
diff --git a/domains/tahmidrayat.json b/domains/tahmidrayat.json
new file mode 100644
index 000000000..245bd2600
--- /dev/null
+++ b/domains/tahmidrayat.json
@@ -0,0 +1,11 @@
+{
+ "description": "Github Portfolio of Tahmid Rayat",
+ "repo": "https://github.com/htr-tech/htr-tech.github.io",
+ "owner": {
+ "username": "htr-tech",
+ "email": "tahmidrayat@gmail.com"
+ },
+ "record": {
+ "CNAME": "htr-tech.github.io"
+ }
+}
diff --git a/domains/tallerthanshort.json b/domains/tallerthanshort.json
new file mode 100644
index 000000000..d9d6b0eec
--- /dev/null
+++ b/domains/tallerthanshort.json
@@ -0,0 +1,12 @@
+{
+ "description": "TallerThanShort made site",
+ "repo": "https://github.com/TallerThanShort",
+ "owner": {
+ "username": "TallerThanShort",
+ "email": "TallerThanShort@duck.com"
+ },
+ "record": {
+ "CNAME": "TallerThanShort.github.io"
+
+ }
+}
diff --git a/domains/tcl.json b/domains/tcl.json
new file mode 100644
index 000000000..9c66dd642
--- /dev/null
+++ b/domains/tcl.json
@@ -0,0 +1,11 @@
+{
+ "description": "TianTcl's profile",
+ "repo": "https://github.com/TianTcl/TianTcl",
+ "owner": {
+ "username": "TianTcl",
+ "email": "tclwebguest@gmail.com"
+ }, "record": {
+ "CNAME": "info.tiantcl.net"
+
+ }
+}
\ No newline at end of file
diff --git a/domains/maintainers.json b/domains/team.json
similarity index 71%
rename from domains/maintainers.json
rename to domains/team.json
index d396e121a..9917b62ba 100644
--- a/domains/maintainers.json
+++ b/domains/team.json
@@ -2,8 +2,8 @@
"description": "The Maintainer Docs For The Is-A.Dev Website!",
"repo": "github.com/is-a-dev/maintainer-docs",
"owner": {
- "username": "is-a.dev",
- "email": ""
+ "username": "@is-a-dev/maintainers",
+ "email": "phenax5@gmail.com"
},
"record": {
"CNAME": "is-a-dev.github.io"
diff --git a/domains/tech.json b/domains/tech.json
new file mode 100644
index 000000000..6b4bf404d
--- /dev/null
+++ b/domains/tech.json
@@ -0,0 +1,10 @@
+{
+ "repo": "https://github.com/techpixel/techpixel.github.io",
+ "owner": {
+ "username": "techpixel",
+ "email": "yralqfwus@mozmail.com"
+ },
+ "record": {
+ "CNAME": "techpixel.github.io"
+ }
+}
diff --git a/domains/terminal.sea-shells.jj.json b/domains/terminal.sea-shells.jj.json
deleted file mode 100644
index b260aa518..000000000
--- a/domains/terminal.sea-shells.jj.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "description": "online terminal for the Sea Shell project",
- "repo": "https://github.com/Sea-Shell/online-terminal",
- "owner": {
- "username": "TheBotlyNoob",
- "email": "jj@jj.is-a.dev"
- },
- "record": {
- "CNAME": "online-terminal-production.up.railway.app"
- }
-}
diff --git a/domains/terra.json b/domains/terra.json
new file mode 100644
index 000000000..85ce7078f
--- /dev/null
+++ b/domains/terra.json
@@ -0,0 +1,14 @@
+{
+ "description": "Portfolio - a simple portfolio website for TerraPlayz. It's in Beta Stages. Thanks for visiting my Portfolio! I hope to see you again. This also serves as a mail for my domain",
+ "repo": "https://github.com/TerraPlayz/portfolio-cf",
+ "owner": {
+ "username": "TerraPlayz",
+ "email": "github@om.is-a.dev",
+ "twitter": "DaRealOmxpro"
+ },
+ "record": {
+ "A": ["172.66.44.237","172.66.47.19"],
+ "MX": ["mx1.improvmx.com","mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/thedev.json b/domains/thedev.json
new file mode 100644
index 000000000..7c9e764c0
--- /dev/null
+++ b/domains/thedev.json
@@ -0,0 +1,9 @@
+ {
+ "owner": {
+ "username": "Xcode13developer",
+ "email": "thedev132@gmail.com"
+ },
+ "record": {
+ "A": ["192.9.128.241"]
+ }
+ }
diff --git a/domains/thewickedkarma.json b/domains/thewickedkarma.json
new file mode 100644
index 000000000..1ce2d2db2
--- /dev/null
+++ b/domains/thewickedkarma.json
@@ -0,0 +1,11 @@
+{
+ "description": "thewickedkarma's portfolio",
+ "repo": "https://github.com/thewickedkarma/thewickedkarma.github.io",
+ "owner": {
+ "username": "thewickedkarma",
+ "email": "thewickedkarma@gmail.com"
+ },
+ "record": {
+ "CNAME": "thewickedkarma.github.io"
+ }
+}
diff --git a/domains/thomas-shelby.json b/domains/thomas-shelby.json
new file mode 100644
index 000000000..7e57baaff
--- /dev/null
+++ b/domains/thomas-shelby.json
@@ -0,0 +1,12 @@
+{
+ "description": "Portfolio",
+ "repo": "https://github.com/prbhanu/prbhanu.github.io",
+ "owner": {
+ "username": "prbhanu",
+ "email": "prbhanu1718@gmil.com",
+ "twitter": "@prreddy05413731"
+ },
+ "record": {
+ "CNAME": "prbhanu.github.io"
+ }
+}
diff --git a/domains/tiantcl.json b/domains/tiantcl.json
new file mode 100644
index 000000000..9c66dd642
--- /dev/null
+++ b/domains/tiantcl.json
@@ -0,0 +1,11 @@
+{
+ "description": "TianTcl's profile",
+ "repo": "https://github.com/TianTcl/TianTcl",
+ "owner": {
+ "username": "TianTcl",
+ "email": "tclwebguest@gmail.com"
+ }, "record": {
+ "CNAME": "info.tiantcl.net"
+
+ }
+}
\ No newline at end of file
diff --git a/domains/tong.json b/domains/tong.json
new file mode 100644
index 000000000..62a6aec8c
--- /dev/null
+++ b/domains/tong.json
@@ -0,0 +1,11 @@
+{
+ "description": "Tong's website",
+ "repo": "https://github.com/away0x/away0x",
+ "owner": {
+ "username": "tongwu",
+ "email": "away0x@gmail.com"
+ },
+ "record": {
+ "CNAME": "away0x.github.io"
+ }
+ }
\ No newline at end of file
diff --git a/domains/toxocious.json b/domains/toxocious.json
new file mode 100644
index 000000000..e18748c91
--- /dev/null
+++ b/domains/toxocious.json
@@ -0,0 +1,12 @@
+{
+ "description": "Setting up a repository as a blog and portfolio, and would love to use this as a domain.",
+ "repo": "https://github.com/toxocious/toxocious.github.io",
+ "owner": {
+ "username": "toxocious",
+ "email": "toxocious@gmail.com",
+ "discord": "Jess#5596"
+ },
+ "record": {
+ "CNAME": "toxocious.github.io"
+ }
+}
diff --git a/domains/vaibhavsys.json b/domains/vaibhavsys.json
new file mode 100644
index 000000000..64982b3e5
--- /dev/null
+++ b/domains/vaibhavsys.json
@@ -0,0 +1,16 @@
+{
+ "owner": {
+ "username": "VaibhavSys",
+ "email": "vaibhavdhi@proton.me"
+ },
+ "record": {
+ "A": [
+ "185.199.108.153",
+ "185.199.109.153",
+ "185.199.110.153",
+ "185.199.111.153"
+ ],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
+}
diff --git a/domains/venquidev.json b/domains/venquidev.json
new file mode 100644
index 000000000..3cee3629f
--- /dev/null
+++ b/domains/venquidev.json
@@ -0,0 +1,12 @@
+
+ {
+ "owner": {
+ "username": "venquidev",
+ "email": "edwinrey5211@gmail.com"
+ },
+
+ "record": {
+ "CNAME": "venquidev.pages.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/vic.json b/domains/vic.json
new file mode 100644
index 000000000..75f389fc6
--- /dev/null
+++ b/domains/vic.json
@@ -0,0 +1,12 @@
+{
+ "description": "my personal website",
+ "repo": "https://github.com/victorioxd/victorioxd.github.io",
+ "owner": {
+ "username": "victorioxd",
+ "email": "vicxd@pm.me",
+ "twitter": "vicjajsalu2"
+ },
+ "record": {
+ "CNAME": "victorioxd.github.io"
+ }
+}
diff --git a/domains/viggu.json b/domains/viggu.json
new file mode 100644
index 000000000..27faebff7
--- /dev/null
+++ b/domains/viggu.json
@@ -0,0 +1,10 @@
+{
+ "owner": {
+ "username": "VIGGU-7",
+ "email": "vigneshofficialyt@gmail.com",
+ "twitter": "VIGGU_8"
+ },
+ "record": {
+ "CNAME": "0177c904-af82-4e29-a07f-f5b89af06586.id.repl.co"
+ }
+}
diff --git a/domains/vikrant.json b/domains/vikrant.json
new file mode 100644
index 000000000..09d44548a
--- /dev/null
+++ b/domains/vikrant.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "150207",
+ "email": "daredevil.vikrant@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/TheMalware"
+ }
+}
diff --git a/domains/vineet.json b/domains/vineet.json
new file mode 100644
index 000000000..e009e7107
--- /dev/null
+++ b/domains/vineet.json
@@ -0,0 +1,12 @@
+{
+ "description": "Link to my Landing Page",
+ "repo": "https://github.com/iamv1n/iamv1n.github.io",
+ "owner": {
+ "username": "iamv1n",
+ "email": "vineet@iamv1n.xyz",
+ "twitter": "vineetstwt"
+ },
+ "record": {
+ "URL": "https://iamv1n.xyz"
+ }
+}
diff --git a/domains/viperadnan.json b/domains/viperadnan.json
new file mode 100644
index 000000000..2d7ae0845
--- /dev/null
+++ b/domains/viperadnan.json
@@ -0,0 +1,11 @@
+{
+ "description": "portfolio",
+ "repo": "https://github.com/viperadnan-git/viperadnan-git.github.io",
+ "owner": {
+ "username": "viperadnan-git",
+ "email": "viperadnan@gmail.com"
+ },
+ "record": {
+ "CNAME": "viperadnan-git.github.io"
+ }
+}
diff --git a/domains/void.json b/domains/void.json
new file mode 100644
index 000000000..2fccde29f
--- /dev/null
+++ b/domains/void.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "tomgx",
+ "email": "deliveryservice01q@gmail.com"
+ },
+ "record": {
+ "CNAME": "tomgx.github.io"
+ }
+}
diff --git a/domains/vpc01.json b/domains/vpc01.json
new file mode 100644
index 000000000..8744f3af0
--- /dev/null
+++ b/domains/vpc01.json
@@ -0,0 +1,12 @@
+
+ {
+ "repo" :"https://github.com/andrewstech/notify-api",
+ "owner": {
+ "username": "andrewstech",
+ "email": "andrew@win11react.com"
+ },
+ "record": {
+ "A": ["140.238.66.199"]
+ }
+ }
+
diff --git a/domains/vvp.json b/domains/vvp.json
new file mode 100644
index 000000000..22761e781
--- /dev/null
+++ b/domains/vvp.json
@@ -0,0 +1,11 @@
+{
+ "description": "VVP's Website",
+ "repo": "https://github.com/VVP3215",
+ "owner": {
+ "username": "VVP",
+ "email": "jamesmentes.management@gmail.com"
+ },
+ "record": {
+ "URL": "https://github.com/VVP3215"
+ }
+}
diff --git a/domains/wadeslider.json b/domains/wadeslider.json
new file mode 100644
index 000000000..b6025a969
--- /dev/null
+++ b/domains/wadeslider.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "WadeSlider",
+ "email": "alexisarturodh@gmail.com"
+ },
+ "record": {
+ "CNAME": "wadeslider.pages.dev"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/web.json b/domains/web.json
index cac8f43f9..88c5e71a9 100644
--- a/domains/web.json
+++ b/domains/web.json
@@ -4,6 +4,6 @@
"email": "lellis2x@gmail.com"
},
"record": {
- "A": ["144.21.63.181"]
+ "A": ["193.25.215.223"]
}
}
diff --git a/domains/william.json b/domains/william.json
index 4b556b003..42483e170 100644
--- a/domains/william.json
+++ b/domains/william.json
@@ -1,12 +1,10 @@
{
"owner": {
"username": "WilliamDavidHarrison",
- "email": "",
- "twitter": "WDHarrison09",
- "discord": "William#0001"
+ "email": "william@williamharrison.dev"
},
"record": {
- "URL": "https://williamharrison.dev"
+ "CNAME": "edge.redirect.pizza"
}
}
diff --git a/domains/willo.json b/domains/willo.json
index ddbbd165b..914796fb5 100644
--- a/domains/willo.json
+++ b/domains/willo.json
@@ -7,6 +7,8 @@
"twitter": "willoizcitron"
},
"record": {
- "CNAME": "willoizcitron.github.io"
+ "A": ["185.199.109.153", "185.199.108.153", "185.199.111.153", "185.199.110.153"],
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
diff --git a/domains/withercubes.json b/domains/withercubes.json
new file mode 100644
index 000000000..f52a26a79
--- /dev/null
+++ b/domains/withercubes.json
@@ -0,0 +1,12 @@
+{
+ "description": "WitherCubes' portfolio website",
+ "repo": "https://codeberg.org/WitherCubes/pages",
+ "owner": {
+ "username": "WitherCubes",
+ "email": "withercubes@protonmail.com",
+ "discord": "WitherCubes#2513"
+ },
+ "record": {
+ "CNAME": "withercubes.codeberg.page"
+ }
+}
diff --git a/domains/wolveslair.alpha.json b/domains/wolveslair.alpha.json
deleted file mode 100644
index 4b30b3a35..000000000
--- a/domains/wolveslair.alpha.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-
- "repo": "https://github.com/WolvesLair/wolveslair.github.io",
- "owner": {
- "username": "WolvesLair",
- "email": "wolves.lsir@alpha.is-a.dev",
- "twitter": "wolveslairdis"
- },
- "record": {
- "CNAME": "wolveslair.github.io"
- }
-}
diff --git a/domains/wzx.json b/domains/wzx.json
new file mode 100644
index 000000000..b770afba6
--- /dev/null
+++ b/domains/wzx.json
@@ -0,0 +1,11 @@
+{
+ "description": "I want to use it as my profile page.",
+ "repo": "https://github.com/website-pages/profile",
+ "owner": {
+ "username": "website-pages",
+ "email": "unpu123456@outlook.com"
+ },
+ "record": {
+ "CNAME": "website-pages.github.io"
+ }
+}
diff --git a/domains/xen.json b/domains/xen.json
new file mode 100644
index 000000000..2e6040a49
--- /dev/null
+++ b/domains/xen.json
@@ -0,0 +1,12 @@
+{
+ "description": "Website for my projects",
+ "repo": "https://github.com/xenmods/xenmods.github.io",
+ "owner": {
+ "username": "xenmods",
+ "email": "ilumomin04@gmail.com",
+ "twitter": "momin_ilf"
+ },
+ "record": {
+ "CNAME": "xenmods.github.io"
+ }
+}
diff --git a/domains/xiaolei.json b/domains/xiaolei.json
new file mode 100644
index 000000000..4031dd79e
--- /dev/null
+++ b/domains/xiaolei.json
@@ -0,0 +1,9 @@
+{
+ "owner": {
+ "username": "zzzs",
+ "email": "863837949@qq.com"
+ },
+ "record": {
+ "URL": "https://github.com/zzzs"
+ }
+}
diff --git a/domains/xqwtxon.json b/domains/xqwtxon.json
new file mode 100644
index 000000000..1a52a2ece
--- /dev/null
+++ b/domains/xqwtxon.json
@@ -0,0 +1,13 @@
+{
+ "description": "Programmer since 2016, Reverse-Engineer since 2019, I do a lot of Minecraft-related things.",
+ "repo": "https;//github.com/xqwtxon/website",
+ "owner": {
+ "username": "xqwtxon",
+ "email": "xqwtxon@hotmail.com",
+ "twitter": "@xqwtxon",
+ "keybase": "@xqwtxon"
+ },
+ "record": {
+ "CNAME": "xqwtxon.ml"
+ }
+}
diff --git a/domains/yaelmassieu.json b/domains/yaelmassieu.json
new file mode 100644
index 000000000..462c22fef
--- /dev/null
+++ b/domains/yaelmassieu.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "bystrokr",
+ "email": "jamesisajamessx@gmail.com"
+ },
+ "record": {
+ "A": ["66.45.229.178"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/yang.json b/domains/yang.json
new file mode 100644
index 000000000..084c11290
--- /dev/null
+++ b/domains/yang.json
@@ -0,0 +1,12 @@
+
+{
+ "description": "one personal blog",
+ "repo": "https://github.com/xuchao996/xuchao996.github.io",
+ "owner": {
+ "username": "xuchao996",
+ "email": "chao.xu996@gmail.com"
+ },
+ "record": {
+ "CNAME": "xuchao996.github.io"
+ }
+}
diff --git a/domains/yashash.json b/domains/yashash.json
new file mode 100644
index 000000000..1d2868164
--- /dev/null
+++ b/domains/yashash.json
@@ -0,0 +1,11 @@
+{
+ "description": "Personal portfolio website",
+ "repo": "https://github.com/yashash1511/yashash1511.github.io",
+ "owner": {
+ "username": "yashash1511",
+ "email": "yashash1511@gmail.com"
+ },
+ "record": {
+ "URL": "https://yashash1511.github.io"
+ }
+}
diff --git a/domains/yeppiidev.json b/domains/yeppiidev.json
new file mode 100644
index 000000000..20a597c5b
--- /dev/null
+++ b/domains/yeppiidev.json
@@ -0,0 +1,12 @@
+{
+ "description": "Just my personal website :^)",
+ "repo": "https://github.com/yeppiidev/yeppiidev.github.io",
+ "owner": {
+ "username": "yeppiidev",
+ "email": "yedoxstudios@gmail.com",
+ "twitter": "yeppiidev"
+ },
+ "record": {
+ "CNAME": "yeppiidev.github.io"
+ }
+}
diff --git a/domains/yolobnb.json b/domains/yolobnb.json
new file mode 100644
index 000000000..435fa6403
--- /dev/null
+++ b/domains/yolobnb.json
@@ -0,0 +1,11 @@
+{
+ "description": "My personal website",
+ "repo": "https://github.com/yolobnb/yolobnb.github.io",
+ "owner": {
+ "username": "yolobnb",
+ "email": "yooloobnb@protonmail.com"
+ },
+ "record": {
+ "CNAME": "yolobnb.github.io"
+ }
+}
diff --git a/domains/yootou.json b/domains/yootou.json
new file mode 100644
index 000000000..b4ac67066
--- /dev/null
+++ b/domains/yootou.json
@@ -0,0 +1,11 @@
+{
+ "owner": {
+ "username": "yu-tou",
+ "email": "xinyu198736@gmail.com",
+ "twitter": "0xYootou",
+ "discord": "yootou#7800"
+ },
+ "record": {
+ "URL": "https://github.com/yu-tou"
+ }
+}
diff --git a/domains/yurihsq.json b/domains/yurihsq.json
new file mode 100644
index 000000000..3694e7044
--- /dev/null
+++ b/domains/yurihsq.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "Mai1ii",
+ "email": "micomacabali14@gmail.com"
+ },
+ "record": {
+ "CNAME": "mai1ii.github.io"
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/zarwin.json b/domains/zarwin.json
new file mode 100644
index 000000000..b5e0cad97
--- /dev/null
+++ b/domains/zarwin.json
@@ -0,0 +1,11 @@
+{
+ "repo": "https://github.com/zarwin/zarwin.is-a.dev",
+ "owner": {
+ "username": "zarwin",
+ "email": "",
+ "discord": "𝕃𝕠𝕣𝕕 ℤ𝕒𝕣𝕨𝕚𝕟#8600"
+ },
+ "record": {
+ "CNAME": "zarwin.github.io"
+ }
+}
diff --git a/domains/zeor154.json b/domains/zeor154.json
new file mode 100644
index 000000000..bc57f3884
--- /dev/null
+++ b/domains/zeor154.json
@@ -0,0 +1,11 @@
+
+ {
+ "owner": {
+ "username": "Zeor154",
+ "email": "driop12bu@gmail.com"
+ },
+ "record": {
+ "A": ["45.130.141.88"]
+ }
+ }
+
\ No newline at end of file
diff --git a/domains/zeptar.json b/domains/zeptar.json
index 3fa995229..51ea8c6ad 100644
--- a/domains/zeptar.json
+++ b/domains/zeptar.json
@@ -4,10 +4,9 @@
"owner": {
"username": "Zeptar1069",
"email": "terryk.onekorea@gmail.com",
- "discord": "Zeptar#7882",
- "note": "My Discord ID is 893211748767768606"
+ "discord": "Zeptar#7882"
},
"record": {
- "CNAME": "zeptar1069githubio.zeptar.repl.co"
+ "CNAME": "zeptar1069.github.io"
}
}
diff --git a/domains/zhangximufeng.json b/domains/zhangximufeng.json
new file mode 100644
index 000000000..9d323e515
--- /dev/null
+++ b/domains/zhangximufeng.json
@@ -0,0 +1,11 @@
+{
+ "description": "Link to my github",
+ "repo": "https://github.com/zhangximufeng",
+ "owner": {
+ "username": "zhangximufeng",
+ "email": "zhangximufeng@gmail.com"
+ },
+ "record": {
+ "CNAME": "zhangximufeng.github.io"
+ }
+}
diff --git a/domains/zhiyao.json b/domains/zhiyao.json
new file mode 100644
index 000000000..e8f97e1f2
--- /dev/null
+++ b/domains/zhiyao.json
@@ -0,0 +1,11 @@
+{
+ "description": "志遥(至尧)的个人博客",
+ "repo": "https://github.com/lizhiyao/lizhiyao.github.io",
+ "owner": {
+ "username": "lizhiyao",
+ "email": "dancerlzy@gmail.com"
+ },
+ "record": {
+ "CNAME": "lizhiyao.github.io"
+ }
+}
diff --git a/domains/zplusfour.json b/domains/zplusfour.json
index 5b5936305..8bef0a33a 100644
--- a/domains/zplusfour.json
+++ b/domains/zplusfour.json
@@ -1,11 +1,12 @@
{
- "description": "zplusfour's personal developer website",
- "repo": "https://github.com/zplusfour",
- "owner": {
- "username": "zplusfour",
- "email": "zgjoniur@gmail.com"
- },
- "record": {
- "CNAME": "zplusfour.repl.co"
- }
+ "owner": {
+ "username": "zplusfour",
+ "email": "zgjoniur@gmail.com",
+ "discord": "zplusfour#0001"
+ },
+
+ "record": {
+ "MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
+ "TXT": "v=spf1 include:spf.improvmx.com ~all"
+ }
}
diff --git a/utils/domain-service.js b/utils/domain-service.js
index 7829e7431..81421f7aa 100644
--- a/utils/domain-service.js
+++ b/utils/domain-service.js
@@ -14,7 +14,7 @@ const recordToRedirection = ({ name, address }) => ({
});
const recordToZone = ({ name, type, address, id, priority }) => ({
line: id,
- name,
+ name: name === '@' ? `${DOMAIN_DOMAIN}.` : name,
type,
address,
...(type === 'MX' ? { priority } : {}),
@@ -79,7 +79,7 @@ const executeBatch = (batches) => batches.reduce((promise, batch, index) => {
const failed = results.filter(x => (x.result || {}).status != 1);
log(`${values.length - failed.length}/${values.length}`);
- failed.length && log(failed);
+ failed.length && log(JSON.stringify(failed, null, 2));
return null;
});
diff --git a/utils/invalid-domains.json b/utils/invalid-domains.json
index 45599ab2e..92c127064 100644
--- a/utils/invalid-domains.json
+++ b/utils/invalid-domains.json
@@ -6,6 +6,8 @@
"notifications",
"notification",
"_acme-challenge",
+ "wwww",
+ "ww",
"ww1",
"ww2",
"ww3",