Merge branch 'main' into main

This commit is contained in:
Youssef lmouden
2024-12-11 09:26:00 +01:00
committed by GitHub
2 changed files with 19 additions and 11 deletions
+8 -11
View File
@@ -22,26 +22,23 @@ Not all of these will be posted on GitHub, however they will always be posted in
# Register
### NS Records
When applying for NS records, please consider if you *actually* need them. Please provide a detailed reason (with evidence) of why you require NS records.
9 times out of 10, you do not actually need NS records, and merely want them. We already support a wide range of records, so it is extremely unlikely you will actually require them.
When applying for NS records, please consider if you *actually* need them.
In your PR, please provide *extensive* reasoning, with evidence/examples, of why you need NS records.
You can see a good example of this [here](https://github.com/is-a-dev/register/pull/17592).
***Pull requests adding NS records without valid reasoning will be closed.***
**Instant Denials**:
- I don't want to create a pull request everytime I want to update my DNS records.
- Over 3,000 people have to, you can too.
- I want to use Cloudflare's proxy for DDoS protection.
- Simply add `"proxied": true` to your file, to enable Cloudflare's Enterprise-level DDoS protection for your subdomain.
- Note: We *may* allow certain users to register NS records if it would expose their home IP.
For any questions regarding NS records, feel free to email support@is-a.dev.
- Over 3,000 people have to create PRs for updating their records, you can too.
- It is easier to manage DNS records on *(insert DNS provider name)*.
- It isn't too difficult to open a pull request to update your DNS records. We aim for PRs to be merged with-in 24 hours.
- I want to use DDoS protection.
- You can simply add `"proxied": true` to your file, to enable Cloudflare's Enterprise-level DDoS protection for your subdomain.
> [!NOTE]
> You can skip these requirements by [supporting the service](https://wdh.gg/pvNCdvs) with a small amount of $2.
>
> All donations go towards supporting the service's running costs.
>
> If you decide to donate, please email william@is-a.dev with your payment confirmation and your pull request link to receive your NS records.
## Manual Registration
+11
View File
@@ -0,0 +1,11 @@
{
"description": "tortilla.is-a.dev",
"owner": {
"username": "Colbster937",
"email": "colbster937@colbster937.dev"
},
"record": {
"CNAME": "dns.tortillagames.org"
},
"proxied": true
}