Skip to content

Instantly share code, notes, and snippets.

@sjeandeaux
Last active August 29, 2015 14:19
Show Gist options
  • Save sjeandeaux/94b3a696d0fe9752446a to your computer and use it in GitHub Desktop.
Save sjeandeaux/94b3a696d0fe9752446a to your computer and use it in GitHub Desktop.
unset_proxy
#configuration.
unset proxy
unset proxy_port
unset proxy_user
unset proxy_password
unset proxy_password_encoding
unset use_proxy
#variables
unset http_proxy
unset https_proxy
unset ftp_proxy
unset no_proxy
unset HTTP_PROXY
unset HTTPS_PROXY
unset FTP_PROXY
unset NO_PROXY
unset VAGRANT_HTTP_PROXY
unset VAGRANT_YUM_HTTP_PROXY
unset VAGRANT_HTTPS_PROXY
unset VAGRANT_FTP_PROXY
unset VAGRANT_NO_PROXY
unset DOCKER_RUN_PROXY
unset SBT_OPTS
unset JAVA_OPTS
unset ANT_OPTS
unset GIT_SSH_COMMAND
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment