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
- Note: This can only be used in combination for NS records.
8
11
- MX
9
-
- TXT
10
-
- URL (redirection)
11
12
- NS (limited access)
12
13
- SRV
13
-
- CAA
14
+
- TXT
15
+
- URL
16
+
- Note: This is uses Cloudflare for redirection, it is not a real DNS record type.
14
17
15
18
## Why does my domain still redirect to the is-a-dev website?
16
19
This usually occurs due to the cache of your browser becoming invalid and [clearing your browser's cache](https://support.google.com/accounts/answer/32050) should solve this issue.
17
20
18
21
## Can I use a CNAME record with any other records?
19
-
You cannot request a subdomain nor submit changes containing a CNAME with any other records (TXT, A, MX, etc...)
22
+
You cannot request a subdomain nor submit changes containing a CNAME with any other records (A, AAAA, MX, TXT, etc...)
20
23
21
24
## How long will it take for my PR to get merged?
22
-
When we get into it. We always want you to wait for as short as possible. But maintainers cannot always be online. We have school and work, this is just a side project. Just be patient and we'll get to it as soon as possible! For a chance for a quicker review, send your PR in [pull-requests](https://discord.com/channels/830872854677422150/1130858271620726784).
25
+
When we get into it. We always want you to wait for as short as possible. But maintainers cannot always be online. We have school and work, this is just a side project. Just be patient and we'll get to it as soon as possible! For a chance for a quicker review, send your PR in [#pull-requests](https://discord.com/channels/830872854677422150/1130858271620726784) on our [Discord server](https://discord.gg/is-a-dev-830872854677422150).
23
26
24
27
## Which services do you support?
25
-
We support all services. For example: GitHub Pages and Cloudflare Pages.
28
+
We support nearly all services, however these are the main services people use with is-a.dev:
29
+
30
+
- Cloudflare Pages
31
+
- GitHub Pages
32
+
- Netlify
33
+
- Railway
34
+
- Vercel
26
35
27
36
## Can I create nested subdomains? (sub-sub domains)
28
37
Yes, you can! Simply create a file such as `blog.example.json` and follow the same guidelines as you would while registering `example.json`. Please note in order to have `blog.example.is-a.dev`, you must also own `example.is-a.dev`.
@@ -34,44 +43,38 @@ You can edit your domain's JSON file and submit a pull request to edit your doma
34
43
You can delete your domain's JSON file and submit a pull request to delete your domain.
35
44
36
45
## I keep getting a SSL error while using GitHub Pages, how do i fix this?
37
-
You need to go to your GitHub Pages settings on your website repository (likely called `<user.github.io>`) and make sure the `Enforce HTTPS` option is enabled to avoid this error.
46
+
You need to go to your GitHub Pages settings on your website repository (likely called something like `github-username.github.i>`) and make sure the `Enforce HTTPS` option is enabled to avoid this error.
38
47
39
48
## Can I be a maintainer/join the team?
40
49
No, we handpick every member of our team. You can increase your chances of being chosen by helping out people in our help forums.
41
50
42
51
## I have accidentally leaked sensitive information in my PR, how can I get my PR deleted?
43
-
If your PR **has not been merged**, you can email [[email protected]](mailto:[email protected]) or DM [williamharrison on Discord](https://discord.com/users/853158265466257448) however, if it has been merged already, then there is nothing we can do about it unfortunately.
44
-
45
-
## My DNS records are not updating even after 48 hours, what should I do?
46
-
Please open a help thread via any of our help channels and we will look into it.
52
+
If your PR **has not been merged**, you can email [[email protected]](mailto:[email protected]) or DM [williamharrison on Discord](https://discord.com/users/853158265466257448). If your PR has been merged already, then there is nothing we can do about it unfortunately.
47
53
48
54
## Can I use my domain for a minecraft server?
49
-
Sure, but it needs to be a nested subdomain (mc.example.is-a.dev). You would normally use a A record for this.
55
+
Yes, you can. You can use an A record combined with an SRV record for this.
56
+
57
+
Refer to [this article](https://www.namecheap.com/support/knowledgebase/article.aspx/9765/2208/how-can-i-link-my-domain-name-to-a-minecraft-server) by Namecheap for support.
50
58
51
59
## Can I use NS records?
52
60
We allow NS records for the following reasons and users:
53
-
- is-a.dev maintainers
54
-
- Users who are using **multiple** Cloudflare (or similar providers') services, which often require their own zones (e.g., DynDNS, cloudflared tunnels, etc.)
55
-
- Users who require a private zone, as they are using their home IP addresses behind Cloudflare (These cases will be carefully reviewed, as we understand some may claim to use a home IP address when they are not.)
56
-
- Users with a lot of nested subdomains *may* be allowed to register NS records so they do not have to manage multiple files.
57
-
- Aternos users (specifically Aternos, as they require NS records and you cannot modify DNS records under them).
61
+
62
+
- is-a.dev maintainers
63
+
- Users who are using **multiple** Cloudflare (or similar providers') services, which often require their own zones (e.g., DynDNS, cloudflared tunnels, etc.)
64
+
- Users who require a private zone, as they are using their home IP addresses behind Cloudflare (These cases will be carefully reviewed, as we understand some may claim to use a home IP address when they are not.)
65
+
- Users with a lot of nested subdomains *may* be allowed to register NS records so they do not have to manage multiple files.
66
+
- Aternos users (specifically due to the fact that they require NS records and you cannot modify DNS records under them.)
58
67
59
-
Note: These guidelines are not set in stone and may change. You are not limited to fitting only one of the criteria above; use them as a general guide. [@wdhdev](https://github.com/wdhdev) personally review each NS record request.
68
+
Note: These guidelines are not set in stone and may change. You are not limited to fitting only one of the criteria above; use them as a general guide. [@wdhdev](https://github.com/wdhdev) personally reviews each NS record request.
60
69
61
70
*We reserve the right to deny NS records at our discretion.*
62
71
63
72
## How can I make changes to my is-a.dev subdomain?
64
-
65
-
1.**Open your JSON file:** Navigate to the `domains` directory in your local repository and open the JSON file corresponding to your subdomain (`domains/<subdomain>.json`).
66
-
67
-
1.**Make your changes:** Edit the JSON file (or delete) to reflect the changes you want to make.
68
-
69
-
1.**Commit your changes:** Once you've made your changes, commit them to your local repository.
70
-
71
-
1.**Push your changes:** Push your changes to your forked repository on GitHub.
72
-
73
-
1.**Submit a Pull Request:** Go to your forked repository on GitHub and open a pull request.
74
-
75
-
1.**Wait for your PR to be merged:** After you have submitted your pull request, wait for it to be reviewed and merged. Once your pull request has been merged, your changes should be live!
76
-
77
-
**Note:** Make sure to monitor your PR for reviews in case some changes are requested. Also note that it can take up to 48 hours in some cases for your changes to take effect after your PR is merged.
73
+
1.**Open your JSON file:** Navigate to the `domains` directory in your fork and open the JSON file corresponding to your subdomain (`domains/subdomain.json`).
74
+
2.**Make your changes:** Edit the JSON file (or delete) to reflect the changes you want to make.
75
+
3.**Commit your changes:** Once you've made your changes, commit them to your fork.
76
+
4.**Push your changes:** Push your changes to your forked repository on GitHub.
77
+
5.**Submit a Pull Request:** Go to your forked repository on GitHub and open a pull request.
78
+
6.**Wait for your PR to be merged:** After you have submitted your pull request, wait for it to be reviewed and merged. Once your pull request has been merged, your changes should be live!
79
+
80
+
**Note:** Make sure to monitor your PR for reviews in case some changes are requested.
Copy file name to clipboardExpand all lines: src/docs/index.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,18 +16,15 @@ You can read about the domains JSON file structure [here](domain-structure/index
16
16
-[Vercel](vercel/index.md)
17
17
18
18
## Official Subdomains
19
-
These are the subdomains run by the is-a.dev staff team. Do not trust any subdomain that is not on this list that claims to be us.
19
+
These are the subdomains run by the is-a.dev staff team.
20
20
21
-
**Websites**:
22
-
23
-
- is-a.dev (the root domain, used for website and emails)
21
+
- is-a.dev (the root domain, used for website, docs and emails)
24
22
- data.is-a.dev (data website, run by [@wdhdev](https://github.com/wdhdev))
25
23
- docs.is-a.dev (redirects to https://is-a.dev/docs)
26
24
- owl.is-a.dev (beta user privacy service, run by [@andrewstech](https://github.com/andrewstech) and [@wdhdev](https://github.com/wdhdev))
27
25
- raw-api.is-a.dev (raw JSON API of all is-a.dev subdomains, run by [@wdhdev](https://github.com/wdhdev))
28
26
- register-bot.is-a.dev (Discord bot API, run by [@andrewstech](https://github.com/andrewstech))
29
27
- team.is-a.dev (team documentation)
30
-
-www.is-a.dev (redirects to https://is-a.dev)
31
28
32
29
**Do NOT trust any websites claiming to be us that are not listed here. If you find any, please report them to [[email protected]](mailto:[email protected]).**
0 commit comments