1028
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
08f0e80f92
commit
dae31e5a7d
8
.github/workflows/BBB.yml
vendored
8
.github/workflows/BBB.yml
vendored
@ -33,10 +33,10 @@ jobs:
|
||||
TROJAN_GO_CONFIG: ${{ secrets.TROJAN_GO_CONFIG }}
|
||||
|
||||
# 3. 启动 Trojan-Go 并检测代理是否可用
|
||||
#- name: 🔍 测试代理的连通性
|
||||
# run: |
|
||||
# nohup trojan-go -config trojan-go-config.json &
|
||||
# sleep 5 # 等待代理启动
|
||||
- name: 🔍 测试代理的连通性
|
||||
run: |
|
||||
nohup trojan-go -config trojan-go-config.json &
|
||||
sleep 10 # 等待代理启动
|
||||
# sudo apt-get update && sudo apt-get install -y lsof
|
||||
# # 检查代理是否在监听
|
||||
# lsof -i :1080 || echo "Trojan-Go did not start on port 1080"
|
||||
|
Loading…
Reference in New Issue
Block a user