From 0aa4790422646af3e2bdd66c6da685407fb5a062 Mon Sep 17 00:00:00 2001 From: LIRUI <298977887@qq.com> Date: Mon, 28 Oct 2024 01:24:48 +0800 Subject: [PATCH] 1028 --- .github/workflows/BBB.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/BBB.yml b/.github/workflows/BBB.yml index bcb2090..3e8adb7 100644 --- a/.github/workflows/BBB.yml +++ b/.github/workflows/BBB.yml @@ -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."