我将我的虚拟主机提供商的控制面板中的DNS区域记录更新为Cloudflare提供的.
之后有两个名称服务器:
NS elle.ns.cloudflare.com NS lloyd.ns.cloudflare.com
该网站仍然存在,但当我检查DNS(http://www.intodns.com)时,我有以下错误:
Pingdom还告诉我:
>父级列出的多余名称服务器:ns1.mijnhostingpartner.nl
>父母列出的多余名称服务器:ns2.mijnhostingpartner.nl
>父母列出的多余名称服务器:ns3.mijnhostingpartner.nl 2
>发现了不同的连续剧.找到2个不同的SOA记录.不能
>找到反向地址(4次)
有人可以帮帮我吗? Cloudflare还说安装不正确.
谢谢!
解决方法
“Glue” above includes any record in a zone file that is not
properly part of that zone,including nameserver records of
delegated sub- zones (NS records),address records that accompany
those NS records (A,AAAA,etc),and any other stray data that
might appear.
仅更改区域文件中的NS记录是不够的,但您也应该在域名注册商处更改它们.然后,将它们添加到TLD的区域中,以便将控制权委派给您的子区域.这里是example.com.是com的子区域.这是根的子区域.
为什么这些“glue” records必要?他们阻止循环引用.如果您认为DNS查询是DNS服务器之间的对话,则循环引用可以是:
>您好,NS的公司!你知道吗,example.com的名称服务器是什么?
>当然可以!这是ns1.example.com ..
>谢谢兄弟! ns1.example.com的IP地址是什么?
>我不知道,您应该从example.com的名称服务器询问..
>好的,example.com的名称服务器是什么.
因此,上一级别区域也必须包含名称服务器的IP地址.