This commit is contained in:
陆柯 2022-07-20 16:16:24 +08:00
parent 0476d08be8
commit a6b0202b46
2 changed files with 9 additions and 0 deletions

2
proxy-off.bat Normal file
View File

@ -0,0 +1,2 @@
set http_proxy=
set https_proxy=

7
proxy-on.bat Normal file
View File

@ -0,0 +1,7 @@
set HTTP_PROXY=http://127.0.0.1:41091
@REM set HTTP_PROXY_USER=username
@REM set HTTP_PROXY_PASS=password
set HTTPS_PROXY=http://127.0.0.1:41091
@REM set HTTPS_PROXY_USER=username
@REM set HTTPS_PROXY_PASS=password