Skip to content

Instantly share code, notes, and snippets.

@amorist
Created October 11, 2018 03:09
Show Gist options
  • Save amorist/8baa491f7099f37d51af967ae20b9b8b to your computer and use it in GitHub Desktop.
Save amorist/8baa491f7099f37d51af967ae20b9b8b to your computer and use it in GitHub Desktop.
alias setproxy="export http_proxy=http://127.0.0.1:1080 && export https_proxy=http://127.0.0.1:1080 && curl -i http://ip.cn"
alias unsetproxy="unset http_proxy && unset https_proxy && curl -i http://ip.cn"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment