截至澳大利亚时间周五下午,我使用 1.1.1.1 的 nslookup 失败。它使用 8.8.8.8 工作正常,Powershell Resolve-DnsName 工作正常。不指定服务器的 nslookup 工作正常,其中本地 DNS 使用 1.1.1.1。我已在各种 Windows 版本、各种 ISP 和路由器设备上尝试过此操作。
例如:
powershell (resolve-dnsname www.microsoft.com -server 1.1.1.1).ip4address
104.119.97.160
和
nslookup -type=A www.microsoft.com. 8.8.8.8
Server: dns.google
Address: 8.8.8.8
Non-authoritative answer:
Name: e13678.dscb.akamaiedge.net
Address: 23.202.161.73
Aliases: www.microsoft.com
www.microsoft.com-c-3.edgekey.net
www.microsoft.com-c-3.edgekey.net.globalredir.akadns.net
和
nslookup -type=A www.microsoft.com.
Server: fritz.box
Address: 192.168.4.1
Non-authoritative answer:
Name: e13678.dscb.akamaiedge.net
Address: 104.119.97.160
Aliases: www.microsoft.com
www.microsoft.com-c-3.edgekey.net
www.microsoft.com-c-3.edgekey.net.globalredir.akadns.net
但:
nslookup -type=A www.microsoft.com. 1.1.1.1
Server: one.one.one.one
Address: 1.1.1.1
DNS request timed out.
timeout was 2 seconds.
*** Request to one.one.one.one timed-out
我想知道,如果他们最近做了一些不同的事情,Windows 的 nslookup 是否会做一些奇怪的事情,并且现在它无法与 Cloudflare 对抗?