原来程序生成的脚本是使用route命令一条一条添加路由,添加5000多条路由在我的机器上要执行120秒,
我改成了生成一个临时netsh脚本,使用netsh -f
执行,大概只要10s(不支持 XP)
使用方法
python chnroutes.py -p netsh
将会生成 add_route.bat和 del_route.bat两个脚本
修改后的脚本生成程序
https://raw.githubusercontent.com/fangdingjun/chnroutes/master/chnroutes.py
测试脚本:
添加路由脚本
https://www.ratafee.nl/add_route.bat
1
yywudi 2015-01-05 18:07:02 +08:00
这个配合VPN使用是极好的。
不过现在都在浏览器里用ss+PAC,其他程序有需要翻墙的用127.0.0.1:port 设代理 基本不用VPN了 |
2
jkingben 2015-08-23 19:17:58 +08:00
非常好,不过在 python3.4 下,脚本 API 有点变动
|
3
jitongxi 2016-05-23 17:46:36 +08:00
很牛逼啊,这个效率绝对高
|