<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Dns - 标签 - 研发日志 · R&amp;D Log</title><link>https://rd163.visword.com/tags/dns/</link><description>Dns - 标签 - 研发日志 · R&amp;D Log</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>whutluohui@gmail.com (小智晖)</managingEditor><webMaster>whutluohui@gmail.com (小智晖)</webMaster><copyright>本作品采用知识共享署名-非商业性使用 4.0 国际许可协议进行许可。</copyright><lastBuildDate>Sun, 12 Jan 2025 00:00:00 +0800</lastBuildDate><atom:link href="https://rd163.visword.com/tags/dns/" rel="self" type="application/rss+xml"/><item><title>dns 基础知识</title><link>https://rd163.visword.com/posts/dns-basic/</link><pubDate>Sun, 12 Jan 2025 00:00:00 +0800</pubDate><author><name>小智晖</name></author><guid>https://rd163.visword.com/posts/dns-basic/</guid><description><![CDATA[<h1 id="dns-基础知识" class="headerLink">
    <a href="#dns-%e5%9f%ba%e7%a1%80%e7%9f%a5%e8%af%86" class="header-mark"></a>dns 基础知识</h1><h2 id="一基础知识" class="headerLink">
    <a href="#%e4%b8%80%e5%9f%ba%e7%a1%80%e7%9f%a5%e8%af%86" class="header-mark"></a>一、基础知识</h2><p><strong>记录类型</strong></p>
<ul>
<li>A 记录：它记录域名与 IPv4 地址的对应关系。目前用的最多的 DNS 记录就是这个。</li>
<li>AAAA 记录：它对应的是 IPv6，可以理解成新一代的 A 记录。以后会用的越来越多的。</li>
<li>NS 记录：记录 DNS 域对应的权威服务器域名，权威服务器域名必须要有对应的 A 记录。通过这个记录，可以将子域名的解析分配给别的 DNS 服务器。</li>
<li>CNAME 记录: 记录域名与另一个域名的对应关系，用于给域名起别名。这个用得也挺多的。</li>
<li>MX 记录：记录域名对应的邮件服务器域名，邮件服务器的域名必须要有对应的 A 记录。</li>
<li>SRV 记录：SRV 记录用于提供服务发现。SRV 记录的内容有固定格式：优先级 权重 端口 目标地址，例如0 5 5060 sipserver.example.com</li>
</ul>
<p><strong>解析方式</strong></p>]]></description></item><item><title>DNS 全局负载均衡（GSLB）介绍</title><link>https://rd163.visword.com/posts/dns-gslb/</link><pubDate>Sun, 12 Jan 2025 00:00:00 +0800</pubDate><author><name>小智晖</name></author><guid>https://rd163.visword.com/posts/dns-gslb/</guid><description><![CDATA[<h1 id="dns-全局负载均衡gslb介绍" class="headerLink">
    <a href="#dns-%e5%85%a8%e5%b1%80%e8%b4%9f%e8%bd%bd%e5%9d%87%e8%a1%a1gslb%e4%bb%8b%e7%bb%8d" class="header-mark"></a>DNS 全局负载均衡（GSLB）介绍</h1><h2 id="参考" class="headerLink">
    <a href="#%e5%8f%82%e8%80%83" class="header-mark"></a>参考</h2><ul>
<li><a href="https://cloud.tencent.com/developer/article/2085462" target="_blank" rel="noopener noreferrer">DNS 全局负载均衡（GSLB）基本原理[通俗易懂]</a></li>
<li><a href="https://jjayyyyyyy.github.io/2017/05/17/GSLB.html" target="_blank" rel="noopener noreferrer">全局负载均衡GSLB学习笔记</a></li>
</ul>]]></description></item></channel></rss>