The configured DNS server is incorrect or does not exist.
The configured DNS server is incorrect or does not exist.
在powershell中直接执行下面的代码会报上面的错误, 但是设置却生效了, 为什么?- netsh interface ipv4 set dns name="XXX" static 223.5.5.5
- netsh interface ipv4 add dns name="XXX" 223.6.6.6 index=2
复制代码
|