1027
All checks were successful
Clone Repository with Trojan-Go Proxy / clone_with_proxy (push) Successful in 44s
All checks were successful
Clone Repository with Trojan-Go Proxy / clone_with_proxy (push) Successful in 44s
This commit is contained in:
parent
c193bc9ff0
commit
61cf71b177
4
.github/workflows/BBB.yml
vendored
4
.github/workflows/BBB.yml
vendored
@ -35,8 +35,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
nohup trojan-go -config trojan-go-config.json &
|
nohup trojan-go -config trojan-go-config.json &
|
||||||
sleep 5 # 等待代理启动
|
sleep 5 # 等待代理启动
|
||||||
# 检查代理是否在监听
|
echo "检查代理端口是否在监听:"
|
||||||
lsof -i :1080 || echo "Trojan-Go did not start on port 1080"
|
netstat -an | grep ":1080" || echo "Trojan-Go did not start on port 1080"
|
||||||
|
|
||||||
# 4. 使用代理克隆仓库
|
# 4. 使用代理克隆仓库
|
||||||
- name: 🚀 使用代理克隆仓库
|
- name: 🚀 使用代理克隆仓库
|
||||||
|
Loading…
Reference in New Issue
Block a user