Skip to content

Instantly share code, notes, and snippets.

@gingerscallion
Last active October 15, 2020 14:30
Show Gist options
  • Save gingerscallion/0b1a2b3b4debed62f7edf5ff650a9f8c to your computer and use it in GitHub Desktop.
Save gingerscallion/0b1a2b3b4debed62f7edf5ff650a9f8c to your computer and use it in GitHub Desktop.
Proxy Settings for WSL1
# WSL1
alias www='https_proxy="http://127.0.0.1:8080" http_proxy="http://127.0.0.1:8080"'
# or simply
export https_proxy="http://127.0.0.1:8080"
export http_proxy="http://127.0.0.1:8080"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment