> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kevsrv.me/llms.txt
> Use this file to discover all available pages before exploring further.

# CloudNS

> 使用 CloudNS 设置你的域名

## 使用 CloudNS 设置你的域名

[CloudNS](https://www.cloudns.net/) 提供功能丰富的免费和付费 DNS 服务。

1. 登录你的 [CloudNS](https://www.cloudns.net/) 账户。
2. 点击 **DNS Zones** -> **Create new**。
3. 选择 **Master DNS Zone**。
4. 输入你的域名（例如：`your-name.example.com`）。
5. 选择 **Free Zone**（如果使用免费计划）并点击 **Create**。
6. 记下仪表板上列出的名称服务器（例如：`pns1.cloudns.net`, `pns2.cloudns.net` 等）。

### 连接到 Kevin Service Registry

1. 登录你的 Kevin Service Registry [Dashboard](https://registry.kevsrv.me/login)。
2. 转到 **我的域名** -> **管理**（管理你的域名）。
3. 在 **DNS Records** 部分，添加 CloudNS 提供的名称服务器。
   * 如果提供商列出了很多，你只需要添加前两个（例如：`pns1.cloudns.net`, `pns2.cloudns.net`）。

### 下一步

你现在可以在 CloudNS 仪表板中添加 A、CNAME 或 TXT 记录。

<CardGroup cols={1}>
  <Card title="部署你的网站" icon="rocket" href="/zh/guides/guides/github-pages">
    准备好托管网站了吗？查看我们的托管指南
  </Card>
</CardGroup>
