高級文盲

Network, Windows, 打屁

新增第2個 DNS 伺服器 (use by netsh)

# 列出電腦所有網路卡介面
netsh interface ipv4 show interfaces

# 設定網路卡(乙太網路 3) - 主要 DNS SERVER
netsh interface ip set dnsserver "乙太網路 3" static 8.8.8.8 primary

# 設定網路卡(乙太網路 3) - 第2個 DNS SERVER
netsh interface ip add dnsserver "乙太網路 3" 168.95.1.1

# 變更網路卡介面名稱
netsh interface set interface name="乙太網路 3" newname="VPN"

參考來源: