# 限制

ZDNS 支持以下 DNS 解析记录类型：**A、AAAA、CNAME、MX、TXT、PTR、SRV**。

**记录类型说明**

<table><thead><tr><th width="128.34234619140625">记录类型</th><th width="187.02978515625">类型说明</th><th width="150.09796142578125">主机记录格式</th><th>记录值格式要求</th></tr></thead><tbody><tr><td><strong>A 记录</strong></td><td>将域名指向 IPv4 地址，支持泛解析。</td><td>域名前缀</td><td>点分十进制 IPv4 地址（如 <code>192.168.1.2</code>）。支持多条记录，可配置权重。</td></tr><tr><td><strong>AAAA 记录</strong></td><td>将域名指向 IPv6 地址，支持泛解析。</td><td>域名前缀</td><td>IPv6 地址（如 <code>ff03:0:0:0:0:0:0:c1</code>）。支持多条记录，可配置权重。</td></tr><tr><td><strong>CNAME 记录</strong></td><td>将域名指向另一个域名，使其具有与目标域名相同的解析结果。</td><td>域名前缀</td><td>域名格式（如 <code>abc.example.com</code>）。</td></tr><tr><td><strong>MX 记录</strong></td><td>指定用于接收邮件的邮件服务器域名。</td><td>域名前缀</td><td>域名格式（如 <code>abc.example.com</code>）。</td></tr><tr><td><strong>TXT 记录</strong></td><td>可填写任意字符串，常用于身份校验（如 SPF 反垃圾邮件校验）。</td><td>域名前缀</td><td>字符串格式，仅支持字母、数字、<code>*?-_~=:;.@+^/!”</code>。</td></tr><tr><td><strong>SRV 记录</strong></td><td>用于标识某台服务器提供的服务及其访问方式。</td><td>通常为 <code>_&#x3C;服务名>._&#x3C;协议类型></code>（如 <code>_sip._tcp</code>）</td><td><code>[优先级] [权重] [端口] [目标地址]</code>，范围为 0–65535，字段间以空格分隔。例如：<code>0 5 5060 sipserver.example.com</code></td></tr><tr><td><strong>PTR 记录</strong></td><td>用于反向解析，通过 IP 查询域名。</td><td>IPv4 场景下一般为 0–255 的数字</td><td>域名格式（如 <code>abc.example.com</code>）。例如：针对 <code>192.168.0.1/24</code>，Zone Name 为 <code>0.168.192.in-addr.arpa</code>，记录为 <code>5 -> abc.example.com</code>，表示查询 <code>192.168.0.5</code> 时返回该域名。</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.console.zenlayer.com/welcome/cn/elastic-compute/zdns-service/limit.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
