From 2caae5990a1651ba01b69993b3a02f03e90bd814 Mon Sep 17 00:00:00 2001 From: Colbster937 Date: Sun, 8 Dec 2024 17:36:36 -0600 Subject: [PATCH 1/5] Add Tortilla --- domains/tortilla.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/tortilla.json diff --git a/domains/tortilla.json b/domains/tortilla.json new file mode 100644 index 000000000..cbca1d60c --- /dev/null +++ b/domains/tortilla.json @@ -0,0 +1,11 @@ +{ + "description": "tortilla.is-a.dev", + "owner": { + "username": "Colbster937", + "email": "colbster937@colbster937.dev" + }, + "record": { + "CNAME": "dns.tortillagames.org", + "proxied": true + } +} From a250f1cad6f0e4ae80851c1451808022b35e9d62 Mon Sep 17 00:00:00 2001 From: Colbster937 Date: Mon, 9 Dec 2024 09:47:14 -0600 Subject: [PATCH 2/5] Fix Record --- domains/tortilla.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tortilla.json b/domains/tortilla.json index cbca1d60c..2e9209670 100644 --- a/domains/tortilla.json +++ b/domains/tortilla.json @@ -6,6 +6,6 @@ }, "record": { "CNAME": "dns.tortillagames.org", - "proxied": true } + "proxied": true } From 745926d552083b17f67c4db5d9f87e93f2f9d8da Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Tue, 10 Dec 2024 19:25:43 -0500 Subject: [PATCH 3/5] Update tortilla.json --- domains/tortilla.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tortilla.json b/domains/tortilla.json index 2e9209670..d3c9a8171 100644 --- a/domains/tortilla.json +++ b/domains/tortilla.json @@ -5,7 +5,7 @@ "email": "colbster937@colbster937.dev" }, "record": { - "CNAME": "dns.tortillagames.org", + "CNAME": "dns.tortillagames.org" } "proxied": true } From ed70b820bba3b62be7bb5434d0b13f89ac599939 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Tue, 10 Dec 2024 19:27:17 -0500 Subject: [PATCH 4/5] chore: formatting --- domains/tortilla.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/domains/tortilla.json b/domains/tortilla.json index d3c9a8171..977c39694 100644 --- a/domains/tortilla.json +++ b/domains/tortilla.json @@ -1,11 +1,11 @@ { - "description": "tortilla.is-a.dev", - "owner": { - "username": "Colbster937", - "email": "colbster937@colbster937.dev" - }, - "record": { - "CNAME": "dns.tortillagames.org" - } - "proxied": true + "description": "tortilla.is-a.dev", + "owner": { + "username": "Colbster937", + "email": "colbster937@colbster937.dev" + }, + "record": { + "CNAME": "dns.tortillagames.org" + }, + "proxied": true } From 88df525518e634d8cede9ed05a587a2ad48b41cb Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Wed, 11 Dec 2024 11:16:25 +0800 Subject: [PATCH 5/5] Update README.md --- README.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index db04ad572..6629d8c78 100644 --- a/README.md +++ b/README.md @@ -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