mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-06-05 06:14:26 +00:00
Merge branch 'main' into main
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Argzf",
|
||||
"email": "gzf.dev@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=790b378eaf31c0c456354c0aa04129bd7057dfb2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Awiteb personal blog (GH pages verification)",
|
||||
"repo": "https://github.com/TheAwiteb/TheAwiteb.github.io",
|
||||
"owner": {
|
||||
"username": "Awiteb",
|
||||
"email": "Awiteb@pm.me"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "6e5138e1bbf1679fedf1c267435058"
|
||||
}
|
||||
}
|
||||
@@ -6,6 +6,6 @@
|
||||
"email": "ayvacs@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "5a1e6c3195a98bf63ceba5a88f4be2"
|
||||
"TXT": "e0986b3076f4a103b5f4de9bb7a302"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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": "abidhasannir",
|
||||
"email": "abidhasannir@omail.edu.pl"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "abidhasannir.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"
|
||||
}
|
||||
}
|
||||
@@ -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": "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,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": "code-hunt-in",
|
||||
"email": "aishwary.pandore@somaiya.edu"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "code-hunt-in.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": "LeVraiArdox",
|
||||
"email": "adrian.arjoca18@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "levraiardox.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ashishagarwal2023",
|
||||
"email": "code.with.aasheesh@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ashishagarwal2023.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Awiteb personal blog",
|
||||
"repo": "https://github.com/TheAwiteb/TheAwiteb.github.io",
|
||||
"owner": {
|
||||
"username": "Awiteb",
|
||||
"email": "Awiteb@pm.me"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "TheAwiteb.github.io"
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -4,6 +4,6 @@
|
||||
"email": "axd@webwarp.ro"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "axxd.me"
|
||||
"URL": "https://axxd.me"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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": "caburum",
|
||||
"email": "24cdingwall@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://caburum.is-a.dev"
|
||||
}
|
||||
}
|
||||
@@ -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
-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": "cloudskies13",
|
||||
"email": "cloudskies@perso.be"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://cloudskies13.carrd.co"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "codestantindev",
|
||||
"email": "kontakt@codestantin.de"
|
||||
},
|
||||
"record": {
|
||||
"A": ["85.202.163.42"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "chiragnahata",
|
||||
"email": "chiragnahata05@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["129.213.151.29"]
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,6 @@
|
||||
"email": "s_36100@bkbirlacollegekalyan.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "xplorehow.in"
|
||||
"TXT": "1bab44a51e777f98e075d71f2806a4"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "thepython555",
|
||||
"email": "k0n52uuu@duck.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "thepython555.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "8FrMc",
|
||||
"email": "pijuskaminskas1@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://sk1dhub.xyz"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "FahriDevZ",
|
||||
"email": "fakhri.5567@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "fahri.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Personal website to host bio info and other things",
|
||||
"repo": "https://github.com/fluid-developer/fluid-developer.github.io",
|
||||
"owner": {
|
||||
"username": "fluid-developer",
|
||||
"email": "ne0xch4r4@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "fluid-developer.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "furyashnyy",
|
||||
"email": "faradey.iskra@mail.ru",
|
||||
"discord": "754721080383373373"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"A": ["31.31.196.104"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "my personal website ",
|
||||
"repo": "https://github.com/gokul6350/gokul6350.github.io",
|
||||
"owner": {
|
||||
"username": "gokul6350",
|
||||
"email": "gokul00060@gmail.com",
|
||||
"twitter": "gokul00060"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "gokul6350.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Grafaffel",
|
||||
"email": "jannis107@icloud.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "grafaffel.github.io"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Argzf",
|
||||
"email": "gzf.dev@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Yunexiz",
|
||||
"email": "yunexiz@aol.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["69.30.249.53"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "imranmollajoy",
|
||||
"email": "imranmollajoy@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "imranmollajoy.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "A-Little-Hat",
|
||||
"email": "soumyasarkar309@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "test-3e8b2.web.app"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "KingLuc12",
|
||||
"email": "lucian.g.king+github@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "jhondoeisadev.pages.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "WallnussJonas",
|
||||
"email": "jonas.werner.nov1999@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://jojojonas.netlify.app/"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "heyy-josval",
|
||||
"email": "josvalmtrz@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://josval.vercel.app"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "def0e0",
|
||||
"email": "def0e0@yandex.ru"
|
||||
},
|
||||
"record": {
|
||||
"A": ["45.148.120.75"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "TruongDuyKhai",
|
||||
"email": "truongduykhai1012@gmail.com",
|
||||
"discord": "871329074046435338"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"CNAME": "truongduykhai.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "piotrkociakx",
|
||||
"email": "piotrekstypczynski@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["137.74.3.247"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "KreativeThinker",
|
||||
"email": "sagely2005eagle@gmail.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"CNAME": "kreativethinker.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "lalitm1004",
|
||||
"email": "lalitm1004@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "lalit-is-a-dev.pages.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "sjzsbgwb",
|
||||
"email": "3022605585@qq.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "wiki.jejsjsjja.workers.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "LeVraiArdox",
|
||||
"email": "adrian.arjoca18@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "levraiardox.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "lime360",
|
||||
"email": "emeraldlime@protonmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "lime360.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "madkarmaa",
|
||||
"email": "madkarma99@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "madkarmaa.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "bwl3810",
|
||||
"email": "capybara@mail.de",
|
||||
"discord": "1181949050770161756"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"A": ["91.216.248.20"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "MaximilianHeinrich",
|
||||
"email": "maxhei.21@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"185.199.108.153",
|
||||
"185.199.109.153",
|
||||
"185.199.110.153",
|
||||
"185.199.111.153"
|
||||
],
|
||||
"MX": [
|
||||
"mx1.improvmx.com",
|
||||
"mx2.improvmx.com"
|
||||
],
|
||||
"TXT": "v=spf1 include:spf.improvmx.com ~all"
|
||||
}
|
||||
}
|
||||
+7
-7
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "eeriemyxi",
|
||||
"email": "myxi@duck.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://eeriemyxi.blogspot.com"
|
||||
}
|
||||
"owner": {
|
||||
"username": "eeriemyxi",
|
||||
"email": "myxi@envs.net"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://myxi.envs.net"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "new update to request new cname",
|
||||
"repo": "https://github.com/nldun/nldun.github.io",
|
||||
"owner": {
|
||||
"username": "nldun",
|
||||
"email": "rezkyto@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "nldun.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Nishith-Savla",
|
||||
"email": "nishithsavla005@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "nishith.tech"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "A place for my small projects, and maybe a blog in the future.",
|
||||
"repo": "https://github.com/nmsderp/nmsderp.github.io",
|
||||
"owner": {
|
||||
"username": "nmsderp",
|
||||
"email": "nmsderp@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "nmsderp.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "rightburrow",
|
||||
"email": "rightburrowyt@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://nutworks-team.neocities.org"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "omaiirr",
|
||||
"email": "crazyomairennab@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "omaiirr.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "PavanKumarGurram",
|
||||
"email": "gurrampavankumar1@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://pavangurram.com"
|
||||
}
|
||||
}
|
||||
@@ -6,6 +6,6 @@
|
||||
"discord": "cfp (318394797822050315)"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "cfp.gotdns.ch"
|
||||
"CNAME": "dyn.picoscratch.de"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Calebrlx",
|
||||
"email": "caleb@alyeska.dev"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://calebrlx.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "My personal website",
|
||||
"repo": "https://github.com/primetdmomega/primetdmomega.github.io",
|
||||
"owner": {
|
||||
"username": "PrimeTDMomega",
|
||||
"email": "primetdmomega@gmail.com",
|
||||
"twitter": "primeinspace"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "primetdmomega.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "psnbl",
|
||||
"email": "pietrosimone.nobiletti@studenti.unipr.it"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "psnbl.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "raphael-as",
|
||||
"email": "raphaelas.pro@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "raphael-as.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "furyashnyy",
|
||||
"email": "faradey.iskra@mail.ru"
|
||||
},
|
||||
"record": {
|
||||
"A": ["185.199.111.153"]
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,6 @@
|
||||
"email": "Jiayangc1@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["207.211.183.123"]
|
||||
"A": ["15.204.232.110"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "chiragnahata",
|
||||
"email": "chiragnahata05@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["129.213.151.29"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "REZ3X",
|
||||
"email": "rezex.dev01@gmail.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"CNAME": "japon-resto.pages.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Crazy-Max-Blog",
|
||||
"email": "Crazy-Max-2011@yandex.ru"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://crazymax.is-a.dev/rpi"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"repo": "https://github.com/Sachu-Settan/Sachu-Settan.github.io",
|
||||
"owner": {
|
||||
"username": "Sachu-Settan",
|
||||
"email": "Sanoojes6371@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "Sachu-Settan.github.io"
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -6,6 +6,6 @@
|
||||
"discord": "cfp (318394797822050315)"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "cfp.gotdns.ch"
|
||||
"CNAME": "dyn.picoscratch.de"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ScytheMediaTheDev",
|
||||
"email": "tswartz22@aol.com"
|
||||
},
|
||||
"record": {
|
||||
"MX": ["mx1.improvmx.com"]
|
||||
}
|
||||
}
|
||||
+17
-12
@@ -1,14 +1,19 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "mcshept",
|
||||
"email": "maxiheinrich007@yahoo.com"
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"185.199.108.153",
|
||||
"185.199.109.153",
|
||||
"185.199.110.153",
|
||||
"185.199.111.153"
|
||||
]
|
||||
}
|
||||
"owner": {
|
||||
"username": "mcshept",
|
||||
"email": "maxiheinrich007@yahoo.com"
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"185.199.108.153",
|
||||
"185.199.109.153",
|
||||
"185.199.110.153",
|
||||
"185.199.111.153"
|
||||
],
|
||||
"MX": [
|
||||
"mx1.improvmx.com",
|
||||
"mx2.improvmx.com"
|
||||
],
|
||||
"TXT": "v=spf1 include:spf.improvmx.com ~all"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "siyamex",
|
||||
"email": "siyamex2012@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://siyamex.com"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "skycloudd",
|
||||
"email": "benkrassenburg@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "skycloudd.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "snehasishlol",
|
||||
"email": "snehasishcodes@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "sneh-is-a-dev.pages.dev"
|
||||
}
|
||||
}
|
||||
@@ -6,6 +6,6 @@
|
||||
"discord": "cfp (318394797822050315)"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "cfp.gotdns.ch"
|
||||
"CNAME": "dyn.picoscratch.de"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "SumitRajak404",
|
||||
"email": "rajaksummit9@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://sumitrajak404.github.io/my_portfolio/"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "thesillycat",
|
||||
"email": "tomnetwork@duck.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "tomsystems.pages.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "umarxz559",
|
||||
"email": "umarxz559@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["141.147.52.210"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "voxj",
|
||||
"email": "aglinkoyurjevich@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "rawintosh.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "SunWuyuan",
|
||||
"email": "1847261658@qq.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "wuyuan.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "SunWuyuan",
|
||||
"email": "1847261658@qq.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "wuyuan.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "yemzikk",
|
||||
"email": "muhammedziyad12@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://yemzikk.in/"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "youssefsiam38",
|
||||
"email": "youssef1yasser38@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://www.linkedin.com/in/youssefsiam38"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Yunexiz",
|
||||
"email": "yunexiz@aol.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["45.137.70.68"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "yz9551",
|
||||
"email": "yixuan0808@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "cobble.southeastasia.cloudapp.azure.com"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user