Skip to content

Instantly share code, notes, and snippets.

@codeShaurya
Last active May 8, 2019 16:09
Show Gist options
  • Save codeShaurya/007c20b5c1c698508cd2a3030280ea51 to your computer and use it in GitHub Desktop.
Save codeShaurya/007c20b5c1c698508cd2a3030280ea51 to your computer and use it in GitHub Desktop.
How to remove manual proxy from the terminal
# To list all the active proxy in you system
env | grep -i proxy
# To unset an active proxy
unset __PROXY_NAME_
eg.
unset https_proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment