Slakey

Results 2 comments of Slakey

感谢这位大兄弟推荐了这么好的项目,同样对github aciton不太熟,用shell脚本写出来了,方便给使用openwrt的兄弟提供个参考。 具体功能是 `获取ip-scanner/cloudflare项目并整合所有ip` -> `通过CFST测速导出结果` -> `Cloudflare域名解析优选IP` ``` #!/usr/bin/env bash #测速前自行修改代码停用openwrt的科学上网插件,如无安装请删除下面这行带stop的代码 /etc/init.d/shadowsocksr stop echo -e "清除旧版本ip-scanner/cloudflare项目..." rm -rf ./ip/cloudflare-daily echo -e "获取ip-scanner/cloudflare项目并整合ip..." #自选下载链接,第一个是github源站,后面两个是方便墙内的反代加速下载链接(网络搜集而来) #https://github.com/ip-scanner/cloudflare/archive/refs/heads/daily.zip #https://gh.api.99988866.xyz/https://github.com/ip-scanner/cloudflare/archive/refs/heads/daily.zip #https://github.91chi.fun/https://github.com/ip-scanner/cloudflare/archive/refs/heads/daily.zip wget -N -P...