domain-name-system – 为什么域的根不能成为CNAME?

domain-name-system – 为什么域的根不能成为CNAME?,第1张

概述参见英文答案 > Why can’t a CNAME record be used at the apex (aka root) of a domain?                                    2个 我刚读了 this question,基本上说当我为example.com设置DNS时,根记录不能是CNAME,它必须是A记录. 我的问题是,为什么? 我确信设计DNS 参见英文答案 > Why can’t a CNAME record be used at the apex (aka root) of a domain?2个
我刚读了 this question,基本上说当我为example.com设置DNS时,根记录不能是Cname,它必须是A记录.

我的问题是,为什么?

我确信设计DNS的聪明人没有无理由地制定任何限制,但是我没有看到我们通过将根域称为A记录而获得的收益.我很乐意将我的example.com域名指向someserver.somewebhost.example并忘记它,但我不能.

请告诉我,billpg.

解决方法 首先,根本原因不是你必须使用A记录,而是你不能使用Cname记录,因为它们不能与其他普通资源记录类型共存.

限制的原因在RFC 1034的§3.6.2中:

If a Cname RR is present at a node,no
other data should be present; this
ensures that the data for a canonical
name and its aliases cannot be
different. This rule also insures
that a cached Cname can be used
without checking with an authoritative
server for other RR types.

由于(委托)域的根必须具有SOA和NS记录,因此上面的规则会启动,从而阻止使用Cname.

总结

以上是内存溢出为你收集整理的domain-name-system – 为什么域的根不能成为CNAME?全部内容,希望文章能够帮你解决domain-name-system – 为什么域的根不能成为CNAME?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1088740.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-27
下一篇 2022-05-27

发表评论

登录后才能评论

评论列表(0条)

保存