将 HTTP 和 HTTPS 代理从 10.255.0.1 更
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
# uses: pnpm/action-setup@v4
|
# uses: pnpm/action-setup@v4
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: curl -x 127.0.0.1:7890 ip.sb
|
run: curl -x http://10.255.0.1:7890 ip.sb
|
||||||
#
|
#
|
||||||
# - name: Install dependencies
|
# - name: Install dependencies
|
||||||
# run: pnpm install
|
# run: pnpm install
|
||||||
|
|||||||
Reference in New Issue
Block a user