Skip to content

Instantly share code, notes, and snippets.

@CraKeyBoy
Forked from asmega/.curlrc
Created September 17, 2019 14:40
Show Gist options
  • Save CraKeyBoy/763ff775d6cf493b8874d0c2c4fedd46 to your computer and use it in GitHub Desktop.
Save CraKeyBoy/763ff775d6cf493b8874d0c2c4fedd46 to your computer and use it in GitHub Desktop.
default proxy for curl in .curlrc
proxy=http://username:password@host:port
@CraKeyBoy
Copy link
Author

如果临时不需要代理使用以下参数

curl --noproxy "*" http://www.google.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment