Skip to content

Instantly share code, notes, and snippets.

@YKG
Created May 17, 2018 01:54
Show Gist options
  • Save YKG/6d6726d78b7761079826c28e9ea56be5 to your computer and use it in GitHub Desktop.
Save YKG/6d6726d78b7761079826c28e9ea56be5 to your computer and use it in GitHub Desktop.
proxy setting for Terminal on Mac OSX
# proxy list
alias proxy='export all_proxy=socks5://127.0.0.1:1087'
alias unproxy='unset all_proxy'
@YKG
Copy link
Author

YKG commented May 17, 2018

@YKG
Copy link
Author

YKG commented Jun 1, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment