首次push

This commit is contained in:
chun_qiu 2024-08-22 04:13:31 +08:00
parent f77b73d227
commit ca7ac46612
6 changed files with 65 additions and 1 deletions

View File

@ -1,2 +1,26 @@
# cn86-domain # CN86域名注册系统
This document have [English](./README_EN.md) version
## 说明
CN86内网根域名为 ```.cn86```
需要者可以自由注册,但禁止注册违法中华人民共和国法律以及您所在地法律的域名,禁止将注册的域名用作违法违规的网站、项目
## 注册方法
Fork本仓库
在register-info中新建一个以你注册本站的用户名为名称的文件在里面写入以下信息
```
user-id : [用户名]
contact-email : [邮箱地址]
abuse-email : [邮箱地址]
```
在domain-info中新建一个以你要注册的域名为名的文件文件名中的``` . ```以``` - ```替代(如 xxxx-cn86 ),并在里面写入以下信息:
```
domain : xxxx.xxx (此处不需要以 - 替代 .)
admin-info : [用户名]
abuse-email : [邮箱地址]
ns-server : 10.86.86.86 (可根据需求更换为自己的NS服务器)
```
创建完成两个文件后提交合并请求在管理员允许后将会合并你的fork当你NS服务器(既ns-server)为10.86.86.86时,访问[www.dns.cn86](http://www.dns.cn86/)并以你的用户名注册一个用户,稍后管理员会向你的用户下添加你的域名
**说明每次只允许注册一个域名且域名必须大于2个字符**

26
README_EN.md Normal file
View File

@ -0,0 +1,26 @@
# 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**

4
domain-info/chunqiu-cn86 Normal file
View File

@ -0,0 +1,4 @@
domain : chunqiu.cn86
admin-info : chun_qiu
abuse-email : herodain@qq.com
ns-server : 10.86.86.86

4
domain-info/example-cn86 Normal file
View File

@ -0,0 +1,4 @@
domain : example.cn86
admin-info : example
abuse-email : admin@example.cn86
ns-server : 10.86.86.86

3
user-info/chun_qiu Normal file
View File

@ -0,0 +1,3 @@
user-id : chun_qiu
contact-email : herodain@qq.com
abuse-email : herodain@qq.com

3
user-info/example Normal file
View File

@ -0,0 +1,3 @@
user-id : example
contact-email : admin@example.cn86
abuse-email : admin@example.cn86