Skip to content

Instantly share code, notes, and snippets.

@raphaeldealmeida
Created February 26, 2013 12:08
Show Gist options
  • Save raphaeldealmeida/5038000 to your computer and use it in GitHub Desktop.
Save raphaeldealmeida/5038000 to your computer and use it in GitHub Desktop.
# You can set the default proxies for Wget to use for http, https, and ftp.
# They will override the value in the environment.
https_proxy = https://user:[email protected]:3128/
http_proxy = http://user:[email protected]:3128/
ftp_proxy = http://user:[email protected]:3128/
# If you do not want to use proxy at all, set this to off.
use_proxy = on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment