Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save terrydang/160f00040eed81bac012bd4d85801e1d to your computer and use it in GitHub Desktop.
Save terrydang/160f00040eed81bac012bd4d85801e1d to your computer and use it in GitHub Desktop.
命令行下使用 socks5 代理
export http_proxy=socks5://127.0.0.1:8080 https_proxy=socks5://127.0.0.1:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment