Created
February 26, 2013 12:08
-
-
Save raphaeldealmeida/5038000 to your computer and use it in GitHub Desktop.
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
# 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