Last active
January 3, 2017 03:48
-
-
Save zfz/2ef72a90053686842003b60d6c9a8a05 to your computer and use it in GitHub Desktop.
This file contains 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
# Proxy switch to ShadowSocksX-NG | |
function set_proxy() { | |
export {http,https,ftp}_proxy='127.0.0.1:1087' | |
} | |
function unset_proxy() { | |
unset {http,https,ftp}_proxy | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment