diff options
author | Kevin CHEN <33132228+KevinZonda@users.noreply.github.com> | 2021-06-16 12:35:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-16 19:35:22 +0800 |
commit | 49daadf14c691232abcd178b4f69445bc9a1c09f (patch) | |
tree | 92da8eeb6b0fe65c8928535e69cc1d6cb9e90966 /files/zh-cn/glossary | |
parent | 2c06c1e456cf28d032c6afc4f1613447b620e16e (diff) | |
download | translated-content-49daadf14c691232abcd178b4f69445bc9a1c09f.tar.gz translated-content-49daadf14c691232abcd178b4f69445bc9a1c09f.tar.bz2 translated-content-49daadf14c691232abcd178b4f69445bc9a1c09f.zip |
Fix Glossary/DNS, zh-CN (#1211)
fix #1158
Diffstat (limited to 'files/zh-cn/glossary')
-rw-r--r-- | files/zh-cn/glossary/dns/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/glossary/dns/index.html b/files/zh-cn/glossary/dns/index.html index 1e51b0c146..451ef4fd08 100644 --- a/files/zh-cn/glossary/dns/index.html +++ b/files/zh-cn/glossary/dns/index.html @@ -7,9 +7,9 @@ tags: - 域名系统 translation_of: Glossary/DNS --- -<p>DNS (Domain Name System) 域名系统,是一个层次化、分散化的Internet连接资源命名系统。DNS维护着一个包含{{glossary("domain name","域名")}}与对应资源例如{{Glossary("IP address","IP地址")}}的列表.</p> +<p>DNS (Domain Name System) 域名系统,是一个层次化、分散化的Internet连接资源命名系统。DNS维护着一个包含{{glossary("domain name","域名")}}与对应资源例如{{Glossary("IP address","IP地址")}}的列表。</p> -<p>DNS最突出的功能是将易于记忆的域名(例如mozilla.org)翻译成为数字化的IP地址(例如151,106,5,172).这一从域名到IP地址的映射过程被成为<strong>DNS查询(DNS lookup)</strong>,与之对应,<strong>DNS反向查询(rDNS)</strong>用来找到与IP地址对应的域名.</p> +<p>DNS最突出的功能是将易于记忆的域名(例如mozilla.org)翻译成为数字化的IP地址(例如151.106.5.172)。这一从域名到IP地址的映射过程被称为<strong>DNS查询(DNS lookup)</strong>,与之对应,<strong>DNS反向查询(rDNS)</strong>用来找到与IP地址对应的域名。</p> <h2 id="更多">更多</h2> |