From 457c849e65a8556586185ba8d37d7df785b7b140 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 28 Dec 2024 18:12:22 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 438fd6691..2d8194670 100644 --- a/README.md +++ b/README.md @@ -22,24 +22,18 @@ 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. -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). +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. -***Pull requests adding NS records without valid reasoning will be closed.*** +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). -**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 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. +***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 can skip these requirements by [supporting the service](https://wdh.gg/pvNCdvs) with a small amount of $2. If you prefer to use GitHub Sponsors, you can sponsor [@wdhdev](https://github.com/sponsors/wdhdev) instead. +> 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)). > -> 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. +> If you decide to donate, please email william@is-a.dev (or send a message on Discord to `@williamharrison`) with your payment confirmation and your pull request link to have your PR approved. ## Manual Registration > If you want a more visual guide, check out [this blog post](https://wdh.gg/tX3ghge). @@ -54,10 +48,8 @@ You can see a good example of this [here](https://github.com/is-a-dev/register/p ## Automated Registration ***Returning soon.*** Join our [Discord server](https://discord.gg/is-a-dev-830872854677422150) for updates. -# Issues -If you have any problems, feel free to [open an issue](https://github.com/is-a-dev/register/issues/new/choose). - -If you have an issue that contains confidental infomation, send an email to security@is-a.dev. +## 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. --- From 367551a0adbfe76f113054c003d3cf50d266cc04 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 28 Dec 2024 18:19:25 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 2d8194670..24e2d5a02 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,17 @@ Not all of these will be posted on GitHub, however they will always be posted in Discord Server # Register +## 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 +- 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) + - 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! + ### 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. @@ -35,19 +46,6 @@ In your PR, please provide sufficient reasoning of why you need NS records, to h > > If you decide to donate, please email william@is-a.dev (or send a message on Discord to `@williamharrison`) with your payment confirmation and your pull request link to have your PR approved. -## Manual Registration -> 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 -- 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) -- 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! - -## Automated Registration -***Returning soon.*** Join our [Discord server](https://discord.gg/is-a-dev-830872854677422150) for updates. - ## 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. From 814a918ba916b4b289435e53299e074b49800804 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sat, 28 Dec 2024 18:26:05 +0800 Subject: [PATCH 3/3] Delete domains/socials.chiragnahata.json --- domains/socials.chiragnahata.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/socials.chiragnahata.json diff --git a/domains/socials.chiragnahata.json b/domains/socials.chiragnahata.json deleted file mode 100644 index 726befd50..000000000 --- a/domains/socials.chiragnahata.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "chiragnahata", - "email": "chiragnahata05@gmail.com" - }, - "record": { - "A": ["129.213.151.29"] - } -}