Created
May 27, 2016 06:10
-
-
Save terrydang/160f00040eed81bac012bd4d85801e1d to your computer and use it in GitHub Desktop.
命令行下使用 socks5 代理
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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