Merge branch 'main' into puncoz-patch-1

This commit is contained in:
Puncoz Nepal
2025-01-05 20:40:45 +05:45
committed by GitHub
3 changed files with 27 additions and 4 deletions
+6 -4
View File
@@ -35,19 +35,21 @@ Not all of these will be posted on GitHub, however they will always be posted in
### 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.
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://is-a.dev/docs/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)
> [!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
@@ -0,0 +1,9 @@
{
"owner": {
"username": "DenisKlimenko",
"email": "denis.klimenko.92@gmail.com"
},
"record": {
"NS": ["destiny.ns.cloudflare.com", "kirk.ns.cloudflare.com"]
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "DevMatei",
"email": "matei.thoma@gmail.com"
},
"record": {
"A": [
"176.100.37.70"
]
}
}