1028
All checks were successful
Clone Repository with Trojan-Go Proxy / clone_with_proxy (push) Successful in 33s

This commit is contained in:
298977887 2024-10-28 01:24:48 +08:00
parent b7def1390d
commit 0aa4790422

View File

@ -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."