27 lines
1.4 KiB
Markdown
27 lines
1.4 KiB
Markdown
# CN86 Domain Registration System
|
|
|
|
这个文档有 [中文](./README.md) 版本
|
|
|
|
## Explain
|
|
The internal root domain name of CN86 is ```.cn86```
|
|
Users are free to register, but it is prohibited to register domain names that violate the laws of the People's Republic of China and the laws of your location. It is also prohibited to use registered domain names for illegal websites or projects
|
|
|
|
## 注册方法
|
|
Fork this repository
|
|
Create a new file in 'user-info' with the username you registered for this site as your name, and write the following information in it:
|
|
```
|
|
user-id : [User ID]
|
|
contact-email : [email]
|
|
abuse-email : [email]
|
|
```
|
|
Create a new file in 'domain-info' named after the domain you want to register, using '-' instead of '.' in the file name (such as xxxx-cn86), and write the following information inside:
|
|
```
|
|
domain : xxxx.xxx
|
|
admin-info : [User ID]
|
|
abuse-email : [email]
|
|
ns-server : 10.86.86.86 (Can be replaced with one's own NS server according to needs)
|
|
```
|
|
After creating two files, submit a PR request. With the administrator's permission, your fork will be merged. When your NS server (i.e. ns-server) is 10.86.86.86, access [www.dns. cn86](http://www.dns.cn86/)Register a user with your username, and the administrator will add your domain name to your user later
|
|
**Explanation: Only one domain name is allowed to be registered at a time, and the domain name must be greater than 2 characters**
|
|
|