is-a.dev适合开发者的免费二级域名,可接入Cloudflare
“is-a.dev” 是一个专门为开发者设计的域名服务,它是一个二级域名,用于托管个人项目、展示技术成果等。它提供了一个个性化、易于记忆的域名,并且强调了开发者社区的属性。
注册地址
is-a.dev
解析方式
- A
- AAAA
- CAA
- CNAME
- NS(需要合适的理由才能申请,支持接入CF)
- MX(需要合适的理由才能申请)
演示地址
https://ruyo.is-a.dev
省流步骤
1,Fork仓库:https://github.com/is-a-dev/register
2,在目录 register/domains/目录中新建 xxx.json (xxx代表申请的前缀)
{
"owner": {
"username": "GitHub 用户名",
"email": "常用邮箱"
},
"records": {
"A": ["111.111.111.111"]
},
"proxied": true
}
3,不同解析方式格式不一样!
A指向 IPv4 地址:
"A": ["192.0.2.1", "198.51.100.1"]
AAA指向 IPv6 地址:
"AAAA": ["2001:db8::1", "2001:db8::2"]
CAA控制哪些 CA 可以颁发证书:
"CAA": [
{ "flags": 0, "tag": "issue", "value": "letsencrypt.org" }
]CNAME指向另一个主机名:
"CNAME": "your-site.example.com"
DS DNSSEC 委托签名者:
"DS": [
{
"key_tag": 2371,
"algorithm": 13,
"digest_type": 2,
"digest": "..."
}
]您的域名的MX电子邮件服务器:
简单形式:
"MX": [
"mx1.example.com",
"mx2.example.com"
]
优先:
"MX": [
{ "target": "mx1.example.com", "priority": 10 },
{ "target": "mx2.example.com", "priority": 20 }
]NS将 DNS 委托给其他名称服务器:
"NS": ["ns1.example.com", "ns2.example.com"]
4,提交新建的xxx.json文件
5,前往自己的Fork的仓库,Pull requests 中【New pull request】将代码合并到 https://github.com/is-a-dev/register
合并的信息,必须按要求填写
# Requirements
- [x] I have **read** and **agree** to the [Terms of Service](https://is-a.dev/terms). <!-- Your request MUST follow the TOS to be approved. -->
- [x] My file is following the [domain structure](https://docs.is-a.dev/domain-structure/).
- [x] My website is **reachable** and **completed**. <!-- We do not permit simple "Hello, world!" or simply copied/mostly blank templated websites. -->
- [x] My website is **software development** related. <!-- Only your root subdomain needs to meet this requirement. -->
- [x] I have provided sufficient contact information in the `owner` key. <!-- Provide your email in the `email` field or another platform (e.g. X/Twitter or Discord) for contact. -->
- [x] I have provided a preview of my website below. <!-- This step is required for your domain to be approved. -->
- [ ]
# Website Preview
这里粘贴你的博客地址或者站点截图
6,然后等官方同意合并,解析即可生效。并且签发免费SSL证书。
最后总结
1,.dev域名必须启用HTTPS才能访问
2,只能用于个人网站或开发项目
3,免费域名最好不要用于线上服务~~~
版权声明:
作者:我是小马甲~
链接:https://51.ruyo.net/18927.html
来源:如有乐享
文章版权归作者所有,未经允许请勿转载。

共有 0 条评论