mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-16 10:23:15 +00:00
Merge branch 'is-a-dev:main' into main
This commit is contained in:
+15
-16
@@ -1,21 +1,20 @@
|
||||
name: StaleBOT
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
name: 'Force cleanup'
|
||||
schedule:
|
||||
- cron: "30 14 * * *"
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "30 14 * * *"
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v3
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
days-before-stale: 7
|
||||
days-before-close: 3
|
||||
stale-issue-message: 'This issue has been marked as stale due to inactivity and will be closed. Comment anything on this issue to prevent it'
|
||||
stale-pr-message: 'This pull request has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it'
|
||||
exempt-issue-labels: 'no-stale'
|
||||
exempt-pr-labels: 'no-stale'
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v3
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
days-before-stale: 7
|
||||
days-before-close: 3
|
||||
stale-issue-message: "This issue has been marked as stale due to inactivity and will be closed. Comment anything on this issue to prevent it"
|
||||
stale-pr-message: "This pull request has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it"
|
||||
exempt-issue-labels: "no-stale"
|
||||
exempt-pr-labels: "no-stale"
|
||||
|
||||
@@ -38,4 +38,5 @@ jobs:
|
||||
|
||||
- run: npm install
|
||||
|
||||
- run: npm test
|
||||
- name: Run tests
|
||||
run: npx ava tests/*.test.js
|
||||
|
||||
+2
-1
@@ -14,7 +14,7 @@ The abuse reports will be investigated and the necessary action will be taken.
|
||||
- Online stores/shopping websites
|
||||
- Gambling websites
|
||||
- Game cheat sites
|
||||
- CDNs distributing potentially malicious content (APKs, executables)
|
||||
- CDNs distributing potentially malicious content (e.g. APKs, executables)
|
||||
- 'Unblocked' gaming websites
|
||||
- Alternate URLs for commonly blocked websites (e.g. gambling/casino websites)
|
||||
- Websites containing 18+ content
|
||||
@@ -28,3 +28,4 @@ The abuse reports will be investigated and the necessary action will be taken.
|
||||
- Online services for identity theft or forgery
|
||||
- Platforms promoting self-harm or violence
|
||||
- Illegal drug marketplaces
|
||||
- Proxy sites (e.g. embedding other websites)
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
<h1 align="center">is-a.dev</h1>
|
||||
|
||||
<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"><strong>is-a.dev</strong> is a service that allows developers to get a sweet-looking <code>.is-a.dev</code> domain for their personal websites.</p>
|
||||
|
||||
## Announcements & Status Updates
|
||||
Please join our [Discord server](https://discord.gg/is-a-dev-830872854677422150) for announcements, updates & upgrades, and downtimes regarding the service.
|
||||
@@ -24,30 +24,32 @@ Not all of these will be posted on GitHub, however they will always be posted in
|
||||
## How to Register
|
||||
> If you want a more visual guide, check out [this blog post](https://wdh.gg/tX3ghge).
|
||||
|
||||
- [Fork](https://github.com/is-a-dev/register/fork) and star this repository
|
||||
- [Fork](https://github.com/is-a-dev/register/fork) this repository
|
||||
- Add a new file called `your-domain-name.json` in the `domains` folder to register `your-domain-name.is-a.dev`
|
||||
- [Read the documentation](https://is-a.dev/docs)
|
||||
- [Read the documentation](https://docs.is-a.dev)
|
||||
- If you are applying for NS records please read [this](#ns-records).
|
||||
- Your pull request will be reviewed and merged. *Make sure to keep an eye on it incase we need you to make any changes!*
|
||||
- After the pull request is merged, please allow up to 24 hours for the changes to propagate
|
||||
- Enjoy your new `.is-a.dev` domain!
|
||||
- Enjoy your new `.is-a.dev` domain! Please consider leaving us a star ⭐️ to help support us!
|
||||
|
||||
### NS Records
|
||||
When applying for NS records, please be aware we already support a [wide range of DNS records](https://is-a.dev/docs/faq/#which-records-are-supported), so you may not need them.
|
||||
When applying for NS records, please be aware we already support a [wide range of DNS records](https://docs.is-a.dev/faq/#which-records-are-supported), so you may not need them.
|
||||
|
||||
In your PR, please provide sufficient reasoning of why you need NS records, to help us mitigate potential abuse. It is helpful to refer to the [FAQ](https://is-a.dev/docs/faq/#who-can-use-ns-records) to see if you will likely be approved for NS records or not. You can see a good example of a request for NS records [here](https://github.com/is-a-dev/register/pull/17592).
|
||||
In your PR, please explain why you need NS records, including examples, to help mitigate potential abuse. Refer to the [FAQ](https://docs.is-a.dev/faq/#who-can-use-ns-records) for guidelines on allowed usage. Good examples of NS record requests are [#17592](https://github.com/is-a-dev/register/pull/17592) and [#18026](https://github.com/is-a-dev/register/pull/18026).
|
||||
|
||||
***Pull requests adding NS records without sufficient reasoning will be closed.***
|
||||
|
||||
> Also see: [Why are you so strict with NS records?](https://is-a.dev/docs/faq/#why-are-you-so-strict-with-ns-records)
|
||||
> Also see: [Why are you so strict with NS records?](https://docs.is-a.dev/faq/#why-are-you-so-strict-with-ns-records)
|
||||
|
||||
> [!NOTE]
|
||||
> You may bypass these requirements by [donating](https://wdh.gg/pvNCdvs) a small amount of $2 (you can also donate via [GitHub Sponsors](https://wdh.gg/sponsor)). You also get a special role in our [Discord server](https://discord.gg/is-a-dev-830872854677422150)!
|
||||
> You can bypass these requirements[^1] by donating just $2 [here](https://wdh.gg/pvNCdvs), or via [GitHub Sponsors](https://wdh.gg/sponsor). As a thank-you, you'll also receive a special role in our [Discord server](https://discord.gg/is-a-dev-830872854677422150)!
|
||||
>
|
||||
> If you decide to donate, please email william@is-a.dev (or DM `@williamharrison` on Discord) with your payment receipt and your pull request link.
|
||||
> If you donate, email william@is-a.dev or DM `@williamharrison` on Discord with your receipt and PR link.
|
||||
|
||||
[^1]: Requests deemed to be made with malicious intent may be denied, with a refund provided.
|
||||
|
||||
## Report Abuse
|
||||
If you find any subdomains being abused, please report them by [creating an issue](https://github.com/is-a-dev/register/issues/new?assignees=&labels=report-abuse&projects=&template=report-abuse.md&title=Report+abuse) with the relevant evidence.
|
||||
If you find any subdomains being used for abusive purposes, please report them by [creating an issue](https://github.com/is-a-dev/register/issues/new?assignees=&labels=report-abuse&projects=&template=report-abuse.md&title=Report+abuse) with the relevant evidence.
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Yunexiz",
|
||||
"discord": "1040303561847881729"
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"185.199.109.153",
|
||||
"185.199.108.153",
|
||||
"185.199.110.153",
|
||||
"185.199.111.153"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "LIGMATV's URL Manager (aka 2)",
|
||||
"owner": {
|
||||
"username": "LIGMATV",
|
||||
"email": "ligmatv.id@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ligmatv-links.vercel.app"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ajtabjs"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=44c33bd9561dd8d8079e707868adf359b0c5ff05"]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "anirbaaaan183",
|
||||
"email": "anirbanrc@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=ef12f3d26e5f641e4a2f956c2a208b8da58b5c47"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "minodab492",
|
||||
"email": "heath.garvin@minodabproductions.dev"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=5a45b7cd26a9cd21f027e4bbf1c010cac0b78204"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "is-a-dev",
|
||||
"email": "admin@is-a.dev"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=d5273eca7d19d9a734f62376816c287bc2613ef7"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "enderfoxbg",
|
||||
"discord": "970380468090437672"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=75e9bdc423ca4351bb8938087b552bc2ee9a3e16"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "nikyy2",
|
||||
"email": "anhky581@gmail.com",
|
||||
"discord": "1007521768761729094"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=eb8bcab3a2e8a1f278e7cb88404974b46f58a31c"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "sxn4y",
|
||||
"discord": "5unn7n"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "dh=cfe36ed36af73c3bdcfbfa23744d5826b64d1cfc"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ajtabjs"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["39626a2cbd8f72ba60b0e40dc06e45"]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "anirbaaaan183",
|
||||
"email": "anirbanrc@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "5f8c296170c0f2cd8aa1089b065900"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "is-a-dev",
|
||||
"email": "admin@is-a.dev"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "9aed675b73d2147d4bc644c3551ef9"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"description": "GitHub said that the verification was needed so I created this record.",
|
||||
"owner": {
|
||||
"username": "jwaxy",
|
||||
"email": "me@yxawj.aleeas.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "8e4b33b2837436011e57d5cade6b40"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ogsamrat"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["eeef7c979489f42f420873389f2bef"]
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Yunexiz",
|
||||
"discord": "1040303561847881729"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "a39a9e9549128753e8f6757a37d2c2"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "yunexiz",
|
||||
"discord": "1040303561847881729"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "44acf50d05a09c5bdcb82f64551e6c"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "LIGMATV's URL Manager (aka 2)",
|
||||
"owner": {
|
||||
"username": "LIGMATV",
|
||||
"email": "ligmatv.id@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["vc-domain-verify=2.is-a.dev,ea014a1b9a6ec8986aa0"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "lunas-private-dungeon",
|
||||
"email": "luna.tsx@proton.me",
|
||||
"discord": "507625218467168257"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["vc-domain-verify=alisa.is-a.dev,01abd793050b01c5d63f"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "This website is blogpost for ChuyenTinORZ",
|
||||
"repo": "https://github.com/akk1to/akk1to.github.io",
|
||||
"owner": {
|
||||
"username": "akk1to",
|
||||
"email": "akk1to.dev@gmail.com",
|
||||
"discord": "727497287777124414"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["vc-domain-verify=blog.chuyentinorz.is-a.dev,8c86561445eea418c27a"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ncdai",
|
||||
"email": "dai@chanhdai.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["vc-domain-verify=dai.is-a.dev,1f58fc0d6c2eb6cc92d7"]
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,6 @@
|
||||
"discord": "754657845563097108"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "vc-domain-verify=linux.formuna.is-a.dev,5838b861496b1a02cb3c"
|
||||
"TXT": "vc-domain-verify=api.formuna.is-a.dev,d52d0266198bf7ac4e7d"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "haripajjuri",
|
||||
"email": "haripajjuri@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["vc-domain-verify=haripajjuri.is-a.dev,6d1bb3e0585ec67dde26"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "jxaq"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["vc-domain-verify=jax.is-a.dev,f8cf558f95e96e1c703e"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "enderfoxbg",
|
||||
"discord": "970380468090437672"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["vc-domain-verify=justwinstuff.is-a.dev,f7737c243dc3c1080dd7"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "KawsarDev",
|
||||
"email": "kawsar.dev1@gmail.com",
|
||||
"discord": "520373269979988000"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["vc-domain-verify=kawsar.is-a.dev,e77e8c258bee5d9213b7"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"description": "This subdomain points to my portfolio website. https://nextjs-portfolio-ten-navy.vercel.app/ is the link for a preview of the website",
|
||||
"owner": {
|
||||
"username": "miguelaram2016",
|
||||
"email": "miguelcodes7@gmail.com",
|
||||
"twitter": "miguelcodes7",
|
||||
"discord": "747499334383304755",
|
||||
"instagram": "miguelcodes7"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["vc-domain-verify=mig.is-a.dev,c9171d74a3897a0defc6"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "NineLEL",
|
||||
"email": "notninelel@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["vc-domain-verify=nine.is-a.dev,787b08b6c27017d410df"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "RyanBaig"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["vc-domain-verify=ryanbaig.is-a.dev,6611c040f39e1689070b"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "sxn4y",
|
||||
"email": "",
|
||||
"discord": "5unn7n"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "vc-domain-verify=sun.is-a.dev,3d30eed3d9b17b680b03"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "aiwaki"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["vc-domain-verify=waki.is-a.dev,b5349446a26c3f0b8c9f"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Abhishek-Issac",
|
||||
"email": "abhishekissac0@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "abhishek-issac.github.io"
|
||||
},
|
||||
"proxied": false
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ada-lovecraft",
|
||||
"email": "ada@codevinsky.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ada-lovecraft.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ah2",
|
||||
"email": "uni.ahmamy@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://hamd.cloud.libraryofcode.org"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "yunexiz",
|
||||
"discord": "1040303561847881729"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ai-y.onrender.com"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "yunexiz",
|
||||
"discord": "1040303561847881729"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ai-y-main.pages.dev"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "yunexiz",
|
||||
"discord": "1040303561847881729"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "yunexiz.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ajtabjs",
|
||||
"email": "oro10jua@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "aj-swag-portfolio.pages.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "lunas-private-dungeon",
|
||||
"email": "luna.tsx@proton.me",
|
||||
"discord": "507625218467168257"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "alisa-win95.vercel.app"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"repo": "https://github.com/amjadAH/amjadAH.github.io",
|
||||
"owner": {
|
||||
"username": "amjadAH",
|
||||
"email": "amjad_ah_@hotmail.com",
|
||||
"tiwtter": "amjad_ah_"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "amjadah.github.io"
|
||||
}
|
||||
}
|
||||
@@ -1,27 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "anirbaaaan183",
|
||||
"email": "anirbanrc@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"185.199.108.153",
|
||||
"185.199.109.153",
|
||||
"185.199.110.153",
|
||||
"185.199.111.153"
|
||||
],
|
||||
"AAAA": [
|
||||
"2606:50c0:8000::153",
|
||||
"2606:50c0:8001::153",
|
||||
"2606:50c0:8002::153",
|
||||
"2606:50c0:8003::153"
|
||||
],
|
||||
"MX": [
|
||||
"mx1.improvmx.com",
|
||||
"mx2.improvmx.com"
|
||||
],
|
||||
"TXT": [
|
||||
"v=spf1 include:spf.improvmx.com ~all"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ThatNerdyKun",
|
||||
"discord": "629851641579044874"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"CNAME": "annant.pages.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "FormunaGit"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "formuna-api.vercel.app"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"repo": "https://github.com/arithefirst/portfolio",
|
||||
"owner": {
|
||||
"username": "arithefirst",
|
||||
"email": "ari@arithefirst.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://www.arithefirst.com"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "anirbaaaan183",
|
||||
"email": "anirbanrc@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "anirbaaaan183.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "This website is a blogpost for ChuyenTinORZ",
|
||||
"repo": "https://github.com/akk1to/orz-blog",
|
||||
"owner": {
|
||||
"username": "akk1to",
|
||||
"email": "akk1to.dev@gmail.com",
|
||||
"discord": "727497287777124414"
|
||||
},
|
||||
"record": {
|
||||
"A": ["216.198.79.193"]
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "bwkam",
|
||||
"discord": "891997325499719730",
|
||||
"OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.HvzRNEADseLE6CXj6lrEWhsz68_vtnxY3KTtnSJBS_bHfeW7gUhKbUrDZ_Gk0yYVx3qXaHqS1_nWSdISvOa5tuIHxtmNUgmyTEHyAFGX54XZG3dQNS8SML4nMpjsRJ2DcCtfS6YKiTJXgmpVkAoaT1ELqR299iCYbow5j_V4zuYl0t6Les81GlP1Yu2jADmVy9hsjBegFORxL_uB9ZSQd81X0SX7mhtwSxSN3Xmuy5Cx7BRaP5lWIhJ6C95TaF0hes68wCR9qx3IXy4FlGuVzDn4pxz53il4dcdB-a1HBTA73PYEKqX4xFe1nxQOTT9ZBClJJHUHgOjsA_rzeqiXNw.h3Xp8Uv02qaNkcfS16pB3Q.jy9JW6JovL0B885zSD7ZOndjm3Ec_LTB4r1r848fEHhcCb61GGZ41jStD7v_yKxIyXomakNWfyWipfBPDOQVyQ31OrubyLEmQLw_98gzsvc.XdfD7kDdAxqEt9Tk7v0KlQ"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "bwkam.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "riotoff",
|
||||
"discord": "1040929084684902460"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "riotoff.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Chess online, with bot, locally",
|
||||
"repo": "https://github.com/Amaan-Kazi/Chess",
|
||||
"owner": {
|
||||
"username": "Amaan-Kazi",
|
||||
"email": "amaankazi1793@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "chess-amaankazi.pages.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ncdai",
|
||||
"email": "dai@chanhdai.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["76.76.21.21"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "DenisKlimenko",
|
||||
"email": "denis.klimenko.92@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"NS": ["destiny.ns.cloudflare.com", "kirk.ns.cloudflare.com"]
|
||||
}
|
||||
}
|
||||
+3
-2
@@ -6,6 +6,7 @@
|
||||
"email": "admin@is-a.dev"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://is-a.dev/docs"
|
||||
}
|
||||
"CNAME": "is-a.dev"
|
||||
},
|
||||
"proxied": true
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Erubinyl",
|
||||
"email": "erubinyl@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "erubinyl.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "jxaq"
|
||||
},
|
||||
"record": {
|
||||
"A": ["207.211.149.245"]
|
||||
},
|
||||
"proxied": true
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "shockbs",
|
||||
"email": "apipherng@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "na-west1.surge.sh"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "glmacedo",
|
||||
"email": "glmacedo@glmacedo.com"
|
||||
},
|
||||
"record": {
|
||||
"NS": [
|
||||
"dimitris.ns.cloudflare.com",
|
||||
"kristin.ns.cloudflare.com"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "jxaq"
|
||||
},
|
||||
"record": {
|
||||
"A": ["207.211.149.245"]
|
||||
},
|
||||
"proxied": true
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "haripajjuri",
|
||||
"email": "haripajjuri@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "haripajjuri.vercel.app"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "A portfolio website",
|
||||
"repo": "https://github.com/hash-cracker/hash-cracker.github.io",
|
||||
"owner": {
|
||||
"username": "Hash-Cracker",
|
||||
"email": "tspamiitesh@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "hash-cracker.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "A simple link shortener page used for the minodabproductions.dev website.",
|
||||
"owner": {
|
||||
"username": "minodab492",
|
||||
"email": "heath.garvin@minodabproductions.dev"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "mdp-linkshortener.pages.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "A minecraft server",
|
||||
"repo": "https://github.com/HaiYTB/register",
|
||||
"owner": {
|
||||
"username": "HaiYTB",
|
||||
"email": "haiwt2xbox@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["103.229.52.14"]
|
||||
},
|
||||
"proxied": true
|
||||
}
|
||||
+9
-7
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "jabinstech",
|
||||
"email": "jabinstech.net@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "jabinstech.github.io"
|
||||
}
|
||||
"owner": {
|
||||
"username": "jab11n",
|
||||
"twitter": "jab11n",
|
||||
"github": "jab11n",
|
||||
"email": "iad-contact@rdr.lol"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "jab11n.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "Jackson's Portfolio",
|
||||
"repo": "https://github.com/jxaq/jxaq.github.io",
|
||||
"owner": {
|
||||
"username": "jxaq",
|
||||
"email": "wild.dives.0x@icloud.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["v=spf1 -all"],
|
||||
"A": ["76.76.21.21"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "SkyExploreWasTaken",
|
||||
"discord": "1049263707177353247"
|
||||
},
|
||||
"record": {
|
||||
"A": ["37.27.51.34"],
|
||||
"AAAA": ["2a01:4f9:3081:399c::4"],
|
||||
"TXT": ["domain-verification=skyexplorewastaken"]
|
||||
},
|
||||
"proxied": false
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "jobayedsumon",
|
||||
"email": "jobayedahmedsumon@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"103.159.73.11"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "JosemyDuarte"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "josemyduarte.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "enderfoxbg",
|
||||
"discord": "970380468090437672"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "justwinstuff.vercel.app"
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -6,6 +6,6 @@
|
||||
"email": "me@yxawj.aleeas.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "jwaxy.github.io"
|
||||
"NS": ["isabel.ns.cloudflare.com", "kolton.ns.cloudflare.com"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "kahseng-dev",
|
||||
"email": "kahseng.chew@protonmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "kahseng.pages.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "KawsarDev",
|
||||
"email": "kawsar.dev1@gmail.com",
|
||||
"discord": "520373269979988000"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "kawsardev.vercel.app"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "DevMatei",
|
||||
"email": "matei.thoma@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"176.100.37.70"
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"description": "The Portfolio of KorigamiK",
|
||||
"repo": "https://github.com/KorigamiK/korigamik.github.io",
|
||||
"description": "goto website of KorigamiK",
|
||||
"repo": "https://github.com/KorigamiK",
|
||||
"owner": {
|
||||
"username": "KorigamiK",
|
||||
"email": "korigamik@gmail.com",
|
||||
"twitter": "https://twitter.com/iamkorigamik"
|
||||
"twitter": "https://twitter.com/codesonpaper"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "korigamik.github.io"
|
||||
"CNAME": "korigamik-redirect.pages.dev"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "JuniorDereon",
|
||||
"email": "robloxsafe72@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["159.69.86.171"]
|
||||
}
|
||||
}
|
||||
+3
-1
@@ -5,6 +5,8 @@
|
||||
"discord": "drxven"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "lohitkolluri.vercel.app"
|
||||
"A": ["76.76.21.21"],
|
||||
"MX": ["mx.zoho.in", "mx2.zoho.in", "mx3.zoho.in"],
|
||||
"TXT": ["v=spf1 include:zohomail.in ~all", "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDk3bjKjaUSMk1CmR3dk3zbYxepsBEwSlM5Sz7f0IMEQICvmR4rv3O3dnT+2JmzV9sr/97sqQpucCVDJaJrnLB4XlFCvgJfwUTU8TX4CPSnWOJ4P7cxrfaMRMZARJoj31m81NB/eVArLcCZFZ/wprNeiOMhPGDL4B2lZRZkDts63wIDAQAB"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "zx155",
|
||||
"email": "laiquanguy82@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "zx155.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Manish's Personal Website",
|
||||
"repo": "https://github.com/m-manish03/m-manish03",
|
||||
"owner": {
|
||||
"username": "m-manish03",
|
||||
"email": "manish.rebel14@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "m-manish03.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "DevMatei",
|
||||
"email": "matei.thoma@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"75.2.60.5"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"discord": "1167825360151380032"
|
||||
},
|
||||
"record": {
|
||||
"A": ["216.24.57.1"],
|
||||
"A": ["89.106.200.1"],
|
||||
"TXT": [
|
||||
"google-site-verification=nDh74FzhzmLwzfX4wZWHjZOjNXmTCKyuw89TGKOIfkE"
|
||||
]
|
||||
|
||||
+5
-4
@@ -1,13 +1,14 @@
|
||||
{
|
||||
"description": "This subdomain points to my portfolio website.",
|
||||
"description": "This subdomain points to my portfolio website. https://nextjs-portfolio-ten-navy.vercel.app/ is the link for a preview of the website",
|
||||
"owner": {
|
||||
"username": "miguelaram2016",
|
||||
"email": "miguelaram2016@utexas.edu",
|
||||
"email": "miguelcodes7@gmail.com",
|
||||
"twitter": "miguelcodes7",
|
||||
"discord": "747499334383304755",
|
||||
"OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.sh5h8IcwANNjL4Cu_olrTjTuGNiBnihpvp8tYD3PQoJ0Qo8zJwh2wh93m0mxtB0JUmQyLHgMhqwNkRTfDkbQtIiMsJTMBpfwuekG-rohCXC3Bz1X674p58mTiI9BL1mYZjy4n3iNUltRrpEDIY_tQ91-deuB0vZmhFP7Ih-PU18_a7SFhrMTCGFnEpy5ioRBb_7-XaevqZU0ObJ9TXnuX5ZrcUs8dOKdPXQkUvh1T3X4ENkNkqxEX9SrC21ZUPsu0eBsinx8OWhVACBF-v6WsNErv4dYlxvlUF0s6i6H4ies_u47cXuD_ytOZVF19KRHv0mtC4Zq9FxKqvxQNpS2yA.ATDrqWU61Q7pAeI0iOYG3Q.WUBkDKZeYnntdHyh4t_qL56ZUvo4xiK6dF_DvM8i0aVxoooMhunELz8oFORqt_1lt3IMLw_aAWwzmBl4LtPa-frLObpHRe3QHeAhAb919XU.uvFZv2MiYxP-UoMM0DhLSA"
|
||||
"instagram": "miguelcodes7",
|
||||
"note": "Previously, mig.is-a.dev was hosted on Netlify, but now it will be hosted on vercel. _vercel.mig.json has been created already. I have also updated my social media (email and instagram)."
|
||||
},
|
||||
"record": {
|
||||
"A": ["75.2.60.5"]
|
||||
"A": ["76.76.21.21"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "AShuba",
|
||||
"email": "anatoliy.shuba@gmail.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"A": [
|
||||
"138.68.159.126"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "is-a-dev",
|
||||
"email": "admin@is-a.dev"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://is-a.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "nikyy2",
|
||||
"email": "anhky581@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "nikyy2.github.io"
|
||||
}
|
||||
}
|
||||
+17
-8
@@ -1,10 +1,19 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "NineLEL",
|
||||
"email": "notninelel@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["76.223.55.44"],
|
||||
"TXT": "deta-verification=DyZWThRbwVx1vudpA5oB8DEekn58LG75"
|
||||
}
|
||||
"owner": {
|
||||
"username": "NineLEL",
|
||||
"email": "notninelel@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"76.76.21.21"
|
||||
],
|
||||
"MX": [
|
||||
"mx.zoho.eu",
|
||||
"mx2.zoho.eu",
|
||||
"mx3.zoho.eu"
|
||||
],
|
||||
"TXT": [
|
||||
"zoho-verification=zb50940916.zmverify.zoho.com"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "DevMatei",
|
||||
"email": "matei.thoma@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"176.100.37.70"
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "omkar-tenkale",
|
||||
"email": "otenkale@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "omkar-tenkale.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "DevMatei",
|
||||
"email": "matei.thoma@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"176.100.37.70"
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "peme969",
|
||||
"email": "mrcoderpeme@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "peme969.github.io"
|
||||
}
|
||||
}
|
||||
"owner": {
|
||||
"username": "peme969",
|
||||
"email": "mrcoderpeme@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"],
|
||||
"TXT": ["zoho-verification=zb48050675.zmverify.zoho.com"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "pexeixv",
|
||||
"email": "gavn@duck.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "gavn.in"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "AlejandroGomezFrieiro",
|
||||
"email": "alejandrogomezfrieiro@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "alejandrogomezfrieiro.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "spuckhafte",
|
||||
"email": "rakshit240405@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"75.2.60.5"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "reiyuchan personal website",
|
||||
"repo": "https://github.com/reiyuchan/reiyuchan.github.io",
|
||||
"owner": {
|
||||
"username": "reiyuchan",
|
||||
"email":"iwakura.rei.tk@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "reiyuchan.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "RyanBaig"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ryanthedev.vercel.app"
|
||||
}
|
||||
}
|
||||
@@ -6,5 +6,5 @@
|
||||
"record": {
|
||||
"A": ["129.146.51.207"]
|
||||
},
|
||||
"proxied": true
|
||||
"proxied": false
|
||||
}
|
||||
|
||||
+6
-2
@@ -4,9 +4,13 @@
|
||||
"discord": "1049263707177353247"
|
||||
},
|
||||
"record": {
|
||||
"A": ["82.67.68.228"],
|
||||
"A": ["37.27.51.34"],
|
||||
"AAAA": ["2a01:4f9:3081:399c::4"],
|
||||
"MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"],
|
||||
"TXT": ["v=spf1 include:zohomail.eu ~all"]
|
||||
"TXT": [
|
||||
"v=spf1 include:zohomail.eu ~all",
|
||||
"domain-verification=skyexplorewastaken"
|
||||
]
|
||||
},
|
||||
"proxied": false
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Making a .is-a.dev domain as an alt url for my site.",
|
||||
"repo": "https://github.com/shyam0118/portfolio",
|
||||
"owner": {
|
||||
"username": "shyam0118",
|
||||
"email": "shyamalendunayak0118@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "shyam.dev"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "spider-development01"
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"75.2.60.5"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "sxn4y",
|
||||
"email": "",
|
||||
"discord": "5unn7n"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "supern0va.vercel.app"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user