Merge branch 'main' into patch-1

This commit is contained in:
Mustafa "pxsty" KÖK
2025-01-09 11:18:28 +03:00
committed by GitHub
42 changed files with 301 additions and 103 deletions
+10 -8
View File
@@ -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.
@@ -26,28 +26,30 @@ Not all of these will be posted on GitHub, however they will always be posted in
- [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! 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.
---
-9
View File
@@ -1,9 +0,0 @@
{
"owner": {
"username": "anirbaaaan183",
"email": "anirbanrc@proton.me"
},
"record": {
"TXT": "dh=ef12f3d26e5f641e4a2f956c2a208b8da58b5c47"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "is-a-dev",
"email": "admin@is-a.dev"
},
"record": {
"TXT": ["dh=d5273eca7d19d9a734f62376816c287bc2613ef7"]
}
}
@@ -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"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "ncdai",
"email": "dai@chanhdai.com"
},
"record": {
"TXT": ["vc-domain-verify=dai.is-a.dev,1f58fc0d6c2eb6cc92d7"]
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "haripajjuri",
"email": "haripajjuri@gmail.com"
},
"record": {
"TXT": ["vc-domain-verify=haripajjuri.is-a.dev,6d1bb3e0585ec67dde26"]
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "NineLEL",
"email": "notninelel@gmail.com"
},
"record": {
"TXT": ["vc-domain-verify=nine.is-a.dev,787b08b6c27017d410df"]
}
}
+1 -1
View File
@@ -4,6 +4,6 @@
"email": "uni.ahmamy@gmail.com"
},
"record": {
"CNAME": "hamd.cloud.libraryofcode.org"
"URL": "https://hamd.cloud.libraryofcode.org"
}
}
+1 -1
View File
@@ -4,6 +4,6 @@
"email": "oro10jua@gmail.com"
},
"record": {
"CNAME": "ajtabjs.github.io"
"CNAME": "aj-swag-portfolio.pages.dev"
}
}
-27
View File
@@ -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"
]
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"repo": "https://github.com/arithefirst/portfolio",
"owner": {
"username": "arithefirst",
"email": "ari@arithefirst.com"
},
"record": {
"URL": "https://www.arithefirst.com"
}
}
-9
View File
@@ -1,9 +0,0 @@
{
"owner": {
"username": "anirbaaaan183",
"email": "anirbanrc@proton.me"
},
"record": {
"CNAME": "anirbaaaan183.github.io"
}
}
-10
View File
@@ -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"
}
}
+11
View File
@@ -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"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "ncdai",
"email": "dai@chanhdai.com"
},
"record": {
"A": ["76.76.21.21"]
}
}
+9
View File
@@ -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
View File
@@ -6,6 +6,7 @@
"email": "admin@is-a.dev"
},
"record": {
"URL": "https://is-a.dev/docs"
}
"CNAME": "is-a.dev"
},
"proxied": true
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "haripajjuri",
"email": "haripajjuri@gmail.com"
},
"record": {
"CNAME": "haripajjuri.vercel.app"
}
}
+8
View File
@@ -0,0 +1,8 @@
{
"owner": {
"username": "JosemyDuarte"
},
"record": {
"CNAME": "josemyduarte.github.io"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "kahseng-dev",
"email": "kahseng.chew@protonmail.com"
},
"record": {
"CNAME": "kahseng.pages.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "DevMatei",
"email": "matei.thoma@gmail.com"
},
"record": {
"A": [
"176.100.37.70"
]
}
}
+4 -4
View File
@@ -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"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "JuniorDereon",
"email": "robloxsafe72@gmail.com"
},
"record": {
"A": ["159.69.86.171"]
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "DevMatei",
"email": "matei.thoma@gmail.com"
},
"record": {
"A": [
"75.2.60.5"
]
}
}
+1 -1
View File
@@ -5,7 +5,7 @@
"discord": "1167825360151380032"
},
"record": {
"A": ["216.24.57.1"],
"A": ["89.106.200.1"],
"TXT": [
"google-site-verification=nDh74FzhzmLwzfX4wZWHjZOjNXmTCKyuw89TGKOIfkE"
]
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "is-a-dev",
"email": "admin@is-a.dev"
},
"record": {
"URL": "https://is-a.dev"
}
}
+17 -8
View File
@@ -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"
]
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "DevMatei",
"email": "matei.thoma@gmail.com"
},
"record": {
"A": [
"176.100.37.70"
]
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "omkar-tenkale",
"email": "otenkale@gmail.com"
},
"record": {
"CNAME": "omkar-tenkale.github.io"
}
}
+9 -8
View File
@@ -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"]
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "pexeixv",
"email": "gavn@duck.com"
},
"record": {
"CNAME": "gavn.in"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "AlejandroGomezFrieiro",
"email": "alejandrogomezfrieiro@gmail.com"
},
"record": {
"CNAME": "alejandrogomezfrieiro.github.io"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "spuckhafte",
"email": "rakshit240405@gmail.com"
},
"record": {
"A": [
"75.2.60.5"
]
}
}
+1 -1
View File
@@ -6,5 +6,5 @@
"record": {
"A": ["129.146.51.207"]
},
"proxied": true
"proxied": false
}
+11
View File
@@ -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"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "spider-development01"
},
"record": {
"A": [
"75.2.60.5"
]
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "mulchs",
"discord": "1273579466936815717",
"OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.VQbRFqL4oyeBRF7H8wmvWeQR00tQnJnL2c0Yc--s4fbY_z_gr-LC7j6Ep_s-mStGfFpmnGZxPAz89WkApt6__tftZ8oClYEbRQJyN7jtoOHO86GNYMxcvQJ2ngNqxjADWrWROLR2uI9c0VZryiZFLfDXkfl0WbtTl2UvndEnjCVwNyIuv8L67P1p9p0ODDyKIcztIkDEROfD46mWthqIcElcWxNuCXMsPYgtBXYn6O6SrQWHhilzEsvLHe8BEMESAfpxvOH7clAWLVLIAmEmNNnoecLwse_z3k8pZHJQDOifr8k5t8FoRNhPH5QYFAXGfk4Mi_jCFUPZV9cwjJa0gA.EkJAMMF4R2XX-bBYIFnfQg.K1R0AqjrIzfN5_rcJit1g8JFU4DxBqL9Wq8nGU3Rhka93TEfxiRYSi5C0RFtt3i-OH_FxwePHkLCDDMDLE4fFFl8bQplvGRoXw-_QY5Czqf2bH6GtsIpt0viog_2l4h5.khbF7ESzWSSPeYTADVcsyg"
},
"record": {
"CNAME": "wave.fwh.is"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"email": "xvannn07@example.com",
"username": "Xvannn07"
},
"record": {
"CNAME": "silly-arithmetic-ef452c.netlify.app"
},
"proxy": false
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "yashsachdev",
"email": "yashsachdev5677@gmail.com"
},
"record": {
"CNAME": "yashsachdevblog.azureedge.net"
}
}
-4
View File
@@ -1,4 +0,0 @@
[
"wdhdev",
"DEV-DIBSTER"
]
-1
View File
@@ -58,7 +58,6 @@
"mobile",
"net",
"news",
"nic",
"noc",
"notification",
"notifications",