Skip to content

Instantly share code, notes, and snippets.

@hydrz
Created November 11, 2019 10:52
Show Gist options
  • Save hydrz/a2856fb9d683043f1f461a926832dbcd to your computer and use it in GitHub Desktop.
Save hydrz/a2856fb9d683043f1f461a926832dbcd to your computer and use it in GitHub Desktop.
终端走代理
# proxy list
alias proxy='export all_proxy=socks5://127.0.0.1:1080'
alias unproxy='unset all_proxy'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment