返回列表 回复 发帖

用dos命令查询域名dns服务器的方法

在使用的操作系统里进入MS-DOS(命令提示行)界面

1. 你不可能通过限制访问某个特定的DNS去限制访问某些网站。
2. 当你访问网站的时候,你只要连接到任何一个DNS服务器就可以了,
DNS的负责联系其他的DNS,不是由主机去逐级找的。
3. 可以使用nslookup命令去找具体的DNS。比如你找www.zhanwai.com的DNS
C:\> nslookup

> set querytype=NS
> zhanwai.com
Server: ns1.dnspod.net
Address: 202.99.192.66

Non-authoritative answer:
zhanwai.com nameserver = ns1.dnspod.net
zhanwai.com nameserver = ns2.dnspod.net

也可以在网站里查询:

  英文国际:http://www.registernames.net/whois.shtml

  英文国内:http://www.cnnic.net.cn/registration/domain.shtml
返回列表