Skip to content

Instantly share code, notes, and snippets.

@skulltech
Created March 10, 2017 17:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skulltech/c2e713c6beb70340619826113f6e31df to your computer and use it in GitHub Desktop.
Save skulltech/c2e713c6beb70340619826113f6e31df to your computer and use it in GitHub Desktop.
Environment Variables required for Internet access through IITD Proxy.
http_proxy=http://proxy22.iitd.ac.in:3128
https_proxy=https://proxy22.iitd.ac.in:3128
no_proxy=.iitd.ac.in,.iitd.ernet.in
auto_proxy=http://www.cc.iitd.ernet.in/cgi-bin/proxy.btech
HTTP_PROXY=http://proxy22.iitd.ac.in:3128
HTTPS_PROXY=https://proxy22.iitd.ac.in:3128
NO_PROXY=.iitd.ac.in,.iitd.ernet.in
AUTO_PROXY=http://www.cc.iitd.ernet.in/cgi-bin/proxy.btech
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment