希望增加检测URL是否已经使用了加速,避免重复添加造成无法访问 #79
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
参考隔壁 komari-monitor/komari 的一个 ISSUE ,在脚本已经使用本项目进行加速的情况下,脚本内仍有 https://github.com 的URL,会导致重复添加加速URL,
而使用 hunshcn/gh-proxy 项目替换加速则无此问题,说明本bug由此项目引发。
建议增加判断是否已经添加加速URL,避免出现重复添加。
已修复