Skip to content

Instantly share code, notes, and snippets.

@andresvia
Last active December 5, 2016 17:13
Show Gist options
  • Select an option

  • Save andresvia/0430489d86ce1475c9356f813c23a601 to your computer and use it in GitHub Desktop.

Select an option

Save andresvia/0430489d86ce1475c9356f813c23a601 to your computer and use it in GitHub Desktop.
HTTP_PROXY=http://10.130.2.251:3128
http_proxy=http://10.130.2.251:3128
HTTPS_PROXY=http://10.130.2.251:3128
https_proxy=http://10.130.2.251:3128
NO_PROXY=.github.com,localhost,127.0.0.1
no_proxy=.github.com,localhost,127.0.0.1
export HTTP_PROXY
export http_proxy
export HTTPS_PROXY
export https_proxy
export NO_PROXY
export no_proxy
@andresvia

Copy link
Copy Markdown
Author
eval $(curl -x http://10.130.2.251:3128 -s -L https://is.gd/setproxyglbnt)

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