Created
October 11, 2018 03:09
-
-
Save amorist/8baa491f7099f37d51af967ae20b9b8b to your computer and use it in GitHub Desktop.
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
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