已经过去 48 小时了,我已经将我的域“blocky.host”的名称服务器更新为 Google Cloud DNS。
但是我的域名没有传播,如图所示这里 如果我在不同的网络工具上检查我的域名,我会收到以下错误:
Nameserver ns-cloud-b1.googledomains.com/2001:4860:4802:32::6b did not return NS records. RCODE was REFUSED
Nameserver is not authoritative for blocky.host
我能做什么呢?
答案1
我可以通过删除该区域并创建新区域来修复此问题。Google Cloud 为我分配了新的名称服务器,现在它们正在运行!
答案2
看起来您已与域名注册商设置了粘合记录,但看起来名称服务器上没有您的域名的记录。
blocky.host
胶水记录:
; <<>> DiG 9.14.2 <<>> +norec @c.nic.host blocky.host. NS
; (2 servers found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 50758
;; flags: qr; QUERY: 1, ANSWER: 0, AUTHORITY: 4, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;blocky.host. IN NS
;; AUTHORITY SECTION:
blocky.HOST. 3600 IN NS ns-cloud-b1.googledomains.com.
blocky.HOST. 3600 IN NS ns-cloud-b4.googledomains.com.
blocky.HOST. 3600 IN NS ns-cloud-b3.googledomains.com.
blocky.HOST. 3600 IN NS ns-cloud-b2.googledomains.com.
;; Query time: 65 msec
;; SERVER: 2a02:e180:3::2#53(2a02:e180:3::2)
;; WHEN: Mon Aug 26 20:06:19 Central Daylight Time 2019
;; MSG SIZE rcvd: 172
blocky.host
授权记录开始:
; <<>> DiG 9.14.2 <<>> +norec @ns-cloud-b1.googledomains.com blocky.host. SOA
; (2 servers found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 63547
;; flags: qr; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;blocky.host. IN SOA
;; Query time: 61 msec
;; SERVER: 2001:4860:4802:32::6b#53(2001:4860:4802:32::6b)
;; WHEN: Mon Aug 26 20:11:12 Central Daylight Time 2019
;; MSG SIZE rcvd: 40
因此,本质上,您有一个域名,并且您有到域名服务器的粘合记录。但是您在这些域名服务器上没有域名记录。您需要登录到您的 Google 云服务控制面板并在那里纠正问题。