Skip to content

Instantly share code, notes, and snippets.

@jerry-sl
Created August 12, 2018 08:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jerry-sl/b2201e1dec1e5b0b496e4d18bcc870fd to your computer and use it in GitHub Desktop.
Save jerry-sl/b2201e1dec1e5b0b496e4d18bcc870fd to your computer and use it in GitHub Desktop.
alias proxy="export ALL_PROXY=socks5://127.0.0.1:1080"
alias unproxy="unset ALL_PROXY"
alias ip="curl -i http://ip.cn"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment