1028
All checks were successful
Clone Repository with Trojan-Go Proxy / clone_with_proxy (push) Successful in 33s
All checks were successful
Clone Repository with Trojan-Go Proxy / clone_with_proxy (push) Successful in 33s
This commit is contained in:
parent
b7def1390d
commit
0aa4790422
4
.github/workflows/BBB.yml
vendored
4
.github/workflows/BBB.yml
vendored
@ -105,8 +105,8 @@ jobs:
|
||||
curl -s https://httpbin.org/ip || echo "Request failed, even with proxy."
|
||||
|
||||
- name: 🌐 Step with Proxy (using curl with debug)
|
||||
env:
|
||||
ALL_PROXY: "socks5://127.0.0.1:1080"
|
||||
#env:
|
||||
# ALL_PROXY: "socks5://127.0.0.1:1080"
|
||||
run: |
|
||||
echo "Checking IP with proxy using curl:"
|
||||
curl -s --max-time 10 https://httpbin.org/ip || echo "Request failed, even with proxy."
|
||||
|
Loading…
Reference in New Issue
Block a user