You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/useful/faq.md
+24-6Lines changed: 24 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ We support the following DNS record types:
18
18
*`CAA`
19
19
*`CNAME`
20
20
*`DS`
21
-
**Note: Must be used alongside `NS` records for DNSSEC.*
21
+
**Note: Can only be used alongside `NS` records for DNSSEC.*
22
22
*`MX`
23
23
*`NS`
24
24
**Note: Only approved in specific cases. See [Who can use NS records?](#who-can-use-ns-records) for details.*
@@ -104,18 +104,32 @@ Refer to this [Namecheap article](https://www.namecheap.com/support/knowledgebas
104
104
We **allow** NS records only when:
105
105
106
106
* The standard DNS record types we support aren't sufficient.
107
-
✅ You must provide clear, technical justification.
108
-
* A DNS provider (e.g., Aternos) requires NS delegation.
109
-
✅ You must provide documentation.
107
+
* A provider (e.g. Aternos) **requires** NS delegation and **does not** have any other method of setting up a subdomain.
108
+
* This is mostly regarding SaaS providers, **not** DNS providers like Cloudflare or deSEC.
110
109
111
110
We **do not allow** NS records for:
112
111
112
+
* Self hosting
113
+
***Note**: This can vary from case to case
113
114
* Convenience or ease of use
114
115
* Unverifiable or unsupported claims
115
116
* Non-functional or placeholder purposes
116
-
* Security concerns or abuse risk
117
+
* Self hosting websites that can be easily hosted on a free platform like GitHub Pages
118
+
* If we have security or abuse concerns
119
+
* New users of is-a.dev
120
+
* If you have not had an is-a.dev subdomain for at least 30 days, you will be denied due to security reasons.
121
+
* Users that have abused is-a.dev subdomains in the past
117
122
118
-
> ⚠️ **We reserve the right to deny any NS request at our discretion.**
123
+
> ⚠️ **We reserve the right to deny any NS request at our discretion for any reason.**
124
+
125
+
All NS record requests are reviewed on a case by case basis by the service owner.
126
+
127
+
Any PRs that clearly lack approved reasoning or evidence can be immediately denied by any maintainer, without a review from the service owner.
128
+
If denied by another maintainer, you do reserve the right to request a more thorough review from the service owner, which is possible by requesting the maintainer to escalate the PR.
129
+
130
+
> How long will it take for my NS record request to be reviewed?
131
+
132
+
Times can vary, usually with-in 24-72 hours, however in some rare cases it can take up to 2 weeks.
119
133
120
134
---
121
135
@@ -138,3 +152,7 @@ Follow these steps:
138
152
7.**Wait for approval and merging** by a maintainer.
139
153
140
154
> 💡 Keep an eye on your pull request, we may request changes before merging.
155
+
156
+
## Why does my PR have the "low priority" label?
157
+
158
+
This is because you have mentioned or messaged maintainers to get your PR approved.
0 commit comments