Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chenxinlong/88681d1ba8d4cd5b4f9c09a566229c7b to your computer and use it in GitHub Desktop.
Save chenxinlong/88681d1ba8d4cd5b4f9c09a566229c7b to your computer and use it in GitHub Desktop.
curl 代理
编辑 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