下载地址:
http://members.shaw.ca/nicholas.fong/dig/ 将此压缩包解压至例如 c:\dig 目录 检查 %WINDOWS%\system32 下有没有 msvcr70.dll ,如果有则删除 c:\dig\msvcr70.dll 。 接下来编辑 c:\dig\resolv.conf 文件,需要将你所用的DNS服务器在此文件中指定,格式跟linux下的 /etc/resolv.conf 相同,例如:
子windows下查看DNS服务器:
C:\Users\雨渐渐>nslookup 默认服务器: cache-1.bjgwbn.net.cn Address: 10.106.0.20
nameserver 61.144.56.101
nameserver 202.96.128.68 编辑保存后将此文件拷贝至 %WINDOWS%\system32\drivers\etc 目录下 接下来你可以将 c:\dig 目录加到系统环境变量 path 中。 安装完毕,可以试试了,使用命令如下: dig --help dig -h dig sina.com.cn 运行结果如下:;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 291 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 3 ;; QUESTION SECTION: ;sina.com.cn. IN A ;; ANSWER SECTION: sina.com.cn. 349 IN A 202.108.33.32 ;; AUTHORITY SECTION: sina.com.cn. 17227 IN NS ns1.sina.com.cn. sina.com.cn. 17227 IN NS ns3.sina.com.cn. sina.com.cn. 17227 IN NS ns2.sina.com.cn. ;; ADDITIONAL SECTION: ns1.sina.com.cn. 82579 IN A 202.106.184.166 ns2.sina.com.cn. 82579 IN A 61.172.201.254 ns3.sina.com.cn. 82579 IN A 202.108.44.55 ;; Query time: 40 msec ;; SERVER: 61.144.56.101#53(61.144.56.101) ;; WHEN: Sat Sep 29 14:20:12 2007 ;; MSG SIZE rcvd: 147