Skip to content

Instantly share code, notes, and snippets.

@4piu
Created July 1, 2021 05:52
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 4piu/a7f93191b93d63e7813f684d0495b00e to your computer and use it in GitHub Desktop.
Save 4piu/a7f93191b93d63e7813f684d0495b00e to your computer and use it in GitHub Desktop.
Shell script to temporarily disable the proxy
# source this file in shell
unset http_proxy https_proxy ftp_proxy rsync_proxy all_proxy HTTP_PROXY HTTPS_PROXY FTP_PROXY RSYNC_PROXY ALL_PROXY
echo "Proxy disabled"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment