domain-name-system – 我应该在DNS网址的末尾添加一个点(.)吗?

我注意到AWS的DNS服务(Route53)在每个DNS网址的末尾附加一个点(.):
ns-xxx.awsdns-yy.co.uk.
ns-xxx.awsdns-yy.net.
ns-xxx.awsdns-yy.org.
ns-xxx.awsdns-yy.com.

问题:这是一个错误,还是我应该包括.在我的DNS设置?

解决方法

最后的点是正确的.

这是一个鲜为人知的事实,但完全合格(明确的)DNS域名最后有一个点.运行DNS服务器的人通常都知道这一点(如果你错过了尾随点,你的DNS配置不太可能有效),但一般公众通常不会这样做.最后没有点的域名不是完全限定的,并且可能不明确.早在1987年,DNS规范RFC 1034就记录了这一点:

Since a complete domain name ends with the root label,this leads to a
printed form which ends in a dot.  We use this property to distinguish between:

   - a character string which represents a complete domain name
     (often called "absolute").  For example,"poneria.ISI.EDU."

   - a character string that represents the starting labels of a
     domain name which is incomplete,and should be completed by
     local software using knowledge of the local domain (often
     called "relative").  For example,"poneria" used in the
     ISI.EDU domain.

here

相关文章

操作步骤 1、进入elasticsearch的plugin,进入ik。进入config。 2、在config下面建立以.dic为后缀的字典...
lengend data数据中若存在'',则表示换行,用''切割。
代码实现 option = { backgroundColor: '#080b30', tooltip: { trigger: &...
问题原因 原因在于直接在js中取的变量并复制给var变量。 于是就变成这样。 解决办法 var data = &#...
前言 最近做了一个调查问卷导出的功能,需求是将维护的题目,答案,导出成word,参考了几种方案之后,选...
对于很多人来说,用字符编码都是熟能生巧,而不清楚为什么是那样的字符编码,所以我在这列了一个表,翻...