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