Last active
May 8, 2019 16:09
-
-
Save codeShaurya/007c20b5c1c698508cd2a3030280ea51 to your computer and use it in GitHub Desktop.
How to remove manual proxy from the terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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