更改网关DNS
netsh interface ip set address name="本地连接" source=static gateway=192.168.0.1 gwmetric=1netsh interface ip delete dns "本地连接" addr=all
netsh interface ip add dns "本地连接" addr=202.202.134.134
netsh interface ip add dns "本地连接" addr=202.202.227.227
保存为.bat运行即可。
页:
[1]