Skip to content

Instantly share code, notes, and snippets.

@andresvia
Last active February 28, 2017 21:32
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andresvia/0f26655fbdae20db04c2a1737ae30dc4 to your computer and use it in GitHub Desktop.
Save andresvia/0f26655fbdae20db04c2a1737ae30dc4 to your computer and use it in GitHub Desktop.
HTTP_PROXY=http://10.20.4.15:3128
http_proxy=http://10.20.4.15:3128
HTTPS_PROXY=http://10.20.4.15:3128
https_proxy=http://10.20.4.15:3128
NO_PROXY=localhost,10.20.0.126,127.0.0.1,192.168.99.100,10.0.2.15,172.17.0.1,192.168.12.212,192.168.212.65,192.168.212.66,.udistrital.edu.co,.udistritaloas.edu.co,.xip.io
no_proxy=localhost,10.20.0.126,127.0.0.1,192.168.99.100,10.0.2.15,172.17.0.1,192.168.12.212,192.168.212.65,192.168.212.66.udistrital.edu.co,.udistritaloas.edu.co,.xip.io
export HTTP_PROXY
export http_proxy
export HTTPS_PROXY
export https_proxy
export NO_PROXY
export no_proxy
unset HTTP_PROXY
unset http_proxy
unset HTTPS_PROXY
unset https_proxy
unset NO_PROXY
unset no_proxy
@andresvia
Copy link
Author

andresvia commented Jun 20, 2016

eval $(curl -x http://10.20.4.15:3128 -s -L https://is.gd/setproxyud)

@andresvia
Copy link
Author

andresvia commented Jun 22, 2016

eval $(curl -x http://10.20.4.15:3128 -s -L https://is.gd/unsetproxyud)

@andresvia
Copy link
Author

eval $(curl -x "" -s -L https://is.gd/unsetproxyud)

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