duliri123

duliri123

Openwrt自动优选IP,无需扫描,无需测速

视频教程:https://youtu.be/cKf8e9M_VXQ

1,进入 openwrt 后台
安装 python3 和 PIP
打开系统 —— 软件包 —— 搜索 python3—— 搜索 pip—— 并安装

安装依赖 requests
终端 —— 安装依赖

pip install requests

2,代码放进 root 文件夹
代码地址

cf 官方移动延迟低于 100M 的 ip:https://github.com/dockkkk/api-cfcdn/blob/main/345673.py (15 分钟一更新)

CF 官方 IP:https://github.com/dockkkk/api-cfcdn/blob/main/ymyuuubestcf.py (30 分钟一更新)

CF 反代 IP(香港):https://github.com/dockkkk/api-cfcdn/blob/main/ymyuuuproxy.py (30 分钟一更新)

放到 /root 文件夹

设置权限 chmod +x /root/*****.py

端口问题

非 TLS = [80, 8080, 8880, 2052, 2086, 2095, 2082]

TLS= [443, 8443, 2053, 2096, 2087, 2083],

二级域名问题

3,运行 python3 youxuan.py
检验是否成功 终端 ——root—— 密码 ——python3 youxuan.py

4, 设置自动运行
查看 python3 路径

which python3

自定义 6 小时一运行代码

0 */6 * * * /usr/bin/python3 /root/youxuan.py

代码放入计划任务

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.