Skip to content

Instantly share code, notes, and snippets.

@zRains
Created September 4, 2024 09:24
Show Gist options
  • Save zRains/572a73f68aa6c5ba1c0cf22c6d0d2f54 to your computer and use it in GitHub Desktop.
Save zRains/572a73f68aa6c5ba1c0cf22c6d0d2f54 to your computer and use it in GitHub Desktop.
bashrc proxy setting
export http_proxy="http://172.16.20.151:7890/"
export https_proxy="http://172.16.20.151:7890/"
export no_proxy="localhost,127.0.0.1,::1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment