添加本地连接DNS
@netsh interface ip set dns name="本地连接" source=static addr=202.96.209.5
@netsh interface ip add dns name="本地连接" addr=202.96.209.133 index=2
删除本地连接里面的DNS
...
添加本地连接DNS
@netsh interface ip set dns name="本地连接" source=static addr=202.96.209.5
@netsh interface ip add dns name="本地连接" addr=202.96.209.133 index=2
删除本地连接里面的DNS
...
