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
@@ -66,18 +67,10 @@ Describe your domain name and your usage. This is purely for documentation purpo
66
67
This is a link to your website repository or your github account. This is purely for documentation purpose and is optional.
67
68
68
69
### record (required)
69
-
This section is where you specify the DNS records. The supported types are:
70
-
71
-
-`CNAME`
72
-
-`A`
73
-
-`AAAA`
74
-
-`URL`
75
-
-`MX`
76
-
-`TXT`
77
-
-`SRV`
78
-
-`CAA`
79
-
-`NS` (NS records will only be given to users with a [genuine need for them who are trusted users.](https://is-a.dev/docs/faq/))
80
-
70
+
This section is where you specify the DNS records.
71
+
72
+
You can see a list of supported types [here](/faq/#which-records-are-supported).
73
+
81
74
Below are some examples for the given record types:
82
75
83
76
-**CNAME** record: This must be a hostname (`something.tld`). It cannot be used in conjunction with any other record types. This is typically used to map your domain to a specific server.
@@ -116,7 +109,7 @@ Below are some examples for the given record types:
116
109
```json
117
110
{
118
111
"record": {
119
-
"URL": "https://my-other-website.com"
112
+
"URL": "https://example.com"
120
113
}
121
114
}
122
115
```
@@ -135,7 +128,7 @@ Below are some examples for the given record types:
135
128
```json
136
129
{
137
130
"record": {
138
-
"TXT": ["Hello World!"]
131
+
"TXT": "Hello World!"
139
132
}
140
133
}
141
134
```
@@ -157,7 +150,7 @@ Below are some examples for the given record types:
157
150
}
158
151
}
159
152
```
160
-
Note: Please refer to the [frequently asked questions](https://is-a.dev/docs/faq/) for clarification on what or who we allow NS records for. If you want a example on what we want as the reasonings, you can [checkout this PR](https://github.com/is-a-dev/register/pull/16758).
153
+
Note: Please refer to the [frequently asked questions](https://docs.is-a.dev/faq/) for clarification on what or who we allow NS records for. If you want a example on what we want as the reasonings, you can [checkout this PR](https://github.com/is-a-dev/register/pull/16758).
161
154
162
155
-**SRV** record: This must be a list of service records. Each record specifies the priority, weight, port, and target for a service on your domain. SRV records are often used for services such as VoIP, messaging, and more.
Copy file name to clipboardExpand all lines: src/docs/index.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,13 @@ These are the subdomains run by the is-a.dev staff team.
20
20
21
21
- is-a.dev (the root domain, used for website, docs and emails)
22
22
- data.is-a.dev (data website, run by [@wdhdev](https://github.com/wdhdev))
23
-
- docs.is-a.dev (redirects to https://is-a.dev/docs)
23
+
- docs.is-a.dev (this website)
24
24
- owl.is-a.dev (beta user privacy service, run by [@andrewstech](https://github.com/andrewstech) and [@wdhdev](https://github.com/wdhdev))
25
25
- raw-api.is-a.dev (raw JSON API of all is-a.dev subdomains, run by [@wdhdev](https://github.com/wdhdev))
26
26
- register-bot.is-a.dev (Discord bot API, run by [@andrewstech](https://github.com/andrewstech))
27
27
- team.is-a.dev (team documentation)
28
+
-www.is-a.dev (redirect to the root domain)
28
29
29
30
**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]).**
30
31
31
-
*We do not unsolicitedly send emails to users, do not trust any unsolicitedly sent emails claiming they are us. Report any scam emails to [[email protected]](mailto:[email protected]).*
32
+
*We do not unsolicitedly send emails to users, do not trust any unsolicitedly sent emails claiming they are us. Report any unsolicited emails to [[email protected]](mailto:[email protected]).*
Read the [domain file structure](/docs/domain-structure) and setup the records accordingly.
4
+
Read the [domain file structure](/domain-structure) and setup the records accordingly.
5
5
6
6
## Configuring your server
7
7
After the pull request is merged, configure your server (apache, nginx, etc.) to work with `<subdomain>.is-a.dev`. If you are unsure how to configure your server, you can create an issue for support.
8
8
9
-
You should also, include `<subdomain>.is-a.dev` in your ssl certificate to get rid of certificate errors.
9
+
You should also, include `<subdomain>.is-a.dev` in your SSL certificate to get rid of certificate errors.
0 commit comments