windows下查看及修改DNS服务器

C:\Users\雨渐渐>nslookup
默认服务器:  cache-1.bjgwbn.net.cn
Address:  10.106.0.20

 

设置DNS
netsh interface ip set dns name="本地连接" source=static addr=61.144.56.100
增加DNS
netsh interface ip add dns name="本地连接" addr=202.96.128.68 index=2
netsh interface ip add dns name="本地连接" addr=192.168.0.1 index=3

posted on 2012-05-05 17:04  雨渐渐  阅读(879)  评论(0编辑  收藏  举报

导航