aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin CHEN <33132228+KevinZonda@users.noreply.github.com>2021-06-16 12:35:22 +0100
committerGitHub <noreply@github.com>2021-06-16 19:35:22 +0800
commit49daadf14c691232abcd178b4f69445bc9a1c09f (patch)
tree92da8eeb6b0fe65c8928535e69cc1d6cb9e90966
parent2c06c1e456cf28d032c6afc4f1613447b620e16e (diff)
downloadtranslated-content-49daadf14c691232abcd178b4f69445bc9a1c09f.tar.gz
translated-content-49daadf14c691232abcd178b4f69445bc9a1c09f.tar.bz2
translated-content-49daadf14c691232abcd178b4f69445bc9a1c09f.zip
Fix Glossary/DNS, zh-CN (#1211)
fix #1158
-rw-r--r--files/zh-cn/glossary/dns/index.html4
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>