WP系列3: 域名解析, 和常用种类
A 记录, 直接指向 服务器Ip地址的. 常见用法有:
- www:解析后的域名为www.idehe.com。
- @:直接解析主域名 idehe.com。
- *:泛解析,匹配其他所有域名 *.idehe.com。
- mail:将域名解析为mail.idehe.com,通常用于解析邮箱服务器。
- 二级域名:如:abc.idehe.com,填写abc。
其他常用的:
邮件用: MX – DNS 的 MX 记录是一种 DNS 记录它存储了一个域的邮件交换服务器。它用于将电子邮件传送到正确的地方。
NS – NS 代表“域名服务器”,域名服务器记录指示哪个 DNS 服务器对该域具有权威性(即,哪个服务器包含实际 DNS 记录)。
这个 NS 就是域名解析, 我这里改成 cloudflare 了, 对后台的IP服务器地址有保护作用
TXT – 经常用来解析 google analytics 的授权
其他不常用的:
CNAME – – CNAME 即指别名记录,也被称为规范名字。一般用来把域名解析到别的域名上,当需要将域名指向另一个域名,再由另一个域名提供 ip 地址,就需要添加 CNAME 记录。
SOA – SOA 叫做起始授权机构记录,NS 用于标识多台域名解析服务器,SOA 记录用于在众多 NS 记录中那一台是主服务器。 SOA 记录表示此域名的权威解析服务器地址。
– SOA @ Primary nameserver: ns21.domaincontrol.com.
当前 CF 的设置:
Translate into english by chatgpt4
- A Records: These directly point to a server’s IP address. Common uses include:
- MX Records: These are used for routing emails to the correct mail exchange server for a domain.
- NS Records: NS stands for “Name Server,” indicating which DNS server has authority (i.e., contains the actual DNS records) for a domain.
- TXT Records: Often used for authorizing services like Google Analytics.
- CNAME Records: Known as canonical name records, these are used to resolve a domain name to another domain name, which then provides the IP address.
- SOA Records: Stands for Start of Authority, indicating the primary nameserver among multiple NS records.