Skip to content

Instantly share code, notes, and snippets.

@asmega
Created October 27, 2011 12:38
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save asmega/1319442 to your computer and use it in GitHub Desktop.
Save asmega/1319442 to your computer and use it in GitHub Desktop.
default proxy for curl in .curlrc
proxy=http://username:password@host:port
@sundisee
Copy link

nice!

@kujiy
Copy link

kujiy commented Jan 15, 2016

nice !

@acherking
Copy link

if there is a '@' in password?

@ORESoftware
Copy link

ORESoftware commented Apr 1, 2017

@PusheAl
Copy link

PusheAl commented Jul 6, 2018

tnx

@denics
Copy link

denics commented Mar 28, 2019

and what about no-proxy?

no-proxy=127.0.0.1,localhost,192.168.1.0/24

or

noproxy=127.0.0.1,localhost,192.168.1.0/24

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