diff --git a/proxy-off.bat b/proxy-off.bat new file mode 100644 index 0000000..90e3e1e --- /dev/null +++ b/proxy-off.bat @@ -0,0 +1,2 @@ +set http_proxy= +set https_proxy= diff --git a/proxy-on.bat b/proxy-on.bat new file mode 100644 index 0000000..6037637 --- /dev/null +++ b/proxy-on.bat @@ -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 \ No newline at end of file