无需服务器,无需安装应用,只要能上网,就可批量白嫖免费上网节点

Aggregator - 免费代理池构建工具

项目地址: https://github.com/wzdnzd/aggregator

项目代码

1
2
3
4
5
6
7
!git clone https://github.com/wzdnzd/aggregator.git

%cd aggregator

!pip install -r requirements.txt

!python -u subscribe/collect.py -s

利用Google Colaboratory运行GitHub项目,获取上网节点

Google Colab集成环境: https://colab.google.com

同步windows时间服务

1
2
3
4
5
6
7
8
9

启动服务: net start w32time

设置时间服务器: w32tm /config /manualpeerlist:"time.windows.com, time.google.com" /syncfromflags:manual /reliable:YES /update

强制同步时间: w32tm /resync /force

查看状态是否成功: w32tm /query /status