Created
June 8, 2018 17:04
-
-
Save chenxinlong/88681d1ba8d4cd5b4f9c09a566229c7b to your computer and use it in GitHub Desktop.
curl 代理
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
编辑 curl 的配置文件 ~/.curlrc | |
// http 代理 | |
proxy=http://username:password@host:port | |
// socks5 代理 | |
proxy=socks5://127.0.0.1:1080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment