mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-16 00:24:04 +00:00
Merge branch 'main' into main
This commit is contained in:
@@ -11,6 +11,6 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
with:
|
||||
bun-version: 1.0.25
|
||||
bun-version: latest
|
||||
- run: bun install
|
||||
- run: bun test
|
||||
|
||||
@@ -4,7 +4,6 @@ on:
|
||||
push:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
name: 'Publish records'
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
@@ -14,7 +13,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
with:
|
||||
bun-version: 1.0.25
|
||||
bun-version: latest
|
||||
- run: bun install
|
||||
- run: bun test
|
||||
- name: Publishing records
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<p align="center"><strong>is-a-dev</strong> is a service that allows developers to get a sweet-looking ".is-a.dev" domain for their personal websites.</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://discord.gg/is-a-dev-830872854677422150"><img alt="Discord Server" src="https://discord.com/api/guilds/830872854677422150/widget.png?style=banner2"></a>
|
||||
<a href="https://discord.gg/is-a-dev-830872854677422150"><img alt="Discord Server" src="https://invidget.switchblade.xyz/is-a-dev-830872854677422150"></a>
|
||||
</p>
|
||||
|
||||
## Issues
|
||||
@@ -23,11 +23,6 @@ If you have an issue that contains confidental infomation, send an email to secu
|
||||
|
||||
## Register
|
||||
|
||||
### Automated Registration
|
||||
Easiest method: Use the [manage website](https://manage.is-a.dev), sign in with your GitHub account and click the register page in the navbar. Fill out some questions and it will all happen automatically!
|
||||
|
||||
Another method is to join our [Discord server](https://discord.gg/PZCGHz4RhQ), head to the commands channel and run `/register`. The bot will ask you a few questions then will generate your PR and domain automatically. The bot also allows for domain deletion and editing.
|
||||
|
||||
### Manual Registration
|
||||
- [Fork](https://github.com/is-a-dev/register/fork) this repository.
|
||||
- Add a new file called `your-domain-name.json` in the `domains` folder to register `your-domain-name.is-a.dev`.
|
||||
@@ -36,26 +31,12 @@ Another method is to join our [Discord server](https://discord.gg/PZCGHz4RhQ), h
|
||||
- After the pull request is merged, please allow up to 24 hours for the changes to propagate.
|
||||
- Enjoy your new `.is-a.dev` domain!
|
||||
|
||||
### CLI Registration
|
||||
For issues with the CLI, do **not** open an issue on this repository, instead open an issue on the [is-a-dev/cli](https://github.com/is-a-dev/cli/issues/new) repository.
|
||||
### Automated Registration
|
||||
#### *When using the manage site, please ensure your records are valid. Please do NOT "test" out the manage site and create invalid PRs, it wastes maintainers' time.*
|
||||
|
||||
Install the CLI:
|
||||
Easiest method: Use the [manage website](https://manage.is-a.dev), sign in with your GitHub account and click the register page in the navbar. Fill out some questions and it will all happen automatically!
|
||||
|
||||
```bash
|
||||
npm install @is-a-dev/cli -g
|
||||
```
|
||||
|
||||
Login to the CLI:
|
||||
|
||||
```bash
|
||||
is-a-dev login
|
||||
```
|
||||
|
||||
Register a subdomain on the CLI:
|
||||
|
||||
```
|
||||
is-a-dev register
|
||||
```
|
||||
Another method is to join our [Discord server](https://discord.gg/PZCGHz4RhQ), head to the commands channel and run `/register`. The bot will ask you a few questions then will generate your PR and domain automatically. The bot also allows for domain deletion and editing.
|
||||
|
||||
## Status
|
||||
You can check the uptime of our services on our [status dashboard](https://is-a-dev.wdh.gg).
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "200anxy",
|
||||
"email": "aadarshnair.p@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "200anxy.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "2giosangmitom",
|
||||
"email": "yeuxacucodon.dev@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "2giosangmitom.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "4-m4t",
|
||||
"email": "e_serhat@hotmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ambitious-flower-0b346cf0f.4.azurestaticapps.net"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "AXVIII3",
|
||||
"email": "anirbanrc2286@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=06feb5fa4fc1b28e67043c64664a49c5dfe9b614"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "BrandgrandRealMe",
|
||||
"email": "brandon.lambe@skiff.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=5a46861f9c2b864210ab3d3ffdd61d09e9170650"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Caiden-P",
|
||||
"email": "iididhejejdj@gmail.com",
|
||||
"discord": "850820069310201896"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=9edde4bc2a73469cb8653bf05ae22226397bc77a"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "CodeSuthar",
|
||||
"email": "AdityaSuthar13@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=c9d95514358feae443357e8366bfa224cb7709e1"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Stef-00012",
|
||||
"email": "stefano.delprete.08@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=8fb11c7ecad141914be5cc41aa1b4569dcd14f6c"
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "sahmed011",
|
||||
"email": "sufyanmishal@gmail.com"
|
||||
"username": "orxngc",
|
||||
"email": "orangc@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=7e7e671a8b44d02fde9ab6f6df7baf94086c96fd"
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ravener",
|
||||
"email": "ravener.anime@gmail.com",
|
||||
"twitter": "RavenRavener",
|
||||
"discord": "292690616285134850"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=da7bf917ef77c49f85bb9303d1703d0f10f492d8"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Rtxeon",
|
||||
"email": "AdityaSuthar13@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=665c123dc34d1ff5a58d5baadd5b97bb9a7ade7d"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Stef-00012",
|
||||
"email": "admin@stefdp.is-a.dev",
|
||||
"discord": "694986201739952229"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "v=DMARC1; p=none; sp=none; fo=0; adkim=r; aspf=r; pct=100; rf=afrf; ri=86400; rua=mailto:dmarc.report@mail.stefdp.is-a.dev; ruf=mailto:dmarc.report@mail.stefdp.is-a.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "Github verification",
|
||||
"owner": {
|
||||
"username": "Hima-Pro",
|
||||
"email": "pnpop01027066161@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "c8b67d5aafafeb2e5ec1561e503552"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "JerBlox",
|
||||
"email": "chen.fuyuan07@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "e1e6eda49ed7d363f8492c91821a1a"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "AldenizenMC",
|
||||
"email": "aldenizen09@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "3a73c3c550c151965f6781677b6d2d"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ashishagarwal2023",
|
||||
"email": "code.with.aasheesh@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "5089f9182e9025bc562c408fbf18e2"
|
||||
}
|
||||
}
|
||||
@@ -6,6 +6,6 @@
|
||||
"email": "ayvacs@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "5a1e6c3195a98bf63ceba5a88f4be2"
|
||||
"TXT": "e0986b3076f4a103b5f4de9bb7a302"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "devendrakanojiya",
|
||||
"email": "s_36100@bkbirlacollegekalyan.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "1bab44a51e777f98e075d71f2806a4"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "devendrakanojiya",
|
||||
"email": "s_36100@bkbirlacollegekalyan.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "37b9724a41bf8e23b2a352d65b7d19"
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "TheHackerDude1083",
|
||||
"email": "shaheeransari57@gmail.com"
|
||||
"email": "TheHackerDude1083@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "66bceec5d092b15c1fcac188b02903"
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "vikramisdev",
|
||||
"email": "vs423502@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "14810aa9ee3adf44431d8a64abc84a"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "A-Little-Hat",
|
||||
"email": "soumyasarkar309@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "a-little-hat.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Abdullah-Albanna",
|
||||
"email": "albannaa78@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "abdullah-albanna.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "aadirajuthup",
|
||||
"email": "aadi.rajuthup@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["150.136.148.164"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "abdelkarimain",
|
||||
"email": "abdelkarimain0@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "abdelkarimain.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "abdelkarimain",
|
||||
"email": "abdelkarimain0@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "abdelkarimain.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "Personal portfolio",
|
||||
"repo": "https://github.com/ostrichization/ostrichization.github.io",
|
||||
"owner": {
|
||||
"username": "Ostrichization",
|
||||
"email": "abhilashk1@proton.me",
|
||||
"twitter": "OstrichHimself"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ostrichization.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "abidhasannir",
|
||||
"email": "abidhasannir@omail.edu.pl"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "abidhasannir.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ultimduck",
|
||||
"email": "zultimduk@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ultimduck.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "Describe the use of this subdomain",
|
||||
"repo": "https://github.com/akpathan2799/akpathan2799.github.io",
|
||||
"owner": {
|
||||
"username": "akpathan2799",
|
||||
"email": "akpathan2799@gmail.com"
|
||||
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "akpathan2799.github.io"
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,12 @@
|
||||
"email": "adoqet@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"185.199.108.153",
|
||||
"185.199.111.153",
|
||||
"185.199.110.153",
|
||||
"185.199.109.153"
|
||||
],
|
||||
"MX": [
|
||||
"mx1.improvmx.com",
|
||||
"mx2.improvmx.com"
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "eabdalmufid",
|
||||
"email": "eabdalmufid@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "eabdalmufid.github.io"
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "m1kuwu",
|
||||
"email": "123kishanvish@gmail.com"
|
||||
"username": "RainWill",
|
||||
"email": "2782401449@qq.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["69.30.249.53"]
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ainabdelkarim",
|
||||
"email": "abdelkarimain0@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ainabdelkarim.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "code-hunt-in",
|
||||
"email": "aishwary.pandore@somaiya.edu"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "code-hunt-in.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "HelloAIXIAOJI",
|
||||
"email": "aixiaoji2020@163.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ip.hk.dhost.devskyr.com"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "AjayAntoIsDev",
|
||||
"email": "ajayantoisdev@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ajayanto.pages.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "CruxCoder7",
|
||||
"email": "akashrangesh07@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "cruxcoder7.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "CruxCoder7",
|
||||
"email": "akashrangesh07@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "cruxcoder7.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Akshay's portfolio website and blog",
|
||||
"repo": "https://github.com/phenax/ediblemonad.dev",
|
||||
"owner": {
|
||||
"username": "phenax",
|
||||
"email": "phenax5@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://ediblemonad.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Aktindo",
|
||||
"email": "akshit.singla.dps@gmail.com"
|
||||
},
|
||||
"description": "Personal website.",
|
||||
"repo": "https://github.com/Aktindo/personal-website",
|
||||
"record": {
|
||||
"URL": "https://akshsingla.vercel.app"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"repo": "https://github.com/AldenizenMC/AldenizenMC.github.io",
|
||||
"owner": {
|
||||
"username": "AldenizenMC",
|
||||
"email": "aldenizen09@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "AldenizenMC.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Alfanaannet",
|
||||
"email": "hmmm202031520062021@gmail.com",
|
||||
"discord": "775012312876711936"
|
||||
},
|
||||
"record": {
|
||||
"URL": "http://sysbot.rf.gd"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "DeadMan30",
|
||||
"email": "its.alimehdi25@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "alimehdi.pages.dev"
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
"email": "almazgamer228@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["45.11.229.211"],
|
||||
"A": ["109.71.252.37"],
|
||||
"MX": ["mail.is-a.dev"],
|
||||
"TXT": "v=spf1 mx a:mail.is-a.dev ~all"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "annanas271",
|
||||
"email": "iamrvins@gmail.com",
|
||||
"discord": "1206164385911799850"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"CNAME": "annanas271.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "KreativeThinker",
|
||||
"email": "sagely2005eagle@gmail.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"CNAME": "kreativethinker.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "IRDMctorl",
|
||||
"email": "fun64646969@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "any-w1a3.onrender.com"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "code-hunt-in",
|
||||
"email": "aishwary.pandore@somaiya.edu"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "code-hunt-in.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "apgyorfi",
|
||||
"email": "apgyorfi@protonmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "gfsys.hu"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "TerraPlayz",
|
||||
"email": "omsenjalia@gmail.com",
|
||||
"discord": "248470317540966443"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"A": ["69.30.249.53"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,8 +6,6 @@
|
||||
"github_id": 81536172
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"45.11.229.211"
|
||||
]
|
||||
"CNAME": "proxy.stefdp.is-a.dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -6,8 +6,6 @@
|
||||
"github_id": 81536172
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"45.11.229.211"
|
||||
]
|
||||
"CNAME": "proxy.stefdp.is-a.dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "code-hunt-in",
|
||||
"email": "aishwary.pandore@somaiya.edu"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "code-hunt-in.github.io"
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
"repo": "https://github.com/Arch881010/Arch881010",
|
||||
"owner": {
|
||||
"username": "Arch881010",
|
||||
"email": "c1yd4.arch@inbox.testmail.app",
|
||||
"email": "arch@arch1010.dev",
|
||||
"discord": "arch1010",
|
||||
"discord-id": "410248634593050627"
|
||||
},
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ardistory",
|
||||
"email": "putraardiansyah530@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["198.91.81.13"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "LeVraiArdox",
|
||||
"email": "adrian.arjoca18@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "levraiardox.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "arnabdatta",
|
||||
"email": "arnabdatta3@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "arnabdatta.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ashishagarwal2023",
|
||||
"email": "code.with.aasheesh@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ashishagarwal2023.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "asnct",
|
||||
"email": "asnct.email@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["5.42.94.94"]
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "alexdhg",
|
||||
"email": "alex.zr71@gmail.com"
|
||||
"email": "axd@webwarp.ro"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://axxd.me"
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "axelawh",
|
||||
"email": "lewisbrown171@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["195.20.254.54"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ReBlast",
|
||||
"email": "",
|
||||
"discord": "poxuizm"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "axeon.pages.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Ayinaki",
|
||||
"email": "ayinakidev@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ayinaki.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "NotAymo",
|
||||
"email": "ninecraftoff@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "usest1.netro.host"
|
||||
}
|
||||
}
|
||||
+2
-2
@@ -3,9 +3,9 @@
|
||||
"username": "BadEnd777",
|
||||
"email": "badend777@proton.me"
|
||||
},
|
||||
"description": "Discover the portfolio of BadEnd, a skilled software developer passionate about crafting innovative web applications. Explore projects, skills, and a journey into the world of software engineering.",
|
||||
"description": "👋 Hello, I'm BadEnd, a passionate Full Stack Developer with a solid background in web development. I specialize in creating efficient web solutions and am always seeking opportunities to deliver high-quality work. Feel free to view my personal website, featured projects, and contact information on GitHub.",
|
||||
"repo": "https://github.com/BadEnd777/Personal-Website",
|
||||
"record": {
|
||||
"URL": "https://badend.pages.dev/"
|
||||
"CNAME": "badend.pages.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Baka-OP",
|
||||
"email": "itsmew2468@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "baka-op.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "BeanRob",
|
||||
"email": "bentr99@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "beanrob.com"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "bernalvarela",
|
||||
"email": "bernalvarela@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "bernalvarela.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "rohanbhardwaj205",
|
||||
"email": "71399@cgcjhanjeri.in"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "rohanbhardwaj205.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "mxl0s",
|
||||
"email": "contact@milosv.co"
|
||||
},
|
||||
"record": {
|
||||
"A": ["69.30.249.53"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "billyeatcookies",
|
||||
"email": "billydevbusiness@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://billyeatcookies.github.io"
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
"owner": {
|
||||
"username": "ReBlast",
|
||||
"email": "",
|
||||
"discord": "Blast#9400"
|
||||
"discord": "poxuizm"
|
||||
},
|
||||
"description": "Personal website with links to my social medias, will probably add portfolio",
|
||||
"record": {
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "BrandgrandRealMe",
|
||||
"email": "brandon.lambe@skiff.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["69.30.249.53"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "A personal page that also gives information on my projects",
|
||||
"repo": "https://github.com/Bob16077/bob16077.github.io",
|
||||
"owner": {
|
||||
"username": "bob16077",
|
||||
"email": "",
|
||||
"discord": "bob16077777"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "bob16077.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Meghdut-Mandal",
|
||||
"email": "meghdut.windows@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "d2qfp4li4hsnxe.cloudfront.net"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "caburum",
|
||||
"email": "24cdingwall@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "calum-portfolio.pages.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Illupiter",
|
||||
"email": "lollelxkfo@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["69.30.249.53"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Caiden-P",
|
||||
"email": "iididhejejdj@gmail.com",
|
||||
"discord": "850820069310201896"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "caiden.onrender.com"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "caburum",
|
||||
"email": "24cdingwall@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://caburum.is-a.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Carpodi",
|
||||
"email": "itsjahzielgarcia07@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "carpodi.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "alex1028199",
|
||||
"email": "yu1234u73f.com@gmail.com",
|
||||
"discord": "834867471885271053"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"A": ["69.30.249.53"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Anandkrishna34",
|
||||
"email": "aanandkrishna344@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["69.30.249.53"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "I'm using this subdomain to access the place i upload my files easier",
|
||||
"owner": {
|
||||
"username": "mohammad87115",
|
||||
"email": "mohammad87115@gmail.com",
|
||||
"twitter": "mohammad87115"
|
||||
},
|
||||
"record": {
|
||||
"A": ["69.30.249.53"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "AtharvParsewar",
|
||||
"email": "atharvparsewar@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["69.30.249.53"]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "vuthanhtrung2010",
|
||||
"email": "vuthanhtrungsuper@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["69.30.249.53"]
|
||||
}
|
||||
"owner": {
|
||||
"username": "vuthanhtrung2010",
|
||||
"email": "vuthanhtrungsuper@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["37.114.37.132"]
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -5,6 +5,6 @@
|
||||
"discord": "cfp (318394797822050315)"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "cfp.gotdns.ch"
|
||||
"CNAME": "dyn.picoscratch.de"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "UntoldGam",
|
||||
"email": "charlesobird+github@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "charlesobird.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ChepsGames",
|
||||
"email": "edu.chepsgames@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "chepsgames.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "supunsathsara",
|
||||
"email": "savindusupunsathsara@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "next-supun.pages.dev"
|
||||
}
|
||||
}
|
||||
@@ -6,7 +6,7 @@
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"45.11.229.211"
|
||||
"144.91.115.195"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "LegendOP1041",
|
||||
"email": "maillegendop@gmail.com",
|
||||
"discord": "1056531806763102218"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"A": ["69.30.249.53"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "cloudirector",
|
||||
"email": "cantcloud@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "cloudirector.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "cloudskies13",
|
||||
"email": "cloudskies@perso.be"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://cloudskies13.carrd.co",
|
||||
"MX": [
|
||||
"mx1.improvmx.com",
|
||||
"mx2.improvmx.com"
|
||||
],
|
||||
"TXT": "v=spf1 include:spf.improvmx.com ~all"
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,6 @@
|
||||
"email": "vuthanhtrungsuper@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["69.30.249.53"]
|
||||
"A": ["37.114.37.132"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "drone911",
|
||||
"email": "jigar1822@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://codecloak.onrender.com"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "codestantindev",
|
||||
"email": "kontakt@codestantin.de"
|
||||
},
|
||||
"record": {
|
||||
"A": ["85.202.163.42"]
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user