如题
联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum
DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
@echo off
set /p op=请选择DNS号:
if 1==%op% (
netsh interface ip set dns name="本地连接" source=static addr=218.244.0.19
netsh interface ip add dns name="本地连接" addr=61.134.1.4 index=2
) else (
netsh interface ip set dns name="本地连接" source=static addr=61.134.1.4
netsh interface ip add dns name="本地连接" addr=218.244.0.19 index=2
)