Skip to content

Instantly share code, notes, and snippets.

@ichux
Created April 4, 2021 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ichux/720c5b9f3b65133e89c140b326e3ece8 to your computer and use it in GitHub Desktop.
Save ichux/720c5b9f3b65133e89c140b326e3ece8 to your computer and use it in GitHub Desktop.
curl -k --proxy 192.168.1.16:9137 http://httpbin.org/ip
export http_proxy=192.168.1.16:9137
export https_proxy=192.168.1.16:9137
curl -k http://httpbin.org/ip
unset http_proxy
unset https_proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment