Skip to content

Instantly share code, notes, and snippets.

@hongqn
Created March 2, 2015 03:19
Show Gist options
  • Save hongqn/fdbecff464862a9746d7 to your computer and use it in GitHub Desktop.
Save hongqn/fdbecff464862a9746d7 to your computer and use it in GitHub Desktop.
proxyon() {
export http_proxy="http://127.0.0.1:8123"
export https_proxy="http://127.0.0.1:8123"
}
proxyoff() {
unset http_proxy
unset https_proxy
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment