We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
建议脚本中 调用别的脚本时 都写成 bash <(....) 的形式 这样可以比较方便的应用ghproxy
演示视频: https://youtu.be/5zCJsCoi_lQ
ghproxy 演示站 https://ghproxy.lvedong.eu.org/
演示脚本
bash <( curl -L https://github.com/crazypeace/gh-proxy/raw/master/test-a.sh)
The text was updated successfully, but these errors were encountered:
懒
Sorry, something went wrong.
以BBR管理脚本为具体例子
kejilion脚本的ghproxy版本, 调用 BBR管理脚本 不能切换 tcp.sh 和 tcpx.sh
用ghproxy工具处理过的 tcpx.sh, 可以切换 tcp.sh 和 tcpx.sh
演示视频 https://youtu.be/PiAeWsFE-i0
视频中用到的命令和地址 https://journal.crazypeace.workers.dev/ghproxy-tutorial
No branches or pull requests
建议脚本中 调用别的脚本时 都写成 bash <(....) 的形式
这样可以比较方便的应用ghproxy
演示视频:
https://youtu.be/5zCJsCoi_lQ
ghproxy 演示站
https://ghproxy.lvedong.eu.org/
演示脚本
The text was updated successfully, but these errors were encountered: