Skip to content

Instantly share code, notes, and snippets.

@Faithlv1
Forked from dreamlu/win-ss
Created September 22, 2023 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Faithlv1/ada9e7921165ca0e9e022d47a8d52c58 to your computer and use it in GitHub Desktop.
Save Faithlv1/ada9e7921165ca0e9e022d47a8d52c58 to your computer and use it in GitHub Desktop.
windows终端翻墙,简易方式
环境:shadowsocks、windows
本地ss端口设置(这里1080)
cmd命令行:(不用socks5)(临时设置)(也可放置环境变量)
set http_proxy=http://127.0.0.1:1080
set https_proxy=http://127.0.0.1:1080
ps:一定要用cmd命令行,千万别用powershell !!!
简易测试命令:curl https://www.google.com(别用ping)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment